@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff2) format('woff2'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.woff) format('woff'),
         url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Thin.otf) format('opentype');
  }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 400;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
   }
  @font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 900;
     src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format('woff2'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format('woff'),
          url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format('opentype');
   }
  .notosans {
      font-family: 'Noto Sans Japanese', sans-serif;
  }

/*  --------------------------------------------------
        :: Global Reset & Standards
-------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* 初期設定
================================================== */
body {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: 500;
    font-feature-settings: "palt";
    color: #000;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-size: 16px;
    line-height: 1.8em;
    background: #fff;
    overflow-x: hidden;
}
a {
    color: #000;
    text-decoration: none;
    line-height: inherit;
}
a , a img {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border: none;
}
a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
}
p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
}
p a, p a:visited {
    line-height: 1.6em;
}
img {
    margin: 0;
    vertical-align: top;
}
p img {
    margin: 0;
    text-align: center;
}
ul, ol {
    margin: 0;padding: 0;
}
ul {
    list-style: none outside;
}
ol {
    list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
    margin-left: 1.5em;
}
ul.square {
    list-style: square outside;
}
ul.circle {
    list-style: circle outside;
}
ul.disc li:before {
    content:'●';
    margin-right: 5px;
    color: #ec6c00;
}
ul.disc li {
    font-size: 15px;
    text-indent: -1.3em;
}
ul.decimal {
    list-style: decimal;
}
ul.decimal li {
    font-size: 15px;
    margin-left: 1.3em;
    margin-bottom: 10px;
}

ul.decimal2 {
    list-style: none;
}
ul.decimal2 li {
    font-size: 15px;
    margin-left: 2em;
    margin-bottom: 20px;
}
ul.decimal2 li span.num {
    padding: 5px 8.5px;
    color: #fff;
    font-weight: bold;
    background: #000;
    margin-left: -2em;
    margin-right: 5px;
    border-radius: 100%;
}

strong {
    font-weight: bold;
    line-height: inherit;
}
.linkbox {
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    -o-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
}
.linkbox:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 13px;
        line-height: 1.5em;
        text-align: justify;
    }
    p a, p a:visited {
        line-height: 1.3em;
    }
}



/* グリッドシステム
================================================== */
.frame {
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
@media only screen and (min-width: 960px) {
    .frame {
        max-width: 960px;
        min-width: 727px;
    }
}

.frame_wide {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.frame_wide img {
    width: 100%;
}
@media only screen and (min-width: 800px) {
    .frame_wide {
        max-width: 960px;
        min-width: 727px;
    }
}

.frame_wide2 {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
}
.frame_wide2 p {
    width: 50%;
}
.frame_wide2 img {
    width: 100%;
}
@media only screen and (min-width: 800px) {
    .frame_wide2 {
        max-width: 960px;
        min-width: 727px;
    }
}

.container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.g1, .g15, .g2, .g25, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11 {
    margin-right: 4%;
    min-height: 1px;
}
.g3_SP, .g4_SP, .g6_SP {
    margin-right: 4%;
    min-height: 1px;
}
.lc {
    margin-right: 0;
}

.container.reverse {
    flex-flow: row-reverse;
}
.container.reverse .lc {
    margin-right: 4%;
}
.container.reverse .reverse_lc {
    margin-right: 0;
}
.container.h_center {
    align-items: center;
}

.g1     { width: 4.666666666666667%; }
.g15    { width: 9%; }
.g2     { width: 13.333333333333334%; }
.g25    { width: 17.666666666666668%; }
.g3     { width: 22%; }
.g4     { width: 30.666666666666664%; }
.g5     { width: 39.33333333333333%; }
.g6     { width: 48%; }
.g7     { width: 56.666666666666664%; }
.g8     { width: 65.33333333333333%; }
.g9     { width: 74%; }
.g10    { width: 82.66666666666667%; }
.g11    { width: 91.33333333333333%; }
.g12    { width: 100%; }

.g3_SP  { width: 22%; }
.g4_SP  { width: 30.666666666666664%; }
.g6_SP  { width: 48%; }

.flex_end {
    justyify-content: flex-end;
}
.flex_center {
    justyify-content: center;
}

img, object, embed {
    max-width: 100%;
    height: auto;
    width:auto;
}
img {
    -ms-interpolation-mode: bicubic;
}



/* ヘッダー
================================================== */
header {
    display: block;
    position: fixed;
    width: 100%;
    -webkit-transition: 0.1s ease-out;
    -moz-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    position: static;
    z-index: 10000000;
    background: #fff;
    height: auto;
}
.header_logo {
    display: flex;
}
.header_logo .logo {
    padding: 0 0;
    width: 20%;
    position: relative;
    top: 10px;
}
.header_logo .logo img {
    transform: rotate(-20deg);
}
.header_logo .logotype {
    width: 40%;
    margin-top: 20px;
    margin-left: 10px;
}
@media only screen and (min-width: 800px) {
    .header_logo .logotype {
        margin-top: 45px;
    }
    header {
        width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

#SP_gnav_bg {
    display: block;
    position: relative;
    z-index: 10000;
}
#SP_header_logo {
    display: block;
    padding: 8px 0 0 20px;
    height: 47px;
    box-sizing: border-box;
}
#SP_header_logo img {
    height: 26px;
}
#top_menu {
    display: none;
}


