@charset "utf-8";

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

html,
body {
	min-width:1200px;
}
#wrap {
	position:relative;
	width:100%;
	min-width:1200px;
	margin:0 auto;
	overflow:hidden;
	background: url(/img/common/h_bg.png) center top repeat-x;
}
.sp,
.pcNone {
	display:none!important;
}

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

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

#header .inner {
	width: 1200px;
	margin: 0 auto;
	padding-top: 4px;
}
#logo {
	float: left;
	height: 50px;
	margin: 32px 0 0 0;
}
#logo img {
	width: auto;
	height: 100%;
}
#header .other {
	position: relative;
	float: right;
	width: 890px;
	line-height: 20px;
	padding: 14px 139px 0 0;
}
#hotelCopy {
	float: left;
	font-size:12px;
}
#header .unicef {
	float: right;
	min-width: 250px;
}
#header select[name=lang] {
	position: absolute;
	top: 14px;
	right: 0;
	border: 1px solid #BBB;
	width: 124px;
	line-height: 20px;
	text-align: center;
	padding: 5px;
	color: #005F41;
}
#header option {
	text-align: center;
}

#gNav {
	float: right;
	margin-top: 10px;
	padding: 21px 0;
}
#gNav ul {
	display:table;
	width:890px;
	height: 16px;
	border-right:1px solid #EAEAEA;
}
#gNav li {
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	white-space:nowrap;
	height: 16px;
	line-height: 16px;
	border-left:1px solid #EAEAEA;
}
#gNav li a {
	display:block;
	line-height: 16px;
	padding: 21px 0;
	margin: -21px 0;
}
#gNav li.current a {
	background: url(/img/common/gnav_active.png) center bottom repeat-x;
}
#gNav li a:before {
	display: inline-block;
	width:32px;
	height:32px;
	margin: -6px 2px -6px 0;
	vertical-align: middle;
}


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

#footer {
	margin-top:80px;
}

#pagetop {
	position:relative;
	width:1200px;
	margin:0 auto;
}
#pagetop a {
	position:absolute;
	top:-50px;
	right:-110px;
	display:block;
	width:100px;
	height:100px;
}
#fBnrs {
	position:relative;
	font-size:13px;
	padding:80px 0 0 0;
}
#fBnrs .inner {
	position:relative;
	width:1160px;
	margin:0 auto;
	overflow:hidden;
	z-index:1;
}
#fBnrs .bnrs {
	width:10000%;
}
#fBnrs .bnrs.standby {
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	transition-duration:1s;
}
#fBnrs .bnrs.slide {
	margin-left: -290px;
}
#fBnrs .bnrs li {
	float:left;
	width:290px;
	padding:0 10px;
}
#fBnrs .tit {
	font-size:16px;
	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;
}

#footer {
	background:#EEE;
}
#fNav {
	position: relative;
	width:1200px;
	margin:0 auto;
	padding:30px 0 70px 0;
	z-index: 1;
}
#fSearch > dt {
	display: block;
}
#fSearch > dt img {
	width: auto;
	height: 32px;
}
#fSearch > dd > dl {
	float: left;
	max-width: 850px;
}
#fSearch > dd > dl > dt {
	font-size:16px;
	font-weight:bold;
	color:#395DA1;
	margin:20px 0 0 0;
	padding-bottom:5px;
	border-bottom:1px solid #BBB;
}
#fSearch > dd > dl > dd {
	float:left;
	width:264px;
}
#fSearch > dd > dl > dd:not(:last-child) {
	margin-right:29px;
}
.fSearchSelectInn dt {
	padding:5px;
	background:#E0E0D2;
	margin:20px 0 10px 0;
	font-weight:bold;
}
.fSearchSelectCity,
.fSearchCelecton,
.fSearchKanraku {
	float: right!important;
	width: 320px;
}
.fSearchCelecton dt,
.fSearchKanraku dt,
.fSearchSelectCity dt {
	padding-bottom:5px;
	border-bottom:1px solid #BBB;
	margin:20px 0 10px 0!important;
	color:#868686!important;
	font-weight:bold;
}
#fSearch a {
	color:#00468C;
}

