@charset 'UTF-8';
/*******************************
共通
*******************************/
/*フォント*/
.e_font {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.e_font02 {
  font-family: "Inter", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.j_font {
  font-family: "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.section_title_center {
  text-align: center;
}
.section_title_box {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .section_title_box {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .section_title_box {
    margin-bottom: 4.4rem;
  }
}
/*||フォントサイズ||*/
.section_title {
  font-size: 1.71rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0;
}
.section_title span {
  display: block;
  font-family: "EB Garamond", serif;
  /*  font-size: 1rem;*/
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #787878;
  margin-top: 1.1rem;
}
.section_title_insta .section_title span {
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .section_title {
    font-size: 1.75rem;
  }
  .section_title span {
    margin-top: 0.8rem;
  }
  .section_title.section_title_small {
    font-size: 1.75rem;
  }
}
/*||ボタン||*/
a {
  transition: all 0.5s;
}
a:hover {
  transition: all 0.5s;
}
.section_btn_box {
  display: flex;
}
.section_btn_center {
  justify-content: center;
}
.section_btn {
  font-size: 1.07rem;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.5s;
}
.section_btn:hover {
  opacity: 1;
  transition: all 0.5s;
}
.section_arrow {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-left: 1rem;
  position: relative;
}
/*||ボタン-黒||*/
.section_btn_black {
  color: #000;
}
.section_btn_black:hover {
  color: #000;
}
.section_btn_black .section_arrow {
  border: 1px solid rgba(140, 140, 140, 0.25);
  transition: all 0.5s;
}
.section_btn_black:hover .section_arrow {
  border: 1px solid rgba(100, 100, 100, 0.25);
  background-color: #646464;
  transition: all 0.5s;
}
.section_btn_black .section_arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.section_btn_black:hover .section_arrow::before {
  background-image: url("../images/arrow_white.svg");
  transition: all 0.5s;
}
/*||ボタン-白||*/
.section_btn_white {
  color: #fff;
}
.section_btn_white:hover {
  color: #fff;
}
.section_btn_white .section_arrow {
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.5s;
}
.section_btn_white:hover .section_arrow {
  background-color: #fff;
  transition: all 0.5s;
}
.section_btn_white .section_arrow::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.section_btn_white:hover .section_arrow::before {
  background-image: url("../images/arrow_black.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .section_btn {
    font-size: 0.9375rem;
  }
  .section_arrow {
    margin-left: 1.2rem;
  }
}
/*******************************
共通
*******************************/
ul li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
/*||横幅||*/
.w1000 {
  width: 85%;
  margin: 0 auto;
  max-width: 1000px;
}
.container87-855 {
  width: 85%;
  margin: 0 auto;
}
.container87-1000 {
  width: 85%;
  margin: 0 auto;
  max-width: 1000px;
}
.container87-1300 {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.container87-1540 {
  width: 85%;
  margin: 0 auto;
  max-width: 1540px;
}
@media screen and (min-width: 1200px) {
  .container87-855 {
    width: 85.5%;
  }
  .container87-1540 {
    width: 85.5%;
  }
}
/*背景色*/
.page_back_gray {
  background-color: #eeebe9;
}
.mb0 {
  margin-bottom: 0 !important;
}
/***************************************
共通
***************************************/
.pg_bottom_just {
  margin-bottom: -5.7rem;
}
@media screen and (min-width: 768px) {
  .pg_bottom_just {
    margin-bottom: -7rem;
  }
}
@media screen and (min-width: 992px) {
  .pg_bottom_just {
    margin-bottom: -8rem;
  }
}
@media screen and (min-width: 1200px) {
  .pg_bottom_just {
    margin-bottom: -9.9rem;
  }
}
/***************************************
固定ページ-head画像無し
***************************************/
.pg_top_adjustment {
  padding-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .pg_top_adjustment {
    padding-top: 5.8rem;
  }
}
/***************************************
フォームエラーコード横幅
***************************************/
.wpcf7 form .wpcf7-response-output {
  width: 90%;
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
/***************************************
現在、ページの内容を準備中です。
***************************************/
.page_preparation {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page_preparation {
    line-height: 2;
    text-align: center;
  }
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 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: 100%;
  text-align: right;
  margin-bottom: 0;
}
#pan span {
  /*font-size: 0.928rem;*/
  font-size: 0.857rem;
  letter-spacing: 0.06em;
}
#pan span .home {
  color: #b4b4b4;
}
.pan_line {
  font-size: 1rem;
  color: #b4b4b4;
  display: inline-block;
  position: relative;
  margin: 0 4px 0 7px;
}
/*.pan_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}*/
@media screen and (min-width: 1200px) {
  #pan span {
    font-size: 0.75rem;
  }
  .pan_line {
    margin: 0 10px;
  }
}
/*******************************
/* フォーム/テーブル
*******************************/
.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%;
  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%;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  /*  color: #000;*/
  color: #524b40;
  padding: 20px 10px 20px 10px;
  margin: 10px 0;
  -webkit-appearance: none;
  border-radius: 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@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: 10px 0px 0px 0px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*******************************
/* イベントテーブル
***************************/
.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: 1rem;
}
.sgl img {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .sgl {
    margin-bottom: 1.5rem;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
/*************************
/* 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: auto;
}
.gallery .gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery img {
  margin-bottom: 5px;
  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 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
/*******************************
/* 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;
}
@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;
  margin-top: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  float: left;
  list-style: none outside none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  margin-bottom: 0;
}
.pagenation li.active {
  color: #fff;
  background-color: #646464;
  width: 37px;
  height: 37px;
  cursor: not-allowed;
  position: relative;
  margin: 0 2px;
}
/*.pagenation li.active::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}*/
.pagenation li a {
  background: inherit;
  color: #000;
  text-decoration: none;
}
.pagenation li a:hover {
  text-decoration: none;
}
.pagenation li.active, .pagenation li a {
  font-size: 1rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-style: normal;
}
.pagenation li.next a, .pagenation li.prev a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(140, 140, 140, 0.25);
  position: relative;
  transition: all 0.5s;
}
.pagenation li.next a::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.pagenation li.prev a::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s;
}
.pagenation li.disabled {
  display: none;
}
/*.pagenation .next, .pagenation .prev {
  display: none;
}*/
@media screen and (min-width: 768px) {
  .pagenation ul {
    margin-top: 2.6rem;
  }
  .pagenation li.active, .pagenation li a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .pagenation li {
    margin: 0 15px;
  }
  .pagenation li.active {
    width: 42px;
    height: 42px;
    margin: 0 6px;
  }
}
/*******************************
/* インフォメーション投稿一覧表示
***************************/
.pg_infomation_pagenation > .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 4rem;
}
.pg_infomation_pagenation .page-numbers li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pg_infomation_pagenation .page-numbers li .current {
  color: #fff;
  background-color: #646464;
  width: 37px;
  height: 37px;
  cursor: not-allowed;
  position: relative;
  margin: 0 2px;
}
.pg_infomation_pagenation .page-numbers li a {
  background: inherit;
  color: #000;
  text-decoration: none;
  margin: 0 10px;
}
.pg_infomation_pagenation .page-numbers li .current, .pg_infomation_pagenation .page-numbers li a {
  font-size: 1rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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;*/
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid rgba(140, 140, 140, 0.25);
  position: relative;
  transition: all 0.5s;
}
.pg_infomation_pagenation > .page-numbers li > .next::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.pg_infomation_pagenation > .page-numbers li > .prev::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s;
}
.pg_infomation_pagenation .page-numbers li span.page-numbers.dots {
  display: none;
}
@media screen and (min-width: 1200px) {
  .pg_infomation_pagenation > .page-numbers {
    margin-top: 6.6rem;
  }
  .pg_infomation_pagenation .page-numbers li .current {
    width: 42px;
    height: 42px;
    margin: 0 6px;
  }
  .pg_infomation_pagenation .page-numbers li a {
    margin: 0 15px;
  }
}
/***************************************
ブログ一覧
***************************************/
.single_tag_wrap {
  width: 85%;
  margin: 0 auto 5rem;
  max-width: 1000px;
}
.single_tag_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.single_tag_wrap > ul > li {
  line-height: 2.5;
  width: auto;
  margin-right: 1.6rem;
}
.single_tag_wrap > ul > li:last-child {
  margin-right: 0;
}
.single_tag_name {
  color: #505050;
  padding-left: 17px;
  position: relative;
}
.single_tag_name::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #646464;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.single_tag_name_active::before {
  background-color: #646464;
}
@media screen and (min-width: 768px) {
  .single_tag_wrap {
    margin-bottom: 6.5rem;
  }
  .single_tag_wrap > ul {
    justify-content: center;
  }
  .single_tag_wrap > ul > li {
    line-height: 1.5;
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_tag_wrap {
    margin-bottom: 8rem;
  }
}
/***************************************
404 
***************************************/
.pg_search_container {
  overflow-x: clip;
}
.pgsearch_title {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.pgsearch_txt {
  margin-bottom: 2rem;
}
.pgsearch_url {
  word-break: break-all;
  margin-bottom: 4rem;
}
.pgsearch_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #646464;
  border: 1px solid #646464;
  color: #fff;
  height: 50px;
  width: 75%;
  margin: 0 auto;
  max-width: 340px;
  border-radius: 45px;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.pgsearch_btn:hover {
  color: #646464;
  background-color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .pgsearch_title {
    font-size: 1.5625rem;
  }
  .pgsearch_btn {
    height: 60px;
  }
}
/************************
/*FORM(お問い合わせ)
************************/
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* FORM MODEL */ ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
.pg_contact_txt1 {
  font-size: 1rem;
  color: #000;
  margin-bottom: 3.5rem;
}
.cl-red {
  color: #c40000;
  font-size: 1rem;
  line-height: 1;
  margin: 0 5px;
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .pg_contact_txt1 {
    text-align: center;
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  #form-model .section_title_box {
    margin-bottom: 3.2rem;
  }
  .pg_contact_txt1 {
    margin-bottom: 4.2rem;
  }
}
/*************
/*FORM
*************/
/* FORM MODEL */
#form-model {
  max-width: 1000px;
  margin: 0 auto;
}
#form-model .form-label__required {
  font-size: 0.8rem;
  background-color: #646464;
  padding: 4px 13px;
  border-radius: 10px;
  color: #fff;
  margin-left: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  white-space: nowrap;
}
#form-model input, #form-model textarea, #form-model select {
  padding: 15px;
  background-color: #fff;
  outline: none;
  resize: none;
  font-weight: 500;
  /*font-size: 1rem;*/
  font-size: 0.9375rem;
  margin: 0;
  border-radius: 0;
  border: none;
  width: 100%;
  /*height:56px; */
}
/*#form-model #zip3 {
  margin-bottom: 0;
}*/
#form-model .form-group {
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
  padding-bottom: 1.85rem;
  margin-bottom: 1.85rem;
}
#form-model .form-group.form-group_img_wrap {
  padding-bottom: 1rem;
}
#form-model .form-group.form-group--bottom {
  margin-bottom: 2.7rem;
}
#form-model .form-input__checkbox .agree .wpcf7-form-control {
  margin-bottom: 2rem;
}
#form-model .form-group--bottom span.wpcf7-list-item {
  text-align: center;
  margin: 0;
}
#form-model input[type="checkbox"], #form-model input[type="radio"] {
  display: inline-block;
}
#form-model .form-input__checkbox label {
  cursor: pointer;
}
#form-model .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form-model .form-group .form-label {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
#form-model .form-group_check_outer {
  padding: 0.5rem 0 1rem;
}
#form-model .form-group_address input.form-input__small300 {
  margin-top: 0.5rem;
}
#form-model .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
#form-model input[type="submit"] {
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0.06em;
  background-color: #646464;
  color: #fff;
  height: 65px;
  width: 100%;
  max-width: 340px;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-radius: 42px;
}
@media screen and (min-width: 768px) {
  #form-model .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 1.5rem;
    margin-bottom: 1.75rem;
  }
  #form-model .form-group .form-label {
    width: 30%;
    display: flex;
    margin-bottom: 0;
    padding-right: 1.8rem;
    justify-content: space-between;
  }
  #form-model .form-group .form-label.form-label_up {
    padding-bottom: 4rem;
  }
  #form-model .form-label__required {
    font-size: 0.75rem;
    padding: 4px 18px;
  }
  /*  #form-model .form-group_address input.form-input__half {
    width: 49%;
  }*/
  #form-model .form-group_address input.form-input__small300 {
    margin-top: 1rem;
  }
  #form-model .form-group_check_outer {
    padding: 1rem 0 2rem;
  }
  #form-model .form-group.form-group--bottom {
    align-items: flex-start;
    margin-bottom: 2.8rem;
  }
  #form-model .form-group--bottom .form-label {
    padding-top: 1.7rem;
  }
  #form-model .form-group .wpcf7-form-control-wrap {
    width: 70%;
    margin-left: auto;
  }
  #form-model input, #form-model textarea, #form-model select {
    width: 100%;
  }
  #form-model .form-group.form-group_area {
    margin-top: -1.8rem;
    margin-bottom: 3.7rem !important;
  }
  #form-model .form-group--submit {
    width: 70%;
    margin-left: auto;
    text-align: left !important;
  }
}
@media screen and (min-width: 992px) {
  #form-model .form-group .form-label {
    width: 22%;
    padding-right: 1.2rem;
  }
  #form-model .form-group .wpcf7-form-control-wrap {
    width: 78%;
  }
  #form-model .form-group--submit {
    width: 78%;
  }
  #form-model input, #form-model textarea, #form-model select {
    padding: 22px 30px;
  }
  #form-model input[type="submit"] {
    padding: 0;
    height: 70px;
  }
}
/* RADIO */
#form-model .form-input__checkbox .wpcf7-form-control {
  color: #4c4948;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* CUSTOM CHECKBOX */
