@charset "utf-8";
/*
Theme Name: スマイルコンセプト
Theme URI: https://www.smile2525.net/
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}
}

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{
    position: relative;
	width: 100%;
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	color: #666;
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Godthic Pro W3", HiraKakuPro-W3, Osaka,  "ＭＳ Ｐゴシック", sans-serif;
	font-size: 1em;
	line-height: 1.8em;
	letter-spacing: 1.6pt;
	overflow-wrap : break-word;
    -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(163,38,29,1);
	color: rgba(255,255,255,1);
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
	background: rgba(163,38,29,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: #5478bb;
}
a:active, a:hover{
	color: #00368f;
	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:collapse;}
i,em{font-style:normal;}
img{
    max-width: 100%;
    height: auto;
    border:none;
    vertical-align:middle;
}
.su{opacity:0;transform: translateY(10px);}
.fiu{transition: all .2s ease-in;transform: translateY(0);opacity: 1 !important;}

ul, ol, li{
	margin:0;
	padding:0;
	list-style:none;
}
figcaption{
    padding-top: 8px;
}

.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:700;}
/*.grecaptcha-badge { visibility: hidden; }*/
.blocklink{
    position: relative;
}
.blocklink a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.blocklink a:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}



.wdt40{width:40%;margin:auto;}@media screen and (max-width: 768px) {.wdt40{width:100%;margin:auto;}}

.mt8{margin-top:8px;}
.mt16{margin-top:16px;}
.mt24{margin-top:24px;}
.mt32{margin-top:32px;}
.mt40{margin-top:40px;}
.mt64{margin-top:64px;}
.mt80{margin-top:80px;}

.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;}



.pt24{padding-top:24px;}
.pt40{padding-top:40px;}
.pt64{padding-top:64px;}
.pt72{padding-top:72px;}
.pt80{padding-top:80px;}
@media screen and (max-width: 767px) {
.pt24{padding-top:0;}
.pt40{padding-top:0;}
.pt64{padding-top:0;}
.pt72{padding-top:0;}
.pt80{padding-top:0;}
}


.pb16{padding-bottom:16px;}


.ii40{padding: 0 40px;}
@media screen and (max-width: 767px) {
.ii40{padding: 0;}
}

.fwb{font-weight: 700;}
.fs14{font-size: 14px;}
.fs15{font-size: 15px;}
.fs17{font-size: 17px;}
.fs18{font-size: 18px;}
.fs19{font-size: 19px;}
.fs20{font-size: 20px;}



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

.ic_blue{color: #5478bb;}
.ic_gold{color: #b49031;}
.ic_red{color: #e64f4f;}
.ic_wine{color: #bc271a;}



.more a{
    position: relative;
	display: block;
    padding: 16px;
    background: #000;
    color: #fff;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
}
.more a::after{
    position: absolute;
    top: 47%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.more a:hover{
    background: #333;
}
@media screen and (max-width: 767px){
.more a{
    width: 100%;
}
}


.more_hds{
    margin: 0 0 .4em;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #b49031;
}
.more_hds::before{
    content: "＼";
}
.more_hds::after{
    content: "／";
}





.w30{width: 30%;margin-left: auto;margin-right: auto;}
.w40{width: 40%;margin-left: auto;margin-right: auto;}
.w50{width: 50%;margin-left: auto;margin-right: auto;}
.w60{width: 60%;margin-left: auto;margin-right: auto;}
.w70{width: 70%;margin-left: auto;margin-right: auto;}
.w80{width: 80%;margin-left: auto;margin-right: auto;}
.w90{width: 90%;margin-left: auto;margin-right: auto;}
@media screen and (max-width: 1023px) {
.w30,.w40,.w50{width: 100%;}}
@media screen and (max-width: 767px) {
.w30,.w40,.w50,.w60,.w70,.w80,.w90{width: 100%;}}


.rtt180{transform: rotateX(180deg);}

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;
}
}


#upper_toggle{
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
/*    top: 0;*/
    top: 6em;
    right: 2%;
    cursor: pointer;
/*    background: rgba(74,118,72,.9);*/
    z-index: 9999;
}
.fixed{
    position: fixed;
    top: 20px;
}
@media screen and (max-width: 768px) {
#upper_toggle{
    display: inherit;
}
}

#upper_toggle .open_button{
/*
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 30px;
    margin: auto;
    padding: 8px 16px;
    color: #444;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 1px 3px rgba(0,0,0,0.6);
    border-radius: 16px;
    cursor: pointer;
*/
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 2px;
    width: 80%;
    margin: auto;
    background: #fff;
    left: 0;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#upper_toggle span:nth-child(1) {
    top: 8px;
}
#upper_toggle span:nth-child(2) {
    top: 18px;
}
#upper_toggle span:nth-child(3) {
    top: 28px;
}
.modal_wrap input{
    display: none;
}
.modal_overlay{
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    align-self: center;
    width: 100%;
    height: 100%;
    max-width: 800px;
    overflow-y: auto;
    margin: auto;
    padding: 2em 1em;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
/*    transform: scale(0.001);*/
    transform: scale(0.3);
    transition: .5s;
    text-align: left;
}
.modal_wrap .uis{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.modal_wrap .uis div{
    float: left;
    width: 33%;
    padding: 0 1px;
    text-align: center;
}
.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 24px;
    cursor: pointer;
}
.close_button_b{
    width: 32px;
    position: absolute;
    bottom: 10;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 24px;
    cursor: pointer;
}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_wrap li{
    margin-bottom: 1em;
}
.modal_wrap ol{
    margin-bottom: 1em;
    padding: 8px 0 0;
}
.modal_wrap li li{
    float: left;
    width: 50%;
    margin-bottom: 4px;
    padding: 0 2%;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
.modal_wrap li li{
    float: none;
    width: 100%;
}
}








header{
/*
	position: -webkit-sticky;
	position: sticky;
*/
    position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
    background: rgba(255,255,255,.9);
}
#upper_area{
	position: relative;
    width: 92%;
    max-width: 1280px;
