            @charset "UTF-8";

.cf:before,
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

html {
    min-height: 100%;
    height: auto;
    position: relative;
}

body {
    min-width: 320px;
    height: auto;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fff;
}

.inner {
    width: 100%;
    margin: 0 auto;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

/*
***************************************************
*/

header {
    width: 100%;
    height: 48px;
    background: #000;
    text-align: center;
}
header h1 {
    position: relative;
    z-index: 10;
    color: #fff;
    text-decoration: none;
    height: 32px;
    margin-left: 16px;
    font-size: 32px;
    line-height: 48px;
    float: left;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
}
/*---header h1 hover---*/
header h1:hover {
    color: #f00;
}

/*---nav---*/
.hm_wrap input[type=checkbox] {
    display: none;
}

.hm_wrap .hm_list {
    margin-right: 16px;
    line-height: 48px;
    float: right;
    text-align: center;
}

.hm_wrap li {
    text-decoration: none;
    margin-right: 10px;
    display: inline-block;
}

.hm_wrap li:last-child {
    margin-right: 0px;
}

.hm_wrap a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
}

.hm_wrap a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background-color: #f00;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

.hm_wrap a:hover::before {
    width: 100%;
}

/*---nav hover---*/
.hm_wrap a:hover {
    color: #fff;
}
/*---header .fixed---*/
header.fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 999999;
    background-color: #000;
}

header.fixed a {
    color: #fff;
    text-decoration: none;
}
/*---header .fixed hover---*/
header.fixed a:hover {
    color: #f00
}

header.fixed li a {
    color: #fff;
}

header.fixed li a:hover {
    color: #fff;
}

@media screen and (max-width: 960px) {
    /*--- 表示領域が960px以下の場合に適用するスタイル ---*/
    /* ▽▽ハンバーガーメニュー▽▽
    ------------------------------------------------------- */
.hm_menu_check {
    /* チェックボックスを隠す */
    display: none;
    }
.hm_wrap {
    display: inline-block;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    }
    /* ▽▽メニューボタン▽▽ */
.hm_btn {
    position: relative;
    right: 2em;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 2;
    }
.hm_btn::before {
    -webkit-box-shadow: #fff 0 12px 0;
    box-shadow: #fff 0 12px 0;
    }
.hm_btn::after {
    bottom: 0;
    }
.hm_btn::before,.hm_btn::after {
    width: 30px;
    height: 6px;
    background: #fff;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: box-shadow 0.2s linear, transform 0.2s 0.2s;
    }
    /* △△メニューボタン△△ */
.hm_menu_wrap {
    width: 100%;
    height: 10000px;
    background: #000;
    position: absolute;
    left: -100%;
    top: 0;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    }
    /* ▽▽開閉時のアニメーション▽▽ */
.hm_menu_check:checked~.hm_btn::before {
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    -webkit-transform: rotate(45deg) translate3d(6px, 11px, 0);
    transform: rotate(45deg) translate3d(6px, 11px, 0);
    }
.hm_menu_check:checked~.hm_btn::after {
    -webkit-transform: rotate(-45deg) translate3d(6px, -11px, 0);
    transform: rotate(-45deg) translate3d(6px, -11px, 0);
    }
.hm_menu_check:checked~.hm_menu_wrap {
    left: 0;
    }
    /* △△開閉時のアニメーション△△ */
    /* ▽▽メニュー内のリストスタイル▽▽ */
.hm_menu_wrap .hm_list {
    list-style-type: none;
    padding-top: 3em;
    padding-right: 1em
    }
.hm_menu_wrap li {
    display: inline;
    margin: 0;
    padding: 0;
    }
.hm_menu_wrap a {
    display: block;
    }
.hm_wrap a::before {
    bottom: 10px;
    }
    /* メニュー内のリストスタイル△△ */
    /* △△ハンバーガーメニュー△△
    ------------------------------------------------------- */
}

/*---max-width: 960px end---*/

/*---header end---*/

/*---main_visual---*/

/*---320px以上---*/ 
@media (min-width: 320px) {
    #main_visual {
    height: 100%;
    position: relative;
    z-index: -1;
    }

#main_visual:before {
    clear: both;
    content: "";
    height: 400px;
    width: 300%;
    background: #fff;
    position: absolute;
    bottom: -350px;
    left: -100%;
    transform: rotate(-2deg);
    }

