@charset 'UTF-8';
/*a {
  pointer-events: none
}*/
/*******************************
共通
*******************************/
/*画像廻りの破線*/
img.scaled-image{
	border: none!important;
	margin: 0!important;
}
/*フォント*/
.e_font {
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
}
.j_font {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
}
/*タイトル-マージン*/
.section_title_box {
  margin-bottom: 2.6rem;
}
.section_title_box02 {
  margin-bottom: 2rem;
}
.section_title_center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .section_title_box {
    margin-bottom: 3.4rem;
  }
  .section_title_box02 {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section_title_box {
    margin-bottom: 4rem;
  }
  .section_title_box02 {
    margin-bottom: 2rem;
  }
}
/*タイトル*/
/*
.section_title span {
  display: block;
  color: #333;
  font-size: 3rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.section_title {
  font-size: 1rem;
  line-height: 1.3;
  color: #333;
  margin-bottom: 0;
}
*/
.section_title span {
  display: block;
  color: #333;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.section_title {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #333;
  margin-bottom: 0;
}
.section_title02 span {
  display: block;
  color: #999999;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  margin-bottom: 1.5rem;
  line-height: 1;
}
.section_title02 {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /*
  .section_title span {
    font-size: 3rem;
  }
  .section_title {
    font-size: 1.1rem;
  }
*/
}
@media screen and (min-width: 1200px) {
  /*
  .section_title span {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
  }
  .section_title {
    font-size: 1.25rem;
  }
*/
  .section_title span {
    margin-bottom: 1.2rem;
  }
  .section_title {
    font-size: 2.375rem;
  }
  .section_title02 span {
    margin-bottom: 2.2rem;
  }
  .section_title02 {
    font-size: 2.375rem;
    letter-spacing: 0.06em;
  }
}
/*ボタン*/
.section_btn_center .section_btn {
  margin-left: auto;
  margin-right: auto;
}
.section_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 54px;
  border-radius: 27px;
}
.section_btn_black {
  color: #fff;
  background-color: #333333;
  border: 1px solid #333333;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}
.section_btn_black:hover {
  color: #333333;
  background-color: #fff;
  transition: all 0.5s;
}
.section_btn_white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}
.section_btn_white:hover {
  color: #000;
  background-color: #fff;
  transition: all 0.5s;
}
/*フッター上部ボタン*/
.page_btn_box {
  margin-top: 6rem;
}
.page_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 54px;
  margin: 0 auto;
  border-radius: 27px;
}
.page_btn_box .page_btn:first-child {
  margin-bottom: 1rem;
}
.page_btn_black {
  color: #fff;
  background-color: #333333;
  border: 1px solid #333333;
  transition: all 0.5s;
  position: relative;
}
.page_btn_black:hover {
  color: #333333;
  background-color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .page_btn_box {
    display: flex;
    justify-content: center;
  }
  .page_btn {
    margin: 0;
  }
  .page_btn_box .page_btn:first-child {
    margin-right: 3rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page_btn_box {
    margin-top: 9rem;
  }
  .page_btn_box .page_btn:first-child {
    margin-right: 5rem;
    margin-bottom: 0;
  }
  .page_btn {
    width: 300px;
    height: 65px;
    border-radius: 45px;
  }
}
/*******************************
共通
*******************************/
/*横幅*/
.w1280 {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.w1580 {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1580px;
}
/*背景色*/
.pg_bc_blue {
  background-color: #f4f7fe;
  overflow-x: hidden;
}
.pg_bc_container {
  overflow-x: hidden;
}
/*角丸*/
.radius14 {
  border-radius: 14px;
  overflow: hidden;
}
.radius20 {
  border-radius: 20px;
  overflow: hidden;
}
.box_border_botom {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  margin-bottom: 2rem;
}
@media screen and (min-width: 1200px) {
  .box_border_botom {
    padding-bottom: 2rem;
    margin-bottom: 3.4rem;
  }
}
ul li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 767px以下用の記述 */
@media screen and (max-width: 767px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 576px以下用の記述 */
@media screen and (max-width: 576px) {
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
パンクズ
*******************************/
#pls {
  width: 86%;
  margin: 0 auto 2.5rem;
  max-width: 1580px;
}
#pan {
  color: #162f3a;
}
#pan span {
  color: #162f3a;
  font-size: 0.8rem;
}
#pan .home span {
  margin-right: -2px;
}
.pagenation_line {
  margin: 0 2px;
}
@media screen and (min-width: 1200px) {
  #pls {
    margin: 0 auto 5rem;
  }
  #pan span {
    font-size: 0.75rem;
  }
  #pan .home span {
    margin-right: -4px;
  }
  .pagenation_line {
    margin: 0 4px;
  }
}
/*******************************
/* フォーム/テーブル
*******************************/
.form-w {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 992px) {
  .form-w {
    width: 80%;
  }
}
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  border: 1px solid #000;
}
.wpcf7-submit:hover {
  transition: .4s;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
#form {
  max-width: 100%;
  margin-bottom: 40px;
  /* background-color: #FFF;*/
}
#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #000;
}
#form td {
  padding: 10px;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
#form2 tr {
  display: flex;
  flex-wrap: wrap;
}
#form2 tr:first-child th, #form2 tr:first-child td {
  border-top: 1px solid #ccc;
}
#form2 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form2 th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form2 th {
  background-color: #f9f9f9;
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #ccc;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-weight: normal;
  width: 70%;
}
#form3 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form3 tr {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}
#form3 th {
  width: 150px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
#form3 th span {
  background-color: #808080;
  display: inline-block;
  width: 150px;
}
#form3 td {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 4rem;
}
#form3 td .tel_txt1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#form3 td .tel_txt2 {
  font-size: 2.4rem;
  font-family: 'Manrope', sans-serif;
  line-height: 1;
  display: block;
}
.f-note {
  font-size: 85%;
  color: #ff1414;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 20px;
  margin: 20px 0 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="date"] {
  width: 100%;
  color: #000;
  padding: 20px;
  margin: 0 0 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  input[type="date"] {
    margin: 20px 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    padding: 25px;
  }
  input[type="date"] {
    padding: 25px;
  }
}
@media screen and (max-width: 576px) {
  input[type="date"] {
    text-align: left;
    width: 100%;
  }
  input[type="date"]::before {
    content: attr(placeholder);
    width: 100%;
    color: #000;
    /* padding-left: 10px;*/
    white-space: nowrap;
  }
  input[type="date"].has-value::before {
    content: ""; /* 日付が入力されたらプレースホルダーを非表示にする */
    width: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
  }
  /*  #form tr:first-child th {
    border-top: 1px solid #ddd;
  }*/
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 100%;
  }
  #form2 td {
    width: 100%;
    display: block;
  }
  #form2 tr:first-child td {
    border-top: none;
  }
  #form3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form3 tr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  #form3 th {
    width: 50%;
    display: block;
    border-top: none;
  }
  #form3 td {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 0;
    padding-left: 10px;
  }
  #form3 tr:first-child th {
    /*	border-top: 1px solid #ddd;*/
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 20px;
    margin: 0 0 10px;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.form_grecaptcha {
  text-align: center;
  color: #777;
  font-size: 0.75rem;
  margin-top: 1rem;
  margin-bottom: 0;
}
.form_grecaptcha a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .form_grecaptcha {
    margin-top: 4rem;
  }
}

/*******************************
/* イベントテーブル
***************************/
.table th {
  background-color: #f9f9f9;
  border-bottom: 1px solid #CCCCCC;
}
/*******************************
/* プライバシーフレーム
***************************/
.formPrivacy {
  border: 1px solid #CCCCCC;
  background: #fff none repeat scroll 0%;
  height: 150px;
  overflow: scroll;
  max-width: 600px;
  padding: 10px 19px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.0em;
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 2rem;
  text-align: center;
}
.sgl img {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .sgl {
    margin-bottom: 3rem;
  }
}
/*************************
/* single.php 日付
*************************/
#date span {
  color: #FFF;
  background-color: #A8A8A8;
  font-size: 0.8em;
  padding: 5px;
}
/* single.php ページ送り
-------------------------*/
#next {
  background-color: #f6f6f6;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  transition: all 0.5s;
}
.nx_left a:hover {
  /*
  background-color: #828282;
*/
  background-color: #a6a3a3;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.5s;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
  transition: all 0.5s;
}
.nx_right a:hover {
  /*
  background-color: #828282;
*/
  background-color: #a6a3a3;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.5s;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}
#prev_next #prev {
  border-right: #ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #ccc solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #666;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #ccc 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #1a1a1a;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #1a1a1a;
  -webkit-box-shadow: 0 0 0 3px #1a1a1a;
  -moz-box-shadow: 0 0 0 3px #1a1a1a;
  text-align: center;
}
#prev_next_home:hover {
  opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*******************************
