@charset "UTF-8";
/*
Theme Name:design_template_child
Version:1.0
Template:design_template
*/
.pagetop_block #pagetop a {
  background: #F48FB1;
}
.pagetop_block .contact_sp a {
  background: #C8C0A4;
}

body .under_line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(244, 143, 177, 0.2)));
  background: linear-gradient(transparent 60%, rgba(244, 143, 177, 0.2) 40%);
  border: 0;
  font-weight: normal;
}

.home header {
  position: absolute;
  top: 0;
  left: 0;
}

a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

p {
  font-size: 16px;
}

dt {
  font-size: 16px;
}

dd {
  font-size: 16px;
}

.mb0 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

@media (max-width: 999px) {
  .pc-only03 {
    display: none !important;
  }
}

.sp-only03 {
  display: none !important;
}
@media (max-width: 1000px) {
  .sp-only03 {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .pc-text-center {
    text-align: center;
  }
}

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

.color_primary {
  color: #F48FB1;
}

h2 {
  color: #3C3C3A;
  position: relative;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.05em;
  padding-bottom: 24px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 768px) {
  h2.pc_left {
    text-align: left;
  }
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}
.more a {
  display: block;
  letter-spacing: normal;
  color: #fff;
  background: #F48FB1;
  padding: 0.82em 0;
  margin-bottom: 1px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-width: 316px;
  width: 100%;
  line-height: 1.4;
  border-radius: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  border: 1px solid #F48FB1;
  font-weight: normal;
  position: relative;
}
.more a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.more a:hover {
  background: #fff;
  color: #F48FB1;
}
.more a:hover:after {
  background: #F48FB1;
}
.more.out_link a::before {
  content: "";
  display: block;
  border: 0;
  background: url(/wp-content/uploads/link_on.png) no-repeat center/100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: auto;
  right: 5%;
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more.out_link a:hover::before {
  background: url(/wp-content/uploads/link_off.png) no-repeat center/100%;
}
@media (min-width: 768px) {
  .more.pc_left a {
    margin-left: 0;
  }
}

header {
  background: transparent;
}
@media (max-width: 999px) {
  header {
    padding: 10px 0;
  }
}
@media (max-width: 999px) {
  header #drawer {
    right: 0;
    top: 14px;
  }
}
header #drawer .menu {
  background: #F48FB1;
}
header #drawer .open span {
  border-color: #F48FB1;
}
header #drawer .open:before, header #drawer .open:after {
  border-color: #F48FB1;
}
header .header_pc .header_logo {
  width: 300px;
}
@media (max-width: 999px) {
  header .header_pc .header_logo {
    width: 200px;
  }
}
header .header_pc .header_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 999px) {
  header .header_pc .header_item {
    margin: 0 40px 0 20px;
  }
}
header .header_pc .header_item .hdr_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header_pc .header_item .hdr_link .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  header .header_pc .header_item .hdr_link .pc .header_cta {
    width: 110px;
  }
}
@media (max-width: 999px) {
  header .header_pc .header_item .hdr_link .pc {
    display: none;
  }
}
@media (max-width: 999px) {
  header .header_pc .header_item .header_nav {
    display: none;
  }
}
@media (min-width: 1000px) {
  header .header_pc .header_item .header_nav ul li {
    word-break: keep-all;
  }
}
header .header_pc .header_item .header_nav ul li:not(:last-child) {
  margin-right: 24px;
}
@media (max-width: 999px) {
  header .header_pc .header_item .header_nav ul li:not(:last-child) {
    margin-right: 24px;
  }
}
header .header_pc .header_item .header_nav ul li a {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 1200px) {
  header .header_pc .header_item .header_nav ul li a {
    font-size: 12px;
  }
}
@media (max-width: 999px) {
  header .header_pc .header_item .header_cta {
    width: auto;
    height: auto;
  }
  header .header_pc .header_item .header_cta:not(:last-child) {
    margin-right: 10px;
  }
  header .header_pc .header_item .header_cta a {
    display: block;
    padding: 10px;
	  background: transparent !important;
    border: transparent !important;
  }
}
@media (max-width: 999px) {
  header .header_pc .header_item .header_cta .icon {
    display: none;
  }
}
header .header_pc .header_item .header_cta .sp {
  display: none;
}
@media (max-width: 999px) {
  header .header_pc .header_item .header_cta .sp {
    display: block;
    max-width: 30px;
    margin-bottom: 0;
  }
}
header .header_pc .header_item .header_cta.tel a {
  background: #fff;
  border: 1px solid #F48FB1;
}
@media (min-width: 1000px) {
  header .header_pc .header_item .header_cta.tel a {
    border-top: 0;
    border-radius: 0 0 0 14px;
  }
}
header .header_pc .header_item .header_cta.tel .icon {
  color: #F48FB1;
  background: url(/wp-content/uploads/icon_001.png) no-repeat center top/28px;
  padding-top: 38px;
}
header .header_pc .header_item .header_cta.cont a {
  background: #F48FB1;
  border: 1px solid #F48FB1;
}
@media (min-width: 1000px) {
  header .header_pc .header_item .header_cta.cont a {
    border-top: 0;
  }
}
header .header_pc .header_item .header_cta.cont .icon {
  color: #fff;
  background: url(/wp-content/uploads/blog_icon.png) no-repeat center top/28px;
  padding-top: 38px;
}

