@charset "UTF-8";
/*サイト設定-------------------------------------------------------------------------------------------------------------*/
.cf:after{
content:"";
display:block;
clear:both;
}
img {
	border:0;
	vertical-align: bottom;
	border-style:none;
}
a img,
a:hover img,
a:active img {
    border-style:none;
}

a { text-decoration: none; }
.pc { display:block; }
.sp { display:none; }

.in-pc { display:inline-block; }/*20180604 MARRIOT*/
.in-sp { display:none; }/*20180604 MARRIOT*/


/* ----------------------------------
FONT
---------------------------------- */
body {
	color:#53585a;
	/*font-family: "リュウミン M-KO","Ryumin Medium KO","リュウミン M-KL","Ryumin Medium KL",游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;*/
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:16px;
}
.en {
	font-family: bodoni-urw, serif;
	font-style: normal;
	font-weight: 400;
}
/* ゴシック */
.gothic {
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
/* 太文字 */
.fbold {
	font-weight: bold;
}
/* 上付き文字 */
.subT {
	font-size: 60%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
.tal {
    text-align: left;
}

/* ----------------------------------
サイト共通要素
---------------------------------- */
body {
	background:#fff;
}

#contents {
	margin: 0 auto 0;
	width:100%;
}

#main {
	max-width: 1500px;
	margin:0 auto;
	overflow: hidden;
}

h2 {
	font-size:36px;
	line-height: 1.5;
}

h3 {
margin: 5px 0 20px;
font-size: 15px;
line-height: 1.5;
letter-spacing: 0.1em;
}

.categoryBlock {
	padding:90px 0;
	margin:0 auto;
	max-width: 1500px;
	background:#edebea;
}

.categoryBlock p,
#ScenicSpot p {
	text-align: left;
	line-height: 2.3;
}
/* More Detailsボタン */
.categoryBlock .more,
#ScenicSpot .more {
	margin:30px 0 0;
}

body.top .moreBTN {
	letter-spacing: 0.1em;
}
.moreBTN a {
	border:#d1d1d2 1px solid;
	padding:15px 50px;
	text-decoration: none;
	color:#53585a;
	font-size:22px;
}
.moreBTN a:hover {
	background:#b7aca7;
	color:#fff;
}

/* ----------------------------------
フッター
---------------------------------- */
#SNS_Icon {
	padding-top:30px;
	text-align: center;
	border-top: #dcdada 1px solid;
	position: relative;
}
#SNS_Icon a.pageTop {
	position:absolute;
	bottom:5px;
	right:0;
	color:#53585a;
}

#SNS_Icon ul {
	display: inline-block;
}
#SNS_Icon ul li {
	float:left;
	margin-right: 20px;
}
#SNS_Icon ul li::last-of-type {
	margin-right: 0px;
}
#SNS_Icon ul li img {
	width: 40px;
	height: auto;
}
#Footer {
	max-width:1500px;
	margin:0 auto;
	padding:30px 0 0;
	text-align: center;
	letter-spacing: 0.1em;
	font-size:14px;
	color:#53585a;
}
#Footer #FooterLink {
	margin:20px auto 40px;
	display: inline-block;
}

ul.menu2 li { margin-left:1.0em; list-style:none; text-indent: -1.0em; }
ul.menu2 li:before { content:"> "; }

#Footer ul {
	margin:0 auto 20px;
	text-align: center;
}
#Footer ul li {
	float:left;
	margin-right:20px;
	text-align: center;
	line-height: 1.5;
}
#Footer ul li:last-child {
	margin-right:0;
}
#Footer a, #Footer a:visited {
	text-decoration: none;
	color:#53585a;
}
#Footer a:hover {
	color:#A0072B;
}
#Footer .otherLinks {
	text-align:right !important;
}
#Footer .otherLinks ul {
	margin-right:0;
	display: inline-block;
}

#Footer .otherLinks ul li {
	line-height: 24px;
}
#Footer .otherLinks .language a {
	display: block;
	margin-top:-3px;
	padding:0 40px;
	border:#A7A8A9 1px solid;
}
#Footer .otherLinks .language a:hover {
	border:#A0072B 1px solid;
	background: #A0072B;
	color: #fff;
}
#Footer p.logo {
	margin-bottom:40px;
	text-align: center;
}
#Footer p.address {
	margin:20px 0 20px;
	text-align: center;
}
#Footer #HotelName {
	text-align:center;
}
#Footer #HotelName ul {
	margin:0 auto;
	display: inline-block;
}
#Footer #HotelName ul li {
	float:left;
}

#Footer #HotelName ul li.hotelN {
	padding-left:20px;
	border-left:#53585a 1px solid;
}
/* ----------------------------------
ナビゲーション
---------------------------------- */
#nav {
	margin: 0 auto;
	width:100%;
	text-align: center;
	z-index: 901;	
}
#nav #navShadow {
	margin:auto;
}
#nav #navBody {
	margin: 0 auto;
	min-width: 1000px;
	max-width:1500px;
	background:url(/images/nav/pc/nav_bg.png) repeat-x top left;
	text-align: center;
}
.pc-nav > ul {
	justify-content: center;
	width: 100%;
	height: 60px;
	display:flex;
	flex-wrap:wrap;
	margin: 0 auto;
}

