@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
input[type="button"], input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff; /* 背景色を白に設定 */
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  font-weight: 500;
}
html {
  overflow-x: hidden;
}
.f-main {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
}
.f-main2 {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.e_font {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.j_font {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
}
/* BASE */
img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
img.c-svg-img {
  -o-object-fit: contain;
  object-fit: contain;
}
ul {
  list-style-type: none;
  margin-bottom: 0;
}
a {
  color: currentColor;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  color: currentColor;
  text-decoration: none;
}
/*container*/
.model-container1 {
  width: 84.61%;
  margin: 0 auto;
  max-width: 1400px;
}
/* UTILITIES */
/* EFFECT */
/*下から出現*/
.effect_box_up {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(20px) rotate(0deg);
  -ms-transform: translateY(20px) rotate(0deg);
  transform: translateY(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_up.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*その場で出現*/
.effect_box_spot {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_spot.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
/*左から出現*/
.effect_box_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-20px) rotate(0deg);
  -ms-transform: translateX(-20px) rotate(0deg);
  transform: translateX(-20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_left.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/*右から出現*/
.effect_box_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(20px) rotate(0deg);
  -ms-transform: translateX(20px) rotate(0deg);
  transform: translateX(20px) rotate(0deg);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.effect_box_right.leff {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateY(0) rotate(0deg);
  -ms-transform: translateY(0) rotate(0deg);
  transform: translateY(0) rotate(0deg);
}
/* COMPONENTS */
/* PAGE LOGO */
.c-logo {
  margin-bottom: 0;
}
.c-logo a, .c-logo img {
  display: block;
  width: 100%;
  height: 100%;
}
/* SECTION */
.c-section-textimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-section-textimg .c-section-img {
  width: 50%;
}
.c-section-textimg .c-section-info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-section {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 576px) {
  .c-section {
    width: 85%;
  }
}
/* SECTION IMAGE */
.c-section-img {
  position: relative;
}
.c-section-img::before, .c-section-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* SECTION INFO */
.c-section-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
/* SECTION LIST */
.c-section-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0;
  list-style-type: none;
}
.c-section-list a, .c-section-list img {
  display: block;
  width: 100%;
}
/* SECTION TITLE */
.c-title1 {
  font-weight: 700;
  font-size: 1.38rem;
  margin-bottom: 0;
}
.c-title1 .f-rale {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  margin-bottom: 20px;
}
.c-title1--center {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .c-title1 {
    font-size: 1.1rem;
  }
}
/* SECTION PARAGRAPH */
.c-section-p {
  font-weight: 500;
  font-size: 1.23rem;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .c-section-p {
    font-size: 1rem;
    line-height: 22px;
    text-align: left;
  }
}
/* BTN 1 */
.c-btn1.inf-area3 a {
  padding: 8px;
  border-radius: 29px;
  font-weight: 700;
  font-size: 1.357rem;
  letter-spacing: 0;
}
.c-btn1 .top_bt_ani3 {
  width: 42px;
  margin-left: 30px;
}
.c-btn1 .top_bt_ani3::after {
  height: 8px;
  width: 8px;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .c-btn1.inf-area3 a {
    font-size: 0.8rem;
  }
  .c-btn1 .top_bt_ani3 {
    width: 20px;
    margin-left: 10px;
  }
  .c-btn1 .top_bt_ani3::after {
    height: 5px;
    width: 5px;
    top: -2px;
  }
}
/* ICON */
.c-icon1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.c-icon1::after {
  content: "";
  width: 4px;
  height: 4px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.l-per .c-icon1::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
/* LINK */
.c-nav1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-nav1 a {
  font-weight: 500;
  font-size: 1.23rem;
  color: currentColor;
}
/* LINK */
.c-link1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-link1 .c-link1-img img {
  border-radius: 0 10px 10px 0;
  width: 100%;
  height: 100%;
}
.c-link1__inner {
  flex: 1 1 auto;
  text-align: center;
  color: #000;
  width: 60%;
  padding: 0 30px;
  background: #fff;
  border-radius: 10px 0 0 10px;
}
.c-link1-img {
  width: 35.71%;
  flex: 1 1 auto;
  height: 150px;
}
a.c-link1:hover {
  opacity: 1;
}
.pop-txt01 {
  font-size: 0.928rem;
  letter-spacing: 0.15rem;
  display: block;
  background: #000;
  color: #fff;
  padding: 8px;
  margin: 0;
  line-height: 1;
}
.pop-txt02 {
  font-size: 2rem;
  letter-spacing: 0.04rem;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1;
}
.pop-txt03 {
  color: #828282;
  text-decoration: underline;
  margin: 0;
}
.c-link1 .f-rale .c-icon1 {
  margin-top: 0;
  margin-left: 12px;
  padding: 6px;
}
/* scroll */
.anchor-scroll {
  cursor: pointer;
}
/* COPY */
.c-copyright {
  font-size: 0.8rem;
  letter-spacing: 0;
}
/*=================================================== */
.p-lp {
  width: 100%;
  position: relative;
  background-color: #ededed;
  overflow-x: hidden;
}
/* HEADER */
header#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: transparent;
  color: #fff;
}
header#header.view {
  filter: invert(100%);
}
/* CONTAINER  */
.header__container {
  width: 100%;
  position: relative;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: top;
  padding-left: 60px;
  padding-right: 50px;
  padding-top: 40px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
/*tel*/
.header-tel-wrap .tel1 {
  font-size: 1.28rem;
  line-height: 1;
  margin-bottom: 5px;
}
.header-tel-wrap .tel1 span {
  font-size: 2.5rem;
  margin-left: 8px;
  line-height: 1;
}
.header-tel-wrap .tel2 {
  font-size: 0.85rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .header-tel-wrap .tel1 {
    font-size: 1rem;
    margin-bottom: 0px;
  }
  .header-tel-wrap .tel1 span {
    font-size: 1.9rem;
    margin-left: 8px;
  }
  .header-tel-wrap .tel2 {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 576px) {
  .header-tel-wrap {
    display: none;
  }
}
/* LOGO */
.header__logo {
  width: 180px;
  position: relative;
}
.header__logo a {
  mix-blend-mode: exclusion;
}
header .logo-white {
  display: block;
  transition: all .4s;
}
header.logo-black-wrap .logo-white {
  transition: all .4s;
  filter: invert(1);
}
header.logo-black-wrap {
  transition: all .4s;
}
header.logo-black-wrap .header-tel-wrap {
  transition: all .4s;
  filter: invert(1);
}
@media screen and (max-width: 1600px) {
  header .header__nav li + li {
    margin-left: 15px;
  }
  header .header__nav a {
    font-size: 1.15rem;
  }
  header a.header-nav__btn {
    width: 145px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .header__logo {
    width: 180px;
  }
  header .header__nav a {
    font-size: 1rem;
  }
  header a.header-nav__btn {
    width: 135px;
  }
}
@media screen and (max-width: 1100px) {
  .header__container {
    padding: 30px 3.6% 0;
  }
  .header__logo {
    width: 150px;
  }
}
@media screen and (max-width: 576px) {
  .header__container {
    padding: 30px 7.6% 0;
  }
  .header__logo {
    width: 150px;
  }
}
/* ========================================================== */
.l-bg--white {
  background-color: #fff;
}
.l-bg--gray {
  background-color: #e6e6e6;
}
/**************************************
/* tour-MV
***************************************/
.sitour_mv_logo {
  width: 150px;
  position: fixed;
  top: 30px;
  left: 7.6%;
  z-index: 1000;
}
@media screen and (min-width: 1200px) {
  .sitour_mv_logo {
    width: 180px;
    top: 50px;
    left: 3%;
  }
}
.sitour_mv_block {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 4.5rem;
}
.sitour_mv_img {
  width: 100%;
  height: 100%;
  position: relative;
}
.sitour_mv_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.sitour_mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sitour_mv_txt_box {
  width: 84%;
  position: absolute;
  bottom: 6rem;
  left: 7.6%;
  color: #fff;
  z-index: 2;
}
.sitour_mv_title {
  font-size: 2.7rem;
  margin-bottom: 3rem;
}
.sitour_mv_txt {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .sitour_mv_block {
    margin-bottom: 7rem;
  }
  .sitour_mv_title {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_mv_block {
    margin-bottom: 9rem;
  }
  .sitour_mv_txt_box {
    left: 3%;
  }
  .sitour_mv_title {
    font-size: 5rem;
  }
  .sitour_mv_txt {
    font-size: 1.125rem;
  }
}
/*sitour_top_block*/
.sitour_top_block {
  width: 84%;
  margin: 0 auto 5rem;
  max-width: 1200px;
}
.sitour_top_heading {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #646464;
  margin-bottom: 0.5rem
}
.sitour_top_head {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 4rem;
}
.sitour_top_unit01 {
  margin-bottom: 3.5rem;
}
.sitour_top_date_box {
  text-align: center;
  /* border: 1px solid #d7d7d7;*/
  background-color: #F0F0F0;
  position: relative;
  padding: 1.5rem 1rem 1rem;
  margin-bottom: 3.4rem;
}
.sitour_top_date_head_outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sitour_top_date_head {
  font-size: 0.928rem;
  letter-spacing: 0.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  padding: 5px 3rem;
  margin: 0;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.45);
  margin-bottom: 1rem;
}
.sitour_top_date {
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
}
.sitour_top_note {
  font-size: 0.857rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sitour_top_block {
    margin-bottom: 7rem;
  }
  .sitour_top_item {
    display: flex;
    justify-content: space-between;
  }
  .sitour_top_unit01 {
    width: 45%;
    order: 2;
    margin-bottom: 0;
  }
  .sitour_top_unit02 {
    width: 45%;
    order: 1;
  }
  .sitour_top_unit02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (min-width: 992px) {
  .sitour_top_head {
    font-size: 2.5rem;
  }
  .sitour_top_item {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_top_head {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  .sitour_top_heading {
    font-size: 1.2rem;
  }
  .sitour_top_item {
    margin-bottom: 8rem;
  }
  .sitour_top_unit01 {
    width: 50%;
    padding-right: 5%;
  }
  .sitour_top_unit02 {
    width: 36%;
  }
  .sitour_top_date_box {
    padding: 2rem 1rem 2rem;
    margin-bottom: 4.4rem;
  }
  .sitour_top_date_head_outer {
    top: -14px;
  }
  .sitour_top_date_head {
    font-size: 1rem;
    padding: 7px 3rem;
  }
  .sitour_top_date {
    font-size: 2.2rem;
  }
  .sitour_top_note {
    font-size: 0.9375rem;
  }
  .sitour_top_txt {
    font-size: 1.07rem;
    line-height: 1.9;
  }
}
/*||sitour_btn||*/
.sitour_btn_box {
  margin-bottom: 5rem;
}
.sitour_btn {
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin: 0 auto;
  max-width: 400px;
  padding: 1rem 0;
  letter-spacing: 0.1em;
  text-decoration: none;
  transition: .5s;
  position: relative;
  background-color: #000;
  border: 1px #000 solid;
  /*   border-radius: 45px;*/
}
.sitour_btn:hover {
  background-color: #fff;
  color: #000;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .sitour_btn_box {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_btn_box {
    margin-bottom: 9rem;
  }
  .sitour_btn {
    font-size: 1.3rem;
    padding: 1.5rem 0;
  }
}
/*||sitour_point_block||*/
.sitour_point_block {
  background: #f0f0f0;
  padding: 5rem 0 6rem;
}
.sitour_point_block .model-container1.model-lp-highlights-wrap {
  padding-bottom: 0;
}
.sitour_point_block .model-container1.model-lp-highlights-wrap ul.mh-wrap li:last-child.mh-wrap-item {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .sitour_point_block {
    padding: 7rem 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_point_block {
    padding: 10rem 0 23rem;
  }
}
/*||sitour_con_block||*/
.sitour_con_block {
  position: relative;
  margin-bottom: 5rem;
}
.sitour_con_back {
  height: 240px;
}
.sitour_con_back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sitour_con_inner {
  width: 88%;
  margin: -5rem auto 0;
  background-color: rgba(63, 67, 78, 1);
  padding: 4rem 1rem 4.8rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1200px;
}
.sitour_con_head {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.sitour_con_list {
  margin-bottom: 3.5rem;
}
.sitour_con_list > ul > li {
  padding-bottom: 2.3rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.sitour_con_list > ul > li::before {
  content: "";
  display: block;
  width: 75%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.sitour_con_list > ul > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sitour_con_list > ul > li:last-child::before {
  content: none;
}
.sitour_con_txt {
  font-size: 1.5rem;
  text-align: center;
}
.sitour_con_txt span {
  font-size: 0.9rem;
  line-height: 1;
  display: block;
}
.sitour_con_list_bottom {
  font-size: 0.857rem;
  margin-bottom: 3.5rem;
}
.sitour_con_btn {
  color: #3f434e;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
  padding: 1.2rem 0;
  text-decoration: none;
  transition: .5s;
  position: relative;
  background-color: #fff;
  border: 1px #fff solid;
  /*border-radius: 45px;*/
}
.sitour_con_btn:hover {
   background-color: rgba(63, 67, 78, 1);
  color: #fff;
  transition: .5s;
}
@media screen and (min-width: 768px) {
  .sitour_con_block {
    margin-bottom: 7rem;
  }
  .sitour_con_back {
    height: auto;
  }
  .sitour_con_list > ul {
    display: flex;
    justify-content: center;
  }
  .sitour_con_list > ul > li {
    width: auto;
    padding-right: 2rem;
    margin-right: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .sitour_con_list > ul > li::before {
    width: 1px;
    height: 60px;
    top: 55%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translate(0%, -50%);
  }
  .sitour_con_list > ul > li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .sitour_con_list > ul > li {
    padding-right: 3rem;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_con_block {
    margin-bottom: 8rem;
  }
  .sitour_con_inner {
    padding: 5rem 1rem 6rem;
    margin: 0;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sitour_con_head {
    font-size: 2.142rem;
    margin-bottom: 4rem;
  }
  .sitour_con_list {
    margin-bottom: 4rem;
  }
  .sitour_con_list > ul > li {
    padding-right: 4rem;
    margin-right: 4rem;
  }
  .sitour_con_list > ul > li::before {
    height: 80px;
    top: 58%;
  }
  .sitour_con_txt {
    font-size: 2rem;
  }
  .sitour_con_txt span {
    font-size: 1rem;
  }
  .sitour_con_list_bottom {
    font-size: 1.07rem;
    margin-bottom: 5rem;
  }
  .sitour_con_btn {
    font-size: 1.2rem;
    padding: 1.5rem 0;
  }
}
/*||sitour_3col_block||*/
.sitour_3col_block {
  margin-bottom: 6rem;
}
.sitour_3col_block .model-container1.model-merit-wrap {
  padding: 0;
}
@media screen and (min-width: 992px) {
  .sitour_3col_block {
    margin-bottom: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_3col_block {
    margin-bottom: 10rem;
  }
}
/*||sitour_about_block||*/
.sitour_about_block {
  background: #f0f0f0;
  padding: 0 0 6rem;
  margin-bottom: 5rem;
}
.sitour_about_img {
  height: 250px;
}
.sitour_about_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sitour_about_unit {
  width: 84%;
  margin: -4rem auto 0;
  background-color: #fff;
  padding: 3rem 0 4.5rem;
  position: relative;
  z-index: 1;
}
.sitour_about_inner {
  width: 80%;
  margin: 0 auto;
}
.sitour_about_table table {
  width: 100%;
}
.sitour_about_table table tr {
  border-top: 1px solid #d7d7d7;
}
.sitour_about_table table tr:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.sitour_about_table table tr th, .sitour_about_table table tr td {
  padding: 16px 0;
  font-size: 0.928rem;
  font-weight: 500;
}
.sitour_about_table table tr th {
  width: 33.33%;
}
.sitour_about_table table tr td {
  width: 66.66%;
}
@media screen and (min-width: 768px) {
  .sitour_about_block {
    padding: 0 0 7rem;
    margin-bottom: 6rem;
  }
  .sitour_about_img {
    height: auto;
  }
  .sitour_about_unit {
    margin-top: -17rem;
  }
}
@media screen and (min-width: 992px) {
  .sitour_about_block {
    padding: 0 0 8rem;
    margin-bottom: 8rem;
  }
  .sitour_about_unit {
    margin-top: -23rem;
    padding: 6rem 0 6.5rem;
    max-width: 880px;
  }
  .sitour_about_inner {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_about_block {
    padding-top: 10rem;
    padding-bottom: 9rem;
    margin-bottom: 10rem;
  }
  .sitour_about_block_inner {
    position: relative;
    width: 87%;
    margin: 0 auto;
  }
  .sitour_about_inner .model-lp-ttl {
    margin-bottom: 5rem;
  }
  .sitour_about_unit {
    margin-top: -40rem;
    padding: 6rem 0 8.5rem;
  }
  /*  .sitour_about_unit {
    margin: 0;
    width: 40%;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(0%, -50%);
    max-width: 600px;
    padding: 4rem 0 5.5rem;
  }*/
  .sitour_about_inner {
    width: 68%;
  }
  .sitour_about_table table tr th, .sitour_about_table table tr td {
    font-size: 1.07rem;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1700px) {
  .sitour_about_img {
    height: 100%;
  }
}
/*||sitour_acc_block||*/
.sitour_acc_block {
  width: 84%;
  margin: 0 auto 6rem;
  max-width: 1200px;
}
.sitour_acc_item {
  margin-bottom: 5rem;
}
.sitour_acc_unit01 {
  margin-bottom: 5rem;
}
.sitour_acc_unit01 .model-lp-ttl {
  text-align: center;
}
.sitour_acc_head {
  font-size: 1.1rem;
  text-align: center;
  padding: 2px 1rem;
  background-color: #F0F0F0;
  margin-bottom: 0.8rem;
}
.sitour_acc_place {
  font-size: 0.857rem;
  margin-bottom: 2rem;
}
.sitour_acc_txt {
  font-size: 0.857rem;
  margin-bottom: 4rem;
}
.sitour_acc_btn {
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
  padding: 1rem 0;
  text-decoration: none;
  transition: .5s;
  position: relative;
  background-color: #000;
  border: 1px #000 solid;
  /*  border-radius: 45px; */
}
.sitour_acc_btn:hover {
  background-color: #fff;
  color: #000;
  transition: .5s;
}
.sitour_acc_block .youtube {
  padding-top: 77.25%;
}
@media screen and (min-width: 768px) {
  .sitour_acc_block {
    margin-bottom: 7rem;
  }
  .sitour_acc_item {
    display: flex;
  }
  .sitour_acc_unit01 {
    width: 47%;
    order: 2;
    margin-bottom: 0;
  }
  .sitour_acc_unit01 .model-lp-ttl {
    text-align: left;
  }
  .sitour_acc_head {
    font-size: 1.2rem;
    display: inline-block;
  }
  .sitour_acc_unit02 {
    width: 53%;
    padding-right: 10%;
    order: 1;
  }
  .sitour_acc_unit02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sitour_acc_block .youtube {
    padding-top: 56.25%;
  }
}
@media screen and (min-width: 992px) {
  .sitour_acc_block {
    margin-bottom: 8rem;
  }
  .sitour_acc_place {
    font-size: 1rem;
    margin-bottom: 4rem;
  }
  .sitour_acc_txt {
    font-size: 1rem;
    margin-bottom: 5rem;
  }
  .sitour_acc_btn {
    font-size: 1.3rem;
    padding: 1.5rem 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_acc_block {
    margin-bottom: 12rem;
  }
  .sitour_acc_item {
    margin-bottom: 9rem;
  }
  .sitour_acc_block .youtube {
    padding-top: 50.25%;
  }
}
/*||sitour_form_block||*/
.sitour_form_block .model-container1.model-contact-wrap {
  padding-top: 5rem;
}
@media screen and (min-width: 768px) {
  .sitour_form_block .model-container1.model-contact-wrap {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .sitour_form_block .model-container1.model-contact-wrap {
    padding-top: 10rem;
  }
}
/*||||*/
/**************************************
/* 
***************************************/
/* PAGEUP  */
.pageup {
  bottom: 5%;
  right: 5%;
}
/*.pageup a {
  border: none;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}*/
.pageup img {
  display: block;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .pageup {
    display: none !important;
  }
}
/* FOOTER */
#footer {
  padding-top: 170px;
  padding-bottom: 44px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
.footer__inner {
  max-width: 1400px;
}
.footer__logo {
  width: 270px;
  margin: 0 auto 115px;
}
.footer__inner .j_font {
  line-height: 1;
  font-size: 0.8rem;
}
/* NAV */
.footer__nav {
  margin-top: 4px;
  margin-bottom: 34px;
  text-align: right;
}
.footer__nav a {
  display: inline-block;
  font-weight: 500;
  font-size: 1.23rem;
  letter-spacing: 0;
}
.footer__nav a + a::before {
  content: "｜";
  display: inline-block;
  margin: 0 12px;
}
@media screen and (max-width: 576px) {
  .footer__nav {
    text-align: center;
  }
  .footer__nav a {
    font-size: 1rem;
  }
}
/* COPY */
.footer__copy {
  text-align: right;
  font-size: 0.8rem;
  margin-bottom: 0
}
.footer--tab {
  display: none;
}
@media screen and (max-width: 991px) {
  .footer--pc {
    display: none;
  }
  .footer--tab {
    display: block;
    text-align: center;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .footer__inner, .footer__copy {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 0;
  }
  .footer__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .footer__nav {
    margin-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  #footer {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .footer__logo {
    width: 180px;
    margin-bottom: 50px;
  }
}
/* FOOTER SIDELINK */
.footer__sidelink {
  max-width: 420px;
  position: fixed;
  bottom: 30px;
  right: 1.66%;
  z-index: 300;
  display: flex;
  background: #fff;
  border-radius: 10px;
  height: 150px;
  align-items: center;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .footer__sidelink {
    max-width: 450px;
    background: #fff;
  }
  .footer__sidelink .c-link1 p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1199px) {
  .pop-txt01 {
    font-size: 0.828rem;
    padding: 5px;
  }
  .footer__sidelink {
    max-width: 320px;
    height: 120px;
  }
  .pop-txt02 {
    font-size: 1.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .pop-txt03 {
    font-size: 0.9rem;
  }
  .c-link1-img {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .footer__sidelink {
    display: none;
  }
}
/* fotter 固定メニュー
----------------------------------------------------------------------------------------------------*/
.footer__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__menu {
    display: block;
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    z-index: 900;
  }
  .footer__menu .c-link1 p {
    font-size: 1.05rem;
    line-height: 1.5;
  }
  .footer__menu .c-link1__inner {
    display: none
  }
  .footer__menu .c-link1 img {
    width: 33%;
    margin-right: 42px;
    position: relative;
    right: -60px;
  }
}
@media screen and (max-width: 360px) {
  #footer {
    padding-bottom: 160px;
  }
  .footer__menu .c-link1__inner {
    display: none;
  }
}
/* 誘導ボタン */
.goform-container {
  background-color: #ededed;
}
.goform-container.gfc_bc {
  background-color: #fff;
}
.goform {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 800px;
  text-align: center;
}
.goform a {
  display: block;
  background-color: #b94f00;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .goform-container {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .goform a {
    padding: 16px 0;
  }
}
@media screen and (min-width: 768px) {
  .goform-container {
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .goform a {
    padding: 24px 0;
  }
}
/*20230328_specLP追記*/
.c-section-list a.js-modal-close {
  width: auto !important;
}
/* FORM MODEL */ ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
.form-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 100px auto;
}
#form-model .form-group {
  margin-bottom: 33px;
}
#form-model .form-group--first {
  margin-bottom: 30px;
}
#form-model .form-group--break {
  margin-bottom: 62px;
}
#form-model .form-group--last {
  margin-bottom: 0;
}
#form-model .form-item {
  display: inline-block;
  margin-right: 48px;
}
#form-model .form-item:last-child {
  margin-right: 0;
}
#form-model input, #form-model textarea, #form-model select, #form-model .form-label {
  font-weight: 700;
  font-size: 1.23rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #000000;
}
#form-model .form-label, #form-model .form-group--first .form-label {
  margin-bottom: 14px;
}
#form-model .form-item .form-label {
  margin-bottom: 0;
}
#form-model input, #form-model textarea, #form-model select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  margin: 0;
  padding: 23px 30px;
}
#form-model textarea {
  padding-bottom: 16px;
}
#form-model input[type="checkbox"], #form-model input[type="radio"] {
  width: auto;
  display: inline-block;
}
#form-model .wpcf7-form-control-wrap {
  display: block;
}
#form-model .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 10px;
}
#form-model input[type="submit"] {
  width: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 23px;
  background-color: #000;
  padding: 23.5px 10px;
  color: #fff;
}
#form-model input.form-input--half {
  max-width: 430px;
}
#form-model .form-imp__icon {
  color: #c50000;
  margin-left: 6px;
}
#form-model .form-p {
  font-weight: 500;
  font-size: 1rem;
  line-height: 23px;
  margin-top: 12px;
}
/* CUSTOM CHECKBOX */
#form-model .form-input__checkbox {
  margin-bottom: 0;
}
#form-model .form-input__checkbox label {
  cursor: pointer;
}
#form-model .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
#form-model .form-input__checkbox .wpcf7-list-item.first, #form-model .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item.first {
  margin-right: 52px;
}
#form-model .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 52px;
}
#form-model .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 56px;
  line-height: 40px;
  padding-top: 0;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label {
  border-radius: 50%;
  padding-left: 53px;
  line-height: 35px;
  padding-top: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before, #form-model .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: 0.2s;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before {
  top: -9px;
  left: 0;
  display: block;
  height: 40px;
  width: 40px;
  background-color: #fff;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::before {
  width: 35px;
  height: 35px;
  top: -8px;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #000;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 12.5px;
}
#form-model .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (max-width: 576px) {
  #form-model input, #form-model textarea, #form-model select, #form-model .form-label {
    font-size: 1rem;
    line-height: 23px;
  }
  #form-model input, #form-model textarea, #form-model select {
    padding: 13px 16px;
  }
  #form-model input[type="submit"] {
    max-width: unset;
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }
  #form-model .form-group {
    margin-bottom: 25px;
  }
  #form-model .form-group--first {
    margin-bottom: 16px;
  }
  #form-model .form-group--break {
    margin-bottom: 38px;
  }
  #form-model .form-group--last {
    margin-bottom: 0;
  }
  #form-model input + input {
    margin-top: 5px;
  }
  #form-model textarea {
    padding-bottom: 8px;
  }
  #form-model .form-label {
    margin-bottom: 5px;
  }
  #form-model .form-item:last-child {
    margin-top: 4px;
  }
  /* CUSTOM CHECKBOX */
  #form-model .form-input__checkbox .wpcf7-list-item-label {
    line-height: 30px;
    padding-left: 40px;
    padding-top: 0;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::before {
    width: 30px;
    height: 30px;
    left: -0.5px;
    top: -8px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::after {
    left: 10px;
    width: 8px;
    height: 8px;
  }
  #form-model .form-input__checkbox--round .wpcf7-list-item-label {
    padding-top: 0;
  }
  #form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 11px;
    top: 7px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.first {
    margin-bottom: 5px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.first.last {
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-list-item {
    margin: 5px 0 0 0 !important;
  }
  #form-model .form-input__checkbox .wpcf7-list-item.last {
    margin-left: 20px !important;
  }
  #form-model .form-label--mb1 {
    margin-bottom: 15px;
  }
  #form-model .form-p {
    line-height: 28px;
    margin-top: 5px;
  }
}
/*画像切り替え*/
.pc-none {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}
/* sp-footer-menu
----------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 575px) {
  .sp-footer-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    display: flex;
    width: 100%;
    height: 55px;
    border-top: 1px rgba(255, 255, 255, 0.50) solid;
    z-index: 999;
    background: #000;
  }
  .sfm-btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid #fff;
  }
  .sfm-btn:last-child {
    border-right: none;
  }
  .sfm-btn a {
    text-decoration: none;
    color: #fff;
    font-size: 0.85rem;
    transition: .3s;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }
  .sfm-btn a:hover {
    opacity: 0.6;
  }
  .sfm-btn a span.f-icon {
    display: block;
    background-repeat: no-repeat;
    max-width: 40px;
    height: 30px;
    margin: 0 auto 5px;
    background-size: contain;
  }
  .sfm-btn-request span.f-icon {
    background-image: url("../images/sfm-btn-request.svg");
  }
  .sfm-btn.sfm-btn-event span.f-icon {
    background-image: url("../images/sfm-btn-event.svg");
    max-width: 21px;
  }
  .sfm-btn-tel span.f-icon {
    background-image: url("../images/sfm-btn-tel.svg");
  }
}
@media screen and (min-width: 576px) {
  .sp-footer-menu {
    display: none;
  }
}
/*********CONCEPT********/
.model-concept-img-wrap {
  margin-left: 3.888%;
  margin-bottom: 160px;
}
@media screen and (max-width: 576px) {
  .model-concept-img-wrap {
    margin-left: 0;
    margin-bottom: 120px;
  }
}
.model-container1.model-concept-wrap {
  padding-top: 100px;
  margin-bottom: 60px;
}
.model-concept-wrap .c-block01 .e_font {
  line-height: 1;
  font-size: 1.07rem;
  margin-bottom: 60px;
}
.model-concept-wrap .c-block01 .concept-main-txt {
  max-width: 289px;
  margin-bottom: 40px
}
.model-concept-wrap .c-block02 p {
  text-align: justify;
  font-size: 0.928rem;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .model-container1.model-concept-wrap {
    display: flex;
    justify-content: space-between;
    width: 77.77%;
    max-width: 1400px;
  }
  .model-concept-wrap .c-block01 {
    width: 37.35%;
  }
  .model-concept-wrap .c-block01 .concept-main-txt {
    max-width: 543px;
    margin-bottom: 0
  }
  .model-concept-wrap .c-block02 {
    width: 40.71%;
    margin-top: 69px;
  }
}
@media screen and (min-width: 1200px) {
  .model-concept-wrap .c-block02 p {
    font-size: 1.017rem;
    margin-bottom: 30px;
  }
  .model-concept-wrap .c-block01 .e_font {
    font-size: 1.428rem;
    margin-bottom: 100px;
  }
  .model-container1.model-concept-wrap {
    padding-top: 130px;
    margin-bottom: 160px;
  }
  .model-concept-wrap .c-block02 {
    margin-top: 113px;
  }
}
/*******BENEFITS of VISITING******/
.model-lp-ttl {
  margin-bottom: 38px;
}
.model-merit-wrap ul li {
  margin-bottom: 50px;
}
.model-merit-wrap ul li:last-child {
  margin-bottom: 0;
}
.model-lp-ttl .e_font {
  font-size: 2.857rem;
  line-height: 1.25;
  margin-bottom: 12px;
}
.model-lp-ttl .j_font {
  font-size: 1.07rem;
}
.model-merit-wrap .m-txt01 {
  font-size: 1.28rem;
  margin-top: 20px;
  margin-bottom: -3px;
  letter-spacing: 0;
}
.model-merit-wrap .m-txt02 {
  margin-bottom: 10px;
}
.model-merit-wrap .m-txt03 {
  font-size: 0.857rem;
  margin-bottom: 0;
  text-align: justify;
}
.model-merit-wrap ul li .m-img {
  position: relative;
}
.model-merit-wrap ul li .m-img::before {
  content: "01";
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  top: -18px;
  right: -10px;
  font-size: 2.857rem;
  position: absolute;
  line-height: 1;
  font-weight: normal;
}
.model-merit-wrap ul li:nth-child(2) .m-img::before {
  content: "02";
}
.model-merit-wrap ul li:nth-child(3) .m-img::before {
  content: "03";
}
@media screen and (min-width: 992px) {
  .model-merit-wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .model-merit-wrap ul li {
    margin-bottom: 0;
    width: 30.57%;
  }
  .model-merit-wrap ul li .m-img::before {
    left: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .model-lp-ttl {
    margin-bottom: 46px;
  }
  .model-lp-ttl .e_font {
    font-size: 3.571rem;
    line-height: 1.25;
    margin-bottom: 11px;
  }
  .model-lp-ttl .j_font {
    font-size: 1.428rem;
  }
  .model-merit-wrap .m-txt01 {
    font-size: 1.5714rem;
    margin-top: 20px;
    margin-bottom: -3px;
  }
  .model-merit-wrap .m-txt01 {
    font-size: 1.5714rem;
    margin-top: 28px;
    margin-bottom: -2px;
    line-height: 1.6;
  }
  .model-merit-wrap .m-txt02 {
    margin-bottom: 14px;
    font-size: 1.4285rem;
  }
  .model-merit-wrap .m-txt03 {
    font-size: 1.07rem;
  }
  .model-merit-wrap ul li .m-img::before {
    font-size: 4.5rem;
    top: -24px;
    left: -29px;
  }
}
/*******INTERVIEW******/
.back-g {
  background: #f0f0f0;
}
.model-container1.model-interview-wrap {
  padding: 120px 0 0;
  text-align: center;
}
.model-lp-note {
  font-size: 0.85rem;
  background: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #000;
  margin-bottom: 21px;
  position: relative;
  display: inline-block;
  line-height: 1.5;
}
.model-lp-note::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/model-lp/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 10px;
}
.model-interview-wrap .model-lp-ttl {
  margin-bottom: 20px;
}
.model-lp-ttl-txt {
  margin-bottom: 0;
  font-size: 0.9rem;
}
.model-lp-ttl-txt span {
  color: #c50000;
}
@media screen and (min-width: 1200px) {
  .model-container1.model-interview-wrap {
    padding: 190px 0 0;
  }
  .model-lp-note {
    font-size: 1.428rem;
    padding: 10px 40px;
    margin-bottom: 34px;
  }
  .model-interview-wrap .model-lp-ttl {
    margin-bottom: 30px;
  }
  .model-contact-wrap .model-lp-ttl-txt {
    font-size: 1.07rem;
  }
  .model-lp-ttl-txt {
    font-size: 1.214rem;
  }
  .model-lp-note::after {
    bottom: -11px;
    width: 18px;
    height: 14px;
  }
}
/*******建築家紹介******/
.model-lp-architect-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 30px 30px 40px;
  margin: 50px auto 60px;
}
.architect-txt01 {
  margin-top: 25px;
  font-size: 0.785rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}
