@charset "utf-8";
/*
Theme Name: 薬院デンタルオフィス
Theme URI: https://www.yakuin-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}
}
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: #333;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, 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: #e59673;
	color: #000;
	text-shadow: 1px 1px 2px rgba(240, 240, 200, 1);
}
::-moz-selection {
	background: #e59673;
	color: #000;
	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: #0a1d7f;
}
a:active, a:hover{
	color: #0a1d7f;
	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;
}

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


abbr{
display: none
}

.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;}
.fwn{font-weight:100;}
.fwb{font-weight:700;}
.fs17{font-size:17px;}
.fs18{font-size:18px;}
.fs19{font-size:19px;}
.fs20{font-size:20px;}
.su{
    opacity:0;
    transform: translateY(60px);
}
.fiu{
    transition: all 0.5s ease-in;
    transform: translateY(0);
    opacity: 1 !important;
}

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

.mb0{margin-bottom:0;}
.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;}
.pt32{padding-top:32px;}
.pt40{padding-top:40px;}

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

.ic_mc{color: #cd5b29;}
.ic_wine{color: #80001b;}
.ic_brown{color: #4c3f1e;}
.ic_green{color: #72af25;}

.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{
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}

.more a{
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 8px;
    background: #bfac7d url("../../../img/sd/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 20px auto;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}
.more a:hover{
    background: #8c7d57 url("../../../img/sd/common/svg/arrow.svg") no-repeat 99% center;
    color: #fff;
    background-size: 20px auto;
}
.w20{width: 20%;margin-left: auto;margin-right: auto;}
.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) {
.w20,.w30,.w40,.w50{width: 50%;}
}
@media screen and (max-width: 767px) {
.w20,.w30,.w40,.w50,.w60,.w70,.w80,.w90{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;
}
#reserve{
    position: fixed;
    width: 40px;
    height: 300px;
/*    top: 0;*/
    top: 0;
    right: 0;
    z-index: 5000;
}
@media screen and (max-width: 768px) {
.dn{
	display: none;
}
.spc{
	display: inherit;
}
}
@media screen and (max-width: 768px) {
#reserve{
    position: fixed;
    width: 40px;
    height: 300px;
    top: 48px;
    right: 0;
}
@media screen and (max-width: 360px) {
#reserve{
    width: 32px;
}
}
}



#upper_toggle{
    display: none;
}
@media screen and (max-width: 1023px) {
#upper_toggle{
    display: inherit;
    position: fixed;
    width: 40px;
    height: 40px;
    top: 4px;
    right: .2%;
    z-index: 9999;
    cursor: pointer;
    background: #f3f2eb;
}
#upper_toggle span{
    display: block;
    position: absolute;
    height: 3px;
    width: 60%;
    margin: auto;
    background: #5b4f48;
    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: 10px;
}
#upper_toggle span:nth-child(2) {
    top: 18px;
}
#upper_toggle span:nth-child(3) {
    top: 26px;
}
.modal_wrap dl{
    max-width: 248px;
    margin-left: auto;
    margin-right: auto;
}
.modal_wrap dt,
.modal_wrap dd{
    float: left;
    border-right: 1px solid #fff;
}
.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 0.5s, transform 0s 0.5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    width: 92%;
    height: 92%;
    overflow-y: auto;
    margin: auto;
    padding: 4%;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: scale(0.3);
    transition: 0.5s;
}
.close_button{
    position: absolute;
    top: 14px;
    right: 16px;
    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;
    text-align: left;
/*    background: #f3f2eb;*/
}
.modal_wrap ul{
    padding: 0;
}
.modal_wrap ul ul{
    padding: .5em 0 0;
}
.modal_wrap li{
    padding: 0 0 0 1em;
}
.modal_wrap li li::before{
    content: "・";
    display: inline;
}
.modal_wrap li li li{
    display: block;
    float: left;
    width: 33.333%;
    padding-left: 0 0 0 2em;
}
.modal_wrap li li li::before{
    content: "-";
}
/*
.modal_wrap li li{
    display: block;
    float: left;
    width: 33.333%;
    margin: 0 0 .5em;
    padding: 0 .5em;
}
.modal_wrap li li li{
    float: none;
    width: 100%;
}
*/
.modal_wrap .hd_home{
    min-height: 16px;
    background: #f3f2eb url("../../../img/sd/common/svg/mw_home02.svg") no-repeat .7em center;
    background-size: 12px auto;
}
@media screen and (max-width: 540px) {
.modal_wrap li li li{
    float: none;
    width: 100%;
    padding-left: 2em;
}
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
}
}
}




header{
	width: 100%;
	margin: 0 auto;
	text-align: left;
    background: #fff;
}
#upper{
    position: relative;
    background: #fff;
    width: 100%;
    height: 216px;
    margin: auto;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
#logo{
    position: absolute;
    width: 256px;
    height: 143px;
    margin: 0 auto;
    top: 5%;
    right: 0;
    left: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
.upper_phone{
    position: absolute;
    width: 248px;
    height: 96px;
    margin: auto 0;
    right: 3em;
    top: 1em;
}
.corona_btn{
    clear: both;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
	margin-top: 4px;
}
.upper_phone dl{
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
.upper_phone dt{
    float: left;
    max-width: 110px;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
.upper_phone dd{
    float: right;
    max-width: 135px;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
/*
.corona_btn{
    position: absolute;
    width: 240px;
    height: 30px;
    margin: 0 auto;
    bottom: 50px;
    right: 0;
    left: 0;
    transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
}
*/
header.fixed{
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 0;
    height: 95px;
    background: rgba(255,255,255,0);
    transition: top .5s ease-in;
    -webkit-transition: top 0.5s ease-in;
    -moz-transition: top 0.5s ease-in;
    z-index: 1000;
}
header.fixed #upper{
    position: relative;
    background: #fff;
    width: 100%;
    height: 160px;
    margin: auto;
}
header.fixed #logo{
    width: 176px;
    height: 98px;
    margin: 0 auto;
    top: .5em;
}
header.fixed .upper_phone{
    width: 208px;
    height: 80px;
    top: 0;
}
header.fixed .upper_phone dt{
    width: 92px;
}
header.fixed .upper_phone dd{
    width: 113px;
}

@media screen and (max-width: 1023px) {
#upper{
    height: 280px;
}
#logo{
    width: 256px;
    height: 143px;
    margin: auto;
    top: 0;
    bottom: 0;
}
header.fixed #upper{
    height: 190px;
}
header.fixed #logo{
    width: 200px;
    height: 111px;
    margin: auto;
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 767px) {
#upper{
    height: 80px;
}
#logo{
    width: 128px;
    height: 71px;
}
header.fixed #upper{
    height: 64px;
}
header.fixed #logo{
    width: 104px;
    height: 58px;
    margin: auto;
    top: 0;
    bottom: 0;
}
}
}

