@charset "UTF-8";
/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
  color: #000;
  background: #fff;
  font-family: "Shippori Mincho", serif, "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 1.58rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  font-weight: 400;
  position: relative;
  letter-spacing: 0.08em;
}

a {
  color: rgb(119.9109589041, 145.5890410959, 121.0273972603);
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

#wrapper {
  overflow: hidden;
}

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

.en {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}

.bold {
  font-weight: 600;
}

h2,
h3,
h4 {
  line-height: 1.4;
  font-weight: 600;
}

.mincho {
  font-family: "Shippori Mincho", serif, "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}

.bigger {
  font-size: 1.8rem;
}
@media all and (max-width: 639px) {
  .bigger {
    font-size: 1.25rem;
  }
}

.smaller {
  font-size: 0.88em;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes view-slideup {
  0% {
    opacity: 0;
    transform: translate(0, 35px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.animation {
  opacity: 0;
}

.slideup.on {
  opacity: 1;
  animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
  opacity: 1;
  animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.loader {
  align-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.5)), url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27828/bg-loader.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  perspective: 200px;
  z-index: 9999;
}
.loader .loader-title {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-size: 3rem;
  letter-spacing: 0.25vw;
}
.loader .loader-title .letter {
  display: inline-block;
}
@media all and (max-width: 639px) {
  .loader .loader-title {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .loader img {
    max-width: 200px;
  }
}
.loader.off {
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotateY(0);
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0;
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* header
----------------------------------*/
@keyframes hd-scrolled {
  0% {
    opacity: 0;
    transform: translate(0, -100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
#l-header {
  position: relative;
  transition: all 0.4s ease-in;
}
#l-header.is-fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
}
#l-header.is-hide {
  transform: translateY(-100%);
}
#l-header .inner {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 6em);
  margin: auto;
  padding: 20px 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media all and (max-width: 900px) {
  #l-header .inner {
    min-width: initial;
    margin: 0;
    padding: 0px 0;
  }
}
#l-header .inner #logo {
  width: 250px;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 900px) {
  #l-header .inner #logo {
    width: 200px;
    position: absolute;
    left: 30px;
    top: 10px;
    z-index: 2;
  }
}
#l-header .head-right {
  margin-left: auto;
  margin-right: 5px;
}
@media all and (max-width: 1025px) {
  #l-header .head-right {
    display: none;
  }
}
#l-header .head-right_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
}
#l-header .head-right_txt {
  font-size: 12px;
  font-weight: 600;
  padding-right: 20px;
  display: block;
  letter-spacing: 0;
}
#l-header .head-right_tel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#l-header .head-right_tel a,
#l-header .head-right_mail a,
#l-header .head-right_reserve a {
  display: block;
  padding: 4px 15px;
  transition: all 0.2s ease-in;
  border-radius: 40px;
  background: #623b1c;
  color: #fff;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1.5rem;
}
#l-header .head-right_tel a:before,
#l-header .head-right_mail a:before,
#l-header .head-right_reserve a:before {
  margin-right: 5px;
}
#l-header .head-right_tel a:hover,
#l-header .head-right_mail a:hover,
#l-header .head-right_reserve a:hover {
  color: #623b1c;
}
#l-header .head-right_tel a {
  padding: 0 15px;
  color: #869d87;
  background: #fefefe;
  font-size: 2rem;
  position: relative;
}
#l-header .head-right_tel a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  font-size: 1.6rem;
}
#l-header .head-right_tel a:hover {
  color: #943035;
}
#l-header .head-right_sns {
  text-align: center;
}
#l-header .head-right_sns a {
  display: block;
  color: #869d87;
  border: 1px solid #869d87;
  width: 44px;
  height: 44px;
  line-height: 44px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  border-radius: 50%;
}
#l-header .head-right_sns a:hover {
  background: #fff;
  color: #000;
}
#l-header .head-right_sns a i {
  font-size: 1.2em;
}
#l-header .head-right_sns .ig span {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-size: 10px;
}
#l-header .head-right_reserve a:hover {
  color: #fff;
  background: #869d87;
}
#l-header .head-right_mail {
  margin-left: 10px;
}
#l-header .head-right_mail a {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #fefefe;
}
#l-header .head-right_mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
}
#l-header .head-right_mail a:hover {
  background: #5ec2d1;
}

#header_nav {
  width: 680px;
}
@media all and (max-width: 900px) {
  #header_nav {
    display: none;
  }
}
#header_nav {
  transition: all 0.3s ease-in;
}
#header_nav ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#header_nav ul li {
  position: relative;
  flex: 1 0 auto;
}
#header_nav ul li:last-child:after {
  display: none;
}
#header_nav ul li a {
  display: block;
  position: relative;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  overflow: hidden;
}
#header_nav ul li a span {
  transition: 0.2s all ease-in-out;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  position: relative;
  display: block;
  font-size: 1.3rem;
}
#header_nav ul li a:hover span, #header_nav ul li a.active span {
  color: #869d87;
}
#header_nav .dropdown {
  display: none;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 999;
  padding-top: 30px;
}
#header_nav .dropdown .dropdown-li {
  border-right: 0;
  margin: 0 0 5px;
  background: #869d87;
}
#header_nav .dropdown .dropdown-li:after {
  display: none;
}
#header_nav .dropdown .dropdown-li a {
  display: block;
  width: 160px;
  padding: 12px 8px;
  color: #fefefe;
}
#header_nav .dropdown .dropdown-li.foot_only {
  display: none;
}

/* page-top
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 7px;
  z-index: 200;
}
#page-top a {
  display: block;
  background: rgb(201.75, 198.2, 166.25);
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
}
#page-top a:hover {
  opacity: 0.6;
}
@media all and (max-width: 639px) {
  #page-top {
    bototm: 20px;
  }
}

/* slider
----------------------------------*/
@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
#slide-wrapper {
  width: 100%;
  position: relative;
  height: auto;
}

#slideshow {
  overflow: hidden;
  width: calc(100% - 6em);
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media all and (max-width: 900px) {
  #slideshow {
    width: 100%;
  }
}

@media all and (max-width: 900px) {
  #main_slider.slider_wrapper {
    height: 78vh !important;
  }
}

.main_catch__inner__created_by_js img {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.8));
}

#main_slider .main_slider .swiper-wrapper .swiper-slide .main_slider__inner:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
  z-index: 1;
}

#scrolldown {
  position: absolute;
  right: 10px;
  bottom: 60px;
  color: #869d87;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  font-size: 1.4rem;
  z-index: 100;
  height: 210px;
}
#scrolldown:before, #scrolldown:after {
  position: absolute;
  content: "";
  z-index: 2;
  left: 50%;
}
#scrolldown:before {
  width: 1px;
  height: 100px;
  bottom: 0;
  background: #f0f0f0;
  transform: translateX(-50%);
}
#scrolldown:after {
  width: 8px;
  height: 8px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  top: 100px;
  margin-left: -4px;
  animation: scroll-point 2.3s ease-out infinite;
  animation-fill-mode: both;
}
@media all and (max-width: 900px) {
  #scrolldown {
    display: none;
  }
}

@keyframes scroll-point {
  0% {
    bottom: 0;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    top: 180px;
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    top: 210px;
    opacity: 0;
  }
}
/* contact_bnr
----------------------------------*/
.btn-hot a {
  display: block;
  width: 280px;
  margin-bottom: 15px;
  border: 0.9px solid rgb(128.7448979592, 41.7551020408, 46.1045918367);
  color: #869d87;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  transition: all 0.2s ease-in;
}
.btn-hot a:hover {
  background: #943035;
  color: #fff;
}
@media all and (max-width: 639px) {
  .btn-hot a {
    width: 90%;
    margin: 0 auto 15px;
  }
}

.contact_bnr {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
@media all and (max-width: 639px) {
  .contact_bnr > li {
    width: 90%;
    margin: 0 auto 10px;
  }
}
.contact_bnr > li .bnr_tel {
  letter-spacing: 0.15em;
  color: #869d87;
  font-size: 2.8rem;
  font-family: "Arvo", serif;
  font-weight: 400;
}
.contact_bnr > li .bnr_tel:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  font-size: 0.8em;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_tel {
    font-size: 2.2rem;
  }
}
.contact_bnr > li .bnr_mobile {
  background: #fefefe;
  color: #788B9A;
}
.contact_bnr > li .bnr_mobile:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3cd";
  font-weight: 900;
}
.contact_bnr > li .bnr_fax {
  background: #fdfdfd;
  color: #869d87;
}
.contact_bnr > li .bnr_fax:before {
  font-family: "Font Awesome 5 Free";
  content: "\f1ac";
  font-weight: 900;
}
.contact_bnr > li .bnr_mail {
  letter-spacing: 0.1rem;
  font-size: 1.6rem;
  padding: 15px 0;
  background: #788B9A;
  color: #fff;
}
@media all and (max-width: 639px) {
  .contact_bnr > li .bnr_mail {
    font-size: 1.4rem;
  }
}
.contact_bnr > li .bnr_mail:before {
  font-family: "Font Awesome 5 Free";
  content: "\f073";
  font-weight: 900;
  color: #fff;
  font-size: 1.4rem;
  margin-right: 8px;
}
.contact_bnr > li .bnr_mail:hover {
  color: #fff;
  background: #333;
}
.contact_bnr > li a {
  position: relative;
  display: block;
  width: 340px;
  font-weight: 600;
}
@media all and (max-width: 1025px) {
  .contact_bnr > li a {
    width: 100%;
  }
}
@media all and (max-width: 900px) {
  .contact_bnr > li a {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 639px) {
  .contact_bnr > li a {
    width: 100%;
  }
  .contact_bnr > li a:before {
    font-size: 2rem;
  }
}

/* footer
----------------------------------*/
#l-footer {
  position: relative;
  padding: 80px 0 60px;
}
#l-footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #869d87;
  z-index: -1;
}
#l-footer .inner {
  margin: 0px auto;
  padding: 30px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  position: relative;
  z-index: 3;
}
#l-footer .inner .footer-left {
  width: 25%;
  text-align: center;
}
#l-footer .inner .footer-middle {
  padding: 0 15px;
  width: 50%;
  font-size: 1.4rem;
}
#l-footer .inner .footer-right {
  width: 20%;
}
#l-footer .inner .footer-right .item {
  font-size: 1em;
  margin-bottom: 20px;
}
#l-footer .inner .footer-right .item:first-child {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ddd;
}
#l-footer .inner .footer-right .item i {
  color: #000;
}
#l-footer .inner .footer-right .item ul li {
  line-height: 1.3;
  font-size: 0.9em;
}
@media all and (max-width: 1025px) {
  #l-footer .inner {
    justify-content: space-around;
  }
  #l-footer .inner .footer-left {
    width: 45%;
    padding: 0;
    border-right: 0;
  }
  #l-footer .inner .footer-middle {
    width: 45%;
    border-right: 0;
  }
  #l-footer .inner .footer-right {
    width: 90%;
    border-top: 0.9px solid #eee;
    padding: 20px 0 0;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
    gap: 3%;
  }
  #l-footer .inner .footer-right .item {
    width: 45%;
  }
  #l-footer .inner .footer-right .item:first-child {
    border-bottom: 0;
  }
}
@media all and (max-width: 639px) {
  #l-footer {
    padding-top: 40px;
  }
  #l-footer .inner {
    padding: 10px 15px 30px;
  }
  #l-footer .inner .footer-left,
  #l-footer .inner .footer-middle,
  #l-footer .inner .footer-right {
    width: 100%;
    font-size: 13px;
  }
  #l-footer .inner .footer-middle {
    margin-top: 20px;
  }
  #l-footer .inner .footer-right {
    display: block;
  }
  #l-footer .inner .footer-right .item {
    width: 100%;
  }
  #l-footer .inner .footer-right .item:first-child {
    border-bottom: 1px dashed #ddd;
  }
}

.inner2 {
  width: calc(100% - 80px);
  margin: 0 auto;
  background: rgb(201.75, 198.2, 166.25);
  padding: 30px 20px 20px;
  position: relative;
  z-index: 2;
  border-radius: 20px 20px 0 0;
}
@media all and (max-width: 900px) {
  .inner2 {
    width: 95%;
  }
}