/*    height: 200px;*/
/*    height: 232px;*/
    height: 300px;
    margin: auto;
    z-index: 40;
}
#logo{
    position: absolute;
/*    width: 363px;*/
    width: 92%;
    height: 161px;
    margin: auto;
    top: .2em;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 50;
/*    font-weight: 300;*/
    font-size: 32px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.3;
    letter-spacing: -1px;
}
#main_logo img{
    width: 160px;
    height: auto;
    padding: 0 0 .4em;
}
#upper_area .uba{
    position: absolute;
/*    position: fixed;*/
    width: 360px;
    height: 80px;
    margin: auto;
/*    top: 1.2em;*/
    top: 7em;
    right: 0;
    text-align: right;
    z-index: 9999;
}
#upper_area .uba div{
    width: calc(25% - 1px);
    text-align: center;
}
@media screen and (max-width: 1024px) {
#upper_area{
    width: 100%;
/*    height: 160px;*/
    height: 224px;
    max-width: inherit;
}
#logo{
/*    width: 200px;*/
    top: .3em;
    font-size: 16px;
}
}



#gnav{
}
#gnav nav{
    position: relative;
    width: 100%;
/*    width: 92%;*/
    max-width: 1440px;
    height: 30px;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
}
#gnav nav ul{
	position: relative;
/*	font-size: 13px;*/
    font-weight: 700;
}
#gnav nav ul::after {
	display: block;
	clear: both;
	content: '';
}
#gnav nav ul li{
	position: relative;
	float: left;
    padding: 0;
	width: 11.1%;
	letter-spacing: 0;
    text-align: center;
}
#gnav nav ul li a{
	padding: 8px 0;
	color: #333;
    border-bottom: 2px solid #fff;
	text-align: center;
	display: block;
}
#gnav nav ul li a:hover,
#gnav nav ul li a.ov{
	padding: 8px 0;
	color: #000;
    border-bottom: 2px solid #bc271a;
	text-decoration: none;
}
#gnav nav ul ul{
	position: absolute;
	top: 100%;
	left: -1px;
    border-left: 0;
}
#gnav nav ul li:nth-of-type(8) ul ul{
	left: -240px;
}
#gnav nav ul li:nth-of-type(9) ul{
	left: -80px;
}
#gnav nav ul ul li{
	float: none;
	width: 240px;
    border: 0;
}
#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: #ccc;
    color: #fff;
	text-decoration: none;
    text-align: left;
}
#gnav nav ul li li a:hover{
	padding: 8px;
    background: #eee;
}


#upper_covid{
    padding: 2%;
    background: #f2f2ec;
}







.tainin_greeting{
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 64px;
    padding: 40px 0 0;
    text-align: left;
    font-size: 18px;
}
.tainin_greeting .hd{
    margin-bottom: 40px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.tainin_greeting .hd br{
    display: none;
}
@media screen and (max-width: 1080px){
.tainin_greeting{
    width: 92%;
    max-width: 880px;
}
@media screen and (max-width: 540px){
.tainin_greeting .hd br{
    display: block;
}
}
}




#nine_photos{
    background: #f4f4f4;
}
#nine_photos ul{
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
#nine_photos li{
    float: left;
	width: 11.1%;
    text-align: center;
}




#mv{
	margin: 0;
}
#v_area{
    background: #f4f4f4;
}
#v_area img{
    width: 100%;
    height: auto;
}
#v_area .iten{
    margin-bottom: 40px;
}
#v_area .iten img{
    width: inherit;
    height: auto;
}
#mv_inner img{
    max-width: 100%;
    height: auto;
}
#mv .two_blocks .box{
    width: 50%;
}
#mv .mv_clinic{
    width: 60%;
    margin: auto;
    padding: 2em 0;
    background: #f4f4f4;
    text-align: center;
}
#mv_inner{
    padding: 4em;
    background: #fff;
    text-align: left;
}
.fs_min{
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#mv h1{
/*
    position: relative;
    display: inline-block;
*/
    margin: 0 0 1em;
    padding: 0 0 .8em;
    background: url("../../../img/underbar.jpg") no-repeat center bottom;
    background-size: 120px 4px;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/*
#mv h1::before{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 120px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #bc271a;
    border-radius: 2px;
}
*/
#mv h1 span{
    font-size: 20px;
}
@media screen and (max-width: 1023px){
#mv .mv_clinic{
    width: 92%;
}
@media screen and (max-width: 767px){
#mv_inner{
    padding: 2em 1em;
}
#mv_inner h1{
    text-align: left;
}
#mv .mv_clinic{
    width: 100%;
    margin: auto;
    padding: 1em;
}
}
}


#submv{
    position: relative;
    min-height: 200px;
    text-align: center;
/*    background: url("../../../img/common/svg/deco.svg") no-repeat center 1.4em, url("../../../img/common/submv_pc.jpg") no-repeat;*/
    background: url("../../../img/common/submv_pc.jpg") no-repeat;
    background-size: cover;
    font-size: 25px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#submv div{
    position: absolute;
    height: 30px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}
@media screen and (max-width: 767px){
#submv{
    min-height: 160px;
/*    background: url("../../../img/common/svg/deco.svg") no-repeat center 1em, url("../../../img/common/submv_pc.jpg") no-repeat;*/
    background: url("../../../img/common/submv_pc.jpg") no-repeat;
    background-size: cover;
/*    background-size: 220px auto, cover;*/
    line-height: 1;
}
#submv div{
    height: 30px;
    padding: 0 .5em;
}
}






#ci_dsd{
    background: linear-gradient(180deg,#fff 0%,#fff 500px,#efefef 500px,#efefef 640px,#fff 640px);
}
@media screen and (max-width: 1023px){
#ci_dsd{
    background: linear-gradient(180deg,#fff 0%,#fff 100px,#efefef 100px,#efefef 740px,#fff 740px);
}
@media screen and (max-width: 767px){
#ci_dsd{
    background: linear-gradient(180deg,#fff 0%,#fff 100px,#efefef 100px,#efefef 840px,#fff 840px);
}
}
}

