@charset "utf-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
*{
	box-sizing: border-box
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
	font-family: sans-serif;
}
html {
	font-size: 62.5%;
}
body{
	color: #333;

	background-image: url("../img/bg.jpg");
}
main{

	background-repeat: repeat;
	background-size: auto 1066px;	
}
ol, ul {
	list-style: none;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
input[type=text],
input[type=email],
input[type=tel],
textarea{
	border: 1px solid #ccc;
	padding: 12px;
	border-radius: 4px;
	width: 100%;
	outline: none;
	font-size: 1.6rem
	
}
.sp{display: none}
.pc{display: block}
/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width:1100px;
	padding: 30px;
	margin: 0 auto 30px auto;
	border: 3px solid #003973;
	border-radius: 15px;
	background: #FFF;
}
.inner2{
	width:1100px;
	padding: 20px;
	margin: 0 auto;

}
#wrapper{
	background: #BDB194
}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{
	z-index: 1;

	width: 100%;
	height: 70px;
	position: absolute;
	left: 0;
	top:0;
}
#hdr_logo{
	position: absolute;
	width: 211px;
	top:7px;
	left: 22px;
}
#hdr_logo img{
	width: 100%;
	height: auto
}
#hdr_description{
	position: absolute;
	width: 485px;
	top:24px;
	left: 260px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #333;
	
}
#hdr_tel{
	position: absolute;
	display: block;
	width: 250px;
	top:15px;
	right: 160px;
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: 27px;
	line-height: 1;
	text-decoration:none;
	color: #333;

}
#hdr_tel img{
	display: block;
	width: 20px;
	height: auto;
	position: absolute;
	top:4px;
	left: 0px;
}
#hdr_tel span{
	font-size: 1.1rem;
	font-weight: bold;
	display: block;
	padding-top: 3px;
}
#hdr_entry{
	display: block;
	position: absolute;
	width: 170px;
	height: 70px;
	background:#EB5212;
	color: #FFF;
	font-size: 2.0rem;
	line-height: 1;
	text-decoration: none;
	padding-left: 0px;
	right: 0;
	top:0;
	font-weight: bold;
	padding-top: 24px;
	text-align: center
}
#hdr_entry img{
	vertical-align: middle;
	width: 27px;
	height: auto;
	margin-right: 3px
}
#hdr_entry:hover{
	opacity: 0.95;
}
#confirm #hdr_entry,#thanks #hdr_entry{
	display: none
}
#confirm main,#thanks main{
	padding: 40px 0
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/
#contact{
	text-align: center;

	padding:20px 0;
}
#contact .inner{
	overflow: hidden
}
#contact .item{
	width: 50%;
	padding: 50px 0;
}
#contact .item h2{
	font-size: 3rem;
	padding-bottom: 5px;
}

#contact .item h2 div{
	font-size: 1.5rem;
	display: block;
	padding-bottom: 5px;
}
#contact .item:first-child{
	float: left;
	border-right: 3px solid #eee;
}
#contact .item:first-child p{
	padding-top: 12px
}
#contact .item:last-child{
	float: right;
}
#contact .item p{
	font-size: 1.6rem;
	margin-bottom: 20px
}
#contact .bdr{
	width: 80px;
}
.btn_contact{
}
footer{
	text-align: center;
	font-size: 1.6rem;
	padding: 30px 0;
	background: #FFF
}
#ftr_logo{
	width:240px;
	margin: 0 auto 10px auto
}
#ftr_logo img{
	width:100%;
	height: auto;
}
#ftr_address{
	padding-top: 10px;

}
#copyright{
	padding-top: 10px;

}

	
/*------------------------------------------------------------
	Common
------------------------------------------------------------*/

.box1{
	display: flex;
}
.box1 .item:first-child{
	width: 50%;
	font-size: 1.7rem;
	line-height: 220%;
}
.box1 .item:last-child{
	width: 50%
}

