@charset "UTF-8";
/* 
 Theme Name: Kumpaya
 Author Name: Kojima office
 Description: KumpayaのためのWordpressテーマ
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/license/gp1-2.0.html
  */
body {
  font-family: "Kiwi Maru", serif;
  color: #434343;
  /*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
  /*中の要素*/
  /*左から右*/
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  /*slickのJSで書かれるタグ内、スライド左右の余白調整*/
}

body h1 {
  font-size: 35px;
}

body h2 {
  font-size: 30px;
  font-weight: bold;
}

body h3 {
  font-size: 24px;
  font-weight: normal;
}

body h4 {
  font-size: 18px;
  font-weight: normal;
}

body p {
  font-size: 16px;
  line-height: 1.8;
}

body span {
  font-size: 14px;
}

body a {
  font-size: 14px;
}

body span.bold {
  font-weight: bold;
  font-size: 18px;
}

body #header {
  width: 100%;
  height: 160px;
  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;
  position: relative;
}

body #header .openbtn4 {
  display: none;
}

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

body #header .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 .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 .header-nav ul li a .nav-icon2 {
  display: none;
}

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

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

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

body #header .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 .logo .logo-title {
  color: #fc8d1e;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.15;
  text-align: center;
}

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

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

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

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

body #header .info-l {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4px 0 0 8px;
  color: #fc8d1e;
  line-height: 1.2;
}

body #header .info-r {
  position: absolute;
  top: 0;
  right: 0;
  margin: 4px 8px 0 0;
  color: #fc8d1e;
  text-align: right;
  line-height: 1.2;
}

body #header.HeightMin {
  position: fixed;
  z-index: 999;
  /*最前面へ*/
  height: 110px;
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
  border-bottom: 3px solid #fc8d1e;
}

body #header.HeightMin .logo .logo-title {
  display: none;
}

body #header.HeightMin .logo .logo-english {
  font-size: 40px;
}

body #header.HeightMin .logo .logo-name {
  font-size: 20px;
}

body #header.HeightMin .info-l {
  display: none;
}

body #header.HeightMin .info-r {
  display: none;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-170px);
            transform: translateY(-170px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

body .fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

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

body .fadeInTrigger {
  opacity: 0;
}

body .bgextend,
body .bgextend2,
body .bgextend3 {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

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

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

body .bgappear,
body .bgappear2,
body .bgappear3 {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

body .bgLRextend::before,
body .bgLRextend2::before,
body .bgLRextend3::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

body .bgLRextend::before {
  background-color: #fc8d1e;
  /*伸びる背景色の設定*/
}

body .bgLRextend2::before {
  background-color: #f75021;
  /*伸びる背景色の設定*/
}

body .bgLRextend3::before {
  background-color: #fbb520;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

body .bgappearTrigger,
body .bgLRextendTrigger {
  opacity: 0;
}

body .bgappearTrigger2,
body .bgLRextendTrigger2 {
  opacity: 0;
}

body .bgappearTrigger3,
body .bgLRextendTrigger3 {
  opacity: 0;
}

body .slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

body .slider .slick-slide {
  margin: 60px 20px 0 20px;
  /*スライド左右の余白調整*/
}

body .hero {
  width: 100%;
  height: calc(100vh - 160px);
  position: relative;
}

body .hero #slider {
  width: 100%;
  height: calc(100vh - 160px);
}

body .hero #slider .hero-chai-message {
  position: absolute;
  bottom: 40px;
  right: 40px;
  color: #fff;
}

body .hero #slider .hero-chai-message h3 {
  font-size: 50px;
  text-align: right;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
}

body .hero #slider .hero-chai-message h2 {
  font-size: 70px;
  text-shadow: 6px 6px 6px rgba(0, 0, 0, 0.8);
}

body .hero #slider .hero-chai-message h2 br {
  display: none;
}

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

body main .dish-slider {
  width: 100%;
  height: auto;
}

body main section {
  width: 100%;
  height: auto;
  margin: 60px 0;
  /* Google Mapを囲う要素 */
}

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

body main section .content2-photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

body main section .content2-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  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 .content2-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;
}

body main section .content2-info-container-inner {
  margin: 0 40px;
}

body main section .content2-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 .content2-info-container-inner .heading h2 {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
  line-height: 1.3;
}

body main section .content2-info-container-inner .heading p {
  color: #fc8d1e;
  line-height: 1.2;
}

