@charset "utf-8";
/*
Theme Name: 武蔵新田まつ歯科
Theme URI: https://www.matsu-dental.com/
Description: Versions 1.0.x
Version: 1.0
Author: Dental Promotion
Tags: mantle color, variable width, two columns, widgets

This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Bold");
  font-weight: bold;
}
@font-face {
     font-family: 'Font Awesome 5 Brands';
     font-style: normal;
     font-weight: 400;
     src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-brands-400.woff2") format("woff2");
     font-display: swap;
}
@font-face {
     font-family: 'Font Awesome 5 Free';
     font-style: normal;
     font-weight: 900;
     src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-regular-400.woff2") format("woff2"),
         url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.6.3/webfonts/fa-solid-900.woff2") format("woff2");
     font-display: swap;
}
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, dialog, figure, footer, header,hgroup, menu, nav, section,time, mark, audio, video {	margin:0;	padding:0;	border:0;	outline:0;	font-size:100%;	vertical-align:baseline;	background:transparent;}body {	line-height:1;}article, aside, dialog, figure, footer, header,hgroup, nav, section {	display:block;}nav ul {	list-style:none;}blockquote, q {	quotes:none;}blockquote:before, blockquote:after,q:before, q:after {	content:'';	content:none;}a {	margin:0;	padding:0;	border:0;	font-size:100%;	vertical-align:baseline;	background:transparent;}ins {	background-color:#ff9;	color:#000;	text-decoration:none;}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 #000;	cursor:help;}table {	border-collapse:collapse;	border-spacing:0;}hr {    display:block;    height:1px;    border:0;    border-top:1px solid #cccccc;    margin:1em 0;    padding:0;}input, select {	vertical-align:middle;}

html{
	overflow: auto;
}
@media screen and (max-width: 768px) {
html{
	font-size:62.5%;
	-webkit-text-size-adjust: 100%;
}
}


body {
	width: 100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	color: #000;
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka,  "ＭＳ Ｐゴシック", sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 1.6pt;
/*	overflow: hidden;*/

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
body {
	min-width: 100%;
	font-size: 1.6rem;
	position: relative;
}
}

h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-weight: 100;
}

*, *:before, *:after{
	box-sizing: border-box;
}

::selection {
	background: rgba(53,138,170,1);
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
	background: rgba(53,138,170,1);
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}

a{
	text-decoration:none;
	outline:none;

	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;

	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
a:link, a:visited{
	color: #245d72;
}
a:active, a:hover{
	color: rgb(84,147,207);
	text-decoration: none;
}

a:link img, a:visited img{
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

a:hover img{
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	display: inline-block;
	backface-visibility: hidden;
}

p{margin:0;}
table{border-collapse:separate;}
i,em{font-style:normal;}
img{
    max-width: 100%;
    height: auto;
    border:none;
    vertical-align:middle;
}

ul, ol, li{
	margin:0;
	padding:0;
	list-style:none;
}

.cf{zoom:100%;}
.cf:after{
    content:"";
    clear:both;
    height:0;
    display:block;
    visibility:hidden;
}

.udl{
	text-decoration:underline;
}
.oz{
	overflow: hidden;
	_zoom: 1;
}

.al{text-align:left;}
.ac{text-align:center;}
.ar{text-align:right;}

.imgL, .s_imgL, .txtL{float:left;}
.imgR, .s_imgR, .txtR{float:right;}
.co{clear:both;}


.fwb{font-weight:600;}

.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}


.mt8{margin-top:8px;}
.mt16{margin-top:16px;}
.mt24{margin-top:24px;}
.mt32{margin-top:32px;}
.mt40{margin-top:40px;}
.mt152{margin-top:152px;}

.mb0{margin-bottom:0!important;}
.mb4{margin-bottom:4px;}
.mb8{margin-bottom:8px;}
.mb16{margin-bottom:16px;}
.mb24{margin-bottom:24px;}
.mb32{margin-bottom:32px;}
.mb40{margin-bottom:40px;}
.mb48{margin-bottom:48px;}
.mb56{margin-bottom:56px;}
.mb64{margin-bottom:64px;}
.mb72{margin-bottom:72px;}
.mb80{margin-bottom:80px;}
.mb88{margin-bottom:88px;}
.mb96{margin-bottom:96px;}
.mb120{margin-bottom:120px;}
.mb136{margin-bottom:136px;}
.mb144{margin-bottom:144px;}
.mb160{margin-bottom:160px;}
.mb200{margin-bottom:200px;}
@media screen and (max-width: 767px) {
}


.pt24{padding-top:24px;}
.pt40{padding-top:40px;}
.pb24{padding-bottom:24px;}
.pb40{padding-bottom:40px;}

.fwb{font-weight: 700;}


.mh120{min-height: 120px;}
.mh160{min-height: 160px;}
.mh240{min-height: 240px;}

.fb-like-box,.fb-like-box span, .fb-like-box iframe {
 width: 100% !important;
}

.ic_blue{
    color: rgb(105,136,192);
}
.ic_gold{
    color: #bba700;
}
.ic_brown{
    color: #c68d0d;
}
.ic_red{
    color: #900;
}

.more a{
	display: block;
    width: 30%;
    margin: auto;
    padding: 16px 8px;
    background: rgba(133,117,148,1) url("img/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 8% auto;
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0;
    border-radius: 8px;
    line-height: 1.2;
}
.more a:hover{
    background: rgba(133,117,148,.6) url("img/common/svg/arrow.svg") no-repeat 99% center;
    background-size: 8% auto;
    color: #fff;
}
@media screen and (max-width: 768px) {
.more a{
    width: 100%;
}
}


a.icon_pdf{
    padding-right: 24px;
	background: url(img/common/svg/pdf.svg) no-repeat right;
    background-size: 16px auto;
}

.spc{
	display: none;
}
@media screen and (max-width: 768px) {
.dn{
	display: none;
}
.spc{
	display: inherit;
}
}
.clickable{
	position: relative;
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	transition:all .5s linear;
}
.clickable:hover{
	color:rgba(0,169,158,.7);
}
.clickable img{
	-webkit-transition:all .5s linear;
	-moz-transition:all .5s linear;
	transition:all .5s linear;
}
.clickable:hover img{
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}



/*

header{
	width: 100%;
	margin: 0 auto;
	text-align: left;
    background: #fff;
}
header .cf{
	position: relative;
}
#logo{
    float: left;
    width: 36%;
    padding: 8px 0 0 3%;
	text-align: left;
}
*/

#coronaBox{
    float: left;
	width: 20%;
	margin-top: 40px;
}
@media screen and (max-width: 768px) {
#coronaBox{
    float: none;
	width: 100%;
	text-align: center;
	margin-top: 0;
	padding-top: 72px;
}
}


