@charset "utf-8";

/* CSS Document */

@media (max-width: 1920px) {
  #background_video2 {
    display: none;
  }
}

@media (min-width: 1921px) {
  #background_video {
    display: none;
  }
}

.mainVisual {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -5;
}

.mainVisual video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  z-index: -100;
}

#container {
  min-height: 450px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#background_video {
  min-height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#background_video2 {
  min-height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

#video_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../img/top_img_1.jpg);
  background-size: cover;
  background-position: center;
}

.video_container {
  height: 100vh;
}

@media (max-width: 1023px) {
  .top .container h1 {
    font-size: 18px;
    color: #fff;
  }
}

.active {
  color: #37352b;
}

.active2 {
  border-left: solid 5px #fff;
  padding: 0 0.5em;
}

.button {
  padding: 10px 30%;
  background-color: #191970;
  border-radius: 5px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .button {
    padding: 5px 20%;
    background-color: #191970;
    border-radius: 5px;
    line-height: 20px;
  }
}

.border {
  border: solid 1px #37352b;
  max-width: 1200px;
  margin: 0 auto;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  border-radius: 3px;
  transition: 0.4s;
}

.btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}

.swiper-container {
  max-width: 1200px;
  height: 100%;
  min-height: 300px;
  margin: 0 auto;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
}

.swiper-container img {
  width: 90%;
  display: block;
  z-index: 10000;
}

