@charset "UTF-8";
:root {
  /* --yugo-minus：line-heightズレ用 フォントファミリーが游ゴシックの場合 1px それ以外 0px*/
  --main_family-minus: 0px;
  --title_family-minus: 0px;
  --yugo-minus: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 54.69%;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 16px;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  color: #4D3D3C;
  background: #fff;
  letter-spacing: 0.085em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  body:not(.wp-editor) {
    min-width: 1200px;
  }
}

a {
  color: #4D3D3C;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
}
*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-inline: auto;
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  color: #4D3D3C;
  text-decoration: none;
  font-family: "Arial", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
input,
textarea,
select,
button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.35em 0.75em;
  width: auto;
}

input[type=submit],
button {
  background: #685351;
  border-color: #685351;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  input[type=submit]:hover,
  button:hover {
    opacity: 0.8;
  }
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft {
    float: left;
    margin-right: 30px;
  }
  .alignright {
    float: right;
    margin-left: 30px;
  }
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .spbasic {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}
@media (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 30px);
  margin-inline: auto;
  width: 1200px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 100px);
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: clip;
}

body.archive .contents, body.single .contents {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-inline: auto;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 100%;
  }
  body.contents-column-two .contents #aside {
    display: none;
  }
}

@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 50px;
}
.row:last-child {
  margin-bottom: 0;
}
.row.cols_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
.row.cols_center .btnstyle {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 767px) {
  .row.cols_center .btnstyle {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.cols_center > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.box_border .row:last-child,
.box_bg .row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.header {
  background: #fff;
  width: 100%;
}
.header .header_logo {
  line-height: 1;
}
@media (min-width: 768px) {
  .header .header_inner {
    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;
  }
  .header .header_logo {
    margin-right: 40px;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

.sp_horizon {
  position: sticky;
  top: 0;
  z-index: 30;
}
.sp_horizon .container {
  max-width: 100%;
}
.sp_horizon .header_inner {
  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;
}
.sp_horizon .header_logo {
  margin-left: 0;
}
.sp_horizon .sp_nav {
  position: inherit;
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .header_hover_item {
    margin-right: -220px;
    z-index: 30;
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
.header .header_logo {
  margin-left: 35px;
}
.header .sp_toggle {
  background: transparent;
}
.header .sp_toggle:after {
  width: 32px;
  height: 19px;
  background: url("../img/common/sp_menu_open.svg") no-repeat center/cover;
}
.header .sp_toggle_close_top:after {
  width: 34px;
  height: 23px;
  background: url("../img/common/sp_menu_close.svg") no-repeat center/cover;
}
.header .sp_toggle, .header .sp_toggle_close_top {
  cursor: pointer;
  position: relative;
  right: -1px;
}
.header .sp_toggle:after, .header .sp_toggle_close_top:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 24px;
  top: 24px;
  bottom: auto;
}
.header .sp_toggle:before, .header .sp_toggle_close_top:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/hov_sp_menu.svg") no-repeat center/cover;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .header .sp_toggle:hover:before, .header .sp_toggle_close_top:hover:before {
    opacity: 1;
  }
}
.header .sp_toggle_close_top:after {
  right: 24.5px;
  top: 18px;
}
@media (max-width: 767px) {
  .header .header_logo {
    width: 194px;
    margin-top: 10px;
    margin-left: 12px;
  }
  .header .header_inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .header .sp_toggle, .header .sp_toggle_close_top {
    width: 87px;
    height: 77px;
    right: 0;
  }
  .header .sp_toggle:after, .header .sp_toggle_close_top:after {
    right: 18px;
    top: 19px;
  }
  .header .sp_toggle:after {
    width: 27px;
    height: 16px;
  }
  .header .sp_toggle_close_top:after {
    right: 21px;
    top: 18px;
    width: 28px;
    height: 18px;
  }
}
@media (min-width: 768px) {
  .header {
    -webkit-transform: initial !important;
            transform: initial !important;
    padding: 15px 0 6px;
    min-width: 1200px;
    overflow: hidden;
  }
  .header .hdr_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
    margin-right: 147px;
    padding-bottom: 13px;
  }
  .header .hdr_info .hdr_tel {
    color: #4D3D3C;
    font-style: normal;
    font-weight: 600;
    margin-right: 8px;
    margin-top: 6px;
  }
  .header .hdr_info .hdr_tel .sec_span {
    font-size: 20px;
    letter-spacing: 2px;
    display: block;
    padding-bottom: 7px;
    line-height: 1;
  }
  .header .hdr_info .hdr_tel .sec_span2 {
    font-size: 18px;
    letter-spacing: 2.7px;
    line-height: 1;
    position: relative;
    bottom: 2px;
  }
  .header .hdr_info .hdr_tel .sec_span3 {
    font-family: "Cardo", serif;
    font-size: 33px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 2.64px;
    line-height: 1;
    padding-left: 4px;
  }
  .header .hdr_info .hdr_btn a {
    width: 190px;
    height: 65px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-decoration: none;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2) inset;
            box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2) inset;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header .hdr_info .hdr_btn a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 7px;
    top: auto;
    bottom: 7px;
    width: 10px;
    height: 10px;
  }
  .header .hdr_info .hdr_btn a .sec_span {
    position: relative;
  }
  .header .hdr_info .hdr_btn a .sec_span:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
  }
  .header .hdr_info .hdr_btn.hdr_btn1 a {
    background: #B19595;
    color: #fff;
    line-height: 20px;
    letter-spacing: 0.95px;
  }
  .header .hdr_info .hdr_btn.hdr_btn1 a:after {
    background: url("../img/common/hdr_btn_arrow1.svg") no-repeat center/cover;
  }
  .header .hdr_info .hdr_btn.hdr_btn1 a .sec_span {
    padding-left: 30px;
  }
  .header .hdr_info .hdr_btn.hdr_btn1 a .sec_span:after {
    width: 20px;
    height: 30px;
    background: url("../img/common/hdr_btn_icon01.svg") no-repeat center/cover;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .header .hdr_info .hdr_btn.hdr_btn1 a:hover {
    background: #7D6868;
  }
}
@media (min-width: 768px) {
  .header .hdr_info .hdr_btn.hdr_btn2 a {
    background: #F1E3DD;
    color: #4D3D3C;
    line-height: 15px;
    letter-spacing: 0.95px;
  }
  .header .hdr_info .hdr_btn.hdr_btn2 a:after {
    background: url("../img/common/hdr_btn_arrow2.svg") no-repeat center/cover;
  }
  .header .hdr_info .hdr_btn.hdr_btn2 a .sec_span {
    padding-left: 40px;
  }
  .header .hdr_info .hdr_btn.hdr_btn2 a .sec_span:after {
    width: 32px;
    height: 26px;
    background: url("../img/common/hdr_btn_icon02.svg") no-repeat center/cover;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .header .hdr_info .hdr_btn.hdr_btn2 a:hover {
    background: #CAB1AD;
  }
}

.home .header {
  position: sticky;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.9%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 29.9%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 768px) {
  .home .header {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.sp_nav {
  background: transparent;
  position: sticky;
  top: 0;
  z-index: 20;
}
@media (max-width: 767px) {
  .sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp_nav > li {
    border-left: 1px solid #ddd;
  }
  .sp_nav > li:first-child {
    border-left: none;
  }
}
@media (min-width: 768px) {
  .sp_nav {
    position: absolute !important;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
  }
}

.menu_bk {
  display: none !important;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

.global_nav {
  display: none;
  --nav-line-height: 1.5; /* ナビゲーション aタグ line-height */
  --submenu-icon-width: 6px; /* PC サブメガメニューのアイコン（ > ）回転前サイズ */
  /**/
  background: #fff;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  height: 100%;
  left: auto;
  right: 0;
  padding: 56px 50px 0 60px;
  position: fixed;
  top: 0;
  width: 450px;
  max-height: 95vh;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 30;
  overflow-y: auto;
  scrollbar-width: none;
  border-radius: 0 0 0 150px;
  background: url("../img/common/nav_bg.png") no-repeat center/cover;
  -webkit-box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.global_nav a {
  display: block;
  line-height: var(--nav-line-height);
  position: relative;
  text-decoration: none;
}
.global_nav .menu {
  z-index: 20;
  margin-bottom: 0;
}
.global_nav .menu-item {
  position: relative;
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    display: none;
  }
}
.global_nav .nav_title {
  color: #A67F55;
  font-size: 26px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 3.9px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
.global_nav .nav_title:after, .global_nav .nav_title:before {
  content: "";
  display: block;
  margin-top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #A67F55;
}
.global_nav .row .col_2:not(:first-of-type), .global_nav .row .col_3:not(:first-of-type), .global_nav .row .col_4:not(:first-of-type), .global_nav .row .col_5:not(:first-of-type) {
  margin-top: 0 !important;
}
.global_nav .row .col_2:not(:first-of-type) li:first-child a, .global_nav .row .col_3:not(:first-of-type) li:first-child a, .global_nav .row .col_4:not(:first-of-type) li:first-child a, .global_nav .row .col_5:not(:first-of-type) li:first-child a {
  border-top: 1px solid #ddd;
}
.global_nav::-webkit-scrollbar {
  display: none;
}
.global_nav .container {
  width: 100%;
  max-width: none;
}
.global_nav .menu {
  margin-bottom: 87px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-height: 525px;
  overflow: auto;
}
.global_nav .menu-item {
  border-right: 1px solid #A67F55;
  border-left: 1px solid #A67F55;
  position: relative;
}
.global_nav .menu-item:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 5px;
  width: calc(100% - 50px);
  height: 1px;
  background: #A67F55;
}
.global_nav .menu-item a {
  color: #4D3D3C;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  height: 75px;
  padding-left: 70px;
  padding-right: 60px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  color: #4D3D3C;
  background: transparent;
  position: relative;
}
.global_nav .menu-item a::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  margin: auto;
  left: auto;
  right: 35px;
  top: 0;
  bottom: 5px;
  width: 26px;
  height: 17px;
  background: url("../img/common/nav_arrow.svg") no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .global_nav .menu-item a:hover {
    color: #A67F55;
  }
  .global_nav .menu-item a:hover:after {
    right: 27px;
  }
}
.global_nav .sub-menu {
  font-size: inherit;
}
.global_nav .sub-menu a {
  height: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 2em;
  padding-right: 2.6em;
}
.global_nav .sub-menu li:last-child a {
  border: none;
}
.global_nav .sp_toggle_close_top {
  position: fixed;
  top: 0;
  cursor: pointer;
}
.global_nav .sp_toggle_close_top .icon {
  width: 103px;
  height: 92px;
  z-index: 1;
}
@media (max-width: 767px) {
  .global_nav {
    width: calc(100% - 30px);
    height: 100%;
    padding: 75px 30px 0 30px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 95vh;
    border-radius: 0 0 0 70px;
    background: url("../img/common/sp_nav_bg.png") no-repeat center/cover;
  }
  .global_nav .nav_title {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: 3.6px;
    gap: 20px;
  }
  .global_nav .nav_title:after, .global_nav .nav_title:before {
    margin-top: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
  }
  .global_nav .menu {
    margin-bottom: 65px;
    width: 100%;
    max-height: 456px;
  }
  .global_nav .menu-item:after {
    bottom: 5px;
    width: calc(100% - 10px);
  }
  .global_nav .menu-item a {
    font-size: 18px;
    letter-spacing: 1.8px;
    height: 65px;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 55px;
  }
  .global_nav .menu-item a::after {
    right: 25px;
    top: 0;
    bottom: 8px;
    width: 26px;
    height: 17px;
  }
}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .global_nav .menu-item a:hover:after {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .global_nav .sub-menu a {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 2em;
    padding-right: 2.6em;
  }
}

@media (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav > a {
    display: none !important;
  }
  .global_nav #menu-header_menu .custom_nav .sub-menu_wrap {
    display: block !important;
  }
  .global_nav #menu-header_menu .custom_nav .nav_title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_box {
    padding: 20px;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    text-align: center !important;
    background: #fff;
  }
}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a:hover::after {
    border-color: #fff !important;
  }
}
@media (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2:nth-child(n+3) {
    margin-top: 2% !important;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 {
    background: #deebf7;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .nav_title {
    background: #685351;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a {
    border: 1px solid #685351;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a::after {
    border-color: #685351;
  }
}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:hover {
    background: #685351;
  }
}
@media (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 {
    background: #e2f0d9;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .nav_title {
    background: #F1E3DD;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a {
    border: 1px solid #F1E3DD;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a::after {
    border-color: #F1E3DD;
  }
}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:hover {
    background: #F1E3DD;
  }
}
@media (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 {
    background: #fff2cc;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .nav_title {
    background: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a {
    border: 1px solid #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a::after {
    border-color: #ff6600;
  }
}
@media (max-width: 767px) and (hover: hover) and (pointer: fine) {
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:hover {
    background: #ff6600;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    font-size: 2.5vw;
    padding: 10px 25px 10px 10px;
    height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main_bg {
  background: #F1E8E4 url("../img/top/sp_main_bg.png") no-repeat center top/cover;
}
@media (min-width: 768px) {
  .main_bg {
    background: #FFF7F4 url("../img/top/tablet_main_bg.png") no-repeat center top/cover;
  }
}
@media screen and (min-width: 1201px) {
  .main_bg {
    background: #FFF7F4 url("../img/top/main_bg.png") no-repeat center top/cover;
  }
}

.mainimage_wrap {
  overflow: hidden;
  aspect-ratio: 797/1090;
}
@media (min-width: 768px) {
  .mainimage_wrap {
    aspect-ratio: 1200/1094;
  }
}
@media screen and (min-width: 1201px) {
  .mainimage_wrap {
    aspect-ratio: 1985/1172;
  }
}
@media screen and (min-width: 1580px) {
  .mainimage_wrap {
    aspect-ratio: 1985/1134;
  }
}
.mainimage_wrap::after {
  content: "";
  display: block;
  height: 0px;
}

@media (max-width: 767px) {
  .main_bg {
    padding-top: 65px;
  }
}

.mainimage {
  position: relative;
}
.mainimage .splide__slide > picture img {
  width: 100%;
  display: block;
}
.mainimage .copy_box {
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  background: url("../img/top/sp_mein_copy_bg.png") no-repeat center/cover;
  z-index: 0;
  width: clamp(345px, 88.4615384615vw, 678.5px);
  height: clamp(250px, 64.1025641026vw, 491.6666666667px);
  background: url("../img/top/sp_mein_copy_bg.png") no-repeat center/cover;
}
.mainimage .copy_box img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mainimage .copy_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -13%;
  top: calc(clamp(46px, 11.7948717949vw, 90.4666666667px) * -1);
  bottom: auto;
  width: clamp(390px, 100vw, 767px);
  height: clamp(296px, 75.8974358974vw, 582.1333333333px);
  z-index: 1;
  background: url("../img/top/sp_mein_copy03.png") no-repeat center/cover;
}
.mainimage .copy_box .copy_text {
  padding: clamp(20px, 5.1282051282vw, 39.3333333333px) clamp(19.3px, 4.9487179487vw, 37.9566666667px) clamp(36px, 9.2307692308vw, 70.8px) clamp(19px, 4.8717948718vw, 37.3666666667px);
}
.mainimage .copy_box .copy_text2 {
  padding: 0 clamp(6px, 1.5384615385vw, 11.8px) 0 clamp(28px, 7.1794871795vw, 55.0666666667px);
}
@media screen and (max-width: 389px) {
  .mainimage .copy_box {
    width: clamp(320px, 88.8888888889vw, 681.7777777778px);
    height: clamp(232px, 64.4444444444vw, 494.2888888889px);
  }
  .mainimage .copy_box:after {
    right: -13.3%;
    top: calc(clamp(41px, 11.3888888889vw, 87.3527777778px) * -1);
    width: clamp(360px, 100vw, 767px);
    height: clamp(273px, 75.8333333333vw, 581.6416666667px);
  }
  .mainimage .copy_box .copy_text {
    padding: clamp(27px, 7.5vw, 57.525px) clamp(19.3px, 5.3611111111vw, 41.1197222222px) clamp(27.05px, 7.5138888889vw, 57.6315277778px) clamp(19px, 5.2777777778vw, 40.4805555556px);
  }
  .mainimage .copy_box .copy_text2 {
    padding: 0 clamp(6px, 1.6666666667vw, 12.7833333333px) 0 clamp(28px, 7.7777777778vw, 59.6555555556px);
  }
}
@media (min-width: 768px) {
  .mainimage {
    margin-top: 80px;
    width: calc(100% - 65px);
    margin-left: auto;
  }
  .mainimage .copy_box {
    bottom: 3.4%;
    left: 7px;
    width: 725px;
    height: 450px;
    background: url("../img/top/mein_copy_bg.png") no-repeat center/cover;
  }
  .mainimage .copy_box:after {
    left: auto;
    right: -12.7%;
    top: -87px;
    width: 786px;
    height: 538px;
    z-index: 1;
    background: url("../img/top/mein_copy03.png") no-repeat center/cover;
  }
  .mainimage .copy_box .copy_text {
    padding: 38px 54.5px 66px 51px;
  }
  .mainimage .copy_box .copy_text2 {
    padding: 0 0 0 66px;
  }
}
@media screen and (min-width: 1201px) {
  .mainimage .copy_box {
    left: 6px;
    bottom: 3.5%;
    width: clamp(468.2291666667px, 37.7604166667vw, 725px);
    height: clamp(290.625px, 23.4375vw, 450px);
  }
  .mainimage .copy_box:after {
    right: -12.7%;
    top: calc(clamp(55.5416666667px, 4.4791666667vw, 86px) * -1);
    width: clamp(507.625px, 40.9375vw, 786px);
    height: clamp(347.4583333333px, 28.0208333333vw, 538px);
  }
  .mainimage .copy_box .copy_text {
    padding: clamp(25.1875px, 2.03125vw, 39px) clamp(35.1979166667px, 2.8385416667vw, 54.5px) clamp(43.2708333333px, 3.4895833333vw, 67px) clamp(33.5833333333px, 2.7083333333vw, 52px);
  }
  .mainimage .copy_box .copy_text2 {
    padding: 0 0 0 clamp(42.625px, 3.4375vw, 66px);
  }
}

.side_bnr {
  position: fixed;
  z-index: 10;
}
.side_bnr li a {
  font-size: 16px;
  text-decoration: none;
  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;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  line-height: 17px;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  position: relative;
}
.side_bnr li a .sec_span {
  position: relative;
}
.side_bnr li a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.side_bnr .side01 a {
  color: #4D3D3C;
  background: #fff;
}
.side_bnr .side02 a {
  color: #fff;
  background: #B19595;
}
.side_bnr .side03 a {
  color: #4D3D3C;
  background: #F1E3DD;
}
@media (max-width: 767px) {
  .side_bnr {
    left: 0;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    width: calc(100% - 90px) !important;
    border-radius: 0 10px 0 0;
  }
  .side_bnr .side01 a .sec_span {
    padding-top: calc(20px + 6px);
  }
  .side_bnr .side01 a .sec_span:after {
    width: 25px;
    height: 20px;
    background: url("../img/common/sp_side01.svg") no-repeat center/contain;
  }
  .side_bnr .side02 a .sec_span {
    padding-top: calc(27px + 6px);
  }
  .side_bnr .side02 a .sec_span:after {
    width: 18px;
    height: 27px;
    background: url("../img/common/sp_side02.svg") no-repeat center/contain;
  }
  .side_bnr .side03 a .sec_span {
    padding-top: calc(25px + 6px);
  }
  .side_bnr .side03 a .sec_span:after {
    width: 30px;
    height: 25px;
    background: url("../img/common/sp_side03.svg") no-repeat center/contain;
  }
}
@media (min-width: 768px) {
  .side_bnr {
    right: 0;
    z-index: 20;
    top: 200px;
    width: 90px;
  }
  .side_bnr li a {
    font-size: 20px;
    line-height: 1.3;
  }
  .side_bnr li a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .side_bnr .side01 a .sec_span:after {
    width: 24px;
    height: 24px;
    background: url("../img/common/side01.png") no-repeat center/contain;
  }
  .side_bnr .side02 a .sec_span:after {
    width: 24px;
    height: 24px;
    background: url("../img/common/side02.png") no-repeat center/contain;
  }
  .side_bnr .side03 a .sec_span:after {
    width: 24px;
    height: 24px;
    background: url("../img/common/side03.png") no-repeat center/contain;
  }
  .side_bnr a:not([class]) img,
  .side_bnr a.swipebox img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .side_bnr a:not([class]):hover img,
  .side_bnr a.swipebox:hover img {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  .side_bnr li:not(:first-child) {
    margin-top: 10px;
  }
  .side_bnr li a {
    padding: 15px 10px 30px;
    border-radius: 10px 0 0 10px;
  }
  .side_bnr li a:after {
    left: 0;
    right: 0;
    top: auto;
    bottom: 13px;
  }
  .side_bnr li a .sec_span:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }
  .side_bnr li.side01 a {
    height: 160px;
  }
  .side_bnr li.side01 a .sec_span {
    padding-top: calc(24px + 10px);
  }
  .side_bnr li.side02 a {
    height: 135px;
  }
  .side_bnr li.side02 a .sec_span {
    padding-top: calc(24px + 10px);
  }
  .side_bnr li.side03 a {
    height: 135px;
  }
  .side_bnr li.side03 a .sec_span {
    padding-top: calc(24px + 10px);
  }
}
@media (max-width: 767px) {
  .side_bnr {
    bottom: env(safe-area-inset-bottom);
    width: 100%;
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .side_bnr .side_bnr_block li a {
    height: 65px;
    width: 100%;
    text-decoration: none;
    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;
    font-weight: bold;
  }
  .side_bnr .side_bnr_block li a picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.sp-safe-area {
  position: fixed;
  left: 0;
  bottom: 0;
  height: env(safe-area-inset-bottom);
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  z-index: 30;
}

.totop {
  bottom: env(safe-area-inset-bottom);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  right: 0;
  width: 64px;
  z-index: 10;
}
.totop .totop_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 64px;
  height: 65px;
  padding: 11.4px 10.8px 11.2px 13.2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px 0 0 0;
  background: var(--_, #7D6868);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  font-family: "Cardo", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 12px; /* 75% */
  letter-spacing: 2.4px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.totop .totop_inner:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 11.4px;
  bottom: auto;
  width: 19px;
  height: 21px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: url("../img/common/top_btn_arrow.svg") no-repeat center/cover;
}
@media (hover: hover) and (pointer: fine) {
  .totop .totop_inner:hover {
    color: #4D3D3C;
    background: rgba(255, 255, 255, 0.5);
  }
  .totop .totop_inner:hover:after {
    top: 9px;
    background: url("../img/common/hov_top_btn_arrow.svg") no-repeat center/cover;
  }
}
@media (min-width: 768px) {
  .totop {
    bottom: 0;
    width: 80px;
  }
  .totop .totop_inner {
    width: 80px;
    height: 85px;
    font-size: 17px;
    padding: 16px 17px 16px 20px;
    line-height: 15px;
    letter-spacing: 2.55px;
  }
  .totop .totop_inner:after {
    top: 16px;
    width: 24px;
    height: 26px;
  }
}
@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .totop .totop_inner:hover:after {
    top: 11px;
  }
}

.side_bnr2 {
  position: fixed;
  margin: auto;
  left: auto;
  right: 0;
  top: 105px;
  bottom: auto;
  z-index: 10;
}
.side_bnr2 .side_bnr_block2 a {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  text-decoration: none;
  position: relative;
  border: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.side_bnr2 .side_bnr_block2 a:before {
  content: "";
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(104, 83, 81, 0.5)), to(rgba(207, 177, 175, 0.5)));
  background: linear-gradient(180deg, rgba(104, 83, 81, 0.5) 0%, rgba(207, 177, 175, 0.5) 100%);
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px 0 0 50px;
  z-index: -1;
}
.side_bnr2 .side_bnr_block2 a:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: 3px;
  bottom: 0;
  width: 6px;
  height: 11px;
  background: url("../img/common/side_arrow.svg") no-repeat center/cover;
}
.side_bnr2 .side_bnr_block2 a .sec_span {
  position: relative;
}
.side_bnr2 .side_bnr_block2 a .sec_span:after {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: -11px;
  right: auto;
  top: 3px;
  bottom: 0;
  width: 5px;
  height: 5px;
  background: #4D3D3C;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .side_bnr2 {
    top: 92px;
  }
  .side_bnr2 .side_bnr_block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    padding-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 12px;
  }
  .side_bnr2 .side_bnr_block2 li a {
    width: 80px;
    border-radius: 50px 0 0 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.7)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    -webkit-box-shadow: 0 0 12.337px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12.337px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 53px;
    padding-left: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    color: var(--, #4D3D3C);
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.805px;
    letter-spacing: 0.48px;
  }
  .side_bnr2 .side_bnr_block2 li a:after {
    right: 8.22px;
    width: 5px;
    height: 9px;
  }
  .side_bnr2 .side_bnr_block2 li a .sec_span:after {
    top: 3px;
    left: -11px;
    width: 6px;
    height: 6px;
  }
}
@media (min-width: 768px) {
  .side_bnr2 .side_bnr_block2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 15px;
  }
  .side_bnr2 .side_bnr_block2 li a {
    width: 120px;
    border-radius: 50px 0 0 50px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 57px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    color: #4D3D3C;
    text-align: center;
    font-family: "Shippori Mincho";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.51px;
  }
  .side_bnr2 .side_bnr_block2 li a:after {
    top: 4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .side_bnr2 .side_bnr_block2 a:hover {
    color: #FFF;
    border-top: 1px solid var(--_, #7D6868);
    border-bottom: 1px solid var(--_, #7D6868);
    border-left: 1px solid var(--_, #7D6868);
    z-index: 0;
  }
  .side_bnr2 .side_bnr_block2 a:hover:before {
    opacity: 1;
  }
  .side_bnr2 .side_bnr_block2 a:hover:after {
    background: url("../img/common/hov_side_arrow.svg") no-repeat center/cover;
  }
  .side_bnr2 .side_bnr_block2 a:hover .sec_span:after {
    background: #fff;
  }
}

.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.mce-content-body p:last-child, .mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}
.mce-content-body .box_bg p:last-child, .mce-content-body .box_bg ul:last-child, .mce-content-body .box_bg ol:last-child, .mce-content-body .box_bg dl:last-child, .mce-content-body .box_bg table:last-child, .mce-content-body .box_border p:last-child, .mce-content-body .box_border ul:last-child, .mce-content-body .box_border ol:last-child, .mce-content-body .box_border dl:last-child, .mce-content-body .box_border table:last-child, .mce-content-body .box_flow p:last-child, .mce-content-body .box_flow ul:last-child, .mce-content-body .box_flow ol:last-child, .mce-content-body .box_flow dl:last-child, .mce-content-body .box_flow table:last-child {
  margin-bottom: 0;
}
.mce-content-body img {
  border-radius: 0;
}
.mce-content-body a {
  color: #685351;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .mce-content-body a:hover {
    color: #685351;
    text-decoration: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .mce-content-body a:hover img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .mce-content-body a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #ddd;
}
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body sup {
  font-size: 10.4px;
  vertical-align: super;
}
.mce-content-body sub {
  font-size: 10.4px;
  vertical-align: sub;
}
.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 24px;
  padding: 28.8px;
  position: relative;
}
.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 32px;
  height: 32px;
  font-family: "Material Icons";
  font-size: 32px;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}
