@charset "utf-8";
/*
Theme Name: なかの歯科クリニック
Theme URI: https://www.implant-kobe.org/
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{
    margin: 0;
}
@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: #000;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 1.6pt;

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

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

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

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

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

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

	-webkit-transition:all .3s linear;
	-moz-transition:all .3s linear;
	transition:all .3s linear;
}
a:link, a:visited{
	color: #5478bb;
}
a:active, a:hover{
	color: #234586;
	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;
}

.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;}
.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: 540px) {
.w20,.w30,.w40,.w50{width: 100%;}
}





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



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


.pt40{padding-top:40px;}

.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;}
.pb16{padding-bottom:16px;}


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

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


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

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

.ic_gold{
    color: #b2a157;
}
.ic_lb{
    color: #5478bb;
}
.ic_red{
    color: #e64f4f;
}
.ic_redbrown{
    color: #a24121;
}

.more a{
	display: block;
    background: #efeadb url("img/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 16px auto;
    padding: 16px;
    color: #724b3b;
    letter-spacing: 0;
    border-radius: 8px;
    line-height: 1.2;
    font-weight: 700;
    box-shadow: 0 1px 2px 0 #333;
}
.more a.w70{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.more a:hover{
    background: #eee4c5 url("img/common/svg/arrow.svg") no-repeat 98% center;
    background-size: 16px auto;
}
@media screen and (max-width: 768px) {
.more a{
    width: 100%;
}
.more a.w100{width: 100%;}
}
.rtt180{transform: rotateX(180deg);}


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



header{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
    z-index: 1000;
    width: 100%;
    margin: 0;
    text-align: left;
}
header .inner{
    position: relative;
    height: 128px;
    background: rgba(255,255,255,1);
}
header .inner_box{
    position: relative;
    width: 92%;
    max-width: 1600px;
    height: 80px;
    margin: auto;
    transition: all .5s ease-in;
}
.logo{
    position: absolute;
    width: 360px;
    height: 65px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
header .phone{
    position: absolute;
    width: 280px;
    height: 26px;
    margin: auto;
    top: 10px;
    right: 0;
}



.pc_upper_nav{
/*
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
*/
    position: absolute;
    width: 279px;
    height: 69px;
    top: 8px;
    bottom: 0;
    left: 0;
/*    background: #000;*/
}
header .pc_upper_nav li{
    width: 33.333%;
    height: 56px;
    text-align: center;
}
header .pc_upper_nav li img{
    width: 100%;
    height: auto;
}

header dl{
    position: absolute;
    width: 120px;
    height: 56px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
}
header dt{
    position: absolute;
    width: 56px;
    height: 56px;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 8px;
    border: 1px solid #675750;
    text-align: center;
    padding: 8px 0 0;
}
header dd{
    position: absolute;
    width: 56px;
    height: 56px;
    top: 0;
    right: 0;
    left: 64px;
    border-radius: 8px;
    border: 1px solid #675750;
    text-align: center;
    padding: 8px 0 0;
}
#phone_icon{
    display: none;
}
@media screen and (max-width: 1080px){
header .inner_box{
    width: 98%;
    max-width: 1080px;
}
@media screen and (max-width: 1023px){
header .pc_upper_nav,
header .phone{
    display: none;
}
@media screen and (max-width: 800px){
header .inner{
    height: 80px;
}
header .pc_upper_nav,
header dl,
header .phone{
    display: none;
}
#phone_icon{
    display: block;
    position: absolute;
    right: 64px;
	top: 5px;
	width: 28px;
	height: 28px;
}
#phone_icon a{
	display: block;
	padding: 10px 0 0;
	text-align: center;
}
@media screen and (max-width: 540px){
header .inner,
header .inner_box{
    height: 50px;
}
.logo{
    width: 260px;
    height: 48px;
}
#phone_icon{
    display: block;
    position: absolute;
    left: 8px;
	top: 2px;
	width: 20px;
	height: 20px;
}
#phone_icon a{
	display: block;
	padding: 8px 0 0;
	text-align: center;
}
@media screen and (max-width: 320px){
.logo{
    width: 200px;
    height: 36px;
}
}
}
}
}
}





#gnav{
    position: relative;
    width: 92%;
    max-width: 1600px;
    height: 48px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 0;
}
#gnav ul{
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	font-size: 17px;
    font-weight: 700;
}
#gnav ul::after {
	display: block;
	clear: both;
	content: '';
}
#gnav ul li{
	position: relative;
	width: 12%;
	/* width: 14.285%;20230126グロナビの横幅調整で変更前の数値*/
	letter-spacing: 0;
    text-align: center;
}
#gnav ul li li:nth-of-type(2){
	float: none;
	width: 100%;
}
#gnav ul li:not(:first-child) {
	border-left: none;
}
#gnav ul li a{
	padding: 8px 0;
	color: #333;
    border-bottom: 4px solid rgba(255,255,255,0);
	text-align: center;
	display: block;
}
#gnav ul li a:hover,
#gnav ul li a.ov{
	padding: 8px 0;
	color: #000;
    border-bottom: 4px solid #675750;
	text-decoration: none;
}
#gnav ul ul{
	position: absolute;
	top: 100%;
	left: -1px;
    border-left: 0;
}
#gnav ul ul li{
	width: 280px;
    border: 0;
}
#gnav ul li:nth-child(3) ul li:nth-child(2) ul li{
	width: 360px;
    border: 0;
}
#gnav ul ul li:not(:first-child) {
	border-top: none;
}
#gnav ul ul ul{
	position: absolute;
	top: -2px;
	left: 100%;
}
#gnav ul ul{
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	transform: translateY(-20px);
	z-index: 50;
    letter-spacing: 0;
}
#gnav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
#gnav ul li li a{
	padding: 8px;
    background: #675750;
    color: #fff;
	text-decoration: none;
    text-align: left;
}
#gnav ul li li a:hover{
	padding: 8px;
    background: #bc9c8e;
}
@media screen and (max-width: 1080px){
#gnav{
    width: 98%;
    max-width: 1080px;
}
}


#upper_toggle{
    display: none;
}
.modal_wrap{
    display: none;
}
@media screen and (max-width: 1024px) {
#upper_toggle{
    display: block;
    position: fixed;
    width: 60px;
    height: 60px;
    top: 0;
    right: 5px;
    z-index: 9999;
    cursor: pointer;
    background: #eee;
}

#upper_toggle span{
    display: block;
    position: absolute;
    height: 5px;
    width: 80%;
    margin: auto;
    background: #333;
    left: 0;
    right: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
#upper_toggle span:nth-child(1) {
    top: 15px;
}
#upper_toggle span:nth-child(2) {
    top: 28px;
}
#upper_toggle span:nth-child(3) {
    top: 42px;
}