/* footer_navi
----------------------------------*/
.footer_navi {
  max-width: 1000px;
  margin: 25px auto 20px;
}
.footer_navi ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_navi ul li {
  flex: 1 0 auto;
}
.footer_navi ul li a {
  color: rgb(107.397260274, 132.602739726, 108.4931506849);
  font-size: 1.4rem;
  position: relative;
  padding-left: 25px;
  font-weight: 600;
}
.footer_navi ul li a span {
  display: none;
}
.footer_navi ul li a:before {
  content: "";
  background-color: #943035;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
}
.footer_navi ul li a:hover {
  color: #943035;
}
.footer_navi ul li .dropdown {
  display: none;
}
.footer_navi ul li .dropdown .dropdon-li a {
  font-size: 1.2rem;
}

.flogo {
  width: 220px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 639px) {
  .flogo {
    width: 150px;
    margin: 0 auto 15px;
  }
}

.address {
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .address {
    font-size: 1.2rem;
  }
}

.copyright {
  font-size: 1.2rem;
  position: relative;
  z-index: 4;
  padding: 20px 0;
}
@media all and (max-width: 1025px) {
  .copyright {
    font-size: 12px;
  }
}

/*----------------------------------
 top-contents
----------------------------------*/
.deco {
  position: relative;
}
.deco:before, .deco:after {
  position: absolute;
  content: "";
  width: 10%;
  height: 100%;
  top: 0;
  opacity: 0.2;
}
@media all and (max-width: 639px) {
  .deco:before, .deco:after {
    width: 30%;
  }
}
.deco:before {
  left: 0;
  background: url(../img/deco-left.png) repeat-y center left/contain;
}
@media all and (max-width: 639px) {
  .deco:before {
    background-repeat: no-repeat;
    background-position: left top;
  }
}
.deco:after {
  right: 0;
  background: url(../img/deco-right.png) repeat-y center right/contain;
}
@media all and (max-width: 639px) {
  .deco:after {
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}

.footer-dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.footer-dl dt {
  width: 8em;
  font-weight: 600;
  color: #869d87;
}
.footer-dl dd {
  width: calc(100% - 9.5em);
  margin-left: 1.5em;
}

/* --news--
----------------------------------*/
.news-list li {
  padding: 4px 4px 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.news-list li a {
  border-bottom: 0.9px solid #ddd;
  color: rgb(119.9109589041, 145.5890410959, 121.0273972603);
}
.news-list li:not(:last-of-type) {
  margin-bottom: 15px;
}
.news-list li .data {
  font-size: 1.3rem;
  color: #fff;
  padding: 4px 8px;
  background: #869d87;
}
@media all and (max-width: 639px) {
  .news-list li .data {
    font-size: 12px;
  }
}
.news-list li .txt {
  flex: 1;
  margin-left: 30px;
}
@media all and (max-width: 900px) {
  .news-list li {
    display: block;
  }
  .news-list li .data {
    display: inline-block;
  }
  .news-list li .txt {
    margin: 5px 0 0;
    display: block;
  }
}

.news-box {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 10;
  display: flex;
}
@media all and (max-width: 900px) {
  .news-box {
    margin-top: 0;
  }
}
@media all and (max-width: 639px) {
  .news-box {
    flex-direction: column;
    padding: 10px;
  }
}

.news-title {
  text-align: center;
  margin-bottom: 60px;
  color: #623b1c;
  position: relative;
}
.news-title span {
  display: block;
}
.news-title .eng {
  font-family: "Arvo", serif;
  font-weight: 400;
  color: #943035;
  position: relative;
  font-size: 1.8rem;
}
.news-title .ja {
  position: relative;
}
@media all and (max-width: 639px) {
  .news-title {
    margin-bottom: 30px;
  }
  .news-title .eng {
    font-size: 2.4rem;
  }
  .news-title .ja {
    font-size: 1.4rem;
  }
}

.news-right {
  flex: 1;
  margin-left: 80px;
}
@media all and (max-width: 639px) {
  .news-right {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* --top-bnr-list--
----------------------------------*/
.top-bnr-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto;
}
.top-bnr-list > li {
  width: 31.5%;
  position: relative;
}
.top-bnr-list > li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.top-bnr-list > li a:hover {
  transition: all 0.2s ease-in;
}
.top-bnr-list > li a:hover .btn-arrow {
  background: #222;
}
.top-bnr-list > li a:hover .btn-arrow i {
  border-bottom-color: #fefefe;
}
.top-bnr-list > li a:hover .btn-arrow i:before {
  border-right-color: #fefefe;
}
.top-bnr-list > li a:hover .top-bnr-img img {
  transform: scale(1.05);
}
@media all and (max-width: 1025px) {
  .top-bnr-list {
    width: 85%;
    margin: 0 auto;
  }
  .top-bnr-list > li {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 639px) {
  .top-bnr-list {
    width: 95%;
  }
  .top-bnr-list > li {
    width: 100%;
  }
}
.top-bnr-list .top-bnr-img {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.top-bnr-list .top-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-img {
    height: 200px;
  }
}
.top-bnr-list .btn-arrow {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  top: 210px;
  text-align: center;
  line-height: 60px;
  background: #fefefe;
  border: 2px solid #222;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .top-bnr-list .btn-arrow {
    top: 170px;
  }
}
.top-bnr-list .btn-arrow i {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: 2px solid #222;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 5px;
}
.top-bnr-list .btn-arrow i:before {
  position: absolute;
  width: 10px;
  height: 8px;
  content: "";
  right: 3px;
  bottom: -2px;
  border-right: 3px solid #222;
  transform: skew(45deg);
}
.top-bnr-list .top-bnr-title {
  font-weight: 600;
  padding: 15px;
  line-height: 1.4;
}
.top-bnr-list .top-bnr-title .eng {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #788B9A;
  display: block;
}
.top-bnr-list .top-bnr-title .ja {
  font-size: 1.8rem;
  display: block;
  color: #222;
}
@media all and (max-width: 639px) {
  .top-bnr-list .top-bnr-title .eng {
    font-size: 2.4rem;
  }
  .top-bnr-list .top-bnr-title .ja {
    font-size: 1.4rem;
  }
}
.top-bnr-list .top-bnr-txt {
  color: #222;
  padding: 10px;
}

/* menu-btn-list
----------------------------------*/
.top-menu-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .top-menu-bnr {
    width: 75%;
  }
}
.top-menu-bnr li {
  width: 31%;
}
.top-menu-bnr li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in;
}
.top-menu-bnr li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  border: 0.9px solid #F1F5F3;
}
.top-menu-bnr li a:hover .top-menu-img img {
  transform: scale(1.01);
  opacity: 0.7;
}
.top-menu-bnr li a:hover .top-menu-title {
  background: #943035;
}
.top-menu-bnr li a:hover .top-menu-title .eng {
  color: #fefefe;
}
.top-menu-bnr li a:hover .top-menu-title {
  transition: all 0.2s ease-in;
}
@media all and (max-width: 639px) {
  .top-menu-bnr li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-menu-bnr .top-menu-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
  position: relative;
  background: #000;
}
.top-menu-bnr .top-menu-img img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: all 0.2s ease-in;
  display: block;
  margin: 0 auto;
}
@media all and (max-width: 639px) {
  .top-menu-bnr .top-menu-img {
    height: 270px;
  }
}
.top-menu-bnr .top-menu-title {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  transition: 0.2s ease-in all;
  font-size: 1.8rem;
  transform-origin: right bottom;
  color: #869d87;
  padding: 8px;
  z-index: 2;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.top-menu-bnr .top-menu-title .eng {
  font-size: 2rem;
  font-family: "Arvo", serif;
  font-weight: 400;
  color: #943035;
}
@media all and (max-width: 639px) {
  .top-menu-bnr .top-menu-title {
    font-size: 1.4rem;
  }
  .top-menu-bnr .top-menu-title .eng {
    font-size: 1.2rem;
  }
}

.top-board {
  display: flex;
  flex-wrap: wrap;
}
.top-board .top-board-box {
  flex: 1;
  margin-left: 30px;
  box-shadow: rgba(148, 48, 53, 0.1) 0px 10px 50px;
  padding: 25px;
}
@media all and (max-width: 639px) {
  .top-board {
    flex-direction: column;
  }
  .top-board .top-board-box {
    width: 96%;
    flex: 0 1 auto;
    margin: 10px auto 0;
    padding: 15px;
  }
}

/* contents
----------------------------------*/
.single {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

.single02 {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 100px 0;
}

.single03 {
  max-width: 1500px;
  margin: 0 auto;
  padding: 100px 0;
  position: relative;
}

.single0 {
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

.margin-top {
  margin-top: -80px;
}
@media all and (max-width: 639px) {
  .margin-top {
    margin-top: -30px;
  }
}

.lsingle,
.rsingle {
  width: 48.44%;
}

.lsingle {
  float: left;
}

.rsingle {
  float: right;
}

.mbox {
  background: #fefefe;
  padding: 35px 30px;
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.mbox.transparent {
  background: transparent;
}
@media all and (max-width: 639px) {
  .mbox {
    padding: 20px 10px;
  }
}
.mbox .inner_box {
  padding: 30px;
}
@media all and (max-width: 639px) {
  .mbox .inner_box {
    padding: 20px;
  }
}

.mbox2 {
  background: #fff;
  box-shadow: rgba(148, 48, 53, 0.1) 0px 10px 50px;
  padding: 35px 30px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media all and (max-width: 639px) {
  .mbox2 {
    padding: 25px 15px;
  }
}

.small-box {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.box1 {
  max-width: 600px;
  margin: 0 auto;
}

.sentence p + p {
  margin-top: 20px;
}

.img-b {
  border: 0.9px solid #ccc;
}

.img-round {
  border-radius: 20px 0 20px 0;
}

.bg-grid {
  background: rgba(255, 255, 255, 0.9);
  /* border-top: 1px solid #555;
   border-bottom: 1px solid #555;*/
  background-image: linear-gradient(90deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2)), linear-gradient(0deg, transparent 95%, rgba(204, 204, 204, 0.2) 50%, rgba(204, 204, 204, 0.2));
  background-size: 20px 20px;
  background-repeat: repeat;
}

#main {
  float: left;
  width: 76%;
}
#main .mbox {
  min-height: 300px;
}
@media all and (max-width: 900px) {
  #main .mbox {
    min-height: initial;
  }
}
@media all and (max-width: 900px) {
  #main {
    float: none;
    width: 100%;
  }
}

#side {
  float: right;
  position: sticky;
  right: 0;
  top: 0;
  width: 21%;
  padding-right: 10px;
}
@media all and (max-width: 900px) {
  #side {
    float: none;
    width: 100%;
    position: static;
    margin-top: 40px;
  }
}

.border_line {
  border: 1px solid #869d87;
}

/* mtitle
----------------------------------*/
.plant {
  width: 200px;
  margin: 0 auto 30px;
  text-align: center;
}
@media all and (max-width: 639px) {
  .plant {
    width: 140px;
  }
}

.mtitle {
  margin: 0 auto 45px;
  text-align: center;
}
.mtitle.type1 .eng {
  font-family: "Arvo", serif;
  font-weight: 400;
  color: #623b1c;
}
.mtitle .eng {
  font-size: 3rem;
  color: #869d87;
  position: relative;
  display: block;
  line-height: 1.3;
  font-family: "Arvo", serif;
  font-weight: 400;
  text-transform: uppercase;
}
.mtitle .ja {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.mtitle.white {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.mtitle.white span:after {
  background-color: #eee;
}
.mtitle.white span.ja {
  color: #fff;
  border-bottom-color: #fefefe;
}
.mtitle.black {
  color: #333;
}
.mtitle.black span {
  color: #555;
}
.mtitle.black span:after {
  background-color: #555;
}
.mtitle.mtitle_left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.mtitle.mtitle_left span:after {
  left: 0;
  transform: none;
}
@media all and (max-width: 639px) {
  .mtitle {
    text-align: center;
  }
  .mtitle .eng {
    font-size: 2.2rem;
    letter-spacing: 0.2em;
  }
  .mtitle .ja {
    font-size: 1.4rem;
  }
}

.mtitle2 {
  font-size: 2rem;
  position: relative;
  color: #869d87;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.mtitle2 .eng {
  display: block;
  font-size: 1.8rem;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #943035;
}
.mtitle2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #869d87;
  border-radius: 4px;
}
@media all and (max-width: 639px) {
  .mtitle2 {
    font-size: 1.6rem;
  }
  .mtitle2 .eng {
    font-size: 1.2rem;
  }
  .mtitle2 .viewbtn {
    font-size: 13px;
  }
}

.mtitle3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  min-height: 100px;
  top: 10px;
  left: 20px;
  padding-top: 40px;
}
.mtitle3:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 30px;
  top: 0;
  left: 50%;
  background: #869d87;
}
.mtitle3 .ja {
  display: block;
  font-size: 2rem;
  line-height: 1.3;
  padding-right: 5px;
  font-weight: 600;
}
.mtitle3 .eng {
  display: block;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2.6rem;
}
@media all and (max-width: 639px) {
  .mtitle3 {
    position: relative;
    top: 0;
    left: 0;
    writing-mode: inherit;
    padding: 0 0 0 25px;
    min-height: auto;
    min-height: inherit;
  }
  .mtitle3:before {
    width: 20px;
    height: 1px;
    top: 50%;
    left: 0;
  }
  .mtitle3 .ja {
    font-size: 1.4rem;
  }
  .mtitle3 .eng {
    font-size: 1.8rem;
  }
}

