@charset "utf-8";

/*----------------------header----------------------*/

header {
    position: absolute;
  height: 100px;
  width: 100%;
  background-color: #e9e9e9;
top: 0;
text-align: center;
}

@media screen and (max-width: 1080px){
header {
    position: absolute;
  height: 170px;
  width: 100%;
  background-color: #e9e9e9;
top: 0;
text-align: center;
}
}

.logo {
	margin: 10px auto;
}

.logo img{
  width: 250px;
}

@media screen and (max-width: 1080px){
.logo {
	margin: 10px auto;
}

.logo img{
  width: 450px;
}
}

nav {
  margin: 0 0 0 40px;
}

ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 60px;
  padding: 10px 15px;
}

.sm {
  display: none;
}

.pc {
margin: 5px 40px 0 auto;
}

.pc2{
  padding: 0 40px 0 40px;
  background: rgb(212, 212, 212);
}
.pc2 a {
  padding: 0;
  right: 0;
}
.pc2 p {
  margin-top: -30px;
}

.movie{
  margin-top: 0px;
}



/*-----------------------------uk3分割-----------------------------*/
.a333 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -8px;
}

.a333::after, 
.a333 .f3 { width: calc( (100%) / 3 ); 
padding: 0px;
}

.f3 {
position: relative;
}
.f3 .active {
position: absolute;
left: 0;
top: 0;
opacity: 0;
transition: 0.5s; /* ゆっくり*/
}
.f3:hover .active {
opacity: 1;
}

.a3332 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 50px;
  margin-bottom: -8px;

}

.a3332 .f32 {
  width: calc( (100%) / 3 ); 
  padding: 0px;
	margin-top: -6px;
}
.f32 {
  position: relative;
}
.f32 img:hover {
  opacity: 0.5;
}
.f32 p {
  position: absolute;
  top: 37%;
  left: 39%;
  background-color: rgba(255, 255, 255, 0.685);
  padding: 10px;
  font-size: 20px;
}

@media (max-width: 1080px) {
.a333 .f3 {
  width: 100%;
  margin-bottom: -7px;
}
.a3332 .f32 {
  width: 100%;
  margin-bottom: -7px;
}}



/*-------------------------------------固定する背景---------------------------------------*/

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px;
    text-align: center;
    font-size: 30px;
	letter-spacing: 0.5em;
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url("../img/yoko/yoko9.jpg");
}


/*-------------------------------------Q＆A---------------------------------------*/
.sample18{
  width: 90%;
  margin: auto;
}


.accordion {
  width: 100%;
}

/* チェックボックスは非表示 */
.accordion-hidden{
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 10px 80px 10px 10px;
  background: #cccccc;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;/* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px;
}

/* Q&A追加 */
.accordion_qa .Q{
  position: relative;
}
.accordion_qa .accordion-open{
  padding-left: 2.5em;
}
.accordion_qa .Q::before{
  content: 'Q.';
  font-size: 1.5em;
  display: block;
  position: absolute;
  top: -.6em;
  left: -1.3em;
}
.accordion_qa .A{
  position: relative;
  padding-left: 2em;
}
.accordion_qa .A::before{
  content: 'A.';
  font-size: 1.2em;
  display: block;
  position: absolute;
  top: -.1em;
  left: 0;
}


  


/*------------------------------------- フォント集 ---------------------------------------*/
#font{
  margin: auto;
  padding-top: 50px;
  padding-bottom: 90px;
  font-size: 40px;
  line-height: 1.9;
  position: relative;
}

.font_title{
  margin:0 auto 60px;
  font-size:29pt;
  color:#000000;
  text-align:center;
  font-weight:normal;
  letter-spacing:0.1em;
}

