@charset "UTF-8";
/* Scss Document */
* {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.pc {
  display: block;
}

@media (max-width: 834px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

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

@media (max-width: 834px) {
  .img-responsive {
    width: 100%;
  }
}

body {
  word-wrap: break-word;
  background-color: #F8F8F5;
}

body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

img {
  vertical-align: bottom;
}

img[src$=".svg"] {
  height: auto;
}

h1, h2, h3, h4, p {
  letter-spacing: 1px;
  color: #1D1D1D;
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 30px;
}

@media (max-width: 834px) {
  p {
    font-size: 14px;
    line-height: 28px;
  }
}

input[type="submit"], select, textarea {
  -webkit-appearance: none;
}

.area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.just-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.just-center-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.just-end-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.center-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#container {
  padding: 140px 0 0 0;
  position: relative;
}

@media (max-width: 834px) {
  #container {
    padding: 30px 0 0 0;
  }
}

#contents {
  padding: 0 0 80px;
}

@media (max-width: 834px) {
  #contents {
    width: 100%;
    padding: 0px 0;
    min-width: 100%;
    max-width: 100%;
  }
}

#page .wrapper {
  padding: 0 0 90px;
  width: 860px;
  margin: 0 auto;
}

@media (max-width: 834px) {
  #page .wrapper {
    width: 100%;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: #F8F8F5;
}

#header .header-box {
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
}

#header #logo {
  width: 66px;
}

#header .nav-box {
  width: calc(100% - 76px);
}

#header .nav-box nav a {
  color: #333333;
  font-size: 16px;
  padding: 10px 20px 7px;
  display: inline-block;
  letter-spacing: 2px;
  font-family: 'Abel', sans-serif;
  position: relative;
}

#header .nav-box nav a:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  right: 0px;
  top: 11px;
  background-color: #1D1D1D;
}

#header .nav-box nav a:last-child:after {
  display: none;
}

#header .nav-box nav a span {
  position: relative;
  z-index: 1;
  font-family: 'Abel', sans-serif;
}

#header .nav-box nav a span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: #333333;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#header .nav-box nav a span small {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 0 0 0 4px;
}

#header .nav-box nav a:hover span::after {
  width: 100%;
}

#header .nav-box .cv {
  padding: 0 0 0 25px;
}

#header .nav-box .cv .mypage {
  color: #FFF;
  padding: 12px 18px;
  min-width: 200px;
  text-align: center;
  background-color: #404040;
  position: relative;
  display: block;
  z-index: 2;
}

#header .nav-box .cv .mypage:hover span::after {
  width: 100%;
  height: 100%;
}

#header .nav-box .cv .mypage span {
  font-size: 15px;
  letter-spacing: 3px;
  display: block;
  font-family: 'Abel', sans-serif;
}

#header .nav-box .cv .mypage span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #1D1D1D;
  z-index: -1;
  -webkit-transition: .2s all;
  transition: .2s all;
}

#header .nav-box .cv .mypage span.menu-jp {
  font-size: 11px;
  padding: 3px 0 0 0;
  letter-spacing: 2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

#header .nav-box .cv .reserve {
  color: #FFF;
  padding: 12px 18px;
  min-width: 200px;
  text-align: center;
  background-color: #836446;
  position: relative;
  display: block;
  z-index: 2;
  margin: 0 10px 0 0;
}

#header .nav-box .cv .reserve:hover span::after {
  width: 100%;
  height: 100%;
}

#header .nav-box .cv .reserve span {
  font-size: 15px;
  letter-spacing: 3px;
  display: block;
  font-family: 'Abel', sans-serif;
}

#header .nav-box .cv .reserve span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #624A34;
  z-index: -1;
  -webkit-transition: .2s all;
  transition: .2s all;
}

