@charset "utf-8";
/*COMMON CSS*/

html{
    scroll-behavior: smooth;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	-webkit-font-feature-settings: 'palt';
	font-feature-settings: 'palt';
    -webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;
    color: #333;
}

img{
    width: 100%;
    vertical-align: bottom;
    margin-bottom: -1px;
}

img.body_bg{
    position: fixed;
    z-index: -1;
}

.inner{
    max-width: 1280px;
    width: 100%;
    padding:4% 2%;
    margin:0 auto;
}

.inner_s{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 4%;
}

#contents{
    max-width: 1580px;
    margin: 0 auto;
    background: url(../img/bg.png) no-repeat center center / cover;
}

section{
    padding: 6% 0;
}

.sp{
    display: none;
}


h2{
    font-size: 32px;
    line-height: 1.8;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 0 6%;
    max-width: 440px;
    margin: 0 auto;
}

#lightUp h2{
    background: linear-gradient(to right, rgba(255,0,0,0), #69893d, rgba(255,0,0,0));
}
#fireWorks h2{
    background: linear-gradient(to right, rgba(255,0,0,0), #98141e, rgba(255,0,0,0));
}
#temple h2{
    background: linear-gradient(to right, rgba(255,0,0,0), #9c7c4b, rgba(255,0,0,0));
}
#event h2{
    background: linear-gradient(to right, rgba(255,0,0,0), #1f5fa2, rgba(255,0,0,0));
}

h3{
    font-size: 20px;
    letter-spacing: -0.8px;
    text-align: left;
    padding: 6px 0 6px 10px;
    line-height: 1.6;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    margin: 0 0 10px;
}

#lightUp h3{
    background-color: #71b7ad;
}

#fireWorks h3{
    background-color: #e3c1c6;
}

#temple h3{
    background-color: #e9d8bf;
}
#event h3{
    background-color: #b9d7e7;
}

p{
    font-size: 18px;
    line-height: 1.8;
}


#body_bg{
    background: url(../img/common/contents_bg.png) repeat center center / 100%;
}

#contents{
    text-align: center;
}

.contents_bg{
    background: url(../img/bg.png) no-repeat center top / cover;
}

#mv{
    padding: 0;
}

#nav{
    padding: 0;
    background: url(../img/nav_bg.png) no-repeat center center / cover;
}

#nav ul{
    display: flex;
    justify-content: space-between;
}

#nav ul li{
    width: calc(100% / 4 - 0px * 3 / 4);
}

#banner{
    padding: 2% 0 0;
}

#banner .rel{
    position: relative;
}

#banner .btn{
    position: absolute;
    width: 20%;
    right: 6%;
    bottom: 8%;
}

#lightUp .inner{
    background: rgba(105, 137, 61, 0.3);
}

#fireWorks .inner{
    background: rgba(154, 22, 32, 0.2);
}

#temple .inner{
    background: rgba(97, 113, 99, 0.6);
}

#event .inner{
    background: rgba(31, 95, 162, 0.2);
}

ul.util_2row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
    margin: 2% 0 4%;
}

ul.util_3row{
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:10px;
}

#fireWorks ul.util_3row{
    margin: 2% 0 0;
}

ul.util_2row li{
    width: calc(100% / 2 - 20px * 1 / 2);
    padding: 2% 1%;
}

ul.util_3row li{
    width: calc(100% / 3 - 10px * 2 / 3);
    padding:3% 1%;
}



ul.util_2row li h3,
ul.util_3row li h3{
    margin: 0 0 20px;
}

ul.util_2row li .img,
ul.util_3row li .img{
    margin: 0 0 20px;
}


ul.util_2row li,
ul.util_3row li,
#lightUp .list_bg{
        background: rgba(0, 0, 0, 0.2);
}

#lightUp ul.util_2row li{
    background: none;
}

a.btn{
    background-color: #ff7900;
    color: #fff;
    display: block;
    text-align: left;
    padding: 2% 6% 2% 4%;
    position: relative;
    max-width: 320px;
    margin: 0 auto;
    border: 1px solid #ff7900;
    border-radius: 10px;
}

a.btn::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    right: 4%;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

a.btn:hover{
    background-color: #fff;
    color: #ff7900;
    transition: all .3s ease-in;
    font-weight: 700;
}

a.btn:hover::before{
    border-color: #ff7900;
    transition: all .3s ease-in;
}


#lightUp{}

#lightUp .list_bg{
    margin: 2% 0 4%;
    padding: 2% 1% 4%;
}

#lightUp .rel{
    position: relative;
}

#lightUp a.btn.abs{
    position: absolute;
    padding: 0.3% 6% 0.3% 4%;
    font-size: 12px;
        bottom: 3%;
}

#lightUp a.btn.abs:first-of-type{
    left: 55%;
    transform: translateX(-50%);
}

#lightUp a.btn.abs:last-of-type{
right:4%;
}

#lightUp a.btn.abs::before{
        width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#lightUp a.btn.abs:hover::before{
    border-color: #ff7900;
}

#event ul.util_2row li:first-of-type h3{
    display: flex;
    justify-content: center;
    gap: 0 4px;
    background: none;
    padding: 0;
}

#event ul.util_2row li:first-of-type h3 span{
    display: block;
    width: calc(100% / 2 - 4px * 1 / 2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background-color: #b9d7e7;
    padding: 6px 0 6px 10px;
}

#event .btn_wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
}

#event .btn_wrap a{
    width: calc(100% / 2 - 10px * 1 / 2);
}

#calender center{
    margin-top: 20px;
    color: #fff;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

