@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/*==============================================================================
1.メイン
2.イントロ
3.お店のここに注目
4.お品書き
5.お取置きフォーム
6.店舗紹介
7.フロートメニュー
追加分：パーティや会合
==============================================================================*/

#wrap {
	padding: 0;
}
.sp_fixed_bottom {
	display: none;
}

/* スライダーのチラ見え防止 */
#main-slider,
#point-slider,
.menu-slider,
#shop-slider {
	visibility: hidden;
	opacity: 0;
}
#main-slider.slick-initialized,
#point-slider.slick-initialized,
.menu-slider.slick-initialized,
#shop-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.3s ease;
}

/*============ 共通のh2 ============*/
.h2-wrap {
	padding: 0 20px;
	text-align: center;
}
.h2-wrap .h2-wrap-inner {
	display: inline-block;
	padding: 0 40px;
	position: relative;
}
.h2-wrap .h2-wrap-inner::before,
.h2-wrap .h2-wrap-inner::after {
	content: "";
	width: 14px;
	height: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.h2-wrap .h2-wrap-inner::before {
	left: 0;
	background-image: url(images/harenohimuka/deco-text-left.svg);
}
.h2-wrap .h2-wrap-inner::after {
	right: 0;
	background-image: url(images/harenohimuka/deco-text-right.svg);
}
.h2-wrap .h2-wrap-inner h2 {
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: 600;
	color: #3b425e;
}
.h2-wrap .h2-wrap-inner p {
	font-size: 1rem;
	font-weight: 600;
	color: #54844f;
	line-height: 1;
	font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 769px) {
	.h2-wrap .h2-wrap-inner h2 {
		font-size: 2.5rem;
	}
	.h2-wrap .h2-wrap-inner p {
		font-size: 1.4rem;
	}
}

/*============================================================================================================================================================
==============================================================================================================================================================

	1.メイン

==============================================================================================================================================================
============================================================================================================================================================*/
#harenohimuka #main-slider-wrap {
	margin-top: -20px;
	position: relative;
	height: calc(100svh + 20px - 160px - 48px);
}

/*============ ロゴ ============*/
#harenohimuka #main-slider-wrap .logo {
	width: 130px;
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2000;
}
#harenohimuka #main-slider-wrap .logo img {
	width: 100%;
	height: auto;
}

/*============ スライダー ============*/
#harenohimuka #main-slider-wrap #main-slider {
	width: 100%;
	height: 100%;
}
#harenohimuka #main-slider-wrap #main-slider .slick-track,
#harenohimuka #main-slider-wrap #main-slider .slick-list {
	height: 100%;
}
#harenohimuka #main-slider-wrap #main-slider picture {
	width: 100%;
	height: 100%;
	display: block;
}
#harenohimuka #main-slider-wrap #main-slider picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*============ 飾り ============*/
#harenohimuka #main-slider-wrap .deco {
	width: 100%;
    height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
}
#harenohimuka #main-slider-wrap #main-slider img {
	width: 100%;
}
#harenohimuka #main-slider-wrap::after {
	content: "";
	width: 100%;
	height: 114px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
	background-image: url(images/harenohimuka/main-deco-bottom-sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 797px auto;
	z-index: 2000;
}

/* PC版 ================================================================ */
@media screen and (min-width: 769px) {
	#harenohimuka #main-slider-wrap {
		margin-top: 0px;
		height: 610px;
	}

	/*============ ロゴ ============*/
	#harenohimuka #main-slider-wrap .logo {
        margin-top: -20px;
		width: 170px;
	}

	/*============ 飾り ============*/
	#harenohimuka #main-slider-wrap::after {
		height: 154px;
		bottom: 20px;
		background-image: url(images/harenohimuka/main-deco-bottom-pc.png);
		background-size: 1082px auto;
	}
}

/*============================================================================================================================================================
==============================================================================================================================================================

	2.イントロ

==============================================================================================================================================================
============================================================================================================================================================*/
#harenohimuka #intro {
	padding-top: 20vw;
	padding-bottom: 40vw;
	background: url(images/harenohimuka/bg-blue-sp.jpg) center center / cover;
	color: #fff;
	overflow: hidden;
}
#harenohimuka #intro .base_inner {
	padding-top: 30px;
	padding-bottom: 70px;
	padding-left: 10vw !important;
	padding-right: 10vw !important;
	text-align: center;
	position: relative;
}

