@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 0em 1em;
}
@media screen and (min-width:600px){
	.post ol {
		list-style: decimal;
		margin: 0 3em 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
==================================*/
.clear {
	clear: both;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
	margin: 0 0 5px 0;
}
.img_left, .img_right {
	margin: 0 auto 0.5em;
}
.img_center {
	display: block;
	margin: 0 auto 16px;
}
.orange{
	color:#f56c10;
	font-weight:bold;
}
.orange2{
	color:#f56c10;
	font-weight:bold;
	font-size:18px;
}
.orange3{
	color:#f56c10;
	font-weight:bold;
	font-size:22px;
}
.under {
	background: linear-gradient(transparent 50%, #cbf1df 50%);
}
/*=================================
design
=================================*/
body {
	line-height: 1.6;
	width:100%;
	max-width: 1240px;/*main_imgの幅*/
	margin-top:0 !important;
	background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/all/back03.jpg) repeat;
	/*  background-color: #fff100; */
}
#contents {
	margin: 40px auto;
	width:100%;
	padding: 34px 0px;
}
#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:hover {
	color: #BAEA83;
}
#footer{
	background: #fff;
}
/*------------------------------------
【スマホ用共通スタイル】
目的：見出しや段落、画像の調整（モバイル向け）
------------------------------------*/
/*      スマホcommon
-----------------------*/
.h_style01 /*下層ページのh2などに利用してください*/ {
	margin: 24px auto 16px;
	padding: 8px;
	color: #400e00;
	font-size: 20px;
	background: #01ffbb;
}
.h_style01 a {
	color: inherit;
}
.h_style02,
.post h3:not([class])/*トップのh2、下層のh3*/ {
	margin: 24px auto 16px;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/all/h_style02_logo.png), #d9d9d9;
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #400e00;
	border-radius: 12px;
}
.post h3:not([class])/*トップのh2、下層のh3*/ {
	margin: 24px -12px 16px;
}
.h_style03,
.post h4{
	margin: 32px 4px 24px;
	padding: 0 8px;
	font-size: 18px;
	border-left: solid 8px #bb4430;
	border-bottom: dotted 2px #bb4430;
}
.h_style04,
.post h5{
	clear: both;
	overflow: hidden;
	margin: 24px 0 16px;
	padding: 0 8px 2px 32px;
	font-weight: bold;
	border-bottom: dotted 2px #e47e32;
	background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/page/page_ico01.png) no-repeat;
	font-size: 16px;
}
.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;
}
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;
}
/*         スマホheader
---------------------------------*/
.header_pc{
	display:none;
}
.h1_wrap{

}
.h1_wrapper {
	padding: 4px 2px;
	background: #475e3e;
	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;
	background: #e47e32;
}
.h_logo {
	margin: 12px auto 8px;
	width: 55%;
}
#contents {
	background-color:#FFF;
	margin: 0 auto;
}
/*   スマホナビゲーション（下） 
-------------------------------*/
.gnav {
	width: 100%;
	background: #475e3e; /* Old browsers */
	background: #475e3e; /* Chrome10+,Safari5.1+ */
	background: #475e3e; /* W3C */
	-webkit-box-shadow: 0 7px 7px -2px rgba(0,0,0,0.2);
	box-shadow: 0 7px 7px -2px rgba(0,0,0,0.2);
}
.gnav ul {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
.gnav li {
	float: left;
	padding: 10px 0;
	width: 16.6%;
}
.gnav img {
	width: 100%;
}
.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	background: #475e3e; /* Old browsers */
	background: #475e3e; /* Chrome10+,Safari5.1+ */
	background: #475e3e; /* W3C */
	-webkit-box-shadow: 0 7px 7px -2px rgba(0,0,0,0.2);
	box-shadow: 0 7px 7px -2px rgba(0,0,0,0.2);
}
#side,
#nav_menu-2,
#nav_menu-7{
	/* 	margin-top: -28px;
	padding-top: 28px;  */
}

