@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@500&family=Montserrat:wght@400;500;600&&display=swap");

/* ページ共通 */
.-font {
	font-family: "Montserrat", sans-serif;
}

.main {
	padding-bottom: 0;
}

.cmnttl span.-wrap:before {
	background-image: url(/common/img/img-cmnttl-cat07.png);
}

.cmnttl span.-lead {
	position: relative;
	width: 300px;
	padding: 0 15px 0 20px;
	font-size: 15px;
	text-align: center;
}

.cmnttl span.-lead:before,
.cmnttl span.-lead:after {
	content: "";
	position: absolute;
	bottom: 8px;
	width: 18px;
	height: 2px;
	background: #333333;
}

.cmnttl span.-lead:before {
	left: 0;
	transform: rotate(60deg);
}

.cmnttl span.-lead:after {
	right: 0;
	transform: rotate(-60deg);
}

.cmnttl em {
	margin-top: 10px;
	color: inherit;
	font-weight: normal;
}

.main_ttl {
	text-align: center;
}

.main_ttl p {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	font-size: 37px;
	line-height: 1.5;
}

.main_ttl p:before,
.main_ttl p:after {
	content: "";
	position: absolute;
}

.main_ttl p:before {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 15px;
}

.main_ttl p:after {
	width: 45px;
	height: 32px;
	background-image: url(/reserve/img/img-reserve-deco01@2x.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.main_ttl p span.-txt {
	position: absolute;
	top: -30px;
	left: -50px;
}

.main_ttl p span.-cnt {
	position: relative;
}

.main_ttl p span b {
	color: #fe5a0e;
	font-size: 70px;
	line-height: 1;
}

/* キャンペーン */

.campaign_link,
.campaign_main {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: auto;
	background-color: #ffffff;
	line-height: 1;
}

.campaign_link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-height: 170px;
	border-radius: 30px;
}

.campaign_main {
	margin-bottom: 150px;
	padding: 80px 120px 60px;
	border-radius: 50px;
}

.campaign_link_limited,
.campaign_main_limited {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background-color: #dda535;
	color: #ffffff;
	font-weight: bold;
}

.campaign_link_limited {
	width: 120px;
	height: 120px;
	font-size: 27px;
}

.campaign_main_limited {
	position: absolute;
	top: 50px;
	left: 40px;
	width: 170px;
	height: 170px;
	margin-right: 25px;
	font-size: 37px;
	transform: translate(-50%, -50%);
}

.campaign_link_head,
.campaign_main_head {
	font-weight: bold;
}

.campaign_link_head {
	margin: 0 18px;
	font-size: 30px;
}

.campaign_main_head {
	max-width: 750px;
	margin-right: auto;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #dda535;
	font-size: 36px;
}

.campaign_link_head > em,
.campaign_main_head > em {
	display: inline-block;
	position: relative;
	font-weight: inherit;
	line-height: 1.5;
}

.campaign_link_head > em::before,
.campaign_main_head > em::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 50%;
	color: #fe5a0e;
	font-size: 33%;
	transform: translate(-50%, -50%);
}

.campaign_link_head > b,
.campaign_main_head > b {
	color: #fe5a0e;
	font-weight: inherit;
}

.campaign_link_head > b {
	font-size: 62px;
}

.campaign_main_head > b {
	font-size: 90px;
}

.campaign_main_img {
	position: absolute;
	top: 150px;
	right: -120px;
	transform: translate(-50%, -50%);
}

.campaign_main_txt {
	font-size: 18px;
	line-height: 1.8;
}

.campaign_main_txt span {
	font-size: 16px;
}

.campaign_link_note {
	position: absolute;
	right: 50px;
	bottom: 15px;
	color: #333333;
	font-size: 18px;
}

.campaign_link_note::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin-left: 10px;
	border-width: 11.3px 6.5px 0 6.5px;
	border-style: solid;
	border-color: #dda535 transparent transparent transparent;
	transform: translateY(30%);
}

.campaign_main_note {
	display: block;
	margin-top: 50px;
	color: #8b8b8b;
	font-size: 13px;
}

/* 6つのメリット */
.merit {
	padding-top: 40px;
}

.merit_ttl {
	padding-top: 70px;
}

.merit_ttl p:before {
	background: #f4e700;
}

.merit_row {
	padding: 120px 0;
	border-top: 1px dotted #333333;
}

.merit_row:first-of-type {
	border-top: none;
}

.merit_col.-head {
	position: relative;
}

.merit_row.clr01 .merit_col.-head {
	border-color: #fe5a0e;
}

.merit_row.clr02 .merit_col.-head {
	border-color: #00936b;
}

.merit_row.clr03 .merit_col.-head {
	border-color: #f4e700;
}

