@charset "utf-8";
/*
Theme Name:mrp-child
Template:mrp
Version: 1.0.0
*/
/*
DesignCode CSS: ver 0.01
*/
/*------------------------------------------------------
Theme Material
------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
	/*------▼基本設定▼------*/
	--color-background: #F1E5D9;
	--color-font: #111;
	--color-primary: #752F4C;
	--color-primary-shade: #B7A081;
	--color-primary-tint: #C15362;
	--color-secondary: #752F4C;
	--color-table-border: #D7C6AF;
	--color-table-th: #D7C6AF;
	--body-font-family: 'Noto Sans JP', sans-serif;
	--content-max-width: 1240px;
	/*------▼ヘッダー設定▼------*/
	--header-background: #FFF;
	--header-color-font: #111;
	--header-color-primary: #752F4C;
	--header-color-primary-shade: #8A6E45;
	--header-color-primary-tint: #C15362;
	/*------▼フッター設定▼------*/
	--footer-background: #752F4C;
	--footer-color-font: #FFF;
	--footer-color-primary: #FFF;
	/*------▼フォント設定▼------*/
	--font-family01: 'Zen Old Mincho', serif;
	--font-family02: 'Oswald', 'Noto Sans JP', sans-serif;
}
/*--------------------------------------------------
	親CSS調整
--------------------------------------------------*/
.post {
	background: none;
}
.post p {
	line-height: 1.8;
}
.post table {
	background: #fff;
}
.post table th {
	border-color: #F1E5D9;
	background: var(--color-table-th);
	font-weight: 500;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.post table th,
	.post table td {
		padding: var(--px20);
	}
}
@media print, screen and (min-width: 1024px) {
	.sticky-header #header > .inner {
		background: var(--header-background);
	}
	#wrapper {
		width: 90%;
		padding: 0;
	}
}
@media print, screen and (max-width: 1023px) {
	.spmenu #menu p {
		white-space: nowrap;
	}
	nav#mainNav ul li a {
		background-color: var(--header-background) !important;
	}
	nav#mainNav ul li li a {
		color: var(--header-color-font) !important;
	}
}
/*--------------------------------------------------
	オリジナル設定
--------------------------------------------------*/
.fs { font-size: 85%; }
.fm { font-size: 115%; }
.fm2 { font-size: 130%; }
.red { color: #FC0000; }
.b { font-weight: bold; }
p.txt_ind { text-indent: -1em; margin-left: 1em; }
/**/
.pad_anchor { margin-top: -110px; padding-top: 110px; }
/* 非表示用 */
@media print, screen and (min-width: 641px){ /* PC用 */
	.dsp_sp { display: none; }
	.cen_pc { text-align: center; }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.dsp_hp { display: none; }
}
/*--------------------------------------------------
	アニメーション
--------------------------------------------------*/
@keyframes kiran {
	0% {
		transform: scale(2) rotate(45deg);
		opacity: 0;
	}
	10% {
		transform: scale(20) rotate(45deg);
		opacity: 0.6;
	}
	20% {
		transform: scale(30) rotate(45deg);
		opacity: 0.4;
	}
	40% {
		transform: scale(45) rotate(45deg);
		opacity: 0.2;
	}
	50% {
		transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
@keyframes kiran2 {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  2.5% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  5% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  10% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  12.5% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*--------------------------------------------------
	ヘッダ
--------------------------------------------------*/
nav#mainNav{
	font-family: var(--font-family01);
}
@media only screen and (min-width: 1024px) {
	#header {
		height: 100px;
	}
	#header .logo img {
		max-height: 60px;
	}
	#header ul.header__contact {
		padding: 10px;
	}
	#header ul.header__contact li {
		margin-left: 10px;
	}
	#header a.head_btn {
		border-radius: 10px;
		font-size: var(--rem14);
		font-weight: 500;
		text-align: center;
		line-height: 1.3;
	}
	#header a.head_btn::before {
		font-size: var(--rem18);
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: var(--rem16);
	}
	#header a.head_btn.line_btn {
		background: #06C755;
	}
	#header a.head_btn.line_btn::before {
		content: "\f3c0";
	}
	/**/
	#header a.head_btn {
		overflow: hidden;
		position: relative;
	}
	#header a.head_btn::after {
		background-color: #fff;
		content: "";
		display: block;
		position: absolute;
		top: -100px;
		left: 0;
		width: 20px;
		height: 100%;
		opacity: 0;
		transition: cubic-bezier(0.32, 0, 0.67, 0);
		animation: kiran 4s linear infinite;
		animation-delay: 3s;
	}
	/**/
	nav#mainNav ul li a {
		padding-left: 12px;
		padding-right: 12px;
	}
	nav#mainNav ul li a b {
		font-weight: 600;
	}
	nav#mainNav ul li a span {
		color: var(--header-color-primary) !important;
		font-weight: normal;
	}
	nav#mainNav ul li.current-menu-item a, nav#mainNav ul li a:hover, nav#mainNav ul li a:active, nav#mainNav ul li.current-menu-parent a, nav#mainNav ul li.current-menu-ancestor a {
		background: none;
	}
	nav#mainNav ul li li a:hover, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-ancestor li.current-menu-item a, nav#mainNav ul li.current-menu-ancestor li a:hover {
		background: #f6f6f6;
	}
}
@media only screen and (max-width: 1560px) and (min-width: 1024px){
	#header .logo {
		width: 20%;
	}
	#header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	#header ul.header__contact li {
		margin-left: 6px;
	}
	#header a.head_btn {
		font-size: var(--rem12);
	}
	#header a.head_btn::before {
		font-size: var(--rem16);
	}
	#header a.head_btn.tel_btn span:not(.note) {
		font-size: var(--rem14);
	}
	nav#mainNav ul li a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: var(--rem14);
	}
}
@media only screen and (max-width: 1023px) {
	body.mobile { margin-top: 60px; }
	body.mobile #breadcrumb { margin-top: 0; }
	#content, #content.wide {
		width: 90%;
	}
}
/*--------------------------------------------------
	フッタ
--------------------------------------------------*/
#footer .footer__about .ttl {
	margin-bottom: 10px;
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	text-align: left;
}
#footer .footer__about dl {
	margin-bottom: 5px;
	display: flex;
	text-align: left;
}
#footer .footer__about dt {
	width: 5em;
}
#footer .inner {
	padding-bottom: 20px;
	border-bottom: 1px solid #B7A081;
}
#copyright {
	background: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer .footer__about {
		margin-bottom: 30px;
	}
}
/*--------------------------------------------------
	共通
--------------------------------------------------*/
.bg_wide { position: relative; }
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
.box_w2_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_w2_sp.rev { flex-direction: row-reverse; }
.box_w2_sp.vtop { align-items: flex-start; }
.box_w2_sp.vcen { align-items: center; }
.box_w2_sp.vbtm { align-items: flex-end; }
.box_pad { padding: 20px; box-sizing: border-box; }
.box_w2 .column2_50:not(.cen) { text-align: left; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.bg_fix::before { background-attachment: fixed !important; }
	.box_w2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_w2.rev { flex-direction: row-reverse; }
	.box_w2.vtop { align-items: flex-start; }
	.box_w2.vcen { align-items: center; }
	.box_w2.vbtm { align-items: flex-end; }
	.box_w2.hcen { justify-content: center; column-gap: 2%; }
	.box_w2.htop { justify-content: flex-start; column-gap: 2%; }
	.box_pad { padding: 30px; }
	.box_w2 .column3_33 { width: 32%; }
	.box_w2 .column2_50 { width: 48.5%; }
	.box_w2 .column2_60 { width: 57%; }
	.box_w2 .column2_70 { width: 67%; }
	.box_w2 .column2_80 { width: 77%; }
	.box_w2 .w45 { width: 45%; }
	.box_w2 .w50 { width: 50%; }
}
@media print, screen and (min-width:769px){ /* PCのみ */
	.box_pad { padding: var(--px80); }
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	/* tableにスクロールバーを追加 */
	.tbl_scroll { overflow: auto; margin-bottom: 15px; white-space: nowrap; }
	.tbl_scroll table { margin-bottom: 0; }
	.tbl_scroll::-webkit-scrollbar{ height: 5px; }
	.tbl_scroll::-webkit-scrollbar-track{ background: #F1F1F1; }
	.tbl_scroll::-webkit-scrollbar-thumb { ackground: #BCBCBC; }
	.box_w2 .w45+.w50 { margin-top: 20px; }
}
/**/
.box_w2 .column3_33 img, .box_w2 .column2_30 img,
.box_w2 .column2_40 img, .box_w2 .column2_50 img {
	max-width: 100%;
}
/**/
.post table.tbl_line,
.post table.tbl_line th,
.post table.tbl_line td {
	background: none;
	border: none;
	color: var(--color-font);
}
.post table.tbl_line {
	border-top: 1px solid var(--color-table-border);
}
.post table.tbl_line tr {
	border-bottom: 1px solid var(--color-table-border);
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.post table.tbl_line th,
	.post table.tbl_line td {
		padding: var(--px20);
	}
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	.post table.tbl_line.responsive th {
		padding-bottom: 5px;
	}
	.post table.tbl_line.responsive td {
		padding-top: 0;
	}
}
/**/
#content .linkBtn {
	width: auto;
	max-width: none;
	padding: 15px var(--px60);
	padding-right: var(--px80);
	background: none;
	border: 1px solid var(--color-primary);
	border-radius: 5px;
	color: var(--color-primary);
	transition: all 0.3s ease-in-out !important;
	line-height: 1.4;
}
#content .linkBtn::before {
	position: absolute;
	top: 50%;
	right: 18px;
	display: block;
	width: 15px;
	border-bottom: 1px solid var(--color-primary);
	transition: all 0.3s ease-in-out;
	content: "";
}
#content .linkBtn::after {
	border-bottom: none;
	border-color: var(--color-primary);
	transition: all 0.3s ease-in-out;
}
#content .linkBtn:hover {
	background: var(--color-primary);
	color: #fff;
}
#content .linkBtn:hover::before,
#content .linkBtn:hover::after {
	border-color: #fff;
}
@media only screen and (max-width: 640px){ /* スマホ用 */
	#content .linkBtn {
		padding: 15px 30px;
	}
}
/**/
.txt_link {
	color: var(--color-primary);
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}
/**/
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1) !important;
	margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.w600, .w800, .w900, .w1000, .w1100 {
	width: 600px;
	max-width: 100%;
	margin: auto;
}
.w800 { width: 800px; }
.w900 { width: 900px; }
.w1000 { width: 1000px; }
.w1100 { width: 1100px; }
/**/
.box_gray,
.bg_gray::before {
	background: #F5F5F5;
}
/*--------------------------------------------------
	トップページ
--------------------------------------------------*/
.home .post h1 b {
	display: block;
	margin-bottom: 0.1em;
	color: var(--color-primary-shade);
	font-size: var(--rem60);
	letter-spacing: 0;
}
.home .post h1 b::first-letter {
	color: var(--color-primary-tint);
}
.home .post h1 b+span {
	display: block;
	font-size: var(--rem24);
}
/**/
#event_box .box {
	width: 90%;
	max-width: 1500px;
	margin: auto;
	background: #D7C6AF;
	border-radius: 10px;
}
/**/
#top_about h1 {
	text-align: left;
}
#top_about .photo {
	position: relative;
}
#top_about .photo::after {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid var(--color-primary-shade);
	box-sizing: border-box;
	content: "";
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_about .photo {
		width: 50%;
	}
	#top_about .txt {
		width: 45%;
	}
}
/**/
#top_features dt {
	margin-bottom: 15px;
	font-size: var(--rem20w);
	font-weight: 500;
	font-family: var(--font-family01);
	text-align: center;
	line-height: 1.4;
}
#top_features dt b {
	color: var(--color-primary-tint);
	font-size: var(--rem24w);
}
#top_features dt img {
	display: block;
	margin: 0 auto 15px;
}
#top_features dd {
	padding: 0;
	line-height: 1.6;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_features dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_features dl+dl {
		margin-top: 30px;
	}
}
/**/
#top_level {
	position: relative;
	overflow: hidden;
	width: 900px;
	max-width: 100%;
	margin: auto;
	border-radius: var(--px80) 0  var(--px80) 0;
}
#top_level::after {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation: kiran2 4s linear infinite;
	animation-delay: 3s;
}
/**/
#top_voice::before {
	background: url(/wp-content/uploads/top-voice-bg.jpg.webp) no-repeat center center / cover;
}
#top_voice h1,
#top_voice h1 b,
#top_voice h1 b::first-letter {
	color: #fff;
}
#top_voice dl {
	padding: var(--px40);
	background: #fff;
	border-radius: 10px;
}
#top_voice dl+dl {
	margin-top: var(--px20);
}
#top_voice dd p+p {
	margin-top: 10px;
}
#top_voice .in {
	position: relative;
	padding: 0 100px;
}
.swiper-button-prev,
.swiper-button-next {
	width: 70px !important;
	height: 70px !important;
}
.swiper-button-prev {
	left: 0 !important;
}
.swiper-button-next {
	right: 0 !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/ico-prev.png.webp) no-repeat center center / cover;
	content: "" !important;
}
.swiper-button-next:after {
	background-image: url(/wp-content/uploads/ico-next.png.webp);
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_voice dl {
		/* フレックス */
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#top_voice dt {
		width: 15%;
	}
	#top_voice dd {
		width: 85%;
		padding: 0 0 0 var(--px40);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_voice dt {
		width: 40%;
		margin: 0 auto 10px;
	}
	#top_voice dd {
		padding: 0;
	}
	#top_voice .in {
		padding: 0 50px;
	}
	.swiper-button-prev,
	.swiper-button-next {
		width: 40px !important;
		height: 40px !important;
	}
}
/**/
#top_store .store {
	width: 1600px;
	max-width: 90%;
	margin: auto;
}
#top_store dt {
	min-height: 2.8em;
	padding: var(--px20);
	background: var(--color-primary-tint);
	border-radius: 10px 10px 0 0;
	box-sizing: content-box;
	line-height: 1.4em;
	/* フレックス */
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_store dt span {
	display: block;
	color: #fff;
	font-size: var(--rem20w);
	font-family: var(--font-family01);
}
#top_store dt a {
	padding: 3px 15px;
	background: #fff;
	border-radius: 999px;
	color: var(--color-primary-tint);
	font-weight: 500;
	white-space: nowrap;
	transition: all 0.3s ease-in-out;
}
#top_store dt a:hover {
	background: var(--color-primary);
	color: #fff;
}
#top_store dd {
	padding: 0;
}
#top_store dd .linkBtn {
	display: block;
	padding: 15px 30px;
	background: var(--color-primary-shade);
	border: none;
	border-radius: 0;
	color: #fff;
}
#top_store dd .linkBtn::before,
#top_store dd .linkBtn::after {
	border-color: #fff;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_store dl {
		width: 23.5%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#top_store .box_w2 {
		row-gap: var(--px50);
	}
	#top_store dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_store dl+dl {
		margin-top: 20px;
	}
}
/**/
#top_sns {
	padding: 20px;
	background: #fff;
	box-shadow: 3px 6px 20px rgba(0,0,0,0.1);
}
#top_sns dt {
	font-size: var(--rem30w);
	font-weight: 600;
	font-family: var(--font-family01);
	text-align: center;
	line-height: 1.5;
}
#top_sns dt span {
	display: block;
	color: var(--color-primary-shade);
}
#top_sns dd {
	padding: 0;
}
#top_sns dd ul {
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: var(--px30);
	row-gap: 15px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_sns {
		padding: var(--px50);
		justify-content: center;
		column-gap: var(--px100);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_sns dt {
		margin-bottom: 15px;
	}
	#top_sns dd img {
		width: 40px;
	}
}
/**/
#front_top_content,
#front_bottom_content {
	background: none;
}
/*--------------------------------------------------
	見出し
--------------------------------------------------*/
#thumbImg::before, header#h1Header::before {
	display: none;
}
h1.title, .post h1, .post h2, .post h3, .post h4 {
	color: var(--color-font);
	line-height: 1.4;
}
/**/
.post h2:has(b)::after,
.post h2.noline::after {
	display: none;
}
.post h2 b {
	display: block;
	margin-bottom: 0.1em;
	color: var(--color-primary-shade);
	font-size: var(--rem60);
	letter-spacing: 0;
}
.post h2 b::first-letter {
	color: var(--color-primary-tint);
}
.post h2 b+span {
	display: block;
	font-size: var(--rem24);
}
/**/
.post h3 {
	padding: 0 0 0.5em;
	border-bottom: 1px solid #9E9E9E;
	color: var(--color-primary);
	font-size: var(--rem20w);
}
.post h3 .fs {
	display: block;
	font-size: var(--rem16);
}
.post h3.noline {
	padding: 0;
	border: none;
}
.post h3.sub {
	position: relative;
	padding-bottom: 0.8em;
	border-color: #8A6E45;
}
.post h3.sub::after {
	position: absolute;
	left: 0;
	bottom: -3px;
	display: block;
	width: 250px;
	height: 5px;
	background: #8A6E45;
	content: "";
}
/*--------------------------------------------------
	初めての方へ
--------------------------------------------------*/
#recommended_list {
	width: 100%;
	max-width: 800px;
	margin: auto;
}
#recommended_list li {
	position: relative;
	padding: 15px;
	padding-left: 65px;
	background: var(--color-primary);
	color: #fff;
	font-size: var(--rem20w);
	font-family: var(--font-family01);
	line-height: 1.4;
}
#recommended_list li::before {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 38px;
	height: 38px;
	background: url(/wp-content/uploads/chk.png.webp) no-repeat center center / cover;
	content: "";
}
#recommended_list li+li {
	margin-top: 10px;
}
/**/
#flow_list {
	position: relative;
	counter-reset: number;
}
#flow_list::before {
	position: absolute;
	top: 0;
	left: 25px;
	display: block;
	width: 22px;
	height: 100%;
	background: #DCDCDC;
	z-index: -1;
	content: "";
}
#flow_list dl {
	position: relative;
	padding: 18px 0 0 150px;
}
#flow_list dl:not(:last-child) {
	padding-bottom: var(--px60);
}
#flow_list dl::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 74px;
	height: 74px;
	background: var(--color-primary);
	border-radius: 50%;
	color: #FFF;
	font-size: var(--rem30);
	font-weight: bold;
	font-family: 'Inter', sans-serif;
	text-align: center;
	counter-increment: number;
	content: "0" counter(number);
	z-index: 1;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#flow_list dt {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #C3C3C3;
	color: var(--color-primary);
	font-size: var(--rem20w);
	font-family: var(--font-family01);
}
#flow_list dt::before {
	position: absolute;
	top: 50%;
	left: -120px;
	display: block;
	width: 100px;
	border-bottom: 1px dashed var(--color-font);
	z-index: -1;
	content: "";
}
@media only screen and (max-width: 640px){ /* スマホ */
	#flow_list::before {
		left: 20px;
		width: 10px;
	}
	#flow_list dl {
		padding: 10px 0 0 80px;
	}
	#flow_list dl:not(:last-child) {
		padding-bottom: var(--px60);
	}
	#flow_list dl::before {
		width: 50px;
		height: 50px;
	}
	#flow_list dt::before {
		left: -50px;
		width: 40px;
	}
}
/*--------------------------------------------------
	特徴について
--------------------------------------------------*/
#features_reason dl {
	width: 23.5%;
	max-width: 226px;
	background: var(--color-primary);
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	color: #fff;
	font-family: var(--font-family01);
	line-height: 1.5;
	text-align: center;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