#in_web_yoyaku {
	margin-top: -128px;
	padding-top: 128px;
}
.sp_contact {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	background: rgba(255,255,255,.8)
}
.sp_contact > * {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 0.5%;
	width: min(47%,312px);
	box-sizing: border-box;
	border-radius: 12px;
}
.sp_contact > :first-child {
	background: #e47e32;
}
.sp_contact > :last-child {
	background: #f56c10;
}
.sp_contact > .sp_contact_shop {
	width: min(96%,670px);
	background: #e47e32;
}
.sp_contact a {
	display: block;
	padding: .4em .8em;
}
.sp_contact .sp_contact_tel02 a {
	padding: .4em 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	line-height: 1.1;
}
.sp_contact_tel02 a span {
	display: block;
	text-align: center;
}
.sp_contact_tel02 a span:first-child {
	font-size: clamp(13px,3.5vw,22px);
}
.sp_contact_tel02 a span:nth-child(2) {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(14px,4.8vw,36px);
}
.sp_contact_tel02 a span:nth-child(2)::before {
	content: '';
	display: inline-block;
	margin-right: .2em;
	width: 1.2em;
	height: 1.2em;
	background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/all/sp_bt_tel02_ico.png) no-repeat center center;
	background-size: contain;
}
.sp_contact_tel02 a figure {
	margin: 0 auto;
	width: 80%;
	min-width: 120px;
	padding-left: .5em;
}
/*------------------------------------
【メイン画像設定（スライダー含む）】
目的：トップページのメイン画像やスライドショーの設定
------------------------------------*/
/*      スマホメイン画像 
-----------------------*/
.main_img {
	display: block;
	margin: 0 auto em;
	width: 100%;
}
/*スライド*/
#slide_main_test {
	position: relative;
	max-width: none;
}
#slide_nav {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
}
.slick-slider {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 1240px;
}
.slide_prev, .slide_next {
	position: absolute;
	z-index: 99999;
	top: calc(50% - 12px);
	background: rgba(83,62,35,.3);
	font-size: 16px;
	line-height: 1;
	vertical-align: middle;
	color: #fff;
}
.slide_prev {
	left: 0;
	padding: 5px 6px 4px 2px;
}
.slide_next {
	right: 0;
	padding: 5px 2px 4px 6px;
}
button:focus {
	outline:0;
}
.slick-dots_new {
	display: flex;
	justify-content: center;
}
.slick-dots_new li {
	position: relative;
	width: 20px;
}
.slick-dots_new li button {
	background: transparent;   
	border:0;   
	font-size: 0pt; 
}
.slick-dots_new li button:hover:before,
.slick-dots_new li button:focus:before {
	position: absolute;
	top: 0;
	opacity: 1;
	color: orange;
}
.slick-dots_new li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '●';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots_new li.slick-active button:before {
	opacity: .75;
	color: orange;
}
/* 　　　スマホお問い合わせ
-------------------------------*/
.contact_conts {
	position: relative;
	margin: 0 8px 16px;
	padding: 16px;
	background: #f5f5f5;
	border-radius: 8px;
	border: solid 2px #e47e32;
}
.contact_tel {
	margin: 0 0 16px;
}
.contact_uketsuke {
	overflow: hidden;
}
.contact_uketsuke p{
	margin:0 0 8px;
}
.contact_uketsuke span {
	margin: 0 auto;
	overflow: hidden;
	display: block;
	max-width: 304px;
}
.contact_add {
	margin: 0 0 16px;
}
.contact_add dt {
	margin: 16px 0 0;
	font-weight: bold;
}
.contact_map {
	text-align: center;
}
.page_top_pc{
	display:none;
	float:right;
}
/* 　　　　　スマホ地図
-------------------------------*/
.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:#FFF;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	text-align:center;
	width:100%;
	padding:16px 0;
	background:#e47e32;
	border-radius:10px;
}
/*メニュー共通設定*/
.widget_nav_menu p,
.connection_menu p,
.widget_categories p,
.widget_recent_entries p{
	padding: 8px;
	background: #e47e32;
	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 #CCC;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.widget_nav_menu li,
.connection_menu li {
	border-bottom: solid 1px #CCC;
}
.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: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/all/ico_menu.png) no-repeat 99% center;
	background-size: 14px 18px;
	text-decoration: none;
	color: inherit;
}
/*カテゴリ（投稿記事）新着記事*/
.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: #e47e32;
	color: #FFF;
	text-align: center;
	margin: 4% 0 18%;;
}
.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: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/all/back03.jpg) repeat;
	border-radius: 8px;
}
.voice_conts {
	overflow: hidden;
	padding: 16px;
	background: #fff;
	border: solid 1px #e47e32;
}
.voice_conts h3, .voice_tit{
	margin: 0 0 8px;
	padding: 8px 16px;
	background: #fff;
	border-bottom : dotted 2px #e47e32;
	box-sizing: border-box;
}
.voice_conts h3 {
	color: #3f0e00;/*症例と色を変える*/
}
.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: #fe5631;
}

