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

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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

img {
line-height: 0;
padding: 0;
margin: 0;
border: 0;
max-width: 100%;
}

body {
line-height: 1;
}

ul {
list-style: none;
}
.sp_only {
  display: none !important;
}
.row {
  display: flex;
  align-items: center;
}


.mv_arrow_l {
  position: absolute;
  width: 30px;
  top: 40%;
  left: 50%;
  transform: translateX( -537px);
  z-index: 1;
}
.mv_arrow_r {
  position: absolute;
  width: 30px;
  top: 40%;
  right: 50%;
  transform: translateX( 537px);
  z-index: 1;
}


.announce {
    background: #af985a;
    color: #fff;
    height: 60px;
    font-size: 24px;
    padding: 18px 0;
    text-align: center;
    box-sizing: border-box;
    }
.announce span.notes{
    font-size: 18px;
    }

@media screen and (max-width: 768px) {
    .announce {
        background: #af985a;
        color: #fff;
        font-size: 17px;
        padding: 6px 0;
        text-align: center;
        box-sizing: border-box;
        line-height: 1.4em;
        }
    .announce span.notes{
        font-size: 13px;
        }

 .slick-arrow {
    /* opacity: 0 !important; */
    }

    .mv_arrow_l {
        width: 15px;
        height: auto;
        position: absolute;
        left: 10px;
        top: 150px;
        z-index: 1;
        transform: translateX( 0px);

    }
    .mv_arrow_r {
        width: 15px;
        height: auto;
        position: absolute;
        right: 10px;
        top: 150px;
        z-index: 1;
        transform: translateX( 0px);

    }
    .all_navi .group ul li .text{
    font-size: 13px;
    }
    .all_navi .group .row_ul {
    display: flex;
    flex-direction: column;
    }

    #about .block {
    justify-content: flex-start!important;
    }
}


@media screen and (max-width: 768px) {
    .sp_only {
    display: block !important;
    }
    .pc_only {
    display: none !important;
    }
    .sec_title {
    font-size: 26px!important;
    }
    #head {
    height: 22vw!important;
    }
    .foot_navi .block .box {
    width: 100%!important;
    }

    .sp_footer_navi .group .tab {
        background-image: url(https://gigaplus.makeshop.jp/shinrakanEC/images/home/nav_bg.png);
        background-position: center;
        background-repeat: no-repeat;
        color: #000;
        font-size: 16px;
        padding: 12px 18px;
    }
    .sp_footer_navi .group ul {
        padding: 5px 0 5px 18px;
        position: relative;
    }
    .sp_footer_navi .group ul li {
        padding: 10px 0;
        position: relative;
    }
    .sp_footer_navi .group ul li .text {
        font-size: 13px;
        text-align: left;
    }
    .sp_footer_navi .group ul li .text::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/common/sp_footer_icon.png");
        background-size: 16px;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0 3px -3px 0;
    }
    .sp_footer_navi .group ul li .a {
        justify-content: flex-start;
    }
    .ul_row {
        display: flex;
        flex-wrap: wrap;
    }
    .ul_row li {
        width: 50%;
    }
    }
}


.foot_navi .block .box {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/nav_bg.png");
width: 23%;
border: 1px solid #000000;
text-align: center;
transition: .4s;
}


#foot {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/bg.jpg");
}
#foot .info {
background: #000;
border-top: 1px solid #fff;
}

.foot_logo_bg{
background-size: 219px;
background-position: center;
background-repeat: no-repeat;
position: relative;
width: 219px;
height: 150px;
}

.footer_navi {
height: 40px;
padding: 60px 0 70px;
}
.footer_navi ul {
width: calc(100% - 50px);
display: flex;
align-items: center;
justify-content: center;
padding-bottom: 15px;
}
.footer_navi ul li {
padding: 0 2rem;
-webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
border-right: 1px solid #fff;
margin: 0;
}
.footer_navi ul li:last-child {
border: none;
}
.footer_navi ul li a{
display:block;
transform: skewX(-150deg);
line-height: 20px;
font-size: 14px;
}

.footer_navi .text {
font-size: 14px;
line-height: 18px;
}
.footer_info ul {
display: flex;
justify-content: center;
}
.footer_info ul li {
color: #fff;
font-size: 16px;
padding: 0 25px;
display: flex;
}
.footer_info ul li .span1 {
font-size: 21px;
}
.copyright {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 25px 0;
    font-size: 14px;
}
footer .credit {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 0 0 25px 0;
    font-size: 10px;
}

@media screen and (max-width: 768px) {
    .footer_info ul {
    flex-direction: column;
    align-items: center;
    }
    .footer_info ul li {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    }
    .footer_info ul li .span2 {
    font-size: 14px;
    }
    .foot_logo_bg{
    /* background-size: 150px; */
    background-size: 125px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 219px;
    height: 150px;
    }

    .copyright {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 20px 0;
    font-size: 14px;
    }
    footer .credit {
        font-size: 7px;
    }
    .flex_row {
    flex-direction: column;
    }

    .about .ph_block {
    width: 100%!important;
    }
    .about .text_block {
    width: 100%!important;
    }

    .flex_row_c {
    flex-direction: column;
    }
    .about .box {
    width: 100%!important;
    }
}


blockquote, q {
quotes: none;
}

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

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

button {
background-color: transparent;
border: none;
cursor: pointer;
outline: none;
padding: 0;
appearance: none;
}

/* change colours to suit your needs */

ins {
background-color: #ff9;
color: #000;
text-decoration: none;
}


/* change colours to suit your needs */

mark {
background-color: #ff9;
color: #000;
font-style: italic;
font-weight: bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom: 1px dotted;
cursor: help;
}

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

a:hover, a:focus {
text-decoration: none;
}


/* change border colour to suit your needs */

hr {
display: block;
height: 1px;
border: 0;
/* border-top: 1px solid #cccccc; */
margin: 1em 0;
padding: 0;
}

input, select {
vertical-align: middle;
}

body, html {
width: 100%;
min-height: 100vh;
box-sizing: border-box;
transition: none !important;
overflow-x: hidden;
font-size: 10px;
font-family: fot-tsukumin-pr6n, sans-serif;
}

