@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Inter:opsz,wght@14..32,100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, main, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, main, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
  /*background: url(images/bg.png);*/
}

body {
  line-height: 1.7;
  font-size: 3.5vw;
  color: #4C4C4C;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-optical-sizing: auto;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
}

ul {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  color: #000000;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 21, 104, 0.6);
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  text-decoration: none;
  color: #1a1a1a;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #999999;
}

::-moz-selection {
  color: #FFFFFF;
  background: #001a82;
}

::selection {
  color: #FFFFFF;
  background: #001a82;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #000000;
}

input::selection,
textarea::selection {
  color: #000000;
}

textarea {
  resize: vertical;
}

:placeholder-shown {
  color: rgba(0, 0, 0, 0.4);
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.row {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 1025px) {
  .row {
    max-width: 1200px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

body {
  /*overflow-x: hidden;*/
}

html {
  scroll-behavior: smooth;
}

@media only screen and (min-width: 768px) {
  .view-sp {
    display: none;
  }
}

.view-pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .view-pc {
    display: block;
  }
}

.btn-center {
  display: flex;
  justify-content: center;
  margin: 50px 0 0;
}

.btn-base a {
  background-image: linear-gradient(-360deg, #999965, #d2d2a1);
  padding: 15px 50px 15px 30px;
  border-radius: 100px;
  color: #001568;
  font-weight: 600;
  letter-spacing: .1rem;
  font-size: 4vw;
  position: relative;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .btn-base a {
    font-size: clamp(1rem, 1.5vw, 1.7rem);
    padding: 25px 70px 25px 60px;
  }
}

.btn-base a::after {
  content: "";
  display: inline-block;
  background: url(images_aichi/arrow_b.svg) center top/cover no-repeat;
  height: 20px;
  width: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .btn-base a::after {
    right: 30px;
  }
}

.btn-base a:hover {
  background-image: linear-gradient(137deg, #999965, #d2d2a1);
}

.btn-base a:hover::after {
  right: 25px;
}

.btn-base.btn-red a {
  background: #6D0007;
  color: #FFFFFF;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding: 15px 70px 15px 70px;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-red a {
    padding: 25px 80px 25px 70px;
  }
}

.btn-base.btn-red a::after {
  background: url(images_aichi/arrow_w.svg) center top/cover no-repeat;
}

.btn-base.btn-red a:hover {
  opacity: .8;
}

.btn-base.btn-contact a {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-contact a {
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline;
  }
}

.btn-base.btn-contact a::after {
  display: none;
}

.btn-base.btn-contact a::before {
  content: "";
  display: inline-block;
  background: url(images_aichi/mail.svg) center top/cover no-repeat;
  height: 20px;
  width: 27px;
  position: relative;
  top: 3px;
  margin-right: 12px;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-contact a::before {
    margin-right: 10px;
    top: 2px;
  }
}

.btn-base.btn-two a {
  display: block;
  line-height: 1.3;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .btn-base.btn-two a {
    line-height: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 100px;
  }
}

.tit-frame {
  margin: 0 auto 20px;
  max-width: 230px;
}

@media only screen and (min-width: 768px) {
  .tit-frame {
    max-width: 320px;
    margin: 0 auto 70px;
  }
}

.tit-frame.tit05 {
  margin-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .tit-frame.tit05 {
    margin-bottom: 80px;
  }
}

.tit-frame-wide {
  margin: 0 auto 20px;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .tit-frame-wide {
    max-width: 450px;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    /* 30px下から開始 */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* 本来の位置へ */
  }
}

.mv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
  /* スライダー全体の高さ調整（例：上下50%ずつ） */
  /* ★重要：等速で動かすための設定 */
  /* キャッチコピーの重なり順 */
}

.mv::after {
  content: "";
  display: block;
  background: url(images_aichi/wave01_sp.svg) center bottom/contain repeat-x;
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .mv::after {
    background: url(images_aichi/wave01.svg) center bottom/contain repeat-x;
    height: 50px;
  }
}

.mv::before {
  content: "";
  display: block;
  background: url(images_aichi/catch_btm.png) center top/cover no-repeat;
  height: 23vw;
  width: 92vw;
  position: absolute;
  bottom: 20px;
  z-index: 90;
}

@media only screen and (min-width: 768px) {
  .mv::before {
    display: none;
  }
}

.mv .mv-visual {
  height: 90vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
  /* 初期状態：透明にして少し下かスケールをずらしておくとより綺麗です */
  opacity: 0 !important;
  transition: opacity 1.5s ease;
  /* 1.5秒かけてふわっと表示 */
}

@media only screen and (min-width: 768px) {
  .mv .mv-visual {
    height: 100vh;
  }
}

.mv .mv-visual.is-show {
  opacity: 1 !important;
}

.mv #mv-slider-top,
.mv #mv-slider-btm {
  width: 100%;
  height: 50vh;
  /* 上下半分ずつ */
}

.mv .swiper-wrapper {
  transition-timing-function: linear !important;
}

.mv .swiper-slide {
  width: auto;
  /* 画像の幅を維持 */
  height: 100%;
}

.mv .swiper-slide img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

.mv .catch {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  /* 下のスライダー操作を邪魔しない */
  opacity: 0;
  animation: fadeInUp .7s ease-out forwards;
  animation-delay: 0.2s;
}

.mv .catch img {
  width: 100vw;
}

@media only screen and (min-width: 768px) {
  .mv .catch img {
    max-width: 1000px;
    width: 70vw;
  }
}

.fix-nav {
  background: rgba(255, 255, 255, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  display: none;
}

@media only screen and (min-width: 768px) {
  .fix-nav {
    display: block;
  }
}

.fix-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}

.fix-nav ul li {
  width: 25%;
}

.fix-nav ul li a {
  display: block;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fix-nav ul li a img {
  transition: filter 0.3s ease;
}

.fix-nav ul li a:hover {
  background: #283881;
}

.fix-nav ul li a:hover img {
  filter: brightness(0) invert(1);
}

.fix-nav ul li:nth-child(3) {
  width: 18%;
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li:nth-child(4) {
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  .fix-nav ul li:nth-child(5) {
    width: 20%;
  }
}

.fix-nav.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

header.nav {
  margin: 20px auto;
  max-width: 900px;
  display: none;
}

@media only screen and (min-width: 768px) {
  header.nav {
    display: block;
  }
}

header.nav ul {
  display: flex;
  justify-content: center;
  /* 親要素の a タグを基準にする */
  /* 画像を重ねるための設定 */
  /* デフォルト状態：ホバー用画像(hv)を消しておく */
  /* デフォルト状態：通常画像(base)を表示 */
  /* ホバー時の挙動：hvを表示し、baseを隠す */
}

header.nav ul li {
  width: 18%;
}

header.nav ul li a {
  position: relative;
  display: block;
  /* または inline-block */
  width: 10vw;
  height: 10vw;
  /* 画像の高さに合わせて調整 */
  min-width: 150px;
  min-height: 150px;
}

header.nav ul .hv, header.nav ul .base {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  /* ふわっと切り替える設定 */
}

header.nav ul .hv {
  opacity: 0;
  z-index: 2;
}

header.nav ul .base {
  opacity: 1;
  z-index: 1;
}

header.nav ul li a:hover .hv {
  opacity: 1;
}

header.nav ul li a:hover .base {
  opacity: 0;
}

.sp-nav {
  width: 90%;
  margin: auto;
}

.sp-nav ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.sp-nav ul li {
  width: 49%;
}

@media only screen and (min-width: 768px) {
  .sp-nav {
    display: none;
  }
}

section.search {
  background-image: linear-gradient(-270deg, #0052a4, #001568);
  max-width: 1100px;
  margin: 50px auto 0;
  padding: 50px 10px 80px;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  section.search {
    background-image: linear-gradient(134deg, #0052a4, #001568);
    border-radius: 20px;
    padding: 40px 80px 60px;
    box-shadow: 5px 3px 23px -20px #333;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.3));
  }
}

section.search .btn-center.btn-search {
  margin: 50px auto 0;
}

@media only screen and (min-width: 768px) {
  section.search .btn-center.btn-search {
    margin: 0;
    display: block;
  }
}

section.search .tit-search {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: clamp(1.8rem, 2.5vw, 3rem);
  margin: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.search .tit-search::before {
  content: "";
  display: inline-block;
  background: url(images_aichi/check.svg) center top/cover no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  section.search .tit-search::before {
    height: 40px;
    width: 40px;
  }
}

section.search .txt {
  text-align: center;
  margin: 20px 0 0;
}

section.search .btn-center {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  section.search .btn-center {
    margin-top: 50px;
  }
}

.wide-view {
  position: relative;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .wide-view {
    top: -100px;
  }
}

.wide-view img {
  width: 100%;
}

.wide-view::after {
  content: "";
  display: block;
  margin-top: -100px;
}

.about {
  background: url(images_aichi/bg_beige.png);
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (min-width: 768px) {
  .about {
    padding-bottom: 200px;
  }
}

.about h2 {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  top: -50px;
}

@media only screen and (min-width: 768px) {
  .about h2 {
    top: -12vw;
  }
}

.about h2 img {
  width: 45vw;
}

@media only screen and (min-width: 768px) {
  .about h2 img {
    max-width: 500px;
    margin: auto;
    display: block;
    width: 20vw;
  }
}

.about .map {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .about .map {
    left: -150px;
    top: -160px;
  }
}

@media only screen and (min-width: 768px) {
  .about .map img {
    width: 55vw;
  }
}

.about .about-inner {
  max-width: 730px;
  margin: auto;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 120px;
}

@media only screen and (min-width: 768px) {
  .about .about-inner {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1680px) {
  .about .about-inner {
    max-width: 800px;
  }
}

.about .about-inner h3 {
  width: 20vw;
}

@media only screen and (min-width: 768px) {
  .about .about-inner h3 {
    max-width: 300px;
    width: 17vw;
  }
}

.about .about-inner .about-txt {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  color: #001568;
  letter-spacing: .3rem;
  margin-top: 120px;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .about .about-inner .about-txt {
    line-height: inherit;
    margin-top: 150px;
  }
}

.info {
  background-image: linear-gradient(-270deg, #0052a4, #001568);
  mask: url(images_aichi/wave_gra_sp.svg) no-repeat;
  mask-size: cover;
  position: relative;
  top: -30px;
  padding: 90px 0 100px;
}

@media only screen and (min-width: 768px) {
  .info {
    background-image: linear-gradient(-250deg, #0052a4, #001568);
    mask: url(images_aichi/wave_gra.svg) center top/cover no-repeat;
    padding: 150px 0 200px;
  }
}

.info::after {
  content: "";
  display: block;
  margin-top: -30px;
}

.info .info-inner {
  max-width: 1050px;
  margin: auto;
  text-align: center;
  width: 90%;
}

.info .time {
  max-width: 700px;
  margin: 0 auto 60px;
}

.info .time img {
  width: 70%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .info .time img {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .info .time {
    margin: 0 auto 130px;
  }
}

@media only screen and (min-width: 768px) {
  .info .card-column {
    display: flex;
    justify-content: space-between;
  }
}

.info .card-column .card {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .info .card-column .card {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .info .card-column .card:nth-child(2) {
    margin: 0 15px;
  }
}

.info dl {
  text-align: center;
  color: #FFFFFF;
  margin: 30px 0 0;
  line-height: 2;
}

.info dl dt {
  font-size: clamp(2rem, 2.7vw, 3.5rem);
  font-weight: 700;
}

.info dl dd {
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  font-weight: 500;
}

.info dl dd ul {
  margin-left: 10px;
}

.info dl dd ul li {
  line-height: 1.5;
}

.info dl dd ul li::before {
  content: "※";
  display: inline-block;
}

.info dl dd .wake-wrap {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .info dl dd .wake-wrap {
    display: flex;
    text-align: left;
    align-items: flex-start;
  }
}

.info dl dd .wake-wrap .txt-wake {
  font-size: clamp(1rem, 2.3vw, 3rem);
  font-weight: 500;
  border: 2px solid #FFFFFF;
  line-height: 1.2;
  padding: 5px 10px;
  margin-right: 1rem;
  margin-top: 3px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .info dl dd .wake-wrap .txt-wake {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .info dl dd .wake-wrap li span {
    display: none;
  }
}

.flow {
  background: #E9F3FF;
  position: relative;
  padding: 30px 0 100px;
}

@media only screen and (min-width: 768px) {
  .flow {
    padding: 100px 0;
  }
}

.flow::before {
  content: "";
  display: block;
  background: url(images_aichi/wave02_sp.svg) center top/contain repeat-x;
  height: 50px;
  width: 100%;
  position: absolute;
  top: -50px;
}

@media only screen and (min-width: 768px) {
  .flow::before {
    background: url(images_aichi/wave02.svg) center top/contain repeat-x;
  }
}

.flow .flow-inner {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .flow .flow-inner {
    width: 100%;
  }
}

.flow .flow-inner .flow-img {
  margin-bottom: 40px;
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .flow .flow-inner .flow-img {
    margin-top: 0;
    margin-bottom: 80px;
  }
}

.inn {
  padding: 50px 0;
}

@media only screen and (min-width: 768px) {
  .inn {
    padding: 150px 0;
  }
}

.inn .inn-wrap {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

.inn .inn-wrap .txt {
  text-align: center;
  color: #001568;
  font-weight: 600;
}

.inn .icon-wrap {
  margin: 50px 0;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .inn .icon-wrap {
    margin: 80px 0;
  }
}

.inn .icon-wrap .icon-box {
  text-align: center;
  color: #001568;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
}

.inn .icon-wrap .icon-box:nth-child(2) {
  margin: 0 4vw 0 6vw;
}

@media only screen and (min-width: 768px) {
  .inn .icon-wrap .icon-box:nth-child(2) {
    margin: 0 70px 0 80px;
  }
}

.inn .icon-wrap .icon-box img {
  width: 70%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .inn .icon-wrap .icon-box img {
    width: 70%;
  }
}

.inn .tit-inn {
  display: flex;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  margin-bottom: 20px;
  line-height: 2;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .inn .tit-inn {
    padding-bottom: 0;
  }
}

.inn .tit-inn .ic {
  width: 10%;
}

@media only screen and (min-width: 768px) {
  .inn .tit-inn .ic {
    width: 4%;
  }
}

.inn .tit-inn .txt-inn {
  width: 86%;
  text-align: left;
  color: #001568;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .inn .tit-inn .txt-inn {
    width: 94%;
  }
}

.inn .tit-inn:nth-child(3) img {
  position: relative;
  top: 2px;
}

.coupon-list {
  background: #E9F3FF;
  padding: 60px 0 50px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .coupon-list {
    padding: 130px 0 50px;
    margin-bottom: 150px;
  }
}

.coupon-list .list-column {
  max-width: 1100px;
  margin: 50px auto 20px;
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column {
    flex-flow: row;
    width: 90%;
    margin: 100px auto 80px;
  }
}

.coupon-list .list-column .pic {
  width: 50%;
  margin-left: 90px;
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column .pic {
    width: 40%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column .list-r {
    width: 50%;
  }
}

.coupon-list .list-column .list-r .num-wrap {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column .list-r .num-wrap {
    margin-bottom: 40px;
  }
}

.coupon-list .list-column .list-r .num-wrap .num {
  display: block;
  max-width: 100px;
  max-height: 100px;
  width: 17vw;
  height: 17vw;
  background: #FFFFFF;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #001568;
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  font-weight: 600;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column .list-r .num-wrap .num {
    max-width: 100px;
    max-height: 100px;
    width: 10vw;
    height: 10vw;
  }
}

.coupon-list .list-column .list-r .num-wrap .num span {
  font-size: clamp(3rem, 4vw, 4.5rem);
  line-height: .7;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column .list-r .num-wrap .num span {
    line-height: 1;
  }
}

.coupon-list .list-column .list-r h5 {
  font-size: clamp(2.5rem, 3vw, 3.5rem);
  margin-left: 2rem;
  color: #001568;
}

.coupon-list .list-column:nth-child(4) .pic {
  width: 65%;
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column:nth-child(4) .pic {
    width: 40%;
  }
}

.coupon-list .list-column:nth-child(6) .pic {
  width: 65%;
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column:nth-child(6) .pic {
    width: 40%;
  }
}

@media only screen and (min-width: 768px) {
  .coupon-list .list-column.list-center {
    align-items: center;
  }
}

.coupon-list .btn-base.view-sp a {
  width: 80%;
  display: block;
  text-align: center;
  margin: auto;
}

.coupon {
  background: url(images_aichi/bg_beige.png);
  padding-bottom: 70px;
}

@media only screen and (min-width: 768px) {
  .coupon {
    padding: 100px 60px;
    max-width: 1400px;
    width: 90%;
    padding: 100px 30px;
    margin: auto;
    border-radius: 50px;
  }
}

.coupon img {
  width: 100%;
}

.coupon .coupon-column {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .coupon .coupon-column {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 80px auto 100px;
  }
}

@media only screen and (min-width: 768px) {
  .coupon .coupon-column > div {
    width: 46%;
  }
}

.entry {
  margin: 80px 0;
}

@media only screen and (min-width: 768px) {
  .entry {
    margin: 150px 0;
  }
}

.entry .tit-entry {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(2rem, 2vw, 3rem);
  font-weight: 600;
}

.faq {
  background-image: linear-gradient(-270deg, #0052a4, #001568);
  mask: url(images_aichi/wave_gra_sp.svg) repeat-x;
  mask-size: cover;
  position: relative;
  top: -30px;
  padding: 80px 0 50px;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .faq {
    mask: url(images_aichi/wave_gra.svg) no-repeat;
    mask-size: cover;
    padding: 150px 0 200px;
    background-image: linear-gradient(-250deg, #0052a4, #001568);
  }
}

.faq .faq-box {
  max-width: 1000px;
  margin: auto;
  width: 90%;
}

.faq .faq-box dl {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  border-bottom: 1px solid #BBBB8D;
  padding-bottom: 0px;
  margin-bottom: 30px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .faq .faq-box dl {
    padding: 0 20px;
  }
}

.faq .faq-box dl dt {
  position: relative;
  padding-left: 30px;
  padding-right: 40px;
  padding-bottom: 20px;
  line-height: 1.5;
  font-size: clamp(1.5rem, 1.5vw, 1.7rem);
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .faq .faq-box dl dt {
    line-height: 1;
  }
}

.faq .faq-box dl dt::before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  font-size: clamp(2.5rem, 2.5vw, 3rem);
  top: -10px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.faq .faq-box dl dt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("images_aichi/down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s;
}

.faq .faq-box dl dt.open::after {
  background-image: url("images_aichi/up.svg");
}

.faq .faq-box dl dd {
  display: none;
  font-size: clamp(1.4rem, 1.5vw, 1.7rem);
  position: relative;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .faq .faq-box dl dd {
    padding-right: 50px;
  }
}

.faq .faq-box dl dd::before {
  content: "A.";
  display: block;
  position: absolute;
  left: 0;
  font-size: clamp(2.5rem, 2.5vw, 3rem);
  top: -2px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #BBBB8D;
}

@media only screen and (min-width: 768px) {
  .faq .faq-box dl dd::before {
    top: -5px;
  }
}

.faq .faq-box dl dd .txt-link {
  display: block;
  color: #FFFFFF;
  text-decoration: underline;
  margin: 10px 0;
}

.faq .faq-box a {
  color: #FFFFFF;
  text-decoration: underline;
}

.tit-en-mid {
  font-size: clamp(3rem, 4vw, 5rem);
  text-align: center;
  letter-spacing: .6rem;
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .tit-en-mid {
    margin-bottom: 0;
  }
}

.season {
  padding: 50px 0 100px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .season {
    padding: 100px 0 200px;
  }
}

.season::after {
  content: "";
  display: block;
  background: url(images_aichi/wave04_sp.svg) center bottom/cover repeat-x;
  height: 40px;
  width: 100%;
  position: absolute;
  bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .season::after {
    background: url(images_aichi/wave04.svg) center bottom/cover repeat-x;
    height: 80px;
    width: 100%;
  }
}

.season-inner {
  display: flex;
  justify-content: space-between;
  margin: 50px auto 50px;
  flex-flow: wrap;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .season-inner {
    margin: 100px 0 100px;
    flex-flow: nowrap;
    width: 100%;
  }
}

.season-inner .season-box {
  position: relative;
  top: 0;
  transition: .5s;
  width: 49%;
  margin-bottom: 7px;
}

@media only screen and (min-width: 768px) {
  .season-inner .season-box {
    width: auto;
    margin-bottom: 0;
  }
}

.season-inner .season-box a {
  display: block;
  position: relative;
}

.season-inner .season-box a .pic {
  position: relative;
}

.season-inner .season-box a .pic img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1 / 1.4;
  width: 100%;
  height: auto;
  transition: .5s;
}

.season-inner .season-box a .detail {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
}

.season-inner .season-box a .detail::after {
  content: "";
  display: block;
  background: url(images_aichi/arrow_l.svg) center top/cover no-repeat;
  height: 5px;
  width: 120px;
}

@media only screen and (min-width: 768px) {
  .season-inner .season-box:nth-child(even) {
    margin-top: 20px;
  }
}

.season-inner .season-box:hover {
  top: -10px;
  opacity: .8;
}

.access {
  background: #F5F3EB;
  padding: 50px 0 100px;
  position: relative;
  /* Google Mapのiframe */
}

@media only screen and (min-width: 768px) {
  .access {
    padding: 100px 0 200px;
  }
}

.access .tit-en-mid {
  color: #001568;
}

.access .gmap {
  position: relative;
  max-width: 700px;
  height: 0;
  padding-top: 65%;
  margin: 30px auto 0;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .access .gmap {
    padding-top: 25%;
    margin: 80px auto 0;
  }
}

.access .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.access .way {
  max-width: 700px;
  margin: 50px auto 50px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .access .way {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto 120px;
  }
}

.access .way .way-l {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .access .way .way-l {
    width: 22%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .access .way .way-r {
    width: 75%;
  }
}

.access .way dl {
  display: flex;
  align-items: flex-start;
  color: #001568;
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  font-weight: 700;
  letter-spacing: .2rem;
  width: 95%;
  margin: 0 auto 15px;
  letter-spacing: .1rem;
}

@media only screen and (min-width: 768px) {
  .access .way dl {
    width: 100%;
    letter-spacing: inherit;
  }
}

.access .way dl dt {
  border-radius: 100px;
  color: #FFFFFF;
  width: 240px;
  padding: 1px;
  text-align: center;
  margin-right: 10px;
  background: #001568;
  margin-right: 1rem;
}

.access .way dl dt span {
  font-size: clamp(1rem, 1.1vw, 1.2rem);
}

.access .way dl dd {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.access .way dl dd .time-l {
  width: 45%;
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .access .way dl dd .time-l {
    width: 70%;
  }
}

.access .way dl dd .txt-map {
  width: 40%;
  font-size: clamp(1.3rem, 1.3vw, 1.4rem);
  white-space: nowrap;
  letter-spacing: -.01rem;
  font-weight: 500;
  text-decoration: underline;
  color: #BBBB8D;
}

@media only screen and (min-width: 768px) {
  .access .way dl dd .txt-map {
    width: 25%;
  }
}

.access .way dl dd .txt-map a {
  color: #BBBB8D;
}

.spot {
  padding: 50px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .spot {
    width: 100%;
    padding: 100px 0;
  }
}

.spot::before {
  content: "";
  display: block;
  background: url(images_aichi/wave05_sp.svg) center top/cover repeat-x;
  height: 50px;
  width: 100%;
  position: absolute;
  top: -50px;
}

@media only screen and (min-width: 768px) {
  .spot::before {
    background: url(images_aichi/wave05.svg) center top/cover repeat-x;
  }
}

.spot .spot-column {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: column-reverse;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column {
    flex-flow: row;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .spot .spot-column:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px) {
  .spot .spot-column:nth-child(odd) .spot-l {
    padding-left: 0;
    padding-right: 5vw;
    padding-top: 3vw;
  }
}

.spot .spot-column:nth-child(odd) .spot-r {
  margin-left: 0;
  margin-right: 7vw;
}

.spot .spot-column .spot-l {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column .spot-l {
    width: 45%;
    padding-left: 8vw;
    padding-top: 2vw;
    position: relative;
    margin: 0;
  }
}

@media only screen and (min-width: 1680px) {
  .spot .spot-column .spot-l {
    padding-top: 7vw;
  }
}

.spot .spot-column .spot-l dl dt {
  font-size: clamp(3.5rem, 4vw, 5rem);
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #001568;
  text-align: center;
  margin: 20px 0 10px;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column .spot-l dl dt {
    margin: 20px 0 0px;
  }
}

.spot .spot-column .spot-l dl dd {
  font-weight: 600;
  font-size: clamp(1.4rem, 1.3vw, 1.6rem);
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column .spot-l dl dd {
    line-height: 1.8;
  }
}

@media only screen and (min-width: 1280px) {
  .spot .spot-column .spot-l dl dd {
    line-height: 2.2;
  }
}

.spot .spot-column .spot-r {
  position: relative;
  margin-left: 7vw;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column .spot-r {
    width: 49%;
  }
}

.spot .spot-column .spot-r img {
  width: 100%;
}

.spot .spot-column .snokel {
  display: none;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column .snokel {
    position: absolute;
    top: -70px;
    left: 5vw;
    width: 12vw;
    max-width: 200px;
    display: block;
  }
}

.spot .spot-column .ebi {
  display: none;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column .ebi {
    position: absolute;
    left: -3vw;
    top: 3vw;
    display: block;
  }
}

.spot .spot-column .ebi img {
  width: 8vw;
  max-width: 120px;
}

.spot .spot-column .kani {
  display: none;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column .kani {
    position: absolute;
    bottom: 3vw;
    right: 5vw;
    display: block;
  }
}

.spot .spot-column .kani img {
  width: 8vw;
  max-width: 140px;
}

.spot .spot-column .bike {
  display: none;
}

@media only screen and (min-width: 768px) {
  .spot .spot-column .bike {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
  }
}

.spot .spot-column .bike img {
  width: 9vw;
  max-width: 140px;
}

.spot .btn-wrap {
  margin-top: 70px;
}

@media only screen and (min-width: 768px) {
  .spot .btn-wrap {
    margin-top: 100px;
  }
}

.spot .btn-wrap ul {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column-reverse;
}

@media only screen and (min-width: 768px) {
  .spot .btn-wrap ul {
    flex-flow: row;
  }
}

.spot .btn-wrap ul li {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .spot .btn-wrap ul li {
    padding: 0 20px;
    margin-bottom: 0;
  }
}

.spot .btn-wrap ul li a {
  width: 80%;
  display: block;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .spot .btn-wrap ul li a {
    display: inline;
    width: auto;
  }
}

.wide-view-btm {
  margin: 100px 0 0;
}

.bnr-content {
  border-top: 1px solid #001568;
  margin-top: 60px;
}

@media only screen and (min-width: 768px) {
  .bnr-content {
    margin-top: 150px;
  }
}

.bnr-content .bnr-content-inner {
  max-width: 900px;
  margin: 100px auto;
}

.bnr-content .txt-here {
  text-align: center;
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2rem, 2vw, 2.5rem);
  margin-bottom: 20px;
}

.bnr-content .bnr-mid {
  text-align: center;
  width: 90%;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
  .bnr-content .bnr-mid {
    margin: 0 auto 60px;
  }
}

.bnr-content .bnr-mid img {
  transition: .2s;
  max-width: 600px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .bnr-content .bnr-mid img {
    width: auto;
  }
}

.bnr-content .bnr-mid img:hover {
  opacity: .7;
}

.bnr-content ul {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .bnr-content ul {
    display: flex;
    justify-content: space-between;
  }
}

.bnr-content ul li {
  transition: .2s;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .bnr-content ul li {
    width: 48%;
    margin-bottom: 0;
  }
}

.bnr-content ul li:hover {
  opacity: .8;
}

.l-footer {
  background-image: linear-gradient(-250deg, #0052a4, #001568);
  mask: url(images_aichi/wave_gra_sp.svg) no-repeat;
  mask-size: cover;
  position: relative;
  padding: 100px 0 60px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .l-footer {
    mask: url(images_aichi/wave_gra.svg) center top/cover no-repeat;
    padding: 100px 0 120px;
    margin-top: 150px;
  }
}

.l-footer .footer-inner {
  text-align: center;
}

.l-footer .btn-base {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .l-footer .btn-base {
    margin-top: 100px;
  }
}

.l-footer dl dt {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: clamp(2.3rem, 2.5vw, 3rem);
  letter-spacing: .4rem;
  text-align: center;
  font-weight: 600;
}

.l-footer dl dd {
  font-size: clamp(4rem, 4vw, 6rem);
  font-weight: 300;
  text-align: center;
}

.l-footer .copy {
  margin: 50px 0 0;
  text-align: center;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  .l-footer .copy {
    margin: 100px 0 0;
    font-size: 1.2rem;
  }
}

/* ----------------------------------

effect

---------------------------------- */
.effect {
  opacity: 0;
}

.effect.is-active {
  animation-name: fadeup;
  /*--アニメーション名--*/
  animation-duration: 1s;
  /*--時間--*/
  animation-delay: 0s;
  /*--3秒後に開始--*/
  animation-fill-mode: forwards;
  /*--状態指定--*/
}

@keyframes fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

/* ----------------------------------

search

---------------------------------- */
.search-wrap {
  /* IEで矢印を消すための記述 */
}

@media only screen and (min-width: 768px) {
  .search-wrap {
    display: flex;
  }
}

.search-wrap input[type="text"], .search-wrap select, .search-wrap .room-search-item-text {
  border: none;
  border-radius: 5px;
  background: #FFFFFF;
  height: 35px;
  width: 100%;
}

.search-wrap input[type="text"] {
  padding-left: 10px;
}

.search-wrap dt {
  width: 180px;
  display: none;
}

@media only screen and (min-width: 768px) {
  .search-wrap dt {
    display: block;
  }
}

.search-wrap dt a {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #FFFFFF !important;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-size: clamp(1.5rem, 1.5vw, 2rem);
  padding: 5px;
}

.search-wrap .kids {
  font-size: 1.2rem;
}

.search-wrap dd {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .search-wrap .room-search2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.search-wrap .room-search-inner {
  display: flex;
  flex-flow: wrap;
}

@media only screen and (min-width: 768px) {
  .search-wrap .room-search-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: nowrap;
  }
}

.search-wrap .room-search-inner input[type="text"] {
  width: 48%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .search-wrap .room-search-inner input[type="text"] {
    width: 100%;
    margin-bottom: 0;
  }
}

.search-wrap .room-search-inner select {
  width: 48%;
}

@media only screen and (min-width: 768px) {
  .search-wrap .room-search-inner select {
    width: 100%;
  }
}

.search-wrap .room-search-inner .room-search-item-text {
  width: 48%;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .search-wrap .room-search-inner .room-search-item-text {
    width: 100%;
    margin: 0 10px 0 10px;
  }
}

.search-wrap #room-search-btn2 {
  background: transparent;
  color: #BBBB8D;
  font-size: 5vw;
  font-weight: 600;
  border: 3px solid #BBBB8D;
  border-radius: 100px;
  padding: 15px 40px;
  line-height: 1;
  letter-spacing: .1rem;
  position: relative;
  top: -10px;
  transition: .2s;
}

@media only screen and (min-width: 768px) {
  .search-wrap #room-search-btn2 {
    font-size: clamp(1.5rem, 1.5vw, 1.8rem);
  }
}

.search-wrap #room-search-btn2:hover {
  background: #BBBB8D;
  color: #001568;
  cursor: pointer;
}

.search-wrap #check-out2 {
  margin: 0 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .search-wrap #check-out2 {
    margin: 0 10px;
  }
}

.search-wrap #RateType2 {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) {
  .search-wrap #RateType2 {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .search-wrap .room-search-item-text {
    margin: 0 10px;
  }
}

.search-wrap #RateType2, .search-wrap #StayNinzu2, .search-wrap #RateType, .search-wrap #StayNinzu {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("images_aichi/arrow_d.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  padding-left: 10px;
}

.search-wrap #RateType2::-ms-expand, .search-wrap #RateType::-ms-expand {
  display: none;
}

.fix-side {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 50;
  background-image: linear-gradient(134deg, #0052a4, #001568);
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 2px solid #3368ab;
  width: 290px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all 0.4s ease;
  display: none;
}

@media only screen and (min-width: 768px) {
  .fix-side {
    display: inherit;
  }
}

.fix-side .search-wrap {
  display: block;
}

.fix-side .search-wrap dt {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}

.fix-side .search-wrap dt::before {
  content: "";
  display: block;
  background: url(images_aichi/side.svg) center top/cover no-repeat;
  height: 50px;
  width: 50px;
  margin-bottom: 10px;
}

.fix-side .search-wrap dt a {
  border: none;
  text-align: center;
}

.fix-side .kids {
  color: #FFFFFF;
  white-space: nowrap;
}

.fix-side #room-search-btn {
  background: transparent;
  color: #BBBB8D;
  font-size: clamp(1rem, 1.5vw, 1.8rem);
  font-weight: 600;
  border: 3px solid #BBBB8D;
  border-radius: 100px;
  padding: 8px 20px;
  line-height: 1;
  letter-spacing: .1rem;
  position: relative;
  transition: .2s;
  margin: 40px auto 0;
}

.fix-side #room-search-btn:hover {
  background: #BBBB8D;
  color: #001568;
  cursor: pointer;
}

.fix-side .room-search-inner {
  flex-flow: wrap;
}

.fix-side .room-search-inner input[type="text"] {
  width: 48%;
  margin-bottom: 10px;
}

.fix-side .room-search-inner select {
  width: 48%;
}

.fix-side .room-search-inner .room-search-item-text {
  width: 48%;
  margin: 0;
}

.fix-side #StayNinzu {
  width: 100%;
}

.fix-side.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* ----------------------------------

hamburger

---------------------------------- */
/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 65px;
  height: 65px;
  transition: .2s;
  background: rgba(0, 21, 104, 0.8);
}

.openbtn::after {
  content: "MENU";
  display: inline-block;
  color: #FFFFFF;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
  background: rgba(255, 255, 255, 0.2);
}

.openbtn.active::after {
  content: "CLOSE";
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all .2s;
  position: absolute;
  left: 20px;
  height: 1px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 40%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 25px;
}

.openbtn span:nth-of-type(3) {
  top: 35px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  transition: all .2s;
  position: absolute;
  left: 20px;
  height: 1px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 45%;
  transform: translateY(6px) rotate(-35deg);
  top: 16px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  transition: all .2s;
  position: absolute;
  left: 20px;
  height: 1px;
  border-radius: 2px;
  background-color: #FFFFFF;
  width: 45%;
  transform: translateY(-18px) rotate(35deg);
  top: 40px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 9999;
  /*ナビのスタート位置と形状*/
  top: 0;
  transform: translate(100vw, 0);
  width: 100%;
  height: 100vh;
  /*ナビの高さ*/
  background-image: linear-gradient(-270deg, #0052a4, #001568);
  /*動き*/
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: .5;
}

#g-nav .logo-nav {
  margin: 20px 0 0 20px;
}

#g-nav #g-nav-list ul {
  margin: 20vw 0 0 50px;
}

#g-nav #g-nav-list ul li {
  font-size: 4.5vw;
  font-weight: 600;
  margin-bottom: 6vw;
  position: relative;
  padding-left: 50px;
}

#g-nav #g-nav-list ul li::before {
  display: inline-block;
  margin-right: 1.5rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#g-nav #g-nav-list ul li:nth-child(1)::before {
  content: "";
  background: url(images_aichi/nav_sp01.svg) center top/cover no-repeat;
  height: 20px;
  width: 30px;
}

#g-nav #g-nav-list ul li:nth-child(2)::before {
  content: "";
  background: url(images_aichi/nav_sp02.svg) center top/cover no-repeat;
  height: 15px;
  width: 30px;
}

#g-nav #g-nav-list ul li:nth-child(3)::before {
  content: "";
  background: url(images_aichi/nav_sp03.svg) center top/cover no-repeat;
  height: 25px;
  width: 30px;
}

#g-nav #g-nav-list ul li:nth-child(4)::before {
  content: "";
  background: url(images_aichi/nav_sp04.svg) center top/cover no-repeat;
  height: 30px;
  width: 30px;
}

