@charset "UTF-8";
@media screen and (max-width: 1080px) {
  header .bavi {
    display: none;
  }
  header .reserve {
    width: 200px;
  }
}
@media screen and (max-width: 780px) {
  /*================
  ttl
  ================*/
  .ttl {
    gap: 10px;
  }
  .ttl.c p {
    margin-top: 0px;
  }
  .sp_nav_sec {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
  }
  .sp_nav_sec nav {
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 3px 3px #ccc;
  }
  .sp_nav_sec nav ul {
    flex-flow: column;
  }
  .sp_nav_sec nav ul li {
    text-align: center;
    border-bottom: 1px dashed #000;
    padding: 10px 0;
    font-family: "URW Jay Gothic W01 Regular";
    font-weight: bold;
    font-size: 1.8em;
    font-family: "Oswald", sans-serif;
  }
  .sp_nav_sec nav ul li p {
    font-size: 10px;
  }
  .sp_nav_sec nav ul li a {
    color: #000;
  }
  .sp_nav_sec nav ul li:hover {
    color: var(--blue);
  }
  .navi_btn {
    position: absolute;
    top: 6px;
    right: 5px;
    display: flex;
    height: 48px;
    width: 48px;
    justify-content: center;
    align-items: center;
    z-index: 210;
    background-color: #000;
  }
  .navi_btn span,
  .navi_btn span:before,
  .navi_btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 30px;
    background-color: #ffffff;
    position: absolute;
    transition: all 0.3s;
  }
  .navi_btn span:before {
    bottom: 10px;
  }
  .navi_btn span:after {
    top: 10px;
  }
  .navi_btn.active span {
    background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
  }
  .navi_btn.active span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .navi_btn.active span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  body {
    overflow-x: hidden;
    font-size: 12px;
  }
  header .top_sec {
    padding-bottom: 10px;
  }
  header .top_sec .logo {
    width: 30%;
  }
  header .top_sec .info {
    width: 40%;
  }
  header .top_sec .info h1 {
    font-size: 2.1vw;
  }
  header .top_sec .info dl dt {
    font-size: 1.6vw;
  }
  header .top_sec .info dl dd {
    font-size: 1.4vw;
  }
  /*================
  area_map_sec
  ================*/
  .area_map_sec.padd {
    padding: 40px 0;
  }
  .area_map_sec .txt {
    width: 100%;
    pointer-events: none;
  }
  .area_map_sec .txt h2 {
    width: 70%;
    margin-top: -20px;
  }
  .area_map_sec .txt p {
    width: 40%;
    font-size: min(2.3vw, 14px);
    padding: 10px 0 0 5px;
  }
  .area_map_sec .area {
    margin: 80px 0 0 0;
  }
  .area_map_sec .area ul li div {
    font-size: min(1.4vw, 16px);
    padding: 5px 10px;
  }
  .area_map_sec .area ul li:nth-child(1) {
    top: 5%;
    left: 65%;
  }
  .area_map_sec .area ul li:nth-child(2) {
    top: 40%;
    left: 80%;
  }
  .area_map_sec .area ul li:nth-child(3) {
    top: 68%;
    left: 70%;
  }
  .area_map_sec .area ul li:nth-child(4) {
    top: 23%;
    left: 55%;
  }
  .area_map_sec .area ul li:nth-child(5) {
    top: 40%;
    left: 3%;
  }
  .area_map_sec .area ul li:nth-child(6) {
    top: 65%;
    left: 40%;
  }
  .area_map_sec .area ul li:nth-child(7) {
    top: 50%;
    left: 50%;
  }
  .area_map_sec .area ul li:nth-child(8) {
    top: 85%;
    left: 70%;
  }
  /*================
  sec01
  ================*/
  .sec01 {
    min-height: 140vw;
  }
  .sec01 ul {
    bottom: -10px;
  }
  .sec01 ul li {
    width: 35%;
  }
  /*================
  sec02
  ================*/
  .sec02 {
    position: relative;
  }
  .sec02::after {
    top: -20px;
    right: 5px;
  }
  .sec02 ul li {
    gap: 10px;
    margin-bottom: 30px;
  }
  .sec02 ul li .txt {
    width: 65%;
  }
  .sec02 ul li .txt h3 {
    font-size: min(3.8vw, 30px);
  }
  .sec02 ul li .txt h3 span.en::after {
    width: 20px;
    height: 20px;
    top: -10px;
    right: -15px;
  }
  .sec02 ul li .txt p {
    width: 100%;
    font-size: min(2.2vw, 14px);
    line-height: 2;
    padding-left: 0;
  }
  .sec02 ul li figure {
    width: 40%;
  }
  /*================
  slider
  ================*/
  .slider .slider-track {
    animation-duration: 30s;
  }
  .slider .slider-track img {
    height: 30vw;
  }
  /*================
  video
  ================*/
  section.video {
    height: 80vw;
  }
  section.video .thumnail {
    width: 70%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3%;
    z-index: 2;
    text-align: center;
    border-radius: 5px;
    padding: 5px 20px;
    cursor: pointer;
  }
  section.video .thumnail:hover {
    opacity: 0.8;
  }
  section.video .thumnail img {
    border: 1px solid #fff;
  }
  section.video .thumnail p {
    color: #fff;
    font-size: min(2.8vw, 13px);
  }
  section.video .text-overlay {
    width: 90%;
    top: 60%;
  }
  section.video h2 {
    font-size: min(5.8vw, 80px);
    line-height: 1.2;
    margin-bottom: 10px;
  }
  section.video p {
    font-size: min(3.6vw, 22px);
    margin: 0;
  }
  /*================
  sec03
  ================*/
  .sec03::before {
    left: 0;
    top: -10px;
    width: 50vw;
    height: 200px;
  }
  .sec03 ul li {
    flex-flow: column;
  }
  .sec03 ul li figure {
    width: 100%;
  }
  .sec03 ul li figure::after {
    width: 42vw;
    height: 42vw;
    top: -20px;
  }
  .sec03 ul li .info {
    width: 100%;
  }
  .sec03 ul li .info h3 {
    text-align: center;
  }
  .sec03 ul li .info table {
    width: 100%;
  }
  .sec03 .note {
    padding: 10px 20px;
  }
  /*================
  option_sec
  ================*/
  .option_sec .inr .ttl::after {
    width: 55vw;
    height: 35vw;
    right: 0;
    background: url("../images/option_bg.png") no-repeat center right;
    background-size: contain;
  }
  .option_sec ul li {
    width: 49%;
    margin-bottom: 10px;
  }
  .option_sec ul li .info {
    padding: 10px;
  }
  /*================
  information_sec
  ================*/
  .information_sec .info {
    flex-flow: column;
  }
  .information_sec .info table {
    width: 100%;
    font-size: 85%;
  }
  .information_sec .info .map {
    width: 100%;
  }
  .information_sec .info .map iframe {
    width: 100%;
  }
  .information_sec .abount_access {
    margin-top: 20px;
    text-align: center;
  }
  .information_sec .abount_access ul {
    flex-wrap: wrap;
  }
  .information_sec .abount_access ul li {
    width: 48%;
  }
  /*================
  reserve_sec
  ================*/
  .reserve_sec ul {
    gap: 20px;
  }
  .reserve_sec ul li {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .reserve_sec ul li .info {
    width: 100%;
  }
  .reserve_sec .flow {
    width: 100%;
  }
  .reserve_sec .flow h3 {
    padding: 5px 0;
    font-size: min(3.8vw, 20px);
  }
  .reserve_sec .flow dl dt {
    font-size: min(3.5vw, 15px);
  }
  .reserve_sec .flow dl dd {
    font-size: min(2.8vw, 12px);
  }
  /*---------------------------------------

  footer

  ---------------------------------------*/
  footer {
    padding-bottom: 200px;
  }
  .spot_sec .hinohara_logo {
    width: 40%;
  }
  .bottom_link {
    position: fixed;
    z-index: 50;
    bottom: 0;
    width: 98%;
    margin: 0 1%;
  }
  .bottom_link ul {
    display: flex;
    gap: 10px;
  }
  .bottom_link ul li {
    background-color: #fff;
    border: 2px solid #000;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    display: flex;
    align-items: center;
    width: 48%;
    padding: 5px 0 2px 0;
    position: relative;
  }
  .bottom_link ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(205, 254, 214, 0.5); /* 半透明の色を乗算 */
    mix-blend-mode: multiply;
    pointer-events: none; /* クリックイベントを透過 */
  }
  .bottom_link ul li:nth-child(1)::after {
    background-color: rgba(251, 225, 241, 0.5); /* 半透明の色を乗算 */
  }
  .bottom_link ul li a {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-weight: bold;
  }
  .bottom_link ul li a figure {
    width: 30%;
  }
  .bottom_link ul li a p {
    font-size: min(2.1vw, 11px);
    font-weight: 500;
  }
  .bottom_link ul li a h4 {
    font-size: min(3.4vw, 14px);
  }
  .bottom_link ul li a:hover {
    opacity: 0.7;
  }
}