@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
*{
    /* border: 1px solid red; */
}
body{
    font-family: "Noto Sans JP","Noto SansJP","Noto Sans Japanese","メイリオ",sans-serif;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.bg{
    background: #F1E5C7;
}
.bg_bk{
    background: #000000;
}
.bg_navy{
    background: #091138;
}
.bg_lnvay{
    background: #005BA9;
}
.bg_lnavy_c{
    background: #255AA5;
}
section,footer, .mapWrap{
    max-width: 750px;
    margin: 0 auto;
}
section + section{
    padding: 30px 0 50px;
}
#top + #chirashi{
    padding: 30px 0 0px;
}
.container{
    display: block;
    width: 100%;
    /* padding: 0 20px; */
}
.fullmg10{
    width: 90%;
    margin: 2vw auto;
    display: block;
}
.in_btn{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.full{
    width: 100%;
}
.mb20 {
    margin-bottom: 20px;
}
.pb20 {
    padding-bottom: 20px;
}
.f_clo {
    color: #FFFF96;
}
#top{
    /* background: #fff; */
}
#titlearea{
    /* background: #d22d25; */
    background: url("../image/top_back.gif");
    background-size: contain;
    width: 100%;
    position: relative;
}
#title{
    /* position: absolute;
    top: 22%;
    left: -50%;
    transform: translateY(0%) translateX(50%);
    -webkit-transform: translateY(0%) translateX(50%); */
    animation: scaleup 1s forwards, dokundokun 1.8s infinite;
    animation-delay: 0s, 2s;
    z-index: 1;
}

@keyframes scaleup{
	0% {
		transform: scale(0%);
		opacity:0;
	}
    30%{
        opacity:1;
    }
    50%{
        transform: scale(150%);
    }
    75%{
        transform: scale(90%);
    }
    95%{
        transform: scale(110%);
    }
	100% {
		transform: scale(100%);
		opacity:1;
	}
}

.scaleup{
    width: 100%;
    animation: scaleup 0.8s infinite;
}
@keyframes scaleup{
	0% {
		transform: scale(100%);
	}
    50%{
        transform: scale(80%);
    }
	100% {
		transform: scale(100%);
	}
}
/* ふわふわ */
.fuwafuwa {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
        transform: translateY(-10%);
    }
    100% {
        transform: translateY(10%);
    }
}

h2{
    color: #005BAC;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    position: relative;
    padding: 15px 0;
}
/*h2:after{
    content: "";
    width: 50px;
    height: 4px;
    flex-shrink: 0;
    background: #005BAC;
    position: absolute;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}*/
#chirashi{
    background: #fff;
}
#chirashi h2{
    font-size: 25px;
}
#chirashi p{
    padding-bottom: 20px;
}
header{
    color: #255AA5;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 29px;
    font-style: normal;
    font-weight: 900;
    line-height: 117%; /* 33.93px */
    padding: 15px 0;
}
header.p_b{
    background: #255AA5;
    color: #fff;
}
.title{
    color: #005BA9;
    font-size: 23px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%; /* 34.5px */
    text-align: center;
    padding: 20px;
}
.title img{
    height: 30px;
    width: auto;
    padding-left:15px;
}

.paddh10{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
.paddw10{
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    text-align: center;
}
.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%);
}
.applibtns{
    padding: 5px 10vw;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.applibtn{
    width: 50%;
    max-width: 150px;
    padding: 5px 0px;
}
.applibtn + .applibtn{
    padding-left: 20px;
}
.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:  0;
  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;
}

/* snsfollow */
.snsfollow{
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
}
.snsfollow .flex{
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    width: 100%;
}
.snsfollow .logo{
    padding-top: 5px;
    width: 200px;
    height: 56px;
    margin-right: auto;
}
.snsfollow .flex a{
    max-width: 50px;
    width: 15%;
    padding: 0 2%;
}
.logo{
    /* max-width: 150px; */
    width: 33%;
}

.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: 125px;
    /* height: 300px; */
    margin: 0 3px;
}
.content img{
    width: 100vw;
    height: auto;
}
@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