.tab{
    width: 100%;
    margin: 0 auto;
}
.tab li{
    width: calc(50% - 4px);
    padding: 16px 0;
    color: #66583d;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.tab li:nth-child(1){
    background: #e6e6d4;
}
.tab li:nth-child(2){
    background: #ede4e1;
}
.tab_sub{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    list-style: none;
}
.tab_sub li{
    width: calc( 20% - 4px );
    margin-bottom: 8px;
}
.tab_sub li.active{
} 
.list{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.sp_clinic_nav{
    padding: 16px 8px;
    background: #e6e6d4;
}
.sp_guide_nav{
    padding: 16px 8px;
    background: #ede4e1;
}
.list .hd{
    margin-bottom: 16px;
    padding-top: 8px;
    text-align: center;
}
.list .inner,
.list .inner,
.list .thirdtree,
.list .inner table{
    display:none;
}
.list .inner.active{
    display:block;
}
.list .inner .thirdtree.active,
.list .inner table.active{
    display: table;
}
.childnav{
    margin-bottom: 24px;
    padding: 8px 8px 0;
}
.childnav_box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.childnav_box .grid{
    width: calc(33% - 4px);
    margin-bottom: 8px;
}
.childnav_box::after{
    content: "";
    display: block;
    width: calc( 33% - 4px );
}
@media screen and (max-width: 540px) {
.tab_sub li{
    width: calc( 33% - 4px );
    margin-bottom: 8px;
}
}









.modal_wrap{
    display: block;
}
.modal_wrap .box{
    float: left;
    width: 33.333%;
}
.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.4);
    opacity: 0;
    transition: opacity .5s, transform 0s .5s;
    transform: scale(0);
}
.modal_trigger{
    position: absolute;
    width: 100%;
    height: 100%;
}
.modal_content{
    width: 100%;
    height: 95%;
    overflow-y: auto;
    margin: 0;
    padding: 3em 1em 0;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transform: translateY(-30%);
    transition: .3s;
}
.modal_wrap input:checked ~ .modal_overlay{
    opacity: 1;
    transform: scale(1);
    transition: opacity .3s;
}
.modal_wrap input:checked ~ .modal_overlay .modal_content{
    transform: scale(1);
}
.modal_content .logo{
    width: 80%;
    max-width: 320px;
    margin: auto;
    margin-bottom: 24px;
    text-align: center;
}
.close_button{
    position: absolute;
    top: 10px;
    right: 8px;
    font-size: 44px;
    cursor: pointer;
}
#modal_sns{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 50%;
    margin: auto;
    margin-bottom: 40px;
}
.modal_nav{
    position: relative;
}

.modal_nav label{
    position: relative;
    display: block;
    margin: 0 0 5px;
    padding: 1em;
    background: linear-gradient(to bottom, #675750, #675750);
    color: #fff;
    border: 1px solid #333;
    border-radius: 1px;
    cursor :pointer;
    transition: all .5s ease;
    font-weight: bold;
    letter-spacing: 0;
}
.modal_nav label a{
    display: block;
    color :#fff;
}
.modal_nav ol{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    letter-spacing: 0;
}
.modal_nav ol li{
    width: 45%;
    height: 0;
    margin-left: 1em;
    overflow: hidden;
    text-align: left;
    transition: all .5s;
}
.modal_nav label:nth-of-type(2)::after,
.modal_nav label:nth-of-type(3)::after,
.modal_nav label:nth-of-type(4)::after,
.modal_nav label:nth-of-type(5)::after,
.modal_nav label:nth-of-type(6)::after,
.modal_nav label:nth-of-type(7)::after,
.modal_nav label:nth-of-type(8)::after,	
.modal_nav label:nth-of-type(9)::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 4%;
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: auto;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
    transition: 0.2s;
}
#mn_bar_01:checked ~ #mng_01 li,
#mn_bar_02:checked ~ #mng_02 li,
#mn_bar_03:checked ~ #mng_03 li,
#mn_bar_04:checked ~ #mng_04 li,
#mn_bar_05:checked ~ #mng_05 li,
#mn_bar_06:checked ~ #mng_06 li,
#mn_bar_07:checked ~ #mng_07 li,
#mn_bar_08:checked ~ #mng_08 li,	
#mn_bar_09:checked ~ #mng_09 li{
    height: 36px;
/*    height: 54px;*/
    opacity: 1;
}
#mn_bar_01:checked ~ #mng_01 li:nth-child(n-2),
#mn_bar_02:checked ~ #mng_02 li:nth-child(n-2),
#mn_bar_03:checked ~ #mng_03 li:nth-child(n-2),
#mn_bar_04:checked ~ #mng_04 li:nth-child(n-2),
#mn_bar_05:checked ~ #mng_05 li:nth-child(n-2),
#mn_bar_06:checked ~ #mng_06 li:nth-child(n-2),
#mn_bar_07:checked ~ #mng_07 li:nth-child(n-2),
#mn_bar_08:checked ~ #mng_08 li:nth-child(n-2),
#mn_bar_09:checked ~ #mng_09 li:nth-child(n-2){
    margin-top: .5em;
}
.modal_nav ol li::before{
    content: "- ";
    display: inline;
}
@media screen and (max-width: 540px) {
#upper_toggle{
    width: 40px;
    height: 40px;
}
#upper_toggle span{
    height: 3px;
    width: 60%;
}
#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_nav ol li{
    width: 100%;
}
#upper_toggle{
    top: 5px;
    right: 4px;
}
#mn_bar_01:checked ~ #mng_01 li:nth-child(n-3),
#mn_bar_02:checked ~ #mng_02 li:nth-child(n-3),
#mn_bar_03:checked ~ #mng_03 li:nth-child(n-3),
#mn_bar_04:checked ~ #mng_04 li:nth-child(n-3),
#mn_bar_05:checked ~ #mng_05 li:nth-child(n-3),
#mn_bar_06:checked ~ #mng_06 li:nth-child(n-3),
#mn_bar_07:checked ~ #mng_07 li:nth-child(n-3),
#mn_bar_08:checked ~ #mng_08 li:nth-child(n-3),
#mn_bar_09:checked ~ #mng_09 li:nth-child(n-3){
    margin-top: 0;
}
#mn_bar_01:checked ~ #mng_01 li:first-of-type,
#mn_bar_02:checked ~ #mng_02 li:first-of-type,
#mn_bar_03:checked ~ #mng_03 li:first-of-type,
#mn_bar_04:checked ~ #mng_04 li:first-of-type,
#mn_bar_05:checked ~ #mng_05 li:first-of-type,
#mn_bar_06:checked ~ #mng_06 li:first-of-type,
#mn_bar_07:checked ~ #mng_07 li:first-of-type,
#mn_bar_08:checked ~ #mng_08 li:first-of-type,
#mn_bar_08:checked ~ #mng_08 li:first-of-type,
#mn_bar_09:checked ~ #mng_09 li:first-of-type{
    margin-top: .5em;
}
@media screen and (max-width: 360px) {
#upper_toggle{
    width: 32px;
    height: 32px;
}
#upper_toggle span:nth-child(1) {
    top: 7px;
}
#upper_toggle span:nth-child(2) {
    top: 14px;
}
#upper_toggle span:nth-child(3) {
    top: 21px;
}
}
}
}


.modal_wrap .three_box{
    margin-bottom: 24px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.modal_wrap .three_box .box{
    width: 33.333%;
}
.modal_wrap .three_box .box a{
    display: block;
    height: 96px;
    text-align: center;
}
.modal_wrap .three_box .box:first-of-type a{
    padding: 12px 0;
    background: #804370;
    text-align: center;
}
.modal_wrap .three_box .box:nth-of-type(2) a{
    padding: 16px 0;
    background: #573f78;
    text-align: center;
}
.modal_wrap .three_box .box:last-of-type a{
    padding: 20px 0;
    background: #37436c;
    text-align: center;
}












#top_ec{
    max-width: 1920px;
    margin: auto;
}
#top_ec img{
    width: 100%;
    height: auto;
}


