@charset "utf-8";

/***************************************************************************
/*Media Queries
****************************************************************************/


@media screen and (max-width:768px) {
    /* タブレット768px以下 */
}

@media screen and (max-width: 640px) {
    /* スマホ640px以下 */
}


/***************************************************************************
基本設定
****************************************************************************/


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    /*スマートフォンの横向き時に文字が大きくなるのを防ぐ none指定は避ける*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*タップしたときに反転を防ぐ*/
}

ul li {
    list-style-type: none;
}

ol {
    list-style-type: decimal;
    padding-left: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

body {
    font-size: 12px;
    font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    /*綺麗なフォント　http://gimmicklog.main.jp/category/jquery/*/
    color: #433F3E;
    line-height: 1.6em;
    background-image: url(../img/common/contents/bg-body.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding-top: 20px;
    /*line-height: 1.4em;*/
    /*行間設定は*ではなく、bodyへ h1などの個別行間設定が制御出来ないため*/
}

h1,
h2,
h3.h4 {
    font-family: "source-han-sans-japanese", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    /*綺麗なフォント　http://gimmicklog.main.jp/category/jquery/*/
}


body {
    /*	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;*/
}

body a {
    color: #666666;
    text-decoration: underline;
    cursor: pointer;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

@media screen and (max-width: 640px) {

    /* スマホ640px以下 */
    body {
        line-height: 1.5em;
        padding-top: 0px;
    }
}

body a:hover {
    opacity: 0.8;
}

body a:hover img {
    filter: alpha(opacity=80);
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";
    /* ie 8 */
}

html {
    scroll-behavior: smooth;
}

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    z-index: 9999;
}

/***************************************************************************
table基本設定
****************************************************************************/

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    /* レスポンシブ時、firefoxでtable内の画像が縮小するために必要 */
}

th,
td {
    font-weight: normal;
}

th {
    text-align: center;
}


/***************************************************************************
ヘッダー、メイン、フッター共通
****************************************************************************/

#info,
#header,
#g_nav_pc .inner,
#main,
#sub_contents,
#links,
#footer_outline .contents,
#copyright {
    clear: both;
    max-width: 840px;
    margin: 0px auto 0px auto;
    padding: 0px 20px 0px 20px;
}

/***************************************************************************
ヘッダー
****************************************************************************/

#header {
    background-image: url(../img/common/header/bg-header_dot.png);
    background-repeat: repeat-y;
    background-position: 41.875% 0px;
    margin-bottom: 20px;
}

#header #logo {
    width: 39.375%;
    float: left;
    padding-top: 55px;
}

#header #logo img {
    width: 100%;
    height: auto;
}

#header #shop_tel {
    float: right;
    width: 55%;
}

#header #shop_tel h1 {
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.4em;
}

#header #shop_tel table {
    margin-bottom: 10px;
}

#header #shop_tel th {
    text-align: center;
}

#header #shop_tel th img {
    width: 90%;
    height: auto;
}

#header #shop_tel td {
    width: 28.190%;
}

#header #shop_tel td li img {
    width: 100%;
    height: auto;
}

#header #shop_tel td li:first-child {
    margin-bottom: 7px;
}

#header #shop_tel #shop_exp {
    background-color: #111C89;
    background-image: url(../img/common/header/bg-shop_exp.png);
    background-repeat: no-repeat;
    background-position: 15px 12px;
    padding: 8px 20px 8px 30px;
    border-radius: 5px;
}

#header #shop_tel #shop_exp a {
    color: #FFF;
    text-decoration: none;
    opacity: 1;
}

#header_bnr {
    clear: both;
    padding-top: 15px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 640px) {

    /* スマホ640px以下 */
    #header {
        position: relative;
        /* sidrを右上に表示するために必要 */
        background-image: none;
    }

    #header #logo,
    #header #shop_tel {
        float: none;
        width: 100%;
        text-align: center;
    }

    #header #shop_tel h1 {
        text-align: center;
        margin-bottom: 25px;
    }

    #header #logo {
        max-width: 65%;
        margin: 25px auto;
        padding-top: 15px;
    }

    #header #shop_tel th {
        margin-bottom: 10px;
    }

    #header #shop_tel th img {
        width: 80%;
    }

    #header #shop_tel td li {
        float: left;
        width: 100%;
        margin-left: 3%;
    }

    #header #shop_tel td li:first-child {
        margin-left: 0%;
        margin-bottom: 0px;
    }

    #header #shop_tel #shop_exp {
        display: none;
    }

    #header_bnr {
        padding-top: 10px;
    }
}