/*============ テキスト ============*/
#harenohimuka #intro .text-wrap {
	display: inline-block;
	writing-mode: vertical-rl;
	/* 右から左への縦書き */
	text-orientation: mixed;
	/* 漢字は縦書き、アルファベットは横向き */
	text-align: left;
}
#harenohimuka #intro .text-wrap h2 {
	margin-left: 35px;
	font-family: "Zen Old Mincho", serif;
	font-size: 2.5rem;
	letter-spacing: 0.5em;
}
#harenohimuka #intro .text-wrap h2 span {
	display: inline-block;
	position: relative;
}
#harenohimuka #intro .text-wrap h2 span::after {
	margin-top: -5px;
	content: "";
	display: block;
	width: 5px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #fcc800;
	border-radius: 100%;
}
#harenohimuka #intro .text-wrap p {
	font-size: 1.4rem;
	white-space: nowrap;
}

/*============ 飾り ============*/
#harenohimuka #intro .base_inner .deco {
	position: absolute;
}
#harenohimuka #intro .base_inner .deco img {
	width: 100%;
	height: auto;
}
#harenohimuka #intro .base_inner .deco.top {
	top: -20vw;
	left: 0px;
	width: 100%;
}
#harenohimuka #intro .base_inner .deco.bottom {
	bottom: -40vw;
	left: 0;
	width: 100%;
}

/* PC版 ================================================================ */
@media screen and (min-width: 769px) {
	#harenohimuka #intro {
		padding-top: 100px;
		padding-bottom: 160px;
		background: url(images/harenohimuka/bg-blue-pc.jpg) center center / cover;
	}
	#harenohimuka #intro .base_inner {
		padding: 0!important;
	}
	/*============ テキスト ============*/
	#harenohimuka #intro .text-wrap{
		margin-left: -4em;
	}
	#harenohimuka #intro .text-wrap h2 {
		margin-left: 70px;
		font-size: 3rem;
		letter-spacing: 0.2em;
	}
	#harenohimuka #intro .text-wrap p {
		font-size: 1.6rem;
		line-height: 2.2;
	}
	/*============ 飾り ============*/
	#harenohimuka #intro .base_inner .deco.top {
		width: 497px;
		top: calc(-35px - 100px);
		left: -110px;
	}
	#harenohimuka #intro .base_inner .deco.bottom {
		width: 850px;
		bottom: calc(-160px - 10px);
		left: 60px;
	}
}


/*============================================================================================================================================================
==============================================================================================================================================================

	3.お店のここに注目

==============================================================================================================================================================
============================================================================================================================================================*/
#harenohimuka #point {
	padding-top: 70px;
	padding-bottom: 40px;
	background-image: url(images/harenohimuka/bg-gray-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*============ スライダー ============*/
#harenohimuka #point #point-slider {
	margin-top: 30px;
	position: relative;
}
#harenohimuka #point #point-slider .slide-arrow {
	width: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	z-index: 3000;
}
#harenohimuka #point #point-slider .slide-arrow.prev {
	left: 20px;
	background: url(images/harenohimuka/slider-arrow-left.svg) center center / cover;
}
#harenohimuka #point #point-slider .slide-arrow.next {
	right: 20px;
	background: url(images/harenohimuka/slider-arrow-right.svg) center center / cover;
}
#harenohimuka #point .point-slider-list {
	padding: 0 70px;
	text-align: center;
	color: #3b425e;
	font-weight: 800;
}
#harenohimuka #point .point-slider-list img {
	width: 100%;
	max-width: 178px;
	height: auto;
	display: inline-block;
}
#harenohimuka #point .point-slider-list .num {
	margin-top: 12px;
	padding-bottom: 10px;
	position: relative;
	font-size: 4.5rem;
	line-height: 1;
	font-family: "Roboto", sans-serif;
}
#harenohimuka #point .point-slider-list .num::after {
	content: "";
	width: 90px;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fcc800;
}
#harenohimuka #point .point-slider-list .text {
	margin-top: 20px;
	font-size: 1.4rem;
	font-family: "Zen Old Mincho", serif;
}

/*============ sns ============*/
#harenohimuka #point #point-sns {
	margin-top: 70px;
}
#harenohimuka #point #point-sns img {
	width: 100%;
	height: auto;
}


/*============ movie ============*/
#harenohimuka #point #point-movie {
	margin-top: 40px;
	padding-bottom: 50px;
	background-image: url(images/harenohimuka/main-deco-bottom-sp.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 797px auto;
}
#harenohimuka #point #point-movie h3 {
	text-align: center;
}
#harenohimuka #point #point-movie h3 img {
	width: 310px;
	max-width: 100%;
	height: auto;
}
#harenohimuka #point #point-movie .point-movie {
	margin: 20px auto 0;
	text-align: center;
}
#harenohimuka #point #point-movie .point-movie iframe{
	width: calc(100% - 40px);
	height: auto;
	aspect-ratio: 16 / 9;
}
#harenohimuka #point #point-movie .point-movie img{
	width: calc(100% - 40px);
	height: auto;
}