/*	　お知らせ欄
---------------------------------*/
.news_box{
	border-radius: 10px; 
	border: solid 2px #ff8d2aa8;
	margin: 0 24px 32px;
}
.news_box p{
	font-size:12px;
	padding: 24px;
}
.news_ttl{padding: 14px;
	border-bottom: dotted 2px #e47e32;
	margin: 6px;
}
.news_date{
	font-size:10px;
	margin:40px;
	color:#956251;}
.tag{
	background-color: #f99b39;
	color: #FFF;
	/* margin: 10px; */
	padding: 6px;
	font-size: 10px;
	/* margin: 10px; */
	border-radius: 9px;	
	margin: 4px;
	letter-spacing: 2px;
}


/*	　スマホ　トップページ
---------------------------------*/
/*キャッチバナーテンプレ*/
.top_catch_area {
	margin: 3% auto;
	width: 98%;
	max-width: 670px;
}
.top_catch_area > * {
	margin: 3% auto 0;
}
/*end キャッチバナーテンプレ*/
.top_onayami_list {
	padding: 16px;
	border: dashed 3px #f56c10;
	border-radius: 24px;
}
.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;
}
.top_point_list {
	margin: 0 8px 16px;
}
.top_point_list li {
	overflow: hidden;
	padding: 24px 0;
	border-bottom: solid 1px #ffe45c;
}
.top_point_list li:first-child {
	padding: 0 0 24px;
}
.top_point_list h3 {
	float: left;
	text-align: center;
	margin: 0 0 16px;
	max-width: 416px;
}
.top_point_txt {
	clear: left;
	font-size: 14px;
}
.top_flow_list {
	text-align: center;
}
.top_flow_list li {
	display: inline-block;
	width: 47.6%;
	vertical-align: top;
	margin: 0 0 22px;
	max-width: 198px;
	text-align: left;
}
.top_flow_list p {
	padding: 10px 0px;
}
.top_onayami_list {
	margin:16px;
}

.top_onayami_list ul li{
	padding: 8px 0 1px 38px;
	margin: 2px 0;
	background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/top/top_list_style.png) no-repeat 0 5px;
	min-height: 25px;
	line-height: 25px;
}

/*	　　スマホ下層ページ共有
---------------------------------*/
/*キャッチ*/
.banner_area {
	margin: 0 0 32px;
}
.catch_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}
.catch_list ul {
	overflow: hidden;
	margin: 4px 0;
}
.catch_list li {
	margin: 0 0 4px;
	padding: 10px 0 8px 44px;
	background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/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;
}
/*        目次
---------------------------------*/
#toc {
	margin: 20px 8px 35px;
	border-radius: 10px;
	font-size: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 5px;
	background-color: #fff;
	border: 4px solid #FCCB52;
}

#toc .mokuji {
	font-size: 25px;
	font-weight: bold;
	color: inherit;/*「目次」の文字色*/
	text-align: left;
}

#toc ol {
	counter-reset: number;
	list-style: none;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 10px;
}

#toc ol li {
	line-height: 1.25em;
	margin-bottom: 3px;
}
#toc ol li:before {
	font-weight: bold;
	color: #555555;
	padding-right: 12px;
}

#toc ol li a {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

#toc ol li a:hover {
	text-decoration: underline
}

#toc ol ol li {
	line-height: 1.25em;
	margin-bottom: 0.5em;
	font-size: 14px;
	margin-left: 5px;
}

#toc ol ol li a,{
	color: #3D3D3D;
	font-weight: normal;
	padding-right: 6px;
	text-decoration: none
}