.mtitle_line {
  font-size: 1.8rem;
  padding-bottom: 15px;
  position: relative;
  font-weight: 600;
  margin-bottom: 20px;
  color: rgb(119.9109589041, 145.5890410959, 121.0273972603);
}
.mtitle_line:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #943035, #943035 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  backface-visibility: hidden;
  opacity: 0.5;
}
@media all and (max-width: 639px) {
  .mtitle_line {
    font-size: 1.4rem;
  }
}

.mtitle4 {
  font-weight: 600;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  color: #623b1c;
  margin-bottom: -10px;
}
.mtitle4 span {
  position: relative;
  display: inline-block;
  z-index: 3;
  min-width: 10%;
}
.mtitle4 span:before, .mtitle4 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 2rem;
  background-color: #869d87;
}
.mtitle4 span:before {
  left: -11px;
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.mtitle4 span:after {
  right: -11px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.mtitle4.white span:before, .mtitle4.white span:after {
  background-color: #ffdf2c;
}
@media all and (max-width: 639px) {
  .mtitle4 {
    font-size: 1.4rem;
  }
}
@media all and (max-width: 320px) {
  .mtitle4 span:before {
    left: -3px;
  }
  .mtitle4 span:after {
    right: -3px;
  }
}

.mtitle_sub {
  padding-left: 0.5em;
  font-weight: 600;
  position: relative;
  border-left: 6px solid #869d87;
  margin: 8px 0 10px;
  font-size: 1.1em;
  line-height: 1.4;
  text-align: left;
}
.mtitle_sub .hissu {
  color: #fff;
  background: rgb(162.1780821918, 179.8219178082, 162.9452054795);
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
}

.mtitle_box {
  background: rgba(148, 48, 53, 0.4);
  color: #623b1c;
  font-size: 1.8rem;
  position: relative;
  padding: 2px 15px;
  margin-bottom: 25px;
  font-weight: 600;
}
.mtitle_box span {
  font-weight: normal;
  font-size: 14px;
  padding-left: 10px;
}
.mtitle_box:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f5bb";
  font-weight: 900;
  display: block;
  right: -2px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  color: #fff;
}
@media all and (max-width: 639px) {
  .mtitle_box {
    font-size: 1.5rem;
  }
}

.mtitle_box2 {
  background: #869d87;
  font-size: 2.2rem;
  color: #fff;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.1rem;
  box-shadow: 0 8px 8px rgba(134, 157, 135, 0.2);
  padding: 15px 10px 15px 20px;
  margin-bottom: 25px;
}
.mtitle_box2 .small-cap {
  font-weight: normal;
  font-size: 14px;
}
.mtitle_box2:before {
  background-color: #fff;
  content: "";
  display: block;
  transform: rotate(60deg);
  position: absolute;
  bottom: -10px;
  right: -150px;
  width: 300px;
  height: 280px;
}
@media all and (max-width: 639px) {
  .mtitle_box2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 10px 10px 15px;
    padding-right: 40px;
  }
  .mtitle_box2 span {
    font-size: 12px;
  }
  .mtitle_box2:before {
    width: 215px;
    right: -170px;
  }
}

.mtext1 {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
.mtext1 .eng {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  color: #623b1c;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .mtext1 {
    font-size: 1.4rem;
  }
}

.mtext2 {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  line-height: 2;
}
.mtext2.balance {
  text-wrap: balance;
  word-break: auto-phrase;
}
@media all and (max-width: 900px) {
  .mtext2.balance {
    text-wrap: unset;
    word-break: unset;
  }
}
@media all and (max-width: 639px) {
  .mtext2 {
    font-size: 1.7rem;
  }
}

.mtitle_category {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: normal;
}
.mtitle_category:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  font-weight: 900;
  margin-right: 5px;
  color: #869d87;
}

/* btn
----------------------------------*/
.btn-instagram a {
  display: block;
  width: 300px;
  text-align: center;
  margin: 25px auto 0;
  padding: 15px 10px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  background: #f09f2e;
  font-size: 1.8rem;
  color: #fff;
  transition: background 0.2s ease-in;
}
.btn-instagram a i {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 0.9px solid #fff;
}
.btn-instagram a:hover {
  background: #869d87;
}
@media all and (max-width: 639px) {
  .btn-instagram a {
    width: 80%;
    font-size: 1.4rem;
  }
}

.btn-more {
  display: inline-flex;
  align-items: center;
  background: #869d87;
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}
.btn-more:hover {
  opacity: 0.8;
}
.btn-more::after {
  content: "→";
  margin-left: 10px;
  font-size: 10px;
}

.btn01 a {
  background: #fefefe;
  text-align: center;
  width: 300px;
  margin: 15px auto;
  color: #623b1c;
  display: block;
  padding: 8px 5px;
  font-weight: 600;
  border: 1px solid #222;
  border-radius: 35px;
}
.btn01 a:hover {
  background: #869d87;
  color: #fefefe;
}
.btn01.mini a {
  margin: 15px 0;
  width: 200px;
}
@media all and (max-width: 639px) {
  .btn01.mini a {
    margin: 15px auto;
  }
}
.btn01.mail {
  flex-basis: 100%;
}
.btn01.mail a {
  background: #ffdf2c;
  margin: 15px auto 25px;
}
.btn01.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 5px;
}
@media all and (max-width: 639px) {
  .btn01 a {
    width: 95%;
  }
}

.btn02 {
  width: 300px;
  margin: 20px auto 20px;
}
.btn02 a {
  display: block;
  position: relative;
  padding: 15px 0;
  border: 0.9px solid #943035;
  line-height: 24px;
  letter-spacing: 0.1rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #943035;
  background: #fefefe;
}
.btn02 a i {
  display: block;
  position: absolute;
  top: 50%;
  right: -10px;
  width: 50px;
  height: 1px;
  background-color: #943035;
  transition: all 0.3s ease;
}
.btn02 a:hover i {
  width: 34px;
}
@media all and (max-width: 639px) {
  .btn02 {
    width: 90%;
  }
  .btn02 a {
    font-size: 1.2rem;
  }
}

/* news
----------------------------------*/
.news {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
  align-items: flex-start;
  letter-spacing: 0;
  line-height: 1.7;
}
.news dt {
  width: 7em;
  padding: 3px 5px;
  background: #f0f0f0;
  text-align: center;
  color: #623b1c;
}
.news dd {
  padding: 5px;
  background: #fff;
  width: calc(100% - 8.5em);
  margin-left: 8px;
}
.news dt:not(:last-child),
.news dd:not(:last-child) {
  margin-bottom: 7px;
}

.news-bl {
  overflow: hidden;
}
.news-bl dt {
  float: left;
  width: 8em;
  padding: 5px;
  line-height: 1.3;
  color: #869d87;
  text-align: center;
  border: 1px solid #869d87;
  border-radius: 30px;
  background: rgba(134, 157, 135, 0.1);
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    font-size: 13px;
  }
}
.news-bl dd {
  padding: 0 0 12px 9.2em;
  line-height: 1.6;
  border-bottom: 1px dotted #dddddd;
  margin: 0 0 10px;
}
.news-bl dd a {
  color: #788B9A;
  background-image: linear-gradient(to right, #869d87, #788B9A);
  padding-bottom: 0.25em;
  background-position: 100% 100%;
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
}
.news-bl dd a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.news-bl dd:last-child {
  margin: 0;
  border-bottom: none;
}
@media all and (max-width: 639px) {
  .news-bl dt {
    float: none;
  }
  .news-bl dd {
    padding: 8px 5px;
  }
}

.profile-dl dt,
.profile-dl dd {
  letter-spacing: 0;
}
.profile-dl dt {
  color: #869d87;
}
.profile-dl dd {
  margin: 4px 0 12px;
}
@media all and (max-width: 639px) {
  .profile-dl {
    font-size: 13px;
  }
}

/* page-title
----------------------------------*/
.page-title {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 95%;
  margin: 30px auto 0;
}
.page-title .inner {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 80px;
  max-width: 1200px;
  overflow: hidden;
}
.page-title .inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(https://ros-cdn.s3.ap-northeast-1.amazonaws.com/hp/img/ros_keiyaku/27828/mountain.png) no-repeat center bottom/contain;
  background-size: 60% auto;
  opacity: 0.7;
}
.page-title .inner .page-lead {
  position: relative;
  color: #000;
  text-align: center;
  font-size: 2.2rem;
  transform: translateY(15px);
  letter-spacing: 0.2em;
  font-weight: 600;
}
.page-title .inner .page-lead:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70px;
  top: -70px;
  left: 50%;
  background: #000;
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead:before {
    height: 35px;
    top: -35px;
  }
}
.page-title .inner .page-lead .eng {
  display: block;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 3rem;
  color: #000;
  /* 文字が画像の上にしっかり載るように調整 */
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .page-title .inner .page-lead {
    font-size: 1.5rem;
    transform: translateY(10px);
  }
  .page-title .inner .page-lead .eng {
    font-size: 2.5rem;
  }
}
@media all and (max-width: 900px) {
  .page-title {
    margin-top: 20px;
  }
  .page-title .inner {
    width: 100%;
    padding: 100px 0 50px;
    /* スマホ・タブレットでは画像サイズを微調整 */
    background-size: 80% auto;
  }
}

.bg-01 {
  background: url(../img/bg-01.jpg) no-repeat center/cover;
  padding: 40px 0;
}

.bg-02 {
  background: url(../img/bg-02.jpg) no-repeat center/cover;
}

.bg-03 {
  background: #777;
}

.bg-wood {
  position: relative;
}
.bg-wood:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-wood.png);
  opacity: 0.6;
}

.bg-texture {
  position: relative;
}
.bg-texture:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/texture.png);
  opacity: 0.4;
}

.bg-pattern {
  position: relative;
}
.bg-pattern:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/patter01.png);
  opacity: 0.1;
}

.bg-pattern02 {
  position: relative;
  padding: 30px 0;
}
.bg-pattern02:before {
  position: absolute;
  content: "";
  width: 15%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/pattern02.png) no-repeat left top/contain;
  opacity: 0.3;
}
@media all and (max-width: 639px) {
  .bg-pattern02:before {
    top: auto;
    bottom: 0;
    background-position: left bottom;
  }
}

.bg-base {
  position: relative;
  margin-bottom: 100px;
}
.bg-base:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: calc(100% - 80px);
  height: 100%;
  transform: translateX(-50%);
  background: rgba(134, 157, 135, 0.1);
}
@media all and (max-width: 1025px) {
  .bg-base:before {
    width: calc(100% - 20px);
  }
}
.bg-base .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type1 {
  background: transparent;
  position: relative;
}
.bg-base.type1:before {
  background: #869d87;
  opacity: 0.3;
}
.bg-base.type2 .inner {
  position: relative;
  z-index: 3;
}
.bg-base.type2:before {
  background: url(../img/bg-wood.png);
  opacity: 0.6;
}
.bg-base.type3:before {
  position: absolute;
  content: "";
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 85%;
  z-index: -1;
  transform: none;
  background: #5ec2d1;
  opacity: 0.2;
}

.bg-brown {
  background: #392a1e;
  color: #fff;
}

.bg-green {
  position: relative;
}
.bg-green:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg-green.jpg) no-repeat center/cover;
  opacity: 0.4;
}

.bg-gray {
  position: relative;
  background: rgba(241, 245, 243, 0.5);
}
.bg-gray.bg-half {
  background: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, #F1F5F3 50.1%, #F1F5F3 100%);
}

.bg-gray2 {
  position: relative;
  margin-bottom: 60px;
}
.bg-gray2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 95%;
  height: 80%;
  z-index: -1;
  background: #f2f5f4;
}
.bg-gray2.type1:before {
  height: 100%;
}

