/* CSS Document */
.humb,.pc_none{
  display: none;
}
@media screen and (max-width: 768px){

/*
-------------------------------
共通
-------------------------------
*/
:root {
  --main-font:"Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --main-font-color: #000;
  --english-font: "futura-pt", sans-serif;
  --f-f-mincho:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  --main-color:#c4a286;
}
ul.nav{
  display: none;
}
.over_width,.inner_width,#wrap{
  width:100%!important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.pc_none{
  display: block;
}
.sp_none{
  display: none !important;;
}
.title{
  padding:50px 10px 30px;
  background-position: right;
  background-size: cover;
}
.title h2{
  font-size: 50px;
}
.title p{
  font-size: 20px;
  color:#000;
}
/*
-------------------------------
header
-------------------------------
*/
header{
  background-color: transparent;
}
.logo{
  width:100px;
  margin-left:-1rem;
  display: block;
}
.header_content{
  justify-content: space-between;
  padding:10px 30px;
  box-sizing: border-box;
}
.intro_triger{
  position:static;
}
.introduction{
  position:static;
  font-size: 14px;
  background-color: #fff;
  padding-top:3px;
}
.introduction a{
  padding:5px;
}
.fix_btn{
  width:65%;
  margin:0 auto;
  position:fixed;
  top:0;
  left:10px;
  
  border-radius: 5px;
  display: none;
  z-index:900;
}
.fix_btn.active{
  display: block;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
     opacity: 0;
     transform: translateY(0);
  }
  100% {
     opacity: 1;
     transform: translateY(20px);
  }
}
.fix_btn.active a img{
  width:100%;
}
/*
-------------------------------
footer
-------------------------------
*/
.line_banner a{
  width:84%;
  margin:0 auto;
}
.line_banner a img{
  width:100%;
}
.footer_menu{
  padding:5px 0;
}
footer{
  padding:20px 0 80px;
  background-repeat: repeat;
  box-sizing: border-box;
  height:inherit;
}
.footer_nav{
  position:static;
  display: block;
  padding:10px;
  margin:10px 10px 40px auto;
  width:30%;
  text-align: left;
  font-family:var(--english-font)
}
ul.footer_nav li{
  padding:0 5px;
  font-size: 12px;
  /* border-bottom:1px dotted #fff; */
}
.footer_content{
  display: block;
  width:95%;
  margin:10px auto 60px;
  text-align: center
}
.footer_content img.logo{
  margin-bottom: 30px;
  width:120px;
  margin-left:1rem;
}
.footer_logo{
  bottom:100px;
  width:220px;
}
.footer_text{
  width:100%;
  padding:5px 10px;
}
.scrollup{
  width:50px;
  top:-25px;
}
.copy{
  font-size: 12px;
  width:100%;
  padding-bottom:50px;
}
/*
-------------------------------
index
-------------------------------
*/
/* メインビジュアル */
.kv{
  position:relative;
  margin-top:50px;
  height:calc(100vh - 50px); 
  overflow: hidden;
  /* overflow: hidden; */
}
.kv_content{
  flex-wrap: wrap;
}
.kv_image{
  width:calc(100% / 2);
  height:calc((100vh - 50px) / 2);
  background-size: cover;
}
.kv_image.image2{
  background-size: cover;
}
.kv_image.image3{
  background-size: cover;
}
.kv_image.image4{
  background-size: cover;
}
.kv h1{
  font-weight: bold;
  font-size:30px;
  top:40%;
  width:80%;
  line-height: 2;
  letter-spacing: 15px;
}

/* about */
.about{
  margin:100px auto;
}
.about_flex{
  display: block;
  padding:0 7%;
  margin:100px auto;
}
.about_content{
  margin:60px auto 0;
  width:100%;
  padding-right:0;
}
.about_image{
  width:100%;
}
.about_image_bottom{
  margin-top:20px;
}
.about_image2{
  width:86%;
  display: block;
  margin:70px auto;
}
.about_image3{
  width:50%;
  display: block;
  margin:-90px 40px 0 auto;
}
.section_title{
  font-size: 24px;
  margin-bottom: 30px;
}
.section_sub_title{
  font-size: 18px;
  margin-bottom: 30px;
}
.section_about_text{
  font-size: 15px;
  margin-bottom: 50px;
}
.about_btn a{
  font-size: 14px;
  max-width:375px;
  margin: 0 auto 20px;
}
.about_btn a::after {
  width:6px;
  height:6px;
  top: 16px;
  right: 20px;
  }
