@charset "UTF-8";
/* 
Theme Name: Genova Template
File: content.css
Theme Author: Genova Design
Author URL: https://genova.co.jp/
Template: genova_tpl
Description: This file is reserved for under pages (not top-page) and other elements
Version: 1.2
*/
@import url("https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
:root {
  --primary: #22201E;
  --clo_363636: #363636;
  --clo_9161A6: #9161A6;
  --clo_92C3B7: #92C3B7;
}

body {
  color: var(--primary);
  /*font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  font-style: normal;*/
  /* font-family: "hiragino-kaku-gothic-pron", sans-serif; */
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-weight: 300;
  font-style: normal;
}

.dnt-marcellus {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-notosans {
  font-family: "Noto Sans JP", serif;
  font-style: normal;
}

.fnt-zen-maru-gothic {
  font-family: "zen-maru-gothic", sans-serif;
  font-style: normal;
}

.fnt-Shippori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.fnt-ShueiGoKinStd {
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-style: normal;
}

/*-----------------------------------------------------------
■ 1 Under page
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
#content {
  min-height: 600px;
  padding: 63px 0 100px;
}

/*--------------------------------------
	title holder
--------------------------------------*/
.title-holder {
  display: table;
  width: 100%;
  min-height: 295px;
  background-image: url(../img/main_img_h1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  margin-bottom: 65px;
}

.title-holder .title-holder__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}

.title-holder .container h1,
.title-holder .container h2 {
  letter-spacing: 0em;
  font-size: 0;
}

.title-holder .container h1 span,
.title-holder .container h2 span {
  font-size: 32px;
  display: block;
  color: #8D5F4A;
  font-weight: bold;
  position: relative;
  top: 0;
}

@media screen and (max-width: 767px) {
  .title-holder {
    min-height: 200px;
  }
  .title-holder .container h1 small,
  .title-holder .container h2 small {
    font-size: 24px;
  }
  #content .container {
    padding: 0 15px;
  }
  .title-holder .container h1 span,
  .title-holder .container h2 span {
    font-size: 24px;
  }
}

/*--------------------------------------
	bread
--------------------------------------*/
#bread {
  width: 100%;
  padding: 0 30px;
  text-align: center;
  line-height: 1.3;
  position: absolute;
  bottom: -30px;
  left: 0;
}

#bread li {
  display: inline;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #22201E;
}

#bread li + li::before {
  content: ">";
  padding-right: 0.3em;
}

#bread li a {
  vertical-align: baseline;
  text-decoration: underline;
  color: #22201E;
}

#bread li a:hover {
  text-decoration: none;
}

.table-style1 th {
  box-sizing: border-box;
  border: 1px solid #CBCAC9;
  background-color: #E59288;
  color: #FFF;
  padding: 10px 15px;
  word-break: break-all;
  box-sizing: border-box;
  width: 25%;
}

.table-style1 td {
  box-sizing: border-box;
  padding: 10px 15px;
  word-break: break-all;
  color: #22201E;
  border: 1px solid #CBCAC9;
}

.table-style {
  display: flex;
  box-sizing: border-box;
  border: 1px solid #E59288;
}

.table-style dl {
  width: 25%;
  box-sizing: border-box;
}

.table-style dl + dl {
  border-left: 1px solid #E59288;
}

.table-style dl dt {
  background-color: #E59288;
  color: #FFF;
  padding: 10px;
  word-break: break-all;
  box-sizing: border-box;
}

.table-style dl dd {
  box-sizing: border-box;
  padding: 10px;
  word-break: break-all;
  color: #22201E;
  border-top: 1px solid #E59288;
}

/*--------------------------------------
	titles
--------------------------------------*/
/* h2 */
.under-title__h2, h2.elementor-heading-title {
  position: relative;
  font-size: 32px;
  letter-spacing: 0.12em;
  line-height: 1.5625;
  color: #8D5F4A;
  background: #FAF7EF;
  border: 1px solid #C6B550;
  box-sizing: border-box;
  padding: 24px 50px;
  margin-bottom: 35px;
  box-sizing: border-box;
}

.under-title__h2::after, h2.elementor-heading-title::after {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  right: 9px;
  left: 9px;
  border: 1px solid #C6B550;
}

/* h3 */
.under-title__h3, h3.elementor-heading-title {
  position: relative;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #8D5F4A;
  border-left: 9px solid #E59288;
  box-sizing: border-box;
  padding: 6px 0px 6px 20px;
  margin-bottom: 30px;
}

.under-title__h3 h3::before, h3.elementor-heading-title::before {
  content: "";
  position: absolute;
  left: -9px;
  right: 0px;
  bottom: -10px;
  border-bottom: 2px solid #DFD8A4;
}

.under-title__h3 h3::after, h3.elementor-heading-title::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -9px;
  background: #FEF7F7;
  width: 9px;
  height: 50%;
}

/* h4 */
.under-title__h4 h4, h4.elementor-heading-title {
  position: relative;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.66;
  color: #22201E;
  padding-left: 34px;
  margin-bottom: 20px;
}

.under-title__h4 h4::before, h4.elementor-heading-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  display: block;
  height: 19px;
  width: 19px;
  background: none;
  border: 3px solid #DFD8A4;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.elementor-image-box-title {
  /*   font-family: "Zen Old Mincho", serif; */
  font-weight: 400;
  font-style: normal;
  color: #22201E;
  padding-left: 45px;
  position: relative;
  letter-spacing: 0.06em;
  line-height: 33px;
}

.elementor-image-box-title::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  background: #55482E;
  opacity: 0;
}

.elementor-image-box-title span {
  font-size: 20px;
  color: #FFF;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  line-height: 32px;
  background: #E59288;
  text-align: center;
}

/* h5 */
.under-title__h5, h5.elementor-heading-title {
  position: relative;
  letter-spacing: 0.06em;
  line-height: 1.75;
  font-size: 18px;
  color: #22201E;
  padding-left: 29px;
  margin-bottom: 20px;
}

.under-title__h5 h5::before, h5.elementor-heading-title::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  background: #FEF7F7;
  width: 15px;
  height: 15px;
}

.list-ul li {
  list-style: none;
  padding-left: 38px;
  background: url(../img/list_i.png) no-repeat top 8px left;
  background-size: 25px auto;
  margin-top: 10px;
}

.flow .elementor-widget-container {
  background: #FEF7F7;
  padding: 25px;
}

.flow.none-bg .elementor-widget-container {
  background: none;
  padding: 0;
}

.flow.arr {
  position: relative;
  z-index: 1;
  margin-bottom: 33px;
}

.flow.arr::before {
  width: 36px;
  height: 36px;
  background: #F8F8F0;
  z-index: -1;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -18px;
  content: "";
  transform: rotate(45deg);
}

.flow.none {
  background: none;
}

.flow p span {
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #content {
    padding: 15px 0 100px;
  }
  .table-style1 {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .table-style1 th {
    padding: 10px 5px;
  }
  .table-style1 td {
    box-sizing: border-box;
    padding: 10px 5px;
  }
  .under-title__h2 h2, h2.elementor-heading-title {
    font-size: 24px;
    padding: 22px 26px 22px 30px;
  }
  .under-title__h3 h3, h3.elementor-heading-title {
    font-size: 22px;
    padding: 5px 0px 5px 15px;
    border-left-width: 5px;
  }
  .under-title__h3 h3::before, h3.elementor-heading-title::before {
    left: -5px;
    bottom: -7px;
  }
  .under-title__h3 h3::after, h3.elementor-heading-title::after {
    left: -5px;
    width: 5px;
  }
  .under-title__h4 h4, h4.elementor-heading-title {
    font-size: 18px;
    padding-left: 30px;
  }
  .under-title__h4 h4::before, h4.elementor-heading-title::before {
    width: 16px;
    height: 16px;
    top: 7px;
  }
  .under_title_h5 h5, h5.elementor-heading-title {
    font-size: 18px;
  }
}

/*--------------------------------------
	btn
--------------------------------------*/
.btnTel {
  vertical-align: baseline;
}

.btn_inner {
  display: flex;
  justify-content: center;
}

.btn a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  padding: 14px 10px 14px 10px;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background: #69594A;
  border-radius: 24px;
  overflow: hidden;
}

.btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-image: url(../img/arrow_btn.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 7px;
  height: 12px;
}

.btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: 16px;
  }
}

/*-----------------------------------------------------------
■ 2 Blocks
-----------------------------------------------------------*/
/*--------------------------------------
	google calendar
--------------------------------------*/
.google-calendar {
  position: relative;
  height: 0;
  padding-top: 500px;
  overflow: hidden;
}

.google-calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .google-calendar {
    padding-top: 400px;
  }
}

/*--------------------------------------
	map
--------------------------------------*/
.map {
  position: relative;
  width: 100%;
  padding-top: 300px;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/*--------------------------------------
	treatment 診療科目
--------------------------------------*/
.treatment-block {
  padding: 55px;
  font-size: 16px;
  letter-spacing: 1.6px;
  color: #535353;
  background: #f0f5ef;
}

.treatment-block h2 {
  font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
  font-weight: bold;
  font-size: 33px;
  letter-spacing: 3.96px;
  color: var(--primary);
}

.treatment-block .elementor-button {
  position: relative;
  width: 100%;
  font-family: "秀英角ゴシック銀 B", "Shuei KakuGo Gin B";
  font-weight: bold;
  text-align: left;
  line-height: 1;
  color: #ffffff;
  background: var(--primary);
}

.treatment-block .elementor-button.elementor-size-sm {
  max-width: 250px;
  padding: 18px 25px;
  font-size: 18px;
  letter-spacing: 2px;
}

.treatment-block .elementor-button.elementor-size-md {
  max-width: 350px;
  padding: 20px 30px;
  font-size: 20px;
  letter-spacing: 2.4px;
}

.treatment-block .elementor-button.elementor-size-lg {
  max-width: 450px;
  padding: 22px 30px;
  font-size: 22px;
  letter-spacing: 3.5px;
}

.treatment-block .elementor-button::after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 4.5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .treatment-block {
    padding: 30px;
  }
  .table-style1.th-first th:first-child {
    width: 31%;
  }
}

@media screen and (max-width: 767px) {
  .treatment-block {
    padding: 30px 15px;
  }
  .treatment-block .elementor-button-wrapper {
    text-align: center;
  }
}

/*--------------------------------------
	timetable
--------------------------------------*/
.timetable table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.timetable table th,
.timetable table td {
  padding: 4px 0 5px;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}

.timetable table thead th {
  padding: 0 0 10px;
  border-bottom: 1px solid #96967e;
  font-weight: normal;
}

.timetable table thead th:first-child {
  width: 28%;
  text-align: left;
}

.timetable table tbody tr td:first-child {
  padding-right: 10px;
  text-align: left;
  word-break: keep-all;
  white-space: nowrap;
}

.timetable table tbody tr:first-child td {
  padding-top: 17px;
}

.timetable table tbody tr:last-child td {
  padding-bottom: 17px;
  border-bottom: 1px solid #96967e;
}

@media screen and (min-width: 768px) {
  .timetable table thead th:first-child {
    width: 170px;
  }
  .timetable table tbody tr td:first-child {
    padding-right: 40px;
  }
}

/*--------------------------------------
	image wrap
--------------------------------------*/
.image-wrap__left img {
  float: left;
  margin: 0 15px 15px 0;
}

.image-wrap__right img {
  float: right;
  margin: 0 0 15px 15px;
}

@media (max-width: 768px) {
  .image-wrap__left img,
  .image-wrap__right img {
    display: block;
    float: none;
    width: auto;
    margin: 0 auto;
  }
}

/*--------------------------------------
	border box
--------------------------------------*/
.frame-box {
  padding: 40px;
  border: 3px solid #9f9f9f;
}

