@charset "utf-8";
/* CSS Document */
/* font-family: 'Noto Sans JP', sans-serif; */
/* Noto Sans Japanese__Light300,Regular400,Medium500,Bold700,Black900 */
.section_top__img {
  height: 100%;
  width: 100%;
  padding-top: 15px;
}
.section_top__img div img {
  height: 333px;
  object-fit: cover;
}
.section_top {
  background-color: #FFF;
}
.section_top h1 {
  color: #FC393D;
  font-size: 3.0rem;
  font-weight: 700;
  margin: 50px 0 10px 0;
}
.section_top p {
  padding: 0 16px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.tuktuk {
  width: 235px;
  margin-left: 30px;
}
@media (min-width:600px) {
  .section_top__img div img {
    height: 100%;
    width: 100%;
  }
}
.section_about__title-line__about {
  height: 96px;
  width: 100%;
  background-image: url("../images/home/sec_about@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section_about__title-line__about img {
  width: 158px;
  margin: 0 auto;
  padding-top: 32px;
}
.section_about__features img, .section_about__spices img, .section_about__rice img {
    margin: 0 auto;
  padding: 16px;
  }
.section_about dl {
  width: 100%;
}
.section_about h2 {
  font-size: 3.4rem;
  font-weight: 700;
  color: #FC393D;
  padding: 90px 0;
  background-image: url("../images/home/tai-food_ring@2x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px;
  line-height: 3.5rem;
  width: 100%;
}
.section_about__car_w {
  display: none;
}

.section_about div dl dt {
  padding: 16px 16px 0;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
.section_about div dl dd {
  padding: 20px;
  text-align: left;
}
.h2_moom {
  line-height: 3.5rem;
}
.section_about__shop {
  padding: 0 16px;
}
.section_about__shop h2 {
  width: 100%;
}
.section_about__shop-img1, .section_about__shop-img2, .section_about__shop-img3 {
  padding-bottom: 16px;
  margin: 0 auto;
}
.section_about p {
  padding: 0 20px 60px;
  text-align: left;
  width: 100%;
}
@media (min-width:960px) {
  .section_about__features, .section_about__spices, .section_about__rice {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
  .section_about__features img, .section_about__spices img, .section_about__rice img {
    width: 50%;
    padding: 20px;
  }
  .section_about div dl {
    margin: auto 0;
    width: 50%;
  }
  .section_about .section_about__spices {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .section_about__car_w__container {
    width: 100%;
    position: relative;
  }
  .section_about__car_w {
    display: block;
    width: 300px;
    position: absolute;
    top: -150px;
    right: 130px;
  }
  .animation2 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-duration: 1.5s;
    width: 300px;
  }
  .keyframe2 {
    animation-name: anim_swing;
  }
  .section_about__shop-img1 {
    width: calc(100% / 2);
    padding: 20px;
    margin-left: 0;
  }
  .section_about__shop-img2 {
    width: calc(100% / 3);
    height: 50%;
    padding: 20px;
    margin-top: auto;
  }
  .section_about__shop-img3 {
    width: calc(100% / 4);
    height: 50%;
    z-index: 9;
    padding: 20px;
    margin-left: -100px;
    padding-bottom: 0;
  }
  .section_about__shop__container {
    display: flex;
  }
}
.section_shopinfo__title-line__shopinfo {
  height: 98px;
  width: auto;
  background-image: url("../images/home/sec_shopinfo@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section_shopinfo__title-line__shopinfo img {
  width: 248px;
  height: auto;
  margin: 0 auto;
  padding-top: 32px;
}
.section_shopinfo__shop-exterior {
  margin: 40px auto 0 auto;
  padding: 0 16px;
}
.section_shopinfo__infomation {
  width: 80%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.section_shopinfo__infomation p {
  text-align: left;
  font-weight: 600;
}
.section_shopinfo__infomation p span {
  font-weight: 500;
}
.section_shopinfo__infomation__shopname span {
  margin-left: 55px;
}
.section_shopinfo__infomation__address {
  display: flex;
}
.section_shopinfo__infomation__address__detail {
  margin-left: 55px;
  flex: 1;
}
.section_shopinfo__infomation__access span {
  margin-left: 23px;
}
.section_shopinfo__infomation__time {
  display: flex;
}
p span.section_shopinfo__infomation__time__item {
  font-weight: 600;
}
.section_shopinfo__infomation__time__detail {
  margin-left: 23px;
  flex: 1;
}
.section_shopinfo__infomation__tel span {
  margin-left: 58px;
}
.section_shopinfo__infomation__holiday span {
  margin-left: 39px;
}
.section_shopinfo__infomation__seats span {
  margin-left: 39px;
}
.section_shopinfo h2 {
  color: #00569E;
  font-size: 30px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 15px;
}
.google-calendar {
  width: 80vw;
  height: 80vw;
  overflow: hidden;
}
.parking_img {
  width: 80%;
  margin: 0 auto;
}
.section_shopinfo__car_gr {
  width: 200px;
  margin: 80px 0 0 30px;
}
.access-map {
  width: 100%;
  height: 334px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width:960px) {
  .section_shopinfo__container {
    display: flex;
    flex-wrap: wrap;
  }
  .section_shopinfo__container div {
    width: calc(100% / 2);
  }
  .section_shopinfo__infomation {
    margin: auto 0;
    padding-left: 30px;
  }
  .section_shopinfo__calendar, .section_shopinfo__parking {
    width: 100%;
  }
  .google-calendar {
    width: 90%;
    height: 90%;
  }
}
/* アニメーション */
.car-animation1 {
  animation-name: anim_swing;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
  width: 235px;
}
@keyframes anim_swing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100px);
  }
}
.car-animation2 {
  width: 100%;
}
.car_drive {
  width: 200px;
  margin-top: 80px;
  animation-name: anim_drive;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
  position: relative;
  top: 0;
}
@media (max-width:960px) {
  .car_drive {
    animation-duration: 3s;
  }
}
@keyframes anim_drive {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 200px);
  }
}