<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) {


/******************************************************/
/* main 共通  */
/******************************************************/
.contents {
    overflow: hidden;
}
#main h2 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#main h2 .en {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.12em;
    display: block;
    padding: 0 15px;
    background: #f4f4f4;
    margin-bottom: 4px;
    z-index: 1;
}
#main h2::before {
    content: "";
    display: block;
    background: #999;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}


/******************************************************/
/* メニュー  */
/******************************************************/
#topMenu {
    background: #fff;
    padding: 80px 0;
    position: relative;
}
#topMenu h2 .en {
    background: #fff;
}
#topMenu .menulist {
    margin: 0 30px;
}
#topMenu .list h3 {
    color: #bbb;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.08em;
    margin: 50px 0 16px;
    text-align: center;
}
#topMenu .list dl {
    background: linear-gradient(to right, #888 1px, transparent 1px 8px) repeat-x left 12px;
    background-size: 8px 1px;
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
#topMenu .list dt {
    background: #fff;
    padding-right: 10px;
    line-height: 1.65;
}
#topMenu .list dd {
    background: #fff;
    padding-left: 10px;
    margin-left: 30px;
    line-height: 1.65;
    letter-spacing: 0.05em;
    text-align: right;
}
#topMenu .list dd .mini {
    font-size: 13px;
}
#topMenu .notearea {
    margin: 50px 30px 0;
    background: #f5f5f5;
    padding: 24px;
    font-size: 13px;
    text-align: center;
}
#topMenu .notearea .discount {
    font-size: 14px;
    margin-bottom: 8px;
}
#topMenu .notearea .discount dl {
    background: linear-gradient(to right, #888 1px, transparent 1px 8px) repeat-x left 11px;
    background-size: 8px 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
}
#topMenu .notearea .discount dt {
    background: #f5f5f5;
    padding-right: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}
#topMenu .notearea .discount dd {
    background: #f5f5f5;
    padding-left: 10px;
    margin-left: 30px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    text-align: right;
}
#topMenu .notearea .discount dd .mini {
    font-size: 11px;
    letter-spacing: normal;
    display: block;
}


/******************************************************/
/* アクセス  */
/******************************************************/
#topAccess {
    background: #fff;
    background: linear-gradient(to top, #f4f4f4 0, #ffffff 100px 100%);
    padding: 80px 0;
    position: relative;
}
#topAccess h2 .en {
    background: #fff;
}


/******************************************************/
/* インフォメーション  */
/******************************************************/
#topInformation {
    background: #f4f4f4;
    padding: 80px 0;
    position: relative;
}
#topInformation h2 .en {
    background: #f4f4f4;
}
#topInformation .list {
    margin: 0 30px;
}
#topInformation .list dl {
    background: linear-gradient(to right, #888 1px, transparent 1px, transparent 8px) repeat-x left center;
    background-size: 8px 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}
#topInformation .list dt {
    background: #f4f4f4;
    padding-right: 10px;
    line-height: 1.85;
}
#topInformation .list dd {
    background: #f4f4f4;
    padding-left: 10px;
    margin-left: 30px;
    line-height: 1.85;
}
#topInformation .list dd a[href^="tel:"] {
    display: flex;
    align-items: center;
    font-size: 20px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: inherit;
    text-decoration: none;
}
#topInformation .list dd a[href^="tel:"] img {
    flex-shrink: 0;
    margin: 2px 5px 0 0;
}





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