body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.0rem;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.container {
    position: relative;
    min-height: 100vh;
    box-sizing: border-box;
    padding-bottom: 120px;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    min-width: 1080px;
}

.column {
    display: flex;
    justify-content: space-between;
}
.column.center { justify-content: center !important;}
.column.vcenter { align-items: center;}
.col-8 {
    width: 62%;
}
.col-4 {
    width: 33%;
}

.t-left {
    text-align: left;
}
.wide { padding:48px 0;}

/* header ******************************/
header {
    padding: 30px 0 30px 3%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
}
header #logo{
    width: 18%;
    min-width: 200px;
    max-width: 260px;
    margin: 8px 16px 0 0;
}
header #illust{
    width: 48%;
    min-width: 480px;
    max-width: 900px;
}
header #illust img{
    width: 100%;
}
header #cat{
    width: 28%;
    max-width: 520px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 70;
}

/* navi */
.hamburger-menu {
    /* width: 8%; */
    min-width: 100px;
}
.menu-btn {
    position:relative;
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
    border-radius: 100%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn{
    background: #fff;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #231815;
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #231815;
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: auto;
    height: auto;
    position: absolute;
    top: 24%;
    left: -100%;
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;
    padding: 30px 32px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu-content ul {
    padding: 80px 10px 0;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li:first-child{
   border-bottom: 1px solid #231815;
   margin-bottom: 12px;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#231815;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a:hover{
    text-decoration: underline;
}
.menu-content ul li a span{
    font-size: 1.4rem;
}

/* footer ******************************/
footer {
    width: 100%;
    background: url(../img/footer_bg.png) no-repeat center bottom;
    background-size: cover;
    padding: 130px 0 40px;
    text-align: center;
    color: #fff;
    position: absolute;/*←絶対位置*/
    bottom: 0;
    font-weight: 700;
}

footer address{ font-style: normal;}

/* section ******************************/
#hero {
    background: url(../img/hero_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 30% 0;
}
#pagination {
    margin-top: -100px;
}

#pakupaku {
    margin-top: -100px;
    background: #eea900 url(../img/bg_paku.png) no-repeat top center;
    background-size: 100% auto;
    padding: 100px 0 60px;
}
.inner {
    width: 80%;
    max-width: 1100px;
    margin: 0 auto;
}

#content {
    padding: 100px 0 200px;
}
.posbox { position: relative;}

/* pagination ******************************/

#pagination ul{
    display: flex;
    justify-content: space-between;
    margin: 0 10%;
}

#pagination ul>li {
    width: 280px;
    height: 280px;
}
#pagination ul>li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    border-radius: 100%;
    transition: all .1s linear;
}
#pagination ul>li a:hover {
    transform: scale(1.1);
}
#pagination ul>li.link_ligare a{
    background: #0086cb;
    border: 4px solid #fff100;
}
#pagination ul>li.link_saera a{
    background: #48af65;
    border: 4px solid #fff100;
}
#pagination ul>li.link_ligare img{
    width: 60%;
}
#pagination ul>li.link_saera img{
    width: 95%;
}


/* pakupaku ******************************/
.title {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: space-around;
    padding-bottom: 60px;
}
.title h1 {
    width: 32%;
    max-width: 500px;
    margin: 0 auto;
}
.gyoza {
    position: absolute;
    left: 70px;
    top: -100px;
    background: url(../img/img_pakupaku01.png) no-repeat;
    background-size: 100% auto;
    width: 39%;
    max-width: 480px;
    height: calc(100% + 100px);
}
.gyoza-illust {
    position: absolute;
    right: 40px;
    top: 20px;
    background: url(../img/img_pakupaku02.png) no-repeat;
    background-size: 100% auto;
    width: 24%;
    height: 100%;
}
.catch { padding-bottom: 48px;}
.inform {
    font-weight: 700;
    font-size: 1.2rem;
}
.tel {
    background: #0086cb;
    padding: 20px 0;
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 24px 0;
    transition: all .1s linear;
}
.tel:hover {background: #11b2f2;}
.tel span { font-size: 1.8rem; letter-spacing: .2rem;}

.eigyo {margin-bottom: 24px;}
.eigyo p{ font-size:1.0rem; font-weight: 500; margin-bottom: 24px;}
.eigyo dl {
    border: 4px solid #613812;
    background: #fff;
    border-radius: 20px;
    position: relative;
    padding-bottom: 12px;
}
.eigyo dt {
    background: #613812;
    padding: 4px 16px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    white-space: nowrap;
}
.eigyo dd:first-of-type {
    padding-top: 26px;
}
.eigyo dd {
    /* text-align: left; */
    padding: 0 20%;
    position: relative;
}
.eigyo dd span {
    position: absolute;
    right: -20px;
    font-size: 1rem;
    background: #e60012;
    color: #fff;
    padding: 2px 4px;
}
/* sns ******************************/
.sns {
    padding: 100px 0;
    background: url(../img/footer_fix.png) no-repeat right 100px top;
    background-size: auto 140%;
}
.sns a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
    color: #231815;
    text-decoration: none;
}
.sns a img {
    margin-right:1.4rem;
}


