@charset "utf-8";
/* CSS Document */


/********************************************************************
*********************************************************************


defalut


*********************************************************************
*********************************************************************/
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,
article dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    font-size: 16px;
    line-height: 2;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", '"游明朝", YuMincho', sans-serif;
    color: #666666;
    background: #fff;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a:hover {
    text-decoration: none;
    color: #666666;
	
}

a:link {
    text-decoration: none;
    color: #666666;
	
}

a:visited {
    text-decoration: none;
    color: #666666;
	
}

a:active {
    text-decoration: none;
    color: #666666;
}

li {
    list-style: none;
}

input {
    vertical-align: middle;
}

/********************************************************************
*********************************************************************


layout


*********************************************************************
*********************************************************************/
.mauto {
    margin: 0 auto;
    width: 100%;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.img-c {
    display: block;
    margin: 0 auto;
}

/********************************************************************
*********************************************************************


Font


*********************************************************************
*********************************************************************/
strong {
    color: #ed9cc2;
}

.strong2 {
    color: #BB0606;
}

/*old name tx*/
.tc {
    text-align: center;
}

/*tf-1*/
.f1 {
    font-family: "fgutsukushiweb", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝"
        , YuMincho, "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", MS PMincho, serif;
}

.ce {
    margin: 0 0 5px;
    padding: 10px 0;
    text-align: center;
    background: #f9f9f9;
}

/*******ページタイトルに使用します********/
/*old name .list-title*/
.h01 {
    margin: 10px 0 10px;
    padding: 7px 0 7px 14px;
    background: #f8dfdf;
}
.h01:hover {
    background: #ffc1c1;}
.ft10 {
    font-size: 10px;
}

.ft11 {
    font-size: 11px;
}

.ft12 {
    font-size: 12px;
}

.ft13 {
    font-size: 13px;
}

.ft14 {
    font-size: 14px;
}

.ft15 {
    font-size: 15px;
}

.ft16 {
    font-size: 16px;
}

.ft17 {
    font-size: 17px;
}

.ft18 {
    font-size: 18px;
}

.ft19 {
    font-size: 19px;
}

.ft20 {
    font-size: 20px;
}

/********************************************************************
*********************************************************************


Decoration


*********************************************************************
*********************************************************************/
.border01 {
    border-bottom: 1px solid #ededed;
}

.no-wrap {
    display: inline-block;
}

/* インラインブロック化 */
/********************************************************************
*********************************************************************


TopPage


*********************************************************************
*********************************************************************/
@media screen and (max-width: 899px) {

    .body {
        width: 100vw !important;
        margin: 0;
    }

    .banner_02,
    .banner_03,
   {
        display: none;
    }

    /* ------ ヘッダー ---------- */
    .header-nav-wrapper {
        position: fixed;
        z-index: 2;
        left: 0;
        top: 0;
        width: 100%;
        background: #ffffff;
    }

    .header-container {
        border-bottom: 1px solid #dedede;
        width: 100%;
        height: 85px;
        margin: 0 auto;
    }

    .header-inner {
        height: 85px;
        width: 200px;
        display: flex;
        flex-flow: row;
        justify-content: space-around;
        align-items: center;
    }

    .logo-sub {
        margin-right: 10px;
    }

    .header-logo1 {
        font-size: 1rem;
        font-family: serif;
    }

    .logo-main {}

    .header-logo2 {
      /*  font-size: 1.8rem;*/
		  font-size: 1.5rem;
        font-family: serif;
    }
    .pcnone{
        display: none;
    }
    .top-logo img{
        height: 55px;
    }
    .main_posi {
        position: relative;
        width: 100vw;
        height:75vw;
        z-index: 0;
        background: url(../images/topimage-m.jpg) 0 70px/ 100% no-repeat fixed;
        /*----------トップ画像の設定-----------*/
    }
.banner_02{
    height: 530px;
}
    .main-wrapper {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 70px;
        width: 100%;
    }
    /* -- ハンバーガーメニュー -- */
    /* -- 各種設定リセット -- */
    .mobile_button * {
        margin: 0;
        padding: 0;
        outline: none;
        border: none;
        font: inherit;
        font-family: inherit;
        font-size: 100%;
        font-style: inherit;
        font-weight: inherit;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-align: left;
        text-decoration: none;
        list-style: none;
    }

    .mobile_button {
        display: block;
        padding: 0;
        width: 45px;
        height: 25px;
        position: relative;
        background: none;
        border: none;
        text-align: center;
        letter-spacing: 0.1em;
        cursor: pointer;
        outline: none;
    }

    .mobile_button .mobile_bar {
        display: block;
        width: 45px;
        height: 5px;
        transition: all 0.2s;
        transform-origin: 0% 0%;
        transform: translateY(-50%);
        position: absolute;
        left: 0;
    }

    .mobile_button .mobile_bar1 {
        top: 0;
    }

    .mobile_button .mobile_bar2 {
        top: 50%;
    }

    .mobile_button .mobile_bar3 {
        top: 100%;
    }

    .mobile_button.active .mobile_bar {
        width: 35.36px;
        left: 10px
    }

    .mobile_button.active .mobile_bar1 {
        transform: rotate(0.7853981633974483rad) translateY(-50%);
        top: 0px
    }

    .mobile_button.active .mobile_bar2 {
        opacity: 0;
    }

    .mobile_button.active .mobile_bar3 {
        transform: rotate(-0.7853981633974483rad) translateY(-50%);
        top: calc(100% - 0px)
    }

    .mobile_button.active .mobile_menu_text {
        display: none;
    }

    .mobile_button.active .mobile_close {
        display: block;
    }

    .mobile_text {
        width: 100%;
        position: absolute;
        bottom: -20px;
        left: 0;
        text-align: center;
        font-size: 10px;
    }

    .mobile_close {
        letter-spacing: 0.08em;
        display: none;
    }

    /*+++ Default Button Color +++*/
    .mobile_button {
        color: #666;
    }

    .mobile_button .mobile_bar {
        background-color: #666;
    }

    .clearfix:after {
        visibility: hidden;
        height: 0;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
    }

    .mobile_menu .mobile_button {
        position: fixed;
        top: 25px;
        right: 20px;
        z-index: 1001;
    }

    .mobile_menu a {
        color: inherit;
        text-decoration: none;
    }

    .mobile_menu a:visited {
        color: inherit;
    }

    .mobile_menu .mobile_bg {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999;
        /*background-color: rgba(255, 255, 255, 0.5);*/
        display: none;
        top: 0;
        left: 0;
    }

    .mobile_menu .mobile_nav_wrapper {
        width: 100%;
        margin: 0 auto;
        padding-top: 30px;
        padding-left: 30px;
        transition: all 0.2s;
        transform: translate(100vw);
        position: fixed;
        top: 70px;
        right: -30px;
        z-index: 9999;
        background-color: #fff;
    }
    .mobile_nav_wrapper  ul{
        margin-top: 30px;
    }
     .mobile_nav_wrapper  ul li{
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 800;
     }
    .mobile_menu .mobile_nav_wrapper.open {
        transform: translate(0);
    }

    .mobile_menu.left .mobile_button {
        right: auto;
        left: 32px;
    }

    .mobile_menu.left .mobile_nav_wrapper {
        transform: translate(-380px);
        right: auto;
        left: 0;
    }

    .mobile_menu.left .mobile_nav_wrapper.open {
        transform: translate(0);
    }

    .mobile_menu .mobile_nav {
        border-left: 1px solid #666;
        margin-bottom: 20px;
        list-style: none;
    }

    .mobile_menu .mobile_nav li {
        list-style-type: none;
        border-bottom: 1px solid #666;
        border-right: 1px solid #666;
        font-size: 1.1rem;
        line-height: 1.4;
        text-align: center;
        color: #666;
        background-color: #fff;
        width: 159px;
        float: left;

    }

    .mobile_menu .mobile_nav li:first-child,
    .mobile_menu .mobile_nav li:nth-child(2) {
        border-top: 1px solid #666;
    }


    .mobile_menu .mobile_nav li img {
        width: 45px;
        float: left;
    }

    .mobile_menu .mobile_nav p {
        padding: 10px 0;
        text-align: center;
    }

    .mobile_menu .mobile_nav li a {
        display: block;
        padding: 2px 0;
    }

    .mobile_menu .mobile_nav li:hover a {
        color: #fff;
        background: #0a70a7;
    }

    .nav_list_1 {
        margin-bottom: 10px;
    }

    .nav_list_1 li {
        height: 49px;
    }

    /* -- ハンバーガーメニューここまで-- */

    /*.pNav {
        display: none;
    }*/

    .gNav_posi {
        top: 320px;
        position: absolute;
        z-index: 1;
        margin: 0 auto;
    }

    .gNav ul {
        width: 360px;
        display: flex;
        flex-flow: row wrap;
        padding-left: 22px;
        margin: 10px auto;
    }

    .gNav ul li {
        width: 96px !important;
        height: 96px !important;
        margin: 0 18px 18px 0;
        border: 1px solid #666;
        border-radius: 10px;
        background-color: #fff !important;
    }
    
    .gNav ul img {
        padding: 10px 23px 8px;
        width: 50px;
        float: left;
    }

    .gNav ul p {
        text-align: center;
        line-height: 1;
        font-family: M PLUS Rounded 1c;
        font-size: 0.8rem !important;
    }

    .gNav ul li:first-child {
        display: none;
        /*---------ナビのHOMEを消す------------*/
    }
    
    .main_comment,
    .sub_content,
    .wrapper3_mobile li:fitst-child {
        font-size: 1rem;
    }

    .wrapper3_mobile li:nth-child(2) {
        width: 100% !important;
        margin: 0 auto;
    }

    .wrapper3_mobile li:nth-child(3),
    .wrapper3_mobile li:nth-child(4) {
        text-align: center;
    }

    .menu_bar h2,
    .menu_bar p {
        margin-left: 30px;
    }

    .menu_bar li, 
    .menu_bar2  {
        margin-left: 50px;
    }
    
    .yamashita_photo {
    display: none;
    }
    
    .sBar-banner-01 {
        margin: 0 auto;
        width: 346px;
        height: 200px;
        position: relative;
    }

    .sBar-banner-01-title {
        position: absolute;
        color: #40210c;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        right: 0px;
        top: 50px;
        width: 200px;
        font-size: 2.5rem;
    }

    .sBar-banner-01-d {
        position: absolute;
        color: #1C53A5;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        right: -16px;
        top: 100px;
        width: 200px;
        font-size: 2rem;
    }

    .sBar-banner-01-dh {
        position: absolute;
        color: #23ad36;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        right: 0px;
        top: 140px;
        width: 200px;
        font-size: 2rem;
    }

    .sBar-banner-01-da {
        position: absolute;
        color: #ff9900;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        right: -16px;
        top: 180px;
        width: 200px;
        font-size: 2rem;
    }

    .sBar-banner-01-title span {
        vertical-align: top;
        font-size: 1.5rem;
    }

    .sBar-banner-01-d span,
    .sBar-banner-01-dh span,
    .sBar-banner-01-da span {
        vertical-align: top;
        font-size: 1.2rem;
    }

    .sBar-banner-01-detail {
        position: absolute;
        color: #40210c;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        left: 20px;
        bottom: 20px;
        width: 275px;
        font-size: 1rem;
        text-align: end;
    }

    .sub_comment {
        line-height: 1.5;
        font-size: 0.8rem;
        padding: 2%;
    }
    .banner_05_sp {
        position: absolute;
        top: 35%;
        left: 30px;
        padding: 0;
        font-family:monospace;
        font-size: 5vw;
        color: #1C53A5;
        font-weight: bold;
        z-index: 9999;
    }
    
    .banner_05_sp span{
        font-size: 6.5vw;
        font-weight: 800;
    }

}

@media screen and (min-width: 900px) {

    .container {
        min-width: 1080px;
        margin: 0 auto;
    }

    .wrapper {
        width: 1080px;
        margin: 0 auto;
    }

    .wrapper2 {
        width: 960px;
        margin: 0 auto;
    }

    .wrapper3 {
        width: 65%;
        margin: 0 auto;
    }

    .main_posi {
        position: relative;
        width: 100%;
        height: 700px;
        background: url(../images/topimage.jpg) ;
        background-repeat: no-repeat;
        background-position-x: center;

        /*----------トップ画像の設定-----------*/
    }

    header {
        position: relative;
        margin: 0 auto;
        height: 740px;
        /*	background: url(../images/main_banner_01.jpg) center center / cover no-repeat fixed;*/
    }

    .banner_02 {
        position: absolute;
        top: 0;
        right: 10%;
        z-index: 9999;
        height: 600px;
        /*----------矯正・審美・インプラント芝-----------*/
    }

    .banner_03 {
        position: absolute;
        top: 73.5%;
        right: 10%;
        padding: 0 23px;
        font-family: serif;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
        color: #400000;
        font-weight: bold;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 9999;
        /*----------大切な歯医者さん-----------*/
    }
    .banner_05_pc {
        position: absolute;
        top: 4%;
        left: 13%;
        padding: 0;
        font-family:monospace;
        line-height:1.4 ;
        font-size: 4rem;
        color:  #1C53A5;

        /*background-color: rgba(255, 255, 255, 0.7);*/
        z-index: 9999;
    }
    
    .banner_05_pc img{
        margin-right: 40px;
    }
    .banner_05_pc span{
        font-size: 5rem;
        font-weight: bold;
    }
    .top-logo{  
     display: none;
    }
    .banner_05_sp {
        display: none;
    }
    
    .gNav_posi {
        position: absolute;
        top: 640px;
        width: 100%;
        min-width: 1080px;
        margin: 0 auto;
        z-index: 9999;
    }

    .gNav {
        position: relative;
        overflow: hidden;
    }

    .gNav ul {
        position: relative;
        left: 50%;
        float: left;
    }

    .gNav ul li {
        position: relative;
        left: -50%;
        float: left;
        margin: 0 2px;
        width: 145px;
        height: 55px;
        background-color: rgba(255, 255, 255, 0.7);
    }

    .gNav ul img {
        display: none;
    }
    
    .gNav ul li p {
        margin-top: 10px;
        text-align: center;
        font-size: 1rem;
        font-family:"游明朝", YuMincho;
        font-weight: bold;
        color: #40210c;
    }

    .gNav ul li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: "alpha(opacity=80)";
        -khtml-opacity: 0.8;
        -moz-opacity: 0.8;
        transition: background-color 10s linear;
    }

    .main_content_area,
    .header-container,
    .wrapper3_mobile {
        display: none;
    }

    /*.pNav {
        width: 80%;
        margin: 10px auto;
    }*/

    .main_comment {
        width: 65%;
        margin: 30px auto;
    }

    .sub_content {
        width: 65%;
        margin: 0 auto 30px;
    }

    .sub_comment {
        line-height: 1.5;
        font-size: 14px;
    }

    .menu_bar_lay {
        width: 100%;
        margin: 0 auto;
        background: #fdefdb;
    }

    .sitemap_content {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 20px;
    }

    /*    .pNav {
        width: 80%;
        margin: 10px auto;
    }

    .pNav ul {
        float: right;
    }

    .pNav ul li {
        float: left;
        font-weight: bold;
        color: #666666;
    }

    .pNav_after:after {
        padding: 0 10px;
        content: ">";
    }

    .pNav ul li a:hover {
        text-decoration: underline;
    }*/

    .main_comment {
        line-height: 1.5;
        font-weight: normal;
    }


    .sub_content img {
        float: right;
        padding: 0 0 10px 10px;
    }

    .sBar_lay {
        width: 360px;
    }

    .sBar {
        float: left;
        margin-top: -10px
    }

    .sBar li a:hover {
        opacity: .7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
        -khtml-opacity: 0.7;
        -moz-opacity: 0.7;
    }

    .sBar_p {
        width: 310px;
        height: auto;
        padding: 10px 0 10px 15px;
        color: #666666;
    }
    
    .sBar-banner-01 {
        width: 330px;
        height: 200px;
        position: relative;
    }

    .sBar-banner-01-title {
        position: absolute;
        color: #40210c;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        right: 0px;
        top: 40px;
        width: 200px;
        font-size: 2.5rem;
    }

    .sBar-banner-01-d {
        position: absolute;
        color: #1C53A5;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        right: -32px;
        top: 90px;
        width: 200px;
        font-size: 2rem;
    }

    .sBar-banner-01-dh {
        position: absolute;
        color: #23ad36;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        right: 0px;
        top: 130px;
        width: 200px;
        font-size: 2rem;
    }

    .sBar-banner-01-da {
        position: absolute;
        color: #ff9900;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        right: -32px;
        top: 170px;
        width: 200px;
        font-size: 2rem;
    }

    .sBar-banner-01-title span {
        vertical-align: top;
        font-size: 1.5rem;
    }

    .sBar-banner-01-d span,
    .sBar-banner-01-dh span,
    .sBar-banner-01-da span {
        vertical-align: top;
        font-size: 1.2rem;
    }

    .sBar-banner-01-detail {
        position: absolute;
        color: #40210c;
        font-family:  "游明朝", YuMincho;
        line-height: 25px;
        left: 20px;
        bottom: 20px;
        width: 275px;
        font-size: 1rem;
        text-align: end;
    }

    .googlemap {
        margin: 0 auto 40px;
    }

    .map iframe {
        width: 100%;
    }

}

@media screen and (max-width: 900px) {

    .banner_04,
    .banner_05_pc {
        display: none;
        /*----------広告画像を消す-----------*/
    }
}

@media screen and (max-width: 1100px) {

.banner_05_pc {
    font-size: 3.2rem;
}
.banner_05_pc span{
    font-size: 4rem;
    font-weight: bold;
}
}
@media screen and (max-width: 1350px) {


.wrapper3{
    width: 85%;
    margin: 0 auto;
}
}
@media screen and (min-width: 1000px) {

    .banner_04 {
        position: absolute;
        top: 53%;
        left: calc(890px + 100% - 1000px);
        width: calc(100% - 872px);
        display: block;
        z-index: 9999;
        /*----------広告画像-----------*/
    }
}

@media screen and (min-width: 1285px) {

    .gNav ul li {
        width: 177px;
        height: 55px;
        background-color: rgba(255, 255, 255, 0.7);
    }
    .gNav ul li p {
        font-size: 1.2rem;
    }

}

.menu_bar_co {
    margin: 30px 0;
    padding: 30px 0;
    background: #fdefdb;
}

.menu_bar_lay {
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap:40px;
    justify-content: center;
}

.menu_bar2 {
    width: 300px;
}

.menu_bar {
    width: 280px;
    float: left;
    margin: 0 20px 40px;
}

.menu_bar h4,
.menu_bar2 h4 {
    font-family: "fgutsukushiweb", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝"
        , YuMincho, "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", MS PMincho, serif;
    font-size: 28px;
    color: #2a2f88;
}

.menu_bar h4 {
    letter-spacing: 0.05em;
}

.menu_bar h4:before,
.menu_bar2 h4:before {
    padding: 0 15px 0 0;
    vertical-align: middle;
    content: url(../images/menu_icon.png)
}

.menu_bar2 h4:before {
    padding: 0 10px 0 0;
    vertical-align: middle;
    content: url(../images/menu_icon.png)
}

.menu_bar p {
    width: 200px;
    padding: 0 0 0 34px;
    font-family: "メイリオ";
    color: #808080;
    font-size: 12px;
}

.menu_bar2 p {
    width: 200px;
    padding: 0 0 0 37px;
    font-family: "メイリオ";
    color: #808080;
    font-size: 12px;
}

.menu_bar li {
    width: 260px;
}

.menu_bar2 li {
    width: 260px;
    margin: 0 20px;
}

.menu_bar li a,
.menu_bar2 li a {
    display: block;
    width: 250px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #40210c;
    border-bottom: 1px solid #f5bcc5;
    line-height: 3;
    color: #40210c;
    font-family: "fgutsukushiweb", "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "游明朝"
        , YuMincho, "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", MS PMincho, serif;
}

.menu_bar li a span:hover,
.menu_bar2 li a span:hover {
    opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
}

footer {
    background: #c9c9ca;
}

.sitemap {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.sitemap li {
    display: inline-block;
    padding: 0 15px;
    background: url(../images/border.png) no-repeat;
    background-position: right;
    font-size: 14px;
}

.sitemap li:last-child {
    border: none;
}

.sitemap li a:hover {
    text-decoration: underline;
}

.copyright {
    padding: 20px 40px;
    color: #fefefe;
    background: #040000;
    font-size: 12px;
    text-align: center;
}



/********************************************************************
*********************************************************************


2enpage


*********************************************************************
*********************************************************************/
/*old name iin-lay*/
.main_content {
    float: left;
    margin: 0 0 0 30px;
    width: 780px;
}


/********************************************************************
*********************************************************************


ssi


*********************************************************************
*********************************************************************/
#headerNav {
    background: url(../images/main_banner_01.jpg) center center / cover no-repeat fixed;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.main-banner1 {
    position: absolute;
    top: -25px;
    width: 116px;
}

.main-banner2 {
    position: absolute;
    top: 10px;
    right: 0;
    width: 250px;
}

.main-banner3 {
    padding: 25px 0;
}

#s-gNav {
    height: 54px;
}

ul#s-gNav {
    list-style: none;
    margin: 0;
}

