@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;
	font-feature-settings : "palt";
}


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

#logo {
	font-weight:bold;
}
#hotelCopy {
	color:#333;
	padding: 5px 0;
}
#header .unicef {
	background: #ECECE3;
	text-align: center;
	padding: 5px 10px;
}

#gNav li a {
	display:block;
	color:#444;
	font-size:13px;
	font-weight:bold;
	line-height:1;
}
#gNav li a:before {
	font-size: 0;
	margin:0 auto 10px auto;
	content:'';
	-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 a.newwin:after {
	font-size: 0;
	display: inline-block;
	content: url(/img/common/icon_newwin.png);
	vertical-align: top;
	margin-left: 5px;
	margin-top: -2px;
}
.navHome a:before {	background:url(../img/common/icon_home.png);
}
.navConcept a:before {	background:url(../img/common/icon_concept.png);
}
.navHotels a:before {	background:url(../img/common/icon_hotel.png);
}
.navNews a:before {	background:url(../img/common/icon_news.png);
}
.navCompany a:before {	background:url(../img/common/icon_company.png);
}
.navContribution a:before {	background:url(../img/common/icon_contribution.png);
}
.navContact a:before {	background:url(../img/common/icon_contact.png);
}

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


#fBnrs .tit {
	color:#4557A4;
	font-weight:bold;
}
#fBnrs .bnrs li {
	cursor: pointer;
}
#fOthers {
	background:#403000;
	color:#FFF;
}
#copyright small {
	font-size:inherit;
	font-style:normal;
}

#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:1px solid #371600;
}
#pagetit {
	background: url(/img/common/pagetit_bg.png) center bottom repeat-x #FFF;
	text-align: center;
	color:#333;
	font-weight:normal;
	line-height:1.2;
}
#pagetit .en {
	display: block;
	color: #763900;
	font-size: 50%;
}

.subContents {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

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

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

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

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



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

#mainNav {
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 0;
	line-height: 1;
}
#mainNav span {
	display: inline-block;
	font-size: 20px;
	margin: 0 5px;
	box-shadow:0px 0px 0 1px #BBB;
	-moz-box-shadow:0px 0px 0 1px #BBB;
	-webkit-box-shadow:0px 0px 0 1px #BBB;
	width:10px;
	height: 10px;
	line-height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #FFF;
}
#mainNav .current {
	color: #CECEBF;
	background: #CECEBF;
	box-shadow:0px 0px 0 1px #FFF;
	-moz-box-shadow:0px 0px 0 1px #FFF;
	-webkit-box-shadow:0px 0px 0 1px #FFF;
}

#roomSearchBox > dt {
	text-align: center;
	color: #FFF;
	padding: 10px 10px 15px 10px;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
#roomSearchBox button {
	width: 100%;
	border: 1px solid #B60505;
	background: url(/img/home/searchbox_btn_bg.jpg);
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size:auto 100%;
	-o-background-size:auto 100%;
	-ms-background-size:auto 100%;
	text-align: center;
}

.homeSec h2 {
	text-align:center;
	font-weight: normal;
}
.homeSec h2 .en {
	display:block;
	color: #763A00;
}
.homeSec .secCatch {
	text-align:center;
}

#blandSec li > a,
#blandSec li > span {
	display: block;
	color: #000;
	text-decoration: none;
}
#blandSec li figure img:last-child {
	display: none;
}