.btn1{
	display: inline-block;
	background:#337AB7;
	border: none;
	border-radius: 7px;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
	text-align: center;
	width: 265px;
	padding: 21px 10px 18px 10px;
	font-size: 1.8rem;
	position: relative;
	font-weight: bold
}
.btn1:hover{
	opacity: 0.9;
}
.btn1 span,.btn2 span{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display: block;
	width: 8px;
	height: 20px;
	position: absolute;
	top:18px;
	right: 15px;
	background-image: url("../img/arrow_wh.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.bdr{
	display: block;
	width: 200px;
	height: 3px;
	background: #003973;
	margin: 5px auto 0 auto
}
.h1{
	font-size: 3rem;
	text-align: center;
	padding: 20px;
}
.ta1{
	width: 100%;
	margin-bottom: 20px;
}
.ta1 td,.ta1 th{
	font-size: 1.6rem;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.ta1 th{
	background: #eeee;
	width: 25%
}
.ta1 td{
	background: #FFF;

}
.box1{
	display: flex;
}
.box1 .item:first-child{
	width: 47%;

}
.box1 .item:last-child{
	width: 47%;
	font-size: 1.9rem;
	line-height: 220%;
}
.img1{
	width:100%;
	display: block;
	margin: 0;
	padding: 0 0 0 5%;
}
.w100{
	width: 100%;
	height: auto
}
.edit_btn{ font-size: 1.6rem; }
.center{ text-align: center }
.txt1{font-size: 1.6rem}
.sp{ display: none; }
.pc{ display: block; }
.mb50{ margin-bottom: 50px; }
.mb40{ margin-bottom: 40px; }
.mb30{ margin-bottom: 30px; }
.mb20{ margin-bottom: 20px; }
.mb10{ margin-bottom: 10px; }
.mb5{ margin-bottom: 5px; }
.error{ color: red; }
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{
	text-align: center;
}
#mv img{
	width: 100%;
	height: auto
}
#mv2 img{
	width: 100%;
	height: auto
}
#about{
	color: #FFF;
	padding-bottom: 3rem;
	background: #B3956F;
	margin-bottom: 30px;
}
#about div,#about h1{
	color: #FFF;

}
#about span{
	background: #FFF
}

#about p{
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 40px;
}
/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/
#faq,#flow{
	margin-bottom: 30px;
}

.faq_list{
	
}
.faq_list .item{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 2px dashed #ccc;
	font-size: 1.6rem;
	text-align: left
}
.faq_list .item:last-child{
	border: none;
}
.faq_list h2{
	font-size: 2.3rem;
	margin-bottom: 15px;
}
.qbox,.abox{
	padding-left: 46px;
	position: relative;
}
.qbox{
	padding-top: 3px;
}
.abox{
	padding-top: 6px;
}
.q,.a{
	font-size: 20px;
	font-family: Arial, Helvetica, "sans-serif";
	color: #FFF;
	border-radius: 100px;
	background: #003973;
	display: inline-block;
	font-weight: bold;
	padding: 8px 0 0 0;
	width: 3.5rem;
	height: 3.5rem;
	text-align: center;
	line-height: 1;
	position: absolute;
	top:0px;
	left: 0px;
}
.q{
	background: #003973;
}
.a{
	background:#B4D05D;
	color: #FFF
}
/*------------------------------------------------------------
	Form
------------------------------------------------------------*/
#form{
	margin-bottom: 30px;
}

#privacy{
	font-size: 1.4rem;
	height: 300px;
	overflow-y: auto;
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 30px
}
#privacy p{
	padding-bottom: 15px;
}


/*------------------------------------------------------------
	Work
------------------------------------------------------------*/

.box_about{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #FFF;
}
.box_about .item:first-child{
	width: 40%;
	position: relative
}
.box_about .item:first-child img{
	position: absolute;
	bottom: 0;
	right: 30px;
}
.box_about .item:last-child{
	width: 60%;
	padding: 42px 0 60px 0;
}
.box_about h1{
	font-size: 2.7rem;
	border-bottom: 1px solid #FFF;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.box_about p{
	font-size: 1.6rem;
	line-height: 200%;
}
.work_detail{
	background: #FDFFD5;
	padding: 15px;
}
.work_detail p,.work_detail h2{
	color: #333
}
.work_detail h2{
	font-size: 2rem;
}
.box_about ul{
	padding: 15px 0 10px 0;
	display: flex;
}
.box_about li{
	width: 100%;
	padding: 0 3px;
}
/*------------------------------------------------------------
	Access
------------------------------------------------------------*/
#access{
	background: #eee;
}
#access iframe{
	width: 100%;
}
/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 0px
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------------------------------
	Reason