/* PC版 ================================================================ */
@media screen and (min-width: 769px) {
	#harenohimuka #point {
		padding-top: 140px;
		padding-bottom: 80px;
		background-image: url(images/harenohimuka/bg-gray-pc.jpg);
	}

	/*============ スライダー ============*/
	#harenohimuka #point #point-slider {
		margin: 50px auto 0;
		width: 980px;
		display: flex;
		flex-wrap: wrap;
		gap: 30px 0;
		visibility: visible;
		opacity: 1;
	}
	#harenohimuka #point .point-slider-list {
		width: calc(100% / 3);
		padding: 0;
	}
	#harenohimuka #point .point-slider-list .text {
		margin-top: 20px;
		font-size: 1.6rem;
	}

	/*============ sns ============*/
	#harenohimuka #point #point-sns {
		margin: -270px auto 0;
		width: 980px;
		text-align: right;
	}
	#harenohimuka #point #point-sns img {
		width: 270px;
	}

	/*============ movie ============*/
	#harenohimuka #point #point-movie {
		margin-top: 130px;
		padding-bottom: 70px;
		background-image: url(images/harenohimuka/main-deco-bottom-pc.png);
		background-size: 1080px auto;
	}
	#harenohimuka #point #point-movie .inner {
		margin: 0 auto;
		width: 980px;
	}
	#harenohimuka #point #point-movie h3 img {
		width: 612px;
	}
	#harenohimuka #point #point-movie .point-movie img{
		width: 530px;
	}
	#harenohimuka #point #point-movie .point-movie iframe{
		width: 530px;
	}
}


/*============================================================================================================================================================
==============================================================================================================================================================

	4.お品書き

==============================================================================================================================================================
============================================================================================================================================================*/
#harenohimuka #menu {
	padding-top: 90px;
}

/*============ お品書きリンク ============*/
#harenohimuka #menu .menu-links {
	margin-top: 30px;
	display: flex;
	gap: 0 1px;
}
#harenohimuka #menu .menu-links a {
	width: 50%;
	height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
}
#harenohimuka #menu .menu-links a span {
	display: inline-block;
	position: relative;
}

/* へべすのアイコン */
#harenohimuka #menu .menu-links a span::before {
	content: "";
	width: 14px;
	height: 20px;
	position: absolute;
	top: -30px;
	left: 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}
#harenohimuka #menu .menu-links a.m-links-masterpiece span::before {
	background-image: url(images/harenohimuka/icon-hebesu-green.svg);
}
#harenohimuka #menu .menu-links a.m-links-gift span::before {
	background-image: url(images/harenohimuka/icon-hebesu-yellow.svg);
}

/* 矢印 */
#harenohimuka #menu .menu-links a span::after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateX(-50%) rotate(45deg);
}

/* お品書きリンク背景画像 */
#harenohimuka #menu .menu-links a.m-links-masterpiece,
#harenohimuka #menu .menu-links a.m-links-gift {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#harenohimuka #menu .menu-links a.m-links-masterpiece {
	background-image: url(images/harenohimuka/menu-masterpice-sp.jpg);
}
#harenohimuka #menu .menu-links a.m-links-gift {
	background-image: url(images/harenohimuka/menu-gift-sp.jpg);
}

/*============ menu-content / h3 / slider ============*/
#harenohimuka #menu .menu-content {
	padding: 40px 0px 70px;
}
#harenohimuka #menu .menu-content h3 {
	padding-top: 25px;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.8rem;
	color: #3b425e;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 14px auto;
}
#harenohimuka #menu .menu-slider {
	margin-top: 35px;
}

/* スライダー矢印 */
#harenohimuka #menu .menu-slider .slide-arrow {
	width: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	z-index: 3000;
	cursor: pointer;
}
#harenohimuka #menu .menu-slider .slide-arrow.prev {
	left: 20px;
	background: url(images/harenohimuka/slider-arrow-left.svg) center center / cover;
}
#harenohimuka #menu .menu-slider .slide-arrow.next {
	right: 20px;
	background: url(images/harenohimuka/slider-arrow-right.svg) center center / cover;
}

/* スライダー item */
#harenohimuka #menu .menu-slider .menu-slider-item {
	padding: 0 40px;
}
#harenohimuka #menu .menu-slider .menu-slider-item > div {
	padding: 20px;
	height: 100%;
}
#harenohimuka #menu .menu-slider picture img {
	width: 100%;
    height: auto;
}