#s-gNav li {
    float: left;
    margin: 0 3px;
}

#s-gNav li:last-child {
    float: left;
    margin: 0 0 0 3px;
}

#s-gNav li:first-child {
    float: left;
    margin: 0 3px 0 0;
}

#s-gNav a {
    display: block;
    height: 54px;
}

#s-gNav img {
    width: 175px;
    height: auto;
}

#s-gNav ul li a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    transition: background-color 10s linear;
}

.aticle-header {
    padding: 30px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.aticle-header h2 {
    font-size: 30px;
}

.main-image {
    padding: 20px 0;
    background-position: 20% -40px;
    background-size: 400px;
}

#s-header {
    height: 87px;
}

.sec-left {
    float: left;
    width: 270px;
}

.area {
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px rgba(187, 187, 187, 0.75);
}

.area ul li {
    display: block;
    float: left;
    width: 117px;
    margin: 10px 5px 10px 10px;
    border: 1px solid #ededed;
}

.area ul li:nth-child(even) {
    margin: 10px 10px 10px 5px;
}

.area ul li:last-child {
    margin: 10px 10px 20px 5px;
}

.area ul li a {
    display: block;
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
    background: #fdfdfd;
}

.s-left-banner img {
    display: block;
    margin: 10px 0 5px;
    width: 270px;
}

