@charset "utf-8";
/* mv */

#top-mv {
    position: relative;
    height: auto;
    width: 100%;
    margin: 0;
}
#top-mv .mv {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#top-mv .mv h2 {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  width: 100%;
  z-index: 2;
}
#top-mv .mv h2 .shop-catchphrase {
  font-size: 20px;
  margin-bottom: 25px;
}
#top-mv .mv h2 .shop-name {
  font-size: 25px;
  margin-bottom: 10px;
}
#top-mv .mv h2 .shop-desc {
  font-size: 15px;
  margin-bottom: 10px;
}
#top-mv .mv h2 .shop-online {
  font-size: 23px;
}
#top-mv .mv .img {
  max-width: 375px;
  margin: 0 auto;
}
#top-mv .mv .swiper-container-top {
  overflow: hidden;
}
#top-mv .mv .sl-emblem {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    width: 250px;
    left: 50%;
    transform: translateX(-50%);
}
/* concept-message */
#index #concept-message {
  text-align: center;
  margin: 0 0 30px;
}
#index #concept-message p {
  font-size: 16px;
  line-height: 2.5;
}
/* kotonowa-instagram */
#index #kotonowa-instagram h2 {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 15px 0;
}
#index #kotonowa-instagram #instalist{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#index #kotonowa-instagram #instalist div{
  width: 25%;
  margin: 0;
}
#index #kotonowa-instagram #instalist div img{
  /* width: 235px; */
  padding: 2px;
  object-fit: contain; 
}
/* yakiin */
#index #yakiin .yakiin-inner {
  display: flex;
  flex-direction: column;
  position: relative;
}
#index #yakiin .yakiin-img {
  width: 100%;
  margin-bottom: 250px;
}
#index #yakiin .yakiin-desc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  width: calc(100% - 40px);
}
#index #yakiin .yakiin-desc h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
#index #yakiin .yakiin-desc p {
  font-size: 12px;
  margin-bottom: 32px;
}
#index #yakiin .yakiin-desc .btn {
  text-align: center;
}
#index #yakiin .yakiin-desc .btn a {
  color: #fff;
  background: #c48d2b;
  width: 75%;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  font-family: "kinto-sans";
}
/* birthday */
#index #yakiin .yakiin-inner.birthday {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}
#index #yakiin .birthday .yakiin-img {
  width: 100%;
  margin-bottom: 0;
}
#index #yakiin .birthday .yakiin-desc {
  position: static;
  text-align: center;
  background-color: #fff;
  padding: 20px;
  transform: translateX(0);
  width: 100%;
}
#index #yakiin .birthday .yakiin-desc p {
  margin-bottom: 20px;
}
#index #yakiin .birthday .yakiin-desc p span {
  color: #D91112; 
}
/* kotonowa-product */
#index #kotonowa-product .kotonowa-product h2 {
  margin-bottom: 40px;
}
#index #kotonowa-product .product-section {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-bottom: 38px;
}
#index #kotonowa-product .product-section.yamatomatcha {
  flex-direction: column;
}
#index #kotonowa-product .product-section.kuzudora {
  flex-direction: column;
}
#index #kotonowa-product .product-section .img {
  margin-bottom: 30px;
}
#index #kotonowa-product .product-section .desc {
  width: 100%;
  margin: 0 15px;
  text-align: center;
}
#index #kotonowa-product .product-section .desc h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}
#index #kotonowa-product .product-section .desc p {
  font-size: 14px;
  margin-bottom: 30px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}