#gnav{
    position: absolute;
	width: 100%;
    max-width: 1280px;
    margin: auto;
    bottom: 0;
    right: 0;
    left: 0;
}
#gnav nav{
	width: 100%;
	margin: 0;
}
#gnav nav ul{
	position: relative;
	padding: 0;
    font-weight: 700;
}
#gnav nav ul::after {
	display: block;
	clear: both;
	content: '';
}
#gnav nav ul li{
	position: relative;
	float: left;
	/* width: 14.285%; */
    width: calc(100% / 6);
	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: #f2e0d9;
	color: #333;
	text-decoration: none;
}
#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: #f2eae5;
    color: #333;
	text-decoration: none;
    text-align: left;
}
#gnav nav ul li li a:hover{
	padding: 8px;
    background: #c9c4ca;
	color: #333;
}


#mv{
    background: #f2f2e4;
}
#mv img{
	width: 100%;
    height: auto;
}
#submv{
    padding: 2em 0;
    background: #f8efec url("../../../img/sd/common/svg/ec_logomark.svg") no-repeat center center;
    background-size: 160px auto;
	text-align: center;
	font-size: 32px;
    line-height: 2;
}
#submv div span{
    display: block;
    font-size: 14px;
    color: #e59673;
    line-height: 1;
}
#submv .mv_guide{
	background: url("../../../img/sd/common/mv/guide.jpg") no-repeat center 0;
    background-size: cover;
}
@media screen and (max-width: 768px){
#mv .dn{
    display: inherit;
}
#mv .spc{
    display: none;
}
@media screen and (max-width: 767px){
#mv .dn{
    display: none;
}
#mv .spc{
    display: inherit;
}
#submv{
    padding: 0;
    background-size: 120px auto;
}
/*
#submv{
    height: 100vh;
}
*/
#submv div{
    min-height: 150px;
	padding: 35px 0 0;
}
}
}

#hd_reserve{
    width: 384px;
    height: 60px;
    margin: 24px auto 0;
}



#fv{
	padding: 4em 8em;
	background: #fff url("../../../img/sd/fvbg.svg") no-repeat right bottom;
	background-size: 160px auto;
	text-align: left;
}
#fv h1{
	margin: 0 0 24px;
	font-size: 25px;
}
#fv h1 span{
    display: block;
	font-size: 14px;
    color: #e59673;
}

@media screen and (max-width: 1023px){
#fv{
	padding: 4em 2em;
}
@media screen and (max-width: 767px){
#fv{
	padding: 3em 1em 1em;
	background: #fff url("../../../img/sd/fvbg.svg") no-repeat right 2.8em;
	background-size: 200px auto;
}
#fv .boxL{
	float: none;
	width: 100%;
	text-align:center;
}
#fv .boxR{
	float: none;
	width: 100%;
	margin-top: 16px;
	margin-left: 0px;
}
}
}






#tokuchou{
    padding: 5em 8em;
    background: #f2e0d9;
}
#tokuchou h2{
    min-height: 144px;
    padding: 80px 0 0 .5em;
    background: url("../../../img/sd/feature.svg") no-repeat 0 0;
    background-size: 212px auto;
    text-align: left;
    font-size: 24px;
}
#tokuchou h3{
    margin-bottom: .3em;
    color: #cd5b29;
    font-size: 20px;
    text-align: center;
}
#tokuchou .box{
    width: 45%;
}
#tokuchou .box img{
    max-width: 80%;
    height: auto;
}
#tokuchou .blocklink a:hover{
    background: #f2e0d9;
}
@media screen and (max-width: 1023px){
#tokuchou{
    padding: 5em 2em;
}
@media screen and (max-width: 767px){
#tokuchou{
    padding: 2em 1em;
}
#tokuchou .box{
    width: 100%;
}
#tokuchou .box img{
    max-width: 100%;
    height: auto;
}
}
}






#guides{
    padding: 4em 8em;
}
#guides h1{
    width: 88%;
    max-width: 1080px;
    margin: 0 auto 1.5em;
    padding: 1.5em 0;
    text-align: center;
    font-size: 25px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}

#guides h2{
    min-height: 144px;
    padding: 80px 0 0 .5em;
    background: url("../../../img/sd/medicalcare.svg") no-repeat 0 0;
    background-size: 342px auto;
    text-align: left;
    font-size: 24px;
}
#guides .blocklink a:hover{
    background: #fff;
}
#guides h3{
    position: relative;
    padding-bottom: .5em;
    border-bottom: 4px solid #fff;
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
}
#guides h3::after{
    position: absolute;
    width: 10%;
    height: 4px;
    bottom: -4px;
    left: 0;
    z-index: 2;
    content: '';
    background: #e59673;
}
#guides h3 span{
    display: block;
    color: #e59673;
}
#guides ul { display:flex; flex-flow:row wrap; justify-content:space-between; }
#guides li { width:32%; margin:0 0 0.8em; }
#guides li a { display:block; }
#guides li img { width:100%; height:auto; }

@media screen and (max-width: 767px){
#guides li { width:48%; margin:0 0 4vw; }
}

@media screen and (max-width: 1023px){
#guides{
    padding: 5em 2em;
}

@media screen and (max-width: 767px){
#guides{
    padding: 2em 1em;
}
#guides h3::after{
    width: 20%;
}
#guides li:nth-of-type(odd){
    clear: both;
}
}
}