/*
#top-head .upper{
    float: right;
    width: 540px;
}
#top-head .upper dt{
    float: left;
    width: 217px;
    padding: 16px 0 0;
}
#top-head .upper dd{
    float: left;
    width: 172px;
    text-align: right;
}
#top-head .pcec img{
    min-width: 100%;
    height: auto;
}

#header{
	display: none;
}
#top-head .three_columns_fx li{
    width: 156px;
}
#top-head .three_columns_fx li:first-of-type{
    width: 228px;
}
@media screen and (max-width: 1024px) {
header .dn{
    width: 98%;
    margin: auto;
}
#upper{
    width: 36%;
}
}


#gnav{
	width: 96%;
	margin: 8px auto;
    padding: 0;
	background: rgba(255,255,255,1);
}
#gnav nav{
	width: 100%;
	margin: 0;
}
#gnav nav ul{
	position: relative;
	padding: 0;
	font-size: 17px;
    font-weight: 700;
}
#gnav nav ul::after {
	display: block;
	clear: both;
	content: '';
}
#gnav nav ul li{
	position: relative;
	float: left;
	width: 14.285%;
	letter-spacing: 0;
    text-align: center;
}
#gnav nav ul li:not(:first-child) {
	border-left: none;
}
#gnav nav ul li a{
	padding: 8px 0;
	color: #333;
	text-align: center;
	display: block;
}
#gnav nav ul li a:hover,
#gnav nav ul li a.ov{
	padding: 8px 0;
    background: rgba(238,243,181,1);
	text-decoration: none;
	color: #000;
}
#gnav nav ul ul{
	position: absolute;
	top: 100%;
	left: -1px;
    border-left: 0;
}
#gnav nav ul ul li{
	float: none;
	width: 240px;
    border: 0;
}
#gnav nav ul ul li:not(:first-child) {
	border-top: none;
}
#gnav nav ul ul ul{
	position: absolute;
	top: -2px;
	left: 100%;
}
#gnav nav ul ul{
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
	z-index: 50;
    letter-spacing: 0;
}
#gnav nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
#gnav nav ul li li a{
	padding: 8px;
    background: rgba(238,243,181,1);
    color: #333;
	text-decoration: none;
    text-align: left;
}
#gnav nav ul li li a:hover{
	padding: 8px;
    background: rgba(200,224,144,1);
	color: #333;
}
@media screen and (max-width: 768px) {
header{
	height: auto;
}
#header{
	margin: 0;
	padding: 0 0 2px;
	text-align: left;
	display: inherit;
    background: rgba(255,255,255,1);
}
header .inner {
    margin: 0;
}
header .inner:after {
    content: "";
    clear: both;
    display: block;
}
#top-head{
	width: 100%;
    margin: 0;
	padding: 0;
    line-height: 1;
	top: 0;
	position: absolute;
    z-index: 999;
	transition: .5s;
}
#top-head a{
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
	width: 100%;
	padding: 0;
    position: relative;
}
#top-head .logo {
	position: absolute;
	left: 10px;
	top: 10px;
}
#top-head .logo img{
	max-width: 280px;
	height: auto;
}
#global-nav{
	width: 100%;
	padding: 0;
    background: rgba(243,136,0,1);
	text-align: center;
	top: -640px;
	position: absolute;
	-webkit-transition: .7s ease-in-out;
	-moz-transition: .7s ease-in-out;
	transition: .7s ease-in-out;
}
nav{
	padding-bottom: 0;
	border-bottom: 0;
}
nav ul{
	width: 100%;
	margin: auto;
	padding: 0;
	border-left: 0;
}
nav ul ul{
    padding: 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#global-nav ul{
	width: 100%;
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
}
#global-nav ul li{
	position: static;
}
#global-nav ul li li{
	float: left;
	width: 50%;
	position: static;
}
#global-nav ul li:nth-of-type(3){
	clear:both;
    float: none;
    width: 100%;
}
#global-nav ul li li:nth-of-type(3){
    clear: none;
	float: left;
	width: 50%;
}
#global-nav ul li a{
	width: 100%;
	display: block;
	color: #fff;
	padding: 10px 0;
}
#global-nav ul li li a{
	padding: 4px 0;
}
#mobile-head{
	width: 100%;
	height: 110px;
	z-index: 999;
	position: relative;
    top: 0;
}
#top-head.fixed{
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 72px;
    -webkit-overflow-scrolling: touch;
    background: rgba(255,255,255,1);
    transition: top .65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index: 9999;
}
#nav-toggle{
	padding: 4px 0 0;
	text-align: center;
	display: block;
	position: absolute;
	right: 10px;
	top: 20px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 999;
}
#nav-toggle div{
    position: relative;
}
#nav-toggle span{
    display: block;
    position: absolute;
    height: 2px;
    width: 90%;
    background: rgba(0,0,0,1);
    left: 2px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.open #global-nav {
	-moz-transform: translateY(700px);
	-webkit-transform: translateY(700px);
	transform: translateY(700px);
    z-index: 9999;
}

#upper_phone{
	float: none;
	width: 100%;
	padding: 8px 0;
	text-align: center;
	font-size: 25px;
	color: #fff;
	line-height: 1.4;
    letter-spacing: 0;
}
#upper_phone span{
	font-size: 16px;
	display: block;
}
#upper_phone div:nth-of-type(odd){
    float: left;
    width: 64%;
    padding: 16px 0 0;
}
#upper_phone div:nth-of-type(even){
    float: right;
    width: 32%;
    padding: 0 8px;
}
#upper_phone img{
    border-radius: 8px;
}
}
*/


header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
    width: 100%;
    height: 160px;
    margin: auto;
    text-align: left;
    background: rgba(255,255,255,.8);
}
#upper{
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 100%;
    margin: auto;
}
header .inner{
    position: relative;
    height: 100%;
    margin: auto;
    transition: all .5s ease-in;
}
header .logo{
    position: absolute;
    width: 600px;
    height: 50px;
    margin: 0;
    top: 8px;
    left: 0;
    text-align: center;
}
.logo .grid{
	width: 60%;
}
.logo .coronaBox{
	width: 36%;
}

header .upper_info{
    position: absolute;
    width: 540px;
    height: 50px;
    margin: 0;
    top: 0;
    right: 0;
    text-align: center;
}
.upper_info li{
    width: 156px;
}
.upper_info li:first-of-type{
    width: 228px;
}
@media screen and (max-width: 1199px) {
header .logo,
header .upper_info{
    width: 49%;
}
}
.upper_info li{
    width: 28%;
}
.upper_info li:first-of-type{
    width: 44%;
    padding-right: 4px;
}