#top{
    margin: 0;
	text-align: left;
}
#top h2{
    margin: 0 0 24px;
    color: #724b3b;
    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
#top p{
    margin: 0 0 24px;
}
#top strong,
span.udline{
	background: linear-gradient(transparent 60%, #dfdcad 60%);
}
#top img{
	max-width: 100%;
	height: auto;
}




#fv{
    padding: 4% 4% 0;
    background: #fff url("img/hougan.png");
}
#fv h1{
    text-align: left;
    font-size: 32px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1.3;
}
@media screen and (max-width: 767px){
#fv h1{
    font-size: 24px;
}
}















#points{
    padding: 80px 0;
    background: #fff url("img/hougan.png");
}
#points .cf{
    width: 100%;
    max-width: 1440px;
    margin: auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
#points .box{
    width: calc( 33% - 24px );
}
#points .hd{
    margin: 0 0 16px;
    color:#b2a157;
    font-size: 20px;
    font-weight: 500;
}
#points #point01{
    padding: 0 0 0 120px;
    background: url("img/point1.svg") no-repeat;
}
#points #point02{
    padding: 0 0 0 120px;
    background: url("img/point2.svg") no-repeat;
}
#points #point03{
    padding: 0 0 0 120px;
    background: url("img/point3.svg") no-repeat;
}
#p0101 a{
    margin: 0 0 16px;
    padding: 16px 8px 16px 20%;
    background: url("img/train.svg") no-repeat 16px center, url("img/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 28px auto, 16px auto;
    background-color: #efeadb;
}
#p0102 a{
    margin: 0 0 24px;
    padding: 16px 8px 16px 20%;
    background: url("img/car.svg") no-repeat 12px center, url("img/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 36px auto, 16px auto;
    background-color: #efeadb;
}
#p02 a,
#p03 a,
#p04 a{
    margin: 0 0 24px;
    padding: 25px 0;
    background: url("img/common/svg/arrow.svg") no-repeat 97% center;
    background-size: 16px auto;
    background-color: #efeadb;
}
#p0101 a:hover,
#p0102 a:hover,
#p02 a:hover,
#p03 a:hover,
#p04 a:hover
{
    background-color: #eee4c5;
}
@media screen and (max-width: 768px){
#points .cf{
    width: 92%;
    margin: auto;
}
#points .box{
    width: 100%;
    margin-bottom: 80px;
}
#points .box:nth-of-type(2){
    margin-bottom: 80px;
}
}


.covid{
    width: 88%;
    margin-right: auto;
    margin-left: auto;
}




#greeting{
    background: url("img/greeting_bg.jpg") no-repeat right;
    background-size: cover;
}
#greeting .imgL{
    width: 414px;
}
#greeting .boxR{
    float: right;
    width: 65%;
    padding: 10% 6% 0 0;
    color: #fff;
}
#greeting .hd{
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    color: #e0cf87;
    text-align: center;
}
#greeting .more{
    width: 64%;
    margin: auto;
}
@media screen and (max-width: 1279px){
#greeting .boxR{
    width: 60%;
    padding: 6% 6% 0 0;
}
@media screen and (max-width: 1080px){
#greeting .imgL{
    float: none;
    width: 100%;
}
#greeting .imgL img{
    width: 100%;
}
#greeting .boxR{
    float: none;
    width: 100%;
    padding: 6%;
}
#greeting .more{
    width: 92%;
    margin: auto;
}
@media screen and (max-width: 767px){
#greeting .hd{
    font-size: 18px;
}
}
}
}







#top_team{
    padding: 5% 0;
    background: #efeadb;
}
#top_team h2{
    padding: 0 0 24px;
    background: url("img/common/svg/underline.svg") no-repeat bottom;
}
#top_team .inner{
    width: 88%;
    margin: auto;
}
#top_team .box:nth-of-type(odd){
    float: left;
    width: 43%;
}
#top_team .box:nth-of-type(even){
    float: right;
    width: 52%;
}
#top_team ol{
    width: 88%;
    margin: auto;
}
#top_team ol li{
    float: left;
    width: 33.333%;
    text-align: center;
}
#top_team ol li img{
    width: 88%;
    height: auto;
}
@media screen and (max-width: 768px){
#top_team .inner{
    width: 92%;
}
#top_team ol{
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 767px){
#top_team{
    padding: 10% 0;
    background: #efeadb;
}
#top_team .inner{
    width: 100%;
}
#top_team .box:nth-of-type(odd){
    float: none;
    width: 100%;
    margin: 0 0 24px;
}
#top_team .box:nth-of-type(even){
    float: none;
    width: 92%;
    margin: auto;
}
}
}





#top_guides{
    padding: 5% 0;
}
#top_guides ul{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
    text-align: center;
}
ul.three_banners{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 40px;
}
#top_guides ul li,
#ul.three_banners li{
    width: calc( 33% - 5px);
    text-align: center;
}

#top_guides h2{
    padding: 0 0 24px;
    background: url("img/common/svg/underline.svg") no-repeat bottom;
}
#top_guides .inner{
    width: 80%;
    max-width: 1024px;
    margin: auto;
}
#top_guides .box{
    float: left;
    width: 47%;
    margin-bottom: 40px;
}
#top_guides .box img{
    width: 100%;
    height: auto;
}
#top_guides .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#top_guides .box:nth-of-type(even){
    float: right;
}
#top_guides .box:nth-of-type(1) ol{
    background: #eef2e0;
}
#top_guides .box:nth-of-type(2) ol{
    background: #f6f0de;
}
#top_guides .box:nth-of-type(3) ol{
    background: #e9f4f9;
}
#top_guides .box:nth-of-type(4) ol{
    background: #f1ebf5;
}
#top_guides .box:nth-of-type(5) ol{
    background: #e9f6ec;
}
#top_guides .box:nth-of-type(5){
    margin: 0;
}
#top_guides ol{
    padding: 16px 0 0;
}
#top_guides ol li{
}
#top_guides ol li a{
	position: relative;
    margin: 0 0 8px;
    padding: 0 16px 8px;
    border-bottom: 1px solid #d9d7d6;
    display: block;
}
#top_guides ol li a::after {
	position: absolute;
	top: 40%;
	right: 16px;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 1px solid #d6c6bf;
	border-right: 1px solid #d6c6bf;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (max-width: 768px){
#top_guides{
    padding: 10% 0;
}
#top_guides .inner{
    width: 92%;
    margin: auto;
}
@media screen and (max-width: 767px){
#top_guides ul li,
#ul.three_banners li{
    width: 100%;
}
#top_guides ul li:nth-child(-n+2),
ul.three_banners li:nth-child(-n+2){
    margin-bottom: 8px;
}
#top_guides .box{
    float: none;
    width: 100%;
    margin-bottom: 16px;
}
#top_guides .box:nth-of-type(odd){
    clear: both;
    float: none;
}
#top_guides .box:nth-of-type(even){
    float: none;
}
}
}





