@charset "UTF-8";
/****************************************************************
settings
****************************************************************/
/****************************************************************
color
****************************************************************/
/* 管理画面　背景色＆文字色 */
.has-black-background-color {
  background-color: #382C24;
}
.has-brown-background-color {
  background-color: #5E3F2A;
}
.has-base-background-color {
  background-color: #FCA970;
}
.has-second-background-color {
  background-color: #C6D678;
}
.has-green-background-color {
  background-color: #DFE76E;
}
.has-orange-background-color {
  background-color: #FEC565;
}
.has-red-background-color {
  background-color: #ff0000;
}
.has-blue-background-color {
  background-color: #0000ff;
}
.has-yellow-background-color {
  background-color: #ffff00;
}
.has-subgreen-background-color {
  background-color: #008000;
}
.has-purple-background-color {
  background-color: #800080;
}
.has-black-color {
  color: #382C24;
}
.has-brown-color {
  color: #5E3F2A;
}
.has-base-color {
  color: #FCA970;
}
.has-second-color {
  color: #C6D678;
}
.has-green-color {
  color: #DFE76E;
}
.has-orange-color {
  color: #FEC565;
}
.has-red-color {
  color: #ff0000;
}
.has-blue-color {
  color: #0000ff;
}
.has-yellow-color {
  color: #ffff00;
}
.has-subgreen-color {
  color: #008000;
}
.has-purple-color {
  color: #800080;
}

/****************************************************************
common
****************************************************************/
#main {
  width: 100%;
  margin: 0 auto;
  padding: 160px 0 250px;
  position: relative;
}
#main::before, #main::after {
  content: "";
  width: 698px;
  height: 920px;
  position: absolute;
  z-index: -1;
}
#main::before {
  display: block;
  top: 890px;
  right: 0;
  background: url(../images/top/top_bg_cir001.png) no-repeat top left/cover;
  opacity: 0.4;
}
#main.mbg00::after {
  display: block;
  top: 2630px;
  left: 0;
  background: url(../images/top/top_bg_cir003.png) no-repeat top right/cover;
}
#main main {
  position: relative;
}
#main main::before, #main main::after {
  content: "";
  width: 698px;
  height: 920px;
  position: absolute;
  z-index: -1;
}
#main main.mbg01::before {
  display: block;
  top: 4380px;
  right: 0;
  background: url(../images/top/top_bg_cir001.png) no-repeat top left/cover;
  opacity: 0.4;
}
#main main.mbg02::after {
  display: block;
  top: 7000px;
  left: 0;
  background: url(../images/top/top_bg_cir003.png) no-repeat top right/cover;
}
#main article.content {
  width: 1128px;
  margin: 0 auto;
}
#main .content_body {
  width: 1000px;
  margin: 0 auto;
}
#main .content_body .breadcrumb {
  font-size: 12px;
  margin-bottom: 25px;
}
#main a {
  color: #5E3F2A;
  text-decoration: underline;
}
#main a:hover {
  color: #825434;
  text-decoration: none;
}
#main .wp-block-button a {
  text-decoration: none;
}

/* 身元引受人ページ 背景なし */
#page_mimoto #main::before, #page_mimoto #main::after {
  display: none;
}

@media only screen and (max-width: 767px) {
  #main {
    padding: 80px 0 100px;
  }
  #main::before, #main::after {
    width: 140px;
    height: 460px;
  }
  #main::before {
    top: 380px;
  }
  #main::after {
    top: 1500px;
  }
  #main main::before, #main main::after {
    width: 140px;
    height: 460px;
  }
  #main main.mbg_sp01::before {
    display: block;
    top: 2600px;
    right: 0;
    background: url(../images/top/top_bg_cir001.png) no-repeat top left/cover;
    opacity: 0.4;
  }
  #main main.mbg_sp02::after {
    display: block;
    top: 3700px;
    left: 0;
    background: url(../images/top/top_bg_cir003.png) no-repeat top right/cover;
  }
  #main main.mbg01::before, #main main.mbg02::after {
    display: none;
  }
  #main article.content {
    width: 100%;
    padding: 0 20px;
  }
  #main .content_body {
    width: 100%;
  }
}
/* 投稿ページ 見出しreset */
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 {
  margin: revert;
  padding: revert;
  font-size: revert;
  line-height: revert;
  border: none;
  background: none;
}

/* 見出し設定 */
.h1_block {
  background: #FFF3C9;
  padding: 85px 40px;
  text-align: center;
  font-size: 44px;
  color: #825434;
  line-height: 1.2;
  border-radius: 40px;
  margin-bottom: 24px;
}

h2, .entry-content h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin: 125px auto 65px;
}
h2::before, .entry-content h2::before {
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  background: url(../images/common/line_bg.png) repeat-x top left 5px/contain;
  position: absolute;
  bottom: -25px;
  left: 0;
}

h3, .entry-content h3 {
  font-size: 34px;
  font-weight: 700;
  color: #5E3F2A;
  background: #FFE0BF;
  border-radius: 12px;
  line-height: 140%;
  padding: 24px 28px;
  margin: 95px auto 50px;
}
h3.green, .entry-content h3.green {
  color: #fff;
  background: #6E7D22;
}

h4, .entry-content h4 {
  font-size: 28px;
  font-weight: 700;
  color: #5E3F2A;
  line-height: 140%;
  margin: 70px auto 55px;
  position: relative;
}
h4::before, .entry-content h4::before {
  display: block;
  content: "";
  width: 60px;
  height: 6px;
  background: url(../images/common/line_bg.png) repeat-x top left 5px/cover;
  position: absolute;
  bottom: -16px;
  left: 0;
}

h5, .entry-content h5 {
  font-size: 24px;
  font-weight: 700;
  color: #825434;
  line-height: 140%;
  margin: 55px auto 30px;
  position: relative;
}

