@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Josefin+Slab:400i|Noto+Sans+JP|Noto+Serif+JP');
body{
    /* font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif; */
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
    scroll-behavior: smooth;
}
.bg{
    background: #FFF6E5;
}
.bg_navy{
    background: #091138;
}
section{
    max-width: 750px;
    margin: 25px auto 18px;
}

section + section{
    border-top: solid 5px #000;
}
h3{
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    margin: 20px 0;
}
h4{
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
}

/* index */
.index{
    list-style: none;
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    /* margin-block-start: 0em;
    margin-block-end: 0em; */
    padding-left: 20px;
    padding-right: 20px;
}
.index li{
    background: #fff;
    padding: 5px 25px;
    border: solid 2px #000;
    position: relative;
    margin: 10px 0;
}
.fas{
    color: #898989;
    padding-left: 30px;
}
.fas:before{
    color: #000;
}
/* .index li::after{
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f078';
    right: 10%;
    bottom: 50%;
} */
.index li a{
    color: #000;
}

/* 各セクションの見出し */
.title{
    /* font-family: ; */
    text-align: center;
}
.title h2{
    margin: 18px 0 5px;
    font-size: 25px;
}
.title p{
    margin: 5px 0 20px;
    font-size: 13px;
}
.container{
    max-width: 500px;
    margin: 0 auto;
    display: block;
}
.container + .container{
    margin-top: 25px;
}
.container img{
    text-align: center;
}
.container p{
    padding: 0 15px;
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
}
.container p img{
    width: auto;
    height: 20px;
    padding: 0 2px;
}

/* youtube */
.youtube{

}

/* tenmei */
.tenmei{
    /* padding: 0 10px; */
    max-width: 500px;
    margin: 0 auto;
}
.tenmei__head {
    font-size: 18px;
    margin: 5px 0;
}
.tenmei__content {
    font-size: 20px;
    margin: 5px 0;
}
.tenmei__head + .tenmei__content{
    border-top: solid 1px #000;
    margin: 0;
    padding-top: 10px;
    width: 100%;
}
.tenmei__content + .tenmei__head{
    padding-top: 15px;
}
.tenmei__content .flex{
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    font-size: 20px;
}
.youbi{
    width: 20%;
    text-align: center;
    font-size: 20px;
    padding-right: 5%;
}
.jikan{
    width: 75%;
    font-size: 20px;
    /* texta-align: center; */
}

/* footer */
footer{
    width: 100%;
    margin: 20px auto;
}
footer p{
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
}

.fullmg10{
    width: 90%;
    margin: 2vw auto;
    display: block;
}
.in_btn{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#top{
    background: #fff;
}
#top .wrap{
    padding: 0px 0 0px;
}
#top p{
    color: #111111;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin: 20px auto;
}

#line,#event{
    background: #fff;
}

.paddh10{
    content: '';
    display: block;
    padding: 0 0 20px;
    margin: 0 auto;
}
.paddh05{
    content: '';
    display: block;
    padding: 0 0 10px;
    margin: 0 auto;
}
.paddw10{
    padding: 0 20px;
    margin: 0 auto;
}
.btn{
    max-width: 320px;
    width: calc(100% - 100px);
    text-align: center;
    margin: 10px auto;
    border-radius: 40px;
    font-size: 16px;
    line-height: 25px;
    display: block;
    padding: 8px 40px 8px;
    left: 0;
    bottom: 0;
    position: relative;
    text-align: center;
}
#insta .btn{
    /* width: 100%; */
    position: absolute;
    left: 50%;
    bottom: 14.5%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.fas{
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
}
.share{
    position: relative;
    margin: 0px auto 20px;
}
.sns_set{
  margin: 0px auto;
  padding:  1% 0 1%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.twbtn img, .fbbtn img, .linebtn img{
  width: 100%;
}
.linebtn{
  display: block;
  width: 100%;
  font-size: 0;
}
.fbbtn{
    display: block;
    width: 100%;
    font-size: 0;
}
.twbtn{
  display: block;
  width: 100%;
  font-size: 0;
}

.wrap{
    display: flex;
    align-items: center;
    /* height: 340px; */
    overflow: hidden;
    margin: 0 0 0px;
}
.slideanim{
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0 0 0px;
    animation: loop-slide 20s infinite linear 1s both;
}
.slideanim.count30{
    width: 850%;
    animation: loop-slide 30s infinite linear 1s both;
    margin: 5px 0;
}
.slideanim.count21{
    width: 280%;
    animation: loop-slide 21s infinite linear 1s both;
    margin: 5px 0;
}
.slideanim.count20{
    width: 360%;
    animation: loop-slide 20s infinite linear 3s both;
    margin: 20px 0;
}
.content {
    width: 300px;
    /* height: 300px; */
    margin: 0 3px;
}
.content img{
    width: 100vw;
    height: auto;
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}
#map{
    background: #005BA9;
    padding: 20px 0 0;
}
#map p{
    margin: 0 25px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}

.margincenter{
    width: 90%;
    margin: 20px auto;
    /* padding: 15px 0; */
    display: block;
}
.margincenter iframe{
    margin: 0px 0;
}

.linefriend{
    width: 100%;
}

/* footer */
footer{
    background: #005BA9;
    margin: 0px auto;
    padding: 0px 0 12px;
}
footer small{
    display: block;
    text-align: center;
    font-weight: 300;
    font-size: 12px;
    color: #fff;
}

/* slider */
.swiper-container.slider2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto
}

.slider2 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 330px;
    /* max-height: 160px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: contain;
    padding: 0 0px;
    margin: 0 -10px;
    /* box-shadow: 0 0 15px 0 #ddd */
}
.slider2 .swiper-slide-active{
    position: relative;
    /* top: -30px; */
    transition: all 300ms 0s ease;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 0.5rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 0.5rem;
}
.swiper-button-next{
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 22px solid #fff;
}
.swiper-button-next::before{
    position: absolute;
    top: -22px;
    left: -21.5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 20px solid #da0000;
}
.swiper-button-prev{
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 22px solid #fff;
}
.swiper-button-prev::before{
    position: absolute;
    top: -22px;
    left: 0.5px;
    content: "";
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-right: 20px solid #da0000;
}

.swiper-container.slider3_5 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px auto
}

.slider3_5 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 300px;
    /* max-height: 160px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: contain;
    padding: 0 0px;
    margin: 0 -5px;
    /* box-shadow: 0 0 15px 0 #ddd */
}
.slider3_5 .swiper-slide-active{
    position: relative;
    /* top: -30px; */
    transition: all 300ms 0s ease;
}

.slider5 .swiper-slide{
    max-width: 160px;
}
