/*
Author: tomohito inui
*/
@charset "utf-8";
*{
	border: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;font-size: 16px;
color: #362C28;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	box-sizing:border-box;
	letter-spacing: .1em;
}
a{
	text-decoration: none;
	color: #362C28;
	transition:color .2s ease-out;
}
a:hover{
	color: #ce2026;
}
.br:before {
	content: "\A" ;
	white-space: pre ;
}
.clear{
	clear: both;
}
.margintop{
	margin-top: 4%;
}
html{
		width: 100%;
height: 100%;
	background: #fffdf9;
}
body{
	width: 100%;
height: 100%;
	background: #fffdf9;

}

.img1{
	margin-bottom: 6%;
	display: inline-block;

}
.img2{
	margin-left: 6%;
}
.right{
	float: right;
}
.left{
	float: left;
}
header{
	width: 100%;
	padding: 0px 5%;
	text-align: center;
	height: 96px;
	
background: transparent;
	position: fixed;
	z-index: 10;
	overflow: hidden;
	transition: all .4s ease-out;
}
#header{
	transition: all .4s ease-out;
}
header h1{

text-align: left;
line-height: 96px;
float: left;
transition: all .4s ease-out;
}
header h1 a{
	height: 96px;
	display: inline-block;

}
header h1 a img{
	vertical-align: middle;
	width:360px;


}
#logo{
	transition:all .4s ease-out;
}
header h1 a img:hover{
	opacity:.5;
}
header .header_right_contents{
	float: right;
	text-align: right;

}
#menu_btn_area{
	display: none;
}
#sp_menu{
	width: 100%;
	height: 1000px;
	background-color: #eee;
	top: 0;
	left:0;
	position: fixed;
	z-index: 15;

	-webkit-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
header nav{
	display: inline-block;
padding-top:32px; 
	height: 96px;
	transition: padding-top .4s ease-out;
	
}

header ul{
	font-size:0; 
	height: 32px;
	
}
header li{
	display: inline-block;
	height: 32px;
	line-height: 32px;

}
header li a{
	border-right: 1px solid #aaa;
	height: 32px;
	display: inline-block;
	font-size: 13px;
	padding: 0 24px;

	letter-spacing: .1em;
	line-height: 32px;
}
header li:first-child{
	border-left: 1px solid #aaa;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3f65a2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: #fffdf9;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.address_area{
	clear: both;
	width: 100%;
	height: 40px;

text-align: right;
}
header address{
display: inline;
font-style:normal;

}
#address{
opacity: 1;
transition:opacity .4s ease-out;
}
.postalcode{
	font-size: 10px;
}
.st_address{
	font-size: 13px;
	letter-spacing: .1em;
	margin-left: 16px;
	padding: 0 16px;
	margin-right: 8px;
	color: #fffdf9;
	background-color: #F7A23C;
}
.tel_num{
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 0;
}
.tel_icon{
	vertical-align: middle;
	display: inline-block;
	
}


div.main_visual{
	
background-attachment: fixed;
width: 100%;
height: 100%;
text-align: center;
background-image: url(img/top_bg.jpg);
background-size: cover;
}
div.main_visual_2{
	
background-attachment: fixed;
width: 100%;
height: 100%;
text-align: center;
background-image: url(img/top_bg_2.jpg);
background-size: cover;
animation-name: _visualanime;
	-webkit-animation-name: _visualanime;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 1;
}
div.main_visual_3{
	
background-attachment: fixed;
width: 100%;
height: 100%;
text-align: center;
background-image: url(img/top_bg_3.jpg);
background-size: cover;
animation-name: __visualanime;
	-webkit-animation-name: __visualanime;
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 1;
}
@keyframes _visualanime {
0% {
		opacity: 1;
	}
	
	30% {
		opacity: 1;
	}
	50%{
		opacity: 1;
	}
60%{
	opacity: 0;
}
90%{
	opacity: 0;
}
100%{
	opacity: 1;
}
}
@keyframes __visualanime {
	0% {
		opacity: 1;
	}
	
	20% {
		opacity: 1;
	}
	30% {
		opacity: 0;
	}
	90%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}


