@charset "utf-8";
/**** common ****/
*{box-sizing: border-box;}
#pageHd{
	padding:60px 0 0;
}
@media screen and (max-width:800px) {
#pageHd{
	padding:20px 0 0;
}
}
#pageHd h1{
	padding:25px 0;
	text-align:center;
	background-image:url(images/hd_bg.png);
	
	color:#4C3919;
	font-size:22px;
	font-weight:bold;
	position:relative;
	letter-spacing:0.16em
}
#pageHd h1 img{
	position:absolute;
	left:50%;
	margin-left:-510px;
	top:-15px;
}
.linkColor{color:#50A5B4;}

/**** index ****/
#wTopMenu{
	margin:60px 0;
}
#wTopMenu h2{
	text-align:center;
	margin-bottom:30px;
}
@media screen and (max-width:800px) {
#wTopMenu h2 img{
	width:100%;
	max-width:485px;
}
}
#wTopMenu > .inner p{
	text-align:center;
	margin-bottom:30px;
}
#wTopMenu ul{
	width:960px;
	margin:auto;
}
@media screen and (max-width:800px) {
#wTopMenu ul{
	width:96%;
}
}
#wTopMenu ul li{
	display:inline-block;
	width:50%;
	margin:0 auto 30px;
	vertical-align:top;
}
@media screen and (max-width:800px) {
#wTopMenu ul li{
	display:block;
	width:100%;
	margin:0 auto 30px;
	vertical-align:top;
}
}
#wTopMenu ul li img{
	width:100%;
	max-width:450px;
}
#wTopMenu ul li h3,
#wTopMenu ul li h4,
#wTopMenu ul li p{
	text-align:center;
	color:#4C3919;
	letter-spacing:0.2em;
}
#wTopMenu ul li h3{
	font-size:18px;
	padding:28px 0 15px;
}
#wTopMenu ul li h4{
	font-size:9px;
	padding:0 0 18px;
}
#wTopMenu ul li p{
	width:90%;
	margin:auto;
	padding:20px 0;
	font-size:20px;
	border-top:1px #6D5227 dotted;
}

#other h2{
	background-image:url(images/h2_type1_bg.png);
	background-repeat:repeat-x;
	line-height:64px;
	text-align:center;
	font-size:18px;
	color:#FFF;
	letter-spacing:0.18em;
}
@media screen and (max-width:800px) {
#other h2{
	background-image:none;
	line-height:inherit;
	background-color:#BDAF99;
	padding:20px 10px;
}
}
#other .inner > p{
	text-align:center;
	font-size:13px;
	letter-spacing:0.2em;
	line-height:1.5;
	margin:30px 0;
}
#other .inner .wTopOther {
	margin:20px 0;
}
#other .inner .wTopOther li{
	display:inline-block;
	width:320px;
	line-height:48px;
	padding-left:34px;
	background-image:url(images/btn_hd.png);
	background-repeat:no-repeat;
	background-position:left top;
	margin-right:20px;
	background-color:#D0F0F4;
}
@media screen and (max-width:800px) {
#other .inner .wTopOther li{
	display:-block;
	width:100%;
	margin-right:0;
	margin-bottom:5px;
}
}
#other .inner .wTopOther li:last-child{
	margin-right:0px;
}
#other .inner .wTopOther li a{
	display:block;
	width:100%;
	color:#4C3919;
	font-size:15px;
	text-align:center;
}
#other .inner .bnr{
	width:940px;
	margin:20px auto;
}
@media screen and (max-width:800px) {
#other .inner .bnr{
	width:96%;
}
#other .inner .bnr img{
	width:100%;
}
}
#other .inner .bnr li{
	margin-bottom:20px;
}
/**** plan-common ****/
#lineup .tabs{
	margin:10px 20px;
	padding:40px 0;
	text-align:center;
}
#lineup .tabs li{
	display:inline-block;
	padding:0 12px;
	border-left:1px #4F3A1C dotted;
}
#lineup .tabs li:last-child{
	border-right:1px #4F3A1C dotted;
}