.bg-beige2 {
  position: relative;
  margin-bottom: 40px;
}
.bg-beige2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  background: #F0EFE6;
}
@media all and (max-width: 639px) {
  .bg-beige2:before {
    width: 85%;
  }
}

.bg-999 {
  background: #888;
}

.bg-blue {
  background: #d7ebed;
}
.bg-blue.bg-half {
  background: transparent;
  background-image: linear-gradient(to bottom, transparent 0%, transparent 50%, rgb(186.5102040816, 60.4897959184, 66.7908163265) 50.1%, rgb(186.5102040816, 60.4897959184, 66.7908163265) 100%);
}

.bg-beige {
  background: #F0EFE6;
}

.bg-base2 {
  background: rgba(98, 59, 28, 0.5);
}

.bg-base3 {
  background: rgba(134, 157, 135, 0.2);
}

/* tbl
----------------------------------*/
.tbl {
  width: 100%;
}
.tbl th,
.tbl td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.tbl th {
  color: #788B9A;
  background: #F1F5F3;
  width: 25%;
}
.tbl th span {
  font-size: 1.4rem;
}
.tbl .cell01 {
  width: 25%;
}
@media all and (max-width: 639px) {
  .tbl th {
    width: 35%;
    text-align: left;
  }
  .tbl th,
  .tbl td {
    padding: 10px;
  }
}

.tbl_new {
  margin: 0 auto;
  width: 100%;
}
.tbl_new tr th,
.tbl_new tr td {
  vertical-align: middle;
  padding: 15px 10px;
  font-size: 1.4rem;
}
@media all and (max-width: 639px) {
  .tbl_new tr th,
  .tbl_new tr td {
    font-size: 13px;
  }
}
.tbl_new tr th {
  font-weight: 600;
  width: 25%;
  color: #333;
  text-align: left;
  padding-left: 30px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .tbl_new tr th {
    width: 25%;
    padding-left: 10px;
  }
}
.tbl_new tr:nth-child(odd) th, .tbl_new tr:nth-child(odd) td {
  background: rgba(148, 48, 53, 0.2);
}

.tbl-border {
  width: 100%;
}
.tbl-border th,
.tbl-border td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media all and (max-width: 639px) {
  .tbl-border th,
  .tbl-border td {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.tbl-border th {
  width: 25%;
  color: rgb(107.397260274, 132.602739726, 108.4931506849);
  text-align: left;
  border-bottom-color: #869d87;
  font-weight: 600;
}
.tbl-border th.th-1 {
  width: 45%;
}

.price {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: #f09f2e;
}
@media all and (max-width: 639px) {
  .price {
    font-size: 1.4rem;
  }
}

.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
}
.company th,
.company td {
  padding: 10px 10px;
  vertical-align: middle;
}
.company th {
  text-align: left;
  width: 25%;
  position: relative;
  background: #943035;
  color: #fff;
  font-weight: 600;
}
.company th::after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #f9f9f9;
  border-width: 10px;
  border-left-color: #943035;
  margin-top: -10px;
}
.company td {
  background: #f9f9f9;
  padding-left: 20px;
}

.tbl0 {
  width: 100%;
}
.tbl0 th,
.tbl0 td {
  padding: 3px 5px;
  border: 0;
}
.tbl0 th {
  padding-left: 0;
  font-weight: normal;
  background: none;
  width: 25%;
  color: #111;
}
.tbl0 th:after, .tbl0 th:before {
  display: none;
}
@media all and (max-width: 639px) {
  .tbl0 th {
    width: 40%;
  }
}

/* ggmap
----------------------------------*/
.ggmap {
  position: relative;
  padding-bottom: 46.25%;
  height: 0;
  overflow: hidden;
}
.ggmap.type1 {
  padding-bottom: 38.25%;
}
@media all and (max-width: 639px) {
  .ggmap.type1 {
    padding-bottom: 60.25%;
  }
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ggmap.youtube {
  padding-bottom: 56.25%;
}
@media all and (max-width: 639px) {
  .ggmap {
    padding-bottom: 60%;
  }
}

/* list
----------------------------------*/
.list_common li {
  padding-bottom: 5px;
  padding-left: 1rem;
  margin-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.list_common li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.list_policy li {
  font-family: "Shippori Mincho", serif, "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-size: 2.5rem;
  padding: 15px 5px 15px 40px;
  font-weight: 600;
  position: relative;
}
.list_policy li:not(:last-child) {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.list_policy li:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  top: 50%;
  left: 0;
  background: #943035;
}
@media all and (max-width: 900px) {
  .list_policy li {
    font-size: 2rem;
  }
}
@media all and (max-width: 639px) {
  .list_policy {
    padding: 15px;
  }
  .list_policy li {
    font-size: 1.4rem;
  }
}

.list_check.type1 {
  display: flex;
  flex-wrap: wrap;
}
.list_check.type1 li {
  padding: 10px 10px 10px 40px;
  width: 48%;
}
.list_check.type1 li:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list_check.type1 li {
    width: 95%;
    margin: 0 auto 5px;
  }
  .list_check.type1 li:nth-child(2n) {
    margin-left: auto;
  }
}
.list_check li {
  padding: 10px 10px 10px 35px;
  font-weight: 600;
  position: relative;
  margin-bottom: 10px;
  background: rgba(94, 194, 209, 0.3);
  border-radius: 10px;
}
.list_check li span {
  font-weight: normal;
  font-size: 0.9em;
  display: block;
  color: #623b1c;
  margin-top: 10px;
}
.list_check li:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  left: 10px;
  background: #869d87;
  border-radius: 50%;
  margin-top: -7px;
}
@media all and (max-width: 639px) {
  .list_check li {
    width: 98%;
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
}

.list_check2 {
  margin-bottom: 10px;
}
.list_check2 li {
  padding: 4px 8px;
  font-weight: 600;
}
.list_check2 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 8px;
  color: #943035;
}
.list_check2 li {
  margin-bottom: 4px;
  border-bottom: 2px solid #ddd;
}

.list-inline2 {
  text-align: center;
}
.list-inline2 li {
  display: inline-block;
  padding: 4px 15px;
  background: #fefefe;
  border: 1px solid #5ec2d1;
  font-weight: 600;
  border-radius: 30px;
}
.list-inline2 li:not(:last-child) {
  margin-right: 8px;
}

.list-inline.type1 {
  padding: 15px;
  border: 0.9px solid #fff;
  margin-bottom: 20px;
}
.list-inline.type1 li:not(:last-of-type):after {
  color: #fff;
}
.list-inline li {
  display: inline-block;
  padding: 3px;
}
.list-inline li:not(:last-of-type):after {
  content: "/";
  margin: 0 5px;
  color: #869d87;
  font-weight: normal;
}

.spa-flow {
  counter-reset: number;
  list-style: none;
  padding: 10px;
  background: rgba(148, 48, 53, 0.1);
}
.spa-flow.type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spa-flow.type1 > li {
  width: 48%;
}
.spa-flow > li {
  position: relative;
  padding: 5px 8px 8px 3.5em;
  letter-spacing: 0.1rem;
}
.spa-flow > li:not(:last-child) {
  margin-bottom: 7px;
}
.spa-flow > li:before {
  counter-increment: number;
  position: absolute;
  left: 0;
  top: 0;
  content: counter(number);
  background: rgba(148, 48, 53, 0.6);
  display: block;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2.2rem;
  color: #869d87;
  line-height: 1.8em;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .spa-flow > li:before {
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.6rem;
  }
}
.spa-flow > li .next {
  display: block;
}
.spa-flow > li .next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  margin-right: 5px;
  color: #943035;
}

.ol-list {
  counter-reset: number;
  list-style: none;
  padding: 5px;
}
.ol-list.type1 {
  display: flex;
  flex-wrap: wrap;
}
.ol-list.type1 > li {
  width: 48%;
}
.ol-list.type1 > li:nth-child(2n) {
  margin-left: 4%;
}
.ol-list li {
  line-height: 2;
  color: #623b1c;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 1.8rem;
  border-bottom: 2px solid #fff;
}
.ol-list li .small {
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
}
.ol-list li .next {
  color: #832d3a;
  display: inline-block;
}
.ol-list li .next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: 900;
  margin-right: 5px;
  color: #943035;
}
.ol-list li:before {
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  text-align: center;
  color: #222;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1.3;
  margin-right: 10px;
  border-radius: 100%;
}
@media all and (max-width: 639px) {
  .ol-list li {
    font-size: 1.3rem;
  }
  .ol-list li span {
    font-size: 0.9em;
  }
  .ol-list li:before {
    font-size: 1.8rem;
  }
}

.list_disc li {
  padding: 3px 0 3px 20px;
  position: relative;
}
.list_disc li:not(:last-of-type) {
  margin-bottom: 5px;
}
.list_disc li:before {
  position: absolute;
  content: "●";
  top: 8px;
  left: 0;
  font-size: 5px;
  color: rgb(168.9602272727, 58.0397727273, 74.8068181818);
}
@media all and (max-width: 639px) {
  .list_disc li {
    font-size: 13px;
  }
}

.list-btn {
  display: flex;
  flex-wrap: wrap;
}
.list-btn li {
  width: 32%;
  margin: 0 1.995% 10px 0;
}
.list-btn li a {
  display: block;
  background: #F0EFE6;
  color: #623b1c;
  font-weight: 600;
  padding: 10px 3px;
  text-align: center;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.list-btn li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list-btn li {
    width: 90%;
    margin: 0 auto 10px;
  }
  .list-btn li a {
    font-size: 1.2rem;
  }
  .list-btn li:nth-child(3n) {
    margin-right: auto;
  }
}
.list-btn.type1 {
  max-width: 1000px;
  margin: 0 auto 20px;
  justify-content: center;
}
.list-btn.type1 li a {
  background: #943035;
  border: 1px solid rgb(107.397260274, 132.602739726, 108.4931506849);
}
.list-btn.type1 li a:hover {
  background: rgb(186.5102040816, 60.4897959184, 66.7908163265);
}
.list-btn.type1 li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900;
  margin-right: 5px;
}

/* blog
----------------------------------*/
#top-blog .pages {
  display: none;
}

.blog-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.blog-wrap a {
  display: block;
  width: 32%;
  height: 100%;
  margin: 0 0.5% 20px 0.5%;
  position: relative;
}
@media all and (max-width: 1025px) {
  .blog-wrap a {
    width: 48%;
  }
}
@media all and (max-width: 639px) {
  .blog-wrap a {
    width: 90%;
    margin: 0 auto 25px;
  }
}
.blog-wrap * {
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog-wrap > li {
  width: 31%;
  margin-right: 3.495%;
  margin-bottom: 30px;
}
.blog-wrap > li:nth-child(3n) {
  margin-right: 0;
}
.blog-wrap > li {
  position: relative;
}
@media all and (max-width: 900px) {
  .blog-wrap > li {
    width: 48%;
    margin-right: 4%;
  }
  .blog-wrap > li:nth-child(3n) {
    margin-right: 4%;
  }
  .blog-wrap > li:nth-child(2n) {
    margin-right: 0;
  }
}
.blog-wrap > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.blog-wrap > li > a:hover ~ .blog-img img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media all and (max-width: 639px) {
  .blog-wrap > li {
    width: 90%;
    margin: 0 auto 10px;
  }
  .blog-wrap > li:nth-child(3n), .blog-wrap > li:nth-child(2n) {
    margin-right: auto;
  }
}

.blog-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  box-sizing: border-box;
}
.blog-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.blog-img:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-category {
  display: inline-block;
  padding: 5px;
  line-height: 1.3;
  text-align: center;
  color: #943035;
  font-size: 12px;
}

.blog-date {
  padding: 5px;
  line-height: 1.3;
  display: inline-block;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #943035;
}
.blog-date span {
  padding-left: 8px;
  font-size: 2rem;
}

.blog-date2 {
  color: rgb(95.9863013699, 118.5136986301, 96.9657534247);
  font-size: 0.9em;
  margin-bottom: 5px;
  margin-right: 5px;
}
.blog-date2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f017";
  font-weight: 900;
  margin-right: 5px;
}

.blog-title {
  font-weight: 600;
  line-height: 1.3;
  margin: 15px 0 0;
}

.more {
  position: absolute;
  font-size: 1.8rem;
  border: 0.9px solid #ccc;
  color: #ccc;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  display: block;
  right: 0;
  bottom: -10px;
  font-weight: 700;
  border-radius: 0 0 20px 0;
  transition: all 0.2s ease-in;
}

