@charset "UTF-8";

/*
Theme Name: 天文学同好会WAXA
Version:    1.0.0
Author:     早稲田大学コンピューター研究会WINC
*/

/*----------------------------------------------------------------------------------------------
SP表示
----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------
ブロックの基底要素
-----------------------------------------------*/

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
  font-family: "Noto Sans", serif;
}

body * {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.6rem;
}

body {
  margin: 0;
}

p {
  margin: 0;
}

#page {
  background-color: #000000;
}

img {
  width: 100%;
}

.container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}

.container .row {
  width: 100%;
  min-height: 200px;
}

.container .contents {
  padding: 30px 10px;
}

.message {
  padding-top: 60px;
  margin-bottom: 30px;
}

.message p {
  line-height: 30px;
}

/* 見出しサブタイトルの装飾 */

.contents .title p::before {
  content: "";
  margin-right: 1.6rem;
  border-right: 3px solid #3a5199;
  background: #3a5199;
}

/* section {
    max-width: 1320px;
    margin: 0 auto;
} */

.title h2 {
  font-family: "Montserrat";
  font-size: 3.5rem;
  margin: 0 0 7px 0;
}

.title p {
  font-weight: 500;
  font-size: 1.6rem;
}

.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.5s, transform 1s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

/*-----------------------------------------------
ヘッダー
-----------------------------------------------*/

#header {
  position: sticky;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 6rem;
  background-color: #000000;
}

.header_wrapper {
  display: flex;
  height: 6rem;
  position: sticky;
  z-index: 90;
  background-color: #000000;
}

.header_logoandtitle {
  display: flex;
}

#header_waxa_logo {
  width: 3.9rem;
  margin-left: 1.5rem;
  margin-top: 1rem;
}

.header_wrapper h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-left: 0.9rem;
  padding-top: 0.9rem;
  color: #ffffff;
}

.header_wrapper span {
  font-weight: 100;
}

.header_menu-content-pc {
  display: none;
}

.header_menu-btn {
  position: absolute;
  z-index: 110;
  top: 0;
  right: 0;
  display: flex;
  height: 6rem;
  width: 5rem;
  justify-content: center;
  align-items: center;
}

.header_menu-btn span,
.header_menu-btn span:before,
.header_menu-btn span:after {
  content: "";
  display: block;
  height: 0.2rem;
  width: 1.9rem;
  background-color: #ffffff;
  position: absolute;
}

.header_menu-btn span:before {
  bottom: 0.7rem;
}

.header_menu-btn span:after {
  top: 0.7rem;
}

#header_menu-btn-check:checked ~ .header_menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#header_menu-btn-check:checked ~ .header_menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#header_menu-btn-check:checked ~ .header_menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#header_menu-btn-check {
  display: none;
}

.header_menu-content {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 100%;
  z-index: 80;
  background-color: #000000;
  transition: all 0.5s;
  padding-bottom: 1.7rem;
}

.header_menu-content ul {
  display: list-item;
  list-style: none;
  padding: 0;
  margin: 0;
}

.header_menu-content ul li {
  text-align: center;
  list-style: none;
}

.header_menu-content ul li label {
  display: block;
  width: 100%;
  font-size: 1.5rem;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  line-height: 2.3rem;
}

.header_menu-content ul li label:hover {
  color: #3a5199;
}

.header_menu-content ul li a::before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-top: solid 0.2rem #ffffff;
  border-right: solid 0.2rem #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 1.1rem;
  top: 1.6rem;
}

#header_menu-btn-check:checked ~ .header_menu-content {
  bottom: calc(100% - 32.9rem);
  /*メニューを画面内へ*/
}

/*-----------------------------------------------
メインビジュアル
-----------------------------------------------*/

main {
  width: 100%;
  background: rgb(95, 95, 95);
}

#mv {
  width: 100%;
  height: 100vh;
  background-color: #000000;
  position: relative;
}

.mv_wrapper {
  position: relative;
}

.mv_sp_img {
  width: 100%;
  height: calc(100vh - 10rem);
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: 40;
}

.mv_pc_img {
  display: none;
}

.mv_contents_wrapper {
  width: 100%;
  left: 0;
  right: 0;
  top: 35rem;
  margin: 0;
  padding: 0 1.4rem;
  position: absolute;
  z-index: 50;
}

