@charset "utf-8";
/* ル・シェル */
.dm{}

/* ====================
スマホレイアウト
==================== */
@media screen and (max-width: 640px) {
	
	.contactbar-wrap {
		position: relative;
		text-align: center;
		width: 66.7%;
		margin: 0 auto 50px;
	}
	.contactbar {
		position: relative;
	}
	.contactbar li:first-child {
		margin-bottom: 20px;
		padding-bottom: 22px;
		border-bottom: 1px solid #CCC;
	}
	.contactbar li p {
		font-size: 1.5rem;
		line-height: 1.4;
		letter-spacing: 2px;
		margin-left: 2px;
		margin-bottom: 15px;
	}
	.contactbar li a {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		height: 50px;
		font-size: 1.9rem;
		line-height: 1;
		color: #FFF;
		text-decoration: none;
		background-color: #C7D7E5;
	}
	.contactbar li.cb-rsv a {
		font-size: 2.1rem;
	}
	.contactbar li.cb-gst a {
		color: #669ec2;
		line-height: 1.3;
		border: 1px solid #C7D7E5;
		background-color: #FFF;
	}
	.contactbar li span:first-child {
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.contactbar li span + span {
		font-family: initial;
		font-size: 1.2rem;
		display: block;
	}
	.contactbar li a:hover {
		background-color: #B1CADF;
	}
	
	
	/* ========== GUESTS */
	.guestType {
		position: relative;
	}
	.guestType .header {
		position: relative;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		background-image: url(/assets/images/guests/moring_bg_sp.jpg);
		background-size: cover;
		margin-bottom: 50px;
		aspect-ratio: 1 / 1.147;
	}
	#morning .header {
		background-image: url(/assets/images/guests/moring_bg_sp.jpg);
	}
	#tomesode .header {
		background-image: url(/assets/images/guests/tomesode_bg_sp.jpg);
	}
	
	.guestType .header .text {
		display: flex;
		flex-flow: column;
		margin-left: 10%;
	}
	.guestType .header .text h2 {
		line-height: 1;
		margin-bottom: 10px;
		order: 2;
	}
	.guestType .header .text h2 .en {
		display: block;
    font-family: didot-reguler, serif;
    font-size: 2.4rem;
		line-height: 0.5;
	}
	.guestType .header .text h2 .ja {
		font-size: 1.5rem;
	}
	#tomesode .header .text h2 .ja {
		letter-spacing: 0.8rem;
	}
	.guestType .header .text .type {
    font-family: didot-reguler, serif;
    font-size: 1.5rem;
		line-height: 1;
		margin-bottom: 12px;
		order: 1;
	}
	#morning.guestType .header .text .type {
		color: #FFF;
	}
	#tomesode.guestType .header .text .type {
		color: #e3aa9d;
	}
	.guestType .header .text .price {
		font-family: 'Times New Roman', serif;
		font-size: 2.4rem;
		line-height: 1;
		margin-bottom: 10px;
		order: 3;
	}
	.guestType .header .text .contents {
		order: 4;
	}
	.guestType .header .text .contents dl {
		font-size: 1rem;
		margin-bottom: 10px;
		order: 4;
	}
	.guestType .header .text .contents dl dt {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		font-weight: bold;
		font-feature-settings: 'palt' 1;
		white-space: nowrap;
		line-height: 1;
		width: 10em;
		margin-bottom: 5px;
		padding: 4px 0;
	}
	.guestType .header .text .contents dl.set dt {
		color: #FFF;
		background-color: #666;
	}
	.guestType .header .text .contents dl.option dt {
		border: 1px solid #666;
	}
	.guestType .header .text .contents dl dd {
		letter-spacing: 0.05em;
		font-feature-settings: 'palt' 1;
	}
	.guestType .header .text .contents dl dd .op1 .view-sp,
	.guestType .header .text .contents dl dd .op2 .view-sp {
		display: inline-block;
		margin-right: 3px;
	}
	#morning .header .text .contents .set dd {
		width: 156px;
	}
	#morning .header .text .contents dl dd .op1 > span:first-child,
	#morning .header .text .contents dl dd .op2 > span:first-child {
		display: inline-block;
		width: 7.5em;
	}
	#tomesode .header .text .contents .set dd {
		width: 194px;
	}
	#morning .header .text .contents .op2c {
		margin-left: 10px;
		padding: 2px 0 2px 8px;
		border-left: 1px solid #999;
		width: 216px;
	}
	#tomesode .header .text .contents .op1 > span,
	#tomesode .header .text .contents .op2 > span {
		display: block;
	}
	#tomesode .header .text .contents .op1 > span:last-child,
	#tomesode .header .text .contents .op2 > span:last-child {
		padding-left: 1.5em;
	}
	.guestType .header .text .contents .note {
		font-size: 1rem;
	}
	.guestType .header .text .contents .need {
		font-size: 1rem;
	}
	#tomesode .header .text .contents .need {
		text-indent: -1em;
		margin-left: 1em;
	}
	
	.guestType .gallery {
		position: relative;
	}
	.guestType .gallery h3 {
		font-family: 'Lato', sans-serif;
		font-size: 1.5rem;
		line-height: 1;
		letter-spacing: 0.3rem;
		text-indent: 0.3rem;
		text-align: center;
		margin-bottom: 50px;
	}
	
	
	/* MORNING */
	#morning {
		margin: 0 auto 50px;
	}

	#morning .gallery {
		width: 82.7%;
		margin: 0 auto 60px;
	}
	#morning .gallery ul li + li {
		margin-top: 50px;
	}
	#morning .gallery .phslider {
		width: 80%;
		margin: 0 auto 30px;
	}
	#morning .gallery .phslider .slick-next,
	#morning .gallery .phslider .slick-prev {
		display: block !important;
		width: 36px !important;
		height: 36px !important;
		background: #FFF !important;
		border-radius: 50% !important;
		transition: all .3s ease !important;
		cursor: pointer !important;
	}
	#morning .gallery .phslider .slick-next {
		right: -36px;
	}
	#morning .gallery .phslider .slick-prev {
		left: -36px;
	}
	#morning .gallery .phslider .slick-prev::before,
	#morning .gallery .phslider .slick-next::before{
		position:absolute !important;
		content: "" !important;
		width: 16px !important;
		height: 16px !important;
		border-right: 1px solid #666 !important;
		border-top: 1px solid #666 !important;
		top:0 !important;
		bottom:0 !important;
		left:0 !important;
		right:6px !important;
		margin:auto !important;
		transform:rotate(45deg) !important;
	}
	#morning .gallery .phslider .slick-prev {
		transform:rotate(180deg) !important;
		transform-origin: 50% 8px;
	}
	#morning .gallery .text h4 {
		font-size: 2.5rem;
		font-feature-settings: 'palt' 1;
		font-weight: 600;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 12px;
	}
	#morning .gallery .text .mlg-price {
		font-family: 'Times New Roman', serif;
		font-size: 2.4rem;
		line-height: 1;
		text-align: center;
		margin-bottom: 12px;
	}
	#morning .gallery .text .mlg-cont {
		position: relative;
		font-size: 1.3rem;
		text-align: center;
		word-break: keep-all;
		width: 80%;
		margin: 0 auto 28px;
	}
	#morning .gallery .text .mlg-cont span {
		display: block;
		font-weight: bold;
	}
	#morning .gallery .text .mlg-cont::after {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background-color: #666;
		margin: auto;
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
	}
	#morning .gallery .text h5 {
		font-size: 1.6rem;
		font-weight: bold;
		color: #a1bacc;
		text-align: center;
		margin-bottom: 3px;
	}
	#morning .gallery .text .mlg-read {
		font-size: 1.2rem;
		font-feature-settings: 'palt' 1;
		text-align: justify;
	}
	
	#morning .measure {
		width: 82.7%;
		margin: 0 auto 100px;
	}

	
	/* TOMESODE */
	#tomesode .gallery ul {
		display: flex;
		flex-flow: wrap;
		margin: auto;
		width: 90%;
	}
	#tomesode .gallery li {
		float: left;
		width: 33.33333%;
	}
	
}

