@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  color: #333;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic", "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow: auto;
  scroll-behavior: smooth;
}

body {
  text-align: center;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  min-height: 100vh;
  box-sizing: border-box;
  background: url(images/2024_bg.png);
}

img {
  height: auto;
}

a img {
  border: 0px;
}

a:hover {
  color: #64bde1;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  cursor: default;
}

li {
  list-style-type: none;
}

.inner {
  position: relative;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  max-width: 1080px;
}

h1, h2, h3, h4, h5, h6, strong {
  font-weight: bold;
  font-feature-settings: "palt" 1;
}

/* ============================================================================== */
/* header */
/* ============================================================================== */
header {
  background: url(images/header_bg.png) #64bde1 center;
  background-size: cover;
  width: 100%;
}
header h1 {
  position: relative;
  z-index: 5;
}
header h1 span {
  display: none;
}
header .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  width: 1168px;
}
header .inner img {
  width: 560px;
  margin-left: -88px;
}
header .inner div {
  width: calc(100% - 472px);
  padding-top: 64px;
  padding-left: 64px;
  text-align: left;
}
header .inner h2 {
  line-height: 1.28em;
  font-size: 32px;
  margin-bottom: 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
}
header .inner p {
  line-height: 1.68em;
  font-weight: bold;
  padding-bottom: 32px;
  width: 480px;
}
header .inner p.kome {
  margin-top: -16px;
  line-height: 1.44em !important;
  font-weight: normal;
  width: 448px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  padding: 64px 48px 32px 48px;
}
nav a {
  display: block;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  font-weight: bold;
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  position: relative;
}
nav a:before {
  content: "";
  position: absolute;
  display: block;
  background: rgba(255, 243, 56, 0.5);
  top: 4px;
  left: 6px;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
nav a:hover {
  color: #000;
}
nav a:hover:before {
  background: #fff338;
  top: 0px;
  left: 0px;
}
nav a:last-of-type {
  margin-right: 0px;
}

#photo_i1 {
  width: 320px;
  position: absolute;
  top: -32px;
  left: 50%;
  margin-left: -670px;
}

#photo_i2 {
  width: 240px;
  position: absolute;
  top: 440px;
  left: 50%;
  margin-left: 400px;
  transform: rotate(5deg);
}

#photo_i3 {
  width: 200px;
  position: absolute;
  top: 420px;
  left: 50%;
  margin-left: -520px;
  transform: rotate(-15deg);
}

/* ============================================================================== */
/* INDEX */
/* ============================================================================== */
.wrap h3 {
  font-size: 18px;
  margin: 64px auto 48px auto;
  position: relative;
  text-align: center;
}
.wrap h3:after, .wrap h3:before {
  content: "";
  position: absolute;
  border-top: 56px dotted #fff338;
  display: block;
  top: -21px;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  z-index: -1;
}
.wrap h3:after {
  width: 150px;
  margin-left: -75px;
}
.wrap h3#shop {
  margin-top: 160px;
}

#howto h4 {
  font-size: 21px;
  padding: 96px 0px 64px 0px;
  display: inline-block;
  margin: 0px auto;
  position: relative;
}
#howto h4:after {
  position: absolute;
  content: "";
  border-bottom: 3px solid #64bde1;
  width: 100%;
  height: 5px;
  bottom: 40px;
  left: 0px;
}
#howto h4 + p {
  line-height: 1.68em;
}
#howto p {
  line-height: 1.68em;
}

.howto_li {
  display: flex;
  flex-wrap: wrap;
}
.howto_li li {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  position: relative;
}
.howto_li li img {
  width: 100%;
  margin-top: 21px;
}
.howto_li li h5 {
  line-height: 1.28em;
  font-size: 18px;
}
.howto_li li p {
  text-align: left;
  line-height: 1.68em;
  padding: 16px 56px 0px 16px;
  font-size: 15px;
}
.howto_li li:after {
  top: 0px;
  right: -24px;
  position: absolute;
  content: "";
  width: 64px;
  height: 400px;
  background: url(images/ku.svg) no-repeat;
  background-size: contain;
}
.howto_li li:first-of-type p {
  padding-left: 24px;
  padding-right: 48px;
}
.howto_li li:last-of-type {
  margin-right: 0px;
}
.howto_li li:last-of-type p {
  padding-right: 24px;
  padding-left: 24px;
}
.howto_li li:last-of-type:after {
  content: none;
}

.ng {
  border: 2px solid #64bde1;
  padding: 32px 0px;
  border-radius: 16px;
  margin: 32px auto 24px auto;
  display: flex;
  flex-wrap: wrap;
}
.ng li {
  width: 33.333%;
  padding: 0px 32px 0px 32px;
  border-right: 1px solid #000;
  margin-bottom: 64px;
  position: relative;
}
.ng li:after {
  content: "";
  position: absolute;
  bottom: -32px;
  border-bottom: 1px solid #000;
  display: block;
  width: 100%;
  height: 1px;
}
.ng li h5 {
  font-size: 21px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  margin-bottom: 16px;
  padding-top: 16px;
}
.ng li img {
  width: 100%;
}
.ng li p {
  text-align: left;
  line-height: 1.44em;
}
.ng li:first-of-type {
  width: 66.666%;
}
.ng li:nth-of-type(2), .ng li:last-of-type {
  border-right: none;
}
.ng li:nth-of-type(2):after, .ng li:last-of-type:after {
  width: calc(100% - 64px);
}
.ng li:nth-last-of-type(-n+3) {
  margin-bottom: 0px;
}
.ng li:nth-last-of-type(-n+3):after {
  border-bottom: none;
}

