@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
 
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html{
    scroll-behavior: smooth;
}

body{
    font-family:'yu-gothic-pr6n', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'Noto Sans JP', sans-serif, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, sans-serif;
font-size:1.1rem;
    letter-spacing: 0.02rem;
    font-weight: 600;
    font-style: normal;
    color:#231815;
    line-height:2.1;
    text-align: justify;
    -webkit-text-size-adjust:100%;
    text-size-adjust:100%;
}

@media screen and ( max-width:820px )
{
    body{
        font-family:'Noto Sans JP', sans-serif, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, 'MS PGothic', Osaka, arial, sans-serif;
        font-weight:400;
    }
}
    

@media screen and ( max-width:760px )
{
    body{
        font-size:0.9rem;
    }
}


/* /////////////////////////////////////////
レイアウト
////////////////////////////////////////// */

section{
    margin-bottom:80px;
  }

.wrap{
    margin:0 auto;
    max-width:1060px;
}

.contents{
    margin-top:250px; /* headerの高さに合わせる */
    margin-bottom:110px;
}

.flex{
    display:flex;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.center{
    text-align:center;
}


@media screen and ( max-width:1160px )
{
    section{
        margin-bottom:40px;
      }

    .wrap{
        padding:0 30px;
        width:100%;
    }

    .contents{
        margin-top:22vw;
    }
}

@media screen and ( max-width:760px )
{
    .wrap{
        padding:0 20px;
        width:100%;
    }

    .contents{
        margin-top:130px;
        margin-bottom:50px;
    }
}

/* /////////////////////////////////////////
タイトル、見出し、テキスト、リスト
////////////////////////////////////////// */
h1, h2, h3, h4{
    color:#007F41;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight:800;
    font-style: normal;
    letter-spacing: 0.1rem;
}

h1{
    font-size:3rem;
    text-align:center;
    padding-top:50px;
    margin-bottom:65px;
}

h2{
    font-size:1.6rem;
    margin-bottom:20px;
}

h3,h4{
font-size:1.1rem;
    margin-bottom:7px;
}

p{
    margin-bottom:2rem;
}

ul{
    list-style:none;
}

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

@media screen and ( max-width:760px )
{
    h1{
        font-size:1.6rem;
        padding-top:0px;
        margin-bottom:30px;
    }

    h2{
    font-size:1.1rem;
    }

    h3{
        font-size:1rem;
        margin-bottom:7px;
    }

    h4{
        font-size:0.9rem;
        margin-bottom:7px;
    }

    p{
        margin-bottom:1rem;
    }
}


/* /////////////////////////////////////////
パーツ、画像
////////////////////////////////////////// */

img{
    width:100%;
    vertical-align: top;
}

a:hover img{
    opacity: 0.7;
}

.anchor{
    position:relative;
    top:0px;
}

.sp{
    display:none;
}

/* 背景色 */
.bg-beige{
    background:#f2efe3; /* ベージュ */
}

.external-link{
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-size:1.2rem;
    border:1px solid #007F41;
    border-radius:7px;
    padding:20px;
    display:inline-block;
}

.external-link2{
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-size:1.2rem;
    color:#fff;
    background:#007F41;
    border-radius:100px;
    padding:20px;
    display:inline-block;
}
  

.view-all{
    text-align:right;
    margin-top:18px;
}

.view-all a{
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight:500;
    font-size:1.2rem;
    color:#007f41;
    letter-spacing:0.2rem;
    position:relative;
    padding-right:25px;
}

.view-all a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px; /* 三角形の大きさ調整 */
    border-color: transparent transparent transparent #007f41; /* 三角形の色 */
}

.category-top{
    text-align:center;
}

.category-top a{
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight:500;
    font-size:1.2rem;
    color:#007f41;
    letter-spacing:0.2rem;
    position:relative;
    padding-left:25px;
}

.category-top a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 12px 9px 0; /* 三角形の大きさ調整 */
    border-color: transparent #007f41 transparent transparent; /* 三角形の色 */
}


@media screen and ( max-width:760px )
{
    .anchor{
        position:relative;
        top:0px;
        }
    
        .hp{
            display:none;
        }
    
        .sp{
            display:inline-block;
        }

    .external-link{
        font-size:0.9rem;
        padding:10px;
        display:inline-block;
    }

    .external-link2{
        font-size:0.9rem;
        color:#fff;
    }
      
    
    .view-all a{
        font-size:0.9rem;
        padding-right:20px;
    }

    .view-all a::after {
        border-width: 7px 0 7px 10px; /* 三角形の大きさ調整 */
    }

    .category-top a{
        font-size:0.9rem;
        padding-left:20px;
    }

    .category-top a::before {
        border-width: 7px 10px 7px 0; /* 三角形の大きさ調整 */
    }
}

