@charset "UTF-8";

/* Font-family指定 */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/* ここまでFont-family指定 */

/* PC用レイアウト ここから */
body {
    position: relative;
    z-index: 0;
    width:100%;
    max-width:1280px;
    background-color: #151a3d;
    margin:0 auto;
}

.container{
    position: relative;
    z-index: 1000;
    width:100%;
    margin:10px auto 0 auto;
}

.sitewidth{
    margin:0 auto;
    width:100%;
}

.bg {
    position: absolute;
    width:100%;
    height:100%;
    background-repeat:no-repeat;
    background-position: top center;
    background-size:contain;
}
.bg1{
    top:0;
    z-index: 600;
    background-position:0px -1000px;
    background-image:url(../img/bg_1.png);
}
.bg2{
    top:0;
    z-index: 500;
    background-position:0px -1000px;
    background-image:url(../img/bg_2.png);
}
.bg3{
    top:0;
    z-index: 400;
    background-position:0px -1000px;
    background-image:url(../img/bg_3.png);
}
.bg4{
    top:0;
    z-index: 300;
    background-position:0px -1000px;
    background-image:url(../img/bg_4.png);
}

.insta1 {
    z-index:2000;
    position:relative;
}

.insta1 li{
    position: absolute;
    list-style: none;
    top:-9999px;
}
.insta1 li img{
    width:150px;
    height:auto;
    margin:0 auto;
    border: 5px solid #fff;
}
.insta1 li:nth-child(2n) img{
    width:200px;

}

.insta2 {
    z-index:2000;
    position:relative;
}

.insta2 li{
    position: absolute;
    list-style: none;
    top:-9999px;
}
.insta2 li img{
    width:150px;
    height:auto;
    margin:0 auto;
    border: 5px solid #fff;
}

.insta2 li:nth-child(1n) img{
    width:200px;

}

.pagenavi{
    z-index: 9999;
    position:fixed;
    top:380px;
    right:0;
    list-style: none;
}

.pagenavi li a{
    display: block;
    width:80px;
    height:73px;
    margin-bottom:20px;
    background-repeat: no-repeat;
    background-position:bottom center;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.navi__pagetop{
    background-image: url(../img/navi_top.png);
}
.navi__instagram{
    background-image: url(../img/navi_insta.png);
}
.navi__facebook{
    background-image: url(../img/navi_facebook.png);
}

header{
    z-index: 100;
    width:100%;
    height:600px;
    background-color:#fff;
    background-image: url(../img/bg_header2.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
}
#video {
  width: 50%;
  position: absolute;
  left: 25%;
  bottom: 5%;
  top: auto;
}
#video video {
  width: 100%;
}

.logo{
    display: block;
    width:264px;
    height:155px;
    margin-left:35px;
    background-image: url(../img/logo.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position:bottom center;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.head__menu{
    display:flex;
    width:96%;
    justify-content: space-between;
    align-content: flex-start;
    align-items: center;
}

.head__menu li{
    list-style-type: none;
    font-weight:bolder;
    font-kerning: auto;
}

.head__menu li a{
    color:#000;
    text-decoration: none;
}
.head__menu li:first-letter{
    color:#2e3192;
}
.head__menu .en{
    padding-top:30px;
    font-size:26px;
}
.head__menu .jp{
    padding-top:30px;
    font-size:21px;
}

section{
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    width: 100%;
    margin:0 auto;
}
.section__heading{
    display: flex;
    width:100%;
    min-height:535px;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.section__title{
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size:35pt;
    padding-bottom:5px;
    color: #fff;
}
#about .section__title{
/*    width:200px;*/
    border-bottom: 5px solid #fff;
}
#event .section__title{
/*    width:140px;*/
    border-bottom: 5px solid #fff;
}
#village .section__title{
    width:275px;
    height:246px;
    background-image: url(../img/village_big.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position:bottom center;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

#access .section__title{
    display: block;
    text-align: left;
    align-content: flex-start;
    align-items: flex-start;
    margin-bottom:20px;
    width:280px;
    color:#000;
    border-bottom: 5px solid #000;
}

#donate .section__heading{
    width:100%;
    flex-direction:column;
}
#donate .section__title{
/*    width:350px;*/
    font-size: 30px;
    border-bottom: 5px solid #fff;
}
#donate .section__text{
    color:#fff;
/*    width:1000px;*/
    text-align:center;
    font-size:15px;
    padding-top:15px;
}

.section__contents{
    display: flex;
    width: 100%;
    font-size:20px;
    font-weight: bold;
    color: #000;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color:rgba(255,255,255,1.0);
}

