@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

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

body {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

main {
  display: block;
}

html {
  font-size: 10px;
  margin-top: 0 !important;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

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

/*///////////////////////////////

bace

/////////////////////////////*/

/*///////////////////////////////

variable

/////////////////////////////*/

/*-----------------------------
ブレークポイント
-----------------------------*/

/*-----------------------------
color
-----------------------------*/

/*///////////////////////////////

mixin

/////////////////////////////*/

/*-----------------------------
font
-----------------------------*/

@font-face {
  font-family: "avenir";
  src: url("../font/avenir-next-medium.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "avenir bold";
  src: url("../font/avenir-next-bold.ttf") format("truetype");
  font-display: swap;
}

/*-----------------------------
bace
-----------------------------*/

html {
  scroll-behavior: smooth;
}

header,
main,
footer {
  font-weight: 400;
  color: #1e1e1e;
}

main {
  overflow: hidden;
}

p {
  line-height: 1.8;
  font-size: 2rem;
  font-weight: 500;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #595757;
}

a:hover {
  opacity: 0.7;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

.header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 4rem 0 0;
  background-color: #96d164;
}

.header-logo {
  position: relative;
  width: 25rem;
  margin-right: auto;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0 1rem 4rem;
  z-index: 1;
}

.header-logo a {
  display: block;
  position: relative;
  background: none;
}

.header-logo::after {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0;
  width: 55rem;
  height: 11rem;
  background-image: url(../images/logo_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.header_navList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 2rem;
  padding: 1rem 0;
  z-index: 1;
}

.header_navitem {
  margin-right: 2rem;
}

.header_navitem a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  text-align: center;
}

.header_navitem a .icon {
  width: 1.8rem;
  margin-right: 0.5rem;
}

.header_navitem.menu_item--contact a {
  border: 1px solid #f7931e;
  padding: 1rem 2.8rem;
  border-radius: 5rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  background-color: #f7931e;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 1.1;
}

.header_navitem.menu_item--contact a .icon {
  width: 2.5rem;
  margin-right: 0.8rem;
}

.header_navitem.menu_item--contact:hover a {
  opacity: 0.8;
}

.header_navitem.menu_item--contact .ja strong {
  font-size: 3rem;
}

.header-btn {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-btn span {
  display: block;
  width: 50%;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 auto;
}

.header-btn span:nth-of-type(1) {
  top: 2.5rem;
}

.header-btn span:nth-of-type(2) {
  top: 4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-btn span:nth-of-type(3) {
  bottom: 2.5rem;
}

.header-btn.active span {
  background: #fff;
}

.header-btn.active span:nth-of-type(1) {
  top: 22%;
  -webkit-transform: translateY(2rem) rotate(-45deg);
  transform: translateY(2rem) rotate(-45deg);
}

.header-btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
  animation: active-btn05-bar02 0.8s forwards;
}

.header-btn.active span:nth-of-type(3) {
  bottom: 24%;
  --webkit-transform: translateY(-2rem) rotate(45deg);
  -webkit-transform: translateY(-2rem) rotate(45deg);
  transform: translateY(-2rem) rotate(45deg);
}

.header_nav {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  background: #000;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.header_nav.active {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 0.8;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  visibility: visible;
}

.header-menu {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding-top: 100px;
}

.header-menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333;
}

.header-menu_item:first-of-type .header-menu_link p,
.header-menu_item:last-of-type .header-menu_link p {
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-left: 0.2rem;
  font-size: 1.3rem;
}

.header-menu_item:not(.border) {
  padding: 2.4rem 0;
}

.header-menu_item-btn {
  width: 48%;
  margin-top: 4rem;
}

.header-menu_item span {
  display: block;
}

.header-menu_item .en {
  font-size: 2.4rem;
}

.header-menu_item .ja {
  color: #65727a;
  font-size: 2rem;
}

.header-menu_link {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}

.header-menu_link p {
  margin-bottom: 10px;
}

.header-menu_link p span {
  font-size: 1.2rem;
  padding: 0.4rem 0.8rem;
  border: 2px solid #fff;
}

body.active {
  height: 100%;
  overflow: hidden;
}

.footer {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}

.footer .inner {
  margin: 15rem auto 0rem;
}

.footer .sec-ttl .en {
  color: #fff !important;
}

.footer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #dcffb4;
  background: -webkit-gradient(linear, left top, right top, from(rgb(220, 255, 180)), to(rgb(110, 200, 64)));
  background: -webkit-linear-gradient(left, rgb(220, 255, 180) 0%, rgb(110, 200, 64) 100%);
  background: linear-gradient(90deg, rgb(220, 255, 180) 0%, rgb(110, 200, 64) 100%);
  z-index: -1;
}

.footer_logo {
  width: 20rem;
}

.footer_wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.footer_wrap_left {
  width: 70%;
  color: #595757;
  margin-right: 6rem;
}

.footer_wrap_left p {
  margin-top: 3rem;
  font-weight: bold;
  font-size: 2.2rem;
}

.footer_wrap_right {
  width: 45%;
  color: #595757;
}

.footer_navlist {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_nav_item {
  width: calc(50% - 2rem);
}

.footer_nav_item.insta {
  width: 5rem;
  margin-left: 1.5rem !important;
}

.footer_nav_item a {
  display: block;
  color: #595757;
  font-size: 2.2rem;
  text-align: left;
}

.footer_sns_logo {
  width: 5rem;
  margin: 2rem auto 0;
}

.footer_copy {
  font-weight: bold;
  padding-bottom: 1.5rem;
  color: #595757;
  font-size: 1.6rem;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.inner.w-1200 {
  max-width: 1200px;
}

.inner.w-1100 {
  max-width: 1100px;
}

.inner.w-1080 {
  max-width: 1080px;
}

.inner.w-1080 {
  max-width: 990px;
}

.inner.w-900 {
  max-width: 900px;
}

.inner.w-600 {
  max-width: 600px;
}

.sec-ttl {
  text-align: center;
  line-height: 1.2;
  font-size: 5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #595757;
}

.sec-ttl span {
  display: block;
}

.ttl--l {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  color: #595757;
}

.txt--center {
  text-align: center;
}

.txt--center-sp {
  text-align: center;
}

.txt--left {
  text-align: left;
}

.txt--right {
  text-align: right;
}

.txt--b {
  font-weight: bold;
}

.txt--l {
  font-size: 2.2rem;
}

.txt18 {
  font-size: 1.8rem;
}

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

.more_btn {
  max-width: 30rem;
  width: 100%;
  margin: 8rem auto 0;
}

.more_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 2.8rem;
  border: 1px solid #f7931d;
  background-color: #f7931d;
  color: #fff;
  border-radius: 20rem;
  font-size: 2.4rem;
  font-weight: 500;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}

.more_btn a::after {
  content: "";
  position: absolute;
  right: 10%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2.5rem;
  height: 1.5rem;
  background-image: url(../images/common/more_arrow.png);
  background-size: 2.5rem;
  background-position: center;
}

.table_content_wrap02 {
  width: 100%;
  margin-top: 6rem;
  list-style: none;
}

.table_content_inner {
  list-style: none;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table_content_row {
  position: relative;
  border-bottom: solid 2px #d2d2d2;
}

.table_content_row::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background: #257fa4;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.table_content_row:last-child {
  border-bottom: none;
}

.table_content_row:last-child::after {
  content: none;
}

.table_h02 {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 2rem;
  line-height: 1.8;
}

.table_h02_b {
  color: #333;
  font-weight: 500;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  padding: 2rem;
  line-height: 2rem;
}

.table_d02 {
  color: #535353;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 2rem;
  line-height: 2rem;
}

.table_d02_b {
  color: #535353;
  font-weight: 400;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding: 2rem;
  line-height: 2;
}

.border {
  border: 1px solid #333;
}

.cmn__sec {
  position: relative;
}

#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 4rem 0;
}

#breadcrumb ul li {
  display: inline-block;
  color: #333;
  position: relative;
  font-size: 1.8rem;
  padding: 0 2px;
  text-transform: uppercase;
  line-height: 1.3;
}

#breadcrumb ul li a {
  color: #333;
  text-decoration: none;
}

