@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
------------------------------- */

#header {
	padding: 10px;
}
#groupNav {
	display:none;
}
#hotelOutline {
	padding:15px 70px 15px 15px;
	font-size:18px;
}
#logo {
	font-size:11px;
	line-height:1.2;
}
#logo span {
	font-size: 21px;
	padding-left: 35px;
	line-height: 30px;
	-moz-background-size: 30px auto;
	-webkit-background-size:30px auto;
	-o-background-size:30px auto;
	-ms-background-size:30px auto;
	background-size:30px auto;
}
#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;
	display: block;
}
#gNav li a:before {
	display:inline-block;
	width:45px;
	height:45px;
	vertical-align:middle;
	margin-right:10px;
	content: '';
	background: #CE003B;
	-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;
}
#gNav li.navHome a:before {
	background: url(/img/common/icon_home_sp.png);
}
#gNav li.navStay a:before {
	background: url(/img/common/icon_stay_sp.png);
}
#gNav li.navBath a:before {
	background: url(/img/common/icon_bath_sp.png);
}
#gNav li.navRestaurant a:before {
	background: url(/img/common/icon_restaurant_sp.png);
}
#gNav li.navBanquet a:before {
	background: url(/img/common/icon_banquet_sp.png);
}
#gNav li.navFloor a:before {
	background: url(/img/common/icon_floor_sp.png);
}
#gNav li.navAccess a:before {
	background: url(/img/common/icon_access_sp.png);
}
#gNav li.navGroup a:before {
	background: url(/img/common/icon_group_sp.png);
}
#gNav li.navHotels a:before {
	background: url(/img/common/icon_hotels_sp.png);
}

#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
------------------------------- */

#fInfo {
	padding: 20px;
}
#fContact {
	margin-top: 20px;
}
#fContact dt {
	font-size: 14px;
}
#fContact dd a {
	padding: 10px 5px;
}
#fContact dd:nth-child(n+3) {
	margin-top: 10px;
}
#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 {
	background: #FFF;
}
#fNav > ul li {
	border-top:1px solid #CECECE;
	text-align: left;
}
#fNav > ul a {
	position: relative;
	display:block;
	padding:15px;
}
#fNav > ul a:after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -5px;
	content:'';
	background:url(../img/common/arr03.png);
	width:7px;
	height:10px;
	-moz-background-size:7px 10px!important;
	-webkit-background-size:7px 10px!important;
	-o-background-size:7px 10px!important;
	-ms-background-size:7px 10px!important;
	background-size:7px 10px!important;
	vertical-align:middle;
}
#fOthers {
	display:none;
}
#copyright {
	display:block;
	text-align:center;
	padding:15px;
	background: #000;
}



/* -------------------------------
   contents
------------------------------- */

#pagetit {
	padding: 20px;
	font-size: 24px;
}
#pagetit .parent {
	font-size: 14px;
}

#subTabSp {
	background: #CE013C;
	color: #FFF;
	padding: 15px;
}
#subTabSp li:nth-child(n+2) {
	border-top: 1px solid #DF547D;
}
#subTabSp li a {
	display: block;
	color: #FFF;
	line-height: 1;
	padding: 15px 5px;
}
#subTabSp li a.current {
	background: #FFF;
	color: #CE013C;
}


.pageImage {
	padding-top: 42.67%;
}

.catchSec {
	padding: 20px 15px;
}
.catchSec .tit {
	font-size: 18px;
}

.summarySec {
	padding: 30px 15px;
}
.summarySec h2.tit {
	font-size:18px;
	padding: 0 0 30px 0;
}
.summarySec .inner {
	padding: 15px;
}
.summarySec .txt {
	margin-top: 15px;
}

.summarySec .bnrs,
.summarySec .anchorList {
	margin: -5px;
}
.summarySec .bnrs li,
.summarySec .anchorList li {
	float: left;
	width: 50%;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px;
}
.summarySec .bnrs li a,
.summarySec .anchorList a {
	display: block;
}
.summarySec .bnrs li p,
.summarySec .anchorList p {
	margin-top: 5px;
	padding: 5px;
}