.slick-slide:nth-of-type(1) img {
  -webkit-animation: zoomIn linear 10s !important;
          animation: zoomIn linear 10s !important;
}
.slick-slide img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 10s;
  transition: 10s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.slick-slide.slick-active img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.loading div {
  width: 500px;
}
@media (max-width: 767px) {
  .loading div {
    width: 80vw;
  }
}
.loading div img {
  width: 500px;
}
@media (max-width: 767px) {
  .loading div img {
    width: 80vw;
  }
}

.main_visual {
  overflow: hidden;
  height: auto;
}
@media (max-width: 767px) {
  .main_visual {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .main_visual .main_visual_inner .slider {
    position: relative;
    width: 100%;
    margin: auto;
    margin-right: 0;
  }
  .main_visual .main_visual_inner .slider::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/mv_bg.png) no-repeat center/cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
  }
}
.main_visual .main_visual_inner .slider .slick-slide {
  background: transparent;
}
.main_visual .main_visual_inner .slider .slick-slide img {
  height: auto;
}
.main_visual .mc {
  position: absolute;
  top: auto;
  left: auto;
  right: 9.3023255814%;
  bottom: 33%;
  margin: 0 auto;
  width: 39.9224806202%;
  z-index: 2;
}
@media (max-width: 767px) {
  .main_visual .mc {
    left: 0;
    width: 100%;
    left: 0;
    bottom: 0;
  }
}

footer .footer_nav {
  margin-top: 30px;
}
footer .footer_nav ul li a {
  font-weight: normal;
}
footer .footer_logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
footer .footer_logo img {
  width: 100%;
}
footer .footer_inner {
  padding: 60px 0;
}
footer .footer_inner .footer_shopinfo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 900px;
  width: 100%;
}
footer .footer_inner .footer_shopinfo .footer_logo img {
  width: 300px;
}
@media (max-width: 767px) {
  footer .footer_inner .footer_shopinfo .footer_logo img {
    width: 250px;
  }
}
footer .copy {
  padding: 4px 0;
  background: #C8C0A4;
}
footer .copy small {
  color: #fff;
}

body [href*=tel] {
  color: #3C3C3A;
  text-decoration: none;
}

