/* Animation */
@-webkit-keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomDown {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  color: #262626;
}

b, strong, .bold {
  font-family: "Shippori Mincho B1", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

::-webkit-input-placeholder {
  color: #BABABA;
}

::-moz-placeholder {
  color: #BABABA;
}

:-ms-input-placeholder {
  color: #BABABA;
}

::-ms-input-placeholder {
  color: #BABABA;
}

::placeholder {
  color: #BABABA;
}

/* IE */
:-ms-input-placeholder {
  color: #BABABA;
}

/* Edge */
::-ms-input-placeholder {
  color: #BABABA;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #262626;
}
a:hover {
  opacity: 0.85;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-only {
    display: block;
  }
}
.pc-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-only {
    display: none;
  }
}
/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
body {
  background-color: #F7F6F5;
  border-top: 5px solid #C57D7C;
}

.wrapper {
  margin-left: 280px;
  overflow: hidden;
  position: relative;
  width: auto;
}
@media screen and (max-width: 1100px) {
  .wrapper {
    margin-left: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper {
    margin-left: auto;
  }
}

.sidebar {
  height: 100%;
  max-height: 100%;
  width: 280px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 0 36px;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 1100px) {
  .sidebar {
    width: 250px;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar {
    display: none;
  }
}
.sidebar__logo {
  margin: 50px 0 40px;
  text-align: center;
}
.sidebar__navi {
  width: 212px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  .sidebar__navi {
    width: 100%;
  }
}
.sidebar__navi ul {
  text-align: center;
}
.sidebar__navi ul li {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 22px;
}
.sidebar__navi ul li a.active {
  color: #C57D7C;
}
.sidebar__navi ul li .sub {
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  cursor: pointer;
}
.sidebar__navi ul li .sub::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 10px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 9px;
}
.sidebar__navi ul li .sub_menu {
  display: none;
  margin-top: 20px;
}
.sidebar__navi ul li .sub_menu ul {
  position: relative;
  margin: auto;
  padding-left: 26px;
  margin-left: 40px;
  text-align: left;
}
.sidebar__navi ul li .sub_menu ul::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #8F7458;
}
.sidebar__navi ul li .sub_menu ul li {
  margin-bottom: 14px;
}
.sidebar__navi ul li .sub_menu ul li a {
  color: #8F7458;
  font-size: 1.4rem;
  font-weight: 600;
}
.sidebar__reserve {
  margin: auto;
  margin-bottom: 27px;
  background-color: #C57D7C;
  border-radius: 20px;
}
.sidebar__reserve a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 11px 0;
}
.sidebar__reserve a img {
  margin-top: -2px;
}
.sidebar__sns {
  width: 120px;
  margin: auto;
  margin-bottom: 28px;
}
.sidebar__sns li {
  margin-bottom: 15px;
}
.sidebar__sns li a {
  font-size: 1.6rem;
  color: #8F7458;
  font-weight: 500;
}
.sidebar__sns li img {
  margin-right: 4px;
  margin-top: -6px;
}
.sidebar__access_name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.sidebar__access_addr {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8333333333;
  text-decoration: underline;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

.header {
  display: none;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .header {
    display: block;
  }
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  margin: auto;
}
.header__left {
  width: 87px;
}
@media screen and (max-width: 1180px) {
  .header__left_ttl a img {
    width: 100%;
  }
}
.header__right {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999998;
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-y: scroll;
  padding: 20px;
}
.header__right_logo {
  width: 87px;
  margin: auto;
}
.header__right_logo img {
  width: 100%;
}
.header__right_navigation {
  width: 100%;
}
.header__right_navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 48px 0 10px;
}
.header__right_navigation > ul > li {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
.header__right_navigation > ul > li > a {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.header__right_navigation > ul > li > a.active {
  color: #C57D7C;
}
.header__right_navigation > ul > li .sub {
  font-size: 1.6rem;
  font-weight: 400;
}
.header__right_navigation > ul > li .sub span {
  position: relative;
}
.header__right_navigation > ul > li .sub span::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  right: -36px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 9px;
}
.header__right_navigation > ul > li .sub_menu {
  display: none;
  margin-top: 20px;
}
.header__right_navigation > ul > li .sub_menu ul {
  position: relative;
  width: 200px;
  margin: auto;
  padding-left: 26px;
  text-align: left;
}
.header__right_navigation > ul > li .sub_menu ul::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: #8F7458;
}
.header__right_navigation > ul > li .sub_menu ul li {
  margin-bottom: 14px;
}
.header__right_navigation > ul > li .sub_menu ul li a {
  color: #8F7458;
  font-size: 1.4rem;
  font-weight: 600;
}
.header__right_contact {
  margin: auto;
  margin-bottom: 20px;
}
.header__right_contact_btn {
  display: inline-block;
  width: 260px;
  background-color: #C57D7C;
  border-radius: 20px;
  text-align: center;
  padding: 10px 0;
}
.header__right_contact_btn span {
  color: #F7F6F5;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.header__right_line {
  margin: auto;
  margin-bottom: 40px;
}
.header__right_line_btn {
  display: inline-block;
  width: 260px;
  background-color: #337410;
  border-radius: 20px;
  text-align: center;
  padding: 10px 0;
}
.header__right_line_btn span {
  color: #F7F6F5;
  font-size: 1.4rem;
  font-weight: 600;
  position: relative;
}
.header__right_sns {
  margin: auto;
  margin-bottom: 16px;
}
.header__right_sns .sidebar__sns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
}
.header__right_sns .sidebar__sns li {
  margin-bottom: auto;
}
.header__right_sns .sidebar__sns li:first-child {
  margin-right: 30px;
}
.header__right .sidebar__access {
  margin-left: 20px;
}
.header__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__btn_menu {
  position: fixed;
  right: 20px;
  display: block;
  z-index: 99999999;
  cursor: pointer;
  background-color: #C57D7C;
  padding: 15px 10px;
  border-radius: 50%;
}
.header__btn_menu.is-open div {
  background-color: #fff;
}
.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
}
.header__btn_menu.is-open .bar2 {
  opacity: 0;
}
.header__btn_menu.is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  transform: rotate(45deg) translate(-5px, -5px);
}
.header__btn_menu div {
  width: 24px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}
.header__btn_menu .bar2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer__inner_reserve {
  background-color: #776969;
  border-radius: 10px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve {
    display: block;
    padding: 40px 20px;
  }
}
.footer__inner_reserve_left {
  width: 33%;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__inner_reserve_left h3 {
  font-size: 4rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_left h3 {
    font-size: 3rem;
    margin-right: 12px;
  }
}
.footer__inner_reserve_left p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_left p {
    line-height: 2;
  }
}
.footer__inner_reserve_right {
  width: 67%;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_right {
    width: 100%;
  }
}
.footer__inner_reserve_right h4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4545454545;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_right h4 {
    font-size: 1.4rem;
    line-height: 1.7857142857;
  }
}
.footer__inner_reserve_right h4 span {
  color: #EBC315;
}
.footer__inner_reserve_right p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_right p {
    font-size: 1.2rem;
    line-height: 2;
  }
}
.footer__inner_reserve_right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_right ul {
    display: block;
  }
}
.footer__inner_reserve_right ul li {
  width: 260px;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_right ul li {
    margin: auto;
  }
}
.footer__inner_reserve_right ul li a {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
  padding: 11px 0;
}
.footer__inner_reserve_right ul li .contact_btn {
  background-color: #C57D7C;
}
.footer__inner_reserve_right ul li .line_btn {
  background-color: #337410;
}
.footer__inner_reserve_right ul li:first-child {
  margin-right: 28px;
}
@media screen and (max-width: 640px) {
  .footer__inner_reserve_right ul li:first-child {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.footer__inner_btm {
  background-color: #fff;
  border-bottom: 5px solid #C57D7C;
}
.footer__inner_btm_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_nav {
    padding: 20px;
  }
}
.footer__inner_btm_nav_left_copyright {
  font-size: 1.4rem;
  font-weight: 400;
  color: #C57D7C;
}
.footer__inner_btm_nav_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__inner_btm_nav_right_list .policy {
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: underline;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_nav_right_list .policy {
    margin-right: auto;
  }
}
.footer__inner_btm_nav_right_list .reserve {
  width: 220px;
  display: block;
  background-color: #C57D7C;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
  padding: 12px 0;
}
@media screen and (max-width: 640px) {
  .footer__inner_btm_nav_right_list .reserve {
    display: none;
  }
}

.ttl {
  font-size: 3rem;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C57D7C;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.ttl::before {
  content: "";
  height: 1px;
  background-color: #C57D7C;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .ttl::before {
    margin-right: 14px;
  }
}
.ttl::after {
  content: "";
  height: 1px;
  background-color: #C57D7C;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .ttl::after {
    margin-left: 14px;
  }
}