.blog-txt {
  line-height: 1.5;
  color: #555;
  padding: 10px;
  font-size: 1.3rem;
}
@media all and (max-width: 639px) {
  .blog-txt {
    font-size: 12px;
  }
}

.pages {
  text-align: center;
  margin-top: 30px;
}
.pages .page_next,
.pages .page_prev {
  display: inline-block;
  margin: 0 20px;
}
.pages .page_next a,
.pages .page_prev a {
  color: #869d87;
  padding: 4px 5px;
  background: #fefefe;
  font-size: 12px;
}

.category_nav {
  border: 1px solid #dddddd;
}
.category_nav li a {
  display: block;
  padding: 15px;
  border-bottom: 1px dotted #dddddd;
  background-color: #ffffff;
}
.category_nav li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 5px;
}
.category_nav li a:hover {
  background: #F1F5F3;
}
.category_nav li:last-child a {
  border-bottom: none;
}

/* etc
----------------------------------*/
.cut {
  overflow: hidden;
  zoom: 1;
}

.w300 {
  width: 300px;
}

.spbr {
  display: none;
}

.color1 {
  color: #869d87;
}

.color2 {
  color: #943035;
}

.color3 {
  color: #832d3a;
}

.relative {
  position: relative;
}

.num {
  font-weight: 600;
}
.num a {
  color: #869d87;
  font-size: 2.8rem;
  text-align: center;
  margin-left: 5px;
}
@media all and (max-width: 639px) {
  .num a {
    font-size: 2rem;
  }
}
.num a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.num a:hover {
  color: #f09f2e;
}

.telbox {
  max-width: 600px;
  margin: 0 auto 20px;
  padding: 20px;
  background: #333;
  text-align: center;
}
.telbox .inner {
  background: #fff;
  padding: 10px;
}

.txt-link {
  font-weight: 600;
  text-decoration: underline;
  color: rgb(107.397260274, 132.602739726, 108.4931506849);
}
.txt-link:hover {
  text-decoration: none;
}

.telbnr {
  max-width: 500px;
  margin: 0 auto 30px;
  padding-top: 30px;
}
.telbnr li {
  border: 3px solid #869d87;
  padding: 10px 10px;
  text-align: center;
  border-radius: 50px;
}
.telbnr li a {
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #623b1c;
}
.telbnr li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 900;
  margin-right: 5px;
}
.telbnr li a:hover {
  color: #869d87;
}
.telbnr li:last-of-type {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .telbnr {
    max-width: 90%;
  }
  .telbnr li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .telbnr li:last-of-type {
    margin-left: auto;
  }
  .telbnr li a {
    font-size: 2rem;
  }
}

.telbnr-ttl {
  font-weight: 600;
  font-size: 1.8rem;
  color: #623b1c;
  margin-top: -30px;
}
.telbnr-ttl span {
  background: #F0EFE6;
  padding: 0 20px;
}
@media all and (max-width: 639px) {
  .telbnr-ttl {
    font-size: 1.5rem;
  }
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
  max-width: 1200px;
  margin: 20px auto 20px;
  font-size: 1.2rem;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  color: #aaa;
}
.breadcrumb li a {
  color: #869d87;
}
.breadcrumb li + li:before {
  margin: 0 10px;
  content: "/";
}
@media all and (max-width: 639px) {
  .breadcrumb {
    font-size: 12px;
  }
}

/* form
----------------------------------*/
.form {
  margin: 0 auto;
  width: 90%;
}
.form dl dt {
  float: left;
  width: 280px;
  padding-top: 20px;
  font-weight: 600;
}
.form dl dt span {
  color: #fff;
  background: #869d87;
  padding: 5px 8px;
  margin-right: 5px;
  font-size: 11px;
  border-radius: 20px;
  position: relative;
  top: -2px;
}
.form dl dt span.nini {
  background: rgba(94, 194, 209, 0.5);
  color: #623b1c;
}
.form dl dd {
  padding-left: 280px;
  padding-bottom: 20px;
  padding-top: 23px;
  line-height: 1.5;
  border-bottom: 1px dotted #cccccc;
}
.form dl dd:last-child {
  border-bottom: none;
}
.form .textarea,
.form textarea {
  border: 0;
  padding: 15px;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  background: #f0f0f0;
}
.form .textarea02 {
  width: 48.5%;
  margin-right: 3%;
}
.form .textarea02:last-child {
  margin-right: 0;
}
.form .textarea03 {
  width: 20%;
  margin-right: 1%;
}
.form button {
  cursor: pointer;
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #788B9A;
  font-weight: 600;
  padding: 12px 5px;
  margin: 0 auto;
  width: 250px;
  background: #788B9A;
  border-radius: 25px;
}
.form button:hover {
  background: #fff;
  color: #869d87;
}
.form button:before {
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  font-weight: 900;
  margin-right: 10px;
}
.form .select-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 192px;
  min-width: 12em;
  background-color: #f0f0f0;
  border: 0;
  color: #333;
}
.form .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 200%;
  width: -webkit-calc(100% + 5em);
  margin: 0;
  padding: 15px 35px 15px 15px;
  background: transparent;
  border: 0;
  outline: none;
  line-height: 1.5;
}
.form .entypo-down-open-mini:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  right: 0.75rem;
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  color: #869d87;
  font-weight: 700;
}
.form label.radio_text {
  cursor: pointer;
  position: relative;
  margin-right: 20px;
  overflow: hidden;
  padding-left: 20px;
  display: inline-block;
}
.form label.radio_text:before {
  position: absolute;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  left: 0px;
  top: 2px;
  content: "";
  z-index: 3;
}
.form label.radio_text:after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  left: 2px;
  top: 4px;
  background-color: #869d87;
  z-index: 1;
}
.form label.radio_text input[type=radio] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  left: -23px;
  top: 0px;
  margin: 0px;
  box-shadow: 20px -1px #fff;
}
.form label.radio_text input[type=radio]:checked {
  box-shadow: none;
}
.form label.radio_text input[type=radio]:focus {
  opacity: 0.2;
  box-shadow: 20px -1px #eeebda;
}
.form label.checkbox_text {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: inline-block;
}
.form label.checkbox_text:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0px;
  top: 0;
  border: 1px solid #ccc;
  z-index: 3;
  padding: 1px;
}
.form label.checkbox_text:after {
  content: "";
  position: absolute;
  top: 25%;
  left: 5px;
  display: block;
  margin-top: -9px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #869d87;
  border-bottom: 3px solid #869d87;
  transform: rotate(45deg);
  z-index: 1;
}
@media all and (max-width: 639px) {
  .form label.checkbox_text:after {
    margin-top: -18px;
  }
}
.form label.checkbox_text input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: -40px;
  width: 20px;
  height: 20px;
  display: block;
  box-shadow: 41px 0px #fff;
  z-index: 2;
  margin: 0px;
  padding: 0px;
}
.form label.checkbox_text input[type=checkbox]:checked {
  box-shadow: none;
}
.form label.checkbox_text input[type=checkbox]:checked:focus {
  box-shadow: 40px 0px #666;
  opacity: 0.1;
}
.form label.checkbox_text input[type=checkbox]:focus {
  box-shadow: 41px 0px #eee;
}
.form input[type=text],
.form textarea {
  font-size: 16px;
}
@media all and (max-width: 639px) {
  .form input[type=text],
  .form textarea {
    transform: scale(0.9);
    margin-left: -5px;
  }
}

.fm-txt {
  font-size: 1.4rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
}

.thanks {
  padding: 40px;
  border: 3px solid #fefefe;
  box-shadow: 0 0 0 6px rgba(134, 157, 135, 0.2);
  max-width: 700px;
  margin: 0 auto;
  border-radius: 20px;
}
@media all and (max-width: 639px) {
  .thanks {
    max-width: 90%;
    padding: 30px 20px;
  }
}

.shadow {
  box-shadow: 0 0 10px rgba(98, 59, 28, 0.1);
}

.policy {
  padding: 30px;
  background: rgba(94, 194, 209, 0.1);
}
.policy .policy-box {
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .policy {
    padding: 20px;
  }
}