#toc_container ol ol li a:hover {
	text-decoration: underline
}
@media screen and (max-width:500px){
	#toc .mokuji {
		font-size: 22px;
	}
	#toc {
		font-size: 12px;
		padding-right: 6px;
		padding-left: 10px;
	}
}
/*         各院ページ
---------------------------------*/
.conts .in_moyori {
	position: relative;
	background: #FFF100;
	padding: 2px 5px 2px 20px;
	margin: 32px 0 32px 32px;
	font-size: 24px;
	color: #474747;
	border-radius: 12px;
	text-align: center;
}
.in_moyori::before {
	font-family: "Font Awesome 5 Free";
	content: "\f3c5";
	display: inline-block;
	position: absolute;
	padding: 0em;
	color: white;
	background: #e47e32;
	font-weight: 900;
	width: 48px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);	
}
/*.in_staffpic {
display: flex;
justify-content: center;
margin: 0 0 32px;
align-items: flex-start;
}*/
.in_main {
	margin: 0 auto 5%;
}
.in_staffpic {
	margin: 0 0 32px;
	text-align: center;
	letter-spacing: -0.4em;
}
.in_staffpic > * {
	display: inline-block;
	padding: 0 8px;
	width: 50%;
	letter-spacing: normal;
	box-sizing: border-box;
}
.in_uketsuke {
	margin: 0 auto 40px;
	width: 98%;
}
.in_uketsuke th,
.in_uketsuke td {
	padding: 12px 8px;
	border: 1px solid #83ffba;
	text-align: center;
	vertical-align: middle;
}
.in_uketsuke th {
	font-weight: normal;
	background: #e2ffef;
}
.in_uketsuke tr > :first-child {
	width: 10em;
}
.in_box01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.in_box01 > * {
	width: 80%;
	max-width: 300px;
	padding: 8px;
	box-sizing: border-box;
}
.in_info {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	text-indent: -4.5em;
	margin-left: 4.5em;
}
.in_info li {
	margin: 0 0 4px;
}
.in_info li span {
	background: #37b07c;
	padding: 2px 8px;
	margin: 0 4px 0 0;
	border-radius: 8px;
	color: #fff;
}
.in_tel, .in_net, .in_line {
	position: relative;
	margin: 24px auto;
	border-radius: 12px;
	width: 98%;
	max-width: 450px;
}
.in_tel {
	border: solid 2px #60A7E4;
	background: linear-gradient(to bottom, #d0e4f7 0%,#73b1e7 7%,#0a77d5 52%,#539fe1 94%,#87bcea 100%);
	box-shadow:inset 0 0 0 1px #8AC4FF,2px 2px 4px 0 rgba(0,0,0,0.3);
}
.in_net {
	border: solid 2px #FF8C1B;
	background: linear-gradient(to bottom, #ffc187 0%,#ff9a35 9%,#ff7f00 50%,#ff9a35 93%,#ffc187 100%);
	box-shadow:inset 0 0 0 1px #ffc187,2px 2px 4px 0 rgba(0,0,0,0.3);
}
.in_line {
	border: solid 2px #00b900 ;
	background: linear-gradient(to bottom, #9cf39c 0%,#50de50 9%,#00b900 50%,#50de50 93%,#9cf39c 100%);
	box-shadow:inset 0 0 0 1px #9cf39c,2px 2px 4px 0 rgba(0,0,0,0.3);
}
.in_tel:hover,
.in_net:hover,
.in_line:hover {
	opacity: 0.7;
}
.in_tel::before,.in_net::before,.in_line:before {
	position: absolute;
	top: 0;
	content: "";
	background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.1) 100%);
	border-radius: 0 0 70% 70%;
	height: 45%;
	width: 100%;
}
.in_tel a,.in_net a,.in_line a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
}
.in_tel a, .in_line {
	padding: 8px 0 4px;
	text-shadow: 0 0 7px #032542;
	line-height: 1.2;
}
.in_net a {
	padding: 8px 0;
	line-height: 1.1;
}
.in_tel span, .in_line span {
	display: block;
}
.in_tel_box, in_line_box {
	padding: 8px 0 0;
}
.in_tel_txt, .in_net_txt, .in_line_txt02 {
	font-size: 25px;
}
.in_net_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-shadow: 0 0 7px #7A3900;
}
.in_tel a::before, .in_net_txt::after, .in_line a::before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.in_tel a::before {
	content: "\f2a0";
	margin: 0 5% 0 0;
	font-size: 2em;
	transform: rotate(-20deg);
}
.in_net_txt::after {
	content: "\f0e0";
	margin: 0 0 0 5%;
	font-size: 1.5em;
}
.in_net_txt::before {
	display: block;
	content: "24H\A受付";
	white-space: pre;
	margin: 0 5% 0 0;
	padding: 12px 0;
	font-size: 22px;
	background: #fff;
	color: #FF8C1B;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	line-height: 1;
	text-align: center;
	box-sizing: border-box;
	transform: rotate(-20deg);
	text-shadow: none;
	box-shadow: 0 0 7px -2px #7A3900;
}
.in_line a::before {
	content: "\f075";
	margin: 0 5% 0 0;
	font-size: 2.5em;
	transform: scale(-1, 1);
}
.in_access {
	margin: 24px auto;
	max-width: 480px;
	counter-reset: access_step;
}
.in_access li {
	padding: 16px;
}
.in_access > li figure {
	position: relative;
	max-width: 300px;
	margin: 0 auto 8px;
}
.in_access > li figure::before {
	position: absolute;
	top: -8px;
	left: -8px;
	counter-increment: access_step;
	content: counter(access_step);
	background: #00B86D;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.in_access > li figure img {
	border-radius: 8px;
}
.in_staff li {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 24px;
}
.in_staff > li > *{
	padding: 8px;
	box-sizing: border-box;
}
.in_staff > li figure img {
	border-radius: 8px;
	margin: 0 auto 8px;
}
.in_staff_conts {
	width: 75%
}
.in_staff_conts > :first-child {
	margin: 0 0 8px;
	padding: 4px 4px 0;
	border-bottom: dashed 2px #a3f0d1;
}
/*         各院口コミ
---------------------------------*/
.shourei_list {
	margin: 0 auto;
	width: 98%;
}
.shourei_list li {
	padding: 1em;
}
.shourei_conts h3::before {
	display: inline-block;
	margin-right: .5em;
	color: #ff6600;
}
.shourei_conts h3.five::before {
	content: '★★★★★';
}
.shourei_conts h3.four::before {
	content: '★★★★☆';
}
/*もっと見るボタン*/
.readmore{
	position: relative;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #CCC;
}