#breadcrumb ul li + li {
  margin-left: 2.5rem;
}

#breadcrumb ul li + li::before {
  content: "＞";
  margin: 0 1rem;
  font-size: 1.2rem;
  position: absolute;
  top: 0.5rem;
  left: -2.8rem;
}

.fedein {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.accordion-item {
  color: #fff;
  margin-top: 8rem;
  counter-increment: home-service-number 1;
}

.index_accordion_title {
  cursor: pointer;
  padding: 3rem 0;
}

.index_accordion_title span {
  display: inline-block;
  padding: 0 2rem;
  font-size: 2.2rem;
}

.index_accordion_text {
  display: none;
  padding: 1rem 2rem 3rem;
}

.index_accordion_text span {
  position: relative;
  display: block;
  margin-top: 3rem;
  width: 12rem;
  margin-left: auto;
}

.index_accordion_text span::before {
  /* くの字の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0rem;
  /* ②棒が長くなった分、右へ7px移動 */
  width: 0.5rem;
  height: 0.5rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.index_accordion_text span::after {
  /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0rem;
  width: 1.5rem;
  /* ①棒の長さを15⇒20pxに変更 */
  height: 0.2rem;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.index_accordion_text span a {
  position: relative;
  color: #fff;
  display: inline-block;
  padding-right: 2.5rem;
}

.index_accordion_text span a::before {
  background: #fff;
  content: "";
  width: 100%;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.index_accordion_text span a:hover::before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.index_accordion_text span:hover::before {
  right: -2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
}

.index_accordion_text span:hover::after {
  right: -2rem;
  background: #fff;
}

/* タイトルの背景色 */

.accordion-item:nth-of-type(1) {
  border-top: rgba(255, 255, 255, 0.3) solid 1px;
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.accordion-item:nth-of-type(2) {
  border-top: 1rgba 255, 255, 255, 0.3 solid 1px;
  border-bottom: rgba(255, 255, 255, 0.3) solid 1px;
}

.accordion-item:nth-of-type(2) {
  margin-top: 0rem;
}

/* 矢印 */

.index_accordion_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_accordion_title::before {
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -webkit-transition-property: background, color;
  transition-property: background, color;
  content: counter(home-service-number, decimal-leading-zero);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5.5rem;
  height: 5.5rem;
  border: #fff solid 1px;
  border-radius: 50%;
  color: #fff;
  font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.index_accordion_title .fas {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.4);
}

.index_accordion_title.open:before {
  background: #fff;
  color: #009b70;
}

.color-blue {
  color: #257fa3;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #333;
}

.color-yellow {
  color: #987b00;
}

.back-green {
  background-color: #257fa3;
}

.back-gray {
  background-color: #f8f8f8;
}

.back-black {
  background-color: #000;
}

.line-green {
  position: relative;
  border-bottom: solid 2px #d2d2d2;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
}

.line-green::after {
  content: "";
  display: block;
  width: 18%;
  height: 2px;
  background: #257fa3;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.index_main {
  position: relative;
  margin-top: 11rem;
  background-color: #d1f9a8;
  padding-top: 3rem;
  padding-bottom: 5rem;
  z-index: 1;
}

.index_main_wrap {
  width: 90%;
  padding: 24% 0;
  position: relative;
  background-image: url(../images/main_img_bg1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.index_main_reservation {
  background-color: #f7931d;
  border-radius: 1rem 0 0 1rem;
  position: fixed;
  top: 35rem;
  right: 0rem;
  z-index: 101;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
}

.index_main_reservation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22rem;
  padding: 0 0.8rem;
  color: #fff;
}

.index_main_inner {
  position: absolute;
  bottom: -20%;
  z-index: 1;
}

.index_main_inner img {
  width: 90%;
  margin: 0 auto;
}

.index_main::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 0;
  width: 100%;
  height: 22rem;
  background: url(../images/wave.png) repeat-x;
  background-size: cover;
}

.index_main_copy {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 6rem 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.index_main_copy h1 {
  font-size: 6rem;
  line-height: 1.2;
  letter-spacing: 0.8rem;
}

.index_main_copy .sub {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 2rem;
  display: block;
}

.index_main_copy p {
  font-size: 2.0rem;
}

.index_about {
  padding: 10rem 0 6rem;
  background-position: center;
  background-size: cover;
  margin: 16rem 0 0;
  background: #dcffb4;
  background: -webkit-gradient(linear, left top, right top, from(rgb(220, 255, 180)), to(rgb(150, 216, 100)));
  background: -webkit-linear-gradient(left, rgb(220, 255, 180) 0%, rgb(150, 216, 100) 100%);
  background: linear-gradient(90deg, rgb(220, 255, 180) 0%, rgb(150, 216, 100) 100%);
}

.index_about_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_about_txt_wrap {
  width: 100%;
  max-width: 80rem;
  position: absolute;
  left: 0;
  z-index: 1;
  padding: 6rem 8rem 6rem 10rem;
}

.index_about_txt_wrap::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 0rem 5rem 5rem 0rem;
}

.index_about_txt_wrap p {
  font-size: 1.8rem;
}

.index_about_ttl {
  font-size: 5rem;
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #595757;
}

.index_about_ttl .sub {
  display: block;
  font-size: 3rem;
}

.index_about_img {
  width: 110rem;
}

.index_about::after {
  content: "";
  position: absolute;
  top: 22rem;
  width: 100%;
  height: 100%;
  background-image: url(../images/about_bg.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.index_service {
  position: relative;
  margin-top: 18rem;
  z-index: 1;
}

.index_service .inner {
  position: relative;
}

.index_service .inner::before {
  content: "";
  position: absolute;
  top: -5rem;
  right: 0;
  width: 25rem;
  height: 25rem;
  background-image: url(../images/service_bg.png);
  background-position: bottom;
  background-size: 25rem;
  background-repeat: no-repeat;
}

.index_service_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.index_service_list li {
  position: relative;
  width: calc(50% - 3.5rem);
  z-index: 1;
  background-color: #fff;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 15rem;
  border-radius: 1rem;
  z-index: 1;
}

.index_service_list li .number {
  width: 20rem;
  display: block;
  position: absolute;
  top: -12rem;
  z-index: -1;
}

.index_service_list li:first-child .number {
  width: 16rem;
  top: -11rem;
}

.index_service_list li + li {
  margin-left: 5rem;
}

.index_service_txt {
  margin-top: 4rem;
  color: #595757;
}

.index_service_txt h3 {
  font-size: 3.3rem;
}

.index_service_txt p {
  font-size: 1.8rem;
}

.index_region {
  padding: 4rem 0 14rem;
  position: relative;
  background-image: url(../images/region_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 8rem;
  color: #595757;
}

.index_region::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 100%;
  height: 22rem;
  background: url(../images/wave.png) repeat-x;
  background-size: cover;
}

.index_region .inner h2 {
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.index_region .inner p.region-list {
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 2.4rem;
}

.index_region .inner .region-text {
  width: 55%;
}

.index_region .inner .region-text ul {
  list-style: none;
  padding: 0;
  line-height: 1.7;
}

.index_region .inner .region-text ul li {
  font-size: 2.2rem;
  font-weight: bold;
}

.index_region .inner .region-map {
  width: 40%;
}

.index_region .inner .region-map img {
  width: 100%;
  height: auto;
  display: block;
}

.index_region .region_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem auto 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_flow {
  margin: 0 auto;
  padding: 6rem 2rem;
  color: #595757;
}

.index_flow h2 {
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
  color: #595757;
}

.index_flow .flow-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 90%;
}

.index_flow .flow-list li {
  margin-bottom: 3.5rem;
  color: #595757;
}

.index_flow .flow-list li h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #595757;
}

.index_flow .flow-list li p {
  margin: 0;
  margin-left: 2.4rem;
  line-height: 1.7;
  font-weight: bold;
}

.index_flow .more_btn {
  max-width: 38rem;
}

.index_staff {
  padding: 10rem 0 6rem;
  background-position: center;
  background-size: cover;
  margin: 6rem 0;
  background: #dcffb4;
  background: -webkit-gradient(linear, left top, right top, from(rgb(220, 255, 180)), to(rgb(150, 216, 100)));
  background: -webkit-linear-gradient(left, rgb(220, 255, 180) 0%, rgb(150, 216, 100) 100%);
  background: linear-gradient(90deg, rgb(220, 255, 180) 0%, rgb(150, 216, 100) 100%);
  color: #595757;
}

.index_staff_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_staff_txt_wrap {
  width: 100%;
  max-width: 80rem;
  position: absolute;
  left: 0;
  z-index: 1;
  padding: 6rem 8rem 6rem 10rem;
}

.index_staff_txt_wrap::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 0rem 5rem 5rem 0rem;
}

.index_staff_txt_wrap p {
  font-size: 2.4rem;
}

.index_staff_ttl {
  font-size: 5rem;
  margin-top: 2rem;
  font-weight: bold;
  line-height: 1.5;
  color: #595757;
}

.index_staff_ttl .sub {
  display: block;
  font-size: 3rem;
}

.index_staff_img {
  width: 110rem;
}

.index_staff::after {
  content: "";
  position: absolute;
  top: 22rem;
  width: 100%;
  height: 100%;
  background-image: url(../images/about_bg.png);
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}

.index_news {
  padding: 6rem 0 8rem;
}

.index_news .inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.index_news .inner .sec-ttl {
  text-align: left;
}

.index_news .inner .more_btn {
  margin-left: 0;
}

.index_news_ttlwrap {
  width: 30%;
}

.index_news_Listwrap {
  width: 65%;
}

.index_news_img {
  width: 12%;
}

.index_news_txtBox {
  width: 100%;
}

.index_news_category {
  font-weight: bold;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  margin: 0rem 0 1rem;
  font-weight: bold;
}

.index_news_category .category {
  margin-right: 3rem;
  background-color: #eaf7fe;
  color: #0080d9;
  border-radius: 2rem;
  padding: 0rem 2rem;
}

.index_news_category .time {
  color: #595757;
}

.index_news_list {
  border-bottom: 0.5rem dotted #595757;
  padding: 3rem 3rem 3rem 0rem;
  list-style: none;
  font-weight: bold;
}

.index_news_list a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.index_news_list_time {
  width: 15%;
  text-align: center;
}

.index_news_list .cont p {
  font-size: 2.2rem;
  font-weight: bold;
}

.index_news_arrow {
  width: 6rem;
}

.index_infomation {
  padding: 6rem 0 8rem;
}

.index_infomation_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index_infomation_list li {
  width: 45%;
}

.index_infomation_list li + li {
  margin-left: 3rem;
}

.index_infomation_txtBox h3 {
  font-size: 3.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #595757;
  margin-top: 1.5rem;
}

.index_infomation_txtBox .more_btn {
  margin: 3rem auto 0;
}

.index_contact {
  padding: 8rem 0;
  background-image: url(../images/contact_bg.png);
  background-position: center;
  background-size: cover;
  border-radius: 5rem;
}

.index_contact_list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index_contact_list li {
  width: 45%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3rem;
  padding: 6rem 7rem;
}

.index_contact_list li + li {
  margin-left: 3rem;
}

.index_contact_list li h3 {
  font-size: 3.3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  color: #595757;
}

.index_contact_list li h3 .number {
  font-size: 4rem;
}

.index_contact_list li p {
  padding-top: 6rem;
  font-weight: bold;
  font-size: 2rem;
}

.index_contact_list li .more_btn a {
  border-radius: 3rem;
  font-weight: 900;
  font-family: "Zen Maru Gothic", sans-serif;
}

.detail_mv {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20rem 0;
  margin-top: 10rem;
  position: relative;
  z-index: 10;
}

.detail_mv#about {
  background-image: url(../images/about_mv.jpg);
}

.detail-ttl {
  font-weight: bolder;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4rem 10rem;
}

.detail-ttl span {
  display: block;
}

.detail-ttl .ja {
  font-size: 5rem;
}

.about {
  background-color: #e4f7d2;
}

.about_desc {
  padding: 15rem 0 10rem;
  z-index: 1;
}

.about_desc::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: -60rem;
  width: 165rem;
  height: 100rem;
  background-color: white;
  border-radius: 50% 0% 80% 50%;
  z-index: -1;
}

.about_desc_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_desc_txtBox {
  width: 60%;
}

.about_desc_txtBox p {
  margin-top: 3rem;
}

.about_desc_img {
  width: 35%;
}

.about_table_sec {
  padding: 10rem 0 5rem;
}

.about_table_wrap {
  margin: 8rem 0;
  padding: 6rem 6rem;
  background-color: #fff;
  border-radius: 5rem;
}

.about_table_wrap table {
  width: 100%;
}

.about_table_wrap table tr {
  display: block;
  padding: 2.5rem 0;
}

.about_table_wrap table th,
.about_table_wrap table td {
  display: block;
  text-align: left;
}

.about_table_wrap table th {
  font-size: 2.6rem;
  font-weight: 900;
  padding-right: 1rem;
  position: relative;
  margin-right: 1rem;
}

.about_table_wrap table th::after {
  border-top: 0.5rem dotted #333;
  content: "";
  width: 85%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.about_table_wrap table td {
  font-size: 2.2rem;
  padding-top: 1.5rem;
}

.about_staff_sec {
  z-index: 1;
  padding: 8rem 0;
}

.about_staff_sec::before {
  content: "";
  position: absolute;
  bottom: 30rem;
  left: -31rem;
  width: 70rem;
  height: 70rem;
  background-color: white;
  border-radius: 0 50% 50% 50%;
  z-index: -1;
}

.about_staff_sec::after {
  content: "";
  position: absolute;
  bottom: -18rem;
  right: -23rem;
  width: 40rem;
  height: 40rem;
  background-color: white;
  border-radius: 50%;
  z-index: -1;
}

.about_staff_img {
  padding-top: 6rem;
}

.about_staff_txtBox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 4rem;
}

.about_staff_txtBox h3 {
  width: 30%;
}

.about_staff_txtBox p {
  width: 65%;
}

.about_message {
  padding: 15rem 0 10rem;
  z-index: 1;
}

.about_message_inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about_message h3 {
  margin-top: 1.5rem;
  font-size: 2.8rem;
}

.about_message h3 span {
  font-size: 2.2rem;
  display: block;
}

.about_message_imgBox {
  width: 38%;
}

.about_message_txtBox {
  width: 58%;
}

.question {
  z-index: 1;
  background-color: #a6e47b;
}

.accordion_sec {
  padding: 10rem 0;
}

.accordion_container {
  margin: 8rem 0 5rem;
  padding: 6rem;
  background-color: #fff;
  border-radius: 5rem;
}

.accordion_list {
  margin-top: 4rem;
  line-height: 1.5;
}

.accordion_title {
  position: relative;
  padding: 1.5rem 5rem 1.5rem 5rem;
  background-color: #fff;
  cursor: pointer;
  font-size: 2.4rem;
}

.accordion_title::before {
  position: absolute;
  content: "Q";
  top: 15%;
  left: 0;
  font-size: 3rem;
}

.accordion_text {
  position: relative;
  padding: 1.5rem 5rem 4rem 5rem;
  font-size: 2.4rem;
}

.accordion_text::before {
  position: absolute;
  content: "A";
  left: 0;
  color: #e7211a;
  font-size: 3rem;
  top: 1rem;
}


.sp-none {
  display: none;
}



.contact_sec .contect_sec-fotmWrap {
  padding: 8rem 0 6rem;
}

.contact_sec .contect_sec-fotmWrap table {
  width: 100%;
}

.contact_sec table th,
.contact_sec table td {
  padding: 1.6rem;
  font-size: 2rem;
  vertical-align: middle;
  border-bottom: solid 1px #eee;
}

.contact_sec .contect_sec-fotmWrap th {
  font-weight: 300;
  white-space: nowrap;
  text-align: left;
  letter-spacing: 1.5px;
  width: 34%;
}

.contact_sec .contect_sec-fotmWrap td {
  padding: 16px;
}

.contact_sec .help_text {
  color: rgb(136, 136, 136);
  font-weight: 300;
  letter-spacing: 1.5px;
  line-height: 1.5;
}

.requiredIcon {
  background-color: #e90606;
  color: #fff;
  margin: 0 0 0 1em;
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}

.any {
  background-color: #504a4a;
  color: #fff;
  margin: 0 0 0 1em;
  padding: 2px 5px;
  border-radius: 3px;
  float: right;
}

.contact_sec table input[type="text"],
.contact_sec table input[type="email"],
.contact_sec table input[type="tel"],
.contact_sec table input[type="date"],
.contact_sec table input[type="password"],
.contact_sec select,
.contact_sec textarea {
  margin: 0;
  padding: 2.5rem 1.5rem;
  border: 1px solid #ccc;
  font: inherit;
  font-size: 2rem;
}

.contact_sec table input[type="text"],
.contact_sec table input[type="email"],
.contact_sec table input[type="tel"],
.contact_sec table input[type="date"],
.contact_sec table input[type="password"],
.contact_sec table textarea {
  width: 100%;
  border-radius: 3px;
  vertical-align: bottom;
}

input[type="radio"i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

#formy_btn {
  position: relative;
  /* display: flex;
  flex-direction: column-reverse;
  align-items: center; */
  padding-top: 5rem;
  text-align: center;
  /* order: 2; */
}

#formy_btn input {
  width: 40rem;
  border: .1rem solid #f7931e;
  cursor: pointer;
  color: #fff !important;
  padding: 20px 32px;
  margin-bottom: 24px;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.1em;
  transition: all 0.4s ease;
 background: #f7931e;
  -webkit-box-shadow: 0px 3px 14px 1px #949494;
  box-shadow: 0px 3px 14px 1px #949494;
  color: transparent;
  font-size: 2rem;
  border-radius: 1.5rem;
  font-weight: bold;
}

@media (min-width: 769px) {
  .color-white-pc {
    color: #fff;
  }

  .pc-none {
    display: none;
  }

  .sp-none {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.33333vw;
  }
}

@media (max-width: 768px) {
  p {
    font-size: 2.2rem;
  }

  .header-logo::after {
    top: 0;
    height: 100%;
  }

  .header-btn {
    margin-left: 2rem;
  }

  .footer {
    padding: 10rem 0 2rem;
  }

  .footer .inner {
    margin: 0rem auto;
  }

  .footer::before {
    height: 90%;
  }

  .footer_logo {
    width: 25rem;
    margin: 5rem auto 3rem;
  }

  .footer_wrap {
    display: block;
    padding-bottom: 6rem;
  }

  .footer_wrap_left {
    width: 100%;
  }

  .footer_wrap_left p {
    text-align: center;
    margin: 3rem 0 4rem;
  }

  .footer_wrap_right {
    width: 100%;
  }

  .footer_navlist {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer_nav_item {
    margin: 2rem 0;
  }

  .footer_nav_item a {
    font-size: 2rem;
  }

  .footer_copy {
    padding-bottom: 0;
  }

  .sec-ttl {
    font-size: 4rem;
  }

  .ttl--l {
    font-size: 6rem;
  }

  .txt--center-sp {
    text-align: left;
  }

  .txt--l {
    font-size: 2.4rem;
  }

  .more_btn {
    max-width: 35rem;
    margin: 5rem auto 0;
  }

  .more_btn a {
    padding: 1.5rem 3rem;
  }

  .index_accordion_text {
    padding: 1rem 2rem 3rem 8rem;
    font-size: 1.8rem;
  }

  .index_accordion_title .fas {
    font-size: 3rem;
  }

  .color-white-pc {
    color: #000;
  }

  .index_main {
    padding: 0;
    padding-bottom: 3rem;
    margin-top: 6rem;
  }

  .index_main_wrap {
    width: 95%;
    height: 100rem;
    padding: 0;
  }

  .index_main_reservation {
    top: 20rem;
  }

  .index_main_inner {
    bottom: 0;
  }

  .index_main::after {
    bottom: 0rem;
    height: 18rem;
  }

  .index_main_copy {
    width: 85%;
    margin: 0 auto;
  }

  .index_main_copy h1 {
    font-size: 5rem;
  }

  .index_main_copy .sub {
    font-size: 3.5rem;
  }

  .index_main_copy p {
    font-size: 2.6rem;
  }

  .index_about {
    margin: 4rem 0 0;
  }

  .index_about_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .index_about_txt_wrap {
    max-width: 100%;
    width: 90%;
    position: unset;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4rem 6rem;
    margin: -12rem 8rem 0 0;
  }

  .index_about_txt_wrap::after {
    content: none;
  }

  .index_about_ttl .sub {
    font-size: 2.5rem;
    margin-top: 2rem;
  }

  .index_about_ttl {
    margin-top: 0;
    font-size: 4rem;
  }

  .index_about_img {
    width: 95%;
    margin-left: 5rem;
  }

  .index_about::after {
    top: 14rem;
  }

  .index_service {
    margin-top: 10rem;
    padding: 8rem 0 5rem;
  }

  .index_service .inner::before {
    top: 6rem;
    width: 20rem;
    height: 20rem;
    background-size: 20rem;
  }

  .index_service_list {
    display: block;
  }

  .index_service_list li .number {
    width: 18rem;
    top: -10rem;
  }

  .index_service_list li:first-child .number {
    width: 15rem;
  }

  .index_service_list li {
    width: 90%;
    margin: 20rem auto 15rem;
  }

  .index_service_list li + li {
    margin: 6rem auto;
  }

  .index_service_txt h3 {
    font-size: 3rem;
  }

  .index_service_txt p {
    font-size: 2.2rem;
  }

  .index_region {
    margin-top: 4rem;
    padding: 8rem 0 14rem;
  }

  .index_region::after {
    bottom: -6rem;
  }

  .index_region .inner h2 {
    font-size: 3.5rem;
  }

  .index_region .inner .region-text ul li {
    font-size: 2rem;
  }

  .index_flow h2 {
    font-size: 4rem;
    margin-bottom: 4rem;
  }

  .index_flow .flow-list li h3 {
    margin-bottom: 2rem;
  }

  .index_staff {
    margin: 10rem 0 0;
  }

  .index_staff_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }

  .index_staff_txt_wrap {
    max-width: 100%;
    width: 90%;
    position: unset;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4rem 6rem;
    margin: -12rem 8rem 0 0;
  }

  .index_staff_txt_wrap::after {
    content: none;
  }

  .index_staff_ttl .sub {
    font-size: 2.5rem;
    margin-top: 2rem;
  }

  .index_staff_ttl {
    margin-top: 0;
    font-size: 4rem;
  }

  .index_staff_img {
    width: 95%;
    margin-left: 5rem;
  }

  .index_staff::after {
    top: 14rem;
  }

  .index_news {
    padding: 10rem 0;
  }

  .index_news .inner {
    display: block;
  }

  .index_news .inner .sec-ttl {
    text-align: center;
  }

  .index_news .inner .more_btn {
    margin: 10rem auto 0;
  }

  .index_news_ttlwrap {
    width: 100%;
  }

  .index_news_Listwrap {
    width: 100%;
  }

  .index_news_img {
    width: 15%;
  }

  .index_news_txtBox {
    width: 65%;
  }

  .index_news_list_time {
    width: 20%;
  }

  .index_news_arrow {
    width: 5rem;
  }

  .index_infomation {
    padding: 6rem 0 11rem;
  }

  .index_contact_list {
    display: block;
  }

  .index_contact_list li {
    width: 100%;
  }

  .index_contact_list li + li {
    margin-left: 0;
    margin-top: 4rem;
  }
}