@charset "UTF-8";
/* Scss Document */
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
  margin: 0; }

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-family: sans-serif;
  padding: 0;
  margin: 0;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin: 0;
  font-weight: normal; }

p, blockquote, dl, dd, figure {
  margin: 0; }

hr {
  color: inherit;
  height: auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: none; }

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0; }

ol, ul {
  padding: 0;
  margin: 0; }

ul li {
  list-style: none; }

ol li {
  margin-left: 0;
  margin-top: 0; }

li img {
  vertical-align: bottom; }

a, a:link, a:visited {
  text-decoration: none; }

a:focus {
  outline: 0; }

a:hover, a:active {
  outline: 0;
  text-decoration: underline; }

strong, b {
  font-weight: bold; }

small {
  font-size: 0.83em; }

q {
  quotes: none; }

abbr[title] {
  border-bottom: 1px dotted; }

code, samp, kbd {
  font-family: monospace, sans-serif; }

mark {
  color: black;
  background-color: yellow; }

sub, sup {
  font-size: 0.83em;
  line-height: 0;
  vertical-align: baseline;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

br {
  letter-spacing: 0 !important; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

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

caption {
  padding: 0;
  text-align: left; }

th, td {
  text-align: left;
  padding: 0; }

form {
  margin: 0; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  border: 0;
  *margin-left: -7px; }

input, button, select, textarea {
  font-size: 1em;
  color: inherit;
  margin: 0; }

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]:focus {
  outline-offset: -2px; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  vertical-align: middle;
  margin-right: 5px; }

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible; }

select {
  line-height: normal; }

textarea {
  vertical-align: top;
  overflow: auto;
  *font-family: sans-serif; }

address {
  font-style: normal; }

i {
  font-style: normal; }

@media print, screen and (max-width: 767px) {
  * {
    max-height: 100%; }

  body {
    background: none;
    -webkit-text-size-adjust: none; }

  a {
    display: block; }

  img {
    max-width: 100%;
    height: auto; }

  a img {
    line-height: 100%;
    vertical-align: middle; }

  input, button, select, textarea {
    max-width: 100%; } }
.clear {
  clear: both;
  line-height: 0px; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table;
  overflow: hidden;
  zoom: 1;
  /*for IE 5.5-7*/ }

/* Hides from IE-mac \*/
.clearfix {
  display: block; }

/* End hide from IE-mac */
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif,"メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック";
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 2;
  color: #796A56; }
  @media print, screen and (max-width: 767px) {
    body {
      font-size: 3.3vw;
      letter-spacing: 0; } }

a, a:link, a:visited {
  text-decoration: none;
  color: #796A56; }

a:hover {
  text-decoration: none;
  transition: .3s;
  opacity: .8; }

img {
  max-width: 100%; }

#header {
  display: none; }
  @media print, screen and (max-width: 767px) {
    #header {
      display: block; } }

.drawer-hamburger {
  width: 35px;
  padding: 20px; }

.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
  height: 6px;
  background-color: #9A7600; }

.drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:before {
  top: -12px; }

.drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:after {
  top: 12px; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 0; }

.drawer-nav {
  background: rgba(176, 150, 60, 0.95);
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .drawer-nav a {
    color: #fff;
    padding: 22px 35px;
    line-height: 1.3; }
    .drawer-nav a:hover {
      text-decoration: none; }
    .drawer-nav a:before {
      display: block;
      content: '\f054';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      color: #796A56;
      margin-right: 5px;
      position: absolute;
      left: 15px; }

.drawer-menu > li {
  border-bottom: 1px solid #F2F2F2; }
  .drawer-menu > li ul {
    padding: 0 40px 20px; }
  .drawer-menu > li li a {
    padding: 10px 0px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif,"メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック";
    font-size: 11px; }
    .drawer-menu > li li a:before {
      content: '・';
      color: #fff;
      left: 25px; }

.drawer-menu-item {
  font-size: 14px; }

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0); }

.drawer--right .drawer-nav {
  right: -80%; }

.drawer-nav {
  width: 80%; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 0; }

