* {
  color: #404040;
  font-size: 17px;
  letter-spacing: 1.5px;
  line-height: 1.4;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

/* html{
  scroll-behavior: smooth;
} */

/* header {
  scroll-behavior: unset;
} */

button:hover {
  opacity: 0.8;
  transition: 0.6s;
}

.banner:hover {
  opacity: 0.8;
  transition: 0.6s;
}


.fotter {
  margin-top: 300px;
}

#pagetop {
  position: fixed;
  right: 40px;
  bottom: 20px;
  z-index: 5500;
  display: block;
  width: 42px;
  height:42px;
  cursor: pointer;
  background: rgba(0, 0, 0, .5);
  border: 1px solid #ffffff;
  border-radius: 4px;
  opacity: 0;
  transition: .5s;
}

#pagetop.visible {
  opacity: 1;
  pointer-events: auto;
}

#pagetop span {
  position: absolute;
  top: 16px;
  left: 11px;
  display: block;
  width:18px;
  height:18px;
  content:"";
  border-top:3px solid #ffffff;
  border-right:3px solid #ffffff;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

h2 {
  font-size: 1.7em;
  letter-spacing: 5px;
  writing-mode: vertical-rl;
  margin: 0 auto;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  border-right: solid 1px #404040;
  border-left: solid 1px #404040;
}

h3 {
  font-size: 1.3em;
  letter-spacing: 5px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

h3::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #404040; /*下線の色*/
  width: 50px; /*線の幅*/
  height: 1px; /*線の太さ*/
  bottom: -5px; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}

iframe {
  margin-top: 30px;
  margin-bottom: 50px;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

header {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
}

.headermenu {
  width: 93%;
  height: 100％;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
}

.headerlist {
  padding-left: 40px;
}

.insta_snap {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 767px){
  .headermenu_sp {
    display: none;
  }
}

.topbutton {
  background-color:#3B6489;
  color: #ffffff;
  padding: 15px 30px 15px 30px;
  margin-top: -15px;
  margin-left: 40px;
}

.topimage {
  width: 100%;
  height: 100%;
}

.slide_show_fade_in4_5{
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slide_show_fade_in4_5:before{
	content: "";
	display: block;
	padding-top: 66%;
}
.slide_show_fade_in4_5_img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	opacity: 0;
  animation: slide_show_fade_in4_5 30s infinite;
}
.slide_show_fade_in4_5_img:nth-of-type(2){
  animation-delay: 6s;
}
.slide_show_fade_in4_5_img:nth-of-type(3){
  animation-delay: 12s;
}
.slide_show_fade_in4_5_img:nth-of-type(4){
  animation-delay: 18s;
}
.slide_show_fade_in4_5_img:nth-of-type(5){
  animation-delay: 24s;
}

@keyframes slide_show_fade_in4_5{
	0%{
		opacity: 0;
		transform: scale(1.2);
	}
	10%{
		opacity: 1;
	}
	20%{
		opacity: 1;
	}
	30%{
		opacity: 0;
		transform: scale(1);
	}
	100%{
		opacity: 0;
	}
}

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

  .img-frame{
    width: 100%;
    height: 430px;
  }
  .img-01, .img-02, .img-03, .img-04, .img-05{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-01{
    background-image: url(img/top1.png);
    animation: slide-animation-01 10s infinite;
  }
  .img-02{
    background-image: url(img/top2.png);
    animation: slide-animation-02 10s infinite;
  }
  .img-03{
    background-image: url(img/top3.png);
    animation: slide-animation-03 210 infinite;
  }
  .img-04{
    background-image: url(img/top4.png);
    animation: slide-animation-04 10s infinite;
  }
  .img-05{
    background-image: url(img/top5.png);
    animation: slide-animation-05 10s infinite;
  }
  @keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
    30% {opacity: 1;}
    40% {opacity: 0; transform: scale(1.15);}
    90% {opacity: 0}
    100% {opacity: 1; transform: scale(1.0);}
  }
  @keyframes slide-animation-02 {
    0% {opacity: 0;}
    30% {opacity: 0; transform: scale(1.1);}
    40% {opacity: 1;}
    60% {opacity: 1;}
    70% {opacity: 0; transform: scale(1.0);}
    100% {opacity: 0;}
  }
  @keyframes slide-animation-03 {
    0% {opacity: 0;}
    60% {opacity: 0;  transform: scale(1.0);}
    70% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0; transform: scale(1.1);}
  }
  @keyframes slide-animation-04 {
    0% {opacity: 0;}
    60% {opacity: 0;  transform: scale(1.0);}
    70% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0; transform: scale(1.1);}
  }
  @keyframes slide-animation-05 {
    0% {opacity: 0;}
    60% {opacity: 0;  transform: scale(1.0);}
    70% {opacity: 1;}
    90% {opacity: 1;}
    100% {opacity: 0; transform: scale(1.1);}
  }
}