@media screen and (max-width: 767px){
#implant .boxL,
#invisalign .boxL{
    padding: 0 0 0 1em;
}
#implant .boxR,
#invisalign .boxR{
    padding: 0 1em;
}
#pediatric_orthodontics .boxL{
    padding: 0 1em 0 0;
}
#pediatric_orthodontics .boxR{
    padding: 0 1em;
}
}


#invisalign li:first-of-type{
    padding-top: 31px;
}
@media screen and (max-width: 1023px){
#invisalign li:first-of-type{
    padding-top: 28px;
}
}



#onayami{
    padding: 4em 8em;
    background: #f8f2e5;
}
#onayami h2{
    min-height: 160px;
    padding: 96px 0 0 .5em;
    background: url("../../../img/sd/onayami_pc.svg") no-repeat 0 0;
    background-size: 632px auto;
    text-align: left;
    font-size: 24px;
}
#onayami h3{
    margin-bottom: .5em;
    color: #cd5b29;
    font-size: 20px;
    text-align: center;
}
#onayami .blocklink a:hover{
    background: #f8f2e5;
}
@media screen and (max-width: 1023px){
#onayami{
    padding: 4em 2em;
}
@media screen and (max-width: 767px){
#onayami{
    padding: 2em 1em;
}
#onayami h2{
    min-height: inherit;
    padding: 144px 0 1em;
    background: url("../../../img/sd/onayami.svg") no-repeat 0 0;
    background-size: 386px auto;
    text-align: left;
}
#onayami .box{
    width: 100%;
}
#onayami .box img{
    max-width: 100%;
    height: auto;
}
}
}



#greeting{
    padding: 4em 0;
}
#greeting h2{
    min-height: 96px;
    padding: 80px 0 1em 8.5em;
    background: url("../../../img/sd/greeting.svg") no-repeat 8em 0;
    background-size: 241px auto;
    text-align: left;
    font-size: 24px;
}
#greeting .inner{
    padding: 2em 12em;
}
#greeting .dn img{
    width: 100%;
    height: auto;
}
#greeting .hd{
    margin-bottom: 1em;
    line-height: 1;
    font-family: "游明朝体", "游明朝", YuMincho, "Yu YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 25px;
}
@media screen and (max-width: 1023px){
#greeting h2{
    padding: 80px 0 1em 1em;
    background: url("../../../img/sd/greeting.svg") no-repeat .5em 0;
    background-size: 241px auto;
}
#greeting .inner{
    padding: 2em;
}
@media screen and (max-width: 767px){
#greeting h2{
    padding: 80px 0 1em 1em;
    background: url("../../../img/sd/greeting.svg") no-repeat .5em 0;
    background-size: 241px auto;
}
#greeting .inner{
    padding: 2em 1em;
}
#greeting .hd{
    font-size: 22px;
    line-height: 1.2;
}
}
}




#column_news{
    padding: 4em;
    background: linear-gradient(90deg,#f2e0d9 0%,#f2e0d9 50%,#e0b8aa 50%,#e0b8aa 100%);
}
#news_area{
    float: left;
    width: 48%;
    padding: 2em;
    background: #fff;
    text-align: left;
}
#column_area{
    float: right;
    width: 48%;
    padding: 2em 2em 4em 2em;
    background: #fff;
    text-align: left;
}
#column_news .hd{
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
#column_news .hd span{
    display: block;
    font-size: 12px;
    color: #e59673;
}
#column_news .items{
    margin-bottom: 1em;
    padding-bottom: .4em;
    border-bottom: 1px solid #fafafa;
}
#column_news .items time{
    display: block;
}
#column_news .items img{
    width: 120px;
    height: auto;
}
#column_news .blocklink a:hover{
    background: #fff;
}
@media screen and (max-width: 1023px) {
#column_news{
    padding: 0;
    background: #fff;
}
#news_area{
    float: none;
    width: 100%;
    padding: 3em;
    background: #f2e0d9;
}
#column_area{
    float: none;
    width: 100%;
    padding: 3em;
    background: #e0b8aa;
}
#column_news .inner{
    padding: 1.5em;
    background: #fff;
}
@media screen and (max-width: 767px) {
#column_news{
    padding: 0;
    background: #fff;
}
#news_area{
    padding: 1.5em 1em;
}
#column_area{
    padding: 1.5em 1em;
}
#column_news .items img{
    width: 130px;
    height: auto;
}
}
}






#column{
    padding: 5em 10em 0;
    text-align: left;
}
#column .blocklink a:hover{
    background: #ddd;
}
#column .boxL{
    float: left;
    width: 44%;
}
#column .boxR{
    float: right;
    width: 55%;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
#column{
    padding: 2em 1em 0;
    text-align: left;
}
}




#news{
    padding: 0 10em 5em;
    text-align: left;
}
#news time{
    color: #8dc21f;
}
#news div{
    margin: 0 0 16px;
    padding: 0 8px 8px;
    border-bottom: 1px solid #7d7d7d;
}
@media screen and (max-width: 767px) {
#news{
    padding: 10% 5%;
}
}





.contact_us{
    padding: 4em 0;
    background: url("../../../img/sd/contact_bg.jpg") no-repeat;
    background-size: cover;
    text-align: center;
}
.contact_us .hd{
    margin-bottom: 1em;
    font-size: 24px;
}
.contact_us .inner{
    padding: 0 0 2em;
}
.contact_us ol{
    padding: 0 8em;
}
.contact_us li{
    float: left;
    width: 33%;
}
@media screen and (max-width: 1023px) {
.contact_us{
    padding: 4em 2em;
    background: url("../../../img/sd/contact_bg.jpg") no-repeat center center;
    background-size: cover;
}
.contact_us .inner{
    padding: 0 0 2em;
}
.contact_us ol{
    padding: 0;
}
.contact_us li{
    float: left;
    width: 33%;
    padding: 0 .3em;
}
@media screen and (max-width: 767px) {
.contact_us{
    padding: 2em 1em;
    background: url("../../../img/sd/contact_bg.jpg") no-repeat center center;
    background-size: cover;
}
.contact_us li{
    float: none;
    width: 100%;
    margin-bottom: .5em;
}
}
}





