@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-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 */
.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 1em 1em;
}
/* img */

.aligncenter {
	display: block;
	margin: 0 auto 8px;
}
.alignleft, .alignright {
	margin: 0 auto 0.5em;
}
img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}

/*==================================
base
==================================*/
html {
	font-size:calc(100vw / 32);
}
.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;
}
/*=================================
design
=================================*/
body {
	background: #fff;
	color: #643c14;
	font-size: 15px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
#main {
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
#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 /*下層ページのh2などに利用してください*/ {
	margin: 24px auto 16px;
	padding: 8px;
	color: #653B15;
	font-size: 20px;
	background: #FFFDEF;
	border: 3px solid #F2A7B6;
	border-radius: 8px;
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class])/*トップのh2、下層のh3*/ {
	margin: 24px auto 16px;
	padding: 8px;
	font-size: 16px;
	color: #653715;
	background: #f2a7b6;
	position: relative;
}
.h_style02:after,
.post h3:not([class]):after{
	content:"";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(
	  -45deg,
	  #fff 25%, #f2a7b6 25%,
	  #f2a7b6 50%, #fff 50%,
	  #fff 75%, #f2a7b6 75%,
	  #f2a7b6
	);
	background-size: 8px 8px;
  }
.h_style03,
.post h4{
	margin: 32px 4px 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #FF966C;
	border-bottom: dotted 2px #CFCFC7;
}
.h_style04,
.post h5{
	clear: both;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 30px 2px ;
	font-weight: bold;
	border-bottom: dotted 2px #CFCFC7;
	font-size: 16px;
	position: relative;
	line-height: 2.3em;
}
.h_style04:before,
.post h5:before {
	font-family: "icomoon";
	content:"\e902";
	display:inline-block;
	margin-right: 20px;
	color:#F2A7B6;
	font-size: 1.6em;
	position: absolute;
	left:0px;
	top:0px;
}
.h_style05,
.post h6{
	clear: both;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 4px 2px;
	font-weight: bold;
	border-bottom: double 4px #CFCFC7;
	font-size: 16px;
}
.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 {
	margin-bottom: 8px;
}
.ttl {
	margin: 0 4px 32px;
	text-align: center;
}
.bnr {
	margin: 0 4px 16px;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*         スマホheader
---------------------------------*/
.header_pc{
	display:none;
}
.h1_wrapper {
	padding: 4px 2px;
	background: #F2A7B6;
	color: #fff;
}
.h1_wrapper h1 {
	margin: 0 auto;
	width: 98%;
	max-width: 640px;
	font-size: 10px;
	font-weight: normal;
}
.header_top {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
.h_logo {
	margin: 8px auto;
	width: 30vw;
}
/*   スマホナビゲーション（下） 
-------------------------------*/
.gnav {
	z-index: 9999;
	width: 100%;
	background: #fff;
	border-top: 1px solid #f2a7b6;
	box-shadow: 0 13px 10px -10px rgba(241,194,114,0.35);
}
.gnav ul {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
.gnav li {
	box-sizing: border-box;
	float: left;
	text-align: center;
	padding: 10px 0;
	width: 20%;
}
.gnav li:not(:last-child) {
	border-right: 1px solid rgba(241,194,114,0.35);
}
.gnav li a {
	font-size: 11px;
	text-decoration: none;
	color: #84715B;
}
.gnav img {
	width: 28%;
}
/* ナビ固定対策 */
.fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
}
.breadcrumbs {
	margin-top: 16px;
}
.sp_fix_bt {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: flex;
	justify-content: center;
	gap: 8px;
	padding: 3%;
	width: 100%;
	background: #f9e4ca;
	box-sizing: border-box;
}
.sp_fix_bt > * {
	width: min(calc(50% - 8px), 364px);//画像の幅のpxを設定
}
/*==================================
SP_modal
==================================*/
.modal_tel_container,
.modal_web_container,
.modal_hpb_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
}
.modal_tel_container::before,
.modal_web_container::before,
.modal_hpb_container::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal_tel_container.active,
.modal_web_container.active,
.modal_hpb_container.active {
	opacity: 1;
	visibility: visible;
}
.modal_body {
	position: relative;
	display: inline-block;
	/* 	vertical-align: middle; */
	top: 24%;
	max-width: 500px;
	width: 90%;
}
.modal_close {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal_content {
	background: #fff;
	padding: 30px;
	font-family: var(--mincho);
	transform: rotate(.03deg);
}
.modal_contact_tel_ttl,
.modal_contact_web_ttl,
.modal_contact_hpb_ttl {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: clamp(18px,3vw,24px);
	font-weight: 600;
	margin-bottom: 1.2em;
}
.modal_contact_list{
	width: 100% !important;
	margin: auto !important;
}
.modal_sakura,
.modal_balance,
.modal_kirari,
.modal_suminodou,
.modal_imafuku{
	width: 100% !important;
}
.modal_sakura a {
	display: block;
	margin: 0.5em auto;
	padding: 0.8em;
	text-decoration: none;
	color: #fff;
	background: #F88D92;
	text-align: center;
	font-size: clamp(16px,3vw,24px);
	border-radius: 8px;
}
.modal_balance a {
	display: block;
	margin: 0.5em auto;
	padding: 0.8em;
	text-decoration: none;
	color: #fff;
	background: #FF8000;
	text-align: center;
	font-size: clamp(16px,3vw,24px);
	border-radius: 8px;
}
.modal_kirari a {
	display: block;
	margin: 0.5em auto;
	padding: 0.8em;
	text-decoration: none;
	color: #fff;
	background: #8AC926;
	text-align: center;
	font-size: clamp(16px,3vw,24px);
	border-radius: 8px;
}
.modal_suminodou a {
	display: block;
	margin: 0.5em auto;
	padding: 0.8em;
	text-decoration: none;
	color: #fff;
	background: #1982C4;
	text-align: center;
	font-size: clamp(16px,3vw,24px);
	border-radius: 8px;
}
.modal_imafuku a {
	display: block;
	margin: 0.5em auto;
	padding: 0.8em;
	text-decoration: none;
	color: #fff;
	background: #ffa37a;
	text-align: center;
	font-size: clamp(16px,3vw,24px);
	border-radius: 8px;
}
/*      スマホメイン画像 
-----------------------*/
.main_img {
	display: block;
	margin: 0 auto 1em;
	width: 100%;
}
/* 　　　スマホお問い合わせ
-------------------------------*/
.contact_conts {
	position: relative;
	margin: 0 4px 16px;
	padding: 16px;
}
.contact_bnr .bnr img {
	filter: drop-shadow(1px 2px 2px rgba(101,55,21,0.3));
}
.contact_tel {
	margin: 0;
}
.contact_pic {
	margin-bottom: 10px;
}
.contact_ttl{
	margin: 0 auto ;
	width: 90%;
}
.contact_uketsuke {
	overflow: hidden;
}
.contact_uketsuke .ttl {
	width: 65%;
	margin: 0 auto 10px;
}
.contact_uketsuke p{
	margin:0 0 8px;
}
.contact_uketsuke span {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	max-width: 304px;
}
.contact_add {
	margin: 0 auto 16px;
	font-size: 1.2rem;
}
.contact_add th {
	width: 20%;
	text-align: left;
	padding: 4px 0;
	margin: 16px 0 0;
	font-weight: bold;
}
.contact_add th,
.contact_add td {
	border: none;
}
.contact_map {
	text-align: center;
	margin-top: 20px;
}
.page_top_pc{
	display:none;
}
.contact_info {
	margin-bottom: 20px;
}
.contact_info table.uketsuke{
	width: 100%;
	font-weight:bold;
	font-size: 1.2rem;;
	font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
	margin-bottom:10px;
}
.contact_info table.uketsuke th{
	padding: 10px 0;
}
.contact_info table.uketsuke tr th:first-child {
	padding: 10px 0;
	width: 30%;
}
.contact_info table.uketsuke tr:nth-child(2) th{
	border-bottom: solid 3px #fa8098;
	vertical-align: middle;
}
.contact_info table.uketsuke th:nth-child(1){
	border-bottom: solid 3px #fa8098;
}
.contact_info table.uketsuke th,
.contact_info table.uketsuke td{
	text-align: center;
	vertical-align: middle;
}
.contact_info table.uketsuke td {
	border: none;
	color: #fa8098;
	border-bottom: solid 3px #bba690;
	border-top: solid 3px #bba690;
}
.contact_info p.time {
	display: flex;
	justify-content: space-between;
	font-size: 1rem;
} 
/*line*/
.top_line {
	background: #FFFDF0;
	border: 3px #bba690 solid;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 24px;
}
.top_line dt {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fa8098;
	position: relative;
	margin-bottom: 8px;
}
.top_line .list_ttl {
	text-align: center;
	font-weight: bold;
	color: #FF99AC;
}
.top_line ol{
	counter-reset: number;
	list-style: none;
	margin: 8px 12px 16px;
	padding: 6px 0 8px;
	border-bottom: dotted 2px #7f6647;
}
.top_line ol li{
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 4px;
	line-height: 2;
}
.top_line ol li:before {
	counter-increment: number;
	content: counter(number);
	background: #FF966C;
	display: inline-block;
	width: 2em;
	height: 2em;
	text-align: center;
	border-radius: 50%;
	color: #FFFFFF;
	margin-right: 8px;
}
.top_line p {
	padding-left: 1em;
	text-indent: -1em;
	margin: 0 0 8px;
}
.top_line p span {
	color: #FF8000;
	margin-bottom: 8px;
}
.line_txt dt {
	color: #F8858B;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

/* 　　　　　スマホ地図
-------------------------------*/
.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;
}
/* 　　　　スマホメニュー
-------------------------------*/
.f_inner {
	margin: 0 auto;
	max-width: 640px;
}
.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:#643c14;
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	font-size:18px;
	font-weight: bold;
	width:100%;
	padding:10px 0;
	text-align: center;
	border-radius: 8px;
	position: relative;
}
#custom_html-18 p {
	margin: 0 0 16px;
}
.sns_wrap {
	max-width: 256px;
	margin: 0 auto;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.connection_menu p,
.widget_categories p,
.widget_recent_entries p{
	padding: 8px;
	background: #F2A7B6;
	text-align: center;
	color: #fff;
	font-size: 18px;
	border-radius: 6px 6px 0 0;
}
/*メニュー（固定ページ/関連メニュー）*/
.widget_nav_menu, 
.connection_menu {
	margin: 0 auto 1em;
	width:95%;
	max-width: 640px;
	border: solid 1px #BBA690;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.widget_nav_menu li,
.connection_menu li {
	border-bottom: solid 1px #CCC;
	padding: 4px 20px 4px 0;
	position: relative;
}
.widget_nav_menu li:last-child,
.connection_menu li:last-child {
	border:none;
}
.widget_nav_menu a,
.connection_menu a {
	display: block;
	padding: 10px 1em;
	background-size: 31px 31px;
	text-decoration: none;
	color: inherit;
}
.side_fixed_menu li a:after,
.widget_nav_menu li a:after,
.connection_menu li a:after {
	font-family: "icomoon";
	content: "\e901";
	font-size: 36px;
	position: absolute;
	transition: 0.3s;
	top: -4px;
	right:5px;
	text-shadow: 1px 2px 3px rgba(56, 36, 2, 0.35);
}
.widget_nav_menu li a:after,
.connection_menu li a:after {
	line-height: 1.6em;
	color: #f2a7b6;
}
.side_fixed_menu li:nth-of-type(odd) a {
	border: 3px solid #f2a7b6;
	background:#fffdef;
}
.side_fixed_menu li:nth-of-type(even) a {
	background:#f2a7b6;
}
.side_fixed_menu li:nth-of-type(odd) a:after{
	color: #f2a7b6;
}
.side_fixed_menu li:nth-of-type(even) a:after {
	color:#fff;
}
/*カテゴリ（投稿記事）新着記事*/
.widget_categories,
.widget_recent_entries{
	width:95%;
	margin:0 auto 16px;
	border: solid 1px #BDBDAE;
	border-radius: 8px;
	font-weight: 400;
}
.widget_categories ul,
.widget_recent_entries ul{
	margin: 16px;
}
.widget_categories li,
.widget_recent_entries li{
	margin: 0 0 8px;
	padding: 0 0 2px 0px;
	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: 16px 0 0;
	font-size: 15px;
}
.widget_recent_entries .post-date {
	position: absolute;
	top: 0;
	display: block;
	font-size: 13px;
}
/*検索*/
.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: 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;
}
/* 　　　コピーライト
-------------------------------*/
.copyright {
	background: #F2A7B6;
	color: #fff;
	text-align: center;
	margin:0;
}
.copyright small {
	font-size: 1.0rem;
	font-size: 10px;
}
/*       スマホfooter
---------------------------------*/
.f_inner{
	display:none;
}

/*     スマホ 患者様の声
---------------------------------*/
.voice {
	margin: 0 0 24px;
}
.voice_list li {
	margin: 0 4px 16px;
	padding: 16px;
	background: #FFFDF0;
	border: solid 1px #bba690 ;
	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;
	box-sizing: border-box;
}
.voice_conts h3 {
	color: #79796A;
}
.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: #FF966C;
}
/*   スマホ 新着情報
---------------------------------*/
.news_box {
	margin: 20px 0;
	padding: 10px 24px;
	overflow: hidden;
	border: 2px solid #FEA144;
	border-radius: 10px;
}
.news_cat{
	color: #fff;
	font-weight: bold;
}
.news_ttl span{
	padding: 4px 10px;
}
.news_ttl {
	border-bottom: dotted 2px #623B25;
	padding: 6px;
	margin-bottom: 8px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
}
.news_date {
	font-size: 14px;
	opacity: 0.8;
}
.news_conts {
	padding: 16px 16px 4px;
}
.news_sec h2 {
	margin: 0 0 16px;
}
.news_more {
	margin: 0 4px 32px;
	text-align: right;
	font-size: 18px;
	border-bottom: dotted 2px #CFCFC7;
}
.news_more a {
	text-decoration: none;
	color: #613a24;
}
/* カテゴリ毎の色分け */
span.other {
	background-color: #613A24;
	border-radius: 10px;
}
span.news {
	background-color: #F99A39;
	border-radius: 10px;
}
span.event {
	background-color: #FE7774;
	border-radius: 10px;
}
span.reserve {
	background-color: #7CB500;
	border-radius: 10px;
}
/*	　スマホ　トップページ
---------------------------------*/
.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%;
	box-sizing: border-box;
}
.first_btn {
	width: 60vw;
	margin: 4vh auto 0;
}
.first_btn img,
.top_sejutsu_bt li img {
	filter: drop-shadow(1px 2px 2px rgba(101,55,21,0.3));

}
.top_catch .bnr {
	width: 90%;
	margin: auto;
}
.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: dotted 2px #7f6647;
}
.top_point_list h3 {
	font-family: "NUDモトヤアポロ Std W4","游明朝体", "Yu Mincho", YuMincho;
	float: left;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 16px;
	font-size:1.2rem;
	letter-spacing: 1px;
}
.top_point_list h3 span.pink {
	color: #e97880;
	display: inline;
}
.top_point_list h3 img {
	width: 14vw;
	margin-right: 1vw;
}
.top_point_txt {
	clear: left;
	font-size: 14px;
}
.top_flow_list {
	text-align: center;
}
.top_flow_list li {
	display: inline-block;
	width: 47.6%;
	vertical-align: top;
	margin: 0 0 22px;
	max-width: 198px;
	text-align: left;
}
.top_flow_list h5 {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	height: 2em;
	padding-left: 2.7em;
	font-weight: bold;
}
.top_flow_list h5::before {
	position: absolute;
	top:0%;
	left:0%;
}
ul.top_flow_list p {
	padding: 20px 0px 10px;
}
span.size16 {
	font-size: 1.6rem;
}
.top_bnr .bnr{
	filter: drop-shadow(1px 2px 2px rgba(101,55,21,0.3));
}
/*==================================
shop_list
==================================*/
.shoplist_info01 {
	overflow: hidden;
}
.shop_list {
	margin-top: 16px;
}
.shop_list,
.shop_list li {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.shop_list>li {
	max-width: 48%;
	margin-bottom: 1.5em;
	padding: 16px 1em;
	border: 1px solid #DAE3C7;
	background: #F8F9F4;
	border-radius: 4px;
	position: relative;
	box-sizing: border-box;
	flex-direction: column;
	justify-content: space-between;
}

.shop_list::after {
	content: "";
	display: block;
	width: 48%;
}
.shop_list_wrapper a {
	text-decoration: none;
	transition: ease-in-out .4s;
	color: inherit;
}

.shop_list_wrapper_img {
	margin-bottom: 8px;
}
.shop_list_wrapper_name {
	font-size:18px;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #B3B0A6;
	padding-bottom: 8px;
}
.shop_list_wrapper_name span {
	display: block;
	font-size: 14px;
	color:#FFF;
	background:#9f8c5a;
	border-radius: 12px;
	margin-bottom: 8px;
}
.shop_list_wrapper_name a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color:#3F1F00;
}
.shop_list_wrapper_name a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #F2A7B6;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.shop_list_wrapper_name a:hover::after {
  transform: scale(1, 1);
}
.shop_list_wrapper_add {
	font-size: 12px;
	margin-left: 8px;
}

