@charset "UTF-8";
/*------------------------------------------------------------
	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: "YakuHanJP", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
  color: #1D3B25;
}

b, strong, .bold {
  font-family: "YakuHanJP", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "YakuHanJP", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

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

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

input, textarea {
  -webkit-appearance: none;
  appearance: none;
}

input::placeholder {
  color: #B5B4B3;
}

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

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

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: #E75534;
}

a:hover {
  opacity: 0.85;
}

* {
  box-sizing: border-box;
}

main {
  padding-top: 117px;
}

@media screen and (max-width: 768px) {
  main {
    padding-top: 70px;
  }
}

.under_link {
  text-decoration: underline;
}

a.under_link:hover {
  text-decoration: none;
}

.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;
  }
}

.fixed {
  position: fixed;
  overflow-y: hidden;
  height: 100vh;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
}

.sec_ttl {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .sec_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

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

.header {
  width: 100%;
  height: 117px;
  z-index: 9999997;
  margin: auto;
  position: absolute;
  background-color: #F8F2F0;
}

@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    border-bottom: 1px solid #D75E40;
  }
}

.header_inner {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  .header_inner {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .header_inner {
    top: 0;
    bottom: 0;
    padding: 14px 20px;
  }
}

.header_inner_text {
  color: #E75534;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .header_inner_text {
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .header_inner_text span {
    display: none;
  }
}

.header_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header_inner_box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header__left {
  max-width: 238px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header__left {
    padding-left: 0;
    max-width: 100%;
  }
}

.header__left_ttl a {
  width: 238px;
  display: block;
  margin-top: 12px;
}

@media screen and (max-width: 768px) {
  .header__left_ttl a {
    width: 172px;
    margin-top: 6px;
  }
}

.header__left_ttl a img {
  width: 100%;
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 238px);
}

@media screen and (max-width: 768px) {
  .header__right {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    -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;
  }
}

@media screen and (max-width: 768px) {
  .header__right_inner {
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  .header__right_navigation {
    width: 100%;
  }
}

.header__right_navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 20px 10px;
  }
}

.header__right_navigation > ul > li {
  position: relative;
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li {
    margin-bottom: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D75E40;
  }
}

.header__right_navigation > ul > li > a {
  display: block;
  color: #1D3B25;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  margin-left: 22px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
  .header__right_navigation > ul > li > a {
    margin-left: 12px;
  }
}

@media screen and (max-width: 820px) {
  .header__right_navigation > ul > li > a {
    font-size: 1.4rem;
    margin-left: 8px;
  }
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li > a {
    color: #272727;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    margin: auto;
    color: #272727;
  }
}

.header__right_navigation > ul > li > a.active {
  color: #E75534;
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li > a::after {
    content: '';
    background-image: url(../img/common/icon_menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 6px;
    height: 10px;
  }
}

.header__right_access {
  display: none;
  color: #1D3B25;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 0 20px 20px;
}

@media screen and (max-width: 768px) {
  .header__right_access {
    display: block;
  }
}

.header__right_access h2 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.header__right_access_text {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

.header__right_bottom {
  display: none;
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .header__right_bottom {
    display: block;
    margin-bottom: 100px;
  }
}

.header__right_bottom_box.btn_box {
  width: 100%;
  margin-bottom: 14px;
}

.header__btn_menu {
  display: none;
  cursor: pointer;
  width: 30px;
  height: 20px;
}

@media screen and (max-width: 768px) {
  .header__btn_menu {
    display: block;
    z-index: 99999999;
  }
}

.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px);
  transform: rotate(-45deg) translate(-4px, 6px);
}

.header__btn_menu.is-open .bar2 {
  opacity: 0;
}

.header__btn_menu.is-open .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -6px);
  transform: rotate(45deg) translate(-4px, -6px);
}

.header__btn_menu div {
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #D75E40;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}

.header__btn_menu .bar2 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.footer {
  background-color: #F8F2F0;
}

.footer__inner {
  height: 174px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
}

@media screen and (max-width: 768px) {
  .footer__inner {
    display: block;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .footer__inner {
    display: block;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner_left {
    margin-bottom: 30px;
  }
}

.footer__inner_left_text {
  font-size: 1.3rem;
  color: #E75534;
  letter-spacing: 0.2em;
  margin-bottom: 8px;
}

@media screen and (max-width: 640px) {
  .footer__inner_left_text {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

.footer__inner_left_logo {
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .footer__inner_left_logo {
    width: 206px;
  }
}

.footer__inner_left_address {
  font-size: 2rem;
  color: #E75534;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .footer__inner_left_address {
    font-size: 1.4rem;
  }
}

.footer__inner_right_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;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .footer__inner_right_list {
    display: block;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner_right_list .btn_box {
    margin: auto;
  }
}

.footer__inner_right_list .btn_box:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .footer__inner_right_list .btn_box:first-child {
    margin: auto;
    margin-bottom: 16px;
  }
}

.footer__inner_right_policy {
  text-align: right;
  font-size: 1.4rem;
  color: #E75534;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .footer__inner_right_policy {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .footer__inner_right_policy {
    font-size: 1rem;
  }
}

.footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #1D3B25;
  padding-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 640px) {
  .footer__copyright {
    font-size: 1rem;
  }
}

.page_ttl {
  background-color: #F8F2F0;
  padding-top: 50px;
  padding-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .page_ttl {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.page_ttl_text {
  font-size: 2.7rem;
  color: #E75534;
  letter-spacing: 0.2em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .page_ttl_text {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .page_ttl_text::after {
    content: '';
    position: absolute;
    width: 66px;
    height: 1px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: -12px;
    background-color: #D75E40;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: auto;
    margin-bottom: 40px;
  }
}

.breadcrumb li {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #272727;
}

@media screen and (max-width: 640px) {
  .breadcrumb li {
    font-size: 1.2rem;
  }
}

.breadcrumb li a {
  color: #272727;
  text-decoration: underline;
}

.breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 26px;
}

@media screen and (max-width: 640px) {
  .breadcrumb li:not(:first-child) {
    padding-left: 24px;
  }
}

.breadcrumb li:not(:first-child)::before {
  position: absolute;
  content: '>';
  margin: auto;
  top: 0;
  bottom: 0;
  left: 8px;
}

.toppage {
  display: none;
  width: 45px;
  height: 45px;
  border: 1px solid #D75E40;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 9998;
}

@media screen and (max-width: 640px) {
  .toppage {
    bottom: 10px;
  }
}

.toppage::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 13px;
  background-image: url("../img/common/top.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn {
  text-align: center;
}

.btn_text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #E75534;
  color: #fff;
  padding: 22px 0;
  display: inline-block;
  width: 286px;
  position: relative;
}

.btn_text::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
}

.btn_box {
  background-color: #fff;
  border: 1px solid #E75534;
  border-radius: 9px;
  width: 230px;
}

.btn_box_inner {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px 0;
  width: 230px;
}

.btn_box_inner_text {
  padding-left: 40px;
  position: relative;
}

.btn_box_inner_text.reserve::before {
  content: '';
  background-image: url(../img/common/icon_calendar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 30px;
}

.btn_box_inner_text.tel::before {
  content: '';
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 22px;
}

.btn_map a {
  display: inline-block;
  width: 240px;
  text-align: center;
  background-color: #1D3B25;
  border-radius: 7px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 18px 0;
}

.sec__reserve_container_text {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 34px;
}

@media screen and (max-width: 640px) {
  .sec__reserve_container_text {
    margin-top: 30px;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.71429;
    margin-bottom: 30px;
  }
}

.sec__reserve_container_text a {
  color: #1D3B25;
  font-weight: bold;
}

.sec__reserve_container_table .table {
  margin-bottom: 20px;
}

.sec__reserve_container_table_dayoff {
  font-size: 1.8rem;
  color: #E75534;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .sec__reserve_container_table_dayoff {
    font-size: 1.6rem;
  }
}

.sec__reserve_container_table_text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .sec__reserve_container_table_text {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #E75534;
}

.table th, .table td {
  border: 1px solid #E75534;
}

.table_head tr {
  background-color: #F8F2F0;
}

.table_head tr th {
  font-size: 2.2rem;
  font-weight: bold;
  color: #E75534;
  padding: 17px 0;
}

@media screen and (max-width: 640px) {
  .table_head tr th {
    font-size: 1.5rem;
    padding: 18px 0;
  }
}

.table_head tr th:first-of-type {
  width: 230px;
}

@media screen and (max-width: 640px) {
  .table_head tr th:first-of-type {
    width: 82px;
  }
}

.table_body td {
  font-size: 2.2rem;
  font-weight: bold;
  color: #E75534;
  text-align: center;
  padding: 24px 0;
}

@media screen and (max-width: 640px) {
  .table_body td {
    font-size: 1.4rem;
    padding: 14px 0;
    line-height: 1.71429;
  }
}

.table_body td:not(:first-of-type) {
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .table_body td:not(:first-of-type) {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
  Top
------------------------------------------------------------*/
.top .sec__fv {
  padding-top: 33px;
  background: linear-gradient(180deg, #F8F2F0 44%, #fff 42%);
}

@media screen and (max-width: 640px) {
  .top .sec__fv {
    padding-top: 0;
    background: linear-gradient(180deg, #F8F2F0 34%, #fff 34%);
  }
}

.top .sec__fv_bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .top .sec__fv_bg {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__fv_bg {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .top .sec__fv_bg img {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__fv_bg img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}

.top .sec__fv_inner {
  position: absolute;
  z-index: 1;
  top: 154px;
}

@media screen and (max-width: 1024px) {
  .top .sec__fv_inner {
    top: 50%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__fv_inner {
    top: 42%;
    left: 0;
    right: 0;
    padding: 0 20px;
  }
}

.top .sec__fv_inner_ttl {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 3rem;
  color: #fff;
  background: rgba(231, 85, 52, 0.7);
  text-align: center;
  padding: 12px 36px;
}

@media screen and (max-width: 680px) {
  .top .sec__fv_inner_ttl {
    padding: 6px 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__fv_inner_ttl {
    font-size: 2.2rem;
    line-height: 1.36364;
  }
}

.top .sec__news_container {
  padding-top: 36px;
}

@media screen and (max-width: 640px) {
  .top .sec__news_container {
    padding-top: 40px;
  }
}

.top .sec__news .news_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #1D3B25;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}

.top .sec__news .news_list_inner_box {
  min-width: 248px;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner_box {
    margin-bottom: 12px;
  }
}

.top .sec__news .news_list_inner_date {
  letter-spacing: 0.1em;
  margin-right: 22px;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner_date {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-right: 10px;
  }
}

.top .sec__news .news_list_inner_category {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #1D3B25;
  color: #fff;
  padding: 6px 16px;
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner_category {
    font-size: 1.2rem;
    padding: 4px 7px;
  }
}

.top .sec__news .news_list_inner_category a {
  color: #fff;
}

.top .sec__news .news_list_inner_title {
  line-height: 1.875;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner_title {
    line-height: 1.25;
  }
}

.top .sec__news .news_list_inner_title a {
  color: #1D3B25;
}

.top .sec__news .right_link {
  margin-right: 14px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .top .sec__news .right_link {
    margin-right: auto;
  }
}

.top .sec__news .right_link_text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #1D3B25;
  padding-right: 36px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__news .right_link_text {
    font-size: 1.4rem;
  }
}

.top .sec__news .right_link_text::before {
  content: '';
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 3px;
}

.top .sec__about_container {
  padding-top: 80px;
}

@media screen and (max-width: 640px) {
  .top .sec__about_container {
    padding-top: 60px;
  }
}

.top .sec__about_container_inner {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_inner {
    display: block;
    padding: 0 20px;
  }
}

.top .sec__about_container_inner_left_text {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 2.4rem;
  font-weight: 600;
  color: #E75534;
  letter-spacing: 0.23em;
  line-height: 1.875;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_inner_left_text {
    -ms-writing-mode: initial;
    writing-mode: initial;
    margin-left: auto;
    font-size: 2.2rem;
    letter-spacing: 0.11em;
    line-height: 1.36364;
    margin-bottom: 30px;
  }
}

.top .sec__about_container_inner_right {
  width: 732px;
  position: relative;
  padding-top: 36px;
}

@media screen and (max-width: 1000px) {
  .top .sec__about_container_inner_right {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_inner_right {
    width: 100%;
    padding-top: 26px;
    margin-left: 0;
  }
}

.top .sec__about_container_inner_right::before {
  content: '';
  background-image: url(../img/top/border_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  width: 96%;
  height: 1px;
}

@media screen and (max-width: 1000px) {
  .top .sec__about_container_inner_right::before {
    right: 20px;
    width: 94%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_inner_right::before {
    right: 0;
    width: 92%;
  }
}

.top .sec__about_container_inner_right_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.75;
  padding-right: 10px;
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_inner_right_text {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding-right: 0;
  }
}

.top .sec__about_container_gallery {
  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_container_gallery {
    display: block;
  }
}

.top .sec__about_container_gallery_left {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_gallery_left {
    width: 100%;
    margin-bottom: 10px;
  }
}

.top .sec__about_container_gallery_left img {
  width: 100%;
}

.top .sec__about_container_gallery_right {
  width: 49%;
  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) {
  .top .sec__about_container_gallery_right {
    width: 100%;
  }
}

.top .sec__about_container_gallery_right_img {
  width: 49%;
}

@media screen and (max-width: 1000px) {
  .top .sec__about_container_gallery_right_img {
    width: 48.5%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_gallery_right_img {
    width: 49.2%;
  }
}

.top .sec__about_container_gallery_right_img:nth-of-type(1) {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_gallery_right_img:nth-of-type(1) {
    margin-bottom: 8px;
  }
}

.top .sec__about_container_gallery_right_img:nth-of-type(2) {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .top .sec__about_container_gallery_right_img:nth-of-type(2) {
    margin-bottom: 8px;
  }
}

.top .sec__about_container_gallery_right_img img {
  width: 100%;
}

.top .sec__about_container .btn {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .top .sec__about_container .btn {
    margin-top: 40px;
  }
}

.top .sec__menu_container {
  padding-top: 100px;
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container {
    padding-top: 80px;
  }
}

.top .sec__menu_container_list {
  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__menu_container_list {
    display: block;
  }
}

.top .sec__menu_container_list_box {
  background-color: #F8F2F0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 44px 10px 32px;
  width: 32%;
}

@media screen and (max-width: 800px) {
  .top .sec__menu_container_list_box {
    padding: 44px 8px 32px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container_list_box {
    width: 100%;
    -ms-flex-direction: initial;
    flex-direction: initial;
    padding: 30px 8px 30px;
    text-align: left;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container_list_box:nth-of-type(1) img {
    width: 74px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container_list_box:nth-of-type(2) img {
    width: 66px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container_list_box:nth-of-type(3) img {
    width: 72px;
  }
}

.top .sec__menu_container_list_box img {
  margin-bottom: 36px;
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container_list_box img {
    margin: auto;
  }
}

.top .sec__menu_container_list_box_inner {
  margin-top: auto;
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container_list_box_inner {
    width: calc(100% - 86px);
    margin-left: auto;
  }
}

.top .sec__menu_container_list_box_inner_ttl {
  font-family: "Yu Mincho", "YuMincho";
  font-size: 2.4rem;
  font-weight: 600;
  color: #E75534;
  margin-bottom: 13px;
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container_list_box_inner_ttl {
    font-size: 1.8rem;
  }
}

.top .sec__menu_container_list_box_inner_text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.875;
  margin-top: auto;
}

@media screen and (max-width: 800px) {
  .top .sec__menu_container_list_box_inner_text {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container_list_box_inner_text {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

.top .sec__menu_container .btn {
  margin-top: 62px;
}

@media screen and (max-width: 640px) {
  .top .sec__menu_container .btn {
    margin-top: 24px;
  }
}

.top .sec__reserve_container {
  padding-top: 118px;
}

@media screen and (max-width: 640px) {
  .top .sec__reserve_container {
    padding-top: 80px;
  }
}

.top .sec__reserve_container .btn {
  margin-top: 58px;
}

@media screen and (max-width: 640px) {
  .top .sec__reserve_container .btn {
    margin-top: 30px;
  }
}

.top .sec__access {
  margin-bottom: 120px;
}

.top .sec__access_container {
  padding-top: 118px;
}

@media screen and (max-width: 640px) {
  .top .sec__access_container {
    padding-top: 80px;
  }
}

.top .sec__access_container_inner_map {
  margin-top: 30px;
  margin-bottom: 40px;
  width: 100%;
  padding-bottom: 21.75%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__access_container_inner_map {
    padding-bottom: 67.25%;
    margin-top: 34px;
    margin-bottom: 30px;
  }
}

.top .sec__access_container_inner_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.top .sec__access_container_inner_box_address {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}

@media screen and (max-width: 640px) {
  .top .sec__access_container_inner_box_address {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.top .sec__access_container_inner_box_detail {
  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;
}

@media screen and (max-width: 640px) {
  .top .sec__access_container_inner_box_detail {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__access_container_inner_box_detail_left {
    margin-bottom: 30px;
  }
}

.top .sec__access_container_inner_box_detail_left_text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.66667;
}

@media screen and (max-width: 640px) {
  .top .sec__access_container_inner_box_detail_left_text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.71429;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__access_container_inner_box_detail_left_text span {
    display: block;
    text-indent: 3em;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__access_container_inner_box_detail_right .btn_map {
    text-align: center;
  }
}

/*------------------------------------------------------------
  About
------------------------------------------------------------*/
.about .sec__about {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .about .sec__about {
    margin-bottom: 40px;
  }
}

.about .sec__about .sec_ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .about .sec__about .sec_ttl {
    margin-bottom: 20px;
  }
}

.about .sec__about_inner_top {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2rem;
  color: #E75534;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .about .sec__about_inner_top {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
  }
}

.about .sec__about_inner_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.about .sec__worry {
  width: 816px;
  margin: auto;
  margin-bottom: 100px;
}

@media screen and (max-width: 860px) {
  .about .sec__worry {
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .about .sec__worry {
    margin-bottom: 60px;
  }
}

.about .sec__worry_bg {
  background-color: #F7F2F0;
  padding: 20px;
  position: relative;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_bg {
    padding: 10px;
  }
}

.about .sec__worry_bg::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("../img/about/bg_topleft.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  left: 20px;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_bg::before {
    width: 84px;
    height: 84px;
    top: 10px;
    left: 10px;
  }
}

.about .sec__worry_bg::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("../img/about/bg_topright.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 20px;
  right: 20px;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_bg::after {
    width: 84px;
    height: 84px;
    top: 10px;
    right: 10px;
  }
}

.about .sec__worry_inner::before {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("../img/about/bg_btmleft.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 20px;
  left: 20px;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_inner::before {
    width: 84px;
    height: 84px;
    bottom: 10px;
    left: 10px;
  }
}

.about .sec__worry_inner::after {
  content: '';
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: url("../img/about/bg_btmright.svg");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 20px;
  right: 20px;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_inner::after {
    width: 84px;
    height: 84px;
    bottom: 10px;
    right: 10px;
  }
}

.about .sec__worry_inner_ttl {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2.4rem;
  color: #E75534;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_inner_ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.about .sec__worry_inner_list {
  padding: 0 42px 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_inner_list {
    padding: 0 20px 0;
  }
}

.about .sec__worry_inner_list li {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.77778;
  color: #272727;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_inner_list li {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 1.57143;
    padding-left: 16px;
  }
}

.about .sec__worry_inner_list li::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  margin: auto;
  top: 12px;
  left: 0;
  color: transparent;
  border: 1.5px solid #E75534;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_inner_list li::before {
    top: 7px;
  }
}

.about .sec__worry_text {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.66667;
  color: #1D3B25;
}

@media screen and (max-width: 640px) {
  .about .sec__worry_text {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.about .sec__salon {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .about .sec__salon {
    margin-bottom: 40px;
  }
}

.about .sec__salon_inner_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;
}

.about .sec__salon_inner_list_box {
  width: 32%;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .about .sec__salon_inner_list_box {
    width: 48%;
    margin-bottom: 20px;
  }
}

.about .sec__salon_inner_list_box img {
  width: 100%;
}

.about .sec__salon_inner_list_box_ttl {
  margin-top: 16px;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #E75534;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .about .sec__salon_inner_list_box_ttl {
    margin: 6px 0;
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.about .sec__salon_inner_list_box_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.625;
  color: #272727;
}

@media screen and (max-width: 640px) {
  .about .sec__salon_inner_list_box_text {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.about .sec__greeting .sec_ttl {
  margin-bottom: auto;
}

@media screen and (max-width: 640px) {
  .about .sec__greeting .sec_ttl {
    margin-bottom: 20px;
  }
}

.about .sec__greeting_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_top {
    display: block;
    margin-bottom: 40px;
  }
}

.about .sec__greeting_inner_top_left {
  margin-top: 60px;
  margin-right: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .about .sec__greeting_inner_top_left {
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_top_left {
    margin: auto;
    margin-bottom: 20px;
  }
}

.about .sec__greeting_inner_top_left_text {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_top_left_text {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.about .sec__greeting_inner_top_left_btm {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_top_right img {
    width: 100%;
  }
}

.about .sec__greeting_inner_profile {
  width: 864px;
  margin: auto;
  padding: 40px 60px;
  border: 1px solid #D75E40;
  border-radius: 10px;
  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: 900px) {
  .about .sec__greeting_inner_profile {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_profile {
    display: block;
    padding: 26px 10px;
  }
}

.about .sec__greeting_inner_profile_ttl {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #E75534;
  margin-bottom: 38px;
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_profile_ttl {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 20px;
  }
}

.about .sec__greeting_inner_profile_ttl span {
  position: relative;
}

.about .sec__greeting_inner_profile_ttl span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  margin: auto;
  bottom: -4px;
  right: 0;
  left: 0;
  background-color: #E75534;
}

.about .sec__greeting_inner_profile_list {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.14286;
  color: #272727;
  margin-bottom: 20px;
}

.about .sec__greeting_inner_profile_list li {
  padding-left: 18px;
  position: relative;
}

.about .sec__greeting_inner_profile_list li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #E75534;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_profile_left {
    margin-bottom: 28px;
  }
}

.about .sec__greeting_inner_profile_left_text {
  width: 450px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.85714;
  color: #272727;
  padding-left: 14px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .about .sec__greeting_inner_profile_left_text {
    width: 340px;
  }
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_profile_left_text {
    width: 100%;
    padding-left: 10px;
  }
}

.about .sec__greeting_inner_profile_left_text::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background-image: url("../img/about/border_left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

.about .sec__greeting_inner_profile_right {
  width: 238px;
}

@media screen and (max-width: 640px) {
  .about .sec__greeting_inner_profile_right {
    width: 100%;
  }
}

.about .btn {
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .about .btn {
    margin-top: 60px;
    margin-bottom: 70px;
  }
}

/*------------------------------------------------------------
  Menu
------------------------------------------------------------*/
.menu .sec__case {
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .menu .sec__case {
    margin-bottom: 60px;
  }
}

.menu .sec__case_inner_top {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #E75534;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .menu .sec__case_inner_top {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.menu .sec__case_inner_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .menu .sec__case_inner_text {
    margin-bottom: 60px;
  }
}

.menu .sec__case_inner_box .sec_ttl {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .menu .sec__case_inner_box .sec_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.menu .sec__case_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;
  margin-bottom: 8px;
}

.menu .sec__case_inner_box_list li {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.875;
  color: #E75534;
  width: 23%;
  text-align: center;
  margin-bottom: 14px;
  background-color: #F7F2F0;
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .menu .sec__case_inner_box_list li {
    font-size: 1.4rem;
    line-height: 2.14286;
    width: 48%;
    padding: 4px 0;
    margin-bottom: 10px;
  }
}

.menu .sec__case_inner_box_text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.14286;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .menu .sec__case_inner_box_text {
    font-size: 1.2rem;
    line-height: 2.5;
  }
}

.menu .sec__menu_inner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box {
    display: block;
    margin-bottom: 40px;
  }
}

.menu .sec__menu_inner_box_left {
  width: 615px;
}

@media screen and (max-width: 1000px) {
  .menu .sec__menu_inner_box_left {
    width: 66%;
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left {
    width: 100%;
  }
}

.menu .sec__menu_inner_box_left_ttl {
  background-color: #F8F2F0;
  border-radius: 5px;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
  color: #E75534;
  padding: 26px 0 26px 20px;
  margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding: 16px 6px 14px 10px;
  }
}

.menu .sec__menu_inner_box_left_ttl span {
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_ttl span {
    font-size: 1.6rem;
    display: block;
  }
}

.menu .sec__menu_inner_box_left_text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-weight: 500;
  color: #272727;
  margin-bottom: 18px;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.57143;
  }
}

.menu .sec__menu_inner_box_left_text.top_box_text {
  color: #E75534;
  margin-top: 10px;
}

.menu .sec__menu_inner_box_left_price {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.36364;
  color: #E33C23;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_price {
    font-size: 1.8rem;
    line-height: 1.66667;
    margin-bottom: 10px;
  }
}

.menu .sec__menu_inner_box_left_attention {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.14286;
  font-weight: 500;
  color: #B5B4B3;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_attention {
    text-align: left;
    color: #272727;
    margin-bottom: 16px;
  }
}

.menu .sec__menu_inner_box_left_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_list {
    display: block;
  }
}

.menu .sec__menu_inner_box_left_list dt h4 {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.36364;
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_list dt h4 {
    font-size: 1.8rem;
    line-height: 1.66667;
    padding-left: 24px;
  }
}

.menu .sec__menu_inner_box_left_list dt h4::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #1D3B25;
  border-radius: 50%;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_list dt h4::before {
    width: 16px;
    height: 16px;
  }
}

.menu .sec__menu_inner_box_left_list dt span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #272727;
  font-weight: 500;
  margin-top: 6px;
  margin-left: 20px;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_list dt span {
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-left: auto;
  }
}

.menu .sec__menu_inner_box_left_list.set_list {
  display: block;
  margin-bottom: 38px;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_list.set_list {
    margin-bottom: 14px;
  }
}

.menu .sec__menu_inner_box_left_list.set_list dt {
  margin-bottom: 10px;
}

.menu .sec__menu_inner_box_left_list.set_list dd {
  text-align: right;
}

.menu .sec__menu_inner_box_left_list dd {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.36364;
  color: #E33C23;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_left_list dd {
    font-size: 1.8rem;
    line-height: 1.66667;
    text-align: right;
  }
}

.menu .sec__menu_inner_box.last_box .sec__menu_inner_box_left_ttl {
  color: #1D3B25;
}

.menu .sec__menu_inner_box.last_box .sec__menu_inner_box_left_list dt span {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2.2rem;
  color: #1D3B25;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box.last_box .sec__menu_inner_box_left_list dt span {
    font-size: 1.8rem;
  }
}

.menu .sec__menu_inner_box.last_box .sec__menu_inner_box_left_list dd {
  color: #1D3B25;
}

.menu .sec__menu_inner_box.last_box .sec__menu_inner_box_left_btm {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #272727;
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box.last_box .sec__menu_inner_box_left_btm {
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  .menu .sec__menu_inner_box_right {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .menu .sec__menu_inner_box_right {
    width: 100%;
  }
}

.menu .sec__menu_inner_box_right img {
  width: 100%;
}

.menu .btn {
  margin-top: 30px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .menu .btn {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

/*------------------------------------------------------------
  News
------------------------------------------------------------*/
.news .sec__news_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news .sec__news_container_left {
  width: 680px;
  margin-right: 30px;
}

@media screen and (max-width: 960px) {
  .news .sec__news_container_left {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .news .sec__news_container_left {
    width: 100%;
    margin-right: auto;
  }
}

.news .sec__news_container_left_list_inner {
  border: 1px solid #FCD3C5;
  padding: 26px 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .news .sec__news_container_left_list_inner {
    padding: 16px 10px;
  }
}

.news .sec__news_container_left_list_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .news .sec__news_container_left_list_inner_top {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.news .sec__news_container_left_list_inner_top_date {
  margin-right: 28px;
}

@media screen and (max-width: 640px) {
  .news .sec__news_container_left_list_inner_top_date {
    margin-right: 26px;
  }
}

.news .sec__news_container_left_list_inner_top_category {
  font-weight: 500;
}

.news .sec__news_container_left_list_inner_top_category a {
  color: #272727;
}

.news .sec__news_container_left_list_inner_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.25;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .news .sec__news_container_left_list_inner_ttl {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
    margin-bottom: auto;
  }
}

.news .sec__news_container_left_list_inner_text {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.875;
  font-weight: 500;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .news .sec__news_container_left_list_inner_text {
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: auto;
  }
}

.news .sec__news_container_left_list_inner_link {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.news .sec__news_container_left_list_inner_link a {
  display: inline-block;
  width: 160px;
  background-color: #E75534;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  position: relative;
}

.news .sec__news_container_left_list_inner_link a::after {
  content: '';
  background-image: url(../img/news/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 8px;
  height: 12px;
}

.news .sec__news_container_right {
  width: calc(100% - 710px);
}

@media screen and (max-width: 960px) {
  .news .sec__news_container_right {
    width: calc(100% - 70%);
  }
}

.news .sec__news_container_right_inner {
  background-color: #F7F2F0;
  padding: 30px;
}

.news .sec__news_container_right_inner_ttl {
  font-size: 2.4rem;
  color: #E75534;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.news .sec__news_container_right_inner_list li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 10px;
}

.news .sec__news_container_right_inner_list li a {
  color: #272727;
  text-decoration: underline;
}

.news .sec__news_container_right_inner_category {
  margin-bottom: 20px;
}

.news .sec__news .news_tab {
  margin-bottom: 20px;
}

.news .sec__news .news_tab.open .news_tab_ttl::after {
  background-image: url(../img/news/icon_close.svg);
}

.news .sec__news .news_tab_ttl {
  background-color: #E75534;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 12px 10px;
  position: relative;
}

.news .sec__news .news_tab_ttl::after {
  content: '';
  background-image: url(../img/news/icon_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 11px;
  height: 8px;
}

.news .sec__news .news_tab_inner {
  display: none;
  background-color: #F7F2F0;
  border: 1px solid #D75E40;
  padding: 20px;
}

.news .sec__news .news_tab_inner li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 10px;
}

.news .sec__news .news_tab_inner li a {
  color: #272727;
  text-decoration: underline;
}

.news .sec__news .pagination {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .news .sec__news .pagination {
    margin-bottom: 60px;
  }
}

.news .sec__news .pagination a {
  display: inline-block;
  font-size: 2.2rem;
  color: #474645;
  margin: 0 20px;
  border: none;
}

@media screen and (max-width: 640px) {
  .news .sec__news .pagination a {
    font-size: 1.6rem;
    margin: 0 16px;
  }
}

.news .sec__news .pagination span {
  display: inline-block;
  font-size: 2.2rem;
  margin: 0 20px;
  padding-bottom: 8px;
  position: relative;
  border: none;
}

@media screen and (max-width: 640px) {
  .news .sec__news .pagination span {
    font-size: 1.6rem;
    margin: 0 16px;
  }
}

.news .sec__news .pagination span::after {
  content: '';
  position: absolute;
  background-color: #D75E40;
  width: 26px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .news .sec__news .pagination span::after {
    width: 17px;
  }
}

.news .sec__news .pagination .previouspostslink {
  color: #d75e40;
}

@media screen and (max-width: 640px) {
  .news .sec__news .pagination .previouspostslink {
    margin: 0 16px 0 0;
  }
}

.news .sec__news .pagination .previouspostslink img {
  width: 16px;
}

.news .sec__news .pagination .nextpostslink {
  color: #d75e40;
}

@media screen and (max-width: 640px) {
  .news .sec__news .pagination .nextpostslink {
    margin: 0 0 0 16px;
  }
}

.news .sec__news .pagination .nextpostslink img {
  width: 16px;
}

.news .btn {
  margin-top: 88px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .news .btn {
    margin-top: 40px;
    margin-bottom: 90px;
  }
}

.single .news_article {
  border: 1px solid #FCD3C5;
  padding: 35px 30px 40px;
}

@media screen and (max-width: 640px) {
  .single .news_article {
    padding: 20px 10px;
  }
}

.single .news_article_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .single .news_article_top {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
}

.single .news_article_top_date {
  margin-right: 34px;
}

@media screen and (max-width: 640px) {
  .single .news_article_top_date {
    margin-right: 26px;
  }
}

.single .news_article_top_category {
  font-weight: 500;
}

.single .news_article_top_category a {
  color: #272727;
}

.single .news_article_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .single .news_article_ttl {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
    margin-bottom: 6px;
  }
}

.single .news_article_inner h1 {
  font-size: 2rem;
  color: #243A27;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner h1 {
    font-size: 1.8rem;
    line-height: 1.22222;
  }
}

.single .news_article_inner h2 {
  background-color: #F8F2F0;
  border-radius: 5px;
  font-size: 2rem;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #E75534;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner h2 {
    font-size: 1.8rem;
    line-height: 1.22222;
    padding: 6px 10px;
  }
}

.single .news_article_inner h3 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 1.66667;
  text-align: center;
  margin-bottom: 30px;
  color: #E75534;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner h3 {
    font-size: 1.6rem;
    line-height: 1.375;
  }
}

.single .news_article_inner img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.single .news_article_inner h4, .single .news_article_inner h5, .single .news_article_inner h6, .single .news_article_inner p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.875;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner h4, .single .news_article_inner h5, .single .news_article_inner h6, .single .news_article_inner p {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.single .news_article_inner ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.single .news_article_inner ul li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.875;
  list-style: disc;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner ul li {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.single .news_article_inner ol {
  margin-bottom: 20px;
  padding-left: 24px;
}

.single .news_article_inner ol li {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.875;
  list-style-type: decimal;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner ol li {
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}

.single .news_article_inner a {
  text-decoration: underline;
}

.single .news_article_btn {
  text-align: center;
}

.single .news_article_btn a {
  display: inline-block;
  width: 190px;
  background-color: #E75534;
  border-radius: 22px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 12px 0;
}

.single .news_article_btn a span {
  padding-left: 20px;
  position: relative;
}

.single .news_article_btn a span::before {
  content: '';
  background-image: url(../img/news/icon_return.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 12px;
}

.single .news_tab {
  margin-top: 20px;
}

/*------------------------------------------------------------
  Contact
------------------------------------------------------------*/
.contact .sec__reserve {
  margin-bottom: 100px;
}

.contact .sec__status {
  margin-bottom: 100px;
}

.contact .sec__status_container_calendar iframe {
  width: 100%;
  height: 800px;
}

@media screen and (max-width: 640px) {
  .contact .sec__status_container_calendar iframe {
    height: 600px;
  }
}

.contact .sec__contact_form_container {
  margin-bottom: 122px;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container {
    margin-bottom: 70px;
  }
}

.contact .sec__contact_form_container_ttl {
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  color: #E75534;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.contact .sec__contact_form_container_ttl::before {
  content: '';
  background-color: #D75E40;
  width: 300px;
  height: 1px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 40px;
}

@media screen and (max-width: 960px) {
  .contact .sec__contact_form_container_ttl::before {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec__contact_form_container_ttl::before {
    width: 20%;
    left: 0;
  }
}

.contact .sec__contact_form_container_ttl::after {
  content: '';
  background-color: #D75E40;
  width: 300px;
  height: 1px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 40px;
}

@media screen and (max-width: 960px) {
  .contact .sec__contact_form_container_ttl::after {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .contact .sec__contact_form_container_ttl::after {
    width: 20%;
    right: 0;
  }
}

.contact .sec__contact_form_container_text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-weight: 500;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container_text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.57143;
    text-align: left;
    margin-bottom: 32px;
  }
}

.contact .sec__contact_form_container .contact_form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form dl {
    display: block;
  }
}

.contact .sec__contact_form_container .contact_form dl.menu {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contact .sec__contact_form_container .contact_form dl.menu div {
  margin-bottom: 30px;
}

.contact .sec__contact_form_container .contact_form dl.menu div label {
  display: block;
  margin-bottom: 20px;
}

.contact .sec__contact_form_container .contact_form dl.menu div p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #272727;
  margin-bottom: 20px;
}

.contact .sec__contact_form_container .contact_form dl.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact .sec__contact_form_container .contact_form dl.use {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contact .sec__contact_form_container .contact_form dl dt {
  min-width: 280px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.66667;
  font-weight: 500;
  color: #272727;
}

@media screen and (max-width: 768px) {
  .contact .sec__contact_form_container .contact_form dl dt {
    font-size: 1.6rem;
    line-height: 1.875;
    min-width: 180px;
    margin-bottom: 8px;
  }
}

.contact .sec__contact_form_container .contact_form dl dt .required {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.1rem;
  letter-spacing: 0.04em;
  color: #E75534;
  font-weight: 500;
  padding: 0 6px;
  background-color: #F6D4C7;
  border-radius: 3px;
  vertical-align: text-bottom;
}

.contact .sec__contact_form_container .contact_form dl dd {
  width: 100%;
}

.contact .sec__contact_form_container .contact_form dl dd input[type="text"],
.contact .sec__contact_form_container .contact_form dl dd input[type="email"],
.contact .sec__contact_form_container .contact_form dl dd input[type="tel"] {
  width: 100%;
  background-color: #F7F2F0;
  border: none;
  font-size: 1.8rem;
  padding: 12px 16px;
  border-radius: 3px;
  color: #272727;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .contact .sec__contact_form_container .contact_form dl dd input[type="text"],
  .contact .sec__contact_form_container .contact_form dl dd input[type="email"],
  .contact .sec__contact_form_container .contact_form dl dd input[type="tel"] {
    font-size: 1.6rem;
    padding: 8px 10px;
  }
}

.contact .sec__contact_form_container .contact_form dl dd textarea {
  width: 100%;
  background-color: #F7F2F0;
  border: none;
  font-size: 1.8rem;
  padding: 12px 16px;
  border-radius: 3px;
  color: #272727;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .contact .sec__contact_form_container .contact_form dl dd textarea {
    font-size: 1.6rem;
    padding: 8px 10px;
  }
}

.contact .sec__contact_form_container .contact_form dl dd input[type="checkbox"],
.contact .sec__contact_form_container .contact_form dl dd input[type="radio"] {
  display: none;
}

.contact .sec__contact_form_container .contact_form dl dd .checkbox_list {
  display: inline-block;
  min-width: 120px;
}

@media screen and (max-width: 1000px) {
  .contact .sec__contact_form_container .contact_form dl dd .checkbox_list {
    min-width: 80px;
  }
}

@media screen and (max-width: 860px) {
  .contact .sec__contact_form_container .contact_form dl dd .checkbox_list {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form dl dd .checkbox_list {
    min-width: 100px;
    margin-bottom: 14px;
  }
}

.contact .sec__contact_form_container .contact_form dl dd .radio_list {
  display: inline-block;
  margin-right: 180px;
}

@media screen and (max-width: 1000px) {
  .contact .sec__contact_form_container .contact_form dl dd .radio_list {
    margin-right: 80px;
  }
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form dl dd .radio_list {
    font-size: 1.6rem;
    margin-right: 24px;
    margin-bottom: 14px;
  }
}

.contact .sec__contact_form_container .contact_form dl dd label {
  cursor: pointer;
}

.contact .sec__contact_form_container .contact_form dl dd input[type="checkbox"] + .wpcf7-list-item-label {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #272727;
  padding-left: 32px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form dl dd input[type="checkbox"] + .wpcf7-list-item-label {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.contact .sec__contact_form_container .contact_form dl dd input[type="checkbox"] + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #E75534;
  border-radius: 3px;
}

.contact .sec__contact_form_container .contact_form dl dd input[type="checkbox"]:checked + .wpcf7-list-item-label:before {
  background-color: #E75534;
}

.contact .sec__contact_form_container .contact_form dl dd input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  content: '';
  background-image: url(../img/contact/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
  width: 16px;
  height: 12px;
}

.contact .sec__contact_form_container .contact_form dl dd input[type="radio"] + .wpcf7-list-item-label {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #272727;
  padding-left: 30px;
  position: relative;
}

.contact .sec__contact_form_container .contact_form dl dd input[type="radio"] + .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #E75534;
  border-radius: 50%;
}

.contact .sec__contact_form_container .contact_form dl dd input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #E75534;
}

.contact .sec__contact_form_container .contact_form dl dd input[type="radio"]:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 7px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.contact .sec__contact_form_container .contact_form dl dd .wpcf7-list-item {
  margin: auto;
}

.contact .sec__contact_form_container .contact_form dl dd .text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.57143;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form dl dd .text {
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}

.contact .sec__contact_form_container .contact_form .checkbox {
  line-height: 24px;
  display: block;
  text-align: center;
}

.contact .sec__contact_form_container .contact_form .checkbox .acceptance {
  position: relative;
  display: inline-block;
}

.contact .sec__contact_form_container .contact_form .checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 17px;
  height: 17px;
  margin: 0;
  left: 0;
}

.contact .sec__contact_form_container .contact_form .checkbox input[type=checkbox] + .wpcf7-list-item-label {
  position: relative;
  font-size: 1.8rem;
  cursor: pointer;
  display: block;
  font-weight: 500;
  color: #272727;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form .checkbox input[type=checkbox] + .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}

.contact .sec__contact_form_container .contact_form .checkbox input[type=checkbox] + .wpcf7-list-item-label a {
  color: #272727;
}

.contact .sec__contact_form_container .contact_form .checkbox input[type=checkbox] + .wpcf7-list-item-label::before {
  content: '';
  border: 1px solid #E75534;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  bottom: 0;
  margin-right: 14px;
  cursor: pointer;
  text-align: center;
  vertical-align: text-top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}

.contact .sec__contact_form_container .contact_form .checkbox input[type=checkbox] + .wpcf7-list-item-label a {
  text-decoration: underline;
}

.contact .sec__contact_form_container .contact_form .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #E75534;
}

.contact .sec__contact_form_container .contact_form .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: '';
  background-image: url(../img/contact/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 16px;
  height: 12px;
}

.contact .sec__contact_form_container .contact_form .btn__block {
  margin-top: 30px;
  text-align: center;
}

.contact .sec__contact_form_container .contact_form .btn__block_text {
  border: 1px solid #D75E40;
  background-color: #fff;
  width: 284px;
  padding: 20px 0;
  cursor: pointer;
  font-size: 2.2rem;
  color: #E75534;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form .btn__block_text {
    font-size: 2rem;
  }
}

.contact .sec__contact_form_container .contact_form .btn__block_text:hover {
  background-color: #D75E40;
  color: #fff;
}

.contact .sec__contact_form_container .contact_form .wpcf7 form .wpcf7-response-output {
  width: 590px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  color: #FF0A26;
  border: 1px solid #FF0A26;
  margin: auto;
  margin-top: 20px;
  padding: 14px 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form .wpcf7 form .wpcf7-response-output {
    width: auto;
    font-size: 1.4rem;
  }
}

.contact .sec__contact_form_container .contact_form .wpcf7 .ajax-loader {
  display: none !important;
}

.contact .sec__contact_form_container .contact_form .wpcf7-not-valid-tip {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.875;
  color: #FF0A26;
}

@media screen and (max-width: 640px) {
  .contact .sec__contact_form_container .contact_form .wpcf7-not-valid-tip {
    font-size: 1.4rem;
    line-height: 2.14286;
  }
}

.complete .sec__complete_container_top {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .complete .sec__complete_container_top {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .complete .sec__complete_container_top img {
    width: 48px;
  }
}

.complete .sec__complete_container_top_text {
  font-family: "Yu Mincho", "YuMincho";
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.25;
  margin-top: 50px;
  color: #E75534;
}

@media screen and (max-width: 640px) {
  .complete .sec__complete_container_top_text {
    font-size: 1.8rem;
    line-height: 1.66667;
    margin-top: 36px;
  }
}

.complete .sec__complete_container_inner {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .complete .sec__complete_container_inner {
    text-align: left;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.57143;
    margin-bottom: 76px;
  }
}

.complete .sec__complete_container_inner_top {
  font-weight: bold;
}

.complete .sec__complete_container_inner_text {
  margin-bottom: 30px;
}

.complete .sec__complete_container_tel {
  width: 754px;
  border: 1px solid #D75E40;
  margin: auto;
  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;
  padding: 13px 14px 13px 40px;
}

@media screen and (max-width: 800px) {
  .complete .sec__complete_container_tel {
    width: 100%;
    padding: 13px 14px 13px 20px;
  }
}

@media screen and (max-width: 640px) {
  .complete .sec__complete_container_tel {
    display: block;
    padding: 20px 12px;
  }
}

.complete .sec__complete_container_tel_left {
  font-size: 3rem;
  letter-spacing: 0.1em;
  min-width: 284px;
}

@media screen and (max-width: 800px) {
  .complete .sec__complete_container_tel_left {
    margin-right: 10px;
  }
}

@media screen and (max-width: 640px) {
  .complete .sec__complete_container_tel_left {
    margin-bottom: 16px;
  }
}

.complete .sec__complete_container_tel_left span {
  position: relative;
  padding-left: 50px;
}

.complete .sec__complete_container_tel_left span::before {
  content: '';
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 28px;
}

.complete .sec__complete_container_tel_right {
  width: 378px;
}

@media screen and (max-width: 800px) {
  .complete .sec__complete_container_tel_right {
    width: auto;
  }
}

.complete .sec__complete_container_tel_right p {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #E75534;
}

@media screen and (max-width: 640px) {
  .complete .sec__complete_container_tel_right p {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}

.complete .btn {
  margin-top: 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .complete .btn {
    margin-bottom: 70px;
  }
}

/*------------------------------------------------------------
  Access
------------------------------------------------------------*/
.access .sec__address {
  margin-bottom: 80px;
}

.access .sec__address_name {
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  color: #E75534;
  margin-bottom: 52px;
}

@media screen and (max-width: 640px) {
  .access .sec__address_name {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
    margin-bottom: 28px;
  }
}

.access .sec__address_name span {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .access .sec__address_name span {
    font-size: 1.2rem;
    letter-spacing: 0.06em;
  }
}

.access .sec__address_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .access .sec__address_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .access .sec__address_inner_left {
    order: 2;
  }
}

.access .sec__address_inner_left_address {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .access .sec__address_inner_left_address {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 10px;
  }
}

.access .sec__address_inner_left_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

@media screen and (max-width: 640px) {
  .access .sec__address_inner_left_text {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1.85714;
  }
}

.access .sec__address_inner_left_text dt {
  min-width: 54px;
}

@media screen and (max-width: 640px) {
  .access .sec__address_inner_left_text dt {
    min-width: 44px;
  }
}

@media screen and (max-width: 640px) {
  .access .sec__address_inner_right {
    margin-bottom: 10px;
  }
}

.access .sec__address_inner_right img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .access .sec__address_inner_right {
    order: 1;
  }
}

.access .sec__address_map {
  margin-bottom: 30px;
  width: 100%;
  padding-bottom: 35.5%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .access .sec__address_map {
    padding-bottom: 74.65%;
    margin-bottom: 20px;
  }
}

.access .sec__address_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.access .sec__address .btn_map {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .access .sec__address .btn_map {
    text-align: center;
  }
}

.access .sec__reserve_container {
  margin-bottom: 60px;
}

.access .sec__reserve_contact_list {
  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) {
  .access .sec__reserve_contact_list {
    display: block;
  }
}

.access .sec__reserve_contact_list .btn_box {
  margin: 0 10px;
}

@media screen and (max-width: 640px) {
  .access .sec__reserve_contact_list .btn_box {
    margin: auto;
    margin-bottom: 16px;
  }
}

.access .btn {
  margin-top: 80px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .access .btn {
    margin-top: 40px;
    margin-bottom: 70px;
  }
}

/*------------------------------------------------------------
  Privacy
------------------------------------------------------------*/
.privacy .sec__privacy_inner_top {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  font-weight: 500;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_top {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.71429;
    text-align: left;
    margin-bottom: 50px;
  }
}

.privacy .sec__privacy_inner_list {
  margin-bottom: 96px;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_list {
    margin-bottom: 60px;
  }
}

.privacy .sec__privacy_inner_list_inner {
  width: 800px;
}

@media screen and (max-width: 840px) {
  .privacy .sec__privacy_inner_list_inner {
    width: 100%;
  }
}

.privacy .sec__privacy_inner_list_inner .privacy_list {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 76px;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_list_inner .privacy_list {
    display: block;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_list_inner .privacy_list dt {
    position: absolute;
  }
}

.privacy .sec__privacy_inner_list_inner .privacy_list dt span {
  font-size: 2.2rem;
  color: #E75534;
  background-color: #FCD3C5;
  border-radius: 3px;
  padding: 6px 12px;
  margin-right: 80px;
}

@media screen and (max-width: 840px) {
  .privacy .sec__privacy_inner_list_inner .privacy_list dt span {
    margin-right: 40px;
  }
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_list_inner .privacy_list dt span {
    font-size: 1.6rem;
    padding: 3px 6px;
    margin-right: auto;
  }
}

.privacy .sec__privacy_inner_list_inner .privacy_list_inner {
  min-height: 100px;
  border-left: 1px solid #F6D4C7;
  padding-left: 20px;
  color: #272727;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_list_inner .privacy_list_inner {
    min-height: auto;
    position: relative;
    border-left: none;
    padding-left: 0;
  }
}

.privacy .sec__privacy_inner_list_inner .privacy_list_inner_ttl {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #E75534;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_list_inner .privacy_list_inner_ttl {
    padding-left: 32px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F6D4C7;
  }
}

.privacy .sec__privacy_inner_list_inner .privacy_list_inner_text {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

.privacy .sec__privacy_inner_bottom {
  color: #272727;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_bottom {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

.privacy .sec__privacy_inner_bottom_name {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #D75E40;
}

.privacy .sec__privacy_inner_bottom_text {
  line-height: 2.14286;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_bottom_text {
    line-height: 1.83333;
  }
}

.privacy .btn {
  margin-top: 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .privacy .btn {
    margin-bottom: 70px;
  }
}

/*------------------------------------------------------------
  404
------------------------------------------------------------*/
.no_page .sec__not_ttl {
  font-size: 2.4rem;
  line-height: 1.66667;
  color: #E75534;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .no_page .sec__not_ttl {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

.no_page .sec__not_text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

@media screen and (max-width: 640px) {
  .no_page .sec__not_text {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.57143;
    margin-bottom: 30px;
  }
}

.no_page .btn {
  margin-top: 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .no_page .btn {
    margin-bottom: 70px;
  }
}
