@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

/* {
	outline: 1px solid magenta;
}*/


body {
  overflow-y: scroll;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #F0F0F0;
}


/* ヘッダー ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
@media screen and (max-width: 996px) {
  .topback {
    position: fixed;
    width: 100%;
    height: 20vw;
    z-index: 1;
    background-color:#F0F0F0;
  }
  .heaaad {
    z-index: 2;
    position: fixed;
    width: 90vw;
    height: 18vw;
    margin-left: 5vw;
    margin-top: 3vw;
    background-color: #FFF;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 4px rgba(49, 49, 49, 0.30));
  }
  .heaaad_pc {
    display: none;
  }
  .head_contents {
  }
  .logo {
    z-index: 3;
    position: absolute;
    max-width: 40vw;
    max-height: 10vw;
    margin-top: 4vw;
    margin-left: 5vw;
  }
  .menu {
    position: absolute;
    z-index: 3;
    width: 77%;
    height: 10vw;
    margin-left: 5vw;
    margin-top: 4vw;
  }
  .menu_content {
    display: flex;
    margin-top: 2vw;
    text-decoration: none;
    padding: 0;
  }

  .to_plan,
  .to_rental,
  .to_info {
    font-size: 3.5vw;
    font-weight: bold;
    text-decoration: none;
    color: #222;
  }
  .to_plan,.to_rental {
    padding-right: 2vw;
    border-right: 1px solid #B3B3B3;
  }
  .to_rental,.to_info {
    padding-left: 2vw;
  }
  .to_info {padding-right: 1vw;}
/* ヘッダー ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* ハンバーガーメニュー ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
label:hover {
  cursor: pointer;
}
.menu-btn {
  z-index: 6;
  position: absolute;
  display: flex;
  height: 15vw;
  width: 15vw;
  margin-top: 1.5vw;
  margin-left: 80%;
  justify-content: center;
  align-items: center;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 0.5vw;  /* 0.25vw → 0.5vw に太く */
  width: 6vw;     /* 5vw → 6vw に少し長く */
  background-color: #121212;
  position: absolute;
}
.menu-btn span:before {
  bottom: 2vw;
}
.menu-btn span:after {
  top: 2vw;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}