.drawer-open .drawer-hamburger-icon, .drawer-open .drawer-hamburger-icon::after, .drawer-open .drawer-hamburger-icon::before {
  background: #B3B3B3 !important; }

.drawer-open .drawer-hamburger-icon::before, .drawer-open .drawer-hamburger-icon::after {
  transform: none; }

.centerT {
  text-align: center; }

#container {
  border: solid 1px #796A56;
  outline: solid 5px #796A56;
  outline-offset: 2px;
  margin: 130px auto 80px;
  padding: 3vw;
  width: 100%;
  max-width: 1040px;
  position: relative; }
  @media print, screen and (max-width: 1033px) {
    #container {
      margin: 0 auto; } }
  @media print, screen and (max-width: 767px) {
    #container {
      margin-bottom: 60px; } }

main {
  padding: 7px; }

@media print, screen and (max-width: 767px) {
  .pc {
    display: none; } }

.sp {
  display: none; }
  @media print, screen and (max-width: 767px) {
    .sp {
      display: inherit; } }

#main {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding: 30px 0 50px; }
  @media print, screen and (max-width: 767px) {
    #main {
      padding: 18vw 0 8vw; } }
  #main .ribbon {
    position: absolute;
    top: -50px;
    left: -160px; }
    @media print, screen and (max-width: 767px) {
      #main .ribbon {
        top: 3vw;
        left: -10vw;
        width: 85%; } }
  #main h1 {
    margin-bottom: 50px; }
    @media print, screen and (max-width: 767px) {
      #main h1 {
        width: 96%;
        margin: 0 auto 5vw; } }
  #main p {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 30px; }
    @media print, screen and (max-width: 767px) {
      #main p {
        margin-bottom: 4vw; } }
  #main a {
    background: #B0963C;
    color: #fff;
    display: inline-block;
    padding: 1vw 5vw;
    margin-bottom: 25px; }
    @media print, screen and (max-width: 767px) {
      #main a {
        width: 80%;
        max-width: 300px;
        padding: 3vw; } }
    #main a:before {
      display: inline-block;
      content: '\f078';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: .5vw; }

#special {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px dotted #ccc; }
  #special h2 {
    margin-bottom: 15px; }
  #special a {
    font-weight: bolder;
    margin-top: 25px;
    display: block;
    text-decoration: underline; }
  #special .wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 665px;
    margin: 30px auto 50px;
    flex-wrap: wrap;
    align-items: center; }
    @media print, screen and (max-width: 767px) {
      #special .wrapper {
        display: block; } }
    #special .wrapper p {
      text-align: left;
      max-width: 450px;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      @media print, screen and (max-width: 767px) {
        #special .wrapper p {
          text-align: center;
          margin-bottom: 5vw;
          max-width: inherit; } }
    #special .wrapper figure {
      width: 100%;
      max-width: 230px;
      margin: 0 auto; }
    #special .wrapper figcaption {
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-size: 12px; }
  #special .commingsoon {
    background: #f2f2f2;
    padding: 5vw;
    max-width: 665px;
    margin: 0 auto 30px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    #special .commingsoon img {
      margin-bottom: 20px; }
      @media print, screen and (max-width: 767px) {
        #special .commingsoon img {
          width: 80%; } }
  #special ul {
    font-size: 10px;
    color: #796A56; }
    @media print, screen and (max-width: 767px) {
      #special ul {
        font-size: 2.4vw;
        letter-spacing: 0; } }
  #special .event {
    width: 700px;
    margin: auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    position: relative;
    margin-bottom: 75px; }
    @media print, screen and (max-width: 767px) {
      #special .event {
        width: 100%; } }
    #special .event h4 {
      background-color: #B0963C;
      color: #ffffff;
      font-size: 20px;
      margin-bottom: 15px; }
    #special .event .profile {
      margin-bottom: 25px; }
    #special .event .hirado {
      margin-bottom: 75px; }
    #special .event .img {
      width: 280px;
      float: left; }
      @media print, screen and (max-width: 767px) {
        #special .event .img {
          width: 100%;
          margin-left: 0; }
          #special .event .img img {
            width: 75%; } }
    #special .event .txt {
      width: 400px;
      padding-top: 50px;
      float: right;
      text-align: left;
      font-size: 13px;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #special .event .txt {
          width: 100%; } }
      #special .event .txt h5 {
        font-size: 25px;
        margin-bottom: 15px; }
    #special .event .img2 {
      width: 100px;
      float: left;
      margin-left: 100px; }
      @media print, screen and (max-width: 767px) {
        #special .event .img2 {
          width: 100%;
          margin-left: 0; }
          #special .event .img2 img {
            width: 40%;
            margin-bottom: 5%; } }
    #special .event .txt2 {
      width: 450px;
      text-align: left;
      font-size: 13px;
      line-height: 1.5;
      float: left;
      margin-left: 25px; }
      @media print, screen and (max-width: 767px) {
        #special .event .txt2 {
          width: 100%;
          margin-left: 0; } }
      #special .event .txt2 h5 {
        font-size: 18px;
        margin-bottom: 10px; }
    #special .event .icon {
      width: 80px;
      position: absolute;
      left: 0; }
    #special .event hr {
      border-bottom: dotted #cbcbcb 1px;
      margin-bottom: 50px; }
    #special .event .not {
      text-align: left;
      font-size: 12px;
      line-height: 1.5;
      border: solid 1px #CCCCCC;
      padding: 2%;
      margin-bottom: 15px; }
      @media print, screen and (max-width: 767px) {
        #special .event .not {
          padding: 5%; } }

