@charset "UTF-8";

/* =========================ps版 ========================= */

/* ====共通設定=== */

*{  box-sizing: border-box;
    margin: 0;
    padding:0;
}

html{
    font-size: 100%;
}


img{
    max-width: 100%;
    height: auto;
    vertical-align: bottoms;
}

body{
    background-color: #b13a3a;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8rem;
    scrollbar-color: #F9F5E8 #B3A57E ;
    scrollbar-width: thin;
}

footer{
    text-align: center;
}

a{
    text-decoration: none;
    color: #007787;
}

.page-header img{
    width: 50px;
    height: auto;
}


.copy{
    text-align: center;
    background-color: #1E0A0A;
    color: #fff;
    padding:20px 0;
    margin-top: 10px;
}

.kurenaidou-w{
    /* font-family: "Zen Kurenaido", sans-serif; */
    color: #fff;
    font-style: normal;
    font-size: 3rem; 
    text-align: center; 
}

.kurenaidou-b{
    /* font-family: "Zen Kurenaido", sans-serif; */
    color: #B3A57E;
    font-style: normal;
    font-size: 3rem;  
    text-align: center;
}

.bold{
    font-weight: bold;
}

.kaisei{
font-family: "Kaisei Opti", serif;
font-size: 3rem;
}

.title-img1,
.title-img2{
    height: 80px;
    text-align: center;
}

.title-img1 img{
    width: 50%;
}

.title-img2 img{
    width: 15%;
}

@media screen and (min-width: 1025px) {

    .wrapper {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 40px;
    }
}