@font-face {
  font-family: 'hige';
  src: url("../../fonts/FOT-KokinHigeStd-EB.otf");
}

@font-face {
  font-family: 'higemoji';
  src: url("../../fonts/FOT-KokinHigeStd-EB.otf");
}


@font-face {
  font-family: 'seurat_eb';
  src: url("../../fonts/FOT-SeuratPro-EB.otf");
}


@font-face {
  font-family: 'seurat_b';
  src: url("../../fonts/FOT-SeuratPro-B.otf");
}


body {
   font-family: 'seurat';
	font-size: 20px;
	line-height: 160%;
	margin: 0;
}

    body:before {
        content: "";
        width: 100%;
        height: 100vh;
        background-image: url("../images/haikei02.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        top: 0;
        background-position-x: center;
        position: fixed;
        opacity: 0.5;
    }


#xcover {
	width: 1080px;
	margin: 0 auto;
	overflow-x: hidden;
  background-size: 170px;
  background-position: center;
  background-attachment: fixed;
}
img {
	width: 100%;
	vertical-align: bottom;
}
header {
	line-height: 0;
    background-size: 100%;
}
a {
    transition-duration: 0.5s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
a:hover {
	opacity: 0.7;
}
h4 {
	font-size: 25px;
	font-weight: inherit;
	line-height: 35px;
}
.f-bold {
    font-weight: bold;
}
.f-white {
    color: #fff;
}
.invisible{
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.width {
    width: 840px;
    margin: auto;
}

.width_ts {
	width: 850px;
	margin: auto;
}


.f-yellow {
	color: #ffff00;
}
.f-white {
	color: #fff;
}
.f-brown {
    color: #954f03;
    text-align: center;
}

.list-com li:before{
	content:"â€»";
	position:absolute;
	left:0px;
	top:0;
}
.list-disc li, .list-com li{
	list-style:none;
	padding-left:20px;
	position:relative;
}

.list-disc li:before{
	content:"ãƒ»";
	position:absolute;
	left:0px;
	top:0;
}
.sp-only {
    display: none;
}
.border-yellow {
    background: linear-gradient(transparent 40%, #ffff61 40%);
}




/* トップ
---------------------------------------------------- */

.top-bg {
    background: url("../images/top-bg.png") top no-repeat;
    background-size: 100%;
    padding: 0 0 0px;
}
.top {
	position: relative;
}
.top-logo {
	width: 260px;
	z-index: 3;
	position: absolute;
	margin: auto;
	left: 40px;
	top: 30px;
}
.top-btn {
    width: 150px;
    position: fixed;
    bottom: 20px;
    z-index: 3000;
    right: 20px;
}




.event-detail {
    border-bottom: 6px double #954f03;
    border-top: 6px double #954f03;
    padding: 40px 0;
    position: relative;
    color: #954f03;
    margin: 60px auto 80px;
}
.night-detail {
    border-bottom: 6px double #fff;
    border-top: 6px double #fff;
    padding: 20px 0;
    position: relative;
    color: #954f03;
    margin: 0px auto 90px;
}
.event-detail h3 {
    font-size: 25px;
    color: #FFFFFF;
    background: #ea7989;
    font-weight: bold;
    text-align: center;
    width: 190px;
    padding: 12px 0 5px;
    left: 0;
    right: 0;
    margin: -68px auto 30px;
}
.night .event-detail h3 {
    background-color: #FFFFFF;
}
.check {
    width: 600px;
    margin: 60px auto;
    padding: 50px;
    position: relative;
    outline: 3px solid #d4b345;
    outline-offset: -15px;
    background: #fff;
    color: #954f03;
    text-align: center;
}
.check::before {
    content: "";
    background: url("../images/check-rbn1.png") no-repeat center;
    background-size: contain;
    width: 160px;
    height: 130px;
    position: absolute;
    top: -30px;
    left: -70px;
}
.check::after {
    content: "";
    background: url("../images/check-rbn2.png") no-repeat center;
    background-size: contain;
    width: 100px;
    height: 110px;
    position: absolute;
    bottom: -6px;
    right: 0px;
    z-index: 1;
}
.check-title {
    width: 140px;
    margin: 0 auto 20px;
}
.check p span {
    position: relative;
    width: 100%;
    display: inline-block;
    line-height: 1em;
}
.check p span::before {
    content: "";
    border-bottom: 1px solid #d4b345;
    width: 100%;
    height: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.check  img{
    width: 80%;
}


/* キャッチ
---------------------------------------------------- */

.catch-title {width: 490px;margin: 40px auto 20px;}
.catch {
    text-align: center;
    line-height: 40px;
    position: relative;
}
.catch p {
    position: relative;
    z-index: 2;
}
.catch-map {
    position: relative;
    margin: -90px 0 0;
}
.catch-txt {
    position: relative;
    padding: 0 0 50px;
}
.catch-txt p::before {
    content: "";
    background: url("../images/catch-left.png") no-repeat;
    background-size: contain;
    width: 170px;
    height: 580px;
    position: absolute;
    top: -100px;
    left: 20px;
}
.catch-txt p::after {
    content: "";
    background: url("../images/catch-right.png") no-repeat;
    background-size: contain;
    width: 200px;
    height: 550px;
    position: absolute;
    top: -100px;
    right: 20px;
}
.catch-btn-title {
    width: 600px;
    margin: 0 auto 20px;
}
.catch-btn-flex {
    display: flex;
    justify-content: space-between;
    margin: auto;
    z-index: 2;
}
.catch-btn-day {
    width: 290px;
}
.catch-btn-night {
    width: 310px;
}



/* メイン
---------------------------------------------------- */
.day {
    background:rgba(255,255,255,0.7);
    padding: 80px 0 0px;
}
.night {
    background-color: #3e7bb5;
    padding: 80px 0;
}
.main-title-box {
    text-align: center;
    margin: 0 auto 80px;
}
.night .main-title-box {
    text-align: center;
    margin: 0 auto 20px;
}
.main-title {
    width: 440px;
    margin: 0 auto 30px;
}
main {
    position: relative;
}

.main-box {
    position: relative;
    padding: 20px 0 10px;
}
.main1-box-title {
    position: relative;
    background: #fff;
}
.main-box-title-top {
    position: relative;
    margin: -100px 0 -30px;
}
.main-box-title {
    position: relative;
    width: 100%;
    margin: -60px auto 30px;
}
.main-box-img {
    margin: 0 auto 30px;
}
.main-sub-title {
    margin: 20px auto 30px;
}
.main-box-txt {
    text-decoration:underline wavy #ffff3d;
}
.main1-tree-title {
    width: 700px;
    margin: 60px auto 50px;
}
.main2-char-title {
    width: 330px;
    margin: 50px auto 50px;
}


/* フォト
---------------------------------------------------- */
.photo {
    position: relative;
    background: url("../images/photo-bg.jpg") top repeat-y;
    background-size: 100%;
    padding: 150px 0 60px;
}
.photo-top {
    top: -70px;
    position: absolute;
    adding: -20px 0 0;
}
.photo-title {
    width: 550px;
    margin: 0 auto 30px;
}
.photo h3 {
    text-align: center;
    font-weight: bold;
}
.photo p {
    
}
.phto-img {
    margin: 30px auto;
}
.photo-btn {
    width: 300px;
    background: #d4b345;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
    margin: 40px auto;
    font-weight: bold;
    padding: 10px 0;
    font-size: 20px;
}



.goods {
    background: #FFF;
    position: relative;
    padding: 10px 0 40px;
}
.goods p {
    margin: 0 auto 50px;
}
.kugiri {
    position: absolute;
    top: -20px;
    z-index: 3;
}
.other {
    position: relative;
    background: #FFF;
    padding: 130px 0 100px;
}



/* スライド
---------------------------------------------------- */

.slider {
  position: relative;
  padding: 0 180px;
  max-width: 100%;
  margin: 0 auto 30px;
}
.point-box .slider h2:before, .point-box .slider h2:after {
  content: none;
}
.slider h2 img {
  width: auto;
  height: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible !important;
    z-index: 1 !important;
}
.swiper-slide.swiper-slide-prev {
  text-align: right;
}
.swiper-slide.swiper-slide-prev img {
  margin-top: 6%;
  width: 80% !important;
}
.swiper-slide.swiper-slide-next img {
  margin-top: 6%;
  width: 80% !important;
}
.swiper-slide.swiper-slide-active img {
  width: 100% !important;
}
.day .swiper-slide.swiper-slide-active img {
  border: 10px solid #FFF;
}
.night .swiper-slide.swiper-slide-active img {
  border: 10px solid #FFF;
}
.goods .swiper-slide.swiper-slide-active img {
  border: 10px solid #FFF;
}
.other .swiper-slide.swiper-slide-active img {
  border: 10px solid #FFF;
}
.swiper-slide h2 {
  display: none;
  margin: 20px 0 0px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 10px dotted #ffff00;
  padding: 0 0 10px;
}
.swiper-slide.swiper-slide-active h2 {
    display: block;
}
.swiper-slide p {
    display: none;
    padding-top: 20px;
    text-align: center;
    font-size: 24px;
}
.swiper-slide.swiper-slide-active p {
    display: block;
}
.day1-slide .swiper-button-next, .day1-slide .swiper-button-prev {
    width: 80px;
    height: 80px;
    top: 220px;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-button-next, .swiper-button-prev {
    width: 60px;
    height: 60px;
    top: 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-button-prev {
    background-image: url("../images/prev2.png");
    left: 155px;
    right: auto;
    z-index: 4;
}
.swiper-button-next {
    background-image: url("../images/next2.png");
    right: 155px;
    left: auto;
    z-index: 4;
}
.slider2 .swiper-container {
    width: 70%;
    height: 100%;
    overflow: inherit!important;
    z-index: 1 !important;
    margin: auto;
}
.slider2 {
  position: relative;
  margin: 0 auto 40px;
}
.slider2:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform : translateX(-50%);
    content: "";
    width: 44%;
    height: 598px;
    background: url(../images/main1-tree-frame.png);
    background-size: cover;
    z-index: 5;
    pointer-events: none; 
}
.slider2 .slide2 .swiper-slide {
    text-align: center;
    margin: 120px 0px;
}

.slider2 .swiper-slide.swiper-slide-active img{
    border: none;
    width: inherit;
}


.slider2 .slide2 .swiper-slide img {
      width: 55%!important;
      margin: 0 auto 0px;
}
.slider2 .swiper-pagination2 {
    margin: auto;
    position: relative;
    width: 68%;
}
.slider2 .swiper-pagination-bullet {
    width: 100px;
    height: 100px;
    margin: 8px 8px 0px 8px !important;
    display: inline-block;
    background: #fff;
    opacity: 0.7;
    border-radius: 0;
    position: relative; 
}


.slider2 .swiper-pagination-bullet:nth-child(1):after {
    content: "";
        background: url("../images/tree_s_xo.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}

.slider2 .swiper-pagination-bullet:nth-child(2) {
      position: relative; 
}
.slider2 .swiper-pagination-bullet:nth-child(2):after {
    content: "";
        background: url("../images/tree_s_bo.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}


.slider2 .swiper-pagination-bullet:nth-child(3) {
      position: relative; 
}
.slider2 .swiper-pagination-bullet:nth-child(3):after {
    content: "";
        background: url("../images/tree_s_kt.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}


.slider2 .swiper-pagination-bullet:nth-child(4) {
      position: relative; 
}
.slider2 .swiper-pagination-bullet:nth-child(4):after {
        content: "";
        background: url("../images/tree_s_mm.jpg") no-repeat;
        background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        z-index: 4; 
}


.slider2 .swiper-pagination-bullet:nth-child(5) {
    position: relative;
}
.slider2 .swiper-pagination-bullet:nth-child(5):after {
    content: "";
        background: url("../images/tree_s_ts.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}


.slider2 .swiper-pagination-bullet:nth-child(6) {
    position: relative; 
}
.slider2 .swiper-pagination-bullet:nth-child(6):after {
    content: "";
        background: url("../images/tree_s_wi.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}
.slider2 .swiper-pagination-bullet:nth-child(7) {
    position: relative; 
}
.slider2 .swiper-pagination-bullet:nth-child(7):after {
    content: "";
        background: url("../images/tree_s_cn.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}


.slider2 .swiper-pagination-bullet:nth-child(8) {
    position: relative;
}
.slider2 .swiper-pagination-bullet:nth-child(8):after {
    content: "";
        background: url("../images/tree_s_pc.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}
.slider2 .swiper-pagination-bullet:nth-child(9) {
    position: relative;
}
.slider2 .swiper-pagination-bullet:nth-child(9):after {
    content: "";
        background: url("../images/tree_s_pn.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}

.slider2 .swiper-pagination-bullet:nth-child(10) {
      position: relative; 
}
.slider2 .swiper-pagination-bullet:nth-child(10):after {
        content: "";
        background: url("../images/tree_s_dn.jpg") no-repeat;
        background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        z-index: 4; 
}

.slider2 .swiper-pagination-bullet:nth-child(11) {
      position: relative; 
}
.slider2 .swiper-pagination-bullet:nth-child(11):after {
        content: "";
        background: url("../images/tree_s_ku.jpg") no-repeat;
        background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        z-index: 4; 
}

.slider2 .swiper-pagination-bullet:nth-child(12) {
      position: relative; 
}
.slider2 .swiper-pagination-bullet:nth-child(12):after {
        content: "";
        background: url("../images/tree_s_gu.jpg") no-repeat;
        background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        margin: auto;
        z-index: 4; 
}

.slider2 .swiper-pagination-bullet:nth-child(13) {
      position: relative;
}
.slider2 .swiper-pagination-bullet:nth-child(13):after {
    content: "";
        background: url("../images/tree_s_all.jpg") no-repeat;
    background-size: cover;        width: 100px;
        height: 100px;
position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    z-index: 4;
}

.slider2 .swiper-pagination-bullet-active {
    background: #fff;
    position: relative;
    opacity: 1;
}
.slider2 .swiper-pagination-bullet-active:after {
      content: "";
      border: 4px solid #fff;
      position: absolute;
      top: 0;
      box-sizing: border-box;
}
.slider2 .swiper-button-prev2 {
    background: url("../images/prev1.png") no-repeat;
    background-size: 80%;
    left: 40px;
    right: auto;
    top: 30%;
    width: 70px;
    height: 60px;
    position: absolute;
    z-index: 4;
}
.slider2 .swiper-button-next2 {
    background: url("../images/next1.png") no-repeat;
    background-size: 80%;
    right: 40px;
    left: auto;
    top: 30%;
    width: 70px;
    height: 60px;
    position: absolute;
    z-index: 4;
}
.slider3 .swiper-container {
    width: 70%;
    height: 100%;
    overflow: inherit!important;
    z-index: 1 !important;
    margin: auto;
}
.slider3 {
        position: relative;
}
.slider3 .swiper-slide.swiper-slide-active img{
        border: none;
        width: inherit;
}
.slider3 .slide3 .swiper-slide img {
        width: 100%!important;
        margin: 0 auto 40px;
}
.swiper-button-prev3 {
    background: url("../images/prev1.png") no-repeat;
    background-size: 80%;
    left: 0;
    right: auto;
    top: 30%;
    width: 70px;
    height: 60px;
    position: absolute;
    z-index: 4;
}
.swiper-button-next3 {
    background: url("../images/next1.png") no-repeat;
    background-size: 80%;
    right: 0;
    left: auto;
    width: 70px;
    height: 60px;
    position: absolute;
    z-index: 4;
    top: 30%;
}
.slider4 .swiper-container {
    width: 70%;
    height: 100%;
    overflow: inherit!important;
    z-index: 1 !important;
    margin: auto;
}
.slider4 {
    position: relative;
}
.slider4 .swiper-slide.swiper-slide-active img{
    border: none;
    width: inherit;
}
.slider4 .slide4 .swiper-slide img {
    width: 100%!important;
    margin: 0 auto 40px;
}
.swiper-button-prev4{
    background: url("../images/prev1.png") no-repeat;
    background-size: 80%;
    left: 0;
    right: auto;
    top: 30%;
    width: 70px;
    height: 60px;
    position: absolute;
    z-index: 4;
}
.swiper-button-next4 {
    background: url("../images/next1.png") no-repeat;
    background-size: 80%;
    right: 0;
    left: auto;
    width: 70px;
    height: 60px;
    position: absolute;
    z-index: 4;
    top: 30%;
}
.slider4 .swiper-slide.swiper-slide-next img {
  width: 100% !important;
  opacity: 1;
}
.slider4 .swiper-slide.swiper-slide-prev img {
  width: 100% !important;
  opacity: 1;
}



footer {
    background-color: #B21920;
    color: #fff;
    position: relative;
    padding: 10px 20px 50px;
    z-index: 3;
}
footer p {
    padding: 10px;
    /* font-size: 10px; */
    line-height: 170%;
    margin: 0 auto;
    width: 60%;
}
footer p b {
    font-size: 15px;
}
.footer-top {
    position: absolute;
    bottom: 0;
}



/* 割引
---------------------------------------------------- */

#coupon {
	background: #569c74;
	padding: 150px 0;
	position: relative;
}
.campaign-title {
	width: 600px;
	margin: 0 auto 50px;
}
.campaign-img {
	width: 600px;
	margin: 0 auto;
}
#coupon h1 {
	text-align: center;
	color: #fff;
	margin: 70px 0 20px;
	font-size: 20px;
	font-weight: bold;
}
.line-img {
	width: 450px;
	margin: 0 auto;
}



/* アクセス
---------------------------------------------------- */

.access {
    padding: 15px 0 10px;
    background: #b21920;
    color: #505050;
}
.accbox {
    margin: 0 0;
    padding: 0;
}
.accbox input {
    display: none;
}
.accbox label {
    display: block;
    border: solid 3px #fff;
    padding: 13px 12px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    font-size: 16px;
    color: #293590;
}
.accbox label:before {
    content: ' ';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/accordion-open.png);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}
.access-img {
    width: 90%;
    margin: 0 auto;
}
.access-title {
    width: 300px;
    margin: 0 auto 30px;
}
#access {
	position: relative;
}
#access .title {
	text-align: center;
	margin: 0 0 30px;
	font-size: 50px;
	font-weight: bold;
    position: relative;
}
#access p {
	margin: 0;
	margin: 20px auto 0;
	color: #fff;
}
#access aside {
  color: #fff;
  margin: 10px auto 0;
}
.access-box {
	width: 640px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.access-img {
	width: 90%;
	margin: 0 auto;
}
.access-img p {
    color: #505050;
}
#access ul {
    padding: 60px 0 40px;
	margin: 0;
    position: relative;
}
#access li {
   margin: 0 auto 20px;
   text-align: center;
   width: 740px;
}
#access li img {
    width: 40%;
}



/*---------------------------------------------------
Accordion
---------------------------------------------------*/
/*ボックス全体*/
.accbox {
    margin: 0 0;
    padding: 0;
}
/*ラベル*/
.accbox label {
    display: block;
    border:  solid 3px #fff;
    margin: 20px 0 0;
    padding: 13px 12px;
    background: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    z-index: 100;
    font-size: 24px;
    color: #505050;
}
#faq .accbox label {
	text-align: inherit;
	padding: 10px 60px 10px 20px;
}
#faq .accshow p {
	color: #ff498a;
	padding: 0 20px;
	margin: 0;
}
.accbox label::after {
    content: "" ;
    position: absolute ;
    top: 0 ;
    right: 0 ;
    bottom: 0 ;
    left: 0 ;
	border-radius: 30px;
    margin: 2px ;
    display: block ;
    z-index: -5 ;
	border: none;
	background: #fff;
}
.accbox label img {
    width: 170px;
}
/*アイコン*/
.accbox label:before {
    content: ' ';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../images/accordion-open.png');
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
}
/*ラベルホバー時*/
.accbox label:hover {
    /*background :#ffe9a9;*/
}
/*チェック隠す*/
.accbox input {
    display: none;
}
/*初期非表示*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}

/*クリックで表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 0;
    border: none;
	background: #fff;
	margin-top: 0;
	border-top: none;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
    opacity: 1;
}
/*アイコン切り替え*/
.cssacc:checked + label:before {
	background-image: url('../images/accordion-close.png')
}
/*ボーダー変形*/
.cssacc:checked + label {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
/*非表示内スタイル*/
.accshow dl {
    flex-wrap: wrap;
    display: flex;
	align-items: center;
	position: relative;
}
.accshow dt {
	color: #fff;
    width: 20%;
	padding: 10px;
}
.accshow dd {
    width: 80%;
	padding: 10px;
	background: #FFF;
}
.accshow dl:last-child dd {
    border-bottom-right-radius: 25px;
}
.accshow dl:before {
    content: ' ';
    display: inline-block;
    width: 100%;
    height: 2px;
	position: absolute;
	bottom: 0;
	left: 1%;
    background: #fff;
}
.accshow dl:after {
    content: ' ';
    display: inline-block;
    width: 79%;
    height: 2px;
    position: absolute;
    bottom: 0;
    right: 1%;
    background: #ff498a;
}
.accshow dl:last-child:before ,.accshow dl:last-child:after {
	display: none;
}

.event-detail span {
    font-size: 16px;
    color: #954f03;
    
}


ul.kaien{
	width:92%;
	margin:10px auto  ;
	padding:0;
	display:table;
     

}


li.tbl1{
    list-style: none;
       background-color: #FFF;
    width: 28%;
    height: 70px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-top-color: #954f03;
    border-right-color: #954f03;
    border-left-color: #954f03;
    position: relative;
    display: table-cell;
}

li.tbl2{
    list-style: none;
       background-color: #FFF;
    width: 70%;
    height: 70px;
    float: left;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #954f03;
    border-right-color: #954f03;
    position: relative;
    display: table-cell;
}



li.tbl1-2{
	list-style:none;
       background-color: #FFF;
	width:32%;
	height:65px;
	float:left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #954f03;
	border-right-color: #954f03;
	border-left-color: #954f03;
	position:relative;
	 display:table-cell;
}

li.tbl2-2{
	list-style:none;
	width:68%;
	height:65px;
	float:left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #954f03;
	border-right-color: #954f03;
		position:relative;
		 display:table-cell;

}

li.tbl3{
    list-style: none;
       background-color: #FFF;
    width: 28%;
    height: 70px;
    float: left;
    border-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #954f03;
    position: relative;
    display: table-cell;
}

li.tbl4{
    width: 70%;
       background-color: #FFF;
    list-style: none;
    height: 70px;
    float: left;
    border-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: none;
    border-color: #954f03;
    position: relative;
    display: table-cell;
}

li.tbl5{
	
	width:99.9%;
	list-style:none;
	height:50px;
	float:left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #954f03;
	border-right-color: #954f03;
	border-bottom-color: #954f03;
	border-left-color: #954f03;
		position:relative;

}

li.tbl6{
	
	width:99.9%;
	list-style:none;
	height:120px;
	float:left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #954f03;
	border-right-color: #954f03;
	border-bottom-color: #954f03;
	border-left-color: #954f03;
		position:relative;

}



.odemukae{
	padding:1.0em;
	margin:auto 0px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left: 8px;
	font-size:18px;
	line-height:1.2;
	
}

.odemukae02{
	padding:0 1.0em 0 2.0em;
	margin:auto 0px;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left: 8px;
	font-size:18px;
	line-height:1.2;
    text-indent: -1.0em;
	
}

.kome {
	padding-left:25px;
	margin:10px 0;
	font-size:18px;
	line-height:1.3;
}

.kome01 {
	padding-left:45px;
	margin: 0;
	font-size:17px;
	line-height:1.4;
    text-indent: -1em;
}

.kome02 {
    font-family: 'seurat_b';
	padding-left:30px;
	margin:10px 0;
	font-size:18px;
	line-height:1.3;
        text-indent: -1em;

}

.kome02-2 {
    font-family: 'seurat_b';
	padding-left:30px;
	margin:25px 0 10px;
	font-size:18px;
	line-height:1.3;
        text-indent: -1em;

}


.menu-area {
    background: #fff;
    position: fixed;
    z-index: 1000;
    bottom: 0;
}
.menu {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 1000px;
    margin: auto;
    /* padding: 0 0 20px; */
}
.menu [class*="menu-"] {
  position: relative;
}
.menu [class*="menu-"]:after {
  position: absolute;
  bottom: 2px;
  content: "";
  width: 2px;
  height: 12px;
}
.menu [class*="menu-"]:last-of-type:after {
  display: none;
}
.menu-box {
    width: 20%;
}

.link_wrap{
    width: 50%;
    margin: 25px auto;

}

.n_title{
       font-family: 'higemoji';

    font-size: 30pt;
    color: #954f03;
    text-align: center;
    margin: 25px;
}

.shogatsu_title{
    width: 80%;
    text-align: center;
    margin: 15px auto 25px;
    
}

.next_event{
    background-image: url("../images/dia_g.jpg");
    padding:40px 0;  
}

.big_title{
    font-family: 'seurat_eb';
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #D535B7;
     text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0 -2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
    padding: 60px 0;
}

/*
	==================================================
	チケット購入ボタン　追加0610
	===================================*/

.cta.active {
    opacity: 1;
    visibility: visible;
    opacity: 1;
    visibility: visible;
    position: fixed;
    right: 0;
    bottom: 0px;
    cursor: pointer;
    transition: .3s;
    /* opacity: 0; */
    /* visibility: hidden; */
    width: 120px;
    z-index: 62;
}

.back{
    background-image:url("../images/haikei01.jpg");
    background-size: 100%;
}

.back ul {
    width: 67%;
    margin: 0 auto;
}

.back ul li.left{
    width: 49%;
    float: left;
    margin: 1% 0;
}

.back ul li.right{
    width: 49%;
    float: right;
        margin: 1% 0;

}