#pointup {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px dotted #ccc; }
  #pointup h2 {
    margin-bottom: 15px; }
  #pointup .txt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 30px 0; }
  #pointup dl {
    font-weight: bold;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #796A56;
    max-width: 800px;
    margin: 0 auto 30px; }
  #pointup dt {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-right: 1px dotted #796A56;
    padding: 0 2%; }
  #pointup dd {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    line-height: 1.8;
    padding: 0 2%;
    letter-spacing: 0; }
    @media print, screen and (max-width: 767px) {
      #pointup dd {
        width: 75%;
        padding: 0 0 0 4%; } }
    #pointup dd li {
      padding-left: 3vw;
      text-indent: -1.5vw; }
      #pointup dd li:before {
        display: inline-block;
        content: '●'; }
      #pointup dd li.attention {
        font-weight: normal;
        font-size: 13px;
        margin-top: 5px;
        text-indent: -1vw; }
        @media print, screen and (max-width: 767px) {
          #pointup dd li.attention {
            font-size: 2.2vw; } }
        #pointup dd li.attention:before {
          content: "＊"; }
  #pointup p.attention {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 0;
    color: #9A7600;
    font-size: 18px;
    border-bottom: 1px solid #9A7600;
    display: inline-block;
    margin-bottom: 25px; }
    @media print, screen and (max-width: 767px) {
      #pointup p.attention {
        font-size: 3vw;
        text-decoration: underline;
        border: none; } }
  #pointup a {
    background: #B0963C;
    color: #fff;
    display: inline-block;
    padding: 1vw 5vw;
    margin-bottom: 25px; }
    @media print, screen and (max-width: 767px) {
      #pointup a {
        width: 80%;
        max-width: 300px;
        padding: 3vw; } }
    #pointup a:before {
      display: inline-block;
      content: '\f078';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: .5vw; }

