@charset "utf-8";
/*------------------------------------------------------------
	◆客室
	　rooms
------------------------------------------------------------*/


/* グローバルナビ */
#gNav li:nth-of-type(3) a span {
	color: #aba3a3;
}

/* ページタイトル（メインイメージ） */
#title {
	padding-top: 0;
	text-align: center;
	height: auto;
}
div#title img {
	width: 100%;
}
.mainimg-sp{
	display:none;
}

.intro img{
	display: block;
	margin: 0 auto;
}

.flow-title {
	background: #E26B5D;
	padding: 10px;
	font-size: 1.5rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 80px;
}
/* 贈る方・贈られる方ボタン */
ul.flow-btn-wrap {
	display: flex;
	justify-content: center;
	margin: 50px 20px;
	gap: 20px;
}
ul.flow-btn-wrap li {
	text-align: center;
	width: 25%;
	border: 1px solid #cfcfcf;
	border-radius: 5px;
	padding: 10px;
}
ul.flow-btn-wrap li a {
	color: #000;
	text-decoration: none;
	display: inline-block;
	width: 100%;
}

/**/
.flow-inner-wrap {
	margin-bottom: 50px;
	padding: 10px;
}

/**/
.flow_design01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_design01 ul {
	padding: 0;
}
.flow_design01 li {
	list-style-type: none;
}
.flow_design01 dd {
	margin-left: 0;
}
.flow01 > li {
	position: relative;
	list-style: none;
}
.flow01 > li:not(:last-child) {
	margin-bottom: 40px;
}
.flow01 > li dl {
	box-sizing: border-box;
	width: 100%;
	padding: 20px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #E26B5D;
	border-radius: 10px;
	position: relative;
}
.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow01 > li:not(:last-child) dl::before {
	border-width: 22px;
	border-top-color: #E26B5D;
}
.flow01 > li:not(:last-child) dl::after {
	border-width: 20px;
	border-top-color: #fff;
}
.flow01 > li dl dt {
	font-size: 1.2em;
	font-weight: 600;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-right: 2vw;
	text-align: center;
}
.flow01 > li dl dt .icon01 {
	font-size: 0.6em;
	color: #fff;
	background: #E26B5D;
	padding: 5px 10px;
	margin-bottom: 10px;
	display: block;
	border-radius: 20px;
	position: relative;
	z-index: 100;
}
@media(max-width: 650px) {
	.flow01 > li:not(:last-child) {
		margin-bottom: 30px;
	}
	.flow01 > li dl {
		display: block;
		padding: 10px 15px;
	}
	.flow01 > li dl dt {
		margin-right: 0;
	}
	.flow01 > li dl dt .icon01 {
		font-size: .7em;
	}
}

/*  */
.flow_design04 {
	margin: 0 0 50px 0;
}
.flow04 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 60px;
}
.flow04 > li {
	list-style-type: none;
	width: 100%;
	max-width: 300px;
	display: flex;
}
.flow04 > li .icon04 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: #fff;
	background: #E26B5D;
	margin: 0 auto 10px;
	display: block;
	border-radius: 100vh;
	position: relative;
}
.flow04 > li .icon04::before {
	content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: #E26B5D;
	position: absolute;
	top: calc(100% - 2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow04 > li dl {
	padding: 30px 20px;
	margin: 0;
	border: 3px solid #E26B5D;
	border-radius: 10px;
	position: relative;
}
.flow04 > li:not(:first-child) dl::before {
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid #E26B5D;
	border-right: 4px solid #E26B5D;
	position: absolute;
	top: calc(50% - 14px);
	left: -45px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.flow04 > li dl dt {
	font-size: 1.3em;
	font-weight: 600;
	color: #E26B5D;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 10px;
	text-align: center;
}
.flow04 > li dl dd {
	margin-left: 0;
}

@media(max-width: 767px){
	.flow04 {
		gap: 20px;
	}
	.flow04 > li {
		max-width: unset;
		display: block;
	}
	.flow04 > li:not(:first-child) dl::before {
		display: none;
	}
}

.section header p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
}

/**/
ul.annotation {
	list-style: none;
	padding: 0;
}
ul.annotation li {
	display: flex;
}
ul.annotation li::before {
	content: "※";
	margin-right: .25em;
}

/**/
.content header.heading-6{
	margin-bottom: 20px;
}
.content header.heading-6 h3 {
	display: inline-block;
	position: relative;
	padding: 0 2.5em;
	color: #260d03;
}

.content header.heading-6 h3::before,
.content header.heading-6 h3::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 45px;
	height: 3px;
	background-color: #63982f;
}

.content header.heading-6 h3::before {
	left: 0;
}

.content header.heading-6 h3::after {
	right: 0;
}

/**/
.col-2 {
	display: flex;
	gap: 20px;
	flex-flow: wrap;
	justify-content: center;
	padding: 20px;
	margin-top: 50px;
}
.inner.col-2 div {
	width: 48%;
}

/**/
.lead-text{
	color: #260d03;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 120%;
}

/**/

ul.circle-list li{
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(226,107,93, 0.5);
}
ul.circle-list li:after,
ul.circle-list li:before{
	content: "";
	position: absolute;
	border-radius: 50%;
}
ul.circle-list li:before{
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(226,107,93, 0.5);
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.circle-list li:after{
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(226,107,93, 0.3);
}

/**/
.contact{
	text-align: center;
}
.contact .phone {
	float: none;
	margin-right: 0;
}


/*=====================================================================
■レスポンシブ
=======================================================================*/

@media only screen and (max-width: 1366px) {
	#title {
		height: auto;
	}
}
@media only screen and (max-width: 1024px) {
	#title {
		height: auto;
	}
	.inner.col-2 div {
		width: 95%;
	}
}

@media screen and (max-width: 768px){
	#title {
		height: auto;
	}
	.mainimg-pc{
		display:none;
	}
	.mainimg-sp, .only-sp{
		display:block;
	}
	.content header h2{
		font-size: 30px;
	}
	ul.flow-btn-wrap li{
		width: 50%;
	}
	.plan-btn-wrap{
		text-align: center;
	}
}


@media screen and (max-width: 500px){
	.intro h2 {
		font-size: 24px;
		text-align: left;
	}



}

