/*
Theme Name:みやび歯科
Theme URI:
Version: 1.0
Author: takami
Author URI: https://agree-works.com/
License: takami
*/


 /*----------
  @ 共通
 ----------*/
html{
    font-size: 62.5%;
}

body{
    font-size: 1.6rem;
    font-family: 'Noto Sans JP',"游ゴシック", YuGothic ,Hiragino Mincho ProN,"ヒラギノ明朝 ProN",serif;
    line-height: 2.2;
	letter-spacing: 2px;
    background-size: 100%;
    color: #4c4c4c;
    margin: 0;
    padding: 0;
    display: none;
    font-feature-settings: "palt";
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

li{
    list-style: none;
}

ul,li,dl,dt,dd,td,th,tr,p,img{
    margin: 0;
    padding: 0;
}

a{
    margin: 0;
    padding: 0;
	text-decoration:none;
    color: #4c4c4c;
    outline: none;
}

a:focus,
button:focus {
    outline: none;
}

img{
    max-width:100%;
    height: auto;
    box-sizing: border-box;
}

table{
    clear: both;
    border-collapse: collapse;
    width: 100%;
}

.section{
    margin-bottom: 180px;
}

.page-content{
    margin-bottom: 120px;
}

#wrap{
    margin: 0px auto;
    max-width: 100%;
    z-index: 3;
}

.cont {
    margin: 0px auto;
    width: 90%;
    z-index: 1;
    max-width: 1140px;
}

#main{
    max-width: 100%;
    width:100%;
    z-index: 1;
    display: block;
}

.amiri{
    font-family: 'Amiri', serif;
}

.pink-bg{
    background: #fbe4e6;
}

.content-title{
    text-align: center;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 6px;
    margin-bottom: 100px;
}

.content-title span{
    font-size: 1.8rem;
    position: relative;
    line-height: 0.8;
}

.content-title .amiri{
    font-size: 4.6rem;
    font-family: 'Amiri', serif;
    display: inline-block;
    background: linear-gradient(transparent 60%, #fbe4e6 60%);
}

.content-title span::before{
    content: "";
    position: absolute;
    background: #4c4c4c;
    width: 1px;
    height: 30px;
    bottom: -215%;
    left: 50%;
    transform: translateX(-50%);
}

.content-title .amiri::before{
    display: none;
}

.five_box{
    width: 48%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing:border-box;
}

.page{
    margin: 0px auto 0px;
    width: 100%;
    padding-top: 150px;
}

.block{
    display: block;
}

.link_box {
    background: #e0191b;
    padding: 12px 45px;
    font-size: 2.2rem;
    color: #fefefe;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 10px 8px;
    transition: all 0.3s;
}

.link-box_pink{
    background: #fbe4e6;
    padding: 4px 14px;
    border-radius: 10px;
    font-weight: 400;
    position: relative;
    outline: none;
    border: none;
}

.link-box_pink:hover{
    outline: none;
}

.gmap{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }

.gmap iframe, .gmap object, .gmap embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
  }

.breadcrumbs{
    font-size: 1.4rem;
    margin: 20px auto 0;
    text-align: center;
}

.breadcrumbs span{
padding: 0 2px;
}

.breadcrumbs a{
    color: #d4929c;
}

#page-top {
    bottom: 20px;
    text-align: right;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

#page-top a img{
    transition: all 0.3s;
    position: relative;
    top: 8px;
}

.pageheader{
    width: 100%;
    height: 60vh;
    margin: 0 auto;
    position: relative;
    background: url(img/news_head.jpg) no-repeat center;
    background-size: cover;
}

.pageheader_cont{
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.pageheader_cont h2{
    font-size: 4.5rem;
    letter-spacing: 5px;
    margin: 0;
    line-height: 0.8;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    padding: 34px 60px 0;
    border-top: solid 2px #fbe4e6;
    border-right: solid 2px #fbe4e6;
    border-left: solid 2px #fbe4e6;
    border-radius: 14px 14px 0 0;
}

.pageheader_cont h2 span::before{
    bottom: -160%;
    right: 50%;
    transform: translateX(-50%);
}

.about_head{
    background: url(img/about-head.jpg) no-repeat center;
    background-size: cover;
}

.treatment_head{
    background: url(img/treatment-head.jpg) no-repeat center;
    background-size: cover;
}


.recruit_head{
    background: url(img/recruit-head.jpg) no-repeat center;
    background-size: cover;
}


 /*----------
  @ ヘッダー
 ----------*/
#header{
    z-index: 3;
    height: 100px;
    max-width: 1600px;
    width: 90%;
    margin: 24px auto 24px;
}

#header h1{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

#header h1 a{
    white-space: nowrap;
    overflow: hidden;
    background: url(img/logo.png) no-repeat;
    background-size: 100%;
    display: block;
    height: 92px;
    width: 280px;
}

#headercont{
    margin: 0 auto;
    position: relative;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fixed-menu{
    position: fixed;
    bottom: 2%;
    transform: translateY(-2%);
    right: 0;
    text-align: center;
    z-index: 3;
}

.fixed-menu a{
    color: #d4929c;
    background: #fefefe;
    padding: 20px 10px 20px 24px;
    border-radius: 14px 0 0 14px;
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    border-top: solid 2px #d4929c;
    border-left: solid 2px #d4929c;
    border-bottom: solid 2px #d4929c;
    line-height: 1.6;
    outline: none;
}

.fixed-menu a p{
    text-align: center;
}

.modal{
    display: none;
}

button{
    outline: none;
}

.fancybox__carousel .fancybox__slide .fancybox__content{
    text-align: center!important;
}

.fancybox__content{
    text-align: center;
    border-radius: 10px;
    padding: 80px;
    outline: none;
    border: none;
}

.fancybox__container{
    --carousel-button-svg-filter: none;
}

.fancybox__backdrop{
    background: var(--fancybox-bg, rgba(251, 228, 230, 0.8));
    top: -15px;
    right: -12px;
}

.fancybox__content>.carousel__button.is-close{
    top: 7px;
    right: 9px;
}

.fancybox__content>.carousel__button.is-close{
    color: var(--fancybox-color, #d4929c);
}

.fancybox__slide {
    padding: 48px 16px 8px 16px!important;
}

.modal-text{
    max-width: 788px;
    width: 100%;
    margin: 0 auto;
}

.modal-text h2{
    max-width: 515px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.4;
    padding-bottom: 36px;
}

.modal-text h2 img{
    width: 320px;
    padding-bottom: 10px;
}

.modal-text h2 span{
    display: inline-block;
    background: linear-gradient(transparent 60%, #fbe4e6 60%);
    color: #4c4c4c;
    font-weight: 400;
    letter-spacing: 0.3em;
}

.modal-text p{
    padding-bottom: 50px;
    text-align: left;
}

.modal-text .link-box_pink{
    font-size: 2.2rem;
    font-weight: 500;
    display: block;
    max-width: 400px;
    width: 80%;
    margin: 0 auto;
    border: solid 1px #fbe4e6;
    outline: none;
}

#top_mainmenu {
    max-width: 100%;
    width: 62%;
    text-align: right;
}

#top_mainmenu ul{
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    padding: 0px 0px;
    width: 100%;
}

#top_mainmenu li{
    display: inline-block;
    padding:0 16px;
    line-height: 1.2;
    vertical-align: middle;
}

#top_mainmenu li a{
    position: relative;
    font-size: 2rem;
    transition: all 0.3s;
    font-weight: 400;
    font-family: 'Amiri', serif;
}

#top_mainmenu .blanche{
    border-left: #4c4c4c solid 2px;
}

#top_mainmenu li a:hover{
    opacity: 0.6;
}

#top_mainmenu li img{
    width: 27px;
    height: 27px;
}

#top_mainmenu li.header-sns{
    padding: 0 8px;
}

.sub-menu{
    padding-bottom: 12px;
    padding-left: 30px;
}

.sub-menu span{
    font-size: 1.4rem;
}

