@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	scroll-behavior: smooth;
}
/*
body {
  background-image: url('img/bk.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  margin:0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
}
*/
body {
  margin:0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #333;
}
body::before{
 content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
    background-image: url('img/bk.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
p{
    font-size:14px;
    font-weight: normal;
    margin: 0 0 1em;
}
a:hover{
    opacity: 0.9;
}
.container {
  background: #fff;
  box-shadow: 0 0 30px 3px rgba(110,90,70,.7);

  max-width: 400px;
  margin: auto;
}
    .container img{
        width:100%;
    }
.main-img{
    width:100%;
}

.kakimousikomi{
    width:90%;
    margin:1em auto;
}

.toiawase{
    background-color:#2ea9b8;
    padding:20px 20px 10px;
}
.toiawase a{
    background-color:#FFF;
    color:#1c637e;
    padding:20px 40px;
    display:block;
    margin-bottom:20px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: bold;
    font-size:16px;
}
.toiawase a::before{
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 14px 0 0;
  background-size: contain !important;
  vertical-align: middle;  
}
.denwa a::before{
  background: url("img/tel.png") no-repeat; 
}
.fo-mu a::before{
  background: url("img/mail.png") no-repeat; 
}

.kasutamaizu{
    width: 80%;
    margin: 30px auto;
}
h2 {
    color:#2ea9b8;
    font-size:32px;
    line-height:100%;
    text-align:center;
}
#riyu h2{
  position: relative;
  padding: 12px 20px;
  background: url('img/riyu1.png') left 20px center no-repeat,
              url('img/riyu2.png') right 20px center no-repeat;
  background-size: 80px auto;
  margin-bottom:0
}
#koe h2{
  position: relative;
  padding: 20px;
  background: url('img/koe1.png') left 10px center no-repeat,
              url('img/koe2.png') right 10px center no-repeat;
  background-size: 50px auto;
  margin-top:0;
  margin-bottom:10px;
}
h2 span{
    color:#1c637e;
    display: block;
    font-size:14px;
}

#riyu .riyu-box{
    background-color:#EBFDFF;
    padding:10px;
}
.riyu-box-in{
    background-color:#FFF;
    padding:20px 20px 10px 20px;
    margin-bottom:20px;
}
.feature-box {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Helvetica Neue", sans-serif;
  margin: 20px 0;
  font-weight: normal; /* h3のデフォルトをリセット */
  font-size: inherit;  /* h3のサイズも必要に応じて調整可 */
}

#riyu h3{
  font-size: 18px;
  font-weight: bold;
  padding-left:10px;
  margin-bottom:10px;
  margin-top: 10px;
}

.number-bubble {
    position: relative;
    background: linear-gradient(to bottom, #21b2c9, #179fb6);
    color: #fff;
    font-weight: bold;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 22px;
    flex-shrink: 0;
}

/* ▼下向きの三角 */
.number-bubble::after {
  content: "";
  position: absolute;
  bottom: -5px; /* 吹き出しの下に配置 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #179fb6; /* 吹き出しの色と同じに */
}

.feature-text {
  display: flex;
  flex-direction: column;
  color: #00566b;
}

#kaki{
    padding:10px 20px;
}
#kaki h3{
   color: #179fb6;
   font-size:16px;
   font-weight: bold;
   border-bottom:1px solid #179fb6 ;
   padding-bottom:2px;
   padding-left:2px;
   margin-bottom:3px;
}
#kaki p{
    margin-left:0.5em;
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  margin-top:20px;
  margin-bottom:20px;
}

.schedule-table th,
.schedule-table td {
  border: 1px solid #636363;
  padding: 8px;
  font-size:14px;
}

.schedule-table thead th {
  background-color: #fffbcf;
  font-weight: normal;
}

.schedule-table tbody td:first-child {
  text-align: left;
  color: #333;
}

.schedule-table tbody td:first-child br + * {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}

p.api{
    font-size:17px;
}
p.api span{
    font-size:14px;
}

#nayami{
    background-color:#F2FEFF;
}
#koe{
    padding:10px 20px;
    background-color:#F2FEFF;
}

/* ----- コンポーネント全体のコンテナ ----- */
.testimonial-container {
    display: flex;
    align-items: flex-start; /* アイコンと吹き出しを上揃えに */
    gap: 12px; /* アイコンと吹き出しの間隔 */
    max-width: 480px;
}

/* ----- 左側のプロフィール部分（アイコンと名前） ----- */
.testimonial-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0; /* 幅が縮まないようにする */
}

/* ----- アイコンの円形背景 ----- */
.testimonial-icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* はみ出した画像を隠す */
}

/* ----- アイコン画像 ----- */
.testimonial-icon img {
    width: 100%;
    height: auto;
    transform: scale(0.9); /* 少しだけ余白を作るための調整 */
}

/* ----- 名前 ----- */
.testimonial-name {
    
    color: #04c5c7; 
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 10px;
}