#g-nav #g-nav-list ul li:nth-child(5)::before {
  content: "";
  background: url(images_aichi/nav_sp05.svg) center top/cover no-repeat;
  height: 20px;
  width: 30px;
}

#g-nav #g-nav-list ul a {
  color: #FFFFFF;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  transform: translate(0px, 0);
  opacity: 1;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0px 30px 30px;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

.sp-contact {
  background: #FFFFFF;
  position: absolute;
  bottom: 0;
  color: #001568;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}

@media only screen and (min-width: 768px) {
  .sp-contact {
    display: none;
  }
}

.sp-contact::before {
  content: "";
  display: block;
  background: url(images_aichi/wave05_sp.svg) center top/cover repeat-x;
  height: 30px;
  width: 100%;
  position: absolute;
  top: -30px;
}

.sp-contact dl dt {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
  font-size: 4.5vw;
  letter-spacing: .3rem;
  font-weight: 500;
}

.sp-contact dl dd {
  font-size: 6vw;
  font-weight: 300;
}

.sp-contact .time {
  font-size: 3.3vw;
  margin-bottom: 20px;
}

.sp-contact a {
  color: #001568;
  text-decoration: underline;
}

.sp-contact .mail::before {
  content: "";
  display: inline-block;
  background: url(images_aichi/mail.svg) center top/cover no-repeat;
  height: 15px;
  width: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

#furusato-site-list-wrap dt {
  display: none;
}

.bnr-list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  max-width: 900px;
  margin: auto;
}