.architect-txt02 {
  font-size: 1.357rem;
  text-align: left;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
}
.architect-txt02 span {
  font-size: 1rem;
  margin-left: 10px;
  letter-spacing: 0.05em;
  color: #646464;
}
.architect-txt03 {
  text-align: justify;
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 0.785rem;
}
@media screen and (min-width: 768px) {
  .model-lp-architect-wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .model-lp-architect-wrap ul li:first-child {
    width: 40%;
  }
  .model-lp-architect-wrap ul li:last-child {
    width: 54%;
  }
  .architect-txt01 {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .model-lp-architect-wrap {
    width: 82.85%;
    max-width: 1160px;
  }
}
@media screen and (min-width: 1200px) {
  .model-lp-architect-wrap {
    padding: 60px 80px;
    margin: 70px auto 150px;
  }
  .architect-txt01 {
    font-size: 0.928rem;
    margin-bottom: 14px;
  }
  .architect-txt02 {
    font-size: 1.714rem;
    margin-bottom: 20px;
  }
  .architect-txt02 span {
    font-size: 1.141rem;
    margin-left: 20px;
  }
  .architect-txt03 {
    font-size: 1rem;
  }
}
/*Highlight*/
.model-lp2 .model-interview-g.inter2-1 {
  padding-top: 7rem;
}
.model-container1.model-lp-highlights-wrap {
  padding-bottom: 40px;
}
.mh-txt01 {
  font-size: 1.785rem;
  text-align: left;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 16px;
}
.mh-txt01 span {
  font-size: 0.928rem;
  margin-right: 8px;
}
.mh-txt02 {
  font-size: 1.642rem;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
.mh-txt03 {
  margin-bottom: 17px;
  font-size: 0.928rem;
  text-align: justify;
  line-height: 1.7;
}
.model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item {
  margin-bottom: 60px;
}
.model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-ite:last-child {
  margin-bottom: 0;
}
.br1400 {
  display: none;
}
@media screen and (min-width: 992px) {
  ul.mh-wrap li.mh-wrap-item {
    display: flex;
    justify-content: space-between;
  }
  ul.mh-wrap li.mh-wrap-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .mh-img {
    width: 59.31%;
  }
  .mh-txt-wrap {
    width: 33.10%;
  }
  .mh-txt01 {
    margin-top: 0;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n+1) .slick-dots {
    justify-content: left;
  }
}
@media screen and (min-width: 1200px) {
  .model-container1.model-lp-highlights-wrap {
    width: 100%;
    margin: 0;
    max-width: unset;
    padding-bottom: 80px;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item {
    width: 80.55%;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n+1) {
    margin: 0 12.77% 120px 6.66%;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n) {
    margin: 0 6.66% 120px 12.77%;
  }
  .mh-txt01 {
    font-size: 2.142rem;
    margin-bottom: 70px;
  }
  .mh-txt01 span {
    font-size: 1.214rem;
    margin-right: 15px;
  }
  .mh-txt02 {
    font-size: 2.142rem;
    line-height: 1.666;
    margin-bottom: 33px;
  }
  .mh-txt03 {
    margin-bottom: 28px;
    font-size: 1.07rem;
    line-height: 1.7;
  }
  .model-lp2 .model-interview-g.inter2-1 {
    padding-top: 15rem;
  }
}
@media screen and (min-width: 1400px) {
  .br1400 {
    display: block;
  }
}
/* Dots */
.slick-dots {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  justify-content: right;
  bottom: revert-layer;
  left: 0;
  margin-top: 10px;
}
.slick-dots li {
  position: relative;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  background-color: #c8c8c8;
}
.slick-dots li:first-child {
  margin-right: 8px;
}
.slick-dots li:last-child {
  margin: 0;
}
.slick-dots li.slick-active {
  background-color: #1e1d1d;
}
.dotted-blue .slick-dots li.slick-active {
  background-color: #0073b8;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: rgba(255, 255, 255, 0);
  visibility: hidden;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
@media screen and (max-width: 1199px) {
  .slick-dots li {
    width: 6px;
    height: 6px;
  }
  .slick-dotted.slick-slider {
    padding-bottom: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .slick-dots {
    margin-top: 25px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
  .slick-dots li:first-child {
    margin-bottom: 0;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n+1) .slick-dots li:first-child {
    margin: 0;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n+1) .slick-dots li:last-child {
    margin: 0;
    margin-left: 16px;
  }
  .model-container1.model-lp-highlights-wrap ul.mh-wrap li.mh-wrap-item:nth-child(2n) .slick-dots li:first-child {
    margin-right: 16px;
  }
}
/*outline*/
.model-container1.model-outline-wrap {
  padding-top: 87px;
  margin-bottom: 50px;
}
.model-lp2 .model-container1.model-outline-wrap {
  padding-bottom: 6rem;
  margin-bottom: 0;
}
.mo-txt01 {
  font-size: 1.785rem;
  line-height: 1;
  margin-top: 36px;
  margin-bottom: 30px;
}
.mo-txt02 {
  font-size: 0.928rem;
  margin-top: 20px;
}
.model-outline-wrap table {
  width: 100%;
}
.model-outline-wrap table tr {
  border-top: 1px solid #d7d7d7;
}
.model-outline-wrap table tr:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.model-outline-wrap table tr th, .model-outline-wrap table tr td {
  padding: 20px 0;
  font-size: 0.928rem;
  font-weight: 500;
}
.model-outline-wrap table tr th {
  width: 33.33%;
}
.model-outline-wrap table tr td {
  width: 66.66%;
}
@media screen and (min-width: 768px) {
  .model-outline-wrap ul {
    display: flex;
    justify-content: space-between;
  }
  .model-outline-wrap ul li:first-child {
    width: 54.28%;
  }
  .model-outline-wrap ul li:last-child {
    width: 40%;
  }
  .mo-txt01 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .model-outline-wrap ul li:first-child {
    width: 64.28%;
  }
  .model-outline-wrap ul li:last-child {
    width: 30%;
  }
  .mo-txt01 {
    font-size: 2.5rem;
    margin-bottom: 60px;
  }
  .mo-txt02 {
    font-size: 1.07rem;
    margin-top: 25px;
  }
  .model-outline-wrap table tr th, .model-outline-wrap table tr td {
    padding: 20px 0;
    font-size: 1.07rem;
  }
  .model-container1.model-outline-wrap {
    padding-top: 170px;
    margin-bottom: 140px;
  }
  .model-lp2 .model-container1.model-outline-wrap {
    padding-bottom: 15rem;
  }
}
/*SCROLL SLICK*/
.model-scroll-slider li {
  width: 600px;
  height: auto;
}
.model-scroll-slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*CONTACT*/
.model-container1.model-contact-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
.model-contact-wrap .model-lp-ttl {
  margin-bottom: 24px;
}
@media screen and (min-width: 1200px) {
  .model-container1.model-contact-wrap {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .model-contact-wrap .model-lp-ttl {
    margin-bottom: 35px;
  }
}
/************************
/*FORM
************************/
.pg_contact_container {
  margin-bottom: 6rem;
}
.wpcf7 {
  margin-top: 50px;
}
@media screen and (min-width: 1200px) {
  .pg_contact_container {
    margin-bottom: 9rem;
  }
}
#form-contact_box {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.pg_contact_txt1 {
  font-weight: bold;
  margin-bottom: 2rem;
}
.pg_contact_txt2 {
  font-weight: bold;
  margin-bottom: 7rem;
}
.cl-red {
  color: #c50000;
}
.form-group_address #zip3 {
  width: 50%;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* FORM MODEL */ ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
.form-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 100px auto;
}
#form-contact_box .form-group_namebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
#form-contact_box .form-group_namebox .form-group {
  width: 48.5%;
  margin-bottom: 0;
}
#form-contact_box .form-group {
  margin-bottom: 45px;
}
#form-contact_box .form-item {
  display: inline-block;
  margin-right: 48px;
}
#form-contact_box .form-item:last-child {
  margin-right: 0;
}
#form-contact_box input, #form-contact_box textarea, #form-contact_box select, #form-contact_box .form-label {
  font-size: 1.14rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  color: #000000;
  border-radius: 0;
}
#form-contact_box .form-label, #form-contact_box .form-label {
  margin-bottom: 14px;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-label, #form-contact_box .form-label {
    margin-bottom: 20px;
  }
}
#form-contact_box .form-item .form-label {
  margin-bottom: 0;
}
#form-contact_box input, #form-contact_box textarea, #form-contact_box select {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  margin: 0;
  padding: 23px 30px;
  background-color: #fff;
}
#form-contact_box textarea {
  padding-bottom: 16px;
}
#form-contact_box input[type="checkbox"], #form-contact_box input[type="radio"] {
  width: auto;
  display: inline-block;
}
#form-contact_box .wpcf7-form-control-wrap {
  display: block;
}
#form-contact_box .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-top: 5px;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
    margin-top: 10px;
  }
}
.form-group_other_block {
  margin-top: -2rem;
}
#form-contact_box input[type="submit"] {
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 1.07rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.15em;
  background-color: #000000;
  height: 80px;
  color: #fff;
  border-radius: 40px;
}
#form-contact_box input.form-input--half {
  max-width: 430px;
}
#form-contact_box .form-imp__icon {
  color: #c50000;
  margin-left: 6px;
}
@media screen and (min-width: 1200px) {
  #form-contact_box input[type="submit"] {
    max-width: 400px;
    font-size: 1.214rem;
    height: 80px;
  }
}
/* CUSTOM CHECKBOX */
#form-contact_box .form-input__checkbox {
  margin-bottom: 0;
}
#form-contact_box .form-input__checkbox label {
  cursor: pointer;
}
#form-contact_box .form-input__checkbox.form-input__checkbox--round.agree-check label {
  margin-bottom: 20px;
}
#form-contact_box .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-input__checkbox.form-input__checkbox--round.agree-check label {
    margin-bottom: 25px;
  }
}
/* Create a custom checkbox */
#form-contact_box .form-input__checkbox .wpcf7-list-item.first, #form-contact_box .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 0;
}
/*#form-contact_box .form-input__checkbox .wpcf7-list-item.first {
  margin-right: 52px;
}*/
#form-contact_box .form-input__checkbox .wpcf7-list-item {
  margin-right: 42px;
  ;
  margin-left: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 56px;
  line-height: 40px;
  padding-top: 0;
  top: 0;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
  border-radius: 50%;
  padding-left: 75px;
  line-height: 35px;
  padding-top: 0;
  font-size: 0.9375rem;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::before, #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: 0.2s;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::before {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  background-color: #000;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 18.6px;
  top: 50%;
}
#form-contact_box .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
#form-contact_box .form-p {
  font-size: 0.928rem;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
    font-size: 1.07rem;
  }
  #form-contact_box .form-p {
    font-size: 1.07rem;
  }
}
@media screen and (max-width: 576px) {
  .pg_contact_txt1 {
    margin-bottom: 1rem;
  }
  .pg_contact_txt2 {
    margin-bottom: 4rem;
  }
  #form-contact_box .form-group_namebox {
    margin-bottom: 2rem;
  }
  #form-contact_box input, #form-contact_box textarea, #form-contact_box select, #form-contact_box .form-label {
    font-size: 1rem;
  }
  #form-contact_box input, #form-contact_box textarea, #form-contact_box select {
    padding: 18px 16px;
    font-size: 0.9rem;
  }
  #form-contact_box input[type="submit"] {
    height: 60px;
    width: 80%;
  }
  #form-contact_box .form-group {
    margin-bottom: 23px;
  }
  .form-group_address #zip3 {
    width: 100%;
  }
  #form-contact_box .form-group--break {
    margin-bottom: 2.5rem;
  }
  #form-contact_box .form-group--last {
    margin-bottom: 0;
  }
  #form-contact_box input + input {
    margin-top: 5px;
  }
  #form-contact_box textarea {
    padding-bottom: 8px;
  }
  #form-contact_box .form-label {
    margin-bottom: 12px;
    font-size: 0.928rem;
  }
  #form-contact_box .form-item:last-child {
    margin-top: 4px;
  }
  /* CUSTOM CHECKBOX */
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label {
    line-height: 30px;
    padding-left: 66px;
    padding-top: 0;
    margin-right: 2rem;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
    left: 10px;
    width: 12px;
    height: 12px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
    padding-top: 0;
    font-weight: normal;
    font-size: 1.07rem;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 11px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item.first {
    margin-bottom: 5px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item.first.last {
    margin-left: auto;
    margin-right: auto;
  }
  .wpcf7-list-item {
    margin: 5px 0 0 0 !important;
  }
  #form-contact_box .form-label--mb1 {
    margin-bottom: 15px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
    width: 50px;
    height: 50px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 19px;
  }
  .form_cb_tel {
    margin-bottom: 2px;
  }
  .form_cb_tel span {
    font-size: 1.4rem;
  }
  .form_cb_tel a {
    font-size: 2.4rem;
    color: #000;
  }
  .form_cb_time {
    font-size: 0.8rem;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
}
/* 3COLUMN */
#form-contact_box .form-col3 {
  display: flex;
  justify-content: space-between;
}
#form-contact_box .form-col3 div {
  /*
  width: 48.5%;
*/
  width: calc((100% - 30px)/3);
  position: relative;
}
#form-contact_box .form-col3 div::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(225deg);
  position: absolute;
  top: 28px;
  right: 16px;
  z-index: 1;
}
#form-contact_box .form-col3 div select {
  background-color: #fff;
  color: #000;
  -webkit-appearance: none;
  appearance: none;
}
#form-contact_box .form-col3 div select.selected {
  color: #000;
}
@media screen and (max-width: 576px) {
  .single_event_form_container .pg_contact_txt2 {
    margin-bottom: 3rem;
  }
  #form-contact_box .form-col3 div::before {
    width: 6px;
    height: 6px;
    top: 25px;
    right: 9px;
  }
  #form-contact_box .form-col3 {
    display: unset;
  }
  #form-contact_box .form-col3 div {
    width: 100%;
    margin-bottom: 5px;
  }
}
/*radio box*/
#form-contact_box .form-input__checkbox.form-input__radiobox .wpcf7-list-item-label::before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  border-radius: 50px;
}
#form-contact_box .form-input__checkbox.form-input__radiobox .wpcf7-list-item-label::after {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  left: 18.6px;
}
#form-contact_box .form-input__checkbox.form-input__radiobox label {
  margin-bottom: 25px;
}
#form-contact_box .form-input__checkbox.form-input__radiobox .wpcf7-list-item-label {
  padding-left: 65px;
}
@media screen and (min-width: 1200px) {
  #form-contact_box .form-input__checkbox.form-input__radiobox .wpcf7-list-item-label {
    font-size: 1.14rem;
  }
}
/*privacypolicy*/
.formPrivacy.model-fp {
  border: none;
  background: #dcdcdc;
  height: 200px;
  overflow: scroll;
  max-width: 700px;
  padding: 40px;
  margin: 0 auto 50px;
  text-align: left;
  font-size: 0.928rem;
  line-height: 1.76;
}
@media screen and (max-width: 576px) {
  .formPrivacy.model-fp {
    padding: 30px;
    margin: 0 auto 40px;
    line-height: 1.76;
    font-size: 0.785rem;
  }
}
/*reCAPTCHA*/
.reCAPTCHA_p {
  text-align: center;
  line-height: 1.5;
  font-size: 0.8rem;
  margin: 2rem 0 0;
  color: #b1b1b1;
}
.reCAPTCHA_p a {
  text-decoration: underline;
}
.grecaptcha-badge {
  visibility: hidden;
}
.model-container1.model-merit-wrap {
  padding-bottom: 120px;
}
@media screen and (min-width: 1200px) {
  .model-container1.model-merit-wrap {
    padding-bottom: 225px;
  }
}