[id^=f_sec] {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  [id^=f_sec] {
    margin-bottom: 80px;
  }
}
[id^=f_sec] .container {
  padding: 0 6%;
  max-width: calc(1000px + 12%);
}
@media (max-width: 767px) {
  [id^=f_sec] .container {
    max-width: 500px;
  }
}
[id^=f_sec] .ttl_box {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  [id^=f_sec] .ttl_box {
    margin-bottom: 28px;
  }
}
@media (min-width: 768px) {
  [id^=f_sec] .ttl_box.pc_left {
    text-align: left;
  }
  [id^=f_sec] .ttl_box.pc_left h2 {
    text-align: left;
  }
  [id^=f_sec] .ttl_box.pc_left .h2_sub {
    text-align: left;
  }
}
[id^=f_sec] .sub_ttl {
  font-size: 22px;
  line-height: 1.6363636364;
  letter-spacing: 0.1em;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  [id^=f_sec] .sub_ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
[id^=f_sec] h2 {
  font-size: 54px;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  line-height: 1.4;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  [id^=f_sec] h2 {
    font-size: 34px;
  }
}
[id^=f_sec] h2.item_none {
  padding: 0;
}
[id^=f_sec] h2.item_none::before {
  content: none;
}
[id^=f_sec] h2.item_none::after {
  content: none;
}
[id^=f_sec] h2.item_w {
  background: #fff;
}
[id^=f_sec] h2.item_w::before, [id^=f_sec] h2.item_w::after {
  background: #fff;
}
[id^=f_sec] .h2_sub {
  line-height: 1.4;
  font-size: 16px;
  color: #918867;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  text-align: center;
}

.news_block {
  background: transparent;
}
.news_block .news_block_inner {
  padding: 90px 6%;
  max-width: calc(1000px + 12%);
  width: auto;
}
@media (max-width: 767px) {
  .news_block .news_block_inner {
    padding: 60px 6%;
  }
}
.news_block .news_block_inner .archive_btn_sp {
  display: none;
}
@media (min-width: 768px) {
  .news_block .news_block_inner .news_heading {
    width: 200px;
  }
}
.news_block .news_block_inner .news_heading h3 {
  font-weight: normal;
  font-size: 30px;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
}
.news_block .news_block_inner .news_heading .h3_sub {
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  color: #C8C0A4;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .news_block .news_block_inner .news_list {
    width: calc(100% - 200px);
  }
}
.news_block .news_block_inner .news_list dl dt time {
  color: #C9C9C9;
  font-weight: normal;
  font-size: 16px;
}
.news_block .news_block_inner .news_list dl dd {
  font-weight: normal;
}
.news_block .news_block_inner .news_list dl dd a {
  font-size: 16px;
  font-weight: normal;
}
.news_block .archive_btn {
  display: none;
}

#f_sec01 {
  overflow: hidden;
  padding: 120px 0;
  background: url(/wp-content/uploads/top_bg001.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #f_sec01 {
    padding: 80px 0;
    background: url(/wp-content/uploads/sp_top_bg001.jpg) no-repeat center/cover;
    position: relative;
  }
  #f_sec01::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100vw;
    background: url(/wp-content/uploads/h2_logo.png) no-repeat center/100%;
    position: absolute;
    top: -10%;
    left: -30%;
    right: auto;
  }
}
@media (min-width: 768px) {
  #f_sec01 .box {
    max-width: 500px;
  }
}
#f_sec01 .txt {
  margin-bottom: 52px;
}
@media (max-width: 767px) {
  #f_sec01 .txt {
    margin-bottom: 42px;
  }
}
#f_sec01 h2 {
  position: relative;
}
@media (min-width: 768px) {
  #f_sec01 h2::before {
    content: "";
    display: block;
    width: 480px;
    height: 480px;
    background: url(/wp-content/uploads/h2_logo.png) no-repeat center/100%;
    position: absolute;
    top: -300%;
    left: -50%;
    right: auto;
  }
}
#f_sec01 .p_box p {
  line-height: 2;
}
#f_sec01 .p_box p:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #f_sec01 .p_box p:not(:last-child) {
    margin-bottom: 16px;
  }
}
#f_sec01 figure {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #f_sec01 .imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#f_sec01 .imgs > * {
  width: 30%;
  border: 2px solid #C8C0A4;
  border-radius: 500px;
  padding: 6px;
  background: rgba(254, 251, 247, 0.3);
}
@media (max-width: 767px) {
  #f_sec01 .imgs > * {
    width: 70%;
    margin: auto;
  }
}
@media (min-width: 768px) {
  #f_sec01 .imgs > *:not(:last-child) {
    margin-right: 5.2%;
  }
}
@media (max-width: 767px) {
  #f_sec01 .imgs > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
#f_sec01 .imgs > * img {
  border-radius: 500px;
  border: 1px solid #C8C0A4;
}