.mtitle_small {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 4px;
  margin-bottom: 15px;
  color: #869d87;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
.mtitle_small .eng {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
.mtitle_small .genre {
  display: inline-block;
  background: #fff;
  color: #869d87;
  font-size: 1.4rem;
  padding: 0 4px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  margin-left: auto;
  text-align: right;
}
.mtitle_small:before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #943035;
  position: absolute;
  left: 0;
  bottom: -1px;
}
@media all and (max-width: 639px) {
  .mtitle_small {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mtitle_small2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.mtitle_small2:before {
  content: "";
  background-color: #869d87;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.6em;
  left: 0;
}

/* gallery(photobox)
----------------------------------*/
.gallery_ul {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-left: -2%;
}
@media all and (max-width: 639px) {
  .gallery_ul {
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery_ul > li {
  width: 31.33%;
  margin-left: 2%;
  margin-bottom: 4%;
}
.gallery_ul > li .photobox-wrap {
  width: 100%;
  height: 240px;
  text-align: center;
  overflow: hidden;
  background: rgba(148, 48, 53, 0.1);
  margin-bottom: 10px;
}
.gallery_ul > li .photobox-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;";
  object-position: 50% 50%;
}
@media all and (max-width: 900px) {
  .gallery_ul > li {
    width: 48%;
  }
}
@media all and (max-width: 639px) {
  .gallery_ul > li {
    width: 85%;
    margin: 0 auto 30px;
  }
  .gallery_ul > li .photobox-wrap {
    height: 180px;
  }
}

.comment {
  font-size: 1.4rem;
  letter-spacing: 0;
  padding: 0 5px;
  color: #623b1c;
}
@media all and (max-width: 639px) {
  .comment {
    font-size: 12px;
  }
}

/*photoギャラリー*/
.gallery {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.gallery li {
  width: 24%;
  margin: 0 1.3333333333% 30px 0;
}
.gallery li:nth-child(4n) {
  margin-right: 0;
}
.gallery li a {
  background: rgba(240, 239, 230, 0.2);
  display: block;
  text-align: center;
  padding: 0px;
  height: 230px;
}
.gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}
.gallery li p {
  font-size: 14px;
  margin: 3px 0 10px;
  letter-spacing: 0;
}

@media all and (max-width: 900px) {
  .gallery li {
    width: 48%;
    margin: 0 4% 20px 0;
  }
  .gallery li:nth-child(2n) {
    margin-right: 0;
  }
  .gallery li a {
    height: 180px;
  }
  .gallery li p {
    font-size: 12px;
  }
}
.list2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: -50px;
}
@media all and (max-width: 639px) {
  .list2 {
    margin-top: -25px;
  }
}
.list2.type1 > li,
.list2.type1 .child {
  background: #fefefe;
  padding: 25px;
}
@media all and (max-width: 639px) {
  .list2.type1 > li,
  .list2.type1 .child {
    padding: 15px;
  }
}
.list2 > li,
.list2 .child {
  width: 48%;
  margin-top: 50px;
}
.list2 > li:nth-child(2n),
.list2 .child:nth-child(2n) {
  margin-left: 4%;
}
@media all and (max-width: 639px) {
  .list2 > li:nth-child(2n),
  .list2 .child:nth-child(2n) {
    margin-left: auto;
  }
}
@media all and (max-width: 639px) {
  .list2 > li,
  .list2 .child {
    width: 100%;
    margin: 25px auto 0;
  }
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}
.list3 li {
  width: 31%;
  position: relative;
  margin: 0 3.495% 30px 0;
}
.list3 li:nth-child(3n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list3 li {
    width: 95%;
    margin: 0 auto 30px;
  }
  .list3 li:nth-child(3n) {
    margin-right: auto;
  }
}

.list4 {
  display: flex;
  flex-wrap: wrap;
}
.list4 li {
  width: 24%;
  margin: 0 1.3333333333% 25px 0;
}
.list4 li:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 639px) {
  .list4 li {
    width: 48%;
    margin-right: 4%;
  }
  .list4 li:nth-child(2n) {
    margin-right: 0;
  }
}

.prv dt {
  color: #869d87;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
}

#works:before {
  content: "";
  height: 80px;
  margin-top: -80px;
  display: block;
  visibility: hidden;
}

.note {
  padding: 15px;
  margin-top: 10px;
  background: rgba(240, 239, 230, 0.7);
}

.note2 {
  padding: 15px;
  margin-top: 10px;
  background: #f9f9f9;
}
.note2 p {
  color: #4a594e;
}

.flow-dl.type1 dt {
  color: #788B9A;
}
.flow-dl.type1 dt span {
  color: #5ec2d1;
}
.flow-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flow-dl .inner {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background: #fefefe;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(98, 59, 28, 0.05);
  margin-bottom: 30px;
}
.flow-dl dt {
  width: 10%;
  color: rgb(95.9863013699, 118.5136986301, 96.9657534247);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
.flow-dl dt span {
  letter-spacing: 0.2rem;
  color: #869d87;
  display: block;
  line-height: 1;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 4rem;
}
.flow-dl dd {
  width: 85%;
}
@media all and (max-width: 639px) {
  .flow-dl .inner {
    width: 100%;
  }
  .flow-dl dt {
    font-size: 1.2rem;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 15px;
  }
  .flow-dl dt span {
    font-size: 3rem;
    display: inline-block;
    padding-left: 8px;
  }
  .flow-dl dt {
    width: 100%;
  }
  .flow-dl dt p {
    text-align: center;
    margin-top: 10px;
  }
  .flow-dl dd {
    width: 100%;
  }
}

.feature-dl.type1 dt {
  color: #788B9A;
}
.feature-dl.type1 dt span {
  color: #5ec2d1;
}
.feature-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature-dl .inner {
  width: 31%;
  padding: 20px;
  background: #fefefe;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(85, 85, 85, 0.1);
  margin-bottom: 25px;
}
.feature-dl dt {
  color: rgb(95.9863013699, 118.5136986301, 96.9657534247);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  text-align: center;
}
.feature-dl dt span {
  color: #869d87;
  letter-spacing: 0.2rem;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 3.5rem;
}
.feature-dl dd {
  padding-top: 10px;
  border-top: 0.9px solid #869d87;
}
@media all and (max-width: 639px) {
  .feature-dl .inner {
    width: 100%;
    margin: 0 auto 25px;
  }
  .feature-dl dt {
    font-size: 1.2rem;
  }
  .feature-dl dt span {
    font-size: 1.8rem;
  }
  .feature-dl dt {
    width: 100%;
  }
  .feature-dl dt p {
    text-align: center;
    margin-top: 10px;
  }
}

.more-contents {
  display: none;
  padding: 15px;
  background: #F0EFE6;
  margin-top: 20px;
}

.txt1 {
  padding-left: 10px;
}

.fee-box {
  margin: 10px 0 20px;
  font-weight: 600;
  background: lemonchiffon;
  padding: 5px;
}
.fee-box span {
  display: block;
  font-weight: normal;
}

.blog-month {
  margin-bottom: 10px;
}
.blog-month ul {
  display: flex;
  flex-wrap: wrap;
}
.blog-month ul li {
  width: 49%;
  padding: 5px 0;
  margin-bottom: 5px;
  text-align: center;
  letter-spacing: 0;
  background: #333;
}
.blog-month ul li:nth-child(2n) {
  margin-left: 2%;
}
.blog-month ul li a {
  color: #fff;
  font-size: 12px;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#contact {
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}

.list-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list-center li:not(:last-child) {
  margin-right: 20px;
}
@media all and (max-width: 639px) {
  .list-center {
    flex-direction: column;
  }
  .list-center li {
    width: 100%;
  }
  .list-center li:not(:last-child) {
    margin: 0 0 15px;
  }
}

.faq-dl .faq-inner {
  padding: 10px;
  margin-bottom: 20px;
}
.faq-dl .faq-inner:not(:last-of-type) {
  margin-bottom: 35px;
  padding-bottom: 20px;
  border-bottom: 3px solid #eee;
}
.faq-dl .faq-inner dt,
.faq-dl .faq-inner dd {
  position: relative;
  padding: 10px 10px 10px 55px;
}
.faq-dl .faq-inner dt:before,
.faq-dl .faq-inner dd:before {
  position: absolute;
  content: "";
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  left: 0;
  top: 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
.faq-dl .faq-inner dt {
  margin-bottom: 10px;
  font-weight: 600;
  font-weight: 600;
  color: rgb(107.397260274, 132.602739726, 108.4931506849);
}
.faq-dl .faq-inner dt:before {
  content: "Q";
  color: #869d87;
  font-size: 3rem;
  background: rgba(134, 157, 135, 0.2);
}
.faq-dl .faq-inner dd:before {
  content: "A";
  color: #f09f2e;
  font-size: 3rem;
  background: rgba(255, 223, 44, 0.2);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 30px !important;
  right: auto;
  background: rgba(134, 157, 135, 0.7);
}
@media all and (max-width: 639px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 10px !important;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 30px !important;
  left: auto;
  background: rgba(134, 157, 135, 0.7);
}
@media all and (max-width: 639px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 10px !important;
  }
}

@media all and (max-width: 639px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 17px !important;
    height: 28px !important;
    background-size: 17px 28px !important;
  }
}

.point-num {
  position: relative;
  z-index: 2;
  margin: -30px auto 5px;
  line-height: 1;
  color: #111;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 5rem;
  border-radius: 100%;
  text-align: center;
}
@media all and (max-width: 639px) {
  .point-num {
    font-size: 3rem;
  }
}

.bnr-list {
  text-align: center;
}
@media all and (max-width: 900px) {
  .bnr-list li {
    width: 48%;
    margin-right: 4%;
  }
  .bnr-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.bnr-list a {
  display: block;
  text-align: center;
  background: #fefefe;
  padding: 8px 5px;
  font-size: 1.3rem;
  height: 100%;
}
.bnr-list a img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  height: 45px;
}
@media all and (max-width: 639px) {
  .bnr-list a {
    font-size: 12px;
    line-height: 1.5;
  }
  .bnr-list a img {
    height: 30px;
  }
}
.bnr-list li.bnr-txt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 60px;
  background: #fefefe;
}
@media all and (max-width: 639px) {
  .bnr-list li.bnr-txt {
    font-size: 1.5rem;
  }
}

.sns-list {
  display: flex;
}
.sns-list.center {
  justify-content: center;
  margin: 15px 0;
}
.sns-list li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
  display: block;
  background: #943035;
  border-radius: 100%;
  text-align: center;
  transition: all 0.2s ease-in;
  position: relative;
}
.sns-list li a:hover {
  opacity: 0.7;
}
.sns-list li a.btn-facebook {
  background: #1877f2;
}
.sns-list li a.btn-twitter {
  background: #1da1f2;
}
.sns-list li a.btn-instagram {
  overflow: hidden;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.sns-list li a.btn-instagram i {
  position: relative;
  z-index: 2;
}
.sns-list li a.btn-instagram:before {
  content: "";
  position: absolute;
  /*絶対配置*/
  top: 18px;
  /*ずらす*/
  left: -10px;
  /*ずらす*/
  width: 50px;
  /*グラデーションカバーの幅*/
  height: 50px;
  /*グラデーションカバーの高さ*/
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}
.sns-list li:not(:last-child) {
  margin-right: 10px;
}
@media all and (max-width: 900px) {
  .sns-list li:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 0;
  }
}

.title-big {
  text-align: center;
}
.title-big .eng {
  display: block;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 6rem;
  color: #869d87;
}
.title-big .ja {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .title-big .eng {
    font-size: 3.5rem;
  }
  .title-big .ja {
    font-size: 1.4rem;
  }
}

.title01 {
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 2.4rem;
  margin-bottom: 15px;
  color: rgb(109.4897959184, 35.5102040816, 39.2091836735);
  line-height: 1.4;
}
.title01 .ja {
  font-family: "Shippori Mincho", serif, "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  display: block;
  font-size: 1.6rem;
  color: #623b1c;
  font-weight: 600;
}

.title02 {
  margin-bottom: 10px;
}
.title02 span {
  display: inline-block;
}
@media all and (max-width: 639px) {
  .title02 span:not(.lead) {
    display: block;
  }
}
.title02 .lead {
  background: #8fce96;
  display: inline-block;
  margin-right: 4px;
  color: #fff;
  padding: 3px 8px;
  font-weight: 600;
  line-height: 1.3;
}
.title03 {
  font-size: 2.8rem;
  color: #fff;
  margin-bottom: 20px;
}
.title03.type1 {
  color: #869d87;
}
@media all and (max-width: 639px) {
  .title03 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.title04 {
  margin-bottom: 25px;
  position: relative;
  font-size: 1.8rem;
  padding-left: 55px;
  padding-top: 8px;
  color: #623b1c;
}
.title04 .num {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 5rem;
  line-height: 1;
  font-family: "Arvo", serif;
  font-weight: 400;
  color: rgb(109.4897959184, 35.5102040816, 39.2091836735);
}
@media all and (max-width: 639px) {
  .title04 {
    font-size: 1.3rem;
    padding-left: 50px;
    padding-top: 0;
  }
  .title04 .num {
    font-size: 3rem;
  }
}

.head-border {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.head-border span {
  font-size: 2rem;
  color: #832d3a;
  letter-spacing: 0.15em;
}
@media all and (max-width: 639px) {
  .head-border span {
    font-size: 1.4rem;
  }
}
.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  width: 10px;
  background-color: #869d87;
}
.head-border:before {
  margin-right: 1em;
}
.head-border:after {
  margin-left: 1em;
}

.slick-prev,
.slick-next {
  background: rgba(255, 255, 255, 0.8);
  width: 35px;
  height: 35px;
  z-index: 20 !important;
  border-radius: 50%;
  border: 1px solid #6D706D;
  top: 40%;
  transition: all 0.2s ease-in;
}
.slick-prev:before,
.slick-next:before {
  color: #6D706D;
}
.slick-prev:hover,
.slick-next:hover {
  background: #F1F5F3;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.txt01 {
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .txt01 {
    font-size: 13px;
  }
}

.txt02 {
  padding: 25px;
  background: #fefefe;
  border-radius: 20px;
  color: #623b1c;
  font-weight: 600;
}

.flow-txt {
  font-size: 2.2rem;
  text-align: center;
  color: #869d87;
  font-family: "Shippori Mincho", serif, "YakuHanMP", "Noto Serif JP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  margin: 30px auto;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.flow-txt span {
  font-size: 1.4rem;
  color: #623b1c;
}

.top-gallery {
  margin: 30px auto;
}
.top-gallery li {
  margin: 0 8px;
}
.top-gallery li a {
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px !important;
}
.top-gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media all and (max-width: 639px) {
  .top-gallery li a {
    height: 250px;
  }
}

.vertical-box {
  position: relative;
}
.vertical-box .vertical-content {
  margin-left: 150px;
}
@media all and (max-width: 639px) {
  .vertical-box .vertical-content {
    margin: 20px 0 0;
  }
}

.column2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.column2.tp {
  align-items: flex-start;
}
.column2.row_r {
  flex-direction: row-reverse;
}
.column2.te {
  align-items: flex-end;
}
.column2 .child0 {
  width: 50%;
}
.column2 .child {
  width: 47%;
}
.column2 .child2 {
  width: 40%;
}
.column2 .child3 {
  width: 55%;
}
.column2 .child4 {
  width: 30%;
}
.column2 .child5 {
  width: 65%;
}
@media all and (max-width: 900px) {
  .column2 {
    flex-direction: column;
  }
  .column2 .child0 {
    width: 80%;
  }
  .column2 .child,
  .column2 .child2,
  .column2 .child3,
  .column2 .child4,
  .column2 .child5 {
    width: 100%;
  }
  .column2 .child.bm20,
  .column2 .child2.bm20,
  .column2 .child3.bm20,
  .column2 .child4.bm20,
  .column2 .child5.bm20 {
    margin-bottom: 20px;
  }
  .column2 .child.bm30,
  .column2 .child2.bm30,
  .column2 .child3.bm30,
  .column2 .child4.bm30,
  .column2 .child5.bm30 {
    margin-bottom: 30px;
  }
  .column2 .child.column2-img,
  .column2 .child2.column2-img,
  .column2 .child3.column2-img,
  .column2 .child4.column2-img,
  .column2 .child5.column2-img {
    order: -1;
    margin-bottom: 30px;
  }
}

.top-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.top-list > li {
  width: 23.5%;
  position: relative;
}
.top-list > li:nth-child(even) {
  transform: translateY(40px);
}
@media all and (max-width: 900px) {
  .top-list > li {
    width: 48%;
    margin-bottom: 30px;
  }
}
.top-list .top-list-title {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
}
.top-list .top-list-title span {
  border-radius: 5px 0 0 0;
  background: #fff;
  color: #623b1c;
  font-weight: 600;
  padding: 3px 8px;
}
@media all and (max-width: 639px) {
  .top-list .top-list-title span {
    display: block;
  }
}

.kiritori {
  display: block;
  margin: 45px auto;
  height: 1px;
  width: 90%;
  background-image: linear-gradient(to right, #832d3a, #943035);
  opacity: 0.6;
}

/* animation
----------------------------------*/
@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animation-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 101%;
  }
}
@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 101%;
    width: 0;
  }
}
@-webkit-keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-content.move .animation-bar:before {
  animation: animation-bar 0.8s ease 0s 1 normal forwards;
}
.animation-content.move .animation-txt {
  animation: animation-txt 0s ease 0.4s 1 normal forwards;
}
.animation-content .animation-box {
  display: block;
  text-align: center;
}
.animation-content .animation-bar {
  position: relative;
  display: inline-block;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.animation-content .animation-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #869d87;
}
.animation-content .animation-txt {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 2s;
}
.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.top-bg {
  position: relative;
}
.top-bg:before {
  position: absolute;
  content: "";
  width: 15%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #F1F5F3, #943035);
  z-index: -1;
  opacity: 0.2;
}
@media all and (max-width: 639px) {
  .top-bg:before {
    width: 30%;
  }
}

