@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 Natie 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
==================================*/
.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: #fff;
	color: #333;
	font-size: 15px;
	line-height: 1.5;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
/*==================================
SP_layout
==================================*/
#main {
	margin: 4px auto 0;
	/* 	padding: 0 6px; */
	padding: 0;
	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;
}
/*アニメーション要素のスタイル*/
/* 共通：初期状態 */
.fadeInUp,
.fadeInLeft,
.fadeInRight {
	opacity: 0;
	transform: translate3d(0, 0, 0);
	transition-property: opacity, transform;
	transition-duration: 1s;
	transition-timing-function: ease;
	will-change: opacity, transform;
}
/* 上から */
.fadeInUp {
	transform: translate3d(0, 30px, 0);
}
/* 左から */
.fadeInLeft {
	transform: translate3d(-40px, 0, 0);
}
/* 右から */
.fadeInRight {
	transform: translate3d(40px, 0, 0);
}
/* 表示時 */
.activeUp,
.activeLeft,
.activeRight {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}
/* 遅延 */
.delay-1 {
	transition-delay: .6s;
}
.delay-2 {
	transition-delay: .85s;
}
.delay-3 {
	transition-delay: 1.1s;
}
.overflow_hidden {
	overflow: hidden;
}
/*==================================
SP_heading
==================================*/
.h_style01 {
	clear: both;
	margin: 24px auto 16px;
	padding: 8px;
	background: #156cb0;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class]),
.block_wrapper h2:not(.nostyle) {
	clear: both;
	margin: 24px auto 16px;
	padding: 8px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background: #156cb0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: .08rem;
}
.h_style03,
.post h4,
.block_wrapper h3:not(.nostyle) {
	clear: both;
	margin: 32px 4px 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #156cb0;
	border-bottom: dotted 2px #156cb0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: .1rem;
}
.h_style04,
.post h5,
.block_wrapper h4:not(.nostyle) {
	clear: both;
	position: relative;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 8px 2px 32px;
	font-weight: bold;
	border-bottom: dotted 2px #156cb0;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: .1rem;
}
.h_style04::before,
.post h5::before,
.block_wrapper h4: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 #156cb0;
}
.h_style05,
.post h6,
.block_wrapper h5:not(.nostyle) {
	clear: both;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 4px 2px;
	font-weight: bold;
	border-bottom: double 4px #82b1d5;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: .1rem;
}
@media screen and (min-width: 640px) {
	.h_style01 {
		margin: 24px auto 16px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle) {
		margin: 24px auto 16px;
	}

	.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;
}
.h_bg {
	background: #0f74bf;
}
.h_inner {
	overflow: hidden;
	margin: 0 auto;
	padding: 4px 0;
	width: 95%;
	max-width: 1240px;
	letter-spacing: .08rem;
	text-align: center;
	color: #fff;
	font-size: 13px;
}
.h_inner h1 {
	font-weight: 400;
}
.h_logo {
	margin: 16px auto;
	width: 94%;
}
/*==================================
SP_navigation
==================================*/
nav {
	width: 100%;
	background-color: #0f74bf;
}
#page_contents nav {
    position: static;
    background-color: #fefef0;
}
.gnav_sp {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	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); */
	width: min(80%, 80px);
}
.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: #0f74bf;
	color: #fff;
	font-weight: normal;
	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;
	justify-content: center;
	gap: 2px;
	padding: 1%;
	width: 100%;
	background: #eaf5fc;
	box-sizing: border-box;
}
/* 画像の幅のpxを設定 */
.sp_fix_bt > * {
	width: min(calc(50% - 4px), 380px);
}
/*==================================
SP_mainimg
==================================*/
.main_img {
	position: relative;
	display: block;
	margin: 4px auto 0;
	padding: 0 0 11%;
	width: 100%;
}
.main_img::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 18%;
	background-color: #9cc6df;
	z-index: -1;
}
.main_img img {
	aspect-ratio: 782 / 856;
	height: auto;
}
.main_catch {
	position: relative;
	background-image: url(image/top/top_bg01.png);
	background-size: 782px;
	background-repeat: repeat-y;
	padding: min(12vw, 100px) 8px min(10vw, 80px);
}
.main_catch::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 36px;
	background-image: url(image/top/top_bg02.png);
	background-repeat: repeat-x, no-repeat;
	background-position: top center, center center;
	/*     background-size: min(46%, 297px), auto; */
	background-size: 116px;
}
.main_catch_img01 {
	margin: 0 auto 36px;
	width: 90%;
}
.main_catch_img01 img {
	aspect-ratio: 660 / 263;
	height: auto;
}
.main_catch_img02 {
	margin: 0 auto;
	width: 100%;
}
.main_catch_img02 img {
	aspect-ratio: 539 / 344;
	height: auto;
}
/*==================================
SP_contact
==================================*/
#contact {
	background-color: #d6edfb;
	padding: min(12vw, 100px) 16px;
}
.contact {
	background: #fff;
	margin: 0 auto;
	padding: 2em 0;
	max-width: 1480px;
	border-radius: 26px;
}
.contact_conts {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1em;
	margin: 0 auto;
	width: 94%;
}
.contact_ttl {
	margin: 0 auto;
	width: 86%;
}
.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: 0 auto;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.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: left;
	font-size: clamp(14px,3.5vw,24px);
	font-weight: 600;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.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: 8px;
}
.contact_map iframe {
	aspect-ratio:16 / 9;
	width:100%!important;
	height: 100%!important;
}