section {
  background-color: #FAF1EB;
  background-image: url(img/background.png);
  /* background-size: cover;
   image-rendering: -webkit-optimize-contrast; */
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}

span {
  font-size: 1.3em;
}

.topmenutext span,.topmenutext1 span {
  display: inline-block;
  margin-bottom: 20px;
}

.mainmenu {
  padding-top: 80px;
}

.topmainmenu {
  margin-top: 80px;
  /* margin-bottom: 100px; */
  display: flex;
  justify-content: end;
  position: relative;
}

.topmainmenu {
  background-image: url(img/decoration1.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 100% 90%;
}

.topmainmenu2 {
  background-image: url(img/decoration2.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 0% 90%;
}

.topmainmenu3 {
  background-image: url(img/decoration3.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 100% 90%;
}

.toposusume {
  background-image: url(img/decoration4.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 100% 90%;
}

.topmainmenu2 {
  margin-top: 80px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

.topmenuimg2 img {
  max-width: 100%;
  text-align: right;
}

.topmenuimg img {
  max-width: 75%;
}

.topmenutext1 {
  margin-top: 20px;
  max-width: 35%;
  position: absolute;
}

.topmenutext {
  margin-top: 20px;
  max-width: 44%;
}

.banner img {
  max-width: 95%;
}

.menubanner {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

.osusume,.reserve,.access {
  margin-top: 150px;
  margin-bottom: 150px;
}

.sliderimg img {
  width: 90%;
}

.slider {
  max-width: 95%;
  margin: 0 auto;
  margin-top: 50px;
}

/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: coral;
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slick-prev:before, .slick-next:before {
    color: #404040;
    opacity: 0.8;
}

.course {
  margin-bottom: 150px;
}

.course_inner,.reserve_inner,.insta_inner {
  max-width: 660px;
  margin: 0 auto;
  margin-top: 30px;
}

.course_inner p,.reserve_inner p {
  margin-bottom: 25px;
}

.course_img,.reserve_btn {
  display: flex;
  justify-content: space-between;
}

.course_img img {
  max-width: 100%;
}

.course_img1,.course_img2 {
  max-width: 320px;
}

.reserve_btn {
  max-width: 100%;
}

.reserve_btn1,.reserve_btn2,.insta_btn {
  display: inline-block;
  background-color: #3B6489;
  color: #ffffff;
  padding: 20px 80px 20px 80px;
}

.insta_page {
  margin: 0 auto;
  text-align: center;
}

.instagram {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.instah2 {
  position: relative;
  width: 20%;
  font-size: 1.7em;
  letter-spacing: 5px;
  writing-mode: horizontal-tb;
  margin: 0 auto;
  text-align: center;
  border-right: none;
  border-left: none;
}

.instagram h2::after {
  position: absolute; /*positionをabsoluteに指定*/
  content: "";
  background-color: #404040; /*下線の色*/
  width: 110px; /*線の幅*/
  height: 1px; /*線の太さ*/
  bottom: -10px; /*線のタテ位置*/
  left: 50%;  /*線のヨコ位置*/
  transform: translateX(-50%);　/*線のヨコ位置*/
}

.access_text span {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 20px;
}

.access_info {
  display: flex;
  justify-content: normal;
  margin-top: -180px;
}

.access_img {
  max-width: 50%;
  margin-right:25px;
}

.access_img img {
  max-width: 100%;
}
/* .access_text {
  float: right;
} */
.access_text ul {
  border-bottom: solid 1px #404040;
  margin-bottom: 20px;
}

.fotter {
  width: 100%;
  height: auto;
  padding-top: 60px;
  background-image: url(img/footer.png);
  background-size: auto;
  background-position: center;
  background-size: cover;
}

.fotter_inner {
  max-width: 1080px;
  margin: 0 auto;
}

.fotter_container {
  display: flex;
}

.fotter_logo {
  max-width: 100%;
}

.fotter_logo img {
  width: 55%;
}

.fotter_accesstext,.fotter_menulist {
  max-width: 100%;
}
.fotter_accesstext ul li,.fotter_menulist ul li {
  color: #ffffff;
  letter-spacing: 1.5px;
  line-height: 1.7;
}

.fotter_accesstext {
  padding-right: 200px;
}

.fotter_instalogo {
  max-width: 100%;
  text-align: right;
  padding-bottom: 70px;
}

.fotter_instalogo img {
  width: 5%;
}

/* ここから下層ページ */
.lunchmenuheader h1, .dinnermenuheader h1 {
  color: #fff;
  font-size: 1.7em;
  text-align: center;
  height: auto;
  padding-top: 80px;
}

.lunchmenuheader {
  height: 200px;
  background-image: url(img/lunchhead.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.nav {
  padding-top: 10px;
}

.toposusume {
  width: 100%;
  text-align: right;
  background-image: none;
  margin-top: 0px;
}

.toposusumeimg img {
  max-width: 70%;
}

.irodorigozenimg,.irodorigozentext,.toposusumetext {
  width: 100%;
}

.toposusumetext {
  margin-top: 150px;
}

.irodorigozen {
  background-image: url(img/decoration4.png);
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 100% 90%;
}

.othermenu {
  max-width: 860px;
  margin: 0 auto;
}

.othermenu p {
  margin-top: 20px;
}

.othermenu1 {
  margin-top: 80px;
  margin-bottom: 100px;
}

.othermenulist_container {
  width: 65%;
  height: auto;
  margin-right: 50px;
}


.othermenulist_inner,.drinkmenulist_inner {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #404040;
  margin-bottom: 40px;
}

.othermenulist {
  max-width: 100%;
  display: flex;
  margin-top: 30px;
}

.othermenulist_img {
  width: 30%;
  text-align: right;
}

.othermenulist_img img {
  width: 100%;
}

.othermenulist_container p,.drinkmenulist_right p,.drinkmenulist_left p {
  font-size: 0.849em;
  margin-top: -30px;
}

.drinkmenuinfo {
  margin-top: 50px;
  display: flex;
}

.drinkimg {
  width: 50%;
  margin-right: 30px;
}

.drinkimg img {
  max-width: 100%;
}

.drinkinfotext {
  width: 45%;
  margin-top: 30px;
}

.drinkinfotext p {
  margin-top: 20px;
}


.drink_title {
  margin-bottom: 30px;
}

.drinkmenulist {
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
}

.drinkmenulist_left,.drinkmenulist_right {
  width: 45%;
}

/* ディナーメニュー */
.dinnermenuheader {
  height: 200px;
  background-image: url(img/dinnerhead.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.ippinmenu,.ippinmenu2 {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 10px;
  display: flex;
}

.ippinimg {
  width: 56%;
  margin-right: 20px;
}

.ippinimg2 {
  /* width: 56%; */
  width: 75%;
  margin-left: 20px;
  margin-bottom: 20px;
}

.ippinimg img,.ippinimg2 img {
  width: 100%;
}

.topmenutext2 {
  margin-top: 20px;
}

.topmenutext2 span {
  display: inline-block;
  margin-bottom: 20px;
}
.map-container {
	position: relative;
	padding-top: 75%; /* 4:3 アスペクト比 */
	height: 0;
}

.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
  max-width: 100%;
  height: 60%;
}

/* ハンバーガーメニュー */
/* ハンバーガーメニューボタン */
.hamburger-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  z-index: 1001;
}

.hamburger-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

/* アクティブ状態（Xアニメーション） */
.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(3px, 3px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* フェードスライドメニュー */
.slide-menu.fade-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100vh;
  /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  background: #3B6489;
  transition: all 0.4s ease-in-out;
  z-index: 1000;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.slide-menu.fade-menu.active {
  right: 0;
  opacity: 1;
}

.menu-list {
  list-style: none;
  padding: 80px 0 0 0;
  margin: 0;
}

.menu-list li {
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.3s ease-in-out;
}

.slide-menu.fade-menu.active .menu-list li {
  opacity: 1;
  transform: translateX(0);
}

.slide-menu.fade-menu.active .menu-list li:nth-child(1) { transition-delay: 0.1s; }
.slide-menu.fade-menu.active .menu-list li:nth-child(2) { transition-delay: 0.2s; }
.slide-menu.fade-menu.active .menu-list li:nth-child(3) { transition-delay: 0.3s; }
.slide-menu.fade-menu.active .menu-list li:nth-child(4) { transition-delay: 0.4s; }

.menu-list a {
  display: block;
  padding: 15px 30px;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.menu-list a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.nav {
  margin-left: 10px;
}

.notes {
  margin-top: 20px;
}

/* タブレット対応 */
@media screen and (max-width: 767px){
  .headermenu {
    display: none;
  }

  .irodorigozentext {
    padding-bottom: 50px;
  }

  header {
    height: 0px;
  }

  .topbutton {
    padding: 15px 30px 15px 30px;
    background-color: #b94047;
    color: #fff;
    margin-top: 0px;
    margin-left: -10px;
    margin-bottom: 50px;
  }

  .topbutton a {
    color: #fff;
    font-weight: bold;
  }

  .reserve_btn1,.reserve_btn2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .reserve_inner {
    margin: 0 auto;
    text-align: center;
  }

  .reserve_btn {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
  }

  .topmainmenu,  .ippinmenu {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
  }

  .topmainmenu2,.ippinmenu2 {
    flex-direction: column-reverse;
    margin: 0 auto;
    text-align: center;
    margin-top: 80px;
  }

  .topmainmenu3 {
    display: block;
  }

  .topmainmenu2 img,.topmainmenu3 img{
    width: 75%;
  }

  .topmenutext1,.topmenutext {
    width: 85%;
    margin: 0 auto;
    position: static;
  }

  .topmenutext1 span,.topmenutext span  {
    display: block;
  }

  .topmenutext1 p,.topmenutext1 span ,.topmenutext p, .topmenutext span {
    text-align: left;
  }

  .topmenutext span {
    margin-top: 10px;
  }

  .topmenutext,.topmenutext1 {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .ippinimg,.ippinimg2 {
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .topmenutext2 {
    width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-top: 10px;
  }

  .slider {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .menubanner {
    margin-top: 80px;
  }

  .map-container {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .access_info {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: -150px;
  }

  .fotter {
    background-size: cover;
  }

  .fotter_accesstext {
    padding-right: 40px;
  }

  .fotter_logo {
    width: 12%;
  }

  .fotter_instalogo {
    padding-right: 50px;
  }

/* ランチ.ディナーメニュー */
  .lunchmenuheader,.dinnermenuheader {
    height: 120px;
    background-size: contain;
  }
  .toposusume {
    display: block;
  }
  .toposusumeimg {
    width: 70%;
    margin: 0 auto;
    padding-right: 0px;
  }

  .irodorigozen {
    display: block;
  }

/* ランチ・ディナーメニューのレスポンシブ対応＠767 */
  .lunchmenuheader,.dinnermenuheader {
    height: 20vw!important;
    max-height: 200px;
    max-width: 1000px;
    background-size: cover;
    margin: 0 auto;
  }

  .lunchmenuheader h1, .dinnermenuheader h1 {
    padding-top: 40px;
  }

  .toposusumeimg {
    width: 80%;
    margin: 0 auto;
    padding-left: 60px;
  }

  .othermenulist {
    max-width: 100%;
    flex-direction: column-reverse;
  }

  .othermenulist_container {
    margin: 0 auto;
  }

  .othermenulist_img {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .othermenulist_container {
    width: 85%;
  }

  .othermenu1 {
    text-align: center;
  }

  .drinkmenulist {
    width: 70%;
    display: inline-block;
  }

  .drinkmenulist_left, .drinkmenulist_right {
    width: 100%;
  }

  .fotter_logo img {
    padding-left: 5px;
  }

  .othermenu p {
    padding-left: 10px;
  }

  .topmainmenu {
    background-position: 95% 90%;
  }

  .topmainmenu2 {
    background-position: 5% 90%;
  }

  .topmainmenu3 {
    background-position: 95% 90%;
  }

  .insta_snap {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }

}

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

    h2 {
      font-size: 1.2em;
    }

    h3 {
      font-size: 1.1em;
    }

    .notes {
      max-width: 90%;
      margin: 0 auto;
    }

    .course_inner,.insta_inner {
      max-width: 85%;
      margin: 0 auto;
    }

    .course_inner p, .reserve_inner p, .insta_inner p,.notes  {
      margin-top: 20px;
    }

    .instah2 {
      width: 100%;
    }

    .drinkmenuinfo {
      width: 100%;
      display: inline-block;
    }
    .drinkimg {
      width: 100%;
      text-align: center;
    }
    .drinkimg img {
      width: 75%;
    }
    .drinkinfotext {
      width: 75%;
      margin: 0 auto;
      margin-top: 20px;
    }
    .drinkmenulist {
      width: 90%;
    }
    .fotter_container {
      display: inline-block;
    }
    .fotter_logo img {
      margin-bottom: 30px;
    }
    .fotter_accesstext {
      padding-bottom: 30px;
    }
    .fotter_instalogo img {
      width: 10%;
    }
    .fotter_instalogo {
      text-align: left;
      padding-top: 30px;
    }
    .fotter_inner {
      padding-left: 30px;
    }

    .access_img {
      max-width: 60%;
      margin-top: 30px;
    }

  }



  @media screen and (max-width: 430px){
    .headermenu {
      display: none;
    }

    .inner {
      max-width: 100%;
      margin: 0 auto;
    }

    .menubanner {
      display: inline-block;
    }

    .menubanner img {
      margin-bottom: 20px;
    }

    .slider {
      max-width: 82%;
      margin: 0 auto;
      margin-top: 30px;
    }

    .course_img {
      display: block;
      width: 90%;
      margin: 0 auto;
      text-align: center;
    }

    .course_img img {
      margin-bottom: 20px;
    }

    .reserve_btn1,.reserve_btn2 {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
    }

    .reserve_inner {
      margin: 0 auto;
      text-align:center;
    }

    .reserve_btn {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
    }

    .instah2 {
      width: 100%;
    }

    .course_inner p,.reserve_inner p,.insta_inner p {
      text-align: left;
      margin-top: 10px;
      margin-left: 10px;
    }

    .access_info {
      margin-top: -60px;
    }

    .fotter_container {
      display: inline-block;
    }

    .fotter {
      padding-top: 0px;
    }

    .fotter_inner {
      width: 90%;
      margin: 0 auto;
    }

    .fotter_logo {
      width: 35%;
      margin-bottom: 30px;
    }

    .fotter_accesstext,.fotter_menulist {
      padding-right: 0px;
      padding-left: 10px;
    }

    .fotter_menulist {
      margin-top: 30px;
    }

    .fotter_instalogo {
      text-align: left;
      width: 80%;
      padding-right: 0px;
    }

    .fotter_instalogo img {
      width: 15%;
      margin-top: 20px;
    }

    #pagetop {
      right: 20px;
    }

    .lunchmenuheader, .dinnermenuheader　{
      height: 70px;
    }

    .lunchmenuheader h1, .dinnermenuheader h1 {
      padding-top: 20px;
      font-size: 1.0em;
    }

    .fotter_logo img {
      width: 35%;
      padding-top: 30px;
    }
    .fotter_inner {
      padding-left: 0px;
    }

}

  @media screen and (max-width: 375px){
    .headermenu {
      display: none;
    }

    .inner {
      max-width: 100%;
      margin: 0 auto;
    }

    .menubanner {
      display: inline-block;
    }

    .menubanner img {
      margin-bottom: 20px;
    }

    .slider {
      max-width: 82%;
      margin: 0 auto;
      margin-top: 30px;
    }

    .course_img {
      display: block;
      width: 90%;
      margin: 0 auto;
      text-align: center;
    }

    .course_img img {
      margin-bottom: 20px;
    }

    .reserve_btn1,.reserve_btn2 {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
    }

    .reserve_inner {
      margin: 0 auto;
      text-align:center;
    }

    .reserve_btn {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
    }

    .instah2 {
      width: 100%;
    }

    .course_inner p,.reserve_inner p,.insta_inner p {
      text-align: left;
      margin-top: 10px;
      margin-left: 10px;
    }

    .access_info {
      margin-top: -60px;
    }

    .fotter_container {
      display: inline-block;
    }

    .fotter {
      padding-top: 0px;
    }

    .fotter_inner {
      width: 90%;
      margin: 0 auto;
    }

    .fotter_logo {
      width: 35%;
      margin-bottom: 30px;
    }

    .fotter_accesstext,.fotter_menulist {
      padding-right: 0px;
      padding-left: 10px;
    }

    .fotter_menulist {
      margin-top: 30px;
    }

    .fotter_instalogo {
      text-align: left;
      width: 80%;
      padding-right: 0px;
    }

    .fotter_instalogo img {
      width: 15%;
      margin-top: 20px;
    }

    #pagetop {
      right: 20px;
    }

    .drinkmenulist {
      width: 95%;
    }
    .fotter_logo img {
      width: 50%;
      padding-top: 30px;
    }
    .fotter_inner {
      padding-left: 0px;
    }
}
