@charset "UTF-8";

/* reset
-------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}


/* common
-------------------------------------------------- */
p.fuku_link {
  padding: 30px 10px;
  font-size: 1.2rem;
  color: #5e4c44;
}
.spec {
  margin: -40px auto 10px auto;
  text-align: center;
}
html {
  font-size: .625rem;
}

body {
  background-color: #fff;
  color: #222;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴシック","Hiragino Sans","游ゴシック","Yu Gothic","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  text-size-adjust: 100%;
}
.price{
font-family: serif;
}

.width {
  max-width: 750px;
  margin: 0 auto;
}


a {
  color: inherit;
  outline: none;
  text-decoration: none;
  transition: opacity .2s;
}

img {
  max-width: 100%;
  vertical-align: top;
}

em {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  p.price {
    font-size: 4.6rem;
    font-weight: bold;
  }
.teiki {
  border-bottom: 1px solid #1a1a1a;
  margin: 0 20% 60px 20%;
}
  a:hover {
    opacity: .65;
  }
}

/* header
-------------------------------------------------- */
.header {
  position: relative;
  z-index: 2;
}

.header.is-active.is-open::before {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .35);
  z-index: 1;
  content: "";
}

.headerInner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 10px 20px;
  background-color: #fff;
  z-index: 2;
}

.headerInner::after {
  display: block;
  clear: both;
  content: "";
}

.header__title {
  float: left;
  padding-top: 12px;
}