/* スライダー　テキスト */
#harenohimuka #menu .menu-slider picture+.menu-slider-text {
	margin-top: 15px;
	color: #3b425e;
}
#harenohimuka #menu .menu-slider .menu-slider-text h4 {
	padding-bottom: 15px;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	line-height: 1.6;
	text-align: center;
	border-bottom: 1px solid #fcc800;
}
#harenohimuka #menu .menu-slider .menu-slider-text p {
	margin-top: 15px;
	font-size: 1.4rem;
}

/* 商品 リスト */
#harenohimuka #menu .menu-list {
	margin-top: 40px;
	padding: 0 40px;
}
#harenohimuka #menu .menu-list li {
	padding-left: 22px;
	position: relative;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	line-height: 1.7;
	color: #3b425e;
}
#harenohimuka #menu .menu-list li::before {
	content: "";
	width: 14px;
	height: 20px;
	position: absolute;
	left: 0;
	top: calc(1em - 12px);
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
}
#harenohimuka #menu .menu-list li+li {
	margin-top: 15px;
}

/* 注意書き */
#harenohimuka #menu .menu-note {
	margin-top: 20px;
	padding: 0 40px;
	text-indent: -1em;
	margin-left: 1em;
	font-size: 1.2rem;
	color: #3b425e;
}

/*============ 料理の逸品 ============*/
#harenohimuka #menu #menu-masterpiece {
	/*background-position: right -40px bottom 50px;
	background-image: url(images/harenohimuka/menu-deco.svg);
	background-repeat: no-repeat;
	background-size: 252px auto; */
}
#harenohimuka #menu #menu-masterpiece h3 {
	background-image: url(images/harenohimuka/icon-hebesu-green.svg);
}
#harenohimuka #menu #menu-masterpiece .menu-slider .menu-slider-item>div {
	background-color: #f1f2f4;
}
#harenohimuka #menu #menu-masterpiece .menu-list li::before {
	background-image: url(images/harenohimuka/icon-hebesu-green.svg);
}

/*============ ギフト商品 ============*/
#harenohimuka #menu #menu-gift {
	/*background-image: url(images/harenohimuka/menu-deco.svg), url(images/harenohimuka/bg-gray-sp.jpg);
	background-position: right -40px bottom 50px, center;
	background-repeat: no-repeat;
	background-size: 252px auto, cover;*/
	background-image: url(images/harenohimuka/bg-gray-sp.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#harenohimuka #menu #menu-gift h3 {
	background-image: url(images/harenohimuka/icon-hebesu-yellow.svg);
}
#harenohimuka #menu #menu-gift .menu-slider .menu-slider-item>div {
	background-color: #fff;
}
#harenohimuka #menu #menu-gift .menu-list li::before {
	background-image: url(images/harenohimuka/icon-hebesu-yellow.svg);
}

