@charset "UTF-8";
/*
Theme Name:コピー機移動運搬センター
Theme URI:
Description:コピー機移動運搬センターの専用テンプレートです。
Author:koshimizu ayako
Version:1.0 260407
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img{vertical-align: bottom;}

#contents-wrap p,#contents-wrap2 p{line-height: 1.75em;}

/* iphone リセット*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, select, textarea{
    border: none;
    outline: none;
}


/********* base *********/

html{font-size: 62.5%; /* sets the base font to 10px for easier math */}

body{
	color: #000;
	font-size: 18px;
	line-height: 1.2;
}

body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6{
    font-family: 'hiragino-kaku-gothic-pron', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

a{text-decoration: none;
    color: #000;}

a:hover{opacity: 0.8;}

.sp{display: none!important;}

img{
    max-width: 100%;
    vertical-align: bottom;
}

@media screen and (max-width: 768px){
    img{
        max-width: auto;
        width: 100%;
        }
	.sp{display: block!important;}
	.pc{display: none!important;}
 
    body{font-size: 16px;}
    
}

/********* header *********/
header{
    background: url(assets/images/hader_bg.png)repeat-x bottom;
}

header #header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 0px 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1.logo {
    width: 488px;
}

header .header_right_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .header_right_top .txt_block{
    width: 363px;
    color: #fff;
}

header .header_right_top .txt_block p.txt{
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 1.2;
}
header .header_right_top .txt_block p.txt2{
    font-size: 15px;
}

header #nav-content {
    margin: 12px 0 0;
}
header #nav-content .menu {
    display: flex;
}
header #nav-content .menu li{
    margin-right: 20px;
    font-size: 16px;
    font-family: yu-gothic-pr6n, sans-serif;
    line-height: 1;
    display: flex;
    align-items: center;
    &::after{
        content: '';
        background: #fff;
        width: 1px;
        height: 90%;
        display: inline-block;
    }
}
header #nav-content .menu li:last-child{
    &::after{
        display: none;
    }
}

header #nav-content .menu li a{
    padding: 0 20px 0 0;
    line-height: 1;
    color: #fff;
}

.link_btn-line, .link_btn-contact{
    width: 295px;
    height: 62px;
}
.link_btn-line a, .link_btn-contact a {
    width: 100%;
    height: 100%;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    &::after{
        content: '';
        background: url(assets/images/icon_arrow.png)no-repeat;
        background-size: 100%;
        width: 22px;
        height: 15px;
        display: inline-block;
        margin-left: 11px;
    }
}

.link_btn-line a{
    background: #06c755;
    color: #fff;
    &::after{
    filter: invert(100%) sepia(100%) saturate(12%) hue-rotate(11deg) brightness(111%) contrast(101%);
    }
}
.link_btn-contact a{
    background: #ffc926;
}

