@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;
}
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-style: italic;
	font-weight: bold;
}
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 Natie Styles
--------------------------------------*/
/* editor */
.date {
	font-size: 1.3rem;
	color: #ff5b5b;
	text-align: right;
}
.post > :first-child {
	margin-top: 0;
}
.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 0.5em;
}
.alignleft,
.alignright {
	margin: 0 auto 0.5em;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

/*==================================
base
==================================*/
.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 1em;
}
/*=================================
design
=================================*/
html {
	font-size: 62.5%;
}
body {
	background: #fff;
	color: #333;
	font-size: 1.5em;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
		Meiryo, Osaka, sans-serif;
}
#contents {
	margin: 0 auto;
	width: 98%;
}
#main {
	margin: 0 auto;
	width: 100%;
	max-width: 680px;
}
#main {
	overflow: hidden;
}
img {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	height: auto;
}
a:link {
	color: #83a139;
}
a:visited {
	color: #fcafa7;
}
a:hover {
	color: #baea83;
}
a:active {
	color: #baea83;
}
/*      スマホcommon
-----------------------*/
/*.h_style01 {
margin: 1.5em auto 1em;
padding: .5em;
border-top: solid 1px #7A7A6B;
border-bottom: solid 1px #7A7A6B;
color: #fff;
font-size: 2rem;
font-weight: bold;
background: -webkit-linear-gradient(top, #9B9B8C 0%, #545445 100%);
background: linear-gradient(to bottom, #9B9B8C 0%, #545445 100%);
}*/
/*.h_style01 {
margin: 0.1em auto 0.4em;
padding: .5em;
/* background: #F0F0E1;
border: solid 1px #d61518;
font-size: 3.4rem;
color: #d6494b;
border-radius: 10px;
background: linear-gradient(to bottom, #ff5b5b00 0%, #ff5b5b21 100%);
}*/
.h_style01 {
	margin: 24px auto 16px;
	padding: 8px;
	border: solid 1px #d61518;
	color: #d6494b;
	font-size: 20px;
	border-radius: 10px;
	background: linear-gradient(to bottom, #ff5b5b00 0%, #ff5b5b21 100%);
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class]),
.block_wrapper h2:not(.nostyle){
	margin: 1.5em auto 1em;
	padding: 0.5em 1em;
	font-size: 1.8rem;
	font-weight: bold;
	background: #ff5b5b;
	border: solid 1px #d61518;
	border-radius: 10px;
	color: #fff;
}
.post h3:not([class]) {
	margin: 1.5em -1.2em 1em;
}
.h_style02 a,
.post h3:not([class]) a,
.block_wrapper h2:not(.nostyle) a {
	color: inherit;
	text-decoration: none;
}
/*.h_style03,
.post h4{
margin: 2em .25em 1.5em;
padding: 0 .5em;
font-size: 1.7rem;
font-weight: bold;
border-left: solid 8px #79796A;
border-bottom: dotted 2px #CFCFC7;
}*/
.h_style03,
.post h4,
.block_wrapper h3:not(.nostyle) {
	position: relative;
	padding: 0 0.5em 0.5em 2em;
	border-bottom: 1px solid #ccc;
	margin: 2em 0 1.5em;
}
.h_style03:before,
.h_style03:after,
.post h4:before,
.post h4:after,
.block_wrapper h3:not(.nostyle):before,
.block_wrapper h3:not(.nostyle):after {
	position: absolute;
	content: "";
	border-radius: 100%;
}
.h_style03:before,
.h_style03:after,
.post h4:before,
.post h4:after,
.block_wrapper h3:not(.nostyle):before,
.block_wrapper h3:not(.nostyle):after {
	top: 0.2em;
	left: 0.2em;
	z-index: 0;
	width: 18px;
	height: 18px;
	background: #bf2f31;
}
.h_style03:after,
.post h4:after,
.block_wrapper h3:not(.nostyle):after {
	top: 0.7em;
	left: 0.7em;
	width: 13px;
	height: 13px;
	background: #e06969;
}
/*.h_style04, .post h5 {
position: relative;
clear: both;
overflow: hidden;
margin: 1.5em auto 1em;
padding: 0 .5em .125em 2em;
font-weight: bold;
border-bottom: dotted 2px #CFCFC7;
font-size: 1.6rem;
}
.h_style04::before, .post h5::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 #79796A;
}*/
.h_style04,
.post h5,
.block_wrapper h4:not(.nostyle) {
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 1.5em auto 1em;
	padding: 0 0.5em 0.125em 0.6em;
	font-weight: bold;
	font-size: 1.5rem;
	border-left: 6px double #6ad1c8;
}
.h_style04::before,
.post h5::before,
.block_wrapper h4:not(.nostyle):before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: -webkit-repeating-linear-gradient(
		-45deg,
		#6ad1c8,
		#6ad1c8 2px,
		#fff 2px,
		#fff 4px
	);
	background: repeating-linear-gradient(
		-45deg,
		#6ad1c8,
		#fff 2px,
		#6ad1c8 4px,
		#fff 4px
	);
}

.h_style05,
.post h6,
.block_wrapper h5:not(.nostyle) {
	clear: both;
	overflow: hidden;
	margin: 1.5em auto 1em;
	padding: 0 0.25em 0.125em;
	font-weight: bold;
	border-bottom: double 4px #ffe3c1;
	font-size: 1.5rem;
}
.txt_pic {
	text-align: center;
	color: #fa833e;
	font-weight: bold;
	font-size: 2rem;
}
.conts {
	margin: 0 1.5em 2em;
}
.conts:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
.conts .conts_inner {
	overflow: hidden;
}
.conts p {
	margin-bottom: 0.5em;
}
.ttl {
	width: 98%;
	margin: 1.5em auto 1em;
	text-align: center;
}
.bnr {
	width: 98%;
	margin: 1em auto 0.75em;
}
a:active img {
	-webkit-opacity: 0.7;
	opacity: 0.7;
}
.youtube, .event_map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe, .event_map iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.image-container {
    display: flex;
    justify-content: space-around; 
    align-items: center; 
	margin: auto;
	flex-wrap: wrap;
	max-width:720px;
}
.image-container img {
	width:45%;
	margin-top: 0.5em;
}
/*マーカー*/
.mk01 {
	background: linear-gradient(transparent 75%, #ffe3c1 75%);
	font-weight: 700;
}
.mk02 {
	background: linear-gradient(transparent 75%, rgb(255, 204, 204) 75%);
	font-weight: 700;
}
#corona {
	padding-top: 100px;
	margin-top: -100px;
}
#price-list {
	padding-top: 100px;
	margin-top: -100px;
}

/*        ポイントリスト01
---------------------------------*/
.point_list01 {
	background: #fffdd9;
	padding: 20px;
	list-style: none !important;
	margin: 0 auto !important;
	clear: both;
}
.point_list01 li {
	background: #fff;
	margin: 0 0 20px;
}
.point_list01 li:last-of-type {
	margin: 0;
}
.point_list01 li dl dt {
	background: #ffab43;
	color: #fff;
	font-size: 18px;
	padding: 8px 16px;
	font-weight: bold;
}
.point_list01 li dl dt span {
	color: #ffdc73;
	margin: 0 10px 0 0;
}
.point_list01 li dl dd {
	padding: 20px;
	overflow: hidden;
	padding: 20px;
}
/* 枠　*/
.point_box01 {
	font-size: 18px;
	padding: 8px 16px;
	font-weight: bold;
	border: 2px dotted #7ab4f3;
	color: #3c81cc;
}

/*         スマホheader
---------------------------------*/
.header_pc {
	display: none;
}
.h1_wrapper {
	padding: 0.25em 0.125em;
	background: #f56c10;
	color: #fff;
}
.h1_wrapper > * {
	margin: 0 auto;
	width: 98%;
	max-width: 680px;
	font-size: 1rem;
	font-weight: normal;
}
.header_top {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 680px;
}
.h_logo {
	margin: 1em auto;
	width: 70%;
}
/*   スマホナビゲーション（上）
-------------------------------*/
#gnav {
	position: relative;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 7px 7px -5px rgba(0, 0, 0, 0.2);
}
.fixed {
	position: fixed !important;
	top: 0px;
	box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.1);
}
/*ページ内リンク対策*/
#sidebar,
.ankerlink {
	margin-top: -100px;
	padding-top: 100px;
}
#gnav ul {
	max-width: 680px;
	margin: 0 auto;
	padding: 1% 0 2%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}