#ci_dsd h2{
    margin: 0 0 .8em;
    padding: 2.4em 0 0;
    background: url("../../../img/common/svg/kirakira.svg") no-repeat top center;
    background-size: 55px auto;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}


#dsd{
    padding: 4em 5em;
    background: #efefef;
/*
    padding: 8em 5em 5em 45%;
    background: url("../../../img/dsd.jpg") no-repeat top left;
    background-size: 596px auto;
*/
    text-align: left;
}
@media screen and (max-width: 1280px){
/*
#dsd{
    padding: 3em 1em 5em 42%;
    background: url("../../../img/dsd.jpg") no-repeat top left;
    background-size: 40% auto;
    text-align: left;
}
*/
@media screen and (max-width: 1023px){
#dsd{
    padding: 1em 1em 3em;
/*
    padding: 3em 1em 5em 50%;
    background: url("../../../img/dsd.jpg") no-repeat top left;
    background-size: 45% auto;
    text-align: left;
*/
}

@media screen and (max-width: 767px){
/*
#dsd{
    padding: 240px 1em 2em;
    background: url("../../../img/dsd.jpg") no-repeat top left;
    background-size: 90% auto;
}
*/
}
}
}






#clinic_info{
    padding: 8em 45% 5em 5em;
    background: url("../../../img/clinic.jpg") no-repeat top right;
    background-size: 560px auto;
}
#clinic_info li{
    float: left;
    width: 25%;
    padding: .1em;
    text-align: center;
}
@media screen and (max-width: 1280px){
#clinic_info{
    padding: 8em 42% 2em 1em;
    background: url("../../../img/clinic.jpg") no-repeat top right;
    background-size: 40% auto;
}
@media screen and (max-width: 1023px){
#clinic_info{
    padding: 320px 1em 2em;
    background: url("../../../img/clinic.jpg") no-repeat top right;
    background-size: 60% auto;
}
@media screen and (max-width: 767px){
#clinic_info{
    padding: 240px 1em 2em;
    background: url("../../../img/clinic.jpg") no-repeat top right;
    background-size: 90% auto;
}
#clinic_info li{
    width: 50%;
    margin-bottom: .7em;
    padding: .1em;
}
}
}
}











#ha_kirei{
    padding: 1.5em 4em 1em 50%;
    background: #efefef url("../../../img/kirei.jpg") no-repeat -100px 0;
    background-size: 50% auto;
    text-align: left;
}
#ha_kirei h2{
    margin: 0 0 .8em;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#ha_kirei h2 span{
    color: #bc271a;
    font-size: 17px;
}
@media screen and (max-width: 1280px){
#ha_kirei{
    padding: 1em 1em 1em 45%;
    background: #efefef url("../../../img/kirei.jpg") no-repeat -90px 0;
    background-size: 50% auto;
    text-align: left;
}
@media screen and (max-width: 1023px){
#ha_kirei{
    padding: 320px 2em 4em;
    background: #efefef url("../../../img/kirei.jpg") no-repeat top center;
    background-size: 100% auto;
}
#ha_kirei .inner{
    padding: 2em;
    background: rgba(255,255,255,.9);
}
@media screen and (max-width: 767px){
#ha_kirei{
    padding: 180px 1em 2em;
    background: #efefef url("../../../img/kirei.jpg") no-repeat top center;
    background-size: 100% auto;
}
#ha_kirei .inner{
    padding: 1em;
}
}
}
}








#way{
    padding: 5em;
    background: #fff url("../../../img/waybg_pc.jpg") no-repeat top center;
    background-size: 100% auto;
    text-align: left;
}
#way h2{
    margin: 0 0 .8em;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#way h2 span{
    color: #bc271a;
    font-size: 17px;
}
#way .kids_adults{
    width: 64%;
    margin-left: auto;
    margin-right: auto;
}
#way .kids_adults .box{
    float: left;
    width: 50%;
    padding: 0 2em;
}
#way ol.two_columns li.box{
    width: 50%;
    padding: 0 .1em;
    text-align: left;
}



#way h3{
    margin: 0 auto 1em;
    color: #000;
    text-align: center;
    font-size: 20px;
    border-bottom: 5px solid #bc271a;
}
#way #num01{
    width: 25%;
    min-height: 64px;
    line-height: 64px;
    background: url("../../../img/common/svg/01.svg") no-repeat top center;
    background-size: auto 52px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#way #num02{
    width: 60%;
    min-height: 64px;
    line-height: 64px;
    background: url("../../../img/common/svg/02.svg") no-repeat top center;
    background-size: auto 52px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#way #num03{
    width: 60%;
    min-height: 64px;
    line-height: 64px;
    background: url("../../../img/common/svg/03.svg") no-repeat top center;
    background-size: auto 52px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#way h4{
    margin-bottom: .5em;
    color: #000;
    font-size: 18px;
    text-align: left;
}
#way h4::before{
    content: "● ";
    color: #bc271a;
    font-size: 10px;
}
#way li a{
    display: block;
    margin-bottom: 3px;
    padding: .4em 2em;
    background: #eee url("../../../img/common/svg/arrow_btn_red.svg") no-repeat 10px center;
    text-align: left;
}
#way li a:hover{
    background: #ddd url("../../../img/common/svg/arrow_btn_red.svg") no-repeat 10px center;
}
@media screen and (max-width: 1023px){
#way{
    padding: 2em;
    background: #fff url("../../../img/waybg.jpg") no-repeat top center;
    background-size: 100% auto;
}
#way .kids_adults{
    width: 88%;
}
@media screen and (max-width: 767px){
#way{
    padding: 2em 1em;
    background: #fff url("../../../img/waybg.jpg") no-repeat top center;
    background-size: 100% auto;
}
#way .kids_adults{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#way .kids_adults .box{
    float: left;
    width: 50%;
    padding: 0 .2em;
}
#way h4{
    color: #000;
