@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;}
.red { color:#FF4000;}
.green { color:#AEC533;}
.pink { color:#EA609E;}

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


/* -------------------------------
   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 #1E7836;
}
.point:before {
	display:inline-block;
	content:url(/selectinn_files/img/common/icon_list.png);
	margin-right:5px;
	vertical-align:middle;
}


/* -------------------------------
   header
------------------------------- */

#logo {
	font-weight:bold;
}
#logo a {
	color: #333;
}
#hotelCopy {
	color:#448B32;
}
#gNav li a {
	display:block;
	color:#444;
	font-size:15px;
	font-weight:bold;
	line-height:1;
}
#gNav li a:before {
	margin:0 auto 10px auto;
	content:'';
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
	-o-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
}
.navHome a:before {
	background:url(../img/common/icon_home.png);
}
.navAbout a:before {
	background:url(../img/common/icon_about.png);
}
.navRoom a:before {
	background:url(../img/common/icon_room.png);
}
.navFacilities a:before {
	background:url(../img/common/icon_facilities.png);
}
.navBreakfast a:before {
	background:url(../img/common/icon_breakfast.png);
}
.navFaq a:before {
	background:url(../img/common/icon_faq.png);
}
.navAccess a:before {
	background:url(../img/common/icon_access.png);
}
.navHotels a:before {
	background:url(../img/common/icon_hotels.png);
}
.navGroup a:before {
	background:url(../img/common/icon_group.png);
}

/* -------------------------------
   footer
------------------------------- */

#reservationSec {
	background:#47A847;
}
#reservationSec h2.tit {
	text-align:center;
	color:#FFF;
}
#reservationSec .inner {
	background:#FFF;
	border-top:5px solid #FFFF26;
}

#fBnrs .tit {
	color:#59AC2A;
	font-weight:bold;
}

#fOthers {
	background:#51AA3B;
	color:#FFF;
}
#copyright small {
	font-size:inherit;
	font-style:normal;
}

#fHotelList {
	background:#FFF;
}
#fHotelList h2 img {
	width: auto;
	height: 32px;
}
#fHotelList > dl > dt {
  padding: 5px;
  background: #E0E0D2;
  margin: 20px 0 10px 0;
  font-weight: bold;
}
#fHotelList > dl > dd > dl > dt {
	padding-bottom:5px;
	border-bottom:1px solid #BBB;
	margin:20px 0 10px 0;
	color:#868686;
	font-weight:bold;
}


/* -------------------------------
   side
------------------------------- */



/* -------------------------------
   contents
------------------------------- */

#contentsHeader {
	border-top:2px solid #1E7836;
	padding-bottom:2px;
}
#pagetit {
	padding-bottom:2px;
	border-bottom:1px solid #51A93B;
}
#pagetit h1 {
	position:relative;
	background:#3D912A;
	color:#FFF;
	font-weight:normal;
	line-height:1.2;
}
#pagetit h1:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	content:'';
	width:6px;
	height:100%;
	background:#FFF;
}

.subSec h2.tit {
	background:url(/selectinn_files/img/common/tit_line.png) center bottom no-repeat;
	border-bottom:2px solid #DDD;
	text-align:center;
	padding-bottom:10px;
}

.pageCatch {
	color:#459215;
	line-height:1.2;
}

a.link:before {
	display:inline-block;
	content:url(/selectinn_files/img/common/arr_link.png);
	margin-right:5px;
	vertical-align:middle;
}

.hotelOutline figure.img img {
	border:1px solid #FFF;
}
.hotelOutline figure.img img:not(:first-child) {
	width:50%;
}

.accessOutline th:before {
	content:url(/selectinn_files/img/common/icon_list.png);
	vertical-align:middle;
	margin-right:5px;
}
.spotList li {
	cursor: pointer;
}
.spotList li dt {
	color:#51AA3B;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}

ul.basicList {
	list-style:disc;
	margin-left:20px;
}

ol.list {
	list-style-type: decimal;
	padding-left: 20px;
}
ol.kakkoList {
	list-style: none;
	counter-reset:kakkoNum;
}
ol.kakkoList li {
	padding-left: 2em;
}
ol.kakkoList li:before {
	display: inline-block;
	counter-increment:kakkoNum;
	content:"( " counter(kakkoNum) " ) ";
	width: 2em;
	margin-left: -2em;
}

dl.list dt {
	color:#5FAF01;
	font-weight:bold;
}
dl.list dt:before {
	display:inline-block;
	content:url(/selectinn_files/img/common/icon_circle.png);
	margin-right:5px;
}
dl.list dd {
	margin-top:10px;
}

.planSlider article {
	cursor: pointer;
}



/* -------------------------------
   home
------------------------------- */

.homeSec h2 {
	text-align:center;
}
.homeSec h2.balloon:before {
	display:block;
	width:95px;
	height:104px;
	margin:-120px auto 0 auto;
}
.homeSec .secCatch {
	text-align:center;
}
#aboutSec h2.balloon:before {
	content:url(/selectinn_files/img/common/balloon_about.png);
}
.pickupSec h2.balloon:before {
	content:url(/selectinn_files/img/common/balloon_pickup.png);
}
#roomSec h2.balloon:before {
	content:url(/selectinn_files/img/common/balloon_room.png);
}
#facilitiesSec h2.balloon:before {
	content:url(/selectinn_files/img/common/balloon_facilities.png);
}
#accessSec h2.balloon:before {
	content:url(/selectinn_files/img/common/balloon_access.png);
}
#gallerySec h2.balloon:before {
	content:url(/selectinn_files/img/common/balloon_gallery.png);
}


