@charset "UTF-8";
@import url("style_02.css");
@import url("contact_form.css");

/*
Theme Name: カフェフードバー わいわい
Author: 一般社団法人SAVE TAKATA
Author URI: http://savetakata.org
Description: 
*/
/*-----------------------------------------------------------
>>> TABLE OF CONTENTS:
-------------------------------------------------------------
# normarize
# elements
# typography
# layouts
# navigation
# contents

/* ----------−−−−−−−−−−--------------------
# normarize
---------------------------------------- */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  padding: 0;
  margin: 0
}

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

hr {
  overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block
}

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden],
template {
  display: none
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
  outline-width: 0
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace
}

b,
strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

input {
  border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type=number] {
  width: auto
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical
}

button,
input,
optgroup,
select,
textarea {
  font: inherit
}

optgroup {
  font-weight: 700
}

button {
  overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
  appearance: button;
  -webkit-appearance: button;
}

button,
select {
  text-transform: none
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

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

audio,
canvas,
progress,
video {
  display: inline-block
}

/* @media screen {
  [hidden ~ =screen] {
    display: inherit
  }

  [hidden ~ =screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
} */

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}

/* ----------−−−−−−−−−−--------------------
# elements
---------------------------------------- */
body {
  height: 100%;
  width: 100%;
  font-size: 15px;
}

@media screen and (max-width:1429px) {}

a {
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
  color: #fff;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

iframe {
  width: 80vw;
  height: calc(80vw * 3 / 4);
  max-width: 1140px;
}


/* ----------−−−−−−−−−−--------------------
# typography
---------------------------------------- */

/* フォント指定 */

html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  font-size: 1.5rem;
  /* ≒15px */
}

/* ゴシック体指定 */
/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

.gothic {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 明朝体指定 */
.mincho {
  font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
}

/* aタグリンク */
.link-uline {
  text-decoration: underline;
}

/* フォントサイズ */
.p14 {
  font-size: 14px;
}

.p19 {
  font-size: 14px;
}

.p24 {
  font-size: 24px;
}

/*----- 縦書き指定 -----*/
.vrl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 2rem;
}

/* ----------−−−−−−−−−−--------------------
# layouts
---------------------------------------- */
body {
  background-image: url(img/body-bg-orange.jpg);
  background-repeat: repeat;
  overflow: hidden;
}

.site-width {
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 20px);
}

.slider {
  background-image: url(img/slider-bg.jpg);
  background-size: cover;
  min-height: 780px;
}

/* ヘッダー */
.header {
  position: relative;
  background-image: url(img/header-bg.jpg);
  background-repeat: repeat-x;
  min-height: 250px;
}

@media screen and (max-width:1429px) {
  .header {
    min-height: 250px;
  }
}

@media screen and (max-width:639px) {
  .header {
    min-height: 190px;
    margin-bottom: 62px;
  }
}


.header-bg-container {
  width: 100%;
  max-width: 1756px;
  min-height: 300px;
  background-image: url(img/main-nav-bg-nacchikukun.png),
    url(img/main-nav-ota.png);
  background-position: top 20px left, bottom right;
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width:1429px) {
  .header-bg-container {
    min-height: 250px;
    max-width: 960px;
    background-image: url(img/main-nav-bg-nacchikukun_m.png),
      url(img/main-nav-ota_m.png);
    background-position: top 100px left 80px, bottom right;
    top: 0;
  }
}

@media screen and (max-width:639px) {
  .header-bg-container {
    min-height: 190px;
    width: 50%;
    max-width: 320px;
    position: absolute;
    left: 50%;
    background-image: url(img/main-nav-bg-nacchikukun_mm.png),
      url(img/main-nav-ota_m.png);
    background-position: top 120px right 110px, bottom right;
  }
}

.header-bg-container p {
  font-size: 15px;
  text-align: center;
  width: 120px;
  height: 60px;
  position: absolute;
  top: 130px;
  right: 250px;
}

@media screen and (max-width:1429px) {
  .header-bg-container p {
    font-size: 12px;
    top: 115px;
    right: 40px;
    line-height: 13px;
  }
}

@media screen and (max-width:639px) {
  .header-bg-container p {
    font-size: 12px;
    top: 55px;
    right: 40px;
    line-height: 13px;
  }
}

.logo {
  background-image: url(img/logo.png);
  display: block;
  height: 86px;
  overflow: hidden;
  text-indent: 5000%;
  width: 710px;
  white-space: nowrap;
}

@media screen and (max-width:1429px) {
  .logo {
    background-image: url(img/logo_m.png);
    width: 311px;
    height: 38px;
  }
}

@media screen and (max-width:639px) {
  .logo {
    background-image: url(img/logo_sp.svg);
    width: 151px;
    height: 68px;
    margin: 10px 0 10px;
  }
}

.header-logo-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 10px;
}

@media screen and (max-width:1429px) {
  .header-logo-container {
    max-width: 960px;
  }
}

@media screen and (max-width:639px) {
  .header-logo-container {
    width: 53%;
    max-width: 320px;
    flex-direction: column;
    position: absolute;
    right: 47%;
  }
}