table {
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .wp-block-flexible-table-block-table table tr:last-child th {
    border-bottom: none;
  }
}
.wp-block-quote {
  font-weight: 700;
  color: #825434;
  padding: 112px 56px 56px;
  position: relative;
}
.wp-block-quote p {
  position: relative;
  z-index: 2;
}
.wp-block-quote::before {
  display: block;
  content: "";
  width: 120px;
  height: 95px;
  background: url(../images/common/ico_quote.png) no-repeat top center/cover;
  position: absolute;
  top: 50px;
  left: 10px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .h1_block {
    padding: 50px 20px;
    font-size: 24px;
    border-radius: 24px;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 24px;
    line-height: 140%;
    margin: 60px auto 45px;
  }
  h2::before {
    width: 100%;
    height: 7px;
    bottom: -20px;
  }
  h3 {
    font-size: 20px;
    padding: 16px 18px;
    margin: 65px auto 25px;
  }
  h4 {
    font-size: 19px;
    margin: 35px auto;
  }
  h5 {
    font-size: 17px;
    font-weight: 700;
    color: #825434;
    line-height: 140%;
    margin: 28px auto 20px;
    position: relative;
  }
  .wp-block-quote {
    padding: 64px 15px 35px;
  }
  .wp-block-quote::before {
    width: 85px;
    height: 67px;
    top: 30px;
    left: 0;
  }
}
.wp-block-button {
  display: inline-block;
}
.wp-block-button a,
.wp-block-button .wp-block-button__link {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  color: #5E3F2A;
  background: none;
  padding: revert;
  text-decoration: none;
  height: 104px;
  line-height: 130%;
  letter-spacing: 1.1px;
  padding-right: 124px;
  position: relative;
  transition: 0.3s;
}
.wp-block-button a span,
.wp-block-button .wp-block-button__link span {
  border-bottom: 1px solid #5E3F2A;
  padding-bottom: 5px;
}
.wp-block-button a::before, .wp-block-button a::after,
.wp-block-button .wp-block-button__link::before,
.wp-block-button .wp-block-button__link::after {
  display: block;
  content: "";
  width: 104px;
  height: 104px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.wp-block-button a::before,
.wp-block-button .wp-block-button__link::before {
  background: #FCA970;
  border-radius: 50%;
}
.wp-block-button a::after,
.wp-block-button .wp-block-button__link::after {
  width: 22px;
  height: 16px;
  background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
  top: 50%;
  right: 41px;
  transform: translateY(-50%);
}
.wp-block-button a:hover,
.wp-block-button .wp-block-button__link:hover {
  color: #825434;
}
.wp-block-button a:hover::before,
.wp-block-button .wp-block-button__link:hover::before {
  background: #FEC565;
}
.wp-block-button a:hover::after,
.wp-block-button .wp-block-button__link:hover::after {
  background-image: url(../images/common/ico_arrow_o.png);
}
.wp-block-button a:hover span,
.wp-block-button .wp-block-button__link:hover span {
  border-color: transparent;
}
.wp-block-button.ms a,
.wp-block-button.ms .wp-block-button__link {
  height: 80px;
  padding-right: 100px;
}
.wp-block-button.ms a::before,
.wp-block-button.ms .wp-block-button__link::before {
  width: 80px;
  height: 80px;
}
.wp-block-button.ms a::after,
.wp-block-button.ms .wp-block-button__link::after {
  right: 29px;
}
.wp-block-button.ss a,
.wp-block-button.ss .wp-block-button__link {
  height: 64px;
  padding-right: 84px;
}
.wp-block-button.ss a::before,
.wp-block-button.ss .wp-block-button__link::before {
  width: 64px;
  height: 64px;
}
.wp-block-button.ss a::after,
.wp-block-button.ss .wp-block-button__link::after {
  width: 18px;
  height: 13px;
  right: 23px;
}
.wp-block-button.sss a,
.wp-block-button.sss .wp-block-button__link {
  font-size: 18px;
  height: 56px;
  padding-right: 74px;
}
.wp-block-button.sss a::before,
.wp-block-button.sss .wp-block-button__link::before {
  width: 56px;
  height: 56px;
}
.wp-block-button.sss a::after,
.wp-block-button.sss .wp-block-button__link::after {
  width: 13px;
  height: 9px;
  right: 21px;
}
.wp-block-button.green a::before,
.wp-block-button.green .wp-block-button__link::before {
  background: #C6D678;
}
.wp-block-button.green a:hover::before,
.wp-block-button.green .wp-block-button__link:hover::before {
  background: #DFE76E;
}
.wp-block-button.white a::before,
.wp-block-button.white .wp-block-button__link::before {
  background: #fff;
}
.wp-block-button.white a::after,
.wp-block-button.white .wp-block-button__link::after {
  transform: translateY(-50%) rotate(90deg);
}
.wp-block-button.not {
  opacity: 0.4;
}
.wp-block-button.not a {
  pointer-events: none;
}

.btn_right {
  display: flex;
  justify-content: end;
  margin: 0;
}

.btn_center {
  display: flex;
  justify-content: center;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .wp-block-button a,
  .wp-block-button .wp-block-button__link {
    font-size: 17px;
    height: 80px;
    letter-spacing: 0.5px;
    padding-right: 95px;
  }
  .wp-block-button a::before, .wp-block-button a::after,
  .wp-block-button .wp-block-button__link::before,
  .wp-block-button .wp-block-button__link::after {
    width: 80px;
    height: 80px;
  }
  .wp-block-button a::after,
  .wp-block-button .wp-block-button__link::after {
    width: 17px;
    height: 12px;
    right: 31px;
  }
  .wp-block-button.ms a,
  .wp-block-button.ms .wp-block-button__link, .wp-block-button.ss a,
  .wp-block-button.ss .wp-block-button__link {
    height: 62px;
    padding-right: 78px;
  }
  .wp-block-button.ms a::before,
  .wp-block-button.ms .wp-block-button__link::before, .wp-block-button.ss a::before,
  .wp-block-button.ss .wp-block-button__link::before {
    width: 62px;
    height: 62px;
  }
  .wp-block-button.ms a::after,
  .wp-block-button.ms .wp-block-button__link::after, .wp-block-button.ss a::after,
  .wp-block-button.ss .wp-block-button__link::after {
    right: 22px;
  }
  .wp-block-button.sss a,
  .wp-block-button.sss .wp-block-button__link {
    font-size: 14px;
    height: 43px;
    padding-right: 65px;
  }
  .wp-block-button.sss a::before,
  .wp-block-button.sss .wp-block-button__link::before {
    width: 43px;
    height: 43px;
  }
  .wp-block-button.sss a::after,
  .wp-block-button.sss .wp-block-button__link::after {
    right: 15px;
  }
}
.ft_column_btn {
  display: flex;
  justify-content: center;
  gap: 58px;
  margin-top: 80px;
}
.ft_column_btn .wp-block-button a {
  justify-content: end;
}
@media only screen and (max-width: 767px) {
  .ft_column_btn {
    flex-direction: column;
    gap: 15px;
    margin-top: 50px;
  }
}

.common {
  position: relative;
  overflow: hidden;
}
.common::before, .common::after {
  display: block;
  content: "";
  width: 920px;
  height: 920px;
  position: absolute;
  border-radius: 50%;
  background: #FFEED6;
  z-index: 1;
}
.common::before {
  top: -230px;
  right: -530px;
}
.common::after {
  bottom: -450px;
  left: -230px;
  opacity: 0.5;
}

.anc_btn_box {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .anc_btn_box {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.page_side20 {
  padding: 0 20px 40px;
}
@media only screen and (max-width: 767px) {
  .page_side20 {
    padding: 0 0 30px;
  }
}
.page_side55 {
  padding: 0 55px 40px;
}
@media only screen and (max-width: 767px) {
  .page_side55 {
    padding: 0 0 30px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 15px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.content_body ul,
.editor-styles-wrapper ul {
  margin: 1em auto 1em 0.5em;
}
.content_body ul li,
.editor-styles-wrapper ul li {
  color: #5E3F2A;
  list-style-type: none;
  position: relative;
  padding-left: 1.3em;
  margin-bottom: 0.5em;
}
.content_body ul li::before,
.editor-styles-wrapper ul li::before {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #FCA970;
}
.content_body ol,
.editor-styles-wrapper ol {
  list-style: decimal;
  margin: 1em auto 1em 1.5em;
}
.content_body ol li,
.editor-styles-wrapper ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
}

/* pタグにmargin_bottom設定 */
article.faq p,
article.legal p,
article.news p,
article.policy p {
  margin-bottom: 20px;
}

/****************************************************************
about
****************************************************************/
.content_body .about_lead_l,
.editor-styles-wrapper .about_lead_l {
  font-size: 32px;
  margin-bottom: 25px;
}
.content_body .about_name,
.editor-styles-wrapper .about_name {
  margin-top: 30px;
}
.content_body .about_name strong,
.editor-styles-wrapper .about_name strong {
  font-size: 22px;
}
.content_body .about_sttl,
.editor-styles-wrapper .about_sttl {
  font-size: 28px;
  margin-bottom: 30px;
}
.content_body .about_seminer,
.editor-styles-wrapper .about_seminer {
  padding: 40px 70px;
  gap: 35px;
}
.content_body .about_seminer_ttl,
.editor-styles-wrapper .about_seminer_ttl {
  font-size: 30px;
  margin-bottom: 25px;
}
.content_body .about_seminer_ph,
.editor-styles-wrapper .about_seminer_ph {
  margin-bottom: 25px;
}
.content_body .detail_ttl,
.editor-styles-wrapper .detail_ttl {
  margin-bottom: 30px;
}
.content_body .staff_img figure,
.editor-styles-wrapper .staff_img figure {
  height: 300px;
  border-radius: 26px;
  overflow: hidden;
}
.content_body .staff_img figure img,
.editor-styles-wrapper .staff_img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content_body .staff_box,
.editor-styles-wrapper .staff_box {
  padding: 35px 40px;
}
.content_body .staff_ttl,
.editor-styles-wrapper .staff_ttl {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .content_body .about_main_ph figure,
  .editor-styles-wrapper .about_main_ph figure {
    width: 60%;
    margin: 0 auto;
  }
  .content_body .about_lead_l,
  .editor-styles-wrapper .about_lead_l {
    font-size: 22px;
    margin-bottom: 16px;
  }
  .content_body .about_name,
  .editor-styles-wrapper .about_name {
    margin-top: 16px;
  }
  .content_body .about_name strong,
  .editor-styles-wrapper .about_name strong {
    font-size: 20px;
  }
  .content_body .about_sttl,
  .editor-styles-wrapper .about_sttl {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .content_body .about_seminer,
  .editor-styles-wrapper .about_seminer {
    padding: 28px 26px;
    gap: 10px;
  }
  .content_body .about_seminer_ttl,
  .editor-styles-wrapper .about_seminer_ttl {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .content_body .about_seminer_ph,
  .editor-styles-wrapper .about_seminer_ph {
    margin-bottom: 16px;
  }
  .content_body .detail_ttl,
  .editor-styles-wrapper .detail_ttl {
    margin-bottom: 30px;
  }
  .content_body .staff_img figure,
  .editor-styles-wrapper .staff_img figure {
    width: 210px;
    height: 250px;
    margin: 0 auto;
  }
  .content_body .staff_box,
  .editor-styles-wrapper .staff_box {
    padding: 28px;
  }
}
/****************************************************************
flow
****************************************************************/
.content_body .flow_list,
.editor-styles-wrapper .flow_list {
  padding-top: 45px;
  margin-bottom: 130px;
}
.content_body .flow_list > .is-layout-flex,
.editor-styles-wrapper .flow_list > .is-layout-flex {
  gap: 33px;
}
.content_body .flow_list .flow_item,
.editor-styles-wrapper .flow_list .flow_item {
  border: 1px solid #DBC1AD;
  background: #fff;
  border-radius: 26px;
  padding: 13px;
  position: relative;
}
.content_body .flow_list .flow_item::after,
.editor-styles-wrapper .flow_list .flow_item::after {
  display: block;
  content: "";
  width: 16px;
  height: 23px;
  background: url(../images/pages/ico_arrow.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
}
.content_body .flow_list .flow_item:last-child::after,
.editor-styles-wrapper .flow_list .flow_item:last-child::after {
  display: none;
}
.content_body .flow_list .flow_item figure,
.editor-styles-wrapper .flow_list .flow_item figure {
  width: 88px;
  margin: 0 auto;
}
.content_body .flow_list .flow_item p,
.editor-styles-wrapper .flow_list .flow_item p {
  text-align: center;
  font-weight: bold;
  color: #825434;
}
.content_body .flow_list .flow_item.free,
.editor-styles-wrapper .flow_list .flow_item.free {
  position: relative;
}
.content_body .flow_list .flow_item.free::before,
.editor-styles-wrapper .flow_list .flow_item.free::before {
  display: block;
  content: "";
  width: 61px;
  height: 37px;
  background: url(../images/pages/ico_free.png) no-repeat top center/cover;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}
.content_body h2.flow_h2,
.editor-styles-wrapper h2.flow_h2 {
  font-size: 36px;
  color: #825434;
  padding-left: 100px;
  margin: 0 auto 45px;
  position: relative;
}
.content_body h2.flow_h2::before,
.editor-styles-wrapper h2.flow_h2::before {
  display: block;
  content: "";
  width: 88px;
  height: 88px;
  background: url(../images/pages/ico_flow01.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content_body h2.flow_h2.item02::before,
.editor-styles-wrapper h2.flow_h2.item02::before {
  background-image: url(../images/pages/ico_flow02.png);
}
.content_body h2.flow_h2.item03::before,
.editor-styles-wrapper h2.flow_h2.item03::before {
  background-image: url(../images/pages/ico_flow03.png);
}
.content_body h2.flow_h2.item04::before,
.editor-styles-wrapper h2.flow_h2.item04::before {
  background-image: url(../images/pages/ico_flow04.png);
}
.content_body h2.flow_h2.item05::before,
.editor-styles-wrapper h2.flow_h2.item05::before {
  background-image: url(../images/pages/ico_flow05.png);
}
.content_body h2.flow_h2.item06::before,
.editor-styles-wrapper h2.flow_h2.item06::before {
  background-image: url(../images/pages/ico_flow06.png);
}
.content_body .flow_cnt,
.editor-styles-wrapper .flow_cnt {
  padding: 0 20px;
  margin-bottom: 110px;
  position: relative;
}
.content_body .flow_cnt::after,
.editor-styles-wrapper .flow_cnt::after {
  display: block;
  content: "";
  width: 88px;
  height: 32px;
  background: url(../images/pages/ico_arrow02.png) no-repeat top center/cover;
  position: absolute;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
}
.content_body .flow_cnt.end,
.editor-styles-wrapper .flow_cnt.end {
  margin-bottom: 0;
}
.content_body .flow_cnt.end::after,
.editor-styles-wrapper .flow_cnt.end::after {
  display: none;
}
.content_body .flow_cnt .txt_red,
.editor-styles-wrapper .flow_cnt .txt_red {
  color: #FCA970;
  font-weight: bold;
}
.content_body .flow_cnt ul li,
.editor-styles-wrapper .flow_cnt ul li {
  font-weight: bold;
}

.cta_field {
  width: 620px;
  margin: 0 auto;
}
.cta_field .ftc_block {
  margin-bottom: 16px;
}
.cta_field .ftc_block .ftc_box {
  width: 300px;
  border-radius: 42px;
}
.cta_field .ftc_block .ftc_box a {
  padding: 28px 30px 40px;
  text-decoration: none !important;
}
.cta_field .ftc_block .ftc_box a::before {
  width: 96px;
  height: 96px;
  right: -10px;
  bottom: -21px;
}
.cta_field .ftc_block .ftc_box a::after {
  width: 16px;
  height: 12px;
  right: 30px;
  bottom: 21px;
}
.cta_field .ftc_block .ftc_box .ttl {
  font-size: 24px;
  letter-spacing: 1.2px;
  padding-left: 36px;
}
.cta_field .ftc_block .ftc_box .sub {
  font-size: 26px;
  letter-spacing: 0;
  line-height: 100%;
  margin: 11px auto;
}
.cta_field .ftc_block .ftc_box .txt {
  font-size: 12px;
}
.cta_field .ftc_block .ftc_box.tel .ttl::before {
  width: 33px;
  height: 33px;
}
.cta_field .ftc_block .ftc_box.tel .sub {
  font-size: 30px;
}
.cta_field .ftc_block .ftc_box.mail .ttl::before {
  width: 33px;
  height: 33px;
}
.cta_field .online_block {
  background: #fff;
  border-radius: 16px;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cta_field .online_block .txt {
  font-size: 14px;
  font-weight: bold;
  color: #5E3F2A;
  line-height: 130%;
}
.cta_field .online_block .online_btn a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #825434;
  background: #FFF3C9;
  border-radius: 16px;
  text-align: center;
  padding: 22px 24px;
  box-shadow: 0px 2.56px 2.56px 0px rgba(180, 150, 128, 0.4);
  text-decoration: none !important;
}
.cta_field .online_block .online_btn a:hover {
  background: #FFE0BF;
}
.cta_field .online_block .online_btn a span {
  position: relative;
  padding-right: 30px;
}
.cta_field .online_block .online_btn a span::before, .cta_field .online_block .online_btn a span::after {
  display: block;
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.cta_field .online_block .online_btn a span::before {
  background: #fff;
  border-radius: 50%;
}
.cta_field .online_block .online_btn a span::after {
  width: 9px;
  height: 7px;
  background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
  right: 8px;
}

@media only screen and (max-width: 767px) {
  .content_body .flow_list,
  .editor-styles-wrapper .flow_list {
    padding-top: 30px;
    margin-bottom: 80px;
    position: relative;
  }
  .content_body .flow_list > .is-layout-flex,
  .editor-styles-wrapper .flow_list > .is-layout-flex {
    gap: 5vw;
  }
  .content_body .flow_list:first-child::before,
  .editor-styles-wrapper .flow_list:first-child::before {
    display: block;
    content: "";
    width: 100%;
    height: 5vw;
    background: url(../images/pages/ico_arrow03.png) no-repeat top center/66vw 100%;
    position: absolute;
    top: 148px;
    left: 49%;
    transform: translateX(-50%);
  }
  .content_body .flow_list .wp-block-columns.is-not-stacked-on-mobile,
  .editor-styles-wrapper .flow_list .wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: wrap !important;
  }
  .content_body .flow_list .flow_item,
  .editor-styles-wrapper .flow_list .flow_item {
    border-radius: 20px;
    padding: 11px 5px;
    flex-basis: 22vw;
  }
  .content_body .flow_list .flow_item::after,
  .editor-styles-wrapper .flow_list .flow_item::after {
    width: 12px;
    height: 13px;
    background-size: contain;
    right: -4vw;
  }
  .content_body .flow_list .flow_item figure,
  .editor-styles-wrapper .flow_list .flow_item figure {
    width: 69px;
  }
  .content_body .flow_list .flow_item p,
  .editor-styles-wrapper .flow_list .flow_item p {
    font-size: 13px;
  }
  .content_body .flow_list .flow_item.free::before,
  .editor-styles-wrapper .flow_list .flow_item.free::before {
    width: 54px;
    height: 32px;
    top: -33px;
  }
  .content_body .flow_list .flow_item:nth-child(3)::after,
  .editor-styles-wrapper .flow_list .flow_item:nth-child(3)::after {
    display: none;
  }
  .content_body h2.flow_h2,
  .editor-styles-wrapper h2.flow_h2 {
    font-size: 26px;
    padding-left: 80px;
    margin-bottom: 37px;
  }
  .content_body h2.flow_h2::before,
  .editor-styles-wrapper h2.flow_h2::before {
    width: 69px;
    height: 69px;
  }
  .content_body .flow_cnt,
  .editor-styles-wrapper .flow_cnt {
    padding: 0;
    margin-bottom: 110px;
  }
  .content_body .flow_cnt::after,
  .editor-styles-wrapper .flow_cnt::after {
    width: 78px;
    height: 28px;
    bottom: -60px;
  }
  .cta_field {
    width: 100%;
    margin: 0 auto;
  }
  .cta_field .ftc_block {
    margin-bottom: 16px;
  }
  .cta_field .ftc_block .ftc_box {
    width: 100%;
  }
  .cta_field .online_block {
    border-radius: 18px;
    padding: 16px 12px 20px;
    display: block;
  }
  .cta_field .online_block .txt {
    text-align: center;
    margin-bottom: 12px;
  }
  .cta_field .online_block .online_btn a {
    padding: 25px 20px;
  }
}
/****************************************************************
service
****************************************************************/
.content_body .service_lead,
.editor-styles-wrapper .service_lead {
  display: inline-block;
  font-family: "Libre Baskerville", "Zen Old Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 30px;
  color: #5E3F2A;
  padding-right: 170px;
  margin-bottom: 40px;
  position: relative;
}
.content_body .service_lead::before,
.editor-styles-wrapper .service_lead::before {
  display: block;
  content: "";
  width: 156px;
  height: 1px;
  background: #5E3F2A;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.content_body .ser_block_sonae,
.editor-styles-wrapper .ser_block_sonae {
  padding: 30px 0;
}
.content_body .ser_block_sonae ul,
.editor-styles-wrapper .ser_block_sonae ul {
  padding-top: 20px;
}
.content_body .ser_block_sonae figure,
.editor-styles-wrapper .ser_block_sonae figure {
  width: 304px;
}
.content_body .ser_block_service,
.editor-styles-wrapper .ser_block_service {
  padding-top: 30px;
}
.content_body .ser_block_service ul,
.editor-styles-wrapper .ser_block_service ul {
  width: 600px;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.content_body .ser_block_service ul li,
.editor-styles-wrapper .ser_block_service ul li {
  width: 140px;
  padding-left: 0;
  margin: 0 8px 16px 0;
}
.content_body .ser_block_service ul li::before,
.editor-styles-wrapper .ser_block_service ul li::before {
  display: none;
}
.content_body .ser_block_service ul li a,
.editor-styles-wrapper .ser_block_service ul li a {
  display: block;
  width: 100%;
  height: 120px;
  padding: 35px 18px 57px;
  color: #5E3F2A;
  background: #fff;
  border: 1px solid #FFE0BF;
  border-radius: 26px 26px 27px 27px;
  box-shadow: 0px 4px 4px 0px rgba(180, 150, 128, 0.4);
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  text-decoration: none !important;
  text-align: center;
  position: relative;
}
.content_body .ser_block_service ul li a em,
.editor-styles-wrapper .ser_block_service ul li a em {
  display: block;
  width: 100%;
  padding: 3px 0;
  background: #FFE0BF;
  border-radius: 0 0 26px 26px;
  font-size: 14px;
  font-weight: bold;
  color: #825434;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content_body .ser_block_service ul li a em::before,
.editor-styles-wrapper .ser_block_service ul li a em::before {
  display: block;
  content: "";
  width: 13px;
  height: 10px;
  background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%) rotate(90deg);
}
.content_body .ser_block_service ul li:nth-child(6) a, .content_body .ser_block_service ul li:nth-child(7) a,
.editor-styles-wrapper .ser_block_service ul li:nth-child(6) a,
.editor-styles-wrapper .ser_block_service ul li:nth-child(7) a {
  padding-top: 20px;
}
.content_body .ser_block_service ul li:last-child a,
.editor-styles-wrapper .ser_block_service ul li:last-child a {
  border-color: #C6D678;
  background: #DFE76E;
}
.content_body .ser_block_service ul li:last-child a em,
.editor-styles-wrapper .ser_block_service ul li:last-child a em {
  background: #C6D678;
  color: #5E3F2A;
}
.content_body .ser_block_service ul li:last-child a em::before,
.editor-styles-wrapper .ser_block_service ul li:last-child a em::before {
  width: 10px;
  height: 13px;
  background-image: url(../images/pages/ico_arrow04.png);
  transform: translateY(-50%);
}
.content_body .ser_block_service figure,
.editor-styles-wrapper .ser_block_service figure {
  width: 308px;
}
.content_body .ser_block_mimoto,
.editor-styles-wrapper .ser_block_mimoto {
  background: #fff;
  padding: 40px 50px;
}
.content_body .ser_block_mimoto .txt_box,
.editor-styles-wrapper .ser_block_mimoto .txt_box {
  padding-top: 40px;
}
.content_body .line_box,
.editor-styles-wrapper .line_box {
  flex-direction: row-reverse;
  background: #FFFCF7;
  padding: 40px 32px;
  border-radius: 25px;
  border: 2px dashed #DBC1AD;
  margin-top: 60px;
}
.content_body .line_box .ttl,
.editor-styles-wrapper .line_box .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #825434;
  margin-bottom: 25px;
}
.content_body .ser_block_sozoku,
.editor-styles-wrapper .ser_block_sozoku {
  margin: 50px auto;
}
.content_body .ser_block_sozoku ul li em,
.editor-styles-wrapper .ser_block_sozoku ul li em {
  display: block;
  font-size: 16px;
  color: #5E3F2A;
  line-height: 180%;
}
.content_body .ser_block_kazoku,
.editor-styles-wrapper .ser_block_kazoku {
  width: 584px;
  margin: 50px auto 0;
}
.content_body .ser_block_kazoku p,
.editor-styles-wrapper .ser_block_kazoku p {
  font-size: 16px;
  margin-top: 15px;
}
.content_body .ser_block_shigo figure,
.editor-styles-wrapper .ser_block_shigo figure {
  padding-top: 30px;
}
.content_body .ser_block_nini table,
.editor-styles-wrapper .ser_block_nini table {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .content_body .service_lead,
  .editor-styles-wrapper .service_lead {
    font-size: 20px;
    padding-right: 130px;
    margin-bottom: 30px;
  }
  .content_body .service_lead::before,
  .editor-styles-wrapper .service_lead::before {
    width: 120px;
  }
  .content_body .ser_block_sonae,
  .editor-styles-wrapper .ser_block_sonae {
    padding: 10px 0 0;
  }
  .content_body .ser_block_sonae ul,
  .editor-styles-wrapper .ser_block_sonae ul {
    padding-top: 0;
  }
  .content_body .ser_block_sonae figure,
  .editor-styles-wrapper .ser_block_sonae figure {
    width: 80%;
    margin: 0 auto 30px;
  }
  .content_body .ser_block_service,
  .editor-styles-wrapper .ser_block_service {
    padding-top: 30px;
  }
  .content_body .ser_block_service ul,
  .editor-styles-wrapper .ser_block_service ul {
    width: 300px;
    margin: 0 auto;
    gap: 12px;
  }
  .content_body .ser_block_service ul li,
  .editor-styles-wrapper .ser_block_service ul li {
    margin: 0;
  }
  .content_body .ser_block_service figure,
  .editor-styles-wrapper .ser_block_service figure {
    width: 80%;
    margin: 0 auto;
  }
  .content_body .ser_block_zaiseki figure,
  .editor-styles-wrapper .ser_block_zaiseki figure {
    width: 80%;
    margin: 0 auto;
  }
  .content_body .ser_block_mimoto,
  .editor-styles-wrapper .ser_block_mimoto {
    padding: 24px;
  }
  .content_body .ser_block_mimoto .txt_box,
  .editor-styles-wrapper .ser_block_mimoto .txt_box {
    padding-top: 0;
  }
  .content_body .line_box,
  .editor-styles-wrapper .line_box {
    padding: 28px 24px;
    border-radius: 22px;
    margin-top: 50px;
  }
  .content_body .line_box .ttl,
  .editor-styles-wrapper .line_box .ttl {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .content_body .line_box figure,
  .editor-styles-wrapper .line_box figure {
    width: 80%;
    margin: 0 auto;
  }
  .content_body .ser_block_sozoku,
  .editor-styles-wrapper .ser_block_sozoku {
    margin: 0 auto;
  }
  .content_body .ser_block_sozoku ul li em,
  .editor-styles-wrapper .ser_block_sozoku ul li em {
    font-size: 14px;
  }
  .content_body .ser_block_sozoku figure,
  .editor-styles-wrapper .ser_block_sozoku figure {
    width: 80%;
    margin: 0 auto 30px;
  }
  .content_body .ser_block_songen figure,
  .editor-styles-wrapper .ser_block_songen figure {
    width: 80%;
    margin: 0 auto;
  }
  .content_body .ser_block_kazoku,
  .editor-styles-wrapper .ser_block_kazoku {
    width: 100%;
    margin: 0 auto;
  }
  .content_body .ser_block_kazoku figure,
  .editor-styles-wrapper .ser_block_kazoku figure {
    margin: 20px auto;
  }
  .content_body .ser_block_kazoku p,
  .editor-styles-wrapper .ser_block_kazoku p {
    font-size: 14px;
  }
  .content_body .ser_block_shigo figure,
  .editor-styles-wrapper .ser_block_shigo figure {
    padding-top: 0;
  }
  .content_body .ser_block_nini table,
  .editor-styles-wrapper .ser_block_nini table {
    margin-bottom: 40px;
  }
}
/****************************************************************
mimoto
****************************************************************/
#page_mimoto #main {
  padding-bottom: 0;
}
#page_mimoto #main .main_mimoto {
  background: #fff;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
#page_mimoto #main .main_mimoto .content_body {
  padding-top: 10px;
}
#page_mimoto #main .main_mimoto::after {
  display: block;
  content: "";
  width: 100%;
  height: 55px;
  background: url(../images/common/bg_wave_white.png) no-repeat top center/cover;
  position: absolute;
  bottom: -55px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  #page_mimoto #main .main_mimoto {
    padding-bottom: 50px;
  }
  #page_mimoto #main .main_mimoto::after {
    background-size: contain;
  }
}

.mimoto_header {
  background: url(../images/mimoto/mimoto_bg_pc.jpg) no-repeat top center/cover;
  padding: 16px 0;
  border-bottom: 14px solid #FFF6EA;
}
.mimoto_header .inner {
  width: 976px;
  margin: 0 auto;
}
.mimoto_header .inner h1 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  letter-spacing: 2.1px;
  color: #fff;
  background: #6E7D22;
  padding: 25px 0;
}
.mimoto_header .inner .cnt {
  padding: 32px;
  background: #fff;
  border-radius: 0 0 3px 3px;
}
.mimoto_header .inner .cnt .lead {
  font-size: 22px;
  font-weight: bold;
  color: #5E3F2A;
  text-align: center;
  line-height: 130%;
  margin-bottom: 30px;
}
.mimoto_header .inner .cnt .lead span {
  background: linear-gradient(transparent 50%, #FFF3C9 50%);
  padding-bottom: 3px;
}
.mimoto_header .inner .cnt .ttl {
  font-size: 26px;
  font-weight: bold;
  color: #6E7D22;
  line-height: 130%;
  position: relative;
  padding-left: 58px;
  margin-bottom: 20px;
}
.mimoto_header .inner .cnt .ttl::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background: url(../images/mimoto/ico_mimoto01.png) no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mimoto_header .inner .cnt .ttl.check::before {
  background-image: url(../images/mimoto/ico_mimoto02.png);
}
.mimoto_header .inner .cnt .txt {
  font-size: 17px;
  letter-spacing: 0.68px;
  margin-bottom: 30px;
}
.mimoto_header .inner .cnt .txt span {
  color: #5E3F2A;
  font-weight: bold;
}
.mimoto_header .inner .cnt ul {
  display: flex;
  align-items: center;
  gap: 3px;
}
.mimoto_header .inner .cnt ul li {
  width: 180px;
  height: 68px;
  font-size: 18px;
  font-weight: bold;
  line-height: 130%;
  text-align: center;
  color: #fff;
  background: #5E3F2A;
  padding: 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .mimoto_header {
    background: #C6D678 url(../images/mimoto/mimoto_bg_sp.png) no-repeat bottom center/contain;
    padding: 12px 20px 167px;
    border-bottom: none;
  }
  .mimoto_header .inner {
    width: 100%;
  }
  .mimoto_header .inner h1 {
    font-size: 27px;
    padding: 12px 0;
  }
  .mimoto_header .inner .cnt {
    padding: 20px;
  }
  .mimoto_header .inner .cnt .lead {
    font-size: 18px;
    text-align: left;
    line-height: 150%;
  }
  .mimoto_header .inner .cnt .ttl {
    font-size: 20px;
    padding-left: 47px;
  }
  .mimoto_header .inner .cnt .ttl::before {
    width: 37px;
    height: 37px;
  }
  .mimoto_header .inner .cnt .txt {
    font-size: 15px;
  }
  .mimoto_header .inner .cnt ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px 1%;
  }
  .mimoto_header .inner .cnt ul li {
    width: 49.5%;
    height: 60px;
    font-size: 16px;
  }
  .mimoto_header .inner .cnt ul li:last-child {
    width: 100%;
  }
}
.content_body .mimoto_feature,
.editor-styles-wrapper .mimoto_feature {
  width: 884px;
  margin: 0 auto 30px;
  gap: 16px;
}
.content_body .mimoto_feature > div,
.editor-styles-wrapper .mimoto_feature > div {
  border: 1px solid #5E3F2A;
  padding: 24px;
  border-radius: 3px;
}
.content_body .mimoto_feature > div p,
.editor-styles-wrapper .mimoto_feature > div p {
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  color: #5E3F2A;
  padding-left: 80px;
  position: relative;
}
.content_body .mimoto_feature > div p em,
.editor-styles-wrapper .mimoto_feature > div p em {
  font-size: 36px;
  font-weight: bold;
  font-style: normal;
  color: #5E3F2A;
}
.content_body .mimoto_feature > div p::before,
.editor-styles-wrapper .mimoto_feature > div p::before {
  display: block;
  content: "";
  width: 68px;
  height: 68px;
  background: url(../images/mimoto/ico_mimoto03.png) no-repeat bottom center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.content_body .mimoto_feature > div:last-child p::before,
.editor-styles-wrapper .mimoto_feature > div:last-child p::before {
  background-image: url(../images/mimoto/ico_mimoto04.png);
}
.content_body .mimoto_lead,
.editor-styles-wrapper .mimoto_lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #5E3F2A;
  margin-bottom: 30px;
}
.content_body .cta_field.mimoto,
.editor-styles-wrapper .cta_field.mimoto {
  width: 884px;
  margin: 0 auto 30px;
  background: #DBC1AD;
  padding: 24px;
}
.content_body .cta_field.mimoto .ftc_block,
.editor-styles-wrapper .cta_field.mimoto .ftc_block {
  margin-bottom: 0;
  justify-content: center;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box {
  border-radius: 0;
  box-shadow: 0px 3px 3px 0px rgba(129, 121, 115, 0.4);
}
.content_body .cta_field.mimoto .ftc_block .ftc_box a,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box a {
  padding: 20px 30px 25px;
  border-bottom: 14px solid #C6D678;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box a:hover,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box a:hover {
  opacity: 0.8;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box a::before,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box a::before {
  width: 0;
  height: 0;
  border-left: 40px solid #fff;
  border-right: 75px solid #C6D678;
  border-bottom: 46px solid #C6D678;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box a::after,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box a::after {
  width: 25px;
  height: 24px;
  background-image: url(../images/mimoto/ico_mimoto_qrrow.png);
  right: 28px;
  bottom: 5px;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box.tel .ttl,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box.tel .ttl {
  font-size: 20px;
  color: #6E7D22;
  line-height: 110%;
  text-align: left;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box.tel .ttl::before,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box.tel .ttl::before {
  background-image: url(../images/mimoto/ico_mimoto_tel.png);
}
.content_body .cta_field.mimoto .ftc_block .ftc_box.tel .sub,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box.tel .sub {
  margin-top: 0;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box.mail a,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box.mail a {
  border-color: #F7E757;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box.mail a::before,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box.mail a::before {
  border-right-color: #F7E757;
  border-bottom-color: #F7E757;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box.mail .ttl,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box.mail .ttl {
  padding-top: 5px;
}
.content_body .cta_field.mimoto .ftc_block .ftc_box.mail .sub,
.editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box.mail .sub {
  margin: 8px auto 14px;
}
.content_body .cta_field.mimoto.ft,
.editor-styles-wrapper .cta_field.mimoto.ft {
  margin-top: 130px;
}
.content_body .anc_btn_box.mimoto,
.editor-styles-wrapper .anc_btn_box.mimoto {
  margin: 96px auto 125px;
  padding-top: 30px;
  border-top: 4px solid #825434;
  gap: 32px;
}
.content_body .anc_btn_box.mimoto a,
.editor-styles-wrapper .anc_btn_box.mimoto a {
  padding-right: 68px;
}
.content_body .anc_btn_box.mimoto a::before,
.editor-styles-wrapper .anc_btn_box.mimoto a::before {
  background: #FCF5DE;
}
.content_body .anc_btn_box.mimoto a::after,
.editor-styles-wrapper .anc_btn_box.mimoto a::after {
  transform: translateY(-50%) rotate(90deg);
}
.content_body h2.h2_brown,
.editor-styles-wrapper h2.h2_brown {
  color: #fff;
  background: #5E3F2A;
  line-height: 140%;
  padding: 14px 28px;
  margin: 120px auto 40px;
}
.content_body h2.h2_brown::before,
.editor-styles-wrapper h2.h2_brown::before {
  display: none;
}
.content_body h3.h3_brown,
.editor-styles-wrapper h3.h3_brown {
  color: #5E3F2A;
  background: none;
  line-height: 140%;
  padding: 16px 0;
  margin: 0 auto 40px;
  border-radius: 0;
  border-bottom: 2px solid #825434;
}
.content_body h3.h3_brown.mt50,
.editor-styles-wrapper h3.h3_brown.mt50 {
  margin-top: 50px;
}
.content_body .mimoto_point_box,
.editor-styles-wrapper .mimoto_point_box {
  padding: 28px 38px 0;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 44px 12px;
}
.content_body .mimoto_point_box > div,
.editor-styles-wrapper .mimoto_point_box > div {
  width: 300px;
  border: 1px solid #5E3F2A;
  padding: 35px 13px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  text-align: center;
  border-radius: 3px;
  position: relative;
  flex-basis: auto !important;
  flex-grow: unset !important;
}
.content_body .mimoto_point_box > div .ttl,
.editor-styles-wrapper .mimoto_point_box > div .ttl {
  display: inline-block;
  color: #5E3F2A;
  padding: 8px 16px;
  border-radius: 8px;
  background: #FFEED6;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.content_body .mimoto_point_box > div .txt em,
.editor-styles-wrapper .mimoto_point_box > div .txt em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  color: #5E3F2A;
}
.content_body .mimoto_point_box > div .txt br,
.editor-styles-wrapper .mimoto_point_box > div .txt br {
  display: none;
}
.content_body .mimoto_point_block,
.editor-styles-wrapper .mimoto_point_block {
  margin-top: 100px;
}
.content_body .mimoto_point_block .sub,
.editor-styles-wrapper .mimoto_point_block .sub {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 140%;
  color: #5E3F2A;
  background: #FFEED6;
  padding: 8px 16px;
  border-radius: 8px;
}
.content_body .mimoto_point_block .cnt,
.editor-styles-wrapper .mimoto_point_block .cnt {
  padding: 0 20px;
}
.content_body .mimoto_point_block .cnt > div,
.editor-styles-wrapper .mimoto_point_block .cnt > div {
  flex-basis: auto !important;
  flex-grow: unset !important;
}
.content_body .mimoto_point_block .cnt .txt,
.editor-styles-wrapper .mimoto_point_block .cnt .txt {
  width: 620px;
}
.content_body .mimoto_point_block .cnt .txt em,
.editor-styles-wrapper .mimoto_point_block .cnt .txt em {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #5E3F2A;
}
.content_body .mimoto_point_block .cnt .txt strong,
.editor-styles-wrapper .mimoto_point_block .cnt .txt strong {
  color: #5E3F2A;
  background: linear-gradient(transparent 50%, #FFF3C9 50%);
  padding-bottom: 3px;
}
.content_body .mimoto_point_block .cnt .ph,
.editor-styles-wrapper .mimoto_point_block .cnt .ph {
  width: 292px;
}
.content_body .sodanshi_box,
.editor-styles-wrapper .sodanshi_box {
  margin-top: 60px;
  background: #FFFCF7;
  border: 2px solid #C6D678;
  padding: 40px;
}
.content_body .sodanshi_box .ttl,
.editor-styles-wrapper .sodanshi_box .ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
  color: #6E7D22;
  margin-bottom: 30px;
}
.content_body .sodanshi_box .sub,
.editor-styles-wrapper .sodanshi_box .sub {
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  color: #5E3F2A;
}
.content_body .sodanshi_box ul,
.editor-styles-wrapper .sodanshi_box ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 10px auto 30px;
}
.content_body .sodanshi_box ul li,
.editor-styles-wrapper .sodanshi_box ul li {
  width: 222px;
  padding: 16px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  letter-spacing: 1px;
  text-align: center;
  line-height: 130%;
  color: #5E3F2A;
  background: #EEF191;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_body .sodanshi_box ul li::before,
.editor-styles-wrapper .sodanshi_box ul li::before {
  display: none;
}
.content_body .sodanshi_box .txt,
.editor-styles-wrapper .sodanshi_box .txt {
  font-size: 18px;
}
.content_body .sodanshi_box .txt em,
.editor-styles-wrapper .sodanshi_box .txt em {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #5E3F2A;
}
.content_body ul.hosyonin_list,
.editor-styles-wrapper ul.hosyonin_list {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 30px auto;
}
.content_body ul.hosyonin_list li,
.editor-styles-wrapper ul.hosyonin_list li {
  width: 180px;
  padding: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  line-height: 130%;
  color: #fff;
  background: #5E3F2A;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_body ul.hosyonin_list li::before,
.editor-styles-wrapper ul.hosyonin_list li::before {
  display: none;
}
.content_body .mimoto_diff_box,
.editor-styles-wrapper .mimoto_diff_box {
  padding: 0 20px;
}
.content_body .mimoto_diff_box h4,
.editor-styles-wrapper .mimoto_diff_box h4 {
  font-size: 28px;
  font-weight: bold;
  line-height: 140%;
  color: #6E7D22;
  letter-spacing: 1.4px;
  margin: 70px auto 15px;
}
.content_body .mimoto_diff_box h4::before,
.editor-styles-wrapper .mimoto_diff_box h4::before {
  display: none;
}
.content_body .mimoto_diff_box em,
.editor-styles-wrapper .mimoto_diff_box em {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  color: #5E3F2A;
}
.content_body .mimoto_diff_box .list,
.editor-styles-wrapper .mimoto_diff_box .list {
  margin: 30px auto 0;
  justify-content: center;
  gap: 20px;
}
.content_body .mimoto_diff_box .list > div,
.editor-styles-wrapper .mimoto_diff_box .list > div {
  width: 390px;
  border: 2px solid #C6D678;
  background: #FFFCF7;
  font-size: 20px;
  font-weight: bold;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-basis: auto !important;
  flex-grow: unset !important;
}
.content_body .mimoto_diff_box .list > div .l_txt,
.editor-styles-wrapper .mimoto_diff_box .list > div .l_txt {
  font-size: 24px;
  color: #5E3F2A;
}
.content_body .mimoto_trable_box,
.editor-styles-wrapper .mimoto_trable_box {
  margin-top: 56px;
}
.content_body .mimoto_trable_box .ttl,
.editor-styles-wrapper .mimoto_trable_box .ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 130%;
  letter-spacing: 1.2px;
  color: #5E3F2A;
  background: #DBC1AD;
  padding: 26px 75px 22px;
  position: relative;
}
.content_body .mimoto_trable_box .ttl::before,
.editor-styles-wrapper .mimoto_trable_box .ttl::before {
  display: block;
  content: "";
  width: 45px;
  height: 43px;
  background: url(../images/mimoto/ico_mimoto_trable.png) no-repeat bottom center/cover;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.content_body .mimoto_trable_box .ttl em,
.editor-styles-wrapper .mimoto_trable_box .ttl em {
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  color: #382C24;
  padding-left: 10px;
}
.content_body .mimoto_trable_box .ttl em::before,
.editor-styles-wrapper .mimoto_trable_box .ttl em::before {
  content: "|";
  padding-right: 10px;
}
.content_body .mimoto_trable_box .cnt,
.editor-styles-wrapper .mimoto_trable_box .cnt {
  padding: 40px 48px;
  border: 2px solid #DBC1AD;
}
.content_body .mimoto_trable_box .cnt .talk_box,
.editor-styles-wrapper .mimoto_trable_box .cnt .talk_box {
  margin-bottom: 30px;
}
.content_body .mimoto_trable_box .cnt .talk_box > div,
.editor-styles-wrapper .mimoto_trable_box .cnt .talk_box > div {
  flex-basis: auto !important;
  flex-grow: unset !important;
}
.content_body .mimoto_trable_box .cnt .talk_box .ph,
.editor-styles-wrapper .mimoto_trable_box .cnt .talk_box .ph {
  width: 160px;
}
.content_body .mimoto_trable_box .cnt .talk_box .talk,
.editor-styles-wrapper .mimoto_trable_box .cnt .talk_box .talk {
  width: 664px;
  padding: 24px 42px;
  border-radius: 26px;
  background: #F1F1F1;
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  display: flex;
  align-items: center;
  position: relative;
}
.content_body .mimoto_trable_box .cnt .talk_box .talk::before,
.editor-styles-wrapper .mimoto_trable_box .cnt .talk_box .talk::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 28px solid #F1F1F1;
  border-bottom: 10px solid transparent;
  border-radius: 0;
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
}
.content_body .mimoto_trable_box .cnt .txt,
.editor-styles-wrapper .mimoto_trable_box .cnt .txt {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #5E3F2A;
}
.content_body .mimoto_trable_box .cnt .ft_txt,
.editor-styles-wrapper .mimoto_trable_box .cnt .ft_txt {
  display: inline;
  font-size: 20px;
  font-weight: bold;
  color: #5E3F2A;
  background: linear-gradient(transparent 50%, #FFF3C9 50%);
  padding-bottom: 6px;
}
.content_body .mimoto_trable_box .cnt .ft_txt em,
.editor-styles-wrapper .mimoto_trable_box .cnt .ft_txt em {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  color: #e00000;
}
.content_body .mimoto_ph_box,
.editor-styles-wrapper .mimoto_ph_box {
  margin-bottom: 65px;
}
.content_body .mimoto_flow_box,
.editor-styles-wrapper .mimoto_flow_box {
  flex-wrap: wrap !important;
  gap: 16px;
}
.content_body .mimoto_flow_box > div,
.editor-styles-wrapper .mimoto_flow_box > div {
  width: 472px;
  padding: 40px 30px;
  background: #FCF5DE;
  border-radius: 3px;
  flex-basis: auto !important;
  flex-grow: unset !important;
}
.content_body .mimoto_flow_box > div .ttl,
.editor-styles-wrapper .mimoto_flow_box > div .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #5E3F2A;
  line-height: 140%;
  padding-bottom: 16px;
  margin-bottom: 24px;
  border-bottom: 2px solid #825434;
}
.content_body .mimoto_flow_box > div.ph_box,
.editor-styles-wrapper .mimoto_flow_box > div.ph_box {
  background: none;
}

@media only screen and (max-width: 767px) {
  .content_body .mimoto_feature,
  .editor-styles-wrapper .mimoto_feature {
    width: 100%;
    gap: 12px;
  }
  .content_body .mimoto_feature > div,
  .editor-styles-wrapper .mimoto_feature > div {
    padding: 20px 10px;
  }
  .content_body .mimoto_feature > div p,
  .editor-styles-wrapper .mimoto_feature > div p {
    font-size: 17px;
    padding-left: 60px;
  }
  .content_body .mimoto_feature > div p em,
  .editor-styles-wrapper .mimoto_feature > div p em {
    font-size: 28px;
  }
  .content_body .mimoto_feature > div p::before,
  .editor-styles-wrapper .mimoto_feature > div p::before {
    width: 57px;
    height: 57px;
  }
  .content_body .mimoto_lead,
  .editor-styles-wrapper .mimoto_lead {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
  .content_body .cta_field.mimoto,
  .editor-styles-wrapper .cta_field.mimoto {
    width: 100%;
    margin: 0 auto;
    padding: 28px 16px;
  }
  .content_body .cta_field.mimoto .ftc_block,
  .editor-styles-wrapper .cta_field.mimoto .ftc_block {
    margin-bottom: 0;
    justify-content: center;
  }
  .content_body .cta_field.mimoto .ftc_block .ftc_box .txt,
  .editor-styles-wrapper .cta_field.mimoto .ftc_block .ftc_box .txt {
    font-size: 13px;
  }
  .content_body .cta_field.mimoto.ft,
  .editor-styles-wrapper .cta_field.mimoto.ft {
    margin-top: 60px;
  }
  .content_body .anc_btn_box.mimoto,
  .editor-styles-wrapper .anc_btn_box.mimoto {
    margin: 68px auto 0;
    padding-top: 20px;
    gap: 15px 13px;
    justify-content: flex-start;
    flex-wrap: wrap !important;
  }
  .content_body .anc_btn_box.mimoto a,
  .editor-styles-wrapper .anc_btn_box.mimoto a {
    padding-right: 48px;
  }
  .content_body h2.h2_brown,
  .editor-styles-wrapper h2.h2_brown {
    padding: 10px 18px;
    margin: 68px auto 40px;
  }
  .content_body h3.h3_brown,
  .editor-styles-wrapper h3.h3_brown {
    padding: 13px 0;
    margin: 0 auto 24px;
  }
  .content_body h3.h3_brown.mt50,
  .editor-styles-wrapper h3.h3_brown.mt50 {
    margin-top: 20px;
  }
  .content_body .mimoto_point_box,
  .editor-styles-wrapper .mimoto_point_box {
    padding: 0 8px;
    justify-content: space-between;
    gap: 21px 1%;
  }
  .content_body .mimoto_point_box > div,
  .editor-styles-wrapper .mimoto_point_box > div {
    width: 49%;
    padding: 25px 7px 22px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .content_body .mimoto_point_box > div .ttl,
  .editor-styles-wrapper .mimoto_point_box > div .ttl {
    white-space: nowrap;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 6px;
    top: -15px;
  }
  .content_body .mimoto_point_box > div .txt em,
  .editor-styles-wrapper .mimoto_point_box > div .txt em {
    font-size: 16px;
  }
  .content_body .mimoto_point_box > div .txt br,
  .editor-styles-wrapper .mimoto_point_box > div .txt br {
    display: block;
  }
  .content_body .mimoto_point_box > div:last-child,
  .editor-styles-wrapper .mimoto_point_box > div:last-child {
    width: 100%;
  }
  .content_body .mimoto_point_block,
  .editor-styles-wrapper .mimoto_point_block {
    margin-top: 50px;
  }
  .content_body .mimoto_point_block .cnt,
  .editor-styles-wrapper .mimoto_point_block .cnt {
    padding: 0;
  }
  .content_body .mimoto_point_block .cnt .txt,
  .editor-styles-wrapper .mimoto_point_block .cnt .txt {
    width: 100%;
    font-size: 16px;
  }
  .content_body .mimoto_point_block .cnt .txt em,
  .editor-styles-wrapper .mimoto_point_block .cnt .txt em {
    font-size: 16px;
  }
  .content_body .mimoto_point_block .cnt .ph,
  .editor-styles-wrapper .mimoto_point_block .cnt .ph {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .content_body .sodanshi_box,
  .editor-styles-wrapper .sodanshi_box {
    margin-top: 50px;
    padding: 28px;
  }
  .content_body .sodanshi_box .ttl,
  .editor-styles-wrapper .sodanshi_box .ttl {
    font-size: 20px;
    margin-bottom: 28px;
  }
  .content_body .sodanshi_box .sub,
  .editor-styles-wrapper .sodanshi_box .sub {
    font-size: 18px;
  }
  .content_body .sodanshi_box ul,
  .editor-styles-wrapper .sodanshi_box ul {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px 1%;
  }
  .content_body .sodanshi_box ul li,
  .editor-styles-wrapper .sodanshi_box ul li {
    width: 49%;
    padding: 13px;
    font-size: 16px;
    border-radius: 21px;
    margin-bottom: 0;
  }
  .content_body ul.hosyonin_list,
  .editor-styles-wrapper ul.hosyonin_list {
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3px 1%;
  }
  .content_body ul.hosyonin_list li,
  .editor-styles-wrapper ul.hosyonin_list li {
    width: 49.5%;
    height: 60px;
    padding: 8px;
    font-size: 16px;
  }
  .content_body ul.hosyonin_list li:last-child,
  .editor-styles-wrapper ul.hosyonin_list li:last-child {
    width: 100%;
  }
  .content_body .mimoto_diff_box,
  .editor-styles-wrapper .mimoto_diff_box {
    padding: 0;
    font-size: 16px;
  }
  .content_body .mimoto_diff_box h4,
  .editor-styles-wrapper .mimoto_diff_box h4 {
    font-size: 19px;
    margin: 36px auto 20px;
  }
  .content_body .mimoto_diff_box em,
  .editor-styles-wrapper .mimoto_diff_box em {
    font-size: 16px;
  }
  .content_body .mimoto_diff_box .list,
  .editor-styles-wrapper .mimoto_diff_box .list {
    width: 90%;
    gap: 8px;
  }
  .content_body .mimoto_diff_box .list > div,
  .editor-styles-wrapper .mimoto_diff_box .list > div {
    width: 100%;
    font-size: 16px;
    padding: 26px;
    gap: 10px;
  }
  .content_body .mimoto_diff_box .list > div .l_txt,
  .editor-styles-wrapper .mimoto_diff_box .list > div .l_txt {
    font-size: 19px;
  }
  .content_body .mimoto_trable_box,
  .editor-styles-wrapper .mimoto_trable_box {
    width: calc(100% - 16px);
    margin: 28px auto 0;
  }
  .content_body .mimoto_trable_box:first-child,
  .editor-styles-wrapper .mimoto_trable_box:first-child {
    margin-top: 0;
  }
  .content_body .mimoto_trable_box .ttl,
  .editor-styles-wrapper .mimoto_trable_box .ttl {
    font-size: 21px;
    padding: 16px 24px;
    text-align: center;
  }
  .content_body .mimoto_trable_box .ttl::before,
  .editor-styles-wrapper .mimoto_trable_box .ttl::before {
    width: 40px;
    height: 38px;
    top: 10px;
    left: 15vw;
    transform: none;
  }
  .content_body .mimoto_trable_box .ttl em,
  .editor-styles-wrapper .mimoto_trable_box .ttl em {
    display: block;
    font-size: 24px;
    padding-left: 0;
    padding-top: 24px;
  }
  .content_body .mimoto_trable_box .ttl em::before,
  .editor-styles-wrapper .mimoto_trable_box .ttl em::before {
    display: block;
    content: "";
    padding-right: 0;
    width: 100%;
    height: 1px;
    background: #5E3F2A;
    position: relative;
    top: -12px;
  }
  .content_body .mimoto_trable_box .cnt,
  .editor-styles-wrapper .mimoto_trable_box .cnt {
    padding: 28px 24px;
  }
  .content_body .mimoto_trable_box .cnt .talk_box,
  .editor-styles-wrapper .mimoto_trable_box .cnt .talk_box {
    margin-bottom: 20px;
    flex-wrap: nowrap !important;
  }
  .content_body .mimoto_trable_box .cnt .talk_box .ph,
  .editor-styles-wrapper .mimoto_trable_box .cnt .talk_box .ph {
    width: 80px;
  }
  .content_body .mimoto_trable_box .cnt .talk_box .talk,
  .editor-styles-wrapper .mimoto_trable_box .cnt .talk_box .talk {
    width: calc(100% - 100px);
    padding: 20px 14px;
    border-radius: 22px;
    font-size: 16px;
  }
  .content_body .mimoto_trable_box .cnt .talk_box .talk::before,
  .editor-styles-wrapper .mimoto_trable_box .cnt .talk_box .talk::before {
    top: 38px;
  }
  .content_body .mimoto_trable_box .cnt .txt,
  .editor-styles-wrapper .mimoto_trable_box .cnt .txt {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .content_body .mimoto_trable_box .cnt .ft_txt,
  .editor-styles-wrapper .mimoto_trable_box .cnt .ft_txt {
    font-size: 18px;
  }
  .content_body .mimoto_trable_box .cnt .ft_txt em,
  .editor-styles-wrapper .mimoto_trable_box .cnt .ft_txt em {
    font-size: 18px;
  }
  .content_body .mimoto_ph_box,
  .editor-styles-wrapper .mimoto_ph_box {
    margin-bottom: 50px;
  }
  .content_body .mimoto_flow_box > div,
  .editor-styles-wrapper .mimoto_flow_box > div {
    width: 100%;
    padding: 24px;
  }
  .content_body .mimoto_flow_box > div .ttl,
  .editor-styles-wrapper .mimoto_flow_box > div .ttl {
    font-size: 20px;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
  .content_body .mimoto_flow_box > div.ph_box,
  .editor-styles-wrapper .mimoto_flow_box > div.ph_box {
    padding: 24px 24px 0;
  }
  .content.mimoto .page_side20 {
    padding: 0;
  }
}
/****************************************************************
column
****************************************************************/
#main .archive_block a {
  text-decoration: none;
}

#main article.column .content_body .breadcrumb,
#main article.news .content_body .breadcrumb {
  margin-bottom: 125px;
}

.archive_block .archive_box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dashed #DBC1AD;
}
.archive_block .archive_box:last-child {
  border-bottom: none;
}
.archive_block .archive_box a {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.archive_block .archive_box h2 {
  font-size: 28px;
  line-height: 1.6;
  margin: 0 auto 40px;
  transition: 0.3S;
}
.archive_block .archive_box .left_area .image {
  width: 300px;
}
.archive_block .archive_box .left_area .image figure {
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}
.archive_block .archive_box .left_area .image figure img {
  width: auto;
  height: 240px;
}
.archive_block .archive_box .right_area .cont_txt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 20px;
}
.archive_block .archive_box .right_area .btn_detail {
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 22px;
  font-weight: 700;
  color: #5E3F2A;
  background: none;
  padding: revert;
  text-decoration: none;
  line-height: 130%;
  letter-spacing: 1.1px;
  height: 64px;
  padding-right: 84px;
  position: relative;
  transition: 0.3s;
}
.archive_block .archive_box .right_area .btn_detail span {
  border-bottom: 1px solid #5E3F2A;
  padding-bottom: 5px;
}
.archive_block .archive_box .right_area .btn_detail::before, .archive_block .archive_box .right_area .btn_detail::after {
  display: block;
  content: "";
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.archive_block .archive_box .right_area .btn_detail::before {
  background: #FCA970;
  border-radius: 50%;
}
.archive_block .archive_box .right_area .btn_detail::after {
  width: 18px;
  height: 13px;
  right: 23px;
  background: url(../images/common/ico_arrow.png) no-repeat top center/cover;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
.archive_block a:hover {
  color: #FCA970;
}
.archive_block a:hover .right_area h2 {
  color: #FCA970 !important;
}
.archive_block a:hover .right_area .btn_detail {
  color: #825434;
}
.archive_block a:hover .right_area .btn_detail::before {
  background: #FEC565;
}
.archive_block a:hover .right_area .btn_detail::after {
  background-image: url(../images/common/ico_arrow_o.png);
}
.archive_block a:hover .right_area .btn_detail span {
  border-color: transparent;
}

@media only screen and (max-width: 767px) {
  article.column, .archive_block.column {
    margin-top: 50px;
  }
  .archive_block .archive_box a {
    flex-direction: column;
    gap: 0;
  }
  .archive_block .archive_box h2 {
    font-size: 24px;
    margin-bottom: 50px;
    width: 100%;
  }
  .archive_block .archive_box .left_area .image {
    margin: 0 auto 20px;
  }
  .archive_block .archive_box .left_area .image figure {
    width: 100%;
  }
  .archive_block .archive_box .right_area .btn_detail {
    font-size: 17px;
    height: 62px;
    letter-spacing: 0.5px;
    padding-right: 78px;
  }
  .archive_block .archive_box .right_area .btn_detail::before {
    width: 62px;
    height: 62px;
  }
  .archive_block .archive_box .right_area .btn_detail::after {
    right: 22px;
  }
}
/*----------- pagenation -----------*/
.ft_pagination .wp-pagenavi {
  text-align: center;
}
.ft_pagination .wp-pagenavi span, .ft_pagination .wp-pagenavi a {
  padding: 18px 22px;
  font-size: 18px;
  color: #382C24;
  border-color: #FCA970;
  border-radius: 50%;
}
.ft_pagination .wp-pagenavi span.current {
  background-color: #FCA970;
  color: #fff;
  font-weight: 400;
}
.ft_pagination .wp-pagenavi span.pages {
  border: none;
  padding-left: 0;
}
.ft_pagination .wp-pagenavi a:hover {
  background-color: rgba(252, 169, 112, 0.8);
  color: #fff;
}

.next-prev {
  display: flex;
  justify-content: space-between;
  margin: 100px auto 30px;
}
.next-prev .prev, .next-prev .next {
  width: 30%;
  line-height: 1.6;
  font-size: 0.9em;
}
.next-prev .next {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .ft_pagination .wp-pagenavi span, .ft_pagination .wp-pagenavi a {
    padding: 9px 12px;
    font-size: 13px;
  }
  .ft_pagination .wp-pagenavi span.pages {
    display: inline-block;
    width: 100%;
  }
  .next-prev {
    margin-top: 50px;
  }
  .next-prev .prev, .next-prev .next {
    width: 40%;
  }
}
/****************************************************************
voice
****************************************************************/
article.voice, .archive_block.voice {
  margin: 80px auto;
}

.archive_voice_box {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: #fff;
  padding: 40px;
  border: 2px solid #DBC1AD;
  margin-bottom: 50px;
}
.archive_voice_box:last-child {
  margin-bottom: 0;
}
.archive_voice_box h2.cont_name {
  width: 100%;
  font-size: 28px;
  line-height: 1.4;
  color: #874B22;
  background: linear-gradient(to left, rgba(219, 193, 173, 0) 0%, rgba(219, 193, 173, 0) 40%, rgb(219, 193, 173) 40%, rgb(219, 193, 173) 100%) repeat-x left bottom;
  background-size: 20px 2px;
  padding: 10px 0;
  margin: 0 auto 20px;
}
.archive_voice_box h2.cont_name::before {
  display: none;
}
.archive_voice_box .left_area .image figure {
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}
.archive_voice_box .left_area .image figure img {
  width: auto;
  height: 240px;
}

@media only screen and (max-width: 767px) {
  article.voice, .archive_block.voice {
    margin: 50px auto;
  }
  .archive_voice_box {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 25px;
    margin-bottom: 40px;
  }
  .archive_voice_box h2.cont_name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .left_area .image {
    display: flex;
    justify-content: center;
  }
}
/****************************************************************
item(カートページ)
****************************************************************/
article.cart_page #itempage #img-box {
  width: 33%;
}
@media screen and (max-width: 38.74em) {
  article.cart_page #itempage #img-box {
    width: 100%;
  }
}
article.cart_page .detail-box {
  width: 60%;
}
@media screen and (max-width: 38.74em) {
  article.cart_page .detail-box {
    width: 100%;
  }
}
article.cart_page #itempage .item-info {
  padding-top: 0;
}
article.cart_page #cart_table {
  margin-top: 20px;
}
article.cart_page .send {
  text-align: center;
}
article.cart_page input[type=button], article.cart_page input[type=submit], article.cart_page input[type=reset] {
  border-radius: 12px;
}
article.cart_page .table_wrap {
  overflow-x: scroll;
}

article.item .cat-il .itemname {
  margin-top: 15px;
  line-height: 1.6;
  overflow: visible;
}

.content_body .cart_navi li {
  padding-left: revert;
  margin-bottom: revert;
  position: revert;
}
@media screen and (max-width: 38.75em) {
  .content_body .cart_navi li {
    white-space: nowrap;
    padding-left: 2.3em;
  }
}
@media only screen and (max-width: 767px) {
  .content_body .cart_navi li {
    margin-top: 4px;
  }
}
.content_body .cart_navi li::before {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin: 0 -20px -20px auto;
  border-right: 4px solid #FFF6EA;
  background: #dedede;
  position: revert;
  top: revert;
  left: revert;
}
.content_body .cart_navi li::after {
  border-right-color: #FFF6EA;
}

/****************************************************************
お問い合わせ
****************************************************************/
.contact {
  width: 1000px;
  margin: 125px auto 65px;
  text-align: left;
}

.contact > p {
  margin-bottom: 40px;
}

.contact dl {
  display: flex;
  border-bottom: 1px dotted #999;
}

.contact dl:first-child {
  border-top: 1px dotted #999;
}

.contact dl.last {
  margin-bottom: 40px;
}

.contact dl dt {
  width: 25%;
  padding: 15px 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.6rem;
}

.contact dl dt p,
.contact dl dd p {
  font-size: 18px;
}

.contact dl dt span.attention {
  font-size: 13px;
  color: #1e2a34;
  padding: 0;
  margin-right: 0;
}

.contact dl dt span {
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

.contact dl dt span.required {
  background: #e00;
}

.contact dl dt span.any {
  background: #aaa;
}

.contact dl dd {
  width: 75%;
  padding: 15px 10px;
  font-size: 18px;
  line-height: 1.5;
}

.contact dl dd .wpcf7-list-item-label {
  font-size: 18px;
}

.contact dl dd input[type=text],
.contact dl dd input[type=email] {
  width: 100%;
  padding: 10px;
  font-size: 18px;
}

.contact dl dd input.tel {
  width: 24%;
  padding: 10px;
  font-size: 18px;
}

.contact dl dd input.zip {
  width: 17%;
  margin-bottom: 10px;
}

#contact dl dd textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.5;
}

#contact dl dd ::-moz-placeholder {
  font-size: 14px;
}

#contact dl dd ::placeholder {
  font-size: 14px;
}

.placeholder {
  text-align: left;
  color: #aaa;
  font-size: 14px;
}

.submit-area {
  text-align: center;
}

.submit-area input[type=submit] {
  display: flex;
  width: 240px;
  height: 60px;
  background-color: #FCA970;
  color: #5E3F2A;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  transition: 0.3s;
  margin: 0 auto;
  padding: 0;
}

.submit-area input[type=submit]:hover {
  background-color: #f0d4c1;
}

.page-id-498 .privacy {
  margin: 24px 0;
  width: 100%;
  height: 300px;
  border: 1px solid #1e2a34;
  padding: 20px 40px;
  overflow-y: scroll;
}

/* プライバシー内の見出しのデザイン解除（適宜調整） */
.page-id-498 h2.privacy-title {
  font-size: 22px;
  margin-top: 20px;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 20px;
}

.page-id-498 h2.privacy-title::before {
  content: none;
}

.page-id-498 .privacy h2 {
  font-size: 16px;
  margin: 20px auto 10px;
  padding-bottom: 0;
  border-bottom: none;
}

.page-id-498 .privacy h2:nth-of-type(1) {
  margin-top: 0;
}

.page-id-498 .privacy h2::before {
  content: none;
}

.page-id-498 .privacy h3 {
  font-size: 14px;
  border-left: 0;
  padding-left: 0;
  margin: 16px 0;
  background-color: transparent;
  padding: 0;
}

.page-id-498 .privacy p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.page-id-498 .privacy li a {
  font-size: 14px;
}

p.agree {
  text-align: center;
}

p.agree span.required {
  background: #e00;
  padding: 4px 8px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  font-size: 12px;
}

p.agree span.check {
  font-size: 14px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  line-height: 1.3;
  font-size: 14px;
}

.kana-input span.wpcf7-not-valid-tip,
.kana-input .wpcf7-response-output {
  display: none !important;
}

#contact .formError.inline .formErrorContent {
  display: block;
  line-height: 1.3;
  font-size: 16px;
  color: #e00;
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  #contact {
    width: 100%;
    margin: 0 auto 40px;
    text-align: left;
  }
  #contact dl {
    display: block;
  }
  #contact dl dt {
    width: 100%;
    display: flex;
  }
  #contact dl dt p {
    font-size: 16px;
  }
  #contact dl dd {
    width: 100%;
    padding-top: 0;
  }
  #contact dl dd .wpcf7-list-item-label {
    font-size: 16px;
  }
  #contact dl dd input[type=text], #contact dl dd input[type=email] {
    font-size: 16px;
  }
  #contact dl dd textarea {
    font-size: 16px;
  }
  #contact dl dd p {
    font-size: 16px;
  }
  #contact dl dd input.tel {
    width: 60%;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #contact dl dd input.zip {
    width: 60%;
  }
  #contact .privacy {
    padding: 4%;
  }
  #contact .privacy p {
    font-size: 15px;
  }
  #contact .page-id-498 h2.privacy-title {
    font-size: 20px;
  }
}
p.thanks-txt {
  text-align: center;
  font-size: 30px;
  margin: 30px 0;
  font-weight: bold;
}

p.thanks-sub {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 2;
}

p.thanks-shop {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 2;
  font-weight: bold;
}

.for-top {
  text-align: center;
  margin-top: 40px;
}
.for-top a {
  display: flex;
  width: 240px;
  height: 60px;
  background-color: #FCA970;
  color: #5E3F2A;
  font-weight: bold;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  text-decoration: none !important;
  transition: 0.3s;
  margin: 0 auto;
  padding: 0;
}
.for-top a:hover {
  background-color: #f0d4c1;
}

@media only screen and (max-width: 767px) {
  p.thanks-txt {
    font-size: 22px;
  }
  p.thanks-sub {
    font-size: 16px;
  }
  .for-top a {
    font-size: 16px;
  }
}