@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Days+One&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* *{
    border: 1px solid red;
} */
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: #F5F0EB;
}
.bg_navy{
    background: #091138;
}
section{
    max-width: 750px;
    margin: 25px auto 18px;
    padding-bottom: 40px;
}

section + section{
    border-top: solid 5px #000;
}
section#uriba + section,
section + section#uriba,
section#service + section,
section + section#service{
    border-top: initial;
}
h3{
    font-size: 15px;
    line-height: 27px;
    text-align: center;
    margin: 20px 0;

    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 27px; /* 180% */
}
h4{
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 176.923% */
}

/* 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;
    position: relative;
    margin: 0px 0;
    position: relative;
    /* display: inline-block; */
}
.index li a::before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #00A291;
    position: relative;
    /* top: 20px; */
    left: -15px;
    display: inline-block;
}
.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;
    padding: 40px 0 10px;
    position: relative;
    z-index: 1;
}
.title h2{
    margin: 18px 0 5px;
    font-size: 25px;

    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 83.333% */
}
.title p{
    margin: 5px 0 20px;
    font-size: 13px;

    color: #000;
    text-align: center;
    font-family: "Days One";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 208.333% */

    width: 100px;
    margin: 0 auto;
    position: relative;
    background:  #F5F0EB;
    padding: 10px 0;
}
.title p::before{
    content: "";
    width: 200px;
    height: 1px;
    background: #000;

    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    z-index: -1;
}
.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;
    display: flex;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 156.25% */
    display: block;
}
.container p span{
    display: inline-block;
    margin-left: auto;
    /* text-align: right; */
    color: #000;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px; /* 208.333% */
}
.container p img{
    width: auto;
    height: 20px;
    padding: 0 2px;
}
.container .flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;
    padding: 0 15px;
    /* width: calc(100% - 30px); */
}
.container .flex p{
    margin: 0;
    display: flex;
    /* display: inline-block; */
}
#index{
    border-radius: 5px;
    border: 3px solid #006253;
    background: #FFF;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0 25px;
    width: 350px;
}
#index .index__title{
    font-family: "Noto Sans JP","Noto Sans Japanese","メイリオ",sans-serif;
    color: #006253;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fff;
    width: 100%;
}

.appbtn{
    width: 100%;
    position: absolute;
    left: 50%;
    bottom: 3%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.appbtn > a + a{
    padding-top: 2%;
}

/*  */
#uriba{
    background: #006253;
    position: relative;
    /* z-index: -1; */
}
#uriba .title{
    /* font-family: ; */
    text-align: center;
    padding: 40px 0 10px;
}
#uriba .title h2{
    color: #fff;
    font-weight: 400;
}
#uriba .title p{
    color: #fff;
    position: relative;
    background:  #006253;
}
#uriba .title p::before{
    content: "";
    background: #fff;
}
#uriba .container p{
    /* padding: 0 15px; */
    font-size: 16px;
    line-height: 20px;
    display: flex;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 156.25% */
    display: flex;
}
#uriba .container p span{
    display: inline-block;
    margin-left: auto;
    /* text-align: right; */
    color: #fff;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px; /* 208.333% */
}
#uriba .p__dt::before,#uriba .p__dt::after {
    content: "";
    background-color: #fff;
}

#service{
    background: #CCE0DD;
    position: relative;
    /* z-index: -1; */
}
#service .title p{
    position: relative;
    background:  #CCE0DD;
}

/* youtube */
.youtube{

}

/* tenmei */
.tenmei{
    /* padding: 0 10px; */
    max-width: 500px;
    margin: 0 auto;
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
}
.tenmei h2{
    color: #006253;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 96.154% */
    text-align: center;
}
.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 !important;
    font-size: 18px;
    text-align: center;
    display: block !important;
    padding: 0 !important;
}

.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%; */
  width: 200px;
  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: #000;
    margin: 0px auto;
    padding: 0px 0 12px;
    color: #fff;
}
footer small{
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* 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: 30px;
    height: 30px;
    /* border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 22px solid #fff; */
}
.swiper-button-next img{

}

.swiper-button-prev{
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
}

.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;
}

/* diagonal_title */
.p__dt {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.p__dt::before,.p__dt::after {
    content: "";
    background-color: #000066;
    height: 2px;
    width: 40px;
}
.p__dt::before {
    margin-right: 5px;
    transform: rotate(60deg);
}
.p__dt::after {
    margin-left: 5px;
    transform: rotate(-60deg);
}

/* diagonal_title */
.p__dt2 {
    display: inline-block;
    position: relative;
    padding-inline: 30px;
}
.p__dt2::before,.p__dt2::after {
    content: "";
    height: 100%;
    width: 3px;
    background-color: #000066;
    position: absolute;
    top: 0;
}
.p__dt2::before {
    left: 6%;
    transform: rotate(-30deg);
}
.p__dt2::after {
    right: 6%;
    transform: rotate(30deg);
}
