@charset "UTF-8";
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.10.1/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap; }
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden; }

section {
  overflow: hidden; }

body {
  width: 100%;
  padding-top: 0vw;
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo;
  position: relative;
  color: #4d4749;
  padding-top: 60px; }

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.sp {
  display: none; }

@media screen and (max-width: 767px) {
  body {
    padding-top: 12vw;
    font-size: 3.4vw; }

  .pc {
    display: none !important; }

  .sp {
    display: inherit; } }
a {
  outline: none;
  text-decoration: none;
  transition: 0.3s ease-in-out; }

a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.3s ease-in-out; }

/*=====================================================
ヘッダー
======================================================*/
header {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 30;
  background: #fbc500;
  height: 60px;
  /*btn_nav*/
  /*g_nav_sp*/ }
  header h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    position: absolute;
    top: 10px;
    left: 10px; }
    header h1 a {
      color: #4a4849; }
  header .btn_nav,
  header .btn_nav a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }
  header .btn_nav {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 45px;
    height: 40px;
    margin: 0;
    z-index: 120;
    cursor: pointer; }
    header .btn_nav span {
      position: absolute;
      left: 15%;
      width: 70%;
      height: 3px;
      background-color: #4e4749;
      border-radius: 3px; }
    header .btn_nav span:nth-of-type(1) {
      top: 13px; }
    header .btn_nav span:nth-of-type(2) {
      top: 23px; }
    header .btn_nav span:nth-of-type(3) {
      top: 33px; }
  header .btn_nav a.active span {
    background-color: #4e4749; }
  header .btn_nav a.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg); }
  header .btn_nav a.active span:nth-of-type(2) {
    opacity: 0; }
  header .btn_nav a.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg); }
  header nav.g_nav_sp {
    width: 100%;
    background: #f9faed;
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 100;
    overflow: visible;
    /*ul*/ }
    header nav.g_nav_sp ul {
      width: 100%;
      margin: 0;
      padding: 0;
      background: #f9faed;
      font-size: 0;
      border-top: 1px #4e4749 solid;
      /*li*/ }
      header nav.g_nav_sp ul li {
        text-align: center;
        font-size: 18px;
        display: block;
        /*h4*/ }
        header nav.g_nav_sp ul li h4 {
          margin: 0;
          padding: 0;
          border-bottom: 1px #4e4749 solid; }
          header nav.g_nav_sp ul li h4 a {
            display: block;
            background: #f9faed;
            text-align: left;
            width: 100%;
            font-size: 20px;
            box-sizing: border-box;
            padding: 17px 25px;
            position: relative;
            font-weight: normal;
            color: #4e4749; }
            header nav.g_nav_sp ul li h4 a:before, header nav.g_nav_sp ul li h4 a:after {
              position: absolute;
              display: block;
              content: '';
              width: 2px;
              background-color: #4e4749;
              -webkit-transition: .25s all ease;
              transition: .25s all ease;
              border-radius: 10px; }
            header nav.g_nav_sp ul li h4 a:before {
              top: calc(50% - 9px);
              right: 20px;
              height: 10px;
              -ms-transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
            header nav.g_nav_sp ul li h4 a:after {
              top: calc(50% - 3px);
              right: 20px;
              height: 10px;
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
        header nav.g_nav_sp ul li:nth-child(2) h4 a {
          background: #f3ebb8; }
        header nav.g_nav_sp ul li:nth-child(3) h4 a, header nav.g_nav_sp ul li:nth-child(4) h4 a, header nav.g_nav_sp ul li:nth-child(5) h4 a, header nav.g_nav_sp ul li:nth-child(6) h4 a, header nav.g_nav_sp ul li:nth-child(7) h4 a, header nav.g_nav_sp ul li:nth-child(8) h4 a {
          padding-left: 40px; }
    header nav.g_nav_sp .contact {
      margin: 0;
      padding: 20px 25px;
      background: #4e4749;
      color: #fff;
      font-size: 23px; }
      header nav.g_nav_sp .contact a {
        color: #fff;
        font-size: 33px; }
    header nav.g_nav_sp .btn_close a {
      width: 100%;
      display: block;
      background: #fbc600;
      color: #4e4749;
      text-align: center;
      padding: 10px 0;
      cursor: pointer; }
  header.on {
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3)); }

/*header*/
@media screen and (max-width: 767px) {
  header {
    height: 12vw;
    /*btn_nav*/
    /*g_nav_sp*/ }
    header h1 {
      font-size: 6vw;
      top: 2vw;
      left: 2vw; }
    header .btn_nav {
      right: 1vw;
      top: 1vw;
      width: 9vw;
      height: 8vw; }
      header .btn_nav span {
        height: 0.5vw;
        border-radius: 0.5vw; }
      header .btn_nav span:nth-of-type(1) {
        top: 2.5vw; }
      header .btn_nav span:nth-of-type(2) {
        top: 4.5vw; }
      header .btn_nav span:nth-of-type(3) {
        top: 6.5vw; }
    header .btn_nav a.active span:nth-of-type(1) {
      -webkit-transform: translateY(1.9vw) rotate(-45deg);
      transform: translateY(1.9vw) rotate(-45deg); }
    header .btn_nav a.active span:nth-of-type(2) {
      opacity: 0; }
    header .btn_nav a.active span:nth-of-type(3) {
      -webkit-transform: translateY(-2vw) rotate(45deg);
      transform: translateY(-2vw) rotate(45deg); }
    header nav.g_nav_sp {
      top: 12vw;
      /*ul*/ }
      header nav.g_nav_sp ul {
        /*li*/ }
        header nav.g_nav_sp ul li {
          /*h4*/ }
          header nav.g_nav_sp ul li h4 a {
            font-size: 4vw;
            padding: 3.5vw 5vw; }
          header nav.g_nav_sp ul li:nth-child(3) h4 a, header nav.g_nav_sp ul li:nth-child(4) h4 a, header nav.g_nav_sp ul li:nth-child(5) h4 a, header nav.g_nav_sp ul li:nth-child(6) h4 a, header nav.g_nav_sp ul li:nth-child(7) h4 a, header nav.g_nav_sp ul li:nth-child(8) h4 a {
            padding-left: 8vw; }
      header nav.g_nav_sp .contact {
        padding: 4vw 5vw;
        font-size: 4.5vw; }
        header nav.g_nav_sp .contact a {
          font-size: 6.5vw; }
      header nav.g_nav_sp .btn_close a {
        padding: 2vw 0; } }
/*=====================================================
フッター
======================================================*/
footer {
  background: #f9faed;
  text-align: center;
  padding: 40px 0; }
  footer p {
    margin-bottom: 10px; }
    footer p strong {
      font-size: 20px;
      font-weight: bold; }
    footer p a {
      color: #4d4749; }

@media screen and (max-width: 767px) {
  footer {
    padding: 8vw; }
    footer strong {
      font-size: 4vw; } }
/*=====================================================
共通
======================================================*/
.contents_wrap {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }

/*=====================================================
TOP
======================================================*/
#top #main_img {
  width: 100%; }
  #top #main_img img {
    width: 100%; }
#top #copy {
  padding: 50px 0;
  text-align: center; }
  #top #copy .copy_txt01 {
    font-size: 18px; }
  #top #copy .copy_txt02 {
    font-size: 28px;
    font-weight: bold;
    padding: 0px 0 7px; }
  @media screen and (max-width: 767px) {
    #top #copy {
      padding: 10vw 0; }
      #top #copy .copy_txt01 {
        font-size: 3.8vw; }
      #top #copy .copy_txt02 {
        font-size: 5.8vw; } }
