﻿@charset "UTF-8";

.topMain {
  /* background : #FEFDF9; */
  /* background: linear-gradient(90deg, rgba(255, 217, 163, 1) 0%, rgba(245, 228, 175, 1) 100%); */
  margin: 0;
  position: relative;
  /* overflow-x: hidden; */
}
/* .topMain::before {
	content: "";
	width: 1920px;
	height: 380px;
	background: url(../../images/top/mainv_bg_202501_pc.jpg) no-repeat left center / cover;
	position: absolute;
	top: 0;
	left: 50%;
	translate: -50% 0;
} */
.topMain .picWrap {
  max-width: 1700px;
  width: 100%;
  /* background-image: linear-gradient(90deg, rgba(255, 114, 32, 1), rgba(255, 31, 86, 1)); */
  margin: 0 auto;
  height: 430px;
  border-radius: 30px;
}
.topMain .subContents {
  width: 100%;
}
 @keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topMain .subContents picture {
  width: calc(100% - 10px);
  min-width: 960px;
  position: relative;
  left: 0;
  top: 5px;
  z-index: 2;
  display: block;
  background: url(../../images/top/mainv_bg_202603_pc.png) no-repeat center center/cover;
  border-radius: 25px;
  margin: 0 auto;
  height: 430px;
  overflow-y: clip;
}
.topMain .subContents picture img {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media screen and (max-width: 899px) {
  .topMain .subContents picture {
    min-width: inherit;
  }
  .topMain .subContents picture img {
    animation: none
  }
}
.topMain .subContents picture img {
  position: absolute;
  left: calc(61% - 215px);
  top: 26px;
  z-index: 2;
  display: block;
}
@media screen and (max-width: 1199px) {
  .topMain {
    margin: 0 auto;
  }
  /* .topMain .subContents picture img {
    width: 100vw;
    height: auto;
    left: 0;
  } */
}
@media screen and (max-width: 899px) {
    .topMain .subContents picture img {
    width: 100vw;
    height: auto;
    top: 0;
    left: 0;
  }
}

.zisseki + .note {
  color: #828282;
  font-size: 10px;
  text-align: left;
  width: 1200px;
  margin: 10px auto 0;
}

#topslider {
  background: linear-gradient(to bottom, rgba(254, 241, 234, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 0;
}
#topslider h3 {
  margin-bottom: -12px;
  transform: translateY(-12px);
}
#topslider .slider {
  overflow: hidden;
}
#topslider .slider .slide {
  padding: 0 5px;
}
#topslider .slider .slide img {
  width: 100%;
  height: auto;
}
#topslider .slider .slide p {
  font-size: 0.875rem;
  color: #444;
  line-height: 1.5;
  margin-top: 5px;
  font-feature-settings: "palt";
}
#topslider .slider .slide p span {
  padding-left: 0.5em;
}
@media screen and (max-width: 899px) {
  #topslider h3 {
    margin-left: 2vw;
    margin-right: 2vw;
  }
  #topslider .slider .slide p span {
    padding-left: 0;
    display: block;
  }
}

#campbnr {
  width: 100%;
  padding: 90px 0 50px;
}

#campbnr p {
  font-size: 27px;
  font-weight: bold;
}

#campbnr .splide__track {
  padding: 45px 0;
}

#campbnr .splide__list {
  align-items: center;
}

/* スライド */
#campbnr .splide__slide {
  width: 400px !important; /* スライドの幅を指定 */
}

#campbnr .splide__slide.is-active {
  z-index: 2; /* 中央のスライドを前面に表示 */
}

#campbnr .splide__slide.is-active img {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1); /* 中央のスライドは小さくしない */
  border-radius: 10px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
}

/* 画像の処理：幅固定はしない */
#campbnr .splide__slide img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  display: block;
  object-fit: contain;
  opacity: 0.6; 
  transform: scale(0.75);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* 矢印ボタン全体のスタイル */
#campbnr .splide__arrow {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.3);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 1;
}

/* 矢印アイコン（SVG）の色を変更 */
#campbnr .splide__arrow svg {
    fill: #fff;
    width: 60%;
    height: 60%;
}

/* 左矢印の位置 */
#campbnr .splide__arrow--prev {
    top: 55%;
    left: 17%; 
}

/* 右矢印の位置 */
#campbnr .splide__arrow--next {
    top: 55%;
    right: 17%; 
}

.bnr {
  margin: 0 auto;
  padding: 30px 0 50px;
}

.natsukoi {
  position: absolute;
  top: 5px;
  left: 40px;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}

.natsukoi:hover {
  transform: translateY(-5px);
}

.natsukoi a:hover {
  opacity: 1 !important;
}

@media screen and (max-width: 600px) {
  #campbnr {
    width: 100%;
    padding: 15vw 0 5vw;
  }

  #campbnr p {
    font-size: 25px;
  }

  #campbnr .splide__track {
    padding: 7vw 0;
  }

  #campbnr .splide__slide {
    width: 250px !important;
  }

  #campbnr .splide__slide.is-active img {
    border-radius: 2vw;
    box-shadow: 0 0 1vw 0.75vw rgba(0, 0, 0, 0.3);
  }

  #campbnr .splide__slide img {
    width: 100%;
    height: auto;
    border-radius: 2vw;
  }

  #campbnr .splide__arrow {
      background: rgba(0, 0, 0, 0.5);
      box-shadow: 0 0 1vw 0.75vw rgba(0, 0, 0, 0.3);
      width: 10vw;
      height: 10vw;
  }

  #campbnr .splide__arrow--prev {
      top: 60%;
      left: 4%; 
  }

  #campbnr .splide__arrow--next {
      top: 60%;
      right: 4%; 
  }
  .natsukoi {
    position: inherit;
    top: 0;
    left: 0;
  }
  .note {
    display: block;
  }
}

