@charset "utf-8";

@import url("reset.css");

/* -------------------------------
   BASE
------------------------------- */

/* margin */
.mt-60 {margin-top:-60px!important;}
.mt-50 {margin-top:-50px!important;}
.mt-40 {margin-top:-40px!important;}
.mt-30 {margin-top:-30px!important;}
.mt-20 {margin-top:-20px!important;}
.mt-10 {margin-top:-10px!important;}
.mt0 {margin-top:0!important;}
.mt5 {margin-top:5px!important;}
.mt10 {margin-top:10px!important;}
.mt15 {margin-top:15px!important;}
.mt20 {margin-top:20px!important;}
.mt25 {margin-top:25px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px!important;}
.mt70 {margin-top:70px!important;}

/* float */
.left { float:left;}
.right { float:right;}
.fNone { float:none!important;}
.clear { clear:both; }

/* align */
.tLeft { text-align:left!important;}
.tCenter { text-align:center!important;}
.tRight { text-align:right!important;}
.vTop { vertical-align:top!important;}
.vMiddle { vertical-align:middle!important;}
.vBottom { vertical-align:bottom!important;}

.nowrap { white-space:nowrap; }

/* color */
.blue { color:#144398!important;}
.red { color:#BD4848!important;}
.green { color:#AEC533!important;}
.pink { color:#EA609E!important;}
.gold { color:#C1AC75!important;}

/* font */
.normal { font-weight:normal; }
.bold { font-weight:bold; }
.f10 { font-size:10px!important;}
.f11 { font-size:11px!important;}
.f12 { font-size:12px!important;}
.f13 { font-size:13px!important;}
.f15 { font-size:15px!important;}
.f16 { font-size:16px!important;}
.f18 { font-size:18px!important;}
.lh10 { line-height:1!important;}
.lh12 { line-height:1.2!important;}
.lh15 { line-height:1.5!important;}
.lh18 { line-height:1.8!important;}
.lh20 { line-height:2!important;}
.gothic { font-family:Arial,Verdana,Helvetica,Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'游ゴシック','Yu Gothic',sans-serif;}
.serif { font-family:Georgia,'Times New Roman','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','游明朝','Yu Mincho',HG明朝B,'ＭＳ Ｐ明朝','ＭＳ 明朝',serif;}

/* color */
.block { display:block!important;}
.inline { display:inline!important;}
.inlineBlock { display:inline-block!important;}

a.link {
	text-decoration: underline;
}


/* -------------------------------
   common
------------------------------- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	background:#FFF;
}
body {
	font-family:Arial,Verdana,Helvetica,Roboto,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','Meiryo UI','メイリオ',Meiryo,'游ゴシック','Yu Gothic',sans-serif;
	font-size:14px;
	line-height:1.5;
	background:#FFF;
}
#wrap {
	border-top:5px solid #CE003B;
}
.point:before {
	display:inline-block;
	content:url(/selectinn_files/img/common/icon_list.png);
	margin-right:5px;
	vertical-align:middle;
}

.stdTable {
	width: 100%;
	border-bottom: 1px solid #DEDEDE;
}
.stdTable th {
	background: #F9F9F9;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #DEDEDE;
}
.stdTable td {
	border-top: 1px solid #DEDEDE;
	vertical-align: middle;
}

.noFloat {
	float: none!important;
}


/* -------------------------------
   header
------------------------------- */

/* -------------------------------
   footer
------------------------------- */

#footer {
	text-align: center;
	background: #000;
	color: #FFF;
}
#fInfo {
	background: #474644;
}
#fInfo dt {
	font-size: 16px;
	margin-bottom: 5px;
}
#fContact dd {
	border: 1px solid #FFF;
}
#fContact a {
	display: block;
	color: #FFF;
	line-height: 20px;
	font-size: 20px;
}
#fOthers {
	font-size: 0;
	background:#F2F2F2;
	padding: 20px 0;
}
#fOthers li {
	display: inline-block;
	padding: 10px;
}
#copyright small {
	font-size:inherit;
	font-style:normal;
}


/* -------------------------------
   side
------------------------------- */



/* -------------------------------
   contents
------------------------------- */

#contentsHeader {
	border-top: 1px solid #E1E1E1;
}
#pagetit {
	text-align: center;
	line-height: 1.2;
}

.pageImage {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
	-o-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
	width: 100%;
}

.planSliderWrap,
.pointSliderWrap {
	position: relative;
}
.planSlider article {
	cursor: pointer;
}
.planSlider h3 a {
	color: #595E3C;
}

.pointSlider {
	position: relative;
}
.pointSlider .points li {
	float: left;
	background: #FFF;
}
.pointSlider .points li .bgGray {
	margin-top: -10px;
	padding: 10px;
	background: #F9F7F8;
}

