@charset "UTF-8";

br.clear{
    height:0;
    line-height:0;
    font-size:0;
    clear:both;
}
* {
    /*font-family: "ＭＳ Ｐゴシック", "sans-serif", "verdana", "helvetica", "osaka","Kozuka Gothic Pr6N";*/
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    /*font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
}
.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
html{
    min-height:100%;
    position:relative;
}
body {
    position: relative;
    margin: 0px;
    font-size:12px;
    color:#666666;
    padding-bottom:290px;
    width: 100%;
    min-width:960px;

    -webkit-text-size-adjust: 100%;
    color:#000000;
    padding-bottom:0;
}
form {
    margin:0px;
    padding:0px;
}

a:hover {
    text-decoration:none;
}

img {
    border:none;
    vertical-align: bottom;        /* IE & FireFox bug fix */
}

h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

p{
    margin:0 0 1em 0;
    padding:0px;
}

ul,ol,dl{
    list-style:none;
    margin: 0px;
    padding: 0px;
}

li{
    display:list-item;
    zoom:normal;
    margin: 0px;
    padding: 0px;
}
ul{
    font-size:0;
    overflow:hidden;
}
li{
    font-size:14px;
}

.archive_box:nth-child(6n){
    margin-right:0;
}
.archive_box .name{
    font-size: 14px;
    color: #666666;
    padding-top: 15px;
    margin: 0;
}
.archive_box a{
    text-decoration:none;
}
.archive_box a:hover img{
    opacity:0.7;
}
.archive_box a:hover .name{
    color:#F59107;
}

.header_wrapper{
    width:100%;
    background-color:#FFFFFF;
    padding: 45px 0px 40px;
    border-top:#3d3d3d 19px solid;
}
.header_wrapper .nav_wrapper ul{
    overflow: hidden;
    text-align: center;
}
.header_wrapper .nav_wrapper ul li{
    display: inline-block;
}
.header_wrapper .nav_wrapper ul li a{
    text-decoration:none;
    font-size: 16px;
    font-weight:bold;
    display:block;
    cursor:pointer !important;
    margin: 0px 62px;
}
.header_wrapper .nav_wrapper ul li:last-child a{
}
.header_wrapper .nav_wrapper ul li a:hover{
    color:#F59107;
    text-decoration:none;
}
.header_wrapper .nav_wrapper ul li.is-disabled a,
.header_wrapper .nav_wrapper ul li.is-disabled a:hover{
    cursor: default!important;
    color:#777!important;
    text-decoration:none!important;
}
.wrapper{
    width:940px;
    margin:0 auto 70px;
}

.booth_section .photo_box .name{
    font-size: 12px !important;
}

#movie{
    margin-bottom: 80px;
}

.movie_title{
    font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #000000;
    text-align: center;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 43px;
}

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

.movie_block{
  width: calc(50% - 10px);
}

@media screen and (max-width: 768px){
  .movie_flex{
    display: block;
  }

  .movie_block{
    width: 100%;
  }

  .mt{
    margin-top: 60px;
  }
}


.movie-wrap{
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap img{
  width: 100%
}

.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.lead{
    font-size: 20px;
}

.movie_image{
    display: block;
    text-align: center;
    margin: 0 auto;
}

.article_wrapper{
    margin-top:92px;
}
h2.headline{
    border-bottom: #000000 2px solid;
    font-size: 16px;
    padding: 0 0 8px 10px;
}

#anchor_01{
    margin-bottom:95px;
}
#anchor_01 h2.headline{
    margin-bottom:15px;
}

#anchor_Discontinued .text{
    margin: 64px 15px 0;
    float: none;
    width:100%;
    text-align: center;
}

a.official{
    color:#000000;
    text-decoration: underline;
    margin-left: 30px;
}
a.official:hover{
    color:#F59107 !important;
}
a.official:visited{
    color:#000000;
}

.no-margin_youtube{
    margin-top: 65px;
}
.no-margin_youtube iframe{
    width: 844px;
    height: 475px;
}
.no-margin{
    margin-top: 65px;
}
.no-margin iframe{
    width: 844px;
    height: 370px;
}
.content_wrapper{
    margin-left:10px;
}

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

.etc_box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    font-size: 30px;
    background-color: #F5F5F5;
    color: #888888;
}


