@charset "utf-8";

/* -------------------------------
   BASE
------------------------------- */

#wrap {
	width:100%;
	min-width:320px;
	overflow:hidden;
}
.pc {
	display:none;
}
img {
	max-width:100%;
	width:auto;
	max-height:100%;
	height:auto;
}


/* -------------------------------
   common
------------------------------- */



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

#groupNav {
	display:none;
}
#hotelOutline {
	padding:15px 70px 15px 15px;
	font-size:18px;
}
#logo {
	font-size:18px;
	line-height:1.2;
}
#hotelCopy {
	font-size:10px;
	margin-top:10px;
}

#gNav {
	display: none;
	position:fixed;
	top:0;
	left:100%;
	z-index:11;
	background:#FFF;
	background:rgba(255,255,255,0.90);
	width:100%;
	height:100%;
	padding-right:60px;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
	overflow: auto;
}
#gNav.open {
	display: block;
	left:0;
}
#gNav li {
	border-bottom:1px solid #EEE;
}
#gNav li a {
	padding:10px;
}
#gNav li a:before {
	display:inline-block;
	width:45px;
	height:45px;
	vertical-align:middle;
	margin-right:10px;
}
#gNav select {
	display: block;
	padding: 10px;
	margin: 20px auto;
	width: 90%;
}
#gNav .btnClose {
	position:absolute;
	top:4px;
	right:0;
	width:55px;
	height:55px;
}

#spNav {
	position:fixed;
	top:0;
	right:0;
	z-index:10;
}
#spNav li {
	margin-top:3px;
	width:55px;
}


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

#kuchikomiSec {
	padding: 30px 15px 30px 15px;
}
#kuchikomiSec a {
	display: block;
	background: url(/selectinn_files/img/common/bnr_kuchikomi_sp.jpg) center bottom no-repeat #008C46;
	-moz-background-size: 360px auto;
	-webkit-background-size:360px auto;
	-o-background-size:360px auto;
	-ms-background-size:360px auto;
	background-size:360px auto;
	border: 5px solid #47A847;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #FBFF90;
	text-decoration: none;
	padding: 10px 10px 80px 10px;
	line-height: 1;
	text-align: center;
}
#kuchikomiSec a > span {
	display: block;
	padding-right: 20px;
	background: url(/selectinn_files/img/common/bnr_kuchikomi_arr.png) right center no-repeat;
	font-size: 24px;
}
#kuchikomiSec a > span span {
	display: block;
	font-size: 12px;
	letter-spacing: 0;
	margin-bottom: 5px;
}

#reservationSec {
	padding:25px 15px 15px 15px;
}
#reservationSec h2.tit {
	font-size:16px;
	margin-bottom:10px;
}
#reservationSec .inner {
	position:relative;
	width:100%;
	padding:10px 10px 15px 10px;
}
#reservationSec ul {
	display:table;
	width:100%;
}
#reservationSec li {
	display:table-cell;
	vertical-align:middle;
}
#reservationSec dt {
	float:left;
	width:90px;
	height:14px;
	margin-bottom:5px;
	line-height:14px;
}
#reservationSec dt img {
	vertical-align:middle;
}
#reservationSec dd {
	float:left;
	font-size:18px;
	font-weight:bold;
	line-height:1;
}
#reservationSec dd:before {
	display:inline-block;
	content:'';
	background:url(/selectinn_files/img/common/tel_reservation_icon.jpg) center center no-repeat;
	width:15px;
	height:18px;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
	-o-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
	margin-right:5px;
	vertical-align:middle;
}
#reservationSec li.btnContact {
	text-align:right;
	width:160px;
}
#reservationSec li.staff {
	display:none;
}

#fBnrs {
	position:relative;
	font-size:12px;
	padding:15px 5px;
}
#fBnrs .bnrs li {
	float:left;
	width:50%;
	padding:10px;
}
#fBnrs .bnrs li:nth-child(odd) {
	clear:left;
}
#fBnrs .tit {
	font-size:14px;
	margin:10px 0 5px 0;
}
#fBnrs .btns {
	position:absolute;
	top:50%;
	left:50%;
}
#fBnrs .btns li {
	position:absolute;
	top:0;
	margin:-25px;
	cursor:pointer;
}
#fBnrs .btns li:first-child {
	left:-620px;
}
#fBnrs .btns li:last-child {
	right:-620px;
}

