body{
    font-family: "游ゴシック","Yu Gothic", "yu-gothic-pr6n", "a-otf-ud-shin-go-pr6n","Noto Sans" ,sans-serif;
    font-weight: bold;
}

.ff-yugo-mid{ font-family: "yu-gothic-pr6n", sans-serif; }
.ff-uf-shingo{font-family: "a-otf-ud-shin-go-pr6n", sans-serif;}
.ff-noto-sans{font-family: "Noto Sans",sans-serif;}
.ff-ud-dhingo{font-family: "a-otf-ud-shin-go-pr6n", sans-serif;}

.pc-only{ display: block;}
.sp-only{ display: none;}

button{font-weight: bold;}

h1{
    font-size: 3.0rem;
    color: #266db6;
    max-width: 1220px;
    margin: 0 auto;
    padding: 30px 10px 0 10px;
    font-weight: bold;
}

h2{
   font-size: 2.8rem;
   padding: 0 0 0 30px;
   max-width: 1220px;
   margin: 0 auto;
   padding: 30px 10px 0 34px;
   position: relative;
   font-weight: bold;
}

h2::before{
    content:"■";
    width: 30px;
    height: 30px;
    top: 30px;
    left: 10px;
    position: absolute;
    color: #266db6;
}

/*** header ***/
header{
    background-color: #fbfbfb;
}

.content-header{
    padding: 20px 10px 10px 10px;
    position: relative;
}

.header-logo{
    width: auto;
}

.header-right{
    margin: 0 80px 0 0;
    position: relative;
}

.hamburger-menu{
    position: fixed;
    /* top: 560px; todo*/
    top: 10px;
    right: calc((100% - 1200px) / 2);
    z-index: 100;
    cursor:pointer;
    margin-left: 10px;
}

.hamburger-menu .hamburger-box{
    background-color: #c5ad5d;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 70px;
    height: 70px;
}

.hamburger-menu .hamburger-box span{
    position: absolute;
    width: 40px;
    height: 2px;
    left: 15px;
    background-color: #ffffff;
    transition: ease-in-out .3s;
}

.hamburger-menu .hamburger-box span:nth-of-type(1){
    top: 25px;
}

.hamburger-menu .hamburger-box span:nth-of-type(2){
    top: 35px;
}

.hamburger-menu .hamburger-box span:nth-of-type(3){
    top: 45px;
}

.hamburger-menu .hamburger-box.open span:nth-of-type(1){
    top: 50%;
    transform: rotate(45deg);
}

.hamburger-menu .hamburger-box.open span:nth-of-type(2){
    top: 35px;
    scale: 0;
}

.hamburger-menu .hamburger-box.open span:nth-of-type(3){
    top: 50%;
    transform: rotate(-45deg);
}

.hamList{
    position: fixed;
    width: 300px;
    background-color: #efe8d3;
    transition: ease-in-out .3s;
    top: 8px;
    right: calc((100% - 1200px) / 2);
    z-index: 99;
    transform: scaleX(0);
}

.hamList.active{
    transform: scaleX(1);
}

.hamList li{
    border-bottom: 1px solid #604c3f;
}

.hamList li a{
    display: block;
    padding: 6px 0 6px 20px;
    transition: .2s ease-in-out;
    background-color: #efe8d3;
}

.hamList li a:hover{
    filter: brightness(1.10);
}

.hamList img{
    width: 70%;
}

.hamList li:nth-of-type(1){
    height: 80px;
}

.hamList .contact-menu{
    padding: 20px;
    background-color: #c5ad5d;
    border-bottom: 20px solid #efe8d3;
    border-top: 20px solid #efe8d3;
}

.hamList .contact-menu .contact-menu-link{
    color: #ffffff;
    padding: 10px 30px;
    border: 1px solid #ffffff;
}

/*** footer ***/
footer{
    background-color: #c5ad5d;
    padding: 20px 0;
}

.content-footer{
    color: #ffffff;
    padding: 30px 0;
}

.content-footer .footer-left-center__box{
    width: 64%;
}

.content-footer .footer-left-center__box .content__box{
    width: 50%;
}