.article_wrapper .section_wrapper .comming_soon{
    text-align: center;
    font-weight: bold;
    color:#777777;
    font-size: 22px;
    margin: 100px 0 100px 0;
}

.article_wrapper .section_wrapper .pic_box{
    float:left;
}
.article_wrapper .section_wrapper .pic_box .left{
    margin-bottom:13px;
}
.article_wrapper .section_wrapper .text{

    margin: 0px 15px 0;
}
.article_wrapper .section_wrapper .text h3{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom:24px;
}
.article_wrapper .section_wrapper .text p{
    font-size:16px;
    line-height: 1.6em;
}

.article_wrapper .section_wrapper .text .day{
  font-size:20px;
  line-height: 1.6em;
  font-weight: bold;
  margin: 0 0 20px 0
}

.article_wrapper .section_wrapper .text .day span{
  font-size: 15px;
  color: red;
  line-height: 1.5;
  display: block;
}

@media screen and (max-width: 768px){
    .pc{
        display:none !important;
    }

    .smp{
      display: block !important;
    }
}
@media screen and (min-width: 769px){
    .mob{
        display:none !important;
    }
}
@media screen and (min-width: 400px){
    .min_mob{
        display:none !important;
    }
}


#anchor_02 ul{
    letter-spacing:-4px;
}
#anchor_02 h3{
    margin:44px 0 30px;
    color:#666666;
}
.article_wrapper .section_wrapper .photo_box{
    width: 170px;
    margin-right: 18px;
    margin-bottom: 24px;
    letter-spacing: normal;
    display: flex;
    flex-direction: column;
}
.article_wrapper .section_wrapper .photo_box:nth-child(5n){
    margin-right:0;
}
.article_wrapper .section_wrapper .photo_box .name{
    font-size: 14px;
    color: #666666;
    padding-top: 15px;
    margin: 0;
    height:57px;
    line-height: 18px;
    text-align: center;
    margin-top:auto
}

.article_wrapper .section_wrapper .photo_box .name a{
  color: #333;
  text-decoration: underline;
}

.article_wrapper .section_wrapper .photo_box .name small{
    font-size:12px;
}
.article_wrapper .section_wrapper .photo_box a{
    text-decoration:none;
}
.article_wrapper .section_wrapper .photo_box a:hover img{
    opacity:0.7;
}
.article_wrapper .section_wrapper .photo_box a:hover .name{
    color:#F59107;
}

.article_wrapper .section_wrapper dl{
    font-size:26px;
    font-weight:bold;
    margin-top:72px;
}
.article_wrapper .section_wrapper dl dt{
    float: left;
    width: 105px;
    margin-right: 32px;
}

#anchor_03 .content_wrapper{
    margin-top:44px;
    margin-bottom:86px;
}
#anchor_03 .content_wrapper img{
    margin-bottom:32px;
}

.article_wrapper .section_wrapper .text_box_wrap .name{
    font-size: 14px;
    color: #666666;
    padding-top: 15px;
    line-height: 18px;
}

.article_wrapper .section_wrapper .text_box_wrap a:hover .name{
    color:#F59107;
}

.article_wrapper .section_wrapper .text_box_wrap a{
    color:#666666;
}

#anchor_03 h3{
    margin: 44px 0 10px;
    color: #666666;
}

#anchor_04 .content_wrapper,
#anchor_05 .content_wrapper,
#anchor_07 .content_wrapper,
#anchor_08 .content_wrapper,
#anchor_02 .content_wrapper{
    margin-top:36px;
}
#anchor_05 ul{
    margin-bottom:30px;
}

.archive_box{
    width: 140px;
    margin-right: 15px;
    margin-bottom: 50px;
    letter-spacing: normal;
    float:left;
}


#anchor_06 .content_wrapper{
    margin-top:45px;
}
#anchor_06 li.sns_wrapper{
    float:left;
    margin-right:40px;
    width:280px;
}
#anchor_06 li:nth-child(3n){
    margin-right:0;
}
#anchor_06 li.sns_wrapper h3{
    margin-bottom:15px;
    color:#666666;
}
#instagram{
    min-height:280px;
}
#instagram .head{
    overflow:hidden;
    margin-bottom:23px;
}
#instagram .head a{
    float:left;
}
#instagram .head p{
    font-size: 17px;
    margin-top: 23px;
    margin-left: 88px;
}
#instagram .user_image{
    width: 71px;
    height: 71px;
    border-radius: 36px;
}
#instagram li{
    float:left;
    width:88px;
    height:88px;
    margin-right:7px;
    margin-bottom:9px;
}
#instagram li:last-child{
    margin-right:0;
}
#instagram li img{
    width:88px;
    height:88px;
}