.base_btn {
  width: 190px;
  background-color: #fff;
  border: 1px solid #C57D7C;
  border-radius: 20px;
  text-align: center;
}
.base_btn a {
  display: block;
  position: relative;
  color: #C57D7C;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 12px 0;
}

.link_btn {
  background-color: #C57D7C;
  border-radius: 23px;
  text-align: center;
  margin: auto;
}
.link_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 13px 0;
}
@media screen and (max-width: 640px) {
  .link_btn a {
    font-size: 1.4rem;
  }
}
.link_btn a span {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .link_btn a span {
    padding-left: 10px;
  }
}
.link_btn a span::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_rglink.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
  height: 8px;
}

.send {
  width: 260px;
  margin: auto;
  position: relative;
}
.send:hover {
  opacity: 0.85;
}
.send::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 28px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 10px;
}
.send .send_text {
  width: 260px;
  background-color: #2F819D;
  border-radius: 43px;
  text-align: center;
  margin: auto;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 19px 0;
  border: none;
  cursor: pointer;
}

.contact_btn {
  width: 322px;
  border-radius: 43px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .contact_btn {
    width: 256px;
    border-radius: 18px;
  }
}
.contact_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 19px 0;
}
@media screen and (max-width: 640px) {
  .contact_btn a {
    font-size: 1.4rem;
    padding: 10px 0;
  }
}
.contact_btn a::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 50%;
  left: 33px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 19px;
  height: 11px;
}
@media screen and (max-width: 640px) {
  .contact_btn a::before {
    left: 28px;
    width: 7px;
    height: 5px;
  }
}

.page_main {
  position: relative;
}
.page_main_ttl {
  position: absolute;
  left: 11%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .page_main_ttl {
    left: 6%;
  }
}
@media screen and (max-width: 640px) {
  .page_main_ttl {
    left: 20px;
  }
}
.page_main_ttl h2 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.45;
  color: #8F7458;
}
@media screen and (max-width: 640px) {
  .page_main_ttl h2 {
    font-size: 2rem;
    line-height: 1.45;
  }
}
.page_main_ttl p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  color: #8F7458;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page_main_ttl p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.page_main_ttl p::after {
  position: absolute;
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  bottom: -10px;
  background: #8F7458;
}
@media screen and (max-width: 640px) {
  .page_main_ttl p::after {
    width: 20px;
  }
}
.page_main_box {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DBDBDB;
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  .page_main_box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.page_main_box_top {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page_main_box_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .page_main_box_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.page_main_box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .page_main_box_img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}
.page_main_box_img li {
  width: 32.7%;
}
@media screen and (max-width: 640px) {
  .page_main_box_img li {
    width: 49%;
    margin-bottom: 10px;
  }
}
.page_main_box_img li img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .page_main_box_img li:last-child {
    width: 100%;
  }
}
.page_main_img {
  max-width: 74%;
  margin-left: auto;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .page_main_img {
    max-width: 100%;
    height: 160px;
    margin-left: 120px;
  }
}
.page_main_img img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .page_main_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page_top {
  border-radius: 10px;
  position: fixed;
  right: 20px;
  bottom: 90px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 11;
  background-color: #C57D7C;
  border-radius: 50%;
}
.page_top img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 2;
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .page_ttl {
    padding-left: 30px;
  }
}
.page_ttl::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #C57D7C;
}
@media screen and (max-width: 640px) {
  .page_ttl::before {
    width: 20px;
  }
}

.pagination {
  text-align: center;
  margin-top: 60px;
}
.pagination_inner .wp-pagenavi {
  font-size: 1.6rem;
  font-weight: 400;
}
.pagination_inner .wp-pagenavi a {
  display: inline-block;
  margin: 0 15px;
}
.pagination_inner .wp-pagenavi .current {
  display: inline-block;
  color: #C57D7C;
  margin: 0 15px;
}
.pagination_inner .wp-pagenavi .previouspostslink {
  margin-left: auto;
}
.pagination_inner .wp-pagenavi .nextpostslink {
  margin-right: auto;
}

/*------------------------------------------------------------

------------------------------------------------------------*/
.top_menu_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .top_menu_box {
    display: block;
    margin-bottom: 20px;
  }
}
.top_menu_box_left {
  width: 45.3%;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .top_menu_box_left {
    width: 100%;
    margin-right: auto;
    margin-bottom: 12px;
  }
}
.top_menu_box_left img {
  width: 100%;
}
.top_menu_box_right {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .top_menu_box_right {
    width: 100%;
  }
}
.top_menu_box_right h3 {
  font-size: 2.6rem;
  font-weight: 600;
  color: #8F7458;
  line-height: 1.5384615385;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .top_menu_box_right h3 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}
.top_menu_box_right p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .top_menu_box_right p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.top_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
.top_menu_list_inner {
  background-color: #fff;
  border: 1px solid #8F7458;
  border-radius: 5px;
  padding: 10px 15px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .top_menu_list_inner {
    margin-bottom: 10px;
    margin-right: auto;
  }
}
.top_menu_list_inner p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8F7458;
}
@media screen and (max-width: 640px) {
  .top_menu_list_inner p {
    font-size: 1.4rem;
  }
}

.sec__menu_ttl {
  font-size: 2.4rem;
  font-weight: 400;
  color: #C57D7C;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .sec__menu_ttl {
    font-size: 2rem;
    margin-bottom: 26px;
  }
}
.sec__menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .sec__menu_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sec__menu_list::after {
  content: "";
  display: block;
  width: 31.6%;
}
@media screen and (max-width: 640px) {
  .sec__menu_list::after {
    display: none;
  }
}
.sec__menu_list_box {
  position: relative;
  width: 31.6%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .sec__menu_list_box {
    width: 100%;
  }
}
.sec__menu_list_box_img {
  margin-bottom: 14px;
  height: 170px;
}
.sec__menu_list_box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec__menu_list_box_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.sec__menu_list_box_tag li {
  background-color: #C57D7C;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 7px 5px;
  margin-right: 8px;
}
.sec__menu_list_box_menu {
  margin-bottom: 10px;
}
.sec__menu_list_box_menu p {
  color: #8F7458;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .sec__menu_list_box_menu p {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.sec__menu_list_box_text p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec__menu_list_box_text p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.sec__menu_list_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec__menu .sp_swiper {
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec__menu .sp_swiper {
    margin: 0 -20px;
  }
}
.sec__menu .swiper-button-prev,
.sec__menu .swiper-button-next {
  height: 25px;
  width: 25px;
  display: none;
}
@media screen and (max-width: 640px) {
  .sec__menu .swiper-button-prev,
  .sec__menu .swiper-button-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec__menu .swiper-button-prev:after,
.sec__menu .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 25px;
  width: 25px;
  margin: auto;
}
.sec__menu .swiper-button-prev:after {
  background-image: url(../img/common/icon_l_slider.svg);
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sec__menu .swiper-button-next:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background-image: url(../img/common/icon_r_slider.svg);
}

