/* CSS Document */
/* -----------------------------------------
 *
 * Table of Contents:
 *
 * 0.0 - tags
 * 1.0 - Repeatable Patterns
 * 2.0 - Basic Layout
 * 3.0 - Page setting
 ----------------------------------------- */
/* -----------------------------------------

	0.0 - tags

-----------------------------------------*/
html {
    touch-action: manipulation;
}
body {
    -ms-content-zooming: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: #000;
    line-height: 1.6;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
}

.en{
    font-family: 'IBM Plex Sans', sans-serif;
}
a{
    text-decoration: none;
    color: #000;
}

img {
    vertical-align: bottom;
}
a:hover img {
    opacity: 0.8;
}
a img {
    transition: opacity 0.3s ease-out;
}

hr.dash{
    border-top: 1px dashed #aaa;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block !important;
    }
    .pc {
        display: none !important;
    }
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}

/* -----------------------------------------
wrapper
-----------------------------------------*/
#wrapper {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin: auto;
}

/* -----------------------------------------
gfooter
-----------------------------------------*/
#gfooter-wrap {
    /*position: relative;*/
    z-index: 3000;
    background: #fff;
    color: #333;
    font-size: 80%;
    padding: 20px 0;
    text-align: center;
    line-height: 1.4;
    position: absolute;
	bottom: 0;
	width: 100%;
}
#gfooter-wrap address {
    margin-top: 10px;
    font-style: normal;
}
@media screen and (max-width: 750px) {
    #gfooter-wrap {
        font-size: 2.4vw;
    }
}

/* -----------------------------------------
g-header
-----------------------------------------*/
#g-header-wrap {
    /*position: fixed;*/
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
#g-header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    max-width: 750px;
    margin: auto;
}
#g-header .cf {
    background: #fff;
}
#g-header h1 {
    float: left;
    width: 188px;
}


/* -----------------------------------------

	2.0 - Basic Layout

-----------------------------------------*/
#contents {
    margin: 0 auto;
    line-height: 1.39;
    font-size: 1.2vw;
    max-width: 100%;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
}
@media (max-width: 750px) {
    #contents {
        font-size: 2.7vw;
    }
}
#contents img {
    width: 100%;
}
#contents .w-750 {
    max-width: 750px;
    margin: auto;
}
#contents img {
    width: 100%;
}
li {
    list-style-type: none;
}
.fw-b {
    font-weight: 600;
}
.ta-c {
    text-align: center;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}
.attention-footer {
    font-size: 90%;
    margin: 0 0 6em;
}
.btn-top {
    text-align: center;
    font-weight: 500;
    margin-bottom: 3em;
}

.contents-footer{
    width: 76.2666%;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5em 0 0;
}

.link_home{
    position: relative;
    border: 1px solid #707070;
}
.link_home a{
    font-family: 'IBM Plex Sans', sans-serif;
    color: #707070;
    display: block;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 5%;
    position: relative;
    text-align: center;
}

.link_home a:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 3%;
    margin-top: -5px;
}

@media screen and (max-width: 750px) {
    .link_home a{
        padding: 2px 5%;
        font-size: 4.5vw;
    }
    .link_home a:after{
        width: 5px;
        height: 5px;
        right: 3%;
        margin-top: -2.5px;
    }
}

/* -----------------------------------------
page Layout
-----------------------------------------*/
#wrapper {
    padding-bottom: unset;
    margin-bottom: 0;
    line-break: strict;
}

#wrapper img {
    max-width: 100%;
    height: auto;
}
#contents {
    padding-bottom: 7.2vw;
    color: #fff;
    background-color: #345645;
}

#contents * {
    box-sizing: border-box;
}

#contents .blackout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 9999;
    transition: opacity .75s ease;
}
#contents .fade-out {
    opacity: 1;
    pointer-events: auto;
}

.wrap01 {
    display: flex;
    flex-wrap: wrap;
}
.wrap01.bC {
    justify-content: center;
}
.wrap01.between {
    justify-content: space-between;
}
.wrap01.aC {
    align-items: center;
}
.wrap01.aEnd {
    align-items: flex-end;
}
.wrap01.reverse {
    flex-direction: row-reverse;
}

.mainArea01 > .inner01 {
    margin: 5.47vw auto 0;
    width: 66.51vw;
    text-align: center;
}
.mainArea01 > .inner01 > .title01 {
    margin: 0 auto;
    width: 33.64vw;
}
.mainArea01 > .inner01 > .text01 {
    margin-top: 4.3vw;
    font-size: 1.42vw;
    line-height: 1.69;
    rotate: 0.05deg;
    text-align: center;
}