#gnav ul li {
	text-align: center;
	width: 20%;
}
#gnav ul li a {
	display: block;
	color: inherit;
	font-size: 1rem;
	text-decoration: none;
}
#gnav ul li a::before {
	display: block;
	content: "";
	margin: 0 auto 3%;
	width: 100%;
	padding-top: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#gnav ul li:first-child a::before {
	background-image: url(image/all/ico_home.png);
}
#gnav ul li:nth-child(2) a::before {
	background-image: url(image/all/ico_price.png);
}
#gnav ul li:nth-child(3) a::before {
	background-image: url(image/all/ico_sejyutsu.png);
}
#gnav ul li:nth-child(4) a::before {
	background-image: url(image/all/ico_jiko.png);
}
#gnav ul li:nth-child(5) a::before {
	background-image: url(image/all/ico_search.png);
}
/*#gnav ul li:nth-child(3) a::before {
background-image: url(image/all/ico_mail.png);
}
#gnav ul li:nth-child(4) a::before {
background-image: url(image/all/ico_line.png);
}*/
#gnav ul li:last-child a::before {
	background-image: url(image/all/ico_menu.png);
}
/*   スマホナビゲーション（下）
-------------------------------*/
/*.gnav {
position: fixed;
bottom:0;
z-index: 9999;
width: 100%;
background: -webkit-linear-gradient(top, #a9a9a9 12%, #808080 100%);
background: linear-gradient(to bottom, #a9a9a9 12%, #808080 100%);
-webkit-box-shadow: 0 -7px 7px -2px rgba(0,0,0,0.2);
box-shadow: 0 -7px 7px -2px rgba(0,0,0,0.2);
}
.gnav ul {
overflow: hidden;
margin: 0 auto;
width: 100%;
max-width: 680px;
}
.gnav li {
float: left;
padding: .5em 0;
width: 20%;
}
.gnav img {
width: 62.5%;
}*/
/*      スマホメイン画像
-----------------------*/
.main_img {
	display: block;
	margin: 0 auto 1em;
	width: 100%;
}
/* 　　　スマホお問い合わせ
-------------------------------*/
.contact_conts {
	position: relative;
	margin: 0 0.25em 2em;
	padding: 1.6rem;
	border: solid 1px #bdbdae;
	background: #f0f0e1;
	border-radius: 8px;
}
.contact_tel {
	margin: 0 0 2em;
}
.contact_uketsuke {
	overflow: hidden;
}
.contact_uketsuke p {
	margin: 0 0 0.5em;
}
.contact_uketsuke span {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	max-width: 304px;
}
.contact_add {
	margin: 0 0 1em;
}
.contact_add dt {
	margin: 1em 0 0;
	font-weight: bold;
}
.contact_map {
	text-align: center;
}
.page_top_pc {
	display: none;
}
/* 　　　　　スマホ地図
-------------------------------*/
.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: 1.5rem;
}
address span {
	display: block;
}
.add02 {
	margin-left: 3em;
}
.add03 {
	margin-left: 1.3rem;
	color: #e34472;
	font-weight: bold;
}
/* 　　　　スマホメニュー
-------------------------------*/
.f_inner {
	margin: 0 auto;
	max-width: 680px;
}
.sideUpper,
.sideNav,
.sideLower,
.topUpper,
.topLower,
.blogNav {
	margin: 0 0 1em;
}
.side_fixed_menu {
	margin: 0 auto;
	border: none;
	width: 95%;
}
.side_fixed_menu a {
	border: none;
}
.side_fixed_menu li {
	margin: 0 auto 0.75rem;
}
.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 1.8rem;
	text-align: center;
	width: 100%;
	padding: 0.5em 0;
	background: #ff5b5b;
	border-radius: 8px;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.connection_menu p,
