@charset "UTF-8";

body {
    width: 100%;
    /*overflow-x: hidden;*/
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 0;
    text-align: justify;
line-break: strict;
overflow-wrap: break-word;
word-wrap: break-word;
}

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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
    
    
    .header_bg {
        background: #EFEFEF;
        box-sizing: border-box;
    }
    .header_wrap {
        position: relative;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        max-width: 945px;
        padding: 2.535vw 0;
        box-sizing: border-box;
    }
    .header_logo {
        display: inline-block;
        width: 26.548vw;
        margin: 0 1.2vw;
    }
    .header_logo img {
        width: 100%;
    }
    .header_pr {
        display: inline-block;
        font-size: 0;
        position: absolute;
    	top: 50%;
    	right: 15px;
    	transform: translateY(-50%);
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	width: 8.585%;
    }
    .header_pr img {
        width: 100%;
    }
    
    
    @media screen and (min-width: 440px) {
        .header_wrap {
            padding: 10px 0;
        }
        .header_logo {
            width: 129.598px;
        }
        .header_pr {
            width: 40px;
        }
    }
    
    
    @media screen and (min-width: 640px) {
        .header_logo {
            width: 178px;
        }
        .header_wrap {
            padding: 9.55px 0;
        }
    }
    
    
    .ft_line {
        display: inline-block;
        width: 100%;
        height: 1px;
        background: #cdcdcd;
        border: none;
    }
    
    
    .kv_wrap {
        background-image: url(bg1-sp.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        text-align: center;
        position: relative;
        padding: 50px 20px 40px;
    }
    .kv_wrap img {
        width: 100%;
    }
    .kv_container {
        margin: 0 auto;
        max-width: 965px;
    }
    .kv_bnr{
        position: absolute;
        top: 10px;
        left: 0;
        width: 85%;
    }
    .kv_img1 {
        font-size: 0;
        margin: 0 0 30px;
    }
    .kv_btn {
        display: inline-block;
        width: 193px;
        cursor: pointer;
        font-size: 0;
    }
    
    @media screen and (min-width: 640px) {
        .kv_wrap {
            background-image: url(bg1-pc.png);
            padding: 40px 20px 50px;
        }
        .kv_img1 {
            margin-bottom: 40px;
        }
        .kv_btn {
            width: 280px;
        }
        .kv_bnr{
            width: 50%;
            top: 40px;
        }
    }
    
    
    .mc_wrap {
        background-color: #ededed;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        padding: 8px 16px 72px;
        border-bottom: 10px solid #e9c298;
    }
    .mc_container {
        margin: 0 auto;
        max-width: 1100px;
        position: relative;
    }
    .mc_lv2 {
        text-align: center;
        font-size: 0;
        margin: 0 0 16px;
    }
    .mc_lv2 img {
        width: 70px;
    }
    .mc_logo {
        width: 70%;
        display: flex;
        margin: 0 auto;
        align-items: center;
        background: #fff;
        justify-content: center;
        padding: 16px 0;
        gap: 7vw;
    }
    .mc_logo1 img{
        max-width: 100px;
         min-width: 0;
     }
    .mc_logo2 img{
        max-width: 120px;
        min-width: 0;
    }
    .mc_logo1{
        padding-left: 2vw;
    }
    .mc_lt {
        text-align: center;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        color: #4d4d4d;
    }
    
    @media screen and (min-width: 640px) {
        .mc_wrap {
            background-image: url(bg.png);
            padding: 16px 16px 127px;
        }
        .mc_lv2 img {
            width: 105px;
        }
        .mc_logo {
            width: 100%;
            gap: 60px;
        }
        .mc_lt {
            font-size: 12px;
        }
        .mc_logo1{
            padding-left: 10px;
        }
    }
    
    
    .archive {
        margin-bottom: 70px;
    }
    .card {
        background: #fff;
        position: relative;
        box-shadow: 3.5px 3.5px 3.5px rgba(0,0,0,.2);
        margin: 0 0 30px;
    }
    .card > a {
        display: block;
        padding: 8px 8px 48px;
        text-decoration: none;
    }
    .card_catch {
        overflow: hidden;
        font-size: 0;
        text-align: center;
        margin: 0 auto;
        width: 70%;
    }
    .card_catch img {
        width: 100%;
        transition: 1s;
    }
    .card:hover img {
        transform: scale(1.1,1.1);
    }
    .card_2 .card_catch {
        width: 100%;
    }
    .card_in {
        padding: 8px 0 0;
    }
    .card_date {
        color: #4d4d4d;
        font-size: 14px;
        font-weight: 500;
        margin: 0 0 8px;
        line-height: 1.2;
    }
    .card_title {
        color: #1a1a1a;
        font-size: 20px;
        line-height: 1.21;
        margin: 0 0 8px;
    }
    .card_desc {
        color: #4d4d4d;
        font-size: 16px;
        line-height: 1.67;
        margin: 0;
    }
    .card_desc b {
        color: #1a1a1a;
    }
    .card_category {
        position: absolute;
        right: 8px;
        bottom: 8px;
        width: calc(100% - 16px);
        text-align: right;
        border-bottom: 3px solid;
    }
    .card_category > span {
        display: inline-block;
        width: 80px;
        text-align: center;
        padding: 2px 0 0;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
    }
    .category_pickup {
        border-color: #f1a98a;
    }
    .category_pickup > span {
        background: #f1a98a;
    }
    .category_archive {
        border-color: #a9bb50;
    }
    .category_archive > span {
        background: #a9bb50;
    }
    .category_news {
        border-color: #9acfef;
    }
    .category_news > span {
        background: #9acfef;
    }
    .category_event {
        border-color: #d5b200;
    }
    .category_event > span {
        background: #d5b200;
    }
    
    @media screen and (min-width: 640px) {
        .archive {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            margin-bottom: 91px;
        }
        .card {
            width: 22.7%;
            margin: 0 calc(9.2% / 3) 40px 0;
        }
        .card:nth-child(3), .card:nth-child(7) {
            margin-right: 0;
        }
        .card_2 {
            width: 48.45%;
        }
        .card > a {
            padding: 16px 16px 40px;
        }
        .card_date {
            font-size: 12px;
        }
        .card_title {
            font-size: 15px;
        }
        .card_desc {
            font-size: 12px;
            line-height: 1.5;
        }
        .card_category {
            right: 16px;
            bottom: 16px;
            width: calc(100% - 32px);
        }
        .card_category > span {
            font-size: 12px;
            padding: 2px 0 2px;
            width: 74px;
        }
        .card_catch {
            width: 100%;
        }
    }
    
    
    .modal_wrap {
        position: fixed;
        z-index: 10;
        left: 50%;
        top: 10%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	width: 90%;
    	max-width: 1150px;
    	max-height: 90%;
    	background: rgba(0,0,0,.9);
    	overflow-y: auto;
    	padding: 40px 20px;
    	box-sizing: border-box;
    	display: none;
    }
    .modal_wrap.open {
        display: block;
    }
    .modal_container {
        margin: 0 auto;
        max-width: 1000px;
    }
    .modal_lv2 {
        color: #d5b200;
        font-size: 24px;
        margin: 0 0 .8em;
        letter-spacing: .05em;
    }
    .modal_lv3 {
        color: #d5b200;
        font-size: 16px;
        margin: 0;
        line-height: 1.33;
        letter-spacing: .05em;
    }
    .modal_lv3-2{
       font-size: 13px; 
    }
    .modal_txt1 {
        color: #fff;
        font-size: 13px;
        margin: 0 0 1.2em;
        line-height: 1.33;
        letter-spacing: .05em;
    }
    .modal_txt1:last-child{
        margin: 0 ;
    }
    .modal_flex {
        display: flex;
        gap: 30px;
    }
    .modal_close {
        position: absolute;
        right: 10px;
        top: 10px;
        font-size: 0;
        width: 30px;
        cursor: pointer;
    }
    .banner{
        margin-bottom: 70px;
        text-align: center;
    }
    .banner img{
        width: 310px;
    }
    
    @media screen and (min-width: 640px) {
        .modal_lv2 {
            font-size: 34px;
        }
        .modal_lv3 {
            font-size: 18px;
        }
        .modal_lv3-2{
            font-size: 14px;
        }
        .modal_txt1 {
            font-size: 14px;
        }
        .modal_close {
            width: 46px;
            top: 24px;
            right: 24px;
        }
        .banner{
            margin-bottom: 120px;
        }
    }
    
    
    .top {
        position: fixed;
        width: 32px;
        font-size: 0;
        z-index: 15;
        right: 10px;
        bottom: 20px;
        cursor: pointer;
    }
    
    @media screen and (min-width: 640px) {
        .top {
            width: 36px;
            bottom: 20px;
            right: 10px;
        }
    }
    
    @media screen and (min-width: 1340px) {
        .top {
            right: auto;
            left: calc(50% + 620px);
            transform: translateX(-50%);
        	-webkit-transform: translateX(-50%);
        	-ms-transform: translateX(-50%);
        }
    }
    
    
    
    
    