.drawer-overlay {
    background-color: rgba(0,0,0,0.7) !important;
}
.drawer-nav {
    color: #fff !important;
    background-color: #fff !important;
    width: 100% !important;
    box-sizing: border-box;
}
.drawer-nav .inner {
    padding: 50px 0;
}
.drawer-nav ul {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}
.drawer-nav ul li {
    display: block;
    font-weight: bold;
    width: 100%;
    height: 100%;
}
.drawer-nav ul li a {
    padding: 20px 10%;
    display: flex;
    align-items: center;
    width: 100%;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6em;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
}
.drawer-nav ul li.b_none a {
    border-bottom: none;
}
.drawer-nav ul li ul {
    height: auto !important;
}
.drawer-nav ul li ul li a {
    padding: 5px 0 5px 0;
    border-top: none;
    background: #f0f0f0;
}
@media only screen and (min-width: 800px) {
    .drawer-hamburger {
        transform: scale(1.2) !important;
        transform-origin: top right !important;
    }
    .drawer-nav .inner {
        padding: 50px 30%;
    }
}

.menu_tel {
    margin: 30px 10% 0 10%;
    padding: 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    text-align: center;
    background: #f0f0f0;
    box-sizing: border-box;
    border-radius: 6px;
}
.menu_tel p {
    text-align: center;
}
.menu_tel p a {
    display: block !important;
    width: 100% !important;
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    font-size: 26px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.drawer-nav ul li.instagram {
    width: 60px;
    height: 60px;
    text-align: center;
}
.drawer-nav ul li.instagram a {
    border-bottom: none;
}





/* 共通
================================================== */
.lead {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    .lead {
        margin-top: 20px;
        font-size: 17px;
    }
}



/* フッター
================================================== */
footer {
    margin-top: 50px;
    padding: 50px 0 100px 0;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
footer p, footer p a {
    font-size: 15px;
}
.footer_instagram {
    text-align: center;
}
.footer_logo {
    margin-top: 30px;
    text-align: center;
}
.footer_instagram img {
    width: 60px;
    height: 60px;
}
.footer_logo img {
    width: 20%;
}
#copyright {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    footer {
        display: block;
        padding: 0 0 50px 0;
    }
    footer p, footer p a {
        font-size: 14px;
    }
    .footer_instagram img {
        width: 40px;
        height: 40px;
    }
    .footer_logo img {
        width: 35%;
    }
    #copyright {
        font-size: 9px;
    }
}

.footer_tel {
    padding: 20px;
    font-size: 14px;
    line-height: 1.5em;
    color: #000;
    text-align: center;
    background: #f0f0f0;
    box-sizing: border-box;
    border-radius: 6px;
    margin-bottom: 30px;
}
.footer_tel p {
    text-align: center;
    font-weight: bold;
}
.footer_tel p a {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.footer_tel p.shop {
    font-size: 16px;
}
.footer_tel p.url {
    margin-top: 5px;
}
.footer_tel p.url a {
    font-size: 18px;
}
.footer_tel p.tel {
    margin-top: 5px;
}

#pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: 99;
}
#pagetop:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
}
@media only screen and (max-width: 767px) {
    #pagetop img {
        width: 80%;
    }
}



/* 共通
================================================== */
h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
h2.separator {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #000;
}





/* ボタン
================================================== */
p.btn1 a {
    display: block;
    padding: 15px 20px 15px 30px;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    text-decoration: none;
    box-sizing: border-box;
    background: #333 url(../img/arrow1.png) right 20px center no-repeat;
    border-radius: 30px;
}





/* ポップアップ
================================================== */
#popup1, #popup2, #popup3, #popup4, #popup5, #popup6, #popup7 {
    display: none;
}
.popup-open {
    cursor: pointer;
}
.popup-overlay {
    display: none;
}
#popup1:checked ~ .popup-overlay, #popup2:checked ~ .popup-overlay, #popup3:checked ~ .popup-overlay, #popup4:checked ~ .popup-overlay, #popup5:checked ~ .popup-overlay, #popup6:checked ~ .popup-overlay, #popup7:checked ~ .popup-overlay {
    display: block;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    animation-name: fadein;
    animation-duration: 0.1s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
 @keyframes fadein {
    0% {
       opacity: 0;
       transform: translateY(0);
    }
    100% {
       opacity: 1;
       transform: translateY(-10px);
    }
}
.popup-window {
    width: 80vw;
    max-width: 900px;
    padding: 100px 30px;
    background-color: #ffffff;
    border-radius: 6px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}
.popup-text {
    margin: 0;
    z-index: 1000;
    pointer-events: none;
}
.popup-text:not(:last-of-type) {
    margin-bottom: 1em
}
.popup-close {
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 0;
}





/* PC用
================================================== */
@media only screen and (min-width: 800px) {
    body {
        font-size: 125% !important;
    }
    h2, h3, h4, p {
        font-size: 125% !important;
    }
    h2 img {
        width: 70%;
    }
}