@charset "utf-8";
/* CSS Document */
/* トップスライドスマホ画像の位置 */
.slide-working-twin img { object-position: 75% 100%; }
.slide-double-room img { object-position: right top; }


/* トップページ朝食 */
.breakfast-box {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
	max-width: 1300px;
}
.two-box { width: 100%; }
.two-box img {
	width: 100%;
    vertical-align: bottom;
}
.breakfast-txt { padding: 1.8rem; }
.sapphire-btn {
	width: 100%;
    margin: 0 0;
    padding: 1em;
    text-align: center;
    position: relative;
	background: #0169ae;
    margin-bottom: 10%;
}
.sapphire-btn a,
.sapphire-btn-inner a{ 
	display: block; width:100%; color:#fff;
}
.sapphire-btn:after,
.sapphire-btn-inner:after{
	content: "\f105";
	color: #fff;
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	display: block;
	width: 20px;
	height: 20px;
	position:absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-50%);
}
.sp-tb-display { display: block !important;}
.pc1000-display { display: none !important;}

/* 駐車場アコーディオン */
.parking-info { width: 90%; }
.parking-label { background: #e2ded6; }
.summary-content .headline { font-size: 120%; }
.summary-content .attention {
	color: #ff0000;
    font-size: 100%;
    display: inline;
}

/* アクセスyoutube動画 */
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* アクセス モーニングカフェ */
.twoPiece {
	width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
	text-align: justify;
}
.twoPiece .imgBox {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 100%;
}
.twoPiece .imgBox img {
    width: 100%;
    height: auto;
}
.twoPiece li {
    width: 100%;
    margin: 2% 0 2%;
}
.twoPiece dt {
	background-color: #007ccf;
    padding: 0.6rem 1.8rem;
    font-size: 120%;
    color: #fff;
}
.twoPiece dd {
	background: #fff;
    padding: 1.8rem;
}
.store-name {
	display: flex;
    align-items: center;
    line-height: 1.2rem;
}
.link-icon { padding: 0 0 0 0.6rem; }






@media (min-width: 768px) {
/* 駐車場アコーディオン */	
.parking-info {
	width: auto;
	margin: 1% 10%;
}

/* アクセス モーニングカフェ */
.twoPiece li {
    width: 90%;
    margin: 1.2rem auto;
}
.twoPiece dt { padding: 0.9rem 1.5rem; }
.twoPiece dd { padding: 1.8rem 1.5rem; }
	
}

/* 客室SDGs */
.textBox02 dd.photo { vertical-align: top; }


@media (min-width: 1000px) {
/* アクセスyoutube動画 */
.iframe-wrapper {
	max-width: 1000px;
    padding-bottom: 563px; /* アスペクト比16:9の場合 */
}

/* アクセス モーニングカフェ */
.twoPiece {
    flex-direction: row;
	width: auto;
    margin: 1% 10%;
}	
.twoPiece li {
    width: 49%;
    margin: 1% 0 1%;
}
.twoPiece dd { height: 390px; }	
	
	
	
	
}

@media (min-width: 1200px) {
/* トップページ朝食 */
.breakfast-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    background: transparent;
}
.two-box { width: 50%; }	
.breakfast-txt { padding: 0 2.1rem; }
.flex-between {
	display: flex;
    flex-direction: column;
	justify-content: space-around;
	text-align: justify;
}
.sapphire-btn { margin-bottom: 0; }
.sp-tb-display { display: none !important;}
.pc1000-display { display: block !important;}
	

	
}

@media (min-width: 1300px) {
/* アクセス モーニングカフェ */	
.twoPiece dd { height: 360px; }		
.sapphire-btn { max-width: 390px; }
	
	
	
	
	
}

@media (min-width: 1500px) {
#breakfast { margin-top: -6.9rem; }
.twoPiece dt { padding: 0.9rem 2.1rem; }
.twoPiece dd { padding: 2.1rem; }
	
	
	
	
}





