@charset "UTF-8";
/*============================
 COMMON PARTS
============================*/
@media (min-width: 1040px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.font-en {
  font-family: "Bellefair", serif;
}

.font-min {
  font-family: "Zen Old Mincho", serif;
}

/* title
  ------------------------------*/
.cmn__ttl {
  text-align: center;
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
}

.cmn__ttl span {
  position: relative;
  display: block;
  margin-bottom: 10px;
  color: #c4ac8a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 90px;
  font-family: "Bellefair", sans-serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .cmn__ttl span {
    font-size: 70px;
  }
}

.cmn__ttl p:after {
  position: absolute;
  top: -23px;
  left: -10px;
  content: url(../img/ttl_line.png);
}

.cmn__ttl p .cmn__ttl__green {
  color: #4dc76d;
}

.cmn__ttl .cmn__ttl__ja {
  margin-top: 20px;
  letter-spacing: 0.01em;
  font-size: 22px;
  line-height: 1;
}

@media (max-width: 767px) {
  .cmn__ttl .cmn__ttl__ja {
    font-size: 20px;
  }
}
/* BUTTON
------------------------------*/
.btn__web,
.btn__line {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s;
}

@media (min-width: 1041px) {
  .btn__web:hover,
  .btn__line:hover {
    background-color: #242424;
  }
}
.btn__web {
  background-color: #9ea19d;
}

.btn__line {
  background-color: #06c755;
}

/* 2023.10.10追加▽ */
.btn__insta {
  background-color: #cf2f93;
}
/* 2023.10.10追加△ */

.btn__icon {
  margin-right: 10px;
  width: 1.5em;
  height: 1.5em;
}
@media (max-width: 1040px) {
  .btn__icon {
    margin-right: 0;
  }
}

@media (max-width: 1040px) {
  .footer .btn__icon {
    width: 2em;
    height: 2em;
  }
}
.btn__icon.-web {
  background: url(../img/hd_icon_pc.png) no-repeat center center/contain;
}

.btn__icon.-line {
  background: url(../img/ft_icon_line.png) no-repeat center center/contain;
}

/* 2023.10.10追加▽ */
.btn__icon.-insta {
  background: url(../img/hd_icon_insta.png) no-repeat center center/contain;
  margin: 0;
}
/* 2023.10.10追加△ */

.tel__link a {
  font-family: "Bellefair", sans-serif;
}

.tel__icon {
  display: inline-block;
  margin-right: 7px;
  width: 20px;
  height: 20px;
  background: url(../img/hd_icon_tel.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .tel__icon {
    background: url(../img/ft_icon_tel.png) no-repeat center center/contain;
  }
}

.tel__icon.-white {
  background: url(../img/ft_icon_tel.png) no-repeat center center/contain;
}

@media (max-width: 767px) {
  .tel__icon {
    margin: 0;
  }
}
.ulbox {
  padding-top: 0.5em;
  padding-left: 1.5em;
}

.ulbox li {
  list-style: disc outside;
}

.gradation {
  background: linear-gradient(90deg, #e03646, #ff87dc);
  background: -webkit-linear-gradient(0deg, #e03646, #ff87dc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*============================
 TOP CONTENTS
============================*/
/*------------------------------
 header
------------------------------*/
#header {
  position: relative;
  padding: 20px 0;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 767px) {
  #header {
    padding: 10px 0;
  }
}
#header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 900px;
  background-color: #e2e3e5;
  content: "";
}
@media (max-width: 767px) {
  #header::after {
    height: 600px;
  }
}

#header .inner__large {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .hd__left {
    display: flex;
    align-items: center;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .hd__right {
    max-width: 60%;
  }
}
.hd__btn--web {
  margin-left: 30px;
  width: 280px;
  height: 50px;
}
@media (max-width: 767px) {
  .hd__btn--web {
    margin-left: 10px;
  }
}

