@charset "UTF-8";
@media (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .xs {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .sm {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .md {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 1200px) {
  .lg {
    display: none;
  }
}
@media (max-width: 575.98px), (min-width: 576px) and (max-width: 767.98px), (min-width: 768px) and (max-width: 991.98px), (min-width: 992px) and (max-width: 1199.98px) {
  .xl {
    display: none;
  }
}
@media (min-width:992px) {
  *:not(body).sp {
    display: none;
  }
}
@media (max-width:991.98px) {
  *:not(body).pc {
    display: none;
  }
}
.c1 {
  color: #49256B;
}

.c2 {
  color: #F5F5F5;
}

.c3 {
  color: rgba(73, 37, 107, 0.5);
}

.c4 {
  color: rgba(125, 108, 108, 0.1);
}

.c5 {
  color: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
}

.f1 {
  font-family: "Fjalla One", sans-serif;
}

.f2 {
  font-family: "DIN", sans-serif;
}

.f3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
}

.bs1 {
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.ts1 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

/*
	Last Update:2020/11/05
	外枠用
*/
/*=================================

	共通

=================================*/
#base {
  position: relative;
  overflow-x: hidden;
}

#body, .wrapper, .wrapper-t, .wrapper-b {
  position: relative;
}

.img_back {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.img_back > img {
  visibility: hidden;
}

@media (min-width: 768px) and (max-width: 991.98px), (max-width:991.98px) {
  .wrapper, .wrapper-t {
    padding-top: 70px;
  }
}
@media (min-width:992px) {
  .wrapper, .wrapper-t {
    padding-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px), (max-width:991.98px) {
  .wrapper, .wrapper-b {
    padding-bottom: 70px;
  }
}
@media (min-width:992px) {
  .wrapper, .wrapper-b {
    padding-bottom: 100px;
  }
}

.center, .center2 {
  margin: 0 auto;
  text-align: left;
}

.center {
  max-width: 970px;
}
@media (min-width: 768px) and (max-width: 991.98px), (max-width:991.98px) {
  .center {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .center {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.center2 {
  max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991.98px), (max-width:991.98px) {
  .center2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px), (min-width: 1200px) {
  .center2 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

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

.row-60 {
  margin-left: -30px;
  margin-right: -30px;
}
.row-60 div[class*=col] {
  padding-left: 30px;
  padding-right: 30px;
}

.layout-- {
  /*=================================

  	head

  =================================*/
  position: relative;
  z-index: 100;
  height: 50px;
  background: #FFF;
  /*=================================

  	foot

  =================================*/
  /*=================================

  	body

  =================================*/
}
.layout--head2 {
  position: relative;
  z-index: 10000;
  height: 100px;
  background: #FFF;
  -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 3px 6px rgba(0, 0, 0, 0.1);
  z-index: 10050;
}
@media (max-width:1357.5px) {
  .layout--head2 {
    height: 75px;
  }
}
.layout--site_logo {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.layout--site_logo a {
  text-decoration: none;
  font-weight: bold;
  color: #767676;
}
.layout--site_logo a .pc {
  width: 160px;
  margin-right: 10px;
  vertical-align: middle;
}
.layout--site_logo a .sp {
  width: 44px;
  margin-right: 10px;
  vertical-align: middle;
}
.layout--site_logo a span {
  font-family: "Fjalla One", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  color: #000;
  letter-spacing: 1px;
  position: relative;
  top: 4px;
}
.layout--head_menu-sp2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
@media (min-width:1358px) {
  .layout--head_menu-sp2 {
    display: none;
  }
}
@media (min-width:1358px) {
  body#top .layout--head_menu-sp2 {
    right: 12px;
    top: 33px;
    display: none;
  }
}
.layout--head_menu-sp2 a {
  position: relative;
  display: block;
  width: 100px;
  height: 72px;
}
@media (max-width:1357.5px) {
  .layout--head_menu-sp2 a {
    width: 75px;
  }
}
.layout--head_menu-sp2 a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 50px;
  background: url(../image/head/head_menu-sp.png) no-repeat left top;
  background-size: 45px auto;
}
#base.-open .layout--head_menu-sp2 a:after {
  background: url(../image/head/head_menu-sp.png) no-repeat left bottom;
  background-size: 45px auto;
}
@media (min-width:1358px) {
  .layout--main_navi2 .main {
    margin-left: 400px;
  }
  .layout--main_navi2 .main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
    white-space: nowrap;
  }
  .layout--main_navi2 .main ul li {
    position: relative;
    font-size: 1.7rem;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: -3px;
  }
  .layout--main_navi2 .main .nav_2 li {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -3px;
  }
  .layout--main_navi2 .nav_2 li{
    border-right: 1px solid #49256B;
  }
  .layout--main_navi2 .nav_2 li:last-child{
    border-right: none;
  }
  .layout--main_navi2 .nav_2 li:nth-last-child(2){
    border-right: none;
  }
  .layout--main_navi2 .list_hp{
    background: #49256B;
    padding: 10px 0;
  }
  .layout--main_navi2 .list_hp a{
    color: #FFF;
  }
}
@media (min-width:992px) and (max-width: 1050px) {
  .layout--main_navi2 .main ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width:992px) {
  .layout--main_navi2 .main .nav_2 li a {
    line-height: 25px;
  }
}
@media (min-width:1358px) {
  .layout--main_navi2 .main ul li a {
    display: block;
    text-decoration: none;
    line-height: 50px;
  }
}
@media (min-width:1358px) {
  .layout--main_navi2 .tel {
    position: absolute;
    right: 155px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout--main_navi2 .tel dl dt img {
    width: 217px;
    margin-bottom: 5px;
  }
  .layout--main_navi2 .tel dl dd {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
@media (min-width:1358px) {
  .layout--main_navi2 .contact {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout--main_navi2 .contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -o-linear-gradient(330deg, #ed6c00 0%, #ffa200 100%);
    background: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
    padding: 12px 25px;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 100px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .layout--main_navi2 .contact a img {
    margin-right: 15px;
  }
}
@media (min-width:992px) {
  .layout--main_navi2 .contact {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout--main_navi2 .contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -o-linear-gradient(330deg, #ed6c00 0%, #ffa200 100%);
    background: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
    padding: 12px 25px;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 100px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .layout--main_navi2 .contact a img {
    margin-right: 15px;
  }
}
@media (min-width:1358px) {
  .layout--main_navi2 .main .nav_2 li a {
    line-height: 25px;
  }
}
@media (min-width:1358px) {
  .layout--main_navi2 .main ul li a {
    display: block;
    text-decoration: none;
    line-height: 50px;
  }
}
@media (min-width:1358px) {
  .layout--main_navi2 .tel {
    position: absolute;
    right: 155px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout--main_navi2 .tel dl dt img {
    width: 217px;
    margin-bottom: 5px;
  }
  .layout--main_navi2 .tel dl dd {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 1px;
  }
}
@media (min-width:1358px) {
  .layout--main_navi2 .contact {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .layout--main_navi2 .contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -o-linear-gradient(330deg, #ed6c00 0%, #ffa200 100%);
    background: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
    padding: 12px 25px;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 100px;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }
  .layout--main_navi2 .contact a img {
    margin-right: 15px;
  }
}
@media (max-width:1357.5px) {
  .layout--main_navi2 {
    display: none;
    position: absolute;
    top: 75px;
    z-index: 10000;
    overflow-y: scroll;
    text-align: center;
    color: #FFF;
    width: 100%;
  }
  #base.-open .layout--main_navi2 {
    display: block;
  }
  #base.-open .layout--main_navi2 .center {
    padding: 0;
    max-width: 100%;
  }
  #base.-open .layout--main_navi2 i {
    display: none;
  }
  #base.-open .layout--main_navi2 .main ul {
    text-align: left;
  }
  #base.-open .layout--main_navi2 .main ul li {
    background: #222;
    font-weight: bold;
    font-size: 1.8rem;
  }
  #base.-open .layout--main_navi2 .main ul li a {
    display: block;
    padding: 14px 20px 17px;
  }
  #base.-open .layout--main_navi2 .main ul li.-navi_contact a {
    background: #49256B;
  }
  #base.-open .layout--main_navi2 .main ul li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  #base.-open .layout--main_navi2 .main a {
    color: #FFF;
    text-decoration: none;
  }
  #base.-open .layout--main_navi2 .main a img {
    display: none;
  }
  #base.-open .layout--main_navi2 .sub a {
    color: #FFF;
    text-decoration: none;
  }
  #base.-open .layout--main_navi2 .tel {
    padding: 15px 0;
    background: #FFF;
    color: #222;
    text-align: center;
    letter-spacing: 1px;
  }
  #base.-open .layout--main_navi2 .tel img {
    margin-bottom: 5px;
  }
  #base.-open .layout--main_navi2 .contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -o-linear-gradient(330deg, #ed6c00 0%, #ffa200 100%);
    background: linear-gradient(120deg, #ed6c00 0%, #ffa200 100%);
    padding: 15px 25px;
    color: #FFF;
    text-decoration: none;
    white-space: nowrap;
    font-weight: bold;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
  }
  #base.-open .layout--main_navi2 .contact a img {
    margin-right: 15px;
    width: 30px;
  }
  #base.-open:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    z-index: 110;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    -webkit-animation-name: fadeInback;
            animation-name: fadeInback;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
  }
}
.layout--foot {
  padding: 50px 40px;
  background: #F5F5F5;
  text-align: center;
}
.layout--foot .foot_logo img {
  width: 226px;
}
.layout--foot .info {
  margin: 30px 0;
  font-weight: bold;
  font-size: 1.5rem;
}
.layout--foot .copyright {
  font-size: 1.3rem;
}
.layout--foot_pagetop a {
  display: block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 110;
  width: 50px;
  height: 50px;
  background: #49256B url(../image/layout/pagetop.png) no-repeat center center;
  background-size: contain;
  -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 575.98px) {
  .layout--foot_pagetop a {
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
  }
}
.layout--body {
  background: #FFF;
  /*---------------------------------------------------------
  	body_title
  -----------------------------------------------------------*/
  /*---------------------------------------------------------
  	body_pankuzu
  -----------------------------------------------------------*/
}
.layout--body_title {
  position: relative;
  height: 415px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}