#top #coupon {
  padding: 30px 0;
  background: #f8faed;
  text-align: center; }
  #top #coupon img {
    max-width: 900px;
    width: 90%;
    margin: 0 auto; }
#top h2 {
  width: 100%;
  text-align: center;
  background: #fbc500;
  padding: 10px 0;
  font-size: 22px;
  color: 4b4547;
  font-weight: bold;
  margin: 30px auto 30px; }
  @media screen and (max-width: 767px) {
    #top h2 {
      font-size: 4.4vw;
      margin: 6vw auto; } }
#top #main_contents {
  padding: 30px 0; }
  #top #main_contents .contents_wrap {
    max-width: 1024px; }
  #top #main_contents .contents01 {
    text-align: center; }
    #top #main_contents .contents01 .ttl01 {
      font-size: 30px;
      font-weight: bold; }
      #top #main_contents .contents01 .ttl01 a {
        color: #4d4749; }
    #top #main_contents .contents01 .ttl02 {
      color: #fff;
      background: #00ada9;
      padding: 7px 0;
      max-width: 320px;
      width: 100%;
      margin: 10px auto; }
  #top #main_contents .contents02 {
    max-width: 700px;
    width: 90%;
    margin: 0 auto 10px; }
    #top #main_contents .contents02 ul li {
      text-indent: -15px;
      margin-left: 15px;
      padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #top #main_contents {
      padding: 6vw 0; }
      #top #main_contents .contents01 .ttl01 {
        font-size: 4.5vw; }
      #top #main_contents .contents01 .ttl02 {
        margin: 2vw auto;
        width: 80%;
        padding: 1vw 0; }
      #top #main_contents .contents02 {
        margin: 0 auto 4vw; }
        #top #main_contents .contents02 ul li {
          text-indent: -3vw;
          margin-left: 3vw;
          padding-bottom: 2vw; } }