.summarySec .anchorList li {
	font-size: 14px;
}

.subSec {
	width:100%;
	margin:0 auto;
	padding: 30px 15px;
}
.subSec h2.tit {
	font-size:18px;
	padding: 0 0 30px 0;
}

.subSec .pointSlider {
	width: 960px;
	padding: 0;
	margin: 0;
}
.subSec .pointSlider {
	width: auto!important;
}
.subSec .pointSlider .points li {
	width: 100%;
	padding: 0;
	background: none;
}
.subSec .pointSlider .points li {
	margin-top: 15px;
}
.subSec .pointSlider .points li:nth-child(n+2) {
	border-top: 1px solid #DDD;
	padding-top: 15px;
}
.subSec .pointSlider .points li p {
	margin-top: 10px;
}

.subSec .imgTxt .txt {
	margin-top: 20px;
}

.subChildSec:nth-child(n+2) {
	margin-top: 30px;
}
.subChildSec h3.tit {
	font-size: 16px;
}
.subChildSec h3.tit:before {
	width: 40%;
}

.pageCatch,
#pageCatchBig {
	font-size:18px;
}

.btn {
	text-align:center;
	font-size:15px;
	font-weight:bold;
	margin-top:30px;
}
div.btns:first-child {
	margin-top: -30px;
}

#contents .pickupSec {
	padding-bottom: 30px!important;
}
#contents .pickupSec .plans article:nth-child(n+5) {
	display: none;
}
#contents .withRoom .planSliderWrap {
	display: none;
}
#contents .withRoom .btn {
	margin-top: 0;
	padding-top: 30px;
}

.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;
}
.planSlider article:nth-child(odd) {
background: #F2F2F2;	
}
#home .planSlider article:nth-child(n+5) {
	display: none;
}
.planSlider article .icons li {
	display:inline-block;
	background:#D8B87A;
	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;
}

.imgLayout {
	margin: 0 -15px;
}
.imgLayout li {
	padding: 10px 15px 0 15px;
}
.imgLayout li:nth-child(n+2) {
	width: 50%;
}

#otherBnrs {
	font-size: 0;
	text-align: center;
	padding: 10px;
	background: #FFF;
}
#otherBnrs li {
	display: inline-block;
	padding: 10px;
	width: 50%;
}

.pointSlider:not(:first-child) {
	margin-top: 20px;
}
.pointSlider .points li {
	float: none;
	padding: 10px;
	width: 100%;
}
.pointSlider .points li:nth-child(n+2) {
	margin-top: 20px;
}
.pointSlider .points li img {
	width: 100%;
	height: auto;
}

.photoGallery {
	margin: -5px;
}
.photoGallery li {
	float: left;
	width: 50%;
	padding: 5px;
}
.photoGallery li:nth-child(odd) {
	clear: left;
}

.stdTable:not(.noSpMode),
.stdTable:not(.noSpMode) tbody,
.stdTable:not(.noSpMode) tr {
	display: block;
}
.stdTable:not(.noSpMode) th,
.stdTable:not(.noSpMode) td {
	display: block;
	padding: 15px;
}
.stdTable .spHidden {
	display: none;
}
.stdTable .cell50 {
	float: left;
	width: 50%;
}
.stdTable:not(.noSpMode) td:before {
	display: block;
	text-align: center;
	background: #F9F9F9;
	border-bottom: 1px solid #DEDEDE;
	padding: 15px;
	margin: -15px -15px 15px -15px;
}
.stdTable:not(.noSpMode) .lunchCell:before {
	content: 'ランチ';
}
.stdTable:not(.noSpMode) .dinnerCell {
	border-left: 1px solid #DEDEDE;
}
.stdTable:not(.noSpMode) .dinnerCell:before {
	content: 'ディナー';
}


.stdTable.noSpMode th,
.stdTable.noSpMode td {
	padding: 5px;
}
.stdTable.noSpMode th[rowspan] {
	border-right: 1px solid #DEDEDE;
}