#hotelsSec h2,
#hotelsSec h2 span {
	color: #FFF;
}
#hotelsSec .inner {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
#hotelsSec .inner:before,
#hotelsSec .inner:after {
	display: inline-block;
	content: '';
	position: absolute;
	bottom: 0;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
	-o-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
	bottom: -90px;
}
#hotelsSec > .inner:before {
	background: url(/img/home/hotels_town01.png);
	left: -150px;
}
#hotelsSec > .inner:after {
	background: url(/img/home/hotels_town02.png);
	right: -100px;
}
#hotelsSearchTypes {
	display: table;
	table-layout: fixed;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 25px auto;
}
#hotelsSearchTypes li {
	position: relative;
	display: table-cell;
	padding: 0 1px;
	text-align: center;
}
#hotelsSearchTypes li a {
	display: block;
	border: 2px solid #EEE;
	background: #FFF;
	padding: 8px;
	color: #333;
	font-weight: bold;
}
#hotelsSearchTypes li.current a {
	border: 4px solid #FFF;
	background: #EEE;
	padding: 6px;
}
#hotelsSearchTypes li.current:before,
#hotelsSearchTypes li.current:after {
	position: absolute;
	top: 100%;
	left: 50%;
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
}
#hotelsSearchAround {
	display: none;
	background: url(/img/home/hotels_tab_bg.png) center top repeat;
	text-align: center;
}
#hotelsSearchAround > dl:not(#areaList) {
	display: none;
}
#hotelsSearchAround #areaList dd {
	float: left;
}
#hotelsSearchAround #areaList dd a {
	display: block;
	background: #FFF;
	border: 5px solid #EEE;
	padding: 15px;
	color: #000;
	/* box-shadow */
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.25);
	-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.25);
}
#hotelsSearchAround #areaList dd a:hover {
	border: 2px solid #3A1B00;
	padding: 18px;
}
#hotelsSearchAround .spotList {
	text-align: left;
}
#hotelsSearchAround .spotList {
	cursor: pointer;
}
#hotelsSearchAround .pref {
	display: inline-block;
	background:#59AC2A;
	color: #FFF;
	padding: 2px;
	margin-bottom: 5px;
}
#hotelsSearchAround .spotList li dt {
	color:#393A7B;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
}

#hotelsSearchList {
	display: none;
}

.newsList .cat {
	font-size: 13px;
	color: #FFF;
}
.newsList .cat span {
	display: block;
	text-align: center;
	padding: 5px;
}
.newsList .catSelectInn span {
	background: #73AB00;
}
.newsList .catKanraku span {
	background: #666666;
}
.newsList .catCelecton span {
	background: #9B9B8C;
}
.newsList .catSelectCity span {
	background: #C60F3D;
}
.newsList .catSelectHotelsGroup span {
	background: #362906;
}

#pickupSec {
	background: url(/img/common/grid_bg.png) center top repeat;
}
#pickupSec > .inner {
	position: relative;
}
#pickupSec .btns li {
	position: absolute;
	top: 50%;
	cursor: pointer;
}
#pickupSliderWrap {
	overflow: hidden;
}
#pickupSlider article {
	float: left;
	cursor: pointer;
}
#pickupSlider article .bg {
	position: relative;
	background: #FFF;
	padding: 10px;
}
#pickupSlider article .area {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background: #5D3700;
	width: 60px;
	padding: 20px 0;
}
#pickupSlider article .area:after {
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border: 30px solid transparent;
	border-top: 10px solid #5D3700;
}
#pickupSlider article h3 {
	padding: 10px 0 10px 70px;
	line-height: 1.2;
}
#pickupSlider article figure {
	float: left;
}
#pickupSlider article dl {
	float: right;
	font-size: 13px;
}
#pickupSlider article dt {
	display: inline-block;
	color: #B28500;
	font-weight: bold;
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: 18px;
}
#pickupSlider article dt:before {
	float: left;
	width: 16px;
	height: 18px;
	content: url(/img/home/icon_voice.png);
	margin-right: 5px;
	vertical-align: middle;
}
#pickupSlider article .btn a {
	background: #EEE;
	border: none;
	width: 100%;
	padding: 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#pickupSlider.standby {
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	transition-duration:1s;
}

#philanthropySec .inner  {
	color: #FFF;
}
#philanthropySec .donation {
	background: #FFF;
	color: #444;
	padding: 10px;
	text-align: center;
	line-height: 1;
}
#philanthropySec .donation .money {
	font-weight: bold;
}
#philanthropySec .catch {
	font-weight: bold;
}


/* -------------------------------
   Concept
------------------------------- */

.conceptSec h2 {
	color: #723F00;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-weight: normal;
	margin-bottom: 20px;
}


/* -------------------------------
   Philanthropy
------------------------------- */

#philanthropySec.subSec .donation {
	border: 3px solid #DDD
}
#philanthropyCats section {
	border-top: 2px solid #593900;
	padding-top: 1px;
}
#philanthropyCats h2 {
	text-align: center;
	background: #F0F0E1;
	margin-bottom: 1px;
	padding: 10px;
}
#philanthropyCats .inner {
	border-top: 1px solid #CCC;
}
#philanthropyCats p {
	margin: 10px 0;
}