#top #map_area .contents_wrap {
  max-width: 1024px; }
#top #map_area .center {
  text-align: center; }
#top #map_area .shop_txt01 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #top #map_area .shop_txt01 {
      font-size: 3.5vw;
      margin-bottom: 6vw; } }
#top #map_area .shop_txt02 {
  margin: 30px 0; }
  #top #map_area .shop_txt02 a {
    color: #da6245; }
#top #map_area #tab_box ul#cat_nav {
  width: 100%;
  padding: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 30px;
  text-align: center; }
  #top #map_area #tab_box ul#cat_nav li {
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    line-height: 1;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    background: #fcc800;
    border-radius: 5px;
    width: 15.5%;
    margin: 5px 0.5%;
    text-align: center;
    position: relative;
    overflow: hidden; }
    #top #map_area #tab_box ul#cat_nav li:hover {
      transition: 0.3s; }
    #top #map_area #tab_box ul#cat_nav li:before {
      content: "";
      position: absolute;
      background-repeat: no-repeat;
      height: 50px;
      background-size: 100%;
      background-position: center center; }
    #top #map_area #tab_box ul#cat_nav li:first-child {
      background: #e94359; }
      #top #map_area #tab_box ul#cat_nav li:first-child.current {
        background: #d71c2b; }
      #top #map_area #tab_box ul#cat_nav li:first-child:hover {
        background: #d71c2b;
        transition: 0.3s; }
      #top #map_area #tab_box ul#cat_nav li:first-child:before {
        background-image: url("../img/icon01.svg");
        width: 38%;
        top: 0;
        left: -10px; }
    #top #map_area #tab_box ul#cat_nav li:nth-child(2) {
      background: #00ada9; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(2).current {
        background: #00807b; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(2):hover {
        background: #00807b;
        transition: 0.3s; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(2):before {
        background-image: url("../img/icon02.svg");
        width: 40%;
        top: 0;
        left: -15px; }
    #top #map_area #tab_box ul#cat_nav li:nth-child(3) {
      background: #8ec220; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(3).current {
        background: #5b9d0a; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(3):hover {
        background: #5b9d0a;
        transition: 0.3s; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(3):before {
        background-image: url("../img/icon03.svg");
        width: 35%;
        top: 0;
        left: -10px; }
    #top #map_area #tab_box ul#cat_nav li:nth-child(4) {
      background: #db6446; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(4).current {
        background: #c2331d; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(4):hover {
        background: #c2331d;
        transition: 0.3s; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(4):before {
        background-image: url("../img/icon04.svg");
        width: 37%;
        top: 0;
        left: -1px; }
    #top #map_area #tab_box ul#cat_nav li:nth-child(5) {
      background: #3c9cd8; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(5).current {
        background: #176bbc; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(5):hover {
        background: #176bbc;
        transition: 0.3s; }
      #top #map_area #tab_box ul#cat_nav li:nth-child(5):before {
        background-image: url("../img/icon05.svg");
        width: 20%;
        top: 0;
        left: -3px; }
    #top #map_area #tab_box ul#cat_nav li:last-child {
      background: #7c679f; }
      #top #map_area #tab_box ul#cat_nav li:last-child.current {
        background: #4a366f; }
      #top #map_area #tab_box ul#cat_nav li:last-child:hover {
        background: #4a366f;
        transition: 0.3s; }
      #top #map_area #tab_box ul#cat_nav li:last-child:before {
        background-image: url("../img/icon06.svg");
        width: 35%;
        top: 0;
        left: -8px; }
    @media screen and (max-width: 767px) {
      #top #map_area #tab_box ul#cat_nav li {
        font-size: 3.7vw;
        width: 32%;
        padding: 3vw; }
        #top #map_area #tab_box ul#cat_nav li:before {
          height: 10vw; } }