.medicalpractice {
    margin: 30px 0;
    border: 1px solid #ededed;
    box-shadow: 0 1px 1px rgba(187, 187, 187, 0.75);
}

.medicalpractice li {
    margin: 10px 10px;
    border: 1px solid #ededed;
}

.medicalpractice li a {
    display: block;
    line-height: 3;
    text-align: center;
    background: #fdfdfd;
}

/********************************************************************
*********************************************************************


医院紹介


*********************************************************************
*********************************************************************/
.clinic {
    margin: 0 0 30px;
    border-bottom: 1px solid #ededed;
}

.clinic:first-child {}

.clinic img {
    float: left;
    margin: 0 10px 10px 0;
}

.clinic table {
    width: 570px;
}

.clinic table tr th {
    width: 65px;
    text-align: left;
    font-weight: normal;
}

.clinic table tr td:before {
    margin: 0 5px;
    content: "：";
}

.clinic table tr td.none_colon:before {
    content: "　";
}

.clinic_details {
    float: right;
    width: 150px;
    margin: 10px 0 20px;
    background: #fdfdfd;
    box-shadow: 0px 1px 1px rgba(187, 187, 187, 0.75);
}

.clinic_details a {
    display: block;
    line-height: 3;
    text-align: center;
}

.clinic_name {
    margin: 10px 0 10px;
    padding: 10px 0 10px 10px;
    background: #f9f9f9;
}