.pointSlider .points li p strong {
	font-size: 16px;
}
.pointSlider .points li p.price {
	color: #b39152;
	font-size: 16px;
	font-weight: bold;
}

.imgLayout li {
	float: left;
}
.imgLayout li img {
	border: 10px solid #FFF;
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.10);
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}

.postHeader {
	font-size: 12px;
}
.postHeader .cat {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background: #9AA1D7;
	padding: 2px 5px;
}

#pageCatch {
	text-align: center;
	color: #88734A;
	font-weight: bold;
	padding: 0 20px 40px 20px;
}
#pageCatchBig {
	text-align: center;
	color: #C0AC74;
	font-weight: bold;
	padding: 0 20px 40px 20px;
}
.pic {
	box-shadow:0px 0px 8px 0px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow:0px 0px 8px 0px rgba(0,0,0,0.10);
	background: #FFF;
	padding: 10px;
}
.wideBg {
	background: #E3E1E2;
}

.catchSec {
	text-align: center;
}
.catchSec .tit:not(:last-child) {
	margin-bottom: 20px;
}

.summarySec h2.tit {
	color: #FFF;
	text-align: center;
}
.summarySec {
	background: #CE003E;
}
.summarySec .inner {
	background: #FFF;
}
.summarySec tr:nth-child(n+2) > * {
	padding-top: 10px;
}
.summarySec th {
	font-weight: bold;
}
.summarySec td {
	padding-left: 10px;
	font-weight: bold;
}
.summarySec .bnrs li a,
.summarySec .anchorList li a {
	border: 5px solid #FFF;
	background: #FFF;
}
.summarySec .bnrs li p,
.summarySec .anchorList li p {
	position: relative;
}
.summarySec .bnrs li.arr p:after,
.summarySec .anchorList li p:after {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 7px solid #F8B61D;
	border-right: 7px solid #F8B61D;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.subSecs .subSec:nth-child(odd),
.subSecs .roomSec:nth-child(odd) {
	background: #F3F3F3;
}
.subSec h2.tit {
	color: #b39152;
	text-align: center;
	line-height: 1.2;
}
.subChildSec h3.tit {
	position: relative;
	border-bottom: 4px solid #EAE9E5;
	padding-bottom: 10px;
	line-height: 1.2;
}
.subChildSec h3.tit:before {
	position: absolute;
	bottom: -4px;
	left: 0;
	display: block;
	content: '';
	background-color: #C0AA7B;
	height: 4px;
}

ul.discList {
	list-style: disc;
	padding-left: 20px;
}
ul.discList li:nth-child(n+2) {
	margin-top: 10px;
}

ol.list {
	list-style-type: decimal;
	padding-left: 20px;
}
ol.kakkoList {
	list-style: none;
	counter-reset:kakkoNum;
}
ol.kakkoList li {
	padding-left: 3em;
}
ol.kakkoList li:before {
	display: inline-block;
	counter-increment:kakkoNum;
	content:"( " counter(kakkoNum) " ) ";
	width: 3em;
	margin-left: -3em;
}

dl.list dt {
	color:#000;
	font-weight:bold;
}
dl.list dt:before {
	display:inline-block;
	content:url(../img/common/icon_circle.png);
	margin-right:5px;
}
dl.list dd {
	margin-top:10px;
}

.youtubeWrap {
	position: relative;
	padding-top: 56.25%;
}
.youtubeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.btn a {
	display:inline-block;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1;
	min-width:280px;
	color:#FFF;
	background: url(../img/common/btn_bg.jpg) center center repeat-x;
	-moz-background-size:contain!important;
	-webkit-background-size:contain!important;
	-o-background-size:contain!important;
	-ms-background-size:contain!important;
	background-size:contain!important;
}
div.btns {
	text-align: center;
}
div.btns p.btn {
	display: inline-block;
}
div.btns p.btn a {
	min-width: 260px;
}

.postList {
	border-top: 1px solid #DEDEDE;
}
.postList article {
	border-bottom: 1px solid #DEDEDE;
}
.postList article:nth-child(odd) {
	background: #F9F9F9;
}
.postList a {
	display: block;
	background: url(/img/common/arr04.png) right 20px center no-repeat;
}
.post a {
	display: block;
}
.postList header,
.post header {
	line-height: 1.2;
}
.postList .cat,
.post .cat {
	display: inline-block;
	background: #DCECF9;
	color: #3F79BE;
	padding: 2px 5px;
	font-weight: bold;
}
.postList .tit,
.post .tit {
	margin: 5px 0 10px 0;
}
.postList .kikan,
.post .kikan {
	display: inline-block;
	background: #E5E5E5;
	padding: 5px 10px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.postList .txt,
.post .txt {
	margin-top: 10px;
}

.post.arr {
	position: relative;
}
.post.arr:after {
	position: absolute;
	right: -15px;
	bottom: -15px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 7px solid #F8B61D;
	border-right: 7px solid #F8B61D;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}

.pagetop {
	text-align: center;
}
.pagetop a {
	display: inline-block;
	color: #999;
}
.pagetop a:before {
	display: block;
	content: url(/img/common/pagetop.png);
}

.pager {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	font-size: 0;
}
.pager li {
	margin: 0 2px;
	font-size: 12px;
}
.pager li .current_page {
	background: #CE003B;
	color: #FFF;
	padding: 10px;
	line-height: 1;
}
.pager li a {
	border: 1px solid #CE003B;
	display: block;
	padding: 10px;
	color: #CE003B;
	line-height: 1;
}



/* -------------------------------
   home
------------------------------- */

#main {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
	-o-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
}
#main .movieWrap {
	display: none;
}
.homeSec header {
	line-height: 1;
}
.homeSec header .en {
	display: block;
	margin-bottom: 5px;
}



/* -------------------------------
   stay
------------------------------- */

#stayPageImage {
	background-image: url(/img/stay/main.jpg);
}