.mce-content-body blockquote::before {
  top: 16px;
  left: 12px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mce-content-body blockquote::after {
  right: 12px;
  bottom: 16px;
}
.mce-content-body table {
  width: 100%;
}
.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
.btnstyle a {
  line-height: 1.5;
  display: table;
  position: relative;
  text-align: center;
  margin: auto;
  text-decoration: none !important;
  color: #fff !important;
  min-width: auto;
  max-width: 280px;
  background: #685351;
  border: 1px solid #685351;
  width: 100%;
  border-radius: 0;
  padding: 1.3rem 2.4rem;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .btnstyle a:hover {
    opacity: 0.7;
  }
}
.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnstyle a:after {
  border-color: #fff;
}
.btnstyle__right a {
  margin-right: 0;
}
.btnstyle__left a {
  margin-left: 0;
}

.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 51px;
  padding-bottom: 51px;
}
@media (min-width: 768px) {
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 1239px / 2);
    margin-right: calc(50% - 1239px / 2);
  }
  .section {
    padding-left: calc(1239px / 2 - 50%);
    padding-right: calc(1239px / 2 - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #aa9392;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumb .svg-icons {
  fill: #aa9392;
  width: 12px;
  height: 12px;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: #685351;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumb a:hover {
    color: #4D3D3C;
    text-decoration: none;
  }
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: #9f8583;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #4D3D3C;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sitemap_box .menu a:hover {
    color: #685351;
    background: #f2f8fd;
  }
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #685351;
  border-right: 1px solid #685351;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type=submit] {
  background: #685351;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #685351;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 240px;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 input[type=submit]:not(:disabled):hover {
    background: #fff;
    color: #685351;
    cursor: pointer;
  }
}
.wpcf7 input[type=submit]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7 input[type=submit]:disabled:hover {
    pointer-events: none;
  }
}
.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin-bottom: 8px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input, .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  color: #4D3D3C;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .entry_title {
    font-size: 32px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #4D3D3C;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .entry_title a:hover {
    color: #685351;
  }
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}
.entry_ex a {
  color: #685351;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .entry_ex a:hover {
    color: #4D3D3C;
  }
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .pagenav_single a:hover {
    opacity: 0.7;
  }
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  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;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
@media (hover: hover) and (pointer: fine) {
  .pagenav_archive .page-numbers:hover {
    background: #685351;
    border: 1px solid #685351;
    color: #fff;
    cursor: pointer;
  }
}