/* -------------------------------
   about
------------------------------- */

#pointSecs .txt {
	line-height:1.8;
	padding-top:20px;
	font-size:16px;
}
#pointSecs .subSec .txt:before {
	display:inline-block;
	position:absolute;
}
#pointSecs .subSec:nth-child(1) .txt:before {
	content:url(/selectinn_files/img/common/icon_point01_shadow.png)
}
#pointSecs .subSec:nth-child(2) .txt:before {
	content:url(/selectinn_files/img/common/icon_point02_shadow.png)
}
#pointSecs .subSec:nth-child(3) .txt:before {
	content:url(/selectinn_files/img/common/icon_point03_shadow.png)
}
#pointSecs .subSec:nth-child(4) .txt:before {
	content:url(/selectinn_files/img/common/icon_point04_shadow.png)
}
#pointSecs .subSec:nth-child(5) .txt:before {
	content:url(/selectinn_files/img/common/icon_point05_shadow.png)
}
#pointSecs h2 {
	color:#008457;
	line-height:1.2;
	margin-bottom:20px;
}

.featureList li {
	border:5px solid #EEE;
	padding:5px;
}
.featureList li dt {
	font-weight:bold;
	color:#56A04E;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	line-height:1.2;
}



/* -------------------------------
   facilities
------------------------------- */

.subSec .facilityList dt {
	font-weight:bold;
	color:#56A04E;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	margin-bottom:10px;
	line-height:1.2;
}
.subSec .serviceIcons li {
	float:left;
	border:2px solid #DDD;
	padding:3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
}
.subSec .serviceIcons li:before {
	display:block;
	margin-bottom:2px;
	vertical-align:middle;
	line-height:1;
	font-size:0;
}
.subSec .serviceIcons li.sIconCleaning:before {
	content:url(/selectinn_files/img/common/icon_cleaning_big.png);
}
.subSec .serviceIcons li.sIconMassage:before {
	content:url(/selectinn_files/img/common/icon_massage_big.png);
}
.subSec .serviceIcons li.sIconDelivery:before {
	content:url(/selectinn_files/img/common/icon_delivery_big.png);
}
.subSec .serviceIcons li.sIconBicycle:before {
	content:url(/selectinn_files/img/common/icon_bicycle_big.png);
}
.subSec .serviceIcons li.sIconFax:before {
	content:url(/selectinn_files/img/common/icon_fax_big.png);
}
.subSec .serviceIcons li.sIconMorning:before {
	content:url(/selectinn_files/img/common/icon_morning_big.png);
}
.subSec .serviceIcons li.sIconWifi:before {
	content:url(/selectinn_files/img/common/icon_wifi_big.png);
}
.subSec .serviceIcons li.sIconParking:before {
	content:url(/selectinn_files/img/common/icon_parking_big.png);
}


/* -------------------------------
   breakfast
------------------------------- */

#breakfastList li dt {
	color:#59AC2A;
	font-weight:bold;
	margin:10px 0;
}
#breakfastList li dt:before {
	display:inline-block;
	content:url(/selectinn_files/img/common/icon_circle.png);
	margin-right:5px;
}


/* -------------------------------
   room
------------------------------- */

.roomInfo figure img {
	float:left;
	height:auto;
	border:1px solid #FFF;
}
.roomInfo figure img:first-child {
	width:642px;
}
.roomInfo dd li {
	float:left;
	font-size:12px;
	line-height:1.2;
	background:url(/selectinn_files/img/common/icon_list02.png) left 3px no-repeat;
	padding-left:10px;
	margin-top:5px;
}


/* -------------------------------
   faq
------------------------------- */

#anchorNav {
	padding: 15px 5px 15px 15px;
	background: #EBEBE5;
}
#anchorNav li {
	display: inline-block;
	margin-right: 10px;
}
#anchorNav li a:before {
	display: inline-block;
	content: url(../img/common/arr.png);
	margin-right: 5px;
	vertical-align: middle;
}
.faqList dt {
	position: relative;
	color:#3D912A;
	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: #3D912A;
	margin-left: -35px;
	text-align: center;
}
.faqList dt:after {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	content: '+';
	color: #FFF;
	background: #3D912A;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.faqList dt.open:after {
	content: '-';
}
.faqList dd {
	display: none;
}


/* -------------------------------
   news
------------------------------- */

#newsDetailSec p:not(:first-child) {
	margin-top: 20px;
}


/* -------------------------------
   yakkan
------------------------------- */

#yakkanList dt {
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 15px;
}
#yakkanList dd {
	margin-top: 20px;
}
.cancelTable,
.extensionTable {
	width: 100%;
}
.cancelTable th,
.extensionTable th {
	padding: 10px;
	border: 1px solid #CCC;
	background: #F0F0E1;
}
.cancelTable td,
.extensionTable td {
	padding: 10px;
	border: 1px solid #CCC;
}


/* -------------------------------
   triplabar
------------------------------- */

#triplabar {
  width: 676px;
}
#triplabar form {
  display: flex;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#triplabar form > * {
  text-align:left;
}
#triplabar form .search-widget-two-picker-wrapper-4ca735 {
  margin-right: 5px;
}
#triplabar form .input-container-input-container-da40af {
  margin: 0;
}
#triplabar form label {
  font-size:14px;
}
#triplabar form select,
#triplabar form  input {
  width: 100%!important;
  max-width: none;
}
#triplabar form button {
  width: 60px;
  height: 40px;
  margin: 0 0 0 10px;
}
.ytWrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.ytWrap .inner {
  position: relative;
  padding-top: 56.25%;
}
.ytWrap .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}