.mv_contents_wrapper h1 {
  position: relative;
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 5rem;
  letter-spacing: 0.11em;
  color: #ffffff;
}

.mv_contents_wrapper a:hover {
  transform: scale(1.05);
  transition: 0.5s all;
}

.mv_contents_wrapper a {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
  margin: 2rem 0 0 0;
  padding: 1.1rem 3.3rem;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
  transition: 0.5s all;
}

.event_button {
  background-color: #0057c7 !important;
}

/*-----------------------------------------------
活動内容
-----------------------------------------------*/

#activity {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 60px 0;
  position: relative;
  z-index: 50;
}

#activity .container {
  max-width: 1340px;
  margin: 0 auto;
}

#activity .contents h2,
#activity .contents p {
  color: rgb(0, 0, 0);
}

/*-----------------------------------------------
Information
-----------------------------------------------*/

#information {
  width: 100%;
  background: rgb(0, 0, 0);
  padding: 60px 0;
}

#information .container {
  flex-wrap: wrap-reverse;
}

#information .contents h2,
#information .contents p,
table {
  color: rgb(255, 255, 255);
}

#information .images {
  display: flex;
  justify-content: center;
  grid-gap: 10px;
  margin: 0 auto;
}

#information .images div {
  width: 180px;
  height: 390px;
  background: rgb(224, 150, 150);
}

#information .images div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#information .contents table {
  border-collapse: collapse;
  width: 95%;
  height: 100%;
  text-align: left; /*左揃え*/
}
/* 棒線を表示する */
#information .contents table tr {
  border-top: #eceef3 solid 1px;
  margin-top: 20px;
}
/* 一番下棒線を表示 */
#information .contents table tr:last-child {
  border-bottom: #eceef3 solid 1px;
}

#information .contents table th {
  padding-left: 1.4rem;
}

/* informationの行の間隔 */
#information .contents table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*-----------------------------------------------
活動風景
-----------------------------------------------*/

#gallery {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 60px 0;
  position: relative;
  margin: auto;
}

#gallery .gallery_container {
  margin-bottom: 30px;
}

#gallery .gallery_title_h2 {
  font-size: 3.5rem;
  font-family: "Montserrat";
  margin: 0;
}

#gallery .gallery_title {
  text-align: center;
}

#gallery .gallery_text {
  text-align: center;
  font-size: 1.6rem;
}

#gallery p span {
  display: inline-block;
  border-top: #3a5199 solid 2px;
  padding-top: 5px;
  margin-top: 5px;
}

#gallery .gallery_button_pc_only {
  display: none;
}

/* 全体のスタイル */

.swiper-wrapper {
  width: 100%;
  height: 250px;
}

/* 全スライド共通スタイル */

.swiper-slide {
  color: #ffffff;
  width: 78.93vw;
  height: 296px;
  text-align: center;
  line-height: 110px;
}

/* ページネーションのサイズと色 */

.swiper-pagination-bullet {
  background-color: black;
  height: 14px;
  width: 14px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  position: relative;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #000000;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet-active::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: #ffffff solid 3px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: -3px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 12px;
}

.swiper-pagination {
  position: relative !important;
}

/* 幅・高さを指定 */

.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}

.swiper-button-prev,
.swiper-button-next {
  background-size: 50px 50px;
}

/* 前に戻る画像パス */

.swiper-button-prev {
  background-image: url(src/page-prev.png);
}

/* 次に進む画像パス */

.swiper-button-next {
  background-image: url(src/page-next.png);
}

.swiper-button-next {
  right: 15px;
}

.swiper-button-prev {
  left: 15px;
}

/*-----------------------------------------------
活動場所
-----------------------------------------------*/

#place {
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  padding: 16vw 0;
}

.place__container {
  padding: 0 4vw 0 4vw;
}

#place h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  margin-bottom: 0.8vw;
  margin-top: 0;
}

#place h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8vw;
  padding-left: 3.73vw;
}

#place .message {
  padding-top: 30px;
  margin-bottom: 50px;
}

.place__message p {
  font-size: 1.4rem;
  margin: 0;
}

#place .place_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#place .place_fields * {
  font-size: 1.2rem;
}

#place .place_boxies {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  width: 52.26vw;
  text-align: center;
  margin-bottom: 10.6666666667vw;
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}

