@charset "UTF-8";
body {
  line-height: 1.8;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
  position: relative;
  color: #000000;
}
@media (max-width: 550px) {
  body {
    overflow-x: hidden;
    font-size: 94%;
    font-weight: 300;
  }
}

.red {
  color: rgb(206, 58, 87);
}

header, .content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0.5rem 0;
}

.bg-br {
  background: #FAF9F7;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#navArea {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  #navArea {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#navArea h1 {
  font-size: 12px;
  font-weight: 400;
  margin-right: calc(100% - 850px);
}
@media (max-width: 550px) {
  #navArea h1 {
    order: 1;
    margin-right: 0;
    font-size: 10px;
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 550px) {
  #navArea .top-logo {
    order: 2;
  }
}
@media (max-width: 550px) {
  #navArea .line {
    display: none;
  }
}
@media (max-width: 550px) {
  #navArea .tpl {
    order: 2;
  }
}
@media (max-width: 550px) {
  #navArea .tpm {
    order: 3;
    margin-right: 60px;
  }
}

nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 10;
  opacity: 0;
}

.open nav {
  left: 0;
  opacity: 1;
  background-color: #222222;
  color: #fff;
}

nav .inner {
  padding: 25px;
}

nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}

nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 1em;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav {
  left: -320px;
  width: 320px;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: relative;
  width: 20px;
  height: 30px;
  margin-left: 25px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
@media (max-width: 550px) {
  .toggle_btn {
    top: 32px;
    right: 20px;
    order: 4;
    position: absolute;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #737373;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 4px;
}

.toggle_btn span:nth-child(2) {
  top: 14px;
}

.toggle_btn span:nth-child(3) {
  bottom: 4px;
}

.open .toggle_btn span {
  background-color: #fff;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}

/*============
#mask
=============*/
#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 2;
  cursor: pointer;
}

.top-logo {
  width: 65px;
  margin-right: 20px;
}
@media (max-width: 550px) {
  .top-logo {
    order: 2;
  }
}

.top-mem {
  margin-left: 25px;
}
@media (max-width: 550px) {
  .top-mem {
    width: 154px;
  }
}

.content {
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .content {
    padding: 1.5rem 10px;
  }
}

.separate {
  border-bottom: 1px solid #B2B2B2;
  border-top: 0;
  margin: 0;
  padding: 0;
}

.area-btn {
  width: 450px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .area-btn {
    width: 100%;
    flex-wrap: wrap;
  }
  .area-btn p {
    margin-bottom: 1rem;
  }
}

.btn-men a, .btn-women a {
  display: inline-block;
  padding: 0.4rem 1.1rem;
  font-size: 14px;
  color: #fff;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-decoration: none;
  background-image: url(../images/allow-w.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 96% center;
}

.btn-men {
  background-color: #485576;
}

.btn-women {
  background-color: #D88686;
}

.list_navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 550px) {
  .list_navigation {
    margin-top: 0;
    display: block;
  }
  .list_navigation img {
    float: left;
    width: 130px;
    height: 100px;
    object-fit: cover;
    object-position: center;
    margin-right: 15px;
  }
}
.list_navigation li {
  width: 30%;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 815px) {
  .list_navigation li {
    width: 32%;
  }
}
@media (max-width: 550px) {
  .list_navigation li {
    width: 100%;
    text-align: left;
    font-size: 1.3rem;
    clear: both;
    margin-bottom: 35px;
    overflow: hidden;
  }
}
.list_navigation a {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 850px) {
  .list_navigation a:hover {
    text-decoration: underline;
    filter: brightness(100%);
  }
}
.list_navigation h4 {
  font-weight: normal;
  color: #988353;
  font-size: 20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding-top: 12px;
}
@media (max-width: 815px) {
  .list_navigation h4 {
    font-size: 15px;
  }
}
@media (max-width: 550px) {
  .list_navigation h4 {
    font-size: 85%;
    line-height: 1.3;
    padding-top: 0;
    margin-bottom: 5px;
  }
}
.list_navigation p {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 815px) {
  .list_navigation p {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .list_navigation p {
    font-size: 65%;
    overflow: hidden;
  }
}
@media (max-width: 550px) {
  .list_navigation p br {
    display: none;
  }
}
.list_navigation span {
  font-size: 0.9rem;
  font-weight: 600;
  display: block;
}
@media (max-width: 550px) {
  .list_navigation span {
    font-size: 0.8rem;
  }
}
.list_navigation h3 {
  font-size: 15px;
}

.top-toku .list_navigation {
  justify-content: space-around;
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .top-toku .list_navigation {
    padding: 0.5rem 0;
  }
}
.top-toku .list_navigation li {
  width: 30%;
  text-align: center;
}
@media (max-width: 550px) {
  .top-toku .list_navigation li {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }
}
.top-toku .list_navigation li img {
  width: 85%;
  margin: 0.5rem auto;
}
@media (max-width: 550px) {
  .top-toku .list_navigation li img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
}
.top-toku .list_navigation li h3 {
  padding: 0.7rem 0;
  font-weight: 500;
}
@media (max-width: 550px) {
  .top-toku .list_navigation li h3 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.top-toku .list_navigation li p {
  text-align: center;
}
@media (max-width: 550px) {
  .top-toku .list_navigation li p {
    text-align: left;
    font-size: 13px;
  }
}

.area-inq {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
@media (max-width: 550px) {
  .area-inq {
    display: block;
    padding: 1rem 0;
  }
}
.area-inq img {
  max-width: 455px;
}
@media (max-width: 550px) {
  .area-inq img {
    max-width: 100%;
  }
}

.area-form {
  margin-left: 3%;
}
@media (max-width: 550px) {
  .area-form {
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 550px) {
  .area-form p {
    width: 49%;
  }
}
.area-form a {
  width: 215px;
  text-align: center;
  padding: 0.5rem;
}
@media (max-width: 550px) {
  .area-form a {
    width: 100%;
  }
}

#hero {
  background-image: url(../images/pc-kv.webp);
  background-size: cover;
  width: 100%;
  height: 38vw;
  background-position: center;
}
@media (max-width: 550px) {
  #hero {
    background-image: url(../images/sp-kv.webp);
    height: 80vw;
  }
}
#hero .topic {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 3rem;
}
@media (max-width: 550px) {
  #hero .topic {
    max-width: 210px;
    padding-top: 1.5rem;
    margin-left: 0;
  }
}
#hero .topic h2 {
  width: 450px;
  background-image: url(../images/tiala.svg);
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: top center;
  padding: 3rem 0;
  margin: 0;
  font-size: 26px;
  color: #3A6176;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
}
@media (max-width: 550px) {
  #hero .topic h2 {
    width: 205px;
    font-size: 14px;
    padding: 1.5rem 0 1rem;
    background-size: 146px;
  }
}
#hero .topic h2 span {
  display: block;
  color: #6E5C5C;
  font-size: 46px;
}
@media (max-width: 550px) {
  #hero .topic h2 span {
    font-size: 22px;
    margin-top: 5px;
  }
}