/*------------------------------------------------------------
  Top
------------------------------------------------------------*/
.top .sec__fv {
  height: 100vh;
}
@media screen and (max-width: 640px) {
  .top .sec__fv {
    height: 100%;
  }
}
.top .sec__fv_inner_top {
  display: block;
  width: 100%;
  position: relative;
}
.top .sec__fv_inner_top .swiper-bg {
  overflow: hidden;
}
.top .sec__fv_inner_top .swiper-slide-active-prev .swiper-bg img,
.top .sec__fv_inner_top .swiper-slide-active .swiper-bg img {
  -webkit-animation: zoomDown 10s linear;
          animation: zoomDown 10s linear;
}
.top .sec__fv_inner_top .swiper-pagination {
  bottom: 20px;
  left: 34px;
  width: auto;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_top .swiper-pagination {
    display: none;
  }
}
.top .sec__fv_inner_top .swiper-pagination-bullet {
  width: 15px;
  border-radius: 0;
  height: 1px;
  background: #fff;
  opacity: 1;
}
.top .sec__fv_inner_top .swiper-pagination-bullet-active {
  background: #C57D7C;
}
.top .sec__fv_inner_top img {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_top img {
    height: 61vh;
  }
}
.top .sec__fv_inner_top_news {
  position: absolute;
  bottom: 24px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_top_news {
    width: 94%;
    bottom: 20px;
  }
}
.top .sec__fv_inner_top_news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F8F8F8;
  border-bottom: 1px solid #ACACAC;
  padding: 12px 80px 12px 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_top_news dl {
    padding: 13px 20px;
  }
}
.top .sec__fv_inner_top_news dl dt {
  font-size: 1.4rem;
  font-weight: 600;
  color: #C57D7C;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_top_news dl dt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-right: 6px;
  }
}
.top .sec__fv_inner_top_news dl dd {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_top_news dl dd {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.top .sec__fv_inner_top_news dl dd a {
  color: #8F7458;
  text-decoration: underline;
}
.top .sec__fv_inner_top_news dl dd a:hover {
  text-decoration: none;
}
.top .sec__fv_inner_btm {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 34px;
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_btm {
    padding: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_btm {
    display: block;
  }
}
.top .sec__fv_inner_btm_left {
  margin-right: 104px;
}
@media screen and (max-width: 1355px) {
  .top .sec__fv_inner_btm_left {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1175px) {
  .top .sec__fv_inner_btm_left {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1067px) {
  .top .sec__fv_inner_btm_left {
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_btm_left {
    width: 360px;
    margin-right: auto;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 400PX) {
  .top .sec__fv_inner_btm_left {
    width: 100%;
  }
}
.top .sec__fv_inner_btm_left_top {
  font-size: 3rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 1.4666666667;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1355px) {
  .top .sec__fv_inner_btm_left_top {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 1175px) {
  .top .sec__fv_inner_btm_left_top {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1067px) {
  .top .sec__fv_inner_btm_left_top {
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_btm_left_top {
    font-size: 2.4rem;
  }
}
.top .sec__fv_inner_btm_left_top::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: -2px;
  background: #C57D7C;
}
.top .sec__fv_inner_btm_left_btm {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 1.4444444444;
  position: relative;
}
@media screen and (max-width: 1355px) {
  .top .sec__fv_inner_btm_left_btm {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1175px) {
  .top .sec__fv_inner_btm_left_btm {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1067px) {
  .top .sec__fv_inner_btm_left_btm {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_btm_left_btm {
    font-size: 1.4rem;
  }
}
.top .sec__fv_inner_btm_left_btm::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: -4px;
  background: #C57D7C;
}
.top .sec__fv_inner_btm_right p {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 600;
  color: #8F7458;
  padding: 9px 20px;
  border: 1px solid #8F7458;
  border-radius: 5px;
}
@media screen and (max-width: 1260px) {
  .top .sec__fv_inner_btm_right p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .top .sec__fv_inner_btm_right p {
    padding: 6px 14px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__fv_inner_btm_right p {
    font-size: 1.4rem;
    padding: 9px 10px;
  }
}
.top .sec__fv_inner_btm_right p:first-child {
  margin-bottom: 10px;
}
.top .sec__fv_inner_btm_right p:last-child {
  margin-left: 10px;
}
.top .sec__about {
  margin-top: 80px;
}
.top .sec__about_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_box {
    display: block;
    margin-bottom: 20px;
  }
}
.top .sec__about_inner_box_left {
  width: 24%;
  margin-left: 52px;
  margin-right: 93px;
}
@media screen and (max-width: 960px) {
  .top .sec__about_inner_box_left {
    width: 28%;
    margin-left: auto;
    margin-right: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_box_left {
    width: 100%;
    text-align: center;
    margin: 50px 0;
  }
}
.top .sec__about_inner_box_left img {
  width: 217px;
}
@media screen and (max-width: 960px) {
  .top .sec__about_inner_box_left img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_box_left img {
    width: 146px;
  }
}
@media screen and (max-width: 960px) {
  .top .sec__about_inner_box_right {
    width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_box_right {
    width: 100%;
  }
}
.top .sec__about_inner_box_right_top {
  font-size: 1.6rem;
  color: #8F7458;
  font-weight: 600;
  line-height: 2.25;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_box_right_top {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    margin-bottom: 20px;
  }
}
.top .sec__about_inner_box_right_btm {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2142857143;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_box_right_btm {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.top .sec__about_inner_btn {
  width: 396px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_btn {
    width: 100%;
    padding: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top .sec__about_inner_btn_left {
  width: 192px;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_btn_left {
    width: 152px;
    margin-right: 12px;
  }
}
.top .sec__about_inner_btn_right {
  width: 164px;
}
@media screen and (max-width: 640px) {
  .top .sec__about_inner_btn_right {
    width: 144px;
  }
}
.top .sec__menu1 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu1 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__menu1_inner_menu {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__menu1_inner_menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top .sec__menu1_inner_menu_list_btm {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu1_inner_menu_list_btm {
    margin-top: 0;
    margin-left: 6px;
  }
}
.top .sec__menu1_inner_btn {
  width: 295px;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu1_inner_btn {
    width: 205px;
    margin-bottom: 40px;
  }
}
.top .sec__menu1_inner_link {
  margin-top: 10px;
}
.top .sec__menu1_inner_link .base_btn {
  margin: auto;
}
.top .sec__menu2 {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu2_inner_menu {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__menu2_inner_menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top .sec__menu2_inner_menu_list_btm {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 6px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu2_inner_menu_list_btm {
    margin-top: 0;
    margin-left: 10px;
  }
}
.top .sec__menu2_inner_btn {
  width: 313px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu2_inner_btn {
    width: 219px;
    margin-bottom: 40px;
  }
}
.top .sec__menu2_inner_link {
  margin-top: 10px;
}
.top .sec__menu2_inner_link .base_btn {
  margin: auto;
}
.top .sec__menu3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_menu_list {
    margin-right: 10px;
  }
}
.top .sec__menu3_inner_btn {
  width: 259px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_btn {
    width: 219px;
    margin-bottom: 40px;
  }
}
.top .sec__menu3_inner_link {
  margin-top: 10px;
}
.top .sec__menu3_inner_link .base_btn {
  margin: auto;
}
.top .sec__menu3_inner_counseling {
  margin: 60px 75px 0;
  background-color: #fff;
  border: 1px solid #C57D7C;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_counseling {
    margin: 40px 0 0;
    padding: 20px;
  }
}
.top .sec__menu3_inner_counseling_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_counseling_inner {
    display: block;
    margin-bottom: 20px;
  }
}
.top .sec__menu3_inner_counseling_inner_left {
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_counseling_inner_left {
    margin-right: auto;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_counseling_inner_left img {
    width: 100%;
  }
}
.top .sec__menu3_inner_counseling_inner_right {
  width: 90%;
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_counseling_inner_right {
    width: 100%;
  }
}
.top .sec__menu3_inner_counseling_inner_right h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 1.4545454545;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_counseling_inner_right h3 {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.top .sec__menu3_inner_counseling_inner_right p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__menu3_inner_counseling_inner_right p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.top .sec__menu3_inner_counseling_btn {
  width: 274px;
}
.top .sec__menu3_inner_counseling_btn a {
  font-size: 1.4rem;
}
.top .sec__menu3_inner_counseling_btn a span {
  padding-left: 0;
}
.top .sec__menu3_inner_counseling_btn a span::before {
  content: none;
}
.top .sec__news {
  background-color: #fff;
  padding: 80px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 1260px) {
  .top .sec__news {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__news {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
.top .sec__news_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner {
    display: block;
  }
}
.top .sec__news_inner_left {
  width: 24%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.top .sec__news_inner_left h2 {
  font-size: 4rem;
  font-weight: 400;
  color: #C57D7C;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner_left h2 {
    margin-right: 20px;
    margin-bottom: auto;
  }
}
.top .sec__news_inner_left p {
  font-size: 1.4rem;
  font-weight: 400;
  color: #8F7458;
  line-height: 2;
}
.top .sec__news_inner_right {
  width: 76%;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner_right {
    width: 100%;
  }
}
.top .sec__news_inner_right .top_news_list_inner {
  background-color: #F8F8F8;
  border-bottom: 1px solid #ACACAC;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.top .sec__news_inner_right .top_news_list_inner::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_rgnews.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner_right .top_news_list_inner::after {
    content: none;
  }
}
.top .sec__news_inner_right .top_news_list_inner_left {
  width: 190px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner_right .top_news_list_inner_left {
    width: 135px;
    margin-right: 10px;
  }
}
.top .sec__news_inner_right .top_news_list_inner_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .sec__news_inner_right .top_news_list_inner_right {
  width: 61%;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner_right .top_news_list_inner_right {
    width: 69%;
    margin-right: 20px;
  }
}
.top .sec__news_inner_right .top_news_list_inner_right_text {
  padding-bottom: 10px;
}
.top .sec__news_inner_right .top_news_list_inner_right_text_date {
  font-size: 1.6rem;
  font-weight: bold;
  color: #8F7458;
  line-height: 1.75;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner_right .top_news_list_inner_right_text_date {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.top .sec__news_inner_right .top_news_list_inner_right_text_ttl {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .top .sec__news_inner_right .top_news_list_inner_right_text_ttl {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.top .sec__news_inner_right .top_news_list_inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.top .sec__news_inner_right_link {
  text-align: right;
}
.top .sec__news_inner_right_link a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8F7458;
}
.top .sec__news_inner_right_link a span {
  position: relative;
}
.top .sec__news_inner_right_link a span::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_rgnews.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: -16px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.top .sec__access {
  margin-bottom: 200px;
}
@media screen and (max-width: 640px) {
  .top .sec__access {
    margin-bottom: 40px;
  }
}
.top .sec__access_inner_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 500px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_map {
    padding-bottom: 280px;
  }
}
.top .sec__access_inner_map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  border: 1px solid #8F7458;
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_map iframe {
    height: 280px;
  }
}
.top .sec__access_inner_box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box {
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_left {
    margin-bottom: 6px;
  }
}
.top .sec__access_inner_box_left h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #C57D7C;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_left h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.top .sec__access_inner_box_left_add {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_left_add {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.top .sec__access_inner_box_left_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_left_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-bottom: 5px;
  }
}
.top .sec__access_inner_box_left_tel {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_left_tel {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.top .sec__access_inner_box_left_tel a {
  text-decoration: underline;
}
.top .sec__access_inner_box_left_tel a:hover {
  text-decoration: none;
}
.top .sec__access_inner_box_right .base_btn {
  width: 244px;
}
@media screen and (max-width: 640px) {
  .top .sec__access_inner_box_right .base_btn {
    margin: auto;
  }
}

/*------------------------------------------------------------
  About
------------------------------------------------------------*/
.about .sec__about_inner {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.about .sec__about_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box {
    display: block;
  }
}
.about .sec__about_inner_box_left {
  width: 34.7%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
}
.about .sec__about_inner_box_left img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_left img {
    width: 49%;
  }
}
.about .sec__about_inner_box_left img:first-child {
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_left img:first-child {
    margin-bottom: auto;
  }
}
.about .sec__about_inner_box_right {
  width: 65%;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_right {
    width: 100%;
  }
}
.about .sec__about_inner_box_right h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #C57D7C;
  margin-bottom: 6px;
}
.about .sec__about_inner_box_right p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .about .sec__about_inner_box_right p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.about .sec__staff_inner {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 640px) {
  .about .sec__staff_inner {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.about .sec__staff_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .about .sec__staff_inner_box {
    display: block;
  }
}
.about .sec__staff_inner_box_left {
  width: 36.5%;
  margin-right: 42px;
}
@media screen and (max-width: 640px) {
  .about .sec__staff_inner_box_left {
    width: 100%;
    height: 220px;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.about .sec__staff_inner_box_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .sec__staff_inner_box_right {
  width: 65%;
}
@media screen and (max-width: 640px) {
  .about .sec__staff_inner_box_right {
    width: 100%;
  }
}
.about .sec__staff_inner_box_right h4 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.about .sec__staff_inner_box_right h4 span {
  font-size: 1.6rem;
  font-weight: 400;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .about .sec__staff_inner_box_right h4 {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-bottom: 20px;
  }
}
.about .sec__staff_inner_box_right h5 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 12px;
}
.about .sec__staff_inner_box_right p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .about .sec__staff_inner_box_right p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.about .sec__salon {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .about .sec__salon {
    margin-bottom: 32px;
  }
}
.about .sec__salon_inner_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about .sec__salon_inner_list li {
  width: 22.2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .about .sec__salon_inner_list li {
    width: 49%;
    margin-bottom: 8px;
  }
}
.about .sec__salon_inner_list li img {
  width: 100%;
}

/*------------------------------------------------------------
  beginner
------------------------------------------------------------*/
.beginner .sec__order {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order {
    margin-bottom: 40px;
  }
}
.beginner .sec__order_inner_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order_inner_list_box {
    display: block;
    margin-bottom: 40px;
  }
}
.beginner .sec__order_inner_list_box_left {
  width: 35%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order_inner_list_box_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
.beginner .sec__order_inner_list_box_left img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order_inner_list_box_left img {
    width: 140px;
  }
}
.beginner .sec__order_inner_list_box_right {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order_inner_list_box_right {
    width: 100%;
  }
}
.beginner .sec__order_inner_list_box_right_nb {
  font-size: 2rem;
  font-weight: 600;
  color: #8F7458;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order_inner_list_box_right_nb {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.beginner .sec__order_inner_list_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order_inner_list_box_right_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.beginner .sec__order_inner_list_box_right_text span {
  color: #C57D7C;
}
.beginner .sec__order_inner_list_box_right_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 14px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order_inner_list_box_right_link {
    display: block;
  }
}
.beginner .sec__order_inner_list_box_right_link li {
  width: 220px;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__order_inner_list_box_right_link li {
    width: 260px;
    margin: 10px auto;
  }
}
.beginner .sec__order_inner_list_box_right_link li a {
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
  padding: 11px 0;
}
.beginner .sec__order_inner_list_box_right_link li .contact_btn {
  background-color: #C57D7C;
}
.beginner .sec__order_inner_list_box_right_link li .line_btn {
  background-color: #337410;
}
.beginner .sec__guide {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__guide {
    margin-bottom: 40px;
  }
}
.beginner .sec__guide_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__guide_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.beginner .sec__guide_inner_list_box {
  margin-bottom: 14px;
}
.beginner .sec__guide_inner_list_box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.beginner .sec__guide_inner_list_box p span {
  color: #C57D7C;
}
.beginner .sec__guide_inner .link_btn {
  width: 286px;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__guide_inner .link_btn {
    width: 230px;
  }
}
.beginner .sec__access {
  margin-bottom: 200px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access {
    margin-bottom: 40px;
  }
}
.beginner .sec__access_inner_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 500px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_map {
    padding-bottom: 280px;
  }
}
.beginner .sec__access_inner_map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  border: 1px solid #8F7458;
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_map iframe {
    height: 280px;
  }
}
.beginner .sec__access_inner_box {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_box {
    margin-top: 10px;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_box_left {
    margin-bottom: 6px;
  }
}
.beginner .sec__access_inner_box_left h3 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #C57D7C;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_box_left h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.beginner .sec__access_inner_box_left_add {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_box_left_add {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.beginner .sec__access_inner_box_left_text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_box_left_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-bottom: 5px;
  }
}
.beginner .sec__access_inner_box_left_tel {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_box_left_tel {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.beginner .sec__access_inner_box_left_tel a {
  text-decoration: underline;
}
.beginner .sec__access_inner_box_left_tel a:hover {
  text-decoration: none;
}
.beginner .sec__access_inner_box_right .base_btn {
  width: 244px;
}
@media screen and (max-width: 640px) {
  .beginner .sec__access_inner_box_right .base_btn {
    margin: auto;
  }
}

/*------------------------------------------------------------
  facial
------------------------------------------------------------*/
.facial .sec__facial {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .facial .sec__facial {
    margin-bottom: 40px;
  }
}
.facial .sec__facial_inner_list_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .facial .sec__facial_inner_list_box {
    margin-bottom: 40px;
  }
}
.facial .sec__facial_inner_list_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .facial .sec__facial_inner_list_box_inner {
    display: block;
  }
}
.facial .sec__facial_inner_list_box_inner_left {
  width: 36%;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .facial .sec__facial_inner_list_box_inner_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.facial .sec__facial_inner_list_box_inner_left img {
  width: 100%;
}
.facial .sec__facial_inner_list_box_inner_right {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .facial .sec__facial_inner_list_box_inner_right {
    width: 100%;
  }
}
.facial .sec__facial_inner_list_box_inner_right_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .facial .sec__facial_inner_list_box_inner_right_ttl {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.facial .sec__facial_inner_list_box_inner_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .facial .sec__facial_inner_list_box_inner_right_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.facial .sec__facial_inner_list_box_inner_right_text span {
  color: #C57D7C;
}
.facial .sec__facial_inner_list_box .link_btn {
  width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .facial .sec__facial_inner_list_box .link_btn {
    width: 260px;
  }
}
.facial .sec__menulist {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .facial .sec__menulist {
    margin-bottom: 40px;
  }
}
.facial .sec__menulist_inner_link .base_btn {
  margin: auto;
}

/*------------------------------------------------------------
  body
------------------------------------------------------------*/
.body .sec__body {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .body .sec__body {
    margin-bottom: 40px;
  }
}
.body .sec__body_inner_list_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .body .sec__body_inner_list_box {
    margin-bottom: 40px;
  }
}
.body .sec__body_inner_list_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .body .sec__body_inner_list_box_inner {
    display: block;
  }
}
.body .sec__body_inner_list_box_inner_left {
  width: 36%;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .body .sec__body_inner_list_box_inner_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.body .sec__body_inner_list_box_inner_left img {
  width: 100%;
}
.body .sec__body_inner_list_box_inner_right {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .body .sec__body_inner_list_box_inner_right {
    width: 100%;
  }
}
.body .sec__body_inner_list_box_inner_right_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .body .sec__body_inner_list_box_inner_right_ttl {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.body .sec__body_inner_list_box_inner_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .body .sec__body_inner_list_box_inner_right_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.body .sec__body_inner_list_box_inner_right_text span {
  color: #C57D7C;
}
.body .sec__body_inner_list_box .link_btn {
  width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .body .sec__body_inner_list_box .link_btn {
    width: 260px;
  }
}
.body .sec__menulist {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .body .sec__menulist {
    margin-bottom: 40px;
  }
}
.body .sec__menulist_inner_link .base_btn {
  margin: auto;
}

/*------------------------------------------------------------
  christina
------------------------------------------------------------*/
.christina .sec__christina {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .christina .sec__christina {
    margin-bottom: 40px;
  }
}
.christina .sec__christina_inner {
  padding-bottom: 60px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 640px) {
  .christina .sec__christina_inner {
    padding-bottom: 40px;
  }
}
.christina .sec__christina_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .christina .sec__christina_inner_box {
    display: block;
  }
}
.christina .sec__christina_inner_box_left {
  width: 36%;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .christina .sec__christina_inner_box_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    margin-right: auto;
  }
}
.christina .sec__christina_inner_box_left img {
  width: 100%;
}
.christina .sec__christina_inner_box_right {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .christina .sec__christina_inner_box_right {
    width: 100%;
  }
}
.christina .sec__christina_inner_box_right_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .christina .sec__christina_inner_box_right_ttl {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.christina .sec__christina_inner_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .christina .sec__christina_inner_box_right_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.christina .sec__christina_inner_box_right_text span {
  color: #C57D7C;
}
.christina .sec__line {
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .christina .sec__line {
    margin-bottom: 72px;
  }
}
.christina .sec__line_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .christina .sec__line_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.christina .sec__line_inner_box {
  width: 860px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1160px) {
  .christina .sec__line_inner_box {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.christina .sec__line_inner_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.christina .sec__line_inner_box_list_inner {
  width: 49%;
  background-color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .christina .sec__line_inner_box_list_inner {
    width: 100%;
  }
}
.christina .sec__line_inner_box_list_inner_img {
  margin-bottom: 26px;
}
.christina .sec__line_inner_box_list_inner_img img {
  width: 100%;
}
.christina .sec__line_inner_box_list_inner_brand {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 20px;
}
.christina .sec__line_inner_box_list_inner_brand h4 {
  font-family: "BonvenoCF", sans-serif;
  font-size: 2.6rem;
  font-weight: lighter;
  margin-bottom: 8px;
}
.christina .sec__line_inner_box_list_inner_brand p {
  font-family: yu-gothic-pr6n, sans-serif;
  font-size: 1.9rem;
  font-weight: lighter;
}
.christina .sec__line_inner_box_list_inner_brand p.brand1 {
  color: #6BBEAB;
}
.christina .sec__line_inner_box_list_inner_brand p.brand2 {
  color: #3D7422;
}
.christina .sec__line_inner_box_list_inner_brand p.brand3 {
  color: #707070;
}
.christina .sec__line_inner_box_list_inner_brand p.brand4 {
  color: #D771AA;
}
.christina .sec__line_inner_box_list_inner_brand p.brand5 {
  color: #832331;
}
.christina .sec__line_inner_box_list_inner_brand p.brand6 {
  color: #3D7422;
}
.christina .sec__line_inner_box_list_inner_brand p.brand7 {
  color: #E5B142;
}
.christina .sec__line_inner_box_list_inner_brand p.brand8 {
  color: #2F438B;
}
.christina .sec__line_inner_box_list_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 640px) {
  .christina .sec__line_inner_box_list_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.christina .sec__line_inner_box_list_inner_text span {
  margin-top: 4px;
  font-weight: 600;
  color: #C57D7C;
}
.christina .sec__line_inner_link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .christina .sec__line_inner_link {
    display: block;
    margin-top: 20px;
  }
}
.christina .sec__line_inner_link li {
  width: 286px;
}
@media screen and (max-width: 640px) {
  .christina .sec__line_inner_link li {
    width: 260px;
    margin: auto;
  }
}
.christina .sec__line_inner_link li a {
  width: 100%;
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
  padding: 11px 0;
}
.christina .sec__line_inner_link li .line_btn {
  background-color: #337410;
}
.christina .sec__line_inner_link li:first-child {
  margin-right: 28px;
}
@media screen and (max-width: 640px) {
  .christina .sec__line_inner_link li:first-child {
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.christina .sec__menulist {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .christina .sec__menulist {
    margin-bottom: 40px;
  }
}
.christina .sec__menulist_inner_link .base_btn {
  margin: auto;
}

/*------------------------------------------------------------
  trimreturn
------------------------------------------------------------*/
.trimreturn .sec__trimreturn {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__trimreturn {
    margin-bottom: 40px;
  }
}
.trimreturn .sec__trimreturn_inner {
  padding-bottom: 60px;
  border-bottom: 1px solid #DBDBDB;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__trimreturn_inner {
    padding-bottom: 40px;
  }
}
.trimreturn .sec__trimreturn_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__trimreturn_inner_box {
    display: block;
  }
}
.trimreturn .sec__trimreturn_inner_box_left {
  width: 36%;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__trimreturn_inner_box_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    margin-right: auto;
  }
}
.trimreturn .sec__trimreturn_inner_box_left img {
  width: 100%;
}
.trimreturn .sec__trimreturn_inner_box_right {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__trimreturn_inner_box_right {
    width: 100%;
  }
}
.trimreturn .sec__trimreturn_inner_box_right_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__trimreturn_inner_box_right_ttl {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.trimreturn .sec__trimreturn_inner_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__trimreturn_inner_box_right_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.trimreturn .sec__trimreturn_inner_box_right_text span {
  color: #C57D7C;
}
.trimreturn .sec__commit {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__commit {
    margin-bottom: 40px;
  }
}
.trimreturn .sec__commit_inner {
  padding-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
}
.trimreturn .sec__commit_inner_box {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__commit_inner_box {
    margin-bottom: 20px;
  }
}
.trimreturn .sec__commit_inner_box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__commit_inner_box p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.trimreturn .sec__commit_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__commit_inner_list {
    display: block;
  }
}
.trimreturn .sec__commit_inner_list_box {
  width: 31.6%;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__commit_inner_list_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.trimreturn .sec__commit_inner_list_box_img {
  margin-bottom: 6px;
}
.trimreturn .sec__commit_inner_list_box_img img {
  width: 100%;
}
.trimreturn .sec__commit_inner_list_box_ttl {
  font-size: 1.6rem;
  font-size: 600;
  color: #C57D7C;
  line-height: 1.75;
  margin-bottom: 4px;
}
.trimreturn .sec__commit_inner_list_box_text {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8461538462;
}
.trimreturn .sec__about {
  margin-bottom: 40px;
}
.trimreturn .sec__about_inner_box {
  border: 1px solid #8F7458;
  padding: 16px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__about_inner_box {
    margin-bottom: 20px;
  }
}
.trimreturn .sec__about_inner_box p {
  font-size: 1.5rem;
  font-weight: 600;
  color: #8F7458;
  line-height: 1.8666666667;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__about_inner_box p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.trimreturn .sec__about_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__about_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.trimreturn .sec__quality {
  margin-bottom: 40px;
}
.trimreturn .sec__quality_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__quality_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-bottom: 20px;
  }
}
.trimreturn .sec__quality_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__quality_inner_box {
    display: block;
    padding: 0 20px;
    margin-bottom: auto;
  }
}
.trimreturn .sec__quality_inner_box_left {
  width: 32.5%;
  border: 1px solid #8F7458;
  padding: 38px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__quality_inner_box_left {
    width: 100%;
    margin-bottom: 10px;
  }
}
.trimreturn .sec__quality_inner_box_left p {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8F7458;
  border: 1px solid #8F7458;
  text-align: center;
  padding: 8px;
  margin-bottom: 20px;
}
.trimreturn .sec__quality_inner_box_left div img {
  width: 100%;
}
.trimreturn .sec__quality_inner_box_right {
  width: 65%;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__quality_inner_box_right {
    width: 100%;
  }
}
.trimreturn .sec__quality_inner_box_right_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__quality_inner_box_right_list {
    display: block;
  }
}
.trimreturn .sec__quality_inner_box_right_list li {
  width: 49%;
  border: 1px solid #8F7458;
  padding: 14px 20px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__quality_inner_box_right_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.trimreturn .sec__quality_inner_box_right_list li h5 {
  font-size: 1.8rem;
  color: #8F7458;
  line-height: 1.5555555556;
  margin-bottom: 6px;
}
.trimreturn .sec__quality_inner_box_right_list li p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.trimreturn .sec__quality_inner_box_right_list li:nth-child(-n+2) {
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__quality_inner_box_right_list li:nth-child(-n+2) {
    margin-bottom: 10px;
  }
}
.trimreturn .sec__quality_inner_sub {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__quality_inner_sub {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.trimreturn .sec__treatment {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__treatment {
    margin-bottom: 40px;
  }
}
.trimreturn .sec__treatment_inner {
  border-bottom: 1px solid #DBDBDB;
}
.trimreturn .sec__treatment_inner_list_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__treatment_inner_list_box {
    margin-bottom: 40px;
  }
}
.trimreturn .sec__treatment_inner_list_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__treatment_inner_list_box_inner {
    display: block;
  }
}
.trimreturn .sec__treatment_inner_list_box_inner_left {
  width: 36%;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__treatment_inner_list_box_inner_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.trimreturn .sec__treatment_inner_list_box_inner_left img {
  width: 100%;
}
.trimreturn .sec__treatment_inner_list_box_inner_right {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__treatment_inner_list_box_inner_right {
    width: 100%;
  }
}
.trimreturn .sec__treatment_inner_list_box_inner_right_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__treatment_inner_list_box_inner_right_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.trimreturn .sec__treatment_inner_list_box_inner_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__treatment_inner_list_box_inner_right_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.trimreturn .sec__treatment_inner_list_box_inner_right_text span {
  color: #C57D7C;
}
.trimreturn .sec__treatment_inner_list_box .link_btn {
  width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__treatment_inner_list_box .link_btn {
    width: 260px;
  }
}
.trimreturn .sec__detail {
  margin-bottom: 50px;
}
.trimreturn .sec__detail_inner_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__detail_inner_ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.trimreturn .sec__detail_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__detail_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.trimreturn .sec__ba {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__ba {
    margin-bottom: 40px;
  }
}
.trimreturn .sec__ba_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__ba_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    text-align: left;
    margin-top: 10px;
  }
}
.trimreturn .sec__menulist {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .trimreturn .sec__menulist {
    margin-bottom: 40px;
  }
}
.trimreturn .sec__menulist_inner_link .base_btn {
  margin: auto;
}

/*------------------------------------------------------------
  removal
------------------------------------------------------------*/
.removal .top_menu_list {
  margin-top: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.removal .top_menu_list_inner {
  margin-top: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  .removal .top_menu_list_inner {
    margin-top: auto;
  }
}
.removal .sec__removal {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal {
    margin-bottom: 40px;
  }
}
.removal .sec__removal_inner_list_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box {
    margin-bottom: 40px;
  }
}
.removal .sec__removal_inner_list_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box_inner {
    display: block;
  }
}
.removal .sec__removal_inner_list_box_inner_left {
  width: 36%;
  margin-right: 35px;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box_inner_left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}
.removal .sec__removal_inner_list_box_inner_left img {
  width: 100%;
}
.removal .sec__removal_inner_list_box_inner_right {
  width: 62%;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box_inner_right {
    width: 100%;
  }
}
.removal .sec__removal_inner_list_box_inner_right_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 2;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box_inner_right_ttl {
    font-size: 1.8rem;
    line-height: 2.2222222222;
  }
}
.removal .sec__removal_inner_list_box_inner_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box_inner_right_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.removal .sec__removal_inner_list_box_inner_right_text span {
  color: #C57D7C;
}
.removal .sec__removal_inner_list_box .removal_sub {
  width: 862px;
  margin: auto;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  .removal .sec__removal_inner_list_box .removal_sub {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box .removal_sub {
    display: block;
  }
}
.removal .sec__removal_inner_list_box .removal_sub_list {
  width: 48%;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 30px 20px;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box .removal_sub_list {
    width: 100%;
    padding: 20px 14px;
    margin-bottom: 14px;
  }
}
.removal .sec__removal_inner_list_box .removal_sub_list_ttl {
  font-size: 2.5rem;
  font-weight: 600;
  color: #C57D7C;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box .removal_sub_list_ttl {
    font-size: 1.8rem;
  }
}
.removal .sec__removal_inner_list_box .removal_sub_list_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box .removal_sub_list_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.removal .sec__removal_inner_list_box .link_btn {
  width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .removal .sec__removal_inner_list_box .link_btn {
    width: 260px;
  }
}
.removal .sec__menulist {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .removal .sec__menulist {
    margin-bottom: 40px;
  }
}
.removal .sec__menulist_inner_link .base_btn {
  margin: auto;
}

/*------------------------------------------------------------
  menu
------------------------------------------------------------*/
.menu .sec__menu_inner {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .menu .sec__menu_inner {
    margin-top: 40px;
  }
}
.menu .sec__menu_inner .menu_category {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .menu .sec__menu_inner .menu_category {
    margin-bottom: 40px;
  }
}

.menu_detail .sec__detail_inner {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.menu_detail .sec__detail_inner .menu_detail {
  background-color: #fff;
  padding: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
.menu_detail .sec__detail_inner .menu_detail_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu_detail .sec__detail_inner .menu_detail_tag li {
  background-color: #C57D7C;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 7px 5px;
  margin-bottom: 8px;
}
.menu_detail .sec__detail_inner .menu_detail_tag li:not(:last-child) {
  margin-right: 8px;
}
.menu_detail .sec__detail_inner .menu_detail_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 20px;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body {
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 760px) {
  .menu_detail .sec__detail_inner .menu_detail_body {
    width: 100%;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_eyecatch {
  margin-bottom: 20px;
}
.menu_detail .sec__detail_inner .menu_detail_body_eyecatch img {
  width: 100%;
}
.menu_detail .sec__detail_inner .menu_detail_body_sub {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8F7458;
  line-height: 1.75;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_sub {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body p {
    font-size: 1.3rem;
    line-height: 1.8461538462;
    margin-bottom: 10px;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body a {
  color: #C57D7C;
  text-decoration: underline;
}
.menu_detail .sec__detail_inner .menu_detail_body_treatment {
  margin-bottom: 20px;
}
.menu_detail .sec__detail_inner .menu_detail_body_treatment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_treatment ul {
    display: block;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_treatment ul li {
  width: 48.4%;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_treatment ul li {
    width: 100%;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_treatment ul li img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_treatment ul li img {
    height: 190px;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_treatment ul::after {
  content: "";
  display: block;
  width: 48.4%;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_treatment ul::after {
    display: none;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_course {
  margin-bottom: 40px;
}
.menu_detail .sec__detail_inner .menu_detail_body_course h5 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  background-color: #C57D7C;
  padding: 7px 20px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_course h5 {
    font-size: 1.4rem;
    line-height: 2;
    padding: 6px 10px;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_course dl {
  border: 1px solid #C57D7C;
  padding: 10px 20px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_course dl {
    padding: 10px;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_course dl:not(:first-child) {
  border-top: none;
}
.menu_detail .sec__detail_inner .menu_detail_body_course dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #C57D7C;
  margin-bottom: 2px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_course dl dt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_course dl dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6428571429;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_course dl dd {
    font-size: 1.3rem;
    line-height: 1.6153846154;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_price {
  margin-bottom: 40px;
}
.menu_detail .sec__detail_inner .menu_detail_body_price h5 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  background-color: #8F7458;
  padding: 7px 20px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_price h5 {
    font-size: 1.4rem;
    line-height: 2;
    padding: 6px 10px;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_price dl {
  border: 1px solid #8F7458;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_price dl {
    padding: 10px;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_price dl:not(:first-child) {
  border-top: none;
}
.menu_detail .sec__detail_inner .menu_detail_body_price dl dt {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_price dl dt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_price dl dd {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_price dl dd {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_reservation_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_reservation_link {
    display: block;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_reservation_link li {
  width: 260px;
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__detail_inner .menu_detail_body_reservation_link li {
    width: 260px;
    margin: 10px auto;
  }
}
.menu_detail .sec__detail_inner .menu_detail_body_reservation_link li a {
  width: 100%;
  display: block;
  color: #fff;
  border-radius: 20px;
  text-align: center;
  font-size: 1.4rem;
  padding: 11px 0;
  text-decoration: none;
}
.menu_detail .sec__detail_inner .menu_detail_body_reservation_link li .contact_btn {
  background-color: #C57D7C;
}
.menu_detail .sec__detail_inner .menu_detail_body_reservation_link li .line_btn {
  background-color: #337410;
}
.menu_detail .sec__menulist {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .menu_detail .sec__menulist {
    margin-bottom: 40px;
  }
}

.menu_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu_category li a {
  display: inline-block;
  border: 1px solid #C57D7C;
  border-radius: 5px;
  background-color: #fff;
  color: #C57D7C;
  padding: 10px 26px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .menu_category li a {
    font-size: 1.2rem;
    padding: 8px 10px;
  }
}
.menu_category li a.active {
  color: #fff;
  background-color: #C57D7C;
}
.menu_category li:not(:last-child) {
  margin-right: 20px;
}

.menu_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C57D7C;
  padding: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .menu_list_box {
    display: block;
    padding: 20px;
    margin-bottom: 15px;
  }
}
.menu_list_box_left {
  width: 37.8%;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  .menu_list_box_left {
    width: 100%;
    margin-right: auto;
    margin-bottom: 10px;
  }
}
.menu_list_box_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu_list_box_right {
  width: 59%;
}
@media screen and (max-width: 640px) {
  .menu_list_box_right {
    width: 100%;
  }
}
.menu_list_box_right_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu_list_box_right_tag li {
  background-color: #C57D7C;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 7px 5px;
  margin-bottom: 8px;
}
.menu_list_box_right_tag li:not(:last-child) {
  margin-right: 8px;
}
.menu_list_box_right_sub {
  font-size: 1.6rem;
  font-weight: 600;
  color: #8F7458;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .menu_list_box_right_sub {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.menu_list_box_right_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .menu_list_box_right_ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 4px;
  }
}
.menu_list_box_right_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .menu_list_box_right_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.menu_list_box_right .base_btn {
  width: 190px;
}
@media screen and (max-width: 640px) {
  .menu_list_box_right .base_btn {
    margin: auto;
  }
}

/*------------------------------------------------------------
  news
------------------------------------------------------------*/
.news .sec__news_inner {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .news .sec__news_inner {
    margin-top: 40px;
  }
}
.news .sec__news_inner .menu_category {
  margin-bottom: 46px;
}
@media screen and (max-width: 640px) {
  .news .sec__news_inner .menu_category {
    margin-bottom: 20px;
  }
}

.news_detail .sec__detail_inner {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.news_detail .sec__detail_inner .detail {
  background-color: #fff;
  padding: 60px;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail {
    padding: 30px 20px;
    border-radius: 10px;
  }
}
.news_detail .sec__detail_inner .detail_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news_detail .sec__detail_inner .detail_tag li {
  background-color: #C57D7C;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 7px 5px;
  margin-bottom: 14px;
}
.news_detail .sec__detail_inner .detail_tag li:not(:last-child) {
  margin-right: 8px;
}
.news_detail .sec__detail_inner .detail_ttl {
  font-size: 2rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin-bottom: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body {
  width: 600px;
  margin: auto;
}
@media screen and (max-width: 760px) {
  .news_detail .sec__detail_inner .detail_body {
    width: 100%;
  }
}
.news_detail .sec__detail_inner .detail_body_eyecatch {
  margin-bottom: 40px;
}
.news_detail .sec__detail_inner .detail_body_eyecatch img {
  width: 100%;
}
.news_detail .sec__detail_inner .detail_body h1 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #C57D7C;
  line-height: 1.75;
  position: relative;
  padding-left: 50px;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h1 {
    padding-left: 30px;
  }
}
.news_detail .sec__detail_inner .detail_body h1::before {
  position: absolute;
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #C57D7C;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h1::before {
    width: 20px;
  }
}
.news_detail .sec__detail_inner .detail_body h2 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #8F7458;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h2 {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 30px;
  }
}
.news_detail .sec__detail_inner .detail_body h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  background-color: #C57D7C;
  padding: 7px 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h3 {
    padding: 6px 10px;
  }
}
.news_detail .sec__detail_inner .detail_body h4 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
  background-color: #776969;
  padding: 7px 20px;
  margin-bottom: 14px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body h4 {
    padding: 6px 10px;
  }
}
.news_detail .sec__detail_inner .detail_body h5 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.75;
  color: #C57D7C;
  margin-bottom: 14px;
}
.news_detail .sec__detail_inner .detail_body p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body p {
    font-size: 1.3rem;
    line-height: 1.7142857143;
    margin-bottom: 30px;
  }
}
.news_detail .sec__detail_inner .detail_body a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  color: #C57D7C;
  text-decoration: underline;
}
.news_detail .sec__detail_inner .detail_body figure {
  display: table;
  margin: auto;
  margin-bottom: 40px;
}
.news_detail .sec__detail_inner .detail_body figure img {
  max-width: 100%;
  height: 100%;
}
.news_detail .sec__detail_inner .detail_body figure figcaption {
  caption-side: bottom;
  display: table-caption;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 10px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body figure figcaption {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 6px;
  }
}
.news_detail .sec__detail_inner .detail_body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body ul {
    margin-bottom: 20px;
    padding-left: 15px;
  }
}
.news_detail .sec__detail_inner .detail_body ul li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.625;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body ul li {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.news_detail .sec__detail_inner .detail_body ol {
  list-style: decimal;
  padding-left: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body ol {
    margin-bottom: 20px;
    padding-left: 17px;
  }
}
.news_detail .sec__detail_inner .detail_body ol li {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.625;
  margin-bottom: 6px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner .detail_body ol li {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.news_detail .sec__detail_inner_list {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .news_detail .sec__detail_inner_list {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.news_detail .sec__detail_inner_list .base_btn {
  width: 218px;
  margin: auto;
}

.news_list_inner {
  background-color: #F8F8F8;
  border-bottom: 1px solid #ACACAC;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.news_list_inner::after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon_rgnews.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  .news_list_inner::after {
    content: none;
  }
}
.news_list_inner_left {
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .news_list_inner_left {
    width: 135px;
    margin-right: 10px;
  }
}
.news_list_inner_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_list_inner_right {
  width: 69%;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .news_list_inner_right {
    width: 69%;
    margin-right: 20px;
  }
}
.news_list_inner_right_text {
  padding-bottom: 10px;
}
.news_list_inner_right_text_date {
  font-size: 1.6rem;
  font-weight: bold;
  color: #8F7458;
  line-height: 1.75;
  margin-bottom: 4px;
}
@media screen and (max-width: 640px) {
  .news_list_inner_right_text_date {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.news_list_inner_right_text_ttl {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .news_list_inner_right_text_ttl {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.news_list_inner a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*------------------------------------------------------------
  contact
------------------------------------------------------------*/
/*------------------------------------------------------------
  online
------------------------------------------------------------*/
.online .sec__online {
  margin-top: 80px;
  margin-bottom: 200px;
}
@media screen and (max-width: 640px) {
  .online .sec__online {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .online .sec__online_inner .page_ttl {
    font-size: 1.6rem;
  }
}
.online .sec__online_inner p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.online .sec__online_inner .line_btn {
  width: 256px;
  background-color: #337410;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
}
.online .sec__online_inner .line_btn a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 12px 0;
}
.online .sec__online_inner .base_btn {
  margin: auto;
  margin-top: 60px;
  width: 246px;
}

/*------------------------------------------------------------
  policy
------------------------------------------------------------*/
.policy .page_main_box {
  margin-top: 90px;
  margin-bottom: 40px;
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .policy .page_main_box {
    margin-top: 40px;
  }
}
.policy .sec__privacy {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .policy .sec__privacy {
    margin-bottom: 40px;
  }
}
.policy .sec__privacy_inner_text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .policy .sec__privacy_inner_text {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
}
.policy .sec__privacy_inner_list_box {
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .policy .sec__privacy_inner_list_box .page_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.policy .sec__privacy_inner_list_box p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.policy .sec__privacy_inner_list_box p span {
  color: #C57D7C;
}
.policy .sec__privacy_inner_list_box .detail {
  margin-top: 30px;
}
.policy .sec__privacy_inner_link {
  margin-top: 60px;
}
.policy .sec__privacy_inner_link .base_btn {
  width: 246px;
  margin: auto;
}

/*------------------------------------------------------------
  404
------------------------------------------------------------*/
.no_page .sec__no_page {
  margin-top: 80px;
  margin-bottom: 258px;
}
@media screen and (max-width: 640px) {
  .no_page .sec__no_page {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .no_page .sec__no_page_inner .page_ttl {
    font-size: 1.6rem;
  }
}
.no_page .sec__no_page_inner p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.no_page .sec__no_page_inner .base_btn {
  margin: auto;
  margin-top: 60px;
  width: 246px;
}