.post_aside .aside_title {
  border-bottom: 2px solid #4D3D3C;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 12px;
}
.post_aside .category_list {
  margin-top: 16px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  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;
  color: #4D3D3C;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .post_aside .category_list a:hover {
    color: #685351;
  }
}
.post_aside .category_list a .material-icons {
  font-size: 16px;
}
.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #4D3D3C;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .post_aside .latestpost_list a:hover {
    color: #685351;
  }
  .post_aside .latestpost_list a:hover::before {
    color: #685351;
  }
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
        flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
@media (hover: hover) and (pointer: fine) {
  .slide_main .arrow-prev:hover,
  .slide_main .arrow-next:hover {
    cursor: pointer;
  }
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .slide_thumb .item:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media (hover: hover) and (pointer: fine) {
  .slide_thumb .item.thumbnail-current:hover {
    opacity: 1;
  }
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #685351;
  border-radius: 0;
}
.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #685351;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #685351;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #685351;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .icon_tags a:hover {
    background: #685351;
    color: #fff;
  }
}

.entry_search_result_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: 0.35em;
}
@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.entry_search_result_wrap .entry_archive .entry_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.entry_search_result_wrap .entry_archive .entry_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(20% , 140px);
          flex: 0 0 min(20% , 140px);
  width: min(20% , 140px);
}
.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}
.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}
.entry_search_result_wrap .link {
  font-size: 92%;
}
.entry_search_result_wrap .link::before {
  content: "［ ";
}
.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}
.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}
.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
}

.splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: 0.8;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #685351;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .splide.splide--fade .splide__slide {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  }
  .splide.splide--loop .splide__list {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #685351;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
@media (min-width: 768px) {
  .page_title_wrap .container {
    height: 200px;
  }
}
.page_title_wrap .page_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-family: YakuHanMP, "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}
@media (min-width: 768px) {
  .page_title_wrap .page_title {
    font-size: 36px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 600;
  font-family: YakuHanMP, "Shippori Mincho", serif;
}
.mce-content-body h2 {
  color: #685351;
  font-size: 24px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-bottom: 14px;
  position: relative;
  padding-top: 44px;
  position: relative;
}
@media (min-width: 768px) {
  .mce-content-body h2 {
    font-size: 30px;
  }
}
.mce-content-body h2:before {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #685351;
}

.mce-content-body h3 {
  color: #685351;
  display: block;
  text-align: left;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #685351;
  position: relative;
  padding-left: 46px;
}

@media (min-width: 768px) {
  .mce-content-body h3 {
    font-size: 24px;
  }
}
.mce-content-body h3.aside_title {
  color: #4D3D3C;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
.mce-content-body h4 {
  color: #4D3D3C;
  font-size: 19px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0;
}
.mce-content-body h4:before {
  display: none;
}
@media (min-width: 768px) {
  .mce-content-body h4 {
    font-size: 20px;
  }
}
.mce-content-body h5 {
  color: #4D3D3C;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0;
}
.mce-content-body h5:before {
  display: none;
}
@media (min-width: 768px) {
  .mce-content-body h5 {
    font-size: 18px;
  }
}

.text-large {
  color: #685351;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 24px;
  }
}
/*# sourceMappingURL=base.css.map */