/* PC版 ================================================================ */
@media screen and (min-width: 769px) {
	#harenohimuka #menu {
		padding-top: 130px;
	}
	#harenohimuka #menu .inner {
		margin: 0 auto;
		width: 980px;
	}

	/*============ お品書きリンク ============*/
	#harenohimuka #menu .menu-links {
		margin-top: 50px;
	}
	#harenohimuka #menu .menu-links a {
		width: 50%;
		height: 200px;
		font-size: 2.5rem;
		transition: 500ms;
	}
	#harenohimuka #menu .menu-links a:hover{
		opacity: 0.6;
	}

	/* へべすのアイコン */
	#harenohimuka #menu .menu-links a span::before {
		width: 20px;
		height: 30px;
		top: -30px;
	}

	/* 矢印 */
	#harenohimuka #menu .menu-links a span::after {
		width: 15px;
		height: 15px;
		bottom: -20px;
		left: 50%;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	/* お品書きリンク背景画像 */
	#harenohimuka #menu .menu-links a.m-links-masterpiece,
	#harenohimuka #menu .menu-links a.m-links-gift {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#harenohimuka #menu .menu-links a.m-links-masterpiece {
		background-image: url(images/harenohimuka/menu-masterpice-pc.jpg);
	}
	#harenohimuka #menu .menu-links a.m-links-gift {
		background-image: url(images/harenohimuka/menu-gift-pc.jpg);
	}

	/*============ menu-content / h3 / slider ============*/
	#harenohimuka #menu .menu-content {
		padding: 65px 0 90px;
	}
	#harenohimuka #menu .menu-content h3 {
		padding-top: 35px;
		font-size: 2.5rem;
		background-size: 20px auto;
	}
	#harenohimuka #menu .menu-content .inner{
		padding: 0 90px;
	}
	#harenohimuka #menu .menu-slider {
		margin-top: 35px;
	}

	/* スライダー矢印 */
	#harenohimuka #menu .menu-slider .slide-arrow {
		width: 40px;
	}
	#harenohimuka #menu .menu-slider .slide-arrow.prev {
		left: -20px;
	}
	#harenohimuka #menu .menu-slider .slide-arrow.next {
		right: -20px;
	}

	/* スライダー item */
	#harenohimuka #menu .menu-slider .menu-slider-item {
		padding: 0;
	}
	#harenohimuka #menu .menu-slider .menu-slider-item > div {
		padding: 60px;
        display: flex;
		gap: 0 35px;
        align-items: center;
	}
	#harenohimuka #menu .menu-slider .menu-slider-item > div picture{
		width: 350px;
	}

	/* スライダー　テキスト */
	#harenohimuka #menu .menu-slider .menu-slider-text {
		margin-top: 0;
		width: calc(100%);
	}
	#harenohimuka #menu .menu-slider picture + .menu-slider-text {
		width: calc(100% - 350px - 35px);
	}
	#harenohimuka #menu .menu-slider .menu-slider-text h4 {
		padding-bottom: 10px;
		font-family: "Zen Old Mincho", serif;
		font-size: 2rem;
		text-align: center;
		color: #3b425e;
		border-bottom: 1px solid #fcc800;
	}
	#harenohimuka #menu .menu-slider .menu-slider-text p {
		margin-top: 15px;
		font-size: 1.4rem;
	}

	/* 商品 リスト */
	#harenohimuka #menu .menu-list {
		margin-top: 40px;
		padding: 0 60px;
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        column-gap: 40px;
	}
	#harenohimuka #menu .menu-list li {
		padding-left: 22px;
		font-size: 1.5rem;
		line-height: 1.7;
	}
	#harenohimuka #menu .menu-list li::before {
		width: 14px;
		height: 20px;
		top: calc(1em - 12px);
	}
	#harenohimuka #menu .menu-list li + li {
		margin-top: 15px;
	}

	/* 注意書き */
	#harenohimuka #menu .menu-note {
		margin-top: 40px;
		padding: 0 60px;
		font-size: 1.5rem;
	}

	/*============ 料理の逸品 ============*/
	#harenohimuka #menu #menu-masterpiece {
		background-position: right calc(50% - 240px) bottom 50px;
	}

	/*============ ギフト商品 ============*/
	#harenohimuka #menu #menu-gift {
		/* background-image: url(images/harenohimuka/menu-deco.svg), url(images/harenohimuka/bg-gray-pc.jpg);
		background-position: right calc(50% - 240px) bottom 50px, center; */
		background-image: url(images/harenohimuka/bg-gray-pc.jpg);
		background-position: center;
	}
}


/*============================================================================================================================================================
==============================================================================================================================================================

	5.お取置きフォーム

==============================================================================================================================================================
============================================================================================================================================================*/
#harenohimuka #reserve {
	padding-top: 50px;
	padding-bottom: 75vw;
	font-family: "Zen Old Mincho", serif;
	background-image: url(images/harenohimuka/reserve-bg-sp.svg), url(images/harenohimuka/bg-blue-sp.jpg);
	background-size: 100% auto, cover;
	background-position: bottom center, center;
	background-repeat: no-repeat;
	color: #fff;
	overflow: hidden;
}
#harenohimuka #reserve h2 {
	color: #fff;
}
#harenohimuka #reserve .mw_wp_form {
    margin-top: 0px;
    padding-top: 0px;
}

/* イントロ */
#harenohimuka #reserve .reserve-intro {
	margin-top: 25px;
	text-align: center;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#harenohimuka #reserve .reserve-intro p:nth-child(2) {
	margin-top: 5px;
	font-size: 1.2rem;
}

/* 項目 */
#harenohimuka #reserve dt .note {
	margin-left: 2rem;
	display: inline;
	font-size: 1.2rem;
	color: #fff;
}

/* input */
#harenohimuka #reserve textarea,
#harenohimuka #reserve input {
	padding: 10px 20px;
	height: auto;
	font-size: 1.4rem;
	border: none;
	background-color: #fff;
	line-height: 1.6;
}

/* error */
#harenohimuka #reserve .mw_wp_form .error {
	color: #fcc800;
}

/* 商品一覧 */
#harenohimuka #reserve .item-fields-wrap {
	margin-top: 25px;
}
#harenohimuka #reserve .item-fields-wrap .label {
	font-weight: bold;
}
#harenohimuka #reserve .item-fields-wrap .item-fields {
	margin-top: 15px;
}
#harenohimuka #reserve .item-fields-wrap .item-fields dl {
	margin-top: 0;
}
#harenohimuka #reserve .item-fields-wrap .item-fields dl dt {
	font-size: 1.3rem;
}
#harenohimuka #reserve .item-fields-wrap .item-fields dd {
	display: flex;
	align-items: center;
	gap: 0 10px;
}
#harenohimuka #reserve .item-fields-wrap .item-fields dd div input {
	width: 8em;
}