.readmore-content{
	position: relative;
	overflow: hidden;
	height: 100px;
}
.readmore-content::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 50px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}
.readmore-label{
	display: table;
	bottom: 5px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	margin: 0 auto;
	z-index: 2;
	padding: 0 10px;
	background-color: #666;
	border-radius: 10px;
	color: #FFF;
}
.readmore-label:before{
	content: '続きを読む';
}
.readmore-check{
	display: none;
}
.readmore-check:checked ~ .readmore-label{
	position: static;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.readmore-check:checked ~ .readmore-label:before{
	content: '閉じる';
}
.readmore-check:checked ~ .readmore-content{
	height: auto;
}
.readmore-check:checked ~ .readmore-content::before {
	display: none;
}
.in_review_bt a {
	margin: 1em auto;
	padding: .5em;
	width: 98%;
	max-width: 450px;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #e47e32;
	color: #fff;
	box-sizing: border-box;
	border-radius: 12px;
}
.in_review_bt a:hover {
	opacity: 0.7;
}
/*         院一覧ページ
---------------------------------*/
.shop_map img {
	width: 450px;
}
.in_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.in_list li {
	margin: 0 1% 8px;
	padding: 12px 8px;
	width: 98%;
	max-width: 500px;
	box-sizing: border-box;
	background: #11ed4f;
}
.in_list_info, .in_list_bt {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.in_list_info > *, .in_list_bt > * {
	margin: 0 1% 8px;
	width: 48%;
	flex: 1;
	min-width: 120px;
	box-sizing: border-box;
}
.in_list_name {
	margin: 4px 0;
	color: #333;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.in_info .br_inlist {
	display: none;
}
.in_list_info .br_inlist {
	display: inline-block;
}
.in_list_info figure img {
	border-radius: 8px;
}
.in_list_bt > * a {
	display: block;
	padding: 8px 0;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
.in_list_bt > * a:hover {
	opacity: 0.7;
}
.in_list_tel a {
	background: #0a77d5;
}
.in_list_line a {
	background: #00B86D;
}
.in_list_net a {
	background: #f56c10;
}
.in_list_line i.fas {
	margin-right: 4px;
	transform: scale(-1,1);
}
.in_list_net i.fas {
	margin-right: 4px;
}
.in_list_detail a {
	background: #875a4a;
}
.in_list_bt > :first-child a > :first-child {
	padding-right: 4px;
}

/*    スマホ店舗ページ
---------------------------------*/
/* 地域リスト */
.in_locallist_check {
	display: none;
}
.in_locallist_label {
	background: #595fcf;
	display: block;
	margin-bottom: 1px;
	padding: 10px;
	position: relative;
}
.in_locallist_label::after {
	background: #e47e32;
	color: #fff;
	box-sizing: border-box;
	content: "▼";
	display: block;
	height: 100%;
	padding: 10px 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.in_locallist_check:checked + .in_locallist_label:after {
	content: "▲";
}
.in_locallist_content {
	background: #ffefd1;
	height: 0;
	opacity: 0;
	padding: 0 10px;
	transition: 0.5s;
	visibility: hidden;
}
.in_locallist_label a {
	color: #fff;
}
.in_locallist_content ul li {
	display: inline-block;
}
.in_locallist_content ul li a {
	color: inherit;
	text-decoration: none;
}
.in_locallist_content ul li:not(:last-of-type) a::after {
	content: "/";
	display: inline-block;
	margin: 0 0.2em 0 0.5em;
}
.in_locallist_check:checked + .in_locallist_label + .in_locallist_content {
	height: 100%;
	opacity: 1;
	padding: 10px;
	visibility: visible;
}

.in_shokai {
	margin: 0 auto 1.6rem;
	font-size: 1.8rem;
}
.marker_animation {
	background-image: linear-gradient(
		to right,
		transparent 50%,
		rgb(255, 204, 204) 50%
	);
	background-repeat: repeat-x;
	background-size: 200% 0.8em;
	background-position: 0 0.5em;
	transition: all 2s ease;
	font-weight: bold;
}
.marker_animation.active {
	background-position: -100% 0.5em;
}
/*         スマホ料金表
---------------------------------*/
.ryoukin_list01,
.ryoukin_list02 {
	margin: 0 auto 32px;
	width: 100%;
	text-align: center;
	border-radius: 15px;
}
.ryoukin_list01 th,
.ryoukin_list01 td {

}
.ryoukin_list02 th,
.ryoukin_list02 td {

}
.ryoukin_list01 th,
.ryoukin_list01 td,
.ryoukin_list02 th,
.ryoukin_list02 td {
	padding: 10px;
	border: solid 1px #687a61;
	vertical-align: middle;
}
.ryoukin_list01 th,
.ryoukin_list02 th {
	background: #595fcf;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
}
.ryoukin_style01 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 50px;
}
.ryoukin_chui {
	margin: 0 30px;
}
.futan{
	background-color:#ffffff;

}
.futan1{
	background-color:#f7f7f7;

}

/*    スマホコンタクトフォーム
---------------------------------*/
.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;
}


@media screen and (min-width:480px) { 
	/*　画面サイズが480pxからはここを読み込む　*/
	/*　for iPhone Landscape　(iPhone 横)　*/
	.gnav img {
		width: 60%;
	}
	.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;
	}
	.in_box01 {
		flex-wrap: nowrap;
		justify-content: center;
	}
	.in_box01 > * {
		width: 50%;
		max-width: none;
	}
	.in_tel a,.in_net a {
		font-size: 24px;
	}
	.in_tel_txt, .in_net_txt, .in_line_txt02 {
		font-size: 30px;
	}
	.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: 4% 0 12%;
	}
}
@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:hover img, a:active img {
		-webkit-opacity: 0.7;
		opacity: 0.7;
	}
	.br_onoff {
		display: none;
	}
	/*=================================
	design
	=================================*/
	body {
		line-height: 1.6;
		width:100%;
		max-width: 1240px;/*main_imgの幅*/
		margin-top:0 !important;
	}
	/*main_img slider*/
	.slide_prev, .slide_next {
		top: calc(50% - 15px);
		font-size: 22px;
	}
	#contents_wrap {
		width:96%;
		max-width: 1088px;
		background-color:#FFF;
		border-radius: 15px;
		margin: 22px auto;
		/*box-shadow: 0 0 1px 2px #ffea2a96;*/
	}
	#contents {
		margin: 40px auto;
		padding: 40px 32px;
		width:100%;
		box-sizing: border-box;
		border-radius: 15px;
	}
	#contents:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: "";
		clear: both;
		height: 0;
	}
	#form_contents {
		width: 720px;
		margin: 0 auto;
		padding: 100px 0 50px;
	}
	#main {
		z-index: -1;
		float: right;
		width: 70.32%;
		max-width: 720px;
	}
	/*.main_inner{
	margin-left:304px;
	max-width:720px;
}*/
	#sidebar {
		float: left;
		width:25%;
		max-width: 256px;
	}
	#footer {
		background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/all/back02.jpg);
		background-color:#FFF;
		background-repeat: repeat-x;
	}
	/*main_img slider*/
	.slick-dots_new li {
		width: 40px;
	}
	.slick-dots_new li button:before {
		font-size: 18px;
		line-height: 40px;
		width: 40px;
		height: 40px;
	}

	/*			PC common
	------------------------------*/
	.h_style01, .h_style02 {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	.h_style01 /*下層ページのh2などに利用してください*/ {
		margin: 15px 0px 31px;
		padding: 20px;
		background: #fff100;
		font-size: 34px;
		color:#400e00;
		border-radius: 15px;
	}
	.h_style02,
	.post h3:not([class])
	/*トップのh2、下層のh3*/ {
		margin: 32px 0 24px;
		padding: 8px 16px;
		font-size: 18px;
	}
	.post h3:not([class])/*トップのh2、下層のh3*/ {
		margin: 24px -12px 16px;
	}
	.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
	---------------------------------*/
	.homeicon {
		height: 100px;
		background-color: #e47e32;
		width: min(13vw,130px);
		text-align: center;
		margin: -16px 10px;
		border-radius: 0 0 10px 10px;
	}
	.homeicon_none{
		margin: 30px 8px 0;
	}
	.homeicon2{
		padding-top:45px;
		color:#FFF;
		background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/all/home.png) no-repeat;
		background-position: right 50% bottom 61%; 
	}
	.homeicon2_kyuuzin{
		padding-top:45px;
		color:#FFF;
		background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/all/kyuuzin.png) no-repeat;
		background-position: right 50% bottom 75%;
	}
	.homeicon3 {
		height: 100px;
		background-color: #875a4a;
		width: min(13vw,130px);
		text-align: center;
		margin-top: -16px;
		border-radius: 0 0 10px 10px;
	}
	.kyuuzin_text{
		font-size:14px;
	}  

	.effect-fade {
		opacity : 0;
		transform : translate(0, 45px);
		transition : all 300ms;
	}

	.effect-fade.effect-scroll {
		opacity : 1;
		transform : translate(0, 0);
	}


	.pc_header li{
		color: #533e23;	
	}

	nav.pc_header {
		width: min(60%,600px);
		float: right;
		/* margin-top: 27px; */
		letter-spacing: 0px;
	}
	nav.pc_header ul {
		display: -webkit-flex;
		display: flex;
		justify-content: flex-end;
		font-size: clamp(13px,1.8vw,17px);
	}
	nav.pc_header ul li:nth-of-type(1) {
		position: relative;
	}

	.pc_header a{
		text-decoration: none;
	}

	.pc_header a:hover{
		color : #ff7043;
	}
	.pc_header a:visited{
		color:#533e23;
	}

	.button {
		display: inline-block;	
	}
	.button span {
		display: inline-block;
	}

	.button:hover span {
		-webkit-animation: spin .3s ease-in-out;
		animation: spin .3s ease-in-out;
	} 
	.horizontal {
		animation: horizontal_8600 3.72s ease infinite;
		transform-origin: 50% 50%;
	}
	.h_logo {
		margin: 8px auto;
		width: 39%;
		float: left;
		box-sizing: border-box;
	}

	.h1_wrapper h1{
		margin: 0 auto;
		width: 90%;
		font-size: 13px;
		font-weight: normal;
		max-width: 1024px;
	}
	.header_sp{
		display:none;
	}
	.header_pc{
		display:block;
	}
	.h_bg {
		background: #FFF;
	}
	.h_inner {
		overflow: hidden;
		margin: 0 auto;
		padding: 16px 0 8px 16px;
		width: min(100%, 1240px);
		box-sizing: border-box;
	}
	.logo-img img {
		margin: 0;
	}
	#h_gnav {
		background-color: #ACAC9D;
	}
	#h_gnav ul {
		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;
	}
	#h_gnav ul li{
		text-align: center;
		width: 24.9%;
		border-left: 1px solid #fff;
	}
	#h_gnav ul li:last-child {
		border-right: 1px solid #fff;
	}
	#h_gnav ul li a {
		display: block;
		padding: 15px 10px;
		color: #fff;
		text-decoration: none;
	}
	#h_gnav ul li:hover {
		opacity: 0.7;
	}
	/*       PC メイン画像 
	---------------------------------*/
	.main_img {
		text-align: center;
		background-color: #FFF;
	}
	/*       PC お問い合わせ
	---------------------------------*/
	.contact_conts {
		margin: 0 24px 32px;
		padding: 32px;
	}
	.contact_pic {
		float: left;
		margin: 0 1% 1% 0;
		width: 43%;
	}
	.contact_info{
		float: right;
		width: 54%;
	}
	.contact_add {
		margin: 0 0 16px;
	}
	.contact_add dt {
		margin: 16px 0 0;
		font-weight: bold;
	}
	.contact_map {
		margin: 0 auto;
		width: 100%;
		height: 368px;
	}
	.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;
	}
	/*       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:hover{
		background:#595fcf;
	}
	.side_shop_map img {
		width: 256px;
	}
	/*メニュー（固定ページ/関連メニュー）*/
	.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: 0 0 2px 32px;
		background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/side/side_menu_ico01.png) no-repeat left 2px;
		border-bottom: dotted 2px #BCBCB2;
	}
	.widget_nav_menu li:hover,
	.widget_nav_menu li:active,
	.connection_menu li:hover,
	.connection_menu li:active{
		color: #BDBDAE;
		background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/side/side_menu_ico01h.png) no-repeat left 2px;
	}
	.widget_nav_menu li:last-child,
	.connection_menu li:last-child{
		border-bottom: dotted 2px #BCBCB2;
	}
	.widget_nav_menu a,
	.connection_menu a{
		background: none;
		padding:0;
		color: inherit;
	}
	.widget_categories,
	.widget_recent_entries,
	.widget_search,
	.widget_archive,
	.widget_meta{
		width:100%;
	}
	.widget_categories li:hover, .widget_categories li:active{
		color: #BDBDAE;
	}
	.f_inner {
		display:block;
		overflow: hidden;
		margin: 0 auto;
		padding: 26px 0 16px;
		width:95%;
		max-width: 1240px;
	}
	.copyright {
		margin:0;
		background-color: #e47e32;
		color:#FFF;
	}
	.copyright small{
		font-size: 14px;
	}
	.copyright a {
		color: inherit;
	}
	.copyright a:hover, .copyright a:active {
		color: #BAEA83;
	}
	.footer_right{
		float:right;
		width:400px;	
	}
	.footer_left{
		/* 		float:left;	 */
	}
	.f_inner .pc_header {
		width: min(60%, 700px);
		float: none;
		margin: 0 auto;
	}
	.f_inner .pc_header ul {
		justify-content: space-between;
	}
	.fotter_pri{
		float: right;
	}
	/*     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: #fe5631;
	}
	/*	　PC トップページ
	---------------------------------*/
	.top_catch h2 {
		margin: 0 0 32px;
	}
	.top_sejutsu_bt {
		margin: 0 0 24px;
	}
	.top_sejutsu_bt li {
		margin: 0 0 8px;
		width: 32.5%;
		text-align: center;
	}
	.top_point_list {
		margin: 0 24px;
	}

	.top_point_list h3 {
		float: left;
		margin: 0 0 16px;
		width: 416px;
	}
	.top_point_txt {
		clear: left;
	}
	.top_flow_list li {
		width: 46%;
		margin: 0 6px 22px;
	}
	.top_onayami_list {
		position: relative;
		border: none;
	}
	.top_onayami_list::before {
		position: absolute;
		bottom: 24px;
		display: block;
		content: "";
		background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/top/top_catch_pic.png) no-repeat bottom;
		background-size: contain;
		width: 25%;
		height: 100%;
	}
	.top_onayami_list ul {
		margin: 0 0 24px 20%;
		padding: 24px 24px 24px 32px;
		font-size: 16px;
		border: dashed 3px #f56c10;
		border-radius: 24px;
	}
	.top_onayami_list ul li{
		font-weight: bold;
		padding: 7px 0 8px 35px;	  
	}
	.kodawari_text{
		padding:0 26% 6% 27%;
		background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/top/top_anatanohanasi02.png) no-repeat center bottom;
		background-size: contain;
	}
	/*	　PC 下層ページ共通
	---------------------------------*/
	/*キャッチ*/
	.banner_area {
		text-align: center;
	}
	.catch_list {
		flex-wrap: nowrap;
	}
	.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;
	}
	.catch_situmon{
		background: url(https://snipsnap.biz/wp/wp-content/themes/portals_responsive/image/page/h2_bg.png);
		padding: 10px;
		border-radius: 30px;

	}	
	/*         各院ページ
	---------------------------------*/
	.in_access {
		display: flex;
		flex-wrap: wrap;
		max-width: none;
	}
	.in_access > * {
		width: 33.33%;
		padding: 8px 12px;
		box-sizing: border-box;
	}
	.in_staff li {
		flex-wrap: nowrap;
	}
	.in_staff > li figure {
		width: 25%;
	}
	.in_staff > li figure img {
		margin: 12px 0 0;
	}
	/*        院一覧ページ
	---------------------------------*/ 
	.in_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}
	.in_list li {
		width: 48%;
		max-width: 320px;
	}
	/*        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;
	}
	/*        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%;
	}
}
@media screen and (min-width:680px) and (max-width:1084px){
	/*　画面サイズが680pxから1084pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
	.catch_list ul{
		width:100%;
	}
	.catch_list .img_right{
		float:none;
		margin:0 auto 16px;
	}
	.contact_uketsuke .img_left{
		float:none;
		margin:0 auto 16px;
	}
}
@media screen and (min-width:680px) and (max-width:1240px){
	/*　画面サイズが680pxから1240pxはここを読み込む　*/
	/*　リキッドレイアウト微調整　*/
}
@media screen and (min-width:1240px){
	/*　画面サイズが1240pxはここを読み込む　*/
	body{
		min-width:1240px;
		max-width: none;
	}
	.homeicon_none{
		margin: 30px 16px 0;
	}

}