#place .place_box1 a,
.place_box2 a,
.place_box3 a {
  display: flex;
  width: 196px;
  height: 45px;
  background: #3a5199;
  border-radius: 1.33vw;
  margin-bottom: 6.66vw;
  align-items: center;
  justify-content: center;
}

#place .place_box1:hover,
.place_box2:hover,
.place_box3:hover {
  cursor: pointer;
}

#place .place_box1 a,
.place_box2 a,
.place_box3 a {
  color: #ffffff;
}

#place .place_fields p {
  margin-top: 0;
  width: 27.6vw;
}

#place .place_map {
  display: flex;
  align-items: center;
}

#place .place_map iframe {
  height: 68.26vw;
  width: 92vw;
}

/*-----------------------------------------------
お問い合わせ
-----------------------------------------------*/

/* お問い合わせセクション全体のスタイリング */
#contact {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  background-color: rgb(255, 255, 255);
  color: #333;
}

#contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#contact .container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

#contact .box {
  margin: 0 auto;
}

/* タイトルのスタイリング */
#contact .title {
  text-align: center;
  margin: 0 auto 40px;
}

#contact .title h2 {
  margin: 0;
}

#contact .title p span {
  display: inline-block;
  border-top: #3a5199 solid 2px;
  padding-top: 5px;
  margin-top: 5px;
}

.contact-content {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  padding: 40px;
  transition: transform 0.3s ease;
}

/* 各コンタクト項目のスタイリング */
.contact-item {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 8px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}

.contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.contact-item h3 {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 15px;
  color: #3a5199;
}

.contact-item h3 svg {
  margin-right: 10px;
  stroke: #3a5199;
}

.contact-item a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  padding: 8px 0;
  transition: color 0.3s ease;
  position: relative;
}

.contact-item a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3a5199;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.contact-item a:hover {
  color: #3a5199;
}

.contact-item a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.contact-item .note {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #666;
  line-height: 1.5;
}

.contact-item .address {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* 区切り線 */
.divider {
  height: 1px;
  background: #3a5199;
  margin: 40px 0;
}

/* レスポンシブデザイン */
@media (max-width: 768px) {
  #contact {
    padding: 60px 0;
  }

  #contact .box {
    padding: 30px 20px;
  }

  #contact .title h2 {
    font-size: 2rem;
  }

  .contact-item {
    padding: 15px;
  }

  .contact-item h3 {
    font-size: 1.1rem;
  }
}

/* アニメーション効果 */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#contact .box {
  animation: fadeIn 0.8s ease-out forwards;
}

.contact-item:nth-child(1) {
  animation: fadeIn 0.8s ease-out 0.2s forwards;
}
.contact-item:nth-child(2) {
  animation: fadeIn 0.8s ease-out 0.4s forwards;
}
.contact-item:nth-child(3) {
  animation: fadeIn 0.8s ease-out 0.6s forwards;
}
.contact-item:nth-child(5) {
  animation: fadeIn 0.8s ease-out 0.8s forwards;
}

/* アイコンのホバーエフェクト */
.contact-item h3 svg {
  transition: transform 0.3s ease;
}

.contact-item:hover h3 svg {
  transform: scale(1.2);
}

/* ボタン */

#contact .button {
  display: flex;
  width: 170px;
  background: rgb(58, 81, 153);
  border-radius: 28px;
  color: rgb(255 255 255);
  cursor: pointer;
  padding: 15px 9px 15px 49px;
  margin: 0 auto;
  transition: 0.3s;
}

#contact .button:hover {
  background: rgb(92, 119, 199);
}

#contact .button div {
  font-size: 18px;
}

#contact .button span {
  margin-left: auto;
}

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

.footer_wrapper {
  width: 100%;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
}

.footer_wrapper p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
}