#header .nav-box .cv .reserve span.menu-jp {
  font-size: 11px;
  padding: 3px 0 0 0;
  letter-spacing: 2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.area-box {
  width: 100%;
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 834px) {
  .area-box {
    min-width: 100%;
    max-width: 100%;
    padding: 0 20px;
  }
}

#logo-sp {
  display: none;
}

@media (max-width: 834px) {
  #logo-sp {
    display: block;
    padding: 20px 0 0 20px;
    position: relative;
    z-index: 220;
    width: 64px;
  }
}

#header-sp {
  display: none;
}

@media (max-width: 834px) {
  #header-sp {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: fixed;
    top: 0;
    z-index: 210;
    height: 64px;
  }
  #header-sp .menu-wrapper {
    width: 100%;
    float: none;
    padding: 0px;
  }
  #header-sp .head-mypage {
    position: absolute;
    z-index: 13;
    right: 60px;
    top: 15px;
    height: 38px;
    line-height: 38px;
    padding: 0px 20px;
    background-color: #404040;
    font-size: 12px;
    letter-spacing: 3px;
    color: #FFF;
    text-align: center;
    font-family: 'Abel', sans-serif;
  }
  #header-sp .nav_btn {
    height: 44px;
    position: absolute;
    right: 10px;
    top: 18px;
    width: 44px;
    padding: 7px 7px;
    z-index: 13;
  }
  #header-sp .menu__line {
    background: #1D1D1D;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 25px;
    border-radius: 4px;
    left: 10px;
  }
  #header-sp .menu__line--center {
    top: 15px;
  }
  #header-sp .menu__line--bottom {
    bottom: 19px;
  }
  #header-sp .nav_close {
    height: 30px;
    position: absolute;
    left: -30px;
    top: 0px;
    width: 30px;
    padding: 7px 5px;
    background-color: #333333;
    z-index: 10;
  }
  #header-sp .nav_close_bg {
    height: 100vh;
    position: absolute;
    left: -50%;
    top: 0px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.01);
    z-index: -1;
  }
  #header-sp .menu__closeline {
    background: #FFF;
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 16px;
    border-radius: 4px;
    left: 7px;
  }
  #header-sp .menu__closeline.menu__line--top {
    top: 14px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #header-sp .menu__closeline.menu__line--bottom {
    bottom: 14px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  #header-sp .gnav {
    display: none;
    height: 100%;
    position: fixed;
    width: 80%;
    min-width: 300px;
    top: 0px;
    padding: 64px 0 0 0;
    right: 0px;
    z-index: 12;
    background-color: #F8F8F5;
  }
  #header-sp .gnav__wrap {
    height: 100%;
    position: relative;
    width: 100%;
    padding: 0px 15px 0;
    z-index: 200;
    background-color: #F8F8F5;
  }
  #header-sp .gnav__menu.cv {
    padding: 40px 0 0 0;
  }
  #header-sp .gnav__menu__item {
    width: 100%;
    padding: 0 0px;
    margin: 0;
  }
  #header-sp .gnav__menu__item a {
    padding: 22px 0 22px 22px;
    text-align: left;
    display: block;
    color: #1D1D1D;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    font-family: 'Abel', sans-serif;
  }
  #header-sp .gnav__menu__item a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1D1D1D;
    border-right: 1px solid #1D1D1D;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #header-sp .gnav__menu__item a.nav-cv {
    background-color: #404040;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 13px;
    padding: 0px;
    width: 90%;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  #header-sp .gnav__menu__item a.nav-reserve {
    background-color: #836446;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 13px;
    padding: 0px;
    width: 90%;
    margin: 0 auto;
    letter-spacing: 1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  #header-sp .gnav__menu__item a.nav-reserve::before {
    display: none;
  }
  #header-sp .gnav__menu__item a.nav-reserve::after {
    display: none;
  }
  #header-sp .gnav__menu__item a span {
    font-size: 11px;
    padding: 0 0 0 5px;
    letter-spacing: 1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  #header-sp .menu-check {
    display: none;
  }
  #header-sp .menu-label {
    padding: 22px 0 22px 22px;
    text-align: left;
    display: block;
    color: #1D1D1D;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    font-family: 'Abel', sans-serif;
  }
  #header-sp .menu-label.nav-list-open::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #1D1D1D;
    border-right: 1px solid #1D1D1D;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #header-sp .menu-label span {
    font-size: 11px;
    padding: 0 0 0 5px;
    letter-spacing: 1px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  #header-sp .gnav__menu__item_sub {
    padding: 25px 0;
  }
  #header-sp .gnav__menu__item_sub a {
    margin: 0 10px 0 0;
    width: 34px;
  }
  #header-sp .gnav__menu__item_sub a img {
    vertical-align: middle;
  }
}