.btn_detail {
  border: 0;
  color: #fff;
  padding: 0;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: center;
}
@media (max-width: 815px) {
  .btn_detail {
    margin: 2rem auto;
  }
}
@media (max-width: 550px) {
  .btn_detail {
    margin: 0 auto;
    width: 300px;
  }
}
.btn_detail a {
  display: inline-block;
  background-color: #000000;
  font-size: 16px;
  padding: 0.4rem 1.5rem;
  min-width: 250px;
  color: inherit;
  text-decoration: none;
  background-image: url("../images/icon-btn-arrow.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 97% center;
}
@media (max-width: 550px) {
  .btn_detail a {
    min-width: 100px;
  }
}
.btn_detail a span {
  font-size: 12px;
}
@media screen and (min-width: 850px) {
  .btn_detail a:hover {
    opacity: 0.6;
  }
}
@media (max-width: 550px) {
  .btn_detail a {
    font-size: 14px;
    padding: 0.5rem 1rem;
  }
}

.topread {
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 17px;
}
@media (max-width: 550px) {
  .topread {
    font-size: 15px;
  }
}
.topread h2 {
  font-size: 22px;
  font-weight: 400px;
  color: #6E5C5C;
  font-weight: 400;
}
@media (max-width: 550px) {
  .topread h2 {
    font-size: 17px;
  }
}
.topread .btn_detail {
  text-align: right;
}

.wh a {
  background-color: transparent;
  color: #6C6C6C;
  border: 1px solid #6C6C6C;
  background-image: url("../images/allow.svg");
}
@media screen and (min-width: 850px) {
  .wh a:hover {
    background-color: rgb(239, 239, 239);
    color: #553e04;
  }
}

.bd {
  width: 100%;
  position: relative;
}
@media (max-width: 550px) {
  .bd {
    padding: 2rem 0;
  }
}
.bd:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 1px;
  background: #B2B2B2;
}
@media (max-width: 550px) {
  .bd:before {
    top: 1rem;
  }
}
.bd:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: #B2B2B2;
}
@media (max-width: 550px) {
  .bd:after {
    bottom: 1rem;
  }
}

.top-set {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 550px) {
  .top-set {
    flex-wrap: wrap;
  }
}
.top-set img {
  width: 35%;
}
@media (max-width: 550px) {
  .top-set img {
    width: 70%;
    order: 1;
    margin: 1.5rem auto;
  }
}
.top-set .topic {
  width: 58%;
}
@media (max-width: 550px) {
  .top-set .topic {
    width: 100%;
    order: 2;
  }
}
.top-set .topic h2 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 60px;
  text-align: center;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 550px) {
  .top-set .topic h2 {
    font-size: 38px;
  }
}
.top-set .topic h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .top-set .topic h3 {
    font-size: 15px;
  }
}
.top-set .topic p {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 550px) {
  .top-set .topic p {
    font-size: 13px;
  }
}
.top-set .topic ul {
  margin-left: 15%;
}
@media (max-width: 550px) {
  .top-set .topic ul {
    margin-left: 10px;
  }
}
.top-set .topic li {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 20px;
  color: #7b6c56;
  margin-bottom: 0.7rem;
  padding-left: 40px;
  background-image: url(../images/check-a.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
}
@media (max-width: 550px) {
  .top-set .topic li {
    font-size: 15px;
    padding-left: 22px;
    background-size: 18px;
  }
}
.top-set .topic .area-btn {
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .top-set .topic .area-btn {
    width: 100%;
  }
}
.top-set .topic .btn-men, .top-set .topic .btn-women, .top-set .topic .btn_detail {
  width: 48%;
}
@media (max-width: 550px) {
  .top-set .topic .btn-men, .top-set .topic .btn-women, .top-set .topic .btn_detail {
    width: 49%;
    margin: 0;
  }
  .top-set .topic .btn-men a, .top-set .topic .btn-women a, .top-set .topic .btn_detail a {
    font-size: 13px !important;
  }
}
.top-set .topic a {
  width: 100%;
}

.topic-women p {
  font-size: 15px !important;
  font-weight: 400 !important;
}
@media (max-width: 550px) {
  .topic-women p {
    font-size: 12px !important;
    text-align: left !important;
  }
}

.faq_container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2rem;
}
@media (max-width: 550px) {
  .faq_container {
    padding: 0;
  }
}
.faq_container h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 20px;
  margin: 1.5rem 0;
}
@media (max-width: 550px) {
  .faq_container h3 {
    font-size: 17px;
    margin: 0.5rem 0;
  }
}
.faq_container .toggle_contents {
  padding: 0;
  margin: 0;
  border-bottom: dashed 1px #c1c1c1;
}
@media (max-width: 550px) {
  .faq_container .toggle_contents {
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
  }
}
.faq_container .toggle_title {
  position: relative;
  cursor: pointer;
  font-size: 110%;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #6F580C;
  background-color: #fff;
  background-image: url(../images/faq-qm.svg);
  background-repeat: no-repeat;
  padding: 0.7rem 3rem 0.7rem 0;
  margin-top: 0;
  padding-left: 50px;
  background-position: 0.3rem center;
  background-size: 33px;
}
@media (max-width: 815px) {
  .faq_container .toggle_title {
    padding-right: 60px;
  }
}
@media (max-width: 550px) {
  .faq_container .toggle_title {
    margin-bottom: 0;
    background-size: 25px auto;
    padding-left: 35px;
    padding-right: 35px;
    background-position: 0.2rem center;
    font-size: 14px;
  }
}
.faq_container .toggle_title .toggle_btns {
  position: absolute;
  background-color: transparent;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 42px;
  height: 42px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}