/* ----- 吹き出し ----- */
.testimonial-bubble {
    position: relative; /* 吹き出しのしっぽの位置の基準にする */
    background-color: #fff;
    border: 1px solid #04c5c7; /* 青緑色の枠線 */
    border-radius: 8px; /* 角丸 */
    padding: 16px 20px;
    margin-top: 10px; /* アイコンの上端と高さを合わせるための調整 */
}

/* ----- 吹き出しのテキスト ----- */
.testimonial-bubble p {
    margin: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.5; /* 行間 */
}

/* ----- 吹き出しのしっぽ（三角形）を作成 ----- */
.testimonial-bubble::before {
    content: '';
    position: absolute;
    top: 18px;
    left: -10px; /* 吹き出しの外側（左）に配置 */

    /* 三角形を作るための設定 */
    border-style: solid;
    border-width: 8px 10px 8px 0;
    border-color: transparent #04c5c7 transparent transparent; /* 右側だけに枠線の色を指定 */
}
.testimonial-bubble::after {
    content: '';
    position: absolute;
    top: 20px;
    left: -8px; /* 枠線より内側に配置 */
    
    /* 内側を白で塗りつぶすための白い三角形 */
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #ffffff transparent transparent;
}

#c-info{
    padding:10px 20px;
}
#c-info h2{
    margin-bottom:0;
}
/* ----- 電話番号 ----- */
.contact-phone {
    display: flex;
    align-items: center;
    gap: 12px;

}

.contact-phone a {
    font-size: 46px;
    font-weight: bold;
    color: #179fb6;
    text-decoration: none;
    letter-spacing: 1px;
}

.contact-phone img{
    width:26px;
    padding-top: 14px;
}
/* ----- 各セクション（受付時間・アクセス） ----- */
.info-section {
    margin-top: 10px;
}

/* ----- セクションの見出し（青緑の帯） ----- */
.info-header {
    position: relative; /* 三角形の位置の基準 */
    background-color: #179fb6;
    color: #fff;
    text-align: center;
    padding: 6px 20px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:10px;
    margin-top:0;
    letter-spacing: .1em;
}

/* ----- 左側の黄色い三角形を作成 ----- */
.info-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px; /* 三角形の底辺の幅 */
    height: 100%; /* 親要素の高さに合わせる */
    background-color: #ffde00; /* 黄色 */
    /* clip-pathで三角形に切り抜く */
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.info-section p{
   text-align: center;
}


#otoiawaseha h2{
    text-align: left;
    letter-spacing: 0;
    padding: 26px 20px 14px 20px;
    font-size:28px;
    background: url('img/soudan.png') right 10px bottom no-repeat;
    background-size: 120px auto;
    margin-bottom: 0;
}

#otoiawaseha h2 span{
   font-size:18px; 
}

#mazuha{
    background-color: #FFE2E2;
    padding:20px 0;
}
#mazuha p{
    font-weight: bold;
    text-align: center;
    font-size:16px;
}
#mazuha p span{
    font-size: 23px;
    color:#FF7878;
}

#mazuha .botan01 a{
    color:#FF7878;
}
.botan01 a {
    background: #f8ff1e;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1em auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #2ea9b8;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 2px 2px #d1d536;
}
.botan01 a:hover {
    background: #f9ff4b;
}
.botan01 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #2ea9b8;
    border-right: 3px solid #2ea9b8;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.botan01{
    position: relative;
}
.kakibotan .botan01::after {
            content: '';
            position: absolute;
            
            /* 画像ファイルを指定 */
            background-image: url('img/sparkle.png');
            background-size: contain;   /* 領域内に収まるようにサイズ調整 */
            background-repeat: no-repeat;
            
            /* 画像のサイズと位置を調整 */
            width: 20px;
            height: 20px;
            top: -12px;
            right: 15px;
           
            /* 画像がクリックの邪魔にならないようにするおまじない */
            pointer-events: none; 
        }
#mazuha  .botan01 a:after {
    border-top: 3px solid #FF7878;
    border-right: 3px solid #FF7878;
}
.copy{
    text-align: center;
    color: #00566b;
    padding: 16px;
    font-weight: normal;
    font-size: 12px;
}

.copy a{
    color:#04c5c7;
}
header{

    padding:10px 10px 0;
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.container header img{
    width:180px;
}
.botan02 a {
    font-size:14px;
    background: #FF7878;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;

    max-width: 280px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 2px 2px #eb6565;
}
.botan02 a:hover {
    background: #f17777;
}
.botan02 a::before {
  
    background:url(img/mail02.png) center center no-repeat;
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 14px 0 0;
    background-size: contain !important;
    vertical-align: middle;
} 

.sponly{
    display: none;
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
    .container {
  
 width:100%;
  
}
        .container img{
        width:100%;
    }

    .pconly{
        display: none;
    }
    .sponly{
        display: block;
    }
}