.font1 p {
  font-family: 'Noto Sans JP', sans-serif;
}
.font2 p {
  font-family: 'Noto Serif JP', serif;
}
.font3 p {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
.font4 p {
  font-family: 'Sawarabi Mincho', sans-serif;
}
.font5 p {
  font-family: 'Hachi Maru Pop', cursive;
}
.font6 p {
  font-family: 'Oswald', sans-serif;
}
.font7 p {
  font-family: 'Girassol', cursive;
}
.font8 p {
  font-family: 'Dancing Script', cursive;
}
.font9 p {
  font-family: 'EB Garamond', serif;
}
.font10 p {
  font-family: 'Amatic SC', cursive;
}
.font11 p {
  font-family: 'Parisienne', cursive;
}
.font12 p {
  font-family: 'Londrina Sketch', cursive;}

/*---------------------footer-----------------------*/
#footer{
    background-color: #333;
    color: #fff;
	font-size:18px;
	text-align:center;
	margin:0 auto;
	padding-top:10px;
    padding-bottom:110px;
    line-height: 15px;
}


/*---------------------追加-----------------------*/
.afiri {
  display: flex;
  flex-wrap: wrap;
	text-align: center;
  justify-content: space-around;
  margin-bottom: -8px;
}


/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding:50px 20px;
}

.sort-btn li{
  background:#eee;
  border-radius:10px;
  cursor: pointer;
  padding: 10px;
  margin:0 10px;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
  background:#ccc;  
}


/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
}


/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}


/*---------------------yuki-----------------------*/

.yuki {
  text-align: center;
	font-size: 25px;
}

.yuki span {
  color: #FF9C9D;
  font-size: 1.3em;
}

.yuki img {
  width: 100%;
  height: auto;
}

.yuki ul {
  display: flex;
}


/*---------------------yuki-----------------------*/

.yuki2 {
  text-align: center;
	font-size: 25px;
	top: -20px;
	position: relative;
}

.yuki2 img {
  width: 100%;
  height: auto;
}

/*---------------------yuki-----------------------*/

.yuki3 {
  text-align: center;
	font-size: 25px;
	    top: -30px;
    position: relative;
}

.yuki3 img {
  width: 100%;
  height: auto;
}

/*---------------------yuki-----------------------*/

.yuki4 {
  text-align: center;
	font-size: 25px;
	top: -32px;
	position: relative;
}

.yuki4 img {
  width: 100%;
  height: auto;
margin: 0 auto -40px;
}

/*---------------------yuki-----------------------*/

.yuki5 {
  text-align: center;
	font-size: 25px;
	top: -57px;
    position: relative;
}

.yuki5 img {
  width: 100%;
  height: auto;
}

/*---------------------yuki-----------------------*/

.yukiteki {
  text-align: center;
	font-size: 24px;
padding: 100px 0 200px;
    margin: -50px 0 70px;
	background-image: url("../img/19.jpg")
}

  @media screen and (max-width: 1080px) {
.yukiteki {
  text-align: center;
	font-size: 24px;
	padding: 70px 0 360px;
    margin: -50px 0 70px;
	background-image: url("../img/19.jpg");
	top: -28px;
    position: relative;
    }
  }




/* ===============================
   ABOUT US セクション
=============================== */

.about-section {
  background: url("../img/28.jpg") no-repeat center / cover;
	width: 100%;
	    top: -12px;
    position: relative;
	    height: 670px;

}

.about-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  gap: 60px;
}

/* ---------- 左テキスト ---------- */

.about-text {
  flex: 1;
}

.about-en {
  letter-spacing: 0.2em;
    margin-bottom: 30px;
    margin-top: 40px;
}

.about-ja {
  color: #b89b4c;
  font-weight: normal;
  margin-bottom: 32px;
}

.about-desc {
  line-height: 2;
  margin-bottom: 60px;
}

.about-no1 {
  font-size: 28px;
  color: #b89b4c;
}

.about-no1 span {
  font-size: 64px;
  margin-left: 12px;
}

/* ---------- 右画像 ---------- */

.about-images {
  flex: 1;
  position: relative;
}

.img-main {
  width: 100%;
  display: block;
}

.img-sub {
  position: absolute;
  bottom: -40px;
  left: -60px;
  width: 55%;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  background: #fff;
}

/* ===============================
   レスポンシブ
=============================== */

@media (max-width: 1080px) {
  .about-inner {
    flex-direction: column;
    gap: 40px;
  }

  .img-sub {
    position: static;
    width: 80%;
    margin: -40px auto 0;
    display: block;
  }

  .about-no1 {
    text-align: center;
  }
}