@media (max-width: 1250px) {
  .hd__btn--web {
    width: 180px;
  }
}
@media (max-width: 1040px) {
  .hd__btn--web {
    width: 40px;
    height: 40px;
  }
}
.hd__btn--line {
  margin-left: 30px;
  width: 280px;
  height: 50px;
}

@media (max-width: 1250px) {
  .hd__btn--line {
    width: 180px;
  }
}
@media (max-width: 1040px) {
  .hd__btn--line {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
/* 2023.10.10追加▽ */
.hd__btn--insta {
  margin-left: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1040px) {
  .hd__btn--insta {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
/* 2023.10.10追加△ */

@media (max-width: 767px) {
  #header .btn__icon {
    margin-right: 0;
  }
}
.hd__tel {
  font-size: 36px;
}

@media (max-width: 1040px) {
  .hd__tel {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .hd__tel {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #c4ac8a;
  }
}
@media (max-width: 767px) {
  .hd__tel a {
    display: flex;
  }
}

.hd__tel .tel__caption {
  font-size: 14px;
}

@media (max-width: 1040px) {
  .hd__tel .tel__caption {
    font-size: 12px;
  }
}
@media (max-width: 1040px) {
  .btn__txt {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn__txt__tel01 {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn__txt__tel02 {
    display: none;
  }
}
/*------------------------------
mv
------------------------------*/
.mv__img {
  position: relative;
  margin-left: auto;
  width: 80%;
  height: 900px;
  background: url(../img/mv.jpg) no-repeat center right 50% / cover;
}
@media (max-width: 767px) {
  .mv__img {
    height: 600px;
  }
}

.mv__cp {
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .mv__cp {
    left: -15%;
  }
}

/*------------------------------
recommend
------------------------------*/
#recommend {
  position: relative;
  padding-top: 150px;
}
@media (max-width: 767px) {
  #recommend {
    padding-top: 100px;
  }
}

.recommend__01 {
  text-align: right;
}
@media (max-width: 767px) {
  .recommend__01 {
    display: flex;
    flex-direction: column;
  }
}

.recommend__img {
  position: absolute;
  left: 50px;
  z-index: -1;
  max-width: 90%;
  width: 1000px;
  height: 630px;
  background: url(../img/recommend.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .recommend__img {
    position: relative;
    left: -5%;
    order: 2;
    margin-top: 20px;
    max-width: 100%;
    height: 330px;
  }
}

.recommend__txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-top: 100px;
  margin-left: auto;
  color: #242424;
}
@media (max-width: 767px) {
  .recommend__txt {
    order: 1;
    margin-top: 0;
  }
}

.recommend__ttl_bg {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  display: block;
  width: 1200px;
  height: 100px;
  background: url(../img/reccomend_ttl.png) no-repeat center center/contain;
  content: "";
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .recommend__ttl_bg {
    width: 110%;
  }
}

.recommend__ttl {
  position: relative;
  z-index: 4;
  margin-top: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c8bba1;
  letter-spacing: 0.16em;
  font-size: 55px;
  line-height: 1;
}
@media (max-width: 767px) {
  .recommend__ttl {
    margin-top: 60px;
    text-align: center;
    font-size: 25px;
  }
}

.recommend__list {
  margin-top: 40px;
  -moz-text-align-last: left;
  text-align-last: left;
  font-size: 33px;
  line-height: 2;
}
@media (max-width: 767px) {
  .recommend__list {
    font-size: 24px;
  }
}

.recommend__list li {
  display: flex;
  align-items: center;
  text-shadow: 0 0 5px #fff;
}

.recommend__list li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.recommend__list li span {
  display: inline-block;
  margin-right: 20px;
  width: 1em;
  height: 1em;
  background: url(../img/check.png) no-repeat center center/contain;
}

.recommend__onayami {
  margin-top: 150px;
  text-align: center;
}
@media (max-width: 767px) {
  .recommend__onayami {
    margin-top: 90px;
  }
}

.recommend__onayami_txt {
  position: relative;
}

.recommend__onayami_txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10%;
  height: 100%;
  background: url(../img/line_01.png) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
}

.recommend__onayami_txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10%;
  height: 100%;
  background: url(../img/line_02.png) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
}

.nayami__01 {
  font-size: 45px;
}
@media (max-width: 767px) {
  .nayami__01 {
    margin-bottom: 5px;
    font-size: 25px;
  }
}

.nayami__02 {
  font-size: 48px;
}
@media (max-width: 767px) {
  .nayami__02 {
    font-size: 25px;
  }
}

.nayami__02 span {
  margin-left: 10px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .nayami__02 span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .nayami__02 img {
    margin-bottom: 5px;
  }
}

/*------------------------------
change
------------------------------*/
#change {
  margin-top: 115px;
  padding-top: 110px;
  padding-bottom: 270px;
  background: #9ea19d;
  text-align: center;
}
@media (max-width: 767px) {
  #change {
    margin-top: 65px;
    padding-top: 60px;
    padding-bottom: 200px;
  }
}