.bnr-list li {
  width: 33%;
}

#gas-ticket-present-bnr {
  display: none;
}

.go-local article #target-yadolist h3 {
  position: relative;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.8em;
}

.go-local article #target-yadolist h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #20aee5;
  border-radius: 2px;
}

.go-local article #target-yadolist {
  padding: 40px 0px;
}

.go-local article #target-yadolist .title-wrap {
  margin-bottom: 30px;
}

.go-local article #target-yadolist .title-wrap p,
#target-yadolist .title-wrap p {
  text-align: center;
}

.go-local article #target-yadolist h4 {
  color: #cc0000;
  border-bottom: solid #cc0000 1px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
}

ul.yado-list-cat,
.yado-list-wrap ul {
  list-style: none;
}

.go-local article #target-yadolist .yado-list-wrap ul,
#target-yadolist .yado-list-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.go-local article #target-yadolist .yado-list-wrap > ul li {
  width: 30%;
  margin: 10px 1%;
}

.go-local article #target-yadolist .yado-list-wrap > ul li a {
  font-size: 1.1em;
  font-weight: bold;
}

.go-local article #target-yadolist .yado-list-wrap > ul li a:hover {
  color: #e74424;
}

/*
.go-local article #target-yadolist .yado-list-wrap ul li a .fa-ticket:before {
    color: #cc0000;
}
.go-local article #target-yadolist .yado-list-wrap ul li a .fa-heart:before {
    color: #f759b8;
}
*/
.go-local article .att-text {
  text-align: center;
  line-height: 2;
}

