@charset "UTF-8";
/*
Theme Name: meiyu
Author: Sinmido
Description: original theme
version： 2.0.0
*/
/*============
サイト全体の基準となるCSSを記述
=============*/
html {
  font-size: 62.5%;
  width: 100%;
  scroll-padding-top: 130px; /* ヘッダーページ内リンク設定 */
}

body {
  font-family: "YuMincho", "Yu Mincho", serif;
  font-size: 1.6rem; /* 16px*/
  line-height: 2;
  margin: 0;
  padding: 0;
  color: #333;
  background: #F0F0F1;
}

article {
  width: calc(100% - 50px);
}

@media (max-width: 1025px) {
  article {
    width: 100%;
  }
}
* {
  box-sizing: border-box;
  text-transform: none !important;
  margin: 0;
  padding: 0;
}

/*見出し設定*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #4C4C54;
}

/* ビジュアルエディタ設定*/
h2:not(.topic, .logo), h3:not(.topic), h4:not(.year_btn) {
  font-weight: 500;
  color: #4C4C54;
}

h2:not(.topic, .logo) {
  margin-bottom: 1%;
  margin-top: 10%;
  font-size: 20px;
}

@media (max-width: 767px) {
  h2:not(.topic, .logo) {
    font-size: 18px;
  }
}
h3:not(.topic) {
  padding-bottom: 1%;
  border-bottom: 2px solid #333;
  margin-bottom: 1%;
  margin-top: 10%;
}

h4:not(.year_btn) {
  font-size: 16px;
  text-align: left;
  /*margin-top: 5%;*/
  margin-top: 10%;
  margin-bottom: 1%;
  padding: 2% 5%;
  color: #fff;
  background-color: #4C4C54;
}

@media (max-width: 767px) {
  h4:not(.year_btn) {
    font-size: 15px;
    /*margin-top: 3%;*/
    padding: 2% 10%;
  }
}
/* ビジュアルエディタ設定ここまで*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* または vertical-align: top; */
}

a:hover img {
  opacity: 0.9;
  transition: 0.6s;
}

a.nolink:hover, a.nolink:hover img {
  opacity: 1 !important;
  pointer-events: none; /* aタグのリンクを無効にする */
  cursor: default;
}

a {
  text-decoration: none;
  color: #4C4C54;
}

a:hover {
  color: #666;
}

p {
  margin-bottom: 5%;
}

ul {
  list-style: none;
}

section {
  margin-top: 10%;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .sp {
    display: block;
  }
}
.pc {
  display: block;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
.wrap {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .wrap {
    width: 90%;
  }
}
i.size-small {
  font-size: 1rem;
}

.sp-br {
  display: none;
}

@media (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}
.pc-br {
  display: inline;
}

@media (max-width: 767px) {
  .pc-br {
    display: none;
  }
}
/*パンくずリスト設定*/
ul#breadcrumb {
  font-size: 0.3em;
  padding: 2% 1% 1% 1%;
}

@media (max-width: 1025px) {
  ul#breadcrumb {
    padding: 2% 1% 1% 3%;
    font-size: 10px;
  }
}
ul#breadcrumb li {
  display: inline;
}

ul#breadcrumb li a {
  color: inherit;
}

ul#breadcrumb li a:hover {
  opacity: 0.6;
}

ul#breadcrumb li + li:before {
  content: ">";
  margin-right: 0.6em;
  margin-left: 0.3em;
}

a.comingsoon {
  pointer-events: none;
}

/*============
header設定
=============*/
header {
  width: 50px;
  height: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0;
  right: 0;
  background: #F0F0F1;
  border: solid 1px #D4D4D5;
  z-index: 9;
}

@media (max-width: 1025px) {
  header {
    width: 100%;
    height: 65px;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  header {
    height: 55px;
    padding: 0;
    /*& ~ * {
      padding-top: 75px;
    }*/
  }
}
.header-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 95%;
  /* 20240531追加 */
}

@media (max-width: 1025px) {
  .header-flex {
    justify-content: right;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .header-flex {
    width: 100%;
    height: 55px;
  }
}
.header-flex .menu-text {
  color: #4C4C54;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
  margin: 30px auto 0;
  cursor: pointer;
  cursor: hand;
}

@media (max-width: 1025px) {
  .header-flex .menu-text {
    writing-mode: unset;
    letter-spacing: 0.05em;
    width: 70%;
    height: 65px;
    margin: 0 55px 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-flex .menu-text {
    height: 55px;
    line-height: 55px;
    margin: 0 40px 0 auto;
  }
}
.header-flex .menu-text span {
  color: #75757B;
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-top: 1em;
  writing-mode: vertical-rl;
}

@media (max-width: 1025px) {
  .header-flex .menu-text span {
    display: none;
  }
}
.header-flex _:lang(x) + _:-webkit-full-screen-document, .header-flex .menu-text {
  width: 50px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-flex .open .menu-text {
  display: none;
}

.header-flex .close-text {
  display: none;
}

.header-flex .open .close-text {
  display: block;
  color: #4C4C54;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  margin-top: 30px;
  cursor: pointer;
  cursor: hand;
}

@media (max-width: 1025px) {
  .header-flex .open .close-text {
    writing-mode: unset;
    letter-spacing: 0.05em;
    width: 70%;
    height: 65px;
    margin: 0 55px 0 auto;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-flex .open .close-text {
    height: 55px;
    line-height: 55px;
    margin: 0 35px 0 auto;
    white-space: nowrap;
  }
}
.header-flex .open .close-text span {
  color: #75757B;
  font-size: 10px;
  letter-spacing: 0.05em;
  margin-top: 1em;
}

@media (max-width: 1025px) {
  .header-flex .open .close-text span {
    display: none;
  }
}
.header-flex _:lang(x) + _:-webkit-full-screen-document, .header-flex .open .close-text {
  width: 50px;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-flex h1.logo {
  display: block;
  position: absolute;
  bottom: 180px;
  right: 7px;
  width: 70%;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .header-flex h1.logo {
    bottom: 13px;
    right: 0;
    left: 12px;
    width: 30%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-flex h1.logo {
    bottom: 9px;
  }
}
.header-flex h1.logo img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

@media (max-width: 1025px) {
  .header-flex h1.logo img {
    max-width: unset;
    margin: 0;
    padding: 0;
  }
}
.header-flex .open h1.logo {
  display: none;
}

@media (max-width: 1025px) {
  .header-flex .open h1.logo {
    display: block;
  }
}
.header-flex .instagram {
  display: block;
  position: absolute;
  bottom: 200px;
  right: 7px;
  width: 70%;
  padding: 0;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .header-flex .instagram {
    bottom: 13px;
    right: 0;
    left: 55px;
    width: 30%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .header-flex .instagram {
    bottom: 9px;
  }
}
.header-flex .instagram img {
  width: 35px;
  height: 35px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .header-flex .instagram img {
    max-width: unset;
    margin: 0;
    padding: 0;
  }
}
.header-flex .open .instagram {
  display: none;
}

@media (max-width: 1025px) {
  .header-flex .open .instagram {
    display: block;
  }
}
/*============
nav
=============*/
nav {
  display: flex;
  justify-content: right;
  align-items: center;
  position: fixed;
  top: 0;
  left: 1600px;
  bottom: 0;
  width: calc(100% - 50px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 99;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background: #24242E;
  margin-top: 0;
  margin-right: 0;
}

@media (max-width: 1025px) {
  nav {
    justify-content: center;
    width: 100%;
    top: 65px;
  }
}
@media (max-width: 767px) {
  nav {
    left: 800px;
    top: 55px;
  }
}
.open nav {
  left: 0;
  opacity: 1;
}

nav .inner {
  width: 70%;
  padding: 15px 0;
}

@media (max-width: 767px) {
  nav .inner {
    width: 80%;
    margin-top: -50px;
  }
}
nav .inner .navi {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1025px) {
  nav .inner .navi {
    min-height: 441px;
  }
}
nav .inner h2.logo {
  width: 30%;
  text-align: right;
  padding-right: 20px;
}

@media (max-width: 1025px) {
  nav .inner h2.logo {
    display: none;
  }
}
nav .inner h2.logo img {
  width: 60px;
  max-width: unset;
}

nav .inner h2.logo a:hover, nav .inner h2.logo img:hover {
  opacity: 0.9;
}

nav .inner ul {
  width: 40%;
  list-style: none;
  margin: 10% auto;
  padding: 0;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1025px) {
  nav .inner ul {
    width: 100%;
  }
}
nav .inner ul li {
  width: 100%;
  margin-bottom: 6%;
}

nav .inner ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  width: 100%;
  padding: 1% 0;
  font-size: 12px;
  font-weight: 700;
  color: #F0F0F1;
  line-height: 1;
}

@media (max-width: 767px) {
  nav .inner ul li a {
    font-size: 14px;
  }
}
nav .inner ul li a:hover {
  color: #F0F0F1;
}

nav .inner ul li a span {
  white-space: nowrap;
}

nav .inner ul li a span.tensen {
  border-top: 2px dotted #F0F0F1;
  width: inherit;
  margin-left: 5%;
  margin-right: 5%;
}

nav .inner ul li.menu-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1% 0 3%;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10%;
  color: #F0F0F1;
  border-bottom: solid 1px #F0F0F1;
}

@media (max-width: 1025px) {
  nav .inner ul li.menu-list {
    margin-bottom: 15%;
  }
}
@media (max-width: 767px) {
  nav .inner ul li.menu-list {
    font-size: 14px;
  }
}
nav .inner ul li.menu-list small {
  font-size: 10px;
}

@media (max-width: 767px) {
  nav .inner ul li.menu-list small {
    font-size: 12px;
  }
}
nav .inner ul li.menu-privacy {
  width: 12em;
  margin-top: 12%;
  font-size: 12px;
}

@media (max-width: 540px) {
  nav .inner ul li.menu-privacy {
    width: 13.5em;
  }
}
nav .inner ul li.menu-privacy span.img-link img {
  width: 18px;
}

@media (max-width: 540px) {
  nav .inner ul li.menu-privacy span.img-link img {
    width: 16px;
  }
}
/*============
メニュー内お問い合わせ
=============*/
.contact-pc {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 150px;
  writing-mode: vertical-rl;
  border-top: solid 1px #D4D4D5;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 99;
  padding: 5% 1% 0;
}

.contact-pc a {
  font-size: 14px;
  font-weight: 500;
  color: #75757B;
}

@media (max-width: 767px) {
  .contact-pc {
    display: none;
  }
}
_:lang(x) + _:-webkit-full-screen-document, .contact-pc {
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.open .contact-pc {
  display: none;
}

/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 7px;
  width: 30px;
  height: 30px;
  transition: all 0.1s;
  cursor: pointer;
  z-index: 99;
}

@media (max-width: 1025px) {
  .toggle_btn {
    top: 12px;
    right: 15px;
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #75757B;
  border-radius: 4px;
  transition: all 0.1s;
}

.toggle_btn span:nth-child(1) {
  top: 8px;
}

.toggle_btn span:nth-child(2) {
  bottom: 8px;
}

.open .toggle_btn {
  top: 80%;
  right: 10px;
}

@media (max-width: 1025px) {
  .open .toggle_btn {
    top: 18px;
    right: 15px;
  }
}
.open .toggle_btn span {
  width: 30px;
  background-color: #75757B;
}

.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(-330deg);
  transform: translateY(0px) rotate(-330deg);
}

.open .toggle_btn span:nth-child(2) {
  -webkit-transform: translateY(-12px) rotate(330deg);
  transform: translateY(-12px) rotate(330deg);
}

/*============
TOP
=============*/
@media (max-width: 767px) {
  main.index-top {
    margin-top: 0;
    margin-bottom: 0;
  }
}
main.index-top section.index-main {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1025px) {
  main.index-top section.index-main {
    margin-bottom: 3%;
  }
}
@media (max-width: 767px) {
  main.index-top section.index-main {
    margin-bottom: 5%;
    flex-direction: row-reverse;
  }
}
main.index-top section.index-main .top-img {
  width: 70%;
  margin: 2% 0 2% 2%;
}

@media (max-width: 767px) {
  main.index-top section.index-main .top-img {
    width: 85%;
    margin: 2% 0;
  }
}
main.index-top section.index-main .top-img img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  main.index-top section.index-main .top-img img {
    height: 100vh;
    margin-top: -1px;
    /*object-position: 80% center;*/
    object-position: 50% center;
    padding-top: 10%;
    overflow: hidden;
  }
}
main.index-top section.index-main .top-text {
  margin: 0 auto;
  width: 30%;
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  main.index-top section.index-main .top-text {
    width: 15%;
    border: solid 1px #D4D4D5;
    height: 100vh;
  }
}
main.index-top section.index-main .top-text p.text {
  color: #4C4C54;
  font-size: 14px;
  text-align: center;
  /*text-shadow:0 0 5px #666;*/
  margin: 0 auto;
}

@media (max-width: 767px) {
  main.index-top section.index-main .top-text p.text {
    font-size: 13px;
    writing-mode: vertical-rl;
    margin-top: 13vh;
  }
}
main.index-top section.index-main .top-text .top-line {
  position: absolute;
  bottom: -180px;
  left: 50%;
  width: 1px;
  height: 100px;
  background-color: #9D9DA2;
}

@media (max-width: 767px) {
  main.index-top section.index-main .top-text .top-line {
    bottom: 18vh;
    left: 50%;
    height: 100px;
  }
}
section.concept-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  margin: 10% auto 0;
}

@media (max-width: 767px) {
  section.concept-index {
    width: 85%;
    flex-direction: column;
    margin: 3% auto 0;
  }
}
section.concept-index .concept-box {
  width: 50%;
  text-align: center;
  padding: 20px 5px;
}

@media (max-width: 767px) {
  section.concept-index .concept-box {
    width: 100%;
  }
}
section.concept-index .concept-box h2.topic {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3%;
  color: #4C4C54;
  text-align: left;
}

@media (max-width: 767px) {
  section.concept-index .concept-box h2.topic {
    font-size: 16px;
    padding: 0;
    margin-bottom: 1%;
    line-height: 2.3;
  }
}
section.concept-index .concept-box h2.topic span {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 10px;
  margin-bottom: 1%;
}

@media (max-width: 767px) {
  section.concept-index .concept-box h2.topic span {
    margin-bottom: 3%;
  }
}
section.concept-index .concept-box h2.topic span::before {
  content: "";
  width: 4rem;
  border-top: solid 1px #4C4C54;
  margin-right: 1em;
}

section.concept-index .concept-box p.text {
  color: #4C4C54;
  font-size: 13px;
  text-align: left;
  margin: 0 auto 8%;
}

@media (max-width: 767px) {
  section.concept-index .concept-box p.text {
    margin: 0 auto 3%;
  }
}
section.concept-index .concept-img {
  width: 50%;
}

@media (max-width: 767px) {
  section.concept-index .concept-img {
    width: 100%;
  }
}
section.concept-index .concept-img img {
  width: 100%;
  /*height: 300px;*/
  height: auto;
  object-fit: cover;
  /*@include sp {
    height: 150px;
  }*/
}

section.concept-index p.link-button {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.concept-index p.link-button {
    width: 100%;
    margin: 10% auto 0;
    text-align: center;
  }
}
section.concept-index p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4C4C54;
  border: solid 1px #4C4C54;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.concept-index p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.concept-index p.link-button a:hover {
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

@media (max-width: 767px) {
  section.stories-index {
    margin: 15% auto 0;
  }
}
section.stories-index .stories-img {
  position: relative;
}

section.stories-index .stories-img img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
  filter: brightness(60%) contrast(75%);
}

@media (max-width: 767px) {
  section.stories-index .stories-img img {
    height: 450px;
  }
}
section.stories-index .stories-img .stories-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 20px 5px;
}

section.stories-index .stories-img .stories-box h2.topic {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3%;
  color: #F0F0F1;
}

@media (max-width: 767px) {
  section.stories-index .stories-img .stories-box h2.topic {
    font-size: 16px;
    padding: 0 5%;
    margin-bottom: 5%;
    line-height: 2.3;
  }
}
section.stories-index .stories-img .stories-box p.text {
  color: #F0F0F1;
  font-size: 13px;
  text-align: center;
  margin: 0 auto 3%;
}

@media (max-width: 767px) {
  section.stories-index .stories-img .stories-box p.text {
    line-height: 1.5;
  }
}
section.stories-index .stories-img .stories-box p.text span {
  display: block;
  font-size: 16px;
  margin-bottom: 1%;
}

@media (max-width: 767px) {
  section.stories-index .stories-img .stories-box p.text span {
    font-size: 14px;
    margin-bottom: 3%;
  }
}
section.stories-index .stories-img .stories-box p.link-button {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.stories-index .stories-img .stories-box p.link-button {
    width: 100%;
    margin: 10% auto 0;
  }
}
section.stories-index .stories-img .stories-box p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #F0F0F1;
  border: solid 1px #F0F0F1;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.stories-index .stories-img .stories-box p.link-button a {
    font-size: 13px;
    border: solid 1px #F0F0F1;
    width: 50%;
    padding: 5px;
  }
}
section.stories-index .stories-img .stories-box p.link-button a:hover {
  color: #fff;
  filter: opacity(80%);
  background-color: rgba(26, 26, 26, 0.262745098);
  /*transform: translateY(0.1875em);*/
}

