@charset "utf-8";
/* CSS Document */


@media (max-width: 750px) {
    .only-pc {
        display: none
    }
    
    .only-sp {
       display: block;
    }
    
    
    footer {
        padding: 30px 0;
    }

    .drop-down-menu .wrap {
        padding: 1rem;
    }

   
}

@media (max-width: 1610px) {
    .img-box {
        width: 100%;
        height: 524px;
        position: relative;
        overflow: hidden;
    }
    
    .img-box img {
        position: absolute;
        top: 0;
        width: auto;
        height: 100%;
        max-width: unset;
    }
}


@media (max-width: 1160px) {
    nav ul li,nav.footer-nav ul li {
        padding: 0px 30px;
    }
    
}


@media (max-width: 1119px) {
    nav.header-nav a p,nav.footer-nav ul li p {
        font-size: 12px;
    }
    
    .logo img {
        width: 80%;
    }
}

@media (max-width: 1110px) {
    nav ul {
        font-size: 12px;
    } 
    
    .txt {
        padding: 0 15px;
    }
    
    
    .img-area {
        max-width: 95%;
    }

    .img-area ul li img {
        width: 70%;
    }
    
    li.img-2 {
        left: 5%;
    }
    
    .area-height.pos-r {
        height: 400px;
    }

    
/************20190315*************/
    
    .develop-ttl-box {
        width: 100%;
    }
    ul.img-list04 li img {
        width: 100%;
        margin: auto;
    }
    
    li.img-10 {
        top: -43%;
        right: 5%;
        left: 66%;
    }
    
    li.img-11 {
        top: -20%;
        right: 24%;
        z-index: 3;
        left: 47%;
    }
    
    li.img-12 {
        bottom: 49%;
        left: 25%;
        z-index: 2;
        right: 45%;
    }
    
    li.img-13 {
        bottom: 22%;
        left: 5%;
        right: 64%;
    }
    
    .img-area-2 {
        padding: 90px 0;
    }
    
    .img-area-2:before {
        height: 350px;
    }
    
    .develop-txt-box {
        width: 100%;
        margin-top: 0px;
    }
    
/*********20190318******************/
    nav.footer-nav ul {
        font-size: 12px;
    }


/********20190522****************/
    .recommend-txt p {
        white-space: normal;
    }
        
    .img-area-2 ul li img {
        width: 100%;
    }
    
/*********20190523*******/
    .br-none {
        display: none;
    }
    
   .shop-img-box {
        background: #000;
        border-radius: 340px;
        padding: 152px 15px;
        position: absolute;
        top: -41%;
        left: 1%;
    }
    
    .shop-link-img {
        width: 50px;
    }
    
    .shop-link-txt {
        width: 69%;
    }
    
}

@media (max-width: 1110px) and (-ms-high-contrast: none){  
 
}

@media (max-width: 1068px) {
   
}