#modal-content {
    width: 50%;
    margin: 0;
    padding: 10px 20px;
    border: 2px solid #aaa;
    background: #fff;
    position: fixed;
    display: none;
    z-index: 9999;
}

.button-link:hover {
    cursor: pointer;
}

#modal-overlay {
    z-index: 9998;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

/********************************************************************
*********************************************************************


審美診療とは


*********************************************************************
*********************************************************************/

/********************************************************************
*********************************************************************


インプラントとは


*********************************************************************
*********************************************************************/

/********************************************************************
*********************************************************************


Q&A


*********************************************************************
*********************************************************************/
.qa_dl dl dt {
    position: relative;
    margin: 15px 0 0;
    padding: 10px 0 10px 30px;
    color: #76ab5d;
    font-weight: bold;
    cursor: pointer;
    background: #ebf1e7;
}


.qa_dl dd {
    margin: 0 0 15px;
    padding: 5px;
    font-size: 14px;
    line-height: 2;
    color: #5f483e;
    background: #f6ddee;
    display: none;
}

.qa_dl img {
    position: absolute;
    top: -10px;
    left: -10px;
}



/********************************************************************
*********************************************************************


お問い合わせ


*********************************************************************
*********************************************************************/
.ot_sp {
    font-size: 20px;
    font-weight: bold;
}