#privilege {
  padding: 50px 0 0;
  border-bottom: 1px dotted #ccc; }
  #privilege nav {
    margin-bottom: 50px; }
    #privilege nav ul {
      display: table;
      width: 100%;
      max-width: 950px; }
      #privilege nav ul li {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        width: 25%;
        letter-spacing: 0;
        line-height: 1.2; }
        @media print, screen and (max-width: 1033px) {
          #privilege nav ul li {
            font-size: 1.6vw; } }
        @media print, screen and (max-width: 767px) {
          #privilege nav ul li {
            font-size: 2vw; } }
        #privilege nav ul li + li {
          border-left: 1px solid #fff; }
        #privilege nav ul li a {
          background: #B0963C;
          color: #fff;
          display: block;
          height: 75px;
          padding: 20px;
          position: relative; }
          @media print, screen and (max-width: 767px) {
            #privilege nav ul li a {
              height: 60px; } }
          #privilege nav ul li a:after {
            display: block;
            content: '\f078';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            color: #fff;
            position: absolute;
            bottom: 5px;
            left: 0;
            right: 0;
            margin: 0 auto;
            font-size: 10px; }
        #privilege nav ul li span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%; }
  #privilege .is-fixed {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    z-index: 2;
    width: 100%;
    max-width: 950px;
    transform: translate(-50%); }
    #privilege .is-fixed a:after {
      content: '\f077';
      bottom: inherit;
      top: 5px; }
  #privilege h2 {
    margin-bottom: 50px;
    text-align: center; }
    @media print, screen and (max-width: 767px) {
      #privilege h2 {
        width: 90%;
        margin: 0 auto 7vw; } }
  #privilege > .txt {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    line-height: 2.5;
    margin-bottom: 50px; }
    #privilege > .txt img {
      margin-right: 2%;
      max-width: 180px; }
  #privilege .ttlborderL {
    font-size: 35px;
    border-left: 10px solid #B0963C;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #B0963C;
    line-height: 1.5;
    padding: 0 1%;
    margin-bottom: 50px; }
    @media print, screen and (max-width: 767px) {
      #privilege .ttlborderL {
        font-size: 6vw;
        border-width: 2vw;
        padding: 0px 3%;
        margin-bottom: 8vw; } }
  #privilege .ttlborderB {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 33px;
    color: #9A7600;
    border-bottom: 1px solid #9A7600;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 30px;
    letter-spacing: 0; }
    @media print, screen and (max-width: 767px) {
      #privilege .ttlborderB {
        font-size: 6vw; } }
    #privilege .ttlborderB a {
      color: #9A7600; }
      @media print, screen and (max-width: 767px) {
        #privilege .ttlborderB a {
          display: inline-block; } }
    #privilege .ttlborderB span {
      font-size: 15px;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      float: right;
      margin-top: 20px; }
      @media print, screen and (max-width: 767px) {
        #privilege .ttlborderB span {
          font-size: 3vw;
          margin-top: 4vw; } }
  #privilege .fonSmall {
    font-size: 28px; }
    @media print, screen and (max-width: 767px) {
      #privilege .fonSmall {
        font-size: 5vw; } }
  #privilege .pickup {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 120px;
    letter-spacing: .05em;
    align-items: flex-start; }
    @media print, screen and (max-width: 767px) {
      #privilege .pickup {
        display: block;
        margin-bottom: 15vw; } }
    #privilege .pickup div {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding-right: 5%; }
      @media print, screen and (max-width: 1033px) {
        #privilege .pickup div {
          width: 70%; } }
      @media print, screen and (max-width: 767px) {
        #privilege .pickup div {
          padding-right: 0;
          margin-bottom: 5vw;
          width: 100%; } }
    #privilege .pickup figure {
      min-width: 450px;
      position: relative;
      min-height: 200px;
      text-align: center; }
      @media print, screen and (max-width: 1033px) {
        #privilege .pickup figure {
          min-width: 300px; } }
      @media print, screen and (max-width: 767px) {
        #privilege .pickup figure {
          min-width: inherit; } }
      #privilege .pickup figure.logo img {
        max-width: 350px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media print, screen and (max-width: 767px) {
          #privilege .pickup figure.logo img {
            max-width: 200px; } }
  #privilege .right div {
    order: 2;
    padding: 0 0 0 5%; }
    @media print, screen and (max-width: 767px) {
      #privilege .right div {
        padding: 0; } }
  #privilege .right figure {
    order: 1; }
  #privilege .shoplist {
    overflow: hidden;
    margin-bottom: 120px; }
    @media print, screen and (max-width: 767px) {
      #privilege .shoplist {
        margin-bottom: 8vw; } }
    #privilege .shoplist .ttlborderB {
      font-size: 25px;
      margin-bottom: 5px;
      line-height: 1.2;
      padding-bottom: 5px; }
      @media print, screen and (max-width: 767px) {
        #privilege .shoplist .ttlborderB {
          font-size: 4vw; } }
    #privilege .shoplist li {
      width: calc((100% / 3) - 20px );
      float: left;
      margin: 0 30px 50px 0; }
      @media print, screen and (max-width: 767px) {
        #privilege .shoplist li {
          width: calc((100% / 2) - 10px );
          margin: 0 10px 8vw 0; } }
      #privilege .shoplist li:nth-child(3n) {
        margin-right: 0; }
        @media print, screen and (max-width: 767px) {
          #privilege .shoplist li:nth-child(3n) {
            margin-right: 10px; } }
      @media print, screen and (max-width: 767px) {
        #privilege .shoplist li:nth-child(2n) {
          margin-right: 0; } }
    #privilege .shoplist img {
      max-width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #privilege .shoplist .location {
      color: #9A7600;
      font-size: 12px; }
    #privilege .shoplist figure {
      margin: 10px 0;
      text-align: center;
      position: relative;
      min-height: 235px; }
      @media print, screen and (max-width: 767px) {
        #privilege .shoplist figure {
          min-height: 130px; } }
    #privilege .shoplist .logo {
      min-height: 235px;
      position: relative; }
      @media print, screen and (max-width: 767px) {
        #privilege .shoplist .logo {
          min-height: 130px; } }
      #privilege .shoplist .logo img {
        width: 50%; }
    #privilege .shoplist .txt {
      font-size: 13px;
      line-height: 1.8;
      letter-spacing: 0; }
    #privilege .shoplist .fonS {
      font-size: 20px;
      padding: 5px 0;
      letter-spacing: -0.06em; }
      @media print, screen and (max-width: 767px) {
        #privilege .shoplist .fonS {
          font-size: 3.8vw; } }