td.service-title {
  text-align: left;
}
.ryoukin_list01 td {
  padding: 12px;
}

.ryoukin_list01 td.futan {
  text-align: right;
  font-weight: bold;
  color: #444;
}
.ryoukin_list01 td.futan1 {
  text-align: right;
  font-weight: bold;
  color: #444;
}

.ryoukin_list01 tr:nth-child(odd) {
  background-color: #ffffff;
}

.ryoukin_list01 tr:nth-child(even) {
  background-color: #f7f7f7;
}
.ryoukin_list02 {
  width: 100%;
  border-collapse: collapse;
}

.ryoukin_list02 td {
  padding: 12px 16px;
  text-align: right; /* ← すべて右寄せ */
  border-bottom: 1px solid #ddd;
}

/* 見やすいように背景を交互にする（ゼブラ柄） */
.ryoukin_list02 tr:nth-child(odd) {
  background-color: #ffffff;
}

.ryoukin_list02 tr:nth-child(even) {
  background-color: #f9f9f9;
}
td.futan,
td.futan1 {
  width: 100px; /* ← お好みで数値を変えてOK（例：80px、120pxなど） */
  text-align: right;
  white-space: nowrap;
}

.shop-info div {
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
}
.access-table td {
  text-align: left;
}
/* デフォルトでは非表示（PC） */
.sp-only {
  display: none;
}

/* 768px以下の画面（スマホ）では表示 */
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}
/* カラーパスポート専用スタイル */
.color-pass-title {
  color: #f56c10;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}

.color-pass-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
}

.color-pass-table th,
.color-pass-table td {
  border: 1px solid #000000;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

.color-pass-table thead th {
  background-color: #0a77d5;
  color: white;
}

.color-pass-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