#form-model .form-input__checkbox .wpcf7-list-item {
  margin: 0;
}
#form-model .form-input__checkbox label {
  cursor: pointer;
  margin-bottom: 0;
}
#form-model .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  /*  font-size: 1.6rem;*/
  font-size: 1rem;
  letter-spacing: 0;
  border-radius: 50%;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before, #form-model .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  transition: 0.2s;
  border-radius: 0;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  height: 17px;
  width: 17px;
  margin-right: 10px;
  border: none;
  background-color: #fff;
}
#form-model .form-input__checkbox .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  opacity: 0;
  background-color: #646464;
}
#form-model .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
#form-model .form-input__checkbox .wpcf7-list-item {
  margin-right: 1.5rem;
}
/*ラジオボタン*/
#form-model .form-input__checkbox.form-input__radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form-model .form-input__checkbox.form-input__radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  #form-model .form-input__checkbox .wpcf7-list-item {
    margin-right: 1.5rem;
    margin-bottom: 0.2rem;
  }
  /*  #form-model .form-input__checkbox .wpcf7-list-item-label::before {
    height: 30px;
    width: 30px;
    margin-right: 14px;
  }
  #form-model .form-input__checkbox .wpcf7-list-item-label::after {
    left: 9px;
    width: 11px;
    height: 11px;
  }*/
}
/* 2COLUMN */
.form-group_2col_wrap_outer {
  width: 100%;
}
.form-group_2col_wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.form-group_2col_item {
  width: 49%;
}
@media screen and (min-width: 768px) {
  .form-group_2col_wrap_outer {
    width: 70%;
  }
  .form-group_2col_item.form-group_2col_item01 {
    width: 60%;
  }
  .form-group_2col_item.form-group_2col_item02 {
    width: 38%;
  }
}
@media screen and (min-width: 992px) {
  .form-group_2col_wrap_outer {
    width: 78%;
  }
}
/* 3COLUMN */
#form-model .form-col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
}
#form-model .form-col3 div {
  width: calc((100% - 15px)/3);
}
#form-model .form-col3 div select {
  background-color: #fff;
  color: #747474;
}
#form-model .form-col3 div select.selected {
  color: #000;
}
@media screen and (max-width: 767px) {
  #form-model .form-col3 {
    width: 100%;
  }
  #form-model .form-col3 div {
    width: calc((100% - 15px)/3);
    max-width: 100%;
  }
  #form-model .form-col3 div:nth-child(2) {
    margin-right: 0;
  }
  #form-model .form-col3 div:last-child {
    width: 100%;
    margin-top: 6px;
  }
}
@media screen and (min-width: 992px) {
  #form-model .form-col3 div {
    width: calc((100% - 45px)/3);
  }
}
#form-model .form-group--agree {
  margin-bottom: 3rem;
}
.f_note {
  font-size: 0.9375rem !important;
  margin-top: 1rem;
  margin-bottom: 0;
}
.f_note a {
  color: #969696;
  text-decoration: underline;
  transition: all 0.5s;
}
.f_note a:hover {
  color: #969696;
  transition: all 0.5s;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #form-model .form-group--agree {
    width: 70%;
    margin-left: auto;
    text-align: left !important;
    margin-bottom: 3.4rem;
  }
}
@media screen and (min-width: 992px) {
  #form-model .form-group--agree {
    width: 78%;
  }
}
@media screen and (min-width: 1200px) {
  .f_note {
    font-size: 0.8125rem !important;
    margin-top: 1.4rem;
  }
}
/* CUSTOM CHECKBOX */
.form-input__checkbox {
  margin-bottom: 0;
}
.form-input__checkbox label {
  cursor: pointer;
}
.form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-input__checkbox .wpcf7-list-item {
  margin-right: 2rem;
  margin-left: 0;
}
.form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 38px;
  line-height: 40px;
  padding-top: 0;
  top: 0;
}
.form-input__checkbox.form-input__radio .wpcf7-list-item-label {
  padding-left: 30px;
}
.form-input__checkbox .wpcf7-list-item-label::before, .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: 0.2s;
}
.form-input__checkbox .wpcf7-list-item-label::before {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.form-input__radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
.form-input__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  opacity: 0;
  background-color: #000;
}
.form-input__radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
.form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .form-input__checkbox {
    width: 70%;
  }
}
/*||個人情報の取り扱いに同意する||*/
#form-model .form-input__checkbox--round .wpcf7-form-control {
  justify-content: center;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::before, #form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  background-color: #f8f8f8;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 9.5px;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #646464;
  border-radius: 50%;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label {
  border-radius: 50%;
  line-height: 35px;
  padding-top: 0;
  font-size: 0.9375rem;
  color: #000;
  position: relative;
  padding-left: 40px;
}
.form-input__checkbox--round .wpcf7-list-item-label::before {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 19.5px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  #form-model .form-input__checkbox--round .wpcf7-form-control {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  #form-model .form-input__checkbox--round .wpcf7-list-item-label {
    font-size: 0.8125rem;
    padding-left: 40px;
  }
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
#form-model input[type="date"] {
  min-width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