#photo_i4 {
  width: 88% !important;
  margin-top: 48px;
}

#map_canvas {
  width: 100%;
  height: 480px;
  margin: 16px 0px;
}

.leaflet-marker-icon {
  color: #fff;
  font-weight: bold;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  background: #04719e;
}
.leaflet-marker-icon:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #04719e;
  z-index: 0;
}

.icon1 {
  background: #fff338;
  color: #000;
}
.icon1:before {
  border-top: 8px solid #fff338;
}

.icon3 {
  background: #000;
}
.icon3:before {
  border-top: 8px solid #000;
}

.ex {
  text-align: right;
  margin-top: 32px;
}
.ex span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.ex span:before {
  background: #fff338;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  top: -7px;
  left: 5px;
  z-index: -1;
}

.shop_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
  gap: 1.5%;
  margin: 40px auto 64px auto;
  counter-reset: num alfa;
  position: relative;
}
.shop_list h4 {
  padding: 12px 24px !important;
  position: absolute;
  border: 2px solid #04719e;
  background-color: white;
  font-weight: bold;
  font-size: 16px !important;
  text-align: center;
  border-radius: 6px;
  top: -32px;
  right: 8px;
}
.shop_list h4:before {
  position: absolute;
  top: 94%;
  left: 46%;
  height: 21px;
  width: 12px;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #fff;
  content: "";
}
.shop_list h4:after {
  display: block;
  position: absolute;
  transform: rotate(21deg);
  top: 99% !important;
  left: 51% !important;
  height: 21px !important;
  width: 2px !important;
  content: "";
  border-left: 2px solid #04719e;
  border-bottom: none !important;
}
.shop_list .block {
  border: 1px solid #04719e;
  padding: 16px 16px;
  border-radius: 16px;
  text-align: left;
  position: relative;
}
.shop_list .block:after {
  content: "";
  width: 100%;
  border-radius: 16px 16px 0px 0px;
  background: radial-gradient(rgba(100, 189, 225, 0.5) 35%, transparent 35%), radial-gradient(rgba(100, 189, 225, 0.5) 35%, transparent 35%) #fff;
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
  height: 42px;
  top: 4px;
  left: 4px;
  z-index: -1;
  display: block;
  position: absolute;
}
.shop_list .block li {
  padding: 4px 0px 4px 36px;
  position: relative;
}
.shop_list .block li:before {
  color: #fff;
  font-weight: bold;
  background: #04719e;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  margin-right: 8px;
  border-radius: 50%;
  font-size: 14px;
  margin-left: -36px;
}
.shop_list .block li.yellow:before {
  color: #000;
  background: #fff338;
}
.shop_list .block ul li:before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
}
.shop_list .block ol li:before {
  background: #000;
  counter-increment: alfa;
  content: counter(alfa, upper-alpha);
}

#apply {
  background: #fff338;
  padding-bottom: 64px;
  position: relative;
  z-index: -3;
}
#apply .inner {
  padding: 32px 0px 64px 0px;
}
#apply h3 {
  color: #fff;
}
#apply h3:before, #apply h3:after {
  border-top: 56px dotted #000;
}
#apply dl {
  background: #fff;
  border-radius: 16px;
  padding: 16px 48px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 64px 64px 64px;
}
#apply dl dt, #apply dl dd {
  text-align: left;
  padding: 24px 16px;
  line-height: 1.6em;
  border-bottom: 1px solid #ccc;
}
#apply dl dt:last-of-type, #apply dl dd:last-of-type {
  border-bottom: none;
}
#apply dl dt {
  width: 160px;
}
#apply dl dd {
  width: calc(100% - 160px);
}
#apply dl dd p {
  line-height: 1.6em;
}

/* ============================================================================== */
/* footer */
/* ============================================================================== */
#pagetop {
  position: fixed;
  display: block;
  width: 48px;
  height: 48px;
  bottom: 20px;
  right: 20px;
  z-index: 100000;
  background: #000;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
#pagetop:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #fff338;
  border-right: solid 2px #fff338;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -3px;
}
#pagetop:after {
  display: block;
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -3px;
  left: 0px;
}

footer {
  background: #04719e;
  padding: 16px;
}
footer p {
  color: #fff;
  line-height: 1.36em;
}

/* ============================================================================== */
/* 個別設定 */
/* ============================================================================== */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
  margin: 0px auto;
}

.w_50 {
  width: 49% !important;
}

.alignleft_m {
  float: left;
  margin-left: 24px;
}

.alignright_m {
  float: right;
  margin-right: 24px;
}