------------------------------------------------------------*/
#reason{
	margin-bottom: 20px;
}
.h1_2{
	text-align: center;
	font-size: 4.1rem;
	border: 2px solid #003973;
	padding: 30px 0 28px 0;
	border-radius: 100px;
	line-height: 1;
	color: #003973;
	background: #FFF
}
ul.list1{

}
ul.list1 li{
	margin-bottom: 15px;
	background: #FFF;
	border-radius: 8px;
	padding: 20px 40px;
	overflow: hidden;
	border: 1px solid #003973
}
ul.list1 .point{
	width: 7%;
	float: left;
}
ul.list1 .point_r{
	width: 93%;
	float: right;
	overflow: hidden
}
ul.list1 h2{
	font-size: 2.4rem;
	width: 22%;
	padding: 10px 0 0 0px;
	float: left;
	color: #003973;
	text-align: center;
	line-height: 120%;
}
ul.list1 p{
	font-size: 1.8rem;
	width: 78%;
	float: right;
	padding-top: 5px;
	display: table-cell;
	visibility: middle;
	vertical-align: middle;
	border-left: 2px solid #eee;
	padding-left: 20px;
}
ul.list1 .maru{
	font-size: 3.5rem;
	background:#003973;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 72px;
	font-weight: bold;
	height: 72px;
	line-height: 1;
	border-radius: 72px;
}
ul.list1 span{
	font-size: 1rem;
	display: block;
	padding-top: 15px;
	padding-bottom: 4px
}
.triangle {
  width: 0;
  height: 0;
	display: block;
	margin: 0 auto 20px auto;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 25px solid #003973;
  border-bottom: 0;
}
#manga{
	text-align: center;

}
#manga img{
	width: 100%;
	height: auto;
}

.dummy{
	background: #eee;
	text-align: center;
	font-size: 2rem;
	padding: 15rem 0;
}

.waku{
	background: #FFF;
	padding: 40px;
	border-radius: 15px;
	border: 3px solid #F58A00;
	box-shadow: 5px 5px 0 #ccc;
}
ul.list2{
	overflow: hidden;
	margin-bottom: 0px;
	background: #FFF;
	padding: 40px;
	border-radius: 15px;
	border: 3px solid #003973;
	box-shadow: 5px 5px 0 #ccc;
}
ul.list2 li{
	float: left;
	width: 33%;
	padding: 0 8px 25px 8px;
}
ul.list2 h3{
	font-size: 2.1rem;
	margin-bottom: 6px;
	text-align: center
}
ul.list2 figure{
	padding-bottom: 10px;
}
ul.list2 p{
	font-size: 1.7rem
}

.txt1{
	text-align: center;
	font-size: 1.7rem;
	line-height: 180%;
	margin-bottom: 20px;
}
.mbox{
	display: flex;
	margin-bottom: 40px;
	background: #FFF;
	padding: 2rem;
	border: 3px solid #003973;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.mbox figure{
	display: block;
	width: 50%;
}
.mbox_txt {
	width: 50%;
	padding-left: 3%
}
.mbox_txt p{
	font-size: 1.7rem;
	line-height: 200%;
	margin-bottom: 20px;
}
.seko_rei {
	font-size: 1.7rem;
	background: #FFF4D1;
	padding: 20px;
	line-height: 150%
}
.seko_rei h3{
	font-size: 1.7rem;
	margin-bottom: 10px;
}
.t5{
	color: #FFF;
	background-color:#003973;
	background-image:url("../img/bdr_wh.png");
	background-repeat: repeat-x;
	background-position: left 0 bottom 7px;
	font-size: 3rem;
	text-align: center;
	padding: 20px;
	position: relative;
}
.t5 span{
	position: absolute;
	display: block;
	width: 168px;
	height: 168px;
	right: 0;
	bottom: 0;
	background-image: url("../img/person1.png");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat
}
#works,#gallery{
	margin-bottom: 30px;

}
#works ul{
	overflow: hidden;
}
#works li{
	float: left;
	width: 50%;
	padding: 0 2%;
	margin-bottom: 30px;
}
#works li:nth-child(3){
	clear: both
}
#works figure{
	display: block;
	margin-bottom: 30px;
}
#works h3{
	font-size: 1.8rem;
	line-height: 180%;
	border-bottom: 1px solid #F58A00;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center
}
#works p{
	font-size: 1.6rem;
	line-height: 180%
}