@media screen and (max-width: 576px) {
  #form-model .form-group_2col_item input[type="date"] {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #524b40;
  }
  #form-model input[type="date"] {
    min-width: 90%;
  }
  .form-group_2col_item .wpcf7-select {
    height: 54px;
  }
  /*  #form-model .form-group_2col_item01 .wpcf7-date {
    position: relative;
    width: 100% !important;
  }
  #form-model .form-group_2col_item01 .wpcf7-date::before {
    content: '日付を選択';
    color: #000;
    width: 100%;
      font-size: 10px;
  }*/
  /*  #form-model .form-group_2col_item01 input[type="date"]::before {
    content: attr(placeholder);
    width: 100%;
    color: #524b40;
    padding-left: 10px;
  }*/
  #form-model .form-group_2col_item01 input[type="date"].has-value::before {
    content: "";
    /* 日付が入力されたらプレースホルダーを非表示にする */
    width: 0;
    padding-left: 0;
  }
}
@supports (-webkit-touch-callout: none) {
  #form-model .form-group_2col_item01 input[type="date"]::before {
    content: attr(placeholder);
    width: 100%;
    color: #524b40;
    padding-left: 10px;
  }
}
.form-input__areacontents_txt {
  font-size: 0.857rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .form-input__areacontents {
    width: 70%;
    margin-left: auto;
  }
  .form-input__areacontents_txt {
    width: 70%;
    margin-left: auto;
    font-size: 0.8125rem;
  }
}
/*友人・知人の紹介-選択*/
#form-model .form-group.form-group_other_block {
  margin-bottom: 2.5rem;
  position: relative;
  z-index: 10;
}
#form-model .form-group .form-label.form-label_other_text {
  font-size: 0.857rem;
}
@media screen and (min-width: 768px) {
  #form-model .form-group.form-group_other_block {
    flex-direction: column;
    margin-left: auto;
    width: 70%;
  }
  #form-model .form-group.form-group_other_block .form-label {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
  #form-model .form-group.form-group_other_block .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  #form-model .form-group.form-group_other_block {
    width: 70%;
  }
}
/*3COL*/
.form-group_3col_wrap {
  display: flex;
  justify-content: space-between;
}
.form-group_3col_item {
  width: 32%;
}
@media screen and (min-width: 768px) {
  .form-group_3col_wrap {
    width: 70%;
  }
}
/***************************************
資料請求-ラジオボタン(画像表示)
***************************************/
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item {
  text-align: center;
  position: relative;
  width: 200px;
  margin-bottom: 0;
}
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item.first {
  margin-right: 2rem;
}
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item.last {
  margin-right: 0;
}
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 67%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item.first::before {
  background-image: url("../images/page/pgcata_img01.jpg?2025");
}
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item.last::before {
  background-image: url("../images/page/pgcata_img02.jpg?202503");
}
#form-model .form-input__checkbox .pamphlet_check_img label {
  padding-top: 75%;
}
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item-label {
  text-align: center;
  padding-top: 18px;
  padding-left: 0;
  font-size: 0.9375rem;
  color: #000;
}
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item-label::before {
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-right: 0;
  height: 17px;
  width: 17px;
}
#form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item-label::after {
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 7px;
  height: 7px;
}
@media screen and (max-width: 991px) {
  #form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item.first {
    margin-right: 2%;
  }
}
@media screen and (max-width: 576px) {
  #form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item {
    width: 48%;
    margin: 0;
  }
  #form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item::before {
    height: 62%;
  }
  #form-model .form-input__checkbox .pamphlet_check_img .wpcf7-list-item.first {
    margin-right: 4%;
  }
  #form-model .form-input__checkbox .pamphlet_check_img label {
    padding-top: 76%;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.form_grecaptcha {
  text-align: center;
  color: #777;
  font-size: 0.75rem;
  margin-top: 3rem;
  margin-bottom: 0;
}
.form_grecaptcha a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .form_grecaptcha {
    margin-top: 6rem;
    padding-left: 30%;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .form_grecaptcha {
    padding-left: 22%;
  }
}
/**************************************
/* event_container
***************************************/
.event_container {
  background-color: #eeebe9;
  padding: 5.1rem 0 5.8rem;
  margin-bottom: 5.5rem;
}
.event_wrap {
  width: 77%;
  margin: 0 auto;
}
.event_title_wrap {
  text-align: center;
  margin-bottom: 3.6rem;
}
.event_title_wrap .section_title_box {
  margin-bottom: 0;
}
.event_btn_pc {
  display: none;
}
.event_wrap .event_block {
  margin-bottom: 4rem;
}
.event_block > ul > li {
  margin-bottom: 3.4rem;
}
.event_block > ul > li:last-child {
  margin-bottom: 0;
}
.event_item {
  display: block;
}
.event_img {
  aspect-ratio: 1 / 1;
  position: relative;
  margin-bottom: 1.6rem;
}
.event_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.event_img_end {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}
.event_img_end_txt {
  font-size: 1.25rem;
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.event_title {
  font-size: 1.29rem;
  color: #000;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
}
.event_detail {
  font-size: 1rem;
  line-height: 1.57;
  color: #646464;
  letter-spacing: 0.06em;
  display: flex;
}
.event_detail span {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .event_container {
    padding: 6.1rem 0 6.8rem;
    margin-bottom: 7.5rem;
  }
  .event_wrap {
    width: 87%;
  }
  .event_block > ul {
    display: flex;
    gap: 4.4%;
  }
  .event_block > ul > li {
    width: calc((100% - 8.8%) / 3);
    margin-bottom: 0;
  }
  .event_title {
    font-size: 1rem;
  }
  .event_detail {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 992px) {
  .event_title {
    font-size: 1.12rem;
  }
}
@media screen and (min-width: 1200px) {
  .event_container {
    padding: 6.8rem 0 7.3rem;
    margin-bottom: 7.5rem;
  }
  .event_wrap {
    width: 85.5%;
    display: flex;
    justify-content: space-between;
  }
  .event_title_wrap {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0;
  }
  .event_btn_pc {
    display: block;
  }
  .event_unit_wrap {
    width: 75.5%;
    margin-top: 0.7rem;
  }
  .event_wrap .event_block {
    margin-bottom: 0;
  }
  .event_img {
    margin-bottom: 1.7rem;
  }
  .event_title {
    font-size: 1.125rem;
    margin-bottom: 1.4rem;
  }
  .event_detail {
    font-size: 0.875rem;
  }
  .event_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .event_unit_wrap {
    width: 82.5%;
  }
}
/***************************************
 イベント一覧
***************************************/
.archive_event_container .event_block {
  width: 100%;
}
.archive_event_container .event_block > ul > li {
  margin-bottom: 4rem;
}
.archive_event_container .event_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .archive_event_container .event_block > ul {
    display: flex;
    flex-wrap: wrap;
  }
  .archive_event_container .event_block > ul > li {
    width: 50%;
  }
  .archive_event_container .event_item {
    width: 93%;
  }
}
@media screen and (min-width: 992px) {
  .archive_event_container .event_block > ul {
    margin-left: -1.7%;
    margin-right: -1.7%;
    margin-bottom: 0;
  }
  .archive_event_container .event_block > ul > li {
    width: calc(100% / 3);
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_event_container .event_item {
    width: 88%;
  }
}
/***************************************
 イベント詳細
***************************************/
.single_event_main_block {
  width: 87%;
  margin: 0 auto 6rem;
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  .single_event_main_block {
    margin-bottom: 7.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_event_main_block {
    margin-bottom: 9.5rem;
  }
}
.sievent_top_block {
  margin-bottom: 5rem;
}
.sievent_top_head_pc {
  display: none;
}
.sievent_top_head_sp {
  margin-bottom: 3.4rem;
}
.sievent_top_head {
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 0;
}
.sievent_top_unit01 {
  margin-bottom: 2rem;
}
.sievent_top_unit01 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.sievent_top_title {
  font-size: 1.35rem;
  line-height: 1.5;
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px) {
  .sievent_top_head_sp {
    display: none;
  }
  .sievent_top_block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 6rem;
  }
  .sievent_top_unit01 {
    width: 46%;
    margin-bottom: 0;
  }
  .sievent_top_unit02 {
    width: 44.5%;
  }
  .sievent_top_head_pc {
    display: block;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .sievent_top_block {
    margin-bottom: 7.5rem;
  }
  .sievent_top_unit02 {
    display: flex;
    flex-direction: column;
  }
  .sievent_top_head {
    font-size: 1.25rem;
  }
  .sievent_top_title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 3.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .sievent_top_head_pc {
    margin-bottom: 7.6rem;
  }
}
/*||sievent_table||*/
.sievent_table {
  margin-bottom: 4rem;
}
.sievent_table table {
  width: 100%;
}
.sievent_table tr {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0;
  color: #000;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
}
.sievent_table tr:first-child {
  border-top: 1px solid rgba(140, 140, 140, 0.25);
}
.sievent_table th {
  font-weight: 400;
  width: 30%;
}
.sievent_table td {
  font-weight: 400;
  width: 70%;
}
@media screen and (min-width: 768px) {
  .sievent_table tr {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .sievent_table th {
    width: 25%;
  }
  .sievent_table td {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .sievent_table {
    flex-grow: 1;
    margin-bottom: 3.2rem;
  }
  .sievent_table tr {
    padding: 1.1rem 0;
  }
  .sievent_table th {
    width: 22%;
  }
  .sievent_table td {
    width: 78%;
  }
}
/*||sievent_btn||*/
.sievent_btn {
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 340px;
  background-color: #646464;
  color: #fff;
  border-radius: 30px;
  height: 50px;
  position: relative;
  transition: all 0.5s;
}
.sievent_btn:hover {
  background-color: #fff;
  color: #646464;
  border: 1px solid rgba(100, 100, 100, 0.25);
  transition: all 0.5s;
}
.sievent_btn::before {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 53%;
  right: 10px;
  transform: translate(0%, -50%) rotate(90deg);
  transition: all 0.5s;
}
.sievent_btn:hover::before {
  background-image: url("../images/arrow_black.svg");
  transition: all 0.5s;
}
/*|sievent_btn_top_box|*/
.sievent_btn_top_box .sievent_btn {
  margin: 0 auto;
}
/*|sievent_btn_repeat_box|*/
.sievent_btn_repeat_box {
  margin-top: 3.5rem;
}
.sievent_btn_repeat_box .sievent_btn {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sievent_btn {
    height: 60px;
  }
  .sievent_btn::before {
    right: 20px;
  }
  /*|sievent_btn_top_box|*/
  .sievent_btn_top_box .sievent_btn {
    margin: 0;
  }
  .sievent_btn_repeat_box {
    margin-top: 5rem;
  }
}
/*||event詳細-繰り返し内容||*/
.siev_repeat_block > ul > li {
  margin-bottom: 5rem;
}
.siev_repeat_block > ul > li:last-child {
  margin-bottom: 0;
}
.siev_repeat_title, .siev_repeat_txt h2 {
  font-size: 1.16rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
  background-color: #eeebe9;
  padding: 0.9rem 1rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 992px) {
  .siev_repeat_title, .siev_repeat_txt h2 {
    padding: 1.2rem 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .siev_repeat_block > ul > li {
    margin-bottom: 6.8rem;
  }
  .siev_repeat_title, .siev_repeat_txt h2 {
    font-size: 1.25rem;
    padding: 1.5rem 2.1rem;
    margin-bottom: 2.7rem;
  }
  .siev_repeat_txt {
    line-height: 1.875;
  }
  .sievtxt {
    margin-bottom: 1.7rem;
  }
}
/*||本文-見出し||*/
.siev_repeat_txt h3 {
  margin: 0 0 1.8rem;
  padding: 0.7rem 1.2rem 0.7rem;
  line-height: 1.4;
  border-left: 3px solid #646464;
  background: #f9f9f9;
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.siev_repeat_txt h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .siev_repeat_txt h3 {
    font-size: 1.35rem;
    padding: 1rem 1.8rem 1rem;
  }
  .siev_repeat_txt h4 {
    font-size: 1.25rem;
    margin-bottom: 1.2rem;
  }
}
/*||sievent_form_block||*/
.sievent_form_block {
  background-color: #eeebe9;
  padding: 5rem 0 6rem;
}
.sievent_form_inner {
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .sievent_form_block {
    padding: 7rem 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .sievent_form_block {
    padding: 8.5rem 0;
  }
  .sievent_form_block .section_title_box {
    margin-bottom: 3.2rem;
  }
}
/**************************************
/* works_container
***************************************/
.works_container {
  margin-bottom: 5.9rem;
}
.works_title_wrap {
  width: 87%;
  margin: 0 auto 3.6rem;
}
.works_title_wrap .section_title_box {
  margin-bottom: 0;
}
.works_btn_pc {
  display: none;
}
.works_unit_wrap .works_block {
  padding-left: 6.5%;
  margin-bottom: 4rem;
}
.works_slider .slick-list {
  padding: 0 7% 0 0 !important;
}
.works_item {
  color: #000;
  display: block;
  width: calc(100% - 12px);
}
.works_item:hover {
  color: #000;
}
.works_img {
  aspect-ratio: 164 / 115;
  margin-bottom: 1.9rem;
}
.works_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.works_title {
  font-size: 1.14rem;
  letter-spacing: 0.06em;
  line-height: 1.4;
}
.works_btn_sp {
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .works_container {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 992px) {
  .works_container {
    margin-bottom: 8.5rem;
  }
  .works_wrap {
    width: 85.5%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
  }
  .works_title_wrap {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: auto;
    margin: 0;
  }
  .works_btn_pc {
    display: block;
  }
  .works_unit_wrap {
    width: 70%;
    margin-top: 0.7rem;
  }
  .works_wrap .works_block {
    padding-left: 0;
    margin-bottom: 0;
  }
  .works_block > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6.5%;
  }
  .works_block > ul > li {
    width: calc((100% - 6.5%) / 2);
    margin-bottom: 3.5rem;
  }
  .works_wrap .works_block > ul > li:nth-last-child(2), .works_wrap .works_block > ul > li:last-child {
    margin-bottom: 0;
  }
  .works_item {
    width: 100%;
  }
  .works_img {
    aspect-ratio: 4 / 3;
    margin-bottom: 1.7rem;
  }
  .works_title {
    text-align: center;
  }
  .works_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .works_unit_wrap {
    width: 69.3%;
  }
  .works_title {
    font-size: 1.125rem;
  }
}
/**************************************
/* 施工例一覧
***************************************/
.archive_works_container .works_block > ul > li {
  margin-bottom: 4rem;
}
.archive_works_container .works_item {
  width: 100%;
}
.archive_works_container .works_title {
  text-align: left;
}
.works_tag_wrap {
  margin-top: 0.6rem;
}
.works_tag_wrap > ul {
  display: flex;
  flex-wrap: wrap;
}
.works_tag_wrap > ul > li {
  width: auto;
  line-height: 1.15;
  margin-right: 10px;
}
.works_tag_txt {
  font-size: 0.714rem;
  color: #646464;
  transition: all 0.5s;
}
.works_tag_txt:hover {
  color: #646464;
  opacity: 0.7;
  transition: all 0.5s;
}
.works_tag_txt span {
  margin-right: 2px;
}
@media screen and (min-width: 768px) {
  .archive_works_container .works_block > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .archive_works_container .works_block > ul > li {
    width: calc((100% - 4%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .archive_works_container .works_block > ul > li {
    width: calc((100% - 8%) / 3);
    margin-bottom: 5rem;
  }
  .works_tag_wrap > ul > li {
    line-height: 1.25;
    margin-right: 12px;
  }
  .works_tag_txt {
    font-size: 0.875rem;
  }
}
/**************************************
/* 施工例詳細
***************************************/
.siwo_top_img_wrap {
  position: relative;
  z-index: 0;
}
.siwo_top_img_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.siwo_top_img {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.siwo_top_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*||siwo_main_block||*/
.siwo_main_block {
  background-color: #eeebe9;
  padding: 5rem 0 0;
  margin-bottom: 5rem;
}
.siwo_main_inner {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
  padding-bottom: 5rem;
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
}
@media screen and (min-width: 768px) {
  .siwo_main_inner {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .siwo_main_block {
    padding: 6rem 0 0;
    margin-bottom: 5rem;
  }
  .siwo_main_inner {
    padding-bottom: 7.5rem;
  }
}
/*||siwo_info_block||*/
.siwo_info_block {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5rem;
}
.siwo_info_block .works_tag_wrap {
  margin-top: 0;
  margin-bottom: 2rem;
}
.siwo_info_table {
  margin-bottom: 2rem;
}
.siwo_info_table table {
  width: 100%;
}
.siwo_info_table tr {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0;
  color: #000;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
}
.siwo_info_table tr:first-child {
  border-top: 1px solid rgba(140, 140, 140, 0.25);
}
.siwo_info_table th {
  font-weight: 400;
  width: 30%;
}
.siwo_info_table td {
  font-weight: 400;
  width: 70%;
}
.siwo_info_bottom {
  line-height: 1.625;
}
@media screen and (min-width: 768px) {
  .siwo_info_block {
    display: flex;
    justify-content: space-between;
  }
  .siwo_info_block .section_title_box {
    margin-bottom: 0;
  }
  .siwo_info_unit {
    width: 72%;
  }
  .siwo_info_table tr {
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .siwo_info_table th {
    width: 18%;
  }
  .siwo_info_table td {
    width: 82%;
  }
}
@media screen and (min-width: 1200px) {
  .siwo_info_block {
    margin-bottom: 8.6rem;
  }
  .siwo_info_block .works_tag_wrap {
    margin-bottom: 2.5rem;
  }
  .siwo_info_table {
    margin-bottom: 3.2rem;
  }
  .siwo_info_table tr {
    font-size: 1rem;
    padding: 1.72rem 0;
  }
  .siwo_info_table th {
    width: 28%;
  }
  .siwo_info_table td {
    width: 72%;
  }
  .siwo_info_bottom {
    letter-spacing: 0.06em;
  }
}
/*||siwo_gallery_block||*/
.siwo_gallery_block > ul > li {
  margin-bottom: 15px;
}
.siwo_gallery_block > ul > li:last-child {
  margin-bottom: 0;
}
.siwo_gallery_img {
  aspect-ratio: 62 / 45;
  position: relative;
  z-index: 0;
}
.siwo_gallery_img::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/expansion_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: 5px;
  right: 6px;
  z-index: 1;
}
.siwo_gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .siwo_gallery_block > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  .siwo_gallery_block > ul > li {
    width: calc((100% - 30px) / 2);
  }
  .siwo_gallery_img::before {
    width: 20px;
    height: 20px;
    bottom: 13px;
    right: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .siwo_gallery_block > ul {
    gap: 60px;
  }
  .siwo_gallery_block > ul > li {
    width: calc((100% - 60px) / 2);
  }
}
/*||siwo_contents_block||*/
.siwo_contents_block {
  margin-top: 5rem;
}
@media screen and (min-width: 1200px) {
  .siwo_contents_block {
    margin-top: 7rem;
  }
}
/**************************************
/* insta_container(トップ・会社概要-共通)
***************************************/
.insta_container {
  margin-bottom: 5.3rem;
}
.insta_container .section_title_box {
  margin-bottom: 3.5rem;
}
.insta_block {
  width: 87%;
  margin: 0 auto 3.5rem;
}
.insta_block .sbi_photo {
  height: auto !important;
}
.insta_block #sb_instagram #sbi_images {
  display: flex !important;
  padding: 0;
  gap: 0 !important;
  flex-wrap: wrap;
}
.insta_block #sb_instagram #sbi_images .sbi_item {
  width: 50%;
}
.insta_block #sb_instagram .sbi_type_carousel .fa-clone {
  right: 15px !important;
  top: 15px !important;
  font-size: 11px !important;
}
.insta_block #sb_instagram .sbi_photo img {
  padding: 10px !important;
  aspect-ratio: 1 / 1;
}
.insta_block #sb_instagram .sbi_item:nth-child(1) .sbi_photo img {
  border-top: 1px solid rgba(140, 140, 140, 0.25);
  border-right: 1px solid rgba(140, 140, 140, 0.25);
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
  border-left: 1px solid rgba(140, 140, 140, 0.25);
}
.insta_block #sb_instagram .sbi_item:nth-child(2) .sbi_photo img {
  border-top: 1px solid rgba(140, 140, 140, 0.25);
  border-right: 1px solid rgba(140, 140, 140, 0.25);
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
}
.insta_block #sb_instagram .sbi_item:nth-child(3) .sbi_photo img {
  border-right: 1px solid rgba(140, 140, 140, 0.25);
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
  border-left: 1px solid rgba(140, 140, 140, 0.25);
}
.insta_block #sb_instagram .sbi_item:nth-child(4) .sbi_photo img {
  border-right: 1px solid rgba(140, 140, 140, 0.25);
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
}
.insta_block #sb_instagram .sbi_item:nth-child(n+5) {
  display: none !important;
}
@media screen and (min-width: 500px) {
  .insta_block {
    width: 100%;
  }
  .insta_block #sb_instagram #sbi_images {
    display: inherit !important;
  }
  .insta_block #sb_instagram #sbi_images .sbi_item {
    width: 100%;
  }
  .insta_block #sb_instagram .sbi_item:nth-child(n+5) {
    display: block !important;
  }
  .insta_block #sb_instagram .sbi_photo img {
    border-top: 1px solid rgba(140, 140, 140, 0.25);
    border-right: 1px solid rgba(140, 140, 140, 0.25);
    border-bottom: 1px solid rgba(140, 140, 140, 0.25);
  }
  .insta_block #sb_instagram .sbi_item:nth-child(1) .sbi_photo img {
    border-left: none;
  }
  .insta_block #sb_instagram .sbi_item:nth-child(3) .sbi_photo img {
    border-left: none;
  }
}
@media screen and (min-width: 768px) {
  .insta_container {
    margin-bottom: 7.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .insta_container {
    margin-bottom: 9.4rem;
  }
  .insta_container .section_title_box {
    margin-bottom: 5.4rem;
  }
  .insta_block {
    margin-bottom: 3rem;
  }
  .insta_block #sb_instagram .sbi_photo img {
    padding: 20px !important;
  }
  .insta_block #sb_instagram .sbi_type_carousel .fa-clone {
    right: 33px !important;
    top: 33px !important;
    font-size: 12px !important;
  }
}
/***************************************
info_container
***************************************/
.info_container {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.info_container .section_title_box {
  text-align: center;
  margin-bottom: 3.4rem;
}
/*タブ表示*/
.info_container .post {
  display: none;
}
.info_container .post.active {
  display: block;
}
/*タブ表示-END*/
.info_left {
  margin-bottom: 3.7rem;
}
.info_btn_pc {
  display: none;
}
.info_category_box > ul {
  display: flex;
  justify-content: center;
  gap: 3%;
}
.info_category_box > ul > li {
  width: calc((100% - 6%) / 3);
  position: relative;
}
.info_category_list {
  font-size: 0.86rem;
  letter-spacing: 0;
  color: #646464;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid rgba(140, 140, 140, 0.25);
  border-radius: 17px;
  padding: 0.4rem 0;
  transition: all 0.5s;
}
.info_category_list:hover {
  background-color: #646464;
  color: #fff;
  transition: all 0.5s;
}
.info_category_list.active {
  color: #fff;
  background-color: #646464;
}
.info_right .info_block {
  margin-bottom: 4.1rem;
}
.info_block > ul > li {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  margin-bottom: 1.4rem;
}
.info_block > ul > li:last-child {
  margin-bottom: 0;
}
.info_item {
  display: flex;
  justify-content: space-between;
  color: #000;
  transition: all 0.5s;
}
.info_item:hover {
  color: #000;
  transition: all 0.5s;
}
.info_unit01 {
  width: 35%;
}
.info_img {
  aspect-ratio: 4 / 3;
}
.info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.info_unit02 {
  width: 59%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.info_unit02_inner {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.info_category_name {
  display: none;
}
.info_title {
  font-size: 1rem;
  line-height: 1.42;
  color: #000;
  margin-bottom: 0;
  transition: all 0.5s;
  position: relative;
}
/*a:hover .info_title {
  text-decoration: underline;
  transition: all 0.5s;
}*/
/*.info_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left bottom;
  transition: 0.3s transform ease-in-out 0s, 0.3s bottom ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
}
a:hover .info_title::after {
  transform: scale(1, 1);
}*/
.info_title_arrow {
  display: none;
}
.info_date {
  font-size: 0.86rem;
  line-height: 1;
  color: #646464;
}
@media screen and (min-width: 768px) {
  .info_unit02_inner {
    margin-top: 1.8rem;
  }
  .info_category_name {
    font-size: 0.875rem;
    letter-spacing: 0.06em;
    color: #646464;
    display: inline-block;
    padding: 2px 26px;
    border: 1px solid rgba(140, 140, 140, 0.25);
    border-radius: 15px;
    margin-bottom: 1rem;
  }
  .info_title_wrap {
    display: flex;
    justify-content: space-between;
  }
  .info_title {
    width: calc(100% - 50px);
  }
  .info_title_arrow {
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(140, 140, 140, 0.25);
    position: relative;
    transition: all 0.5s;
  }
  a:hover .info_title_arrow {
    background-color: #646464;
    border: 1px solid rgba(100, 100, 100, 0.25);
    transition: all 0.5s;
  }
  .info_title_arrow::before {
    content: "";
    display: block;
    width: 5px;
    height: 6px;
    background-image: url("../images/arrow_black.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
  }
  a:hover .info_title_arrow::before {
    background-image: url("../images/arrow_white.svg");
    transition: all 0.5s;
  }
}
@media screen and (min-width: 992px) {
  .info_container .section_title_box {
    text-align: left;
    margin-bottom: 5.3rem;
  }
  .info_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1150px;
    margin-left: auto;
    margin-right: 0;
  }
  .info_left {
    width: 20%;
    max-width: 160px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0;
  }
  .info_category_box > ul {
    flex-direction: column;
    border: none;
  }
  .info_category_box > ul > li {
    width: 100%;
    margin-bottom: 0.8rem;
  }
  .info_category_list {
    font-size: 0.875rem;
    padding: 0.38rem 0;
    border-radius: 30px;
  }
  .info_btn_pc {
    display: block;
  }
  .info_right {
    width: 70%;
  }
  .info_right .info_block {
    margin-bottom: 0;
  }
  .info_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .info_right {
    width: 73%;
  }
  .info_block > ul > li {
    padding-bottom: 2rem;
    margin-bottom: 1.7rem;
  }
  .info_unit01 {
    width: 28.5%;
  }
  .info_unit02 {
    width: 67%;
  }
  .info_category_name {
    font-size: 0.875rem;
  }
  .info_title {
    font-size: 1.125rem;
    line-height: 1.55;
  }
  .info_date {
    font-size: 0.875rem;
  }
}
/***************************************
 投稿一覧
***************************************/
.archive_container {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.archive_container .info_wrap {
  max-width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .archive_container .pagenation ul {
    margin-top: 6.6rem;
  }
}
/***************************************
  投稿詳細
***************************************/
.single_main_block {
  width: 94%;
  margin: 0 auto;
}
.single_date {
  font-size: 0.8125rem;
  color: #646464;
  letter-spacing: 0.06em;
  margin-bottom: 2rem;
}
.single_eye_img {
  margin-bottom: 3.8rem;
}
.single_btn_box {
  margin-top: 3rem;
}
.single_btn {
  letter-spacing: 0.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: 0 auto;
  max-width: 340px;
  background-color: #646464;
  color: #fff;
  border-radius: 30px;
  height: 50px;
  position: relative;
  transition: all 0.5s;
}
.single_btn:hover {
  background-color: #fff;
  color: #646464;
  border: 1px solid rgba(100, 100, 100, 0.25);
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .single_btn {
    height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .single_date {
    font-size: 0.875rem;
  }
  .single_eye_img {
    margin-bottom: 5rem;
  }
  .single_btn_box {
    margin-top: 6rem;
  }
}
/**************************************
/* 関連記事
***************************************/
@media screen and (min-width: 1200px) {
  .single_other_block .section_title_box {
    margin-bottom: 3.8rem;
  }
}
/*||関連記事-works||*/
/**************************************
/* レスポンシブ改行
***************************************/
@media screen and (max-width: 575px) {
  .br-sp5 {
    display: block;
  }
  .br-pc5 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .br-sp5 {
    display: none;
  }
  .br-pc5 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br-sp7 {
    display: inline-block;
  }
  .br-pc7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .br-sp7 {
    display: none;
  }
  .br-pc7 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br-pc9 {
    display: none;
  }
  .br-sp9 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br-pc9 {
    display: block;
  }
  .br-sp9 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .br-pc12 {
    display: none;
  }
  .br-sp12 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .br-pc12 {
    display: block;
  }
  .br-sp12 {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .br-pc15 {
    display: none;
  }
  .br-sp15 {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .br-pc15 {
    display: block;
  }
  .br-sp15 {
    display: none;
  }
}
@media screen and (max-width: 1799px) {
  .br-pc18 {
    display: none;
  }
  .br-sp18 {
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  .br-pc18 {
    display: block;
  }
  .br-sp18 {
    display: none;
  }
}
/**************************************
/* 
***************************************/