footer{
    padding: 2em 0 0;
    background: #fff;
}
#clinic_data { display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:start; width:1380px; text-align:left; margin:0 auto; padding: 0 40px 4em; }
#clinic_data .boxL { width: 48%; }
#clinic_data .boxR { width: 45%; padding-top:6.4em; font-size:18px; }
#clinic_data div .mb24 { line-height:1.8; font-size:18px; }
#clinic_data div .mb24 a { font-size:22px; }
@media screen and (max-width: 1380px) {
#clinic_data { width:auto; }
#clinic_data div .mb24 { font-size:1.5vw; letter-spacing:1pt; }
#clinic_data div .mb24 a { font-size:1.8vw; letter-spacing:1.6pt; }
}

@media screen and (max-width: 1024px) {
#clinic_data div .mb24 { font-size:1.6vw; }
#clinic_data div .mb24 a { font-size:2vw; }
}

@media screen and (max-width: 768px) {
#clinic_data { display:block; }
#clinic_data .boxL { width: auto; }
#clinic_data .boxR { width: auto; padding-top:15vw; }
#clinic_data div .mb24 { font-size:3.5vw; }
#clinic_data div .mb24 a { font-size:4.5vw; }
}



footer .bytrain{
    padding:3em 2em;
    color: #cd5b29;
    border: 1px solid;
    text-align: center;
}
footer .bytrain .hd{
    display:table;
    padding: 0 36px;
    background: url("../../../img/sd/common/svg/icon_train.svg") left top / auto 28px no-repeat;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin:0 auto 1.5em;
}
footer .bytrain li {
    margin:0 0 .8em;
    font-size: 18px;
    line-height: 1.4;
}
#gmap iframe { padding:0; vertical-align: bottom; }
@media screen and (max-width: 1380px) {
#clinic_data { width:auto; }
footer .bytrain { padding:4vw 2vw; }
footer .bytrain .hd { font-size:2.2vw; }
footer .bytrain li { font-size:1.6vw; }
footer .bytrain div { font-size:1.4vw; }
}
@media screen and (max-width: 1024px) {
footer .bytrain .hd { background-size: auto 24px; }
footer .bytrain { padding:3.6vw 1.8vw; }
footer .bytrain li { font-size:1.6vw; }
footer .bytrain div { font-size:1.3vw; }
}
@media screen and (max-width: 768px) {
#clinic_data{ padding:0 4vw; }
footer .bytrain{ padding:8vw 4vw; text-align:left; }
footer .bytrain .hd { background: url("../../../img/sd/common/svg/icon_train.svg") left top / auto 24px no-repeat; text-align:center; margin:0 auto 8vw; font-size:4.5vw; }
footer .bytrain li { font-size:3.5vw; }
footer .bytrain div { font-size:2.8vw; }
}






#footlinks{
	margin: 0;
    letter-spacing: 0;
    font-size: 15px;
}
#footlinks a{
    display: block;
    padding: 1em 0;
    background: #f2e0d9;
    color: #333;
    text-align: center;
}
#footlinks a:hover{
    background: #e0b8aa;
}
#footlinks ol{
    border-top: 1px solid #fff;
}
#footlinks li{
    float: left;
    width: 20%;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
#footlinks li:nth-of-type(6){
    clear: both;
}
@media screen and (max-width: 767px) {
#footlinks li{
    width: 50%;
}
#footlinks li:nth-of-type(6){
    clear: inherit;
}
#footlinks li:nth-of-type(odd){
    clear: both;
    float: left;
}
#footlinks li:nth-of-type(even){
    float: right;
}
}



#copyright{
	padding: 1em;
    background: #e0b8aa;
    text-align: center;
    letter-spacing: 0;
}

#copyright a{
    color: #333;
}@media screen and (max-width: 767px) {
	#copyright{
	padding-bottom: 78px;
}
}

#bottom{
    position: fixed;
    bottom: 0;
    right: 0;
	line-height: 0.8;
    z-index: 9999;
}
#bottom .box{
	display: none;
}
#bottom a{
    width: 88px;
    padding: 28px 0 16px;
    text-align:center;
    background: #0a1d7f;
	color: white;
    display:block;
	font-size: 60px;
	font-weight:700;
    text-decoration:none;
	border-radius: 50%;
}
#bottom a:hover {
    background: #0a1d7f;
	color: white;
}
@media screen and (max-width: 480px) {
#bottom{
    position: fixed;
	width: 100%;
    padding: 0 2%;
    background: #e4ecf1;
    bottom: 0;
    right: 0;
	line-height: 1.5;
    letter-spacing: -1px;
}
#bottom a{
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    border: 0;
}
#bottom .box:nth-of-type(even) a{
    border: 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{
    width: 88%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    margin-top: 16px;
}
#toc_container {
    width: 70%;
    margin: 0 auto 80px;
    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) {
#breadcrumbs{
    margin-top: 0;
    padding: 1em 0;
    background: #fff;
	text-align: left;
}
#toc_container {
    width: 92%;
}
}
}




#wrap{
    margin: 0 0 5em;
    padding: 0;
    text-align: left;
}
#wrap article{
    max-width: 1600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1em 0 0;
    text-align: left;
}
#wrap section,
#wrap .section{
    width: 88%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
#wrap p{
	margin: 0 0 2em;
}
#wrap strong{
	background: linear-gradient(transparent 70%, #f2cab9 70%);
}
#wrap b{
    color: #cd5b29;
}
#wrap article h1{
    width: 88%;
    max-width: 1080px;
    margin: 0 auto 1.5em;
    padding: 1.5em 0;
    text-align: center;
    font-size: 25px;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}