#yakusoku h1,#gallery h1{
	background: #003973;
	color: #FFF;
	text-align: center;
	font-size: 3.3rem;
	padding:20px;
	background-image: url("../img/border.png");
	background-repeat: repeat-x;
	background-position: left bottom 7px;
	position:relative;
}

#yakusoku h1 img,#gallery h1 img{
	position:absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 140px;
	height: auto
}
#yakusoku ul{
	overflow: hidden;
	padding: 1rem 40px 0 40px;

}
#yakusoku li{
	float: left;
	width: 50%;
	padding: 4rem 3rem 2rem 3rem;
}
#yakusoku li:nth-child(1),#yakusoku li:nth-child(2){
	border-bottom:2px solid #ccc;
}
#yakusoku li:nth-child(1),#yakusoku li:nth-child(3){
	border-right:2px solid #ccc;
}
#yakusoku li:nth-child(3){
	clear: both
}
#yakusoku h2{
	font-size: 2.8rem;
	padding: 10px 10px 10px 140px;
	position: relative;
	line-height: 130%;
	margin-bottom: 10px;
}
#yakusoku ul img{
	display: block;
	position: absolute;
	left: 0;
	bottom:0;
}
#yakusoku h2 span{
	color: #003973;
}
#yakusoku p{
	font-size: 1.6rem;
	padding: 0 0 20px 0;
	line-height: 180%;
}

#nayami{
	padding: 3rem 0;
	background-image: url("../img/bg2.jpg");
	background-size: cover;

}
#nayami_cnt{
	display: flex;
	background:#FFF;
	border:1px solid #ccc;
}
#nayami figure{
	display: block;
	width:35%;
	position: relative;
}
#nayami figure img{
	position: absolute;
	bottom: 0;
	right: 3rem;
}
#nayami_txt{
	width:65%;
	padding: 4rem 0;
}
#nayami_cnt h2{
	font-size: 3.8rem;
	color: #333333;
	margin-bottom: 2rem;
	border-bottom: 1px solid #333;
	margin-right: 4rem
}
#nayami_cnt ul{
	
}
#nayami_cnt li{
	background-image:url("../img/icn_check.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.5rem auto;
	font-weight: bold;
	font-size: 2.3rem;
	padding:0.5rem 0 0.5rem 4rem;

}
.list3{
	
}
.list3 li{
	display: flex;
	justify-content: space-between;
	padding: 4px;
	margin-bottom: 15px;
}
.list3 li:nth-child(3n+1){
	clear: both
}
.list3 figure{
	display: block;
	width: 45%;
}
.list3 figure img{
	width: 100%;
	height: auto
}
.list3 div{

	width: 53%;
}
.list3 h3{
	font-size: 2rem;
	border-bottom: 1px solid #333;

	padding-bottom: 5px;
	margin-bottom:8px
}
.list3 p{
	font-size: 1.6rem
}
.gbox{
	font-size: 1.9rem;
	padding: 3rem;
	border-radius: 10px;
	background:#E8F0E3;


	margin-bottom: 3rem
}
#service{


}

#service h1{
	padding-left: 310px;
	margin-bottom: 2rem;
	text-align: left;
	font-size: 3.6rem;
	color: #003973;
	position: relative;

}
#service h1 img{
	position: absolute;
	bottom: 0;
	left: 25px;
}
.pmt1{
	padding-top: 3rem !important;	
}
.pmt2{
	padding-top: 2rem !important;	
}

#point{
	height: 167px;
	background:#003973;
	position: relative
}

#maru{
	width: 163px;
	margin-top: 13px;

}
#maru h2 p{
	color:#003973!important;
	font-size: 3rem!important;
	line-height: 110%;
	padding-top: 2rem !important;
}

