@charset 'utf-8';

@import url(' ../../../../../../common/css/reset.css');
@import url(' ../../../../../../common/css/layout.css');
@import url(' ../../../../../common/css/internal_links.css');

#container{
	clear: both;
	width: auto;
	font-size: 14px;
	line-height: 1.7;
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

.w950 {	max-width: 950px;	margin: 0 auto;}
/*.w750 {	max-width: 750px;	margin: 0 auto;}*/

/*-- float --*/
.left {	float: left;}
.right { float: right;}

/*-- 明朝体 --*/
.min{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

/*-- clearfix --*/
.clearfix:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


/*-- 画像位置 --*/
img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
	max-width: 100%;
}
/*-- pc用画像 --*/
.pc {display: block;}
.tb {display: none;}
.sp {display: none;}

/*-- justify --*/
dl, dt, dd, ul, li, ol, li,.just {
    margin: 0;
    padding: 0;
    text-decoration: none;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*--------------------パンくず */
#pankuzu ul{
    overflow: auto;
    padding: 0 10px;
    _zoom: 1;
}
#pankuzu li{
    float: left;
    list-style: none;
}
#pankuzu li + li:before{
    margin: 0 8px;
    content: '>';
}
/*--------------------------------------------------- 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%);
}


/*--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;}


/*--------------------page-top */
#page-top{
    position: fixed;
    z-index: 100;
    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;
}


/*----------  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;
}

/*---------------------------------------------------------------------調整*/
.red{color: #D7000F;}
.red_back{background-color: #D7000F; color: #fff;}
.gray{color: #ccc;}
.b_text {font-weight: bold;}
.s_text {font-size: 85% !important;}
.l_text {font-size: 120% !important;}
.pd_5em{padding: 5em;}
.attention {font-size: 85% !important; text-align: left; line-height: 1.1; font-weight: normal;}

/* マーカー線・黄色 */
.y_marker{
background:linear-gradient(transparent 65%, #fff799 65%);
font-weight:bold; 
}

.mb_5{margin-bottom: 5em;}
/*---------------------------------------------------------------------#共通部分*/
.bytype{
	font-size: 1.6em;
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}
.bytype:before,
.bytype:after{
    display: block;
    height: 2px;
    content: '';
    background: #7A6434;
    flex-grow: 1;
}
.bytype:before{
    margin-right: 2em;
}
.bytype:after{
    margin-left: 2em;
}
.links a{ color: #6F6649}
.links,dd.links{
	font-size: 1.1em;
	text-align: center;
	margin: 3em auto 5em;
}
.photo_2 li img,.photo_3 li img{width: 100%}
.photo_2 li{width: 50%}
.photo_3 li{width: 33.33%}

#main h4,#point h4,#main h4,#product h4,#tour h4{
	background-color: #002063;
	color: #FFFFFF;
	padding: 1.5em 0;
	font-size: 130%;
	text-align: center;
}

/*-------------------- main_visual */
#main_visual{
    padding:  5% 0;
    background: url(../img/bg_wall.jpg) no-repeat center top;
    background-size: cover;
}
#main_visual h3 {
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 320px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
/*-------------------- intro */
#intro{
    font-family: 'Sawarabi Mincho', sans-serif;
    clear: both;
    margin: 0 auto;
    padding: 40px 0;
}
#intro .bytype{
	margin: 2.5em auto;
}

#intro dl.sitettl dt{
	font-size: 115%;
	margin-bottom: 2em;
	text-align: center;
	padding: 0.5em 2em;
}
#intro dl.sitettl dt span{
	font-size: 130%;
}

/*-------------------- menu */
#menu{
	clear: both;
	background-color: #84714C;
	color: #FFFFFF;
	line-height: 4;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 1px;
}
#menu li {
	border-right: 1px solid #FFF;
	width: 20%;
	text-align: center;
}
#menu li:first-child {
	border-left: 1px solid #FFF;
}
#menu li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
#menu li a:hover {
	background-color:#CEC3B2 ;	
	color:#84714C ;
	display: block;
}
/*-------------------- about */
.about{
	background-color: #000;
	color: #FFFFFF;
		padding-bottom: 2em;
		font-size: 110%;
}
.about .w950 li {
	padding-top: 2em;
}


/*---------------------------------------------------------------------#room*/
#room,#meal{margin: 5em 0 10em}
#room h4{margin: 3em 0}
#room p.min{
	text-align: center;
	font-size: 115%;
	font-weight: bold;
	margin-bottom: 3em;
}
#room .room_box dl{
	width: 33.3%;
	margin-right: 10px;
	margin-bottom: 3em;
}