.pc-nav > ul > li {
	display:flex;
	flex-wrap:wrap;
	flex-basis: auto;
	justify-content: center;
	align-items: center;
	height: 60px;
	max-height: 60px;
    position: relative;
	padding: 0;
}
.pc-nav > ul > li,
.pc-nav > ul > li > a {
	color: #53585a!important;
	font-size: 0.9vw;
	font-weight: bold;
	line-height: 1.4;
	white-space: nowrap;
	letter-spacing: .1em;
	cursor: pointer;
}
@media only screen and (min-width: 1500px) {
	.pc-nav > ul > li,
	.pc-nav > ul > li > a {
			font-size: 0.8vw;
	}	
}

@media only screen and (max-width: 1300px) {
	.pc-nav > ul > li,
	.pc-nav > ul > li > a {
			font-size: 1vw;
	}
}

@media only screen and (max-width: 1000px) {
	.pc-nav > ul > li,
	.pc-nav > ul > li > a {
			font-size: 1.1vw;
	}
}

.pc-nav > ul > li > i,	
.pc-nav > ul > li > a > i {
	display: block;
	font-family: bodoni-urw, serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
}

.pc-nav > ul > li > ul {
    width: 100%;
	max-width: unset;
	min-width: unset;
	position: absolute;
    top: 60px;
    z-index: 999;
    display: none;
	background-color: rgba(255, 255, 255, .8);
}

.pc-nav > ul > li > ul > li > a {
	display:block;
	width: auto;
	float: none;
   	height: auto;
	font-size: 90%;
	color: #53585a!important;
	white-space: nowrap;
	padding: .7em 1em;
}



#nav ul li > ul li a {

}
#nav ul li > ul li a small {
	
}

.pc-nav > ul > li > a > img {width: auto; height: 100%; max-height: 60px;}


/* navi inner */

.pc-nav > ul > li:nth-child(1) { width:7%; }
.pc-nav > ul > li:nth-child(2) { width:11%; }
.pc-nav > ul > li:nth-child(3) { width:11%; }
.pc-nav > ul > li:nth-child(4) { width:10%; }
.pc-nav > ul > li:nth-child(5) { width:8%; }
.pc-nav > ul > li:nth-child(6) { width:9%; }
.pc-nav > ul > li:nth-child(7) { width:10%; }
.pc-nav > ul > li:nth-child(8) { width:10%; }
.pc-nav > ul > li:nth-child(9) { width:10%; }
.pc-nav > ul > li:nth-child(10) { width:7%; }
.pc-nav > ul > li:nth-child(11) { width:7%; }


/*------------------------------
     20180604 MARRIOT
--------------------------------*/
/*
#nav ul li ul li:nth-child(1),
#nav ul li ul li:nth-child(2),
#nav ul li ul li:nth-child(3),
#nav ul li ul li:nth-child(4),
#nav ul li ul li:nth-child(5) { width:100%; }*/

/* /20180604 MARRIOT */

/* 下層ページ */
body.lower #nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/* ----------------------------------
下層ページ共通
---------------------------------- */
body.lower a, body.lower a:visited { color:#53585a; }
body.lower a:hover { color:#A0072B; }
.BlockBTN { cursor: pointer; }
body.lower .bgGray {
	background:#edebea;	
}
body.lower .LowerMain {
	padding:50px 0 0;
	width:1200px;
	width:100%;
	margin: 0 auto;
}
body.lower .LowerMain p {
	margin:40px 0 50px;
	text-align: left;
	line-height: 2.3;
}
body.lower .LowerMain p.copy {
	margin: 0 auto;
	margin-bottom:70px;
}

/* 横幅1220px */
body.lower .w1220 {
	width:1220px;
	margin: 0 auto 0;
	padding:0;
}
/* 横幅765px */
body.lower .w765 {
	width:765px;
	margin: 0 auto;
}
/* 横幅575px */
body.lower .w575 {
	width:575px;
	margin: 0 auto;
	padding:0 0 0;
}

body.lower h4 {
	font-size:24px;
	line-height: 1.5;
	margin:30px 0;
}

body.lower .moreBTN2,
body.lower .moreBTN3 {
	border:#d1d1d2 1px solid;
	display: inline-block;
}
body.lower .moreBTN2 a,
body.lower .moreBTN2 a.pc {
	padding:15px 50px;
	text-decoration: none;
	color:#53585a;
	font-size:22px;
	text-align: center;
	display: block;
	line-height: 0.8;
}

body.lower .moreBTN2 a:hover,
body.lower .moreBTN2 a.pc:hover {
	background:#b7aca7;
	color:#fff;
}
body.lower .moreBTN2 span {
	font-size:12px;
}

body.lower .moreBTN3 a {
	padding:30px 50px;
	text-decoration: none;
	color:#53585a;
	font-size:14px;
	text-align: center;
	display: block;
	line-height: 0.8;
}
body.lower .moreBTN3 a:hover {
	background:#b7aca7;
	color:#fff;
}

#copyright {
    margin: 0 auto 20px;
    font-size: 80%;
    text-align: center;
}

div.information span {
	width:auto;
	min-width: 500px;
	display:inline-block;
	margin: 30px auto;
	padding:.5em 3em;
	border:#ccc 3px solid;
	text-align:left;
	line-height: 2.0;
}
div.information span a {
	color:#53585a!important;
	border-bottom: #53585a 1px dotted;
}
	
div.information > span > a:before{
content: "";
    display: inline-block;
    width: 0;
    height: 0;
    left: 10px;
    top: 10px;
	border-left: 5px solid #53585a;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	padding-left:.5em;
    }