.oto_title {
    margin: 0 0 7px;
    padding: 0 0 7px;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    border-bottom: 1px dotted #ededed;
}

#oto table {
    width: 780px;
    margin: 0 0 20px 0;
    border-collapse: collapse;
}

#oto table tr th {
    width: 230px;
    padding: 0 0 0 10px;
    text-align: left;
    line-height: 3;
    border: 1px solid #ededed;
    background: #fdfdfd;
    vertical-align: top;
}

#oto table tr.required th:after {
    content: " (※)";
    color: #BF0404;
    font-size: 14px;
}

#oto td {
    padding: 7px 8px;
    border: 1px solid #ededed;
}

#oto table tr td [type='text'] {
    width: 516px;
    height: 35px;
    margin: 0px 0 5px 0;
    border: 1px solid #F8F6F7;
    font-size: 16px;
    box-shadow: inset 0 1px 1px rgba(160, 160, 160, 0.75);
}

#oto table td .address input {
    width: 150px;
    height: 25px;
    margin: 0 10px 5px;
}

#oto table tr td [type='checkbox'] {
    height: 35px;
    margin: 0px 5px 0 0;
    font-size: 16px;
}

#oto table .oto_check label {
    display: inline-block;
    padding: 0 10px 0 0;
    vertical-align: middle;
}

