@charset 'UTF-8';
/***************************************

***************************************/
.main_back {
  display: none;
}
.main_wrap {
  position: relative;
  background-color: #ededea;
  margin: 0 auto;
}
.main_top_block {
  display: none;
}
.sns_parts > ul {
  display: flex;
}
.sns_parts > ul > li {
  margin-right: 1.6rem;
}
.sns_parts > ul > li:last-child {
  margin-right: 0;
}
.sns_parts_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.sns_parts_item01 {
  width: 25px;
  height: 18px;
}
@media screen and (min-width: 600px) {
  .main_back {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
  }
  .main_back_img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .main_back_img .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1.5s ease;
  }
  .main_back_img .bg-img.active {
    opacity: 1;
  }
  .main_wrap {
    width: 410px;
    padding: 10px;
    margin-right: 0;
  }
  .main_top_block {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .main_top_left_copy {
    font-size: 0.8125rem;
    color: #fff;
    letter-spacing: 0.03em;
    position: fixed;
    top: 4%;
    left: 4%;
    margin-bottom: 0;
  }
  .main_top_contents {
    display: block;
    position: fixed;
    top: 27%;
    left: 4%
  }
  .main_top_list > ul > li {
    margin-bottom: 1rem;
  }
  .main_top_list > ul > li:last-child {
    margin-bottom: 0;
  }
  .main_top_list_item {
    font-size: 0.93rem;
    color: #fff;
    transition: all 0.5s;
  }
  .main_top_list_item:hover {
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s;
  }
  .main_top_txtbox_pc {
    display: none;
  }
  .main_top_sns {
    display: block;
    position: fixed;
    bottom: 16%;
    left: 4%;
  }
  .main_top_sns .sns_parts > ul > li {
    margin-right: 1.2rem;
  }
  .main_top_copy {
    font-size: 0.6875rem;
    line-height: 1;
    display: block;
    color: #fff;
    position: fixed;
    bottom: 5%;
    left: 4%;
  }
}
@media screen and (min-width: 768px) {
  /*  .main_wrap {
    margin-top: 40px;
    margin-right: 40px;
  }*/
  .main_top_left_copy {
    left: 5%;
  }
  .main_top_contents {
    top: 31%;
    left: 5%
  }
  .main_top_sns {
    left: 5%;
  }
  .main_top_sns .sns_parts > ul > li {
    margin-right: 1.6rem;
  }
  .main_top_copy {
    left: 5%
  }
}
/*||アニメーション||*/
@media screen and (min-width: 768px) {
  /*  .main_wrap_inner {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }*/
  .main_top_left_copy {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }
  .main_top_list {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }
  .main_top_copy {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }
  /*  .main_wrap_inner {
    animation: catch_anime 1.0s forwards 0.2s;
  }*/
  .main_top_left_copy {
    animation: catch_anime_normal 0.8s forwards 0.6s;
  }
  .main_top_list {
    animation: catch_anime_normal 0.8s forwards 0.6s;
  }
  .main_top_copy {
    animation: catch_anime_normal 0.8s forwards 0.6s;
  }
}
@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes catch_anime_normal {
  0% {
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 992px) {
  .main_top_contents {
    top: 50%;
    transform: translate(0%, -50%);
    width: calc(95% - 450px);
  }
  .main_top_list_wrap {
    display: flex;
    align-items: center;
  }
  .main_top_list {
    margin-right: 0;
  }
  .main_top_txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main_top_txtbox_pc {
    transition: 1s;
    opacity: 0;
    transform: translateY(20px);
    display: block;
  }
  .main_top_txtbox_pc {
    /*animation: catch_anime 1.1s forwards 1s;*/
    animation: catch_anime_normal 0.8s forwards 0.6s;
  }
  .main_top_logo {
    display: block;
    width: 280px;
  }
  .main_top_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .main_top_sns {
    bottom: 5%;
  }
  .main_top_copy {
    left: auto;
    right: 500px;
    bottom: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .main_top_left_copy {
    top: 2.3%;
    left: 4.1%;
  }
  .main_top_contents {
    left: 4.1%;
    width: calc(95.9% - 450px);
  }
  .main_top_txtbox {
    left: 47%;
  }
  .main_top_list > ul > li {
    margin-bottom: 1.2rem;
  }
  .main_top_list_item {
    font-size: 0.93rem;
  }
  .main_top_sns {
    left: 4.1%;
  }
  .main_top_sns .sns_parts > ul > li {
    margin-right: 1.9rem;
  }
}
/*******************************
共通
*******************************/
/*フォント*/
.e_font {
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}
.e_font02 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}
.j_font {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.section_title_center {
  text-align: center;
}
.section_title_box {
  margin-bottom: 3.3rem;
}
/*フォントサイズ*/
.section_title span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0;
  margin-bottom: 0.9rem;
}
.section_title {
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 0;
}
.section_title_small span {
  font-size: 1.875rem;
}
/*ボタン*/
.section_btn_box {
  display: flex;
}
.section_btn_center {
  justify-content: center;
}
.section_btn {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  position: relative;
  width: 130px;
  height: 34px;
  color: #000;
  padding-left: 15px;
  border-radius: 17px;
  border: 1px solid rgba(155, 155, 155, 0.5);
  transition: all 0.5s;
}
.section_btn:hover {
  color: #ededea;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.section_btn::before {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("../images/arrow_dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
.section_btn:hover::before {
  background-image: url("../images/arrow_ivory.svg");
  transition: all 0.5s;
}
/*******************************
共通
*******************************/
ul li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
li {
  list-style-position: inside;
}
.mb0 {
  margin-bottom: 0 !important;
}
.container84 {
  width: 84%;
  margin: 0 auto;
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 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%;
  margin: 0 auto 6rem;
  text-align: right;
  line-height: 1.2;
}
#pan span {
  color: #828282;
  font-size: 0.5625rem;
}
#pan .home span {
  color: #828282;
}
.pan_line {
  width: 7px;
  padding-right: 5px;
  display: inline-block;
  position: relative;
  height: 9px;
  margin: 0 7px;
}
.pan_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(130, 130, 130, 0.5);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
/*******************************
/* フォーム/テーブル
*******************************/
.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;
  }
}
/*************************
/* 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;
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 25%;
  padding: 2.5px;
  margin-bottom: 0;
}
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-caption {
  font-size: 0.642rem;
  margin-bottom: 0.3rem;
}
/*-----------------------------
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;
  }
}
/***************************************
404 
***************************************/
.pg_search_container {
  overflow-x: clip;
}
.pgsearch_title {
  font-size: 1.0625rem;
  line-height: 1.66;
  margin-bottom: 3rem;
}
.pgsearch_txt {
  font-size: 0.75rem;
  margin-bottom: 2rem;
}
.pgsearch_url {
  word-break: break-all;
  font-size: 0.75rem;
  margin-bottom: 3rem;
}
.pgsearch_btn {
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 130px;
  height: 34px;
  color: #ededea;
  margin: 0 auto;
  background-color: #000;
  border-radius: 17px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.pgsearch_btn:hover {
  background-color: #ededea;
  color: #000;
  transition: all 0.5s;
}
/************************
/*FORM(お問い合わせ)
************************/
.form_intro{
	margin-bottom: 2.52rem;
}
.form_intro p{
	color: #000;
	margin-bottom: 0;
}
.form_intro p .form_label_req{
	margin-right: 5px;
	margin-left: 0;
}
#form_customize{
	width: 100%;
	max-width: 840px;
}
#form_customize input, #form_customize select, #form_customize textarea, #form_customize input[type="date"]{
    background-color: #ededea;
    border: none;
    padding: 13px 0;
    margin: 0;
    width: 100%;
	border-radius: 0;
	outline: none;
	resize: none;
	border-bottom: 1px solid rgba(211,211,211,0.5);
}
#form_customize input[type="text"], #form_customize input[type="email"], #form_customize input[type="tel"], #form_customize textarea, #form_customize select{
	color: #000;
}
#form_customize input:focus, #form_customize select:focus, #form_customize textarea:focus{
	outline: none;
}
#form_customize .form_block{
	margin-bottom: 2.41rem;
}
/* プレースホルダー */
#form_customize .wpcf7-form-control::placeholder{
	color: #b4b4b4;
	opacity: 1;
}
/* ラベル */
#form_customize .form_c_label{
	margin-bottom: 1px;
	color: #000;
	display: flex;
}
/* 必須 */
.form_label_req{
	margin-top: 2px;
	margin-left: 2px;
	color: #e6140a;
	font-size: 7px;
}
/* 入力してください */
#form_customize .wpcf7-not-valid-tip{
	font-size: 0.656rem;
	color: #e6140a;
}
/* 個人情報 */
#form_customize .form_c_agree{
	border-bottom: none;
	margin-top: 1.5rem;
	margin-bottom: 2.033rem;
	text-align: center;
}
#form_customize .form_block.form_c_agree{
	padding-bottom: 0;
	margin-bottom: 2.3rem;
}
#form_customize .form_block.form_c_agree::after{
	display: none;
}
#form_customize .form_c_agree .form_check_box{
	margin-bottom: 0.86rem;
}
#form_customize .form_c_agree .form_check_box .wpcf7-list-item{
	width: 100%;
	margin-right: 0;
}
.f_note{
	font-size: 0.656rem;
	margin-bottom: 0;
}
.f_note a{
	color: #000;
	text-decoration: underline;
	transition: .3s;
}
.f_note a:hover{
	opacity: 0.7;
	transition: .3s;
}
/* 送信ボタン */
#form_customize .form_c_submit{
	border-bottom: none;
	margin-bottom: 0 !important;
	padding-bottom: 0;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#form_customize .form_block.form_c_submit{
	max-width: 182px;
	height: 48px;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}
