
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/* font-size: 100%; */
/* font: inherit; */
vertical-align: baseline;
/* font-weight:400; */
}
/* HTML5 display-role reset for older browsers */

* {
    box-sizing: border-box;
    line-height:1.5em;
}
html{
    font-size: 16px;
    font-size: 100%;
    /* font-size: 1vw; */
    /* font-size:14.93333333333333px; */
}
@media (max-width: 764px) {
    html{
        /* font-size: 14px; */
        font-size: 1vw;
        /* font-size: 3.7498px; */
    }
}
p{
    letter-spacing: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body{
    line-height:1.25em;
    /* font-size:16px; */
    font-size: 62.5%;
    font-family: 'Noto sans JP', sans-serif;
    font-weight:400;
    font-feature-settings: normal;
    color:#000000;
    font-feature-settings: "palt";
}
@media (max-width: 764px) {
    body{
        font-size:14px;
        min-width:100%;
    }
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

input:focus,
textarea:focus{
    outline: none;
}

img{
    max-width:100%;
    -webkit-backface-visibility: hidden;
}

.pc{
    display:block;
}
@media (max-width: 764px) {
    .pc{
        display:none;
    }
}
.sp{
    display:none;
}
@media (max-width: 764px) {
    .sp{
        display:block;
    }
}
a{
    text-decoration: none;
}
a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 764px) {
    a{
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
}
a:hover,
input[type="submit"]:hover {
    opacity: 0.6;
}
a:hover img{
}
/* a:focus, */
button:focus{
    border:none;
    outline: none;
}

area{
    border:none;
    outline:none;
}

.site-content{
    /* padding-top:100px; */
    /* min-height:calc(100vh - 204px - 370px); */
    /* min-height:100vh; */
    /* background-color:#FFF; */
}

@media (max-width: 764px) {
    .site-content{
        min-height:0;
    }
}


html.is-fixed, html.is-fixed body {
    /* height: 100%; */
    overflow: hidden;
}
h3,h4{
    font-weight:normal;
}
pre{
    /* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;
    /* CSS3 */
    white-space: pre-wrap;
    /* IE 5.5+ */
    word-wrap: break-word;
}

/************************************************************/

.inner{
    max-width: 1080px;
    width:100%;
    margin:auto;
    padding:0 40px;
}
@media (max-width: 764px) {
    .inner{
        padding:0 20px;
    }
}
main{
    position:relative;
    overflow: hidden;
}

.site__main__contents{
    width:100%;
    margin:auto;
}
@media (max-width: 764px) {
    .site__main__contents{
        max-width:100%;
    }
}


/************************************************************/

.site__main__contents{

}

/************************************************************/


.header{

}
.p_header_content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background-color:#FFF;
}
@media (max-width: 764px) {
    .p_header_content{
        height: 46px;
    }
}

.p_header_content_logo{

}
.p_header_content_logo a{
    
}
.p_header_content_logo a img{
    width: 150px;
    display: block;
}
@media (max-width: 764px) {
    .p_header_content_logo a img{
        width: 97px;
    }
}
.p_header_content_navi{

}
.p_header_content_navi ul{
    
}
.p_header_content_navi ul li{
    
}
.p_header_content_navi ul li a{
    
}
.p_header_content_navi ul li a img{
    width: 30px;
    display: block;
}
@media (max-width: 764px) {
    .p_header_content_navi ul li a img{
        width: 20px;
    }
}

/************************************************************/


.lp_top_kv{

}
.lp_top_kv_image{
    width: 100%;
}
.lp_top_kv_image img{
    display: block;
}
.lp_top_kv_content{
    padding:32px 0;
}
@media (max-width: 764px) {
    .lp_top_kv_content{
        padding:40px 0;
    }
}
.lp_top_kv_content > *:last-child{
    margin-bottom: 0;
}
.lp_top_kv_content h2{
    margin-bottom: 20px;
    font-family: "Shippori Mincho";
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5em;
    text-align: center;
    color: #08287f;							
}
@media (max-width: 764px) {
    .lp_top_kv_content h2{
        margin-bottom: 16px;
        font-size: 18px;					
    }
}
.lp_top_kv_content p{
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75em;
    text-align: center;
    color: #262626;
}
@media (max-width: 764px) {
    .lp_top_kv_content p{
        margin-bottom: 16px;
        font-size: 13px;
    }
}

.lp_top_date{
    padding:20px 0 80px;
    background-image: url(../img/date_bg.jpg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}
@media (max-width: 764px) {
    .lp_top_date{
        padding:32px 0 80px;
        background-image: url(../img/date_bg_sp.jpg);
        background-position:bottom center;
    }
}

.lp_top_date_content{

}
.lp_top_date_content h2{
    font-family: "Shippori Mincho";
    font-weight: normal;
    font-size: 60px;
    line-height: 1.25em;
    text-align: center;
    color: #c0a26f;
    margin-bottom: 12px;
}
@media (max-width: 764px) {
    .lp_top_date_content h2{
        font-size: 40px;
        margin-bottom: 16px;
    }
}
.lp_top_date_content h2 img{
    display: inline-block;
    width: 132px;
    position: relative;
    top:28px;
    right: -12px;
}
@media (max-width: 764px) {
    .lp_top_date_content h2 img{
        width: 88px;
        top:18px;
        right: -8px;
    }
}
.lp_top_date_dateblock{
    margin-bottom: 40px;
    background-color: #011954;
    padding:20px 0;
}
@media (max-width: 764px) {
    .lp_top_date_dateblock{
        margin-bottom: 20px;
        padding:12px 0;
    }
}
.lp_top_date_dateblock p{
    font-family: "Shippori Mincho";
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    letter-spacing: 0.15em;
}
@media (max-width: 764px) {
    .lp_top_date_dateblock p{
        font-size: 20px;
    }
}
.lp_top_date_dateblock p span{
    font-size: 40px;
}
@media (max-width: 764px) {
    .lp_top_date_dateblock p span{
        font-size: 32px;
    }
}
.lp_top_date_blockarea{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px 32px;
}
@media (max-width: 764px) {
    .lp_top_date_blockarea{
        flex-direction: column;
        gap: 20px;
        max-width: 310px;
        width: 100%;
        margin: auto;
    }
}
.lp_top_date_block{
    width: calc(33.333% - (64px / 3));
    background-color: #FFF;
    padding:20px 0 0;
    min-width: 250px;
}
@media (max-width: 764px) {
    .lp_top_date_block{
        width:100%;
        padding:20px 0 0;
        min-width: 0;
    }
}
.lp_top_date_block_no{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 35px;
    line-height: 1em;
    text-align: center;
    color: #203e77;
    margin-bottom: 4px;
}
@media (max-width: 764px) {
    .lp_top_date_block_no{
        font-size: 35px;
        margin-bottom: 4px;
    }
}
.lp_top_date_block_no span{
    font-size: 53px;
    line-height: 1em;
}
@media (max-width: 764px) {
    .lp_top_date_block_no span{
        font-size: 53px;
    }
}
.lp_top_date_block_image{
    padding:0 16px;
    margin-bottom: 12px;
    position: relative;
}
@media (max-width: 764px) {
    .lp_top_date_block_image{
        padding:0 12px;
        margin-bottom: 12px;
    }
}
.lp_top_date_block_image_coming{
    width: 100%;
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 23px;
    text-align: center;
    color: #fff;
    background: #021954B3;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 764px) {
    .lp_top_date_block_image_coming{
        font-size: 23px;
        height: 50px;
    }
}

.lp_top_date_block_date{
    background-color: #021954;
    padding:12px;
}
@media (max-width: 764px) {
    .lp_top_date_block_date{
        padding:12px;
    }
}


.lp_top_date_block_date p{
    font-family: "Shippori Mincho";
    font-weight: 500;
    font-size: 31px;
    line-height: 1em;
    text-align: center;
    color: #d6ba8a;
    letter-spacing: 0.1em;
}
@media (max-width: 764px) {
    .lp_top_date_block_date p{
        font-size: 31px;
    }
}

.lp_top_date_block_date p span{
    font-size: 49px;
    font-weight: 700;
    line-height: 1em;
}
@media (max-width: 764px) {
    .lp_top_date_block_date p span{
        font-size: 49px;
    }
}

.lp_top_section01{
    padding: 40px 0;
    background-color: #011954;
}
@media (max-width: 764px) {
    .lp_top_section01{
        padding: 32px 0;
    }
}
.lp_top_section01_content{

}
.lp_top_section01_maintext{
    /* font-family: "Noto Serif JP"; */
    font-family: "Shippori Mincho";
    font-weight: normal;
    font-size: 43px;
    text-align: center;
    color: #fff;
    line-height: 1.25em;
}
@media (max-width: 764px) {
    .lp_top_section01_maintext{
        font-size: 31px;
    }
}
.lp_top_section01_maintext span{
    font-weight: 500;
    font-size: 55px;
    color: #D7BA8A;
    line-height: 1.25em;
}
@media (max-width: 764px) {
    .lp_top_section01_maintext span{
        font-size: 30px;
    }
}

footer{
    padding:40px 0;
    background-color:#021954;
    border-top:3px solid #FFF;
}
@media (max-width: 764px) {
    footer{
        padding:40px 20px;
    }
}

.lp_footer-content{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 40px;
}
@media (max-width: 764px) {
    .lp_footer-content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        gap: 40px;
    }
}
.lp_footer-content-main{
    display: flex;
    gap: 40px;
    align-items: flex-start;
}
@media (max-width: 764px) {
    .lp_footer-content-main{
        flex-direction: column;
        gap: 40px;
        justify-content: center;
        align-items: center;
    }
}
.lp_footer-content-namearea{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
@media (max-width: 764px) {
    .lp_footer-content-namearea{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
}
.lp_footer-content-name{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
@media (max-width: 764px) {
    .lp_footer-content-name{
        font-size: 18px;
    }
}
.lp_footer-content-sns{

}

.lp_footer-content-sns a{

}
.lp_footer-content-sns a img{
    width: 20px;
    display: block;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7486%) hue-rotate(358deg) brightness(99%) contrast(106%);
}
@media (max-width: 764px) {
    .lp_footer-content-sns a img{
        width: 20px;
    }
}
.lp_footer-content-address{

}
.lp_footer-content-address p{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.75em;
    text-align: left;
    color: #fff;
}
@media (max-width: 764px) {
    .lp_footer-content-address p{
        font-size: 14px;
        text-align: center;
        line-height: 2em;
    }
}
.lp_footer-content-copy{

}
.lp_footer-content-copy p{
    font-weight: 500;
    font-size: 12px;
    line-height: 2em;
    text-align: right;
    color: #fff;
}
@media (max-width: 764px) {
    .lp_footer-content-copy p{
        font-size: 12px;
        text-align: center;
    }
}    