.banner{
    margin: 60px 0 60px 0;
}

.banner img{
    width: 100%
}

.facility{
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 30px;
}

.bland_note{
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.long::after {
  content: " ";
  border-bottom: #626262 dotted 2px;
  width: 20%;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px
}

.short::after {
  content: " ";
  border-bottom: #626262 dotted 2px;
  width: 10%;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px
}


.facility img{
  text-align: center;
  width: 30%;
  display: block;
  margin: 0 auto;
}

.bland{
  margin-bottom: 60px;
}

.bland::after {
  content: " ";
  border-bottom: #626262 dotted 2px;
  width: 20%;
  height: 2px;
  display: block;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.bland.last::after {
    border: none;
    margin-top: 40px;
}

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

}

.bland_06 li{
  width:16%
}

.bland_06 li img{
  width:100%
}

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

.bland_05 li{
  width:20%;
  margin-bottom: 20px;
}

.bland_05 li img{
  width:100%
}

.bland_05.wide_item li{
  width: 25%;
}

.bland_link{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    width: 180px;
}

.bland_link a{
  width: 15% !important;
  /* margin-right: 1em; */
}

.smp{
  display: none;
}

.spacer {
    width: 100%;
  }



.button_main_content{
width: 50%;
background-color: #D71A3E;
color: #fff;
margin: 30px auto;
padding: 10px 0;
display: block;
font-size: 1.4em;
text-decoration: none;
}

.button_wrap{
    margin: 0 auto;
    display:flex;
    align-items: center;
    justify-content: center;
}

.button_left_content{
width: 6%;
margin-right: 10px;
}
.button_right_content{
}
.button_left_content img{
width: 100%;
height: 100%;
object-fit: cover;  
}

.button_main_content:hover{
    opacity: 0.8;
}

@media screen and (max-width: 768px){
    *{
        max-width:100% !important;
        min-width:0 !important;
    }
    .content_wrapper{
        margin-left:0 !important;
    }
    body{
        width:100% !important;
        min-width:0 !important;
    }
    .header_wrapper{
        padding: 4px 0px !important;
        position: fixed !important;
        z-index: 1000 !important;
    }
    .header_wrapper .nav_wrapper{
        width:auto !important;
    }


    .header_wrapper .nav_wrapper ul li{
        float: left;
        width:33% !important;
        text-align: center !important;
        display: table;
    }
    .header_wrapper .nav_wrapper ul li a{
        line-height: 1.1em;
        display: table-cell;
        vertical-align: middle;
        font-size:11px !important;
        height: 44px !important;
        padding: 0px 4px !important;
    }
    .header_wrapper .nav_wrapper ul li.anchor_02 a{
        padding-top: 12px !important;
        height: 32px !important;
    }
    h1 img{
        width:100% !important;
        height:auto !important;
    }
    .wrapper {
        width: 100% !important;
        padding-top: 71px !important;
    }
    .article_wrapper{
        margin-top:70px;
    }
    h2.headline{
        font-size: 20px !important;
        height: auto !important;
        line-height:1.2em;
        background-image: none !important;
        background-color: #FFFFFF !important;
        padding: 15px 14px !important;
    }
    .article_wrapper .section_wrapper .pic_box{
        width: 100%;
    }
    .article_wrapper .section_wrapper .pic_box .left{
        float:left !important;
        margin-left:4% !important;
    }
    .article_wrapper .section_wrapper .pic_box .right{
        float:right !important;
        margin-right:4% !important;
    }
    .article_wrapper .section_wrapper .pic_box div{
        width:45% !important;
    }
    .article_wrapper .section_wrapper .pic_box img{
        width:70% !important;
        display: block;
        max-width: 460px;
        height:auto !important;
        margin: 0 auto 30px auto;
    }
    .article_wrapper .section_wrapper .text{
        margin-top: 0;
        width:auto !important;
        float:none;
    }
    #anchor_02 h3{
        margin-left:10px;
    }
    .photo_box{
        width:46% !important;
        margin:0 2% !important;
        margin-bottom: 16px !important;
    }
     .photo_box img{
        width:100% !important;
        height:auto !important;
    }
   .photo_box a.small{
        font-size:13px !important;
        margin-right:0 !important;
    }
     .archive_box{
        width:31% !important;
        margin:0 1% !important;
        margin-bottom: 16px !important;
    }
     .archive_box img{
        width:100%;
        height:auto;
    }
    .article_wrapper .section_wrapper dl{
        padding:0 2% !important;
        font-size:16px !important;
        margin-top: 8px;
    }
    .article_wrapper .section_wrapper dl dt{
        width:72px !important;
        margin-right:14px !important;
    }
    .article_wrapper .section_wrapper dl dd{
        margin-left:86px !important;
    }
    .article_wrapper .section_wrapper dl dd.no-margin{
        margin-left:0 !important;
    }
    .article_wrapper .section_wrapper dl dd.no-margin_youtube{
        margin-left:0 !important;
    }

    .no-margin_youtube iframe{
        width:100%;
        height:auto;
    }

    .article_wrapper .section_wrapper iframe{
        width:100% !important;
    }
    .article_wrapper .section_wrapper dl dd img{
        width:100% !important;
        height:auto !important;
    }

    .article_wrapper .section_wrapper .slide_wrapper{
        width:auto !important;
        height:auto !important;
    }
    .article_wrapper .section_wrapper .slide_wrapper .slide img{
        height:auto !important;
    }
    .slick-next{
        display:none !important;
    }

    .footer_wrapper{
        min-width:0;
    }
    .footer_wrapper p{
        padding:10px 0 !important;
        margin-bottom:0 !important;
        font-size:15px !important;
    }
    .article_wrapper .section_wrapper .fb-page{
        max-width: 100%!important;
        margin: 0 auto;
        width:100%;
    }
    a.official{
        margin:0;
    }


    .facility img{
        width: 80%;
    }


    .bland_06 {
      -ms-flex-wrap: wrap;
  	   flex-wrap: wrap;
    }

    .bland_06 li {
      width: 50%;
      margin-bottom: 50px;
    }

    .bland_05 {
      -ms-flex-wrap: wrap;
       flex-wrap: wrap;
    }

    .bland_05 li {
      width: 50%;
      margin-bottom: 50px;
    }


    .bland_05.wide_item li{
        width: 50%;
    }

    .bland_05.wide_item_mobile li{
        width: 60%;
    }

    .long::after {
      width: 60%
    }

    .short::after {
      width: 30%
    }

    #fb{
        text-align:center;
    }
    #anchor_06 li.sns_wrapper{
        width: 100%;
        float: none;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom:50px;
    }
    #anchor_06 li.sns_wrapper h3{
        text-align: left;
    }
    #instagram li{
        width: 32%;
        height: auto;
        margin-right: 2%;
    }
    #instagram li img{
        width: 100%;
        height: auto;
    }

    .button_main_content{
        width: 90%;
        }
}

