@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 (min-width: 997px) {
  .topback {
    position: fixed;
    width: 100%;
    height: 6vw;
    z-index: 1;
    background-color:#F0F0F0;
  }
  .heaaad_pc {
    z-index: 2;
    position: fixed;
    width: 90vw;
    height: 5vw;
    margin-left: 5vw;
    margin-top: 2vw;
    background-color: #FFF;
    border-radius: 8px;
    filter: drop-shadow(0px 2px 4px rgba(49, 49, 49, 0.30));
  }
  .heaaad {
    display: none;
  }
  .head_contents {
    display: flex;
  }
  .logo {
    z-index: 3;
    height: 2.4vw;
    margin-top: 1.3vw;
    margin-left: 3vw;
  }
  .menu {
    z-index: 3;
    width: 77%;
    height: 3vw;
    margin-left: 5vw;
    margin-top: 1vw;
  }
  .menu_content {
    display: flex;
    text-decoration: none;
    padding-top: 0.75vw;
    justify-content: flex-end;
  }

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

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

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

/* 衣装レンタル ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#rental {
  padding-top: 6vw;
  width: 70vw;
  margin-left: 15vw;
}
.rental_top {
  display: flex;
  justify-content: space-between;
}
.attention {
  font-size: 1.2vw;
  text-decoration: none;
  margin-right: 3vw;
  color: #707070;
}
.accordion-area{
  list-style: none;
  width: 100%;
  margin-bottom: 3vw;
}
.title_contaner {
  display: flex;
  justify-content: space-between;
}
.direction_img{
  margin-right: 2vw;
}
.accordion-area li{
  padding-bottom: 0.5vw;
  margin-bottom: 1.3vw;
  border-bottom: solid 1px #A8A8A8;
}
.accordion-area section {
}
/*アコーディオンタイトル*/
h4 {
  font-size: 1.5vw;
  color: #222222;
  font-weight: 600;
}
/*アコーディオンで現れるエリア*/
.box {
  margin-top: 2vw;
  display: none;/*はじめは非表示*/
}
.box_contaner {
  display: flex;
  justify-content: space-between;
  height: 3vw;
}
.square1,.square2,.square3,.square4,.square5,.square6 {
  width: 0.5vw;
  height: 0.5vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  border-radius: 2px;
  margin-right: 1vw;
}
.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: 1.2vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
}
.left_side {
  font-size: 1.2vw;
  margin-top: 0.5vw;
  margin-bottom: 0.5vw;
  margin-right: 35vw;
}
.direction_img {
    transition: transform 0.2s ease; /* 0.3秒かけてease関数で滑らかにアニメーション */
}
.rotate180 {
    transform: rotate(180deg);
}
/* 衣装レンタル ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* 営業案内 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
#info {
  padding-top: 6vw;
  width: 70vw;
  margin-left: 15vw;
}
.info_contents_phone {
  display: flex;
  justify-content: space-between;
  padding-top: 1vw; padding-bottom: 1vw;
  padding-left: 2vw; padding-right: 2vw;
  border-radius: 6px;
  background-color: #FFF;
  margin-bottom: 2vw;
}
.info_contents_time {
  display: block;
  justify-content: space-between;
  padding-top: 1vw; padding-bottom: 1vw;
  padding-left: 2vw; padding-right: 2vw;
  border-radius: 6px;
  background-color: #FFF;
  margin-bottom: 2vw;
}
.insta_img {
  width: 1.5vw;
}
.info_text {font-size: 1.3vw; color: #404040;} .info_text span {font-weight: bold;}
.info_text_time1 {font-size: 1.3vw; color: #404040; font-weight: bold; margin-bottom: 1vw; padding-top: 1vw;}
.info_text_time2 {font-size: 1.3vw; color: #404040; margin-bottom: 1vw; line-height: 2.4vw;}
.info_text_time2 span {font-weight: bold;}
.info_text_time3 {font-size: 1vw; color: #535353; padding-bottom: 1vw;}
.info_text_time4 {font-size: 1.3vw; color: #404040; margin-bottom: 1vw;
  line-height: 2.4vw; padding-bottom: 1vw; border-bottom: solid 1px #D0D0D0;}
.info_text_time4 span {font-weight: bold;}
.info_text_time5 {font-size: 1vw; color: #535353; padding-bottom: 1vw;}
.info_text_time6 {font-size: 1vw; color: #535353; padding-bottom: 2vw;}
.map {
  display: none;
}
.p_map {
  position: relative;
}
.info_text_time7 {font-size: 2vw; color: #404040; font-weight: bold;
  margin-bottom: 3vw; padding-top: 3vw;}
  /* 通常（PC）ではタイル表示 */

  .slide-wrap {
    display: flex;
    margin: 0 auto;
    max-width: 80vw;
    width: 100%;
    margin-bottom: 1vw;
  }
  .slide-box {
    height: 20vw;
    margin: .5%;
  }
  .slide-box img {
    border-radius: 8px;
  }
  .slide-wrap {
    overflow-x: scroll;
  }
  .slide-box {

  }
/* 営業案内 ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

/* フッター ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
  .footer_contaner {
    display: flex;
    width: 100vw;
    height: 12vw;
    margin-top: 8vw;
    background-color: #303030;
    justify-content: flex-end;
  }
  .biglogo {
    display: none;
  }
  .footer_text {
    width: 44.5vw;
    text-align: right;
    margin-top: 3.2vw;
    margin-right: 5vw;
    font-size: 1vw;
    color: #A7A7A7;
  }


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