@charset "UTF-8";
/*!
Theme Name: ff_wp_template
Theme URI: http://underscores.me/
Author: Firefly inc.
Author URI: https://fireflyinc.io
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ff_template
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ff_template is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
*,
::before,
::after {
  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;
  line-height: 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 {
  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] {
  text-decoration: underline; /* 2 */
  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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 1;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.breadcrumb li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.button01 {
  /**/
}

.button02 {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.pager li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

header {
  /**/
}
@media screen and (max-width: 1366px) {
  header {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
  }
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

footer {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.news-list li {
  /**/
}

body {
  font-family: "Noto Sans JP" "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

.slide-menu {
  /**/
}

main {
  width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  main {
    width: 100%;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 1366px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1366px) {
  .sp {
    display: block;
  }
}

.sp_f {
  display: none;
}
@media screen and (max-width: 1366px) {
  .sp_f {
    display: flex;
  }
}

.pc_f {
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 1366px) {
  .pc_f {
    display: none;
  }
}
header {
  transition: 0.2s;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1367px;
  padding: 20px;
  background-color: white;
}
@media screen and (max-width: 1366px) {
  header {
    width: 100%;
    padding: 8px 20px;
  }
}
header li,
header h1,
header div {
  position: relative;
}
header a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header h1 {
  display: inline-block;
}
header h1 img {
  width: 124px;
}
header .phone {
  width: fit-content;
  position: static;
}
header .phone img {
  width: 50px;
  display: block;
}
header .right {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media screen and (max-width: 1366px) {
  header .right {
    display: none;
  }
}
header .right .list {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
header .right .list > li {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}
header .right .list > li span {
  font-size: 20px;
}
header .right .list > li:hover > ul > li {
  height: auto; /*サブメニューの高さ*/
  overflow: visible;
}
header .right .list > li > ul {
  padding-top: 40px;
  min-width: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
header .right .list > li > ul > li {
  line-height: 3;
  font-size: 13px;
  padding-left: 10px;
  height: 0;
  overflow: hidden;
  background-color: #f6f6fb;
  color: #444;
  width: 100%;
  word-break: keep-all;
}
header .right .list > li > ul > li:hover {
  background-color: #d8daea;
}
header .right .list_second {
  display: flex;
  align-items: center;
}
header .right .list_second > li {
  padding: 0 10px;
  border-left: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
header .right .list_second > li > img {
  height: 26px;
}
header .right .list_second > li .head {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: 5px;
  font-size: 19px;
  font-family: Lato;
  color: #a82e2f;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 27px;
}
header .right .list_second > li .head > img {
  width: 11px;
}
header .right .list_second > li .foot {
  width: 100%;
  font-size: 10px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.1em;
}
header #hamburger {
  display: flex;
  height: 60px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 1366px) {
  header #hamburger {
    display: none;
  }
}
header #hamburger .first,
header #hamburger .second,
header #hamburger .third {
  background: #1f2c5c;
  width: 30px;
  height: 1px;
  display: block;
  margin: 5px 0;
  transition: 0.2s;
}
header #hamburger .txt {
  font-size: 10px;
  font-weight: 700;
  color: #1f2c5c;
  letter-spacing: 0.1em;
  margin-top: 5px;
  font-family: Lato;
}
header #hamburger.-active {
  padding-top: 10px;
}
header #hamburger.-active .first {
  transform: rotate(45deg);
}
header #hamburger.-active .second {
  display: none;
}
header #hamburger.-active .third {
  transform: rotate(-45deg);
}
header #hamburger.-active .first,
header #hamburger.-active .second,
header #hamburger.-active .third {
  margin: 0;
}
header #hamburger.-active .txt {
  margin-top: 17px;
}

