@charset "UTF-8";
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
       section
    ------------------------------------- */
}

#article .section {
  /* -------------------------------------
           shop
        */
  /* -------------------------------------
           thanks
        ------------------------------------- */
}

#article .section .inner {
  width: 93.75%;
  margin: 0 auto;
  /* -------------------------------------
               link
            ------------------------------------- */
}

#article .section .inner .content {
  padding: 0 0 1em 0;
}

#article .section .inner .content .figure {
  margin: 0 0 0.5em 0;
}

#article .section .inner .content .figure img {
  box-sizing: border-box;
}

#article .section .inner .content .title {
  font-size: 1.8rem;
  letter-spacing: 0.175em;
  font-weight: bold;
  padding: 0 0 1em 0;
}

#article .section .inner .content .title-sub {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.25;
  padding: 0.5em 0 0.25em 0;
  margin: 0 0 0.5em 0;
}

#article .section .inner .content .title-sub span {
  font-weight: bold;
}

#article .section .inner .content .title-sub span.num {
  padding: 0 0.5em 0 0;
}

#article .section .inner .content .lead {
  font-size: 1.6rem;
}

#article .section .inner .content ul,
#article .section .inner .content ol {
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em 0;
}

#article .section .inner .content ul li,
#article .section .inner .content ol li {
  padding: 0 0 0.5em 0;
}

#article .section .inner .content ul.border,
#article .section .inner .content ol.border {
  padding: 0.75em 0.5em 0.25em 2.2em;
  border: 1px solid #000;
}

#article .section .inner .content ul.nolist,
#article .section .inner .content ol.nolist {
  list-style: none;
  padding: 0.75em 0.5em 0.25em 0.5em;
}

#article .section .inner .content ul.nolist li,
#article .section .inner .content ol.nolist li {
  text-indent: -1.25em;
  padding: 0 0 0.5em 1.5em;
}

#article .section .inner .content p {
  font-size: 1.2rem;
  padding: 0 0 0.5em 0;
}

#article .section .inner .content .tel {
  text-align: center;
}

#article .section .inner .content .tel .t1,
#article .section .inner .content .tel .t2 {
  display: block;
  font-size: 1.2rem;
}

#article .section .inner .content .tel .t2 .font-l {
  font-size: 1.8rem;
  font-weight: bold;
}

#article .section .inner .link a,
#article .section .inner .link a:link {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  width: 75%;
  padding: 0.75rem 0;
  margin: 1.25rem auto 0;
  background: #00728d;
  border-radius: 4px;
}

#article .section.shop {
  padding: 0;
}

#article .section.shop .inner {
  /* -------------------------------------
                   content
                ------------------------------------- */
}

#article .section.shop .inner .content .title-sub {
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: solid 1px #000000;
  margin-bottom: 10px;
}

#article .section.shop .inner .content.content_1 {
  /* -------------------------------------
                           Google Map
                        */
}

#article .section.shop .inner .content.content_1 .h4.h4_1 {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}

#article .section.shop .inner .content.content_1 .h4.h4_1 span {
  display: block;
}

#article .section.shop .inner .content.content_1 .h4.h4_1 span.txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.75rem 0 0.75rem 1.5rem;
  margin: 0 0 0.75rem;
  border-left: 3px solid #00728d;
}

#article .section.shop .inner .content.content_1 .link a,
#article .section.shop .inner .content.content_1 .link a:link {
  font-size: 1.2rem;
  width: 100%;
  margin: 0;
}

#article .section.shop .inner .content.content_1 .map {
  width: 100%;
  height: 200px;
  margin: 1rem 0 0;
}

#article .section.shop .inner .content.content_1 .item {
  position: relative;
}

#article .section.shop .inner .content.content_1 .item.float .h4.h4_1 {
  width: 100%;
}

#article .section.shop .inner .content.content_1 .item.float .link {
  width: 37.03704%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}

#article .section.shop .inner .content.content_1 .item.float .float_r {
  margin: 1rem 0 0;
}

#article .section#thanks {
  width: 100%;
  padding: 1em 0 3em 0;
}