.header-logo-wrapper {
  position: relative;
  font-size: 14px;
}

@media screen and (max-width:639px) {
  .header-logo-wrapper {
    font-size: 9px;
  }
}


.header-logo-wrapper .time {
  font-size: 13px;
}

@media screen and (min-width:880px) {
  .header-logo-wrapper .time {
    font-size: 24px;
  }
}

.header-logo-wrapper p {
  color: #fff;
}

@media screen and (max-width:639px) {
  .header-logo-wrapper .holiday-notice {
    font-size: 11px;
  }
}


.btn-english {
  display: block;
  text-align: center;
  width: 130px;
  height: 38px;
  margin-top: 10px;
  line-height: 38px;
  border-radius: 8px;
  background-color: #969696;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.header-bg-container .btn-english {
  display: none;
}

@media screen and (max-width:639px) {
  .header-logo-wrapper .btn-english {
    display: none;
  }

  .header-bg-container .btn-english {
    display: block;
    text-align: center;
    width: 72px;
    height: 18px;
    line-height: 18px;
    border-radius: 8px;
    background-color: #969696;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 70px;
  }
}

.header-info {
  height: 260px;
  margin: 30px 0 0;
  background-image: url(img/header-info-bg.png);
  background-repeat: repeat;
  background-position: bottom;
  z-index: 2000;
}

@media screen and (max-width:639px) {
  .header-info {
    position: absolute;
    width: 100%;
    height: 280px;
    margin: 20px 0 0;
    background-image: url(img/body-bg-orange.jpg);
    background-repeat: repeat;
    background-position: bottom;
    top: 170px;
  }
}

.header-info ul {
  margin: 0 auto;
  width: calc(100% - 20px);
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width:1429px) {
  .header-info ul {
    max-width: 960px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1430px) {
  /*.header-info ul li:last-of-type {
    display: none;
  }*/
  .header-info ul {
    max-width: 900px;
    justify-content: center;
  }
  .header-info ul li {
    margin: 0 40px 0 0;
  }
  /*.header-info ul li:first-of-type {
    margin-left: -380px;
  }*/
  .header-info ul li:last-of-type {
    margin: 0;
  }
}


@media screen and (max-width:969px) {

  .header-info ul {
    max-width: 720px;
  }
}

@media screen and (max-width:639px) {

  .header-info ul {
    max-width: 540px;
    flex-wrap: wrap;
    justify-content: space-around;
    background-position: left center;
  }
}

.header-info li {
  min-height: 38px;
  line-height: 38px;
}

@media screen and (max-width:639px) {
  .header-info li {
    min-height: 28px;
    line-height: 28px;
  }
}

.header-info ul p {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
}

@media screen and (max-width:1429px) {
  .header-info ul p {
    font-size: 16px;
  }
}

@media screen and (max-width:880px) {
  .header-info ul p {
    display: block;
    height: 20px;
    font-size: 12px;
    padding-top: 0;
    min-width: 250px;
    text-align: center;
  }
}

@media screen and (max-width:580px) {
  .header-info ul p {
    min-width: 200px;
  }
}

@media screen and (max-width:470px) {
  .header-info ul p {
    min-width: 150px;
  }
}

@media screen and (max-width:370px) {
  .header-info ul p {
    min-width: 100px;
  }
}

.welcome-message {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  max-width: 680px;
  margin: 0 auto;
}
.welcome-message p {
  margin-left: 480px;
}

.header-info ul .construction {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width:1429px) {
  .header-info ul .construction {
    font-size: 11px;
  }
}

@media screen and (max-width:639px) {
  .header-info ul .construction {
    font-size: 10px;
  }
}

@media screen and (max-width:479px) {
  .header-info ul .construction {
    display: block;
  }
}

p .taxin {
  font-size: 16px;
  font-weight: bold;
  background-color: #e60012;
  padding: 3px 5px;
  position: absolute;
  top: 10px;
  right: 0;
  margin-right: -30px;
}

.header-gotoinfo {
  width: 100%;
  height: 165px;
  margin: 25px 0;
}

.header-gotoinfo .container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  z-index: 999;
}

.header-gotoinfo > .container > a img {
  width: auto;
  height: 165px;
}

@media screen and (min-width: 1430px) {
  .header-gotoinfo .container {
    max-width: 980px;
  }
  /*
  .header-gotoinfo > .container > a img {
    width: auto;
    height: 100px;
  }
  */
  }

@media screen and (max-width:639px) {
  .header-gotoinfo .container {
    flex-direction: column;
    align-items: center;
    max-width: auto;
  }
}



@media screen and (max-width:639px) {
  .header-gotoinfo-image {
    margin: 0 auto 20px;
  }
}

.header-gotoinfo p {
  width: 300px;
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
}

@media screen and (max-width:639px) {
  .header-gotoinfo p {
    font-size: 14px;
    text-align: center;
  }
}

/*
@media screen and (min-width: 640px) {
  .header-gotoinfo {
    height: 100px;
  }
  .header-info {
    height: 200px;
  }
}
*/

