@charset "utf-8";

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    overflow-y: scroll;
}
body{
    color: #333;
    background: #FFF;
    font-size: 14px;
    font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";
    line-height: 2;
    -webkit-text-size-adjust: 100%;
}
body,div,pre,p,blockquote,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,th,td,figure,figcaption,button{
    margin: 0;
    padding: 0;
}
a,
a:focus{
    outline: none;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
    opacity: 0.8;
}
li{
    list-style-type: none;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a{color: #3d6b9c;text-decoration: none;}
a:hover{color: #64256a;text-decoration: underline;}
a:visited{color: #3d6b9c;text-decoration: none;}

/*----base color----
main #ff9933
sub #87bb1e
bkg #f3f3f3
sub-bkg #eeeeee
-------------------*/
.wrap{
    margin: 0 auto;
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .for-sp_tb,
    .for-tb{
        display: none;
    }
    .wrap{
        width: 1000px;
    }
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .for-sp{
        display: none;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap{
        padding: 0 30px;
    }
    .for-sp_and_pc{
        display: none;
    }
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    .for-pc-only{
        display: none;
    }
    .wrap{
        width: 100%;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    body{
        font-size: 15px;
    }
    .container .wrap{
        padding: 0 20px;
    }
    .for-pc,
    .for-tb{
        display: none;
    }
}
/*-----------------------------------
header
-----------------------------------*/
.head-group a{
    color: #333;
    text-decoration: none;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .head-group{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .site-name,
    .nav-group,
    .sub,
    .main{
        display: table-cell;
        vertical-align: middle;
    }
    .site-name{
        width: 40%;
        padding: 10px 0;
    }
    .nav-group{
        width: 60%;
    }
    .nav-group-inner{
        float: right;
    }
    p.head-lead{
        margin-bottom: 5px;
        font-size: 0.8em;
    }
    .logo img{
        width: 125px;
        margin-top: 5px;
        vertical-align: top;
    }
    .sub .freeword form{
        position: relative;
        width: 90%;
        margin: 0 auto 10px;
    }
    .sub .freeword input[type="text"]{
        width: 100%;
        padding: 10px 50px 10px 20px;
        background-color: #eeeeee;
        border: none;
        border-radius: 50px;
        font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";
        font-size: 0.9em;
        outline: none;
    }
    .sub .freeword input[type="image"]{
        position: absolute;
        content: "";
        width: 22px;
        top: 50%;
        right: 20px;
        margin-top: -11px;
    }
    .main ul{
        display: flex;
        align-items: center;
    }
    .main li {
        height: 110px;
    }
    .main .search{
        width: 110px;
        border-left: 1px solid #c2c3c4;
        background-position: center 28px;
        background-repeat: no-repeat;
        background-size: 26px auto;
    }
    .main .search.area {
        background-image: url(/images/icon/nav-pin.png);
    }
    .main .search.station {
        background-image: url(/images/icon/nav-train.png);
    }
    .main .search a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        padding-top: 30px;
        font-weight: bold;
        font-size: 0.95em;
        text-align: center;
    }
    .main .contact {
        width: 320px;
        background-color: #87bb1e;
        border-bottom: 1px solid #FFF;
    }
    .main .contact .title {
        width: 100%;
        padding: 2px 5px;
        background-color: #333;
        border-bottom: 1px solid #FFF;
        font-size: 0.9em;
        text-align: center;
        color: #FFF;
    }
    .main .contact .box {
        display: flex;
        align-items: center;
        text-align: center;
        height: 80px;
    }
    .main .contact .tel {
        width: 255px;
        border-right: 1px solid #FFF;
    }
    .main .contact .tel a {
        padding-left: 28px;
        background-image: url(/images/icon/tel_wh.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 24px auto;
        font-size: 2.2em;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        color: #FFF;
        line-height: 1;
    }
    .main .contact .tel .time {
        margin-top: -5px;
        font-size: 0.9em;
        font-weight: bold;
    }
    .main .contact .mail {
        flex: 1;
    }
    .main .contact .mail .icon {
        width: 36px;
        margin: 0 auto;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #header .wrap{
        padding-right: 0;
    }
    .site-name{
        width:25%;
    }
    .logo img{
        width: 100px;
    }
    .nav-group{
        width: 75%;
    }
    p.head-lead{
        font-size: 0.7em;
    }
    .main .contact .tel a {
        font-size: 2em;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .site-name{
        padding: 10px;
        background-color: #333;
        text-align: center;
    }
    .site-name,
    .site-name a{
        color: #FFF;
    }
    .logo img{
        width: 85px;
        margin-top: 3px;
        vertical-align: top;
    }
    p.head-lead{
        margin-bottom: 5px;
        font-size: 0.6em;
    }
    .head-group .sub{
        display: none;
    }
    .main ul {
        display: flex;
        flex-wrap: wrap;
    }
    .main .search {
        width: 50%;
        padding-top: 23px;
        background-position: center 8px;
        background-repeat: no-repeat;
        background-size: 20px auto;
    }
    .main .search.area {
        border-right: 1px solid #c2c3c4;
        background-image: url(/images/icon/nav-pin.png);
    }
    .main .search.station {
        background-image: url(/images/icon/nav-train.png);
    }
    .main .search a{
        display: block;
        padding: 5px;
        font-size: 0.9em;
        font-weight: bold;
        text-align: center;
    }
    .main .contact {
        width: 100%;
        background-color: #87bb1e;
        border-bottom: 1px solid #FFF;
    }
    .main .contact .title {
        display: none;
    }
    .main .contact .box {
        display: flex;
        align-items: center;
        text-align: center;
    }
    .main .contact .tel {
        flex: 1;
        padding: 8px 5px 6px;
        border-right: 1px solid #FFF;
    }
    .main .contact .tel a {
        padding-left: 24px;
        background-image: url(/images/icon/tel_wh.png);
        background-position: left center;
        background-repeat: no-repeat;
        background-size: 20px auto;
        font-size: 1.6em;
        font-family: 'Roboto', sans-serif;
        font-weight: bold;
        color: #FFF;
        line-height: 1;
    }
    .main .contact .tel .time {
        margin-top: -6px;
        font-size: 0.6em;
        font-weight: bold;
    }
    .main .contact .mail {
        width: 60px;
        padding: 5px;
    }
    .main .contact .mail .icon {
        width: 30px;
        margin: 0 auto;
    }
}

/*-----------------------------------
pagetop
-----------------------------------*/
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .pagetop{
        position: fixed;
        z-index: 2000;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        content: "";
        border: 1px solid #666;
        cursor: pointer;
        transform: rotateY(270deg);
        -webkit-transform: rotateY(270deg);
        transition: transform 0.3s linear;
        -webkit-transition: -webkit-transform 0.3s linear;
        opacity: 0.8;
    }
    .pagetop .arrow:before{
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        margin-top: -4px;
        margin-left: -6px;
        border-top: 4px solid #666;
        border-right: 4px solid #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    .pagetop{
        position: relative;
        width: 100%;
        height: 38px;
        padding: 27px 5px 26px;
        background-color: #dbdbdb;
        font-size: 0.8em;
        color: #333;
        text-align: center;
        cursor: pointer;
    }
    .pagetop .arrow:before{
        position: absolute;
        content: "";
        top: 15px;
        left: 50%;
        width: 14px;
        height: 14px;
        margin-left: -7px;
        border-top: 3px solid #333;
        border-right: 3px solid #333;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pagetop{
        margin-bottom: 30px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .pagetop{
        width: auto;
        margin: 0 -20px 20px;
    }
}
/*-----------------------------------
footer
-----------------------------------*/
#footer{
    padding: 60px 0 30px;
    background-color: #333;
}
#footer,
#footer a,
#footer a:hover{
    color: #FFF;
}
.ft-name,
#footer .nav-main{
    margin-bottom: 30px;
}
.ft-name{
    float: left;
    margin-right: 40px;
    text-align: left;
}
.ft-logo img{
    width: 100px;
    margin-bottom: 15px;
    vertical-align: top;
}
.ft-logo p{
    font-size: 0.7em;
}
#footer .nav-main dl{
    float: left;
    margin-right: 40px;
}
#footer .nav-main dt{
    margin-bottom: 5px;
    font-weight: bold;
}
#footer .nav-main li a{
    display: block;
    padding: 3px;
    font-size: 0.9em;
}
#footer .nav-main li a span{
    font-size: 0.7em;
}
p.copyright{
    clear: both;
    font-size: 0.8em;
    text-align: right;
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer{
        padding: 0 0 30px 0;
    }
    .ft-name,
    #footer .nav-main{
        margin-bottom: 20px;
    }
    .ft-name{
        float: none;
        margin-right: 0;
    }
    .ft-logo img{
        width: 90px;
        vertical-align: middle;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    #footer{
        padding: 0 20px 120px;
    }
    .ft-name{
        float: none;
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .ft-logo img{
        width: 80px;
        margin-bottom: 10px;
        vertical-align: middle;
    }
    #footer .nav-main{
        margin: 0 -20px 20px;
    }
    #footer .nav-main dl{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    #footer .nav-main dt{
        margin-bottom: 0;
        padding: 3px 20px;
        background-color: #1f1f1f;
        font-size: 0.8em;
    }
    #footer .nav-main li a{
        padding: 5px 20px;
        border-bottom: 1px solid #1f1f1f;
        display: block;
        text-decoration: none;
    }
    #footer .nav-main li:last-child a{
        border-bottom: none;
    }
    #footer .nav-sub{
        width: 100%;
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }
    p.copyright{
        font-size: 0.6em;
        text-align: center;
    }
}

/*-----------------------------------
clear
-----------------------------------*/
.ft-name,
#footer .nav-main{
    display: block;
    min-height: 1%;
}
.ft-name:after,
#footer .nav-main:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
