<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===============================
 *
 * last update. 16/11/01
 *
 * =============================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0; padding: 0; border: 0; vertical-align: baseline; -moz-box-sizing: border-box; box-sizing: border-box; }

html { line-height: 1; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }

q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

ul,ol { list-style: none; }

button:focus { outline: none; }

a { color: #343434; text-decoration: none; }

img { display: block; max-width: 100%; margin: 0 auto; height: auto; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
table { line-height: 1.5; }


/* ===========================================================
    body
============================================================== */
@font-face {
	font-family: "hannari";
	src: url(../font/hannari.eot) format('embedded-opentype'),
	url(../font/hannari.otf) format('opentype');
}

body {
    font-family:  "Times New Roman", "hannari", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 11px;
    letter-spacing: .7px;
    background: #f2f2f0;
}
@media print, screen and (min-width:641px) {
    body {
        font-size: 20px;
    }
}


.view_tb_pc {
    display: none;
}
@media print, screen and (min-width:641px) {
    .view_sp {
        display: none;
    }
    .view_tb_pc {
        display: block;
    }
}


/* ===========================================================
    header
============================================================== 
.logo {
	max-width: 85px;
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 10;
    letter-spacing: 0;
}
@media print, screen and (min-width:481px) {
    .logo {
       max-width: 142px;
    }
}
@media print, screen and (min-width:641px) {
    .logo {
        top: 30px;
	   left: 30px;
    }
}
*/
.logo {
	/*
    background: url(../img/top/logo.png) no-repeat 0 0;
    background-size: 100%;
    height: 76px;
    width: 142px;
    text-indent: -999px;
    white-space: nowrap;
    overflow: hidden;
    */
    color: #fff;
	position: fixed;
	top: 15px;
	left: 15px;
	z-index: 10;
    letter-spacing: 0;
}
.logo h1 {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}
@media print, screen and (min-width:641px) {
    .logo {
        top: 30px;
	   left: 30px;
    }
    .logo h1 {
        font-size: 16px;
    }
}

/* ===========================================================
    menu
============================================================== */
.menu_btn {
	position: fixed;
	top: 20px;
	right: 15px;
	width: 40px;
	height: 30px;
	text-align: center;
	cursor: pointer;
    -webkit-transition: all .5s;
	transition: all .5s;
	z-index: 11;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu_btn:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
@media print, screen and (min-width:641px) {
    .menu_btn {
        top: 30px;
        right: 30px;
    }
}

.menu_btn span {
    background: #fff;
    display: block;
	height: 5px;
	width: 40px;
	margin-top: 13px;
	position: relative;
}
.menu_btn .menu_btn_off:before,
.menu_btn .menu_btn_off:after {
	content: '';
	background: #fff;
	display: block;
	height: 5px;
	width: 40px;
	position: absolute;
	left: 0;
	top: -13px;
}
.menu_btn .menu_btn_off:after {
    top: 13px;
}

.menu_btn .menu_btn_on {
    display: block;
    background: transparent;
}
.side-open .menu_btn .menu_btn_on:before,
.side-open .menu_btn .menu_btn_on:after {
    content: '';
	background: #fff;
	display: block;
	height: 5px;
	width: 42px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: -1px;
	top: 0;
}
.side-open .menu_btn .menu_btn_on:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* menu */
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
	z-index: 999;
    display: none;
    overflow: auto;
}

.menu ul {
	padding-top: 15%;
}
@media print, screen and (min-width:641px) {
    .menu ul {
        padding-top: 10%;
    }
}

.menu li {
	width: 85%;
	text-align: right;
	letter-spacing: 2px;
	opacity: 0;
}
.side-open .menu li {
	opacity: 1;
}

.side-open .menu .menu_list01 {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}
.side-open .menu .menu_list02 {
	-webkit-transition: opacity 1s ease 1s;
	transition: opacity 1s ease 1s;
}
.side-open .menu .menu_list03 {
	-webkit-transition: opacity 1s ease 1.1s;
	transition: opacity 1s ease 1.1s;
}
.side-open .menu .menu_list04 {
	-webkit-transition: opacity 1s ease 1.2s;
	transition: opacity 1s ease 1.2s;
}
.side-open .menu .menu_list05 {
	-webkit-transition: opacity 1s ease 1.3s;
	transition: opacity 1s ease 1.3s;
}
.side-open .menu .menu_list06 {
	-webkit-transition: opacity 1s ease 1.4s;
	transition: opacity 1s ease 1.4s;
}
.side-open .menu .menu_list07 {
	-webkit-transition: opacity 1s ease 1.5s;
	transition: opacity 1s ease 1.5s;
}
.side-open .menu .menu_list08 {
	-webkit-transition: opacity 1s ease 1.6s;
	transition: opacity 1s ease 1.6s;
}
.side-open .menu .menu_list09 {
	-webkit-transition: opacity 1s ease 1.7s;
	transition: opacity 1s ease 1.7s;
}
.side-open .menu .menu_list10 {
	-webkit-transition: opacity 1s ease 1.8s;
	transition: opacity 1s ease 1.8s;
}
.side-open .menu .menu_list11 {
	-webkit-transition: opacity 1s ease 1.9s;
	transition: opacity 1s ease 1.9s;
}
.side-open .menu .menu_list12 {
	-webkit-transition: opacity 1s ease 2s;
	transition: opacity 1s ease 2s;
}

.menu li a {
	display: block;
	font-size: 14px;
	height: 44px;
	line-height: 44px;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.menu li a:hover {
	opacity: .3;
	filter: alpha(opacity=30);
}
.menu .link_none a {
    cursor: default;
    opacity: .3;
	filter: alpha(opacity=30);
}
@media print, screen and (min-width:641px) {
    .menu li a {
        font-size: 16px;
	   height: 60px;
	   line-height: 60px;
    }
}

/* ===========================================================
    footer
============================================================== */
.ft_wrap {
    background: #343434;
    color: #fff;
    padding: 45px 3% 10px;
    text-align: center;
}
@media print, screen and (min-width:641px) {
    .ft_wrap {
        padding: 90px 0 20px;
    }
}

.ft_txt01 {
    margin-bottom: 20px;
}
.ft_tel {
    max-width: 322px;
    margin: 0 auto 20px;
}
.ft_txt02 {
    margin-bottom: 35px;
}
@media print, screen and (min-width:641px) {
    .ft_txt01 {
        font-size: 14px;
    }
    .ft_txt02 {
        font-size: 13px;
        margin-bottom: 70px;
    }
    .copy {
        font-size: 10px;
    }
}

#btn {
    background: #fff;
    padding: 50px 0;
}
#btn a {
    display: block;
    margin: 0 auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    max-width: 450px;
    width: 90%;
}
#btn a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}
@media print, screen and (min-width:641px) {
    #btn a {
        width: 100%;
    }
}

@media print, screen and (min-width:641px) {
    /* ===========================================================
        header
    ============================================================== */
    
    
    /* ===========================================================
        hnav &amp; gnav
    ============================================================== */
    
}

@media print, screen and (min-width:769px) {
    /* ===========================================================
        header
    ============================================================== */
    
    
    /* ===========================================================
        hnav &amp; gnav
    ============================================================== */
    
}

@media screen and (min-width:1000px) {
    /* ===========================================================
        hnav &amp; gnav
    ============================================================== */
}


/* ===========================================================
    conts
============================================================== */</pre></body></html>