@charset "UTF-8";

/* ---------------------------------------------------
   File: common_style_no_lnavi.css
   Version: 1.0.0
   Update: 2017-12-5
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================

    PC 

=========================================================================== */

/* ===================================================
    Header
=================================================== */
header {
    border-bottom: solid 1px #fff;
}




/* ===========================================================================

    TABLET - LARGE
		
=========================================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {}

/* ===========================================================================

	TABLET
		
=========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {}




/* ===========================================================================

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {


    /* ===================================================
    Local Navigation
=================================================== */
    .topBox {
        position: relative;
    }

    .topBox .btn_tel {
        font-size: 0.9em;
        line-height: 1em;
        box-sizing: border-box;
        height: 40px;
        position: absolute;
        top: 9px;
        right: 70px;
        right: calc(6vw + 30px);
    }

    .topBox .btn_tel a {
        color: #454545;
        background: #f7f3e8;
        display: block;
        display: inline-block;
        padding: 8px 20px;
        border-radius: 5px;
        /* CSS3 */
        -webkit-border-radius: 5px;
        /* Safari,Chrome */
        -moz-border-radius: 5px;
        /* Firefox */
    }

    .topBox .btn_tel a img {
        width: 1.5em;
        height: auto;
        display: inline-block;
        vertical-align: bottom;
        margin-right: 10px;
    }




}