#point figure{
	height: 167px;
	display: block;
	width: 328px;
	position: relative
}
#point figure img{
	position: absolute;
	right: 60px;
	bottom: 0;
}
#point ul{
	width: 500px;
	padding-top: 15px;
	margin-top: 13px;
	margin-left: 20px
}
#point h2{
	width: 143px;
	height: 143px;
	border-radius: 100px;
	text-align: center;
	background: #FFF;
	padding-top: 28px;

}
#point h2 p{
	font-size: 1.8rem;
	line-height: 1;
	color: #6B4C1A;
	padding-bottom: 5px;
}	
#point h2 span{
	font-size: 4.8rem;
	line-height: 1;
	color: #6B4C1A;
}
#point ul li{
	color: #FFF;
	font-size: 2.5rem;
	font-weight: bold;
	padding-left: 3.6rem;
	letter-spacing: 2px;
	background-image:url("../img/check.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 26px 21px
}
.maker_box{
	padding-top: 2rem	
}
#sononayami{
	background: #333;
	color: #FFF;
	font-size: 2.3rem;
	text-align: center;
	line-height: 1;
	width: 197px;
	position: absolute;
	top:-32px;
	left: 345px;
	font-weight: bold;
	padding: 1.4rem;
}
.biko{
	font-size: 1.3rem;
	padding-top: 0.5rem
}
.swiper {
  width: 1100px;
  height: auto;
}
.swiper p {
  font-size: 12px;
	padding-top: 5px;
	text-align: center
}
.swiper-slide{
	padding-bottom: 40px;	
}

.exp{
	text-align: center;
	font-size: 1.7rem;
	margin: 0 0 30px 0;
}

.box2{
	
}
.box2 .row{
	display: flex;
}
.box2 .row .item{
	width: 33.3%;
	padding: 0 1%
}
.box2 .item figure{
	display: block;
	margin-bottom: 10px;
}
.box2 .item figure img{
	width: 100%;
	height: auto
}
.box2 .item h3{
	font-size: 18px;
	text-align: center;
	margin-bottom: 5px;
	line-height: 140%;
	color: #004077;
	border-bottom: 1px solid #004077;
	padding-bottom: 5px;
}
.box2 .item p{
	font-size: 17px;
	line-height: 170%;
}
#service .box3 .item2{
	padding-left: 30px;
	padding-top: 10px;
}
.box3 .row{
	display: flex;
	border: 1px solid #ccc;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 4px 4px 0 #ccc;
	background: #FFF
}

.box3 .row .item1{
	width: 30%;
}
.box3 .row .item1 img{
	width: 100%;
	height: auto
}
.box3 .row .item2{
	width: 70%;
}
.box3 .item2 h3{
	font-size: 24px;
	border-left: 5px solid #004077;
	padding-left: 12px;
	line-height: 1;
	margin-bottom: 10px;
}
.box3 .item2 p{
	font-size: 17px;
	line-height: 230%;
}
#price h3{
	background: #004077;
	color: #FFF;	
	text-align: center;
	font-size: 28px;
	padding: 10px 0;
}
#price h3 p{
	font-size: 15px;
	font-weight: normal
}
#price .item1{
	padding-right: 15px;
}
#price .item2{
	padding-left: 15px;
}
.price_header{
	position: relative;
	height: 80px;
	background: #FFF
}
.sougaku{
	background: #A90020;
	color: #FFF;
	font-size: 18px;
	width: 110px;
	border-radius: 3px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	letter-spacing: 1px;
	left: 10px;
	top: 30px;
	position: absolute
}
.kingaku{
	color: #A90020;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
}
.kingaku span{
	font-size: 20px
}
#price table{
	margin-bottom: 15px;
	border-top: 3px solid #004077;
	background: #FFF
}
#price td{
	padding: 10px 15px 10px 10px;
	font-size: 18px;
	text-align: right;
	border-bottom: 1px solid #ccc
}
#price th{
	text-align: left;
	font-size: 18px;
	padding: 10px;
	border-bottom: 1px solid #ccc
}
.price_memo{
	font-size: 16px;
	line-height: 180%;
}
.box1{
	display: flex
}
.box1 .item1{
	width: 50%;
}
.box1 .item2{
	width: 50%;
}
.h3{
 text-align: center;
	font-size: 20px;
	border: 2px dashed #2B4D87;
	color: #2B4D87;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
	background: #EFF3FA;
}
.no span{
	font-weight: bold;
	font-size: 34px;
	display: inline-block;
	margin-right: 5px;
	
}

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

