@charset "utf-8";
/*
Theme Name: portals_responsive
Author: portals
*/
/*==================================
* reset
* html5doctor.com Reset Stylesheet
* v1.6.1
* Last Updated: 2010-09-17
* Author: Richard Clark - http://richclarkdesign.com
* Twitter: @rich_clark
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ol,
ul {
	list-style: none;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colors to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colors to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-weight: bold;
}
em {
	font-style: normal !important;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border color to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
address {
	font-style: normal;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/*==================================
WordPress Native Styles
editor
==================================*/
img.wp-smiley,
img.emoji {
	height: 2% !important;
	width: 2% !important;
}
.post p {
	display: block;
	margin: 1em;
}
.post strong {
	font-weight: bold;
}
.post em {
	font-style: oblique;
}
.post blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
.post ul {
	list-style: disc;
	margin: 0 3em 1em;
}
.post ol {
	list-style: decimal;
	margin: 0 3em 1em;
}
/* img */
.aligncenter {
	display: block;
	margin: 0 auto 8px;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/*==================================
SP_base
==================================*/
:root {
	--bordercolor01: #f2e3e6;
	--bordercolor02: #bdbdae;
	--bordercolor03: #59493f;
	--bgcolor01: #fff;
	--bgcolor02: #f9f6ed;
	--bgcolor03: #ea8196;
	--bgcolor04: #f2a7b6;
	--bgcolor05: #f2d2d8;
	--pointcolor: #b11332;
	--txtcolor01: #fff;
	--txtcolor02: #333;
}
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.img_left,
.img_right {
	margin: 0 auto 0.5em;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
.only_pc {
	display: none;
}
img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
a:link {
	color: #000d99;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #000d99;
}
a:active {
	color: #b71c1c;
}
body {
	overflow-x: hidden;
	background: var(--bgcolor01);
	color: var(--txtcolor02);
	font-size: 15px;
	line-height: 1.5;
	font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", sans-serif;
	font-weight: 500;
	/* 游明朝(transform rotateは明朝体の時だけ設定)
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg); */
}
.wp-block-buttons>.wp-block-button {
	margin: min(5vw, 40px) auto;
}
.wp-block-button__link {
	position: relative;
	border: solid 1px var(--txtcolor02);
	background-color: var(--bgcolor01);
	color: var(--txtcolor02);
	font-size: clamp(16px, 4vw, 20px);
	font-weight: bold;
	padding: 1em 3.5em 1em 2.5em;
}
.wp-block-button__link::after {
	position: absolute;
	top: 48%;
	right: 1em;
	transform: translate(0, -50%);
	display: block;
	content: ">";
	background-color: var(--bgcolor03);
	color: var(--txtcolor01);
	text-shadow: .5px .5px var(--txtcolor01), -.5px .5px var(--txtcolor01), -.5px -.5px var(--txtcolor01), .5px -.5px var(--txtcolor01), .5px 0px var(--txtcolor01), 0px .5px var(--txtcolor01), -.5px 0px var(--txtcolor01), 0px -.5px var(--txtcolor01);
	padding: .15em .14em .25em .26em;
	width: 1em;
	height: 1em;
	line-height: 1em;
	text-align: center;
	border-radius: 50%;
}
/*==================================
SP_layout
==================================*/
#main {
	margin: 4px auto 0;
	padding: 0 6px;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
}
#main {
	overflow: hidden;
}
.conts {
	margin: 0 12px 16px;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.conts .conts_inner {
	overflow: hidden;
}
.conts p:not([class]) {
	margin-bottom: 8px;
}
.ttl {
	margin: 0 4px 32px;
	text-align: center;
}
.bnr {
	margin: 0 0 16px;
}
a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*==================================
SP_heading
==================================*/
.h_style01 {
	clear: both;
	margin: 24px calc(50% - 48vw) 16px;
	padding: .8em;
	background: var(--bgcolor05);
	font-size: 22px;
	border-radius: 12px;
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class]),
.block_wrapper h2:not(.nostyle) {
	position: relative;
	z-index: 0;
	clear: both;
	margin: min(8vw, 64px) calc(50% - 48vw) min(4vw, 32px);
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: var(--txtcolor01);
	background-color: var(--bgcolor04);
	border-radius: 100px;
}
.h_style02::before,
.post h3:not([class])::before,
.block_wrapper h2:not(.nostyle)::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content: '';
	display: block;
	width: 100vw;
	height: 2px;
	z-index: -1;
	background-color: var(--bgcolor04);
}
.h_style02::after,
.post h3:not([class])::after,
.block_wrapper h2:not(.nostyle)::after {
	content: '';
	width: 1em;
	height: 1em;
	background-color: var(--bgcolor04);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%) rotate(45deg);
}
.h_style03,
.post h4,
.block_wrapper h3:not(.nostyle) {
	clear: both;
	margin: 32px auto 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px var(--bgcolor04);
	border-bottom: dotted 2px var(--bgcolor04);
}
.h_style04,
.post h5,
.block_wrapper h4:not(.nostyle) {
	clear: both;
	overflow: hidden;
	margin: 24px auto 16px;
	padding: 6px 4px 2px;
	font-weight: bold;
	border-top: solid 1px var(--bgcolor04);
	border-bottom: dotted 2px var(--bordercolor03);
	font-size: 17px;
}
.h_style05,
.post h6,
.block_wrapper h5:not(.nostyle)  {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 24px auto 16px;
	padding: 0 8px 2px 32px;
	font-weight: bold;
	border-bottom: dotted 2px var(--bgcolor04);
	font-size: 16px;
}
.h_style05::before,
.post h6::before,
.block_wrapper h5:not(.nostyle)::before {
	position: absolute;
	margin-top: -0.25em;
	top: 50%;
	left: 0.5em;
	content: "";
	display: inline-block;
	background: #fff;
	width: 0.5em;
	height: 0.5em;
	border-radius: 50%;
	box-shadow: 0 0 0 8px var(--bgcolor04);
}
@media screen and (min-width: 640px) {
	.h_style01 {
		margin: 24px auto 16px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle) {
		margin: min(8vw, 64px) auto min(4vw, 32px);
		width: 510px;
	}
	.h_style02::before,
	.post h3:not([class])::before,
	.block_wrapper h2:not(.nostyle)::before {
		width: clamp(628px, 65vw, 720px);
	}
	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle) {
		margin: 32px 4px 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle) {
		margin: 24px 4px 16px;
	}
	.h_style05,
	.post h6,
	.block_wrapper h5:not(.nostyle) {
		margin: 24px 4px 16px;
	}
}
/*==================================
SP_header
==================================*/
#header {
	position: relative;
	z-index: 999999;
	border-top: solid 4px var(--bgcolor04);
}
.h_upper>* {
	font-weight: 500;
	font-size: clamp(10px, 2vw, 18px);
}
.h_inner {
	margin: 0 auto;
	padding: 8px 0;
	width: min(95%, 1240px);
}
.h_logo {
	margin: 8px auto;
	width: 70%;
}
/*==================================
SP_navigation
==================================*/
nav {
	width: 100%;
	background: var(--bgcolor01);
}
.gnav_sp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	border-top: solid 1px var(--bgcolor04);
	box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.2);
}
.gnav_sp li {
	padding: 8px 0;
}
.gnav_sp img {
	width: min(90%, 92px);
}
.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
}
/*ページ内リンク対策*/
#ryoukin {
	margin-top: -40px;
	padding-top: 40px;
}
.bt_pagetop01 a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: min(15vw, 90px);
	height: min(15vw, 90px);
	margin: 0 auto;
	padding: clamp(12px, 2vw, 16px);
	background-color: var(--bgcolor03);
	color: #fff;
	font-weight: bold;
	font-size: clamp(13px, 3.5vw, 18px);
	text-align: center;
	letter-spacing: .05em;
	line-height: 1;
	text-decoration: none;
	border-radius: 50%;
	box-sizing: border-box;
}
/*
色を変更するときは以下のURLでCSSを生成してください。
https://angel-rs.github.io/css-color-filter-generator/
*/
.bt_pagetop01 a img {
	width: min(80%, 44px);
	aspect-ratio: 22/15;
	margin: 0 auto;
	filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(43deg) brightness(106%) contrast(100%);
	-webkit-filter: brightness(0) saturate(100%) invert(99%) sepia(99%) saturate(0%) hue-rotate(43deg) brightness(106%) contrast(100%);
}
.bt_pagetop02 {
	display: block;
	aspect-ratio: 1/1;
	margin: 0 auto;
	width: min(15vw, 90px);
}
.sp_fix_bt {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4px;
	padding: 1%;
	width: 100%;
	background-color: #fffbd6;
	box-sizing: border-box;
}
/* 画像の幅のpxを設定 */
.sp_fix_bt::before {
	display: block;
	width: 100%;
	content: "【タップで店舗を選択して予約！当日予約・飛び込みもOK！】";
	display: inline-block;
	text-align: center;
	font-size: clamp(11px,2.5vw,20px);
}
.sp_fix_bt>* {
	width: min(calc(33% - 4px), 252px);
}
/*==================================
SP_mainimg
==================================*/
.main_img {
	display: block;
	margin: 0 auto 1em;
	width: 100%;
}
.top_shops {
	position: relative;
	margin: min(12vw, 100px) auto 0;
	padding: min(12vw, 100px) 0 min(6vw, 40px);
	background-color: var(--bgcolor05);
}
.top_shops_ttl {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto 16px;
	width: 96%;
}
.top_shops_list {
	margin: 0 auto;
	width: min(90%, 782px);
	display: flex;
	gap: min(3vw, 40px);
	flex-wrap: wrap;
	justify-content: center;
}
.top_shops_list li {
	width: min(48%, 200px);
}
/*==================================
SP_contact
==================================*/
.contact {
	background: var(--bordercolor01);
	padding: 3em 0;
}
.contact_conts {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
	margin: 0 auto;
	width: 94%;
}
.contact_heading {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: min(100%, 680px);
	font-size: clamp(24px, 5vw, 40px);
	font-weight: bold;
	text-align: center;
}
.contact_heading::before,
.contact_heading::after {
	content: '';
	width: 1.5em;
	height: 2px;
	background: #563e18;
}
.contact_heading::before {
	margin-right: .5em;
}
.contact_heading::after {
	margin-left: .5em;
}
.contact_info {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.contact_info .block_uketsuke {
	margin: 1em auto 0;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
}
.contact_info .block_uketsuke tr> :first-child {
	width: 8em;
}
.contact_info .block_uketsuke th,
.contact_info .block_uketsuke td {
	padding: .3em .1em;
	font-size: clamp(14px, 4vw, 28px);
}
.contact_info .uketsuke_block_notes {
	text-align: center;
	font-size: clamp(14px, 3.5vw, 24px);
}
.contact_info_box p {
	margin: 0 0 8px;
}
.contact_access {
	margin: 0 auto;
	width: 90%;
	display: grid;
	grid-template-columns: 7em 1fr;
	row-gap: .3em;
	line-height: 1.3;
	font-size: clamp(14px, 3vw, 18px);
}
.contact_add span {
	display: inline-block;
}
.contact_add span:first-child {
	margin-right: .5em;
}
.contact_bt,
.access_contact_bt {
	margin: 1.5em auto;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.contact_map iframe {
	aspect-ratio: 16 / 9;
	width: 100% !important;
	height: 100% !important;
}
/*お問い合わせ欄店舗一覧*/
.shop_list {
	margin: 0 auto;
	width: min(96%, 1000px);
	display: flex;
	flex-direction: column;
	gap: min(8vw, 64px);
}
.shop_list_li {
	display: flex;
	flex-direction: column;
	gap: min(4vw, 32px);
	padding: min(6vw,48px) min(4vw,32px);
	background-color: var(--bgcolor01);
	border-radius: min(4vw, 35px);
}
.shop_list_li.shoppage_info {
	padding: 0;
}
.shop_list_info {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.shop_list_pic img {
	border-radius: min(4vw, 28px);
}
.shop_list_name {
	margin: 12px 0 0;
	color: var(--bgcolor03);
	font-size: min(5vw,24px);
	font-weight: bold;
}
.shop_access_txt {
	display: block;
	font-size: 80%;
}
.shop_list_detail {
	display: flex;
	gap: .5em
}
.shop_list_detail > li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
.shop_list_detail > li a::after {
	font-family: "icomoon";
	content: "\ea42";
	display: inline-block;
	margin-left: 2px;
	vertical-align: bottom;
}
.shop_list_cta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.shop_list_cta li a {
	display: block;
	padding: .5em 0;
	font-weight: bold;
	text-align: center;
	border-radius: 100px;
	text-decoration: none;
	font-size: 16px;
}
.shop_list_cta .shop_tel a {
	background-color: var(--bgcolor03);
	color: var(--txtcolor01);
}
.shop_list_cta .shop_line a {
	background-color: #07b53b;
	color: var(--txtcolor01);
}
.shop_list_cta .shop_hpb a {
	background-color: #9f1547;
	color: var(--txtcolor01);
}
/*==================================
SP_map
==================================*/
.map {
	position: relative;
	margin: 0 auto 1em;
	padding-bottom: 250px;
	width: 95%;
	max-width: 600px;
	height: 0;
	overflow: hidden;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
address {
	margin: 0 auto 1em;
	font-size: 15px;
}
address span {
	display: block;
}
.add02 {
	margin-left: 3em;
}
.add03 {
	margin-left: 13em;
	color: #e34472;
	font-weight: bold;
}

/*==================================
SP_menu
==================================*/
.sideUpper,
.sideNav,
.sideLower,
.topUpper,
.topLower,
.blogNav {
	margin: 0 0 16px;
}
.side_fixed_menu {
	margin: 0 auto;
	border: none;
	width: 95%;
}
.side_fixed_menu a {
	border: none;
}
.side_fixed_menu li {
	margin: 0 auto 10px;
}
.side_fixed_menu li a
/*PCサイドバーHOME・アクセスボタン*/
	{
	color: var(--txtcolor01);
	display: inline-block;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	background: var(--bgcolor03);
	border-radius: 10px;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.widget_categories p,
.widget_recent_entries p,
.widget_search p {
	margin: 8px 16px;
	padding: 8px;
	text-align: center;
	color: var(--bgcolor03);
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px var(--bordercolor03);
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.widget_categories,
.widget_recent_entries,
.widget_search {
	margin: 0 auto 1em;
	width: 95%;
	max-width: 640px;
	border: solid 1px var(--bordercolor03);
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.widget_nav_menu ul,
.widget_categories ul,
.widget_recent_entries ul {
	margin: 8px 16px 16px;
}
.widget_nav_menu li,
.widget_categories li,
.widget_recent_entries li {
	border-bottom: dotted 2px var(--bordercolor03);
}
.widget_nav_menu a,
.widget_categories a,
.widget_recent_entries a {
	display: block;
	padding: 10px 1em;
	text-decoration: none;
	color: inherit;
}

/*検索*/
/* .widget_search {
	text-align: center;
}
.widget_search label {
	display: none;
}
.widget_search form {
	padding: 16px 8px;
}
.search-form-2 {
	display: flex;
	align-items: center;
	overflow: hidden;
	border-radius: 3px;
}
.search-form-2 input {
	width: 100%;
	height: 45px;
	padding: 5px 8px;
	border: none;
	border-radius: 3px 0 0 3px;
	box-sizing: border-box;
	background-color: #f2f2f2;
	font-size: 0.9em;
	outline: none;
	box-shadow: 3px 3px 3px #e3dcdc;
}
.search-form-2 input::placeholder {
	color: #79796a;
}
.search-form-2 button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 45px;
	border: none;
	border-radius: 0 3px 3px 0;
	background-color: #bdbdae;
	cursor: pointer;
	box-shadow: 3px 3px 3px #e3dcdc;
}
.search-form-2 button::after {
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.031 16.6168L22.3137 20.8995L20.8995 22.3137L16.6168 18.031C15.0769 19.263 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2C15.968 2 20 6.032 20 11C20 13.124 19.263 15.0769 18.031 16.6168ZM16.0247 15.8748C17.2475 14.6146 18 12.8956 18 11C18 7.1325 14.8675 4 11 4C7.1325 4 4 7.1325 4 11C4 14.8675 7.1325 18 11 18C12.8956 18 14.6146 17.2475 15.8748 16.0247L16.0247 15.8748Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	content: '';
}
.search_emptytitle {
	font-size: 18px;
	font-weight: 600;
} */
/*月別アーカイブ*/
.widget_archive {
	text-align: center;
}
.widget_archive label::before {
	content: "月別アーカイブ";
}
/*メタ情報*/
.widget_meta {
	border-bottom: solid 1px #bdbdae;
}
.widget_meta p {
	padding: 8px;
	border-bottom: solid 1px #bdbdae;
	text-align: center;
}
.widget_meta ul {
	margin: 16px 8px 0;
}
.widget_meta li {
	position: relative;
	margin: 0 0 8px;
	border-bottom: dotted 1px #bdbdae;
	font-size: 14px;
}
.widget_meta li:last-child {
	border-bottom: none;
}
/*==================================
SP_copyright
==================================*/
.copyright {
	text-align: center;
	margin: 10% 0 20%;
	font-size: 1rem;
	font-size: 10px;
}
/* 	.copyright a:link {
color: #000d99;
}
.copyright a:visited {
color: #551a8b;
}
.copyright a:hover {
color: #000d99;
}
.copyright a:active {
color: #b71c1c;
} */
/*==================================
SP_footer
==================================*/
#footer {
	background: var(--bordercolor01);
}
.f_inner {
	display: none;
}
/*==================================
SP_voice
==================================*/
.voice {
	margin: 0 0 24px;
}
.voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background: #f0f0e1;
	border: solid 1px #bdbdae;
	border-radius: 8px;
}
.voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
}
.voice_conts h3,
.voice_tit {
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border-bottom: dotted 2px #e3e3da;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.voice_txt p {
	margin: 0 0 1em;
}
.voice_pic {
	width: 150px;
	margin: 0 auto 16px;
}
.voice_pic p> :first-child {
	display: block;
	margin: 0 auto 8px;
}
.menseki {
	overflow: hidden;
	margin: 16px 0 0;
	font-size: 12px;
	color: #79796a;
}

/*==================================
SP_toppage
==================================*/
.top_inner {
	padding: min(10vw, 80px) 8px;
}
.top_shoujou_list {
	margin: min(4vw,32px) auto;
	display: flex;
	gap: min(8vw,64px) min(6vw,48px);
	flex-wrap: wrap;
	justify-content: center;
}
.top_shoujou_list > li {
	width: min(216px, 45%);
}
.top_shoujou_symptom {
	position: relative;
	z-index: 0;
	background-color: var(--bgcolor01);
	border-top: solid 1px var(--txtcolor02);
	border-bottom: solid 1px var(--txtcolor02);
}
.top_shoujou_symptom::before {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
	content: "";
	display: block;
	width: 1em;
	height: 1em;
	background-color: var(--bgcolor01);
	border-left: solid 1px var(--txtcolor02);
	border-bottom: solid 1px var(--txtcolor02);
}
.top_shoujou_symptom ul {
	position: relative;
	z-index: 2;
	padding: .3em 0;
}
.top_shoujou_symptom li {
	display: inline-block;
	font-size: min(3.5vw,18px);
	font-weight: bold;
}
.top_shoujou_symptom li::before {
	display: inline-block;
	content: '';
	margin-right: .2em;
	width: 1em;
	height: 1em;
	background: url(image/top/menu_check_ico.png) no-repeat center center;
	vertical-align: middle;
}
.top_shoujou_list a {
	margin: min(3vw,12px) auto 0;
	display: block;
	text-decoration: none;
	color: inherit;
}
.top_shoujou_figure {
	position: relative;
	z-index: 10;
	top: min(3vw, 12px);
	margin: 0 auto;
	width: fit-content;
	overflow: hidden;
	border-radius: 50%;
}
.top_shoujou_bt{
	position: relative;
	display: block;
	padding: .8em .5em;
	background-color: var(--bordercolor01);
	border-radius: 10px;
	font-size: clamp(17px,2.2vw,22px);
	font-weight: bold;
}
.top_shoujou_bt::after {
	position: absolute;
	top: 48%;
	right: .6em;
	transform: translate(0, -50%) scale(.9, 1);
	display: block;
	content: ">";
	background-color: var(--bgcolor03);
	color: var(--bordercolor01);
	text-shadow: .5px .5px var(--bordercolor01), -.5px .5px var(--bordercolor01), -.5px -.5px var(--bordercolor01), .5px -.5px var(--bordercolor01), .5px 0px var(--bordercolor01), 0px .5px var(--bordercolor01), -.5px 0px var(--bordercolor01), 0px -.5px var(--bordercolor01);
	font-size: 16px;
	padding: .1em .04em .1em .16em;
	width: calc(clamp(20px,2.2vw,22px)* 1.1);
	height: clamp(20px,2.2vw,22px);
	line-height: clamp(20px,2.2vw,22px);
	text-align: center;
	border-radius: 50%;
}
.top_tsuyomi_list {
	display: flex;
	flex-direction: column;
	gap: min(3vw, 24px);
}
.top_tsuyomi_list li {
	position: relative;
	padding: 1em 1em 1em 2.5em;
	background-color: var(--bordercolor01);
	border-radius: min(5vw,40px);
	font-size: clamp(16px,5vw,32px);
	font-weight: bold;
}
.top_tsuyomi_list li::before {
	position: absolute;
	top: 1.4em;
	content: '';
	transform: translate(-130%,0);
	width: 26px;
	height: 26px;
	background: url(image/page/catch_ico01.png) no-repeat center center;
}
.top_media_box {
	position: relative;
	margin: min(16vw,100px) auto 0;
	padding: min(12vw,80px) min(4vw,32px) min(6vw,48px);
	background-color: var(--bgcolor02);
	border-radius: min(5vw,40px);
	box-sizing: border-box;
}
.top_media_box > p:not([class]):first-child {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0!important;
	width: min(80%, 616px);
}
.top_greet_box {
	display: flex;
	flex-direction: column;
	gap: min(4vw,32px);
	margin: min(6vw,48px) auto 0;
	padding: min(6vw,48px) min(4vw,32px);
	background-color: var(--bordercolor01);
	border-radius: min(5vw,40px);
}
.top_greet_name {
	margin: 0 auto;
	padding: .8em .2em;
	width: fit-content;
	border-top: solid 1px var(--txtcolor02);
	border-bottom: solid 1px var(--txtcolor02);
	font-size: clamp(24px,4vw,30px);
	font-weight: bold;
	text-align: center;
}
.top_greet_name .txt_s {
	font-size: 80%;
}
/* .top_sejutsu_bt {
	margin: 0 4px 16px;
	text-align: center;
}
.top_sejutsu_bt li {
	display: inline-block;
	margin: 0 0 8px;
	padding: 0 2px;
	width: 49%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 2px #e3e3da;
}
.top_point_list li:first-child {
	padding: 0 0 24px;
}
.top_point_list h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-size: 18px;
	margin: 0 0 16px;
}
.top_point_list h3 span {
	display: contents;
}
.top_point_list h3 img {
	max-width: 50px;
	margin: 0 2vw 0 0;
}
.top_point_txt {
	clear: left;
	font-size: 14px;
}
.top_flow_list {
	text-align: center;
}
.top_flow_list li {
	display: inline-block;
	width: 47.6%;
	vertical-align: top;
	margin: 0 0 22px;
	max-width: 198px;
	text-align: left;
}
.top_flow_list p {
	padding: 10px 0px;
} */
/*==================================
SP_page
==================================*/
/*キャッチ*/
.banner_area {
	margin: 0 0 32px;
}
.catch_list {
	overflow: hidden;
}
.catch_list ul {
	overflow: hidden;
	margin: 4px 0;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 10px 0 8px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	font-size: 15px;
	border-bottom: dotted 2px #c9c9ba;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
/*お悩み別メニュー一覧*/
.contents_list {
	width: 90%;
	margin: 8px auto;
}
.contents_list li {
	list-style: none;
	margin: 0 0 4px;
	padding: 10px 0 8px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left center;
	font-size: 20px;
	border-bottom: dotted 2px var(--bordercolor03);
}
.contents_list a {
	text-decoration: none;
	color: var(--txtcolor02);
}
.contents_list a:hover {
	color: var(--bgcolor03);
}
.contents_list a {
	text-decoration: none;
	color: inherit;
}
.contents_list a:hover {
	opacity: .7;
}
/*==================================
SP_price
==================================*/
.ryoukin_list01,
.ryoukin_list02 {
	margin: 0 auto 32px;
	width: 100%;
	text-align: center;
}
.ryoukin_list01 th,
.ryoukin_list01 td {
	width: 50%;
}
.ryoukin_list02 th,
.ryoukin_list02 td {
	width: 33.3%;
}
.ryoukin_list01 th,
.ryoukin_list01 td,
.ryoukin_list02 th,
.ryoukin_list02 td {
	padding: 3px;
	border: solid 1px #ccc;
}
.ryoukin_list01 th,
.ryoukin_list02 th {
	background: #f0f0e1;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 30px;
}
/*==================================
SP_form
==================================*/
.wpcf7-form {
	width: 96%;
	margin: 0 auto 30px;
}
.wpcf7-form p {
	margin: 0 auto 10px;
	line-height: 2em;
}
.privacy_policy {
	width: 92%;
	margin: 0 auto 30px;
	height: 300px;
	overflow: auto;
	border: solid 1px #999;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.privacy_policy dl dt {
	margin: 0 auto 10px;
	font-weight: bold;
}
.privacy_policy dl dd {
	margin: 0 auto 2em;
}
.required {
	background: #ffe6e6;
	color: #ff7373;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.any {
	background: #ffe599;
	color: #ff8000;
	padding: 2px;
	border-radius: 5px;
	font-size: 90%;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	line-height: 2em;
	font-size: 16px;
}
#form_contents article {
	margin: 0 auto;
	max-width: 640px;
}
.form_atention {
	background: #ffdfdf none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	margin: 0 auto 20px;
	padding: 15px;
	width: 96%;
	max-width: 640px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.form-width {
	max-width: 100%;
}
/*==================================
SP_blog
==================================*/
ul.blog_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2em;
}
ul.blog_list li {
	width: 50%;
	margin-top: 0;
	padding: 0 0.2em;
	box-sizing: border-box;
}
.post_box {
	box-sizing: border-box;
	margin: 1em 0.5em;
}
h2.post_box_post_ttl {
	font-weight: 800;
	font-size: clamp(15px, 1.4vw, 22px);
}
h2.post_box_post_ttl a {
	color: inherit;
	text-decoration: none;
}
.post_box_post time {
	font-size: clamp(10px, 1vw, 14px);
}
.post_box_post time::before {
	font-family: "icomoon";
	content: "\e94e";
	display: inline-block;
	margin-right: 2px;
	vertical-align: baseline;
}
.post_box_info {
	box-sizing: border-box;
}
p.post_box_info_cat a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	font-size: clamp(10px, 1vw, 14px);
	margin-right: 6px;
	transition: 0.4s;
}
p.post_box_info_cat a::before {
	font-family: "icomoon";
	content: "\e92f";
	display: inline-block;
	margin-right: 2px;
	vertical-align: bottom;
}
p.post_box_info_cat a:hover {
	letter-spacing: 0.05em;
}
.post_box_thumb {
	overflow: hidden;
}
.post_box_thumb_img {
	width: 100%;
	background-size: cover;
	background-position: center;
	height: auto;
	padding-top: 68%;
	overflow: hidden;
	transition-duration: 0.3s;
}

a:hover .post_box_thumb_img {
	transform: scale(1.1, 1.1);
	/*画像の拡大*/
}

@media screen and (min-width: 782px) {
	.post_box {
		margin: 14px;
		overflow: hidden;
	}
	.post_box_thumb {
		margin-bottom: 0.5em;
	}
}

/*==================================
SP_pager
==================================*/
.pager {
	text-align: right;
	padding-bottom: 10px;
}
a.page-numbers,
.pager .current {
	color: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 5px 8px;
	margin: 0 2px;
}
.pager .current {
	background: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 1);
}
.navigation {
	overflow: hidden;
	margin: 0 auto;
	width: 95%;
}
.navigation .alignleft {
	width: 48%;
	float: left;
}
.navigation .alignright {
	width: 48%;
	float: right;
	text-align: right;
}
/*==================================
for iPhone Landscape(iPhone 横)
==================================*/
@media screen and (min-width: 480px) {
	.gnav img {
		width: 48%;
	}
	.br_onoff {
		display: none;
	}
	.img_left,
	.alignleft {
		float: left;
		margin: 0 8px 8px 0;
	}
	.img_right,
	.alignright {
		float: right;
		margin: 0 0 8px 8px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic p> :first-child {
		display: block;
		margin: 0 0 8px;
	}
	.catch_list .img_right {
		max-width: none;
		float: none;
		margin: 0 0 8px;
	}
	/*      スマホ横アクセス
	---------------------------------*/
	.access_box01 .img_left {
		width: 44.64%;
		max-width: none;
	}
	.access_info01 {
		float: right;
		width: 52.08%;
	}
	.access_pic {
		float: left;
		width: 47%;
	}
	.access_info02 {
		clear: both;
	}
}
/*==================================
for iPhone Landscape(iPhone 480px~782px)
==================================*/
@media screen and (min-width: 480px) and (max-width: 782px) {
	.contact_conts .img_left {
		float: none;
	}
	#sidebar {
		column-count: 2;
		column-gap: 0;
	}
	#sidebar>div {
		padding: 5px;
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
/*==================================
スマホ用ドロワーメニュー
==================================*/
@media screen and (max-width: 782px) {
	#sp_menu {
		display: contents;
		background-color: transparent;
		border: none;
		cursor: pointer;
		outline: none;
		padding: 0;
		appearance: none;
	}
	#sidebar {
		position: fixed;
		top: 0;
		left: 0;
		width: 85%;
		height: 100%;
		padding: 2em 0;
		background-color: #fff;
		transition: all 0.2s;
		transform: translate(-100%);
		overflow-y: scroll;
		overflow-x: hidden;
		z-index: 999999;
		box-shadow: 0 8px 3px -3px rgba(0, 0, 0, 0.1);
		box-sizing: border-box;
	}
	#sidebar.open {
		transform: translate(0%);
	}
	#mask {
		display: none;
		transition: all 0.5s;
	}
	#sidebar.open+#mask {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #000;
		opacity: 0.5;
		z-index: 99999;
		cursor: pointer;
	}
	/*モーダルの指定*/
	.modal_tel_container,
	.modal_line_container,
	.modal_hpb_container {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		background: rgba(0, 0, 0, 50%);
		padding: 40px 20px;
		overflow: auto;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		box-sizing: border-box;
	}
	.modal_tel_container::before,
	.modal_line_container::before,
	.modal_hpb_container::before {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.modal_tel_container.active,
	.modal_line_container.active,
	.modal_hpb_container.active {
		opacity: 1;
		visibility: visible;
	}
	.modal_body {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		width: 90%;
	}
	.modal_close {
		position: absolute;
		display: flex;
		align-items: center;
		justify-content: center;
		top: -40px;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 40px;
		color: #fff;
		cursor: pointer;
	}
	.modal_content {
		background: #fff;
		padding: 30px;
	}
	.modal_contact_tel_ttl,
	.modal_contact_line_ttl,
	.modal_contact_hpb_ttl {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		font-size: clamp(15px, 3vw, 24px);
	}
	.modal_contact_tel_list li a,
	.modal_contact_line_list li a,
	.modal_contact_hpb_list li a {
		display: block;
		margin: .5em auto;
		max-width: 16em;
		padding: .5em;
		text-decoration: none;
		color: #fff;
		text-align: center;
		font-size: clamp(15px, 3vw, 24px);
		border-radius: 8px;
	}
	.modal_contact_tel_list li a {
		background-color:  var(--bgcolor03);
	}
	.modal_contact_line_list li a {
		background-color: #07b53b;
	}
	.modal_contact_hpb_list li a {
		background-color: #9f1547;
	}
}
@media screen and (min-width: 600px) {
	.shop_list_info {
		display: grid;
		grid-template-columns: min(40%, 200px) 1fr;
		grid-template-rows: auto auto 1fr;
		gap: 8px 16px;
	}
	.shop_list_name {
		margin: 0;
	}
	.shop_list_pic {
		grid-row: 1/4;
	}
	.shop_list_detail {
		align-self: self-end;
	}
}
/*==================================
for iPad~PC
==================================*/
@media screen and (min-width: 782px) {
	/*==================================
	PC_base
	==================================*/
	a:hover img,
	a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.only_sp {
		display: none;
	}
	.only_pc {
		display: block;
	}
	body {
		line-height: 1.6;
		width: 100%;
		max-width: 1240px;
		/*main_imgの幅*/
		margin-top: 0 !important;
	}
	.alignleft img,
	.alignright img {
		max-width: 300px;
		height: auto;
	}
	.wp-block-button__link,
	.wp-block-button__link:hover::after {
		transition: .3s;
	}
	.wp-block-button__link:hover {
		background-color: var(--bgcolor02);
		color: var(--bordercolor03);
	}
	.wp-block-button__link:hover::after {
		transform: translate(.2em, -50%);
	}
	/*==================================
	PC_layout
	==================================*/
	/* 	#sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
	#sidebar > div {
	width: 48%;
}
	#sidebar > div:last-of-type {
	margin-right: auto;
} */
	.conts {
		margin: 0 24px 24px;
	}
	.ttl {
		margin: 0 0 32px;
	}
	.bnr {
		margin: min(5vw, 40px) 0;
		text-align: center;
	}
	/*==================================
	PC_heading
	==================================*/
	.h_style01,
	.h_style02,
	.news_ttl {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", sans-serif;
	}
	.h_style01
	/*下層ページのh2などに利用してください*/
		{
		margin: 0 0 32px;
		padding: 20px;
		font-size: 34px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle)
	/*トップのh2、下層のh3*/
		{
		margin: min(8vw, 64px) auto min(4vw, 32px);
		padding: 8px 16px;
		font-size: 18px;
	}
	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle)
	/*トップのh3、下層のh4*/
		{
		clear: both;
		overflow: hidden;
		margin: 32px 4px 24px;
	}
	.h_style05,
	.post h6,
	.block_wrapper h5:not(.nostyle)
	/*ブログ見出し*/
		{
		margin: 24px 4px 16px;
		padding: 0 8px 2px 32px;
	}
	/*==================================
	PC_header
	==================================*/
	.h_inner {
		display: grid;
		grid-template-columns: min(40%, 392px) auto;
		gap: 4px;
		align-items: center;
		justify-content: space-between;
	}
	.h_upper {
		grid-column: 1/3;
	}
	.h_logo,
	.h_logo img {
		margin: 0;
		width: min(100%, 392px);
	}
	.h_contact {
		display: flex;
		flex-direction: column;
		gap: 4px;
		align-items: center;
		width: fit-content;
		font-weight: bold;
	}
	.h_contact_text {
		font-size: clamp(15px, 2vw, 18px);
	}
	.h_contact_bt a {
		position: relative;
		display: block;
		padding: 4px 2.5em 4px 2em;
		border: solid 2px var(--bordercolor03);
		background-color: var(--bordercolor03);
		color: var(--txtcolor01);
		text-decoration: none;
		font-size: 18px;
		border-radius: 100px;
		transition: .3s;
	}
	.h_contact_bt a:hover {
		background-color: var(--bgcolor01);
		color: var(--bordercolor03);
	}
	.h_contact_bt a::after {
		position: absolute;
		top: 48%;
		right: .6em;
		transform: translate(0, -50%) scale(.8, 1);
		display: block;
		content: ">";
		background-color: var(--bgcolor01);
		color: var(--bordercolor03);
		text-shadow: .5px .5px var(--bordercolor03), -.5px .5px var(--bordercolor03), -.5px -.5px var(--bordercolor03), .5px -.5px var(--bordercolor03), .5px 0px var(--bordercolor03), 0px .5px var(--bordercolor03), -.5px 0px var(--bordercolor03), 0px -.5px var(--bordercolor03);
		font-size: 90%;
		padding: .1em .04em .1em .16em;
		width: calc(18px * 1.2);
		height: 18px;
		line-height: 18px;
		text-align: center;
		border-radius: 50%;
		transition: .3s;
	}
	.h_contact_bt a:hover::after {
		transform: translate(.2em, -50%) scale(.8, 1);
		background-color: var(--bordercolor03);
		color: var(--bgcolor01);
		text-shadow: .5px .5px var(--bgcolor01), -.5px .5px var(--bgcolor01), -.5px -.5px var(--bgcolor01), .5px -.5px var(--bgcolor01), .5px 0px var(--bgcolor01), 0px .5px var(--bgcolor01), -.5px 0px var(--bgcolor01), 0px -.5px var(--bgcolor01);
	}
	/*==================================
	PC_navigation
	==================================*/
	.gnav_pc {
		overflow: hidden;
		max-width: 1240px;
		margin: 0 auto;
		padding: .8em .5em;
		display: flex;
		justify-content: center;
	}
	.gnav_pc li {
		flex-grow: 1;
		text-align: center;
		border-left: 1px solid var(--bordercolor03);
	}
	.gnav_pc li:last-child {
		border-right: 1px solid var(--bordercolor03);
	}
	.gnav_pc li a {
		display: block;
		padding: .3em 1em;
		font-size: min(2vw, 18px);
		color: inherit;
		text-decoration: none;
	}
	.gnav_pc li:hover {
		opacity: 0.7;
	}
	#bt_pagetop {
		position: fixed;
		z-index: 99999;
		bottom: 16px;
		right: 16px;
		width: min(15vw, 90px);
		opacity: 0;
		visibility: hidden;
		transition: opacity 1s, visibility 1s;
	}
	#bt_pagetop.active {
		opacity: 1;
		visibility: visible;
	}
	/*==================================
	PC_mainimg
	==================================*/
	.main_img {
		text-align: center;
		background: url(image/top/main_bg.png) repeat-x center bottom #fbfaf5;
	}
	/*==================================
	PC_contact
	==================================*/
	.contact {
		padding: 4em 0;
	}
	.contact_conts {
		width: 98%;
		max-width: 1090px;
		margin: auto;
		gap: 2em;
	}
	.contact_info_box {
		display: flex;
		justify-content: space-between;
		gap: 1em
	}
	.contact_info_box>* {
		width: calc(50% - 1em);
	}
	.contact_info .block_uketsuke {
		margin: 0 auto;
		font-size: 14px;
	}
	.contact_info .block_uketsuke th,
	.contact_info .block_uketsuke td {
		padding: .3em;
		font-size: clamp(14px, 2vw, 24px);
	}
	.contact_info .uketsuke_block_notes {
		font-size: clamp(14px, 1.8vw, 20px);
	}
	.contact_access {
		font-size: clamp(14px, 1.6vw, 18px);
	}
	.contact_bt {
		flex-direction: row;
		justify-content: center;
	}
	.contact_bt>* {
		flex: 1;
	}
	/*お問い合わせ欄店舗一覧*/
	.shop_list_li:not(.shoppage_info) {
		display: grid;
		grid-template-columns: 1fr min(260px, 16em);
		gap: 1em;
		align-items: center;
		padding: min(4vw,32px);
	}
	.shoppage_info .shop_list_info {
		grid-template-columns: 33% 1fr;
	}
	.shoppage_info .shop_list_cta {
		flex-direction: row;
	}
	.shoppage_info .shop_list_cta > li {
		width: calc(33% - .66em);
	}
	/*==================================
	PC_menu sidemenu
	==================================*/
	.side_fixed_menu li {
		margin: 0 auto 16px;
	}
	.side_fixed_menu li a
	/*PCサイドバーHOME・アクセスボタン*/
		{
		padding: 16px 0;
		transition: .5s;
	}
	.side_fixed_menu li a:hover {
		opacity: .7;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.widget_nav_menu,
	#custom_html-13,
	.widget_categories,
	.widget_recent_entries,
	.widget_search,
	.widget_archive,
	.widget_meta {
		width: 100%;
	}
	.widget_nav_menu li a:hover,
	.widget_categories li a:hover,
	.widget_recent_entries li a:hover {
		opacity: 0.7;
	}
	/*==================================
	PC_copyright
	==================================*/
	.copyright {
		padding: 16px 0;
		margin: 0;
		font-size: 14px;
	}
	/*==================================
	PC_footer
	==================================*/
	.f_inner {
		display: block;
		overflow: hidden;
		margin: 0 auto;
		padding: 16px 0;
		width: 95%;
		max-width: 1024px;
	}
	/*==================================
	PC_voice
	==================================*/
	.voice {
		margin: 0 0 40px;
	}
	.voice_list li {
		margin: 0 24px 32px;
		padding: 24px;
	}
	.voice_conts {
		padding: 24px;
	}
	.voice_conts h3 {
		width: 100%;
	}
	.voice_txt {
		clear: right;
		overflow: hidden;
		padding: 0 0 0 16px;
	}
	.voice_pic {
		float: left;
		margin: 0 16px 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 8px;
		max-width: 100%;
		height: auto;
	}
	/*==================================
	PC_toppage
	==================================*/
	.top_inner {
		margin: 0 calc(50% - 50vw);
		padding: min(10vw, 80px) calc(50vw - 48%);
	}
	.top_shoujou_list {
		display: flex;
		gap: min(6vw,48px) min(3vw,24px);
		flex-wrap: wrap;
		justify-content: center;
	}
	.top_shoujou_list > li {
		width: min(216px, 30%);
	}
	.top_shoujou_symptom li {
		font-size: clamp(16px, 1.5vw, 18px);
	}
	.top_shoujou_list a .top_shoujou_figure img {
		transition: .3s;
	}
	.top_shoujou_list a:hover .top_shoujou_figure img {
		transform: scale(1.1, 1.1);
		opacity: 1;
	}
	.top_shoujou_list a .top_shoujou_bt,
	.top_shoujou_list a .top_shoujou_bt::after {
		transition: .3s;
	}
	.top_shoujou_list a:hover .top_shoujou_bt {
		background-color: var(--bgcolor05);
	}
	.top_shoujou_list a:hover .top_shoujou_bt::after {
		transform: translate(.2em, -50%) scale(.9, 1);
	}
	.top_greet_box {
		display: grid;
		grid-template-columns: min(40%,261px) 1fr;
		gap: 1em 8px;
	}
	.top_greet_box figure {
		align-self: center;
		justify-self: grid-end;
		margin: 0;
	}
	.top_greet_name {
		align-self: center;
	}
	.top_greet_txt {
		grid-column: 1/3;
	}
	/* .top_catch h2 {
		margin: 0 0 32px;
	}
	.top_sejutsu_bt {
		margin: 0 0 24px;
	}
	.top_sejutsu_bt li {
		margin: 0 0 8px;
		width: 32.5%;
		text-align: center;
	}
	.top_point_list {
		margin: 0 24px;
	}
	.top_point_list h3 {
		float: left;
		font-size: 26px;
		line-height: 1.3em;
		margin: 0 0 16px;
	}
	.top_point_list h3 img {
		max-width: 70px;
		margin: 0 1vw 0 0;
	}
	.top_point_txt {
		clear: left;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 6px 22px;
	} */

	/*==================================
	PC_page
	==================================*/
	.banner_area {
		text-align: center;
	}
	.catch_list ul {
		margin: 4px 0;
		float: left;
		width: 432px;
	}
	.catch_list li {
		padding: 6px 0 6px 44px;
		font-size: 18px;
	}
	.catch_list .img_right {
		width: 224px;
		float: right;
	}
	.catch_list .img_right img {
		width: auto;
		height: auto;
		max-width: 224px;
		max-height: 224px;
	}
	/*==================================
	PC_access
	==================================*/
	.access_info01 p {
		margin: 0;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}

	/*==================================
	PC_form
	==================================*/
	.form_atention {
		width: 92%;
	}
	.privacy_policy {
		height: 150px;
	}
	/*==================================
	PC_Blog
	==================================*/
	.date {
		font-size: 13px;
		color: #ccc;
		text-align: right;
	}
	/*==================================
	PC_pager
	==================================*/
	.navigation {
		width: 630px;
	}
}
/*==================================
PC iPad landscape ~
==================================*/
@media screen and (min-width: 960px) {
	img {
		image-rendering: -webkit-optimize-contrast;
	}
	#contents {
		margin: 0 auto 40px;
		width: 96%;
		max-width: 1090px;
		padding: 48px 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents::after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	#form_contents {
		width: 720px;
		margin: 0 auto;
	}
	#main {
		z-index: -1;
		float: right;
		width: 74%;
		max-width: 720px;
	}
	#main .block_wrapper > :first-child {
		margin-top: 0;
	}
	#sidebar {
		display: block;
		float: left;
		width: 25%;
		max-width: 256px;
	}
	#sidebar>div {
		width: 100%;
	}
	/* img */
	.img_left {
		margin: 0 16px 16px 0;
		float: left;
	}
	.img_right {
		margin: 0 0 16px 16px;
		float: right;
	}
	.side_fixed_menu {
		width: 100%;
	}
	#header {
		position: relative
	}
	.top_shops_list {
		width: min(96%, 1240px);
		gap: min(3vw, 40px);
		flex-wrap: nowrap;
	}
}
/*==================================
PC Wide
==================================*/
@media screen and (min-width: 1240px) {
	body {
		min-width: 1240px;
		max-width: none;
	}
	#main {
		padding: 0;
	}
	.side_fixed_menu {
		width: 100%;
	}
	.h_inner {
		grid-template-columns: 1fr auto;
		gap: 4px;
	}
	.h_upper,
	.h_logo {
		grid-column: 1/2;
	}
	.h_upper>* {
		font-size: clamp(10px, 1.5vw, 18px);
	}
	.h_contact {
		grid-column: 2/3;
		;
		grid-row: 1/3;
	}
}