#features_reason dt {
	width: 60%;
	max-width: 140px;
	margin: 0 auto 15px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #fff;
	font-size: var(--rem18);
	font-weight: normal;
}
#features_reason dd {
	min-height: 4.5em;
	font-size: var(--rem20w);
	font-weight: 600;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#features_reason {
		row-gap: 15px;
	}
	#features_reason dl {
		width: 48%;
	}
}
/*--------------------------------------------------
	よくあるご質問
--------------------------------------------------*/
#faq_list dl+dl {
	margin-top: var(--px50);
	padding-top: var(--px50);
	border-top: 1px solid #5F5F5F;
}
#faq_list dt,
#faq_list dd {
	position: relative;
	padding: 22px 0;
	padding-left: 90px;
}
#faq_list dt::before,
#faq_list dd::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	background: #8A6E45;
	border-radius: 50%;
	color: #fff;
	font-size: var(--rem24);
	font-weight: bold;
	content: "Q";
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#faq_list dd::before {
	content: "A";
	background: var(--color-primary);
}
#faq_list dt {
	position: relative;
	padding-right: 50px;
	margin-bottom: var(--px20);
	font-size: var(--rem18);
	cursor: pointer;
}
#faq_list dt::after {
	content: '';
	position: absolute;
	top: 46%;
	right: 3rem;
	width: 12px;
	height: 12px;
	border-right: 1px solid #494949;
	border-bottom: 1px solid #494949;
	-webkit-transform: rotate(45deg) translateY(-50%);
	transform: rotate(45deg) translateY(-50%);
	transition: all 0.3s ease-in-out;
}
#faq_list dt.active::after {
	top: 43%;
	right: 2rem;
	-webkit-transform: rotate(-135deg) translateY(-50%);
	transform: rotate(-135deg) translateY(-50%);
}
#faq_list dd {
	display: none;
}
@media only screen and (max-width: 640px){ /* スマホ */
	#faq_list dl+dl {
		margin-top: var(--px40);
		padding-top: var(--px40);
	}
	#faq_list dt,
	#faq_list dd {
		padding: 15px 0;
		padding-left: 65px;
	}
	#faq_list dt::before,
	#faq_list dd::before {
		width: 50px;
		height: 50px;
	}
	#faq_list dt::before {
		top: 50%;
		transform: translateY(-50%);
	}
	#faq_list dt {
		padding-right: 50px;
	}
	#faq_list dd {
		padding-top: 5px;
	}
}
/*--------------------------------------------------
	ご協力店舗募集
--------------------------------------------------*/
#pertners_contact {
	background: var(--color-primary-shade);
}
#pertners_contact,
#pertners_contact h2,
#pertners_contact h2 b,
#pertners_contact h2 b::first-letter {
	color: #fff;
}
/*--------------------------------------------------
	利用規約について
--------------------------------------------------*/
#terms_about h3 {
	color: var(--color-font);
}
/*--------------------------------------------------
	イベント情報
--------------------------------------------------*/
#event_area li .linkBtn {
	height: 100%;
	padding: 15px 30px;
	background: var(--color-primary);
	border: 4px solid var(--color-primary);
	box-shadow: 0 0 0 1px var(--color-primary-shade) inset;
	color: #fff;
	font-size: var(--rem20w);
	font-family: var(--font-family01);
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#event_area li .linkBtn::before,
#event_area li .linkBtn::after {
	border-color: #fff;
}
#event_area li .linkBtn:hover {
	background: var(--color-primary-tint);
	border-color: var(--color-primary-tint);
}
@media print, screen and (min-width: 769px) {   /* PC用 */
  #event_area {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 2%;
		row-gap: 20px;
  }
  #event_area li {
		width: 23.5%;
  }
}
@media only screen and (max-width: 640px){ /* スマホ */
  #event_area li+li {
		margin-top: 15px;
	}
}
/**/
#event_list dl {
	overflow: hidden;
	background: #fff;
	border-radius: 10px 10px 0 0;
	/* フレックス */
	display: flex;
	flex-direction: column;
}
#event_list dt {
	padding: 15px;
	background: var(--color-primary-shade);
	color: #fff;
	font-size: var(--rem24w);
	font-family: var(--font-family01);
	text-align: center;
}
#event_list dd {
	padding: var(--px20);
}
#event_list dd .ico {
	position: relative;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #C6B49A;
	padding-left: 1.5em;
}
#event_list dd .ico+.ico {
	margin-bottom: 0;
	border-bottom: none;
}
#event_list dd .ico i {
	position: absolute;
	top: 0;
	left: 0;
	color: var(--color-primary-tint);
	line-height: 1.8em;
}
#event_list dd .ttl {
  overflow: hidden;
	margin: 15px 0;
	font-size: var(--rem20w);
	font-family: var(--font-family01);
	line-height: 1.5;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#event_list dd .man,