.sub-menu p{
    color: #d4929c;
    display: inline-block;
    padding-left: 10px;
}

.sub-menu a{
    color: #d4929c;
    font-size: 2.2rem;
}


.red{
    color: #d36677;
    font-weight: 500;
}

/*----------
@トップページのみ表示
----------*/

/*loading*/
#loading {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fbe4e6;
    text-align: center;
  }

#loading_box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#loading .kvArea {
width: 100%;
}

#loading .kvArea .img_box {
text-align: center;
}

#loading .kvArea img {
max-width: 300px;
height: auto;
}

.progress p{
    font-weight: 500;
    text-align: center;
    font-size: 2rem;
    color:#d4929c;
}


/*スライダー*/
.flexslider{
    height: 80vh;
    padding: 0;
    overflow: hidden;
    margin: 0 0 0px;
    position: relative;
}

.slider {
    position:relative;
    height: 80vh;
}

.anni-header,
.anni-header .slides img{
    height: auto;
    margin: 0 auto;
}

.anni-header .slides img{
    display: block;
}

.slider-image1{
    background: url(img/top-main.jpg) no-repeat;
}

.slider-image2{
    background: url(img/slider1.jpg) no-repeat;
}

.slider-image {
    width: 100%;
    height:80vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.no1{
    position: absolute;
    z-index: 1;
    max-width: 400px;
    width: 90%;
    left: 10%;
    top: 50%;
    height: auto;
    transform: translate(-10%, -50%);
}

.BN-header{
    height: 78vh;
}

.BN-header .no1{
    right: 10%;
    top: 50%;
    left: auto;
}

.BN-header .slides li{
    background: url(img/blanche-top.jpg) no-repeat center;
    background-size: cover;
    height: 78vh;
}


/*--------------*/
/*@Contact form 7
/*--------------*/

.wpcf7-form {
    padding: 20px 0;
    margin-top:-50px;
}

.wpcf7-form span.red  {
    color: #aa0000;
}

.wpcf7-form textarea{
    width:100%;
    height:150px;
}

.wpcf7-form .wpcf7-submit{
    width: 30%;
}


/*----------
@新着情報・お知らせ
----------*/

#topics{
    background: #fefefe;
    width: 82%;
    position: relative;
    padding: 60px 80px;
    box-sizing: border-box;
}

#topics .topics{
    position: relative;
}

#list ul{
    width:100%;
    margin: 0 auto;
    max-width: 900px;
    display: block;
    padding-bottom: 60px;
}

.topics li{
    padding: 20px 0px;
    list-style: none;
    position: relative;
    box-sizing: border-box;
}

.topics_links{
    text-align: right;
}

.topics_links a{
    max-width: 280px;
}

#list li h3{
    font-size: 2rem;
    font-weight: bold;
    padding: 0 20px;
    display: inline-block;
}

.cat{
    display: inline-block;
    width: 130px;
    text-align: center;
}

.cate_left{
    display: inline-block;
    width: 30%;
    max-width: 100%;
    padding: 10px;
    height: 180px;
    overflow: hidden;
}

.cate_right{
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
    width: 64%;
    max-width: 100%;
    text-align: left;
    padding: 0 30px;
}

.topics-date{
    padding-bottom: 10px;
}

.topics-date .date{
    font-size: 1.8rem;
}

.topics_title{
    padding-bottom: 28px;
}


/*サイドバー */
#sidebar{
    vertical-align: top;
    padding-top: 90px;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

#sidebar h2{
    padding: 0px 8px;
    margin: 20px 0 20px;
    font-weight: bold;
    font-size: 2.6rem;
}

#sidebar .sidemenu ul{
    margin: 10px auto 20px;
}

.sidebar_category{
    padding: 12px 0 8px;
}

#sidebar #list ul{
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 60px;
}

#sidebar #list ul li{
    display: inline-block;
    width: 32%;
    padding: 0 10px;
    text-align: center;
}

#sidebar #list .thumb{
    width: 80%;
    height: 160px;
}


/*----------
@ コンセプト
----------*/
.concept{
    margin-top: 166px;
}

.concept-wrapper{
    position: relative;
}

.concept-image{
    display: inline-block;
    width: 48%;
    text-align: center;
}

.concept-text{
    position: absolute;
    padding: 6% 4% 6% 19%;
    top: 5vw;
    z-index: -2;
    right: 2%;
}

.concept-text p{
    font-size: 2.4rem;
    line-height: 3;
}


/*----------
@ 診療内容
----------*/
.treatment{
    margin-top: 180px;
}

.treatment-list{
    text-align: center;
}

.treatment-list li{
    display: inline-block;
    width: 24%;
    text-align: center;
    margin: 20px;
    vertical-align: top;
}

.treatment-list li a{
    background: #fbe4e6;
    display: block;
    transition: all .4s;
    border-radius: 10px;
    padding: 20px 10px;
    height: 210px;
    transition: all .3s;
}

.treatment-list li a:hover{
    background: #ffd5dc;
}