.sp{ display: block; }
.pc{ display: none; }
.exp{
	text-align: center;
	}
/*------------------------------------------------------------
	Stracture
------------------------------------------------------------*/
.inner{
	width: 90%;
	padding: 20px;
	margin: 0 auto;
	border: 3px solid #003973;
	border-radius: 15px;
	background: #FFF;
}
.inner2{
	width:100%;
	padding: 0px 20px 20px 20px;
	margin: 0 auto;

}
/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
header{
	min-width: 100%;
	height: 50px;
}
#hdr_logo{
	position: relative;
	width: 160px;
	float: left;
	left: 5px;
	top:4px
}
#hdr_logo img{
	width: 100%;
	height: auto
}

#hdr_tel{
	display: none
}
#hdr_entry{
	width: 105px;
	font-size: 1.6rem;
	height: 50px;
	right: 8px;
	top:8px;
	padding-top: 16px;
	text-align: center;
	border-radius: 4px;
}
#hdr_entry img{
	width: 18px;
	height: auto
}
#hdr_description{
	display: none
}
/*------------------------------------------------------------
	Footer
------------------------------------------------------------*/

#contact .item{
	width: 100%;
	padding: 10px 0;
}
#contact .item:first-child{
	padding: 0px 0 0px 0;
	border: none
}
#contact .item:last-child{
	padding: 0px 0 15px 0;
}
#contact .item h2{
	font-size: 2.3rem;
	padding-bottom: 5px;
}
/*------------------------------------------------------------
	Common
------------------------------------------------------------*/
.h1{
	font-size: 2.2rem;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px
}
.box1{
	flex-wrap :wrap;
}
.box1 .item:first-child{
	width: 100%;
	font-size: 1.7rem;
	line-height: 220%;
}
.box1 .item:last-child{
	width: 100%;
	padding-top: 15px;
}
.img1{
	padding: 0;
}
/*------------------------------------------------------------
	MV
------------------------------------------------------------*/
#mv{
	background-size: auto 100%;
}
#mv img{
	width: 100%

}
/*------------------------------------------------------------
	About
------------------------------------------------------------*/
.box_about{
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #FFF;
}
.box_about .item:first-child{
	display: none;
}
.box_about .item:last-child{
	width:100%
}
/*------------------------------------------------------------
	Movie
------------------------------------------------------------*/
#movie{
	padding: 0px;
}
/*------------------------------------------------------------
	Reason
------------------------------------------------------------*/

.h1_2{
	text-align: center;
	font-size: 3rem;
	border: 2px solid #003973;
	padding: 20px 0 18px 0;
	border-radius: 10px;
	line-height: 1;
	color: #003973;
	background: #FFF
}
ul.list1 .point{
	width: 23%;
	float: left;
}
ul.list1 li{
	border-radius: 8px;
	padding: 20px 10px  20px 10px;
}
ul.list1 .point_r{
	width: 74%;
	float: right;
	overflow: hidden
}
ul.list1 h2{
	font-size: 2em;
	text-align: left;
	width: 100%;
	padding:0px 0 5px 2rem;
	float: none;

}
ul.list1 p{
	font-size: 1.5rem;
	width: 100%;
	float: none;
	padding-top: 0px;

}
ul.list1 .maru{
	margin: 0 auto;
	font-size: 2.5rem;
	background:#003973;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 52px;
	padding-top: 0;
	height: 52px;
	line-height: 1;
	border-radius: 72px;
}
ul.list1 .maru span{
	font-size: 10px;
	line-height: 1;
	padding: 10px 0 3px 0;
	}

/*------------------------------------------------------------
	FAQ
------------------------------------------------------------*/

.faq_list h2{
	font-size: 1.8rem;
	margin-bottom: 15px;
}