.mapheader{
    background: #005BAC;
    display: flex;
    width: 90%;
    min-height: 44px;
    padding: 10px 0;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    flex-shrink: 0;

    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
}
#map{
    /* background: #005BA9; */
    padding: 20px 0 0;
    width: 90%;
    margin: 0 auto;
    height: 450px;
}
#map p{
    /* margin: 0 25px;
    font-size: 16px;
    line-height: 25px;
    color: #fff; */
}
#locate-btn{
    position: absolute;
    bottom: 6%;
    right: 7%;
    z-index: 1000;
    /* background: #000; */
    /* color: #FFF; */
    border-radius: 13px;
    background: #FFF;
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    padding: 10px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 50px;
    max-height: 50px;
}
.leaflet-control-container a{
    display: initial;
}
.fa-location-crosshairs{
    /* content: "\f601"; */
    /* width: 33px;
    height: 33px; */
    font-size: 33px;
    line-height: 33px;
    display: block;
    width: var(--fa-width) !important;
}


/*===================================
	Accbox
=====================================*/
#event {
	width:100vw;
	height:100%;
	padding: 40px 0;
	background-color: #fff;
	opacity: 0.8;
	margin: 0 auto;
}



.listtitle{
    background: #005BA9;
    width: 95%;
    /* height: 22px; */
    flex-shrink: 0;
    margin: 0 auto;
}
.listtitle h3{
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 17px */
    margin: 0;
}
.subtitle{
    content: '';
    position: relative;
    display: block;
    top: 50%;
    /* display: inline-block; */
    width: 90%;
    height: 2px;
    border-top: solid 1px black;
    /* border-bottom: solid 1px black; */
    margin: 50px auto 20px;
}
.subtitle h3{
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 25.5px */
    position: absolute;
    background: #EEF0F2;
    display: inline-block;
    z-index: 5;
    /* width: 100%; */
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    -webkit-transform: translateY(-50%) translateX(50%);
    margin: 0;
    padding: 0px 10px;
}

.af_h0::after{
    height: 0;
}


/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
	width: 100%;
    max-width: 900px;/*最大幅*/
	margin: 0 auto;
}

