@charset 'UTF-8';
/* リキャプチャ
--------------------------- */
.grecaptcha-badge {
  display: none !important;
}
.reCAPTCHA_p {
  line-height: 1.5;
  font-size: 0.8rem;
  margin: 2rem 0 0;
  color: #b1b1b1;
  text-align: center;
}
.reCAPTCHA_p a {
  color: #b1b1b1;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .reCAPTCHA_p {
    margin-top: 2.5rem;
  }
}
/* 404
--------------------------- */
.p404_txt {
  margin-bottom: 0;
  margin-top: 1rem;
}
.txt_block p {
  margin-bottom: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/*************************
/* 共通
*************************/
.f27 {
  font-size: 1.769rem;
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .f27 {
    font-size: 1.928rem;
  }
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 991px以下用の記述 */
@media screen and (max-width: 991px) {
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
}
/* 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-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
PC/SP切り替え
*******************************/
.pc-none {
  display: block;
}
.sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
  .sp-none {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .none_min992 {
    display: none;
  }
  .none_max991 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .none_min992 {
    display: block;
  }
  .none_max991 {
    display: none;
  }
}
/**************************
/* bacckground
**************************/
.bg_white {
  background: #fff;
}
/**************************
/* fontsize
**************************/
/*******************************
見出し
*******************************/
/*英語+日本語h2*/
h2.h2_title {
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
h2.h2_title .f-eng {
  display: block;
  color: #808080;
  font-size: 1rem;
  margin-bottom: 0.6rem;
}
@media screen and (min-width: 992px) {
  h2.h2_title {
    font-size: 1.875rem;
    margin-bottom: 3rem;
  }
  h2.h2_title .f-eng {
    font-size: 0.9375rem;
    margin-bottom: 0.8rem;
  }
}
/*******************************
/* BUTTON
*******************************/
/* vm */
.vm {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  background: #c98b5b;
  height: 60px;
  width: 200px;
  justify-content: center;
  border-radius: 50px;
  transition: .3s;
  border: 1px solid #c98b5b;
}
.vm:hover, .vm.vm_fff:hover, .vm.vm_gray:hover {
  background: #333333;
  transition: .3s;
  color: #fff;
  text-decoration: none;
  border: 1px solid #333333;
}
/*白*/
.vm.vm_fff {
  background: #fff;
  color: #c98b5b;
  border: 1px solid #fff;
}
/*gray*/
.vm.vm_gray {
  border: 1px solid #cccccc;
  width: 240px;
  background: none;
  color: #333333;
}
/*英語の場合*/
.vm.f-eng {
  font-size: 1.115rem;
}
@media screen and (min-width: 1200px) {
  .vm.vm_gray {
    width: 320px;
    height: 80px;
  }
}
/*******************************
container
*******************************/
.container-800, .container-1000, .container-1280, .container-1600, .container-1700, .container-1500, .container-1300 {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}
.container-800{
	max-width: 800px;
}
.container-1000 {
  max-width: 1000px;
}
.container-1280 {
  max-width: 1280px;
}
.container-1300 {
  max-width: 1300px;
}
.container-1500 {
  max-width: 1500px;
}
.container-1600 {
  max-width: 1600px;
}
.container-1700 {
  max-width: 1700px;
}
.max-container {
  padding-top: 3.07rem;
}
@media screen and (min-width: 768px) {
  .container-1600 {
    width: 88.88%;
  }
  .max-container {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .max-container {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1400px) {
	.container-800{
	max-width: 50%;
}
  .container-1000 {
    width: 55.55%;
  }
  .container-1280 {
    width: 71.11%;
  }
  .container-1300 {
    width: 72.22%;
  }
  .container-1500 {
    width: 83.33;
  }
  .container-1700 {
    width: 94.44%;
  }
}
/*******************************
パンクズ
*******************************/
#pls {
  padding: 5rem 0 2rem;
}
#pls.container-1600 {
  max-width: unset;
}
#pan {
  font-size: 0.84615rem;
  display: flex;
  flex-wrap: wrap;
  color: #1a1a1a;
  line-height: 1.15;
}
#pan a {
  color: #ababab;
  text-decoration: none;
  transition: .3s;
  margin-bottom: 0;
}
#pan a:hover {
  opacity: 0.7;
}
.pan-punctuation {
  color: #808080;
  padding: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  #pls {
    padding: 8.125rem 0 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  #pan {
    font-size: 0.8125rem;
  }
}
/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
#form {
  max-width: 100%;
}
#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form th, #form td {
  font-size: 1.07rem;
  line-height: 1.6;
  letter-spacing: 0;
  padding: 34.1px 0;
  border-bottom: 1px solid #cccccc;
  color: #1a1a1a;
  font-weight: 400;
}
#form tr:first-child th, #form tr:first-child td {
  border-top: 1px solid #cccccc;
}
#form th {
  width: 30%;
  vertical-align: baseline;
  letter-spacing: 0.1rem;
}
#form td {
  text-align: left;
}
#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 {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}
#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: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  display: block;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
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) {
  #form th, #form td {
    padding: 1.875rem 0 1.5rem;
  }
  #form tr:first-child th, #form tr:first-child td {
    border-top: none;
    padding-top: 0;
  }
  #form th {
    width: 20%;
  }
  #form td {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  #form th {
    width: 22%;
  }
  #form td {
    width: 78%;
  }
  #form th, #form td {
    font-size: 1rem;
  }
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
    padding: 20px 0 0;
    border-bottom: none;
  }
  #form tr:first-child td {
    border-top: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
    padding: 6px 0 20px;
  }
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 50%;
    border-top: none;
    text-align: center;
  }
  #form2 td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
  }
  #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: 10px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