.top-greet-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 900px) {
  .top-greet-wrap {
    flex-direction: column;
    margin: 0;
  }
}
@media all and (max-width: 639px) {
  .top-greet-wrap {
    justify-content: center;
  }
}

.top-greet-img1 {
  width: 47%;
  position: relative;
}
.top-greet-img1 img {
  width: 100%;
}
@media all and (max-width: 1025px) {
  .top-greet-img1 {
    width: 90%;
    margin: auto;
  }
}
@media all and (max-width: 639px) {
  .top-greet-img1 {
    width: 100%;
  }
}

.top-greet-lead {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  position: absolute;
  left: 40px;
  top: -30px;
  font-family: "Arvo", serif;
  font-weight: 400;
  z-index: 2;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media all and (max-width: 639px) {
  .top-greet-lead {
    font-size: 1.5rem;
  }
}

.top-greet-box {
  width: 45%;
  position: relative;
  z-index: 2;
}
.top-greet-box p {
  letter-spacing: 0.15em;
  line-height: 2;
  margin-top: 40px;
}
@media all and (max-width: 1025px) {
  .top-greet-box {
    width: 100%;
    margin: auto;
  }
}
@media all and (max-width: 900px) {
  .top-greet-box {
    width: 500px;
    margin: 30px auto 0;
  }
}
@media all and (max-width: 639px) {
  .top-greet-box {
    padding: 0px;
    width: 100%;
  }
  .top-greet-box p {
    letter-spacing: 0.05em;
  }
}

.greet-title {
  font-size: 2.2rem;
  letter-spacing: 0.2vw;
  font-weight: 600;
  line-height: 2;
}
@media all and (max-width: 639px) {
  .greet-title {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.top-greet-txt {
  padding: 20px;
}

.top-greet-img-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1500px;
  margin: 20px auto 0;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.top-greet-img-box .img-box1 {
  width: 40%;
}
.top-greet-img-box .img-box2 {
  width: 55%;
  margin-bottom: 30px;
}

.name {
  margin: 10px auto 10px;
  position: relative;
  z-index: 2;
  max-width: 300px;
  border-top: 2px solid #F1F5F3;
  border-bottom: 2px solid #F1F5F3;
  padding: 20px;
  font-size: 1.7rem;
  color: #869d87;
  text-align: center;
}
.name .small {
  font-size: 1.3rem;
  font-family: "Arvo", serif;
  font-weight: 400;
  color: #333;
  display: block;
}

.staff-txt {
  padding: 10px;
  text-align: center;
}

.marker-b {
  background: #333;
  color: #fff;
  padding: 0 4px;
}

.marker-brown {
  background: #623b1c;
  color: #fff;
  padding: 0 4px;
}

.menu-list {
  margin-bottom: 30px;
}
.menu-list.type1 li {
  background: #869d87;
  color: #fff;
}
.menu-list.type1 li .right {
  color: #ffdf2c;
}
.menu-list > li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 4px;
}
.menu-list > li.info2 {
  display: block;
  padding: 0;
  color: rgb(137.6666666667, 82.880952381, 39.3333333333);
  margin-bottom: 0 !important;
}
.menu-list > li.info2:before {
  display: none;
}
.menu-list > li:not(:last-of-type) {
  margin-bottom: 20px;
}
.menu-list > li p {
  display: inline-block;
  line-height: 1.5;
}
.menu-list > li:before {
  background: radial-gradient(#aaa 20%, transparent 0) center center/8px 8px;
  content: "";
  display: inline-block;
  flex: 1;
  height: 4px;
  margin: 0 1.2em;
}
@media all and (max-width: 639px) {
  .menu-list > li:before {
    margin: 0 5px;
  }
}
.menu-list > li .info {
  flex-basis: 100%;
  font-size: 1.4rem;
  color: #869d87;
  margin-top: 10px;
  font-family: "Noto Sans JP", "YakuHanJP", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 8px;
  letter-spacing: 0;
}
@media all and (max-width: 639px) {
  .menu-list > li .info {
    font-size: 13px;
  }
}
.menu-list > li .left {
  order: -1;
  max-width: 65%;
  letter-spacing: 0.1rem;
  font-weight: 600;
}
.menu-list > li .left .small {
  color: #555;
  padding-top: 5px;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.menu-list > li .left {
  position: relative;
}
.menu-list > li .left:after {
  content: ".";
  display: inline-block;
  width: 0;
  color: transparent;
  pointer-events: none;
}
@media all and (max-width: 639px) {
  .menu-list > li .left {
    max-width: 65%;
  }
  .menu-list > li .left .small {
    font-size: 12px;
  }
}
.menu-list > li .right {
  max-width: 35%;
  text-align: right;
  font-family: "Arvo", serif;
  font-weight: 400;
}

.menu-title {
  margin: -55px 0 30px;
  position: relative;
  z-index: 2;
}
.menu-title span {
  background: #869d87;
  padding: 4px 8px;
  color: #fff;
  font-size: 1.8rem;
}
.menu-title span em {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-style: normal;
  font-size: 2.2rem;
}
@media all and (max-width: 639px) {
  .menu-title {
    margin-top: -45px;
  }
  .menu-title span {
    font-size: 1.3rem;
  }
  .menu-title span em {
    font-size: 1.5rem;
  }
}

/* --calendar--
----------------------------------*/
.calendar_head {
  color: #222;
  padding: 6px;
}

.calendar-box {
  font-size: 0.9em;
}
.calendar-box div.calendar {
  width: 100%;
}
.calendar-box table {
  width: 100%;
}
.calendar-box table th,
.calendar-box table td {
  width: 14.28%;
  border: 0.9px solid #666;
  font-weight: normal;
  padding: 5px;
  height: 45px;
  font-size: 1.3rem;
  color: #623b1c;
}
@media all and (max-width: 639px) {
  .calendar-box table th,
  .calendar-box table td {
    height: 40px;
    font-size: 1.2rem;
  }
}
.calendar-box table th {
  background: #F0EFE6;
  vertical-align: middle;
  font-weight: 600;
}
.calendar-box table td {
  background: #fefefe;
}
.calendar-box table td.off {
  background: #943035;
  color: rgb(93.0397727273, 31.9602272727, 41.1931818182);
}
.calendar-box th.sun,
.calendar-box td.sun {
  color: rgb(93.0397727273, 31.9602272727, 41.1931818182);
}
.calendar-box th.sat,
.calendar-box td.sat {
  color: #788B9A;
}
.calendar-box .item-td {
  background: #eadc8b;
}
.calendar-box .item-td .days {
  color: #623b1c;
}
.calendar-box .item-td .item {
  display: none;
}

.calendar-info {
  max-width: 300px;
  margin: 20px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  background: #fff;
  padding: 10px;
}
.calendar-info .info-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.calendar-info .info-child:not(:last-child) {
  margin-right: 20px;
}
.calendar-info .info-txt {
  margin-left: 10px;
}
.calendar-info .mark {
  font-size: 2.5rem;
}
.calendar-info .mark.mark1 {
  color: #943035;
}
.calendar-info .mark.mark2 {
  color: #d1edf9;
}

.frame-box {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  box-shadow: rgba(148, 48, 53, 0.1) 0px 10px 50px;
  border: 4px double #623b1c;
  background: #fefefe;
}
.frame-box:before, .frame-box:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: 0;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .frame-box:before, .frame-box:after {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
}
.frame-box:before {
  background: url(../img/fr-left.png) no-repeat left top/contain;
  left: 0;
}
.frame-box:after {
  background: url(../img/fr-right.png) no-repeat right top/contain;
  right: 0;
}

.frame-bottom {
  position: relative;
}
.frame-bottom:before, .frame-bottom:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  bottom: 0;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .frame-bottom:before, .frame-bottom:after {
    width: 40px;
    height: 40px;
    opacity: 0.5;
  }
}
.frame-bottom:before {
  background: url(../img/fr-b-left.png) no-repeat left top/contain;
  left: 0;
}
.frame-bottom:after {
  background: url(../img/fr-b-right.png) no-repeat right top/contain;
  right: 0;
}

.frame-inner {
  padding: 75px 40px;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 639px) {
  .frame-inner {
    padding: 40px 12px;
  }
}

.pai-list {
  position: relative;
  padding: 25px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.3;
  background: #fff;
  color: #623b1c;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .pai-list {
    font-size: 1.3rem;
    padding: 15px;
  }
}
.pai-list:before, .pai-list:after {
  content: "";
  position: absolute;
  width: 35px;
  height: 35px;
  opacity: 0.7;
}
@media all and (max-width: 639px) {
  .pai-list:before, .pai-list:after {
    width: 25px;
    height: 25px;
  }
}
.pai-list:before {
  left: 0;
  top: 0;
  border-top: 0.9px solid #943035;
  border-left: 0.9px solid #943035;
}
.pai-list:after {
  right: 0;
  bottom: 0;
  border-right: 0.9px solid #943035;
  border-bottom: 0.9px solid #943035;
}

.hoshou {
  font-weight: 600;
}
.hoshou span {
  font-size: 2rem;
  color: #832d3a;
}
.hoshou {
  border-bottom: 1px solid #ccc;
}

.style {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.style a {
  display: block;
  width: 47%;
  height: 300px;
  padding: 0 10px;
}
@media all and (max-width: 639px) {
  .style a {
    height: 240px;
    padding: 0 5px;
  }
}
.style a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  object-position: 50% 0%;
}

.recipe {
  position: relative;
  padding: 20px 10px 10px;
  margin-top: 10px;
}
.recipe:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
  background-image: repeating-linear-gradient(-45deg, #ddd, #ddd 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  backface-visibility: hidden;
  opacity: 0.5;
}

.recipe-dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recipe-dl dt {
  width: 5.5em;
  color: rgb(70.9795918367, 23.0204081633, 25.4183673469);
  text-transform: uppercase;
}
.recipe-dl dt:after {
  content: "・・・";
  margin-left: 3px;
  font-size: 10px;
}
.recipe-dl dd {
  width: calc(100% - 7em);
}

.fixed-btn {
  position: fixed;
  right: 0;
  top: 120px;
  z-index: 40;
}
.fixed-btn a {
  padding: 10px 30px 10px 10px;
  border-radius: 8px 0 0 8px;
  width: 70px;
  background: #943035;
  border-right: 0;
  transform: translateX(20px);
  display: block;
  transition: transform 0.2s ease-in;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  text-orientation: mixed;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}
.fixed-btn a span {
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  padding-top: 5px;
}
.fixed-btn a:hover {
  transform: translateX(0px);
}
@media all and (max-width: 1025px) {
  .fixed-btn {
    display: none;
  }
}

.lead-box {
  padding: 40px;
  letter-spacing: 0.15em;
  line-height: 2.2;
  border: 5px solid rgba(160, 140, 100, 0.3); /* $sub_colorを想定した色味にしています */
  position: relative;
  margin-bottom: 60px; /* 下のリストとの間隔 */
  text-align: center;
}
.lead-box:before, .lead-box:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  background: #333;
  transform: rotate(-45deg);
}
.lead-box:before {
  top: 15px;
  left: -33px;
}
.lead-box:after {
  bottom: 15px;
  right: -33px;
}

.top-menu-list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.top-menu-list .menu-item {
  flex: 1;
  min-width: 300px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2.5;
}
@media all and (max-width: 639px) {
  .top-menu-list .menu-item {
    aspect-ratio: 3.5/2.5;
  }
}
.top-menu-list .menu-item:hover .image-wrapper img {
  transform: scale(1.1);
}
.top-menu-list .menu-item:hover .more-circle {
  background: #fff;
  color: #000;
}
.top-menu-list .menu-item .image-wrapper {
  width: 100%;
  height: 100%;
}
.top-menu-list .menu-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.top-menu-list .menu-item .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.top-menu-list .menu-item .content-overlay .text-group h3 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  font-weight: 500;
}
.top-menu-list .menu-item .content-overlay .text-group p {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media all and (max-width: 639px) {
  .top-menu-list .menu-item .content-overlay .text-group h3 {
    font-size: 2rem;
  }
}
.top-menu-list .menu-item .content-overlay .more-circle {
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  transition: all 0.3s ease;
}

.about_terrace {
  width: 100%;
  margin: 80px 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 100px;
  position: relative;
}
.about_terrace .terrace-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  line-height: 0;
  width: calc(100% + (100vw - 100%) / 2);
  margin-right: calc((100% - 100vw) / 2);
  position: relative;
  z-index: 1;
}
.about_terrace .terrace-grid .main-image {
  width: 100%;
  height: 100%;
}
.about_terrace .terrace-grid .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_terrace .terrace-grid .sub-images {
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.about_terrace .terrace-grid .sub-images .sub-image-item {
  width: 100%;
  height: 100%;
}
.about_terrace .terrace-grid .sub-images .sub-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_terrace .terrace-content {
  padding: 40px 0;
  text-align: left;
  width: 40%;
  flex-shrink: 0;
}

@media all and (max-width: 1025px) {
  .about_terrace {
    flex-direction: column;
  }
  .about_terrace .terrace-grid {
    width: 100%;
    margin-right: 0;
  }
  .about_terrace .terrace-content {
    width: 100%;
  }
}
.lead-text {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 40px;
}

.accordion-container .toggle {
  display: none;
}
.accordion-container .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.accordion-container .toggle:checked + .Label + .content {
  height: auto;
  transition: all 0.3s;
}
.accordion-container .Label {
  padding: 1em 3em 1em 0em; /* 右側に矢印用の余白を確保 */
  display: inline-block; /* ここをblockからinline-blockに変更 */
  color: rgb(107.397260274, 132.602739726, 108.4931506849);
  position: relative;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
}
@media all and (max-width: 639px) {
  .accordion-container .Label {
    font-size: 1.3rem;
  }
}
.accordion-container .Label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #869d87;
  border-right: 2px solid #869d87;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
  transition: transform 0.3s;
}
.accordion-container .content {
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion-container .content ol {
  margin: 0;
  padding-left: 1.5em;
}
.accordion-container .content ol li {
  line-height: 1.8;
  margin-bottom: 0.5em;
}

.steak-menu-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
.steak-menu-grid .menu-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
}
.steak-menu-grid .menu-card .card-image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.steak-menu-grid .menu-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 90%;
}
.steak-menu-grid .menu-card .card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.steak-menu-grid .menu-card .card-content .card-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.steak-menu-grid .menu-card .card-content .card-title .price_tag {
  padding-left: 30px;
}
.steak-menu-grid .menu-card .card-content .course-includes {
  color: #666;
  margin-bottom: 15px;
  background: #fdf6f0;
  padding: 8px 12px;
  border-radius: 4px;
}
.steak-menu-grid .menu-card .card-content .price-box {
  background: #f9f9f9;
  padding: 15px;
  margin-top: 15px;
}
.steak-menu-grid .menu-card .card-content .price-box .price-table {
  width: 100%;
  border-collapse: collapse;
}
.steak-menu-grid .menu-card .card-content .price-box .price-table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
@media all and (max-width: 639px) {
  .steak-menu-grid .menu-card .card-content .price-box .price-table tr {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.steak-menu-grid .menu-card .card-content .price-box .price-table th {
  text-align: left;
  color: #4a594e;
  white-space: nowrap;
  display: flex;
  flex: 1;
  font-weight: 500;
  align-items: center;
}
.steak-menu-grid .menu-card .card-content .price-box .price-table th.space_l {
  padding-left: 15px;
}
@media all and (max-width: 639px) {
  .steak-menu-grid .menu-card .card-content .price-box .price-table th.space_l {
    padding-left: 0;
  }
}
.steak-menu-grid .menu-card .card-content .price-box .price-table th::after {
  content: "";
  flex: 1;
  margin: 0 10px;
  border-bottom: 1.5px dotted #ccc;
}
@media all and (max-width: 639px) {
  .steak-menu-grid .menu-card .card-content .price-box .price-table th {
    flex: none;
    width: 65%;
  }
}
.steak-menu-grid .menu-card .card-content .price-box .price-table td {
  padding: 4px 10px;
  font-weight: bold;
  font-family: serif;
  text-align: right;
}
@media all and (max-width: 639px) {
  .steak-menu-grid .menu-card .card-content .price-box .price-table td {
    width: 35%;
  }
}
.steak-menu-grid .menu-card .card-content .price-box .price-table td:empty {
  display: none;
}
.steak-menu-grid .menu-card .card-content .price-box .price-table th:empty {
  display: none;
}
.steak-menu-grid .menu-card .card-content .card-note {
  font-size: 0.9em;
  color: #333;
  margin-top: 15px;
  line-height: 1.6;
}
@media all and (max-width: 1025px) {
  .steak-menu-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .steak-menu-grid .menu-card .card-content {
    padding: 20px;
  }
  .steak-menu-grid .menu-card .card-content .card-title {
    font-size: 1.6rem;
  }
  .steak-menu-grid .menu-card .card-content .price-box {
    padding: 12px;
  }
}

.steak-menu-grid2 {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px;
  border: 1px solid #e0e0e0;
}
.steak-menu-grid2 .menu-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.steak-menu-grid2 .menu-card .card-image {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.steak-menu-grid2 .menu-card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 90%;
}
.steak-menu-grid2 .menu-card .card-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.steak-menu-grid2 .menu-card .card-content .card-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.steak-menu-grid2 .menu-card .card-content .card-title .price_tag {
  padding-left: 30px;
}
.steak-menu-grid2 .menu-card .card-content .price-box {
  background: #f9f9f9;
  padding: 15px;
  margin-top: 15px;
}
.steak-menu-grid2 .menu-card .card-content .price-box .price-table {
  width: 100%;
  border-collapse: collapse;
}
.steak-menu-grid2 .menu-card .card-content .price-box .price-table tr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
@media all and (max-width: 639px) {
  .steak-menu-grid2 .menu-card .card-content .price-box .price-table tr {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
.steak-menu-grid2 .menu-card .card-content .price-box .price-table th {
  text-align: left;
  color: #4a594e;
  white-space: nowrap;
  display: flex;
  flex: 1;
  font-weight: 500;
  align-items: center;
}
.steak-menu-grid2 .menu-card .card-content .price-box .price-table th.space_l {
  padding-left: 15px;
}
@media all and (max-width: 639px) {
  .steak-menu-grid2 .menu-card .card-content .price-box .price-table th.space_l {
    padding-left: 0;
  }
}
.steak-menu-grid2 .menu-card .card-content .price-box .price-table th::after {
  content: "";
  flex: 1;
  margin: 0 10px;
  border-bottom: 1.5px dotted #ccc;
}
@media all and (max-width: 639px) {
  .steak-menu-grid2 .menu-card .card-content .price-box .price-table th {
    flex: none;
    width: 65%;
  }
}
.steak-menu-grid2 .menu-card .card-content .price-box .price-table td {
  padding: 4px 10px;
  font-weight: bold;
  font-family: serif;
  text-align: right;
}
@media all and (max-width: 639px) {
  .steak-menu-grid2 .menu-card .card-content .price-box .price-table td {
    width: 35%;
  }
}
.steak-menu-grid2 .menu-card .card-content .price-box .price-table td:empty {
  display: none;
}
.steak-menu-grid2 .menu-card .card-content .price-box .price-table th:empty {
  display: none;
}
.steak-menu-grid2 .menu-card .card-content .card-note {
  font-size: 0.9em;
  color: #333;
  margin-top: 15px;
  line-height: 1.6;
}
@media all and (max-width: 1025px) {
  .steak-menu-grid2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .steak-menu-grid2 .menu-card .card-content {
    padding: 20px;
  }
  .steak-menu-grid2 .menu-card .card-content .card-title {
    font-size: 1.6rem;
  }
  .steak-menu-grid2 .menu-card .card-content .price-box {
    padding: 12px;
  }
}

.photo_column {
  width: 95%;
  max-width: 1200px;
  margin: 90px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.photo_column .photo_column-1,
.photo_column .photo_column-2,
.photo_column .photo_column-3 {
  display: flex;
  flex-direction: column;
}
.photo_column .photo_column-1 img,
.photo_column .photo_column-2 img,
.photo_column .photo_column-3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.photo_column .photo_column-1 {
  width: 50%;
  justify-content: flex-start;
}
@media all and (max-width: 639px) {
  .photo_column .photo_column-1 {
    width: 100%;
  }
}
.photo_column .photo_column-2 {
  width: 22%; /* 真ん中を大きく配置 */
  justify-content: center;
}
.photo_column .photo_column-2 img:first-child {
  margin-bottom: 25px;
}
@media all and (max-width: 639px) {
  .photo_column .photo_column-2 {
    width: 100%;
    order: 3;
  }
  .photo_column .photo_column-2 img:first-child {
    margin-bottom: 0px;
  }
}
.photo_column .photo_column-3 {
  width: 22%;
}
@media all and (max-width: 639px) {
  .photo_column .photo_column-3 {
    width: 100%;
  }
}

.icon_ttl {
  font-size: 1.8rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(134, 157, 135, 0.7);
}
.icon_ttl i {
  color: #869d87;
  padding-right: 5px;
}
@media all and (max-width: 639px) {
  .icon_ttl {
    font-size: 1.4rem;
  }
}

.service_wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 100px;
}
.service_wrap .image {
  width: 50%;
}
.service_wrap .image img {
  display: block;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.service_wrap .detail {
  width: 36%;
}
@media all and (max-width: 1025px) {
  .service_wrap {
    flex-direction: column;
    gap: 40px;
  }
  .service_wrap .image {
    width: 100%;
  }
  .service_wrap .image img {
    height: 300px;
  }
  .service_wrap .detail {
    width: 100%;
    padding: 0 20px;
  }
}
@media all and (max-width: 639px) {
  .service_wrap .detail {
    padding: 0 15px;
  }
}

.canele_image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.canele_image .img01, .canele_image .img02, .canele_image .img03 {
  width: 30%;
  height: 400px;
}
.canele_image .img01 img, .canele_image .img02 img, .canele_image .img03 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.canele_image .img01, .canele_image .img03 {
  margin-top: 50px;
}
.canele_image .img02 {
  display: flex;
  flex-direction: column;
  height: auto;
}
.canele_image .img02 img.contain_img {
  object-fit: contain;
}
.canele_image .img02 img {
  height: 280px;
  margin-bottom: 45px;
}
.canele_image .img02 img:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 639px) {
  .canele_image {
    flex-wrap: wrap;
    gap: 15px;
  }
  .canele_image .img01, .canele_image .img02, .canele_image .img03 {
    margin-top: 0;
    height: auto;
  }
  .canele_image .img01 {
    width: calc(50% - 8px);
    height: 250px;
  }
  .canele_image .img02 {
    width: calc(50% - 8px);
    gap: 10px;
  }
  .canele_image .img02 img {
    height: 120px;
  }
  .canele_image .img03 {
    width: 100%;
    height: 200px;
  }
  .canele_image .img03 img {
    height: 100%;
  }
}

.tcenter_pc {
  text-align: center;
  text-wrap: balance;
  word-break: auto-phrase;
}
@media all and (max-width: 639px) {
  .tcenter_pc {
    text-align: left;
    text-wrap: unset;
    word-break: unset;
  }
}

.shop_imagewrap {
  margin-bottom: 80px;
}
@media all and (max-width: 639px) {
  .shop_imagewrap {
    margin-bottom: 40px;
  }
}

.shop_imagebox {
  display: flex;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.shop_imagebox .item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f0f0f0;
}
.shop_imagebox .item img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
}
@media all and (max-width: 900px) {
  .shop_imagebox .item img {
    height: 250px;
  }
}
@media all and (max-width: 639px) {
  .shop_imagebox {
    display: block;
  }
  .shop_imagebox .item {
    margin-bottom: 20px;
  }
  .shop_imagebox .item img {
    height: 250px;
  }
}