.treatment-list li a .treatment-content_inner{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.treatment-list li h3{
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.2;
}

.treatment-list li h3 span{
    font-weight: 300;
    font-size: 1.4rem;
}

.treatment-list li h3 .treatment-h3_sub{
    font-size: 1.8rem;
    font-weight: 500;
}

.treatment-content{
    display: flex;
    flex-direction: column;
}

.page-treatment_content .cont{
    display: flex;
    justify-content: space-between;
    border-top: solid 1px #4c4c4c;
    padding: 70px 0;
}

.page-treatment_content .cont h3{
    font-weight: 300;
    font-size: 1.6rem;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

/*追従 fixed menu*/
.pagenav-pc_fixed{
    position: relative;
    z-index: 1;
    width: 26%;
}

.page-treatment_content .cont h3 span{
    font-size: 2.8rem;
    font-weight: 500;
    background: linear-gradient(transparent 53%, #fbe4e6 0%);
}

.page-treatment_wrapper {
    width: 76%;
}

.page-treatment_wrapper-inner{
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
}

.page-treatment_wrapper-inner:last-of-type{
    padding-bottom: 0;
}

.page-treatment_wrapper-inner2{
    padding-bottom: 50px;
}

.page-treatment_wrapper-inner2 .page-treatment_text, 
.page-treatment_invisalign2 .page-treatment_text {
    width: 100%;
}

.page-treatment_text{
    width: 50%;
    font-size: 1.8rem;
    font-weight: 300;
}

.page-treatment_text2{
    font-size: 1.8rem;
    font-weight: 300;
}

.page-treatment_text2 img{
    float: right;
    max-width: 355px;
    margin: 0 0 14px 22px;
}

.page-treatment_text h4{
    display: inline-block;
    background: linear-gradient(transparent 53%, #fbe4e6 0%);
    margin-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 400;
}

.page-treatment_text .link-box_pink{
    margin-top: 18px;
    margin-bottom: 18px;
    display: block;
    max-width: 200px;
    text-align: center;
}

.page-treatment_text .link-box_pink::after{
    content: "";
    position: absolute;
    right: 25px;
    top: 19px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.page-treatment_image{
    width: 46%;
}

.page-treatment_image p span{
    font-weight: 300;
    font-size: 1.4rem;
}

.page-treatment_boxlist{
    padding-top: 10px;
}

.page-treatment_boxlist h4{
    font-size: 2.5rem;
    font-weight: 300;
    padding-bottom: 10px;
}

.page-treatment_boxlist h4 span{
    font-size: 1.6rem;
    padding-left: 10px;
}

.page-treatment_boxlist span{
    font-weight: 300;
}

.page-treatment_boxlist ul li{
    text-align: center;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    background: #fbe4e6;
    border-radius: 20px;
    padding: 18px;
    font-weight: 300;
    font-size: 2rem;
    width: 24%;
    margin: 4px;
}

.page-treatment_boxlist ul .treatment_boxlist-li{
    width: 44%;
}

.page-treatment_boxlist ul li .boxlist-esthetic_height span{
    font-size: 1.6rem;
}

.page-treatment_boxlist ul li .boxlist-esthetic_height{
    display:flex;
    flex-flow: column;
}

.page-treatment_boxlist .boxlist-flex{
    display: flex;
    justify-content: space-between;
    font-size: 2rem;
    align-items: center;
}

.page-treatment_boxlist ul li .boxlist-flex span{
    font-size: 1.2rem;
    width: 67%;
    text-align: left;
    line-height: 1.6;
}

.boxlist-esthetic ul li{
    width: 44%;
    line-height: 1.2;
}

.boxlist-esthetic ul li:nth-of-type(3){
    padding: 28px 18px;
}



/*----------
@ 設備紹介
----------*/
.equipment{
    padding: 8% 0;
}

.equipment p{
    text-align: center;
    font-weight: 300;
}

.equipment .content-title .amiri{
    background: linear-gradient(transparent 53%, #fefefe 0%);
}

.equipment-list {
    text-align: center;
    position: relative;
    padding-top: 50px;
}

.equipment-list ul li{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 0 12px 70px;
    text-align: center;
}

.equipment-list p{
    text-align: center;
    font-weight: 300;
    padding-bottom: 50px;
}

.equipment-list h3{
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.4;
}

.equipment-list h3 span{
    font-size: 1.8rem;
}

/* 最初に見えてるテキストエリアの高さ */
.txt-hide{
    display: none;
    }

button.more {
    width: 80%;
    max-width: 340px;
    font-size: 2rem;
    font-weight: 300;
    margin: 20px auto;
    display: block;
    background-color: #fff;
    color: #4c4c4c;
    padding: 16px 15px;
    border-radius: 10px;
    border: none;
    outline: 0;
    transition: .5s;
    cursor: pointer;
}

button.more::after {
    content: "もっと見る";
    transition: .2s;
    -erbkit-transition: .2s;
}

button.more.on-click::after{
content: "閉じる";
}


/*----------
@ バナー
----------*/
.banner{
    margin-bottom: 80px;
}

.banner ul{
    display: flex;
    justify-content: space-between;
}

.banner ul li{
    width: 48%;
}

.banner ul li a{
    transition: all .3s;
}

.banner ul li a:hover{
    opacity: 0.5;
}


/*----------
@ 私たちについて
----------*/
.page-about h3{
    text-align: center;
    font-size: 2.6rem;
    font-weight: 400;
    letter-spacing: 5px;
}

.about-image{
    max-width: 560px;
    width: 100%;
    margin: 18px auto 0;
    display: block;
}

.flex-box{
    display: flex;
    justify-content: space-between;
}

.page-about-text{
    width: 42%;
}

.page-about-text p{
    font-weight: 300;
    font-size: 1.8rem;
}

.page-content_maintitle{
    font-size: 2.6rem;
    line-height: 2.2;
    letter-spacing: 4px;
    font-weight: 500;
}

.page-about_concept{
    border-top: solid 1px #4c4c4c;
    padding-top: 60px;
    max-width: 1000px;
    margin: 40px auto 0;
    align-items: center;
}

.page-about-text{
    width: 48%;
}

.about-greeting{
    padding: 8% 0;
}

.pink-bg .content-title .amiri{
    background: linear-gradient(transparent 60%, #fff 60%);
}

.about-greeting_wrap p{
    padding-bottom: 14px;
    font-weight: 300;
    font-size: 1.8rem;
}

.greeting_wrap-image,
.greeting_wrap-text{
    width: 48%;
}

.greeting_wrap-image{
    text-align: center;
}

.doctor-name{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    font-weight: 300;
    font-size: 3rem;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.doctor-name span{
    font-size: 1.6rem;
    padding: 0 12px;
}

.about-greeting_history-list{
    padding-top: 40px;
}

.about-greeting_history-list h4{
    position: relative;
    font-size: 2.4rem;
    padding-bottom: 10px;
    text-align: left;
}

.about-greeting_history-list h4:after{
    content: "";
    position: absolute;
    background:#4c4c4c;
    width: 100%;
    height: 1px;
    top: 26px;
    right: 0;
}

.about-greeting_history-list h4 span{
    background: #fbe4e6;
    padding-right: 20px;
    z-index: 1;
    position: relative;
}

.about-greeting_history-list ul{
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.about-greeting_history-list ul li{
    padding-bottom: 6px;
    padding-left: 24px;
    font-size: 1.8rem;
    font-weight: 300;
    position: relative;
    text-align: left;
}

.about-greeting_history-list ul li::before{
    position: absolute;
    content: "";
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}

.-greeting_doctor{
    justify-content: center;
}

.about-greeting_doctor{
    width: 46%;
    text-align: center;
}

.about-greeting_doctor .doctor-name{
    background: #fbe4e6;
    max-width: 96%;
    width: 100%;
}

.about-greeting_doctor ul{
    display: block;
    width: 100%;
}

.about-greeting_doctor ul li::before{
    background: #fbe4e6;
}

.about-greeting_doctor .about-greeting_history-list h4 span{
    background: #fff;
}


 /*----------
  @ 採用情報
 ----------*/
.recruit_head .pageheader_cont h2{
    border-top: solid 2px #f0efef;
    border-right: solid 2px #f0efef;
    border-left: solid 2px #f0efef;
}

.recruit_head .pageheader_cont h2 .amiri{
    background: linear-gradient(transparent 60%, #f0efef 60%);
}

.recruit-concept h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 400;
    letter-spacing: 5px;
}

.recruit-concept_text{
    border-top: solid 1px #4c4c4c;
    padding-top: 24px;
    margin-top: 24px;
}

.recruit-concept_text p{
    font-weight: 300;
    font-size: 2rem;
    padding-bottom: 12px;
    max-width: 818px;
    width: 100%;
    margin: 0 auto;
}

.recruit-details{
    background: #f0efef;
    padding: 10% 0;
}

.recruit-details h3{
    margin-bottom: 60px;
}

.recruit-details .content-title .amiri{
    background: linear-gradient(transparent 60%, #fefefe 60%);
    position: relative;
}

.recruit-details .content-title .amiri::before {
    content: "";
    position: absolute;
    background: #4c4c4c;
    width: 1px;
    height: 30px;
    bottom: -175%;
    left: 50%;
    transform: translateX(-50%);
}

.recruit-details_information{
    text-align: center;
}

.recruit-details_information h4{
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 24px;
    padding: 12px;
    font-size: 3rem;
    font-weight: 500;
}

.recruit-details_information h4 span{
    font-size: 1.6rem;
    font-weight: 300;
    padding-left: 10px;
}

.recruit-details_information-inner{
    display: inline-block;
    box-sizing: border-box;
    width: 44%;
    margin: 14px;
    vertical-align: top;
}

.recruit-details_information-inner table{
    text-align: left;
}

.recruit-details_information-inner table tr{
    border-bottom: solid 1px #4c4c4c;
}

.recruit-details_information-inner table tr th{
    font-size: 2rem;
    font-weight: 500;
    width: 26%;
    padding: 14px 0;
    vertical-align: top;
}

.recruit-details_information-inner table tr td{
    font-size: 1.6rem;
    font-weight: 300;
    padding: 14px 0;
    line-height: 1.6;
}

.recruit-details_information-inner table tr td span{
    font-size: 1.6rem;
}

.recruit-details_information-inner table tr td ul{
    padding: 6px 0;
}

.recruit-contact{
    text-align: center;
    padding-top: 40px;
}

.recruit-contact p{
    text-align: center;
    padding-bottom: 10px;
}

.recruit-contact a{
    display: block;
    background: #fff;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    padding: 14px 10px;
    font-size: 2.4rem;
    font-weight: 500;
}

.recruit-contact a span{
    font-size: 1.8rem;
    padding-left: 10px;
    text-decoration: none;
}


/*----------
@ BN
----------*/
.BN img {
    vertical-align: bottom;
}

.bn-page {
    padding-top: 0;
}

/* BN-container01 */

.BN-container01 {
    margin: 0!important;
    padding: 150px 0;
    background-color: #f0efef;
}

.BN-sec, .BN-secInner {
    margin-bottom: 150px;
}

.BNdermation-title {
    width: 380px;
    margin: 0 auto;
}

.BN-container01 .content-title .amiri {
    background: linear-gradient(transparent 60%, #fff 60%);
}

/* equipment */


.BN-slider {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.BN-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.BN-slider li {
    margin: 0 15px;
}

.BN-slider li img {
    width: 100%;
    height: auto;
    display: block;
}

.dermation-mainText {
    text-align: center;
    margin-top: 50px;
    font-size: 2.2rem;
}

.dermation-mainImage {
    width: 50%;
    margin: 30px auto 0;
}

.BNdermation-secondWrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.dermation-text {
    width: 48%;
    font-size: 1.8rem;
    font-weight: 300;
}

.dermation-text p {
    margin-top: 20px;
}

.dermation-text p:first-of-type {
    margin-top: 0;
}

.dermation-subImage {
    width: 45%;
}

.worries-list {
    border-bottom: solid 1px #4c4c4c;
    border-top: solid 1px #4c4c4c;
    position: relative;
    padding: 60px 20px;
    margin-top: 130px;
    box-sizing: border-box;
}

.worries-list h4 {
    display: inline-block;
    padding: 0px 30px;
    background-color: #f0efef;
    position: absolute;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.4rem;
    font-weight: 400;
    letter-spacing: 8px;
    text-align: center;
    white-space: nowrap;
}

.BN-about .worries-list h4 {
    background: #fff;
}

.worries-list_wrapper ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 24px;
}

.worries-list_wrapper ul li {
    box-sizing: border-box;
    width: 49%;
    padding-left: 24px;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.6;
}

.worries-list_wrapper ul li::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #4c4c4c;
    position: absolute;
    top: 3px;
    left: 0;
}

/* price */

.BNprice-sec {
    margin-bottom: 0!important;
}

.BNprice-title {
    border-radius: 5px;
    padding: 30px 30px 25px;
    background-color: #fff;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
}

.BNprice-innerItem {
    margin-top: 60px;
}

.BNprice-innerItem h4 {
    font-size: 2rem;
    text-align: center;
    position: relative;
}

.BNprice-innerItem h4 span {
    background-color: #f0efef;
    position: relative;
    z-index: 1;
    padding: 0 1em;
    font-weight: 400;
}

.BNprice-innerItem h4::after {
    content: "";
    position: absolute;
    top: 40%;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #808080;
}

.BNprice-list {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 20px;
}

.BNprice-list li {
    display: flex;
    align-items: center;
    gap: 20px;
}

.BNprice-ListTimes {
    display: flex;
    gap: 10px;
    padding-left: 1.2em;
    font-size: 2.8rem;
    align-items: center;
    position: relative;
}

.BNprice-ListTimes::before {
    content: "";
    display: block;
    width: 0.9em;
    height: 0.9em;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-62%);
}

.BNprice-ListPrice {
    font-size: 5rem;
    line-height: 1;
}

.BNprice-ListPrice span {
    font-size: 50%;
}

.BNprice-innerNote {
    margin-top: 20px;
    text-align: center;
}

.BNprice-noteList {
    margin-top: 50px;
    border: 1px solid #4c4c4c;
    border-radius: 5px;
    padding: 20px;
}

.BNprice-noteList li {
    padding-left: 1em;
    text-indent: -1em;
}

.BNprice-noteList li::before {
    content: "・";
}

/* BN-container02 */

.BN-container02 {
    padding: 150px 0 0;
}

.BN-container02 .content-title .amiri {
    background: linear-gradient(transparent 60%, #f0efef 60%);
}

/* mechanism */

.use-mechanism_step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 60px;
}

.use-mechanism_step-content {
    width: 47%;
}

.use-mechanism_step-content h4 {
    font-size: 2.4rem;
    text-align: center;
    background: #f7f7f7;
    margin-bottom: 20px;
    border-radius: 10px;
}

.use-mechanism_step-content p {
    margin-top: 30px;
    font-size: 1.8rem;
    font-weight: 300;
}

/* image */

.BNimage-imageContainer {
    display: flex;
    justify-content: space-between;
}

.BNimage-image01 {
    width: 41%;
}

.BNimage-image02 {
    width: 48%;
}

.BNimage-text {
    margin-top: 50px;
    font-size: 1.8rem;
    font-weight: 300;
}

/* effects */

.BNeffects-sec {
    margin-bottom: 0!important;
}

.BNeffects-sec .content-title .amiri:nth-of-type(1) {
    padding-right: 0.5em;
}

.BNeffects-sec .content-title .amiri:nth-of-type(2) {
    padding-right: 1em;
}

.BNeffects-sec .content-title small {
    font-size: 50%;
    position: absolute;
}

.BNeffects-inner {
    margin-top: 80px;
}

.BNeffects-title {
    font-size: 2.8rem;
    text-align: center;
    letter-spacing: 5px;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 25px 0;
}

.BNeffects-title span {
    display: block;
    line-height: 1;
    font-weight: 500;
}

.BNeffects-title-ja {
    margin-top: 15px;
    font-size: 75%;
    font-weight: 400;
}

.BNeffects-item {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.BNeffects-list {
    display: flex;
    justify-content: space-between;
    width: 47%;
}

.BNeffects-list li {
    width: 47%;
}

.BNeffects-listText {
    margin-top: 10px;
    text-align: center;
}



.BN-content-title{
    text-align: center;
    padding-bottom: 130px;
}

.BN-content-title h3{
    font-size: 4rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.BN-content-title h3 span{
    border-bottom: solid 1px #4c4c4c;
}

.BN-content-title p{
    text-align: center;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.8;
    max-width: 90%;
    margin: 0 auto;
}

.BN-about_content{
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 220px;
}

.BN-about_content_img{
    width: 32%;
    position: relative;
    left: 18%;
}

.BN-about_content_img2{
    position: absolute;
    right: 60px;
    width: 38%;
    top: -40px;
}

.BN-about_content_text{
    position: absolute;
    font-size: 2.6rem;
    background: rgb(255,255,255);
    background: linear-gradient(160deg, rgba(255,255,255,1) 21%, rgba(200,200,200,0.5) 82%);
    right: 10%;
    bottom: -100px;
    box-sizing: border-box;
    padding: 13% 5% 5% 12vw;
    z-index: -1;
}

/* .worries-list{
    border-bottom: solid 1px #4c4c4c;
    border-top: solid 1px #4c4c4c;
    position: relative;
    padding: 46px 26px;
    margin-top: 90px;
    box-sizing: border-box;
}

.worries-list h4{
    position: absolute;
    font-size: 2.4rem;
    font-weight: 400;
    background: #f0efef;
    padding: 0px 18px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
    letter-spacing: 8px;
    text-align: center;
}

.BN-about .worries-list h4{
    background: #fff;
}

.worries-list_wrapper ul li{
    font-size: 2rem;
    display: inline-block;
    width: 48%;
    text-indent: -18px;
    padding-left: 18px;
    vertical-align: top;
} */

.BN-use{
    background: #f0efef;
    padding: 0% 0 10%;
}

.BN-use .BN-content-title{
    padding-bottom: 60px;
}

.use-content{
    padding-top: 100px;
}

.use-content .content-title{
    line-height: 2;
}

.use-content .content-title .amiri{
    background: linear-gradient(transparent 60%, #fff 60%);
}

.use-dermation_content{
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}

.use-dermation_content_inner{
    width: 48%;
}

.use-dermation_content_inner p{
    font-size: 1.8rem;
    font-weight: 300;
}

.use-dermation_content_inner h4{
    text-align: center;
    font-size: 2.2rem;
    padding-bottom: 10px;
}

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

.use-dermation_content_inner ul{
    text-align: center;
}

.use-dermation_content_inner ul li{
    background: #fff;
    text-align: center;
    border-radius: 7px;
    font-size: 2rem;
    display: inline-block;
    width: 28%;
    margin: 10px 4px;
    padding: 10px 0 0;
}

/* .use-mechanizm_step-content{
    display: inline-block;
    width: 43%;
    vertical-align: top;
    margin: 12px 24px 30px;
}

.use-mechanizm_step-content h4{
    font-size: 2.4rem;
    background: #fff;
    margin-bottom: 18px;
    border-radius: 10px;
}

.use-mechanizm_step-content p{
    font-size: 1.8rem;
    font-weight: 300;
    text-align: left;
}

.use-mechanizm_step{
    text-align: center;
} */


/*----------
@ 10周年アニバーサリー
----------*/
.anni-header{
    height: auto;
}

.BN-greeting{
    max-width: 780px;
    width: 90%;
    margin: 0 auto 20px;
}

.BN-greeting p{
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 2rem;
}

.anniversary-story{
    background: linear-gradient(180deg, #fff 8%, #fbe4e6 94%, #d4929c 130%);
    padding: 8% 0;
}

.anniversary-story .content-title .amiri{
    background: none;
}

.story-content{
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.story-image-pc{
    position: absolute;
}

.story-content_image{
    display: none;
}

.story-image1{
    left: -3vw;
    top: calc( 0 * 0.1rem);
    width: calc( 216 * 0.1rem);
}

.story-image2{
    left: -4vw;
    top: calc( 358 * 0.1rem);
    width: calc( 200 * 0.1rem);
}

.story-image3{
    left: -5vw;
    top: calc( 610 * 0.1rem);
    width: calc( 241 * 0.1rem);
}

.story-image4{
    left: -4vw;
    top: calc( 1030 * 0.1rem);
    width: calc( 210 * 0.1rem);
}

.story-image5{
    left: -5vw;
    top: calc( 1300 * 0.1rem);
    width: calc( 253 * 0.1rem);
}

.story-image6{
    left: -4.6vw;
    top: calc( 1720 * 0.1rem);
    width: calc( 231 * 0.1rem);
}

.story-image7{
    right: -4vw;
    top: calc( 30 * 0.1rem);
    width: calc( 284 * 0.1rem);
}

.story-image8{
    right: -2vw;
    top: calc( 450 * 0.1rem);
    width: calc( 290 * 0.1rem);
}

.story-image9{
    right: -4vw;
    top: calc( 695 * 0.1rem);
    width: calc( 330 * 0.1rem);
}

.story-image10{
    right: -32px;
    top: calc( 1060 * 0.1rem);
    width: calc( 350 * 0.1rem);
}

.story-image11{
    right: 0;
    top: calc( 1415 * 0.1rem);
    width: calc( 220 * 0.1rem);
}

.story-image12{
    right: -30px;
    bottom: 0;
    width: calc( 340 * 0.1rem);
}

.story-content_inner{
    padding-top: 40px;
    max-width: 560px;
    width: 90%;
    margin: 0 auto;
}

.story-content_details{
    padding-bottom: 120px;
}

.story-content_details p{
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.4;
    z-index: 2;
    position: relative;
}

.story-content_details p span{
    font-size: 2rem;
    font-weight: 300;
}

.story-content_details p .year{
    display: block;
    padding-bottom: 8px;
}

.story-anniversary{
    max-width: 1700px;
    width: 80%;
    margin: 20px auto 0;
    padding: 30px 0 0;
    border-top: solid 3px #fff;
    text-align: center;
    box-sizing: border-box;
}

.story-anniversary p{
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.4;
    max-width: 340px;
    width: 90%;
    margin: 0 auto;
}

.story-anniversary p span{
    font-size: 2.2rem;
    font-weight: 300;
    display: block;
    padding-bottom: 8px;
}

.anniversary-present{
    margin-top: 140px;
}

.anniversary-present p{
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.7;
}

.anniversary-present_maintext{
    text-align: center;
    font-size: 3.8rem;
    padding-top: 22px;
}

.anniversary-present_maintext span{
    font-size: 4.2rem;
    background: linear-gradient(transparent 60%, #fbe4e6 60%);
}

.present-list{
    max-width: 1000px;
    width: 100%;
    margin: 32px auto 0;
    text-align: center;
}

.present-list img{
    display: inline-block;
    width: 44%;
    margin: 10px
}

.present-list p{
    text-align: left;
    font-size: 2rem;
    width: 91%;
    margin: 0 auto;
    font-weight: 300;
}

/*----------
@ フッター
----------*/
#footer{
    padding: 8% 0 1%;
}

#footer .cont{
    display: flex;
    justify-content: space-between;
}

#footer a{
    transition: all 0.3s;
}

#footer a:hover{
    opacity: 0.6;
}

#footer .gmap{
    width: 48%;
}

.footer-inner{
    width: 47%;
    text-align: center;
}

.footer-inner p{
    text-align: center;
}

.footer-inner img{
    max-width: 500px;
    width: 100%;
}

.footer-link_area a{
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    vertical-align: top;
    list-style: 1;
    padding: 8px 20px;
    width: 36%;
    margin: 8px 0;
    box-sizing: border-box;
}

.footer-link_area .tel{
    font-size: 2.4rem;
    width: 62%;
    padding: 4px 20px;
}

.footer-link_area .tel span{
    font-size: 2rem;
}

.footer-link_area{
    padding-top: 14px;
}

.footer-info_menu{
    margin-top: 30px;
}

.footer-info_menu table tr{
    border-bottom: solid 1px #afafaf;
}

.footer-info_menu table th{
    font-weight: 300;
}

.footer-info_menu table tr .table-hour{
    text-align: left;
    padding: 14px 10px;
    width: 28%;
    font-weight: 300;
    color: #4c4c4c;
}

.footer-info_menu table td{
    color: #d4929c;
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.6;
}
.footer-info_menu ul{
    text-align: left;
    font-size: 1.3rem;
    font-weight: 300;
    padding-top: 14px;
}

.footer-info_menu ul li{
    letter-spacing: 0.1em;
    line-height: 1.8;
    text-indent: -1rem;
    padding-left: 1rem;
    padding-bottom: 6px;
}

.footer-info_menu ul li span {
    color: #d4929c;
}

.ft_bottom{
    display: block;
    text-align: center;
    color: #d4929c;
    padding-top: 50px;
    font-weight: 300;
}

.BN-footer .footer-link_area a{
    background: #e8e7e7;
}

.BN-footer .footer-info_menu p{
    font-size: 2rem;
    font-weight: 300;
}


/*--------------*/
/*レスポンシブ基本CSS
/*--------------*/

.pcheader{
    display:block;
}

.pc{
    display:block;
}

.mobile{
    display: none!important;
}

nav.globalMenuSp{
    display: none;
}


@media screen and (max-width: 1024px){
.no1{
    max-width: 37%;
    left: 15%;
    transform: translate(-15%, -50%);
}

.pcheader{
    display:none;
}

.pageheader{
    height: 32vh;
}

.slider img {
    object-position: 64% 100%;
    height: 60vh;
}

.flexslider,
.slider,
.slider-image{
    height: 50vh;
}

.flexslider .slides img{
    height: 72vh;
    object-position: 67% 100%;
    object-fit: cover;
}

.BN-header{
    height: 58vh;
}

.anni-header,
.anni-header .slides img {
    height: auto;
}

.content-title .amiri{
    font-size: 4rem;
}

/*　ハンバーガーボタン　*/
.hamburger {
    display : block;
    position: fixed;
    z-index : 4;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    background: #d4929c;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  .hamburger.active span:nth-child(1) {
    top : 24px;
    left: 0px;
    background :#d4929c;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 24px;
    background :#d4929c;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }

  nav.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    color: #d4929c;
    background:#fbe4e6;
    text-align: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
  }

  nav.globalMenuSp ul {
    padding: 0;
    width: 100%;
    margin: 40px auto 0;
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }

  nav.globalMenuSp ul li img{
    max-width: 100px;
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }

  nav.globalMenuSp ul li:hover{
    opacity: 0.5;
  }

  nav.globalMenuSp ul li a {
    font-size: 2.2rem;
    display: block;
    color: #d4929c;
    padding: 0.6em 0;
    text-decoration: none;
    font-family: 'Amiri',sans-serif;
    line-height: 1.4;
  }

  nav.globalMenuSp ul li a span{
    font-size: 1.4rem;
  }

  nav.globalMenuSp .globalMenuSp-other{
    margin: 22px auto 0;
    display: block;
    justify-content: space-between;
    width: 80%;
  }

  nav.globalMenuSp .globalMenuSp-other li{
    width: 48%;
    margin: 0 auto;
    padding-bottom: 14px;
  }

  nav.globalMenuSp .globalMenuSp-other li a{
    background: #fff;
    color: #d4929c;
    padding: 12px 0;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 1.6rem;
  }

  nav.globalMenuSp.active {
    opacity: 100;
    visibility: visible;
  }

.area {
    padding: 50px 10px;
}

.globalMenuSp-tel{
    padding-top: 30px;
    line-height: 1.8;
}

.globalMenuSp-tel span{
    display: block;
}

.globalMenuSp-tel a{
    color: #d4929c;
    font-size: 2.6rem;
    font-weight: 500;
}


/*----------
@ コンセプト
----------*/
.concept-text{
    font-size: 2rem;
}

.treatment {
    margin-top: 100px;
}


/*----------
@ 私たちについて
----------*/
.page-about h3{
    font-size: 1.8rem;
}

.page-about-text p{
    font-size: 1.6rem;
}

.about-greeting{
    padding: 10% 0;
}

.about-greeting_doctor .doctor-name span{
    display: block;
}

.about-greeting_wrap p{
    font-size: 1.6rem;
}

.greeting_wrap-inner{
    display: block;
}

.greeting_wrap-image,
.greeting_wrap-text{
    width: 100%;
}

.about-greeting_history-list ul li{
    font-size: 1.6rem;
}

.doctor-name{
    font-size: 2rem;
}

.doctor-name span{
    font-size: 1.4rem;
    display: block;
}

/*----------
@ 診療内容
----------*/
.treatment-list li {
    width: 29%;
    margin: 10px 8px;
}

.treatment-list li h3{
    font-size: 2rem;
}

.treatment-list li h3 .treatment-h3_sub{
    font-size: 1.6rem;
}

.treatment-list li a{
    padding: 20px 8px;
}

.page-treatment_text h4{
    font-size: 2.2rem;
}

.page-treatment_wrapper{
    width: 70%;
}

.page-treatment_content .cont h3 span{
    font-size: 2.6rem;
}

.page-treatment_wrapper-inner{
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.page-treatment_wrapper-inner2{
    padding-bottom: 30px;
}

.page-treatment_text{
    width: 100%;
}

.page-treatment_text p{
    font-size: 1.6rem;
}

.page-treatment_image{
    text-align: center;
    width: 100%;
}

#treatment2 .page-treatment_image{
    padding-top: 10px;
}

#treatment2 .page-treatment_image img{
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

#treatment2 .page-treatment_image p{
    padding-top: 6px;
    text-align: left;
    font-size: 1.3rem;
}

.page-treatment_boxlist ul li {
    font-size: 1.6rem;
    width: 48%;
    margin: 4px 0px;
    padding: 10px 10px;
}

.page-treatment_boxlist ul li .boxlist-esthetic_height span{
    font-size: 1.2rem;
}

.boxlist-esthetic ul li:nth-of-type(3) {
    padding: 19px 18px;
}

.page-treatment_boxlist ul .treatment_boxlist-li{
    width: 98%;
}

.page-treatment_invisalign .page-treatment_text {
    display: contents;
}

.page-treatment_invisalign h4 {
    order: 1;
}

.page-treatment_invisalign p {
    order: 2;
}

.page-treatment_invisalignButton {
    width: 100%;
    order: 4;
}

.page-treatment_invisalign .page-treatment_image {
    order: 3;
}


/*----------
@ 設備紹介
----------*/
.equipment-list h3{
    font-size: 1.8rem;
}


/*----------
@ リクルート
----------*/
.recruit-concept h3{
    font-size: 2rem;
}

.recruit-concept_text p{
    font-size: 1.6rem;
}

.recruit-details_information h4{
    font-size: 2rem;
}

.recruit-details_information-inner table tr th {
    font-size: 1.6rem;
    width: 28%;
}

.recruit-details_information-inner table tr td,
.recruit-details_information-inner table tr td span{
    font-size: 1.4rem;
}


/*----------
@ BN
----------*/
.BN-header .no1 {
    right: 8%;
    max-width: 260px;
}

/* BN-container01 */

.BN-container01 {
    padding: 120px 0;
}

.BN-sec, .BN-secInner {
    margin-bottom: 120px;
}

/* equipment */

.BN-slider li {
    margin: 0 12px;
}

.BNdermation-title {
    width: 40%;
}

.dermation-mainText {
    margin-top: 40px;
    font-size: 2rem;
}

.dermation-mainImage {
    margin-top: 25px;
}

.BNdermation-secondWrapper {
    margin-top: 80px;
}

.dermation-text {
    font-size: 1.6rem;
}

.worries-list {
    margin-top: 100px;
    padding: 50px 30px;
}

.worries-list h4 {
    font-size: 2rem;
    top: -18px;
}

.worries-list_wrapper ul {
    row-gap: 18px;
}

.worries-list_wrapper ul li{
    display: block;
    width: 100%;
}

/* price */

.BNprice-title {
    padding: 25px 25px 20px;
    font-size: 2.2rem;
}

.BNprice-innerItem {
    margin-top: 50px;
}

.BNprice-innerItem h4 {
    font-size: 1.8rem;
}

.BNprice-list {
    gap: 40px;
    margin-top: 15px;
}

.BNprice-ListTimes {
    font-size: 2.4rem;
}

.BNprice-ListPrice {
    font-size: 4.6rem;
}

.BNprice-noteList {
    margin-top: 40px;
}

/* BN-container02 */

.BN-container02 {
    padding: 120px 0 0;
}

/* mechanism */

.use-mechanism_step-content h4 {
    font-size: 2rem;
}

.use-mechanism_step-content p {
    margin-top: 20px;
    font-size: 1.6rem;
}

/* image */

.BNimage-text {
    margin-top: 40px;
    font-size: 1.6rem;
}

/* BNeffects */

.BNeffects-inner {
    margin-top: 60px;
}

.BNeffects-title {
    font-size: 2.4rem;
    padding: 20px 0;
}

.BNeffects-title-ja {
    margin-top: 10px;
}

.BNeffects-item {
    margin-top: 40px;
}


/*----------
@ 10周年アニバーサリー
----------*/
.anniversary-story{
    padding: 10% 0;
}

.story-content{
    width: 90%;
}

.story-content_inner{
    max-width: 600px;
}

.story-content_details{
    width: 100%;
    padding-bottom: 50px;
}

.story-content_details p{
    font-size: 2.2rem;
}

.story-content_details p span{
    font-size: 2rem;
}

.story-image-pc{
    display: none;
}

.story-content_image{
    display: block;
}

.story-content_image ul{
    padding-bottom: 32px;
    text-align: center;
}

.story-content_image ul li{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    padding-bottom: 4px;
}

.story-content_image2 ul li{
    width: 48%;
}

.story-image1{
    width: 15%;
}

.story-image3{
    width: 15%;
}

.story-image4{
    width: 22%;
}

.story-image5{
    width: 15%;
}

.story-image6 {
    left: -1vw;
    bottom: 14%;
    width: 15%;
}

.story-anniversary p{
    font-size: 3rem;
}

.anniversary-present p{
    font-size: 2.6rem;
}

.anniversary-present_maintext span{
    font-size: 3.2rem;
}


/*--------------*/
/*フッター
/*--------------*/
#footer .cont{
    display: block;
}

.footer-inner,
.footer-information{
    display: block;
    width: 100%;
}

.footer-inner{
    max-width: 650px;
    margin: 0 auto 20px;
}

.footer-inner img{
    width: 50%;
}

.gmap{
    padding-bottom: 44.25%;
}

#footer .gmap{
    width: 100%;
}

}

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

    body{
        font-size: 1.4rem;
    }

    .mobileheader{
        display: block!important;
    }

    .pc{
        display:none!important;
    }

    .mobile{
        display: block!important;
    }

    p{
        line-height: 1.8;
        font-size: 1.4rem;
    }


#header{
    max-width:100%;
    height:60px;
    margin: 16px auto 16px;
}

#headercont{
    display: block;
    padding:0px;
    margin:0px;
}

#loading .kvArea img{
    max-width: 200px;
}

.flexslider{
    height: 70vh;
}

.flexslider .slides img {
    width: 100%;
    height: 70vh;
    object-position: 67% 100%;
    object-fit: cover;
}

.flexslider,
.slider,
.slider-image{
    height: 70vh;
}

.slider-image1{
    background: url(img/top-sp.jpg) no-repeat top;
    background-size: 112%;
}

.slider-image2{
    background: url(img/slider1SP.jpg) no-repeat top;
    background-size: 112%;
}

.anni-header .slides img {
    height: auto;
}

.fixed-menu a{
    padding: 10px 10px 10px 10px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.modal-text{
    width: 90%;
    margin: 0 auto;
}

.modal-text h2 img{
    width: 70%;
}

.modal-text h2{
    padding-bottom: 18px;
}

.modal-text p{
    padding-bottom: 30px;
}

.fancybox__content {
    padding: 60px 0;
}

.modal-text h2 span{
    font-size: 1.8rem;
}

.no1 {
    max-width: 63%;
    left: 8%;
    top: 12%;
    transform: translate(-8%, -12%);
}

.page{
    padding-top: 70px;
}

.pageheader_cont h2{
    font-size: 3rem;
}

#top_mainmenu{
    display:none;
}

#pageheader {
    padding: 50px 0px 50px;
}

#header h1{
    width: 100%;
    margin: 0 auto;
}

#header h1 a{
    display: block;
    height: 60px;
    width: 180px;
    top: 0;
}

.link_box{
    width: 100%;
    font-size: 1.4rem;
}

.pageheader{
    height: 30vh;
    margin-bottom: 60px;
}

.pageheader_cont{
    width: 90%;
}

.pageheader_cont h2 {
    padding: 28px 32px 0;
}

.page-content {
    margin-bottom: 60px;
}

.topics li {
    width: 100%;
}

.topics_title {
    padding-bottom: 30px;
}

.content-title{
    margin-bottom: 80px;
}

.content-title .amiri{
    font-size: 3rem;
}

.content-title span{
    font-size: 1.4rem;
}

.section{
    margin-bottom: 80px;
}

.gmap {
    padding-bottom: 72.25%;
}

nav.globalMenuSp .globalMenuSp-other li{
    display: block;
    width: 100%;
}

nav.globalMenuSp .globalMenuSp-other{
    display: block;
}

/*----------
@ コンセプト
----------*/
.concept{
    margin-top: 90px;
}

.concept-text {
    position: relative;
    padding: 18% 4% 6% 7%;
    top: -15vw;
    width: 97%;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    right: -13px;
    font-size: 1.8rem;
}

.concept-text p{
    font-size: 1.7rem;
    line-height: 2.6;
}

.concept-image{
    width: 84%;
}


/*----------
@ 私たちについて
----------*/
.about-greeting{
    padding: 16% 0;
}

.flex-box{
    display: block;
}

.page-about-text,
.concept-image{
    width: 100%;
}

.page-about-text{
    padding-bottom: 20px;
}

.page-about-text p{
    font-size: 1.4rem;
}

.doctor-name{
    font-size: 1.8rem;
    margin: 0 auto 20px;
}

.about-greeting_history-list{
    padding-top: 20px;
}

.about-greeting_history-list h4{
    font-size: 1.8rem;
}

.about-greeting_history-list h4:after{
    top: 20px;
}

.about-greeting_history-list ul{
    display: block;
    width: 100%;
}

.about-greeting_history-list ul li{
    font-size: 1.4rem;
    padding-left: 20px;
}

.about-greeting_history-list ul li::before{
    width: 16px;
    height: 16px;
    top: 10px;
}

.about-greeting_doctor{
    width: 100%;
    margin-bottom: 40px;
}

.page-about h3 {
    font-size: 1.6rem;
    letter-spacing: 2px;
}

.page-about_concept{
    padding-top: 36px;
    margin: 34px auto 0;
}

.about-greeting_wrap p{
    font-size: 1.4rem;
}


/*--------------*/
/*診察内容
/*--------------*/
.treatment{
    margin-top: 80px;
}

.treatment-list li {
    width: 47%;
    margin: 3px 0px;
}

.treatment-list li h3{
    font-size: 1.6rem;
}

.treatment-list li h3 span{
    font-size: 1.2rem;
}

.treatment-list li h3 .treatment-h3_sub{
    font-size: 1.2rem;
}

.treatment-list li a{
    padding: 13px 6px;
    height: 144px;
}

.treatment-list li a img{
    max-width: 67%;
}

.page-treatment_content .cont{
    display: block;
}

.page-treatment_content .cont h3{
    text-align: center;
    font-size: 1.4rem;
    padding-bottom: 20px;
    position: static;
}

.page-treatment_content .cont h3 span{
    font-size: 2.4rem;
}

.pagenav-pc_fixed{
    width: 100%;
}

.page-treatment_wrapper,
.page-treatment_text,
.page-treatment_text2{
    width: 100%;
    font-size: 1.6rem;
}

.page-treatment_boxlist span{
    font-size: 1.4rem;
}

.page-treatment_text h4,
.page-treatment_boxlist h4{
    font-size: 2rem;
}

.page-treatment_text .link-box_pink{
    margin: 18px auto;
}

.page-treatment_text p{
    padding-bottom: 10px;
    font-size: 1.4rem;
}

.page-treatment_text2 img {
    float: none;
    width: 100%;
    margin: 0 auto;
}

.page-treatment_boxlist h4 span{
    font-size: 1.4rem;
}

.page-treatment_boxlist .boxlist-flex{
    display: block;
    font-size: 1.6rem;
}

.page-treatment_boxlist ul li .boxlist-flex span {
    font-size: 1.2rem;
    width: 100%;
    display: block;
}

.boxlist-esthetic ul li{
    width: 100%;
}

.page-treatment_boxlist ul li .boxlist-esthetic_height span{
    font-size: 1.4rem;
}


/*--------------*/
/*設備紹介
/*--------------*/
.equipment {
    padding: 14% 0;
}

.equipment-list{
    padding-top: 30px;
}

.equipment-list ul li {
    width: 47%;
    margin: 0 3px 20px;
}

.equipment-list h3{
    font-size: 1.4rem;
}

.equipment-list h3 span{
    font-size: 1.3rem;
}

button.more{
    font-size: 1.6rem;
}


/*--------------*/
/*リクルート
/*--------------*/
.recruit-concept h3 {
    font-size: 1.8rem;
    letter-spacing: 3px;
}

.recruit-concept_text p{
    font-size: 1.6rem;
}

.recruit-details{
    padding: 14% 0;
}

.recruit-details_information-inner {
    display: block;
    width: 100%;
    margin: 14px 0;
}

.recruit-details_information h4 {
    padding: 6px;
    font-size: 1.8rem;
}

.recruit-details_information h4 span{
    font-size: 1.4rem;
}

.recruit-details_information-inner{
    display: block;
    width: 90%;
    margin: 14px auto;
}

.recruit-details_information-inner li{
    display: block;
    width: 100%;
    font-size: 1.4rem;
}

.recruit-contact a{
    font-size: 1.8rem;
}


/*----------
@ BN
----------*/
.BN-header{
    height: 78vh;
}

.BN-header .slides li{
    height: 58vh;
}

.BN-header .no1 {
    left: 50%;
    top: 2%;
    max-width: 180px;
    transform: translate(-50%, -5%);
}

.BN-header .mobile li{
    background: url(img/blanche-top-sp.jpg) no-repeat center;
    background-size: cover;
    height: 78vh;
}

.bn-page {
    padding-top: 0;
}

.BN-sec, .BN-secInner {
    margin-bottom: 70px;
}

/* BN-container01 */

.BN-container01 {
    padding: 70px 0;
}

/* equipment */

.BN-slider li {
    margin: 0 8px;
}

.BNdermation-title {
    width: 80%;
}

.dermation-mainText {
    margin-top: 25px;
    font-size: 1.8rem;
}

.dermation-mainImage {
    margin-top: 20px;
    width: 100%;
}

.BNdermation-secondWrapper {
    margin-top: 40px;
    display: block;
}

.dermation-text {
    width: 100%;
}

.dermation-text {
    font-size: 1.4rem;
    width: 100%;
}

.dermation-subImage {
    width: 100%;
    margin-top: 30px;
}

.worries-list {
    padding: 30px 0;
    margin-top: 60px;
}

.worries-list02 {
    padding-top: 48px;
}

.worries-list h4 {
    padding: 0 1em;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 4px;
}

.worries-list01 h4 {
    top: -10px;
}

.worries-list02 h4 {
    top: -16px;
}

.worries-list_wrapper ul {
    row-gap: 10px;
}

.worries-list_wrapper ul li {
    padding-left: 20px;
    font-size: 1.4rem;
}

.worries-list_wrapper ul li::before {
    width: 12px;
    height: 12px;
}

/* price */

.BNprice-title {
    padding: 20px 20px 15px;
    font-size: 1.8rem;
}

.BNprice-innerItem {
    margin-top: 40px;
}

.BNprice-innerItem:first-of-type {
    margin-top: 30px;
}

.BNprice-innerItem h4 {
    border-bottom: 1px solid #4c4c4c;
    padding-bottom: 8px;
    font-size: 1.6rem;
    line-height: 1.6;
}

.BNprice-innerItem h4::after {
    display: none;
}

.BNprice-innerItem h4 span {
    background-color: initial;
    padding: 0;
}

.BNprice-list {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 25px;
}

.BNprice-list li {
    justify-content: center;
    width: 100%;
    gap: 15px;
}

.BNprice-ListTimes {
    padding-left: 1.3em;
    font-size: 2rem;
}

.BNprice-ListPrice {
    font-size: 4rem;
}

.BNprice-noteList {
    margin-top: 30px;
    padding: 20px 15px;
}

.BNprice-noteList li {
    margin-top: 10px;
    line-height: 1.6;
}

.BNprice-noteList li:first-of-type {
    margin-top: 0;
}

/* BN-container02 */

.BN-container02 {
    padding: 70px 0 0;
}

/* mechanism */

.use-mechanism_step {
    row-gap: 25px;
}

.use-mechanism_step-content h4 {
    font-size: 1.6rem;
}

.use-mechanism_step-content p {
    margin-top: 15px;
    font-size: 1.4rem;
}

/* image */

.BNimage-image01 {
    width: 43%;
}

.BNimage-image02 {
    width: 50%;
}

.BNimage-text {
    margin-top: 40px;
    margin-top: 20px;
    font-size: 1.4rem;
}

/* effects */

.BNeffects-sec .content-title .amiri:nth-of-type(1) {
    padding-right: 0;
}

.BNeffects-title {
    font-size: min(4.4vw, 1.8rem);
    letter-spacing: 3px;
}

.BNeffects-title span {
    line-height: 1.3;
}

.BNeffects-inner {
    margin-top: 40px;
}

.BNeffects-title-ja {
    margin-top: 5px;
}

.BNeffects-item {
    display: block;
    margin-top: 30px;
}

.BNeffects-list {
    width: 100%;
    margin: 30px auto 0;
}

.BNeffects-list li {
    width: 46%;
}

.BNeffects-listText {
    font-size: 1.2rem;
    margin-top: 5px;
}



.BN-use .BN-content-title{
    padding-bottom: 30px;
}

.BN-content-title{
    padding-bottom: 50px;
}

.BN-content-title p{
    font-size: 1.8rem;
}

.BN-content-title h3{
    font-size: 2.6rem;
}

.BN-greeting p{
    font-size: 1.6rem;
}

.BN-about_content{
    max-width: 100%;
    height: 560px;
    margin-bottom: 88px;
}

.BN-about_content_img{
    width: 55%;
    left: 0%;
    z-index: 1;
}

.BN-about_content_img2{
    width: 46%;
    top: auto;
    right: 4%;
    bottom: 39%;
}

.BN-about_content_text {
    right: 0vw;
    bottom: 5px;
    padding: 29% 8% 8% 20%;
}

.BN-about_content_text p{
    font-size: 1.8rem;
}

.BN-about .worries-list h4 {
    width: 78%;
    padding: 0;
}

.BN-use .worries-list{
    padding: 56px 8px 32px;
}

.BN-use .worries-list h4{
    line-height: 1.8;
    top: -29px;
}

.use-content{
    padding-top: 60px;
}

.use-dermation_content{
    display: block;
}

.use-dermation_content_inner{
    width: 100%;
}

.use-dermation_content_inner ul{
    padding-bottom: 30px;
}

.use-dermation_content_inner ul li {
    font-size: 1.6rem;
    width: 29%;
    margin: 4px 1px;
    padding: 8px 0 0;
}

.use-dermation_content_inner h4{
    font-size: 2rem;
}

.use-dermation_content_inner p{
    font-size: 1.4rem;
    padding-bottom: 30px;
}

.use-mechanizm_step-content{
    display: block;
    width: 100%;
    margin: 12px 0 24px;
}

.use-mechanizm_step-content h4{
    font-size: 1.8rem;
}

.use-mechanizm_step-content p{
    font-size: 1.4rem;
}



/*----------
@ 10周年アニバーサリー
----------*/
.anni-header{
    height: auto;
}

.story-content_details{
    padding-bottom: 32px;
}

.story-content_details p{
    font-size: 1.6rem;
}

.story-content_details p span{
    font-size:1.3rem;
}

.story-content_inner{
    width: 100%;
    padding-top: 0;
}

.story-anniversary{
    padding: 20px 0 0;
    width: 94%;
}

.story-anniversary p{
    font-size: 2rem;
    width: 68%;
}

.story-anniversary p span{
    font-size: 1.6rem;
}

.anniversary-present{
    margin-top: 60px;
}

.anniversary-present p{
    font-size: 1.8rem;
}

.anniversary-present_maintext span{
    font-size: 2.2rem;
}

.present-list p{
    width: 100%;
    font-size: 1.4rem;
}

.present-list img{
    margin: 10px 2px;
}

/*--------------*/
/*フッター
/*--------------*/
.banner{
    margin-bottom: 30px;
}

.banner ul{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.banner ul li{
    width: 100%;
}

.footer-inner img{
    max-width: 300px;
    width: 70%;
}

.footer-link_area a,
.footer-link_area .tel{
    display: block;
    width: 100%;
}

.footer-info_menu table th{
    font-size: 1.3rem;
}

.footer-info_menu table tr .table-hour {
    padding: 12px 0px 12px 0;
    width: 31%;
    letter-spacing: 1px;
    font-size: 1.3rem;
}

.footer-info_menu table td{
    font-size: 1.1rem;
}

.BN-footer .footer-info_menu p{
    font-size: 1.6rem;
}

.footer-link_area a{
    font-size: 1.8rem;
}

.footer-link_area .tel{
    font-size: 1.8rem;
}

.ft_bottom {
    display: block;
    text-align: center;
    font-size: 0.8rem;
}

}