/*
    background: url("../../../img/common/ribbon02.jpg") no-repeat left center;
    background-size: 24px auto;
*/
    text-align: left;
}
#way ol.two_columns li.box{
    width: 100%;
}
#way #num01{
    width: 100%;
    min-height: 64px;
    line-height: 64px;
    background: url("../../../img/common/svg/01.svg") no-repeat top center;
    background-size: auto 52px;
}
#way #num02{
    width: 100%;
    min-height: 64px;
    line-height: 64px;
    background: url("../../../img/common/svg/02.svg") no-repeat top center;
    background-size: auto 52px;
}
#way #num03{
    width: 100%;
    min-height: 64px;
    line-height: 64px;
    background: url("../../../img/common/svg/03.svg") no-repeat top center;
    background-size: auto 52px;
}
}
}









#your_choices{
    padding: 5em;
/*
    background: #cdbc8d url("../../../img/ycbg_pc.jpg") no-repeat top center;
    background-size: 100% auto;
*/
    background: #efefef;
}
#your_choices h2{
    margin: 0 0 .8em;
    padding: 2.4em 0 0;
    background: url("../../../img/common/svg/kirakira.svg") no-repeat top center;
    background-size: 55px auto;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#your_choices h2 span{
    font-size: 17px;
}
#your_choices p:first-of-type{
    text-align: center;
}
#your_choices ol{
    padding: 0 10em;
}
#your_choices li{
    float: left;
    width: 25%;
    margin-bottom: 1em;
    padding: 0 1em;
    text-align: center;
}
#your_choices .blocklink a:hover{
    background: rgba(255,255,255,.5);
}
@media screen and (max-width: 1023px){
#your_choices{
    padding: 2em;
/*
    background: #cdbc8d url("../../../img/ycbg_pc.jpg") no-repeat top center;
    background-size: contain;
*/
}
#your_choices ol{
    padding: 0;
}
@media screen and (max-width: 767px){
#your_choices{
    padding: 2em 1em;
/*
    background: #cdbc8d url("../../../img/ycbg.jpg") no-repeat top center;
    background-size: 100% auto;
*/
}
#your_choices p:first-of-type{
    text-align: left;
}
#your_choices li{
    float: left;
    width: 49%;
    padding: 0;
}
#your_choices li:nth-of-type(odd){
    clear: both;
    float: left;
}
#your_choices li:nth-of-type(even){
    float: right;
}
}
}













#knowledge{
    padding: 5em;
/*    background: #ebe1d5;*/
}
#knowledge .mamechishiki{
    text-align: left;
}
#knowledge .mamechishiki .blocklink a:hover{
/*    background: rgba(255,255,255,.2);*/
    background: rgba(235,225,211,.5);
}
#knowledge h2{
    margin: 0 0 .8em;
    padding: 2.4em 0 0;
    background: url("../../../img/common/svg/kirakira.svg") no-repeat top center;
    background-size: 55px auto;
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#columnarea{
    padding: 5em 0;
}
#columnarea .inner{
    position: relative;
    padding: 7em 2em;
    background: #efefef;
}
#columnarea .hd{
    position: absolute;
    top: -2.5em;
    right: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: auto;
}
#columnarea .box div:last-of-type{
    text-align: left;
}
#knowledge #columnarea .blocklink a:hover{
    background: rgba(255,255,255,.5);
}
@media screen and (max-width: 1023px){
#knowledge{
    padding: 2em;
}
#columnarea .inner{
    padding: 5em 1em 1.5em;
}
@media screen and (max-width: 767px){
#knowledge{
    padding: 2em 1em;
}
}
}






#news{
    padding: 5em;
    background: #fff;
}
/*
#news .hd{
    margin: 0 0 1.2em;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
*/
#news .hd{
    position: relative;
    display: inline-block;
    margin: 0 0 1.2em;
    text-align: center;
    font-size: 24px;
    line-height: 1;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#news .hd::before{
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 120px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #bc271a;
    border-radius: 2px;
}


#news time{color: #bc271a;display: block;}
#news .box div{
    margin-bottom: 1.2em;
    text-align: left;
    padding: 0 0 .2em;
    border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1023px){
#news{
    padding: 2em;
}
@media screen and (max-width: 767px) {
#news{
    padding: 2em 1em;
}
}
}






.four_navs{
    padding: 1em 0 0;
}
.four_navs .box{
    float: left;
    width: 25%;
    padding: 0 1px;
    text-align: center;
}
.three_navs{
    padding: 1em 0 0;
}
.three_navs .box{
    float: left;
    width: 33%;
    padding: 0 1px;
    text-align: center;
}


footer{
}
footer .four_box{
    padding: 2em 5em;
}
footer .four_box .box{
    float: left;
    width: 25%;
    padding: 0 .5em;
    text-align: center;
}
footer .four_box .box a{
    display: block;
    padding: 0 5em;
    background: #efefef;
}
@media screen and (max-width: 1023px) {
footer .four_box{
    padding: 2em 0 0;
}
footer .four_box .box{
    padding: 0;
    border-right: 2px solid #fff;
}
footer .four_box .box:last-of-type{
    border-right: 0;
}
footer .four_box .box a{
    padding: 0;
}
@media screen and (max-width: 767px) {
footer{
	padding: 0 0 80px;
}
footer .four_box .box{
    border-right: 1px solid #fff;
}
}
}



#foot_info{
    padding: 0 0 2em;
    background: #000;
    color: #fff;
}
#foot_info .box{
    width: 50%;
}
#foot_info .clinic_names{
    color: #a88d46;
    font-weight: 700;
}
#foot_info .clinic_names img{
    padding-bottom: .5em;
}
#foot_info a{
    color: #a88d46;
}
#foot_info .gmap{
    padding: 0 5em;
}
footer .gmap iframe{
    vertical-align: bottom;
}
@media screen and (max-width: 1023px) {
footer .inner{
    padding: 0 1.5em;
}
#foot_info .gmap{
    padding: 0;
}
@media screen and (max-width: 767px) {
#foot_info{
    padding: 0 0 2em;
}
#foot_info .box{
    width: 100%;
}
footer .clinic_datas{
    float: none;
    width: 100%;
}
}
}