/*ラベル*/
.accbox label {
    display: flex;
    margin: 8px 0;
    padding : 5px 0px;
    cursor :pointer;
    transition: all 0.5s;
    justify-content: flex-start;
    width: 100%;

    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 25.5px */
}
.accbox label h3{
    width: 100px;
    padding-left: 20px;
    text-align: left;
    display: inline-block;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#dfeef5;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
.dateset{
    /* padding: 20px; */
    /* font-size: 14px; */
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
    /* background: #fff; */
}

/*アイコンを表示*/
.accbox label::after {
    content: '▼';
    /* font-family: 'FontAwesome'; */
    padding-top: 20px;
    padding-right: 8px;
	text-align: left;
}
.cssacc:checked + label::after {
    content: '▲';
    padding-right: 8px;
}

.date {
	font-size: 1.5rem;
	color: #890908;
	margin: 0;
	padding: 0;
	clear: both;
	float: right;
	width: 50%;
	line-height: 3.5rem;
	text-align: right;
}


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

.linefriend{
    width: 100%;
}

.img_space{
    padding: 10px 0;
}
.img_space > img + img{
    padding-top: 20px;
}

/* switchbtns */
.switchbtns{
    display: flex;
    flex-wrap: wrap;
    gap: 1vw;
    padding-left: 1vw;
    position: relative;
    /* overflow-x: hidden; */
    width: 100%;
    /* max-width: 900px; */
    margin: 0 auto;
}
.switchbtns li{
    display: flex;
    /* min-width: 135px; */
    width: calc(33% - 5px);
    /* height: 30px; */
    /* font-size: 16px;
    line-height: 18px; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-align: center;
}
.switchbtns a{
    background: #005BAC;
    color: #fff;
    padding: 5px 0;
    border: 2px solid #005BAC;
}
.switchbtns a:hover{
    background: #fff;
    color: #005BAC;
}
.switchbtns.fourbtns{
    max-width: 450px;
    margin: 0 auto;
}
.switchbtns.fourbtns li{
    width: calc(50% - 10px);
}

/* chirashi */
.triangle_w{
    color: #fff;
    position: relative;
    padding-top: 11vw !important;
    top: 0px;
}
.triangle_w::after{
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    width: 0;
    height: 0;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 10.05vw solid #ffffff;
    border-bottom: 0;
}

.triangle_none {
    display: block;
    position: relative;
    padding: 0 0 20px 0;
    z-index: 2;
}

.triangle_none h2 {
    color: #005EAA;
    text-align: center;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

#chirashi p{
    text-align: center;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
}
.chirashi-img{
    display: block;
    padding: 0px;
    /* max-width: 500px; */
    margin: 0 auto -5vh;
    position: relative;
}
@media only screen and (min-width: 440px) {
    .chirashi-img{
        margin: 0 auto -5vh;
    }
}
@media only screen and (min-width: 660px) {
    .chirashi-img{
        margin: 0 auto -5vh;
    }
}
.chirashi-img .img01,
.chirashi-img .img02{
    width: 60%;
}
.chirashi-img .img01{
    display: inline-block;
    padding-right: 40%;
    padding-bottom: 40%;
}
.chirashi-img .img02{
    position: absolute;
    padding-left: 40%;
    padding-top: 40%;
    top: 50%;
    right: 50%;
    transform: translateY(-50%) translateX(50%);
    -webkit-transform: translateY(-50%) translateX(50%);
}
.chirashi-img > img + img{
    padding-top: 20px;
}
.chirashibtns01{
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 0px 0;
    gap: 20px;
}
.chirashibtns01 a{
    /* min-width: 300px; */
    margin: 10px 0;
    width: 100%;
    display: flex;
    height: 30px;
    padding: 5px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px 50px;
    flex-shrink: 0;
    background: #fff;
    color: #005BA9;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    border: 2px solid #005BAC;
    background: #FFF;
}
.chirashibtns02{
    display: flex;
    justify-content: center;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    /* gap: 20px; */
}
.chirashibtns02 a{
    max-width: 200px;
    width: 50%;
    display: block;
    padding:  0 10px;
}
/*#chirashi_search{
    position: relative;
    top: -54vw;
    border-radius: 3rem;
    border: 3px solid #005BAC;
    background: #FF0;
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 10px 8px;
    margin: 0 auto;

    color: #005BA9;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}*/

.appBtnWrap, .appBtnWrap2 {
    position: absolute;
    /*border: solid #000 4px;*/
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 16px;
    box-sizing: border-box;
}
.appBtnWrap {
    top: 40%;
}
.appBtnWrap2 {
    bottom: 3.5%;
}
.app_apple, .app_google {
    display: block;
}
.app_apple {
    width: 37%;
}
.app_google {
    width: 44.5%;
}
.appPosi {
    position: absolute;
    /*border: solid #000 2px;*/
    display: block;
    width: 100%;
    height: 1px;
    top: 20%;
}


.app_btn{
    position: absolute;
    border-radius: 3rem;
    border: 3px solid #005BAC;
    background: #FF0;
    display: block;
    max-width: 300px;
    width: 100%;
    height: auto;
    padding: 10px 8px;
    margin: 0 auto 30px;

    color: #005BA9;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.app_posi01 {
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
}

.app_posi02 {
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
    background: #FFFFC5;
}

.poyopoyo {
    animation: poyopoyo 2s ease-out infinite;
    opacity: 1;
}
@keyframes poyopoyo {
    0%, 100% {
        transform: translateX(-50%) scale(1.0);
    }
    50% {
        transform: translateX(-50%) scale(1.075);
    }
}

@media screen and (min-width: 575px) {
    .app_btn {
        max-width: 500px;
        width: 80%;
        padding: 20px 8px;
        font-size: 26px;
    }
}

#eshop{
    margin-top: 30px;
    padding: 40px 20px;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    text-align: right;
    color: #fff;
}
#eshop img{
    background: #fff;
    /* padding: 10px; */
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: right;
}
#eshop p{
    color: #255AA5;
    font-family: "Noto Sans JP";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    display: inline-block;
    margin: 0;
}
#eshop div{
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    /* background: #fff; */
    display: inline-block;
    /* margin-top: 10px; */
    padding: 3px;
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    vertical-align: bottom;
}
#eshop div svg{
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    /* background: #fff; */
    display: inline-block;
    /* margin-top: 10px; */
    position: relative;
    top: -5px;
}

