﻿@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
.font1,
.top_cms_title p,
#top_cms .more a,
#page_title p,
#page_top span,
#footer .tel{
    font-family: 'Fjalla One', sans-serif;
}




/*#page08_link{
    position:absolute;
}*/



.linkStyle{
    color:#6699cc;
}
.linkStyle:hover{
    transition:all 0.3s;
    opacity:0.7;
    text-decoration:underline;
}

body{
    overflow:hidden;
}

#header {
    position: fixed;
    margin-top: 10px;
    z-index: 5;
}
#header h1{
    padding:0;
}





/*--top page---------------------------
-------------------------------------*/

#main_img .catch {
    z-index: 2;
    left: 10%;
    top: 22%;
}
#main_img .catch1 {
    width: 26vw;
    max-width: 500px;
    margin-bottom: 30px;
}
#main_img .catch2{
    font-size: 2rem;
}


#top_cms .more a{
    font-weight: normal;
}
/*modal*/
.modal_bt,.close_bt{
    cursor: pointer;
    border-radius:50px;
}
.modal_bg{
     top: 0;left: 0;
     background-color: rgba(0,0,0,0.8);
     z-index: 9
}
.modal_bt{
    margin-right: 10%;
    margin-left: auto;
}
.modal_box{
     max-height: 80%;
     overflow-y: auto;
     z-index: 10
}
#contents2 .number{
    display:none;
}
#contents2 .con_bnr{
    border-radius:50px;
}
#top_cms .top_cms_title,
#top_cms .more{
    text-align:center;
}


/*--under page---------------------------
-------------------------------------*/
.u_page main{
    padding-top:120px;
}

.page5 #cms_2-g #cate1 .cate_box{
    margin-top:0;
    position:relative;
}
.page5 #cms_2-g #cate1 .cate_box .box_title1{
    font-weight: bolder;
}
.page5 #cms_2-g #cate1 .cate_box::before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background: url(./Dup/img/arrow-down-solid.svg) no-repeat;
    background-size: contain;
    left: 30px;
    bottom: 20px;
}
.page5 #cms_2-g #cate1 .cate_box:last-of-type::before{
    display:none;
}

#contact_tel a,
#contact_mail a{
    border-radius:50px;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#main_img .catch {
    z-index: 2;
    left: 10%;
    top: 15%;
}
#main_img .catch1 {
    width: 28vw;
    margin-bottom: 0;
}


.u_page main {
    padding-top: 90px;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.top_main{
    padding-top:70px;
}
#main_img .catch {
    top: 9%;
}
#main_img .catch1 {
    width: 34vw;
}
#main_img .catch2 {
    font-size: 1rem;
}
.modal_bt {
    margin-right: auto;
}
.u_page main {
    padding-top: 70px;
}
.page5 #cms_2-g #cate1 .cate_box::before{
    width: 14px;
    height: 14px;
    left: 20px;
    bottom: 5px;
}
}