body main section .content2-info-container-inner .btn-container {
  margin: 40px auto 20px auto;
}

body main section .content2-info-container-inner .btn-container-p {
  color: #fc8d1e;
  line-height: 1.3;
  margin: 0;
}

body main section .content2-info-container-inner .btn-container .btn {
  background-color: #fc8d1e;
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body main section .content2-info-container-inner .btn-container .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  background-image: url(img/icon-story-30.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
          transform: translateX(-50%) translateY(-50%) rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

body main section .content2-info-container-inner .btn-container .btn:hover {
  color: #fc8d1e;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: -4px;
  margin-bottom: -4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  border: 1px solid #fc8d1e;
}

body main section .content2-info-container-inner .btn-container .btn:hover a {
  opacity: 0;
}

body main section .content2-info-container-inner .btn-container .btn:hover:after {
  height: 250%;
  opacity: 1;
}

body main section .content2-info-container-inner .btn-container .btn:active::after {
  height: 350%;
  opacity: 1;
}

body main section .content-image {
  width: 100%;
  height: 300px;
  background-image: url(img/concept.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: -10;
}

body main section .content-image-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;
}

body main section .content-image-container-inner {
  margin: 0 40px;
}

body main section .content-image-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 .content-image-container-inner .heading h2 {
  color: #f75021;
  border-bottom: 1px solid #f75021;
  line-height: 1.3;
}

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

body main section .content-image-container-inner p {
  text-align: center;
}

body main section .content-image-r {
  width: 100%;
  height: 800px;
  background-image: url(img/gapao.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 .content-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: 200px 80px 0 auto;
}

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

body main section .content-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 .content-image-r-container-inner .heading h2 {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
  line-height: 1.3;
}

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

body main section .content-image-r-container-inner .menu-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

body main section .content-image-r-container-inner .menu-name h3 {
  background: linear-gradient(45deg, #fdc830, #f37335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
}

body main section .content-image-r-container-inner .menu-name h4 {
  background: linear-gradient(45deg, #fdc830, #f37335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: 10px;
  font-size: 24px;
}

body main section .content-image-r-container-inner p {
  margin: 20px 0;
}

body main section .content-image-r-container-inner .btn-container {
  margin: 40px auto 20px auto;
}

body main section .content-image-r-container-inner .btn-container-p {
  color: #fc8d1e;
  line-height: 1.3;
  margin: 0;
}

body main section .content-image-r-container-inner .btn-container .btn {
  background-color: #fc8d1e;
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body main section .content-image-r-container-inner .btn-container .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  background-image: url(img/icon-thai-30.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
          transform: translateX(-50%) translateY(-50%) rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

body main section .content-image-r-container-inner .btn-container .btn:hover {
  color: #fc8d1e;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: -4px;
  margin-bottom: -4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  border: 1px solid #fc8d1e;
}

body main section .content-image-r-container-inner .btn-container .btn:hover a {
  opacity: 0;
}

body main section .content-image-r-container-inner .btn-container .btn:hover:after {
  height: 250%;
  opacity: 1;
}

body main section .content-image-r-container-inner .btn-container .btn:active::after {
  height: 350%;
  opacity: 1;
}

body main section .content3 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}

body main section .content3-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .content3-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;
  width: 90%;
}

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

body main section .content3-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 .content3-info-container-inner .heading h2 {
  color: #fbb520;
  border-bottom: 1px solid #fbb520;
  line-height: 1.3;
}

body main section .content3-info-container-inner .heading p {
  color: #fbb520;
  line-height: 1.2;
}

body main section .content3-info-container-inner .btn-container {
  margin: 40px auto 20px auto;
}

body main section .content3-info-container-inner .btn-container-p {
  color: #fbb520;
  line-height: 1.3;
  margin: 0;
}

body main section .content3-info-container-inner .btn-container .btn {
  background-color: #fbb520;
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body main section .content3-info-container-inner .btn-container .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  background-image: url(img/icon-taste-30.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
          transform: translateX(-50%) translateY(-50%) rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

body main section .content3-info-container-inner .btn-container .btn:hover {
  color: #fbb520;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: -4px;
  margin-bottom: -4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  border: 1px solid #fbb520;
}

body main section .content3-info-container-inner .btn-container .btn:hover a {
  opacity: 0;
}

body main section .content3-info-container-inner .btn-container .btn:hover:after {
  height: 250%;
  opacity: 1;
}

body main section .content3-info-container-inner .btn-container .btn:active::after {
  height: 350%;
  opacity: 1;
}

body main section .content3-cook {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

body main section .content3-cook ul {
  height: 100%;
  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-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .content3-cook ul li {
  max-width: 400px;
  width: 70%;
  height: 120px;
  padding: 8px 16px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main section .content3-cook ul li p {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px;
  font-size: 14px;
}

body main section .content3-cook ul li:nth-of-type(1) {
  background: url(img/cook-spice.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px #000;
          box-shadow: 3px 3px 6px #000;
  margin-right: 100px;
}

body main section .content3-cook ul li:nth-of-type(1) h3 {
  background: linear-gradient(45deg, #fdc830, #f37335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body main section .content3-cook ul li:nth-of-type(2) {
  background: url(img/cook-harb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px #000;
          box-shadow: 3px 3px 6px #000;
}

body main section .content3-cook ul li:nth-of-type(2) h3 {
  background: linear-gradient(45deg, #a8e063, #56ab2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body main section .content3-cook ul li:nth-of-type(3) {
  background: url(img/cook-seasoning.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px #000;
          box-shadow: 3px 3px 6px #000;
  margin-left: 100px;
}

body main section .content3-cook ul li:nth-of-type(3) h3 {
  background: linear-gradient(45deg, #ffdde1, #ee9ca7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body main section .content3::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#fceabb), to(#f8b500));
  background: linear-gradient(0deg, #fceabb, #f8b500);
  z-index: -10;
}

body main section .content4 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}

body main section .content4-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .content4-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;
  width: 90%;
}

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

body main section .content4-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 .content4-info-container-inner .heading h2 {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
  line-height: 1.3;
}

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

body main section .content4-info-container-inner .btn-container {
  margin: 40px auto 20px auto;
}

body main section .content4-info-container-inner .btn-container-p {
  color: #fc8d1e;
  line-height: 1.3;
  margin: 0;
}

body main section .content4-info-container-inner .btn-container .btn {
  background-color: #fc8d1e;
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body main section .content4-info-container-inner .btn-container .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  background-image: url(img/icon-menu-30.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
          transform: translateX(-50%) translateY(-50%) rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

body main section .content4-info-container-inner .btn-container .btn:hover {
  color: #fc8d1e;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: -4px;
  margin-bottom: -4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  border: 1px solid #fc8d1e;
}

body main section .content4-info-container-inner .btn-container .btn:hover a {
  opacity: 0;
}

body main section .content4-info-container-inner .btn-container .btn:hover:after {
  height: 250%;
  opacity: 1;
}

body main section .content4-info-container-inner .btn-container .btn:active::after {
  height: 350%;
  opacity: 1;
}

body main section .content4-info-container-inner .btn-container .btn2::after {
  background-image: url(img/icon-takeout-30.svg);
}

body main section .content4-info-container-inner .btn-container .btn2:hover {
  margin-bottom: -2px;
}

body main section .content4-cook {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
}

body main section .content4-cook ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body main section .content4-cook ul li {
  width: 40%;
  height: 170px;
  padding: 8px 16px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body main section .content4-cook ul li p {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 4px;
  font-size: 14px;
  text-align: center;
}

body main section .content4-cook ul li:nth-of-type(1) {
  background: url(img/cook-sweets.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px #000;
          box-shadow: 3px 3px 6px #000;
  margin: 0 15px 15px 0;
}

body main section .content4-cook ul li:nth-of-type(1) h3 {
  background: linear-gradient(45deg, #fdc830, #f37335);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body main section .content4-cook ul li:nth-of-type(2) {
  background: url(img/cook-beer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px #000;
          box-shadow: 3px 3px 6px #000;
  margin: 0 0 15px 15px;
}

body main section .content4-cook ul li:nth-of-type(2) h3 {
  background: linear-gradient(45deg, #a8e063, #56ab2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body main section .content4-cook ul li:nth-of-type(3) {
  background: url(img/cook-set.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px #000;
          box-shadow: 3px 3px 6px #000;
  margin: 15px 15px 0 0;
}

body main section .content4-cook ul li:nth-of-type(3) h3 {
  background: linear-gradient(45deg, #ffdde1, #ee9ca7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body main section .content4-cook ul li:nth-of-type(4) {
  background: url(img/cook-lunchbox.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px #000;
          box-shadow: 3px 3px 6px #000;
  margin: 15px 0 0 15px;
}

body main section .content4-cook ul li:nth-of-type(4) h3 {
  background: linear-gradient(45deg, #ffdde1, #ee9ca7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

body main section .content4::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 80%;
  height: 100%;
  background: linear-gradient(45deg, #fdc830, #f37335);
  z-index: -10;
}

body main section .content2-image {
  width: 100%;
  height: auto;
  background-image: url(img/setmenu-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 .content2-image-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;
  width: 70%;
}

body main section .content2-image-container-inner {
  margin: 0 40px;
}

body main section .content2-image-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 .content2-image-container-inner .heading h2 {
  color: #f75021;
  border-bottom: 1px solid #f75021;
  line-height: 1.3;
}

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

body main section .content2-image-container-inner p {
  text-align: center;
}

body main section .content2-image-container-inner .set-menu {
  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 .content2-image-container-inner .set-menu h4 {
  margin: 8px 0;
}

body main section .content2-image-container-inner .set-menu .lunch-set {
  margin-bottom: 40px;
}

body main section .content2-image-container-inner .set-menu .lunch-set ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main section .content2-image-container-inner .set-menu .lunch-set ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 45%;
  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 .content2-image-container-inner .set-menu .lunch-set ul li h3 {
  background: -webkit-gradient(linear, left bottom, left top, from(#f83600), to(#fe8c00));
  background: linear-gradient(0deg, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

body main section .content2-image-container-inner .set-menu .lunch-set ul li .set-info {
  width: 95%;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  padding: 8px;
}

body main section .content2-image-container-inner .set-menu .lunch-set ul li .set-info p {
  width: 100%;
  text-align: left;
}

body main section .content2-image-container-inner .set-menu .lunch-set ul li .set-info h4 {
  text-align: right;
}

body main section .content2-image-container-inner .set-menu .lunch-set ul li .set-info span {
  display: block;
  text-align: right;
}

body main section .content2-image-container-inner .set-menu .dinner-set ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main section .content2-image-container-inner .set-menu .dinner-set ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 45%;
  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 .content2-image-container-inner .set-menu .dinner-set ul li h3 {
  background: -webkit-gradient(linear, left bottom, left top, from(#f83600), to(#fe8c00));
  background: linear-gradient(0deg, #f83600, #fe8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

body main section .content2-image-container-inner .set-menu .dinner-set ul li .set-info {
  width: 95%;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  padding: 8px;
}

body main section .content2-image-container-inner .set-menu .dinner-set ul li .set-info p {
  width: 100%;
  text-align: left;
}

body main section .content2-image-container-inner .set-menu .dinner-set ul li .set-info h4 {
  text-align: right;
}

body main section .content2-image-container-inner .set-menu .dinner-set ul li .set-info span {
  display: block;
  text-align: right;
}

body main section .content2-image-container-inner .btn-container {
  margin: 40px auto 20px auto;
}

body main section .content2-image-container-inner .btn-container-p {
  color: #f75021;
  line-height: 1.3;
  margin: 0;
  text-align: left;
}

body main section .content2-image-container-inner .btn-container .btn {
  background-color: #f75021;
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body main section .content2-image-container-inner .btn-container .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  background-image: url(img/icon-set-30.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
          transform: translateX(-50%) translateY(-50%) rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

body main section .content2-image-container-inner .btn-container .btn:hover {
  color: #f75021;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: -4px;
  margin-bottom: -4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  border: 1px solid #f75021;
}

body main section .content2-image-container-inner .btn-container .btn:hover a {
  opacity: 0;
}

body main section .content2-image-container-inner .btn-container .btn:hover:after {
  height: 250%;
  opacity: 1;
}

body main section .content2-image-container-inner .btn-container .btn:active::after {
  height: 350%;
  opacity: 1;
}

body main section .content2-image-container-inner .btn-container .btn2:hover {
  margin-bottom: -2px;
}

body main section .content2-image-r {
  width: 100%;
  height: 700px;
  background-image: url(img/child-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 .content2-image-r-container {
  width: auto;
  height: auto;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 20px;
  outline: 1px solid #fbb520;
  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 80px 0 auto;
}

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

body main section .content2-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 .content2-image-r-container-inner .heading h2 {
  color: #fbb520;
  border-bottom: 1px solid #fbb520;
  line-height: 1.3;
}

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

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

body main section .content2-image-r-container-inner .set-menu {
  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 .content2-image-r-container-inner .set-menu .kids-set ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body main section .content2-image-r-container-inner .set-menu .kids-set ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  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 .content2-image-r-container-inner .set-menu .kids-set ul li h3 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fceabb), to(#f8b500));
  background: linear-gradient(0deg, #fceabb, #f8b500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

body main section .content2-image-r-container-inner .set-menu .kids-set ul li .set-info {
  width: 100%;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
  padding: 4px 80px;
}

body main section .content2-image-r-container-inner .set-menu .kids-set ul li .set-info p {
  width: 100%;
  text-align: center;
  margin: 0;
}

body main section .content2-image-r-container-inner .set-menu .kids-set ul li .set-info h4 {
  text-align: right;
}

body main section .content2-image-r-container-inner .set-menu .kids-set ul li .set-info span {
  display: block;
  text-align: right;
}

body main section .content2-image-r-container-inner .btn-container {
  margin: 40px auto 20px auto;
}

body main section .content2-image-r-container-inner .btn-container-p {
  text-align: left;
  color: #fbb520;
  line-height: 1.3;
  margin: 0;
}

body main section .content2-image-r-container-inner .btn-container .btn {
  background-color: #fbb520;
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body main section .content2-image-r-container-inner .btn-container .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  background-image: url(img/icon-child-30.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
          transform: translateX(-50%) translateY(-50%) rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

body main section .content2-image-r-container-inner .btn-container .btn:hover {
  color: #fbb520;
  margin-left: 2px;
  margin-top: 2px;
  margin-right: -4px;
  margin-bottom: -4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  border: 1px solid #fbb520;
}

body main section .content2-image-r-container-inner .btn-container .btn:hover a {
  opacity: 0;
}

body main section .content2-image-r-container-inner .btn-container .btn:hover:after {
  height: 250%;
  opacity: 1;
}

body main section .content2-image-r-container-inner .btn-container .btn:active::after {
  height: 350%;
  opacity: 1;
}

body main section .content5 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
}

body main section .content5-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main section .content5-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;
  width: 90%;
}

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

body main section .content5-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 .content5-info-container-inner .heading h2 {
  color: #fc8d1e;
  border-bottom: 1px solid #fc8d1e;
  line-height: 1.3;
}

body main section .content5-info-container-inner .heading p {
  color: #fc8d1e;
  line-height: 1.2;
}

body main section .content5-info-container-inner h4 {
  color: #fc8d1e;
  line-height: 1.3;
}

body main section .content5-info-container-inner h4:nth-of-type(1) {
  margin-top: 16px;
}

body main section .content5-info-container-inner .btn-container {
  margin: 40px auto 20px auto;
}

body main section .content5-info-container-inner .btn-container-p {
  color: #fc8d1e;
  line-height: 1.3;
  margin: 0;
}

body main section .content5-info-container-inner .btn-container .btn {
  background-color: #fc8d1e;
  color: #fff;
  width: 200px;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body main section .content5-info-container-inner .btn-container .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 100%;
  background: #fff;
  background-image: url(img/icon-info-30.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
          transform: translateX(-50%) translateY(-50%) rotate(30deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}

body main section .content5-info-container-inner .btn-container .btn:hover {
  color: #fc8d1e;
  margin-left: 3px;
  margin-top: 3px;
  margin-right: -4px;
  margin-bottom: -2px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 1px 1px 1px #fff;
  border: 1px solid #fc8d1e;
}

body main section .content5-info-container-inner .btn-container .btn:hover a {
  opacity: 0;
}

body main section .content5-info-container-inner .btn-container .btn:hover:after {
  height: 250%;
  opacity: 1;
}

body main section .content5-info-container-inner .btn-container .btn:active::after {
  height: 350%;
  opacity: 1;
}

body main section .content5-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 50%;
  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 main section .content5-image figure {
  max-width: 580px;
}

body main section .content5::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 80%;
  height: 100%;
  background: linear-gradient(45deg, #fdc830, #f37335);
  z-index: -10;
}

body main section .g-map {
  width: 100%;
}

body main section .g-map iframe {
  width: 100%;
}

body main section .local-info h3 {
  margin: 0 0 8px 16px;
}

body main section .local-info h3:nth-of-type(2) {
  margin-top: 30px;
}

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

body main section .local-info ul li {
  width: 19%;
}

body footer {
  background-color: #fc8d1e;
}

body footer .footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px;
  color: #fff;
}

body footer .copy {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 4px;
}
/*# sourceMappingURL=style.css.map */