section.event-index {
  width: 100%;
  margin: 5% auto 0;
  padding: 5% 0;
  text-align: center;
}

@media (max-width: 767px) {
  section.event-index {
    width: 100%;
    margin: 5% auto 0;
    padding: 10% 0;
  }
}
section.event-index .event-box {
  margin: 0 auto 3%;
}

@media (max-width: 767px) {
  section.event-index .event-box {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 3%;
  }
}
section.event-index .event-box h2.topic {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  section.event-index .event-box h2.topic {
    font-size: 16px;
  }
}
section.event-index ul.event-list {
  width: 75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 5%;
}

@media (max-width: 1025px) {
  section.event-index ul.event-list {
    width: 100%;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  section.event-index ul.event-list {
    flex-direction: column;
    flex-grow: 20px;
    margin: 0 auto 10%;
  }
}
section.event-index ul.event-list li {
  width: 50%;
  padding: 3% 2%;
  text-align: left;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li {
    width: 100%;
  }
}
section.event-index ul.event-list li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li a {
    flex-direction: column;
  }
}
section.event-index ul.event-list li a:hover {
  color: #555;
  opacity: 0.8;
}

section.event-index ul.event-list li a .img-box {
  position: relative;
  width: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li a .img-box {
    width: 100%;
  }
}
section.event-index ul.event-list li a .img-box .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70%;
}

section.event-index ul.event-list li a .img-box img {
  width: 100%;
  max-width: 180px;
  height: 180px;
  object-fit: cover;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li a .img-box img {
    max-width: 70vw;
    height: 70vw;
  }
}
section.event-index ul.event-list li a .img-box p.topic {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 5px #333;
}

section.event-index ul.event-list li a .text-box {
  width: 50%;
  padding-left: 3%;
}

@media (max-width: 1025px) {
  section.event-index ul.event-list li a .text-box {
    width: 60%;
  }
}
@media (max-width: 767px) {
  section.event-index ul.event-list li a .text-box {
    width: 70vw;
    margin: 0 auto;
    padding-left: 0;
  }
}
section.event-index ul.event-list li a .text-box .title-box p.tag-flex {
  display: flex;
  align-items: center;
  font-size: 13px;
  margin: 4% auto 5%;
  text-align: left;
  width: 100%;
  column-gap: 2%;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li a .text-box .title-box p.tag-flex {
    font-size: 11px;
  }
}
section.event-index ul.event-list li a .text-box .title-box p.tag-flex span {
  position: relative;
  display: block;
  width: 35%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li a .text-box .title-box p.tag-flex span {
    width: 30%;
  }
}
section.event-index ul.event-list li a .text-box .title-box p.tag-flex span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  z-index: -1;
  left: 0;
}

section.event-index ul.event-list li a .text-box .title-box p.tag-flex span.tag1 {
  color: #fff;
  background-color: #24242E;
  border: solid 1px #24242E;
}

section.event-index ul.event-list li a .text-box .title-box p.tag-flex span.tag2 {
  color: #4C4C54;
  background-color: #fff;
  border: solid 1px #24242E;
}

section.event-index ul.event-list li a .text-box .title-box p.title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5%;
  line-height: 1.5;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li a .text-box .title-box p.title {
    font-size: 15px;
  }
}
section.event-index ul.event-list li a .text-box p.date {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5%;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li a .text-box p.date {
    font-size: 13px;
    margin-top: 2%;
  }
}
section.event-index ul.event-list li a .text-box p.text {
  /*width: 12em;*/
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 5%;
}

@media (max-width: 767px) {
  section.event-index ul.event-list li a .text-box p.text {
    margin-top: 2%;
  }
}
section.event-index p.link-button {
  text-align: center;
  margin-bottom: 0;
}

section.event-index p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4C4C54;
  border: solid 1px #4C4C54;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.event-index p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.event-index p.link-button a:hover {
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

section.banner-index {
  margin-top: 5%;
}

@media (max-width: 767px) {
  section.banner-index {
    display: none;
  }
}
section.banner-index .banner-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  filter: brightness(60%) contrast(75%);
}

section.column-index {
  width: 100%;
  margin: 3% auto 0;
  padding: 5% 0;
  text-align: center;
}

@media (max-width: 767px) {
  section.column-index {
    width: 100%;
    margin: 5% auto 0;
    padding: 10% 0;
  }
}
section.column-index .column-box {
  margin: 0 auto 5%;
}

@media (max-width: 767px) {
  section.column-index .column-box {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 3%;
  }
}
section.column-index .column-box h2.topic {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  section.column-index .column-box h2.topic {
    font-size: 16px;
  }
}
section.column-index ul.column-list {
  width: 80%;
  display: flex;
  justify-content: left;
  /*align-items: center;*/
  margin: 0 auto 5%;
}

@media (max-width: 1025px) {
  section.column-index ul.column-list {
    width: 100%;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  section.column-index ul.column-list {
    width: 100%;
    flex-direction: column;
    flex-grow: 20px;
    margin: 0 auto 10%;
  }
}
section.column-index ul.column-list li {
  width: 25%;
  padding: 2%;
  text-align: left;
}

@media (max-width: 1025px) {
  section.column-index ul.column-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  section.column-index ul.column-list li {
    width: 100%;
  }
}
section.column-index ul.column-list li a {
  width: 100%;
  display: flex;
  flex-direction: column;
}

section.column-index ul.column-list li a:hover {
  color: #555;
  opacity: 0.8;
}

section.column-index ul.column-list li a .img-box {
  position: relative;
  width: 100%;
  text-align: center;
}

section.column-index ul.column-list li a .img-box .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70%;
}

section.column-index ul.column-list li a .img-box img {
  width: 100%;
  max-width: 180px;
  height: 180px;
  object-fit: cover;
}

@media (max-width: 767px) {
  section.column-index ul.column-list li a .img-box img {
    max-width: 70vw;
    height: 70vw;
  }
}
section.column-index ul.column-list li a .img-box p.topic {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 5px #333;
}

section.column-index ul.column-list li a .text-flex {
  width: 100%;
}

@media (max-width: 767px) {
  section.column-index ul.column-list li a .text-flex {
    width: 70vw;
    margin: 0 auto;
  }
}
section.column-index ul.column-list li a .text-flex p.date {
  font-size: 10px;
  color: #333333;
  line-height: 1.5;
  position: relative;
  text-align: left;
  margin-top: 3%;
  margin-bottom: 1%;
}

@media (max-width: 1025px) {
  section.column-index ul.column-list li a .text-flex p.date {
    width: 80%;
    margin: 3% auto 1%;
  }
}
@media (max-width: 767px) {
  section.column-index ul.column-list li a .text-flex p.date {
    width: 100%;
    font-size: 13px;
  }
}
section.column-index ul.column-list li a .text-flex p.title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  text-align: left;
  margin-top: 8%;
  margin-bottom: 2%;
}

@media (max-width: 1025px) {
  section.column-index ul.column-list li a .text-flex p.title {
    width: 80%;
    margin: 3% auto 2%;
  }
}
@media (max-width: 767px) {
  section.column-index ul.column-list li a .text-flex p.title {
    width: 100%;
    font-size: 14px;
    margin-top: 5%;
  }
}
section.column-index p.link-button {
  text-align: center;
  margin-bottom: 0;
}

section.column-index p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4C4C54;
  border: solid 1px #4C4C54;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.column-index p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.column-index p.link-button a:hover {
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

section.gallery-index {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  margin: 10% auto 0;
}