.bannarbtn{
    padding: 10px 20px;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    text-align: right;
    color: #fff;
}
.bannarbtn img{
    background: #fff;
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    border: solid #255AA5 1px;
}
.bannarbtn p{
    color: #005BAC;
    font-family: "Noto Sans JP";
    font-size: 12px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    display: inline-block;
    margin: 0;
}
.bannarbtn div{
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    background: #005BAC;
    display: inline-block;
    /* margin-top: 10px; */
    padding: 3px;
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
    vertical-align: bottom;
}
.bannarbtn div svg{
    width: 13px;
    height: 13px;
    flex-shrink: 0;
    /* background: #fff; */
    display: inline-block;
    /* margin-top: 10px; */
    position: relative;
    top: -5px;
}


/* column */
#column{
    background: #DBEAEA;
    padding: 10px 0 30px;
}

#column p{
    color: #005BAC;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 23.8px */
}

/* other */
#other p{
    color: #000;
    text-align: center;
    font-family: Afacad;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 177%; /* 26.55px */
    margin-bottom: 0;
    padding-top: 20px;
}
#payment{
    padding-top: 10px;
    max-width: 600px;
    width: 90%;
    margin: 20px auto;
    border: 1px solid #000;
    text-align: center;
}
a#payment, a#payment:hover, a#payment:visited {
    color: #000;
}
#payment img{
    width: 90%;
}
.kokuchi01{
    max-width: 300px;
    width: 90%;
    margin: 20px auto;
}
.kokuchi02{
    max-width: 500px;
    width: 90%;
    margin: 20px auto;
}
/* osm(open street map) */
#osm{
    background: #DBEAEA;
    padding: 30px 0 10px;
}
#osm h2 {
    position: relative;
}
#osm h2:after{
    content: "";
    width: 50px;
    height: 4px;
    flex-shrink: 0;
    background: #005BAC;
    position: absolute;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
#osm h2.af_h0:after{
    display: none;
}

.chirashi_store {
    padding: 20px 0;
    text-align: center;
}
.chirashi_store span {
    display: inline-block;
    padding: 4px 12px;
    background: #FFF200;
    color: #005BA9;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px;
}

#osm h3{
    color: #005BAC;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
    padding: 30px 0 10px;
}
#osm h3 span{
    font-weight: 700;
}
/* stores */
#stores{
    background: #EEF0F2;
    /* padding: 20px 0 20; */
}
#stores h2{
    font-size: 22px;
    margin: 0 auto;
}
.store__flex{
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 0px 0 20px;
}
.store__flex h4{
    color: #005BAC;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 31px; /* 155% */
    margin: 0;
}
.store__flex img{
    border-radius: 10px;
    border: 2px solid #FFF;
    /* background: url(<path-to-image>) lightgray 50% / cover no-repeat; */

    width: 96px;
    height: 96px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
}
.prefectures{
    margin: 30px auto;
    padding: 0;
}
.stores_list{
    margin: 0 auto;
    /* display: flex; */
    flex-wrap: wrap;
    max-width: 768px;
    width: 100%;
    padding: 20px 0;
}
.stores_list .store_set{
    max-width: 450px;
    width: 90%;
    margin: 0 auto;
    position: relative;
    /* margin-inline: 10px; */
}
.wards{
    padding: 30px 0 30px;
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    gap: 5px;
    margin: 0 auto;
}
.wards a{
    display: flex;
    width: calc(25% - 17px);
    /* height: 30px; */
    padding: 2px 10px 2px 0px;
    justify-content: center;
    align-items: center;
    gap: 0px;
    flex-shrink: 0;

    border: 1px solid #005BA9;
    color: #005BA9;
    background-color: #fff;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    border-radius: 6px;
    position: relative;
}
.wards a::after{
    content: "▼";
    position: absolute;
    font-size: 10px;
    right: 3px;
    top: 2px;
    color: #CCD3DB;
}