#top_cases{
    padding: 5% 0;
    background: #efeadb;
}
#top_cases h2{
    padding: 0 0 24px;
    background: url("img/common/svg/underline.svg") no-repeat bottom;
}
#top_cases .inner{
    width: 64%;
    margin: auto;
}
#top_cases .box{
    width: 47%;
    margin-bottom: 40px;
}
#top_cases .box div{
    padding: 16px;
    background: #675750;
    color: #fff;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-size: 20px;
    font-weight: 600;
}
#top_cases .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#top_cases .box:nth-of-type(even){
    float: right;
}
#top_cases ol{
    padding: 8px 0 0;
    background: #fff;
}
#top_cases li{
}
#top_cases li a{
    margin: 0 0 8px;
    padding: 0 16px 8px 32px;
    border-bottom: 1px solid #d9d7d6;
    display: block;
    background: url("img/common/svg/arrow.svg") no-repeat 2% 36%;
    background-size: 10px auto;
}
#top_cases .more a{
    width: 30%;
    margin: auto;
    background-color: #fff;
}
@media screen and (max-width: 768px){
#top_cases .inner{
    width: 92%;
    margin: auto;
}
@media screen and (max-width: 767px){
#top_cases{
    padding: 10% 0;
}
#top_cases .box{
    width: 92%;
    margin: 0 auto 16px;
}
#top_cases .box:nth-of-type(odd){
    clear: both;
    float: none;
}
#top_cases .box:nth-of-type(even){
    float: none;
}
#top_cases .more a{
    width: 92%;
}
}
}






#top_counseling{
    padding: 5% 0;
    background: url("img/counseling_bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
}
#top_counseling .inner{
    width: 64%;
    margin: 0 auto 40px;
    text-align: left;
}
#top_counseling .more_box{
    width: 72%;
    margin: auto;
    text-align: left;
}
#top_counseling .more{
    float: left;
    width: 50%;
    padding: 0 8px;
    text-align: center;
}
@media screen and (max-width: 768px){
#top_counseling{
    padding: 42% 4% 8%;
    background: #804370 url("img/counseling.jpg") no-repeat center 0;
    background-size: 100% auto;
    color: #fff;
}
#top_counseling .inner{
    width: 100%;
    margin: 0 0 24px;
    text-align: left;
}
#top_counseling .more_box{
    width: 100%;
    margin: 0;
    text-align: left;
}
#top_counseling .more{
    float: none;
    width: 100%;
    margin: 0 0 8px;
    padding: 0;
}
}






#column_area{
    padding: 5% 0;
    background: #37436c;
}
#column_area .inner{
    width: 92%;
    margin: 0 auto 40px;
    padding: 24px;
    background: #fff;
    border-radius: 24px;
}
#column_area .fx .box{
    width: calc(50% - 8px);
    padding: 8px 0;
    font-size: 18px;
    border-bottom: 1px solid #e7e6e6;
    text-align: left;
}
#column_area .oz .s_imgL{
    max-width: 20%;
    margin: 0 16px 0 0;
    text-align: center;
}
#column_area .oz a{
    color: #5478bb;
    display: block;
}
#column_area .oz a:hover{
    color: #234586;
}
#column_area .more a{
    width: 36%;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 767px){
#column_area{
    padding: 10% 0;
    background: #37436c url("img/column_bg_pc.jpg") no-repeat right 0;
}
#column_area .inner{
    padding: 16px 8px;
    border-radius: 8px;
}
#column_area .fx .box{
    width: 100%;
}
#column_area .oz .s_imgL{
    max-width: 40%;
}
#column_area .more a{
    width: 92%;
    margin: auto;
    text-align: center;
}
}



.instagram{
    width: 92%;
    max-width: 1400px;
    margin: auto;
    padding: 80px 0;
}





#ud_area{
    padding: 5%;
    background: #e8e7e7;
}
#blog{
    float: right;
    width: 48%;
    padding: 0 0 24px;
    background: #fff;
}
#blog .hd{
    margin: 0 0 24px;
    padding: 16px 0;
    background: #c98c78;
    color: #fff;
    text-align: center;
    font-size: 20px;
    /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
#news{
    float: left;
    width: 48%;
    padding: 0 0 24px;
    background: #fff;
}
#news .hd{
    margin: 0 0 24px;
    padding: 16px 0;
    background: #675750;
    color: #fff;
    text-align: center;
    font-size: 20px;
    /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
#ud_area .inner{
    padding: 0 24px;
    text-align: left;
}
#ud_area .inner div{
    margin: 0 0 16px;
    padding: 0 2% 8px;
    border-bottom: 1px solid #e7e6e6;
}
#ud_area .more a{
    width: 80%;
    margin: auto;
    text-align: center;
}
@media screen and (max-width: 768px) {
#ud_area{
    padding: 5% 2%;
    background: #e8e7e7;
}
#news,
#blog{
    width: 49%;
}
@media screen and (max-width: 767px) {
#ud_area{
    padding: 5%;
}
#news{
    float: none;
    width: 100%;
    margin: 0 0 24px;
}
#blog{
    float: none;
    width: 100%;
}
#ud_area .inner{
    padding: 0 16px;
    text-align: left;
}
#ud_area .inner div{
    margin: 0 0 16px;
    padding: 0 4% 8px;
    border-bottom: 1px solid #e7e6e6;
}
#ud_area .more{
    width: 88%;
    margin: auto;
}
}
}





footer{
    margin: 0;
    padding: 0;
}
footer .three_box{
    margin-bottom: 24px;
}
footer .three_box .box{
    float: left;
    width: 33.333%;
}
footer .three_box .box a{
    display: block;
    height: 96px;
    text-align: center;
}
footer .three_box .box:nth-of-type(1) a{
    padding: 12px 0;
    background: #804370;
    text-align: center;
}
footer .three_box .box:nth-of-type(2) a{
    padding: 16px 0;
    background: #573f78;
    text-align: center;
}
footer .three_box .box:nth-of-type(3) a{
    padding: 20px 0;
    background: #37436c;
    text-align: center;
}
footer .gmap{
    width: 100%;
}
footer .gmap iframe{
    vertical-align: bottom;
}
footer .footinfo{
    width: 64%;
    margin: 0 auto 40px;
}
footer .inner .box{
    width: 47%;
    margin: 0;
    text-align: left;
}
footer .inner .box span,
footer .footinfo span{
    color: #f00;
}
footer .inner .box:nth-of-type(odd){
    float: left;
}
footer .inner .box:nth-of-type(even){
    float: right;
}
footer .foot_phone{
    padding: 24px 0;
    background: #dfd6bd;
    text-align: center;
}
@media screen and (max-width: 767px) {
#foot_photos div{
    float: left;
    width: 50%;
}
#foot_photos div:nth-of-type(odd){
    clear: both;
}
footer .inner{
    width: 92%;
    max-width: inherit;
}
footer .inner .box{
    width: 100%;
    margin: 0;
}
footer .inner .box:nth-of-type(odd){
    float: none;
    margin: 0 0 24px;
}
footer .inner .box:nth-of-type(even){
    float: none;
}
footer .more a{
    width: 92%;
    margin: auto;
}
footer .footinfo{
    width: 92%;
    margin: 0 auto 40px;
}
footer .inner .box span,
footer .footinfo span{
    font-size: 14px;
}
}






#footlinks{
	margin: 0;
    padding: 0;
    background: #fff;
}
#footlinks ul{
    border-top: 1px solid #e7e6e6;
    border-left: 1px solid #e7e6e6;
}
#footlinks li{
    float: left;
    width: 14.285%;
    border-right: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
}
#footlinks li a{
    display: block;
    padding: 4%;
    background: #fff url("img/common/svg/arrow02.svg") no-repeat 5% center;
    background-size: 18px auto;
    letter-spacing: 0;
}
@media screen and (max-width: 768px) {
#footlinks li{
    float: left;
    width: 33.333%;
}
@media screen and (max-width: 767px) {
#footlinks li{
    float: left;
    width: 50%;
}
#footlinks li:nth-of-type(odd){
    clear: both;
}
#footlinks li a{
    font-size: 14px;
}
}
}