/* archive tit
*******************************/
.gall_tit {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.gall_tit a {
  color: #000;
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: 0 -5px;
}
.gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5, #gallery-6 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
  .gallery.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
    width: 100%;
  }
  .gallery .gallery-item {
    padding: 3px;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************************
/* レスポンシブ改行
***************************/
@media screen and (min-width: 576px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/*******************************
/* form
*******************************/
.con_form .wpcf7-list-item {
  display: block;
}
/*******************************
/*関連画像
*******************************/
.related-thumb {
  height: 120px;
}
.related-thumb img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.related-title {
  margin: 8px 0;
  color: #000;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 992px) {
  .related-thumb {
    height: 200px;
  }
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.pagenation ul {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.pagenation .next, .pagenation .prev {
  /*  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 0;*/
  display: none;
}
.pagenation .next::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../images/next_pa_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation .prev::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../images/prev_pa_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation .next a, .pagenation .prev a {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  position: relative;
}
.pagenation .next a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../images/next_pa_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation .prev a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../images/prev_pa_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagenation li:first-child {
  margin-left: 0;
}
.pagenation li.active {
  color: #000;
  cursor: not-allowed;
  padding: 10px 10px;
  display: inline-block;
  position: relative;
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
}
.pagenation li.active::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.pagenation li a {
  /*  background: none repeat scroll 0 0 #fff;*/
  background: inherit;
  color: #999999;
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
}
.pagenation li a:hover {
  text-decoration: none;
}
.pagenation li.active, .pagenation li a {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .pagenation ul {
    margin-top: 2.3rem;
  }
  .pagenation li.active, .pagenation li a {
    padding: 10px 15px;
  }
  .pagenation .next::before {
    width: 10px;
    height: 10px;
  }
  .pagenation .prev::before {
    width: 10px;
    height: 10px;
  }
  .pagenation .next a::before {
    width: 10px;
    height: 10px;
  }
  .pagenation .prev a::before {
    width: 10px;
    height: 10px;
  }
}
/*******************************
/* インフォメーション投稿一覧表示
***************************/
.pg_infomation_pagenation > .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 2rem;
}
.pg_infomation_pagenation .page-numbers li .current {
  color: #000;
  cursor: not-allowed;
  padding: 10px 10px;
  display: inline-block;
  position: relative;
}
.pg_infomation_pagenation .page-numbers li .current::before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
.pg_infomation_pagenation .page-numbers li a {
  /*  background: none repeat scroll 0 0 #fff;*/
  background-color: inherit;
  color: #999999;
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
}
.pg_infomation_pagenation .page-numbers li span {
  color: #000;
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  font-family: 'Crimson Pro', serif;
  font-weight: 300;
}
.pg_infomation_pagenation .page-numbers li .current, .pg_infomation_pagenation .page-numbers li a {
  font-size: 1.6rem;
}
.page-numbers li a:hover {
  text-decoration: none;
}
.pg_infomation_pagenation > .page-numbers li > .prev, .pg_infomation_pagenation > .page-numbers li > .next {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pg_infomation_pagenation .page-numbers li .current, .pg_infomation_pagenation .page-numbers li a {
    font-size: 1.6rem;
    padding: 10px 16px;
  }
}
/***************************************
info_container
***************************************/
.info_container {
  padding: 4rem 0 0;
}
.info_container .section_title_box {
  text-align: center;
}
/*タブ表示*/
.info_container .post {
  display: none;
  transition: all 0.5s;
}
.info_container .post.active {
  display: block;
  transition: all 0.5s;
}
/*タブ表示-END*/
.info_block {
  width: 86%;
  margin: 0 auto;
  max-width: 1280px;
}
.info_unit01 {
  margin-bottom: 2rem;
}
.info_category_box > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.info_category_box > ul > li {
  width: auto;
  margin-right: 30px;
}
.info_category_box > ul > li:last-child {
  margin-right: 0;
}
.info_category_list {
  font-size: 1.1rem;
  cursor: pointer;
  color: #999999;
  text-transform: uppercase;
}
.info_category_box > ul > li .active {
  color: #333333;
  position: relative;
  padding-left: 12px;
  transition: all 0.2s;
}
.info_category_box > ul > li .active::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translate(0%, -50%);
  transition: all 0.2s;
}
.info_unit02 > ul {
  margin-bottom: 3rem;
}
.info_unit02 > ul > li {
  position: relative;
  z-index: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.info_unit02 > ul > li::before {
  content: "";
  display: block;
  /* width: 70px;*/
  width: 30%;
  height: 1px;
  background-color: rgba(77, 77, 77, 0.5);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
.info_unit02 > ul > li:first-child {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.info_unit02 > ul > li:first-child::after {
  content: "";
  display: block;
  /*width: 70px;*/
  width: 30%;
  height: 1px;
  background-color: rgba(77, 77, 77, 0.5);
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
}
.info_item {
  display: flex;
  align-items: center;
  padding: 1.4rem 0;
  color: #333;
  transition: all 0.5s;
}
.info_item:hover {
  background-color: #fff;
  transition: all 0.5s;
}
.info_img {
  width: 35%;
  padding-right: 5%;
  /*  aspect-ratio: 18 / 13;*/
  aspect-ratio: 9 / 5;
}
.info_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.info_txtbox {
  width: 65%;
}
.info_date span {
  margin-right: 2rem;
}
.info_date {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #808080;
  font-size: 0.8rem;
  margin-bottom: 0.3rem;
}
.info_title {
  font-size: 1rem;
  margin-bottom: 0;
}
.info_container .section_btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .info_container {
    padding: 6rem 0 0;
  }
  .info_item {
    padding: 2rem 0;
  }
  .info_img {
    width: 20%;
  }
  .info_txtbox {
    width: 80%;
  }
  .info_date {
    margin-bottom: 0.8rem;
  }
  /*  .info_txtbox {
    display: flex;
  }*/
  /*  .info_date {
    margin-right: 2rem;
    margin-bottom: 0;
  }*/
}
@media screen and (min-width: 992px) {
  .info_container .section_title_box {
    text-align: left;
  }
  .info_block {
    display: flex;
    justify-content: space-between;
  }
  .info_unit01 {
    width: 23%;
    margin-bottom: 0;
  }
  /*タブ*/
  .info_category_box > ul {
    justify-content: flex-start;
    flex-direction: column;
  }
  .info_category_box > ul > li {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .info_unit02 {
    width: 77%;
    padding-top: 9px;
  }
  .info_container .section_btn {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .info_container {
    padding: 10.5rem 0 0 0;
  }
  .info_container .section_title_box {
    margin-bottom: 3.2rem;
  }
  .info_category_list {
    font-size: 1rem;
  }
  .info_unit02 > ul {
    margin-bottom: 3.7rem;
  }
  .info_unit02 > ul > li::before {
    /* width: 80px;*/
    width: 15%;
  }
  .info_unit02 > ul > li:first-child::after {
    /* width: 80px;*/
    width: 15%;
  }
  .info_item {
    /*padding: 2.86rem 0;*/
    padding: 1.86rem 0;
  }
  .info_date span {
    font-size: 0.8125rem;
    margin-right: 4.3rem;
  }
  .info_date {
    font-size: 0.8rem;
    /*    margin-right: 4.3rem;*/
    margin-bottom: 0.8rem;
  }
}
/***************************************
estate_container
***************************************/
.estate_container {
  padding-bottom: 6rem;
}
.estate_block {
  margin-bottom: 3rem;
}
.estate_block > ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1%;
  margin-right: -1%;
}
.estate_block > ul > li {
  width: 50%;
  margin-bottom: 2rem;
}
.estate_block > ul > li:nth-child(3) {
  margin-bottom: 0;
}
.estate_block > ul > li:last-child {
  margin-bottom: 0;
}
.estate_item {
  display: block;
  width: 92%;
  margin: 0 auto;
  color: #333;
}
.estate_img_box {
  position: relative;
  z-index: 0;
  margin-bottom: 0.8rem;
}
.estate_category_name {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  color: #fff;
  padding: 2px 10px 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.estate_img {
  position: relative;
}
.estate_img .tri-lei {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.80);
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .estate_img .tri-lei {
    font-size: 1.5rem;
  }
}
.estate_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.estate_title {
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  margin-bottom: 0.3rem;
}
.model_block .estate_title {
  text-align: left;
}
.estate_price {
  text-align: center;
  font-size: 0.88rem;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .estate_container {
    padding-bottom: 7rem;
  }
  .estate_block > ul > li {
    margin-bottom: 3rem;
  }
  .estate_img_box {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .estate_container {
    padding-bottom: 11.3rem;
  }
  .estate_block {
    margin-bottom: 3.5rem;
  }
  .estate_block > ul > li {
    width: 25%;
    margin-bottom: 0;
  }
  .estate_img_box {
    margin-bottom: 1.3rem;
  }
  .estate_category_name {
    font-size: 0.875rem;
  }
  .estate_title {
    font-size: 1rem;
    margin-bottom: 0.6rem;
  }
  .estate_price {
    font-size: 0.875rem;
  }
}
/***************************************
.event_container
***************************************/
.event_container {
  padding: 4rem 0 5rem;
}
.event_unit01 {
  margin-bottom: 2.6rem;
}
.event_unit01 .section_title_box {
  margin-bottom: 0;
}
.event_btn_pc {
  display: none;
}
.event_unit02 > ul {
  margin-bottom: 3rem;
}
.event_unit02 > ul > li {
  margin-bottom: 3rem;
}
.event_unit02 > ul > li:last-child {
  margin-bottom: 0;
}
.event_item {
  display: block;
  color: #333;
  position: relative;
  background-color: #fff;
  transition: all 0.5s;
}
.event_img {
  aspect-ratio: 1 / 0.667;
}
.event_item:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
.event_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event_txt_box {
  /*
  height: 100%;
*/
  background-color: #fff;
  padding: 1rem;
}
.event_title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.event_date_box > ul > li {
  display: flex;
  font-size: 0.875rem;
}
.event_date_name {
  display: block;
  white-space: nowrap;
}
/*終了しました表示*/
.event_end-txt {
  color: #c10000;
  margin-left: 1rem;
  font-size: 90%;
}
.event_img_end {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(26, 26, 26, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}
.event_img_end_txt {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .event_container {
    padding: 6rem 0 7rem;
  }
  .event_unit01 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .event_unit01 .section_title_box {
    margin-bottom: 0;
  }
  .event_btn_pc {
    display: block;
  }
  .event_btn_sp {
    display: none;
  }
  .event_unit02 {
    margin-left: -2%;
    margin-right: -2%;
  }
  .event_unit02 > ul {
    padding-bottom: 7rem;
    margin-bottom: 0;
  }
  .event_item {
    width: 90%;
    margin: 0 auto;
    height: 100%;
  }
  /*slick*/
  .event_slider .slick-track {
    display: flex;
  }
  .event_slider .slick-slide {
    height: auto !important;
  }
  .event_slider .slick-prev, .event_slider .slick-next {
    z-index: 100;
    top: auto;
    bottom: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: inherit;
    border: 1px solid #000;
    transform: translate(0, 0);
    transition: all 0.5s;
  }
  .event_slider .slick-prev:hover, .event_slider .slick-next:hover {
    background-color: #333;
    border: 1px solid #333;
    transition: all 0.5s;
  }
  .event_slider .slick-prev {
    right: calc(2% + 70px);
    left: auto;
  }
  .event_slider .slick-prev::before {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    background-image: url("../images/arrow_left_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    transition: all 0.5s;
  }
  .event_slider .slick-prev:hover::before {
    background-image: url("../images/arrow_left_white.svg");
    transition: all 0.5s;
  }
  .event_slider .slick-next {
    right: 2%;
    left: auto;
  }
  .event_slider .slick-next::before {
    content: "";
    display: block;
    width: 18px;
    height: 14px;
    background-image: url("../images/arrow_right_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
  }
  .event_slider .slick-next:hover::before {
    background-image: url("../images/arrow_right_white.svg");
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1400px) {
  .event_container {
    padding: 10.2rem 0 13rem;
  }
  .event_block {
    display: flex;
  }
  .event_unit01 {
    width: 25%;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 0;
  }
  .event_unit02 {
    width: 75%;
    padding-top: 1rem;
    margin-left: 0%;
    margin-right: 0%;
  }
  .event_item {
    width: 93%;
    margin-right: 0;
  }
  .event_unit02 > ul {
    padding-bottom: 0;
  }
  .event_txt_box {
    padding: 1.1rem 1rem;
  }
  .event_title {
    margin-bottom: 1rem;
  }
  /*slick*/
  .event_slider .slick-prev, .event_slider .slick-next {
    width: 64px;
    height: 64px;
    bottom: -128px;
  }
  .event_slider .slick-prev {
    right: calc(0% + 83px);
  }
  .event_slider .slick-next {
    right: 0%;
  }
}
/***************************************
イベント一覧 
***************************************/
.archive_event_container .event_unit02 > ul {
  padding-bottom: 0;
}
.archive_event_container .event_unit02 > ul > li:last-child {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .archive_event_container .event_unit02 > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .archive_event_container .event_unit02 > ul > li {
    width: 50%;
  }
  .archive_event_container .event_item {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .archive_event_container .event_unit02 {
    width: 100%;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .archive_event_container .event_unit02 > ul {
    margin-left: -2%;
    margin-right: -2%;
  }
  .archive_event_container .event_unit02 > ul > li {
    width: calc(100% / 3);
  }
}
/***************************************
prev,next表示
***************************************/
/*prev,next表示*/
.single_nextbox {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  width: 88%;
  margin: 3rem auto 4rem;
  max-width: 1200px;
}
.single_prev, .single_next {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 0.88rem;
}
.single_prev_btn, .single_next_btn {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  position: relative;
  transition: all 0.5s;
}
.single_prev_btn {
  margin-right: 5px;
}
.single_prev_btn::before {
  content: "";
  display: block;
  background-image: url("../images/arrow_left_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
/*
.single_prev_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(0% 50% 0deg, rgba(26, 110, 204, 1) 0%, rgba(69, 149, 221, 1) 76.89%);
  background: -webkit-linear-gradient(0deg, rgba(26, 110, 204, 1) 0%, rgba(69, 149, 221, 1) 76.89%);
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(26, 110, 204, 1)), color-stop(0.7689, rgba(69, 149, 221, 1)));
  background: -o-linear-gradient(0deg, rgba(26, 110, 204, 1) 0%, rgba(69, 149, 221, 1) 76.89%);
  background: -ms-linear-gradient(0deg, rgba(26, 110, 204, 1) 0%, rgba(69, 149, 221, 1) 76.89%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A6ECC', endColorstr='#4595DD' ,GradientType=0)";
  opacity: 1;
  border-radius: 50%;
  transition: all 0.5s;
}
*/
a:hover .single_prev_btn::after {
  opacity: 0;
  transition: all 0.5s;
}
.single_prev a:hover .single_prev_btn {
  background-color: #333;
  transition: all 0.5s;
}
.single_prev a:hover .single_prev_btn::before {
  background-image: url("../images/arrow_left_white.svg");
  transition: all 0.5s;
}
.single_next_btn {
  margin-left: 5px;
}
.single_next_btn::before {
  content: "";
  display: block;
  background-image: url("../images/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
/*
.single_next_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(-38.1% 50% 0deg, rgba(26, 110, 204, 1) 0%, rgba(69, 149, 221, 1) 76.89%);
  background: -webkit-linear-gradient(0deg, rgba(26, 110, 204, 1) 0%, rgba(69, 149, 221, 1) 76.89%);
  background: -webkit-gradient(linear, -38.1% 50%, 61.9% 50%, color-stop(0, rgba(26, 110, 204, 1)), color-stop(0.7689, rgba(69, 149, 221, 1)));
  background: -o-linear-gradient(0deg, rgba(26, 110, 204, 1) 0%, rgba(69, 149, 221, 1) 76.89%);
  background: -ms-linear-gradient(0deg, rgba(26, 110, 204, 1) 0%, rgba(69, 149, 221, 1) 76.89%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1A6ECC', endColorstr='#4595DD' ,GradientType=0)";
  opacity: 1;
  border-radius: 50%;
  transition: all 0.5s;
}
*/
a:hover .single_next_btn::after {
  opacity: 0;
  transition: all 0.5s;
}
.single_next a:hover .single_next_btn {
  background-color: #333;
  transition: all 0.5s;
}
.single_next a:hover .single_next_btn::before {
  background-image: url("../images/arrow_right_white.svg");
  transition: all 0.5s;
}
.single_next a, .single_prev a {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 0.88rem;
}
.single_menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #000;
  font-size: 1rem;
}
.single_link_btn {
  transition: all 0.5s;
}
.single_link_btn span {
  transition: all 0.5s;
}
.single_link_btn:hover {
  background-color: #9d7f66;
  transition: all 0.5s;
  border: 1px solid #9d7f66;
}
.single_link_btn:hover span {
  filter: invert(100%);
  transition: all 0.5s;
}
.single_btn_nolink {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .single_nextbox {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_nextbox {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .single_prev_btn {
    margin-right: 14px;
  }
  .single_next_btn {
    margin-left: 14px;
  }
  /*  .single_menu {
    font-size: 1.1rem;
  }*/
}
/***************************************
投稿詳細
***************************************/
/*.single_block .container{
    max-width: 1280px;
}*/
/***************************************
カスタム投稿-共通
***************************************/
.single_main_container {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1200px) {
  .single_main_container {
    margin-bottom: 7rem;
  }
}
/***************************************
関連記事
***************************************/
.single_other_block {
  padding-top: 4rem;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.so_3col_parts > ul > li {
  margin-bottom: 3rem;
}
.so_3col_parts > ul > li:last-child0 {
  margin-bottom: 3rem;
}
.so_3col_item {
  display: block;
  color: #333;
}
.so_3col_img {
  margin-bottom: 0.5rem;
}
.so_3col_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.so_3col_title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .so_3col_parts > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .so_3col_parts > ul > li {
    width: 50%;
  }
  .so_3col_item {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .so_3col_parts > ul > li {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1200px) {
  .single_other_block {
    padding-top: 8rem;
  }
}
/***************************************
404 
***************************************/
.pg_search_container {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .pg_search_container {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_search_container {
    padding-bottom: 9rem;
  }
}
/***************************************
FORM(お問い合わせ)
***************************************/
.pg_contact_container {
  margin-bottom: 6rem;
}
@media screen and (min-width: 1200px) {
  .pg_contact_container {
    margin-bottom: 9rem;
  }
}
#form-contact_box .form-group_inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.pg_contact_txt1 {
  font-size: 1.1875rem;
  text-align: center;
  margin-bottom: 0;
}
.pg_contact_txt2 {
  font-size: 1.1875rem;
  text-align: center;
  margin-bottom: 6.5rem;
}
.cl-red {
  color: #000;
  margin-right: 10px;
}
.form-group_address #zip3 {
  width: 50%;
}
.form-group > p {
  margin-bottom: 0;
}
input[type="button"], input[type="text"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}
.form-group--submit {
  max-width: 400px;
  margin: 0 auto;
}
.wpcf7 .wpcf7-submit {
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .form-group--submit {
    width: 50%;
  }
}
/* 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: 2rem;
}
#form-contact_box .form-group_namebox .form-group {
  width: 100%;
  margin-bottom: 0;
}
#form-contact_box .form-group {
  margin-bottom: 1rem;
}
#form-contact_box .form-group_radio_box {
  margin-bottom: 2rem;
}
#form-contact_box .form-group--break {
  margin-bottom: 3.5rem;
}
#form-contact_box .form-group--last {
  /*  margin-top: 6rem;*/
  margin-bottom: 0;
}
#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: 1rem;
  line-height: 26px;
  color: #000000;
  border-radius: 0;
}
#form-contact_box .form-group--break .form-label {
  color: #808080;
  margin-bottom: -4px;
}
#form-contact_box .form-group--break .form-label a {
  color: #333;
  text-decoration: underline;
}
#form-contact_box .form-label, #form-contact_box .form-label {
  margin-bottom: 12px;
  font-weight: 400;
}
#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: 1px solid rgba(153, 153, 153, 0.4);
  outline: none;
  resize: none;
  margin: 0;
  padding: 13px 17px;
  background-color: #fff;
  border-radius: 0;
}
#form-contact_box input {
  font-size: 1rem;
}
#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: 10px;
}
.form-group_other_block {
  margin-top: -2rem;
}
#form-contact_box input[type="submit"] {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  background-color: #ff6544;
  height: 64px;
  font-weight: 500;
  color: #fff;
  border-radius: 32px;
  border: none;
}
#form-contact_box input.form-input--half {
  max-width: 430px;
}
#form-contact_box .form-imp__icon {
  color: #000;
  margin-left: 10px;
}
/* CUSTOM CHECKBOX */
#form-contact_box .form-input__checkbox {
  margin-bottom: 0;
}
#form-contact_box .form-input__checkbox > p {
  margin-bottom: 0;
}
#form-contact_box .form-input__checkbox label {
  cursor: pointer;
  margin-bottom: 0.5rem;
}
/* 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: 2rem;
  margin-left: 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--round .wpcf7-list-item-label::before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 19.5px;
  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.9375rem;
}
/*電話番号追加*/
.form_cb_block {
  text-align: center;
  margin-top: 1rem;
}
.form_cb_txt {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.form_cb_tel {
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  line-height: 1;
}
.form_cb_tel span {
  font-size: 1.6875rem;
}
.form_cb_tel a {
  font-size: 2.5625rem;
  color: #000;
  margin-left: 7px;
}
.form_cb_time {
  font-size: 0.875rem;
  letter-spacing: 0.07em;
  margin-bottom: 0;
}
/* CUSTOM CHECKBOX */
#form-contact_box .form-group--break .form-input__checkbox .wpcf7-list-item {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#form-contact_box.form-input__checkbox label {
  cursor: pointer;
  margin-bottom: 0;
}
#form-contact_box .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form-contact_box .form-group--break .form-input__checkbox input {
  /*  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;*/
  position: absolute;
  opacity: 1;
  cursor: pointer;
  width: 17px;
  height: 17px;
  display: block;
  border: 1px solid rgba(153, 153, 153, 0.4);
  outline: none;
  resize: none;
  margin: 0;
  padding: 0;
  background-color: #f8fbfd;
  border-radius: 0;
  font-size: 0.75rem;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0;
  padding-left: 23px;
  line-height: 26px;
  padding-top: 0;
  top: 0;
  margin-right: 3rem;
  border-radius: 50%;
}
#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 {
  background-color: #fff;
  border: 1px solid #000;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  display: block;
  height: 17px;
  width: 17px;
  margin-right: 14px;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  opacity: 0;
  background-color: #333;
}
#form-contact_box .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
#form-contact_box .form-group--break {
  margin-top: 3.3rem;
  margin-bottom: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #808080;
}
.form-group--break .wpcf7-list-item {
  margin: 0px 15px 0 0 !important;
}
@media screen and (max-width: 767px) {
  /* CUSTOM CHECKBOX */
  #form-contact_box .form-input__checkbox .wpcf7-list-item {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width: 576px) {
  .pg_contact_txt1 {
    font-size: 1rem;
    text-align: left;
  }
  .pg_contact_txt2 {
    font-size: 1rem;
    text-align: left;
    margin-bottom: 4rem;
  }
  .cl-red {
    margin-right: 5px;
  }
  #form-contact_box .form-group_namebox {
    margin-bottom: 1rem;
  }
  #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: 13px 16px;
    font-size: 0.9rem;
  }
  #form-contact_box input[type="submit"] {
    height: 60px;
    width: 80%;
    font-size: 1rem;
  }
  #form-contact_box .form-input__checkbox label {
    margin-bottom: 0.5rem;
  }
  /*  #form-contact_box .form-group {
    margin-bottom: 2rem;
  }*/
  #form-contact_box .form-group_radio_box {
    margin-bottom: 1.3rem;
  }
  #form-contact_box .form-group--break {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
  #form-contact_box .form-group--last {
    /*
    margin-top: 4rem;
*/
    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: 5px;
  }
  #form-contact_box .form-imp__icon {
    margin-left: 5px;
  }
  #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: 20px;
    padding-top: 0;
    margin-right: 2rem;
    font-size: 1rem;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label::before {
    height: 16px;
    width: 16px;
    margin-right: 10px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
    left: 4px;
    width: 8px;
    height: 8px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
    padding-top: 0;
  }
  #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: 0px 0 0 0 !important;
  }
  .form-group--break .wpcf7-list-item {
    margin: 0px 15px 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: 35px;
    height: 35px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 12.5px;
  }
  .form_cb_block {
    margin-top: 0;
  }
  .form_cb_tel {
    margin-bottom: 0.5rem;
  }
  .form_cb_tel span {
    font-size: 1.4rem;
  }
  .form_cb_tel a {
    font-size: 2.4rem;
    color: #000;
    margin-left: 3px;
  }
  .form_cb_time {
    font-size: 0.8rem;
  }
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  #form-contact_box .form-group--break .form-input__checkbox input {
    width: 15px;
    height: 15px;
    padding: 10px 14px;
  }
}
/***************************************
モデルハウス一覧
***************************************/
.model_ac_sub {
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
}
.model_ac_access {
  font-size: 0.6rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .model_ac_sub {
    font-size: 0.9rem;
    margin-bottom: 0.3rem;
  }
  .estate_title {
    font-size: 1.2rem;
  }
  .model_ac_access {
    font-size: 0.8rem;
  }
}
/***************************************
モデルハウス詳細
***************************************/
#main2 .model_contents1 h1.pm-h1 {
  font-size: 1.4rem;
  margin-bottom: 0.9rem;
  font-weight: 500;
}
#main2 .model_contents1 h2 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: normal;
  padding-left: 0;
  line-height: 1.66;
}
#main2 .model_contents1 h2::after {
  content: " ";
  display: none;
}
.sc_eye_img {
  margin-bottom: 2rem;
}
.model-subtitle {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sc_eye_img {
    margin-bottom: 3rem;
  }
  #main2 .model_contents1 h1.pm-h1 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .model_contents1 .model-main-txt {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .sc_eye_img {
    margin-bottom: 4rem;
  }
  #main2 .model_contents1 h2 {
    font-size: 1.8rem;
  }
}
/*受付状況*/
.model_contents2 {
  margin: 2rem auto 0;
}
.model-reserve-img {
  max-width: 120px;
  margin: 0 auto 0.5rem;
}
.model-reserve-img.event-reserve-img {
  max-width: 110px;
}
@media screen and (min-width: 1200px) {
  .model-reserve-img.event-reserve-img {
    max-width: 130px;
  }
}
.r-btn-flex {
  display: flex;
  justify-content: space-between;
  max-width: 550px;
  margin: 0 auto;
}
.model_contents2 .section_btn_black {
  margin: 0;
  width: calc(50% - 0.25rem);
}
.section_btn_black.line {
  background-color: #01b901;
  border: 1px solid #01b901;
}
.section_btn_black.line:hover {
  color: #01b901;
  background-color: #fff;
}
.model_contents2 p.mb-0 {
  color: #eb0000;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .model_contents2 {
    margin: 3rem auto 0;
  }
  .model-reserve-img {
    max-width: 140px;
    margin: 0 auto 0.77rem;
  }
}
/*contents*/
.event-contents {
  margin-top: 4rem;
}
@media screen and (min-width: 1200px) {
  .event-contents {
    margin-top: 5rem;
  }
}
/*見どころ*/
.model_contents3, .model_contents4 {
  margin-top: 3rem;
  border-top: 1px solid #c9c9c9;
  padding-top: 2.5rem;
}
#main2 h3.p_section_title {
  position: unset;
  margin: 0;
  padding: 0;
  background: unset;
  font-weight: unset;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #333;
}
#main2 h3.p_section_title:after {
  display: none;
}
.model-i-img {
  margin-bottom: 2rem;
}
#main2 h4.model-i-ttl {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  border-bottom: none;
  font-weight: normal;
  padding: 0;
  line-height: 1.66;
}
.right-column ul li {
  margin-bottom: 2.7rem;
}
.right-column ul li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .right-column ul li {
    margin-bottom: 3.2rem;
  }
  .model_contents3, .model_contents4 {
    margin-top: 5rem;
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .model_contents3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .left-column {
    text-align: left;
    position: sticky;
    top: 120px;
    width: 28.48%;
  }
  .right-column {
    width: 69.62%;
    margin-top: 0.6rem;
  }
  .model_contents3 .section_title_box {
    margin-bottom: 0;
  }
  #main2 h4.model-i-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #main2 h3.p_section_title {
    font-size: 2.375rem;
  }
  .model_contents3, .model_contents4 {
    margin-top: 7rem;
    padding-top: 6.5rem;
  }
}
/*交通アクセス*/
.model_contents4 .section_title_box {
  margin-bottom: 2rem;
}
.model_contents4 .youtube {
  margin-top: 2rem;
  padding: 0;
  aspect-ratio: 3 / 1.2;
}
@media screen and (min-width: 1200px) {
  .model_contents4 .youtube {
    margin-top: 3rem;
  }
}
/*間取り*/
.model_plan-gallery {
  display: flex;
  justify-content: space-between;
}
.model_plan-img {
  width: calc(50% - 0.5rem);
}
.right-column p.click-txt {
  margin-top: 1rem;
  text-align: right;
  font-size: 85%;
}
/*タイトル*/
@media screen and (min-width: 1200px) {
  #main2 h1.pm-h1 {
    font-size: 2rem;
    margin-bottom: 2.5rem;
  }
}
/*フォーム*/
.model_contents4 #form.section_title_box {
  margin-bottom: 2rem;
}
.fo-txt {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 1200px) {
  .fo-txt {
    margin-bottom: 3.5rem;
  }
}
/*******************************
/* フォームカスタマイズ
*******************************/
/*cfw-tel-ttl*/
.cfw-tel-ttl-number {
  line-height: 1;
}
.cfw-tel-ttl-number a {
  transition: .3s;
  text-decoration: none;
}
.cfw-tel-ttl-number a:hover {
  opacity: 0.6;
}
.cfw-tel-ttl-time {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 991px) {
  .cfw-tel-ttl {
    margin-bottom: 4.8rem;
  }
}
@media screen and (min-width: 992px) {
  /*form枠*/
  .cfw-tel {
    display: flex;
  }
}
@media screen and (min-width:992px) and (max-width:1599px) {
  /*form枠*/
  .cfw-tel {
    justify-content: space-between;
  }
  .cfw-tel-ttl {
    width: 40%;
  }
  .cfw-tel-main {
    width: 55%;
  }
}
@media screen and (max-width: 1399px) {
  /*form枠*/
  .contact-form-wrap {
    padding: 7.2rem 0;
  }
  /*cfw-tel-ttl*/
  .fcw-tel-ttl-txt {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .cfw-tel-ttl-number {
    font-size: 2rem;
  }
  .cfw-ttn {
    font-size: 3.2rem;
  }
  /*cfw-tel-main*/
  .cfw-tel-main-txt {
    margin-bottom: 2.8rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1400px) {
  .contact-form-wrap {
    padding: 19.2rem 0;
  }
  /*cfw-tel-ttl*/
  .fcw-tel-ttl-txt {
    font-size: 1.7rem;
    margin-bottom: 2.4rem;
  }
  .cfw-tel-ttl-number {
    font-size: 3.2rem;
    margin-bottom: 1.4rem;
  }
  .cfw-ttn {
    font-size: 5.2rem;
    padding-left: 0.1em;
  }
  /*cfw-tel-main*/
  .cfw-tel-main-txt {
    margin-bottom: 5.6rem;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
@media screen and (min-width:1400px) and (max-width:1599px) {
  /*cfw-tel-ttl*/
  .fcw-tel-ttl-txt {
    width: 90%;
  }
}
@media screen and (min-width: 1600px) {
  /*cfw-tel-ttl*/
  .fcw-tel-ttl-txt {
    width: 71.75%;
  }
  .cfw-tel-ttl {
    width: 50%;
  }
  .cfw-tel-main {
    width: 50%;
  }
}
/********form本体********/
#form-wrap ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #c6c6c6;
}
#form-wrap :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c6c6c6;
}
#form-wrap ::placeholder { /* Others */
  color: #c6c6c6
}
#form-wrap .wpcf7-not-valid-tip {
  font-weight: 700;
}
/*各項目枠・名*/
.form-label {
  display: block;
}
/*必須*/
.form-label-required {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
}
.form-label-required::before {
  content: "＊";
  display: block;
  position: absolute;
  top: 0.1em;
  left: 0;
  line-height: 1;
  color: red;
  font-size: 0.8em;
}
#form-wrap .wpcf7-not-valid-tip {
  font-size: 0.9em;
}
/*入力欄共通装飾*/
#form-wrap input, #form-wrap textarea, #form-wrap select {
  background-color: #fff;
  outline: none;
  resize: none;
  margin: 0;
  width: 100%;
}
#form-wrap.input-color-gray input, #form-wrap.input-color-gray textarea, #form-wrap.input-color-gray select {
  background-color: #fff;
  border: none;
  margin-bottom: 0.5rem;
}
/*お名前・フリガナ*/
.form-group-name {
  display: flex;
  margin-right: -1.25%;
  margin-left: -1.25%;
  flex-wrap: wrap;
}
.form-group-name .form-group {
  width: calc(100% / 2);
  padding-right: 1.25%;
  padding-left: 1.25%;
}
.form-group-name .form-label.w-100 {
  padding-right: 1.25%;
  padding-left: 1.25%;
}
.form-group {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .form-group {
    margin-bottom: 2.5rem;
  }
}
/*住所*/
#autozip {
  display: none !important;
}
#form-wrap #zip3 {
  width: 50%;
  margin-bottom: 0;
}
.form-group-address-inner .wpcf7-form-control-wrap:first-child {
  display: block;
  margin-bottom: 0;
  width: 50%;
}
.form-group-address-inner .wpcf7-form-control-wrap:nth-child(2) {
  margin-top: 0;
}
.form-group-address-inner .wpcf7-form-control-wrap:nth-child(2) input[type="text"] {
  margin-top: 0;
}
.form-group-address-inner .wpcf7-form-control-wrap:nth-child(3) input[type="text"] {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .form-group-address-inner .wpcf7-form-control-wrap:first-child {
    width: 33.33%;
  }
}
/*チェックボックス・ラジオ共通・同意*/
#form-wrap input[type="checkbox"], #form-wrap input[type="radio"] {
  display: none;
}
.form-group-checkbox .wpcf7-list-item, .form-group-radio .wpcf7-list-item, .form-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}
.form-group-checkbox .wpcf7-list-item label {
  min-height: 0;
  margin-bottom: 0rem;
  display: block;
}
.form-group-checkbox .wpcf7-list-item {
  margin: 20px 0 0;
}
.form-group-checkbox label span, .form-group-radio label span, .form-acceptance label span {
  position: relative;
  display: inline-block;
}
.form-group-checkbox label span::before, .form-group-radio label span::before, .form-acceptance label span::before, .form-group-checkbox label span::after, .form-group-radio label span::after, .form-acceptance label span::after {
  content: " ";
  display: inline-block;
  ;
  position: absolute;
}
.form-group-checkbox label span::before, .form-group-radio label span::before, .form-acceptance label span::before {
  background-color: #fff;
  top: 0;
  left: 0;
}
.input-color-gray .form-group-checkbox label span::before, .input-color-gray .form-group-radio label span::before, .input-color-gray .form-acceptance label span::before {
  background-color: #f8f7f3;
}
.form-group-checkbox label span::after, .form-group-radio label span::after, .form-acceptance label span::after {
  background-color: #000;
  transition: .3s;
  opacity: 0;
}
.form-group-checkbox label input[type="checkbox"]:checked + span::after, .form-group-radio label input[type="radio"]:checked + span::after, .form-acceptance label input[type="checkbox"]:checked + span::after {
  opacity: 1;
}
/*ラジオ共通・同意*/
.form-group-radio label span::before, .form-acceptance label span::before, .form-group-radio label span::after, .form-acceptance label span::after {
  border-radius: 50%;
}
.form-group-checkbox label span::before {
  border-radius: 0;
}
/*選択したselect色変更*/
#form-wrap select.selected {
  color: #333;
}
select.is-empty {
  color: #fff !important;
}
/******日時カレンダー設定********/
.form-input-Wishto-date {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form-input-Wishto-date .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
/*date*/
.fw-datepiker span.wpcf7-form-control-wrap::after {
  display: none;
}
.fw-datepiker input[type='date'] {
  display: block;
  width: 100%;
  border: none;
  line-height: 1.675;
  height: 63.8px;
}
.fw-datepiker input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  opacity: 0;
  z-index: 100;
}
.fw-datepiker input[type="date"]::-webkit-date-and-time-value, .fw-datepiker input[type="time"]::-webkit-date-and-time-value, .fw-datepiker input[type="datetime-local"]::-webkit-date-and-time-value {
  text-align: left;
}
.form-input-Wishto-dat {
  position: relative;
  display: inline-block;
}
.form-input-Wishto-dat input[type="date"] {
  position: relative;
  z-index: 1;
  background-color: transparent;
}
.wpcf7-date-placeholder {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #cbcbcb;
  ;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.2s;
}
input[type="date"]:focus + .wpcf7-date-placeholder {
  opacity: 0;
}
input[type="date"]:not(:placeholder-shown) + .wpcf7-date-placeholder {
  background: #fff;
  width: 100%;
  padding-left: 20px;
  position: absolute;
  top: 43%;
  color: #000;
}
.inversion input[type="date"]:not(:placeholder-shown) + .wpcf7-date-placeholder {
  background: #fff;
}
@media screen and (min-width: 768px) {
  input[type="date"]:not(:placeholder-shown) + .wpcf7-date-placeholder {
    top: 54%;
  }
}
@media screen and (min-width: 1200px) {
  .fw-datepiker input[type='date'] {
    height: auto;
  }
}
/*プライバシーポリシーテキスト*/
.txt-kome.f_note {
  justify-content: center;
}
.txt-kome.f_note > * {
  width: auto;
}
.f_note a {
  transition: .3s;
}
.tk-main a {
  text-decoration: underline;
}
/*同意*/
.form-acceptance {
  margin-bottom: 1.1rem;
}
.form-acceptance label {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .form-acceptance {
    margin-bottom: 1.9rem;
  }
}
/*送信ボタン*/
#form-wrap .form-group--submit {
  max-width: 300px;
  margin: 0 auto
}
#form-wrap .form-group--submit input[type="submit"] {
  background: none;
  color: #fff;
  width: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  padding: 1.4rem;
  background-color: #003c88;
  margin: 0 auto;
  border: 1px solid #003c88;
  transition: .4s;
}
#form-wrap .form-group--submit:hover input[type="submit"] {
  color: #003c88;
  background-color: #fff;
}
/*必須項目*/
span.form-label-hissu {
  background: #333;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.4rem 0.6rem;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -1px;
  margin-right: 0.6rem;
}
/*送信中アイコン削除*/
#form-wrap .wpcf7-spinner {
  display: none !important;
}
@media screen and (min-width: 1400px) {
  #form-wrap .form-group--submit {
    max-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  /*入力欄共通装飾*/
  #form-wrap input, #form-wrap textarea, #form-wrap select {
    padding: 1.3rem 1.2rem;
  }
  /*各項目枠・名*/
  .form-group {
    margin-bottom: 2rem;
  }
  .form-group.form-group-checkbox {
    margin-bottom: 2.8rem;
  }
  .form-label {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  /*チェックボックス・ラジオ共通・同意*/
  .wpcf7-checkbox {
    margin-left: 0 !important;
  }
  .form-group-radio label span, .form-acceptance label span {
    padding-top: 0.6rem;
    min-height: 3.2rem;
    padding-left: 4rem;
  }
  .form-group-checkbox label span, .form-group-radio label span {
    margin-right: 2rem;
  }
  .form-group-checkbox label span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .form-group-checkbox label span::after {
    width: 0.8rem;
    height: 0.8rem;
    top: 0.8rem;
    left: 0.8rem;
  }
  .form-group-radio label span::before, .form-acceptance label span::before {
    width: 3.2rem;
    height: 3.2rem;
  }
  .form-group-radio label span::after, .form-acceptance label span::after {
    width: 1rem;
    height: 1rem;
    top: 1.1rem;
    left: 1.1rem;
  }
  /*プライバシーポリシーテキスト*/
  .txt-kome.f_note {
    margin-bottom: 2.4rem;
  }
  /*送信ボタン*/
  .form-group-submit {
    margin-top: 2.4rem;
    width: 80%;
    max-width: 26.4rem;
  }
  #form-wrap .form-group-submit input[type="submit"] {
    height: 6.4rem;
    font-size: 1.4rem;
  }
  /*check radio 幅*/
  .form-group-checkbox.checkradio-label-w-2 .wpcf7-list-item, .form-group-radio.checkradio-label-w-2 .wpcf7-list-item, .form-group-checkbox.checkradio-label-w-3 .wpcf7-list-item, .form-group-radio.checkradio-label-w-3 .wpcf7-list-item {
    min-width: 100%;
  }
}
.form-group-checkbox .form-label {
  margin-bottom: -4px;
}
@media screen and (min-width: 768px) {
  /*入力欄共通装飾*/
  #form-wrap input, #form-wrap textarea, #form-wrap select {
    padding: 2rem 2.2rem;
    letter-spacing: 0.05em;
  }
  #form-wrap select {
    padding: 2rem 2.2rem;
  }
  /*各項目枠・名*/
  #form-wrap .form-group {
    margin-bottom: 2.5rem;
  }
  #form-wrap .form-label {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
  }
  /*チェックボックス・ラジオ共通・同意*/
  .form-group-checkbox label, .form-group-radio label {
    margin-bottom: 0.8em;
  }
  .form-group-radio label span, .form-acceptance label span {
    padding-top: 0.6rem;
    min-height: 1rem;
    padding-left: 4.2rem;
  }
  .form-group-checkbox label span {
    padding-top: 0.6rem;
    min-height: 1rem;
    padding-left: 4.2rem;
  }
  .form-group-checkbox label span, .form-group-radio label span {
    margin-right: 2.5rem;
  }
  .form-group-radio label span::before, .form-acceptance label span::before {
    width: 3rem;
    height: 3rem;
  }
  .form-group-checkbox label span::before {
    width: 3rem;
    height: 3rem;
  }
  .form-group-radio label span::after, .form-acceptance label span::after {
    width: 1rem;
    height: 1rem;
    top: 1rem;
    left: 1rem;
  }
  .form-group-checkbox label span::after {
    border-radius: 0;
    width: 1rem;
    height: 1rem;
    top: 1rem;
    left: 1rem;
  }
  .form-group-checkbox .form-label {
    margin-bottom: -17px;
  }
  .form-group.form-group-checkbox {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .form-group.form-group-checkbox {
    margin-bottom: 4rem;
  }
}
.form-group-checkbox label span, .form-group-radio label span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  margin-bottom: 0;
  letter-spacing: 0.05rem;
  cursor: pointer;
  padding-left: 3.5rem;
  padding-top: 6px;
  margin-top: -0.6rem;
}
.form-group-radio label span {
  padding-left: 4rem;
  padding-top: 2px;
}
.form-group-checkbox label span::before {
  left: 0;
  display: block;
  margin-right: 0;
  background-color: #fff;
  border-radius: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .form-group-checkbox label span, .form-group-radio label span {
    padding-left: 4.2rem;
    padding-top: 8px;
  }
}
/*プライバシーポリシーテキスト*/
.txt-kome.f_note {
  margin-bottom: 4rem;
}
.form-group-agree {
  padding-top: 0.4rem;
}
/*同意*/
.form-acceptance label {
  margin-bottom: 0;
}
/*送信ボタン*/
.form-group-submit {
  margin-top: 4.8rem;
  max-width: 40rem;
}
#form-wrap .form-group-submit input[type="submit"] {
  height: 8rem;
}
/*check radio 幅*/
.form-group-checkbox.checkradio-label-w-2 .wpcf7-list-item, .form-group-radio.checkradio-label-w-2 .wpcf7-list-item {
  min-width: calc(100% / 2);
}
.form-group-checkbox.checkradio-label-w-3 .wpcf7-list-item, .form-group-radio.checkradio-label-w-3 .wpcf7-list-item {
  min-width: auto;
  margin: 20px 0 0;
}
/*セレクトボックス　プルダウンメニュー*/
.wpcf7-form-control.wpcf7-select option {
  line-height: 2;
  min-height: auto;
  padding: 2rem 1rem;
}
input, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}
.date_input {
  display: block;
  width: 100%;
  height: 100%;
}
/*+++++++++++++++++
会社概要
******************/
.model_contents3.company-contents {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
  margin-bottom: 4rem;
}
.page-btn6 {
  margin: 1.5rem 0 1rem;
}
.model_contents3.company-contents.last {
  margin-bottom: 0;
}
.company-contents.cc2 .section_title_box {
  margin-bottom: 2rem;
}
.company-contents .youtube {
  padding-top: 0;
  aspect-ratio: 3 / 3.2;
}
.cc2 .left-column {
  margin-bottom: 3rem;
}
.ac-txt {
  margin-bottom: 0.4rem;
}
.com-txt02 {
  margin-bottom: 3rem;
}
.com-container {
  width: 76%;
  margin: 0 auto 120px;
  max-width: 1200px;
}
.com-container:last-child {
  margin-bottom: 0;
}
.com-container .section_title {
  text-align: center;
}
.outline-tab {
  width: 100%;
}
.outline-tab tr {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.outline-tab tr:last-child {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.outline-tab td, .outline-tab th {
  padding: 30px 0;
}
.outline-tab th {
  width: 20%;
  font-weight: normal;
}
.estate-wrap .outline-tab th {
  width: 25%;
}
.outline-tab td {
  width: 80%;
}
.estate-wrap .outline-tab td {
  width: 75%;
}
.com-container.c-flex {
  display: flex;
  justify-content: space-between;
}
.com-container.c-flex .section_title_box {
  width: 25%;
}
.com-container.c-flex .section_title {
  text-align: left;
}
.com-container.c-flex .c-map {
  width: 70%;
}
@media screen and (min-width: 768px) {
  .company-contents .youtube {
    aspect-ratio: 3 / 1.5;
  }
}
@media screen and (min-width: 992px) {
  .model_contents3.company-contents {
    margin-bottom: 8rem;
  }
  .cc2 .left-column {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1199px) {
  .com-container {
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 991px) {
  .com-container.c-flex {
    display: block;
  }
  .com-container.c-flex .section_title_box {
    width: 100%;
  }
  .com-container.c-flex .c-map {
    width: 100%;
  }
  .com-container.c-flex .section_title {
    text-align: center;
  }
  .com-container.c-flex .c-map .youtube {
    height: 400px;
    padding: none;
  }
}
@media screen and (max-width: 767px) {
  .com-container {
    width: 85%;
    margin: 0 auto 50px;
  }
  .outline-tab th {
    display: block;
    padding: 15px 0 5px;
  }
  .outline-tab td {
    display: block;
    padding: 5px 0 15px;
  }
  .outline-tab th {
    width: 100%;
  }
  .outline-tab td {
    width: 100%;
  }
  .estate-wrap .outline-tab th {
    width: 100%;
  }
  .estate-wrap .outline-tab td {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .model_contents3.company-contents {
    margin-bottom: 10rem;
  }
  .page-btn6 {
    margin: 2rem 0 1rem;
  }
}
@media screen and (min-width: 1700px) {
  .model_contents3.company-contents {
    margin-bottom: 12rem;
  }
}
/**************HISTORY**************/
.page-about-contents-wrap {
  display: flex;
  justify-content: space-between;
}
.page-about-contents-wrap .section_title_box {
  width: 30%;
}
.page-about-contents-wrap .section_title {
  text-align: left;
}
.page-about-contents-wrap .pacw-contents-box {
  width: 70%;
}
.pcb-history-list dt {
  position: relative;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
.pcb-history-list dt:not(:last-of-type)::before, .pcb-history-list dt::after {
  content: " ";
  position: absolute;
  display: block;
}
.pcb-history-list dt:not(:last-of-type)::before {
  top: 1rem;
  background-color: #cbcbcb;
  width: 1px;
  height: 100%;
}
.pcb-history-list dt::after {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #333;
}
.pcb-history-list dd {
  padding-left: 3.6rem;
}
@media screen and (max-width: 767px) {
  .pcb-history-list dt {
    padding-left: 3.6rem;
    padding-bottom: 0.5rem;
    position: relative;
    z-index: 1;
  }
  .pcb-history-list dt:not(:last-of-type)::before {
    left: 0.55rem;
  }
  .pcb-history-list dt::after {
    left: 0;
    top: 0.2rem;
  }
  .pcb-history-list dd {
    padding-bottom: 2rem;
    position: relative;
  }
  .pcb-history-list dd:last-child {
    padding-bottom: 0;
  }
  .pcb-history-list dd:not(:last-of-type)::before {
    content: " ";
    position: absolute;
    display: block;
    top: 1rem;
    background-color: #cbcbcb;
    width: 1px;
    height: 100%;
    left: 0.55rem;
  }
}
@media screen and (min-width: 768px) {
  .pcb-history-list {
    display: flex;
    flex-wrap: wrap;
  }
  .pcb-history-list dt {
    width: 12.5rem;
    padding-bottom: 2.8rem;
  }
  .pcb-history-list dt.last-ch {
    padding-bottom: 0;
  }
  .pcb-history-list dd {
    width: calc(100% - 12.5rem);
    padding-bottom: 2.8rem;
  }
  .pcb-history-list dd {
    padding-left: 2.5rem;
  }
  .pcb-history-list dd:last-child {
    padding-bottom: 0;
  }
  .pcb-history-list dt:not(:last-of-type)::before {
    right: 0;
  }
  .pcb-history-list dt::after {
    right: -0.6rem;
    top: 0.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .page-about-contents-wrap {
    display: block;
  }
  .page-about-contents-wrap .section_title_box {
    width: 100%;
  }
  .page-about-contents-wrap .section_title {
    text-align: center;
  }
  .page-about-contents-wrap .pacw-contents-box {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .page-about-contents-wrap .c-title1 {
    width: 30%;
    margin-bottom: 0;
  }
  .page-about-contents-wrap .pacw-contents-box {
    width: 60%;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .page-about-contents-wrap .pacw-contents-box {
    width: 62%;
  }
  .com-txt01 {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .com-txt02 {
    margin-bottom: 4rem;
  }
}
/*******************************
不動産情報
*******************************/
/*サブタイトル*/
.model_contents1.estate_contents1 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .model_contents1.estate_contents1 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .model_contents1.estate_contents1 {
    margin-top: 6rem;
  }
}
/*アイコン*/
.tni-list li {
  list-style: none;
  display: inline-block;
  color: #333;
  margin-right: 2px;
  background-color: #fff;
  font-weight: 600;
  padding: 2px 6px;
}
.tni-list {
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 991px) {
  .tni-list li {
    font-size: 10px;
  }
}
/*タイトル*/
#main2 h1.tr-h1 {
  font-size: 1.4rem;
  margin-bottom: 1.7rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  #main2 h1.tr-h1 {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
  }
}
/*スリック*/
.trade-image-sub {
  margin-top: 0.7rem;
  margin-right: -0.35rem;
  margin-left: -0.35rem;
}
.trade-image-sub.slick-initialized .slick-slide {
  padding: 0 0.35rem;
}
.tr-photo-wrap .slick-initialized .slick-slide {
  aspect-ratio: 3 / 1.8;
}
.row .tr-photo-wrap .slick-initialized .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/*マップ*/
.model_contents3 .youtube {
  padding-top: 0;
  aspect-ratio: 3 / 1.6;
}
/*周辺環境*/
.kankyo-img {
  aspect-ratio: 3 / 1.9;
}
.row .kankyo-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
p.kankyo-txt {
  margin: 0.7rem 0 0;
  font-size: 0.9rem;
  line-height: 1.6;
}
.right-column ul.kankyou-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.right-column ul.kankyou-ul li {
  margin-bottom: 1.5rem;
  width: calc(50% - 0.5rem);
}
@media screen and (min-width: 768px) {
  .right-column ul.kankyou-ul li {
    margin-bottom: 2rem;
    width: calc(50% - 1rem);
  }
}
/*フォーム*/
.day-note {
  color: #e90000;
  font-weight: 500;
  font-size: 80%;
}
/*******************************
不動産情報一覧
*******************************/
/*タグ*/
.estate_tag_parts ul {
  margin-bottom: 2rem;
}
.estate_tag_parts ul li {
  display: inline-block;
}
.estate_tag_parts ul li a {
  color: #fff;
  background: #333;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-size: 0.9rem;
  line-height: 1;
  margin-right: 0.25rem;
  border: 1px solid #333;
  transition: .4s;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.estate_tag_parts ul li a:hover {
  border: 1px solid #333;
  background: #fff;
  color: #333;
  transition: .4s;
}
@media screen and (min-width: 1200px) {
  .estate_tag_parts ul li a {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    margin-right: 0.3rem;
    margin-bottom: 0.7rem;
  }
  .estate_tag_parts ul {
    margin-bottom: 4rem;
  }
}
/*+++++++++++++++++
イベント情報
******************/
.event-tab .t2 {
  font-size: 1.3rem;
  line-height: 1.6;
}
.event-tab .outline-tab td, .event-tab .outline-tab th {
  padding: 15px 0;
}
.model_contents3.event_contents3 {
  margin-top: 4rem;
  border-top: none;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .model_contents3.event_contents3 {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .model_contents3.event_contents3 {
    margin-top: 7rem;
  }
}
@media screen and (min-width: 1400px) {
  .model_contents3.event_contents3 {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .event-tab .outline-tab td {
    padding: 0px 0 15px;
  }
  .event-tab .outline-tab th {
    padding: 15px 0 5px;
  }
}
/*******************************
/* お客様の声
*******************************/
.voice-unit01 {
  position: relative;
  margin-bottom: 5rem;
}
.voice-main-img {
  width: 90%;
}
.voice-main-txt {
  background: #fff;
  padding: 1.2rem 2rem;
  position: absolute;
  width: 80%;
  right: 0;
  bottom: -5rem;
  max-width: 350px;
}
.voice-mt-ttl {
  font-size: 1.1rem;
  margin-bottom: 0.8rem;
}
.voice-cust {
  margin: 0;
  font-size: 0.8rem;
}
ul.voice-unit02 {
  margin: 9rem 0 0;
}
ul.voice-unit02 li {
  margin-bottom: 2.7rem;
}
ul.voice-unit02 li:last-child {
  margin-bottom: 0;
}
.vu-ttl {
  margin: 1.3rem 0 0.5rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .voice-main-txt {
    padding: 1.5rem 2.5rem;
    bottom: -3rem;
    max-width: 400px;
  }
  .voice-mt-ttl {
    font-size: 1.4rem;
  }
  .voice-cust {
    font-size: 0.9rem;
  }
  ul.voice-unit02 li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .vu-ttl {
    margin: 0 0 0.5rem;
  }
  .vu-txt, .vu-img {
    width: 47.5%;
  }
  ul.voice-unit02 li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  ul.voice-unit02 {
    margin: 7.5rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .voice-main-txt {
    padding: 1.8rem 3rem;
    bottom: -3rem;
    max-width: 550px;
  }
  .voice-mt-ttl {
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
  }
  .voice-cust {
    font-size: 0.9rem;
  }
  .vu-ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .model_contents4.voice_contents4 .section_title_box {
    margin-bottom: 3rem;
  }
}
/***************************************
gallery
***************************************/
.gallery_container {
  margin-bottom: 5rem;
}
.gallery_block {
  margin-bottom: 3rem;
}
.gallery_item {
  display: block;
  width: 94%;
  margin: 0 auto;
}
.gallery_img {
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
}
.gallery_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.gallery_title {
  font-size: 1.2rem;
  color: #333;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .gallery_container {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .gallery_container {
    margin-bottom: 10rem;
  }
  .gallery_block {
    margin-bottom: 4rem;
  }
  .gallery_item {
    width: 96%;
  }
  .gallery_title {
    font-size: 1.4375rem;
  }
}
/***************************************
gallery一覧
***************************************/
.archive_gallery_container .gallery_block > ul > li {
  margin-bottom: 3rem;
}
.archive_gallery_container .gallery_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive_gallery_container .gallery_block > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .archive_gallery_container .gallery_block > ul > li {
    width: 50%;
  }
  .archive_gallery_container .gallery_item {
    width: 94%;
  }
}
@media screen and (min-width: 992px) {
  .archive_gallery_container .gallery_block > ul > li {
    width: calc(100% / 3);
  }
  .archive_gallery_container .gallery_item {
    width: 96%;
  }
}
/***************************************
reason_container
***************************************/
.reason_container {
  padding-bottom: 5rem;
}
.reason_block > ul > li {
  margin-bottom: 4rem;
}
.reason_block > ul > li:last-child {
  margin-bottom: 0;
}
.reason_item {
  display: block;
  color: #000;
  transition: all 0.5s;
}
.reason_img {
  margin-bottom: 1.8rem;
  transition: all 0.5s;
}
.reason_item:hover .reason_img {
  opacity: 0.7;
  transition: all 0.5s;
}
.reason_category {
  width: 180px;
  height: 32px;
  margin: 0 auto 1.3rem;
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 16px;
  transition: all 0.5s;
}
.reason_item:hover .reason_category {
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
}
.reason_title {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.reason_btn {
  width: 200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 9px;
}
.reason_btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.5);
  position: absolute;
  bottom: 0;
  right: 0;
}
.reason_arrow {
  display: block;
  width: 18px;
  height: 14px;
  position: relative;
}
.reason_arrow::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reason_btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: 0.5s transform ease-in-out 0s, 0.5s bottom ease-in-out 0s;
  background-color: rgba(0, 0, 0, 1);
  z-index: 2;
}
.reason_item:hover .reason_btn::after {
  transform: scale(1, 1);
}
@media screen and (min-width: 768px) {
  .reason_container {
    padding-bottom: 6rem;
  }
  .reason_block > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
    margin-right: -3%;
  }
  .reason_block > ul > li {
    width: 50%;
  }
  .reason_block > ul > li:nth-child(2) {
    margin-top: 5rem;
  }
  .reason_block > ul > li:nth-child(3) {
    margin-bottom: 0;
  }
  .reason_block > ul > li:last-child {
    margin-top: 5rem;
  }
  .reason_item {
    width: 88.5%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .reason_container {
    padding-bottom: 11rem;
  }
  .reason_container .section_title_box {
    margin-bottom: 4rem;
  }
  .reason_block > ul > li {
    margin-bottom: 0rem;
  }
  .reason_img {
    margin-bottom: 2.5rem;
  }
  .reason_category {
    margin-bottom: 1.5rem;
  }
  .reason_title {
    margin-bottom: 2.3rem;
  }
}
/*2024/10/09-追加*/
.reason_container .w1280 {
  margin-bottom: 5rem;
}
.reason_container .house_container {
  padding: 0;
}
.reason_container .house_img {
  height: 240px;
}
@media screen and (min-width: 768px) {
  .reason_container .w1280 {
    margin-bottom: 7rem;
  }
  .reason_container .house_img {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .reason_container .w1280 {
    margin-bottom: 9rem;
  }
}