.shop_list_link {
	padding: 0;
	margin-top: 1em;
	text-align: center;
}

.shop_list_link li {
	width: 100%;
	margin-bottom: 0.5em;

}

.shop_list_link li a {
	text-decoration: none;
	display: block;
	font-size: 17px;
	padding: 2px 0;
	border-radius: 40px;
	transition: 0.4s;
	width: 100%;
	position: relative;
}

.shop_list_link li a::after {
	content: "▲";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	right: 0.5em;
	transition: 0.4s;
}

.shop_list_link li a:hover::after {
	right: 1.5em;
}
.shop_list_link_tel a {
	color:#fff;
	background-color: #FF8409;
	border: 2px solid #FF8409;
}
.shop_list_link_line a {
	color:#fff;
	background-color: #97C51D;
	border: 2px solid #97C51D;
}
.shop_list_link_more a {
	color:#fff;
	background-color: #663300;
	border: 2px solid #663300;
}
.shop_list_link_tel a:hover {
	background-color: #fff;
	color:#FF8409;
}
.shop_list_link_line a:hover {
	background-color: #fff;
	color: #97C51D;
}
.shop_list_link_more a:hover {
	background-color: #fff;
	color:#663300;
}
.shoplist_map_btn {
	display: flex;
	justify-content: space-around;
}
.only_pc {
	display: none;
}
.only_sp {
	display: block;
}
/*	　　スマホ下層ページ共有
---------------------------------*/
/*キャッチ*/
.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;
    background-size: 29px;
    font-size: 15px;
    border-bottom: dotted 2px #C9C9BA;
}
.catch_list .img_right img {
	width: auto;
	height: auto;
	max-width: 224px;
	max-height: 224px;
}
.page_list01 dl:first-child {
    border-top: none;
}
.page_list01 dl {
    border: solid 1px #FDB201;
	border-top-color: rgb(65, 165, 219);
	border-top-style: solid;
	border-top-width: 1px;
}
.page_list01 dt {
    background: #FFFDEF;
    border-top: solid 1px #FDB201;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.5em;
    color: #FF966C;
    clear: both;
}
.page_list01 dd {
    padding: 1em;
}
/*骨盤矯正*/
.page_list02,.page_list03 {
	border: 5px solid #FFA98A;
	border-radius: 16px;
	padding: 24px;
}
.page_list02 li {
	list-style: none;
	background: url(image/page/ico_tears.png) center left no-repeat;
	padding: 4px 4px 8px 45px;
	font-size: 18px;
	border-bottom: dotted 2px #CCC ;
	margin-bottom: 4px;
}
.page_list03 li {
	list-style: none;
	background: url(image/page/ico_face.png) center left no-repeat;
	padding: 4px 4px 8px 45px;
	font-size: 18px;
	border-bottom: dotted 2px #CCC ;
	margin-bottom: 4px;
}
.post .page_list02 ul,.post .page_list03 ul {
	margin: 0;
}
/*頭痛*/