/* -------------------------------
   home
------------------------------- */

#main {
	position: relative;
	background: url(/img/home/main_sp.jpg);
	padding-top: 42.67%;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
}
#main.open {
	padding-top: 56.25%;
}


#mainSlider {
	position:relative;
	width:100%;
	margin:0 auto;
}
#mainSlider .imgs li {
	float:left;
	width:100%;
}
#mainSlider .btns {
	display: none;
}
#main p.btn {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	margin: -40px 0 0 -40px;
	width: 80px;
	height: 80px;
}
#main .movieWrap {
	display: none;
	padding-top: 0;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
}
#main .movieWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	-moz-transition-duration:0.5s;
	-o-transition-duration:0.5s;
	-ms-transition-duration:0.5s;
	transition-duration:0.5s;
}
#main.open .movieWrap iframe {
	height: 100%;
}

.homeSec {
	padding:30px 15px 30px 15px;
}
#spHomeNav {
	background:url(../img/home/sp_home_nav_bg.jpg) center center repeat-x;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	-o-background-size:contain;
	-ms-background-size:contain;
	background-size:contain;
	padding:4.4%;
}
#spHomeNav li {
	float:left;
	width:33.3%;
}

#infoSec {
	padding: 30px 15px;
}
.homeSec h2,
#infoSec h2 {
	text-align: center;
	font-size: 14px;
	color: #B49052;
	margin-bottom: 15px;
}
#infoSec h2 .en {
	display: block;
	margin-bottom: 5px;
}
.homeSec h2 .en img,
#infoSec h2 .en img {
	width: auto;
	height: 30px;
}
#pickupSec.homeSec li:last-child,
#infoSec article:last-child  {
	border-bottom: 2px solid #DDD;
} 
#pickupSec.homeSec li,
#infoSec article {
	padding: 15px!important;
	width: auto!important;
	margin: 0 -15px!important;
	border-top: 2px solid #DDD;
}
#pickupSec.homeSec li:nth-child(odd),
#infoSec article:nth-child(odd) {
	background: #F2F2F2;
}
#pickupSec.homeSec li figure,
#infoSec article figure {
	float: left;
	width: 42%;
	padding-right: 15px;
}
#pickupSec.homeSec li figure img,
#infoSec article figure img {
	width: 100%;
	height: auto;
}
#pickupSec.homeSec li time,
#infoSec article time {
	display: block;
}
#pickupSec.homeSec li .cat,
#infoSec article .cat {
	margin: 0 0 10px 0;
}
#pickupSec.homeSec li .txt,
#infoSec article .txt > p:last-child {
	clear: both;
	padding-top: 10px;
}

#osusumeSec article:nth-child(n+5) {
	display: none;
}

#infoBnrs {
	margin: 35px -10px 0 -10px;
}
#infoBnrs li {
	float: left;
	width: 50%;
	padding: 5px;
}



/* -------------------------------
   stay
------------------------------- */

/* room
------------------------------- */

.roomSec {
	padding: 30px 15px;
}
.roomSec header {
	text-align: center;
	margin-bottom: 30px;
}
.roomSec h2.tit {
	font-size:18px;
}
.roomBaseTable {
	display: block;
	margin-top: 20px;
}
.roomBaseTable tbody,
.roomBaseTable tr,
.roomBaseTable th,
.roomBaseTable td {
	display: block;
}
.facilityList dt {
	margin: 30px 0 10px;
}
.facilityList dt .iconEx {
	float: right;
}
.facilityList dd table,
.facilityList dd tbody,
.facilityList dd tr,
.facilityList dd td {
	display: block;
	width: 100%;
}
.facilityList dd td {
	padding: 10px 20px;
	background: #FFF;
}
.facilityList dd tr:nth-child(odd) td:nth-child(odd),
.facilityList dd tr:nth-child(even) td:nth-child(even) {
	background: #F9F9F9;
}
.facilityList dd td.empty {
	display: none;
}