.menu-content {
  display: block;
  height: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 10;
}

.menu-content a {
  font-size: 11px !important;
  letter-spacing: 1px !important;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.menu-check:checked + .menu-label + .menu-content {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.gnav__menu__item a.nav-cv::before, .gnav__menu__item a.nav-reserve::before {
  display: none;
}

.gnav__menu__item a.nav-cv::after, .gnav__menu__item a.nav-reserve::after {
  display: none;
}

.open::after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0px;
  right: -100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.4);
}

#header-sp.active .open::after {
  right: 0px;
}

#header-sp.active .menu__line--top {
  top: 14px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#header-sp.active .menu__line--center {
  height: 0;
}

#header-sp.active .menu__line--bottom {
  bottom: 28px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#meeting-reserve {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #836446;
  border-radius: 50%;
  border: 7px solid #836446;
  width: 140px;
  height: 140px;
  text-align: center;
  z-index: 20;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: none;
}

#meeting-reserve:hover {
  background-color: #624A34;
  border: 7px solid #624A34;
}

@media (max-width: 834px) {
  #meeting-reserve:hover {
    border: 4px solid #624A34;
  }
}

@media (max-width: 834px) {
  #meeting-reserve {
    display: block;
    bottom: 10px;
    right: 10px;
    width: 108px;
    height: 108px;
    border: 4px solid #836446;
  }
}

#meeting-reserve .box {
  border-radius: 50%;
  border: 1px solid #FFF;
  width: 126px;
  height: 126px;
  position: relative;
}

@media (max-width: 834px) {
  #meeting-reserve .box {
    width: 100px;
    height: 100px;
  }
}

#meeting-reserve .box .e-name {
  color: #FFF;
  font-size: 19px;
  letter-spacing: 2px;
  font-family: 'Abel', sans-serif;
  padding: 30px 0 4px;
  display: block;
}

@media (max-width: 834px) {
  #meeting-reserve .box .e-name {
    display: none;
  }
}

#meeting-reserve .box .name {
  color: #FFF;
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1px;
  display: block;
}

@media (max-width: 834px) {
  #meeting-reserve .box .name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
}

.link-area {
  padding: 0 0 80px;
  text-align: center;
}

.link-area.tl {
  text-align: left;
}

.link-area.tr {
  text-align: right;
}