/* ////////////////////////////////////////////
フォーム
////////////////////////////////////////////// */
@media screen and ( max-width:760px )
    {
    input[type="textbox"]{
        -webkit-appearance: none;
    }

    input[type="submit"]{
        -webkit-appearance: none;
    }

    input[type="button"]{
        -webkit-appearance: none;
    }
}


/* /////////////////////////////////////////
ヘッダー
////////////////////////////////////////// */

/* ヘッダー */
header{
    width:100%;
    background:#FAF8F2;
    position: absolute;
    top: -150px;
    margin: 150px auto 0;
    z-index:999;
}

/* ヘッダー（TOPページ） */
#header{
    justify-content: flex-end;
    padding:68px 50px 53px 50px;
    max-height:225px;
}

#header .site-logo{
    max-width:350px;
    width:31vw;
    position:absolute;
    top:75px;
    left:100px;
    padding:0 !important;
    margin:0 !important;
}

/* ヘッダー（第２階層ページ） */
#header-2nd{
    justify-content: space-between;
    padding:68px 50px 53px 50px;
    max-height:225px;
}

#header-2nd .site-logo{
    max-width:560px;
    width:40vw;
    margin:0;
}

/* ヘッダー（スクロール時） */
#header.fixed, #header-2nd.fixed{
    display:flex;
    position: fixed;
    text-align:left;
    top: 0px;
    left: 0px;
    margin-top: 0;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    z-index:999;
    justify-content:flex-end;
    padding:20px 50px;
    background:none;
}

#header.fixed .site-logo, #header-2nd.fixed .site-logo{
    display:none;
}

@media screen and ( max-width:1160px )
{
    /* ヘッダー（TOPページ） */
    #header{
        padding:7% 5% 4.5%;
    }

    #header .site-logo{
        position:absolute;
        top:35%;
        left:8%;
    }

    /* ヘッダー（第２階層ページ） */
    #header-2nd{
        justify-content: space-between;
        padding:7vw 5vw 4.5vw ;
    }
}

@media screen and ( max-width:760px )
{
    /* ヘッダー（TOPページ） */
    #header{
        justify-content: right;
        padding:50px;
    }

    #header .site-logo{
        width:190px;
        position:absolute;
        top:25px;
        left:20px;
    }

    /* ヘッダー（第２階層ページ） */
    #header-2nd{
        justify-content: space-between;
        padding:20px 10px;
    }

    #header-2nd .site-logo{
        width:70%;
        margin-top:5px;
    }

    /* ヘッダー（スクロール時） */
    #header.fixed, #header-2nd.fixed{
        margin-top: 0;
        top: 0px;
        left: 0px;
        position: fixed;
        width:100%;
        transition: top 0.65s ease-in;
        -webkit-transition: top 0.65s ease-in;
        -moz-transition: top 0.65s ease-in;
        z-index:999;
        padding:10px;
    }

    #header.fixed .site-logo, #header-2nd.fixed .site-logo{
        display:none; /* スクロール時ロゴ非表示 */
    }

}


/* /////////////////////////////////////////
メニュー
////////////////////////////////////////// */

.menu-list {
    margin-bottom: 0;
    z-index: 1;
}

.menu-list ul li{
    margin-left:2.8vw;
}

.menu-list ul li a {
    color: #007F41;
    font-size:0.9rem;
    text-decoration:none;
    display:inline-block;
    text-align:center;
}

.menu-list ul li a img{
    display: block;
    max-height: 85px; /* 必要に応じて調整 */
    height: 6vw;
    width: auto;
    max-width: 100%;
    object-fit: contain; /* 画像を保持するために追加 */
}

/* スマホ時のみ表示 */
.sp-navi{
    display:none;
}

/* メニューオープン用のチェックボックスを非表示にする */
#menu-btn-check {
    display: none;
}