/*----------------------------------------------------------------------------------------------
PC表示
----------------------------------------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  /*-----------------------------------------------
    ブロックの基底要素
    -----------------------------------------------*/
  .container .row {
    width: 50%;
    height: 100%;
  }
  .container .contents {
    max-width: 500px;
    padding: 50px 20px;
    margin: 0 auto;
  }
  /*-----------------------------------------------
    ヘッダー
    -----------------------------------------------*/
  #header {
    height: 7rem;
  }
  .header_logoandtitle {
    display: flex;
    align-items: center;
  }
  .header_hamburger-menu {
    display: none;
  }
  .header_wrapper {
    max-width: calc(1080px + 2rem);
    height: 7rem;
    justify-content: space-between;
    padding: 0 2rem;
    margin: 0 auto;
  }
  #header_waxa_logo {
    width: 5.6rem;
    height: 6rem;
    margin-top: 0.4rem;
    margin-left: 0;
  }
  .header_wrapper h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    padding-top: 0em;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header_wrapper h1 span {
    font-weight: 500;
    font-size: 2rem;
  }
  .header_menu-content-pc {
    display: block;
  }
  .header_menu-content-pc ul {
    display: flex;
    list-style: none;
    height: 7rem;
    padding: 0;
    margin: 0;
  }
  .header_menu-content-pc ul li {
    display: flex;
    margin: 0 1.2rem;
    align-items: center;
  }
  .header_menu-content-pc ul li:not(:last-child) {
    max-width: 189px;
  }
  .header_menu-content-pc ul li a {
    display: flex;
    height: 100%;
    align-items: center;
    text-decoration: none;
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
  }
  #header_application-btn {
    background-color: #ffffff;
    color: #000000;
    padding: 0rem 2rem;
    border-radius: 0.5rem;
    height: 4.5rem;
    left: 107.3rem;
    top: 1.3rem;
  }

  .header_menu_hover:hover {
    color: #3a5199;
  }

  .header_menu_sns_transform {
    transition: 0.5s all;
  }

  .header_menu_sns_transform:hover {
    transform: scale(1.2);
    transition: 0.5s all;
  }

  .header_menu_btn_transform {
    transition: 0.5s all;
  }

  .header_menu_btn_transform:hover {
    transform: scale(1.05);
    transition: 0.5s all;
  }
  /*-----------------------------------------------
    メインビジュアル
    -----------------------------------------------*/
  .mv_sp_img {
    display: none;
  }
  .mv_pc_img {
    display: inline;
    width: 100%;
    height: calc(100vh - 10rem);
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 40;
  }
  .mv_contents_wrapper {
    max-width: calc(1080px + 2rem);
    top: 26.5rem;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .mv_contents_wrapper h1 {
    font-size: 5rem;
    line-height: 7.2rem;
  }
  .mv_contents_wrapper a {
    font-size: 1.6rem;
    padding: 1.1rem 4.6rem;
    line-height: 1.1;
  }
  /*-----------------------------------------------
    活動内容
    -----------------------------------------------*/
  #activity img {
    display: block;
    height: 100%;
    object-fit: contain;
    margin-left: auto;
  }
  #activity .activity__figure {
    position: absolute;
    right: 0;
    max-width: 746px;
    height: unset;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    /* padding-top: calc(281px - 12vw); */
  }
  #activity .activity__figure img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  /*-----------------------------------------------
    Information
    -----------------------------------------------*/
  #information {
    width: 100%;
    background: rgb(0, 0, 0);
    padding: 60px 0;
  }

  #information .container {
    flex-wrap: wrap-reverse;
  }

  #information .contents h2,
  #information .contents p,
  table {
    color: rgb(255, 255, 255);
  }

  table {
    border-collapse: collapse;
    width: 100%;
  }

  table :last-child {
    border-bottom: 1px solid #ffffff;
  }

  #information table tr {
  }
  #information table th {
    border-top: 1px solid white;
    font-weight: 700;
    font-size: 1.4rem;
  }

  #information table td {
    padding: 23px;
    border-top: 1px solid white;
    font-weight: 400;
    font-size: 1.4rem;
  }

  #information .images {
    display: flex;
    justify-content: center;
    grid-gap: 10px;
    margin: 0 auto;
  }

  #information .images div {
    width: 180px;
    height: 390px;
    background: rgb(224, 150, 150);
  }

  #information .images div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /*-----------------------------------------------
    活動風景
    -----------------------------------------------*/
  .swiper-slide {
    color: #ffffff;
    width: 414px;
    height: 100%;
    text-align: center;
  }
  #gallery .gallery_button_pc_only {
    display: block;
  }
  .swiper-button-prev {
    top: 38%;
  }
  .swiper-button-next {
    top: 38%;
  }
  /*-----------------------------------------------
    活動場所
    -----------------------------------------------*/
  .place__tag--sp {
    display: none;
  }
  #place {
    width: 100%;
    color: #ffffff;
    padding: 60px 0;
  }
  .place__content {
    max-width: 1080px;
    margin: 0 auto;
  }
  #place .place__title h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 7px;
    margin-top: 0px;
  }
  #place h3 {
    font-size: 1.6rem;
    font-family: "Noto Sans JP";
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 14px;
  }
  .place__message {
    margin-bottom: 50px;
  }
  #place h3::before {
    content: none;
    display: inline-block;
    width: 2px;
    height: 23px;
    margin-right: 15px;
    background-color: #3a5199;
    position: relative;
    top: 5px;
  }
  .place__message p {
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.875;
  }
  .place__flex {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
    gap: 20px;
  }
  #place .place_fields {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 14px;
  }
  #place .place_fields * {
    font-size: 14px;
  }
  #place .place_boxies {
    display: flex;
    font-family: "Montserrat", sans-serif;
    flex-wrap: wrap;
    font-style: normal;
    font-weight: 700;
    width: auto;
    height: auto;
    line-height: 45px;
    text-align: center;
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .place_box {
    flex-shrink: 0;
    width: 214px;
  }
  #place .place_box1,
  .place_box2,
  .place_box3 {
    margin-right: 10px;
    transition: 0.5s all;
  }
  #place .place_box1 a,
  .place_box2 a,
  .place_box3 a {
    flex-shrink: 0;
    background: #3a5199;
    border-radius: 5px;
    margin-bottom: 40px;
    margin-right: 10px;
    transition: 0.5s all;
  }
  .place_box3 {
    margin-bottom: 0px;
  }
  #place .place_box1:hover,
  .place_box2:hover,
  .place_box3:hover {
    cursor: pointer;
  }
  #place .place_box1 a,
  .place_box2 a,
  .place_box3 a {
    display: block;
    width: 214px;
    color: #ffffff;
  }
  .place_fields .place_box:hover {
    transform: scale(1.05);
    transition: 0.5s all;
  }
  #place .place_fields p {
    margin-top: 0;
    width: auto;
  }
  #place .place_map {
    max-width: 566px;
    max-height: 426px;
    margin-left: 10px;
  }
  #place .place_map iframe {
    max-width: 100%;
    max-height: 100%;
  }
  /*-----------------------------------------------
    フッター
    -----------------------------------------------*/
}