.contact .top_h2_box .top_h2_txt {
	top: -40%;
	left: -42%;
}
.contact_conts_ad {
	text-align: center;
	font-size: clamp(15px, 3.5vw, 24px);
}
.contact_info_box p.contact_contstxt01 {
	margin: 0 0 4px;
}
.contact_contstxt02 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.contact_contstxt02 a {
	width: 18%;
}
.contact_contstxt02 p {
	margin: 0;
}
/*==================================
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: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	width: 100%;
	padding: 16px 0;
	background: #156cb0;
	border-radius: 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: .1rem;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.widget_categories p,
.widget_recent_entries p {
	padding: 8px;
	background: #156cb0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	border-radius: 6px 6px 0 0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: .1rem;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu,
.widget_categories,
.widget_recent_entries {
	margin: 0 auto 1em;
	width: 95%;
	max-width: 640px;
	border: solid 1px #156cb0;
	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 #39a4f4;
}
.widget_nav_menu a,
.widget_categories a,
.widget_recent_entries a {
	position: relative;
	display: block;
	padding: 10px 1.4em 10px .6em;
	text-decoration: none;
	color: inherit;
	font-size: 18px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	letter-spacing: .1rem;
}
.widget_nav_menu li a:after, .widget_categories li a:after, .widget_recent_entries li a:after {
	position: absolute;
	content: '▶';
	right: 2px;
	top: 0;
	margin: auto;
	position: absolute;
	color: #39a4f4;
	font-size: 16px;
	top: 50%;
	transform: translate(0, -50%);
}

/*検索*/
/* .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 {
	background: #0f74bf;
	text-align: center;
	margin: 0 0 14.4%;
	padding: 6px 0;
	color: #fff;
	font-size: 10px;
}
.copyright a:link, .copyright a:visited {
	color: #fff;
}
/* 	.copyright a:link {
color: #000d99;
}
.copyright a:visited {
color: #551a8b;
}
.copyright a:hover {
color: #000d99;
}
.copyright a:active {
color: #b71c1c;
} */
/*==================================
SP_footer
==================================*/
.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_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_inner, .top_inner03 {
	padding: min(10vw,80px) 8px;
}
.top_inner02 {
	padding: min(14vw, 120px) 8px min(13vw, 110px);
}
#contents .top_h2, #contact .top_h2 {
	position: relative;
	clear: both;
	margin: 0 auto 40px;
	padding: 0;
	border-radius: 0;
	color: inherit;
	background: none;
	text-align: center;
	font-size: clamp(22px, 3.8vw, 44px);
	letter-spacing: .08rem;
	font-weight: 500;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}
#contents .top_h2::after, #contact .top_h2::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 4px;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background-color: #39a4f4;
}
#contents .top_h2.top_h2_02 {
	margin: 0 auto 60px;
	line-height: 1.3em;
}
#contents .top_h2.top_h2_02::after {
	bottom: -16px;
}
#contents .top_h3 {
	margin: 0;
	padding: 0;
	border-left: none;
	border-bottom: none;
}
.top_more_btn01{
	position: relative;
	display: block;
	width: 76%;
	max-width: 300px;
	margin: 0 auto;
	padding: 12px 0;
	background-color: #fff;
	border: 2px solid #156cb0;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	color: #156cb0;
	font-size: clamp(20px, 3vw, 37px);
	font-weight: 600;
	letter-spacing: .1rem;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
	/* 	pointer-events: auto; */
}
.top_more_btn01:hover {
	color: #156cb0;
}
.top_more_btn01:visited {
	color: #156cb0;
}
.top_more_btn01:link {
	color: #156cb0;
}
.top_more_btn01::after {
	content: ">";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: #156cb0;
	color: white;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.5s;
}
.top_more_btn01:hover::after {
	transition: 0.5s;
	right: 16px;
}

/* top_osusume */
.top_osusume_bnr {
	text-align: center;
	margin: 0 auto 7%;
}
.top_osusume_bnr a {
	display: inline-block;
}
.top_osusume_btnbox div:not(:last-child) {
	margin: 0 0 6%;
}
/* top_onayami */
#top_onayami {
	background-color: #f2f9fe;
	border-radius: 26px 26px 0 0;
}
.top_onayami_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 10px;
	margin: 0 auto 14%;
}
.top_onayami_list li {
	width: 48%;
	max-width: 234px;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.top_onayami_list li:hover {
	transform: translateY(-8px);
}
.top_onayami_list li a:hover img, a:active img {
	-webkit-opacity: 1;
	opacity: 1;
}

.top_onayami_page {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 26px;
}
.top_onayami_page li {
	padding: 30px;
	width: 100%;
	max-width: 260px;
	background-color: #fff;
	border-radius: 28px;
	box-sizing: border-box;
}
.top_onayami_page a {
	text-decoration: none;
	color: inherit;
}
.top_onayami_page_rigft {
	margin: 0 auto;
	max-width: 260px;
}
#top_onayami .top_h3 {
	margin: 14px 0 4px;
	text-align: center;
	font-size: clamp(22px, 3.4vw, 34px);
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.top_onayami_page_txt {
	font-size: clamp(15.3px, 1.6vw, 17px);
}
.top_onayami_page_txt_br {
	display: none;
}
/* top_voice */
/* 共通 */
#top_voice, #top_sns {
	position: relative;
	background-image: url(image/top/top_bg01.png);
	background-size: 782px;
	background-repeat: repeat-y;
}
#top_voice::before, #top_point::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 36px;
	background-image: url(image/top/top_bg03.png);
	background-repeat: repeat-x, no-repeat;
	background-position: top center, center center;
	background-size: 116px;
}
/* 再び top_voice */
.top_voice_imgbox {
	margin: 60px auto;
	padding: 6% 4%;
	background-color: #d7edfb;
	border-radius: 40px;
	max-width: 1480px;
}
.top_voice_ttl {
	margin: 0 auto 6%;
	width: 90%;
}
.top_voice_kuchikomi {
	margin: 0 auto 40px;
	padding: 4% 4% 1%;
	max-width: 1090px;
	background-color: #fff;
}