#about .section__contents{
    min-height: 600px;
}
#event .section__contents{
    min-height: 850px;
}
#village .section__contents{
    height: 100%;
}
#access .section__contents{
    min-height: 810px;
}
#donate .section__contents{
    min-height: 400px;
    padding 0 5%;
}

/*イベント*/
.event {
    position:relative;
    float:left;
    width:400px;
    text-align: center;
    padding-bottom:100px;
}

.event .badge{
    position:absolute;
    display: flex;
    flex-direction: row;
    top:0;
    right:280px;
    width:122px;
    height:120px;
    background-image: url(../img/event_new.png);
    background-size:contain;
    background-repeat: no-repeat;
    background-position:bottom left;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.event img{
    margin-top:65px;
    width: 319px;
    height: 453px;
    padding: 5px;
    border: 1px solid #ccc;
}

.event .event__view a{
    display: block;
    width:120px;
    height:30px;
    font-size: 20px;
    margin: 10px auto;
    padding-top:3px;
    color:#fff;
    background-color: #151a3d;
    text-decoration: none;
}

/* 浪板ヴィレッジ */
.village__shop{
  width: 100% !important;
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.shop {
    width: 250px;
    height:800px;
    margin: 50px 5px 0 0;
}

.shop h3{
    text-align: center;
    font-size: 20px;
    padding-bottom:20px;
    line-height:30px;
}
.shop:nth-of-type(2) h3 {
    font-size: 15px;
}

.shop .caption{
    font-size: 15px;
}
.shop:nth-of-type(2) h3 .caption {
    font-size: 30px;
    position: relative;
    top: 0px;
}

.shop img{
    width: 100%;
    margin: 0 auto;
}

.shop p {
    width:90%;
    margin-bottom:10px;
}

.shop p a{
    word-break: break-all;
}

/* アクセス */

.access{
    max-width:98%;
    margin: 0 auto;
}

.access img{
    margin-right:40px;
}

.access address{
    font-style: normal;
}


.info {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 20px;
}

.map{
    width:100%;
    height:410px;
    margin:0 auto 50px auto;
    padding:5px;
    background-color: #000;
}

.bgf{
    width:1280px;
    height:67px;
    background-image: url(../img/bg_footer.png);
    background-size:contain;
    background-position:top left;
}

/* フッター */
footer {
    background-color: #151a3d;
}

footer address{
    width:100%;
    padding:5%;
    display: flex;
    flex-wrap: wrap;
    color:#fff;
    font-style: normal;
}

footer address img{
    width:229px;
    height: auto;
    margin-right:5%;
}

footer address p{
    width: 50%;
}

/*no イベント css add*/
.event_none {
  text-align: center;
  font-size: 2em;
  font-weight: bolder;
}

/* PC用レイアウト ここまで */

/* モバイルレイアウト　ここから */
@media screen and (max-width: 818px){

    .insta1{
        display: none;
    }
    .insta2{
        display: none;
    }

    .pagenavi{
        top:auto;
        bottom: 0;
        display: flex;
        flex-direction: row-reverse;
    }

    .pagenavi li a{
        display: block;
        width:80px;
        height:73px;
        margin-bottom:20px;
        background-repeat: no-repeat;
        background-position:bottom center;
        text-indent: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    header {
    }

    .section__heading{
        width: 100%;
        min-height:320px;
        background-repeat: no-repeat;
        background-position:center center;
        background-size:cover;
    }
        #about .section__heading{
        background-image: url(../img/bg_sp1.png);}
        #event .section__heading{
        background-image: url(../img/bg_sp2.png);}
        #village .section__heading{
        background-image: url(../img/bg_sp3.png);}
        #donate .section__heading{
        background-image: url(../img/bg_sp4.png);}

    .section__contents{
        flex-direction: column;
        width:100%;
        margin:0 auto;
        font-size:14px;
    }
    .event{
        display: block;
        width:100%;
        margin:0 auto;
        padding-bottom:30px;
    }

    #village .section__title{
        width: 137px;
        height: 123px;
    }
    #village .section__contents{
        display:block;
        width:100%;
        margin:0 auto;
    }
    .shop {
        margin-bottom:20px;
    }

    .access img{
        max-width:100%;
        margin-right:40px;
    }

    .info{
        flex-wrap: wrap;
    }

    .shop:nth-of-type(2) h3 {
        font-size: 6px;
    }
    .shop:nth-of-type(2) h3 .caption {
        font-size: 4px;
        position: relative;
        top: -0px !important;
    }
}