#bottomnav{
    display: none;
    width: 100%;
    height: 64px;
/*    height: 155px;*/
    margin: 0;
    margin-bottom: -2px;
    bottom: 0;
}
.foot_hosoku{
    display: none;
    background: #e8e7e7;
}
#bottomnav ul{
    height: 64px;
}
#bottomnav li{
    width: 33.333%;
    background: #f0eada;
    text-align: center;
}
#bottomnav li:first-of-type{
    background: #804370;
}
@media screen and (max-width: 1024px) {
#bottomnav{
    position: fixed;
    display: block;
}
@media screen and (max-width: 820px) {
#bottomnav{
/*    height: 115px;*/
}
.foot_hosoku{
    display: block;
}
@media screen and (max-width: 540px) {
#bottomnav{
/*    height: 120px;*/
}
@media screen and (max-width: 414px) {
#bottomnav{
/*    height: 105px;*/
}
@media screen and (max-width: 375px) {
#bottomnav{
/*    height: 96px;*/
}
}
}
}
}
}

#copyright{
	padding: 2% 0;
    background: #675750;
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
}
#copyright a{
    color: #fff;
}
@media screen and (max-width: 320px) {
#copyright{
    font-size: 13px;
}
}




#ec{
	margin: 0;
    padding: 0 0 64px;
    background: #eff3f3;
    color: #7a7a7a;
    text-align: center;
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    box-shadow: 1px 1px 2px 0 #ccc inset;
}

@media screen and (max-width: 768px){
#ec,
#subec{
    box-shadow: 0 0 0 0 #ccc inset;
}
}




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

#breadcrumbs{
    width: 92%;
    max-width: 1280px;
    margin: 0 auto 24px;
	text-align: left;
}
#wrap{
    margin: 0 0 80px;
    padding: 40px 0 0;
    text-align: left;
}
#wrap article{
    margin: 0;
}
#wrap p{
	margin: 0 0 24px;
}
#wrap strong{
    font-size: 18px;
	background: linear-gradient(transparent 60%, #dce09e 60%);
}
#wrap b{
    color: #d8992a;
}
#wrap .section,
#wrap section{
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
#wrap h1{
    margin: 0 0 40px;
    padding: 80px 0;
    background: #efeadb url("img/common/svg/underline.svg") no-repeat center 68%;
    color: #724b3b;
    text-align: center;
    font-size: 30px;
    /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
    line-height: 1.2;
}
#wrap h2,
#wrap .hd02{
    margin: 0 0 40px;
    padding: 16px;
    background: #675750;
    color: #fff;
    font-size: 20px;
    /* font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; */
}
#wrap h3{
    min-height: 19px;
	margin-bottom: 16px;
    padding: 0 0 4px 28px;
    background: url("img/common/svg/h3_icon.svg") no-repeat 0 center;
	font-size: 18px;
    font-weight: 700;
	text-align: left;
    border-bottom: 1px solid #e0cf88;
}
#wrap h4{
    margin: 0 0 16px;
    padding: 8px 16px;
    background: #e8e7e7;
    color: #675750;
	font-size: 17px;
    font-weight: 700;
}
#wrap dl{
    border: 1px solid #c98c78;
}
#wrap dt{
/*    margin: 0 0 8px;*/
    padding: 16px;
    background: #c98c78;
    color: #fff;
    font-weight: 700;
}
#wrap dd{
    padding: 16px;
}






#wrap .boxL_3264{
    float: left;
    width: 32%;
}
#wrap .boxR_3264{
    float: right;
    width: 64%;
}
#wrap .boxL{
    float: left;
    width: 48%;
}
#wrap .boxR{
    float: right;
    width: 48%;
}
#wrap .two_columns .box{
    width: 48%;
}
/*
#wrap .two_columns .more a{
    width: 100%;
}
*/
#wrap .two_columns .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#wrap .two_columns .box:nth-of-type(even){
    float: right;
}
#wrap .three_columns .box{
    float: left;
    width: 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%;
}
#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%;
}
#wrap .four_columns .box{
    float: left;
    width: 25%;
    padding: 0 5px;
    text-align: center;
}
#wrap .four_columns a{
    width: 98% !important;
    margin: auto;
}
#wrap .two_blocks .box{
    width: 49%;
}
#wrap .two_blocks .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#wrap .two_blocks .box:nth-of-type(even){
    float: right;
}
#wrap .two_blocks .more a{
    width: 100%;
}
#wrap figcaption{
    padding-top: 8px;
}
#wrap .more a{
    text-align: center;
}
#wrap .oz .imgL,
#wrap .oz .s_imgL{
    max-width: 40%;
    margin-right: 4%;
    text-align: center;
}
#wrap .oz .imgR,
#wrap .oz .s_imgR{
    max-width: 40%;
    margin-left: 4%;
}
#wrap .oz .sa_box_R{
    float: right;
    max-width: 56%;
}
#wrap .notes{
    padding: 24px;
}
#wrap .left_notes{
    margin-left: 43%;
}
#wrap .notes_gray{
    background: #eee;
}
#wrap .notes_g{
    background: #f3f2ed;
}
#wrap .notes_lo{
    background: #fff0d5;
}
#wrap .notes_pink{
    background: #f4eae7;
}
.ic_wine{
    color: #94093b;
}
#wrap .chushaku{
    padding: 16px;
    background: #fff;
}
#wrap .notes li{
    margin: 0 0 8px;
}
#wrap .notes ol li::before{
    content: "・ ";
}
#wrap ol.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;
    border-bottom: 1px solid #e7e6e6;
    background-size: 25px auto;
}
#wrap ul.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 .circlelists li{
    margin: 0 0 8px;
}
#wrap .circlelists li::before{
    content: "● ";
    color: #b2a157;
}
#wrap .bb_line{
    border-bottom: 1px dashed;
}
#wrap .lst_disc{
    margin-left: 24px;
}
#wrap .lst_disc li{
    list-style-type: disc;
}
#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;
}
@media screen and (max-width: 1080px) {
#breadcrumbs{
	text-align: left;
}
#wrap{
    max-width: 1000px;
    margin: 0 auto 80px;
    text-align: left;
}
#wrap .section,
#wrap section{
    width: 92%;
    max-width: 1000px;
}
@media screen and (max-width: 767px) {
#wrap .oz .imgL{
    float: none;
    max-width: 100%;
    margin-right: 0;
    text-align: center;
}
#wrap .fixleft .imgL{
    float: left;
    max-width: 30%;
    margin: 0 16px 0 0;
    text-align: left;
}
#wrap .oz .imgR{
    float: none;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}
