/*-----font-----*/
.noto-sans { 
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}

.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}
      
.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
      
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
      
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
      
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
      
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}
      
.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}
      
.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
      
.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}
      
.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}
      
.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}
      
.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}
      
.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}
      
.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}
      
.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}
      
.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}
      
.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}

.dancing-script {
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}
/*-----font-----*/

/*-----共通class-----*/
.container {
    width: 90%;
    max-width: 1120px;
    /*background-color: greenyellow;*/
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}


.top_fixed {
    align-items: flex-start;/*.flexの中央合わせを上端合わせに更新*/
}

li {
    list-style: none;
}

.bluecut {
    text-decoration: none;
    color: black;
}

.title {
    font-size: 40px;
    font-weight: 500;
    color: greenyellow;
    margin-bottom: 40px;
}

.heading {
    font-size: 150px;
    font-weight: 700;
    color:black;
    opacity: 0.1;
    position: absolute;
    /*position: relative;*/
    padding-left: 5px;
    top: 0;
    right: 0;
    transform: translateY(-40%);
    z-index: -1;
}
/*-----共通class-----*/

/*-----header-----*/
header{
    padding: 27px 0;
}

.header_top {
    margin-bottom: 0px;
}

.logo-top{
    display: flex;
    align-items: center;
}

.logo-size{
    height: 50px;
    vertical-align: middle;
}

.logo{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.04em;
    vertical-align: middle;
}

.logo span{
    color:goldenrod;
}

.header_menu li {
    margin-left: 40px;
}

.header_menu li a:hover {
    color: goldenrod;
    transition: .3s;
}

.header_menu li a {
    transition: .3s;
}

.header_sub {
    text-align: right;   
}

.header_sub .blockinner {
    display: inline-block;
    width: auto;
    text-align: left;
}

.headertext_callnumber {
    font-size: 24px;
    font-weight: 10;
}

.box_callnumber {
    background-color: darkturquoise;
    padding: 10px;
    border-radius: 5px;
    width: auto;
    margin-right: 1em;
/*  padding: 0em 0.5em;
    margin: 2em 0em;
    margin-right: 1em;
    font-weight: 15;
    border: solid 3px darkturquoise;  */
}

.box_callnumber span {
    margin: 0;
    padding: 0;
    color: white;
}

.headertext_address {
    font-size: 15px;
    font-weight: 10;
}

.space_bottom1 {
    margin-bottom: -10px;
}

.space_bottom2 {
    margin-bottom: -20px;
}

.space_bottom3 {
    margin-bottom: -100%;
}
/*------header------*/

/*------footer------*/
/* 基本設定 */
.footer {
  background-color: white;
  color: #333;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  text-align: center;
}

.footer-container {
  /*max-width: 900px;*/
  margin: 0 auto;
  padding: 30px 20px; /* 全体の上下余白を少し縮小 */
}

/* 中央配置と縦の詰まり具合の調整 */
.footer-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* 要素ごとの縦の間隔を大幅に縮小 */
}

/* 1. ロゴエリア */
.clinic-branding {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 2px;
}

.logo-img{
    height: 40px;
}

.corp { 
    font-size: 13px; 
    color: #888; 
    margin: 0; 
    line-height: 1; 
}

.main-name { font-size: 20px; 
    color: #8c6450; 
    margin: 2px 0; 
    font-weight: bold; 

    span{
        color: goldenrod;
    }
}

.en-name { 
    font-size: 10px; 
    color: #888; 
    margin: 0; 
    letter-spacing: 0.5px; 
}

/* 2. 住所 */
.address-row {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}
.pin { color: #999; margin-right: 4px; }

/* 3. 駐車場 */
.parking-row {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.p-symbol {
  font-size: 60px;
  font-weight: 900;
  color: #f19ec2;
  line-height: 0.8;
  margin-right: 10px;
}
.p-title { font-size: 24px; font-weight: bold; margin: 0; }
.p-blue { font-size: 14px; color: #00a1e9; margin: 0; font-weight: bold; }

/* 4. 予約ダイヤル（ここだけ少し余白を設けて強調） */
.booking-row {
  margin-top: 15px;
  width: 100%;
}
.booking-title { font-size: 28px; font-weight: bold; margin: 0; }
.main-phone { 
  font-size: 52px; 
  font-weight: bold; 
  color: #005bac; 
  line-height: 1.1;
}
.hours { font-size: 14px; color: #666; margin-top: 5px; }
.holiday { color: #d7003a; }

/* 5. 緊急連絡 */
.emergency-row {
  font-size: 13px;
  color: #444;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 5px;
}
.rep-phone { font-size: 18px; font-weight: bold; margin-top: 5px; }
.rep-phone a { color: #333; text-decoration: underline; }

/* 6. トップへ　*/
.footer_totop {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.04em;
    margin-top: 10px;
}

/* 下段コピーライト */
.footer-copyright {
  background-color: goldenrod;
  color: white;
  padding: 12px 0;
  font-size: 13px;
}

/* スマホ対応 */
@media (max-width: 480px) {
  .footer-content-wrapper { gap: 10px; }
  .main-phone { font-size: 36px; }
  .booking-title { font-size: 20px; }
  .main-name { font-size: 20px; }
}

/*------footer------*/