﻿@charset 'utf-8';
@import url(' ../../../../../../common/css/reset.css');
@import url(' ../../../../../../common/css/layout.css');
@import url(' ../../../../../common/css/internal_links.css');

*,
*:before,
*:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
}

/*-------------------- pankuzu */
#pankuzu ul{
    overflow: auto;
    padding: 10px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;
}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}

/*-------------------- 枠 */
#container{
    font-family:  'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'MS Pゴシック';
    font-size: 14px;
    line-height: 1.7;
    clear: both;
    zoom: 1;
    width: 100%;
    margin: 0 auto 0 auto !important;
}
.wrapper{
    position: relative;
    clear: both;
    width: 950px;
    margin: 0 auto;
}
.w950{
	clear: both;
	width: 950px;
	margin: 0 auto;
}
/*.box{
	clear: both;
	padding: 0.5em;
}*/
li,
dt,
dd{
    text-align: justify;
    text-justify: inter-ideograph;
}
ul.photo{
    clear: both;
    margin-top: 30px;
}
ul.photo li{
    float: left;
    margin-right: 10px;
}
ul.photo li:last-child{
    float: right;
    margin-right: 0;
}
ul.photo li span{
    font-size: 12px;
    display: block;
    text-align: right;
}
.s_moji{ font-size:12px; line-height:1.5;}
.red{ color:#F00}
.px18{ font-size:18px; 	font-weight: bold;}
.min{ 	font-family: 'Kozuka Mincho Pro', Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;} 
.marker{
background:linear-gradient(transparent 65%, #fff799 65%);
font-weight:bold; 
}

/*--float--*/
.left {	float: left;}
.f_right { float: right;}
/* pc用画像 */
.pc {display: block;}
.tb {display: none;}
.sp {display: none;}
/* 画像調整 */
img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
/*----------  flex------------*/
.flex_container {
	display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	flex-flow: row nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
}
.re_frex{
		flex-flow: row-reverse;
	-webkit-box-orient: vertical;

	-ms-flex-flow: row-reverse;
	-webkit-flex-flow: row-reversep;
}
/*--------------------------------------------------- contact */
#contact {background-color: #ffd02e;}
#contact .w950 {padding: 50px 0;}

/*--circle--*/
#contact .circle {
	background-color: #FFF;
	width: 220px;
	height: 220px;
	/*line-height: 220px;*/
}
#contact .circle p span {
	display: block;
	color: #ffd02e;
}
.circle {
	text-align: center;
	font-size: 115%;
	padding: 0;
	margin: 0;
	display: inline-block;
	border-radius: 50%;
}
.circle p {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}


/*--infoBox--*/
.infoBox {
	width: 70%;
	padding-top: 30px;
	line-height: 1.4;
}
.infoTit {font-size: 129%;}
.btmLine {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
}

#contact dt {font-size: 115%;}
#contact dd {
	float: left;
	margin: 0 3% 2px 0;
	font-size: 86%;
}
#contact dd span {
	display: inline-block;
	width: 65px;
	margin: 0 5px 0 0;
	padding: 2px 10px;
	font-size: 93%;
	text-align: center;
	background-color: #fee695;
	border-radius: 3px;
}
#contact dd.info_mail {margin-right: 0;}


/*--個別調整--*/
#contact .info_tel {
	width: 100%;
	margin-bottom: 10px;
	font-size: 186%;
	font-weight: bold;
}
.info_tel a, .info_mail a {color: #333 !important;text-decoration: none !important;}


/*------------------------------------------------------------------------------------------------------------ main */
#main{		
	background: url(../img/main.jpg) no-repeat center top/cover;

}

/*--------------------------------------------------- title */
h3.sitettl{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	background: url(../img/title.png) no-repeat center center/100%;
	max-width: 950px;
	min-height: 100%;
	margin: auto;
	padding: 20% 0;
}


/*------------------------------------------------------------------------------------------------------------ derayoru */

#derayoru {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	padding: 5em 0.5em;
	margin: 0 auto 3em;
	text-align: center;
}
#derayoru #top h5 {
	background-color: #6B1B7E;
	color: #FFF;
	font-size: 17px;
	padding: 0.5em;
	margin: 1em auto 2em;
	display: inline-block;
}
#derayoru #top p {
	background-color: #00002E;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	width: 70%;
	margin: 0 auto 3em;
}
#derayoru #top table{
	margin: auto;
}
#derayoru #top table tbody tr {
	background-color: #FFFFFF;
}
#derayoru #top table tbody tr .choice{position: relative;}
#derayoru #top table tbody tr .choice:before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！画像を横に並べたいときはinline-block、改行を入れたい場合はblock*/
	width: 100%;/*画像の幅*/
	height: 47px;/*画像の高さ*/
	background-image: url(../img/icon_choice.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;	
	position: absolute;
	left:-70%;
	top:10%;
}

