@charset "UTF-8";
.red{
 color: #F1805F;
}

.red_b{
  color: #ff4500;
  font-weight: bold;
 }

a{
   word-break: break-all;
}

.b {
  font-weight: bold;
}

.b_m {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

section.kasou {
  margin: 100px 0;
}

.box_wrap {
  max-width: 1000px;
  width: 100%;
}

@media screen and (max-width: 768px) {
section.kasou {
  margin: 40px 0;
  padding: 0 15px;
}
}

/*----メイン画像_START----*/
.main_img {
    position: relative;
}

.main_ttl {
    position: absolute;
    z-index: 100;
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: #ffffff;
    top: 34%;
}

.main_ttl h2 {
    font-size: 4.8rem;
    font-weight: bold;
}

.main_ttl p {
    font-size: 1.8rem;
    letter-spacing: 2.5px;
    padding-top: 15px;
}

@media screen and (max-width: 768px) {
.main_ttl {
  top: 25%;
}

.main_ttl h2 {
  font-size: 3.2rem;
}

.main_ttl p {
  font-size: 1.2rem;
  padding-top: 7px;
}
}

/*----メイン画像_END----*/

/*----ご利用ガイド_START----*/

.tab_box {
    border: 2px solid #fce3d2;
    border-radius: 15px;
}

.tab_box h3 {
    background-color: #fce3d2;
    border-radius: 10px 10px 0 0;
    padding: 15px 0;
    font-size: 4.2rem;
}

.tab_box_detail {
    padding: 60px;
    text-align: left;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.detail_box {
  padding-bottom: 20px;
}

.detail_box h4 {
    color: #f1805f;
    border-bottom: 2px solid #f1805f;
    margin: 30px 0;
    position: relative;
    padding-left: 30px;
    padding-bottom: 2px;
    font-size: 3.0rem;
    font-family: fot-tsukuardgothic-std,sans-serif,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.detail_box h5 {
    color: #f1805f;
    border-bottom: 2px solid #f1805f;
    margin: 30px 0;
    position: relative;
    padding-bottom: 10px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: fot-tsukuardgothic-std,sans-serif,"ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
}

.detail_box h4::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #f1805f;
    display: block;
    position: absolute;
    top: 40%;
    left: 1.2%;
    border-radius: 10px;
    padding-bottom: 1;
}

.detail_content_box {
    display: flex;
}

.detail_img {
    width: 30%;
    padding: 50px;
}

.detail_box p {
    padding-top: 15px;
}

.tab_box span {
    color: #ea5634;
}

.guide_frex_li table {
    width: 80%;
    display: flex;
}

.guide_frex_li th {
    width: 100%;
    display: block;
}

.guide_frex_li td {
    width: 100%;
    display: block;
}

.guide_frex_li {
    font-size: 2.0rem;
    padding: 15px 0;
    margin-bottom: 40px;
}

a.guide_mail_btn {
    background: #f1805f;
    padding: 18px 40px;
    font-size: 2.4rem;
    border-radius: 5px;
    color: #fff;
    width: 80%;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
}

a.guide_mail_btn::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../img/ico_white.png);
  background-repeat: no-repeat;
  background-size: 57%;
  top: 38%;
  left: 93%;
}

p.detail_txt_box {
  padding: 30px 0;
}

p.detail_txt_box a {
    color: #2b67cf;
    border-bottom: 1px solid #2b67cf;
}

.attention_box {
    background: #F7F7F7;
    padding: 50px;
}

.attention a {
    color: #2b67cf;
    border-bottom: 1px solid #2b67cf;
}

.attention_box h4 {
    text-align: center;
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 30px;
    font-size: 3.0rem;
}

.attention_box_detail {
    padding: 10px 0 30px 0;
}

