@charset "UTF-8";
.otherPageTtl1 {
    font-family: 'Times New Roman','STSong','SimSun', serif !important;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5em;
    margin: 0 0 30px;
}
.subPageTtl1 {
    font-family: 'Times New Roman','STSong','SimSun', serif !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.3em;
    margin: 0 0 30px;
}
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.item-detail-data__link-target {
    padding: 7px 30px 8px 0px !important;
    font-size: 14px !important;
}

@media screen and (min-width: 767px) and (max-width: 1279px) {
.otherPageTtl1 {
    font-family: 'Times New Roman','STSong','SimSun', serif !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5em;
    margin: 0 0 30px;
  }
.subPageTtl1 {
    font-family: 'Times New Roman','STSong','SimSun', serif !important;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3em;
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 766px) {
.otherPageTtl1 {
     font-family: 'Times New Roman','STSong','SimSun', serif !important;
     font-weight: bold;
     font-size: 22px;
     margin: 0 0 20px;
  }
.subPageTtl1 {
    font-family: 'Times New Roman','STSong','SimSun', serif !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3em;
    margin: 0 0 30px;
  }
}
  
/* ----------------------------------------
  オンラインショップ
---------------------------------------- */
.OnlineshopArea {
    padding: 40px 0;
}
.OnlineshopArea .midashi h2 {
    font-size: 24px !important;
    text-align: center;
    color: #000000;
    padding-bottom: 40px;
}

.OnlineshopBtn-wrap {
  margin-bottom: 80px;
  text-align: center;
}
.OnlineshopBtn {
  display: inline-block;
  width: auto;
  float: none;
  text-align: center;
  margin: 0 10px 10px 10px;
}
.OnlineshopBtn a {
  display: inline-block;
  width: 253px;
  font-family: "Noto Sans Japanese", sans-serif; 
  font-size: 14px;
  font-weight: 300;
  padding: 19px 15px;
}

/* ----------------------------------------
  改行：<br>
---------------------------------------- */
/* スマホ用<br> */
@media screen and (max-width:414px) {
	.br-sp { display: block; }
	.br-tb { display: none; }
	.br-pc { display: none; }
}
/* tablet用<br> */
@media only screen and (min-width:415px) and (max-width:834px) {
	.br-sp { display: none; }
	.br-tb { display: block; }
	.br-pc { display: none; }
}
/* pc用<br> */
@media screen and (min-width:835px) {
	.br-sp { display: none; }
	.br-tb { display: none; }
	.br-pc { display: block; }
}