/*
Theme Name: naturalteeh
Theme URI: http://2inc.org 
Description: NATURALTEETH用Habakiri の子テーマです 
Author: Takashi Kitajima 
Author URI: http://2inc.org 
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Template: habakiri
*/

/*======== リセットCSS ========*/
.container{
  margin: 0;
  padding: 0;
  width: 100%;
}
ol, ul {
  list-style-type: none;
  margin: 0;
}
a {
  text-decoration: none !important;
}
html {
  margin-top: 0 !important;
}
.page-header{
  display: none;
  color: #000;
}
h1{
  margin: 0;
}
#main{
  margin-bottom: 0;
}
body p, body span, body dl, h1, h2, h3, h4, h5, h6{
  transform: rotate(0.03deg);
  -moz-transform: rotate(0.03deg);
  -ms-transform: rotate(0.03deg);
  -o-transform: rotate(0.03deg);
  -webkit-transform: rotate(0.03deg);
}
.w1300{
  max-width: 1300px;
  margin: 0 auto;
}
.row{
  padding: 0;
  margin: 0;
}
html { scroll-behavior: smooth;}

/*======== 共通パーツ ========*/
/* 横幅 */
.w_1200{max-width: 1200px;}

/* margin-top */
.mt1 {margin-top: 1vw;}
.mt2 {margin-top: 2vw;}
.mt3 {margin-top: 3vw;}
.mt4 {margin-top: 4vw;}
.mt5 {margin-top: 5vw;}
.mt6 {margin-top: 6vw;}
.mt7 {margin-top: 7vw;}
.mt8 {margin-top: 8vw;}
.mt9 {margin-top: 9vw;}
.mt10 {margin-top: 10vw;}
.mt12 {margin-top: 12vw;}
.mt15 {margin-top: 13vw;}
.mt20{margin-top: 20vw;}
.mt_sp_mt5{margin-top: 5vw;}

/* padding-top */
.pt1 {padding-top: 1vw;}
.pt2 {padding-top: 2vw;}
.pt3 {padding-top: 3vw;}
.pt4 {padding-top: 4vw;}
.pt5 {padding-top: 5vw;}
.pt6 {padding-top: 6vw;}
.pt7 {padding-top: 7vw;}
.pt8 {padding-top: 8vw;}
.pt9 {padding-top: 9vw;}
.pt10 {padding-top: 10vw;}
.pt12 {padding-top: 12vw;}
.pt15 {padding-top: 13vw;}

/*margin-bottom */ 
.mb1  {margin-bottom: 1vw;}
.mb2  {margin-bottom: 2vw;}
.mb3  {margin-bottom: 3vw;}
.mb4  {margin-bottom: 4vw;}
.mb5  {margin-bottom: 5vw;}
.mb6  {margin-bottom: 6vw;}
.mb7  {margin-bottom: 7vw;}
.mb8  {margin-bottom: 8vw;}
.mb9  {margin-bottom: 9vw;}
.mb10 {margin-bottom: 10vw;}
.mb12 {margin-bottom: 12vw;}
.mb15 {margin-bottom: 15vw;}
.mb20 {margin-bottom: 20vw;}

.m0{margin: 0;}

.px_15{
  padding-right: 15vw;
  padding-left: 15vw;
}

.py_2{
  padding-top: 2vw;
  padding-bottom: 2vw;
}
.py_3{
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.pr3{padding-right: 3vw;}
.pr4{padding-right: 4vw;}






/* padding-bottom */
.pb1 {padding-bottom: 1vw;}
.pb2 {padding-bottom: 2vw;}
.pb3 {padding-bottom: 3vw;}
.pb4 {padding-bottom: 4vw;}
.pb5 {padding-bottom: 5vw;}
.pb6 {padding-bottom: 6vw;}
.pb7 {padding-bottom: 7vw;}
.pb8 {padding-bottom: 8vw;}
.pb9 {padding-bottom: 9vw;}
.pb10 {padding-bottom: 10vw;}
.pb12 {padding-bottom: 12vw;}
.pb15 {padding-bottom: 15vw;}







/* font */
.font_en-eb{font-family: 'EB Garamond', serif;}
.font_en-g{font-family: Georgia, serif;}
.font_jp-biz{font-family: 'BIZ UDPMincho', serif;}

body{
  font-family: 'Noto Serif JP', serif;
  font-size: 1vw;
}

/* font 
.font-m{font-size: 1.5vw;}
.font-l{font-size: 1.8vw;}
*/


.font_ss{font-size: 0.8vw;}

.font_s{font-size: clamp(15px,1.2vw,25px);}
.font-m{font-size: clamp(15px,1.5vw,25px);}
.font-l{font-size: clamp(15px,1.8vw,25px);}
.font-xl{font-size: clamp(15px,5vw,35px);}
.font_s_sp{font-size: clamp(13px,1.2vw,25px);}
.font_xs_sp{font-size: clamp(12px,1.2vw,25px);}


/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .font_s{font-size: clamp(15px,3.5vw,25px);}
  .font-m{font-size: clamp(15px,3.5vw,25px);}
  .font-l{font-size: clamp(5px,3.8vw,25px);}
}