#event_list dd .woman {
	overflow: hidden;
	width: 48%;
	background: #E7ECF6;
	border-radius: 10px 10px 0 0;
}
#event_list dd .man p,
#event_list dd .woman p {
	padding: 10px;
	border-top: 1px solid #fff;
	text-align: center;
	line-height: 1.5;
}
#event_list dd .man p.sex,
#event_list dd .woman p.sex {
	background: #344870;
	color: #fff;
	font-size: var(--rem18);
	font-weight: 500;
}
#event_list dd .man p > b {
	display: block;
	color: #344870;
}
#event_list dd .woman {
	background: #F1E2E8;
}
#event_list dd .woman p > b {
	display: block;
	color: #942354;
}
#event_list dd .woman p.sex {
	background: #942354;
}
#event_list dd .mark span {
	display: inline-block;
	padding: 3px 12px;
	font-weight: 500;
}
#event_list dd .mark span.rec {
	background: #fff;
	color: var(--color-primary-tint);
}
#event_list dd .mark span.full {
	background: #C0C0C0;
}
#event_list dd .mark span.rec2 {
	background: var(--color-primary-tint);
	color: #FFF200;
	font-weight: bold;
}
#event_list dd .mark span.ls1,
#event_list dd .mark span.ls2,
#event_list dd .mark span.ls3 {
	background: var(--color-primary-tint);
	color: #fff;
}
#event_list dd .mark span.ls1 b,
#event_list dd .mark span.ls2 b,
#event_list dd .mark span.ls3 b{
	color: #FFF200;
}
#event_list dd.btn {
	margin-top: auto;
	padding: 0;
	/* フレックス */
	display: flex;
	justify-content: space-between;
}
#event_list dd.btn a {
	width: 50%;
	height: 70px;
	padding: 0 !important;
	color: #fff;
	transition: all 0.3s ease-in-out;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
	justify-content: center;
}
#event_list dd.btn .linkBtn {
	background: var(--color-primary);
	border: none;
	border-radius: 0;
}
#event_list dd.btn .linkBtn:hover {
	background: var(--color-primary-tint);
}
#event_list dd.btn .linkBtn::before,
#event_list dd.btn .linkBtn::after {
	border-color: #fff;
}
#event_list dd.btn .btn_link {
	background: #06C755;
	color: #fff;
}
#event_list dd.btn .btn_link:hover {
	background: #10F76F;
}
#event_list dd.btn .btn_link i {
	margin-right: 10px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#event_list {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		column-gap: 2%;
		row-gap: var(--px60);
	}
	#event_list dl {
		width: 32%;
	}
}
@media only screen and (max-width: 820px) and (min-width: 641px){
	#event_list {
		column-gap: 4%;
	}
	#event_list dl {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#event_list dl+dl {
		margin-top: 30px;
	}
	#event_list dd.btn a {
		height: 50px;
	}
}
/**/
.each_event .close {
  display: none;
}
.thisMonth {
  display: none;
}
.thisDay {
  display: none;
}
/* 2022_11_15_追記 */
td.open_schedule {
  cursor: pointer;
}
.all_event.show {
  position: absolute;
  top: 0;
  display: block;
  background-color: white;
  z-index: 1000;
  width: 100%;
  padding: var(--px40);
  border: 10px solid var(--color-primary-shade);
  overflow-y: scroll;
  border-radius: 10px;
  height: 100%;
}
.each_event.dontshow {
  display: none;
}
.each_event.show {
  display: block;
  border-bottom: 1px dashed var(--color-primary-shade);
  margin-bottom: var(--px30);
	padding-bottom: var(--px30);
}
.calender_width {
  position: relative;
}
.each_event .badge .event_title_txt:before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-image: url(/wp-content/uploads/badge02.webp);
  background-size: contain;
  position: absolute;
  left: 0;
  top: 47%;
  transform: translateY(-50%);
}
span.info_close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 48px;
  color: var(--color-primary);
  cursor: pointer;
  z-index: 1000;
}
.each_event.show a {
  text-align: left;
  margin-bottom: 1em;
  font-size: 125%;
  font-weight: bold;
}
.each_event.show:hover {
  background-color: white;
  opacity: 0.4;
}
.event_title_txt {
  position: relative;
  padding: 10px 0 10px 100px;
}
@media (max-width: 1023px) {
  .event_title_txt {
    padding: 100px 0 0 0;
  }
  .each_event .badge .event_title_txt:before {
    top: 0;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 768px) {
  span.info_close {
    font-size: 24px;
  }
  .all_event.show {
    height: 80vh;
    position: fixed;
    top: 10vh;
    left: 10vw;
    width: 80vw;
  }
}
span.info_close.dontshow {
  display: none;
}
.open_close_time span {
  border: 1px solid;
  font-size: 80%;
  top: -2px;
  position: relative;
  margin-right: 5px;
  padding: 0 5px;
}
/**/
#calendar_search h2 {
	margin-bottom: var(--px20);
	padding: 0.4em 0;
	border-top: 1px solid var(--color-primary-shade);
	border-bottom: 1px solid var(--color-primary-shade);
	color: var(--color-primary-shade);
	font-size: var(--rem30w);
}
#calendar_search h2::after {
	display: none;
}
#calendar_search th,
#calendar_search td {
	padding: var(--px20);
	font-size: var(--rem20);
	font-family: var(--font-family01);
	text-align: center;
	vertical-align: middle;
}
#calendar_search th {
	width: calc(100% / 7);
}
#calendar_search .open_schedule {
  background-color: var(--color-primary);
  color: #fff;
}
#calendar_search .open_schedule .open_trigger {
  cursor: pointer;
}
#calendar_search .day_schedules {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 10px solid var(--color-primary);
  border-radius: 10px;
  padding: 3em;
  z-index: 10;
  cursor: default;
  overflow-y: scroll;
}
#calendar_search .day_schedules.open {
  display: block;
}
#calendar_search .day_schedules .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #e61979;
  font-size: 48px;
  cursor: pointer;
  transition: 0.3s;
}
#calendar_search .day_schedules a {
  display: block;
  text-align: left;
  border-bottom: 1px dashed #ff70a1;
  margin-bottom: 1em;
  transition: 0.3s;
  font-size: 125%;
  font-weight: bold;
}
#calendar_search .day_schedules .close:hover,
#calendar_search .day_schedules a:hover {
  opacity: 0.4;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#calendar_search {
		/* フレックス */
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#calendar_search .calendar_wrap {
		width: 48.5%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
  #calendar_search .day_schedules .close {
    font-size: 24px;
  }
  #calendar_search .day_schedules {
    height: 80vh;
    position: fixed;
    top: 10vh;
    left: 10vw;
    width: 80vw;
  }
}
@media only screen and (max-width: 640px){ /* スマホ */
	#calendar_search .calendar_wrap+.calendar_wrap {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
	イベント詳細
--------------------------------------------------*/
#event_details h1 {
	font-size: var(--rem36);
	text-align: left;
}
#event_details h1 span {
	box-shadow: 0 -15px 0 rgba(117,47,76,0.15) inset;
}
#event_details h2 {
	padding: 0 0 0.5em;
	border-bottom: 1px solid #9E9E9E;
	color: var(--color-primary);
	font-size: var(--rem20w);
	text-align: left;
}
#event_details h2::after {
	display: none;
}
#event_details table th {
  width: 20%;
  white-space: nowrap;
}
#event_details .man {
  color: #59adff;
}
#event_details .woman {
  color: #fc89d6;
}
/*--------------------------------------------------
	プライバシーポリシー その他
--------------------------------------------------*/
#breadcrumb ul li b,
#sitemap_list li a b {
	display: none;
}
#sitemap_list li a {
	transition: all 0.3s ease-in-out;
}
#sitemap_list li a:hover {
	color: var(--color-primary);
}
/*--------------------------------------------------
	お問い合わせ
--------------------------------------------------*/
#contact_attention {
	border: 4px solid var(--color-primary);
}
#contact_attention dt {
	margin-bottom: var(--px30);
	color: var(--color-primary);
	font-size: var(--rem36);
	font-family: var(--font-family01);
	text-align: center;
}
#contact_attention dd {
	padding: 0;
	font-size: var(--rem20);
	font-weight: bold;
	line-height: 1.8;
}
/**/
.wpcf7-form select {
	width: auto;
}
.wpcf7-form .must_fn {
	float: none;
}
.wpcf7-form table+div .wpcf7-form-control-wrap {
	display: inline;
}
/* ボタン */
.post form.wpcf7-form .linkBtn {
	width: 200px !important;
	padding: 0 !important;
}
.post form.wpcf7-form .linkBtn .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.post form.wpcf7-form .linkBtn input[type="submit"] {
	padding: 15px 35px;
}
.post form.wpcf7-form .linkBtn:not(:hover) input[type="submit"] {
	color: var(--color-primary);
}

/* sitemap */
.post ul#sitemap_list li {
    margin-bottom: 5px;
    padding-left: 50px;
    font-size: 130%;
	font-family: var(--font-family01);
    background: none;
    border-bottom: solid 1px #8a6e45;
    line-height: 5;
}