.main-pic{
    width: 100%;
}

.section_entry{
    overflow: hidden;
    font-size: 16px;
}

.section_entry .left{
    float: left;
    height:252px;
}

.section_entry .right{
    position: relative;
    float: right;
    padding-top: 0px;
    width:476px;
    line-height: 1.6em;
}
.section_entry .right p.dashed{
    border:1px dashed #FFFFFF;
    padding:12px;
    margin-bottom:6px;
}
.section_entry .right p.dashed a{
    color: #FFFFFF;
    text-decoration:underline;
}
.section_entry .right p.dashed a:hover{
    color: #F59107;
    text-decoration:underline;
}
.section_entry .right p.dashed a:active{
    color: #F59107;
    text-decoration:underline;
}
.section_entry .entry_btn{
    float:right;
}

.section_entry .entry_btn a{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width:232px;
    max-width: 100%;
    height: 55px;

    background-image: url(../image/entry_btn.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.section_entry .entry_btn a:hover{
    background-image: url(../image/entry_btn_on.jpg);
}


@media screen and (max-width: 768px){
    .section_entry {
    }
    .section_entry .left{
        float: none;
        box-sizing: border-box;
        margin: 0 auto;
        padding: 0 15px;
        width: 100%;
        height: auto;
        max-width: 503px;
    }

    .section_entry .left img{
        width: 100%;
    }

    .section_entry .right{
        float: none;
        margin: 20px 15px 0;
        margin-bottom: 20px;
        width: auto;
        height: auto;
    }

    .section_entry .entry_btn{
        position: relative;;
        bottom:0;
    }

    .section_entry .entry_btn a{
        margin: 0 auto;
    }

    .more_btn{
        float: none;
        margin: 20px auto;
    }


}

@media screen and (min-width: 450px) and (max-width: 768px){
    .header_wrapper .nav_wrapper ul li a{
        font-size: 13px!important;
    }

    #footer_info_body .contents_body .info .info_line {
      margin-bottom: 15px;
    }

    #footer_info_body .contents_body .info .info_line .label {
        width: auto;
        float:none;
        text-align:left;
        margin-right: 0px;
    }
}
/*footer*/
#footer_info_body {
    width: 100%;
    min-width: 940px;
    overflow: hidden;
    background-color: #E6E6E6;

}
#footer_info_body .contents_body {
    width: 940px;
    overflow: hidden;
    position: relative;
    margin: 0px auto;
}
#footer_info_body .contents_body .logo {
    width: 94px;
    float: left;
    margin-right: 20px;
    padding: 60px 0px 60px;
}
#footer_info_body .contents_body .info {
    /* width: 810px; */
    overflow: hidden;
    float: left;
    padding: 54px 0px 32px;
    line-height: 1.6em;
    font-size: 14px;
}