/* 特別ニュース */
.pickupNews {
  margin: 30px auto 0;
  padding: 10px;
  display: none;
}

.pickupNews p {
  max-width: 1060px;
  text-align: left;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pickupNews p + p {
  margin: 10px auto 0;
}

.pickupNews p::before {
  content: "NEWS";
  color: #be2b00;
  font-weight: bold;
  margin: 0 10px 0 0;
}

#afap {
  margin: 30px auto 50px;
}

#info {
  margin: 40px 0 60px;
}

#info .inner {
  font-size: 16px;
  background: #f6f6f6;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

#info .inner .date {
  display: inline-block;
  margin-right: 10px;
}

#info .inner h2 {
  color: #fff;
  font-size: 15px;
  border: none;
  display: inline-block;
  text-align: center;
  padding: 1px 5px;
  background: var(--theme-color-1);
}

#info .inner a {
  color: #008fc1;
  margin: 0 0 0 10px;
}

#sbyMap {
  width: 100%;
  min-width: 1200px;
  background: repeating-linear-gradient(-45deg, var(--theme-color-2-900), var(--theme-color-2-900) 5px, #fff 0, #fff 10px);
  /* margin: 40px 0 0 0; */
  padding: 50px 0;
}
#sbyMap a {
  transition: all 0.1s;
}
#sbyMap #mapcanvas {
  width: 1080px;
  height: 500px;
  background: url(../../images/top/sbymap_p_map2.png) no-repeat center center;
  margin-left: -60px;
  position: relative;
}
#sbyMap #mapcanvas dl {
  width: 310px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}
#sbyMap #mapcanvas dl.hoto {
  top: 22px;
  left: 774px;
}
#sbyMap #mapcanvas dl.kanto {
  top: 180px;
  left: 692px;
}
#sbyMap #mapcanvas dl.hoko {
  top: 14px;
  left: 220px;
}
#sbyMap #mapcanvas dl.tokai {
  top: 324px;
  left: 692px;
}
#sbyMap #mapcanvas dl.kansai {
  top: 365px;
  left: 367px;
}
#sbyMap #mapcanvas dl.chushi {
  top: 155px;
  left: 73px;
}
#sbyMap #mapcanvas dl.kyushu {
  top: 342px;
  left: 0;
}

#sbyMap #mapcanvas dl dt {
  width: 100%;
  font-size: 1.286rem;
  background: #fff;
  position: relative;
}
#sbyMap #mapcanvas dl dt::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 15px;
  right: 15px;
}
#sbyMap #mapcanvas dl dt a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
}
#sbyMap #mapcanvas dl.hoto dt a {
  background: #80d2f6;
}
#sbyMap #mapcanvas dl.kanto dt a {
  background: #6f8beb;
}
#sbyMap #mapcanvas dl.hoko dt a {
  background: #88d5a9;
}
#sbyMap #mapcanvas dl.tokai dt a {
  background: #acb1f1;
}
#sbyMap #mapcanvas dl.kansai dt a {
  background: #ff9d63;
}
#sbyMap #mapcanvas dl.chushi dt a {
  background: #f8add2;
}
#sbyMap #mapcanvas dl.kyushu dt a {
  background: #ff8f9a;
}

#sbyMap #mapcanvas dl dd {
  font-size: 1.143rem;
  width: 75px;
  background: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  box-sizing: content-box;
}
#sbyMap #mapcanvas dl dd:nth-of-type(4n-3) {
  border-width: 0 2px 2px 2px;
}

#sbyMap #mapcanvas dl.hoto dd {
  border-color: #80d2f6;
}
#sbyMap #mapcanvas dl.kanto dd {
  border-color: #6f8beb;
}
#sbyMap #mapcanvas dl.hoko dd {
  border-color: #88d5a9;
}
#sbyMap #mapcanvas dl.tokai dd {
  border-color: #acb1f1;
}
#sbyMap #mapcanvas dl.kansai dd {
  border-color: #ff9d63;
}
#sbyMap #mapcanvas dl.chushi dd {
  border-color: #f8add2;
}
#sbyMap #mapcanvas dl.kyushu dd {
  border-color: #ff8f9a;
}

#sbyMap #mapcanvas dl dd a {
  color: #333;
  text-decoration: none;
  text-align: center;
  padding: 5px 0;
  display: block;
  position: relative;
}
#sbyMap #mapcanvas dl dd a:hover {
  color: var(--theme-color-1);
  font-weight: bold;
  background: #fcecef;
  opacity: 1;
}
#sbyMap .osusume {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  margin-top: 15px;
  padding: 30px 30px 20px 30px;
  display: flex;
}
#sbyMap .osusume h3 {
  width: 200px;
  color: var(--theme-color-1);
  font-size: 1.423rem;
  font-weight: bold;
}
#sbyMap .osusume h3 span {
  padding: 3px 0 0 25px;
  position: relative;
}
#sbyMap .osusume h3 span::before {
  content: "";
  width: 15px;
  height: 20px;
  background: url(../../common/images/s_loc_red.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
}
#sbyMap .osusume ul {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
}
#sbyMap .osusume ul li {
  font-size: 1.286rem;
  margin: 0 10px 10px 0;
}
#sbyMap .osusume ul li a {
  color: #333;
  text-decoration: none;
  background: #f3eae0;
  border-radius: 50vh;
  padding: 5px 20px;
  display: block;
}
#sbyMap .osusume ul li a:hover {
  color: #fff;
  font-weight: bold;
  background: var(--theme-color-1);
  opacity: 1;
}

