@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.main {
  position: relative;
  z-index: 10;
}
.main::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 576px;
  background: url(../img/common/main_after.webp) no-repeat top;
  background-size: 100% 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 818px) {
  .main::after {
    height: 677px;
    background: url(../img/common/main_after_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.top_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 1;
  left: 0;
  top: 0;
}
.top_bg .bg_item {
  height: 100vh;
}
.top_bg .bg_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mv .img {
  max-width: 250px;
}
@media screen and (max-width: 818px) {
  .mv .img {
    max-width: 150px;
  }
}
.news {
  margin-top: 50px;
}
.news .inner {
  max-width: 1240px;
}
.news .about_footer {
  height: 370px;
}
@media screen and (max-width: 1200px) {
  .news .about_footer {
    height: 290px;
  }
}
@media screen and (max-width: 940px) {
  .news .about_footer {
    height: 260px;
  }
}
@media screen and (max-width: 818px) {
  .news .about_footer {
    height: 96px;
  }
}
.news .about_footer img {
  width: 100%;
  height: 100%;
}
.news .news_item {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  padding: 60px;
}
@media screen and (max-width: 818px) {
  .news .news_item {
    padding: 50px 15px;
  }
}
.news .news_item ul {
  max-width: 846px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .news .news_item ul {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.news .news_item ul li + li {
  margin-top: 30px;
}
.news .news_item ul li a {
  display: flex;
  opacity: 1;
}
.news .news_item ul li a:hover {
  opacity: 1;
}
.news .news_item ul li a:hover .data,
.news .news_item ul li a:hover .tab {
  opacity: 1;
}
.news .news_item ul li a:hover .ttl {
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 818px) {
  .news .news_item ul li a {
    display: block;
  }
}
.news .news_item ul li a .tag {
  width: 221px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .news .news_item ul li a .tag {
    width: 100%;
  }
}
.news .news_item ul li a .tag .data {
  width: 100px;
  color: #222926;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 14px;
}
@media screen and (max-width: 818px) {
  .news .news_item ul li a .tag .data {
    font-size: 12px;
    width: 72px;
  }
}
.news .news_item ul li a .tag .tab {
  width: 121px;
  line-height: 25px;
  border: 1px solid #7B895F;
  color: #7B895F;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  height: fit-content;
}
@media screen and (max-width: 818px) {
  .news .news_item ul li a .tag .tab {
    font-size: 10px;
    width: 101px;
    line-height: 23px;
  }
}
.news .news_item ul li a .ttl {
  width: calc(100% - 221px);
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 818px) {
  .news .news_item ul li a .ttl {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
}
.news .news_item .btn {
  text-align: center;
  width: fit-content;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #7B895F;
  padding-bottom: 2px;
  border-bottom: 1px solid #7B895F;
  line-height: 1.01;
}
.about {
  background: url(../img/top/about_bg.webp) no-repeat top;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .about {
    background: url(../img/top/about_bg_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.about .inner {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 818px) {
  .about .inner {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.about ul {
  display: block;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .about ul {
    margin-top: 40px;
  }
}
.about ul li + li {
  margin-top: 50px;
}
.about ul li:nth-child(odd) dl {
  flex-direction: row-reverse;
}
.about ul li:nth-child(odd) dl dt {
  padding-left: 40px;
}
@media screen and (max-width: 818px) {
  .about ul li:nth-child(odd) dl dt {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 20px;
  }
}
.about ul li dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .about ul li dl {
    display: block;
  }
}
.about ul li dl dt {
  width: 50%;
  padding-right: 40px;
}
@media screen and (max-width: 818px) {
  .about ul li dl dt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.about ul li dl dd {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .about ul li dl dd {
    width: 100%;
  }
}
.about ul li dl dd .ttl {
  color: #7B895F;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: "Kaisei Decol", serif;
}
@media screen and (max-width: 1080px) {
  .about ul li dl dd .ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 980px) {
  .about ul li dl dd .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 818px) {
  .about ul li dl dd .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.about ul li dl dd .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .about ul li dl dd .txt {
    line-height: 1.714;
    font-size: 14px;
  }
}
.about ul li dl dd .txt_item {
  width: 100%;
  padding: 40px 55px 40px 65px;
  background: rgba(245, 244, 237, 0.8);
  margin-top: 25px;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .about ul li dl dd .txt_item {
    padding: 30px;
  }
}
@media screen and (max-width: 1120px) {
  .about ul li dl dd .txt_item {
    padding: 20px;
  }
}
@media screen and (max-width: 818px) {
  .about ul li dl dd .txt_item {
    padding: 10px 15px;
  }
}
.about ul li dl dd .txt_item p {
  font-family: "Kaisei Decol", serif;
}
.about ul li dl dd .txt_item p + p {
  margin-top: 15px;
}
.about ul li dl dd .txt_item p .g_ttl {
  font-size: 24PX;
  letter-spacing: 0.02em;
  line-height: 1.01;
  display: block;
  color: #7B895F;
  margin-bottom: 5px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .about ul li dl dd .txt_item p .g_ttl {
    font-size: 18px;
    margin-bottom: 9px;
    line-height: 1.33;
  }
}
.about ul li dl dd .txt_item p .txt {
  font-size: 14PX;
  letter-spacing: 0.02em;
  line-height: 1.5;
  display: block;
  text-align: left;
}
.about ul li dl dd .txt_item p .txt_list {
  display: flex;
  font-size: 14PX;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 1120px) {
  .about ul li dl dd .txt_item p .txt_list {
    font-size: 13px;
  }
}
@media screen and (max-width: 818px) {
  .about ul li dl dd .txt_item p .txt_list {
    font-size: 12px;
  }
}
.about ul li dl dd .txt_item p .txt_list .txt_ttl {
  width: 102px;
}
@media screen and (max-width: 818px) {
  .about ul li dl dd .txt_item p .txt_list .txt_ttl {
    width: 88px;
  }
}
.about ul li dl dd .txt_item p .txt_list .txt_span {
  width: calc(100% - 102px);
}
@media screen and (max-width: 818px) {
  .about ul li dl dd .txt_item p .txt_list .txt_span {
    width: calc(100% - 88px);
  }
}
@media screen and (max-width: 818px) {
  .about ul li dl dd .txt_item {
    margin-top: 20px;
    padding: 10px 15px;
  }
}
.time {
  position: relative;
  background: url(../img/top/time_bg.webp) no-repeat top;
  background-size: 100% auto;
}
@media screen and (max-width: 818px) {
  .time {
    background: url(../img/top/time_bg_sp.webp) no-repeat top;
    background-size: 100% auto;
  }
}
.time::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 369px;
  background: url(../img/top/time_footer.webp) no-repeat top;
  background-size: 100% 100%;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 818px) {
  .time::after {
    height: 96px;
    background: url(../img/top/time_footer_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.time .inner {
  position: relative;
  z-index: 5;
  padding-top: 90px;
}
@media screen and (max-width: 818px) {
  .time .inner {
    padding-bottom: 130px;
    padding-top: 80px;
  }
}
.time .time_item {
  max-width: 550px;
  margin-left: auto;
  margin-right: 0;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(30px);
  padding: 80px 50px;
}
@media screen and (max-width: 818px) {
  .time .time_item {
    padding: 50px 15px;
  }
}
.time .time_item ul {
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .time .time_item ul {
    margin-top: 30px;
  }
}
.time .time_item ul li + li {
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .time .time_item ul li + li {
    margin-top: 30px;
  }
}
.time .time_item ul li dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  .time .time_item ul li dl {
    display: block;
  }
}
.time .time_item ul li dl dt {
  width: 182px;
  text-align: left;
  font-family: "Kaisei Decol", serif;
  font-size: 35px;
  font-weight: 400;
  color: #7B895F;
  letter-spacing: 0.02em;
  line-height: 1.41;
}
@media screen and (max-width: 818px) {
  .time .time_item ul li dl dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.2;
  }
}
.time .time_item ul li dl dd {
  width: calc(100% - 182px);
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .time .time_item ul li dl dd {
    width: 100%;
  }
}
.time .time_item ul li dl dd .t28 {
  font-size: 28px;
  display: block;
  color: #222926;
}
.time .time_item ul li dl dd .t24 {
  font-size: 24px;
  display: block;
  color: #222926;
}
.time .time_item ul li dl dd .sub {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.2;
}
.time .time_item ul li dl dd .t18 {
  font-size: 18px;
}
.time .time_item ul li dl dd .m25 {
  margin-top: 25px;
}
@media screen and (max-width: 818px) {
  .time .time_item ul li dl dd .m25 {
    margin-top: 23px;
  }
}
.time .time_item ul li dl dd .price {
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: #222926;
  position: relative;
}
.time .time_item ul li dl dd .price + .price {
  margin-top: 2px;
}
.time .time_item ul li dl dd .price::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  opacity: 0.05;
  background: #7B895F;
  z-index: 1;
  left: 0;
  top: 0;
}
.time .time_item ul li dl dd .price .p_l {
  font-size: 12px;
  width: fit-content;
  letter-spacing: 0.02em;
  font-weight: 400;
  z-index: 5;
}
.time .time_item ul li dl dd .price .p_l span {
  font-size: 24px;
  margin-right: 5px;
}
.time .time_item ul li dl dd .price .p_r {
  font-size: 16x;
  width: fit-content;
  letter-spacing: 0.02em;
  font-weight: 400;
  z-index: 5;
}
.time .time_item ul li dl dd .price .p_r span {
  font-size: 24px;
  margin-left: 5px;
  margin-right: 2px;
}
.time .time_item ul li dl dd .price .p_r .span_big {
  font-size: 20px;
}
.time .time_item ul .map {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .time .time_item ul .map {
    margin-top: 25px;
  }
}
.time .time_item ul .map iframe {
  width: 100%;
  height: 200px;
}
.time .time_item ul .map .btn_common {
  display: block;
  text-align: right;
  margin-top: 15px;
  color: #7B895F;
  padding-bottom: 1px;
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 818px) {
  .time .time_item ul .map .btn_common {
    margin-top: 10px;
    font-size: 14px;
  }
}
.ins {
  background: #F5F4ED;
}
.ins .inner {
  padding-top: 120px;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 818px) {
  .ins .inner {
    padding-top: 50px;
  }
}
.ins .sb_instagram_header {
  display: none;
}
.ins #sbi_load {
  display: none;
}
.ins #sb_instagram {
  padding-bottom: 0 !important;
  width: 106% !important;
  margin: auto !important;
  margin-left: -3% !important;
  margin-top: 50px !important;
}
@media screen and (max-width: 818px) {
  .ins #sb_instagram {
    width: 162% !important;
    margin-top: 40px !important;
    margin-left: -31% !important;
  }
}
.ins #sb_instagram.sbi_width_resp {
  width: 162% !important;
  margin-left: -31% !important;
}
.ins #sb_instagram #sbi_images {
  padding: 0 !important;
  display: flex !important;
  gap: 35px !important;
}
.ins .btn_common {
  display: block;
  text-align: right;
  padding-bottom: 1px;
  color: #7B895F;
  width: fit-content;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .ins .btn_common {
    margin-top: 30px;
    font-size: 14px;
  }
}
.faq {
  background: #F5F4ED;
}
.faq .inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 818px) {
  .faq .inner {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
.faq .faq_item {
  position: relative;
  z-index: 10;
  max-width: 704px;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item {
    margin-top: 45px;
  }
}
.faq .faq_item .list li {
  padding-bottom: 15px;
  border-bottom: 1px solid #E4E4E4;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li {
    padding-bottom: 5px;
  }
}
.faq .faq_item .list li + li {
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li + li {
    margin-top: 5px;
  }
}
.faq .faq_item .list li .q_txt {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  line-height: 1.5;
  align-items: self-start;
  display: flex;
  padding-right: 45px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt {
    padding-top: 6px;
    min-height: 35px;
    font-size: 14px;
  }
}
.faq .faq_item .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/common/add.webp) no-repeat center / contain;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
  transition: 0.3s;
}
.faq .faq_item .list li .q_txt p {
  width: calc(100% - 35px);
  text-align: left;
  line-height: 1.5;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt p {
    width: calc(100% - 30px);
  }
}
.faq .faq_item .list li .q_txt span {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  font-family: "Kaisei Decol", serif;
  width: 35px;
  display: block;
  line-height: 1.31;
  color: #7B895F;
  letter-spacing: 0.02em;
  margin-top: -3px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .q_txt span {
    line-height: 1.01;
    font-size: 20px;
    width: 30px;
  }
}
.faq .faq_item .list li .faqactive:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/common/mai.webp) no-repeat center / contain;
  width: 15px;
  height: 15px;
  right: 10px;
  top: 10px;
  transition: 0.3s;
}
.faq .faq_item .list li .a_txt {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  line-height: 1.5;
  align-items: center;
  display: none;
  margin-top: 15px;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt {
    font-size: 12px;
    margin-top: 9px;
  }
}
.faq .faq_item .list li .a_txt .a_list {
  display: flex;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt .a_list {
    padding-right: 45px;
  }
}
.faq .faq_item .list li .a_txt:after {
  display: none;
}
.faq .faq_item .list li .a_txt a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.faq .faq_item .list li .a_txt p {
  text-align: left;
  width: calc(100% - 35px);
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt p {
    width: calc(100% - 30px);
  }
}
.faq .faq_item .list li .a_txt span {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  font-family: "Kaisei Decol", serif;
  width: 35px;
  display: block;
  line-height: 1.31;
  color: #7B895F;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 818px) {
  .faq .faq_item .list li .a_txt span {
    line-height: 1.01;
    font-size: 20px;
    width: 30px;
  }
}
