
/* SITE HEADER OVER*/
.siteheader .gnav .mainmenu {
    width: 70%;
}

/* TOP CONTENT */
#top {
    padding-top: 75px;
    top:0;
    left:0;
}
.top_pic_key{
    width: 100%;
    overflow: hidden;
    position: relative;
	background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
}
.top_pic_key:after{
    position: absolute;
    content:"";
    top:0;
    left:0;
    width: 100%;
    height:100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 85%, #fff 100%);
    z-index: 3;
}
.top_pic_key img{
    display: block;
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.pic_text_1{
    position: absolute;
    top: 6vw;
    left: 13.5vw;
    font-size: 1.6vw;
    z-index: 3;
    letter-spacing: 10px;
    font-weight: 300;
    color: #FFFFFF;
    font-style: normal;
}
.pic_text_2{
    position: absolute;
    top: 11vw;
    left: 22vw;
    font-size: 1.6vw;
    z-index: 3;
    letter-spacing: 10px;
    font-weight: 300;
    color: #FFFFFF;
    font-style: normal;
}

/* CONTENT ALL */
#contents{
    overflow: hidden;
}
.label{
    width: 100em;
    max-width: 1000px;
    z-index: 1;
    display: block;
    margin: 0 auto;
    position: relative;
}
.label span{
    font-size: 30px;
    position: absolute;
    top: 30px;
    left: 80px;
    letter-spacing: 5px;
}
.label_title{
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding-top: 100px;
}
.label_title span{
    font-size: 16px;
    position: absolute;
    top: 118px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    color: white;
    letter-spacing: 6px;
}
.label_title img{
    width: 100%;
}
.label_main{
    margin: 0 auto;
    width: 80vw;
    max-width: 1000px;
    height: 60px;
    background-color: #1f5e85;
}
.label_title p{
    font-size: 20px;
    border-bottom: solid 2px #136c97;
    display: inline-block;
    padding-bottom: 10px;
    margin-top: 40px;
}
.data_text li{
    font-size: 14px;
    display: list-item;
    list-style-type:disc;
    text-align: -webkit-match-parent; 
    line-height: 2;
}
.data_text{
    margin: 20px 80px;
    font-family: "noto-sans", sans-serif;
}

/* ABOUT */
#about{
    padding-top: 40px;
}
.about_content{
    z-index: 1;
    position: absolute;
    width: 50%;
    margin-top: 80px;
    margin-left: 15vw;
}
.about_content h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    margin-bottom: 32px;
}
.about_content p{
    font-size: 15px;
    line-height: 28px;
    margin: 0;
}
.about_content .label{
    margin-top: 50px;
    margin-bottom: 30px;
}
.about_content .about_sub{
    padding-bottom: 15px;
}
.about_back_img{
    width: 100vw;
    max-width: 1200px;
    position: relative;
    object-fit: cover;
    display: block;
    margin: 0 0 0 auto;
}


.bg_green{
    margin-top: 40px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    background-color: #eae6e6;
}


/* FOOTER OVR*/
.footer {
    background: #eae6e6;
}


html {
    scroll-behavior: smooth;
    scroll-padding-top: 75px;
    -webkit-text-size-adjust: 100%;
}
.min_size{
    width: 100vw;
}
body {
    margin: 0px;
}
.info-main {
    padding-top:20px !important
}


/* link_card */
.link-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    width: 80vw;
    max-width: 1200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.card-link {
    text-decoration: none;
}
.link-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 8px 8px 0px 0px;
}

/* link_card normal */
.card-list {
    position: relative;
    margin: 0.5em auto;
    padding: 0;
    width: 70%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}

.card-list.preparation img,
.card-list.preparation p,
.card-list.preparation h2{
    filter: blur(1.5px)
}
.card-list.preparation::before {
    font-family: "noto-serif",serif;
    content: '';
    z-index: 1;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 20% 0px 0px 15%;
    color: #971313;
}
.card-list.preparation a{
    pointer-events: none;
}

.card-list .card-title {
    margin: 0.8em 0 0;
    color: #333;
    text-align: center;
    font-size: 1.2em;
}
.card-list .card-text-tax {
    margin: 0;
    padding: 1em;
    color: #818181;
}
.card-list a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card-list:hover{
	background-color: #98bcdb31;
}
.card-list:hover img{
	opacity: 0.7;
    background-color: #98bcdb31;
}