.link-area .link-common-btn {
  background-color: #404040;
  color: #FFF;
  text-align: center;
  padding: 25px;
  font-size: 16px;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  z-index: 2;
  outline: 1px solid #909090;
  outline-offset: -8px;
  min-width: 360px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media (max-width: 834px) {
  .link-area .link-common-btn {
    font-size: 14px;
    width: 100%;
    min-width: initial;
    max-width: 360px;
  }
}

.link-area .link-common-btn:hover::before {
  width: 100%;
  height: 100%;
}

.link-area .link-common-btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #1D1D1D;
  z-index: -1;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.link-area .link-common-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.button_div .buttons {
  background-color: #404040;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  padding: 20px;
  font-size: 16px;
  border: none;
  letter-spacing: 0.5px;
  position: relative;
  display: inline-block;
  z-index: 2;
  outline: 1px solid #909090;
  outline-offset: -8px;
  min-width: 220px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media (max-width: 834px) {
  .button_div .buttons {
    font-size: 14px;
    width: 100%;
    min-width: initial;
    max-width: 220px;
  }
}

.button_div .buttons:hover::before {
  width: 100%;
  height: 100%;
}

.button_div .buttons:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  display: block;
  background: #1D1D1D;
  z-index: -1;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.button_div .buttons::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.please_login {
  text-align: center;
}

.please_login p {
  padding: 0 0 30px;
}

@media (max-width: 834px) {
  #wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width: 100% !important;
  }
}

.link-text-forgot a {
  color: #836446;
}

.link-text-forgot a:hover {
  text-decoration: underline;
}

.member-entry {
  width: 21%;
  margin: 0 5.3% 70px 0;
  text-align: center;
}

.member-entry:hover .ph:after {
  opacity: 0.5;
}

@media (max-width: 834px) {
  .member-entry {
    width: 48%;
    margin: 0 4% 50px 0;
  }
}

@media (max-width: 834px) {
  .member-entry:nth-child(2n) {
    margin: 0 0 50px 0;
  }
}

.member-entry:nth-child(4n) {
  margin: 0 0 70px 0;
}

@media (max-width: 834px) {
  .member-entry:nth-child(4n) {
    margin: 0 0 50px 0;
  }
}

.member-entry .ph {
  width: 100%;
  height: 246px;
  background-size: cover;
  background-position: center;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
}

.member-entry .ph:after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 834px) {
  .member-entry .ph {
    height: 44vw;
  }
}

.member-entry .ph .mark-new {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 5px 20px;
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  background-color: #836446;
  font-family: 'Abel', sans-serif;
  letter-spacing: 2px;
}

@media (max-width: 834px) {
  .member-entry .ph .mark-new {
    padding: 5px 15px;
    font-size: 14px;
  }
}

.member-entry .info {
  margin: 25px 0 0;
}

@media (max-width: 834px) {
  .member-entry .info {
    margin: 15px 0 0;
  }
}

.member-entry .info .name {
  font-size: 18px;
  padding: 0 0 5px;
}

@media (max-width: 834px) {
  .member-entry .info .name {
    font-size: 15px;
  }
}

.member-entry .info .job {
  font-size: 12px;
  display: block;
  color: #1D1D1D;
}

.community-entry {
  width: 29%;
  margin: 0 6.5% 70px 0;
  text-align: center;
}

.community-entry:hover .ph:after {
  opacity: 0.5;
}

@media (max-width: 834px) {
  .community-entry {
    width: 48%;
    margin: 0 4% 50px 0;
  }
}

@media (max-width: 834px) {
  .community-entry:nth-child(2n) {
    margin: 0 0 50px 0;
  }
}

.community-entry:nth-child(3n) {
  margin: 0 0 70px 0;
}

@media (max-width: 834px) {
  .community-entry:nth-child(3n) {
    margin: 0 4% 50px 0;
  }
}

@media (max-width: 834px) {
  .community-entry:nth-child(6n) {
    margin: 0 0 50px 0;
  }
}

.community-entry .ph {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
}

.community-entry .ph:after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 834px) {
  .community-entry .ph {
    height: 28vw;
  }
}

.community-entry .info {
  margin: 25px 0 0;
}

@media (max-width: 834px) {
  .community-entry .info {
    margin: 15px 0 0;
  }
}

.community-entry .info .name {
  font-size: 18px;
}

@media (max-width: 834px) {
  .community-entry .info .name {
    font-size: 15px;
  }
}

.community-entry .info .date {
  font-size: 14px;
  color: #1d1d1d;
  display: block;
  padding: 10px 0 0 0;
  letter-spacing: 1px;
  font-family: 'Abel', sans-serif;
}

