@charset "UTF-8";
/*==================================================================
	page-accommodation.css
===================================================================*/

/* ------------------------------------------------------------------
	#accommodation
-------------------------------------------------------------------*/

#accommodation #contents {
	padding-top: 70px;
	position: relative;
}
#accommodation .bg-logoBlueRight {
	top: 1900px;
}
@media only screen and (max-width: 991px) {
	#accommodation #contents {
		padding-top: 0px;
	}
}

/* ------------------------------------------------------------------
	#accommodation .ttlArea
-------------------------------------------------------------------*/
#accommodation .ttlArea {
	background-image: url(../img/accommodation/bg_accommodation_ttl.jpg);
}

/* ------------------------------------------------------------------
	#accommodation #contList
-------------------------------------------------------------------*/
#accommodation #contList li.row .imgArea {
	padding-right: 0px;
	padding-left: 0px;
}

#accommodation #contList li.row.atelier .imgArea {
	background-image: url(../img/accommodation/bg_atelier.png);
}
#accommodation #contList li.row.library .imgArea {
	background-image: url(../img/accommodation/bg_library.jpg);
}
#accommodation #contList li.row.loft .imgArea {
	background-image: url(../img/accommodation/bg_loft.png);
}
#accommodation #contList li.row.studio .imgArea {
	background-image: url(../img/accommodation/bg_studio.png);
}
#accommodation #contList li.row.standard .imgArea {
	background-image: url(../img/accommodation/bg_standard.png);
}
#accommodation #contList li.row.universal .imgArea {
	background-image: url(../img/accommodation/bg_universal.png);
}

/*
------------------------*/
@media only screen and (max-width: 768px) {
}

/*==================================================================
	#accommodation タイプボタン
===================================================================*/

#accommodation .btn_type {
	width: 1000px;
	margin: 50px auto;
}

#accommodation .btn_type .btn_list {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
#accommodation .btn_type .btn_list a {
	background: #e2e2e3;
	text-align: center;
	/* width: 16%; */
	width: 19%;
	align-items: center;
	padding: 8px 0;
	display: grid;
}
#accommodation .btn_type .btn_list a:hover {
	background: #8ddcdd;
	color: #fff;
}
#accommodation .btn_type .btn_list a p {
	line-height: 1.5;
	font-weight: bold;
	padding: 0 8px;
}
@media only screen and (max-width: 768px) {
	#accommodation .btn_type {
		width: 100%;
		margin: 50px auto;
	}
	#accommodation .btn_type .btn_list a {
		background: #e2e2e3;
		text-align: center;
		width: 47%;
		align-items: center;
		margin: 8px 0;
		padding: 15px 0;
		display: grid;
		min-height: 72px;
		word-break: break-all;
	}
}
/*==================================================================
	#accommodation 詳細ページ　共通CSS
===================================================================*/

/* ------------------------------------------------------------------
	.sliderArea
-------------------------------------------------------------------*/
/*bx-打ち消し*/
.sliderArea .bx-wrapper {
	margin: 0 auto 15px !important;
}
.sliderArea .bx-wrapper .bx-viewport {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 0 !important;
	left: 0 !important;
	background: #fff;
}
.sliderArea .bx-wrapper img {
	width: 100% !important;
}
.sliderArea {
	margin-bottom: 60px;
}
.sliderArea .bxslider {
}
.sliderArea .bxslider li {
}
.sliderArea .bxslider li img {
}
.sliderArea #bx-pager {
	text-align: center;
}
.sliderArea #bx-pager a{
    display: inline-block;
    margin-bottom: 4px;
}

/* ------------------------------------------------------------------
	#acco_detail
-------------------------------------------------------------------*/

#acco_detail {
}
#acco_detail .txtArea {
}
#acco_detail .txtArea h2 {
	color: #8ddcdd;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 6px solid #8ddcdd;
	margin-bottom: 30px;
	display: inline-block;
}
#acco_detail .txtArea p {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}
#acco_detail .listArea {
	margin-bottom: 80px;
}
#acco_detail .listArea dl {
    position: relative;
    display: grid;
    grid-template-columns: 25% 1fr;
}
#acco_detail .listArea dt {
    font-weight: bold;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #ccc;
    line-height: 1.2;
    display: flex;
    align-items: center;
    word-break: break-all;
}
#acco_detail .listArea dd {
    font-size: 12px;
    letter-spacing: 0.025rem;
    line-height: 1.2;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
#acco_detail .listArea dd ul{
	margin-left: 1em;
}
#acco_detail .listArea dd ul li{
	list-style: disc;
}

/* ------------------------------------------------------------------
	acco_CV
-------------------------------------------------------------------*/
#acco_CV {
	margin-bottom: 100px;
}
#acco_CV a {
	width: 970px;
	padding: 0 20px;
	border-radius: 6px;
	background-color: #8ddcdd;
	height: 120px;
	display: inline-block;
	line-height: 120px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	position: relative;
	background-image: url(../img/common/bg_logo_CVbtn.png);
	background-repeat: no-repeat;
	background-position: center;
}
.pc #acco_CV a:hover {
	background-color: #4a3f34;
}
#acco_CV a i {
	font-size: 32px;
	padding-left: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background-color: none;
}
.pc #acco_CV a:hover i {
	padding-left: 40px;
}

@media only screen and (max-width: 971px) {
	#acco_CV {
		margin-left: 20px;
		margin-right: 20px;
	}
	#acco_CV a {
		width: 100%;
	}
	#acco_CV a {
		height: 90px;
		display: inline-block;
		line-height: 90px;
		font-size: 16px;
		position: relative;
		background-image: url(../img/common/bg_logo_CVbtn.png);
		background-repeat: no-repeat;
		background-position: center;
	}
	#acco_CV a i {
		font-size: 16px;
		padding-left: 20px;
	}
}

/* デラックスツイン / デラックスキング */
#acco_CV.acco_CV_list{
	display: grid;
	max-width: calc(970px + 40px);
	margin: 0 auto 100px;
	padding-right: 20px;
	padding-left: 20px;
	gap: 10px;
	grid-template-columns: repeat(2, 1fr)
}

#acco_CV.acco_CV_list a{
	width: auto;
	display: grid;
	line-height: 1;
	grid-template-areas: 'text1 arrow' 'text2 arrow';
	align-items: center;
	justify-content: center;
	gap: 10px 10px;
}
#acco_CV.acco_CV_list a > span:nth-child(1){
	grid-area: text1;
	align-self: end;
}
#acco_CV.acco_CV_list a > span:nth-child(2){
	grid-area: text2;
	font-size: 80%;
	align-self: start;
}
#acco_CV.acco_CV_list a > i{
	grid-area: arrow;
}

@media only screen and (max-width: 971px) {
	#acco_CV.acco_CV_list{
		grid-template-columns: 1fr;
		margin-left: 20px;
        margin-right: 20px;
	}
	#acco_CV.acco_CV_list a{
	}
}