.change__ttl {
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 60px;
}
@media (max-width: 767px) {
  .change__ttl {
    font-size: 40px;
  }
}

.change__list {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .change__list {
    margin-top: 40px;
  }
}

.change__list__item {
  position: relative;
  width: calc(25% - 15px);
}
@media (max-width: 1040px) {
  .change__list__item {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

@media (max-width: 1040px) {
  .change__list__item:nth-of-type(n + 2) {
    margin-top: 120px;
  }
}

.change__list__img {
  width: 100%;
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .change__list__img {
    height: 350px;
  }
}

.change__list__item--01 .change__list__img {
  background-image: url(../img/change_01.jpg);
}

.change__list__item--02 .change__list__img {
  background-image: url(../img/change_02.jpg);
}

.change__list__item--03 .change__list__img {
  background-image: url(../img/change_03.jpg);
}

.change__list__item--04 .change__list__img {
  background-image: url(../img/change_04.jpg);
}

.change__list__box {
  position: absolute;
  right: 0;
  bottom: -85px;
  z-index: 1;
  min-height: 170px;
  width: 70%;
  background: #fff;
  background: #fff;
  letter-spacing: 0.05em;
  font-size: 23px;
  line-height: 1.5;
}
@media (max-width: 1040px) {
  .change__list__box {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .change__list__box {
    min-height: 150px;
    width: 90%;
  }
}

.change__list__box::after {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  width: 50%;
  height: 100%;
  background: url(../img/change_waku_box.png);
  content: "";
}

.change__list__box p {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.change__merit {
  margin-top: 150px;
}

.merit__ttl {
  background: url(../img/merit_arw.png) no-repeat center center/contain;
  color: #fff;
  letter-spacing: 0.075em;
  font-size: 24px;
}

.merit__ttl span {
  display: block;
  font-size: 90px;
}
@media (max-width: 767px) {
  .merit__ttl span {
    font-size: 70px;
  }
}

.merit__list {
  display: grid;
  margin-top: 70px;
  gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
@media (max-width: 767px) {
  .merit__list {
    margin-top: 40px;
    justify-items: center;
    gap: 10px;
  }
}

.merit__item {
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  padding: 16px;
  border-radius: 100%;
  background: #c4ac8a;
  color: #fff;
}
@media (max-width: 767px) {
  .merit__item {
    width: 90%;
  }
}

.merit__item::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.merit__item:first-of-type {
  margin-left: 0;
}

.merit__item:last-of-type {
  margin-right: 0;
}

@media (max-width: 767px) {
  .merit__item:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}

.merit__num {
  margin-top: -10px;
  font-size: 36px;
}

.merit__txt {
  margin-top: 4%;
  font-size: 20px;
  line-height: 1.3;
}

.merit__txt span {
  font-size: 18px;
}

/*------------------------------
case
------------------------------*/
#case {
  margin-top: -120px;
}

.case__inner {
  position: relative;
  margin: 0 auto;
  padding-top: 150px;
  padding-right: 5%;
  padding-bottom: 150px;
  padding-left: 5%;
  max-width: calc(1520px + 2%);
  width: 90%;
  background: #e2e3e5;
}
@media (max-width: 767px) {
  .case__inner {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.case__line01 {
  position: absolute;
  top: -60px;
  left: -60px;
  max-width: 40%;
  width: 245px;
  height: 265px;
  background: url(../img/case_line.png);
  content: "";
}

.case__line02 {
  position: absolute;
  right: -60px;
  bottom: -60px;
  max-width: 40%;
  width: 245px;
  height: 265px;
  background: url(../img/case_line.png);
  content: "";
}

.case__list {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .case__list {
    margin-top: 60px;
  }
}

.case__item {
  width: calc(33.3% - 40px);
}
@media (max-width: 767px) {
  .case__item {
    margin-right: auto;
    margin-left: auto;
    width: 90%;
  }
}

@media (max-width: 767px) {
  .case__item:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.case__img {
  position: relative;
}

.case__img img {
  width: 100%;
}

.case__label {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 5px;
  max-width: 100%;
  width: 140px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.case__label.-before {
  background: #9ea19d;
}

.case__label.-after {
  background: #c4ac8a;
}

.case__arw {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  background: url(../img/case_arw.png) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .case__arw {
    height: 50px;
  }
}

.case__txt {
  margin-top: 30px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .case__txt {
    margin-top: 20px;
  }
}

.case__txt p {
  line-height: 1.8;
}

/*------------------------------
price
------------------------------*/
#price {
  margin-top: 160px;
}

.price__imanara {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .price__imanara {
    margin-top: 40px;
  }
}

.price__imanara_txt {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .price__imanara_txt {
    font-size: 26px;
  }
}

.price__imanara_txt::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/imanara1.png);
  content: "";
  transform: translateY(-50%);
}

.price__imanara_txt::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 30px;
  background: url(../img/imanara2.png);
  content: "";
  transform: translateY(-50%);
}

.price__off {
  margin-top: 40px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .price__off {
    font-size: 24px;
  }
}

.price__off__left {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .price__off__left {
    margin-left: 0;
  }
}

.price__off__txt {
  margin-left: 30px;
  background: url(../img/price_bar.png) no-repeat bottom center/contain;
}
@media (max-width: 767px) {
  .price__off__txt {
    margin-left: 0;
    text-align: center;
  }
}

.price__off__txt .number {
  margin-left: 10px;
  font-size: 100px;
}
@media (max-width: 767px) {
  .price__off__txt .number {
    margin-left: 5px;
    font-size: 70px;
  }
}

.price__off__txt .per {
  font-size: 60px;
}
@media (max-width: 767px) {
  .price__off__txt .per {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .price__off__right {
    margin-top: 10px;
  }
}

.price__table {
  margin-top: 70px;
  width: 100%;
  font-size: 30px;
}
@media (max-width: 767px) {
  .price__table {
    font-size: 20px;
  }
}

.price__table tr {
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}

.price__table tr:last-of-type {
  border-bottom: 1px solid #c6c6c6;
}

.price__table th,
.price__table td {
  padding: 20px 60px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .price__table th,
  .price__table td {
    padding: 20px;
  }
}

.price__table th {
  background: #9ea19d;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .price__table th {
    display: block;
    width: 100%;
  }
}

.price__table td {
  text-align: right;
}
@media (max-width: 767px) {
  .price__table td {
    display: block;
    width: 100%;
    border-left: 1px solid #c6c6c6;
    text-align: center;
  }
}

.price__table .number {
  color: #c4ac8a;
  font-size: 50px;
}

.price__table .yen {
  font-size: 30px;
}

.price__table .tax {
  font-size: 18px;
}

.price__table .masui {
  display: block;
  font-size: 18px;
}

.price_kakko {
  font-size: 0.6em;
}

/* price02 */
#price02 {
  margin-top: 160px;
}

.price02__off {
  margin-top: 40px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .price02__off {
    font-size: 24px;
  }
}

.price02__off__txt {
  margin-left: 30px;
  background: url(../img/price_bar.png) no-repeat bottom center/contain;
}
@media (max-width: 767px) {
  .price02__off__txt {
    margin-left: 0;
    text-align: center;
  }
}

.price02__off__txt .number {
  margin-left: 10px;
  font-size: 100px;
}
@media (max-width: 767px) {
  .price02__off__txt .number {
    margin-left: 5px;
    font-size: 70px;
  }
}

.price02__off__txt .per {
  font-size: 60px;
}
@media (max-width: 767px) {
  .price02__off__txt .per {
    font-size: 30px;
  }
}

.price02__table {
  margin-top: 70px;
  width: 100%;
  font-size: 30px;
}
@media (max-width: 767px) {
  .price02__table {
    font-size: 20px;
  }
}

.price02__table tr {
  border-top: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}

.price02__table tr:last-of-type {
  border-bottom: 1px solid #c6c6c6;
}

.price02__table th,
.price02__table td {
  padding: 20px 60px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .price02__table th,
  .price02__table td {
    padding: 20px;
  }
}

.price02__table th {
  background: #9ea19d;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .price02__table th {
    display: block;
    width: 100%;
  }
}

.price02__table td {
  text-align: right;
}
@media (max-width: 767px) {
  .price02__table td {
    display: block;
    width: 100%;
    border-left: 1px solid #c6c6c6;
    text-align: center;
  }
}

.price02__table .number {
  color: #c4ac8a;
  font-size: 50px;
}

.price02__table .yen {
  font-size: 30px;
}
.price02__table .yen02 {
  font-size: 20px;
}

.price02__table .tax {
  font-size: 18px;
}

.price02__table .masui {
  display: block;
  font-size: 18px;
}

.price02__caution {
  margin-top: 20px;
  text-align: right;
}
.price02__caution p:not(:first-of-type) {
  margin-top: 6px;
}
@media (max-width: 767px) {
  .price02__caution {
    text-align: left;
  }
}
/*------------------------------
 faq
------------------------------*/
#faq {
  margin-top: 170px;
  position: relative;
}
@media (max-width: 767px) {
  #faq {
    margin-top: 100px;
  }
}