/*マタニティ*/
/*装飾*/
.page_list_mata {
	background: #fbf0f2;
	border-top: dotted #f5c3cc 1px;
	border-bottom: dotted #f5c3cc 1px;
	/* border: dotted; */
	padding: 8px 24px;
}
.page_list_mata ul {
	list-style: square;
	margin: 8px;
}
.page_list_mata li {
	font-weight: bold;
	padding: 8px 0;
}
.voice_mata {
    background: #f7ecec;
    padding: 18px;
    border-radius: 8px;
    margin: 0 auto 12px;
}
.voice_mata ul {
    display: flex;
    list-style: none;
    flex-direction: column;
    margin: 0 0 1em;
}

.voice_mata li {
    list-style: none;
}

.voice_mata li:nth-child(1) {
	width:100%;
}
.voice_mata li:nth-child(2) {
    background: #fff;
    padding: 12px;
    /* width: 100%; */
    border-radius: 8px;
    margin: 0 1% 0;
}

.voice_mata_txt {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
}

/*         スマホ料金表
---------------------------------*/
.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: #FFFDF0;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	text-indent: -1em;
	margin: 0 30px;
}
/*    スマホコンタクトフォーム
---------------------------------*/
.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%;
}
/*        スマホ ページ送り
---------------------------------*/
.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;
}
/*初めての方へ*/
.flow_list {
	text-align: center;
	counter-reset:flow-counter;
	margin: 40px 8px;
}
.flow_list_ttl {
	position: relative;
	background: #FF966C;
	padding: 2px 5px 2px 38px;
	font-size: 16px;
	border-radius: 0 10px 10px 0;
	color: white;
	margin: 0 0 16px;
}
.flow_list_ttl::before {
	content: counter(flow-counter);
	counter-increment: flow-counter;
	display: inline-block;
	position: absolute;
	padding: 0em;
	margin-left: 14px;
	color: white;
	background: #FF966C;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	left: -1.35em;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white; 
	border-radius: 50%;
}
.flow_list li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 22px;
	text-align: left;
}
.flow_list li p:last-child {
	margin: 8px 0 0 0;
}
@media screen and (min-width:480px) { 
	/*　画面サイズが480pxからはここを読み込む　*/
	/*　for iPhone Landscape　(iPhone 横)　*/
	.gnav img {
		width: 20%;
	}
	.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 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 0.5em;
	}
	/*      スマホ横アクセス
	---------------------------------*/
	.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;
	}
}
@media screen and (min-width:480px) and (max-width:680px){
	/*　画面サイズが480pxから680pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.contact_conts .img_left{
		float:none;
	}
	.copyright{
		margin:10% 0 0;
	}
}
@media screen and (min-width:680px){
	/*　画面サイズが680pxからはここを読み込む（PC、スマホ）　*/
	/*      WordPress Native Styles     
	--------------------------------------*/
	/* editor */

	.post h3:not([class]) {
		margin: 32px -24px 24px;
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 18px;
	}
	/* img */
	.aligncenter {
		display: block;
		margin: 0 auto 8px;
	}
	.alignright {
		float: right;
		margin: 0 0 8px 8px;
	}
	.alignleft {
		float: left;
		margin: 0 8px 8px 0;
	}
	/*==================================
	base
	==================================*/
	.img_left {
		margin: 0 16px 16px 0;
		float: left;
	}
	.img_right {
		margin: 0 0 16px 16px;
		float: right;
	}
	a img {
		transition: 0.3s;
	} 
	a:hover img, a:active img {
		 transform: translateY(-6px);
	}
	.br_onoff {
		display: none;
	}
	/*=================================
	design
	=================================*/
	body {
		line-height: 1.6;
		width:100%;
		max-width: 1240px;/*main_imgの幅*/
		margin-top:0 !important;
	}
	#contents {
		margin: 40px 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;
		padding: 10px 0;
		float: right;
		width: 74%;
		max-width: 720px;
	}
	/*.main_inner{
	margin-left:304px;
	max-width:720px;
}*/
	#sidebar {
		float: left;
		width:25%;
		max-width: 256px;
	}
	#footer {
		border-top: 3px solid #F2A7B6;
		padding-top: 40px;
	}
	.flex_sb,
	.h_flex{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	/*			PC common
	------------------------------*/
	.h_style01, .h_style02, .news_ttl {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.h_style01 /*下層ページのh2などに利用してください*/ {
		margin: 0 0 32px;
		padding: 20px;
		font-size: 34px;
	}
	.h_style02,
	.post h3:not([class])
	/*トップのh2、下層のh3*/ {
		margin: 32px 0 24px;
		padding: 8px 16px;
		font-size: 18px;
	}
	.h_style03,
	.post h4/*トップのh3、下層のh4*/ {
		clear: both;
		overflow: hidden;
		margin: 32px 0 24px;
	}
	.h_style04,
	.post h5/*ブログ見出し*/ {
		margin: 24px 0 16px;
		padding: 0 8px 2px 32px;
		font-size: 18px;
	}
	.h_no_topmargin {
		margin: 0 0 24px;
	}
	.conts {
		margin: 0 24px 24px;
	}
	.conts:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	.ttl {
		margin: 0 0 32px;
	}
	.bnr {
		margin: 0 0 16px;
		text-align: center;
	}
	/*         PC header
	---------------------------------*/
	.header_sp{
		display:none;
	}
	.header_pc{
		display:block;
	}
	.h_bg {
		background-color: #F2A7B6;
	}
	.h_inner {
		overflow: hidden;
		margin: 0 auto 20px;
		padding: 6px 0;
		width: 95%;
		max-width: 1240px;
	}
	.h_logo img {
		margin: 0;
		width: 180px;
	}
	.h_right,
	dl.h_info  {
		font-size: 13px;
	}
	.h_right {
		width: 34%;
	}
	dl.h_info {
		display:flex;
		flex-wrap: wrap;
		width: 47%;
		margin-right: 13px;
	}
	dl.h_info dt:last-of-type,
	dl.h_info dd:last-of-type {
		border-top: 2px dotted #653B15;
		padding-top: 8px;
	}
	.h_info dt {
		width: 20%;
		text-align: center;
		color: #fff;
		font-weight: bold;
	}
	.h_info dt span {
		display: inline-block;
		width: 70%;
		padding: 0 6px;
		margin-right: 4px;
		background-color: #F2A7B6;
	}
	.h_info dd {
		width: 80%;
	}
	.h_btn p {
		margin-right:4px;
	}
	.h_btn p a img{
		filter: drop-shadow(1px 2px 2px rgba(101,55,21,0.3)); 
	}
	.h_btn p:first-of-type {
		margin-right: 10px;
	}
	#h_gnav {
		z-index:9999;
		background-color: #fff;
		border-bottom: 3px solid #FFB0BE;
	}
	#h_gnav ul {
		overflow: hidden;
		max-width: 1240px;
		margin: 6px auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	#h_gnav ul li{
		text-align: center;
		width: 24.9%;
		border-left: 1px dotted #653B15;
	}
	#h_gnav ul li:last-child {
		border-right: 1px dotted #653B15;
	}
	#h_gnav ul li a {
		display: block;
		padding: 6px 10px;
		color: #653B15;
		text-decoration: none;
	}
	.nav_img {
		display: inline-block;
		width: 9%;
		margin-right: 5px;
		vertical-align: tops;
	}
	
	/*       PC メイン画像 
	---------------------------------*/
	.main_img {
		text-align: center;
		background-color:#FFFDF0;
	}
	/*       PC お問い合わせ
	---------------------------------*/
	.contact_conts {
		margin: 0 24px 32px;
	}
	.contact_pic {
		float: left;
		margin: 0 1% 1% 0;
		width: 43%;
	}
	.contact_add {
		font-size: 14px;
	}
	.contact_add dt {
		margin: 16px 0 0;
		font-weight: bold;
	}
	.contact_map {
		margin: 20px auto 0;
		width: 100%;
		height: 368px;
	}
	.contact_ttl{
		width: 78%;
	}
	.contact_bnr {
		width: 80%;
		margin: auto;
	}
	.page_top_pc {
		display: block;
		margin: 0 32px 0 0;
		text-align: right;
		font-size: 13px;
	}
	.page_top_pc a {
		color: #6C4C3D;
	}
	.page_top_pc a:hover, .page_top_pc a:active {
		color: #BAEA83;
	}
	.contact_info table.uketsuke,
	.contact_info p.time{
		font-size:18px;
	}
	/*line*/
	.top_line .list_ttl {
		font-size: 18px;
	}
	.top_line ol {
		font-size: 22px;
		padding: 0 32px 16px;
	}
	/*       PC side
	---------------------------------*/
	.side_fixed_menu{
		width:100%;
	}
	.side_fixed_menu li{
		margin:0 auto 16px;
	}
	.side_fixed_menu li a/*PCサイドバーHOME・アクセスボタン*/{
		max-width:256px;
		padding:16px 0;
	}
	.side_fixed_menu li a:after {
		top: 2px;
		
	}
	.widget_nav_menu li a:after,
	.connection_menu li a:after {
		right: 0px;
	}
	.side_fixed_menu li a:hover:after,
	.widget_nav_menu a:hover:after,
	.connection_menu a:hover:after{
		right:-2px;
	}
	.widget_nav_menu li a:after,
	.connection_menu li a:after {
		line-height: 1.2em;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.widget_nav_menu,
	#custom_html-13,
	.connection_menu {
		width:100%;
	}
	.widget_nav_menu ul,
	.connection_menu ul {
		margin: 16px;
	}
	.widget_nav_menu li,
	.connection_menu li {
		margin: 0 0 8px;
		padding: 6px 0 8px ;
		border-bottom: dotted 2px #BCBCB2;
	}
	.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 34px 0 0;
		color: inherit;
	}
	.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: 16px 0;
		width:95%;
		max-width: 1024px;
	}
	.copyright {
		padding: 8px 0;
		margin:0;
	}
	.copyright small{
		font-size: 14px;
	}
	.copyright a {
		color: inherit;
	}
	.copyright a:hover, .copyright a:active {
		color: #BAEA83;
	}
	/*     PC 患者様の声
	---------------------------------*/
	.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_txt p {
		margin: 0 0 1em;
	}
	.voice_pic {
		float: left;
		width: 150px;
		margin: 0 16px 0 0;
	}
	.voice_pic img {
		display: inline-block;
		margin: 0 0 8px;
		max-width: 100%;
		height: auto;
	}
	.menseki {
		overflow: hidden;
		margin: 16px 0 0;
		font-size: 12px;
		color: #79796A;
	}
	/*	　PC トップページ
	---------------------------------*/
	.top_catch h2 {
		margin: 0 0 32px;
	}
	.top_catch .bnr {
		width: 60%;
		margin: 0 auto;
	}
	.top_sejutsu_bt {
		margin: 0 0 24px;
	}
	.top_sejutsu_bt li {
		margin: 0 0 8px;
		width: 32.5%;
		text-align: center;
	}
	.first_btn {
		width: 50%;
		margin-bottom: 15px;
	}
	.top_point {
		margin-top: 50px;
	}
	.top_point_list {
		margin: 0 24px;
	}
	.top_point_list h3 {
		float: left;
		margin: 0 0 16px;
		line-height: 1.3em;
		letter-spacing: 2px;
	}
	.top_point_list h3,
	span.size16 {
		font-size:28px;
	}
	.top_point_list h3 img {
		width: 5vw;
	}
	.top_point_list p.img_right {
		width: 300px;
	}
	.top_point_txt {
		clear: left;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 6px 22px;
	}
	.shop_list_wrapper_name span {
		font-size: 20px;
	}
	.shop_list_link li a::after {
		right: 1em;
	}
	.only_sp {
		display: none;
	}
	.only_pc {
		display: block;
	}
	/*	　PC 下層ページ共通
	---------------------------------*/
	/*キャッチ*/
	.banner_area {
		text-align: center;
	}
	.catch_list {
		margin: 25px auto;
	}
	.catch_list ul {
		margin: 4px 0;
		float: left;
		width: 432px;
	}
	.catch_list li {
        padding: 6px 0 6px 40px;
        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;
	}
	/*初めての方へ*/
	.flow_list_ttl {
		float: right;
		width: 54%;
		margin: 0;
	}
	.flow_list li p:last-child {
		width: 64%;
		float: right;
	}
	.flow_list .img_left {
		float: left;
		width: 30%;
	}
	/*        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: 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;
	}
	/*       PC アクセス
	---------------------------------*/
	.access_info01 p {
		margin: 0;
	}
	.access_info02 {
		clear: both;
	}
	.access_info03 {
		margin: 0 auto;
		width: 500px;
	}
	/*マタニティ*/