/*
header .inner li{
    width: 27%;
    padding-right: 4px;
    text-align: center;
}
header .inner li:last-of-type{
    width: 44%;
}
*/
@media screen and (max-width: 1199px) {
header .logo{
    width: 480px;
}
header .upper_info{
    width: 480px;
}
@media screen and (max-width: 1024px) {
header{
	position: inherit;
    height: 80px;
}
#upper{
    width: 92%;
    max-width: 960px;
    height: 80px;
}
header .inner{
    width: 100%;
    height: 100%;
}
header .inner ul{
    position: fixed;
    max-width: 100%;
    height: 92px;
    margin: 0;
    background: rgba(255,255,255,.7);
    top: inherit;
    bottom: 0;
    left: 0;
    display: none;
}
@media screen and (max-width: 820px) {
header{
    height: 128px;
}
#upper{
    width: 100%;
    max-width: 820px;
    height: 64px;
}
header .logo{
    top: 10px;
    left: 10px;
    text-align: left;
}
header .logo .grid{
	width: 100%;
    margin: 0 0 8px;
}
header .logo .coronaBox{
	width: 100%;
    margin: 0;
}
header .upper_info{
    display: none;
}
@media screen and (max-width: 540px) {
header{
    height: 100px;
}
#upper{
    width: 100%;
/*    height: 64px;*/
}
header .logo{
    width: 60%;
    margin: 0;
}
header .logo .coronaBox{
	width: 80%;
    margin: 0 auto;
}
header .logo img{
    width: 100%;
    height: auto;
}
header .inner li{
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 414px) {
header{
    height: 100px;
}
}
}
}
}
}




#gnav{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
}
#gnav ul{
    width: 100%;
    height: 48px;
    margin: auto;
}
#gnav ul li{
    position: relative;
    width: calc(100% / 7);
    margin: auto;
    text-align: center;
    transition: all .3s linear;
}
#gnav ul li a{
    position: relative;
    display: inline-block;
    color: #333;
}
#gnav ul li a::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #f38800;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
#gnav ul li a:hover::after{
    transform-origin: left top;
    transform: scale(1, 1);
}
#gnav ul::after{
    display: block;
    clear: both;
    content: '';
}
#gnav ul li:not(:first-child){
    border-left: none;
}
#gnav ul li a{
    width: 100%;
    display: block;
    padding: 0 0 16px;
    text-align: center;
}
#gnav ul li a:hover,
#gnav ul li a.ov{
    text-decoration: none;
}
#gnav ul li li a{
    padding: 16px 8px;
    background: #fff;
    color: #333;
    font-weight: 300;
    text-decoration: none;
    text-align: left;
}
#gnav ul ul{
    position: absolute;
    top: 100%;
    height: inherit;
    left: -1px;
    border-left: 0;
}
#gnav ul ul li{
    display: block;
    width: 240px;
    border: 0;
}
#gnav ul li:nth-child(2) ul li,
#gnav ul li:nth-child(3) ul li,
#gnav ul li:nth-child(5) ul li{
    width: 280px;
}
#gnav ul ul li a{
    display: block;
    border: 0;
}
#gnav ul ul li:not(:first-child) {
    border-top: none;
}
#gnav ul ul ul{
    position: absolute;
    top: -2px;
    left: 100%;
}
#gnav ul ul{
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
    transform: translateY(-10px);
    z-index: 50;
}
#gnav ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
@media screen and (max-width: 1024px) {
#gnav{
    display: none;
}
}


#upper_toggle{
    display: none;
}
.modal_wrap{
    position: relative;
    display: none;
}
.close_button{
    position: fixed;
    top: 20px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
}
.tab_sub img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px) {
#upper_toggle{
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    z-index: 8000;
    cursor: pointer;
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 2px;
    width: 60%;
    margin: auto;
    background: #000;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.modal_wrap{
    display: block;
}
.modal_wrap input{
    display: none;
}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    position: relative;
    width: 100%;
    height: 92%;
    overflow-y: auto;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: translateY(-30%);
    transition: .3s;
}
.modal_logo{
    width: 92%;
    margin: 0 auto 24px;
    text-align: left;
}


.tab{
    width: 92%;
    max-width: 480px;
    margin: 0 auto;
}
.tab li{
    width: calc(50% - 2px);
    text-align: center;
    font-weight: bold;
}

.tab_sub{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    list-style: none;
}
.tab_sub li{
    width: calc( 33% - 4px );
    margin-bottom: 8px;
}
.tab_sub li.active{
} 
.list{
    width: 92%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
}
.sp_clinic_nav{
    padding: 16px 8px;
    background: #faf7f0;
}
.sp_guide_nav{
    padding: 16px 8px;
    background: #e5dcc9;
}

.list .hd{
    margin-bottom: 16px;
    padding-top: 8px;
    text-align: center;
}
.list .thirdtree{
}
.list .inner,
.list .thirdtree,
.list .inner table{
    display:none;
}
.list .inner.active{
    display:block;
}
.list .inner .thirdtree.active,
.list .inner table.active{
    display: table;
}
.childnav{
    margin-bottom: 16px;
    padding: 16px;
    border-radius: 8px;
    background: #fff;
}
.childnav_clinic .thirdtree{
    border: 1px solid #857594;
}
.childnav_clinic{
    padding: 16px;
    background: #dacfe6;
}
.childnav_guide{
    padding: 16px;
    background: #ffe4b2;
}
.childnav_guide .thirdtree{
    border: 1px solid #f38800;
}
.childnav_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.childnav_box .grid{
    width: calc(33% - 2px);
    margin-bottom: 4px;
}
.childnav_box::after{
    content: "";
    display: block;
    width: calc( 33% - 2px );
}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_nav label{
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 1em;
    color: #000;
    border-bottom: 1px solid #46517b;
    border-radius: 1px;
    cursor :pointer;
    transition: all .5s ease;
    letter-spacing: 0;
    text-align: left;
}
.modal_nav label a{
    display: block;
    color :#000;
}
.modal_nav label span{
    font-size: 12px;
}
@media screen and (max-width: 540px) {
#upper_toggle{
    width: 40px;
    height: 40px;
    top: 16px;
    right: 10px;
}
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
}
}
}
.sp_nav_logo{
    width: 92%;
    margin: 0 auto 24px;
    text-align: left;
}






#top_ec img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
#top_ec{
	/* margin: 74px 0 0; コロナ前*/
}
}



#slider{
	margin: 0;
	padding: 64px 0 40px;
}
#slider .hd{
    margin: 0 0 24px;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
#slider .slide{
    width: 92%;
/*    min-width: 92%;*/
    max-width: 1200px;
    margin: 0 auto;
}
#slider .swiper-container {
	width: 100%;
    margin: 0;
}
#slider .swiper-pagination{
	margin:0;
}
#slider .swiper-slide{
	text-align: center;
	background:#DDF1C9;	
	color:#333;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
#slider .slides_item{
	height: 280px;
	margin: 0 10px 16px;
	text-align: left;
	color: #333;
}
#slider img{
    width: 100%;
    height: auto;
}
#slider .more a{
    position: relative;
    display: block;
    width: 30%;
    margin: 0 auto;
    padding: 8px;
    background: #e8f0f3;
    color: #245d72;
    border: 1px solid;
    font-size: 18px;
    text-align: center;
}
#slider .more a:hover{
    background: rgba(36,93,114,1);
    color: #e8f0f3;
    border: 1px solid #245d72;
}
@media screen and (max-width: 767px) {
#slider .hd{
    width: 100%;
}
#slider .slide_selector{
	width: 80%;
}
#slider .slide{
	width: 85%;
    margin: 0 auto;
}
#slider .slides_item{
    height: auto;
	margin:0 4px 16px;
	text-align:left;
}
#slider .more a{
    width: 92%;
}
}