#faq::before {
  background: url(../img/faq_bg.jpg) no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}

.faq__ttl {
  color: #fff;
}

.accordion {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .accordion {
    margin-top: 40px;
  }
}

/*ベース*/
.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  display: flex;
  padding: 30px 80px 30px 30px;
  background-color: #fff;
  font-size: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .Label {
    padding: 20px 40px 20px 20px;
  }
}

.Label:not(:first-of-type) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .Label:not(:first-of-type) {
    margin-top: 20px;
  }
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.Label p {
  width: calc(100% - 40px);
}

.accordion__question__num {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .accordion__question__num {
    margin-right: 10px;
  }
}

.accordion__answer__num {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
@media (max-width: 767px) {
  .accordion__answer__num {
    margin-right: 10px;
  }
}

.accordion__icon {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .accordion__icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

.content {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
  display: flex;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", sans-serif;
}

.content p {
  width: calc(100% - 40px);
}

.toggle:checked + .Label {
  background-color: #242424;
  color: #fff;
}

.toggle:checked + .Label + .content {
  height: auto;
  padding: 20px;
  transition: all 0.3s;
  padding: 30px;
  background: #fff;
}
@media (max-width: 767px) {
  .toggle:checked + .Label + .content {
    padding: 20px;
  }
}

.accordion__icon--yoko {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #242424;
  content: "";
}

.accordion__icon--tate {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #242424;
  content: "";
  transition: all 0.3s;
}

.toggle:checked + .Label .accordion__icon--yoko {
  background-color: #fff;
}

.toggle:checked + .Label .accordion__icon--tate {
  background-color: #fff;
  transform: rotate(90deg) !important;
}

/*------------------------------
 access
------------------------------*/
#access {
  margin-bottom: 50px;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #access {
    margin-bottom: 10px;
  }
}