#index #kotonowa-product .product-section .desc .btn {
  text-align: center;
}
#index #kotonowa-product .product-section .desc .btn a {
  color: #fff;
  padding: 10px 35px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  display: inline-block;
  font-family: "kinto-sans";
}
#index #kotonowa-product .product-section.dorayaki .desc .btn a {
  background: #c48d2b;
}
#index #kotonowa-product .product-section.yamatomatcha .desc .btn a {
  background: #71963C;
}
#index #kotonowa-product .product-section.kotoka .desc .btn a {
  background: #E2463D;
}
#index #kotonowa-product .product-section.kuzudora .desc .btn a {
  background: #71963C;
}
/* pickup */
#index #pickup-product .main-pickup {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
#index #pickup-product .main-pickup .pickup-img {
  margin-bottom: 20px;
}
#index #pickup-product .main-pickup .pickup-desc {
  text-align: center;
  margin: 0 10px;
}
#index #pickup-product .main-pickup .pickup-desc .deco {
  display: inline-block;
  border-radius: 30px;
  border: 2px solid #000;
  position: relative;
  font-size: 18px;
  padding: 5px 20px;
  margin-bottom: 20px;
}
#index #pickup-product .main-pickup .pickup-desc .deco::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 20%;
  width: 20px;
  height: 2px;
  transform: rotate(-50deg);
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 2px #ffffff, 0 -2px 0 2px #ffffff;
}
#index #pickup-product .main-pickup .pickup-desc h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
#index #pickup-product .main-pickup .pickup-desc .txt {
  font-size: 14px;
  margin-bottom: 20px;
}
#index #pickup-product .main-pickup .pickup-desc .txt span {
  font-size: 12px;
}
#index #pickup-product .main-pickup .pickup-desc .btn {
  text-align: center;
  margin: 0 30px;
}
#index #pickup-product .main-pickup .pickup-desc .btn a {
  color: #fff;
  padding: 20px 35px;
  text-align: center;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
  display: block;
  font-family: "kinto-sans";
  background: #c48d2b;
}
#index #pickup-product .pickup-list {
  display: flex;
  flex-wrap: wrap;
}
#index #pickup-product .pickup-list li {
  width: 50%;
  padding: 0 10px 30px 0;
}
#index #pickup-product .pickup-list li .img {
  margin-bottom: 10px;
}
#index #pickup-product .pickup-list li p {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
/*　ranking */
#index #top-rank h2 {
  margin: 0;
}
#index #top-rank ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
#index #top-rank ul li:first-child {
  width: 100%;
  font-size: 18px;
  margin: 35px 20px 20px;
}
#index #top-rank ul li {
  width: 48%;
  font-size: 14px;
  margin: 0px 0 20px;
}
#index #top-rank ul li p {
  font-weight: 600;
}
#index #top-rank .img img {
  width: 100%;
}
/* select-list */
#index #select-list ul {
  display: flex;
  flex-wrap: wrap;
}
#index #select-list li {
  width: 50%;
  padding: 10px;
  text-align: center;
}
#index #select-list li p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
}
/*　media-intro */
#index #media-intro .media-img {
  margin-bottom: 20px;
  position: relative;
}
#index #media-intro .media-img p {
  position: absolute;
  top: 15px;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
}
#index #media-intro .intro-img ul {
  display: flex;
  margin: 0 10px 50px;
}
#index #media-intro .intro-img li {
  width: 100%;
  margin: 0 5px;
}
#index #media-intro .intro-txt {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

/* -----------------------------------------------------
 kotoka商品ページ 
 ------------------------------------------------------- */
 
 #kotoka section {
  margin: 60px 1em 40px;
}

 /* kotoka-mv */
 
 #kotoka #kotonka-mv {
   position: relative;
   /* height: 70vh; */
   height: auto;
   width: 100%;
   margin: 0px 0 30px;
 }
 #kotoka #kotonka-mv .mv {
  width: 100%;
  margin: 0 auto;
  position: relative;
 }
 #kotoka #kotonka-mv .mv h2 {
 position: absolute;
 top: 60px;
 left: 50%;
 transform: translateX(-50%);
 color: #fff;
 text-align: center;
 font-size: 20px;
 width: 100%;
 line-height: 1.8;
 }
 #kotoka #kotonka-mv .mv p {
   position: absolute;
   top: 140px;
   left: 50%;
   transform: translateX(-50%);
   color: #fff;
   text-align: center;
   font-size: 15px;
   width: 100%;
   line-height: 2;
 }
 #kotoka #kotonka-mv .mv .img {
  max-width: 375px;
  margin: 0 auto;
  }
 
 /* kotoka-concept */
 
 #kotoka #kotoka-concept {
   text-align: center;
   margin: 0 0 40px;
 }
 #kotoka #kotoka-concept h3 {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 2;
}
#kotoka #kotoka-concept p {
font-size: 14px;
line-height: 2;
}