#wrap .boxL{
    float: none;
    width: 100%;
}
#wrap .boxR{
    float: none;
    width: 100%;
}
#wrap .oz .s_imgL{
    margin-right: 2%;
}
#wrap .oz .s_imgR{
    margin-left: 2%;
}
#wrap .oz .sa_box_R{
    float: none;
    max-width: 100%;
}
#wrap .two_columns .box{
    width: 100%;
}
#wrap .two_columns .box:nth-of-type(odd){
    clear: both;
    float: none;
}
#wrap .two_columns .box:nth-of-type(even){
    float: none;
}
#wrap .two_blocks .box{
    width: 48%;
}
#wrap .two_blocks .box:nth-of-type(odd){
    clear: both;
    float: left;
}
#wrap .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%;
    margin-bottom: 16px;
}
#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;
}
#wrap .four_columns .box{
    float: left;
    width: 50%;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 0;
}
#wrap .four_columns .box:nth-of-type(odd){
    clear: both;
}
#wrap .four_columns .box:nth-of-type(even){
    float: right;
}
#wrap .four_columns .box img{
    padding: 0 0 4px;
}
#wrap .four_columns a{
    width: 100% !important;
    margin: auto;
}
#wrap .notes{
    padding: 6%;
}
#wrap .left_notes{
    margin-left: 0;
}
}
}
/* ▲▲▲▲▲▲▲▲▲▲ 共通項目 ▲▲▲▲▲▲▲▲▲▲ */


#wrap .president_01 .boxL{
    float: left;
    width: 25%;
}
#wrap .president_01 .boxR{
    float: right;
    width: 70%;
}
#wrap .president_02 .boxL{
    float: left;
    width: 70%;
}
#wrap .president_02 .boxR{
    float: right;
    width: 25%;
}
#wrap .president_name{
    font-size: 25px;
    text-align: right;
    font-weight: 700
}
#wrap .president_name span{
    font-size: 18px;
}
#wrap .profile_box{
    margin: 0 0 40px;
    border: 1px solid #c98c78;
}
#wrap .profile_box div:nth-of-type(1){
    margin: 0 0 8px;
    padding: 8px 16px;
    background: #c98c78;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
#wrap .profile_box div:nth-of-type(2){
    padding: 0 8px 8px;
}
#wrap .profile_box table{
    width: 100%;
    border-collapse: collapse;
    padding: 16px;
    text-align: left;
}
#wrap .profile_box table td:nth-of-type(1){
    width: 30%;
    padding: 8px;
    color: #b2a157;
}
#wrap .profile_box li{
    padding: 4px;
}
#wrap .profile_box li::before{
    color: #b2a157;
    content: "● ";
    font-size: 10px;
}
#wrap .four_columns .more{
    float: left;
    width: 25%;
}
#wrap .four_columns .more a{
    width: 95% !important;
    margin: auto;
}

@media screen and (max-width: 767px) {
#wrap .president_01 .boxL,
#wrap .president_02 .boxL{
    float: none;
    width: 100%;
}
#wrap .president_01 .boxR,
#wrap .president_02 .boxR{
    float: none;
    width: 100%;
}
#wrap .four_columns .more{
    float: none;
    width: 100%;
    margin: 0 0 16px;
}
}



#wrap .team .bottom_nav{
    width: 64%;
    margin: auto;
}
#wrap .team li::before{
    color: #b2a157;
    content: "● ";
    font-size: 10px;
}
#wrap .team dl{
    margin: 0 0 40px;
    border: 1px solid #c98c78;
}
#wrap .team dt{
    margin: 0 0 8px;
    padding: 8px 16px;
    background: #c98c78;
    color: #fff;
    font-weight: 700;
}
#wrap .team dd{
    padding: 8px 16px;
}
#wrap .team .uppernav li::before{
    content: "";
}



#wrap .team .uppernav li.ov img{
    opacity: .5;
}
@media screen and (max-width: 767px) {
#wrap .team .uppernav{
    width: 100%;
    margin: 0 0 40px;
}
#wrap .team .bottom_nav{
    width: 100%;
    margin: auto;
}
}

.team .uppernav{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.team .uppernav li{
	width: calc(33% - 5px);
    text-align: center;
}
@media screen and (max-width: 800px) {
.team .uppernav{
    width: 72%;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
@media screen and (max-width: 540px) {
.team .uppernav{
    width: 90%;
}
}
}




#wrap .ninteimark .f_boxL{
    float: left;
    width: 15%;
}
#wrap .ninteimark .f_boxR{
    float: right;
    width: 85%;
}
#wrap .ninteimark figure{
    float: left;
    width: 50%;
    text-align: center;
}
#wrap .ninteimark figure:first-of-type{
    padding-left: 20%;
}
#wrap .ninteimark figure:last-of-type{
    padding-right: 20%;
}
@media screen and (max-width: 767px) {
#wrap .ninteimark .f_boxL{
    float: none;
    width: 100%;
    margin: 0 0 24px;
    text-align: center;
}
#wrap .ninteimark .f_boxR{
    float: none;
    width: 100%;
}
#wrap .ninteimark figure{
    float: none;
    width: 70%;
    margin: 0 auto 40px;
}
#wrap .ninteimark figure:first-of-type{
    padding-left: 0;
}
#wrap .ninteimark figure:last-of-type{
    padding-right: 0;
}
}








#price_ex_01{
    width: 56%;
    margin: auto;
    padding-left: 240px;
    background: url("img/guide/implant/implant-03/02.jpg") no-repeat;
}
#price_ex_01 table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}
#price_ex_01 table td{
    padding: 16px;
    border: 1px solid #ccc;
    text-align: center;
}
#price_ex_01 table tr:last-of-type td:first-of-type{
    background: #c98c78;
    color: #fff;
}
@media screen and (max-width: 767px) {
#price_ex_01{
    width: 100%;
    margin: 0;
    padding-top: 140px;
    padding-left: 0;
    background: url("img/guide/implant/implant-03/02.jpg") no-repeat top center;
}
}


#price_ex_02 table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}
#price_ex_02 table tr:nth-of-type(odd){
    background: #fdf0eb;
}
#price_ex_02 table td{
    padding: 16px;
    border: 1px solid #ccc;
    text-align: left;
}
#price_ex_02 table tr:last-of-type td:first-of-type{
    width: 40%;
    background: #c98c78;
    color: #fff;
    text-align: center;
}
#price_ex_02 table tr:last-of-type td:last-of-type{
    background: #fff;
    text-align: center;
}

#hbc{
    min-height: 85px;
    padding: 24px 0 0 104px;
    background: url("img/guide/implant/implant-03/05.jpg") no-repeat;
}
#crc{
    min-height: 85px;
    padding: 24px 0 0 104px;
    background: url("img/guide/implant/implant-03/06.jpg") no-repeat;
}
#acc{
    min-height: 85px;
    padding: 24px 0 0 104px;
    background: url("img/guide/implant/implant-03/07.jpg") no-repeat;
}

#emax{
    min-height: 85px;
    padding: 24px 0 0 104px;
    background: url("img/guide/implant/implant-03/08.jpg") no-repeat;
}

#gcc{
    min-height: 85px;
    padding: 24px 0 0 104px;
    background: url("img/guide/implant/implant-03/08.jpg") no-repeat;
}
#creditcard{
    width: 40%;
    margin-left: auto;
    margin-right: auto;
}
#wrap .implant_price dd li::before{
    content: "● ";
    color: #b2a157;
}

#wrap .guatantee_table table{
    width: 40%;
    margin: 0 auto 24px;
    border-spacing: 0;
    border: 1px solid #ccc;
}
#wrap .guatantee_table table td{
    padding: 16px;
    border: 1px solid #ccc;
    text-align: center;
}
#wrap .guatantee_table table tr td:first-of-type{
    width: 50%;
    background: #fdf0eb;
}
@media screen and (max-width: 767px) {
#wrap .guatantee_table table{
    width: 100%;
    margin: 0;
}
#wrap .guatantee_table table td{
    padding: 8px;
    vertical-align: middle;
}
#wrap .guatantee_table table tr td:first-of-type{
    text-align: left;
}
#creditcard{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
}



