@charset "UTF-8";
/*
	1)	初期設定
	2)	hover
	3)	header
	4)	nav
	5)	reserveBox
	6)	mainVisual
	7)	footer
	8)	contents
			 └ main
*/
/*============================================================================================================
	初期設定
============================================================================================================*/
body {
	color: #333333;
	-webkit-text-size-adjust: 100%;
	line-height: 2.2;
	letter-spacing: 2px;
}
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: 14px;
	line-height: 1.8;
	margin: 0;
	word-wrap: break-word;
}
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;
}
.fSofia {
	font-family: sofia-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fSofiaB {
	font-family: sofia-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
}

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

@media screen and (max-width: 700px) {
body {
	min-width: 100%;
}
.pc {
	display: none !important;
}
}
/*------------------------------------------
	フォント
------------------------------------------*/
body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* IE対策 */
@media all and (-ms-high-contrast: none) {
body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	transform: rotate(.03deg);
}
.websiteLink .item a {
	padding-top: 11px !important;
	padding-bottom: 5px !important;
}
}
 _:-ms-lang(x) body, _::-webkit-meter-bar body, body body {
 font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 font-weight: 500;
 transform: rotate(.03deg);
}
 _:-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: 14px;
	letter-spacing: 3px;
	line-height: 2.2em;
}
.center {
	text-align: center;
}

/*------------------------------------------
	枠
------------------------------------------*/
.inner {
	width: 100%;
	margin: 0 0px;
	padding: 0 40px;
}

@media screen and (min-width: 1081px) {
.inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
	box-sizing: border-box;
}
}
@media screen and (max-width: 700px) {
	.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.6;
	opacity: 0.6;
}
a.hoverNoopacity:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
}

/*============================================================================================================
	header
============================================================================================================*/


@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 800px) {
}

@media (min-width: 701px) {
}

@media screen and (max-width: 700px) {
}





/*============================================================================================================
	footer
============================================================================================================*/

footer {
}


@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 700px) {

}

/*==========================================
	main
==========================================*/


@media screen and (min-width: 701px) {
}

@media screen and (max-width: 700px) {
}

/*==========================================
	page
==========================================*/




@media screen and (max-width: 700px) {
}