@media (max-width: 815px) {
  .faq_container .toggle_title .toggle_btns {
    right: 1rem;
  }
}
@media (max-width: 550px) {
  .faq_container .toggle_title .toggle_btns {
    top: 50%;
    right: -0.5rem;
  }
}
.faq_container .toggle_btns {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-image: url(../images/faq-tg.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  top: 50%;
  right: 0;
}
@media (max-width: 550px) {
  .faq_container .toggle_btns {
    width: 20px;
    height: 1px;
  }
}
.faq_container .active {
  background-image: url(../images/faq-tg2.svg);
}
.faq_container .toggle_contents .toggle_answer {
  display: none;
  font-size: 100%;
  background-color: #f8f8f8;
  background-image: url(../images/faq-a.svg);
  background-repeat: no-repeat;
  background-position: 0.3rem center;
  background-size: 33px;
  padding: 1rem 0 1rem 50px;
}
@media (max-width: 550px) {
  .faq_container .toggle_contents .toggle_answer {
    margin-bottom: 0;
    background-size: 30px auto;
    padding-left: 45px;
    padding-right: 1rem;
    background-position: 0.5rem center;
  }
  .faq_container .toggle_contents .toggle_answer p {
    margin-bottom: 0;
  }
}

.faq-wm {
  background-image: url(../images/faq-qw.svg) !important;
}

.br-sp {
  display: none;
}
@media (max-width: 550px) {
  .br-sp {
    display: inherit;
  }
}

@media (max-width: 550px) {
  .pc {
    display: none;
  }
}

.font-wh {
  color: #ffffff;
}

.topic-2c {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.topic-2c li {
  width: 48%;
}
@media (max-width: 550px) {
  .topic-2c li {
    width: 100%;
  }
}
.topic-2c iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  z-index: 1;
}

footer {
  background-color: #343434;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
footer .area_footer {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 815px) {
  footer .area_footer {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 550px) {
  footer .area_footer {
    width: 100%;
    padding: 0 1rem;
  }
}
footer .area_footer h2 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: left;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  margin: 0 0 10px 0;
  padding: 0;
}
@media (max-width: 550px) {
  footer .area_footer h2 {
    font-size: 14px;
    letter-spacing: normal;
  }
}
footer .area_footer div:first-child {
  width: 33%;
  text-align: left;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child {
    width: 100%;
    text-align: left;
  }
}
footer .area_footer div:first-child p {
  font-size: 80%;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child p {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
  }
}
@media (max-width: 550px) {
  footer .area_footer div:first-child p {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
  }
}
footer .area_footer div:first-child table {
  font-size: 80%;
  line-height: 1.5;
  padding: 0;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child table {
    text-align: left;
    font-weight: 400;
    margin-bottom: 1rem;
    width: 60%;
    font-size: 90%;
  }
}
@media (max-width: 550px) {
  footer .area_footer div:first-child table {
    width: 100%;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0.5rem;
  }
}
footer .area_footer div:first-child table td:first-child {
  width: 90px;
  padding: 0;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child table td:first-child {
    width: 65px;
  }
}
footer .area_footer div:first-child img {
  margin-bottom: 15px;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child img {
    margin: 1rem auto;
  }
}
@media (max-width: 550px) {
  footer .area_footer div:first-child img {
    margin: 0 auto 1rem auto;
  }
}
footer .area_footer div:first-child span {
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 80%;
  padding: 0 2%;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child span {
    font-weight: 500;
  }
}
footer .area_footer div:first-child .footer-tel {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 200%;
  font-weight: bold;
}
footer .area_footer div:first-child .footer-tel a {
  color: inherit;
  text-decoration: none;
  padding-left: 40px;
  font-size: 36px;
  background-image: url(../images/icon-footer-tel.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 815px) {
  footer .area_footer div:first-child .footer-tel a {
    font-size: 36px;
  }
}
footer .area_footer div:last-child {
  width: 67%;
  padding-left: 1%;
}
@media (max-width: 815px) {
  footer .area_footer div:last-child {
    width: 100%;
  }
}
footer .area_footer div:last-child .honin {
  display: flex;
  width: 97%;
  justify-content: space-around;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #ffffff;
}
@media (max-width: 815px) {
  footer .area_footer div:last-child .honin {
    display: block;
    text-align: center;
    width: 100%;
    margin: 1rem 0;
  }
}
footer .area_footer div:last-child .honin p {
  display: flex;
  align-items: center;
}
@media (max-width: 815px) {
  footer .area_footer div:last-child .honin p {
    display: inherit;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  footer .area_footer div:last-child .honin p:last-of-type {
    font-weight: 500;
    margin-bottom: 1rem;
  }
}
footer .area_footer div:last-child .honin img {
  max-width: 284px;
}
@media (max-width: 815px) {
  footer .area_footer div:last-child .honin img {
    max-width: 260px;
    margin: 0 auto 15px;
  }
}
footer .area_footer .area_footer_inner {
  text-align: left;
}
footer small {
  font-size: 0.77rem;
}
@media (max-width: 550px) {
  footer small {
    font-size: 10px;
  }
}

.main {
  width: 100%;
  height: 40vw;
  background-image: url(../images/main.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 550px) {
  .main {
    height: 50vw;
  }
}
.main h2 {
  color: #fff;
  padding-top: 33vw;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 550px) {
  .main h2 {
    padding-top: 30vw;
    font-size: 17px;
  }
}
.main h2 span {
  font-size: 24px;
}
@media (max-width: 550px) {
  .main h2 span {
    font-size: 14px;
  }
}

.submain {
  background-image: url(../images/sub-bg.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  height: 180px;
}
@media (max-width: 550px) {
  .submain {
    height: 90px;
  }
}
.submain h2 {
  width: 100%;
  text-align: center;
}
.submain h2 span {
  position: absolute;
  z-index: -1;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 98px;
  color: #e9e4e4;
  font-weight: 400;
  letter-spacing: 10px;
  top: 40%;
  left: 50%;
  transform: translateY(-54%) translateX(-50%);
}
@media (max-width: 550px) {
  .submain h2 span {
    font-size: 42px;
    width: 100%;
    letter-spacing: 2px;
  }
}
.submain h2 {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 550px) {
  .submain h2 {
    font-size: 17px;
  }
}

.sub-area {
  background-image: url(../images/bg-nyukai-pc.png);
  background-size: cover;
  height: 180px;
  background-position: center;
}
@media (max-width: 550px) {
  .sub-area {
    height: 70px;
    background-size: 170%;
    background-repeat: no-repeat;
    margin-bottom: 1.5rem;
  }
}
.sub-area h2 {
  padding-top: 3rem;
  line-height: 1.5;
  font-size: 30px;
  color: #644848;
}
@media (max-width: 550px) {
  .sub-area h2 {
    padding-top: 0.5rem;
    font-size: 20px;
    margin-top: 0;
  }
}
.sub-area h2 span {
  display: block;
  font-size: 24px;
  color: #93825C;
}
@media (max-width: 550px) {
  .sub-area h2 span {
    font-size: 14px;
  }
}

.subtitle {
  color: #988353;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 22px;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .subtitle {
    font-size: 18px;
    margin-bottom: 1rem;
  }
}

.title-topic {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto;
}
@media (max-width: 550px) {
  .title-topic {
    font-size: 20px;
    line-height: 1.5;
  }
}
.title-topic::before {
  border-top: dashed 0.06rem;
  content: "";
  width: 180px;
  margin-right: 10px;
}
@media (max-width: 550px) {
  .title-topic::before {
    width: 30px;
    margin-right: 5px;
  }
}
.title-topic::after {
  border-top: dashed 0.06rem;
  content: "";
  width: 180px;
  margin-left: 10px;
}
@media (max-width: 550px) {
  .title-topic::after {
    width: 30px;
    margin-left: 5px;
  }
}
.title-topic span {
  font-size: 18px;
}
@media (max-width: 550px) {
  .title-topic span {
    font-size: 14px;
  }
}

.title-topic2 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 1rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .title-topic2 {
    font-size: 17px;
  }
}
.title-topic2::after {
  border-top: #adadad 1.5px dotted;
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-left: 10px;
}

.title-sub {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 550px) {
  .title-sub {
    font-size: 18px;
  }
}
.title-sub span {
  display: block;
  font-size: 16px;
}
@media (max-width: 550px) {
  .title-sub span {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

.contact_form {
  width: 90%;
  background: #DBD5B9;
}
@media (max-width: 550px) {
  .contact_form {
    width: 100%;
    font-size: 13px;
    letter-spacing: -0.5px;
  }
}

.form_left {
  width: 150px;
  background-color: #f0eee2;
  padding: 10px;
}
@media (max-width: 550px) {
  .form_left {
    padding: 5px 0;
  }
}

.contact_men_left {
  width: 200px;
  background-color: #E8ECF7;
  padding: 10px;
}

.contact_women_left {
  width: 200px;
  background-color: #f4ebeb;
  padding: 10px;
}
@media (max-width: 550px) {
  .contact_women_left {
    width: 30%;
    padding: 3px;
    text-wrap-mode: wrap;
  }
}

.form_right {
  background-color: #FFF;
  padding: 10px;
}
@media (max-width: 550px) {
  .form_right {
    width: 70%;
    padding: 3px;
  }
}

@media (max-width: 550px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 550px) {
  .sp {
    display: inherit;
  }
}

.slider {
  padding: 1rem 2.5rem;
}
@media (max-width: 550px) {
  .slider {
    padding: 1rem;
  }
}

.slick-slide {
  margin: 0px 10px;
  font-size: 14px;
}
@media (max-width: 550px) {
  .slick-slide {
    margin: 0px 5px;
    font-size: 11px;
  }
}
.slick-slide p {
  width: 80%;
  margin: 10px auto;
}
@media (max-width: 550px) {
  .slick-slide p {
    width: 96%;
  }
}

.slick-slide img {
  width: 90%;
  margin: auto;
  height: 32vh;
  object-fit: cover;
  object-position: center;
  border-radius: 25px;
}
@media (max-width: 550px) {
  .slick-slide img {
    width: 100%;
    height: 50vw;
    border-radius: 10px;
  }
}

@media (max-width: 550px) {
  .slick-prev {
    width: 15px !important;
  }
}

@media (max-width: 550px) {
  .slick-next {
    width: 17px !important;
  }
}

.slider2 {
  width: 80%;
  margin: 1rem auto;
}
@media (max-width: 550px) {
  .slider2 {
    margin-bottom: 0;
  }
}
.slider2 .slick-slide p {
  width: 100%;
}
.slider2 .slick-prev {
  left: -2.5rem;
}
.slider2 .slick-next {
  right: -2.5rem;
}
.slider2 li {
  position: relative;
  padding: 2.5rem;
  height: 245px;
  border: 1px solid #A2A2A2;
  z-index: 10;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .slider2 li {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.slider2 li::after {
  content: "";
  border: 1px solid #A2A2A2;
  position: absolute;
  top: 8px;
  right: -8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 550px) {
  .slider2 li::after {
    top: 6px;
    right: -6px;
  }
}

.top-voice {
  background-image: url(../images/bg-tp.jpg);
  background-size: cover;
  background-position: left;
}
@media (max-width: 550px) {
  .top-voice {
    padding: 1rem 0;
  }
}

.cross {
  background-image: url(../images/cross.svg), url(../images/cross.svg);
  background-repeat: no-repeat;
  background-position: top center, bottom center;
  background-size: 580px;
  margin: 1.5rem 0;
  padding: 5rem 0;
}
@media (max-width: 550px) {
  .cross {
    background-size: 236px;
    padding: 2rem 0;
  }
}

.title-underbd {
  border-bottom: 1px solid #707070;
  font-weight: 500;
  padding-bottom: 5px;
  margin-bottom: 1.2rem;
}

.access {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}
@media (max-width: 550px) {
  .access {
    flex-wrap: wrap;
  }
}
.access .topic {
  width: 47%;
}
@media (max-width: 550px) {
  .access .topic {
    width: 100%;
  }
}
.access .topic h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .access .topic h3 {
    font-size: 18px;
  }
}
.access .topic h3::after {
  border-top: #000 0.07rem dashed;
  content: "";
  margin-left: 15px;
  width: calc(100% - 180px);
}
.access iframe {
  width: 50%;
  height: 350px;
}
@media (max-width: 550px) {
  .access iframe {
    width: 100%;
  }
}

.top-under h2 {
  text-align: center;
  color: #7B7B7B;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 20px;
  font-weight: 400;
}
.top-under h2 span {
  font-size: 15px;
  color: #BABABA;
  display: block;
}
@media (max-width: 550px) {
  .top-under .topic-2c {
    flex-wrap: wrap;
  }
}
.top-under .topic-2c div {
  width: 48%;
}
@media (max-width: 550px) {
  .top-under .topic-2c div {
    width: 100%;
    padding: 0 1rem;
  }
}
.top-under .topic-2c .column dl {
  border-bottom: dashed 1px #B2B2B2;
  padding-bottom: 10px;
  display: flex;
}
.top-under .topic-2c .column dl dt {
  width: 100px;
}
.top-under .topic-2c .column dl dd {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 17px;
}
@media (max-width: 550px) {
  .top-under .topic-2c .column dl dd {
    font-size: 14px;
  }
}
.top-under .topic-2c .column dl dd a {
  color: #000;
  text-decoration: none;
}

.link-txt {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #6C6C6C;
  text-decoration: none;
  background-image: url(../images/allow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 5px;
  padding-right: 20px;
  display: inline-block;
}

.sitelink {
  display: flex;
  width: auto;
  padding: 1rem 0;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
@media (max-width: 550px) {
  .sitelink {
    flex-wrap: wrap;
  }
}
.sitelink li {
  text-align: left;
  font-size: 85%;
  margin-right: 40px;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  letter-spacing: normal;
}
@media (max-width: 815px) {
  .sitelink li {
    font-weight: bold;
    margin-bottom: 1rem;
    width: 25%;
    margin-right: 0;
    white-space: inherit;
  }
}
@media (max-width: 550px) {
  .sitelink li {
    width: 50%;
    font-size: 13px;
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .sitelink li ul li {
    margin-bottom: 1rem;
  }
}
.sitelink li a {
  color: inherit;
  text-decoration: none;
  padding-left: 15px;
  background-image: url(../images/arrow-footer.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 7px auto;
}
@media (max-width: 815px) {
  .sitelink li a {
    display: block;
    width: 100%;
  }
}
@media (max-width: 815px) {
  .sitelink li ul li {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .sitelink li ul li {
    width: 100%;
  }
}

.shoplist {
  display: flex;
  justify-content: center;
  background-color: #726F6A;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding: 10px 0;
}
@media (max-width: 550px) {
  .shoplist {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.shoplist h3 {
  font-weight: 400;
  margin-right: 20px;
}
@media (max-width: 550px) {
  .shoplist h3 {
    width: 100%;
  }
}
.shoplist a {
  width: 160px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  color: #050505;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
  background-image: url(../images/arrow-tenpo.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 92% center;
}
@media (max-width: 550px) {
  .shoplist a {
    width: 46%;
    margin: 0.2rem 0;
  }
}

.copylight {
  background-color: #fff;
  color: #343434;
}
.copylight div {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
@media (max-width: 550px) {
  .copylight div {
    display: block;
  }
}

.sitelink {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
}
@media (max-width: 550px) {
  .sitelink {
    flex-wrap: wrap;
  }
}
.sitelink div {
  width: 32%;
  border: solid 1px #C1C1C1;
}
@media (max-width: 550px) {
  .sitelink div {
    width: 90%;
    margin: 0.5rem auto;
  }
}
.sitelink div a {
  display: flex;
  justify-content: space-between;
  color: inherit;
  text-decoration: none;
}
.sitelink div a p {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  background-image: url(../images/allow.svg);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: 96% center;
}
.sitelink div img {
  width: 86px;
  height: auto;
}

.about_us table {
  border-bottom: #707070 1px solid;
}
@media (max-width: 550px) {
  .about_us table {
    width: 100%;
    font-size: 14px;
  }
}
.about_us td {
  border-top: #707070 1px solid;
  padding: 10px;
}
@media (max-width: 550px) {
  .about_us td {
    padding: 10px 0;
  }
}

.ab-left {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
}
@media (max-width: 550px) {
  .ab-left {
    width: 25px;
  }
}

.rc-left {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  text-align: center;
  padding: 10px;
}
@media (max-width: 550px) {
  .rc-left {
    display: block;
    width: 100%;
    padding: 5px;
  }
}

.rc-right {
  border-bottom: dotted 1px #485576;
  padding: 10px;
}
@media (max-width: 550px) {
  .rc-right {
    display: block;
  }
}

.map_box {
  position: relative;
  padding: 2.5rem;
  border: 1px solid #A2A2A2;
  z-index: 10;
  margin-bottom: 2rem;
}
.map_box::after {
  content: "";
  border: 1px solid #A2A2A2;
  position: absolute;
  top: 8px;
  right: -8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 550px) {
  .map_box::after {
    top: 5px;
    right: -5px;
  }
}

@media (max-width: 550px) {
  .staff_table {
    font-size: 12px;
  }
}

.rate_tb {
  min-width: 60px;
}

.map_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 550px) {
  .map_box ul {
    align-items: center;
    padding: 15px 0;
  }
}

.map_box ul li {
  width: 46%;
  border-bottom: 1.5px dotted #c2aeae;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 30px;
  position: relative;
  font-size: 20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-image: url(../images/allow.svg);
  background-repeat: no-repeat;
  background-position: 98% center;
  background-size: 7px;
  padding-right: 20px;
}
@media (max-width: 550px) {
  .map_box ul li {
    padding-right: 14px;
  }
}
.map_box ul li a {
  color: #7e8477;
  font-weight: 500;
  text-decoration: none;
}

.map_box ul li:first-child,
.map_box ul li:nth-child(2) {
  margin-top: 30px;
}

.map_box ul li a:hover {
  color: #B6A58F;
}

@media (max-width: 550px) {
  .map_box {
    padding: 10px;
  }
  .map_box ul li {
    width: 100%;
    padding: 5px 0;
    padding-left: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.4;
    position: relative;
  }
  .map_box ul li:first-child,
  .map_box ul li:nth-child(2) {
    margin-top: 0px;
  }
}
.orange {
  color: #FE6C01;
}

@media (max-width: 845px) {
  .contact {
    width: 100%;
  }
}
.contact tr {
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (max-width: 550px) {
  .contact tr {
    margin-bottom: 10px;
  }
}

.contact .form_left {
  text-align: left;
  background-color: #ffffff;
  width: 70%;
}
@media (max-width: 550px) {
  .contact .form_left {
    width: 100%;
  }
}
.contact .form_right {
  padding-left: 85px;
  text-align: left;
  width: 30%;
  color: #000;
  font-weight: 500;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
@media (max-width: 845px) {
  .contact .form_right {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .contact .form_right {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

.contact textarea {
  background-color: #F2F2F2;
  border: none;
  font-size: 18px;
  line-height: 32px;
}

input,
select {
  height: 40px;
  padding: 0 1rem !important;
  font-size: 18px;
  background-color: #F2F2F2;
  border: none;
  border-radius: 0;
}

@media (max-width: 550px) {
  input,
  select {
    font-size: 14px;
    padding: 0 3px !important;
    max-width: 100%;
  }
}
.contact_btn {
  margin: auto;
}

@media (max-width: 550px) {
  .contact_btn {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .contact_btn tr {
    display: flex;
    justify-content: space-around;
  }
}
input[type=checkbox],
input[type=radio] {
  height: initial;
}

input[type=text] {
  max-width: 96%;
}

.strag {
  width: 100%;
}

@media (max-width: 550px) {
  .con {
    max-width: 330px !important;
  }
}

.lad {
  width: 190px;
}

.contact_btn button {
  color: #FFFFFF !important;
  width: 240px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-color: #000000;
  display: block;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  margin-left: 20px;
  transition: 0.8s;
}
@media (max-width: 550px) {
  .contact_btn button {
    width: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    margin: 0;
  }
}
.contact_btn button:hover {
  opacity: 0.7;
}

.bg-faq {
  background-image: url(../images/bg-yoku.webp);
  background-size: cover;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.topic-fmen {
  padding: 2rem;
  border-radius: 0px 100px 0px 0px;
  background: linear-gradient(#fff 0%, #f8f8f8 100%);
  box-shadow: -7px 7px 0px rgba(140, 187, 204, 0.16);
  margin-bottom: 3rem;
}
@media (max-width: 550px) {
  .topic-fmen {
    padding: 1rem;
    padding-bottom: 2rem;
    border-radius: 0px 50px 0px 0px;
  }
}
.topic-fmen .toggle_title {
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .topic-fmen .toggle_title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.topic-fwmen {
  padding: 2rem;
  border-radius: 0px 0px 0px 100px;
  background: linear-gradient(#fff 0%, #f8f8f8 100%);
  box-shadow: 7px 7px 0px rgba(140, 187, 204, 0.16);
  margin-bottom: 3rem;
}
@media (max-width: 550px) {
  .topic-fwmen {
    padding: 1rem;
    padding-bottom: 2rem;
    border-radius: 0px 0px 0px 50px;
  }
}
.topic-fwmen .toggle_title {
  background-color: transparent;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .topic-fwmen .toggle_title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.fil {
  position: relative;
}
@media (max-width: 550px) {
  .fil iframe {
    height: 400px;
  }
}

.ov {
  position: absolute;
  width: 100%;
  height: 600px;
  display: block;
  mix-blend-mode: overlay;
  background: #a7bdc0;
  z-index: 2;
}
@media (max-width: 550px) {
  .ov {
    height: 400px;
  }
}

.map iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  z-index: 1;
}

.wlist {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (max-width: 550px) {
  .wlist {
    gap: 0.5rem;
    justify-content: space-around;
  }
}
.wlist li {
  width: 250px;
  font-size: 13px;
  position: relative;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .wlist li {
    width: 46%;
  }
}
.wlist li:after {
  content: "";
  position: absolute;
  border: solid 1px #BCACAC;
  width: 220px;
  height: 300px;
  top: 7px;
  left: 23px;
}
@media (max-width: 550px) {
  .wlist li:after {
    width: 96%;
    left: 13px;
    height: 200px;
  }
}
.wlist li span {
  display: block;
  text-align: center;
  color: #A28E8E;
}
.wlist li p {
  font-size: 13px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 550px) {
  .wlist li p {
    width: 100%;
    font-size: 12px;
  }
}
.wlist li a {
  text-decoration: none;
  color: inherit;
}
.wlist li img {
  width: 220px;
  height: 300px;
  margin: 0 auto;
  border-radius: 24px 0 0 0;
  object-fit: cover;
  object-position: center;
  margin-bottom: 1rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 550px) {
  .wlist li img {
    height: 200px;
  }
}

.bg-wlist {
  background-image: url(../images/ml-head.svg), url(../images/ml-bottom.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-size: 35%;
}

.page-numbers {
  background-color: #dfdfdf;
  width: 20px;
  display: inline-block;
  color: #000;
}

.current {
  background-color: #000 !important;
  color: #fff !important;
}

.prev, .next {
  display: inline !important;
  background-color: transparent !important;
}

.about-read {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 550px) {
  .about-read {
    flex-wrap: wrap;
  }
}
.about-read img {
  width: 40%;
}
@media (max-width: 550px) {
  .about-read img {
    width: 70%;
    margin: 0 auto 15px;
  }
}
.about-read p {
  width: 45%;
}
@media (max-width: 550px) {
  .about-read p {
    width: 100%;
  }
}

.about-topic {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .about-topic {
    flex-wrap: wrap;
  }
}
.about-topic h3 {
  font-size: 20px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #000;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
@media (max-width: 550px) {
  .about-topic h3 {
    margin-bottom: 0.5rem;
    font-size: 18px;
  }
}
.about-topic img {
  width: 50%;
}
@media (max-width: 550px) {
  .about-topic img {
    order: 1;
    width: 90%;
    margin: 0 auto 15px;
  }
}
.about-topic .topic {
  width: 40%;
}
@media (max-width: 550px) {
  .about-topic .topic {
    width: 100%;
    order: 2;
  }
}
.about-topic li {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 20px;
  color: #7b6c56;
  margin-bottom: 0.3rem;
  padding-left: 40px;
  background-image: url(../images/check-a.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: left center;
}
@media (max-width: 550px) {
  .about-topic li {
    font-size: 16px;
    padding-left: 20px;
    background-size: 15px;
  }
}
.about-topic p {
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #000;
}

.a-yaji {
  display: block;
  margin: 0.5rem auto 1.5rem;
  background-image: url(../images/ab-yaji.svg);
  background-size: 10px;
  background-position: center;
  width: 10px;
  height: 15px;
}

.about-topic-bg {
  background: linear-gradient(to right, #F7F5F0 0%, #F7F5F0 60%, #ffffff 60%, #ffffff 100%);
}

.todokede {
  max-width: 620px;
  padding: 1.5rem;
  background-color: #fff;
  box-shadow: 8px 8px 0px #edeaea;
}
@media (max-width: 550px) {
  .todokede {
    padding: 1rem;
  }
}
.todokede h4 {
  font-size: 18px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #000;
  font-weight: 500;
  margin-bottom: 1rem;
}
.todokede .benefit {
  display: block;
  text-align: center;
  color: #FF5858;
  line-height: 1.5;
  background: linear-gradient(transparent 70%, #FFD5D5 70%);
}

.a-toku .list_navigation li {
  background-color: #121212;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  padding-bottom: 1rem;
}
@media (max-width: 550px) {
  .a-toku .list_navigation li {
    padding-bottom: 0;
    margin-bottom: 0.5rem;
  }
}
.a-toku .list_navigation h3 {
  font-weight: 500;
  font-size: 16px;
  color: #D8B130;
  padding: 0.5rem 0;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (max-width: 550px) {
  .a-toku .list_navigation h3 {
    font-size: 1em;
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 550px) {
  .a-toku .list_navigation img {
    width: 110px;
    margin-right: 10px;
  }
}
.a-toku .list_navigation p {
  text-align: center;
}
@media (max-width: 550px) {
  .a-toku .list_navigation p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
}

.a-nyukai {
  border: 1px solid #c9c9c9;
  display: flex;
  padding: 2rem 0;
  margin: 3rem 0;
  justify-content: space-around;
  position: relative;
}
@media (max-width: 550px) {
  .a-nyukai {
    flex-wrap: wrap;
    margin: 1rem 0;
    padding: 1rem 0 0;
  }
}
.a-nyukai h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  position: absolute;
  top: -30px;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 3px;
  width: 150px;
  text-align: center;
  display: block;
  background-color: #fff;
  color: #bababa;
}
@media (max-width: 550px) {
  .a-nyukai h3 {
    font-size: 26px;
    top: -26px;
  }
}
.a-nyukai li {
  border-right: 1px dashed #707070;
  width: 50%;
  padding: 2%;
}
@media (max-width: 550px) {
  .a-nyukai li {
    width: 100%;
    border-right: none;
    border-bottom: 1px dashed #707070;
    padding: 1rem 0;
  }
}
.a-nyukai li h4 {
  font-weight: 500;
  font-size: 30px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 1rem;
}
@media (max-width: 550px) {
  .a-nyukai li h4 {
    font-size: 26px;
  }
}
.a-nyukai li h5 {
  font-weight: 600;
  font-size: 24px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  letter-spacing: 0.1em;
  line-height: 34px;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #363636;
}
@media (max-width: 550px) {
  .a-nyukai li h5 {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
}
.a-nyukai li p {
  font-size: 15px;
  width: 80%;
  margin: 0 auto;
}
.a-nyukai li:last-child {
  border-right: none;
  border-bottom: none;
}
.a-nyukai .men {
  background-image: url(../images/bg-m.webp);
  background-repeat: no-repeat;
  background-size: 160px;
  background-position: 20% top;
}
@media (max-width: 550px) {
  .a-nyukai .men {
    background-size: 120px;
    background-position: 10% top;
  }
}
.a-nyukai .women {
  background-image: url(../images/bg-wm.webp);
  background-repeat: no-repeat;
  background-size: 110px;
  background-position: 15% top;
}
@media (max-width: 550px) {
  .a-nyukai .women {
    background-size: 80px;
    background-position: 15% 15px;
  }
}

.men-lead h2 {
  text-align: center;
  font-size: 40px;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #485576;
}
@media (max-width: 550px) {
  .men-lead h2 {
    font-size: 20px;
  }
}

.bu_text {
  border: 1px solid;
  border-image: linear-gradient(to right, #ffffff, #bab488, #ffffff) 1;
  color: #5c5b37;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 20px;
  padding: 0.5rem 0;
}
.bu_text p {
  margin-bottom: 0;
}

.price-area {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .price-area {
    flex-wrap: wrap;
  }
}

.price-inner {
  width: 23%;
  text-align: center;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 17px;
  line-height: 1.4;
}
@media (max-width: 550px) {
  .price-inner {
    width: 48%;
    margin-bottom: 1.5rem;
  }
}
.price-inner h5 {
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1.5px dotted #bfbfbf;
  padding: 0.3rem 0;
}
.price-inner p {
  border-bottom: 1px solid #707070;
  padding: 0.3rem 0;
}

@media (max-width: 550px) {
  .price_plan p {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 550px) {
  .price_plan h5 {
    font-size: 16px;
  }
}

.obi_type {
  width: 190px;
  margin: 0 auto;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 500;
  font-size: 17px;
  line-height: 2;
  text-align: center;
  margin-bottom: 1rem;
  color: #fff;
}
@media (max-width: 550px) {
  .obi_type {
    width: 96%;
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.obi-small {
  font-size: 16px;
}
@media (max-width: 550px) {
  .obi-small {
    font-size: 13px;
  }
}

.bg_brk {
  max-width: 700px;
  border: 2px solid #9d9656;
  padding: 2rem;
  border-image: linear-gradient(45deg, #635b5b, #cfd2c6 70%, #76714e) 1;
  margin: 2rem auto;
}
.bg_brk .price-inner {
  width: 100%;
}
.bg_brk .obi_type {
  width: 100%;
}
@media (max-width: 550px) {
  .bg_brk .obi_type {
    margin-bottom: 5px;
  }
}

.spacing {
  padding: 2.5rem 0;
}
@media (max-width: 550px) {
  .spacing {
    padding: 1rem 0;
  }
}

.ms .price-inner {
  width: 30%;
}
@media (max-width: 550px) {
  .ms .price-inner {
    width: 48%;
  }
}

.area-women {
  background-image: url(../images/womentop.webp);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 260px;
  padding-left: 300px;
}
@media (max-width: 550px) {
  .area-women {
    background-size: 130px;
    background-position: -20px 215px;
    padding-left: 140px;
  }
}
.area-women h2 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 30px;
  color: #B45D5D;
  font-weight: 500;
}
@media (max-width: 550px) {
  .area-women h2 {
    font-size: 18px;
    margin-left: -135px;
  }
}
@media (max-width: 550px) {
  .area-women p {
    margin-left: -135px;
  }
}
.area-women h3 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  color: #676767;
  border-bottom: 1px solid #B2B2B2;
  margin-bottom: 2.5rem;
}
@media (max-width: 550px) {
  .area-women h3 {
    font-size: 17px;
    margin-bottom: 1rem;
  }
}
.area-women h3::before {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 30%;
  height: 1px;
  background: #ffffff;
}
.area-women ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .area-women ul {
    margin-bottom: 1rem;
  }
}
.area-women li {
  width: 48%;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  font-size: 18px;
  color: #7b6c56;
  margin-bottom: 0.3rem;
  padding-left: 35px;
  background-image: url(../images/check-p.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
}
@media (max-width: 550px) {
  .area-women li {
    width: 100%;
    padding-left: 25px;
    background-size: 18px;
    font-size: 16px;
    line-height: 1.5;
    background-position: left 5px;
  }
}

.wpoint {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin: 0 auto !important;
}
@media (max-width: 550px) {
  .wpoint {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
.wpoint li {
  background-image: none !important;
  border: solid 1px #d3cfcf;
  text-align: center;
  padding: 2rem 1rem !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 30.5%;
  font-size: 16px !important;
  border-radius: 50%;
  color: #B45D5D !important;
}
@media (max-width: 550px) {
  .wpoint li {
    width: 160px;
    height: 160px;
    margin: 0 5px;
    font-size: 14px !important;
    padding: 0.5rem !important;
    letter-spacing: -0.5px;
    line-height: 1.7;
  }
}
.wpoint li span {
  color: #000 !important;
  font-size: 18px !important;
}

.wmen .wpoint {
  justify-content: left;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  gap: 1.5rem;
}
@media (max-width: 550px) {
  .wmen .wpoint {
    justify-content: center;
    padding-top: 1rem;
  }
}
.wmen .wpoint li {
  color: #000 !important;
  width: 170px;
  height: 170px;
  padding: 0.5rem !important;
  display: block;
  padding-top: 50px !important;
}
@media (max-width: 550px) {
  .wmen .wpoint li {
    width: 150px;
    height: 150px;
    margin: -20px 0;
  }
}
.wmen .wpoint li span {
  color: #B45D5D !important;
  font-size: 20px !important;
}
@media (max-width: 550px) {
  .wmen .wpoint li span {
    font-size: 16px !important;
  }
}
.wmen .todokede {
  margin-top: 1.5rem;
  max-width: 96%;
}
@media (max-width: 550px) {
  .wmen .todokede {
    margin-top: 2.5rem;
  }
}

.wbene {
  width: 1027px;
  height: 392px;
  background-image: url(../images/wup.webp);
  background-size: cover;
  margin: 0 auto;
  padding: 3rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 18px;
}
@media (max-width: 550px) {
  .wbene {
    width: 100%;
    height: auto;
    background-size: 560px;
    background-repeat: no-repeat;
    background-position: right top;
    padding: 1rem;
    padding-top: 230px;
    font-size: 15px;
  }
}
.wbene h3 {
  font-weight: 500;
  padding-left: 2rem;
  font-size: 26px;
  margin-bottom: 2rem;
  color: #82775f;
}
@media (max-width: 550px) {
  .wbene h3 {
    font-size: 18px;
  }
}

.ctn .area-btn {
  width: 600px;
  margin-top: 1.5rem;
}
@media (max-width: 550px) {
  .ctn .area-btn {
    width: 100%;
    line-height: 1.1;
    margin-top: 0;
  }
}
.ctn p {
  width: 46%;
  text-align: center;
}
@media (max-width: 550px) {
  .ctn p {
    width: 49%;
  }
}
.ctn p a {
  width: 100%;
  font-size: 16px;
}

.ol {
  background-image: url(../images/ic-online.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: 6% center;
}

.pricetable table {
  width: 100%;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
@media (max-width: 550px) {
  .pricetable table {
    font-size: 11px;
    line-height: 1.4;
  }
}
.pricetable table td {
  padding: 10px;
}
@media (max-width: 550px) {
  .pricetable table td {
    padding: 3px;
  }
}

.flow-fmen {
  padding: 3rem;
  max-width: 860px;
  border: #e1e0e0 solid 1px;
  border-radius: 100px 0px 100px 0px;
  background: linear-gradient(#fff 0%, #f8f8f8 100%);
  box-shadow: 7px 7px 0px rgba(140, 187, 204, 0.16);
  margin: 3rem auto 0;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}
@media (max-width: 550px) {
  .flow-fmen {
    padding: 1.5rem;
    margin: 1rem auto 0;
  }
}
.flow-fmen .obi_flow {
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 550px) {
  .flow-fmen .obi_flow {
    font-size: 14px;
    margin-bottom: 1rem;
  }
}

#hero .area-btn {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 550px) {
  #hero .area-btn a {
    font-size: 12px;
  }
}

.smunder {
  display: none;
}
@media (max-width: 550px) {
  .smunder {
    display: inherit;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
.smunder img {
  width: 100%;
}

form#mailformpro dl dt {
  float: left;
  width: 28%;
  clear: both;
  font-weight: 500;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: right;
  margin: 0px;
  line-height: 16px;
  padding-top: 10px;
  padding-right: 80px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-top: 1px solid rgb(204, 204, 204);
}

form#mailformpro dl dd {
  margin: 0px;
  line-height: 1.5em;
  text-align: left;
  float: left;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 20px;
  width: 70%;
  border-top: 1px solid rgb(204, 204, 204);
}

form#mailformpro textarea {
  width: 80%;
}

.must {
  display: block;
  background-color: #C00;
  border: solid 2px #C00;
  text-shadow: 0px 1px 2px #933;
  padding: 2px 5px;
  font-size: 10px;
  color: #FFF;
  float: left;
  margin: 0px 5px;
  border-radius: 4px;
  box-shadow: 0px 0px 5px #CCC;
  line-height: 12px;
}

div.mfp_buttons {
  clear: both;
  padding: 10px 0px;
  text-align: center;
}

@media screen and (max-width: 800px) {
  form#mailformpro dl dt {
    float: none;
    width: auto;
    font-size: 12px;
    padding: 5px;
    text-align: left;
  }
  form#mailformpro dl dd {
    clear: both;
    border-top: none;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.5em;
    width: 90%;
  }
}
.vic {
  position: relative;
  padding: 2.5rem;
  background-color: #f9f9f9;
  border: 1px solid #A2A2A2;
  z-index: 10;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .vic {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.vic::after {
  content: "";
  border: 1px solid #A2A2A2;
  position: absolute;
  top: 8px;
  right: -8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 550px) {
  .vic::after {
    top: 6px;
    right: -6px;
  }
}
.vic li {
  border-bottom: dotted 1px #cccccc;
  padding-top: 1rem;
}
.vic li h4 {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}/*# sourceMappingURL=style.css.map */