.pagination {
  margin-top: 4rem;
}
.pagination ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
  font-size: 1.125rem;
}
.post-archive-container .pagination a {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  color: #333333;
  transition: .3s;
}
.pagination ul li.dots {
  position: relative;
  top: 5px;
  padding: 0 0.5rem;
}
.post-archive-container .pagination a:hover {
  opacity: 0.8;
  transition: .3s;
}
.pagination li.prev {
  margin-right: 0;
}
.pagination li.prev a {
  padding-right: 1rem;
  padding-left: 0;
}
.pagination li.prev.disabled {
  margin-right: 1rem;
}
.pagination li.disabled {
  color: #8c8c8c;
}
.pagination li.prev.disabled, .pagination li.next.disabled {
  padding: 0.5rem 0;
}
.pagination li.next a {
  padding-left: 1rem;
}
.pagination li.next.disabled {
  margin-left: 1rem
}
.pagination li.active {
  padding: 0.5rem 1rem;
  color: #c98b5b;
  text-decoration: underline;
  text-underline-offset: 7px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .post-archive-container .pagination a {
    padding: 0.5rem 0.7rem;
  }
  .pagination li.active {
    padding: 0.5rem 0.7rem;
  }
  .pagination li.prev.disabled {
    margin-right: 1.2rem;
  }
  .pagination li.prev a {
    padding-right: 1.2rem;
  }
  .pagination li.next a {
    padding-left: 1.2rem;
  }
  .pagination li.next.disabled {
    margin-left: 1.2rem
  }
  .pagination ul li.dots {
    top: 8px;
  }
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*************************
/* single.php 日付
*************************/
#date span {
  color: #878787;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
}
/* single.php ページ送り
----------------------------------------------------------------------------------------------------*/
#next {
  background-color: #efefef;
  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;
}
.nx_left a:hover {
  background-color: #828282;
  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;
}
.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;
}
.nx_right a:hover {
  background-color: #828282;
  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;
}
/*--------------------------------
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: #000 1px solid;
  border-bottom: #000 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #next {
  text-align: right;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
  margin-top: 0.5rem;
  color: #000;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: #f7f7f5;
}
#prev_next #prev {
  border-right: #000 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #000 solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
  width: 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: #000 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #000;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #000;
  -webkit-box-shadow: 0 0 0 3px #000;
  -moz-box-shadow: 0 0 0 3px #000;
  text-align: center;
}
#prev_next_home:hover {
  opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
@media screen and (min-width: 768px) {
  #prev_next #prev, #prev_next #next {
    padding: 40px 10px 20px;
  }
}
/*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;
  }
  /*-- ここまで --*/
}
/*************
/* 投稿ギャラリー
*************/
.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%;
}
#page-main .gallery-item img,
#main .gallery-item img, #main2 .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-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
  .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;
  }
}
@media screen and (min-width: 768px) {
  .br_max767 {
    display: none;
  }
  .br_min768 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .br_max767 {
    display: block;
  }
  .br_min768 {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .br_max991 {
    display: none;
  }
  .br_min992 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br_max991 {
    display: block;
  }
  .br_min992 {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .br_max1199 {
    display: none;
  }
  .br_min1200 {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .br_max1199 {
    display: block;
  }
  .br_min1200 {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .br_max1399 {
    display: none;
  }
  .br_min1400 {
    display: block;
  }
}
@media screen and (max-width: 1399px) {
  .br_max1399 {
    display: block;
  }
  .br_min1400 {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .br_min1500 {
    display: block;
  }
  .br_max1499 {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .br_min1500 {
    display: none;
  }
  .br_max1499 {
    display: block;
  }
}
@media screen and (min-width: 1600px) {
  .br_min1600 {
    display: block;
  }
}
@media screen and (max-width: 1599px) {
  .br_min1600 {
    display: none;
  }
}
@media screen and (min-width: 1700px) {
  .br_min1700 {
    display: block;
  }
}
@media screen and (max-width: 1699px) {
  .br_min1700 {
    display: none;
  }
}
@media screen and (min-width: 1800px) {
  .br_min1800 {
    display: block;
  }
}
@media screen and (max-width: 1799px) {
  .br_min1800 {
    display: none;
  }
}
.br_768-991 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .br_768-991 {
    display: block;
  }
}
.br_992-1499 {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1499px) {
  .br_992-1499 {
    display: block;
  }
}
.br_768-991none {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .br_768-991none {
    display: none;
  }
}
/*****************************
/* form_customize
*****************************/
.form_intro {
  margin-bottom: 2.37692rem;
}
.form_intro p {
  color: #000;
  font-size: 1.07rem;
  line-height: 1.84;
  letter-spacing: 0;
  margin-bottom: 0;
}
.form_intro .form_label_req {
  margin-left: 0;
  margin-right: 3px;
}
#form_customize {
  width: 100%;
}
.event_single #form_customize {
  margin-top: 2.5rem;
}
#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"] {
  background-color: #f5f5f5;
  color: #1a1a1a;
  border: none;
  padding: 1.15rem 15px;
  font-size: 1.07rem;
  margin: 0;
  width: 100%;
  border-radius: 0;
  line-height: 1.5;
  letter-spacing: 0;
  outline: none;
  resize: none;
}
#form_customize option {
  color: #1a1a1a;
}
#form_customize #selDate::placeholder, #form_customize #selDate2::placeholder {
  color: #1a1a1a;
}
#form_customize #selDate:hover, #form_customize #selDate2:hover {
  cursor: pointer;
}
#form_customize input[type="text"], #form_customize input[type="email"], #form_customize input[type="tel"], #form_customize textarea, #form_customize select {
  color: #1a1a1a;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus {
  outline: none;
}
#form_customize .form_block {
  position: relative;
  margin-bottom: 1.723rem;
}
#form_customize .datetimeblock input[type="text"], #form_customize .datetimeblock select {
  height: 50px;
}
/* プレースホルダー */
#form_customize .wpcf7-form-control::placeholder {
  color: #cbcbcb;
  opacity: 1;
}
/* ラベル */
#form_customize .form_c_label {
  display: flex;
  font-size: 1.07rem;
  letter-spacing: 0;
  margin-bottom: 0.8538rem;
  line-height: 1.5;
  color: #1a1a1a;
  align-items: flex-start;
}
/* 必須 */
.form_label_req {
  color: #fff;
  font-size: 0.85rem;
  margin-left: 5px;
  background: #c98b5b;
  padding: 0.3rem 0.5rem 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  top: 2px;
}
.form_label_req.nini {
  background: #808080;
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip {
  font-size: 0.88rem;
  color: #c40000;
}
/* 「ハイフンは入力不要です」非表示 */
#autozip {
  display: none !important;
}
/* 個人情報 */
#form_customize .form_c_agree {
  border-bottom: none;
  margin-top: 1.5rem;
  text-align: center;
}
#form_customize .form_block.form_c_agree {
  margin-bottom: 2.00769rem;
}
#form_customize .form_block.form_c_agree::after {
  display: none;
}
#form_customize .form_c_agree .form_check_box {
  margin-bottom: 0.4538rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item-label {
  font-size: 1rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item {
  width: 100%;
}
.f_note {
  font-size: 0.8461rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.03em;
  color: #505050;
  margin-bottom: 0;
}
.f_note a {
  color: #737477;
  text-decoration: underline;
  transition: .3s;
}
.f_note a:hover {
  opacity: 0.7;
  transition: .3s;
}
.form-txt {
  margin-bottom: 1.2rem;
  font-size: 0.95rem;
}
.eiri{
	    text-align: center;
    color: #dc1616;
    margin: 1rem 0 0;
    font-size: 0.9rem;
}
/* 送信ボタン */
#form_customize .form_c_submit {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
#form_customize .form_block.form_c_submit {
  padding-bottom: 0;
  margin-bottom: 0;
}
#form_customize .form_block.form_c_submit::after {
  display: none;
}
#form_customize .form_c_submit input {
  width: 100%;
  max-width: 220px;
  height: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.07rem;
  letter-spacing: 0.06em;
  background-color: #c98b5b;
  color: #fff;
  margin-bottom: 0;
  padding: 0;
  transition: .3s;
  border-radius: 50px;
}
#form_customize .form_c_submit input:hover {
  opacity: 0.7;
  transition: .3s;
}
#form_customize .form_c_submit .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 0;
  left: calc((50% + 100px) + 30px);
  transform: translateX(-50%);
}
@media screen and (min-width: 1200px) {
  #form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"] {
    padding: 1.36rem 20px;
    font-size: 1rem;
    height: 70px;
  }
  #form_customize textarea {
    height: 200px;
  }
  #form_customize .datetimeblock input[type="text"], #form_customize .datetimeblock select {
    height: 70px;
  }
  #form_customize .form_block {
    margin-bottom: 2.5rem;
  }
  /* ラベル */
  #form_customize .form_c_label {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  /* 個人情報 */
  #form_customize .form_block.form_c_agree {
    margin-bottom: 2.5rem;
    margin-top: -1rem;
  }
  #form_customize .form_c_agree .form_check_box .wpcf7-list-item-label {
    font-size: 0.937rem;
  }
  #form_customize .form_c_agree .form_check_box {
    margin-bottom: 0.72857rem;
  }
  .f_note {
    font-size: 0.8571rem;
  }
  /* 送信ボタン */
  #form_customize .form_c_submit input {
    max-width: 320px;
    height: 80px;
    font-size: 1.06rem;
  }
  .form_label_req {
    font-size: 0.8rem;
    margin-left: 12px;
    padding: 0.4rem 0.5rem 0.4rem;
    top: 0px;
  }
  .form-2col-flex {
    display: flex;
    justify-content: space-between;
  }
  .form-2col-flex .form_block {
    width: calc((100% - 20px)/2);
  }
}
/* CUSTOM SELECTBOX */
#form_customize select {
  color: #000;
  -webkit-appearance: none;
  appearance: none;
}
#form_customize select.selected {
  color: #000;
}
/* CUSTOM CHECKBOX */
#form_customize .form_check_box .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25rem;
}
#form_customize .form_check_box .wpcf7-list-item {
  margin: 0;
  display: block;
  width: auto;
  margin-right: 30px;
}
#form_customize .form_check_box label {
  cursor: pointer;
  margin-bottom: 0;
}
#form_customize .form_check_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form_customize .form_check_box .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  color: #323232;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#form_customize .form_check_box .wpcf7-list-item-label::before, #form_customize .form_check_box .wpcf7-list-item-label::after {
  content: "";
  border-radius: inherit;
  transition: .2s;
}
#form_customize .form_check_box .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-color: #f5f5f5;
  border-radius: 0;
  border: none;
}
#form_customize .form_check_box .wpcf7-list-item-label::after {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 0;
  opacity: 0;
}
#form_customize .form_check_box input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {}
@media screen and (min-width: 992px) {
  #form_customize .form_check_box .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #form_customize .form_check_box .wpcf7-list-item-label {
    font-size: 1rem;
  }
    #form_customize .form_check_box .wpcf7-list-item-label::before {
        width: 45px;
        height: 45px;
    }
    #form_customize .form_check_box .wpcf7-list-item-label::after {
        width: 13px;
        height: 13px;
        top: 16px;
        left: 16px;
    }
}
/* CUSTOM RADIO */
#form_customize .form_check_box.radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form_customize .form_check_box.radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
/* 2つ並び */
#form_customize .form_block.form_row {
  display: flex;
  justify-content: space-between;
}
.form_col2 {
  width: calc((100% - 7px)/2);
}
@media screen and (min-width: 1200px) {
  .form_col2 {
    width: calc((100% - 10px)/2);
  }
}
/* 来場希望日時 */
.datetimeblock p {
  color: #505050;
  font-size: 0.8461rem;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin-top: 0.8538rem;
  margin-bottom: 0;
}
#form_customize select {
  color: #1a1a1a;
}
#form_customize select.selected {
  color: #1a1a1a;
}
.form_c_item.datetime {
  display: flex;
  justify-content: space-between;
}
.form_c_item.datetime .select_item {
  width: calc((100% - 7px)/2);
  margin-bottom: 0;
}
.form_c_item.datetime .select_item #selTime {
  line-height: 1.71;
}
@media screen and (min-width: 1200px) {
  .datetimeblock p {
    font-size: 0.8571rem;
    margin-top: 1.12857rem;
  }
  .form_c_item.datetime .select_item {
    width: calc((100% - 20px)/2);
  }
  .form_c_item.datetime .select_item::after {
    right: 20px;
  }
}
/* 住所 */
#form_customize .add .form-input__small300 {
  width: 77.419%;
  margin-bottom: 7px;
}
#form_customize #autozip {
  display: none;
}
@media screen and (min-width: 1200px) {
  #form_customize .add .form-input__small300 {
    margin-bottom: 10px;
  }
}
/* ============================ */
/* POST INDEX */
.c-post-index {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
/* link */
.c-post-index a {
  color: #1a1a1a;
  transition: .3s;
}
.c-post-index a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: .3s;
}
/* prev next */
.c-post-index .link-prev, .c-post-index .link-next {
  width: 30%;
}
/* 非表示だけどスペースは保持 */
.c-post-index .is-disable {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
/* next arrow */
.link-next .nav-arrow {
  text-align: right;
}
/* index */
.c-post-index .c-post-index__text {
  width: calc(40% - 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  margin: 0 1.5rem;
}
.c-post-index .c-post-index__text span {
  text-align: center;
  line-height: 1.3;
}
/* arrow */
.nav-arrow img {
  width: 13px;
}
.c-post-index__text img {
  margin-bottom: 0.8rem;
  width: 15px;
}
/* prev arrow reverse */
.c-post-index .link-prev .nav-arrow img {
  transform: scaleX(-1);
}
/* thumbnail */
.nav-thumb {
  aspect-ratio: 140 / 98;
}
#main2 .nav-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* title */
.nav-title {
  font-size: 0.9rem;
  margin: 1rem 0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.nav-arrow span {
  position: relative;
  top: 2px;
  margin: 0 0.2rem;
}
@media screen and (min-width: 768px) {
  .c-post-index {
    margin-top: 3.125rem;
  }
  .c-post-index .link-prev, .c-post-index .link-next {
    width: 20%;
  }
  .c-post-index .c-post-index__text {
    width: calc(60% - 4rem);
    margin: 0 2rem;
    font-size: 1.06rem;
  }
  .c-post-index__text img {
    margin-bottom: 1rem;
    width: 25px;
  }
  .nav-title {
    font-size: 0.8125rem;
  }
  .nav-arrow {
    font-size: 1.06rem;
  }
}
@media screen and (min-width: 1600px) {
  .c-post-index .link-prev, .c-post-index .link-next {
    width: 14%;
  }
  .c-post-index .c-post-index__text {
    width: calc(72% - 4rem);
  }
}
/***** 予約状況エリア全体 *****/
.res-status-lead {
  font-size: 1.07rem;
  margin-bottom: 0;
}
.res-status-title {
  font-size: 1.423rem;
  margin-bottom: 2rem;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-left: 4px solid #000;
  padding: 0.6rem 1.3rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.res-status-item {
  font-size: 0.8571rem;
  margin-bottom: 0;
}
.res-status-body {
  margin-top: 2.3769rem;
}
/***** 日付ごとのブロック（日付＋枠） *****/
.res-date-group {
  border-bottom: 1px solid #cccccc;
  padding: 1.5rem 0 2.2rem;
}
.res-date-group:first-child {
  border-top: 1px solid #cccccc;
}
.res-date-group:last-child {
  margin-bottom: 0;
}
/* 日付ラベル：枠の上に配置 */
.res-date-label {
  font-size: 1.06rem;
  margin-bottom: 1rem;
  letter-spacing: 0.2rem;
}
/***** 予約枠グリッド（横並びの箱） *****/
.res-slot-grid {
  display: flex;
  flex-wrap: wrap; /* 入りきらない場合に折り返す */
  gap: 10px; /* ボタン同士の隙間（上下左右） */
}
/***** 枠ボタンの基本設定 *****/
.res-slot-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: calc(33.333% - 10px);
  padding: 0.8rem 0;
  text-decoration: none;
  background: #f2f2f2;
  gap: 0;
  transition: all 0.2s ease;
  flex-direction: column;
}
.res-slot-btn:hover {
  text-decoration: none;
  opacity: 0.75;
  transition: all 0.2s ease;
}
/* 時間と記号の文字設定 */
.slot-time {
  font-size: 1rem;
  color: #1a1a1a;
}
.slot-icon {
  font-size: 0.8125rem;
  color: #44a6bd;
  font-weight: 500;
}
.is-low .slot-icon {
  color: #d84f42;
  line-height: 1.2;
}
/***** 個別ステータス設定 *****/
/* --- 満員 (is-full) --- */
.res-slot-btn.is-full {
  background-color: #f5f5f5;
  border-color: #eee;
  color: #bbb;
  pointer-events: none;
}
.res-slot-btn.is-full .slot-time, .res-slot-btn.is-full .slot-icon {
  color: #bbb;
}
/* --- 選択中のスタイル (is-active) --- */
.res-slot-btn.is-active {
  background-color: #c98b5b !important; /* ボタン全体の色 */
  border-color: #c98b5b !important;
  color: #fff !important;
}
.res-slot-btn.is-active .slot-time, .res-slot-btn.is-active .slot-icon {
  color: #fff !important; /* 中の文字や記号も白抜きにする */
}
/***** レスポンシブ設定（PC画面） *****/
@media screen and (min-width: 768px) {
  .res-slot-btn {
    width: calc(25% - 10px);
    padding: 1rem 0;
  }
  .res-date-label {
    font-size: 1.125rem;
    margin-bottom: 1.2rem;
  }
  .res-date-group {
    padding: 1.875rem 0 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .res-slot-btn {
    width: calc(20% - 10px);
  }
}
/*******************************
/* EVENT
*******************************/
/********トップ・アーカイブページ共通********/
a.event-slider-item {
  color: #1a1a1a;
}
a.event-slider-item:hover {
  text-decoration: none;
}
.event_img.zoom {
  aspect-ratio: 1 / 1;
  margin-bottom: 1.5rem;
	    display: flex;
    align-items: center;
}
.event_end {
  position: relative;
}
.event_end::before {
  position: absolute;
  content: "このイベントは終了しました";
  font-size: 1rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 1;
}
.event_category {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
.event_category .item1 {
  background: #c98b5b;
  padding: 0.2rem 1rem;
  border-radius: 50px;
  font-size: 0.923rem;
  color: #fff;
}
.event_category .item2 {
  background: #333333;
  padding: 0.2rem 1rem;
  border-radius: 50px;
  font-size: 0.923rem;
  color: #fff;
  margin-left: 0.5rem;
}
.txt_block p.event_tit {
  font-size: 1.153rem;
  margin-bottom: 0.5rem;
}
.event_date, .event_place {
  color: #808080;
}
@media screen and (min-width: 1200px) {
  .txt_block p.event_tit {
    font-size: 1.25rem;
  }
  .event_category .item1, .event_category .item2 {
    font-size: 0.8125rem;
  }
  .txt_block .event_date, .txt_block .event_place {
    font-size: 0.875rem;
  }
}
/********アーカイブページ*******/
.post-archive-container {
  padding-top: 3.07rem;
}
.post-archive-container .container-1600 {
  max-width: unset;
}
.post-archive-container a {
  margin-bottom: 3rem;
  display: block;
}
.post-archive-container a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .post-archive-container {
    padding-top: 4.5rem;
  }
  .post-archive-container .post-archive-inner {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .event-archive {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    width: 70%;
  }
  .post-archive-container a.event-slider-item {
    width: 50%;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .event-archive {
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .post-archive-container {
    padding-top: 7.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .event-archive {
    width: 80%;
    margin: 0 -1.15rem;
  }
  .post-archive-container a.event-slider-item {
    width: 33.33%;
    padding: 0 1.15rem;
    margin-bottom: 3.75rem;
  }
}
/********INDEX*******/
.post-category-wrap {
  margin-bottom: 3rem;
}
.post-category-wrap .title {
  cursor: pointer;
  position: relative;
  background: #333333;
  padding: 0.8rem 0;
  color: #fff;
  text-align: center;
  font-size: 1.1rem;
}
.post-category-wrap .title::before {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  width: 14px;
  height: 1px;
  background: #fff;
  transform: translateY(-50%);
}
.post-category-wrap .title::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 1px;
  height: 14px;
  background: #fff;
  transform: translateY(-50%);
  transition: transform .35s cubic-bezier(.4, 0, .2, 1);
}
.post-category-wrap.open .title::after {
  transform: translateY(-50%) scaleY(0);
}
.post-category-wrap .inner {
  height: 0;
  overflow: hidden;
  background: #f2f2f2;
  transition: height .7s cubic-bezier(.4, 0, .2, 1);
}
.post-category-wrap.open .inner {
  background: #f2f2f2;
}
.category-ul {
  width: 85%;
  padding: 2rem 0;
  margin: 0 auto;
}
.category-ul a:hover {
	text-decoration: none;
}
.category-ul a span.arrow {
  background: url(../images/arrow.svg);
  background-repeat: no-repeat;
  width: 12px;
  height: 11px;
  display: inline-block;
}
.post-archive-container .post-category-wrap a {
  margin-bottom: 1.2rem;
  width: 100%;
}
.post-category-wrap a {
  margin-bottom: 1.2rem;
  color: #1a1a1a;
  font-size: 1.07rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-category-wrap a.active {
  opacity: 0.4;
  pointer-events: none;
  cursor: default;
}
@media (min-width:768px) {
  .post-category-wrap {
    margin-bottom: 0;
    width: 30%;
    position: sticky;
    top: 130px;
    align-self: flex-start;
  }
  .post-category-wrap .inner {
    height: auto;
    overflow: visible;
    transition: none;
  }
  .post-category-wrap .title::before, .post-category-wrap .title::after {
    display: none;
  }
}
@media (min-width: 992px) {
  .post-category-wrap {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .category-ul {
    width: 80%;
    padding: 1.5rem 0;
  }
  .post-category-wrap {
    top: 180px;
  }
  .post-category-wrap .title {
    font-size: 1rem;
  }
  .post-category-wrap a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .post-category-wrap {
    width: 18%;
  }
}
@media screen and (min-width: 1800px) {
  .post-category-wrap {
    width: 16%;
  }
}
/*******詳細ページ*******/
#main2.post-single-container {
  width: 92.3%;
  margin: -3rem auto 0;
}
#main2.post-single-container .inner {
  width: 92.22%;
  margin: 0 auto;
  padding: 1.53rem 0 3rem;
}
#main2 h1.f-min {
  font-size: 1.23rem;
  margin: 1.7rem 0 1.5rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.2rem;
}
.event_single-contents {
  width: 90.3%;
  margin: 0 auto;
}
.event_slingle-block {
  font-size: 1.07rem;
  margin-bottom: 3.07rem;
}
.event_slingle-block #form tr:first-child th {
  border-top: 0;
  padding-top: 0;
}
.event_slingle-block table .event_map {
  margin-top: 1.5rem;
}
.event_slingle-block table .bikou td p:last-child {
  margin-bottom: 0;
}
.event_single-contents .event_slingle-block a, .event_single-contents .bikou a {
  color: #c98b5b;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: .3s;
}
.event_single-contents .event_slingle-block a:hover, .event_single-contents .bikou a:hover {
  opacity: 0.8;
  transition: .3s;
}
.event_single-outline {
  display: none;
}
.event_eye {
  width: 100%;
}
#main2 .event_eye img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #main2.post-single-container {
    width: 88.88%;
    margin: -5.5rem auto 0;
  }
  #main2.post-single-container .inner {
    width: 80%;
    padding: 5rem 0 5.6rem;
  }
  #main2 h1.f-min {
    font-size: 1.5rem;
    margin: 2.2rem 0 2rem;
    padding-bottom: 1.5rem;
  }
  .event_single-contents {
    width: 100%;
  }
  .event_slingle-block {
    margin-bottom: 4.375rem;
  }
  .event_map .youtube {
    padding-top: 0;
    aspect-ratio: 1 / 0.45;
  }
}
@media screen and (min-width: 992px) {
  #main2.post-single-container {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  #main2.post-single-container {
    width: 88.88%;
    margin-top: -8rem;
  }
  .event_slingle-block {
    font-size: 1rem;
  }
  .event_single {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #main2 h1.f-min {
    margin: 0 0 2.8rem;
    padding-bottom: 0;
    border: none;
  }
  .event_single-outline {
    display: block;
    width: 31%;
    position: sticky;
    top: 250px;
  }
  .event_single-main {
    width: 62.5%;
  }
  .event_single-outline #form th, .event_single-outline #form td {
    font-size: 0.9375rem;
    padding: 1.62rem 0;
  }
  .event_single-outline #form th {
    width: 30%;
  }
  .event_single-outline #form td {
    width: 70%;
  }
  .event_single-outline #form tr:first-child th, .event_single-outline #form tr:first-child td {
    border-top: 1px solid #cccccc;
    padding: 1.62rem 0;
  }
  .event-single-btn {
    margin-top: 3.125rem;
  }
  .event-single-btn .vm {
    height: 80px;
    width: 320px;
  }
  .event_single-contents .f-min {
    display: none;
  }
  .event_eye {
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1600px) {
  .event_single-outline #form th {
    width: 22%;
  }
}
@media screen and (min-width: 1800px) {
  .event_info #form th {
    width: 18%;
  }
}
/*******************************
/* INFORMATION
*******************************/
/********トップ・アーカイブページ共通*********/
a.info-slider-item {
  color: #1a1a1a;
}
a.info-slider-item:hover {
  text-decoration: none;
}
a.info-slider-item .info-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.15rem;
  margin: 1.4rem 0 0.6rem;
}
a.info-slider-item .info-txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.info-slider-item .info-note {
  display: flex;
  align-items: center;
  color: #808080;
}
a.info-slider-item .info-note p {
  margin-bottom: 0;
  line-height: 1;
}
a.info-slider-item .info-note .info-note-category {
  border-right: 1px solid #808080;
  padding-right: 0.7rem;
  margin-right: 0.7rem;
}
.info_img {
  aspect-ratio: 1.5 / 1;
}
.info_img img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  object-position: 50% 50%;
}
/*******************************
/* MARUTTOKUNN
*******************************/
/*トップ・アーカイブページ共通*/
a.maruttokun-slider-item {
  color: #1a1a1a;
}
a.maruttokun-slider-item:hover {
  text-decoration: none;
}
a.maruttokun-slider-item .maruttokun_tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.15rem;
  margin: 1.4rem 0 0.2rem;
}
a.maruttokun-slider-item .info-note-day {
  color: #808080;
  font-size: 0.92rem;
}
.maruttokun_img {
  aspect-ratio: 0.65 / 1;
}
.maruttokun_img img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  object-position: 50% 50%;
}
@media screen and (min-width: 1200px) {
  a.maruttokun-slider-item .maruttokun_tit {
    font-size: 1.125rem;
    margin: 1.4rem 0 0.5rem;
  }
  a.maruttokun-slider-item .info-note-day {
    color: #808080;
    font-size: 0.81rem;
  }
}
/********アーカイブページ*********/
@media screen and (min-width: 768px) {
  .post-archive-container a.info-slider-item, .post-archive-container a.maruttokun-slider-item {
    width: 50%;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 1400px) {
  .post-archive-container a.info-slider-item, .post-archive-container a.maruttokun-slider-item {
    width: 33.33%;
    padding: 0 1.15rem;
    margin-bottom: 3.75rem;
  }
}
/********詳細ページ*********/
.post-info-container .single_block {
  font-size: 1.07rem;
}
.info_titArea {
  margin-bottom: 2rem;
}
#main2.post-single-container .post-info-container .inner {
  padding: 3rem 0;
}
.single_eye {
  margin-bottom: 2.5rem;
	    text-align: center;
}
#main2 .info_titArea h1.f-min {
  font-size: 1.23rem;
  margin: 0 0 1rem;
  border-bottom: unset;
  padding-bottom: 0;
}
.info_date {
  color: #808080;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 0.84rem;
}
.info_date .category {
  border-right: 1px solid #808080;
  margin-right: 0.7rem;
  padding-right: 0.7rem;
}
@media screen and (min-width: 1200px) {
  #main2.post-single-container.max1000 {
    width: 55.55%;
    max-width: 1000px;
  }
  #main2.post-single-container .post-info-container .inner {
    padding: 5rem 0;
  }
  #main2 .info_titArea h1.f-min {
    font-size: 1.5rem;
    margin: 0 0 1.2rem;
  }
  .info_date {
    font-size: 0.8125rem;
  }
  .info_titArea {
    margin-bottom: 2.8rem;
  }
  .post-info-container .single_block {
    font-size: 1rem;
  }
}
/*******************************
不動産情報
*******************************/
/********アーカイブページ*********/
.estate-archive a {
  color: #333333;
}
.post-archive-container .estate-archive a {
  margin-bottom: 3.5rem;
}
.estate-archive a:hover {
  text-decoration: none;
}
.estate_img {
  aspect-ratio: 402 / 280;
  position: relative;
  border: 1px solid #f1f1f1;
}
a .zoom.estate_img img {
  height: 100%;
  object-position: center;
  object-fit: cover;
}
/* 土地（分譲）のときだけ */
.estate_category .bunjo ~ img, .estate-slider-item:has(.bunjo) .estate_img img {
  object-fit: contain;
}
.estate_category span {
  position: absolute;
  top: 0.7rem;
  left: 1rem;
  background: #c98b5b;
  border-radius: 50px;
  padding: 0.2rem 1rem 0.4rem;
  font-size: 0.9rem;
  color: #fff;
}
.estate_category span.bunjo {
  background: #333333
}
.estate_tit {
  font-size: 1.2rem;
  margin-top: 1.2rem;
  color: #1a1a1a;
}
.estate_place {
  margin-top: 0.7rem;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.estate_place .icon {
  background: url(../images/icon_map.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  background-size: contain;
  margin-right: 0.3rem;
}
.estate_note {
  border-top: 1px solid #d3d3d3;
  padding-top: 1rem;
  margin-top: 1rem;
}
.estate_note .unit1 span {
  margin-right: 0.5rem;
}
.estate_note .unit1.tateuri .estate_txt1 span {
  letter-spacing: 0.22rem;
}
.estate_note .unit2 {
  color: #333333;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.estate_note .unit2 .ttl {
  background: #333333;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 1.2rem;
  font-size: 0.8rem;
  line-height: 1.2;
  border-radius: 50px;
  margin-right: 0.5rem;
}
.estate_note .unit2 .price {
  font-size: 3rem;
  line-height: 1;
}
.estate_note .unit2 .man {
  display: flex;
  flex-direction: column;
  line-height: 1;
  margin-left: 0.4rem;
  align-items: center;
  position: relative;
  top: 2px;
}
.estate_note .unit2 .man .m1 {
  color: #808080;
  font-size: 0.8rem;
}
.estate_note .unit2 .man .m2 {
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 768px) {
  .estate-archive {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    width: 70%;
  }
  .estate-archive a {
    width: 50%;
    padding: 0 1rem;
  }
}
@media screen and (min-width: 992px) {
  .estate-archive {
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .estate_tit {
    font-size: 1.25rem;
    margin-top: 1.2rem;
  }
  .estate_place {
    font-size: 0.875rem;
    margin-top: 0.5rem;
  }
  .estate_place .icon {
    width: 14px;
    height: 17px;
    margin-right: 0.4rem;
  }
  .estate_note .unit1 {
    font-size: 0.8125rem;
  }
  .estate_note .unit2 .ttl {
    padding: 0.4rem 1rem;
    font-size: 0.68rem;
  }
  .estate_note .unit2 .price {
    font-size: 2rem;
  }
  .estate_note .unit2 .man {
    top: -1px;
  }
  .estate_note .unit2 .man .m2 {
    font-size: 0.812rem;
  }
  .estate_note .unit2 .man .m1 {
    font-size: 0.687rem;
    margin-bottom: 0.1rem;
  }
  .estate_category span {
    padding: 0.2rem 1.2rem 0.3rem;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1400px) {
  .estate-archive {
    width: 80%;
    margin: 0 -1.15rem;
  }
  .post-archive-container .estate-archive a {
    width: 33.33%;
    padding: 0 1.15rem;
    margin-bottom: 3.75rem;
  }
}
@media screen and (min-width: 1800px) {
  .estate_note {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .estate_note .unit2 {
    margin-top: 0;
    min-width: 47%;
    justify-content: flex-end;
  }
}
/*******************************
/* WORKS
*******************************/
/********アーカイブページ*********/
.works-archive a {
  color: #1a1a1a;
}
.works-archive a:hover {
  text-decoration: none;
}
.works_img {
  aspect-ratio: 500 / 350;
}
a .works_img.zoom img {
  width: 100%;
  height: 100%;
  object-fit: cover
}
.txt_block p.works_tit {
  font-size: 1.2rem;
  margin-top: 1rem;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.works-note {
  font-size: 0.9rem;
  line-height: 1.5;
}
.works-note p {
  display: flex;
  gap: 0.8rem;
  margin-bottom: 0.3rem;
}
.works-note p:last-child {
  margin-bottom: 0;
  align-items: baseline;
}
.works-note .ttl {
  white-space: nowrap;
}
.works-note .txt {
  word-break: break-word;
}
.works-note .txt .f-eng {
  font-size: 2rem;
  line-height: 1;
  color: #c98b5b;
  margin: 0 0.2rem;
}
@media screen and (min-width: 768px) {
  .works-archive {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5rem;
  }
  .works-archive a {
    width: 50%;
    padding: 0 1.5rem;
    margin-bottom: 3.5rem;
  }
  .post-type-archive-works .post-archive-container .post-archive-inner {
    display: unset;
  }
}
@media screen and (min-width: 1200px) {
  .works-archive {
    margin: 0 -1.56rem;
  }
  .works-archive a {
    width: 33.33%;
    padding: 0 1.56rem;
    margin-bottom: 4.3rem;
  }
  .txt_block p.works_tit {
    font-size: 1.25rem;
    margin-top: 1.3rem;
    padding-bottom: 1.1rem;
    margin-bottom: 1.2rem;
  }
  .works-note {
    font-size: 0.875rem;
  }
  .works-note p {
    margin-bottom: 0.4rem;
  }
}
/********詳細ページ*********/
.single-works #main2 h1.f-min {
  margin: 1.7rem 0;
  border-bottom: unset;
  padding-bottom: 0;
}
.single-works #form td .f-eng {
  color: #c98b5b;
  font-size: 2rem;
  margin: 0 0.2rem;
  line-height: 1;
}
.works-place {
  display: flex;
  align-items: center;
  margin-top: 1.2rem;
  font-size: 1.07rem;
}
.works-place span.icon {
  background: url(../images/icon_map.svg);
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  display: inline-block;
  margin-right: 0.3rem;
}
.works-main-wrap {
  margin-top: 2.5rem;
}
.works-main-wrap .works_single-block {
  margin-bottom: 2.5rem;
  font-size: 1.07rem;
}
.works-main-wrap .works_single-block:last-child {
  margin-bottom: 0;
}
.works-BeforeAfter ul {
  margin: 0;
  padding: 0;
}
.works-BeforeAfter ul li {
  list-style: none;
  margin-bottom: 2.5rem;
}
.works-BeforeAfter ul li:last-child {
  margin-bottom: 0;
}
#main2 h2.st2 {
  padding: 0.2rem 0.6rem;
  background: transparent;
  border-left: solid 3px #333333;
  color: #333333;
  line-height: 1.3;
}
.bfaf-block div {
  position: relative;
}
.bfaf-block div:first-child {
  margin-bottom: 0.8rem;
}
.bfaf-block div .f-eng {
  position: absolute;
  top: 0;
  left: 0;
  background: #f2f2f2;
  height: 25px;
  font-size: 0.9rem;
  width: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: space-evenly;
}
.bfaf-block div.after .f-eng {
  background: #c98b5b;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .single-works .pc-none {
    display: block;
  }
  .single-works #form td, .single-works #form th {
    width: 100%;
    display: block;
  }
  .single-works #form tr:first-child td {
    border-top: none;
  }
  .single-works #form th {
    border-bottom: none;
    padding-bottom: 0.8rem;
  }
  .single-works #form td {
    padding-top: 0;
  }
  .bfaf-block {
    display: flex;
    justify-content: space-between;
  }
  .bfaf-block div {
    width: calc(50% - 0.5rem);
  }
  .bfaf-block div:first-child {
    margin-bottom: 0;
  }
  .works-main-wrap .works_single-block {
    margin-bottom: 3.75rem;
  }
  .works-main-wrap {
    margin-top: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-works .pc-none {
    display: none;
  }
  .single-works .event_single-outline #form tr:first-child td {
    padding-top: 0;
  }
  .single-works .event_single-outline #form tr:first-child th {
    padding-bottom: 0.8rem;
  }
  .works-place {
    font-size: 0.9375rem;
  }
  .works-place span.icon {
    width: 13px;
    height: 16px;
    margin-right: 0.45rem;
  }
  .single-works #main2 h1.f-min {
    margin: 0 0 2.2rem;
  }
  #main2 h2.st2 {
    padding: 0.1rem 0.8rem;
    margin-bottom: 1.5rem;
  }
  .works-BeforeAfter ul li {
    margin-bottom: 2.1225rem;
  }
  .bfaf-block div .f-eng {
    height: 30px;
    font-size: 0.875rem;
    width: 90px;
  }
  .bfaf-block div {
    width: calc(50% - 0.9375rem);
  }
  .works-main-wrap .works_single-block {
    font-size: 1rem;
  }
}
/*画像ギャラリー*/
ul.works-gallery-list {
  margin: 0 -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
ul.works-gallery-list li {
  list-style: none;
  width: 50%;
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
ul.works-gallery-list li a {
  aspect-ratio: 1 / 1;
  display: block;
  transition: .3s;
  cursor: zoom-in;
}
ul.works-gallery-list li a:hover {
  opacity: 0.8;
  transition: .3s;
}
#main2 ul.works-gallery-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  ul.works-gallery-list li {
    width: 33.33%;
  }
}
/*施工事例詳細*/
table.back-gray {
  background: #f2f2f2;
  font-size: 1.07rem;
}
table.back-gray th {
  background: #333333;
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 100%;
  padding: 0.7rem;
  display: block;
}
table.back-gray td {
  display: block;
  width: 100%;
  padding: 1.2rem 0.7rem;
}
@media screen and (min-width: 768px) {
  table.back-gray td {
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  table.back-gray {
    font-size: 1rem;
  }
  table.back-gray th {
    width: 25%;
    padding: 1.875rem 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
  }
  table.back-gray td {
    width: 75%;
    padding: 1.875rem 1.2rem;
  }
  table.back-gray tr {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
  }
}
/*お客様の声*/
.works-voice ul {
  margin-bottom: 0;
}
.works-voice ul li {
  list-style: none;
  margin-bottom: 2rem;
}
.works-voice ul li:last-child {
  margin-bottom: 0;
}
p.voice-q {
  padding: 0.2rem 0.6rem;
  background: transparent;
  border-left: solid 3px #333333;
  color: #333333;
  line-height: 1.3;
  font-size: 1.1rem;
}
@media screen and (min-width: 1200px) {
  p.voice-q {
    font-size: 1.06rem;
    margin-bottom: 1.2rem;
  }
  .works-voice ul li {
    margin-bottom: 2.3rem;
  }
  .single-works .event_single-main {
    width: 100%;
  }
  .works-main-container {
    width: 62.5%;
  }
}