@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*======================================================================
  # font
 ======================================================================*/
/**
 * ViewportScale v0.2.2
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*======================================================================
  # colors
 ======================================================================*/
/* ======================================================================
  # ベースグループ
 ======================================================================*/
html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: url(../../images/wallpaper01.jpg) repeat;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

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

.hp_cOrange {
  color: #ffaa3b;
}

.hp_txtRed {
  color: #ff4646;
}

.hp_txtBold {
  font-weight: bold;
}

.hp_fz16 {
  font-size: 16px;
}

.hp_mt16 {
  margin-top: 16px;
}

/* ======================================================================
  # レイアウト
 ======================================================================*/
.ly_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 0 20px rgba(0, 13, 91, 0.2);
          box-shadow: 0 0 20px rgba(0, 13, 91, 0.2);
}

.ly_header_inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1110px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .ly_header_inner {
    padding: 0px 40px 0 16px;
  }
}

.ly_inner {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}

.ly_footer {
  margin-top: 120px;
  background: rgba(17, 17, 17, 0.4588235294);
  width: 100%;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .ly_footer {
    margin-top: 0;
    text-align: center;
  }
}

.ly_footer_inner {
  margin-right: auto;
  margin-left: auto;
  padding: 36px 90px;
  max-width: 1110px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .ly_footer_inner {
    display: block;
    padding: 24px;
  }
}

.ly_contact_cont {
  margin-top: 106px;
}
@media screen and (max-width: 768px) {
  .ly_contact_cont {
    margin-top: 80px;
  }
}
.ly_contact_cont + .ly_footer {
  margin-top: 0;
}

/* ======================================================================
  # エレメントモジュールグループ
 ======================================================================*/
/*セクション見出し*/
.el_lv2Heading {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  text-shadow: 4px 4px 4px Gray;
  color: #ffaa3b;
}
@media screen and (max-width: 768px) {
  .el_lv2Heading {
    font-size: 28px;
    margin-bottom: 8px;
    text-shadow: 3px 3px 3px Gray;
  }
}

