@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  background-color: #f4f9ff;
  color: #333;
  font-size: 0.875rem;
}
img {
  max-width: 100%;
}
/* サイト全体のコンテンツ幅を設定 */
.container {
  max-width: 1000px;
  margin: 0 auto;
}
/* 中のコンテンツ部分の最大幅を設定 */
.inner {
  max-width: 600px;
  margin: 0 auto;
}
.section-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  margin-top: 60px;
}
/*
h1タグ
line-height にh1タグの高さよりも小さい値「1px」を指定することで、
h1タグの上下の余白が消えるため、ロゴ画像の高さと揃う
「line-height: 0;」を指定してもOKです
*/
#header .site-title {
  width: 100%;
  line-height: 1px;
  margin-bottom: 10px;
  text-align: center;
  z-index: 9999;
}
/* aタグのリンク範囲を親要素のサイズに広げる */
#header .site-title a {
  display: block;

}





body {
  margin: 0;
  font-family: "Futura", Helvetica, sans-serif;
}

/* Navbar & Navmenu color */
:root {
  --background-navbar: rgba(55, 55, 55, 0.98);
}

.header {
  background: var(--background-navbar);
  position: fixed;
  width: 100%;
  height: 52px;
  z-index: 9999;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 50px;
  padding: 0 0 10px 0;
  clear: both;
  background: var(--background-navbar);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #ddd;
  opacity: 0;
  transition: 0.5s;
}

.menu li {
  border-top: 1px solid rgb(75, 75, 75);
  padding: 15px 0;
  margin: 0 54px;
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ddd;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ddd;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}





#container {
  margin-bottom:20px;
}





/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 60px;
}

/*-------------------------------------------
Index
-------------------------------------------*/
#index {
  background-col*/  7
  ^0876542qwertul;:]
  45314
  \;lkjfgd cvbnm、・￥０００xzAQZSXＣＧＢＨ、Ｌ。；100.
  3654]:@POIUQＷ１２３４or: #fff;
  padding: 30px 0;
  margin-bottom: 60px;
}
/*
olタグはリストの先頭に番号がつくので、その分だけ左に移動
※番号を消したい場合は、「list-style-type: none;」を設定
*/
#index .index-list {
  margin-left: 20px;
}
#index .index-list li {
  margin-bottom: 20px;
}
/* リストの最後は下にマージンをつけない */
#index .index-list li:last-child {
  margin-bottom: 0;
}

/*-------------------------------------------
Detail
-------------------------------------------*/
#detail {
  margin-bottom: 100px;
}
#detail .content {
  display: flex;
  align-items: flex-start;
}
#detail .content .title {
  font-size: 1.125rem;
  font-weight: bold;
}
#detail .content .img {
  width: 270px; 
  margin-right: 60px;
}
#detail .content .text p {
  margin-bottom: 20px;
}
#detail .content dl {
  display: flex;      /* dt、ddを横並びにする */
  flex-wrap: wrap;    /* dtとddが100%になったら、横並びを折り返す */
  padding: 16px 0;
  margin-bottom: 25px;
  border-top: solid 1px #dedede;
  border-bottom: solid 1px #dedede;
}
#detail .content dt {
  width: 25%;
}
#detail .content dd {
  width: 75%;
}
#detail .content .link {
  color: #333;
}
#detail .content .link:hover {
  opacity: 0.8;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 0.625rem;
  padding: 15px 0;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 40px;
  }

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
   padding: 0 10px; 
   

  }

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual {
    padding: 0 10px;
  }

  /*-------------------------------------------
  Detail
  -------------------------------------------*/
  #detail .content {
    flex-direction: column;  /* 縦並びにする */
  }
  #detail .content .img {
    width: 100%;
    margin: 0 0 25px 0;
  }
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
　　}

.slider {
    position: relative;
    width: 80%;
    max-width: 600px;
    margin: 50px auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slides {
    display: flex;
    width: 400%; /* 4枚のスライド分 */
    transition: transform 0.5s ease-in-out;
}

.slide {
    width: 100%;
}

.slide img {
    width: 100%;
    border-radius: 10px;
}

input[type="radio"] {
    display: none; /* ラジオボタンは非表示に */
}

/* ラベルにカスタムラジオボタンを作成 */
.controls label {
    width: 30px; /* ラジオボタンのサイズ */
    height: 30px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%; /* 円形に */
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s;
}

.controls label:before {
    content: "";
    position: absolute;
    top: 6px; /* 円の中で位置調整 */
    left: 6px; /* 円の中で位置調整 */
    width: 18px; /* 内側の丸を大きく */
    height: 18px;
    background-color: white;
    border-radius: 50%;
    transition: background-color 0.3s;
}

/* ラジオボタンがチェックされた場合 */
input#slide1:checked ~ .slides {
    transform: translateX(0%);
}