.municipalities{
    width: 100%;
    /* margin-inline: 10px; */
    background: #CAE6FF;
    text-align: center;
    display: inline-block;

    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 19.5px */
    position: relative;
    margin: 20px auto 0;
}
.municipalities:empty{
    width: 100%;
    height: 1px;
    background: #B3B3B3;
    /* top: -20px */
}
.store__name{
    color: #005BAC;
    font-family: "Noto Sans JP";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    margin: 5px auto 10px;
    padding: 20px 10px 0;
}

.store__group{
    display: flex;
}
.store_img{
    width: 40%;
}

.store__button{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0 10px;
    gap: 10px;
}
.store__button .flex{
    height: 40%;
    flex-grow: 3;
}
.store__chirashi{
    display: flex;
    width: 100%;
    margin-inline: 5px;
    height: calc(60% - 15px);
    padding: 0 0 2px;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex-shrink: 0;
    color: #fff;
    flex-grow: 7;
    font-size: 16px;
}

.store__map,
.store__LINE{
    display: flex;
    width: calc(50% - 5px);
    height: 100%;
    margin-inline: 5px;
    padding: 0 0 2px;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex-shrink: 0;
    color: #fff;
    font-size: 16px;
}
.store__chirashi{
    background: #E71029;
}
.store__map{
    background: #868686;
}
.store__LINE{
    background: #1DCD00;
}

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

/* fix button */
#fix_chirashi{
    max-width: 500px;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: 0%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 2000;
}
.fixbtns{
    position: absolute;
    display: flex;
    justify-content: center;
    gap: 10px;
    bottom: 0%;
    left: -50%;
    transform: translateY(0%) translateX(50%);
    -webkit-transform: translateY(0%) translateX(50%);
    width: 100%;
    margin: 0 auto;
}
.fixbtns a{
    width: calc(35% - 10px);
    display: block;
}

/* slider */
#item{
    /* padding: 0 20px; */
}
.swiper-container.slider2, .swiper-container.slider2_2, .swiper-container.slider2_3 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
    margin: 0px auto;
}

.slider2 .swiper-slide, .slider2_2 .swiper-slide, .slider2_3 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 400px;
    max-height: auto;
    width: 65%;
    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;

    /* border-radius: 13px;
    border: 3px solid #FFF;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.10); */
}
.slider2 .swiper-slide-active, .slider2_2 .swiper-slide-active, .slider2_3 .swiper-slide-active {
    position: relative;
    /* top: -30px; */
    transition: all 300ms 0s ease;
}
.slider2 .swiper-pagination-bullet, .slider2_2 .swiper-pagination-bullet, .slider2_3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border: 0.5px solid #005BA9;
    opacity: 1;
}
.slider2 .swiper-pagination-bullet-active, .slider2_2 .swiper-pagination-bullet-active, .slider2_3 .swiper-pagination-bullet-active {
    background: #005BA9;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 20px;
}
.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;
}*/

/* slider3 */
.kadomaru-img img{
    border-radius: 20px;
    border: 3px solid #fff;
}
.slider3{
    padding: 0 10px;
}
.slider3 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 30%;
    /* 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 1.7%;
    /* box-shadow: 0 0 15px 0 #ddd */
}

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

