@charset "utf-8";

/* -------------------------------------- */
/* common */
/* -------------------------------------- */
body {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
main {
  overflow-x: hidden;
}
@media screen and (max-width:767px) {
  main {
    padding-top: 100px;
  }
}
@media screen and (max-width:480px) {}

.ta-c {
  text-align: center;
}
.bold {
  font-weight: bold;
}
.c-white {
  color: #fff;
}
.c-lightbrown {
  color: #89662d;
}
.c-red {
  color: #a12626;
}
.bg-colored {
  background-color: #faf8f5;
}
.note {
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .note {
    font-size: 3.2vw;
  }
}
@media screen and (max-width:480px) {
  .note {
    font-size: 1.3rem;
  }
}

.flex {
  display: flex;
}

/* セクション 余白調整 */
.sec-wrap {
  padding: 100px 0 80px;
}

/* セクションタイトル */
.sec-ttl {
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}
.sec-ttl::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 11px;
  height: 11px;
  background: url(../images/common/sec_ttl_icon.png) 50% 50% / cover no-repeat;
}
.sec-ttl.c-white::before {
  background: url(../images/common/sec_ttl_icon_w.png) 50% 50% / cover no-repeat;
}
.sec-ttl span {
  display: block;
}
.sec-ttl .ja {
  font-size: 4rem;
  line-height: 1.2;
}
.sec-ttl .en {
  font-size: 1.8rem;
}
.sec-ttl .ja .small {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .sec-ttl .ja {
    font-size: 7vw;
  }
  .sec-ttl .ja .small {
    font-size: 4.5vw;
    display: block;
  }
}
@media screen and (max-width:480px) {
  .sec-ttl .ja {
    font-size: 3rem;
  }
  .sec-ttl .en {
    font-size: 1.6rem;
  }
}

/* 本文 */
.text {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width:767px) {
  .text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width:480px) {
  .text {
    font-size: 1.4rem;
  }
}

/* ボタン */
.more-btn {
  display: block;
  text-align: center;
  max-width: 306px;
  width: 80%;
  height: 50px;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 1.5rem;
  color: #000;
  background: #fff;
  line-height: 1;
  text-decoration: none;
  border: 1px solid #dddad7;
  position: relative;
  padding: 2px;
  /* transition: .3s; */
}
.more-btn:hover {
  opacity: 1;
  color: #89662d;
  border: 1px solid #a2875a;
}
.more-btn .btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #f6f3f0;
  border-radius: 23px;
  /* transition: .3s; */
}
.more-btn::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 8px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.more-btn.dark {
  color: #fffdfc;
  background: #2f2a25;
}
.more-btn.dark .btn-inner {
  border-color: #5f513b;
}
.more-btn .btn-inner .small {
  font-size: 1.3rem;
}
.more-btn.dark:hover {
  color: #fffdfc;
  background: #675539;
}
.more-btn.dark:hover .btn-inner {
  border-color: #907850;
}
.more-btn.wide {
  max-width: 430px;
}
.more-btn02 {
  display: inline-block;
  font-size: 1.5rem;
  max-width: 220px;
  width: 100%;
  padding: 5px 2px;
  border-bottom: 3px double #e1dfdd;
  position: relative;
}
.more-btn02::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 24px;
  height: 8px;
  background: url(../images/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.more-btn02:hover {
  opacity: 1;
  color: #89662d;
  border-bottom: 3px double #d1c3ab;
}
.more-btn02.c-white {
  border-bottom: 3px double rgba(255,255,255,0.2);
}
.more-btn02.c-white::before {
  background: url(../images/common/btn_arrow_w.png) 50% 50% / cover no-repeat;
}
.more-btn02.c-white:hover {
  color: #fff;
  border-bottom: 3px double rgba(255,255,255,0.4);
}
@media screen and (max-width: 767px) {
  .more-btn {
    font-size: 3.5vw;
    max-width: none;
    width: 90%;
    height: auto;
    padding: 4px;
    border-radius: 100px;
  }
  .more-btn.wide {
    max-width: none;
  }
  .more-btn .btn-inner {
    padding: 30px 0;
    border-radius: 100px;
    flex-direction: column;
  }
  .more-btn .btn-inner .small {
    font-size: 2.7vw;
  }
  .more-btn .btn-inner .sp-upper {
    margin-bottom: 8px;
  }
  .more-btn02 {
    font-size: 3.2vw;
    max-width: 340px;
    min-width: 240px;
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .more-btn {
    font-size: 1.6rem;
  }
  .more-btn .btn-inner {
    padding: 20px 0;
  }
  .more-btn02 {
    font-size: 1.6rem;
  }
  .more-btn .btn-inner .small {
    font-size: 1.2rem;
  }
}

/* 下層ページ MV */
.page-ttl-area {
  height: 300px;
  background: url(../images/about/mv_about_bg.png) 50% 50% / cover no-repeat;
}
.page-ttl-area .contents-wrap {
  height: 100%;
}
.page-ttl-area .page-size {
  position: relative;
  height: 100%;
}
.page-ttl-area .ttl-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-ttl-area .page-ttl {
  display: inline-block;
  min-width: 365px;
  text-align: center;
  color: #fff;
  padding: 30px 30px 25px;
  position: relative;
}
.page-ttl-area .page-ttl .ja {
  display: block;
  font-size: 3.4rem;
  line-height: 1;
}
.page-ttl-area .page-ttl .en {
  font-size: 1.4rem;
}
.page-ttl-area .page-ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(255,255,255,0.3);
}
.page-ttl-area .page-ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 5px;
  left: 5px;
  border: 1px solid rgba(255,255,255,0.15);
}
@media screen and (max-width:767px){}
@media screen and (max-width:480px){
  .page-ttl-area {
    height: 240px;
  }
  .page-ttl-area .page-ttl {
    min-width: 300px;
    padding: 25px 20px 18px;
  }
  .page-ttl-area .page-ttl .ja {
    font-size: 2.5rem;
  }
  .page-ttl-area .page-ttl .en {
    font-size: 1.2rem;
  }
}