.merit_row.clr04 .merit_col.-head {
	border-color: #0BB2D9;
}

.merit_head_icn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 110px;
	border-radius: 60px;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.merit_row.clr01 .merit_head_icn {
	background: #fe5a0e;
}


.merit_row.clr02 .merit_head_icn {
	background: #00936b;
}

.merit_row.clr03 .merit_head_icn {
	background: #f4e700;
}
.merit_row.clr04 .merit_head_icn {
	background: #0BB2D9;
}
.merit_head_icn span {
	line-height: 1;
}

.merit_head_icn b {
	display: block;
	font-weight: 600;
	font-size: 47px;
	line-height: 1;
}

.merit_head_ttl {
	display: inline-block;
	position: relative;
	margin-left: 20px;
	font-weight: bold;
	font-size: 28px;
	line-height: 1.43;
}

.merit_row:nth-of-type(4) .merit_head_ttl:after {
	content: "";
	position: absolute;
	top: -35px;
	left: 97%;
	width: 53px;
	height: 38px;
	background-image: url(/reserve/img/img-merit-deco@2x.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.merit_row:nth-of-type(6) .merit_head_ttl {
	margin-top: 20px;
}

.merit_head_catch {
	position: absolute;
	right: -80px;
	bottom: 75%;
}

.merit_row:nth-of-type(6) .merit_head_catch {
	right: auto;
	bottom: 85%;
	left: 130px;
	padding: 15px;
	background: #00936b;
	color: #ffffff;
	font-size: 15px;
	line-height: 1;
}

.merit_row:nth-of-type(6) .merit_head_catch:after {
	content: "";
	position: absolute;
	top: 99%;
	left: 54px;
	width: 0;
	height: 0;
	border-width: 16px 10.5px 0 10.5px;
	border-style: solid;
	border-color: #00936b transparent transparent transparent;
}

.merit_row:nth-of-type(7) .merit_head_catch {
	right: -10px;
	bottom: 55%;
}

.merit_col.-img {
	text-align: center;
}

.merit_col.-desc {
	margin-top: 32px;
	font-size: 15px;
}

.merit_desc_ttl {
	padding-left: 10px;
	border-left: 10px solid #f4e700;
}

.merit_desc_list {
	margin: 5px 0 0 20px;
}

.merit_desc_list > li {
	position: relative;
	padding-left: 1em;
}

.merit_desc_list > li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

/* ご来店の流れ */
.flow {
	padding: 135px 0 220px;
	background: #eee3cb;
}

.flow_ttl p:before {
	background: #ffffff;
}

.flow_ttl p:after {
	content: none;
}

.flow_row {
	display: flex;
	justify-content: space-between;
	margin-top: 120px;
}

.flow_col {
	position: relative;
	width: 24%;
	text-align: center;
}

.flow_col:before {
	content: "";
	position: absolute;
	top: 35%;
	left: -10%;
	width: 45px;
	height: 23px;
	background-image: url(/reserve/img/icn-step@2x.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.flow_col:first-child:before {
	content: none;
}

.flow_img {
	display: inline-block;
	position: relative;
}

.flow_col_ttl {
	position: absolute;
	top: -20px;
	left: -30px;
	color: #fe5a0e;
	font-size: 39px;
	font-family: "Dancing Script", cursive;
	transform: rotate(-10deg);
}

.flow_txt {
	margin-top: 35px;
	font-size: 15px;
}

.flow_txt.-lh {
	line-height: 54px;
}

/* ご予約受付中 */
.contact {
	padding: 100px 0 0
}

.contact .inner {
	padding: 50px 0;
}

.contact_ttl {
}

.contact_ttl p:after {
	top: -20px;
	right: -20px;
}

.contact_link {
	display: flex;
	justify-content: space-between;
	margin-top: 55px;
}

.contact_link > a {
	width: 49%;
	padding: 20px 20px;
	border-radius: 6px;
	background: #333333;
	color: #ffffff;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
	transition: transform 0.4s, box-shadow 0.4s;
}

.contact_link > a.-sell {
	box-shadow: 0 6px 0 0 #006147;
	background: #00936b;
}

.contact_link > a.-buy {
	box-shadow: 0 6px 0 0 #d74907;
	background: #ff590b;
}

.contact_link_img {
}

.contact_link_ttl {
	margin-top: 10px;
}

/* All SP & Tablet */
@media screen and (max-width:1230px) {
}

@media screen and (min-width:641px) {
	.merit_col.-head {
		display: flex;
		align-items: center;
		float: right;
		width: 56.5%;
		padding-bottom: 30px;
		border-bottom: 3px solid;
	}

	.merit_row:first-of-type .merit_col.-head {
		margin-top: 40px;
	}

	.merit_row:nth-of-type(even) .merit_col.-head {
		float: left;
	}

	.merit_row:nth-of-type(3) .merit_col.-head {
		margin-top: 20px;
	}

	.merit_col.-img {
		float: left;
		width: 40%;
	}

	.merit_row:nth-of-type(even) .merit_col.-img {
		float: right;
	}

	.merit_row:nth-of-type(2) .merit_col.-img,
	.merit_row:nth-of-type(4) .merit_col.-img {
		padding: 18px 0;
	}

	.merit_row:nth-of-type(5) .merit_col.-img ,
	.merit_row:nth-of-type(6) .merit_col.-img {
		padding: 55px 0;
	}

	.merit_row:nth-of-type(7) .merit_col.-img {
		padding: 43px 0;
	}

	.merit_col.-desc {
		float: right;
		width: 56%;
	}

	.merit_row:nth-of-type(even) .merit_col.-desc {
		float: left;
	}
}

/* All SP */
@media screen and (max-width:640px) {
	.cmnttl span.-lead {
		width: 210px;
		padding: 0 15px;
		font-size: 10px;
	}

	.cmnttl span.-lead:before,
	.cmnttl span.-lead:after {
		width: 15px;
		height: 1px;
	}

	.cmnttl span.-lead:before {
		transform: rotate(70deg);
	}

	.cmnttl span.-lead:after {
		transform: rotate(-70deg);
	}

	.main_ttl p {
		font-size: 30px;
	}

	.main_ttl p:after {
		width: 30px;
		height: 21px;
	}

	.main_ttl p span b {
		font-size: 54px;
	}

	.main_ttl p span.-txt {
		left: -40px;
		width: 90px;
	}

	.campaign_link,
	.campaign_main {
		padding: 20px;
	}

	.campaign_link {
		flex-direction: column;
		border-radius: 20px;
		pointer-events: none;
	}

	.campaign_main {
		border-radius: 30px;
	}

	.campaign_link_limited,
	.campaign_main_limited {
		flex-direction: row;
	}

	.campaign_link_limited {
		width: 180px;
		height: 60px;
		margin-bottom: 20px;
	}

	.campaign_main_limited {
		position: static;
		width: 240px;
		height: 80px;
		margin: 0 auto 20px;
		transform: none;
	}

	.campaign_link_head,
	.campaign_main_head {
		font-size: 20px;
		text-align: center;
	}

	.campaign_link_head {
		margin: 0;
	}

	.campaign_main_head {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}

	.campaign_link_head > b,
	.campaign_main_head > b {
		font-size: 24px;
	}

	.campaign_link_img {
		margin: 20px 0;
	}

	.campaign_main_img {
		top: -30px;
		width: 220px;
	}

	.campaign_main_txt {
		font-size: 16px;
		line-height: 1.5;
	}

	.campaign_main_txt span {
		font-size: 14px;
	}

	.merit {
		padding: 90px 0;
	}

	.merit_row {
		padding: 80px 0;
	}

	.merit_row:nth-of-type(4) .merit_head_ttl:after {
		width: 40px;
		height: 29px;
		left: 95%;
		top: -22px;
	}

	.merit_col.-head {
		text-align: center;
	}

	.merit_head_icn {
		width: 90px;
		height: 90px;
		margin: 0 auto;
		font-size: 14px;
	}

	.merit_head_icn b {
		font-size: 37px;
	}

	.merit_head_ttl {
		margin: 30px 0 0;
		font-size: 20px;
		text-align: center;
	}

	.merit_col.-img {
		margin-top: 50px;
		padding: 0 30px;
	}

	.merit_head_catch {
		right: -10px;
		bottom: 85% !important;
		width: 180px;
	}

	.merit_row:nth-of-type(6) .merit_head_catch {
		position: relative;
		left: 0;
		width: 300px;
		margin: 25px auto 0;
	}

	.flow {
		padding: 90px 0;
	}

	.flow_row {
		display: block;
	}

	.flow_col {
		width: 100%;
		margin-top: 65px;
	}

	.flow_col:first-child {
		margin-top: 0;
	}

	.flow_col:before {
		content: none;
	}

	.contact {
		padding: 80px 0;
	}

	.contact .inner {
		padding: 0 20px;
	}

	.contact_link {
		display: block;
	}

	.contact_link > a {
		display: block;
		width: 100%;
		margin-top: 20px;
	}

	.contact_link_img {
		display: inline-block;
		width: 80px;
		vertical-align: middle;
	}

	.contact_link_ttl {
		display: inline-block;
		margin-top: 0;
		font-size: 16px;
		vertical-align: middle;
	}
}