body {
margin: 0;
padding: 0;
letter-spacing: .1rem;
word-wrap: break-word;
font-feature-settings: "palt";
position: relative;
}

body.fixed {
position: fixed;
}

body.fixed nav.no_sc {
position: static !important;
}

body.scroll nav, body.fixed nav {
position: fixed !important;
z-index: 1100;
top: 0;
width: 100%;
}


img {
width: 100%;
vertical-align: bottom;
}

span {
display: inline-block;
}

.old {
font-family: fot-tsukuaoldmin-pr6n, sans-serif;
}

.gothic {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.a {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
color: #fff;
text-decoration: none;
}

.section_tab {
text-align: center;
font-size: calc( ( 100vw - 40px) / 18 );
margin-bottom: 2rem;
line-height: 1.6;
font-weight: normal;
}

.section_tab .en {
font-family: garamond-premier-pro, serif;
display: block;
font-size: calc( ( 100vw - 40px) / 32);
}

@media screen and (min-width: 460px) {
    .section_tab {
    font-size: 2.4rem;
    }
    .section_tab .en {
    font-size: 1.2rem;
    }
}

@media screen and (min-width: 960px) {
    .section_tab {
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 5rem;
    }
    .section_tab .en {
    font-size: 1.8rem;
    }
}

.text {
    line-height: 1.5;
    font-size: calc( (100vw - 40px) / 24);
    letter-spacing: 0.15rem;
    color: #fff;
    }
.text.min {
    font-size: calc( (100vw - 40px) / 30);
    }

@media screen and (min-width: 360px) {
    .text {
    /*font-size: calc( ( 100vw - 40px) / 27);*/
    font-size: calc( ( 100vw - 40px) / 24);
    }

}

@media screen and (min-width: 460px) {
    .text {
    font-size: 1.4rem;
    }
    .text.min {
    font-size: 1.2rem;
    }
}

@media screen and (min-width: 460px) {
    .text {
    font-size: 1.6rem;
    }
    .text.min {
    font-size: 1.4rem;
    }
}

@media screen and (min-width: 600px) {
    .text.min {
    font-size: 1.6rem;
    }
}

@media screen and (min-width: 960px) {
    .text {
    font-size: 1.8rem;
    }
}

.copy { color: #fff; }

@media screen and (min-width: 1201px) {
    .text {
    font-size: 1.8rem;
    color: #fff;
    line-height: 30px;
    }
    .text.min {
    font-size: 1.5rem;
    }
}

#contents &gt; .section {
    position: relative;
    }

#contents {
    background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/bg.jpg");
    }

.bg_area {
    background: #fff;
    }

.bg {
background-size: 60px;
background-position: center;
background-repeat: no-repeat;
position: relative;
width: 60px;
height: 60px;
}

#head .inner{
max-width: 1000px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}


#head .logo_bg{
background-size: 180px;
background-position: center;
background-repeat: no-repeat;
position: relative;
width: 180px;
height: 120px;
}
#head .head_bg{
background-position: center;
background-repeat: no-repeat;
position: relative;
width: 40px;
height: 40px;
}

.box_wrap {
position: relative;
margin: 0 auto;
max-width: 1100px;
box-sizing: border-box;
width: calc( 100% - 10px * 2);
}

@media screen and (min-width: 360px) {
    .box_wrap {
    width: calc( 100% - 20px * 2);
    }
}

@media screen and (min-width: 960px) {
    .box_wrap {
    /* width: calc(100% - 14rem * 2); */
    margin: 0 auto;
    max-width: 1100px;
    }
}

#pg_content:not(.wrap_home) .box_wrap {
    max-width: 1100px;
    }

.wrap_w100 {
    width: 100%;
    }