@media (max-width: 1024px) {   
    .nav-only-pc {
        display: none;
    }
    
    .nav-only-sp {
        display: block;
    }
    /***********drawer**********/
    /*    
    main {
    height: 100%;
    min-height: 100vh;
    padding: 0 50px;
    background-color: #eee;
    transition: all .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
    main.open {
    transform: translateX(-250px);
    }
    main h1 {
    text-align: center;
    font-weight: 500;
    }
    main p {
    text-align: center;
    }
    */    
    
    .menu-trigger {
        display: inline-block;
        width: 36px;
        height: 28px;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 37px;
        right: 30px;
        z-index: 100;
        /*   transform: translateX(0);
        transition: transform .5s;
        */
    }
    /* .menu-trigger.active {
    transform: translateX(-250px);
    }*/
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        background-color: #fff;
        transition: all .5s;
    }

    .menu-trigger.active span {
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(12px) rotate(-45deg);
    }

    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }

    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-12px) rotate(45deg);
    }
 
    .header-nav-sp {
        width: 250px;
        height: 100%;
        padding-top: 100px;
        background: rgb(30 80 157 / 50%);
        position: fixed;
        top: 0;
        right: 0;
        z-index: 10;
        transform: translate(250px);
        transition: all .5s;
    }
    .header-nav-sp.open {
        transform: translateZ(0);
    }
        
    .header-nav-sp li {
        border-left: none;
    }
    
    .header-nav-sp li a {
        color: #fff;
        text-align: center;
        padding: 3px 11px;
        border-left: 4px solid #fff;
        display: block;
    }
    
    
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
        
    .menu-trigger span {
        display: inline-block;
        box-sizing: border-box;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transition: all .5s;
    }
    
    .menu-trigger {
        display: inline-block;
        width: 28px;
        height: 18px;
        vertical-align: middle;
        cursor: pointer;
        position: fixed;
        top: 37px;
        right: 30px;
        z-index: 100;
    }
    
    .menu-trigger.active span:nth-of-type(3) {
        transform: translateY(-7px) rotate(45deg);
    }
    
    .menu-trigger.active span:nth-of-type(1) {
        transform: translateY(9px) rotate(-45deg);
    }
    
    nav.header-nav-sp a:hover {
        color: rgba(185, 185, 185, 0.5);
        transition: .5s ease;
    }
    
/**********drawer*************/
     
    nav ul {
        display: block;
    }
   
    nav ul li {
        padding: 0px 36px;
        margin-bottom: 34px;
    }
    
    .header-nav-sp li a p {
        font-size: 12px;
    }
    
    .header-nav-sp li a p span {
        font-size: 14px;
    }
        
    .left, .right {
        width: 100%;
    }
    
    #company .right,
    #supported .right {
        order: 1;
    }

    #supported .right {
        margin-bottom: 20px;
    }
    
    #company .left,
    #supported .left {
        order: 2;
    }

    .company-map {
        flex-direction: column;
    }

    .company-map .map,.company-map .park{
        width: 100%;
    }
        
    .img-box {
        height: auto;
    }
    
    .img-box img {
        position: static;
        width: 100%;
    }
    
    th, td {
        display: block;
    }
    
    .content-box {
        padding: 30px 0;
    }
    
    .footer-row {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1000px) {

}

@media (max-width: 835px) {
    .header-info {
        width: 50%;
    }
    
    .ttl h1 {
        font-size: 30px;
    }
    
    .ttl p {
        font-size: 18px;
    }
    
    .txt {
        text-align: left;
        max-width: 95%;
        margin: auto;
    }

    span.large {
        font-size: 45px;
    }

/*********20190527*************/
    .top-copy p {
        margin-top: 6px;
    }
    
}

@media (max-width: 811px) {
    nav ul li {
        padding: 0px 16px;
    }
    
   
/******20190527*******/
    nav.footer-nav ul li {
        padding: 0px 16px;
    }
        
 
}

@media (max-width: 811px) and (-ms-high-contrast: none){  

}

@media (max-width: 768px) {
    #about {
        background-attachment: unset;
    }
    
    #entry {
        background-attachment: unset;
    }

    .recruit-table{
        width: 95%;
        margin: auto;
    }

    .modal-content table {
        width: 95%;
        margin: 0 auto;
    }
    .modal-content{
        width: 100%;
    }
    .modal-content th{
        width: 100%;
        display:block;   
    }
    .modal-content td{
        width: 100%;
        display:block;     
    }
    .modal-content p{
        width: 95%;
    }

}