/* フッター */
footer {

  z-index: 0;
}

.footer-container {
  position: relative;
  background-image: url(img/header-bg.jpg);
  background-repeat: repeat-x;
  min-height: 250px;
}


/* inview.js フェード効果はmain.js */
.fade {
  opacity: 0;
  transition: 1.2s;
}

.fade_on {
  opacity: 1.0;
}


/* 携帯判別 */
.pc-only {
  display: inline-block;
}

@media screen and (max-width:639px) {
  .pc-only {
    display: none;
  }
}

.mb-only {
  display: none;
}

@media screen and (max-width:639px) {
  .mb-only {
    display: inline-block;
  }
}

/* ボタン */
a.btn {
  display: block;
  width: 385px;
  height: 36px;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #000;
  background-color: #b9bc00;
  border-radius: 5px;
  margin: 0 auto;
}


/* ----------−−−−−−−−−−--------------------
# contents
---------------------------------------- */
/* top info */
.top-info {
  background-image: url(img/body-bg-white.jpg);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 65px;
}

@media screen and (max-width:639px) {
  .top-info {
    padding-top: 250px;
  }
}

.top-info-title {
  background-image: url(img/top-info-title.svg);
  width: 181px;
  height: 22px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  margin-bottom: 20px;
}

/* スマホ用 */
@media screen and (max-width: 639px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
/* PC用 */
@media screen and (min-width: 640px) {
	.fb-container {
		width: 500px;
	}
}

/* top fb */
@media screen and (max-width:1429px) {
  .top-info-container > .fb-page {
    display: none;
  }
}

@media screen and (min-width:1430px) {
  .top-info-subwrapper > .fb-page {
    display: none;
  }
}

@media screen and (max-width:1429px) {
  .top-info-wrapper > .fb-page {
    display: none;
  }
}

@media screen and (max-width:639px) {
  .top-info-wrapper > .fb-page {
    display: none;
  }
}

/* top info-list */
.top-info-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top-info-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: 765px;*/
  max-width: 362px;
}

@media screen and (max-width:1429px) {
  .top-info-wrapper {
    width: 960px;
    margin: 0 auto;
  }
}