/* ボタン前のテキスト */
#harenohimuka #reserve .reserve-submit-text {
	margin-top: 50px;
	font-size: 1.2rem;
	text-align: center;
}
#harenohimuka #reserve .reserve-submit-text .note {
	color: #fcc800;
}

/* 送信ボタン */
#harenohimuka #reserve .mw_wp_form button[type="submit"] {
	margin: 10px auto 0;
	padding: 10px 50px;
	width: calc(100% - 40px);
	position: relative;
	display: block;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: "Zen Old Mincho", serif;
	letter-spacing: 0.15em;
	text-align: center;
	color: #3b425e;
	background-color: #fcc800;
	border: none;
}
#harenohimuka #reserve .mw_wp_form button[type="submit"]::after {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 20px;
	border-right: 1px solid #3b425e;
	border-bottom: 1px solid #3b425e;
	background-size: 100% auto;
	transform: translateY(-50%) rotate(-45deg);
}

/* 送信完了メッセージ */
#harenohimuka #reserve .reserve-submit-thanks {
	margin-top: 50px;
	font-size: 1.5rem;
	text-align: center;
}

/* PC版 ================================================================ */
@media screen and (min-width: 769px) {
	#harenohimuka #reserve {
		padding-top: 80px;
		padding-bottom: 240px;
		background-image: url(images/harenohimuka/reserve-bg-pc.svg), url(images/harenohimuka/bg-blue-pc.jpg);
		background-size: 1200px auto, cover;
		background-position: bottom -40px center, center;
		background-repeat: no-repeat;
	}
	#harenohimuka #reserve .base_inner{
		width: 800px;
	}
	#harenohimuka #reserve .mw_wp_form {
		padding-top: 40px;
	}
	/* イントロ */
	#harenohimuka #reserve .reserve-intro {
		margin-top: 40px;
		font-size: 1.5rem;
	}
	#harenohimuka #reserve .reserve-intro p:nth-child(2) {
		font-size: 1.5rem;
	}

	/* formの設定 */
	#harenohimuka #reserve .mw_wp_form .field_col2 .left_box,
	#harenohimuka #reserve .mw_wp_form .field_col2 .right_box {
		width: 370px;
	}

	/* 商品一覧 */
	#harenohimuka #reserve .item-fields-wrap {
		margin-top: 40px;
	}
	#harenohimuka #reserve .item-fields-wrap .item-fields-list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 60px;
	}
	#harenohimuka #reserve .item-fields-wrap .item-fields {
		width: 370px;
		margin-top: 0px;
        padding-top: 20px;
	}
	#harenohimuka #reserve .item-fields-wrap .label {
		font-size: 1.6rem;
	}
	#harenohimuka #reserve .item-fields-wrap .item-fields dd div input {
		width: 10em;
	}

	/* ボタン前のテキスト */
	#harenohimuka #reserve .reserve-submit-text {
		margin-top: 50px;
		font-size: 1.4rem;
	}
	/* 送信ボタン */
	#harenohimuka #reserve .mw_wp_form button[type="submit"] {
		margin: 30px auto 0;
		padding: 10px 50px;
		width: calc(280px);
	}
}


/*============================================================================================================================================================
==============================================================================================================================================================

	6.店舗紹介

==============================================================================================================================================================
============================================================================================================================================================*/
#harenohimuka #shop {
	padding-top: 70px;
}

/* スライダー */
#harenohimuka #shop #shop-slider {
	margin-top: 30px;
}
#harenohimuka #shop #shop-slider img {
	width: 100%;
	height: auto;
}
#harenohimuka #shop #shop-slider .slick-dots {
	position: absolute;
	bottom: 7px;
}
#harenohimuka #shop #shop-slider .slick-dots li {
	width: 5px;
	height: 5px;
	margin: 0 5px;
}
#harenohimuka #shop #shop-slider .slick-dots li button {
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: #d8d9df;
	border-radius: 100%;
}
#harenohimuka #shop #shop-slider .slick-dots li button::before {
	content: none;
}
#harenohimuka #shop #shop-slider .slick-dots li.slick-active button {
	background-color: #3b425e;
}