.access__flex {
  align-items: center;
}

@media (max-width: 767px) {
  .access__flex {
    display: block;
  }
}
.access__flex__left {
  width: 45%;
}

@media (max-width: 767px) {
  .access__flex__left {
    width: 100%;
  }
}
.cmn__ttl__access {
  text-align: left;
}

.access__text {
  margin-top: 70px;
}

@media (max-width: 767px) {
  .access__text {
    margin-top: 30px;
  }
}
.access__text p {
  font-size: 26px;
}

.access__text table {
  margin-top: 10px;
  font-size: 15px;
}

.access__text table th {
  padding: 10px 20px 10px 0;
  width: 90px;
  font-weight: normal;
}

.access__text table td {
  padding: 10px 0 10px 20px;
}

/* 2023.10.10追加▽ */
.link__insta {
  padding: 30px;
  border: 1px solid #c4ac8a;
  margin-top: 20px;
}
.link__insta__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link__insta__left {
  font-size: 1.2em;
  margin-right: 20px;
}

.link__insta__right__icon {
  max-width: 40px;
}

/* 2023.10.10追加△ */

.access__flex__right {
  width: 50%;
}

@media (max-width: 767px) {
  .access__flex__right {
    margin-top: 20px;
    width: 100%;
  }
}
.g_map iframe {
  max-width: 50vw;
  width: 900px;
  height: 540px;
}