#top{
	text-align: left;
}
#top p{
    margin-bottom: 24px;
}
#top h2{
    margin: 0 0 16px;
    padding: 16px 0 0;
    background: url("img/common/svg/h2.svg") no-repeat top center;
    text-align: center;
    font-size: 28px;
    font-family: "M PLUS Rounded 1c";
}
#top h2 span{
    color: rgba(243,136,0,1);
}
#top h3{
    margin: 0 0 16px;
    padding: 0 0 8px;
    color: rgba(243,136,0,1);
    font-size: 20px;
    font-family: "M PLUS Rounded 1c";
}
/*
#top strong{
	background: linear-gradient(transparent 70%, #F7F753 70%);
}
*/
@media screen and (max-width: 768px) {
#top{
	margin: 0;
}
}

#top img{
	max-width: 100%;
	height: auto;
}




#about_clinic{
    padding: 40px 0 120px;
    background: rgba(255,246,228,1) url("img/acbg.jpg") no-repeat bottom center;
    background-size: 40% auto;
}
#about_clinic .inner{
    width: 92%;
/*    min-width: 92%;*/
    max-width: 1200px;
    margin: auto;
}
#about_clinic .hd{
    margin: 0 0 32px;
    color: #c68d0d;
    font-size: 28px;
    font-weight: 700;
}
#about_clinic .hd span{
    font-size: 22px;
}
@media screen and (max-width: 767px){
#about_clinic{
    padding: 8px 0 80px;
    background-size: 90% auto;
}
#about_clinic .hd{
    margin: 0 0 16px;
}
}



#tokuchou{
    width: 92%;
/*    min-width: 92%;*/
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}
#tokuchou h2{
    background-size: 16% auto;
}
#tokuchou .box{
    width: 48%;
    margin: 0;
}
#tokuchou .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#tokuchou .box:nth-of-type(even){
    float: right;
}
#tokuchou h3{
    border-bottom: 1px dashed #333;
    text-align: center;
}
#tokuchou .ac{
    margin: 0 0 8px;
}
@media screen and (max-width: 767px){
#tokuchou{
    padding: 24px 0;
}
#tokuchou h2{
    background-size: 56% auto;
}
#tokuchou h3{
    letter-spacing: .5pt;
}
#tokuchou .box{
    width: 100%;
    margin: 0 0 16px;
}
#tokuchou .box:nth-of-type(odd){
    clear: both;
    float: none;
}
#tokuchou .box:nth-of-type(even){
    float: none;
}
#tokuchou .ac{
    width: 80%;
    margin: 0 auto 8px;
}
}




#greeting{
    padding: 40px 0 160px;
    background: rgba(255,246,228,1) url("img/common/svg/machi.svg") repeat-x bottom left;
    background-size: 80% auto;
}
#greeting .inner{
    width: 80%;
    margin: auto;
    background: url("img/common/svg/logomark.svg") no-repeat center 70%;
    background-size: 30% auto;
}
@media screen and (max-width: 767px){
#greeting{
    padding: 24px 0 40px;
    background-position: bottom center;
    background-size: 250% auto;
}
#greeting .inner{
    width: 92%;
    background-position: center;
    background-size: 80% auto;
}
}


#top_cases{
    padding: 80px 0;
    background: rgba(255,255,255,1);
    text-align: center;
}
#top_cases .cf{
    width: 92%;
/*    min-width: 92%;*/
    max-width: 1200px;
    margin: auto;
}
#top_cases figure{
    float: left;
    width: 20%;
    margin: 0 0 24px;
    padding: 0 8px;
}
#top_cases figure:nth-of-type(6){
    clear: both;
}
#top_cases figure img{
    max-width: 80%;
    height: auto;
}
#top_cases figcaption{
    padding-top: 8px;
    line-height: 1.2;
    font-family: "M PLUS Rounded 1c";
    font-size: 18px;
}
#top_cases span{
    color: rgba(243,136,0,1);
}
@media screen and (max-width: 767px){
#top_cases{
    padding: 40px 0;
}
#top_cases figure{
    width: 33.333%;
    padding: 0 4px;
}
#top_cases figure:nth-child(3n+1){
    clear: both;
}
#top_cases figure:nth-of-type(6){
clear: none;
}
#top_cases figcaption{
    font-size: 16px;
}
}









#various{
    padding: 40px 0;
    background: rgba(255,246,229,1);
    text-align: center;
}
#various .hd{
    padding: 64px 0 32px;
    text-align: center;
    font-size: 28px;
    background: url("img/common/svg/various_bg.svg") no-repeat center top;
    background-size: 20% auto;
    font-family: "M PLUS Rounded 1c";
    line-height: 1.3;
}
#various ol{
    width: 92%;
/*    min-width: 92%;*/
    max-width: 1200px;
    margin: auto;
}
#various li{
    float: left;
    width: 33.333%;
    margin: 0 0 24px;
    padding: 0 10px;
}
#various li:nth-child(3n+1){
clear: both;
}
@media screen and (max-width: 767px){
#various .hd{
    font-size: 22px;
    background-size: 60% auto;
}
#various li{
    float: none;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
}
#various li:nth-child(3n+1){
    clear: none;
}
}







#clinic_IDV{
    padding: 80px 0;
    text-align: center;
}
#clinic_IDV h2{
    background-size: 18% auto;
}
#clinic_IDV .cf{
    width: 92%;
/*    min-width: 92%;*/
    max-width: 1200px;
    margin: 0 auto 40px;
}
#clinic_IDV .cf .box:first-of-type{
    float: left;
    width: 49%;
}
#clinic_IDV .cf .box:last-of-type{
    float: right;
    width: 49%;
}
@media screen and (max-width: 767px){
#clinic_IDV{
    padding: 40px 0;
}
#clinic_IDV h2{
    background-size: 18% auto;
}
#clinic_IDV .cf .box:first-of-type{
    float: none;
    width: 100%;
    margin: 0 0 16px;
}
#clinic_IDV .cf .box:last-of-type{
    float: none;
    width: 100%;
}
#clinic_IDV .more a{
    width: 92% !important;
    margin: auto;
}
}








#ud_area{
    padding: 64px 0;
}
#ud_area .cf{
    width: 92%;
/*    min-width: 92%;*/
    max-width: 1200px;
    margin: auto;
}
#ud_area .hd{
    margin: 0 0 8px;
    text-align: left;
}
#ud_area .hd img{
    width: 50%;
    height: auto;
}
#ud_area .more{
    border-bottom: 0!important;
}
#ud_area .more a{
    width: 72%;
}