@media (max-width: 750px) {   
    .header-info a {
        justify-content: center;
    }
        
    .top-copy {
        padding: 0 10px;
    }
    
   .top-copy h1 {
        font-size: 1.5rem;
    }
    
   .top-copy p {
        font-size: 18px;
        margin-top: 0px;
        padding-top: 10px;
    }
    
    .top-copy p .only-sp {
        display: none;
    }
        
    .top-copy-logo img {
        width: 360px;
    }

    .recruit-table{
        width: 100%;
        margin: auto;
        max-width: 100%;
    } 
    
/************20190315********************/
/*
    .overlay {
        content: "";
        display: block;
        width: 0;
        height: 0;
        background-color: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        transition: opacity .5s;
        }
    .overlay.open {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
*/    

    .main-row {
        display: block;
        padding-bottom: 10px;
    }
    
    h1.logo img {
        /*width: 230px;*/
        margin: auto;
    }
    
    .header-info {
        width: 100%;
        text-align: center;
    }
    
    .img-area-2 {
        padding: 36px 0;
    }
    
    .img-area-2:before {
        height: 280px;
    }
    
    .shop-img-box {
        position: static;
        width: 50%;
        margin: 0 auto 16px;
        padding: 17% 0px;
    }
    
    .shop-txt-box {
        width: 100%;
    }
    
    .shop-contents-box {
        padding: 24px 0 40px;
    }
    
    .shop-txt-box a {
        font-size: 24px;
        /*padding: 22px 60px 17px 48px;*/
        width: 70%;
    }
    
    #supported .about-txt-catch {
        text-align: left;
    }
  
/**********20190318***************/
    .company, .link {
        width: 100%;
        margin: auto;
        border-left: none;
        border-top: 2px solid #999999;
        order: 2;
        border-right: none;
    }
    
    .info-contents-box table {
        margin: auto;
    }
    
    .info-contents-box td {
        text-align: center;
    }
    
    .info-img {
        order: 1;
        margin-top: 0px;
    }
    
    .info-img img {
        margin: 30px auto 50px;
    }
    
    .info-contents-box {
        margin: 0 auto 32px;
    }
        
    section#shopping,section#blog,section#info {
        margin-top: 0;
    }
    
    .contact-container a p {
        /*font-size: 16px;*/
    }
    
    
    nav.footer-nav ul {
        /*display: flex;*/
        /*border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;*/
        width: 100%;
        margin: auto;
        padding: 20px 0 0;
    }
    
    nav.footer-nav ul li {
        margin-bottom: 20px;
        /*border-left: none;*/
        text-align: center;
    }
    
    .footer-nav {
        width: 90%;
    }
    
    .develop-txt-box {
        margin-top: 80px;
    }
        
    .develop-txt-box .txt p {
        white-space: normal;
    }
    
    header {
        padding: 10px 0;
    }

    .menu-trigger {
        right: 20px;
    }
    
    
}

@media (max-width: 750px) and (-ms-high-contrast: none){  
    p.tel {
        font-size: 21px;
    }
    .top-copy-logo {
        padding: 0 10px;
    }
  
}

@media (max-width: 620px) {
    header {
        padding: 10px;
    }

    h1.logo img {
        margin: 0 10px;
    }

    .logo img {
        width: 60%;
    }   

    .menu-trigger {
        top: 45px;
    }    

    .about-txt-catch {
        padding: 30px 0 30px;
    }

   .about-txt-catch h1 {
        font-size: 22px;
    }
    
    nav.footer-nav ul {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 12px;
        padding: 10px 0 0;
    }
    
    nav.footer-nav ul li {
        margin-bottom: 10px;
        border-left: none;
    }
    
    .f-logo {
        margin-top: 30px;
    }

    .entry .ban-box {
        width: 100%;
    }

    .txt.tel {
        padding: 10px 15px 30px;
    }

    .txt {
        max-width: 100%;
    }
     
}

