@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #211815;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #211815;
  text-decoration: none;
}
a:link,
a:visited {
  color: #211815;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.5s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.5s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background: #ffffff;
}
@media screen and (max-width: 1100px) {
  #header .inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 818px) {
  #header .inner {
    padding-left: 12px;
    padding-right: 45px;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 0 0 10px;
  height: 116px;
}
@media screen and (max-width: 1080px) {
  #header .header_item {
    height: 90px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item {
    padding: 0 0 0 0;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 58px;
    width: 100%;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item .logo {
  margin: auto;
  display: block;
  position: absolute;
  max-width: 130px;
}
@media screen and (max-width: 1100px) {
  #header .header_item .logo_item .logo {
    max-width: 100px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item .logo_item .logo {
    position: relative;
    max-width: 70px;
    margin: auto;
    margin-left: 0;
    z-index: 50;
  }
}
#header .header_item .logo_item .logo_sp {
  display: none;
  position: relative;
  z-index: 55;
}
#header .menu_logo {
  display: none;
}
@media screen and (max-width: 818px) {
  #header .menu_logo {
    display: block;
    position: absolute;
    max-width: 220px;
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
    left: 25px;
    top: 16px;
  }
}
#header .line {
  display: block;
  margin-left: 20px;
  max-width: 137px;
}
@media screen and (max-width: 1100px) {
  #header .line {
    max-width: 100px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 818px) {
  #header .line {
    max-width: 100px;
  }
}
#header .menu_item {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
  margin: auto;
  margin-right: 0;
}
#header .menu_item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5rem;
  top: 50%;
  left: 0;
  z-index: -1;
  border-radius: 2.5rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item .pc_submenu {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item .pc_submenu {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item .pc_submenu {
    display: none;
  }
}
#header .menu_item .navli {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli {
    display: none !important;
  }
}
#header .menu_item .navli .sub_menu a::before {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli {
    height: auto !important;
  }
  #header .menu_item .navli .menu_te span {
    display: none !important;
  }
}
#header .menu_item #menu_list {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    position: relative;
    display: none;
    height: 100vh;
    width: 100%;
    padding: 87px 24px 30px 24px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: scroll;
    text-align: center;
    background: #EBEDE6;
  }
}
#header .menu_item #menu_list .main_menu {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 30px;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu {
    display: block;
  }
}
#header .menu_item #menu_list .main_menu li {
  position: relative;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li {
    display: block;
  }
}
#header .menu_item #menu_list .main_menu li a {
  display: block;
  color: #555C51;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.285;
  transition: 0.3s ease-in-out;
  padding-left: 14px;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 13px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 920px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 12px;
    padding-left: 8px;
    letter-spacing: -0.05rem;
  }
}
#header .menu_item #menu_list .main_menu li a span {
  display: none;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li a span {
    display: inline-block;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li a {
    text-align: left;
    line-height: 1.01;
    padding-left: 0;
    font-size: 15px;
  }
}
#header .menu_item #menu_list .main_menu li + li {
  margin-left: 14px;
  height: 40px;
  border-left: 1px solid #555C51;
}
@media screen and (max-width: 1100px) {
  #header .menu_item #menu_list .main_menu li + li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 920px) {
  #header .menu_item #menu_list .main_menu li + li {
    margin-left: 8px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li + li {
    height: auto;
    border-left: none;
    margin-left: 0;
    margin-top: 30px;
  }
}
#header .menu_item #menu_list .main_menu .sub_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
  text-align: left;
  z-index: 55;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    top: 66px;
  }
}
@media screen and (max-width: 840px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    top: 67px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    position: relative;
    background: none;
    padding: 0;
    left: auto;
    top: auto;
    display: block;
    margin: auto;
  }
  #header .menu_item #menu_list .main_menu .sub_menu::after {
    display: none;
  }
}
#header .menu_item .show {
  display: block !important;
  transition: 0.3s ease-in-out;
}
#header .menu_item .hide {
  display: none !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 21px;
    height: 21px;
    position: fixed;
    right: 13px;
    top: 16px;
    z-index: 99999999999999999999;
  }
  #header #menuBtn span {
    display: block;
    background: #1C1B19;
    width: 18px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1px;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 20px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 10px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    background: #707070;
    width: 36px;
    left: -22px;
    transform: translateY(15px) rotate(-45deg);
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    width: 36px;
    background: #707070;
    left: -22px;
    transform: translateY(-5px) rotate(45deg);
    transition: 0.3s ease-in-out;
  }
}
.mv {
  margin-top: 116px;
  background: url(../img/mv_bg.jpg) no-repeat bottom / contain;
  background-size: cover;
}
@media screen and (max-width: 1080px) {
  .mv {
    margin-top: 90px;
  }
}
@media screen and (max-width: 818px) {
  .mv {
    background: url(../img/mv_bg_sp.jpg) no-repeat bottom / contain;
    background-size: cover;
    margin-top: 58px;
  }
}
.mv .inner {
  max-width: 1158px;
  padding-top: 37px;
  padding-bottom: 18px;
}
@media screen and (max-width: 818px) {
  .mv .inner {
    padding: 13px 0 87px 0;
  }
}
.mv .mv_subttl {
  position: relative;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 52px;
  width: 306px;
  padding-left: 19px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .mv .mv_subttl {
    width: 177px;
    font-size: 17px;
    line-height: 28px;
  }
}
.mv .mv_subttl span {
  position: relative;
  z-index: 10;
}
.mv .mv_subttl::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  z-index: 5;
  background: url(../img/mv_ttl_bg.png) no-repeat bottom / contain;
  background-size: 100% 100%;
}
.mv .mv_subttl::before {
  width: 100vw;
  height: 100%;
  position: absolute;
  content: "";
  right: 20px;
  top: 0;
  z-index: 2;
  background: #A9884B;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .mv .mv_subttl::before {
    display: none;
  }
}
.mv .ttl01 {
  max-width: 601px;
  margin-top: 10px;
}
@media screen and (max-width: 818px) {
  .mv .ttl01 {
    max-width: 78.5%;
    margin: auto;
    margin-top: 6px;
  }
}
.mv .ttl02 {
  max-width: 722px;
}
@media screen and (max-width: 818px) {
  .mv .ttl02 {
    max-width: 100%;
    margin: auto;
  }
}
.mv .ttl03 {
  max-width: 616px;
}
@media screen and (max-width: 818px) {
  .mv .ttl03 {
    max-width: 100%;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.worries {
  background: url(../img/worries_bg.png) no-repeat bottom / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .worries {
    background: url(../img/worries_bg_sp.png) no-repeat bottom / contain;
    background-size: cover;
  }
}
.worries .inner {
  padding-top: 40px;
  padding-bottom: 130px;
}
@media screen and (max-width: 818px) {
  .worries .inner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .worries .inner {
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 80px;
  }
}
.worries .sub_ttl {
  width: fit-content;
  padding: 8px 28px 22px 28px;
  background: url(../img/worries_subttl_bg.png) no-repeat bottom / contain;
  background-size: 100% 100%;
  font-size: 26px;
  font-weight: 600;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  color: #211815;
}
@media screen and (max-width: 1080px) {
  .worries .sub_ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 818px) {
  .worries .sub_ttl {
    font-size: 17px;
    line-height: 1.17;
    background: url(../img/worries_subttl_bg_sp.png) no-repeat bottom / contain;
    background-size: 100% 100%;
    padding: 5px 0 20px 0;
    width: 100%;
    max-width: 328px;
  }
}
.worries .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.01;
  color: #211815;
  margin-top: 15px;
}
@media screen and (max-width: 1080px) {
  .worries .ttl {
    font-size: 42px;
  }
}
@media screen and (max-width: 818px) {
  .worries .ttl {
    font-size: 36px;
    margin-top: 10px;
  }
}
.worries .ttl span {
  font-size: 63px;
  color: #344C0F;
}
@media screen and (max-width: 1080px) {
  .worries .ttl span {
    font-size: 53px;
  }
}
@media screen and (max-width: 818px) {
  .worries .ttl span {
    font-size: 42px;
  }
}
.worries ul {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  column-gap: 40px;
  margin-top: 22px;
}
@media screen and (max-width: 1080px) {
  .worries ul {
    column-gap: 20px;
  }
}
@media screen and (max-width: 818px) {
  .worries ul {
    margin: auto;
    max-width: 450px;
    margin-top: 15px;
    gap: 25px;
    column-gap: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.worries ul li {
  width: calc(33.3333% - 26.6666px);
}
@media screen and (max-width: 1080px) {
  .worries ul li {
    width: calc(33.3333% - 13.3333px);
  }
}
@media screen and (max-width: 818px) {
  .worries ul li {
    width: 50%;
  }
}
.worries ul li .list_ttl {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 400;
  margin-top: -4px;
}
@media screen and (max-width: 1080px) {
  .worries ul li .list_ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 818px) {
  .worries ul li .list_ttl {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.41;
  }
}
.about_item {
  position: relative;
}
.about_item::after {
  width: 100%;
  height: 1282px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/about_bg.jpg) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .about_item::after {
    background: url(../img/about_bg_sp.jpg) no-repeat bottom / contain;
    background-size: cover;
  }
}
.about_item .inner {
  padding-top: 20px;
  padding-bottom: 65px;
  margin-top: -107px;
}
@media screen and (max-width: 818px) {
  .about_item .inner {
    padding-right: 12px;
    margin-top: -70px;
    padding-bottom: 27px;
  }
}
.about_item .about_ttl {
  width: fit-content;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl {
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .about_item .about_ttl {
    height: 211px;
    width: 100%;
    margin-top: -20px;
  }
}
.about_item .about_ttl .img {
  max-width: 302px;
  margin-right: 10px;
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .img {
    margin-right: 0;
    max-width: 143px;
    position: absolute;
    left: -20px;
  }
}
.about_item .about_ttl .ttl_item {
  display: block;
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .ttl_item {
    margin-right: auto;
    margin-left: 102px;
  }
}
@media screen and (max-width: 767px) {
  .about_item .about_ttl .ttl_item {
    margin-right: 0;
    margin-left: auto;
  }
}
.about_item .about_ttl .ttl_item .sub {
  font-size: 57px;
  color: #AF756F;
  line-height: 1.01;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .about_item .about_ttl .ttl_item .sub {
    font-size: 40px;
  }
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .ttl_item .sub {
    font-size: 22px;
  }
}
.about_item .about_ttl .ttl_item .big {
  position: relative;
  font-size: 57px;
  color: #AF756F;
  line-height: 1.01;
  font-family: "Noto Serif JP", serif;
  margin: auto;
  font-weight: 600;
  text-align: center;
  font-size: 63px;
  padding-top: 30px;
  display: flex;
  align-items: end;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 980px) {
  .about_item .about_ttl .ttl_item .big {
    font-size: 40px;
  }
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .ttl_item .big {
    padding-top: 15px;
    font-size: 28px;
    padding-left: 18px;
    padding-right: 15px;
  }
}
.about_item .about_ttl .ttl_item .big::after {
  width: 31px;
  height: 63px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/about_icon02.png) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .ttl_item .big::after {
    width: 14px;
    height: 29px;
    bottom: -5px;
  }
}
.about_item .about_ttl .ttl_item .big::before {
  width: 31px;
  height: 63px;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/about_icon03.png) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .ttl_item .big::before {
    width: 14px;
    height: 29px;
    bottom: -5px;
  }
}
.about_item .about_ttl .ttl_item .big .keybig {
  position: relative;
}
.about_item .about_ttl .ttl_item .big .keybig::after {
  width: 199px;
  height: 17px;
  position: absolute;
  content: "";
  left: -6px;
  bottom: -12px;
  z-index: 1;
  background: url(../img/about_icon01.png) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .ttl_item .big .keybig::after {
    width: 92px;
    height: 8px;
    left: -3px;
    bottom: -9px;
  }
}
.about_item .about_ttl .ttl_item .big .keybig span {
  font-size: 85px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .about_item .about_ttl .ttl_item .big .keybig span {
    font-size: 65px;
  }
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .ttl_item .big .keybig span {
    font-size: 42px;
  }
}
.about_item .about_ttl .ttl_item .big .keybig span::after {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 100%;
  content: "";
  left: calc(50% - 5px);
  top: 7px;
  z-index: 1;
  background: #AF756F;
}
@media screen and (max-width: 818px) {
  .about_item .about_ttl .ttl_item .big .keybig span::after {
    width: 4.6px;
    height: 4.6px;
    top: 4px;
    left: calc(50% - 2.3px);
  }
}
.about_item .h2_ttl {
  margin-top: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .about_item .h2_ttl {
    padding-right: 8px;
    margin-top: 5px;
    margin-bottom: 25px;
  }
}
.about_item ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 60px;
  width: fit-content;
  justify-content: center;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .about_item ul {
    width: fit-content;
    column-gap: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .about_item ul {
    width: fit-content;
    column-gap: 20px;
  }
}
@media screen and (max-width: 818px) {
  .about_item ul {
    max-width: 350px;
  }
}
@media screen and (max-width: 818px) {
  .about_item ul {
    padding-right: 8px;
    gap: 19px;
    column-gap: 15px;
  }
}
.about_item ul li {
  width: calc(33.3333% - 40px);
  min-width: 320px;
}
@media screen and (max-width: 1120px) {
  .about_item ul li {
    min-width: 280px;
  }
}
@media screen and (max-width: 950px) {
  .about_item ul li {
    min-width: 260px;
  }
}
@media screen and (max-width: 818px) {
  .about_item ul li {
    min-width: calc(50% - 7.5px);
  }
}
.about_item ul li:nth-child(4),
.about_item ul li:nth-child(5) {
  margin-top: -34px;
}
@media screen and (max-width: 818px) {
  .about_item ul li:nth-child(4),
  .about_item ul li:nth-child(5) {
    margin-top: 0;
  }
}
.about_item ul li .list_box {
  padding: 40px 0;
  position: relative;
  min-height: 320px;
}
@media screen and (max-width: 1120px) {
  .about_item ul li .list_box {
    min-height: 280px;
  }
}
@media screen and (max-width: 950px) {
  .about_item ul li .list_box {
    min-height: 260px;
  }
}
@media screen and (max-width: 818px) {
  .about_item ul li .list_box {
    min-height: auto;
    padding: 19px 0;
  }
}
.about_item ul li .list_box::after {
  width: 320px;
  height: 320px;
  position: absolute;
  content: "";
  left: calc(50% - 160px);
  top: 50%;
  z-index: 1;
  border-radius: 100%;
  border: 1px solid #C1A06B;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1120px) {
  .about_item ul li .list_box::after {
    width: 280px;
    height: 280px;
    left: calc(50% - 140px);
  }
}
@media screen and (max-width: 950px) {
  .about_item ul li .list_box::after {
    width: 260px;
    height: 260px;
    left: calc(50% - 130px);
  }
}
@media screen and (max-width: 818px) {
  .about_item ul li .list_box::after {
    width: 167px;
    height: 167px;
    left: calc(50% - 83.5px);
  }
}
.about_item ul li .list_icon {
  max-width: 154px;
  margin: auto;
}
@media screen and (max-width: 1120px) {
  .about_item ul li .list_icon {
    max-width: 120px;
  }
}
@media screen and (max-width: 950px) {
  .about_item ul li .list_icon {
    max-width: 110px;
  }
}
@media screen and (max-width: 818px) {
  .about_item ul li .list_icon {
    max-width: 80px;
  }
}
.about_item ul li .list_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 89px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1120px) {
  .about_item ul li .list_txt {
    font-size: 18px;
    min-height: 79px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .about_item ul li .list_txt {
    font-size: 16px;
    min-height: 67px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 818px) {
  .about_item ul li .list_txt {
    font-size: 13px;
    font-weight: 500;
    min-height: 55px;
    line-height: 1.38;
    margin-top: 5px;
  }
}
.h2_ttl {
  text-align: center;
  margin: auto;
  font-size: 37px;
  font-weight: 600;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
  color: #344C0F;
  line-height: 1.1;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    line-height: 1.22;
    font-size: 22px;
  }
}
.h2_ttl span {
  width: fit-content;
  display: block;
  font-family: "Bodoni Moda", serif;
  color: #C1A06B;
  line-height: 1.01;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: 1px solid #C1A06B;
  padding-left: 12px;
  padding-right: 12px;
  margin: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .h2_ttl span {
    font-size: 18px;
    padding-bottom: 5px;
  }
}
.price_item {
  background: url(../img/price_bg.jpg) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .price_item {
    background: url(../img/price_bg_sp.jpg) no-repeat top / contain;
    background-size: cover;
  }
}
.price_item .inner {
  padding-top: 32px;
  padding-bottom: 52px;
  max-width: 840px;
}
@media screen and (max-width: 818px) {
  .price_item .inner {
    padding-top: 18px;
    padding-bottom: 30px;
  }
}
.price_item .p_txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 18px;
  font-weight: 400;
}
@media screen and (max-width: 818px) {
  .price_item .p_txt {
    font-size: 14px;
    margin-top: 12px;
  }
}
.price_item .price_item_b {
  background: #ffffff;
  border-radius: 55px 0 55px 0;
  padding-top: 12px;
  padding-bottom: 24px;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b {
    margin-top: 22px;
    padding-top: 14px;
    padding-bottom: 31px;
  }
}
.price_item .price_item_b .sub_ttl {
  padding-left: 35px;
  padding-right: 35px;
  font-size: 29px;
  font-weight: 600;
  text-align: center;
  width: fit-content;
  margin: auto;
  font-family: "Noto Serif JP", serif;
  background-image: linear-gradient(to right, #949494 2px, transparent 2px);
  background-size: 5px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b .sub_ttl {
    font-size: 25px;
  }
}
.price_item .price_item_b .sub_txt {
  font-size: 14px;
  line-height: 1.57;
  font-weight: 400;
  text-align: left;
  margin: auto;
  margin-top: 20px;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b .sub_txt {
    font-size: 12px;
  }
}
.price_item .price_item_b .price {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b .price {
    line-height: 1.25;
    margin-top: 5px;
  }
}
.price_item .price_item_b .price .f56 {
  font-size: 56px;
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b .price .f56 {
    font-size: 48px;
  }
}
.price_item .price_item_b .price .f43 {
  font-size: 43px;
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b .price .f43 {
    font-size: 33px;
  }
}
.price_item .price_item_b .price .f32 {
  font-size: 32px;
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b .price .f32 {
    font-size: 28px;
  }
}
.price_item .price_item_b .price .f17 {
  font-size: 17px;
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b .price .sp25 {
    font-size: 25px;
  }
}
@media screen and (max-width: 818px) {
  .price_item .price_item_b .price .sp13 {
    font-size: 13px;
  }
}
.line_item .inner {
  padding-top: 52px;
  padding-bottom: 97px;
}
@media screen and (max-width: 818px) {
  .line_item .inner {
    padding: 23px 10px 57px 10px;
  }
}
.line_item .line_btn {
  display: block;
  margin: auto;
  max-width: 718px;
}
@media screen and (max-width: 818px) {
  .line_item .line_btn {
    max-width: 100%;
  }
}
.line_item .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  line-height: 1.01;
  margin-bottom: 7px;
}
@media screen and (max-width: 818px) {
  .line_item .ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.floor_item {
  background: url(../img/floor_bg.jpg) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .floor_item {
    background: url(../img/floor_bg_sp.jpg) no-repeat top / contain;
    background-size: cover;
  }
}
.floor_item .inner {
  padding: 38px 0 90px 0;
  max-width: 100%;
}
@media screen and (max-width: 818px) {
  .floor_item .inner {
    padding: 28px 0 90px 0;
  }
}
.floor_item .floor_slide {
  position: relative;
  margin-top: 60px;
  margin-right: -25%;
  margin-left: -25%;
}
@media screen and (max-width: 818px) {
  .floor_item .floor_slide {
    margin-top: 22px;
    margin-right: 0;
    margin-left: 0;
  }
}
.floor_item .floor_slide .swiper-button-prev-floor {
  position: absolute;
  left: 24% !important;
  top: 35%;
  width: 25px;
  height: 63px;
  z-index: 50;
  cursor: pointer;
}
@media screen and (max-width: 818px) {
  .floor_item .floor_slide .swiper-button-prev-floor {
    width: 11px;
    height: 27px;
    left: 13px !important;
    top: 22%;
  }
}
.floor_item .floor_slide .swiper-button-next-floor {
  position: absolute;
  right: 24% !important;
  top: 30%;
  width: 25px;
  height: 63px;
  z-index: 50;
  cursor: pointer;
}
@media screen and (max-width: 818px) {
  .floor_item .floor_slide .swiper-button-next-floor {
    width: 11px;
    height: 27px;
    right: 13px !important;
    top: 22%;
  }
}
.floor_item .floor_box .img {
  width: 100%;
}
.floor_item .floor_box .ttl {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin-top: 17px;
  margin-bottom: 18px;
}
@media screen and (max-width: 818px) {
  .floor_item .floor_box .ttl {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 12px;
    line-height: 1.31;
  }
}
.floor_item .floor_box .txt {
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  line-height: 1.77;
}
@media screen and (max-width: 818px) {
  .floor_item .floor_box .txt {
    font-size: 16px;
    line-height: 1.31;
  }
}
.rental_item {
  background: url(../img/rental_bg.jpg) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .rental_item {
    background: url(../img/rental_bg_sp.jpg) no-repeat top / contain;
    background-size: cover;
  }
}
.rental_item .inner {
  padding-top: 41px;
  padding-bottom: 77px;
}
@media screen and (max-width: 818px) {
  .rental_item .inner {
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
.rental_item .ttl_txt {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .rental_item .ttl_txt {
    font-size: 14px;
    margin-top: 18px;
  }
}
.rental_item .slid_rental {
  margin-top: 32px;
}
.rental_item .rental_box .img {
  width: 100%;
}
.rental_item .rental_box .ttl {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
  margin-top: 9px;
}
@media screen and (max-width: 818px) {
  .rental_item .rental_box .ttl {
    font-size: 14px;
    margin-top: 6px;
    line-height: 1.31;
  }
}
.rental_item .re_txt {
  margin-top: 50px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .rental_item .re_txt {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 30px;
  }
}
.rental_item .re_txt .re_ttl {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .rental_item .re_txt .re_ttl {
    margin-bottom: 8px;
    font-size: 14px;
  }
}
.rental_item .re_txt p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.77;
}
@media screen and (max-width: 818px) {
  .rental_item .re_txt p {
    font-size: 12px;
    line-height: 1.75;
  }
}
.voice {
  background: #F6F1E9;
}
.voice .inner {
  padding-top: 50px;
  padding-bottom: 105px;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media screen and (max-width: 818px) {
  .voice .inner {
    padding: 24px 24px 32px 24px;
  }
}
.voice .slid_voice {
  position: relative;
  margin-top: 63px;
  margin-right: -25%;
  margin-left: -25%;
}
@media screen and (max-width: 818px) {
  .voice .slid_voice {
    margin-top: 28px;
    margin-right: 0;
    margin-left: 0;
  }
}
.voice .slid_voice .swiper-button-prev-voice {
  position: absolute;
  left: 32% !important;
  top: 42%;
  width: 25px;
  height: 63px;
  z-index: 50;
  cursor: pointer;
}
@media screen and (max-width: 818px) {
  .voice .slid_voice .swiper-button-prev-voice {
    width: 12px;
    height: 31px;
    left: -20px !important;
    top: 45%;
  }
}
.voice .slid_voice .swiper-button-next-voice {
  position: absolute;
  right: 32% !important;
  top: 42%;
  width: 25px;
  height: 63px;
  z-index: 50;
  cursor: pointer;
}
@media screen and (max-width: 818px) {
  .voice .slid_voice .swiper-button-next-voice {
    width: 12px;
    height: 31px;
    right: -20px !important;
    top: 45%;
  }
}
.voice .voice_box {
  border-radius: 65px 0 65px 0;
  padding: 42px 45px 30px 45px;
  background: #ffffff;
  outline: 1px solid #718257;
  outline-offset: -1px;
}
@media screen and (max-width: 1024px) {
  .voice .voice_box {
    border-radius: 30px 0 30px 0;
    padding: 27px 25px 28px 25px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_box {
    border-radius: 30px 0 30px 0;
    padding: 17px 15px 28px 15px;
  }
}
.voice .voice_box .ttl_item {
  display: flex;
}
@media screen and (max-width: 818px) {
  .voice .voice_box .ttl_item {
    display: block;
  }
}
.voice .voice_box .ttl_item .img {
  width: 180px;
}
@media screen and (max-width: 1024px) {
  .voice .voice_box .ttl_item .img {
    max-width: 130px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_box .ttl_item .img {
    width: 100%;
    max-width: 130px;
    margin: auto;
  }
}
.voice .voice_box .ttl_item .txt {
  width: calc(100% - 180px);
  padding-left: 25px;
}
@media screen and (max-width: 1024px) {
  .voice .voice_box .ttl_item .txt {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_box .ttl_item .txt {
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
.voice .voice_box .ttl_item .txt .big_ttl {
  padding-left: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #C1A06B;
  color: #C1A06B;
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .voice .voice_box .ttl_item .txt .big_ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_box .ttl_item .txt .big_ttl {
    font-size: 22px;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.voice .voice_box .ttl_item .txt p {
  padding-left: 10px;
  text-align: left;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 1024px) {
  .voice .voice_box .ttl_item .txt p {
    font-size: 18px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_box .ttl_item .txt p {
    font-size: 16px;
    padding-left: 0;
    text-align: center;
    line-height: 1.43;
  }
}
.voice .voice_box .sub_txt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  text-align: left;
  margin-top: 45px;
}
@media screen and (max-width: 1024px) {
  .voice .voice_box .sub_txt {
    margin-top: 25px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_box .sub_txt {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.57;
  }
}
.safety_item {
  background: url(../img/safety_bg.jpg) no-repeat top / contain;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .safety_item {
    background: url(../img/safety_bg_sp.jpg) no-repeat top / contain;
    background-size: cover;
  }
}
.safety_item .inner {
  padding-top: 50px;
  padding-bottom: 80px;
  max-width: 840px;
}
@media screen and (max-width: 818px) {
  .safety_item .inner {
    padding-top: 30px;
    padding-bottom: 35px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.safety_item .sub_ttl {
  width: fit-content;
  margin: auto;
  font-size: 37px;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1.01;
  margin-top: 45px;
}
@media screen and (max-width: 818px) {
  .safety_item .sub_ttl {
    margin-top: 30px;
    font-size: 22px;
  }
}
.safety_item .sub_ttl p {
  line-height: 1.01;
}
.safety_item .sub_ttl .pin {
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
  color: #AF756F;
}
@media screen and (max-width: 818px) {
  .safety_item .sub_ttl .pin {
    margin-top: 5px;
    line-height: 1.31;
    font-size: 22px;
  }
}
.safety_item .sub_ttl .img {
  max-width: 752px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 13px;
}
@media screen and (max-width: 818px) {
  .safety_item .sub_ttl .img {
    margin-bottom: 8px;
    margin-top: 2px;
    max-width: 298px;
  }
}
.safety_item .txt {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  line-height: 1.7;
  margin-top: 35px;
}
@media screen and (max-width: 818px) {
  .safety_item .txt {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.57;
  }
}
.safety_item .line_box {
  margin: auto;
  margin-top: 35px;
  background: #ffffff;
  border: 1px solid #718257;
  border-radius: 12px;
  box-shadow: 2px 2px 0px 0px #344C0F;
  padding: 25px 40px;
  padding-left: 38px;
  max-width: 600px;
}
@media screen and (max-width: 818px) {
  .safety_item .line_box {
    margin-top: 16px;
    border-radius: 6px;
    padding: 15px;
  }
}
.safety_item .line_box ul li {
  background-image: linear-gradient(to right, #949494 7px, transparent 7px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-left: 38px;
  padding-bottom: 8px;
  line-height: 1.01;
}
.safety_item .line_box ul li:last-child {
  padding-bottom: 0;
  background: none;
}
.safety_item .line_box ul li + li {
  margin-top: 13px;
}
@media screen and (max-width: 818px) {
  .safety_item .line_box ul li + li {
    margin-top: 7px;
  }
}
@media screen and (max-width: 818px) {
  .safety_item .line_box ul li {
    background-image: linear-gradient(to right, #949494 4px, transparent 4px);
    background-size: 7px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-left: 12px;
    padding-bottom: 7px;
  }
}
.safety_item .line_box ul li p {
  line-height: 1.4;
  position: relative;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  padding-left: 36px;
}
@media screen and (max-width: 818px) {
  .safety_item .line_box ul li p {
    padding-left: 22px;
    font-size: 16px;
  }
}
.safety_item .line_box ul li p::after {
  background: url(../img/safety_icon.png) no-repeat top / contain;
  background-size: 100% 100%;
  width: 24px;
  height: 22px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .safety_item .line_box ul li p::after {
    width: 15px;
    height: 14px;
  }
}
.safety_item .b_b_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 818px) {
  .safety_item .b_b_txt {
    font-size: 16px;
    margin-top: 16px;
    line-height: 1.68;
  }
}
.guide {
  background: #EBEDE7;
}
.guide .inner {
  padding-top: 37px;
  padding-bottom: 60px;
}
@media screen and (max-width: 818px) {
  .guide .inner {
    padding-top: 25px;
    padding-bottom: 40px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.guide ul {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .guide ul {
    margin-top: 30px;
  }
}
.guide ul::after {
  background: #718257;
  width: 1px;
  height: calc(100% - 90px);
  position: absolute;
  content: "";
  left: 130px;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .guide ul::after {
    display: none;
  }
}
.guide ul li {
  background: #ffffff;
  border-radius: 55px 0 55px 0;
  padding: 35px 90px 30px 90px;
  position: relative;
}
@media screen and (max-width: 818px) {
  .guide ul li {
    padding: 25px 11px;
    border-radius: 30px 0 30px 0;
  }
}
.guide ul li::before {
  background: #718257;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  content: "";
  left: 126px;
  top: 27px;
  z-index: 20;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .guide ul li::before {
    left: calc(50% - 3.5px);
    top: 11px;
  }
}
.guide ul li::after {
  background: #718257;
  width: 1px;
  height: calc(100% - 90px);
  position: absolute;
  content: "";
  left: 130px;
  bottom: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .guide ul li::after {
    left: 50%;
    height: 45px;
    bottom: -34px;
    z-index: 30;
  }
}
.guide ul li:first-child::before {
  display: none;
}
.guide ul li:last-child {
  z-index: 10;
}
.guide ul li:last-child::after {
  background: #718257;
  width: 1px;
  height: 28px;
  position: absolute;
  content: "";
  left: 130px;
  top: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .guide ul li:last-child::after {
    display: none;
  }
}
.guide ul li + li {
  margin-top: 34px;
}
@media screen and (max-width: 818px) {
  .guide ul li + li {
    margin-top: 23px;
  }
}
.guide ul li dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .guide ul li dl {
    display: block;
  }
}
.guide ul li dl dt {
  width: 116px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.01;
  color: #C1A06B;
  font-family: "Bodoni Moda", serif;
}
@media screen and (max-width: 818px) {
  .guide ul li dl dt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.guide ul li dl dt .list_ttl {
  display: none;
}
@media screen and (max-width: 818px) {
  .guide ul li dl dt .list_ttl {
    display: block;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.1;
    font-family: "Noto Serif JP", serif;
    color: #211815;
    text-align: left;
  }
}
.guide ul li dl dt span {
  background: #ffffff;
  position: relative;
  display: block;
  z-index: 5;
  line-height: 1.01;
  padding-top: 6px;
  padding-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .guide ul li dl dt span {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px;
    text-align: center;
  }
}
.guide ul li dl dd {
  width: calc(100% - 116px);
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 818px) {
  .guide ul li dl dd {
    width: 100%;
    display: block;
  }
}
.guide ul li dl dd .txt {
  width: calc(100% - 111px);
  text-align: left;
  padding-right: 20px;
}
@media screen and (max-width: 818px) {
  .guide ul li dl dd .txt {
    width: 100%;
    padding-right: 0;
  }
}
.guide ul li dl dd .txt .list_ttl {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .guide ul li dl dd .txt .list_ttl {
    display: none;
  }
}
.guide ul li dl dd .txt .list_txt {
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.7;
}
.guide ul li dl dd .txt .list_txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
@media screen and (max-width: 818px) {
  .guide ul li dl dd .txt .list_txt {
    font-size: 14px;
  }
}
.guide ul li dl dd .icon {
  width: 111px;
}
@media screen and (max-width: 818px) {
  .guide ul li dl dd .icon {
    margin-top: 14px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .guide ul li dl dd .icon img {
    margin: auto;
    max-width: 97px;
  }
}
.faq .inner {
  padding-top: 64px;
  padding-bottom: 113px;
}
.faq .faq_item {
  position: relative;
  z-index: 10;
  margin-top: 87px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item {
    margin-top: 52px;
  }
}
.faq .faq_item .list li:last-child .a_txt {
  margin-bottom: 0;
}
.faq .faq_item .list li .q_txt {
  position: relative;
  padding-right: 90px;
  padding-left: 90px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.41;
  min-height: 68px;
  align-items: center;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    padding-right: 45px;
    padding-left: 11px;
    min-height: 38px;
    padding-bottom: 8px;
    align-items: flex-start;
    border-bottom: 1px solid #949494;
  }
}
.faq .faq_item .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/add.png) no-repeat center / contain;
  width: 25px;
  height: 25px;
  right: 37px;
  top: 15px;
  transition: 0.3s;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt:after {
    width: 15px;
    height: 15px;
    right: 11px;
    top: 6px;
  }
}
.faq .faq_item .list li .q_txt p {
  width: calc(100% - 78px);
  text-align: left;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt p {
    width: calc(100% - 44px);
  }
}
.faq .faq_item .list li .q_txt span {
  font-size: 28px;
  text-align: left;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
  color: #208556;
  width: 78px;
  display: block;
  line-height: 1.01;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt span {
    line-height: 1.5;
    font-size: 20px;
    width: 44px;
  }
}
.faq .faq_item .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/mai.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 25px;
  height: 25px;
  right: 37px;
  transition: 0.3s;
  top: 15px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .faqactive:after {
    width: 15px;
    height: 15px;
    right: 11px;
    top: 6px;
  }
}
.faq .faq_item .list li .a_txt {
  display: none;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  padding-right: 90px;
  padding-left: 90px;
  text-align: left;
  line-height: 1.7;
  width: 100%;
  margin-bottom: 65px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt {
    font-size: 14px;
    margin-bottom: 48px;
    padding-right: 11px;
    padding-left: 11px;
    font-size: 11px;
    line-height: 1.57;
  }
}
.faq .faq_item .list li .a_txt .a_list {
  display: flex;
}
.faq .faq_item .list li .a_txt:after {
  display: none;
}
.faq .faq_item .list li .a_txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.faq .faq_item .list li .a_txt p {
  text-align: left;
  width: calc(100% - 78px);
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt p {
    width: calc(100% - 44px);
  }
}
.faq .faq_item .list li .a_txt span {
  font-size: 28px;
  text-align: left;
  font-weight: 400;
  font-family: "Bodoni Moda", serif;
  color: #C1A06B;
  display: block;
  width: 78px;
  line-height: 1.51;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt span {
    font-size: 20px;
    width: 44px;
  }
}
.access {
  background: #F6F1E9;
}
.access .inner {
  padding-top: 40px;
  padding-bottom: 65px;
}
@media screen and (max-width: 818px) {
  .access .inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.access .access_item {
  margin-top: 35px;
  background: #ffffff;
  border-radius: 80px 0 80px 0;
  padding: 55px 90px;
}
@media screen and (max-width: 1024px) {
  .access .access_item {
    border-radius: 40px 0 40px 0;
    padding: 45px 40px;
  }
}
@media screen and (max-width: 818px) {
  .access .access_item {
    margin-top: 20px;
    padding: 15px 15px 20px 15px;
    border-radius: 30px 0 30px 0;
  }
}
.access .access_item dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .access .access_item dl {
    flex-direction: column-reverse;
  }
}
.access .access_item dl dt {
  width: 55%;
  padding-right: 35px;
}
@media screen and (max-width: 818px) {
  .access .access_item dl dt {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
.access .access_item dl dt ul li {
  padding-left: 13px;
  text-align: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  background-image: linear-gradient(to right, #949494 5px, transparent 4px);
  background-size: 9px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 20px;
  padding-right: 10px;
  display: flex;
}
@media screen and (max-width: 818px) {
  .access .access_item dl dt ul li {
    padding-right: 3px;
    padding-bottom: 10px;
    padding-left: 6px;
    font-size: 14px;
    line-height: 1.57;
    background-image: linear-gradient(to right, #949494 4px, transparent 3px);
    background-size: 7px 1px;
  }
}
.access .access_item dl dt ul li + li {
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .access .access_item dl dt ul li + li {
    margin-top: 10px;
  }
}
.access .access_item dl dt ul li:last-child {
  padding-bottom: 0;
  background: none;
}
.access .access_item dl dt ul li span {
  width: 122px;
  position: relative;
  padding-left: 10px;
  display: block;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .access .access_item dl dt ul li span {
    width: 83px;
    padding-left: 6px;
  }
}
.access .access_item dl dt ul li span::after {
  background: #718257;
  width: 4px;
  height: 20px;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .access .access_item dl dt ul li span::after {
    width: 3px;
    height: 14px;
  }
}
.access .access_item dl dt ul li p {
  width: calc(100% - 122px);
  line-height: 1.6;
}
@media screen and (max-width: 920px) {
  .access .access_item dl dt ul li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 818px) {
  .access .access_item dl dt ul li p {
    width: calc(100% - 83px);
    letter-spacing: -0.02em;
  }
}
.access .access_item dl dd {
  width: 45%;
}
@media screen and (max-width: 818px) {
  .access .access_item dl dd {
    width: 100%;
    padding-right: 0;
  }
}
.access .access_item dl dd iframe {
  width: 100%;
  height: 324px;
}
@media screen and (max-width: 818px) {
  .access .access_item dl dd iframe {
    height: 257px;
  }
}
.footer {
  background: #EEEFEE;
}
.footer .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 27px;
    padding-bottom: 45px;
  }
}
.footer .footer_item {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 818px) {
  .footer .footer_item {
    display: block;
  }
}
.footer .footer_item .footer_logo {
  max-width: 210px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 818px) {
  .footer .footer_item .footer_logo {
    padding-left: 3px;
    max-width: 163px;
    padding-bottom: 0;
    margin-bottom: 27px;
  }
}
.footer .footer_item .line_link {
  margin-left: 16px;
  max-width: 213px;
  display: block;
}
@media screen and (max-width: 818px) {
  .footer .footer_item .line_link {
    margin-left: 0;
    max-width: 162px;
  }
}
.footer .link_list {
  margin-top: 18px;
}
@media screen and (max-width: 818px) {
  .footer .link_list {
    margin-top: 10px;
  }
}
.footer .link_list a {
  display: block;
  text-align: left;
  font-size: 18px;
  line-height: 2.05;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .footer .link_list a {
    font-size: 13px;
    line-height: 2.05;
  }
}
.footer .copy {
  text-align: center;
  font-size: 14px;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .footer .copy {
    font-size: 10px;
    margin-top: 25px;
  }
}
