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

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
	
/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
  font-family: 'Noto Sans JP', sans-serif;
}

/*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 100%;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  background-color: #fff;
}

/*ヘッダーのロゴ*/
.header_logo{
float: left;
width: 58%;
margin: 0.2em 0.5em 0 ;
  
}


/*ヘッダーの問い合わせボタン*/
.header_btns{
  display: flex;
  width: 50%;
  justify-content: flex-end;
}

.header_tel {
  width: 30%;
  margin-bottom: 0; 
}

.header_line {
  width: 30%;
  margin-bottom: 0; 
}

.header_web {
  width: 30%;
  margin-bottom: 0; 
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}

.top_image{
  margin-bottom: 0;
}

/*--------------------------------------------------
CTA
-----------------------------------------------------*/

.cta_area{
  background-color: #2e9568;
  padding: 1em 1em 2em;
}

.cta_inr{
  background-color: #fff;
  padding: 1.2em 1em;
}

.cta_title{
  margin-bottom: 0;
}

.cta_btn_web{
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.cta_btn_line{
  margin-bottom: 1em;
}

.cta_btn_tel{
  margin-bottom: 1em;
}

.cta_uketsukejikan_kyushinbi p{
  margin: 0;
}

.cta_uketsukejikan_tag,.cta_kyushinbi_tag{
  margin-right: 0.5rem;
  margin-bottom: 0;
}

.cta_uketsukejikan_kyushinbi{
  margin-top: 0.3em;
}

.cta_uketsukejikan_kyushinbi p {
  font-size: 0.8em;
}

.cta_uketsukejikan_kyushinbi span{
  background-color: #444444;
  color: #fff;
  padding: 0.1em 0.3em;
  margin-right: 0.3rem;
}



.cta_uketukejikan,.cta_kyushinbi{
  margin-bottom: 0.6em;
}

.cta_uketukejikan{
  font-size: 0.9em;
}

.cta_kyushinbi{
  margin-bottom: 0.4rem;
}

.cta_logo_info{
  margin-top: 1.4em;
  margin-bottom: 1rem;
}

.cta_logo_info_area{
  position: relative;
}

.cta_kitsune_btm{
  width: 20%;
  font-size: 0.8em;
  position: absolute;
  top: 3em;
 right: 0;

}



/*--------------------------------------------------
悩み
-----------------------------------------------------*/



/*--------------------------------------------------
解決
-----------------------------------------------------*/
.section_kaiketsu{
  background-color: #fff;
  padding: 2.2em 0em 0;
}

.kaiketsu_title{
  margin: 0 0.5em;

  }

  .kaiketsu_images{
    margin-top: 1.5em;
    margin-bottom: 2rem;
  }

  .section_kaiketsu ul{
    padding-left: 0;
    margin: 0 0.5em 3rem;
  }

  .section_kaiketsu li{
    list-style: none;
    margin-bottom: 1.5em;
  }


/*--------------------------------------------------
理由
-----------------------------------------------------*/
.section_reason_inr{
  background-color: #e9e7d2;
  padding: 2rem 0.6em 1.6em;
  margin-bottom: 0;
}


.reason_01,.reason_02,.reason_03,.reason_04,.reason_05{
background-color: #fff;
padding: 1.5em 0.8em 0.5rem;
border-radius: 0.15rem;
margin-bottom: 1.4rem;
}

.reason_01_img,.reason_02_img,.reason_03_img,.reason_04_img,.reason_05_img{
  margin-top: 1.2rem;
  margin-bottom: 1.7rem;
}

.section_reason p{
  font-size: 0.8rem;
  margin-top: -0.8rem;
  letter-spacing: 0.07rem;
  line-height: 1.7;
  color: #333333;
  
}
.section_reason span{
background-color: #e9e7d2;
font-weight: 600;
}


/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.qa-container {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background-color: #f0f6ec;
  padding: 2.5em 0.5em 1.5em;
 
}

.qa-item {
  border: 2px solid #2e9568;
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 1.6em;
}

.qa-question {
  padding: 0 0.7em;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: #fff;
  margin: 0;
}

.qa-question:hover {
  background-color: #fff;
}

.qa-question p {
  font-size: 1rem;
  font-weight:600;
  line-height: 1.2rem;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

.arrow {
  transition: transform 0.3s ease;
  margin-bottom: 0;
}

.qa-answer {
  padding: 1em;
  display: none;
  font-size: 1rem;
  line-height: 1.3;
  background-color: #eeeeee;
  letter-spacing: 0.02em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

.qa-item.active .arrow {
  transform: rotate(180deg);
}

.qa-item.active .qa-answer {
  display: block;
}

.qa_icon_q{
  margin-right: 0.8em;
  margin-bottom: 0;
}

.qa-answer{
  margin-bottom: 0;
}

/*--------------------------------------------------
診療案内
-----------------------------------------------------*/
.schedule-section {
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
  padding: 2em 0.7em;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2em;
  font-family: Arial, sans-serif;
  color: #333;
}

.schedule-table th, .schedule-table td {
  border: 1px solid #777777;
  padding: 10px;
  text-align: center;
}

.schedule-table th {
  background-color: #c8c386;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.2em;
}

.schedule-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.schedule-table tr:nth-child(odd) {
  background-color: #fff;
}

.schedule-table td[colspan="2"] {
  background-color: #f5f5f5;
}

.schedule-table p{
  font-size: 0.7em;
}

/*--------------------------------------------------
アクセス
-----------------------------------------------------*/
.section_access{
  padding: 0 0.7em 1em;
}

.access_titile{
  text-align: center;
  margin-bottom: 2em;
}

.access_map{
  margin-bottom: 2em;
  margin-top: 2em;
}

.access_googlemap{
  width: 100%;
}

.access_logo_info{
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
}


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  padding: 0.6em 0em;
  text-align: center;
  font-size: 0.8em;
  background-color: #fff;
}

.footer p{
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
}
	
	