#room .room_box dl:last-child{
	margin-right: 0;
	
}
.room_box dl dt {
	font-weight: bold;
	font-size: 110%;
    font-family: 'Sawarabi Mincho', sans-serif;	
}


.room_come {
	font-size: 90%;
	line-height: 1.4;
	background-color: whitesmoke;
	padding: 0.7em;
	margin-bottom: 1em;
	min-height: 135px;
}
.size_box{
	font-size: 90%;	
    display: inline-block;
    margin: 5px 0;
    padding: 3px 10px;
    color: #fff;
    border-radius: 3px;
    background: #7A6434;
}
/*---------------------------------------------------------------------#meal*/

#meal .bytype{    margin-bottom: 5px;}
.ribbon{text-align: center;}
#meal h5{line-height: 5;}
#meal dt{
	font-weight: bold;
	margin: 0.7em;
}
#meal .ttl_box {
	font-family: 'Sawarabi Mincho', sans-serif;
	background-color: #000000;
	color: #FFFFFF;
	margin: 2em auto 1.5em;
}
.ttl_box span {
	margin-right: 1em;
	position: relative;
	top:-1.7em;
}
.ttl_box strong { font-size: 130%;}
.bar {margin-bottom: 2em;}
.bar .min {
	width: 40%;
}
.bar p {
	width: 35%;
}
.bar .push {
	width: 20%;
	color: #FFFFFF;
	padding: 1.5em 5px 5px;
	margin-left: 5px;
	background-color: #000000;
	position: relative;
}
#meal .bar .push dt{
	margin: 0;
	position: absolute;
	top: -10px;
	left: -2px;
	background-color:#84714C;
	border-left: 2px dotted rgba(0,0,0,.1);
	border-right: 2px dotted rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	padding: 0 1em;
	color: #fff;
	transform: rotate(-4deg);	
}
.bar .push dd:nth-child(2){
	padding: 0.2em 0.5em 0; 
	line-height: 1.5;
	font-size: 90%;
}
#meal .dinner_img {
	background-color: #000;
	padding: 1em 0;
	margin: 0.2em 0 0;
}
#meal .dinner_img li {
	width: 16.66%;
}

	
	
#meal .dinner_come{
	background-color: #EAE5E1;
	padding: 1em 0;
	font-weight: bold;
}
#meal .dinner_come ul {	margin-bottom: 1.5em;}

#meal .dinner_come li {
/*	background-color: #FFFFFF;
	padding: 5.5em 2em;
	border-radius: 150px;
	margin-right: 1em;
	width: 25%;
	text-align: center;*/
	font-size: 110%;

	display: flex;
    margin-top: 5px;
    align-items: center;		
}
#meal .dinner_come li:before,
#meal .dinner_come li:after{
    display: block;
    height: 3px;
    content: '';
background:-webkit-linear-gradient(right, #EAE5E1, #FFF, #EAE5E1);
background:-o-linear-gradient(right, #EAE5E1, #FFF, #EAE5E1);
background:linear-gradient(to left, #EAE5E1, #FFF, #EAE5E1);	

    flex-grow: 1;
}
#meal .dinner_come li:before{    margin-right: 2em;}
#meal .dinner_come li:after{    margin-left: 2em;}
#meal .dinner_come dt{
	text-align:center;
	color: #584545;
	font-weight: bold;
}

#meal .breakfast dt {
	width: 75%;
	padding: 3em;
}
#meal .breakfast dd {
	width: 35%;
}
/*---------------------------------------------------------------------#hotel_point*/
#hotel_point {
background:-webkit-linear-gradient(bottom, #EAE5E1 0%, #EAE5E1 90%, #FFF 10%, #FFF 100%);
background:-o-linear-gradient(bottom, #EAE5E1 0%, #EAE5E1 90%, #FFF 10%, #FFF 100%);
background:linear-gradient(to top, #EAE5E1 0%, #EAE5E1 90%, #FFF 10%, #FFF 100%);
	padding-bottom: 1em;
	margin-bottom: 7em;
}
#hotel_point .push dl {
	width: 50%;
	background-color: #FFFFFF;
	margin: 3em 0.5em 5em;
	padding: 3em 1.5em 1.5em;
	border: #7A6434 1px solid;

}
#hotel_point .push dl dd:first-child {
	text-align: center;
	margin-top: -5em;
}
#hotel_point .push dl dd:last-child {
	text-align: center;
	line-height: 1.5;
	text-align-last: right;
}
#hotel_point .push dl dt{
	text-align: center;
	font-weight: bold;
	font-size: 120%;
	margin: 1em auto;
	border-bottom: #CDC3B8 dotted 1px;
}
#hotel_point .push dl dd{font-size: 95%;}
#hotel_point .push dl .text {
	min-height: 180px;
}

