﻿@charset "utf-8";

/*=============================================
 * body
 *=============================================*/

body {
    color: #000;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
    min-width: 1000px;
    max-height: 100%;
    min-height: 2000px;
    background: url(../img/shared/bg-body.jpg) repeat center top;
}


/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
    clear: both;
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
}

.wrap {
    width: 1000px;
}


/*=============================================
 * header
 *=============================================*/

#header {
    min-width: 1000px;
    position: relative;
}

#header h1 {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.5px;
    z-index: 9999;
}

#header .logo-header {
    position: absolute;
    top: 321px;
    left: 308px;
}

#header .tel-header {
    position: absolute;
    top: 35px;
    right: 17px;
    z-index: 9999;
}

#header .nav {
    padding-top: 94px;
    display: flex;
}

#header .header-box01 {
    position: relative;
    z-index: 9999;
}

#header #key p.header-img1 {
    position: absolute;
    top: 408px;
    right: -68px;
    z-index: 9999;
}


/*=============================================
 * container
 *=============================================*/

#container {
    min-width: 1000px;
}


/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
    position: absolute;
    bottom: 10px;
    right: 0;
}


/*=============================================
 * footer
 *=============================================*/

#footer {
    background: url(../img/shared/footer-bg.jpg) repeat;
    position: relative;
    padding-bottom: 40px;
}

#footer::before {
    background: url(../img/shared/footer-line.png) repeat-x;
    width: 100%;
    height: 27px;
    position: absolute;
    top: -8px;
    left: 0;
    content: "";
}

#footer .footer-row {
    margin-bottom: 40px;
}

#footer .footer-row .footer-left {
    width: 565px;
    float: left;
}

#footer .footer-row .footer-fb {
    width: 400px;
    height: 360px;
    float: right;
}

#footer dl {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    letter-spacing: 1px;
}

#footer dl dt {
    float: left;
    width: 107px;
}

#footer dl dd {
    float: left;
}

#footer .logo-footer {
    margin-left: 8px;
}

#footer .tel-footer {
    margin-left: 43px;
    margin-bottom: 36px;
}

#footer .nav {
    padding-top: 33px;
    text-align: center;
    margin-bottom: 32px;
}

#footer .nav li a {
    color: #e0bf6c;
    font-size: 15px;
    padding: 0 10px;
}

#footer .nav li+li:before {
    color: #e0bf6c;
}

address {
    font-size: 14px;
    color: #fff;
    text-align: center;
}


/*　-------------------------------------------------------------------------------------

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/

#sp_botan a {
    border: 1px #332d8e solid;
    padding: 25px 5px;
    text-align: center;
    font-size: 32px;
    color: #332d8e;
    display: block;
    text-decoration: none;
    background: #f4d95f;
}

#yoyaku a {
    position: fixed;
    right: 5px;
    top: 130px;
    z-index: 999999;
}


/*--------------------------------2021-10-06--------------------------------*/

.tar {
    text-align: right;
}

#header .nav-fixed {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    background: url(../img/shared/footer-bg.jpg);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

#header .nav-fixed.fixed {
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
}

#header .nav-fixed ul {
    display: flex;
}

#header .tel-box {
    padding: 15px 0 17px;
}

#header .nav-fixed h1 {
    top: 3px;
}


/*--------------------------------____--------------------------------*/

#socialbuttons {
    margin: auto;
    font: unset;
    line-height: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

#socialbuttons>* {
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
    height: 20px;
}