#wrap article h2{
	margin-bottom: 1.2em;
    padding: .6em;
    background: #e59673;
    color: #fff;
	font-size: 25px;
    font-weight: 700;
	text-align: left;
}
#wrap article h2 a{
    color: #fff;
    display: block;
}
#wrap article h3{
	margin-bottom: 1.5em;
    padding: .8em;
    background: #eee;
	font-size: 18px;
    font-weight: 700;
	text-align: left;
}
#wrap article h4{
	margin-bottom: 1.2em;
    padding: 0 0 0 1em;
    border-left: 5px solid #cd5b29;
	font-size: 17px;
    font-weight: 700;
	text-align: left;
}
.boxL{
    float: left;
    width: 48%;
}
.boxR{
    float: right;
    width: 48%;
}
.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;
}
.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_columns .box{
    float: left;
    width: 32%;
}
.three_columns .box:nth-child(3n-1){
    margin-left: 2%;
}
.three_columns .box:nth-child(3n+1){
    clear: both;
}
.three_columns .box:nth-child(3n){
    float: right;
}
.four_columns .box{
    float: left;
    width: 24%;
}
.four_columns .box:nth-of-type(2),
.four_columns .box:nth-of-type(3),
.four_columns .box:nth-of-type(6),
.four_columns .box:nth-of-type(7){
    margin-left: 1.3%;
}
.four_columns .box:nth-of-type(4n){
    float: right;
}
figure{
    text-align: center;
}
figcaption{
    padding-top: .5em;
    text-align: left;
}
.oz .imgL,
.oz .s_imgL{
    max-width: 48%;
    margin-right: 1.3em;
}
.oz .imgR,
.oz .s_imgR{
    max-width: 48%;
    margin-left: 1.3em;
}
#wrap .notes{
    padding: 1.2em;
}
#wrap .notes_dash{
    border: 1px dashed #cd5b29;
}
#wrap .notes_beige{
    background: #f1ebde;
    border: 1px solid #bfac7d;
}
#wrap .notes_gray{
    background: #eee;
}
#wrap .notes_salmon{
    background: #f2e0d9;
}
#wrap .notes_beige span{
    color: #4c3f1e;
    font-weight: 700;
    font-size: 18px;
}
#wrap .notes_salmon span{
    color: #cd5b29;
    font-weight: 700;
    font-size: 18px;
}
#wrap .notes li{
    margin: 0 0 8px;
}
#wrap .notes li:last-of-type{
    margin-bottom: 0;
}
#wrap ol.numlist li{
    margin-left: 2em;
    list-style-type: decimal;
}
#wrap ol.checklists li{
    padding-left: 1.5em;
    background:  url("../../../img/sd/common/svg/checkbox.svg") no-repeat 0 center;
    background-size: 16px auto;
}
#wrap ol.disc_list li{
    margin-left: 0;
}
#wrap ol.disc_list li::before{
    content: "・ ";
}
#wrap .akamaru li::before{
    content: "● ";
    color: #cd5b29;
}
.balloon_u{
    position: relative;
    padding: 20px;
    background: #f1ebdc;
    display: inline-block;
}
.balloon_u::before{
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f1ebdc;
    border-left: 15px solid transparent;
}
@media screen and (max-width: 1023px) {
#breadcrumbs{
	text-align: left;
}
#wrap article h1{
    width: 92%;
    max-width: 960px;
}
#wrap section,
#wrap .section{
    width: 92%;
    max-width: 960px;
}
@media screen and (max-width: 767px) {
#breadcrumbs{
    letter-spacing: 0;
}
#wrap article h1{
    width: 92%;
    max-width: inherit;
}
#wrap section,
#wrap .section{
    width: 92%;
    max-width: inherit;
}
.oz .imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
.oz .imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
}
.boxL{
    float: none;
    width: 100%;
}
.boxR{
    float: none;
    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;
}
.three_columns .box{
    float: none;
    width: 100%;
}
.three_columns .box:nth-child(3n-1){
    margin-left: 0;
}
.three_columns .box:nth-child(3n+1){
    clear: both;
}
.three_columns .box:nth-child(3n){
    float: none;
}
.four_columns .box{
    float: left;
    width: 48%;
}
.four_columns .box:nth-of-type(2),
.four_columns .box:nth-of-type(3),
.four_columns .box:nth-of-type(6),
.four_columns .box:nth-of-type(7){
    margin-left: 0;
}
.four_columns .box:nth-of-type(4n){
    float: right;
}
.four_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
.four_columns .box:nth-of-type(even){
    float: right;
}
}
}


#wrap .scroll table{
    width: 100%;
}
@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: 200%;
}
}







.foot_nav{
    padding: 4em 2em;
    background: #e2cabc;
}
/*
.foot_nav li{
    float: left;
    width: 33.333%;
    padding: 0 .5em;
}
*/
@media screen and (max-width: 767px) {
.foot_nav{
    padding: 2em 1em;
    background: #e2cabc;
}
/*
.foot_nav li{
    float: none;
    width: 100%;
    margin-bottom: 8px;
    padding: 0;
}
*/
}




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





#wrap .merit_box{
    padding: 1.5em;
    background: #f1ebdc;
}
#wrap .merit_box li{
    min-height: 20px;
    margin-bottom: .8em;
    padding: .8em .8em .8em 2.4em;
    background: #fff url("../../../img/sd/common/svg/o.svg") no-repeat .4em 1.2em;
    background-size: 19px auto;
}
#wrap .merit_box li div:first-of-type,
#wrap .demerit_box li div:first-of-type{
    margin-bottom: .2em;
    font-weight: 700;
}
#wrap .merit_box dd,
#wrap .demerit_box dd{
    margin-bottom: 1.5em;
}
#wrap .demerit_box{
    padding: 1.5em;
    background: #eee;
}
#wrap .demerit_box li{
    min-height: 20px;
    margin-bottom: .8em;
    padding: .8em .8em .8em 2.4em;
    background: #fff url("../../../img/sd/common/svg/x.svg") no-repeat .4em 1.2em;
    background-size: 19px auto;
}
#wrap .merit_box li:last-of-type,
#wrap .demerit_box li:last-of-type,
#wrap .merit_box dd:last-of-type,
#wrap .demerit_box dd:last-of-type{
    margin-bottom: 0;
}



#wrap .doctor{
    padding: 600px 0 320px;
    background:  url("../../../img/sd/clinic/president/bg_pc.jpg") no-repeat center 0,
    url("../../../img/sd/clinic/president/bg_b.jpg") no-repeat center bottom;
    background-size: 100% auto, 80% auto;
}
#wrap .doctor .hd{
    font-size: 25px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1280px) {
#wrap .doctor{
    padding: 480px 0 360px;
    background-size: 100% auto, 90% auto;
}
@media screen and (max-width: 1023px) {
#wrap .doctor{
    padding: 320px 0 240px;
}
@media screen and (max-width: 767px) {
#wrap .doctor{
    padding: 480px 0 140px;
    background:  url("../../../img/sd/clinic/president/bg.jpg") no-repeat center 0,
    url("../../../img/sd/clinic/president/bg_b.jpg") no-repeat center bottom;
    background-size: 100% auto;
}
@media screen and (max-width: 480px) {
#wrap .doctor{
    padding: 350px 0 140px;
}
}
}
}
}





