@charset "utf-8";

/*============================
MV
============================*/
#mv {
	background-image: url(../img/optionservice/mv.jpg);
}

/*============================
リード
============================*/
#option .lead_box {
	text-align: center;
	margin-bottom: 0.70rem;
}

#option .lead_box .title {
	font-size: 0.22rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	margin-bottom: 0.25rem;
}

@media screen and (max-width: 640px) {
	#option .lead_box .title {
		font-size: 0.20rem;
		line-height: 1.4;
	}
}

#option .lead_box .text {
	font-size: 0.16rem;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 0.40rem;
}

@media screen and (max-width: 640px) {
	#option .lead_box .text {
		font-size: 0.15rem;
		text-align: left;
		letter-spacing: 0;
	}
}


#option .lead_box .bottom_text {
	font-size: 0.20rem;
	letter-spacing: 0.05em;
	line-height: 2;
	display: inline-block;
	margin: auto;
	color: #B4272D;
	border-bottom: 1px solid #B4272D;
}

@media screen and (max-width: 640px) {
	#option .lead_box .bottom_text {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		line-height: 2;
		display: inline-block;
		margin: auto;
		color: #B4272D;
		border-bottom: 1px solid #B4272D;
	}
}


/* コンテンツ */
#option .cont_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0.90rem;
	width: 10.40rem;
}

@media screen and (max-width: 640px) {
	#option .cont_box {
		width: 100%;
	}
}

#option .cont_box:nth-child(even) {
	flex-flow: row-reverse;
}

@media screen and (max-width: 640px) {
	#option .cont_box:nth-child(even) {
		flex-flow: column;
	}
}


#option .cont_box .ph_wrap {
	width: 6.60rem;
	height: 4.80rem;
	position: relative;
	left: -0.40rem;
}

@media screen and (max-width: 640px) {
	#option .cont_box .ph_wrap {
		width: 100%;
		height: 2.40rem;
		position: relative;
		left: -0.20rem;
	}
}


#option .cont_box:nth-child(even) .ph_wrap {
	right: -0.40rem;
	left: auto;
}

@media screen and (max-width: 640px) {
	#option .cont_box:nth-child(even) .ph_wrap {
		right: -0.20rem;
		left: auto;
	}
}


#option .cont_box .ph_wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0.10rem;
}

@media screen and (max-width: 640px) {
	#option .cont_box .ph_wrap img {
		border-radius: 0 0.10rem 0.10rem 0;
	}

	#option .cont_box:nth-child(even) .ph_wrap img {
		border-radius: 0.10rem 0 0 0.10rem;
	}
}


#option .cont_box .text_wrap {
	max-width: 3.50rem;
	width: calc(100% - 6.60rem);
	box-sizing: border-box;
	position: relative;
	left: -0.10rem;
}

@media screen and (max-width: 640px) {
	#option .cont_box .text_wrap {
		max-width: 100%;
		width: 100%;
		left: 0;
		margin-top: 0.20rem;
	}
}


#option .cont_box .text_wrap .title {
	margin-bottom: 0.30rem;
	text-align: center;
}

@media screen and (max-width: 640px) {
	#option .cont_box .text_wrap .title {
		max-width: 1.30rem;
		margin: auto;
		padding-left: 0.20rem;
		padding-bottom: 0.20rem;
	}
}

#option .cont_box .text_wrap .text {
	font-size: 0.15rem;
	line-height: 1.86;
	letter-spacing: 0.05em;
}

#option .cont_box .text_wrap .btn_common {
	margin-top: 0.40rem;
}

/*============================
ご滞在を彩るサービスを各種ご用意しております。
============================*/
#other_service {
	background: rgb(255, 255, 255, 0.5);
	padding-top: 0.80rem;
	padding-bottom: 0.80rem;
}

#other_service .title {
	text-align: center;
	font-size: 0.22rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.86;
	margin-bottom: 0.7rem;
}

#other_service .cont_box {
	margin-bottom: 0.80rem;
}
@media screen and (max-width: 640px) {
	#other_service .cont_box {
		margin-bottom: 0.50rem;
	}
}


#other_service .cont_box .cont_title {
	text-align: center;
	margin-bottom: 0.20rem;
}

#other_service .cont_box .cont_title span {
	font-size: 0.24rem;
	font-weight: 600;
	color: #5F2F06;
	position: relative;
}

#other_service .cont_box .cont_title span::before {
	width: 0.83rem;
	height: 1px;
	background: #5F2F06;
	content: '';
	display: block;
	position: absolute;
	left: -1.00rem;
	top: 50%;
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	#other_service .cont_box .cont_title span::before {
		width: 0.5rem;
		left: -0.6rem;
	}
}


#other_service .cont_box .cont_title span::after {
	width: 0.83rem;
	height: 1px;
	background: #5F2F06;
	content: '';
	display: block;
	position: absolute;
	right: -1.00rem;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	#other_service .cont_box .cont_title span::after {
		width: 0.5rem;
		right: -0.6rem;
	}
}


#other_service .cont_box .lead {
	font-size: 0.16rem;
	line-height: 1.86;
	text-align: center;
	margin-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
	#other_service .cont_box .lead {
		text-align: left;
		font-size: 0.15rem;
		padding: 0 0.10rem;
	}
}

#other_service .cont_box.box_01 .list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#other_service .cont_box .list .item {
	width: 31%;
}
@media screen and (max-width: 640px) {
	#other_service .cont_box .list .item {
		width: 100%;
		margin-bottom: 0.50rem;
	}
}


#other_service .cont_box .list .item img {
	border-radius: 0.10rem;
}
@media screen and (max-width: 640px) {
	#other_service .cont_box .list .item .ph_wrap{
		text-align: center;
	}
}

#other_service .cont_box .list .item .text {
	text-align: center;
	font-size: 0.13rem;
	line-height: 1.75;
	margin-top: 0.05rem;
}
@media screen and (max-width: 640px) {
	#other_service .cont_box .list .item .text {
		line-height: 1.5;
	}
}


#other_service .cont_box .list .item .text span {
	text-align: center;
	font-size: 0.14rem;
	line-height: 2;
	margin-top: 0.05rem;
	display: block;
	margin-top: 0.10rem;
	letter-spacing: 0;
}

#other_service .cont_box .note {
	text-align: center;
	font-size: 0.11rem;
	line-height: 1.75;
	margin-top: 0.10rem;
}

/* タイトルつき２カラム */
#other_service .cont_box.box_02 {
	max-width: 9.00rem;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#other_service .cont_box.box_02 .box_02_box {
	max-width: 3.40rem;
}

@media screen and (max-width: 640px) {
	#other_service .cont_box.box_02 {
		display: block;
	}
	#other_service .cont_box.box_02 .box_02_box{
		margin-bottom: 0.50rem;
	}
}

#other_service .cont_box.box_02 .list .item {
	width: 100%;
}

#other_service .cont_box.box_02 .list .item .ph_wrap {
	max-width: 3.10rem;
	margin: auto;
}

/* センター２カラム */
#other_service .cont_box.box_03 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#other_service .cont_box.box_03 .list .item {
	width: 31%;
	margin: 0 1.5%;
}
@media screen and (max-width: 640px) {
	#other_service .cont_box.box_03 .list .item {
		width: 47%;
	}
}