/* パンクズ */
.breadcrumbs {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  font-size: 1.3rem;
  background: #fff;
  padding: 9px 18px 6px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li::after {
  content: ">";
  padding: 0 0.2em;
  color: #a49e9e;
}
.breadcrumbs li:last-of-type:after {
  content: none;
}
.breadcrumbs li a {
  text-decoration: underline;
}
.breadcrumbs li .current {
  color: #89662d;
}
@media screen and (max-width:767px){}
@media screen and (max-width:480px){
  .breadcrumbs {
    right: -10px;
  }
}

/* 2カラム (テキスト左 画像右 画面端まで) */
.half-wide-content {
  display: flex;
  justify-content: space-between;
}
.half-wide-content.reverse {
  flex-direction: row-reverse;
}
.half-wide-content .text-area {
  width: 50%;
  padding: 0 20px 0 15px;
}
.half-wide-content.reverse .text-area {
  padding: 0 15px 0 20px;
}
.half-wide-content .text-area .text-area-inner {
  max-width: 520px;
  margin-left: auto;
}
.half-wide-content.reverse .text-area .text-area-inner {
  margin-left: 0;
  margin-right: auto;
}
.half-wide-content .img-area {
  width: 48%;
  max-height: 480px;
  position: relative;
}
.half-wide-content .img-area .img-area-inner {
  height: 100%;
  padding-top: 66%;
}
.half-wide-content .img-area .img-area-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background:url(../images/top/food_business_img.png) center / cover no-repeat;
}
@media screen and (max-width:767px) {
  .half-wide-content {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .half-wide-content.reverse {
    flex-direction: column-reverse;
  }
  .half-wide-content .text-area {
    width: 100%;
    padding: 0;
  }
  .half-wide-content.reverse .text-area {
    padding: 0;
  }
  .half-wide-content .text-area .text-area-inner {
    max-width: none;
  }
  .half-wide-content .img-area {
    width: 100%;
    max-height: none;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:480px) {
  .half-wide-content {
    padding: 0 10px;
  }
}

/* シングルカラム (テキスト左) */
.wide-content {
    max-width: 1080px;
    margin: 0 auto 60px;
}
.wide-content.reverse {
  flex-direction: row-reverse;
}
.wide-content .sub-ttl {
    font-size: 3.2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
  .wide-content {
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .wide-content.reverse {
    flex-direction: column-reverse;
  }
  .wide-content.sub-ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
    }
}

/* -------------------------------------- */
/* TOPページ */
/* -------------------------------------- */
/* MV */
.top_mv .mv-slider img {
  width: 100%;
}
.top_mv .slick-dots {
  bottom: -34px;
}
.top_mv .slick-dots li {
  margin: 0;
}
.top_mv .slick-dots li button::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #cac0b1;
  border-radius: 50%;
}
.top_mv .slick-dots li.slick-active button::before,
.top_mv .slick-dots li:hover button::before {
  background-color: #a2875a;
}
.top_mv .slick-dots li.slick-active button::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #a2875a;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 理念 */
.top_philosophy {}
.top_philosophy .page-size {
  position: relative;
}
.top_philosophy .page-size::before {
  position: absolute;
  content: "";
  bottom: -277px;
  left: -220px;
  width: 524px;
  height: 363px;
  background: url(../images/top/rinen_img01.png) 50% 50% / cover no-repeat;
  z-index: 0;
}
.top_philosophy .page-size::after {
  position: absolute;
  content: "";
  top: -190px;
  right: -233px;
  width: 414px;
  height: 448px;
  background: url(../images/top/rinen_img02.png) 50% 50% / cover no-repeat;
  z-index: 0;
}
.top_philosophy .catch-wrap {
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.top_philosophy .catch-wrap .catch {
  display: inline-block;
  font-size: 3.5rem;
  font-weight: bold;
  position: relative;
  text-shadow: 0 0 8px #fff;
}
.top_philosophy .catch-wrap .catch::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 50px;
  top: -10px;
  left: -20px;
  background: url(../images/top/catch_bg01.png) 50% 50% / cover no-repeat;
}
.top_philosophy .catch-wrap .catch::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30px;
  height: 50px;
  bottom: -10px;
  right: -20px;
  background: url(../images/top/catch_bg02.png) 50% 50% / cover no-repeat;
}
.top_philosophy .catch-wrap + .text {
  text-shadow: 0 0 4px #fff;
  position: relative;
  z-index: 1;
}
.slick-slide img.sp {
  display: none;
}
@media screen and (max-width:767px) {
  .slick-slide img.pc {
    display: none;
  }
  .slick-slide img.sp {
    display: block;
  }
}

