@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
  line-height: 1.7;
}

/*------------ 全体 ------------*/
html {
}
body {
}
._hover{
  transition: opacity 0.3s linear;
  opacity: 1;
}
._hover:hover{
  opacity: 0.7;
}
#wrapper *{
  box-sizing: border-box;
}
img{
  max-width: 100%;
  height: auto;
}
.anim-fadeUp {
    -webkit-transition: opacity .8s,-webkit-transform .8s;
    transition: opacity .8s,-webkit-transform .8s;
    transition: transform .8s,opacity .8s;
    transition: transform .8s,opacity .8s,-webkit-transform .8s;
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}
.anim-fadeUp.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.anim-fade {
    transition: opacity .8s;
    opacity: 0;
}
.anim-fade.is-show {
    opacity: 1;
}

/*------------ WRAPPER ------------*/
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.content-inner{
  width: 1280px;
  margin:0 auto;
}
.content-inner-1000{
  width:1000px;
  margin:0 auto;
}
.content-inner-710{
  width:710px;
  margin:0 auto;
}

/*------------ HEADER ------------*/
header {
  padding: 20px 0;
  border-bottom: 3px solid #c1ad6f;
  position: relative;
}
.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-wrap h1 {
  width: 308px;
  height: 82px;
}
header .nav-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .gnav-wrap {
  margin-top: 25px;
}

.flex-sns{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  right: 120px;
}
.flex-sns-li:nth-child(n+2){
  margin-left: 20px;
}
.menu-sns{
    right: 60px;
}


/*------------ NAVI ------------*/
.gnav {
  display: flex;
}
.gnav a{
  color: inherit;
  text-decoration: none;
}
.gnav a:hover{
  text-decoration: underline;
}
.gnav li{
  font-size: 18px;
  line-height: 1;
  padding-left: 10px;
}
.gnav li:after{
  margin-left: 10px;
  content: "/";
  transform: translateX(-50%);
}
.gnav li:last-of-type:after{
  display: none;
}

