@charset "UTF-8";
@media (max-width: 750px) {
  #copyright {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 70px;
    line-height: 1.2;
    text-align: left;
  }
}

@media (max-width: 1251px) {
  body.show_footer_bar #return_top {
    display: block !important;
  }
}

@media (max-width: 750px) {
  body.layout_type3 #news_archive #main_col {
    margin: 0;
  }
  body.layout_type3 #news_list .title_area {
    border-right: 1px solid #ddd;
  }
}

.row {
  display: flex;
  gap: 20px;
}

.row:not(:last-child) {
  margin-bottom: 20px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.v-center {
  align-items: center;
}

.row.no-gap {
  gap: 0;
}

.row > .col {
  flex: 1;
}

.row > .col.flex_0 {
  flex: 0;
}

.row > .col.flex_1 {
  flex: 1;
}

.row > .col.flex_2 {
  flex: 2;
}

.row > .col.flex_3 {
  flex: 3;
}

.row > .col.flex_4 {
  flex: 4;
}

.row > .col.flex_5 {
  flex: 5;
}

.row > .col.flex_6 {
  flex: 6;
}

.row > .col.flex_7 {
  flex: 7;
}

.row > .col.flex_8 {
  flex: 8;
}

.row > .col.flex_9 {
  flex: 9;
}

.row > .col.flex_10 {
  flex: 10;
}

@media (max-width: 750px) {
  .row {
    flex-direction: column;
    row-gap: 20px;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.no-gap {
    row-gap: 0;
  }
  .row.sp-col2 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col2 > .col {
    flex: 0 49%;
  }
  .row.sp-col3 {
    flex-wrap: wrap;
    flex-direction: row;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
  .row.sp-col3 > .col {
    flex: 0 32%;
  }
}

@media (-ms-high-contrast: none) and (min-width: 751px) {
  .row:not(.no-gap):not(.reverse) > .col:not(:first-child) {
    margin-left: 20px;
  }
  .row:not(.no-gap).reverse > .col:not(:first-child) {
    margin-right: 20px;
  }
}

.text-center {
  text-align: center !important;
}

@media (min-width: 751px) {
  .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
}

.post_content img {
  vertical-align: middle;
}

.post_content p, .post_content ul, .post_content ol {
  margin-bottom: 1em;
  line-height: 1.8;
}

.post_content p:last-child, .post_content ul:last-child, .post_content ol:last-child {
  margin-bottom: 0;
}

.post_content li {
  line-height: 1.8;
}

.post_content .sec_basic {
  margin-bottom: 100px;
}

@media (max-width: 750px) {
  .post_content .sec_basic {
    margin-bottom: 50px;
  }
}

.post_content .highlight {
  padding: 25px 25px;
  background-color: rgba(163, 163, 163, 0.3);
}

@media (max-width: 750px) {
  .post_content .highlight {
    padding: 15px;
  }
}

.post_content .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.post_content .title_h2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 750px) {
  .post_content .title_h2 {
    font-size: 24px;
  }
}

.post_content .link_button {
  position: relative;
  z-index: 10;
  text-align: center;
}

.post_content .link_button a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 270px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  border: 1px solid #555555;
  background: transparent;
  color: #555555;
  font-size: 16px;
  transition: all 0.2s ease;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media (max-width: 750px) {
  .post_content .link_button a {
    min-width: 200px;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
}

.post_content .link_button a:hover {
  background: rgba(171, 148, 113, 0.31);
}

.post_content .link_button.link_button02 a {
  border-color: #fff;
  color: #fff;
}

.post_content .link_button.link_button03 a {
  min-width: 200px;
  height: auto;
  padding: .8em .5em;
  line-height: 1.5;
  background: #ab9471;
  border-color: #ab9471;
  color: #fff;
  border-radius: 6px;
}

.post_content .link_button.link_button03 a:hover {
  background: rgba(171, 148, 113, 0.8);
}

.post_content .link_button.link_button03.block a {
  width: 100% !important;
}

.post_content .table_default {
  width: 100%;
}

.post_content .table_default th {
  vertical-align: middle;
}

@media (max-width: 750px) {
  .post_content .table_default th, .post_content .table_default td {
    box-sizing: border-box;
    display: block;
    width: 100% !important;
  }
  .post_content .table_default tr:not(:last-child) th, .post_content .table_default tr:not(:last-child) td {
    border-bottom: none;
  }
  .post_content .table_default tr:last-child th {
    border-bottom: none;
  }
}

.post_content table.table_menu tr {
  border-top: 1px solid #ab9471;
}

.post_content table.table_menu tr:last-child {
  border-bottom: 1px solid #ab9471;
}

.post_content table.table_menu tr td:last-child {
  vertical-align: middle;
  text-align: right;
  min-width: 60px;
}

.post_content table.table_menu td {
  padding: 10px;
  border: none;
  background: transparent;
  line-height: 1.6;
}

@media (max-width: 750px) {
  .post_content table.table_menu td {
    padding: 10px 7px;
  }
}

.post_content table.table_menu small {
  font-size: 13px;
}

@media (max-width: 750px) {
  .post_content table.table_menu small {
    font-size: 12px;
  }
}

.post_content .map_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 450px;
}

@media (max-width: 750px) {
  .post_content .map_container {
    padding-top: 100%;
  }
}

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

.sec_contact dl.required dt::after {
  content: '※必須';
  margin-left: 1em;
  color: #ff0000;
  font-weight: normal;
}

.sec_policy h2 {
  margin-bottom: 1em;
  text-align: center;
}

.sec_policy:not(:last-child) {
  margin-bottom: 4em;
}

.sec_policy .policy_item:not(:last-child) {
  margin-bottom: 2em;
}

.sec_policy dl {
  display: flex;
  margin: 0;
}

.sec_policy dl dt {
  font-weight: normal;
}

.sec_policy dl dt::after {
  content: ':';
  margin-right: 0.5em;
}

.sec_policy dl dd {
  margin: 0;
}

#header_sns {
  top: calc(50% - 15px);
  right: 0;
}

#footer_sns {
  top: 15px;
  right: 0;
}