@media (max-width:991.98px) {
  .layout--body_title {
    height: 160px;
  }
}
.layout--body_title .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.layout--body_title .center .hl {
  position: relative;
  z-index: 100;
}
.layout--body_title .center .title {
  letter-spacing: 3px;
  font-size: 5.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", sans-serif;
  font-weight: bold;
}
@media (max-width:991.98px) {
  .layout--body_title .center .title {
    font-size: 2.4rem;
  }
}
.layout--body_title .center .en {
  display: inline-block;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Fjalla One", sans-serif;
  border-bottom: 1px solid #FFF;
}
@media (max-width:991.98px) {
  .layout--body_title .center .en {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}
.layout--body_title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%; /* background: url("../image/layout/title_back.png") no-repeat; */
  background-size: 3060px 100%;
  background-position: center top;
}
@media (max-width:991.98px) {
  .layout--body_title:before { /*background: url("../image/layout/title_back-sp.png") no-repeat; */
    background-size: auto 100%;
    background-position: left top;
  }
}
.layout--body_title:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
body#about .layout--body_title {
  background-image: url("../image/contents/about/title_back.jpg");
}
body#entry .layout--body_title {
  background-image: url("../image/contents/entry/title_back.jpg");
}
body#member .layout--body_title {
  background-image: url("../image/contents/member/title_back.jpg");
}
body#place .layout--body_title {
  background-image: url("../image/contents/place/title_back_v2.jpg");
}
body#want .layout--body_title {
  background-image: url("../image/contents/want/title_back.jpg");
}
body#faq .layout--body_title {
  background-image: url("../image/contents/faq/title_back.jpg");
}
.layout--body_pankuzu {
  background: #FFF;
  border-bottom: 1px solid #D8D8D8;
}
.layout--body_pankuzu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
}
.layout--body_pankuzu ul li {
  position: relative;
}
.layout--body_pankuzu ul li:first-child {
  padding-left: 20px;
}
.layout--body_pankuzu ul li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 14px;
  height: 12px;
  background-image: url("../image/layout/icon_home.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout--body_pankuzu ul li:not(:last-child) {
  padding-right: 30px;
}
.layout--body_pankuzu ul li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 5px;
  height: 8px;
  background-image: url("../image/layout/icon_arrow_3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.layout--body_pankuzu ul li a {
  color: #49256B;
  text-decoration: none;
}