/* 商品紹介 */
.top_lineup {
  background: url(../images/top/lineup_bg.png) 50% 0 / cover no-repeat;
}
.top_lineup .item-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.top_lineup .item-list li {
  width: 24%;
  background: #fff;
  position: relative;
}
.top_lineup .item-list li::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #a2885a transparent;
}
.top_lineup .item-list li a {
  display: block;
  padding-top: 35px;
  padding-bottom: 20px;
}
.top_lineup .item-name {
  font-size: 2.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  min-height: 4em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_lineup .item-name .small {
  font-size: 1.2rem;
  display: block;
}
.top_lineup .item-img img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .top_lineup .item-list {
    flex-wrap: wrap;
  }
  .top_lineup .item-list li {
    width: 48%;
    margin-bottom: 4%;
  }
  .top_lineup .item-name {
    font-size: 4.5vw;
  }
  .top_lineup .item-name .small {
    font-size: 2vw;
  }
}
@media screen and (max-width:480px) {}

/* オンラインショップ */
.top_onlineshop {
  background: #faf8f5;
}
.top_onlineshop .flex {
  justify-content: space-between;
  margin-bottom: 55px;
}
.top_onlineshop .flex .left {
  max-width: 440px;
  width: 40.1%;
}
.top_onlineshop .flex .left .img-area {
  margin-bottom: 25px;
}
.top_onlineshop .flex .right {
  display: flex;
  justify-content: space-between;
  max-width: 620px;
  width: 57.4%;
}
.top_onlineshop .flex .right .img-area {
  width: 48.38%;
}
.top_onlineshop .flex .right .fb-area {
  width: 48.38%;
}
@media screen and (max-width:767px) {
  .top_onlineshop .flex {
    flex-direction: column;
  }
  .top_onlineshop .flex .left {
    max-width: none;
    width: 100%;
  }
  .top_onlineshop .flex .left .text-area {
    margin-bottom: 20px;
  }
  .top_onlineshop .flex .right {
    flex-direction: column;
    max-width: none;
    width: 100%;
  }
  .top_onlineshop .flex .right .img-area {
    width: 100%;
    margin-bottom: 40px;
  }
  .top_onlineshop .flex .right .img-area img {
    width: 100%;
  }
  .top_onlineshop .flex .right .fb-area {
    width: 100%;
  }
  .top_onlineshop .flex .right .fb-area img {
    width: 100%;
  }
}