.slider4 .swiper-slide {
    text-align: center;
    background-position: center;
    background-size: cover;
    max-width: 160px;
    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 */
}
.slider4 .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: 20px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
    right: 20px;
}
.swiper-button-next{
    border: none;
}
/*.swiper-button-next::before{
    position: absolute;
    top: -22px;
    left: -21.5px;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../image/arrow_right.svg) no-repeat top center / cover;
    border: none;
}*/
.swiper-button-prev{
    border: none;
}
/*.swiper-button-prev::before{
    position: absolute;
    top: -22px;
    left: 0.5px;
    content: "";
    width: 30px;
    height: 30px;
    background: url(../image/arrow_left.svg) no-repeat top center / cover;
    border: none;
}*/

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    z-index: 999;
}
.swiper-button-next {
    background: url(../image/arrow_right.svg) no-repeat center / contain;
}

.swiper-button-prev {
    background: url(../image/arrow_left.svg) no-repeat center / contain;
}
.swiper-button-next::before,
.swiper-button-prev::before {
    pointer-events: none;
}

/* 1個の時中央に置きたい */
.mg_auto{
    margin: 0 auto !important;
}


@media (min-width: 768px){
	.switchbtns{
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0 auto;
        padding-left: 10px;
        position: relative;
        /* overflow-x: hidden; */
        width: 100%;
    }
}
@media (min-width: 751px) {
    .triangle_w{
        padding-top: 80px !important;
    }
    .triangle_w::after{
        /* 751px時のvwサイズをpxに換算して固定 */
        border-right: 375.5px solid transparent; /* 約 79.7px */
        border-left: 375.5px solid transparent;
        border-top: 75.48px solid #ffffff;        /* 約 16.0px */
    }

    #chirashi_search{
        top: -300px;
    }
}


/****--------- ドクンドクン ---------****/
.dokundokun{
    animation: dokundokun 1.3s ease infinite;
    width: 100%;
    padding: 1% 0 2%;
    overflow-x: hidden;
    margin: 0 auto;
    display: block;
}

@keyframes dokundokun {
    0%  { transform: scale(1); }
    10% { transform: scale(1.3); }
    20% { transform: scale(0.8); }
    25% { transform: scale(1.1); }
    35% { transform: scale(0.95); }
    60% { transform: scale(1); }
}

/* ふわふわ */
.fuwafuwa {
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
    0% {
    transform: translateY(-10%);
    }
    100% {
    transform: translateY(10%);
    }
}

/* ふわふわ */
.bounce {
    animation: bounce 1.3s ease infinite;
}
@keyframes bounce {
    0% {transform: translateY(0%);}
    10% {transform: translateY(-30%);}
    20% {transform: translateY(10%);}
    25% {transform: translateY(-5%);}
    35% {transform: translateY(2%);}
    60% {transform: translateY(0%);}
}
@keyframes wiggleSpin {
    0% {
    transform: rotate(0deg) scale(1, 1);
    }
    25% {
    transform: rotate(15deg) scale(1.05, 0.95);
    }
    50% {
    transform: rotate(0deg) scale(0.95, 1.05);
    }
    75% {
    transform: rotate(-15deg) scale(1.05, 0.95);
    }
    100% {
    transform: rotate(0deg) scale(1, 1);
    }
}
@keyframes wiggleSpin {
    0% {
    transform: rotate(0deg);
    }
    25% {
    transform: rotate(5deg);
    }
    /* 50% {
    transform: rotate(0deg);
    } */
    50% {
    transform: rotate(-5deg);
    }
    75% {
    transform: rotate(0deg);
    }
}
@keyframes sway {
    0%   { transform: rotate(0deg) translateX(0); }
    25%  { transform: rotate(5deg) translateX(5px); }
    50%  { transform: rotate(0deg) translateX(0); }
    75%  { transform: rotate(-5deg) translateX(-5px); }
    100% { transform: rotate(0deg) translateX(0); }
}

.fare {
    position: relative;
    padding: 40px 20px 20px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #DBEAEA;
}
/* .fare:before {
    content: "";
    display: block;
    width: calc(100% + 40px);
    max-width: 750px;
    height: 100%;
    background: #DBEAEA;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
} */
.fareImg {
    display: block;
}