/* link_card workshop */
.card-list-work {
    position: relative;
    margin: 0.5em auto;
    padding: 0;
    width: 70%;
    background: #f0f0f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border-radius: 8px;

    border: 2px solid #136c97;
    transition: all .2s;
    transform:translate(0, -2px);
    transition:box-shadow 0.4s, transform 0.4s;
}
.card-list-work.preparation img,
.card-list-work.preparation p,
.card-list-work.preparation h2,
.card-list-work.preparation li{
    filter: blur(1.5px)
}
.card-list-work.preparation::before {
    font-family: "noto-serif",serif;
    content: '';
    z-index: 1;
    position: absolute;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 20% 0px 0px 15%;
    color: #971313;
}
.card-list-work.preparation a{
    pointer-events: none;
}

.card-list-work .card-title {
    margin: 0 auto;
    color: #333;
    text-align: center;
    font-size: 1.2em;
    color: #136c97;
    margin-top: 20px;
    width: 70%;
    border-bottom: 2px solid #136c97;
}
.card-list-work .card-text-tax {
    font-size: 1em;
    margin: 0;
    padding-top: 1em;
    padding-bottom: 2em;
    color: #000000;
    line-height: 1.5;
    display: block;
    list-style-type: none;
}
.card-list-work a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card-list-work:hover {
    border: 2px solid #6d8c9b;
    box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
    transform: initial;
}
.card-list-work:hover > h2{
    color: #6d8c9b;
    border-bottom: 2px solid #6d8c9b;
}
.card-list-work:hover > .card-text-tax{
    color: #686868;
}

/* link_card ALL */
.ext-site{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.tag{
    font-size: 12px;
	display: inline-block;
	margin: 0 .1em .6em 1em;
	padding: .5em;
	line-height: 1;
	text-decoration: none;
	color: #136c97;
	border: 1px solid #136c97;
	border-radius: .9em;
}
.tag:before {
	content: "#";
}
@media all and (min-width: 576px) {
    .card-list, .card-list-work {
        margin: 0.5em 0;
        width: calc(96% / 2);
    }
}
@media all and (min-width: 768px) {
    .card-list, .card-list-work{
        width: calc(96% / 3);
    }
    .link-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }
}

/* MOBILE */
@media screen and (max-width: 768px){
    #top {
        padding-top: 90px;
    }
    /* TOP CONTENT */
    .pic_text_1, .pic_text_2{
        font-size: 3vw;
    }
    .pic_text_2{
        top: 14vw;
        left: 30vw;
    }
    .top_pic_key img{
        height: 60vh;
    }

    .label span{
        font-size: 5vw;
    }
    .label_title span{
        font-size: 2.6vw;
    }
    .label_title p{
        font-size: 2.4vw;
    }


    .about_content h2{
        font-size: 3.5vw;
        font-weight: normal;
        line-height: 4vh;
        margin-bottom: 32px;
    }
    .about_content p{
        font-size: 3vw;
        line-height: 4vh;
        margin: 0;
    }
    .about_back_img{
        height: 60vh;
    }
}
@media screen and (max-width: 576px) {
    #top {
        padding-top: 70px;
    }
    .pic_text_1, .pic_text_2{
        font-size: 3.6vw;
    }
    .pic_text_2{
        top: 15vw;
        left: 34vw;
    }
    .label_main{
        margin: 0 auto;
        height: 35px;
        background-color: #1f5e85;
    }
    .label_title{
        padding-top: 80px;
    }
    .label_title span{
        font-size: 2.3vw;
        top: 88px;
    }
    .label_title p{
        padding-bottom: 4px;
        margin-top: 22px;
    }
    .link-wrap {
        margin: 1em auto;
    }
    .card-list, .card-list-work {
        width: 45%;
    }
    .card-list .card-title{
        font-size: 2.5vw;
    }
    .card-list-work .card-title{
        font-size: 3vw;
    }
    .card-list .card-text-tax{
        font-size: 2.3vw;
    }
    .card-list-work .card-text-tax{
        font-size: 2.5vw;
        padding: 1.2em 0 2em 1.5em;
    }
    .tag{
        font-size: 2vw;
    }
}