.main_logo{
	width: 80%;
	position: absolute;
	margin:auto; 
	top:0;
	bottom:0;
	left:0;
	right:0;
}
div.contents_bg{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background-color: #fffefa;
}
div.contents_area{
	width: 90%;
	max-width: 960px;
	overflow: hidden;

	padding: 8% 0;
	margin: 0 auto;
}
div.image_area{

	width: 100%;


}
div.image_area img{
	vertical-align: top;
	width: 100%;

}
div.image_area_2{
	width: 100%;
	height: 400px;
	background-image: url(img/f01.jpg);
	background-size: 100%;
}
h2{
	margin-bottom: 6%;
	font-size: 36px;
	color:#3f65a2;
	font-weight: normal;
}
h2:before{
	content:"";
	background:url("img/h2.png");
	 width:100%;
    height:200px;
	display: block;
	background-position: center;
background-size:contain;
    vertical-align:middle;
    background-repeat: no-repeat;
}
h2.white{
	color: #fffefa
}
h2.white:before{
	content:"";
	background:url("img/h2_white.png");
	 width:100%;
    height:200px;
	display: block;
	background-position: center;
background-size:contain;
    vertical-align:middle;
    background-repeat: no-repeat;
}
.abo
.about_text{
letter-spacing: 0.1em;
line-height: 260%;
	text-align: center;
}

.about_text{
	letter-spacing: 0.1em;
	line-height: 260%;
	text-align: center;
}
.about_text span{
	font-size:.87em;
}
.about_text .bold{
	font-size:1rem;
	font-weight: bold;
}
#section_01_bg{

}
#intro_area,#price_area,#qa_area{
	border-top: 1px solid #eee;

}
#intro_area{

	background-color: #3f65a2;
	background-image: url(img/bg.png);
}
#intro_area p{
	margin-bottom: 16px;
}
#intro_area p:before{
	content:"・";
	display: inline-block;
	margin-right: 4px;
}
#flow_area{
	
background-color: #fffefa;
}
section.contents{

	
	width: 100%;

background-color: #fffefa;
margin: 0 auto;

	text-align: center;

}
h3{
	max-width: 320px;
    margin: 8% auto 4% auto;
    display: block;
font-weight: normal;
letter-spacing: 0.1em;
    height: 48px;
    line-height: 52px;
    background-color: #362C28;
    color: #fffdf9;
}
h4{
	margin: 6% auto 0;
	height: 48px;
	line-height: 52px;
	width: 320px;
	font-size: 18px;
	color: #F7A23C;
	font-weight: normal;
	letter-spacing: 0.1em;
	border: 1px solid #F7A23C;
	
}
.font_white p{
	color: #fffdf9;letter-spacing: 0.1em;
}
#more{
	margin-bottom: 12%;
}
.more{

	margin-top: 3%;
	display: inline-block;
width: 30%;
height: 56px;
font-size: 16px;
line-height: 56px;
color: #fffdf9;
background-color: #F7A23c;
cursor: pointer;
transition:opacity .2s ease-out;
}
.more:hover{
	opacity: .4;
}
.voice{


	overflow: hidden;
	background-image: url(img/voice_bg.png);
	position: relative;
		transition: height .6s ease-out;
}
.voice_shadow{
	display: block;
    position: absolute;
    bottom: 0;
}

.time{
	border-bottom: dashed 1px #ccc; 
	padding-bottom: 10%
}
.time_img_1{
	margin-top: 4%;
	width: 900px;
	height:240px;
	display: block;
}