#main_visual section {
    position: absolute;
    bottom: 1vh;
    right:1vw
    }

#main_visual h1 {
    font-size: calc(100% + 16 * (100vw - 320px) / 640)
    }
}
/*---960px以上---*/ 
@media (min-width: 960px) {
#main_visual {
    height: 80%;
    position: relative;
    z-index: -1;
    }

#main_visual:before {
    clear: both;
    content: "";
    height: 400px;
    width: 300%;
    background: #fff;
    position: absolute;
    bottom: -320px;
    left: -100%;
    transform: rotate(-2deg);
    }

#main_visual section {
    position: absolute;
    bottom: 24px;
    right: 32px
    }

#main_visual h1 {
    font-size: 32px;
    }
}

/*---main_visual end---*/

/*---news---*/

/*---320px以上---*/ 
@media (min-width: 320px) {
#news {
    width: auto;
    height: auto;
    position: relative;
    z-index: -1;
    background-color: #eee;
    }
#news h1 {
    font-size: calc(100% + 8 * (100vw - 320px) / 640);
    text-align: center;
    margin: 2vh auto 2vh auto;
    }
#news h1:before {
    margin-right: 5px;
    position: relative;
    top: 1vh;
    content: url(../i_img/icon/news.jpg);
    }
#news dl {
    width: 90vw;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
    }
#news dl dt {
    width: auto;
    margin-bottom: 0.5vh;
    font-size: calc(75% + 8 * (100vw - 320px) / 640);
    }
#news dl dd {
    width: auto;
    margin-bottom: 2vh;
    font-size: calc(75% + 8 * (100vw - 320px) / 640);
    border-bottom: 1px dotted #000;
    }
#news .news:before {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    top:3px;
    content: url(../i_img/news_icon/news_pen.png) ;
    }
#news .carry:before {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    top:3px;
    content: url(../i_img/news_icon/carry.png) ;
    }
#news .repair:before {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
    top:3px;
    content: url(../i_img/news_icon/repair.png) ;
    }
}
/*---540px以上---*/ 
@media (min-width: 540px) {
    #news dl {
    width: 80vw;
    }
}
/*---760px以上---*/ 
@media (min-width: 760px) {
    #news dl {
    width: 70vw;
    }
}
/*---960px以上---*/ 
@media (min-width: 960px) {
#news {
    width: auto;
    height: 480px;
    position: relative;
    z-index: -1;
    background-color: #eee;
    }
#news h1 {
    font-size: 24px;
    text-align: center;
    margin: 2vh auto 2vh auto;
    }
#news h1:before {
    margin-right: 5px;
    position: relative;
    top: 5px;
    content: url(../i_img/icon/news.jpg);
    }
#news dl {
    width: 60%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: left;
    }
#news dl dt {
    width: auto;
    height: 40px;
    margin-right: 16px;
    font-size: 16px;
    line-height: 64px;
    border-bottom: 1px dotted #000;
    float: left;
    }
#news dl dd {
    width: auto;
    height: 40px;
    margin-right: 16px;
    font-size: 16px;
    line-height: 64px;
    border-bottom: 1px dotted #000;
    }
#news .news:before {
    margin-right: 16px;
    content: url(../i_img/news_icon/news_pen.png) "  news";
    }
#news .carry:before {
    margin-right: 16px;
    content: url(../i_img/news_icon/carry.png) "  納品";
    }
#news .repair:before {
    margin-right: 16px;
    content: url(../i_img/news_icon/repair.png) "  修理";
    }
}
/*---news end---*/

/*---concept---*/
#concept {
    width: 80vw;
    height: auto;
    position: relative;
}
#concept .main_concept {
    height: auto;
    background: #fff;
            }
/*---320px以上---*/ 
@media (min-width: 320px) {
#concept .main_concept h1 {
    font-size: calc(100% + 8 * (100vw - 320px) / 640);
    text-align: center;
    margin: 2vh auto 2vh auto;
            }
#concept .main_concept h1:before {
    margin-right: 5px;
    position: relative;
    top: 1vh;
    content: url(../i_img/icon/outline.jpg);
            }
#concept .main_concept p {
    font-size: calc(100%);
    text-align: center;
    margin-top: 2vh;
    margin-bottom: 2vh;
            }
}
/*---concept end---*/
/*---quality---*/
#quality .quality_wra {
        height: 100%;
        position: relative;
        background-color: #eee;
    }