#search {
  padding: 50px 0;
}
#search .subContents {
  width: 820px;
}
#search .searchStep {
  margin: 0 0 14px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#search .searchStep .search1 {
  position: relative;
  width: 33%;
}
#search .searchStep .search1::before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 2px var(--theme-color-1);
  border-right: solid 2px var(--theme-color-1);
  transform: rotate(45deg);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
#search .searchStep .search1 select {
  width: 100%;
  height: 55px;
  padding: 0 50px 0 30px;
  border: solid 1px #c5c5c5;
  font-size: 1.286rem;
  box-sizing: border-box;
  border-radius: 8px 0 0 8px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
#search .searchStep .search2 {
  position: relative;
  width: 67%;
}

#search .searchStep .search2 .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: var(--theme-color-1);
  margin: -1px 0 0;
}
#search .searchStep .search2 .icon::before,
#search .searchStep .search2 .icon::after {
  display: block;
  position: absolute;
  right: 0;
  top: -7px;
  width: 100%;
  height: 100%;
  background: var(--theme-color-1);
  content: "";
}
#search .searchStep .search2 .icon::after {
  top: 7px;
}
#search .searchStep .search2 input[type="text"] {
  position: relative;
  width: 100%;
  padding: 0 50px 0 30px;
  height: 55px;
  border: solid 1px #c5c5c5;
  border-left: none;
  background: transparent;
  font-size: 1.286rem;
  box-sizing: border-box;
  border-radius: 0 8px 8px 0;
  outline: none;
  cursor: pointer;
}
#search .searchStep .search2 input[type="text"]::placeholder {
  color: var(--text-color-main);
}
#search .searchStep .search2 input[type="text"]:-ms-input-placeholder {
  color: var(--text-color-main); /* IE */
}
#search .searchStep .search2 input[type="text"]::-ms-input-placeholder {
  color: var(--text-color-main); /* Edge */
}
#search .searchStep .search2.disabled {
  opacity: 0.7;
  background: #ddd;
  border-radius: 0 8px 8px 0;
}
#search .searchStep .search2.disabled input[type="text"] {
  pointer-events: none;
}
#search .searchStep .search3,
#search .searchStep .search4 {
  position: relative;
  width: 47.5%;
}
#search .searchStep .termText {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5%;
  font-size: 1.286rem;
}
#search .searchStep .search3 .icon,
#search .searchStep .search4 .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 2px;
  background: var(--theme-color-1);
  margin: -1px 0 0;
}
#search .searchStep .search3 .icon::before,
#search .searchStep .search3 .icon::after,
#search .searchStep .search4 .icon::before,
#search .searchStep .search4 .icon::after {
  display: block;
  position: absolute;
  right: 0;
  top: -7px;
  width: 100%;
  height: 100%;
  background: var(--theme-color-1);
  content: "";
}
#search .searchStep .search3 .icon::after,
#search .searchStep .search4 .icon::after {
  top: 7px;
}
#search .searchStep .search3 input[type="text"],
#search .searchStep .search4 input[type="text"] {
  position: relative;
  width: 100%;
  padding: 0 50px 0 30px;
  height: 55px;
  border: solid 1px #c5c5c5;
  background: transparent;
  font-size: 1.286rem;
  box-sizing: border-box;
  border-radius: 8px;
  outline: none;
  cursor: pointer;
}
#search .searchStep .search3 input[type="text"]::placeholder,
#search .searchStep .search4 input[type="text"]::placeholder {
  color: var(--text-color-main);
}
#search .searchStep .search3 input[type="text"]:-ms-input-placeholder,
#search .searchStep .search4 input[type="text"]:-ms-input-placeholder {
  color: var(--text-color-main); /* IE */
}
#search .searchStep .search3 input[type="text"]::-ms-input-placeholder,
#search .searchStep .search4 input[type="text"]::-ms-input-placeholder {
  color: var(--text-color-main); /* Edge */
}
#search .searchStep .search5 {
  width: 65.8%;
  display: flex;
}
#search .searchStep .search5 label {
  display: flex;
  width: 50%;
  cursor: pointer;
}
#search .searchStep .search5 label input[type="radio"] {
  display: none;
}
#search .searchStep .search5 label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 0;
  border: solid 1px #c5c5c5;
  box-sizing: border-box;
}
#search .searchStep .search5 label > span::before {
  display: none;
}
#search .searchStep .search5 label:first-child > span {
  border-right: none;
  border-radius: 8px 0 0 8px;
}
#search .searchStep .search5 label:last-child > span {
  border-radius: 0 8px 8px 0;
}
#search .searchStep .search5 label > span > span {
  position: relative;
  display: inline-block;
  font-size: 1.286rem;
}
#search .searchStep .search5 input[type="radio"]:checked + span {
  color: #fff;
  background: var(--theme-color-1);
}
#search .searchStep .search6 {
  position: relative;
  width: 31.7%;
}
#search .searchStep .search6::before {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: solid 2px var(--theme-color-1);
  border-right: solid 2px var(--theme-color-1);
  transform: rotate(45deg);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
}
#search .searchStep .search6 select {
  width: 100%;
  height: 55px;
  padding: 0 50px 0 30px;
  border: solid 1px #c5c5c5;
  font-size: 1.286rem;
  box-sizing: border-box;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}