#fHotelList {
  display: flex;
  flex-wrap: wrap;
}
#fHotelList h2 {
	display: block;
  width: 100%;
}
#fHotelList > dl {
  width: calc((100% - 60px) / 4);
  margin-left: 20px;
}
#fHotelList > dl:nth-of-type(4n+1) {
  margin-left: 0;
}
#fHotelList > dl:nth-of-type(n+5) {
  margin-top: 40px;
}

#fOthers ul {
	float:left;
}
#fOthers li {
	display:inline-block;
}
#fOthers li:not(:first-child):before {
	display:inline-block;
	content:'|';
	margin:0 5px;
}
#fOthers a {
	color:#FFF;
}
#fOthers .inner {
	position:relative;
	width:1200px;
	margin:0 auto;
	padding:30px 0 40px 0;
}
#fOthers .inner:before {
	position:absolute;
	top:-110px;
	left:-150px;
	width:1500px;
	height:110px;
	display:block;
	content:url(/img/common/f_town_pc.png);
}
#copyright {
	float:right;
}


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

#contentsHeader {
	background: url(/img/common/bg_grid.png) center top repeat;
}
#path {
	width:1200px;
	margin:0 auto;
	padding:15px 0;
	list-style:none;
	font-size:12px;
}
#path li {
	display:inline-block;
}
#path li:not(:first-child):before  {
	display:inline-block;
	content:'>';
	margin:0 10px;
}

#pagetit {
	min-width:1200px;
	margin:0 auto 60px auto;
	padding: 30px 0;
	font-size: 32px;
}

.subWideSec {
	width:100%;
	margin:30px auto 0 auto;
}

.pageCatch {
	font-size:24px;
}

.btn {
	text-align:center;
	font-size:18px;
	margin-top:30px;
}
.btn a {
	display:inline-block;
	padding:15px;
	border:1px solid #AAA;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:1;
	min-width:220px;
	background:#FFF;
	color: #444;
}
.btn a:before {
	display:inline-block;
	content:url(/img/common/arr_btn.png);
	vertical-align:middle;
	margin-right:10px;
}

.wideMap iframe {
	width:100%;
	height:480px;
}

dl.list dt {
	font-size:20px;
}

.pickupSec .btns li {
	position:absolute;
	top:50%;
	margin-top:-70px;
	cursor:pointer;
}
.pickupSec .btns li:first-child {
	left:-70px;
}

.pickupSec .btns li:last-child {
	right:-70px;
}

.subSec {
	padding: 60px 0 80px 0;
}
#blandSec.subSec {
	padding: 150px 0 80px 0;
}

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

#homeContentsHeader {
	background:url(/img/home/main_bg.jpg);
}

#mainSlider {
	position:relative;
	width:1200px;
	padding: 25px 0 95px 0;
	margin:0 auto;
}
#mainSlider .inner {
	width: 1300px;
	margin: 0 -50px;
}
#mainSlider .imgs li {
	float:left;
	width:1300px;
	height:480px;
	padding:0 50px;
}
#mainSlider .imgs li img {
	/* box-shadow */
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.40);
	-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.40);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.40);
}
#mainSlider .btns li {
	position:absolute;
	top:50%;
	margin-top:-60px;
	cursor:pointer;
}
#mainSlider .btns li:first-child {
	left:-60px;
}
#mainSlider .btns li:last-child {
	right:-60px;
}
#mainNav {
	bottom: 70px;
}