#wrap .ortho_nayami li{
    float: left;
    width: 16.667%;
    padding: 0 .2em;
}
@media screen and (max-width: 480px) {
#wrap .ortho_nayami li{
    float: left;
    width: 49%;
    margin-bottom: .8em;
    padding: 0 .4em;
}
#wrap .ortho_nayami li:nth-of-type(odd){
    clear: both;
    float: left;
}
#wrap .ortho_nayami li:nth-of-type(even){
    float: right;
}
}




#wrap .invisa_steps dl{
    background: #eee;
}
#wrap .invisa_steps dt{
    float: left;
    width: 35%;
    padding: 2em;
    text-align: center;
}
#wrap .invisa_steps dd{
    float: right;
    width: 64%;
    padding: 3em;
}
#invisa_step01{
    background: url("../../../img/sd/common/svg/01.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#invisa_step02{
    background: url("../../../img/sd/common/svg/02.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#invisa_step03{
    background: url("../../../img/sd/common/svg/03.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#invisa_step04{
    background: url("../../../img/sd/common/svg/04.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#invisa_step05{
    background: url("../../../img/sd/common/svg/05.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
@media screen and (max-width: 480px) {
#wrap .invisa_steps dt{
    float: none;
    width: 100%;
    padding: 1em;
/*
    padding: 2em;
    text-align: center;
*/
}
#wrap .invisa_steps dd{
    float: none;
    width: 100%;
    padding: 0 1em 2em;
}
#invisa_step01{
    background: url("../../../img/sd/common/svg/01.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#invisa_step02{
    background: url("../../../img/sd/common/svg/02.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#invisa_step03{
    background: url("../../../img/sd/common/svg/03.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#invisa_step04{
    background: url("../../../img/sd/common/svg/04.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#invisa_step05{
    background: url("../../../img/sd/common/svg/05.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
}








#wrap .guide_steps dl{
    background: #eee;
}
#wrap .guide_steps dt{
    float: left;
    width: 35%;
    padding: 2em;
    text-align: center;
}
#wrap .guide_steps dd{
    float: right;
    width: 64%;
    padding: 3em;
}
#guide_steps01{
    background: url("../../../img/sd/common/svg/01.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#guide_steps02{
    background: url("../../../img/sd/common/svg/02.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#guide_steps03{
    background: url("../../../img/sd/common/svg/03.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#guide_steps04{
    background: url("../../../img/sd/common/svg/04.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#guide_steps05{
    background: url("../../../img/sd/common/svg/05.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#guide_steps06{
    background: url("../../../img/sd/common/svg/06.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
#guide_steps07{
    background: url("../../../img/sd/common/svg/07.svg") no-repeat 0 1em;
    background-size: 160px auto;
}
@media screen and (max-width: 480px) {
#wrap .guide_steps dt{
    float: none;
    width: 100%;
    padding: 1em;
}
#wrap .guide_steps dd{
    float: none;
    width: 100%;
    padding: 0 1em 2em;
}
#guide_steps01{
    background: url("../../../img/sd/common/svg/01.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#guide_steps02{
    background: url("../../../img/sd/common/svg/02.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#guide_steps03{
    background: url("../../../img/sd/common/svg/03.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#guide_steps04{
    background: url("../../../img/sd/common/svg/04.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#guide_steps05{
    background: url("../../../img/sd/common/svg/05.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#guide_steps06{
    background: url("../../../img/sd/common/svg/06.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
#guide_steps07{
    background: url("../../../img/sd/common/svg/07.svg") no-repeat 1em 0;
    background-size: 104px auto;
}
}




#wrap .hikaku_list table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
}
#wrap .hikaku_list .dn td{
    width: 28%;
    padding: 1em;
    border: 1px solid #ddd;
    vertical-align: top;
}
#wrap .hikaku_list .dn td:first-of-type{
    width: 16%;
    background: #f1f1f1;
    text-align: center;
    vertical-align: middle;
}
#wrap .hikaku_list .dn tr:first-of-type td:nth-of-type(2){
    background: #ccbe66;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#wrap .hikaku_list .dn tr:first-of-type td:nth-of-type(3){
    background: #67cdaf;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#wrap .hikaku_list .dn tr:first-of-type td:nth-of-type(4){
    background: #6d94cd;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#wrap .hikaku_list .merit li{
    min-height: 19px;
    padding: .5em 0 0 2em;
    background: #fff url("../../../img/sd/common/svg/o.svg") no-repeat .2em .7em;
    background-size: 19px auto;
}
#wrap .hikaku_list .demerit li{
    min-height: 19px;
    padding: .5em 0 0 2em;
    background: #fff url("../../../img/sd/common/svg/x.svg") no-repeat .2em .7em;
    background-size: 19px auto;
}



#wrap .hikaku_list .spc table{
    margin-bottom: 24px;
}

#wrap .hikaku_list .spc td{
    padding: 8px;
    border: 1px solid #ddd;
}
#wrap .hikaku_list .spc td:first-of-type{
    width: 34%;
    background: #f1f1f1;
    text-align: center;
    vertical-align: middle;
}
#wrap .hikaku_list .spc table:first-of-type tr:first-of-type td:nth-of-type(2){
    padding: 16px 8px;
    background: #7ea8a6;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#wrap .hikaku_list .spc table:nth-of-type(2) tr:first-of-type td:nth-of-type(2){
    padding: 16px 8px;
    background: #ad9d48;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#wrap .hikaku_list .spc table:last-of-type tr:first-of-type td:nth-of-type(2){
    padding: 16px 8px;
    background: #3d444c;
    color: #fff;
    text-align: center;
    font-size: 20px;
}



#wrap .ceramic table{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #e59673;
}
#wrap .ceramic table td{
    width: 50%;
    padding: .6em;
    border: 1px solid #e59673;
    border-top: 0;
    vertical-align: middle;
}
#wrap .ceramic table td:nth-of-type(odd){
    background: #f2e0d9;
}
#wrap .ceramic .s_imgL{
    min-height: 96px;
}




