#search .searchBtnWrapper a {
  display: block;
  max-width: 430px;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  background: var(--theme-color-1);
  border-radius: 50vh;
  color: #fff;
  font-size: 1.286rem;
  font-weight: bold;
  text-decoration: none;
}

#search .addAnchor {
  margin: 20px 0 0;
  text-align: center;
}
#search .addAnchor a {
  text-decoration: none;
}
#search .addAnchor a:hover {
  text-decoration: underline;
}

#earliest {
  margin: 0 0 120px;
}
#earliest .tabList {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 0 35px;
}
#earliest .tabList::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  border-bottom: solid 1px #cbcfd3;
  content: "";
}
#earliest .tabList > li {
  display: flex;
  width: 100%;
  margin: 0 0 0 10px;
}
#earliest .tabList > li:first-child {
  margin: 0;
}
#earliest .tabList > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 14px 9px;
  text-decoration: none;
  border: solid 1px #f2f3f4;
  background: #f2f3f4;
  color: #666;
  box-sizing: border-box;
  font-size: 1.286rem;
}
#earliest .tabList > li a:hover,
#earliest .tabList > li a.current {
  position: relative;
  z-index: 1;
  border-color: var(--theme-color-1);
  border-bottom-color: #fff;
  background: #fff;
  color: var(--theme-color-1);
  font-weight: bold;
  opacity: 1;
}
#earliest .dateList {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 36px;
}
#earliest .dateList > li {
  display: flex;
  max-width: 100px;
  width: 100%;
  margin: 0 0 0 20px;
  line-height: 1.2;
}
#earliest .dateList > li:first-child {
  margin: 0;
}
#earliest .dateList > li a {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  border: solid 1px #f0f1f2;
  text-decoration: none;
  background: #f0f1f2;
  color: #a8a8a8;
  box-sizing: border-box;
  pointer-events: none;
  border-radius: 8px;
}
#earliest .dateList > li.current a,
#earliest .dateList > li.today.current a {
  border-color: var(--theme-color-1);
  background: var(--theme-color-1-900);
  color: var(--theme-color-1);
  pointer-events: auto;
}
#earliest .dateList > li.today a {
  border-color: #c5c5c5;
  background: #fff;
  color: #333;
  pointer-events: auto;
}
#earliest .dateList > li.today ~ li.normal a,
#earliest .dateList > li.today ~ li.saturday a,
#earliest .dateList > li.today ~ li.sunday a {
  border-color: #c5c5c5;
  background: #fff;
  color: #333;
  pointer-events: auto;
}
#earliest .dateList > li.today ~ li.saturday a {
  color: #2770c4;
}
#earliest .dateList > li.today ~ li.sunday a {
  color: #c93205;
}
/*
#earliest .dateList > li.today.saturday a,
#earliest .dateList > li.today.sunday a {
	color: #E35B8A;
}
*/
#earliest .lnavi1 {
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#earliest .lnavi1 li {
  color: #777;
  font-size: 1.125rem;
  font-weight: bold;
  border: solid 1px #e75b8e;
  margin: 0 5px;
  padding: 5px 1.5em;
  border-radius: 2em;
  cursor: pointer;
}
#earliest .lnavi1 li.cr,
#earliest .lnavi1 li:hover {
  background: #ffdee7;
  position: relative;
}
#earliest .lnavi1 li.cr::after {
  content: " ";
  width: 17px;
  height: 12px;
  background: url(/App_Contents/images/top/earliest_s_01.gif) no-repeat;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
#earliest .lnavi2 {
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#earliest .lnavi2 li {
  margin: 2px 5px;
  cursor: pointer;
}
#earliest .lnavi2 li a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: none;
  background: #e75b8e;
  border-radius: 2em;
  padding: 5px 1.5em;
  display: block;
}
#earliest .lnavi2 li.cr a,
#earliest .lnavi2 li:hover a {
  color: #f6c8d6;
  opacity: 1;
}

#special {
}
/*--------------------------20200403追記 ------- */
#special h2 {
  position: relative;
}
#special h2 em {
  font-size: 0.9rem;
  font-style: normal;
  position: absolute;
  top: calc(50% - 0.9em);
  right: 0;
}
#special h2 em a {
  color: #e75b8e;
  text-decoration: none;
  border: solid 1px #e75b8e;
  border-radius: 1.5em;
  padding: 3px 20px;
  display: inline-block;
}
/*--------------------------20200403追記ここまで ------- */

#special .subContents > ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 33px;
}
#special .subContents > ul::before,
#special .subContents > ul::after {
  content: " ";
  width: 24%;
  display: block;
  order: 1;
}
#special .subContents > ul li {
  width: 240px;
  margin: 0 0 28px;
  border: 7px solid #ffffff;
  box-shadow: 0 0 4px rgb(128 128 128 / 25%);
}
#special .subContents > ul li figure img {
  width: 100%;
  height: auto;
}

#hall .hallArea {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
  width: 100%;
}
#hall .hallArea > li {
  display: flex;
  max-width: 160px;
  width: 100%;
  margin: 0 0 0 10px;
}
#hall .hallArea > li:first-child {
  margin: 0;
}
#hall .hallArea > li:last-child {
  /*display: none;*/
}
#hall .hallArea > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  border: solid 1px #c5c5c5;
  border-radius: 6px;
  font-size: 1.286rem;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}