@media screen and (min-width: 960px) {
    .wrap_w100 {
    width: calc(100% - 14rem * 2);
    margin: 0 auto;
    max-width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    #pg_content:not(.wrap_home) .box_wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    }
}


.num {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    }

.num .text {
color: #FFFFFF;
}

.num.most_popular {
background-color: #cc9600;
}

.num.second_popular {
background-color: #868173;
}

.num.third_popular {
background-color: #905e2e;
}

@media screen and (min-width: 600px) {
    .num {
    width: 50px;
    height: 50px;
    }
}

.to_link {
background-color: #820000;
display: flex;
align-items: center;
justify-content: center;
border-radius: 10px;
width: 78%;
height: 45px;
margin: 0 auto;
transition: .4s;
}

.to_link .a {
color: #FFFFFF;
}

@media screen and (min-width: 600px) {
    .to_link {
        height: 70px;
        }
    .to_link .a .text {
        font-size: 2.4rem;
        }
}

@media screen and (min-width: 960px) {
    .to_link {
    width: 60%;
    max-width: 544px;
    height: 67px;
    }
}

@media screen and (min-width: 1201px) {
    .to_link .a .text {
    font-size: 3rem;
    }
}

.grid .box {
width: 100%;
}

.grid .img_box {
width: 100%;
}

.grid .img_box .crown {
width: 23%;
margin: 0px auto 0.6rem;
height: 56px;
}
.grid .img_box .crown_s {
width: 19%;
margin: 0px auto 0.6rem;
}

.grid .detail {
width: calc(100% - 140px);
position: relative;
margin-left: 1rem;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}

.grid .detail .price {
font-size: calc( ( 100vw - 40px) / 20);
line-height: 1.6;
margin-bottom: 1.6rem;
color: #fff;
font-weight: bold;
width: 100%;
}

.price span.text {
font-weight: normal;
}

.grid .detail .tag {
width: 100%;
display: flex;
margin-bottom: .8rem;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.grid .detail .tag li {
background: #005CCA;
display: flex;
align-items: center;
justify-content: center;
width: 70px;
height: 20px;
}

.grid .detail .tag li:not(:last-child) {
background: #8b690f;
margin-right: .5rem;
}

.grid .detail .tag li span {
color: #fff;
}

.grid .detail .item_icon {
width: 100%;
display: flex;
}

.grid .detail .item_icon .icon {
color: #FFFFFF;
display: flex;
align-items: center;
width: 30px;
height: 30px;
justify-content: center;
}

.grid .detail .item_icon .icon:not(:last-child) {
margin-right: .5rem;
}

.grid .detail .item_icon .icon.icon_pos {
background-color: #a1141a;
}

.grid .detail .item_icon .icon.icon_soon {
background-color: #000000;
}

.grid .detail .item_icon .icon .text {
line-height: 1.2;
padding-left: .1rem;
}

.grid .detail .to_link {
width: 80px;
height: 28px;
border-radius: 0;
position: absolute;
bottom: 0;
right: 0;
}

.grid .detail .to_link .text {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: calc( (100vw - 40px) / 30);
}

@media screen and (min-width: 360px) {
    .grid .detail .item_icon .icon {
    width: 38px;
    height: 38px;
    }
    .grid .detail .to_link {
    width: 55%;
    height: 30px;
    }
}

@media screen and (min-width: 460px) {
    .grid .img_box {
    width: 200px;
    }
    .grid .detail {
    width: calc(100% - 200px);
    }
    .grid .detail .item_icon .icon {
    width: 42px;
    height: 42px;
    }
    .grid .detail .price {
    font-size: 2rem;
    }
    .grid .detail .to_link .text {
    font-size: calc( (100vw - 40px) / 28);
    }
}

@media screen and (min-width: 600px) {
    .grid .img_box {
    width: 260px;
    }
    .grid .detail {
    width: calc(100% - 260px);
    }
    .grid .detail .tag li {
    width: 100px;
    height: 30px
    }
    .grid .detail .item_icon .icon {
    width: 60px;
    height: 60px;
    }
    .grid .detail .to_link {
    width: 60%;
    height: 50px;
    }
}

@media screen and (min-width: 960px) {
    .grid .img_box {
    width: 220px;
    }
    .grid .detail .to_link {
    width: 40%;
    max-height: 300px;
    }
    .grid .detail .to_link .text {
    font-size: 1.9rem;
    }
    .grid .detail .price {
    font-size: 3rem;
    }
    .grid .detail .item_icon .icon {
    width: 50px;
    height: 50px;
    }
}

@media screen and (min-width: 1201px) {
    .grid .detail {
    width: 100%;
    }
    .grid .detail .item_icon .icon {
    width: 60px;
    height: 60px;
    }
}

h1 {
color: #FFFFFF;
text-align: center;
background-color: #000000;
height: 6.8vw;
font-weight: normal;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-family: serif;
}

h1 .text {
font-size: 1rem
}

h1 span {
padding-left: .6rem;
}

h1 span:before {
content: '';
display: inline-block;
background-color: #FFFFFF;
vertical-align: super;
height: 1px;
width: 10px;
margin-right: .4rem;
}

h1 span:after {
content: '';
display: inline-block;
background-color: #FFFFFF;
vertical-align: super;
height: 1px;
width: 10px;
margin-left: .4rem;
}

@media screen and (min-width: 360px) {
h1 .text span:before {
width: 12px;
}
h1 .text span:after {
width: 12px;
}
}

@media screen and (min-width: 600px) {
h1 .text {
font-size: 1.5rem;
}
}

@media screen and (min-width: 960px) {
h1 {
height: 40px;
width: calc(100%/3);
font-family: serif;
}
}

@media screen and (max-width: 768px) {
h1 {
color: #FFFFFF;
text-align: center;
background-color: #000000;
height: 20px;
font-weight: normal;
display: flex;
align-items: center;
justify-content: center;
font-size: 13px;
width: 100%;
}
#head .inner div.logo {
width: 35%;
}
#head .inner div.row {
width: 65%;
padding-left: 10%;
box-sizing: border-box;
}
}


#breadcrumb {
margin: 3rem 0 2rem;
}

#breadcrumb .box_wrap {
display: flex;
flex-wrap: wrap;
}

#breadcrumb .text {
font-size: 1rem
}

#breadcrumb .a {
text-decoration: underline;
}

#breadcrumb .a:hover {
text-decoration: none;
}

#breadcrumb .breadcrumb-item {
display: flex;
margin-bottom: .5rem;
}

#breadcrumb .breadcrumb-item:not(:last-child):after {
content: '＞';
margin: 0 1.2rem;
}

@media screen and (min-width: 960px) {
#breadcrumb .text {
font-size: 1.6rem;
}
}

#head {
background-color: #000 ;
height: 14vw;
width: 100%;
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
}

#head .logo {
width: 22vw;
height: 11vw;
margin-left: 2rem;
}

#head .logo .bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/logo2503.png");
}


@media screen and (min-width: 960px) {
#head {
    height: 150px;
    }
#head .logo {
    width: calc( 100% / 3 );
    height: 105px;
    margin: 0 auto;
    }
#head .row {
    width: calc( 100% / 3 );
    justify-content: flex-end;
    }
#head div.toggle_btn {
    margin-left: 23px;
    }
}

@media screen and (max-width: 768px) {
#head {
height: 150px;
}
#head .logo {
width: 50%;
height: 60px !important;
margin: 0 auto;
}
#head .logo .bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/logo2503.png");
background-size: 75%;
}
#head .head_bg {
background-size: 66%;
}
.sub_navi li[key=cart] .head_bg {
background-size: 100% !important;
}
}


.sub_navi {
/* position: absolute; */
right: 2rem;
display: flex;
height: 11vw;
align-items: center;
}

.sub_navi li {
width: 6.5vw;
height: 6.5vw;
margin-left: 2rem;
}

.sub_navi li[key=mypage] .head_bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_mypage.png");
background-size: 18px;
}

.sub_navi li[key=key] .head_bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_login.png");
background-size: 20px;
}

.sub_navi li[key=cart] .head_bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_cart.png");
background-size: 28px;
}

@media screen and (min-width: 960px) {
.sub_navi {
height: 100%;
right: 6rem;
}
.sub_navi li {
width: 30px;
height: 30px;
margin-left: 3rem;
}
}

.navi {
width: 100%;
height: 11vw;
background-color: #000;
display: flex;
justify-content: space-between;
border-top: 2px solid #610f0d;
padding: 10px 0;
}