ul.list2{
	overflow: hidden;
	margin-bottom: 0px;
	padding: 15px
}
ul.list2 li{
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
ul.list2 h3{
	font-size: 2.1rem;
	margin-bottom: 6px;
}
ul.list2 figure img{
	width: 100%;
	height: auto
}

.txt1{

}
.t5{
	color: #FFF;
	background-color:#003973;
	background-image:url("../img/bdr_wh.png");
	background-repeat: repeat-x;
	background-position: left 0 bottom 0.3rem;
	font-size: 1.9rem;
	line-height: 120%;

	padding: 1rem 10rem 1.6rem 1rem;
	position: relative;
}
.t5 span{
	position: absolute;
	display: block;
	width: 10rem;
	height:10rem;
	right: 0;
	bottom: 0;
	background-image: url("../img/person1.png");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat
}

.mbox{
	display: block;
	margin-bottom: 20px;
}
.mbox figure{
	width: 100%;
	margin-bottom: 0.5rem;
}
.mbox_txt {
	width: 100%;
	padding-left: 0%
}
.mbox_txt p{
	font-size: 1.6rem;
	line-height: 200%;
	margin-bottom: 20px;
}
#works{
	margin-bottom: 30px;

}
#works ul{
	overflow: hidden;
}
#works li{
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
}
#works figure{
	display: block;
	margin-bottom: 2rem;
}
#works h3{
	font-size: 1.8rem;
	line-height: 180%;
	border-bottom: 1px solid #003973;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: center
}
#works p{
	font-size: 1.6rem;
	line-height: 180%
}

#yakusoku{
	width: 100%;
	margin: 0 auto 20px auto;

}

#yakusoku h1,
#gallery h1{
	background: #003973;
	color: #FFF;
	text-align: left;
	font-size: 2.3rem;
	padding:1.5rem;
	line-height: 130%;
}
#yakusoku h1 img,#gallery h1 img{
	width: 30%;
	height: auto
}
#yakusoku ul{
	overflow: hidden;
	padding: 40px 0 0 0;

}
#yakusoku li{
	float: none;
	width: 100%;
	padding: 0 0px 2rem 0px;
	border: none !important;

}

#yakusoku h2{
	font-size: 2.2rem;
	padding: 10px 10px 10px 7.5rem;
	position: relative;
	line-height: 130%;
	margin-bottom: 10px;

}
#yakusoku ul img{
	display: block;
	position: absolute;
	left: 0;
	bottom:1rem;
	width: 7rem;
	height: auto;
}
#yakusoku h2 span{
	color: #003973;
}
#yakusoku p{
	font-size: 1.6rem;
	padding: 0 0 20px 0;
	line-height: 180%;
}

#nayami{
	padding: 1rem 0;
	background-image: url("../img/bg2.jpg");
	background-size: cover
}

#nayami_cnt{
	display: block;
	background:#FFF;
	border:1px solid #ccc;
}
#nayami figure{
	display:none
}
#nayami_txt{
	width:100%;
	padding: 2rem 0;

}
#nayami_cnt h2{
	font-size: 2.2rem;
	margin-bottom: 1rem;
	line-height: 130%;
	text-align: center;
	width: 100%;
	padding-bottom: 1rem;
}
#nayami_cnt ul{
	padding: 0 2rem;
}
#nayami_cnt li{
	background-image:url("../img/icn_check.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 2.2rem auto;
	font-weight: bold;
	font-size: 1.5rem;
	padding:0.5rem 0 0.5rem 2.5rem;
}
.list3{
	overflow: hidden
}
.list3 li{
	width:100%;
	display: block;
	margin: 0 0 8% 0;

}
.list3 figure{
	display: block;
	margin: 0 0 1rem 0;
	width: 100%;
}
.list3 div{

	width: 100%;
}
.list3 figure img{
	width: 100%;
	height: auto
}
.list3 h3{
	font-size: 2rem;
	text-align: center;
	border-bottom: 1px solid #333;
	padding-bottom: 5px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.list3 p{
	font-size: 1.7rem
}
.gbox{
	font-size: 1.7rem;
	padding: 2rem;
	border-radius: 10px;
	background:#E8F0E3;
	text-align: left;

	margin-bottom: 3rem;
	line-height: 130%;
}
#service{


}