footer .buttons a{
    vertical-align: bottom;
}
footer .buttons{
    padding: 0 10em;
}
footer .buttons a{
    position: relative;
	display: block;
    padding: 16px;
    background: #bc271a;
    color: #fff !important;
    letter-spacing: 0;
    font-weight: 700;
    text-align: center;
}
footer .buttons a::after{
    position: absolute;
    top: 47%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .buttons a:hover{
    background: #333;
}
@media screen and (max-width: 1023px) {
footer .buttons{
    padding: 0;
}
}



#sm_pp{
    padding: 1em;
}









footer .foot_links{
    clear: both;
    max-width: 1280px;
    width: 92%;
    margin-right: auto;
    margin-left: auto;
    padding: 5% 0 0;
}
footer .foot_links .group{
    float: left;
    width: 33%;
    padding: 0 2% 0 0;
    text-align: left;
    letter-spacing: 0;
}
footer .foot_links .parent{
    margin: 0 0 32px;
}
footer .foot_links .parent div{
    margin: 0 0 8px;
}
footer .foot_links div a{
    display: block;
    position: relative;
    padding: 0 0 8px;
    border-bottom: 1px solid #ddd;
    color: #fff !important;
    font-weight: 400;
    font-size: 15px;
}
footer .foot_links div a::after{
    position: absolute;
    top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: -4px;
	border-top: 2px solid #bc271a;
	border-right: 2px solid #bc271a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .foot_links ul{
    padding: 8px 0 0;
}
footer .foot_links li a{
    display: block;
    position: inherit;
    margin: 0 0 8px 16px;
    padding: 0;
    border-bottom: 0;
    color: #333;
    font-weight: 100;
    font-size: 13px;
}
footer .foot_links li a::after{
    position: inherit;
    top: 0;
	right: 0;
	display: inherit;
	content: '';
	width: 0;
	height: 0;
	margin-top: 0;
	border-top: 0;
	border-right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .foot_links li a:link, footer .foot_links li a:visited{
	color: #5478bb;
}
footer .foot_links li a:active, footer .foot_links li a:hover{
	color: #00368f;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
footer .foot_links{
    margin-bottom: 2em;
}
footer .foot_links .parent{
    margin: 0 0 24px;
}
footer .foot_links .group{
    float: none;
    width: 100%;
    padding: 0;
}
footer .foot_links .parent:last-of-type{
    margin: 0;
}
}
#copyright{
	padding: 24px 0 0;
    background: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
}
@media screen and (max-width: 540px) {
#copyright{
	padding: 24px 0 80px;
    font-size: 13px;
}
}

.bottomnav{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0,0,0,.2);
    padding: 8px 0;
}
.bottomnav ol{
    width: 100%;
    max-width: 480px;
    margin: auto;
}
.bottomnav li{
    width: calc(25% - 1px);
    text-align: center;
}
@media screen and (max-width: 540px) {
.bottomnav{
    padding: 1px 0;
    background: rgba(0,0,0,.7);
}
}



/*
#bottom{
    position: fixed;
    bottom: 0;
    right: 0;
	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: 480px) {
#bottom{
    position: fixed;
	width: 100%;
    padding: 8px 2%;
    background: #fff5ef;
    bottom: 0;
    right: 0;
	line-height: 1.5;
    letter-spacing: -1px;
}
#bottom a{
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
	font-size: 16px;
    color: #ed9475;
    border-radius: 0;
}
#bottom .box{
	float: left;
    width: 32%;
	display: inherit;
}
#bottom .box:nth-of-type(even){
    margin-left: 2%;
}
#bottom .box:nth-of-type(3){
	float: right;
}
}
*/










/* ▼▼▼▼▼▼▼▼▼▼▼▼ 下層共通項目 ▼▼▼▼▼▼▼▼▼▼▼▼ */

#breadcrumbs{
    padding: 2em 5em;
	text-align: left;
}
article .section,
article section,
main .section,
main section{
    max-width: 1600px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
#wrap p{
	margin: 0 0 1em;
}
article h1,
main h1{
    margin: 0 0 1.6em;
    padding: 2em 0 0;
    background: url("../../../img/common/svg/kirakira.svg") no-repeat top center;
    background-size: 55px auto;
/*    color: #b49031;*/
    color: #000;
    text-align: center;
    font-size: 25px;
    line-height: 1.2;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
article h2,
main h2,
#wrap main .hd02{
    position: relative;
    display: inline-block;
    width: 100%; 
    margin-bottom: 1.3em;
    padding: .8em;
    background: #bc271a;
    color:#fff;
    text-align: center;
    font-size: 19px;
}
article h2:before,
article h2:before,
main h2:before,
#wrap main .hd02:before{
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #bc271a transparent;
     border-width: 10px 10px 0 10px;
     bottom: -10px;
     left: 50%;
     margin-left: -10px;
}
article h2 a,
main h2 a,
#wrap main .hd02 a{
    display: block;
    color: #fff;
}
article h3,
main h3,
main .hd03{
	margin-bottom: 1em;
    padding: .4em .4em .4em 2em;
    background: url("../../../img/common/svg/kirakira_red.svg") no-repeat center left;
    background-size: 30px auto;
    color: #000;
    font-size: 18px;
    font-weight: 700;
	text-align: left;
    border-bottom: 1px solid #bc271a;
}
article h4,
main h4,
main .hd04{
    margin: 0 0 16px;
    padding: 16px;
    background: #dfdfdf;
    color: #000;
	font-size: 17px;
    font-weight: 700;
}
@media screen and (max-width: 1023px) {
article .section,
article section,
main .section,
main section{
    max-width: 1000px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
@media screen and (max-width: 767px) {
#breadcrumbs{
    padding: 1em;
}
article h2,
article h2,
main h2,
#wrap main .hd02{
     margin-bottom: 1em;
     padding: .8em;
     text-align: left;
}
}
}