.navi .g_navi {
display: flex;
height: 100%;
align-items: center;
width: calc(100% - 40px);
justify-content: center;
font-family: serif;
}

.navi .g_navi li {
margin: 0 1rem;
}

.navi .toggle_btn {
width: 11vw;
height: 11vw;
background-color: #000000;
display: flex;
align-items: center;
justify-content: center;
}

.navi .toggle_btn.active {
position: fixed;
top: 0;
left: 0;
z-index: 1100;
}

@media screen and (min-width: 340px) {
.navi .g_navi li {
margin: 0 1.4rem;
}
}

@media screen and (min-width: 960px) {
.navi {
height: 40px;
}
.navi .g_navi {
width: 100%;
font-family: serif;
}
.navi .g_navi li {
padding: 0 5rem;
-webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
border-right: 1px solid #fff;
margin: 0;
/* width: calc( 29%/4 ); */
width: 100px;
text-align: center;
}
.navi .g_navi li:first-child {
padding: 0 5rem;
-webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
border-left: 1px solid #fff;
margin: 0;
}
.navi .g_navi li a{
display:block;
transform: skewX(-150deg);
line-height: 20px;
}
.navi .toggle_btn {
width: 50px;
height: 40px;
}
.navi .toggle_btn.active {
left: auto;
right: 50%;
width: 60px;
height: 60px;
border: 1px solid #FFFFFF;
}
}

@media screen and (max-width: 768px) {
.navi {
width: 100%;
height: 60px;
background-color: #000;
display: flex;
justify-content: space-between;
border-top: 2px solid #610f0d;
padding: 10px 0;
box-sizing: border-box;
}

.navi .g_navi {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}

.navi .g_navi li {
margin: 0 2rem;
}

}


.overlay {
/* background-color: rgba(0, 0, 0, 0.6); */
width: 100vw;
height: 100vh;
top: 0;
position: fixed;
z-index: 1000;
display: none;
}

.btn-trigger {
position: relative;
width: 50px;
height: 44px;
cursor: pointer;
transform: scale(0.4);
display: inline-block;
transition: all .5s;
box-sizing: border-box;
/*margin-left: 20px;*/
margin-left: 15px;
}

.btn-trigger span {
position: absolute;
left: 0;
width: 100%;
height: 4px;
background-color: #fff;
border-radius: 4px;
display: inline-block;
transition: all .5s;
box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
top: 0;
}

.btn-trigger span:nth-of-type(2) {
top: 20px;
}

.btn-trigger span:nth-of-type(3) {
bottom: 0;
}

.btn-trigger.active span:nth-of-type(1) {
-webkit-transform: translateY(20px) rotate(45deg);
transform: translateY(20px) rotate(45deg);
}

.btn-trigger.active span:nth-of-type(2) {
opacity: 0;
}

.btn-trigger.active span:nth-of-type(3) {
-webkit-transform: translateY(-20px) rotate(-45deg);
transform: translateY(-20px) rotate(-45deg);
}

.sld_navi {
position: fixed;
z-index: 1100;
top: 0;
right: -120%;
width: 100%;
height: 760px;
/* height: 100vh; */
background: #000;
transition: all 0.6s;
overflow: scroll;
margin-top: 88px;
}

.sld_navi.panelactive {
right: 0;
}

@media screen and (min-width: 960px) {
.sld_navi {
width: 50%;
margin-top: 110px;
height: 82%;
}
}

#contact .msg {
border: 2px solid #820000;
text-align: center;
padding: 1rem 2rem;
margin: 0 auto 1rem;
max-width: 800px;
}

#contact .msg .text {
font-weight: bold;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
color: #820000;
}

#contact .notes {
font-weight: bold;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
line-height: 30px;
margin-bottom: 1.4rem;
}

#contact .tel {
background-image: url();
text-align: center;
padding: 2rem 0 1.6rem;
margin-bottom: 2rem;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contact .tel .tl {
font-weight: bold;
font-size: calc( ( 100vw - 40px) / 22);
}

#contact .tel .number {
color: #b7312f;
font-size: calc( ( 100vw - 40px) / 13);
font-weight: bold;
padding: 1rem 0;
}

#contact .tel .number:before {
content: '';
display: inline-block;
width: 24px;
height: 25px;
background-image: url(background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_tel.png");
background-size: cover;
vertical-align: text-bottom;
}

#contact .to_link .text:before {
content: '';
display: inline-block;
width: 20px;
height: 14px;
background-image: url();
background-size: cover;
vertical-align: text-bottom;
margin-right: 0.4rem;
}

@media screen and (min-width: 600px) {
#contact .tel .tl {
font-size: 1.8rem;
}
#contact .tel .number {
font-size: 3.4rem;
}
#contact .tel .number:before {
width: 36px;
height: 40px;
}
#contact .to_link .text:before {
width: 26px;
height: 18px;
}
}

@media screen and (min-width: 960px) {
#contact .section_tab br {
display: none;
}
#contact .notes {
text-align: center;
font-weight: bold;
}

}

@media screen and (min-width: 1201px) {
#contact .msg {
padding: 2rem 2rem;
margin-bottom: 2rem;
}
#contact .msg .text {
font-size: 2.6rem;
}
#contact .notes {
font-size: 1.9rem;
margin-bottom: 5rem;
}
#contact .tel {
padding: 3.5rem 0 3rem;
margin-bottom: 7rem;
}
#contact .tel .tl {
font-size: 2.4rem;
}
#contact .tel .number {
font-size: 5rem;
}
#contact .tel .number:before {
width: 41px;
height: 45px;
margin-right: 0.8rem;
}
}