/* お買い物安心宣言 */
#kotoka h2.heading {
  text-align: center;
        border-bottom: 2px solid #c48d2b;
        font-size: 20px;
        padding: 10px 0;
        color: #c48d2b;
        width: 90%;
        margin: 0 auto;
        letter-spacing: -0.05em;
}
#kotoka #haisou .haisou-inner {
  font-size: 16px;
}
#kotoka .anshin {
  display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 15px 0 0;
}
#kotoka .anshin div {
  width: 50%;
  height: 200px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 1em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#kotoka .anshin div span {
  display: block;
  text-align: center;
  margin: 20px 0 10px;
}
#kotoka .anshin div span img {
  height: 2.8em;
}
#kotoka .anshin div p {
  padding: 0 0;
  font-size: 12px;
  line-height: 1.2;
  width: 80%;
  text-align: left;
}
#kotoka .anshin div p a {
  display: block;
  margin: 20px auto 0;
  padding: 10px;
  border: 1px solid #c48d2b;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
  color: #c48d2b;
}
#kotoka .anshin div:nth-child(3) {
  border-bottom: 0px solid #ccc;
}
#kotoka .anshin div:nth-child(4) {
  border-bottom: 0px solid #ccc;
}
#kotoka .anshin div:nth-child(4) p {
  width: 80%;
}
#kotoka .anshin div p span {
  font-size: 10px;
  margin: 10px 0 0;
}
#kotoka .anshin div p br {
  display: none;
}
 /* 商品一覧 */
 
 #kotoka #kotoka-p-list .pickup-list {
   display: flex;
   flex-wrap: wrap;
   margin: 0;
 }
 #kotoka #kotoka-p-list .pickup-list li {
  width: 47%;
  margin: 0 5px 20px 5px;
 }
 #kotoka #kotoka-p-list .pickup-list li .img {
   margin-bottom: 10px;
 }
 #kotoka #kotoka-p-list .pickup-list li p {
   font-size: 14px;
   font-weight: 600;
 }
 #kotoka #kotoka-p-list .name {
     margin-bottom: 10px;
 }
 
 /* kotoka ランキング */
 
 #kotoka #kotoka-rank ul {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin: 0 10px 0;
 }
 #kotoka #kotoka-rank ul li {
  width: 48%;
  font-size: 14px;
  margin: 0px 0 20px;
 }
 #kotoka #kotoka-rank ul li:first-child {
  width: 100%;
  font-size: 18px;
  margin: 0 20px 20px;
 }
 #kotoka #kotoka-rank ul li .img {
     margin: 0 0 15px;
     width: 100%;
 }
 #kotoka #kotoka-rank ul li p {
   font-weight: 600;
 }
 #kotoka #kotoka-rank .name {
     margin-bottom: 10px;
 }

/* 様々なメディアに紹介されています */
#kotoka #media-intro .media-img {
  margin-bottom: 20px;
  position: relative;
}
#kotoka #media-intro .media-img p {
  position: absolute;
  top: 15px;
  left: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
}
#kotoka #media-intro .intro-img ul {
  display: flex;
  margin: 0 10px 20px;
}
#kotoka #media-intro .intro-img li {
  width: 100%;
  margin: 0 5px;
}
#kotoka #media-intro .intro-txt {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}

/* 8つのギフトサービス */
#kotoka .gift-service section {
  margin: 30px 1em 0;
}
#kotoka .gift-service h2 {
  text-align: center;
}
#kotoka .gift-service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#kotoka .gift-service ul li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}
#kotoka .gift-service ul li .img {
  width: 40%;
}
#kotoka .gift-service ul li .txt {
  width: 55%;
}
#kotoka .gift-service ul li .txt h4 {
  font-size: 14px;
  margin: 0 0 10px;
}
#kotoka .gift-service ul li .txt p {
  font-size: 12px;
  line-height: 1.2;
}
/* KOTONOWAのギフトボックス・手提げ */
#kotoka .committed {
  text-align: center;
  margin: 0 1em 60px;
}
#kotoka .committed h3 {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #000;
  margin: 0 0 30px;
}
#kotoka .committed h3:nth-of-type(1) {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #000;
  margin: 0 0 30px;
  letter-spacing: 0.1em;
}
#kotoka.committed .committed-box {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
}
/* お客様の声 */

/* 価格で選ぶ */
#kotoka .choice-price ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kotoka .choice-price ul li {
  width: 49%;
  border-bottom: 1px solid #000;
}
#kotoka .choice-price ul li:nth-child(1) {
  border-top: 1px solid #000;
}
#kotoka .choice-price ul li:nth-child(2) {
  border-top: 1px solid #000;
}
#kotoka .choice-price ul li a {
  font-size: 18px;
  padding: 20px 1px;
  display: block;
}

/* シーンに合わせて */
#kotoka .cat-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kotoka .cat-list ul li {
  width: 48%;
  margin: 0 0 25px;
}
#kotoka .cat-list .img {
  margin: 0 0 10px;
}
#kotoka .cat-list .txt {
  text-align: center;
  font-size: 14px;
}