/* about ******************************/
.about #title,.saera #title {
    margin: 0 5%;
    position: relative;
} 
.about #title h1{
    position: absolute;
    left: 23%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4vw;
}

.about #content h2 {
    color: #0086cb;
    line-height: 2.8rem;
    margin-bottom: 80px;
    font-size: 1.8vw;
}
.about #content h3 {
    margin-bottom: 8px;
    font-size: 1.4rem;
}
.gaiyo p,
.gaiyo dl,
.gaiyo ul {
    font-size: 1.2rem;
    margin-bottom: 40px;
}
.gaiyo dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.gaiyo dt {
   width: 6rem;
   padding: 3px 0;
   text-align-last: justify;
   margin-right: 1rem;
}
.gaiyo dd {
    width: calc(100% - 7rem);
    padding: 3px 0;
}
.gaiyo {position: relative;}
.about #content .pos {
    position: absolute;
    right: 10%;
    top: 80px;
    width: 260px;
}
.gaiyo ul li{
    list-style: disc;
    margin-left: 2rem;
}

/* saera ******************************/
.saera #title h1{
    position: absolute;
    text-align: right;
    right: -15%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.4vw;
}
.saera #content h2 {
    color: #48af65;
    line-height: 2.8rem;
    margin-bottom: 80px;
    font-size: 1.8vw;
}

.saera #content .pos {
    position: absolute;
    right: 10%;
    bottom: 0px;
    width: 240px;
}

.column .gaiyo {
    width: 60%;
    min-width: 600px;
}

.contact {
    color: #48af65;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.contact dt {
    background: #48af65;
    color: #fff;
    text-align: center;
    line-height: 4.8rem;
    width: 5.2rem;
    height: 5.2rem;
    text-align-last: center;
}
.contact dd {
    padding-left: 16px;
    font-size: 1.5rem;
}
.map { width: 30%;}
.contact dd span { width:6rem; padding-right: 1rem; display: inline-block;}
.pos.tori {
    left: 400px !important;
    top: -20px;
    width: 140px !important;
}
.pos.kame {
    left: 400px !important;
    top: -20px;
    width: 140px !important;
}


/******************************************/
/******************* mobile ***************/
/******************************************/