/* ==============================
    セクション6つの
============================== */


/* ============================
   online search section
============================ */
.online-search {
  background:
    url("../img/4.jpg") ;
}

.online-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
    padding: 40px 0;
}

/* icon */
.online-icon img {
  width: 70px;
  margin-bottom: 30px;
}

/* title */
.online-title {
  font-size: 30px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text {
  font-size: 18px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}



/* ============================
   responsive
============================ */
@media (max-width: 1080px) {
  .online-cards {
    grid-template-columns: repeat(2, 1fr);
  }



.online-search {
  background:
    url("../img/4.jpg") ;
}

.online-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
    padding: 40px 0;
}

/* icon */
.online-icon img {
        width: 100px;
        margin-bottom: 30px;
        margin-top: 60px;
}

/* title */
.online-title {
  font-size: 64px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text {
  font-size: 36px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}



}




/* ============================
   online search section
============================ */
.online-search1 {
  background:
    url("../img/6.jpg") center / cover no-repeat;
  padding: 120px 20px;
	    top: -5px;
    position: relative;
}

.online-inner1 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
	    position: relative;
    top: 60px;
}

/* icon */
.online-icon1 img {
  width: 70px;
  margin-bottom: 30px;
}

/* title */
.online-title1 {
  font-size: 30px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text1 {
  font-size: 18px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

/* cards */
.online-cards1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* single card */
.card1 {
  background: #222;
  color: #fff;
  padding: 20px;
}

.card1 img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 20px;
}

.card1 h3 {
  font-size: 20px;
  color: #d4b46a;
  margin-bottom: 12px;
}

.card1 p {
  font-size: 16px;
  line-height: 1.8;
}

/* ============================
   responsive
============================ */
@media (max-width: 1080px) {	
	
.online-search1 {
  background:
    url("../img/6.jpg") center / cover no-repeat;
  padding: 120px 20px;
	    top: -5px;
    position: relative;
}

.online-inner1 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
	    position: relative;
    top: 60px;
}

/* icon */
.online-icon1 img {
  width: 100px;
  margin-bottom: 30px;
}

/* title */
.online-title1 {
  font-size: 54px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text1 {
  font-size: 36px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

/* cards */
.online-cards1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
	width: 90%;
        margin: auto;
}

/* single card */
.card1 {
  background: #222;
  color: #fff;
  padding: 40px;
}

.card1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 20px;
}

.card1 h3 {
  font-size: 50px;
  color: #d4b46a;
  margin-bottom: 12px;
}

.card1 p {
  font-size: 32px;
  line-height: 1.8;
}
	
	
}




/* ============================
   online search section
============================ */
.online-search2 {
  background:
    url("../img/8.jpg") center / cover no-repeat;
  padding: 120px 20px;
	    top: -10px;
    position: relative;
}

.online-inner2 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
	    position: relative;
    top: 60px;
}

/* icon */
.online-icon2 img {
  width: 180px;
  margin-bottom: 30px;
}