.event-entry {
  color: #000;
  width: 29%;
  margin: 0 6.5% 70px 0;
  text-align: center;
}

.event-entry:hover .ph:after {
  opacity: 0.5;
}

@media (max-width: 834px) {
  .event-entry {
    width: 48%;
    margin: 0 4% 50px 0;
  }
}

@media (max-width: 834px) {
  .event-entry:nth-child(2n) {
    margin: 0 0 50px 0;
  }
}

.event-entry:nth-child(3n) {
  margin: 0 0 70px 0;
}

@media (max-width: 834px) {
  .event-entry:nth-child(3n) {
    margin: 0 4% 50px 0;
  }
}

@media (max-width: 834px) {
  .event-entry:nth-child(6n) {
    margin: 0 0 50px 0;
  }
}

.event-entry .ph {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-color: #909090;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
}

.event-entry .ph:after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 834px) {
  .event-entry .ph {
    height: 28vw;
  }
}

.event-entry .ph .event-status {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
}

.event-entry .info {
  margin: 25px 0 0;
}

@media (max-width: 834px) {
  .event-entry .info {
    margin: 15px 0 0;
  }
}

.event-entry .info .name {
  font-size: 18px;
}

@media (max-width: 834px) {
  .event-entry .info .name {
    font-size: 12px;
  }
}

.event-entry .info .date {
  font-size: 14px;
}

@media (max-width: 834px) {
  .event-entry .info .date {
    font-size: 12px;
  }
}

.event-entry .info .owner {
  font-size: 14px;
}

@media (max-width: 834px) {
  .event-entry .info .owner {
    font-size: 12px;
  }
}

.event-status {
  display: inline-block;
  font-size: 12px;
  padding: 0 0.7em;
}

.event-status.event-status-open {
  background-color: #836446;
  color: #fff;
}

.event-status.event-status-full {
  background-color: #1D1D1D;
  color: #fff;
}

.event-status.event-status-close {
  background-color: #1D1D1D;
  color: #fff;
}

.collabo-entry {
  width: 29%;
  margin: 0 6.5% 70px 0;
}

.collabo-entry:hover .ph:after {
  opacity: 0.5;
}

@media (max-width: 834px) {
  .collabo-entry {
    width: 48%;
    margin: 0 4% 50px 0;
  }
}

@media (max-width: 834px) {
  .collabo-entry:nth-child(2n) {
    margin: 0 0 50px 0;
  }
}

.collabo-entry:nth-child(3n) {
  margin: 0 0 70px 0;
}

@media (max-width: 834px) {
  .collabo-entry:nth-child(3n) {
    margin: 0 4% 50px 0;
  }
}

@media (max-width: 834px) {
  .collabo-entry:nth-child(6n) {
    margin: 0 0 50px 0;
  }
}

.collabo-entry .ph {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  -webkit-transition: .3s all;
  transition: .3s all;
  position: relative;
}

.collabo-entry .ph:after {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 834px) {
  .collabo-entry .ph {
    height: 28vw;
  }
}

.collabo-entry .info {
  margin: 25px 0 0;
}

@media (max-width: 834px) {
  .collabo-entry .info {
    margin: 15px 0 0;
  }
}

.collabo-entry .info h3 {
  font-size: 16px;
}

@media (max-width: 834px) {
  .collabo-entry .info h3 {
    font-size: 13px;
  }
}

.collabo-entry .info .date {
  font-size: 14px;
  color: #1d1d1d;
  display: block;
  padding: 10px 0 0 0;
  letter-spacing: 1px;
  font-family: 'Abel', sans-serif;
}

@media (max-width: 834px) {
  .collabo-entry .info .date {
    font-size: 11px;
  }
}

#footer {
  background: #404040;
  padding: 120px 0px 80px;
  z-index: 10;
  position: relative;
}

@media (max-width: 834px) {
  #footer {
    padding: 60px 0px 100px;
  }
}