#lineup .tabs li a{
	display:block;
	width:100%;
	text-align:center;
	color:#4C3919;
	font-size:13px;
}
#lineup .tabs li.active a {
    color: #6BB2BF;
}

@media screen and (max-width:800px) {
#lineup .tabs{
	margin:10px auto;
	padding:20px 0;
	text-align:left;
	width:90%;
}
#lineup .tabs li{
	width:50%;
	min-height:50px;
	padding:28px 0;
	border-left:none;
	border-bottom:1px #4F3A1C dotted;
	vertical-align:top;
	line-height:1.2;
}
#lineup .tabs li:nth-child(2n+1){
	border-right:1px #4F3A1C dotted;
}
#lineup .tabs li:nth-child(1),
#lineup .tabs li:nth-child(2){
	border-top:none;
}
#lineup .tabs li:nth-child(5){
	border-bottom:none;
}

}

.planlist > img {
	display:block;
	width:400px;
	margin-right:30px;
	float:left;
}
@media screen and (max-width:800px) {
.planlist > img {
	width:100%;
	max-width:400px;
	margin-right:0;
	margin:auto;
	float:none;
}
}
.planlist div{
	width:550px;
	float:left;
}
@media screen and (max-width:800px) {
.planlist div{
	width:90%;
	float:none;
	margin:20px auto;
}
}
.planlist div h2{
	font-size:22px;
	color:#4E391B;
	margin-bottom:30px;
	letter-spacing:0.08em;
}
@media screen and (max-width:800px) {
.planlist div h2{
	font-size:18px;
	margin-bottom:15px;
}
}
.planlist div p{
	font-size:13px;
	color:#4E391B;
	line-height:1.5;
	letter-spacing:0.2em;
	margin-bottom:20px;
}
.planlist div .planPrice{
	margin-bottom:30px;
	border-bottom:1px #6D5227 dotted;
}
.planlist div .planPrice dt{
	background-image:url(images/plan_ttl_line.png);
	background-repeat:repeat-x;
	background-position:center;
}
.planlist div .planPrice dt h3{
	width:300px;
	margin:auto;
	background-color:#FFF;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#4F3A1C;
	letter-spacing:0.2em;
}
@media screen and (max-width:800px) {
.planlist div .planPrice dt h3{
	width:inherit;
}
}
.planlist div .planPrice dd{
	padding:20px 0;
	text-align:center;
	font-size:13px;
	color:#4F3A1C;
	line-height:1.76;
}

.planlist div .planPrice dd strong{
	font-size:22px;
}