/* ========== 店舗情報 ========== */
#harenohimuka #shop .shop-info {
	margin-top: 20px;
	padding: 0 40px;
	text-align: center;
}
#harenohimuka #shop .shop-info .shop-info-img {
	text-align: center;
}
#harenohimuka #shop .shop-info .shop-info-img img {
	width: 187px;
	height: auto;
}
#harenohimuka #shop .shop-info .shop-info-text {
	margin-top: 20px;
	display: inline-block;
	text-align: left;
	font-size: 1.4rem;
	color: #3b425e;
}
#harenohimuka #shop .shop-info .shop-info-text address {
	font-style: normal;
	letter-spacing: 0.05em;
}
#harenohimuka #shop .shop-info .shop-info-text div dl {
	display: flex;
}
#harenohimuka #shop .shop-info .shop-info-text div dl dt {
	width: 6em;
	color: #54844f;
	font-weight: bold;
}
#harenohimuka #shop .shop-info .shop-info-text p{
	margin-top: 5px;
	font-size: 1.2rem;
}

/* ========== コラボ ========== */
#harenohimuka #shop .shop-collab{
	margin-top: 50px;
}
#harenohimuka #shop .shop-collab .inner{
	padding: 40px 20px 30px;
	position: relative;
	text-align: center;
	background-color: #f1f2f4;
}
#harenohimuka #shop .shop-collab .inner::before{
	content: "";
	width: 50px;
	height: 20px;
	position: absolute;
	bottom: calc(100% - 1px);
	left: 50%;
	transform: translateX(-50%);
	background-color: inherit;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#harenohimuka #shop .shop-collab .inner h3 span{
	padding: 0 10px;
	display: inline-block;
	border-bottom: 1px solid  #fcc800;
}
#harenohimuka #shop .shop-collab .inner p{
	margin-top: 20px;
	font-size: 1.4rem;
	color: #3b425e;
}
#harenohimuka #shop .shop-collab .inner .shop-collab-img{
	margin-top: 20px;
	width: 300px;
	max-width: 100%;
	height: auto;
}

/* comingsoon */
#harenohimuka #shop .shop-collab.comingsoon h3{
	font-size: 1.6rem;
	font-weight: bold;
	color: #3b425e;
}
#harenohimuka #shop .shop-collab.comingsoon p{
	font-size: 2rem;
	font-weight: bold;
}

/* ========== コインパーキング ========== */
#harenohimuka #shop .shop-parking {
	margin-top: 50px;
	text-align: center;
}
#harenohimuka #shop .shop-parking h3 img {
	margin-bottom: 10px;
	width: 320px;
	max-width: 100%;
	height: auto;
}
#harenohimuka #shop iframe{
	width: 100%;
	height: 230px;
    vertical-align: bottom;
}

/* PC版 ================================================================ */
@media screen and (min-width: 769px) {
	#harenohimuka #shop {
		padding-top: 120px;
	}
	#harenohimuka #shop .inner {
		margin: 0 auto;
		width: 980px;
	}

	/* スライダー */
	#harenohimuka #shop #shop-slider {
		margin-top: 40px;
	}
	#harenohimuka #shop #shop-slider .slick-dots {
		bottom: 20px;
	}
	#harenohimuka #shop #shop-slider .slick-dots li {
		width: 10px;
		height: 10px;
	}

	/* ========== 店舗情報 ========== */
	#harenohimuka #shop .shop-info {
		margin-top: 30px;
		display: flex;
		align-items: center;
	}
	#harenohimuka #shop .shop-info .shop-info-img {
		width: 50%;
	}
	#harenohimuka #shop .shop-info .shop-info-img img {
		width: 250px;
	}
	#harenohimuka #shop .shop-info .shop-info-text {
		margin-top: 0px;
		font-size: 1.5rem;
	}
	#harenohimuka #shop .shop-info .shop-info-text p{
		margin-top: 5px;
		font-size: 1.4rem;
		text-indent: -1em;
        margin-left: 1em;
	}

	/* ========== コラボ ========== */
	#harenohimuka #shop .shop-collab{
		margin-top: 90px;
	}
	#harenohimuka #shop .shop-collab .inner{
		padding: 50px 20px 40px;
	}
	#harenohimuka #shop .shop-collab .inner p{
		font-size: 1.5rem;
	}
	#harenohimuka #shop .shop-collab .inner .shop-collab-img{
		margin-top: 30px;
		width: 350px;
	}

	/* ========== コインパーキング ========== */
	#harenohimuka #shop .shop-parking {
		margin-top: 100px;
	}
	#harenohimuka #shop .shop-parking h3 img {
		margin-bottom: 20px;
		width: 583px;
	}
	#harenohimuka #shop iframe{
		height: 330px;
	}

}