/* 飲食店の皆様へ */
.top_food-business {}
.top_food-business .sub-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 1px solid #e1dfdd;
  padding-top: 20px;
  padding-bottom: 5px;
  margin-bottom: 12px;
}
.top_food-business .sub-ttl + .text {
  margin-bottom: 23px;
}
.top_food-business .more-btn {
  margin-bottom: 14px;
}
.top_food-business .note {
  font-size: 1.3rem;
}
.top_food-business .under-line {
  display: inline-block;
  border-bottom: 1px solid #191818;
  line-height: 1.1;
}
@media screen and (max-width:767px) {
  .top_food-business .sub-ttl {
    font-size: 3.8vw;
    padding-top: 40px;
  }
  .top_food-business .sub-ttl + .text {
    margin-bottom: 40px;
  }
  .top_food-business .note {
    font-size: 2.6vw;
  }
}
@media screen and (max-width:480px) {
  .top_food-business .sub-ttl {
    font-size: 1.8rem;
  }
  .top_food-business .note {
    font-size: 1.2rem;
  }
}
/* フレッシュライスマチダについて */
.top_about {
  background: url(../images/top/top_about_bg.png) 50% 50% / cover no-repeat;
}
.top_about .flex {
  justify-content: space-between;
}
.top_about .flex .left {
  width: 48.14%;
}
.top_about .flex .right {
  width: 48.14%;
}
.top_about .text .under-line {
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 1.1;
}
.top_about .text {
  margin-bottom: 12px;
}
.top_about .company-name {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.top_about .more-btn02:first-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .top_about .flex {
    flex-direction: column-reverse;
  }
  .top_about .flex .left,
  .top_about .flex .right {
    width: 100%;
  }
  .top_about .flex .right {
    margin-bottom: 50px;
  }
}

/* お知らせ */
.top_information {}
.top_information .flex {
  justify-content: space-between;
}
.top_information .flex .left {
  width: 180px;
}
.top_information .sec-ttl02 {
  font-weight: 600;
  padding-top: 20px;
  border-top: 2px solid #a2875a;
}
.top_information .sec-ttl02 .ja {
  font-size: 2.8rem;
}
.top_information .sec-ttl02 .en {
  font-size: 1.5rem;
}
.top_information .flex .right {
  max-width: 860px;
  width: 100%;
}
.top_information .information-list {
  margin-bottom: 30px;
}
.top_information .information-list li {
  border-top: 1px solid #e1dfdd;
}
.top_information .information-list li:last-of-type {
  border-bottom: 1px solid #e1dfdd;
}
.top_information .information-list li a {
  display: flex;
  align-items: center;
  padding: 14px 40px 12px 5px;
  position: relative;
}
.top_information .information-list li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 24px;
  height: 8px;
  background: url(../images/common/btn_arrow.png) 50% 50% / cover no-repeat;
}
.top_information .information-list li a:hover {
  opacity: 1;
}
.top_information .information-list li a .date {
  font-size: 1.4rem;
  margin-right: 20px;
}
.top_information .information-list li a .information-ttl {
  font-size: 1.5rem;
}
.top_information .information-list li a:hover .information-ttl {
  color: #89662d;
}
.top_information .more-btn02 {
  display: block;
  max-width: 125px;
  margin-left: auto;
}
@media screen and (max-width:767px) {
  .top_information .flex {
    flex-direction: column;
  }
  .top_information .flex .left {
    width: 100%;
  }
  .top_information .sec-ttl02 {
    padding: 30px 5px;
  }
  .top_information .sec-ttl02 .en {
    display: none;
  }
  .top_information .information-list li a {
    flex-direction: column;
    align-items: start;
    padding: 20px 40px 20px 5px;
  }
  .top_information .information-list li a .date {
    font-size: 3vw;
  }
  .top_information .information-list li a .information-ttl {
    font-size: 3.2vw;
  }
  .top_information .more-btn02 {
    max-width: 200px;
    min-width: auto;
    width: 45%;
  }
}
@media screen and (max-width:480px) {
  .top_information .sec-ttl02 {
    padding: 20px 5px;
  }
  .top_information .sec-ttl02 .ja {
    font-size: 2.2rem;
  }
  .top_information .information-list li {}
  .top_information .information-list li a .date {
    font-size: 1.4rem;
  }
  .top_information .information-list li a .information-ttl {
    font-size: 1.6rem;
  }
}

/* -------------------------------------- */
/* aboutページ */
/* -------------------------------------- */
.about {}

/* リード */
.about .lead {
  padding-top: 80px;
  padding-bottom: 70px;
  background: #faf8f5;
}
.about .lead .img-area {
  margin-bottom: 40px;
}
.about .lead .text {
  font-size: 1.6rem;
}
.about .lead .text .c-lightbrown {
  font-weight: 600;
}