#ortho_site{
    padding: 2% 4%;
    background: url("img/guide/ortho/bg_left.jpg") no-repeat left top, url("img/guide/ortho/bg_right.jpg") no-repeat right top;
    background-color: #f4eae7;
    background-size: 45% auto;
}
#ortho_site div{
    margin: 0 0 24px;
    text-align: center;
}
#ortho_site div:last-of-type{
    margin: 0;
}
#ortho_site div:nth-of-type(3){
    text-align: left;
}
@media screen and (max-width: 767px) {
#ortho_site{
    padding: 10% 5%;
    background: url("img/guide/ortho/bg.jpg") no-repeat center top;
    background-color: #f4eae7;
    background-size: 100% auto;
}
}

#wrap .ortho_merit{
    padding: 0 2% 2% 17%;
    background: url("img/guide/ortho/nukanai/merit.svg") no-repeat left top;
    background-size: 15% auto;
}
#wrap .ortho_merit li::first-letter,
#wrap .ortho_shrui_merit li::first-letter{
    color: #b2a157;
}

@media screen and (max-width: 767px) {
#wrap .ortho_merit{
    padding: 60% 2% 5%;
    background: url("img/guide/ortho/nukanai/merit.svg") no-repeat center top;
    background-size: 50% auto;
}
}

#ortho_price table{
    width: 100%;
    margin: 0 0 16px;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}
#ortho_price table tr:nth-of-type(odd){
    background: #fdf0eb;
}
#ortho_price table td{
    padding: 8px;
    border: 1px solid #ccc;
    text-align: left;
}




#wrap .tjd ol.checklists li{
    margin: 0 0 2px;
    padding: 16px 16px 16px 48px;
    background: #fff url("img/common/svg/check.svg") no-repeat 8px center;
    background-size: 25px auto;
}
#wrap .tjd ol.checklists li:nth-of-type(odd){
    border-right: 1px solid #f4eae7;
}
#wrap .tjd ol.checklists li:nth-of-type(even){
    border-left: 1px solid #f4eae7;
}




#wrap .buttons{
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 540px) {
#wrap .buttons{
    width: 100%;
}
}




#wrap .info_box table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#wrap .info_box table td{
    width: 100%;
    display: block;
    padding: 16px;
    border-bottom: 1px solid #ccc;
}
#wrap .info_box table td:nth-of-type(odd){
    background: #c98c78;
    color: #fff;
    text-align: center;
}
#wrap .info_box table td:nth-of-type(even){
    text-align: left;
}






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




#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 .sitemap,
#wrap .form{
    width: 64%;
	margin: 0 auto 10vw;
	text-align: left;
}
#wrap .form table{
    width: 100%;
    margin: 0 0 40px;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #ccc;
}
#wrap .form td{
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
#wrap .form td:nth-of-type(odd){
    width: 24%;
}
#wrap .form td:nth-of-type(even){
    padding: 16px 8px 16px 32px;
}
@media screen and (max-width: 767px) {
#wrap .sitemap{
    width: 92%;
    max-width: 760px;
	margin: 0 auto 80px;
	text-align: left;
}
#wrap .form{
    width: 100%;
	margin: 0 0 5vh;
	text-align: left;
}
span.wpcf7-list-item{
	display: block !important;
}
#wrap .form td{
    display: block;
    width: 100%;
    padding: 16px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
}
#wrap .form td:nth-of-type(odd){
    width: 100%;
}
#wrap .form td:nth-of-type(even){
    padding: 16px;
}
}



.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: 84%;
	border: 1px solid #ddd;
	font-size: 17px;
	padding: 0.5em;
	border-radius:8px;
	box-shadow:2px 2px 4px rgba(0,0,0,.1) inset;
}
#age{
	width: 20%;
}

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

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

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

	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
    background: #c98c78;
    color: #fff;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
@media screen and (max-width: 540px) {
#age{
	width: 80%;
}
}






.archives{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.archives .box:nth-of-type(odd){
    width: 25%;
}
.archives .box:nth-of-type(even){
    width: 74%;
}
@media screen and (max-width: 540px) {

.archives .box:nth-of-type(odd){
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
}
.archives .box:nth-of-type(even){
    width: 100%;
}
}
a.more-link{
	display: block;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 8px;
    background: #fff;
    background-size: 18px auto;
    color: #ab9a75;
    border: 1px solid #ab9a75;
    text-align: center;
    letter-spacing: 0;
    border-radius: 24px;
    line-height: 1.2;
    font-weight: 700;
}
a:hover.more-link{
    background: #ab9a75;
    background-size: 18px auto;
    color: #fff;
}
@media screen and (max-width: 768px) {
a.more-link{
    width: 60%;
}
@media screen and (max-width: 540px) {
a.more-link{
    width: 92%;
}
}
}




.fx{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
}
.fx_c{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
}
.tc4060 .box:nth-child(odd){
    width: 40%;
}
.tc4060 .box:nth-child(even){
    width: 60%;
    padding-left: 24px;
}
.first_time_feature .tc4060 .box:nth-child(even){
    padding-top: 80px;
}
.first_time_step .tc4060 .box:nth-child(even){
    padding-top: 96px;
}
@media screen and (max-width: 540px) {
.tc4060 .box:nth-child(odd){
    width: 100%;
    margin-bottom: 24px;
}
.tc4060 .box:nth-child(even){
    width: 100%;
    padding-left: 0;
}
.first_time_feature .tc4060 .box:nth-child(even),
.first_time_step .tc4060 .box:nth-child(even){
    padding-top: 0;
}
}





.perio_threes .box_in:first-of-type{
    width: 32%;
}
.perio_threes .box_in:last-of-type{
    width: 66%;
}




#wrap dl.toggle_contents {
/*	border: 2px solid #d9d9d9;*/
    margin-bottom: 64px;
    border-bottom: 1px solid #c98c78;
}
#wrap dt.toggle_title{
	position: relative;
    min-height: 60px;
	padding: 16px 40px 8px 64px;
    background: #c98c78 url("img/guide/perio/perio/q.svg") no-repeat 10px 10px;
    background-size: 40px auto;
    font-weight: 700;
}
.toggle_btn{
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	background: #c98c78;
	display: block;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
    transition:all .3s linear;
}
#wrap .toggle_contents dd{
    padding: 16px !important;
}
#wrap .toggle_contents dd div{
    margin-bottom: 24px;
}
#wrap .toggle_contents dd div:last-of-type{
    margin-bottom: 0;
}
@media screen and (max-width: 540px) {
.toggle_btn{
	background: #fff;
}
.toggle_btn:before, .toggle_btn:after{
	display: block;
	content: '';
	background: #000;
	position: absolute;
	width: 18px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#wrap dt.toggle_title{
	cursor: pointer;
}
.toggle_btn:before{
	width: 2px;
	height: 18px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}
}