/*装飾*/
.page_list_mata {
	background: #fbf0f2;
	border-top: dotted #f5c3cc 1px;
	border-bottom: dotted #f5c3cc 1px;
	/* border: dotted; */
	padding: 8px 24px;
}
.page_list_mata ul {
	list-style: square;
	margin: 8px;
}
.page_list_mata li {
	font-weight: bold;
	padding: 8px 0;
}
.voice_mata {
    background: #f7ecec;
    padding: 18px;
    border-radius: 8px;
    margin: 0 auto 12px;
}
.voice_mata ul {
    display: flex;
	    flex-direction: row;
}

.voice_mata li {
    list-style: none;
}

.voice_mata li:nth-child(1) {
	width:50%;
}
.voice_mata li:nth-child(2) {
    background: #fff;
    padding: 12px;
    border-radius: 8px;
}

.voice_mata_txt {
    background: #fff;
    border-radius: 8px;
    padding: 12px;
}
	/*        PC 料金表
	---------------------------------*/

	/*        PC コンタクトフォーム
	---------------------------------*/
	.form_atention {
		width: 92%;
	}
	.privacy_policy {
		height: 150px;
	}
	/*         PC ブログ
	---------------------------------*/
	.date {
		font-size: 13px;
		color: #ccc;
		text-align: right;
	}
	/*        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 16px;
	}
	.conts .img_left {
		float: none;
		margin: 0 auto 16px;
	}
	.conts .img_right {
		float: none;
		margin: 0 auto 16px;
	}
	
	.top_sejutsu_bt li{
		width:49%;
	}
	.voice_pic {
		float:none;
		width: 150px;
		margin: 0 auto 16px;
	}
	.voice_pic p > :first-child {
		display: block;
		margin: 0 auto 8px;
	}
	.catch_list ul{
		width:100%;
	}
	.top_point_list h3 img {
		width: 10vw;
	}
	.h_flex {
		display: block;
	}
	.h_inner p {
		text-align: center;
	}
	.h_right,
	.h_inner .flex_sb {
		width: 86%;
		margin: 0 auto 20px;
	}
}
@media screen and (min-width:985px) and (max-width:1084px){
	/*　画面サイズが680pxから1084pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.catch_list ul{
		width:100%;
	}
	.catch_list .img_right{
		float:none;
		margin:0 auto 16px;
	}
	.contact_uketsuke .img_left{
		float:none;
		margin:0 auto 16px;
	}
	.contact_bnr {
		width: 94%;
	}
	.h_flex {
		display: block;
	}
	.h_right,
	.h_inner .flex_sb {
		width: 80%;
		margin: 0 auto 20px;
	}
	.h_right {
		text-align: center;
	}
	dl.h_info {
		width: 50%;
	}
	.h_btn {
		width: 40%;
	}
	.h_btn p {
		margin-bottom: 6px;
	}
	.top_point_list h3 img {
		width: 7vw;
	}
}
@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;
	}
}