@charset "UTF-8";

/*****************************
        common
*****************************/
.inner{
    max-width: 1080px;
    margin: 0 auto;
    padding: 10rem 0;
}
.inner2{
    max-width: 900px;
    margin: 0 auto;
}
.sec-ttl{
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem;
    position: relative;
    padding-left: 25px;
}
.sec-ttl::before,
.sec-ttl::after{
    content: "";
    background-color: #FF7733;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.sec-ttl::before{
    left: 0;
    width: 8px;
}
.sec-ttl::after{
    left: 12px;
    width: 4px;
}
.spbr{
    display: none;
}
@media screen and (max-width:1024px) {
    .inner{
        padding: 10rem 4rem;
    }
}
@media screen and (max-width:767px) {
    .inner{
        padding: 6rem 2rem;
    }
    .spbr{
        display: block;
    }
    .sec-ttl{
        font-size: 2.2rem;
    }
}
/*****************************
        flex
*****************************/
.flexbox1{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flexbox2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/*****************************
        header
*****************************/
.cmn-header{
    background-color: #000;
    color: #fff;
}
.cmn-header h2{
    font-size: 2rem;
    margin-right: 2rem;
}
.header-logo{
    width: 200px;
}
.headlinkbtn a{
    background: #DB652A;
    color: #fff;
    padding: 1rem 2rem;
}
.headlinkbtn a:hover{
    background: #fff;
    color: #DB652A;
    opacity: 1;
}
.headinner{
    box-sizing: border-box;
    padding: 0 1rem;
}
@media screen and (max-width:767px) {
    .cmn-header .flexbox2{
        display: block;
    }
    .header-logo{
        margin: 0 auto;
    }
    .cmn-header h2{
        margin: 0;
        padding: 0 0 1rem;
        text-align: center;
    }
    .headlinkbtn{
        padding-bottom: 1rem;
        text-align: center;
    }
    .headlinkbtn a{
        display: block;
        margin: 0 auto;
        width: 200px;
    }
}

/*****************************
        footer
*****************************/
footer{
    background-color: #000;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

/*****************************
        topsec-first
*****************************/
.topsec-first{
    background: url(../images/top/topbg.png)no-repeat center/cover;
    padding: 15rem 0;
}
.topsec-first h2{
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
}
.topsec-first h2 span{
    font-size: 4rem;
    font-weight: bold;
    position: relative;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
}
/* .topsec-first h2 span::before {
    content: "";
    background: #fff;
    display: block;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
} */

/*****************************
        topsec-tube
*****************************/
.topsec-tube .flexbox1{
    margin-top: 5rem;
}
.topsec-tube .f-imgbox{
    position: relative;
    text-align: center;
    margin: 1%;
    width: 48%;
}
.topsec-tube .linkbtn2{
    margin: 2rem 0;
}
.topsec-tube .inner{
    padding: 10rem 0 0;
}
@media screen and (max-width:767px) {
    .topsec-tube .f-imgbox{
        margin: 0;
        width: 100%;
    }
    .topsec-tube .f-imgbox:first-child{
        margin-bottom: 5rem;
    }
}

/*****************************
        topsec-cc
*****************************/
.topsec-cc .flexbox1{
    margin-top: 5rem;
}
.topsec-cc .f-imgbox{
    position: relative;
    text-align: center;
    width: 50%;
}
.topsec-cc .f-txtbox{
    width: 48%;
}
.topsec-cc .f-imgbox p {
    background: #fff;
    border-radius: 50%;
    color: #FF7733;
    font-size: 2rem;
    font-weight: bold;
    padding: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*****************************
        topsec-main
*****************************/
.topsec-main {
    background-color: #FFF2CC;
}
.topsec-main .Pre{
    padding: 14rem 0;
    position: relative;
    margin-top: 8rem;
}
.topsec-main .Pre-imgbox{
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}
.topsec-main .Pre-txtbox{
    background-color: #fff;
    padding: 30px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    z-index: 5;
}
.topsec-main .Pre-txtbox>p:first-of-type{
    background: #FF7733;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 20px;
    height: 50px;
    text-align: center;
    width: 52px;
}
.topsec-main .Pre-txtbox>p:first-of-type::before{
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FF7733;
    content: "";
    position: absolute;
    right: -10px;
    height: 0;
    width: 0;
}
.topsec-main .Pre-txtbox>p:first-of-type span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.topsec-main .Pre:first-of-type .Pre-txtbox,
.topsec-main .Pre:nth-of-type(2) .Pre-imgbox,
.topsec-main .Pre:last-of-type .Pre-txtbox{
    right: 2%;
}
.topsec-main .Pre-inbox{
    padding: 0 85px;
}
.topsec-main .Pre-txtbox h3{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

/*****************************
        topsec-map
*****************************/
.mapttl{
    text-align: center;
}
.topsec-map .sec-ttl{
    display: inline-block;
    margin-top: -5rem;
}
.topsec-map{
    padding: 3rem 0;
}
.cls-1 {
    fill: #70be40;
    fill-rule: evenodd;
}

.cls-2 {
    font-size: 27px;
    fill: #fff;
    font-family: Meiryo-Bold, Meiryo;
    font-weight: 700;
}
.maparea{
    background:#efffff;
    border-radius: 50px;
    padding: 5rem;
    margin: 0 auto;
    width: 80%;
}
.maparea a:hover path{
    fill:#FF7733;
}
.mapbtn{
    display: none;
}
.nolinks:active{
    pointer-events: none;
}
.maparea .nolinks:hover path{
    fill: #ccc;
}
.tenpobosyu{
    text-align: right;
    padding: 0 0 0 5rem;
    margin: 0 auto;
    width: 80%;
}
.spmapbtn{
    background: #FF7733;
    border-radius: 5px;
    color: #fff;
    margin-top: 2rem;
    padding: .5rem 2rem;
}
/*****************************
        topsec-main
*****************************/
.topsec-sub {
    background-color: #FFF2CC;
}
.topsec-sub .f-imgbox{
    width: 45%;
}

.bnrbox{
    margin: 4rem auto 0;
    max-width: 800px;
}
.bnrbox .flogobox{
    text-align: center;
    width: 40%;
}
.bnrbox .flinkbox{
    text-align: center;
    width: 60%;
}
.bnrbox .flinkbox p{
    font-size: 2rem;
    font-weight: bold;
}
.linkbtn2{
    margin: 1rem 0;
}
.linkbtn2 a{
    background: #FFE080;
    color: #000000;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    max-width: 225px;
    padding: 1rem 2rem;
}
.linkbtn2 a:hover{
    background: #000000;
    color: #FFE080;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
    .bnrbox .flogobox{
        margin: 1rem 0;
        width: 100%;
    }
    .bnrbox .flinkbox{
        width: 100%;
    }
}
/*****************************
        topsec-last
*****************************/
.topsec-last{
    background-color: #FF7733;
    padding: 7rem;
}
.topsec-last .f-imgbox{
    width: 45%;
}

@media screen and (max-width:1024px) {
    .topsec-first h2{
        font-size: 3.4rem;
    }
    .topsec-first h2 span{
        font-size: 3.8rem;
    }
    .topsec-last {
        padding: 7rem 4rem;
    }
}
@media screen and (max-width:768px) {
    .topsec-first{
        background-position: left;
    }
    .topsec-first h2{
        font-size: 2.5rem;
    }
    .topsec-first h2 span{
        font-size: 3rem;
    }
    .topsec-cc{
        position: relative;
        margin-bottom: 18rem;
    }
    .topsec-cc .f-imgbox{
        width: 100%;
    }
    .topsec-cc .f-txtbox{
        background: #fff;
        padding: 2rem;
        position: absolute;
        left: 50%;
        /* bottom: -30%; */
        bottom: -25%;
        transform: translateX(-50%);
        width: 80%;
    }
    .topsec-main .Pre-imgbox{
        width: 65%;
    }
    .topsec-main .Pre-txtbox{
        top: 75%;
        width: 55%;
    }
    .topsec-main .Pre-inbox{
        padding: 0 0 0 85px;
    }
    .topsec-last {
        padding: 5rem 2rem;
    }
}
@media screen and (max-width:767px) {
    .topsec-first{
        padding: 7rem 0;
    }
    .topsec-first h2{
        font-size: 2.4rem;
    }
    .topsec-first h2 span{
        font-size: 2.6rem;
    }
    .topsec-cc{
        margin-bottom: 0;
    }
    .topsec-cc .f-imgbox p{
        font-size: 1.6rem;
        padding: 1.5rem;
    }
    .topsec-cc .f-txtbox{
        padding: 1rem 0 0;
        position: static;
        transform: none;
        width: 100%;
    }
    .topsec-main .Pre{
        padding: 13rem 0 0;
        margin-top: 2rem;
    }
    .topsec-main .Pre-imgbox{
        position: static;
        width: 100%;
    }
    .topsec-main .Pre-txtbox{
        padding: 2rem 0;
        width: 100%;
    }
    .topsec-main .Pre:first-of-type .Pre-txtbox,
    .topsec-main .Pre:nth-of-type(2) .Pre-imgbox,
    .topsec-main .Pre:last-of-type .Pre-txtbox{
        right: auto;
    }
    .topsec-main .Pre-txtbox>p:first-of-type{
        left: 5px;
    }
    .topsec-main .Pre-inbox{
        padding: 0 0 0 70px
    }
    .maparea{
        padding: 2rem;
    }
    .maparea a{
        pointer-events: none;
    }
    .mapbtn{
        display: block;
        text-align: center;
    }
    .mapbtn select{
        padding: 1rem;
        width: 80%;
    }
    .topsec-sub .f-imgbox{
        width: 100%;
    }
    .topsec-sub .f-imgbox:last-of-type{
        margin-top: 3rem;
    }
    .tenpobosyu{
        padding: 2rem 0 0 5rem;
    }
}