@charset "UTF-8";
@-webkit-keyframes scroll {
	0% {
		top: 0;
		height: 0;
	}
	50% {
		top: 0;
		height: 100%;
	}
	51% {
		top: auto;
		bottom: 0;
		height: 100%;
	}
	100% {
		top: auto;
		bottom: 0;
		height: 0;
	}
}
@keyframes scroll {
	0% {
		top: 0;
		height: 0;
	}
	50% {
		top: 0;
		height: 100%;
	}
	51% {
		top: auto;
		bottom: 0;
		height: 100%;
	}
	100% {
		top: auto;
		bottom: 0;
		height: 0;
	}
}
.access {}
.access_inner {}
.access_message {}
.access_telLink {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.1em;
}
.access_telLink > a {
	text-decoration: none;
	color: inherit;
}
.access_areaMap {
	margin-top: 65px;
	padding-top: 70px;
	padding-bottom: 105px;
}
.access_map {}
.access_map > img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.access_by{}
.accessBy_title{
	margin-top: -55px;
}
.accessBy_box{
	position: relative;
	padding: 60px 0;
}
.accessBy_box:last-child{
	padding: 60px 0 0;
}
.accessBy_box::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #cccccc;
}
.accessBy_box:last-child:after{
	display: none;
}
.accessBy_box__title{
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.1em;
}
.accessBy_box__title .u-en{
	display: block;
	font-size: 16px;
	color: #698b69;
}
.accessBy_box__img{
	margin: 60px 0;
}
.accessBy_box__img img{
	display: block;
max-width: 100%;
margin: 0 auto;
height: auto;
}
.accessBy_box__txt{
	text-align: center;
	font-size: 16px;
	line-height: 2.2;
}
.accessBy_box__dl{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
}
.accessBy_box__dl dt{
	width: 200px;
	margin-bottom: 15px;
	font-weight: 500;
}
.accessBy_box__dl dt strong{
	line-height: 1.2;
	color: red;
}
.accessBy_box__dl dt strong span{
	font-size: 80%;
}
.accessBy_box__dl dd{
	width: calc(100% - 200px);
	margin-bottom: 15px;
}