#fNav > ul li {
	border-top:1px solid #CCC;
}
#fNav > ul a {
	display:block;
	padding:15px;
}
#fNav > ul a:after {
	float:right;
	content:'';
	background:url(/selectinn_files/img/common/arr02.png);
	width:6px;
	height:10px;
	-moz-background-size:6px 10px!important;
	-webkit-background-size:6px 10px!important;
	-o-background-size:6px 10px!important;
	-ms-background-size:6px 10px!important;
	background-size:6px 10px!important;
	vertical-align:middle;
}
#fHotelList,
#fSearch,
#fOthers ul {
	display:none;
}
#fOthers {
	border-top:1px solid #CCC;
	background-image:url(/selectinn_files/img/common/f_town_sp.png);
	background-position: center top;
	background-repeat:no-repeat;
	-moz-background-size:100% auto!important;
	-webkit-background-size:100% auto!important;
	-o-background-size:100% auto!important;
	-ms-background-size:100% auto!important;
	background-size:100% auto!important;
	padding-top:17.7%;
}
#copyright {
	display:block;
	text-align:center;
	padding:4% 10px 8% 10px;
}

#fHotelList {
  background-color: #EEE;
  padding: 20px 10px;
}



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

#pagetit {
	padding-top:1px;
}
#pagetit h1 {
	border:15px solid #3D912A;
	padding:0 40px 0 15px;
	font-size:24px;
}
.subSec {
	margin:30px auto 0 auto;
	padding:0 15px;
}
.subWideSec {
	width:100%;
	margin:30px auto 0 auto;
}
.subSec h2.tit {
	font-size:21px;
	margin-bottom:30px;
}

.pageCatch {
	font-size:18px;
}

.btn {
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-top:30px;
}
.btn a {
	display:inline-block;
	padding:20px 0;
	border:2px solid #62B751;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1;
	min-width:320px;
	background:#FFF;
}
.btn a:before {
	display:inline-block;
	content:url(/selectinn_files/img/common/arr_btn.png);
	vertical-align:middle;
	margin-right:10px;
}

#contents .pickupSec {
	padding-top: 30px!important;
}
#contents .pickupSec:last-child,
#contents .pickupSec.withRoom {
	background:url(/selectinn_files/img/common/sec_bg.png);
	padding-top:70px;
	margin-top:100px;
}
#contents .pickupSec.withRoom .planSlider,
#contents .pickupSec.withRoom .btns {
	display: none;
}
#contents .pickupSec.withRoom .btn {
	margin-top: 0;
}
.wideMap iframe {
	width:100%;
	height:240px;
}

.planSlider {
	margin:20px -15px 0 -15px;
}
.planSlider .plans {
	max-width:100%;
	border-top:2px solid #DDD;
}
.planSlider article {
	padding:15px;
	border-bottom:2px solid #DDD;
}
#home .planSlider article:nth-child(n+5) {
	display: none;
}
.planSlider article .icons li {
	display:inline-block;
	background:#FF5C26;
	color:#FFF;
	padding:5px 10px;
	margin:0 5px 10px 0;
}
.planSlider article .img {
	float:left;
	width:40%;
	padding-right:5px;
}
.planSlider article .txt {
	float:right;
	width:60%;
	padding-left:5px;
	line-height:1.5;
	font-size:14px;
}
.planSlider article h3 {
	font-size:16px;
	line-height:1.4;
	margin-bottom:10px;
}
.pickupSec .btns li {
	display:none;
}


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

#mainSlider {
	position:relative;
	width:100%;
	margin:0 auto;
}
#mainSlider .imgs li {
	float:left;
	width:100%;
}
#mainSlider .btns {
	display:none;
}