#oto table tr td [type='file'] {
    margin: 10px 0;
}

#oto table tr td textarea {
    width: 516px;
    height: 150px;
    border: 1px solid #ededed;
}
.pc-header{
    position: absolute;
    z-index: 0;
    right: 7%;
    top: 50px;
   display: flex;
   gap: 40px;
}
.contact-btn{
    background-color: #ff8d8d;
    padding: 10px 40px;
    border-radius: 30px;;
}
.contact-btn a{
color: #fff!important;
font-weight: 800;
letter-spacing: 3px;
}
.contact-btn:hover{
background-color: red;
}

.color-checker{
    background-color:#DADCED;
    font-size: 16px;
    text-align: center;
    font-weight: 800;
    padding: 15px 15px 0 15px;
}
@media (max-width:800px) {
 
.color-checker{
    font-size: 12px;
}
.color-checker img{
    width: 90%;
    object-fit: contain;
}   
}
.about-colum{
    display: grid;
    grid-template-columns: 33% 33% 33% ;
    justify-content:center;
    width:100% ;
    margin: 0 auto;

}
@media (max-width:960px) {
    .pc-header{
        display: none;
    }
    .about-colum{

    display: block;}
.googlemap{
    width: 95%;
    height: 370px;
    overflow: hidden;
    margin: 0 auto;
}
.pc-none img{
    display: none;
}
}
.left-colum{
    padding: 10px;
    background-color: #acffff;
    color: #333!important;
}
.right-colum{
    padding: 10px;
    background-color: #acc6ff;
    color: #333!important;
}
.centar-colum{
    padding: 10px;
    background-color: #F2F2F2;
    color: #333!important;
}

