@charset "utf-8";
/* CSS Document */


/* 共通 */
body {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

ul {
	padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

li {
	list-style: none;
}

p {
	color: #333;
	margin: 0;
}

figure {
	margin: 0;
}

img {
	margin: 0 auto;
}

section > div {
    max-width: 1000px;
    margin: 0 auto;
}

#contentsBox {
	width: 100%;
	padding-bottom: 3.5rem;
}
#contents {
    width: 100%;
	padding-top: 50px;
}

.inner {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 40px;
}

.text-red {
	color: #CE0032;
}

.text-bold {
	font-weight: 700;
}

.text-medium {
	font-size: .85em;
}
.text-small {
	font-size: .7em;
}
.text-xsmall {
	font-size: .5em;
}

.underline {
    background: linear-gradient(transparent 75%, #F1B89F 75%);
    font-weight: bold;
}


@media screen and (max-width: 767px) {
	
	#contents {
		padding-top: 1.0rem;
	}

	.inner {
		width: 92%;
		padding: 0;
	}

	section {
		width: 100%;
	}

	img {
		width: 100%;
		height: auto;
	}
}


/* kv */

.kv {
	background: #ABEBFF url("../img/kv-bg.webp") no-repeat center bottom/auto;
	margin-bottom: 0;
	padding: 0;
}

.kv__inner {
	padding: 36px 40px 175px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.kv__inner {
		padding: 11vw 10px 50vw;
	}

}

/* cp共通 */
.cp {
	padding: 27px 0 80px;
	margin-bottom: 0;
}

.cp-title {
	margin-bottom: 32px;
}

.shiftbox {
	padding: 27px 48px 40px 40px;
	position: relative;
	border-radius: 6px;
	max-width: 850px;
	margin: 0 auto 24px;
	z-index: 1;
}

.shiftbox::before {
	border: 1px solid #F0686D;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: -5px;
	left: -5px;
	border-radius: 6px;
	z-index: -1;
}
.shiftbox::after {
	background-color: rgba(255, 255, 255, .7);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 6px;
	z-index: -2;
}

.desc-title {
	font-size: 16px;
	color: #F0686D;
	font-weight: 800;
	margin-bottom: 20px;
}

.desc-text {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 18px;
}

.cp-link {
	text-align: right;
}

.cp-link a {
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #E1797D;
	color: #F0686D;
	font-weight: 700;
}

.cp-link a:link {
	text-decoration: none;
}

.cp-link a img {
	transition: all .3s;
}

.cp-link a:hover {
	text-decoration: none;
	opacity: .8;
}

.cp-link a:hover img {
	transform: translateX(3px);
}

.cp-link + .desc-title {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.cp {
		padding: 5.8vw 0 15vw;
	}

	.shiftbox {
		padding: 7.7vw 4.8vw 7.2vw;
	}

	.desc-title {
		font-size: 3.8vw;
		margin-bottom: 4.8vw;
	}
	
	.desc-text {
		font-size: 3.6vw;
		margin-bottom: 7.7vw;
	}
	
	.cp-link a {
		font-size: 3.8vw;
	}

	.cp-link a img {
		width: auto;
	}

	.cp-link + .desc-title {
		margin-top: 17.2vw;
	}
}

.whitebox {
	padding: 15px 28px;
	background-color: #fff;
	box-shadow: 0px 3px 0px #D5D5D5;
	max-width: 750px;
	margin: 0 auto;
	border-radius: 6px;
}

.whitebox + .whitebox {
	margin-top: 10px;
}

.menu-name {
	font-size: 16px;
	font-weight: 700;
}

.price {
	text-align: right;
}

.whbox-note {
	font-size: 14px;
	margin-top: 20px;
	padding-left: 10px;
}

.fukidashi {
	margin: 0 0 5px 16px;
	font-weight: 700;
}

.fukidashi span{
	position: relative;
	padding: 0 30px;
}
.fukidashi span::before,
.fukidashi span::after{
	content: "";
	display: inline-block;
	background: #000;
	width: 1px;
	position: absolute;
	height: 16px;
	bottom: 2px;
}
.fukidashi span::before{
	left: 0;
	transform: rotate(-30deg);
}
.fukidashi span::after{
	right: 0;
	transform: rotate(30deg);
}


.text-pinkcopy {
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;
	color: #F53959;
}

.pink-tag {
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 15px;
	background-color: #F0686D;
	color: #fff;
	border-radius: 6px;
	margin-bottom: 12px;
}

.item-block {
	max-width: 850px;
    margin: 0 auto;
	gap: 10px;
}