#form_customize .form_block.form_c_submit::after{
	display: none;
}
#form_customize .form_c_submit input{
	font-size: 0.8125rem;
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #ededea;
	background-color: #000;
	padding-left: 20px;
	border-radius: 30px;
	border: 1px solid rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
}
#form_customize .form_c_submit input:hover{
  color: #000;
  background-color: #ededea;
  transition: all 0.5s;
}
#form_customize .form_block.form_c_submit::before{
	content: "";
	display: block;
	width: 13px;
	height: 11px;
	background-image: url("../images/arrow_ivory.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0%, -50%);
	transition: all 0.5s;
	z-index: 1;
}
#form_customize .form_block.form_c_submit:hover::before{
  background-image: url("../images/arrow_dark.svg");
  transition: all 0.5s;
}
#form_customize .form_c_submit .wpcf7-spinner{
	display: none;
}
/* CUSTOM SELECTBOX */
#form_customize select{
	color: #b4b4b4;
	-webkit-appearance: none;
    appearance: none;
}
#form_customize select.selected{
	color: #000;
}
/* CUSTOM CHECKBOX */
#form_customize .form_check_box .wpcf7-form-control{
	display: flex;
	flex-wrap: wrap;
	margin-top: 1.25rem;
}
#form_customize .form_check_box .wpcf7-list-item{
	margin: 0;
	display: block;
	width: 100%;
}
#form_customize .form_check_box label{
	cursor: pointer;
	margin-bottom: 0;
}
#form_customize .form_check_box input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
#form_customize .form_check_box .wpcf7-list-item-label{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 0;
	color: #000;
}
#form_customize .form_check_box .wpcf7-list-item-label::before, #form_customize .form_check_box .wpcf7-list-item-label::after {
	content: "";
	border-radius: inherit;
	transition: .2s;
}
#form_customize .form_check_box .wpcf7-list-item-label::before{
	left: 0;
	display: block;
	width: 28px;
	height: 28px;
	margin-right: 10px;
	background-color: #ededea;
	border: 1px solid rgba(211,211,211,0.5);
	border-radius: 0;
}
#form_customize .form_check_box .wpcf7-list-item-label::after{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 8px;
	height: 8px;
	background-color: #000;
	border-radius: 0;
	opacity: 0;
}
#form_customize .form_check_box input:checked ~ .wpcf7-list-item-label::after{
	opacity: 1;
}
/* CUSTOM RADIO */
#form_customize .form_check_box.radio .wpcf7-list-item-label::before{
	border-radius: 50%;
}
#form_customize .form_check_box.radio .wpcf7-list-item-label::after{
	border-radius: 50%;
}