.planlist div .planPrice dd div.boy{
	width:230px;
	float:left;
	margin-left:30px;
}
.planlist div .planPrice dd div.girl{
	width:230px;
	float:right;
	margin-right:30px;
}
@media screen and (max-width:800px) {
.planlist div .planPrice dd div.boy{
	width:80%;
	float:none;
	margin-left:inherit;
	margin:auto;
}
.planlist div .planPrice dd div.girl{
	width:80%;
	float:none;
	margin-left:inherit;
	margin:auto;
}
}
.planlist div .planPrice dd div.boy h4{
	background-color:#58C6D1;
	color:#FFF;
	text-align:center;
	letter-spacing:0.2em;
	padding:2px 0;
}
.planlist div .planPrice dd div.girl h4{
	background-color:#F06A6A;
	color:#FFF;
	text-align:center;
	letter-spacing:0.2em;
	padding:2px 0;
}
.planlist div .planPrice dd div p{
	color:#4C3919;
	font-size:12px;
	margin-bottom:5px;
}
.planlist div .planContetns{
	background-image:url(images/plan_bg.png);
	margin-bottom:20px;
}
.planlist div .planContetns dt{
	padding:15px 0 0;
	text-align:center;
	font-size:15px;
	color:#4F3A1C;
	letter-spacing:0.2em;
}
.planlist div .planContetns dd ul{
	text-align:center;
}
.planlist div .planContetns dd ul li{
	display:inline-block;
	padding:15px;
}
/**** 753option01 ****/
#option753{
	margin:40px 0 0;
	padding:25px 0 40px;
	background-image:url(images/bg.png);
}
#option753 .inner{
	background-color:#FFF;
	border:2px #4F3A1C solid;
	padding:5px 0 20px;
}
@media screen and (max-width:800px) {
#option753 .inner{
	margin:5%;
}
}
#option753 .inner .hdSet{
	width:860px;
	margin:auto;
}
@media screen and (max-width:800px) {
#option753 .inner .hdSet{
	width:90%;
	margin:auto;
}
}
#option753 .inner .hdSet h2{
	border-bottom:1px #4C3919 dotted;
	line-height:87px;
	color:#4C3919;
	font-size:30px;
	letter-spacing:0.2em;
	text-align:center;
}
#option753 .inner .hdSet h2.bg1{
	background-image:url(images/op01_hd1.png);
	background-repeat:no-repeat;
	background-position:center;
}
#option753 .inner .hdSet h2.bg2{
	background-image:url(images/op01_hd2.png);
	background-repeat:no-repeat;
	background-position:center;
}
#option753 .special{
	width:400px;
	margin-top:20px;
}
#option753 .special01{
	float:left;
	margin-left:55px;
}
#option753 .special02{
	float:right;
	margin-right:55px;
}
#option753 .special > img{
	width:100%;
	max-width:400px;
}
#option753 .special h3{
	text-align:center;
	padding:13px 0 20px;
	font-size:15px;
	color:#4C3919;
	letter-spacing:0.2em;
}
#option753 .special p{
	text-align:center;
	padding:0 0 20px;
	font-size:13px;
	color:#4C3919;
	letter-spacing:0.1em;
}
#option753 .special p.taL{
	text-align:left;
	letter-spacing:0.05em;
}
#option753 .special ol{
	display:table;
	width:90%;
	margin:10px auto;
}
#option753 .special ol li{
	display:table-cell;
	width:50%;
	text-align:center;
}
#option753 .special ol li:last-child{
	text-align:right;
}

#option753 .special ol li{
	font-size:15px;
}
#option753 .special ol li strong{
	font-size:24px;
}
#option753 .special ol li span{
	display:inline-block;
	margin-right:10px;
	color:#FFF;
	letter-spacing:0.2em;
	padding:5px 6px;
}
#option753 .special ol li span.boy{
	background-color:#58C6D1;
}
#option753 .special ol li span.girl{
	background-color:#F06A6A;
}

#option753 .special .planContetns{
	background-image:url(images/plan_bg.png);
	margin-bottom:20px;
	padding:0 20px 0;
}
#option753 .special .planContetns dt{
	padding:10px 0 0;
	text-align:center;
	font-size:15px;
	color:#4F3A1C;
	letter-spacing:0.2em;
}
#option753 .special .planContetns dd ul{
	text-align:center;
}
#option753 .special .planContetns dd ul li{
	display:inline-block;
	padding:10px;
}
#option753 .special .planContetns dd ul li img{
	width:60px;
}