@media screen and (max-width: 767px) {
	.whitebox {
		padding: 3.8vw .8vw 2.4vw;
	}

	.whitebox p {
		font-size: 3.6vw;
	}
	
	.menu-name {
		font-size: 3.8vw;
	}
	
	.price {
		text-align: center;
	}

	.whbox-note {
		font-size: 3.4vw;
	}
	
	.fukidashi {
		font-size: 3.8vw;
		margin: 0 0 1.2vw 3.8vw;
	}
	
	.fukidashi span{
		padding: 0 7.2vw;
	}
	.fukidashi span::before,
	.fukidashi span::after{
		height: 3.8vw;
		bottom: .5vw;
	}	
	
	.text-pinkcopy {
		font-size: 4.3vw;
	}
	
	.pink-tag {
		font-size: 3.6vw;
		margin-bottom: 3.4vw;
	}
	
	.item-block {
		gap: 2.4vw;
		flex-wrap: wrap;
	}

	.item-block li {
		width: 48%;
	}

	.menu-img {
		margin-top: 14vw;
	}
}


/* cp01 */
.cp01 {
	background: url("../img/sec1-bg.webp") no-repeat center/cover;
}

/* cp02 */
.cp02 {
	background: url("../img/sec2-bg.webp") no-repeat center/cover;
}

/* cp03 */
.cp03 {
	background: url("../img/sec3-bg.webp") no-repeat center/cover;
}

/* cp04 */
.cp04 {
	background: url("../img/sec4-bg.webp") no-repeat center/cover;
}


/* cta */
.cta {
	background-color: #ffa6d0;
	padding: 33px 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", serif;
}

.cta__block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.cta__lblock {
	width: 45%;
	margin-right: 5%;
	padding-left: 20px;
}

.cta__rblock {
	width: 50%;
}

.cta__detail span {
	display: block;
}

.cta__title {
	font-size: 33px;
	font-weight: 700;
}

.cta__tel {
	font-size: 53px;
}

.cta__note {
	font-size: 20px;
}

.cta__link-wrapper:first-of-type {
    margin-bottom: 25px;
}

.cta__link {
	display: block;
	font-size: 27px;
	padding: 12px 15px 17px 10px;
	color: #fff;
	position: relative;
	font-weight: 700;
	overflow: hidden;
	text-align: center;
}

.cta__link:link, .cta__link:visited {
    color: #fff;
    text-decoration: none;
}

.cta__link::before {
	transition: all .3s;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	transform: translateX(-100%);
	opacity: 0;
	cursor: pointer;
}

.cta__link:hover::before {
	transform: translateX(0);
	opacity: .2;
}

.cta__link::after {
	transition: all .3s;
	position: absolute;
	font-family: "Font Awesome 5 pro";
	content: '\f054';
	font-weight: 400;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
}

.cta__link:hover {
	color: #fff;
	text-decoration: none;
}

.cta__link:hover::after {
	right: 10px;
}

.cta__link_line {
	background-color: #35B83E;
}
.cta__link_line::before {
	background-color: #002c00;
}

.cta__link_web {
	background-color: #ee3a67;
}
.cta__link_web::before {
	background-color: #63001a;
}

.cta__rblock .text-link {
    color: #396082;
    font-size: 22px;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
}

@media screen and (max-width: 940px) {
	.cta__rblock {
		margin-top: 0;
	}

	.cta__title {
		font-size: 3vw;
	}
	
	.cta__tel {
		font-size: 5.3vw;
	}
	
	.cta__note {
		font-size: 16px;
	}

	.cta__link-wrapper {
		width: 100%;
		margin-bottom: 10px;
	}

	.cta__link-wrapper:first-of-type {
		margin-right: 0;
	}
}

@media screen and (max-width: 767px) {
	.cta {
		padding: 10vw 0 5vw;
	}

	.cta__lblock {
		width: 100%;
		margin-right: 0;
	}
	
	.cta__rblock {
		width: 100%;
		margin-top: 3vw;
	}

	.cta__title {
		font-size: 5vw;
	}
	
	.cta__tel {
		font-size: 12vw;
	}
	
	.cta__note {
		font-size: 3.8vw;
	}

	

	.cta__link {
		font-size: 5.5vw;
		padding: 2vw 4vw 2.3vw 4vw;
	}

	.cta__link::after {
		right: 3.6vw;
		font-size: 3.2vw;
	}
	
}

/* contents-note */

.contents-note {
	width: 100%;
	background-color: #6FC2DC;
	padding: 42px 40px 53px;
}

.contents-note_wrapper {
	max-width: 1000px;
	margin: 0 auto;
}

.contents-note_text {
	color: #fff;
	font-size: 16px;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	line-height: 2;
	text-align: left;
}

@media screen and (max-width: 999px) {
	.contents-note_text {
		padding-left: 10px;
	}
}

@media screen and (max-width: 767px) {

	.contents-note_text {
		font-size: 3.8vw;
	}

	
}

/* schedule */

@media screen and (max-width: 767px) {

	#schedule {
		width: 90%;
	}
	
}