#quality .quality_wra .quality_se_inner{
    width: 80vw;
    height: auto;
    margin: 0 auto 0 auto;
}

#quality .quality_img_l img {
        width: 80vw;
        height: 100%;
        display: block;
        margin: 0 auto 0 auto;
    }
#quality .quality_img_r img {
        width: 80vw;
        height: 100%;
        display: block;
        margin: 0 auto 0 auto;
    }
   
#quality .ecshop h1 {
    font-size: calc(100% + 8 * (100vw - 320px) / 640);
        text-align: center;
        padding: 1vh 0 2vh 0;
    }
#quality .ecshop h1:before {
        margin-right: 5px;
        position: relative;
        top: 1vh;
        content: url(../i_img/icon/ecshop.jpg);
    }
#quality .sales h1 {
    font-size: calc(100% + 8 * (100vw - 320px) / 640);
        text-align: center;
        padding: 1vh 0 2vh 0;
    }
#quality .sales h1:before {
        margin-right: 5px;
        position: relative;
        top: 1vh;
        content: url(../i_img/icon/sales.jpg);
    }
#quality .k_kagu h1 {
    font-size: calc(100% + 8 * (100vw - 320px) / 640);
        text-align: center;
        padding: 1vh 0 2vh 0;
    }
#quality .k_kagu h1:before {
        margin-right: 5px;
        position: relative;
        top: 1vh;
        content: url(../i_img/icon/k_kagu.png);
    }
#quality p {
        font-size: calc(100%);
        text-align: center;
        margin-bottom: 10px;
    }
.rink_ec {
    display: block;
    margin-top: 1.5vh;
    margin-bottom: 3vh;
    position: relative;
    overflow: hidden
    }
.rink_ec ul {
    position: relative;
    left: 50%;
    float: left;
}
.rink_ec li {
        right: 10%;
        text-decoration: none;
        margin-right: 1vw;
        display: inline-block;
        position: relative;
        left: -50%;
        float: left;
    }
.rink_ec li:last-child {
        margin-right: 0px;
    }
.rink_ec li a {
        display: block;
        width: 80px;
        height: 30px;
        background-color: #eee;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        border: 1px solid #000;
    }
.rink_ec li a:hover{
    background-color: #000;
    color: #eee;
}
.rink_sales {
    display: block;
    margin-top: 1.5vh;
    margin-bottom: 3vh;
}
.rink_sales ul {
    position: relative;
    left: 50%;
    float: left;
}
.rink_sales li {
    right: 10%;
    text-decoration: none;
    margin-right: 30px;
    display: inline-block;
    position: relative;
    left: -50%;
    float: left;
}

.rink_sales li:last-child {
    margin-right: 0px;
}
.rink_sales li a {
    display: block;
    width: 100px;
    height: 30px;
    background-color: #eee;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border: 1px solid #000;
}
.rink_sales li a:hover{
    background-color: #000;
    color: #eee;
}
.rink_ca {
    display: block;
    margin-top: 1.5vh;
    margin-bottom: 3vh;
}
.rink_ca ul {
    position: relative;
    left: 50%;
    float: left;
}
.rink_ca li {
    right: 10%;
    text-decoration: none;
    margin-right: 30px;
    display: inline-block;
    position: relative;
    left: -50%;
    float: left;
}

.rink_ca li:last-child {
    margin-right: 0px;
}
.rink_ca li a {
    display: block;
    width: 100px;
    height: 30px;
    background-color: #eee;
    color: #000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    border: 1px solid #000;
}
.rink_ca li a:hover{
    background-color: #000;
    color: #eee;
}
#quality .quality_wra .quality_se_inner .close{
    margin: 3rem auto 3vh auto;
}