.header_sns, #footer_sns {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.header_sns::after, #footer_sns::after {
  display: none;
}

.header_sns li, #footer_sns li {
  display: block;
  margin: 0;
}

.header_sns li a, #footer_sns li a {
  overflow: visible;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  line-height: 1;
}

.header_sns li a::before, #footer_sns li a::before {
  position: static;
  width: 30px;
  height: 30px;
  font-size: 30px;
}

.header_sns li.facebook a::before, #footer_sns li.facebook a::before {
  font-size: 0;
  background: url(./img/facebook_bl.png) center/contain no-repeat;
}

.header_sns li.twitter a::before, #footer_sns li.twitter a::before {
  font-size: 0;
  background: url(./img/twitter_bl.png) center/contain no-repeat;
}

.header_sns li.insta a::before, #footer_sns li.insta a::before {
  font-size: 0;
  background: url(./img/instagram_cl.png) center/contain no-repeat;
}

.header_sns li.line a::before, #footer_sns li.line a::before {
  content: '';
  font-size: 0;
  background: url(./img/line.png) center/contain no-repeat;
}

.header_sns li.hpb a::before, #footer_sns li.hpb a::before {
  content: '';
  width: 90px;
  font-size: 0;
  background: url(./img/hpb.gif) center/contain no-repeat;
}

@media (-ms-high-contrast: none) {
  .header_sns li:not(:first-child), #footer_sns li:not(:first-child) {
    margin-left: 15px;
  }
}

figure {
  text-align: center;
}

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

@media (min-width: 751px) {
  .pc-text-left {
    text-align: left !important;
  }
  .pc-text-left a {
    text-align: center;
  }
}

.text-large {
  font-size: 18px !important;
}

@media (max-width: 750px) {
  .text-large {
    font-size: 16px !important;
  }
}