.widget_categories p,
.widget_recent_entries p {
	padding: 0.5em;
	background: #654731;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	border-radius: 6px 6px 0 0;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.connection_menu {
	margin: 0 auto 1em;
	width: 95%;
	max-width: 640px;
	border: solid 1px #654731;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.widget_nav_menu li,
.connection_menu li {
	border-bottom: solid 1px #babbe7;
	text-align: center;
}
.widget_nav_menu li:last-child,
.connection_menu li:last-child,
.connection_menu dd:last-child {
	border: none;
}
.widget_nav_menu a,
.connection_menu a {
	display: block;
	padding: 10px 1em;
	text-decoration: none;
	color: inherit;
}
.connection_menu dl {
	margin: 0 6px;
	padding: 0 0 8px;
}
.connection_menu dt.side_nayami_ttl {
	background-color: #ff5b5b;
	width: 85%;
	padding: 8px 8px 8px 20px;
	margin: 14px auto 0;
	color: #fff;
	border-radius: 20px;
}
.connection_menu dd {
	margin: 0 0 4px;
	padding: 0 0 2px 12px;
	border-bottom: dotted 1px #bcbcb2;
	text-align: left;
	transition: ease-in-out 0.2s;
}
.connection_menu dd:last-child {
	border-bottom: dotted 1px #ffca4d;
}
.connection_menu dd a {
	display: inline-block;
	padding: 10px 0;
}
.connection_menu dd::before {
	content: "●";
	display: inline-block;
	margin-right: 8px;
	color: #ff9899;
}
.accord_bt {
	position: relative;
}
.accord_bt::before {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(-.5em,-.6em);
	content: '+';
	display: block;
	font-weight: bold;
	font-size: 150%;
	line-height: 1;
}
.accord_bt.active::before {
	content: '-';
	transform: translate(-.6em,-.6em) scale(1.5, 1);
}
/*カテゴリ（投稿記事）新着記事*/
.widget_categories,
.widget_recent_entries {
	width: 95%;
	margin: 0 auto 1em;
	border: solid 1px #bdbdae;
	border-radius: 8px;
	font-weight: 400;
}
.widget_categories ul,
.widget_recent_entries ul {
	margin: 1.6rem;
}
.widget_categories li,
.widget_recent_entries li {
	margin: 0 0 0.5em;
	padding: 0 0 0.125em 0;
	border-bottom: dotted 2px #bcbcb2;
}
.widget_categories li a,
.widget_recent_entries li a,
.widget_meta li a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.widget_recent_entries li {
	position: relative;
	padding: 1em 0 0;
	font-size: 1.5rem;
}
.widget_recent_entries .post-date {
	position: absolute;
	top: 0;
	display: block;
	font-size: 1.3rem;
}
/*検索*/
.widget_search {
	text-align: center;
}
.widget_search label {
	display: none;
}
/*月別アーカイブ*/
.widget_archive {
	text-align: center;
}
.widget_archive label::before {
	content: "月別アーカイブ";
}
/*メタ情報*/
.widget_meta {
	border-bottom: solid 1px #bdbdae;
}
.widget_meta p {
	padding: 0.5em;
	border-bottom: solid 1px #bdbdae;
	text-align: center;
}
.widget_meta ul {
	margin: 1em 0.5em 0;
}
.widget_meta li {
	position: relative;
	margin: 0 0 0.5em;
	border-bottom: dotted 1px #bdbdae;
	font-size: 1.4rem;
}
.widget_meta li:last-child {
	border-bottom: none;
}
/* 　　　コピーライト
-------------------------------*/
.copyright {
	background: #f56c10;
	color: #fff;
	text-align: center;
	margin:8% 3px 16%;
}
.copyright small {
	font-size: 1rem;
}
/*       スマホfooter
---------------------------------*/
.f_inner {
	display: none;
}
.f_sitemap {
	padding: min(3vw,24px) 0;
	background-color: #ffe9da;
}
.f_sitemap p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: min(3vw,24px) auto min(2.5vw,12px);
	padding: .5em 1em;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #654731;
	border-radius: 100px;
}
.f_sitemap p::before,
.f_sitemap p::after {
	content: '';
	width: 3em;
	height: 0;
	border-top: solid 1px #654731;
}
.f_sitemap p::before {
	margin-right: 1em;
}
.f_sitemap p::after {
	margin-left: 1em;
}
.f_sitemap a {
	display: flex;
	align-items: center;
	color: #654731;
	text-decoration: none;
}
.f_sitemap a::before {
	display: inline-block;
	margin-right: .5em;
	content: '>>';
	color: #937f71;
	font-size: 60%;
}
.f_sitemap ul,.f_sitemap dl {
	margin: 0 auto;
	width: min(90%,900px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .1em .8em;
}
.f_sitemap dt {
	width: 100%;
	text-align: center;
	color: #ff5b5b;
	font-weight: bold;
}
.f_sitemap dt:not(:first-child) {
	margin: min(3vw, 24px) auto 0;
}
.footer_margin {
	margin-top: 25%;
}
.footer_nav {
	position: fixed;
	bottom: 0;
	z-index: 9999;
	background-color: #fff;
	box-shadow: 0 7px 7px 5px rgb(0 0 0 / 20%);
}
.footer_nav p {
	font-size: 4.2vw;
	padding: 4px 0;
}
.footer_nav_list {
	display: flex;
	gap: 4px;
}
/*下部固定バナー*/
.demo {
	position: fixed;
	bottom: 0;
	z-index: 9999;
}
.demo__link {
	position: relative;
}
.demo__text {
	text-decoration: none;
	transition: all 0.2s ease 0s;
}
.close {
	display: none;
}
.textclose .close {
	display: block;
}
.textclose .open {
	display: none;
}

/*     スマホ 患者様の声
---------------------------------*/
.voice {
	margin: 0 0 1.5em;
}
.voice_list li {
	margin: 0 0.25em 1em;
	padding: 1.6rem;
	background: #fefde2;
	border-radius: 8px;
}
.voice_conts {
	overflow: hidden;
	padding: 1.6rem;
	background: #fff;
}
.voice_conts h3,
.voice_tit {
	margin: 0 0 1em;
	padding: 0.5em 1em;
	background: #fff;
	border-bottom: dashed 2px #ddbfa9;
	box-sizing: border-box;
}
.voice_conts h3 {
	color: #79796a;
}
.voice_txt p {
	margin: 0 0 1em;
}
.voice_pic {
	width: 150px;
	margin: 0 auto 1em;
}
.voice_pic p > :first-child {
	display: block;
	margin: 0 auto 0.5em;
}
.menseki {
	overflow: hidden;
	margin: 1em 0 0;
	font-size: 1.2rem;
	color: #ff6666;
}
/*   スマホ 新着情報
---------------------------------*/
.news_box {
	margin: 1.25em 0;
	padding: 0.75em;
	overflow: hidden;
	border: 2px solid #7a7a6b;
}
.news_cat {
	color: #fff;
	font-weight: bold;
}
.news_ttl span {
	padding: 0.25em 0.75em;
}
.news_ttl {
	border-bottom: dotted 2px #cfcfc7;
	padding: 0.4em;
	margin-bottom: 0.5em;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1em;
}
.news_date {
	font-size: 1.4rem;
	opacity: 0.8;
}
.news_box p {
	padding: 0.25em 1em;
}
.news_more {
	margin: 0 0.25em;
	text-align: right;
	font-size: 1.8rem;
	border-bottom: dotted 2px #cfcfc7;
}
.news_more a {
	text-decoration: none;
}
/* カテゴリ毎の色分け */
span.other {
	background-color: #7a7a6b;
}
span.news {
	background-color: #7a7a6b;
}
span.event {
	background-color: #bdbdae;
}
span.reserve {
	background-color: #030303;
}
/*	　スマホ　トップページ
---------------------------------*/
.top_catch_list figure {
	margin: 0 auto;
	width: 80%;
}
.top_catch_list ul {
	margin: 0.5em auto 0;
	width: 98%;
}
.top_catch_list ul li {
	position: relative;
	padding: 0.4em 0.4em 0.4em 2em;
	border-bottom: dashed 2px #fe861f;
	font-size: 1.6rem;
}
.top_catch_list ul li::before {
	position: absolute;
	top: 0.45em;
	left: 0.25em;
	content: "";
	display: block;
	width: 1.5em;
	padding-top: 1.5em;
	background: url(image/page/page_ico01.png) no-repeat center center;
	background-size: contain;
}
.top_catch_txt {
	margin: 3% auto 0;
}
.top_sejutsu_bt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: .5em;
	margin: 1em auto 0;
	text-align: center;
}
.top_sejutsu_bt li {
	margin: 0 0 2%;
	padding: 0 0.8%;
	width: min(calc(50% - .5em),214px);
	box-sizing: border-box;
}
.top_sejutsu_bt li a img {
	display: block;
	box-shadow: 3px 3px 12px -6px rgba(67, 43, 0, 0.8);
	border-radius: 6px;
}
.top_point_list {
	margin: 0 0.5em 1em;
	counter-reset: top_point;
}
.top_point_list li {
	overflow: hidden;
	margin: 0 auto;
	padding: 1.5em;
	border-bottom: dotted 2px #b4a49e;
}
.top_point_list li:first-child {
	padding: 0 1.5em 1.5em;
}
.top_point_list h3 {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 0 0 1em;
	padding: 0 0 0 2.6em;
}
.top_point_list h3::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	counter-increment: top_point;
	content: counter(top_point);
	background: #ff6666;
	color: #fff;
	font-size: 160%;
	text-align: center;
	line-height: 1.5em;
	width: 1.5em;
	height: 1.5em;
	border-radius: 0.75em;
}
.top_point_list h3 span.em01 {
	display: block;
	color: #ff6666;
}
.top_point_txt {
	margin: 3% auto 0;
	padding: 0.5em;
	font-size: 1.4rem;
}
.top_point .bnr {
	margin-top: 5%;
}
.top_osusume .bnr a img {
	display: block;
	box-shadow: 3px 3px 12px -6px rgba(67, 43, 0, 0.8);
	border-radius: 4.5%;
}
.top_greet figure {
	margin-bottom: 5%;
}
.top_greet_subtitle {
	color: #663300;
	font-weight: bold;
	font-size: 120%;
}
.top_greet_subtitle::before {
	content: "\025c6";
}
.top_greet_txt li:not(:first-child) {
	padding: 3% 1%;
	border-top: dotted 2px #b6a999;
}
.top_greet_txt li:first-child {
	padding: 0 1% 3%;
}
.top_flow_list {
	counter-reset: top_flow;
	text-align: center;
}
.top_flow_list li {
	display: inline-block;
	width: 47.6%;
	vertical-align: top;
	margin: 0 0 1.5em;
	max-width: 198px;
	text-align: left;
}
.top_flow_list p {
	padding: 0.6em 0;
}
.top_flow_ttl {
	color: #663300;
	font-weight: bold;
}
.top_flow_ttl .ls_xs {
	letter-spacing: -0.15em;
}
.top_flow_ttl::before {
	counter-increment: top_flow;
	content: counter(top_flow) ".";
}
.top_flow_list .top_flow_txt {
	padding: 0.6em 0.5em;
	font-size: 1.4rem;
}
.contact .bnr a img {
	display: block;
	box-shadow: 3px 3px 12px -6px rgba(67, 43, 0, 0.8);
	border-radius: 4.5%;
}
/*	　　スマホ下層ページ共有
---------------------------------*/
/* 目次 */
.toc_wrapper {
	border: 2px solid #725330;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto 2em;
	padding: 1.5em;
	counter-reset: toc_counter;
}
.toc_ttl {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
.toc_wrapper ul li {
	margin-bottom: 0.2em;
}
.toc_wrapper ul li a {
	color: #4e351c;
}
.toc_wrapper ul li::before {
	color: #4e351c;
	border-right: 2px solid #4e351c;
	display: inline-block;
	font-weight: bold;
	margin-right: 0.5em;
	padding-right: 0.4em;
	line-height: 1em;
	counter-increment: toc_counter;
	content: "0" counter(toc_counter);
}
.toc_wrapper ul li:nth-of-type(10)::before,
.toc_wrapper ul li:nth-of-type(11)::before{
	content: counter(toc_counter);
}
/*キャッチ*/
.banner_area {
	margin: 0 0 2em;
}
.catch_list {
	overflow: hidden;
}
.catch_list ul {
	overflow: hidden;
	margin: 0.25em 0;
}
.catch_list li {
	margin: 0 0 0.25em;
	padding: 0.75em 0 0.5em 2.75em;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	font-size: 1.5rem;
	border-bottom: dotted 2px #c9c9ba;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
.page_catch_list {
	margin: 0 10px !important;
}
.page_catch_list li {
	position: relative;
	padding: 0.8em 0.8em 0.8em 2.5em;
	list-style: none;
	border-bottom: dotted 2px #fb833e;
}
.page_catch_list li::before {
	position: absolute;
	top: 1em;
	left: 0.5rem;
	content: "";
	background-image: url(image/page/ico_good.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: block;
}
.tool {
	margin: 3rem auto;
	padding: 0 1rem 1.5rem;
	max-width: 1000px;
	border: 2px solid #4caf50;
	border-radius: 10px;
}
.tool_title {
	transform: translateY(-24px);
	padding: 0.5rem 1rem;
	margin: 0;
	background-color: #4caf50;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
}
.tool_content {
	padding: 0 1.5rem;
}
.tool dl {
	display: flex;
	flex-wrap: wrap;
}
.tool dl dt {
	margin: 0;
	width: 50%;
}
.tool dl dd {
	margin: 0;
	width: 50%;
}
.tool dl .inner {
	padding: 1rem;
}
.tool dl .item-title {
	font-size: 1.5rem;
	font-weight: 700;
}
.tool dl .item-title > .txt_s {
	display: block;
	font-size: 0.8rem;
}
.tool input {
	width: 80%;
	appearance: none;
	background-color: #fff;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	border: 1px solid #666;
	border-radius: 6px;
}
.tool .submit {
	margin: 0 auto;
	display: block;
	margin-bottom: 1rem;
	padding: 1rem 4rem;
	border: 0;
	border-radius: 15px;
	background-color: #ed726d;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	font-size: 1.5rem;
	color: #FFF;
	cursor: pointer;
}
.tool #price:not(:empty) {
	text-align: center;
	padding: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #e91e63;
}
.tool .info {
	margin-top: 1.5rem;
}
.tool .info p {
	margin: 0.5rem 0;
	font-size: 1rem;
}
/*         スマホ料金表
---------------------------------*/
.ryoukin_list01,
.ryoukin_list02 {
	margin: 0 auto 1em;
	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: 0.4em;
	border: solid 1px #ccc;
}
.ryoukin_list01 th,
.ryoukin_list02 th {
	background: #fff9a8;
}
.ryoukin_style01 {
	font-size: 2rem;
	font-weight: bold;
	color: #000;
	margin-left: 8em;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 2em;
}
/*        PC イベント
---------------------------------*/
.bold {
	font-size: 2.0em;
	font-weight: bold;
	text-align: center;
	margin:30px 0;
}
.under_double {
	border-bottom: double 6px #f96060;
}
/*    スマホ店舗ページ
---------------------------------*/
/* 地域リスト */
.in_locallist_check {
	display: none;
}
.in_locallist_label {
	background: #fba505;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	position: relative;
	cursor: pointer;
	transition: .5s;
}
.in_locallist_label:hover {
	background: #ff8d00;
}
.in_locallist_label::after {
	background: #f36501;
	color: #fff;
	box-sizing: border-box;
	content: "▼";
	display: block;
	height: 100%;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.in_locallist_check:checked + .in_locallist_label:after {
	content: "▲";
}
.in_locallist_content {
	background: #ffefd1;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: 0.5s;
	visibility: hidden;
}
.in_locallist_label a {
	color: #fff;
}
.in_locallist_content ul li {
	display: inline-block;
}
.in_locallist_content ul li a {
	color: inherit;
}
.in_locallist_content ul li a:hover {
	color: #fba505;
}
.in_locallist_content ul li:not(:last-of-type)::after {
	content: "/";
	display: inline-block;
	margin: 0 0.2em 0 0.5em;
}
.in_locallist_check:checked + .in_locallist_label + .in_locallist_content {
	height: 100%;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

.in_shokai {
	margin: 0 auto 1.6rem;
	font-size: 1.8rem;
}
.marker_animation {
	background-image: linear-gradient(
		to right,
		transparent 50%,
		rgb(255, 204, 204) 50%
	);
	background-repeat: repeat-x;
	background-size: 200% 0.8em;
	background-position: 0 0.5em;
	transition: all 2s ease;
	font-weight: bold;
}
.marker_animation.active {
	background-position: -100% 0.5em;
}
.in_staffpic {
	margin: 0 auto 1.8rem;
	display: flex;
	justify-content: space-around;
}
.in_staffpic > * {
	width: 48%;
}
.in_staff_certif {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.in_staff_certif > li {
	margin: 1em 1%;
	width: 48%;
	box-sizing: border-box;
}
.in_staff_certif figcaption {
	margin: .5em auto;
	text-align: center;
}
.in_headding01 {
	position: relative;
	margin: 0 auto 1em;
	padding: 0 0.5em;
	width: 98%;
	border-bottom: 2px solid #ffcccc;
	font-size: 1.6rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
		"ＭＳ 明朝", serif;
}
.in_headding01::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 0;
	content: "";
	width: 20%;
	height: 2px;
	background-color: #fa4041;
}
.in_uketsuke {
	margin: 0 auto 0.8rem;
}
.in_uketsuke table {
	table-layout: fixed;
	margin: 0 auto 0.8rem;
	width: 100%;
	border: solid 1px #ccc;
	font-size: 1.4rem;
}
.in_uketsuke tr > * {
	padding: 1.2% 1%;
	text-align: center;
	box-sizing: border-box;
}
.in_uketsuke tr:not(:last-child) {
	border-bottom: solid 1px #ccc;
}
.in_uketsuke tr:first-child th {
	background: #fff0f0;
}
.in_uketsuke tr > :not(:last-child) {
	border-right: solid 1px #ccc;
}
.in_uketsuke tr > :first-child {
	width: 8em;
}
.in_info > * {
	padding: 0.5em;
}
.in_info > *:not(:last-child) {
	border-bottom: solid 1px #ccc;
}
.in_info dt {
	margin: 0 auto 0.2em;
	font-weight: bold;
	color: #ea4949;
}
.in_point_list {
	counter-reset: in_point;
	margin: 0 auto 1em;
	width: 96%;
}
.in_point_list li {
	overflow: hidden;
	padding: 0 2%;
}
.in_point_list li:not(:last-child) {
	margin: 0 auto 1em;
}
.in_point_list li h4 {
	position: relative;
	margin: 0.125em auto 1em;
	padding: 0.5em 0.2em 0 3.5em;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
		"ＭＳ 明朝", serif;
	font-size: 2rem;
	box-shadow: 0 -2px 4px -2px #bbb;
}
.in_point_list li h4::before {
	position: absolute;
	display: block;
	padding: 0 0.5em 0 0.3em;
	left: 0.4em;
	top: -0.1em;
	counter-increment: in_point;
	content: counter(in_point);
	font-size: 180%;
	font-style: italic;
	color: #fff;
	background: linear-gradient(#addc50 0%, #6cca39 100%);
	box-shadow: 2px 2px 4px -2px #aaa;
}
.in_point_txt {
	padding: 0.75em;
}
.in_point_list .img_right img {
	width: 95%;
	max-width: 300px;
}
.in_contact li {
	margin: 0 auto 1.6em;
}
.conts .btn_copy {
	font-weight: bold;
	position: relative;
	margin-bottom: 0.4em;
	text-align: center;
}
.btn_copy::before {
	margin-right: 1rem;
	content: "＼";
}
.btn_copy::after {
	margin-left: 1rem;
	content: "／";
}
.in_contact li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0.5em;
	padding: calc(1.5rem - 16px) 1rem 1.5rem;
	background: #fff;
	width: 100%;
	max-width: 500px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 2.4rem;
	font-weight: bold;
	box-sizing: border-box;
}
.in_contact li a::after {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 3px solid #000;
	box-sizing: border-box;
}
.in_contact li a:hover {
	padding: calc(1.5rem - 8px) 1rem;
	box-sizing: border-box;
}
.in_contact li a:hover::after {
	top: 0;
	left: 0;
}
.in_contact .in_line a {
	background: linear-gradient(to bottom, #62c627 0%, #0cbb0c 100%);
}
.in_contact .in_line a::after {
	border: solid 3px #029102;
}
.in_contact .in_mail a {
	background: linear-gradient(to bottom, #ffb814 0%, #fc9541 100%);
}
.in_contact .in_mail a::after {
	border: solid 3px #e86800;
}
.in_contact .in_tel a {
	background: linear-gradient(to bottom, #ff8c8c 0%, #ff7070 100%);
	font-size: 2.8rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
		"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
		"ＭＳ 明朝", serif;
}
.in_contact .in_tel a::after {
	border: solid 3px #ea4f4f;
}
.in_contact li a span {
	width: 8em;
}
.in_contact .in_tel a span {
	width: 7em;
}
.in_contact li a::before {
	display: inline-block;
	content: "";
	padding: 0 0.75em 0 0;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.in_contact .in_line a::before {
	background-image: url(image/all/ico_line.png);
}
.in_contact .in_mail a::before {
	background-image: url(image/all/ico_cal.png);
}
.in_contact .in_tel a::before {
	background-image: url(image/all/ico_sp.png);
}
/*3つ横並びお問い合わせ sp*/
.page_incontact.bnr {
	display: flex;
	justify-content: space-around;
	max-width: 700px;
}
.page_incontact div[class^="inr_"] a:link,
.page_incontact div[class^="inr_"] a:visited,
.page_incontact div[class^="inr_"] a:hover,
.page_incontact div[class^="inr_"] a:active {
	color: #fff;
}
.inr_l {
	display: flex;
	flex-direction: column;
	max-width: 204px;
	justify-content: center;
	align-items: center;
}

.inr_l span {
	border: solid 3px #029102;
	background: linear-gradient(to bottom, #62c627 0%, #0cbb0c 100%);
}
.inr_m span {
	border: solid 3px #e86800;
	background: linear-gradient(to bottom, #ffb814 0%, #fc9541 100%);
}
.inr_t span {
	border: solid 3px #ea4f4f;
	background: linear-gradient(to bottom, #ff8c8c 0%, #ff7070 100%);
	/* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

.page_incontact a {
	color: #ffff;
	text-decoration: unset;
	font-weight: bold;
}

.page_incontact div[class^="inr_"]  {
	max-width: 230px;
	min-width: unset;
	width: 31.333%;
	display: block;
	box-shadow: 1px 11px 11px -9px rgb(125 110 110 / 60%);
}
.page_incontact div[class^="inr_"] span {
	font-size: 1.7rem;
	padding: 4px;
	display: block;
	text-align: center;
	letter-spacing: 1.2px;
}

.page_incontact img {
	margin: 0 auto 8px;
}
/*ここまで*/
.shop_ryokin_table {
	width: 100%;
	margin: 0 auto 30px;
	border-top: solid 1px #3a2c45;
	border-left: solid 1px #3a2c45;
}
.shop_ryokin_table th,
.shop_ryokin_table td {
	border-bottom: solid 1px #3a2c45;
	border-right: solid 1px #3a2c45;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}
.shop_ryokin_table th {
	text-align: center;
}
.shop_ryokin_table td {
	text-align: right;
}
.shop_ryokin_table td:first-child {
	width: 40%;
	text-align: left;
}
.shop_ryokin_table td:last-child {
	width: 40%;
	line-height: 1em;
}
.ryokin_jihi th {
	background: #fff9a8;
	width: 50%;
}
.ryokin_beauty th {
	background: #ffcccc;
	width: 50%;
}
.ryokin_small {
	font-size: 80%;
}
.in_staff > li {
	margin: 0 0 24px;
	padding-bottom: 2em;
}
.in_staff > li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}
.in_staff_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.in_staff_box > * {
	padding: 8px;
	box-sizing: border-box;
}
.in_staff_box figure img {
	border-radius: 8px;
	margin: 0 auto 8px;
}
.in_staff_conts {
	width: 90%;
}
.in_staff_conts > :first-child {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 4px 4px 0;
	border-bottom: dashed 2px #ffcccc;
}
.in_faq {
	display: block;
	width: 95%;
	position: relative;
	margin: 0 auto 1em;
	padding: 20px 0;
	background: #fefde2;
	border-radius: 8px;
}
.in_faq dd {
	position: relative;
	background-color: #fff;
	margin: 0.5em 1.5em;
}
.in_faq dt p{
	padding: 2em 1.4em 1em;
	font-weight: bold;
}
.in_faq dd p {
	padding: 3.5em 1em 1em;
}
.in_faq_q,
.in_faq_a{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
	box-sizing: border-box;
	padding: 0 12px;
	margin: 0;
	height: 35px;
	line-height: 35px;
	font-size: 24px;
	letter-spacing: 0.1em;
	color: white;
	background: linear-gradient(#addc50 0%, #6cca39 100%);
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
}
.in_faq_a {
	background: #FF666C;
}
.in_faq_q:before,
.in_faq_a:before{
	position: absolute;
	content: '';
	top: 0;
	left: -7px;
	border: none;
	height: 40px;
	width: 7px;
	background: linear-gradient(#addc50 0%, #6cca39 100%);
	border-radius: 5px 0 0 5px;
}
.in_faq_a:before {
	background: #FF666C;
}
.in_faq_q:after,
.in_faq_a:after{
	position: absolute;
	content: '';
	bottom: -5px;
	left: -5px;
	border: none;
	height: 6px;
	width: 5px;
	background: #1f591f;
	border-radius: 5px 0 0 5px;
}
.in_faq_a::after {
	background:#884548;
}
#slideL {
	display: flex;
	align-items: center;
	z-index: 9999;
	cursor: pointer;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	background: #fff;
}
#slideL .nav-icon {
	display: block;
	padding: 5px;
	background: #4fdef8;
	aspect-ratio: 27/235;
	height: 250px;
}
#slideL .slide-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 5px;
	aspect-ratio: 6/5;
	height: 250px;
	width: 290px;
}
#slideL.off_conts .slide-inner {
	display: none;
}
/* #slideL {
	z-index:100;
	cursor: pointer;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right:-300px;
	width: 300px;
	aspect-ratio: 6/5;
	height: auto;
	min-height: 240px;
	padding: 0 0 0 40px;
	background: #4fdef8;
}
#slideL .slide-inner {
	overflow: auto;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	background: #fff;
}
#slideL .nav-icon {
	display: block;
	width: 26px;
	position: absolute;
	left: 8px;
	top: 50%;
	transform: translateY(-50%);
	background: #4fdef8;
}
.slide-inner p {
	margin: auto;
}
.slide-inner p img {
	width: 340px;
	margin-left: 0;
} */
/* 店舗一覧ページ
------------------*/
/*地区タブ切り替え*/
.tab_menu {
	z-index: 2;
	position: relative;
	padding: min(1.8vw,12px) .5em min(5vw,24px);
	margin: 0 2px;
	width: calc(100%/3 - 4px);/*タブが増えたら分母を増やす*/
	background-color: #ff5b5b;
	border: solid 1px #ff5b5b;
	line-height: 36px;
	float: left;
	text-align: center;
	color: #fff;
	transition: all 0.2s ease;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 8px 8px 0 0;
	line-height: 1.3;
}
.tab_menu::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	content: ">";
	line-height: 1;
	display: inline-block;
	transform: translate(-25%,-50%) scale(2,1) rotate(90deg) ;
	transition: all 0.2s ease;
}
.tab_menu:hover {
	background-color: #FFEBEB;
	color: #ff5b5b;
	border-bottom: solid 1px #fff;
}
.tab_menu:hover::after {
	transform: translate(-25%,-25%) scale(2,1) rotate(90deg) ;
}
input:checked + .tab_menu {
	background-color: #FFEBEB;
	color: #ff5b5b;
	border-bottom: solid 1px #FFEBEB;
}
input[name="tab_menu"] {
	display: none;
}
.tab_content {
	display: none;
	z-index: 1;
	clear: both;
	border: solid 1px #ff5b5b;
	padding: 15px 20px;
	margin: 0 2px 30px 2px;
	position: relative;
	top: -1px;
}
#tab_a:checked ~ #tab_a_content,
#tab_b:checked ~ #tab_b_content,
#tab_c:checked ~ #tab_c_content {
	display: block;
}
/* end タブ切り替え*/
.shops_map_ttl {
	text-align: center;
	font-size: 1.8rem;
	color: #654731;
}
.shops_map {
	margin: 0 auto;
	width: 98%;
	max-width: 480px;
}
.shops_map_okinawa {
	width: min(50%,480px);
}
.shops_area {
	margin: 0 auto;
	width: 98%;
}
.shops_area .in_headding01 {
	margin-top: 4%;
	font-size: 2rem;
}
.shops_list {
	margin: 0 auto;
	max-width: 680px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.shops_list > li {
	overflow: hidden;
	margin: 4% 1% 0;
	width: 48%;
	box-shadow: 2px 2px 12px -7px rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
}
.shops_details > a {
	text-decoration: none;
	color: inherit;
}
.shops_details > a > *:not(figure) {
	padding: 0 3%;
}
.shops_details > a > figure {
	overflow: hidden;
}
.shops_details > a > figure img {
	transition: 0.3s;
}
.shops_details > a:hover > figure img {
	transform: scale(1.1, 1.1);
}
.shops_name {
	margin: 3% auto 0;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #ff5b5b;
}
.shops_add {
	margin: 3% auto 0;
	font-size: 1.3rem;
}
.shops_type {
	margin: 0 auto 3%;
	font-size: 1.3rem;
	text-align: right;
	color: #6c6c6c;
	width: 95%;
}
.shops_bt {
	margin: 5% 0 3%;
}
.shops_bt > li {
	margin: 2% auto 0;
	width: 95%;
}
.shops_bt > li a {
	display: block;
	padding: 2% 0;
	text-align: center;
	font-weight: bold;
	color: inherit;
	border: solid 1px #654731;
	text-decoration: none;
	box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.6);
}
.shops_bt > li.net_bt a {
	border: solid 1px #e86800;
	color: #e86800;
}
.shops_bt > li.line_bt a {
	border: solid 1px #029102;
	color: #029102;
}
.shops_bt > li.tel_bt a {
	border: solid 1px #ea4f4f;
	color: #ea4f4f;
}
.shops_page {
	text-align: right;
}
.shops_page span {
	position: relative;
	display: inline-block;
	margin: 0 0 0 auto;
	font-weight: bold;
	color: #654731;
	transition: 0.3s;
}
.shops_details > a:hover .shops_page span {
	color: #ff5b5b;
}
.shops_page span::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 1px;
	background-color: #ff5b5b;
	transition: 0.3s;
}
.shops_page span::after {
	content: ">>";
	font-size: 2rem;
}
.shops_details > a:hover .shops_page span::before {
	width: 100%;
}

/*       スマホ投稿著者表示
---------------------------------*/
.post .author_box p {
	margin: auto;
}
.author_box {
	margin: 1em auto;
	padding: 12px;
	width: 98%;
	border: solid 16px #ffecec;
	box-sizing: border-box;
}
.author_box figure img {
	width: clamp(80px,25vw,150px);
	height: clamp(80px,25vw,150px);
	border-radius: 50%;
	object-fit: cover; 
}
.author_box a {
	text-decoration: none;
}
.author_name {
	margin: 1em auto 0;
	padding: .2em .5em;
	border-bottom: solid 1px #ccc;
	font-size: clamp(16px,5vw,18px);
	color: #665544;
}
.author_shop {
	padding: .2em .5em;
	font-size: clamp(15px,4.6vw,17px);
}
.author_shop a {
	color: #e47171;
}
.author_profile {
	padding: .2em .8em;
	font-size: clamp(13px,4vw,14px);
}
/*イベントページ*/
.event_inner {
	margin: 0 calc(50% - 50vw);
	padding: min(5vw,56px) calc(50vw - 49%);
}
.event_page .main_img {
	margin: 0 auto;
}
.event_page .event_contact_wrap {
	padding: 1em;
	background-color: #fffdf4;
}
#contents.contents_event {
	margin-top: 0;
}
.event_heading01 {
	position: relative;
	margin: 2em calc(50% - 50vw) 2.5em;
	padding: 0.5em calc(50vw - 49%) !important;
	background: #AD0000;
	text-align: center;
	font-size: clamp(18px, 4.3vw, 38px);
	color: #fff;
}
.event_heading01::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: clamp(10px, 3vw, 35px) solid #AD0000;
	border-left: clamp(17px, 5vw, 60px) solid transparent;
	border-right: clamp(17px, 5vw, 60px) solid transparent;
}
.nomargintop {
	margin-top: 0!important;
}
.nopaddingtop {
	padding-top: 0!important;
}
.event_feature_list ul {
	overflow: hidden;
	margin: 0.25em 0;
}
.event_feature_list li {
	margin: 0 0 0.25em;
	padding: 0.5em 0 0.5em 2em;
	background: url(image/page/catch_ico01.png) no-repeat left 4px center;
	font-size: clamp(15px,4vw,28px);
	border-bottom: dotted 2px #c9c9ba;
}
.event_add, .event_access {
	font-size: clamp(15px,2.5vw,20px);
}
.event_map {
	margin: min(5vw,40px) auto;
	width: min(100%, 800px);
}
.event_point, .event_flow {
	background: #eee8df;
}
.event_point .top_point_list li {
	margin: 1.5em auto;
	background-color: #fff;
	border-radius: 10px;
	border-bottom: none;
}
.event_point .top_point_list li {
	padding: min(5vw,56px) min(3vw,32px);
}
.event_point .top_point_list li:first-child {
	padding: min(5vw,56px) min(3vw,32px);
}
.event_point .top_point_list h3 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	min-height: 5.8rem;
}
.event_point .top_point_list h3 span.em01 {
	display: contents;
	color: #ff6666;
}
.event_point .top_point_list li figure {
	aspect-ratio: 4/3;
}
.event_point .top_point_list li figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.event_point .top_point_txt {
	font-size: clamp(15px,2.5vw,18px);
}
.event_flow_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1em;
	counter-reset: flow_list;
	text-align: center;
}
.event_flow_list li {
	padding: min(3vw,32px);
	width: calc(100% - 1em);
	background-color: #fff;
	border: solid .3em #ebbb6e;
	text-align: left;
	border-radius: 20px;
	box-sizing: border-box;
}
.event_flow_list li > p:first-child {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: clamp(18px,5vw,30px);
}
.event_flow_list li > p:first-child:before {
	counter-increment: flow_list;
	content: counter(flow_list);
	display: inline-block;
	margin-right: .5em;
	width: 1.1em;
	height: 1.1em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #AD0000;
	color: #fff;
	text-align: center;
	font-size: 0.95em;
	border-radius: 50%;
	line-height: 1.2;
}
.event_flow_list p:last-child {
	padding: 10px 0px;
}
.event_flow_list p:last-child em {
	font-style: normal;
	font-weight: bold;
}
.event_page .copyright {
	background-color: #AD0000;
}
.tool {
	margin: 3rem auto;
	padding: 0 1rem 1.5rem;
	max-width: 1000px;
	border: 2px solid #4caf50;
	border-radius: 10px;
}
.tool_title {
	transform: translateY(-24px);
	padding: 0.5rem 1rem;
	margin: 0;
	background-color: #4caf50;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
}
.tool_content {
	padding: 0 1.5rem;
}
.tool dl {
	display: flex;
	flex-wrap: wrap;
}
.tool dl dt {
	margin: 0;
	width: 50%;
}
.tool dl dd {
	margin: 0;
	width: 50%;
}
.tool dl .inner {
	padding: 1rem;
}
.tool dl .item-title {
	font-size: 1.5rem;
	font-weight: 700;
}
.tool dl .item-title > .txt_s {
	display: block;
	font-size: 0.8rem;
}
.tool input {
	width: 80%;
	appearance: none;
	background-color: #fff;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	border: 1px solid #666;
	border-radius: 6px;
}
.tool .submit {
	margin: 0 auto;
	display: block;
	margin-bottom: 1rem;
	padding: 1rem 4rem;
	border: 0;
	border-radius: 15px;
	background-color: #ed726d;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
	font-size: 1.5rem;
	color: #FFF;
	cursor: pointer;
}
.tool #price:not(:empty) {
	text-align: center;
	padding: 2rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #e91e63;
}
.tool .info {
	margin-top: 1.5rem;
}
.tool .info p {
	margin: 0.5rem 0;
	font-size: 1rem;
}
/*    スマホコンタクトフォーム
---------------------------------*/
.wpcf7-form {
	width: 96%;
	margin: 0 auto 2em;
}
.wpcf7-form p {
	margin: 0 auto 0.75em;
	line-height: 2em;
}
.privacy_policy {
	width: 92%;
	margin: 0 auto 2em;
	height: 300px;
	overflow: auto;
	border: solid 1px #999;
	box-sizing: border-box;
	padding: 0.75em;
}
.privacy_policy dl dt {
	margin: 0 auto 0.75em;
	font-weight: bold;
}
.privacy_policy dl dd {
	margin: 0 auto 2em;
}
.required {
	background: #ffe6e6;
	color: #ff7373;
	padding: 0.125em;
	border-radius: 5px;
	font-size: 90%;
}
.any {
	background: #ffe599;
	color: #ff8000;
	padding: 0.125em;
	border-radius: 5px;
	font-size: 90%;
}
.wpcf7-text,
.wpcf7-textarea {
	width: 100%;
	line-height: 2em;
	font-size: 1.6rem;
}
#form_contents article {
	margin: 0 auto;
	max-width: 680px;
}
.form_atention {
	background: #ffdfdf none repeat scroll 0 0;
	border: 1px solid #f2f2f2;
	margin: 0 auto 1.2em;
	padding: 1em;
	width: 96%;
	max-width: 680px;
	box-sizing: border-box;
}
.form-width {
	max-width: 100%;
}
/*        スマホ ページ送り
---------------------------------*/
.pager {
	text-align: right;
	padding-bottom: 0.6em;
}
a.page-numbers,
.pager .current {
	color: rgba(214, 176, 78, 1);
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 0.25em 0.5em;
	margin: 0 0.125em;
}
.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;
}