#wrap .faqs dl{
    margin-bottom: 2em;
}
#wrap .faqs dt{
    min-height: 44px;
    margin-bottom: .8em;
    padding: .4em 0 0 4em;
    background: url("../../../img/sd/common/svg/faq_q.svg") no-repeat 1em 0;
    background-size: 40px auto;
    font-size: 18px;
    font-weight: 700;
    color: #745a4a;
}
#wrap .faqs dd{
    padding: 2em 2em 2em 4.5em;
    background: #f2e0d9 url("../../../img/sd/common/svg/faq_a.svg") no-repeat 1em 1.5em;
    background-size: 40px auto;
    border-radius: .5em;
}
#wrap .faqs dd div:first-of-type{
    margin-bottom: .4em;
    color: #cd5b29;
    font-size: 17px;
    font-weight: 700;
}
#wrap .faqs dd div p:last-of-type{
    margin-bottom: 0;
}







#wrap .price table{
    width: 100% !important;
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #e59673;
}
#wrap .price table td{
    padding: 1em;
    border: 1px solid #e59673;
    border-top: 0;
    vertical-align: middle;
    font-weight: 700;
}
#wrap .price table td:nth-of-type(odd){
    width: 50%;
    background: #f2e0d9;
}
#wrap .price table td:nth-of-type(even){
    width: 50%;
    text-align: right;
}
#wrap .price table td.oc{
    width: 50%;
    background: #fff;
    text-align: right;
}
@media screen and (max-width: 767px) {
#wrap .price table td{
    display: block;
    padding: .5em;
}
#wrap .price table td:nth-of-type(odd){
    width: 100%;
}
#wrap .price table td:nth-of-type(even){
    width: 100%;
    text-align: left;
}
#wrap .price table td.oc{
    width: 100%;
    background: #fff;
    text-align: right;
}
}





#wrap .job table,
#wrap .form table{
    width: 100% !important;
    border-top: 1px solid #e2cabc;
}
#wrap .job table td,
#wrap .form table td{
    padding: 1.5em;
    border-bottom: 1px solid #e2cabc;
    vertical-align: middle;
}
#wrap .job table td:nth-of-type(odd),
#wrap .form table td:nth-of-type(odd){
    width: 30%;
    background: #f2eae5;
    text-align: center;
    font-weight: 700;
}
#wrap .job table td:nth-of-type(even),
#wrap .form table td:nth-of-type(even){
    width: 70%;
}

@media screen and (max-width: 767px) {
#wrap .job table td,
#wrap .form table td{
    display: block;
    padding: .5em;
}
#wrap .job table td:nth-of-type(odd),
#wrap .form table td:nth-of-type(odd){
    width: 100%;
}
#wrap .job table td:nth-of-type(even),
#wrap .form table td:nth-of-type(even){
    width: 100%;
}
}














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 .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;
}
.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"] {
	padding: 1em 2em 1em 3em;
    background: #e2cabc;
    color: #333;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1em;
	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: #e59673;
    color: #333;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
#age,
#zip{
	width: 20%;
}

@media screen and (max-width: 767px) {
#zip{
	width: 80%;
}
span.wpcf7-list-item{
	display: block !important;
}
}



#sp01,
#sp02,
#sp03,
#sp04,
#sp05,
#sp06,
#sp07
{
    margin-top: -160px;
    padding-top: 160px;
}
@media screen and (max-width: 767px) {
.wpcf7 input[type="submit"] {
	/* margin: 1em 0 0 30%; */
}
#sp01,
#sp02,
#sp03,
#sp04,
#sp05,
#sp06,
#sp07
{
    margin-top: -200px;
    padding-top: 200px;
}
}


/* ▲▲▲▲▲▲▲▲▲▲ 目次 ▲▲▲▲▲▲▲▲▲▲ */
.c-anchor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap : 20px;
	  row-gap: 20px;
    column-gap: 20px;
}

.c-anchor__item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 70px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.65625;
    border-radius: 20px;
    background:#f2e0d9 url(/img/sd/common/svg/icon01.svg) no-repeat right 14px center;
    background-size: 24px 24px;
    color: #333 !important;
}

.br_sp{
	display: none;
}

@media screen and (max-width: 767px) {
.c-anchor {
display: block;
}
.c-anchor__item {
width: 320px;
margin: 0 auto 7px;
height: 65px;
letter-spacing: 0.05em;
line-height: 1.25;
border-radius: 10px;
background: #f2e0d9 url(/img/sd/common/svg/icon01.svg) no-repeat right 14px center;
background-size: 17px 17px;
white-space: nowrap;
}
.br_sp{
display: inline-block;
}
}

@media screen and (max-width: 1230px) {
.br_sp{
display: inline-block;
}
}
/* ▲▲▲▲▲▲▲▲▲▲ 料金画像 ▲▲▲▲▲▲▲▲▲▲ */
.photo_price{
	text-align: center;
	margin-bottom: 56px
}

.headLine_price{
	margin-bottom: 56px !important;
}

.mb24_price{
	margin-bottom: 56px;
}
.mb_border{
    padding-top: 60px;
    border-top: 1px dashed;
}

@media screen and (max-width: 767px) {
.photo_price{
text-align: center;
margin-bottom: 42px
}

.headLine_price{
margin-bottom: 42px !important;
}

.mb24_price{
margin-bottom: 42px;
}

.more_price{
margin-bottom: 144px;
}
.mb_border{
    padding-top: 50px;
    border-top: 1px dashed;
}

}

/* ▲▲▲▲▲▲▲▲▲▲ 診療案内 ▲▲▲▲▲▲▲▲▲▲ */
.guidemenu{
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    margin: 20px;
    border-bottom: none;
}

.guidemenu .photoBox a{
	display: flex;
    -webkit-box-align: center;
   align-items: center;
   line-height: 1.65;
   padding-left: 0;
	background-color: #f2e0d9;
	background-size: 24px 24px;
}