#roomSearchBox {
	position: relative;
	padding: 19px;
	width: 1000px;
	margin: -50px auto 0 auto;
	background: #FFF;
	border: 1px solid #DDD;
}
#roomSearchBox > dt {
	margin-bottom: 20px;
	background: url(/img/home/searchbox_tit_line.png) center bottom repeat-x #371600;
}
#roomSearchBox > dd {
	float: left;
}
#roomSearchBox > dd:nth-child(2) {
	width: 600px;
}
#roomSearchBox > dd:nth-child(2) dl,
#roomSearchBox > dd:nth-child(2) ul:not(.multiselect__content) {
	display: table;
}
#roomSearchBox > dd:nth-child(2) dl:not(:first-child) {
	margin-top: 10px;
}
#roomSearchBox > dd:nth-child(2) dl:nth-child(n+3) {
	float: left;
	margin-right: 10px;
}
#roomSearchBox > dd:nth-child(2) dl:nth-child(n+3) select {
	max-width: 120px;
}
#roomSearchBox > dd:nth-child(2) dt {
	display: table-cell;
	background: #E8EBF0;
	width: 80px;
	padding: 2px;
	vertical-align: middle;
}
#roomSearchBox > dd:nth-child(2) dd,
#roomSearchBox > dd:nth-child(2) ul:not(.multiselect__content) li {
	display: table-cell;
	padding-left: 5px;
}
#roomSearchBox > dd:nth-child(2) select,
#roomSearchBox > dd:nth-child(2) input[type=text] {
	border: 2px solid #CCC;
	padding: 8px;
	min-width: 80px;
}
#roomSearchBox > dd:nth-child(3) {
	width: 160px;
	margin-left: 10px;
}
#roomSearchBox > dd:nth-child(3) ul {
	background: #E8EBF0;
	padding: 10px;
	line-height: 220%;
	text-align: left;
}
#roomSearchBox > dd:nth-child(4) {
	width: 180px;
	margin-left: 10px;
}
#roomSearchBox button {
	padding: 25px;
	margin-bottom: 10px;
}
#roomSearchBox button img {
	width: auto;
	height: 20px;
}
#roomSearchBox a {
	font-size: 12px;
	color: #575748;
	text-decoration: underline;
}
#roomSearchBox:before {
	display: block;
	width: 100%;
	height: 12px;
	content: url(/img/home/roomsearchbox_shadow.jpg);
	position: absolute;
	bottom: -10px;
	left: 0;
}

.homeSec {
	padding:70px 0 110px 0;
	font-size:16px;
}
.homeSec h2 {
	font-size:26px;
	margin-bottom: 30px;
}
.homeSec h2:after {
	display: block;
	line-height: 10px;
}
.homeSec h2 .en {
	font-size: 16px;
}

#blandSec h2:after {
	content: url(/img/common/bland_mark.png);
}
#blandSec ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#blandSec:not(.subSec) ul.over {
	table-layout: auto;
}
#blandSec li {
	display: table-cell;
	text-align: center;
	background: #F5F5F1;
	border: 1px solid #FFF;
	width: 25%;
	-moz-transition-duration:0.25s;
	-o-transition-duration:0.25s;
	-ms-transition-duration:0.25s;
	transition-duration:0.25s;
}
#blandSec:not(.subSec) ul.over li {
	width: 24%;
}
#blandSec:not(.subSec) ul.over li.over {
	width: 28%;
}
#blandSec:not(.subSec) ul.over li.over figure img {
	margin: -4% 0 0 0;
}
#blandSec li img {
	width: 100%;
	height: auto;
	-moz-transition-duration:0.25s;
	-o-transition-duration:0.25s;
	-ms-transition-duration:0.25s;
	transition-duration:0.25s;
}
#blandSec li figure {
	position: relative;
}
#blandSec li figure img:last-child {
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
	opacity: 0;
}
#blandSec ul.over li.over figure img:last-child {
	opacity: 1;
}
#blandSec li p {
	padding: 30px;
}

#hotelsSec {
	background: url(/img/home/hotels_bg.jpg) center top no-repeat;
	-moz-background-size:cover!important;
	-webkit-background-size:cover!important;
	-o-background-size:cover!important;
	-ms-background-size:cover!important;
	background-size:cover!important;
	padding-bottom: 90px;
}