.frame-box h3 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B";
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  color: #686868;
}

.frame-box h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-radius: 50%;
  background: #2a81f3;
}

/*--------------------------------------
	Q&A
--------------------------------------*/
.qa .qa__block + .qa__block {
  margin-top: 40px;
}

.qa__block dt,
.qa__block dd {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.qa__block .qa__num {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
}

.qa__block dt .qa__num span,
.qa__block dd .qa__num span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
  color: #fff;
  background: var(--primary);
}

.qa__block dd .qa__num span {
  color: var(--primary);
  background: var(--secondary);
}

.qa__block .qa__text {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.qa_list dt .qa__text {
  font-size: 18px;
}

/*--------------------------------------
	num list
--------------------------------------*/
.num-list {
  counter-reset: li;
}

.num-list .elementor-icon-list-items li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
}

.num-list .elementor-icon-list-items li:last-child {
  margin-bottom: 0;
}

.num-list .elementor-icon-list-items li::before {
  content: counter(li, decimal);
  counter-increment: li;
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #fff;
  background: var(--primary);
}

/*--------------------------------------
	check list
--------------------------------------*/
#main .check-list .elementor-icon-list-items li {
  position: relative;
  padding: 2px 0 2px 30px;
}

#main .check-list .elementor-icon-list-items li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  height: 20px;
  width: 20px;
  background: #f8efe9;
}

#main .check-list .elementor-icon-list-items li::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 1px;
  display: block;
  width: 10px;
  height: 15px;
  border: solid #fc9a5a;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}

/*--------------------------------------
	anchor link list
--------------------------------------*/
.anchor-links {
  padding: 50px 38px 32px 60px;
  background: #FEF7F7;
  list-style: none;
  margin-bottom: 40px;
}

.anchor-links ul {
  display: flex;
  flex-wrap: wrap;
}

.anchor-links .elementor-icon-list-items li {
  position: relative;
  display: inline-block;
  margin: 0 22px 18px 0;
  line-height: 1.6;
}

.anchor-links .elementor-icon-list-items li a {
  text-decoration: none;
  line-height: 40px;
  border-radius: 20px;
  background: #FFF;
  padding: 0 28px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
}

.anchor-links .elementor-icon-list-items li a:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 13px;
  display: block;
  background: url(../img/arr_lk.png) no-repeat center/cover;
  width: 7px;
  height: 10px;
  transition-duration: 0.6s;
}

.anchor-links .elementor-icon-list-items li a:hover:before {
  transform: rotate(90deg);
}

.anchor-links .elementor-icon-list-items li a:hover {
  text-decoration: none;
  color: var(--primary);
}

.link-d a {
  border-bottom: 1px solid;
  transition: all 0.3s ease;
  word-break: break-all;
  line-height: 22px;
}

.link-d a:hover {
  opacity: 0.8;
  border-bottom: 1px solid transparent;
}

.post-box__content {
  min-height: 235px;
}

@media screen and (max-width: 767px) {
  .anchor-links {
    padding: 30px 17px 25px 30px;
    background: #FEF7F7;
    list-style: none;
    margin-bottom: 40px;
  }
  .anchor-links .elementor-icon-list-items li {
    position: relative;
    display: inline-block;
    margin: 0 15px 12px 0;
    /* line-height: 1.6; */
  }
  .anchor-links .elementor-icon-list-items li a {
    padding: 6px 30px 6px 25px;
    line-height: 22px;
    text-align: left;
    border-radius: 40px;
  }
  .anchor-links .elementor-icon-list-items li a:before {
    top: 50%;
    margin-top: -5px;
  }
}

/*--------------------------------------
	post box
--------------------------------------*/
.post-box__header {
  position: relative;
  padding: 0;
}

.post-box__header h2 {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: bold;
  color: #8D5F4A;
  padding-bottom: 20px;
  border-bottom: 1px solid #8D5F4A;
  margin-bottom: 0;
}

.post-box__header h2 span {
  margin-right: 50px;
  position: relative;
  top: 5px;
}

.post-box__summary-link {
  position: absolute;
  right: 0;
  top: 37px;
  font-size: 15px;
  text-decoration: underline !important;
  color: #8D5F4A;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
}

.post-box__summary-link:hover {
  text-decoration: none !important;
}

.post-box dl {
  font-size: 16px;
  color: #72706E;
  padding: 27px 0;
  border-bottom: 1px dashed #CBCAC9;
  line-height: 24px;
  display: flex;
}

.post-box dl:last-child {
  border-bottom: none;
}

.post-box dl dt {
  width: 175px;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
  color: #72706E;
}

.post-box dl dt .new-label {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  font-size: 9px;
  font-weight: bold;
  background: #E59288;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 16px;
  margin-left: 20px;
  color: #FFF;
  position: relative;
  top: 2px;
}

.post-box dl dd {
  width: calc(100% - 175px);
  color: #8D5F4A;
}

.post-box dl dd a {
  display: block;
  color: #8D5F4A;
}

.post-box dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .post-box__header h2 span {
    margin-right: 16px;
    position: relative;
    top: 2px;
  }
  .post-box__header h2 {
    text-align: left;
    font-size: 16px;
    letter-spacing: 0.15em;
    font-weight: bold;
    color: #8D5F4A;
    padding-bottom: 10px;
    border-bottom: 1px solid #8D5F4A;
    margin-bottom: 0;
  }
  .post-box__summary-link {
    position: absolute;
    right: 0;
    top: 13px;
    font-size: 12px;
    text-decoration: underline !important;
    color: #8D5F4A;
    font-family: "Noto Sans JP", serif;
    font-style: normal;
  }
  .post-box dl {
    font-size: 16px;
    color: #72706E;
    padding: 16px 0;
    border-bottom: 1px dashed #CBCAC9;
    line-height: 24px;
    display: block;
  }
  .post-box dl:last-child {
    border-bottom: 1px dashed #CBCAC9;
  }
  .post-box dl dt .new-label {
    top: 0;
  }
  .post-box dl dt {
    width: 100%;
  }
  .post-box dl dd {
    width: 100%;
    font-size: 14px;
  }
}

/*--------------------------------------
two columns table
--------------------------------------*/
.two-columns-table th,
.two-columns-table td {
  border-bottom: 1px solid var(--primary);
  vertical-align: top;
  line-height: 1.6;
}

.two-columns-table tr:first-child th,
.two-columns-table tr:first-child td {
  border-top: 1px solid var(--primary);
}

.two-columns-table th {
  width: 30%;
  padding: 13px 0px 10px 14px;
}

.two-columns-table td {
  padding: 13px 14px 10px;
}

/*-----------------------------------------------------------
■ 2 Blog
-----------------------------------------------------------*/
/*--------------------------------------
	post
--------------------------------------*/
#posts {
  float: left;
  width: 65%;
}

#blogDetail,
#blogList {
  min-height: 850px;
  margin-top: 40px;
  margin-bottom: 103px;
}

#blogList .post {
  padding-bottom: 35px;
  font-size: 16px;
  line-height: 2;
}

.posts__list li {
  position: relative;
  float: left;
  width: 45%;
  margin-left: 10%;
  margin-bottom: 75px;
}

.posts__list li:nth-child(2n+1) {
  margin-left: 0;
  clear: both;
}

.posts__list li .post__category {
  position: relative;
  left: 0;
  top: 0;
  margin: 0 0 5px;
  line-height: 1;
  z-index: 10;
}

.post .post__category a,
.posts__list .post__category a {
  display: inline-block;
  min-width: 107px;
  height: 25px;
  padding: 2px 8px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 23px;
  text-transform: uppercase;
  color: #fff;
  background: #E59288;
}

.post .post__category a:hover,
.posts__list .post__category a:hover {
  background: #D56E62;
}

.post .post__category a.news,
.posts__list .post__category a.news {
  background: #E59288;
}

.post .post__category a.news:hover,
.posts__list .post__category a.news:hover {
  /* background: #4560bd; */
  filter: brightness(120%);
}

.post .post__category a:before,
.posts__list .post__category a:before {
  margin-right: 7px;
  vertical-align: baseline;
  font-size: 10px;
}

.posts__list li .post__image {
  position: relative;
  overflow: hidden;
  min-height: 26px;
  margin-bottom: 20px;
}

.posts__list li .post__image a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 54%;
}

.posts__list li .post__image a span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1);
  transition: ease-in-out 0.2s;
}

.posts__list li .post__image a:hover span {
  transform: scale(1.1);
}

.posts__list li .post__image span.noimage {
  overflow: hidden;
  line-height: 0;
  text-indent: 100%;
}

.posts__list h3 {
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
  line-height: 1.4;
  letter-spacing: 0;
}

.posts__list h3.h3-noimage {
  margin-top: 35px;
}

.posts__list h3 a:hover {
  opacity: 0.7;
}

.posts__list .post__excerpt {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #72706e;
}

@media screen and (max-width: 1000px) {
  .posts__list li {
    width: 48%;
    margin-left: 4%;
  }
  .posts__list li:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #posts {
    float: none;
    width: 100%;
  }
  .posts__list li {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .posts__list li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #blogDetail .post__header h2 {
    font-size: 22px;
    line-height: 1.4;
  }
  #blogDetail .post__content h3 {
    padding: 26px 5px 26px 20px;
    margin: 35px 0 30px;
    font-size: 20px;
    line-height: 1.4;
  }
  #blogDetail .post__content h4 {
    font-size: 19px;
  }
}

/*--------------------------------------
	blog detail
--------------------------------------*/
#blogDetail .post {
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 1.7;
  color: #0f0e0e;
}

#blogDetail .post__header {
  padding: 0px;
  margin-bottom: 25px;
}

#blogDetail .post__header h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

#blogDetail .post__header .post__meta {
  margin-bottom: 45px;
}

#blogDetail .post__header .post__meta .post__date {
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  #blogDetail .post__header .post__category,
  #blogDetail .post__header .post__meta .post__date {
    float: none;
  }
}

/*--------------------------------------
	post date
--------------------------------------*/
.post .post__date,
.posts__list .post__date {
  font-size: 10px;
  letter-spacing: 0;
  color: var(--primary);
}

.post .post__date span,
.posts__list .post__date span {
  margin-left: 10px;
}

.post .post__date span::before,
.posts__list .post__date span::before {
  margin-right: 5px;
  font-size: 9px;
}

.post .post__date span a,
.posts__list .post__date span a {
  vertical-align: baseline;
  color: var(--primary);
}

.post .post__date span a:hover,
.posts__list .post__date span a:hover {
  text-decoration: underline;
}

.post__content {
  overflow: hidden;
  letter-spacing: 0;
  line-height: 2.3;
}

.post__content a {
  color: #0000ee;
  text-decoration: underline;
}

.post__content h2 {
  font-size: 1.5em;
}

.post__content h3 {
  font-size: 1.4em;
}

.post__content h4 {
  font-size: 1.3em;
}

.post__content h5 {
  font-size: 1.2em;
}

div#blogDetail .post__content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

/*--------------------------------------
	bloginfo box
--------------------------------------*/
.blog-info-box {
  display: table;
  width: 100%;
  margin-top: 60px;
  background: #ebe9e7;
}

.blog-info-box .blog-info-box__name {
  display: table-cell;
  width: 50%;
  padding: 29px 30px;
  border-right: 1px solid #bfbebd;
  vertical-align: middle;
}

.blog-info-box .blog-info-box__name .icon-blog {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #373431;
}

.blog-info-box .blog-info-box__name .icon-blog::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  margin-top: -8px;
  font-size: 15px;
  color: #E59288;
}

.blog-info-box .blog-info-box__share {
  display: table-cell;
  width: 50%;
  padding: 30px 10px;
  vertical-align: middle;
  text-align: center;
}