/* 店内・設備 */
.about .facilities {
  padding-bottom: 0;
}
.about .facilities .half-wide-content {
  margin-bottom: 60px;
}
.about .facilities .half-wide-content .img-area {
  max-height: 460px;
}
.about .facilities .half-wide-content .img-area .img-area-bg {
  background:url(../images/about/about_img02.png) center / cover no-repeat;
}
.about .facilities .text {
  margin-bottom: 20px;
}
.about .facilities .more-btn02 {
  display: block;
  max-width: 170px;
  margin-left: auto;
  margin-bottom: 50px;
}
.about .facilities .more-btn02:last-of-type {
  margin-bottom: 0;
}
.about .facilities .more-btn02:last-of-type::before {
  top: 12px;
  transform: rotate(90deg);
}
.about .facilities .col3 {
  display: flex;
}
.about .facilities .col3 li {
  width: 33.33%;
}
.about .facilities .col3 li:nth-of-type(2) {
  width: 33.34%;
}
.about .facilities .col2 li {
  width: 50%;
}
.about .facilities .col3 li img,
.about .facilities .col2 li img {
  width: 100%;
}


/* サービス */
.about .service {
  background: #faf8f5;
}
.about .service .half-wide-content {
  margin-bottom: 30px;
}
.about .service .half-wide-content .img-area {
  max-height: 350px;
}
.about .service .half-wide-content .img-area .img-area-bg {
  background: url(../images/about/about_img06.png) center / cover no-repeat;
}
.about .service .half-wide-content .text-area {
  padding-top: 12px;
}
.about .service .half-wide-content .text-area .sub-ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.about .service .flex {
  justify-content: space-between;
  margin-bottom: 25px;
}
.about .service .flex .left {
  max-width: 760px;
  width: 70.37%;
}
.about .service .flex .left .sub-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e1dfdd;
}
.about .service .flex .left .area-list li {
  display: flex;
  margin-bottom: 20px;
}
.about .service .flex .left .area-list li .area-ttl {
  font-size: 1.6rem;
  font-weight: 600;
  max-width: 130px;
  width: 100%;
  margin-right: 15px;
}
.about .service .flex .left .area-list li .area-detail {
  font-size: 1.5rem;
  max-width: 620px;
  width: 81%;
}
.about .service .flex .left .area-list li .area-detail .small {
  font-size: 1.3rem;
}
.about .service .flex .right {
  max-width: 290px;
  width: 26.85%;
  padding-right: 10px;
}
.about .service .flex .right img {
  width: 100%;
  height: auto;
}
.about .service .benefits-wrap .ttl-wrap {
  margin-bottom: 60px;
}
.about .service .benefits-wrap .ttl-wrap .img-area {
  margin-bottom: 20px;
}
.about .service .benefits-wrap .ttl-wrap .ttl {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.about .service .benefits-wrap .ttl-wrap .c-red {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.about .service .benefits-wrap .benefits-list {
  display: flex;
}
.about .service .benefits-wrap .benefits-list li {
  width: 33.33%;
  padding: 10px 30px;
}
.about .service .benefits-wrap .benefits-list li:nth-of-type(2) {
  border-left: 1px solid #e1dfdd;
  border-right: 1px solid #e1dfdd;
}
.about .service .benefits-wrap .benefits-list li .icon-area {
  max-width: 140px;
  margin: 0 auto 30px;
}
.about .service .benefits-wrap .benefits-list li .benefit-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 10px;
}

/* 店舗情報 */
.about .shop-information .flex {
  justify-content: space-between;
}
.about .shop-information .flex .left,
.about .shop-information .flex .right {
  max-width: 520px;
  width: 48.14%;
}
.about .shop-information .flex .ttl {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
.about .shop-information .outline-list li {
  display: flex;
  padding: 20px 0;
  font-size: 1.5rem;
  border-top: 1px solid #e1dfdd;
}
.about .shop-information .outline-list li:last-of-type {
  border-bottom: 1px solid #e1dfdd;
}
.about .shop-information .outline-list li .item-ttl {
  font-weight: 600;
  max-width: 72px;
  width: 100%;
  padding-left: 8px;
  margin-right: 30px;
}
.about .shop-information .outline-list li .item-detail {
  max-width: 416px;
  width: 80%;
  line-height: 2;
}
.about .shop-information .outline-list li .item-detail .small {
  font-size: 1.3rem;
}
.about .shop-information .outline-list li .item-detail .flex {
  justify-content: start;
}
.about .shop-information .outline-list li .item-detail .flex .detail-ttl {
  max-width: 68px;
  width: 100%;
  margin-right: 20px;
}
.about .shop-information .map-area {
  margin-bottom: 20px;
}
.about .shop-information .access-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1dfdd;
}
@media screen and (max-width:767px){
  .about .lead .text {
    font-size: 3.4vw;
    text-align: left;
  }
  .about .facilities .col2 {
    display: flex;
  }
  .about .service .half-wide-content .text-area .sub-ttl {
    font-size: 5vw;
  }
  .about .service .flex {
    flex-direction: column-reverse;
    margin-bottom: 10vw;
  }
  .about .service .flex .left {
    max-width: none;
    width: 100%;
  }
  .about .service .flex .right {
    max-width: 450px;
    width: 80%;
    padding-right: 0;
    margin: 0 auto 50px;
  }
  .about .service .flex .left .sub-ttl {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .about .service .flex .left .area-list li {
    flex-direction: column;
    margin-bottom: 8vw;
  }
  .about .service .flex .left .area-list li .area-ttl {
    font-size: 3.5vw;
    max-width: none;
    margin-bottom: 2vw;
  }
  .about .service .flex .left .area-list li .area-detail {
    font-size: 3.2vw;
    max-width: none;
    width: 100%;
  }
  .about .service .flex .left .area-list li .area-detail .small {
    font-size: 3.2vw;
  }
  .about .service .benefits-wrap .ttl-wrap .img-area {
    width: 80%;
    max-width: 538px;
    margin: 0 auto 30px;
  }
  .about .service .benefits-wrap .ttl-wrap .ttl {
    font-size: 5vw;
    letter-spacing: -2px;
  }
  .about .service .benefits-wrap .ttl-wrap .c-red {
    font-size: 4vw;
  }
  .about .service .benefits-wrap .benefits-list {
    flex-direction: column;
  }
  .about .service .benefits-wrap .benefits-list li {
    width: 100%;
    margin-bottom: 8vw;
  }
  .about .service .benefits-wrap .benefits-list li:last-of-type {
    margin-bottom: 0;
  }
  .about .service .benefits-wrap .benefits-list li:nth-of-type(2) {
    border: none;
  }
  .about .service .benefits-wrap .benefits-list li .benefit-ttl {
    font-size: 4.6vw;
  }
  .about .shop-information .flex {
    flex-direction: column;
    margin-bottom: 3vw;
  }
  .about .shop-information .flex .left,
  .about .shop-information .flex .right {
    width: 100%;
    max-width: none;
  }
  .about .shop-information .flex .left {
    margin-bottom: 10vw;
  }
  .about .shop-information .flex .ttl {
    font-size: 5vw;
  }
  .about .shop-information .outline-list li {
    font-size: 3.2vw;
  }
  .about .shop-information .outline-list li .item-ttl {
    max-width: 15vw;
    line-height: 2;
  }
  .about .shop-information .outline-list li .item-detail {
    line-height: 1.6;
  }
  .about .shop-information .outline-list li .item-detail .flex .detail-ttl {
    max-width: none;
  }
  .about .shop-information .outline-list li .item-detail .flex .detail-ttl span {
    display: inline;
  }
  .about .shop-information .outline-list li .item-detail .small {
    font-size: 3.2vw;
  }
  .about .shop-information .map-area iframe {
    width: 100%;
    height: 70vw;
  }
  .about .shop-information .access-ttl {
    font-size: 4vw;
  }
}
@media screen and (max-width:480px){
  .about .lead .text {
    font-size: 1.5rem;
  }
  .about .service .half-wide-content .text-area .sub-ttl {
    font-size: 2rem;
  }
  .about .service .half-wide-content .img-area {
    margin-bottom: 20px;
  }
  .about .service .flex .left .sub-ttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .about .service .flex .left .area-list li {
    margin-bottom: 20px;
  }
  .about .service .flex .left .area-list li .area-ttl {
    font-size: 1.6rem;
  }
  .about .service .flex .left .area-list li .area-detail,
  .about .service .flex .left .area-list li .area-detail .small {
    font-size: 1.5rem;
  }
  .about .service .benefits-wrap .ttl-wrap .ttl {
    font-size: 2.4rem;
  }
  .about .service .benefits-wrap .ttl-wrap .c-red {
    font-size: 2rem;
  }
  .about .service .benefits-wrap .ttl-wrap {
    margin-bottom: 30px;
  }
  .about .service .benefits-wrap .benefits-list li {
    padding: 10px;
    margin-bottom: 20px;
  }
  .about .service .benefits-wrap .benefits-list li .icon-area {
    margin-bottom: 20px;
  }
  .about .service .benefits-wrap .benefits-list li .benefit-ttl {
    font-size: 2rem;
  }
  .about .shop-information .flex .ttl {
    font-size: 2rem;
  }
  .about .shop-information .outline-list li {
    font-size: 1.5rem;
  }
  .about .shop-information .outline-list li .item-ttl {
    max-width: 72px;
    margin-right: 20px;
    line-height: 1.6;
  }
  .about .shop-information .outline-list li .item-detail .small {
    font-size: 1.3rem;
  }
  .about .shop-information .access-ttl {
    font-size: 1.8rem;
  }
}

/* -------------------------------------- */
/* QAページ */
/* -------------------------------------- */
.qa .page-ttl-area {
  background: url(../images/qa/mv_qa_bg.png) 50% 50% / cover no-repeat;
}
.qa .qa-wrap .qa-list {
  max-width: 780px;
  margin: 0 auto;
}
.qa .qa-wrap .qa-list dt {
  font-size: 2rem;
  font-weight: 600;
  padding: 20px 16px 12px 40px;
  border-top: 2px solid #a2875a;
  border-bottom: 1px solid #e1dfdd;
  position: relative;
}
.qa .qa-wrap .qa-list dt::before {
  position: absolute;
  content: "Q";
  font-size: 2.5rem;
  color: #a2875a;
  top: 12px;
  left: 7px;
}
.qa .qa-wrap .qa-list dd {
  padding: 24px 10px 50px 60px;
  position: relative;
}
.qa .qa-wrap .qa-list dd::before {
  position: absolute;
  content: "A";
  font-size: 3rem;
  color: #78a25a;
  top: 10px;
  left: 26px;
}
.qa .qa-wrap .qa-list dd .heading {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.qa .qa-wrap .qa-list dd .text:not(:last-of-type) {
  margin-bottom: 22px;
}
@media screen and (max-width:767px){
  .qa .qa-wrap {
    padding-top: 50px;
  }
  .qa .qa-wrap .qa-list dt {
    font-size: 4.4vw;
    padding: 20px 10px 16px 50px;
  }
  .qa .qa-wrap .qa-list dt::before {
    font-size: 5vw;
  }
  .qa .qa-wrap .qa-list dd {
    padding-left: 13vw;
  }
  .qa .qa-wrap .qa-list dd::before {
    font-size: 6vw;
  }
  .qa .qa-wrap .qa-list dd .heading {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }
  .qa .qa-wrap .qa-list dd .text {
    line-height: 1.7;
  }
  .qa .qa-wrap .qa-list dd .text:not(:last-of-type) {
    margin-bottom: 7vw;
  }
}
@media screen and (max-width:480px){
  .qa .qa-wrap .qa-list dt {
    font-size: 2rem;
    padding: 20px 16px 12px 40px;
  }
  .qa .qa-wrap .qa-list dt::before {
    font-size: 2.5rem;
  }
  .qa .qa-wrap .qa-list dd {
    padding-left: 60px;
  }
  .qa .qa-wrap .qa-list dd::before {
    font-size: 3rem;
  }
  .qa .qa-wrap .qa-list dd .heading {
    font-size: 1.8rem;
    margin-bottom: 6px;
  }
  .qa .qa-wrap .qa-list dd .text:not(:last-of-type) {
    margin-bottom: 22px;
  }
}

/* -------------------------------------- */
/* 商品紹介ページ */
/* -------------------------------------- */
.product-top {}
.product-top .page-ttl-area {
  background: url(../images/product/mv_product_bg.png) 50% 50% / cover no-repeat;
}
.anchor-link-wrap {
  padding-top: 60px;
}
.anchor-link-btns {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
.anchor-link-btns li {
  width: 33.33%;
}
.anchor-link-btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  height: 65px;
  padding-bottom: 12px;
  background: #fff;
  border: 1px solid #e7e7e7;
  position: relative;
}
.anchor-link-btns li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 13px;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/product/arrow_under.png) 50% 50% / cover no-repeat;
}
.anchor-link-btns li a:hover {
  color: #fff;
  background: #a2875a;
  border-color: #90774e;
  opacity: 1;
}
.anchor-link-btns li a:hover::before {
  background: url(../images/product/arrow_under_w.png) 50% 50% / cover no-repeat;
}
.product-top .lead {
  font-size: 1.7rem;
  font-weight: 600;
  margin-bottom: 35px;
}
.about-rice .lead + .img-area {
  margin-bottom: 35px;
}
.about-rice .lead + .img-area img {
  width: 100%;
}
.about-rice .point-list {
  margin-bottom: 60px;
}
.about-rice .point-list li {
  display: flex;
  font-size: 1.5rem;
  line-height: 2;
}
.about-rice .point-list li .point-ttl {
  font-weight: 600;
  width: 180px;
  margin-right: 10px;
}
.about-rice .point-list li .point-text {
  width: calc(100% - 180px);
}
.product-top .sub-sec {
  margin-bottom: 70px;
}
.sub-sec .sub-sec-ttl {
  font-size: 2rem;
  font-weight: 600;
  padding: 25px 10px 18px;
  line-height: 1;
  border-top: 2px solid #90774e;
  border-bottom: 1px solid #e1dfdd;
  margin-bottom: 30px;
}
.sub-sec .sub-sec-ttl .small {
  font-size: 1.6rem;
}
.sub-sec .text {
  margin-bottom: 20px;
  letter-spacing: -1px;
}
.sub-sec .recommend-bnr {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
  margin-bottom: 40px;
  background: url(../images/product/gradation_bg01.png) 50% 100% / cover no-repeat;
}
.sub-sec .recommend-bnr .text-area {
  max-width: 770px;
  margin-right: 30px;
}
.sub-sec .recommend-bnr .text-area .ttl-area {
  position: relative;
  padding-top: 13px;
  padding-left: 68px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -1px;
}
.sub-sec .recommend-bnr .text-area .ttl-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: url(../images/product/osusume_icon.png) 50% 50% / cover no-repeat;
}
.sub-sec .recommend-bnr .text-area .ttl-area .big {
  font-size: 2.4rem;
}
.sub-sec .recommend-bnr .text-area .text {
  letter-spacing: -0.8px;
}
.sub-sec .btns-wrap {
  display: flex;
  max-width: 640px;
  margin: 0 auto;
}