.sec_some {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .sec_some {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  .sec_some .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec_some .box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .sec_some .box.reverse > *:not(:last-child) {
    margin-right: 0;
  }
  .sec_some .box.reverse > *:not(:first-child) {
    margin-right: 7%;
  }
}
@media (min-width: 768px) {
  .sec_some .box > *:not(:last-child) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .sec_some .box > *:not(:last-child):not(:last-child) {
    margin-bottom: 16px;
  }
}
.sec_some .img {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sec_some .img {
    width: 43%;
  }
}
@media (max-width: 767px) {
  .sec_some .img {
    padding-top: 70%;
    width: 100%;
  }
}
.sec_some .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .sec_some .txt {
    width: 50%;
  }
}
.sec_some .list_box {
  position: relative;
  padding-top: 15px;
}
.sec_some .list_box ul {
  padding: 35px 6% 30px;
  border: 1px solid #C8C0A4;
  border-radius: 14px;
  position: relative;
  list-style: none;
  margin-bottom: 0;
}
.sec_some .list_box li {
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  line-height: 1.6;
}
.sec_some .list_box li:not(:last-child) {
  margin-bottom: 0.5em;
}
.sec_some .list_box li::before {
  content: "・";
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: auto;
  margin: 0 auto;
}
.sec_some .list_ttl {
  background: #C8C0A4;
  border-radius: 500px;
  line-height: 1.6;
  padding: 0.2em 1em;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 6%;
  bottom: auto;
  right: auto;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .sec_some .list_ttl {
    width: 70%;
    left: 0;
    right: 0;
  }
}
.sec_some .p_box {
  margin-bottom: 22px;
}
.sec_some .p_box p {
  line-height: 2;
}
.sec_some .more {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec_some .more {
    margin-top: 30px;
  }
}

#f_sec02 {
  background: url(/wp-content/uploads/top_bg002.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #f_sec02 {
    background: url(/wp-content/uploads/sp_top_bg002.jpg) no-repeat center/cover;
  }
  #f_sec02 .img img {
    -o-object-position: top;
       object-position: top;
  }
}

#f_sec03 {
  background: url(/wp-content/uploads/top_bg003.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  #f_sec03 {
    background: url(/wp-content/uploads/sp_top_bg003.jpg) no-repeat center/cover;
  }
  #f_sec03 .img img {
    -o-object-position: bottom;
       object-position: bottom;
  }
}

#f_sec_parallax {
  background: url(/wp-content/uploads/parallax.jpg) no-repeat center/cover;
  padding: 100px 0;
}
@media (min-width: 1367px) {
  #f_sec_parallax {
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  #f_sec_parallax {
    padding: 80px 0 60px;
  }
}
#f_sec_parallax .box {
  max-width: 780px;
  margin: auto;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  padding: 60px calc(8px + 6%) 80px;
}
#f_sec_parallax .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  background: url(/wp-content/uploads/bg.png) no-repeat center/100% 100%;
  opacity: 0.8;
}
#f_sec_parallax .box::after {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  margin: auto;
  background: url(/wp-content/uploads/border.png) no-repeat center/100% 100%;
  opacity: 0.8;
}
#f_sec_parallax .txt {
  line-height: 2.2727272727;
  font-size: 22px;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  z-index: 2;
  position: relative;
  text-align: center;
}
#f_sec_parallax .txt .color_primary {
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
}
@media (max-width: 767px) {
  #f_sec_parallax .txt {
    line-height: 1.8;
  }
}