strong,
span.udline{
	background: linear-gradient(transparent 60%, #f1d4d5 60%);
}
article .lead,
main .lead{
    font-size: 18px;
    font-weight: 700;
}
article strong,
main strong{
    font-size: 18px;
    font-weight: 700;
}
article b,
main b{
    color: #bc271a;
}


.submenu li a{
    display: block;
    margin-bottom: 1px;
    padding: .4em 2em;
    background: #eee url("../../../img/common/svg/arrow_btn_red.svg") no-repeat 10px center;
}
.submenu li a:hover{
    background: #ddd url("../../../img/common/svg/arrow_btn_red.svg") no-repeat 10px center;
}
.submenu div:first-child{
/*    min-height: 45px;*/
    margin-bottom: 1em;
/*    padding: .6em 0 0 2.8em;*/
/*
    background: url("../../../img/common/ribbon02.jpg") no-repeat 0 center;
    background-size: 40px auto;
*/
    font-size: 18px;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    text-align: left;
    line-height: 1;
}
.submenu div::before{
    content: "● ";
    color: #bc271a;
    font-size: 10px;
}
.submenu li.box{
    float: left;
    width: 50%;
    border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
.submenu li.box{
    float: none;
    width: 100%;
}
}










#wrap .boxL_4055{
    float: left;
    width: 40%;
}
#wrap .boxR_4055{
    float: right;
    width: 55%;
}
#wrap .boxL{
    float: left;
    width: 48%;
}
#wrap .boxR{
    float: right;
    width: 48%;
}
.two_columns .box{
    width: 48%;
}
.two_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.two_columns .box:nth-of-type(even){
    float: right;
}
.three_blocks .box{
    float: left;
    width: 33.333%;
}
#wrap .three_columns .box{
    float: left;
    width: 31%;
}
#wrap .three_columns .box:nth-of-type(2),
#wrap .three_columns .box:nth-of-type(5),
#wrap .three_columns .box:nth-of-type(8)
{
    margin-left: 3.5%;
}
#wrap .three_columns .box:nth-of-type(3),
#wrap .three_columns .box:nth-of-type(6),
#wrap .three_columns .box:nth-of-type(9)
{
    float: right;
}
#wrap .three_columns .box .more a{
    width: 90%;
}
.four_columns .box{
    float: left;
    width: 24%;
    margin-right: .5%;
    margin-left: .5%;
}
.two_blocks .box{
    width: 49%;
}
.two_blocks .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.two_blocks .box:nth-of-type(even){
    float: right;
}
.two_blocks .more a{
    width: 100%;
}
#wrap .more a{
    text-align: center;
}
.oz .imgL,
.oz .s_imgL{
    max-width: 40%;
    margin-right: 2%;
}
.oz .imgR,
.oz .s_imgR{
    max-width: 40%;
    margin-left: 2%;
}


article .notes,
main .notes{
    padding: 1em;
}
article .notes_pink,
main .notes_pink{
    background: #fbeeef;
    border: 2px solid #f3dfe0;
}
article .notes_beige,
main .notes_beige{
    background: #ebe2c9;
    border: 2px solid #cdbc8d;
}
article dt,
main dt{
    padding: 1em;
    background: #cdbc8d;
    color: #fff;
    font-weight: 600;
}
article dd,
main dd{
    padding: 1em;
    background: #fffbdf;
}








#wrap .notes li{
    margin: 0 0 8px;
}
#wrap .notes ol li::before{
    content: "・ ";
}
#wrap .checklists{
    padding: 2%;
    background: #dbe4f3;
}
#wrap .checklists li{
    min-height: 25px;
    margin: 0 0 8px;
    padding: 6px 0 8px 36px;
    background: url("../../../img/common/svg/check.svg") no-repeat 0 8px;
    background-size: 25px auto;
}
#wrap .notes ol.checklists li::before{
    content: "";
}
#wrap .dialists li{
    margin: 0 0 8px;
}
#wrap .dialists li::before{
    content: "◆ ";
    color: #a3261e;
}
#wrap .disclists li{
    margin: 0 0 16px;
}
#wrap .disclists li::before{
    content: "・ ";
}
#wrap .circlelists li{
    margin: 0 0 8px;
}
#wrap .dialists li:last-of-type,
#wrap .circlelists li:last-of-type{
    margin: 0;
}
#wrap .circlelists li::before{
    content: "● ";
/*    color: #b2a157;*/
    color: #bc271a;
}
#wrap .circlelists span{color: #9b7e34;}
#wrap .bb_line{
    border-bottom: 1px dashed;
}
#wrap .bb_line_sld{
    padding-bottom: 8px;
    border-bottom: 1px solid;
}
#wrap .lst_disc{
    margin-left: 24px;
}
#wrap .lst_disc li{
    list-style-type: disc;
}
.waku{
    border: 1px solid #ddddc9;
}

#icon_maru{
    padding-right: 96px;
    background: url("../../../img/common/svg/icon_maru.svg") no-repeat right;
    background-size: 85px auto;
}
#icon_batsu{
    padding-right: 88px;
    background: url("../../../img/common/svg/icon_batsu.svg") no-repeat right;
    background-size: 80px auto;
}
#nb_link .box:first-of-type{
    float: right;
    width: 49%;
    text-align: right;
}
#nb_link .box:last-of-type{
    float: left;
    width: 49%;
}