/* top_gym */
#top_gym {
	background-color: #f2f9fe;
}
/* top_point */
#top_point {
	position: relative;
	margin: 0 calc(50% - 50vw);
}
.top_point_inner {
	margin: 0 8px;
	background-color: #0f74bf;
	border-radius: 0 0 40px 40px;
}
.top_point_inner02 {
	padding: 0 8px;
}
#contents #top_point .top_h2.top_h2_02 {
	margin: 0 auto 46px;
	padding: 0 0 1em;
	max-width: 1180px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#contents #top_point .top_h2.top_h2_02::after {
	content: none;
}
.top_point_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin: 0 auto;
	max-width: 1080px;
	counter-reset: TopPointList;
	color: #fff;
}
.top_point_lists li{
	max-width: 310px;
}
.top_point_lists li .top_point_lists_ttl{
	position: relative;
	margin: 0 0 6px 2em;
	font-size: clamp(20px, 3.2vw, 36px);
	font-weight: 600;
	font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN",	"Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
.top_point_lists li .top_point_lists_ttl::before {
	position: absolute;
	content: counter(TopPointList, decimal);
	counter-increment: TopPointList;
	bottom: 0;
	left: -.8em;
	letter-spacing: .2rem;
	line-height: 1;
	color: #fff;
	font-size: clamp(40px, 6vw, 68px);
	font-weight: 600;
}
.top_point_lists_img img {
	border-radius: 26px;
}
#contents .top_point_lists h3.top_h3 {
	margin: 1.2em 8px .6em;
	line-height: 1.2;
	letter-spacing: .05rem;
	font-size: clamp(18px, 1.8vw, 20px);
	font-weight: 500;
}
.top_point_lists_txt {
	margin: 0 8px;
	letter-spacing: .06rem;
	font-size: clamp(15px, 1.5vw, 16px);
}
/* top_media */
.top_media_box {
	margin: 18% auto 0;
	padding: 0 4% 8%;
	background-color: #f8fafc;
	border: 2px solid #0f74bf;
	border-radius: 26px;
}
.top_media_ttl {
	margin: -10.5% auto 16px;
	width: 90%;
}
.top_media_txt01 {
	margin: 0 0 .5em;
	color: #0f74bf;
	font-size: clamp(18px, 4vw, 48px);
	font-weight: 900;
	letter-spacing: -.02rem;
}
.top_media_txt02 {
	margin: 0 0 .5em;
	letter-spacing: -.02rem;
	font-size: clamp(15px, 1.8vw, 24px);
	font-weight: 900;
}
.top_media_img {
	margin: 1.6em 0 0;
}
/* top_inchou */
#top_inchou {
	margin: 0 auto 40px;
	max-width: 1240px;
	width: 96%;
	background-color: #d0e5f3;
	border-radius: 26px;
}
.top_inchou_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 34px;
}
.top_inchou_txt {
	margin: 0 7px;
	font-size: clamp(15px, 1.6vw, 18px);
}
.top_inchou_txt_p:not(:last-child) {
	margin: 0 0 .8em;
}
/* top_suisen */
#top_suisen {
	background-color: #f2f9fe;
}
.top_suisen_list {
	max-width: 380px;
	margin: 0 auto 10%;
	color: #555;
	font-family: 'Zen Maru Gothic', Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Arial, sans-serif;
}
.top_suisen_list li{
	padding: 6% 8%;
	background-color: #fff;
	border-radius: 20px;
}
.top_suisen_list li:not(:last-child){
	margin: 0 0 30px;
}
.top_suisen_list_img {
	margin: 0 0 0 -40px;
}
.top_suisen_list_txtbox{
	margin: 20px 0 0;
	font-family: var(--f-rounded);
	font-weight: 500;
}
.top_suisen_list_txt01 {
	position: relative;
	margin: 0 0 24px;
	text-align: center;
	font-size: clamp(20px, 3vw, 36px);
}
.top_suisen_list_txt01::after {
	position: absolute;
	content: "";
	display: inline-block;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	height: 20%;
	background-image: url(image/top/top_suisen_line.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.top_suisen_list_txt02 {
	margin-left: 8px;
	text-align: left;
	font-size: clamp(15px, 2.6vw, 28px);
}
.top_suisen_list_txt03 {
	text-align: right;
	font-size: clamp(24px, 3vw, 38px);
}
.top_suisen_list_txt03 span{
	font-size: clamp(18px, 1.6vw, 28px);
}
.top_suisen_list_txt03 span:last-child{
	margin-left: 4px;
}
.top_suisen_list_txt04{
	margin: 20px 0 0;
	font-weight: 500;
}
/* top_sns */
.top_sns_btnbox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0 0 8%;
}
.top_sns_btnbox li, .top_sns_btn_takara {
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.top_sns_btnbox li:hover, .top_sns_btn_takara:hover {
	transform: translateY(-8px);
}
#top_sns a:hover img, #top_sns a:active img {
	-webkit-opacity: 1;
	opacity: 1;
}
@media screen and (min-width: 400px) {
	/* top_media */
	.top_media_txt01 {
		text-align: center;
	}
}
@media screen and (min-width: 500px) {
	/* top_media */
	.top_media_box {
		margin: 16% auto 0;
	}
}
@media screen and (min-width: 600px) {
	/* top_sns */
	.top_sns_btnbox {
		gap: 10px;
		margin: 4% 0 6%;
	}
	.top_sns_btnbox li {
		width: 49%;
		max-width: 539px;
	}
}
@media screen and (min-width: 700px) {
	/* top_point */
	.top_point_lists {
		gap: 20px;
	}
	/* top_media */
	.top_media_txt02 {
		text-align: center;
	}
}
/*==================================
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;
}
.page_list {
	border: 5px solid #71B8E0;
	border-radius: 16px;
	padding: 16px;
}
.page_list li {
	padding: 12px 0 12px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
	border-bottom: dotted 2px #C9C9BA;
	background-position: left center;
	list-style: none;
	font-size: 17px;
}
/*テキストボタン*/
.txt_btn02 {
	text-align: center;
	margin-bottom: 24px;
}
.txt_btn02 ul {
	display: block;
}
.txt_btn02 ul li{
	width: 90%;
	font-size: 20px;
	font-weight: bold;
	margin: 8px auto 12px;
	padding: 12px;
	position: relative;
	background-color: #edf464;
	border-radius: 12px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #c5cb54;
	display: block;
	color: #136fb6;
}
.txt_btn02 ul li a:link,
.txt_btn02 ul li a:visited{
	color: #136fb6;
	text-decoration: none;
}
.txt_btn02 ul li a:hover{
	opacity: 0.7;
}
.txt_btn02:active {
	top: 3px;
	box-shadow: none;
}
.txt_btn02 ul li a:after{
	content:'>';
	padding: 8px;
	color: #136fb6;
}
.txt_btn02 span {
	display: inline-block;
}
/* 投稿 目次設定 */
div#ez-toc-container {
	margin: auto;
	box-sizing: border-box;
	padding: 1em;
}
div#ez-toc-container p.ez-toc-title {
	text-align: center;
	margin-bottom: 0.5em;
}
/* 症状ページ もっと見るボタン */
.hidden-view{
	display: none;
}
.hidden-view.open{
	display: block;
}
.page_button {
	position: relative;
	text-align: center;
	background: #4da7e2;
	border: none;
	margin: 20px auto;
	padding: 20px 5px;
	display: block;
	cursor: pointer;
	line-height: 1;
	color: #fff;
	font-size: 26px;
	width: 70%;
	border-radius: 45px;
}
.page_button::before{
	position: absolute;
	content: "もっと見る";
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.hidden-view.open + .page_button::before{
	content: "閉じる";
}
/* 初めての方へ */
.youtubesm a {
	position: relative;
}
.youtubesm a::before {
	position: absolute;
	content: "";
	background: url(image/all/yb_red_ico.webp) center center / 100px 64px no-repeat;
	display: block;
	width: 100px;
	height: 60px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	z-index: 1;
}
#page_contents .top_point_list {
	margin: 0 8px 16px;
}
#page_contents .top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 1px #1E8ECE;
}
#page_contents .top_point_list li:first-child {
	padding: 0 0 24px;
}
#page_contents .top_point_list h3 {
	float: left;
	text-align: center;
	margin: 0 0 16px;
	padding: 0;
	max-width: 416px;
	border-left: none;
	border-bottom: none;
}
#page_contents .top_point_txt {
	clear: left;
	font-size: 14px;
}
/*-- 推薦文 --*/
#page_contents .top_suisen {
	margin-bottom: 16px;
	list-style-type: none;
}
#page_contents .top_suisen dl {
	padding: 4px 4px 0;
}
#page_contents .top_suisen_txt {
	padding: 8px 8px 16px;
}
#page_contents .top_suisen_list li {
	padding: 6% 0%;
	border-bottom: 2px dotted #AF9684;
	border-radius: 0;
}
#page_contents .top_suisen_list li:last-child {
	border-bottom: none;
}
#page_contents .post .top_suisen_list {
	margin: 0 0 1em;
}
/*-- 施術の流れ --*/
#page_contents .top_flow_list h3 {
	border-left: none;
	border-bottom: none;
	margin: 0;
}
#page_contents .top_flow_list img {
	margin-bottom: 8px;
}
#page_contents .top_flow_txt {
	font-size: 15px;
	width: 260px;
	margin: 0 auto 16px;
}
/*         相互リンク
---------------------------------*/
.link_infomation {
	border: solid 1px #EAEAEA;
	width: 100%;
	margin: auto auto;
}
.link_th {
	width: 40%;
	line-height: 3em;
	background-color: #FFEFBF;
	border-bottom: 1px solid #EAEAEA;
	padding-left: 10px;
	vertical-align: middle;
}
.link_td {
	padding: 10px;
	border-bottom: 1px solid #EAEAEA;
}
.link_th02 {
	width: 30%;
	line-height: 3em;
	background-color: #FFEFBF;
	padding-left: 10px;
}
.link_td02 {
	padding: 10px;
}
.sogo_link {
	border: 1px solid #EAEAEA;
	width: 100%;
	margin: auto auto;
}
.sogo_link dt {
	padding-left: 10px;
	line-height: 2em;
	background-color: #FFEFBF;
}
.sogo_link dd {
	padding: 10px;
}
/*         料金表
---------------------------------*/
.access_bt {
	width: 284px;
	margin: 0 auto;
}
.ryoukin_list {
	border: 5px solid #FEFCA9;
	padding: 16px;
	font-size: 18px;
}
.ryoukin_list dt {
	font-weight: bold;
	text-align: center;
	border-bottom: dotted 2px #CCC;
	padding-bottom: 8px;
	margin-bottom: 8px;
	color: #10619C;
}
.ryoukin_list dd {
	padding: 6px 0 6px 44px;
	background: url(image/page/catch_ico01.png) no-repeat left 4px;
}
.access_bt img {
	display: inline-block;
}
.access_bt img:first-child {
	margin-right: 4px;
}
.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: 5px;
	border: solid 1px #CCC;
	vertical-align: middle;
}
.ryoukin_list01 th, .ryoukin_list02 th {
	background: #1E8ECE;
	color: #FFF;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 30px;
}
.ryoukin_osusume {
	padding: 0 0 1em 2em;
	margin:0 auto;
}
.ryoukin_osusume li {
	list-style: disc;
}
/*         LINE
---------------------------------*/
ul.line_flow {
	width: 98%;
	margin: 0 auto 20px;
}