#hotelsSec .inner:before {
	width: 510px;
	height: 25px;
}
#hotelsSec .inner:after {
	width: 492px;
	height: 64px;
}
#hotelsSec h2:after {
	content: url(/img/home/hotels_mark.png);
}
#hotelsSearchTypes li {
	font-size: 18px;
}
#hotelsSearchTypes li.current:before {
	margin: 0 0 0 -18px;
	border: 18px solid transparent;
	border-top: 24px solid #FFF;
}
#hotelsSearchTypes li.current:after {
	margin: -4px 0 0 -14px;
	border: 14px solid transparent;
	border-top: 20px solid #EEE;
}
#hotelsSearchTypes li a:before {
	float: left;
	display: inline-block;
	vertical-align: middle;
}
#hotelsSearchTypes li:nth-child(1) a:before {
	content: url(/img/home/icon_map.png);
}
#hotelsSearchTypes li:nth-child(2) a:before {
	content: url(/img/home/icon_list.png);
}
#hotelsSearchTypes li:nth-child(3) a:before {
	content: url(/img/home/icon_around.png);
}
#hotelsSearchMap {
	padding: 27px 0 27px 27px;
	background: #FFF;
}
#hotelsSearchMap li {
	float: left;
	margin-right: 10px;
}
#hotelsSearchAround {
	border: 27px solid #FFF;
	padding: 40px 33px;
}
#hotelsSearchAround dt {
	font-size: 24px;
}
#hotelsSearchAround #areaList > dd {
	width: 247px;
	margin: 30px 0 0 30px;
}
#hotelsSearchAround #areaList dd:nth-child(4n+2) {
	clear: left;
	margin-left: 0;
}

#hotelsSearchList {
  flex-wrap: wrap;
	padding: 40px;
	background: #FFF;
	font-size: 14px;
}
#hotelsSearchList[style*=block] {
  display: flex!important;
}
#hotelsSearchList > dl {
  width: calc((100% - 60px) / 4);
  margin-left: 20px;
}
#hotelsSearchList > dl:nth-of-type(4n+1) {
  margin-left: 0;
}
#hotelsSearchList > dl:nth-of-type(n+5) {
  margin-top: 40px;
}
#hotelsSearchList > dl > dt {
	font-size:16px;
	font-weight:bold;
	color:#395DA1;
	padding-bottom:5px;
	border-bottom:1px solid #BBB;
}
#hotelsSearchList > dl > dd {
	float:left;
	width:265px;
}
#hotelsSearchList > dl > dd:not(:last-child) {
	margin-right:10px;
}
#hotelsSearchList > dl > dd dt {
  padding: 5px;
  background: #E0E0D2;
  margin: 20px 0 10px 0;
}
.hotelsSearchListSelectInn dt {
	padding:5px;
	background:#E0E0D2;
	margin:20px 0 10px 0;
}
.hotelsSearchListSelectCity,
.hotelsSearchListCelecton,
.hotelsSearchListKanraku {
	float: right!important;
	width: 270px;
}
.hotelsSearchListCelecton dt,
.hotelsSearchListKanraku dt,
.hotelsSearchListSelectCity dt {
	padding-bottom:5px;
	border-bottom:1px solid #BBB;
	margin:20px 0 10px 0!important;
	color:#868686!important;
	font-weight:bold;
}
.hotelsSearchListCelecton dt {
	margin-top: 0!important;
}
#hotelsSearchList a {
	color:#00468C;
}
.hotelsSearchAroundSliderWrap {
	position: relative;
}
.hotelsSearchAroundSliderWrap .btns li {
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.hotelsSearchAroundSliderWrap .btns li:first-child {
	left: -50px;
}
.hotelsSearchAroundSliderWrap .btns li:last-child {
	right: -50px;
}
.hotelsSearchAroundSlider {
	overflow: hidden;
	width: 100%;
}
#hotelsSec .hotelsSearchAroundSlider .inner {
	margin-left: 0;
	width: 1000%;
	max-width: none;
}
#hotelsSec .hotelsSearchAroundSlider .inner.standby {
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-ms-transition-duration:1s;
	transition-duration:1s;
}
#hotelsSec .hotelsSearchAroundSlider .inner.slide {
	margin-left: -100%;
}
#hotelsSec .hotelsSearchAroundSlider .spotList:nth-child(n+11) {
	display: none;
}
.spotList {
	float: left;
}
.spotList li {
	position:relative;
	float:left;
	width:525px;
	margin-left:30px;
	padding:30px 0;
	border-bottom:1px dotted #CCC;
}
.spotList li:nth-child(odd) {
	clear:left;
	margin-left: 0;
}
.spotList li figure {
	float:left;
	width:230px;
}
.spotList li figure img {
	width:100%;
	height:auto;
}
.spotList li p.pref {
	margin-left: 10px;
}
.spotList li dl {
	float:right;
	width:285px;
}
.spotList li dt {
	font-size:20px;
	margin-bottom:10px;
}
.spotList li dd {
	font-size:14px;
}