.aligncenter {
  text-align: center;
  margin: 0px auto;
}

.t_left {
  text-align: left !important;
}

.t_right {
  text-align: right !important;
}

.t_center {
  text-align: center !important;
}

.d_none {
  display: none;
}

.clear {
  clear: both !important;
}

.red {
  color: #c41f19;
}

.block {
  display: block;
}

.kome {
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: block;
}

/* ============================================================================== */
/* レスポンシブ */
/* ============================================================================== */
@media screen and (max-width: 1080px) {
  h1 img {
    width: 100%;
  }

  #gift {
    width: 52svw;
    margin-left: -8svw;
  }

  header .inner h2, header .inner p {
    width: 50svw;
    padding-right: 40px;
  }
  header .inner h2.kome, header .inner p.kome {
    width: 48svw;
  }

  #photo_i1 {
    width: 30svw;
    left: -7svw;
    margin-left: 0;
  }

  #photo_i2 {
    width: 22svw;
    top: 36svw;
    left: auto;
    right: -4svw;
    margin-left: 0;
  }

  #photo_i3 {
    width: 18.5svw;
    top: 38.8svw;
    left: 3svw;
    margin-left: 0;
  }
}
@media screen and (max-width: 1010px) {
  .shop_list h4 {
    right: -11svw;
  }
}
@media screen and (max-width: 953px) {
  .pc-disabled {
    display: none;
  }

  .shop_list h4 {
    right: -18svw;
  }
}
@media screen and (max-width: 768px) {
  #gift {
    width: 120svw;
    margin-left: -16svw;
    order: 2;
  }

  header .inner div {
    order: 1;
  }
  header .inner h2, header .inner p {
    width: calc(88svw - 64px);
    margin: auto 64px auto 16px;
  }
  header .inner h2.kome, header .inner p.kome {
    margin-left: 40px;
    width: calc(88svw - 64px - 32px);
  }
  header .inner h2 {
    padding-bottom: 24px;
  }

  .shop_list h4 {
    right: -16svw;
  }

  #apply dl {
    padding: 16px 24px 16px 24px;
  }
}
@media screen and (max-width: 707px) {
  .shop_list h4 {
    right: -28svw;
  }

  #apply dl {
    margin: 0px 16px 48px 16px;
  }
  #apply dl dt {
    padding: 24px 0px;
    width: 120px;
  }
  #apply dl dd {
    width: calc(100% - 120px);
  }
}
#mobile header .inner {
  padding: 24px 24px 0px 24px;
}
#mobile header .inner div {
  width: 100%;
  padding-top: 24px;
  padding-left: 0px;
}
#mobile header .inner h2 {
  width: 88svw;
  font-size: 24px;
}
#mobile header .inner p {
  width: 88svw;
}
#mobile header .inner p.kome {
  padding-right: 56px;
}
#mobile nav {
  display: block;
}
#mobile nav a {
  width: 72svw;
  margin-bottom: 8px;
}
#mobile #howto {
  margin-bottom: 64px;
}
#mobile #howto h4 + p {
  text-align: left;
  padding: 0px 16px;
}
#mobile #howto .kome {
  text-align: left;
  padding: 0px 16px;
}
#mobile .howto_li {
  display: block;
  margin: 16px;
  border: 2px solid #000;
  padding: 24px;
  border-radius: 12px;
}
#mobile .howto_li li {
  width: 100%;
  padding-bottom: 20svw;
}
#mobile .howto_li li:before {
  top: -48svw;
  left: 50%;
  margin-left: -8svw;
  position: absolute;
  content: "";
  width: 64px;
  background: url(images/ku.svg) no-repeat;
  background-size: contain;
  transform: rotate(90deg);
  height: 80svw;
}
#mobile .howto_li li:after {
  content: none;
}
#mobile .howto_li li:first-of-type:before {
  content: none;
}
#mobile .howto_li li:last-of-type {
  padding-bottom: 0px;
}
#mobile .ng {
  margin: 16px;
}
#mobile .ng li {
  width: 100%;
  border-right: none;
}
#mobile .ng li:after {
  width: calc(100% - 64px);
}
#mobile .ng li:nth-last-of-type(3):after {
  border-bottom: 1px solid #000;
}
#mobile .t_left {
  text-align: left;
  padding: 0px 16px;
}
#mobile .ex {
  width: calc(100% - 18px);
  text-align: left;
  padding-left: 19px;
}
#mobile .ex span {
  margin-right: 0px;
}
#mobile .ex span:before {
  left: -7px;
}
#mobile #map_canvas {
  margin: 0px 16px;
  width: calc(100% - 32px);
}
#mobile .shop_list {
  padding: 0px 16px;
  margin-bottom: 160px;
}
#mobile .shop_list h4 {
  right: calc(-100svw + 144px);
}
#mobile #apply dl {
  display: block;
}
#mobile #apply dt {
  padding: 16px 16px 0px 16px;
  border-bottom: none;
  width: 100%;
}
#mobile #apply dd {
  width: 100%;
  padding: 0px 16px 16px 16px;
}
#mobile #apply dd a {
  text-decoration: underline;
}