/* information
------------------------------- */

.infoTable th,
.infoTable td {
	padding: 10px;
}


/* -------------------------------
   wedding
------------------------------- */

#topicsSec {
	margin-top: 40px;
}


/* -------------------------------
   restaurant
------------------------------- */

.postList article a {
	padding: 20px 25px 20px 10px;
	-moz-background-size: 10px auto;
	-webkit-background-size:10px auto;
	-o-background-size:10px auto;
	-ms-background-size:10px auto;
	background-size:10px auto;
	background-position:  right 10px center;
}
.postList article figure {
	float: left;
	width: 42%;
	padding-right: 15px;
}
.postList article .tit {
	font-size: 16px;
}
.postList article .kikan {
	clear: both;
	display: block;
	font-size: 12px;
	text-align: center;
}
.postList article .txt {
	clear: both;
}

#chefProfile {
	-moz-background-size: 180px auto;
	-webkit-background-size:180px auto;
	-o-background-size:180px auto;
	-ms-background-size:180px auto;
	background-size:180px auto;
	background-position:  right -50px top;
	margin: 0 -15px;
	padding: 0 100px 0 15px;
}
#chefProfile .catch {
	font-size: 16px;
	margin-right: -85px;
}
#chefBiography {
	margin-right: -85px;
}
#chefBiography .img {
	width: 42%;
}
#chefBiography .img img {
	width: 100%;
	height: auto;
}
#chefBiography .name {
	font-size: 18px;
}

.post figure {
	margin-bottom: 20px;
}
.post .kikan {
	width: 100%;
	text-align: center;
}

.menuList li {
	padding-top: 10px;
}
.menuList li:nth-child(n+2) {
	margin-top: 10px;
	border-top: 1px solid #CECECE;
}


/* -------------------------------
   banquet
------------------------------- */

.partyPlanList > li:nth-child(n+2) {
	margin-top: 40px;
}
.partyPlanList li .img {
	float: left;
	width: 120px;
	margin-right: 20px;
}
.partyPlanList li .detail {
	clear: both;
	padding-top: 10px;
}

.hallLayoutList li:nth-child(n+2) {
	margin-top: 20px;
}




/* -------------------------------
   room
------------------------------- */

.roomDetail dl {
	width: 100%;
}
.roomDetail dl:nth-child(n+2) {
	margin-top: 20px;
}
.roomDetail dd li {
	float: left;
	width: 50%;
}


/* -------------------------------
   bath
------------------------------- */

.businessTable {
	display: block;
	margin: 15px auto;
}
.businessTable tbody,
.businessTable tr {
	display: block;
}
.businessTable th,
.businessTable td {
	display: block;
	padding: 10px;
	margin-top: -1px;
}
.businessTable td .bnrR {
	display: inline-block;
	margin-top: 10px;
}


/* -------------------------------
   access
------------------------------- */

.pointSliderWrap .points {
	max-width: 100%;
}
.pointSliderWrap .btns {
	display: none;
}


/* -------------------------------
   faq
------------------------------- */

#anchorNav {
	padding: 30px 20px 0 20px;
	padding-right: 35px;
}


/* -------------------------------
   yakkan
------------------------------- */

#yakkanList {
	padding: 0 15px;
}
.yakkanSec:last-child {
	padding-bottom: 30px;
}


/* -------------------------------
   news
------------------------------- */

#newsList {
	padding: 20px;
}
#newsList li {
	padding: 10px 0;
	border-bottom: 1px dotted #CCC;
}
#newsList li time,
#newsList li p.cat {
	display: inline-block;
}
#newsList li a {
	display: block;
	color: #B08F50;
}


#newsDetailSec time {
	margin-top: -10px;
}
#newsDetailSec .childSec {
	margin-top: 30px!important;
}
#newsDetailSec .childSec h3 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
#newsDetailSec .img:not(:last-child) {
	margin-bottom: 20px;
}
#newsDetailSec .btn {
	margin-top: 20px;
}