@charset "UTF-8";
@media screen and (max-width: 600px) {
  body h1 {
    font-size: 26px;
  }
  body h2 {
    font-size: 20px;
    font-weight: normal;
  }
  body h3 {
    font-size: 17px;
    font-weight: normal;
  }
  body h4 {
    font-size: 15px;
    font-weight: normal;
  }
  body p {
    font-size: 14px;
    line-height: 1.8;
  }
  body span {
    font-size: 12px;
  }
  body a {
    font-size: 12px;
  }
  body span.bold {
    font-weight: bold;
    font-size: 15px;
  }
  body #header {
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  }
  body #header .logo {
    width: 100%;
    margin-right: 15px;
    margin-bottom: 0;
  }
  body #header .logo .logo-title {
    font-size: 14px;
  }
  body #header .logo .logo-english {
    color: #fc8d1e;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
  }
  body #header .logo .logo-name {
    color: #fc8d1e;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
  }
  body #header .openbtn4 {
    display: block;
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 70px;
    height: 50px;
    z-index: 999;
  }
  body #header .openbtn4 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fc8d1e;
    width: 45%;
  }
  body #header .openbtn4 span:nth-of-type(1) {
    top: 13px;
  }
  body #header .openbtn4 span:nth-of-type(2) {
    top: 19px;
  }
  body #header .openbtn4 span:nth-of-type(3) {
    top: 25px;
  }
  body #header .openbtn4.active2 span:nth-of-type(1) {
    top: 14px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }
  body #header .openbtn4.active2 span:nth-of-type(2) {
    opacity: 0;
  }
  body #header .openbtn4.active2 span:nth-of-type(3) {
    top: 26px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }
  body #header .header-nav {
    display: none;
  }
  body #header .tel-sp {
    display: initial;
    margin-right: 10px;
  }
  body #header .info-l {
    display: none;
  }
  body #header .info-r {
    display: none;
  }
  body #header.HeightMin {
    height: 70px;
  }
  body #header.HeightMin .logo .logo-title {
    display: none;
  }
  body #header.HeightMin .logo .logo-english {
    font-size: 30px;
  }
  body #header.HeightMin .logo .logo-name {
    font-size: 16px;
  }
  body #g-nav-tab {
    display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 900;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #ffefda;
    /*動き*/
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  body #g-nav-tab #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 20px solid #fc8d1e;
  }
  body #g-nav-tab #g-nav-list ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    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 #g-nav-tab #g-nav-list ul li {
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #434343;
    width: 260px;
  }
  body #g-nav-tab #g-nav-list ul li a {
    width: 260px;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    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;
    color: #434343;
  }
  body #g-nav-tab #g-nav-list ul li a .nav-icon2 {
    display: none;
  }
  body #g-nav-tab #g-nav-list ul li a span {
    color: #434343;
  }
  body #g-nav-tab #g-nav-list ul li a span img {
    margin-right: 8px;
  }
  body #g-nav-tab #g-nav-list ul li a:hover {
    color: #fc8d1e;
  }
  body #g-nav-tab #g-nav-list ul li a:hover .nav-icon {
    display: none;
  }
  body #g-nav-tab #g-nav-list ul li a:hover .nav-icon2 {
    display: initial;
  }
  body #g-nav-tab #g-nav-list ul li a:hover span {
    color: #fc8d1e;
  }
  body #g-nav-tab #g-nav-list ul li:hover {
    border-bottom: 1px solid #fc8d1e;
  }
  body #g-nav-tab #g-nav-list .g-nav-info {
    position: absolute;
    bottom: 5px;
    left: 20px;
  }
  body #g-nav-tab.panelactive {
    top: 0;
  }
  body .slider .slick-slide {
    margin: 10px 20px 20px 20px;
    /*スライド左右の余白調整*/
  }
  body .hero {
    height: calc(72vh - 90px);
  }
  body .hero #slider {
    height: calc(72vh - 90px);
  }
  body .hero #slider .hero-chai-message {
    bottom: 20px;
    right: 10px;
  }
  body .hero #slider .hero-chai-message h3 {
    font-size: 26px;
  }
  body .hero #slider .hero-chai-message h2 {
    font-size: 50px;
    text-align: right;
    line-height: 1.1;
  }
  body .hero #slider .hero-chai-message h2 br {
    display: initial;
  }
  body .menu-top {
    padding-top: 100px;
    height: auto;
  }
  body main .menuinfo-bar {
    padding: 0;
    margin-top: 40px;
    margin-bottom: -20px;
  }
  body main .menuinfo-bar .menu-pdf ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main .menuinfo-bar .menu-pdf ul li {
    width: 40%;
  }
  body main .menuinfo-bar .menu-pdf ul li a {
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
    max-width: 160px;
  }
  body main .menuinfo-bar .menu-category .tab li {
    margin: 0 20px;
  }
  body main section {
    margin: 40px 0;
  }
  body main section .content2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .content2-photo {
    height: 50%;
  }
  body main section .content2-info {
    width: 100%;
  }
  body main section .content2-info-container {
    width: 90%;
    margin: 20px;
  }
  body main section .content2-info-container-inner {
    margin: 20px;
  }
  body main section .content2-info-container-inner .btn-container {
    margin: 20px 0;
  }
  body main section .content-image {
    height: 280px;
  }
  body main section .content-image-container {
    background-color: rgba(255, 255, 255, 0.8);
  }
  body main section .content-image-container-inner {
    margin: 0 20px;
  }
  body main section .content-image-container::after {
    display: none;
  }
  body main section .content-image-r {
    height: 560px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main section .content-image-r-container {
    margin: 40px 20px;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  body main section .content-image-r-container-inner {
    margin: 0 20px;
  }
  body main section .content-image-r-container-inner .heading {
    padding: 0;
  }
  body main section .content-image-r-container-inner .menu-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .content-image-r-container-inner p {
    margin: 20px 0 0 0;
  }
  body main section .content-image-r-container-inner .btn-container {
    margin: 20px 0;
  }
  body main section .content-image-r-container::after {
    display: none;
  }
  body main section .content3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .content3-info {
    width: 100%;
  }
  body main section .content3-info-container-inner {
    margin: 0 20px;
  }
  body main section .content3-info-container-inner .btn-container {
    margin: 20px 0;
  }
  body main section .content3-cook {
    width: 100%;
  }
  body main section .content3-cook ul li:nth-of-type(1) {
    width: 80%;
    margin: 20px 0 0 0;
  }
  body main section .content3-cook ul li:nth-of-type(2) {
    width: 80%;
    margin: 15px 0;
  }
  body main section .content3-cook ul li:nth-of-type(3) {
    width: 80%;
    margin: 0 0 20px 0;
  }
  body main section .content3::after {
    width: 100%;
  }
  body main section .content4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body main section .content4-info {
    width: 100%;
  }
  body main section .content4-info-container-inner {
    margin: 0 20px;
  }
  body main section .content4-info-container-inner .btn-container {
    margin: 20px 0;
  }
  body main section .content4-cook {
    width: 100%;
    margin: 20px 0;
  }
  body main section .content4::after {
    width: 100%;
  }
  body main section .content2-image {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main section .content2-image-container {
    width: 90%;
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    height: auto;
  }
  body main section .content2-image-container-inner {
    margin: 0 20px;
  }
  body main section .content2-image-container-inner .btn-container {
    margin: 20px 0;
  }
  body main section .content2-image-container-inner .heading {
    padding: 0;
  }
  body main section .content2-image-container-inner p {
    text-align: left;
  }
  body main section .content2-image-container-inner .set-menu h4:nth-of-type(2) {
    margin-top: 20px;
  }
  body main section .content2-image-container-inner .set-menu .lunch-set ul {
    -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 .lunch-set ul li {
    width: 100%;
  }
  body main section .content2-image-container-inner .set-menu .lunch-set ul li .set-info {
    background-color: #fff;
  }
  body main section .content2-image-container-inner .set-menu .dinner-set ul {
    -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 .dinner-set ul li {
    width: 100%;
  }
  body main section .content2-image-container-inner .set-menu .dinner-set ul li .set-info {
    background-color: #fff;
  }
  body main section .content2-image-container::after {
    display: none;
  }
  body main section .content2-image-r {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body main section .content2-image-r-container {
    margin: 20px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
  }
  body main section .content2-image-r-container-inner {
    margin: 0 20px;
  }
  body main section .content2-image-r-container-inner .heading {
    padding: 0;
  }
  body main section .content2-image-r-container-inner .set-menu .kids-set ul li .set-info {
    background-color: #fff;
  }
  body main section .content2-image-r-container-inner .btn-container {
    margin: 20px 0;
  }
  body main section .content2-image-r-container::after {
    display: none;
  }
  body main section .content5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .content5-info {
    width: 100%;
  }
  body main section .content5-info-container-inner {
    margin: 0 20px;
  }
  body main section .content5-image {
    width: 100%;
    margin: 20px 0;
  }
  body main section .content5::after {
    width: 100%;
  }
  body #header-page {
    height: 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  }
  body #header-page .logo {
    width: 100%;
    margin-right: 13px;
    margin-bottom: 0;
  }
  body #header-page .logo .logo-english {
    font-size: 30px;
  }
  body #header-page .logo .logo-name {
    font-size: 16px;
  }
  body #header-page .header-nav {
    display: none;
  }
  body #header-page .tel-sp {
    display: initial;
    margin-right: 10px;
  }
  body #header-page .openbtn4 {
    display: block;
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 70px;
    height: 50px;
    z-index: 999;
  }
  body #header-page .openbtn4 span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fc8d1e;
    width: 45%;
  }
  body #header-page .openbtn4 span:nth-of-type(1) {
    top: 13px;
  }
  body #header-page .openbtn4 span:nth-of-type(2) {
    top: 19px;
  }
  body #header-page .openbtn4 span:nth-of-type(3) {
    top: 25px;
  }
  body #header-page .openbtn4.active2 span:nth-of-type(1) {
    top: 14px;
    left: 16px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 60%;
  }
  body #header-page .openbtn4.active2 span:nth-of-type(2) {
    opacity: 0;
  }
  body #header-page .openbtn4.active2 span:nth-of-type(3) {
    top: 26px;
    left: 16px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 60%;
  }
  body #header-page .header-nav {
    display: none;
  }
  body #header-page .info-l {
    display: none;
  }
  body #header-page .info-r {
    display: none;
  }
  body .page-topimage {
    padding-top: 70px;
    height: calc(50vh + 70px);
  }
  body .page-topimage-title {
    margin: auto 20px 20px auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0 40px;
    /*横の大きさ*/
  }
  body .page-topimage-title h1 {
    font-size: 24px;
  }
  body main section .content-p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .content-p-info {
    width: 100%;
  }
  body main section .content-p-info-container-inner {
    margin: 0 20px;
  }
  body main section .content-p-info-container-inner .heading p {
    margin: 0;
  }
  body main section .content-p-photo {
    width: 100%;
  }
  body main section .content-p-info2 {
    width: 100%;
  }
  body main section .content-p-info2-container-inner {
    margin: 0 20px;
  }
  body main section .content-p-info2-container-inner .heading p {
    margin: 0;
  }
  body main section .timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .timeline-thai, body main section .timeline-japan {
    width: 100%;
    padding: 0;
  }
  body main section .timeline-thai .flag, body main section .timeline-japan .flag {
    margin-bottom: 10px;
    height: 50px;
  }
  body main section .timeline-thai .flag img, body main section .timeline-japan .flag img {
    height: 100%;
    width: auto;
  }
  body main section .timeline-thai dl dt, body main section .timeline-japan dl dt {
    width: 4em;
  }
  body main section .timeline-thai dl dt::after, body main section .timeline-japan dl dt::after {
    right: -1.3em;
  }
  body main section .timeline-thai dl dd, body main section .timeline-japan dl dd {
    padding: 0.5em 1.5em 1em;
  }
  body main section .timeline-thai dl dd:last-child, body main section .timeline-japan dl dd:last-child {
    margin-bottom: 20px;
  }
  body main section .recommend ul {
    -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 .recommend ul li {
    width: 70%;
    margin-bottom: 30px;
  }
  body main section .recommend ul li figure {
    border: 20px solid #ffefda;
  }
  body main section .recommend ul li p {
    padding: 0;
  }
  body main section .thaifood p {
    width: 80%;
  }
  body main section .thaifood ul {
    width: 100%;
  }
  body main section .thaifood ul li {
    width: 45%;
    height: 160px;
  }
  body main section .content3-image-r, body main section .content4-image-r, body main section .content5-image-r, body main section .content6-image-r, body main section .content7-image-r {
    height: 570px;
  }
  body main section .content3-image-r-container, body main section .content4-image-r-container, body main section .content5-image-r-container, body main section .content6-image-r-container, body main section .content7-image-r-container {
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  body main section .content3-image-r-container-inner, body main section .content4-image-r-container-inner, body main section .content5-image-r-container-inner, body main section .content6-image-r-container-inner, body main section .content7-image-r-container-inner {
    margin: 0 20px;
  }
  body main section .content3-image-r-container-inner .heading, body main section .content4-image-r-container-inner .heading, body main section .content5-image-r-container-inner .heading, body main section .content6-image-r-container-inner .heading, body main section .content7-image-r-container-inner .heading {
    padding: 0;
  }
  body main section .content3-image-r-container-inner p, body main section .content4-image-r-container-inner p, body main section .content5-image-r-container-inner p, body main section .content6-image-r-container-inner p, body main section .content7-image-r-container-inner p {
    text-align: left;
  }
  body main section .content3-image-r-container::after, body main section .content4-image-r-container::after, body main section .content5-image-r-container::after, body main section .content6-image-r-container::after, body main section .content7-image-r-container::after {
    display: none;
  }
  body main section .chaifood p {
    width: 80%;
  }
  body main section .seasoning4 {
    width: 90%;
  }
  body main section .seasoning4 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main section .seasoning4 ul li {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .seasoning4-img {
    height: 200px;
  }
  body main section .menuinfo-bar {
    padding: 0;
  }
  body main section .menuinfo-bar .menu-pdf ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body main section .menu-list-container {
    padding: 0;
  }
  body main section .menu-list-container .menu-list-price {
    width: 100%;
  }
  body main section .menu-list-container .menu-list-price dl dt {
    font-size: 18px;
    padding: 0 10px 0 0px;
  }
  body main section .menu-list-container .menu-list-price dl .item-price {
    font-size: 18px;
    padding: 0 0 0 10px;
  }
  body main section .menu-list-container .menu-list-price dl .item-price::after {
    width: 80vw;
    max-width: 700px;
    border-bottom: dotted 2px #434343;
  }
  body main section .menu-list-container .menu-list-price dl dd:nth-of-type(2n) {
    font-size: 14px;
  }
  body main section .menu-list-container .menu-list-course ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  body main section .menu-list-container .menu-list-course ul li {
    width: 100%;
    margin-bottom: 40px;
  }
  body main section .menu-list-container .menu-takeout ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .menu-list-container .menu-takeout ul li {
    width: 100%;
  }
  body main section .store-time {
    padding: 0 20px;
  }
  body main section .store-time dl {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  body main section .store-time dl dt {
    width: 48%;
    font-size: 20px;
  }
  body main section .store-time dl dd {
    width: 48%;
    font-size: 20px;
  }
  body main section .store-time h3 {
    margin-left: 0;
  }
  body main section .store-access {
    padding: 0 20px;
  }
  body main section .store-access .access-info {
    -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 .store-access .access-info .g-map2 {
    width: 100%;
  }
  body main section .store-access .access-info .g-map2 iframe {
    width: 100%;
  }
  body main section .store-access .access-info .address2 {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  body main section .store-access .access-info .address2 h4 {
    font-size: 18px;
  }
  body main section .uber {
    padding: 0 20px;
  }
  body main section .sns {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body main section .sns .instagram {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body main section .sns .facebook {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 60px;
  }
  body footer .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=sp.css.map */