@charset "utf-8";
/* CSS Document */

/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
/*フェードイン前*/
.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

/*フェードイン後*/
.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

body{
    background-color: rgba(87,46,18,1.00);
    font-family: 'Cardo', serif;
    font-family: 'Noto Serif JP', serif;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-family: 'Zen Old Mincho', serif;
    color: rgba(87,46,18,1.00);
}

a{
    color : inherit;
}
.container{
    background: rgba(249,248,234,1.00);
    /*background-image: url("../img/カンプ_スマホ-TOP.png");*/
    background-repeat:no-repeat;
    max-width: 375px;
    margin: 0 auto;
}
    .res_menu{
        display: none;
    }
/*ハンバーガーメニュー*/
.menu-btn {
    position: fixed;
    top: 0;
    right: 0px;
    border-bottom-left-radius: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #572E12;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #F9F8EA;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

/*バツボタンにする*/
#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);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#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);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check {
    display: none;
}

#menu-btn-check {
    display: none;
}

/*メニュー装飾*/
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #572E12;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    text-align: center;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    box-sizing: border-box;
    color:#F9F8EA;
    text-decoration: none;
    margin-top: 50px;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #572E12;
    transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

/*main*/
.top{
    background-image: url("../img/top_sp.jpg");
    background-repeat:no-repeat;
    height: 812px;
    margin: 0 auto;
}

