@charset "UTF-8";
@import url("common.css");
@import url("animate.css");
* {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", YuMincho, "Yu Mincho", serif;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 100%;
  color: #000000;
}

.goth {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}

img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  vertical-align: middle;
  height: auto;
  max-width: 100%;
}

img :not(.article-in img) {
  width: 100%;
}

#main a:hover img,
#sidebar a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  background: #fff;
}

/*-------------
layout.css
---------------*/
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: none;
  background-image: url(../images/pc_bg2.png), url(../images/pc_bg1.png);
  background-size: 1546px auto, 1410px auto;
  background-repeat: no-repeat, repeat;
  background-position: 50% 50%, 50% 50%;
  background-attachment: fixed, fixed;
  overflow-x: hidden;
}

/*コンテナ*/
#container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

/*ヘッダー*/
header {
  width: 100%;
  position: relative;
}

#header-in {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/*コンテンツ*/
.contents {
  height: auto;
  width: 100%;
  position: relative;
}

.contents-in {
  margin: 0 auto;
  position: relative;
  height: auto;
}

.contents-in {
  display: block;
}

#reason h1 {
  line-height: 1;
  font-size: 0;
}

/*=========================
コンテンツ
=========================*/
#mainfr {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
  width: 100%;
}

#pc-left {
  -webkit-flex-basis: calc((100% - 470px) / 2);
      -ms-flex-preferred-size: calc((100% - 470px) / 2);
          flex-basis: calc((100% - 470px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#pc-right {
  -webkit-flex-basis: calc((100% - 470px) / 2);
      -ms-flex-preferred-size: calc((100% - 470px) / 2);
          flex-basis: calc((100% - 470px) / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/*=========================
パーツ
=========================*/
/* サイド（左） */
#pc-left-in {
  padding-left: 2%;
  padding-right: 2%;
}

.pcttl {
  margin-bottom: 10px;
}
.pcttl img {
  width: 92%;
}

.pcpoint {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
  position: relative;
}
.pcpoint > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.pcparts1,
.pcparts2 {
  position: absolute;
}

.pcparts1 {
  width: 35%;
  top: -45px;
  left: -15px;
}

.pcparts2 {
  width: 13%;
  bottom: 0;
  right: -24px;
}

/* ナビゲーション */
#gmenu-fr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}

.gmenuttl {
  -webkit-flex-basis: 28%;
      -ms-flex-preferred-size: 28%;
          flex-basis: 28%;
  text-align: right;
  padding-top: 0.3em;
}
.gmenuttl img {
  width: 64px;
}

.gmenulist {
  -webkit-flex-basis: 72%;
      -ms-flex-preferred-size: 72%;
          flex-basis: 72%;
  border-left: 4px solid #795092;
  padding-left: 24px;
  padding-top: 0.5em;
}

.gmenu {
  list-style: none;
}

.gmenu li {
  margin-bottom: 1em;
}

.gmenu li a {
  background-image: url(../images/icon_arrow.png);
  background-size: 17px auto;
  background-position: 0 68%;
  line-height: 1.4em;
  padding-left: 25px;
  font-weight: 800;
  font-size: clamp(13px, 1.5vw, 18px);
}

.bkbr {
  background-color: #d9af47;
  padding: 0 5% 10px;
}

.bkbr2 {
  background-image: url(../images/kilp04-053.png);
  background-size: 100% 100%;
  padding: 0 5% 10px;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
  background-size: 100% 100%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
}

.map1 {
  padding-top: 56.25%;
  background-image: url(../images/kilp04-059.png);
}

.map2 {
  padding-top: 56.25%;
  background-image: url(../images/kilp04-063.png);
}

.map3 {
  padding-top: 56.25%;
  background-image: url(../images/kilp04-067.png);
}

.map4 {
  padding-top: 56.25%;
  background-image: url(../images/kilp04-071.png);
}

.map5 {
  padding-top: 56.25%;
  background-image: url(../images/kilp04-075.png);
}

.map6 {
  padding-top: 56.25%;
  background-image: url(../images/kilp04-079.png);
}

@media screen and (max-width: 1200px) {
  #gmenu-fr {
    display: block;
  }
  .gmenuttl {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #pc-left,
  #pc-right {
    display: none;
  }
  #mainfr {
    padding-left: 0;
    padding-right: 0;
    max-width: 420px;
  }
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
  }
  #mainfr {
    padding-left: 0;
    padding-right: 0;
    max-width: 420px;
  }
  /*=========================
  ヘッダー
  =========================*/
  .navToggle {
    display: block;
    position: fixed;
    right: 5px;
    top: 10px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    z-index: 49;
    background: #7e5687;
    text-align: center;
    border-radius: 8px;
  }
  .navToggle span {
    display: block;
    position: absolute;
    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 6px;
  }
  .navToggle span:nth-child(1) {
    top: 9px;
  }
  .navToggle span:nth-child(2) {
    top: 18px;
  }
  .navToggle span:nth-child(3) {
    top: 27px;
  }
  .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navToggle.active span:nth-child(2),
  .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #sp-menu-fr.active {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .closebtn {
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
  }
  .closebtn span {
    width: 40px;
    height: 40px;
    background-color: #795092;
    display: block;
    border-radius: 50px;
    padding-left: 10px;
    padding-top: 10px;
  }
  .closebtn img {
    width: 20px;
  }
  /*=========================
  スマホメニュー
  =========================*/
  #sp-menu-fr {
    position: fixed;
    z-index: 2;
    top: 15px;
    right: 15px;
    -webkit-transform: translateX(110%);
            transform: translateX(110%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 260px;
    height: calc(100% - 30px);
    background-color: #ffffff;
    border-radius: 10px;
    z-index: 50;
  }
  #sp-menu-fr ul {
    list-style: none;
    margin-bottom: 30px;
  }
  #sp-menu-fr li {
    text-align: center;
    padding: 5px 10px;
  }
  #sp-menu-fr a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
  }
  #sp-menu-in {
    padding: 80px 20px 40px;
    overflow-y: auto;
    max-height: 100%;
  }
  .sp-offer img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    max-width: 100%;
  }
  /* モーダル背景*/
  #modal-bg {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 48;
    display: none;
  }
  #modal-bg.active {
    display: block;
  }
  /*フッター固定ボタン*/
  .footerkoteibtn {
    text-align: center;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
  }
  .footerkoteibtn a {
    display: inline-block;
    width: 360px;
    max-width: 96%;
  }
  .footerkoteibtn a img {
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .footerkoteibtn a:hover img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-box-shadow: 0 0 25px rgba(255, 200, 0, 0.8);
            box-shadow: 0 0 25px rgba(255, 200, 0, 0.8);
  }
}
@media print, screen and (min-width: 767.01px) {
  main {
    -webkit-flex-basis: 470px;
        -ms-flex-preferred-size: 470px;
            flex-basis: 470px;
    border-left: 10px #ffffff solid;
    border-right: 10px #ffffff solid;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  main::-webkit-scrollbar {
    display: none;
  }
  .navToggle,
  #sp-menu-fr {
    display: none;
  }
}