<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Template: 
Theme Name: 

/* -----------------------------------------------------------
	header(PC)
----------------------------------------------------------- */

header {
    min-width: 1100px;
    height: auto;
    overflow: hidden;
}

header:after {
    content: " ";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

#header-box {
    width: 1100px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.logo {
    clear: both;
    float: left;
    height: auto;
    width: 400px;
    margin: 40px 0 0 5px;
}

#header_desc {
    height: auto;
    color: #fff;
    background: #000;
}

#header_desc_area {
    width: 1100px;
    margin: 0 auto;
}

#header_desc_area h1 {
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    padding: 7px 0;
    letter-spacing: 0;
    line-height: 100%;
}

.mail_header {
    width: 530px;
    height: auto;
    display: block;
    margin: 20px 10px 0 0;
    float:right;
    text-align: right;
    overflow: hidden;
}

.mail_header p {
    margin-bottom: 5px;
}

p.header_title {
    font-size: 14px;
    margin-bottom: 0;
    float: none;
}

.header_more_btn {
    float: right;
    width: 210px;
    height: 25px;
    font-size: 12px;
    background: #000;
    text-align: center;
    padding: 4px;
    margin-bottom: 20px;
    color: #fff !important;
    box-sizing: border-box;
}

.header_more_btn:hover {
    background: rgba(0,0,0,0.5);
    color: #fff !important;
    text-decoration: none;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.header_more_btn:before {
    content: "\f0e0";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #fff;
}

.tel_header {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 130%;
    color: #000;
    box-sizing: border-box;
}

.sp_tel {
    display: none;
}


/* -----------------------------------------------------------
	header(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

header {
    min-width: 100%;
    height: auto;
    margin-bottom: 0;
}

#header-box {
    display: none;
}

.sp_tel {
    display: block;
    width: 95%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
}

.sp_tel a {
    font-size: 25px;
    color: #000;
    font-family: Tauri;
    text-decoration: none
}

.sp_tel a span {
    font-size: 30px;
    letter-spacing: -1px;
}

.sp_tel a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.sp_tel p {
    font-size: 11px;
    margin-right: -10px;
    margin-bottom: 0;
}

}


/* -----------------------------------------------------------
	ヘッダーナビ(PC)
----------------------------------------------------------- */

nav.pc {
    height: 55px;
    background: #e0e1e1;
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6 30%, #eee 50%, #ddd 70%, #ccc); /* Firefox */
    background: -webkit-gradient(linear, center top, center bottom,
                from(#f8f8f8),
                color-stop(0.3, #f6f6f6),
                color-stop(0.5, #eee),
                color-stop(0.7, #ddd),
                to(#ccc)); /* Chrom と Safari */
    background: linear-gradient(top #f8f8f8, #f6f6f6 30%, #eee 50%, #ddd 70%, #ccc 100%); /* 共通 */
    background: -ms-linear-gradient(top, #f8f8f8, #f6f6f6 30%, #eee 50%, #ddd 70%, #ccc 100%); /* IE8-9 */
}

nav .menu-header-navi-container {
    clear: both;
    width: 1100px;
    height: 55px;
    text-align: center;
    margin: 0 auto;
}

ul#navi, ul#navi li, ul#navi li a {
    display: block;
    zoom: 1;
    height: 55px;
    text-decoration: none;
}

ul#navi li {
    float: left; /*横並びに*/
    width: 220px;
}

ul#navi li a:before {
    content: "";
    display: block;
    height: 55px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

ul#navi li#menu5 a:after {
    content: "";
    display: block;
    height: 55px;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
}

ul#navi li#menu1 a,
ul#navi li#menu2 a,
ul#navi li#menu3 a,
ul#navi li#menu4 a,
ul#navi li#menu5 a {
    color: #000;
    line-height: 110%;
    padding: 13px 5px;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
    z-index: 10;
    background: #e0e1e1;
    background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6 30%, #e8e8e8 50%, #ddd 70%, #ccc); /* Firefox */
    background: -webkit-gradient(linear, center top, center bottom,
                from(#f8f8f8),
                color-stop(0.3, #f6f6f6),
                color-stop(0.5, #e8e8e8),
                color-stop(0.7, #ddd),
                to(#ccc)); /* Chrom と Safari */
    background: linear-gradient(top #f8f8f8, #f6f6f6 30%, #e8e8e8 50%, #ddd 70%, #ccc 100%); /* 共通 */
    background: -ms-linear-gradient(top, #f8f8f8, #f6f6f6 30%, #e8e8e8 50%, #ddd 70%, #ccc 100%); /* IE8-9 */
}

/*マウスオーバー時*/
ul#navi li#menu1 a:hover,
ul#navi li#menu2 a:hover,
ul#navi li#menu3 a:hover,
ul#navi li#menu4 a:hover,
ul#navi li#menu5 a:hover {
    color: #000 !important;
    text-decoration: none;
    border-bottom: 4px solid #000;
}

/*カレント表示*/
ul#navi li#menu1.current a,
ul#navi li#menu2.current a,
ul#navi li#menu3.current a,
ul#navi li#menu4.current a,
ul#navi li#menu5.current a {
    color: #000 !important;
    line-height: 110%;
    text-decoration: none;
    border-bottom: 4px solid #000;
}

.menu_ja {
    font-size: 10px;
    font-weight: normal;
    color: #808080;
}

.overlay {
    display: none;
}

nav.side-menu {
    display: none;
}

.nav-box {
    display: none;
}


/* -----------------------------------------------------------
	メニューボタン（スマートフォン）
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

nav.pc {
    display: none;
}

/* サイドオープン時にメインコンテンツを覆う部分 */
.overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.overlay::after {
    visibility: hidden;
    position: fixed;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    color: rgba(255,255,255,0);
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.side-open .overlay {
    visibility: visible;
    cursor: pointer;
    background: rgba(0,0,0,.7);
}

.side-open .overlay::after {
    visibility: visible;
    color: rgba(255,255,255,.8);
}


/* サイドメニュー ※リストのスタイルは省略 */

nav.side-menu ul {
    width: 100%;
    height: 100%;
    padding: 10px 0 20px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.side-menu li {
    border-bottom: 1px dotted #808080;
}

.side-menu li a:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 6px;
    vertical-align: middle;
    height: 30px;
    position: relative;
    top: 1px;
    color: #808080;
    float: left;
}

.side-menu li a {
    color: #000;
    padding: 15px;
    line-height: 140%;
    display: block;
    text-decoration: none
}

.side-open nav.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    text-align: left;
    font-size: 16px;
    z-index: 5;
    background: #fff;
    display: block;
}

.nav_bg {
    padding-bottom: 75px;
    overflow: hidden;
    height: 100%;
    box-sizing: border-box;
}

.side-menu__ul {
    width: 100%;
    height: 100%;
    overflow: scroll;
    overflow-x: hidden;
}

.side-menu__ul--child {
    display: none;
}

.active .side-menu__ul--child {
    display: block;
}

.side-menu__ul--child li a {
    display: block;
    padding: 8px 0 8px 32px;
    font-size: 14px;
    color: #000;
    text-decoration: none
}

.side-menu__ul &gt; li &gt; a,
.side-menu__ul &gt; li h2 {
    display: block;
    color: #000;
}

.side-menu__ul h2 {
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.side-menu__ul &gt; li &gt; h2:after {
    content: ' ▼';
    color: #000;
    font-size: 15px;
}

.side-menu__ul &gt; li.active h2:after {
    content: ' ▲';
}

.side-menu__ul &gt; li &gt; h2:hover,
.side-menu__ul &gt; li a:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.7;
}


/* 開閉用ボタン ※ボタンの細かいスタイルは省略 */

.nav-box {
    height: 40px;
    width: 100%;
    display: block;
    background: #000;
    position: fixed;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: 9999;
}

.side-open .nav-box {
    display: none;
}


/* メインコンテンツ */

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 2;
}

.side-menu-btn {
    position: fixed;
    font-size: 16px;
    top: 5px;
    right: 10px;
    width: auto;
    height: 25px;
    cursor: pointer;
    z-index: 4;
    color: #fff;
    display: block;
}

.side-menu-btn:before {
    content: "\f0c9";
    font-family: FontAwesome;
    color: #fff;
    font-size: 24px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.wrapper .logo_sp {
    display: block;
    position: absolute;
    font-size: 16px;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
    width: 170px;
    height: 22px;
    z-index: 1;
}

.wrapper .logo_sp a {
    color: #fff;
    text-decoration: none
}

.wrapper .logo_sp a:hover {
    color: #fff;
    text-decoration: none;
}

/* サイドメニューオープン */
.side-open .wrapper,
.side-open .overlay {
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

}</pre></body></html>