.swiper-container a {
  padding-top: 100px;
  position: absolute;
  z-index: 1000;
  display: block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

.swiper-container a span {
  position: absolute;
  display: block;
  margin-top: 250px;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

/* 次ページボタンのスタイル */
.swiper-button-next {
  color: #000;
  width: 30px;
  top: 1300px;
}

/* 前ページボタンのスタイル */
.swiper-button-prev {
  width: -30px;
  color: #000;
  top: 1300px;
}

@media (max-width: 678px) {
  .swiper-button-next {
    background-image: none;
    display: none;
  }

  /* 前ページボタンのスタイル */
  .swiper-button-prev {
    background-image: none;
    display: none;
  }
}

/* 全体のスタイル */
.swiper-pagination-bullet {
  width: 12px;
  /* 幅 */
  height: 12px;
  /* 高さ */
  background: #c0c0c0;
  /* 色：緑 */
  opacity: 0.5;
  /* 半透明（デフォルトでは0.2） */
}

/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
  width: 20px;
  /* 幅 */
  height: 20px;
  /* 高さ */
  background: #000;
  /* 色：黄色 */
  opacity: 1;
  /* 不透明 */
}

/* main_container */

.top .main_container {
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-image: url("../img/top_img_1.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top .main_container::before {
  content: "";
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.3);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.top .main_container h1 {
  font-size: 3vw;
  color: #fff;
  z-index: 1000;
}

@media (max-width: 1023px) {
  .top .main_container h1 {
    font-size: 24px;
    color: #fff;
  }
}

.burner .container {
  max-width: 1000px;
  margin: 0 auto;
}

.burner img {
  width: 100%;
}

.menu .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.menu .container2 {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

/* .menu .photo {
  background-color: #f7f5f5;
} */

.pagemenu-block {
  display: block;
  margin-right: 30px;
  font-size: 20px;
  line-height: 35px;
}

@media (max-width: 768px) {
  .pagemenu-block {
    margin-right: 20px;
    font-size: 15px;
    line-height: 25px;
  }
}

.pmd_1,
.pmd_2,
.pmd_3,
.pmd_4 {
  color: #a6a4a6;
  align-items: center;
}

.area_1,
.area_2,
.area_3,
.area_4 {
  display: none;
  width: 100%;
}

.area_1 img,
.area_2 img,
.area_3 img,
.area_4 img {
  width: 150px;
  padding: 5px;
}

.area_1 article,
.area_2 article,
.area_3 article,
.area_4 article {
  display: flex;
  width: 33%;
  align-items: center;
  line-height: 25px;
}

.active {
  display: flex;
  flex-wrap: wrap;
  color: #37352b;
}

.container .active::before {
  content: "";
  background-image: url(../img/logo_a09.png);
  background-position: center;
  background-size: cover;
  height: 20px;
  width: 20px;
}

/* .active::before {
  content: "";
  background-image: url(../img/menu_icon.png);
  width: 10px;
  height: 10px;
  background-position: center;
  background-size: cover;
} */

@media (max-width: 768px) {
  .area_1 article,
  .area_2 article,
  .area_3 article,
  .area_4 article {
    width: 50%;
    font-size: 10px;
    line-height: 15px;
  }

  .area_1 img,
  .area_2 img,
  .area_3 img,
  .area_4 img {
    width: 50px;
    padding: 5px;
  }
}

.clear {
  clear: both;
}

.takeout {
  width: 100%;
}

.takeout .container {
  background-color: #000;
  max-width: 600px;
  margin: 50px auto;
  display: flex;
  align-items: center;
}

.takeout img {
  flex: 2;
  width: 200px;
  padding: 3px;
}

.takeout .text {
  flex: 3;
  padding: 10px;
}

.takeout p {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.takeout a {
  color: #fff;
  font-size: 20px;
  line-height: 60px;
}

@media (max-width: 768px) {
  .takeout img {
    flex: 1;
    width: 120px;
    padding: 3px;
  }

  .takeout .text {
    flex: 3;
    padding: 3px;
    padding-left: 10px;
  }

  .takeout p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
  }

  .takeout a {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
  }
}

.news .container {
  max-width: 1100px;
  margin: 30px auto;
}

.news article {
  display: flex;
  border-bottom: solid 1px #c0c0c0;
}

.news .day {
  display: flex;
  align-items: center;
  padding: 20px;
  flex: 0 0 250px;
}

.news .text {
  padding: 20px;
  flex: 1;
}

.news span {
  margin-left: 20px;
  background-color: #000;
  color: #fff;
  padding: 10px 30px;
}

@media (max-width: 768px) {
  .news article {
    display: block;
  }

  .news .day {
    padding: 10px;
  }

  .news .text {
    padding: 10px;
  }
}

.sns {
  width: 100%;
}

.sns .container {
  max-width: 1000px;
  margin: 20px auto;
  display: flex;
}

.sns .facebook,
.sns .twitter {
  flex: 1;
  width: 50%;
  padding: 20px;
}

.sns img {
  width: 100%;
}

.sns p {
  font-size: 20px;
}

.sns .container2 {
  max-width: 1000px;
  margin: 30px auto;
  text-align: center;
}

.sns span {
  color: #fff;
  font-size: 30px;
  padding: 10px;
  margin: 0 10px;
}

.sns .container2 span {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 25px;
}

.sns_button {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .sns .container {
    display: block;
  }

  .sns .facebook,
  .sns .twitter {
    width: 80%;
    display: block;
    padding: 0;
    margin: 0 auto;
  }
}

.access {
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../img/top_img_1.jpg);
  background-position: center;
  background-size: cover;
}

.access .container {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.access .text {
  text-align: center;
}

.access .text h1 {
  font-size: 50px;
  text-align: center;
  letter-spacing: 8px;
}

.access .text p {
  position: relative;
  color: #fff;
  line-height: 100px;
}

.access .container .info {
  display: flex;
  align-items: flex-start;
}

.access .map,
.access .info2 {
  flex: 1;
  max-width: 50%;
  padding: 10px;
}

.access .info2 p {
  line-height: 30px;
  color: #fff;
  letter-spacing: 2px;
}

.access .map img {
  width: 100%;
}

@media (max-width: 768px) {
  .access .container .info {
    display: block;
  }

  .access .map,
  .access .info2 {
    max-width: 100%;
    padding: 10px;
  }
}

.conE {
  width: 100%;
}

.conE .container {
  padding: 20px;
  margin: 0 auto;
  padding-top: 50px;
}

.conE .title {
  text-align: center;
}

.conE h1 {
  font-size: 50px;
  text-align: center;
  letter-spacing: 8px;
}

.conE .title p {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 30px auto 30px;
}

.concept2 {
  margin-top: -20px;
  background: #fff;
}

.concept2 .container {
  max-width: 1000px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-lh {
  line-height: 2em;
}

h2.ttl2 {
  font-size: 1.9em;
  line-height: 1.5em;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

/* ブラウザの初期設定をクリア */

dl,
dt,
dd {
  margin: 0;
  padding: 0;
  line-height: 2em;
}

.dl_table {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dl_table dt {
  padding-top: 5px;
  font-weight: bold;
  width: calc(100% - 8em);
}

.dl_table dd {
  padding-top: 5px;
  width: 8em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.col50 {
  width: 50%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1em;
  width: 100%;
}

@media (max-width: 768px) {
  .col50 {
    width: 100%;
  }

  .dl_table {
    width: 100%;
    margin: 0 auto;
  }

  h2.ttl2 {
    text-align: center;
  }

  .p-lh {
    text-align: center;
  }
}

.page {
  font-weight: 500;
  line-height: 1.8;
}

.page .top {
  width: 100%;
  height: 100px;
  background-image: url(../img/top.jpg);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: visible;
}

.page .top .line {
  width: 100%;
  border-bottom: solid 15px #ea5504;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

.page .top .line2 {
  width: 100%;
  border-bottom: solid 15px #ea5504;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10000;
}

div#main {
  max-width: 1000px;
  margin: 1em auto;
  padding: 1em;
}

div#main p {
  margin: 0 0 1.8em;
}

h1.p-title {
  font-size: 2.5rem;
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

div#main h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5em;
  margin-top: 3em;
}

div#main ul,
div#main ol {
  margin: 0 0 1.8em 1.5em;
  padding: 0;
}

.footF a {
  line-height: 1;
}

/* event_info_child */

.event_info_child {
  width: 100%;
}

.event_info_child .container {
  max-width: 1000px;
  margin: 20px auto;
  margin-bottom: 0px;
}

.event_info_child .container_child {
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5);
}

.event_info_child .container_child:last-child {
  margin-bottom: 50px;
}

.event_info_child .text h1 {
  font-size: 25px;
  padding-bottom: 20px;
}

.event_info_child .info_title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.event_info_child .info_title h1 {
  font-size: 25px;
  padding-bottom: 0px;
  padding-left: 10px;
  border-left: 5px solid #191970;
}

.event_info_child .text p {
  line-height: 25px;
  padding-bottom: 20px;
}

.event_info_child .text .bold {
  font-weight: bold;
  padding-top: 30px;
}

.event_info_child .container_child .under_bar {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 5px 0;
}

.event_info_child .set_info p {
  padding: 0;
}

.event_info_child .set_info {
  padding-bottom: 20px;
}

.event_info_child .text_info p {
  padding-bottom: 20px;
}

.event_info_child .botton {
  background-color: unset;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.event_info_child .botton .price_box{
  background-color: unset;
  padding: 0;
  display: none;
  flex-wrap: wrap;
}

.event_info_child .text_box {
  margin: 10px;
  flex: 1 1 150px;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.event_info_child .text_box p {
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 20px;
}

.event_info_child .text_box a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {
  .event_info_child .container_child {
    display: flex;
  }

  .event_info_child .photo {
    flex: 2;
    padding: 20px;
  }

  .event_info_child .text {
    padding: 10px;
  }
  .event_info_child .text {
    flex: 3;
  }
}

.event_info_child img {
  width: 100%;
}

/* Flow */
.flow {
  width: 100%;
}
.flow .container {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 10px;
}
.flow h1 {
  padding: 10px;
  margin-bottom: 0px;
}
.flow p {
  padding: 10px;
}
.flow .plan {
  max-width: 800px;
  margin: 40px auto;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  border: solid 3px #191970;
}
.flow .plan .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  background: #191970;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

/* conB特別設定 */

.event_info_child .container {
  padding-top: 80px;
  padding-bottom: 0;
}