ul.line_flow li:first-child::after {
	content: url(image/page/arrow.png);
	position: absolute;
	bottom: 16px;
	left: 36%;
}
ul.line_flow li:first-child {
	padding-bottom: 80px;
	position: relative;
}
/*    コンタクトフォーム
---------------------------------*/
.contact_form {
	background: #DFF1FB;
	padding: 24px 0;
	margin: 0 8px;
}
.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;
	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;
	box-sizing: border-box;
}
.form-width {
	max-width: 100%;
}
/*         アクセス
---------------------------------*/
#page_contact_info .youtube {
	padding-top: 0;
}
#page_contact_info .youtube iframe {
	aspect-ratio: 12 / 8;
}
.access_box01 .img_left {
	width: 44.64%;
	max-width: none;
}
.access_info01 {
	float: right;
	width: 52.08%;
}
.access_info02 {
	clear: both;
}
#media, #suisen{
	padding-top: 10px;
	margin-top: -10px;
}
/*         美容鍼
---------------------------------*/
.biyou_offer {
	margin: 0 0 24px;
	background: #F0F0E1;
	padding: 2px 0 10px;
}
.biyou_offer_ttl {
	margin: 20px auto;
	text-align: center;
}
.biyou_text_ttl {
	color: #1E8DCD;
	font-size: 34px;
}
.biyou_waku {
	border: 1px solid #1E8ECE;
	padding: 40px 40px 35px;
}
.biyou_waku p {
	overflow: hidden;
	margin: 0 0;
}
.biyou_waku_img {
	margin: 0 auto 15px ;
}
.biyou_waku_ttl {
	margin: 0 auto 25px;
	padding: 0 0 25px;
	text-align: center;
	border-bottom: 1px solid #1E8ECE;
	font-size: 34px;
	line-height: 1;
}
.biyou_catch_ttl {
	margin: 0 auto 25px;
	padding: 0 0 25px;
	text-align: center;
	font-size: 20px;
	line-height: 1.5;
}
.biyou_flow_img {
	margin: 0 auto;
}
.biyou_flow_waku {
	border: 1px solid #1E8ECE;
	margin: 0 0 20px 0;
	padding: 20px 20px ;
	min-height: 140px;
}