.guidemenu .photoBox a .photo{
	padding: 30px 0;
	width: 45%;
    -webkit-box-flex: 0;
   flex: none;
   text-align: center;
}

.guidemenu .photoBox a .photo img{
	width: 55%;
}

.guidemenu .photoBox a .photo .ttl{
	font-size: 1.2rem;
   display: flex;
    -webkit-box-align: center;
   align-items: center;
   align-self: normal;
   width: 100%;
   color: #036DAF;
   position: relative;
}

.guidemenu .photoBox p{
	margin: 0!important;
	color: #333;
}

.guidemenu li{
	border-top: 1px solid #e5e5e5;
}
.guidemenu li a{
	/* border-top: 1px solid #e5e5e5;*/
   background: url(/img/sd/common/svg/icon02.svg) no-repeat right 25px center;
   position: relative;
	font-weight: 600;
	color: #333;
}

.guidemenu li a{
	background-size: 24px 24px;
   line-height: 60px;
   padding-left: 44px;
}

.guidemenu li a{
	/* border-top: 1px solid #e5e5e5;*/
   position: relative;
   display: block;
   font-weight: 600;
}

.guidemenuOther a::before{
	content: "-";
   color: #E87F00;
   margin-right: 5px;
}


@media screen and (max-width: 767px) {
.guidemenu{
border-bottom: 1px solid #e5e5e5;
margin-bottom: 60px;
}

.guidemenu{
display: grid;
grid-template-columns: none;
grid-column-gap: 30px;
grid-row-gap: 20px;
margin: 0;
border-bottom: none;
}

.guidemenu .photoBox a{
display: flex;
-webkit-box-align: center;
align-items: center;
line-height: 1.2;
padding-left: 0;
background-color: #f2e0d9;
}

.guidemenu li a{
/* border-top: 1px solid #e5e5e5;*/
background: url(/img/sd/common/svg/icon02.svg) no-repeat right 25px center;
background-size: 24px 24px;
position: relative;
}

.guidemenu .photoBox a .photo{
width: 45%;
padding: 10px 0;
-webkit-box-flex: 0;
flex: none;
text-align: center;
}

.guidemenu .photoBox a .photo .ttl{
display: flex;
-webkit-box-align: center;
align-items: center;
align-self: normal;
width: 100%;
color: #036DAF;
font-size: 1.5rem;
position: relative;
}
}

/* ▲▲▲▲▲▲▲▲▲▲ セラミック ▲▲▲▲▲▲▲▲▲▲ */
.boxLceramic{
    float: left;
    width: 40%;
}
.boxRceramic{
    float: right;
    width: 56%;
}

@media screen and (max-width: 767px) {
.boxLceramic{
float: none;
width: 100%;
}
.boxRceramic{
float: none;
width: 100%;
}
}

/* ▲▲▲▲▲▲▲▲▲▲ TOPバナー ▲▲▲▲▲▲▲▲▲▲ */

#banner .top-banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 68%;
	margin: 10px auto 74px;
}

#banner .top-banner li{
	padding: 0 5px;
	box-sizing: border-box;
}

#banner .top-banner li img{
	max-width: 100%;
	padding-bottom: 10px;
	height: auto;
	justify-content: center;
}

.top-bannerSub{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px auto 74px;
}

.top-bannerSub li{
	padding: 0 5px;
	box-sizing: border-box;
}

.top-bannerSub li img{
	max-width: 100%;
	padding-bottom: 10px;
	height: auto;
	justify-content: center;
}

@media screen and (max-width: 767px) {
#banner .top-banner{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
margin: 10px auto 20px;
}
#banner .top-bannerSub{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 90%;
margin: 10px auto 20px;
}
}

@media screen and (min-width:767px) and ( max-width:1460px) {
#banner .top-banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 10px auto 16px;
}
}

/* ▲▲▲▲▲▲▲▲▲▲ ボトムナビ ▲▲▲▲▲▲▲▲▲▲ */

.footer-navlist {
    display: none; }

    @media screen and (max-width: 767px) {
      .footer-navlist {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #fff;
        z-index: 50;
        display: grid;
        /* grid-template-columns: repeat(4, 1fr); */
        grid-template-columns: repeat(3, 1fr);
        gap: 1px;
    }
        .footer-navlist__item {
          background-color: #f2e0d9;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding-top: 12px;
          height: 78px;
        }
        .footer-navlist__icon {
          flex: none;
          height: 16px;
          margin-bottom: 10px;
         }
          .footer-navlist__icon img {
            vertical-align: middle;
        }
        .footer-navlist a {
          display: block;
          color: #303030;
          font-size: 1.3rem;
          text-align: center;
          height: 100%;
		  letter-spacing:-1px;
        }
    }

    /* add220131 */
.sp{
    display: none
}
.pc{
    display: block
}
@media screen and (max-width: 767px) {
.pc{
    display: none;
}
.sp{
    display: block
}
}

/* add 20220210 */
.banner__slick {
    margin: 0 auto;
    width: 960px;
}

.banner__slick li {
    margin: 0 auto;
    padding-right: 7px;
}

.banner__slick li img {
    margin: 0 auto;
}

@media (max-width:767px) {
    .banner__slick {
        margin: 0 auto;
        width: 370px;
    }

    .banner__slick li {
        margin: 0 auto;
        padding-right: 0;
    }

    .banner__slick li img {
        margin: 0 auto;
        width: 370px;
    }
}

@media (max-width:321px) {
    .banner__slick li img {
        margin: 0 auto;
        width: 310px;
    }
}

/* 231110 add */
.flex-contact-box-2fr {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}

@media (max-width:767px) {
    .flex-contact-box-2fr {
        flex-direction: column;
    }
}

/*================================
-240531 add
=================================*/

.common-footer-att-text {
    font-size: min(3.46vw, 16px);
    line-height: 1.6;
    margin-bottom: 24px;
}




.dn-pc { display:none !important; }
.dn-pc2 { display:none !important; }
.dn-sp { display:block !important; }
.dn-sp2 { display:inline-block !important; }

@media screen and (max-width:768px){
.dn-pc { display:block !important; }
.dn-pc2 { display:inline-block !important; }
.dn-sp { display:none !important; }
.dn-sp2 { display:none !important; }
}