/*
@mixin webfont-e1( $lineH : 1 ){
    font-family: "Open Sans", "Hiragino Kaku Gothic ProN","æ¸¸ã‚´ã‚·ãƒƒã‚¯","æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“",YuGothic,"Yu Gothic","ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, sans-serif;
    font-weight: 700;
    line-height: $lineH;
}
*/
@media screen and (min-device-width: 767px) {
  /* =================================================
   unique layout
================================================= */
  /* -------------------------------------
   article
------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article .section {
    /* -------------------------------------
           shop
        */
    /* -------------------------------------
           thanks
        ------------------------------------- */
  }
  #article .section .inner {
    width: 920px;
    margin: 0 auto;
    /* -------------------------------------
               link
            ------------------------------------- */
  }
  #article .section .inner .content {
    padding: 0 0 10px 0;
  }
  #article .section .inner .content .float {
    display: flex;
  }
  #article .section .inner .content .float.flex-justify {
    justify-content: space-between;
  }
  #article .section .inner .content .float.flex-wrap {
    flex-wrap: wrap;
  }
  #article .section .inner .content .float.flex-reverse {
    flex-direction: row-reverse;
  }
  #article .section .inner .content .title {
    font-size: 21px;
    font-size: 2.1rem;
    padding: 50px 0 60px 0;
  }
  #article .section .inner .content .title-sub {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.25;
    padding: 0.5em 0 0.25em 0;
    margin: 0 0 0.5em 0;
  }
  #article .section .inner .content .lead {
    font-size: 1.6rem;
    width: 860px;
    margin: 0 auto;
  }
  #article .section .inner .content ul,
  #article .section .inner .content ol {
    margin: 0 0 1em 0;
  }
  #article .section .inner .content p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    padding: 0 0 1em 0;
  }
  #article .section .inner .content .tel {
    text-align: center;
    width: 100%;
    margin: 30px 0 0 0;
  }
  #article .section .inner .content .tel .t1,
  #article .section .inner .content .tel .t2 {
    display: block;
  }
  #article .section .inner .content .tel .t1 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #article .section .inner .content .tel .t2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 6px 0 0 0;
    /* -------------------------------
                            icon-tel
                        */
    /*
                        .icon-tel{
                            width: 26px;
                            height: 22px;
                            margin: 0 7px 0 0;
                        }
                        */
  }
  #article .section .inner .content .tel .t2 .font-l {
    line-height: 1;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    letter-spacing: 0.075em;
  }
  #article .section .inner .link {
    margin: 40px auto 0;
  }
  #article .section .inner .link a,
  #article .section .inner .link a:link {
    font-size: 1.4rem;
    width: 260px;
    height: 42px;
    padding: 10px 0 0;
    margin: 30px 0 0;
    box-sizing: border-box;
  }
  #article .section.shop {
    margin: 40px auto 0;
  }
  #article .section.shop .inner {
    width: 880px;
    /* -------------------------------------
                   content
                ------------------------------------- */
  }
  #article .section.shop .inner .content .title-sub {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #article .section.shop .inner .content.content_1 {
    /* -------------------------------------
                           Google Map
                        */
  }
  #article .section.shop .inner .content.content_1 .h4.h4_1 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 14px;
    margin: 0 auto 20px;
  }
  #article .section.shop .inner .content.content_1 .h4.h4_1 span {
    font-size: 1.8rem;
    line-height: 1;
  }
  #article .section.shop .inner .content.content_1 .h4.h4_1 span.txt {
    font-size: 1.8rem;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
  }
  #article .section.shop .inner .content.content_1 .link {
    margin: 0;
  }
  #article .section.shop .inner .content.content_1 .link a,
  #article .section.shop .inner .content.content_1 .link a:link {
    line-height: 1;
    height: 24px;
    padding: 8px 0 0;
  }
  #article .section.shop .inner .content.content_1 .map {
    width: 100%;
    height: 400px;
    margin: 20px 0 0;
  }
  #article .section.shop .inner .content.content_1 .item.float .h4.h4_1 {
    width: 100%;
  }
  #article .section.shop .inner .content.content_1 .item.float .link {
    width: 100px;
  }
  #article .section.shop .inner .content.content_1 .item.float .float_l,
  #article .section.shop .inner .content.content_1 .item.float .float_r {
    width: 430px;
  }
  #article .section.shop .inner .content.content_1 .item.float .float_r {
    margin: 0;
  }
  #article .section .section#thanks {
    width: 880px !important;
    padding: 20px 0 100px 0;
    margin: 0 auto;
  }
  #article .section .section#thanks h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 1.0em 0 1.75em 0;
  }
  #article .section .section#thanks p {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.0em 0 0 0;
  }
}