@media screen and (max-width:1429px) {
  .top-info-subwrapper {
    display: flex;
    width: 100%;
    min-width: 300px;
    max-width: 960px;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:639px) {
  .top-info-subwrapper {
    max-width: 640px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

.top-info-list-container {
  display: block;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

@media screen and (max-width:1429px) {
  .top-info-list-container {
    flex-direction: row;
    order: 1;
  }
}

@media screen and (max-width:639px) {
  .top-info-list-container {
    flex-direction: row;
    order: 0;
  }
}

.top-info-list {
  background-image: url(img/top-info-list-bg.png);
  width: 362px;
  height: 190px;
  padding-top: 10px;
  padding-left: 30px;
  margin: 0 auto 10px;
}

@media screen and (max-width:1429px) {
  .top-info-list {
    width: 298px;
    height: 157px;
    background-size: contain;
    padding-top: 0;
    padding-left: 20px;
  }
}

.top-info-list h3 a {
  font-size: 18px;
  color: #e74a00;
}

@media screen and (max-width:1429px) {
  .top-info-list h3 a {
    font-size: 13px;
  }
}

.top-info-list-wrapper {
  width: 100%;
  height: auto;
  display: flex;
}

.top-info-list-wrapper img {
  width: 100px;
  height: 75px;
}

.top-info-list-wrapper p {
  font-size: 11px;
  line-height: 16px;
}

@media screen and (min-width:1430px) {
  .top-info-list-wrapper p {
    font-size: 13px;
    line-height: 18px;
    width: 200px;
  }
}

.top-info-list-wrapper div {
  width: 120px;
  font-size: 11px;
  padding-right: 20px;
}

.calender {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 600px;
}

.calender p {
  width: 80vw;
  font-size: 18px;
  max-width: 1140px;
}

/* top eat */
.top-eat {
  position: relative;
  margin-bottom: 65px;
}

.top-eat-nacchikukun {
  position: absolute;
  background-image: url(img/top-eat-nacchikukun.png);
  width: 196px;
  height: 274px;
  top: 80px;
  left: 280px;
  z-index: 5000;
}

.top-eat-ota {
  position: absolute;
  background-image: url(img/top-eat-ota.png);
  width: 400px;
  height: 287px;
  top: 150px;
  right: 0;
}

.top-eat-ota p {
  position: absolute;
  font-size: 13px;
  top: 30px;
  left: 15px;
}

.top-eat-container {
  position: relative;
  color: #fff;
}

.top-eat h2 {
  background-image: url(img/top-eat-heading.png);
  width: 484px;
  height: 356px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  left: 0;
}

.top-eat h3 {
  background-image: url(img/top-eat-description.png);
  width: 547px;
  height: 270px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 80px;
  left: 250px;
}

.top-eat-nacchikutei {
  position: relative;
  padding-top: 50px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}

.top-eat-nacchikutei p {
  position: absolute;
  width: 320px;
  height: 120px;
  font-size: 16px;
  line-height: 20px;
  top: 380px;
  right: 550px;
}

.top-eat-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-bottom: 100px;
}

.top-eat-wrapper p {
  position: absolute;
  width: 350px;
  height: 110px;
  font-size: 16px;
  line-height: 20px;
}

.top-eat-dukedon p {
  top: 460px;
  left: 220px;
}

.top-eat-hotateyaki {
  padding-top: 70px;
}

.top-eat-hotateyaki p {
  top: 460px;
  right: -20px;
}

.top-eat-banquet {
  position: relative;
  background-image: url(img/top-eat-banquet-bg.png);
  height: 744px;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px
}

.top-eat-banquet h2 {
  background-image: url(img/top-eat-banquet.png);
  width: 310px;
  height: 182px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

.top-eat-banquet h3 {
  background-image: url(img/top-eat-banquet-description.png);
  width: 295px;
  height: 139px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 110px;
  left: 440px;
}

.top-eat-banquet h3 {
  display: flex;
}

.top-eat-banquet-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 160px;
}

.top-eat-banquet p {
  margin: 20px auto 0;
  width: 880px;
  display: flex;
  height: 30px;
}

.top-eat-banquet img {
  margin-right: 20px;
}

.top-eat-banquet span {
  display: block;
  font-size: 16px;
}

.top-eat-hotawaka {
  position: relative;
  padding: 600px 10px 0;
}

.top-eat-hotawaka h2 {
  background-image: url(img/top-eat-hotawaka.png);
  width: 1146px;
  height: 94px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  margin: auto;
  position: absolute;
  top: 490px;
}

.top-eat-hotawaka h3 {
  background-image: url(img/top-eat-hotawaka-description.png);
  width: 271px;
  height: 38px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 150px;
  right: 0;
  left: none;
}

.top-eat-hotawaka-wrapper {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}

.top-eat-hotawaka-wrapper div {
  position: relative;
  width: 45%;
}

.top-eat-hotawaka-wrapper p {
  position: absolute;
  top: 50px;
  font-size: 16px;
  margin-bottom: 110px;
}

.top-eat-hotawaka-wrapper a {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-eat-takeout {
  position: relative;
  background-image: url(img/body-bg-brown.jpg);
  background-repeat: repeat;
}

.top-eat-takeout h2 {
  background-image: url(img/top-eat-takeout.png);
  width: 574px;
  height: 353px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  margin: auto;
  position: absolute;
  left: 0;
}

.top-eat-takeout h3 {
  background-image: url(img/top-eat-takeout-description.png);
  width: 668px;
  height: 319px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  margin: auto;
  position: absolute;
  top: 140px;
  left: 80px;
}

.top-eat-takeout .top-shikiori {
  position: absolute;
  top: 200px;
  left: 280px;
}

.top-eat-takeout .top-shikiori-txt {
  position: absolute;
  top: 1150px;
}

.top-eat-order {
  padding-top: 1300px;
  text-align: center;
}

.top-eat-teiban {
  padding-top: 200px;
  text-align: center;
  padding-bottom: 200px;
}

/* top play */

.top-play {
  background-image: url(img/body-bg-white.jpg);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 65px;
}

.top-play-container {
  position: relative;
}

.top-play h2 {
  background-image: url(img/top-play-heading.png);
  width: 315px;
  height: 263px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  left: 0;
}

.top-play h3 {
  background-image: url(img/top-play-description.png);
  width: 762px;
  height: 244px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  left: 250px;
}

.top-play p {
  padding-top: 300px;
}

.top-play-contents {
  margin: 0 auto;
}

.top-play_more {
  width: max-content;
  margin: 40px auto 0 auto;
  display: block;
}

.top-play_more img {
  display: block;
}

/* top exp*/
.top-experience {
  background-image: url(img/body-bg-brown.jpg);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 65px;
}

.top-experience-container {
  position: relative;
}

.top-experience h2 {
  background-image: url(img/top-experience-heading.png);
  width: 550px;
  height: 355px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 20px;
  left: 0;
}

.top-experience h3 {
  background-image: url(img/top-experience-description.png);
  width: 459px;
  height: 129px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 80px;
  left: 650px;
}

.top-experience p {
  padding-top: 300px;
  padding-bottom: 800px;
}

.top-experience-contents {
  position: absolute;
  top: 450px;
  left: 0;
  right: 0;
  margin: auto;
}

.top-experience-ota {
  position: absolute;
  top: 330px;
  background: url(img/top-experience-ota.png);
  width: 504px;
  height: 324px;
}

.past_activities {
  position: absolute;
  top: 300px;
  right: 0;
}

/* top rental */
#rental {
  min-height: 780px;
}

.top-rental-container {
  position: relative;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.top-rental h2 {
  background-image: url(img/top-rental-heading.png);
  width: 300px;
  height: 215px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 40px;
  left: 0;
}

.top-rental h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.rental-items {
  position: absolute;
  top: 80px;
  right: 60px;
}

.items-list {
  display: flex;
}

.items-list p:first-of-type {
  margin: 0 120px 0 25px;
}

.rental-items > a {
  position: absolute;
  right: 0;
  margin-top: 35px;
}

.top-rental-contents {
  position: absolute;
  top: 455px;
  background: url(img/top-rental-contents.png);
  width: 1140px;
  height: 260px;
}

/* top history */
.top-history {
  background-image: url(img/body-bg-white.jpg);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 65px;
}

.top-history-container {
  position: relative;
}

.top-history h2 {
  background-image: url(img/top-history-heading.png);
  width: 620px;
  height: 83px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: absolute;
  top: 40px;
  left: 0;
}

.top-history p {
  padding-bottom: 950px;
}

.top-history-contents {
  position: absolute;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
}

/* top shopinfo */
.top-shopinfo {
  background-image: url(img/body-bg-orange.jpg);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 70px;
}

.top-shopinfo-container {
  position: relative;
}

.top-shopinfo h2 {
  background-image: url(img/top-shopinfo-heading.png);
  width: 779px;
  height: 94px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  margin: 0 auto 50px;
}
.top-shopinfo h3 {
  background-image: url(img/top-shopinfo-link.png);
  width: 131px;
  height: 58px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  margin: 100px auto 50px;
}

/* =============================== */
.top-shopinfo-wrapper {
  margin: 0 0 80px 0;
  padding: 50px 0 0 0;
  display: flex;
  flex-direction: row;
  gap: 0 20px;
}

.top-shopinfo-wrapper > div {
  width: 100%;
}

.top-shopinfo-wrapper p {
  text-align: left;
}

.top-shopinfo-logo {
  margin: 0 auto 10px auto;
  display: block;
}

.top-shopinfo-access p {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.top-shopinfo-access span {
  text-align: left;
  display: inline-block;
}

.top-shopinfo-access .tamagomura-img {
  margin: 0 auto;
  display: block;
}

.top-shopinfo-address p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.top-shopinfo-address .business-hours span {
  margin: 0 0.5em;
  font-size: 30px;
}

.top-shopinfo-address_number {
  margin: 15px 0 0 0;
}

.top-shopinfo-address_number > div {
  display: flex;
  align-items: center;
  gap: 0 1em;
}

.top-shopinfo-address_number span {
  width: 30%;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
}

.top-shopinfo-address_number p {
  margin: 0;
  color: #fff;
  font-size: 47px;
  text-align: end;
  flex: 1;
  font-weight: bold;
  white-space: nowrap;
}

.top-shopinfo-address_number a {
  font-weight: bold;
}

.link_collection p {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1.5px solid;
  color: #FFFF6F;
  font-size: 23px;
  font-weight: bold;
  line-height: 35px;
  margin: 0 auto 15px;
}
.top-shopinfo li {
  font-size: 23px;
  font-weight: bold;
  line-height: 50px;
}
.top-shopinfo li a {
  color: #fff;
}
.top-shopinfo li::before {
  content: url(img/top-shopinfo-link-icon.svg);
  width: 25px;
  height: 25px;
  margin-right: 8px;
}

.tamagomura-img {
  margin-left: 30px;
}

.shop-info-des {
  max-width: 540px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin: 50px auto;
}

a[href*="mailto:"] {
  color: #fff;
}

.ggmap {
  position: relative;
  padding-bottom: 42.85%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* top cashless */
.top-cashless {
  background-image: url(img/body-bg-white.jpg);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 65px;
}

.top-cashless-container {
  position: relative;
}

.top-cashless h2 {
  background-image: url(img/top-cashless-heading.png);
  width: 451px;
  height: 22px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  margin: 0 auto 30px;
}

.top-cashless p {
  text-align: center;
}

/* 四季折 */
.shikiori {
  background-image: url(img/body-bg-white.jpg);
  background-repeat: repeat;
  padding-top: 30px;
  padding-bottom: 65px;

}

@media screen and (max-width:639px) {
  .shikiori {
    padding-top: 150px !important;
  }
}

.shikiori-title {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  background-image: url(img/shikiori-title-bg.png);
  background-position: center center;
}

@media screen and (max-width:1139px) {
  .shikiori-title {
    background-image: url(img/shikiori-title-bg_m.png);
  }
}

.shikiori-title h2 {
  background-image: url(img/shikiori-title.png);
  width: 641px;
  height: 118px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  margin: 30px auto;
  order: 2;
}

@media screen and (max-width:1139px) {
  .shikiori-title h2 {
    background-image: url(img/shikiori-title_m.png);
    width: 361px;
    height: 163px;
  }
}

.shikiori-title h3 {
  font-size: 25px;
  text-align: center;
  color: #451c00;
  order: 1;
}

@media screen and (min-width:1140px) {
  .shikiori-title br {
    display: none;
  }
}

.shikiori-total {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 700px;
  margin: 0 auto 30px;
}

.shikiori-total-container {
  background-image: url(img/shikiori-total-bg.png);
  background-position: center center;
  width: 294px;
  height: 194px;
  text-align: center;
  position: relative;
}

.shikiori-total-container h4 {
  text-align: center;
  padding-top: 70px;
  font-size: 22px;
  color: #451c00;
}

.shikiori-total-period {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
  color: #451c00;
}

.shikiori-total-result {
  display: inline-block;
  font-size: 33px;
  font-weight: bold;
  color: #e74a00;
  width: 204px;
  height: 48px;
  line-height: 44px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  margin: 5px auto 0;
}

.shikiori-total-unit {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 155px;
  left: 255px;
}

.shikiori-description {
  background-image: url(img/shikiori-description-bg.png);
  background-position: center center;
  width: 923px;
  height: 262px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px;
}

.shikiori-description p {
  font-size: 16px;
  max-width: 50%;
  padding: 30px 35px;
  line-height: 22px;
  color: #451c00;
}

.shikiori-lineup {
  width: 90%;
  max-width: 1034px;
  margin: 0 auto;
}

.shikiori-lineup-container {
  background-image: url(img/shikiori-price-hr.png);
  background-position: bottom center;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 30px 0;
}

.shikiori-lineup-price {
  background-image: url(img/shikiori-lineup-price-bg.png);
  background-position: center center;
  min-width: 176px;
  height: 168px;
  line-height: 168px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #451c00;
}

.shikiori-lineup-photo {
  width: 100%;
  max-width: 876px;
  background-position: center center;
}

.y1000 {
  background-image: url(img/shikiori-lineup-1000.png);
  height: 497px;
}

.y1500 {
  background-image: url(img/shikiori-lineup-1500.png);
  height: 226px;
}

.y2000 {
  background-image: url(img/shikiori-lineup-2000.png);
  height: 366px;
}

.shikiori-lineup p {
  margin: 60px 0 180px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #451c00;
}

.shikiori-ingredient h4 {
  background-image: url(img/shikiori-intedient-title-bg.png);
  background-position: center center;
  background-size: contain;
  text-align: center;
  color: #451c00;
  font-size: 30px;
  margin-bottom: 30px;
}

.shikiori-intedient-container {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 500px;
  margin-bottom: 60px;
}

.shikiori-intedient-photo {
  background-image: url(img/shikiori-intedient-photo.png);
  background-position: center center;
  background-size: contain;
  min-width: 512px;
  height: 128px;
  margin: 30px 0 30px 20px;
}

.shikiori-intedient-detail {
  background-image: url(img/shikiori-intedient-detail-bg.png);
  min-width: 541px;
  height: 272px;
  display: flex;

}

.shikiori-intedient-detail p {
  font-size: 16px;
  color: #451c00;
  width: 430px;
  margin: 0 auto;
  padding: 20px 0;
}

.shikiori-intedient-description {
  background-image: url(img/shikiori-intedient-description.png);
  width: 549px;
  height: 454px;
  margin: 0 0 0 30px;
}

.shikiori-seasons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shikiori-seasons-container {
  width: 545px;
  height: 781px;
  padding: 60px 20px 0 90px;
  position: relative;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}

.shikiori-season {
  position: absolute;
  top: 20px;
  left: 0;
}

.shikiori-seasons .spring {
  background-image: url(img/shikiori-seasons-container-spring-bg.png);
  background-position: right bottom;
  color: #007740;
}

.shikiori-seasons .summer {
  background-image: url(img/shikiori-seasons-container-summer-bg.png);
  background-position: right bottom;
  color: #0930a6;
}

.shikiori-seasons .autumn {
  background-image: url(img/shikiori-seasons-container-autumn-bg.png);
  background-position: right bottom;
  color: #653000;
}

.shikiori-seasons .winter {
  background-image: url(img/shikiori-seasons-container-winter-bg.png);
  background-position: right bottom;
  color: #8d4daf;
}

.shikiori-seasons-photo {
  width: 384px;
  text-align: right;
  margin-bottom: 30px;
}

.shikiori-seasons-description {
  width: 384px;

}

.shikiori-seasons-description h5 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*menu*/
@media screen and (min-width: 640px) {}

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


.menu {
  background-image: url(img/body-bg-white.jpg);
  background-repeat: repeat;
  padding-top: 220px;
  padding-bottom: 40px;
  font-weight: bold;
  font-size: 12px;
}

@media screen and (min-width: 640px) {
  .menu {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 1140px) {
  .menu {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 15px;
  }
}

#food,
#dessert {
  margin-bottom: 50px;
}

.menu-title__wrapper {
  width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 1140px) {
  .menu-title__wrapper {
    margin: 0 auto 30px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}

.menu-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
  text-align: center;
}

.menu time {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}

@media screen and (min-width: 640px) and (max-width: 1139px) {
  .menu-title.food:before {
    margin-right: 40px;
    width: 112px;
    height: 8px;
    background-image: url(img/menu-title-bg__tab.svg);
    content: '　';
  }

  .menu-title.food:after {
    margin-left: 40px;
    width: 112px;
    height: 8px;
    background-image: url(img/menu-title-bg__tab.svg);
    content: '　';
  }

  .menu-title.dessert:before {
    margin-right: 40px;
    width: 112px;
    height: 8px;
    background-image: url(img/menu-title-bg__tab.svg);
    content: '　';
  }

  .menu-title.dessert:after {
    margin-left: 40px;
    width: 112px;
    height: 8px;
    background-image: url(img/menu-title-bg__tab.svg);
    content: '　';
  }

  .menu-title.drink:before {
    margin-right: 40px;
    width: 112px;
    height: 8px;
    background-image: url(img/menu-title-bg__tab.svg);
    content: '　';
  }

  .menu-title.drink:after {
    margin-left: 40px;
    width: 112px;
    height: 8px;
    background-image: url(img/menu-title-bg__tab.svg);
    content: '　';
  }
}

@media screen and (min-width: 1140px) {
  .menu-title.food:before {
    margin-right: 45px;
    min-width: 322px;
    height: 8px;
    background-image: url(img/menu-title-bg__pcleft.svg);
    content: '　';
  }

  .menu .food time {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 20px;
    font-size: 20px;
  }

  .menu .food time:after {
    margin-left: 35px;
    margin-right: 35px;
    min-width: 161px;
    height: 8px;
    background-image: url(img/menu-title-bg__pcright.svg);
    content: '　';
  }

  .menu-title.dessert:before {
    margin-right: 20px;
    min-width: 322px;
    height: 8px;
    background-image: url(img/menu-title-bg__pcleft.svg);
    content: '　';
  }

  .menu .dessert time {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: -5px;
    font-size: 20px;
  }

  .menu .dessert time:after {
    margin-left: 25px;
    min-width: 161px;
    height: 8px;
    background-image: url(img/menu-title-bg__pcright.svg);
    content: '　';
  }

  .menu-title.drink:before {
    margin-right: 30px;
    min-width: 322px;

    height: 8px;
    background-image: url(img/menu-title-bg__pcleft.svg);
    content: '　';
  }

  .menu .drink time {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: -20px;
    font-size: 20px;
  }

  .menu .drink time:after {
    margin-left: 35px;
    min-width: 161px;
    height: 8px;
    background-image: url(img/menu-title-bg__pcright.svg);
    content: '　';
  }
}


.menu-title.food img {
  width: 230px;
  height: 28px;
}

@media screen and (min-width: 640px) {
  .menu-title.food img {
    width: 230px;
    height: 28px;
  }
}

@media screen and (min-width: 1140px) {
  .menu-title.food img {
    width: 385px;
    height: 50px;
    margin-right: 30px;
  }
}

.menu-title.dessert img {
  width: 230px;
  height: 28px;
}

@media screen and (min-width: 640px) {
  .menu-title.dessert img {
    width: 230px;
    height: 28px;
  }
}

@media screen and (min-width: 1140px) {
  .menu-title.dessert img {
    width: 445px;
    height: 45px;
    margin-right: 30px;
  }
}

.menu-title.drink img {
  width: 230px;
  height: 28px;
}

@media screen and (min-width: 640px) {
  .menu-title.drink img {
    width: 230px;
    height: 28px;
  }
}

@media screen and (min-width: 1140px) {
  .menu-title.drink img {
    width: 385px;
    height: 45px;
  }
}

.menu__wrapper {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

@media screen and (min-width: 640px) {
  #food .menu__wrapper {
    height: 1950px;
    max-width: 640px;
    margin: 0 auto;
    flex-wrap: wrap;
  }

  #dessert .menu__wrapper {
    height: 250px;
    max-width: 640px;
    flex-wrap: wrap;
  }

  #drink .menu__wrapper {

    height: 2020px;
    max-width: 640px;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1140px) {
  #food .menu__wrapper {
    height: 1380px;
    max-width: 1140px;
    margin: 0 auto;
  }

  #dessert .menu__wrapper {
    height: 230px;
    max-width: 1140px;
  }

  #drink .menu__wrapper {
    height: 1380px;
    max-width: 1140px;
  }
}

.menu__container {
  width: 290px;
  margin: 0 auto;
}

@media screen and (min-width: 1140px) {
  .menu__container {
    width: 360px;
  }
}

.menu__container h3 {
  font-size: 24px;
  text-align: left;
  margin: 0 auto;
}

.menu__container h3 span {
  font-size: 13px;
}

.menu__container h4 {
  font-size: 16px;
  text-align: left;
  margin: 0 auto;
}

.menu__container h5 {
  font-size: 12px;
  text-align: left;
  height: 25px;
}

.menu__container dl {
  font-size: 12px;
  height: 25px;
}

.menu__container dt {
  width: auto;
  float: left;
  clear: both;
}

.menu__container dt.small {
  font-size: 10px;
}

.menu .indent.one {
  text-indent: 1em;
}

.menu .indent.two {
  text-indent: 2em;
}

.menu__container dd {
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: flex-end;
  /* 水平中心 */
  width: auto;
  text-align: right;
  margin-left: auto;
}

.menu__container dd:before {
  width: 200vh;
  background-image: url(img/menu_price_bg.png);
  background-repeat: repeat-x;
  content: ' ';
}

.menu__container dd.null:before {
  width: 100%;
  background: none;
  content: ' ';
}

.menu__container dd span {
  display: inline-block;
  min-width: 3em;
  width: 100%;
  white-space: nowrap;
}

.menu__container dd .digit.four {
  display: inline-block;
  min-width: 4em;
  width: 100%;
  white-space: nowrap;
}

.menu__container img {
  display: block;
  width: 289px;
  height: 161px;
  margin: 0 auto 10px;
}

.menu__container p.right {
  text-align: left;
  font-size: 12px;
}

@media screen and (min-width: 1140px) {
  .menu__container p.right {
    font-size: 12px;
  }
}

.tsuuhan {
  display: block;
  background: url(img/tsuuhan-banner.png);
  width: 700px;
  height: 100px;
  margin: 20px auto;
}

.furusato-tax {
  display: block;
  width: 700px;
  margin: 0 auto 50px;
}


/* ----------−−−−−−−−−−--------------------
# navigation
---------------------------------------- */
/* グローバルナビ */

/* PC */
.main-nav {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: relative;
  z-index: 3000;
  
  margin: 0 auto;
  max-width: 1140px;
  width: calc(100% - 20px);
}

.main-nav ul {
  display: flex;
  flex-direction: row;
  position: relative;
}

@media screen and (min-width:640px) and (max-width:1429px) {
  .main-nav ul {
    max-width: 550px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media screen and (min-width:640px) {
  .main-nav ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    width: 100px;
    height: 120px;
    font-size: 19px;
    font-weight: bold;
    margin: 0 5px;
    padding-top: 20px;
    background-image: url(img/main-nav-bg.png);
    background-position: 0 20px;
  }

  .main-nav ul a:hover {
    padding-top: 0;
    color: #000;
    background-image: url(img/main-nav-bg_hover.png);
    background-position: 0 10px;
  }
}


@media screen and (max-width:1429px) and (min-width:640px) {

  .main-nav ul a {
    width: 64px;
    height: 84px;
    background-size: contain;
    font-size: 12px;
  }

  .main-nav ul a:hover {
    padding-top: 0;
    color: #000;
    background-image: url(img/main-nav-bg_hover.png);
    background-position: 0 10px;
  }
}


@media screen and (max-width:639px) {

  /* 携帯版メニュー ここから */

  /* ハンバーガーメニュー */
  /* 切り替えスイッチ */
  .nav-toggle {
    background-image: url(img/menu.png);
    width: 43px;
    height: 43px;
    overflow: hidden;
    text-indent: 5000%;
    white-space: nowrap;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  /*---------- メニュー部 ----------*/
  .main-nav {
    background-image: none;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: absolute;
    width: 140px;
    height: 180px;
    top: 0;
    /* heightぶんマイナス */
    right: -140px;
    margin: 0 auto;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 1000;
  }

  .main-nav ul {
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    flex-direction: column;
  }

  .main-nav li {
    list-style: none;
    width: 140px;
    max-width: 140px;
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 1em;
  }

  .main-nav li:hover {
    background-color: #969696;
  }

  .main-nav a {
    display: block;
    color: #000;
    border-bottom: 1px solid #000;
  }

  .main-nav li:last-child {
    border-bottom: 0px;
  }

  .main-nav br {
    display: none;
  }

  /* クリック時スクロール量・幅 */
  .main-nav__open .main-nav {
    -moz-transform: translateX(-140px);
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
  }

  /* 携帯版メニュー ここまで */
}

.foot-nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 50px;
  width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}

@media screen and (min-width:640px) {
  .foot-nav {
    width: 640px;
  }
}

@media screen and (min-width:1220px) {
  .foot-nav {
    width: 1140px;
  }
}

.foot-nav a {
  color: #fff;
  font-size: 18px;
}

.foot-nav li {
  margin: 0 0 20px 0;
  padding: 0 20px 0;
  border-right: 1px solid #fff;
  line-height: 18px;
}

.foot-nav li:last-child {
  border: none;
}

.footer-share ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 400px;
  padding-top: 50px;
  margin: 0 auto;

}

.footer-share img {
  width: 100px;
  height: 30px;
}

.scroll-button a {
  background-image: url(img/gototop.png);
  width: 74px;
  height: 233px;
  overflow: hidden;
  text-indent: 5000%;
  white-space: nowrap;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999;
}


@media screen and (max-width:639px) {

  .scroll-button a {
    background-image: url(img/gototop_m.png);
    background-position: center center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: 5000%;
    white-space: nowrap;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
  }

}


.copyrights {
  display: block;
  text-align: center;
  color: #fff;
																																																}
																																																
																																																
																																																
																																																
																																																.top-SNS{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
.top-SNS li {
	padding:0 25px;/*←画像の左右に25pxの余白を入れる場合*/
	box-sizing:border-box;
}
.top-SNS li img {
	width:180px;
	height: 70px;
	margin: 0 auto;	
}