/***************************************************************************
グローバルナビ
****************************************************************************/

#g_nav_pc {
    background-image: url(../img/common/header/bg-nav.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    border-bottom: 5px solid #FFFFFF;
}

#g_nav_pc ul {
    display: table;
}

#g_nav_pc li {
    display: table-cell;
}

.drawer-header {
    display: none;
}

@media screen and (max-width: 640px) {

    /* スマホ640px以下 */
    #g_nav_pc {
        display: none;
    }

    .drawer-header {
        display: block;
    }
}


/***************************************************************************
メイン
****************************************************************************/

#main_outline {
    background-image: url(../img/common_index/bg-main_outline.png);
    background-repeat: repeat-x;
    background-position: left top;
    padding: 20px 0px 0px 0px;
}

/***************************************************************************
フッター
****************************************************************************/

#footer_outline {
    clear: both;
    background-color: #111c89;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5em;
    padding: 40px 0px 40px 0px;
    background-image: url(../img/common/contents/bg-apaman_dot.png);
    background-repeat: repeat-x;
    background-position: left top;
}

#footer_outline .contents {
    overflow: hidden;
}

#footer_outline .contents ul li {
    float: left;
    width: 25%;
}

#footer_outline .contents li {
    background-image: url(../img/common_index/bg-arrow_w4.png);
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 8px;
}

#footer_outline .contents li a {
    font-size: 10px;
    text-decoration: none;
}

#copyright_outline {
    background-color: #999999;
    padding: 5px 0px 5px 0px;
}

#copyright {
    color: #FFF;
    text-align: center;
}

#footer_outline .coll {
    float: left;
}

#footer_outline .colr {
    float: right;
}

#footer_outline .coll img {
    margin-bottom: 5px;
}

#footer_outline .colr img {
    margin-bottom: 20px;
}

@media screen and (max-width: 640px) {

    /* スマホ640px以下 */
    #footer_outline .contents ul li {
        width: 50%;
    }

    #footer_outline .contents li a {
        font-weight: bold;
    }

    #copyright_outline {
        padding: 8px 0px 8px 0px;
    }

    #footer_outline .coll {
        float: none;
        margin-bottom: 20px;
    }

    #footer_outline .colr {
        float: none;
    }
}

/***************************************************************************
会社概要
****************************************************************************/
h2 {
    color: #111c89;
    font-size: 20px;
    font-weight: bold;
    margin: 100px 0 40px 0;
}

h2#access {
    clear: both;
}

#info {
    background-color: #FFF;
}

#info table {
    border-collapse: separate;
    border-spacing: 5px;
}

#info th,
#info td {
    padding: 8px;
}

#info th {
    background-color: #cccccc;
    font-weight: bold;
    white-space: nowrap;
}

.google_map {
    clear: both;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 100px;
}

.google_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

#info .map1 {
    margin-bottom: 15px;
}

#info .map2 {
    margin-right: 25px;
    margin-bottom: 100px;
    float: left;
}

#info .map2txt {
    float: left;
}

#info .photo img {
    display: block;
    margin-top: 5px;
    margin-bottom: 15px;
}

#info .photo {
    float: left;
}

#info .profile {
    width: 50%;
    float: left;
    margin-bottom: 100px;
    margin-left: 25px;
    display: inline;
}

@media screen and (max-width: 640px) {

    /* スマホ640px以下 */
    #info .map2 {
        margin-bottom: 15px;
        float: none;
    }

    #info .map2txt {
        float: none;
        margin-bottom: 100px;
    }

    .profile td:last-child {
        width: 100%;
    }

    .profile th,
    .profile td {
        border-bottom: none;
        display: block;
        width: 100%;
    }

    #info .profile {
        width: 100%;
        margin-left: 0px;
    }

    #info .photo img {
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    #info .photo {
        float: none;
    }
}