#hall .hallArea > li a.active,
#hall .hallArea > li a:hover {
  border-color: var(--theme-color-1);
  background: var(--theme-color-1-900);
  color: var(--theme-color-1);
  opacity: 1;
}
#hall .hallList {
  display: flex;
  flex-wrap: wrap;
}
#hall .hallList > li {
  width: 240px;
  margin: 20px 0 0 33px;
}
#hall .hallList > li:nth-child(-n + 4) {
  margin-top: 0;
}
#hall .hallList > li:nth-child(4n + 1) {
  margin-left: 0;
}
#hall .hallList > li a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}
#hall .hallList > li a:hover {
  opacity: 0.7;
}
#hall .hallList > li a .image {
  width: 240px;
  height: 160px;
  background: #f2f2f2;
  position: relative;
}
#hall .hallList > li a .image img {
  width: 232px;
  height: 152px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#hall .hallList > li a .location {
  color: #333;
  font-size: 12px;
  line-height: 1.67;
  margin: 12px 0;
  text-align: center;
}
#hall .hallList > li a .image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #fff;
  font-size: 1.071rem;
  box-sizing: border-box;
  opacity: 1;
}
#hall .hallList > li a:hover .image figcaption {
  opacity: 0;
}
#hall .hallList > li a .infoWrapper {
  position: absolute;
  left: 0;
  top: 0;
  padding: 15px 20px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  background: rgba(68, 68, 68, 0.6);
  opacity: 0;
  transition: opacity 0.5s ease;
}
#hall .hallList > li a:hover .infoWrapper {
  opacity: 1;
}
#hall .hallList > li a .infoWrapper .name {
  margin: 0 0 5px;
  font-size: 1.143rem;
}
#hall .hallList > li a .infoWrapper .address {
  margin: 0 0 10px;
  font-size: 0.857rem;
}
#hall .hallList > li a .infoWrapper .nearest > li {
  font-size: 0.857rem;
}
#hall .hallList > li a .infoWrapper .nearest > li::before {
  content: "\25CF";
}
#osusume .subContents > ul {
  display: flex;
  justify-content: space-between;
}
#osusume .subContents > ul li {
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#osusume .subContents > ul li figure {
  width: 100px;
}
#osusume .subContents > ul li figure img {
  border-radius: 10px;
}
#osusume .subContents > ul li > div {
  width: calc(100% - 110px);
}
#osusume .subContents > ul li > div h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0 0 5px;
}
#osusume .subContents > ul li > div p {
  color: #1d4fa8;
  line-height: 1.4;
}
#osusume .subContents > ul li > div p br {
  display: none;
}

#news {
  margin: 0 0 100px;
}
#news .XMLRequest2 li {
  font-size: 16px;
  border-bottom: 2px dotted #e4e4e4;
  padding: 20px 0;
  display: flex;
}
#news .XMLRequest2 li:first-child {
  padding-top: 30px;
}
#news .XMLRequest2 li .info {
  width: 120px;
  margin-right: 20px;
}
#news .XMLRequest2 li .info + div {
  width: calc(100% - 140px);
}
#news .XMLRequest2 li a {
  color: #e75b8e;
}

#rsscolumn {
  margin: 0 0 100px;
}

#rsscolumn .XMLRequest {
  display: flex;
  justify-content: space-between;
}

#rsscolumn .XMLRequest li {
  width: 320px;
}

#rsscolumn .XMLRequest li picture {
  display: block;
  height: 150px;
}

#rsscolumn .XMLRequest li picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#rsscolumn .XMLRequest li a {
  display: block;
  text-decoration: none;
}

#rsscolumn .XMLRequest li .title {
  color: #333;
  font-size: 16px;
  margin: 5px 0 0;
}

#rsscolumn .XMLRequest li a:hover .title {
  text-decoration: underline;
}

#rsscolumn .btn {
  margin: 50px auto 0;
}

#extra {
}
#extra p {
  color: #aaa;
  font-size: 11px;
  position: relative;
  top: 120px;
}