/* contact */
#kotoka .contact {
  background: #eee;
  padding: 30px 1em;
}
#kotoka .contact h2 {
  font-size: 14px;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 15px 1em;
  margin: 0 0 50px;
  border-radius: 25px;
}
#kotoka .contact ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#kotoka .contact ul li {
  text-align: center;
  margin: 0 0 20px;
}
#kotoka .contact ul li:first-child {
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px;
}
#kotoka .contact ul li h3 {
  font-size: 18px;
  padding: 0 0 5px;
  border-bottom: 1px solid #000;
  margin: 0 0 15px;
  text-align: center;
}
#kotoka .contact ul li a {
  display: block;
  font-size: 27px;
  color: #c48d2b;
  background: url(../images/index/i-telno.jpg) no-repeat 0px 50%;
  background-size: 1.5em;
  padding: 0 0 0 50px;
}
#kotoka .contact ul li p {
  font-size: 27px;
  color: #c48d2b;
  background: url(../images/index/i-faxno.jpg) no-repeat 0px 50%;
  padding: 0 0 0 50px;
  background-size: 1.5em;
}
#kotoka .contact ul li span {
  display: block;
  font-size: 14px;
  text-align: center;
}
#kotoka .contact .credit {
  background: #fff;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 10px;
}
#kotoka .contact .credit h4 {
  font-size: 14px;
  background: #999999;
  padding: 10px 0;
  margin: 0 0 20px;
  text-align: center;
  color: #fff;
  letter-spacing: -0.1em;
}
#kotoka .contact .credit ul {
  display: flex;
  justify-content: center;
  flex-direction: initial !important;
}
#kotoka .contact .credit ul li {
  padding: 0 10px;
  width: auto;
}
#kotoka .contact .credit ul li:first-child {
  padding: 0 10px;
  border-bottom: 0px solid #ccc;
}
#kotoka .contact .more {
  text-align: center;
}
#kotoka .contact .more a {
  color: #fff;
  background: #c48d2b;
  padding: 10px 1em;
  text-align: center;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}



/* 業務用ページ */
#order {
    padding: 0 10px;
}
#order #about,
#order #seven-reasons,
#order #review {
    margin-bottom: 80px;
}
#order .fs-c-heading--page {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 15px 0;
    font-size: 19px;
    color: #000;
    font-weight: bold;
}
#order #main .catch {
    text-align: center;
    padding: 40px 0;
}
#order #main .catch p {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 30px;
}

#order #main .catch h2 {
    font-size: 20px;
    margin: 0 0 30px;
    text-align: center;
    font-weight: bold;
}
#order #about ul {
    margin: 35px auto;
    width: 100%;
    list-style: none;
}
#order #about ul li {
    background: url(https://kotonowa.itembox.design/item/fs-group/order/Icon-feather-check-square.jpg) no-repeat 0 0;
    background-size: auto 20px;
    padding-left: 30px;
    font-size: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}
#order #about span,
#order #about-data span {
    color: #D91112;
}