.closeday{
	margin-top: 4%;
	font-size: 24px;
	color: #8F2D56;
	letter-spacing: 0.1em;
}
.flowimg{
	display: block;

	margin: 0 auto 4%;
	width: 700px;
	height: 200px;
}
.flow_title{
max-width: 320px;
margin:0 auto 4% auto;
	display: block;

	height: 48px;
	line-height: 52px;
	background-color: #362C28;
	color: #fffdf9;
}
.flow{
	font-size: 20px;
	margin-bottom: 8%;
	padding-bottom: 8%;
border-bottom: dashed 1px #ccc; 
}
.flowlast{
		margin-bottom: 0%;
}
.access_h3{
	font-size: 16px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 4%;
	background-color: transparent;
	color: #F7A23C;
	border:1px solid #F7A23C;;
}
#access_area{

	background-color: #3f65a2;
}
.accesslast{
		margin-bottom: 0%;
}
.access_text{
	vertical-align: middle;
	display: inline-block;
	width: 44%;
	letter-spacing: 0.1em;
}
.tel{
	font-size: 24px;
}
.map{
	position: relative;
	padding-bottom: 400px;
	height: 0;
	overflow: hidden;
}
.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 400px !important;
}
.blog{
	
	margin-top: 3%;
	display: inline-block;
width: 320px;
height: 48px;
font-size: 16px;
line-height: 52px;
color: #fffdf9;
background-color: #F7A23c;
transition: opacity .2s ease-out;

}
.blog img{
	width: 24px;
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
.blog:hover{
	opacity: .5;
}
.qa{
		border-bottom: dashed 1px #ccc; 
		padding-bottom: 8%;
		margin-bottom: 8%;
}
.sp_br{
	    font-size: 24px;
	    color: #fffdf9;
}
.q{

	font-size: 24px;
	background-color:#362C28;
	height: 64px;
	color: #fffdf9;
	line-height: 68px;
	margin-bottom: 4%;

}

#footer_logo{
	width: 320px;
}
.footer_ul{
	font-size: 0;
	padding: 1% 0 4% 0;
}
.footer_ul li{
 display: inline-block;
}
.footer_ul li a{
	letter-spacing: .1em;
	padding: 0 16px;
	line-height: 40px;
	color: #fffefa;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #fffefa;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;

}






.copy_area{
	
	font-size: 13px;
	height: 64px;
	line-height: 64px;
	color:#fffefa;
}


table{
	width: 80%;
	margin: 4% auto 6%;
	font-size: 20px;
	border-left:1px solid #aaa;
	border-top:1px solid #aaa;
	 border-collapse: collapse;
  border-spacing: 0;
}
td,th{
	padding: 16px;
color: #362C28;
font-weight: normal;
}
td{
	font-size: 18px;
	border-right: 1px solid #aaa;
	border-bottom:1px solid #aaa;
}
th{
	background-color: #fffae9;
	border-right: 1px solid #aaa;
	border-bottom:1px solid #aaa;
}
.ma{
	font-size: 16px;
}
.open_time{
	display: block;
	width: 240px;
	margin:6% auto 4% auto;
	letter-spacing: .1em;
	background-color: #362C28;
	color: #fffdf9;
	padding: 4px 16px;
}

footer{

	width: 100%;
padding-top: 4%;
	background-color: #3f65a2;
	color: #fffefa;
	text-align: center;
	font-size: 14px;


}
.copy_area{
	background-color: #1d4377;
}
#page_top{
	position: fixed;
	z-index: 12;
	right: 20px;
	bottom: 20px;
	cursor:pointer;
	transition:opacity,transform .2s ease-out;
	opacity: 1;
	transform:translateY(0);
}

#page_top:hover{
	opacity:.6;
transform:translateY(-20px);
}

.mail_form{
	width:100%;
	max-width: 800px;
	margin: 0 auto;
}
label{
	display: block;
	margin-bottom: 8px;
}
input, button, select, textarea {
    -webkit-appearance: none;border-radius: 0;}
.form_text_area{
	border:1px solid #ccc;
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 8px 10px;
margin-bottom: 4%;
background-color :#fffefa;

	 transition: border .4s ease-out;
}

input:focus,textarea:focus {
border:1px solid #3d66a3;
}

textarea{
width: 100%;
	height: 160px;
	padding: 8px 10px;
	border:1px solid #ccc;

}
.form_tel{
	font-size: 13px;
}
.error_msg{
	font-size: 13px;
	color: #e00;
}