#newsSec {
	width:1200px;
	margin:0 auto;
}
.newsList {
	display: table;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px dashed #BBB;
}
.newsList li {
	display: table-row;
}
.newsList li .cat {
	display: table-cell;
	padding: 15px 0 15px 25px;
	border-bottom: 1px dashed #BBB;
	white-space: nowrap;
}
.newsList .cat span {
	width: 160px;
}
.newsList li time {
	display: table-cell;
	padding: 20px;
	border-bottom: 1px dashed #BBB;
	white-space: nowrap;
}
.newsList li .tit {
	display: table-cell;
	padding: 15px 0;
	border-bottom: 1px dashed #BBB;
	width: 100%;
}
.newsList li .tit a {
	display: block;
	padding-left: 15px;
	background: url(/img/common/arr.png) left 8px no-repeat;
}

#pickupSec h2:after {
	content: url(/img/home/pickup_mark.png);
}
#pickupSec > .inner {
	width: 1200px;
	margin: 0 auto;
}
#pickupSec .btns li:first-child {
	left: -60px;
	margin-top: -25px;
}
#pickupSec .btns li:last-child {
	right: -60px;
	margin-top: -25px;
}
#pickupSliderWrap {
	margin: 0 -15px;
}
#pickupSlider article {
	width: 410px;
	padding:0 15px;
}
#pickupSlider {
	width: 100000%;
}
#pickupSlider article:nth-child(n+3333) {
	display: none;
}
#pickupSlider article figure {
	width: 140px;
}
#pickupSlider article dl {
	width: 210px;
}
#pickupSlider article .btn {
	clear: both;
	padding-top: 20px;
}
#pickupSlider.slide {
	margin-left: -410px;
}

#philanthropySec h2:after {
	content: url(/img/home/philanthropy_mark.png);
}
#philanthropySec .bg {
	background: url(/img/home/pickup_back.jpg) 90% center #4285EF no-repeat;
	padding: 40px 0;
}
#philanthropySec .inner {
	width: 1000px;
	margin: 0 auto;
}
#philanthropySec p:not(:first-child) {
	margin-top: 20px;
}
#philanthropySec .donation {
	width: 400px;
}
#philanthropySec .donation .money {
	font-size: 22px;
}
#philanthropySec .catch {
	font-size: 20px;
}
#philanthropySec .btn {
	margin-top: 40px!important;
}


/* -------------------------------
   concept
------------------------------- */

#conceptSecWrap {
	width: 1100px;
	margin: 0 auto;
	background: #F5F5F1;
}
#conceptSecWrap figure {
	float: right;
	width: 310px;
	padding: 40px 40px 0 40px;
}
#conceptSecWrap .secs {
	float: left;
	width: 790px;
	padding: 20px 30px 0 0;
	background: #FFF;
	font-size: 16px;
}
.conceptSec h2 {
	font-size: 26px;
}
.conceptSec .inner {
	padding-bottom: 40px;
}


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