#option753 .special03 {
	width:900px;
	margin:20px auto 0;
}
#option753 .special03 > img {
	display:block;
	width:440px;
	margin-right:20px;
	float:left;
}
@media screen and (max-width:800px) {
#option753 .special03 {
	width:100%;
}
#option753 .special03 > img {
	width:100%;
	max-width:440px;
	margin-right:0;
	margin:auto;
	float:none;
}
}
#option753 .special03 div{
	width:440px;
	float:left;
}
@media screen and (max-width:800px) {
#option753 .special03 div{
	width:90%;
	float:none;
	margin:20px auto;
}
}
#option753 .special03 div h2{
	font-size:22px;
	color:#4E391B;
	margin-bottom:30px;
	letter-spacing:0.08em;
}
@media screen and (max-width:800px) {
#option753 .special03 div h2{
	font-size:18px;
	margin-bottom:15px;
}
}
#option753 .special03 div p{
	font-size:13px;
	color:#4E391B;
	line-height:1.5;
	letter-spacing:0.2em;
	margin-bottom:20px;
}
#option753 .special03 div .planPrice{
	margin-bottom:30px;
	border-bottom:1px #6D5227 dotted;
}
#option753 .special03 div .planPrice dt{
	background-image:url(images/plan_ttl_line.png);
	background-repeat:repeat-x;
	background-position:center;
}
#option753 .special03 div .planPrice dt h3{
	width:300px;
	margin:auto;
	background-color:#FFF;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#4F3A1C;
	letter-spacing:0.2em;
}
@media screen and (max-width:800px) {
#option753 .special03 div .planPrice dt h3{
	width:inherit;
}
}
#option753 .special03 div .planPrice dd{
	padding:20px 0;
	text-align:center;
	font-size:15px;
	color:#4F3A1C;
	line-height:1.76;
}