.el_lv3Heading {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .el_lv3Heading {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.el_sectTtlEn {
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .el_sectTtlEn {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.el_sectTtlEn::after {
  display: block;
  position: absolute;
  content: "";
  width: 64px;
  height: 2px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4973ff;
}

.el_sect_subTtl {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .el_sect_subTtl {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

/*ボタン（オレンジ）*/
.el_btn {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
  background: #ffaa3b;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 3px 5px rgba(62, 62, 62, 0.2);
}
@media screen and (max-width: 768px) {
  .el_btn {
    font-size: 12px;
  }
}
.el_btn:focus, .el_btn:hover {
  background: #f18900;
}

.el_btn.el_btn__submit {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  background: #ff6347;
  letter-spacing: 0.2em;
}

/*ボタン（スクエア） */
.el_btnSquare {
  display: inline-block;
  padding: 1em 2em;
  background: transparent;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.el_btnSquare::after {
  content: "";
  -webkit-box-shadow: 2px 2px 2px #333333;
          box-shadow: 2px 2px 2px #333333;
}
.el_btnSquare:hover {
  background: #000;
  color: #ffffff;
}

/* ======================================================================
    to top
// ======================================================================*/
.el_toTop {
  display: block;
  position: fixed;
  border-radius: 50%;
  background: #ffaa3b;
  width: 64px;
  height: 64px;
  bottom: 32px;
  right: 24px;
}
@media screen and (max-width: 768px) {
  .el_toTop {
    width: 48px;
    height: 48px;
    bottom: 16px;
    right: 16px;
  }
}
.el_toTop::before {
  content: "";
  position: absolute;
  display: block;
  height: 24px;
  width: 24px;
  background: transparent;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .el_toTop::before {
    height: 16px;
    width: 16px;
  }
}
.el_toTop::after {
  content: "TOP";
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -4px);
          transform: translate(-50%, -4px);
}
@media screen and (max-width: 768px) {
  .el_toTop::after {
    font-size: 12px;
    font-weight: 500;
    -webkit-transform: translate(-50%, -2px);
            transform: translate(-50%, -2px);
  }
}

.bl_halfMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  .bl_halfMedia {
    display: block;
  }
}

.bl_halfMedia_imgWrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.bl_halfMedia_imgWrapper img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bl_halfMedia_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .bl_halfMedia_body {
    padding: 16px 0 32px;
  }
}

.bl_halfMedia_body > *:last-child {
  margin-bottom: 0;
}

.bl_halfMedia_ttl {
  margin-bottom: 10px;
  font-weight: bold;
}

.bl_halfMedia_txt {
  font-size: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_halfMedia_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .bl_halfMedia_txt {
    font-size: 14px;
  }
}

.bl_card {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 2px 3px rgba(51, 51, 51, 0.3);
          box-shadow: 0 2px 3px rgba(51, 51, 51, 0.3);
}

.bl_card_imgWrapper {
  background: white;
}
.bl_card_imgWrapper img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.bl_card_body {
  padding: 12px 12px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_card_body {
    padding: 12px 8px;
  }
}
@media screen and (max-width: 768px) {
  .bl_card_body {
    padding: 16px;
  }
}

.bl_card_ttl {
  color: #ffaa3b;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-shadow: 1px 1px 2px #3e3e3e;
}
@media screen and (max-width: 768px) {
  .bl_card_ttl {
    font-size: 18px;
  }
}

.bl_card_txt {
  padding-top: 12px;
  font-size: 16px;
}

/* ======================================================================
    .bl_gallery
// ======================================================================*/
.bl_gallery_main {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
  aspect-ratio: 4/3;
  overflow: hidden;
}
.bl_gallery_main > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.bl_gallery_thumbnailUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  gap: 1.48148148%;
}

.bl_gallery_thumbnail {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.7);
  aspect-ratio: 4/3;
  overflow: hidden;
}
.bl_gallery_thumbnail > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.bl_accordion {
  width: 100%;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .bl_accordion {
    max-width: 480px;
  }
}

.bl_accordion_item {
  margin-top: 36px;
  padding: 20px;
  border-radius: 4px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .bl_accordion_item {
    margin-top: 16px;
    padding: 8px;
  }
}
.bl_accordion_item:first-of-type {
  margin-top: 0;
}

.bl_accordion_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  padding-right: 24px;
}
.bl_accordion_btn::before, .bl_accordion_btn::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 3px;
  content: "";
  background: #ffaa3b;
}
.bl_accordion_btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.bl_accordion_btn.is_active::after {
  content: none;
}

.bl_accordion_body {
  display: none;
  background: #f5fdeb;
  margin-top: 16px;
  padding: 16px;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .bl_accordion_body {
    margin-top: 8px;
    padding: 12px;
  }
}

.bl_map {
  -webkit-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
          box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);
}

.bl_inframe_wrapper {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.bl_inframe_wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ======================================================================
  # header
 ======================================================================*/
.bl_headerConts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 16px 0 0;
  height: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_headerConts {
    padding-right: 43px;
  }
}
@media screen and (max-width: 768px) {
  .bl_headerConts {
    height: 70px;
  }
}
.bl_headerConts .bl_drawerIcon {
  margin-left: 24px;
}

.bl_header_logo {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .bl_header_logo {
    width: 120px;
  }
}

.bl_headerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bl_headerNav_item {
  margin-right: 32px;
}
.bl_headerNav_item:last-of-type {
  margin-right: 0;
}
.bl_headerNav_link {
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}
.bl_headerNav_link:hover {
  opacity: 0.7;
}
.bl_headerNav_link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 100%;
  height: 2px;
  background: #ffaa3b;
  opacity: 0;
  content: "";
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.bl_headerNav_link:hover::after {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 1;
}

.bl_header_contact {
  text-align: center;
}
.bl_header_contact span {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bl_header_contact span {
    font-size: 12px;
  }
}

/* ======================================================================
    ドロワーメニュー
// ======================================================================*/
.bl_drawerIcon {
  position: absolute;
  top: 27px;
  right: 16px;
  z-index: 30;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_drawerIcon {
    top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .bl_drawerIcon {
    display: block;
  }
}
.bl_drawerIcon_bars {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
}
.bl_drawerIcon_bar, .bl_drawerIcon_bar2, .bl_drawerIcon_bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 0;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 4px solid #3e3e3e;
}
.bl_drawerIcon_bar {
  top: 0;
}
.bl_drawerIcon_bar2 {
  top: 8px;
}
.bl_drawerIcon_bar3 {
  top: 16px;
}