.text-xlarge {
  font-size: 20px !important;
}

@media (max-width: 750px) {
  .text-xlarge {
    font-size: 18px !important;
  }
}

.text-red {
  color: red;
}

.text-required {
  color: red;
  font-weight: normal;
  padding-left: 1em;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}

.row.shopinfo {
  flex-wrap: nowrap;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.row:not(.reverse) > .col.break + .col {
  margin-left: 0;
}

.row .col {
  max-width: 100%;
}

@media (min-width: 751px) {
  .row .col {
    flex: auto;
  }
  .row .col.col.break ~ .col {
    margin-top: 2%;
  }
  .row .col.span_1 {
    width: 6.5%;
    flex: 0 0 6.5%;
  }
  .row .col.span_2 {
    width: 15%;
    flex: 0 0 15%;
  }
  .row .col.span_3 {
    width: 23.5%;
    flex: 0 0 23.5%;
  }
  .row .col.span_4 {
    width: 32%;
    flex: 0 0 32%;
  }
  .row .col.span_5 {
    width: 40.5%;
    flex: 0 0 40.5%;
  }
  .row .col.span_6 {
    width: 49%;
    flex: 0 0 49%;
  }
  .row .col.span_7 {
    width: 57.5%;
    flex: 0 0 57.5%;
  }
  .row .col.span_8 {
    width: 66%;
    flex: 0 0 66%;
  }
  .row .col.span_9 {
    width: 74.5%;
    flex: 0 0 74.5%;
  }
  .row .col.span_10 {
    width: 83%;
    flex: 0 0 83%;
  }
  .row .col.span_11 {
    width: 91.5%;
    flex: 0 0 91.5%;
  }
  .row .col.span_12 {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 750px) {
  .row .col {
    flex: 0 0 100%;
  }
  .row .col:not(:last-child) {
    margin-bottom: 2%;
  }
}

@media (min-width: 751px) {
  .row.reverse {
    flex-direction: row-reverse;
  }
  .row.reverse .col:first-child {
    margin-left: 2% !important;
  }
  .row.reverse .col:not(:first-child) {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.row.row_inline .col {
  margin-bottom: 3%;
}

.row.row_inline .span_1:nth-child(12n + 1) {
  margin-left: 0;
}

.row.row_inline .span_2:nth-child(6n + 1) {
  margin-left: 0;
}

.row.row_inline .span_3:nth-child(4n + 1) {
  margin-left: 0;
}

.row.row_inline .span_4:nth-child(3n + 1) {
  margin-left: 0;
}

.row.row_inline .span_6:nth-child(2n + 1) {
  margin-left: 0;
}

.row.row_inline .span_12:not(:first-child) {
  margin-left: 0;
}

@media (max-width: 750px) {
  .row.sp_image_cols {
    flex-direction: row;
  }
}

@media (max-width: 750px) {
  .row.sp_image_cols.sp_col2 .col {
    width: 49%;
    flex: 0 0 49% !important;
  }
  .row.sp_image_cols.sp_col2 .col:nth-child(2n) {
    margin-left: 2%;
  }
}

@media (max-width: 750px) {
  .row.sp_image_cols.sp_col3 .col {
    width: 32%;
    flex: 0 0 32% !important;
  }
  .row.sp_image_cols.sp_col3 .col:not(:first-child):not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }
}

body {
  background: #fff;
}

header #header_top {
  display: none;
}

header #global_menu ul li a {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #555555;
}

header #global_menu ul li a:hover {
  color: #ab9471 !important;
}

#header_slider .slick-dots li button::before {
  border-color: #fff;
}

#header_slider .slick-dots li.slick-active button::before {
  background: #fff;
  border-color: #fff;
}

@media (max-width: 1250px) {
  body.home .container {
    padding: 0 10px;
  }
}

.tp_h2_01 {
  position: relative;
  padding-bottom: 35px !important;
  text-align: center;
}

@media (max-width: 750px) {
  .tp_h2_01 {
    padding-bottom: 26px !important;
  }
}