#f_sec04 .box {
  max-width: 780px;
  margin: auto;
}
@media (min-width: 768px) {
  #f_sec04 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 768px) {
  #f_sec04 .box > * {
    width: 31.2820512821%;
  }
}
@media (min-width: 768px) {
  #f_sec04 .box > *:not(:last-child) {
    margin-right: 4.358974359%;
  }
}
@media (max-width: 767px) {
  #f_sec04 .box > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
#f_sec04 .link01 a {
  background: url(/wp-content/uploads/top_img006.png) no-repeat center/cover;
}
#f_sec04 .link02 a {
  background: url(/wp-content/uploads/top_img007.png) no-repeat center/cover;
}
#f_sec04 .link03 a {
  background: url(/wp-content/uploads/top_img008.png) no-repeat center/cover;
}
#f_sec04 a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 71.3114754098%;
}
#f_sec04 a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  #f_sec04 a {
    padding-top: 50%;
  }
}
#f_sec04 .ttl {
  background: rgba(244, 143, 177, 0.76);
  padding: 16px 6%;
  position: relative;
}
@media (max-width: 767px) {
  #f_sec04 .ttl {
    padding: 10px 6%;
  }
}
#f_sec04 .ttl:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#f_sec04 h3 {
  font-size: 30px;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  color: #fff;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #f_sec04 h3 {
    font-size: 24px;
  }
}
#f_sec04 .h3_sub {
  text-align: center;
  font-size: 16px;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  color: #fff;
  line-height: 1.4;
}

#f_sec05 .box {
  position: relative;
  padding-top: 30px;
  max-width: 780px;
  margin: auto;
}
#f_sec05 .inner {
  border: 2px solid #C8C0A4;
  border-radius: 14px;
  padding: 120px 3% 60px;
}
@media (max-width: 767px) {
  #f_sec05 .inner {
    padding: 100px 6% 40px;
  }
}
#f_sec05 .ttl {
  position: absolute;
  display: table;
  top: 0;
  left: auto;
  right: 50%;
  bottom: auto;
  margin: 0 auto;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: #fff;
  padding: 0 6%;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 767px) {
  #f_sec05 .ttl {
    max-width: 92%;
  }
}
#f_sec05 .ttl h2 {
  font-size: 30px;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  color: #C8C0A4;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  #f_sec05 .ttl h2 {
    font-size: 24px;
  }
}
#f_sec05 .ttl h2 span {
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  #f_sec05 .ttl h2 span {
    font-size: 16px;
  }
}
#f_sec05 .speech_bubble {
  position: relative;
  display: table;
  margin: auto;
}
#f_sec05 .speech_bubble::before, #f_sec05 .speech_bubble::after {
  content: "";
  display: table;
  width: 1px;
  height: 100%;
  background: #3C3C3A;
  position: absolute;
  top: auto;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #f_sec05 .speech_bubble::before, #f_sec05 .speech_bubble::after {
    height: 60%;
  }
}
@media (max-width: 380px) {
  #f_sec05 .speech_bubble::before, #f_sec05 .speech_bubble::after {
    content: none;
  }
}
#f_sec05 .speech_bubble::before {
  left: calc(100% + 60px);
  right: auto;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media (max-width: 767px) {
  #f_sec05 .speech_bubble::before {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
    left: calc(100% + 30px);
  }
}
#f_sec05 .speech_bubble::after {
  left: auto;
  right: calc(100% + 60px);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
@media (max-width: 767px) {
  #f_sec05 .speech_bubble::after {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
    right: calc(100% + 30px);
  }
}
#f_sec05 .speech_bubble p {
  text-align: center;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
  line-height: 1.4;
  font-size: 20px;
}
#f_sec05 .speech_bubble .text_large {
  font-size: 40px;
  font-weight: bold;
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
}
@media (max-width: 767px) {
  #f_sec05 .speech_bubble .text_large {
    font-size: 26px;
  }
}
#f_sec05 .speech_bubble .under_line {
  font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
}
#f_sec05 .more {
  margin-top: 30px;
}
#f_sec05 .more a {
  max-width: 450px;
}
@media (min-width: 768px) {
  #f_sec05 .more a {
    font-size: 24px;
  }
}
#f_sec05 figure {
  margin-bottom: 0;
  padding: 10px;
  background: rgba(200, 192, 164, 0.5);
  border-radius: 500px;
}
@media (max-width: 767px) {
  #f_sec05 figure {
    padding: 6px;
  }
}
#f_sec05 .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-width: 580px;
  margin: auto;
  margin-top: 40px;
}
@media (max-width: 767px) {
  #f_sec05 .imgs {
    margin-top: 30px;
  }
}
#f_sec05 .imgs > * {
  width: 29.3103448276%;
}
#f_sec05 .imgs > *:not(:last-child) {
  margin-right: 6.0344827586%;
}
#f_sec05 .imgs > *:nth-of-type(even) {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #f_sec05 .imgs > *:nth-of-type(even) {
    margin-bottom: 20px;
  }
}