.heading08 {
	font-size: 22px;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
}

.heading08 span {
	display: flex;
	align-items: center;
	color: #00009a;
	font-size: 14px;
	text-transform: uppercase;
}

.heading08 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color:  #00009a;
}    
  
.about-colum img{
    text-align: center;
    width: 100%;
    /*margin-bottom: 30px;*/
}
.colum-desc{
    font-size: 14px;
    height: 280px;
    margin-top: 10px;
    margin-bottom:40px ;
    text-align: center;
	padding-bottom: 1rem;
}
.colum-desc1{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.colum-desc strong{
    font-size: 18px;
    line-height: 3;
    color:#333;
    padding: 0 20px;
    background:linear-gradient(transparent 85%, rgb(71, 84, 149) 85%);/*linear-gradient(transparent ◯◯%, 使用する色 ◯◯%)*/
    margin-bottom: 10px;
}

.colum-desc2 strong{
    font-size: 18px;
    line-height: 3;
    color:#333;
    padding: 0 ;
    background:linear-gradient(transparent 85%, rgb(71, 84, 149) 85%);/*linear-gradient(transparent ◯◯%, 使用する色 ◯◯%)*/
    margin-bottom: 10px;
}
.about-colum ul li{
    list-style:disc;
    list-style-position:outside ;
    text-align: left;
    width: 85%;
    margin:0 auto ;
}
.self-block img{
    margin: 0;
}

.clinic-area{
    border: 3px solid grey;
    padding: 10px;
    margin-bottom: 20px;
    background: #fff;
    font-size: 14px;
}
.clinic-area h4::after {
    font-family: "Font Awesome 5 Free";
    content: '\f08e';
    font-weight: 900;
    padding-left: 10px;
    color: grey;
    font-size: 14px;
  }
.clinic-area h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px ;
}
.clinic img{
 margin-bottom: 10px;
 height: 180px;
 width: 100%;
 object-fit: cover;
 object-position: top;
}
.goods-area{
    margin-bottom: 50px;
    background-color:#c6c6c6;
    padding: 10px 5px;
}
.goods-area img{
    margin-bottom: 5px;
}
.self-area img,.clinic-area2 img{
 background-color: #c6c6c6;
 padding: 5px;
}
.self-block{
    background-color: #c6c6c6;
    padding: 10px 5px;
}
.sBar-banner-01,.sBar-banner-01-img,.sBar-banner-01-img img{
    width: 100%;
    margin: 0 auto;
}
.mobile-nav{
    display: none;
}
@media(max-width:960px){
    .clinic-area img{
        object-fit:contain ;
    }
    .clinic-area h4{
        text-align: center;
    }
    .mobile-nav {
        background: #ffffff;
        padding: 10px 0 12px ;
        position: fixed;
        top: 85px; /* 修正：初期状態は画面上部に表示される */
        display: flex;
        justify-content: center;
        gap: 3%;
        width: 100%;
        text-align: center;
        transition: top 0.3s; /* スクロール時のアニメーション */
        z-index: 999;
      }  
      
      .mobile-nav img {
        width: 95%;
        border: solid 1px #333;
      }
 .anker{
    padding-top: 180px;
    }
}


