@charset "UTF-8";

html {
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width:750px) {
  body {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    color: #555;
    scroll-snap-type: y mandatory;
  }

  #container {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0.07em;
  }
}

@media screen and (min-width:751px) {
  body {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    font-family: sans-serif;
    color: #555;
    border-spacing: 0;
    box-shadow: 0px 0px 9px 3px rgba(134, 146, 161, .3),
      0px 0px 9px 3px rgba(134, 146, 161, .3);
    position: relative;
    scroll-snap-type: y mandatory;
  }

  #container {
    box-sizing: border-box;
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
    letter-spacing: 0.07em;
  }
}

/*
====================================
          header
====================================
*/
@media screen and (max-width:750px) {

  /*-------hederのlogo・login---------*/
  header {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0;
    height: fit-content;
  }

  .nav-drawer {
    position: absolute;
    right: 10px;
    top: 15px;
  }

  .nav_notshow {
    display: none;
  }

  #nav_open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
  }

  #nav_open span,
  #nav_open span:before,
  #nav_open span:after {
    position: absolute;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #10998f;
    display: block;
    content: '';
    cursor: pointer;
  }

  #nav_open span:before {
    bottom: -8px;
  }

  #nav_open span:after {
    bottom: -16px;
  }

  #nav_close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }

  #nav-content {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .85);
    transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    margin: 0;
    width: 260px;
    max-width: 75%;
  }

  #nav-content ul li {
    box-sizing: border-box;
    padding: 10px 0 10px 20px;
  }

  #nav-content ul li a {
    text-decoration: none;
  }

  .gl_list a {
    text-decoration: none;
  }

  #nav-content ul {
    list-style: none;
    padding: 20px 0 0 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }

  #nav-content ul li a:hover {
    color: blue;
  }

  .gl_list a:link,
  #nav-content ul li a:visited {
    color: #fff;
  }

  #nav_input:checked~#nav_close {
    display: block;
    opacity: .5;
  }

  #nav_input:checked~#nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .1);
  }

  .header-logo-menu {
    display: flex;
    display: -moz-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: row;
    -moz-flex-direction: row;
    -o-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
  }

  .h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 8px 0;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.66);
    font-size: 23px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    vertical-align: middle;
    background: #10967d;
    text-align: center;
  }
}

@media screen and (min-width:751px) {

  /*-------hederのlogo・login----------*/
  header {
    box-sizing: border-box;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    height: fit-content;
  }

  .nav_notshow {
    display: none;
  }

  .header-logo-menu {
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  #sp-logo {
    margin: 0px;
    display: block;
    position: relative;
    border: 0;
    padding-left: 6px;
  }

  .nav-drawer {
    box-sizing: border-box;
    padding: 0;
    list-style: none;
    margin: 0;
  }

  #nav-content {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: right;
    position: relative;
    top: 6px;
  }

  #nav-content ul {
    box-sizing: border-box;
    padding: 0 6px 0 0;
    width: 100%;
    height: fit-content;
    white-space: nowrap;
  }

  #nav-content ul li {
    display: inline-block;
    padding-right: 6px;
    font-size: 13px;
  }

  #nav-content ul li a {
    text-decoration: none;
  }

  .gl_list a:link,
  .gl_list a:visited {
    color: #10967d;
  }

  .gl_list a:hover {
    color: #105c96;
  }

  .gl_login a:link,
  .gl_login a:visited {
    background: #10967d;
    padding: 3px 7px 3px 5px;
    border-radius: 5px;
    color: #fff !important;
  }

  .gl_login a:hover {
    background-color: #105c96;
    color: #fff !important;
  }

  .gl_pin {
    color: #dd0205;
  }

  .h1 {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 15px 0;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.66);
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
    vertical-align: middle;
    background: #10967d;
    text-align: center;
  }
}