#news{
    float: left;
    width: 48%;
    padding: 32px 0;
    background: #fff;
    border: 1px solid #ddd;
}
#news .inner{
    padding: 16px 32px 0;
}
#news .inner div{
    margin: 0 0 16px;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
}
#news .inner time{
    color: rgba(243,136,0,1);
    font-weight: 700;
}
#g_calendar{
    float: right;
    width: 48%;
}
@media screen and (max-width: 767px) {
#ud_area{
    padding: 32px 0;
}
#ud_area .cf{
    width: 92%;
}
#ud_area .hd img{
    width: 70%;
    height: auto;
}
#ud_area .more a{
    width: 100%;
}
#news{
    float: none;
    width: 100%;
    margin: 0 0 24px;
    padding: 24px 0 0;
}
#news .inner{
    padding: 16px 16px 0;
}
#g_calendar{
    float: none;
    width: 100%;
}
}








footer{
    padding: 0 0;
}
footer .hd{
    margin: 0 0 40px;
    text-align: center;
}
footer .hd img{
    max-width: 30%;
    height: auto;
}
#foot_info{
    float: left;
    width: 40%;
    margin: 0;
    padding: 0 0 0 2%;
    text-align: left;
}
#foot_info .shinryoushitsu{
    margin: 0 0 16px;
}
#foot_info .shinryoushitsu img{
    max-width: 100%;
    height: auto;
}
#foot_info p{
    margin: 0 0 24px;
}
#gmap{
    float: right;
    width: 56%;
    margin: 0;
    padding: 0 2% 0 0;
}
#gmap iframe{
    padding: 0 0 24px;
    vertical-align: bottom;
}
#gmap div{
    float: left;
    width: 50%;
    text-align: center;
}
#gmap img{
    max-width: 98%;
    height: auto;
}

footer .box{
	float: left;
    width: 48%;
    margin: 0;
}

#f-clinic{
	margin-top: 100px;
	margin-bottom: 100px;
	
}

#f-clinic p{
	margin-bottom: 24px;
	
}



@media screen and (max-width: 767px) {
footer .hd{
    margin: 0 0 16px;
}
footer .hd img{
    max-width: 80%;
    height: auto;
}
#foot_info{
    float: none;
    width: 92%;
    margin: 0 auto 24px;
    padding: 0;
}
#foot_info .shinryoushitsu img{
    max-width: 100%;
    height: auto;
}
#foot_info p{
    margin: 0 0 24px;
}
#gmap{
    float: none;
    width: 92%;
    margin: 0 auto;
    padding: 0;
}
#gmap iframe{
    padding: 0 0 16px;
}
#gmap div{
    float: none;
    width: 100%;
    margin: 0 0 8px;
    text-align: center;
}
#gmap img{
    max-width: 100%;
    height: auto;
}
footer .box{
	float: none;
    width: 100%;
	text-align: center;
	margin-bottom: 32px;
}	
	
}


#footlinks{
    padding: 3em 0;
    background: #f38800;
    font-size: 15px;
    letter-spacing: 0;
}
#footlinks .cf{
    width: 88%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}
#footlinks .box{
    float: left;
    width: 25%;
    padding: 0 .4em;
    text-align: left;
}
#footlinks ul ul{
    margin-bottom: .8em;
    padding-top: .2em;
    padding-left: 1em;
}
#footlinks li{
    margin-bottom: .4em;
}
#footlinks li:last-of-type{
    margin-bottom: 0 !important;
}
#footlinks li a{
    position: relative;
	display: inline-block;
	transition: .2s;
    color: #fff;
    text-decoration: none;
}
#footlinks li a::before{
    content: ">　";
    font-size: 10px;
}
#footlinks li a::after{
	position: absolute;
	bottom: 0;
	left: 50%;
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	transition: .2s;
    transform: translateX(-50%);
}
#footlinks li a:hover::after{
	width: 100%;
}


@media screen and (max-width: 1280px) {
#footlinks{
    font-size: 12px;
}
@media screen and (max-width: 768px) {
#footlinks{
    padding: 2em 0;
    font-size: 12px;
}
#footlinks .cf{
    width: 98%;
    max-width: 768px;
}
@media screen and (max-width: 540px) {
#footlinks{
    font-size: 16px;
}
#footlinks .cf{
    width: 92%;
    max-width: 540px;
}
#footlinks .box{
    float: left;
    width: 49%;
    padding: 0;
}
#footlinks .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#footlinks .box:nth-of-type(even){
    float: right;
}
@media screen and (max-width: 414px) {
#footlinks .cf{
    width: 92%;
    max-width: 400px;
}
#footlinks .box{
    float: none;
    width: 100%;
}
#footlinks .box:nth-of-type(odd){
    clear: both;
    float: none;
}
#footlinks .box:nth-of-type(even){
    float: none;
}
@media screen and (max-width: 320px) {
#footlinks{
    font-size: 13px;
}
#footlinks .cf{
    width: 96%;
    max-width: 320px;
}
}
}
}
}
}







#copyright{
	padding: 24px 0;
    text-align: center;
}



#bottom {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
	line-height: 0.8;
}
#bottom .box{
	display: none;
}
#bottom a{
    width: 88px;
    padding: 28px 0 16px;
    text-align:center;
    background: rgba(191,205,34,1);
	color: white;
    display:block;
	font-size: 60px;
	font-weight:700;
    text-decoration:none;
	border-radius: 50%;
}
#bottom a:hover {
    background: rgba(144,176,8,1);
	color: white;
}
@media screen and (max-width: 1024px) {
#bottom{
    position: fixed;
	width: 100%;
    padding: 8px 0;
    background: rgba(246,249,218,1);
    bottom: 0;
    right: 0;
	line-height: 1.5;
    letter-spacing: -1px;
}
#bottom .cf{
    max-width: 480px;
    margin: auto;
}
#bottom a{
    width: 100%;
    margin: 0;
    padding: 8px 0;
    background: rgba(191,205,34,1);
	font-size: 16px;
    color: #4f5600;
    border-radius: 16px;
    border: 5px solid #f6f9da;
}
#bottom .box:nth-of-type(even) a{
    background: rgba(129,140,0,1);
    color: #fff;
}
#bottom p{
    display: none;
}
#bottom .box{
	float: left;
    width: 33.333%;
	display: inherit;
}
#bottom .box:nth-of-type(3){
	float: right;
}
}





#ec{
    position: relative;
    min-height: 256px;
    margin: 0 0 40px;
    font-size: 32px;
    text-align: center;
    line-height: 1;
}
@media screen and (max-width: 768px){
#ec{
    min-height: inherit;
	margin: 0;
    letter-spacing: 0;
}
}