.bl_drawerIcon.is_active {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.bl_drawerIcon.is_active .bl_drawerIcon_bar {
  top: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-color: #ffffff;
}
.bl_drawerIcon.is_active .bl_drawerIcon_bar2 {
  opacity: 0;
}
.bl_drawerIcon.is_active .bl_drawerIcon_bar3 {
  top: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-color: #ffffff;
}

.bl_drawerNav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 300px;
  height: 100px;
  -webkit-transition: -webkit-transform 0.5s 0.15s;
  transition: -webkit-transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s;
  transition: transform 0.5s 0.15s, -webkit-transform 0.5s 0.15s;
  color: #ffffff;
}
.bl_drawerNav.is_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.bl_drawerNav_inner {
  padding-top: 160px;
}
.bl_drawerNav_inner li {
  margin-bottom: 32px;
  text-align: center;
}
.bl_drawerNav_inner li:last-of-type {
  margin-bottom: 0;
}
.bl_drawerNav_link {
  font-size: 20px;
}

.el_backgroundOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.el_backgroundOverlay.is_active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ======================================================================
  # メインビュー
 ======================================================================*/
.bl_MV {
  color: #ffffff;
  text-align: center;
  position: relative;
  background: url(../../../images/kourijima.jpg) no-repeat center center/cover;
  height: 100vh;
  height: 100dvh;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .bl_MV {
    padding: 24px;
  }
}
.bl_MV .bl_MV_catchphrase {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl_MV .bl_MV_catchphrase {
    top: calc(50% - 80px);
    -webkit-transform: translateY(calc(80px - 50%));
            transform: translateY(calc(80px - 50%));
  }
}
.bl_MV .bl_MV_lead {
  position: relative;
}
.bl_MV_catchphrase {
  text-shadow: 4px 4px 2px #333333;
}

.bl_MV_catchphraseSub {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  .bl_MV_catchphraseSub {
    font-size: calc(3.0769230769vw + 8.4615384615px);
  }
}
@media screen and (min-width: 1025px) {
  .bl_MV_catchphraseSub {
    font-size: 40px;
  }
}

.bl_MV_catchphraseMain {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 375px) {
  .bl_MV_catchphraseMain {
    font-size: calc(3.6923076923vw + 14.1538461538px);
  }
}
@media screen and (min-width: 1025px) {
  .bl_MV_catchphraseMain {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .bl_MV_catchphraseMain > span {
    display: block;
  }
}

.bl_MV_lead {
  width: 100%;
  font-weight: 500;
  line-height: 1.3;
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  .bl_MV_lead {
    font-size: calc(3.0769230769vw + 4.4615384615px);
  }
}
@media screen and (min-width: 1025px) {
  .bl_MV_lead {
    font-size: 36px;
  }
}
.bl_MV_lead span {
  font-size: 24px;
  color: #ffaa3b;
  font-weight: 700;
  text-shadow: 2px 2px 2px #fff;
}
@media screen and (min-width: 375px) {
  .bl_MV_lead span {
    font-size: calc(3.0769230769vw + 12.4615384615px);
  }
}
@media screen and (min-width: 1025px) {
  .bl_MV_lead span {
    font-size: 44px;
  }
}

/* ======================================================================
  # feature
 ======================================================================*/
.bl_feature {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .bl_feature {
    margin-top: 60px;
  }
}

.bl_feature_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4%;
}
@media screen and (max-width: 768px) {
  .bl_feature_head {
    display: block;
  }
}

.bl_feature_headTxt {
  line-height: 1.5;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-size: 18px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_feature_headTxt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .bl_feature_headTxt {
    font-size: 14px;
    width: 100%;
    margin-top: 24px;
  }
}

.bl_feature_headImgWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl_feature_headImgWrapper {
    width: 100%;
  }
}

