@charset "utf-8";

/* init **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
*{ margin:0; padding:0; box-sizing:border-box; }
select option{ padding:0 5px; }
body{ color:#333; background:#f2ece5 ; font:16px helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif; line-height:1.8; text-align:center; min-width:1100px; _display: inline;_zoom:1; border-top: solid #baae94 10px; }
h1 , h2 , h3 , h4 , h5 , h6 , address{ font-style:normal; font-weight:normal; font-size:100%; }
ul{ list-style-type:none; }
img{ border:0; vertical-align:bottom; }

table{ border-spacing:0; border:0; }
table th{ text-align:left; vertical-align:middle; font-weight:normal; }
table td{ word-break:break-all; }

.floatR{ float:right; }
.floatL{ float:left; }

.alignL{ text-align:left; }
.alignR{ text-align:right; }
.alignC{ text-align:center; }

.rel{ position:relative; }
.abs{ position:absolute; }



.head_text{
    background:#baae94;
    color:#FFF;
    }


.flrpic {
    float: right;
    display: inline;
    margin-left: 30px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    img.fllpic,
    img.flrpic {
        width: 80.3%;
        margin: 5px 8.3% 22px !important;
    }
}

.marker {
    background: linear-gradient(transparent 65%, #ffe233 35%);
    padding-bottom: 2px;
    font-weight: bold;
    line-height: 1.8em;
}



/* clearfix **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.cf:after{ content:" "; display:block; clear:both; }


/* link **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
a:link , a:visited{ color:#014374; text-decoration:underline; }
a:hover{ color:#fa7319; text-decoration:underline; }


/* font decoration **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* size */
.fontSS{ font-size:12px; }
.fontS{ font-size:14px; }
.fontSL{ font-size:20px; }
.fontL{ font-size:22px; }
.fontLL{ font-size:26px; }