/*============================================================================================================================================================
==============================================================================================================================================================

	7.フロートメニュー

==============================================================================================================================================================
============================================================================================================================================================*/
#harenohimuka .fix-menu{
	width: 100%;
	display: flex;
	position: fixed;
	bottom: 0;
	z-index: 3000;
	font-family: "Zen Old Mincho", serif;
	color: #fff;
}
#harenohimuka .fix-menu a{
	padding: 10px;
	display: block;
	width: 50%;
	height: 48px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	transition: 500ms;
}
#harenohimuka .fix-menu a:hover{
	opacity: 0.6;
}
#harenohimuka .fix-menu a.media{
	background-color: #54844f;
}
#harenohimuka .fix-menu a.form{
	background-color: #3b425e;
}
#harenohimuka .fix-menu a span{
	padding-right: 30px;
	display: inline-block;
	position: relative;
}
#harenohimuka .fix-menu a span::after{
	content:"";
    width: 10px;
    height: 10px;
    position: absolute;
	top: 50%;
    right: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
#harenohimuka .fix-menu a.media span::after{
    transform: translateY(-50%) rotate(-45deg);
}
#harenohimuka .fix-menu a.form span::after{
	margin-top: -2px;
    transform: translateY(-50%) rotate(45deg);
}

/* PC版 ================================================================ */
@media screen and (min-width: 769px) {
	#harenohimuka .fix-menu{
		width: auto;
		display: block;
		top: 50%;
		left: 0;
		bottom: unset;
		transform: translateY(-50%);
	}
	#harenohimuka .fix-menu a{
		padding: 0;
		display: flex;
		position: relative;
		align-items: center;
		justify-content: center;
		width: 70px;
		height: 190px;
		font-size: 1.6rem;
		writing-mode: vertical-rl;
		text-orientation: mixed;
	}
	#harenohimuka .fix-menu a::before{
		content:"";
		width: 25px;
		height: 35px;
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
		background-size: 100% auto;
		background-repeat: no-repeat;
	}
	#harenohimuka .fix-menu a.media::before{
		background-image: url(images/harenohimuka/fix-menu-hebeu-yellow.svg);
	}
	#harenohimuka .fix-menu a.form::before{
		background-image: url(images/harenohimuka/fix-menu-hebeu-green.svg);
	}
	#harenohimuka .fix-menu a + a{
		margin-top: 30px;
	}
	#harenohimuka .fix-menu a span{
		padding-right: 0px;
	}
	#harenohimuka .fix-menu a span::after{
		content: none;
	}
}

/*============================================================================================================================================================
==============================================================================================================================================================

	追加分：パーティや会合

==============================================================================================================================================================
============================================================================================================================================================*/
#harenohimuka #party{
	padding: 50px 20px 55vw;
	position: relative;
	background-image: url(images/harenohimuka/party-bg-sp.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: center;
	color: #3b425e;
	letter-spacing: 0.15em;
}
#harenohimuka #party .inner::after{
	content: "";
	width: 230px;
	height: 86px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 2;
	background-image: url(images/harenohimuka/party-deco.svg);
	background-size: 100% auto;
}
#harenohimuka #party .party-content picture img{
	max-width: 100%;
	width: 311px;
	height: auto;
}
#harenohimuka #party .party-content h2{
	margin-top: 5px;
	font-family: "Zen Old Mincho", serif;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.15em;
}
#harenohimuka #party .party-content .party-text{
	margin-top: 10px;
	font-size: 1.4rem;
	font-weight: bold;
}
#harenohimuka #party .party-content .party-note{
	margin-top: 10px;
	font-size: 1.2rem;
}

/* PC版 ================================================================ */
@media screen and (min-width: 769px) {
	#harenohimuka #party{
		padding: 100px 0;
		position: relative;
		background-image: url(images/harenohimuka/party-bg-pc.jpg);
		background-position: left center;
		background-size: auto 100%;
	}
	#harenohimuka #party .inner{
		position: relative;
	}
	#harenohimuka #party .inner::after{
		width: 340px;
		height: 127px;
		right: unset;
		left: -60px;
		bottom: unset;
		top: -110px;
	}
	#harenohimuka #party .inner{
		margin: 0 auto;
		width: 980px;
		text-align: right
	}
	#harenohimuka #party .party-content{
		display: inline-block;
		text-align: center;
	}
	#harenohimuka #party .party-content picture img{
		width: 341px;
	}
	#harenohimuka #party .party-content h2{
		font-size: 2.5rem;
	}
	#harenohimuka #party .party-content .party-text{
		font-size: 1.5rem;
	}
	#harenohimuka #party .party-content .party-note{
		margin-top: 15px;
		font-size: 1.3rem;
	}
}