#service h1{
	padding-left: 0px;
	padding-top: 10px;
	margin-bottom: 1.6rem;
	text-align: left;
	font-size: 2.4rem;
	color: #003973;
	position: relative;
	line-height: 130%
}
#service h1 img{
	position: absolute;
	bottom: 0;
	left: 25px;
	display: none
}
.pmt1{
	padding-top: 0rem !important;	
}

#point{
	height:10rem;
	background:#003973;
	display: block;
	margin-bottom: 2rem;
}

#maru{
	width: 163px;
	margin-top: 0;
	position: absolute;
	left: 1rem;
	top:1rem;
}
#point figure{
	width: 10rem;
	height:10rem;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0px;
}
#point figure img{
	position: absolute;
	right: 0;
	bottom: 0;
}
#point ul{
	width: 75%;
	padding-top:2rem;
	margin-top: 0px;
	padding-left: 7rem;
	padding-right: 0rem;
	height: 187px;
}
#point h2{
	width: 70px;
	height: 70px;
	border-radius: 100px;
	text-align: center;
	background: #FFF;
	padding-top: 1px;

}
#point h2 p{
	font-size: 1.6rem !important;
	line-height: 1;
	color: #6B4C1A;
}
#point ul li{
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding-left: 2.4rem;
	letter-spacing: 0px;
	line-height: 120%;
	padding-bottom: 6px;
	background-image:url("../img/check.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 17px auto
}
#sononayami{
	background: #333;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1;
	width: 140px;
	position: absolute;
	top:-19px;
	left: 18px;
	font-weight: bold;
	padding: 0.9rem;
}

.pmt2{
	padding-top: 0rem !important;	
}
	.ta1 td,.ta1 th{
		width: 100%;
		display: block
	}
	.box2 .row{
		display: block
	}
	.box2 .row .item{
		width: 100%;
		padding-bottom: 15px;
	}
	
	#service{
		margin-bottom: 20px;	
	}
#service .box3 .item2{
	padding-left: 0px;
	padding-top: 10px;
}
.box3 .row{
	display: block;
	border: none;
	padding: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-radius: 0px;
	box-shadow: none;
	background: #FFF;
	border-bottom: 2px dashed #ccc;
}

.box3 .row .item1{
	width: 100%;
}
.box3 .row .item1 img{
	width: 100%;
	height: auto
}
.box3 .row .item2{
	width: 100%;
}
.box3 .item2 h3{
	font-size: 21px;
	border-left: 0;
	padding-left: 0px;
	line-height: 1;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center
}
.box3 .item2 p{
	font-size: 17px;
	line-height: 230%;
}
#price{
	margin-bottom: 20px;
	}
#price h3{
	background: #004077;
	color: #FFF;	
	text-align: center;
	font-size: 24px;
	padding: 10px 0;
}
#price h3 p{
	font-size: 15px;
	font-weight: normal
}
#price .item1{
	padding-right:0px;
}
#price .item2{
	padding-left: 0px;
}
.price_header{
	position: relative;
	height: 80px;
	background: #FFF
}
.sougaku{
	background: #A90020;
	color: #FFF;
	font-size: 18px;
	width: 110px;
	border-radius: 3px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	padding: 6px;
	letter-spacing: 1px;
	left: 10px;
	top: 30px;
	position: absolute
}
.kingaku{
	color: #A90020;
	text-align: right;
	font-size: 32px;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
}
.kingaku span{
	font-size: 20px
}
#price table{
	margin-bottom: 15px;
	border-top: 3px solid #004077;
	background: #FFF
}
#price td{
	padding: 10px 15px 10px 10px;
	font-size: 18px;
	text-align: right;
	border-bottom: 1px solid #ccc
}
#price th{
	text-align: left;
	font-size: 18px;
	padding: 10px;
	border-bottom: 1px solid #ccc
}
.price_memo{
	font-size: 16px;
	line-height: 180%;
}
.box1{
	display:block
}
.box1 .item1{
	width: 100%;
}
.box1 .item2{
	width: 100%;
}
}