.footBox01 {
    margin: 7.6vw 6.5vw 0 0;
    width: 39.78vw;
}

.footBox01 > .button01 > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1500 / 730;
    background: url(../img/bg01.jpg) no-repeat center center / cover;
    color: #fff;
    font-size: 1.31vw;
    font-weight: 700;
    line-height: 1.8;
    rotate: 0.05deg;
    transition: opacity 0.3s;
}

@media (any-hover: hover) {
    .footBox01 > .button01 > a:hover {
        opacity: 0.8;
    }
}

.footBox02 {
    margin-top: 7.6vw;
    width: 34.52vw;
}
.footBox02 > .text01 {
    color: #9C8066;
    font-weight: 700;
    rotate: 0.05deg;
    text-align: center;
}
.footBox02 > .text02 {
    margin-top: 3.6vw;
    text-align: center;
}
.footBox02 > .text02 + .text02 {
    margin-top: 3.0vw;
}

.footBox02 > .text02 > a {
    font-size: 1.4vw;
    line-height: 1.23;
    text-decoration: underline;
    rotate: 0.05deg;
    color: #9C8066;
    font-weight: 700;
    text-align: center;
}
.footBox02 > .text02 > a:hover {
    text-decoration: none;
}

.footBox02 > .text03 {
    margin-top: 4.3vw;
    color: #9C8066;
    font-size: .8vw;
    font-weight: 700;
    line-height: 2.0;
    rotate: 0.05deg;
    text-align: center;
}

.footBox02 > .nav01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.1vw;
}
.footBox02 > .nav01 >  li {
    margin: 0 2.1vw;
    width: 11.92vw;
}

.section01 {
    margin: 6.93vw 4.3vw 0;
}

.textBloxk01 {
    margin: 4.74vw auto 0;
    width: 58.56vw;
}

.textBloxk01 > .title01 {
    color: #979797;
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.48;
    text-align: center;
    rotate: 0.05deg;
}

.textBloxk01 > .text01 {
    margin-top: 2.91vw;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.87;
    text-align: center;
    rotate: 0.05deg;
}


.col01 {
    margin-top: 5.83vw;
    margin-left: 1.81vw;
    width: 34.85vw;
}

.col01 > .title01 {
    color: #979797;
    font-size: 1.2vw;
    font-weight: 700;
    line-height: 1.48;
    rotate: 0.05deg;
}

.col01 > .text01 {
    margin-top: 2.91vw;
    font-size: 1.2vw;
    font-weight: 400;
    line-height: 1.87;
    rotate: 0.05deg;
}

.col02 {
    margin-top: 5.83vw;
    width: 48.97vw;
}

.img01 {
    margin: 0 auto;
    width: 65.69vw;
}
.img02 + .img01 {
    margin-top: 4.92vw;
}

.img02 {
    margin-top: 3.1vw;
}

.w01 {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 750px) {
    #wrapper {
        margin-bottom: 0;
    }
    #contents {
        padding-bottom: 12.96vw;
    }

    .mainArea01 > .inner01 {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .mainArea01 > .inner01 > .title01 {
        margin: 0 auto;
        width: 100%;
    }
    .mainArea01 > .inner01 > .text01 {
        margin-top: 0;
        padding: 57.66vw 5.33vw 5.33vw;
        background: url(../img/bg01.jpg) no-repeat center center / cover;
        font-size: 3.27vw;
        text-align: justify;
    }

    .footBox01 {
        margin: 8.7vw auto 0;
        width: 67.12vw;
    }

    .footBox01 > .button01 > a {
        font-size: 3.3vw;
    }

    .footBox02 {
        margin-top: 7vw;
        width: 86.85vw;
    }
    .footBox02 > .text01 {
        font-size: 3.3vw;
    }
    .footBox02 > .text02 {
        margin-top: 9.2vw;
    }
    .footBox02 > .text02 + .text02 {
        margin-top: 9.2vw;
    }
    .footBox02 > .text02 > a {
        font-size: 3.67vw;
    }

    .footBox02 > .text03 {
        margin-top: 11.11vw;
        font-size: 2vw;
    }

    .footBox02 > .nav01 {
        margin-top: 5.5vw;
    }
    .footBox02 > .nav01 >  li {
        margin: 0 4.7vw;
        width: 30.83vw;
    }

    .section01 {
        margin: 0;
    }
    .textBloxk01 {
        margin: 0 auto 0;
        width: 100%;
    }

    .img01 {
        margin-top: 0;
        width: 100%;
    }
    .w01 {
        width: 100%;
    }

}
