@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

div,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  background-color: #1bb8ce;
}

body {
  width: 100%;
  max-width: 100%;
  background-color: #1bb8ce;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #222;
  word-wrap: break-word;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

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

input {
  margin: 0;
  padding: 0;
}

textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

* {
  min-height: 0vw;
}

em {
  font-weight: bold;
}

li {
  list-style-type: none;
}

.br-sp {
  display: block;
}
@media screen and (min-width: 414px) {
  .br-sp {
    display: none;
  }
}

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

.br-tb {
  display: block;
}
@media screen and (min-width: 1000px) {
  .br-tb {
    display: none;
  }
}

.dp-none {
  display: none;
}

.dp-inlineblock {
  display: inline-block;
}

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

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

.note {
  font-size: clamp(0.625rem, 0.5413190824rem + 0.417101147vw, 0.875rem);
}

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

.left {
  text-align: left;
  margin-right: auto;
}

.right {
  text-align: right;
  margin-left: auto;
}

.btn {
  border-radius: 9999px;
}

.small {
  font-size: 0.8em;
}

.large {
  font-size: 1.25em;
}

.c-white {
  color: #fff;
}

.shadow {
  -webkit-filter: drop-shadow(0px 1px 2px #333);
          filter: drop-shadow(0px 1px 2px #333);
}

.em {
  font-weight: 900;
  font-size: 1.4em;
}

.strong {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.big {
  font-size: 1.2em;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid {
  display: grid;
}

.link {
  text-decoration: underline;
}

.site-ttl {
  font-size: 20px;
  display: inline-block;
}

.site-ttl-sub {
  font-size: 0.6em;
}

.sec {
  padding: 80px 24px;
  text-align: center;
}

.head {
  font-size: 24px;
  line-height: 1;
}

.head-sub {
  font-size: 0.6em;
}

.shop-map {
  position: relative;
  max-width: 96%;
  margin: 20px auto 0;
}

.shop-map img {
  width: 100%;
  display: block;
}

.area-btn {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #ff9d00;
  color: #fff;
  font-size: clamp(0.875rem, 0.5821167883rem + 1.4598540146vw, 1.75rem);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (min-width: 576px) {
  .area-btn {
    width: 80px;
    height: 80px;
  }
}
@media screen and (min-width: 768px) {
  .area-btn {
    width: 120px;
    height: 120px;
  }
}
.area-btn-tsushima {
  background-color: #f6aa00;
  top: 22%;
  left: 50%;
}
.area-btn-hirado {
  background-color: #c79b00;
  top: 44%;
  left: 36%;
}
.area-btn-sasebo {
  background-color: #ef93bb;
  top: 53%;
  left: 70%;
}
.area-btn-goto {
  background-color: #0085ca;
  top: 60%;
  left: 16%;
}
.area-btn-saikai {
  background-color: #a47ab4;
  top: 72%;
  left: 38%;
}
.area-btn-isahaya {
  background-color: #7fbe26;
  top: 66%;
  left: 82%;
}
.area-btn-nagasaki {
  background-color: #ef857d;
  top: 90%;
  left: 48%;
}
.area-btn-shimabara {
  background-color: #00a33e;
  top: 90%;
  left: 90%;
}

.area-ttl {
  font-size: 12px;
  font-weight: 400;
}

/* ---------------- */
/* ボトムシート */
/* ---------------- */
body.sheet-scroll-lock {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.sheet-backdrop {
  position: fixed;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
  pointer-events: none;
  z-index: 998;
}

.sheet-backdrop:active,
.sheet-backdrop:focus {
  background: transparent;
  outline: none;
}

.sheet-backdrop.active {
  pointer-events: auto;
}

.bottom-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55vh;
  background: #fff;
  border-radius: 25px 25px 0 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  z-index: 999;
}

.bottom-sheet.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sheet-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff;
  height: 58px;
  padding: 0 18px;
  display: grid;
  grid-template-columns: minmax(92px, 1fr) auto minmax(44px, 1fr);
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ddd;
  color: #004071;
}
.sheet-header.tsushima {
  background: #f6aa00;
}
.sheet-header.hirado {
  background: #c79b00;
}
.sheet-header.sasebo {
  background: #ef93bb;
}
.sheet-header.goto {
  background: #0085ca;
}
.sheet-header.saikai {
  background: #a47ab4;
}
.sheet-header.isahaya {
  background: #7fbe26;
}
.sheet-header.nagasaki {
  background: #ef857d;
}
.sheet-header.shimabara {
  background: #00a33e;
}

.sheet-header h2 {
  margin: 0;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.bottom-sheet:not(.detail-active) .sheet-header {
  grid-template-columns: 44px minmax(0, 1fr) 44px;
}

.sheet-title-area {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.sheet-title-note {
  font-size: 7px;
  font-weight: 700;
  line-height: 1;
}

.bottom-sheet.detail-active .sheet-title-note {
  display: none;
}

.sheet-back {
  justify-self: start;
  padding: 8px 0;
  border: none;
  background: none;
  color: #004071;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}

.sheet-close {
  justify-self: end;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #004071;
  font-size: 30px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
}

.bottom-sheet:not(.detail-active) .sheet-back {
  visibility: hidden;
  pointer-events: none;
}

.sheet-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  overflow: hidden;
}

.sheet-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.bottom-sheet.detail-active .sheet-slider {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.sheet-panel {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-width: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  scrollbar-width: none;
}

.sheet-panel::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.sheet-scrollbar {
  position: absolute;
  top: 18px;
  right: 8px;
  bottom: 18px;
  width: 10px;
  background: #dedede;
  border-radius: 999px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  z-index: 2;
}

.bottom-sheet.scrollbar-visible .sheet-scrollbar {
  opacity: 1;
  pointer-events: auto;
}

.sheet-scrollbar-thumb {
  position: absolute;
  top: 0;
  left: 1px;
  width: 8px;
  min-height: 36px;
  background: #f7f7f7;
  border-radius: 999px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none;
}

.bottom-sheet.scrollbar-dragging .sheet-scrollbar-thumb {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.shop-list {
  padding: 8px 26px 22px 26px;
}

.shop-title {
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  padding: 18px 8px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border: none;
  border-bottom: solid 1px #004071;
  background: none;
  color: #004071;
  font-family: inherit;
  line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
  .shop-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    left: 0;
    background: #f1f3f4;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.24s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
  }
  .shop-item:hover .shop-title::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.shop-title:focus-visible,
.sheet-back:focus-visible,
.sheet-close:focus-visible {
  outline: 2px solid #004071;
  outline-offset: 2px;
}

.shop-detail {
  padding: 18px 42px 28px 22px;
  color: #004071;
  line-height: 1.8;
}
.shop-detail a {
  color: #004071;
  text-decoration: underline;
}

.shop-detail-title {
  margin: 0 0 14px;
  color: #004071;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.shop-message {
  margin-bottom: 20px;
  color: #004071;
  line-height: 1.8;
}

.shop-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 12px;
  color: #004071;
}
.shop-info dt {
  width: 7em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 700;
}
.shop-info dd {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  word-break: break-word;
}

.shop-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #004071;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.shop-link:hover {
  opacity: 0.8;
}

/* ==========================
   ハンバーガーボタン
========================== */
body.menu-open {
  overflow: hidden;
}

.fv {
  position: relative;
}

.hamburger {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 42px;
  height: 42px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
}

.hamburger span {
  position: absolute;
  left: 6px;
  width: 30px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ×アイコン */
.hamburger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

/* ==========================
   ドロワーメニュー
========================== */
.drawer-menu {
  position: fixed;
  inset: 0;
  background: #1bb8ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  z-index: 1000;
}

.drawer-menu.active {
  opacity: 1;
  visibility: visible;
}

.drawer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.drawer-menu li + li {
  margin-top: 24px;
}

.drawer-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 700;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.bg-blue {
  background-color: #1bb8ce;
}

.txt {
  text-align: left;
}

.sec {
  padding: 4px;
}

.cont {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}

.fv {
  background-color: #1bb8ce;
}
@media screen and (min-width: 768px) {
  .fv {
    padding: 40px;
    padding-bottom: 60px;
  }
}

.fv-txt {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #FFF;
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
}

.present {
  position: relative;
  padding: 20px 0 60px;
}

.head-present {
  position: absolute;
  width: 80%;
  max-width: 680px;
  top: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .head-present {
    top: -40px;
  }
}
.head-present::before {
  position: absolute;
  content: "";
  background-image: url(../images/sp-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 49.6px;
  top: -12px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .head-present::before {
    width: 100px;
    height: 124px;
    top: -34px;
  }
}

.img-prize {
  display: block;
  margin-top: 40px;
}

.prize-bc {
  display: grid;
  grid-template-columns: 60% 40%;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.img-present {
  margin-top: 20px;
}

.note-present {
  text-align: right;
}

.howto {
  position: relative;
}
@media screen and (min-width: 768px) {
  .howto {
    padding: 20px 0 100px;
  }
}

.head-howto {
  position: absolute;
  top: -20px;
  left: 0;
  width: 60%;
  max-width: 550px;
}
@media screen and (min-width: 768px) {
  .head-howto {
    top: -40px;
  }
}

.howto-item {
  background-color: #fff;
  display: grid;
  grid-template-columns: 40% 60%;
  border-radius: 20px;
  margin-top: clamp(2.5rem, 1.6631908238rem + 4.1710114703vw, 5rem);
  position: relative;
}
.howto-item::before {
  position: absolute;
  content: "";
  background-image: url(../images/icon-step1.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  top: -16px;
  left: -6px;
}
@media screen and (min-width: 768px) {
  .howto-item::before {
    width: 70px;
    height: 70px;
  }
}
.howto-item::after {
  position: absolute;
  content: "";
  background-image: url(../images/img-arrow-under.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 46px;
  height: 18px;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .howto-item::after {
    width: 119px;
    height: 48px;
    bottom: -70px;
  }
}
.howto-item-step2::before {
  background-image: url(../images/icon-step2.png);
}
.howto-item-step3::before {
  background-image: url(../images/icon-step3.png);
}
.howto-item-step4::before {
  background-image: url(../images/icon-step4.png);
}
.howto-item-step4::after {
  display: none;
}

.howto-item-left {
  background-color: #fffcd1;
  border-radius: 20px 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 110px;
}
@media screen and (min-width: 768px) {
  .howto-item-left {
    min-height: 220px;
  }
}

.howto-img {
  max-width: 90%;
  max-height: 90px;
  width: auto;
  height: auto;
}
@media screen and (min-width: 768px) {
  .howto-img {
    max-height: 170px;
  }
}

.howto-item-right {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .howto-item-right {
    padding: 26px;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.howto-txt {
  font-size: clamp(0.75rem, 0.3315954119rem + 2.0855057351vw, 2rem);
  color: #004071;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .howto-txt {
    line-height: 1.8;
  }
}

.howto-note {
  margin-top: 0;
  font-size: 0.9em;
}

.ttl-cp {
  text-align: center;
  font-size: clamp(1rem, 0.7489572471rem + 1.2513034411vw, 1.75rem);
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .ttl-cp {
    text-align: left;
  }
}

.ttl-cp-sub {
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
  margin-top: 14px;
  padding-left: 1em;
}

.cp-note-list {
  margin-top: 6px;
}

.cp-note-list-item {
  font-size: clamp(0.75rem, 0.6663190824rem + 0.417101147vw, 1rem);
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}

.cp-note {
  margin-top: 30px;
  color: #fff;
  text-align: left;
}

.shop {
  padding: 20px 0;
}

.head-shop {
  width: 50%;
}

.ttl-shop-check {
  text-align: center;
  color: #fff462;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ttl-shop-check::before, .ttl-shop-check::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: #fff462;
}
.ttl-shop-check::before {
  left: -36px;
  -webkit-transform: rotate(62deg);
          transform: rotate(62deg);
}
.ttl-shop-check::after {
  right: -36px;
  -webkit-transform: rotate(-62deg);
          transform: rotate(-62deg);
}

.faq {
  padding: 40px 0;
  color: #fff;
}

.head-faq {
  font-size: clamp(1.25rem, 0.4131908238rem + 4.1710114703vw, 3.75rem);
}

.cont-faq {
  text-align: left;
}

.faq-item {
  margin-top: clamp(1.625rem, 0.9137122002rem + 3.5453597497vw, 3.75rem);
}

.faq-item-q {
  font-size: clamp(1.125rem, 0.8739572471rem + 1.2513034411vw, 1.875rem);
}

.faq-item-a {
  display: none;
  padding-top: 12px;
}

.faq-item.open .faq-item-a {
  display: block;
}

.faq-item-q {
  cursor: pointer;
}

.faq-item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.faq-item-q::after {
  content: "▼";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.faq-item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.faq-item-q::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  margin-right: 4px;
}
@media screen and (min-width: 768px) {
  .faq-item-q::after {
    width: 24px;
    height: 24px;
  }
}

.faq-item.open .faq-item-q::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.faq-item.open .faq-item-q::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.faq-ttl-sub {
  margin-top: 20px;
}

.faq-txt {
  font-size: clamp(1rem, 0.9163190824rem + 0.417101147vw, 1.25rem);
  margin-top: 10px;
  line-height: 1.4;
}

.faq-note {
  line-height: 1.4;
}

.faq-step-slider {
  position: relative;
  margin-top: 20px;
  background-color: #fff;
  padding: 20px;
}

.faq-step-slide {
  padding: 0;
  margin: 0;
  list-style: none;
}

.faq-step-slide-img {
  width: 100%;
  display: block;
}

.swiper-slide {
  position: relative;
}

.faq-step-slide-img::after {
  content: "";
  position: absolute;
  top: 20%;
  right: -20px;
  width: 32px;
  height: 32px;
  background: url("../images/arrow-right@2x.png") no-repeat center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  z-index: 2;
}
@media screen and (min-width: 576px) {
  .faq-step-slide-img::after {
    width: 50px;
    height: 50px;
    right: -40px;
  }
}

/* 最後のスライドだけ非表示 */
.swiper-slide:last-child::after {
  display: none;
}

.faq-step-txt {
  margin-top: 12px;
  line-height: 1.5;
  text-align: left;
  color: #004071;
}

.info {
  padding: 40px 0;
}

.head-bnr {
  color: #fff462;
  font-size: clamp(1.25rem, 0.8315954119rem + 2.0855057351vw, 2.5rem);
}

.banner {
  margin: 20px auto 0;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 20px;
  padding: clamp(0.625rem, 0.2065954119rem + 2.0855057351vw, 1.875rem) 0;
}
.banner-nagaoshi {
  background-color: #a5d8d6;
}
.banner-e-nagasaki {
  background-color: #f6bbc1;
}

.bnr-head {
  margin: 0 auto;
}

.bnr-head-nagaoshi {
  width: clamp(13.1875rem, 5.9700208551rem + 35.9749739312vw, 34.75rem);
}

.bnr-head-e-nagasaki {
  width: clamp(14.625rem, 6.6125521376rem + 39.9374348279vw, 38.5625rem);
}

.bnr-img {
  width: 90%;
  margin-top: 10px;
  -webkit-filter: drop-shadow(0px 1px 2px #333);
          filter: drop-shadow(0px 1px 2px #333);
}

.footer {
  background-color: #004071;
  padding: 20px;
}

.cont-footer {
  text-align: left;
  color: #fff;
}

.head-footer {
  font-size: clamp(0.875rem, 0.5821167883rem + 1.4598540146vw, 1.75rem);
}

.head-sub-footer {
  font-size: clamp(1rem, 0.8326381648rem + 0.8342022941vw, 1.5rem);
  margin-top: 10px;
}

.txt-footer {
  font-size: clamp(0.875rem, 0.8331595412rem + 0.2085505735vw, 1rem);
  margin-top: 6px;
}/*# sourceMappingURL=style.css.map */