/* room
------------------------------- */

#roomPageImage {
	background-image: url(/img/stay/room/main.jpg);
}

.roomSec header {
	text-align: center;
	line-height: 1.2;
}
.roomSec h2.tit {
	margin-bottom: 10px;
}
.roomBaseTable {
	width: 100%;
	border-top: 1px solid #DDD;
}
.roomBaseTable th {
	background: #F3F3F3;
	border-bottom: 1px solid #DDD;
	padding: 10px;
	text-align: center;
}
.roomBaseTable td {
	border-bottom: 1px solid #DDD;
	padding: 10px;
}
.facilityList dt {
	color: #B6965B;
	font-size: 16px;
	font-weight: bold;
}
.facilityList dt .iconEx {
	color: #4F4F4F;
	font-size: 14px;
	font-weight: normal;
}
.facilityList dd table {
	width: 100%;
	border-top: 1px solid #DDD;
}
.facilityList dd td {
	border-bottom: 1px solid #DDD;
}
.facilityList dd td:after {
	float: right;
}
.facilityList dd td.icon01:after {
	content: '◎'
}
.facilityList dd td.icon02:after {
	content: '○'
}
.facilityList dd td.icon03:after {
	content: '△'
}
.facilityList dd td.icon04:after {
	content: '-'
}

/* breakfast
------------------------------- */

#breakfastPageImage {
	background-image: url(/img/stay/breakfast/main.jpg);
}

/* information
------------------------------- */

#informationPageImage {
	background-image: url(/img/stay/information/main.jpg);
}
.infoTable {
	width: 100%;
}
.infoTable th,
.infoTable td {
	border: 1px solid #DDD;
	vertical-align: middle;
	line-height: 1.2;
}
.infoTable th:first-child,
.infoTable td:first-child {
	border-left: none;
	font-weight: normal;
	width: 33.3%;
}
.infoTable th:last-child,
.infoTable td:last-child {
	border-right: none;
}
.infoTable td:nth-child(3),
.infoTable td:nth-child(3){
	width: 33.3%;
}

/* yakkan
------------------------------- */

#yakkanList dt {
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	font-size: 15px;
}
#yakkanList dt:nth-child(n+2) {
	margin-top: 30px;
}
#yakkanList dd {
	margin-top: 20px;
}
.cancelTable,
.extensionTable {
	width: 100%;
}
.cancelTable th,
.extensionTable th {
	padding: 10px;
	border: 1px solid #DEDEDE;
	background: #F9F9F9;
}
.cancelTable td,
.extensionTable td {
	padding: 10px;
	border: 1px solid #DEDEDE;
}



/* -------------------------------
   restaurant
------------------------------- */

#restaurantPageImage {
	background-image: url(/img/restraunt/main.jpg);
}

#chefProfile {
	background-position: right top;
	background-repeat: no-repeat;
}
#chefBiography {
	border: 1px solid #DEDEDE;
	padding: 19px;
	margin-top: 20px;
	background: rgba(242,242,242,0.70);
}
#chefBiography .img {
	float: left;
	margin-right: 20px;
}

/* premier
------------------------------- */

#premierPageImage {
	background-image: url(/img/restraunt/premier/main.jpg);
}
#premierDinnerPageImage {
	background-image: url(/img/restraunt/premier/dinner/main.jpg);
}

.menuList li {
	font-size: 16px;
}
.menuList li p.price {
	color: #b39152;
}
.note {
	margin-top: 40px;
	padding: 20px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.note.box {
	border: 1px solid #CCC;
}



/* -------------------------------
   floor
------------------------------- */

#floorPageImage {
	background-image: url(/img/floor/main.jpg);
}