.recommend-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.recommend-list li {
  width: 24.44%;
}
.recommend-list li img {
  width: 100%;
}
.gift-others .sub-sec .flex {
  justify-content: space-between;
}
.sub-sec .contact-link {
  display: inline-block;
  border-bottom: 1px solid #2f2a25;
  line-height: 1.2;
}
.sub-sec .contact-link:hover {
  opacity: 1;
  color: #89662d;
  border-bottom: 1px solid #89662d;
}
@media screen and (max-width:767px){
  .anchor-link-wrap {
    padding-top: 30px;
  }
  .about-rice {
    padding-top: 50px;
  }
  .product-top .lead {
    font-size: 3.2vw;
    text-align: left;
  }
  .about-rice .lead + .img-area {
    width: 100vw;
    margin-left: -20px;
  }
  .about-rice .point-list li {
    font-size: 3.2vw;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .about-rice .point-list li .point-ttl {
    width: 100%;
  }
  .about-rice .point-list li .point-text {
    width: 100%;
    padding-left: 1em;
  }
  .recommend-bnr-sp {
    margin-bottom: 60px;
  }
  .sub-sec .sub-sec-ttl {
    font-size: 4vw;
  }
  .sub-sec .sub-sec-ttl .small {
    font-size: 3vw;
  }
  .sub-sec .btns-wrap {
    flex-direction: column;
  }
  .sub-sec .btns-wrap .more-btn + .more-btn {
    margin-top: 30px;
  }
  .sub-sec .more-btn02 {
    display: block;
    margin-left: auto;
    max-width: 270px;
  }
  .recommend .lead {
    text-align: center;
  }
  .recommend-list {
    flex-wrap: wrap;
  }
  .recommend-list li {
    width: 49%;
    margin-bottom: 10px;
  }
  .gift-others .sub-sec .flex {
    flex-direction: column-reverse;
  }
  .gift-others .sub-sec .flex .img-area {
    margin-bottom: 30px;
  }
  .gift-others .sub-sec .flex .img-area img {
    width: 100%;
  }
  .gift-others .sub-sec:nth-of-type(4) .flex .img-area {
    width: 80%;
    max-width: 365px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width:480px){
  .anchor-link-btns li a {
    font-size: 1.4rem;
  }
  .product-top .lead {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .about-rice .lead + .img-area {
    margin-left: -10px;
  }
  .about-rice .point-list li {
    font-size: 1.4rem;
  }
  .sub-sec .sub-sec-ttl {
    font-size: 2rem;
  }
  .sub-sec .sub-sec-ttl .small {
    font-size: 1.4rem;
  }
  .sub-sec .more-btn02 {
    min-width: auto;
    max-width: 200px;
  }
}