#footer #common-nav {
  border-right: dotted 1px #E5E1CF;
}

@media (max-width: 834px) {
  #footer #common-nav {
    border-right: none;
  }
}

#footer #common-nav a {
  display: block;
  width: 25%;
  text-align: center;
  padding: 35px 0;
  border-left: dotted 1px #E5E1CF;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#footer #common-nav a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 834px) {
  #footer #common-nav a {
    width: 100%;
    border-left: none;
    border-bottom: dotted 1px #E5E1CF;
    padding: 35px 15px;
  }
}

#footer #common-nav a img {
  display: block;
  margin: 0 auto;
}

#footer #common-nav a .heading {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0 0 20px;
  color: #E5E1CF;
}

@media (max-width: 834px) {
  #footer #common-nav a .heading {
    font-size: 15px;
    padding: 0 0 5px;
  }
}

#footer #common-nav a .more {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 30px 15px 0 0;
  color: #E5E1CF;
  position: relative;
}

@media (max-width: 834px) {
  #footer #common-nav a .more {
    padding: 0px 15px 0 0;
    font-size: 14px;
  }
}

#footer #common-nav a .more::after {
  position: absolute;
  bottom: 8px;
  margin: auto;
  content: "";
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #E5E1CF;
  border-right: 1px solid #E5E1CF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 834px) {
  #footer #common-nav a .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 834px) {
  #footer #common-nav a .menu .icon {
    width: 20%;
  }
  #footer #common-nav a .menu .icon img {
    width: 100%;
  }
}

@media (max-width: 834px) {
  #footer #common-nav a .menu .txt {
    width: 80%;
    padding: 0 0 0 20px;
    text-align: left;
  }
}

#footer #footer-box {
  padding: 120px 0 80px;
  background-image: url(../images/logo-l.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media (max-width: 834px) {
  #footer #footer-box {
    padding: 80px 0;
    background-position: center bottom;
  }
}

#footer #footer-box #footer-info {
  width: 50%;
}

@media (max-width: 834px) {
  #footer #footer-box #footer-info {
    width: 100%;
    text-align: center;
  }
}

#footer #footer-box #footer-info img {
  width: 100%;
  max-width: 280px;
  min-width: 260px;
  margin: 0 auto 25px;
}

#footer #footer-box #footer-info .company {
  font-size: 14px;
  color: #E5E1CF;
  padding: 0 0 10px;
}

@media (max-width: 834px) {
  #footer #footer-box #footer-info .company {
    font-size: 12px;
  }
}

#footer #footer-box #footer-info .address {
  font-size: 14px;
  color: #E5E1CF;
}

@media (max-width: 834px) {
  #footer #footer-box #footer-info .address {
    font-size: 12px;
  }
}

#footer #footer-box #footer-info .f-sns {
  padding: 30px 0 0;
}

#footer #footer-box #footer-info .f-sns span {
  font-size: 14px;
  color: #E5E1CF;
  padding: 0 20px 0 0;
}

@media (max-width: 834px) {
  #footer #footer-box #footer-info .f-sns span {
    font-size: 12px;
    padding: 0 0px 5px;
    display: block;
  }
}

#footer #footer-box #footer-info .f-sns a {
  font-size: 14px;
  color: #E5E1CF;
  padding: 0 20px;
  letter-spacing: 1px;
  background-image: url(../images/icon-new-tab.svg);
  background-position: 5px;
  background-repeat: no-repeat;
  background-size: 11px 11px;
}

#footer #footer-box #footer-info .f-sns a:hover {
  text-decoration: underline;
}

@media (max-width: 834px) {
  #footer #footer-box #footer-info .f-sns a {
    font-size: 12px;
  }
}

#footer #footer-box #footer-info .f-sns a.fb {
  background-image: url(../images/icon-fb.svg);
}