p.attention_ttl {
    font-weight: bold;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
.detail_content_box {
    margin-top: 15px;
}

a.guide_mail_btn {
    padding: 20px 0;
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -28px;
}

a.guide_mail_btn::after {
  width: 15px;
  height: 15px;
  top: 40%;
  left: 94%;
}

.detail_box h4 {
    padding-left: 20px;
    font-size: 2.2rem;
    margin: 30px 0 -15px 0;
}

.detail_box h5 {
    margin-bottom: -10px;
    font-size: 1.8rem;
    line-height: 1.3;
}

.attention_box h4 {
    margin-bottom: 5px;
    font-size: 2.6rem;
}

.attention_box {
    padding: 20px;
}

}

/*----表示切替え----*/
.selectTab {
  display: flex;
  flex-wrap: wrap;
}

.selectTab__item {
  display: flex;
  width: 24%;
  padding: 4% 5px;
  transition: all .2s;
}

.selectTab__item.is-active {
  cursor: default;
}

.specContents__item {
  display: none;
}

.specContents__item.is-active {
  display: block;
}
/*----表示切替え----*/

@media screen and (max-width: 768px) {
.selectTab__item {
  width: 47%;
  padding: 2% 1.5%;
}

.tab_box h3 {
    padding: 10px 0;
    font-size: 2.6rem;
}

.tab_box_detail {
    padding: 20px;
}

.detail_img {
    width: 70%;
    padding: 15px 20px 0 10px;
}

.detail_img.detail_img02 {
    width: 45%;
    padding: 15px 20px 0 10px;
}

.detail_box {
  padding-bottom: 5px;
}
}
/*----ご利用ガイド_END----*/

/*----ご質問_START----*/
.faq_wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.box_wrap_faq {
  max-width: 1200px;
  width: 100%;
  margin: 60px 0;
}

.faqWrap {
  margin: 40px 0 200px 0;
}

/*----表示切替え----*/
.selectTab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.faq_li {
  display: block;
  width: 15%;
  padding: 9% 7px 4% 7px;
  transition: all .2s;
  border: 2px solid #8BA992;
  border-radius: 15px;
  margin: 60px 14px;
  position: relative;
  background: #F4F9F5;
}

.selectTab__item.is-active {
  cursor: default;
}

.specContents__item {
  display: none;
}

.specContents__item.is-active {
  display: block;
}

h3.faq_ttl {
  color: #5F8964;
  font-size: 4.0rem;
}

@media screen and (max-width: 768px) {
h3.faq_ttl {
  font-size: 3.0rem;
  margin: 20px 0 -20px 0;
}
}

/*----表示切替え----*/

.faq_li p {
	margin: 0 auto;
	font-size: 2.4rem;
	font-weight: bold;
	color: #5F8964;
	line-height: 1.2;
}

.faq_li p::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/green_ico.png);
    position: absolute;
    top: 90%;
    left: 47%;
    background-size: 100%;
    background-repeat:no-repeat; 
}

p.faq_order::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/faq_ico01.png);
    position: absolute;
    top: 10%;
    left: 35%;
    background-size: 100%;
    background-repeat:no-repeat; 
}

p.faq_pay::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/faq_ico02.png);
    position: absolute;
    top: 10%;
    left: 35%;
    background-size: 100%;
    background-repeat:no-repeat; 
}

p.faq_delivery::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/faq_ico03.png);
    position: absolute;
    top: 10%;
    left: 35%;
    background-size: 100%;
    background-repeat:no-repeat; 
}

p.faq_regular::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/faq_ico04.png);
    position: absolute;
    top: 10%;
    left: 35%;
    background-size: 100%;
    background-repeat:no-repeat; 
}

p.faq_other::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../img/faq_ico05.png);
    position: absolute;
    top: 10%;
    left: 35%;
    background-size: 100%;
    background-repeat:no-repeat; 
}

/*----アコーディオン----*/
.faqList__desc img {
    margin: 5px auto 20px auto;
    border-radius: 10px;
}

