//@charset "UTF-8";
@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	background-image:
		url(/kurarey/style/images/img-back-header.png),
		url(/kurarey/style/images/img-back-footer.png),
		url(/kurarey/style/images/img-back-body.png);
	
	background-repeat:
		repeat-x,
		repeat-x,
		repeat;
	
	background-position:
		top,
		bottom,
		top;
/*
background-image:url(/kurarey/style/main_back.jpg);
background-repeat:no-repeat;background-position:top center;
*/
}
*

//nav ul li.here a img {
    //position: relative;
    //top: -7px;
    //margin-right: 5px;
    //filter: drop-shadow(0px 0px 2px lightgray);
//}
#contact #sub-title{
	background-image:url("/kurarey/style/images/sub-title-contact.jpg");
	background-repeat:no-repeat;
}

h1.re,h1.send{
	font-family:'あんずもじ';
	color: #7A593A;
	margin: 40px 0 18px 0;
}
h1.re {
    background: linear-gradient(transparent 70%,#ffaf89 89%);
    display: inline-block;
}

div.center{
	font-family:'あんずもじ';
	line-height   : 1.7em;
	padding:30px 0 22px 0;
	font-size:2.3rem;
	color: #7A593A;	
}
p.check{
	padding:16px 0 7px 0;
}

div.contact{
	padding    : 0px 0 6px 0;
	font-family: メイリオ, Meiryo;
	text-align : center;
}
.option{
	display: inline-block;
	background:#c0c0c0;
	border-radius: 1px;
	color:#fff;
	padding:0px 6px;
	margin-right:12px;
	margin-left:6px;
	line-height: 24px;
	
}
.attention{
	display: inline-block;
	background:#ff4500;
	border-radius: 1px;
	color:#fff;
	padding:0px 6px;
	margin-right:12px;
	margin-left:6px;
	line-height: 24px;
	
}
textarea {
    resize: none;
}

table{
	margin:auto;
	background: white;
	width:100%;
	//width     : 830px;
}
div.entry{
	font-size:1.4rem;
}
div.entry form {
  	display : inline-block;
}

div.entry form sup{
    	color :red;
}
input[type="text"],input[type="tel"],input[type="email"]{
    	line-height : 2em;
   	padding-left: 0.5em;
	font-size: 1.6rem;
	height:30px;
}
textarea{
	padding :0.5em;
}
table th{
  	color       : #7A593A;
  	padding     : 15px 8px;
  	background  : #ffcfa6;
  	//border-right://5px//solid//red;
 	width       : 250px;
	text-align   : left;
}
table td{
    	padding-left : 14px;
    	padding-right: 2px;
   	text-align   : left;
	width:66%;
}
table th,table td{
      	border-bottom:1px dotted #8e2f2f;
}
td.end{
	padding-bottom: 15px;
}
textarea {
	margin-bottom: 12px;
}
span.saidai {
    font-size: 1.2rem;
}
div.zyouho{
	padding    :30px 10px 10px 20px;
	line-height: 2em;
}
.midashi{
	background: white;
	width:100%;
	padding:auto;
	margin:0 auto;
	border:1px solid brown;
	height:150px;
	overflow:auto;
	text-align:left;
	padding: 0 0 0 12px;
}
.midashi ul li{
	line-height:1em;
	margin-left: 24px;
}
.midashi p{
	margin-bottom:2px;
  	font-weight: bold;
	padding-top: 11px;
	
}
p.zyouho1 {
    padding: 21px 0 24px 0;
}
zyouhou p{
	padding:0 0 0 5px;
}
.button {
  
  	display       : inline-block;
 	border-radius : 4px;        
 	font-size     : 2.1rem;      
 	text-align    : center;   
 	cursor        : pointer;   
 	padding       : 17px 40px;  
 	background    : #ffad67;   
	color         : #ffffff;     
 	line-height   : 1em;       
 	transition    : .3s;       
  	border        : 2px solid #ffad67;   
  	margin-top    : 15px;
  	outline       : none;
}
.button:hover {
  	box-shadow    : none;    
  	color         : #ffad67; 
  	background    : #ffffff; 
}
.button1 {
  
  	display       : inline-block;
 	border-radius : 4px;        
  	font-size     : 2.1rem;      
  	text-align    : center;    
  	cursor        : pointer;    
  	padding       : 17px 40px;  
  	background    : #ffad67;   
 	color         : #ffffff;   
  	line-height   : 1em;       
 	transition    : .3s;       
  	border        : 2px solid #ffad67; 
  	margin        : 44px 24px 27px 24px;
  	outline       : none;
}
.button1:hover {
  	box-shadow    : none;        
  	color         : #ffad67;
  	background    : #ffffff;   
}

h1.send , h1.re{
	font-size:2.8rem;
}

div#orei{
    border: 5px solid #ffdab9;
    background-color: #fff;
    border-radius: 28px;
    font-family: 'あんずもじ';
    font-size: 2rem;
    color: #7A593A;
    padding: 26px 0 29px 0px;
}


#orei p{
	text-align:center;
	line-height:2em;

}
.tohome a{
	text-decoration: none;
	font-size: 1.7rem;
	padding: 10px;
	margin-top: 3px;
	display: inline-block;
  	outline : none;
}
.tohome a:link { color:#fff; } 
.tohome a:visited { color:#fff } 
.tohome a:hover { color:#ffad67 }
.tohome a:active { color:#fff }

.tohome {
 	display       : inline-block;
 	border-radius : 4px;            
  	text-align    : center;    
  	cursor        : pointer;    
  	padding       : 3px 8px;  
  	background    : #ffad67;   
 	color         : #ffffff;   
  	line-height   : 1em;       
 	transition    : .3s;       
  	border        : 2px solid #ffad67; 
  	outline       : none;
	margin-bottom : 18px;
}
.tohome:hover{
  	box-shadow    : none;    
  	color         : #ffad67; 
  	background    : #ffffff; 
}
.subwrap {
    margin-top: 0;
}
@media (max-width:768px){
	table{
		width:96%;
	}
	table tr,table th,tavle td{
		display: block;
   		width: auto;
 	}
	table th {
 		padding: 5px 8px;
 	   
	}
	td.data{
		padding:8px 8px;
		height:16px;
	}
	div.zyouho {
    		width:90%;
	}
	.midashi {
   		 width: 96%;
	}
	input.long{
		 width: 95%; 
	}
	textarea {
   		 width: 95%;
	}
	div.center {
  		   line-height: 1em;
  		   padding: 10px 0 0px 0;
   		   font-size: 1.7rem;
	}
	.button1 {       
  		font-size     : 1.7rem;         
  		padding       : 12px 30px;  
  		line-height   : 0.7em;             
  		margin        : 20px 10px 0px 0px;
	}
	div.entry form {
    		width: 96%;
	}
	h1.re, h1.send {
   		 margin: 0px 0 7px 0;
    		font-size: 2rem;
	}
	div#orei {
   	 	width: 94%;
 		margin: 0 auto;
		padding: 20px 0px 20px 0px;
	}
	#orei p {
    		text-align: center;
   		line-height: 1em;
    		font-size: 1.5rem;
	}

}