#derayoru #top table tbody tr:first-child {
	border-bottom: 0.5px #6B1B7E solid;
}

#derayoru #top table caption{
	background-color: #6B1B7E;
	color: #FFF;
}

#derayoru #top table th {
	padding: 2.5em 2em;
}
#derayoru #top table td{
	padding:0 2em;
}

/*------------------------------------------------------------------------------------------------------------ point */

#point h4{
	background-color:#F7CA00;
    font-size: 18px;
    margin: 7em auto 0;
	padding: 0.7em 2em 0.3em;
	width: 50%;
}
#point ul{
	background-color: #FFF;
	padding: 1em 2em;
	border: #F7CA00 5px solid;
	margin-bottom: 5em;
}
#point ul li{
    margin-bottom: 10px;
    padding-bottom: 20px;
    padding-left: 3em;
    text-indent: -3em;
    border-bottom: 1px dotted #F7CA00;
}
#point ul li:last-child{
    margin-bottom: 0;
    border-bottom: none;
}
#point ul li:before {
	content: url(../img/icon_point.png);
	margin-right: 2em;
	position: relative;
	top:8px;
	left: 5px;
}
#derayoru #image img {width: 100%}
#derayoru #image {
	background: url(../img/dera_img.jpg) no-repeat top center/cover;
	padding: 30% 0 10px;
}
#derayoru #image  li {
	margin: 0 3px;
	width: 33.3%;
}




/*----------------------------.booking */
.booking {
	margin: 5em auto 0;
	width: 50%;
}
.booking dl dt {
	border: 1px solid #3D2D13;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFFFFF;
	padding: 0 1em;
	margin-right: 1.5em;
}
.booking dl dd{
	color: #FFF;
	font-size: 90%;
}
.booking dd span.price,
.booking dd span.price a{
    font-size: 14px;
    text-decoration: none;
    color: #ff0;
}
.booking dd.btn{
    font-size: 14px;
    margin: 0.2em 0 2.5em;
    text-align: center;
    border-radius: 3px;
	 -moz-border-radius:3px;
	 -webkit-border-radius:3px;
background: -webkit-linear-gradient(top,#BC8924,#DBD12A);
background: -o-linear-gradient(top, #BC8924,#DBD12A);
background: linear-gradient(to bottom,#BC8924,#DBD12A);
}
.booking dd.btn a{
    display: block;
    padding: 1em 0;
    text-decoration: none;
    color: #000;
	font-weight: bold;
}
.booking dd.btn a:hover{
	    border-radius: 3px;
	 -moz-border-radius:3px;
	 -webkit-border-radius:3px;
background: -webkit-linear-gradient(top,#DBD12A,#BC8924);
background: -o-linear-gradient(top,#DBD12A,#BC8924);
background: linear-gradient(to bottom,#DBD12A,#BC8924);
}

/*----------------------------other */
#other{
	text-align: center;
	width: 85%;
	margin: 8em auto;
}
#other .booking{ margin-top: 2em;}
#other .booking dd{
	color: #000;
}
#other.booking dd span.price,
#other.booking dd span.price a{
    color: #FF00DD;
}
#other .booking dd.btn{
/*    font-size: 14px;
    margin: 0.2em 0 2.5em;
    text-align: center;
    border-radius: 3px;
	 -moz-border-radius:3px;
	 -webkit-border-radius:3px;*/
background: -webkit-linear-gradient(top, #90278A,#AE228A);
background: -o-linear-gradient(top,  #90278A,#AE228A);
background: linear-gradient(to bottom, #90278A,#AE228A);
}
#other .booking dd.btn a{
/*    display: block;
    padding: 1em 0;
    text-decoration: none;*/
    color: #FFF;
	font-weight: bold;
}
#other .booking dd.btn a:hover{
/*	    border-radius: 3px;
	 -moz-border-radius:3px;
	 -webkit-border-radius:3px;*/
background: -webkit-linear-gradient(top,#AE228A, #90278A);
background: -o-linear-gradient(top,#AE228A, #90278A);
background: linear-gradient(to bottom,#AE228A, #90278A);
}


/*-------------------- SPOOK価格表示ガジェット */
.deplistWrap,
.pricelist span.left{
    display: none;
}



.pricelistWrap ul{
    margin-left: 0;
}
.pricelistWrap ul li{
    padding-left: 0;
    background: none;
}

/*-------------------- その他 */
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.mb30{margin-bottom: 30px;}

/*-------------------- page-top */
#page-top{
    font-size: 16px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
#page-top a{
    display: block;
    width: 80px;
    padding: 20px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    background: #ddd;
}
#page-top a:hover{
    text-decoration: none;
    background: #a5a5a5;
}
