@charset "UTF-8";
/*
	1)	初期設定
	2)	hover
	3)	header
	4)	nav
	5)	reserveBox
	6)	mainVisual
	7)	footer
	8)	contents
			 └ main
*/
/*============================================================================================================
	初期設定
============================================================================================================*/
body {
	color: #000;
	-webkit-text-size-adjust: 100%;
	line-height: 2.2;
	letter-spacing: 1px;
}
div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a, section {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: none;
}
img {
	/*height: auto;
	width: auto;
	max-width: 100%;*/
	line-height: 100%;
	vertical-align: top;/*zoom: 0.5;*/

}
em {
	font-style: normal;
}
h1, h2, h3, h4, h5 {
	line-height: 1.6;
	margin: 0;
}
p, li, td, th, dt, dd {
	font-size: 15px;
	line-height: 1.8;
	margin: 0;
	word-wrap: break-word;
}

.en p, .en li, .en td, .en th, .en dt, .en dd {
	line-height: 1.5;
}

table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	word-break: break-all;
}
ul, ol {
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 897px) {
.sp {
	display: none !important;
}
}

@media screen and (max-width: 896px) {
body {
	min-width: 100%;
}
.pc {
	display: none !important;
}
	img {
	/*height: auto;
	width: auto;
	max-width: 100%;*/

}
	
	
}
/*------------------------------------------
	フォント
------------------------------------------*/
body {
  font-family:"Noto Sans", "Noto Sans CJK JP", '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* IE対策 */
@media all and (-ms-high-contrast: none) {
body {
    font-family:"Noto Sans", "Noto Sans CJK JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}
.websiteLink .item a {
	padding-top: 11px !important;
	padding-bottom: 5px !important;
}
}
 _:-ms-lang(x) body, _::-webkit-meter-bar body, body body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
 font-weight: 500;
}
 _:-ms-lang(x) body .websiteLink .item a, _::-webkit-meter-bar body .websiteLink .item a, body body .websiteLink .item a {
 padding-top: 11px !important;
 padding-bottom: 5px !important;
}
/*
.copyright,
.btnVideo,
.navList li,
.language,
.secTit,
.txtLink,
.roomsNav,
.roomInfo .name,
.roomInfo .date,
.gsBox .list .tit,
.pagination,
.sideTtl {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
}
*/

.footer .language, .copyright, .pagination {
	letter-spacing: 1px;
}
.txt {
	font-size: 18px;
}
.center {
	text-align: center;
}

.arrowLink { 
color:#fff;
	font-weight:bold;
	background: url(../img/icon_arrow.png) no-repeat center right;
	background-size: 9px 14px;
	display: inline-block;
	padding-right: 20px;
}
.borderTop {
	border-top:#fff 1px solid;
}
@media screen and (max-width: 896px) {
.txt {
	font-size: 15px;
}
	}
/*------------------------------------------
	枠
------------------------------------------*/
body {
}
.inner {
	width: 100%;
	margin: 0 0px;
	padding: 0 40px;
}

@media screen and (min-width: 1120px) {
.inner {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 0px;
}
}
@media screen and (max-width: 896px) {
	.inner {
	width: 100%;
	padding: 0 20px;
}
}

/*============================================================================================================
	hover
============================================================================================================*/
@media screen and (min-width: 701px) {
a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a.hoverNoopacity:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
}