.go-local article .att-text b {
  color: #cc0000;
  font-weight: normal;
}

.furusato-winter article.page {
  font-family: serif;
}

#target-yadolist .content-title {
  margin-bottom: 5px;
}

#target-yadolist .yado-list-cat {
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-bottom: 60px;
}

#target-yadolist .yado-list-cat > * {
  font-size: 1.3em;
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
}

#target-yadolist .yado-list-cat > *:last-child {
  border-right: 0px;
}

#target-yadolist h4 {
  border-bottom: solid #000 1px;
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-top: 0px;
}

#target-yadolist .yado-cat {
  margin-bottom: 60px;
}

#target-yadolist .note {
  margin-top: -50px;
}

#target-yadolist .yado-list-wrap > ul {
  justify-content: space-between;
}

#target-yadolist .yado-list-wrap > ul > li {
  width: 24%;
  margin: 0 0 10px;
}

#target-yadolist .yado-list-wrap > ul > li a,
#target-yadolist .yado-list-wrap > ul > li .no-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.05em;
  line-height: 1.3;
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

#target-yadolist .yado-list-wrap > ul > li a:hover {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#target-yadolist .yado-list-wrap > ul > li .img {
  width: 100px;
  height: 70px;
  background-position: center center;
  background-size: cover;
}