/*-----------------------------------------------
VR体験
-----------------------------------------------*/

#vr-experience {
  width: 100%;
  background: #000000;
  padding: 60px 0;
  color: #ffffff;
  position: relative;
}

#vr-experience .container {
  max-width: 1340px;
  margin: 0 auto;
}

#vr-experience .title h2,
#vr-experience .title p {
  color: #ffffff;
}

#vr-experience .title p span {
  display: inline-block;
  /* border-top: #3a5199 solid 2px; */
  padding-top: 5px;
  margin-top: 5px;
}

.vr-button-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.vr-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #3a5199;
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.vr-button:hover {
  background-color: #4a62b0;
  transform: scale(1.05);
}

.vr-button svg {
  stroke: white;
}

#vr-scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

a.vr-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background-color: #3a5199; /* ボタンの背景色 */
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s;
}

a.vr-button:hover {
  background-color: #4a62b0;
  transform: scale(1.05);
}

a.vr-button svg {
  margin-right: 8px;
}

/* フォーカス時のスタイル */
a.vr-button:focus {
  outline: 2px solid #6a82d0;
  outline-offset: 2px;
}

/* アクティブ時のスタイル */
a.vr-button:active {
  transform: scale(0.98);
}

/* Responsive design */
@media screen and (max-width: 768px) {
  .vr-button {
    padding: 12px 20px;
    font-size: 1.4rem;
  }

  /* .close-vr-btn {
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
  } */

  /* Ensure A-Frame is accessible on mobile */
  /* a-scene {
    position: absolute;
    top: 0;
    left: 0;
  } */

  /* Make the A-Frame VR button more accessible on mobile */
  /* .a-enter-vr {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1002;
  } */
}

/* Fix for iOS */
/* .a-fullscreen {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
} */