.blog-info-box .blog-info-box__share li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.blog-info-box .blog-info-box__share li a {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  line-height: 1;
}

.blog-info-box .blog-info-box__share li a::before {
  color: #fff;
}

.blog-info-box .blog-info-box__share .icon-facebook {
  background: #4967a3;
}

.blog-info-box .blog-info-box__share .icon-facebook:hover {
  background: #587cc1;
}

.blog-info-box .blog-info-box__share .icon-facebook::before {
  margin-top: 12px;
  font-size: 26px;
}

.blog-info-box .blog-info-box__share .icon-line {
  background: #18bc01;
}

.blog-info-box .blog-info-box__share .icon-line:hover {
  background: #1cde00;
}

.blog-info-box .blog-info-box__share .icon-line::before {
  font-size: 29px;
  margin-top: 11px;
}

.blog-info-box .blog-info-box__share .icon-twitter {
  background: #11bbef;
}

.blog-info-box .blog-info-box__share .icon-twitter:hover {
  background: #13c7fe;
}

.blog-info-box .blog-info-box__share .icon-twitter::before {
  margin-top: 14px;
  font-size: 24px;
}

.blog-info-box .blog-info-box__share .icon-google {
  background: #e05c4f;
}

.blog-info-box .blog-info-box__share .icon-google:hover {
  background: #fb7468;
}

.blog-info-box .blog-info-box__share .icon-google::before {
  margin-top: 15px;
  font-size: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blog-info-box .blog-info-box__share li {
    margin: 0 3px;
  }
  .blog-info-box .blog-info-box__share li a {
    width: 40px;
    height: 40px;
  }
  .blog-info-box .blog-info-box__share .icon-facebook::before {
    margin-top: 9px;
    font-size: 22px;
  }
  .blog-info-box .blog-info-box__share .icon-line::before {
    margin-top: 8px;
    font-size: 25px;
  }
  .blog-info-box .blog-info-box__share .icon-twitter::before {
    margin-top: 11px;
    font-size: 20px;
  }
  .blog-info-box .blog-info-box__share .icon-google::before {
    margin-top: 12px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .blog-info-box {
    display: block;
  }
  .blog-info-box .blog-info-box__name {
    display: block;
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #bfbebd;
    text-align: center;
  }
  .blog-info-box .blog-info-box__name .icon-blog {
    display: inline-block;
    text-align: left;
  }
  .blog-info-box .blog-info-box__share {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
}

/*--------------------------------------
	navigation
--------------------------------------*/
.navigation {
  margin-top: 52px;
  overflow: hidden;
}

.navigation::after {
  content: "";
  display: table;
  clear: both;
}

.navigation .prev {
  float: left;
  width: 100px;
}

.navigation .next {
  float: right;
  width: 100px;
}

.navigation a {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.1em;
  color: #373431;
  background: #bfbebd;
}

.navigation a:hover {
  background: #E59288;
  color: #FFF;
}

.navigation .prev a span {
  padding-left: 8px;
}

.navigation .next a span {
  padding-right: 8px;
}

.navigation .prev a span::before {
  position: absolute;
  left: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.navigation .next a span::before {
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.navigation ul {
  display: flex;
  max-width: 200px;
  margin: 0 auto;
}

.navigation li {
  display: flex;
  margin: 0 1px 0 2px;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .navigation {
    margin-top: 35px;
  }
  .navigation ul {
    padding-top: 20px;
    clear: both;
  }
}

/*--------------------------------------
	pagination
--------------------------------------*/
.pagination {
  position: relative;
  padding-top: 52px;
  border-top: 1px solid #72706e;
  overflow: hidden;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  display: inline-block;
  width: 30px;
  font-family: "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004";
}

.pagination ul li a,
.pagination ul li span.dots {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  color: #373431;
  background: #bfbebd;
}

.pagination ul li span.dots {
  background: none;
}

.pagination ul li a:hover {
  background: var(--primary);
}

.pagination ul li span.current {
  position: relative;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 400;
  color: #373431;
  background: var(--primary);
}

.pagination ul li .prev {
  position: absolute;
  left: 0;
  top: 52px;
  display: block;
  width: 100px;
  padding-left: 8px;
}

.pagination ul li .next {
  position: absolute;
  right: 0;
  top: 52px;
  display: block;
  width: 100px;
  padding-right: 8px;
  font-weight: bold;
}

.pagination ul li .prev span::before {
  position: absolute;
  left: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

.pagination ul li .next span::before {
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  margin-top: -5px;
  font-size: 10px;
}

/*-----------------------------------------------------------
■ 2 Side
-----------------------------------------------------------*/
/*--------------------------------------
	general
--------------------------------------*/
.blogside {
  float: right;
  width: 28%;
}

.blogside h2.widgettitle {
  display: none;
}

.blogside h2 {
  padding-bottom: 9px;
  margin-bottom: 24px;
  border-bottom: 2px solid #373431;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #373431;
}

.blogside h2 span {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -6px;
  vertical-align: middle;
  font-size: 14px;
  letter-spacing: 0;
  color: #72706e;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .blogside {
    float: right;
    width: 30%;
  }
  .blogside h2 {
    font-size: 14px;
    letter-spacing: 0;
  }
  .blogside h2 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .blogside {
    float: none;
    width: 100%;
    padding: 46px 0 0;
    border-top: 1px solid #5d5555;
    margin-top: 35px;
  }
}

/*--------------------------------------
	search box
--------------------------------------*/
.blogside .search-box {
  margin-bottom: 40px;
}

.blogside .search-box label {
  display: none;
}

.blogside .search-box #searchform {
  position: relative;
}

.blogside .search-box #s {
  height: 55px;
  width: 100%;
  padding: 0 40px 0 14px;
  border: none;
  font-size: 13px;
  color: #72706e;
  background: #ebe9e7;
}

.blogside .search-box .icon-search::before {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  color: #E59288;
}

.blogside .search-box #searchsubmit {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 15px;
  height: 15px;
  border: none;
  margin-top: -8px;
  font-size: 0;
  background: none;
  cursor: pointer;
}

/*--------------------------------------
	category box
--------------------------------------*/
.blogside .category-box {
  margin-bottom: 50px;
}

.blogside .category-box ul li {
  padding-bottom: 16px;
  border-bottom: 1px solid #b8c2c1;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #000;
}

.blogside .category-box ul li:last-child {
  margin-bottom: 0;
}

.blogside .category-box ul li a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #373431;
  transition: all 0.3s ease;
}

.blogside .category-box ul li a span {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  transition: all 0.3s ease;
}

.blogside .category-box ul li a:hover,
.blogside .category-box ul li a:hover span {
  opacity: 0.7;
}

/*--------------------------------------
	recent box
--------------------------------------*/
.recent-box {
  margin-bottom: 50px;
}

.recent-box li {
  padding-bottom: 13px;
  border-bottom: 1px solid #bfbebd;
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.3;
}

.recent-box li:last-child {
  margin-bottom: 0;
}

.recent-box li .recent-box__thumbnail {
  position: relative;
  float: right;
  width: 48px;
  height: 48px;
  margin-left: 12px;
  overflow: hidden;
}

.recent-box li .recent-box__thumbnail a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 1;
}

.recent-box li .recent-box__thumbnail a span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
}

.recent-box li .recent-box__thumbnail a:hover {
  transform: scale(1.1);
}

.recent-box li h3 a {
  color: #373431;
  transition: all 0.3s ease;
}

.recent-box li h3 a:hover {
  color: #E59288;
}

.recent-box__date {
  margin-top: 5px;
  font-size: 10px;
  color: #72706e;
}

.recent-box li .recent-box__date {
  margin-top: 15px;
}

/*--------------------------------------
	tag box
--------------------------------------*/
.blogside .tag-box {
  margin-bottom: 40px;
}

.blogside .tag-box h2 {
  margin-bottom: 12px;
}

.blogside .tag-box .tagcloud a {
  display: inline-block;
  padding: 7px 10px;
  border: 1px solid #72706e;
  margin-bottom: 9px;
  border-radius: 3px;
  font-size: 14px !important;
  letter-spacing: 0;
  line-height: 1;
  color: #373431;
  transition: all 0.3s ease;
}

.blogside .tag-box .tagcloud a:hover {
  color: #fff;
  background: #72706e;
}

/*--------------------------------------
	archive box
--------------------------------------*/
.archive-box {
  font-size: 14px;
  line-height: 1.4;
}

.archive-box > ul > li {
  margin-top: 20px;
}

.archive-box > ul > li:first-child {
  margin: 0;
}

.archive-box ul li p {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  margin: 0;
  cursor: pointer;
}

.archive-box ul li p:visited {
  color: #373431;
}

.archive-box ul li p:hover {
  font-weight: bold;
  color: var(--primary);
}

.archive-box ul li p.acv_open {
  font-weight: bold;
  color: var(--primary);
}

.archive-box ul li p::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  transform: rotate(-45deg);
}

.archive-box ul li p.acv_open::before {
  top: 1px;
  left: 2px;
  transform: rotate(45deg);
}

.archive-box ul li a {
  color: #373431;
}

.archive-box ul li a:link {
  text-decoration: underline;
}

.archive-box ul li a:visited {
  color: #373431;
}

.archive-box ul li a:hover {
  color: var(--primary);
  font-weight: bold;
}

.archive-box ul li a:active {
  color: var(--primary);
}

.archive-box ul li ul {
  margin-left: 44px;
}

.archive-box ul li li {
  margin-top: 10px;
}

.archive-box ul li ul.hide {
  display: none;
}

/*-----------------------------------------------------------
 ■ 4 Special under pages
-----------------------------------------------------------*/
/*--------------------------------------
	sitemap
--------------------------------------*/
.sitemap > ul, #menu-sitemap {
  margin: 0 auto;
  background: none;
}

.sitemap > ul > li, #menu-sitemap > li {
  position: relative;
  border-bottom: 1px dashed #ccc;
  margin: 0;
  line-height: 1.4;
}

.sitemap > ul > li:first-child, #menu-sitemap > li:first-child {
  border-top: 1px dashed #ccc;
}

.sitemap > ul > li::before, #menu-sitemap > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E59288;
}

.sitemap > ul > li a, #menu-sitemap > li a {
  position: relative;
  display: block;
  padding: 17px 40px 15px 20px;
  background: none;
  transition: all 0.3s ease;
}

.sitemap > ul > li a::after, #menu-sitemap > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  margin-top: -5px;
  transform: rotate(45deg);
}

.sitemap > ul > li a:hover, #menu-sitemap > li a:hover {
  opacity: 0.7;
}

/*-----------------------------------------------------------
 ■ 5 Contact
-----------------------------------------------------------*/
.wrap_contact {
  max-width: 800px;
  margin: 0 auto;
}

.inquiryForm_message {
  text-align: center;
}

/* step list */
.step_list {
  width: 467px;
  margin: 0 auto 90px;
}

.step_list li {
  position: relative;
  float: left;
  width: 100px;
  margin-left: 83px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #bfbebd;
}

.step_list li:first-child {
  margin: 0;
}

.step_list li span {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 auto 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 58px;
  color: #fff;
  background: #bfbebd;
}

.step_list li span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54px;
  display: block;
  width: 130px;
  height: 1px;
  background: #bfbebd;
}

.step_list li:last-child span::after {
  display: none;
}

.step_list li.current {
  color: #373431;
}

.step_list li.current span {
  background: #E59288;
}

.step_list li span.current:after {
  background: #E59288;
}

.inquiryForm_message .step_catch {
  margin-bottom: 44px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #373431;
}

.inquiryFormTable {
  padding-top: 22px;
  border-top: 1px solid #707070;
  font-size: 16px;
}

.inquiryFormTable dl {
  display: table;
  width: 100%;
}