#ec .subec{
    position: absolute;
    width: 80%;
    height: 40px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.ec_clinic{
    padding: 150px 0;
    background: url(img/common/ec/clinic.jpg) no-repeat;
    background-size: cover;
}
.ec_guide{
    padding: 150px 0;
    background: url(img/common/ec/guide.jpg) no-repeat;
    background-size: cover;
}
.ec_guide_ippan{
    padding: 150px 0;
    background: url(img/common/ec/ippan.jpg) no-repeat;
    background-size: cover;
}
.ec_guide_oral{
    padding: 150px 0;
    background: url(img/common/ec/oral.jpg) no-repeat;
    background-size: cover;
}
.ec_guide_pediatric{
    padding: 150px 0;
    background: url(img/common/ec/pediatric.jpg) no-repeat;
    background-size: cover;
}
.ec_guide_ortho{
    padding: 150px 0;
    background: url(img/common/ec/ortho.jpg) no-repeat;
    background-size: cover;
}
.ec_guide_implant{
    padding: 150px 0;
    background: url(img/common/ec/implant.jpg) no-repeat;
    background-size: cover;
}
.ec_guide_whitening{
    padding: 150px 0;
    background: url(img/common/ec/whitening.jpg) no-repeat;
    background-size: cover;
}
.ec_guide_yobou{
    padding: 150px 0;
    background: url(img/common/ec/yobou.jpg) no-repeat;
    background-size: cover;
}
.ec_price{
    padding: 150px 0;
    background: url(img/common/ec/price.jpg) no-repeat center center;
    background-size: cover;
}
.ec_team{
    padding: 150px 0;
    background: url(img/common/ec/team.jpg) no-repeat center center;
    background-size: cover;
}
.ec_access{
    padding: 150px 0;
    background: url(img/common/ec/access.jpg) no-repeat center center;
    background-size: cover;
}
.ec_other{
    padding: 150px 0;
    background: url(img/common/ec/other.jpg) no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 768px) {
.ec_clinic{
    padding: 80px 0;
    background: url(img/common/ec/clinic.jpg) no-repeat;
    background-size: cover;
}
.ec_guide{
    padding: 80px 0;
    background: url(img/common/ec/guide.jpg) no-repeat center center;
    background-size: cover;
}
.ec_guide_oral{
    background: url(img/common/ec/oral.jpg) no-repeat -100px center;
    background-size: auto 100%;
}
.ec_guide_pediatric{
    background: url(img/common/ec/pediatric.jpg) no-repeat -140px center;
    background-size: auto 90%;
}
.ec_guide_ortho{
    background: url(img/common/ec/ortho.jpg) no-repeat -160px center;
    background-size: auto 80%;
}
.ec_guide_implant{
    background: url(img/common/ec/implant.jpg) no-repeat 0 center;
    background-size: auto 100%;
}
.ec_guide_whitening{
    background: url(img/common/ec/whitening.jpg) no-repeat 0 center;
    background-size: auto 100%;
}
.ec_guide_yobou{
    background: url(img/common/ec/yobou.jpg) no-repeat -256px center;
    background-size: auto 80%;
}
.ec_price{
    padding: 80px 0;
    background: url(img/common/ec/price.jpg) no-repeat center center;
}
.ec_team{
    padding: 80px 0;
    background: url(img/common/ec/team.jpg) no-repeat center center;
}
.ec_access{
    padding: 80px 0;
    background: url(img/common/ec/access.jpg) no-repeat center center;
}
.ec_other{
    padding: 80px 0;
    background: url(img/common/ec/other.jpg) no-repeat center center;
}
}





/* ▼▼▼▼▼▼▼▼▼▼▼▼ 共通項目 ▼▼▼▼▼▼▼▼▼▼▼▼ */

#breadcrumbs{
    margin-bottom: 24px;
	text-align: right;
}
#wrap{
    width: 92%;
/*    min-width: 92%;*/
    max-width: 1200px;
    margin: 0 auto 80px;
    padding: 40px 0 0;
    text-align: left;
}
#wrap p{
	margin: 0 0 16px;
}
#wrap strong{
	background: linear-gradient(transparent 70%, #edbf57 70%);
}
#wrap b{
    color: #c68d0d;
}
#wrap article{
    margin: 0 0 80px;
}
#top h1{
    margin: 0 0 32px;
    padding: 24px 0 0;
    background: url("img/common/svg/h2.svg") no-repeat top center;
    background-size: auto 6px;
    text-align: center;
    font-size: 28px;
    font-family: "M PLUS Rounded 1c";
}
#wrap h1{
    margin: 0 0 32px;
    padding: 24px 0 0;
    background: url("img/common/svg/h2.svg") no-repeat top center;
    background-size: auto 6px;
    text-align: center;
    font-size: 28px;
    font-family: "M PLUS Rounded 1c";
}
#wrap h2{
	margin-bottom: 24px;
    padding: 16px;
    background: rgba(209,192,224,1);
    color: #000;
	font-size: 24px;
    font-weight: 700;
	text-align: left;
}
#wrap h3{
	margin-bottom: 16px;
    padding: 0 0 8px;
    border-bottom: 1px dashed #000;
	font-size: 21px;
    font-weight: 700;
	text-align: left;
}
#wrap h3 span{
	font-size: 23px;
    color: #c68d0d;
}
#wrap h4{
    margin: 0 0 8px;
	font-size: 18px;
    font-weight: 600;
}
#wrap h5{
    margin: 0 0 8px;
	font-size: 17px;
    font-weight: 600;
}
#wrap .boxL{
    float: left;
    width: 49%;
}
#wrap .boxR{
    float: right;
    width: 49%;
}
#wrap .two_columns .box{
    width: 49%;
}
#wrap .two_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#wrap .two_columns .box:nth-of-type(even){
    float: right;
}