#option753 .special03 div .planPrice dd strong{
	font-size:22px;
}
#option753 .special03 div .planContetns{
	background-image:url(images/plan_bg.png);
	margin-bottom:20px;
}
#option753 .special03 div .planContetns dt{
	padding:15px 0 0;
	text-align:center;
	font-size:15px;
	color:#4F3A1C;
	letter-spacing:0.2em;
}
#option753 .special03 div .planContetns dd ul{
	text-align:center;
}
#option753 .special03 div .planContetns dd ul li{
	display:inline-block;
	padding:15px;
}
/**** option01 ****/
#option01{
	margin:40px 0 0;
	padding:25px 0 40px;
	background-image:url(images/bg.png);
}
#option01 .inner{
	background-color:#FFF;
	border:2px #4F3A1C solid;
	padding:5px 0 20px;
}
@media screen and (max-width:800px) {
#option01 .inner{
	margin:5%;
}
}
#option01 .inner .hdSet{
	width:860px;
	margin:auto;
}
@media screen and (max-width:800px) {
#option01 .inner .hdSet{
	width:90%;
	margin:auto;
}
}
#option01 .inner .hdSet h2{
	border-bottom:1px #4C3919 dotted;
	line-height:87px;
	color:#4C3919;
	font-size:30px;
	letter-spacing:0.2em;
	text-align:center;
}
#option01 .inner .hdSet h2.bg{
	background-image:url(images/op01_hd.png);
	background-repeat:no-repeat;
	background-position:center;
}
@media screen and (max-width:800px) {
#option01 .inner .hdSet h2{
	line-height:1.5;
	font-size:20px;
	letter-spacing:0.1em;
}
}
#option01 .inner .hdSet p{
	font-size:13px;
	color:#4C3919;
	letter-spacing:0.2em;
	line-height:1.5;
	margin:20px;
}
#option01 .inner ul{
	display:table;
	width:100%;
	margin-top:28px;
}
#option01 .inner ul li{
	display:table-cell;
	width:50%;
	text-align:center;
}
@media screen and (max-width:800px) {
#option01 .inner ul{
	display:block;
	width:96%;
	margin:28px auto;
}
#option01 .inner ul li{
	display:block;
	width:100%;
	text-align:center;
}
#option01 .inner ul li img{
	width:100%;
	max-width:412px;
}
}
#option01 .inner ul li h3{
	padding:10px 0;
	color:#4C3919;
	font-size:15px;
	letter-spacing:0.2em;
}
#option01 .inner ul li p{
	padding:10px 0;
	color:#4C3919;
	font-size:13px;
	letter-spacing:0.1em;
}
#option01 .inner ul li p.price{
	padding:10px 0;
	color:#000;
	font-size:15px;
	letter-spacing:0.1em;
}
#option01 .inner ul li p.price strong{
	font-size:24px;
}
 a.op01Btn{
	display:block;
	width:400px;
	margin:30px auto 0;
	padding:22px 50px;
	background-color:#FFF;
	border:1px #856F4B solid;
	text-align:center;
}
@media screen and (max-width:800px) {
 a.op01Btn{
	width:96%;
	padding:22px 25px;
}
}
 a.op01Btn:before {
    content: url(images/arw.png);
	position: relative;
	left:-20px;
}
/**** option02 ****/
#option02 h2{
	background-image:url(images/h2_type1_bg.png);
	background-repeat:repeat-x;
	line-height:64px;
	text-align:center;
	font-size:18px;
	color:#FFF;
	letter-spacing:0.18em;
}
#option02 h3{
	padding:30px 0;
	text-align:center;
	font-size:15px;
	color:#4C3919;
	letter-spacing:0.2em;
}
@media screen and (max-width:800px) {
#option02 h2{
	background-image:none;
	line-height:inherit;
	background-color:#BDAF99;
	padding:20px 10px;
}
}
#option02 .read{
	text-align:center;
	font-size:13px;
	color:#4D391A;
	letter-spacing:0.2em;
	line-height:1.57;
	margin:30px 0 40px;
}
@media screen and (max-width:800px) {
#option02 .read{
	text-align:left;
	margin:30px 10px 40px;
}
}
#option02 ul{
	border-top:1px #6D5227 dotted;
	width:475px;
}
#option02 figure{
	width:475px;
}
#option02 ul li{
	border-bottom:1px #6D5227 dotted;
	padding:20px;
}
@media screen and (max-width:800px) {
#option02 ul{
	border-top:none;
	width:90%;
	margin:auto;
}
#option02 ul.f-left,
#option02 ul.f-right{
	float:none;
}
#option02 ul li{
	padding:15px 10px;
}
}
#option02 ul li:before{
	content:"□";
	position: relative;
	left:-5px;
}
#option02 ul li:nth-child(2n+1){
	background-color:#EEE;
}
#option02 ul li span{
	display:inline-block;
	font-size:13px;
	color:#4C3919;
	letter-spacing:0.2em;
}
#option02 ul li span.price{
	float:right;
	color:#000;
	letter-spacing:0.06em;
}
@media screen and (max-width:800px) {
#option02 ul li span{
	max-width:150px;
	font-size:12px;
	letter-spacing:0.06em;
}
}
#option02 .inner p{
	margin:20px 0;
	font-size:12px;
	line-height:1.5;
	letter-spacing:0.1em;
}
@media screen and (max-width:800px) {
#option02 .f-left,
#option02 .f-right{
	float:none;
}
}
/**** option03-04 ****/
#option03,#option04{
	margin-bottom:20px;
}
#option03 h2{
	background-image:url(images/h2_type1_bg.png);
	background-repeat:repeat-x;
	line-height:64px;
	text-align:center;
	font-size:18px;
	color:#FFF;
	letter-spacing:0.18em;
	margin:60px 0;
}
@media screen and (max-width:800px) {
#option03 h2{
	background-image:none;
	line-height:inherit;
	background-color:#BDAF99;
	padding:20px 10px;
}
}
#option04 h2{
	text-align:center;
	margin-bottom:40px;
}
@media screen and (max-width:800px) {
#option04 h2 img{
	width:100%;
	max-width:585px;
}
}
#option03 a,
#option04 a{
	display:inline-block;
}
@media screen and (max-width:800px) {
#option03 a,
#option04 a{
	display:block;
	margin:0 auto 10px;
	width:90%;
}
#option03 a,
#option04 a{
	display:block;
	margin:0 auto 10px;
	width:90%;
	float:none;
}
#option03 a img,
#option04 a img{
	width:100%;
	max-width:475px;
}
}
/**** option05 ****/
#option05{
	background-color:#EDE8E0;
}
#option05 h2{
	background-image:url(images/h2_type1_bg.png);
	background-repeat:repeat-x;
	line-height:64px;
	text-align:center;
	font-size:18px;
	color:#FFF;
	letter-spacing:0.18em;
	margin:0 0 40px;
}
@media screen and (max-width:800px) {
#option05 h2{
	background-image:none;
	line-height:inherit;
	background-color:#BDAF99;
	padding:20px 10px;
}
}
#option05 .inner{
	border:1px #4F3A1C solid;
	padding:40px 0;
	background-color:#FFF;
}
#option05 .inner dl{
	width:920px;
	margin:auto;
}
@media screen and (max-width:800px) {
#option05 .inner dl{
	width:96%;
	margin:auto;
}
}
#option05 .inner dl dt{
	padding:15px;
	border-bottom:1px #6D5227 dotted;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
} 
#option05 .inner dl dd{
	padding:15px 30px;
	font-size:13px;
	font-weight:bold;
	line-height:1.7;
	letter-spacing:0.1em;
}
/**** gallery ****/
#gallery{
	background-image:url(images/gallery_bg.jpg);
	padding:30px 0;
	margin:40px 0;
}
#gallery h2{
	text-align:center;
	margin-bottom:40px;
}
@media screen and (max-width:800px) {
#gallery h2 img{
	width:100%;
	max-width:585px;
}
}