@media screen and (max-width: 1023px) {
#breadcrumbs{
	text-align: left;
}
#wrap{
    text-align: left;
}
@media screen and (max-width: 767px) {
.oz .imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
}
.oz .imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}
#wrap .boxL{
    float: none;
    width: 100%;
}
#wrap .boxR{
    float: none;
    width: 100%;
}
#wrap .boxL_4055{
    float: none;
    width: 100%;
}
#wrap .boxR_4055{
    float: none;
    width: 100%;
}
#wrap .oz .sa_box_R{
    float: none;
    max-width: 100%;
}
.two_columns .box{
    width: 100%;
}
.two_columns .box:nth-of-type(odd){
    clear: both;
    float: none;
}
.two_columns .box:nth-of-type(even){
    float: none;
}
.two_blocks .box{
    width: 48%;
}
.two_blocks .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.two_blocks .box:nth-of-type(even){
    float: right;
}
#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%;
}
#wrap .three_columns .box:nth-of-type(2),
#wrap .three_columns .box:nth-of-type(5),
#wrap .three_columns .box:nth-of-type(8)
{
    margin-left: 0;
}
#wrap .three_columns .box:nth-of-type(3),
#wrap .three_columns .box:nth-of-type(6),
#wrap .three_columns .box:nth-of-type(9)
{
    float: none;
}
.four_columns .box{
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
#wrap .notes{
    padding: 6%;
}
#wrap .left_notes{
    margin-left: 0;
}
}
}


#wrap .two_more_box .box:nth-of-type(odd){
    float: left;
    width: 48%;
    padding-left: 10%;
}
#wrap .two_more_box .box:nth-of-type(even){
    float: right;
    width: 48%;
    padding-right: 10%;
}
@media screen and (max-width: 767px) {
#wrap .two_more_box .box:nth-of-type(odd){
    float: none;
    width: 100%;
    padding-left: 0;
}
#wrap .two_more_box .box:nth-of-type(even){
    float: none;
    width: 100%;
    padding-right: 0;
}
}


#wrap .scroll table{
    width: 100%;
}
#wrap .scroll td{
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
#wrap .scroll{
    padding-bottom: 2%;
    overflow: auto;
/*    white-space: nowrap;*/
}
#wrap .scroll::-webkit-scrollbar{
    height: 10px;
}
#wrap .scroll::-webkit-scrollbar-track{
    background: #eee;
}
#wrap .scroll::-webkit-scrollbar-thumb {
    background: #bbb;
}
#wrap .scroll table{
    width: 150%;
}
}



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







#wrap .upper_orthnav{
    padding: 0 5em;
}
#wrap .upper_orthnav li{
    float: left;
    width: 20%;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: left;
}
#wrap .upper_orthnav li a{
    display: block;
    padding: .4em 2em;
    background: #eee url("../../../img/common/svg/arrow_btn_red.svg") no-repeat 10px center;
    text-align: center;
}
#wrap .upper_orthnav li a:hover{
    background: #ddd url("../../../img/common/svg/arrow_btn_red.svg") no-repeat 10px center;
}
#wrap .upper_orthnav li a.ov{
    color: #000;
}
@media screen and (max-width: 480px) {
#wrap .upper_orthnav{
    padding: 0 1em;
}
#wrap .upper_orthnav li{
    width: 50%;
}
#wrap .upper_orthnav li:nth-of-type(odd){
    clear: both;
}
}























#wrap .entry h2 a{
    color: #fff;
    text-decoration: underline;
    display: block;
}

#toc_container {
    width: 70%;
    margin: 0 auto 4em !important;
    padding: 3%;
    border: 1px solid;
    letter-spacing: 0;
}
#toc_container li{
    margin-bottom: .5em;
    margin-left: .5em;
    font-size: 18px;
    font-weight: 700;
}
#toc_container li ul{
    padding-top: .5em;
}
#toc_container li li{
    margin-bottom: .5em;
    font-size: 17px;
}
#toc_container li li li{
    border-bottom: 1px dashed;
    font-size: 16px;
    font-weight: 100;
}
#toc_container li li li li{
    margin-left: 1em;
}
#toc_container li li li::before{
    content: "・";
}
#toc_container li li li li::before{
    content: "";
}
#toc_container p{
    margin: 0 0 16px !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 1023px) {
#toc_container {
    width: 90%;
    margin: 0 auto 40px;
    padding: 3%;
}
@media screen and (max-width: 480px) {
#toc_container {
    width: 92%;
}
}
}


#wrap .entry div a{
    word-break: break-all;
}
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;
}

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






#wrap .form{
    width: 64%;
	margin: 0 auto 10em;
	text-align: left;
}
#wrap .form table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
}
#wrap .form td{
    padding: 1.4em;
    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: 1em .5em 1em 1.5em;
}
#captcha div{margin: auto !important;}
@media screen and (max-width: 1023px) {
#wrap .form{
    width: 88%;
}
#wrap .form td:nth-of-type(odd){
    width: 36%;
}
@media screen and (max-width: 767px) {
#wrap .form{
    width: 100%;
	margin: 0 0 5vh;
	text-align: left;
}
#wrap .form td{
    display: block;
}
#wrap .form td:nth-of-type(odd){
    width: 100%;
    padding: .5em 1em;
}
#wrap .form td:nth-of-type(even){
    padding: .5em 1em;
}
span.wpcf7-list-item{
	display: block !important;
}
}
}






.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;
}
.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: 3em 0 0 2em;
	padding: .5em 0 .5em 1.5em;
    background: #bc271a;
	color: #fff;
	font-size: 20px;
	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: #4c100b;
    color: #fff;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
@media screen and (max-width: 767px) {
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	width: 92%;
}
}










/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
    margin-bottom: 10%;
	clear: both;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}




























#wrap section table.type_01,
#wrap section table.type_02,
#wrap section table.type_03,
#wrap section table.type_normal {
    width: 100%;
    max-width: 1600px;
	margin: 0 0 10px;
	border: solid 1px #ccc;
}

#wrap section table.type_01 th,
#wrap section table.type_02 th,
#wrap section table.type_normal th {
    width: 30%;
	padding: 10px 20px;
	background-color: #eee;
	border: solid 1px #ccc;
}

#wrap section table.type_01 td,
#wrap section table.type_02 td,
#wrap section table.type_03 td,
#wrap section table.type_normal td {
	padding: 10px 20px;
	border: solid 1px #ccc;
}

#wrap section table.type_01 td .co {
	margin: 0 auto 20px;
}