.bl_feature_mediaUnit {
  margin-top: 60px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bl_feature_mediaUnit {
    margin-top: 30px;
  }
}
.bl_feature_mediaUnit > .bl_halfMedia:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/* ======================================================================
  # facility
 ======================================================================*/
.bl_facility {
  margin-top: 120px;
}
.bl_facility .bl_cardUnit {
  margin-right: auto;
  margin-left: auto;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .bl_facility .bl_cardUnit {
    margin-top: 24px;
  }
}

.bl_facility_head {
  width: 100%;
}

.bl_facility_headTxt {
  font-size: 16px;
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bl_facility_headTxt {
    font-size: 14px;
    width: 100%;
  }
}

.bl_cardUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 48px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bl_cardUnit__col3 .bl_card {
  width: calc(33.33333333% - 16px);
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .bl_cardUnit__col3 .bl_card {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .bl_cardUnit__col3 .bl_card {
    width: 100%;
  }
}

/* ======================================================================
  # stay
 ======================================================================*/
.bl_stay {
  width: 100%;
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .bl_stay {
    margin-top: 60px;
  }
}
.bl_stay .el_lv3Heading {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .bl_stay .el_lv3Heading {
    margin-top: 36px;
  }
}
.bl_stay .bl_gallery {
  margin-top: 16px;
}

.bl_stay_checkInOut {
  background: url(../../../images/andon13.jpg) no-repeat center/cover;
  color: #ffffff;
  padding: 60px 15px;
  width: 100%;
  height: 800px;
}
@media screen and (max-width: 768px) {
  .bl_stay_checkInOut {
    padding: 30px 24px;
    height: 480px;
  }
}

.bl_stay_time span {
  line-height: 2;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 2px solid #ffaa3b;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .bl_stay_time span {
    font-size: 20px;
  }
}

.bl_stay_headLead {
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .bl_stay_headLead {
    font-size: 14px;
  }
}

.bl_accomodationCharge_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .bl_accomodationCharge_cont {
    width: 100%;
  }
}