.submit_btn{
	width: 300px;
	height: 72px;
	color: #fefefe;
	opacity: 1;
	background-color: #03CEA4;
	background-position: 0 -72px;
	 background-size: 100%;
 transition: all .2s ease-out;

 cursor: pointer;
}
.submit_btn:hover{
	opacity: .6;
}

input[type="submit"][disabled]{ 
	color: #aaa;
	background-color: #ccc;
background-position: 0 0;
	cursor: default;
	border-radius: 0;
}
input[type="submit"][disabled]:hover{
	opacity: 1;
}
.error_msg_area{
	height:32px;
	width: 100%;
}

.close_tab{
	margin:0 auto;
	background-color: #ccc;
	border-radius: 4px;
	width: 240px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	transition: all .2s ease-out;
}
.close_tab:hover{
	opacity: .6;
}
.thankyou_section{
	padding-top: 10%;
	min-height: 1200px;
}
.thankyou_section p{
	font-size: 18px;
}
#update{
	margin-top:6%;
	height: 15em;
	overflow-y: auto;
}
#update .article{
	text-align: left;
}
#update .article .headline{
	background: #3f65a2;
	border-bottom: solid 1px #ccc;
	padding: 0 1em;
}
#update .article .headline .date{
	color:#fffdf9;
	font-size:0.8em;
	display:inline-block;
}
#update .article .headline .title{
	color:#fffdf9;
	padding-left:1em;
}
#update .article .content{
	padding:1em;
}
#update .article ul{
	padding-left: 1em;
	list-style-position: inside;
	margin-bottom: 1em;
}
#update .article .content p{
	font-size:0.9em;
}
#update .article .content .topic{
	font-weight:bold;
	background-color: #ccc;
	padding-left: 1em;
}
@media screen and (max-width: 1365px){

header li a{
	padding: 0 16px;
}
header address{
	padding-left: 16px;
}

}

@media screen and (max-width: 1280px){
	header{
	height:56px;background:#fffefa;
}
header h1{
	height:56px;line-height:56px;
}
header h1 a{
	height:56px;
}
#logo{
	width: 240px;
}


header h1{

	line-height: 56px;
}

header address{
	display: none;
}
header nav{
	padding-top:12px;
}

}
@media screen and (max-width: 960px){

	header{
		height: 0px;
		position: static;
	}

	header h1{
		float: none;
		position: absolute;
		height: auto;
		text-align: center;
		z-index: 12;
	}
header address{
	display: none;

}



header nav{
	display: inline-block;
width: 100%;
	height: 100%;
	text-align: left;
	
	
}
header ul{
	font-size:0; 
	height: 100%;
	border-left: 1px solid #ddd;
}
header li{
	display: block;
height: 56px;
	line-height: 56px;
	width: 100%;
border-right: 0px solid #ddd;
	border-bottom: 1px solid #fffdf9;
}
header li a{
	
	height: 56px;
	display: inline-block;
	font-size: 13px;
width: 100%;
	letter-spacing: .1em;
	line-height: 56px;
}
div.main_visual{
	background-repeat: no-repeat;
}
.sp_tel{
	margin-left: 5%;
	background-color: #F7A23C;
	width: 160px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #fffdf9;
	vertical-align: middle;
}

.sp_tel img{
	vertical-align: top;
display: inline-block;
margin: 6px 8px 0 0;
	
}
#pc_menu{
	display: none;
}
#menu_btn_area{
	display: block;
	position: fixed;
	z-index: 20;
	width: 36px;

	height: 36px;
	top: 2%;
	right: 5%;
	background-color:#03CEA4;
}
#menu_btn{
	width: 36px;
	