/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  #headline {
    display: none !important;
  }
  .topMain {
    width: 93vw;
    height: auto;
  }
  .topMain::before {
    content: none;
  }
  .topMain .picWrap {
    width: 93vw;
    height: 87vw;
    background: none;
    max-width: inherit;
    border-radius: 0;
  }
  .topMain .subContents {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .topMain .subContents picture {
    width: 100%;
    background: none;
    height: 86vw;
  }

  .topMain .subContents picture img {
    width: 100%;
  }

  .topMain + .zisseki {
    width: 90vw;
    margin: 4.2vw auto 0;
    display: flex;
    column-gap: 2.7vw;
  }

  .topMain + .zisseki li {
    flex: 0.5;
  }

  .topMain + .zisseki li img {
    width: 100%;
    height: auto;
  }

  .zisseki + .note {
    width: 90vw;
  }

  #satisfaction {
    margin: 1vw 0 0;
  }
  #satisfaction .banner {
    width: 100%;
    margin: 0 0 10px;
  }
  #satisfaction .banner img {
    border-radius: 1.3vw;
  }
  #satisfaction .note {
    font-size: 2.2vw;
    text-align: left;
    font-feature-settings: "palt";
  }

  .pickupNews p {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  #afap {
    width: 90vw;
    margin: 6vw auto;
  }
  #info {
    text-align: left;
    background: #f6f6f6;
    width: 100vw;
    margin: 6vw calc(50% - 50vw) 9vw;
    padding: 0 5vw;
  }

  #info .inner {
    margin: 0 auto;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
  }

  #info .inner h2 {
    color: #fff;
    font-size: 1rem;
    border: none;
    display: inline-block;
    text-align: left;
    padding: 1px 8px;
  }

  #info .inner a {
    display: block;
    margin: 0;
  }

  #info .inner > div {
    width: 76%;
  }

  #sbyMap {
    width: auto;
    min-width: auto;
    background: repeating-linear-gradient(-45deg, var(--theme-color-2-900), var(--theme-color-2-900) 2px, #fff 0, #fff 4px);
    margin: 6vw 5vw;
    padding: 0 0 6vw;
    overflow: hidden;
  }
  #sbyMap .subContents {
    padding: 0;
  }
  #sbyMap h2 {
    background: #eee4db;
    margin-bottom: 0;
    padding: 2vw 0;
  }
  #sbyMap #mapcanvassp {
    margin: 0;
    position: relative;
  }
  #sbyMap #mapcanvassp .box {
    width: 100%;
    height: 84vw;
    position: absolute;
    top: 0;
    left: 100vw;
    transition: all 0.3s;
  }
  #sbyMap #mapcanvassp .box.box1 {
    background: url(../../images/top/sbymap_p_map2_sp.png) no-repeat center center/100% auto;
    left: -100vw;
  }
  #sbyMap #mapcanvassp .box.active {
    left: 0;
  }

  #sbyMap #mapcanvassp .box.box1 .linkbtn {
    font-size: 3.2vw;
    font-weight: bold;
    font-feature-settings: "palt";
    width: fit-content;
    -moz-width: fit-content;
    background: #fff;
    border-style: solid;
    border-width: 2px;
    padding: 2vw 6.2vw 2vw 2vw;
    box-sizing: border-box;
    position: absolute;
  }
  #sbyMap #mapcanvassp .box.box1 .linkbtn[rel="hoto"] {
    border-color: #80d2f6;
    top: 27.7vw;
    left: 61.6vw;
  }
  #sbyMap #mapcanvassp .box.box1 .linkbtn[rel="kanto"] {
    border-color: #6f8beb;
    top: 44.4vw;
    left: 59.7vw;
  }
  #sbyMap #mapcanvassp .box.box1 .linkbtn[rel="hoko"] {
    border-color: #88d5a9;
    top: 22.9vw;
    left: 27.3vw;
  }
  #sbyMap #mapcanvassp .box.box1 .linkbtn[rel="tokai"] {
    border-color: #acb1f1;
    top: 59vw;
    left: 45.7vw;
  }
  #sbyMap #mapcanvassp .box.box1 .linkbtn[rel="kansai"] {
    border-color: #ff9d63;
    top: 60.2vw;
    left: 25vw;
  }
  #sbyMap #mapcanvassp .box.box1 .linkbtn[rel="chushi"] {
    border-color: #f8add2;
    top: 39.1vw;
    left: 24.4vw;
  }
  #sbyMap #mapcanvassp .box.box1 .linkbtn[rel="kyushu"] {
    border-color: #ff8f9a;
    top: 46vw;
    left: 4.3vw;
  }

  #sbyMap #mapcanvassp .box.box1 .linkbtn::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4vw 0 1.4vw 1vw;
    border-color: transparent transparent transparent #c4c4c4;
    position: absolute;
    top: 3.2vw;
    right: 2vw;
  }
  #sbyMap #mapcanvassp .box.box2 {
    padding-top: 6vw;
  }
  #sbyMap #mapcanvassp .box.box2 .btn-back {
    width: 18vw;
    font-size: 4vw;
    background: #d9d9d9;
    padding: 1vw 2vw 1vw 6vw;
    position: absolute;
    top: 5.5vw;
    left: 4vw;
  }
  #sbyMap #mapcanvassp .box.box2 .btn-back::before {
    content: "";
    width: 1.5vw;
    height: 1.5vw;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
    position: absolute;
    top: 3vw;
    left: 2vw;
    transform: rotate(-45deg);
  }
  #sbyMap #mapcanvassp .box.box2 h4 {
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5vw;
  }
  #sbyMap #mapcanvassp .box.box2 ul {
    margin: 0 4vw;
    display: grid;
    gap: 1.5vw;
    grid-template-columns: auto auto auto;
  }
  #sbyMap #mapcanvassp .box.box2 ul li {
  }
  #sbyMap #mapcanvassp .box.box2 ul li a {
    color: #333;
    font-size: 1.125rem;
    text-decoration: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 60%, rgba(188, 188, 188, 1) 100%);
    border: solid 1px var(--theme-color-1);
    padding: 4vw 3vw;
    display: block;
    position: relative;
  }
  #sbyMap #mapcanvassp .box.box2 ul li a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4vw 0 1.4vw 1vw;
    border-color: transparent transparent transparent var(--theme-color-1);
    position: absolute;
    top: calc(50% - 1.5vw);
    right: 2vw;
  }
  #sbyMap .osusume {
    margin: 84vw 4vw 0;
    padding: 4vw;
    display: block;
  }
  #sbyMap .osusume h3 {
    width: 100%;
    text-align: center;
    margin: 0 0 3vw;
  }
  #sbyMap .osusume h3 span {
    padding: 0 0 0 25px;
  }
  #sbyMap .osusume h3 span::before {
    top: 1vw;
  }
  #sbyMap .osusume ul {
    width: 100%;
  }
  #sbyMap .osusume ul li {
    font-size: 1.075rem;
    margin: 0 5px 5px 0;
  }

  #search .subContents {
    width: 100%;
  }

  #search .searchStep {
    margin: 0 0 10px;
  }
  #search .searchStep select {
    background: #fff;
  }
  #search .searchStep .search1 {
    position: relative;
    width: 40%;
  }
  #search .searchStep .search1::before {
    right: 15px;
  }
  #search .searchStep .search1 select {
    height: 42px;
    padding: 0 25px 0 17px;
    font-size: 0.9rem;
  }
  #search .searchStep .search2 {
    width: 60%;
  }
  #search .searchStep .search2::before {
    width: 13px;
    height: 22px;
    top: 50%;
    left: 19px;
  }
  #search .searchStep .search2 .icon {
    right: 14px;
    width: 15px;
    background: var(--theme-color-1);
  }
  #search .searchStep .search2 .icon::before,
  #search .searchStep .search2 .icon::after {
    top: -5px;
    background: var(--theme-color-1);
  }
  #search .searchStep .search2 .icon::after {
    top: 5px;
  }
  #search .searchStep .search2 input[type="text"] {
    padding: 0 42px;
    height: 42px;
    font-size: 1rem;
  }
  #search .searchStep .search3,
  #search .searchStep .search4 {
    width: 45.5%;
  }
  #search .searchStep .termText {
    width: 9%;
    font-size: 1rem;
  }
  #search .searchStep .search3::before,
  #search .searchStep .search4::before {
    width: 18px;
    height: 22px;
    top: 50%;
    left: 19px;
  }
  #search .searchStep .search3 .icon,
  #search .searchStep .search4 .icon {
    right: 14px;
    width: 15px;
    background: var(--theme-color-1);
  }
  #search .searchStep .search3 .icon::before,
  #search .searchStep .search3 .icon::after,
  #search .searchStep .search4 .icon::before,
  #search .searchStep .search4 .icon::after {
    top: -5px;
    background: var(--theme-color-1);
  }
  #search .searchStep .search3 .icon::after,
  #search .searchStep .search4 .icon::after {
    top: 5px;
  }
  #search .searchStep .search3 input[type="text"],
  #search .searchStep .search4 input[type="text"] {
    padding: 0 20px;
    height: 42px;
    font-size: 1rem;
  }
  #search .searchStep .search5 {
    width: 63.2%;
  }
  #search .searchStep .search5 label > span {
    height: 42px;
  }
  #search .searchStep .search5 label > span > span {
    font-size: 1rem;
  }
  #search .searchStep .search5 label > span > span::before {
    width: 11px;
    height: 18px;
  }
  #search .searchStep .search6 {
    width: 32.3%;
  }
  #search .searchStep .search6::before {
    right: 15px;
  }
  #search .searchStep .search6 select {
    height: 42px;
    padding: 0 35px 0 20px;
    font-size: 1rem;
  }
  #search .searchBtnWrapper a {
    max-width: initial;
    margin: 0 50px;
    padding: 10px;
    font-size: 1rem;
  }
  #search .searchBtnWrapper a::before {
    width: 16px;
    height: 16px;
    background: url(/App_Contents/common/images/search_s_search_sp.png) no-repeat 0 0 / contain;
    margin: 0 8px 0 0;
  }
  #search .addAnchor {
    margin: 10px 0 0;
    text-align: center;
  }
  #search .addAnchor a {
    text-decoration: none;
    font-size: 0.929rem;
  }
  #earliest {
    margin: 0 0 12vw;
  }
  #earliest .tabList {
    margin: 0 0 19px;
  }
  #earliest .tabList > li {
    margin: 0 0 0 5px;
  }
  #earliest .tabList > li:first-child {
    margin: 0;
  }
  #earliest .tabList > li a {
    padding: 18px 3px;
    font-size: 1rem;
  }
  #earliest .dateList {
    margin: 0 auto 40px;
    justify-content: space-between;
  }
  #earliest .dateList > li {
    max-width: 40px;
    margin: 0 0 0 5px;
  }
  #earliest .dateList > li:first-child {
    margin: 0;
  }
  #earliest .dateList > li a {
    padding: 10px 1px;
    border-radius: 5px;
    font-size: 0.786rem;
  }
  #earliest .lnavi1 {
    margin: 0 3vw 10px;
  }
  #earliest .lnavi1 li {
    font-size: 1rem;
    margin-bottom: 5px;
    padding: 3px 0.8em;
    border-radius: 8px;
  }
  #earliest .lnavi1 li.cr {
    position: static;
  }
  #earliest .lnavi1 li:hover {
    background: #ffdee7;
    position: static;
  }
  #earliest .lnavi1 li.cr::after {
    content: none;
  }
  #earliest .lnavi2 {
    margin: 0 0 30px;
    flex-wrap: wrap;
  }
  #earliest .lnavi2 li {
    margin: 0 4px 5px;
  }
  #earliest .lnavi2 li a {
    font-size: 1rem;
    padding: 3px 0.5em;
    border-radius: 8px;
    background: #e75b8e;
  }
  #earliest .lnavi2 li.cr a {
  }
  #earliest .lnavi2 li:hover a {
    color: #fff;
  }

  #special {
    margin: 0 0 12vw;
  }
  /*--------------------------20200403追記 ------- */
  #special h2 {
  }
  #special h2 em {
    font-size: 0.8rem;
    top: calc(50% - 1.5em);
  }
  #special h2 em a {
    padding: 5px 10px;
  }
  /*--------------------------20200403追記ここまで ------- */
  #special .subContents > ul {
    margin: 0;
    display: flex;
    column-gap: 10px;
  }
  #special .subContents > ul::before,
  #special .subContents > ul::after {
    display: block;
    width: 31%;
  }
  #special .subContents > ul li {
    width: 31%;
    margin: 0 0 15px;
    border: 4px solid white;
    box-shadow: 0 0 4px rgb(128 128 128 / 25%);
  }
  #special .subContents > ul li figure {
  }
  #hall .hallArea {
    width: 100vw;
    border-top: solid 1px #b2b2b2;
    border-left: solid 1px #b2b2b2;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 calc(50% - 50vw) 30px;
  }
  #hall .hallArea > li {
    width: 25%;
    display: flex;
    max-width: initial;
    margin: 0;
  }
  #hall .hallArea > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    border: none;
    border-bottom: solid 1px #b2b2b2;
    border-right: solid 1px #b2b2b2;
    border-radius: 0;
    font-size: 1.286rem;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
  }
  #hall .hallArea > li:last-child {
    display: flex;
  }
  #hall .hallArea > li:nth-child(-n + 4) {
  }
  #hall .hallArea > li:nth-child(4n + 1) {
  }
  #hall .hallArea > li:nth-last-child(-n + 4) {
  }
  #hall .hallArea > li a {
    padding: 10px 0;
    font-size: 0.857rem;
  }
  #hall .hallArea > li a.active,
  #hall .hallArea > li a:hover {
    border-color: transparent;
    color: #fff;
    background: var(--theme-color-1);
    opacity: 1;
  }
  #hall .hallList {
    justify-content: space-between;
  }
  #hall .hallList > li {
    width: 43.2vw;
    border-radius: 0;
    margin: 10px 0 0;
  }
  #hall .hallList > li:nth-child(-n + 4) {
    margin-top: 10px;
  }
  #hall .hallList > li:nth-child(-n + 2) {
    margin-top: 0;
  }
  #hall .hallList > li a {
    display: block;
    height: auto;
  }
  #hall .hallList > li a .image {
    width: 43.2vw;
    height: 28.8vw;
  }
  #hall .hallList > li a .image img {
    width: 40.4vw;
    height: 27.3vw;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  #hall .hallList > li a .location {
    color: #333;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 2vw 0 3.5vw;
    text-align: center;
  }
  #hall .hallList > li a .image figcaption {
    font-size: 0.857rem;
  }
  #hall .hallList > li a:hover .image figcaption {
    opacity: 1 !important;
  }
  #hall .hallList > li a .infoWrapper {
    opacity: 1 !important;
    position: relative;
    padding: 10px 0 0;
    height: auto;
    color: #333;
    background: transparent;
  }
  #hall .hallList > li a .infoWrapper .name {
    display: none;
  }
  #hall .hallList > li a .infoWrapper .address {
    margin: 0 0 10px;
    font-size: 0.786rem;
  }
  #hall .hallList > li a .infoWrapper .nearest > li {
    position: relative;
    font-size: 0.786rem;
    padding: 0 0 0 1em;
  }
  #hall .hallList > li a .infoWrapper .nearest > li::before {
    position: absolute;
    left: 0;
    top: 0;
    color: #e35b8a;
  }
  #osusume .subContents > ul {
    display: block;
  }
  #osusume .subContents > ul li {
    width: 100%;
    margin: 0 0 15px;
  }
  #osusume .subContents > ul li figure {
    width: 25vw;
  }
  #osusume .subContents > ul li figure img {
    border-radius: 5px;
  }
  #osusume .subContents > ul li > div {
    width: calc(100% - 30vw);
  }
  #osusume .subContents > ul li > div h3 {
    font-size: 1.1rem;
  }
  #osusume .subContents > ul li > div p {
  }
  #osusume .subContents > ul li > div p br {
    display: inline;
  }

  #news {
    margin: 0 0 40px;
  }
  #news .XMLRequest2 li {
    font-size: 3.6vw;
    padding: 4vw 0;
    display: block;
  }
  #news .XMLRequest2 li:first-child {
    padding-top: 4vw;
  }
  #news .XMLRequest2 li .info {
    width: auto;
    margin-right: 0;
  }
  #news .XMLRequest2 li .info + div {
    width: 100%;
  }

  #rsscolumn {
    margin: 0 0 40px;
  }

  #rsscolumn .XMLRequest {
    display: block;
  }

  #rsscolumn .XMLRequest li {
    width: 100%;
    background: #f6f6f6;
  }

  #rsscolumn .XMLRequest li + li {
    margin: 10px 0 0;
  }

  #rsscolumn .XMLRequest li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #rsscolumn .XMLRequest li picture {
    width: 75px;
    height: 75px;
    margin-right: 10px;
  }

  #rsscolumn .XMLRequest li picture img {
  }

  #rsscolumn .XMLRequest li .title {
    font-size: 14px;
    width: calc(100% - 85px);
    padding-right: 10px;
  }

  #rsscolumn .XMLRequest li a:hover .title {
  }

  #rsscolumn .btn {
    margin: 30px auto 0;
  }

  #extra {
  }
  #extra p {
    top: 60px;
  }
}