.tp_h2_01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 21px;
  background: url(/wp-content/uploads/h2_bg.png) no-repeat center center/contain;
}

@media (max-width: 750px) {
  .tp_h2_01:before {
    width: 50px;
    height: 17.5px;
  }
}

@media (min-width: 1024px) {
  .txt {
    line-height: 2.1 !important;
  }
}

.index_free_space.num1 {
  margin: 0;
}

.tp_sec01 {
  padding: 150px 0;
  background: url(/wp-content/uploads/bg_img001.jpg) repeat;
  color: #fff;
}

@media (max-width: 1023px) {
  .tp_sec01 {
    padding: 80px 0;
  }
}

@media (max-width: 750px) {
  .tp_sec01 {
    padding: 40px 0;
  }
}

.tp_sec01 h2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 28px;
  letter-spacing: .15em;
  line-height: 2;
  font-weight: normal;
}

@media (max-width: 1100px) {
  .tp_sec01 h2 {
    font-size: 24px;
  }
}

@media (max-width: 880px) {
  .tp_sec01 h2 {
    font-size: 20px;
  }
}

@media (max-width: 750px) {
  .tp_sec01 h2 {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .tp_sec01 h2 {
    font-size: 16px;
  }
}

.tp_sec01 h2 > span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.tp_sec01 h2 > span img {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(36%, 38%);
  z-index: -1;
}

@media (max-width: 1100px) {
  .tp_sec01 h2 > span img {
    width: 200px;
  }
}

@media (max-width: 750px) {
  .tp_sec01 h2 > span img {
    width: 160px;
  }
}

@media (max-width: 400px) {
  .tp_sec01 h2 > span img {
    width: 130px;
    transform: translate(15%, 38%);
  }
}

@media (min-width: 751px) {
  .tp_sec01 .row .col {
    display: table;
  }
  .tp_sec01 .row .col .inner {
    display: table-cell;
    vertical-align: middle;
  }
}

@media (min-width: 751px) and (min-width: 1024px) {
  .tp_sec01 .txt_area .inner {
    padding-left: 5%;
  }
}

@media (min-width: 751px) {
  .tp_sec01 .txt_area .txt {
    margin-bottom: 3em;
    line-height: 3.5 !important;
  }
}

@media (min-width: 751px) and (max-width: 1023px) {
  .tp_sec01 .txt_area .txt {
    margin-bottom: 2em;
    line-height: 2.5 !important;
  }
}

@media (min-width: 751px) {
  .tp_sec01 .txt_area .link_button {
    text-align: left;
  }
}

.tp_sec02 {
  position: relative;
  padding: 150px 0 110px;
}

@media (max-width: 1023px) {
  .tp_sec02 {
    padding: 80px 0;
  }
}

@media (max-width: 750px) {
  .tp_sec02 {
    padding: 40px 0;
  }
}

.tp_sec02:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 960px);
  display: block;
  width: 960px;
  height: 820px;
  background: url(/wp-content/uploads/bg_img003.jpg) no-repeat center center/cover;
  z-index: -1;
}

@media (max-width: 1500px) {
  .tp_sec02:before {
    height: 65%;
  }
}

@media (max-width: 750px) {
  .tp_sec02:before {
    height: 220px;
  }
}

.tp_sec02 .box figure a {
  transition: .3s;
}

.tp_sec02 .box figure a .box_txt_wrap {
  position: relative;
  text-align: left;
  display: block;
  width: 428px;
  min-height: 180px;
  margin-top: -90px;
  padding: 40px 30px;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 46px rgba(0, 0, 0, 0.07);
}