.all_navi .group .tab {
font-size: calc( ( 100vw - 40px) / 26);
font-weight: bold;
color: #000;
background-image: url(https://gigaplus.makeshop.jp/shinrakanEC/images/home/nav_bg.png);
padding: 1.6rem 0 1.6rem 1.6rem;
background-size: 50%;
}

.all_navi .group ul {
display: flex;
flex-wrap: wrap;
background-image: url();
background: #000;
padding-left: 16px;
}

.all_navi .group ul li {
width: 50%;
box-sizing: border-box;
position: relative;
}
.all_navi .group .width100 li {
width: 100%;
box-sizing: border-box;
position: relative;
}

.all_navi .group ul li:after {
content: '';
display: inline-block;
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/common/sp_footer_icon.png");
background-size: 16px;
background-position: center center;
background-repeat: no-repeat;
width: 16px;
height: 16px;
position: absolute;
left: 0;
top: 34%;
}

.all_navi .group ul li:nth-child(odd) {
/* border-right: 1px solid #FFFFFF; */
}

.all_navi .group ul li .a {
justify-content: flex-start;
padding: 1.4rem 0 1.4rem 1.8rem;
box-sizing: border-box;
}

@media screen and (min-width: 600px) {
.all_navi .group .tab {
font-size: 1.8rem;
}

}

.foot_navi {
max-width: 1100px;
padding: 6rem 0;
margin: 0 auto;
}


.foot_navi .block .box .a {
padding: 1rem 0;
box-sizing: border-box;
transition: .4s;
}

.foot_navi .block .box {
background-image: url(https://gigaplus.makeshop.jp/shinrakanEC/images/home/nav_bg.png);
background-position: center;
background-size: cover;
width: 25%;
margin: 0 2px;
}

.foot_navi .block .box a {
color: #820000!important;
font-size: 18px;
transition: .4s;
}

.foot_navi .block .box a::after {
content: '';
display: inline-block;
width: 35px;
height: 35px;
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow_b.png");
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
position: absolute;
right: 0;
}

.foot_navi .block .box .text:after {
content: '';
display: block;
margin-top: 1rem;
}

.foot_navi .block .box:hover {
background-color: #000000;
}

.foot_navi .block .box:hover .a {
color: #820000;
}

.keyword {
background: #d9ceb1;
max-width: 900px;
margin: 50px auto;
padding: 30px 0;
}

.keyword h3 {
font-size: 26px;
text-align: center;
}

.keyword h3::before {
content: "　";
background-image: url(../img/icon_01.png);
background-size: 27px;
background-position: center;
background-repeat: no-repeat;
height: auto;
position: absolute;
top: -13px;
left: 50%;
transform: translate(-50%);
}

.container {
max-width: 1100px;
width: 100%;
margin: 0 auto;
}

.keyword .block {
display: flex;
justify-content: center;
}

.keyword ul {
margin-top: 20px;
}

.keyword ul li {
background: #fff;
padding: 5px 10px;
border-radius: 1px;
margin: 0 10px;
}

.keyword ul li a {
color: #000;
font-size: 18px;
}

.about {
max-width: 1100px;
margin: 0 auto;
}

.sec_title {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 41px;
font-weight: normal;
color: #fff;
text-align: center;
border-bottom: 2px solid #af985a;
padding-bottom: 3px;
line-height: 50px;
margin-bottom: 40px;
}

.sec_title div {
border-bottom: 2px solid #af985a;
}

.sec_title2 {
font-size: 41px;
font-weight: normal;
color: #000;
text-align: center;
border-bottom: 2px solid #820000;
padding-bottom: 3px;
line-height: 50px;
margin-bottom: 50px;
}

.sec_title2 div {
border-bottom: 2px solid #820000;
}


@media screen and (max-width: 768px) {
.sec_title {
    margin-bottom: 10px;
    }

}




.about .ph_block {
width: 62%;
}

.about .text_block {
width: 38%;
padding: 0 0 0 40px;
}

.about .text_block p {
font-size: 21px;
color: #fff;
line-height: 40px;
}

.flex_row {
display: flex;
align-items: center;
justify-content: space-between;
}

.flex_row_c {
display: flex;
justify-content: space-between;
}

.about .wrap {
margin-top: 100px;
margin-bottom: 60px;
}

.about .box {
width: 70%;
margin: 0 auto;
}

.about .box h3 {
font-size: 26px;
color: #fff;
text-align: center;
margin-bottom: 10px;
position: relative;
}

.about .box h3::before {
content: "　";
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_02.png");
background-size: 76px;
background-position: center;
background-repeat: no-repeat;
width: 76px;
height: 45px;
position: absolute;
top: -55px;
left: 50%;
transform: translate(-50%);
}

.about .box p {
font-size: 16px;
line-height: 30px;
color: #fff;
padding: 10px 0;
}

#foot .info {
padding: 2rem 0;
}

#foot .info .logo {
width: 150px;
height: 74px;
margin: 0 auto 1.5rem;
}

#foot .info .logo .foot_logo_bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/logo2503.png");
}

#foot .info .text {
text-align: center;
}

@media screen and (min-width: 1201px) {
#foot .info {
padding: 4rem 0 5rem;
}
#foot .info .logo {
width: 250px;
height: 122px;
}

}

#about {
padding: 0 0 5rem;
}

#about .block {
display: flex;
flex-wrap: wrap;
justify-content: center;
}

#about .block .box {
width: 48%;
background-color: #fff;
box-sizing: border-box;
padding: 2rem 1.2rem 1rem;
border: 2px solid #820000;
}

#about .block .box:nth-child(odd) {
margin-right: 4%;
}

#about .block .box:not(:nth-last-child(-n+2)) {
margin-bottom: 4%;
}

#about .block .box .icon {
margin: 0 auto;
}

#about .block .box .ttl {
text-align: center;
font-size: calc( ( 100vw - 40px) / 28);
line-height: 1.5;
font-weight: bold;
margin: 1.4rem 0 2rem;
}

#about .block .box[key=delivery] .icon {
width: 44px;
height: 40px;
}

#about .block .box[key=delivery] .icon .bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/declaration_01.png");
}

#about .block .box[key=postage] .icon {
width: 54px;
height: 40px;
}

#about .block .box[key=postage] .icon .bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/declaration_02.png");
}

#about .block .box[key=guarantee] .icon {
width: 40px;
height: 40px;
}

#about .block .box[key=guarantee] .icon .bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/declaration_05.png");
width: 76px;
}

#about .block .box[key=gift] .icon {
width: 40px;
height: 42px;
}