/*
-------------------------------
clair
-------------------------------
*/
.clair_link{
  display: none;
  position:fixed;
  top:20px;
  left:10px;
  width:60px;
}
.kv.clair_kv{
  box-sizing: border-box;
  position:relative
}
.kv.clair_kv h1{
  font-size:24px;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:90%;
}
.kv.clair_kv.saiwa h1{
  font-size:20px;
}
.kv.clair_kv p{
  font-size:16px;
  width:80%;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.shop_about{
  padding:0 5%;
}
.shop_about h2{
  font-size:20px;
}
.shop_about p{
  width:100%;
  font-size:14px;
}
.clair_menu_title{
  font-size:20px;
  display: block;
  transform: rotate(0deg);
  padding-left:0;
}
.shop_menu{
  padding:5% 5% 15%;
  box-sizing: border-box;
}
.shop_menu_flex{
  display: block;
}
.shop_menu_inner{
  width:100%;
  margin-top:30px;
}
.shop_menu_inner p{
  font-size:12px;
}
.shop_info{
  padding:0 5%;
  box-sizing: border-box;
}
.shop_info_title{
  font-size:20px;
}
table.info_table tr th,
table.info_table tr td{
  display: block;
  width:100%;
  font-size:14px;
}
table.info_table tr th{
  padding:7px 7px 1px 7px;
  display: inline-block;
}
table.info_table tr td{
  padding:0 7px 7px 7px;
}
.shop_banner{
  padding:5%;
}
.shop_banner.saiwa{
  margin-bottom:100px;
}
.shop_banner h3{
  font-size:20px;
}
.banner_content{
  padding:5%;
  display: block;
}
.banner_content a{
  width:100%;
}
.banner_content a:first-child{
  margin-bottom:5%;
}
.banner_content a img{
  width:100%;
}
.shop_sns{
  width:40%;
  max-width:150px;
  margin:0 auto 100px;
}
.shop_sns a{
  margin:20px 10px 0;
  width:calc(100%/3);
}
.shop_sns a img{
  width:100%;
}
/* medical content */
.service{
  margin-top:100px;
  margin-bottom:100px;
}
.news .content_title{
  margin-bottom:40px;
}
.content_title{
  font-size:24px;
  line-height:1;
  margin-bottom:30px;
}
.content_title span{
  font-size: 10px;
}
.content_menu{
  margin-bottom:8vw;
  position:static;
  height:fit-content;
}
.content_image{
  position:relative;
  z-index:-1;
  width:100%;
  padding-right:0;
  margin:0;
}
.content_image img{
  width:100%;
}
.content_image h3{
  font-size:24px;
}
.menu_text{
  position:relative;
  z-index: 1;
  width:90%;
  margin:-40px auto 30px;
  position:static;
  display: block;
  padding:5%;
}
.menu_title{
  font-size:24px;
  display: block;
  padding:0;
  text-align: center;
}
.menu_title span{
  font-size:12px;
  text-align: center;
  display: block;
  line-height: 1.2;
  margin:0;
}
.menu_text figure img{
  display: none;
}
.menu_txt_inner{
  display: block;
}
/* 下層ページ制作後削除 */
/* .medical_content a{
  pointer-events: none;
} */


/* instagram */
.instagram{
  margin:100px auto;
  padding:60px 0;
  min-width: 100%;
}
h3.insta{
  margin-bottom:60px;
  font-size:24px;
}
#sb_instagram.sbi_width_resp{
  padding:0 3%;
  margin:0 auto;
}
/*
-------------------------------
kahuna
-------------------------------
*/
.kv.clair_kv.kahuna{
  background: url(../images/kahuna/kv_sp.jpg) top center no-repeat;
}
/*
-------------------------------
saiwa
-------------------------------
*/
.kv.clair_kv.saiwa{
  background: url(../images/saiwa/kv_sp.jpg) center center no-repeat;
}
.banner_content.saiwa a{
  width:100%;
}
.banner_content.saiwa a:first-child{
  margin-bottom: 0;
}
/*
-------------------------------
company
-------------------------------
*/
.company_title{
  position: relative;
  background-size: cover;
  padding-top:15.4vw;
  padding-bottom:15.4vw;
  margin-top:50px;
}
.company_title p{
  color:#fff;
  font-family:var(--english-font);
  font-size:36px;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.company_about{
  padding:60px 0;
  text-align: center;
}
.company_about h3{
  font-size:24px;
}
.company_about p{
  font-size:16px;
  margin-bottom:60px;
}
.about_inner{
  display: block;
  padding:0 5%;
}
.about_inner img{
  width:100%;
}
.company_about .about_inner p{
  width:100%;
  font-size: 14px;
  margin:10px auto 0;
}
.message{
  background-color: #c4a286;
  padding:60px 5%;
  color:#fff;
  box-sizing: border-box;
}
.message img{
  width:100%;
}
.message_image{
  width:100%;
}
.message_inner{
  display: block;
}
.message_text{
  width:100%;
  margin:30px auto 0;
  text-align: left;
}
.message_text h3{
  font-weight:bold;
  font-size:20px;
}
.message_text p{
  margin-top:0.5rem;
  font-size:14px;
  line-height:1.7;
}
.message_image p{
  font-size:20px;
  margin-top:10px;
  font-family:var(--f-f-mincho);
}
/*
-------------------------------
recruit
-------------------------------
*/
.company_about.recruit p{
  margin-bottom:0;
}
.recruit_section{
  margin-bottom:100px;
}
.recruit_section h3,
.recruit_info h3{
  font-family: var(--f-f-mincho);
  font-size:20px;
  padding:7px 10px;
  color:#fff;
  background-color: var(--main-color);
}
.recruit_section p{
  font-size:16px;
  padding:0 5%;
}
.recruit_info{
  margin:100px auto;
  font-size:14px;
}

.recruit_info dl dt{
  font-weight:bold;
  margin-bottom:7px;
}
.recruit_info ol{
  list-style-type: disc;
  padding-left:2rem;
}
.recruit_info h4{
  width:40%;
  font-size:18px;
}
.recruit_inner{
  margin-top:30px;
  padding:0 5%;
}
/* NEWS */
.news{
  margin-top:60px;
  padding-bottom:100px;
}
.news_title,
.news_date{
  padding:0 10px;
}
.slider-img{
  padding:0 5%;
}

/* MAP */
.map iframe{
  height:400px;
}
.before_info {
  padding: 0;
  margin-top:113px;
  }
  .before_info h2{
    padding:10px 0;
    font-size:28px;
  }
form{
  padding:0 7%;
  margin-top:30px;
}
.form.inner_width{
  width:90%!important;
  margin:60px auto;
  padding:0 0 30px;
  border:2px solid #fff;
}
.form h3,
.form h4{
  font-size: 16px;
}
.form input[type=text],
.form input[type=tel],
.form input[type=email],
.form input[type=time],
.form select{
  /* height:24px; */
  width:100%;
  font-size:14px;
  padding:7px;
  margin-bottom:5px;
  border-radius: 5px;
  box-sizing: border-box;
  margin-left:auto;
  margin-right:auto;
}
.form input[type=time],
.form input[type=text]#age{
  width:30%;
}
.mwform-tel-field{
  width:90%;
}
.mwform-tel-field input[type=text]{
  width: 30%!important;
  
}
.form textarea{
  width:95%;
  font-size:14px;
  padding:7px;
  border-radius: 5px;
  margin-left:auto;
  margin-right:auto;
}
.form_btn{
  color: #fff;
  width:30%;
  height:40px;
  line-height: 40px;
  font-size: 16px;
  
}
.form_btn:hover{
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
.form p{
  font-size:14px;
}
.form input[type=submit]{
  padding:10px;
  width:100px;
  border:none;
  border-radius:5px;
  background-color: #fff;
  color:#000;
  font-size:12px;
}
.contact_title{
  font-size:18px;
  width:85%;
  margin:50px auto;
}
.thanks_text{
  padding:0 10%;
  font-size:14px;
}
/* 公開前contact */
/* 公開前index */
.before_bottom{
  padding:60px 0;
}
.before_info img{
  width:80%;
}
.before_text{
  font-size:14px;
  padding:0 10% 60px;
}
.before_text a{
  display: block;
  width:300px;
  margin:60px auto 0;
  padding:10px;
  border:1px solid #000;
}
/*
-------------------------------
PRICE
-------------------------------
*/
section.price{
  padding:0;
}
.price h2{
  font-size:28px;
  padding:30px 0;
}
ul.price_nav{
  display: block;
  width:100%;
  min-width:100px;
  margin:30px auto 0;
  font-size:12px;
}
ul.price_nav li{
  padding:5px 0;
  margin-top:10px;
  width:60%;
}
.price_table_content h3{
  margin-bottom:30px;
  padding:10px 7px;
  font-size:20px;
  font-size:16px;
}
.price_table_content{
  padding:0 8%;
}
table.price_table thead th,
table.price_table tbody th,
table.price_table tbody td{
  padding:7px;
  border:1px solid #B96E93;
}
table.price_table th{
  font-size:14px;
  font-weight:bold;
}
table.price_table td{
  font-size:12px;
}
/*
-------------------------------
INTRODUCTION
-------------------------------
*/
.doctor_intro{
  margin-top:60px;
}
h2.intro_title{
  font-size:28px;
  padding:30px 0;
  margin-top:100px;
}
h3.intro_sub_title{
  margin-bottom:20px;
  padding:10px 7px;
  font-size:20px;
  font-size:16px;
}
.intro_discription{
  margin-bottom:20px;
  font-size: 13px;
  padding:0 7%;
}
.doctor_content{
  display: block;
  text-align: right;
}
.doctor_content img{
  width:70%;
}
.doctor_discription{
  padding:7%;
  font-size:16px;
  line-height: 1.8;
  text-align: left;
}
.doctor_discription p span{
  font-weight:bold;
  font-size:20px;
}
.doctor_discription p span.doctor_name{
  text-align: right;
  display: block;
}
.biography{
  margin-top:30px;
  padding:7% 7% 0;
}
.biography h4{
  font-size:20px;
  margin-bottom:5px;
}
.biography ul{
  margin-bottom:30px;
}
.hospital_intro{
  margin-top:60px;
}
.hospital_content{
  display: block;
  padding:7%;
  margin-bottom:0;
}
a.entrance_image{
  width:100%;
}

.hospital_text{
  padding:12px 0 0;
  width:100%;
  font-size:14px;
}
.hospital_text h4,
.treatment_content h4{
  font-size:20px;
}
.hospital_text p,
.treatment_content p{
  font-size:16px;
  line-height: 1.8;
}
.hospital_text p.entrance_discription{
  font-size:14px;
}
.hospital_text p.entrance_discription span{
  font-size:12px;
}
.treatment_content{
  margin-top:30px;
  padding:7%
}
.calendar{
  margin-top:60px;
}
.calendar_content{
  width:100%;
}
.calendar table{
  width:86%;
  margin:0 auto;
  font-size:12px;
  margin-bottom:7px;
}
.calendar table th,
.calendar table td{
  border:1px solid #B96E93;
  text-align: center;
  padding:3px 0;
}
.calendar table th{
  font-weight:bold;
  background-color: rgba(255,181,218,0.6);
}
.calendar table tbody tr:first-child td{
  background-color: #fffbec;
}
.calendar p{
  padding:0 7%;
  text-align: right;
  margin:0;
  font-size:14px;
}
.calendar p.calendar_attention{
  font-size:10px;
  color:#B96E93;
  padding:0 7%;
  text-align: left;
}
.access{
  margin:60px auto;
}
.access img{
  width:80%;
}
.access p.hospital_name{
  font-size:20px;
}
.access p.hospital_name,
.access table{
  width:84%;
  margin:0 auto;
}
.access table{
  font-size:14px;
}
.access table{
  margin-top:10px;
}

.access table th{
  width:15%;
}
/*
-------------------------------
投稿記事
-------------------------------
*/
main.main_single{
  padding:0 10px;
}
.post_title{
  margin:20px auto 0;
}
.post_title h2{
  font-size:16px;
  font-weight:bold;
}
.post_flex{
  display: block;
  margin:10px auto 80px;
}
.post_flex_content{
  width:100%;
}
.post_sidebar{
  width:84%;
  margin:50px auto;
}
.single_content{
  width:100%;
  margin-top:40px;
  padding:0;
}
.single_content img{
  width:100%;
}
.single_content p{
  margin-top:30px;
  padding:0 8%;
  font-size:12px;
}
/*
-------------------------------
ARCHIVE
-------------------------------
*/

.archive_news{
  width:100%;
  max-width:800px;
  margin:60px auto;
}
.news_head h2{
  font-size:28px;
  padding:30px 0;
  margin-top:100px;
}
.news_head ul{
  margin:30px 0 10px auto;
  padding-right:7px;
}
.news_head ul li{
  margin-left:10px;
}
.entry__inner a{
  display: block;
}
.cp_ttl{
  display: block;
  width:90%;
  margin:0 auto 30px;
}
.cp_ttl img{
  width:100%;
  height:auto;
}
.taxonomy_date{
  margin-left:0;
  margin-top:5px;
}
.taxonomy_title{
  margin-left:0;
  display: block;
  font-size:16px;
}

.breadcrumbs{
  margin-top:80px;
  padding:4px 4%;
  display: flex;
  background-color: ivory;
  align-items: center;
}
.breadcrumbs a{
  padding-right:10px;
  position:relative;
  margin-right:5px;
}
.breadcrumbs a:not(:last-child)::after{
  content:">";
  position:absolute;
  top:0;
  right:0;
}
/*
-------------------------------
footer_fix_btn
-------------------------------
*/
.footer_link_btn{
  display: none;
}
.footer_link_btn.active{
  width:100%;
  display: block;
  background-color :#502603;
  position:fixed;
  bottom:0;
  z-index: 2;
}
.footer_link_btn ul{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width:50%;
  margin:0 auto;
  padding:10px 0;

}
.footer_link_btn ul li{
  width:calc(100%/2);
  position:relative;
  display: block;
  text-align: center;
}
.footer_link_btn ul li:not(:first-child)::before{
  content:"";
  position:absolute;
  width:1px;
  height:25px;
  top:3px;
  left:0;
  background-color: #fff;;

}
.footer_link_btn ul li img{
  width:30%;
}
/*
-------------------------------
introduction garally
-------------------------------
*/
.garary_content{
  padding:0 7%;
}
.garary_content a{
  width:46%;
}
.garary_content a:not(:last-child){
  margin-bottom:25px;
}
.garary_content a span{
  font-size:12px;
  margin-top:3px;
}
.garally_sp_content{
  padding:0 7%;
}
/*
-------------------------------
introduction_content
-------------------------------
*/
h2.intro_title.m_content{
  background-size: contain;
}
.m_content_head{
  display: block;
  align-items: flex-start;
  margin:80px auto;
  padding:0 7%;
}
.m_content_head p{
  font-size: 14px;
  width:100%;
  padding:10px 0 0 0;
  line-height: 1.8;
}
.m_content_head img{
  width:100%;
}
ul.aza_nav{
  display: block;
  width:80%;
  margin:0 auto 60px;
}
ul.aza_nav li{
  width:100%;
  height:30px;
  border-radius:15px;
  background-color: #eeaacc;
  text-align: center;
  line-height: 30px;
  margin-bottom:10px;
}
ul.aza_nav li a{
  font-size:12px;
}
.m_content_wrap{
  margin-bottom:80px;
  padding:0 7%;
}
.m_content_wrap h3{
  font-size:16px;
  background-color: #b96e93;
  font-weight:normal;
  color:#fff;
  padding:5px 7px;
  margin-bottom:36px;
}
.m_content_wrap h4{
  font-size:16px;
  font-family:var(--f-f-mincho);
  margin-bottom:24px;
}
.m_content_wrap p{
  font-size:12px;
}
.m_content_wrap ol{
  margin-top:24px;
  padding-left:2rem;
}
.m_content_wrap ol li{
  list-style: decimal-leading-zero;
  font-size:16px;
}
.m_content_wrap ol li p{
  padding-top:0.5rem;
}
.m_content_wrap h4.sec{
  margin-top:24px;
}
.b_after{
  margin-top:40px;
  display: block;
  justify-content: space-between;
  align-items: center;
}
.b_after p,
.b_after.gas p{
  width: 100%;
  margin-bottom:10px;
}
.b_after img{
  margin-top:7px;
  width:90%;
  height:auto;
}
.m_content_wrap table tr th,
.m_content_wrap table tr td{
  font-size:12px;
  display: block;
}
.m_content_wrap table tr th{
  padding-bottom:0;
  font-weight:bold;
}
.m_content_wrapper{
  margin-bottom:100px;
}
/*
-------------------------------
shop
-------------------------------
*/
.kv.clair_kv_main{
  height:fit-content;
}
.clair_kv_content{
  display: block;
}
.clair_kv_image{
  width:100%;
  height:100vw;
}
.kv.clair_kv_main .clair_kv_content h1{
  text-align: center;
  width:100%;
  font-size:22px;
  line-height: 1.5;
}
.clair_kv_text{
  padding:30px 0;
}
.kv.clair_kv_main .clair_kv_content p{
  text-align: center;
  font-size:14px;

}
.clair_kv_image_inner{
  height:100vw;
}
.shop_img_sp{
  width:90%;
  margin:60px auto;
}
.shop_about.over_width_right{
  padding:0 5%;
  margin-top:60px;
}
.shop_about.shop_clair h2{
  text-align: center;
  font-size:20px;
}
.shop_about.shop_clair p{
  width:100%;
  padding-right:0;
  font-size:14px;
  margin:40px auto;
  text-align: left;
  line-height: 1.5;
}
.shop_img{
  margin-top:0;
  width:100%;
}

}