.two_columns_fx,
.two_block_fx,
ol.two_columns_fx,
.three_columns_fx,
ol.three_columns_fx,
.four_columns_fx,
.five_columns_fx
{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.three_columns_fx::after,
ol.three_columns_fx::after
{
    content: "";
    display: block;
	width: calc( 33% - 16px);
}
.two_block_fx .box,
.two_columns_fx .box,
ol.two_columns_fx li{
	width: calc( 50% - 16px);
}
.three_columns_fx .box,
ol.three_columns_fx li{
	width: calc( 33% - 16px);
}
.four_columns_fx .box{
	width: calc( 25% - 16px);
}
@media screen and (max-width: 540px) {
.three_columns_fx::after,
ol.three_columns_fx::after
{
    content: "";
    display: block;
	width: 100%;
}
.two_block_fx .box,
.two_columns_fx .box,
ol.two_columns_fx li{
	width: 100%;
}
.three_columns_fx .box,
ol.three_columns_fx li{
	width: 100%;
}
.four_columns_fx .box{
	width: 100%;
}
}



#faq{
	margin-top: -128px;
	padding-top: 128px;
}
@media screen and (max-width: 800px) {
#faq{
	margin-top: -80px;
	padding-top: 80px;
}
@media screen and (max-width: 540px) {
#faq{
	margin-top: -64px;
	padding-top: 64px;
}
}
}


#x_guide_flow .ii40 .mb64{
    padding-top: 80px;
}
@media screen and (max-width: 540px) {
#x_guide_flow .ii40 .mb64{
    padding-top: 24px;
}
}

.surgical_template_chigai .grid:first-of-type{
	width: 32%;
}
.surgical_template_chigai .grid:last-of-type{
	width: 64%;
}
@media screen and (max-width: 1080px) {
.surgical_template_chigai .grid:first-of-type{
	width: 40%;
}
.surgical_template_chigai .grid:last-of-type{
	width: 58%;
}
@media screen and (max-width: 820px) {
.surgical_template_chigai .grid:first-of-type{
	width: 45%;
}
.surgical_template_chigai .grid:last-of-type{
	width: 52%;
}
@media screen and (max-width: 540px) {
.surgical_template_chigai .grid:first-of-type{
	width: 100%;
    margin-bottom: 24px;
}
.surgical_template_chigai .grid:last-of-type{
	width: 100%;
}
}
}
}

.x_guide_tokuchou{
    margin-bottom: 80px;
    padding: 80px;
    background: #f4eae7 url("img/guide/implant/x_guide/x_guide_tokuchoubg_pc.jpg") no-repeat right 0;
    background-size: 100% auto;
}
.x_guide_tokuchou .inner{
    width: 50%;
}
.x_guide_tokuchou .hd{
    margin-bottom: 24px;
    color: #a24121;
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width: 1080px) {
.x_guide_tokuchou{
    padding: 80px 40px;
}
@media screen and (max-width: 960px) {
.x_guide_tokuchou{
    padding: 40px;
}
@media screen and (max-width: 540px) {
.x_guide_tokuchou{
    margin-bottom: 80px;
    padding: 320px 24px 24px;
    background: #f4eae7 url("img/guide/implant/x_guide/x_guide_tokuchoubg.jpg") no-repeat center 0;
    background-size: 100% auto;
}
.x_guide_tokuchou .inner{
    width: 100%;
}
}
}
}


.first_time_step .mb40{
    padding-bottom: 64px;
    background: url("img/common/step.jpg") no-repeat center bottom;
    background-size: 80px auto;
}
.first_time_step .mb40:last-of-type{
    padding-bottom: 0;
    background: none;
}
.first_time_osusume li{
    width: 33%;
    padding: 8px 8px 8px 48px !important;
    background: #fff url("img/common/svg/check.svg") no-repeat 8px 8px !important;
}
@media screen and (max-width: 1024px) {
.first_time_osusume li{
    width: 49.5%;
}
@media screen and (max-width: 884px) {
.first_time_osusume li{
    width: 100%;
}
}
}


.w_photo .grid:first-of-type{
    width: 15%;
    padding-right: 2%;
}
.w_photo .grid:last-of-type{
    width: 85%;
    padding-right: 2%;
}
.price__page .onebox{
    padding: 24px 16px;
    border: 1px solid #ccc;
}
.price__page table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}
.price__page tr{
    border-bottom: 1px solid #ccc;
}
.price__page tr:last-of-type{
    border-bottom: 0;
}
.price__page th{
    width: 35%;
    padding: 24px 16px;
    background: #fdf0eb;
    border-right: 1px solid #ccc;
    font-weight: normal;
}
.price__page td{
    width: 65%;
    padding: 24px 16px;
}
@media screen and (max-width: 540px) {
.w_photo .grid:first-of-type{
    width: 30%;
    padding-right: 2%;
}
.w_photo .grid:last-of-type{
    width: 70%;
    padding-right: 2%;
}
.price__page th{
    display: block;
    width: 100%;
    padding: 16px 8px;
    border-right: 0;
    border-bottom: 1px solid #ccc;
}
.price__page td{
    display: block;
    width: 100%;
    padding: 16px 8px;
}
}


.implant_price_upper{
    width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.implant_price_upper .hd{
	margin-bottom: 24px;
	text-align: center;
    padding-top: 48px;
    background: url("img/guide/implant/implant-03/hd_upper_01.svg") no-repeat center 0;
    background-size: 148px auto;
	font-size: 32px;
	font-weight: bold;
}
.implant_price_upper .hd span{
	padding-left: .5em;
	color: #0d9488;
}
.implant_price_upper br{
	display: none;
}
.implant_price_upper .waku{
	padding: .4em;
	border: 1px solid #ccc;
}
.implant_price_three_patterns .hd{
	margin-bottom: 8px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.implant_price_three_patterns br{
	display: none;
}
.implant_price_three_patterns .grid{
    width: calc(33% - 8px);
}
.counseling_cv{
	padding: 4em;
	background: #f0f0f0;
	text-align: center;
}
.counseling_cv .inner{
    width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.counseling_cv .first__line{
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: bold;
}
.counseling_cv .waku{
	margin-bottom: 40px;
	padding: .4em;
	color: #0d9488;
	border: 1px solid;
	font-size: 14px;
}
.counseling_cv .more a{
    width: 60%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 540px) {
.implant_price_upper .hd{
	line-height: 1.3;
}
.implant_price_upper .hd span{
	padding-left: 0;
}
.implant_price_upper br{
	display: block;
}
.implant_price_three_patterns br{
	display: block;
}
.implant_price_three_patterns .grid{
    width: 100%;
	margin-bottom: 16px;
}
.counseling_cv{
	padding: 2em 1em;
}
.counseling_cv .more a{
    width: 100%;
}
}



.our_standard{
    padding: 40px;
}
.our_standard .box{
    width: calc(33% - 8px);
    padding: 24px;
    background-color: #fff;
    text-align: left;
    filter: drop-shadow(1px 1px 4px rgba(0, 0, 0, .3));
}
#wrap .our_standard dl{
    border: 0;
}
#wrap .our_standard dt{
    margin: 0 0 24px;
    padding: 0 0 8px;
    background: none;
    color: #333;
    font-weight: 100;
    border-bottom: 1px solid;
}
#wrap .our_standard dt div:first-of-type{
    margin: 0 0 8px;
    font-weight: 600;
}
#wrap .our_standard dd{
    padding: 0;
}
#wrap .our_standard dd div:first-of-type{
    margin-bottom: 8px;
    color: #d8992a;
    font-weight: 600;
}
@media screen and (max-width: 540px) {
.our_standard .box{
    width: 100%;
    margin-bottom: 40px;
}
}



.central__banner{
    width: 92%;
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}
.central__banner .grid{
    width: calc(50% - 8px);
}