@media (max-width: 1040px) {
  .g_map iframe {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .g_map iframe {
    max-width: 100%;
  }
}
.access__copy {
  margin-top: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .access__copy {
    margin-top: 40px;
  }
}
/*------------------------------
 footer
------------------------------*/
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  background-color: #c4ac8a;
  color: #fff;
  transition: 0.3s;
  transform: translateY(100%);
}

@media (max-width: 1040px) {
  .footer {
    height: 70px;
  }
}
.footer.active {
  transform: translate(0);
}

@media (max-width: 1040px) {
  .footer .inner {
    padding: 0;
    width: 100%;
  }
}

/* footer__flex_pc
------------------------------*/
.footer__flex_pc {
  align-items: center;
}

@media (max-width: 1040px) {
  .footer__flex_pc {
    display: none;
  }
}
.footer__flex_pc .footer__flex--tel {
  align-items: center;
  width: 48%;
}

.footer__flex_pc .footer__flex--btn {
  width: 50%;
}

.footer__flex_pc .ft__btn--web {
  width: calc(50% - 20px);
  height: 60px;
  font-size: 16px;
}

.footer__flex_pc .ft__btn--line {
  margin-left: 40px;
  width: calc(50% - 20px);
  height: 60px;
  font-size: 16px;
}

.footer__flex_pc .ft__tel {
  color: #fff;
  font-size: 45px;
}

.footer__flex_pc .ft__tel .tel__caption {
  padding-left: 20px;
  font-size: 14px;
}

/* footer__flex_sp
------------------------------*/
.footer__flex_sp {
  display: none;
  height: 90px;
}

@media (max-width: 1040px) {
  .footer__flex_sp {
    display: flex;
    height: 70px;
  }
}
.footer__flex_sp .ft__btn--web {
  max-width: 100%;
  width: 33.3%;
  height: 100%;
  border-radius: 0;
}

.footer__flex_sp .ft__btn--line {
  max-width: 100%;
  width: 33.3%;
  height: 100%;
  border-radius: 0;
}

.footer__flex_sp .ft__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: 33.3%;
  height: 100%;
  font-size: 30px;
}

.footer__flex_sp .btn__icon {
  margin: 0;
}

.footer__flex_sp .ft__tel .tel__icon {
  width: 33px;
  height: 33px;
}
@media (max-width: 767px) {
  .footer__flex_sp .ft__tel .tel__icon {
    width: 27px;
    height: 27px;
  }
}

.js-pagetop {
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

@media (max-width: 1300px) {
  .js-pagetop {
    display: none;
  }
}