#top #map_area #tab_box ul#apper {
  margin-bottom: 30px;
  position: relative; }
  #top #map_area #tab_box ul#apper li.box_wrap {
    vertical-align: top;
    background-color: #fff;
    z-index: 2; }
    #top #map_area #tab_box ul#apper li.box_wrap.hide {
      display: none; }
    #top #map_area #tab_box ul#apper li.box_wrap.current {
      display: block; }
    #top #map_area #tab_box ul#apper li.box_wrap .gm-style-iw-d strong {
      font-weight: bold; }
    #top #map_area #tab_box ul#apper li.box_wrap #map_canvas0, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas1, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas2, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas3, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas4, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas5, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas6 {
      width: 100%;
      height: 350px; }
      @media screen and (max-width: 767px) {
        #top #map_area #tab_box ul#apper li.box_wrap #map_canvas0, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas1, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas2, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas3, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas4, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas5, #top #map_area #tab_box ul#apper li.box_wrap #map_canvas6 {
          height: 80vw; } }
    #top #map_area #tab_box ul#apper li.box_wrap h3 {
      margin: 20px 0;
      width: 100%;
      color: #fff;
      font-weight: bold;
      font-size: 16px;
      padding: 10px 0;
      text-align: center; }
    #top #map_area #tab_box ul#apper li.box_wrap.mapBox01 h3 {
      background: #e94359; }
    #top #map_area #tab_box ul#apper li.box_wrap.mapBox02 h3 {
      background: #00ada9; }
    #top #map_area #tab_box ul#apper li.box_wrap.mapBox03 h3 {
      background: #8ec220; }
    #top #map_area #tab_box ul#apper li.box_wrap.mapBox04 h3 {
      background: #db6446; }
    #top #map_area #tab_box ul#apper li.box_wrap.mapBox05 h3 {
      background: #3c9cd8; }
    #top #map_area #tab_box ul#apper li.box_wrap.mapBox06 h3 {
      background: #7c679f; }
    #top #map_area #tab_box ul#apper li.box_wrap .list_wrap {
      max-width: 900px;
      margin: 0 auto;
      width: 90%; }
    #top #map_area #tab_box ul#apper li.box_wrap dl {
      width: 100%;
      margin-top: 40px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      #top #map_area #tab_box ul#apper li.box_wrap dl dt {
        width: 49%;
        font-size: 14px;
        position: relative;
        border-top: none;
        padding: 10px 5%;
        box-sizing: border-box; }
        #top #map_area #tab_box ul#apper li.box_wrap dl dt a {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 3; }
        #top #map_area #tab_box ul#apper li.box_wrap dl dt .shop_ttl {
          font-size: 18px;
          font-weight: bold;
          border-bottom: 2px #b7b5b8 solid;
          width: 100%;
          margin-bottom: 5px;
          color: #4e4548;
          position: relative;
          z-index: 1; }
          #top #map_area #tab_box ul#apper li.box_wrap dl dt .shop_ttl:before {
            content: "\f3c5";
            font-family: 'Font Awesome 5 Free';
            font-weight: bold;
            font-size: 25px;
            color: #999;
            position: absolute;
            top: -3px;
            left: -26px; }
        #top #map_area #tab_box ul#apper li.box_wrap dl dt strong {
          font-size: 18px;
          font-weight: bold;
          border-bottom: 1px #000 solid;
          width: 100%; }
        #top #map_area #tab_box ul#apper li.box_wrap dl dt:nth-child(odd) {
          margin-right: 2%; }
        #top #map_area #tab_box ul#apper li.box_wrap dl dt:nth-child(4n+1), #top #map_area #tab_box ul#apper li.box_wrap dl dt:nth-child(4n+2) {
          background: #f8faed; }
    @media screen and (max-width: 767px) {
      #top #map_area #tab_box ul#apper li.box_wrap h3 {
        font-size: 3.4vw; }
      #top #map_area #tab_box ul#apper li.box_wrap dl {
        margin-top: 8vw; }
        #top #map_area #tab_box ul#apper li.box_wrap dl dt {
          width: 100%;
          font-size: 2.8vw;
          padding: 2vw 10%; }
          #top #map_area #tab_box ul#apper li.box_wrap dl dt strong {
            font-size: 3.4vw; }
          #top #map_area #tab_box ul#apper li.box_wrap dl dt .shop_ttl {
            font-size: 3.8vw;
            margin-bottom: 1vw; }
            #top #map_area #tab_box ul#apper li.box_wrap dl dt .shop_ttl:before {
              font-size: 5vw;
              top: -3px;
              left: -5vw; }
          #top #map_area #tab_box ul#apper li.box_wrap dl dt:hover {
            background: #efefef;
            transition: 0.3s; }
          #top #map_area #tab_box ul#apper li.box_wrap dl dt:nth-child(odd) {
            margin-right: 0;
            background: #f8faed; }
          #top #map_area #tab_box ul#apper li.box_wrap dl dt:nth-child(even) {
            background: #fff; } }
#top #map_area #tab_box .sub_link {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 30px;
  font-size: 15px; }
  #top #map_area #tab_box .sub_link strong {
    font-weight: bold; }
  #top #map_area #tab_box .sub_link a {
    color: #4d4749; }
  #top #map_area #tab_box .sub_link .page_top {
    text-align: right; }
    #top #map_area #tab_box .sub_link .page_top a span {
      color: #fbc600; }
  @media screen and (max-width: 767px) {
    #top #map_area #tab_box .sub_link {
      font-size: 3.2vw; } }