-webkit-transition:-webkit-transform .2s ease-out;
transition:transform .2s ease-out;
}
.form_tel{
	font-size: 11px;
	display: block;
}
.error_msg{
	font-size: 11px;
	color: #e00;
}


}


	@media screen and (max-width: 768px){
*{
	font-size: 13px;
}
.sp_br{
	color: #fffdf9;
	font-size: 13px;
}
.sp_br:before{
	content: "\A" ;
	white-space: pre ;

}
header{
	background-color: transparent;
}
header ul{
	border-left:0;
	background-color: #03CEA4;
}

header li:first-child{
	border-left:0;
}
header li a{
	border-right:0;
	color: #fffdf9; 
}
header nav{
	padding-top: 0;}
header h1 a img{
width: 160px;
}
div.main_visual{
	
background-attachment: fixed;
width: 100%;
height: 100%;
text-align: center;
background-image: url(img/sp_top_bg.jpg);
background-size:100%;
}
div.main_visual_2{
	
display: none;

animation-name: none;
}
div.main_visual_3{
	
display: none;
animation-name: none;
}
div.contents_area{
	padding-top: 12%;
	padding-bottom: 12%;
}
h2{
	font-size: 18px;
	margin-bottom: 0;
}
h2:before{

    height:100px;
}
h2:after{
margin-top: 0;
   font-size: 10px;
   height: 40px;
   width: 240px;
}
h2.white:before{

    height:100px;
}
h2.white:after{
margin-top: 0;
   font-size: 10px;
   height: 40px;
   width: 240px;
}

h3{
height: 48px;
line-height: 50px;
	font-size: 16px;
}
h4{
	width: 100%;
	margin-top: 8%;
	font-size: 16px;
}
table{
	margin-top: 8%;
	width: 100%;
}
td, th{
	padding: 8px;
	text-align: center;
}
td{
	font-size: 13px;
}
.ma{
	font-size: 13px;
}
.intro_img{
	width: 100%;
}
.img1{

width: 100%;
height: auto;

	}

.more{
	width: 200px;
	font-size: 13px;
	height: 48px;
	line-height: 50px;
}
	.img2{
		display: none;
	}

.time_img_1{
	width: 100%;
	height: auto;
}
.about_text{
	line-height: 200%;
	text-align: justify;
}

div.image_area{
	


	overflow: hidden;


}
div.image_area img{
	width: 140%;

	display: block;
position: relative;
}
.time{
	padding-bottom: 12%;
}
.time_img_1{
		margin-top: 6%;
}
.closeday{
	margin-top: 6%;
	font-size: 16px;
}
.close_text{
	margin-top: 4%;
	text-align: center;
}
.flow_title{
	text-align: center;
	font-size: 18px;
}
.flowimg{
	width: 100%;
	height: auto;
}
.flow_text{
font-size: 13px;
line-height: 160%;
}

.access_text{
	width: 100%;
	display: block;
}
.blog{
	font-size: 13px;
	height: auto;
	margin-bottom: 6%;
	line-height: 100%;
	height: 48px;
	line-height: 50px;
	width: 240px;
}
.map{
	width: 100%;
	float: none;
}
.tel{
	font-size: 13px;
}
.q{
	text-align: center;
    font-size: 13px;
    height: auto;
    line-height: 160%;
    padding: 16px 16px;
}
footer{
	padding-top: 4%;
}
#footer_logo{
	width: 180px;
	display: block;
	margin: 0 auto 4% auto;
}
.footer_ul{
	padding: 0;
	height: auto;

}
.footer_ul li{
	width: 50%;
	height: 40px;
	border-top: 1px solid #1d4377;
	line-height: 40px;
	margin: 0;
}
.footer_ul li:nth-child(odd){
		border-right: 1px solid #1d4377;

}
.footer_ul li a{
	width: 100%;
	height: 40px;
	padding: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	line-height: 40px;
		margin: 0;
		color: #fffefa;
}
.copy_area{
	height: 40px;
	line-height: 42px;
	font-size: 10px;
	color: #fffefa;

}
#page_top{
	width: 0;
	height: 0;
}

.thankyou_section p{
	font-size: 13px;
	padding: 4%;
}
.close_tab{
	text-align: center;
}
}

@media screen and (max-width: 425px){

#logo{
	width: 160px;
}
}

