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

        スマートフォンサイト用

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


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
html {
    font-size: 10px;
}
body {
    background: #f4f4f4;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 0.02em;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    -webkit-text-size-adjust: 100%;
}
.en {
    letter-spacing: 0.05em;
    font-family: 'Lora', serif;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 9px;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #bbbbbb;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #005bac;
    text-decoration:none;
}
a:visited {
    color: #204862;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
main img {
    opacity: 0;
}
main img.view {
    opacity: 0;
    transform: translate3d(0, -20px, 0) scale(0.99);
    animation: view 1.6s ease-out forwards;
}
@keyframes view {
    0%  {opacity: 0;}
    100%  {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}
}
#main a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
iframe,
video {
    max-width: 100%;
    height: auto;
}
.none {
    display: none !important;
}
.pc {
    display: none !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
.red {
    color: #ff0000;
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
    position: relative;
}
#main {
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}
.contents {
}
.contents a:link {
    color: #444;
    text-decoration:underline;
}
.contents a:visited {
    color: #888;
}


/******************************************************/
/* parts  */
/******************************************************/
#main .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#main .btn a,
#main a .btn .a {
    color: #fff;
    background: #444;
    text-decoration: none;
    display: block;
    padding: 18px 60px 18px 45px;
    box-shadow: 0 4px 0 #ddd;
    position: relative;
}
#main .btn a::after,
#main a .btn .a::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%) rotate(45deg);
}
#main .btn.w a,
#main a .btn.w .a {
    color: #333;
    background: #fff;
    box-shadow: 0 4px 0 #aaa;
}
#main .btn.w a::after,
#main a .btn.w .a::after {
    border-color: #222;
}
#main .btns {
    margin: 40px 0;
    text-align: center;
}
#main .btns .btn {
    justify-content: center;
    margin: 20px 0 0;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    background: #f4f4f4;
    background: linear-gradient(to top, #ffffff 0, #f4f4f4 100px 100%);
    position: relative;
    height: calc(100vh - 80px);
    width: 100%;
    overflow: hidden;
}
header #gn {
}
header #logo {
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    font-size: 14px;
    line-height: 2.25;
}
header #logo strong {
    display: block;
    margin-bottom: 20px;
}
header #logo img {
    width: 150px;
    height: 30px;
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9);
    animation: logoview 3s 1s ease-out forwards;
}
@keyframes logoview {
    0%  {opacity: 0;}
    100%  {opacity: 1; transform: translate3d(0, 0, 0) scale(1);}
}
header #logo span::before {
    content: "";
    display: block;
    background: #e8e8e8;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: yokoline 0.5s 0.5s ease-out forwards;
}
@keyframes yokoline {
    0%  {width: 0;}
    60%  { margin-left: 0;}
    100%  {width: 100%; margin-left: 100vw;}
}
header #gn_tel {
    display: none;
}
header #smp_open_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: table;
    width: 60px;
    height: 60px;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.menu-trigger span {
    display: block;
    width: 17px;
    height: 2px;
    background-color: #444;
    margin: 4px 0 4px 21px;
}
.menu-trigger span:nth-of-type(n+2) {
    width: 13px;
}
.menu-trigger.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    width: 17px;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}
/* ハンバーガーメニュー */
#overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
}
header #gn_main {
    position: absolute;
    top: 0;
    right:0;
    position: relative;
    transform: translateX(100%);
    z-index: 19999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    background: #e8e8e8;
    color: #000;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    height: 0;
}
header #gn_main.open {
    transform: translateX(0);
    right: 0;
    z-index: 19999;
    height: auto;
}
header #gn_main nav {
    margin: 0;
    padding: 0;
}
header #gn_main ul.gn_menu {
    padding: 0;
}
header #gn_main ul.gn_menu &gt; li {
    width: 100%;
    color: #444;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    padding: 0;
    display: block;
    border-bottom: 1px solid #ccc;
    flex-shrink: 0;
}
header #gn_main ul.gn_menu &gt; li &gt; a {
    color: inherit;
    position: relative;
    display: block;
    padding: 46px 20px;
}
header #gn_main ul.gn_menu &gt; li &gt; a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 3px solid #bbb;
    border-top: 3px solid #bbb;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
}
header #gn_main #h_close {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background: #bbb;
    color: #fff;
    padding: 10px 20px;
}
header #gn_main #h_close span {
    position: relative;
    display: inline-block;
    padding-left: 16px;
}
header #gn_main #h_close span::before {
    content: "";
    display: block;
    background: #fff;
    width: 2px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    transform: rotate(45deg);
}
header #gn_main #h_close span::after {
    content: "";
    display: block;
    background: #fff;
    width: 2px;
    height: 16px;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
    transform: rotate(-45deg);
}
/* フローティング（画面下） */
header #fixBtns {
    transition: all 1s ease;
    position: fixed;
    bottom: 15px;
    left: calc(50% - 158px);
    padding: 0 30px;
    z-index: 2000;
    border-radius: 100px;
    background: rgba(255,255,255,0.85);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
header #fixBtns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    padding: 0;
}
header #fixBtns ul li {
    margin: 0 10px;
    height: 44px;
    position: relative;
}
header #fixBtns ul li a {
    display: block;
    padding: 8px;
}
header #fixBtns ul li a img {
    width: 28px;
    height: 28px;
}
header #fixBtns ul li a span {
    background: #505050;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    letter-spacing: normal;
    padding: 3px 5px;
    border-radius: 100px;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #f4f4f4;
    padding: 0 0 130px;
    text-align: center;
}
footer a {
    color: inherit !important;
}
footer .copyright {
    font-size: 10px;
    line-height: 1;
    text-align: center;
}
footer .copyright small {
    color: #888;
    font-size: 10px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


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