/* color */
.txt-red{ color:#e76404; font-weight:bold; }
.txt-blue{ color:#345d8c; font-weight:bold; }
.txt-brown{ color:#3e3922; font-weight:bold; }
.txt-orange{ color:#af7955; font-weight:bold; }
.txt-yellow{ color:#afa355; font-weight:bold; }
.txt-green{ color:#75c08e; font-weight:bold; }
.txt-purple{ color:#a08bc0; font-weight:bold; }

/*indent */
.idt , ul.assist li , .system li{ padding-left:1.0em; text-indent:-1.0em; }
.idt-half{ padding-left:0.5em; text-indent:-0.5em; }

/*other */
.str{ font-weight:bold; }
.str-reset{ font-weight:normal; }

.underline{ text-decoration:underline; }
.underline-double{ border-bottom:double medium; }
.underline-red{ border-bottom:solid 2px #a12c2e; }
.underline-blue{ border-bottom:solid 2px #345d8c; }

.waveline{ background:url(../images/wave_line.png) repeat-x left bottom; padding-bottom:7px; }
.waveline-red{ background:url(../images/wave_line_red.png) repeat-x left bottom; padding-bottom:7px; }
.waveline-blue{ background:url(../images/wave_line_blue.png) repeat-x left bottom; padding-bottom:7px; }

.marker-yelow{background-color:#f3ebb6; }
.marker-blue{background-color:#b1c3df; }


/* space **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* padding */
.spt0{ padding-top:0px !important; }
.spt5{ padding-top:5px !important; }
.spt10{ padding-top:10px !important; }
.spt15{ padding-top:15px !important; }
.spt20{ padding-top:20px !important; }
.spt25{ padding-top:25px !important; }
.spt30{ padding-top:30px !important; }
.spt35{ padding-top:35px !important; }
.spt40{ padding-top:40px !important; }
.spt45{ padding-top:45px !important; }
.spt50{ padding-top:50px !important; }
.spt55{ padding-top:55px !important; }
.spt60{ padding-top:60px !important; }
.spt65{ padding-top:65px !important; }

.spb0{ padding-bottom:0px !important; }
.spb5{ padding-bottom:5px !important; }
.spb10{ padding-bottom:10px !important; }
.spb15{ padding-bottom:15px !important; }
.spb20{ padding-bottom:20px !important; }
.spb25{ padding-bottom:25px !important; }
.spb30{ padding-bottom:30px !important; }
.spb35{ padding-bottom:35px !important; }

/* margin */
.smt0{ margin-top:0px !important; }
.smt5{ margin-top:5px !important; }
.smt10{ margin-top:10px !important; }
.smt15{ margin-top:15px !important; }
.smt20{ margin-top:20px !important; }
.smt25{ margin-top:25px !important; }
.smt30{ margin-top:30px !important; }
.smt35{ margin-top:35px !important; }
.smt40{ margin-top:40px !important; }
.smt45{ margin-top:45px !important; }
.smt50{ margin-top:50px !important; }
.smt55{ margin-top:55px !important; }
.smt60{ margin-top:60px !important; }
.smt80{ margin-top:-80px !important; }
.smt90{ margin-top:90px !important; }
.smt-200{ margin-top:-200px !important; }
.smt-120{ margin-top:-120px !important; }
.smt-20{ margin-top:-20px !important; }
.smt-40{ margin-top:-40px !important; }
.smt-50{ margin-top:-50px !important; }
.smt-70{ margin-top:-70px !important; }


.smb0{ margin-bottom:0px !important; }
.smb5{ margin-bottom:5px !important; }
.smb10{ margin-bottom:10px !important; }
.smb15{ margin-bottom:15px !important; }
.smb20{ margin-bottom:20px !important; }
.smb21{ margin-bottom:21px !important; }
.smb25{ margin-bottom:25px !important; }
.smb30{ margin-bottom:30px !important; }
.smb35{ margin-bottom:35px !important; }
.smb40{ margin-bottom:40px !important; }
.smb45{ margin-bottom:45px !important; }
.smb50{ margin-bottom:50px !important; }
.smb70{ margin-bottom:70px !important; }
.smb-20{ margin-bottom:-20px !important; }

.sml0{ margin-left:0px !important; }
.sml5{ margin-left:5px !important; }
.sml10{ margin-left:10px !important; }
.sml15{ margin-left:15px !important; }
.sml20{ margin-left:20px !important; }
.sml30{ margin-left:30px !important; }
.sml50{ margin-left:50px !important; }
.sml60{ margin-left:60px !important; }

.smr0{ margin-right:0px !important; }
.smr10{ margin-right:10px !important; }
.smr20{ margin-right:20px !important; }
.smr30{ margin-right:30px !important; }
.smr50{ margin-right:50px !important; }
.smr80{ margin-right:80px !important; }

/* paragraph */
p{ margin:0 60px 30px; }
p.lh-reset{ line-height:1.0; }

/* original frame */
.box{ margin:0 25px; }


/* favorite decoration **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.shadow{ box-shadow:0px 0px 8px rgba(0,0,0,0.4); }

table{ width:calc(90%); width:-webkit-calc(95%); border-collapse:separate; border-spacing:1px; background-color:#cdcdcd; line-height:2; font-size:14px; }
/*↑width:calc(100% - boxクラスの左右のmargin); */
table th , table td{ border:1px solid #fff; padding:5px 10px; }
table th{ font-weight:bold; background-color:#cdcdcd; width:22%; vertical-align:middle; box-shadow:inset 0px 0px 10px 0 #dbd8cc; }
table td{ background-color:#fff; box-shadow:inset 0px 0px 10px 0 #dbd8cc; }
table ol{ margin-left:20px; }

ul.assist{ font-size:12px; padding:15px 25px 12px; line-height:1.6; border:solid 1px #cdcdcd; }

.system{ font-size:14px; }

.rule{ background-color:#f6f6f6; padding:20px 30px; border-radius:3px; border:solid 1px #cdcdcd; font-size:14px; line-height:1.6; text-align:left; margin: 0 40px;}
.rule2{ background-color:#fffee8; padding:20px 30px; border-radius:3px; border:solid 1px #cdcdcd; font-size:14px; line-height:1.6; text-align:left; margin: 0 40px;}


/* responsive  **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.pc-item{ display:block; }
.sp-item{ display:none; }

[class^="pic"]{ float:right; margin:0 50px 20px 20px; }
.inner [class^="pic"]{ float:right; margin:0 0 20px 20px; }

.inner{ padding:0px; background-color:#fff; }
.inner p{ margin:0 10px 10px 10px; }
/*.inner p:last-child{ margin:0; }*/


/* wrap **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.wrap{ width:1100px; margin:0 auto; text-align:left; position:relative; }


/* header **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.top{width:1150px; margin:0 auto; padding-top:25px; }
.top .book{float:left; padding-top:20px; }
.top .txt{float:right; padding-top:15px;}
.top .txt .btn{background:#fff; padding:24px 0; border-bottom: solid 2px #d8d8d8; margin-top:20px; z-index: 100;}
.top .txt .btn a{margin-left: 10px;}

/* timer ********** タイマーが必要な場合のみ記述
///////////////////////////////////////////////////////////////////////////////////////////////*/
.timer{ width:399px; height:100px; margin:20px auto 10px; position: relative; }
.timer .timeDay{ position:absolute; top:35px; left:0px; }
.timer .timeHr{ position:absolute; top:35px; left:108px; }
.timer .timeMmin{ position:absolute; top:35px; left:224px; }
.timer .timeSec{ position:absolute; top:35px; left:312px; }
.timer .timeMsec{ display:none }
.timer span img{ width:25px; height:44px; }

/* form **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.topform{padding:15px 20px 15px; text-align:center; background:#e7e2d2; }
.mailform{padding:5px 20px 25px; text-align:center; }
.mailform ul{ text-align:center; width:600px; margin: 0 auto; }
.mailform ul li{ margin:5px 0 20px; }
.mailform ul li span,.mailform ul li input{ }
.mailform ul li span{ width:400px; padding-top:7px; }
.mailform ul li input{ width:calc(100% - 140px); width:-webkit-calc(100% - 140px); height:40px; padding:4px; box-shadow:0 0 8px #e2e2e2; font-size:18px; margin-top: 5px;}
.mailform .txt {font-size:14px; line-height:150%; margin-top: 5px; color:#464643; } 
.mailform .txt .spbr{display:none; }

.contents .form{padding:15px 20px 15px; text-align:center; background:#ece9e0; border:double 4px #fff; }

.entry img{ box-shadow:0 1px 8px rgba(0,0,0,0.2); }

.pre-book.pc-item {position: relative; top: -1px; margin-top: -100px;}
.pre-book.sp-item.w100 {position: relative; top: -10px; margin-top: -70px;}
/* top **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* catch */
.top .wrap{ width: 1010px;}
.wraptxt{ width:1160px; margin:0 auto; text-align:left; }
.top .header .timer{float:left;}

/* list-flex , list-display */
[class^="list-"]{
/*↑セレクタ名の前方一致*/
    padding:40px 0;
    background:-webkit-linear-gradient(#2b3135,#384045,#2b3135);
    background:-o-linear-gradient(#2b3135,#384045,#2b3135);
    background:linear-gradient(#2b3135,#384045,#2b3135);
}

.list-flex ul{ display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; width:1000px; margin:0 auto; }
/*↑横並びは float の代わりに flex を使ってもいいかも。flex-wrap:wrap; → スマホサイズで横に並ぶ数を変える場合は必要*/
.list-flex ul li{ width:calc(100% / 4 - 15px); width:-webkit-calc(100% / 4 - 15px); margin-right:20px; }
/*↑width:calc(ウィンドウ幅 / 4分割 - liの横幅と画像の横幅との差分);　差分 = 1000px / 4 - 235px(1つの画像の横幅)*/
.list-flex ul li:nth-of-type(4){ margin-right:0; }


/* contents **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.contents{ padding-bottom:10px; margin-top:45px;  }
.contents p{text-align:left;}
.contents .alignC{text-align:center;}
.sbt{background:url("../images/section_bg.png")no-repeat top center;margin: 0 auto 25px;}

.section2 .mes2{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:500;}
.section2 .mes2 .str{font-weight:900;}
.section11 .mes2{font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:500;}
.section11 .mes2 .str{font-weight:900;}

.pro{border:1px solid #d0c9ba; margin:0 40px 25px; box-shadow:0 0 20px 0px rgba(58,58,58,0.1); background: #fff;}

.sticky{position:sticky; top:0; z-index:100;}

.section3 .mokuji{border:1px solid #d0c9ba; margin:0 40px 30px; box-shadow:0 0 20px 0px rgba(58,58,58,0.1); background: #fff; padding:10px 50px 35px;}
.section3 .mokuji h4{margin: 25px 0 10px 5px; }
.section3 .mokujiko{border-bottom: solid 1px #928770;}
.section3 .mokuji ul{margin:0 10px 5px; padding-bottom:15px;}
.section3 .mokuji ul li{list-style-type:none; }
li:before {content: "■ ";color:#928770;}

.mes {background:url(../images/mes_bg.png) repeat top; border: solid 1px #fff; box-shadow: 0px 0px 10px 0px rgba(204, 193, 112, 0.5), 0px 0px 100px 0px rgba(204, 193, 112, 0.5)inset; padding: 50px 0px 20px; margin:0 20px 30px; font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight:500;}

.sectionkiyaku .wrap{padding:0 20px;}

.bgbox {background-color: rgba(255,255,255,0.4); box-shadow: 0px 0px 10px 5px rgba(247, 245, 198,0.2);padding:25px 2px 1px; margin:15px 40px 30px; line-height:160%;} 

.section5 .review{border:1px solid #d0c9ba; margin:0 40px 30px; box-shadow:0 0 20px 0px rgba(58,58,58,0.1); background: #fff; padding:10px 50px 35px; }
.section5 .review h4{margin: 25px 0 5px 0; color:#928770; font-size:15pt; font-weight:bold; line-height:140%; }
.section5 .review h5{font-weight:bold; line-height:180%;}
h5:before {content: "| ";color:#928770;font-size:15pt; line-height:200%;}
.section5 .reviewko{border-bottom: solid 1px #928770; padding-bottom:15px;}
.section5 .review .reviewko .star{color:#edb301;}


/* sbt */
[class^="sbt-"]{ margin-bottom:20px; }
.sbt-long{
    height:260px;
    background:url(../images/sbt_long_bg.jpg) center no-repeat,-webkit-linear-gradient(#010a29,#042e6b,#010a29);
    background:url(../images/sbt_long_bg.jpg) center no-repeat,-o-linear-gradient(#010a29,#042e6b,#010a29);
    background:url(../images/sbt_long_bg.jpg) center no-repeat,linear-gradient(#010a29,#042e6b,#010a29);
}
.sbt-long span{ display:block; position:relative; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* movie */
.movie-large,.movie-short li{ padding:2px; background:linear-gradient(#ebe4bf, #948e73); box-shadow: 0px 5px 10px 0px rgba(47, 45, 42, 0.5) }

.movie-large{ width:740px; height:auto; margin:0 auto; }
.movie-large .frame{ position:relative; top:0; left:0; width:100%; padding-top:56.25%; }
.movie-large iframe{ position:absolute; top:0; left:0; width:100%; height:100%; }
/*↑ウィンドウサイズに合わせて縦横比固定で縮小させる　padding-top:56.25%;(高さ÷横幅×100) → 16:9のサイズ(9÷16×100=56.25)*/

.movie-short{ width:980px; margin:0 auto; }
.movie-short li{ width:316px; float:left; margin-right:15px; }
.movie-short li:last-child{ margin-right:0; }
.movie-short li .frame{ position:relative; top:0; left:0; width:100%; padding-top:56.25%; }
.movie-short li iframe{ position:absolute; top:0; left:0; width:100%; height:100%; }
.movie-short li .txt{ text-align:center; color:#147db9;  font-weight:bold; font-size:13px; margin-top:12px; line-height: 150%;}
.movie-short li span{ display:block; padding:10px 5px; background-color:#7383b8; text-align:center; }

/************************************
** スライダー
************************************/
.slide-wrap{
   display:-webkit-box;
   display:-ms-flexbox;
   display: flex;
   overflow-x: scroll;
   -webkit-overflow-scrolling: touch;
   overflow-scrolling: touch;
   scroll-snap-type: x mandatory;
   padding:0 0 1em;
   margin:0 0 2em 0;
   scroll-behavior: smooth;
   direction: rtl;
}
.slide-wrap .slide-content{
   flex: 0 0 100%;
   margin: 0 10px;
   height:100%;
}
@media screen and (max-width: 480px){
.slide-wrap .slide-content {
    flex: 0 0 88%;
    margin: 0px 5px;
    scroll-snap-align:center;
}
}


/* half-box */
.half-box{ display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; width:900px; margin:0 auto; }
.half-box .half{ width:calc(100% / 2 - 10px); width:-webkit-calc(100% / 2 - 10px); margin-right:20px; padding:6px; background:#082d68 url(../images/bg_slash.png); }
.half-box .half:nth-child(even){ margin-right:0; }
/*↑nth-child(even) 偶数番目 */
.half-box .half .tit{ margin-bottom:5px; }

/* qa */
.qa{ padding:10px; background-color:#6feaff; border:solid 1px #fff; box-shadow:0 0 20px rgba(244,222,92,0.5)inset; margin: 0 30px 15px; }
.qa dt{ padding:12px 10px 17px 52px; background:url(../images/q.png) 9px 2px no-repeat; }
.qa dd{ padding:15px 10px 12px 52px; background:#fff url(../images/a.png) 13px 12px no-repeat; border:solid 1px #d2ff57; }

.qrbase .qr{float:left; margin-left:50px; margin-bottom: 30px; }
.qrbase .qr .url{font-size: 14px; line-height: 130%; padding-top: 10px; text-align: left; }

.price_table{ width:90%; margin: 0 auto; }
.price_table th , .price_table td{ padding:10px; font-size:14pt; }
.price_table th{ color:#fff; padding:10px 20px; }
.price_table tr:not(:first-child) th , .price_table tr:not(:first-child) td{ border-top:none; }
.price_table tr:first-child th , .price_table tr:first-child td{ background:#eee; }
.price_table td{ padding:5px 10px; border-left:none; text-align:center; }
.price_table .corce { color:#333; }
.price_table .corces { background:#ba274b; box-shadow:inset 0px 0px 15px 0 #8d782c; }
.price_table .corcer { background:#ac8843; box-shadow:inset 0px 0px 15px 0 #8d782c; }

.foot_btn{background:#fff;padding:24px 0;border-bottom: solid 2px #d8d8d8;margin: 20px auto;z-index: 100;width: 700px;}
.foot_btn abtn a{margin-left: 10px;}
/* footer **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer{ color:#fff; background-color:#333; padding:10px 10px 20px; text-align:center; }
.footer a{ color:#fff; font-size:12px; }

/* ★★★ タブレット ★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media only screen and (max-width: 768px){
/* init **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
body{ min-width:100%; font-size: 14px; }
.fontL{ font-size:18px; }
.fontLL{ font-size:22px; }


/* space **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* paragraph */
p{ margin:0 20px 25px; }

/* original frame */
.box{ margin:0; }


/* favorite decoration **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.card img{ max-width:366px; width:100%; height:auto; }

table{ width:100%; }
table th , table td{ display:block; }
table th{ width:100%; }


/* responsive **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.pc-item{ display:none; }
.sp-item{ display:block; }

[class^="pic"],.inner [class^="pic"]{ float:none; margin:0 auto 20px; }

.inner{ padding:0px; text-align:center; }
.inner p{ text-align:left; }

.w100 img{ width:100%; height:auto; }
.w95 img{ width:95%; height:auto; }
.w90 img{ width:90%; height:auto; }
.w80 img{ width:80%; height:auto; }
.w70 img{ width:70%; height:auto; }
.w60 img{ width:60%; height:auto; }
p img{ max-width:520px; height:auto; }
	
.bgbox {;padding:25px 2px 1px; margin:15px 15px 20px; line-height:160%;} 


/* wrap **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.wrap{ width:calc(100% - 0px); -webkit-width:calc(100% - 0px); margin:0 0px; }
/*↑width:calc(ウィンドウ幅 - 左右に空けたい余白の合計値);*/


/* header **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.headersp{ height:100px; float:none;  }


/* form **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.form{padding:15px 0px 15px; text-align:center; background:#e2ddca; }
.mailform{ width:100%; padding:0px 10px 20px; margin: 18px auto 0; }
.mailform ul{ margin:0 auto; width:100%; margin-bottom: 10px; }
.mailform ul li span{ width:50px; padding-top:4px; }
.mailform ul li input{ width:calc(100%); width:-webkit-calc(100%); }
.mailform input.btn{ width:100%; height:auto; }
.mailform .txt{font-size:14px; line-height: 130%; margin-top: 5px;}
.mailform .txt .spbr{display:block;}
	
/* top **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* catch */
.top{width:100%; margin:0 auto; padding-top:25px; }
.btn{background:#fff; padding:10px 0; border-bottom: solid 2px #d8d8d8; margin:12px 0; z-index:100; display: block;}
.btn img{margin:4px 5px; width: calc( 88% / 2 );}


/* list-flex , list-display */
[class^="list-"]{ padding:20px 0; }
[class^="list-"] .wrap{ text-align:center; }

.list-flex ul{ width:100%; }
.list-flex ul li img{ max-width:235px; width:100%; height:auto; }

.list-display img{ max-width:520px; width:100%; height:auto; }
	
	
/* movie */
.movie-large{ width:95%; margin-top:10px; }
	
.movie-short{ width:95%;}
.movie-short li{ width:100%; float:none; margin:0 auto 15px; }
.movie-short li:last-child{ margin:0 auto; }


/* contents **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.contents{ margin-top:0px; padding-bottom:10px;}
/*.opa{background-color: rgba(255,255,255,0.6);padding: 30px 0 1px; margin: -25px 0; }*/
	
.title .sp-item{margin-bottom:15px;}
	

/* sbt */
.sbt-long{ height:120px; }
.sbt-long img{ max-width:390px; width:100%; height:auto; }
	
.mes { margin:15px;}
.mesin { padding: 50px 0px 20px; }

/* half-box */
.half-box{ width:100%; }
.half-box .half{ width:100%; margin-right:0; }
.half-box .half:not(:first-child){ margin-top:15px; }
/*↑:not(:first-child)　最初以外の要素*/
.half-box .half .tit img{ max-width:340px; width:100%; height:auto; }
.half-box .half .inner .pic{ float:right; margin:0 0 20px 20px; }
	
.pro{border:1px solid #d0c9ba; margin:0 10px 20px; box-shadow:0 0 20px 0px rgba(58,58,58,0.1); background: #fff;}

.section3 .mokuji{margin:0 10px 30px; padding:10px 20px 30px;}
.section3 .mokuji h4{margin: 25px 0 8px 5px; }
.section3 .mokujiko{border-bottom: solid 1px #928770;}
.section3 .mokuji ul{margin:0 10px 5px; padding-bottom:15px;}
.section3 .mokuji ul li{list-style-type:none; }
li:before {content: "■ ";color:#928770;}
	
.section5 .review{margin:0 10px 30px; padding:10px 20px 30px;}

	
/* timer ********** タイマーが必要な場合のみ記述
///////////////////////////////////////////////////////////////////////////////////////////////*/
.headersp .timer{ width:320px; height:90px; margin:0 auto ; padding-top:15px; }
.headersp .timer .timeDay{ top:46px; left:0px; }
.headersp .timer .timeHr{ top:46px; left:86px; }
.headersp .timer .timeMmin{ top:46px; left:180px; }
.headersp .timer .timeSec{ top:46px; left:251px; }
.headersp .timer .timeMsec{ display:none; }
.headersp .timer span img{ width:20px; height:34px; }


/* footer **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.footer .copy img{ max-width:280px; width:100%; height:auto; }

}


@media only screen and (max-width: 540px){
/* top ********** スマホサイズまで待つと小さくなり過ぎるので 540px から2分割にしている
///////////////////////////////////////////////////////////////////////////////////////////////*/
/* list-flex , list-display */
[class^="list-"]{ padding:10px 0; }

.list-flex ul li{ width:calc(100% / 2 - 5px); margin-right:10px; padding:10px; background-color:#384045; }
/*↑width:calc(ウィンドウ幅 / 2分割 - margin20px分を2つで分ける);*/
.list-flex ul li:nth-of-type(2){ margin-right:0; }
.list-flex ul li img{ max-width:160px; width:100%; height:auto; }
	

}


/* ★★★ スマホ ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media only screen and (max-width: 414px){ /* iPhone6Plus */
/* init **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
body{ min-width:320px; }
/*↑最小幅指定*/


/* header **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.header{ height:92px; }
.header .timer{ height:62px; }
.header .timer > img{ width:315px; height:62px; }
/*↑ ".timer > img" .timerの子要素のimgに適用する。spanの中のimgは孫要素なので適用されない*/


/* form **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.mailform{ padding-top:40px; margin:0 auto; }
.mailform ul img{ height:28px; }
.mailform ul li{ margin-bottom:0; }
.mailform ul li span,.mailform ul li input{ float:none; display:block; }
.mailform ul li span{ width:100%; padding-top:0; margin-bottom:5px; }
.mailform ul li input{ width:100%; }
.mailform .txt{font-size:12px; line-height: 130%; margin-top: 5px;}
	
.pre-book.sp-item.w100 {position: relative; top: -3px; margin-top: -80px;}
/* contents **********
///////////////////////////////////////////////////////////////////////////////////////////////*/


/* half-box */
.half-box .half .tit img{ max-width:260px; width:100%; height:auto; }
.half-box .half .inner .pic{ float:none; margin:0 auto 20px; }
.half-box .half .inner .pic img{ max-width:182px; width:100%; height:auto; }


/* timer ********** タイマーが必要な場合のみ記述
///////////////////////////////////////////////////////////////////////////////////////////////*/
div.timer{ height:80px;margin: 0 auto; float:inherit;  }


/* que **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.que {background:url("../images/que_pic.png")no-repeat bottom right,#fff;width:1000px;border: solid 1px #1d4888;margin:0 auto 30px;border-radius:5px;box-shadow:0 0 30px 0 rgba(185,212,236)inset;}
.que h3{ text-align:center; margin-top:-30px; margin-bottom:30px; }

/* kiyaku **********
///////////////////////////////////////////////////////////////////////////////////////////////*/
.kiyaku{ font-weight: bold;background-color: #cdcdcd;vertical-align: middle;}
.kiyaku h3{ margin-bottom:20px; text-align: center; }
.kiyaku dl{ height: 650px;
    overflow: auto;
    margin: 0 auto 20px;
    border-collapse: separate;
    border-spacing: 1px;
    background-color: #cdcdcd;
    line-height: 2;
    font-size: 14px;}
.kiyaku dt {
    padding: 12px 12px 5px 70px;
    font-weight: bold;
    text-align: left;
    background-color: #cdcdcd;
    width: 22%;
	vertical-align: middle;}
.kiyaku dd {
    background:#fff url(../images/a.png) no-repeat 34px 15px;
    padding:17px 30px 20px 70px;
    border-radius:0 0 5px 5px;
    margin-bottom:15px;
    border:solid 1px #ccc;
    border-top:none;
	color: #333333;
	text-align: left;
}
.kiyaku .que{ font-size:larger; }
.kiyaku .ans{ font-size:larger; color:#e6155f; font-weight:bold; }
    
    