.content-footer .content__box{
    border-left: 1px solid #ffffff;
}

.content-footer .footer-right{
    border-right: 1px solid #ffffff;
    width: 36%;
}

.content-footer .content__box dl{
    padding: 0 0 0 26px;
}

.content-footer .content__box dd{
    padding: 4px 0;
}

.content-footer .content__box .right__box img{
    margin: 0 auto;
    width: 80%;
}

/*** contact-button ***/
.contact-button__area{
    padding: 30px 0;
}

#contact-link-button a{
    background-color: #c5ad5d;
    color: #ffffff;
    padding: 20px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 280px;
    border-radius: 8px;
    transition: ease-in-out .3s;
    font-size: 2.6rem;
}

#contact-link-button a:hover{
    filter: brightness(1.10);
}

/*** component common-button style ***/
.common-button{
    width: 300px;
    padding: 10px 20px;
    font-size: 2.0rem;
    color: #ffffff;
    position: relative;
    border-radius: 50px;
    display: block;
}

.common-button .arrow-icon{
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
}

/*** component rinriList ***/
#rinriList{
    padding: 80px 0 20px 0;
}

#rinriList .content-wrapper-guest{
    max-width: 1020px;
}

#rinriList .rinriList__container .box {
    width: 313px;
    height: 215px;
    margin: 6px 4px 36px 4px;
    padding: 20px;
    border-radius: 10px;
}

#rinriList .listTitle{
    font-size: 2.4rem;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
}

#rinriList p{
    line-height: 1.8;
}

#rinriList .blog-arrow{
    width: 30px;
    margin: 0 auto;
    padding-top: 20px;
}

@media screen and (max-width: 1220px){
    .hamburger-menu{
        right: 10px;
    }

    .hamList{
        right: 0;
    }
}

@media screen and (max-width: 768px){
    .pc-only{ display: none;}
    .sp-only{ display: block;}

    h1{
        font-size: 2.0rem;
        padding: 20px 10px 0 10px;
    }

    h2{
    font-size: 2.0rem;
    padding: 20px 10px 0 34px;
    }

    h2::before{
        top: 20px;
    }

    /*** header ***/
    .header-logo{
        width: 75%;
    }

/** todo **/
    /* .hamburger-menu{
        top: 320px;
    } */

    .hamburger-menu .hamburger-box{
        width: 50px;
        height: 50px;
    }

    .hamburger-menu .hamburger-box span{
        width: 30px;
        left: 10px;
    }

    .hamburger-menu .hamburger-box span:nth-of-type(1){
        top: 15px;
    }

    .hamburger-menu .hamburger-box span:nth-of-type(2){
        top: 25px;
    }

    .hamburger-menu .hamburger-box span:nth-of-type(3){
        top: 35px;
    }

    /*** contact button ***/
    #contact-link-button a{
        font-size: 1.8rem;
        padding: 14px;
    }

    /*** footer ***/
    footer{
        padding: 0 0 20px 0;
        font-size: 1.4rem;
    }
    .content-footer{
        flex-direction: column;
        justify-content: center;
    }

    .content-footer .footer-left-center__box{
        justify-content: center;
    }

    .content-footer .content__box{
        border-left: none;
        padding: 0 10px;
        width:  auto;
    }

    .content-footer .footer-left.content__box{
        padding: 0 20px;
    }

    .content-footer .footer-left-center__box{
        width: 100%;
    }

    .content-footer .footer-left-center__box .content__box{
        width: auto;
    }

    .content-footer .content__box dl{
        padding: 0;
    }

    .content-footer .footer-right{
        border-right: none;
        padding: 30px 0 0 0;
        border-top: 1px solid #ffffff;
        margin: 30px 0 0 0;
    }

    .content-footer .footer-right dd{
        text-align: center;
    }

    .content-footer .content__box .right__box img{
        width: 300px;
    }

    .copyrights{
        font-size: 1.0rem;
    }

    #rinriList{
        padding: 30px 0 0 0;
    }

    #rinriList .rinriList__container .box {
        width: 313px;
        height: 215px;
        margin: 10px 0;
        padding: 20px;
    }
}