@media (max-width: 1500px) {
  .tp_sec02 .box figure a .box_txt_wrap {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .tp_sec02 .box figure a .box_txt_wrap {
    min-height: 160px;
    padding: 35px 20px;
  }
}

@media (max-width: 1023px) {
  .tp_sec02 .box figure a .box_txt_wrap {
    margin-top: -70px;
    padding: 25px 15px;
  }
}

@media (max-width: 750px) {
  .tp_sec02 .box figure a .box_txt_wrap {
    min-height: auto;
    width: 100%;
    margin-top: 0;
  }
}

.tp_sec02 .box figure a .box_txt_wrap:before, .tp_sec02 .box figure a .box_txt_wrap:after {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 41px;
}

@media (max-width: 1023px) {
  .tp_sec02 .box figure a .box_txt_wrap:before, .tp_sec02 .box figure a .box_txt_wrap:after {
    width: 34px;
    height: 33.19px;
  }
}

.tp_sec02 .box figure a .box_txt_wrap:before {
  top: 0;
  left: 0;
  background: url(/wp-content/uploads/deco001.png) no-repeat center center/contain;
}

.tp_sec02 .box figure a .box_txt_wrap:after {
  bottom: 0;
  right: 0;
  background: url(/wp-content/uploads/deco002.png) no-repeat center center/contain;
}

.tp_sec02 .box figure a .box_txt_wrap figcaption {
  margin-bottom: .6em;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 26px;
}

@media (max-width: 1023px) {
  .tp_sec02 .box figure a .box_txt_wrap figcaption {
    font-size: 22px;
  }
}

@media (max-width: 750px) {
  .tp_sec02 .box figure a .box_txt_wrap figcaption {
    font-size: 18px;
  }
}

.tp_sec02 .box figure a:hover {
  opacity: .7;
}

@media (min-width: 751px) {
  .tp_sec02 .container {
    max-width: 1700px;
    margin: 0 auto;
  }
}

@media (min-width: 751px) and (max-width: 1750px) {
  .tp_sec02 .container {
    padding: 0 10px;
  }
}

@media (min-width: 751px) {
  .tp_sec02 .box {
    max-width: 530px;
  }
  .tp_sec02 .box.box02 {
    margin-top: 70px;
  }
}

@media (min-width: 751px) and (max-width: 1023px) {
  .tp_sec02 .box.box02 {
    margin-top: 5vw;
  }
}

@media (min-width: 751px) {
  .tp_sec02 .box.box03 {
    margin-top: 140px;
  }
}

@media (min-width: 751px) and (max-width: 1023px) {
  .tp_sec02 .box.box03 {
    margin-top: 10vw;
  }
}

@media (max-width: 750px) {
  .tp_sec02 .tp_h2_01 img {
    height: 34px;
  }
  .tp_sec02 .box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.tp_sec03, .tp_sec04 {
  position: relative;
  padding: 120px 0;
}

@media (max-width: 1500px) {
  .tp_sec03, .tp_sec04 {
    padding: 80px 0;
  }
}

@media (max-width: 1023px) {
  .tp_sec03, .tp_sec04 {
    padding: 60px 0;
  }
}

@media (max-width: 750px) {
  .tp_sec03, .tp_sec04 {
    padding: 40px 0;
  }
}

.tp_sec03:before, .tp_sec04:before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 30%;
  max-width: 637px;
  height: 100%;
  background: url(/wp-content/uploads/bg_img004.jpg) no-repeat center center/cover;
  z-index: -1;
}

@media (max-width: 750px) {
  .tp_sec03:before, .tp_sec04:before {
    width: 45%;
    height: 300px;
  }
}

@media (min-width: 751px) {
  .tp_sec03 .img_area figure img, .tp_sec04 .img_area figure img {
    max-width: 846px;
  }
}

@media (min-width: 751px) and (max-width: 1500px) {
  .tp_sec03 .img_area figure img, .tp_sec04 .img_area figure img {
    max-width: 630px;
  }
}

@media (min-width: 751px) {
  .tp_sec03 .txt_area, .tp_sec04 .txt_area {
    display: table;
  }
  .tp_sec03 .txt_area .inner, .tp_sec04 .txt_area .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .tp_sec03 .txt_area .txt, .tp_sec04 .txt_area .txt {
    margin-bottom: 2em;
  }
}

@media (max-width: 750px) {
  .tp_sec03 .img_area, .tp_sec04 .img_area {
    margin-bottom: 20px !important;
  }
}

.tp_sec03:before {
  left: 0;
}

@media (min-width: 1921px) {
  .tp_sec03:before {
    left: calc(50% - 960px);
  }
}

@media (min-width: 751px) {
  .tp_sec03 .img_area figure {
    float: right;
  }
}

@media (min-width: 751px) and (min-width: 1024px) {
  .tp_sec03 .txt_area .inner {
    padding-left: 18.5%;
  }
}

@media (min-width: 751px) and (min-width: 1024px) and (max-width: 1500px) {
  .tp_sec03 .txt_area .inner {
    padding-left: 10%;
  }
}

@media (max-width: 750px) {
  .tp_sec03 .tp_h2_01 img {
    height: 46px;
  }
}

.tp_sec04:before {
  right: 0;
}

@media (min-width: 1921px) {
  .tp_sec04:before {
    right: calc(50% - 960px);
  }
}

@media (min-width: 751px) and (min-width: 1024px) {
  .tp_sec04 .txt_area .inner {
    padding-right: 18.5%;
  }
}

@media (min-width: 751px) and (min-width: 1024px) and (max-width: 1500px) {
  .tp_sec04 .txt_area .inner {
    padding-right: 10%;
  }
}

@media (max-width: 750px) {
  .tp_sec04 .tp_h2_01 img {
    height: 34px;
  }
}

.news_slider_h2 {
  padding: 100px 0 30px;
}

@media (max-width: 1023px) {
  .news_slider_h2 {
    padding: 80px 0 15px;
  }
}

@media (max-width: 750px) {
  .news_slider_h2 {
    padding: 20px 0 10px;
  }
}

@media (max-width: 750px) {
  .news_slider_h2 .tp_h2_01 img {
    height: 34px;
  }
}

.index_post_slider {
  padding: 0 0 120px;
}

@media (max-width: 1023px) {
  .index_post_slider {
    padding-bottom: 80px;
  }
}

@media (max-width: 750px) {
  .index_post_slider {
    padding-bottom: 40px;
  }
}

.index_post_slider .item .image_link .image_wrap {
  margin-bottom: 12px;
}

.index_post_slider .item .title_area .title {
  height: auto;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.index_post_slider .item .title_area .desc {
  margin-top: 0;
}

.index_post_slider .item .title_area .meta .date {
  color: #d0c6aa;
}

.index_post_slider .nav_area .carousel_arrow {
  border-color: #555555;
}

.index_post_slider .nav_area .carousel_arrow:before {
  color: #555555;
  font-weight: bold;
}

.index_post_slider .nav_area .carousel_arrow:hover {
  background: #fff;
}

.index_free_space.num3 {
  margin: 0;
}

.common_sec_contact {
  padding: 120px 0;
  background: url(/wp-content/uploads/bg_img001.jpg) repeat;
  color: #fff;
}

@media (max-width: 1023px) {
  .common_sec_contact {
    padding: 60px 0;
  }
}

@media (max-width: 750px) {
  .common_sec_contact {
    padding: 40px 0;
  }
}

.common_sec_contact .sec_contact_inner {
  display: flex;
}

.common_sec_contact .sec_contact_inner .area01 p {
  margin-bottom: 0;
  line-height: 2;
}

.common_sec_contact .sec_contact_inner .area01 .link_button {
  margin-top: 1.5em;
}

.common_sec_contact .sec_contact_inner .area02 .map_container {
  padding-top: 400px;
}

.common_sec_contact .sec_contact_inner .area03 .link_button {
  margin: 2em 0 1.5em;
}

.common_sec_contact .sec_contact_inner .area03 .hot_pepper_bnr {
  text-align: center;
}

.common_sec_contact .sec_contact_inner .area03 .hot_pepper_bnr a {
  transition: .3s;
}

.common_sec_contact .sec_contact_inner .area03 .hot_pepper_bnr a:hover {
  opacity: .7;
}

@media (min-width: 751px) {
  .common_sec_contact .sec_contact_inner .area01, .common_sec_contact .sec_contact_inner .area03 {
    width: 290px;
    padding-top: 4%;
  }
  .common_sec_contact .sec_contact_inner .area02 {
    width: calc(100% - 560px);
    margin: 0 2%;
  }
}

@media (min-width: 751px) and (max-width: 1023px) {
  .common_sec_contact .sec_contact_inner {
    flex-wrap: wrap;
  }
  .common_sec_contact .sec_contact_inner .area01 {
    order: 1;
  }
  .common_sec_contact .sec_contact_inner .area02 {
    width: 100%;
    order: 3;
  }
  .common_sec_contact .sec_contact_inner .area03 {
    order: 2;
  }
  .common_sec_contact .sec_contact_inner .area03 .inner {
    display: flex;
    flex-direction: column;
  }
  .common_sec_contact .sec_contact_inner .area03 .inner h2 {
    order: 1;
  }
  .common_sec_contact .sec_contact_inner .area03 .inner p {
    order: 2;
  }
  .common_sec_contact .sec_contact_inner .area03 .inner .hot_pepper_bnr {
    order: 3;
  }
  .common_sec_contact .sec_contact_inner .area03 .inner .link_button {
    order: 4;
  }
  .common_sec_contact .sec_contact_inner .area01, .common_sec_contact .sec_contact_inner .area03 {
    width: 50%;
    margin-bottom: 30px;
  }
  .common_sec_contact .sec_contact_inner .area01 .inner, .common_sec_contact .sec_contact_inner .area03 .inner {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 750px) {
  .common_sec_contact .sec_contact_inner {
    flex-direction: column;
    text-align: center;
  }
  .common_sec_contact .sec_contact_inner .area01 {
    order: 1;
    margin-bottom: 2.5rem;
  }
  .common_sec_contact .sec_contact_inner .area02 {
    order: 3;
  }
  .common_sec_contact .sec_contact_inner .area03 {
    margin-bottom: 2rem;
    order: 2;
  }
}

.common_sec_footer {
  padding: 30px 0;
}

@media (max-width: 1023px) {
  .common_sec_footer {
    padding: 20px 0;
  }
  .common_sec_footer img {
    width: 100px;
  }
}

@media (max-width: 750px) {
  .common_sec_footer {
    padding: 15px 0;
  }
  .common_sec_footer img {
    width: 80px;
  }
}

footer {
  background: #a3a3a3;
}

footer #footer_menu ul li a {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}

footer #footer_menu ul li a:hover {
  color: #dddada;
}

@media (max-width: 750px) {
  footer #footer_menu ul li:not(:last-child) a {
    margin: 0 .5em;
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 750px) {
  footer #footer_sns {
    gap: 20px;
  }
  footer #footer_sns li a::before {
    width: 40px;
    height: 40px;
  }
}