/* ====================
ディスクトップレイアウト
==================== */
@media only screen and (min-width: 641px) {
	
	.contactbar-wrap {
		position: relative;
		text-align: center;
		width: 700px;
		margin: 0 auto 80px;
	}
	.contactbar {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.contactbar::after {
		content: '';
		display: block;
		width: 1px;
		height: 100%;
		background-color: #bdbdbd;
		position: absolute;
		top: 0;
		left: 50%;
	}
	.contactbar li {
		width: 42%;
	}
	.contactbar li p {
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: 2px;
		margin-left: 2px;
		margin-bottom: 20px;
	}
	.contactbar li a {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
		height: 75px;
		font-size: 2.4rem;
		line-height: 1;
		color: #FFF;
		text-decoration: none;
		background-color: #C7D7E5;
	}
	.contactbar li.cb-rsv a {
		font-size: 2.6rem;
	}
	.contactbar li.cb-gst a {
		color: #669ec2;
		line-height: 1.3;
		border: 1px solid #C7D7E5;
		background-color: #FFF;
	}
	.contactbar li span:first-child {
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.contactbar li span + span {
		font-family: initial;
		font-size: 1.4rem;
		display: block;
	}
	.contactbar li a:hover {
		background-color: #B1CADF;
	}
	
	
	/* ========== GUESTS */
	.guestType {
		position: relative;
	}
	.guestType .header {
		position: relative;
		margin: 0 auto 120px;
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
		padding-top: 40%;
	}
	#morning .header {
		background-image: url(/assets/images/guests/moring_bg.jpg);
	}
	#tomesode .header {
		background-image: url(/assets/images/guests/tomesode_bg.jpg);
	}
	.guestType .header .text {
		position: absolute;
		display: flex;
		flex-flow: column;
		top: 74px;
		left: 18%;
	}
	#tomesode .header .text {
		width: 28%;
	}
	.guestType .header .text h2 {
		line-height: 1;
		margin-bottom: 10px;
		order: 2;
	}
	.guestType .header .text h2 .en {
		display: block;
    font-family: didot-reguler, serif;
    font-size: 5.5rem;
		line-height: 1;
		margin-bottom: 5px;
	}
	.guestType .header .text h2 .ja {
		font-size: 2.5rem;
	}
	#tomesode.guestType .header .text h2 .ja {
		letter-spacing: 0.8rem;
	}
	.guestType .header .text .type {
    font-family: didot-reguler, serif;
    font-size: 2.5rem;
		line-height: 1;
		margin-bottom: 10px;
		order: 1;
	}
	#morning.guestType .header .text .type {
		color: #FFF;
	}
	#tomesode.guestType .header .text .type {
		color: #e3aa9d;
	}
	.guestType .header .text .price {
		font-family: 'Times New Roman', serif;
		font-size: 4rem;
		line-height: 1;
		margin-bottom: 15px;
		order: 3;
	}
	.guestType .header .text .contents {
		order: 4;
	}
	.guestType .header .text .contents dl {
		display: flex;
		align-items: flex-start;
		font-size: 1.3rem;
		margin-bottom: 10px;
		order: 4;
	}
	.guestType .header .text .contents dl dt {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.2rem;
		font-weight: bold;
		font-feature-settings: 'palt' 1;
		white-space: nowrap;
		line-height: 1;
		margin-right: 10px;
		padding: 4px 15px;
	}
	.guestType .header .text .contents dl.set dt {
		color: #FFF;
		background-color: #666;
	}
	.guestType .header .text .contents dl.option dt {
		border: 1px solid #666;
	}
	.guestType .header .text .contents dl dd {
		word-break: keep-all;
		letter-spacing: 0.05em;
		font-feature-settings: 'palt' 1;
	}
	.guestType .header .text .contents .note {
		font-size: 1.2rem;
	}
	.guestType .header .text .contents .need {
		font-size: 1.3rem;
	}
	
	.guestType .gallery {
		position: relative;
	}
	.guestType .gallery h3 {
		font-family: 'Lato', sans-serif;
		font-size: 2.5rem;
		line-height: 1;
		letter-spacing: 0.3rem;
		text-indent: 0.3rem;
		text-align: center;
		margin-bottom: 60px;
	}
	
	
	/* MORNING */
	#morning {
		margin: 0 auto 50px;
	}
	#morning .gallery {
		width: 996px;
		margin: 0 auto 100px;
	}
	#morning .gallery ul {
		display: flex;
		justify-content: space-between;
	}
	#morning .gallery ul li {
		flex: 1;
	}
	#morning .gallery .text {
		width: 64%;
		margin: auto;
	}
	#morning .gallery .text h4 {
		font-size: 2.5rem;
		font-feature-settings: 'palt' 1;
		font-weight: 600;
		line-height: 1.3;
		text-align: center;
		margin-bottom: 12px;
	}
	#morning .gallery .text .mlg-price {
		font-family: 'Times New Roman', serif;
		font-size: 2.2rem;
		line-height: 1;
		text-align: center;
		margin-bottom: 12px;
	}
	#morning .gallery .text .mlg-cont {
		position: relative;
		font-size: 1.3rem;
		text-align: center;
		word-break: keep-all;
		width: 80%;
		margin: 0 auto 28px;
	}
	#morning .gallery .text .mlg-cont span {
		display: block;
		font-weight: bold;
	}
	#morning .gallery .text .mlg-cont::after {
		content: '';
		display: block;
		width: 50px;
		height: 1px;
		background-color: #666;
		margin: auto;
		position: absolute;
		bottom: -13px;
		left: 0;
		right: 0;
	}
	#morning .gallery .text h5 {
		font-size: 1.5rem;
		font-weight: bold;
		color: #a1bacc;
		text-align: center;
		margin-bottom: 3px;
	}
	#morning .gallery .text .mlg-read {
		font-size: 1.3rem;
		font-feature-settings: 'palt' 1;
		text-align: justify;
	}
	
	#morning .measure {
		width: 860px;
		margin: 0 auto 100px;
	}
	
	
	/* TOMESODE */
	#tomesode .gallery ul {
		display: flex;
		flex-wrap: wrap;
		margin: auto;
		width: 900px;
	}
	#tomesode .gallery li {
		width: 25%;
	}
	
}

