@charset "UTF-8";
@import url("http://fonts.cdnfonts.com/css/gotham-book");
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-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  vertical-align: baseline;
  line-height: 1;
  color: #333;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

body {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  line-height: 1;
  -webkit-appearance: none;
  background-color: #f4f4f4;
}

.en_font {
  font-family: "Gotham Book", sans-serif;
}

.font-min {
  font-family: "Noto Serif JP", serif;
}

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

.flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}

@media (max-width: 767px) {
  .flex_box {
    flex-wrap: wrap;
  }
}
img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  br.none {
    display: none;
  }
}
.br767,
.br500,
.br992 {
  display: none;
}

@media (max-width: 767px) {
  .br767 {
    display: block;
  }
}
@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}
@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}
/*******************************
animation
******************************/
.mv_base {
  opacity: 0;
  transition: 2s;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 30px);
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.imgup {
  opacity: 0;
  transition-delay: 0.6s;
  transition-duration: 2s;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 30px);
}
.imgup.none {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.is-banner {
  position: relative;
}
.is-banner.none:after {
  width: 0;
}
.is-banner:after {
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  content: "";
  background-color: #fff;
  height: 100%;
}

.is-clip {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
}
.is-clip.none {
  opacity: 1;
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(0 0% 0 0);
}

.is-show {
  transform-origin: center top;
  transform: scale(1.2);
  will-change: transform;
  transition-property: transform;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}
.is-show.none {
  transform: none;
}

.is-right {
  transform: translateX(-20px);
  transition: 2s;
  opacity: 0;
}
.is-right.none {
  transform: translateX(0px);
  opacity: 1;
}

.b-container {
  max-width: 1400px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .b-container {
    padding: 0 15px;
  }
}
.container {
  max-width: 1160px;
  max-width: 1230px;
  padding: 0 60px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}
.s-container {
  max-width: 1050px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .s-container {
    padding: 0 30px;
  }
}
.m-container {
  max-width: 1110px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .m-container {
    padding: 0 15px;
  }
}
article {
  opacity: 1;
  transition: 1s;
  padding-top: 200px;
  overflow: hidden;
}
article.bg-w {
  opacity: 0;
  transition: 1s;
}

@media (max-width: 992px) {
  article {
    padding-top: 135px;
  }
}
@media (max-width: 767px) {
  article {
    padding-top: 110px;
  }
}
.home article {
  padding-top: 0px;
}

.sub .main_copy,
.sub header,
.sub article {
  opacity: 0;
}
.sub.set .main_copy,
.sub.set header,
.sub.set article {
  opacity: 1;
}
.sub .pege-bg {
  opacity: 1;
  width: 0%;
  height: 100%;
  background-color: #eee;
  transition: 0.5s;
  position: fixed;
  z-index: 2000;
  bottom: 0;
}
.sub.active .pege-bg {
  opacity: 1;
  width: 100%;
  transition: 0.4s;
}
.sub.up .pege-bg {
  opacity: 1;
  top: 0%;
  right: 0;
  bottom: auto;
  width: 0%;
  transition: 0.5s;
}

/*******************************
header
******************************/
header {
  opacity: 1;
  height: 200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 1000;
  transition: 2s;
}
header .h_logo {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1000;
  height: auto;
  opacity: 1;
  transition: 0s;
  width: 20em;
}
header .h_logo.active {
  opacity: 1;
  visibility: visible;
}
header .reserve_btn {
  min-width: 230px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
}
header .reserve_btn a {
  background-color: #1a3705;
  padding: 30px 0;
  display: block;
  font-size: 12px;
  letter-spacing: 0.3rem;
  color: #fff;
  transition: 0.3s;
}
header .reserve_btn a:hover {
  opacity: 0.6;
}
header .global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
  height: 100vh;
  padding-top: 20vh;
  color: #fff;
  background: rgb(255, 255, 255);
  line-height: 1.35;
  overflow-y: scroll;
  opacity: 0;
  transition: 0.3s;
  z-index: 100;
  visibility: hidden;
  clip-path: inset(0 100% 0 0);
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .global-nav .global-inner {
  width: 100%;
  padding: 0vw 7vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: calc(1315px + 7vw);
  margin: 0 auto;
}
header .global-nav .global-inner .global-nav_txt {
  width: 51%;
  position: relative;
  min-width: 520px;
  margin-right: 2%;
  opacity: 0;
  transform: translateX(-40px);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .global-nav .global-inner .global-nav_txt .cancel {
  position: absolute;
  bottom: -30px;
  padding-bottom: 5px;
  left: 0;
  border-bottom: 1px solid #9b9b9b;
}
header .global-nav .global-inner .global-nav_txt .cancel a {
  color: #9b9b9b;
  font-size: 11px;
  letter-spacing: 0.1rem;
}
header .global-nav .global-inner .global-nav_list {
  flex-wrap: wrap;
  margin-bottom: 30px;
}
header .global-nav .global-inner .global-nav_list .global-nav_item {
  width: 48%;
  margin-bottom: 55px;
}
header .global-nav .global-inner .global-nav_list .global-nav_item a {
  display: block;
}
header .global-nav .global-inner .global-nav_list .g_ttl {
  font-family: "Gotham Book", sans-serif;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.9rem;
  transition: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateX(10px);
}
header .global-nav .global-inner .global-nav_list .small_ttl {
  font-size: 11px;
}
header .global-nav .global-inner .reservebtn_header {
  text-align: center;
  margin-top: 100px;
}
header .global-nav .global-inner .reservebtn_header a {
  font-size: 14px;
  display: block;
  padding: 33px 0;
  background-color: #1a3705;
  color: #fff;
  letter-spacing: 0.3rem;
  transition: 0.3s;
}
header .global-nav .global-inner .reservebtn_header a:hover {
  opacity: 0.6;
}
header .global-nav .global-inner .reservebtn_header + .reservebtn_header {
  margin-top: 2em;
}
header .global-nav .global-inner .reservebtn_header + .reservebtn_header a {
  background-color: transparent;
  color: #1a3705;
  border: 1px solid #1a3705;
}
header .global-nav .global-inner .h_nav .flex_box {
  align-items: flex-end;
}
header .global-nav .global-inner .h_nav .left {
  width: 100%;
}
header .global-nav .global-inner .h_nav .bottom_nav {
  flex-wrap: wrap;
  justify-content: flex-start;
}
header .global-nav .global-inner .h_nav .bottom_nav.mb {
  margin-bottom: 30px;
}
header .global-nav .global-inner .h_nav .bottom_nav li {
  margin-right: 25px;
}
header .global-nav .global-inner .h_nav .bottom_nav li a {
  font-size: 13px;
  letter-spacing: 0.15rem;
  transition: 0.3s;
}
header .global-nav .global-inner .h_nav .bottom_nav li a:hover {
  opacity: 0.6;
}
header .global-nav .global-inner .h_nav .bottom_nav li a span {
  margin-left: 5px;
}
header .global-nav .global-inner .h_nav .bottom_nav li a span img {
  width: 11px;
}
header .global-nav .global-inner .global_sns_box li {
  width: 20px;
  margin-left: 20px;
}
header .global-nav .global-inner .global-img {
  width: 32%;
  height: 100%;
  position: absolute;
  right: 7vw;
  top: 0;
  overflow: hidden;
}
header .global-nav .global-inner .global-img .global-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: scale(1, 1);
  opacity: 1;
  z-index: 1;
  background-image: url(../img/common/header_menu_thum_01.jpg);
}
header .hamburger {
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translate(0%, -50%);
  width: 65px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}
header .hamburger .hamburger_line {
  position: absolute;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: all 0.6s;
}
header .hamburger .hamburger_line-1 {
  top: 0px;
}
header .hamburger .hamburger_line-2 {
  top: 20px;
}
header .hamburger .hamburger_line-3 {
  bottom: 0px;
}
header .hamburger .hamburger_txt {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0%);
}
header .hamburger .hamburger_txt img {
  height: 9px;
  width: auto;
}