footer {
  background-image: url(../../img/firstview/img15.png);
  background-size: cover !important;
  padding: 80px 83px 90px;
  display: flex;
  justify-content: space-between;
  width: 1336px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  footer {
    padding: 60px 0 110px 0;
    margin-top: 50px;
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1366px) {
  footer .footer_wrap_left {
    margin: 0 auto;
    width: 100%;
    display: block;
    text-align: center;
  }
}
footer .footer_wrap_left .footer_img {
  width: 124px;
}
footer .footer_wrap_left .footer_lead {
  width: 248px;
  margin: 20px 0;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #5a5a5a;
}
footer .footer_wrap_left .footer_item {
  display: flex;
}
footer .footer_wrap_left .footer_item .footer_privacy {
  border-bottom: 1px solid;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #1a1a1a;
  margin-right: 30px;
}
footer .footer_wrap_left .footer_item .footer_payment {
  border-bottom: 1px solid;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 300;
  color: #1a1a1a;
}
footer .footer_wrap_center ul {
  flex-wrap: wrap;
  display: flex;
  column-gap: 30px;
  width: 584px;
  row-gap: 23px;
}
footer .footer_wrap_center ul li {
  width: 120px;
  position: relative;
}
footer .footer_wrap_center ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .footer_wrap_center ul li .footer_box {
  display: flex;
  align-items: center;
}
footer .footer_wrap_center ul li .footer_box .footer_box_right {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #1a1a1a;
}
footer .footer_wrap_right .reserve_container {
  padding: 0;
}
footer ul {
  width: 100%;
  justify-content: space-between;
}
footer ul li p {
  font-size: 14px;
  margin-bottom: 20px;
}
footer ul li ul {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding-left: 10px;
}
footer ul li ul li {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
footer ul li ul li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1366px) {
  footer .pc_f {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }
  footer .pc_f li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  footer .pc_f li p {
    font-size: large;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid black;
    line-height: 2em;
  }
  footer .pc_f li ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
  }
  footer .pc_f li ul li {
    align-items: flex-start;
    line-height: 1.5em;
    width: 48%;
    margin: 0;
    padding: 0;
  }
}

.reserve_container {
  padding: 23px 30px 30px 30px;
  border-radius: 15px;
}
.reserve_container .reserve_wrap {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.reserve_container .reserve_wrap .reserve_wrap_left .reserve_top {
  margin-right: 10px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #333;
}
.reserve_container .reserve_wrap .reserve_wrap_right .reserve_sub {
  font-size: 10px;
  font-family: "Lato";
  color: #969696;
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-weight: bold;
}
.reserve_container .reserve_box {
  text-align: center;
}
.reserve_container .reserve_box a .reserve_box_top {
  border-radius: 4px;
  width: 255px;
  padding: 13px 0 13px 0;
  background-color: #bf1514;
  margin-bottom: 10px;
}
.reserve_container .reserve_box a .reserve_box_top .reserve_box_top_lead {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.reserve_container .reserve_box a .reserve_box_top .reserve_box_top_lead.height1 {
  line-height: 1em;
}
.reserve_box_bottom {
  border-radius: 4px;
  width: 255px;
  padding: 13px 0 13px 0;
  background-color: #03c755;
  margin: 0 auto;
  margin-bottom: 10px;
}
.reserve_box_bottom .reserve_box_bottom_lead {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.reserve_box_bottom .reserve_box_bottom_lead.height1 {
  line-height: 1em;
}
.reserve_box_bottom .reserve_box_bottom_lead::before {
  content: "";
  background-image: url(../../img/line01.png);
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: cover;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.reserve_box_bottom .reserve_box_bottom_lead.no-before::before {
  content: none;
  background-image: none;
}

footer .reserve_box_bottom .reserve_box_bottom_lead::before {
  display: none;
  left: 40px;
}

.lato {
  font-family: "Lato";
  font-size: 10px;
  color: #969696;
  line-height: 1.2;
  letter-spacing: 0.3em;
  font-weight: bold;
  text-transform: uppercase;
}
.open {
  overflow: hidden;
}
.open .slidemenu-list {
  left: 0;
}

.slidemenu-list {
  position: fixed;
  width: 100%;
  transition: 0.2s;
  background-color: #fff;
  height: 100vh;
  top: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  padding-top: 80px;
  padding-bottom: 20px;
  left: 100%;
}
.slidemenu-list > div {
  display: block !important;
  overflow-y: auto;
  padding: 0 !important;
}
.slidemenu-list > div ul {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.slidemenu-list > div ul li {
  color: #1f2c5c;
  font-size: 16px;
  font-weight: 700;
}
.slidemenu-list > div ul li span {
  font-size: 12px;
  font-weight: 700;
  color: #888;
  display: block;
  margin-top: 8px;
  text-transform: uppercase;
}
.slidemenu-list > a {
  display: inline-block;
  background-color: #1f2c5c;
  width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
  text-align: center;
}

.change-color {
  background-color: #fff;
}

#lang {
  width: 181px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
#lang .select_options {
  position: relative;
}
#lang .select_options a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lang .select {
  width: 181px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 2px 0 white;
  border-radius: 2px;
}
#lang .select_expand {
  width: 0;
  height: 55px;
  position: absolute;
  right: 50px;
  z-index: 2;
  top: -15px;
}
#lang .select_expand::after {
  color: #000;
  font-size: 30px;
  pointer-events: none;
  z-index: 2;
  transition: all 250ms;
  opacity: 0.6;
  content: "\e5cf";
  color: #000 !important;
  position: absolute;
  top: 50%;
  font-family: "Material Symbols Outlined";
}
#lang .select_expand:checked::after {
  transform: rotate(180deg);
}
#lang .select_expandLabel {
  display: block;
  width: 100%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#lang .select_close {
  display: none;
}
#lang .select_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#lang .select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  padding-top: 55px;
}
#lang .select_input {
  display: none;
}
#lang .select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-size: 14px;
  line-height: 55px;
  overflow: hidden;
  background-color: #f8f8f8;
  cursor: pointer;
  padding-left: 20px;
}
#lang .select_label-placeholder {
  height: 55px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: transparent;
}
#lang .select_expand:checked + .select_closeLabel {
  display: block;
}
#lang .select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 55px;
}
#lang .select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
  background-color: #fff;
}
#lang .select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
  display: none;
}
#lang .select_input:checked + .select_label {
  height: 55px;
  margin-top: -55px;
}
#lang .select .select_items {
  width: 181px;
  right: 0;
  left: auto;
}
#lang .select .select_items .select_label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#lang .select .select_items .select_label img {
  width: 33px;
}