.biyou_faq_q {
	margin: 10px auto;
	padding: 2px 0 5px 10px;
	background: #F0F0E1;
	font-size: 16px;
}
.biyou_faq_a {
	margin: 10px auto;
	padding: 10px 0 10px 10px;
}
.biyou_red {
	color: #C30A20;
}
.biyou_point {
	padding: 20px 5px ;
	border-bottom: dotted 1px #1E8ECE;	
}
.biyou_point_img {
	margin: 10px auto;
}
.biyou_point p {
	overflow: hidden;
	margin:0 auto;
}
.biyou_ba {
	margin: 0 0 24px;

	padding: 12px 0 25px;
}
.biyou_ba_ttl {
	margin: 20px auto;
	text-align: center;
}
.biyou_ba_in {
	text-align: center;
	margin: 0 0 24px;
}
.biyou_ba_in p {
	margin: 10px auto;
}
.biyou_insta {
	text-align: center;
	margin: 0 8px;
}
.biyou_insta iframe {
	/*height: 310px !important;*/
}
.youtube iframe {
	position: relative;
	width: 100%;
	margin: 0 auto 16px;
	aspect-ratio: 9 / 5;
}
/*         EMS
---------------------------------*/
.list_wam {
	padding: 16px;
	border: 3px solid #FFF100;
	font-size: 16px;
}
.list_wam ul {
	margin: 0;
}
.list_wam li {
	background: url(https://naruo-pit.com/wp/wp-content/themes/portals/image/page/ico_wam.png) no-repeat center left;
	padding: 5px 0 5px 3em;
	list-style: none;
	border-bottom: dotted 2px #CCC;
	margin-bottom: 4px;
	min-height: 40px;
}
.list_wam li p:nth-of-type(1){
	font-weight:bold;
	font-size: 18px;
	margin: 0;
	color: #e24429;
}
.list_wam li p:nth-of-type(2){
	margin:0;
}
.catch_list2 {
	overflow: hidden;
}
.catch_list2 ul {
	margin: 0 0;
	float: left;
}
.catch_list2 li {
	margin: 0 0 4px;
	background: url(image/page/catch_ico01.png) no-repeat left 2px;
	font-size: 17px;
	height: 32px;
	width: 95%;
	padding: 0px 0 4px 26px;
}
.catch_list2 .img_right {
	width: 224px;
}
.catch_list2 .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
/* オンライン問診 */
.online_bg{
	background:#FFFFF0;
	padding:8px;
	margin:0 0 16px;
}
/*==================================
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: "\e900";
	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: "\e901";
	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;
}
.post_box_post_ttl a {
	text-decoration: none;
	color: inherit;
}
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 > 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: 80%;
		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 {
		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 {
		content: "";
		display: inline-block;
		vertical-align: middle;
		height: 100%;
	}
	.modal_tel_container.active,
	.modal_line_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 {
		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 {
		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: #000;
	}
	.modal_contact_line_list li a {
		background-color: #00b900;
	}
}
/*==================================
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;
	}
	/*==================================
	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: 0 0 16px;
		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;
		border-radius: 8px;
	}
	.h_style02,
	.post h3:not([class]),
	.block_wrapper h2:not(.nostyle)
	/*トップのh2、下層のh3*/ {
		margin: 32px 0 24px;
		padding: 8px 16px;
		font-size: 18px;
		border-radius: 8px;
	}
	.h_style03,
	.post h4,
	.block_wrapper h3:not(.nostyle)
	/*トップのh3、下層のh4*/ {
		clear: both;
		overflow: hidden;
		margin: 32px 0 24px;
	}
	.h_style04,
	.post h5,
	.block_wrapper h4:not(.nostyle)
	/*ブログ見出し*/ {
		margin: 24px 0 16px;
		padding: 0 8px 2px 32px;
		font-size: 18px;
	}
	/*==================================
	PC_header
	==================================*/
	#header.header_biyoubari {
		box-shadow: 0px 6px 4px -3px #ebebeb;
	}
	.h_inner {
		max-width: 1220px;
		width: 100%;
		letter-spacing: .1rem;
		text-align: left;
		font-size: 15px;
	}
	.h_logo {
		width: 80%;
	}
	.header_conts_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
	}
	.header_conts_ad {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 16px;
		margin: 16px 0;
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","Hiragino Sans", "Yu Gothic", "Meiryo",sans-serif;
	}
	.header_contstxt {
		line-height: 1.2rem;
		text-align: right;
	}
	/*==================================
	PC_navigation
	==================================*/
	nav {
		min-height: 48.8px;
		background-color: #fff;
	}
	.gnav_pc {
		overflow: hidden;
		max-width: 1240px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN","Hiragino Sans", "Yu Gothic", "Meiryo",sans-serif;
	}
	.gnav_pc li {
		text-align: center;
		width: 24.9%;
	}
	.gnav_pc li a {
		display: block;
		padding: 15px 10px;
		color: #333;
		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 {
		margin: 0 auto;
		padding: 0 0 7%;
		text-align: center;
	}
	.main_img::after {
		height: 22%;
	}
	.main_img img {
		aspect-ratio: 1802 / 773;
	}
	.main_catch {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
		background-size: 1000px;
		margin: 0 calc(50% - 50vw);
		padding: 6% calc(50vw - 48%);
	}
	.main_catch::before {
		background-size: 180px;
	}
	.main_catch_img01 {
		margin: 0;
		width: 50%;
		max-width: 660px;
	}
	.main_catch_img02 {
		margin: 0;
		width: 50%;
		max-width: 539px;
	}
	.main_img_kotsuban {
		text-align: center;
		background: url(image/top/bg_main.png) repeat-x 51.25% -3px;
	}
	.main_img_biyoubari {
		background-color: #fffff2;
	}
	.main_img_sango {
		text-align: center;
		background: #FFE1E1;
		background-image: linear-gradient(#FFE1E1 95.4%, #fff 95.4%);
	}
	/*==================================
	PC_contact
	==================================*/
	.contact {
		margin: 80px auto 0;
		padding: 3em 0;
	}
	.contact_conts {
		width: 98%;
		max-width: 1240px;
		margin: auto;
		gap: 2em;
	}
	.contact_infobtn_box {
		display: flex;
		justify-content: center;
		gap: 30px;
	}
	.contact_info_box {
		width: 57%;
	}
	.contact_info_box p.contact_contstxt01 {
		text-align: left;
		margin: 0 8px 4px;
	}
	.contact_info_box p.contact_contstxt01 br {
		display: none;
	}
	.contact_info_box p.contact_contstxt01 span {
		margin-left: 3em;
	}
	.contact_contstxt02 {
		justify-content: space-between;
		margin: 0 8px;
	}
	.contact_info .block_uketsuke {
		margin: 0 auto;
		font-size: 14px;
	}
	.contact_conts_ad {
		font-size: clamp(14px, 2.2vw, 22px);
	}
	.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, .access_contact_bt {
		margin: auto 0;
		display: block;
		width: 36%;
	}
	.contact_bt > * {
		margin: 0 0 8px;
	}
	.contact_map iframe {
		aspect-ratio: 12 / 4;
	}

	.contact .top_h2_box h2 {
		margin: 0 auto 10px !important;
	}
	.contact .top_h2_box .top_h2_txt {
		top: -54%;
	}
	.contact .top_h2_box_inner::after {
		bottom: 10%;
	}
	.contact_ttl {
		width: 70%;
		margin: 0 auto 1em;
	}
	/*==================================
	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;
	}
	.only_sp, #sidebar.only_sp {
		display: none;
	}
	/*==================================
	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_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_inner {
		margin: 0 calc(50% - 50vw);
		padding: min(10vw,100px) calc(50vw - 49%);
	}	
	.top_inner02 {
		margin: 0 calc(50% - 50vw);
		padding: 12% calc(50vw - 48%);
	}
	.top_inner03 {
		margin: 0 calc(50% - 50vw);
		padding: 10% calc(50vw - 49%);
	}	
	/* top_osusume */
	.top_osusume_bnr {
		margin: 0 auto 8%;
	}
	.top_osusume_btnbox {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}
	.top_osusume_btnbox div:not(:last-child) {
		margin: 0;
	}
	/* top_onayami */
	.top_onayami_list {
		gap: 20px 16px;
		margin: 0 auto 10%;
		max-width: 760px;
	}

	.top_onayami_page li {
		padding: 30px 10px 30px 40px;
		max-width: 600px;
	}
	.top_onayami_page a {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	#top_onayami .top_h3 {
		margin: 0 0 10px;
		text-align: left;
	}
	.top_onayami_page_txt {
		line-height: 1.6em;
	}
	.top_onayami_page_txt_br {
		display: block;
	}
	/* 共通 */
	#top_voice, #top_sns {
		background-size: 1000px;
	}
	#top_voice::before, #top_point::before {
		background-size: 180px;
	}
	/* top_voice */
	.top_voice_imgbox {
		margin: 90px auto;
		border-radius: 90px;
	}
	.top_voice_kuchikomi {
		margin: 0 auto 70px;
		padding: 4% 4% 3%;
	}
	/* top_gym */
	#top_gym .top_h2.top_h2_02 {
		margin: 0 auto 30px;
	}
	/* top_point */
	#top_point .top_inner {
		margin: 0 auto;
		width: 94%;
		max-width: 1696px;
	}
	.top_point_lists li {
		margin: 0 0 20px;
		max-width: 340px;
	}
	/* top_media */
	.top_media_box {
		margin: 14% auto 0;
		border: 3px solid #0f74bf;
	}
	/* top_inchou */
	#top_inchou {
		margin: 0 auto 60px;
	}
	.top_inchou_box {
		flex-wrap: nowrap;
		gap: 34px;
		margin: 60px 0 0;
	}
	.top_inchou_img {
		width: 40%;
	}
	.top_inchou_txt {
		width: 48%;
		margin: 0;
	}
	/* top_suisen */
	.top_suisen_list {
		margin: 0 auto 7%;
		max-width: 930px;
	}
	.top_suisen_list li{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 3% 4% 4%;
	}
	.top_suisen_list li:not(:last-child){
		margin: 0 0 50px;
	}
	.top_suisen_list_img {
		margin: 0;
		width: 38%;
	}
	.top_suisen_list_img img {
		margin: 0;
	}
	.top_suisen_list_txtbox {
		margin: 30px 0 0;
		width: 60%;
		max-width: 508px;
	}
	.top_suisen_list li:nth-child(2) .top_suisen_list_txt02 {
		text-align: left;
		font-size: clamp(16px, 2.2vw, 26px);
	}
	.top_suisen_list_txt04 {
		width: 80%;
		margin: 40px auto 0;
		line-height: 1.4rem;
	}
	/*==================================
	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;
	}
	.page_list {
		padding: 30px 30px 30px 60px;
	}
	.page_button {
		margin: 30px auto 20px;
		padding: 26px 5px;
		font-size: 26px;
		width: 50%;
	}
	/* 投稿 目次設定 */
	div#ez-toc-container {
		margin: auto;
		box-sizing: border-box;
		padding: 1em 3em;
	}
	div#ez-toc-container p.ez-toc-title {
		text-align: center;
		margin-bottom: 0.5em;
	}
	/* 初めての方へ */
	#page_contents .top_point_list {
		margin: 0 24px;
	}
	#page_contents .top_point_list li {
		overflow: hidden;
		padding: 24px 0;
		border-bottom: dotted 1px #1E8ECE;
	}
	#page_contents .top_point_list li:first-child {
		padding: 0 0 24px;
	}
	#page_contents .top_point_list h3 {
		float: left;
		margin: 0 0 16px;
		width: 416px;
	}
	#page_contents .top_point_txt {
		clear: left;
		overflow: hidden;
		font-size: 14px;
	}
	.page_greeting_img {
		margin: 0 16px 16px 0;
		float: left;
	}
	/*-- 推薦者の声 --*/
	#page_contents .top_suisen_ttl {
		text-align: center;
		margin-bottom: 4px;
	}
	#page_contents .top_suisen {
		width: 660px;
		margin: 0 auto 10px;
		padding: 5px 5px 20px;
		list-style-type: none;
	}
	#page_contents .top_suisen_list li {
		border-bottom: 2px dotted #AF9684;
	}
	#page_contents .top_suisen_list li:last-child {
		border-bottom: none;
	}
	#page_contents .top_suisen dl {
		overflow: hidden;
	}
	#page_contents .top_suisen dt {
		float: left;
		margin-right: 8px;
		margin-bottom: 10px;
	}
	#page_contents .top_suisen dd {
		float: right;
		margin-bottom: 8px;
	}
	#page_contents .top_suisen_txt {
		font-size: 15px;
	}
	#page_contents .post .top_suisen_list {
		margin: 0 0 1em;
	}
	/*-- 施術の流れ --*/
	#page_contents .top_flow_list {
		overflow: hidden;
		width: 720px;
	}
	#page_contents .top_flow_list li {
		float: left;
		margin-left: 30px;
		margin-bottom: 16px;
		width: 200px;
		min-height: 270px;
	}
	#page_contents .top_flow_list img {
		margin-bottom: 8px;
	}
	#page_contents .top_flow_txt {
		font-size: 15px;
		width: auto;
	}
	#page_contents p.bnr_gym {
		text-align: center;
	}
	/*        相互リンク
	---------------------------------*/ 
	.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: 10px;
	}
	.link_td {
		padding: 10px;
		border-bottom: 1px solid #EAEAEA;
	}
	.link_th02 {
		width: 158px;
		line-height: 3em;
		background-color: #FFEFBF;
		padding-left: 10px;
	}
	.link_td02 {
		padding: 10px;
	}
	.sogo_link {
		border: 1px solid #EAEAEA;
		width: 598px;
		margin: auto auto;
	}
	.sogo_link dt {
		padding-left: 10px;
		line-height: 2em;
		background-color: #FFEFBF;
	}
	.sogo_link dd {
		padding: 10px;
	}
	/*         アクセス
	---------------------------------*/
	.access_info01 p {
		margin: 0 0 8px;
	}
	.access_info01 .bold {
		font-weight: bold;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}
	.pink {
		color: #F03B48;
	}
	.red_bold {
		color: red;
		font-weight: bold;
	}
	/*         料金表
	---------------------------------*/
	.ryoukin_list01, .ryoukin_list02 {
		margin: 0 auto 32px;
		width: 640px;
		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: 5px;
		border: solid 1px #CCC;
	}
	.ryoukin_list01 th, .ryoukin_list02 th, .ryoukin_list01 th, .ryoukin_list02 th a {
		background: #1E8ECE;
		color: #FFF;
	}
	.ryoukin_style01 {
		font-size: 20px;
		font-weight: bold;
		color: #000;
		margin-left: 50px;
	}
	.ryoukin_chui {
		text-indent: -1em;
		margin: 0 30px;
	}
	.ryoukin_list {
		border: 5px solid #FEFCA9;
		padding: 16px;
		font-size: 18px;
	}
	.ryoukin_list dt {
		font-weight: bold;
		text-align: center;
		border-bottom: dotted 2px #CCC;
		padding-bottom: 8px;
		margin-bottom: 8px;
		color: #10619C;
	}
	.ryoukin_list dd {
		padding: 6px 0 6px 44px;
		background: url(image/page/catch_ico01.png) no-repeat left 4px;
	}
	.ryoukin_osusume {
		padding: 0 0 1em 2em;
		margin:0 auto;
	}
	.ryoukin_osusume li {
		list-style: disc;
	}
	/*         LINE
	---------------------------------*/
	ul.line_flow {
		margin: 0 auto;
	}
	ul.line_flow li:first-child::after {
		content: url(image/page/arrow.png);
		position: absolute;
		bottom: 16px;
		left: 42%;
	}
	ul.line_flow li:first-child {
		padding-bottom: 80px;
		position: relative;
	}
	/*         美容鍼
	---------------------------------*/
	.youtube iframe {
		position: relative;
		width: 100%;
		margin: 0 auto 16px;
	}
	.biyou_offer {
		margin: 0 0 24px;
		background: #F0F0E1;
		padding: 6px 0 40px;
	}
	.biyou_offer_ttl {
		margin: 35px auto;
		width: 500px;
		text-align: center;
	}
	.biyou_text_ttl {
		color: #1E8DCD;
		font-size: 34px;
	}
	.biyou_waku {
		border: 1px solid #1E8ECE;
		padding: 40px 40px 35px;
	}
	.biyou_waku p {
		overflow: hidden;
		margin: 0 0;
	}
	.biyou_waku_img {
		float: right;
		margin: 0 0 0 10px;
	}
	.biyou_waku_ttl {
		margin: 0 auto 25px;
		padding: 0 0 25px;
		text-align: center;
		border-bottom: 1px solid #1E8ECE;
		font-size: 34px;
		line-height: 1;
	}
	.biyou_catch_ttl {
		margin: 0 auto 25px;
		padding: 0 0 25px;
		text-align: center;
		font-size: 34px;
		line-height: 1.5;
	}
	.biyou_flow_img {
		float: left;
		margin: 0 30px 0 0;

	}
	.biyou_flow_waku {
		border: 1px solid #1E8ECE;
		margin: 0 0 20px 0;
		padding: 20px 20px ;
		min-height: 140px;
	}
	.biyou_flow_waku::after {
		content: "";
		display: block;
		clear: both;
	}
	.biyou_faq_q {
		margin: 10px auto;
		padding: 5px 0 5px 40px;
		background: #F0F0E1;
		font-size: 18px;
	}
	.biyou_faq_a {
		margin: 10px auto;
		padding: 10px 0 10px 40px;
	}
	.biyou_red {
		color: #C30A20;
	}
	.biyou_point {
		padding: 20px 5px ;
		border-bottom: dotted 1px #1E8ECE;	
	}
	.biyou_point_img {
		float: right;
		margin: 0 0 0 10px;
	}
	.biyou_point p {
		overflow: hidden;
		margin:0 15px 0 0;
	}
	.biyou_insta {
		text-align: center;
		margin: 0 auto;
		overflow: hidden;
	}
	.biyou_ba {
		margin: 0 0 24px;
		background: #F0F0E1;
		padding: 12px 30px 25px;
	}
	.biyou_ba_ttl {
		margin: 40px auto;
		width: 500px;
		text-align: center;
	}
	.biyou_ba_in {
		text-align: center;
		margin: 0 0 24px;
	}
	.biyou_ba_in p {
		margin: 10px auto;
	}
	.biyou_insta iframe {
		height: 310px !important;
	}
	/*         EMS
	---------------------------------*/
	.list_wam {
		padding: 16px;
		border: 3px solid #FFF100;
		font-size: 16px;
	}
	.list_wam ul {
		margin: 0 0 0 3em;
	}
	.list_wam li {
		background: url(https://naruo-pit.com/wp/wp-content/themes/portals/image/page/ico_wam.png) no-repeat center left;
		padding: 17px 0 0px 3.5em;
		list-style: none;
		vertical-align: middle;
		border-bottom: dotted 2px #CCC;
		margin-bottom: 4px;
		min-height: 40px;
	}
	.list_wam li p:nth-of-type(1){
		font-weight:bold;
		font-size: 18px;
		margin: 0;
		color: #e24429;
	}
	.list_wam li p:nth-of-type(2){
		margin:0;
	}
	.catch_list2 {
		overflow: hidden;
	}
	.catch_list2 ul {
		margin: 0 0;
		float: left;
		width: 432px;
	}
	.catch_list2 li {
		margin: 0 0 4px;
		background: url(image/page/catch_ico01.png) no-repeat left 2px;
		font-size: 17px;
		height: 32px;
		width: 95%;
		padding: 0px 0 4px 26px;
	}
	.catch_list2 .img_right {
		width: 224px;
	}
	.catch_list2 .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,#page_contents {
		margin: 0 auto 40px;
		width: 96%;
		max-width: 1080px;
		padding: 48px 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	#contents {
		margin: 0 auto;
		padding: 0 36px;
		max-width: 1240px;
	}
	#contents::after, #page_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;
	}
	#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%;
	}
}
/*==================================
PC Wide
==================================*/
@media screen and (min-width: 1000px) {
	.main_catch, #top_voice, #top_sns {
		background-size: 100%;
	}
}
@media screen and (min-width: 1240px) {
	body {
		min-width: 1240px;
		max-width: none;
	}
	#contents {
		padding: 0;
	}
	#main {
		padding: 0;
	}
	.side_fixed_menu {
		width: 100%;
	}
	.header_conts {
		display: flex;
		justify-content: space-between;
		align-items: center;
		max-width: 1220px;
		margin: 40px auto 16px;
	}
	.h_logo {
		width: 50%;
		margin: 0;
	}
	.h_logo img {
		margin: 0;
	}
	.header_conts_info.only_pc {
		width: 42%;
	}
	.header_contstxt {
		line-height: 1.4rem;
		font-size: 18px;
	}
	.gnav_pc {
		letter-spacing: .12rem;
		font-size: 18px;
	}
	.gnav_pc li a {
		padding: 10px;
	}
	.main_catch {
		padding: 4% calc(50vw - 48%);
	}
	.main_catch::before {
		background-size: 240px;
	}
	/* contact */
	.contact {
		margin: 100px auto 0;
		padding: 70px 0;
		border-radius: 60px;
	}
	.contact_infobtn_box {
		gap: 70px;
	}
	.contact_info_box {
		width: 56%;
	}
	/* top */
	/* 共通 */
	#contents .top_h2, #contact .top_h2 {
		margin: 0 auto 70px;
		letter-spacing: .3rem;
	}
	#contents .top_h2::after, #contact .top_h2::after {
		width: 110px;
		height: 8px;
		bottom: -18px;
	}
	#contents .top_h2.top_h2_02 {
		margin: 0 auto 100px;
		line-height: 1.2em;
	}
	#contents .top_h2.top_h2_02::after {
		bottom: -32px;
	}
	#top_voice::before, #top_point::before {
		background-size: 240px;
	}
	.top_more_btn01{
		max-width: 466px;
	}
	.top_more_btn01::after {
		right: 34px;
		width: 30px;
		height: 30px;
		font-size: 18px;
		padding: 0 0 2px;
	}
	.top_more_btn01:hover::after {
		transition: 0.5s;
		right: 24px;
	}
	/* top_osusume */
	.top_osusume_btnbox {
		gap: 40px;
	}
	/* top_onayami */
	#top_onayami {
		border-radius: 100px 100px 0 0;
	}
	.top_onayami_list {
		margin: 0 auto 7%;
	}
	/* top_voice */
	.top_voice_imgbox {
		margin: 140px auto;
		padding: 4%;
		border-radius: 150px;
	}
	.top_voice_ttl {
		margin: 0 auto 4%;
	}
	.top_voice_kuchikomi {
		margin: 0 auto 90px;
		padding: 3% 2% 2%;
	}
	/* top_gym */
	#top_gym .top_h2.top_h2_02 {
		margin: 0 auto 70px;
	}
	/* top_point */
	.top_point_lists {
		gap: 30px;
	}
	#contents .top_point_lists h3.top_h3 {
		margin: 1.2em 12px .6em;
		letter-spacing: 0rem;
	}
	.top_point_lists_txt {
		margin: 0 12px;
	}
	/* top_media */
	.top_media_txt01 {
		margin: 0 0 .1em;
	}
	.top_media_img {
		margin: 2em 0 0;
	}
	/* top_suisen */
	.top_point_inner {
		border-radius: 0 0 60px 60px;
	}
	#contents #top_point .top_h2.top_h2_02 {
		margin: 0 auto 80px;
	}
	.top_suisen_list {
		margin: 0 auto 5%;
	}
	.top_point_lists li .top_point_lists_ttl {
		margin: 0 0 6px 1.6em;
	}
	.top_suisen_list_txt01 {
		margin: 0 0 28px;
		line-height: 3rem;
	}
	.top_suisen_list_txt01::after {
		bottom: -20px;
	}
	.top_suisen_list_txt04 {
		line-height: 1.8rem;
		font-size: 18px;
	}
	/* top_sns */
	.top_sns_btnbox {
		margin: 3% 0 6%;
	}
}
@media screen and (min-width: 1500px) {
	.h_inner {
		max-width: 1470px;
	}
	.header_conts {
		max-width: 1480px;
		margin: 40px auto 8px;
	}
	.header_conts_info.only_pc {
		width: 34%;
	}
	.main_img {
		padding: 0 0 5.4%;
	}
	.main_img::after {
		height: 20%;
	}
	.main_catch {
		gap: 50px;
		padding: 4% calc(50vw - 48%) 3%;
	}
	.main_catch::before {
		background-size: 385px;
	}
	/* contact */
	#contact {
		background-color: #d6edfb;
		padding: 140px 16px;
	}
	.contact {
		margin: 110px auto 0;
	}
	.contact_ttl {
		margin: 0 auto 1.8em;
	}
	.contact_conts_ad {
		letter-spacing: .1rem;
		font-size: 26px;
	}
	.contact_info_box p.contact_contstxt01 {
		margin: 0 14px 4px;
	}
	.contact_info_box p.contact_contstxt01 span {
		margin-left: 3.5em;
	}
	.contact_contstxt02 {
		justify-content: space-between;
		margin: 0 20px 0 14px;
	}
	.contact_info .uketsuke_block_notes {
		font-size: 22px;
		margin: 4px 14px 0;
	}

	/* 共通 */
	.top_inner02 {
		padding: 14% calc(50vw - 48%) 11%;
	}
	#top_voice::before, #top_point::before {
		background-size: 385px;
	}
	/* top_onayami */
	#top_onayami.top_inner {
		padding: min(10vw, 80px) calc(50vw - 59.7%);
	}
	.top_onayami_list {
		gap: 0 14px;
		max-width: 1480px;
	}
	.top_onayami_list li:hover {
		transform: translateY(-12px);
	}
	/* top_voice */
	#top_voice.top_inner02 {
		padding: 12% calc(50vw - 59.7%);
	}
	/* top_point */
	.top_point_lists li {
		margin: 0 0 40px;
	}
	.top_point_lists li:nth-child(n+4) {
		margin: 0;
	}
	/* top_media */
	#top_media.top_inner {
		padding: min(10vw, 80px) calc(50vw - 50%);
	}
	.top_media_ttl {
		margin: -9.7% auto 16px;
	}
	.top_media_img {
		margin: 2.6em 0 0;
	}
	/* top_inchou */
	#top_inchou {
		width: 100%;
		border-radius: 60px;
	}
	#top_inchou.top_inner {
		padding: min(10vw, 100px) 0;
	}
	.top_inchou_box {
		margin: 80px 0 0;
	}
	.top_inchou_img {
		width: 26%;
	}
	.top_inchou_txt {
		width: 47%;
	}
}