/* title */
.online-title2 {
  font-size: 30px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text2 {
  font-size: 18px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

.online-text2 span{
  font-size: 20px;
  line-height: 2;
  color: #b08b2e;
  max-width: 900px;
  margin: 0 auto 70px;
}

/* ============================
   responsive
============================ */
@media (max-width: 1080px) {
  .online-cards2 {
    grid-template-columns: repeat(2, 1fr);
  }

.online-search2 {
  background:
    url("../img/8.jpg") center / cover no-repeat;
  padding: 120px 20px;
	    top: -10px;
    position: relative;
}

.online-inner2 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
	    position: relative;
    top: 60px;
}

/* icon */
.online-icon2 img {
  width: 280px;
  margin-bottom: 30px;
}

/* title */
.online-title2 {
  font-size: 60px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text2 {
  font-size: 32px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

.online-text2 span{
  font-size: 40px;
  line-height: 2;
  color: #b08b2e;
  max-width: 900px;
  margin: 0 auto 70px;
	font-weight: 900;
}


}



/* ==============================
    セクション
============================== */

/* ============================
   online search section
============================ */
.online-search3 {
  background:
    url("../img/15.jpg") center / cover no-repeat;
    padding: 5px 0 75px;
    top: -30px;
    position: relative;
}

.online-inner3 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
	    position: relative;
    top: 60px;
}

/* icon */
.online-icon3 img {
  width: 180px;
  margin-bottom: 30px;
}

/* title */
.online-title3 {
  font-size: 50px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text3 {
  font-size: 18px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

.online-text3 span{
  font-size: 20px;
  line-height: 2;
  color: #b08b2e;
  max-width: 900px;
  margin: 0 auto 70px;
	position: relative;
    top: -35px;
}

/* ============================
   responsive
============================ */
@media (max-width: 1080px) {


.online-search3 {
  background:
    url("../img/15.jpg") center / cover no-repeat;
    padding: 5px 0 75px;
    top: -30px;
    position: relative;
}

.online-inner3 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
	    position: relative;
    top: 60px;
}

/* icon */
.online-icon3 img {
  width: 180px;
  margin-bottom: 30px;
}

/* title */
.online-title3 {
  font-size: 80px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text3 {
  font-size: 32px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

.online-text3 span{
  font-size: 46px;
  line-height: 2;
  color: #b08b2e;
  max-width: 900px;
  margin: 0 auto 70px;
	position: relative;
    top: -35px;
}


}



/* ==============================
    セクション
============================== */

/* ============================
   online search section
============================ */
.online-search4 {
  background:
    url("../img/sp/60.jpg") center / cover no-repeat;
    padding: 5px 0 75px;
    top: -30px;
    position: relative;
}

.online-inner4 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
	    position: relative;
    top: 60px;
}

/* icon */
.online-icon4 img {
  width: 180px;
  margin-bottom: 30px;
}

/* title */
.online-title4 {
  font-size: 50px;
  line-height: 1.7;
  color: #b08b2e;
  margin-bottom: 30px;
}

/* text */
.online-text4 {
  font-size: 36px;
  line-height: 2;
  color: #333;
  max-width: 900px;
  margin: 0 auto 70px;
}

.online-text4 span{
  font-size: 64px;
  line-height: 2;
  color: #b08b2e;
  max-width: 900px;
  margin: 0 auto 70px;
	position: relative;
    top: -35px;
}


/* ===============================
  CAROUSEL SECTION
=============================== */

.carousel-section {
  padding: 100px 0;
  overflow: hidden;
  background-image: url("../img/16.jpg");
  color: #fff;
	    position: relative;
    top: -30px;
}

.carousel-head {
  text-align: center;
  margin-bottom: 60px;
}

.carousel-title {
    font-size: 50px;
    line-height: 1.7;
    color: #b08b2e;
}

.carousel-subtitle {
font-size: 20px;
    line-height: 2;
    color: #b08b2e;
    margin: 0 auto 70px;
	position: relative;
    top: -45px;
}

/* wrapper */
.carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

/* track */
.carousel-track {
  display: flex;
  width: calc(320px * 12);
  animation: slide 40s linear infinite;
}

/* hoverで停止 */
.carousel-wrapper:hover .carousel-track {
  animation-play-state: paused;
}

/* item */
.carousel-item {
  width: 300px;
  margin: 0 10px;
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.4s ease;

  border-radius: 12px; /* ← ここを追加 or 数値変更 */
}



/* hoverで少し動く */
.carousel-item:hover {
  transform: translateY(-10px);
}

.carousel-item img {
  width: 180px;
  margin: 0 auto 20px;
  display: block;
}

.carousel-item p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

/* animation */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ===============================
  RESPONSIVE
=============================== */



@media (max-width: 1080px) {

.carousel-section {
  padding: 100px 0;
  overflow: hidden;
  background-image: url("../img/16.jpg");
  color: #fff;
	    position: relative;
    top: -30px;
}

.carousel-head {
  text-align: center;
  margin-bottom: 60px;
}

.carousel-title {
    font-size: 80px;
    line-height: 1.7;
    color: #b08b2e;
}

.carousel-subtitle {
font-size: 46px;
    line-height: 2;
    color: #b08b2e;
    margin: 0 auto 70px;
	position: relative;
    top: -45px;
}

/* wrapper */
.carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

/* track */
.carousel-track {
  display: flex;
  width: calc(320px * 12);
  animation: slide 40s linear infinite;
}

/* hoverで停止 */
.carousel-wrapper:hover .carousel-track {
  animation-play-state: paused;
}

/* item */
.carousel-item {
  width: 380px;
  margin: 0 10px;
  background: #fff;
  padding: 30px 20px;
  box-sizing: border-box;
  text-align: center;
  flex-shrink: 0;
  transition: transform 0.4s ease;

  border-radius: 12px; /* ← ここを追加 or 数値変更 */
}



/* hoverで少し動く */
.carousel-item:hover {
  transform: translateY(-10px);
}

.carousel-item img {
  width: 280px;
  margin: 0 auto 20px;
  display: block;
}

.carousel-item p {
  font-size: 24px;
  line-height: 1.7;
  color: #000;
}

/* animation */
@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}


}

/* ==============================
    セクションハンバーガー
============================== */
/* ===============================
  追跡型ハンバーガーメニュー
=============================== */

/* wrapper（追跡を100%保証） */
.hamburger-wrapper {
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 100000;
}

/* checkbox非表示 */
#menu-toggle {
  display: none;
}

/* ハンバーガーアイコン */
.hamburger {
  width: 36px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  z-index: 100001;
}

.hamburger span {
  height: 3px;
  background: #000;
  border-radius: 2px;
  transition: transform 0.6s cubic-bezier(0.25,1,0.5,1),
              opacity 0.4s ease;
}

/* ×に変形（高級アニメーション） */
#menu-toggle:checked + .hamburger span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
}
#menu-toggle:checked + .hamburger span:nth-child(2) {
  opacity: 0;
}
#menu-toggle:checked + .hamburger span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

