@charset "UTF-8";
body {
  /*areaにis-activeというクラスがついた時の形状*/
}

body #header-page {
  width: 100%;
  height: 110px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 3px solid #fc8d1e;
  position: fixed;
  z-index: 999;
}

body #header-page .openbtn4 {
  display: none;
}

body #header-page .header-nav {
  width: calc(50% - 200px);
  margin-bottom: 16px;
}

body #header-page .header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body #header-page .header-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
}

body #header-page .header-nav ul li a .nav-icon2 {
  display: none;
}

body #header-page .header-nav ul li a:hover {
  color: #fc8d1e;
}

body #header-page .header-nav ul li a:hover .nav-icon {
  display: none;
}

body #header-page .header-nav ul li a:hover .nav-icon2 {
  display: initial;
}

body #header-page .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  margin-bottom: 8px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body #header-page .logo .logo-english {
  color: #fc8d1e;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

body #header-page .logo .logo-name {
  color: #fc8d1e;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
}

body #header-page .logo:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

body #header-page .tel-sp {
  display: none;
}

body #g-nav-tab {
  display: none;
}

body .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 0 20px 50px 20px;
}

body .area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body .page-topimage {
  padding-top: 110px;
  width: 100%;
  height: calc(50vh + 110px);
  background-image: url(img/story-top.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .page-topimage-title {
  margin: auto 40px 40px auto;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 50px;
  /*横の大きさ*/
  background: #fff;
  color: #fc8d1e;
  /*文字色*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #fc8d1e;
  border-radius: 20px;
}

body .page-topimage-title h1 {
  font-size: 30px;
  font-weight: normal;
  margin-left: 16px;
}

body .menu-top {
  width: 100%;
  height: 190px;
  padding-top: 150px;
}

body .menu-top .menu-h1 {
  width: 60%;
  max-width: 500px;
  margin: 0 auto;
  color: #fc8d1e;
  /*文字色*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #fc8d1e;
  border-radius: 20px;
}

body .menu-top .menu-h1 h1 {
  font-size: 30px;
  font-weight: normal;
  margin-left: 16px;
}

body main {
  max-width: 1600px;
  margin: 0 auto;
}

body main .menuinfo-bar {
  max-width: 1600px;
  width: 100%;
  padding: 0 40px;
  margin: 60px auto 0 auto;
}

body main .menuinfo-bar .menu-pdf ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body main .menuinfo-bar .menu-pdf ul li a {
  border-radius: 20px;
  border: 1px solid #434343;
  padding: 2px 8px;
}

body main .menuinfo-bar .menu-pdf ul li a:hover {
  color: #fc8d1e;
  border: 1px solid #fc8d1e;
}

body main .menuinfo-bar .menu-category {
  margin-top: 20px;
}

body main .menuinfo-bar .menu-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main .menuinfo-bar .menu-category ul li a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

body main .menuinfo-bar .menu-category ul li a:hover {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  border-bottom: 1px solid;
}

body main section {
  width: 100%;
  height: auto;
  margin: 60px 0;
}

body main section .content-p {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main section .content-p-photo {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main section .content-p-photo img {
  width: 100%;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

body main section .content-p-info {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  width: 40%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(45deg, #fdc830, #f37335);
}

body main section .content-p-info-container {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #fc8d1e;
  outline-offset: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 20px;
}

body main section .content-p-info-container-inner {
  margin: 0 30px;
}

body main section .content-p-info-container-inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
}

body main section .content-p-info-container-inner .heading h2 {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
  line-height: 1.3;
}

body main section .content-p-info-container-inner .heading p {
  color: #fc8d1e;
  line-height: 1.2;
  margin-bottom: 20px;
}

body main section .content-p-info-container-inner p {
  margin-bottom: 30px;
}

body main section .content-p-info2 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  width: 40%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(45deg, #ffdde1, #ee9ca7);
}

body main section .content-p-info2-container {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #fc8d1e;
  outline-offset: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 20px;
}

body main section .content-p-info2-container-inner {
  margin: 0 30px;
}

body main section .content-p-info2-container-inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
}

body main section .content-p-info2-container-inner .heading h2 {
  color: #ee9ca7;
  border-bottom: 1px solid #ee9ca7;
  line-height: 1.3;
}

body main section .content-p-info2-container-inner .heading p {
  color: #ee9ca7;
  line-height: 1.2;
  margin-bottom: 20px;
}

body main section .content-p-info2-container-inner p {
  margin-bottom: 30px;
}

body main section .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body main section .timeline-thai, body main section .timeline-japan {
  width: 50%;
  padding: 0 20px;
}

body main section .timeline-thai .flag, body main section .timeline-japan .flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

body main section .timeline-thai .flag h2, body main section .timeline-japan .flag h2 {
  text-align: center;
}

body main section .timeline-thai dl, body main section .timeline-japan dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main section .timeline-thai dl dt, body main section .timeline-japan dl dt {
  text-align: right;
  width: 5em;
  padding: 0.5em 1em 0.5em 0.5em;
  position: relative;
}

body main section .timeline-thai dl dt::after, body main section .timeline-japan dl dt::after {
  content: "●";
  position: absolute;
  right: -0.55em;
  top: 5px;
  font-size: 22px;
  color: #fc8d1e;
}

body main section .timeline-thai dl dd, body main section .timeline-japan dl dd {
  width: calc(100% - 5em);
  padding: 0.5em 2em 3em;
  border-left: 2px solid #ccc;
}

body main section .recommend {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body main section .recommend .headding-h2 {
  display: inline-block;
  border-bottom: 1px solid #fc8d1e;
  margin-bottom: 40px;
  color: #fc8d1e;
}

body main section .recommend ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body main section .recommend ul li {
  width: 25%;
}

body main section .recommend ul li figure {
  border: 20px solid #ffefda;
}

body main section .recommend ul li h3 {
  margin: 8px auto;
  background-color: #ffefda;
  padding: 8px 16px;
  border-right: 3px solid #fc8d1e;
  border-left: 3px solid #fc8d1e;
  position: relative;
  text-align: center;
}

body main section .recommend ul li h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -13px;
  width: 100%;
  height: 100%;
  border-left: 8px solid #fc8d1e;
}

body main section .recommend ul li h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  width: 100%;
  height: 100%;
  border-right: 8px solid #fc8d1e;
}

body main section .recommend ul li p {
  padding: 0 20px;
}

body main section .thaifood {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .thaifood .headding-h2 {
  display: inline-block;
  border-bottom: 1px solid #fc8d1e;
  margin-bottom: 40px;
  color: #fc8d1e;
}

body main section .thaifood p {
  width: 50%;
}

body main section .thaifood ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 30px auto;
}

body main section .thaifood ul li {
  width: 30%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 5px solid #f75021;
  -webkit-box-shadow: 5px 5px 5px #fc8d1e;
          box-shadow: 5px 5px 5px #fc8d1e;
  margin-bottom: 20px;
  padding: 16px auto;
}

body main section .thaifood ul li h3 {
  width: 80px;
  border-bottom: 1px solid #f75021;
  text-align: center;
  color: #f75021;
}

body main section .thaifood ul li h4 {
  margin: 16px auto;
}

body main section .thaifood ul li span {
  display: block;
  text-align: center;
}

body main section .thaifood ul li:nth-of-type(2) {
  border: 5px solid #56ab2f;
  -webkit-box-shadow: 5px 5px 5px #56ab2f;
          box-shadow: 5px 5px 5px #56ab2f;
}

body main section .thaifood ul li:nth-of-type(2) h3 {
  color: #56ab2f;
  border-bottom: 1px solid #56ab2f;
}

body main section .thaifood ul li:nth-of-type(3) {
  border: 5px solid #ee9ca7;
  -webkit-box-shadow: 5px 5px 5px #ee9ca7;
          box-shadow: 5px 5px 5px #ee9ca7;
}

body main section .thaifood ul li:nth-of-type(3) h3 {
  color: #ee9ca7;
  border-bottom: 1px solid #ee9ca7;
}

body main section .thaifood ul li:nth-of-type(4) {
  border: 5px solid #aaaaaa;
  -webkit-box-shadow: 5px 5px 5px #aaaaaa;
          box-shadow: 5px 5px 5px #aaaaaa;
}

body main section .thaifood ul li:nth-of-type(4) h3 {
  color: #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}

body main section .thaifood ul li:nth-of-type(5) {
  border: 5px solid #fc8d1e;
  -webkit-box-shadow: 5px 5px 5px #fc8d1e;
          box-shadow: 5px 5px 5px #fc8d1e;
}

body main section .thaifood ul li:nth-of-type(5) h3 {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
}

body main section .content3-image-r {
  width: 100%;
  height: 700px;
  background-image: url(img/salada-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

body main section .content3-image-r-container {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #56ab2f;
  outline-offset: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 530px;
  margin: 100px 40vw 0 10vw;
}

body main section .content3-image-r-container-inner {
  margin: 0 60px;
}

body main section .content3-image-r-container-inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding-bottom: 20px;
}

body main section .content3-image-r-container-inner .heading h2 {
  color: #56ab2f;
  border-bottom: 1px solid #56ab2f;
  line-height: 1.3;
}

body main section .content3-image-r-container-inner .heading p {
  color: #56ab2f;
  line-height: 1.2;
  margin: 0;
}

body main section .content3-image-r-container-inner p {
  margin: 20px 0;
  text-align: left;
}

body main section .content4-image-r {
  width: 100%;
  height: 700px;
  background-image: url(img/curry-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

body main section .content4-image-r-container {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #fc8d1e;
  outline-offset: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 530px;
  margin: 100px 10vw 0 40vw;
}

body main section .content4-image-r-container-inner {
  margin: 0 60px;
}

body main section .content4-image-r-container-inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding-bottom: 20px;
}

body main section .content4-image-r-container-inner .heading h2 {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
  line-height: 1.3;
}

body main section .content4-image-r-container-inner .heading p {
  color: #fc8d1e;
  line-height: 1.2;
  margin: 0;
}

body main section .content4-image-r-container-inner p {
  margin: 20px 0;
  text-align: left;
}

body main section .chaifood {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .chaifood .headding-h2 {
  display: inline-block;
  border-bottom: 1px solid #fbb520;
  margin-bottom: 40px;
  color: #fbb520;
}

body main section .chaifood p {
  width: 50%;
}

body main section .content5-image-r {
  width: 100%;
  height: 700px;
  background-image: url(img/herb-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

body main section .content5-image-r-container {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #56ab2f;
  outline-offset: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 530px;
  margin: 100px 40vw 0 10vw;
}

body main section .content5-image-r-container-inner {
  margin: 0 60px;
}

body main section .content5-image-r-container-inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding-bottom: 20px;
}

body main section .content5-image-r-container-inner .heading h2 {
  color: #56ab2f;
  border-bottom: 1px solid #56ab2f;
  line-height: 1.3;
}

body main section .content5-image-r-container-inner .heading p {
  color: #56ab2f;
  line-height: 1.2;
  margin: 0;
}

body main section .content5-image-r-container-inner p {
  margin: 20px 0;
  text-align: left;
}

body main section .taste-slider {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

body main section .content6-image-r {
  width: 100%;
  height: 700px;
  background-image: url(img/spice-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

body main section .content6-image-r-container {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #f75021;
  outline-offset: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 530px;
  margin: 100px 10vw 0 40vw;
}

body main section .content6-image-r-container-inner {
  margin: 0 60px;
}

body main section .content6-image-r-container-inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding-bottom: 20px;
}

body main section .content6-image-r-container-inner .heading h2 {
  color: #f75021;
  border-bottom: 1px solid #f75021;
  line-height: 1.3;
}

body main section .content6-image-r-container-inner .heading p {
  color: #f75021;
  line-height: 1.2;
  margin: 0;
}

body main section .content6-image-r-container-inner p {
  margin: 20px 0;
  text-align: left;
}

body main section .content7-image-r {
  width: 100%;
  height: 700px;
  background-image: url(img/seasoning-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

body main section .content7-image-r-container {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #ee9ca7;
  outline-offset: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 530px;
  margin: 100px 40vw 0 10vw;
}

body main section .content7-image-r-container-inner {
  margin: 0 60px;
}

body main section .content7-image-r-container-inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto;
  padding-bottom: 20px;
}

body main section .content7-image-r-container-inner .heading h2 {
  color: #ee9ca7;
  border-bottom: 1px solid #ee9ca7;
  line-height: 1.3;
}

body main section .content7-image-r-container-inner .heading p {
  color: #ee9ca7;
  line-height: 1.2;
  margin: 0;
}

body main section .content7-image-r-container-inner p {
  margin: 20px 0;
  text-align: left;
}

body main section .seasoning4 {
  width: 80%;
  height: auto;
  margin: 40px auto 0 auto;
}

body main section .seasoning4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body main section .seasoning4 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .seasoning4-img {
  width: 100%;
  height: 400px;
  margin-top: 40px;
  background-image: url(img/4seasoning-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

body main section .menu-list-container {
  width: 100%;
  padding: 0 40px;
}

body main section .menu-list-container span {
  display: block;
  text-align: right;
}

body main section .menu-list-container .orange .green .yellow .pink {
  display: inline-block;
  margin-bottom: 40px;
}

body main section .menu-list-container .orange {
  border-bottom: 1px solid #fc8d1e;
  color: #fc8d1e;
}

body main section .menu-list-container .green {
  border-bottom: 1px solid #56ab2f;
  color: #56ab2f;
}

body main section .menu-list-container .yellow {
  border-bottom: 1px solid #fbb520;
  color: #fbb520;
}

body main section .menu-list-container .pink {
  border-bottom: 1px solid #ee9ca7;
  color: #ee9ca7;
}

body main section .menu-list-container .menu-list-price {
  width: 50%;
  margin: 0 auto;
}

body main section .menu-list-container .menu-list-price dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main section .menu-list-container .menu-list-price dl dt {
  margin-top: 20px;
  font-size: 20px;
  background-color: #fff;
  padding: 0 16px;
}

body main section .menu-list-container .menu-list-price dl .item-price {
  margin-top: 20px;
  font-size: 20px;
  position: relative;
  background-color: #fff;
  padding: 0 16px;
}

body main section .menu-list-container .menu-list-price dl .item-price::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  width: 40vw;
  max-width: 700px;
  border-bottom: dotted 2px #434343;
}

body main section .menu-list-container .menu-list-price dl dd:nth-of-type(2n) {
  position: initial;
  width: 100%;
  font-size: 16px;
  margin: 0 0 0 20px;
}

body main section .menu-list-container .menu-list-course {
  width: 100%;
  margin: 40px auto 0 auto;
}

body main section .menu-list-container .menu-list-course ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body main section .menu-list-container .menu-list-course ul li {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .menu-list-container .menu-list-course ul li .course-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #fc8d1e;
}

body main section .menu-list-container .menu-list-course ul li .course-price h3 {
  margin-right: 10px;
  color: #fc8d1e;
}

body main section .menu-list-container .menu-list-course ul li h5 {
  margin: 40px 0 15px 0;
}

body main section .menu-list-container .menu-takeout {
  width: 100%;
  margin: 40px auto 0 auto;
}

body main section .menu-list-container .menu-takeout ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main section .menu-list-container .menu-takeout ul li {
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
}

body main section .menu-list-container .menu-takeout ul li h3 {
  margin-bottom: 10px;
}

body main section .store-time {
  width: 100%;
  height: auto;
  padding: 0 40px;
}

body main section .store-time .headding-h2 {
  display: inline-block;
  border-bottom: 1px solid #fc8d1e;
  margin-bottom: 40px;
  color: #fc8d1e;
}

body main section .store-time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30%;
  width: 70%;
}

body main section .store-time dl dt {
  width: 25%;
  font-size: 24px;
}

body main section .store-time dl dd {
  width: 25%;
  font-size: 24px;
}

body main section .store-time h3 {
  margin-top: 40px;
  margin-left: 30%;
}

body main section .store-access {
  width: 100%;
  height: auto;
  padding: 0 40px;
  margin: 60px 0;
}

body main section .store-access .headding-h2 {
  display: inline-block;
  border-bottom: 1px solid #fc8d1e;
  margin-bottom: 40px;
  color: #fc8d1e;
}

body main section .store-access .access-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main section .store-access .access-info .g-map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body main section .store-access .access-info .address2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 40px;
}

body main section .store-access .access-info .address2 h4 {
  font-size: 24px;
}

body main section .uber {
  width: 100%;
  height: auto;
  padding: 0 40px;
  margin-bottom: 60px;
}

body main section .uber .headding-h2 {
  display: inline-block;
  border-bottom: 1px solid #fc8d1e;
  margin-bottom: 40px;
  color: #fc8d1e;
}

body main section .uber h4 #uber-link {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
}

body main section .sns {
  width: 100%;
  height: auto;
  padding: 0 40px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main section .sns .instagram {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .sns .instagram .headding-h2 {
  display: inline-block;
  border-bottom: 1px solid #fc8d1e;
  margin-bottom: 40px;
  color: #fc8d1e;
}

body main section .sns .instagram h4 #uber-link {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
}

body main section .sns .facebook {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .sns .facebook .headding-h2 {
  display: inline-block;
  border-bottom: 1px solid #fc8d1e;
  margin-bottom: 40px;
  color: #fc8d1e;
}

body main section .sns .facebook h4 #uber-link {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
}

body main .history-photo {
  margin: 20px 0;
}

body main .history-photo ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

body main .history-photo ul li {
  width: 30%;
}
/*# sourceMappingURL=page.css.map */