#wrap section table.type_02 th.boy {
	background-color: #d2e4fb;
}

#wrap section table.type_02 th.girl {
	background-color: #fbcdd0;
}

#wrap section table.type_normal tr.glay th,
#wrap section table.type_normal tr.glay td {
	background-color: #d8d8d8;
}

#wrap .face .pc_img {
	display: inline;
}

#wrap .face .sp_img {
	display: none;
}

#wrap section table.type_03 th {
    width: 50%;
	padding: 10px 20px;
	background-color: #eee;
	border: solid 1px #ccc;
}

#wrap section ul.qalink_01 {
    margin: 20px 0 40px;
	padding: 10px;
	background-color: #fbeeef;
	border: solid 2px #f3dfe0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

#wrap section ul.qalink_01 li {
	width: calc(100% / 2 - 5px);
    margin: 0;
	border-bottom: solid 1px #ccc;
}

#wrap section ul.qalink_01 li:nth-last-child(2),
#wrap section ul.qalink_01 li:last-child {
	border-bottom: none;
}

#wrap section ul.qalink_01 li a {
    padding: 15px 0;
	display: block;
	color: #5478bb;
}

#wrap section ul.qalink_01 li a span {
	margin: 0 10px 0 0;
    padding: 5px 10px;
	background-color: #bc271a;
	border-radius: 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
}

#wrap section.access iframe {
	width: 100%;
	height: 300px;
}

#wrap section.access iframe {
	width: 100%;
	height: 300px;
}


@media screen and (max-width: 768px){
	#wrap section table.type_01,
	#wrap section table.type_02 {
		width: 100%;
		border: none;
		border-top: solid 1px #ccc;
	}
	
	#wrap section table.type_01 tr:nth-of-type(2),
	#wrap section table.type_01 tr:nth-of-type(3){
		width: 100%;		
		margin: 0 0 20px;
		display: block;
	}

	#wrap section table.type_01 th,
	#wrap section table.type_02 th {
		width: 100%;
		padding: 10px;
		border: none;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		display: block;
	}

	#wrap section table.type_01 td {
		width: 100%;
		padding: 10px;
		border: none;
		border-left: solid 1px #ccc;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		display: block;
	}
	
	#wrap section table.type_02 tr {
		display: flex;
		flex-flow: row wrap;
	}
	
	#wrap section table.type_02 td {
		width: 50%;
		padding: 10px;
		border: none;
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		display: block;
	}
	
	#wrap section table.type_02 thead th {
		width: 50%;
		border-left: none;
		display: block;
	}
	
	#wrap section table.type_02 thead th:first-of-type {
		border-left: solid 1px #ccc;
	}
	
	#wrap section table.type_02 thead tr:first-child th:first-of-type {
		display: none;
	}
	
	#wrap section table.type_02 thead th.w100 {
		width: 100%;
	}
	
	#wrap section table.type_02 tbody th {
		text-align: center;
	}
	
	#wrap section table.type_02 tbody td:first-of-type {
		border-left: solid 1px #ccc;
	}
	
	#wrap section table.type_02 tbody td.w100 {
		width: 100%;
		text-align: center;
	}
		
	#wrap section table.type_normal th {
		width: 40%;
		padding: 10px;
	}

	#wrap section table.type_normal td {
		padding: 10px;
	}
	
	#wrap .face .pc_img {
		display: none;
	}
	
	#wrap .face .sp_img {
		display: inline;
	}
	
	#wrap section table.type_03 {
		width: 100%;
	}
	
	#wrap section table.type_03 th {
		width: 50%;
		padding: 10px;
	}

	#wrap section table.type_03 td {
		width: 50%;
		padding: 10px;
	}
	
	#wrap .orth-02 table.type_03 th {
		width: 60%;
	}

	#wrap .orth-02 table.type_03 td {
		width: 40%;
	}
	
	#wrap section ul.qalink_01 {
		display: block;
	}
	
	#wrap section ul.qalink_01 li {
		width: auto;
	}
	
	#wrap section ul.qalink_01 li a {
		padding: 10px 0;
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
	}
	
	#wrap section ul.qalink_01 li:nth-last-child(2) {
		border-bottom: solid 1px #ccc;
	}
	
	#wrap .orth-07 table.type_normal th {
		width: calc(100%/3);
		padding: 10px;
	}

	#wrap .orth-07 table.type_normal td {
		width: calc(100%/3);
		padding: 10px;
	}
}


#wrap .team table.history {
    width: 100%;
}

#wrap .team table.history th {
	width: 100px;
	padding: 0 20px 0 0;
}

@media screen and (max-width: 768px){
	#wrap .team table.history th {
		width: 5em;
		padding: 0;
	}
}

#clinic_tel a{
    color: #a88d46;
}


.column_table{
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #333;
}
.column_table td{
    width: 50%;
    padding: 1em;
    border: 1px solid #333;
    vertical-align: middle;
    text-align: center;
}
.column_table tr.bgeee{
    background: #eee;
}





.fx{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.orth-02 .fx::after{
    content: "";
    display: block;
	width: calc( 33% - 10px);
}
.orth-02 .fx .grid{
    width: calc(50% - 20px);
}
.orth-02 .fx .box{
    width: calc(33% - 10px);
    margin-bottom: 40px;
}
@media screen and (max-width: 540px){
.orth-02 .fx .grid,
.orth-02 .fx .box{
    width: 100%;
}
}



.fx_c{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.job_banner{
    width: 70%;
    max-width: 720px;
    margin: auto;
    padding: 0 0 80px;
}
.job_banner .grid{
    width: calc(50% - 16px);
    margin-bottom: 16px;
    text-align: center;
}
@media screen and (max-width: 960px) {
.job_banner{
    width: 92%;
    max-width: 720px;
}
@media screen and (max-width: 540px) {
.job_banner{
    width: 100%;
    max-width: 540px;
    padding: 40px 0 0;
}
.job_banner .grid{
    width: 100%;
}
}
}