#about .block .box[key=gift] .icon .bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/declaration_04.png");
background-size: 100%;
width: 76px;
}

#about .block .box[key=handwork] .icon {
/*width: 40px;
height: 42px;*/
}

#about .block .box[key=handwork] .icon .bg {
background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/declaration_05.png");
background-size: 100%;
width: 76px;
margin: 0 auto;
}

@media screen and (min-width: 360px) {
    #about .block .box .ttl {
    font-size: calc( ( 100vw - 40px) / 27);
    }
}

@media screen and (min-width: 600px) {
    #about .block .box {
    min-height: 300px;
    }
    #about .block .box[key=delivery] .icon {
    width: 50px;
    height: auto;
    }
    #about .block .box[key=postage] .icon {
    width: 63px;
    height: auto;
    }
    #about .block .box[key=guarantee] .icon {
    width: 40px;
    height: auto;
    }
    #about .block .box[key=gift] .icon {
    width: 70px;
    height: auto;
    }
    #about .block .box .ttl {
    font-size: 1.8rem;
    }
}



@media screen and (min-width: 960px) {
    #about .block .box {
    min-height: 270px;
    }
}

@media screen and (min-width: 768px) {
    #about .block .box {
    width: 24%;
    }
    #about .block .box:nth-child(odd) {
    margin-right: 0%;
    }
    #about .block .box:not(:nth-last-child(-n+2)) {
    margin-bottom: 0%;
    }
    #about .block .box:not(:last-child) {
    margin-right: 1.3%;
    }
}

@media screen and (min-width: 1201px) {
    #about .block .box .ttl {
    font-size: 2.2rem;
    line-height: 1.4em;
    color: #820000;
    min-height: 3em;
    margin: 10px auto 6px;
    }
    #about .block .box .text {
    font-size: 1.7rem;
    }
}

@media screen and (max-width: 768px) {
    #about {
        padding: 0 0 0;
        }
    #about .block .box {
        min-height: 40px;
        padding-bottom: 16px;
        box-sizing: border-box;
        }
    #about .block .box {
        width: 48%;
        height: auto;
        /* height: 210px; */
        background-color: #fff;
        box-sizing: border-box;
        padding: 2rem 1rem 1rem;
        border: 2px solid #820000;
        }
    #about .block .box[key=delivery] .icon {
    width: 50px;
    height: auto;
    }
    #about .block .box[key=postage] .icon {
    width: 63px;
    height: auto;
    }
    #about .block .box[key=guarantee] .icon {
    width: 60px;
    height: auto;
    }
    #about .block .box[key=gift] .icon {
    width: 70px;
    height: auto;
    }
    #about .block .box .ttl {
    font-size: 15px;
    color: #9e3838;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    margin: 10px auto 0;
    }
    #about .block .box .cont_text {
font-size: 13px;
line-height: 1.3em;
margin: 10px auto 0;
        }
    #shipDatePlus {
        color: #9e3838;
        }
}



#beginners_set {
padding: 4rem 0;
}

#beginners_set .section_tab.tab_1:before {
background-image: url("");
width: 120px;
height: 14px;
}

#beginners_set .set_list {
margin-bottom: 2rem;
}

#beginners_set .box {
    display: flex;
    margin: 0 auto 60px;
    }

#beginners_set .box:first-child {
display: block;
}

#beginners_set .box:first-child .img_box {
width: 100%;
margin-bottom: 1.5rem;
}

#beginners_set .box:first-child .detail {
width: 100%;
margin-left: 0;
}

@media screen and (min-width: 960px) {
#beginners_set {
padding: 4rem 0;
}
#beginners_set .set_list {
display: flex;
justify-content: space-between;
margin-bottom: 2.5rem;
}
#beginners_set .set_list .box {
display: block;
width: 30%;
box-sizing: border-box;
}
#beginners_set .set_list .box:first-child {
width: 30%;
margin-bottom: 4rem;
}
#beginners_set .set_list .box:first-child .detail .to_link {
width: 200px;
}
#beginners_set .set_list .box .img_box {
width: 100%;
margin-bottom: 2rem;
}

#beginners_set .set_list .box .img_box .crown {
    /*margin-bottom: 3rem;*/
    margin-bottom: 1rem;
    }
#beginners_set .set_list .box .img_box .crown img{
    width: 76px !important;
    display: block;
    height: auto;
    max-width: 200%;
    }

#beginners_set .set_list .box .detail {
width: 100%;
margin-left: 0;
}
#beginners_set .set_list .box .detail .tag {
margin-bottom: 1.4rem;
}
#beginners_set .set_list .box .detail .name {
font-size: 2.0rem;
}
#beginners_set .set_list .box .detail .to_link {
width: 140px;
}
}

@media screen and (min-width: 1025px) {
    @media screen and (min-width: 1201px) {
        #beginners_set .set_list .box .detail .to_link {
        width: 200px;
        border-radius: 10px;
        }
        #beginners_set .set_list .box .detail .name {
        font-size: 2rem;
        }
        #beginners_set .set_list:not(:first-child) .detail {
        height: auto;
        padding: 0 0 0px;
        }
    }
}

@media screen and (max-width: 768px) {
    #beginners_set .set_list .box .detail .name {
        font-size: 20px !important;
        line-height: 1.3em;
        padding: 0 0 10px;
        }
        #beginners_set .set_list .box .detail .copy {
            font-size: 16px !important;
            line-height: 1.3em;
            padding: 0 0 10px;
            }

    .grid .detail .to_link {
        width: 55%;
        height: 30px;
        border-radius: 5px;
        }
        .grid .detail .to_link a span.text {
            font-size: 14px !important;
            }

    #beginners_set .box {
        display: flex;
        xmargin: 0 auto 60px;
        margin: 0 auto 40px;
        flex-wrap: wrap;
        }

    .grid .img_box .crown_s {
        width: 100%;
        margin: 0px auto 0.6rem;
        display: block;
        }
        .grid .img_box .crown_s img {
            width: 70px;
            height: auto;
            display: block;
            margin: 0 auto 0;
            }

    .ranking-under .detail {
        width: 100%;
        align-items: flex-start;
        }
    .ranking-under .thumb {
        width: 90%;
        }
    .ranking-under .detail .left_unit,
    .ranking-under .detail .right_unit {
        width: 50%;
        }
    .ranking-under .detail .to_link {
        width: 100%;
        height: 30px;
        border-radius: 5px;
        position: relative;
        }