/* 来場希望日時 */
#form_customize .datetime{
	display: flex;
	flex-direction: column;
}
#form_customize .datetime .select_item{
	margin-bottom: 0;
	position: relative;
}
#form_customize .datetime .select_item::after{
	position: absolute;
	content: "";
	width: 8px;
	height: 9px;
	display: block;
	background-image: url("../images/arrow_down_dark.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#form_customize .datetime select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* 住所 */
#form_customize .add .form-input__small300{
	width: 50%;
}
#form_customize #autozip{
	display: none !important;
}


/*||エラー文字サイズ||*/
#form-contact_box .wpcf7-not-valid-tip {
  font-size: 0.6875rem !important;
}
.wpcf7 form .wpcf7-response-output {
  font-size: 0.75rem;
}
/*||リキャプチャ||*/
.form_grecaptcha {
  /*display: none;*/
  text-align: center;
  color: #777;
  font-size: 0.625rem;
  margin-top: 3rem;
  margin-bottom: 0;
}
.form_grecaptcha a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .form_grecaptcha {
    margin-top: 4rem;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/**************************************
/* 無限スクロール
***************************************/
.p-btn_wrap .page_btn_box {
  margin-top: 2rem;
}
.view-more-button {
  font-size: 0.75rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.view-more-button:hover {
  color: #000;
  opacity: 1;
}
.view-more-button span {
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  margin-right: 21px
}
.view-more-button span::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(0%, -50%);
}
.view-more-button span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(0%, -50%);
}
.infinite-scroll-request {
  font-size: 0.75rem;
  color: #828282;
  margin-top: 0.5rem;
  animation-name: tenmetsu;
  animation-duration: .5s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes tenmetsu {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/**************************************
/* works_container
***************************************/
.works_container {
  width: 88%;
  margin: 0 auto 6rem;
  padding: 0 2% 6rem;
  border-bottom: 1px solid rgba(155, 155, 155, 0.5);
}
.works_title_wrap {
  display: flex;
  justify-content: space-between;
  width: 84%;
  margin: 0 auto 3.2rem;
}
.works_title_wrap .section_title_box {
  margin-bottom: 0;
}
.works_block > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}
.works_block > ul > li {
  width: calc((100% - 3%) /2);
  margin-bottom: 1.7rem;
}
.works_container .works_block > ul > li:nth-last-child(2) {
  margin-bottom: 0;
}
.works_block > ul > li:last-child {
  margin-bottom: 0;
}
.works_item {
  display: block;
}
.works_img {
  aspect-ratio: 4 / 3;
  margin-bottom: 1rem;
}
.works_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.works_title {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.5rem;
}
.works_txt {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  color: #828282;
}
/**************************************
/* 施工事例詳細
***************************************/
.sicase_place {
  font-size: 0.75rem;
  color: #828282;
  margin-bottom: 0.8rem;
}
.sicase_place span {
  margin-left: -6px;
}
.sicase_title {
  font-size: 1.0625rem;
  line-height: 1.64;
  letter-spacing: 0.02em;
  margin-bottom: 2.2rem;
}
.sicase_eye_img {
  margin-bottom: 1rem;
}
.sicase_detail_block {
  margin-bottom: 2.8rem;
}
.sicase_detail_block > ul {
  display: flex;
  flex-wrap: wrap;
}
.sicase_detail_block > ul > li {
  font-size: 0.625rem;
  line-height: 1.8;
  color: #828282;
  width: auto;
}
.sicase_detail_txt {
  font-size: 0.75rem;
  line-height: 1.66;
  margin-bottom: 1.8rem;
}
.sicase_img_block {
  margin-bottom: 10px;
}
.sicase_img_2col_box {
  display: flex;
  justify-content: space-between;
}
.sicase_img_2col_box .sicase_img {
  width: calc(50% - 5px);
}
.sicase_img_txt {
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-top: 0.5rem;
  margin-bottom: 1.2rem;
}
/*||関連記事表示||*/
.single_other_block {
  margin-top: 3.7rem;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(211, 211, 211, 0.5);
}
.single_other_block .section_title_box {
  margin-bottom: 2.5rem;
}
.single_other_block .section_title span {
  font-size: 1.5625rem;
}
.single_other_block .works_block > ul > li:nth-last-child(2) {
  margin-bottom: 0;
}
/**************************************
/* event_container
***************************************/
.event_container {
  width: 84%;
  margin: 0 auto 6.2rem;
}
.event_title_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
}
.event_title_wrap .section_title_box {
  margin-bottom: 0;
}
.event_block > ul > li {
  margin-bottom: 1rem;
}
.event_block > ul > li:last-child {
  margin-bottom: 0;
}
.event_item {
  display: flex;
  align-items: center;
}
.event_img {
  aspect-ratio: 3 / 2;
  width: 50% !important;
  position: relative;
}
.event_img_end {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}
.event_img_end_txt {
  font-size: 0.785rem;
  position: relative;
  letter-spacing: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.event_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.event_unit {
  width: 50%;
  padding-left: 7%;
}
.event_title {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.5rem;
}
.event_date {
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  color: #828282;
}
.event_date span {
  margin-left: -6px;
}
/**************************************
/* イベント詳細
***************************************/
img {
  max-width: 100%;
  height: auto;
}
.single_event_container .event_date {
  font-size: 0.75rem;
  margin-bottom: 0.8rem;
}
.sievent_title {
  font-size: 1.0625rem;
  line-height: 1.64;
  letter-spacing: 0.02em;
  margin-bottom: 1.9rem;
}
.sievent_eye_img {
  margin-bottom: 2.6rem;
}
.sievent_eye_img img {
  max-width: 100%;
  height: auto;
}
.sievent_table {
  margin-bottom: 5.75rem;
}
.sievent_table tr {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}
.sievent_table th, .sievent_table td {
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.sievent_table th {
  width: 27%;
}
.sievent_table tr:first-child {
  border-top: 1px solid rgba(211, 211, 211, 0.5);
}
.sievent_table td {
  width: 73%;
}
.ev_map{
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 55 / 31;
	margin-top: 30px;
}
.ev_map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sevent_form{
	margin-top: 6.25rem;
}
/*||予約する-ボタン||*/
.single_ev_btn {
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  position: relative;
  width: 130px;
  height: 34px;
  margin: 0 auto;
  color: #ededea;
  background-color: #000;
  padding-left: 15px;
  border-radius: 17px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.single_ev_btn:hover {
  color: #000;
  background-color: #ededea;
  transition: all 0.5s;
}
.single_ev_btn::before {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("../images/arrow_ivory.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
.single_ev_btn:hover::before {
  background-image: url("../images/arrow_dark.svg");
  transition: all 0.5s;
}
.sievent_table .single_ev_btn{
	margin-top: 30px;
}
/**************************************
/* スタッフ一覧
***************************************/
.staff_block > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.staff_block > ul > li {
  width: calc((100% - 10px) /2);
  margin-bottom: 1.75rem;
}
.staff_item {
  display: block;
}
.staff_img {
  aspect-ratio: 8 / 11;
  margin-bottom: 1.2rem;
}
.staff_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.staff_name {
  font-size: 0.9375rem;
  line-height: 1;
  color: #000;
  margin-bottom: 0.7rem;
}
.staff_english {
  font-size: 0.625rem;
  line-height: 1;
  color: #828282;
  margin-bottom: 0.7rem;
}
.staff_type {
  font-size: 0.625rem;
  color: #828282;
}
/**************************************
/* スタッフ詳細
***************************************/
.sistaff_eye_img {
  aspect-ratio: 8 / 11;
  width: 92%;
  margin: 0 0 2.4rem auto;
}
.sistaff_txt_block .staff_name {
  font-size: 1.125rem;
}
.sistaff_txt_block .staff_english {
  font-size: 0.75rem;
  margin-bottom: 0.9rem;
}
.sistaff_txt_block .staff_type {
  font-size: 0.75rem;
  margin-bottom: 1.4rem;
}
.sistaff_txt_block .staff_detail {
  font-size: 0.75rem;
  line-height: 1.66;
}
/*||関連記事||*/
.single_other_block .staff_block > ul > li:nth-last-child(2), .single_other_block .staff_block > ul > li:last-child {
  margin-bottom: 0;
}
/**************************************
/* YouTube一覧
***************************************/
.youtube_block > ul > li {
  margin-bottom: 1rem;
}
/**************************************
/* 不動産情報一覧
***************************************/
.archive_estate_container .works_img {
  position: relative;
}
.siestate_category_name {
  font-size: 0.625rem;
  background-color: #000;
  color: #ededea;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.archive_estate_container .event_date {
  display: flex;
}
.archive_estate_container .event_date span {
  white-space: nowrap;
  margin-left: 0;
}
/**************************************
/* 不動産情報詳細
***************************************/
.siestate_cat_wrap {
  margin-bottom: 1.6rem;
}
.siestate_cat_name {
  font-size: 0.625rem;
  background-color: #000;
  color: #ededea;
  display: inline-block;
  padding: 2px 8px;
  margin-bottom: 0;
}
.single_estate_container .sievent_title {
  margin-bottom: 1rem;
}
.single_estate_container .event_date span {
  margin-left: 0;
}
.single_estate_container .sievent_eye_img {
  margin-top: 2rem;
  margin-bottom: 1.6rem;
}
.single_estate_container .sicase_detail_txt {
  margin-bottom: 2.4rem;
}
.siestate_repeat_block {
  margin-bottom: 3rem;
}
.siestate_map {
  margin-bottom: 3rem;
}
.siestate_fac_block {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.siestate_fac_block {
  margin-bottom: 2rem;
}
.siestate_fac_block > .siestate_fac_item {
  width: calc((100% - 4%) / 2);
  margin-bottom: 1.4rem;
}
.siestate_fac_img {
  aspect-ratio: 80 / 53;
}
.siestate_fac_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.siestate_fac_title {
  font-size: 0.6875rem;
  line-height: 1.5;
  margin-top: 0.7rem;
  margin-bottom: 0.2rem;
}
.siestate_fac_box {
  display: flex;
  flex-wrap: wrap;
}
.siestate_fac_box > li {
  font-size: 0.625rem;
  color: #828282;
  width: auto;
  margin-right: 10px;
}
.single_estate_container .sievent_table {
  margin-bottom: 3rem;
}
.single_estate_container .sievent_table th {
  width: 40%;
}
.single_estate_container .sievent_table td {
  width: 60%;
}
/**************************************
/* 投稿一覧
***************************************/
.info_block > ul > li {
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(211, 211, 211, 0.5);
}
.info_block > ul > li:first-child {
  border-top: 1px solid rgba(211, 211, 211, 0.5);
}
.info_item {
  display: block;
}
.info_date {
  font-size: 0.75rem;
  line-height: 1;
  color: #828282;
  margin-bottom: 0.6rem;
}
.info_title {
  font-size: 0.75rem;
  color: #000;
}
/*+++++++++++++++++
accordion
******************/
.accordion {
  position: relative;
}
.accordion-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.toggle_list_arrow {
  width: 25px;
  height: 25px;
  background-color: #737477;
  border-radius: 50%;
  position: relative;
}
.toggle_list_arrow::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s;
}
.accordion-title.open .toggle_list_arrow::before {
  opacity: 0;
  transition: all 0.5s;
}
.toggle_list_arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.accordion-content {
  display: none;
  padding-top: 2.1rem;
  padding-bottom: 2.8rem;
}
.toggle_list_2col_inner {
  display: flex;
}
.toggle_list_2col_inner > ul {
  width: 50%;
}
.toggle_list_2col_inner > ul > li {
  margin-bottom: 0.53rem;
}
.toggle_list_2col_inner > ul > li:last-child {
  margin-bottom: 0;
}
.accordion-content > ul {
  position: relative;
  margin-top: -9px;
  /*  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
}
.accordion-content > ul > li {
  /*  width: 50%;*/
  margin-bottom: 0.53rem;
}
/*.accordion-content > ul > li:nth-last-child(2), .accordion-content > ul > li:last-child {
  margin-bottom: 0;
}*/
.accordion-content > ul > li:last-child {
  margin-bottom: 0;
}
.toggle_list_inner_title {
  font-size: 0.857rem;
  color: #555;
}
/*+++++++++++++++++
accordion-end
******************/
/**************************
CATEGORY表示
**************************/
.page_archive_wrap {
  margin-bottom: 1.8rem;
}
.page_archive_wrap .accordion-title {
  font-size: 0.714rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  transition: all 0.3s;
}
.accordion-title.js-accordion-title.open {
  transition: all 0.3s;
}
.head_list_arrow {
  width: 10px;
  height: 10px;
  margin-left: 6px;
  position: relative;
}
.head_list_arrow::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.5s;
}
.accordion-title.open .head_list_arrow::before {
  opacity: 0;
  transition: all 0.5s;
}
.head_list_arrow::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.page_archive_wrap .accordion-content {
  position: absolute;
  background-color: #ededea;
  border: 1px solid rgba(211, 211, 211, 0.5);
  width: 120px;
  padding: 0.5rem 1rem 1rem;
  z-index: 1;
  top: 28px;
  z-index: 10;
}
.head_category_list > ul > li {
  margin-bottom: 0.1rem;
}
.head_category_list > ul > li:last-child {
  margin-bottom: 0;
}
.head_category_txt {
  font-size: 0.714rem;
  color: #000;
}
/**************************************
/* 投稿詳細
***************************************/
.single_date {
  font-size: 0.75rem;
  line-height: 1;
  color: #828282;
  margin-bottom: 1rem;
}
.single_title {
  font-size: 1.0625rem;
  line-height: 1.64;
  letter-spacing: 0.02em;
  margin-bottom: 1.8rem;
}
.single_container #main2 {
  margin-bottom: 0;
}
.single_contents {
  font-size: 0.75rem;
  line-height: 1.66;
}
/*||prev,next表示||*/
.single_nextbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  /* width: 84%;*/
  margin-top: 4.5rem;
  padding-top: 3.7rem;
  border-top: 1px solid rgba(211, 211, 211, 0.5);
}
.single_prev, .single_next {
  margin-bottom: 0;
}
.single_link_btn, .single_nolink {
  font-size: 0.6875rem;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 9px;
  width: 100px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid rgba(115, 115, 115, 0.5);
  position: relative;
}
.single_link_btn {
  transition: all 0.5s;
}
.single_link_btn:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
  opacity: 1;
}
.single_nolink {
  opacity: 0.5;
}
.single_nolink:hover {
  color: #000;
}
.single_link_btn span, .single_nolink span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.5px;
  height: 8px;
}
.single_link_btn span {
  transition: all 0.5s;
}
.single_link_btn:hover span {
  filter: invert(100%);
  transition: all 0.5s;
}
.single_link_btn span img, .single_nolink span img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.single_menu {
  font-size: 0.6875rem;
  text-decoration: underline;
  color: #000;
  line-height: 1;
  transition: all 0.5s;
}
.single_menu:hover {
  color: #000;
  opacity: 0.5;
  transition: all 0.5s;
}
/**************************************
/* イベント詳細ページ-カタログ表示
***************************************/
.catarog_wrap {
  overflow-x: clip;
}
.catarog_wrap .youtube {
  padding-top: 82.5%;
}
/*||||*/
/*||||*/
/**************************************
/* レスポンシブ改行
***************************************/
@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;
  }
}