@charset "utf-8";
/* CSS Document */
body{
    padding: 0;
    margin: 0;
}
img{
    max-width: 100%;
    height: auto;
}
a{
color: inherit;
text-decoration: none;
}
a:link {
color: inherit;
text-decoration: none;
}
a:visited{
color: inherit;
text-decoration: none!important;
}
a:hover {
color: inherit;
text-decoration: none!important;
}
a:active {
color: inherit;
text-decoration: none!important;
}
section,
article,
aside,
nav{
    width: 100%;
}
h1,h2,h3,h4,h5,h6{
    width: calc(100% - 30px);
    padding: 0 15px;
}
*{
	word-break: break-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
	text-rendering: optimizeLegibility;
}
.orange_underline{
    color: #FDAC17;
    border-bottom: 2px solid #FDAC17;
    padding: 0;
    margin: auto 15px;
    width: calc(100% - 30px);
}
p > font{
    margin-top: 30px;
    display: block;
}
/*header info */
.top_wrap{
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    z-index: 2;
}
.logo_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #fff;
    height: 120px;
    padding: 0 20%;
}
.tell_wrap{
    display: none;
}
.tel_text{
    margin: .3em 0 .5em;
}
.top_right_form{
    background: #F6F6F6;
    justify-content: center;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}
.top_right_form_text{
    width: 100%;
    text-align: center;
    margin: .3em auto;
    font-weight: 900;
}
.phone_no_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    color: #86BA03;
}
.phone_no_wrap a{
    font-size: 1.3em;
    margin-left: 5px;
}
.tel_form_button{
    margin: .5em auto;
}
.top_right_form{
    display: none;
}
.top_right_form_button{
    margin: .3em auto;
    width: 90%;
    position: relative;
}
.top_right_form_button::after{
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 37%;
    right: 4%;
    content:"";
}
.top_right_form_button a{
    padding: 15px 0;
    display: block;
    text-align: center;
    border: 1px solid #54AE09;
    border-radius: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#97d505+0,77bf01+49,5caa00+100 */
    background: #97d505; /* Old browsers */
    background: -moz-linear-gradient(top,  #97d505 0%, #77bf01 49%, #5caa00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #97d505 0%,#77bf01 49%,#5caa00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #97d505 0%,#77bf01 49%,#5caa00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97d505', endColorstr='#5caa00',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 2px 2px 0 #eee;
    color: #fff!important;
}
.top_logo_text{
    font-size: .8em;
    width: 100%;
    text-align: center;
    margin: 0;
}
.top_logo_img{
    font-size: 1em;
    margin-top: 0;
    color: #666;
    padding: 0;
    width: 100%;
}
.logo_wrap > img{
    max-width: 45px;
    height: auto;
    margin: 0 10px;
}
.logo_wrap > .top_logo_text_02{
    width: calc(100% - 65px);
    font-size: 1.4em;
    text-align: left;
}
.logo_inside_text{
    font-size: 40%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    z-index: 3;
}
/* top nav */
#top_nav_main_check{
    display: none;
}
#top_nav_main_label{
    width: 20px;
    height: 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    display: block;
    position: fixed;
    right: 8%;
    top: 45px;
    z-index: 3;
}
#top_nav_main_label::after{
    content:"";
    width: 100%;
    top: 7px;
    border-top: 1px solid #000;
    position: absolute;
}
.top_nav{
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: calc(100vh - 120px);
    position: fixed;
    top: 120px;
    left: 0;
    padding: 0;
    display: block;
    background: #FFAE19;
    margin: 0;
    z-index: 5;
    overflow: scroll;
    transition: .2s all;
}