#return_top a {
  background: #ab9471;
}

#return_top a:hover {
  background: rgba(171, 148, 113, 0.8);
}

body:not(.home) .post_content section:not(:last-child) {
  margin-bottom: 7%;
}

@media (max-width: 750px) {
  body:not(.home) .post_content section:not(:last-child) {
    margin-bottom: 10%;
  }
}

body:not(.home) .post_content h2 {
  position: relative;
  padding-bottom: 30px !important;
  margin-bottom: 1.2em !important;
  font-size: 28px !important;
  text-align: center;
}

@media (max-width: 750px) {
  body:not(.home) .post_content h2 {
    padding-bottom: 26px !important;
  }
}

body:not(.home) .post_content h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 60px;
  height: 21px;
  background: url(/wp-content/uploads/h2_bg.png) no-repeat center center/contain;
}

@media (max-width: 750px) {
  body:not(.home) .post_content h2:before {
    width: 50px;
    height: 17.5px;
  }
}

@media (max-width: 1023px) {
  body:not(.home) .post_content h2 {
    font-size: 24px !important;
  }
}

@media (max-width: 750px) {
  body:not(.home) .post_content h2 {
    margin-bottom: .6em !important;
    font-size: 22px !important;
  }
}

body:not(.home) .post_content h3 {
  position: relative;
  margin-bottom: .6em;
  padding-bottom: .3em;
  font-size: 22px;
}