.areaPriv {}
.areaPriv_message {
	text-align: center;
}
.privacy {
	margin-top: 95px;
	padding: 105px 34px 135px;
}
.privacy_inner {
	max-width: 1000px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 27px;
}
.privacy_title {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 70px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 24px;
	font-weight: normal;
}
.privacy_sectWrap {
	margin-bottom: 29px;
}
.privacy_sect {
	padding-bottom: 26px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 33px;
}
.privacy_sect:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.privacy_headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 12px;
	position: relative;
	z-index: 1;
	padding-left: 21px;
	letter-spacing: 0.1em;
	font-weight: normal;
}
.privacy_headline::before {
	content: "";
	display: block;
	width: 1px;
	height: 30px;
	background-color: #698b69;
	position: absolute;
	z-index: 1;
	top: 0.7em;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.privacy_areaText {
	max-width: 950px;
	margin: 0 auto;
}
.privacy_text {}
.privacy_dList {
	list-style: none;
	max-width: 950px;
	margin: 0 auto;
}
.privacy_dList > dt {}
.privacy_dList > dd {
	letter-spacing: 0.1em;
}
.privacy_dList > dd > a {
	text-decoration: none;
	color: inherit;
	letter-spacing: 0.15em;
}
.room {}
.room_message {}
.room_sectWrap {
	margin-top: 110px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.room_sectWrap::before {
	content: "";
	display: block;
	width: calc(100% + 280px);
	height: 77.5%;
	background-color: #f1f1f1;
	position: absolute;
	z-index: 0;
	top: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.room_sect {
	width: 30.5%;
	margin-left: 4.25%;
	position: relative;
	z-index: 1;
}
.room_sect:nth-child(3n+1) {
	margin-left: 0;
}
.room_sect:nth-child(n+4) {
	margin-top: 110px;
}
.room_sect-wide {
	width: 47.5%;
	margin-left: 5%;
}
.room_sect > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.room_sect > a::before {
	content: "";
}
.room_sect > a::after {
	content: "";
}
.room_image {
	transition-duration: .3s;
	transition-property: opacity;
	margin-bottom: 25px;
}
.room_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.room_title {
	line-height: 1.4;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}
.room_title > b {
	display: block;
	font-weight: inherit;
}
.room_title > small {
	display: block;
	font-size: 16px;
	margin-top: 7px;
}
.room_dLWrap {
	border-left: 1px solid #ccc;
	padding: 3px 45px;
	margin-left: 7px;
	padding-right: 10px;
}
.room_dList {
	list-style: none;
	display: flex;
	line-height: 1.5;
	margin-top: 10px;
	letter-spacing: 0.1em;
}
.room_dList:first-child {
	margin-top: 0;
}
.room_dList > dt {}
.room_dList > dd {}
.room_dList > dd > sup {}
.room_link {
	max-width: 300px;
	margin: 36px auto 0;
}
.roomNav {}
.roomNav_title {
	font-size: 64px;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	margin-bottom: 51px;
}
.roomNav_title > b {
	display: block;
	font-weight: inherit;
}
.roomNav_title > small {
	display: block;
	font-size: 18px;
	margin-top: 26px;
}
.roomNav_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.roomNav_list > li {
	width: 22.9%;
	margin-left: 2.8%;
}
.roomNav_list > li:first-child {}
.roomNav_list > li:last-child {}
.roomNav_list > li:nth-child(4n+1) {
	margin-left: 0;
}
.roomNav_list > li:nth-child(n+5) {
	margin-top: 55px;
}
.roomNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.roomNav_image {
	margin-bottom: 19px;
	transition-duration: .3s;
	transition-property: opacity;
}
.roomNav_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.roomNav_text {
	font-size: 22px;
	font-weight: normal;
	line-height: 1.2;
}
.roomNav_text > b {
	display: block;
	font-weight: inherit;
}
.roomNav_text > small {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}
.roomDtl {
	position: relative;
	z-index: 1;
	padding-bottom: 85px;
	margin-bottom: 110px;
}
.roomDtl::before {
	content: "";
	display: block;
	width: calc(100% + 280px);
	height: calc(100% - 48px);
	position: absolute;
	z-index: 0;
	background-color: #f1f1f1;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.roomDtl_title {
	font-size: 76px;
	letter-spacing: 0.02em;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	position: relative;
	z-index: 2;
	margin-bottom: 65px;
}
.roomDtl_title > b {
	display: block;
	font-weight: inherit;
}
.roomDtl_title > small {
	display: block;
	font-size: 22px;
	margin-top: 30px;
}
.roomDtl_box {
	position: relative;
	z-index: 1;
}
.roomDtl_mainImage {}
.roomDtl_mainImage > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.roomDtl_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 65px;
}
.roomDtl_cols:last-child {
	margin-bottom: 0;
}
.roomDtl_col {}
.roomDtl_col-no1 {
	width: 265px;
	min-width: 265px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding-left: 55px;
}
.roomDtl_headline {
	line-height: 1.4;
	font-size: 24px;
	font-weight: normal;
}
.roomDtl_headline > small {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #698b69;
	margin-bottom: 15px;
}
.roomDtl_headline > b {
	display: block;
	font-weight: inherit;
	letter-spacing: 0.1em;
	font-weight: inherit;
}
.roomDtl_col-no2 {
	width: calc(100% - 300px);
	max-width: 895px;
	padding-bottom: 25px;
}
.roomDtl_tblWrap {
	padding-top: 20px;
}
.roomDtl_table {}
.roomDtl_table > tbody {}
.roomDtl_table > tbody > tr {}
.roomDtl_table > tbody > tr:first-child {}
.roomDtl_table > tbody > tr:last-child {}
.roomDtl_table > tbody > tr > th {}
.roomDtl_table > tbody > tr > td.flex {
  display: flex;
  justify-content: space-between;
}

.roomDtl_table > tbody > tr > td.flex p {
  width: 65%;
}

.roomDtl_table > tbody > tr > td.flex figure {
  width: 30%;
}

.roomDtl_table > tbody > tr > td.flex figure img {
  width: 100%;
  height: auto;
}

.roomDtl_newList {
	list-style: none;
	max-width: 825px;
	display: flex;
	flex-wrap: wrap;
}
.roomDtl_newList > li {
	width: 31.5%;
	margin-left: 2.75%;
}
.roomDtl_newList > li:first-child {}
.roomDtl_newList > li:last-child {}
.roomDtl_newList > li:nth-child(3n+1) {
	margin-left: 0;
}
.roomDtl_newList > li:nth-child(n+4) {
	margin-top: 40px;
}
.roomDtl_fig {}
.roomDtl_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.roomDtl_fig > figcaption {
	line-height: 1.625;
	margin-top: 10px;
}
.roomDtl_sect {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 25px 15px;
	padding-left: 0;
}
.roomDtl_sect::before {
	content: "";
	display: none;
	width: 1px;
	height: 110px;
	margin-right: -1px;
}
.roomDtl_faciImg {
	width: 60px;
	min-width: 60px;
	box-sizing: border-box;
	padding-left: 20px;
}
.roomDtl_faciImg > img {
	display: block;
}
.roomDtl_areaText {
	width: calc(100% - 90px);
	max-width: 710px;
}
.roomDtl_subhead {
	font-weight: inherit;
	font-size: inherit;
	margin-bottom: 8px;
}
.roomDtl_text {}
.topics {}
.topicsArch {
	max-width: 320px;
	margin-left: auto;
	margin-bottom: 59px;
}
.topicsArch_selWrap {}
.topicsArch_selWrap > select {}
.topicsArch_selWrap > select > option {}
.topics_listWrap {
	position: relative;
	z-index: 0;
}
.topics_listWrap::before {
	content: "";
	display: block;
	width: calc(100% + 280px);
	height: 80.5%;
	background-color: #f1f1f1;
	position: absolute;
	z-index: 0;
	top: 85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.topics_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}
.topics_list > li {
	width: 32%;
	margin-left: 2%;
}
.topics_list > li:first-child {}
.topics_list > li:last-child {}
.topics_list > li:nth-child(3n+1) {
	margin-left: 0;
}
.topics_list > li:nth-child(n+4) {
	margin-top: 45px;
}
.topics_list > li > a {}
.topicsItem {}
.topicsItem-slide {
	height: 100%;
}
.topicsItem-list {
	height: 100%;
}
.topicsItem > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	flex-direction: column;
	transition-duration: .3s;
	transition-property: color, background-color, box-shadow;
	background-color: #fff;
	flex-grow: 1;
	padding-bottom: 30px;
	height: 100%;
	box-sizing: border-box;
}
.topicsItem_image {}
.topicsItem_areaText {}
.topicsItem_title {}
.topicsItem_time {}
.topicsItem_time > time {}
.topicsItem_imageWrap {
	margin-bottom: 27px;
}
.topicsItem_image {
	background-image: url(/assets/img/common/img-noimage@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 63.98%;
	background-color: #fff;
	transition-duration: .3s;
	transition-property: opacity;
	position: relative;
	z-index: 1;
}
.topicsItem_image::after {
	display: block;
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #dddddd;
	box-sizing: border-box;
}
.topicsItem_image-hasImage::after {
	display: none;
}
.topicsItem_areaText {
	display: flex;
	flex-direction: column;
	padding: 0 35px;
	flex-grow: 1;
}
.topicsItem_title {
	font-size: 20px;
	line-height: 1.62;
	margin-bottom: 40px;
	font-weight: normal;
}
.topicsItem_time {
	line-height: 1;
	color: #aaa;
	margin-top: auto;
}
.topicsItem_time > time {
	display: block;
}
.entry {
	padding: 122px 30px;
}
.entry_box {
	max-width: 1000px;
	margin: 0 auto;
}
.entry_areaTitle {
	padding-bottom: 13px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 35px;
}
.entry_time {
	color: #aaaaaa;
	margin-bottom: 16px;
}
.entry_time > time {
	display: block;
	line-height: 1;
	font-weight: normal;
}
.entry_title {
	line-height: 1.76;
	font-size: 34px;
	font-weight: normal;
}
.entry_editor {}
.entryNav {
	max-width: 530px;
	margin: 95px auto 0;
	display: flex;
	justify-content: space-between;
}
.entryNav_link {
	position: relative;
	z-index: 1;
}
.entryNav_link-hidden {
	visibility: hidden;
	pointer-events: none;
}
.entryNav_link-prev {
	width: 70px;
	height: 70px;
}
.entryNav_link-list {
	width: 300px;
	margin: 0 auto;
	min-width: 300px;
}
.entryNav_link-next {
	width: 70px;
	height: 70px;
}
.entryNav_link > a {}
.entryNav_link-prev > a {
	display: block;
	height: 100%;
}
.entryNav_link-list > a {
	padding: 10px 20px;
}
.entryNav_link-next > a {
	display: block;
	height: 70px;
}
.entryNav_link > a::before {}
.entryNav_link > a::after {
	display: none;
}
.entryNav_link-prev > a::before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 7' fill='none' stroke='%23000' stroke-width='1px'%3E%3Cpath d='M39,6H0L7,0'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 39px;
	height: 6px;
	transition-duration: .3s;
	transition-property: left, -webkit-transform;
	transition-property: transform, left;
	transition-property: transform, left, -webkit-transform;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.entryNav_link-next > a::after {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 7' fill='none' stroke='%23000' stroke-width='1px'%3E%3Cpath d='M0,6H39L32,0'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 39px;
	height: 6px;
	transition-duration: .3s;
	transition-property: right, -webkit-transform;
	transition-property: transform, right;
	transition-property: transform, right, -webkit-transform;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
}
.guide {}
.guideIntro {}
.guideIntro_message {
	margin-bottom: 100px;
}
.guideIntro_cols {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	padding-bottom: 170px;
}
.guideIntro_cols::before {
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% - 60px);
	position: absolute;
	z-index: 0;
	background-color: #f1f1f1;
	left: 100px;
	bottom: 0;
}
.guideIntro_col {
	position: relative;
	z-index: 1;
}
.guideIntro_col-no1 {
	width: 57.69%;
}
.guideIntro_image {}
.guideIntro_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.guideIntro_col-no2 {
	width: 35.31%;
	padding-top: 213px;
}
.guideIntro_text {
	line-height: 2.25;
}
.guideAbout {
	margin-bottom: 110px;
}
.guideAbout_title {
	position: relative;
	z-index: 1;
	margin-top: -82px;
	margin-bottom: 98px;
}
.guideAbout_title > b {}
.guideAbout_title > small {}
.guideAbout_cols {
	display: flex;
}
.guideAbout_cols::before {
	content: "";
	display: block;
	width: 1px;
	height: 380px;
	margin-right: -1px;
}
.guideAbout_col {}
.guideAbout_col-no1 {
	width: 200px;
	min-width: 200px;
	display: flex;
	align-items: center;
	border-top: 1px solid currentColor;
}
.guideAbout_col-no1-hasBb {
	border-bottom: 1px solid currentColor;
}
.guideAbout_point {
	line-height: 1;
	font-size: 30px;
	position: relative;
	z-index: 1;
	margin-top: -17px;
}
.guideAbout_point > small {
	display: block;
	font-size: 16px;
	color: #698b69;
	margin-bottom: 15px;
}
.guideAbout_point > b {
	display: block;
	font-weight: normal;
}
.guideAbout_col-no2 {
	align-self: center;
	padding: 20px 0px;
	display: flex;
	width: calc(100% - 245px);
	justify-content: space-between;
	align-items: center;
	margin-left: auto;
}
.guideAbout_areaText {
	width: 56.6%;
}
.guideAbout_headline {
	font-size: 30px;
	line-height: 1.6;
	margin-bottom: 20px;
	font-weight: normal;
}
.guideAbout_text {
	line-height: 2.25;
}
.guideAbout_image {
	width: 35.86%;
}
.guideAbout_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.guideAbout_note {
	text-align: center;
	font-size: 18px;
	margin-top: 120px;
	margin-bottom: 45px;
}
.developBnr {
	position: relative;
	z-index: 2;
}
.developBnr > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
	transition-duration: .3s;
	transition-property: opacity;
}
.developBnr > a::before {
	content: "";
	display: block;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 91 6' fill='none' stroke='%23f1f1f1' stroke-width='1px'%3E%3Cpath d='M0,6H91L84,0'/%3E%3C/svg%3E");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 90px;
	height: 6px;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 60px;
	transition-duration: .3s;
	transition-property: right;
}
.developBnr > a::after {
	content: "";
}
.developBnr_bg {
	background-image: url(/assets/img/common/bnr-development@2x.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 18.46%;
	position: relative;
	z-index: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.developBnr_text {
	font-size: 43px;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.guideTour {
	padding-bottom: 140px;
	position: relative;
	z-index: 1;
}
.guideTour::before {
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% + 200px);
	background-color: #f1f1f1;
	position: absolute;
	z-index: 0;
	right: 110px;
	bottom: 0;
}
.guideTour_inner {
	position: relative;
	z-index: 1;
}
.guideTour_title {}
.guideTour_title > b {}
.guideTour_title > small {}
.guideTour_list {
	list-style: none;
	display: flex;
}
.guideTour_list > li {
	width: 22.9%;
	margin-left: 2.8%;
}
.guideTour_list > li:first-child {}
.guideTour_list > li:last-child {}
.guideTour_list > li:nth-child(4n + 1) {
	margin-left: 0;
}
.guideTour_list > li:nth-child(n + 3) {}
.guideTour_fig {
	margin-bottom: 20px;
}
.guideTour_fig::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(45deg, #000 20px, #ccc 20px);
	margin-top: 17px;
}
.guideTour_fig > figcaption {
	font-size: 22px;
	margin-top: 17px;
	letter-spacing: 0.1em;
}
.guideTour_fig > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.guideTour_text {}
.guideTour_dLWrap {
	margin-top: 18px;
}
.guideTour_dList {
	list-style: none;
	display: flex;
}
.guideTour_dList > dt {
	white-space: nowrap;
}
.guideTour_dList > dd {}
.conc {}
.concNav {
	border-bottom: 1px solid currentColor;
	margin-bottom: 100px;
}
.concNav_inner {}
.concNav_list {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.concNav_list > li {
	width: 33.3%;
	position: relative;
	z-index: 1;
	flex-grow: 1;
}
.concNav_list > li::before {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	background-color: currentColor;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	margin-top: 6px;
}
.concNav_list > li:first-child {}
.concNav_list > li:last-child {
	width: 33.4%;
}
.concNav_list > li:last-child::after {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	background-color: currentColor;
	position: absolute;
	z-index: 2;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
}
.concNav_list > li:nth-child(2n + 1) {}
.concNav_list > li:nth-child(n + 3) {}
.concNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	text-align: center;
	font-size: 18px;
	line-height: 1.4;
	position: relative;
	z-index: 1;
	padding: 30px 10px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.concNav_list > li > a::before {
	content: "";
}
.concNav_list > li > a::after {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	border-right: 1px solid #698b69;
	border-bottom: 1px solid #698b69;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 18px auto 0;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.concNav_list > li > a > small {
	display: block;
	font-size: 16px;
	color: #698b69;
	line-height: 1;
	margin-bottom: 20px;
}
.concNav_list > li > a > b {
	display: block;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.p-concept .concNav_list > li > a > b {
	letter-spacing: 0em;
}
.conc_sectOuter {}
.concAbout {
	background-image: url(/assets/img/concept/bg-about.jpg?date=220926);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #83837b;
}
.concAbout_inner {
	padding-top: 25px;
	padding-bottom: 25px;
	display: flex;
	align-items: center;
}
.concAbout_inner::before {
	content: "";
	display: block;
	width: 1px;
	height: 1030px;
	margin-right: -1px;
}
.concAbout_areaText {
	max-width: 800px;
	color: #fff;
}
.concAbout_title {
	font-size: 43px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: normal;
}
.concAbout_text {
	line-height: 2.25;
}
.concLogo {
	position: relative;
	z-index: 1;
}
.concLogo_inner {
	padding-bottom: 135px;
}
.concLogo_inner::before {
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% - 480px);
	position: absolute;
	z-index: 0;
	background-color: #f1f1f1;
	left: 130px;
	bottom: 0;
}
.concLogo_title {
	position: relative;
	z-index: 2;
	margin-top: -72px;
}
.concLogo_title > b {}
.concLogo_title > small {}
.concLogo_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 93px;
	position: relative;
	z-index: 1;
}
.concLogo_cols-rev {
	flex-direction: row-reverse;
}
.concLogo_cols:last-child {
	margin-bottom: 0;
}
.concLogo_col {}
.concLogo_col-no1 {
	width: 57.69%;
}
.concLogo_text {
	line-height: 2.25;
}
.concLogo_col-no2 {
	width: 34.62%;
}
.concLogo_col-no2-bottom {
	align-self: flex-end;
	padding-bottom: 20px;
}
.concLogo_imageWrap {
	position: relative;
	z-index: 1;
}
.concLogo_image {}
.concLogo_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.concLogo_name {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.concLogo_name > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.concService {
	margin-bottom: 120px;
}
.concService_inner {}
.concService_title {
	position: relative;
	z-index: 1;
	margin-top: -55px;
}
.concService_title > b {}
.concService_title > small {}
.concService_cols {
	display: flex;
	justify-content: space-between;
}
.concService_col {}
.concService_col-no1 {
	width: 580px;
	min-width: 580px;
}
.concService_headline {
	font-size: 34px;
	line-height: 1.76;
	font-weight: normal;
	margin-bottom: 30px;
}
.concService_text {
	line-height: 2.25;
	max-width: 480px;
}
.concService_col-no2 {
	width: calc(100% - 600px);
	max-width: 620px;
	padding-top: 12px;
}
.concService_image {}
.concService_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.concArt{
	position: relative;
}
.concArt_bg{
	background-color: #f1f1f1;
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	z-index: 0;
}
.concArt_inner{
	position: relative;
	z-index: 1;
	padding-bottom: 120px;
}
.concArt_headline{
	text-align: center;
	font-size: 34px;
	margin-bottom: 30px;
	font-weight: 500;
}
.concArt_headline02{
	text-align: center;
	font-size: 24px;
	margin-bottom: 25px;
	font-weight: 500;
}
.concArt_headline03{
	text-align: center;
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: 500;
}
.concArt_picture_col{
	text-align: center;
	margin-bottom: 80px;
}
.concArt_picture{
	margin-bottom: 30px;
}
.concArt_picture02{
	text-align: center;
	margin-bottom: 30px;
}
.concArt_picture_title{
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 500;
}
.concArt_picture_title span{
	display: none;
}
.concArt_text{
	text-align: center;
}
.concArt_text02{
	text-align: center;
	margin-bottom: 40px;
}
.concArt_cols{
	display: flex;
	margin-bottom: 50px
}
.concArt_col-no1{
	width: 18.5%;
	margin-left: 3.5%;
}
.concArt_col-no2{
	width: 73.5%;
	margin-left: 4.5%;
}
.concArt_col_text{
	margin-bottom: 15px;
}
.concArt_col_history th{
	font-weight: normal;
	padding-bottom: 10px;
	padding-right: 25px;
	vertical-align: top;
}
.concArt_col_history td{
	padding-bottom: 10px;
	vertical-align: top;
}
.concArt_col01{
	margin-bottom: 60px;
}
.topAcs {}
.topAcs_inner {}
.topAcs_title {}
.topAcs_title > b {}
.topAcs_title > small {}
.topAcs_text {
	text-align: center;
}
.topAcs_link {
	max-width: 400px;
	margin: 50px auto 0;
}
.topAcs_link > a {
	color: inherit;
}
.topAcs_link > a::before {
	content: "";
}
.topAcs_link > a::after {
	content: "";
}
.topTour .topAcs_link > a::after {
	width: 13px;
	height: 13px;
	right: 30px;
	background-image: url(../img/common/icon_link.svg);
	background-size: contain;
	background-color: transparent;
}
.topTour .topAcs_link > a:hover::after{
	background-image: url(../img/common/icon_link_white.svg);
}
.form {
	max-width: 1000px;
	margin: 0 auto;
}
.form_text {
	text-align: center;
}
.form_text-input {}
.form_text-confirm {
	display: none;
}
.form_oList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 93px 0 98px;
}
[data-view="complete"] .form_oList {
	margin-top: 0;
	margin-bottom: 65px;
}
.form_oList > li {
	text-align: center;
	line-height: 1;
	position: relative;
	z-index: 1;
	margin-right: 160px;
	color: #ababab;
}
.form_oList > li::before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: #c0c0c0;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 30px;
}
.form_oList > li:last-child::before {
	display: none;
}
.form_oList > li:first-child {}
.form_oList > li:last-child {
	margin-right: 0;
}
.form_oList > li:nth-child(2n + 1) {}
.form_oList > li:nth-child(n + 3) {}
.form_oList > li > b {
	display: block;
}
.form_oList > li:first-child > b {
	color: #698b69;
}
.form_oList > li:first-child {
	color: inherit;
}
[data-view="confirm"] .form_oList > li:nth-child(2) {
	color: inherit;
}
[data-view="confirm"] .form_oList > li:nth-child(2) > b {
	color: #698b69;
}
[data-view="complete"] .form_oList > li:nth-child(2) {
	color: inherit;
}
[data-view="complete"] .form_oList > li:nth-child(2) > b {
	color: #698b69;
}
[data-view="complete"] .form_oList > li:nth-child(3) {
	color: inherit;
}
[data-view="complete"] .form_oList > li:nth-child(3) > b {
	color: #698b69;
}
.form_oList > li > small {
	display: block;
	font-size: 112.5%;
	margin-top: 17px;
}
.form_table {
	width: 100%;
	margin-bottom: 47px;
}
.form_table > tbody {}
.form_table > tbody > tr {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.form_table > tbody > tr:first-child {}
.form_table > tbody > tr:last-child {}
.form_table > tbody > tr > th {
	white-space: nowrap;
	padding: 24px 0px;
	text-align: left;
	width: 269px;
	font-weight: normal;
	padding-right: 30px;
}
.form_table > tbody > tr > td {
	padding: 24px 0;
}
.form_table > tbody > tr.optional_cell{
	display: none;
}
.form_table > tbody > tr.optional_cell.active{
	display: table-row;
}
.form_th {
	white-space: nowrap;
	display: flex;
	align-items: center;
}
.form_th::before {
	content: "";
	display: block;
	margin-right: -1px;
	height: 60px;
}
.form_td {}
.form_th > b {
	display: flex;
	align-items: center;
	width: 45px;
	height: 23px;
	background-color: #90a985;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	margin-left: auto;
	line-height: 1;
}
.form_privacy {}
[data-view="confirm"] .form_privacy {
	display: none;
}
.form_privacy > a {}
.form_privacy > a::before {
	content: "";
}
.form_privacy > a::after {
	content: "";
}
.form_btnList {
	list-style: none;
	display: flex;
	justify-content: center;
	margin-top: 73px;
}
.form_btnList-input {}
.form_btnList-confirm {
	display: none;
}
[data-view="confirm"] .form_btnList-input {
	display: none;
}
[data-view="confirm"] .form_btnList-confirm {
	display: flex;
}
.form_btnList > li {
	width: 48%;
	margin-left: 4%;
	max-width: 300px;
}
.form_btnList > li:first-child {
	margin-left: 0;
}
.form_btnList > li:last-child {}
.form_btnList > li:nth-child(2n + 1) {}
.form_btnList > li:nth-child(n + 3) {}
.form_btnList > li > button {
	display: block;
}
.form_btnList > li > button::before {
	content: "";
}
.form_btnList > li > button::after {
	content: "";
}
.form_title {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 19px;
}
.topVis {
	position: relative;
	z-index: 1;
	transform: none;
}
.topVis_bg {
	background-image: url(/assets/img/home/pt-main@2x.jpg);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #e9f0f9;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transform: scale(1.05);
	transition-duration: 2s;
}
.topVis_bg[data-animation="after"] {
	transform: scale(1);
}
.topVis_inner {
	display: flex;
	align-items: center;
	max-width: 1739px;
}
.topVis_inner::before {
	content: "";
	display: block;
	width: 1px;
	height: 100vh;
	margin-right: -1px;
}
.topVis_areaText {
	position: relative;
	z-index: 2;
}
.topVis_title {
	font-size: 40px;
	line-height: 1.75;
	font-weight: normal;
	transition-delay: .7s;
}
.topVis_text {
	font-size: 80px;
	line-height: 1.125;
	font-weight: normal;
	margin-top: 19px;
	transition-delay: 1s;
}
.topVis_scroll {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 65px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	line-height: 1;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}
.topVis_scroll_bar {
	width: 1px;
	height: 250px;
	position: relative;
	z-index: 1;
}
.topVis_scroll_bar_item {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: currentColor;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.topVis_scroll_text {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	display: block;
	margin-left: 29px;
	letter-spacing: .05em;
}
.topTopics {
	margin-bottom: 97px;
	position: relative;
	z-index: 1;
}
.topTopics_inner {
	padding-left: 140px;
	padding-right: 140px;
}
.topTopics_titleWrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 51px;
}
.topTopics_title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 0;
}
.topTopics_title > b {}
.topTopics_title > small {
	margin-top: 0;
	margin-left: 20px;
}
.topTopics_swiper {}
.topTopics_swiper_wrapper {
	align-items: stretch;
}
.topTopics_swiper_slide {
	max-width: 422px;
	height: auto;
}
.topTopicss_link {
	display: none;
}
.topTopicss_link > a {}
.topTopicss_link > a::before {
	content: "";
}
.topTopicss_link > a::after {
	content: "";
}
.topTopics_more {}
.topTopics_more > a {
	display: flex;
	text-decoration: none;
	color: inherit;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 1px solid currentColor;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	transition-duration: .3s;
	transition-property: background-color, color, border-color;
}
.topTopics_more > a::before {
	content: "";
}
.topTopics_more > a::after {
	content: "";
}
.topTopics_more_dot {
	display: block;
	width: 5px;
	height: 5px;
	background-color: currentColor;
	border-radius: 50%;
	margin-left: 8px;
}
.topTopics_more_dot:first-child {
	margin-left: 0;
}
.topTopics_btns {
	justify-content: center;
	align-items: center;
	display: none;
}
.topTopics_btn {
	display: block;
	width: 40px;
	height: 40px;
	transition-duration: .3s;
	transition-property: background-color, color;
}
.topTopics_btn[aria-disabled="true"] {
	color: #a6a6a6;
}
.topTopics_btn::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid currentColor;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 0 auto;
	box-sizing: border-box;
}
.topTopics_btn-prev::before {
	border-right: none;
	border-top: none;
}
.topTopics_btn-next::before {
	border-left: none;
	border-bottom: none;
}
.topTopics_btn::after {
	content: "";
}
.topTopics_btn-prev {}
.topTopics_btn-next {}
.topRoom {
	background-color: #f1f1f1;
	padding: 140px 0 104px;
	margin-bottom: 90px;
}
.topRoom_inner {}
.topRoom_title {
	text-align: left;
	margin-bottom: 0;
}
.topRoom_title > b {}
.topRoom_title > small {}
.topRoom_text {
	line-height: 2.25;
}
.topRoom_swiper {}
.topRoom_swiper_wrapper {}
.topRoom_swiper_slide {}
.topRoom_item {
	background-color: rgba(255, 255, 255, 0);
	padding: 80px 40px;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: inherit;
	text-decoration: none;
	display: block;
}
.swiper-slide-active .topRoom_item {
	background-color: #fff;
}
.topRoom_image {
	transition-duration: .3s;
	transition-property: opacity;
}
.topRoom_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topRoom_cols {
	display: flex;
	align-items: center;
	margin-bottom: 68px;
}
.topRoom_col {}
.topRoom_col-no1 {
	width: 400px;
}
.topRoom_name {
	font-size: 40px;
	font-weight: normal;
	display: flex;
	align-items: center;
	line-height: 1;
	flex-wrap: wrap;
}
.topRoom_name > b {
	display: block;
	font-weight: normal;
	margin-right: 15px;
}
.topRoom_name > small {
	display: block;
	font-size: 18px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.topRoom_col-no2 {
	width: calc(100% - 400px);
}
.topRoom_info {}
.topRoom_link {
	max-width: 400px;
	margin: 46px auto 0;
}
.topRoom_link > a {}
.topRoom_link > a::before {
	content: "";
}
.topRoom_link > a::after {
	content: "";
}
.topRoom_item_cols {
	display: flex;
	margin-top: 54px;
	justify-content: space-between;
}
.topRoom_item_col {}
.topRoom_item_col-no1 {
	width: calc(100% - 320px);
}
.topRoom_item_col-no2 {
	width: 200px;
}
.topRoom_item_inner {
	max-width: 1100px;
	margin: 0 auto;
}
.topRoom_hr {
	display: block;
	width: 1px;
	border: none;
	background-color: #cccccc;
	height: 60px;
}
.topRoom_container {
	position: relative;
}
.topRoom_btn {
	height: 80px;
	display: block;
	position: absolute;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -56px;
}
.topRoom_btn::after {
	content: "";
	display: block;
	width: 143px;
	height: 7px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 143 7' fill='none' stroke='%23000' stroke-miterlimit='10'%3E%3Cpath d='M.32,6.44h141l-7-6'/%3E%3C/svg%3E");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-transform-origin: left center;
	transform-origin: left center;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.topRoom_btn-prev {
	left: -60px;
}
.topRoom_btn-prev::after {
	-webkit-transform-origin: right center;
	transform-origin: right center;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 143 7' fill='none' stroke='%23000' stroke-miterlimit='10'%3E%3Cpath d='M7.32.44l-7,6h141'/%3E%3C/svg%3E");
}
.topRoom_btn-next {
	right: -60px;
}
.topBannerArea {
	position: relative;
	z-index: 0;
	padding-bottom: 240px;
	margin-bottom: -142px;
}
.topBannerArea_inner {
	display: flex;
	justify-content: space-between;
}
.topBannerArea_item{
	width: 30%;
}
.topBannerArea_item img{
	width: 100%;
	height: auto;
}
.topBannerArea_item a{
	opacity: 1;
	transition: all 0.3s;
}
.topBannerArea_item a:hover{
	opacity: 0.7;
}
.topRecruit {
	position: relative;
	z-index: 0;
	padding-bottom: 240px;
	margin-bottom: -142px;
}
.topRecruit_bg {
	display: block;
	position: absolute;
	z-index: 0;
	width: 100vw;
	right: 50%;
	top: -370px;
	background-color: #f1f1f1;
	height: calc(100% + 370px);
	margin-right: -825px;
}
.topRecruit_inner {}
.topRecruit_cols {
	display: flex;
	background-color: #fff;
	margin-top: 91px;
}
.topRecruit_col {
	width: calc((100% - 500px) / 2);
	order: 0;
}
.topRecruit_col-no1 {}
.topRecruit_image {
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.topRecruit_image-no1 {
	background-image: url(/assets/img/home/pt-recruit01@2x.jpg?date=220209);
	background-color: #e9edef;
}
.topRecruit_image-no2 {
	background-image: url(/assets/img/home/pt-recruit02@2x.jpg?date=220209);
	background-color: #402e24;
}
.topRecruit_col-no2 {
	order: 2;
}
.topRecruit_col-no3 {
	width: 500px;
	order: 1;
}
.topRecruit_pikcup {
	background-color: #698b69;
	color: #fff;
	text-align: center;
	padding: 17px 20px 10px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.topRecruit_pikcup_svg {
	display: block;
	fill: #fff;
	opacity: 0.1;
	position: absolute;
	z-index: 0;
	width: 400px;
	height: 400px;
	top: -210px;
	left: -160px;
}
.topRecruit_title {
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	position: relative;
	z-index: 1;
	font-size: 32px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
}
.topRecruit_title > b {
	font-weight: normal;
}
.topRecruit_title > small {
	font-size: 60%;
	margin-bottom: 5px;
	font-weight: 500;
}
.topRecruit_list {
	list-style: none;
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
	max-width: 364px;
	margin: 8px auto 5px;
	font-size: 16px;
}
.topRecruit_list > li {
	height: 34px;
	border: 2px solid currentColor;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	width: 48.5%;
	margin-left: 3%;
	line-height: 1.2;
	text-align: center;
}
.topRecruit_list > li:first-child {
	margin-left: 0;
}
.topRecruit_list > li:last-child {}
.topRecruit_list > li:nth-child(2n + 1) {}
.topRecruit_list > li:nth-child(n + 3) {}
.topRecruit_text {
	font-size: 17px;
	position: relative;
	z-index: 1;
}
.topRecruit_cont {
	text-align: center;
	padding: 14px 20px 11px;
	border-bottom: 1px solid #000;
}
.topRecruit_dList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.topRecruit_dList > dt {
	font-size: 18px;
	margin-bottom: 6px;
	width: 100%;
}
.topRecruit_dList > dd {
	margin-top: 2px;
}
.topRecruit_dList > dd.u-en{
	margin-right: 2%;
}
.topRecruit_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.topRecruit_dList > dd > a[href^="tel:"] {
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: 0.04em;
}
.topRecruit_dList > dd > a[href^="mailto:"] {
	text-decoration: underline;
	font-size: 16px;
}
.topRecruit_dList > dd > a::before {
	content: "";
}
.topRecruit_dList > dd > a::after {
	content: "";
}
.topRecruit_dList > dd > a > .icon {}
.topRecruit_dList > dd > a[href^="mailto:"] > .icon {
	font-size: 20px;
	margin-right: 5px;
}
.topRecruit_dList > dd > a[href^="tel:"] > .icon {
	top: -4px;
}
.topRecruit_link {}
.topRecruit_link > a {
	text-decoration: none;
	color: inherit;
	font-size: 43px;
	height: 240px;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 0 170px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.topRecruit_link > a::before {
	content: "";
	background-image: url(/assets/img/home/bnr-develop@2x.png);
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #799677;
	background-size: cover;
	background-position: center center;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.topRecruit_link > a::after {
	content: "";
}
.topRecruit_link > a > b {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: inherit;
}
.topRecruit_link > a > svg {
	display: block;
	fill: none;
	stroke: currentColor;
	width: 93px;
	height: 7px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 58px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0;
	transition-duration: .3s;
	transition-property: margin-right;
}

.topContact_cols {
	display: flex;
	background-color: #fff;
	margin-top: 91px;
}
.topContact_col {
	order: 0;
}
.topContact_col-no1 {
	width: 40%;
}
.topContact_image {
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.topContact_image-no1 {
	background-image: url(/assets/img/home/pt-contact01@2x.jpg);
	background-color: #e9edef;
}
.topContact_image-no2 {}
.topContact_col-no2 {}
.topContact_col-no3 {
	width: 60%;
	order: 1;
}
.topContact_pikcup {
	background-color: #90a985;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.topContact_pikcup_svg {
	display: block;
	fill: #849f7a;
	opacity: 1;
	position: absolute;
	z-index: 0;
	width: 350px;
	height: 350px;
	top: -160px;
	left: -125px;
}
.topContact_title {
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
	position: relative;
	z-index: 1;
	font-size: 32px;
}
.topContact_title > a{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-wrap: wrap;
	color: inherit;
	text-decoration: none;
	width: 100%;
	height: 100%;
	padding: 27px 20px 20px;
	background-color: rgba(255,255,255,0);
	transition: all 0.3s;
}
.topContact_title > a:hover{
	background-color: rgba(255,255,255,0.2);
}
.topContact_title > a > span{
	width: 100%;
}
.topContact_title > b {
	font-weight: normal;
}
.topContact_title > small {
	font-size: 60%;
	margin-bottom: 5px;
	font-weight: 500;
}
.topContact_title small{
	font-weight: 500;
}
.topContact_cont {
	text-align: center;
	padding: 25px 20px 20px;
}
.topContact_dList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.topContact_dList > dt {
	font-size: 16px;
	margin-bottom: 6px;
	width: 100%;
}
.topContact_dList > dd {
	margin-top: 2px;
}
.topContact_dList > dd.u-en{
	margin-right: 2%;
}
.topContact_dList > dd > a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.topContact_dList > dd > a[href^="tel:"] {
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	letter-spacing: 0.04em;
}
.topContact_dList > dd > a::before {
	content: "";
}
.topContact_dList > dd > a::after {
	content: "";
}
.topContact_dList > dd > a > .icon {}
.topContact_dList > dd > a[href^="tel:"] > .icon {
	top: -4px;
}
.topContact_link {}
.topContact_link > a {
	text-decoration: none;
	color: inherit;
	font-size: 43px;
	height: 240px;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 0 170px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.topContact_link > a::before {
	content: "";
	background-image: url(/assets/img/home/bnr-develop@2x.png);
	display: block;
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #799677;
	background-size: cover;
	background-position: center center;
	transition-duration: .3s;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.topContact_link > a::after {
	content: "";
}
.topContact_link > a > b {
	display: block;
	position: relative;
	z-index: 1;
	font-weight: inherit;
}
.topContact_link > a > svg {
	display: block;
	fill: none;
	stroke: currentColor;
	width: 93px;
	height: 7px;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 58px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 0;
	transition-duration: .3s;
	transition-property: margin-right;
}

.topConcept {
	position: relative;
	z-index: 2;
	margin-bottom: 122px;
}
.topConcept_inner {
	max-width: 1670px;
}
.topConcept_cols {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.topConcept_col {}
.topConcept_col-no1 {
	width: calc(100% - 835px);
	height: 1080px;
	position: relative;
	z-index: 1;
}
.topConcept_image {
	width: 960px;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.topConcept_image > img {
	display: block;
}
.topConcept_col-no2 {
	width: 747px;
	padding-bottom: 27px;
}
.topConcept_title {
	font-size: 28px;
	display: flex;
	align-items: center;
	font-weight: inherit;
	line-height: 1;
	margin-bottom: 55px;
}
.topConcept_title::before {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background-color: currentColor;
	margin-right: 41px;
}
.topConcept_headline {
	font-size: 43px;
	line-height: 1.8;
	font-weight: normal;
	margin-bottom: 28px;
}
.topConcept_text {
	line-height: 2.25;
	max-width: 600px;
}
.topConcept_link {
	max-width: 400px;
	margin-top: 43px;
}
.topConcept_link > a {}
.topConcept_link > a::before {
	content: "";
}
.topConcept_link > a::after {
	content: "";
}
.topFacility {
	position: relative;
	z-index: 1;
}
.topFacility::before {
	content: "";
	display: block;
	height: calc(100% - 400px);
	width: 100%;
	position: absolute;
	z-index: 0;
	background-color: #f1f1f1;
	bottom: 0;
	left: 0;
}
.topFacility_inner {
	max-width: 1700px;
}
.topFacility_title {
	margin-bottom: 67px;
}
.topFacility_title > b {}
.topFacility_title > small {}
.topFacility_oList {
	display: flex;
	list-style: none;
}
.topFacility_oList > li {
	width: 20%;
	transform: translateX(-280px);
	transition-duration: .8s;
}
.topFacility_oList > li[data-animation="after"] {
	transform: translateX(0);
}
.topFacility_oList > li:nth-child(2) {
	transition-delay: 0.3s;
}
.topFacility_oList > li:nth-child(3) {
	transition-delay: 0.5s;
}
.topFacility_oList > li:nth-child(4) {
	transition-delay: 0.7s;
}
.topFacility_oList > li:nth-child(5) {
	transition-delay: 0.9s;
}
.topFacility_oList > li:nth-child(2n) {
	padding-top: 90px;
}
.topFacility_oList > li:nth-child(n + 3) {}
.topFacility_oList > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
}
.topFacility_oList > li > a::before {
	content: "";
}
.topFacility_oList > li > a::after {
	content: "";
}
.topFacility_image {}
.topFacility_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.topFacility_num {
	position: absolute;
	z-index: 10;
	bottom: -40px;
	left: 20px;
	font-size: 70px;
	line-height: 1;
	color: #90a985;
	overflow: hidden;
	text-indent: -23px;
}
.topFacility_num > b {
	display: block;
	font-weight: inherit;
	position: relative;
	z-index: 1;
}
.topFacility_areaText {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(105, 139, 105, 0.90);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	line-height: 1.62;
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
	box-sizing: border-box;
	padding: 15px;
}
.topFacility_text {}
.topTopicsWrap {
	background-color: #f1f1f1;
	padding-top: 71px;
}
.topRoom_dList {
	display: flex;
	list-style: none;
}
.topRoom_dList > dt {}
.topRoom_dList > dd {}
.error {}
.error_title {
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 15px;
}
.error_text {
	text-align: center;
}
.error_link {
	max-width: 500px;
	margin: 0 auto 0;
}
.error_link > a {}
.error_link > a::before {
	content: "";
}
.error_link > a::after {
	content: "";
}
.roomDtl_message {
	margin-bottom: 95px;
}
.roomDtl_slide {
	font-size: 0;
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity;
	position: relative;
	z-index: 1;
	margin-bottom: 65px;
}
.roomDtl_slide.slick-initialized {
	opacity: 1;
}
.roomDtl_slide_item {}
.roomDtl_slide_btn {
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	background-color: #000;
	color: #fff;
	right: 0;
	border: 1px solid #000;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: background-color, color;
	font-size: 41px;
}
.roomDtl_slide_btn > .icon {
	display: block;
}
.roomDtl_slide_btn::before {
	content: "";
}
.roomDtl_slide_btn::after {
	content: "";
}
.roomDtl_slide_btn-next {}
.roomDtl_slide_btn-prev {
	right: 70px;
}
.topRest {
	margin-bottom: 97px;
}
.topRest_cols{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.topRest_cols:first-child{
	margin-bottom: 60px;
}
.topRest_col{
    width: 48%;
}
.topRest_title {
    font-size: 28px;
    display: flex;
    align-items: center;
    font-weight: inherit;
    line-height: 1;
    margin-bottom: 55px;
}
.topRest_title::before {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: currentColor;
    margin-right: 41px;
}
.topRest_headline {
    font-size: 34px;
    line-height: 1.8;
    font-weight: normal;
    margin-bottom: 28px;
}
.topRest_text {
    line-height: 2.25;
}
.topRest_col-no2 {
    height: 600px;
    position: relative;
    z-index: 1;
}
.topRest_image {
    width: 926px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.topRest_col-img img{
	width: 100%;
}

.topTour {
	background-color: #f1f1f1;
	padding: 187px 0 101px;
	margin-top: 88px;
}
.topTour_inner {}
.topTour_cols {
	display: flex;
	justify-content: space-between;
}
.topTour_col {
	width: 48%;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding: 92px 30px;
}
.topTour_col-no1 {
	top: -87px;
}
.topTour_title {}
.topTour_title > b {}
.topTour_title > small {}
.topTour_col-no2 {}

.facility_lead{
	text-align: center;
	margin-bottom: 70px;
	font-size: 18px;
}
#Check-in,
#Bed,
#Cleaning,
#Air{
	margin-bottom: 95px;
}
.facility_bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 135px;
	position: relative;
	z-index: 1;
}
.facility_bg::after{
	content: "";
	position: absolute;
	z-index: 2;
	bottom: -70px;
	left: 50%;
	width: 1px;
	height: 140px;
	background-color: #000;
}
.facility_bg .u-ttl01 {
	margin-bottom: 0;
}
.facilityCheckIn .facility_bg{
	background-image: url(../img/facility/bg-check-in.jpg);
}
.facilityBed .facility_bg{
	background-image: url(../img/facility/bg-bed.jpg);
}
.facilityCleaning .facility_bg{
	background-image: url(../img/facility/bg-cleaning.jpg);
}
.facilityAir .facility_bg{
	background-image: url(../img/facility/bg-air.jpg);
}
.facilitySmartTV .facility_bg{
	background-image: url(../img/facility/bg-smart-tv.jpg);
}
.facility_cols{
	display: flex;
	justify-content: space-between;
}
.facility_cols .facility_col-no1{
	width: 45%;
}
.facility_cols .facility_col-no2{
	width: 47.5%;
}
.facility_cols .facility_col-no1 .facility_text{
	line-height: 2.2;
}
.facilitySmartTV .facility_text.small{
	font-size: 14px;
	margin-top: 30px;
}
.facilityCheckIn .facility_cols .facility_col-no1,
.facilityCleaning .facility_cols .facility_col-no1,
.facilitySmartTV .facility_cols .facility_col-no1{
	order: 2;
}
.facilityCheckIn .facility_cols .facility_col-no2,
.facilityCleaning .facility_cols .facility_col-no2,
.facilitySmartTV .facility_cols .facility_col-no2{
	order: 1;
	margin-right: 7%;
}
.facility_col-no1 .facility_text{
	padding-right: 5%;
	letter-spacing: 0.05em;
}
.facility_cols .facility_col-no2 img{
	width: 100%;
	height: auto;
}
.facility_headline {
	font-size: 34px;
	line-height: 1.8;
	margin-bottom: 20px;
	font-weight: 500;
}
.facilityBed .facility_headline,
.facilityAir .facility_headline{
	letter-spacing: 0.1em;
}
.facilitySmartTV .facility_headline{
	letter-spacing: 0.05em;
}
.facilityBed .facility_headline .year{
	letter-spacing: 0.2em;
}
.facility_sub_col{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	padding-right: 5%;
}
.facility_sub_col_img{
	width: 25.5%;
}
.facility_sub_col_img img{
	width: 100%;
	height: auto;
}
.facility_sub_col_text{
	width: 70%;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.facility_sub_col_ttl{
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
}
.facility_sub_img img{
	width: 100%;
	height: auto;
}
.facilityCleaning .facility_sub_img{
	width: 72%;
	margin: 0 auto;
}
.facilityAir .facility_sub_img{
	margin-top: 50px;
}
.facility_room_list{
	position: relative;
	padding-left: 20px;
	margin-top: 40px;
	margin-bottom: 30px;
	letter-spacing: 0.05em;
}
.facility_room_list::before{
	content: "→";
	position: absolute;
	top: 0;
	left: 0;
}
.facility_room_list ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.facility_room_list ul li a{
	color: inherit
}
.facility_room_list ul li:not(:first-child)::before{
	content: "/";
	padding: 0 4px;
}
.facility_feature{
	margin-top: 80px;
}
.facility_feature_ttl{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.facility_feature ul{
	list-style: none;
	display: flex;
}
.facility_feature ul li{
	flex: 1;
	border-right: 1px solid #cccccc;
	padding: 0 15px 10px;
	letter-spacing: 0.05em;
}
.facilityAir .facility_feature ul li{
	padding: 0 20px 10px;
}
.facility_feature ul li:first-child{
	border-left: 1px solid #cccccc;
}
.facility_feature ul li .number{
	text-align: center;
	color: #698b69;
	margin-bottom: 10px;
}
.facility_feature_text{
	font-size: 14px;
}
.facility_feature_headline{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 3px;
}

.restaurantLead{
	margin-bottom: 140px;
	font-size: 18px;
}
.restaurant_lead{
	text-align: center;
	margin-bottom: 120px;
}
.restaurant_visual{
	background-image: url(../img/restaurant/img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 870px;
	width: 100%;
}
.restaurant_sectWrapper{
	position: relative;
	margin-bottom: 140px;
}
.restaurant_square{
	position: absolute;
	z-index: -1;
	left: 8.46%;
	top: 12.4%;
	height: 75%;
	width: 100vw;
	background-color: #f1f1f1;
}
.restaurant_cols{
	display: flex;
}
.restaurantWa,
.restaurantYo{
	margin-bottom: 90px;
}
.restaurantWa .restaurant_cols{
	justify-content: flex-start;
}
.restaurantWa .restaurant_col-no1{
	order: 2;
	padding-left: 10%;
}
.restaurantWa .restaurant_col-no2{
	order: 1;
}
.restaurantYo .restaurant_cols{
	justify-content: flex-end;
}
.restaurantYo .restaurant_col-no1{
	padding-right: 10%;
}
.restaurant_col-no2{
	width: 57.7%;
}
.restaurantWa .restaurant_col-no1,
.restaurantYo .restaurant_col-no1{
	writing-mode: vertical-rl;
	padding-top: 70px;
}
.restaurant_headline{
	font-size: 70px;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-left: 20px;
	font-weight: 500;
}
.restaurant_headline::before{
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	background-color: #000;
	margin-bottom: 30px;
}
.restaurantWa .restaurant_text,
.restaurantYo .restaurant_text{
	padding-top: 150px;
	font-size: 18px;
}
.restaurant03 .restaurant_cols{
}
.restaurant03 .restaurant_col-no1{
	order: 2;
	width: 42.3%;
	padding-left: 30px;
	padding-bottom: 100px;
	display: flex;
	align-items: flex-end;
}
.restaurant03 .restaurant_col-no2{
	order: 1;
}
.restaurantInfo{
	background-image: url(../img/restaurant/bg-info.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.restaurantInfo_col{
	width: 52%;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
}
.restaurantInfo_headline{
	font-size: 40px;
	margin-bottom: 60px;
	font-weight: 500;
}
.masuyone_logo{
	margin-bottom: 60px;
}
.restaurantInfo_text01{
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 500;
}
.restaurantInfo_text02{
	text-align: left;
}
@media screen and (max-width:1399px) {
	.topTopics_swiper_slide {
		max-width: 350px;
	}
	.topRecruit_col {
		width: calc((100% - 400px) / 2);
	}
	.topRecruit_col-no3 {
		width: 400px;
	}
	.topConcept_col-no1 {
		width: calc(100% - 640px);
	}
	.topConcept_col-no2 {
		width: 560px;
	}
	.topConcept_headline {
		font-size: 34px;
	}
	.topVis_scroll {
		left: 20px;
	}
	.topTopics_inner {
		padding-left: 110px;
		padding-right: 110px;
	}
	.topFacility_num {
		font-size: 58px;
		text-indent: -16px;
	}
	.topRoom_btn-prev {
		left: 10px;
	}
	.topRoom_btn-next {
		right: 10px;
	}
	.topFacility_areaText {
		font-size: inherit;
	}
}
@media screen and (max-width:1299px) {
	.roomNav_list {
		max-width: 936px;
		margin: 0 auto;
	}
	.roomNav_list > li {
		width: 32%;
		margin-left: 2%;
	}
	.roomNav_list > li:first-child {}
	.roomNav_list > li:last-child {}
	.roomNav_list > li:nth-child(4n + 1) {
		margin-left: 2%;
	}
	.roomNav_list > li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.roomNav_list > li:nth-child(n + 4) {
		margin-top: 40px;
	}
	.topicsItem_areaText {
		padding: 0 17px;
	}
	.guideAbout_col-no1 {
		width: 140px;
		min-width: 140px;
	}
	.guideAbout_col-no2 {
		width: calc(100% - 160px);
	}
	.guideAbout_areaText {
		width: 60%;
	}
	.concLogo_col-no1 {
		width: 49%;
	}
	.concLogo_col-no2 {
		width: 44%;
	}
	.concService_col-no1 {
		width: 520px;
		min-width: 520px;
	}
	.concService_col-no2 {
		width: calc(100% - 550px);
	}
	.concService_headline {
		font-size: 28px;
		margin-bottom: 20px;
	}
}
@media screen and (min-width:1000px) {
	.roomDtl_slide_btn:hover {
		background-color: #fff;
		color: #000;
	}
	.error_link > a:hover {}
	a:hover .topRoom_image {
		opacity: .7;
	}
	.topRecruit_dList > dd > a:hover {
		text-decoration: none;
	}
	.topRecruit_link > a:hover {}
	.topRecruit_link > a:hover::before {
		-webkit-transform: scale(1.03);
		transform: scale(1.03);
	}
	.topRecruit_link > a:hover > svg {
		margin-right: -10px;
	}
	.topConcept_link > a:hover {}
	.topFacility_oList > li > a:hover {}
	a:hover .topFacility_areaText {
		opacity: 1;
	}
	.topRoom_link > a:hover {}
	.topRoom_btn:hover {}
	.topRoom_btn:hover::after {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	.topTopicss_link > a:hover {}
	.topTopics_more > a:hover {
		background-color: #698b69;
		color: #fff;
		border-color: #698b69;
	}
	.topTopics_btn:hover {}
	.topAcs_link > a:hover {}
	.form_privacy > a:hover {}
	.form_btnList > li > button:hover {}
	.concNav_list > li > a:hover {
		color: #698b69;
	}
	.concNav_list > li > a:hover::after {
		-webkit-transform: translateY(8px)rotate(45deg);
		transform: translateY(8px)rotate(45deg);
	}
	.developBnr > a:hover {}
	.developBnr > a:hover::before {
		right: 30px;
	}
	a:hover .developBnr_bg {
		opacity: 0.8;
	}
	.entryNav_link > a:hover {}
	.entryNav_link-prev > a:hover::before {
		left: -10px;
	}
	.entryNav_link-next > a:hover {}
	.entryNav_link-next > a:hover::after {
		right: -10px;
	}
	.topicsItem > a:hover {
		color: #698b69;
		box-shadow: 0 14px 40px 0 rgba(180, 180, 180, 0.29);
	}
	a:hover .topicsItem_image {
		opacity: 0.7;
	}
	.roomNav_list > li > a:hover {
		color: #698b69;
	}
	a:hover .roomNav_image {
		opacity: 0.8;
	}
	.room_sect > a:hover {}
	a:hover .room_image {
		opacity: 0.8;
	}
	a:hover .room_link {
		background: #698b69;
		color: #fff;
		border-color: #698b69;
	}
	a:hover .room_link::after {
		right: 0;
	}
	.privacy_dList > dd > a:hover {}
	.access_telLink > a:hover {}
}
@media screen and (max-width: 999px) {
	.access {}
	.access_inner {}
	.access_message {}
	.access_telLink {}
	.access_telLink > a {}
	.access_areaMap {
		margin-top: 50px;
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.access_map {
		max-width: 680px;
		margin: 0 auto;
	}
	.access_map > img {}
	.areaPriv {}
	.areaPriv_message {}
	.privacy {
		margin-top: 70px;
		padding-top: 70px;
		padding-bottom: 100px;
	}
	.privacy_inner {}
	.privacy_title {
		font-size: 22px;
		margin-bottom: 50px;
	}
	.privacy_sectWrap {}
	.privacy_sect {}
	.privacy_sect:last-child {}
	.privacy_headline {}
	.privacy_headline::before {}
	.privacy_areaText {}
	.privacy_text {}
	.privacy_dList {}
	.privacy_dList > dt {}
	.privacy_dList > dd {}
	.privacy_dList > dd > a {}
	.room {}
	.room_message {}
	.room_sectWrap {
		max-width: 840px;
		margin: 75px auto 0;
	}
	.room_sectWrap::before {
		top: 65px;
		height: 84%;
	}
	.room_sect {
		width: 47.5%;
		margin-left: 5%;
	}
	.room_sect:nth-child(3n + 1) {
		margin-left: 5%;
	}
	.room_sect:nth-child(2n + 1) {
		margin-left: 0;
	}
	.room_sect:nth-child(n + 3) {
		margin-top: 70px;
	}
	.room_sect-wide {}
	.room_sect > a {}
	.room_sect > a::before {}
	.room_sect > a::after {}
	.room_image {
		margin-bottom: 15px;
	}
	.room_image > img {}
	.room_title {
		font-size: 26px;
		margin-bottom: 15px;
	}
	.room_title > b {}
	.room_title > small {
		font-size: 15px;
		margin-top: 5px;
	}
	.room_dLWrap {
		padding-left: 25px;
	}
	.room_dList {}
	.room_dList:first-child {}
	.room_dList > dt {}
	.room_dList > dd {}
	.room_dList > dd > sup {}
	.room_link {
		max-width: 260px;
		margin-top: 25px;
	}
	.roomNav {}
	.roomNav_title {
		font-size: 54px;
		margin-bottom: 40px;
	}
	.roomNav_title > b {}
	.roomNav_title > small {
		font-size: 16px;
		margin-top: 20px;
	}
	.roomNav_list {}
	.roomNav_list > li {}
	.roomNav_list > li:first-child {}
	.roomNav_list > li:last-child {}
	.roomNav_list > li:nth-child(4n + 1) {}
	.roomNav_list > li:nth-child(n + 5) {}
	.roomNav_list > li > a {}
	.roomNav_image {}
	.roomNav_image > img {}
	.roomNav_text {}
	.roomNav_text > b {}
	.roomNav_text > small {}
	.roomDtl {
		margin-bottom: 90px;
	}
	.roomDtl::before {
		height: calc(100% - 35px);
	}
	.roomDtl_title {
		font-size: 56px;
		margin-bottom: 45px;
	}
	.roomDtl_title > b {}
	.roomDtl_title > small {
		font-size: 18px;
		margin-top: 20px;
	}
	.roomDtl_box {}
	.roomDtl_mainImage {}
	.roomDtl_mainImage > img {}
	.roomDtl_cols {
		display: block;
	}
	.roomDtl_cols:last-child {}
	.roomDtl_col {
		width: auto;
	}
	.roomDtl_col-no1 {
		min-width: 0;
		padding-left: 0;
		border-right: none;
		margin-bottom: 30px;
	}
	.roomDtl_headline {
		font-size: 20px;
		text-align: center;
	}
	.roomDtl_headline > small {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.roomDtl_headline > b {}
	.roomDtl_headline::after {
		content: "";
		display: block;
		width: 42px;
		height: 1px;
		background-color: #ccc;
		margin-top: 10px;
		margin: 15px auto 0;
	}
	.roomDtl_col-no2 {
		padding-bottom: 0;
	}
	.roomDtl_tblWrap {
		padding-top: 0;
	}
	.roomDtl_table {}
	.roomDtl_table > tbody {}
	.roomDtl_table > tbody > tr {}
	.roomDtl_table > tbody > tr:first-child {}
	.roomDtl_table > tbody > tr:last-child {}
	.roomDtl_table > tbody > tr > th {}
	.roomDtl_table > tbody > tr > td {}
	.roomDtl_newList {
		margin: 0 auto;
	}
	.roomDtl_newList > li {}
	.roomDtl_newList > li:first-child {}
	.roomDtl_newList > li:last-child {}
	.roomDtl_newList > li:nth-child(3n + 1) {}
	.roomDtl_newList > li:nth-child(n + 4) {}
	.roomDtl_fig {}
	.roomDtl_fig > img {}
	.roomDtl_fig > figcaption {}
	.roomDtl_sect {}
	.roomDtl_sect::before {}
	.roomDtl_faciImg {}
	.roomDtl_faciImg > img {}
	.roomDtl_areaText {}
	.roomDtl_subhead {}
	.roomDtl_text {}
	.topics {}
	.topicsArch {}
	.topicsArch_selWrap {}
	.topicsArch_selWrap > select {}
	.topicsArch_selWrap > select > option {}
	.topics_listWrap {}
	.topics_listWrap::before {
		top: 60px;
		height: 88.5%;
	}
	.topics_list {}
	.topics_list > li {
		width: 49%;
	}
	.topics_list > li:first-child {}
	.topics_list > li:last-child {}
	.topics_list > li:nth-child(3n + 1) {
		margin-left: 2%;
	}
	.topics_list > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.topics_list > li:nth-child(n + 3) {
		margin-top: 30px;
	}
	.topicsItem {}
	.topicsItem > a {}
	.topicsItem_imageWrap {
		margin-bottom: 20px;
	}
	.topicsItem_image {}
	.topicsItem_areaText {}
	.topicsItem_title {
		font-size: 18px;
		margin-bottom: 30px;
	}
	.topicsItem_time {}
	.topicsItem_time > time {}
	.entry {
		padding: 70px 30px 90px;
	}
	.entry_box {}
	.entry_areaTitle {}
	.entry_time {
		margin-bottom: 12px;
	}
	.entry_time > time {}
	.entry_title {
		font-size: 28px;
	}
	.entry_editor {}
	.entryNav {}
	.entryNav_link {}
	.entryNav_link-prev {}
	.entryNav_link-list {}
	.entryNav_link-next {}
	.entryNav_link > a {}
	.entryNav_link-prev > a {}
	.entryNav_link-list > a {}
	.entryNav_link-next > a {}
	.entryNav_link > a::before {}
	.entryNav_link > a::after {}
	.entryNav_link-prev > a::before {}
	.entryNav_link-next > a::after {}
	.guide {}
	.guideIntro {}
	.guideIntro_message {
		margin-bottom: 80px;
	}
	.guideIntro_cols {
		display: block;
		padding-bottom: 120px;
	}
	.guideIntro_cols::before {}
	.guideIntro_col {
		width: auto;
		max-width: 640px;
	}
	.guideIntro_col-no1 {
		margin-bottom: 40px;
	}
	.guideIntro_image {}
	.guideIntro_image > img {}
	.guideIntro_col-no2 {
		padding-top: 0;
		margin-left: auto;
	}
	.guideIntro_text {}
	.guideAbout {
		margin-bottom: 90px;
	}
	.guideAbout_title {
		margin-top: -60px;
		margin-bottom: 70px;
	}
	.guideAbout_title > b {}
	.guideAbout_title > small {}
	.guideAbout_cols {}
	.guideAbout_cols::before {
		display: none;
	}
	.guideAbout_col {}
	.guideAbout_col-no1 {
		width: 120px;
		min-width: 120px;
	}
	.guideAbout_col-no1-hasBb {}
	.guideAbout_point {
		font-size: 26px;
	}
	.guideAbout_point > small {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.guideAbout_point > b {}
	.guideAbout_col-no2 {
		display: block;
		padding: 30px 0;
		width: calc(100% - 140px);
	}
	.guideAbout_areaText {
		width: auto;
		margin-bottom: 20px;
	}
	.guideAbout_headline {
		font-size: 26px;
		margin-bottom: 12px;
	}
	.guideAbout_text {}
	.guideAbout_image {
		width: auto;
	}
	.guideAbout_image > img {
		margin: 0 auto;
	}
	.guideAbout_note {
		margin-top: 80px;
		margin-bottom: 30px;
	}
	.developBnr {}
	.developBnr > a {}
	.developBnr > a::before {}
	.developBnr > a::after {}
	.developBnr_bg {}
	.developBnr_text {
		font-size: 34px;
	}
	.guideTour {
		padding-bottom: 90px;
	}
	.guideTour::before {
		right: 90px;
		height: calc(100% + 160px);
	}
	.guideTour_inner {}
	.guideTour_title {}
	.guideTour_title > b {}
	.guideTour_title > small {}
	.guideTour_list {
		flex-wrap: wrap;
		max-width: 618px;
		margin: 0 auto;
	}
	.guideTour_list > li {
		width: 48.5%;
		margin-left: 3%;
	}
	.guideTour_list > li:first-child {}
	.guideTour_list > li:last-child {}
	.guideTour_list > li:nth-child(4n + 1) {}
	.guideTour_list > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.guideTour_list > li:nth-child(n + 3) {
		margin-top: 30px;
	}
	.guideTour_fig {
		margin-bottom: 15px;
	}
	.guideTour_fig::after {
		margin-top: 12px;
	}
	.guideTour_fig > img {}
	.guideTour_fig > figcaption {
		margin-top: 12px;
	}
	.guideTour_text {}
	.guideTour_dLWrap {
		margin-top: 12px;
	}
	.guideTour_dList {}
	.guideTour_dList > dt {}
	.guideTour_dList > dd {}
	.conc {}
	.concNav {
		margin-bottom: 55px;
	}
	.concNav_inner {}
	.concNav_list {}
	.concNav_list > li {}
	.concNav_list > li::before {}
	.concNav_list > li:first-child {}
	.concNav_list > li:last-child {}
	.concNav_list > li:last-child::after {}
	.concNav_list > li:nth-child(2n + 1) {}
	.concNav_list > li:nth-child(n + 3) {}
	.concNav_list > li > a {
		font-size: 16px;
		padding: 20px 10px;
	}
	.concNav_list > li > a::before {}
	.concNav_list > li > a::after {
		margin-top: 10px;
	}
	.concNav_list > li > a > small {
		margin-bottom: 10px;
	}
	.concNav_list > li > a > b {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.concNav_list > li > a > b::before {
		content: "";
		display: block;
		width: 1px;
		height: 50px;
		margin-right: -1px;
	}
	.conc_sectOuter {}
	.concAbout {}
	.concAbout_inner {}
	.concAbout_inner::before {
		height: 721px;
	}
	.concAbout_areaText {}
	.concAbout_title {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.concAbout_text {}
	.concLogo {}
	.concLogo::before {}
	.concLogo_inner {
		padding-bottom: 100px;
	}
	.concLogo_inner::before {
		height: calc(100% - 350px);
		left: 50px;
	}
	.concLogo_title {
		margin-top: -55px;
	}
	.concLogo_title > b {}
	.concLogo_title > small {}
	.concLogo_cols {
		display: block;
		max-width: 640px;
		margin: 0 auto 50px;
	}
	.concLogo_cols-rev {}
	.concLogo_cols:last-child {}
	.concLogo_col {
		width: auto;
	}
	.concLogo_col-no1 {
		margin-bottom: 25px;
		max-width: 520px;
		margin: 0 auto 30px;
	}
	.concLogo_text {}
	.concLogo_col-no2 {
		padding: 0 20px;
	}
	.concLogo_col-no2-bottom {
		padding-bottom: 0;
	}
	.concLogo_imageWrap {}
	.concLogo_image {}
	.concLogo_image > img {}
	.concLogo_name {}
	.concLogo_name > img {}
	.concService {
		margin-bottom: 80px;
	}
	.concService_inner {}
	.concService_title {}
	.concService_title > b {}
	.concService_title > small {}
	.concService_cols {}
	.concService_col {}
	.concService_col-no1 {
		width: 390px;
		min-width: 390px;
	}
	.concService_headline {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.concService_text {}
	.concService_col-no2 {
		width: calc(100% - 410px);
	}
	.concService_image {}
	.concService_image > img {}
	.form {}
	.form_text {}
	.form_text-input {}
	.form_text-confirm {}
	.form_oList {
		margin: 60px 0 60px;
	}
	.form_oList > li {}
	.form_oList > li::before {}
	.form_oList > li:last-child::before {}
	.form_oList > li:first-child {}
	.form_oList > li:last-child {}
	.form_oList > li:nth-child(2n + 1) {}
	.form_oList > li:nth-child(n + 3) {}
	.form_oList > li > b {}
	.form_oList > li:first-child > b {}
	.form_oList > li:first-child {}
	.form_oList > li > small {}
	.form_table {}
	.form_table > tbody {}
	.form_table > tbody > tr {}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		padding: 20px 0;
		padding-right: 20px;
		width: 250px;
	}
	.form_table > tbody > tr > td {
		padding: 20px 0;
	}
	.form_th {}
	.form_th::before {}
	.form_td {}
	.form_th > b {}
	.form_privacy {}
	.form_privacy > a {}
	.form_privacy > a::before {}
	.form_privacy > a::after {}
	.form_btnList {
		margin-top: 50px;
	}
	.form_btnList-input {}
	.form_btnList-confirm {}
	.form_btnList > li {}
	.form_btnList > li:first-child {}
	.form_btnList > li:last-child {}
	.form_btnList > li:nth-child(2n + 1) {}
	.form_btnList > li:nth-child(n + 3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.form_title {
		font-size: 24px;
	}
	.topVis {}
	.topVis_bg {}
	.topVis_inner {}
	.topVis_inner::before {
		height: 600px;
	}
	.topVis_areaText {}
	.topVis_title {
		font-size: 30px;
	}
	.topVis_text {
		font-size: 57px;
	}
	.topVis_scroll {}
	.topVis_scroll_bar {
		height: 130px;
	}
	.topVis_scroll_bar_item {}
	.topVis_scroll_text {
		margin-left: 11px;
	}
	.topTopics {}
	.topTopics_inner {
		padding-left: 80px;
		padding-right: 80px;
	}
	.topTopics_titleWrap {}
	.topTopics_title {}
	.topTopics_title > b {}
	.topTopics_title > small {}
	.topTopics_swiper {}
	.topTopics_swiper_wrapper {}
	.topTopics_swiper_slide {
		max-width: 300px;
	}
	.topTopicss_link {}
	.topTopicss_link > a {}
	.topTopicss_link > a::before {}
	.topTopicss_link > a::after {}
	.topTopics_more {}
	.topTopics_more > a {}
	.topTopics_more > a::before {}
	.topTopics_more > a::after {}
	.topTopics_more_dot {}
	.topTopics_more_dot:first-child {}
	.topTopics_btns {}
	.topTopics_btn {}
	.topTopics_btn[aria-disabled="true"] {}
	.topTopics_btn::before {}
	.topTopics_btn-prev::before {}
	.topTopics_btn-next::before {}
	.topTopics_btn::after {}
	.topTopics_btn-prev {}
	.topTopics_btn-next {}
	.topRoom {
		padding-top: 100px;
	}
	.topRoom_inner {}
	.topRoom_title {}
	.topRoom_title > b {}
	.topRoom_title > small {}
	.topRoom_text {}
	.topRoom_swiper {}
	.topRoom_swiper_wrapper {}
	.topRoom_swiper_slide {}
	.topRoom_item {
		padding: 35px;
	}
	.swiper-slide-active .topRoom_item {}
	.topRoom_image {}
	.topRoom_image > img {}
	.topRoom_cols {}
	.topRoom_col {}
	.topRoom_col-no1 {
		width: 270px;
	}
	.topRoom_name {
		font-size: 35px;
	}
	.topRoom_name > b {}
	.topRoom_name > small {
		font-size: 16px;
	}
	.topRoom_col-no2 {
		width: calc(100% - 270px);
	}
	.topRoom_info {}
	.topRoom_link {}
	.topRoom_link > a {}
	.topRoom_link > a::before {}
	.topRoom_link > a::after {}
	.topRoom_item_cols {
		justify-content: space-between;
		margin-top: 30px;
	}
	.topRoom_item_col {}
	.topRoom_item_col-no1 {
		width: calc(100% - 230px);
	}
	.topRoom_item_col-no2 {
		width: 170px;
	}
	.topRoom_item_inner {}
	.topRoom_hr {
		margin: 0;
	}
	.topRoom_container {}
	.topRoom_btn {}
	.topRoom_btn::after {
		width: 100px;
		height: 5px;
	}
	.topRoom_btn-prev {}
	.topRoom_btn-prev::after {}
	.topRoom_btn-next {}
	.topBannerArea {
		margin-bottom: 0;
		padding-bottom: 100px;
	}
	.topRecruit {
		margin-bottom: 0;
		padding-bottom: 100px;
	}
	.topRecruit_bg {}
	.topRecruit_inner {}
	.topRecruit_cols {
		flex-wrap: wrap;
	}
	.topRecruit_col {
		width: 50%;
	}
	.topRecruit_col-no1 {}
	.topRecruit_image {
		padding-bottom: 66%;
		height: auto;
	}
	.topRecruit_image-no1 {}
	.topRecruit_image-no2 {}
	.topRecruit_col-no2 {
		order: 1;
	}
	.topRecruit_col-no3 {
		width: 100%;
		order: 2;
	}
	.topRecruit_pikcup {
		padding: 15px 15px;
	}
	.topRecruit_pikcup_svg {
		width: 400px;
		height: 400px;
		left: -200px;
		top: -200px;
	}
	.topRecruit_title {
		font-size: 25px;
	}
	.topRecruit_title > b {}
	.topRecruit_title > small {
		margin-bottom: 5px;
	}
	.topRecruit_list {
		font-size: 15px;
		margin: 10px auto 10px;
	}
	.topRecruit_list > li {
		border-width: 1px;
		height: 41px;
	}
	.topRecruit_list > li:first-child {}
	.topRecruit_list > li:last-child {}
	.topRecruit_list > li:nth-child(2n + 1) {}
	.topRecruit_list > li:nth-child(n + 3) {}
	.topRecruit_text {
		font-size: inherit;
	}
	.topRecruit_cont {
		padding: 15px 15px;
	}
	.topRecruit_dList {}
	.topRecruit_dList > dt {
		font-size: inherit;
	}
	.topRecruit_dList > dd {}
	.topRecruit_dList > dd > a {}
	.topRecruit_dList > dd > a[href^="tel:"] {
		font-size: 24px;
	}
	.topRecruit_dList > dd > a[href^="mailto:"] {
		font-size: 18px;
	}
	.topRecruit_dList > dd > a::before {}
	.topRecruit_dList > dd > a::after {}
	.topRecruit_dList > dd > a > .icon {}
	.topRecruit_dList > dd > a[href^="mailto:"] > .icon {}
	.topRecruit_dList > dd > a[href^="tel:"] > .icon {}
	.topRecruit_link {}
	.topRecruit_link > a {
		font-size: 35px;
		height: 200px;
		padding: 0 150px;
	}
	.topRecruit_link > a::before {}
	.topRecruit_link > a::after {}
	.topRecruit_link > a > b {}
	.topRecruit_link > a > svg {
		right: 35px;
	}

	.topContact_cols {
		flex-wrap: wrap;
	}
	.topContact_col {}
	.topContact_col-no1 {}
	.topContact_image {
		padding-bottom: 66%;
		height: auto;
	}
	.topContact_image-no1 {}
	.topContact_image-no2 {}
	.topContact_col-no2 {}
	.topContact_col-no3 {
		order: 2;
	}
	.topContact_pikcup {}
	.topContact_pikcup_svg {
		width: 350px;
		height: 350px;
		top: -160px;
		left: -125px;
	}
	.topContact_title {
		font-size: 25px;
	}
	.topContact_title > a{
		padding: 15px 15px;
	}
	.topContact_title > b {}
	.topContact_title > small {
		margin-bottom: 5px;
	}
	.topContact_cont {
		padding: 15px 15px 10px;
	}
	.topContact_dList {}
	.topContact_dList > dt {
		font-size: inherit;
	}
	.topContact_dList > dd {}
	.topContact_dList > dd > a {}
	.topContact_dList > dd > a[href^="tel:"] {
		font-size: 24px;
	}
	.topContact_dList > dd > a::before {}
	.topContact_dList > dd > a::after {}
	.topContact_dList > dd > a > .icon {}
	.topContact_dList > dd > a[href^="tel:"] > .icon {}
	.topContact_link {}
	.topContact_link > a {
		font-size: 35px;
		height: 200px;
		padding: 0 150px;
	}
	.topContact_link > a::before {}
	.topContact_link > a::after {}
	.topContact_link > a > b {}
	.topContact_link > a > svg {
		right: 35px;
	}

	.topConcept {
		margin-top: 100px;
	}
	.topConcept_inner {}
	.topConcept_cols {}
	.topConcept_col {}
	.topConcept_col-no1 {
		width: calc(100% - 460px);
		height: 562px;
	}
	.topConcept_image {
		width: 500px;
	}
	.topConcept_image > img {}
	.topConcept_col-no2 {
		width: 400px;
		padding-bottom: 0;
	}
	.topConcept_title {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.topConcept_title::before {
		width: 50px;
		margin-right: 20px;
	}
	.topConcept_headline {
		font-size: 24px;
	}
	.topConcept_text {}
	.topConcept_link {}
	.topConcept_link > a {}
	.topConcept_link > a::before {}
	.topConcept_link > a::after {}
	.concArt_inner{
		padding-bottom: 80px;
	}
	.concArt_picture_col{
		margin-bottom: 40px;
	}
	.concArt_cols{
		display: block;
		margin-bottom: 25px;
	}
	.concArt_col-no1{
		text-align: center;
		width: 100%;
		margin-left: 0;
		margin-bottom: 60px;
	}
	.concArt_col-no2{
		width: 80%;
		margin: 0 auto;
	}
		.topFacility {}
	.topFacility::before {}
	.topFacility_inner {}
	.topFacility_title {}
	.topFacility_title > b {}
	.topFacility_title > small {}
	.topFacility_oList {
		flex-wrap: wrap;
		justify-content: center;
	}
	.topFacility_oList > li {
		width: 33.3%;
	}
	.topFacility_oList > li:first-child {}
	.topFacility_oList > li:last-child {
		padding-top: 40px;
	}
	.topFacility_oList > li:nth-child(2n) {
		padding-top: 40px;
	}
	.topFacility_oList > li:nth-child(n + 3) {}
	.topFacility_oList > li > a {}
	.topFacility_oList > li > a::before {}
	.topFacility_oList > li > a::after {}
	.topFacility_image {}
	.topFacility_image > img {}
	.topFacility_num {
		position: relative;
		bottom: 0;
		left: 10px;
		top: -23px;
		margin-bottom: -18px;
		font-size: 50px;
		text-indent: -14px;
	}
	.topFacility_num > b {}
	.topFacility_areaText {
		position: relative;
		width: auto;
		height: auto;
		opacity: 1;
		background: no-repeat;
		color: inherit;
		text-align: left;
		padding: 0 15px;
		display: block;
	}
	.topFacility_text {}
	.topTopicsWrap {
		padding-top: 37px;
	}
	.topAcs {}
	.topAcs_inner {}
	.topAcs_title {}
	.topAcs_title > b {}
	.topAcs_title > small {}
	.topAcs_text {}
	.topAcs_link {}
	.topAcs_link > a {}
	.topAcs_link > a::before {}
	.topAcs_link > a::after {}
	.topRoom_dList {}
	.topRoom_dList > dt {}
	.topRoom_dList > dd {}
	.error {}
	.error_title {}
	.error_text {}
	.error_link {}
	.error_link > a {}
	.error_link > a::before {}
	.error_link > a::after {}
	.roomDtl_message {}
	.roomDtl_slide {}
	.roomDtl_slide.slick-initialized {}
	.roomDtl_slide_item {}
	.roomDtl_slide_btn {}
	.roomDtl_slide_btn > .icon {}
	.roomDtl_slide_btn::before {}
	.roomDtl_slide_btn::after {}
	.roomDtl_slide_btn-next {}
	.roomDtl_slide_btn-prev {}
	.topRest {
		margin-bottom: 70px;
	}
    .topRest_col {
        width: 49%;
    }
	.topRest_headline {
        font-size: 24px;
    }
	.topTour {
		padding: 140px 0 80px;
	}
	.topTour_inner {}
	.topTour_cols {}
	.topTour_col {}
	.topTour_col-no1 {
		top: -60px;
	}
	.topTour_title {}
	.topTour_title > b {}
	.topTour_title > small {}
	.topTour_col-no2 {}
	#Check-in,
	#Bed,
	#Cleaning,
	#Air{
		margin-bottom: 70px;
	}
	.facility_bg{
		height: 45vw;
		margin-bottom: 70px;
	}
	.facility_bg::after{
		bottom: -50px;
		height: 100px;
	}
	#Smart-tv .facility_bg{
		margin-bottom: 0;
	}
	#Smart-tv .facility_inner{
		position: relative;
		z-index: 0;
	}
	.facility_cols{
		flex-wrap: wrap;
		justify-content: center;
	}
	.facility_cols .facility_col-no1{
		width: 100%;
		max-width: 620px;
		margin: 0 auto;
	}
	.facility_cols .facility_col-no2{
		width: 100%;
		max-width: 620px;
		margin: 0 auto 30px;
	}
	#Smart-tv .facility_cols .facility_col-no2{
		margin: 0 auto 0px;
	}
	.facility_cols .facility_col-no1{
		order: 2;
	}
	.facility_cols .facility_col-no2{
		order: 1;
	}
	.facilityCheckIn .facility_cols .facility_col-no2,
	.facilityCleaning .facility_cols .facility_col-no2,
	.facilitySmartTV .facility_cols .facility_col-no2{
		margin-right: auto;
	}
	.facilityCheckIn .facility_cols .facility_col-no1 .facility_text,
	.facilityCleaning .facility_cols .facility_col-no1 .facility_text,
	.facilitySmartTV .facility_cols .facility_col-no1 .facility_text{
		padding-right: auto;
	}
}
@media screen and (max-width: 767px) {
	.access {}
	.access_inner {}
	.access_message {}
	.access_telLink {}
	.access_telLink > a {}
	.access_telLink > a > small {
		display: block;
		font-size: 12px;
		line-height: 1;
		margin-top: 3px;
	}
	.access_areaMap {
		margin-top: 35px;
		padding-top: 40px;
		padding-bottom: 45px;
	}
	.access_map {}
	.access_map > img {}
	.access_by{}
	.accessBy_title{
		margin-top: -32px;
	}
	.accessBy_box{
		padding: 30px 0;
	}
	.accessBy_box__title{
		font-size: 18px;
	}
	.accessBy_box__title .u-en{
		font-size: 14px;
	}
	.accessBy_box__img{
		margin: 30px 0;
	}
	.accessBy_box__img img{
	}
	.accessBy_box__txt{
		font-size: 14px;
		line-height: 2;
	}
	.accessBy_box__dl{
		width: 100%;
	}
	.accessBy_box__dl dt{
		width: 100%;
		margin-bottom: 0;
	}
	.accessBy_box__dl dd{
		width: 100%;
	}
	.areaPriv {}
	.areaPriv_message {}
	.privacy {
		margin-top: 40px;
		padding: 35px 25px 55px;
	}
	.privacy_inner {
		padding-bottom: 20px;
	}
	.privacy_title {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.privacy_sectWrap {
		margin-bottom: 20px;
	}
	.privacy_sect {
		padding-bottom: 20px;
		margin-bottom: 25px;
	}
	.privacy_sect:last-child {}
	.privacy_headline {
		font-size: 15px;
		padding-left: 16px;
	}
	.privacy_headline::before {
		height: 24px;
	}
	.privacy_areaText {}
	.privacy_text {}
	.privacy_dList {}
	.privacy_dList > dt {}
	.privacy_dList > dd {}
	.privacy_dList > dd > a {}
	.room {}
	.room_message {}
	.room_sectWrap {
		margin-top: 45px;
		display: block;
		max-width: 400px;
	}
	.room_sectWrap::before {
		height: 91%;
		width: calc(100% + 160px);
	}
	.room_sect {
		width: auto;
		margin-left: 0;
	}
	.room_sect:nth-child(3n + 1) {}
	.room_sect:nth-child(n + 2) {
		margin-top: 35px;
	}
	.room_sect-wide {}
	.room_sect > a {}
	.room_sect > a::before {}
	.room_sect > a::after {}
	.room_image {
		margin-bottom: 10px;
	}
	.room_image > img {}
	.room_title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.room_title > b {}
	.room_title > small {
		font-size: 14px;
		margin-top: 2px;
	}
	.room_dLWrap {
		margin-left: 0;
		padding-left: 20px;
	}
	.room_dList {}
	.room_dList:first-child {}
	.room_dList > dt {}
	.room_dList > dd {}
	.room_dList > dd > sup {}
	.room_link {
		margin-top: 20px;
	}
	.roomNav {}
	.roomNav_title {
		font-size: 32px;
		margin-bottom: 22px;
	}
	.roomNav_title > b {}
	.roomNav_title > small {
		font-size: 14px;
		margin-top: 11px;
	}
	.roomNav_list {
		max-width: 612px;
	}
	.roomNav_list > li {
		width: 49%;
	}
	.roomNav_list > li:first-child {}
	.roomNav_list > li:last-child {}
	.roomNav_list > li:nth-child(3n + 1) {
		margin-left: 2%;
	}
	.roomNav_list > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.roomNav_list > li:nth-child(n + 3) {
		margin-top: 25px;
	}
	.roomNav_list > li > a {}
	.roomNav_image {
		margin-bottom: 10px;
	}
	.roomNav_image > img {}
	.roomNav_text {
		font-size: 17px;
	}
	.roomNav_text > b {}
	.roomNav_text > small {
		font-size: 13px;
		margin-top: 5px;
	}
	.roomDtl {
		padding-bottom: 55px;
		margin-bottom: 60px;
	}
	.roomDtl::before {
		height: calc(100% - 24px);
	}
	.roomDtl_title {
		font-size: 38px;
		margin-bottom: 25px;
	}
	.roomDtl_title > b {}
	.roomDtl_title > small {
		font-size: 15px;
		margin-top: 8px;
	}
	.roomDtl_box {}
	.roomDtl_mainImage {}
	.roomDtl_mainImage > img {}
	.roomDtl_cols {
		margin-bottom: 45px;
	}
	.roomDtl_cols:last-child {}
	.roomDtl_col {}
	.roomDtl_col-no1 {
		margin-bottom: 20px;
	}
	.roomDtl_headline {
		font-size: 18px;
	}
	.roomDtl_headline > small {
		font-size: 14px;
		margin-bottom: 7px;
	}
	.roomDtl_headline > b {}
	.roomDtl_headline::after {
		width: 36px;
		margin-top: 12px;
	}
	.roomDtl_col-no2 {}
	.roomDtl_tblWrap {}
	.roomDtl_table {}
	.roomDtl_table > tbody {}
	.roomDtl_table > tbody > tr {
		border-bottom: 1px solid #ccc;
	}
	.roomDtl_table > tbody > tr:first-child {}
	.roomDtl_table > tbody > tr:last-child {}
	.roomDtl_table > tbody > tr > th {}
	.roomDtl_table > tbody > tr > td {}
  .roomDtl_table > tbody > tr > td.flex {
    flex-direction: column;
  }

  .roomDtl_table > tbody > tr > td.flex p {
    width: 100%;
  }

  .roomDtl_table > tbody > tr > td.flex figure {
    width: 70%;
    margin: 20px auto 0;
  }
	.roomDtl_newList {
		max-width: 542px;
	}
	.roomDtl_newList > li {
		width: 48%;
		margin-left: 4%;
	}
	.roomDtl_newList > li:first-child {}
	.roomDtl_newList > li:last-child {}
	.roomDtl_newList > li:nth-child(3n + 1) {
		margin-left: 4%;
	}
	.roomDtl_newList > li:nth-child(2n + 1) {
		margin-left: 0;
	}
	.roomDtl_newList > li:nth-child(n + 3) {
		margin-top: 4%;
	}
	.roomDtl_fig {}
	.roomDtl_fig > img {}
	.roomDtl_fig > figcaption {}
	.roomDtl_sect {
		padding: 15px 0;
		padding-left: 10px;
	}
	.roomDtl_sect::before {}
	.roomDtl_faciImg {
		padding-left: 0;
		width: 40px;
		min-width: 40px;
	}
	.roomDtl_faciImg > img {}
	.roomDtl_areaText {
		width: calc(100% - 70px);
	}
	.roomDtl_subhead {
		margin-bottom: 5px;
	}
	.roomDtl_text {}
	.topics {}
	.topicsArch {
		max-width: none;
		margin-bottom: 45px;
	}
	.topicsArch_selWrap {}
	.topicsArch_selWrap > select {}
	.topicsArch_selWrap > select > option {}
	.topics_listWrap {}
	.topics_listWrap::before {
		top: 25px;
		height: 100%;
	}
	.topics_list {
		display: block;
	}
	.topics_list > li {
		width: auto;
		margin-left: 0;
	}
	.topics_list > li:first-child {}
	.topics_list > li:last-child {}
	.topics_list > li:nth-child(3n + 1) {
		margin-left: 0;
	}
	.topics_list > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.topicsItem {}
	.topicsItem > a {}
	.topicsItem-list {
		height: auto;
	}
	.topicsItem-list > a {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 0;
		height: auto;
		padding-left: 10px;
	}
	.topicsItem_imageWrap {}
	.topicsItem_imageWrap-list {
		margin-bottom: 0;
		width: 110px;
		min-width: 110px;
	}
	.topicsItem_image {}
	.topicsItem_image-list {}
	.topicsItem_areaText {}
	.topicsItem_areaText-list {
		width: calc(100% - 110px);
		display: block;
		padding: 8px 10px;
	}
	.topicsItem_title {
		font-size: 15px;
		margin-bottom: 5px;
		line-height: 1.4;
	}
	.topicsItem_time {
		font-size: 13px;
		text-align: right;
	}
	.topicsItem_time > time {}
	.entry {
		padding: 40px 20px 50px;
	}
	.entry_box {}
	.entry_areaTitle {
		margin-bottom: 25px;
		padding-bottom: 10px;
	}
	.entry_time {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.entry_time > time {}
	.entry_title {
		font-size: 18px;
	}
	.entry_editor {}
	.entryNav {
		margin-top: 50px;
		max-width: 320px;
	}
	.entryNav_link {}
	.entryNav_link-prev {
		width: 50px;
		height: 60px;
	}
	.entryNav_link-list {
		width: 180px;
		min-width: 180px;
	}
	.entryNav_link-next {
		width: 50px;
		height: 60px;
	}
	.entryNav_link > a {}
	.entryNav_link-prev > a {}
	.entryNav_link-list > a {}
	.entryNav_link-next > a {}
	.entryNav_link > a::before {}
	.entryNav_link > a::after {}
	.entryNav_link-prev > a::before {}
	.entryNav_link-next > a::after {}
	.guide {}
	.guideIntro {}
	.guideIntro_message {
		margin-bottom: 45px;
	}
	.guideIntro_cols {
		padding-bottom: 60px;
	}
	.guideIntro_cols::before {
		left: 40px;
		height: calc(100% - 75px);
	}
	.guideIntro_col {
		max-width: none;
	}
	.guideIntro_col-no1 {
		margin-bottom: 25px;
	}
	.guideIntro_image {}
	.guideIntro_image > img {}
	.guideIntro_col-no2 {}
	.guideIntro_text {
		line-height: 2;
	}
	.guideAbout {
		margin-bottom: 60px;
	}
	.guideAbout_title {
		margin-top: -30px;
		margin-bottom: 40px;
	}
	.guideAbout_title > b {}
	.guideAbout_title > small {}
	.guideAbout_colsWrap {}
	.guideAbout_cols {
		display: block;
		margin-bottom: 30px;
	}
	.guideAbout_cols::before {}
	.guideAbout_cols:last-child {
		margin-bottom: 0;
	}
	.guideAbout_col {
		width: auto;
	}
	.guideAbout_col-no1 {
		min-width: 0;
		border-bottom: 1px solid currentColor;
		justify-content: center;
		padding: 10px;
		margin-bottom: 15px;
	}
	.guideAbout_col-no1-hasBb {}
	.guideAbout_point {
		margin-top: 0;
		text-align: center;
		font-size: 20px;
	}
	.guideAbout_point > small {
		font-size: 13px;
		margin-bottom: 6px;
	}
	.guideAbout_point > b {}
	.guideAbout_col-no2 {
		padding: 0;
	}
	.guideAbout_areaText {}
	.guideAbout_headline {
		font-size: 20px;
	}
	.guideAbout_text {
		line-height: 2;
	}
	.guideAbout_image {}
	.guideAbout_image > img {}
	.guideAbout_note {
		margin-top: 40px;
		font-size: 15px;
	}
	.developBnr {
		max-width: 480px;
		margin: 0 auto;
	}
	.developBnr > a {}
	.developBnr > a::before {
		right: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		top: auto;
		bottom: 25px;
	}
	.developBnr > a::after {}
	.developBnr_bg {
		padding-bottom: 37.5%;
	}
	.developBnr_text {
		font-size: 22px;
		width: 54%;
		max-width: 180px;
	}
	.guideTour {
		padding-bottom: 50px;
	}
	.guideTour::before {
		right: 45px;
		height: calc(100% + 125px);
	}
	.guideTour_inner {}
	.guideTour_title {}
	.guideTour_title > b {}
	.guideTour_title > small {}
	.guideTour_list {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	.guideTour_list > li {
		width: auto;
	}
	.guideTour_list > li:first-child {}
	.guideTour_list > li:last-child {}
	.guideTour_list > li:nth-child(4n + 1) {}
	.guideTour_list > li:nth-child(n + 2) {
		margin-top: 25px;
	}
	.guideTour_fig {
		margin-bottom: 12px;
	}
	.guideTour_fig::after {
		margin-top: 8px;
	}
	.guideTour_fig > img {}
	.guideTour_fig > figcaption {
		font-size: 18px;
	}
	.guideTour_text {}
	.guideTour_dLWrap {
		margin-top: 10px;
	}
	.guideTour_dList {}
	.guideTour_dList > dt {}
	.guideTour_dList > dd {}
	.conc {}
	.concNav {
		margin-bottom: 40px;
	}
	.concNav_inner {}
	.concNav_list {
		display: block;
	}
	.concNav_list > li {
		width: auto;
	}
	.concNav_list > li::before {
		width: calc(100% - 60px);
		height: 1px;
		position: relative;
		margin: 0 auto;
		-webkit-transform: none;
		transform: none;
	}
	.concNav_list > li:first-child {}
	.concNav_list > li:last-child {
		width: auto;
	}
	.concNav_list > li:last-child::after {
		display: none;
	}
	.concNav_list > li:nth-child(2n + 1) {}
	.concNav_list > li:nth-child(n + 3) {}
	.concNav_list > li > a {
		font-size: 15px;
		padding: 13px 10px 15px;
	}
	.concNav_list > li > a::before {}
	.concNav_list > li > a::after {
		width: 6px;
		height: 6px;
		margin-top: 5px;
	}
	.concNav_list > li > a > small {
		font-size: 13px;
		margin-bottom: 3px;
	}
	.concNav_list > li > a > b {
		display: block;
	}
	.concNav_list > li > a > b::before {
		display: none;
	}
	.conc_sectOuter {}
	.concAbout {}
	.concAbout_inner {}
	.concAbout_inner::before {
		height: 490px;
	}
	.concAbout_areaText {}
	.concAbout_title {
		font-size: 23px;
	}
	.concAbout_text {
		line-height: 2;
	}
	.concLogo {}
	.concLogo::before {}
	.concLogo_inner {
		padding-bottom: 60px;
	}
	.concLogo_inner::before {
		left: 0px;
		height: calc(100% - 260px);
	}
	.concLogo_title {
		margin-top: -35px;
	}
	.concLogo_title > b {}
	.concLogo_title > small {}
	.concLogo_cols {
		margin-bottom: 35px;
	}
	.concLogo_cols-rev {}
	.concLogo_cols:last-child {}
	.concLogo_col {}
	.concLogo_col-no1 {
		margin-bottom: 20px;
	}
	.concLogo_text {
		line-height: 2;
	}
	.concLogo_col-no2 {
		padding: 0;
	}
	.concLogo_col-no2-bottom {}
	.concLogo_imageWrap {}
	.concLogo_image {}
	.concLogo_image > img {}
	.concLogo_name {}
	.concLogo_name > img {}
	.concService {
		margin-bottom: 40px;
	}
	.concService_inner {}
	.concService_title {
		margin-top: -32px;
	}
	.concService_title > b {}
	.concService_title > small {}
	.concService_cols {
		display: block;
	}
	.concService_col {
		width: auto;
	}
	.concService_col-no1 {
		margin-bottom: 20px;
		min-width: 0;
	}
	.concService_headline {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.concService_text {
		max-width: none;
		line-height: 2;
	}
	.concService_col-no2 {
		padding-top: 0;
		max-width: 520px;
		margin: 0 auto;
	}
	.concService_image {}
	.concService_image > img {}
	.concArt_bg{
		top: 30px;
		height: calc(100% - 30px);
	}
	.concArt_inner{
		padding-bottom: 40px;
	}
	.concArt_headline{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.concArt_headline02{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.concArt_headline03{
		font-size: 24px;
		margin-bottom: 0;
	}
	.concArt_text02{
		margin-bottom: 20px;
	}
	.concArt_picture_col{
		margin-bottom: 20px;
	}
	.concArt_picture,
	.concArt_picture02{
		margin-bottom: 15px;
	}
	.concArt_picture_title{
		margin-bottom: 8px;
		font-size: 18px;
	}
	.concArt_picture_artist img{
		width: 240px;
	}
	.concArt_col-no1{
		margin-bottom: 30px;
	}
	.concArt_col-no2{
		width: 100%;
	}
	.concArt_col01{
		margin-bottom: 25px;
	}
	.form {}
	.form_text {
		text-align: left;
	}
	.form_text-spCenter {
		text-align: center;
	}
	.form_text-input {}
	.form_text-confirm {}
	.form_oList {
		font-size: 12px;
		margin: 35px 0;
	}
	[data-view="complete"] .form_oList {
		margin-bottom: 25px;
	}
	.form_oList > li {
		margin-right: 50px;
	}
	.form_oList > li::before {
		width: 30px;
		margin-left: 10px;
	}
	.form_oList > li:last-child::before {}
	.form_oList > li:first-child {}
	.form_oList > li:last-child {}
	.form_oList > li:nth-child(2n + 1) {}
	.form_oList > li:nth-child(n + 3) {}
	.form_oList > li > b {}
	.form_oList > li:first-child > b {}
	.form_oList > li:first-child {}
	.form_oList > li > small {
		font-size: 14px;
		margin-top: 6px;
		line-height: 1.2;
	}
	.form_table {
		display: block;
		width: auto;
		margin-bottom: 25px;
	}
	.form_table > tbody {
		display: block;
	}
	.form_table > tbody > tr {
		display: block;
		padding: 0;
		border: none;
		margin-bottom: 25px;
	}
	.form_table > tbody > tr:first-child {}
	.form_table > tbody > tr:last-child {}
	.form_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
	}
	.form_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.form_table > tbody > tr.optional_cell.active{
		display: block;
	}
	.form_th {
		margin-bottom: 7px;
		line-height: 1;
	}
	.form_th::before {
		display: none;
	}
	.form_td {}
	.form_th > b {
		font-size: 11px;
		width: 36px;
		height: 19px;
	}
	.form_privacy {}
	.form_privacy > a {}
	.form_privacy > a::before {}
	.form_privacy > a::after {}
	.form_btnList {
		display: block;
		margin-top: 35px;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.form_btnList-input {}
	.form_btnList-confirm {}
	[data-view="confirm"] .form_btnList-confirm {
		display: block;
	}
	.form_btnList > li {
		width: auto;
		margin-left: 0;
		max-width: none;
		margin-top: 15px;
	}
	.form_btnList > li:first-child {
		margin-top: 0;
	}
	.form_btnList > li:last-child {}
	.form_btnList > li:nth-child(2n + 1) {}
	.form_btnList > li:nth-child(n + 3) {}
	.form_btnList > li > button {}
	.form_btnList > li > button::before {}
	.form_btnList > li > button::after {}
	.form_title {
		font-size: 20px;
		line-height: 1.6;
	}
	.topVis {
		color: #fff;
	}
	.topVis_bg::before {
		content: "";
		display: block;
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-color: #243e6e;
		top: 0;
		left: 0;
		opacity: .47;
		mix-blend-mode: multiply;
	}
	.topVis_bg {}
	.topVis_inner {
		justify-content: center;
		text-align: center;
	}
	.topVis_inner::before {}
	.topVis_areaText {}
	.topVis_title {
		font-size: 21px;
		text-align: center;
		line-height: 1.7;
		white-space: nowrap;
	}
	.topVis_text {
		font-size: 48px;
		text-align: center;
		font-weight: bold;
		line-height: 1.3;
		margin-top: 17px;
		padding-left: .5em;
	}
	.topVis_scroll {
		-webkit-transform: none;
		transform: none;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		align-items: flex-start;
	}
	.topVis_scroll_bar {
		height: 78px;
	}
	.topVis_scroll_bar_item {}
	.topVis_scroll_text {
		font-size: 10px;
	}
	.topTopics {
		margin-bottom: 52px;
	}
	.topTopics_inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.topTopics_titleWrap {
		display: block;
		margin-bottom: 20px;
	}
	.topTopics_title {
		display: block;
	}
	.topTopics_title > b {}
	.topTopics_title > small {
		margin-top: 15px;
		margin-left: 0;
	}
	.topTopics_swiper {}
	.topTopics_swiper_wrapper {}
	.topTopics_swiper_slide {}
	.topTopicss_link {
		display: block;
		max-width: 250px;
		margin: 14px auto 0;
	}
	.topTopicss_link > a {}
	.topTopicss_link > a::before {}
	.topTopicss_link > a::after {}
	.topTopics_more {
		display: none;
	}
	.topTopics_more > a {}
	.topTopics_more > a::before {}
	.topTopics_more > a::after {}
	.topTopics_more_dot {}
	.topTopics_more_dot:first-child {}
	.topTopics_btns {
		display: flex;
		margin-top: 11px;
	}
	.topTopics_btn {}
	.topTopics_btn[aria-disabled="true"] {}
	.topTopics_btn::before {}
	.topTopics_btn-prev::before {}
	.topTopics_btn-next::before {}
	.topTopics_btn::after {}
	.topTopics_btn-prev {}
	.topTopics_btn-next {}
	.topRoom {
		padding-top: 75px;
		padding-bottom: 52px;
		margin-bottom: 49px;
	}
	.topRoom_inner {}
	.topRoom_title {
		text-align: center;
		margin-bottom: 23px;
	}
	.topRoom_title > b {}
	.topRoom_title > small {}
	.topRoom_text {
		line-height: 1.77;
	}
	.topRoom_swiper {}
	.topRoom_swiper_wrapper {}
	.topRoom_swiper_slide {}
	.topRoom_item {
		padding: 28px 20px 65px;
	}
	.swiper-slide-active .topRoom_item {}
	.topRoom_image {}
	.topRoom_image > img {}
	.topRoom_cols {
		display: block;
		margin-bottom: 32px;
	}
	.topRoom_col {
		width: auto;
	}
	.topRoom_col-no1 {}
	.topRoom_name {
		display: block;
		font-size: 25px;
	}
	.topRoom_name > b {}
	.topRoom_name > small {
		font-size: 13px;
	}
	.topRoom_col-no2 {}
	.topRoom_info {
		font-size: 13px;
		line-height: 1.54;
	}
	.topRoom_link {
		max-width: 250px;
		margin: 21px auto 0;
	}
	.topRoom_link > a {}
	.topRoom_link > a::before {}
	.topRoom_link > a::after {}
	.topRoom_item_cols {
		display: block;
		text-align: center;
	}
	.topRoom_item_col {
		width: auto;
	}
	.topRoom_item_col-no1 {}
	.topRoom_item_col-no2 {}
	.topRoom_item_inner {}
	.topRoom_hr {
		width: 50px;
		height: 1px;
		margin: 18px auto;
	}
	.topRoom_container {}
	.topRoom_btn {
		width: 40px;
		height: 40px;
		margin: 0;
		top: auto;
		bottom: 15px;
		left: 50%;
		right: auto;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.topRoom_btn::after {
		background: none;
		display: block;
		width: 20px;
		height: 20px;
		border: 1px solid currentColor;
		-webkit-transform: rotate( 45deg);
		transform: rotate( 45deg);
		margin: 0 auto;
		box-sizing: border-box;
		-webkit-transform-origin: center center;
		transform-origin: center center;
	}
	.topRoom_btn-prev {
		margin-left: -15px;
	}
	.topRoom_btn-prev::after {
		border-top: none;
		border-right: none;
	}
	.topRoom_btn-next {
		margin-left: 15px;
	}
	.topRoom_btn-next::after {
		border-left: none;
		border-bottom: none;
	}
	.topBannerArea {
		padding-bottom: 58px;
	}
	.topBannerArea_inner {
		display: block;
	}
	.topBannerArea_item{
		width: 100%;
		max-width: 600px;
		margin: 30px auto 0;
	}
	.topBannerArea_item a:hover{
		opacity: 1;
	}
	.topBannerArea_item:first-child{
		margin-top: 0;
	}
	.topRecruit {
		padding-bottom: 58px;
	}
	.topRecruit_bg {}
	.topRecruit_inner {}
	.topRecruit_cols {
		flex-wrap: wrap;
		margin-top: 49px;
	}
	.topRecruit_col {
		width: 50%;
	}
	.topRecruit_col-no1 {}
	.topRecruit_image {
		padding-bottom: 71.875%;
		height: auto;
	}
	.topRecruit_image-no1 {}
	.topRecruit_image-no2 {}
	.topRecruit_col-no2 {
		order: 2;
	}
	.topRecruit_col-no3 {
		width: 100%;
		order: 2;
	}
	.topRecruit_pikcup {
		padding: 15px 10px 11px;
	}
	.topRecruit_pikcup_svg {}
	.topRecruit_title {
		font-size: 26px;
	}
	.topRecruit_title > b {}
	.topRecruit_title > small {
		margin-bottom: 2px;
	}
	.topRecruit_list {
		max-width: 280px;
		margin-top: 5px;
	}
	.topRecruit_list > li {
		height: 30px;
	}
	.topRecruit_list > li:first-child {}
	.topRecruit_list > li:last-child {}
	.topRecruit_list > li:nth-child(2n + 1) {}
	.topRecruit_list > li:nth-child(n + 3) {}
	.topRecruit_text {}
	.topRecruit_cont {
		padding: 15px 10px 20px;
	}
	.topRecruit_dList {}
	.topRecruit_dList > dt {}
	.topRecruit_dList > dd {
		margin-top: 6px;
	}
	.topRecruit_dList > dd > a {}
	.topRecruit_dList > dd > a[href^="tel:"] {}
	.topRecruit_dList > dd > a[href^="mailto:"] {
		font-size: 15px;
	}
	.topRecruit_dList > dd > a::before {}
	.topRecruit_dList > dd > a::after {}
	.topRecruit_dList > dd > a > .icon {}
	.topRecruit_dList > dd > a[href^="mailto:"] > .icon {
		font-size: 20px;
		margin-right: 7px;
	}
	.topRecruit_dList > dd > a[href^="tel:"] > .icon {
		top: -2px;
	}
	.topRecruit_link {}
	.topRecruit_link > a {
		height: 120px;
		padding: 0 10px;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.topRecruit_link > a::before {}
	.topRecruit_link > a::after {}
	.topRecruit_link > a > b {}
	.topRecruit_link > a > svg {
		position: static;
		width: 46px;
		height: 4px;
		display: none;
	}
	.topConcept {
		margin-top: 0;
		margin-bottom: 89px;
	}
	.topConcept_inner {}
	.topConcept_cols {
		display: block;
	}
	.topConcept_col {
		width: auto;
		padding-bottom: 0;
	}
	.topConcept_col-no1 {
		height: auto;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 40px;
	}
	.topConcept_image {
		width: auto;
		position: static;
	}
	.topConcept_image > img {}
	.topConcept_col-no2 {}
	.topConcept_title {
		display: none;
	}
	.topConcept_title::before {}
	.topConcept_headline {
		font-size: 21px;
		text-align: center;
		margin-bottom: 15px;
	}
	.topConcept_text {
		line-height: 1.77;
	}
	.topConcept_link {
		max-width: 250px;
		margin: 25px auto 0;
	}
	.topConcept_link > a {}
	.topConcept_link > a::before {}
	.topConcept_link > a::after {}
	.topFacility {}
	.topFacility::before {}
	.topFacility_inner {}
	.topFacility_title {
		margin-bottom: 23px;
	}
	.topFacility_title > b {}
	.topFacility_title > small {}
	.topFacility_oList {
		justify-content: flex-start;
	}
	.topFacility_oList > li {
		width: 50%;
		transform: translateX(-100px);
	}
	.topFacility_oList > li:first-child {}
	.topFacility_oList > li:last-child {
		padding-top: 0;
	}
	.topFacility_oList > li:nth-child(2n) {}
	.topFacility_oList > li:nth-child(n + 3) {}
	.topFacility_oList > li > a {}
	.topFacility_oList > li > a::before {}
	.topFacility_oList > li > a::after {}
	.topFacility_image {}
	.topFacility_image > img {}
	.topFacility_num {
		font-size: 35px;
		text-indent: -12px;
		top: -12px;
		left: 7px;
		margin-bottom: -12px;
	}
	.topFacility_num > b {}
	.topFacility_areaText {
		font-size: 13px;
		padding: 0 10px;
	}
	.topFacility_text {}
	.topTopicsWrap {
		padding-top: 45px;
	}
	.topAcs {}
	.topAcs_inner {}
	.topAcs_title {}
	.topAcs_title > b {}
	.topAcs_title > small {}
	.topAcs_text {
		text-align: left;
		line-height: 1.77;
	}
	.topAcs_link {
		max-width: 250px;
		margin: 19px auto 0;
	}
	.topAcs_link > a {}
	.topAcs_link > a::before {}
	.topAcs_link > a::after {}
	.topRoom_dList {
		font-size: 13px;
		line-height: 1.54;
		justify-content: center;
	}
	.topRoom_dList > dt {}
	.topRoom_dList > dd {}
	.error {}
	.error_title {
		font-size: 24px;
		line-height: 1.6;
	}
	.error_text {
		text-align: left;
	}
	.error_link {
		max-width: 300px;
	}
	.error_link > a {}
	.error_link > a::before {}
	.error_link > a::after {}
	.roomDtl_message {
		margin-bottom: 35px;
		text-align: left;
	}
	.roomDtl_slide {
		margin-bottom: 31px;
	}
	.roomDtl_slide.slick-initialized {}
	.roomDtl_slide_item {}
	.roomDtl_slide_btn {
		width: 40px;
		height: 40px;
		font-size: 23px;
	}
	.roomDtl_slide_btn > .icon {}
	.roomDtl_slide_btn::before {}
	.roomDtl_slide_btn::after {}
	.roomDtl_slide_btn-next {}
	.roomDtl_slide_btn-prev {
		right: 40px;
	}
	.topRest {
		margin: 45px 0;
	}
    .topRest_cols{
        display: block;
    }
	.topRest_cols:first-child {
		margin-bottom: 0;
	}
    .topRest_col{
        width: 100%;
    }
    .topRest_col-no2 {
        height: auto;
        margin-bottom: 10px;
    }
    .topRest_image {
        width: auto;
        position: static;
    }
	.topRest_col-no1 {
        margin-bottom: 40px;
    }
	.topRest_title::before {
		width: 50px;
		margin-right: 21px;
	}
	.topRest_headline {
        font-size: 21px;
        margin-bottom: 15px;
    }
	.topRest_col-img{
		margin-bottom: 10px;
	}
	.topTour {
		padding: 55px 0;
		margin-top: 55px;
	}
	.topTour_inner {}
	.topTour_cols {
		display: block;
	}
	.topTour_col {
		width: auto;
		top: 0;
		padding: 35px 20px;
	}
	.topTour_col-no1 {
		margin-bottom: 15px;
	}
	.topTour_title {}
	.topTour_title > b {}
	.topTour_title > small {}
	.topTour_col-no2 {}
	.facility_lead{
		margin-bottom: 30px;
	}
	.facility_lead{
		font-size: 14px;
	}
	#Check-in,
	#Bed,
	#Cleaning,
	#Air{
		margin-bottom: 50px;
	}
	.facility_bg{
		height: 60vw;
		margin-bottom: 50px;
	}
	.facility_headline {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.facility_sub_col{
		margin-top: 20px;
	}
	.facility_sub_col_text{
		font-size: 12px;
	}
	.facilitySmartTV .facility_text.small{
		font-size: 12px;
		margin-top: 20px;
	}
	.facility_sub_col_ttl{
		font-size: 16px;
	}
	.facilityCleaning .facility_sub_img{
		width: 100%;
		max-width: 403px;
		margin: 0 auto;
	}
	.facility_room_list{
		padding-left: 20px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.facility_feature{
		margin-top: 40px;
	}
	.facility_feature_ttl{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.facility_feature ul{
		display: block;
	}
	.facility_feature ul li{
		border-right: none;
		border-bottom: 1px solid #cccccc;
		padding: 10px 15px 10px;
	}
	.facilityAir .facility_feature ul li{
		padding: 10px 15px 10px;
	}
	.facility_feature ul li:first-child{
		border-left: none;
		border-top: 1px solid #cccccc;
	}
	.facility_feature ul li .number{
		margin-bottom: 0;
	}
	.facility_feature_headline{
		font-size: 15px;
	}
	.restaurantLead{
		margin-bottom: 80px;
	}
	.restaurant_lead{
		margin-bottom: 70px;
	}
	.restaurant_visual{
		height: 50vw;
	}
	.restaurant_sectWrapper{
		margin-bottom: 80px;
	}
	.restaurantWa,
	.restaurantYo{
		margin-bottom: 60px;
	}
}
@media screen and (max-width:480px) {
	.concArt_picture_title span{
		display: initial;
	}
	.topContact_cols {
		flex-wrap: wrap;
		margin-top: 49px;
	}
	.topContact_col {
		width: 100%;
	}
	.topContact_col-no1 {}
	.topContact_image {
		padding-bottom: 71.875%;
		height: auto;
	}
	.topContact_image-no1 {}
	.topContact_image-no2 {}
	.topContact_col-no2 {}
	.topContact_col-no3 {
		width: 100%;
		order: 2;
	}
	.topContact_pikcup {}
	.topContact_pikcup_svg {}
	.topContact_title {
		font-size: 22px;
	}
	.topContact_title > a{
		padding: 20px 10px 15px;
	}
	.topContact_title > a span{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		line-height: 1.4;
	}
	.topContact_title > a span > *{
		width: 100%;
	}
	.topContact_title > b {}
	.topContact_title > small {
		margin-bottom: 2px;
	}
	.topContact_text {}
	.topContact_cont {
		padding: 15px 10px 20px;
	}
	.topContact_dList {}
	.topContact_dList > dt {}
	.topContact_dList > dd {
		margin-top: 6px;
	}
	.topContact_dList > dd > a {}
	.topContact_dList > dd > a[href^="tel:"] {}
	.topContact_dList > dd > a::before {}
	.topContact_dList > dd > a::after {}
	.topContact_dList > dd > a > .icon {}
	.topContact_dList > dd > a[href^="tel:"] > .icon {
		top: -2px;
	}
	.topContact_link {}
	.topContact_link > a {
		height: 120px;
		padding: 0 10px;
		font-size: 24px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.topContact_link > a::before {}
	.topContact_link > a::after {}
	.topContact_link > a > b {}
	.topContact_link > a > svg {
		position: static;
		width: 46px;
		height: 4px;
		display: none;
	}
	.facility_bg::after{
		bottom: -35px;
		height: 70px;
	}
	.restaurantLead{
		margin-bottom: 50px;
		font-size: 13px;
	}
	.restaurant_lead{
		margin-bottom: 40px;
	}
	.restaurant_cols{
		flex-wrap: wrap;
	}
	.restaurantWa,
	.restaurantYo{
		margin-bottom: 40px;
	}
	.restaurantWa .restaurant_cols{
		justify-content: center;
	}
	.restaurantWa .restaurant_col-no1{
		padding-left: 0%;
	}
	.restaurantYo .restaurant_cols{
		justify-content: center;
	}
	.restaurantYo .restaurant_col-no1{
		padding-right: 0;
		order: 2;
	}
	.restaurantYo .restaurant_col-no2{
		order: 1;
	}
	.restaurant_col-no2{
		width: 100%;
	}
	.restaurantWa .restaurant_col-no1,
	.restaurantYo .restaurant_col-no1{
		padding-top: 20px;
	}
	.restaurant_headline{
		font-size: 50px;
		margin-left: 10px;
	}
	.restaurant_headline::before{
		height: 50px;
		margin-bottom: 15px;
	}
	.restaurant_sectWrapper{
		margin-bottom: 60px;
	}
	.restaurantWa .restaurant_text,
	.restaurantYo .restaurant_text{
		padding-top: 80px;
		font-size: 15px;
	}
	.restaurant03 .restaurant_col-no1{
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
		padding-top: 10px;
		align-items: initial;
	}
	.restaurantInfo{
		background-size: 200%;
		background-position-x: 85%;
		background-position-y: top;
		background-color: #191919;
	}
	.restaurantInfo_col{
		width: 100%;
		text-align: center;
		padding-top: 80vw;
		padding-bottom: 40px;
	}
	.restaurantInfo_headline{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.masuyone_logo{
		width: 120px;
		margin: 0 auto 30px;
	}
	.restaurantInfo_text01{
		margin-bottom: 20px;
		font-size: 15px;
	}

}
@media screen and (max-width:374px) {
	.developBnr_text {
		font-size: 18px;
	}
	.concService_headline {
		font-size: 16px;
	}
}