/* -------------------------------
   Hotels
------------------------------- */

.areaAnchor {
	background: #EEE;
	text-align: center;
	padding: 10px 0;
	color: #777;
	margin: 0 auto 20px auto;
}
.areaAnchor li {
	display: inline-block;
	padding: 0 10px;
}
.areaAnchor a {
	text-decoration: underline;
}
.hotelAreaSec section {
	border-top: 2px solid #593900;
	padding-top: 1px;
}
.hotelAreaSec h2 {
	text-align: center;
	background: #F0F0E1;
	margin-bottom: 1px;
	padding: 10px;
}
.hotelAreaSec > .inner {
	border-top: 1px solid #CCC;
}
.hotelAreaSec .hotelOutline {
	float: left;
}
.hotelAreaSec .hotelOutline h3 {
	margin-bottom: 10px;
}

#blandInfo {
	display: table;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#blandInfo dt {
	display: table-cell;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
}
#blandInfo dd {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
	width: 100%;
	background: #EFEFEF;
}
#blandInfo.blandSelectinn dt {
	background: #1E7936;
}
#blandInfo.blandSelectinn dd {
	background: #F5F6F1;
}
#blandInfo.blandCelecton dt {
	background: #37280B;
}
#blandInfo.blandKanraku dt {
	background: #000;
}
#blandInfo.blandSelectcity dt {
	background: #DB1143;
}

#kanrakuPre {
	text-align: center;
}
#kanrakuPre p {
	margin: 40px auto;
	color: #000066;
	font-size: 21px;
}
#kanrakuPre p strong {
	font-size: 28px;
	font-weight: normal;
}


/* -------------------------------
   News
------------------------------- */

.newsDetailSec {
	border-top: 2px solid #593900;
	padding-top: 1px;
}
.newsDetailSec h2 {
	text-align: center;
	background: #F0F0E1;
	margin-bottom: 1px;
	padding: 10px;
}
.newsDetailSec > .inner {
	border-top: 1px solid #CCC;
}
.newsDetailSec > .inner > *:not(:first-child) {
	margin-top: 20px;
}


/* -------------------------------
   Privacy Policy
------------------------------- */

#privacyList dt {
	font-weight: bold;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	margin-top: 30px;
	font-size: 15px;
}
#privacyList dd {
	margin-top: 20px;
}


/* -------------------------------
   campaign
------------------------------- */

.campaignGreenSec {
	background: #00B800;
	text-align: center;
}
.campaignGreenSec h2.tit {
	color: #FFF;
}
.campaignGreenSec h2.tit strong {
	color: #F9FF24;
}
.campaignGreenSec h2.tit:after {
	display: block;
	content: '';
	background: #CCC;
	max-width: 760px;
	height: 1px;
	margin: 10px auto 0 auto;
}

.campaignWhiteSec {
	font-size: 16px;
}
.campaignWhiteSec h2.tit {
	text-align: center;
	font-weight: normal;
}
.campaignWhiteSec h2.tit:after {
	display: block;
	content: url(/img/common/bland_mark.png);
	margin: 0 auto 0 auto;
}
.campaignWhiteSec h3.tit {
	position: relative;
	background: #F0F0E1;
	border-top: 2px solid #593900;
	padding: 10px 20px;
	margin-bottom: 20px;
}
.campaignWhiteSec h3.tit:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	background: #FFF;
}
.campaignWhiteSec p {
	padding-left: 20px;
}
.campaignWhiteSec .lineGreen {
	color: #2DBE00;
	font-weight: bold;
}
.campaignWhiteSec .obi {
	text-align: center;
	background: #EEE;
	padding: 20px;
}
.campaignWhiteSec .hiroshikun {
	text-align: right;
}
.campaignWhiteSec .stores {
	font-size: 0;
	text-align: center;
}
.campaignWhiteSec .stores li {
	display: inline-block;
}


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

#triplabarWrap {
  width: 100%!important;
}
#triplabar {
  width: 100%;
}
#triplabar form {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#triplabar form > * {
  text-align:left;
}
#triplabar form #tripla-hotel-picker-multiselect {
  width: 300px;
}
#triplabar form #tripla-hotel-picker-multiselect input {
  border: none;
  background: none;
}
#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;
  padding: 0;
  margin: 0 0 0 10px;
}