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

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

/*-------------------------------------------------------------------------------------
PC用レイアウト（769px以上のスクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*記事(ボディ)エリア*/
.article {
  background-color: #f6f8f9;
  font-size: 1.6em; /*=16px*/
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 950px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  max-width: 950px;
  margin: 0 auto;
  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{
  margin-bottom: 0;
  max-width: 950px;
  margin: 0 auto;
}

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

.cta_area{
  max-width: 950px;
  margin: 0 auto;
  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_nayami{
  max-width: 950px;
  margin: 0 auto;
}

/*--------------------------------------------------
解決
-----------------------------------------------------*/
.section_kaiketsu{
  background-color: #fff;
  padding: 2.2em 0em 2em;
  max-width: 950px;
  margin: 0 auto;
}

.kaiketsu_title{
  margin: 0 0.5em;

  }

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

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

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


/*--------------------------------------------------
理由
-----------------------------------------------------*/
.section_reason{
  max-width: 950px;
  margin: 0 auto;
}

.section_reason_inr{
  background-color: #e9e7d2;
  padding: 4rem 2em 1.6em;
  margin-bottom: 0;
}


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

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

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

/*--------------------------------------------------
その症状
-----------------------------------------------------*/
.section_sonoshoujou{
  max-width: 950px;
  margin: 0 auto;
}

/*--------------------------------------------------
危険な病気
-----------------------------------------------------*/
.section_kikennabyouki{
  max-width: 950px;
  margin: 0 auto;
}

/*--------------------------------------------------
早期発見
-----------------------------------------------------*/
.section_soukihakken{
  max-width: 950px;
  margin: 0 auto;
}

/*--------------------------------------------------
ステップ
-----------------------------------------------------*/
.section_step{
  max-width: 950px;
  margin: 0 auto;
}

/*--------------------------------------------------
ごあいさつ
-----------------------------------------------------*/
.section_goaisatsu{
  max-width: 950px;
  margin: 0 auto;
}


/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.section_qa{
  max-width: 950px;
  margin: 0 auto;
}

.qa-container {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  background-color: #f0f6ec;
  padding: 2.5em 0.5em 1.5em;
 
}

.qa-item {
  max-width: 800px;
  margin: 0 auto;
  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: 1.5rem;
  font-weight:600;
  line-height: 2rem;
  letter-spacing: 0.04em;
  font-family: 'Noto Sans JP', sans-serif;
  /* margin-bottom: 0; */
}

.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;
}

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

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

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

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

/*--------------------------------------------------
診療案内
-----------------------------------------------------*/
.schedule-section {
  background-color: #fff;
  text-align: center;
  margin: 20px auto;
  max-width: 950px;
  padding: 2em 2em;
}

.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{
  background-color: #fff;
  padding: 2rem 2em 1em;
  max-width: 950px;
  margin: 0 auto;
}

.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: 1.2em;
  background-color: #fff;
}

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