.header__title > a {
  display: block;
  width: 152px;
  height: 33px;
  background: transparent url('../images/common/h1_logo.png') 0 0 no-repeat;
  background-size: 100% 100%;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

.headerMenu {
  float: right;
  display: flex;
  flex-wrap: nowrap;
}

.headerMenu__item {
  padding-top: 1px;
}

.headerMenu__item > a {
  display: block;
  width: 50px;
  height: 56px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 42px 45px;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

.headerMenu__item--myPage > a { background-image: url('../images/common/menuBtn01_sp.png'); }
.headerMenu__item--column > a { background-image: url('../images/common/menuBtn02_sp.png'); }
.headerMenu__item--column.point > a {
  background-image: url('../images/common/menuBtn03_sp.png');
  background-size: 100%;
  margin-left: 6px;
}


@media screen and (max-width: 374px) {
  .headerInner {
    padding: 10px 0 10px 10px;
  }

  .header__title {
    padding-top: calc((58px - 8.8vw) / 2);
  }

  .header__title > a {
    width: 40.533333vw;
    height: 8.8vw;
  }
}

@media screen and (min-width: 768px) {
  .headerInner {
    padding: 12px 20px;
  }

  .header__title {
    width: 16.6%;
    padding-top: 0;
  }

  .header__title > a {
    width: auto;
    height: 0;
    padding-top: 22.159091%;
  }

  .headerMenu {
    justify-content: space-between;
    width: 22%;
  }

  .headerMenu__item {
    padding: 3.6458333% 0;
  }

  .headerMenu__item--myPage { width: 50.520833%; }
  .headerMenu__item--column { width: 39.0625%; }
  .headerMenu__item--column.point {
    width: 45.0625%;
    margin-left: 18px;
  }

  .headerMenu__item > a {
    width: auto;
    height: 0;
    background-size: 100% 100%;
  }

  .headerMenu__item--myPage > a { padding-top: 25.773196%; background-image: url('../images/common/menuBtn01_pc.png'); }
  .headerMenu__item--column.point > a { padding-top: 33.333333%; background-image: url('../images/common/menuBtn03_pc.png'); }
}

.menuBtn {
  display: none;
}

.is-active .menuBtn {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  border: none;
  border-radius: 6px 0 0 6px;
  background: linear-gradient(180deg, #f5a94f 10%, #ef8b13 70%);
  outline: none;
  box-shadow: 0 2px 0 0 #c7590d;
  transition: all .4s;
}

.menuBtn > span:not(.menuBtn__text) {
  position: absolute;
  left: 11px;
  width: 34px;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all .2s;
}

.menuBtn__bar01 { top: 10px; }
.menuBtn__bar02 { top: 20px; }
.menuBtn__bar03 { top: 30px; }

.menuBtn__text {
  position: absolute;
  top: 39px;
  left: 9px;
  width: 38px;
  height: 8px;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

.menuBtn__text::before,
.menuBtn__text::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all .2s;
  content: "";
}

.menuBtn__text::before{ background-image: url('../images/common/menuText_close.png'); opacity: 1; }
.menuBtn__text::after{ background-image: url('../images/common/menuText_open.png'); opacity: 0; }

.is-active.is-open .menuBtn {
  background: linear-gradient(180deg, #fff 10%, #fff 70%);
  box-shadow: 0 0 0 0 #fff;
}

.is-active.is-open .menuBtn > span:not(.menuBtn__text) { background-color: #e89c42; }

.is-active.is-open .menuBtn__bar01 { width: 37px; transform: translateY(10px) rotate(-45deg); }
.is-active.is-open .menuBtn__bar02 { opacity: 0; }
.is-active.is-open .menuBtn__bar03 { width: 37px; transform: translateY(-10px) rotate(45deg); }

.is-active.is-open .menuBtn__text::before{ opacity: 0; }
.is-active.is-open .menuBtn__text::after{ opacity: 1; }

.headerNavi {
  padding: 20px 20px 10px;
  background-color: #faf2e6;
}

.is-active .headerNavi {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}

.naviList {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.naviList__item {
  width: 100%;
  padding-bottom: 10px;
}

.naviText {
  display: none;
}

@media screen and (min-width: 568px) and (max-width: 767px) {
  .naviList__item {
    width: calc(50% - 5px);
    margin-left: 10px;
  }

  .naviList__item:nth-child(2n+1){
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) {
  .headerNavi {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
  }

  .naviList {
    height: 100%;
    position: relative;
    margin: 0 25.2% 0 22.6%;
    border-left: 1px solid #e89c42;
    z-index: 2;
  }

  .naviList__item {
    flex: 1;
    padding: 0;
    border-right: 1px solid #e89c42;
  }

  .naviList__item > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .naviList__item img {
    display: none;
  }

  .naviText {
    display: inline-block;
    color: #5f4c45;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .naviText { font-size: 1.2121212vw; }
}

/* footer
-------------------------------------------------- */
.footer {
  position: relative;
  padding-top: 30px;
}

.footerNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 360px;
  margin: 0 auto 15px;
}

@media screen and (min-width: 768px) {
  .footerNavi {
    max-width: none;
  }
}

.footerNavi__item {
  position: relative;
  margin-bottom: 15px;
  padding: 0 1em;
  font-size: 1.5rem;
  line-height: 1;
}

.footerNavi__item + .footerNavi__item {
  padding-left: calc(1em + 1px);
}

.footerNavi__item + .footerNavi__item::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 1px;
  border-radius: 1px;
  background-color: #5e4c44;
  content: "";
}

@media screen and (max-width: 767px) {
  .footerNavi__item:nth-child(4) { padding-left: 1em; }
  .footerNavi__item:nth-child(4)::before { content: none; }
}

.footerSubNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px 0;
  background-color: #faf2e6;
}

.footerSubNavi__item {
  position: relative;
  padding: 5px 1em;
  font-size: 1.2rem;
  line-height: 1;
}

.footerSubNavi__item + .footerSubNavi__item {
  padding-left: calc(1em + 1px);
}

.footerSubNavi__item + .footerSubNavi__item::before {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 0;
  width: 1px;
  border-radius: 1px;
  background-color: #5e4c44;
  content: "";
}

.copyright {
  padding: 8px 0;
  background-color: #5e4c44;
}

.copyright__text {
  display: block;
  width: 225px;
  height: 12px;
  margin: 0 auto;
  background: transparent url('../images/common/copyright.png') 50% 50% no-repeat;
  background-size: auto 100%;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

/*----- scrollTop -----*/
.scrollTopNav {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

.scrollTopNav__btn {
  display: block;
  width: 57px;
  height: 58px;
  background: transparent url('../images/common/pagetopNav.png') 50% 50% no-repeat;
  background-size: 100%;
  white-space: nowrap;
  text-indent: 101%;
  overflow: hidden;
}

@charset "UTF-8";
.red{
 color: #F1805F;
}
a{
   word-break: break-all;
}

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: 0 auto;
}

/* .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 + .faq {
  margin-top: 5.333333vw;
}

.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 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: 0 auto;
}

/* .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;
}
}

/*----お問い合わせフォーム_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: 1400px;
}

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

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

.form iframe {
  height: 1600px;
}
}
/*----お問い合わせフォーム_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-top: 60px;
  padding-right: 15px;
}

@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: 1.8rem;
  padding-top: 0;
}
}
/*----お知らせ詳細_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 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;
}
.teiki {
  border-bottom: 1px solid #1a1a1a;
  margin: 0 5% 60px 5%;
}
p.price {
  font-size: 3.4rem;
  font-weight: bold;
}
}
/*----サンテミナの商品_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;
  background-color: #FFFAF0;
}

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

.product_item_detail_txt {
  text-align: center;
  margin: 0;
  width: 100%;
}

.product__item_box {
  margin-bottom: 100px;
}

.item_box {
    padding-bottom: 30px;
}

.ttl {
  margin-bottom: 30px;
}

.t_small {
  font-size: 1.6rem;
  font-weight: normal;
}

.t_small02 {
  text-align: center;
}

.t_small_zeikomi {
    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.2rem;
  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;
  font-weight: bold;
  color: #F1805F;
  line-height: 1.2;
  margin: 0 auto 10px auto;
}

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;
  margin: auto;
}


p.attention {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 25px 0;
  display: inline-block;
    text-align: left;
}

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_tokuten {
  background: #ffffff;
  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;
  text-align: left;
}

.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;
}

p.teiki_ttl {
  width: 95%;
  display: block;
}

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;
  margin-bottom: 20px;
}

.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 {
  margin: 40px 0px;
  border-bottom: 2px dashed #F1805F;
  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-bottom: 20px;
  display: block;
  width: 100%;
  font-weight: bold;
}

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

table.shop__tell td {
  font-size: 3.4rem;
  vertical-align: middle;
  width: 30%;
  padding-left: 50px;
}

table.shop__tell {
  width: 100%;
}

@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: 3.0rem;
  border-bottom: 3px solid #F1805F;
}

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: 20px 15px 0 15px;
}

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

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