input#slide2:checked ~ .slides {
    transform: translateX(-25%);
}

input#slide3:checked ~ .slides {
    transform: translateX(-50%);
}

input#slide4:checked ~ .slides {
    transform: translateX(-75%);
}

/* ラジオボタンがチェックされているとき */
input#slide1:checked ~ .controls label:nth-child(1):before {
    background-color: #333; /* チェックされたラジオボタンの色 */
}

input#slide2:checked ~ .controls label:nth-child(2):before {
    background-color: #333;
}

input#slide3:checked ~ .controls label:nth-child(3):before {
    background-color: #333;
}

input#slide4:checked ~ .controls label:nth-child(4):before {
    background-color: #333;
}

/* ラベルの色を変える */
input#slide1:checked ~ .controls label:nth-child(1) {
    background-color: #333;
}

input#slide2:checked ~ .controls label:nth-child(2) {
    background-color: #333;
}

input#slide3:checked ~ .controls label:nth-child(3) {
    background-color: #333;
}

input#slide4:checked ~ .controls label:nth-child(4) {
    background-color: #333;
}


        .content-box {
            border-top: 2px solid #000; /* 上部の線 */
            border-bottom: 2px solid #000; /* 下部の線 */
            padding: 10px;
            margin: 20px 0;
        }


/* 基本的なスタイル */
.faq-item {
    margin-bottom: 30px;
     margin-top: 20px; /* ヘッダー高さ（52px）＋余裕 */
}

/* チェックボックスを隠す */
.faq-item input[type="checkbox"] {
    display: none;
}

/* 質問部分のスタイル */
.question {
    background-color: #f1f1f1;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* 回答部分のスタイル */
.answer {
    display: none;
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 5px;
}

/* チェックボックスがチェックされている場合、回答を表示 */
.faq-item input[type="checkbox"]:checked + .question + .answer {
    display: block;
}



.social-icons a {
  color: black;
  font-size: 30px;
  text-decoration: none;
  margin-left: 5px;
}

.social-icons a:hover {
  color: #E4405F; /* インスタグラムのブランドカラー */
}






/* 電話アイコンのスタイル */
.phone-icon-container {
  display: flex;
  align-items: center;
}

.phone-icon {
  color: black;
  font-size: 30px;
  text-decoration: none;
  margin-left: 5px;
  transition: color 0.3s ease;
}

.phone-icon:hover {
  color: #f1c40f; /* ホバー時にアイコンの色が変わる */
}

.phone-icon i {
  font-size: 30px; /* アイコンサイズ */
}




.img {
  width: 100%;
  height: auto;
  object-fit: cover; /* 画像が親要素にフィットするようにする */
}







.underline {
  border-bottom: 2px solid #000;
  padding-bottom: 4px;
}






/* Instagram表示エリア */
.snap-wrapper {
  width: 100%;
  max-width: 765px;
  margin: 40px auto;
  position: relative;
  padding-bottom: 66.7%; /* 高さ確保（アスペクト比） */
}

/* iframeとオーバーレイのコンテナ */
.snap-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.snap-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ＜Instagramです＞テキストリンク（PCでは中央） */
.snap-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  pointer-events: auto;
  text-indent: 0;
}

/* スマホでは中央オーバーレイを非表示にして、下部に文字だけ表示 */
@media screen and (max-width: 768px) {
  .snap-overlay {
    position: absolute;
    height: auto;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 150px 0 0 0;
    text-align: center;
    pointer-events: auto;
    z-index: auto;
  }
  
  /* レイアウト調整のため wrapper の高さを自動に */
  .snap-wrapper {
    padding-bottom: 0;
  }

  .snap-container {
    position: relative;
    padding-bottom: 66.7%;
  }

  .snap-container iframe {
    position: absolute;
    top: 0;
    left: 0;
  }
}