#menu-btn-check:checked ~ .menu {
  display: block;
}
.menu {
  display: none;
}
.logo img {
  display: block;
}
#menu-btn-check:checked ~ .logo img {
  display: none;
}
/* ハンバーガーメニュー ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* フォトプラン ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#plan {
  padding-top: 28vw;
  width: 89vw;
  margin-left: 5.5vw;
}
.plan_contents {
  display: grid;
  grid-gap: 5vw;
  grid-template-columns: repeat(2,1fr);
  margin-bottom: 4vw;/* グリットとコメントの間 */
}
h1 {
  font-size: 5vw;
  margin-bottom: 7vw;
  color: #222;
}
h2 {
  font-size: 3.2vw;
  text-decoration: none;
  color: #222;
  margin-top: 2vw;
  font-weight: bold;
}
h3{
  font-size: 2.8vw;
  text-decoration: none;
  color: #707070;
  margin-top: 1vw;
  margin-bottom: 2vw;
  font-weight: normal;
}
a {
  text-decoration: none;
}
.item {
  width: 42vw;
}
.item_img img {
  border-radius: 8px;
  filter: drop-shadow(0px 2px 4px rgba(49, 49, 49, 0.30));
}
.comment_contents {
  display: flex;
  padding: 4vw;
  border-radius: 8px;
  background-color: #FFF;
}
.coment_img {
  width: 6vw;
  margin-right: 5vw;
}
.comment {
  width: 70vw;
  font-size: 3.2vw;
  font-weight: normal;
  color: #707070;
}
.bot_comment {
  width: 90vw;
  font-size: 3.2vw;
  font-weight: normal;
  color: #707070;
}
/* フォトプラン ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* 戸澤神社挙式 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#tozawa {
  padding-top: 10vw;
  width: 89vw;
  margin-left: 5.5vw;
}
.tozawa_contaner {
  display: block;
}
.tozawa_img {
  width: 89vw;
  margin-bottom: 3vw;
}
.tozawa_img img {
  border-radius: 8px;
  filter: drop-shadow(0px 2px 4px rgba(49, 49, 49, 0.30));
}
/* 戸澤神社挙式 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* 衣装レンタル ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#rental {
  padding-top: 12vw;
  width: 89vw;
  margin-left: 5.5vw;
}
.rental_top {
  display: flex;
  justify-content: space-between;
}
.attention {
  font-size: 3vw;
  text-decoration: none;
  margin-right: 3vw;
  color: #707070;
}
.accordion-area{
  list-style: none;
  width: 100%;
  margin-bottom: 7vw;
}
.title_contaner {
  display: flex;
  justify-content: space-between;
}
.direction_img{
  margin-right: 3vw;
}
.accordion-area li{
  padding-bottom: 2vw;
  margin-bottom: 4.5vw;
  border-bottom: solid 1px #A8A8A8;
}

/*アコーディオンタイトル*/
h4 {
  font-size: 4vw;
  color: #222222;
  font-weight: 600;
}
/*アコーディオンで現れるエリア*/
.box {
  margin-top: 3vw;
  display: none;/*はじめは非表示*/
}
.box_contaner {
  display: flex;
  justify-content: space-between;
  height: 8vw;
}
.square1,.square2,.square3,.square4,.square5,.square6 {
  width: 2vw;
  height: 2vw;
  margin-top: 3vw;
  margin-bottom: 3vw;
  border-radius: 2px;
  margin-right: 3vw;
}
.square1 {background-color: #4D174A;}
.square2 {background-color: #1C4164;}
.square3 {background-color: #731818;}
.square4 {background-color: #743C14;}
.square5 {background-color: #45460A;}
.square6 {background-color: #113408;}

.right_side {
  display: flex;
}
p {
  font-size: 3.7vw;
  margin-top: 1.2vw;
  margin-bottom: 1.2vw;
}
.left_side {
  font-size: 3.7vw;
  margin-top: 1.2vw;
  margin-bottom: 1.2vw;
  margin-right: 3vw;
}
.direction_img {
    transition: transform 0.2s ease; /* 0.3秒かけてease関数で滑らかにアニメーション */
}
.rotate180 {
    transform: rotate(180deg);
}
/* 衣装レンタル ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* 営業案内 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#info {
  padding-top: 10vw;
  width: 89vw;
  margin-left: 5.5vw;
}
.info_contents_phone {
  display: flex;
  justify-content: space-between;
  padding-top: 2vw; padding-bottom: 2vw;
  padding-left: 4vw; padding-right: 4vw;
  border-radius: 6px;
  background-color: #FFF;
  margin-bottom: 3vw;
}
.info_contents_time {
  display: block;
  justify-content: space-between;
  padding-top: 2vw; padding-bottom: 2vw;
  padding-left: 4vw; padding-right: 4vw;
  border-radius: 6px;
  background-color: #FFF;
  margin-bottom: 3vw;
}
.info_text {font-size: 4vw; color: #404040;} .info_text span {font-weight: bold;}
.info_text_time1 {font-size: 4vw; color: #404040; font-weight: bold; margin-bottom: 3vw; padding-top: 3vw;}
.info_text_time2 {font-size: 4vw; color: #404040; margin-bottom: 3vw; line-height: 7vw;}
.info_text_time2 span {font-weight: bold;}
.info_text_time3 {font-size: 3.2vw; color: #535353; padding-bottom: 3vw;}
.info_text_time4 {font-size: 4vw; color: #404040; margin-bottom: 4vw;
  line-height: 7vw; padding-bottom: 4vw; border-bottom: solid 1px #D0D0D0;}
.info_text_time4 span {font-weight: bold;}
.info_text_time5 {font-size: 3.2vw; color: #535353; padding-bottom: 3vw;}
.info_text_time6 {font-size: 3.2vw; color: #535353; padding-bottom: 4vw;}
.insta_img {
  width: 8vw;
  height: 8vw;
}
.map {
  position: relative;
  height: 80vw;
}
.pc_map {
  display: none;
}
.info_text_time7 {font-size: 4vw; color: #404040; font-weight: bold;
  margin-bottom: 3vw; padding-top: 7vw;}
  /* 通常（PC）ではタイル表示 */
  .slide-wrap {
    display: flex;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    margin-bottom: 5vw;
  }
  .slide-box {
    height: 25vw;
    margin: .5%;
  }
  .slide-box img {
    border-radius: 4px;
  }
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {
      flex: 0 0 32vw;
    margin: auto 2vw auto auto;
  }
  .interia_img {
    width: 100%;
    height: 100%;
  }
/* 営業案内 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* フッター ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .footer_contaner {
    display: flex;
    width: 100vw;
    height: 35vw;
    margin-top: 15vw;
    background-color: #303030;
    justify-content: space-between;
  }
  .biglogo {
    width: 45vw;
    margin-top: 15vw;
  }
  .footer_text {
    width: 44.5vw;
    text-align: right;
    margin-top: 10vw;
    margin-right: 5.5vw;
    font-size: 2.7vw;
    color: #A7A7A7;
  }


/* フッター ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* メディアクエリの閉じタグ */
}