#footer #footer-box #footer-info .f-sns a.insta {
  background-image: url(../images/icon-insta.svg);
}

#footer #footer-box #footer-info .f-sns a.twitter {
  background-image: url(../images/icon-tw.svg);
}

#footer #footer-box .f-nav {
  width: 50%;
}

@media (max-width: 834px) {
  #footer #footer-box .f-nav {
    width: 100%;
  }
}

#footer #footer-box .f-nav a {
  font-size: 40px;
  display: inline-block;
  margin: 0 0 25px;
  letter-spacing: 2px;
  font-family: 'Abel', sans-serif;
  color: #E5E1CF;
  position: relative;
}

#footer #footer-box .f-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: #E5E1CF;
  z-index: -1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#footer #footer-box .f-nav a:hover::after {
  width: 100%;
}

#footer #footer-box .f-nav a span {
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0 0 0 15px;
  color: #E5E1CF;
  vertical-align: middle;
}

#footer #footer-btm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#footer #footer-btm .copy {
  width: 50%;
}

@media (max-width: 834px) {
  #footer #footer-btm .copy {
    width: 100%;
    text-align: center;
  }
}

#footer #footer-btm .copy p {
  font-size: 14px;
  color: #E5E1CF;
}

@media (max-width: 834px) {
  #footer #footer-btm .copy p {
    font-size: 12px;
  }
}

#footer #footer-btm .sub {
  width: 50%;
}

@media (max-width: 834px) {
  #footer #footer-btm .sub {
    width: 100%;
    text-align: center;
    padding: 0 0 25px;
  }
}

#footer #footer-btm .sub a {
  font-size: 14px;
  margin: 0 50px 0 0;
  color: #E5E1CF;
}

#footer #footer-btm .sub a:hover {
  text-decoration: underline;
}

@media (max-width: 834px) {
  #footer #footer-btm .sub a {
    font-size: 12px;
    margin: 0 10px;
  }
}

#page-main {
  text-align: center;
  padding: 0 0 50px;
}

@media (max-width: 834px) {
  #page-main {
    padding: 0 0 20px;
  }
}

#page-main h1 {
  font-size: 48px;
  padding: 0 0 45px;
  letter-spacing: 3px;
  font-family: 'Abel', sans-serif;
}

@media (max-width: 834px) {
  #page-main h1 {
    font-size: 32px;
    padding: 0 0 20px;
  }
}

#page-main .main-jp {
  font-size: 36px;
  padding: 0 0 45px;
  margin: 0 0 70px;
  letter-spacing: 4px;
  font-family: 'Noto Serif JP', serif;
  position: relative;
  display: block;
}

@media (max-width: 834px) {
  #page-main .main-jp {
    font-size: 24px;
    padding: 0 0 35px;
    margin: 0 0 50px;
  }
}

#page-main .main-jp:before {
  display: inline-block;
  position: absolute;
  content: '';
  bottom: 0px;
  left: 50%;
  width: 50px;
  height: 1px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #1D1D1D;
}

#page-main .intro {
  padding: 0 0 30px;
}

@media (max-width: 834px) {
  #page-main .intro {
    text-align: left;
    padding: 0 0 30px;
  }
}

.head-area {
  text-align: center;
  padding: 0 0 40px;
}

.head-area h2 {
  font-size: 48px;
  padding: 0 0 15px;
  letter-spacing: 3px;
  font-family: 'Abel', sans-serif;
}

@media (max-width: 834px) {
  .head-area h2 {
    font-size: 32px;
    padding: 0 0 20px;
  }
}

.head-area .head-jp {
  font-size: 30px;
  letter-spacing: 3px;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 834px) {
  .head-area .head-jp {
    font-size: 22px;
  }
}

.head-area p {
  padding: 40px 0 0;
}

@media (max-width: 834px) {
  .head-area p {
    text-align: left;
  }
}
/*# sourceMappingURL=common.css.map */