.pageTitle {
  height: 11.466667vw;
  margin-bottom: 6.4vw;
  background: transparent url('../images/faq/h2_title.png') 50% 0 no-repeat;
  background-size: auto 100%;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

.faq {
  border: 2px solid #8BA992;
  border-radius: 15px;
  max-width: 700px;
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: -30px;
}

.faq + .faq {
  margin-top: 5.333333vw;
}

.faq__title {
  position: relative;
  border-radius: 15px;
  color: #5F8964;
  font-size: 3.0rem;
  padding: 20px 0 25px 0;
  line-height: 1.2;
}

.faq__title::after {
  position: absolute;
  top: calc(50% - 20px);
  right: 3.947368%;
  width: 35px;
  height: 35px;
  background: transparent url('../img/arrow.png') 50% 50% no-repeat;
  background-size: 100%;
  transition: all .2s;
  content: "";
}

.faq__title.is-active::after {
  transform: rotate(-180deg);
}

.faqList {
  display: none;
  color: #1a1a1a;
  padding: 40px;
  font-size: 2.0rem;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-top: 0.5px dashed #ADC9B3;
}

.faqList span {
  color: #ea5634;
  font-weight: bold;
}

.faqList dt {
  padding-bottom: 14px;
}

.faqList dd {
  padding-top: 20px;
}

.faqList a {
    color: #2b67cf;
    border-bottom: 1px solid #2b67cf;
}

.faqList__desc {
  padding: 0 6.389776% 6.389776%;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
.box_wrap_faq {
  padding: 0 15px;
  width: 92%;
}

.faqWrap {
  margin: 40px 0 150px 0;
}

.selectTab {
  margin-top: 30px;
}

.faq_li {
  width: 24%;
  padding: 18% 7px 7% 7px;
  margin: 10px 7px;
}

.faq_li p {
  font-size: 1.8rem;
  line-height: 1.1;
}

.faq_li p::after {
    left: 44%;
}

p.faq_order::before {
    width: 40px;
    height: 40px;
    top: 10%;
    left: 32%;
}

p.faq_pay::before {
    width: 40px;
    height: 40px;
    top: 10%;
    left: 32%; 
}

p.faq_delivery::before {
    width: 40px;
    height: 40px;
    top: 10%;
    left: 32%; 
}

p.faq_regular::before {
    width: 40px;
    height: 40px;
    top: 10%;
    left: 32%;
}

p.faq_other::before {
    width: 40px;
    height: 40px;
    top: 10%;
    left: 32%; 
}

.faq {
  border-radius: 8px;
  margin-bottom: -3px;
}

.faq__title {
  font-size: 2.2rem;
  padding: 15px 18px;
  text-align: left;
  line-height: 1.2;
  border-radius: 8px;
}

.faq__title::after {
  top: calc(50% - 12px);
  right: 2.5%;
  width: 25px;
  height: 25px;
}

.faqList {
  padding: 25px;
  font-size: 1.6rem;
  border-top: 1.8px dashed #ADC9B3;
}
}

/*----お問い合わせフォーム_START----*/
.contact_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.box_wrap_contact {
  max-width: 1200px;
  width: 100%;
  margin: 60px 0;
}

.contact ul {
  display: flex;
  margin: 60px 0;
  justify-content: center;
}

.form_box h3 {
  background: #8CAA93;
  font-size: 3.6rem;
  padding: 10px 0;
  margin-bottom: 40px;
  color: #fff;
}

.form iframe {
  width: 100%;
  max-width: 800px;
  height: 1200px;
}

@media screen and (max-width: 768px) {
.contact ul {
  margin: 30px 0;
}

.form_box h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.form iframe {
  height: 1450px;
}
}
/*----お問い合わせフォーム_END----*/

/*----お知らせ詳細_START----*/
.news_detail_wrap {
  margin: 80px 0 120px 0;
  overflow: hidden;
}

.news_detail {
  width: 100%;
  max-width: 800px;
  display: block;
  margin: 0 auto;
  text-align: left;
}

.news_detail_box {
  padding: 0 15px;
}

p.day {
  color: #F2815F;
}

.news_detail h4 {
  font-size: 4.2rem;
  margin: 40px 0;
  color: #F2815F;
  border-bottom: 2px dashed #F2815F;
  padding-bottom: 20px;
}

.news_detail p {
  font-size: 2.4rem;
  padding-top: 20px;
}

p.return {
  float: right;
  color: #F2815F;
  margin: 60px 0;
  padding-right: 15px;
}

p.news_ttl {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  color: #F2815F;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

p.news_box_detail {
  background: #ffffe0;
  padding: 30px 40px;
  margin: 40px 0 0 0;
}

.news_box02 {
  padding: 30px 40px 50px;
}

.news_box02 a {
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  font-size: 2.6rem;
  background: #2185ad;
  padding: 20px;
  border-radius: 40px;
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

.news_box02 a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
.news_detail_wrap {
  margin: 60px 0;
}

.news_detail {
  display: inline;
}

.news_detail h4 {
  font-size: 3.0rem;
  margin: 20px 0 30px 0px;
  padding-bottom: 15px;
}

.news_detail p {
  font-size: 2.0rem;
  padding-top: 0;
}

p.news_ttl {
  margin-bottom: 15px;
}

p.news_box_detail {
  padding: 25px !important;
}

.news_box02 {
  padding: 0;
  margin: 40px 0;
}

.news_box02 a {
  font-size: 2.0rem;
  padding: 15px 20px;
  border-radius: 50px;
  width: 85%;
  margin-top: 20px;
}
}
/*----お知らせ詳細_END----*/

/*----お知らせ日程_START----*/
.news_detail_box th {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
}
.news_detail_box td {
  border: solid 1px #ccc;
  padding: 10px;
  text-align: center;
  font-size: 1.8rem;
}

.news_t_red {
  color: #FF0000;
  font-weight: bold;
}

.bg_ivry {
    background-color: #fffff0;
}

.bg_f7 {
    background-color: #e8e8e8;
}

@media screen and (max-width: 640px) {
  .tbl-r03 {
    width: 100%;
  }
  .tbl-r03 tr {
    display: block;
    float: left;
  }
  .tbl-r03 tr td, 
  .tbl-r03 tr th {
    display: block;
  }
  .tbl-r03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .tbl-r03 thead tr {
    width: 100%;
  }
  .tbl-r03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .tbl-r03 tbody tr {
    width: 50%;
  }
  .tbl-r03 tr td + td {
    border-left: none;
  }
  .tbl-r03 tbody td:last-child {
    border-bottom: solid 1px #ccc;
  }
}
/*----お知らせ日程_END----*/

/*----会社概要_START----*/
.map p {
  margin-top: 40px;
}

.map iframe {
  width: 100%;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
.map p {
  margin-top: 30px;
}

.map iframe {
  margin: 30px 0;
}
}
/*----会社概要_END----*/

/*----サンテミナの商品_START----*/
.info_box_detail.shop_box h2 {
  background: none;
  color: #f1805f;
  font-size: 3.8rem;
  font-weight: bold;
}

.shop_box_item {
  margin: 30px 0;
}

.shop_box_item_01 {
  display: flex;
  margin-bottom: 60px;
}

.shop_box_item_01:nth-child(2n+1) {
  flex-direction: row;
  }/* 奇数番目は左から右へ並べる */

.shop_box_item_01:nth-child(2n  ) {
  flex-direction: row-reverse;
  } /* 偶数番目は右から左へ並べる */

.shop_box_item_01 img {
  width: 50%;
  height: auto !important;
}

.shop_box_item_txt {
  padding: 40px 60px;
}

.shop_box_item_txt h4 {
  border: none;
  font-size: 3.4rem;
  margin: 0px 0px 40px 0px;
}

.shop_box_item_txt .shop_box_item_ca{
line-height: 1.2;
margin-top: .8rem;
}


.shop_box_item_txt a {
  border: none;
  background: #8ba992;
  padding: 15px 60px;
  border-radius: 8px;
  color: #fff;
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
.info_box_detail.shop_box h2 {
  font-size: 2.8rem;
}

.shop_box_item {
  margin: 20px 0;
}

.shop_box_item_01 {
  display: block;
  margin-bottom: 40px;
}

.shop_box_item_01 img {
  width: 100%;
}

.shop_box_item_txt {
  padding: 30px 0;
  text-align: center;
}

.shop_box_item_txt h4 {
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.shop_box_item_txt a {
  display: block;
}
}
/*----サンテミナの商品_END----*/

/*----商品詳細_START----*/
.product_item_box {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.breadcrumb {
  display: flex;
  margin: 80px 0 80px 0;
}

ul.breadcrumb_li {
  display: flex;
}

.breadcrumb li:nth-child(1):before {
  content: '';
}

.breadcrumb li:before {
  content: '>';
  margin: 0 14px;
}

.product_item_detail {
  display: flex;
  margin-bottom: 100px;
}

.product_item_detail_img {
  width: 600px;
  max-width: 40%;
}

.product_item_detail_txt {
  text-align: left;
  margin: 0 0 0 50px;
  width: 70%;
}

.product__item_box {
  margin-bottom: 100px;
}

.ttl {
  margin-bottom: 30px;
}

p.price {
  font-size: 4.2rem;
  font-weight: bold;
}

p.price span {
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}

span.t_red {
  color: red;
  font-size: 3.6rem !important;
  font-weight: bold !important;
}

span.t_orange {
  font-size: 4.6rem !important;
  font-weight: bold !important;
  color: #F1805F;
}

.btn {
  display: inline-block;
  margin: 20px 0 30px 0;
  font-size: 2.6rem;
  color: #ffffff;
  padding: 20px 70px;
}

.btn.tujyo_price {
  background: #898989;
  border-radius: 45px;
}

.btn.teiki_price {
  background: #F1805F;
  border-radius: 45px;
}

p.teiki_ttl {
  border: 2px solid #F1805F;
  width: 380px;
  font-size: 2.8rem;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 20px;
  font-weight: bold;
  color: #F1805F;
  line-height: 1.2;
}

p.tujyo_ttl {
  border: 2px solid #898989;
  width: 380px;
  font-size: 2.8rem;
  text-align: center;
  padding: 5px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #898989;
}

p.attention {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-top: 25px;
  margin-bottom: 25px;
}

p.detail_ttl {
  background: #EEEEEE;
  padding: 5px 0;
  margin-bottom: 10px;
}

p.detail_txt {
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.txt_left {
  text-align: left;
}

.teiki {
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 60px;
}

.teiki_tokuten {
  background: #FBF5E7;
  padding: 40px;
  border-radius: 15px;
  margin: 30px 0;
}

p.teiki_tokuten_ttl {
  font-size: 2.8rem;
  color: #F1805F;
  font-weight: bold;
  border-bottom: 2px solid #F1805F;
  margin-bottom: 15px;
}

.teiki_tokuten li {
  padding: 0 10px;
  font-size: 2.4rem;
  display: flex;
  padding-bottom: 10px;
}

.teiki_tokuten li:before {
  content: "●";
  padding-right: 10px;
  display: block;
  color: #F1805F;
}

@media screen and (max-width: 768px) {
.breadcrumb {
  margin: 50px 0;
}

.breadcrumb_li li {
  font-size: 1.2rem;
}

.product_item_detail {
  display: block;
  padding: 0 15px;
  margin-bottom: 40px;
}

.product_item_detail_img {
  max-width: 65%;
  margin: 0 auto;
}

.product_item_detail_txt {
  margin: 0;
  width: 100%;
}

.ttl {
  margin: 30px 0 20px 0;
  text-align: center;
}

.tujyo {
  text-align: center;
}

.teiki {
  text-align: center;
}

.btn {
  margin: 20px 0 50px 0;
  padding: 14px 0;
  display: block;
}

p.detail_txt {
  margin-bottom: 20px;
  font-size: 1.6rem;
}

span.t_orange {
  font-size: 3.4rem !important;
}

span.t_small {
  text-align: right;
}

p.teiki_ttl {
  width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

p.tujyo_ttl {
  width: 90%;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

p.attention {
  text-align: left;
}

.teiki_tokuten {
  padding: 20px;
  margin: 20px 0;
}

.teiki_tokuten li {
  font-size: 2.0rem;
  text-align: left;
}

p.teiki_tokuten_ttl {
  font-size: 2.4rem;
}
}
/*----商品詳細_END----*/

/*----商品詳細_フッター_START----*/
.shop_btm_wrap {
  display: block;
  width: 100%;
  background: #FBF5E7;
  padding: 50px 0px;
  margin-bottom: 50px;
  overflow: hidden;
}

.shop_btm {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}

.shop_btm_box {
  text-align: left;
}

.shop_btm_box h3 {
  font-size: 3.6rem;
  color: #F1805F;
  border-bottom: 4px solid #F1805F;
  position: relative;
  padding: 0 0 0 70px;
}

.shop_btm_box h3::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 50px;
  background-image: url(../img/product/shop_ico03.png);
  background-repeat: no-repeat;
  background-size: 57%;
  top: 13%;
  left: 0;
}

.shop_btm_detail {
  padding: 0 30px;
  display: table;
}

.shop_btm__detail {
  display: table-cell;
  vertical-align: middle;
  width: 90%;
  padding-left: 20px;
}

.shop_btm_detail h4 {
  color: #F1805F;
}

.shop_btm a {
  display: inline-block;
  color: #Ffffff;
  background: #F1805F;
  padding: 20px 35px;
  margin: 20px 0 0 150px;
  font-size: 2.4rem;
  border-radius: 8px;
}

.shop_btm_detail span {
  color: #1a1a1a;
  padding-left: 20px;
}

li.shop_btm_li {
  padding-bottom: 30px;
}

li.shop_btm_li img {
  width: 60%;
  display: block;
  padding: 0 10px;
}

li.shop_btm_li.li_02 img {
  width: 80%;
  padding: 0;
}

.shop_tell {
  display: flex;
  padding: 0 25px;
}

table.shop__tell tr {
  padding: 40px 0;
  display: block;
  width: 100%;
  font-weight: bold;
}

tr.top {
  border-bottom: 2px dashed #F1805F;
}

table.shop__tell th {
  font-size: 2.0rem;
  width: 60%;
}

table.shop__tell td {
  font-size: 4.0rem;
  vertical-align: middle;
  width: 40%;
  padding-left: 50px;
  line-height: 0.8;
}

span.tell_s {
  font-size: 1.6rem;
  display: inline-block;
}

table.shop__tell {
  width: 100%;
}

@media screen and (max-width: 1100px) {
.shop_btm {
  max-width: 800px;
}

table.shop__tell th {
  width: 50%;
}
}

@media screen and (max-width: 768px) {
.shop_btm_box {
  padding: 0 15px;
}

.shop_btm a {
  display: block;
  padding: 20px 0;
  margin: 20px 0;
  font-size: 2.0rem;
  text-align: center;
}

.shop_btm_box h3 {
  font-size: 2.6rem;
  border-bottom: 3px solid #F1805F;
  letter-spacing: -1px;
  padding: 0 0 5px 50px;
}

.shop_btm_box h3::after {
  content: "";
  position: absolute;
  width: 75px;
}

li.shop_btm_li img {
  width: 80%;
}

.shop_btm_detail {
  padding: 0 10px;
}

.shop_btm__detail {
  width: 85%;
  padding-left: 25px;
}

.shop_btm_detail h4 {
  font-size: 1.8rem;
}

li.shop_btm_li.li_02 img {
  width: 100%;
  padding: 0 0 0 5px;
}

.shop_btm_detail a {
  padding: 15px 20px;
  margin: 15px 0 0 0;
  font-size: 1.6rem;
}

.shop_tell {
  padding: 0 15px 0 15px;
}

table.shop__tell th {
  font-size: 1.6rem;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}

table.shop__tell td {
  font-size: 3.6rem;
  width: 100%;
  display: block;
  padding: 10px 0;
}
}
/*----商品詳細_フッター_END----*/