@media screen and (max-width: 768px){
    header h1.logo{
        width: 258px;
    }

    header #header-inner{
        width: 96%;
        padding: 6px 0px 11px;
    }

    header #nav-content .menu li{
        margin-right: 10px;
    }
    header #nav-content .menu li a{
        padding: 0;
        color: #000;
    }

    #nav-drawer {
        width: 34px;
        position: relative;
        margin-left: 0;
        margin-top: 0;
        text-align: center;
    }

    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display: none;
    }

    /*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        width: 100%;
        margin-top: 0;
    }

    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;/*はじめは隠しておく*/
        position: fixed;
        z-index: 9999;
        top: 0;/*全体に広がるように*/
        right: 0;
        width: 30%;
        height: 100%;
        /* background: black;*/
        opacity: 0;
        transition: .3s ease-in-out;
    }


    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9990;/*最前面に*/
        width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
        /*max-width: 330px;最大幅（調整してください）*/
        height: 100%;
        background: #fff;/*背景色*/
        transition: .3s ease-in-out;/*滑らかに表示*/
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);/*左に隠しておく*/
    }


    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked~#nav-close {
        display: block;/*カバーを表示*/
        opacity: .5;
    }

    #nav-input:checked~#nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);/*中身を表示（右へスライド）*/
        box-shadow: 100px 0px 25px 20px rgba(0, 0, 0, .5);
        z-index: 9995;
    }
    #nav-content{background: #99cdff url(assets/images/close-bg.png) top right no-repeat;
    background-size: auto;}
    #nav-content-wrap {
        background: #fff;
        margin: 5% 12% 0 2%;
        padding: 3% 5%;}
    #nav-content-wrap ul{
        margin-bottom: 5%;
        flex-wrap: wrap;
        }
    #nav-content-wrap li{
        width: 100%;    
        border-bottom: 1px solid #EADBD1;
        padding: 4% 10% 4% 0;
    }
    #nav-content-wrap .btn-wrap01 {
        background: #99cdff;
        border-radius: 50px;
        padding: 0 10%;
        margin-bottom: 5%;}

    #nav-content-wrap .btn-wrap02 {
        background: #8EAF29;
        border-radius: 50px;
        padding: 0 10%;
        margin-bottom: 5%;}
        
    #nav-content-wrap .btn-wrap01 img{width: 100%;}
    
    .hamburger-top {
        height: 40px;
        margin-top: 5px;
    }

    .menu-hamburger-menu-container li {
        float: none;
        font-size: 15px;
        padding: 10px 15px 10px 15px;
        list-style: none;
        text-align: left;
        border-bottom: dashed 1px #fedbf1;
    }

    .menu-hamburger-menu-container li:last-child {
        border: none;
    }

    .menu-hamburger-menu-container li a {
        text-decoration: none;
        color: #000;
    }

    .menu-hamburger-menu-container a:before {
        font-family: FontAwesome;
        content: "\f07b";
        color: #00bb80;/*アイコン色*/
        margin-right: 5px;
    }
    
    ul#menu-sp-nav li{
        color: #414141;
        font-size: 2.1rem;
    }
    
    ul#menu-sp-nav li span {
        display: block;
        font-size: 1.6rem;
        color: #8EAF29;
    }

    .link_btn-line, .link_btn-contact{
        width: 45%;
        max-width: 200px;
        height: 42px;
    }
    .link_btn-line a, .link_btn-contact a{
        letter-spacing: 0px;
        &::after{
            width: 15px;
            height: 10px;
        }
    }
}


/** footer **/
footer{
    margin-top: 75px;
    padding: 30px 0 0;
    background: url(assets/images/footer_bg.png) repeat-y;
    background-size: 100%;
}
footer #footer-inner{
    max-width: 1100px;
    margin: 0 auto 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer h1.logo{
    margin-bottom: 14px;
}

footer .footer_left_wrap{
    width: 45%;
}

footer .footer_left_wrap p a{
    color: #fff;
    font-size: 16px;
    font-family: yu-gothic-pr6n, sans-serif;
}

footer .footer_right_wrap{
    width: 53%;
    color: #fff;
}

footer .site_map h2{
    margin-bottom: 15px;
    padding-bottom: 6px;
    font-size: 16px;
    font-family: "helvetica-neue-lt-pro-cond", sans-serif;
    line-height: 1.2;
    border-bottom: 2px solid #fff;
}

footer nav.f-nav{
    margin-bottom: 22px;
}

footer nav.f-nav ul.menu {
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 11px 0;
}

footer nav.f-nav ul.menu li{
    font-size: 16px;
    font-family: yu-gothic-pr6n, sans-serif;
}
footer nav.f-nav ul.menu li a{color: #fff;}


footer .footer_right_wrap .txt_block p.txt{
    margin-bottom: 14px;
    line-height: 1.2;
    font-weight: 600;
}
footer .footer_right_wrap .txt_block p.txt2{
    font-size: 15px;
    font-family: yu-gothic-pr6n, sans-serif;
    line-height: 1;
}

footer .footer_right_wrap .btn_block {
    margin-top: 17px;
    display: flex;
    gap: 13px;
}
footer .link_btn-line, footer .link_btn-contact{
    width: 247px;
    height: 54px;
}

footer #copy {
    padding: 19px 0 11px;
    font-size: 16px;
    font-family: yu-gothic-pr6n, sans-serif;
    background: #003466;
    text-align: center;
    color: #fff;
}

@media screen and (max-width:768px) {
    footer{
        margin-top: 35px;
    }
    footer #footer-inner{
        width: 96%;
        display: block;
    }

    footer .footer_left_wrap{
        width: 80%;
        margin: 0 auto;
    }

    footer .footer_left_wrap p{
        display: none;
    }
    
    footer .footer_right_wrap{
        width: 96%;
        margin: 20px auto;
    }
    footer nav.f-nav ul.menu{
        grid-template-columns: 1fr 1fr;
        gap: 15px 0;
    }
    

    footer .footer_right_wrap .txt_block p.txt{
        text-align: center;
    }
    footer .footer_right_wrap .txt_block p.txt2{
        text-align: center;
    }
    footer .link_btn-line a, footer .link_btn-contact a{
        font-size: 14px;
    }
}