#order #seven-reasons span {
    color: #C48D2C;
    font-size: 3.5rem;
}
#order #seven-reasons .box {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: column-reverse;
}
#order #seven-reasons .box:nth-child(even) {
    display: flex;
    flex-direction: column;
}
#order #seven-reasons .box .txt,
#order #seven-reasons .box .img {
    width: 100%;
}
#order #seven-reasons .box .txt {
    text-align: center;
    position: relative;
    height: auto;
    margin-bottom: 30px;
}
#order #seven-reasons .triangle {
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 60px solid #C58C2A;
    border-right: 60px solid transparent;
}
#order #seven-reasons .num {
    position: absolute;
    top: -50px;
    left: 10px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
}
#order #seven-reasons h3 {
    margin: 23px auto;
    font-size: 20px;
    line-height: 33px;
    font-weight: bold;
}
#order #seven-reasons .box .txt p {
    font-size: 14px;
}
#order #works,#lineup  {
    text-align: center;
}
#order #works p {
    padding: 20px 0;
}
#order #works ul {
    list-style:none;
    display: flex;
    flex-wrap: wrap;
}
#order #works ul li {
    width: calc(100% / 2);
}
#order #works ul li p {
    padding: 12px 0 25px;
    font-size: 11px;
}
#order #works ul li img {
    width: 100%;
}
#order #works .box {
    justify-content: center;
    margin: 40px 0 80px;
    gap: 20px;
}
#order #works .box li {
    border: #c48d2c 1px solid;
    padding: 28px 0;
}
#order #works .use {
    display: flex;
    justify-content: space-between;
    gap: 0;
    margin: 30px 0 70px;
}
#order #works .use li {
    width: 48%;
    border: solid 1px #C48D2C;
    padding: 20px;
}
#order #works .use li h3 {
    border-bottom: solid 1px #C48D2C;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#order #works .use li p {
    font-size: 14px;
    padding: 0;
}
#order #review .box {
    display: inline-flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-direction: column;
    width: 47%;
    margin-right: 10px;
}
#order #review .img {
    width: 100%;
}
#order #review .txt {
    margin: 0;
    width: 100%;
}
#order #review .box:nth-child(odd) {
    margin-right: 0;
    display: inline-flex;
    flex-direction: column-reverse;
}
#order #review .box h2 {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
#order #review .box .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
#order #review .box span {
    color: #D91112;
}
#order #process {
    margin-bottom: 100px;
}
#order #process .guide-inner {
    position: relative;
}
#order #process .contents {
    border: solid 1px #707070;
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
}
#order #process .contents .text {
    width: 100%;
}
#order #process .contents h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#order #process .contents .no {
    background-color: #C48D2C;
    color: #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    text-align: center;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
}
/* #order #process .contents p {
    padding-left: 55px;
} */
#order #process .contents .icon {
    width: 55px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 25px 0 0 auto;
}
#order #process .contents .contact {
    display: flex;
    margin-top: 25px;
    gap: 20px;
    flex-direction: column;
}
#order #process .contents.data-check {
    border: solid 1px #C48D2C;
    margin-left: 70px;
}
#order #process .contents.data-check p {
    padding-left: 0px;
}
#order #process .guide-inner:after {
    content: "";
    border: solid 5px #C48D2C;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: -1;
}
#order #lineup ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 10px;
    justify-content: space-between;
}
#order #lineup ul li {
    width: 48%;
}
#order #lineup span {
    padding: 10px 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
#order #lineup p {
    font-size: 13px;
    margin-bottom: 30px;
}
#order #lineup .btm-txt {
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
}
#order #lineup .btm-img {
    padding: 40px 0 80px;
}
#order #lineup .lineup-btn {
    background-color: #C48D2C;
    color: #fff;
    font-size: 18px;
    padding: 15px 70px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 100px;
}
#order #about-data p {
    padding-top: 20px;
}
#order #about-data .memo {
    border: #D91112 1px solid;
    padding: 15px;
    margin: 20px 0;
}
#order #about-data .memo p {
    padding-top: 0;
}
#order #about-data .btm-txt {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 25px 0 80px;
}
#order #faq {
    margin-bottom: 80px;
}
#order #faq .box {
    background: #EEEEEE;
    padding: 10px;
}

/* Q&Aアコーディオン */
#order .accordion-01 {
    width: 100%;
    margin-bottom: 15px;
    background: #c48d2c;
}
#order .accordion-01 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 10px 20px 10px 10px;
    color: #ffffff;
    font-weight: 600;
    cursor: pointer;
    font-size: 17px;
}
#order .accordion-01 summary::-webkit-details-marker {
    display: none;
}
#order .accordion-01 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    content: '';
    transition: transform .3s;
}
#order .accordion-01[open] summary::after {
    transform: rotate(225deg);
}
#order .accordion-01 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 15px;
    color: #333333;
    background: #EEEEEE;
    transition: transform .5s, opacity .5s;
}
#order .accordion-01[open] p {
    transform: none;
    opacity: 1;
}
#order-form .form-inner {
    width: 100%;
}
#order #order-form .att-text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0;
}
#order #order-form span {
    color: #D91112;
    padding-right: 8px;
}
#order #order-form dt {
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 400;
}
#order-form dd input {
    height: 40px;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 5px;
}
#order-form select {
    height: 40px;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    width: 300px;
}
#order #order-form .name-group {
    display: flex;
    gap: 10px;
}
#order #order-form .name-group dd input {
    width: 100%;
}
#order #order-form dd {
    margin-bottom: 20px;
}
#order .post-code input {
    width: 140px;
}
#order .tel-group input {
    width: 107px;
}
#order #order-form dd textarea {
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}
#order #order-form input[type="submit"] {
    background-color: #C48D2C;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 10px 80px;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}
#order #order-form select:hover {
  cursor: pointer;
}
#order #order-form input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: all 0.3s;
}