.inquiryFormTable dt,
.inquiryFormTable dd {
  display: table-cell;
  padding: 20px 0 24px;
  vertical-align: top;
  text-align: left;
}

.inquiryFormTable dt {
  position: relative;
  width: 29%;
  padding-top: 31px;
  border-right: none;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #2c2f30;
}

.inquiryFormTable dd {
  position: relative;
  padding-right: 40px;
}

.inquiryFormTable .wpcf7-list-item {
  display: block;
  width: 100%;
  margin: 0 0 13px;
}

.wpcf7-list-item-label {
  position: relative;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
}

.inquiryFormTable input,
.inquiryFormTable textarea,
.inquiryFormTable select {
  display: block;
  width: 100%;
  padding: 13px 14px 14px;
  border: 1px solid #bfbebd;
  border-radius: 5px;
  color: #333;
  background: #ebe9e7;
}

.inquiryFormTable textarea {
  resize: vertical;
}

.inquiryFormTable select {
  position: relative;
  background: #ececec url(/wp-content/themes/genova_tpl/img/icons/ico_select.svg) no-repeat 96% center;
  background-size: 12px 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.inquiryFormTable select::-ms-expand {
  display: none;
}

.inquiryFormTable input:focus,
.inquiryFormTable textarea:focus,
.inquiryFormTable select:focus {
  box-shadow: 0 0 3px 1px #80cbc4;
}

/* checkbox and radio*/
.inquiryFormTable input[type=checkbox],
.inquiryFormTable input[type=radio] {
  -moz-opacity: 0;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
}

.inquiryFormTable input[type=radio] + span::before,
.inquiryFormTable input[type=checkbox] + span::before {
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 10px;
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inquiryFormTable input[type=checkbox] + span::before {
  content: "\ea53";
  border-radius: 2px;
}

.inquiryFormTable input[type=checkbox]:checked + span::before {
  content: "\ea52";
  color: var(--third);
}

.inquiryFormTable input[type=checkbox]:focus + span::before {
  box-shadow: 0px 0px 2px 2px #80cbc4;
}

.inquiryFormTable input[type=radio] + span::before {
  content: "\ea56";
  border-radius: 50%;
}

.inquiryFormTable input[type=radio]:checked + span::before {
  content: "\ea54";
  color: var(--third);
}

.inquiryFormTable input[type=radio]:focus + span::before {
  box-shadow: 0px 0px 2px 2px #80cbc4;
}

/* checkbox and radio confimation screen */
.confirm_table input[type=checkbox]:not(:checked) + span,
.confirm_table input[type=radio]:not(:checked) + span {
  display: none;
}

.inquiryFormTable .wpcf7-checkbox > span:first-child,
.inquiryFormTable .wpcf7-radio > span {
  padding-top: 10px;
}

.inquiryFormTable .wpcf7-radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.inquiryFormTable .wpcf7-radio > .wpcf7-list-item {
  width: auto;
  margin-right: 20px;
}

.inquiryFormTable .wpcf7-radio > .wpcf7-list-item:last-child {
  margin-right: 0;
}

.custom-wpcf7c-confirmed .verified_table.inquiryFormTable input.wpcf7-validates-as-required,
.invalid .verified_table.inquiryFormTable input.wpcf7-validates-as-required {
  border: 1px solid var(--primary);
  background: #fff;
  box-shadow: 0 0 5px rgba(111, 186, 44, 0.5);
}

.inquiryFormTable input.wpcf7-not-valid {
  border: 1px solid #d93636 !important;
  background: #fdd2d2 !important;
}

.inquiryFormTable .comment {
  display: block;
  margin-top: 0.4em;
  font-size: 13px;
  letter-spacing: 0;
  color: #63696a;
}

/* required and optional */
.inquiryFormTable .required {
  position: absolute;
  top: 36px;
  right: 28px;
  display: inline-block;
  padding-left: 0;
  width: 46px;
  height: 22px;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #d93636;
}

.inquiryFormTable .optional {
  position: absolute;
  top: 36px;
  right: 28px;
  display: inline-block;
  width: 46px;
  height: 22px;
  padding-left: 0;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  background: #63696a;
}

.inquiryFormTable .btBox {
  text-align: center;
  margin: 103px 0 80px;
}

.inquiryFormTable .btBox input[type=submit] {
  display: block;
  width: 100%;
  padding: 29px 32px 28px 30px;
  border: none;
  margin: 0 auto;
  border-radius: 8px;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: #E59288 url(/wp-content/themes/genova_tpl/img/submit_icon.png) no-repeat 95% center !important;
  background-size: 21px 21px !important;
  cursor: pointer;
  outline: 0px;
  -webkit-appearance: none;
}

.inquiryFormTable .btBox input[type=submit].disabled {
  padding: 29px 40px 28px 40px;
  opacity: 1 !important;
  color: #bfbebd;
  background: #72706e url(/wp-content/themes/genova_tpl/img/icons/ico_arrow01.png) no-repeat 96% center !important;
  background-size: 6px 10px;
  cursor: default;
}

.inquiryFormTable .btBox input[type=submit].abled {
  padding: 29px 40px 28px 40px;
  background-position: 96% center !important;
}

.inquiryFormTable .wpcf7-back {
  float: left;
  width: 37.5% !important;
  padding: 29px 30px 28px;
  border: none;
  margin: 0 auto;
  border-radius: 0 !important;
  outline: 0px;
  text-align: left;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
  background: #72706e url(/wp-content/themes/genova_tpl/img/icons/ico_arrow02.png) no-repeat 92% center !important;
  background-size: 6px 10px;
  cursor: pointer;
  -webkit-appearance: none;
}

.inquiryFormTable .wpcf7-submit {
  float: right;
  width: 58.5% !important;
  text-align: left;
}

.inquiryFormTable .btBox input[type=submit]:hover,
.inquiryFormTable .btBox input[type=button]:hover {
  opacity: 0.8;
}

span.verify_icon {
  position: absolute;
  top: 13px;
  right: -42px;
  display: none;
  width: 25px;
  height: 25px;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon {
  display: block;
}

.verified_table .wpcf7-validates-as-required:not(.wpcf7-not-valid) + .verify_icon::before {
  vertical-align: top;
  font-size: 25px;
  color: var(--primary);
}

.inquiryFormTable .wpcf7-not-valid-tip {
  color: #de5050;
  font-weight: normal;
  display: block;
  font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.file_btn {
  position: relative;
  display: block;
  width: 123px;
  height: 30px;
  margin-top: 13px;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background: #807b7b;
  cursor: pointer;
}

.file_btn .wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30px;
  margin: 0;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

div.wpcf7 input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 35px;
  padding: 0;
  border: 0;
}

.custom-wpcf7c-confirmed .confirm_table input[type=text],
.custom-wpcf7c-confirmed .confirm_table input[type=tel],
.custom-wpcf7c-confirmed .confirm_table input[type=email],
.custom-wpcf7c-confirmed .confirm_table input[type=date],
.custom-wpcf7c-confirmed .confirm_table textarea,
.custom-wpcf7c-confirmed .confirm_table select,
.custom-wpcf7c-confirmed .confirm_table input[type=checkbox] {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .required,
.custom-wpcf7c-confirmed .confirm_table .optional {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item-label {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table span.comment {
  display: none;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-form-control-wrap.your-email_confirm {
  display: none;
}

.result_txt {
  display: block;
  word-break: break-all;
  white-space: pre-wrap;
}

.custom-wpcf7c-confirmed .confirm_table .wpcf7-list-item {
  padding-left: 0;
}

.custom-wpcf7c-confirmed .confirm_table dt,
.custom-wpcf7c-confirmed .confirm_table dd {
  padding: 12px 0 10px;
}

.wpcf7-mail-sent-ok,
div.wpcf7 .ajax-loader,
div.wpcf7-validation-errors {
  display: none !important;
}

@media screen and (max-width: 1060px) {
  .inquiryFormTable dt {
    width: 35%;
  }
}

@media screen and (max-width: 767px) {
  .step_list {
    width: 400px;
    margin: 0 auto 60px;
  }
  .step_list li {
    margin-left: 50px;
  }
  .inquiryFormTable dl {
    display: block;
  }
  .inquiryFormTable dt,
  .inquiryFormTable dd {
    display: block;
    width: 100%;
    padding: 0;
  }
  .inquiryFormTable dd {
    padding: 10px 40px 30px 0;
  }
  .inquiryFormTable .required,
  .inquiryFormTable .optional {
    position: static;
    display: inline-block;
    margin-left: 20px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .inquiryFormTable .btBox {
    margin: 50px 0;
  }
  .inquiryFormTable .btBox input[type=submit],
  .inquiryFormTable .wpcf7-back {
    text-align: center;
    float: none;
    width: 100% !important;
    padding: 29px 20px 28px 20px;
    font-size: 20px;
    background-position: 96% center !important;
  }
  .inquiryFormTable .btBox input[type=submit].disabled,
  .inquiryFormTable .btBox input[type=submit].abled {
    padding: 29px 20px 28px 20px;
  }
  .inquiryFormTable .wpcf7-back {
    margin-bottom: 15px;
  }
  .file_btn {
    margin-top: 0;
  }
  .custom-wpcf7c-confirmed .confirm_table dt,
  .custom-wpcf7c-confirmed .confirm_table dd {
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .step_list {
    width: 270px;
  }
  .step_list li {
    width: 70px;
    margin-left: 30px;
    font-size: 16px;
  }
  .step_list li span:after {
    width: 60px;
  }
  .inquiryForm_message .step_catch {
    font-size: 12px;
    letter-spacing: 0;
  }
  .inquiryFormTable .btBox input[type=submit],
  .inquiryFormTable .wpcf7-back {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

/*--------------------------------------
		list_B
--------------------------------------*/
.list_B li {
  position: relative;
  padding: 4px 0 4px 35px;
  list-style: none;
  color: #22201E;
  font-size: 18px;
}

.list_B li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  height: 19px;
  width: 19px;
  background: none;
  border: 3px solid #DFD8A4;
  transform: rotate(45deg);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .list_B li {
    padding: 4px 0 4px 30px;
font-size: 16px;
  }
  .list_B li::before {
    top: 14px;
    height: 16px;
    width: 16px;
  }
  .list_B .item_b {
    padding-left: 20px;
  }
  .list_B .item_b:before {
    top: 12px;
    width: 12px;
    height: 12px;
  }
  .list_B .item_b + .item_b {
    margin-top: 5px;
  }
}

.border_gray {
  border: 2px solid #948B82;
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .border_gray {
    padding: 20px;
  }
}

.border_black {
  border: 2px solid #191919;
  padding: 30px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .border_black {
    padding: 20px;
  }
}

.txt_mb .item {
  display: block;
}

.txt_mb .item + .item {
  margin-top: 15px;
}

.elementor-widget:not(:last-child) {
  margin-bottom: 0px !important;
}

/*--------------------------------------
		photo A
--------------------------------------*/
.photo_A .list_A li:after {
  border-color: #A9C56D;
}

.text-link-item {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.text-link-item .item-link {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.04em;
  border-radius: 24px;
  color: #fff;
  background: #a8c671;
  padding: 8px;
  min-width: 137px;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .text-link-item .item-link {
    min-width: 105px;
  }
}

.box-gmap .box {
  width: 100%;
  height: 400px;
}

.box-gmap .box iframe {
  width: 100%;
  height: 100%;
  border: none !important;
}

/*--------------------------------------
		photo E
--------------------------------------*/
.photo_E .list_B {
  margin-left: 20px;
}

.photo_E .list_B .item_b:before {
  background: #769D93;
}

/*--------------------------------------
		photo C
--------------------------------------*/
.photo_C .list_B {
  margin-left: 20px;
}

/*--------------------------------------
		table A
--------------------------------------*/
.table_A {
  line-height: 1.75;
}

.table_A dl {
  display: flex;
  border-bottom: 1px solid #CBCAC9;
}

.table_A dl dt {
  width: 30%;
  padding: 10px 10px 10px 10px;
  position: relative;
  box-sizing: border-box;
}

.table_A dl dt:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  border-bottom: 1px solid #69594A;
}

.table_A dl dd {
  padding: 10px 10px 10px 10px;
  width: 70%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .table_A dl dt {
    width: 55%;
  }
}

/*--------------------------------------
		photo D
--------------------------------------*/
.photo_D {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.photo_D .item {
  width: calc(33.3333333333% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  border: 2px solid #8FBC80;
  box-sizing: border-box;
  padding: 40px 25px;
}

.photo_D .item-photo {
  margin-bottom: 20px;
}

.photo_D .item-ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.66;
  color: #5C5C5C;
}

.photo_D .item-txt {
  margin-top: 10px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .photo_D {
    margin-left: 0px;
    margin-right: 0px;
  }
  .photo_D .item {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 30px 15px;
  }
  .photo_D .item-ttl {
    font-size: 20px;
  }
}

/* -------------------------------------
table B
------------------------------------- */
.table_B {
/*   font-family: "Shippori Mincho", serif; */
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  letter-spacing: 0.05em;
  border: 1px solid #CBCAC9;
}

.table_B.ext td {
  white-space: normal;
}

.table_B tr + tr th, .table_B tr + tr td {
  border-top: 1px solid #CBCAC9;
}

.table_B th, .table_B td {
  padding: 10px 15px;
  box-sizing: border-box;

}

.table_B th {
  background: #E59288;
  border-right: 1px solid #CBCAC9;
  color: #FFF;
  width: 27%;
}

.table_B td {
  background: #fff;
}

.table_B td + td {
  border-left: 1px solid #CBCAC9;
}

@media screen and (min-width: 768px) {
  .table_B {
    table-layout: fixed;
  }
}

@media screen and (max-width: 767px) {
  .table_B th, .table_B td {
    padding: 10px;
      font-size: 10px;  
  }
  .table_B th {
    width: 23%;
  }
}

/*--------------------------------------
* qa G
--------------------------------------*/
.qa_G {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: 0.04em;
}

.qa_G dl + dl {
  margin-top: 50px;
}

.qa_G dt {
  font-size: 32px;
  letter-spacing: 0.04em;
  line-height: 1.4375;
  text-align: center;
  color: #fff;
  background: linear-gradient(88deg, #83bb95 0%, #a7c153 100%);
  position: relative;
  border-radius: 40px;
  padding: 15px 65px 15px 40px;
}

.qa_G dt.active:before {
  display: none;
}

.qa_G dt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  background: #fff;
  width: 3px;
  height: 24px;
  transform: translateY(-50%);
}

.qa_G dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  background: #fff;
  width: 24px;
  height: 3px;
  transform: translateY(-50%);
}

.qa_G .num {
  margin-right: 5px;
}

.qa_G .num span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  letter-spacing: 0.04em;
  line-height: 1.25;
  display: inline-block;
}

.qa_G dd {
  padding: 15px 0px;
}

@media screen and (max-width: 767px) {
  .qa_G dl + dl {
    margin-top: 40px;
  }
  .qa_G dt {
    font-size: 22px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 40px;
  }
  .qa_G dt:before {
    right: 20px;
    width: 2px;
    height: 15px;
  }
  .qa_G dt:after {
    right: 13.5px;
    width: 15px;
    height: 2px;
  }
  .qa_G .num span {
    font-size: 30px;
  }
}

.toggle .toggle-main {
  display: none;
}

/*--------------------------------------
* frame A
--------------------------------------*/
.frame_A h4 {
  border-bottom: 1px solid #C7C7C7;
}

.frame_g .elementor-row {
  justify-content: space-between;
  gap: 20px 0;
}

.frame_g .elementor-column {
  border: 3px solid #5C5C5C;
}

.frame_g .elementor-image-box-title {
  text-align: center;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #5C5C5C;
  padding: 0 0 18px;
  margin-bottom: 25px;
}

.frame_g ul {
  padding: 0 50px;
}

.frame_g li {
  padding-bottom: 5px;
}

.frame_g .elementor-column.elementor-col-50, .frame_g .elementor-column[data-col="50"] {
  padding: 40px 40px 30px;
}

@media screen and (max-width: 999px) {
  .frame_g .elementor-column.elementor-col-50, .frame_g .elementor-column[data-col="50"] {
    padding: 30px;
  }
}

.frame_g .elementor-column.elementor-col-50:nth-child(2) {
  border: none;
  background-color: #E7D9C0;
  border: 3px solid #E7D9C0;
}

@media screen and (min-width: 768px) {
  .frame_g .elementor-column.elementor-col-50, .frame_g .elementor-column[data-col="50"] {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 767px) {
  .frame_g ul {
    padding: 0 20px;
  }
  .frame_g .elementor-column.elementor-col-50, .frame_g .elementor-column[data-col="50"] {
    padding: 20px;
  }
  .frame_g .elementor-image-box-title {
    font-size: 18px;
    padding: 0 0 8px;
    margin-bottom: 15px;
  }
}

/*--------------------------------------
	list A
--------------------------------------*/
.list_A li {
  position: relative;
  padding: 2px 0 2px 30px;
  list-style: none;
  color: #22201E;
	font-size: 15px !important;

}


.list_A li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  height: 15px;
  width: 15px;
  background: #E59288;
}

@media screen and (max-width: 767px) {

  .list_A li  span,  .list_A li   {
  font-size: 15px !important  ;  
}

}

/*--------------------------------------
	list A2
--------------------------------------*/
.list_A2 li {
  position: relative;
  padding: 2px 0 2px 30px;
  list-style: none;
  color: #22201E;

}


.list_A2 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  display: block;
  height: 15px;
  width: 15px;
  background: #E59288;
}

@media screen and (max-width: 767px) {

  .list_A2 li  span,  .list_A2 li   {
  font-size: 16px !important  ;  
}

}

/*--------------------------------------
文章・画像
--------------------------------------*/
.context_area .img_box img {
  float: right;
  width: 30% !important;
  margin: 0 0 0 20px;
  display: block;
}

.context_area .img_box .multi_img {
  float: right;
  width: 30%;
  margin: 0 0 0 20px;
}

.context_area .img_box .multi_img img {
  float: none;
  width: auto !important;
  margin: 0px;
}

.context_area .img_box .multi_img img ~ img {
  margin-top: 20px;
}

.context_area.img_l .img_box img {
  float: left;
  margin: 0 20px 20px 0;
}

.context_area .auto_img img {
  width: auto !important;
  display: block;
}

@media screen and (max-width: 767px) {
  .context_area .img_box img {
    float: none !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
  }
  .context_area .img_box .multi_img {
    float: none;
    width: 100%;
    margin: 0px auto 20px;
  }
  .context_area .auto_img img {
    width: auto !important;
  }
  .context_area.img_l .text_area {
    float: none;
    width: 100%;
  }
}

.text_box {
  overflow: hidden;
}

/*--------------------------------------
* flow A
--------------------------------------*/
.flow_A .item_flow {
  position: relative;
  padding: 35px;
  background-color: #F3F3F3;
}

.flow_A .item_flow::after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

.flow_A .item_flow + .item_flow {
  margin-top: 35px;
}

.flow_A .item_flow + .item_flow:before {
  display: block;
  content: "";
  position: absolute;
  top: -35px;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 25px solid transparent;
  border-top: 25px solid #52514F;
  transform: translateX(-50%);
}

.flow_A .flow_title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.75;
  letter-spacing: 0.06em;
  display: flex;
  margin-bottom: 15px;
  align-items: baseline;
}

.flow_A .flow_title .num {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004";
  background: #52514F;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 33px;
  height: 33px;
  text-align: center;
  margin-right: 10px;
  display: block;
  line-height: 1.5;
}

.flow_A .flow_title .txt {
  width: calc(100% - 33px);
}

@media screen and (max-width: 767px) {
  .flow_A .item_flow {
    padding: 25px;
  }
  .flow_A .item_flow + .item_flow:before {
    top: -30px;
    border-top-width: 20px;
  }
  .flow_A .item_flow + .item_flow {
    margin-top: 30px;
  }
  .flow_A .flow_title {
    font-size: 18px;
  }
  .flow_A .flow_title .num {
    font-size: 18px;
    width: 30px;
    height: 30px;
  }
  .flow_A .flow_title .txt {
    width: calc(100% - 30px);
  }
}

.flow_A_style2 .item_flow {
  background: #edf4d8;
  font-family: "Noto Sans JP", serif;
  font-style: normal;
  color: #22201e;
}

.flow_A_style2 .flow_title .num {
  background: #6a5d52;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*--------------------------------------
		list B green dots
--------------------------------------*/
.list_B_green {
  margin-left: 10px;
}

.list_B_green .item_b:before {
  background: #769D93;
}

.page-id-1767 .mb30 .elementor-row {
  justify-content: space-between;
}

.page-id-1767 .mb30 .elementor-row .elementor-column.elementor-col-33 {
  width: 31%;
}

@media screen and (max-width: 1023px) and (min-width: 767px) {
  .page-id-1767 .under-title__h3, h3.elementor-heading-title {
    font-size: 21px;
  }
}

@media screen and (max-width: 767px) {
  .page-id-1767 .mb30 .elementor-row .elementor-column.elementor-col-33 {
    width: 100%;
  }
  .page-id-1767 .mb30 .elementor-row .elementor-column.elementor-col-33 + .elementor-column.elementor-col-33 {
    margin-top: 30px;
  }
}

.map-add {
  position: relative;
  z-index: 1;
  padding: 80px 0 180px;
  margin-bottom: 40px;
}

.map-add::before {
  background: url(../img/bg_map_add.jpg) no-repeat center/cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(-50vw + 540px);
  content: "";
  z-index: -1;
}

.map-add .f1 {
  position: relative;
  margin: 50px 0 50px;
}

.map-add .f1 p {
  margin: 0 !important;
}

.map-add .f1 .pp-box {
  width: 128px;
  height: 128px;
  position: absolute;
}

.map-add .f1 .pp-box.show dd {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.map-add .f1 .pp-box.show dd {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.map-add .f1 .pp-box.hide dd {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.map-add .f1 .pp-box.vt01 {
  top: 22.5%;
    left: 17.5%;
}

.map-add .f1 .pp-box.vt02 {
  top: 22%;
    left: 35%;
}

.map-add .f1 .pp-box.vt03 {
  top: 10%;
    right: 21%;
}

.map-add .f1 .pp-box.vt04 {
  top: 13%;
  right: 6.5%;
}

.map-add .f1 .pp-box.vt05 {
  top: 27.5%;
    right: 26.5%;
}

.map-add .f1 .pp-box.vt06 {
  top: 44%;
    right: 32.5%;
}

.map-add .f1 .pp-box.vt07 {
  top: 63%;
  right: 29.5%;
}

.map-add .f1 .pp-box dt {
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  background: #FFF;
  transition: all 0.3s ease;
  font-size: 0;
}

.map-add .f1 .pp-box dt:hover {
  opacity: 0.1;
}

.map-add .f1 .pp-box dd {
  width: 360px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: calc(100% + 24px);
  left: -116px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.map-add .f1 .pp-box dd::before {
  background: url(../img/polygon_add.png) no-repeat center/cover;
  width: 56px;
  height: 60px;
  position: absolute;
  top: -36px;
  left: calc(50% - 28px);
  content: "";
  z-index: -1;
}

.map-add .f1 .pp-box dd.rote {
  top: auto;
  bottom: calc(100% + 24px);
}

.map-add .f1 .pp-box dd.rote.rote1 {
  bottom: calc(45% + 24px);
}

.map-add .f1 .pp-box dd.rote::before {
  bottom: -36px;
  top: inherit;
  transform: rotate(180deg);
}

.map-add .f1 .pp-box dd.right {
  top: calc(-42% + 24px);
  left: auto;
  right: 110%;
}

.map-add .f1 .pp-box dd.right::before {
  top: calc(50% - 30px);
  left: calc(102% - 29px);
  transform: rotate(90deg);
}

.map-add .f1 .pp-box dd img {
  width: 100%;
  height: auto;
}

.map-add .f1 .pp-box dd .text {
  display: block;
  color: #E59288;
  font-weight: 600;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 16px;
  padding: 10px 15px 1px;
}

.map-add .f1 .pp-box dd .close-pp {
  width: 40px;
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.map-add .f1 .pp-box dd .close-pp:hover {
  opacity: 0.7;
}

.map-add .f2 {
  position: relative;
}

.map-add .f2 p {
  margin: 0 !important;
}

.map-add .f2 .pp-box {
  width: 128px;
  height: 128px;
  position: absolute;
}

.map-add .f2 .pp-box.show dd {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.map-add .f2 .pp-box.show dd {
  z-index: 99;
  opacity: 1;
  visibility: visible;
}

.map-add .f2 .pp-box.hide dd {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.map-add .f2 .pp-box.vt01 {
  top: 15%;
  left: 15%;
}

.map-add .f2 .pp-box.vt02 {
  top: 38%;
  left: 18%;
}

.map-add .f2 .pp-box.vt03 {
  top: 7%;
  left: 58%;
}

.map-add .f2 .pp-box.vt04 {
  top: 27%;
    left: 58%;
}

.map-add .f2 .pp-box.vt05 {
  top: 17%;
    right: 17%;
}

.map-add .f2 .pp-box.vt06 {
  top: 13.5%;
    right: 4%;
}

.map-add .f2 .pp-box.vt07 {
  top: 73%;
    right: 17%;
}

.map-add .f2 .pp-box dt {
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  background: #FFF;
  transition: all 0.3s ease;
  font-size: 0;
}

.map-add .f2 .pp-box.vt08 {
  top: 53%;
    right: 13.5%;
}

.map-add .f2 .pp-box dt:hover {
  opacity: 0.1;
}

.map-add .f2 .pp-box dd {
  width: 360px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 10px;
  position: absolute;
  top: calc(100% + 24px);
  left: -116px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.map-add .f2 .pp-box dd.rote {
  top: auto;
  bottom: calc(100% + 24px);
}

.map-add .f2 .pp-box dd.rote.rote1 {
  bottom: calc(38% + 24px);
}

.map-add .f2 .pp-box dd.rote::before {
  bottom: -36px;
  top: inherit;
  transform: rotate(180deg);
}

.map-add .f2 .pp-box dd.top {
  top: calc(38% + 24px);
}

.map-add .f2 .pp-box dd.top.left {
  left: -200px;
}

.map-add .f2 .pp-box dd.top.left::before {
  left: calc(74% - 28px);
}

.map-add .f2 .pp-box dd::before {
  background: url(../img/polygon_add.png) no-repeat center/cover;
  width: 56px;
  height: 60px;
  position: absolute;
  top: -36px;
  left: calc(50% - 28px);
  content: "";
  z-index: -1;
}

.map-add .f2 .pp-box dd img {
  width: 100%;
  height: auto;
}

.map-add .f2 .pp-box dd .text {
  display: block;
  color: #E59288;
  font-weight: 600;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
  line-height: 16px;
  padding: 10px 15px 1px;
}

.map-add .f2 .pp-box dd .close-pp {
  width: 40px;
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.map-add .f2 .pp-box dd .close-pp:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1148px) and (min-width: 768px) {
  .map-add {
    position: relative;
    z-index: 1;
    padding: 80px 0 100px;
    margin-bottom: 40px;
  }
  .map-add::before {
    background: url(../img/bg_map_add.jpg) no-repeat center/cover;
    width: 130%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15%;
    content: "";
    z-index: -1;
  }
  .map-add .f1 {
    position: relative;
    margin: 50px auto 50px;
    max-width: 960px;
  }
  .map-add .f1 p {
    margin: 0 !important;
  }
  .map-add .f1 .pp-box {
    width: 112px;
    height: 112px;
    position: absolute;
  }
  .map-add .f1 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f1 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f1 .pp-box.hide dd {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .map-add .f1 .pp-box.vt01 {
top: 22%;
        left: 18%;
   
  }
  .map-add .f1 .pp-box.vt02 {
   top: 22%;
        left: 35%;
  }
  .map-add .f1 .pp-box.vt03 {
    top: 10%;
        right: 21%;
  }
  .map-add .f1 .pp-box.vt04 {
    top: 13%;
    right: 6.5%;
  }
  .map-add .f1 .pp-box.vt05 {
    top: 28%;
    right: 26.5%;
  }
  .map-add .f1 .pp-box.vt06 {
    top: 46%;
    right: 32.5%;
  }
  .map-add .f1 .pp-box.vt07 {
    top: 64%;
    right: 29.5%;
  }
  .map-add .f1 .pp-box dt {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    background: #FFF;
    transition: all 0.3s ease;
    font-size: 0;
  }
  .map-add .f1 .pp-box dt:hover {
    opacity: 0.1;
  }
  .map-add .f1 .pp-box dd {
    width: 342px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: calc(100% + 24px);
    left: -116px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .map-add .f1 .pp-box dd::before {
    background: url(../img/polygon_add.png) no-repeat center/cover;
    width: 56px;
    height: 60px;
    position: absolute;
    top: -36px;
    left: calc(50% - 28px);
    content: "";
    z-index: -1;
  }
  .map-add .f1 .pp-box dd.rote {
    top: auto;
    bottom: calc(100% + 24px);
  }
  .map-add .f1 .pp-box dd.rote.rote1 {
    bottom: calc(38% + 24px);
  }
  .map-add .f1 .pp-box dd.rote::before {
    bottom: -36px;
    top: inherit;
    transform: rotate(180deg);
  }
  .map-add .f1 .pp-box dd.right {
    top: calc(-52% + 24px);
    left: auto;
    right: 110%;
  }
  .map-add .f1 .pp-box dd.right::before {
    top: calc(50% - 30px);
    left: calc(102% - 29px);
    transform: rotate(90deg);
  }
  .map-add .f1 .pp-box dd img {
    width: 100%;
    height: auto;
  }
  .map-add .f1 .pp-box dd .text {
    display: block;
    color: #E59288;
    font-weight: 600;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    line-height: 16px;
    padding: 10px 15px 1px;
  }
  .map-add .f1 .pp-box dd .close-pp {
    width: 40px;
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .map-add .f1 .pp-box dd .close-pp:hover {
    opacity: 0.7;
  }
  .map-add .f2 {
    position: relative;
    margin: 0 auto;
    max-width: 960px;
  }
  .map-add .f2 p {
    margin: 0 !important;
  }
  .map-add .f2 .pp-box {
    width: 112px;
    height: 112px;
    position: absolute;
  }
  .map-add .f2 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f2 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f2 .pp-box.hide dd {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .map-add .f2 .pp-box.vt01 {
    top: 15%;
    left: 15%;
  }
  .map-add .f2 .pp-box.vt02 {
    top: 38%;
    left: 18%;
  }
  .map-add .f2 .pp-box.vt03 {
    top: 7%;
        left: 58%;
  }
  .map-add .f2 .pp-box.vt04 {
    top: 27%;
        left: 58%;
  }
  .map-add .f2 .pp-box.vt05 {
   top: 17%;
        right: 16%;
  }
  .map-add .f2 .pp-box.vt06 {
    top: 13%;
        right: 4%;
  }
  .map-add .f2 .pp-box.vt07 {
    top: 73%;
        right: 16.5%;
  }
  .map-add .f2 .pp-box dt {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    background: #FFF;
    transition: all 0.3s ease;
    font-size: 0;
  }
  .map-add .f2 .pp-box dt:hover {
    opacity: 0.1;
  }
  .map-add .f2 .pp-box dd {
    width: 344px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: calc(100% + 24px);
    left: -116px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .map-add .f2 .pp-box dd.rote {
    top: auto;
    bottom: calc(100% + 24px);
  }
  .map-add .f2 .pp-box dd.rote.rote1 {
    bottom: calc(38% + 24px);
  }
  .map-add .f2 .pp-box dd.rote::before {
    bottom: -36px;
    top: inherit;
    transform: rotate(180deg);
  }
  .map-add .f2 .pp-box dd.top {
    top: calc(38% + 24px);
  }
  .map-add .f2 .pp-box dd.top.left {
    left: -200px;
  }
  .map-add .f2 .pp-box dd.top.left::before {
    left: calc(74% - 28px);
  }
  .map-add .f2 .pp-box dd::before {
    background: url(../img/polygon_add.png) no-repeat center/cover;
    width: 56px;
    height: 60px;
    position: absolute;
    top: -36px;
    left: calc(50% - 28px);
    content: "";
    z-index: -1;
  }
  .map-add .f2 .pp-box dd img {
    width: 100%;
    height: auto;
  }
  .map-add .f2 .pp-box dd .text {
    display: block;
    color: #E59288;
    font-weight: 600;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    line-height: 16px;
    padding: 10px 15px 1px;
  }
  .map-add .f2 .pp-box dd .close-pp {
    width: 40px;
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .map-add .f2 .pp-box dd .close-pp:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .map-add {
    position: relative;
    z-index: 1;
    padding: 80px 0 100px;
    margin-bottom: 40px;
  }
  .map-add::before {
    background: url(../img/bg_map_add.jpg) no-repeat center/cover;
    width: 130%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -15%;
    content: "";
    z-index: -1;
  }
  .map-add .f1 {
    position: relative;
    margin: 50px auto 50px;
    max-width: 708px;
  }
  .map-add .f1 p {
    margin: 0 !important;
  }
  .map-add .f1 .pp-box {
    width: 84px;
    height: 84px;
    position: absolute;
  }
  .map-add .f1 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f1 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f1 .pp-box.hide dd {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .map-add .f1 .pp-box.vt01 {
    top: 24%;
    left: 18%;
  }
  .map-add .f1 .pp-box.vt02 {
    top: 25%;
    left: 31%;
  }
  .map-add .f1 .pp-box.vt03 {
    top: 14%;
    right: 20%;
  }
  .map-add .f1 .pp-box.vt04 {
    top: 16%;
    right: 6.5%;
  }
  .map-add .f1 .pp-box.vt05 {
    top: 30%;
    right: 26.5%;
  }
  .map-add .f1 .pp-box.vt06 {
    top: 46%;
    right: 32.5%;
  }
  .map-add .f1 .pp-box.vt07 {
    top: 65%;
    right: 29.5%;
  }
  .map-add .f1 .pp-box dt {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    background: #FFF;
    transition: all 0.3s ease;
    font-size: 0;
  }
  .map-add .f1 .pp-box dt:hover {
    opacity: 0.1;
  }
  .map-add .f1 .pp-box dd {
    width: 310px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: calc(100% + 24px);
    left: -116px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .map-add .f1 .pp-box dd::before {
    background: url(../img/polygon_add.png) no-repeat center/cover;
    width: 56px;
    height: 60px;
    position: absolute;
    top: -36px;
    left: calc(50% - 28px);
    content: "";
    z-index: -1;
  }
  .map-add .f1 .pp-box dd.rote {
    top: auto;
    bottom: calc(100% + 24px);
  }
  .map-add .f1 .pp-box dd.rote.rote1 {
    bottom: calc(38% + 24px);
  }
  .map-add .f1 .pp-box dd.rote::before {
    bottom: -36px;
    top: inherit;
    transform: rotate(180deg);
  }
  .map-add .f1 .pp-box dd.right {
    top: calc(-90% + 24px);
    left: auto;
    right: 120%;
  }
  .map-add .f1 .pp-box dd.right::before {
    top: calc(50% - 30px);
    left: calc(102% - 29px);
    transform: rotate(90deg);
  }
  .map-add .f1 .pp-box dd img {
    width: 100%;
    height: auto;
  }
  .map-add .f1 .pp-box dd .text {
    display: block;
    color: #E59288;
    font-weight: 600;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    line-height: 16px;
    padding: 10px 15px 1px;
  }
  .map-add .f1 .pp-box dd .close-pp {
    width: 40px;
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .map-add .f1 .pp-box dd .close-pp:hover {
    opacity: 0.7;
  }
  .map-add .f2 {
    position: relative;
    margin: 0 auto;
    max-width: 708px;
  }
  .map-add .f2 p {
    margin: 0 !important;
  }
  .map-add .f2 .pp-box {
    width: 84px;
    height: 84px;
    position: absolute;
  }
  .map-add .f2 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f2 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f2 .pp-box.hide dd {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .map-add .f2 .pp-box.vt01 {
    top: 18%;
    left: 15%;
  }
  .map-add .f2 .pp-box.vt02 {
    top: 40%;
    left: 18%;
  }
  .map-add .f2 .pp-box.vt03 {
    top: 10%;
    left: 57%;
  }
  .map-add .f2 .pp-box.vt04 {
    top: 30%;
    left: 59%;
  }
  .map-add .f2 .pp-box.vt05 {
    top: 19%;
    right: 18%;
  }
  .map-add .f2 .pp-box.vt06 {
    top: 16%;
    right: 5%;
  }
  .map-add .f2 .pp-box.vt07 {
    top: 74%;
    right: 17.5%;
  }
  .map-add .f2 .pp-box dt {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    background: #FFF;
    transition: all 0.3s ease;
    font-size: 0;
  }
  .map-add .f2 .pp-box dt:hover {
    opacity: 0.1;
  }
  .map-add .f2 .pp-box dd {
    width: 310px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    top: calc(100% + 24px);
    left: -116px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .map-add .f2 .pp-box dd.rote {
    top: auto;
    bottom: calc(100% + 24px);
  }
  .map-add .f2 .pp-box dd.rote.rote1 {
    bottom: calc(38% + 24px);
  }
  .map-add .f2 .pp-box dd.rote::before {
    bottom: -36px;
    top: inherit;
    transform: rotate(180deg);
  }
  .map-add .f2 .pp-box dd.top {
    top: calc(38% + 24px);
  }
  .map-add .f2 .pp-box dd.top.left {
    left: -185px;
  }
  .map-add .f2 .pp-box dd.top.left::before {
    left: calc(74% - 28px);
  }
  .map-add .f2 .pp-box dd::before {
    background: url(../img/polygon_add.png) no-repeat center/cover;
    width: 56px;
    height: 60px;
    position: absolute;
    top: -36px;
    left: calc(50% - 28px);
    content: "";
    z-index: -1;
  }
  .map-add .f2 .pp-box dd img {
    width: 100%;
    height: auto;
  }
  .map-add .f2 .pp-box dd .text {
    display: block;
    color: #E59288;
    font-weight: 600;
    font-size: 16px;
    font-family: "Noto Sans JP", serif;
    line-height: 16px;
    padding: 10px 15px 1px;
  }
  .map-add .f2 .pp-box dd .close-pp {
    width: 40px;
    position: absolute;
    top: -10px;
    right: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .map-add .f2 .pp-box dd .close-pp:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .map-add {
    position: relative;
    padding: 50px 14px 100px;
    margin-bottom: 40px;
    width: calc(100% + 30px);
    margin: 0 -15px 40px;
    box-sizing: border-box;
  }
  .map-add::before {
    background: url(../img/bg_map_add_sp.jpg) no-repeat center/cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    content: "";
    z-index: -1;
  }
  .map-add .f1 {
    position: relative;
    margin: 40px 0 30px;
  }
  .map-add .f1 p {
    margin: 0 !important;
  }
  .map-add .f1 .pp-box {
    width: 18%;
    height: 7vw;
    position: absolute;
  }
  .map-add .f1 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f1 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f1 .pp-box.hide dd {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }

  .map-add .f1 .pp-box.vt02 dd {
    left: -24vw;
        top: -15vw;
  }

  .map-add .f1 .pp-box.vt03 dd {
    left: -42vw;
        top: -7vw;
  }
  .map-add .f1 .pp-box.vt05 dd {
    left: -51vw;
    top: -16vw;
  }
  .map-add .f1 .pp-box.vt06 dd {
    left: -52vw;
        top: -25vw !important;
  }

.map-add .f1 .pp-box.vt01 { top: 29%; left: 9%; } .map-add .f1 .pp-box.vt02 { top: 33%; left: 33%; } .map-add .f1 .pp-box.vt03 { top: 20%; right: 30%; } .map-add .f1 .pp-box.vt04 { top: 20%; right: 6.5%; } .map-add .f1 .pp-box.vt05 { top: 36%;
        right: 9.5%;
        width: 29%; } .map-add .f1 .pp-box.vt06 { top: 49%;
        right: 12.5%;
        width: 25%; } .map-add .f1 .pp-box.vt07 { top: 64%;
        right: 16.5%; }
  .map-add .f1 .pp-box.vt07 dd {
    left: -55vw;
        top: -35vw !important;
  }
  .map-add .f1 .pp-box dt {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    background: #FFF;
    transition: all 0.3s ease;
    font-size: 0;
  }
  .map-add .f1 .pp-box dt:hover {
    opacity: 0.1;
  }
  .map-add .f1 .pp-box dd {
    width: 80vw;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 8px;
    position: absolute;
    top: -13vw;
    left: -2vw;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .map-add .f1 .pp-box dd::before {
    display: none;
  }
  .map-add .f1 .pp-box dd.rote {
    top: auto;
    bottom: inherit;
  }
  .map-add .f1 .pp-box dd.rote.rote1 {
    bottom: inherit;
  }
  .map-add .f1 .pp-box dd.right {
    top: -7vw;
        left: -64vw;
    right: inherit;
  }
  .map-add .f1 .pp-box dd.right::before {
    top: calc(50% - 30px);
    left: calc(102% - 29px);
    transform: rotate(90deg);
  }
  .map-add .f1 .pp-box dd img {
    width: 100%;
    height: auto;
  }
  .map-add .f1 .pp-box dd .text {
    display: block;
    color: #E59288;
    font-weight: 600;
    font-size: 15px;
    font-family: "Noto Sans JP", serif;
    line-height: 16px;
    padding: 8px 15px 1px;
  }
  .map-add .f1 .pp-box dd .close-pp {
    width: 30px;
    position: absolute;
    top: -10px;
    right: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .map-add .f1 .pp-box dd .close-pp:hover {
    opacity: 0.7;
  }
  .map-add .f2 {
    position: relative;
  }
  .map-add .f2 p {
    margin: 0 !important;
  }
  .map-add .f2 .pp-box {
    width: 20%;
    height: 7vw;
    position: absolute;
  }
  .map-add .f2 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f2 .pp-box.show dd {
    z-index: 99;
    opacity: 1;
    visibility: visible;
  }
  .map-add .f2 .pp-box.hide dd {
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .map-add .f2 .pp-box.vt01 {
    top: 20%;
    left: 16%;
  }
  .map-add .f2 .pp-box.vt02 {
    top: 34%;
    left: 14%;
  }
  .map-add .f2 .pp-box.vt02 dd {
    top: -18vw !important;
        left: -7vw;
  }
  .map-add .f2 .pp-box.vt03 {
    top: 3%;
    left: 53%;
  }
  .map-add .f2 .pp-box.vt03 dd {
    top: 3vw !important;
    left: -43vw;
  }
  .map-add .f2 .pp-box.vt04 {
    top: 23%;
    left: 52%;
  }
  .map-add .f2 .pp-box.vt04 dd {
    top: -10vw !important;
    left: -42vw;
  }
  .map-add .f2 .pp-box.vt05 {
    top: 23%;
    right: 7%;
  }
  .map-add .f2 .pp-box.vt05 dd {
    top: -10vw !important;
    left: -61vw;
  }
  .map-add .f2 .pp-box.vt06 {
    top: 9%;
    right: 1%;
  }
  .map-add .f2 .pp-box.vt06 dd {
    top: -1vw !important;
    left: -67vw !important;
  }
  .map-add .f2 .pp-box.vt07 {
    top: 78%;
        right: 13.5%;
  }
  .map-add .f2 .pp-box.vt07 dd {
    top: -47vw !important;
    bottom: inherit !important;
    left: -55vw;
  }
  .map-add .f2 .pp-box dt {
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    background: #FFF;
    transition: all 0.3s ease;
    font-size: 0;
  }
  .map-add .f2 .pp-box dt:hover {
    opacity: 0.1;
  }

.map-add .f2 .pp-box.vt08 {
    top: 59%;
        right: 15.5%;
        width: 34%;
}

    .map-add .f2 .pp-box.vt08 dd {
        top: -34vw !important;
        left: -40vw !important;
bottom: auto !important;
    }
  .map-add .f2 .pp-box dd {
    width: 80vw;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 8px;
    position: absolute;
    top: -7vw;
    left: -9vw;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
  }
  .map-add .f2 .pp-box dd.rote {
    top: auto;
    bottom: calc(100% + 24px);
  }
  .map-add .f2 .pp-box dd.rote.rote1 {
    bottom: calc(38% + 24px);
  }
  .map-add .f2 .pp-box dd.rote::before {
    bottom: -36px;
    top: inherit;
    transform: rotate(180deg);
  }
  .map-add .f2 .pp-box dd.top {
    top: calc(38% + 24px);
  }
  .map-add .f2 .pp-box dd.top.left {
    left: -200px;
  }
  .map-add .f2 .pp-box dd.top.left::before {
    left: calc(74% - 28px);
  }
  .map-add .f2 .pp-box dd::before {
    display: none;
  }
  .map-add .f2 .pp-box dd img {
    width: 100%;
    height: auto;
  }
  .map-add .f2 .pp-box dd .text {
    display: block;
    color: #E59288;
    font-weight: 600;
    font-size: 15px;
    font-family: "Noto Sans JP", serif;
    line-height: 16px;
    padding: 8px 15px 1px;
  }
  .map-add .f2 .pp-box dd .close-pp {
    width: 30px;
    position: absolute;
    top: -10px;
    right: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .map-add .f2 .pp-box dd .close-pp:hover {
    opacity: 0.7;
  }
}

.text-time {
  max-width: 1000px;
  margin: auto;
  background: #FEF7F7;
  position: relative;
  border-radius: 50px;
  padding: 50px 30px;
  box-sizing: border-box;
}

.text-time .js-box-sp {
  width: 100%;
}

.text-time .js-box-sp .box {
  width: 940px;
  font-weight: 400;
  color: #8D5F4A;
  letter-spacing: 0.05em;
}

.text-time .js-box-sp .box .title {
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 43px;
  display: flex;
  justify-content: space-between;
  padding: 0 97px 43px;
}

.text-time .js-box-sp .box .block {
  display: flex;
  align-items: center;
  padding-left: 50px;
  font-size: 24px;
  position: relative;
  z-index: 1;
}

.text-time .js-box-sp .box .block .left {
  width: 225px;
}

.text-time .js-box-sp .box .block .text {
  line-height: 60px;
  box-sizing: border-box;
  background: #FAF7EF;
  border: 1px solid #C6B550;
  padding: 0 25px 0 20px;
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
}

.text-time .js-box-sp .box .block .center {
  margin: 0 40px 0 86px;
}

.text-time .js-box-sp .box .block .center .text {
  width: 200px;
  border: 1px solid #E59288;
  color: #E59288;
  background: #FFF;
}

.text-time .js-box-sp .box .line {
  position: relative;
}

.text-time .js-box-sp .box .line::before {
  width: 41px;
  height: 1px;
  background: #C6B550;
  position: absolute;
  top: 50%;
  left: -41px;
  content: "";
}

.text-time .js-box-sp .box .row {
  position: relative;
  display: flex;
  align-items: center;
}

.text-time .js-box-sp .box .row:last-child {
  margin-top: -10px;
}

.text-time .js-box-sp .box .row::before {
  width: 20px;
  height: 100%;
  background: #E59288;
  position: absolute;
  top: -25px;
  left: 456px;
  content: "";
}

.text-time .js-box-sp .box .row .c-left {
  width: 362px;
  display: flex;
  align-items: center;
  position: relative;
}

.text-time .js-box-sp .box .row .c-left::before {
  width: 100%;
  height: 1px;
  background: #C6B550;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
}

.text-time .js-box-sp .box .row .c-left.none::before {
  opacity: 0;
}

.text-time .js-box-sp .box .row .c-right {
  width: 370px;
  display: flex;
  align-items: center;
}

.text-time .js-box-sp .box .row .colleft {
  line-height: 25px;
  font-size: 20px;
  box-sizing: border-box;
  background: #FAF7EF;
  border: 1px solid #C6B550;
  padding: 16px 20px 16px 0;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.text-time .js-box-sp .box .row .colleft dl {
  display: flex;
}

.text-time .js-box-sp .box .row .colleft dl + dl {
  margin-top: 5px;
}

.text-time .js-box-sp .box .row .colleft dl dt {
  width: 80px;
  text-align: right;
}

.text-time .js-box-sp .box .row .colleft dl dd {
  width: calc(100% - 80px);
  padding-left: 30px;
  text-align: left;
}

.text-time .js-box-sp .box .row .colright {
  line-height: 25px;
  font-size: 20px;
  box-sizing: border-box;
  background: #FAF7EF;
  border: 1px solid #C6B550;
  padding: 16px 25px 16px 0;
  border-radius: 10px;
  text-align: center;
  display: inline-block;
  margin-left: 40px;
}

.text-time .js-box-sp .box .row .colright dl {
  display: flex;
}

.text-time .js-box-sp .box .row .colright dl + dl {
  margin-top: 5px;
}

.text-time .js-box-sp .box .row .colright dl dt {
  width: 80px;
  text-align: right;
}

.text-time .js-box-sp .box .row .colright dl dd {
  width: calc(100% - 80px);
  padding-left: 33px;
  text-align: left;
}

.text-time .js-box-sp .box .row .colcenter {
  width: 200px;
  border: 1px solid #E59288;
  color: #FFF;
  background: #E59288;
  border-radius: 10px;
  position: relative;
  text-align: center;
  line-height: 70px;
  font-size: 24px;
  margin: 25px 0 25px;
}

.text-time .js-box-sp .box .row .colcenter.big {
  width: 300px;
  margin: 45px 0 25px 315px;
  line-height: 32px;
  padding: 12px 0;
}

@media screen and (max-width: 1053px) and (min-width: 1023px) {
  .text-time .js-box-sp .box {
    margin-left: -13px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  .text-time {
    max-width: 1000px;
    margin: auto;
    background: #FEF7F7;
    position: relative;
    border-radius: 30px;
    padding: 50px 30px;
    box-sizing: border-box;
    width: 708px;
  }
  .text-time .js-box-sp {
    width: 100%;
  }
  .text-time .js-box-sp .box {
    width: 650px;
    font-weight: 400;
    color: #8D5F4A;
    letter-spacing: 0.05em;
  }
  .text-time .js-box-sp .box .title {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 43px;
    display: flex;
    justify-content: space-between;
    padding: 0 47px 43px;
  }
  .text-time .js-box-sp .box .block {
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 18px;
    position: relative;
    z-index: 1;
  }
  .text-time .js-box-sp .box .block .left {
    width: 200px;
  }
  .text-time .js-box-sp .box .block .text {
    line-height: 60px;
    box-sizing: border-box;
    background: #FAF7EF;
    border: 1px solid #C6B550;
    padding: 0 20px 0 20px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
  }
  .text-time .js-box-sp .box .block .center {
    margin: 0px 30px 0 40px;
  }
  .text-time .js-box-sp .box .block .center .text {
    width: 140px;
    border: 1px solid #E59288;
    color: #E59288;
    background: #FFF;
  }
  .text-time .js-box-sp .box .line {
    position: relative;
  }
  .text-time .js-box-sp .box .line::before {
    width: 31px;
    height: 1px;
    background: #C6B550;
    position: absolute;
    top: 50%;
    left: -31px;
    content: "";
  }
  .text-time .js-box-sp .box .row {
    position: relative;
    display: flex;
    align-items: center;
  }
  .text-time .js-box-sp .box .row:last-child {
    margin-top: -10px;
  }
  .text-time .js-box-sp .box .row::before {
    width: 20px;
    height: 100%;
    background: #E59288;
    position: absolute;
    top: -25px;
    left: 315px;
    content: "";
  }
  .text-time .js-box-sp .box .row .c-left {
    width: 305px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .text-time .js-box-sp .box .row .c-left::before {
    width: 100%;
    height: 1px;
    background: #C6B550;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
  }
  .text-time .js-box-sp .box .row .c-left.none::before {
    opacity: 0;
  }
  .text-time .js-box-sp .box .row .c-right {
    width: 310px;
    display: flex;
    align-items: center;
  }
  .text-time .js-box-sp .box .row .colleft {
    line-height: 22px;
    font-size: 14px;
    box-sizing: border-box;
    background: #FAF7EF;
    border: 1px solid #C6B550;
    padding: 13px 18px 13px 0;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    z-index: 2;
    position: relative;
  }
  .text-time .js-box-sp .box .row .colleft dl {
    display: flex;
  }
  .text-time .js-box-sp .box .row .colleft dl + dl {
    margin-top: 5px;
  }
  .text-time .js-box-sp .box .row .colleft dl dt {
    width: 60px;
    text-align: right;
  }
  .text-time .js-box-sp .box .row .colleft dl dd {
    width: calc(100% - 60px);
    padding-left: 10px;
    text-align: left;
  }
  .text-time .js-box-sp .box .row .colright {
    line-height: 22px;
    font-size: 14px;
    box-sizing: border-box;
    background: #FAF7EF;
    border: 1px solid #C6B550;
    padding: 13px 10px 13px 0;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
  }
  .text-time .js-box-sp .box .row .colright dl {
    display: flex;
  }
  .text-time .js-box-sp .box .row .colright dl + dl {
    margin-top: 5px;
  }
  .text-time .js-box-sp .box .row .colright dl dt {
    width: 60px;
    text-align: right;
  }
  .text-time .js-box-sp .box .row .colright dl dd {
    width: calc(100% - 60px);
    padding-left: 10px;
    text-align: left;
  }
  .text-time .js-box-sp .box .row .colcenter {
    width: 160px;
    border: 1px solid #E59288;
    color: #FFF;
    background: #E59288;
    border-radius: 10px;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 25px 0 25px;
  }
  .text-time .js-box-sp .box .row .colcenter.big {
    width: 300px;
    margin: 45px 0 25px 175px;
    line-height: 32px;
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .text-time {
    max-width: 1000px;
    margin: auto;
    background: #FEF7F7;
    position: relative;
    border-radius: 20px;
    padding: 50px 30px;
    box-sizing: border-box;
    width: 100%;
  }
  .text-time .js-box-sp {
    width: 100%;
    overflow-x: scroll;
  }
  .text-time .js-box-sp .box {
    width: 650px;
    font-weight: 400;
    color: #8D5F4A;
    letter-spacing: 0.05em;
  }
  .text-time .js-box-sp .box .title {
    font-size: 30px;
    letter-spacing: 0.05em;
    line-height: 43px;
    display: flex;
    justify-content: space-between;
    padding: 0 47px 43px;
  }
  .text-time .js-box-sp .box .block {
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 18px;
    position: relative;
    z-index: 1;
  }
  .text-time .js-box-sp .box .block .left {
    width: 200px;
  }
  .text-time .js-box-sp .box .block .text {
    line-height: 60px;
    box-sizing: border-box;
    background: #FAF7EF;
    border: 1px solid #C6B550;
    padding: 0 20px 0 20px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
  }
  .text-time .js-box-sp .box .block .center {
    margin: 0px 30px 0 40px;
  }
  .text-time .js-box-sp .box .block .center .text {
    width: 140px;
    border: 1px solid #E59288;
    color: #E59288;
    background: #FFF;
  }
  .text-time .js-box-sp .box .line {
    position: relative;
  }
  .text-time .js-box-sp .box .line::before {
    width: 31px;
    height: 1px;
    background: #C6B550;
    position: absolute;
    top: 50%;
    left: -31px;
    content: "";
  }
  .text-time .js-box-sp .box .row {
    position: relative;
    display: flex;
    align-items: center;
  }
  .text-time .js-box-sp .box .row:last-child {
    margin-top: -10px;
  }
  .text-time .js-box-sp .box .row::before {
    width: 20px;
    height: 100%;
    background: #E59288;
    position: absolute;
    top: -25px;
    left: 315px;
    content: "";
  }
  .text-time .js-box-sp .box .row .c-left {
    width: 305px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .text-time .js-box-sp .box .row .c-left::before {
    width: 100%;
    height: 1px;
    background: #C6B550;
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
  }
  .text-time .js-box-sp .box .row .c-left.none::before {
    opacity: 0;
  }
  .text-time .js-box-sp .box .row .c-right {
    width: 310px;
    display: flex;
    align-items: center;
  }
  .text-time .js-box-sp .box .row .colleft {
    line-height: 22px;
    font-size: 14px;
    box-sizing: border-box;
    background: #FAF7EF;
    border: 1px solid #C6B550;
    padding: 13px 18px 13px 0;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    z-index: 2;
    position: relative;
  }
  .text-time .js-box-sp .box .row .colleft dl {
    display: flex;
  }
  .text-time .js-box-sp .box .row .colleft dl + dl {
    margin-top: 5px;
  }
  .text-time .js-box-sp .box .row .colleft dl dt {
    width: 60px;
    text-align: right;
  }
  .text-time .js-box-sp .box .row .colleft dl dd {
    width: calc(100% - 60px);
    padding-left: 10px;
    text-align: left;
  }
  .text-time .js-box-sp .box .row .colright {
    line-height: 22px;
    font-size: 14px;
    box-sizing: border-box;
    background: #FAF7EF;
    border: 1px solid #C6B550;
    padding: 13px 10px 13px 0;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
    margin-left: 30px;
  }
  .text-time .js-box-sp .box .row .colright dl {
    display: flex;
  }
  .text-time .js-box-sp .box .row .colright dl + dl {
    margin-top: 5px;
  }
  .text-time .js-box-sp .box .row .colright dl dt {
    width: 60px;
    text-align: right;
  }
  .text-time .js-box-sp .box .row .colright dl dd {
    width: calc(100% - 60px);
    padding-left: 10px;
    text-align: left;
  }
  .text-time .js-box-sp .box .row .colcenter {
    width: 160px;
    border: 1px solid #E59288;
    color: #FFF;
    background: #E59288;
    border-radius: 10px;
    position: relative;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    margin: 25px 0 25px;
  }
  .text-time .js-box-sp .box .row .colcenter.big {
    width: 300px;
    margin: 45px 0 25px 175px;
    line-height: 32px;
    padding: 12px 0;
  }
}
.elementor-page-1849 #gallery-1 img{
	border: none;
}