@media screen and (max-width: 780px) {
    body {font-size: .8rem;}
    header {
        padding: 20px 0 20px 3%;

    }
    header #logo{
        min-width: 90px;
    }
    header #illust{
        min-width: 220px;
    }
    header #cat{
        max-width: 180px;
        display: none;
    }
    
    .inner {
        width: 90%;
        max-width: 780px;
    }

    /* navi */
    .hamburger-menu {
        min-width: 52px;
    }
    .menu-btn {
        height: 40px;
        width: 40px;
    }
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        height: 2px;
        width: 12px;
    }
    .menu-btn span:before {
        bottom: 4px;
    }
    .menu-btn span:after {
        top: 4px;
    }
    
    .menu-content {
        top: 10%;
        left: -100%;
        padding: 10px;
    }

    .menu-content ul {
        padding: 70px 10px 0;
        font-size: .9rem;
    }

    .menu-content ul li a {
        font-size: .8rem;
        padding: 3px 15px 4px 0;
    }
    .menu-content ul li a span{
        font-size: 1rem;
    }

    .container {
        min-width: 100%;
        padding-bottom: 60px;
    }
    .column {
        flex-direction: column;
    }
    .col-8,.col-4 { width: 100%;}

    #content { padding: 20px 0 60px;}
    
    /* footer ******************************/
    footer {
        background:url(../img/footer_bg.png) no-repeat center bottom;
        background-size: 100% auto;
        padding: 0 0 60px;
        color: #00a0e9;
    }

    footer address{ font-style: normal;}

    /* pagination ******************************/

    #pagination {
        margin-top: -30px;
    }
    #pagination ul{
        margin: 0 10%;
    }

    #pagination ul>li {
        width: 140px;
        height: 140px;
    }
    #pagination ul>li a {
        padding: 8px;
    }
    #pagination ul>li.link_ligare a{
        border: 2px solid #fff100;
    }
    #pagination ul>li.link_saera a{
        border: 2px solid #fff100;
    }
    
    /* pakupaku ******************************/
    #pakupaku { margin-top: -30px;}
    .title {padding-bottom: 30px;}
    .title h1 {
        width: 55%;
        max-width: 360px;
    }
    .gyoza {
        left: -13px;
        top: -50px;
        width: 35%;
        max-width: 400px;
    }
    .gyoza-illust {
        right: 0;
        top: 0;
        width: 24%;
    }
    .catch { padding-bottom: 32px; text-align: left;}
    .inform {font-size: 1rem;}
    .tel {
        background: #0086cb;
        padding: 20px 0;
        display: block;
        color: #fff;
        text-decoration: none;
        margin: 24px 0;
        transition: all .1s linear;
    }
    .tel:hover {background: #11b2f2;}
    .tel span { font-size: 1.8rem; letter-spacing: .2rem;}
    
    .eigyo p{ font-size:1.0rem; font-weight: 500; margin-bottom: 24px;}
    .eigyo dl {
        border: 4px solid #613812;
        background: #fff;
        border-radius: 20px;
        position: relative;
        padding-bottom: 12px;
    }
    .eigyo dt {
        background: #613812;
        padding: 4px 16px;
        color: #fff;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        white-space: nowrap;
    }
    .eigyo dd:first-of-type {
        padding-top: 26px;
    }
    .eigyo dd {
        /* text-align: left; */
        padding: 0 20%;
        position: relative;
    }
    .eigyo dd span {
        position: absolute;
        right: -20px;
        font-size: 1rem;
        background: #e60012;
        color: #fff;
        padding: 2px 4px;
    }

    /* sns ******************************/
    .sns {
        padding: 30px 0 100px;
        background: url(../img/footer_fix.png) no-repeat right top;
        background-size: auto 60%;
    }
    .sns a {
        font-size: 1rem;
    }
    .sns a img {
        width: 40px;
        margin-right:12px;
    }

    /* about ******************************/

    .about #title h1{ font-size: 3.2vw;}

    .about #content h2 {
        line-height: 1.8rem;
        margin-bottom: 20px;
        font-size: 1rem;
    }
    .about #content h3 {
        margin-bottom: 8px;
        font-size: .9rem;
    }
    .gaiyo p,
    .gaiyo dl,
    .gaiyo ul {
        font-size: .8rem;
    }

    .about #content .pos {
        right: 0;
        top: 100px;
        width: 30%;
    }

    /* saera ******************************/
    .saera #title h1{
        right: -24%;
        font-size: 3.2vw;
    }
    .saera #content h2 {
        line-height: 1.6rem;
        margin-bottom: 20px;
        font-size: .9rem;
    }

    .saera #content .pos {
        position: absolute;
        right: 0;
        bottom: 94px;
        width: 24%;
        z-index:-1; 
    }

    .column .gaiyo {
        width: 100%;
        min-width: auto;
    }

    /* .contact {
        flex-direction: column;
        align-items: flex-start;
    } */
    .contact dt {
        line-height: 2.7rem;
        width: 3rem;
        height: 3rem;
        margin-right: 8px;
    }
    .contact dd {
        padding-left: 0;
        font-size: .8rem;
        width: calc(100% - 4rem);
    }
    .map { width: 100%;}
    .contact dd span { width:3rem; padding-right: 0;}
    .pos.tori {
        left: 70% !important;
        top: 0;
        width: 70px !important;
    }
    .pos.kame {
        left: 70% !important;
        top: 0;
        width: 100px !important;
    }


}