#philanthropySec.subSec {
	margin-top: -60px;
	padding: 0;
}
#philanthropySec.subSec {
	font-size: 16px;
	line-height: 1.8;
}
#philanthropySec.subSec .bg {
	padding: 50px 0 80px 0;
}
#philanthropySec.subSec p:not(:first-child) {
	margin-top: 30px;
}
#philanthropySec.subSec .donation {
	font-size: 18px;
	width: 500px;
	margin: 40px auto 0 auto;
}
#philanthropySec.subSec .donation .money {
	font-size: 32px;
}

#philanthropyCats {
	margin: -50px auto 0 auto;
	width: 1200px;
}
#philanthropyCats section {
	float: left;
	width: 580px;
	margin: 50px 0 0 40px;
}
#philanthropyCats section:nth-child(odd) {
	clear: left;
	margin-left: 0;
}


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

#blandSec.subSec:first-child {
	font-size: 14px;
	padding: 0;
}
.areaAnchor {
	width: 1200px;
	margin: 80px auto -60px auto;
}
.hotelAreaSec {
	width: 1200px;
	margin: 80px auto 0 auto;
}
.hotelAreaSec .hotelOutline {
	width: 270px;
	margin: 30px 0 0 40px;
}
.hotelAreaSec .hotelOutline:nth-child(4n+1) {
	clear: left;
	margin-left: 0;
}
.hotelAreaSec .hotelOutline figure {
	text-align: center;
}
.hotelAreaSec .hotelOutline figure img {
	max-width: 100%;
	height: auto;
}
.hotelAreaSec .hotelOutline h3 a {
	display: block;
	font-size: 16px;
	padding: 10px 30px 10px 10px;
	background: url(/img/common/arr_btn.png) right 10px center no-repeat #EEE;
}


#roomSearchBox.blandSelectinn {
	padding: 17px;
	border: 3px solid #2D7B30;
	margin-top: 0;
}
#roomSearchBox.blandSelectinn > dt {
	background:  url(/img/home/searchbox_tit_line.png) center bottom repeat-x #2D7B30;
}
#roomSearchBox.blandSelectinn:before {
	bottom: -12px;
}

#blandInfo {
	margin-bottom: 25px;
}
#blandInfo dd {
	font-size: 18px;
	line-height: 2;
}
.areaAnchor.compact {
	margin: 30px auto 0 auto;
	width: 1000px;
}


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

.newsDetailSec {
	width: 1200px;
	margin: 0 auto;
}
.newsDetailSec h2 {
	text-align: center;
	background: #F0F0E1;
	margin-bottom: 1px;
	padding: 10px;
}
.newsDetailSec > .inner {
	padding-top: 30px;
}


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

#campaignMain {
	width: 1200px;
	margin: -65px auto 0 auto;
}
.campaignGreenSec {
	padding: 80px 0 90px 0;
}
.campaignGreenSec h2.tit {
	font-size: 30px;
}
.campaignGreenSec > .inner {
	width: 1200px;
	margin: 0 auto;
}
.campaignGreenSec li {
	float: left;
	margin-top: 25px;
}
.campaignGreenSec li:nth-child(n+3) {
	margin-left: 30px;
}
.campaignGreenSec li img {
	margin: 0 -1px;
}

.campaignWhiteSec {
	padding: 120px 0 70px 0;
}
.campaignWhiteSec h2.tit {
	font-size: 26px;
}
.campaignWhiteSec > .inner {
	width: 1200px;
	margin: 0 auto;
}
.campaignWhiteSec .campaignChildSec {
	float: left;
	width: 580px;
	margin-top: 40px;
}
.campaignWhiteSec .campaignChildSec:nth-child(even) {
	float: right;
}
.campaignWhiteSec .qr {
	float: right;
}
.campaignWhiteSec .hiroshikun {
	padding-right: 20px;
}
.campaignWhiteSec .stores {
	margin-top: 100px;
}
.campaignWhiteSec .stores li {
	margin: 0 10px;
}