/* color */
/* 茶 */
.color_b1{color: #2E1F08;}
.color_b2{color: #A68B62;}
.color_b3{color: #CFBE9B;}
.color_b4{color: #EFE8D9;}
.color_b5{color: #F3F2F1;}
.color_b6{color: #7D511E;}

/* 緑 */
.color_g1{color: #302E23;}
.color_g2{color: #5A5748;}
.color_g3{color: #ABAC9F;}
.color_g4{color: #DADBD1;}

/* 紫 */
.color_p1{color: #2C1131;}
.color_p2{color: #4C3251;}
.color_p3{color: #97879A;}
.color_p4{color: #D2CBD4;}
.color_p5{color: #f7f6f7;}

.font_w{color: #fff;}
.font_g{color: #302E23;}
.font_g2{color: #5A5748;}
.font_p{color: #2C1131;}
.font_p2{color: #97879A;}
.font_p3{color: #D2CBD4;}


.breadcrumbs{
  display: none;
}

/*========　ヘッダー　========*/
/*=== 共通パーツ ===*/
.header__gnav{
  display: flex;
  align-items: center;
  background-color: #F3F2F1;
  
}
.header{
  height: 100px;
  line-height: 100px;
}
.header__gnav--h1{
  float: left;
}
.header__gnav--li{
  float: left;
  margin-left: 3%;
  font-weight: bold;
}
.header__gnav--li >a{
  color: #2E1F08;
}
.header__gnav--li >a:hover{
  color: #A68B62;
  transition : 0.5s;
}

.header__gnav--ul{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-width: 0;
}
.header__gnav--logo{
  width: clamp(150px,30vw,600px);
  margin-left: 10%;
}
.header__gnav--nav{
  width: 100%;
}



/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .header__gnav--ul{
    display: none;
  }
  .header__gnav--logo{
    width: 130vw;
  }
  .header{
    background-color:rgba(255, 255, 255, 0) !important;
  }
}

/*=== NTインプラントとは レスポンシブ 430px以下 ===*/
@media screen and (min-width: 430px) {
  .sp_br{
    display: none;
  }
}

/*===　コピーライト ===*/

.copyright__item--btn{
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5vw;
  height: 5vw;
  border: 0.5px solid #2e1f088a;
  color: #000000;
  text-decoration: none;
  text-align: center;
  margin: 10px 0;
  position: fixed;
  top: 2.5vw;
  right: 3vw;
  z-index: 10;
}
.copyright__item--a{
  color: #2E1F08;
  font-size: 70%;
}
.copyright__item--text {
  display: inline-block;
  transform: rotate( 90deg );
  position: fixed;
  top: 14vw;
  right: 1.8vw;
  font-size: 60%;
  margin: 0;
  z-index: 3;
}


/*===  コピーライト レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .copyright__item{
    display: none;
  }
}

/*===　目次　===*/
.table__contents--ul{
  position: fixed;
  top: 400px;
  right: 2%;
  z-index: 10;
  letter-spacing: -0.7px;
}
.table__contents{
  text-align: end;
}
.table__contents--li >a{  
  color: #2E1F08;
  font-size: 75%;
}
.table__contents--li >a:hover{
  color: #A68B62;
  transition : 0.5s;
}
/*===  　目次　 レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .table__contents{
    display: none;
  }
}








/*===  　スマホ用　目次 ===*/
.menu__checkbox {
  display: none;
  }
  
.drawer__menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 60vw;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out 0s;
  background-color: #2E1F08;
  z-index: 20;
} 
.drawer__menu--list {
  margin-top: 15vw;
  padding-left: 3vw;
} 
.drawer__menu--item-link {
  display: block;
  text-align: left;
  font-size: clamp(12px,1.2vw,25px);
  color: #fff;;
  margin-top: 1vw;
}
.drawer__menu--item-p{
  display: block;
  text-align: left;
  font-size: clamp(15px,1.2vw,25px);
  color: #fff;;
}
.menu__checkbox:checked ~ .drawer__menu {
  transform: translateX(0);
}
 .drawer__icon {
  cursor: pointer;
  position: fixed;
  top: 40px;
  right: 60px;
  justify-content: center;
  align-items: center;
  z-index: 30;
  background-color: #fff;
}
.drawer__icon span,
.drawer__icon span:before,
.drawer__icon span:after {
  content: '';
  display: block;
  height: 0.5vw;
  width: 9vw;
  background-color: #2E1F08;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}
.drawer__icon span::before {
  bottom: 12px;
}  
.drawer__icon span::after {
  top: 12px;
} 
.menu__checkbox:checked ~ .drawer__icon {
  background-color: #2E1F08;
}
.menu__checkbox:checked ~ .drawer__icon span {
  background-color: rgba(255, 255, 255, 0);
} 
.menu__checkbox:checked ~ .drawer__icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
.menu__checkbox:checked ~ .drawer__icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.menu__background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}
.menu__checkbox:checked ~ .menu__background {
  display: block;
  opacity: 0.3;
}


/*========　メイン　========*/
/*===　h2スライダー　===*/
.maintop{
  background: linear-gradient(#F3F2F1 50%, rgba(255, 255, 255, 0) 50%);
}

#maintop__h2 {
  margin-top: -30px;
  padding-top: 100px;
  height: 800px;
}
.maintop__h2--text {
  color: #2E1F08;
  font-weight: bold;
  display: none;
  opacity: 0;
  margin-top: 20px; /* 少し下にずらす */
  transition: opacity 1s ease-in-out, margin-top 1s ease-in-out;
  margin-left: 19%;
  font-size: min(1.8vw, 30px);
  line-height: 40px;
  letter-spacing: 0.1em;
}
.maintop__h2--text.active {
  display: block;
  opacity: 1;
  margin-top: 0;
}
.maintop__video--outer{
  text-align: center;
  margin: -600px auto 0 auto;
  width: 100%;
}
.maintop__video{
  width: 63%;
}


/*=== header レスポンシブ ===*/

@media screen and (max-width: 767px) {
#maintop__h2 {
  margin-top: -100px;
}
}
/*=== header レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .maintop__h2{
    margin-top: -165px;
  }
  .maintop__h2--text{
    margin-left: 10%;
    font-size: clamp(13px,3vw,40px);
    line-height: 22px;
    padding-top: 0;
    text-shadow: 0.1px 0.1px 1px #000000;
    margin-top: -2vw;
  }
  .maintop__video{
    text-align: center;
    width: 100%;
  }
  .maintop__video--outer{
    margin: -755px auto 0 auto;
  }
  .maintop__h2--text{
    color: #ffffff;
  }
}





/*========　スクロールダウン　========*/
.scroolDown{
position:absolute;
left:10%;
bottom:110px;/*全体の高さ*/
height:60px;
}

/*Scrollテキストの描写*/
.scroolDown span{
position: absolute;/*描画位置*/
left:-30px;
top: -60px;/*テキストの形状*/
color: #2e1f088a;
font-size: 1rem;
letter-spacing: 0.05em;
transform: rotate( -90deg );
}

/* 線の描写 */
.scroolDown::after{
content: ""; /*描画位置*/
position: absolute;
top: 0;/*線の形状*/
width: 1px;
height: 80px;
background: #2e1f0859;/*線の動き1.4秒かけて動く。永遠にループ*/
animation: pathmove 1.6s ease-in-out infinite;
opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
0%{
  height:0;
  top:0;
  opacity: 0;
}
50%{
  height:50px;
  opacity: 1;
}
100%{
  height:0;
  top:100px;
  opacity: 0;
}
}

/*========　スクロールダウン　========*/
@media screen and (max-width: 429px) {
  .scroolDown span{
    top: -144px;
  }
  @keyframes pathmove{
    0%{
      height:0;
      top:-100px;
      opacity: 0;
    }
    50%{
      height:50px;
      opacity: 1;
    }
    100%{
      height:0;
      top:0px;
      opacity: 0;
    }
    }
}

/*========　NTインプラント　メインタイトル　========*/
.maintop__title{
  text-align: center;
  margin-top: -200px;
  position: relative;
}

/*===  NTインプラント　メインタイトル　レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .maintop__title{
    margin-top: -50px;
  }
}



/*========　良か良か　メインタイトル　========*/
.maintop__title--yoka{
  text-align: center;
  margin-top: -95px;
  position: relative;
}

/*===  　　良か良か　レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .maintop__title--yoka{
    margin-top: -27px;
  }
}



/*========　ボタン　========*/

.btn,
a.btn,
button.btn {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #2E1F08;
  border-radius: 0.5rem;
  width: 65%;
  font-size: clamp(10px,1vw,25px);
}
a.btn-border-shadow {
  padding: calc(3.5rem - 12px) 3rem 3.5rem;
  background: #fff;
}

a.btn-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #A68B62;
  border-radius: 0.5rem;
}
a.btn-border-shadow:hover {
  padding: calc(2rem + 8px) 4rem;
}
a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}
.btn-mail{
  margin-top: 2vw;
}
.btn-tel{
  margin-top: 3vw;
}


/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  a.btn-border-shadow{
    padding: calc(2.5rem - 11px) 1rem 1rem;
    padding-bottom: 5vw;
  }
  a.btn-border-shadow:hover{
    padding: calc(2rem + -2px) 2rem;
  }
.btn,
a.btn,
button.btn {
  font-size: clamp(10px,3vw,25px);
}
.btn-mail{
  margin-top: 5vw;
}
}




/*========　こんな悩みありませんか ========*/
.worries__auter{
  position: relative;
}
.worries{
  width: 100%;
  z-index: 1;
}
.worries__l--inner{
  width: 50%;
  background-color: #2E1F08;
  box-shadow: 0px 10px 20px #ccc;
}
.worries__l--p{
  margin-left: 25%;
  padding: 8%;
}
.worries__r--li{

  margin-bottom: 1vw;
}
.worries__r{
  z-index: -1;
  position: absolute;
  top: 60%;
  left: 45%;
  border: 2px solid #A68B62;
  padding: 1%;
  width: 45%;
}
.worries__r--inner{
  font-size: 1.2vw;
}
.worries__r--bg{
  background-color: #F3F2F1;
}
.worries__r--ul{
  padding: 10%;
  margin-left: 2%;
}
.worries__img{
  position: absolute;
  width: 30vw;
  left: 13%;
  top: 170%;
}


/*=== こんな悩みありませんか レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .worries__l--inner{
    width: 80%;
    box-shadow: 0px 1px 10px #727272;
  }
  .worries__l--p{
    margin-left: 0;
  }
  .worries__r{
    top: 18vw;
    left: 7vw;
    padding: 1%;
    width: 93vw;
  }
  .worries__r--ul{
    padding-top: 10vw;
    padding-right: 3vw;
    padding-left: 3vw;
    padding-bottom: 5vw;
    margin-left: 2vw;
  }
  .worries__img{
    display: none;
  }

}



/*========　こんな悩みありませんか ボトムテキスト ========*/
.worries__text{
  padding: 0 10%;
  margin-top: 35vw;
  margin-bottom: 10vw;
}

.worries__text--top{
  text-align: center;
}
.worries__text--bottom{
  text-align: left;
  padding: 0 10%;
}



/*===   こんな悩みありませんか ボトムテキスト レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .worries__text--top{
    text-align: left;
  }
  .worries__text {
    padding: 0 5%;
    margin-top: 65vw;
  }
  .worries__text--bottom {
    padding: 0;
    margin-top: 10vw;
  }
}



/*======== NTインプラントとは ======*/
.regarding{
  background-image: url(images/ntImplant/regarding_bg02.png); 
  background-size: cover;
  height: 113vw;
}

.regarding__img--title{
  width: 50vw;
}
.regarding__img--bg{
  width: 85vw;
  box-shadow: 0px 10px 20px #ccc;
}
.regarding__text{
  margin-top: -62vw;
  margin-left: 7vw;
  width: 60vw;
  color: #fff;
}
.regarding__text--h2{
  margin-bottom: 5vw;
}

/*=== 良か良かデンチャー　良かとは  ===*/

.regarding__text--yoka{
  margin-top: -62vw;
  margin-left: 7vw;
  width: 60vw;
  color: #fff;
}
.regarding__text--yoka--h2{
  margin-bottom: 5vw;
}
.regarding__ul--yoka{
  padding-left: 0;
  margin-top: 5vw;
}
.regarding__li--yoka{
  font-weight: bold;
}
.regarding__dl--yoka{
  margin-bottom: 2vw;
}


/*=== NTインプラントとは レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .regarding{
    height: 83vw;
  }
  .regarding__img--bg{
    display: none;
  }
  .regarding{
    background-image:none;
  }
  .regarding__text--h2{
    margin-top: -93vw;
    padding-top: 15vw;
  }
  .regarding__text{
    width: 100%;
    margin: 0;
    padding: 0 2vw;
  }
  .regarding__text--p {
    padding-top: 2vw;
  }
  .regarding__img--title{
    width: 85vw;
  }
}

/*=== 良か良かデンチャーの「良か」とは レスポンシブ ===*/

@media screen and (max-width: 429px) {
  .regarding__text--yoka{
    width: 100%;
    margin: 0;
    padding: 0 2vw;
    margin-top: 0;
    margin-bottom: 15vw;
    background-color: #2C1131;
  }
  .regarding__text--yoka--p {
    padding-top: 2vw;
    padding-bottom: 10vw;
  }
  .regarding__text--yoka--inner{
    padding-top: 15vw;
    padding-bottom: 120px;
  }
}

/*=== NTインプラントとは レスポンシブ 430px以下 ===*/
@media screen and (min-width: 430px) {
  .regarding__img--bg-sp{
    display: none;
  }
}

/*======== NTインプラント　お願い事  ======*/

.commitments__inner{
  width: 72vw;
  margin: -10vw 0 0 auto;
  background-color: #F3F2F1;
  height: 69vw;
}
.commitments__square{
  padding: 2vw 9vw 1vw 9vw;
}
.commitments__square--border{
  border: 5px solid #ffffff;
  padding: 4vw;
  height:51vw;
}
.commitments__h2{
  text-align: center;
  margin: 3vw;
}
.commitments__img--title{
  width: 40%;
  margin-top: -22vw;
  margin-left: 50vw;
}
.commitments__img--sub{
  width: 43%;
  margin-top: -20vw;
}



/*===  レスポンシブ ===*/

@media screen and (max-width: 767px) {
  .commitments__inner{
    height: 125vw;
  }
  .commitments__square--border{
    height: 104vw;
  }
}

@media screen and (max-width: 600px) {
  .commitments__inner{
    height: 180vw;
  }
  .commitments__square--border{
    height: 160vw;
  }
}

@media screen and (max-width: 429px) {
  .commitments__inner{
    margin: 75vw 0 0 auto;
    width: 100%;
    height: 240vw;
  }
  .commitments__h2{
    margin-top: 13vw;
    margin-bottom: 10vw;
  }
  .commitments__square{
    padding: 1vw 3vw 1vw 3vw;
  }
  .commitments__square--border{
    height: 200vw;
  }
  .commitments__img--title{
    width: 50%;
    margin-top: -23vw;
    margin-left: 45vw;
  }
}







/*======== 良か良か　合わない入れ歯を使い続けると  ======*/

.risks__inner{
  width: 72vw;
  margin: -10vw 0 0 auto;
  background-color: #F3F2F1;
  height: 69vw;
}
.risks__square{
  padding: 2vw 9vw 1vw 9vw;
}
.risks__square--border{
  border: 5px solid #ffffff;
  padding: 4vw;
  height:51vw;
}
.risks__h2{
  text-align: center;
  margin: 3vw;
}
.risks__img--title{
  width: 30%;
  margin-top: -24vw;
  margin-left: 61vw;
}
.risks__img--sub{
  width: 43%;
  margin-top: -20vw;
}



/*======== 良か良か　合わない入れ歯を使い続けると  レスポンシブ======*/

@media screen and (max-width: 767px) {
  .risks__inner{
    height: 125vw;
  }
  .risks__square--border{
    height: 104vw;
  }
  .risks__img--title{
    margin-top: -31vw;
  }
}

@media screen and (max-width: 600px) {
  .risks__inner{
    height: 154vw;
  }
  .risks__square--border{
    height: 125vw;
  }
  .risks__img--title{
    margin-top: -31vw;
  }
}

@media screen and (max-width: 429px) {
  .risks__inner{
    margin: 190vw 0 0 auto;
    width: 100%;
    height: 240vw;
  }
  .risks__h2{
    margin-top: 13vw;
    margin-bottom: 10vw;
  }
  .risks__square{
    padding: 1vw 3vw 1vw 3vw;
  }
  .risks__square--border{
    height: 200vw;
  }
  .risks__img--title{
    width: 50%;
    margin-top: -36vw;
    margin-left: 47vw;
  }
}











/*======== NTインプラント　移行したわけ  ======*/
.reason__img{
  text-align: end;
  margin-top: -10vw;
}
.reason__img--top{
  width: 40vw;
}
.reason__box{
  background-color: #EFE8D9;
  margin-top: -16vw;
}
.reason__img--title{
  margin-left: 10vw;
  width: 55vw;
}
.reason__box--txt{
  margin: 5vw 10vw;
  padding-bottom: 10vw;
}
.reason__p {
  margin-top: 5vw;
}


/*=== 移行したわけ レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .reason__img--top{
    width: 55vw;
  }
  .reason__box{
    margin-top: -30vw;
  }
  .reason__box--txt{
    margin: 11vw 4vw;
  }
  .reason__p {
    margin-top: 11vw;
  }
  .reason__img--title{
    margin-left: 5vw;
    width: 63vw;
    margin-top: 3vw;
  }
}

/*======== 良か良かデンチャー　普通の入れ歯との違い  ======*/

.difference__img{
  text-align: end;
  margin-top: -10vw;
}
.difference__img--top{
  width: 40vw;
}
.difference__box{
  background-color: #302E23;
  margin-top: -16vw;
}
.difference__img--title{
  margin-left: 0;
  width: 70vw;
}
.difference__box--txt{
  margin: 5vw 10vw;
  padding-bottom: 10vw;
}
.difference__p {
  margin-top: 5vw;
}

.difference__dl{
  padding-left: 1vw;
  padding-bottom: 1vw;
}
.difference__ul{
  padding-left: 0;
}
.difference__li{
  font-weight: bold;
}


/*=== 良か良かデンチャー　普通の入れ歯との違い レスポンシブ ===*/
@media screen and (max-width: 429px) {

  .difference__box--txt{
    margin: 15vw 5vw;
    padding-bottom: 25vw;
  }
  .difference__p {
    margin-top: 15vw;
  }
  
}







/*======== NTインプラント　メリット ======*/
.merit__title{
  text-align: end;
}
.merit__img--title{
  width: 60vw;
}
.merit__h2{
  text-align: center;
  margin-top: -10vw;
}
.merit__contents--inner-l,.merit__contents--inner-r{
  width: 80vw;
  padding-left: 10vw;
}
.merit__contents--inner-l{
  border: 1rem solid #5A5748;
  border-left: 0;
}
.merit__contents--inner-r{
  background-color: #ABAC9F;
  margin: 0 0 0 auto;
  height: 100%;
}
.merit__contents--img{
  display: inline-block;
}
.merit__contents--number{
  height: 8vw;
  vertical-align: middle;
}
.merit__img--title{
  width: 60vw;
}
.merit__contents--txt{
  display: inline-block;
  vertical-align: middle;
}
.merit__contents--txt{
  padding-left: 3vw;
}


/*=== NTインプラント メリット レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .merit__contents--inner-l,.merit__contents--inner-r{
    width: 95vw;
    padding-left: 5vw;
  }
  .merit__contents--img{
    display: block;
  }
  .merit__contents--inner-l{
    border-left: 1rem solid #5A5748;
}
.merit__contents--inner-r{
  margin: 0 0 0 4vw;
}
.merit__contents--p{
  padding-right: 3vw;
  padding-bottom: 2vw;
}
.merit__contents--number{
  height: 14vw;
}
}






/*======== 良か良か　メリット ======*/

.merit__contents--inner-yoka-l{
  border: 1rem solid #4C3251;
  border-left: 0;
}

.merit__contents--inner-yoka-r{
  background-color: #2C1131;
  margin: 0 0 0 auto;
  height: 100%;
}
.merit__contents--inner-yoka-l,.merit__contents--inner-yoka-r{
  width: 80vw;
  padding-left: 10vw;
}

/*======== 良か良か　メリット レスポンシブ======*/
@media screen and (max-width: 429px) {
  .merit__contents--inner-yoka-l,.merit__contents--inner-yoka-r{
    width: 95vw;
    padding-left: 5vw;
  }
  .merit__contents--inner-yoka-r{
    margin: 0 0 0 4vw;
  }
  .merit__contents--inner-yoka-l{
    border-left: 1rem solid #4C3251;
  }
}


/*========　contact　======*/
.contact__img{
  text-align: center;
}
.contact__img--title{
  width: 50vw;
}
.contact__inner{
  background-color: #F3F2F1;
  margin-top: -2.2vw;
  text-align: center;
  padding-top: 5vw;
  padding-bottom: 12vw;
}
.contact__h3{
  line-height: 4vw;
}
.font__spot{
  font-size: 2vw;
  background: linear-gradient(transparent , #ffffff 0%);
  padding: 0.3vw;
}
.contact__h3--span{
  display: inline-block;
  padding-top: 2vw;
}
.contact__h3--title{
  font-size: 2.5vw;
  color: #A68B62;
}
.contact__p{
  font-weight: 600;
  margin-top: 5vw;
}
.contact__h3--title::before{
  content: "";
  display: inline-block;
  width: 33vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 21vw;
  left: 0;
}
.contact__h3--title::after{
  content: "";
  display: inline-block;
  width: 33vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 21vw;
  right: 0;
}
.biz-hour {
  display: inline-block;
  padding-left: 10vw;
}
.biz-hour th {
  border-bottom: 1px solid #A28C63;
  padding: 2vw 1.5vw;
  text-align: center;
}
.biz-hour td{
  text-align: center;
  padding-top: 0.5vw;
}

.biz-hour th.sat {
  color: #3db2da;
}
.biz-hour th.sun {
  color: #e66a6a;
}
.contact__table{
  padding-top: 7vw;
}
.contact__table--b{
  border-right: 1px solid #A28C63;
  padding: 5vw;
}
.sp__table--p{
  font-size: clamp(5px,2.5vw,25px);
  text-align: left;
  padding-left: 10vw;
}

/*========  contact レスポンシブ ======*/

@media screen and (max-width: 767px) {
  .biz-hour{
    padding-left: 0;
  }
}
@media screen and (max-width: 429px) {
  .contact__h3{
    line-height: 11vw;
    font-size: clamp(5px,4.5vw,25px);
  }
  .font__spot{
    font-size: 4vw;
  }
  .contact__h3--title{
    font-size: clamp(5px,4.5vw,25px);
  }
  .contact__h3--title::before{
    width: 22vw;
    top: 51vw;
  }
  .contact__h3--title::after{
    width: 22vw;
    top: 51vw;
  }
  .biz-hour th{
    font-size: clamp(5px,3vw,25px);
    padding: 2vw 2.5vw;
  }
  .biz-hour td{
    font-size: clamp(5px,3vw,25px);
    padding: 2vw 2.5vw;
  }
  .contact__btn--box{
    margin-top: 8vw;
  }
}
/*== contact　PCのとき消える==*/
@media screen and (min-width: 430px) {
  .sp__table--p{
    display: none;
  }

}
  


/*========　features　======*/
.features{
  padding-left: 5vw;
  padding-right: 5vw;
}
.features__top{
  text-align: center;
}
.features__img--title{
  width: 50vw;
}
.features__top--h2{
  margin-top: -5vw;
}
.features__contents--number{
  width: 8vw;
}
.features__contents--h3{
  margin-top: 0;
}
.features__contents--img01{
  padding-top:8vw;
  padding-left: 2vw;
  width: 100%;
}
.features__contents--img02{
  width: 45%;
}

.features__contents--04{
  margin-top: -8vw; 
}
.features__contents--img03{
  width: 70%;
}
.features__contents--img04{
  width: 40%;
}
.features__contents--right{
  text-align: right;
  padding: 1vw;
}

/*===　features　レスポンシブ ===*/
@media screen and (max-width: 767px) {
  .features__contents--04{
    margin-top: 0;
  }
}
/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .features__img--title{
    width: 70vw;
  }
  .features__top--h2{
    margin-top: -5vw;
  }
  .features__contents--img02{
    display: none;
  }
  .features__contents--number{
    margin-top: 5vw;
  }
  .features{
    margin-top: 30vw;
  }
  .features__contents--number{
    width: 16vw;
  }
}


/*========　NTインプラント　frow　======*/
.frow{
  margin-top: 15vw;
}
.frow__title--img{
  width: 50vw;
}
.frow__h2{
  padding-left: 20vw;
  margin-top: -7.7vw;
  padding-bottom: 1vw;
  color: #2E1F08;
}
.frow__main{
  padding-top: 15vw;
  background: linear-gradient(90deg, #00000000 0%, #00000000 20%, #EFE8D9 0%, #EFE8D9 100%);
}
.frow__img{
  padding-left: 5vw;
  width: 90%;
}
.frow__img--number{
  width: 7vw;
}
.frow__contents--title{
  display: flex;
  height: 7vw;
}
.frow__contents--h3{
  line-height: 4.5vw;
  padding-left: 3vw;
  color: #7D511E;
}
.frow__contents--block{
  padding-bottom: 5vw;
}
.frow__contents--p{
  width: 80%;
  color: #A68B62;
}



/*========　良か良かデンチャー　frow　======*/
.yoka_frow{
  padding-top: 10vw;
}
.yoka_frow__inner{
  background-image: url("images/yokayokadenture/yoka_frow_bg.png");
  background-size: cover;

}
.yoka_frow__period{
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: inline-block;
}
.yoka_frow__box{
  margin: 5vw;
  background-color: #EAEBE8;
  padding: 5vw;
}
.yoka_frow__number{
  display: inline-block;
  width: 5vw;
  margin-left: 1vw;
}
.yoka_frow__h3{
  display: inline-block;
  vertical-align: middle;
  margin-left: 1vw;
}
.yoka_arrow__down{
  display: inline-block;
}

.yoka_arrow__down .arrow__down--content{
  border-radius: 3px 3px 0px 0px;
  width: 0.1vw;
  height: 17vw;
  position: relative;
  background: #1A1A1A;
  left: 1.1vw;
}

 .yoka_arrow__down .arrow__down--arrow{
  border: 1vw solid transparent;
  border-top: 1.5vw solid #1A1A1A;
  position: absolute;
  left: 0.1vw;
  height: 0;
  width: 0;
  z-index: 1;
}
.yoka_frow__box--bottm{
  margin-top: 3vw;
}

.yoka_frow__table{
  width: 100%;
}
.yoka_frow__table--th{
  list-style: none;
  padding: 3vw;
  background-color: #302E23;
  border: solid 1px #302E23;
  color: #fff;
  width: 25%;
}
.yoka_frow__table--th >li{
  padding-bottom: 0.5vw;
}
.yoka_frow__table--td{
  padding: 3vw;
  border: solid 1px #302E23;
  background-color: #fff;
}
.yoka_frow__title--img{
  margin-bottom: -5vw;
  padding-left: 5vw;
  width: 60%;
}
.yoka_frow__h2{
  padding-left: 6vw;
  margin-bottom: 10vw;
}
.arrow_box{
  text-align: center;
}
.arrow{
  width: 4vw;
  height: 4vw;
  border: 5px solid;
  border-color: #302E23 #302E23 transparent transparent;
  transform: rotate(135deg);
  display: inline-block;
}

.yoka_frow__box--p{
  padding-left: 8vw;
  padding-top: 1vw;
  padding-right: 1vw;
}




/*===  frow レスポンシブ ===*/
@media screen and (max-width: 767px) {
  .frow__contents--txtbox{
    padding-left: 25vw;
  }
}

/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .frow{
    margin-top: 30vw;
  }
  .frow__title--img{
    width: 80vw;
  }
  .frow__contents--h3{
    margin: 0;
    padding-top: 1.8vw;
  }
  .frow__contents--p{
    margin-left: 10vw;
    padding-bottom: 5vw;
  }
  .frow__contents--title{
    margin-top: 5vw;
  }
}




/*========story======*/
.story__main{
  margin-top: -2.3vw;
  padding-bottom: 10vw;
  padding-top: 10vw;
  background-image: url("images/ntImplant/story_doctor.png");
  background-size: cover;
  position: relative;
}
.story__title{
  text-align: right;
  margin-top: 10vw;
}
.story__title--img{
  width: 40vw;
}
.story__main--top{
  text-align: center;
}

.story__main--h3{   
  font-size: clamp(13px,1.2vw,25px);
}
.story__main--p{
  width: 70vw;
  margin: 7vw auto;
  font-size: clamp(13px,1.2vw,25px);
}
.story__main:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.300);
  margin-top: -10vw;
}

/*=== story レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .story__title{
    margin-top: 25vw;
    margin-bottom: -2.5vw;
  }
  .story__main{
    background-position: top;
  }
  .story__title--img{
    width: 80vw;
  }
  .story__main--p{
    margin: 17vw auto;
  }
  .story__main--p{
    width: 90vw;
  }
}


/*======== CASE ======*/
.case{
  text-align: center;
  margin-top: 15vw;
}
.case__title--img{
  width: 40vw;
}
.case__title--h2{
  margin-top: -4.8vw;
}
.case__main{
  margin: 10vw;
}
.case__main--img{
  padding-bottom: 3vw;
}
.case__table--th,.case__table--td {
  border: solid 1px;  /* 枠線指定 */
}
.case__table {
  border-collapse:  collapse; /* セルの線を重ねる */
}
.case__table{
  width: 80%;
  margin: 0 auto;
}
.case__table--th{
  text-align: center;
  width: 25%;
  padding: 2vw;
}
.case__table--td{
  text-align: left;
  padding: 3vw;
}

/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .case__title--img{
    width: 80vw;
  }
  .case__title--h2{
    margin-top: -9.8vw;
  }
  .case__table--td{
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}


/*======== PRICE ======*/
.price{
  margin-top: 15vw;
}
.price__title{
  text-align: center;
}
.price__title--img{
  width: 40vw;
}
.price__title--h2{
  margin-top: -4.8vw;
}
.price__main{
  margin: 10vw;
}

.price__contents{
  height: 15vw;
  position: relative;
  border: 1px solid #ABAC9F;
}
.price__contents--innner{
  position: absolute;
  inset: -5px 5px 5px -5px;
  border: 1px solid #5A5748;
  content: '';
}

/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .price__title--img{
    width: 80vw;
  }
  .price__title--h2{
    margin-top: -9.8vw;
  }
  .price{
    margin-top: 30vw;
  }
  .price__contents{
    height: 40vw;
  }
}




/*======== payment ======*/
.payment{
  padding: 0 10vw;
}
.payment__main{
  padding: 2vw;
}
.payment__main--p{
  font-size: clamp(8px,1.3vw,20px);
  line-height: 3vw;
}
.payment__title--h2::after {
  content: "";
  display: inline-block;
  width: 67vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 2.2vw;
  right: -9vw;
}

/*======== frequency ======*/
.frequency{
  padding: 0 10vw;
}
.frequency__main{
  padding: 2vw;
}
.frequency__main--p{
  font-size: clamp(8px,1.3vw,20px);
  line-height: 3vw;
}
.frequency__title--h2::after {
  content: "";
  display: inline-block;
  width: 67vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 2.2vw;
  right: -9vw;
}
/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .payment__title--h2::after {
    width: 55vw;
    top: 3.3vw;
    right: -10vw;
  }
  .frequency__title--h2::after{
    width: 55vw;
    top: 3.3vw;
    right: -10vw;
  }
}


/*======== footer ======*/
.footer__top{
  padding: 0 7vw 5vw 7vw;
  margin-top: 20vw;
  background-color: #F3F2F1;
  position: relative;
}
.footer__top--img{
  width: 60vw;
  margin-top: -3.5vw;
}
.footer__top--p{
  padding-left: 10.5vw;
  padding-top: 3vw;
}
.footer__top::after{
  content: "";
  display: inline-block;
  width: 43vw;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 8.5vw;
  right: 0vw;
}
.footer__title--span{
  font-size: clamp(15px,2.1vw,30px);
  font-weight: 700;
  letter-spacing: 0.2vw;
}
.footer__p--span{
  color: #2E1F08;
}
.footer__copy{
  display: inline-block;
  transform: rotate( 90deg );
  position: relative;
  top: 8vw;
  left: -59.5vw;
  font-size: 60%;
  margin: 0;
}
.footer__table{
  display: inline-block;
}
.footer__table th {
  border-bottom: 1px solid #A28C63;
  padding: 2vw 1.5vw;
  text-align: center;
}
.footer__table td{
  text-align: center;
  padding-top: 0.5vw;
}
.footer__table th.sat {
  color: #3db2da;
}
.footer__table th.sun {
  color: #e66a6a;
}
.footer__main{
  padding-left: 17vw;
  background-color: #F3F2F1;
}
.footer__main{
  padding-bottom: 5vw;
}
.footer__main--tel{
  display: flex;
}
.footer__map{
  height: 35vw;
}
.footer__main--reservation{
  font-size: clamp(13px,1.3vw,20px);
  margin: 1vw;
  background-color: #2E1F08;
  padding: 1vw 2vw;
  color: #fff;
  letter-spacing: 0.2vw;
}
.footer__main--telnumber{
  margin: 1vw 0;
  padding: 1vw;
  letter-spacing: 0.2vw;
  font-weight: bold;
}
.footer__main--telnumber >a {
  color: #2E1F08;
}
.footer__main--address{
  padding-top: 3vw;  
  font-weight: bold;
}
.footer__main--bottom{
  padding-top: 5vw;
}
.sp__footer--table--p{
  font-size: clamp(5px,2.5vw,25px);
  text-align: left;
}

/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .footer__top--img{
    width: 75vw;
    margin-top: 10vw;
  }
  .footer__copy{
    top: 10vw;
    left: -0.5vw;
    font-size: 100%;
    margin: 0;
  }
  .footer__top--p{
    padding-left: 14.5vw;
  }
  .footer__top--title{
    margin-top: 4vw;
  }
  .footer__top::after{
    top: 15.8vw;
    width: 15vw;
  }
  .footer__main--reservation{
    padding: 2vw 2vw;
    margin-left: 4.5vw;
  }
  .footer__main--telnumber{
    margin: 2vw 2vw;
  }
  .footer__table th {
    font-size: clamp(5px,3vw,25px);
  }
  .footer__table td{
    font-size: clamp(5px,3vw,25px);
    padding-top: 2.5vw;
  }
  .footer__main--address{
    padding-top: 8vw;  
    font-weight: 100;
    font-size: clamp(13px,1.2vw,25px);
  }
  .footer__map{
    height: 120vw;
  }
}

/*== contact　PCのとき消える==*/
@media screen and (min-width: 430px) {
  .sp__footer--table--p{
    font-size: clamp(5px,2.5vw,25px);
    text-align: left;
    padding-left: 10vw;
  }
}
  


/*======== footerに固定してるリンクボタン======*/
.bottom__btn--tel{
  position: fixed;
  bottom: 0;
  width: 20vw;
  right: 31vw;
  text-align: center;
  margin: 0;
}
.bottom__btn--tel:hover{
  width: 21.5vw;
  right: 30.5vw;
  transition : 0.5s;
}
.bottom__btn--mail{
  position: fixed;
  bottom: 0;
  width: 20vw;
  right: 10vw;
  text-align: center;
  margin: 0;
}
.bottom__btn--mail:hover{
  width: 21.5vw;
  right: 9vw;
  transition : 0.5s;
}

/*======== footerに固定してるリンクボタン スマホ用======*/

.sp_bottom__btn--tel{
  position: fixed;
  bottom: 0;
  width: 50vw;
  left: 0;
  margin: 0;
  border: solid 1px #ffffff;
}
.sp_bottom__btn--mail{
  position: fixed;
  bottom: 0;
  width: 50vw;
  left: 50vw;
  margin: 0;
  border: solid 1px #ffffff;
}


/*======== footerに固定してるトップへ飛ぶボタン======*/
.pagetop {
  height: 3.5vw;
  width: 3.5vw;
  position: fixed;
  right: 3.5vw;
  bottom: 1vw;
  background: #fff0;
  border: solid 1px #2E1F08;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop__arrow {
  height: 0.6vw;
  width: 0.6vw;
  border-top: 1px solid #2E1F08;
  border-right: 1px solid #2E1F08;
  transform: translateY(20%) rotate(-45deg);
}

/*===  レスポンシブ ===*/
@media screen and (max-width: 429px) {
  .pagetop {
    height: 9.5vw;
    width: 9.5vw;
    bottom: 21vw;
  }
  .pagetop__arrow {
    height: 2vw;
    width: 2vw;
  }
}









/*======== 問い合わせページ　======*/
.contactform{
  padding-top: 10vw;
  padding-bottom: 5vw;
  background-color: #F3F2F1;
}
.contactform_bottom{
  padding-top: 1vw;
  padding-bottom: 5vw;
  background-color: #F3F2F1;
}

.contactform__inner{
  width: 60vw;
  margin: 0 auto;
}
.contactform__head--p{
  font-size: clamp(11px,1.2vw,25px);
  margin-bottom: 5vw;
  margin-top: 5vw;
}


/*　フォーム全体　*/
#contactform {
  width:100%;
  margin: 0 auto;
  }
  
  .contactform__item {
  margin: 0 0 1.75em;
  }


  .contactform__item--a {
  width: 60%;
  }
  .wpcf7-form-control{
    width: 100%;
    padding: 1vw;
    border: 1px solid #7D511E;

  }
  

  
  /* 各項目共通 */

  input,textarea{
    font-size: clamp(9px,1.5vw,25px);
  }
  #contactform__area label{
  font-weight:bold;
  }
  
  #contactform__area input[type="text"],#contactform__area input[type="email"],#contactform__area input[type="tel"],#contactform__area textarea {
  background: #F0F8FF;
  width:500px;
  margin-left:10px;
  }
  
  #contactform__area input[type="text"]:focus,#contactform__area input[type="email"]:focus,#contactform__area input[type="tel"]:focus,#contactform__area textarea:focus {
  background: #FFE4E1;
  border: 2px solid #FF1493;
  outline: 0;
  }
  
  #contactform__area input[type="checkbox"], #contactform__area input[type="radio"]{
  appearance: auto;
  }
  
  #contactform__area .wpcf7-list-item {
  display: block;
  }
  
  #contactform__area textarea{
  height:200px;
  padding: 0.625em 0.4375em;
  }
  

  .contactform__submit {
  width: 40%;
  margin: 0 auto;
  text-align: center;
  }
  
  #contactform__area input[type="submit"]
  {
  width: 100%;
  background-color: #191970;
  color: #ffffff;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 1em 10px;
  }
  
  #contactform__area input[type="submit"]:hover
  {
  background-color:#ffffff;
  border: 2px solid #191970;
  color:#191970;
  }
  
  .contactform__btn{
  width: 40%;
  margin: 0 auto;
  text-align: center;
  }
  
  
  @media screen and (max-width:768px){
  .contactform__item {
  display: block;
  }
  #contactform__area label{
  display: block;
  margin-bottom: 10px;
  }
  .contactform__q {
  width: 100%;
  margin: 0;
  }
  .contactform__a {
  width: 100%;
  }
  #contactform__area input[type="text"], #contactform__area input[type="email"], #contactform__area input[type="tel"], #contactform__area textarea{
  margin-left: 0;
  }
  .contactform__submit{
  width: 90%;
  }
  }

  @media screen and (max-width: 429px) {
    .contactform__inner{
      width: 75vw;
      margin: 0 auto;
    }
    .contactform{
      margin-top: 5vw;
    }

    .contactform__item{
      margin-bottom: 5vw;
    }
  }












  

/*======== 共通パーツレスポンシブ======*/

/*======== スマホの時消える======*/
@media screen and (max-width: 429px) {
  .pc_span{
    display: none;
  }
  .pc__bottom__btn{
    display: none;
  }
}

/*======== PCのとき消える======*/
@media screen and (min-width: 430px) {
  .sp_span{
    display: none;
  }
  .mt_sp_mt5{
    margin-top: 5vw;
  }
  .sp__bottom__btn{
    display: none;
  }
  .table__contents--sp{
    display: none;
  }

}




/*======== テスト  ======*/
.test--text {
  font-weight: bold;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  margin-left: 19%;
  font-size: min(1.8vw, 30px);
  line-height: 40px;
  letter-spacing: 0.1em;
}

.test--text.active {
  opacity: 1;
  display: block;
}