#target-yadolist .yado-list-wrap > ul > li .img.img-none {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.5);
  background: #c6d7db;
}

#target-yadolist .yado-list-wrap > ul > li .yado-info {
  width: calc(100% - 100px);
  padding: 3px 10px;
}

#target-yadolist .yado-list-wrap > ul > li .yado-area {
  font-size: 0.75em;
}

#target-yadolist .yado-list-wrap > ul > li .yado-area .member-yado {
  font-size: 0.9em;
  line-height: 1;
  color: #c00;
  font-weight: bold;
  background-color: #f0f0f0;
  padding: 4px 5px;
  border-radius: 0 0 0 3px;
  position: absolute;
  top: 0;
  right: 0;
}

#target-yadolist ul.area {
  margin: 0;
}

@media only screen and (max-width: 680px) {
  #furusato-tit-btn {
    background: #004;
  }
  #furusato-tit-btn .round_btn {
    padding: 15px 0px;
  }
  #furusato-tit-btn .round_btn a {
    font-size: 14px;
    padding: 5px 20px 5px 20px;
  }
  #campaign-furusato-winter-about {
    background-size: 90% auto;
    padding: 0 3%;
    margin-bottom: 0px;
  }
  #campaign-furusato-winter-about01-sp {
    margin-bottom: 15px;
  }
  #campaign-furusato-winter-about02 {
    margin-bottom: 0px;
  }
  #campaign-furusato-winter-about02 li {
    width: 49%;
    margin-bottom: 10px;
  }
  #campaign-furusato-winter-about .inner > p {
    text-align: left;
    line-height: 1.4;
  }
  #furusato-about-kyotango {
    margin-bottom: 50px;
  }
  .furusato-winter .campaign-outline-box .title {
    font-size: 1.1rem;
    white-space: nowrap;
    padding: 10px 30px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .furusato-winter .campaign-outline-box .inner {
    padding-top: 40px;
  }
  .campaign-outline-box .inner dl.campaign-overview-att dt,
  .campaign-outline-box .inner dl.campaign-overview-att dd {
    width: 100%;
  }
  #target-yadolist .yado-list-wrap > ul > li {
    width: 49%;
  }
  #target-yadolist .yado-list-wrap > ul > li .img {
    width: 40%;
    height: 60px;
  }
  #target-yadolist .yado-list-wrap > ul > li .yado-info {
    width: 60%;
  }
  #target-yadolist .yado-list-wrap > ul > li a,
  #target-yadolist .yado-list-wrap > ul > li .no-link {
    font-size: 0.95em;
    line-height: 1.2;
  }
  #target-yadolist .yado-list-wrap > ul > li a b,
  #target-yadolist .yado-list-wrap > ul > li .no-link b {
    font-weight: normal;
  }
  #target-yadolist .yado-list-cat {
    flex-wrap: wrap;
  }
  #target-yadolist .yado-list-cat > * {
    font-size: 1.15em;
    padding: 0 10px;
  }
}