#wrap .three_columns .box{
    float: left;
    width: 32%;	
}
#wrap .three_columns .box:nth-child(3n+2){
    margin: 0 0 0 2%;
}
#wrap .three_columns .box:nth-child(3n+3){
    float: right;
}
#wrap .three_columns .box .more a{
    width: 90%;
}
#wrap .four_column .box{
    float: left;
    width: 25%;
    padding: 0 5px;
    text-align: center;
}
#wrap figcaption{
    padding-top: 8px;
}
#wrap .more a{
    width: 40%;
}
#wrap .oz .imgL,
#wrap .oz .s_imgL{
    max-width: 40%;
    margin: 0 16px 0 0;
    text-align: center;
}
#wrap .oz .imgR,
#wrap .oz .s_imgR{
    max-width: 40%;
    margin: 0 0 0 16px;
}
#wrap .notes{
    padding: 24px;
    background: rgba(255,246,229,1);
    text-align: left;
}
#wrap .notes_lb{
    padding: 24px;
    background: #e5faff;
    text-align: left;
}
#wrap .notes span{
    font-size: 18px;
    font-weight: 700;
    color: rgba(209,162,56,1);
}
#wrap .notes_lb span{
    font-weight: 700;
    color: #0d72c0;
}
#wrap .itero .notes_lb span::before{
    content: "■ ";
}
#wrap .notes li{
    margin: 0 0 8px;
}
#wrap .notes ol li::before{
    content: "・ ";
}
#wrap dl{
    width: 64%;
    margin: 0 auto 24px;
    text-align: left;
    border: 1px solid #f7b055;
}
#wrap dt{
    padding: 16px;
    background: rgba(247,176,85,1);
    color: white;
    font-size: 18px;
}
#wrap dd{
    padding: 16px;
}
#wrap .datas table{
    width: 72%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 1px solid #f7b055;
    border-collapse: collapse;
    border-spacing: 0;
}
#wrap .datas th{
    width: 30%;
    padding: 16px;
    background: #f7b055;
    color: white;
    border-bottom: 1px solid #f7b055;
    font-weight: 100;
}
#wrap .datas td{
    width: 70%;
    padding: 16px;
    background: #fff;
    border-bottom: 1px solid #f7b055;
}
#wrap .merit_bg{
    min-height: 160px;
    padding: 24px;
    background: #e5faff;
}
#wrap .demerit_bg{
    min-height: 160px;
    padding: 24px;
    background: #fee4e4;
}
#wrap .merit_bg .hd{
    margin: 0 0 8px;
    color: #0d72c0;
    font-size: 18px;
    font-weight: 700;
}
#wrap .demerit_bg .hd{
    margin: 0 0 8px;
    color: #c60d0d;
    font-size: 18px;
    font-weight: 700;
}
@media screen and (max-width: 1280px) {
@media screen and (max-width: 1023px) {
#breadcrumbs{
	text-align: left;
}
#wrap{
    width: 92%;
    margin: 0 auto 80px;
    text-align: left;
}
#wrap dl{
    width: 100%;
}
@media screen and (max-width: 767px) {
#wrap h2{
	margin-bottom: 16px;
}
#wrap .oz .imgL{
    float: none;
    max-width: 100%;
    margin: 0 0 16px;
    text-align: center;
}
#wrap .fixleft .imgL{
    float: left;
    max-width: 30%;
    margin: 0 16px 0 0;
    text-align: left;
}
#wrap .oz .imgR{
    float: none;
    max-width: 100%;
    margin: 0 0 16px;
}
#wrap .oz .imgL p,
#wrap .oz .imgR p{
    margin-bottom: 40px;
}
#wrap .boxL{
    float: none;
    width: 100%;
    margin-bottom: 16px;
}
#wrap .boxR{
    float: none;
    width: 100%;
    margin-bottom: 16px;
}
#wrap .two_columns .box{
    width: 100%;
    margin-bottom: 24px;
}
#wrap .two_columns .box:nth-of-type(odd){
    clear: both;
    float: none;
}
#wrap .two_columns .box:nth-of-type(even){
    float: none;
}
#wrap dl .two_columns .box{
    margin-bottom: 8px;
}
#wrap dl .two_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
    width: 40%;
}
#wrap dl .two_columns .box:nth-of-type(even){
    float: right;
    width: 60%;
}
#wrap .three_columns .box{
    float: none;
    width: 100%;
    margin-bottom: 16px;
}
#wrap .three_columns .box:nth-of-type(even){
    margin: 0 0 16px;
}
#wrap .three_columns .box:nth-of-type(3){
    float: none;
}
#wrap .four_column .box{
    float: left;
    width: 50%;
    margin: 0 0 16px;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0;
}
#wrap .four_column .box img{
    padding: 0 0 4px;
}
#wrap .datas table{
    width: 100%;
}
#wrap .datas th{
    width: 40%;
    padding: 8px;
}
#wrap .datas td{
    width: 60%;
    padding: 8px;
}
#wrap .more a{
    width: 100%;
}
#wrap .notes{
    padding: 16px;
}
#wrap .merit_bg{
    min-height: inherit;
    padding: 16px;
}
#wrap .demerit_bg{
    min-height: inherit;
    padding: 16px;
}

}
}
}
/* ▲▲▲▲▲▲▲▲▲▲ 共通項目 ▲▲▲▲▲▲▲▲▲▲ */



#pediatric_top{
    margin: 0 0 40px;
    text-align: center;
}

#guide_top .box{
    margin-bottom: 40px;
}
#wrap .guide_nav{
    padding: 16px;
    background: rgba(255,246,229,1);
    text-align: left;
}
#wrap .guide_nav div{
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 700;
    color: rgba(209,162,56,1);
}
#wrap .guide_nav li{
    float: left;
    width: 50%;
    margin: 0 0 8px;
    padding: 0 4px;
}
#wrap .guide_nav li a{
	display: block;
    width: 100%;
    margin: auto;
    padding: 16px 8px;
    background: rgba(133,117,148,1) url("img/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 8% auto;
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0;
    border-radius: 8px;
    line-height: 1.2;
}
#wrap .guide_nav li a:hover{
    background: rgba(133,117,148,.6) url("img/common/svg/arrow.svg") no-repeat 99% center;
    background-size: 8% auto;
    color: #fff;
}
@media screen and (max-width: 767px) {
#wrap .guide_nav{
    padding: 16px;
}
#wrap .guide_nav li a{
    width: 100%;
}
}


#wrap .notes ol.checklists li{
    margin: 0 0 8px;
    padding: 0 0 0 32px;
    background: url("img/common/svg/icon_check.svg") no-repeat 0 8px;
    background-size: 28px auto;
}
#wrap .notes ol.checklists li::before{
    content: "";
}




#wrap .bt_price table{
    width: 64%;
    margin: auto;
    border-collapse: collapse;
}
#wrap .bt_price table tr{
    border-bottom: 1px solid;
}
#wrap .bt_price table td{
    padding: 8px;
}
#wrap .bt_price table td:nth-of-type(odd){
    width: 70%;
}
#wrap .bt_price table td:nth-of-type(even){
    text-align: right;
}
#wrap .bt_four_column .box{
    float: left;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}
@media screen and (max-width: 767px) {
#wrap .bt_price table{
    width: 100%;
    margin: 0;
}
#wrap .bt_four_column .box{
    float: left;
    width: 50%;
    padding: 0 4px;
    text-align: left;
}
}


#wrap .faq_box dl{
    width: 100%;
    margin: 0 0 24px;
    padding: 16px;
    background: #e5faff;
    text-align: left;
    border: 0;
}
#wrap .faq_box dt{
    margin: 0 0 16px;
    padding: 0;
    background: #e5faff;
    color: #0d72c0;
    font-size: 18px;
    font-weight: 700;
}
#wrap .faq_box dt::before{
    content: "Q.";
}
#wrap .faq_box dd{
    min-height: 120px;
    padding: 0 0 0 120px;
    background: url("img/illust/m01.png") no-repeat left top;
    background-size: 96px auto;
}




#ko_points .box{
    float: left;
    width: 32%;
}
#ko_points .box:nth-of-type(2){
    margin-left: 2%;
}
#ko_points .box:nth-of-type(3){
    float: right;
}

@media screen and (max-width: 767px) {
#ko_points .box{
    float: none;
    width: 100%;
    margin: 0 0 16px;
}
#ko_points .box:nth-of-type(2){
    margin-left: 0;
}
#ko_points .box:nth-of-type(3){
    float: none;
    margin: 0;
}
}











a.external_link::after{
    content: " \f35d";
    font-family: FontAwesome;
}
#sitemap_list p{
    margin: 0;
}
#sitemap_list li{
    font-size: 1.1em !important;
}
#sitemap_list li li{
    font-size: .95em !important;
}
#sitemap_list li li li{
    font-size: .9em !important;
}