#admission {
  text-align: center;
  padding: 50px 0; }
  #admission p.point img {
    margin-bottom: 75px; }
  #admission .catch {
    margin-bottom: 20px;
    font-size: 25px;
    color: #9A7600;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media print, screen and (max-width: 767px) {
      #admission .catch {
        font-size: 15px; } }
  #admission .catch2 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #9A7600;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
    @media print, screen and (max-width: 767px) {
      #admission .catch2 {
        font-size: 15px; } }
  #admission h2 {
    margin-bottom: 20px; }
  #admission ol {
    list-style: none;
    overflow: hidden;
    padding: 0 2%; }
    #admission ol li {
      width: calc((100% / 2) - 50px);
      float: left;
      text-align: left;
      margin-bottom: 80px; }
      @media print, screen and (max-width: 767px) {
        #admission ol li {
          width: 90%;
          float: none;
          margin: 0 auto 5vw; } }
      #admission ol li:nth-child(2) {
        float: right; }
        @media print, screen and (max-width: 767px) {
          #admission ol li:nth-child(2) {
            float: none; } }
      #admission ol li figure {
        text-align: center; }
    #admission ol h3 {
      font-size: 26px;
      line-height: 1.2;
      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #9A7600;
      font-weight: normal;
      margin-bottom: 20px;
      letter-spacing: -1px; }
      @media print, screen and (max-width: 1033px) {
        #admission ol h3 {
          font-size: 2.3vw; } }
      @media print, screen and (max-width: 767px) {
        #admission ol h3 {
          font-size: 4.7vw;
          margin-bottom: 10px; } }
      #admission ol h3 > span {
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        #admission ol h3 > span:first-child {
          background: #9A7600;
          color: #fff;
          border-radius: 50%;
          width: 12%;
          height: 0;
          text-align: center;
          padding-top: 12%;
          margin-right: 10px; }
        #admission ol h3 > span span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    #admission ol p {
      line-height: 1.5;
      margin-top: 20px; }
  #admission .ttlmap {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    border-bottom: 1px solid #9A7600;
    color: #9A7600;
    display: inline-block;
    line-height: 1.3;
    margin-bottom: 40px; }
    @media print, screen and (max-width: 767px) {
      #admission .ttlmap {
        font-size: 6vw;
        margin-bottom: 7vw; } }

aside address {
  background: #F2F2F2;
  padding: 2%;
  border: 1px solid #796A56;
  text-align: center;
  width: 96%;
  max-width: 660px;
  margin: 60px auto 50px;
  letter-spacing: 0; }
  @media print, screen and (max-width: 767px) {
    aside address {
      letter-spacing: 0;
      line-height: 1.5;
      margin: 12vw auto; } }
  aside address a {
    pointer-events: none; }
    @media print, screen and (max-width: 767px) {
      aside address a {
        pointer-events: inherit;
        display: inline-block; } }

#footer {
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 9px; }
  #footer .backtotop {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
    text-align: center;
    z-index: 9000;
    height: 60px;
    width: 60px; }
    @media print, screen and (max-width: 1033px) {
      #footer .backtotop {
        bottom: 70px;
        width: 50px;
        height: 50px;
        right: 15px; } }
    #footer .backtotop a {
      display: block;
      margin: 0; }

/*# sourceMappingURL=base.css.map */