.bl_accomodationCharge_card {
  font-size: 24px;
  padding: 36px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 360px;
          flex: 0 1 360px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 2px 3px rgba(51, 51, 51, 0.3);
}
@media screen and (max-width: 768px) {
  .bl_accomodationCharge_card {
    padding: 24px 0;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_booking {
  width: 100%;
  text-align: center;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .bl_booking {
    margin-top: 60px;
  }
}

.bl_booking_BG {
  padding: 60px;
  color: #ffffff;
  width: 100%;
  background: url(../../../images/akajima.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .bl_booking_BG {
    padding: 60px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bl_booking_cont {
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bl_booking_agent {
  margin-top: 24px;
}

.bl_booking_agentLogo {
  width: 300px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 8px;
}

.bl_booking_mail {
  margin-top: 24px;
}
.bl_booking_mail .el_btn {
  margin-top: 4px;
}

.bl_booking_attention {
  margin-top: 80px;
}

.bl_booking_contTtl {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
}

.bl_booking_tel {
  margin-top: 24px;
}

.bl_booking_telNum {
  font-size: 36px;
  font-weight: 700;
  color: #ffaa3b;
  line-height: 1.3;
}

/* ======================================================================
  # faq
 ======================================================================*/
.bl_faq {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .bl_faq {
    margin-top: 60px;
  }
}

.bl_faq_cont {
  width: 100%;
  background: url(../../../images/kokusaidoorimoon.jpg) no-repeat top left/cover;
  position: relative;
  padding: 120px 60px;
}
@media screen and (max-width: 768px) {
  .bl_faq_cont {
    padding: 60px 16px;
  }
}
.bl_faq_cont .bl_accordion {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .bl_faq_cont .bl_accordion {
    margin-right: auto;
    margin-left: auto;
  }
}

.bl_faq_icon {
  width: 24px;
  height: 24px;
  margin-right: 16px;
  border-radius: 50%;
  background: #ffaa3b;
  color: #ffffff;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
}

/* ======================================================================
  # access
 ======================================================================*/
.bl_access {
  max-width: 1110px;
  margin-top: 120px;
  background: white;
  padding: 60px 40px;
}
@media screen and (max-width: 768px) {
  .bl_access {
    margin-top: 60px;
    padding: 40px 16px;
  }
}
.bl_access .bl_map {
  margin: 40px auto 0;
  width: 75.58%;
}
@media screen and (max-width: 768px) {
  .bl_access .bl_map {
    width: 100%;
    margin: 16px auto 0;
  }
}
.bl_access .el_btnSquare {
  margin-top: 40px;
}

.bl_access_address {
  text-align: center;
}

.bl_access_head {
  width: 800px;
  max-width: 100%;
  margin: 24px auto 0;
}

.bl_access_innerHeading {
  line-height: 1.3;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  border-bottom: 3px dotted #ffaa3b;
  margin-bottom: 4px;
}

.bl_map_btn {
  text-align: center;
}

/* ======================================================================
  # footer
 ======================================================================*/
.bl_footer_logo {
  width: 193px;
}
@media screen and (max-width: 768px) {
  .bl_footer_logo {
    width: 160px;
    display: inline-block;
  }
}

.bl_snsUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .bl_snsUnit {
    gap: 24px;
  }
}

.bl_footer_sns .fa-twitter {
  color: #1da1f2;
}
.bl_footer_sns .fa-facebook-square {
  color: #3b5998;
}
.bl_footer_sns .fa-instagram-square {
  color: #CF2E92;
}

.el_copyright {
  color: #ffffff;
}

.bl_footer_address {
  line-height: 2;
}

.bl_footer_company {
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .bl_footer_company {
    font-size: 12px;
  }
}

.hp_faSize {
  color: #b2b2b2;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  .hp_faSize {
    font-size: 32px;
  }
}

.bl_contact {
  padding: 32px 0 64px;
}
.bl_contact h1 {
  text-align: center;
}
.bl_contact > p {
  text-align: center;
}
.bl_contact .bl_contactForm {
  margin: 24px auto 0;
}
.bl_contact .bl_contactForm > dl > * + * {
  margin-top: 24px;
}
.bl_contact .bl_contact_item {
  margin-right: auto;
  margin-left: auto;
}
.bl_contact .bl_contact_btn {
  margin-top: 48px;
}
.bl_contact dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_contact_ttl {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .bl_contact_ttl {
    font-size: 20px;
  }
}

.bl_contact_lead {
  margin-top: 16px;
  line-height: 1.3;
}

.bl_contactForm {
  max-width: 680px;
  width: calc(100% - 20px);
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .bl_contactForm {
    font-size: 14px;
  }
}

.bl_contact_item {
  max-width: 600px;
  width: 100%;
}

.bl_contact_required {
  line-height: 1;
  display: inline-block;
  background: rgb(255, 14, 14);
  color: #ffffff;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 16px;
  padding: 3px 6px;
}
@media screen and (max-width: 768px) {
  .bl_contact_required {
    margin-left: 6px;
  }
}

.bl_contact_example {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: gray;
}

.sex {
  padding-top: 20px;
}

.bl_contact_itemTtl {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 6px;
}

.bl_contact_btn {
  text-align: center;
}

.label-required {
  color: #ff6347;
  font-weight: bold;
  font-size: 18px;
}

input[type=text],
input[type=email],
textarea {
  border: solid 1px #aaa;
  background: #ffffff;
  border-radius: 5px;
  padding: 0.4em 0.6em;
  font-size: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  input[type=text],
input[type=email],
textarea {
    font-size: 14px;
  }
}

textarea {
  height: 240px;
  resize: vertical;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 200px;
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: solid 1px #aaa;
  border-radius: 5px;
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  select {
    font-size: 14px;
  }
}

#file-test {
  display: none;
}

#file-test-label {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.16);
  cursor: pointer;
  padding: 0.4em 0.8em;
}

#file-test-name {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0;
  color: inherit;
  display: none;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0;
  width: 100%;
}

.bl_confirm {
  padding: 32px 0 64px;
}
.bl_confirm .bl_contact_ttl {
  text-align: center;
}
.bl_confirm .bl_contact_lead {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .is_sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .is_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .is_sptab {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is_tabpc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .is_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .is_pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is_tabOnly {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .is_tabOnly {
    display: none !important;
  }
}