@media (max-width: 767px) {
  section.gallery-index {
    width: 85%;
    flex-direction: column;
    margin: 3% auto 0;
  }
}
section.gallery-index .gallery-box {
  width: 40%;
  text-align: center;
  padding: 20px 5px;
  margin-left: 3%;
}

@media (max-width: 767px) {
  section.gallery-index .gallery-box {
    width: 100%;
    margin: 0 auto;
  }
}
section.gallery-index .gallery-box h2.topic {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3%;
  color: #4C4C54;
  text-align: left;
}

@media (max-width: 767px) {
  section.gallery-index .gallery-box h2.topic {
    font-size: 16px;
    padding: 0;
    margin-bottom: 1%;
    line-height: 2.3;
  }
}
section.gallery-index .gallery-box p.text {
  color: #4C4C54;
  font-size: 13px;
  text-align: left;
  margin: 0 auto 8%;
}

@media (max-width: 767px) {
  section.gallery-index .gallery-box p.text {
    margin: 0 auto 3%;
  }
}
section.gallery-index .gallery-img {
  width: 60%;
}

@media (max-width: 767px) {
  section.gallery-index .gallery-img {
    width: 100%;
  }
}
section.gallery-index .gallery-img img {
  width: 100%;
  /*height: 350px;*/
  height: auto;
  object-fit: cover;
  /*@include sp {
    height: 200px;
  }*/
}

section.gallery-index p.link-button {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.gallery-index p.link-button {
    width: 100%;
    margin: 10% auto 0;
    text-align: center;
  }
}
section.gallery-index p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4C4C54;
  border: solid 1px #4C4C54;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.gallery-index p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.gallery-index p.link-button a:hover {
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

section.contact-index {
  width: 50%;
  margin: 10% auto;
}

@media (max-width: 1025px) {
  section.contact-index {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section.contact-index {
    width: 100%;
    margin: 20% auto 5%;
  }
}
section.contact-index .contact-box {
  width: 100%;
  text-align: center;
  padding: 100px 5px;
  background: #24242E;
}

@media (max-width: 767px) {
  section.contact-index .contact-box {
    padding: 80px 5px;
  }
}
section.contact-index .contact-box p.link-button {
  text-align: center;
  margin-bottom: 0;
  margin-right: 40px;
}

section.contact-index .contact-box p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #F0F0F1;
  border: solid 2px #F0F0F1;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.contact-index .contact-box p.link-button a {
    font-size: 13px;
    width: 40%;
    padding: 5px;
  }
}
section.contact-index .contact-box p.link-button a::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  width: 80px;
  height: 1px;
  background: #F0F0F1;
}

@media (max-width: 767px) {
  section.contact-index .contact-box p.link-button a::after {
    width: 55px;
  }
}
section.contact-index .contact-box p.link-button a:hover {
  color: #fff;
  filter: opacity(80%);
  background-color: rgba(26, 26, 26, 0.262745098);
  transform: translateY(0.1875em);
}

/*============
concept
コンセプト
=============*/
section.concept-main {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 12% auto 0;
}

@media (max-width: 1025px) {
  section.concept-main {
    width: 90%;
  }
}
@media (max-width: 767px) {
  section.concept-main {
    width: 95%;
    margin: 170px auto 5%;
    flex-direction: column;
  }
}
section.concept-main .concept-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  width: 45%;
  margin: 1%;
}

@media (max-width: 767px) {
  section.concept-main .concept-img {
    width: 85%;
    margin-bottom: 3%;
  }
}
section.concept-main .concept-img ul.img-list {
  width: 33.333%;
}

section.concept-main .concept-img ul.img-list li {
  margin-bottom: 15px;
}

section.concept-main .concept-img ul.img-list li img {
  width: 100%;
  /*height: 270px;*/
  height: auto;
  object-fit: cover;
  /*@include tab{
    height: 170px;
  }

  @include sp {
    height: 150px;
  }*/
}

section.concept-main .concept-img ul.blank {
  /*margin-top: -270px;*/
  margin-top: -200px;
}

@media (max-width: 1025px) {
  section.concept-main .concept-img ul.blank {
    /*margin-top: -170px;*/
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  section.concept-main .concept-img ul.blank {
    /*margin-top: -150px;*/
    margin-top: -80px;
  }
}
section.concept-main .concept-box {
  width: 55%;
  text-align: center;
  padding: 20px 5px;
  margin-left: 5%;
}

@media (max-width: 767px) {
  section.concept-main .concept-box {
    width: 90%;
    margin: 0 auto;
  }
}
section.concept-main .concept-box h2.topic {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3%;
  color: #4C4C54;
  text-align: left;
}

@media (max-width: 767px) {
  section.concept-main .concept-box h2.topic {
    font-size: 18px;
    padding: 0;
    margin-bottom: 5%;
    line-height: 2.3;
  }
}
section.concept-main .concept-box h2.topic span {
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 10px;
  margin-bottom: 1%;
}

@media (max-width: 767px) {
  section.concept-main .concept-box h2.topic span {
    margin-bottom: 3%;
  }
}
section.concept-main .concept-box h2.topic span::before {
  content: "";
  width: 4rem;
  border-top: solid 1px #4C4C54;
  margin-right: 1em;
}

section.concept-main .concept-box p.title {
  color: #4C4C54;
  font-size: 15px;
  text-align: left;
  margin: 0 auto 8%;
}

@media (max-width: 767px) {
  section.concept-main .concept-box p.title {
    font-size: 13px;
    margin: 0 auto 10%;
  }
}
section.concept-main .concept-box p.text {
  color: #4C4C54;
  font-size: 12px;
  text-align: left;
  margin: 0 auto 15%;
}

@media (max-width: 767px) {
  section.concept-main .concept-box p.text {
    font-size: 13px;
    margin: 0 auto 5%;
  }
}
section.concept-main p.link-button {
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.concept-main p.link-button {
    width: 100%;
    margin: 10% auto 0;
    text-align: center;
  }
}
section.concept-main p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4C4C54;
  border: solid 1px #4C4C54;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.concept-main p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.concept-main p.link-button a:hover {
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

/*============
stories
わたし達の軌跡
=============*/
section.stories-main {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: 75%;
  margin: 5% auto 0;
}

@media (max-width: 1025px) {
  section.stories-main {
    width: 90%;
    margin: 10% auto 0;
  }
}
@media (max-width: 767px) {
  section.stories-main {
    width: 95%;
    margin: 20% auto 0;
    flex-direction: column;
  }
}
section.stories-main .stories-box {
  width: 40%;
  text-align: center;
  padding: 20px 5px;
  margin: 0;
}

@media (max-width: 767px) {
  section.stories-main .stories-box {
    width: 90%;
    margin: 0 auto;
  }
}
section.stories-main .stories-box h2.topic {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3%;
  color: #4C4C54;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

@media (max-width: 767px) {
  section.stories-main .stories-box h2.topic {
    font-size: 12px;
    padding: 0;
    margin-bottom: 5%;
    line-height: 2.3;
  }
}
section.stories-main .stories-box h2.topic::before {
  content: "";
  width: 4rem;
  border-top: solid 1px #4C4C54;
  margin-right: 1em;
}

section.stories-main .stories-box p.title {
  color: #4C4C54;
  font-size: 13px;
  text-align: left;
  margin: 0 auto 3%;
}

@media (max-width: 767px) {
  section.stories-main .stories-box p.title {
    font-size: 14px;
  }
}
section.stories-main .stories-box p.text {
  color: #4C4C54;
  font-size: 13px;
  text-align: left;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section.stories-main .stories-box p.text {
    font-size: 13px;
    margin: 0 auto 3%;
  }
}
section.stories-main .stories-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  width: 45%;
  margin: 1%;
}

@media (max-width: 767px) {
  section.stories-main .stories-img {
    width: 85%;
    margin: 0 auto 3%;
  }
}
section.stories-main .stories-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 767px) {
  section.stories-main .stories-img img {
    height: 120px;
  }
}
section.stories-detail {
  margin: 5% auto 10%;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  section.stories-detail {
    margin: 5% auto;
  }
}
section.stories-detail .stories-box {
  width: 95%;
  text-align: center;
  padding: 20px 5px;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 767px) {
  section.stories-detail .stories-box {
    width: 100%;
  }
}
section.stories-detail .stories-box ul.stories-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 5% auto;
  width: 90%;
}

@media (max-width: 1025px) {
  section.stories-detail .stories-box ul.stories-list {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.stories-detail .stories-box ul.stories-list {
    width: 90%;
    margin: 3% auto;
  }
}
section.stories-detail .stories-box ul.stories-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 5% 8%;
}

@media (max-width: 767px) {
  section.stories-detail .stories-box ul.stories-list li {
    flex-direction: column;
    width: 100%;
    padding: 8% 3%;
  }
}
section.stories-detail .stories-box ul.stories-list li .detail-box {
  width: 43%;
  display: block;
  margin: 0;
}