/*footer*/

.f_el{
    background: url(../img/top/map_bg.png) no-repeat center center / cover;
}

footer{
    font-family: sans-serif;
    background-color: #f4edd9;
    padding: 2% 0 0;
}

footer .inner{
    width: 92%;
    max-width: 100%;
    padding: 0;
}

footer .flex_box{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #707070;
    padding: 0 0 4%;
    width: 80%;
    margin-inline: auto;
}
footer .flex_box .flex_l{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}
footer .flex_box .flex_l .company{
    font-size: 20px;
}
footer .flex_box .flex_l .info{
    display: flex;
    flex-wrap: wrap;
}
footer .flex_box .flex_l .icon{
    max-width: 30px;
}
footer .flex_box .flex_l .icon img{
    vertical-align: text-top;
}
footer .flex_box .flex_l dl{
    overflow: hidden;
    margin: 0 20px 0 0;
    font-size: 16px;
}
footer .flex_box .flex_l dl:nth-of-type(odd){
    width: 70%;
}
footer .flex_box .flex_l dl:first-of-type{
    width: 100%;
}
footer .flex_box .flex_l dl dt,
footer .flex_box .flex_l dl dd{
    float: left;
}
footer .flex_box .flex_l dl dt{
    margin: 0 6px 0 0;
}
footer .flex_box .flex_r{
    width: 20%;
}
footer .flex_box .flex_r ul{
    display: flex;
    gap: 0 20px;
}
footer .flex_box .flex_r ul li a img{
    max-width: 45px;
    min-width: 25px;
}
footer .flex_box .flex_r ul li a:hover{
    transition: all .3s ease-in;
    opacity: 0.8;
}
footer small{
    font-size: 14px;
    letter-spacing: 0.4px;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    display: block;
    background-color: #6c6c6c;
}

@media screen and (max-width: 1280px) {
    h3{
        font-size: 18px;
    }
    ul.util_3row{
        justify-content: flex-start
    }
    ul.util_3row li{
        width: calc(100% / 2 - 10px * 1 / 2);
    }
}

@media screen and (max-width: 960px) {
        h3{
        font-size: 16px;
    }
}



@media screen and (max-width: 767px) {
        ul.util_3row,
        ul.util_2row,
        #fireWorks ul.util_3row{
        width: 80%;
        margin: 0 auto;
    }
    ul.util_2row, #fireWorks ul.util_3row{
        margin: 8% auto 4%;
    }
        ul.util_3row li,
        ul.util_2row li{
        width: 100%;
    }
    /*common*/
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }

    section{
        padding: 12% 0;
    }

    h2{
        font-size: 24px;
    }

    .btn a{
        font-size: 14px;
    }


        ul.util_2row li,
    ul.util_3row li{
        padding: 10% 4%;
    }

    /*footer*/
    footer{
        padding: 8% 0 0;
    }
    footer .flex_box{
        flex-direction: column;
        width: 100%;
    }
    footer .flex_box .flex_l{
        width: 100%;
    }
    footer .flex_box .flex_l .company{
        font-size: 18px;
    }
    footer .flex_box .flex_l .icon {
        max-width: 25px;
    }
    footer .flex_box .flex_l dl{
        font-size: 14px;
        margin: 0 4px 0 0;
    }
    footer .flex_box .flex_l dl:nth-of-type(n + 2){
        width:calc(50% - 4px);
    }
    footer .flex_box .flex_r{
        width: 100%;
    }
    footer .flex_box .flex_r ul{
        justify-content: center;
        padding: 8% 0;
    }
    footer .flex_box .flex_r ul li a img {
        max-width: 30px;
    }
    footer small {
        font-size: 10px;
    }

    .contents_bg{
    background: url(../img/bg_sp.png) no-repeat center center / cover;
}

#nav ul{
    flex-wrap: wrap;
    gap: 0;
}


#nav ul li{
    width: calc(100% / 2 - 0px * 1 / 2);
}

#lightUp a.btn.abs{
    position: relative;
    transform: none;
    margin: 4% auto;
    padding: 2% 6% 2% 4%;
    font-size: 16px;
    max-width: 280px;
}

#lightUp a.btn.abs::before{
    width: 12px;
    height: 12px;
    border-width: 2px;
}

#lightUp a.btn.abs:first-of-type{
    transform: none;
    left: auto;
    right: auto;
}

#lightUp a.btn.abs:nth-of-type(2n){
    display: none;
}

#banner .btn{
    right: 50%;
    transform: translateX(50%);
    width: 60%;
    bottom: 5%;
}

}

@media screen and (max-width: 520px) {

    .inner{
            padding: 12% 4%;
    }

    #nav .inner{
    padding: 6% 2%;
}

    ul.util_3row, ul.util_2row, #fireWorks ul.util_3row{
        width: 92%;
    }
    #event ul.util_2row li:first-of-type h3{
        flex-direction: column;
        gap: 10px;
        clip-path: unset;
    }

    #event ul.util_2row li:first-of-type h3 span{
        width: 100%;
    }
    #event .btn_wrap{
        flex-direction: column;
        gap: 16px 0;
    }
    #event .btn_wrap a{
        width: 100%;
    }

    #lightUp .list_bg{
        margin: 8% auto 6%;
        width: 92%;
        padding: 2% 0 4%;
    }

    #lightUp ul.util_2row li{
        padding: 10% 0;
    }
    #lightUp ul.util_2row li:first-of-type{
        padding: 0 0 10%;
    }
    .pagetop{
        right: 10px;
    }
}