@media screen and ( max-width:760px )
{
    /* メニューコンテンツ */
    .menu-list {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 100%;/*leftの値を変更してメニューを画面外へ*/
        z-index: 80;
        background:#fff;
        transition: all .3s ease-in;/*アニメーション設定*/
        padding:0;
        padding-top:90px;
    }

    .menu-list .flex{
        justify-content: space-between;
    }

    .menu-list .flex>ul{
        width:50%;
    }

    .menu-list ul li {
        position:relative;
        margin:0;
    }

    .menu-list ul li a {
        display: block;
        width: 100%;
        font-size:0.8rem;
        color:#000;
    }

    .menu-list ul li a img{
        display:block;
        margin:0 auto;
        max-width:auto;
        margin-bottom:15px;
    }

    .menu-list ul:first-child{
        margin-top:3.7px;
    }

    .menu-icon-map{
        height:40px !important;
    }

    .menu-icon-event{
        height:40.7px !important;
    }

    .menu-icon-access{
        height:45.5px !important;
    }

    .menu-icon-shop{
        height:43.7px !important;
    }

    .menu-icon-note{
        height:41.6px !important;
    }

    .menu-icon-instagram{
        height:15.3px !important;
    }

    .menu-list ul li ul {
        margin-bottom:15px;
    }

    /* メニューボタン */
    .menu-btn {
        position: absolute;
        top: 15px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        background-color: #007F41;
        border-radius:5px;
        padding-bottom:10px; /* MENUの表記用 */
    }

    /* メニューボタン　スクロール時 */
    #header.fixed .menu-btn {
        top: 5px;
    }

    /* メニュークローズ時の三本線 */
    .menu-btn span,
    .menu-btn span:before,
    .menu-btn span:after {
        content: '';
        display: block;
        height: 2px;
        width: 30px;
        background-color: #fff;
        position: absolute;
        transition:.2s;
    }
    .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);
        transition:.2s;
    }
    #menu-btn-check:checked ~ .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
        transition:.2s;
    }

    #menu-btn-check:checked ~ .menu-list {
        left: 0;/*メニューを画面内へ*/
    }

    /* MENUの表記 */
    .menu-btn div{
        margin-top:40px;
        font-size:0.7rem;
        color:#fff;
    }

    /* スマホ時のみMENU文字表示 */
    .sp-navi{
        display:inline-block;
    }

    /* MENUの表記　スクロール時 */
    #header.fixed .menu-btn div{
        margin-top:40px;
        font-size:0.7rem;
    }

}


/* /////////////////////////////////////////
フッター
////////////////////////////////////////// */
footer{
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight:400;
    padding:66px 50px 35px;
    justify-content: space-between;
    background:#007F41;
    color:#fff;
    font-size:0.85rem;
}

footer .footer-info{
    justify-content: space-between;
    margin-bottom:45px;
}

footer .footer-menu>ul{
    margin-right:80px;
}

footer .footer-menu ul li{
    font-weight:normal;
    font-size:0.85rem;
    margin-bottom:10px;
}

footer .footer-menu ul li ul{
    margin-bottom:20px;
}

footer .footer-menu ul li ul li{
    margin-bottom:7px;
    line-height:1.5;
}

footer .footer-menu ul li a{
    color:#fff;
    text-decoration: none;
}

footer .footer-menu ul li a img{
    max-height:22px;
    height:2vw;
    width :auto;
    margin-bottom:20px;
}

.footer-logo{
    width:278px;
    height:220px;
    text-align:right;
}

.restructuring{
    font-size:0.9rem;
    font-weight:bold;
    text-align:right;
}

.copyright{
    font-size:0.67rem;
    font-weight:bold;
    text-align:right;
    letter-spacing:0.15rem;
}

@media screen and ( max-width:1160px )
{

    .footer-logo{
        width:15vw;
        height:11.87vw;
    }

    footer .footer-menu ul li ul li{
        margin-bottom:2px;
        line-height:1.5;
    }
}

@media screen and ( max-width:930px )
{
    footer .footer-menu>ul{
        margin-right:50px;
    }
}

@media screen and ( max-width:820px )
{
    footer{
        padding:30px;
    }

    footer .footer-menu ul{
        margin-right:20px;
    }

    footer .footer-menu ul li{
        font-weight:normal;
        font-size:0.8rem;
        margin-bottom:5px;
    }
}

@media screen and ( max-width:760px )
{
    footer{
        padding:20px;
    }

    footer .footer-info{
        margin-bottom:30px;
        position:relative;
    }

    .footer-menu{
        justify-content: space-between;
    }

    footer .footer-menu>ul{
        width:100%;
        margin-right:0;
        margin-bottom:0;
    }

    footer .footer-menu ul li ul li{
        margin-bottom:5px;
        line-height:1;
    }
}

@media screen and ( max-width:760px )
{


    footer .footer-menu ul li a img{
        margin-bottom:10px;
        height:3.6vw;
    }

    footer .footer-menu ul li ul li:last-child{
        margin-bottom:-7px;
    }

    .footer-logo{
        position:absolute;
        right:0%;
        text-align:right;
        width:38%;
        height:auto;
    }

    .copyright{
        text-align:center;
    }
}

@media screen and ( max-width:400px )
{
    footer .footer-menu ul li{
        font-size:0.7rem;
    }
}