#footer_info_body .contents_body .info .note{
 margin-top: 1em;
}

#footer_info_body .contents_body .info .info_line {
    width: 823px;
    overflow: hidden;
}
#footer_info_body .contents_body .info .info_line .label {
    width: 90px;
    float: left;
    text-align:right;
    margin-right: 10px;
}
#footer_info_body .contents_body .info .info_line .value {
    overflow: hidden;
}
#footer_info_body .contents_body .info .info_line .value a{
    color:#000000;
    text-decoration:none;
}
#footer_info_body .contents_body .info .info_line .value a:hover{
    color:#F59107 !important;
}
#footer_info_body .contents_body .info .info_line .value a:visited{
    color:#000000;
}
#footer_info_body .contents_body .info .info_line .value .sponsor {
    float: left;
    padding-bottom: 12px;
    margin-right: 10px;
}
#footer_info_body .contents_body .info .info_line .value .sponsor_text {
    float: left;
    padding-top: 16px;
    margin-right: 10px;
}
#footer_info_body .contents_body .btn_pagetop  {
    bottom: 0px;
    right: 10px;
    position: absolute;
    cursor:pointer;
}
#footer_info_body .contents_body .btn_pagetop a{
    height: 30px;
    width: 105px;
    background-image: url(/image/btn_pagetop.png);
    display: block;
}
#footer_info_body .contents_body .btn_pagetop a:hover{
    background-image: url(/image/btn_pagetop_on.png);
}
footer {
    width: 100%;
    min-width: 940px;
    overflow: hidden;
    background-color: #3D3D3D;
}
footer .contents_body {
    width: 940px;
    overflow: hidden;
    margin: 0px auto;
}
footer .contents_body .menu_contents {
    width: 500px;
    float: left;
    padding-top: 17px;
}
footer .contents_body .menu_contents ul {
}
footer .contents_body .menu_contents ul li {
    float: left;
}
footer .contents_body .copyright {
    width: 422px;
    float: right;
    padding-top: 25px;
}


@media screen and (max-width: 768px){
    #footer_info_body .contents_body{
        padding: 0 10px;
        box-sizing: border-box;
    }


    #footer_info_body .contents_body .logo{
        padding: 0;
        margin: 20px auto;
        width: 100%;
        text-align: center;
    }
    #footer_info_body .contents_body .info{
        padding-top:0;
        padding-bottom: 60px !important;
    }


    footer .contents_body .copyright{
        width: 95%;
        margin: 0 auto;
        float: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }


}
.coming_soon{
    color:#777777;
    font-size:22px;
    font-weight:bold;
    margin:87px 0 85px;
    text-align:center;
}

/* 情報が来るまでの仮デザイン用 */
/*

#footer_info_body{
    background-color:#FFFFFF !important;
}
#footer_info_body .contents_body{
    height:30px !important;
}
*/