/* 背景暗転（ブラー付き） */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.65);
  backdrop-filter: blur(4px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
  z-index: 99999;
}

#menu-toggle:checked ~ .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

/* メニュー本体 */
.sp-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 280px;
  height: 100vh;
  background: #fff;
  padding-top: 120px;
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.7s cubic-bezier(0.25,1,0.5,1);
  z-index: 100000;
}

#menu-toggle:checked ~ .sp-menu {
  right: 0;
  opacity: 1;
  transform: translateX(0);
}

/* メニューリスト */
.sp-menu ul {
  list-style: none;
  padding: 0 30px;
}

.sp-menu li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#menu-toggle:checked ~ .sp-menu li {
  opacity: 1;
  transform: translateY(0);
}

/* 順番に表示 */
.sp-menu li:nth-child(1) { transition-delay: 0.15s; }
.sp-menu li:nth-child(2) { transition-delay: 0.25s; }
.sp-menu li:nth-child(3) { transition-delay: 0.35s; }
.sp-menu li:nth-child(4) { transition-delay: 0.45s; }
.sp-menu li:nth-child(5) { transition-delay: 0.55s; }

/* メニュー文字 */
.sp-menu a {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #000;
  text-decoration: none;
  display: block;
  margin-bottom: 24px;
  position: relative;
}

/* 下線アニメーション */
.sp-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.4s ease;
}

.sp-menu a:hover::after {
  width: 100%;
}

/* ===============================
  PCでは非表示
=============================== */
@media screen and (min-width: 1081px) {
  .hamburger-wrapper {
    display: none;
  }
}



/* ==============================
    セクション
============================== */
  @media screen and (max-width: 1080px) {
.map{

position: relative;
top: -70px;
	
}
  }

.map{
	
	
}

/* ==============================
    セクション
============================== */

/*---------------------追跡フッター-----------------------*/

/* ===== 追跡フッター ===== */
.contact-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3a3a3a;
  color: #fff;
  z-index: 1000;
}

/* 中央幅 */
.contact-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 20px 6px; /* ← 高さ1/2 */
  font-family: "Helvetica Neue", Arial, sans-serif;
}

/* ===== 左右レイアウト ===== */
.contact-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 1px; /* ← 1/2 */
}