.top_nav_wrap{
    padding: 0;
    margin: 0;
}
.top_nav_wrap input{
    display: none;
}
.top_nav_wrap li ul{
    visibility: hidden;
    height: 0;
    padding: 0;
    width: 100%;
    opacity: 0;
}
.top_nav_wrap li{
    width: 100%;
    list-style: none;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #fff;
}
.top_nav_wrap li a{
    display: block;
    padding: 10px;
}
.top_nav_wrap li label{
    display: block;
    padding: 10px;
}
.top_nav_wrap img{
    max-width: 35px;
    height: auto;
}
.sp_side .tell_wrap{
    display: block;
    height: auto;
}
.sp_side .tel_text,
.sp_side .phone_no_wrap,
.sp_side .tel_form_button{
    text-align: center;
    justify-content: center;
    color: #fff;
}
/* contact */
.contact_wrap{
    margin: 5em auto;
}
.contact_wrap section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 30px;
    background: #FDAF17;
    color: #fff;
}
.contact_title{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -80%);
    color: #fff;
    text-shadow: 5px 5px #FDAF17,4px 4px #FDAF17,3px 3px #FDAF17,2px 2px #FDAF17,1px 1px #fdaf17,-3px -3px 3px #FDAF17,-2px -2px #FDAF17,-1px -1px #fdaf17;
    width: 100%;
    font-size: 1.2em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
}
.contact_text{
    font-weight: 800;
    font-size: 1.4em;
}
.contact_text_wrap > img{
    max-width: 25px;
}
.contact_inside_wrap_left,
.contact_inside_wrap_right{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact_inside_wrap_right{
    width: 70%;
}
.contact_text_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.contact_inside_wrap_left > a{
    width: 100%;
    text-align: center;
    font-weight: 900;
    font-size: 1.2em;
}
.contact_time{
    font-weight: 900;
}


/* footer */
footer{
    background: #FFAE19;
    margin-top: -1px;
}
footer nav input{
    display: none;
}
footer nav ul{
    padding: 0 1em;
}
footer nav ul,
footer nav ul li{
    visibility: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
    transition: all .2s;
    height: 0;
}
.footer_nav_r_r_wrap p:nth-child(2){
    margin-top: 0;
}
footer nav ul li{
    margin: 0;
}
footer label{
    display: block;
    position: relative;
}
footer label::before,
footer label::after{
    content:"";
    width: 10px;
    display: block;
    border-top: 1px solid #fff;
    position: absolute;
}
footer label::before{
    right: 10px;
    top: 50%;
    transform: rotate(90deg);
    transition: .2s all;
}
footer label::after{
    right: 10px;
    top: 50%;
}
.footer_nav_title{
    padding: 1em;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
}
footer nav ul li{
    list-style: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer_nav_l_l_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.footer_nav_r_l_wrap ul:first-of-type{
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 0;
}
.footer_nav_r_l_wrap ul:first-of-type li{
    visibility: visible;
    opacity: 1;
    height: auto;
    padding: 1em;
}
.footer_logo_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 15px 20%;
}
.footer_contact_wrap{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10%;
}
.footer_contact_wrap p,
.footer_contact_wrap a{
    color: #fff!important;
    text-align: left;
    font-weight: 900;
}
.footer_contact_wrap a{
    font-size: 1.3em;
    display: block;
    width: 100%;
}
.footer_contact_wrap img{
    margin: 0 auto;
}
footer > section{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.copyright{
    text-align: center;
    color: #fff;
    margin: 0 auto;
}


main{
    margin-right: auto;
    margin-left: auto;
}
aside,
article{
    margin: 0 auto;
}
.two_column_wrap main{
    margin-top: 0;
}
.two_column_wrap .tanpin{
    margin-bottom: 60px;
}


.area_wrap{
    background: #FFF7E7 url(https://static.fukuoka-support.jp/cwp/wp-content/themes/fukuoka/images/city.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    padding: 20px 15px;
    color: #FDAC17;
    width: calc(100% - 30px);
    max-width: 100%;
}
.fukuoka_wrap,
.saga_wrap{
    width: 100%;
}
.fukuoka_wrap section,
.saga_wrap section{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}
.footer_area_name{
    width: 100%;
    padding: 0;
}
.footer_l_l_wrap,
.footer_l_r_wrap{
    width: 50%;
}
.footer_list{
    padding-left: 18px;
}
.saga_area_wrap{
    width: 100%;
}
aside .aside_wrap{
    background: #FFF7E7;
    padding: 2em 0;
}

.pagination_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 1em auto;
}
.pagination_button{
    margin:0 30px 0 0;
}
.pagination_button a{
    padding: 5px;
    background: #FDAF17;
    color: #fff!important;
    border-radius: 5px;
    min-width: 20px;
    display: block;
    text-align: center;
}
.pagination_wrap .current{
    padding: 5px;
    background: #fff;
    color: #FDAF17!important;
    border: 1px solid #FDAF17;
    border-radius: 5px;
    min-width: 20px;
    display: block;
    text-align: center;
    margin:0 30px 0 0;
}

.trans_title{
    width: 100%;
    padding: 0;
}

/* breadcrumbs */
.breadcrumbs_items{
    display: inline-block!important;
    margin: 0;
    width: auto!important;
}
/* 768px for table*/
@media (min-width: 768px) {
    /* header */
    .top_wrap{
        align-items: stretch;
        background: #fff;
        max-width: 1010px;
        margin: 0 auto;
    }
    .top_nav{
        background: transparent;
        transition: .2s all;
    }
    .top_nav.is-fixed{
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        transition: .2s all;
    }
    .logo_wrap{
        width: calc(35% - 30px);
        padding: 0 15px;
    }
    .tell_wrap{
        width: calc(33% - 30px);
        padding: 0 15px;
        display: block;
    }
    .tel_form_button{
        position: relative;
        width: 99%;
        text-align: center;
        border: 1px solid #999;
        max-width: 230px;
        margin: 0 auto 0 0;
    }
    .tel_form_button::after{
        content:">";
        position: absolute;
        top: 18%;
        right: 10px;
    }
    .tel_form_button a{
        padding: 5px 0;
        display: block;
    }
    .top_right_form{
        width: 32%;
        display: flex;
    }
    #top_nav_main_label{
        display: none;
    }
    .top_nav_wrap li label::before,
    .top_nav_wrap li label::after{
        display: none;
    }
    .top_nav{
        width: 100%;
        height: auto;
        opacity: 1;
        visibility: visible;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        overflow: visible;
        border-top: 1px solid #DCDCDC;
        border-bottom: 1px solid #DCDCDC;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+100 */
        background: #ffffff; /* Old browsers */
        background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
        position: relative;
        top: 0;
    }
    .top_nav_wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        position: static;
        max-width: 1012px;
        margin: 0 auto;
    }
    .top_nav_wrap > li{
        width: calc(100% / 6 - 3px);
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #DCDCDC;
        background: transparent;
        color: #222;
        position: static;
    }
    .top_nav_wrap > li:first-of-type{
        border-left: 1px solid #DCDCDC;
        width: calc(100% / 6 + 3px);
    }
    .top_nav_wrap li ul{
        width: 100vw;
        position: absolute;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
        background: #fdaf17;
    }
    .top_nav_wrap li ul:hover,
    .top_nav_wrap li label:hover ~ ul{
        height: auto;
        position: absolute;
        bottom: 0;
        visibility: visible;
        opacity: 1;
        transform: translate(0% , 100%);
        background: #fdaf17;
    }
    .top_nav_wrap ul li{
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: center;
        width: calc(100% / 3 - 20px);
        background: #fdaf17;
        border-bottom: none;
        padding: 10px;
    }
    .top_nav_wrap ul li a{
        white-space: nowrap;
        padding: 15px;
    }
    .top_nav_wrap>li.sp_side{
        display: none;
    }
    .top_nav_wrap li label{
        margin: 0 auto;
        height: 100%;
        width: 100%;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    header input{
        pointer-events: none;
    }
    
    /* footer */
    footer nav{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
    .footer_contact_wrap{
        padding: 0 0 0 15px;
    }
    footer label{
        pointer-events: none;
    }
    .footer_nav_l_wrap,
    .footer_nav_r_wrap{
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch;
    }
    .footer_nav_l_l_wrap,
    .footer_nav_l_r_wrap,
    .footer_nav_r_l_wrap,
    .footer_nav_r_r_wrap{
        width: 50%;
    }
    footer input ~ ul:first-of-type, 
    footer input ~ ul:first-of-type li{
        visibility: visible;
        height: auto;
        opacity: 1;
    }
    .footer_nav_title{
        border-bottom: none;
    }
    footer nav ul li{
        border-bottom: none;
        padding: 10px 0 0 15px;
    }
    footer label::before, 
    footer label::after{
        display: none;
    }
    .footer_logo_wrap{
        padding: 10px 0 0 15px;
    }
    .footer_nav_title{
        padding: 10px 0 20px 15px;
        font-weight: 900;
    }
    .footer_nav_r_l_wrap li{
        font-weight: 900;
        padding: 10px 1em!important;
    }
    #footer_nav_check_02 ~ p{
        padding-top: 30px;        
    }
    /* contact */
    .contact_inside_wrap_left > a{
        font-size: 2.5em;
    }
    .contact_text_wrap > img{
        max-width: 48px;
    }
    .contact_text{
        font-size: 1.5em;
    }
    .saga_wrap{
        background: url(https://static.fukuoka-support.jp/cwp/wp-content/themes/fukuoka/images/kyushu.png);
        background-repeat: no-repeat;
        background-position: right top;
    }
    .contact_inside_wrap_left, 
    .contact_inside_wrap_right{
        width: 50%;
    }
    .contact_wrap{
        width: 90%;
    }
    .area_wrap section{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
    .fukuoka_wrap, 
    .saga_wrap{
        width: calc(50% - 30px);
        position: relative;
        padding: 10px 15px;
    }
    .saga_wrap::before{
        content:"";
        height: 75%;
        border-left: dashed 1px #FDAF17;
        position: absolute;
        display: block;
        left: 0;
        top: 10%;
    }
    .footer_contact_wrap img{
        margin: 0;
    }
    .fukuoka_wrap{
        padding-left: 0;
    }
}
/* 992px for pc*/
@media (min-width: 992px) {
}

/* 1200px for wide pc */
@media (min-width: 1200px) {
}
/* nav li */
@media(min-width: 1013px){
    .top_nav_wrap li a{
        padding: 25px 10px;
    }
}
/* sp only */
@media(max-width: 767px){
    .top_wrap{
        position: fixed;
        top: 0;
        left: 0;
    }
    .logo_wrap{
        text-align: center;
    }
    .category_img_wrap{
        margin-top: 120px;
    }
    header nav input ~ label::after{
        content: "";
        width: 16px;
        position: absolute;
        top: 20px;
        right: 15px;
        border-top: 1px solid #fff;
    }
    header nav input ~ label::before{
        content: "";
        height: 16px;
        position: absolute;
        right: 22px;
        top: 14px;
        border-right: 1px solid #fff;
        transition: .2s all;
        transform: rotate(180deg);
    }
    header #top_nav_main_check ~ nav input:checked ~ ul{
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    #top_nav_main_check:checked ~ .top_nav{
        visibility: visible;
        width: 100vw;
        opacity: 1;
        transition: .2s all;
    }
    .top_nav > ul > li > input:checked ~ ul >li{
        visibility: hidden;
        opacity: 0;
        padding: 0;
        transition: .2s all;
    }
    #top_nav_main_check:checked ~ .top_nav > ul > li > input:checked ~ ul >li{
        visibility: visible;
        opacity: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        padding: 1px 5px;
        transition: .2s all;
        box-sizing: border-box;
    }
    #top_nav_main_check:checked ~ .top_nav > ul > li > input:checked ~ ul >li:last-child{
        border-bottom: none;
    }
    #top_nav_main_check:checked ~ .top_nav > ul > li > input:checked ~ ul > li > a{
        width: calc(100% - 60px);
    }
    header nav input:checked ~ label{
        border-bottom: 1px solid #fff;
    }
    header nav input:checked ~ label::before{
        height: 0;
        transition: .2s all;
    }
    .top_logo_img {
        font-size: .8em;
    }
    footer input:checked ~ p:first-of-type label::before{
        width: 0;
        transition: .2s all;
    }
    footer input:checked ~ ul:first-of-type,
    footer input:checked ~ ul:first-of-type li{
        visibility: visible;
        opacity: 1;
        height: auto;
        transition: .2s all;
    }
    footer input:checked ~ ul:first-of-type li{
        padding: 1em;
    }
    footer a{
        display: block;
    }
}