#lang_sp {
  width: 100%;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
}
#lang_sp .select_options {
  position: relative;
  display: block;
}
#lang_sp .select_options a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lang_sp .select {
  width: 100%;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 2px 0 white;
  border-radius: 2px;
  position: relative;
}
#lang_sp .select_expand {
  width: 0;
  height: 55px;
  position: absolute;
  right: 50px;
  z-index: 2;
  top: -15px;
}
#lang_sp .select_expand::after {
  color: #000;
  font-size: 30px;
  pointer-events: none;
  z-index: 2;
  transition: all 250ms;
  opacity: 0.6;
  content: "\e5cf";
  color: #000 !important;
  position: absolute;
  top: 50%;
  font-family: "Material Symbols Outlined";
}
#lang_sp .select_expand:checked::after {
  transform: rotate(180deg);
}
#lang_sp .select_expandLabel {
  display: block;
  width: 100%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#lang_sp .select_close {
  display: none;
}
#lang_sp .select_closeLabel {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
#lang_sp .select_items {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  padding-top: 55px;
}
#lang_sp .select_input {
  display: none;
}
#lang_sp .select_label {
  transition: all 250ms cubic-bezier(0.4, 0.25, 0.3, 1);
  display: block;
  height: 0;
  font-size: 14px;
  line-height: 55px;
  overflow: hidden;
  background-color: #f8f8f8;
  cursor: pointer;
  padding-left: 20px;
}
#lang_sp .select_label-placeholder {
  height: 55px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: transparent;
}
#lang_sp .select_expand:checked + .select_closeLabel {
  display: block;
}
#lang_sp .select_expand:checked + .select_closeLabel + .select_options .select_label {
  height: 55px;
}
#lang_sp .select_expand:checked + .select_closeLabel + .select_options .select_label:hover {
  background-color: #fff;
}
#lang_sp .select_expand:checked + .select_closeLabel + .select_options + .select_expandLabel {
  display: none;
}
#lang_sp .select_input:checked + .select_label {
  height: 55px;
  margin-top: -55px;
}
#lang_sp .select .select_items {
  width: 100%;
  right: 0;
  left: auto;
}
#lang_sp .select .select_items .select_label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#lang_sp .select .select_items .select_label img {
  width: 33px;
}

.white {
  display: flex;
  justify-content: space-between;
  border: 1px solid #212e5f;
  border-radius: 50px;
  width: 240px;
  padding: 15px 25px;
  align-items: center;
  position: relative;
}
.white a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.white p {
  color: #212e5f;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.white img {
  width: 16px;
}

.blue {
  background-color: #cc821e;
  display: flex;
  justify-content: space-between;
  border-radius: 50px;
  width: 260px;
  padding: 15px 25px;
  align-items: center;
  position: relative;
}
.blue a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blue p {
  color: white;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.blue img {
  width: 16px;
}

.color_bg {
  position: relative;
}
.color_bg::before {
  content: "";
  width: 944px;
  height: 100%;
  position: absolute;
  z-index: -1;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%, -50%);
  background-image: url(../../img/firstview/img15.png);
}
@media screen and (max-width: 1366px) {
  .color_bg::before {
    display: none;
  }
}

.d_shaodow {
  box-shadow: 16px 16px 40px rgba(96, 112, 172, 0.2196078431);
}

footer {
  background-size: cover !important;
  margin-top: 90px;
}
footer .reserve_box_top {
  background-color: #bf1514 !important;
}

.blue_container .ttl_blue.bg-pink {
  background-image: url(../../img/firstview/img15.png);
}

.top_back {
  margin-bottom: 60px;
}

section.access {
  margin-top: 60px;
  margin-bottom: 90px;
}
section.access .access_container {
  margin-bottom: 90px;
}/*# sourceMappingURL=style.css.map */