@charset 'UTF-8';
/*******************************
共通
*******************************/
/*フォント*/
.e_font {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
.section_title_center {
  text-align: center;
}
.section_title_box {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .section_title_box {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .section_title_box {
    margin-bottom: 5rem;
  }
}
/*フォントサイズ*/
.section_title span {
  display: block;
  font-size: 2.71rem;
  color: #364246;
  line-height: 1;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0.8rem;
}
.section_title {
  font-size: 0.928rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 200;
  color: #9ba0a0;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .section_title span {
    font-size: 3rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .section_title span {
    font-size: 3.375rem;
    margin-bottom: 1.4rem;
  }
  .section_title {
    font-size: 0.875rem;
  }
}
/*ボタン*/
.section_btn_center .section_btn {
  margin-left: auto;
  margin-right: auto;
}
.section_btn_box {
  display: flex;
}
.section_btn {
  letter-spacing: -0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  /*  height: 54px;
  width: 190px;*/
  border-radius: 30px;
  position: relative;
  transition: all 0.5s;
  z-index: 0;
  padding: 1.1rem 3.8rem;
}
/*||日本語以外のletter-spacing||*/
.translated-ltr .section_btn {
  letter-spacing: 0;
}
.section_btn:hover {
  transition: all 0.5s;
}
.section_btn::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
/*||ボタン-ゴールド||*/
.section_btn_gold {
  background-color: #d4b345;
  color: #fff;
}
.section_btn_gold:hover {
  color: #fff;
}
.section_btn_gold::before {
  background-color: #fff;
}
.section_btn_gold:hover::before {
  width: 10px;
  height: 10px;
  right: 18px;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .section_btn {
    font-size: 0.9375rem;
    /*    width: 200px;
    height: 59px;*/
    padding: 1.1rem 2.9rem;
    border-radius: 60px;
    min-width: 200px;
  }
}
/***************************************
radius10、radius20
***************************************/
.radius10 {
  overflow: hidden;
  border-radius: 10px;
}
.radius10 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.radius20 {
  overflow: hidden;
  border-radius: 20px;
}
.radius20 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*******************************
共通
*******************************/
ul li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
/*||横幅||*/
.w1000 {
  width: 87%;
  margin: 0 auto;
  max-width: 1000px;
}
.w1300 {
  width: 87%;
  margin: 0 auto;
  max-width: 1300px;
}
.w8772 {
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .w8772 {
    width: 72%;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 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;
  }
}
/*******************************
パンクズ
*******************************/
.footer_pls {
  margin-top: 6rem;
  padding-bottom: 2rem;
}
#pls {
  width: 87%;
  margin: 0 auto;
  color: #364246;
}
#pls a {
  color: #b4b4b4;
}
#pan span {
  font-size: 0.857rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-family: 'Manrope', "Noto Sans JP", sans-serif;
}
#pan span .home {
  color: #b4b4b4;
}
.pan_line {
  width: 12px;
  display: inline-block;
  position: relative;
  height: 9px;
  margin: 0 12px;
}
.pan_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  background-color: rgba(180, 180, 180, 0.6);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 1200px) {
  .footer_pls {
    margin-top: 8.5rem;
    padding-bottom: 0.6rem;
  }
  #pls {
    width: 85.5%;
    margin-bottom: 1.5rem;
  }
  #pan span {
    font-size: 0.8125rem;
  }
  .pan_line {
    width: 12px;
    margin: 0 12px;
    height: 12px;
  }
}
/*******************************
/* フォーム/テーブル
*******************************/
.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: #c0c0bf;*/
  color: #3a3938;
  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;
}
input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
  color: #c0c0bf; /* 任意の色に変更 */
  opacity: 1; /* Firefox対応：透明にならないようにする */
}
#form-model .wpcf7-not-valid-tip {
  font-size: 0.875rem;
}
@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 ul {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 7px;
  margin-right: 7px;
  margin-bottom: 3px;
}
.pagenation .next, .pagenation .prev {
  /*color: #e4808a;*/
  /*  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 0;*/
  display: none;
}
/*
.pagenation .next a, .pagenation .prev a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.pagenation .next::after, .pagenation .prev::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.pagenation .next {
  margin-left: 1.2rem;
  margin-right: 0;
}
.pagenation .next::after {
  background-image: url("../images/arrow_pink.svg");
  transform: translate(-50%, -50%);
}
.pagenation .prev {
  margin-left: 0;
  margin-right: 1.2rem;
}
.pagenation .prev::after {
  background-image: url("../images/arrow_pink.svg");
  transform: translate(-50%, -50%) rotate(180deg);
}
*/
.pagenation li.active {
  color: #364246;
  cursor: not-allowed;
  padding: 5px 5px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.08em;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
.pagenation li.active::before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background-color: rgba(54, 66, 70, 1);
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.pagenation li a {
  /*  background: none repeat scroll 0 0 #fff;*/
  background: inherit;
  color: #364246;
  padding: 5px 5px;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.08em;
  font-family: "Manrope", sans-serif;
  font-weight: 300;
}
.pagenation li a:hover {
  text-decoration: none;
}
.pagenation li.active, .pagenation li a {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .pagenation li {
    margin: 0 6px 3px;
  }
  .pagenation li.active::before {
    bottom: 11px;
  }
  .pagenation ul {
    margin-top: 2rem;
  }
  /*  .pagenation .next {
    margin-left: 2.2rem;
  }
  .pagenation .prev {
    margin-right: 2.2rem;
  }
  .pagenation .next::after, .pagenation .prev::after {
    width: 15px;
    height: 13px;
  }*/
  .pagenation li.active, .pagenation li a {
    font-size: 1.25rem;
    padding: 10px 10px;
  }
}
/***************************************
404 
***************************************/
.pg_search_container {
  overflow-x: clip;
  width: 87%;
  margin: 0 auto;
}
.pgsearch_title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 3rem;
}
.pgsearch_txt {
  margin-bottom: 2rem;
}
.pgsearch_url {
  word-break: break-all;
  margin-bottom: 4rem;
}
.pgsearch_btnbox {
  display: flex;
  justify-content: center;
}
.pgsearch_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: #d4b345;
  color: #fff;
  font-size: 1rem;
  transition: .3s;
  position: relative;
  border: 1px #d4b345 solid;
  border-radius: 50px;
  margin: 0 auto;
  padding: 1.1rem 4.8rem;
}
.pgsearch_btn:hover {
  opacity: 0.7;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .pgsearch_btn {
    font-size: 0.9375rem;
    padding: 1.1rem 4.9rem;
    border-radius: 60px;
    min-width: 200px;
  }
}
/************************
/*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: 1.07rem;
  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;
  }
}
@media screen and (min-width: 1200px) {
  .pg_contact_txt1 {
    font-size: 1.125rem;
    line-height: 1.88;
    margin-bottom: 4.6rem;
  }
}
/*************
/*FORM
*************/
/* FORM MODEL */
#form-model {
  max-width: 1000px;
  margin: 0 auto;
}
#form-model .form-label__required {
  font-weight: 200;
  font-size: 0.8125rem;
  background-color: #d4b345;
  padding: 4px 13px;
  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: 200;
  font-size: 0.928rem;
  letter-spacing: 0.03em;
  margin: 0;
  border-radius: 10px;
  border: none;
  width: 100%;
  /*height:56px; */
}
/*#form-model #zip3 {
  margin-bottom: 0;
}*/
#form-model .form-group {
  border-bottom: 1px solid rgba(226, 233, 233, 1);
  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 {
  /* border: none;
  padding-bottom: 0;*/
  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-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.05em;
  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"] {
  letter-spacing: 0.05em;
  background-color: #364246;
  color: #fff;
  height: 65px;
  width: 100%;
  max-width: 420px;
  font-weight: 200;
  font-size: 1.125rem;
  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.9rem;
    margin-bottom: 1.9rem;
  }
  #form-model .form-group .form-label {
    width: 30%;
    display: flex;
    margin-bottom: 0;
    padding-right: 1.8rem;
    justify-content: space-between;
  }
  #form-model .form-label__required {
    padding: 5px 20px;
  }
  #form-model .form-group_address input.form-input__half {
    width: 100%;
  }
  #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: 3.6rem;
  }
  #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--submit {
    width: 70%;
    margin-left: auto;
    text-align: left !important;
  }
}
@media screen and (min-width: 992px) {
  #form-model .form-group .form-label {
    width: 30%;
    padding-right: 2.4rem;
  }
  #form-model .form-group .wpcf7-form-control-wrap {
    width: 70%;
  }
  #form-model .form-group--submit {
    width: 70%;
  }
  #form-model input, #form-model textarea, #form-model select {
    font-size: 0.875rem;
    padding: 27px 32px;
  }
  #form-model input[type="submit"] {
    font-size: 1.125rem;
    padding: 0;
    height: 82px;
  }
}
/* 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: 200;
  /*  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: #627377;
}
#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-group--agree {
  margin-bottom: 3rem;
}
.f_note {
  font-size: 1rem !important;
  margin-top: 2rem;
  margin-bottom: 0;
}
.f_note a {
  color: #000;
  text-decoration: underline;
  transition: all 0.5s;
}
.f_note a:hover {
  color: #828282;
  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: 4.8rem;
  }
}
@media screen and (min-width: 992px) {
  #form-model .form-group--agree {
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  .f_note {
    font-size: 0.875rem !important;
    margin-top: 2rem;
  }
}
/* 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: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
}
#form-model .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 14.5px;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #364246;
  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;
  position: relative;
  padding-left: 50px;
}
.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: 1rem;
    padding-left: 58px;
  }
}
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;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
.form_grecaptcha {
  text-align: center;
  color: #777;
  font-size: 0.75rem;
  margin-top: 3rem;
  margin-bottom: 0;
  display: none;
}
.form_grecaptcha a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .form_grecaptcha {
    margin-top: 4rem;
  }
}
/**************************************
/* news_container
***************************************/
.news_container {
 /* padding-bottom: 8.5rem;*/
  padding-bottom: 6.5rem;
  /*  border-bottom: 1px solid rgba(226, 233, 233, 1);*/
}
.news_inner {
  width: 87%;
  margin: 0 auto 8.5rem;
}
.news_title_wrap {
  margin-bottom: 1.4rem;
}
.news_title_wrap .section_title_box {
  margin-bottom: 0;
}
.news_container .section_btn_pc {
  display: none;
}
.news_block > ul {
  margin-bottom: 4.2rem;
}
.news_block > ul > li {
  border-bottom: 1px solid rgba(226, 233, 233, 1);
}
.news_item {
  display: block;
  padding: 2.1rem 0 1.4rem;
}
.news_img {
  display: none;
}
.news_txt_box {
  padding: 0 0.7rem;
}
.news_date span {
  font-size: 1rem;
  color: #364246;
  margin-right: 1rem;
}
.news_date {
  font-size: 0.928rem;
  color: #9ba0a0;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.news_title {
  font-size: 1.14rem;
  color: #364246;
}
.news_more_box {
  display: none;
}
@media screen and (min-width: 768px) {
  .news_container {
   /* padding-bottom: 10rem;*/
    padding-bottom: 7rem;
  }
  .news_inner {
    margin-bottom: 10rem;
  }
  .news_title_wrap {
    margin-bottom: 2.4rem;
  }
  .news_item {
    display: flex;
    align-items: center;
    padding: 2rem 0;
  }
  .news_img {
    display: block;
    width: 30%;
    aspect-ratio: 11 / 8;
  }
  .news_img img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
  .news_txt_box {
    width: 70%;
    padding-left: 7%;
  }
}
@media screen and (min-width: 992px) {
  .news_title_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
  }
  .news_container .section_btn_pc {
    display: block;
  }
  .news_block > ul {
    display: flex;
    margin-left: -1.7%;
    margin-right: -1.7%;
    margin-bottom: 0;
  }
  .news_block > ul > li {
    width: calc(100% / 3);
    border-bottom: none;
  }
  .news_item {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
  }
  .news_img {
    width: 100%;
    margin-bottom: 1.8rem;
  }
  .news_txt_box {
    width: 100%;
    padding: 0 0.7rem;
    margin-bottom: 1rem;
    flex-grow: 1;
  }
  .news_more_box {
    display: block;
    width: 100%;
    padding-top: 1rem;
    border-top: 1px solid rgba(226, 233, 233, 1);
  }
  .news_more {
    font-size: 0.9375rem;
    letter-spacing: -0.1em;
    text-align: right;
    padding-right: 1rem;
    position: relative;
  }
  /*||日本語以外のletter-spacing||*/
  .translated-ltr .news_more {
    letter-spacing: 0;
  }
  .news_more::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #d4b345;
    position: absolute;
    top: calc(50% + 2px);
    right: 0;
    transform: translate(0%, -50%);
    transition: all 0.5s;
  }
  .news_item:hover .news_more::before {
    width: 10px;
    height: 10px;
    right: -2px;
    transition: all 0.5s;
  }
  .news_container .section_btn_sp {
    display: none;
  }
}
@media screen and (min-width: 1500px) {
  .news_container {
    /*padding-bottom: 12.4rem;*/
    padding-bottom: 7.4rem;
  }
  .news_inner {
    width: 85.5%;
    display: flex;
    margin-bottom: 15.1rem;
  }
  .news_title_wrap {
    width: 23%;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-right: 3%;
  }
  .news_title_wrap .section_title_box {
    padding-left: 1rem;
  }
  .news_block {
    padding-top: 0.6rem;
    width: 77%;
  }
  .news_block > ul {
    margin-left: -2.5%;
    margin-right: -2.5%;
  }
  .news_item {
    width: 86%;
  }
  .news_img {
    margin-bottom: 1.6rem;
  }
  .news_txt_box {
    margin-bottom: 1.7rem;
  }
  .news_date span {
    font-size: 0.9375rem;
  }
  .news_date {
    font-size: 0.875rem;
  }
  .news_title {
    font-size: 1.125rem;
  }
  .news_more_box {
    padding-top: 1.2rem;
  }
  .news_more {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1700px) {
  .news_title_wrap {
    width: 28%;
  }
  .news_block {
    width: 72%;
  }
}
/*|||news_main_block|*/
.news_main_block {
  width: 87%;
  margin: 0 auto;
  position: relative;
}
.news_main_img {
  position: relative;
  z-index: 0;
}
.news_main_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 120, 160, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.news_main_txtbox {
  position: absolute;
  bottom: 3.6rem;
  left: 1.45rem;
  z-index: 2;
}
.news_main_txt {
  font-size: 1.42rem;
  letter-spacing: 0.07em;
  color: #fff;
}
.news_main_txt_up {
  margin-bottom: 0.2rem;
}
.news_main_txt_down {
  padding-left: 4.5rem;
}
@media screen and (min-width: 768px) {
  .news_main_txtbox {
    top: 5.8rem;
    bottom: auto;
    left: 5.3rem;
  }
  .news_main_txt {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  .news_main_txtbox {
    top: 6.8rem;
    left: 9.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .news_main_block {
    width: 85.5%;
  }
  .news_main_img::before {
    background-color: rgba(30, 120, 160, 0.05);
  }
  .news_main_txtbox {
    top: 8.8rem;
    left: 8.3rem;
  }
  .news_main_txt {
    font-size: 1.75rem;
    letter-spacing: 0.08em;
  }
  .news_main_txt_up {
    margin-bottom: 0rem;
  }
  .news_main_txt_down {
    padding-left: 5.7rem;
  }
}
@media screen and (min-width: 1500px) {
  .news_main_txtbox {
    top: 11.8rem;
    left: 14.3rem;
  }
}
/**************************************
/* お知らせ一覧
***************************************/
.archive_news_container .news_block > ul {
  flex-wrap: wrap;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .archive_news_container .news_block > ul > li {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_news_container .news_block > ul > li {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1500px) {
  .archive_news_container .news_block {
    width: 100%;
    padding-top: 0;
  }
}
/**************************************
/* お知らせ詳細
***************************************/
.single_container {
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .single_container {
    width: 96%;
  }
}
@media screen and (min-width: 1200px) {
  .single_container {
    width: 100%;
  }
}
.single_container #main2 {
  margin-bottom: 0;
}
.single_date {
  font-size: 0.928rem;
  color: #9ba0a0;
  margin-bottom: 2rem;
}
.single_eye_img {
  margin-bottom: 4rem;
}
.single_main_contents {
  margin-bottom: 5rem;
}
.single_btn_box .section_btn {
  letter-spacing: 0.01em;
  padding: 1.1rem 5.8rem;
}
@media screen and (min-width: 1200px) {
  .single_date {
    font-size: 0.875rem;
  }
  .single_eye_img {
    margin-bottom: 5.5rem;
  }
  .single_main_contents {
    margin-bottom: 7rem;
  }
}
/**************************************
/* 
***************************************/
/**************************************
/* 
***************************************/
/**************************************
/* 
***************************************/
/**************************************
/* 
***************************************/
/**************************************
/* 
***************************************/
/**************************************
/* レスポンシブ改行
***************************************/
@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;
  }
}