#wrap .equipment{
	margin: 0 0 32px;
}
#wrap .equipment figcaption{
    min-height: 180px;
}
@media screen and (max-width: 767px) {
#wrap .equipment figcaption{
    min-height: inherit;
}
}



@media screen and (max-width: 767px) {
#wrap .konkan_flow .oz .imgL{
    float: left;
    max-width: 30%;
    margin: 0 4px 0 0;
    text-align: left;
}
}





#wrap .pricelist table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
#wrap .pricelist table tr:nth-of-type(odd){
    background: #fff6e5;
}
#wrap .pricelist table tr:nth-of-type(even){
    background: #fff;
}
#wrap .pricelist table td{
    padding: 16px 24px;
    vertical-align: middle;
}
#wrap .pricelist table td:nth-of-type(even){
    text-align: right;
}
@media screen and (max-width: 767px) {
#wrap .pricelist table{
    border-top: 1px solid #998121;
}
#wrap .pricelist table td{
    display: block;
}
#wrap .pricelist table td:nth-of-type(odd){
    padding: 8px;
    text-align: center;
    border-bottom: 1px dashed #998121;
}
#wrap .pricelist table td:nth-of-type(even){
    padding: 8px;
    text-align: right;
    border-bottom: 1px solid #998121;
}
}




#privacypolicy section{
	margin: 0 0 5vw;
}
@media screen and (max-width: 767px) {
#privacypolicy section{
	margin: 0 0 5vh;
}
}



#wrap .team .hd{
	margin: 0 0 8px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
#wrap .team .hd span{
    font-size: 16px;
    display: block;
}
#wrap .team .profile{
    margin: 0 0 8px;
}
#wrap .team .profile div{
    padding: 8px 0;
    border-bottom: 1px solid;
}
#wrap .team .message{
    margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
}




#wrap .form{
    width: 64%;
	margin: 0 auto 10vw;
	text-align: left;
}
#wrap .form table{
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
}
#wrap .form td{
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
#wrap .form td:nth-of-type(odd){
    width: 24%;
}
#wrap .form td:nth-of-type(even){
    padding: 16px 8px 16px 32px;
}
#captcha div{margin: auto !important;}

@media screen and (max-width: 767px) {
#wrap .form{
    width: 100%;
	margin: 0 0 5vh;
	text-align: left;
}
#wrap .form td{
    display: block;
    padding: 8px;
    letter-spacing: 0;
    font-size: 14px;
}
#wrap .form td:nth-of-type(odd){
    width: 100%;
    border-bottom: 1px dashed #ccc;
}
#wrap .form td:nth-of-type(even){
    width: 100%;
    padding: 8px;
}
span.wpcf7-list-item{
	display: block !important;
}
}

#wrap .form i{
	color:#900;
}

.wpcf7-validates-as-date{
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}
input{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	background-color: #fff;
	color: #333;
	width: 88%;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}

input[type="radio"],
input[type="checkbox"]
{
	-webkit-transform: scale(1);
	-webkit-transform-origin:0 0;
	-moz-transform: scale(1);
	-moz-transform-origin:0 0;
	-ms-transform: scale(1);
	-ms-transform-origin:0 0;
	width:28px;
	width:28px;
	vertical-align:middle;
}

select {
	background: #fff;
	color:#333;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
	line-height: 2;
}

input[type="submit"] {
	margin: 40px 0 0;
	padding: 8px 0 8px 24px;
    background: rgba(243,136,0,1);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 32px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);

	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
    background: rgba(243,136,0,.5);
    color: #245d72;
}
span.wpcf7-not-valid-tip {
	font-size: 80%;
}
/*
.wpcf7 input{
	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 88%;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}

.wpcf7 input[type="radio"],
.wpcf7 input[type="checkbox"]
{
	-webkit-transform: scale(1);
	-webkit-transform-origin:0 0;
	-moz-transform: scale(1);
	-moz-transform-origin:0 0;
	-ms-transform: scale(1);
	-ms-transform-origin:0 0;
	width:28px;
	width:28px;
	vertical-align:middle;
}

.wpcf7 select {
	background: #fff;
	color:#333;
	border: 1px solid #ddd;
	font-size: 18px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
	line-height: 2;
}

.wpcf7 input[type="submit"] {
	margin: 40px 0 0;
	padding: 8px 0 8px 24px;
    background: rgba(243,136,0,1);
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 32px;
	box-shadow: 0 0 1px rgba(0,0,0,.2);

	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
    background: rgba(243,136,0,.5);
    color: #245d72;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
*/


.tc4060{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.fx_r{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
.two_columns_fx,
.three_columns_fx,
.four_columns_fx,
.four_blocks_fx{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.two_block_fx .box,
.two_columns_fx .box,
ol.two_columns_fx li{
	width: calc( 50% - 16px);
}
@media screen and (max-width: 767px) {
.two_block_fx .box,
.two_columns_fx .box,
ol.two_columns_fx li{
	width: 100%;
}
}


.notes{
    padding: 2em;
    text-align: left;
}
.notes_white{
    background: #fff;
}


.itero .grid{
    width: calc(50% - 16px);
}
@media screen and (max-width: 767px) {
.itero .grid{
    width: 100%;
}
}


.yt_mov_area{
    width: 100%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    text-align: center;
}
.yt_mov iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.yt_mov_area .hd{
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 540px) {
.yt_mov_area{
/*    width: 96%;*/
}
.yt_mov iframe {
    max-width: 100%;
    min-height: 300px;
    max-height: 400px;
}
}


.pbm__tokuchou{
    margin-bottom: 40px;
}
.pbm__tokuchou .box:nth-of-type(odd){
    width: 40%;
}
.pbm__tokuchou .box:nth-of-type(even){
    width: 60%;
    padding-top: 64px;
    padding-left: 16px;
}
@media screen and (max-width: 540px) {
.pbm__tokuchou .box:nth-of-type(odd){
    width: 100%;
}
.pbm__tokuchou .box:nth-of-type(even){
    width: 100%;
    padding-top: 0;
    padding-left: 0;
}
}

.pbm__chuuiten{
    padding: 40px 80px;
    background: #dce6e4 url("img/clinic/pbm/chuui_mark.svg") no-repeat center center;
    background-size: 224px auto;
}
@media screen and (max-width: 540px) {
.pbm__chuuiten{
    padding: 24px;
}
}



#wrap .checklists li{
    margin: 0 0 8px;
    padding: 0 0 0 32px;
    background: url("img/common/svg/icon_check.svg") no-repeat 0 8px;
    background-size: 16px auto;
}
.tc4060 .grid:nth-child(odd){
    width: 40%;
}
.tc4060 .grid:nth-child(even){
    width: 60%;
    padding-left: 24px;
}
@media screen and (max-width: 540px) {
.tc4060 .grid:nth-child(odd){
    width: 100%;
}
.tc4060 .grid:nth-child(even){
    width: 100%;
    padding-left: 0;
}
}