body:not(.home) .post_content h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 50px;
  height: 3px;
  background: #ab9471;
}

@media (max-width: 750px) {
  body:not(.home) .post_content h3:before {
    width: 40px;
    height: 2px;
  }
}

@media (max-width: 750px) {
  body:not(.home) .post_content h3 {
    font-size: 18px;
  }
}

body:not(.home) .post_content h4 {
  position: relative;
  margin-bottom: .5em;
  padding: 0 0 0 .6em;
  font-size: 18px;
}

body:not(.home) .post_content h4:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 3px;
  background: #ab9471;
}

@media (max-width: 750px) {
  body:not(.home) .post_content h4 {
    font-size: 14px;
  }
}

body:not(.home) .highlight {
  box-sizing: border-box;
}

.pg_module01 .txt_area {
  padding: 70px 20px;
  background: #fff;
}

@media (max-width: 750px) {
  .pg_module01 .txt_area {
    padding: 30px 10px;
  }
}

.pg_module01 .row02 .row {
  margin: 0;
}

.pg_module01 .row02 .sp_image_cols .col {
  width: 50%;
  flex: 0 0 50%;
  margin: 0;
}

.pg_module02 .row01 {
  justify-content: center;
}

.pg_module02 .row01 .col figure img {
  margin-bottom: 15px;
  border-radius: 50%;
}