.homeSec {
	padding:150px 15px 30px 15px;
}
.homeSec h2.balloon {
	padding-top: 120px;
}
#spHomeNav {
	background:#59AC2A;
	padding:15px;
}
#spHomeNav li {
	float:left;
	width:33.3%;
	padding:5px;
}


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

.hotelOutline {
	margin-top:30px;
}
.hotelOutline figure img {
	width:100%;
}
.hotelOutline table {
	margin-top:30px;
	display:block;
	border-top:1px solid #CCC;
}
.hotelOutline tbody,
.hotelOutline tr {
	display:block;
}
.hotelOutline th,
.hotelOutline td {
	display:block;
	border-bottom:1px solid #CCC;
	padding:10px 0;
}
.hotelPoint {
	text-align:right;
	margin-top:10px;
	margin-bottom:-30px;
}

#pointSecs .subSec {
	position:relative;
}
#pointSecs .subSec .img img {
	width:100%;
	height:auto;
}
#pointSecs .subSec .txt:before {
	top:-30px;
	left:-5px;
}
#pointSecs h2 {
	font-size:18px;
}
.featureList li {
	margin-top:20px;
}
.featureList li figure {
	float:left;
	width:25%;
}
.featureList li dl {
	float:right;
	width:75%;
	padding-left:10px;
}
.featureList li dt {
	font-size:16px;
}


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

.subSec .facilityList li:not(:first-child) {
	margin-top:20px;
}
.subSec .facilityList li figure {
	float:left;
	width:25%;
}
.subSec .facilityList li dl {
	float:right;
	width:75%;
	padding-left:10px;
}
.subSec .facilityList li dt {
	font-size:16px;
}
.subSec .serviceIcons {
	margin-top:20px;
}
.subSec .serviceIcons li:nth-child(odd) {
	clear:left;
	width:49%;
	margin:1% 1% 1% 0;
}
.subSec .serviceIcons li:nth-child(even) {
	width:49%;
	margin:1% 0 1% 1%;
}


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

#breakfastList li {
	margin-top:30px;
}
#breakfastList li dt {
	font-size:18px;
}


/* -------------------------------
   access
------------------------------- */

.subSec .accessOutline table,
.subSec .accessOutline tbody,
.subSec .accessOutline tr,
.subSec .accessOutline th,
.subSec .accessOutline td {
	display:block;
}
.subSec .accessOutline tr:not(:first-child) th {
	margin-top:10px;
}
.subSec .accessOutline .imgs {
	margin:15px -5px 0 -5px;
}
.subSec .accessOutline .imgs figure {
	float:left;
	width:50%;
	padding:5px;
}
.subSec .accessOutline .imgs figcaption {
	margin-top:5px;
}
.subSec .accessOutline .imgs figure:nth-child(2n+1) {
	clear:left;
	margin-left:0;
}
.subSec .spotList li {
	margin-top:30px;
}
.subSec .spotList figure {
	float:left;
	width:25%;
}
.subSec .spotList dl {
	float:right;
	width:75%;
	padding-left:10px;
}
.spotList li dt {
	font-size:16px;
}
.spotList li dd {
	font-size:12px;
	margin-top:10px!important;
}


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

.roomAnchor {
	display:none;
}
.roomInfo figure img {
	width:50%;
}
.roomInfo figure img:first-child {
	width:100%;
}
.roomInfo dl:not(:first-child) {
	margin-top:20px;
}
.roomInfo dt {
	font-size:16px;
	font-weight:bold;
	color:#56A04E;
	padding-bottom:5px;
	border-bottom:1px dotted #666;
	margin-bottom:15px;
}
.roomInfo dd li {
	width:50%;
}
.roomInfo dd li:nth-child(odd) {
	clear:left;
}


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

#anchorNav {
	padding: 30px 20px 0 20px;
	padding-right: 35px;
}


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

#newsList {
	margin: 30px 15px 100px 15px;
}
#newsList li {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}
#newsList li time,
#newsList li a {
	display: block;
}
#newsDetailSec {
	padding-bottom: 100px;
}


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

#yakkanList {
	padding: 0 15px;
}
.yakkanSec:last-child {
	padding-bottom: 30px;
}