.FAQ{
    width:70%;
    margin: 80px auto;
}
.FAQ h2{
 font-size: 24px;
 margin-bottom:20px;
}
 
 
 .qa-1 {
    max-width: 900px;
    margin-bottom: 15px;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
.QA-area{
    text-align: center;
}
.btnchangeradius{
    /*ボタンの形状*/   
    display:inline-block;
    background: #fff;
    color:#333!important;
    border: 5px solid #ff8d8d;
    font-weight: 800;
    width: 160px!important;
    padding: 10px 15%;
    margin-bottom: 20px;
  
 
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/   
    transition:.3s ease-out;
}

/*hoverした際の角丸のアニメーション*/
.btnchangeradius:hover{    
  background: #ff8d8d;
  color:#fff!important;
  border: 5px solid white;
  border-radius:20px; 
}

.btnchangeradius2{
    /*ボタンの形状*/   
    display:inline-block;
    background: #fff;
    color:#333!important;
    border: 5px solid #312578;
    font-weight: 800;
    width: 160px!important;
    padding: 10px 15%;
    margin-bottom: 20px;
  
 
    text-decoration: none;
    outline: none;
    /*アニメーションの指定*/   
    transition:.3s ease-out;
}

/*hoverした際の角丸のアニメーション*/
.btnchangeradius2:hover{    
  background: #312578;
  color:#fff!important;
  border: 5px solid white;
  border-radius:20px; 
}


/*@media screen and (max-width: 960px) {
	
	.mauto{display: flex!important;
    flex-wrap: column!important;}
	
  .block3 {
    order: -1!important;
  }
  
  .block2 {
    order: 0!important;
  }
  
  .block1 {
    order: 1!important;
  }
}*/
  

.advice{
    text-align: left;
    background: #fff; 
    font-size: 14px; 
    padding: 3%; 
    margin-top: 20px;
    margin-bottom: 40px;
}
.advice-title{
    font-size: 18px;
    color: rgb(64, 107, 217);
    margin-bottom: 20px;
}

.area-list li{
    list-style: none!important;
    color: #000!important;
    padding-bottom: 3px;
}

.area-list li a:visited,.area-list li a:link{
    color: #333!important;
}

.area-list li a {
    position: relative;
    display: inline-block;
  }
 
.area-list li a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #809bd1;
    transition: .3s;
  }
  .area-list li a:hover::after {
    width: 100%;
  }
  .main-advice{
    text-align: center;
    font-size: 14px; 
    padding: 2%; 
    margin-top: 20px;
    margin-bottom: 20px;
    width: 650px;
    margin: 0 auto;
  }
  .main-advice ul {
    text-align: left;

    margin: 0 auto;
    font-size: 16px;
  }

.main-btn-area{
    display:flex;
    width:500px;
 justify-content: space-between;
 margin: 0 auto;
}

.QA-area2{
    text-align: center;
    width: 170px;
    margin-bottom: 20px;
}
.point{
    display: flex;
    justify-content: space-between;
   margin-top: 10px auto 0!important;
   width: 100%;
}
.point li a{
    display:inline-block;
    background: #fff;
    color:#333!important;
    font-weight: 800;
    width: 140px!important;
    padding: 2px 5%;
    margin-bottom: 20px;
    text-align: center;
}
.color-checker h1{
    font-size: 16px;
    color: #333;
}
.main-advice p{
font-size: 16px; 
letter-spacing: 0.2rem;
}
@media(max-width:960px){
    .main-advice{
        padding-bottom: 20px!important;
    }
    .main-advice p{
        font-size: 14px;
    }
    .point,.main-btn-area{
        width: 300px;
        display: block;
        margin: 0 auto;
    } 
    .main-advice,.color-checker{
        width:100%;
        padding: 0;
        margin: 0 auto;
    }
    .point li{
  text-align: center;
    }
    .point li a{
        width: 180px!important;
    }
    .point, .main-btn-area{
        width: 100%;
    }
    .QA-area2{
        width: 100%;
        margin: 0;
    }
    .point li a{
        font-size: 14px;
        margin-bottom: 10px;
    }
}


.whitening-title{
    font-size: 20px!important; 
    padding: 10px 10px 0 10px;
    color: #312578!important;
    /*display: inline;*/
    /*background-image: linear-gradient(rgba(0,0,0,0) 50%, rgba(173, 153, 255, 0.9) 100%);*/
}
.whitening-desc{
    font-size: 14px; 
    color: #333;
    margin: 10px auto 0;
}
.pc-none{
    display: none;
}
@media (max-width:900px) {
    .whitening-title{
        font-size: 16px!important;
        width: 95%;
        margin: 10px auto 10px;
    }
    .whitening-desc{
        font-size: 12px;
        width: 95%;
        margin: 20px auto 10px;
    }
    .pc-none{
        display: block;
    }
    .mb-none{
        display: none;
    }
}