.logo{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top_t{
    position: absolute;
    background-repeat:no-repeat;
    height: 812px;
    margin: 0 auto;
}

.topItem{
    position: absolute;
}

.about{
    height: 812px;
    background-image: url("../img/about_waku.png");
    background-repeat:no-repeat;
    margin: 0 auto;
}

.about_h2{
    text-align: center;
    margin-top: 100px;
}

.about_t{
    max-width: 270px;
    margin: 0 auto;
    margin-top: 250px;
}

.a_t1{
    font-size: 1.1rem;
    line-height: 1.5rem;
}
.a_t2{
    margin-top: 10px;
    font-size: 0.9rem;
}

.news{
    height: 100%;
}

.news_h2{
    text-align: center;
    padding: 10px;
    margin-bottom: 51px;
}
.n_wu{
    background-image: url("../img/news_wu.png");
    max-width: 325.1px;
    height: 27.34px;
    background-repeat:no-repeat;
    margin: 0 auto;
}
.news_list{
    max-width: 300px;
    margin: 14px auto;
    font-size: 0.70rem;
    line-height: 2.7rem;
}
.A{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.B{
    display:block;
    display: none;
    height: 100px;
}
.C{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.D{
    display:block;
    display: none;
    height: 100px;
}
.E{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.F{
    display:block;
    display: none;
    height: 100px;
}
.G{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.H{
    display:block;
    display: none;
    height: 100px;
}
.I{
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
}
.J{
  display:block;
    display: none;
    height: 100px;
}
.n_border{
    background-image: url("../img/n_border.png");
    max-width: 330px;
    height: 2px;
    background-repeat:no-repeat;
    margin: 0 auto;
}

.n_wd{
    background-image: url("../img/news_wd.png");
    max-width: 325.1px;
    height: 27.34px;
    background-repeat:no-repeat;
    margin: 0 auto;
}

.news_listBtn{
    display: block;
    width: 169px;
    border: 2px solid rgba(87,46,18,1.00);
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 14px;
}
.news_listBtn:hover{
    transition: 0.3s;
    background-color: rgba(87,46,18,1.00);
    color: rgba(249,248,234,1.00);
}
.news_listBtn a{
    transition: 0.3s;
}

.n_fl{
    background-image: url("../img/flower.png");
    max-width: 327px;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 100px;
}

footer{
    height: 75px;
    color: rgba(249,248,234,1.00);
    background-color: rgba(87,46,18,1.00);
}

footer p{
    line-height: 75px;
	text-align: center;
}

/*ページトップボタン*/
.top-btn a{
    display:block;
    opacity: 0.5;
}
.top-btn a:hover{
    opacity: 1;
}

.top-btn {
    position: fixed;
    bottom: 30px;
    right: 10px;
}

/* -------------------------------------------- */
/* ▼タブレット用デザインとして付け足すデザイン */
/* -------------------------------------------- */
@media (min-width: 768px) {
    .res_menu{
        display: none;
    }
    .container{
        background: rgba(249,248,234,1.00);
        /*background-image: url("../img/カンプ_スマホ-TOP.png");*/
        background-repeat:no-repeat;
        max-width: 100%;
        min-width: 768px;
        margin: 0 auto;
    }
    .top{
        background-image: url("../img/top_tb.jpg");
        background-repeat:no-repeat;
        background-size:cover;
        width: 100%;
        height: 812px;
        margin: 0 auto;
    }
    .logo{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    }

   .news_h2 img{
        display: none;
        width: 710px;
        height: 91px;
    }
    .news_h2{
        background-image: url("../img/news_h2pc.png");
        width: 40%;
        height: 91px;
        background-size: contain;
        background-repeat:no-repeat;
        background-position: center;
        margin: 0 auto;
    }

    .news{
        height: 782px;
    }

    .news_h2{
        text-align: center;
        padding-top: 10px;
        padding-bottom: 50px;
        margin-bottom: 51px;
    }
    .n_wu{
        background-image: url("../img/news_wupc.png");
        max-width: 862px;
        height: 72px;
        background-repeat:no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    .news_list{
        max-width: 860px;
        margin: 14px auto;
        font-size: 1rem;
        line-height: 2.7rem;
    }

    .n_border{
        background-image: url("../img/n_borderpc.png");
        max-width: 860px;
        height: 2px;
        background-repeat:no-repeat;
        margin: 0 auto;
    }

    .n_wd{
        background-image: url("../img/news_wdpc.png");
        max-width: 862px;
        height: 72px;
        background-repeat:no-repeat;
        background-size: contain;
        margin: 0 auto;
    }

    .news_listBtn{
        display: block;
        width: 169px;
        border: 2px solid rgba(87,46,18,1.00);
        padding: 12px 0;
        text-align: center;
        font-weight: bold;
        margin: 0 auto;
        margin-top: 25px;
    }
    .news_listBtn:hover{
        transition: 0.3s;
        background-color: rgba(87,46,18,1.00);
        color: rgba(249,248,234,1.00);
    }
    .news_listBtn a{
        transition: 0.3s;
    }

    .n_fl{
        display: none;
    }

/*メニュー*/
    .menu_h2 img{
        display: none;
        width: 710px;
        height: 91px;
    }
    .menu_h2{
        background-image: url("../img/menu_h2pc.png");
        width: 40%;
        height: 91px;
        background-size: contain;
        background-repeat:no-repeat;
        background-position: center;
        margin: 0 auto;
    }

    .menu{
        background-image: url("../img/menu_pc.png");
        background-size: contain;
        background-repeat:no-repeat;
        background-position: center;
        margin: 0 auto;
        height: 1690px;
    }
    .menu_main{
        width: 500px;
        margin: 0 auto;
        font-weight: bold;
        margin-top: 30px;
    }
    .mm_h3{
        text-align: center;
        font-size: 2rem;
        padding-top: 30px;
        line-height: 4.7rem;
    }
    .menu_hnnp{
        display: flex;
        margin: 0 auto;
        justify-content: center; 
    }
    .mm_img1{
        background-image: url("../img/mm_img1.png");
        background-repeat:no-repeat;
        width: 162px;
        height: 118px;
        margin: 0;
    }
    .mm_img1T{
        width: 184px;
        margin: 0;
        letter-spacing: -0.1rem;
        margin-left:50px;
    }
    .img1T_1{
        font-weight: bold;
    }
    .img1T_2{
        text-align:right;
        font-weight: bold;
        padding-top: 20px;
    }
    .img1T_3{
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    .mm_img23{
        display: flex;
        flex-direction: column;
        float: right;
        margin-top: 30px;
    }
    .mm_img2{
        margin: 0;
        margin-bottom: 10px;
    }
    .mm_img3{
        margin: 0;
    }
    .mm_img2T{
        display: flex;
        max-width: 280px;
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 auto;
        margin-top: 40px;
    }
    .mm_img2T1{
    }
    .mm_img2T2{
        margin-left:auto
    }

    .mm_h3{
        clear: both;
    }
    .mm_img3T{
        display: flex;
        max-width: 280px;
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 auto;
    }
    .mm_img3T1{
    }
    .mm_img3T2{
        margin-left:auto
    }

    .mm_img4T{
        display: flex;
        max-width: 280px;
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 auto;
    }
    .mm_img4T1{
    }
    .mm_img4T2{
        margin-left:auto
    }
footer{
    height: 75px;
    color: rgba(249,248,234,1.00);
    background-color: rgba(87,46,18,1.00);
}

footer p{
    line-height: 75px;
	text-align: center;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media (min-width: 1024px) {
    /* PCでは非表示にしておく */
    .hamburger-menu{
      display: none;
    }
    .top_t{
        display: none;
    }
    .logo{
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        margin-left: 200px;
        z-index: 2;
    }
    .topItem img{
        display: none;
    }
    
    .res_menu{
        display: block;
        background: rgba(87,46,18,1.00);
        color: rgba(249,248,234,1.00);
        position: fixed;
        width: 339px; 
        height: 100%;
    }
    .rm_g{
        padding: 50px;
        font-size: 1.4rem;
    }
    .rm_g li{
        padding: 30px 0;
    }
    .rm_g li a:hover::after{
        content: url("../img/hover_coffee.png");
        vertical-align: middle;
    }

.news_listBtn:hover{
    transition: 0.3s;
    background-color: rgba(87,46,18,1.00);
    color: rgba(249,248,234,1.00);
}
.news_listBtn a{
    transition: 0.3s;
}
    .container{
        background: rgba(249,248,234,1.00);
        /*background-image: url("../img/カンプ_スマホ-TOP.png");*/
        background-repeat:no-repeat;
       max-width: 100%; /* 最大幅 */
       min-width: 1024px; /* 最小幅 */
        margin: 0 auto;
    }
    .top{
        background-image: url("../img/top_tb.jpg");
        background-repeat:no-repeat;
        background-size:cover; 
        width: 100%;
        height: 812px;
        margin: 0 auto;
        position: relative;
    }
    .topItem_pc{
        background-image: url("../img/topItem_pc.png");
        background-repeat:no-repeat;
        background-size:contain; 
        width: 100%;
        height: 812px;
        margin: 0 auto;
        position: absolute;
        top: 0;
        display: none;
    }
    main{
        margin-left: 339px;
    }

    .news_h2 img{
        display: none;
        width: 710px;
        height: 91px;
    }
    .news_h2{
        background-image: url("../img/news_h2pc.png");
        width: 40%;
        height: 91px;
        background-size: contain;
        background-repeat:no-repeat;
        background-position: center;
        margin: 0 auto;
    }

    .news{
        height: 1200px;
    }

    .news_h2{
        text-align: center;
        padding-top: 10px;
        margin-bottom: 51px;
    }
    .n_wu{
        background-image: url("../img/news_wupc.png");
        max-width: 862px;
        height: 72px;
        background-repeat:no-repeat;
        background-size: contain;
        margin: 0 auto;
    }
    .news_list{
        max-width: 860px;
        margin: 14px auto;
        font-size: 1rem;
        line-height: 2.7rem;
    }

    .n_border{
        background-image: url("../img/n_borderpc.png");
        max-width: 860px;
        height: 2px;
        background-repeat:no-repeat;
        margin: 0 auto;
    }

    .n_wd{
        background-image: url("../img/news_wdpc.png");
        max-width: 862px;
        height: 72px;
        background-repeat:no-repeat;
        background-size: contain;
        margin: 0 auto;
    }

    .news_listBtn{
        display: block;
        width: 169px;
        border: 2px solid rgba(87,46,18,1.00);
        padding: 12px 0;
        text-align: center;
        font-weight: bold;
        margin: 0 auto;
        margin-top: 25px;
    }
    .news_listBtn:hover{
        transition: 0.3s;
        background-color: rgba(87,46,18,1.00);
        color: rgba(249,248,234,1.00);
    }
    .news_listBtn a{
        transition: 0.3s;
    }

    .n_fl{
        display: none;
    }

/*メニュー*/
    .menu_h2 img{
        display: none;
        width: 710px;
        height: 91px;
    }
    .menu_h2{
        background-image: url("../img/menu_h2pc.png");
        width: 40%;
        height: 91px;
        background-size: contain;
        background-repeat:no-repeat;
        background-position: center;
        margin: 0 auto;
    }

    .menu{
        background-image: url("../img/menu_pc.png");
        background-size: contain;
        background-repeat:no-repeat;
        background-position: center;
        margin: 0 auto;
        height: 1690px;
    }
    .menu_main{
        width: 500px;
        margin: 0 auto;
        font-weight: bold;
        margin-top: 30px;
    }
    .mm_h3{
        text-align: center;
        font-size: 2rem;
        padding-top: 30px;
        line-height: 4.7rem;
    }
    .menu_hnnp{

        display: flex;
        margin: 0 auto;
        justify-content: center; 
    }
    .mm_img1{
        background-image: url("../img/mm_img1.png");
        background-repeat:no-repeat;
        width: 162px;
        height: 118px;
        margin: 0;
    }
    .mm_img1T{
        width: 184px;
        margin: 0;
        letter-spacing: -0.1rem;
        margin-left:50px;
    }
    .img1T_1{
        font-weight: bold;
    }
    .img1T_2{
        text-align:right;
        font-weight: bold;
        padding-top: 20px;
    }
    .img1T_3{
        font-size: 0.8rem;
        line-height: 1.2rem;
    }

    .mm_img23{
        display: flex;
        flex-direction: column;
        float: right;
        margin-top: 30px;
    }
    .mm_img2{
        margin: 0;
        margin-bottom: 10px;
    }
    .mm_img3{
        margin: 0;
    }
    .mm_img2T{
        display: flex;
        max-width: 280px;
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 auto;
        margin-top: 40px;
    }
    .mm_img2T1{
    }
    .mm_img2T2{
        margin-left:auto
    }

    .mm_h3{
        clear: both;
    }
    .mm_img3T{
        display: flex;
        max-width: 280px;
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 auto;
    }
    .mm_img3T1{
    }
    .mm_img3T2{
        margin-left:auto
    }

    .mm_img4T{
        display: flex;
        max-width: 280px;
        font-size: 1.2rem;
        line-height: 2rem;
        margin: 0 auto;
    }
    .mm_img4T1{
    }
    .mm_img4T2{
        margin-left:auto
    }

    footer p{
        padding-left: 339px;
    }
}
}