/**** orgStory ****/
#orgStory{
	padding:60px 0;
}
#orgStory h2{
	text-align:center;
	margin-bottom:30px;
}
#orgStory .inner img {
	display:block;
	width:740px;
	margin:auto;
}
#orgStory .inner p{
	text-align:center;
	margin:30px;
}
@media screen and (max-width:800px) {
#orgStory h2 img{
	width:100%;
	max-width:585px
}
#orgStory .inner img {
	width:95%;
	max-width:740px;
}
}



/** スライドギャラリー **/
#wGallery{
	max-width:860px;
	margin:auto;
	background-image:none;
}

#wGallery .gallery-cell{
	text-align:center;
	color:#FFF;
	width:100%;
}
#wGallery .gallery-cell > img{
	display:block;
	float:right;
}
#wGallery .gallery-cell .txtBox{
	width:390px;
	padding:0 30px;
}
#wGallery .gallery-cell .txtBox h3{
	font-size:26px;
	padding:25px 0;
	line-height:1.5;
	text-align:center;
	color:#4C3919;
}
#wGallery .gallery-cell .txtBox h3 img{
	float:none;
	display:block;
	margin:auto;
	width:inherit;
}
#wGallery .gallery-cell .txtBox p{
	font-size:13px;
	padding:20px 0;
	line-height:1.8;
	letter-spacing:0.2em;
	color:#4C3919;
}

@media screen and (max-width:800px) {
#wGallery{
	max-width:100%;
	margin:auto;
	background-image:none;
}
#wGallery .gallery-cell img{
	display:block;
	float:none;
	width:100%;
}
#wGallery .gallery-cell .txtBox{
	width:100%;
	padding:0 15px;
}
#wGallery .gallery-cell .txtBox h3{
	font-size:18px;
	padding:15px 0;
}
#wGallery .gallery-cell .txtBox p{
	font-size:13px;
	padding:10px 0;
}
#wGallery .gallery-cell .txtBox h3 img{
	width:inherit;
}
  .sotsugyou-bnr {
    padding: 0 15px;
  }
  .sotsugyou-bnr img {
    width: 100%;
  }
}
.sotsugyou-bnr a:hover {
  opacity: 0.66;
}
/*.planlist{
	margin-top:-425px;
	padding-top:425px;
}*/
/*20191022 Add bnr-area */
.bnr-area {
	margin: 40px auto;
	max-width: 940px;
	padding: 10px 10px;
	width: 100%;
}
.bnr-area img {
	max-width: 100%;
	height: auto;
}