@media (max-width: 767px) {
  section.stories-detail .stories-box ul.stories-list li .detail-box {
    width: 100%;
  }
}
section.stories-detail .stories-box ul.stories-list li .detail-box h3.topic {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3%;
  color: #4C4C54;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

@media (max-width: 767px) {
  section.stories-detail .stories-box ul.stories-list li .detail-box h3.topic {
    font-size: 14px;
    padding: 0;
    margin-bottom: 5%;
    line-height: 2.3;
  }
}
section.stories-detail .stories-box ul.stories-list li .detail-box h3.topic::before {
  content: "";
  width: 4rem;
  border-top: solid 1px #4C4C54;
  margin-right: 1em;
}

section.stories-detail .stories-box ul.stories-list li .detail-box p.text {
  width: 100%;
  font-size: 13px;
  line-height: 2;
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.stories-detail .stories-box ul.stories-list li .detail-box p.text {
    width: 100%;
    font-size: 13px;
  }
}
section.stories-detail .stories-box ul.stories-list li img {
  width: 45%;
  height: auto;
  object-fit: cover;
}

@media (max-width: 767px) {
  section.stories-detail .stories-box ul.stories-list li img {
    width: 100%;
    height: 220px;
    object-position: center 60%;
    margin: 8% auto 5%;
  }
}
section.stories-detail .stories-box ul.stories-list li.order {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  section.stories-detail .stories-box ul.stories-list li.order {
    flex-direction: column;
  }
}
/*============
Event
イベント
=============*/
.event-main {
  position: relative;
  margin: 6% 3%;
}

@media (max-width: 1025px) {
  .event-main {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .event-main {
    margin: 55px auto 0;
  }
}
.event-main img {
  display: block;
  margin: 0 0 0 auto;
  width: 90%;
  /*height: 400px;*/
  height: auto;
  object-fit: cover;
  object-position: center 30%;
}

@media (max-width: 767px) {
  .event-main img {
    width: 100%;
    height: 150px;
    object-position: center 100%;
  }
}
.event-main h2.topic {
  font-size: 26px;
  background: #fff;
  position: absolute;
  width: 28%;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 6% 1%;
}

@media (max-width: 1025px) {
  .event-main h2.topic {
    width: 40%;
    padding: 8% 1%;
  }
}
@media (max-width: 767px) {
  .event-main h2.topic {
    font-size: 18px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 60%;
    padding: 5% 1%;
  }
}
.event-main h2.topic span {
  display: block;
  font-size: 11px;
  letter-spacing: normal;
}

section.event-list {
  width: 94%;
  margin: 10% auto;
  text-align: center;
  background: #fff;
  padding-bottom: 5%;
}

@media (max-width: 1025px) {
  section.event-list {
    width: 90%;
  }
}
@media (max-width: 767px) {
  section.event-list {
    width: 100%;
    margin: 25% auto 0;
    background: transparent;
    padding-bottom: 0;
  }
}
section.event-list ul.event_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  /*max-width: 1100px;*/
  padding: 8% 8% 4%;
  text-align: center;
  row-gap: 40px;
  column-gap: 5%;
}

@media (max-width: 1025px) {
  section.event-list ul.event_box {
    width: 100%;
    max-width: 100%;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  section.event-list ul.event_box {
    width: 85%;
    column-gap: 6%;
    padding: 0 0 15%;
    border-bottom: solid 1px #D4D4D5;
  }
}
section.event-list ul.event_box li {
  width: 28%;
  height: auto;
  flex-direction: column;
  box-sizing: border-box;
  margin: 1%;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  section.event-list ul.event_box li {
    width: 45%;
  }
}
section.event-list ul.event_box li a.thumbs {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

section.event-list ul.event_box li a.thumbs .img-box {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  section.event-list ul.event_box li a.thumbs .img-box {
    height: 120px;
  }
}
section.event-list ul.event_box li a.thumbs .img-box .thumb {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70%;
}

section.event-list ul.event_box li a.thumbs .img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}

section.event-list ul.event_box li a.thumbs .img-box .dummy-bg {
  background-image: url(../img/event_default.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70%;
}

section.event-list ul.event_box li a.thumbs .img-box p.topic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-shadow: 0 0 5px #666;
}

@media (max-width: 1025px) {
  section.event-list ul.event_box li a.thumbs .img-box p.topic {
    font-size: 13px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  section.event-list ul.event_box li a.thumbs .img-box p.topic {
    font-size: 12px;
  }
}
section.event-list ul.event_box li a.thumbs:hover img {
  opacity: 0.5;
}

section.event-list ul.event_box li a.thumbs .text-box {
  width: 100%;
}

section.event-list ul.event_box li a.thumbs .text-box p.tag-flex {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin: 4% auto 5%;
  text-align: left;
  width: 100%;
  column-gap: 2%;
}

@media (max-width: 767px) {
  section.event-list ul.event_box li a.thumbs .text-box p.tag-flex {
    font-size: 11px;
  }
}
section.event-list ul.event_box li a.thumbs .text-box p.tag-flex span {
  position: relative;
  display: block;
  width: 30%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 767px) {
  section.event-list ul.event_box li a.thumbs .text-box p.tag-flex span {
    width: 40%;
    height: 20px;
    line-height: 20px;
  }
}
section.event-list ul.event_box li a.thumbs .text-box p.tag-flex span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  z-index: -1;
  left: 0;
}

section.event-list ul.event_box li a.thumbs .text-box p.tag-flex span.tag1 {
  color: #fff;
  background-color: #24242E;
  border: solid 1px #24242E;
}

@media (max-width: 767px) {
  section.event-list ul.event_box li a.thumbs .text-box p.tag-flex span.tag1 {
    display: none;
  }
}
section.event-list ul.event_box li a.thumbs .text-box p.tag-flex span.tag2 {
  color: #4C4C54;
  background-color: #fff;
  border: solid 1px #24242E;
}

@media (max-width: 767px) {
  section.event-list ul.event_box li a.thumbs .text-box p.tag-flex span.tag2 {
    color: #fff;
    background-color: #24242E;
    border: solid 1px #24242E;
  }
}
section.event-list ul.event_box li a.thumbs .text-box p.title {
  font-size: 14px;
  margin: 3% auto;
  text-align: left;
  width: 100%;
  line-height: 1.5;
}

@media (max-width: 767px) {
  section.event-list ul.event_box li a.thumbs .text-box p.title {
    font-size: 13px;
  }
}
section.event-list ul.event_box li a.thumbs .text-box p.date {
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  margin: 3% auto 0;
}

@media (max-width: 767px) {
  section.event-list ul.event_box li a.thumbs .text-box p.date {
    font-size: 12px;
    margin: 1% auto 0;
  }
}
section.event-list ul.event_box li a:hover {
  color: #555;
}

/*============
Event
イベント詳細
=============*/
section.event-detail {
  width: 94%;
  margin: 10% auto;
  text-align: center;
  background: #fff;
}

@media (max-width: 1025px) {
  section.event-detail {
    width: 90%;
  }
}
@media (max-width: 767px) {
  section.event-detail {
    width: 100%;
    margin: 30% auto 0;
  }
}
section.event-detail .event-box {
  width: 65%;
  margin: 0 auto;
  padding: 10% 0;
  text-align: left;
}

@media (max-width: 1025px) {
  section.event-detail .event-box {
    width: 75%;
  }
}
@media (max-width: 767px) {
  section.event-detail .event-box {
    width: 85%;
  }
}
section.event-detail .event-box .news_img {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70%;
}

section.event-detail .event-box .text-box {
  padding-bottom: 1%;
}

section.event-detail .event-box .text-box h3.topic {
  font-size: 22px;
  padding-right: 10%;
}

@media (max-width: 767px) {
  section.event-detail .event-box .text-box h3.topic {
    font-size: 14px;
    padding-right: 3%;
  }
}
section.event-detail .event-box dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  margin-top: 3%;
  margin-bottom: 1%;
}

@media (max-width: 767px) {
  section.event-detail .event-box dl {
    margin: 5% auto;
    font-size: 14px;
  }
}
section.event-detail .event-box dl dt {
  width: auto;
  margin-bottom: 2%;
}

section.event-detail .event-box dl dd {
  width: 95%;
  margin-bottom: 2%;
  margin-inline-start: 0;
  /*padding-left: 1rem;*/
}

@media (max-width: 767px) {
  section.event-detail .event-box dl dd {
    width: 90%;
  }
}
section.event-detail .event-box dl dd:before {
  content: "：";
}

section.event-detail .event-box p.text {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  margin: 5% auto;
}

@media (max-width: 767px) {
  section.event-detail .event-box p.text {
    font-size: 13px;
    margin: 1% auto 10%;
  }
}
section.event-detail .event-box p.text a {
  text-decoration: underline;
  color: #393991;
  margin: 0 0.5rem;
}

section.event-detail .event-box p.text a:hover {
  color: #6a6aca;
}

section.event-detail .event-box .img-box-s img {
  width: 50%;
  height: auto;
}

@media (max-width: 767px) {
  section.event-detail .event-box .img-box-s img {
    width: 100%;
  }
}
section.event-detail .event-box .img-box img {
  width: 100%;
  /*height: 600px;*/
  height: auto;
  /*@include tab {
    height: 350px;
  }*/
  /*@include sp {
    height: 200px;
  }*/
}

/*============
Column
コラム
=============*/
.column-main {
  position: relative;
  margin: 6% 3%;
}

@media (max-width: 1025px) {
  .column-main {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .column-main {
    margin: 55px auto 0;
  }
}
.column-main img {
  display: block;
  margin: 0 0 0 auto;
  width: 90%;
  height: 400px;
  object-fit: cover;
  object-position: center 30%;
}

@media (max-width: 767px) {
  .column-main img {
    width: 100%;
    height: 150px;
  }
}
.column-main h2.topic {
  font-size: 26px;
  background: #fff;
  position: absolute;
  width: 28%;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 6% 1%;
}

@media (max-width: 1025px) {
  .column-main h2.topic {
    width: 40%;
    padding: 8% 1%;
  }
}
@media (max-width: 767px) {
  .column-main h2.topic {
    font-size: 18px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 60%;
    padding: 5% 1%;
  }
}
.column-main h2.topic span {
  display: block;
  font-size: 11px;
  letter-spacing: normal;
}

section.column-list {
  width: 94%;
  margin: 10% auto;
  text-align: center;
  background: #fff;
  padding-bottom: 5%;
}

@media (max-width: 1025px) {
  section.column-list {
    width: 90%;
  }
}
@media (max-width: 767px) {
  section.column-list {
    width: 100%;
    margin: 25% auto 0;
    background: transparent;
    padding-bottom: 0;
  }
}
section.column-list ul.column_box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  /*max-width: 1100px;*/
  padding: 8% 8% 4%;
  text-align: center;
  row-gap: 40px;
  column-gap: 5%;
}

@media (max-width: 1025px) {
  section.column-list ul.column_box {
    width: 100%;
    max-width: 100%;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  section.column-list ul.column_box {
    width: 85%;
    column-gap: 6%;
    padding: 0 0 15%;
    border-bottom: solid 1px #D4D4D5;
  }
}
section.column-list ul.column_box li {
  width: 28%;
  height: auto;
  flex-direction: column;
  box-sizing: border-box;
  margin: 1%;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  section.column-list ul.column_box li {
    width: 45%;
  }
}
section.column-list ul.column_box li a.thumbs {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
}

section.column-list ul.column_box li a.thumbs .img-box {
  width: 100%;
  height: 200px;
  position: relative;
}

@media (max-width: 767px) {
  section.column-list ul.column_box li a.thumbs .img-box {
    height: 120px;
  }
}
section.column-list ul.column_box li a.thumbs .img-box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

section.column-list ul.column_box li a.thumbs .img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  position: relative;
}

section.column-list ul.column_box li a.thumbs .img-box p.topic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
  text-shadow: 0 0 5px #666;
}

@media (max-width: 1025px) {
  section.column-list ul.column_box li a.thumbs .img-box p.topic {
    font-size: 13px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  section.column-list ul.column_box li a.thumbs .img-box p.topic {
    font-size: 15px;
  }
}
section.column-list ul.column_box li a.thumbs:hover img {
  opacity: 0.5;
}

section.column-list ul.column_box li a.thumbs .text-box {
  width: 100%;
}

section.column-list ul.column_box li a.thumbs .text-box p.title {
  font-size: 13px;
  margin: 3% auto 1%;
  text-align: left;
  width: 100%;
  line-height: 1.5;
}

@media (max-width: 767px) {
  section.column-list ul.column_box li a.thumbs .text-box p.title {
    font-size: 13px;
  }
}
section.column-list ul.column_box li a.thumbs .text-box p.date {
  font-size: 11px;
  text-align: left;
  line-height: 1.5;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section.column-list ul.column_box li a.thumbs .text-box p.date {
    font-size: 12px;
  }
}
section.column-list ul.column_box li a:hover {
  color: #555;
}

/*============
Column
コラム全体
=============*/
#content {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 94%;
  margin: 5% auto 10%;
  flex-grow: 1;
  background: #fff;
}

@media (max-width: 1025px) {
  #content {
    width: 95%;
    margin: 15% auto 10%;
  }
}
@media (max-width: 767px) {
  #content {
    width: 100%;
    margin: 25% auto 10%;
    flex-direction: column;
  }
}
#content #main {
  margin-bottom: 0;
  flex-grow: 2;
  padding: 6% 0 5% 10%;
}

@media (max-width: 767px) {
  #content #main {
    padding: 10%;
  }
}
#content #sidebar {
  /*flex-grow: 1;*/
  padding: 6% 3% 5% 0;
}

@media (max-width: 767px) {
  #content #sidebar {
    padding: 0 10% 10%;
  }
}
/*============
Column
コラムサイドバー
=============*/
aside#side {
  width: 220px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  aside#side {
    width: 100%;
  }
}
aside#side section.side-list {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  aside#side section.side-list {
    margin: 5% auto 0;
  }
}
aside#side section.side-list h3.topic {
  font-size: 14px;
  margin-bottom: 8%;
  padding: 2% 10%;
  color: #fff;
  background: #24242E;
}

@media (max-width: 767px) {
  aside#side section.side-list h3.topic {
    font-size: 13px;
    padding: 2% 5%;
  }
}
aside#side section.side-list ul.list-box {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  box-sizing: border-box;
  color: #555;
  margin-bottom: 8%;
}

aside#side section.side-list ul.list-box li {
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-left: 1.8em;
  text-indent: -1.8em;
  margin-bottom: 5%;
}

@media (max-width: 1025px) {
  aside#side section.side-list ul.list-box li {
    font-size: 12px;
  }
}
aside#side section.side-list ul.list-box li a::before {
  content: "▶︎";
  font-size: 13px;
  margin-right: 0.5rem;
}

aside#side section.side-list ul.list-box li a:hover {
  color: #aaa;
}

aside#side section.side-list ul.list-box li a.active {
  pointer-events: none;
}

/*============
Column
コラム詳細
=============*/
section.column-detail {
  margin: 0 8% 0 0;
  text-align: center;
}

@media (max-width: 1025px) {
  section.column-detail {
    margin: 0 5% 0 3%;
  }
}
@media (max-width: 767px) {
  section.column-detail {
    width: 100%;
    margin: 0 auto;
  }
}
section.column-detail .column-box {
  max-width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media (max-width: 767px) {
  section.column-detail .column-box {
    width: 95%;
    margin: 0 auto;
  }
}
section.column-detail .column-box img {
  width: 100%;
  height: 370px;
  /*height: auto;*/
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 6%;
}

@media (max-width: 1025px) {
  section.column-detail .column-box img {
    /*height: 300px;*/
    height: auto;
  }
}
@media (max-width: 767px) {
  section.column-detail .column-box img {
    /*height: 200px;*/
    margin-bottom: 5%;
  }
}
section.column-detail .column-box .text-box {
  /*padding-bottom: 1%;*/
}

section.column-detail .column-box .text-box h3.topic {
  font-size: 21px;
  padding-right: 10%;
}

@media (max-width: 767px) {
  section.column-detail .column-box .text-box h3.topic {
    font-size: 16px;
    padding-right: 3%;
  }
}
section.column-detail .column-box p {
  font-size: 1.4rem;
  text-align: left;
  /*margin: 5% 0 10%;*/
  margin: 3% 0;
  letter-spacing: -0.01em;
}

@media (max-width: 767px) {
  section.column-detail .column-box p {
    font-size: 13px;
    /*margin: 8% auto 10%;*/
    margin: 5% auto;
  }
}
section.column-detail .column-box h1, section.column-detail .column-box h2:not(.topic), section.column-detail .column-box h3:not(.topic), section.column-detail .column-box h4, section.column-detail .column-box h5, section.column-detail .column-box h6 {
  font-weight: 500;
  color: #333;
}

section.column-detail .column-box h1 {
  font-size: 22px;
}

@media (max-width: 767px) {
  section.column-detail .column-box h1 {
    font-size: 20px;
  }
}
section.column-detail .column-box h2:not(.topic) {
  margin-bottom: 1%;
  margin-top: 10%;
  font-size: 20px;
}

@media (max-width: 767px) {
  section.column-detail .column-box h2:not(.topic) {
    font-size: 18px;
  }
}
section.column-detail .column-box h3:not(.topic) {
  padding-bottom: 1%;
  border-bottom: 2px solid #333;
  margin-bottom: 1%;
  margin-top: 10%;
}

section.column-detail .column-box h4 {
  font-size: 16px;
  text-align: left;
  /*margin-top: 5%;*/
  margin-top: 10%;
  margin-bottom: 1%;
  padding: 2% 5%;
  color: #fff;
  background-color: #333;
}

@media (max-width: 767px) {
  section.column-detail .column-box h4 {
    font-size: 15px;
    /*margin-top: 3%;*/
    padding: 2% 10%;
  }
}
section.column-detail .column-box h5 {
  font-size: 15px;
  margin-top: 10%;
}

@media (max-width: 767px) {
  section.column-detail .column-box h5 {
    font-size: 14px;
  }
}
section.column-detail .column-box h6 {
  font-size: 14px;
  margin-top: 10%;
}

@media (max-width: 767px) {
  section.column-detail .column-box h6 {
    font-size: 13px;
  }
}
section.column-detail .column-box .img-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 15px;
  margin-top: 10%;
}

@media (max-width: 767px) {
  section.column-detail .column-box .img-box {
    width: 100%;
    column-gap: 5px;
  }
}
section.column-detail .column-box .img-box img {
  height: 180px;
}

@media (max-width: 1025px) {
  section.column-detail .column-box .img-box img {
    height: 110px;
  }
}
@media (max-width: 767px) {
  section.column-detail .column-box .img-box img {
    height: 80px;
  }
}
/*============
Gallery
クラシックカー
=============*/
.gallery-main {
  position: relative;
  margin: 6% 3%;
}

@media (max-width: 1025px) {
  .gallery-main {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .gallery-main {
    margin: 55px auto 0;
  }
}
.gallery-main img {
  display: block;
  margin: 0 0 0 auto;
  width: 90%;
  height: 400px;
  object-fit: cover;
  object-position: center 30%;
}

@media (max-width: 767px) {
  .gallery-main img {
    width: 100%;
    height: 150px;
  }
}
.gallery-main h2.topic {
  font-size: 26px;
  background: #fff;
  position: absolute;
  width: 28%;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 6% 1%;
}

@media (max-width: 1025px) {
  .gallery-main h2.topic {
    width: 40%;
    padding: 8% 1%;
  }
}
@media (max-width: 767px) {
  .gallery-main h2.topic {
    font-size: 18px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 60%;
    padding: 5% 1%;
  }
}
.gallery-main h2.topic span {
  display: block;
  font-size: 11px;
  letter-spacing: normal;
}

section.classiccar-detail {
  margin: 5% auto;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  section.classiccar-detail {
    margin: 35% auto 5%;
  }
}
section.classiccar-detail h3.topic {
  font-size: 22px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  padding: 1%;
  width: 30%;
}

@media (max-width: 1025px) {
  section.classiccar-detail h3.topic {
    width: 40%;
  }
}
@media (max-width: 767px) {
  section.classiccar-detail h3.topic {
    font-size: 14px;
    padding: 3%;
    width: 70%;
  }
}
section.classiccar-detail .classiccar-box {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box {
    width: 100%;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 1% auto;
  width: 100%;
}

@media (max-width: 1025px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list {
    margin: 8% auto;
  }
}
@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list {
    width: 80%;
    margin: 3% auto;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li {
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 5% 0;
}

@media (max-width: 1025px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li {
    padding: 6% 0;
  }
}
@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li {
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    padding: 8% 3%;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li img {
  width: 50%;
  height: auto;
  object-fit: cover;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li img {
    width: 100%;
    height: 180px;
    margin: 5% auto;
    border-radius: 15px;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box {
  width: 25%;
  display: block;
  margin: 0 0 0 5%;
}

@media (max-width: 1025px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box {
    width: 35%;
  }
}
@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box {
    width: 100%;
    margin: 5% auto 0;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 3%;
  color: #4C4C54;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box p.title {
    font-size: 14px;
    padding: 0;
    margin-bottom: 5%;
    line-height: 2.3;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box p.title span {
  position: absolute;
  top: -220px;
  left: -40px;
  font-size: 200px;
  font-weight: 400;
  color: rgba(226, 212, 187, 0.5764705882);
  font-family: "bilo", sans-serif;
  font-style: italic;
  z-index: -1;
}

@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box p.title span {
    top: -110px;
    left: -30px;
    font-size: 100px;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box p.text {
  width: 100%;
  font-size: 13px;
  line-height: 2;
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li .detail-box p.text {
    width: 100%;
    font-size: 13px;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li.order {
  justify-content: right;
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li.order {
    justify-content: space-between;
    flex-direction: column;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li.order img {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li.order img {
    border-radius: 15px;
  }
}
section.classiccar-detail .classiccar-box ul.classiccar-list li.order .detail-box {
  margin: 0 5% 0 0;
}

@media (max-width: 767px) {
  section.classiccar-detail .classiccar-box ul.classiccar-list li.order .detail-box {
    margin: 5% auto 0;
  }
}
section.classiccar-gallery {
  margin: 5% auto 8%;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  section.classiccar-gallery {
    margin: 10% auto 0;
  }
}
section.classiccar-gallery h3.topic {
  font-size: 22px;
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  width: 30%;
}

@media (max-width: 1025px) {
  section.classiccar-gallery h3.topic {
    width: 40%;
  }
}
@media (max-width: 767px) {
  section.classiccar-gallery h3.topic {
    font-size: 14px;
    padding: 1%;
    width: 70%;
  }
}
section.classiccar-gallery .img-box {
  width: 90%;
  display: flex;
  align-items: center;
  margin: 3% auto;
}

@media (max-width: 767px) {
  section.classiccar-gallery .img-box {
    width: 100%;
  }
}
section.classiccar-gallery .img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.classiccar-think {
  margin: 5% auto;
  padding: 0;
  position: relative;
}

@media (max-width: 767px) {
  section.classiccar-think {
    margin: 10% auto 0;
  }
}
section.classiccar-think .img-box {
  width: 50%;
  display: flex;
  align-items: center;
  margin: 3% auto;
}

@media (max-width: 767px) {
  section.classiccar-think .img-box {
    width: 100%;
  }
}
section.classiccar-think .img-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

section.classiccar-contact {
  width: 60%;
  margin: 5% auto;
  padding: 5%;
  text-align: center;
  color: #4C4C54;
  border: solid 1px #24242E;
}

@media (max-width: 767px) {
  section.classiccar-contact {
    width: 90%;
    margin: 5% auto 15%;
    padding: 8% 5%;
  }
}
section.classiccar-contact h3.topic {
  font-size: 22px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  section.classiccar-contact h3.topic {
    font-size: 16px;
  }
}
section.classiccar-contact .detail-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 2% auto 8%;
  text-align: center;
}

section.classiccar-contact .detail-box p.text {
  font-size: 11px;
  margin-bottom: 0;
}

section.classiccar-contact .detail-box p.tel {
  font-size: 42px;
  letter-spacing: 0.5rem;
  margin: 2% auto;
}

@media (max-width: 767px) {
  section.classiccar-contact .detail-box p.tel {
    font-size: 22px;
  }
}
section.classiccar-contact p.link-button {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.classiccar-contact p.link-button {
    width: 100%;
    margin: 10% auto 0;
  }
}
section.classiccar-contact p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #F0F0F1;
  background-color: #24242E;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.classiccar-contact p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.classiccar-contact p.link-button a:hover {
  transform: translateY(0.1875em);
}

/*============
Contact
お問合せ
=============*/
.contact-main {
  position: relative;
  margin: 6% 3%;
}

@media (max-width: 1025px) {
  .contact-main {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .contact-main {
    margin: 55px auto 0;
  }
}
.contact-main img {
  display: block;
  margin: 0 0 0 auto;
  width: 90%;
  height: 400px;
  object-fit: cover;
  object-position: center 30%;
}

@media (max-width: 767px) {
  .contact-main img {
    width: 100%;
    height: 150px;
  }
}
.contact-main h2.topic {
  font-size: 26px;
  background: #fff;
  position: absolute;
  width: 28%;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 6% 1%;
}

@media (max-width: 1025px) {
  .contact-main h2.topic {
    width: 40%;
    padding: 8% 1%;
  }
}
@media (max-width: 767px) {
  .contact-main h2.topic {
    font-size: 18px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 60%;
    padding: 5% 1%;
  }
}
.contact-main h2.topic span {
  display: block;
  font-size: 11px;
  letter-spacing: normal;
}

section.contact-tel {
  width: 60%;
  margin: 10% auto 8%;
  padding: 5%;
  text-align: center;
  color: #4C4C54;
  border: solid 1px #24242E;
}

@media (max-width: 767px) {
  section.contact-tel {
    width: 90%;
    margin: 25% auto 15%;
    padding: 8% 5%;
  }
}
section.contact-tel h3.topic {
  font-size: 22px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  section.contact-tel h3.topic {
    font-size: 16px;
  }
}
section.contact-tel .detail-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: 2% auto 0;
  text-align: center;
}

section.contact-tel .detail-box p.text {
  font-size: 11px;
  margin-bottom: 0;
}

section.contact-tel .detail-box p.tel {
  font-size: 42px;
  letter-spacing: 0.5rem;
  margin: 2% auto;
}

@media (max-width: 767px) {
  section.contact-tel .detail-box p.tel {
    font-size: 22px;
  }
}
section.contact-form {
  width: 100%;
  margin: 3% auto 5%;
  text-align: center;
  color: #4C4C54;
  /*============
  Contact
  お問合せ
  フォーム
  =============*/
}

@media (max-width: 1025px) {
  section.contact-form {
    width: 90%;
  }
}
@media (max-width: 767px) {
  section.contact-form {
    width: 100%;
    margin: 10% auto;
  }
}
section.contact-form h3.topic {
  font-size: 22px;
  line-height: 1.5;
  width: 70%;
  margin: 0 auto 3%;
  padding: 0.5%;
}

@media (max-width: 767px) {
  section.contact-form h3.topic {
    font-size: 16px;
    width: 82%;
    margin: 0 auto;
  }
}
section.contact-form h3.topic.blank {
  margin: 0 auto;
}

@media (max-width: 767px) {
  section.contact-form h3.topic.blank {
    margin-bottom: -5%;
  }
}
section.contact-form p.text-confirm {
  width: 70%;
  font-size: 14px;
  margin: 0 auto 3%;
}

@media (max-width: 767px) {
  section.contact-form p.text-confirm {
    width: 82%;
    font-size: 13px;
    margin-top: 25%;
  }
}
section.contact-form p.text-event {
  width: 70%;
  font-size: 14px;
  margin: 0 auto 5%;
}

@media (max-width: 767px) {
  section.contact-form p.text-event {
    width: 82%;
    font-size: 11px;
    letter-spacing: -0.05em;
    margin-top: 8%;
  }
}
section.contact-form button, section.contact-form input {
  overflow: visible;
}

section.contact-form button, section.contact-form input, section.contact-form optgroup, section.contact-form select, section.contact-form textarea {
  /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;*/
  font-family: "Hiragino Mincho ProN", "HiraMinProN-W6", "YuMincho", "Yu Mincho", serif !important;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: none;
  outline: none;
  border: none;
}

@media (max-width: 767px) {
  section.contact-form button, section.contact-form input, section.contact-form optgroup, section.contact-form select, section.contact-form textarea {
    appearance: none;
  }
}
section.contact-form table.contact-box {
  width: 70%;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  section.contact-form table.contact-box {
    width: 95%;
  }
}
@media (max-width: 767px) {
  section.contact-form table.contact-box {
    width: 100%;
  }
}
section.contact-form table.contact-box tbody tr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  border-bottom: dotted 2px #ccc;
  border-collapse: collapse;
  margin: 1% auto 5%;
  padding-bottom: 5%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr {
    width: 100%;
    font-size: 14px;
    justify-content: flex-start;
    flex-direction: column;
    padding-bottom: 8%;
  }
}
section.contact-form table.contact-box tbody tr.noline {
  margin: 1% auto;
  padding-bottom: 1%;
  border-bottom: dotted 2px transparent;
}

section.contact-form table.contact-box tbody tr.noline-last {
  margin: 1% auto 5%;
}

section.contact-form table.contact-box tbody tr.top-title {
  align-items: flex-start;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr.top-title th {
    width: 75%;
    margin: 0 auto;
  }
}
section.contact-form table.contact-box tbody tr.verticale {
  align-items: flex-start;
  border-bottom: dotted 2px transparent;
  margin: 5% auto -1%;
}

section.contact-form table.contact-box tbody tr.verticale th {
  align-items: start;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr.verticale th {
    align-items: center;
    margin: 0 auto;
  }
}
section.contact-form table.contact-box tbody tr.verticale th span.break {
  display: block;
  margin: 0;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr.verticale th span.break {
    display: inline;
  }
}
section.contact-form table.contact-box tbody tr.verticale th small {
  margin-top: 3%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr.verticale th small {
    margin-top: 0;
  }
}
section.contact-form table.contact-box tbody tr th {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 3px;
  width: 25%;
  text-align: left;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr th {
    justify-content: flex-start;
    width: 75%;
  }
}
section.contact-form table.contact-box tbody tr th span {
  color: #4C4C54;
  font-size: 16px;
  font-weight: 500;
  width: 60%;
  letter-spacing: 0.1em;
}

@media (max-width: 1025px) {
  section.contact-form table.contact-box tbody tr th span {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr th span {
    width: auto;
    font-size: 14px;
    margin-right: 5%;
  }
}
@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr th span.notitle {
    width: 0;
  }
}
section.contact-form table.contact-box tbody tr th small {
  width: 20%;
  height: 18px;
  line-height: 18px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  background-color: #ce1717;
  border-radius: 5px;
  text-align: center;
  margin-right: 5%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr th small {
    width: 13%;
    height: 18px;
    font-size: 10px;
    margin-right: 0;
    line-height: 18px;
  }
}
section.contact-form table.contact-box tbody tr th small.color-grey {
  background-color: #999;
}

section.contact-form table.contact-box tbody tr td {
  width: 45%;
  font-size: 16px;
  margin-right: 5%;
}

@media (max-width: 1025px) {
  section.contact-form table.contact-box tbody tr td {
    width: 55%;
  }
}
@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td {
    font-size: 13px;
    width: 100%;
    margin-right: 0;
  }
}
section.contact-form table.contact-box tbody tr td input {
  font-size: 14px;
  color: #555;
  padding: 15px 30px;
  width: 100%;
  text-align: left;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 0;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td input {
    font-size: 13px;
    padding: 5px 5px 5px 10px;
    width: 75%;
    border: 1px solid #333;
  }
}
section.contact-form table.contact-box tbody tr td ::placeholder {
  color: #999;
}

section.contact-form table.contact-box tbody tr td.post-number {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  padding: 0 30px 0 0;
  background-color: transparent;
  border: 2px solid transparent;
  text-align: left;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.post-number {
    width: 75%;
  }
}
section.contact-form table.contact-box tbody tr td.post-number input {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  padding: 6px 20px;
  margin: 0 -3% 0 8%;
  width: 35%;
  text-align: center;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.post-number input {
    font-size: 13px;
    padding: 3px;
  }
}
section.contact-form table.contact-box tbody tr td.contact-text {
  height: 200px;
}

section.contact-form table.contact-box tbody tr td.contact-text textarea {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  padding: 15px 30px;
  width: 100%;
  height: 200px;
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 0;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.contact-text textarea {
    border: 1px solid #333;
  }
}
@media (max-width: 768px) {
  section.contact-form table.contact-box tbody tr td.contact-text textarea {
    padding: 15px;
    width: 75%;
  }
}
section.contact-form .privacy-box {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2%;
  flex-direction: column;
}

@media (max-width: 1025px) {
  section.contact-form .privacy-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  section.contact-form .privacy-box {
    width: 80%;
    margin: 0 auto;
  }
}
section.contact-form .privacy-box p.text {
  width: 100%;
  font-size: 12px;
  margin: 5% auto 0;
  text-align: left;
  padding-left: 15%;
}

@media (max-width: 1025px) {
  section.contact-form .privacy-box p.text {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  section.contact-form .privacy-box p.text {
    font-size: 10.5px;
  }
}
section.contact-form .privacy-box p.text a {
  text-decoration: underline;
  font-weight: 700;
  color: #555;
}

section.contact-form .privacy-box .privacy {
  width: 100%;
  margin: 5% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  section.contact-form .privacy-box .privacy {
    margin: 10% auto;
  }
}
section.contact-form .privacy-box .privacy span.wpcf7-list-item {
  margin: 0;
  padding: 0;
}

section.contact-form .privacy-box .privacy span.wpcf7-list-item label {
  position: relative;
}

section.contact-form .privacy-box .privacy span.wpcf7-list-item input[type=checkbox] {
  display: none;
}

section.contact-form .privacy-box .privacy span.wpcf7-list-item label span:before {
  position: absolute;
  content: "";
  display: block;
  top: -30%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-left: 1%;
  background-color: #fff;
  border: 2px solid #999;
}

@media (max-width: 1025px) {
  section.contact-form .privacy-box .privacy span.wpcf7-list-item label span:before {
    top: -30%;
  }
}
@media (max-width: 767px) {
  section.contact-form .privacy-box .privacy span.wpcf7-list-item label span:before {
    top: -2px;
    left: 0;
    width: 15px;
    height: 15px;
  }
}
section.contact-form .privacy-box .privacy span.wpcf7-list-item label span:after {
  position: absolute;
  content: "";
  display: block;
  top: -20%;
  left: 8px;
  margin-top: 3px;
  width: 5px;
  height: 9px;
  border-right: 4px solid #ce1717;
  border-bottom: 4px solid #ce1717;
  transform: rotate(45deg);
  opacity: 0;
}

@media (max-width: 767px) {
  section.contact-form .privacy-box .privacy span.wpcf7-list-item label span:after {
    top: -4px;
    left: 5px;
  }
}
section.contact-form .privacy-box .privacy span.wpcf7-list-item label input[type=checkbox]:checked ~ span:after {
  opacity: 1;
}

section.contact-form .privacy-box p.submit-text {
  margin: 0 0 0 3%;
  line-height: 1.5;
}

@media (max-width: 767px) {
  section.contact-form .privacy-box p.submit-text {
    margin: 0 0 0 5%;
    font-size: 11px;
  }
}
section.contact-form .send-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 320px;
  margin: 0 auto;
  font-size: 16px;
  transition: all 0.3s;
  position: relative;
}

section.contact-form .send-button::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 4px;
  right: 40px;
  border-bottom: 1px solid #4C4C54;
  border-right: 1.5px solid #4C4C54;
  transform: skew(45deg);
  transition: all 0.3s;
}

@media (max-width: 767px) {
  section.contact-form .send-button::after {
    right: 70px;
  }
}
section.contact-form .send-button:hover {
  opacity: 1;
}

section.contact-form .send-button:hover::after {
  transform: skew(45deg) translateX(0.1em);
}

section.contact-form .send-button input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

section.contact-form .send-button .wpcf7-submit {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 320px;
  padding: 20px 0;
  margin: 0 1%;
  color: #555;
  border: solid 1px #24242E;
  background: transparent;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  section.contact-form .send-button .wpcf7-submit {
    font-size: 12px;
    width: 70%;
    margin: 0 0 0 2.5%;
    padding: 10px 0;
  }
}
section.contact-form .send-button .wpcf7-submit:hover {
  /*box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);*/
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

section.contact-form .back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1% auto 5%;
  width: 60%;
}

@media (max-width: 767px) {
  section.contact-form .back-button {
    width: 100%;
  }
}
section.contact-form .back-button:hover {
  opacity: 0.8;
}

section.contact-form .back-button .wpcf7-previous {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  background: transparent;
  padding: 0;
  margin-left: auto;
  border-color: transparent;
  border-style: none;
  border-radius: 0;
  border-bottom: solid 1px #555;
  border-radius: 0;
  line-height: 1;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  section.contact-form .back-button .wpcf7-previous {
    font-size: 14px;
    margin: 5% 10% 5% auto;
  }
}
section.contact-form .back-button .wpcf7-previous:hover {
  /*box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);*/
  border-color: transparent;
  border-style: none;
  color: #999;
  border-bottom: solid 1px #999;
}

section.contact-form .wpcf7-spinner {
  display: none !important;
}

section.contact-form div.wpcf7-mail-sent-ok {
  border: none;
}

section.contact-form .wpcf7-not-valid-tip {
  display: none;
}

section.contact-form table.contact-box.conform-box tbody tr {
  font-size: 16px;
  border-bottom: none;
  border-collapse: collapse;
  margin: 0 auto 1%;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr {
    width: 100%;
    font-size: 14px;
    justify-content: flex-start;
    flex-direction: column;
    padding: 5% 0;
    border-bottom: dotted 2px #ccc;
  }
}
section.contact-form table.contact-box.conform-box tbody tr.noline {
  margin: 1% auto;
  padding-bottom: 0;
  border-bottom: dotted 2px transparent;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr.noline {
    padding-bottom: 0;
  }
}
section.contact-form table.contact-box.conform-box tbody tr.noline-last {
  margin: 1% auto 3%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr.noline-last {
    padding-top: 0;
  }
}
section.contact-form table.contact-box.conform-box tbody tr.top-title {
  align-items: flex-start;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr.top-title th {
    width: 75%;
    margin: 0 auto;
  }
}
section.contact-form table.contact-box.conform-box tbody tr.verticale {
  align-items: flex-start;
  border-bottom: dotted 2px transparent;
  margin-top: 3%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr.verticale {
    border-bottom: dotted 2px #ccc;
  }
}
@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr.verticale th {
    margin: 0 auto;
  }
}
section.contact-form table.contact-box.conform-box tbody tr.verticale th span.break {
  display: block;
  margin: 0;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr.verticale th span.break {
    display: inline;
  }
}
section.contact-form table.contact-box.conform-box tbody tr th {
  padding: 3px;
  width: 25%;
  text-align: left;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr th {
    justify-content: flex-start;
    width: 75%;
  }
}
section.contact-form table.contact-box.conform-box tbody tr th span {
  color: #555;
  width: 60%;
}

@media (max-width: 1025px) {
  section.contact-form table.contact-box.conform-box tbody tr th span {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr th span {
    width: auto;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr th span.notitle {
    width: 0;
  }
}
section.contact-form table.contact-box.conform-box tbody tr th small {
  display: none;
}

section.contact-form table.contact-box.conform-box tbody tr td {
  width: 45%;
  font-size: 16px;
  margin-right: 5%;
  text-align: left;
}

@media (max-width: 1025px) {
  section.contact-form table.contact-box.conform-box tbody tr td {
    width: 55%;
  }
}
@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr td {
    font-size: 13px;
    margin-right: 0;
    width: 73%;
    color: #555;
  }
}
section.contact-form table.contact-box.conform-box tbody tr td.post-number {
  font-size: 18px;
  font-weight: 500;
  color: #555;
  padding: 0 30px 0 0;
  background-color: transparent;
  border: 2px solid transparent;
  text-align: left;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr td.post-number {
    font-size: 14px;
    width: 75%;
    margin-bottom: -5%;
  }
}
section.contact-form table.contact-box.conform-box tbody tr td.contact-text {
  height: auto;
  margin-bottom: 5%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr td.contact-text {
    margin: 0 auto;
  }
}
/*============
Contact Event
イベント来場予約
フォーム
=============*/
section.contact-form table.contact-box tbody tr.noline.blank {
  margin: 1% auto;
  padding-bottom: 10%;
  border-bottom: dotted 2px transparent;
}

section.contact-form table.contact-box tbody tr td.hope-button {
  font-size: 14px;
  color: #555;
  padding: 3px 0;
  background-color: transparent;
  border: 2px solid transparent;
  text-align: left;
  display: flex;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.hope-button {
    margin: 0 auto;
    width: 78%;
  }
}
section.contact-form table.contact-box tbody tr td.hope-button span.wpcf7-list-item {
  display: inline-block;
  margin: 0 50px 0 0;
  padding: 0;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.hope-button span.wpcf7-list-item {
    margin: 0 30px 0 0;
  }
}
section.contact-form table.contact-box tbody tr td.hope-button span.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}

section.contact-form table.contact-box tbody tr td.hope-button span.wpcf7-list-item label * {
  display: inline-block;
  margin: 0 0 0 1.8em;
  padding: 0;
}

section.contact-form table.contact-box tbody tr td.hope-button span.wpcf7-list-item input[type=checkbox] {
  display: none;
}

section.contact-form table.contact-box tbody tr td.hope-button span.wpcf7-list-item label span:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  margin: -8px 0 0 0;
  width: 14px;
  height: 14px;
  border: 1px solid #555;
  border-radius: 50%;
}

section.contact-form table.contact-box tbody tr td.hope-button span.wpcf7-list-item label span:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  width: 3px;
  height: 6px;
  border-right: 3px solid #007889;
  border-bottom: 3px solid #007889;
  transform: rotate(45deg);
  opacity: 0;
}

section.contact-form table.contact-box tbody tr td.hope-button span.wpcf7-list-item label input[type=checkbox]:checked ~ span:after {
  opacity: 1;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.date-detail {
    margin: 0 auto;
  }
}
section.contact-form table.contact-box tbody tr td.date-detail .date-flex {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  width: 100%;
  column-gap: 10%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.date-detail .date-flex {
    justify-content: center;
    margin: 0 auto;
    width: 80%;
  }
}
section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select {
  background-color: #f6f6f6;
  border: 1px solid #999;
  border-radius: 0;
  width: 45%;
  height: auto;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select {
    border: 1px solid #333;
  }
}
section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select.eventname {
  width: 100%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select.eventname {
    width: 95%;
  }
}
section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select::after {
  position: absolute;
  content: "▼";
  width: 6px;
  height: 6px;
  right: 25px;
  top: 20%;
  color: #24242E;
  z-index: -1;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select::after {
    right: 15px;
    top: 10%;
  }
}
section.contact-form table.contact-box tbody tr td.date-detail .date-flex select {
  font-size: 13px;
  appearance: none;
  background: none;
  border: none;
  color: #333;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box tbody tr td.date-detail .date-flex select {
    padding: 5px 5px 5px 10px;
  }
}
section.contact-form table.contact-box tbody tr td.date-detail .date-flex select:invalid {
  color: #999;
}

section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select-cl .wpcf7-form-control.is-empty {
  color: #999;
}

section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select-cl .wpcf7-form-control option:first-child {
  color: #999;
}

section.contact-form table.contact-box tbody tr td.date-detail .date-flex .select-cl .wpcf7-form-control option:nth-child(n+2) {
  color: #333;
}

section.contact-form table.contact-box.conform-box tbody tr.noline.blank {
  margin: 1% auto;
  padding-bottom: 0;
  border-bottom: dotted 2px transparent;
}

section.contact-form table.contact-box.conform-box tbody tr td.hope-button {
  font-weight: 500;
  color: #333;
  padding: 0;
  background-color: transparent;
  border: 2px solid transparent;
  text-align: left;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr td.hope-button {
    display: flex;
    margin: 0 auto;
    width: 75%;
    color: #555;
  }
}
section.contact-form table.contact-box.conform-box tbody tr td.hope-button span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
  padding: 0;
}

section.contact-form table.contact-box.conform-box tbody tr td.hope-button span.wpcf7-list-item label {
  display: inline-block;
  position: relative;
}

section.contact-form table.contact-box.conform-box tbody tr td.hope-button span.wpcf7-list-item label * {
  display: inline-block;
  margin: 0;
  padding: 0;
}

section.contact-form table.contact-box.conform-box tbody tr td.hope-button span.wpcf7-list-item label span:before {
  display: none;
}

section.contact-form table.contact-box.conform-box tbody tr td.hope-button span.wpcf7-list-item label input[type=checkbox]:checked ~ span:after {
  opacity: 0;
}

section.contact-form table.contact-box.conform-box tbody tr td.hope-button span.wpcf7-list-item input[type=checkbox] {
  display: none;
}

section.contact-form table.contact-box.conform-box tbody tr td.date-detail .date-flex {
  column-gap: 1%;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr td.date-detail .date-flex {
    width: 100%;
    padding: 5px;
  }
}
section.contact-form table.contact-box.conform-box tbody tr td.date-detail .date-flex .select {
  width: 8em;
  border: none;
  border-radius: none;
  background-color: transparent;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr td.date-detail .date-flex .select {
    width: 12em;
  }
}
section.contact-form table.contact-box.conform-box tbody tr td.date-detail .date-flex .select::after {
  display: none;
}

section.contact-form table.contact-box.conform-box tbody tr td.date-detail .date-flex select {
  font-size: 15px;
  appearance: none;
  background: none;
  border: none;
  color: #333;
  line-height: 18px;
  padding: 0;
  opacity: 1;
}

@media (max-width: 767px) {
  section.contact-form table.contact-box.conform-box tbody tr td.date-detail .date-flex select {
    font-size: 13px;
    font-weight: 700;
  }
}
.custom-wpcf7c-confirmed input:-webkit-autofill {
  transition: background-color 10000s ease-in-out 0s;
  box-shadow: 0 0 0px 999px #fff inset;
}

/*============
Contact Thanks
送信完了
=============*/
section.contact-form p.text-thanks {
  width: 55%;
  margin: 0 auto 2em;
  font-size: 14px;
  text-align: left;
}

@media (max-width: 1025px) {
  section.contact-form p.text-thanks {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section.contact-form p.text-thanks {
    width: 82%;
    margin-top: 25%;
    font-size: 12px;
  }
}
section.contact-form dl {
  width: 55%;
  margin: 0 auto 3%;
  font-size: 14px;
  text-align: left;
  display: flex;
}

@media (max-width: 1025px) {
  section.contact-form dl {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section.contact-form dl {
    width: 82%;
    font-size: 12px;
  }
}
section.contact-button {
  margin: 5% auto;
  text-align: center;
}

@media (max-width: 767px) {
  section.contact-button {
    width: 100%;
    margin: 10% auto;
  }
}
section.contact-button p.link-button {
  width: 450px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  section.contact-button p.link-button {
    width: 410px;
  }
}
@media (max-width: 767px) {
  section.contact-button p.link-button {
    width: 300px;
  }
}
section.contact-button p.link-button a {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  width: 100%;
  height: 90px;
  padding: 15px;
  transition: 0.3s;
  color: #fff;
  background: #24242E;
}

@media (max-width: 767px) {
  section.contact-button p.link-button a {
    font-size: 13px;
    height: 50px;
    padding: 5px;
  }
}
section.contact-button p.link-button a::after {
  content: "≫";
  position: absolute;
  right: 60px;
}

@media (max-width: 767px) {
  section.contact-button p.link-button a::after {
    right: 35px;
  }
}
section.contact-button p.link-button a:hover {
  opacity: 0.8;
  transform: translateY(0.1875em);
}

section.home-back-button {
  margin: 5% auto;
  text-align: center;
}

@media (max-width: 767px) {
  section.home-back-button {
    width: 100%;
    margin: 10% auto;
  }
}
section.home-back-button p.link-button {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.home-back-button p.link-button {
    width: 100%;
    margin: 10% auto 0;
  }
}
section.home-back-button p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4C4C54;
  border: solid 1px #4C4C54;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.home-back-button p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.home-back-button p.link-button a:hover {
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

/*============
privacy
プライバシーポリシー
=============*/
.privacy-main {
  position: relative;
  margin: 6% 3%;
}

@media (max-width: 1025px) {
  .privacy-main {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .privacy-main {
    margin: 55px auto 0;
  }
}
.privacy-main img {
  display: block;
  margin: 0 0 0 auto;
  width: 90%;
  height: 400px;
  object-fit: cover;
  object-position: center 30%;
}

@media (max-width: 767px) {
  .privacy-main img {
    width: 100%;
    height: 150px;
  }
}
.privacy-main h2.topic {
  font-size: 26px;
  background: #fff;
  position: absolute;
  width: 28%;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1.5;
  padding: 6% 1%;
}

@media (max-width: 1025px) {
  .privacy-main h2.topic {
    width: 50%;
    padding: 8% 1%;
  }
}
@media (max-width: 767px) {
  .privacy-main h2.topic {
    font-size: 18px;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 70%;
    padding: 5% 1%;
  }
}
.privacy-main h2.topic span {
  display: block;
  font-size: 11px;
  letter-spacing: normal;
}

section.privacy-detail {
  margin: 5% auto 10%;
  padding: 0;
  position: relative;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

@media (max-width: 767px) {
  section.privacy-detail {
    margin: 25% auto 5%;
  }
}
section.privacy-detail .privacy-box {
  width: 87%;
  text-align: center;
  padding: 8% 0 3%;
  margin: 0 auto;
  background-color: #fff;
}

@media (max-width: 767px) {
  section.privacy-detail .privacy-box {
    width: 100%;
    padding: 12% 0 8%;
  }
}
section.privacy-detail .privacy-box .detail-box {
  width: 83%;
  display: block;
  margin: 0 auto 3%;
}

@media (max-width: 767px) {
  section.privacy-detail .privacy-box .detail-box {
    margin: 0 auto 5%;
  }
}
section.privacy-detail .privacy-box .detail-box h3.topic {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2%;
  padding-bottom: 1.5%;
  color: #4C4C54;
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
  border-bottom: solid 1px #4C4C54;
}

@media (max-width: 767px) {
  section.privacy-detail .privacy-box .detail-box h3.topic {
    font-size: 13px;
    line-height: 2.3;
  }
}
section.privacy-detail .privacy-box .detail-box p.text {
  width: 100%;
  font-size: 11.5px;
  line-height: 2;
  position: relative;
  text-align: left;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.privacy-detail .privacy-box .detail-box p.text {
    width: 100%;
    font-size: 11px;
  }
}
section.privacy-detail .privacy-box .detail-box:first-child h3.topic {
  border-style: none;
  margin-bottom: 1.5%;
  padding-bottom: 0;
}

section.privacy-detail .privacy-box .detail-box:last-child h3.topic {
  border-style: none;
  margin-bottom: 1.5%;
  padding-bottom: 0;
  font-size: 12.5px;
}

@media (max-width: 767px) {
  section.privacy-detail .privacy-box .detail-box:last-child h3.topic {
    font-size: 11px;
  }
}
section.privacy-detail .privacy-box .detail-box:last-child p.text {
  font-size: 12.5px;
}

@media (max-width: 767px) {
  section.privacy-detail .privacy-box .detail-box:last-child p.text {
    font-size: 11px;
  }
}
section.privacy-detail .privacy-box .detail-box:last-child p.text span {
  font-weight: 700;
}

/*============
下部リンクボタン
=============*/
section.other-button {
  margin: 5% auto 15%;
  text-align: center;
}

@media (max-width: 767px) {
  section.other-button {
    width: 100%;
    margin: 20% auto 25%;
  }
}
section.other-button .button-flex {
  display: flex;
  justify-content: space-between;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  section.other-button .button-flex {
    width: 80%;
  }
}
@media (max-width: 767px) {
  section.other-button .button-flex {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 20% auto 15%;
    row-gap: 70px;
  }
}
section.other-button .button-flex p.link-button {
  width: 48%;
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.other-button .button-flex p.link-button {
    width: 100%;
    margin-bottom: -10%;
  }
}
section.other-button .button-flex p.link-button a {
  display: block;
  position: relative;
  font-size: 20px;
  width: 100%;
  height: 100px;
  transition: 0.3s;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 5px #666;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 35% 50%;
}

@media (max-width: 767px) {
  section.other-button .button-flex p.link-button a {
    height: 120px;
    font-size: 18px;
  }
}
section.other-button .button-flex p.link-button a span {
  position: absolute;
  top: 35%;
  right: 65px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  section.other-button .button-flex p.link-button a span {
    right: 70px;
  }
}
section.other-button .button-flex p.link-button a span small {
  display: block;
  font-size: 10px;
  transform: scale(0.8);
}

section.other-button .button-flex p.link-button a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-color: #ecdc80;
  border-radius: 50%;
}

section.other-button .button-flex p.link-button a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 37px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}

section.other-button .button-flex p.link-button a:hover {
  opacity: 0.8;
  /*transform: translateY(0.1875em);*/
}

/*============
詳細ボタン
=============*/
section.next-button {
  margin: 1% auto 10%;
  text-align: center;
}

@media (max-width: 767px) {
  section.next-button {
    width: 100%;
    margin: 10% auto 0;
  }
}
section.next-button p.link-button {
  width: 380px;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 767px) {
  section.next-button p.link-button {
    width: 80%;
    margin: 0 auto;
  }
}
section.next-button p.link-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 14px;
  width: 100%;
  padding: 15px;
  transition: 0.3s;
  color: #fff;
  font-weight: 700;
  background-color: #333;
}

@media (max-width: 767px) {
  section.next-button p.link-button a {
    font-size: 12px;
    padding: 10px;
  }
}
section.next-button p.link-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}

@media (max-width: 767px) {
  section.next-button p.link-button a::after {
    right: 50px;
    width: 7px;
    height: 7px;
  }
}
section.next-button p.link-button a:hover {
  background-color: #677584;
  opacity: 1;
  /*transform: translateY(0.1875em);*/
}

/*============
戻るボタン
=============*/
section.back-button {
  margin: 1% auto 10%;
  text-align: center;
}

@media (max-width: 767px) {
  section.back-button {
    width: 100%;
    margin: 20% auto 0;
  }
}
section.back-button p.link-button {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.back-button p.link-button {
    width: 100%;
    margin: 10% auto 0;
  }
}
section.back-button p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4C4C54;
  border: solid 1px #4C4C54;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.back-button p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.back-button p.link-button a:hover {
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

/*============
次へ前へ＆戻るボタン
=============*/
section.next-back-button {
  margin: 1% auto 5%;
  text-align: center;
}

@media (max-width: 767px) {
  section.next-back-button {
    width: 100%;
    margin: 15% auto 10%;
  }
}
section.next-back-button ul.pagefeed {
  display: flex;
  justify-content: space-between;
  width: 400px;
  font-size: 12px;
  font-weight: 700;
  margin: 0 auto 5%;
  padding-top: 5%;
  position: relative;
}

@media (max-width: 767px) {
  section.next-back-button ul.pagefeed {
    width: 60%;
    font-size: 10px;
    transform: scale(0.8);
  }
}
section.next-back-button ul.pagefeed li {
  width: 50%;
}

section.next-back-button ul.pagefeed li a .img-box {
  width: 100%;
}

section.next-back-button ul.pagefeed li a .img-box img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  overflow: hidden;
}

@media (max-width: 767px) {
  section.next-back-button ul.pagefeed li a .img-box img {
    width: 60px;
    height: 60px;
  }
}
section.next-back-button ul.pagefeed li a span {
  display: block;
  position: relative;
  margin-top: 3%;
}

section.next-back-button ul.pagefeed li.prev .img-box {
  border-right: solid 1px #999;
  text-align: left;
}

@media (max-width: 767px) {
  section.next-back-button ul.pagefeed li.prev .img-box {
    border-width: 2px;
  }
}
section.next-back-button ul.pagefeed li.next .img-box {
  text-align: right;
}

section.next-back-button ul.pagefeed li.prev span {
  text-align: left;
  padding-left: 5%;
}

@media (max-width: 767px) {
  section.next-back-button ul.pagefeed li.prev span {
    padding-left: 0;
  }
}
section.next-back-button ul.pagefeed li.next span {
  text-align: right;
  padding-right: 5%;
}

@media (max-width: 767px) {
  section.next-back-button ul.pagefeed li.next span {
    padding-right: 0;
  }
}
section.next-back-button ul.pagefeed li.prev span::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -10px;
  margin: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #999;
}

@media (max-width: 767px) {
  section.next-back-button ul.pagefeed li.prev span::before {
    left: -15px;
  }
}
section.next-back-button ul.pagefeed li.next span::before {
  content: "";
  position: absolute;
  top: 40%;
  right: -5px;
  margin: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translateY(-50%);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #999;
}

@media (max-width: 767px) {
  section.next-back-button ul.pagefeed li.next span::before {
    right: -10px;
  }
}
section.next-back-button p.link-button {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  section.next-back-button p.link-button {
    width: 100%;
    margin: 10% auto 0;
  }
}
section.next-back-button p.link-button a {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #4C4C54;
  border: solid 1px #4C4C54;
  width: 250px;
  padding: 15px;
  transition: 0.3s;
}

@media (max-width: 767px) {
  section.next-back-button p.link-button a {
    font-size: 13px;
    width: 50%;
    padding: 5px;
  }
}
section.next-back-button p.link-button a:hover {
  color: #4C4C54;
  filter: opacity(80%);
  background-color: rgba(255, 255, 255, 0.4078431373);
  /*transform: translateY(0.1875em);*/
}

/*============
ページネーション
=============*/
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.pagination p {
  margin: 0;
  line-height: 1;
  width: 50px;
  height: 50px;
}

@media (max-width: 767px) {
  .pagination p {
    width: 20px;
    height: 20px;
  }
}
.pagination button {
  width: 100%;
  height: 100%;
  color: #7b7b8a;
  font-size: 22px;
  font-family: sans-serif;
  background-color: #fff;
  border: solid 1px #4C4C54;
  outline: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
}

@media (max-width: 767px) {
  .pagination button {
    font-size: 14px;
  }
}
.pagination button:hover {
  background-color: #24242E;
  border: solid 1px #24242E;
  color: #fff;
}

.pagination p.prev-page button::before {
  content: "≪";
  transform: scale(0.6, 1);
  display: inline-block;
}

.pagination p.next-page button::before {
  content: "≫";
  transform: scale(0.6, 1);
  display: inline-block;
}

@media (max-width: 767px) {
  .pagination p.prev-page, .pagination p.next-page {
    display: none;
  }
}
.pagination ul {
  display: flex;
  justify-content: space-around;
  margin: 5% 0.5%;
  text-align: center;
}

.pagination ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 16px;
  transition: all 0.2s ease 0s;
  background-color: #fff;
  border: solid 1px #4C4C54;
  padding: 0;
  margin: 0 0.25%;
  cursor: pointer;
}

@media (max-width: 767px) {
  .pagination ul li {
    width: 20px;
    height: 20px;
    font-size: 14px;
    background-color: transparent;
    border-style: none;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #4C4C54;
}

.pagination ul li a:hover {
  color: #333;
}

.pagination ul li:hover {
  background-color: #24242E;
  border: solid 1px #24242E;
  color: #fff;
}

@media (max-width: 767px) {
  .pagination ul li:hover {
    background-color: transparent;
    border-style: none;
    color: #999;
  }
}
.pagination ul li.current {
  background-color: #24242E;
  border: solid 1px #24242E;
}

@media (max-width: 767px) {
  .pagination ul li.current {
    background-color: transparent;
    border-style: none;
  }
}
.pagination ul li.current a {
  color: #fff;
}

@media (max-width: 767px) {
  .pagination ul li.current a {
    color: #4C4C54;
  }
}
.pagination ul li.current:hover {
  background-color: #24242E;
  border: solid 1px #24242E;
  color: #fff;
}

@media (max-width: 767px) {
  .pagination ul li.current:hover {
    background-color: transparent;
    border-style: none;
    color: #999;
  }
}
.pagination ul li.ellipsis {
  pointer-events: none;
}

.pagination p.page-info {
  color: #4C4C54;
  background-color: #fff;
  border: solid 1px #4C4C54;
  width: 80px;
  height: 50px;
  line-height: 50px;
  margin-right: 0.5%;
}

@media (max-width: 767px) {
  .pagination p.page-info {
    display: none;
    /*width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;*/
  }
}
/*============
404設定
=============*/
section.error-page {
  margin: 5% 0;
  text-align: center;
}

@media (max-width: 1025px) {
  section.error-page {
    margin: 15% 0 5%;
  }
}
@media (max-width: 767px) {
  section.error-page {
    margin: 25% 0 5%;
  }
}
section.error-page h2 {
  margin-bottom: 1em;
  font-weight: 500;
  border-style: none;
}

/*============
footer設定
=============*/
section.contact-footer {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

section.contact-footer a {
  display: flex;
  width: 50%;
  transition: 0.3s;
}

section.contact-footer .flex-img {
  text-align: center;
  display: inline-block;
  position: relative;
  font-size: 26px;
  width: 100%;
  color: #F0F0F1;
}

@media (max-width: 767px) {
  section.contact-footer .flex-img {
    font-size: 13px;
  }
}
section.contact-footer .flex-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: 100% 50%;
  filter: brightness(60%) contrast(75%);
}

@media (max-width: 767px) {
  section.contact-footer .flex-img img {
    height: 110px;
  }
}
section.contact-footer .flex-img p {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  letter-spacing: 0.2em;
}

section.contact-footer .flex-img p span {
  display: block;
  font-size: 13px;
  letter-spacing: normal;
}

@media (max-width: 767px) {
  section.contact-footer .flex-img p span {
    font-size: 10px;
  }
}
footer {
  margin: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-right: 8%;
  height: auto;
  background: #24242E;
  width: calc(100% - 50px);
}

@media (max-width: 1025px) {
  footer {
    width: 100%;
    padding-top: 15%;
    padding-bottom: 0;
    padding-right: 0;
  }
}
footer .footer-flex {
  display: flex;
  margin: 5% auto;
  width: 90%;
  text-align: center;
}

@media (max-width: 1025px) {
  footer .footer-flex {
    padding-bottom: 15%;
  }
}
footer .footer-flex a {
  color: #F0F0F1;
}

footer .footer-flex a:hover {
  opacity: 0.5;
}

footer .footer-flex .footer-menu-box {
  width: 20%;
  margin: 0 auto 3%;
}

footer .footer-flex .footer-menu-box .footer-logo {
  margin-top: 2%;
}

@media (max-width: 540px) {
  footer .footer-flex .footer-menu-box .footer-logo {
    margin-top: 5%;
    margin-bottom: 5%;
    margin-left: 3%;
  }
}
footer .footer-flex .footer-menu-box .footer-logo img {
  width: 50px;
}

footer .footer-flex .footer-menu-box .footer-logo a:hover, footer .footer-flex .footer-menu-box .footer-logo img:hover {
  opacity: 0.9;
}

footer .footer-flex .footer-menu-box .footer-instagram {
  width: 50px;
  padding: 0;
  margin: 20px auto 0;
}

@media (max-width: 540px) {
  footer .footer-flex .footer-menu-box .footer-instagram {
    width: 60%;
  }
}
footer .footer-flex .footer-menu {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

@media (max-width: 1025px) {
  footer .footer-flex .footer-menu {
    display: none;
  }
}
footer .footer-flex .footer-menu ul {
  display: flex;
  flex-direction: column;
  width: 33.333%;
}

footer .footer-flex .footer-menu ul li {
  font-size: 12px;
  font-weight: 500;
  padding: 0 3% 3%;
  text-align: left;
}

footer .footer-flex .footer-menu ul li span {
  font-size: 10px;
  margin-left: 5rem;
}

footer .footer-bottom {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  footer .footer-bottom {
    width: 100%;
    background: #F0F0F1;
  }
}
footer .footer-bottom a {
  width: 20%;
  font-size: 10px;
  transform: scale(0.8);
  color: #F0F0F1;
}

footer .footer-bottom a:hover {
  opacity: 0.5;
}

@media (max-width: 1025px) {
  footer .footer-bottom a {
    display: none;
  }
}
footer .footer-bottom p {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #F0F0F1;
  font-size: 10px;
}

@media (max-width: 1025px) {
  footer .footer-bottom p {
    width: 100%;
    color: #4C4C54;
    padding: 5%;
    margin: 0 auto;
  }
}
@media (max-width: 540px) {
  footer .footer-bottom p {
    text-align: center;
  }
}


/*# sourceMappingURL=style.css.map */