.push dl dd ul li{
	list-style-type: disc;
	margin-left: 2em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	line-height: 1.4;		
}
.push dl dd ul li:last-child{	margin-bottom: 0;}
#hotel_point .culture {
	padding-bottom: 0.5em;
	border-top: #4E8564 10px solid;
	background-color: #FFFFFF;
    font-family: 'Sawarabi Mincho', sans-serif;	
}
#hotel_point .culture dt{
	margin-top: -2.2em;
	text-align: center;
}
#hotel_point .culture dd{
	text-align: center;
	padding: 0.5em 0;
}
#hotel_point .culture li {
	width: 20%;
}


/*---------------------------------------------------------------------#spa*/
#spa .ttl_box dt,#spa .ttl_box dd {
    font-family: 'Sawarabi Mincho', sans-serif;	
	text-align: center;
}
#spa .ttl_box dt{ font-size: 130%;}
#spa .photo{margin: 1.5em auto 7em;}





/*---------------------------------------------------------------------main*/
#main  {
	text-align: center;
	font-weight: bold;
	margin-top: 10em;
	margin-bottom: 1em;
	padding-bottom: 3em;
}
#main  h4{	font-size: 180%; line-height: 2.2;}
#main  h4 span{	
	font-size: 90%;
	border: 2px solid #FFF; 
	padding: 5px 1em; 
}
#main img{width: 100%;}
#main  h5 {
	font-size: 105%;
	font-weight: bold;
	border-bottom: 2px solid #002063;
	color: #002063;
	text-align: center;
	display: inline-block;
	padding: 5px 1em;
	margin: 2em auto;
}
#main h6{
	position:relative;
	background: #E4E4E4;
	padding: 2px 2em 2px 2px;	
	width: 40%;	
}
#main h6:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 0 45px 27px 0;
}




#main .coment {
	padding-top: 0;
	padding-right: 1.5em;
	padding-left: 1.5em;
}
#main .map {
	background-color: #9FCAEC;
}
/*--------------------table */
#main table{
    width: 100%;
    padding: 1px 0;
/*    border-spacing: 1px;*/
    border-collapse: separate;
    text-align:center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;	
	margin-bottom: 2em;
	line-height: 1.2;
	overflow-x:scroll;
}
#main table strong{font-size: 115%;}

#main table th{
    font-size: 12px;
/*    width: 15%;*/
    padding: 3px;
    text-align: center;
    vertical-align: top;
    white-space: nowrap;
    color: #808080;
    border-bottom: 1px dotted #ccc;
/*    background: #efefef;*/
}
#main table tr{
    font-size: 14px;
    padding: 2px;
    text-align: center;
    vertical-align: center;
    white-space: nowrap;
    border-bottom: 1px dotted #ccc;
}
#main table td{
	padding: 0.5em 2px;
	font-weight: normal;
}
#main table td.border_b{    border-bottom: 1px dotted #ccc;}


/*---------------------------------------------------------------------point*/
#point {
background: -moz-linear-gradient(top right, #3F9EB1, #E7F3F5); 
background: -webkit-linear-gradient(top right, #3F9EB1, #E7F3F5); 
background: linear-gradient(to bottom left, #3F9EB1, #E7F3F5);
/*	padding: 5% 0 3%;*/
}
#point .box {
	padding: 3em 0 5em 0;
}

#point .point_box {
	background-color: #FFFFFF;
	margin: 0.5em;
	width: 49%;
	padding-bottom: 0.5em;
	border-top-left-radius: 30px;
}

#point h5 img {
	margin-right: 2em;
}
#point .point_box h5{
	color:#002063;
	font-size: 115%;
	text-align: left;
	margin: 0;
	border-bottom: 3px solid #002063;
}
#point h6 {
	padding: 1em 1em 0;
}
#point .coment {
		padding: 1em;
		line-height: 1.3;
		text-align: justify;
		text-justify: inter-ideograph;
}

/*--------------------point_2 */
#point .point_2 .left {
	margin-left: 1em;
	width: 48%;
}
#point .point_2 .right {
	margin: 0 auto 1em;
	width: 48%;
}
#point .point_2 .left table {
	background-color: #EBEBEB;
	width: 100%;
	margin: 1em auto;
}
#point .point_2 .left table tr th {
	padding: 0.5em 0 0.5em 1em;
	font-family: 'メイリオ', 'Meiryo', 'Helvetica', 'ヒラギノ角ゴシック ProN', 'Arial', 'ＭＳ Ｐゴシック';
	font-size: 14px;
}
#point .point_2 dl .l_text {
	text-align: center;
	border-bottom: thin dotted #EDEDED;

}
#point .point_2 dl {
	position: relative;
	margin: 1em auto;
	width: 95%;
	border: thin dotted #E9E9E9;
}
#point .point_2 .clear .l_text img {
	position: absolute;
	top: -20px;
	left: 5%;
}
/*---------------------------------------------------------------------product */
#product img{width: 100%;}
#product h5 {
	background:url(../img/air_ttl.jpg) no-repeat top right #0188CC;
	padding: 9em 0;
	margin-bottom: 2em;
	color: #FFFFFF;
	text-align: center;	
}
#product h5 span{
	border-bottom: 2px solid #fff;
	font-size: 105%;
	font-weight: bold;
	padding: 5px 1em;
}
#product .ttl {
	background-color: #00869C;
	color: #FFFFFF;
}