@media screen and (min-width: 480px) {
	/*　画面サイズが480pxからはここを読み込む　*/
	/*　for iPhone Landscape　(iPhone 横)　*/
	#gnav ul li a::before {
		padding-top: 33%;
	}
	.br_onoff {
		display: none;
	}
	.img_left,
	.alignleft {
		float: left;
		margin: 0 0.5em 0.5em 0;
	}
	.img_right,
	.alignright {
		float: right;
		margin: 0 0 0.5em 0.5em;
	}
	.voice_pic {
		float: left;
		margin: 0 1em 0 0;
	}
	.voice_pic p > :first-child {
		display: block;
		margin: 0 0 0.5em;
	}
	.top_catch_list {
		display: flex;
		justify-content: space-around;
		align-items: center;
		flex-direction: row-reverse;
	}
	.top_catch_list ul {
		max-width: 415px;
	}
	.top_catch_list figure {
		width: 50%;
	}
	.top_sejutsu_bt li {
		width: min(calc(33% - .5em),250px);
	}
	.top_point_list {
		overflow: hidden;
	}
	.top_point_list h3 {
		font-size: 2.4rem;
		float: left;
		min-width: 290px;
	}
	.top_point_list li figure {
		margin: 0 auto;
		float: right;
		max-width: 256px;
	}
	.top_point_txt {
		clear: left;
		overflow: hidden;
		font-size: 1.5rem;
	}
	.top_greet_txt li {
		font-size: 1.6rem;
	}
	.top_flow_ttl {
		font-size: 1.8rem;
	}
	.top_flow_ttl .ls_xs {
		letter-spacing: -0.1em;
	}
	.top_flow_list .top_flow_txt {
		padding: 0.6em 0.5em;
		font-size: 1.5rem;
	}
	.catch_list .img_right {
		max-width: none;
		float: none;
		margin: 0 0 0.5em;
	}
	/*       投稿著者表示
	---------------------------------*/
	.author_box {
		display: flex;
	}
	.author_box figure {
		width: clamp(96px,25vw,136px);
	}
	.author_box figure img  {
		width: clamp(80px,25vw,120px);
		height: clamp(80px,25vw,120px);
	}
	.author_conts {
		flex: 1;
	}
	.author_name {
		margin: 0 auto;
	}
	/*      スマホ横アクセス
	---------------------------------*/
	.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;
	}
	/*      スマホ横店舗ページ
	---------------------------------*/
	.in_shokai {
		font-size: 2rem;
	}

	.in_uketsuke {
		width: 95%;
	}
	.in_uketsuke tr > * {
		padding: 0.5em 1%;
		text-align: center;
		box-sizing: border-box;
	}
	/*店舗一覧ページ*/
	.shops_list > li {
		margin: 6% 2% 0;
		width: 46%;
	}
	.shops_name {
		font-size: 2.4rem;
	}
	.shops_bt > li.tel_bt a::before {
		content: "Tel ";
	}
	/*イベントページ*/
	.event_flow_list li {
		width: calc(50% - 1em);
	}
	.event_flow_list li > p {
		margin: .5em auto!important;
	}
	.event_flow_list li > p:first-child {
		font-size: clamp(18px,2.8vw,30px);
	}
}
@media screen and (min-width: 480px) and (max-width: 680px) {
	/*　画面サイズが480pxから680pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.contact_conts .img_left {
		float: none;
	}
}
@media screen and (min-width: 680px) {
	/*　画面サイズが680pxからはここを読み込む（PC、スマホ）　*/
	/*      WordPress Native Styles
	--------------------------------------*/
	/* editor */

	.post h3:not([class]) {
		margin: 1em -1.5em 1.5em;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", sans-serif;
		font-size: 1.8rem;
	}
	/* img */
	.aligncenter {
		display: block;
		margin: 0 auto 0.5em;
	}
	.alignright {
		float: right;
		margin: 0 0 0.5em 0.5em;
	}
	.alignleft {
		float: left;
		margin: 0 0.5em 0.5em 0;
	}
	/*==================================
	base
	==================================*/
	.img_left {
		margin: 0 1em 1em 0;
		float: left;
	}
	.img_right {
		margin: 0 0 1em 1em;
		float: right;
	}
	a:hover img,
	a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.br_onoff {
		display: none;
	}
	/*=================================
	design
	=================================*/
	body {
		line-height: 1.6;
		width: 100%;
		max-width: 1240px; /*main_imgの幅*/
		margin-top: 0 !important;
	}
	#contents {
		margin: 2.5em auto;
		width: 100%;
		max-width: 1024px;
	}
	#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_inner{
	margin-left:304px;
	max-width:720px;
}*/
	#sidebar {
		float: left;
		width: 25%;
		max-width: 256px;
	}
	/*			PC common
	------------------------------*/
	.h_style01,
	.h_style02,
	.news_ttl,
	.block_wrapper h2:not(.nostyle) {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3",
			"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
			"MS PGothic", sans-serif;
	}
	/*.h_style01 下層ページのh2などに利用してください {
	margin: 0 0 1em;
	padding: .5em;
	background:#F0F0E1;
	border:solid 1px #7A7A6B;
	font-size: 3.4rem;
	color:#7A7A6B;
}*/
	.h_style01 {
		margin: 0 0 1em;
		padding: 0.5em;
		/* background: #F0F0E1; */
		border: solid 1px #d61518;
		font-size: 3.4rem;
		color: #d6494b;
		border-radius: 10px;
		background: linear-gradient(to bottom, #ff5b5b00 0%, #ff5b5b21 100%);
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle)
	/*トップのh2、下層のh3*/ {
		margin: 2em 0 1.74em;
		padding: 0.5em 1.5em;
		font-size: 1.8rem;
	}
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle) {
		margin: 2em -1.2em 1.74em;
	}
	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle)
	/*トップのh3、下層のh4*/ {
		clear: both;
		overflow: hidden;
		margin: 2em 0 1.5em;
		font-size: 1.6rem;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle) {
		margin: 1.5em 0 1em;
		padding: 0 0.5em 0.125em 0.8em;
		font-size: 1.6rem;
	}

	.h_no_topmargin {
		margin: 0 0 1.5em;
	}
	.conts {
		margin: 0 1.5em 1.5em;
	}
	.conts:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	.ttl {
		margin: 5% 0 3%;
	}
	.bnr {
		margin: 3% auto;
		text-align: center;
	}
	.ankerlink {
		margin-top: -100px;
		padding-top: 100px;
	}
	/*         PC header
	---------------------------------*/
	.header_sp {
		display: none;
	}
	.header_pc {
		position: relative;
		z-index: 99999;
		display: block;
		width: 100%;
		background: #fff;
		box-shadow: 0 6px 12px -4px rgba(0, 0, 0, 0.1);
	}
	.h1_wrapper {
		background: #fff;
		color: inherit;
	}
	.h1_wrapper > * {
		max-width: 1240px;
		padding: 0 1em;
		font-size: 1.3rem;
		box-sizing: border-box;
	}
	.h_inner {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 1em 0;
		width: 98%;
		max-width: 1240px;
	}
	.logo {
		width: 41.66%;
		max-width: 500px;
	}
	#h_gnav {
		width: 58.33%;
		max-width: 700px;
	}
	#h_gnav ul {
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	#h_gnav ul li {
		text-align: center;
		width: 24.9%;
	}
	#h_gnav ul li a {
		display: block;
		color: #654731;
		font-size: calc(10px + ((1vw - 6.8px) * 1.97));
		text-decoration: none;
	}
	#h_gnav ul li a::before {
		display: block;
		content: "";
		margin: 0 auto;
		width: 27.43%;
		padding-top: 27.43%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	#h_gnav ul li a:hover::before,
	#h_gnav ul li a:active::before {
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	#h_gnav ul li:first-child a::before {
		background-image: url(image/all/ico_home.png);
	}
	#h_gnav ul li:nth-child(2) a::before {
		background-image: url(image/all/ico_about.png);
	}
	#h_gnav ul li:nth-child(3) a::before {
		background-image: url(image/all/ico_price.png);
	}
	#h_gnav ul li:nth-child(4) a::before {
		background-image: url(image/all/ico_sejyutsu.png);
	}
	#h_gnav ul li:nth-child(5) a::before {
		background-image: url(image/all/ico_jiko.png);
	}
	/*#h_gnav ul li:nth-child(4) a::before {
	background-image: url(image/all/ico_mail.png);
}
	#h_gnav ul li:nth-child(5) a::before {
	background-image: url(image/all/ico_line.png);
}*/
	#h_gnav ul li:last-child a::before {
		background-image: url(image/all/ico_search.png);
	}
	#h_gnav ul li a:hover,
	#h_gnav ul li a:active {
		color: #ff5b5b;
	}
	/*       PC メイン画像
	---------------------------------*/
	.main_img {
		position: relative;
		text-align: center;
		background-color: #fffdf4;
	}
	.event_contact {
		max-width: 1240px;
		margin: 1em auto;
		display: flex;
		justify-content: center;
		gap: 1em;
	}
	.event_contact > * {
		width: calc(33% - 1em);
	}
	/*       PC お問い合わせ
	---------------------------------*/
	.contact_conts {
		margin: 0 1.5em 2em;
		padding: 2em;
	}
	.contact_pic {
		float: left;
		margin: 0 1% 1% 0;
		width: 43%;
	}
	.contact_info {
		float: right;
		width: 54%;
	}
	.contact_add {
		margin: 0 0 1em;
	}
	.contact_add dt {
		margin: 1em 0 0;
		font-weight: bold;
	}
	.contact_map {
		margin: 0 auto;
		width: 100%;
		height: 368px;
	}
	.page_top_pc {
		display: block;
		margin: 0 2em 0 0;
		text-align: right;
		font-size: 1.3rem;
	}
	.page_top_pc a {
		color: #6c4c3d;
	}
	.page_top_pc a:hover,
	.page_top_pc a:active {
		color: #baea83;
	}
	/*       PC side
	---------------------------------*/
	.side_fixed_menu {
		width: 100%;
	}
	.side_fixed_menu li {
		margin: 0 auto 1em;
	}
	.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/ {
		max-width: 256px;
		padding: 0.5em 0;
	}
	.side_fixed_menu li a:hover {
		opacity: 0.7;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.widget_nav_menu,
	#custom_html-13,
	.connection_menu {
		width: 100%;
	}
	.widget_nav_menu ul,
	.connection_menu ul {
		margin: 1em;
	}
	.widget_nav_menu li,
	.connection_menu li {
		margin: 0 0 0.5em;
		padding: 0 0.25em 0.125em;
		border-bottom: dotted 2px #bcbcb2;
		font-size: 1.8rem;
	}
	.widget_nav_menu li:hover,
	.widget_nav_menu li:active,
	.connection_menu li:hover,
	.connection_menu li:active {
		color: #bdbdae;
	}
	.widget_nav_menu li:last-child,
	.connection_menu li:last-child {
		border-bottom: dotted 2px #bcbcb2;
	}
	.widget_nav_menu a,
	.connection_menu a {
		background: none;
		padding: 0;
		color: inherit;
	}
	.widget_nav_menu a::after,
	.connection_menu a::after {
		display: none;
	}
	.widget_categories,
	.widget_recent_entries,
	.widget_search,
	.widget_archive,
	.widget_meta {
		width: 100%;
	}
	.widget_categories li:hover,
	.widget_categories li:active {
		color: #bdbdae;
	}
	/*       PC footer
	---------------------------------*/
	.f_inner {
		display: block;
		overflow: hidden;
		margin: 0 auto;
		padding: 1em 0;
		width: 95%;
		max-width: 1024px;
	}
	.copyright {
		padding: 0.25em 0;
		margin: 0;
	}
	.copyright small {
		font-size: 1.4rem;
	}
	.copyright a {
		color: inherit;
	}
	.copyright a:hover,
	.copyright a:active {
		color: #baea83;
	}
	.footer_margin,
	.footer_nav {
		display: none;
	}
	/*     PC 患者様の声
	---------------------------------*/
	.voice {
		margin: 0 0 2.5em;
	}
	.voice_list li {
		margin: 0 1.5em 2em;
		padding: 1.5em;
	}
	.voice_conts {
		padding: 1.5em;
	}
	.voice_conts h3 {
		width: 100%;
	}
	.voice_txt {
		clear: right;
		overflow: hidden;
		padding: 0 0 0 1em;
	}
	.voice_txt p {
		margin: 0 0 1em;
	}
	.voice_pic {
		float: left;
		width: 150px;
		margin: 0 1em 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 0.5em;
		max-width: 100%;
		height: auto;
	}
	/*	　PC トップページ
	---------------------------------*/
	#main > :first-child {
		margin-top: 0;
	}
	.top_point_list li figure {
		width: 50%;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 0.4em 1.4em;
	}
	.top_sejutsu_bt li {
		box-shadow: none;
	}
	.top_sejutsu_bt li a img,
	.top_osusume .bnr a img,
	.contact .bnr a img {
		display: block;
		box-shadow: 3px 3px 12px -6px rgba(67, 43, 0, 0.8);
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.top_sejutsu_bt li a:hover img,
	.top_sejutsu_bt li a:active img,
	.top_osusume .bnr a:hover img,
	.top_osusume .bnr a:active img,
	.contact .bnr a:hover img,
	.contact .bnr a:active img {
		opacity: 1;
		box-shadow: 7px 7px 12px -6px rgba(67, 43, 0, 0.8);
	}
	.image-container img {
	width:auto;
}
	/*	　PC 下層ページ共通
	---------------------------------*/
	/*キャッチ*/
	.banner_area {
		text-align: center;
	}
	.catch_list {
		margin: 22px auto 0;
	}
	.catch_list ul {
		margin: 0.125em 0;
		float: left;
		width: 432px;
	}
	.catch_list li {
		padding: 0.4em 0 0.4em 2.75em;
	}
	.catch_list .img_right {
		width: 224px;
		float: right;
	}
	.catch_list .img_right img {
		width: auto;
		height: auto;
		max-width: 224px;
		max-height: 224px;
	}
	.page_catch_list {
		margin: 0 auto;
	}
	.page_catch_list li {
		position: relative;
		padding: 0.8em 0.8em 0.8em 2.5em;
		list-style: none;
		border-bottom: dotted 2px #fb833e;
	}
	.page_catch_list li::before {
		position: absolute;
		top: 1em;
		left: 0.5rem;
		content: "";
		background-image: url(image/page/ico_good.png);
		background-repeat: no-repeat;
		background-size: contain;
		width: 24px;
		height: 24px;
		display: block;
	}
	/*        PC 店舗一覧ページ
	---------------------------------*/
	.shops_bt > li a {
		position: relative;
		overflow: hidden;
		display: block;
		padding: 2% 0;
		text-align: center;
		font-weight: bold;
		color: inherit;
		text-decoration: none;
		box-shadow: 2px 2px 7px -5px rgba(0, 0, 0, 0.8);
	}
	.shops_bt > li a::after {
		position: absolute;
		top: 0;
		left: -100%;
		z-index: -1;
		content: "";
		width: 100%;
		height: 100%;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}
	.shops_bt > li a:hover {
		color: #fff;
	}
	.shops_bt > li a:hover::after {
		left: 0;
	}
	.shops_bt > li.net_bt a::after {
		background: #e86800;
	}
	.shops_bt > li.line_bt a::after {
		background: #029102;
	}
	.shops_bt > li.tel_bt a::after {
		background: #ea4f4f;
	}
	.in_staff_box li {
		margin: 0 16px 24px;
	}
	.in_staff_box {
		flex-wrap: nowrap;
	}
	.in_staff_box figure {
		width: 25%;
	}
	.in_staff_box figure img {
		margin: 12px 0 0;
	}
	.in_staff_conts {
		width: 75%;
	}
	#slideL {
		display: none;
	}
	/*イベントページ*/
	.event_page .in_contact li a {
		font-size: clamp(24px,4vw,32px);
		max-width: 640px;
		padding: 16px .5em 8px;
	}
	.event_page .in_contact li a:hover {
		padding: 8px .5em;		
	}
	.event_page .in_contact li.in_tel a {
		font-size: clamp(28px,5vw,42px);
	}


	/*        PC 相互リンク
	---------------------------------*/
	.link_infomation {
		border: solid 1px #eaeaea;
		width: 600px;
		margin: auto auto;
	}
	.link_th {
		width: 128px;
		line-height: 3em;
		background-color: #ffefbf;
		border-bottom: 1px solid #eaeaea;
		padding-left: 0.625em;
	}
	.link_td {
		padding: 0.625em;
		border-bottom: 1px solid #eaeaea;
	}
	.link_th02 {
		width: 158px;
		line-height: 3em;
		background-color: #ffefbf;
		padding-left: 10px;
	}
	.link_td02 {
		padding: 0.625em;
	}
	.sogo_link {
		border: 1px solid #eaeaea;
		width: 598px;
		margin: auto auto;
	}
	.sogo_link dt {
		padding-left: 0.625em;
		line-height: 2em;
		background-color: #ffefbf;
	}
	.sogo_link dd {
		padding: 0.625em;
	}
	/*       PC アクセス
	---------------------------------*/
	.access_info01 p {
		margin: 0;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}
	/*        PC 料金表
	---------------------------------*/
	/*店舗ページ*/
	/*3つ横並びお問い合わせ pc*/

	.page_incontact div[class^="inr_"] span {
		font-size: 2rem;
		padding: 4px;
		display: block;
		text-align: center;
		letter-spacing: 1.2px;
	}
	.page_incontact div[class^="inr_"] {
		max-width: 230px;
		min-width: 124px;
		width: 31.333%;
		display: block;
		box-shadow: 1px 11px 11px -9px rgb(125 110 110 / 60%);
	}
	/*ここまで*/
	/*        PC コンタクトフォーム
	---------------------------------*/
	.form_atention {
		width: 92%;
	}
	.privacy_policy {
		height: 150px;
	}
	/*        PC ページ送り
	---------------------------------*/
	.navigation {
		width: 630px;
	}
}
@media screen and (min-width: 680px) and (max-width: 984px) {
	/*　画面サイズが680pxから984pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.img_left,
	.alignleft {
		float: none;
		margin: 0 auto 0.5em;
	}
	.img_right,
	.alignright {
		float: none;
		margin: 0 auto 0.5em;
	}
	.img_center {
		display: block;
		margin: 0 auto 1em;
	}
	.conts .img_left {
		float: none;
		margin: 0 auto 1em;
	}
	.conts .img_right {
		float: none;
		margin: 0 auto 1em;
	}
	.voice_pic {
		float: none;
		width: 150px;
		margin: 0 auto 1em;
	}
	.voice_pic p > :first-child {
		display: block;
		margin: 0 auto 0.5em;
	}
	.catch_list ul {
		width: 100%;
	}
}
@media screen and (min-width: 984px) {
	#h_gnav ul li a {
		font-size: 1.6rem;
	}
	.top_catch_list ul li {
		font-size: 1.7rem;
	}
	.in_uketsuke {
		width: 90%;
		max-width: 680px;
	}
	.in_uketsuke table {
		font-size: 1.5rem;
	}
	.in_uketsuke tr > * {
		padding: 0.75em 0.5em;
		text-align: center;
		box-sizing: border-box;
	}
	.event_flow_list li {
		width: calc(33% - 1em);
		padding: min(2vw,12px) min(2.5vw,24px);
	}
	.event_flow_list li > p:first-child {
		font-size: clamp(15px,2vw,30px);
	}
}
@media screen and (min-width: 680px) and (max-width: 1084px) {
	/*　画面サイズが680pxから1084pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.catch_list ul {
		width: 100%;
	}
	.catch_list .img_right {
		float: none;
		margin: 0 auto 1em;
	}
	.contact_uketsuke .img_left {
		float: none;
		margin: 0 auto 1em;
	}
}
@media screen and (min-width: 680px) and (max-width: 1240px) {
	/*　画面サイズが680pxから1240pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	#contents {
		width: 96%;
	}
}
@media screen and (min-width: 1240px) {
	/*　画面サイズが1240pxはここを読み込む　*/
	body {
		min-width: 1240px;
		max-width: none;
	}
}