.floorList li {
	background: #FFF;
	padding: 20px 10px 30px 10px;
}
.floorList li a {
	position: relative;
	display: block;
	padding: 20px 10px 30px 10px;
	margin: -20px -10px -30px -10px;
}
.floorList li a:after {
	position: absolute;
	right: 5px;
	bottom: 5px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 7px solid #F8B61D;
	border-right: 7px solid #F8B61D;
	border-top: 7px solid transparent;
	border-left: 7px solid transparent;
}
.floorList li dt {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
.floorList li dd {
	font-size: 12px;
}



/* -------------------------------
   access
------------------------------- */

#accessPageImage {
	background-image: url(/img/access/main.jpg);
}



/* -------------------------------
   wedding
------------------------------- */

#weddingPageImage {
	background-image: url(/img/wedding/main.jpg);
}

#topicsSec article {
	border-top: 1px solid #E1E1E1;
}
#topicsSec article:last-child {
	border-bottom: 1px solid #E1E1E1;
}
#topicsSec article:nth-child(odd) {
	background: #F9F9F9;
}
#topicsSec article a {
	display: block;
	padding: 10px 40px 10px 10px;
	background: url(/img/common/arr04.png) right 10px center no-repeat;
}
#topicsSec article .img {
	float: left;
	width: 90px;
	margin: 0 10px 5px 0;
}
#topicsSec article .img img {
	width: 100%;
	height: auto;
}

#calendarTable {
	width: 100%;
	table-layout: fixed;
}
#calendarTable th {
	padding: 10px;
	background: #F9F9F9;
	border: 1px solid #CCC;
	text-align: center;
}
#calendarTable td {
	padding: 10px;
	border: 1px solid #CCC;
}
.youbi_6 {
	color: #544EAE;
}
.youbi_0 {
	color: #D2554F;
}

/* fair
------------------------------- */

#weddingFairPageImage {
	background-image: url(/img/wedding/fair/main.jpg);
}

/* plan
------------------------------- */

#weddingPlanPageImage {
	background-image: url(/img/wedding/plan/main.jpg);
}

/* party
------------------------------- */

#weddingPartyPageImage {
	background-image: url(/img/wedding/party/main.jpg);
}

/* ceremony
------------------------------- */

#weddingCeremonyPageImage {
	background-image: url(/img/wedding/ceremony/main.jpg);
}

/* ceremony
------------------------------- */

#weddingCuisinePageImage {
	background-image: url(/img/wedding/cuisine/main.jpg);
}



/* -------------------------------
   banquet
------------------------------- */

#banquetPageImage {
	background-image: url(/img/banquet/main.jpg);
}

.partyPlanList li .cat {
	display: inline-block;
	color: #FFF;
	background: #9AA1D7;
	padding: 2px 5px;
}
.partyPlanList li .tit {
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}
.partyPlanList li .detail {
	margin-top: 10px;
}




/* -------------------------------
   news
------------------------------- */

#topicsPageImage {
	background-image: url(/img/topics/main.jpg);
}
#blogPageImage {
	background-image: url(/img/blog/main.jpg);
}
#newsList li p.cat span {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background: #9AA1D7;
	padding: 2px 5px;
}

#newsDetailSec time {
	display: block;
	text-align: right;
}
#newsDetailSec img {
	max-width: 100%;
	height: auto;
}
#newsDetailSec figure {
	text-align: center;
}
#newsDetailSec > .inner > *:nth-child(n+2) {
	margin-top: 20px;
}




/* -------------------------------
   faq
------------------------------- */

.faqList dt {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
    padding: 0 40px 10px 40px;
    margin-bottom: 15px;
    cursor: pointer;
}
.faqList dt:not(:first-child) {
    margin-top: 30px;
}
.faqList dt:before {
    display: inline-block;
    padding: 5px;
    width: 20px;
    line-height: 1;
    margin-right: 5px;
    content: 'Q.';
    color: #FFF;
    background: #000;
    margin-left: -35px;
    text-align: center;
}
.faqList dt:after {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    content: '+';
    color: #FFF;
    background: #000;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.faqList dd {
	display: none;
}



/* -------------------------------
   sitemap
------------------------------- */

.sitemapList a {
	display: block;
	padding: 10px;
}
.sitemapList a:before {
	display: inline-block;
	content: '>';
	margin-right: 5px;
	vertical-align: middle;
}
.sitemapList dt {
	background: #F9F9F9;
	font-size: 16px;
	font-weight: bold;
}
.sitemapList dt:nth-child(n+2) {
	margin-top: 20px;
}
.sitemapList dd {
	padding: 10px 0 0 20px;
}