@media (max-width: 562px) {
    .main-row {
        display: block;
    }
 
    .header-info {
        width: 100%;
        text-align: center;
    }
      
    nav ul {
        margin: 7px 0 16px;
    }
    
    nav ul li {
        padding: 0px 20px;
    }
      
    span.small {
        font-size: 24px;
    }
    
    h1.mt-1 {
        margin-top: 10px;
    }
    
    .logo-shop img {
        margin: auto;
        /*width: 40%;*/
    }

/**********20190527***********/

    .top-copy {
        flex-wrap: wrap;
        top: 40%;
    }  

    .top-copy-logo {
        padding: 10px;
    }
    
    .top-copy-ttl {
        margin-top: 16px;
    }
        
    .tel-flex {
        width: 300px;
    }
    
    p.tel {
        font-size: 22px;
        letter-spacing: 1.5px;
        color: #fff;
    }
        
    svg#_x32_ {
        width: 30px;
        height: 30px;
    }

}

@media (max-width: 420px) {
    /*.home-sections> section {
        padding: 40px 0 0;
    }*/

    .header-info a {
        display: none;
    }
    
    svg#_x32_ {
        /* margin: 0; */
        height: 23px;
        width: 23px;
    }

    .top-img {  
        position: relative;
        width: 90%;
        margin: auto;
        overflow: hidden;
    }
    
    .ttl h1 {
        font-size: 26px;
    }
    
    .ttl p {
        font-size: 16px;
    }
    
    span.large {
        font-size: 38px;
    }
    
    .recommend-logo img {
        width: 170px;
    }
    h1.logo {
        padding-top: 0;
    }
    
    .sp-flex {
        display: flex;
        align-items: baseline;
        justify-content: center;
        padding-top: 10px;
    }
        
    .sp-info {
        text-align: center;
        align-self: flex-end;
    }
    
    p.tel.only-sp {
        display: block;
        color: #fff;
        padding-left: 8px;
    }
    
    p.time.only-sp {
        display: block;
        color: #fff;
    }
    
    p.time {
        padding-top: 4px;
    }
       
    .header-info {
        padding-top: 0px;
    }
        
    .header-info p.tel {
        display: none;
    }
    
    p.tel {
        font-size: 23px;
    }
    
    /*.top-img img {
        height: calc(100vh - 72px);
        height: 85vh;
        object-fit: cover;
        object-position: 71%;
    }*/
    
    .top-img img {
        /* height: calc(100vh - 72px); */
        height: 100%;
        width: auto;
        position: absolute;
        max-width: none;
        left: -120%;
        right: -100%;
    }
    
    main:before {
        height: 41%;
    }
     
    .top-copy h1 {
        font-size: 26px;
    }
        
    .top-copy p {
        font-size: 16px;
        /*margin-top: 0px;*/
    }
    
    .menu-trigger {
        right: 20px;
    }
    
    .menu-trigger span {
        width: 100%;
    }
    
    .header-nav-sp {
        width: 200px;
    }
  
/*********20190318************/
 
    h2.f-logo a img {
        margin: 0px auto 25px;
    }
           
    /* .about-txt-catch {
        text-align: left;
    } */
    
    #about {
        background-position: 75% 0%;
    }
    
    .sp-center {
        text-align: center;
    }
    
    /* .tel-flex {
        width: 230px;
    } */

    .ban-box {
        width: 95%;
    }
    
    .contact-person {
        font-size: 16px;
        margin-top: 16px;
    }
    
    p.copyright {
        font-size: 12px;
    }
        
}

@media (max-width: 420px) and (-ms-high-contrast: none){  
    .sp-info {
        text-align: center;
        margin-top: auto;
    }
  
}

@media (max-width: 330px) {
    h1.logo img {
        width: 190px;
        padding-left: 10px;
        margin: 0;
        margin-right: auto;
    }
  
/*********20190318**************/
    /*nav.footer-nav ul {
        width: 80%;
    }*/
    
}

/*********20240711**************/

@media (max-width: 500px) {
    .only-sp500{
        display: block;
    }
}

/**********20250804***********/

@media (max-width: 600px) {
    .border-b-white::after {
        margin: 30px auto 0;
    }
        
    .border-b::after {
        margin: 30px auto 0;
    }
}
    