.to_link {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    transition: .4s;
    }

    .hr_net {
    height: 8px;
    background-image: repeating-linear-gradient(45deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%), repeating-linear-gradient(135deg, #ccc 0, #ccc 1px, transparent 0, transparent 50%);
    background-size: 8px 8px;
    margin-bottom: 30px;
    }

.keyword {
max-width: 100%;
margin: 0 auto 30px;
padding: 16px 5px 20px;
}
.keyword h3 {
font-size: 20px;
text-align: center;
font-weight: 900;
}
    .keyword .block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 0;
    }
    .keyword .block li{
    font-size: 15px;
    }
    .keyword .block li a {
    color: #000;
    font-size: 15px;
    }

    .sec_title div {
        border-bottom: 2px solid #af985a;
        padding: 0;
        line-height: 1.4em;
        }

.about .box {
  width: 100% !important;
  margin: 0 auto 60px;
}

.about .text_block {
    width: 100%;
    padding: 0;
    font-size: 16px;
    }
.about .text_block p,
.about .box p {
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    padding: 16px 0 0;
    }

.about .box h3::before {
  content: "　";
  background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_02.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 54px;
  height: 42px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%);
}
.about .box h3 {
  font-size: 19px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.no-mgb {
    margin-bottom: 0 !important;
    }


}




.makeshop-calendar1 td.today, .makeshop-calendar2 td.today {
border: 1px solid #c6b689;
}
#floating {
width: 100px;
height: auto;
position: fixed;
bottom: 130px;
right: 20px;
transition: 1s;
opacity: 0;
}
#floating a {
display: block;
text-align: center;
line-height: 100px;
}
#page-top {
width: 100px;
height: 100px;
position: fixed;
bottom: 20px;
right: 20px;
transition: 1s;
border: 1px solid #fff;
opacity: 0;
}
#page-top a {
display: block;
text-decoration: none;
color: #fff;
text-align: center;
line-height: 100px;
background-color: #000;
font-size: 25px;
}
#floating_sp {
display: none;
}
#toCartSection {
display: none;
}
body.scroll #floating {
opacity: 1;
z-index: 100;
}
body.scroll #page-top {
opacity: 1;
z-index: 100;
}

.copy {
height: 170px;
}

.foot_navi .block {
display: flex;
justify-content: space-between;
}

@media screen and (max-width: 768px) {
#floating {
display: none;
}
#page-top {
width: 50px;
height: 50px;
bottom: 65px;
right: 10px;
}
#page-top a {
font-size: 16px;
line-height: 50px;
}
#floating_sp {
display: block;
width: 100%;
height: auto;
position: fixed;
bottom: 0;
transition: 1s;
opacity: 1;
z-index: 100;
}
#floating_sp a {
display: block;
}
body.scroll #floating {
opacity: 1;
z-index: 100;
}

.copy {
height: auto;
}
.foot_navi .block {
flex-direction: column;
}
.foot_navi .block .box {
background-image: url(https://gigaplus.makeshop.jp/shinrakanEC/images/home/nav_bg.png);
background-position: center;
background-size: cover;
width: 100%;
border: 1px solid #000000;
text-align: center;
transition: .4s;
}
.sp_only {
display: block !important;
}
.pc_only {
display: none !important;
}

.sec_title {
    font-size: 26px;
    width: 120%;
    margin: 0 -10% 16px;
    }

.foot_navi {
  max-width: 1100px;
  padding: 6rem 0 0;
  margin: 0 0 0 -7%;
  width: 114%;
}

.foot_navi .block .box .a {
  padding: 1rem 0;
  box-sizing: border-box;
  transition: .4s;
  text-align: left;
  width: 100%;
  display: inline-block;
  padding: 0 0 0 16px;
  line-height: 2.6em;
}

.foot_navi .block .box a::after {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow_b.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 8px;
}

#voice {
    margin: 0 auto 60px;
}
#voice .box {
  background-color: #d9ceb1;
  padding: 1rem 2rem;
}
#voice .block {
    width: 100%;
    margin: 0 auto;
    }
#voice dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#voice dl dt {
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 0;
}
#voice dl dd {
  width: 100%;
  padding-right: 0;
  box-sizing: border-box;
}


#reason {
    margin: 0 auto 60px;
}

#reason h2.sec_title {
  font-size: 20px !important;
  color: #af985a;
}
#reason h2.sec_title span {
  font-size: 20px;
  margin-left: 0;
}
#reason .tab {
    display: none;
}
#reason .detail h3 {
font-size: 18px;
line-height: 1.4em;
padding: 10px 0 10px;
color: #af985a;
text-align: center;
}
#reason .box .right {
margin-bottom: 3rem;
}

#gift_notes {
background: #fff;
width: 120%;
margin: 0 0 0 -10%;
padding: 10%;
box-sizing: border-box;
    }
#gift_notes .cont {
    background-color: #d9ceb1;
    padding: 10px 30px;
    max-width: 800px;
    margin: 0 auto;
    }
    #gift_notes .cont .in {
    text-align: center;
    }
    #gift_notes .text_r {
    color: #820000;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 900;
    }

#flow {
    background: #fff;
    width: 120%;
    margin: 0 0 0 -10%;
    padding-top: 40px;
    }
    #flow ul {
    width: 84%;
    max-width: 800px;
    margin: 0 auto;
    }
    #flow ul li {
    display: flex;
    align-items: center;
    border: 2px solid #820000;
    padding: 10px 20px;
    }
    #flow ul li .row {
    display: flex;
    align-items: center;
    width: 300px;
    }
    #flow ul li .row img {
    width: 55px;
    }
    #flow ul li .row p {
    font-size: 24px;
    font-weight: bold;
    color: #820000;
    padding-left: 20px;
    }

    #flow .arrow {
    background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/arrow.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1rem auto 1rem;
    width: 30px;
    height: 30px;
    }