#product .bcl .left,#product .bcl .ttl  {
	width: 35%;
	margin: 0.5em 0;
}
#product .bcl .ttl {
vertical-align: middle;
padding-top: 6%;
	
}
#product .ttl h6 {
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	line-height: 3;
}
#product .ttl h6 span{
	border-top: 3px solid #fff;
	padding-top: 0.5em;
}
#product .ttl p{
	text-align: center;
}

#product .bcl .right{
	width: 64%;
	margin: 0.5em 0 !important;
}

#product .bcl .left.clear li:last-child {
	margin-top: 7px;
}
#product .bcl .ttl-img {
	width: 65%;
	margin: 0.5em 0;
}
#product .ecl .ttl {
vertical-align: middle;
padding: 6% 0.5em;
	
}
#product .ecl .right  {
	width: 39%;
	margin: 0 0 1em 0.5em;
}
#product .ecl left{
	width: 52%;
	margin: 0.5em 1em 0.5em 0 !important;
}
#product .list_box {
	width: 52%;
	margin-right: 1em;
}
#product .flex_container.clear .right {
	width: 47%;
}
#product .list_box .sq_list {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 1em;	
	line-height: 1.3;
	padding-top: 1em;
}
#product .list_box .sq_list li:before {
	content: "■ ";
	color: #00869C;
}
#product .ecl .flex_container.rev {
	flex-direction: row-reverse;
}

#product .list_box .attention {
	text-indent: -2em;
	margin-left: 2em;
}
#product .list_box .attention {
	text-indent: -2em;
	margin-left: 2em;
}
/*--------------------table */
#product table{
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    padding: 2px;
    border-spacing: 1px;
    border-collapse: separate;
    text-align: left;
    border-top: 1px solid #ccc;
}
#product table caption{
    text-align: left;
}
#product table th{
    font-size: 12px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    letter-spacing: 1px;
    color: #5b5454;
    border-bottom: 1px dotted #ccc;
    background: #efefef;
}
#product table td{
	width: 22%;
    padding: 2px 5px;
    text-align: center;	
    vertical-align: top;
    border-bottom: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}

/*-------------------- booking */
ul.info li h5{
    font-weight: normal;
    margin-top: 2.5em;
    margin-bottom: 15px;
    padding-left: 5px;
    text-align: left;
    border-left: 5px solid #ddd;
}
.booking{
    display: flex;
    clear: both;
    justify-content: space-between;
}
.booking dl{
	/* [disabled]display: flex; */
	/* [disabled]flex-direction: column; */
	width: 100%;
}
.booking dd.discount{
    display: none;
    /*font-size: 1.2rem;*/
    margin: 5px 0;
}
.booking dd.discount span{
    margin-right: 5px;
    padding: 3px 5px;
    color: #fff;
    background: #13b5b1;
}

.booking dd span.price,
.booking dd span.price a{
	float: left;
	text-decoration: none;
    color: #DC2126;
	width: 100%;
}
.btn{
    margin-top: auto;
    padding-top: 7px;
    text-align: center;
}
.btn a{
    display: block;
    clear: both;
    padding: 10px 0;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    background: -moz-linear-gradient( center top, #807878 5%, #635757 100% );
    background:  -ms-linear-gradient( top, #807878 5%, #635757 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #807878), color-stop(100%, #635757) );
    background-color: #807878;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#807878', endColorstr='#635757');
}
.btn a:hover{
    color: #fff;
    border-radius: 3px;
    background: -moz-linear-gradient( center top, #635757 5%, #807878 100% );
    background:  -ms-linear-gradient( top, #635757 5%, #807878 100% );
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #635757), color-stop(100%, #807878) );
    background-color: #635757;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#635757', endColorstr='#807878');
}


/*--------------------  SPOOK価格表示ガジェット*/
.deplistWrap,
.pricelist span.left{
    display: none;
}
.pricelistWrap ul{
    margin-left: 0;
}
.pricelistWrap ul li{
    padding-left: 0;
    background: none;
}