#f_sec_cont {
  background: url(/wp-content/uploads/top_bg005.jpg) no-repeat center/cover;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #f_sec_cont {
    padding: 80px 0;
  }
}
@media (min-width: 768px) {
  #f_sec_cont .ttl_box {
    margin-bottom: 38px;
  }
}
#f_sec_cont .box > * {
  text-align: center;
}
#f_sec_cont .number {
  margin-bottom: 18px;
}
#f_sec_cont .tel {
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  #f_sec_cont .tel {
    margin-bottom: 6px;
  }
}
#f_sec_cont .tel a {
  color: #F48FB1;
  font-size: 24px;
  line-height: 1;
}
#f_sec_cont .tel span {
  font-size: 16px;
  color: #F48FB1;
}
#f_sec_cont .reserve {
  font-size: 20px;
}
#f_sec_cont p {
  text-align: center;
}
#f_sec_cont p:not(.more, .tel, .reserve) {
  line-height: 2;
}
@media (max-width: 767px) {
  #f_sec_cont p:not(.more, .tel, .reserve, .h2_sub) {
    text-align: left;
  }
}
#f_sec_cont .info {
  border: 1px solid rgba(60, 60, 58, 0.5);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 350px;
  margin: auto;
  margin-top: 46px;
}
#f_sec_cont .info dt, #f_sec_cont .info dd {
  margin-bottom: 0;
  line-height: 2;
  font-weight: normal;
  text-align: left;
  padding: 10px 16px;
}
#f_sec_cont .info dt:not(:last-of-type), #f_sec_cont .info dd:not(:last-of-type) {
  border-bottom: 1px solid rgba(60, 60, 58, 0.5);
}
#f_sec_cont .info dt {
  width: 120px;
  padding-right: 0;
}
#f_sec_cont .info dd {
  width: calc(100% - 120px);
  padding-left: 0;
}
#f_sec_cont .btns {
  margin-top: 50px;
}
@media (min-width: 850px) {
  #f_sec_cont .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 849px) {
  #f_sec_cont .btns {
    margin-top: 30px;
  }
}
@media (min-width: 850px) {
  #f_sec_cont .btns > * {
    width: 33%;
    margin: 0;
  }
  #f_sec_cont .btns > * a {
    max-width: none;
  }
}
@media (min-width: 850px) {
  #f_sec_cont .btns > *:not(:last-child) {
    margin-right: 2.4%;
  }
}
@media (max-width: 849px) {
  #f_sec_cont .btns > *:not(:last-child) {
    margin-bottom: 16px;
  }
}
#f_sec_cont .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #f_sec_cont .sns {
    margin-top: 30px;
  }
}
#f_sec_cont .sns > * {
  width: 40px;
}
@media (max-width: 767px) {
  #f_sec_cont .sns > * {
    width: 30px;
  }
}
#f_sec_cont .sns > *:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #f_sec_cont .sns > *:not(:last-child) {
    margin-bottom: 16px;
  }
}

.pagetop_block .contact_sp a::before {
  content: none;
}

.line {
	background: #34CD72 !important;
	border: 1px solid #34CD72 !important;
}

.line:hover {
	background: #fff !important;
	color: #34CD72 !important;
}
.more a:hover:after {
  background: #34CD72 !important;
}

#f_sec_route h2 {
    font-size: 54px;
    font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
    line-height: 1.4;
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 0;
}

#f_sec_route .h2_sub {
    line-height: 2;
    font-size: 16px;
    color: #918867;
    font-family: "Times New Roman", "Yu Mincho", serif, "HiraMinProN-W3", "HiraMinProN-W6";
    text-align: center;
}

#f_sec_route {
	margin-bottom:50px;
}
@media (max-width: 767px) {
  #f_sec_route .row {
	flex-direction: column;
}
}