.sec_title2 {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 16px;
    }

ul.deliveryflow-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    }
.deliveryflow-list li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    }
.icon-box {
    width: 20%;
    }
.icon-box img{
    width: 70%;
    }
.deliveryflow-contents-box {
    width: 80%;
    }
.deliveryflow-contents-box p.deliveryflow-task{
    color: #820000;
    font-size: 18px;
    font-weight: 900;
    padding: 10px 0 0;
    }

.deliveryflow-contents-box p.flow_text {
    font-size: 14px;
    }
    #flow ul li .flow_text {
    font-size: 14px;
    width: 100%;
    line-height: 1.2em;
    padding: 6px 0 12px;
}

#cal {
    background: #fff;
    width: 120%;
    margin: 0 0 0 -10%;
    }
    .calender_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto;
    }
    .calender_wrap .calender_bg {
    background-color: #D9CEB1;
    text-align: center;
    margin: 0 0.5em 1em;
    padding: 1em;
    font-size: 16px;
    line-height: 1.8em;
    width: 100%;
    }
    .calender_wrap .calender_bg table {
    text-align: center;
    margin: auto;
    width: 100%;
    border-collapse: separate;
    background-color: #D9CEB1;
    }
    .calender_wrap .calender_bg th.sunday {
    color: #ce6e42;
    }
    .calender_wrap .calender_bg th.saturday {
    color: #7194e7;
    }
    .calender_wrap .calender_bg td.sunday {
    background: #820000;
    color: #fff;
    }
    .calender_wrap .calender_bg td.saturday {
    background: #820000;
    color: #fff;
    }
    .holiday {
    text-align: center;
    padding: 0 0 30px;
    }
    .cal_bg {
    background: #820000;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 0 1px 10px;
    }
    .calender_wrap_text {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px !important;
    display: inline-block;
    }

#area {
    background: #fff;
    width: 120%;
    margin: 0 0 0 -10%;
    }
    #area .inner {
    margin: 0 auto;
    width: 84%;
    padding: 0 0 40px;
    }
    #area .map {
    position: relative;
    }
    #area .map p {
    font-size: 18px;
    font-weight: 900;
    padding: 0 0 14px;
    }
    #area .map ul {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }
    #area .map div {
    position: absolute;
    top: 0;
    left: 1rem;
    }
    #area .map ul li {
    font-size: 16px;
    line-height: 26px;
    }
    #area .map ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    margin: .3rem .5rem 0 0;
    }
    #area .map ul li:nth-child(1):before {
    background-color: #bedbf0;
    }
    #area .map ul li:nth-child(2):before {
    background-color: #cedd9d;
    }
    #area .map ul li:nth-child(3):before {
    background-color: #e6bda4;
    vertical-align: top;
    position: relative;
    padding: 0;
    margin: 8px 5px 0 0;
    }

    #area .map ul li:before {
    margin: 0rem .5rem 0 0;
    vertical-align: middle;
    }
    #area .map ul li span {
    vertical-align: middle;
    font-size: 12px;
    }
    #area .map img {
    display: block;
    width: 100%;
    padding: 40px 0 0;
}

#contact {
    background: #fff;
    width: 120%;
    margin: 0 0 0 -10%;
    }
#contact .box_wrap {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    width: 84% !important;
    }

#contact .msg {
border: 2px solid #820000;
text-align: center;
padding: 1rem 2rem;
margin: 0 auto 1rem;
max-width: 800px;
}

#contact .msg .text {
font-weight: bold;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
color: #820000;
font-size: 17px;
}

#contact .notes {
font-weight: bold;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
margin-bottom: 1.4rem;
font-size: 14px;
line-height: 1.3em;
padding: 0 0 30px;
}

#contact .tel {
background-image: url();
text-align: center;
padding: 2rem 0 1.6rem;
margin-bottom: 2rem;
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

#contact .tel .tl {
font-weight: bold;
font-size: calc( ( 100vw - 40px) / 22);
}

#contact .tel .number {
color: #b7312f;
font-size: calc( ( 100vw - 40px) / 13);
font-weight: bold;
padding: 1rem 0;
}

#contact .tel .number:before {
content: '';
display: inline-block;
width: 24px;
height: 25px;
background-image: url();
background-size: cover;
vertical-align: text-bottom;
}

#contact .to_link .text:before {
content: '';
display: inline-block;
width: 20px;
height: 14px;
background-image: url();
background-size: cover;
vertical-align: text-bottom;
margin-right: 0.4rem;
}

#order_tel .tel {
width: 100%;
padding: 16px 16px;
margin: 20px auto;
background: #D9CEB1;
box-sizing: border-box;
}
#order_tel dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#order_tel dl dt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 18px;
  color: #820000;
  padding: 0 0 8px;
  width: 100%;
  text-align: center;
}
#order_tel dl dd {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 32px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  }
#order_tel dl dd::before {
  content: '';
  display: inline-block;
  width: 45px;
  height: 50px;
  background-image: url("https://gigaplus.makeshop.jp/shinrakanEC/images/home/icon_tel.png");
  background-size: 25px;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: text-bottom;
  margin-right: -24px;
width: 40px;
height: 32px;
margin-right: -18px;
}
#order_tel dl dd span {
font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-size: 15px;
padding: 10px 0 0;
line-height: 1.3em;
}
.to_link {
background: transparent;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0;
margin: 0 auto 30px;
}
.to_link a {
 background: #820000;
}
#external {
padding-top: 10px;
background: #fff;
width: 120%;
margin: 0 0 0 -10%;
}
#external .line {
width: 84%;
margin: 0 auto;
}
#external .social {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 60%;
margin: 20px auto;
}
#external .social ul.row {
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-between;
}
.footer_navi {
    display: none;
}
}

@media screen and (max-width:399px) {
    .calender_wrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto;
    }
}

@media screen and (min-width:769px) {.none_pc, .sp {display: none !important;}}
@media screen and (max-width:768px) {.none_sp, .pc {display: none !important;}}
</pre></body></html>