/*---------パンくずリスト------*/
@media screen and (max-width:750px) {
  .breadcrumb {
    box-sizing: border-box;
    width: 100%;
    padding: 0.2em 0.4em;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .breadcrumb li {
    list-style-type: none;
    font-size: 11px;
    white-space: nowrap;
  }

  .breadcrumb li+li::before {
    content: ">";
    margin: 0 4px;
  }

  .breadcrumb li:last-child {
    display: inline-block;
    /* 長さを考慮してwidthを設定 */
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }

  .breadcrumb li:not(:first-child):not(:last-child) {
    display: none;
    /* 中間を隠す */
  }

  .breadcrumb li:first-child::after {
    content: " > …";
     color: #999;
  }


  .breadcrumb li a:link,
  .breadcrumb li a:visited,
  .i-mark a:visited {
    color: #10998f;
    text-decoration: none
  }

  .breadcrumb li a:hover {
    color: #00f
  }
}

@media screen and (min-width:751px) {
  .breadcrumb {
    box-sizing: border-box;
    width: 100%;
    padding: 0.4em;
    display: flex;
    align-items: center;
  }

  .breadcrumb li {
    list-style-type: none;
    font-size: 11px;
  }

  .breadcrumb li:last-child {
    display: inline-block;
    /* 長さを考慮してwidthを設定 */
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
  }

  .breadcrumb li a {
    padding: 0 3px;
  }

  .breadcrumb li a:link,
  .breadcrumb li a:visited {
    color: #10998f;
  }

  .breadcrumb li a:hover {
    color: #00f;
  }

  .breadcrumb li:after {
    content: ">";
     color: #999;
  }

  .breadcrumb li:last-child:after {
    content: none;
  }

  .breadcrumb li a:link,
  .i-mark a:visited {
    text-decoration: none;
  }
}

/*
====================================
          sp/pc共通
====================================
==========================
        foooter
==========================
*/

footer {
  box-sizing: border-box;
  width: 100%;
  background: #087f7f;
  color: #fff;
  margin: 0;
  padding: .8em 0 .6em;
  border: 0;
}

footer>div.footer_logo {
  font-weight: 700;
  color: #fff;
  padding: 0 0 0 1em;
}

.footer_logo>a:link,
.footer_logo a:visited {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.footer_logo>a:hover {
  color: #00f;
  background: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

footer>nav ul {
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: .6em 1.2em .8em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}

footer>nav>ul>li>a:link,
footer>nav>ul>li>a:visited {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  padding: 0;
}

footer>nav>ul>li>a:hover {
  background: #fff;
  color: #00f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

footer>div.copy {
  box-sizing: border-box;
  padding-top: .8em;
  border-top: solid;
  text-align: center;
  border-width: thin;
  color: #fff;
  font-size: 12px
}

/*
    ====================================
              スクロールスナップ
    ====================================
    */
section {
  width: 100%;
  position: relative;
  scroll-snap-align: end;
  scroll-snap-stop: always;
  color: #fff;
}

section.pagebox {
  overflow: hidden;
  height: 100vh;
  position: relative;
}

section.info_section {
  background-color: #063b6d;
  color: #fff;
}

section.info_section button {
  color: #fff;
}

section.map_section {
  background-color: #2b0033;
  box-shadow: 0px 6px 8px -5px #333;
  z-index: 2;
}

section.section_footer {
  height: fit-content;
}

/*
    =====================================
          page_top_container
    =====================================
    */
div.page_top_container {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  letter-spacing: .025em;
  line-height: 1.85;
}

@font-face {
  font-family: "Noto Sans JP ExtraBold";
  src: url("http://localhost/mikkemap/fonts/Noto_Sans_JP/NotoSansJP-ExtraBold.ttf") format('truetype');
}

div.page_top_container>h1 {
  box-sizing: border-box;
  width: 100%;
  margin: 0px;
  padding: 12px 12px 6px;
  line-height: 1.05em;
  overflow: hidden;
  background: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  color: transparent;
  font-size: 36px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  animation: fadein 1.8s ease-out;
  animation-fill-mode: forwards;
  text-shadow: none;
  color: #fff;
  background: none;
  text-align: start;
}

@keyframes fadein {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }

  100% {
    text-shadow: 0 0 0px #fff;
    background: rgba(0, 143, 156, 0.65);
    opacity: 1;
  }
}

div.page_top_container>h1>span {
  font-size: 45%;
  font-weight: 400;
  font-style: italic;
}

#header_bg_img {
  /* background-image:URL()がさらに存在するが、動的な設定の為インラインで記述 */
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 3 / 2;
  z-index: -1;
  animation: opacityAnimation;
  animation-timeline: view();
}

@keyframes opacityAnimation {
  20% {
    opacity: 0.95;
  }

  35% {
    opacity: 0.70;
  }

  100% {
    opacity: 1;
  }
}

div.page_top_container>div.top_anime,
div.page_top_container>div.headerbox,
div.page_top_container>h2.header1 {
  animation: scaleAnimation;
  animation-timeline: view();
}

@keyframes scaleAnimation {
  0% {
    transform: scale(-1.0);
    opacity: 0;
  }

  50% {
    transform: scale(1.0);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

div.page_top_container>div.beginning_box {
  box-sizing: border-box;
  width: 100%;
  max-width: 680px;
  background: rgba(1, 74, 151, 0.9);
  margin: 600px auto 240px;
  padding: 50px 40px;
  border-radius: 2px;
  box-shadow: 4px 5px 6px #555;
  opacity: 0;
}

div.page_top_container>div.beginning_box>h2 {
  box-sizing: border-box;
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1.4em;
  text-shadow: 0 1px 0 #333;
  max-inline-size: max-content;
  margin-inline: auto;
  padding-bottom: 35px;
  background: none;
}

div.page_top_container>div.beginning_box>p {
  box-sizing: border-box;
  width: 65%;
  margin: 0 auto;
  font-weight: 400;
  max-inline-size: max-content;
  margin-inline: auto;
}

@media screen and (max-width:750px) {
  div.page_top_container>div.beginning_box {
    padding: 30px 30px 35px;
  }

  div.page_top_container>div.beginning_box>h2 {
    font-size: 20px;
    padding-bottom: 12px;
  }

  div.page_top_container>div.beginning_box>p {
    width: 80%;
    font-size: 13px;
  }
}

div.page_top_container>h2.header1 {
  box-sizing: border-box;
  width: 100%;
  font-size: 2.1rem;
  text-shadow: 2px 2px 2px #333;
  text-align: center;
  margin-top: 200px;
  background: rgba(0, 137, 191, 0.56);
  padding: 10px 8px;
  text-shadow: 1px 1px 3px #333, 2px 2px 3px #666;
}

@media screen and (max-width:750px) {
  div.page_top_container>h2.header1 {
    font-size: 26px;
  }
}

.headerbox {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px;
  width: 240px;
  height: 240px;
  background: rgba(9, 159, 173, 0.9);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition-duration: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.headerbox>div {
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  line-height: 2.2;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 1px #888;
  margin: 0;
}

.headerbox>div:nth-child(1) {
  font-size: 18px;
  padding-bottom: 6px;
}

/*
    =================================
        h2 fadeInアニメーション
    =================================
    */
section.pagebox>h2 {
  box-sizing: border-box;
  width: 100%;
  height: 2.8em;
  padding: 0.6rem 10px .8rem;
  font-size: 2.0rem;
  line-height: 1.35em;
  text-shadow: 2px 2px 4px #666;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: break-all;
  z-index: 2;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1.1s ease-out, transform 1.1s ease-out;
}

section.shop_section>h2 {
  position: absolute;
  width: 100%;
  z-index: 3;
}

section#sect2>h2 {
  background-color: rgb(2, 199, 213, .6);
}

section#sect3>h2 {
  background-color: rgb(0, 102, 142, .6);
}

@media screen and (max-width:750px) {
  section.pagebox>h2 {
    box-sizing: border-box;
    width: 100%;
    height: fit-content;
    padding: 1rem 10px;
    font-size: 26px;
    text-shadow: 2px 2px 4px #666;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 2;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 1.1s ease-out, transform 1.1s ease-out;
  }
}

section.pagebox>div.shop_p_box {
  opacity: 0;
  transform: translateX(100%);
  transition: opacity 2.1s ease-in-out, transform 2.1s ease-in-out;
}

section.active>h2,
section.active>div.shop_p_box {
  opacity: 1;
  transform: translateY(0);
}

/*
    =================================
      section内店舗写真
    =================================
    */
section.pagebox>div.shop_img_box {
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  padding: 0;
  height: auto;
  aspect-ratio: 3 / 2;
}

section.pagebox>div.shop_img_box>picture img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
  margin: auto;
  display: block;
  z-index: 1;
  aspect-ratio: 3 / 2;
}

/*-------店舗写真コメント--------*/
@media screen and (max-width:750px) {
  section>div.shop_p_box {
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    position: absolute;
    right: 6px;
    bottom: 25px;
    width: 380px;
    width: fit-content;
    margin: auto;
    background: rgb(3, 3, 3, 0.65);
    border-radius: 5px;
    box-shadow: 2px 2px 4px #333;
    z-index: 2;
  }

  section>div.shop_p_box>p {
    box-sizing: border-box;
    width: 240px;
    max-width: 240p;
    color: #d2d2d2;
    text-shadow: 1px 1px 1px #333;
    font-size: 13px;
    padding: 10px 8px 8px 12px;
    line-height: 1.55em;
    border-radius: 6px;
    overflow-wrap: break-word;
    text-align: left;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}

@media screen and (min-width:751px) {
  section>div.shop_p_box {
    box-sizing: border-box;
    width: fit-content;
    height: fit-content;
    position: absolute;
    right: 15px;
    bottom: 25px;
    width: 380px;
    width: fit-content;
    margin: auto;
    background: rgb(3, 3, 3, 0.65);
    border-radius: 5px;
    box-shadow: 2px 2px 4px #333;
    z-index: 2;
  }

  section>div.shop_p_box>p {
    box-sizing: border-box;
    width: 360px;
    max-width: 360px;
    color: #d2d2d2;
    text-shadow: 1px 1px 1px #333;
    font-size: 13px;
    padding: 10px 8px 8px 12px;
    line-height: 1.55em;
    border-radius: 6px;
    overflow-wrap: break-word;
    text-align: left;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}

/*-------IMGモーダルIcon--------*/
div.zoom_in_icon_box {
  background: rgba(0, 0, 0, .65);
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 24px;
  z-index: 3;
  bottom: 32px;
  left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #444;
  z-index: 3;
}

div.zoom_in_icon_box:hover {
  transform: scale(1.15, 1.15);
  transition: .6s all;
  background: rgba(0, 0, 0, .9);
  cursor: pointer;
}

.zoom_in_icon {
  color: #ccc;
  line-height: 1;
  width: 1.1em;
  height: 0.9em;
  border: 0.14em solid currentColor;
  border-radius: 0.1em;
  box-sizing: content-box;
  position: relative;
}

/*
    =================================
       Informartion
    =================================
    */
section.pagebox>div#info_img_box {
  box-sizing: border-box;
  width: 100%;
  height: 33vh;
  margin: 0 auto;
  background: #35acdb;
  background: linear-gradient(90deg, rgba(53, 172, 219, 1) 15%, rgba(155, 215, 242, 1) 50%, rgba(247, 251, 255, 1) 100%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/*----Informartion(オーナーコメント)----*/
.shop_own_cmt {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  width: 90%;
  max-width: 640px;
  height: fit-content;
  top: 0;
  right: 0;
  bottom: 50px;
  left: 0;
  margin: auto;
  padding: 14px 16px 16px;
  background: rgb(3, 3, 3, 0.65);
  border-radius: 5px;
  box-shadow: 2px 2px 4px #333;
  z-index: 2;
}

@media screen and (max-width:750px) {
  .shop_own_cmt>p {
    box-sizing: border-box;
    width: 100%;
    font-size: 12px;
    color: #efefef;
    text-shadow: 1px 1px 0px #888, 1px 2px 3px #333;
    line-height: 1.45em;
    letter-spacing: 0.05em;
    margin-inline: auto;
    max-inline-size: max-content;
  }
}

@media screen and (min-width:751px) {
  .shop_own_cmt>p {
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #efefef;
    text-shadow: 1px 1px 0px #888, 1px 2px 3px #333;
    line-height: 1.55em;
    letter-spacing: 0.05em;
    margin-inline: auto;
    max-inline-size: max-content;
  }
}

section.pagebox>h3 {
  box-sizing: border-box;
  width: 100%;
  font-size: 22px;
  line-height: 1.3em;
  text-shadow: 1px 0px 0px #888;
  margin: 24px auto 16px;
  margin-inline: auto;
  max-inline-size: max-content;
}

/*----Informartion(店舗情報)----*/
section.pagebox>ul.info_shop_table {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

section.pagebox>ul.info_shop_table>li {
  box-sizing: border-box;
  padding: 14px 12px 8px 2px;
  margin: 0;
  border-bottom: 1px solid #aaa;
  text-shadow: 1px 0px 0px #888;
}

section.pagebox>ul.info_shop_table>li.shop_table_th {
  display: flex;
  align-items: center;
}

section.pagebox>ul.info_shop_table>li:nth-of-type(odd) {
  width: 20%;
  justify-content: center;
  font-size: 13px;
}

section.pagebox>ul.info_shop_table>li:nth-of-type(even) {
  width: 80%;
  text-align: left;
  font-size: 15px;
}

section.pagebox>ul.info_shop_table>li>span.info_yubin {
  font-size: 80%;
  white-space: nowrap;
}

/*
    =================================
      MAP
    =================================
    */
div.map_window {
  box-sizing: border-box;
  width: 85%;
  height: 430px;
  text-align: center;
  overflow-y: hidden;
  margin: 0 auto 1.5em;
  padding: 0;
}

div.map_window iframe {
  box-sizing: border-box;
  width: 100%;
  height: 430px;
}

div.div_map_move_btn {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  margin: 40px auto 0;
}

.div_map_move_btn button {
  padding: 8px 8px;
  border: 3px solid #0a8fc4;
  background-color: #0a8fc4;
  text-shadow: 1px 0 0px #555;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
}

.div_map_move_btn button:hover {
  background-color: #fff;
  color: #0a8fc4;
  cursor: pointer;
  text-shadow: none;
}

.div_map_move_btn button.active {
  /*#087f7f */
  border: 3px solid rgb(80, 107, 107);
  background-color: rgb(80, 107, 107, .95);
}

.div_map_move_btn button.active:hover {
  background-color: #fff;
  color: rgb(80, 107, 107);
}

/*
=================================
  コンテンツ下 MenuButton
=================================
*/
section.section_footer>.menu {
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  background: #eee;

  padding: 18px 6px;
  z-index: 1;
  display: flex;
  justify-content: space-evenly;
}

section.section_footer>.menu>li>button {
  width: 120px;
  padding: 10px 0;
  background-color: #008e53;
  border-radius: 4px;
  border: 3px solid #006f41;
  letter-spacing: 0.08em;
  color: #f9f8f6;
  font-size: 14px;
  text-shadow: 1px 1px 2px #333;
  box-shadow: 0px 5px 0 #003e37, 4px 10px 12px -3px #666;
  position: relative;
  top: 0;
  transition: all 0.2s;
}

section.section_footer>.menu>li>button:hover {
  cursor: pointer;
  font-weight: 800;
  text-shadow: none;
  background: #fff;
  color: #008e53;
  top: 3px;
  box-shadow: 0 0 #003e37;
}

/*==============================================
        イベントリスナ 店舗写真モーダル
    ==============================================*/
/*
href・targetはjs不要でモーダルを操作することが可能(※現在jsで制御)
href・targetの場合、モーダルを開いた後に「戻る」history.back()するとそこへ行ってしまう。ページ経路の点から戻れなくなることを問題視
<a>アンカー要素にhref="#"を記述してモーダル表示すると、非表示後にページTOPへ行く。これを起こさないためにhrefの記述をやめ、tabindex="-1"を記入
*/
div.mdl {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  scale: 0;
  z-index: 5;
  visibility: hidden;
}

div.mdl>a.mdl_overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .95);
}

div.mdl>a.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  z-index: 4;
}

div.mdl a.close:hover {
  opacity: 0.6;
}

div.mdl #mdl_photoframe {
  box-sizing: border-box;
  width: 100%;
}

div.mdl #mdl_photoframe img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 600px;
  height: auto;
  max-width: 95%;
  border: 1px solid #333;
  box-shadow: 1px 1px 2px #333;
  object-fit: contain;
}