@media (max-width: 992px) {
  header {
    height: 130px;
  }
}
@media (max-width: 767px) {
  header {
    height: 110px;
  }
}
@media (max-width: 767px) {
  header .h_logo {
    width: 15em;
    left: 1em;
  }
}
@media (max-width: 992px) {
  header .global-nav {
    padding-top: 17vh;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner {
    padding: 0vw 5vw;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_txt {
    min-width: 420px;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_txt {
    min-width: 100%;
    width: 100%;
    margin-right: 0%;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list {
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list .global-nav_item {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner .global-nav_list .g_ttl {
    font-size: 20px;
    letter-spacing: 0.8rem;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list .g_ttl {
    font-size: 18px;
    letter-spacing: 0.4rem;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .global-nav_list .small_ttl {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner .reservebtn_header {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .reservebtn_header {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .reservebtn_header a {
    padding: 25px 0;
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner .h_nav .flex_box {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner .h_nav .bottom_nav.mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .h_nav .bottom_nav.mb {
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner .h_nav .bottom_nav li {
    margin-left: 0px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .h_nav .bottom_nav li a {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  header .global-nav .global-inner .global_sns_box {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .global_sns_box li {
    margin-left: 0px;
    margin-right: 20px;
  }
}
@keyframes scaledown {
  0% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  header .global-nav .global-inner .global-img {
    display: none;
  }
}
@media (max-width: 767px) {
  header .hamburger {
    display: block;
    left: auto;
    right: 25px;
    width: 50px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  header .hamburger .hamburger_line-2 {
    top: 15px;
  }
}
/* 言語スイッチャーのスタイル */
.bogo-language-switcher {
  display: flex;
  font-size: 14px;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 160px;
}
.bogo-language-switcher .current {
  color: #c2c2c2;
}
.bogo-language-switcher .ja {
  order: 1;
}
.bogo-language-switcher .en-US {
  order: 2;
  padding-left: 34px;
  position: relative;
}
.bogo-language-switcher .en-US::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #a2a2a2;
  position: absolute;
  top: 0;
  left: 17px;
}

@media (max-width: 767px) {
  .bogo-language-switcher {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .bogo-language-switcher .en-US {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .bogo-language-switcher .en-US::before {
    left: 15px;
  }
}
.sub header {
  background-color: #fff;
}

.is-animation header {
  position: fixed;
  transition: 0.5s;
  height: 120px;
  animation: DownNav 0.5s linear;
  background-color: rgba(255, 255, 255, 0.6);
}
.is-animation header .h_logo {
  width: 18em;
}

@media (max-width: 992px) {
  .is-animation header {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .is-animation header {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .is-animation header .h_logo {
    width: 50px;
  }
}
@keyframes DownNav {
  0% {
    transform: translate(-50%, -100%);
  }
  100% {
    transform: translate(-50%, 0%);
  }
}
.nav-open header, .nav-open.is-animation header {
  height: 120px;
}
.nav-open header {
  position: fixed;
  animation: none;
}
.nav-open .h_logo {
  display: none;
}
.nav-open .hamburger .hamburger_line {
  left: 0;
}
.nav-open .hamburger .hamburger_line-1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger .hamburger_line-2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger .hamburger_line-3 {
  transform: rotate(-45deg);
  bottom: 20px;
}
.nav-open .global-nav {
  pointer-events: auto;
  opacity: 1;
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.nav-open .global-nav .global-inner .global-nav_txt {
  transform: translateX(0);
  opacity: 1;
}
.nav-open .global-nav .global-inner .global-nav_txt .global-nav_list .g_ttl {
  opacity: 1;
  transition-delay: 0.4s;
  letter-spacing: 0.3rem;
  transform: translateX(0px);
}

@media (max-width: 767px) {
  .nav-open header {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .nav-open .hamburger .hamburger_line-1 {
    top: 15px;
  }
}
@media (max-width: 767px) {
  .nav-open .hamburger .hamburger_line-3 {
    bottom: 15px;
  }
}
/*******************************
footer
******************************/
footer {
  background-color: #1a3705;
}
footer .f_top {
  position: relative;
  background-image: url(../img/footer_bg.png);
  background-size: cover;
  background-color: #1a3705;
}
footer .f_top .box {
  position: relative;
  max-width: 990px;
  padding: 240px 25px 250px;
  margin: 0 auto;
}
footer .f_top .box .reservebtn01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: #fff;
  width: calc(100% - 50px);
  text-align: center;
}
footer .f_top .box .reservebtn01:hover:before {
  background: #fff;
}
footer .f_top .box .reservebtn01:before {
  content: "";
  left: 50%;
  top: 0;
  transform: translate(0%, -50%);
  position: absolute;
  width: 1px;
  height: 60px;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 50%, #000000 50%, #000000 100%);
  z-index: 2;
}
footer .f_top .box .reservebtn01 a {
  color: #000;
  display: block;
  font-size: 15px;
  letter-spacing: 0.15rem;
  padding: 50px 0;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #fff;
}
footer .f_top .box .reservebtn01 a:hover {
  color: #fff;
}
footer .f_top .box .reservebtn01 a:hover:after {
  transform: translate(0%);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
footer .f_top .box .reservebtn01 a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  background-color: #1a3705;
  transform: translate(-100%);
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}
footer .f_top .box h4 {
  color: #fff;
  font-size: clamp(30px, 3.125vw, 45px);
  line-height: 85px;
  font-weight: 100;
  letter-spacing: 0.8rem;
  width: 40%;
  font-weight: normal;
}
footer .f_top .box p {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  letter-spacing: 0.3rem;
  width: 55%;
}
footer .inner {
  padding-top: 90px;
  padding-bottom: 95px;
}
footer .inner #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
  width: 14.66% !important;
}
footer .inner #sbi_images {
  padding: 0 !important;
}
footer .inner #sb_instagram #sbi_images {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
}
footer .inner .instagram-feed {
  padding: 80px 0 70px;
  margin-bottom: 100px;
  position: relative;
}
footer .inner .instagram-feed:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 100vw;
  background-color: #3b5328;
  content: "";
}
footer .inner .instagram-feed #sbi_images {
  padding: 0;
}
footer .inner .instagram-feed .insta_box {
  margin-bottom: 20px;
}
footer .inner .instagram-feed .insta_box .insta_ttl {
  font-size: 20px;
  letter-spacing: 0.5rem;
  color: #fff;
}
footer .inner .instagram-feed .insta_box .username a {
  font-size: 11px;
  letter-spacing: 0.1rem;
  color: #fff;
}
footer .inner .f-inner h3 {
  margin-bottom: 2em;
  text-align: center;
}
footer .inner .f-inner h3 img {
  width: 10em;
}
footer .inner .f-inner .com_name {
  font-size: 1.125em;
  font-family: serif;
  letter-spacing: 0.01em;
  color: #fff;
  padding-top: 0 !important;
  margin-bottom: 0.25em;
}
footer .inner .f-inner .f_nav {
  align-items: flex-end;
}
footer .inner .f-inner .f_nav .left {
  max-width: 325px;
  width: 31%;
}
footer .inner .f-inner .f_nav .left .cancel a {
  font-size: 11px;
  letter-spacing: 0.1rem;
  color: #fff;
  opacity: 0.6;
}
footer .inner .f-inner .f_nav .left .cbtn {
  text-align: center;
  margin-bottom: 10px;
}
footer .inner .f-inner .f_nav .left .cbtn a {
  border: 1px solid #3c552a;
  padding: 23px 0;
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.15rem;
  transition: 0.3s;
}
footer .inner .f-inner .f_nav .left .cbtn a:hover {
  border: 1px solid #fff;
}
footer .inner .f-inner .f_nav .left address {
  font-style: normal;
  font-size: 13px;
  margin-bottom: 6px;
  letter-spacing: 0.15rem;
  color: #fff;
  line-height: 20px;
}
footer .inner .f-inner .f_nav .left ul {
  margin-bottom: 29px;
}
footer .inner .f-inner .f_nav .left ul li {
  margin-right: 15px;
  margin-bottom: 8px;
}
footer .inner .f-inner .f_nav .left ul li span {
  font-size: 14px;
  letter-spacing: 0.15rem;
  color: #fff;
}
footer .inner .f-inner .f_nav .left ul li a {
  font-size: 13px;
  letter-spacing: 0.15rem;
  color: #fff;
  transition: 0.3s;
}
footer .inner .f-inner .f_nav .left ul li a:hover {
  opacity: 0.6;
}
footer .inner .f-inner .f_nav .right .bottom_sns_box {
  justify-content: flex-end;
  margin-top: 50px;
}
footer .inner .f-inner .f_nav .right .bottom_sns_box li {
  transition: all 0.2s ease-in-out;
  margin-left: 20px;
}
footer .inner .f-inner .f_nav .right .bottom_sns_box li a {
  transition: 0.3s;
}
footer .inner .f-inner .f_nav .right .bottom_sns_box li a:hover {
  opacity: 0.6;
}
footer .inner .f-inner .f_nav .right .bottom_sns_box li img {
  width: 20px;
}
footer .inner .f-inner .f_nav .right .bottom_nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}
footer .inner .f-inner .f_nav .right .bottom_nav.mb {
  margin-bottom: 30px;
}
footer .inner .f-inner .f_nav .right .bottom_nav li {
  margin-left: 25px;
}
footer .inner .f-inner .f_nav .right .bottom_nav li a {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.15rem;
  transition: 0.3s;
}
footer .inner .f-inner .f_nav .right .bottom_nav li a:hover {
  opacity: 0.6;
}
footer .inner .f-inner .f_nav .right .bottom_nav li a span {
  margin-left: 5px;
}
footer .inner .f-inner .f_nav .right .bottom_nav li a span img {
  width: 11px;
}
footer .inner .f-inner .copy {
  display: none;
}

body:has(.contact_page) .reservebtn,
body:has(.contact_page) .f_top,
body:has(.contact_page) .instagram-feed,
body:has(.contact_page) footer .inner .f-inner .f_nav .left .cbtn {
  display: none;
}

@media (max-width: 992px) {
  footer .f_top .box {
    padding: 150px 25px 150px;
  }
  footer .f_top .box p {
    width: auto;
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  footer .f_top .box {
    max-width: 410px;
    padding: 60px 25px 100px;
  }
}
@media (max-width: 767px) {
  footer .f_top .box .reservebtn01:before {
    height: 40px;
  }
}
@media (max-width: 767px) {
  footer .f_top .box .reservebtn01 a {
    letter-spacing: 0.25rem;
    font-size: 13px;
    padding: 33px 0;
  }
}
@media (max-width: 992px) {
  footer .f_top .box h4 {
    font-size: 4.6vw;
    line-height: 65px;
    letter-spacing: 0.6rem;
  }
}
@media (max-width: 767px) {
  footer .f_top .box h4 {
    width: 100%;
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 45px;
    letter-spacing: 0.2rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .f_top .box p {
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 767px) {
  footer .inner {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .inner #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    width: 31% !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  footer .inner #sb_instagram #sbi_images {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer .inner .instagram-feed {
    padding: 60px 0 27px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  footer .inner .instagram-feed .insta_box {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  footer .inner .instagram-feed .insta_box .insta_ttl {
    font-size: 14px;
    letter-spacing: 0.14rem;
  }
}
@media (max-width: 767px) {
  footer .inner .instagram-feed .insta_box .username a {
    font-size: 10px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner {
    position: relative;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner h3 img {
    width: 7.5em;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .left {
    text-align: left;
    width: 100%;
    margin-bottom: 55px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .f_nav .left {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .left address {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .f_nav .left address {
    margin-bottom: 3px;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .f_nav .left ul {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .f_nav .left ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .left ul li span {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .left ul li a {
    font-size: 12px;
    margin-bottom: 8px;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .right {
    width: 100%;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .right .bottom_sns_box {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .f_nav .right .bottom_sns_box {
    margin-top: 0px;
    position: static;
    top: auto;
    right: auto;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .right .bottom_sns_box li {
    margin-left: 0px;
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .f_nav .right .bottom_sns_box li {
    margin: 0 8px;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .f_nav .right .bottom_sns_box li img {
    width: 25px;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .right .bottom_nav {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .f_nav .right .bottom_nav {
    display: none;
  }
}
@media (max-width: 992px) {
  footer .inner .f-inner .f_nav .right .bottom_nav li {
    margin-left: 0px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  footer .inner .f-inner .copy {
    display: block;
    color: #fff;
    font-size: 11px;
    letter-spacing: 0.12rem;
    text-align: center;
    padding-top: 80px;
    font-size: 10px;
    padding-top: 0px;
    letter-spacing: 0.2rem;
  }
}
.link-banner {
  background-color: #fff;
  padding: 30px 0;
  text-align: center;
}
.link-banner ul {
  justify-content: center;
}
.link-banner ul li {
  margin: 0 45px;
}
.link-banner ul li.mori img {
  width: 90px;
}
.link-banner ul li.spice img {
  width: 130px;
}

@media (max-width: 767px) {
  .link-banner ul li {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .link-banner ul li.mori img {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .link-banner ul li.spice img {
    width: 110px;
  }
}
/*******************************
common
******************************/
@keyframes btnline {
  0% {
    width: 75px;
  }
  100% {
    width: 0px;
  }
}
.mainbtn {
  background: none;
  width: 140px;
}
.mainbtn a {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  display: block;
}
.mainbtn a:hover .line {
  animation: btnline 1.5s 0.3s cubic-bezier(0, 0, 0, 1) infinite;
}
.mainbtn a .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  margin: 0 auto;
}
.mainbtn a p {
  font-size: 12px;
  letter-spacing: 0.2rem;
}
.mainbtn a .line {
  width: 75px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .mainbtn {
    width: 115px;
  }
}
@media (max-width: 767px) {
  .mainbtn a {
    padding: 22px 0;
  }
}
@media (max-width: 767px) {
  .mainbtn a .flex_box {
    width: 115px;
  }
}
@media (max-width: 767px) {
  .mainbtn a .line {
    width: 60px;
  }
}
.reservebtn {
  position: absolute;
  top: 50%;
  right: calc(12em + 50px + 6.25em);
  translate: 0 -50%;
  width: 10em;
  text-align: center;
}
.reservebtn a {
  background-color: #1a3705;
  display: block;
  width: 100%;
  padding: 30px 0;
  font-size: 12px;
  letter-spacing: 0.3rem;
  color: #fff;
  transition: 0.3s;
}
.reservebtn a:hover {
  opacity: 0.6;
}
.reservebtn + .reservebtn {
  right: calc(50px + 6.25em);
}
.reservebtn + .reservebtn a {
  background-color: transparent;
  color: #1a3705;
  border: 1px solid #1a3705;
}

@media (max-width: 767px) {
  .reservebtn {
    display: none;
  }
}
.main_copy {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(25%, -55%) rotate(90deg);
  z-index: 900;
  text-shadow: 0 0 1em #fff, 0 0 1em #fff;
  color: #000;
}
@media (max-width: 1400px) {
  .main_copy {
    right: -7.5vw;
  }
}
@media (max-width: 992px) {
  .main_copy {
    right: -7em;
  }
}
@media (max-width: 767px) {
  .main_copy {
    display: none;
  }
}

.fix_sns {
  transition: 0.7s;
  opacity: 0;
  position: fixed;
  bottom: 10%;
  left: 4vw;
  z-index: 1000;
  text-align: center;
}
.fix_sns .fix_sns_box.active {
  margin-top: 15px;
}
.fix_sns .fix_sns_box.active li {
  opacity: 1;
  visibility: visible;
}
.fix_sns .fix_sns_box.active li:nth-of-type(1) {
  transition-delay: 20ms;
}
.fix_sns .fix_sns_box.active li:nth-of-type(2) {
  transition-delay: 40ms;
}
.fix_sns .fix_sns_box.active li:nth-of-type(3) {
  transition-delay: 60ms;
}
.fix_sns .fix_sns_box.active li:nth-of-type(4) {
  transition-delay: 80ms;
}
.fix_sns .fix_sns_box.active li:nth-of-type(5) {
  transition-delay: 100ms;
}
.fix_sns .fix_sns_box li {
  transition: all 0.2s ease-in-out;
  margin-bottom: 13px;
}
.fix_sns .fix_sns_box li:last-of-type {
  margin-bottom: 0;
}
.fix_sns .fix_sns_box li.facebook img {
  height: 20px;
  width: auto;
}
.fix_sns .fix_sns_box li img {
  width: 18px;
}
.fix_sns.active {
  opacity: 1;
}

@media (max-width: 1400px) {
  .fix_sns {
    left: 2.5vw;
  }
}
@media (max-width: 992px) {
  .fix_sns {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .fix_sns {
    display: none;
  }
}
@media (max-width: 767px) {
  .fix_sns .fix_sns_box li {
    margin-bottom: 7px;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .fix_sns .fix_sns_box li a {
    margin: 0 auto;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .fix_sns .fix_sns_box li.facebook img {
    height: 25px;
  }
}
@media (max-width: 767px) {
  .fix_sns .fix_sns_box li img {
    width: 18px;
  }
}
.scroll.hidden,
.is-animation .scroll {
  opacity: 0;
}

.scroll {
  position: fixed;
  bottom: 93px;
  opacity: 1;
  right: -30px;
  z-index: 1000;
  opacity: 1;
  transition: 2s;
}
.scroll a {
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 2;
  padding: 10px 70px 10px 0;
  overflow: hidden;
  color: #000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  transform: rotate(90deg);
}
.scroll a::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  width: 120px;
  height: 1px;
  background: #000;
  animation: sdl 1.5s cubic-bezier(0, 0, 0, 1) infinite;
}

@media (max-width: 992px) {
  .scroll {
    display: none;
  }
}
.is-animation .scroll {
  opacity: 0;
  visibility: hidden;
}
@keyframes sdl {
  0% {
    transform: scale(0, 1);
    transform-origin: 0% 0;
  }
  50% {
    transform: scale(0.8, 1);
    transform-origin: 0% 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 60% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
.page-up {
  position: fixed;
  bottom: 30px;
  right: 25px;
  display: none;
  z-index: 999;
}
.page-up .page-box {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1a3705;
  border: 2px solid #fff;
}
.page-up .page-box:hover {
  cursor: pointer;
}
.page-up .page-box a {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  transition: 0.3s;
}
.page-up .page-box a*:hover {
  cursor: pointer;
}

.ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.8rem;
  font-family: "Gotham Book", sans-serif;
  margin-bottom: 12px;
  font-weight: 100;
}

@media (max-width: 992px) {
  .ttl {
    font-size: 30px;
    letter-spacing: 0.5rem;
  }
}
@media (max-width: 767px) {
  .ttl {
    font-size: 25px;
    letter-spacing: 0.2rem;
    margin-bottom: 7px;
  }
}
.s_ttl {
  font-size: 12px;
  letter-spacing: 0.1rem;
}

@media (max-width: 767px) {
  .s_ttl {
    font-size: 10px;
  }
}
.title {
  margin-bottom: 85px;
  display: block;
}

@media (max-width: 992px) {
  .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .title {
    margin-bottom: 30px;
  }
}
.sub_ttl {
  padding-top: 115px;
  padding-bottom: 115px;
  background-color: #1a3705;
  background-image: url(../img/recruit_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sub_ttl .s_ttl {
  color: #fff;
}
.sub_ttl .ttl {
  color: #fff;
  letter-spacing: 0.8rem;
  transition: 1.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
  opacity: 1;
}

@media (max-width: 992px) {
  .sub_ttl {
    padding-top: 80px;
    padding-bottom: 80px;
    letter-spacing: 0.6rem;
  }
}
@media (max-width: 767px) {
  .sub_ttl {
    padding-top: 45px;
    padding-bottom: 45px;
    letter-spacing: 0.4rem;
  }
}
/*******************************
common　end
******************************/
.home .header.hidden {
  opacity: 0;
  transition: 3s;
}
.home .main_area {
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 0;
  margin: 0 auto;
  z-index: 10;
  padding: 200px 8vw 100px;
  /* animation */
}
.home .main_area .inner {
  height: 100%;
  width: 100%;
  position: relative;
  padding: 0;
  max-width: 1400px;
}
.home .main_area .txt {
  opacity: 1;
  transition: 3s;
  position: absolute;
  top: 50%;
  left: 7%;
  z-index: 2;
  transform: translate(0%, -50%);
}
.home .main_area .txt .mb {
  margin-bottom: 20px;
}
.home .main_area .passing .passing-box {
  display: block;
}
.home .main_area .passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}
.home .main_area .passing .passing-bar:before {
  content: "";
  display: inline-block;
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  z-index: 2;
}
.home .main_area .passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  line-height: 1;
  color: #000;
  padding: 0.1rem 0rem 0.1rem 0.1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 36px;
  letter-spacing: 1.2rem;
  position: relative;
  display: inline-block;
}
.home .main_area .passing .passing-txt:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  z-index: -1;
  opacity: 0;
}
.home .main_area .passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.home .main_area .passing.move .passing-txt {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}
.home .main_area .passing.move .passing-txt:before {
  animation: passing-txt 0s ease 0.5s 1 normal forwards;
}
.home .main_area .bottom_img {
  position: absolute;
  right: 0;
  top: 75%;
  z-index: 2;
  width: 40%;
  text-align: right;
}
.home .main_area .down {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 1px;
  height: 100px;
  transform: translate(-50%, 0%);
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
  background: #333;
  z-index: 5;
}
.home .main_area .article__wrap {
  position: absolute;
  bottom: -3%;
  left: 8.5%;
  width: 60%;
  display: flex;
  flex-direction: column;
  row-gap: 1em;
}
.home .main_area .article__wrap a {
  color: #555;
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
@media (max-width: 767px) {
  .home .main_area .article__wrap {
    width: 100%;
    bottom: -7%;
  }
}
.home .main_area .swiper-slide {
  width: 100%;
  height: 100%;
}
.home .main_area .slide-img {
  background-size: cover;
  background-position: center;
}
.home .main_area .slider {
  height: 100%;
  width: 100%;
  z-index: -1;
}
.home .main_area .slider .swiper-container {
  height: 100%;
  width: 100%;
}
.home .main_area .slider .swiper-container .swiper-wrapper {
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.home .main_area .slider .swiper-container .swiper-wrapper .slide-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.home .main_area .slider .swiper-pagination {
  margin-top: 30px;
}
.home .main_area .slider .swiper-custom-parent {
  position: relative;
  z-index: 2;
}
.home .main_area .slider .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 10px 0 0 !important;
  width: 40px;
  height: 4px;
  background: #d9d9d9;
}
.home .main_area .slider .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.home .main_area .slider .swiper-slide-active .slide-img,
.home .main_area .slider .swiper-slide-duplicate-active .slide-img,
.home .main_area .slider .swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  animation: zoomUp 10s linear 0s;
  animation-fill-mode: both;
}
.home .main_area .slider.active {
  opacity: 1;
}
.home .top_recruit .inner {
  padding-top: 125px;
  padding-bottom: 120px;
}
.home .top_recruit .title {
  padding-left: 5%;
}
.home .top_recruit dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0 0 0 10px;
}
.home .top_recruit dl dt {
  margin-right: 3%;
  font-size: 32px;
  writing-mode: vertical-rl;
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: 0.6rem;
  margin-top: 13px;
}
.home .top_recruit dl dt img {
  width: 56px;
}
.home .top_recruit dl dd {
  width: 75%;
}
.home .top_recruit dl dd p {
  font-size: 15px;
  line-height: 42px;
  margin-bottom: 25px;
  letter-spacing: 0.1rem;
}
.home .top_recruit .mainbtn {
  margin: -80px 0 110px auto;
  background: none;
}
.home .top_recruit .img_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
.home .top_recruit .img_box li {
  overflow: hidden;
}
.home .top_recruit .img_box li:first-of-type {
  margin-right: 3%;
}
.home .top_recruit .img_box li:nth-of-type(2) {
  margin-bottom: -170px;
}
.home .top_eat {
  background-color: #002a3a;
  color: #fff;
}
.home .top_eat .inner {
  padding-top: 230px;
  padding-bottom: 310px;
}
.home .top_eat .inner .photo {
  position: relative;
  width: 100%;
  text-align: right;
}
.home .top_eat .inner .photo > figure {
  overflow: hidden;
}
.home .top_eat .inner .photo.eat {
  margin-bottom: 270px;
  text-align: left;
}
.home .top_eat .inner .photo.eat .mainbtn {
  position: absolute;
  left: -25px;
  bottom: 0;
  transform: translate(0, 50%);
}
.home .top_eat .inner .photo.eat .tate {
  position: absolute;
  left: auto;
  right: 0;
  bottom: -80px;
}
.home .top_eat .inner .photo > img {
  max-width: 85%;
}
.home .top_eat .inner .photo .tate {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 30%;
}
.home .top_eat .inner .mainbtn {
  position: absolute;
  right: -25px;
  bottom: 0;
  transform: translate(0, 50%);
  width: 280px;
}
.home .top_eat .inner .mainbtn a {
  padding-right: 70px;
  padding-left: 60px;
  background-color: #fff;
  transition: 0.3s;
}
.home .top_eat .inner .mainbtn a:hover {
  background-color: #1a3705;
}
.home .top_eat .inner .mainbtn a:hover p {
  color: #fff;
}
.home .top_eat .inner .mainbtn a:hover .line {
  background-color: #fff;
}
.home .top_eat .inner .ttl_box {
  align-items: flex-end;
  margin-bottom: 70px;
}
.home .top_eat .inner .ttl_box.reserve {
  flex-direction: row-reverse;
}
.home .top_eat .inner .ttl_box.reserve h3 img {
  transform: translate(40%, -60%);
}
.home .top_eat .inner .ttl_box h3 {
  margin-bottom: 20px;
  width: 40%;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.3rem;
  position: relative;
  font-size: 50px;
  color: #fff;
}
.home .top_eat .inner .ttl_box h3 img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  transform: translate(-20%, -70%);
}
.home .top_eat .inner .ttl_box p {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.1rem;
  margin-top: -10px;
  color: #fff;
  margin-left: 110px;
}
.home .top_experience {
  background-color: #fff;
  padding-bottom: 10em;
}
.home .top_experience .inner {
  padding-top: 305px;
  padding-bottom: 100px;
}
.home .top_experience .inner .ttl_box {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 70px;
}
.home .top_experience .inner .ttl_box .title {
  margin-right: 10%;
}
.home .top_experience .inner .ttl_box p {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.1rem;
  margin-top: -10px;
}
.home .top_experience .inner .img_box {
  align-items: flex-start;
}
.home .top_experience .inner .img_box .column_box {
  width: 47%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.home .top_experience .inner .img_box .column_box figure {
  overflow: hidden;
  aspect-ratio: 3/2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.home .top_experience .inner .img_box .column_box figure a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.home .top_experience .inner .img_box .column_box figure a img {
  position: absolute;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home .top_experience .inner .img_box .column_box figure a:hover img {
  transform: scale(1.1);
}
.home .top_experience .inner .img_box .column_box dl {
  text-align: center;
  margin-right: 28px;
}
.home .top_experience .inner .img_box .column_box dl .scene {
  background-color: #1a3705;
  color: #fff;
  padding: 5px 5px 4px;
  margin-bottom: 10px;
  font-size: 12px;
}
.home .top_experience .inner .img_box .column_box dl dt {
  font-size: 46px;
  color: #1a3705;
  font-weight: 200;
  margin-bottom: 10px;
}
.home .top_experience .inner .img_box .column_box dl dd {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 28px;
  letter-spacing: 0.28rem;
  width: 28px;
}
.home .top_experience .inner .room_banner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 25px;
  height: 46vw;
  position: relative;
  max-height: 540px;
}
.home .top_experience .inner .room_banner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  width: 100vw;
  height: 100%;
  background-image: url(../images/room-bg.jpg);
  background-size: cover;
  background-position: center;
}
.home .top_experience .inner .room_box {
  margin-top: 90px;
  align-items: flex-start;
}
.home .top_experience .inner .room_box .txt {
  width: 46%;
}
.home .top_experience .inner .room_box .txt .title {
  margin-bottom: 50px;
}
.home .top_experience .inner .room_box .txt > p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
.home .top_experience .inner .room_box .txt .mainbtn {
  margin: 0 0 0 auto;
}
.home .top_experience .inner .room_box figure {
  width: 46%;
  overflow: hidden;
}
.home .top_experience ul.other_services {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6%;
       column-gap: 6%;
  row-gap: 5vw;
  padding-top: 5vw;
}
.home .top_experience ul.other_services li {
  width: 47%;
  font-family: serif;
  font-size: 1.8em;
  padding: 0.25em;
  border: solid 1px rgba(26, 55, 5, 0.5647058824);
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.home .top_experience ul.other_services li .no_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.9em;
  color: #1a3705;
  letter-spacing: 0.125em;
}
.home .top_experience ul.other_services li .no_wrap span {
  font-size: 0.45em;
  padding: 0.25em 0.5em;
  background: #1a3705;
  color: #fff;
  letter-spacing: 0.06em;
}
.home .top_experience ul.other_services li > a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: serif;
  gap: 0.5em;
}
.home .top_experience ul.other_services li > a::after {
  content: "車両を見る→";
  display: block;
  font-size: 0.75em;
  margin-left: auto;
}
.home .top_experience ul.other_services li > a > span {
  font-size: 0.8em !important;
  font-family: sans-serif !important;
  display: flex;
  align-items: center;
}
.home .top_experience ul.other_services li > a > span span {
  font-size: 1.125em;
  font-family: sans-serif;
}
.home .top_experience ul.other_services li:has(a):hover {
  background-color: rgba(26, 55, 5, 0.1960784314);
  box-shadow: 3px 3px 0 #1a3705;
}
@media (max-width: 750px) {
  .home .top_experience ul.other_services {
    row-gap: 12.5vw;
    padding-top: 0;
    margin-top: -5vw;
  }
  .home .top_experience ul.other_services li {
    width: 100%;
    font-size: 1.5em;
  }
}
@media (max-width: 750px) {
  .home .top_experience {
    padding-bottom: 0;
  }
}
.home .top_company {
  background: #fff;
}
.home .top_company .inner {
  padding-bottom: 90px;
}
.home .top_company .inner .title {
  margin-bottom: 50px;
}
.home .top_company .inner .title.title_sp {
  display: none;
  margin-right: auto;
}
.home .top_company .inner .company_box {
  align-items: flex-start;
  flex-direction: row-reverse;
}
.home .top_company .inner .company_box .txt {
  width: 44%;
}
.home .top_company .inner .company_box .txt > p {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.2rem;
  margin-bottom: 65px;
}
.home .top_company .inner .company_box .txt .mainbtn {
  margin: 0 0 0 auto;
}
.home .top_company .inner .company_box figure {
  width: 50%;
}
.home .top_news {
  background-color: #fff;
}
.home .top_news .inner {
  padding-top: 220px;
  padding-bottom: 100px;
}
.home .top_news .inner .mainbtn {
  margin: 25px 0 0 auto;
  background-color: #fff;
}
.home .top_news .inner .title {
  text-align: center;
}
.home .top_news .inner .news_box {
  align-items: flex-start;
}
.home .top_news .inner .news_box time {
  font-size: 13px;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  display: block;
}
.home .top_news .inner .news_box .news_ttl {
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 30px;
}
.home .top_news .inner .news_box ul {
  align-items: flex-start;
}
.home .top_news .inner .news_box ul a:hover figure {
  overflow: hidden;
}
.home .top_news .inner .news_box ul a:hover figure img {
  transform: scale(1.1);
}
.home .top_news .inner .news_box ul a figure {
  overflow: hidden;
}
.home .top_news .inner .news_box ul a figure img {
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home .top_news .inner .news_box ul.left {
  width: 48%;
}
.home .top_news .inner .news_box ul.left figure {
  margin-bottom: 13px;
}
.home .top_news .inner .news_box ul.right {
  width: 47.3%;
}
.home .top_news .inner .news_box ul.right li:first-of-type {
  margin-bottom: 12%;
}
.home .top_news .inner .news_box ul.right li a {
  align-items: flex-start;
}
.home .top_news .inner .news_box ul.right li a figure {
  width: 41%;
}
.home .top_news .inner .news_box ul.right li a .txt {
  width: 55%;
}

@media (max-width: 1400px) {
  .home .main_area {
    padding: 200px 60px 100px;
  }
}
@media (max-width: 767px) {
  .home .main_area {
    padding: 110px 30px 40px;
  }
}
@media (max-width: 1400px) {
  .home .main_area .inner {
    max-width: 1110px;
  }
}
@media (max-width: 767px) {
  .home .main_area .inner {
    padding: 0;
  }
}
@media (max-width: 1400px) {
  .home .main_area .txt {
    left: 4%;
  }
}
@media (max-width: 992px) {
  .home .main_area .txt {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .home .main_area .txt {
    left: 15px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .home .main_area .txt .mb {
    margin-bottom: 16px;
  }
}
@media (max-width: 992px) {
  .home .main_area .passing .passing-txt {
    font-size: 35px;
    letter-spacing: 0.7rem;
  }
}
@media (max-width: 767px) {
  .home .main_area .passing .passing-txt {
    font-size: 5.3435114504vw;
    letter-spacing: 0.4rem;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 90%;
  }
  51% {
    left: 0;
    width: 90%;
  }
  100% {
    left: 90%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home .main_area .down {
    bottom: 10px;
    height: 60px;
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media (max-width: 767px) {
  .home .main_area .slider .swiper-container .swiper-wrapper .slide-img.home-slide {
    background-image: url(../images/main_slide03-sp.jpg) !important;
  }
}
@media (max-width: 767px) {
  .home .main_area .slider .swiper-pagination {
    margin-top: 8px;
  }
}
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    transform: scale(1) translateX(0);
  }
  85% {
    opacity: 1;
  }
  100% {
    transform: scale(1.15) translateX(20px);
    opacity: 0;
  }
}
@media (max-width: 992px) {
  .home .top_recruit .inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .home .top_recruit .inner {
    padding-bottom: 75px;
  }
}
@media (max-width: 992px) {
  .home .top_recruit .title {
    padding-left: 0%;
  }
}
@media (max-width: 767px) {
  .home .top_recruit .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .home .top_recruit dl {
    flex-wrap: wrap;
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .home .top_recruit dl {
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .home .top_recruit dl dt {
    writing-mode: inherit;
    width: 100%;
    text-align: left;
    margin-right: 0%;
    line-height: 40px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .home .top_recruit dl dt {
    font-size: 24px;
    margin-bottom: 35px;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 767px) {
  .home .top_recruit dl dt img {
    width: auto;
  }
}
@media (max-width: 992px) {
  .home .top_recruit dl dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .top_recruit dl dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .top_recruit dl dd p {
    font-size: 13px;
    letter-spacing: 0.08rem;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .home .top_recruit .mainbtn {
    margin: 25px 0 0px auto;
  }
}
@media (max-width: 767px) {
  .home .top_recruit .img_box li:first-of-type {
    margin-right: 10%;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .home .top_recruit .img_box li:nth-of-type(2) {
    margin-bottom: -110px;
    margin-right: -30px;
  }
}
@media (max-width: 992px) {
  .home .top_eat .inner {
    padding-top: 250px;
    padding-bottom: 165px;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner {
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .photo > figure.right {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .photo > figure {
    width: 87%;
  }
}
@media (max-width: 992px) {
  .home .top_eat .inner .photo.eat {
    margin-bottom: 230px;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .photo.eat {
    margin-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .mainbtn {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .mainbtn a {
    padding-right: 40px;
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .home .top_eat .inner .ttl_box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .ttl_box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .ttl_box.reserve h3 img {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 992px) {
  .home .top_eat .inner .ttl_box h3 {
    font-size: 40px;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .ttl_box h3 {
    margin-bottom: 30px;
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .ttl_box h3 img {
    height: 60px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 992px) {
  .home .top_eat .inner .ttl_box p {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .home .top_eat .inner .ttl_box p {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.08rem;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .home .top_experience .inner {
    padding-top: 250px;
    padding-bottom: 125px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner {
    padding-top: 125px;
    padding-bottom: 65px;
  }
}
@media (max-width: 992px) {
  .home .top_experience .inner .ttl_box {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .ttl_box {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .ttl_box p {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.08rem;
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .home .top_experience .inner .img_box {
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box:nth-of-type(2) dl {
    margin-right: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box figure {
    height: 210px;
    width: 100%;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box figure a {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box figure picture {
    display: none;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box dl {
    width: 52px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box dl .scene {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box dl dt {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .img_box .column_box dl dd {
    font-size: 22px;
    width: 22px;
    letter-spacing: 0.15rem;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .room_banner {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .room_box {
    margin-top: 60px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .room_box .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .room_box .txt .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .room_box .txt > p {
    font-size: 13px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .home .top_experience .inner .room_box figure {
    width: 39%;
    position: absolute;
    top: 10px;
    right: 0;
    transform: translate(0, -100%);
  }
}
@media (max-width: 767px) {
  .home .top_facility .inner {
    padding-top: 105px;
  }
}
@media (max-width: 767px) {
  .home .top_facility .inner .title.title_sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .home .top_facility .inner .title.title_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .home .top_facility .inner .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home .top_facility .inner .company_box .txt {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .home .top_facility .inner .company_box .txt > p {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home .top_facility .inner .company_box .txt > p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home .top_facility .inner .company_box figure {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner {
    padding-top: 130px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner .mainbtn {
    margin: 15px 0 0 auto;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner .news_box time {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
@media (max-width: 992px) {
  .home .top_news .inner .news_box .news_ttl {
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner .news_box .news_ttl {
    font-size: 15px;
    letter-spacing: 0.08rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner .news_box ul.left {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner .news_box ul.right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner .news_box ul.right li:first-of-type {
    margin-bottom: 7%;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner .news_box ul.right li a figure {
    width: 39%;
  }
}
@media (max-width: 767px) {
  .home .top_news .inner .news_box ul.right li a .txt {
    width: 57%;
  }
}
.single .sub_ttl {
  background-image: url(../images/access_bg.png);
}

figure {
  background-repeat: no-repeat;
  background-size: contain;
}

.single_content .inner {
  padding-top: 110px;
  padding-bottom: 190px;
}
.single_content .inner figure {
  text-align: center;
}
.single_content .inner time {
  font-size: 14px;
  letter-spacing: 0.05rem;
}
.single_content .inner .sns.mt {
  margin-top: 40px;
}
.single_content .inner .sns ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.single_content .inner .sns ul li {
  font-size: 14px;
  display: inline-block;
  margin-right: 15px;
  letter-spacing: 0.1rem;
}
.single_content .inner .sns ul li a {
  display: block;
  text-decoration: none;
}
.single_content .inner .sns ul li img {
  width: 18px;
  height: auto;
}
.single_content .inner .sns ul li:first-of-type {
  position: relative;
  margin-right: 55px;
}
.single_content .inner .sns ul li:first-of-type:after {
  position: absolute;
  content: "";
  top: 40%;
  right: -40px;
  width: 24px;
  height: 1px;
  background-color: #000;
}
.single_content .inner .sns ul li:last-of-type {
  margin-right: 0px;
}
.single_content .inner .wrap {
  max-width: 685px;
  margin: 80px auto 0;
}
.single_content .inner .wrap .box {
  margin-bottom: 35px;
}
.single_content .inner .wrap .btn {
  width: 100%;
  text-align: center;
  margin-top: 90px;
}
.single_content .inner .wrap .btn a {
  display: block;
  background-color: #1a3705;
  padding: 32px 0;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.15rem;
  transition: 0.3s;
}
.single_content .inner .wrap .btn a:hover {
  opacity: 0.6;
}
.single_content .inner .wrap .content p {
  font-size: 15px;
  line-height: 35px;
  letter-spacing: 0.05rem;
  margin-bottom: 40px;
}
.single_content .inner .wrap .content h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.single_content .inner .wrap .content h1 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  letter-spacing: 0.15rem;
  font-weight: normal;
}
.single_content .inner .wrap .content a {
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}
.single_content .inner .wrap .content a:hover {
  border-bottom: 0px solid #000;
}

@media (max-width: 992px) {
  .single_content .inner {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .single_content .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .single_content .inner time {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .single_content .inner .sns.mt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .single_content .inner .sns ul li {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .single_content .inner .wrap {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .single_content .inner .wrap {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  .single_content .inner .wrap .box {
    margin-bottom: 13px;
  }
}
@media (max-width: 992px) {
  .single_content .inner .wrap .btn {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .single_content .inner .wrap .btn {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .single_content .inner .wrap .btn a {
    padding: 28px 0;
  }
}
@media (max-width: 767px) {
  .single_content .inner .wrap .btn a {
    padding: 25px 0;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .single_content .inner .wrap .content p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .single_content .inner .wrap .content h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .single_content .inner .wrap .content h1 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .single_content .inner .wrap .content h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    letter-spacing: 0.08rem;
  }
}
.category-news .sub_ttl {
  background-image: url(../images/access_bg.png);
}

.category-news_content .inner {
  padding-top: 110px;
  padding-bottom: 190px;
}
.category-news_content ul {
  align-items: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.category-news_content ul:after {
  width: 30%;
  display: block;
  content: "";
}
.category-news_content ul a:hover figure {
  overflow: hidden;
}
.category-news_content ul a:hover figure img {
  transform: scale(1.1);
}
.category-news_content ul a figure {
  overflow: hidden;
  margin-bottom: 13px;
}
.category-news_content ul a figure img {
  transition: 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.category-news_content ul li {
  width: 30%;
  margin-bottom: 30px;
}
.category-news_content ul li time {
  font-size: 13px;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
  display: block;
}
.category-news_content ul li .news_ttl {
  font-size: 18px;
  letter-spacing: 0.1rem;
  line-height: 30px;
}

@media (max-width: 992px) {
  .category-news_content .inner {
    padding-top: 90px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .category-news_content .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .category-news_content ul a figure {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .category-news_content ul li {
    width: 48%;
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .category-news_content ul li time {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
@media (max-width: 992px) {
  .category-news_content ul li .news_ttl {
    font-size: 16px;
    letter-spacing: 0.05rem;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .category-news_content ul li .news_ttl {
    font-size: 15px;
    letter-spacing: 0.08rem;
    line-height: 23px;
  }
}
.recruit footer .box {
  flex-direction: column;
  text-align: center;
  padding: 125px 25px 165px;
}
.recruit footer .box h4 {
  width: 100%;
  font-size: 40px;
  line-height: 66px;
  margin-bottom: 20px;
}
.recruit footer .box p {
  width: 100%;
  padding-top: 30px;
  margin-top: 40px;
  position: relative;
  line-height: 40px;
}
.recruit footer .box p:before {
  z-index: 1000;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 50px;
  background-color: #fff;
}
.recruit footer .box small {
  font-size: 14px;
  letter-spacing: 0.15rem;
  line-height: 1;
  color: #fff;
}

@media (max-width: 992px) {
  .recruit footer .box {
    padding: 100px 25px 120px;
  }
}
@media (max-width: 767px) {
  .recruit footer .box {
    padding: 80px 25px 100px;
  }
}
@media (max-width: 992px) {
  .recruit footer .box h4 {
    font-size: 35px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .recruit footer .box h4 {
    font-size: 25px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .recruit footer .box p {
    padding-top: 20px;
    margin-top: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .recruit footer .box small {
    font-size: 13px;
    letter-spacing: 0.1rem;
  }
}
.food .sub_ttl {
  background-image: url(../images/food_bg.png);
}

.food_01 {
  position: relative;
}
.food_01 .inner {
  padding-top: 155px;
  padding-bottom: 210px;
}
.food_01 .pizza {
  position: absolute;
  top: 0;
  right: 0;
  width: 43vw;
}
.food_01 .omoi {
  font-size: 36px;
  letter-spacing: 0.8rem;
  padding-left: 6%;
  margin-bottom: 90px;
}
.food_01 dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  padding: 0 0 0 30px;
}
.food_01 dl dt {
  margin-right: 3%;
  font-size: 32px;
  writing-mode: vertical-rl;
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  letter-spacing: 0.6rem;
  margin-top: 13px;
}
.food_01 dl dt img {
  width: 56px;
}
.food_01 dl dd {
  width: 75%;
}
.food_01 dl dd p {
  font-size: 14px;
  line-height: 42px;
  margin-bottom: 25px;
  letter-spacing: 0.2rem;
}

@media (max-width: 992px) {
  .food_01 .inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .food_01 .inner {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .food_01 .pizza {
    position: static;
    width: auto;
  }
}
@media (max-width: 992px) {
  .food_01 .omoi {
    font-size: 25px;
    padding-left: 0%;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .food_01 .omoi {
    font-size: 25px;
    margin-bottom: 33px;
    letter-spacing: 0.5rem;
  }
}
@media (max-width: 992px) {
  .food_01 dl {
    flex-wrap: wrap;
    padding: 0 0 0 0;
  }
}
@media (max-width: 767px) {
  .food_01 dl {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .food_01 dl dt {
    writing-mode: inherit;
    width: 100%;
    text-align: left;
    margin-right: 0%;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .food_01 dl dt {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 0.15rem;
    margin-top: 0;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .food_01 dl dt img {
    width: auto;
  }
}
@media (max-width: 992px) {
  .food_01 dl dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .food_01 dl dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .food_01 dl dd p {
    font-size: 13px;
    letter-spacing: 0.1rem;
    line-height: 30px;
  }
}
.food_02 {
  background-color: #fff;
}
.food_02 .inner {
  padding-top: 415px;
  padding-bottom: 310px;
}
.food_02 .inner .small-img {
  margin-top: 80px;
}
.food_02 .inner .small-img02 {
  margin-top: 220px;
  margin-left: 70px;
}
.food_02 .inner .wrap {
  position: relative;
}
.food_02 .inner .wrap.wrap01 dl {
  padding: 5% 0% 0 5%;
}
.food_02 .inner .wrap.wrap01:after {
  width: 68%;
  background-image: url(../images/food_img07.jpg);
}
.food_02 .inner .wrap.wrap02:after {
  bottom: -30%;
  height: 490px;
  background-image: url(../images/food_img08.jpg);
}
.food_02 .inner .wrap.mt {
  margin-top: 110px;
}
.food_02 .inner .wrap.reserve:after {
  left: auto;
  right: 0;
}
.food_02 .inner .wrap.reserve .flex_box {
  flex-direction: row-reverse;
}
.food_02 .inner .wrap:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 52%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.food_02 .inner .wrap dl {
  width: 39%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: -80px;
}
.food_02 .inner .wrap dl dt {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1rem;
  margin-bottom: 35px;
}
.food_02 .inner .wrap dl dd {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.1rem;
}
.food_02 .inner .wrap figure {
  position: relative;
  width: 370px;
}
.food_02 .inner .wrap figure img {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: auto;
  width: 370px;
  z-index: 20;
  transform: translate(0, 90%);
}

@media (max-width: 992px) {
  .food_02 .inner {
    padding-top: 350px;
    padding-bottom: 250px;
  }
}
@media (max-width: 767px) {
  .food_02 .inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .food_02 .inner .small-img {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .small-img {
    margin-top: 40px;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .food_02 .inner .small-img02 {
    margin-top: 100px;
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .small-img02 {
    margin-top: 60px;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap .container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap.wrap01 dl {
    padding: 10% 30px 0;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap.wrap01 figure {
    height: 50vw;
    background-image: url(../images/food_img07.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap.wrap01:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap.wrap02 figure {
    height: 50vw;
    background-image: url(../images/food_img08.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap.wrap02:after {
    content: none;
  }
}
@media (max-width: 992px) {
  .food_02 .inner .wrap.mt {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap.mt {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap dl {
    width: 100%;
    padding: 10% 30px 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .food_02 .inner .wrap dl dt {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap dl dt {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap dl dd {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0px;
    letter-spacing: 0.02rem;
  }
}
@media (max-width: 767px) {
  .food_02 .inner .wrap figure {
    width: 100vw;
  }
}
.food_03 {
  background-color: #002a3a;
}
.food_03 .inner {
  padding-bottom: 200px;
}
.food_03 .shop_main {
  width: 100vw;
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.food_03 .shop_main.pizza {
  background-image: url(../images/shop_img01.jpg);
}
.food_03 .shop_main.pan {
  background-image: url(../images/pan_img01.jpg);
}
.food_03 .shop_name {
  padding-top: 130px;
  padding-bottom: 80px;
}
.food_03 .shop_name .icon {
  width: 38%;
  text-align: center;
}
.food_03 .shop_name .icon img {
  max-width: 250px;
}
.food_03 .shop_name .icon figcaption {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  margin-top: 30px;
}
.food_03 .shop_name dl {
  width: 58%;
}
.food_03 .shop_name dl dt {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 35px;
  letter-spacing: 0.1rem;
}
.food_03 .shop_name dl dd {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}
.food_03 .img_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 80px;
}
.food_03 .img_box.container {
  max-width: 1270px;
}
.food_03 .img_box li:nth-of-type(1) {
  text-align: center;
  width: 51vw;
}
.food_03 .img_box li:nth-of-type(1) img {
  margin-bottom: 50px;
}
.food_03 .img_box li:nth-of-type(2) {
  margin-top: 195px;
  width: 29vw;
  text-align: right;
}
.food_03 .menu .title {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.food_03 .menu .title:after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #335561;
  z-index: 1;
}
.food_03 .menu .title:before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #335561;
  z-index: 1;
}
.food_03 .menu .title .bg {
  background-color: #002a3a;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 30px;
}
.food_03 .menu .title .ttl {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.25rem;
  white-space: nowrap;
}
.food_03 .menu .title .s_ttl {
  color: #fff;
}
.food_03 .menu .menu_list {
  text-align: center;
  align-items: flex-start;
  padding-bottom: 130px;
}
.food_03 .menu .menu_list li {
  width: 49%;
}
.food_03 .menu .menu_list h4 {
  font-size: 14px;
  background-color: #fff;
  padding: 3px 5px;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}
.food_03 .menu .menu_list h3 {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1rem;
  padding-bottom: 30px;
  margin-bottom: 28px;
  position: relative;
}
.food_03 .menu .menu_list h3:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 20px;
  background-color: #335561;
  transform: translate(-50%, 0%);
  content: "";
}
.food_03 .menu .menu_list p {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1rem;
  margin-bottom: 27px;
}
.food_03 .menu .menu_list p:last-of-type {
  margin-bottom: 45px;
}
.food_03 .menu .menu_list .act {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 35px;
}
.food_03 .menu .menu_list .drink {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.1rem;
}
.food_03 .menu .menu_list .drink span {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1rem;
}
.food_03 .menu .menu_list b {
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.1rem;
  color: #fff;
  display: block;
}
.food_03 .menu .ara_list {
  max-width: 645px;
  margin: 0 auto;
  padding-bottom: 135px;
}
.food_03 .menu .ara_list .act {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1rem;
  margin-top: 55px;
  line-height: 22px;
}
.food_03 .menu .ara_list dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
.food_03 .menu .ara_list dl dt {
  color: #fff;
  font-size: 15px;
}
.food_03 .menu .ara_list dl dd {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.1rem;
}
.food_03 .menu .morit_box {
  padding-top: 50px;
  padding-bottom: 135px;
}
.food_03 .menu .morit_box .flex_box {
  flex-direction: row-reverse;
}
.food_03 .menu .morit_box .pan_img {
  width: 35%;
  text-align: center;
}
.food_03 .menu .morit_box .pan_img figure:first-of-type {
  margin-bottom: 30px;
}
.food_03 .menu .morit_box .morit_menu {
  width: 58%;
}
.food_03 .menu .morit_box .morit_menu h3 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1rem;
  margin-bottom: 75px;
  font-weight: normal;
}
.food_03 .menu .morit_box .morit_menu ul li {
  margin-bottom: 50px;
}
.food_03 .menu .morit_box .morit_menu ul li:last-of-type {
  margin-bottom: 0;
}
.food_03 .menu .morit_box .morit_menu ul li dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.food_03 .menu .morit_box .morit_menu ul li dl dt {
  color: #fff;
  margin-right: 25px;
}
.food_03 .menu .morit_box .morit_menu ul li dl dd {
  color: #fff;
}
.food_03 .menu .morit_box .morit_menu ul li p {
  margin-top: 15px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.1rem;
}
.food_03 .menu .shop_time {
  border: 1px solid #2d4f5c;
  padding: 50px 120px;
}
.food_03 .menu .shop_time .icon {
  width: 30%;
  text-align: center;
}
.food_03 .menu .shop_time .icon img {
  width: 185px;
}
.food_03 .menu .shop_time .icon img.pan {
  width: auto;
}
.food_03 .menu .shop_time dl {
  width: 68%;
}
.food_03 .menu .shop_time dl dt {
  color: #fff;
  margin-bottom: 35px;
  font-size: 16px;
  letter-spacing: 0.1rem;
}
.food_03 .menu .shop_time dl dd ul li {
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 9px;
}
.food_03 .menu .shop_time dl dd ul li:last-of-type {
  margin-bottom: 0;
}
.food_03 .menu .shop_time dl dd span {
  color: #fff;
  width: 20%;
  font-size: 13px;
  line-height: 25px;
  position: relative;
}
.food_03 .menu .shop_time dl dd p {
  color: #fff;
  width: 76%;
  font-size: 13px;
  line-height: 25px;
}
.food_03 .menu .shop_time dl dd p.w100 {
  width: 100%;
}

@media (max-width: 992px) {
  .food_03 .inner {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .food_03 .inner {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .food_03 .shop_main {
    height: 60vw;
  }
}
@media (max-width: 992px) {
  .food_03 .shop_name {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .food_03 .shop_name {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .food_03 .shop_name .icon {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .food_03 .shop_name .icon img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .food_03 .shop_name .icon figcaption {
    font-size: 13px;
    line-height: 22px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .food_03 .shop_name dl {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .food_03 .shop_name dl dt {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .food_03 .shop_name dl dt {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 18px;
    letter-spacing: 0.01rem;
  }
}
@media (max-width: 767px) {
  .food_03 .shop_name dl dd {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.08rem;
  }
}
@media (max-width: 767px) {
  .food_03 .img_box li:nth-of-type(1) {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .food_03 .img_box li:nth-of-type(1) img {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .food_03 .img_box li:nth-of-type(2) {
    margin-top: 20vw;
    width: 28vw;
    display: none;
  }
}
@media (max-width: 992px) {
  .food_03 .menu .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .food_03 .menu .title .ttl {
    font-size: 25px;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .title .ttl {
    font-size: 20px;
    letter-spacing: 0.03rem;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .menu_list {
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .menu_list li {
    width: 100%;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .menu_list h4 {
    font-size: 13px;
  }
}
@media (max-width: 992px) {
  .food_03 .menu .menu_list h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .menu_list h3 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .menu_list p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .menu_list p:last-of-type {
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .food_03 .menu .menu_list .drink {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .menu_list .drink {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .food_03 .menu .ara_list {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .ara_list {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .ara_list dl {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .ara_list dl dt {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .ara_list dl dd {
    width: 100%;
    text-align: right;
  }
}
@media (max-width: 992px) {
  .food_03 .menu .morit_box {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .morit_box {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .morit_box .pan_img {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .morit_box .morit_menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .morit_box .morit_menu h3 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .morit_box .morit_menu h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .morit_box .morit_menu ul li p {
    line-height: 22px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 992px) {
  .food_03 .menu .shop_time {
    padding: 45px 90px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time .line {
    display: none;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time .icon {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time dl {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time dl dt {
    font-size: 14px;
    margin-bottom: 20px;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time dl dd ul li {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time dl dd span {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    padding-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time dl dd span:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14px;
    background-color: #fff;
    height: 1px;
    content: "";
  }
}
@media (max-width: 767px) {
  .food_03 .menu .shop_time dl dd p {
    font-size: 12px;
    line-height: 21px;
    width: 100%;
  }
}
.service .sub_ttl {
  background-image: url(../img/page_service_head_bg.png);
}

.service_01 {
  position: relative;
}
.service_01 .inner {
  padding-top: 155px;
  padding-bottom: 20px;
}
.service_01 ul li {
  width: 82%;
  margin-bottom: 135px;
  position: relative;
}
.service_01 ul li:nth-of-type(even) {
  margin: 0 0 135px auto;
}
.service_01 ul li:nth-of-type(even) .thum {
  right: auto;
  left: -20vw;
}
.service_01 ul li:nth-of-type(even) dl {
  margin-left: 29%;
}
.service_01 .thum {
  position: absolute;
  top: 50%;
  right: -20vw;
  /* width: 27vw; */
  max-width: 480px;
}
.service_01 .thum img {
  max-width: 480px;
  width: 35vw;
}
.service_01 dl {
  position: relative;
}
.service_01 dl .number {
  position: absolute;
  top: 0;
  left: -25px;
  font-size: 18px;
  transform: translate(0%, -50%);
  color: #d8d8d8;
  font-size: 70px;
}
.service_01 dl dt {
  margin-right: 3%;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.6rem;
  padding: 60px 0 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.service_01 dl dt h3 {
  font-size: 24px;
  letter-spacing: 0.16rem;
}
.service_01 dl dt span {
  font-size: 12px;
  letter-spacing: 0.16rem;
  background-color: #1a3705;
  color: #fff;
  padding: 5px 15px;
  margin-left: 20px;
}
.service_01 dl dt span.free {
  background-color: #a0a0a0;
}
.service_01 dl dd {
  width: 100%;
}
.service_01 dl dd p {
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 25px;
  letter-spacing: 0.1rem;
}

@media (max-width: 992px) {
  .service_01 .inner {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .service_01 .inner {
    padding-top: 75px;
    padding-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .service_01 ul li {
    margin-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .service_01 ul li {
    margin-bottom: 60px;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .service_01 ul li:nth-of-type(even) {
    margin: 0 0 95px auto;
  }
}
@media (max-width: 767px) {
  .service_01 ul li:nth-of-type(even) {
    margin: 0 0 60px auto;
  }
}
@media (max-width: 992px) {
  .service_01 ul li:nth-of-type(even) .thum {
    left: -30%;
  }
}
@media (max-width: 767px) {
  .service_01 ul li:nth-of-type(even) .thum {
    left: auto;
    right: -10%;
  }
}
@media (max-width: 767px) {
  .service_01 ul li:nth-of-type(even) dl {
    margin-left: 0%;
  }
}
@media (max-width: 992px) {
  .service_01 .thum {
    top: 34vw;
    right: -30%;
  }
}
@media (max-width: 767px) {
  .service_01 .thum {
    right: -10%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .service_01 dl .number {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .service_01 dl dt {
    writing-mode: inherit;
    width: 100%;
    text-align: left;
    margin-right: 0%;
    line-height: 40px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .service_01 dl dt {
    font-size: 24px;
    letter-spacing: 0.2rem;
    padding: 60px 0 20px;
  }
}
@media (max-width: 767px) {
  .service_01 dl dt h3 {
    font-size: 20px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 992px) {
  .service_01 dl dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service_01 dl dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service_01 dl dd p {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.08rem;
  }
}
.service_02 {
  background-color: #fff;
}
.service_02 .inner {
  padding-top: 160px;
  padding-bottom: 150px;
}
.service_02 .inner .time_box {
  align-items: flex-start;
}
.service_02 .inner .time_box .txt {
  width: 38%;
}
.service_02 .inner .time_box .txt .title {
  margin-bottom: 60px;
}
.service_02 .inner .time_box .txt .ttl {
  font-size: 34px;
  letter-spacing: 0.3rem;
}
.service_02 .inner .time_box .txt > p {
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.1rem;
}
.service_02 .inner .time_box figure {
  width: 56%;
  overflow: hidden;
  align-items: flex-start;
  margin-top: -20px;
}
.service_02 .inner .time_box figure img {
  width: 47%;
  max-width: 290px;
}
.service_02 .inner .time_box figure img:nth-of-type(2) {
  margin-top: 100px;
}

@media (max-width: 992px) {
  .service_02 .inner {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .service_02 .inner {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .service_02 .inner .time_box {
    position: relative;
  }
}
@media (max-width: 767px) {
  .service_02 .inner .time_box .txt {
    width: 100%;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .service_02 .inner .time_box .txt .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .service_02 .inner .time_box .txt .ttl {
    font-size: 28px;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 767px) {
  .service_02 .inner .time_box .txt .ttl {
    font-size: 25px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 767px) {
  .service_02 .inner .time_box .txt > p {
    font-size: 13px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .service_02 .inner .time_box figure {
    width: 100%;
  }
}
.service_03 [class^=swiper-button-] {
  transition: all 0.3s ease;
}
.service_03 .swiper-slide {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.service_03 .swiper-container02 {
  width: 100%;
  height: 530px;
  /*float: left;*/
  transition: opacity 0.6s ease, transform 0.3s ease;
  position: relative;
  overflow: hidden;
}
.service_03 .swiper-button-prev:after,
.service_03 .swiper-container-rtl .swiper-button-next:after,
.service_03 .swiper-button-next:after,
.service_03 .swiper-container-rtl .swiper-button-prev:after {
  content: "" !important;
}
.service_03 .swiper-button-next:after {
  background-image: url(../images/arrow02.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.service_03 .swiper-button-prev:after {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.service_03 .swiper-container02:hover .swiper-button-prev,
.service_03 .swiper-container02:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  height: 70px;
}
.service_03 .swiper-slide {
  overflow: hidden;
}
.service_03 .swiper-slide .slide-bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  filter: brightness(0.5) blur(1px);
}
.service_03 .swiper-slide .entity-img {
  display: none;
}
.service_03 .swiper-slide .wrap {
  max-width: 1025px;
  margin: 0 auto;
  padding: 0 25px;
  height: 100%;
  position: relative;
}
.service_03 .swiper-slide .schedule {
  position: absolute;
  top: 12%;
  left: 25px;
}
.service_03 .swiper-slide .schedule span {
  color: #fff;
  font-size: 14px;
}
.service_03 .swiper-slide .schedule .time {
  margin-top: 10px;
  font-size: 40px;
  color: #fff;
  font-weight: 300;
}
.service_03 .swiper-slide .content {
  position: absolute;
  bottom: 12%;
  left: 25px;
  color: #fff;
  width: 90%;
}
.service_03 .swiper-slide .content.w50 {
  width: 44%;
}
.service_03 .swiper-slide .content.right {
  left: calc(50% + 35px);
}
.service_03 .swiper-slide .content .title {
  color: #fff;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
.service_03 .swiper-slide .content .caption {
  display: block;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.1em;
  color: #fff;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.7s ease;
}
.service_03 .swiper-slide .content .caption.show {
  transform: translateX(0);
  opacity: 1;
}
.service_03 [class^=swiper-button-] {
  width: 44px;
  opacity: 1;
  visibility: visible;
  height: 70px;
}
.service_03 .swiper-button-prev {
  transform: translateX(70px);
}
.service_03 .swiper-button-next {
  transform: translateX(-50px);
}
.service_03 .swiper-slide .show .content .caption {
  transform: translateX(0);
  opacity: 1;
}

@media (max-width: 767px) {
  .service_03 .swiper-container02 {
    height: 89vh;
  }
}
@media (max-width: 1160px) {
  .service_03 .swiper-slide .wrap {
    padding: 0 60px;
  }
}
@media (max-width: 1160px) {
  .service_03 .swiper-slide .schedule {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-slide .schedule {
    top: 5%;
    left: 13%;
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-slide .schedule {
    top: 5%;
    left: 15%;
  }
}
@media (max-width: 1160px) {
  .service_03 .swiper-slide .content {
    left: 65px;
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-slide .content {
    width: 70%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-slide .content.w50 {
    bottom: 50vh;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-slide .content.right {
    bottom: 7%;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-slide .content .title {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.08rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-slide .content .caption {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .service_03 [class^=swiper-button-] {
    opacity: 1;
    visibility: visible;
    height: 70px;
  }
}
@media (max-width: 1160px) {
  .service_03 .swiper-button-prev {
    transform: translateX(20px);
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-button-prev {
    transform: translateX(10px);
  }
}
@media (max-width: 1160px) {
  .service_03 .swiper-button-next {
    transform: translateX(0px);
  }
}
@media (max-width: 767px) {
  .service_03 .swiper-button-next {
    transform: translateX(10px);
  }
}
.access {
  background-color: #fff;
}
.access .sub_ttl {
  background-image: url(../images/access_bg.png);
}

.access_01 .inner {
  padding-top: 115px;
  padding-bottom: 60px;
}
.access_01 .inner .flex_box {
  align-items: flex-start;
}
.access_01 .inner dl {
  width: 48%;
  max-width: 330px;
}
.access_01 .inner dl dt {
  max-width: 210px;
  margin-bottom: 55px;
}
.access_01 .inner dl dd ul li {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.1rem;
}
.access_01 .inner dl dd ul li:last-of-type {
  margin-bottom: 30px;
}
.access_01 .inner figure {
  width: 54.3%;
}
.access_01 .inner .accessbtn {
  text-align: center;
}
.access_01 .inner .accessbtn a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.3rem;
  display: block;
  padding: 30px 0;
  background-color: #1a3705;
  font-family: "myriad-pro", sans-serif;
  transition: 0.3s;
}
.access_01 .inner .accessbtn a:hover {
  opacity: 0.6;
}
.access_01 .inner .accessbtn a span {
  margin-left: 15px;
}
.access_01 .inner .accessbtn a span svg {
  width: 10px;
}
.access_01 .inner .accessbtn a span svg #window-14 {
  fill: #fff;
}

@media (max-width: 992px) {
  .access_01 .inner {
    padding-top: 100px;
    padding-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .access_01 .inner {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .access_01 .inner dl {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .access_01 .inner dl dt {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .access_01 .inner dl dt {
    max-width: 180px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .access_01 .inner dl dd ul li:last-of-type {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .access_01 .inner dl dd ul li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 767px) {
  .access_01 .inner figure {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .access_01 .inner .accessbtn a {
    padding: 20px 0;
    letter-spacing: 0.2rem;
  }
}
.access_02 .inner {
  padding-bottom: 185px;
}
.access_02 .inner .method {
  border-top: 1px solid #d8d8d8;
  padding: 57px 0;
}
.access_02 .inner .method h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
  font-weight: 400;
}
.access_02 .inner .method dl {
  margin-bottom: 30px;
}
.access_02 .inner .method dl:last-of-type {
  margin-bottom: 0px;
}
.access_02 .inner .method dl dt {
  background-color: #f4f4f4;
  font-size: 13px;
  letter-spacing: 0.1rem;
  display: inline-block;
  padding: 6px 10px;
  margin-bottom: 7px;
}
.access_02 .inner .method dl dd {
  font-size: 14px;
  line-height: 22px;
}
.access_02 .inner .detail {
  border: 1px solid #d8d8d8;
  padding: 45px;
}
.access_02 .inner .detail li {
  align-items: flex-start;
  justify-content: flex-start;
  padding: 27px 0;
  border-top: 1px solid #d8d8d8;
}
.access_02 .inner .detail li:first-of-type {
  padding-top: 0;
  border-top: 0px solid #d8d8d8;
}
.access_02 .inner .detail li:last-of-type {
  padding-bottom: 0;
}
.access_02 .inner .detail li h4 {
  width: 25%;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.1rem;
  margin-right: 1%;
}
.access_02 .inner .detail li .txt {
  width: 73%;
}
.access_02 .inner .detail li .txt p {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.1rem;
}
.access_02 .inner .detail li .txt .mb {
  margin-bottom: 10px;
}
.access_02 .inner .detail li .txt span {
  margin-right: 5px;
}

@media (max-width: 992px) {
  .access_02 .inner {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .access_02 .inner {
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .access_02 .inner .method {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .method {
    padding: 28px 0;
  }
}
@media (max-width: 992px) {
  .access_02 .inner .method h3 {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .method h3 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
@media (max-width: 992px) {
  .access_02 .inner .method dl {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .method dl {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .method dl dd {
    font-size: 13px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .detail {
    padding: 25px 25px;
  }
}
@media (max-width: 992px) {
  .access_02 .inner .detail li {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .detail li {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .detail li h4 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 7px;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .detail li .txt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .detail li .txt p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .access_02 .inner .detail li .txt span img {
    height: 30px;
    width: auto;
  }
}
.spot .inner {
  padding-top: 165px;
  padding-bottom: 10px;
  background-color: #1a3705;
}
.spot .inner .title {
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 180px;
  position: relative;
}
.spot .inner .title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #fff;
  content: "";
  transform: translate(-50%, 100%);
}
.spot .inner .title .ttl {
  font-size: 35px;
  letter-spacing: 0.35rem;
  color: #fff;
}
.spot .inner .title .s_ttl {
  color: #fff;
}
.spot .inner table {
  width: 100%;
  margin: auto;
  border-top: solid 1px #eee;
  border-left: solid 1px #eee;
  margin-bottom: 5em;
  aspect-ratio: 527/327;
}
.spot .inner table tr td {
  font-size: 14px;
  color: #fff;
  border-right: solid 1px #eee;
  border-bottom: solid 1px #eee;
  line-height: 1.4;
  padding: 0.5em 1em;
}
.spot .inner table tr td:nth-of-type(1) {
  vertical-align: bottom;
  min-width: 6.5em;
}
.spot .inner .container.flex_box {
  margin-bottom: 195px;
  justify-content: center;
  align-items: flex-start;
}
.spot .inner .container.flex_box > * {
  width: 47.5%;
}
.spot .inner .container.flex_box > * .imgup:nth-of-type(1) {
  margin-bottom: 4em;
}
@media (max-width: 767px) {
  .spot .inner .container.flex_box {
    flex-direction: column;
  }
  .spot .inner .container.flex_box > * {
    width: 100%;
  }
}

.map iframe {
  height: clamp(220px, 42.96875vw, 550px);
}

@media (max-width: 992px) {
  .spot .inner {
    padding-top: 110px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .spot .inner {
    padding-top: 80px;
    padding-bottom: 10px;
  }
  .spot .inner table * {
    font-size: 0.925em !important;
  }
  .spot .inner table tr td {
    padding: 0.5em;
  }
}
@media (max-width: 992px) {
  .spot .inner .title {
    padding-bottom: 35px;
    margin-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .spot .inner .title {
    padding-bottom: 30px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .spot .inner .title:after {
    height: 30px;
  }
}
@media (max-width: 992px) {
  .spot .inner .title .ttl {
    font-size: 30px;
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 767px) {
  .spot .inner .title .ttl {
    font-size: 25px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li.reserve dl dt {
    padding-right: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li.reserve dl dd {
    padding-right: 0px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li.reserve dl .img figcaption {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li.reserve .main_img figcaption {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li dl {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li dl dt {
    margin-left: 20px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li dl dt span {
    bottom: 40px;
    left: -30px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li dl dd {
    margin-left: 0px;
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li .main_img {
    width: 100%;
    max-width: 530px;
    text-align: right;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 767px) {
  .spot .inner ul li .main_img figcaption {
    text-align: left;
  }
}
.plan .inner {
  padding-top: 135px;
  padding-bottom: 140px;
  background-color: #fff;
}
.plan .inner .title {
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 100px;
}
.plan .inner .title .ttl {
  font-size: 35px;
}
.plan .inner .title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background-color: #000;
  content: "";
  transform: translate(-50%, 100%);
}
.plan .inner ul.faq__wrap {
  max-width: 850px;
  padding: 0 1em;
  font-size: clamp(10px, 1.171875vw, 15px);
}
.plan .inner ul.faq__wrap li p {
  line-height: 2;
  position: relative;
  font-weight: bold;
}
.plan .inner ul.faq__wrap li p::before {
  position: absolute;
  top: 0.75em;
  left: 1em;
  font-size: 1.125em;
}
.plan .inner ul.faq__wrap li .question {
  padding: 1em 1em 1em 3em;
  background: #056000;
  border-radius: 0.25em;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.plan .inner ul.faq__wrap li .question::before {
  content: "Q";
}
.plan .inner ul.faq__wrap li .answer {
  height: 0;
  padding: 0;
  overflow: hidden;
  color: #056000;
  transition: all ease-in-out 0.4s;
}
.plan .inner ul.faq__wrap li .answer::before {
  content: "A";
}
.plan .inner ul.faq__wrap li .answer.is_show {
  height: auto;
  padding: 1em 1em 1em 3em;
}

@media (max-width: 992px) {
  .plan .inner {
    padding-top: 110px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .plan .inner {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .plan .inner .title {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .plan .inner .title .ttl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .plan .inner .title:after {
    height: 30px;
  }
}
.recruit_01 {
  background-color: #f4f4f4;
}
.recruit_01 .inner {
  padding-top: 160px;
  padding-bottom: 150px;
}
.recruit_01 .inner .wrap {
  position: relative;
}
.recruit_01 .inner .wrap:after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 50%;
  height: 490px;
  background-repeat: no-repeat;
  background: url(../img/recruit_01.jpg);
  background-size: cover;
  z-index: 0;
}
.recruit_01 .inner .wrap .s-container {
  position: relative;
  z-index: 1;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
.recruit_01 .inner .wrap dl dt {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 1.5rem;
  margin-bottom: 85px;
}
.recruit_01 .inner .wrap dl dd {
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.1rem;
  margin-bottom: 95px;
}
.recruit_01 .inner .point {
  border: 1px solid #dbdbdb;
  padding: 80px 0;
  margin-top: 80px;
}
.recruit_01 .inner .point .txt {
  text-align: center;
  width: 40%;
}
.recruit_01 .inner .point .txt h3 {
  font-size: 26px;
  letter-spacing: 0.4rem;
  margin-bottom: 20px;
  font-weight: normal;
}
.recruit_01 .inner .point p {
  width: 58%;
  padding-right: 2%;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.1rem;
}

@media (max-width: 992px) {
  .recruit_01 .inner {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .recruit_01 .inner .wrap:after {
    width: 55%;
    height: 350px;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .wrap:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .wrap dl {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .recruit_01 .inner .wrap dl dt {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .wrap dl dt {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .wrap dl dd {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .wrap figure {
    position: relative;
    height: 210px;
    width: 100vw;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .wrap figure:after {
    content: "";
    position: absolute;
    top: 0%;
    right: -30px;
    width: 95%;
    height: 100%;
    background-repeat: no-repeat;
    background: url(../images/recruit_img03.jpg);
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .point {
    padding: 38px 30px;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .point .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .point .txt h3 {
    font-size: 22px;
    letter-spacing: 0.1rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .recruit_01 .inner .point p {
    width: 100%;
    padding-right: 0%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.08rem;
  }
}
.recruit_02 {
  background-color: #fff;
}
.recruit_02 .inner {
  padding-top: 440px;
  padding-bottom: 220px;
}
.recruit_02 .inner .txt {
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.1rem;
  width: 40%;
  padding: 0 2em;
  margin-left: 8%;
}
.recruit_02 .inner .small-img {
  margin-top: 7.5em;
}
.recruit_02 .inner .small-img img {
  max-width: 420px;
  width: 43vw;
}
.recruit_02 .inner .small-img02 {
  margin-top: 150px;
  margin-left: 70px;
}
.recruit_02 .inner .small-img02 img {
  max-width: 460px;
  width: 43vw;
}
.recruit_02 .inner .wrap {
  position: relative;
}
.recruit_02 .inner .wrap.wrap01 dl {
  padding: 2em 0;
  text-align: center;
}
.recruit_02 .inner .wrap.wrap01:after {
  width: 73%;
  background-image: url(../img/fv_main.jpg);
}
.recruit_02 .inner .wrap.wrap02:after {
  bottom: 28%;
  height: 490px;
  background-image: url(../images/recruit_img05.jpg);
}
.recruit_02 .inner .wrap.wrap03 dl {
  padding: 0 0 0 5%;
}
.recruit_02 .inner .wrap.wrap03 figure img {
  right: auto;
  left: 0;
}
.recruit_02 .inner .wrap.wrap03:after {
  width: 53%;
  height: 500px;
  top: 0;
  bottom: auto;
  background-image: url(../img/works_v_01.jpg);
}
.recruit_02 .inner .wrap.wrap03 .beside_recruit_table {
  margin-top: 115px;
}
.recruit_02 .inner .wrap.wrap03 table tr td {
  padding: 1em 0.5em;
  line-height: 1.5;
}
.recruit_02 .inner .wrap.wrap03 table tr td:nth-of-type(1) {
  width: 8em;
}
.recruit_02 .inner .wrap.wrap04 dl {
  width: 39%;
  padding: 0% 5% 5% 0%;
}
.recruit_02 .inner .wrap.wrap04:after {
  top: 57%;
  height: 550px;
  right: 100px !important;
  width: 57%;
  background-image: url(../images/recruit_img010.jpg);
}
.recruit_02 .inner .wrap.mt {
  margin-top: 75px;
}
.recruit_02 .inner .wrap.mt100 {
  margin-top: 130px;
}
.recruit_02 .inner .wrap.mt150 {
  margin-top: 230px;
}
.recruit_02 .inner .wrap.reserve:after {
  left: auto;
  right: 0;
}
.recruit_02 .inner .wrap.reserve .flex_box {
  flex-direction: row-reverse;
}
.recruit_02 .inner .wrap:after {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 52%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.recruit_02 .inner .wrap dl {
  width: 45%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-bottom: -100px;
}
.recruit_02 .inner .wrap dl dt {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.2rem;
}
.recruit_02 .inner .wrap dl dd {
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.1rem;
}
.recruit_02 .inner .wrap figure {
  position: relative;
  width: 370px;
  background-size: cover;
  background-position: center;
}
.recruit_02 .inner .wrap figure img {
  position: absolute;
  bottom: -320px;
  right: 0;
  width: auto;
  width: 23vw;
  max-width: 370px;
  z-index: 20;
}

@media (max-width: 992px) {
  .recruit_02 .inner {
    padding-top: 300px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner {
    padding-top: 100px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .small-img {
    margin-top: 40px;
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .small-img img {
    width: 55vw;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .recruit_02 .inner .small-img02 {
    margin-top: 100px;
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .small-img02 {
    margin-top: 60px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .small-img02 img {
    width: 55vw;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap01 dl {
    padding: 10% 30px 0;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap01 figure {
    height: 50vw;
    background-image: url(../img/fv_main.jpg);
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap01:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap02 figure {
    height: 50vw;
    background-image: url(../images/recruit_img05.jpg);
  }
}
@media (max-width: 992px) {
  .recruit_02 .inner .wrap.wrap02:after {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap02:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap03 dl {
    padding: 10% 30px 0;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap03 figure {
    height: 50vw;
    background-image: url(../img/works_v_01.jpg);
  }
}
@media (max-width: 992px) {
  .recruit_02 .inner .wrap.wrap03:after {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap03:after {
    content: none;
  }
}
@media (max-width: 992px) {
  .recruit_02 .inner .wrap.wrap03 .beside_recruit_table {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap03 .beside_recruit_table {
    margin-top: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap04 dl {
    width: 100%;
    padding: 10% 30px 0;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap04 figure {
    height: 50vw;
    background-image: url(../images/recruit_img010.jpg);
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.wrap04:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.mt {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.mt100 {
    margin-top: 170px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap.mt150 {
    margin-top: 170px;
  }
}
@media (max-width: 992px) {
  .recruit_02 .inner .wrap:after {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap:after {
    bottom: 75%;
    height: 250px;
  }
}
@media (max-width: 992px) {
  .recruit_02 .inner .wrap dl {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap dl {
    width: 100%;
    padding: 10% 30px 0;
    margin-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .recruit_02 .inner .wrap dl dt {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap dl dt {
    margin-bottom: 14px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap dl dd {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 0px;
    letter-spacing: 0.02rem;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap figure {
    position: static;
    width: 100%;
    background-size: cover;
  }
}
@media (max-width: 992px) {
  .recruit_02 .inner .wrap figure img {
    width: 35vw;
    bottom: -200px;
  }
}
@media (max-width: 767px) {
  .recruit_02 .inner .wrap figure img {
    width: 35vw;
  }
}
@media (max-width: 500px) {
  .recruit_02 .inner .wrap figure img {
    width: 50vw;
  }
}
.faq .sub_ttl {
  background-image: url(../images/faq_bg.png);
}

.faq_01 {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
.faq_01 .question_list {
  margin-bottom: 50px;
}
.faq_01 .question_list.active .answer {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 40px;
  transition: 0.3s;
  margin-bottom: 40px;
}
.faq_01 .question_list.active .question {
  background-color: #1a3705;
  margin-bottom: 0px;
}
.faq_01 .question_list.active .question .icon:before {
  background-color: #fff;
}
.faq_01 .question_list.active .question .icon::after {
  background-color: #fff;
  opacity: 0;
}
.faq_01 .question_list.active .question p,
.faq_01 .question_list.active .question span {
  color: #fff;
}
.faq_01 .question_list .answer {
  background-color: #f4f4f4;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  padding: 0 40px;
}
.faq_01 .question_list .answer figure {
  margin-top: 10px;
}
.faq_01 .question_list .answer figcaption {
  font-size: 14px;
  letter-spacing: 0.08rem;
}
.faq_01 .question_list .answer a {
  text-decoration: underline;
}
.faq_01 .question_list .answer a:hover {
  text-decoration: none;
}
.faq_01 .question_list .answer p {
  letter-spacing: 0.08rem;
  overflow-wrap: break-word;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 40px;
}
.faq_01 .question_list .answer p:last-of-type {
  margin-bottom: 0px;
}
.faq_01 .question_list .question {
  background-color: #f4f4f4;
  padding: 28px 35px;
  justify-content: flex-start;
  transition: 0.3s;
  flex-wrap: nowrap;
  position: relative;
}
.faq_01 .question_list .question .icon {
  position: relative;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
}
.faq_01 .question_list .question .icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  background-color: #000;
}
.faq_01 .question_list .question .icon::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
}
.faq_01 .question_list .question:hover {
  cursor: pointer;
  background-color: #1a3705;
}
.faq_01 .question_list .question:hover span,
.faq_01 .question_list .question:hover p {
  color: #fff;
}
.faq_01 .question_list .question:hover .icon:before, .faq_01 .question_list .question:hover .icon::after {
  background-color: #fff;
}
.faq_01 .question_list .question span {
  font-size: 34px;
}
.faq_01 .question_list .question p {
  margin-left: 10px;
  letter-spacing: 0.05rem;
  overflow-wrap: break-word;
  font-weight: 800;
  font-size: 16px;
  line-height: 42px;
}

@media (max-width: 992px) {
  .faq_01 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .faq_01 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .faq_01 .question_list.active .answer {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .faq_01 .question_list {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  .faq_01 .question_list .answer {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .faq_01 .question_list .answer p {
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 23px;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .faq_01 .question_list .question {
    padding: 11px 50px 11px 17px;
  }
}
@media (max-width: 767px) {
  .faq_01 .question_list .question .icon {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .faq_01 .question_list .question span {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .faq_01 .question_list .question p {
    font-size: 13px;
    line-height: 17px;
  }
}
.room .sub_ttl {
  background-image: url(../images/room_bg.png);
}

.room_01 {
  background-color: #f4f4f4;
}
.room_01 .inner {
  padding-top: 160px;
  padding-bottom: 190px;
}
.room_01 .inner .wrap {
  position: relative;
}
.room_01 .inner .wrap:after {
  content: "";
  position: absolute;
  bottom: -3%;
  right: 0;
  width: 50%;
  height: 490px;
  background-repeat: no-repeat;
  background: url(../images/room_img02.jpg);
  background-size: cover;
}
.room_01 .inner .wrap dl dt {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 0.4rem;
  margin-bottom: 70px;
}
.room_01 .inner .wrap dl dd {
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .room_01 .inner {
    padding-top: 120px;
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .room_01 .inner {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .room_01 .inner .s-container {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .room_01 .inner .wrap:after {
    height: 36vw;
  }
}
@media (max-width: 767px) {
  .room_01 .inner .wrap:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .room_01 .inner .wrap figure {
    width: 100%;
    height: 50vw;
    background-repeat: no-repeat;
    background: url(../images/room_img02.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .room_01 .inner .wrap dl {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .room_01 .inner .wrap dl dt {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .room_01 .inner .wrap dl dt {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .room_01 .inner .wrap dl dd {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 30px;
    letter-spacing: 0.08rem;
  }
}
.room_02 {
  background-color: #fff;
}
.room_02 .inner {
  padding-top: 210px;
  padding-bottom: 150px;
}
.room_02 .inner .room_list > li {
  margin-bottom: 200px;
}
.room_02 .inner .name {
  width: 50%;
}
.room_02 .inner .name.name_sp {
  display: none;
}
.room_02 .inner .name.name_pc {
  display: block;
}
.room_02 .inner .name .type {
  margin-bottom: 18px;
  display: inline-block;
  background-color: #1a3705;
  color: #fff;
  padding: 5px 7px;
  font-size: 13px;
  letter-spacing: 0.08rem;
}
.room_02 .inner .name h3 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 0.08rem;
  font-weight: 100;
  margin-bottom: 8px;
}
.room_02 .inner .name .detail {
  font-size: 13px;
  line-height: 34px;
  letter-spacing: 0.1rem;
}
.room_02 .inner .swiper-pagination,
.room_02 .inner .swiper-pagination2,
.room_02 .inner .swiper-pagination3 {
  margin-top: 30px;
}
.room_02 .inner .swiper-custom-parent {
  position: relative;
  z-index: 2;
}
.room_02 .inner .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 10px 0 0 !important;
  width: 40px;
  height: 4px;
  background: #d9d9d9;
}
.room_02 .inner .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}
.room_02 .inner .box {
  align-items: flex-end;
}
.room_02 .inner .box .explain {
  width: 50%;
  padding: 50px 0 0 50px;
  background-color: #fff;
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
.room_02 .inner .box .explain p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 34px;
}
.room_02 .inner .box .explain .item {
  background-color: #f4f4f4;
  padding: 0 30px;
}
.room_02 .inner .box .explain .item > li {
  padding: 17px 0;
  border-top: 1px solid #e2e2e2;
}
.room_02 .inner .box .explain .item > li:first-of-type {
  border: 0px solid #e2e2e2;
}
.room_02 .inner .box .explain .item > li dl {
  justify-content: flex-start;
}
.room_02 .inner .box .explain .item > li dl dt {
  width: 15%;
  margin-right: 15px;
  font-size: 13px;
  letter-spacing: 0.03rem;
  line-height: 22px;
  white-space: nowrap;
}
.room_02 .inner .box .explain .item > li dl dd {
  width: 85%;
  margin-right: 15px;
  font-size: 13px;
  letter-spacing: 0.03rem;
  line-height: 22px;
}

@media (max-width: 992px) {
  .room_02 .inner {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .room_02 .inner .room_list > li {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .room_list > li {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .name {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .name.name_sp {
    display: block;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .name.name_pc {
    display: none;
  }
}
@media (max-width: 992px) {
  .room_02 .inner .name h3 {
    font-size: 25px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .name h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .name .detail {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .swiper-pagination,
  .room_02 .inner .swiper-pagination2,
  .room_02 .inner .swiper-pagination3 {
    margin-top: 15px;
    position: static !important;
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .box .explain {
    width: 100%;
    margin-top: 0px;
    padding: 30px 0 0 0px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .box .explain p {
    font-size: 13px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .box .explain .item {
    padding: 23px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .box .explain .item > li:last-of-type {
    padding: 0px 0 0px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .box .explain .item > li {
    padding: 0px 0 15px;
    border-top: 0px solid #e2e2e2;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .box .explain .item > li dl dt {
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 3px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .room_02 .inner .box .explain .item > li dl dd {
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.03rem;
    line-height: 20px;
  }
}
.company .sub_ttl {
  background-image: url(../img/pages/company/title_bg.jpg);
}

.company_01 {
  background-color: #f4f4f4;
}
.company_01 .inner {
  padding-top: 140px;
  padding-bottom: 320px;
}
.company_01 .inner .wrap {
  position: relative;
}
.company_01 .inner .wrap:after {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 50%;
  height: 490px;
  background-repeat: no-repeat;
  background: url(../img/company_01.jpg);
  background-size: cover;
  z-index: 0;
}
.company_01 .inner .wrap dl {
  position: relative;
  z-index: 1;
}
.company_01 .inner .wrap dl dt {
  font-size: 36px;
  line-height: 60px;
  letter-spacing: 1rem;
  margin-bottom: 70px;
}
.company_01 .inner .wrap dl dt.none {
  letter-spacing: 1rem;
}
.company_01 .inner .wrap dl dd {
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0.1rem;
  padding: 2em 2em 2em 0;
  background: #f4f4f4;
}
.company_01 .inner .point {
  border: 1px solid #dbdbdb;
  padding: 80px 0;
  margin-top: 80px;
}
.company_01 .inner .point .txt {
  text-align: center;
  width: 40%;
}
.company_01 .inner .point .txt h3 {
  font-size: 26px;
  letter-spacing: 0.4rem;
  margin-bottom: 20px;
}
.company_01 .inner .point p {
  width: 58%;
  padding-right: 2%;
  font-size: 14px;
  line-height: 34px;
  letter-spacing: 0.1rem;
}

@media (max-width: 992px) {
  .company_01 .inner {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .wrap .s-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .wrap:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .wrap figure {
    width: 100%;
    height: 50vw;
    background-repeat: no-repeat;
    background: url(../img/company_01.jpg);
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .wrap dl {
    padding: 0 30px;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .wrap dl dt {
    letter-spacing: 0.6rem;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .wrap dl dt.none {
    letter-spacing: 0.2rem;
  }
}
@media (max-width: 992px) {
  .company_01 .inner .wrap dl dt {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .wrap dl dt {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .wrap dl dd {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .point {
    padding: 60px 30px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .point .txt {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .point .txt h3 {
    font-size: 22px;
    letter-spacing: 0.1rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .company_01 .inner .point p {
    width: 100%;
    padding-right: 0%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.08rem;
  }
}
.company .garallry {
  max-width: 940px;
  padding-top: 140px;
  margin-left: -70px;
}
.company .pw-slider02 li {
  margin-right: 105px;
}
.company .pw-slider02 .slick-list {
  overflow: inherit !important;
}
.company .pw-slider02 .next-arrow {
  position: absolute;
  bottom: -90px;
  left: 420px;
  z-index: 20;
}
.company .pw-slider02 .prev-arrow {
  position: absolute;
  bottom: -90px;
  left: 310px;
  z-index: 20;
  transform: rotate(180%);
}
.company .pw-slider02 .prev-arrow:hover {
  cursor: pointer;
}
.company .pw-slider02 .next-arrow:hover {
  cursor: pointer;
}

@media (max-width: 992px) {
  .company .garallry {
    padding-top: 100px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .company .garallry {
    padding-top: 80px;
    margin-left: -50px;
  }
}
@media (max-width: 992px) {
  .company .pw-slider02 li {
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .company .pw-slider02 .next-arrow {
    left: 30%;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .company .pw-slider02 .next-arrow {
    left: 35%;
    bottom: -50px;
  }
}
@media (max-width: 992px) {
  .company .pw-slider02 .prev-arrow {
    left: 12%;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .company .pw-slider02 .prev-arrow {
    left: 21%;
    bottom: -50px;
  }
}
.post-type-archive-experience .sub_ttl {
  background-image: url(../images/experience_bg.png);
}

.post-type-archive-experience_01 .inner {
  padding-top: 105px;
  padding-bottom: 145px;
}
.post-type-archive-experience_01 .inner .img_box .column_box {
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  margin-bottom: 110px;
  padding: 105px 150px 75px 0px;
}
.post-type-archive-experience_01 .inner .img_box .column_box:last-of-type {
  margin-bottom: 0;
}
.post-type-archive-experience_01 .inner .img_box .column_box .content {
  width: 68%;
}
.post-type-archive-experience_01 .inner .img_box .column_box .content figure {
  margin-top: 60px;
  margin-bottom: 30px;
}
.post-type-archive-experience_01 .inner .img_box .column_box .content h2 {
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0.1rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.post-type-archive-experience_01 .inner .img_box .column_box .content p {
  font-size: 14px;
  line-height: 34px;
  margin-bottom: 35px;
}
.post-type-archive-experience_01 .inner .img_box .column_box dl {
  text-align: center;
  width: 30%;
  padding: 0 2%;
}
.post-type-archive-experience_01 .inner .img_box .column_box dl .scene {
  background-color: #1a3705;
  color: #fff;
  padding: 6px 8px 5px;
  margin-bottom: 10px;
  font-size: 13px;
  display: inline-block;
}
.post-type-archive-experience_01 .inner .img_box .column_box dl dt {
  font-size: 65px;
  color: #1a3705;
  font-weight: 200;
  margin-bottom: 30px;
}
.post-type-archive-experience_01 .inner .img_box .column_box dl dd {
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 34px;
  letter-spacing: 0.28rem;
  width: 34px;
}

@media (max-width: 992px) {
  .post-type-archive-experience_01 .inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .post-type-archive-experience_01 .inner .img_box .column_box {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box {
    flex-wrap: wrap;
    padding: 30px 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box .content figure {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box .content h2 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box .content p {
    font-size: 13px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box dl {
    width: 100%;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box dl .scene {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box dl dt {
    font-size: 38px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .post-type-archive-experience_01 .inner .img_box .column_box dl dd {
    font-size: 22px;
    letter-spacing: 0.15rem;
    writing-mode: inherit;
    margin: 0 auto 0 0;
    width: auto;
  }
}
.contact {
  background-color: #fff;
}
.contact .sub_ttl {
  background-image: url(../images/contact_bg.png);
}

.contact_01 .inner {
  padding-top: 100px;
  padding-bottom: 220px;
}
.contact_01 .inner .txt {
  text-align: center;
}
.contact_01 .inner .txt p {
  font-size: 15px;
  letter-spacing: 0.1rem;
  line-height: 36px;
  margin-bottom: 35px;
}
.contact_01 .inner .txt .tel {
  margin-bottom: 10px;
}
.contact_01 .inner .txt .tel a {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  letter-spacing: 0.3rem;
}
.contact_01 .inner .txt small {
  font-size: 13px;
  letter-spacing: 0.1rem;
  display: block;
}
.contact_01 .inner .act {
  font-size: 14px;
  margin: 50px 0 10px;
  text-align: right;
}
.contact_01 .inner .act span {
  font-size: 14px;
  color: #bd0a0a;
}

@media (max-width: 992px) {
  .contact_01 .inner {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .contact_01 .inner {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .contact_01 .inner .txt p {
    font-size: 12px;
    letter-spacing: 0.01rem;
    line-height: 22px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .contact_01 .inner .txt .tel {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .contact_01 .inner .txt .tel a {
    font-size: 30px;
    letter-spacing: 0.1rem;
  }
}
@media (max-width: 767px) {
  .contact_01 .inner .txt small {
    font-size: 12px;
    letter-spacing: 0.05rem;
  }
}
@media (max-width: 767px) {
  .contact_01 .inner .act {
    font-size: 12px;
    margin: 30px 0 8px;
  }
}
@media (max-width: 767px) {
  .contact_01 .inner .act span {
    font-size: 12px;
  }
}
.sub-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  border: 8px solid #f2f2f2;
}
.sub-form.border-none {
  border: 0px solid #f2f2f2;
}
.sub-form > dt {
  width: 24%;
  padding: 49px 0 49px 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}
.sub-form > dt.flex-start {
  align-items: flex-start;
}
.sub-form > dt.first {
  border-top: 0px solid #e5e5e5;
}
.sub-form > dt.date .rec {
  color: #ef1d1d;
  font-size: 13px;
  display: block;
  padding-top: 15px;
  line-height: 22px;
}
.sub-form > dd.irai .mwform-checkbox-field-text {
  font-size: 15px;
}
.sub-form > dt h2 {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 23px;
}
.sub-form > dt h3 {
  font-size: 11px;
  color: #bd0a0a;
  border-radius: 2px;
  padding: 4px 5px;
  margin-left: 10px;
  white-space: nowrap;
}
.sub-form > dd {
  padding: 49px 50px 49px 20px;
  margin: 0;
  width: 76%;
  border-top: 1px solid #e5e5e5;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.sub-form > dd.first {
  border-top: 0px solid #e5e5e5;
}
.sub-form > dd > div {
  width: 100%;
}
.sub-form > dd p {
  font-size: 14px;
  padding-bottom: 8px;
  letter-spacing: 0.01rem;
  font-weight: bold;
}
.sub-form > dd p:not(:first-of-type) {
  padding-top: 25px;
}
.sub-form > dd .mt {
  margin-top: 10px;
}
.sub-form > dd .mb {
  margin-bottom: 15px;
}
.sub-form > dt.bikou {
  border-bottom: 5px solid #dadada;
}
.sub-form > dd.bikou {
  border-bottom: 5px solid #dadada;
}
.sub-form > dd input {
  width: 100%;
  outline: none;
  padding: 24px;
  font-size: 16px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.sub-form > dd .num {
  width: 150px;
}
.sub-form > dd .address {
  width: 90%;
}
.sub-form > dd ul {
  width: 100%;
}
.sub-form > dd li p {
  margin-right: 10px;
  font-size: 15px;
  display: inline;
}
.sub-form > dd input::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}
.sub-form > dd input::-moz-placeholder, .sub-form > dd input:-ms-input-placeholder, .sub-form > dd input::placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}
.sub-form > dd .radio_box {
  background-color: #f7f5f3;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.sub-form > dd .flex-start {
  justify-content: flex-start;
}
.sub-form > dd .date_box {
  height: 460px;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  .sub-form > dt.flex-start br {
    display: none;
  }
}
@media (max-width: 767px) {
  .sub-form > dt.flex-start {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .sub-form > dt.date .rec {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sub-form > dd.irai .mwform-checkbox-field-text {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .sub-form > dd p {
    font-size: 12px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .sub-form > dd li p {
    font-size: 12px;
  }
}
.mwform-radio-field {
  margin-left: 0 !important;
  margin-right: 13px;
  width: 30%;
}
.mwform-radio-field input {
  width: 20px !important;
  margin: -1px 2px 0 0;
}

.mwform-checkbox-field {
  margin-left: 0 !important;
  margin-right: 13px;
  width: 30%;
}
.mwform-checkbox-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.mwform-checkbox-field input {
  width: 20px !important;
  margin: -1px 2px 0 0;
  margin-right: 0px !important;
}

.mwform-checkbox-field-text {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.02rem;
}

.mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0 !important;
}
.mw_wp_form .error {
  text-align: center;
  margin-top: 5px;
}

.sub-form .wpcf7-box {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.sub-form select {
  width: 100%;
  outline: none;
  padding: 22px;
  font-size: 16px;
  background-color: #efeeeb;
  border: none;
  box-sizing: border-box;
}
.sub-form .wpcf7-box {
  text-align: center;
  margin: 0 auto;
  position: relative;
  display: inline-block;
}
.sub-form .wpcf7-box:hover .arrow {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.sub-form input[type=submit],
.sub-form button[type=submit] {
  display: block;
  background-color: #1a3705;
  border: 2px solid #1a3705;
  color: #fff;
  width: 360px;
  text-align: center;
  padding: 27px 0;
  margin: 73px auto 0px;
  transition: 0.3s;
  letter-spacing: 0.15rem;
  position: relative;
  letter-spacing: 0.2rem;
  font-size: 14px;
}
.sub-form .btn_area {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 30px;
}
.sub-form > dd textarea::-moz-placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}
.sub-form > dd textarea::-moz-placeholder, .sub-form > dd textarea:-ms-input-placeholder, .sub-form > dd textarea::placeholder {
  color: #ccc;
  letter-spacing: 0.05rem;
  font-size: 15px;
}
.sub-form input[type=submit]:hover,
.sub-form button[type=submit]:hover {
  cursor: pointer;
  opacity: 0.6;
}
.sub-form .submit-area {
  text-align: center;
}
.sub-form .submit-area li {
  display: inline-block;
  margin: 0 10px;
}
.sub-form .error {
  display: block;
  font-size: 14px;
  text-align: left;
  margin: 5px 0;
}
.sub-form > dd textarea {
  width: 100%;
  height: 230px;
  border: none;
  outline: none;
  padding: 25px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  box-sizing: border-box;
}

.web-member-confirm .sub-form .web-form,
.web-member-thanks .sub-form {
  margin-top: 0;
}

.web-member-confirm .sub-form > dd {
  font-size: 16px;
}

.mw_wp_form_complete p {
  text-align: center;
  letter-spacing: 0.02rem;
  margin-bottom: 100px !important;
}

@media (max-width: 992px) {
  .mw_wp_form_complete p {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 767px) {
  .mw_wp_form_complete p {
    margin-bottom: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .sub-form > dt {
    padding: 40px 25px;
  }
  .sub-form > dt h2 {
    font-size: 14px;
  }
  .sub-form > dt h3 {
    font-size: 11px;
    padding: 5px 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sub-form {
    display: block;
  }
  .sub-form h1 {
    padding-bottom: 12px;
    font-size: 16px;
  }
  .sub-form .btn_area {
    margin-top: 15px;
  }
  .sub-form > dd input,
  .sub-form > dd .radio_box {
    padding: 15px;
    font-size: 15px;
  }
  .sub-form > dt {
    width: 100%;
    padding: 15px 25px 0;
    justify-content: flex-start;
  }
  .sub-form .bikou-form_dt {
    border-bottom: 0;
  }
  .sub-form > dt h2 {
    font-size: 13px;
  }
  .sub-form > dt h3 {
    font-size: 10px;
    padding: 5px 8px;
    margin-left: 10px;
  }
  .sub-form > dd {
    width: 100%;
    padding: 10px 25px 20px;
    border-top: 0;
  }
  .sub-form > dd.first {
    border-top: 0px solid #ececec;
  }
  .sub-form input[type=submit],
  .sub-form button[type=submit] {
    width: 100%;
    padding: 20px 0;
    margin: 50px auto 0px;
  }
  .sub-form .wpcf7-box .arrow {
    left: 15%;
  }
  .sub-form > dd textarea::-moz-placeholder {
    font-size: 14px;
  }
  .sub-form > dd textarea::-moz-placeholder, .sub-form > dd textarea:-ms-input-placeholder, .sub-form > dd textarea::placeholder {
    font-size: 14px;
  }
  .sub-form > dt.address-form {
    border-bottom: 0px solid #ececec;
  }
  .sub-form select {
    padding: 15px;
    font-size: 15px;
  }
  .sub-form > dt.bikou {
    border-bottom: 0px solid #ececec;
  }
  .sub-form > dd textarea {
    height: 180px;
  }
}
.complete .comment {
  padding: 200px 0 120px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 25px;
}

@media (max-width: 767px) {
  .complete .comment {
    padding: 140px 0 100px;
    font-size: 14px;
    line-height: 22px;
  }
}
.grecaptcha-badge {
  z-index: 1000;
}

/***********************
ページナビゲーション
***********************/
.wp-pagenavi {
  margin: 40px 0 0px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.wp-pagenavi .wp-page {
  margin-top: 80px;
}
.wp-pagenavi span {
  border: 1px solid #fff !important;
  font-size: 15px !important;
  padding: 0 !important;
  margin: 0px 10px 0 0 !important;
  text-decoration: none;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi a {
  border: none !important;
  font-size: 15px !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  margin: 0px 10px 0 0 !important;
  text-decoration: none;
  color: #333;
  background-color: #efeeeb;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-weight: bold;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  width: auto;
  width: 40px;
  height: 40px;
}
.wp-pagenavi a:hover {
  background-color: #1a3705;
  color: #fff;
  text-decoration: none;
}
.wp-pagenavi span.current {
  font-weight: normal !important;
  background-color: #1a3705;
  color: #fff;
}
.wp-pagenavi .pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    margin: 25px 0 0px;
  }
  .wp-pagenavi span {
    font-size: 13px;
    margin: 0px 7px 0 0 !important;
    width: 35px;
    height: 35px;
  }
  .wp-pagenavi a {
    font-size: 13px;
    width: 35px;
    margin: 0px 7px 0 0 !important;
    height: 35px;
  }
  .wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
    width: auto;
    padding: 0 15px !important;
    font-size: 12px !important;
    height: 35px;
  }
}
.error404 .notfound {
  text-align: center;
  padding: 270px 0 180px;
}
.error404 .notfound p {
  font-size: 18px;
  padding-bottom: 50px;
}
.error404 .notfound a {
  padding: 7px 20px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  transition: 0.4s;
}
.error404 .notfound a:hover {
  color: #000;
  background-color: #fff;
  font-weight: bold;
}
.error404 header h1 .st0 {
  fill: #000;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .error404 .notfound {
    padding: 130px 0 70px;
  }
  .error404 .notfound p {
    font-size: 15px;
    padding-bottom: 35px;
  }
  .error404 .notfound a {
    padding: 5px 15px;
    font-size: 12px;
  }
}

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-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  vertical-align: baseline;
  line-height: 1;
  color: #333;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

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

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;
}

body {
  font-size: 1.5em;
  line-height: 2em;
  letter-spacing: 0.1rem;
  font-weight: 400;
  font-style: normal;
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  line-height: 1;
  -webkit-appearance: none;
  background-color: #f4f4f4;
}

.en_font {
  font-family: "Gotham Book", sans-serif;
}

.font-min {
  font-family: "Noto Serif JP", serif;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  cursor: pointer;
}

.flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: no-wrap;
}

@media (max-width: 767px) {
  .flex_box {
    flex-wrap: wrap;
  }
}
img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  br.none {
    display: none;
  }
}
.br767 {
  display: none;
}

@media (max-width: 767px) {
  .br767 {
    display: block;
  }
}
.br500 {
  display: none;
}

@media (max-width: 500px) {
  .br500 {
    display: block;
  }
}
.br992 {
  display: none;
}

@media (max-width: 992px) {
  .br992 {
    display: block;
  }
}
/*******************************
animation
******************************/
.mv_base {
  opacity: 0;
  transition: 2s;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 30px);
}
.mv_base.mv p {
  padding-top: 4em;
}

.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.imgup {
  opacity: 0;
  transition-delay: 0.6s;
  transition-duration: 2s;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 30px);
}

.imgup.none {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.is-banner {
  position: relative;
}

.is-banner.none:after {
  width: 0;
}

.is-banner:after {
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  content: "";
  background-color: #fff;
  height: 100%;
}

.is-clip {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
}

.is-clip.none {
  opacity: 1;
  -webkit-clip-path: inset(0 0% 0 0);
  clip-path: inset(0 0% 0 0);
}

.is-show {
  transform-origin: center top;
  transform: scale(1.2);
  will-change: transform;
  transition-property: transform;
  transition-duration: 1.6s;
  transition-timing-function: cubic-bezier(0.3, 0.1, 0.1, 1);
}

.is-show.none {
  transform: none;
}

.is-right {
  transform: translateX(-20px);
  transition: 2s;
  opacity: 0;
}

.is-right.none {
  transform: translateX(0px);
  opacity: 1;
}

.b-container {
  max-width: 1400px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .b-container {
    padding: 0 15px;
  }
}
.container {
  max-width: 1160px;
  max-width: 1230px;
  padding: 0 60px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}
.s-container {
  max-width: 1050px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .s-container {
    padding: 0 30px;
  }
}
.m-container {
  max-width: 1110px;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .m-container {
    padding: 0 15px;
  }
}
article.bg-w {
  opacity: 0;
  transition: 1s;
}

article {
  opacity: 1;
  transition: 1s;
  padding-top: 200px;
  overflow: hidden;
}

@media (max-width: 992px) {
  article {
    padding-top: 135px;
  }
}
@media (max-width: 767px) {
  article {
    padding-top: 110px;
  }
}
.home article {
  padding-top: 0px;
}

.sub .main_copy,
.sub header,
.sub article {
  opacity: 0;
}

.sub.set .main_copy,
.sub.set header,
.sub.set article {
  opacity: 1;
}

.sub .pege-bg {
  opacity: 1;
  width: 0%;
  height: 100%;
  background-color: #eee;
  transition: 0.5s;
  position: fixed;
  z-index: 2000;
  bottom: 0;
}

.sub.active .pege-bg {
  opacity: 1;
  width: 100%;
  transition: 0.4s;
}

.sub.up .pege-bg {
  opacity: 1;
  top: 0%;
  right: 0;
  bottom: auto;
  width: 0%;
  transition: 0.5s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ------------------------------
   Contact Form Wrapper
------------------------------ */
.contact_lead {
  margin: 5em auto 2.5em;
  max-width: 640px;
  padding: 30px 20px;
}
.contact_lead .lead_txt {
  line-height: 2;
}

.contact_form_section {
  margin-bottom: 5em;
}

.contact-form {
  max-width: 640px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  font-size: 16px;
}

/* Labels */
.contact-form label {
  font-weight: 600;
  display: block;
  margin-bottom: 0.5em;
  color: #1a3705;
  line-height: 1.75;
}

/* Inputs / Textarea */
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea,
.contact-form select {
  width: 100%;
  padding: 0.25em 0.75em;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-size: 15px;
}

.contact-form textarea {
  min-height: 150px;
}

/* Focus */
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  border-color: #1a3705;
  box-shadow: 0 0 0 3px rgba(26, 55, 5, 0.15);
  outline: none;
}

/* Submit button */
.contact-form input[type=submit] {
  background: #1a3705;
  color: #fff;
  padding: 14px 30px;
  border: 1px solid #1a3705;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.2s;
  width: 100%;
  transition: all linear 0.3s;
}

.contact-form input[type=submit]:hover {
  background: #fff;
  color: #1a3705;
}

/* Acceptance checkbox */
.contact-form .wpcf7-acceptance {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.contact-form .wpcf7-acceptance input {
  width: auto;
  margin-right: 10px;
}

/* Error message styling */
.wpcf7-not-valid-tip {
  color: #d40000;
  font-size: 14px;
  margin-top: 4px;
}

.wpcf7-response-output {
  margin-top: 20px;
  padding: 15px;
  border-radius: 6px;
  font-size: 15px;
}

/* Success */
.wpcf7-mail-sent-ok {
  border-color: #0c8a2b !important;
  background: #eafff0;
  color: #0c8a2b;
}

/* Failed */
.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  border-color: #d40000 !important;
  background: #ffecec;
  color: #b00000;
}

/* Spinner */
.wpcf7-spinner {
  margin-left: 10px;
}

.contact-form .wpcf7-acceptance {
  justify-content: center;
}

/* ------------------------------
   Responsive
------------------------------ */
@media screen and (max-width: 768px) {
  .contact-form {
    padding: 20px 15px;
    font-size: 15px;
  }
  .contact-form input,
  .contact-form textarea,
  .contact-form select {
    font-size: 15px;
    padding: 12px;
  }
  .contact-form input[type=submit] {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */