@charset "UTF-8";
/*FONT--*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.fontEn {
  font-family: "Roboto", sans-serif;
}

/*COLOR*/
/*BREAK POINT*/
.pc {
  display: block;
}
@media screen and (max-width: 769px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) {
  .sp {
    display: block;
  }
}

/* リセット
 ------------------------------------------*/
header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
}

html, body {
  font-size: 62.5%;
  padding: 0;
  margin: 0 !important;
}

body {
  color: #594A42;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-feature-settings: normal;
  letter-spacing: 0.05em;
  text-align: left;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #594A42;
}
@media screen and (max-width: 769px) {
  body {
    font-family: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "Hiragino Kaku Gothic ProN", "Meiryo", "ヒラギノ角ゴ ProN W3", "Osaka", "MS PGothic" !important;
    font-size: 14px;
  }
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  color: #594A42;
}
a:hover {
  opacity: 0.7;
}
a img:hover {
  opacity: 0.7;
}

img {
  border: 0;
  max-width: 100%;
}

figure {
  line-height: 0;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

q:before, q:after {
  content: "";
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.6em;
}

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

::-moz-placeholder {
  color: #594A42;
}

::placeholder {
  color: #594A42;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #594A42;
}

/* IE対応 */
:-ms-input-placeholder {
  color: #594A42;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  /*table-layout:fixed;*/
}
table td {
  vertical-align: middle;
}

input[type=submit], input[type=reset], input[type=button] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*-------------------------COMMON---------------------*/
.wrap {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:1025px) {
  .wrap {
    width: 100%;
  }
}

.flex {
  display: flex;
}
.flex.rev {
  flex-direction: row-reverse;
}

.image-box {
  position: relative;
}
.image-box .image-text, .image-box .image-text-bottom {
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 769px) {
  .image-box .image-text, .image-box .image-text-bottom {
    font-size: 10px;
    top: 10px;
    left: 10px;
  }
}
.image-box .image-text-bottom {
  font-size: 16px;
  font-weight: bold;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  .image-box .image-text-bottom {
    font-size: 12px;
    right: auto;
    left: 5px;
    bottom: 5px;
  }
}

h2.ttl {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
@media screen and (max-width:1025px) {
  h2.ttl {
    font-size: 24px;
  }
}

h2.ttl-tate {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin: 0px 10px;
  writing-mode: vertical-rl;
}
@media screen and (max-width:1025px) {
  h2.ttl-tate {
    font-size: 28px;
  }
}
h2.ttl-tate span {
  box-sizing: border-box;
  font-size: 13px;
  font-weight: normal;
  display: block;
  color: rgba(163, 138, 119, 0.5);
  line-height: 1;
  margin-left: 5px;
  letter-spacing: 0.1em;
  padding-top: 10px;
}
@media screen and (max-width:1025px) {
  h2.ttl-tate span {
    font-size: 11px;
  }
}

.btn-more p {
  text-align: center;
}
.btn-more p a {
  display: inline-block;
  box-sizing: border-box;
  border-bottom: 1px solid #594A42;
  padding: 10px 40px 10px 15px;
}
@media screen and (max-width: 769px) {
  .btn-more p a {
    padding: 5px 50px 5px 20px;
  }
}
.btn-more p a span {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
}
.btn-more p a span::before {
  content: "";
  position: absolute;
  right: -31px;
  top: 41%;
  transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  width: 6px;
  height: 1px;
  background: #594A42;
}
.btn-more p a span::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 16px;
  height: 1px;
  background: #594A42;
}

/*-------------------------HEADER--------------------*/
header {
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}
@media screen and (max-width: 769px) {
  header {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
  }
}
header .header {
  justify-content: space-between;
}
header .header .logo {
  max-width: 260px;
  width: 25%;
}
@media screen and (max-width: 769px) {
  header .header .logo {
    max-width: 180px;
    width: 50%;
  }
}
header .header .logo img {
  width: 100%;
  height: auto;
}
header .header .h-right {
  box-sizing: border-box;
  padding-right: 100px;
  width: 70%;
}
@media screen and (max-width: 769px) {
  header .header .h-right {
    padding-right: 0;
    width: 50%;
  }
}
@media screen and (max-width: 1023px) {
  header .header .h-right .h-contact {
    box-sizing: border-box;
    background: #FFF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
  }
}
header .header .h-right .h-contact ul.flex {
  justify-content: flex-end;
}
header .header .h-right .h-menu .menu li {
  text-align: left;
  border-bottom: 1px solid rgba(163, 138, 119, 0.1);
  box-sizing: border-box;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 15px;
}
header .header .h-right .h-menu .menu li::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 47%;
  transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  width: 7px;
  height: 1px;
  background: rgba(163, 138, 119, 0.5);
}
header .header .h-right .h-menu .menu li::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 17px;
  height: 1px;
  background: rgba(163, 138, 119, 0.5);
}
header .header .h-right .h-menu .menu li a {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  header .header .h-right .h-menu .menu li a {
    font-size: 16px;
  }
}
header .header .h-right .h-menu .menu li a span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: rgba(163, 138, 119, 0.5);
  line-height: 1;
  padding-top: 5px;
}
@media screen and (max-width: 769px) {
  header .header .h-right .h-menu .menu li a span {
    font-size: 11px;
  }
}
header .header .h-right .h-menu .h-sns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
header .header .h-right .h-menu .h-sns .h-fb {
  margin-right: 100px;
}
header .header .h-right .h-menu .h-sns .h-fb a {
  width: 40px;
}
header .header .h-right .h-menu .h-sns .h-ig a {
  width: 40px;
}

/*CV*/
ul.contact li {
  background: rgba(163, 138, 119, 0.5);
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1025px) {
  ul.contact li {
    width: 50%;
  }
}
ul.contact li a {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 66px;
  text-align: center;
  width: 258px;
}
@media screen and (max-width:1025px) {
  ul.contact li a {
    line-height: 50px;
    font-size: 14px;
    width: 100%;
  }
}
ul.contact li a img {
  padding-right: 10px;
}
@media screen and (max-width:1025px) {
  ul.contact li a img {
    padding-right: 5px;
  }
}
ul.contact li:first-child {
  margin-right: 20px;
}
@media screen and (max-width:1025px) {
  ul.contact li:first-child {
    margin-right: 0;
  }
}
ul.contact li:first-child a {
  font-size: 20px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 769px) {
  ul.contact li:first-child a {
    font-size: 15px;
  }
}
ul.contact li:last-child {
  background: #a38a77;
  width: 286px;
}
@media screen and (max-width:1025px) {
  ul.contact li:last-child {
    width: 50%;
  }
}

/*-------------------------MV--------------------*/
main {
  margin-top: 126px;
}
@media screen and (max-width: 769px) {
  main {
    margin-top: 60px;
  }
}

#mv {
  background: url("../img/top/mv.jpg") no-repeat;
  background-size: cover;
  height: 95vh;
  position: relative;
}
@media screen and (max-width: 769px) {
  #mv {
    background-position: 40% 50%;
    height: 65vh;
  }
}
#mv .text-box {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 769px) {
  #mv .text-box {
    padding: 0 15px;
  }
}
#mv .text-box::before {
  content: "";
  width: 100%;
  height: 100%;
}
#mv .text-box .mv-ttl {
  max-width: 750px;
  margin: 0 auto;
  opacity: 0;
  animation: mv-anime 1s ease-in-out forwards;
}
#mv .text-box .mv-ttl span {
  color: #FFF;
  display: block;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  #mv .text-box .mv-ttl span {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#mv .text-box .mv-ttl img {
  width: 100%;
  height: auto;
}
#mv .text-box .mv-open {
  max-width: 750px;
  margin: 30px auto 0;
  opacity: 0;
  animation: mv-anime 1s ease-in-out 1s forwards;
  position: relative;
}
@media screen and (max-width: 769px) {
  #mv .text-box .mv-open {
    margin: 25px auto 0;
  }
}
#mv .text-box .mv-open::before, #mv .text-box .mv-open::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  top: 0px;
  left: 0;
}
#mv .text-box .mv-open::after {
  top: auto;
  bottom: 0;
}
#mv .text-box .mv-open span {
  box-sizing: border-box;
  color: #FFF;
  display: block;
  font-size: 64px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 30px 0;
}
@media screen and (max-width: 769px) {
  #mv .text-box .mv-open span {
    font-size: 24px;
    padding: 20px 0;
  }
}
#mv .text-box .mv-open span small {
  font-size: 32px;
}
@media screen and (max-width: 769px) {
  #mv .text-box .mv-open span small {
    font-size: 16px;
  }
}
#mv .text-box .logo-box {
  text-align: center;
  opacity: 0;
  animation: mv-anime 1s ease-in-out 1s forwards;
}
#mv .text-box .logo-box span {
  display: block;
  color: #fff;
  margin-top: 30px;
}

/*-------------------------MV-SLIDER--------------------*/
.slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*　背景画像設定　*/
.slider-item01 {
  background: url(../img/top/point01.jpg);
}

.slider-item02 {
  background: url(../img/top/mv-slide01.jpg);
}

.slider-item03 {
  background: url(../img/top/mv-slide02.jpg);
}

.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 95vh !important; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (max-width: 769px) {
  .slider-item {
    height: 65vh !important;
  }
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
  display: none;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
  display: none;
  position: relative;
  z-index: 3;
  text-align: center;
  margin: -50px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

/*-------------------------INTRODUCE--------------------*/
#introduce {
  padding-top: 120px;
}
@media screen and (max-width: 769px) {
  #introduce {
    padding-top: 80px;
  }
}
#introduce h2.ttl {
  text-align: center;
}
@media screen and (max-width: 769px) {
  #introduce h2.ttl {
    opacity: 0;
    animation: mv-anime 1s ease-in-out 2s forwards;
    padding: 0 20px;
  }
}
#introduce h3.read {
  font-size: 16px;
  line-height: 2.8;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 769px) {
  #introduce h3.read {
    font-size: 14px;
    line-height: 2.5;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
#introduce .pic-box {
  opacity: 0;
  animation: mv-anime 1s ease-in-out 1s forwards;
  max-width: 1200px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 769px) {
  #introduce .pic-box {
    box-sizing: border-box;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
}
#introduce .pic-box p {
  margin-top: 40px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  #introduce .pic-box p {
    margin-top: 20px;
  }
}
#introduce .pic-box p small {
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  #introduce .pic-box p small {
    font-size: 10px;
  }
}
#introduce .image-box {
  background: url("../img/top/point02.jpg") no-repeat center;
  background-size: cover;
  height: 548px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #introduce .image-box {
    height: 200px;
  }
}
#introduce .image-box img {
  width: 100%;
}

/*-------------------------ABOUT--------------------*/
#about {
  box-sizing: border-box;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #about {
    padding-left: 20px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  #about h2.ttl-tate {
    margin-left: 0;
    margin-right: 0;
  }
}
#about .about-contents {
  margin-left: 50px;
}
@media screen and (max-width:1025px) {
  #about .about-contents {
    margin-left: 40px;
  }
}
@media screen and (max-width: 769px) {
  #about .about-contents {
    box-sizing: border-box;
    padding: 0 20px;
    display: block;
    margin-left: 0;
  }
}
#about .about-contents .left-box {
  box-sizing: border-box;
  width: 450px;
  height: 350px;
  background: rgba(163, 138, 119, 0.1);
  padding: 0 40px;
  position: relative;
}
@media screen and (max-width: 769px) {
  #about .about-contents .left-box {
    width: 100%;
    margin-bottom: 20px;
    height: 200px;
  }
}
#about .about-contents .left-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
#about .about-contents .right-box {
  box-sizing: border-box;
  font-size: 16px;
  padding-top: 30px;
  padding-left: 50px;
  line-height: 2.8;
  letter-spacing: 0.15em;
}
@media screen and (max-width:1025px) {
  #about .about-contents .right-box {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 769px) {
  #about .about-contents .right-box {
    font-size: 14px;
    line-height: 2.5;
    padding: 0;
    width: 100%;
  }
}

/*-------------------------highlight--------------------*/
#highlight {
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 40px;
  padding-right: 10%;
  position: relative;
}
@media screen and (max-width:1025px) {
  #highlight {
    padding-right: 8%;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 769px) {
  #highlight {
    padding-top: 50px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  #highlight .highlight-top {
    align-items: flex-end;
  }
}
#highlight .highlight-top .image-box img {
  width: 100%;
}
#highlight .highlight-top .image-box .ota-catch {
  position: absolute;
  top: -150px;
  left: 20px;
  height: 150px;
}
#highlight .highlight-top .image-box .ota-catch img {
  height: 100%;
  width: auto;
}
#highlight .highlight-top h2.ttl-tate {
  margin-left: 100px;
}
@media screen and (max-width: 769px) {
  #highlight .highlight-top h2.ttl-tate {
    margin-right: 0;
    margin-left: 20px;
  }
}
#highlight .highlight-bottom {
  padding-left: 10%;
  padding-top: 100px;
}
@media screen and (max-width:1025px) {
  #highlight .highlight-bottom {
    padding-left: 8%;
  }
}
@media screen and (max-width: 769px) {
  #highlight .highlight-bottom {
    padding-top: 40px;
    padding-left: 20px;
  }
}
#highlight .highlight-bottom article {
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 769px) {
  #highlight .highlight-bottom article {
    display: block;
    margin-bottom: 40px;
  }
}
#highlight .highlight-bottom article .image-box {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 769px) {
  #highlight .highlight-bottom article .image-box {
    margin-top: 15px;
    width: 100%;
  }
}
#highlight .highlight-bottom article .text-box {
  box-sizing: border-box;
  padding-right: 80px;
  width: 50%;
}
@media screen and (max-width:1025px) {
  #highlight .highlight-bottom article .text-box {
    padding-right: 40px;
  }
}
@media screen and (max-width: 769px) {
  #highlight .highlight-bottom article .text-box {
    padding-right: 0;
    width: 100%;
  }
}
#highlight .highlight-bottom article .text-box .number {
  max-width: 430px;
  margin: 0 0 35px auto;
}
@media screen and (max-width:1025px) {
  #highlight .highlight-bottom article .text-box .number {
    margin: 0 0 20px auto;
    max-width: 100%;
  }
}
#highlight .highlight-bottom article .text-box .number span {
  font-size: 20px;
  font-weight: bold;
  color: rgba(89, 74, 66, 0.5);
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width:1025px) {
  #highlight .highlight-bottom article .text-box .number span {
    font-size: 16px;
  }
}
#highlight .highlight-bottom article .text-box .number span::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: rgba(89, 74, 66, 0.5);
}
@media screen and (max-width:1025px) {
  #highlight .highlight-bottom article .text-box .number span::before {
    bottom: -10px;
  }
}
#highlight .highlight-bottom article .text-box h2.ttl {
  letter-spacing: 0.1em;
  max-width: 430px;
  margin: 0 0 20px auto;
}
@media screen and (max-width:1025px) {
  #highlight .highlight-bottom article .text-box h2.ttl {
    max-width: 100%;
  }
}
#highlight .highlight-bottom article .text-box p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  max-width: 430px;
  margin: 0 0 0 auto;
}
@media screen and (max-width:1025px) {
  #highlight .highlight-bottom article .text-box p {
    max-width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #highlight .highlight-bottom article .text-box p {
    font-size: 14px;
  }
}
#highlight .highlight-bottom article.rev .text-box {
  padding-left: 45px;
  padding-right: 0;
}
@media screen and (max-width: 769px) {
  #highlight .highlight-bottom article.rev .text-box {
    padding-left: 0px;
  }
}
#highlight .highlight-bottom article.rev .text-box .number {
  margin: 0 auto 35px 0;
}
@media screen and (max-width:1025px) {
  #highlight .highlight-bottom article.rev .text-box .number {
    margin: 0 auto 20px 0;
  }
}
#highlight .highlight-bottom article.rev .text-box h2.ttl {
  margin: 0 auto 20px 0;
}
#highlight .highlight-bottom article.rev .text-box p {
  margin: 0 auto 0 0;
}
#highlight .highlight-bottom article:first-child {
  opacity: 0;
  animation: mv-anime 1s ease-in-out forwards;
}
#highlight .highlight-bottom article:nth-child(2) {
  opacity: 0;
  animation: mv-anime 1s ease-in-out 1s forwards;
}
#highlight .highlight-bottom article:last-child {
  opacity: 0;
  animation: mv-anime 1s ease-in-out 2s forwards;
}
@media screen and (max-width: 769px) {
  #highlight .highlight-bottom article:last-child {
    margin-bottom: 0;
  }
}

/*-------------------------movie--------------------*/
#movie {
  padding: 100px 10% 100px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 769px) {
  #movie {
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
#movie .movie-box {
  padding-left: 8%;
  position: relative;
}
@media screen and (max-width: 769px) {
  #movie .movie-box {
    padding-left: 0;
  }
}
#movie .movie-box .ota-catch {
  position: absolute;
  top: -150px;
  right: 10px;
  height: 150px;
}
#movie .movie-box .ota-catch img {
  height: 100%;
}
#movie .movie-box ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 769px) {
  #movie .movie-box ul {
    display: block;
    margin-bottom: 50px;
  }
}
#movie .movie-box ul li {
  width: 48%;
}
@media screen and (max-width: 769px) {
  #movie .movie-box ul li {
    width: 100%;
    margin-bottom: 30px;
  }
}
#movie .movie-box ul li .img iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
#movie .movie-box .profile {
  padding: 20px;
  border: 1px solid rgba(163, 138, 119, 0.1);
}
@media screen and (max-width: 769px) {
  #movie .movie-box .profile {
    padding: 0;
    border: none;
  }
}
#movie .movie-box .profile h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  #movie .movie-box .profile h3 {
    font-size: 24px;
  }
}
#movie .movie-box .profile span {
  box-sizing: border-box;
  font-size: 13px;
  font-weight: normal;
  display: block;
  color: rgba(163, 138, 119, 0.5);
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 0.1em;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #movie .movie-box .profile span {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
#movie .movie-box .profile .flex {
  justify-content: flex-end;
}
@media screen and (max-width: 769px) {
  #movie .movie-box .profile .flex {
    display: block;
  }
}
#movie .movie-box .profile .flex .img {
  width: 30%;
  margin-right: 5%;
  position: relative;
}
@media screen and (max-width: 769px) {
  #movie .movie-box .profile .flex .img {
    width: 80%;
    margin: 0 auto 20px;
  }
}
#movie .movie-box .profile .flex .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(163, 138, 119, 0.1);
  left: -10px;
  bottom: -10px;
}
#movie .movie-box .profile .flex .img img {
  width: 100%;
}
#movie .movie-box .profile .flex .text {
  width: 50%;
}
@media screen and (max-width: 769px) {
  #movie .movie-box .profile .flex .text {
    width: 100%;
  }
}
#movie .movie-box .profile .flex .text h4 {
  font-size: 24px;
  font-weight: bold;
  padding-right: 10px;
  line-height: 1;
}
#movie .movie-box .profile .flex .text span {
  display: inline;
  margin-bottom: 20px;
  padding-top: 0;
}
#movie .movie-box .profile .flex .text p {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-top: 20px;
}

/*-------------------------gallery--------------------*/
#gallery {
  padding: 100px 10% 100px 0;
}
@media screen and (max-width: 769px) {
  #gallery {
    padding-top: 80px;
    padding-right: 20px;
    padding-bottom: 0;
  }
}
#gallery .gallery-box .image-box ul.gallery {
  -moz-columns: 3;
       columns: 3;
  padding: 0 15px;
  margin: 0;
}
@media screen and (max-width: 769px) {
  #gallery .gallery-box .image-box ul.gallery {
    -moz-columns: 2;
         columns: 2;
  }
}
#gallery .gallery-box .image-box ul.gallery li {
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}
#gallery .gallery-box .image-box ul.gallery li a {
  height: 100%;
}
#gallery .gallery-box .image-box ul.gallery li a img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}

/*-------------------------materials--------------------*/
#materials {
  box-sizing: border-box;
  padding-top: 60px;
}
@media screen and (max-width: 769px) {
  #materials {
    padding-top: 120px;
  }
}
#materials .image-box {
  position: relative;
  width: 100%;
}
#materials .image-box h2.ttl-tate {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  box-sizing: border-box;
  padding: 20px 10px;
}
@media screen and (max-width:1025px) {
  #materials .image-box h2.ttl-tate {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 769px) {
  #materials .image-box h2.ttl-tate {
    top: auto;
    bottom: 0;
    margin-top: -70px;
    padding: 0px 20px;
  }
}
#materials .image-box h2.ttl-tate .fonten {
  position: absolute;
  top: 0;
  right: -20px;
  background: #FFF;
  box-sizing: border-box;
  padding: 20px 15px 20px 0;
}
@media screen and (max-width:1025px) {
  #materials .image-box h2.ttl-tate .fonten {
    padding: 15px 15px 15px 0;
  }
}
@media screen and (max-width: 769px) {
  #materials .image-box h2.ttl-tate .fonten {
    position: inherit;
    right: auto;
  }
}
#materials p {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  #materials p {
    padding: 20px 20px 0;
    text-align: left;
    margin-top: 15px;
  }
}

/*-------------------------merit--------------------*/
#merit {
  box-sizing: border-box;
  padding-left: 10%;
  padding-top: 100px;
}
@media screen and (max-width:1025px) {
  #merit {
    padding-left: 8%;
  }
}
@media screen and (max-width: 769px) {
  #merit {
    padding-left: 20px;
    padding-top: 60px;
  }
}
#merit h2.ttl-tate {
  margin-right: 30px;
}
@media screen and (max-width: 769px) {
  #merit h2.ttl-tate {
    margin-left: 0;
    margin-right: 20px;
  }
}
#merit .merit-contents {
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 769px) {
  #merit .merit-contents {
    display: block;
  }
}
#merit .merit-contents .text-box {
  box-sizing: border-box;
  padding-right: 80px;
  width: 40%;
}
@media screen and (max-width: 769px) {
  #merit .merit-contents .text-box {
    padding-right: 20px;
    width: 100%;
  }
}
#merit .merit-contents .text-box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  #merit .merit-contents .text-box p {
    font-size: 14px;
  }
}
#merit .merit-contents .text-box ul {
  flex-wrap: wrap;
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #merit .merit-contents .text-box ul {
    margin-top: 20px;
    justify-content: space-between;
  }
}
#merit .merit-contents .text-box ul li {
  background: #594a42;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.1em;
  padding: 8px 0;
  width: 110px;
  margin: 0 10px 10px 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 769px) {
  #merit .merit-contents .text-box ul li {
    font-size: 14px;
    margin-right: 0;
    width: 49%;
  }
}
#merit .merit-contents .img-box {
  box-sizing: border-box;
  width: 50vw;
}
@media screen and (max-width: 769px) {
  #merit .merit-contents .img-box {
    margin-top: 20px;
    width: 100%;
  }
}
#merit .merit-contents .img-box img {
  width: 100%;
}

/*-------------------------event--------------------*/
#event {
  box-sizing: border-box;
  padding: 140px 10% 0;
}
@media screen and (max-width: 769px) {
  #event {
    padding: 150px 20px 0;
  }
}
#event h2.ttl-tate {
  margin: 0 auto 50px;
  margin-left: 30px;
}
@media screen and (max-width: 769px) {
  #event h2.ttl-tate {
    margin: 0 auto 25px;
  }
}
#event .event-contents {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 769px) {
  #event .event-contents {
    display: block;
  }
}
#event .event-contents .ota-catch {
  position: absolute;
  top: -150px;
  left: 10px;
  height: 150px;
}
#event .event-contents .ota-catch img {
  height: 100%;
}
#event .event-contents article {
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 32%;
}
@media screen and (max-width: 769px) {
  #event .event-contents article {
    margin: 0 auto 25px;
    width: 85%;
  }
}
#event .event-contents article a {
  display: block;
}
#event .event-contents article a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #event .event-contents article a img {
    height: 180px;
  }
}
#event .event-contents article a h3.title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  #event .event-contents article a h3.title {
    margin-top: 10px;
    font-size: 13px;
  }
}
#event .event-contents article a h3.title .data {
  font-size: 16px;
}
@media screen and (max-width: 769px) {
  #event .event-contents article a h3.title .data {
    font-size: 13px;
  }
}
#event .event-flex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 769px) {
  #event .event-flex {
    display: flex;
    flex-direction: row-reverse;
  }
}

/*-------------------------obsession--------------------*/
#obsession {
  box-sizing: border-box;
  padding-top: 100px;
  padding-left: 10%;
}
@media screen and (max-width:1025px) {
  #obsession {
    padding-left: 8%;
  }
}
@media screen and (max-width: 769px) {
  #obsession {
    padding-top: 50px;
    padding-left: 20px;
  }
}
#obsession h2.ttl-tate {
  margin-right: 100px;
}
@media screen and (max-width: 769px) {
  #obsession h2.ttl-tate {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  #obsession .obsession-contents {
    display: block;
  }
}
#obsession .obsession-contents article {
  box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 769px) {
  #obsession .obsession-contents article {
    margin-bottom: 40px;
    width: 100%;
  }
}
#obsession .obsession-contents article .text-box {
  border-left: 1px solid #ccc;
  padding: 0 10px;
}
@media screen and (max-width: 769px) {
  #obsession .obsession-contents article .text-box {
    border: none;
    padding: 0;
  }
}
#obsession .obsession-contents article .text-box .obsession-ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 25px 0;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 769px) {
  #obsession .obsession-contents article .text-box .obsession-ttl {
    font-size: 24px;
    margin: 15px 0;
  }
}
#obsession .obsession-contents article .text-box p {
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
}
#obsession .obsession-contents article .btn-arrow {
  margin-top: 25px;
}
@media screen and (max-width: 769px) {
  #obsession .obsession-contents article .btn-arrow {
    margin-top: 15px;
  }
}
#obsession .obsession-contents article .btn-arrow p {
  text-align: left;
  display: inline-block;
}
#obsession .obsession-contents article .btn-arrow p span {
  width: 40px;
  height: 40px;
  border: 1px solid #594A42;
  border-radius: 100%;
  display: block;
  position: relative;
}
#obsession .obsession-contents article .btn-arrow p span::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 46%;
  transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  width: 7px;
  height: 1px;
  background: #594A42;
}
#obsession .obsession-contents article .btn-arrow p span::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  width: 17px;
  height: 1px;
  background: #594A42;
}
#obsession .obsession-contents article a:hover {
  opacity: 1;
}
#obsession .obsession-contents article a:hover .btn-more p span {
  background: #594A42;
}
#obsession .obsession-contents article a:hover .btn-more p span::before, #obsession .obsession-contents article a:hover .btn-more p span::after {
  background: #FFF;
}

/*-------------------------column--------------------*/
#column {
  box-sizing: border-box;
  padding: 100px 10% 50px;
}
@media screen and (max-width:1025px) {
  #column {
    padding: 100px 20px 50px;
  }
}
@media screen and (max-width: 769px) {
  #column {
    padding: 60px 20px 0;
  }
}
#column .column-contents h2.ttl-tate {
  margin-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 769px) {
  #column .column-contents h2.ttl-tate {
    margin: 0 auto 25px;
  }
}
#column .column-contents .article-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box {
    margin-bottom: 10px;
  }
}
#column .column-contents .article-box article {
  box-sizing: border-box;
  margin-bottom: 30px;
  width: 48.5%;
  min-width: 360px;
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box article {
    margin-bottom: 20px;
    width: 100%;
    min-width: auto;
  }
}
#column .column-contents .article-box article a {
  align-items: center;
  display: flex;
}
#column .column-contents .article-box article a .pic-box {
  box-sizing: border-box;
  overflow: hidden;
  width: 50%;
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box article a .pic-box {
    width: 45%;
  }
}
#column .column-contents .article-box article a .pic-box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 180px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box article a .pic-box img {
    height: 100px;
  }
}
#column .column-contents .article-box article a .text-box {
  box-sizing: border-box;
  padding-left: 5%;
  width: 50%;
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box article a .text-box {
    padding-left: 15px;
    width: 55%;
  }
}
#column .column-contents .article-box article a .text-box p {
  display: flex;
  align-items: center;
}
@media screen and (max-width:1025px) {
  #column .column-contents .article-box article a .text-box p {
    display: block;
  }
}
#column .column-contents .article-box article a .text-box p .date {
  color: rgba(163, 138, 119, 0.5);
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width:1025px) {
  #column .column-contents .article-box article a .text-box p .date {
    display: block;
    padding-right: 0;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box article a .text-box p .date {
    font-size: 12px;
  }
}
#column .column-contents .article-box article a .text-box p .category {
  color: rgba(163, 138, 119, 0.5);
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid rgba(163, 138, 119, 0.5);
  padding: 2px 8px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box article a .text-box p .category {
    font-size: 12px;
  }
}
#column .column-contents .article-box article a .text-box h3.title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box article a .text-box h3.title {
    font-size: 14px;
  }
}
#column .column-contents .article-box .no-article {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ccc;
  padding: 50px 100px;
}
@media screen and (max-width: 769px) {
  #column .column-contents .article-box .no-article {
    font-size: 14px;
    position: static;
    transform: none;
    border: none;
    padding: 0;
  }
}

/*-------------------------access--------------------*/
#access {
  box-sizing: border-box;
  padding: 100px 0 100px 10%;
}
@media screen and (max-width:1025px) {
  #access {
    padding: 100px 0 100px 8%;
  }
}
@media screen and (max-width: 769px) {
  #access {
    padding: 60px 20px 80px;
  }
}
#access .access-contents {
  justify-content: space-between;
}
#access .access-contents h2.ttl-tate {
  margin-right: 20px;
  margin-left: 0;
}
#access .access-contents .access-map {
  box-sizing: border-box;
  width: 80%;
}
#access .access-contents .access-map iframe {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #access .access-contents .access-map iframe {
    margin-bottom: 20px;
    height: auto;
  }
}
#access .access-contents .access-map p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (max-width: 769px) {
  #access .access-contents .access-map p {
    font-size: 14px;
    line-height: 2;
  }
}

/*-------------------------aside--------------------*/
aside.bg-pic {
  box-sizing: border-box;
  background: url("../img/top/contact-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 100px 20px 200px;
}
@media screen and (max-width: 769px) {
  aside.bg-pic {
    background-size: cover;
    padding: 80px 20px 160px;
  }
}
aside.bg-pic p {
  font-size: 28px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 769px) {
  aside.bg-pic p {
    font-size: 20px;
  }
}

/*-------------------------footer--------------------*/
footer {
  background: rgba(163, 138, 119, 0.1);
  box-sizing: border-box;
}
footer .f-contact {
  box-sizing: border-box;
  background: #FFF;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding: 40px 20px 180px;
  position: relative;
  top: -120px;
  max-width: 1020px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 769px) {
  footer .f-contact {
    max-width: 100%;
    top: -100px;
  }
}
footer .f-contact p {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  footer .f-contact p {
    font-size: 16px;
  }
}
footer .f-contact ul.contact {
  justify-content: center;
}
@media screen and (max-width: 769px) {
  footer .f-contact ul.contact {
    justify-content: space-between;
  }
}
@media screen and (max-width: 769px) {
  footer .f-contact ul.contact li {
    width: 48%;
  }
}
footer .f-contact .ota-catch {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  height: 150px;
}
footer .f-contact .ota-catch img {
  height: 100%;
}
footer .f-menu {
  align-items: flex-start;
  box-sizing: border-box;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 100px;
  padding: 0 20px;
}
@media screen and (max-width: 769px) {
  footer .f-menu {
    display: block;
    margin: -40px auto 50px;
  }
}
footer .f-menu .left-box {
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 769px) {
  footer .f-menu .left-box {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  footer .f-menu .left-box ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 769px) {
  footer .f-menu .left-box ul li {
    margin: 0 1em;
  }
}
footer .f-menu .left-box ul li a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 1em 0;
}
@media screen and (max-width: 769px) {
  footer .f-menu .left-box ul li a {
    font-size: 14px;
  }
}
footer .f-menu .right-box {
  box-sizing: border-box;
  max-width: 450px;
  width: 50%;
}
@media screen and (max-width: 769px) {
  footer .f-menu .right-box {
    max-width: 100%;
    margin-top: 40px;
    width: 100%;
  }
}
footer .f-menu .right-box .f-logo {
  max-width: 350px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  footer .f-menu .right-box .f-logo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
footer .f-menu .right-box .f-logo img {
  width: 100%;
}
footer .f-menu .right-box p {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 769px) {
  footer .f-menu .right-box p {
    font-size: 12px;
  }
}
footer .f-menu .right-box .f-info {
  margin-top: 30px;
}
@media screen and (max-width: 769px) {
  footer .f-menu .right-box .f-info {
    margin-top: 20px;
  }
}
footer .f-menu .right-box .f-sns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
footer .f-menu .right-box .f-sns .f-fb {
  margin-right: 100px;
}
footer .f-menu .right-box .f-sns .f-fb a {
  width: 40px;
}
footer .f-menu .right-box .f-sns .f-ig a {
  width: 40px;
}
footer .copyright {
  background: #FFF;
  box-sizing: border-box;
  padding: 30px 20px 40px;
  text-align: center;
}
@media screen and (max-width: 769px) {
  footer .copyright {
    padding: 20px 20px 70px;
  }
}
footer .copyright small {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 769px) {
  footer .copyright small {
    font-size: 10px;
  }
}

#floating-banner {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 9998;
  width: 260px;
  background: #FFF;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 0px rgb(219, 219, 219);
}
@media screen and (max-width: 769px) {
  #floating-banner {
    position: static;
    width: 100%;
    margin: 80px auto 0;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: none;
  }
}
#floating-banner img {
  vertical-align: bottom;
}
#floating-banner p.close-banner {
  color: #333;
  position: fixed;
  right: 40px;
  bottom: 240px;
  z-index: 9999;
  padding: 0 5px;
  background-color: #eaeae9;
  cursor: pointer;
}
@media screen and (max-width: 769px) {
  #floating-banner p.close-banner {
    display: none;
  }
}

/*-------------------------form--------------------*/
@media screen and (max-width: 769px) {
  #sendmail table {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  #sendmail table tr {
    display: block;
    width: 100%;
  }
}
#sendmail table tr th {
  font-weight: bold;
  padding-bottom: 25px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 769px) {
  #sendmail table tr th {
    font-size: 14px;
    display: block;
    padding-right: 0;
    padding-bottom: 5px;
    width: 100%;
  }
}
#sendmail table tr th span {
  background: #FF000D;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  right: 20px;
}
@media screen and (max-width: 769px) {
  #sendmail table tr th span {
    font-size: 8px;
    padding: 2px 4px;
    right: 0;
  }
}
#sendmail table tr td {
  padding-bottom: 25px;
  width: 50%;
}
@media screen and (max-width: 769px) {
  #sendmail table tr td {
    display: block;
    font-size: 14px;
    width: 100%;
  }
}
#sendmail table tr td ul.list li {
  padding-bottom: 15px;
}
@media screen and (max-width: 769px) {
  #sendmail table tr td ul.list li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  #sendmail table tr td ul.list.how {
    display: flex;
  }
}
@media screen and (max-width: 769px) {
  #sendmail table tr td ul.list.how li {
    margin-right: 20px;
  }
}
#sendmail table tr td .form-control {
  background: rgba(163, 138, 119, 0.1);
  border: none;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 350px;
}
@media screen and (max-width: 769px) {
  #sendmail table tr td .form-control {
    display: block;
    font-size: 14px;
    width: 100%;
  }
}
#sendmail table tr td select.form-control {
  padding: 10px;
}
#sendmail table tr td input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid rgba(163, 138, 119, 0.5);
  background: #FFF;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 769px) {
  #sendmail table tr td input[type=radio] {
    width: 14px;
    height: 14px;
  }
}
#sendmail table tr td input[type=radio]::before {
  content: "";
  background: #A38A77;
  border-radius: 100px;
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  #sendmail table tr td input[type=radio]::before {
    width: 8px;
    height: 8px;
  }
}
#sendmail table tr td input[type=radio]:checked::before {
  display: block;
}
#sendmail table tr td textarea {
  box-sizing: border-box;
  height: 200px;
  width: 100%;
}
#sendmail table tr td .error {
  font-size: 13px;
  color: #FF000D;
  display: block;
  letter-spacing: normal;
}
@media screen and (max-width: 769px) {
  #sendmail table tr td .error {
    font-size: 11px;
  }
}
#sendmail .agree_text {
  font-size: 14px;
  margin: 30px 0;
  text-align: center;
}
#sendmail .agree_text a {
  text-decoration: underline;
}
#sendmail .contact_privacy_area {
  text-align: center;
  margin-bottom: 30px;
}
#sendmail #alert {
  font-size: 14px;
  font-weight: bold;
  color: #FF000D;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 769px) {
  #sendmail #alert {
    font-size: 12px;
  }
}
#sendmail p.note {
  color: #940012;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
#sendmail .submit_btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 769px) {
  #sendmail .submit_btn {
    margin-top: 25px;
  }
}
#sendmail .submit_btn input[type=submit] {
  color: #FFF;
  background: rgba(163, 138, 119, 0.5);
  border: none;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1em;
  padding: 1em 5em 1em 6em;
}
@media screen and (max-width: 769px) {
  #sendmail .submit_btn input[type=submit] {
    font-size: 16px;
    width: 100%;
  }
}
#sendmail .submit_btn input[type=submit]:hover {
  background: #A38A77;
}

.contact-form-box {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .contact-form-box table {
    width: 100%;
  }
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr {
    display: block;
    width: 100%;
  }
}
.contact-form-box table tr th {
  font-weight: bold;
  padding-bottom: 25px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr th {
    font-size: 14px;
    display: block;
    padding-right: 0;
    padding-bottom: 5px;
    width: 100%;
  }
}
.contact-form-box table tr th span {
  background: #FF000D;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  padding: 3px 5px;
  position: absolute;
  top: 0;
  transform: translateY(50%);
  right: 20px;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr th span {
    font-size: 8px;
    padding: 2px 4px;
    right: 0;
  }
}
.contact-form-box table tr td {
  padding-bottom: 25px;
  width: 50%;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td {
    display: block;
    font-size: 14px;
    width: 100%;
  }
}
.contact-form-box table tr td ul.list li {
  padding-bottom: 15px;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td ul.list li {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td ul.list.how {
    display: flex;
  }
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td ul.list.how li {
    margin-right: 20px;
  }
}
.contact-form-box table tr td select {
  padding: 10px;
  background: rgba(163, 138, 119, 0.1);
  border: none;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 350px;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td select {
    display: block;
    font-size: 14px;
    width: 100%;
  }
}
.contact-form-box table tr td input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid rgba(163, 138, 119, 0.5);
  background: #FFF;
  border-radius: 100px;
  height: 16px;
  width: 16px;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td input[type=radio] {
    width: 14px;
    height: 14px;
  }
}
.contact-form-box table tr td input[type=radio]::before {
  content: "";
  background: #A38A77;
  border-radius: 100px;
  display: none;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td input[type=radio]::before {
    width: 8px;
    height: 8px;
  }
}
.contact-form-box table tr td input[type=radio]:checked::before {
  display: block;
}
.contact-form-box table tr td input[type=text],
.contact-form-box table tr td input[type=email] {
  background: rgba(163, 138, 119, 0.1);
  border: none;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 350px;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td input[type=text],
  .contact-form-box table tr td input[type=email] {
    display: block;
    font-size: 14px;
    width: 100%;
  }
}
.contact-form-box table tr td textarea {
  background: rgba(163, 138, 119, 0.1);
  border: none;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 350px;
  box-sizing: border-box;
  height: 200px;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td textarea {
    display: block;
    font-size: 14px;
    width: 100%;
  }
}
.contact-form-box table tr td .error {
  font-size: 13px;
  color: #FF000D;
  display: block;
  letter-spacing: normal;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .contact-form-box table tr td .error {
    font-size: 11px;
  }
}
.contact-form-box .agree_text {
  font-size: 14px;
  margin: 30px 0;
  text-align: center !important;
}
.contact-form-box .agree_text a {
  text-decoration: underline;
}
.contact-form-box .contact_privacy_area {
  text-align: center;
  margin-bottom: 30px;
}
.contact-form-box .contact_privacy_area span.error {
  font-size: 13px;
  color: #FF000D;
  display: block;
  letter-spacing: normal;
  font-weight: bold;
}
.contact-form-box #alert {
  font-size: 14px;
  font-weight: bold;
  color: #FF000D;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 20px auto;
}
@media screen and (max-width: 769px) {
  .contact-form-box #alert {
    font-size: 12px;
  }
}
.contact-form-box p.note {
  color: #940012;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}
.contact-form-box .form_back_btn {
  text-align: center;
  margin-top: 30px;
}
.contact-form-box .form_back_btn input[type=submit] {
  color: #FFF;
  background: #999;
  border: none;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1em;
  width: 300px;
  padding: 15px;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  .contact-form-box .form_back_btn input[type=submit] {
    font-size: 16px;
    width: 100%;
  }
}
.contact-form-box .form_back_btn input[type=submit]:hover {
  background: #555;
}
.contact-form-box .submit_btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 769px) {
  .contact-form-box .submit_btn {
    margin-top: 15px;
  }
}
.contact-form-box .submit_btn input[type=submit] {
  color: #FFF;
  background: rgba(163, 138, 119, 0.5);
  border: none;
  border-radius: 100px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1em;
  width: 300px;
  padding: 15px;
  transition: 0.2s;
}
@media screen and (max-width: 769px) {
  .contact-form-box .submit_btn input[type=submit] {
    font-size: 16px;
    width: 100%;
  }
}
.contact-form-box .submit_btn input[type=submit]:hover {
  background: #A38A77;
}

/*--------------------underpage--------------------*/
#bread {
  box-sizing: border-box;
  padding: 20px 10%;
}
@media screen and (max-width: 769px) {
  #bread {
    padding: 20px;
  }
}
#bread ul {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
}
#bread ul li {
  padding-right: 1.5em;
  position: relative;
}
#bread ul li::before {
  content: ">";
  display: block;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(-50%, 50%);
}
#bread ul li a {
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 769px) {
  #bread ul li a {
    font-size: 12px;
  }
}
#bread ul li:last-child {
  margin-right: 0;
}
#bread ul li:last-child::before {
  display: none;
}

/*ページネーション*/
.page-navi {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 40px;
}
@media screen and (max-width: 769px) {
  .page-navi {
    max-width: 100%;
    margin: 50px auto 25px;
  }
}
.page-navi li {
  box-sizing: border-box;
  text-align: left;
  width: 30%;
}
@media screen and (max-width: 769px) {
  .page-navi li {
    width: auto;
  }
}
.page-navi li a {
  box-sizing: border-box;
  font-size: 16px;
  padding: 1em;
}
@media screen and (max-width: 769px) {
  .page-navi li a {
    font-size: 13px;
    padding: 1em 0.5em;
  }
}
.page-navi li.back {
  text-align: center;
}
.page-navi li.back a {
  padding: 1em 3em;
  background: #A38A77;
  color: #FFF;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 769px) {
  .page-navi li.back a {
    padding: 1em 2.5em;
  }
}
.page-navi li.next {
  text-align: right;
}

/*下層ページ*/
#underpage .bg-color {
  background: rgba(163, 138, 119, 0.1);
  margin-top: 127px;
}
@media screen and (max-width: 769px) {
  #underpage .bg-color {
    margin-top: 68px;
  }
}
#underpage #contents {
  box-sizing: border-box;
  padding: 20px 10% 160px;
}
@media screen and (max-width: 769px) {
  #underpage #contents {
    padding: 10px 20px 80px;
  }
}
#underpage #contents #wpc_show {
  background: #FFF;
  box-sizing: border-box;
  padding: 80px 100px;
}
@media screen and (max-width: 769px) {
  #underpage #contents #wpc_show {
    padding: 40px 20px;
  }
}
#underpage #contents #wpc_show .wp-ttl {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 769px) {
  #underpage #contents #wpc_show .wp-ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#underpage #contents #wpc_show .date {
  color: rgba(163, 138, 119, 0.5);
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width: 769px) {
  #underpage #contents #wpc_show .date {
    font-size: 12px;
  }
}
#underpage #contents #wpc_show .category {
  color: rgba(163, 138, 119, 0.5);
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid rgba(163, 138, 119, 0.5);
  padding: 2px 8px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #underpage #contents #wpc_show .category {
    font-size: 12px;
  }
}
#underpage #contents #wpc_show .pic-box {
  margin: 20px auto;
  /*max-height: 400px;
          overflow: hidden;
  @include sp() {
  max-height: 300px;}
  img{
  	object-fit: cover;
  	height: 400px;
  	width: auto;
  	@include sp() {
  	height: 300px;}
  }*/
}
@media screen and (max-width: 769px) {
  #underpage #contents #wpc_show .pic-box {
    margin: 15px auto;
  }
}
#underpage #contents #wpc_show p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 1em;
}
@media screen and (max-width: 769px) {
  #underpage #contents #wpc_show p {
    font-size: 14px;
  }
}
#underpage #contents #wpc_show aside.blog {
  box-sizing: border-box;
  padding-top: 100px;
}
#underpage #contents #wpc_show aside.blog > div {
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  #underpage #contents #wpc_show aside.blog {
    padding-top: 50px;
  }
}
#underpage #contents #wpc_show aside.blog h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #underpage #contents #wpc_show aside.blog h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
#underpage #event-page #event.archive, #underpage #event-page #column.archive, #underpage #column-page #event.archive, #underpage #column-page #column.archive {
  padding-top: 0;
}
#underpage #event-page #event.archive h2.ttl-tate, #underpage #event-page #column.archive h2.ttl-tate, #underpage #column-page #event.archive h2.ttl-tate, #underpage #column-page #column.archive h2.ttl-tate {
  text-align: center;
  margin: 0 auto 40px;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive h2.ttl-tate, #underpage #event-page #column.archive h2.ttl-tate, #underpage #column-page #event.archive h2.ttl-tate, #underpage #column-page #column.archive h2.ttl-tate {
    margin: 0 auto 30px;
  }
}
#underpage #event-page #event.archive .wpc_show_leftSide.flex, #underpage #event-page #column.archive .wpc_show_leftSide.flex, #underpage #column-page #event.archive .wpc_show_leftSide.flex, #underpage #column-page #column.archive .wpc_show_leftSide.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#underpage #event-page #event.archive .wpc_show_leftSide.flex article, #underpage #event-page #column.archive .wpc_show_leftSide.flex article, #underpage #column-page #event.archive .wpc_show_leftSide.flex article, #underpage #column-page #column.archive .wpc_show_leftSide.flex article {
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 40px 0;
  width: 33.3333333333%;
  word-break: break-word;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_leftSide.flex article, #underpage #event-page #column.archive .wpc_show_leftSide.flex article, #underpage #column-page #event.archive .wpc_show_leftSide.flex article, #underpage #column-page #column.archive .wpc_show_leftSide.flex article {
    margin: 0 0 20px 0;
    width: 50%;
  }
}
#underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_img img, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_img img, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_img img, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_img img, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_img img, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_img img, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_img img {
    height: 160px;
  }
}
#underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .date, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .date, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .date, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .date {
  color: rgba(163, 138, 119, 0.5);
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .date, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .date, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .date, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .date {
    font-size: 12px;
    display: block;
  }
}
#underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .category, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .category, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .category, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .category {
  color: rgba(163, 138, 119, 0.5);
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
  border: 1px solid rgba(163, 138, 119, 0.5);
  padding: 2px 8px;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .category, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .category, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .category, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .category {
    font-size: 12px;
  }
}
#underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .title, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .title, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .title, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .title, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .title, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text .title, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text .title {
    font-size: 16px;
  }
}
#underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text p, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text p, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text p, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text p {
  font-size: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text p, #underpage #event-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text p, #underpage #column-page #event.archive .wpc_show_leftSide.flex article a .wpc_article_text p, #underpage #column-page #column.archive .wpc_show_leftSide.flex article a .wpc_article_text p {
    font-size: 12px;
  }
}
#underpage #event-page #event.archive .wpc_show_rightSide, #underpage #event-page #column.archive .wpc_show_rightSide, #underpage #column-page #event.archive .wpc_show_rightSide, #underpage #column-page #column.archive .wpc_show_rightSide {
  padding-top: 80px;
  padding-bottom: 160px;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_rightSide, #underpage #event-page #column.archive .wpc_show_rightSide, #underpage #column-page #event.archive .wpc_show_rightSide, #underpage #column-page #column.archive .wpc_show_rightSide {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
#underpage #event-page #event.archive .wpc_show_rightSide .blog h3, #underpage #event-page #column.archive .wpc_show_rightSide .blog h3, #underpage #column-page #event.archive .wpc_show_rightSide .blog h3, #underpage #column-page #column.archive .wpc_show_rightSide .blog h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  color: #594A42;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_rightSide .blog h3, #underpage #event-page #column.archive .wpc_show_rightSide .blog h3, #underpage #column-page #event.archive .wpc_show_rightSide .blog h3, #underpage #column-page #column.archive .wpc_show_rightSide .blog h3 {
    font-size: 18px;
  }
}
#underpage #event-page #event.archive .wpc_show_rightSide .blog ul, #underpage #event-page #column.archive .wpc_show_rightSide .blog ul, #underpage #column-page #event.archive .wpc_show_rightSide .blog ul, #underpage #column-page #column.archive .wpc_show_rightSide .blog ul {
  margin-top: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  #underpage #event-page #event.archive .wpc_show_rightSide .blog ul, #underpage #event-page #column.archive .wpc_show_rightSide .blog ul, #underpage #column-page #event.archive .wpc_show_rightSide .blog ul, #underpage #column-page #column.archive .wpc_show_rightSide .blog ul {
    margin-top: 10px;
    margin-bottom: 25px;
  }
}

#wpc_show,
.wpc_wrap {
  overflow: hidden;
}

.wpc_show_leftSide {
  float: left;
  width: 75%;
}
@media screen and (max-width: 769px) {
  .wpc_show_leftSide {
    float: none;
    width: auto;
  }
}
.wpc_show_leftSide h1, .wpc_show_leftSide h2, .wpc_show_leftSide h3, .wpc_show_leftSide h4, .wpc_show_leftSide h5, .wpc_show_leftSide h6 {
  font-size: revert;
  font-weight: revert;
}
.wpc_show_leftSide h1 {
  font-size: 1.8em !important;
}
.wpc_show_leftSide h2 {
  font-size: 1.5em !important;
}
.wpc_show_leftSide ol li {
  list-style: decimal;
}
.wpc_show_leftSide ul li {
  list-style: disc;
}

.wpc_show_rightSide {
  float: right;
  width: 20%;
}
@media screen and (max-width: 769px) {
  .wpc_show_rightSide {
    float: none;
    width: auto;
  }
}

.navigation.pagination {
  margin: auto;
  clear: both;
  width: 100%;
}
.navigation.pagination .page-numbers {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.navigation.pagination .page-numbers li {
  margin: 0 10px;
}
.navigation.pagination .page-numbers li a {
  background: #FFF;
  padding: 0 7px;
}
.navigation.pagination .page-numbers li a.next, .navigation.pagination .page-numbers li a.prev {
  background: none;
  padding: 0;
}/*# sourceMappingURL=design.css.map */