.hamburger-wrap {
  z-index : 10;
  width: 64px;
  height: 64px;
  top: 25px;
  right: 40px;
  display: block;
  position: fixed;
  cursor: pointer;
  text-align: center;
}
.hamburger {
  display : block;
  position: fixed;
  z-index : 10;
  width: 64px;
  height: 64px;
  top: 25px;
  right: 40px;
  background-color: #c1ad6f;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}
.hamburger span {
  display : block;
  position: absolute;
  width: 40px;
  height: 2px;
  left : 13px;
  background-color: #000;
}
.hamburger span:nth-child(1) { top: 19px; }
.hamburger span:nth-child(2) { top: 31px; }
.hamburger span:nth-child(3) { top: 43px; }
.hamburger.active{ background-color: #000; }

.hamburger-inner {
  display : block;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.5s all;
  -moz-transition   : 0.5s all;
  transition        : 0.5s all;
}

.hamburger.active .hamburger-inner {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.hamburger.active span:nth-child(1) {
  top: 30px;
  left: 14px;
  background-color: #c1ad6f;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  top: 30px;
  left: 13px;
  background-color: #c1ad6f;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  opacity: 0;
}
header .nav-inner {
  position: fixed;
  z-index : 5;
  top  : 0;
  left : 80%;
  background: rgba(193,173,111,1);
  transform: translateX(100%);
  transition: all 0.6s;
  width: 20%;
  height: 100%;
  padding: 120px 0;
  overflow: auto;
  display: block;
}
header .nav-inner.active {
  transform: translateX(0%);
}

header .nav-inner .flex-sns {
  position: relative;
}
header .gnav-wrap {
  margin: 0 0 0 40px;
  transition: border .6s;
}
.gnav {
  display: block;
}
.gnav li {
  font-size: 24px;
  padding: 18px 0;
  line-height: 1;
  border-bottom: 1px solid #000;
}
.gnav li:after{
  display: none;
}
.gnav li a {
  display: block;
  color: #000;
}

/*------------ fancybox ------------*/
#fancybox-close {
  top: 20px !important;
  right: 20px !important;
  width: 32px !important;
  height: 32px !important;
  background: transparent url("../images/top/btn_modal_close.png") 0 0px no-repeat !important;
  background-size: contain !important;
}
#fancybox-outer {
  background: transparent !important;
}

/*------------ SUBPAGE ------------*/
.subttl-common-wrap{
  text-align: center;
  background: url("../images/common/bg_subttl.jpg") no-repeat center top;
  background-size: cover;
  padding: 90px 0;
  border-bottom: 3px solid #c1ad6f;
}
.subttl {
  font-size: 64px;
  line-height: 1;
}
.content-inner-sub{
  padding-bottom: 80px;
}
.pankuzu {
  margin-top: 30px;
  margin-left: 140px;
  display: flex;
  font-size: 16px;
}
.pankuzu li {
  margin-right: 10px;
  padding-right: 20px;
  position: relative;
}
.pankuzu li:after {
  content: ">";
  position: absolute;
  right: 0;
  top: -1px;
}
.pankuzu li:last-of-type:after {
  display: none;
}
.pankuzu li a {
  text-decoration: underline;
  color: #c1ad6f;
}

.mov{
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.mov iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pagenation-wrap{
  margin-top: 45px;
}
.pagenation{
  display: flex;
  justify-content: center;
  font-size: 20px;
  color: #c1ad6f;
}
.pagenation>li:nth-child(n+2){
  margin-left: 1em;
}
.pagenation>li a,
.archive-list a{
  text-decoration: underline;
  color: #c1ad6f;
}
.pagenation>li a:hover,
.archive-list a:hover{
  text-decoration: none;
}
.pagenation>li a.arrow{
  text-decoration: none;
}
.pagenation>li a.arrow:hover{
  text-decoration: underline;
}


/*------------ EVENT ------------*/
/*--▼追加--*/
.flex_contents_sub {
  display: flex;
  justify-content: space-between;
}
.flex_contents_sub_li:nth-child(1) {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 40px;
}
.flex_contents_sub_li:nth-child(2) {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  width: 240px;
}
.sub_nav_fixed {
  margin-top: 20px;
  width: 100%;
}
.block_subnav {
  background-color:#000;
  padding: 20px;
  position: relative;
}
.block_subnav li {
  border-bottom: 1px solid #c1ad6f;
  padding: 10px 0;
  display: flex;
}
.block_subnav li::before{
  content: "■";
  margin: auto 10px auto 0;
}
.block_subnav li a{
  color: #fff;
  font-size: 14px;
}
.event-content{
  display: block;
  background: #fff;
  position: relative;
  padding: 50px 70px 45px;
  -webkit-transition: .5s cubic-bezier(0.23, 1, 0.32, 1);
}
.event-content span.data-closed{
  color: #fff;
  background-color: #c80000;
  padding: 0.5rem;
  font-size: 14px;
  vertical-align: 40%;
  margin-right: 1rem;
}


  /* 終了イベント表示　修正前 */
  .event-content[data-closed]:after{
    content: "終了しました";
    display: flex;
    justify-content: center;
    align-items: start;
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    padding-top: 120px;
    text-align: center;
    color: #c1ad6f;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    z-index: 2;
  }

/*------------ FOOTER ------------*/
footer{
  border-top: 3px solid #c1ad6f;
  padding: 35px 0 45px;
}
.footer-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 2;
}
footer .gnav-wrap {
  margin-top: 25px;
}
.copyright {
  text-align: right;
  font-size: 12px;
  margin-top: 40px;
}

/*-------- common --------*/
.font-min{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.font-bold{
  font-weight: 500;
}
.font-bold2{
  font-weight: 700;
}
.text-align-C {
	text-align: center;
}
.text-color-white{
  color: #FFF;
}
.text-color-yellow{
  color: #c1ad6f;
}
.text-color-red{
  color: #b50000;
}
.bg-blue {
  background: url("../images/common/bg_blue.png") repeat #00003b;
}
.bg-black {
  background: url("../images/common/bg_black.png") repeat center top #000;
}
.bg-yellow {
  background: url("../images/common/bg_yellow.png") repeat center top #c1ad6f;
}




@media (min-width:769px) {
  .sp{
    display:none !important;
  }
}
@media (max-width:768px) {
  .pc{
    display:none !important;
  }
  body{
    -webkit-text-size-adjust: 100%;
    overflow: auto;
  }
  img{
    max-width:100%;
    height:auto;
  }
  .content_inner{
    width:100%;
  }

/*------------ 全体 ------------*/
  html>body {
    font-size: 3.7vw;
  }

/*------------ WRAPPER ------------*/
  #wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .content-inner{
    width:100%;
    padding: 0 2.66vw;
  }
  .content-inner-1000{
    width:100%;
    padding: 0 2.66vw;
  }
  .content-inner-750{
    width:100%;
    padding: 0 2.66vw;
  }

/*------------ HEADER ------------*/
  header {
    padding: 0;
  }
  header .logo-wrap{
    height: 16vw;
    padding: 10px 0;
  }
  .logo-wrap h1 {
    width: auto;
    height: auto;
  }
  .logo-wrap img{
    width: 40.53vw;
    height: auto;
  }

  .flex-sns{
    margin-top: 1vw;
    right: 16vw;
  }
  .flex-sns-li:nth-child(n+2){
    margin-left: 3.33vw;
  }
  .flex-sns-li img{
    width: 5.33vw;
    height: auto;
    border-width: 1px;
  }
  header .nav-inner .flex-sns {
    margin-top: 0;
    right: 0;
    justify-content: center;
  }
  
/*------------ NAVI ------------*/
  .hamburger-wrap {
    width: 10.66vw;
    height: 10.66vw;
    top: 2.66vw;
    right: 2.66vw;
  }
  .hamburger {
    width: 10.66vw;
    height: 10.66vw;
    top: 2.66vw;
    right: 2.66vw;
  }
  .hamburger span {
    width : 8.1vw;
    height : 0.5vw ;
    left : 1.33vw;
  }
  .hamburger span:nth-child(1) { top: 3.4vw; }
  .hamburger span:nth-child(2) { top: 5.33vw; }
  .hamburger span:nth-child(3) { top: 7.2vw; }

  .hamburger-inner {
    width: 10.66vw;
    height: 10.66vw;
  }
  .hamburger.active span:nth-child(1) {
    top: 5.33vw;
    left: 1.33vw;
  }
  .hamburger.active span:nth-child(2) {
    top: 5.33vw;
    left: 1.5vw;
  }
  header .nav-inner {
    width: 100%;
    left: 0;
    padding: 21.333vw 0 6.66vw;
    background: rgba(193,173,111,.9);
  }
  header .gnav-wrap {
    margin: 0 0 0 10.667vw;
  }
  .gnav li {
    font-size: 4.267vw;
    padding: 4vw 0;
  }

  #fancybox-close {
    top: 2.66vw !important;
    right: 2.66vw !important;
    width: 4.26vw !important;
    height: 4.26vw !important;
    background-size: contain !important;
  }



/*------------ SUBPAGE ------------*/
  .subttl-common-wrap{
    margin-bottom: 4vw;
    padding: 40px 0;
  }
  .subttl {
    font-size: 10vw;
  }
  .content-inner-sub{
    padding-bottom: 10.66vw;
  }
  .pankuzu {
    margin-top: 4vw;
	margin-left: 10px;
    font-size:  2.66vw;
  }
  .pankuzu li {
    margin-right: 1.5vw;
    padding-right: 3.5vw;
  }
  .pankuzu li:after {
    top: 0;
  }

  .pagenation-wrap{
    margin-top: 5.33vw;
  }
  .pagenation{
    font-size: 2.66vw;
  }


/*------------ EVENT ------------*/
/*--▼追加--*/
.flex_contents_sub {
  display: block;
}
.flex_contents_sub_li:nth-child(1) {
  margin-right: 0;
}
.flex_contents_sub_li:nth-child(2) {
  display: none;
}

.event-content span.data-closed{
  font-size: 0.8rem;
  padding: 0.2rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
  /* 終了イベント表示　修正前 */
  .event-content[data-closed]:after{
    font-size: 2rem;
    padding-top: 1rem;
  }



/*------------ FOOTER ------------*/
  footer{
    padding: 3.33vw 0 2.66vw;
  }
  .footer-wrap {
    display: block;
    text-align: center;
  }
  
  footer .gnav-wrap {
    display: none;
  }
  .page-top {
    right: 3vw;
    bottom: 3vw;
  }
  .page-top img {
    width: 13vw;
    height: 13vw;
  }
  .copyright{
    text-align: center;
    font-size: 1.6vw;
    margin: 2.667vw 0 0 0;
  }
}




