html{
    height: -webkit-fill-available;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
}

.wrapper {
    flex: 1;
    background-color: #FFFDF8;
    font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.hero{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero img{
    width: 100vw;
}


/* タイトル付　枠（影）2　*/
.kakomi-box1 {
    position: relative;
    padding: 1.2em 0.6em 1.2em 1.2em;
    margin: 1.5em 1em 1.5em 1em;
    color: #555555; /* 文字色 */
    background-color: #fff;
    border: 1px dotted #FEE766; /* 枠線の太さ・色 */
    box-shadow: 0 0 5px 2px #6EDF88 inset;/* 影の色 */
   }

   .title-box1 {
    position: absolute;
    padding: 0.2em .5em;
    left: 20px;
    top: -18px;
    font-size: 1.5rem;
    font-weight: bold;
    background-color:  #fff; /* タイトル背景色 */
    color: #A4CC4F; /* タイトル文字色 */
   }

   .kakomi-box1 ul {
    display: flex;
    flex-wrap: wrap;
/*  border: solid 2px skyblue;*/
    border-radius: 5px;
    padding: 0em 1em 0em 0.7em;
    position: relative;
    font-size: 1.4rem;
}

.kakomi-box1 ul li {
  line-height: 1.8em;
  padding: 0.2em 0;
  width: calc(100%/4);
}

.kakomi-box1 a{
    /* color: #E2AF7C; */
   /* color: #C3945C; */
   color: #888888;
   /* color: #002EE6; */
}

.kakomi-box1 a:hover{
   /* color: #FEE766; */
        /* color: #EF6B69; */
    /* color: #438954; */
    color: #A4CC4F;
}

.kakomi-box1 i{
    color: #438954;
    padding-right: 0.2em;
}

.article_date{
    text-align: right;
    font-size: 0.8rem;
}


.title_line{
    margin: 1em 1em 1em 1em;
}

.title_line h2{
    color: white;
    background: #A4CC4F;
    padding: 0.3em 0em 0.3em 0.5em;
}

.list {
    font-size:1.5rem;
    margin: 0.5em 0 0 0.5em;
}

.date{
    color:#ff7f50;
    font-weight: 800;
    font-size: 1.2em;
}

.discl{
    /* color: red; */
    color: darkslategrey;
    margin-top: 0.5em;
    font-size: 1.1rem;
    font-feature-settings: "pkna";
    text-align: justify;
}

a{
    color: #002EE6;
}

a:hover{
    color: #26ccff;
}

.contxt p{
    font-size:1.2rem;
    text-indent: 1rem;
    text-align: justify;
    font-feature-settings : "palt";
    line-height: 1.7em;
    margin: 1em 0.5em 0 0.5em;
    color: #555555;
}

.place{
    display: flex;
}

.address{
    align-self: center;
    width: 50%;
}

.shop{
    width: 50%;
    margin-top: 1em;
}

.shop img{
    max-width: 100%;
}

.lead{
    display: flex;
}

.title_line:nth-child(even)> .lead{
    flex-flow: row-reverse;
}

.leadtext{
    align-self: center;
    width: 50%;
    margin: 1em 0.5em 1em 1em;
}

.title_line:nth-child(9)>.lead>.leadtext{
    margin: 1em 1em 1em 0.5em;
}

.leadtext p{
    font-size:1.2rem;
    text-indent: 1rem;
    text-align: justify;
    font-feature-settings : "palt";
    margin: 0.5em 0;
    color: #555555;
}

.imgsld{
    position: relative;
    width: 50%;
    margin-top: 1em;
    align-self: center;
}

.imgsld img{
    max-width: 100%;
}

.sld_caption{
    position: absolute;
    bottom: 0;
    left:0;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    padding: 0px 10px 0 10px;
}

.sld_caption span{
    font-size: 0.7em;
}

.sld_caption a{
    color: #fff;
}

.sld_caption a:hover{
    color: #26ccff;
}

.tanuki{
    position: absolute;
    bottom: 0;
    right: -20px;
}

.tanuki img{
    width: 100px;
}

.kokuban{
    display: flex;
}

/* 黒板風　タイトル */
.region_exp {
 position: relative;
 padding: 3.2em 1em 1em;
 margin: 1em 1em 1em 0em;
 width: 50%; /* ボックス幅 */
 background-color: #3C6450; /* ボックス背景色 */
 color: #fff; /* 文章色 */
 border: 8px solid #896231; /* 枠線 */
 border-radius: 3px; /* 角の丸み */
 box-shadow: 0 0 5px #333, 0 0 5px #555 inset;
}
.region_exp::before,
.region_exp::after {
 position: absolute;
 content: '';
 bottom: 0;
} 
.region_exp::before {
 right: 10px;
 border: solid 3px #fff; /*チョーク（白）*/
 width: 20px; 
 border-radius: 3px 2px 0 2px;
}
.region_exp::after {
 right: 40px;
 border: solid 3px #ffff6b; /*チョーク（黄色）*/
 width: 15px; 
 border-radius: 8px 5px 2px 5px;
}
.region_exp .region_title {
font-family: 'Kiwi Maru', serif;
position: absolute;
left: 1em;
top: .5em;
font-weight: bold;
font-size: 1.5em;
color: #ffff6b; /* タイトル色 */
}

.region_exp p{
    font-family: 'Kiwi Maru', serif;
    font-size:1.2rem;
    text-indent: 1rem;
    text-align: justify;
    font-feature-settings : "palt";
    margin: 1em 0;
}

.tanuki2{
    position: absolute;
    top: -20px;
    right: -35px;
    z-index: 1;
}

.tanuki2 img{
    width: 70px;
}

.imgsld2{
    position: relative;
    width: 50%;
    margin-top: 1em;
    align-self: center;
}

.imgsld2 img{
    max-width: 100%;
}

.sdisc{
    color: yellow;
    font-size: 1rem;
}

.smp, .smp2{
    display: inline;
}

.date_wrap{
    display: flex;
}

.eventday{
    display: flex;
    flex-flow: column;
    /* align-items: center; */
    align-self: center;
    width: 50%;
}

.eventday span{
    display: block;
    font-size: 1.1rem;
}

.follow_sns{
    display: flex;
    flex-flow: column;
    align-items: center;
    align-self: center;
    width: 50%;
}

.follow_sns img{
    width: 60px;
    margin: 0.5em 0.5em;
}

footer {
    font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.vc_bannw468{
    margin: 0em 1em 1em 1em;
    text-align: center;
}

.vc_bannw468 img{
    max-width: 468px;
    border: 1px solid gainsboro;
}

.vc_bannw468 span{
    display: block;
    /* text-align: center; */
    margin-top: 4px;
    font-size: 15px;
}

.vc_bannw468 span img[height="1"] {
	/* display:none; */
    width: 1px;
    height: 1px;
    border:rgba(0,0,0,0);
}



.ads_multi{
    text-align: center;
}

.sq_display{
	margin: 2em 0 0.5em 0;
    text-align: center;
}

@media screen and (max-width: 667px) {
.title-box1 {
    font-size: 1.3rem;
}    
.kakomi-box1 ul {
    padding: 0em 0em 0em 0.5em;
}
.kakomi-box1 ul li {
    width: calc(100%/2);
    font-size: 1rem;
    padding: 0.2em 0em;
    line-height: 2em;
    }
.title_line h2{
    font-size: 1.2rem;
}

.title_line p{
    font-size: 1.2rem;
}

.list {
    font-size: 1.1rem;
}

.discl{
    font-size: 1rem;
}

.place{
    flex-flow: column-reverse;
}

.address{
    width: 100%;
}

.shop{
    width: 100%;
}

.lead{
    flex-flow: column-reverse;
}

.title_line:nth-child(even)> .lead{
    flex-flow: column-reverse;
}

.leadtext{
    width: 100%;
    margin: 1em 0em 0 0em;
    padding: 0 0.5em 0 0.5em;
}

.title_line:nth-child(9)>.lead>.leadtext{
    margin: 1em 0em 0em 0em;
    padding: 0 0.5em 0 0.5em;
}

.imgsld{
    width: 100%;
    /* margin-top: 0.5em; */
}


.contxt p{
    margin: 1em 0.5em 0 0.5em;
}

.tanuki{
    bottom: 0;
    right: -10px;
}

.tanuki img{
    width: 80px;
}

.kokuban{
    flex-flow: column;
}

.tanuki2{
    top: -20px;
    right: -20px;
}

.region_exp{
    width : calc(100% - 3em) ;
}

.imgsld2{
    width: 100%;
}

.date_wrap{
    flex-flow: column;
}

.eventday{
    width: 100%;
    align-items: center;
}

.follow_sns{
    width: 100%;
}

.follow_sns h3{
    font-size: 1rem;
}

.vc_bannw468{
    margin: 0em 0em 1em 0em;
}

}