/*---960px以上---*/ 
@media (min-width: 960px) {
    #quality .quality_wra .quality_se_inner{
        width: 100vw;
    }
    #quality .quality_img_l img {
        width: 50%;
        float: left;
    }
    #quality .quality_img_r img {
        width: 50%;
        float: right;
    }
 
    #quality .ecshop h1 {
        font-size: calc(150%);
    }
 
    #quality .sales h1 {
        font-size: calc(150%);
    }
   
    #quality .k_kagu h1 {
        font-size: calc(150%);
    }
    
    .rink_ec {
        width: 50%;
        margin-top: 1vh;
        text-align: center;
        float: right;
    }

    .rink_ec li {
        right: 10%;
        text-decoration: none;
        margin-right: 30px;
        display: inline-block;
    }
    .rink_ec li:last-child {
        margin-right: 0px;
    }
    .rink_ec li a {
        display: block;
        width: 100px;
        height: 30px;
        background-color: #eee;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        border: 1px solid #000;
    }
    .rink_sales {
        width: 50%;
        margin-top: 1vh;
        margin-bottom: 0;
    }
    .rink_sales li {
        text-decoration: none;
        margin-right: 0px;
        display: inline-block;
        clear: both;
    }

    .rink_sales li a {
        display: block;
        width: 100px;
        height: 30px;
        background-color: #eee;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        border: 1px solid #000;
    }
    .rink_ca {
        width: 50%;
        margin-top: 1vh;
        margin-bottom: 0;
        float: left;
        text-align: center;
    }
    .rink_ca li {
        text-decoration: none;
        margin-right: 0px;
        display: inline-block;
        clear: both;
    }

    .rink_ca li a {
        display: block;
        width: 100px;
        height: 30px;
        background-color: #eee;
        color: #000;
        text-decoration: none;
        text-align: center;
        line-height: 30px;
        border: 1px solid #000;
    }
}
/*---quality end---*/

/*---works---*/

#works {
    width: 100%;
    height: 400px;
    position: relative;
    margin: 0 auto;
    padding: 60px 0;
    background: url(../i_img/kaguriru/kaguriru9.png) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
            }
#works:before {
    content: "";
    height: 400px;
    width: 300%;
    background: #fff;
    position: absolute;
    top: -300px;
    left: -100%;
    transform: rotate(-5deg);
            }
.works_inner {
    width: 80vw;
    max-width: 1200px;
    margin: 200px auto;
    position: relative;
            }
#works .works_inner .works_content h1 {
    font-size: calc(150%);
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
            }
#works .works_inner .works_content h1:before {
    margin-right: 10px;
    position: relative;
    top: 5px;
    content: url(../i_img/icon/kaguriru_i.png);
            }
#works .works_inner .works_content p {
    font-size: calc(100%);
    text-align: center;
    margin-bottom: 10px;
            }

/*---works end---*/
/*---access---*/
@media (min-width: 320px) {
    #access {
        margin: 0 auto 30px auto;
        width: 100%;
        position: relative;
        background: #eee;
        padding-bottom: 10px
    }
    #access h1 {
        font-size: calc(150%);
        margin-top: 10px;
        margin-bottom: 50px;
        text-align: center;
    }
    #access h1:before {
        margin-right: 10px;
        position: relative;
        top: 5px;
        content: url(../i_img/icon/map.jpg);
    }
    .access_inner {
        width: 80vw;
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
    }
  
    .access_inner .access_content .accessmap .googlemap {
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
    .access_inner .access_content .accessmap {
        display: table;
        margin: 0 auto;
    }
    #access dl {
        width:100%;
    }
    #access dt {
        font-size: calc(100%);
        width: 100%;

    }
    #access dd {
        font-size: calc(100%);
        width: 100%;
        margin-bottom: 10px;
    }
}
@media (min-width: 960px) {
#access {
    margin: 0 auto 30px auto;
    width: 100%;
    position: relative;
    background: #eee;
    padding: 30px 0;
}
#access h1 {
    font-size: calc(150%);
    margin-top: 10px;
    margin-bottom: 50px;
    text-align: center;
}
#access h1:before {
    margin-right: 10px;
    position: relative;
    top: 5px;
    content: url(../i_img/icon/map.jpg);
}
.access_inner {
    width: 80vw;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.access_inner .access_content .accessmap .googlemap {
    float: left;
    width: 300px;
    height: 300px;
    margin-left: 10%;
    border: #000 solid 1px;
}
.access_inner .access_content .accessmap {
        display: block;
    }
#access dl {
    float: right;
    width: 40vw;
}
#access dt {
    font-size: calc(100%);
    width: 20vw;
}
#access dd {
    font-size: calc(100%);
    width: 40vw;
    margin-bottom: 10px;
}
}
/*---access end---*/
/*---footer---*/
footer {
    clear: both;
    height: 30px;
    background-color: #000;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;
            }
footer small {
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
    line-height: 30px;
            }
/*---footer end---*/