.pg_module02 .row01 .col figure figcaption {
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 751px) {
  .pg_module02 .row01 .col {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .pg_module02 .row01 .col:not(:last-child):not(:nth-last-child(2)) {
    margin-bottom: 40px;
  }
}

@media (max-width: 750px) {
  .pg_module02 .row01 .col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.pg_school_sec01 .btn_wrap {
  max-width: 700px !important;
  margin-left: auto;
  margin-right: auto;
}

.pg_whitening_sec01 .box {
  padding: 20px;
  border: 3px solid #ab9471;
  box-sizing: border-box;
  border-radius: 15px;
}

@media (max-width: 750px) {
  .pg_whitening_sec01 .box {
    border-radius: 10px;
    border-width: 2px;
  }
}

.pg_whitening_sec02 h3 .step_num {
  display: block;
  color: #555555;
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: normal;
}

@media (max-width: 750px) {
  .pg_whitening_sec02 h3 .step_num {
    font-size: 16px;
  }
}

.pg_whitening_sec02 h3 .step_num > span {
  font-size: 22px;
}

@media (max-width: 750px) {
  .pg_whitening_sec02 h3 .step_num > span {
    font-size: 18px;
  }
}

.pg_whitening_sec02 p {
  margin-top: .5em !important;
}

.qa_wrap .qa {
  position: relative;
  margin-bottom: 1em;
}

.qa_wrap .qa dt, .qa_wrap .qa dd {
  padding: 1em;
}

@media (max-width: 750px) {
  .qa_wrap .qa dt, .qa_wrap .qa dd {
    padding: .7em .5em;
  }
}

.qa_wrap .qa dt {
  position: relative;
  background: rgba(163, 163, 163, 0.3);
  font-weight: normal;
}

@media (min-width: 751px) {
  .qa_wrap .qa dt {
    font-size: 16px;
  }
}

@media (max-width: 750px) {
  .sp_flex-wrap_none {
    flex-wrap: nowrap;
  }
}

@media (max-width: 750px) {
  .th_p_fix {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}

.post-type-archive #main_col,
.single-news #main_col {
  width: 100%;
}

@media (max-width: 750px) {
  .post-type-archive #main_col,
  .single-news #main_col {
    margin: 30px auto 40px !important;
  }
}

/*# sourceMappingURL=custom.css.map */