/* 左 */
.contact-left h2 {
  color: #bfa24c;
  font-size: 32px; /* ← 48 → 32 */
  letter-spacing: 3px;
}

.contact-left p {
  font-size: 16px;
  line-height: 1.6;
}

/* 右 */
.contact-right {
  display: flex;
}

.contact-box {
  border: 1px solid #bfa24c;
  display: flex;
  gap: 20px;
  padding: 9px 18px; /* ← 1/2 */
  height: auto;
}

/* 情報 */
.contact-info {
  border-right: 1px solid #bfa24c;
  padding-right: 20px;
}

.time {
font-size: 16px;
    margin-bottom: 6px;
}

.tel,
.mail {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tel {
font-size: 40px;
    margin: 6px 0 -10px;
}

.mail {
  font-size: 17px;
}

.tel img,
.mail img {
  width: 18px;
}

.tel a,
.mail a {
  color: #fff;
  text-decoration: none;
}

/* ===== SNS ===== */
.sns-icons {
  display: flex;
  gap: 20px;
  margin-top: 26px;
}

.sns-icons img {
  width: 50px;   /* ← 48 → 32 */
  height: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sns-icons img:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.sns-text {
  font-size: 16px;
  text-align: center;
}

/* ===== フッターナビ ===== */
.footer-nav {
  margin-top: 10px;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 6px 0;
  border-top: 1px solid #555;
}

.footer-nav a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

/* ===== コピーライト ===== */
.copyright {
  font-size: 10px;
  text-align: center;
  color: #ccc;
  margin-top: 4px;
}

/* ===== 1080px以下 ===== */
/* =====================================
   1080px以下：完全レスポンシブ再構築
===================================== */
@media screen and (max-width: 1080px) {


  .contact-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-left {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    margin-bottom: -34px;
  }

  /* ★ ここが追加ポイント */
  .contact-right {
    width: 100%;
    display: flex;
    justify-content: center;
	padding: 0 0 15px;

  }

  /* 中の箱をセンターに */
  .contact-box {
    margin: 0 auto;
  }

/* -----------------------
     ナビ：ハンバーガー化
  ----------------------- */

  /* 通常ナビを消す */
  .footer-nav {
    display: none;
  }

/* ===== 追跡フッター ===== */
.contact-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #3a3a3a;
  color: #fff;
  z-index: 1000;
}

/* 中央幅 */
.contact-container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 20px 6px; /* ← 高さ1/2 */
  font-family: "Helvetica Neue", Arial, sans-serif;
}


/* 左 */
.contact-left h2 {
  color: #bfa24c;
  font-size: 64px; /* ← 48 → 32 */
  letter-spacing: 3px;
}

.contact-left p {
  font-size: 22px;
  line-height: 1.6;
}

/* 右 */

.contact-box {
  border: 1px solid #bfa24c;
  display: flex;
  gap: 20px;
  padding: 9px 18px; /* ← 1/2 */
  height: auto;
}

/* 情報 */
.contact-info {
  border-right: 1px solid #bfa24c;
  padding-right: 20px;
}

.time {
font-size: 20px;
    margin-bottom: 6px;
}

.tel,
.mail {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tel {
font-size: 40px;
    margin: 6px 0 -10px;
}

.mail {
  font-size: 20px;
}

.tel img,
.mail img {
  width: 18px;
}

.tel a,
.mail a {
  color: #fff;
  text-decoration: none;
}

/* ===== SNS ===== */
.sns-icons {
  display: flex;
  gap: 20px;
  margin-top: 26px;
}

.sns-icons img {
  width: 80px;   /* ← 48 → 32 */
  height: 80px;
  border-radius: 50%;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sns-icons img:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.sns-text {
  font-size: 16px;
  text-align: center;
  margin-top: 12px;
}

/* ===== フッターナビ ===== */
.footer-nav {
  margin-top: 10px;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  gap: 24px;
  list-style: none;
  padding: 6px 0;
  border-top: 1px solid #555;
}

.footer-nav a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

/* ===== コピーライト ===== */
.copyright {
  font-size: 24px;
  text-align: center;
  color: #ccc;
  margin-top: 4px;
}
	
}

  
/*---------------------追跡フッター-----------------------*/