@charset "UTF-8";
img {
 image-rendering: -webkit-optimize-contrast;
}

@media print, screen and (min-width: 769px) {
 
 /* リンクに使えるボタン */
 .spring_h2 {
  width: 100%;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
 }
 
 .top_text {
  text-align: center;
  margin: 20px 0px 0px;
 }
 
 .top_text p {
  color: red;
  width: 90%;
  text-align: center;
  margin: auto;
  margin-top: 5px;
 }
 
 /*　ナビボタン　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
  font-size: 1.2em;
 }
 
 .link-list a {
  position: relative;
  display: flex;
  width: auto;
  margin: 1%;
  padding: 1% 5% 1% 3%;
  text-decoration: none;
  color: #ED3147;
  font-weight: bold;
  border: 1px solid #FFC7A9;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
 }
 
 .link-list a:hover {
  color: #BF1A1D;
  background: #FFC7A9;
  border: 1px solid #FFC7A9;
 }
 
 .link-list a:visited {
  color: #ED3147;
 }
 
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ED3147;
  border-right: 3px solid #ED3147;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 
 .link-list a:hover:after {
  border-color: #BF1A1D;
  transition: 0.3s ease-in-out;
 }
 /*　ナビボタンここまで　*/
 
 .spring h3 {
  padding: 0.5em; /*文字周りの余白*/
  color: #F15A5B; /*文字色603813*/
  font-size: 150%;
  background: #FDF2F0; /*背景色*/
  border-left: solid 15px #E8796F; /*左線（実線 太さ 色）*/
  margin-top: 30px;
  text-align: left;
 }
 
 .top_img {
  width: 940px;
  height: auto;
 }
 
 .category_container {
  margin: 0px 20px 20px 20px;
 }
 
 .category_container > table {
  width: 100%;
  border-style: none;
  border-collapse: separate;
  border-spacing: 10px;
  padding: 0;
 }
 
 .category_container > table > tbody > tr > td > a > img {
  width: 200px;
  height: 40px;
 }
 
 .category_text {
  color: #6E181A;
  padding-left: 15px;
 }
 
 .Item_title {
  display: none;
 }
 
 .t_text {
  /* 残*/
  margin: 8px 30px 0px 20px;
  padding: 3px;
  line-height: 1.5em;
 }
 
 .t_text2 {
  /* 残*/
  margin: 8px 30px 8px 20px;
  padding: 3px;
  line-height: 1.5em;
 }
 
 .item_text {
  /* 残*/
  border-top: #CCC dashed 1px;
  padding: 5px;
  margin: 5px 5px 0px 0px;
  line-height: 1.5em;
 }
 
 .price_title {
  width: 940px;
  height: 60;
  margin: 15px 0px 10px 0px;
 }
 
 /* 商品テーブル(横4つ) */
 .item_table {
  /* 残*/
  margin: 0px auto;
  width: 910px;
  margin-top: 7px;
 }
 
 /* 残*/
 .item_table td {
  /* 残*/
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  vertical-align: top;
 }
 
 .item_table_press > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 /* 商品6個配置テーブル */
 .item_table_mini {
  /* 残*/
  margin: 3px auto;
  margin-top: -7px;
  width: 910px;
 }
 
 .item_table_mini tr {
  margin-left: 20px;
 }
 
 .item_table_mini td {
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
 }
 
 .item_table_mini_td {
  width: 15%;
  vertical-align: top;
 }
 
 .item_table_mini_td > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 /* 商品横2個配置テーブル */
 .item_table_big {
  /* 残*/
  margin: 3px auto;
  margin-top: 3px;
  width: 910px;
 }
 
 .item_table_big tr {
  margin-left: 20px;
 }
 
 /* 残*/
 .item_table_big td {
  /* 残*/
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  width: 380px;
  vertical-align: top;
 }
 
 .item_table_press_big {
  width: 15%;
 }
 
 .item_table_press_big_price_r {
  color: #F00;
  font-weight: bold;
 }
 
 .item_table_press_big_price_r span {
  font-weight: normal;
  font-size: 10px;
 }
 
 .item_table_press_big_price_k {
  color: #000;
  font-weight: bold;
 }
 
 .item_table_press_big_price_k span {
  font-weight: normal;
  font-size: 10px;
 }
 
 .btn_line {
  border: #CCC solid 1px;
 }
 
 /* その他 */
 .icon {
  margin: 50px 10px;
  padding: 10px;
  border: #CCC solid 1px;
 }
 
 .sale_price {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  color: red;
  font-weight: bold;
  text-align: left;
  font-size: 12px !important;
  padding-top: 10px;
 }
 
 .sale_price span {
  letter-spacing: normal;
  box-sizing: border-box;
  vertical-align: bottom;
 }
 
 .sale_price span.special_price_text, .price_Heading span {
  font-size: 12px;
 }
 
 .price_Heading span {
  padding: 0 3px;
  box-sizing: border-box;
 }
 
 .price_Heading {
  font-size: 2em;
  letter-spacing: -2px;
  padding-right: 0px;
 }
 
 .tax_text {
  font-size: 10px !important;
  font-weight: normal;
  padding: 0 !important;
 }
 
 .img_link > img {
  width: auto;
 }
 
 .item_table_press > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 .item_table_press_mini > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 .name_campaign {
  text-align: center;
  margin: 20px 0px 0px 0px;
 }
 
 .item_campaign {
  text-align: center;
  margin: 10px 0px 30px 0px;
 }
 
 .header_banner {
  text-align: center;
  display: flex;
  justify-content: center;
 }
 
 .header_banner img {
  width: 210px;
  margin-top: 2em;
  padding-right: 0.5em;
 }
 
 .other_btn {
  text-align: center;
  margin: 10px 45px 30px 45px;
  display: flex;
  justify-content: center;
 }
 
 .other_btn > a > img {
  width: 740px;
  height: 50px;
 }
 
 .icon-s {
  padding: 2px 2px 0px 0px;
 }
 
 .info {
  font-weight: bold;
  background-color: #FFEEEE;
  padding: 10px;
  margin: 20px;
  text-align: center;
  font-size: 14px;
  color: red;
 }
 
 .t-topics {
  margin: 15px 30px 30px 30px;
  text-align: left;
  padding: 10px;
  line-height: 1.8em;
  color: #630;
  background-image: url(/images/text_bg.gif);
 }
 
 .t-topics p {
  margin: 5px 5px 5px 20px;
 }
 
 .details_btn {
  text-align: center;
  margin: 70px auto 0 auto;
 }
 
 .details_btn > p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
 }
 
 .details_btn > a > img {
  width: 500px;
  height: 50px;
 }
 
 .contact_box {
  text-align: center;
  margin-top: 100px;
 }
 
 .contact_box > img {
  width: 890px;
  height: 320px;
  border: 0;
 }
 
}


@media screen and (max-width: 768px) {
 
 .spring_h2 {
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
 }
 
 .block-link-ref-line {
  font-size: 2.9vw;
 }
 
 .top_text {
  padding: 0px 3%;
  margin: 3% 0% 0% 0%;
  font-size: 2.9vw;
  text-align: center;
 }
 
 .top_text b {
  font-size: 3.3vw;
 }
 
 .top_text p {
  color: red;
  width: 90%;
  text-align: center;
  margin: auto;
  margin-top: 3%;
  font-size: 3.3vw;
 }
 
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 95%;
  margin: 0 auto;
  margin-top: 3%;
  font-size: 0.9em;
 }
 
 .link-list a {
  position: relative;
  display: flex;
  width: 40%;
  margin: 1%;
  padding: 2% 4% 2% 3%;
  text-decoration: none;
  color: #ED3147;
  font-weight: bold;
  border: 1px solid #FFC7A9;
  background: #fff;
  border-radius: 5px;
 }
 
 .link-list a:visited {
  color: #ED3147;
 }
 
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ED3147;
  border-right: 3px solid #ED3147;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 10px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 
 .link-list a:hover {
  color: #BF1A1D;
  background: #FFC7A9;
  border: 1px solid #FFC7A9;
 }
 
 .spring h3 {
  padding: 0.6em 0.6em 0.4em 0.6em; /*文字周りの余白*/
  color: #ED3147;
  font-size: 130%;
  background: #FDF2F0; /*背景色*/
  border-left: solid 15px #F47F88; /*左線（実線 太さ 色）*/
  margin-top: 8%;
  margin-bottom: 2%;
  text-align: left;
 }
 
 .top_img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
 }
 
 .category_container {
  margin: 0;
 }
 
 .category_container > table {
  width: 100%;
  border-style: none;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 0;
  margin: 0 auto;
  display: block;
 }
 
 .category_container > table > tbody {
  width: 100%;
  margin: 0 auto;
  padding: 0;
 }
 
 .category_container > table > tbody > tr {
  width: 100%;
  display: inline;
 }
 
 .top-btn-inline-list {
  flex-wrap: wrap;
 }
 
 .top-btn-inline-list > a > img {
  width: 100%;
  height: auto;
  border: 0;
 }
 
 .category_text {
  display: none;
 }
 
 .Item_title {
  display: none;
 }
 
 .t_text {
  /* 残 */
  width: 90%;
  margin: 3px auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.5em;
  font-size: 2.6vw;
 }
 
 .t_text2 {
  /* 残 */
  width: 90%;
  margin: 3px auto !important;
  margin-top: -1%;
  margin-bottom: 10%;
  padding: 5px 5px 20px 5px;
  line-height: 1.5em;
  font-size: 2.6vw;
 }
 
 .item_text {
  /* 残 */
  border-top: #CCC dashed 1px;
  padding: 5px;
  margin: 5px 5px 0px 0px;
  line-height: 1.5em;
  font-size: 12px;
 }
 
 .price_title {
  width: 100%;
  height: auto;
  margin: 15px 0px 10px 0px;
 }
 
 /* 商品一覧 */
 .item_table {
  /* 残 */
  margin: auto;
  margin-top: -2%;
  margin-left: 2%;
  width: 96%;
  display: block;
 }
 
 .item_table tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 
 /* 残 */
 .item_table td {
  /* 残 */
  padding: 3px;
  margin: 0px 0px 10px 0px;
  border: 0;
  width: 46%;
  margin-left: 0.5%;
  display: inline-block;
  vertical-align: top;
 }
 
 .item_table_press > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }
 
 .item_table_press > div > p {
  text-align: left;
  font-size: 130%;
  font-weight: bold;
 }
 
 .item_table_press_mini > a > img {
  width: 100%;
  height: 100%;
 }
 
 /* 商品一覧横3つ(小)並び */
 .item_table_mini {
  margin: 0% auto;
  width: 97%;
  margin-top: -3%;
  display: block;
 }
 
 .item_table_mini tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 
 /* 残 */
 .item_table_mini td {
  /* 残 */
  padding: 1%;
  margin: -5px 0px 5px 1px;
  border: 0;
  width: 30%;
  display: inline-block;
  vertical-align: top;
 }
 
 .item_table_press_mini > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }
 
 /* 商品テーブル大 */
 .item_table_big {
  /* 残 */
  margin: 5px auto;
  margin-left: 2%;
  width: 98%;
  justify-content: center;
 }
 
 .item_table_big tr {
  display: inline;
  margin: 0 auto;
  padding: 0;
  width: 100%;
 }
 
 .item_table_big td {
  padding: 3px;
  margin: 0px 0px 10px 0px;
  border: 0;
  width: 47%;
  display: inline-block;
  vertical-align: top;
 }
 
 .item_table_press_big > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }
 
 .btn_line {
  border: #CCC solid 1px;
 }
 
 /* その他 */
 .icon {
  margin: 50px 10px;
  padding: 10px;
  border: #CCC solid 1px;
 }
 
 .sale_price {
  color: red;
  font-weight: bold;
  text-align: left;
  font-size: 2.7vw !important;
  padding-top: 10px;
 }
 
 .sale_price span.special_price_text, .price_Heading span {
  font-size: 2.7vw;
 }
 
 .price_Heading {
  font-size: 4vw !important;
  letter-spacing: 0 !important;
  padding: 0 0 1px 0 !important;
 }
 
 .tax_text {
  font-size: 3vw !important;
  font-weight: bold;
  padding: 0 !important;
  margin-left: -5px;
 }
 
 .item_table_press > a > img {
  width: 100%;
  height: 100%;
 }
 
 .item_table_press_mini > a > img {
  width: 100%;
  height: 100%;
 }
 
 .name_campaign {
  width: 100%;
  text-align: center;
 }
 
 .name_campaign img {
  width: 90%;
  margin: auto;
 }
 
 .header_banner {
  width: 100%;
  text-align: center;
  margin-top: 1em;
 }
 
 .header_banner img {
  width: 95%;
  margin: auto;
  padding-right: 0.2em;
 }
 
 .other_btn {
  width: 100%;
  text-align: center;
  margin: 10px 0 30px 0;
 }
 
 .other_btn > a > img {
  width: 90%;
  height: auto;
  margin: 0 auto;
 }
 
 .t-topics {
  margin: 15px 30px 30px 30px;
  text-align: left;
  padding: 10px;
  line-height: 1.8em;
  color: #630;
  background-image: url(/images/text_bg.gif);
 }
 
 .t-topics p {
  margin: 5px 5px 5px 20px;
 }
 
 .details_btn {
  text-align: center;
  margin: 50px auto 0 auto;
 }
 
 .details_btn > p {
  text-align: center;
  font-size: 3vw;
  font-weight: bold;
  padding-bottom: 10px;
 }
 
 .details_btn > a > img {
  width: 90%;
  height: auto;
 }
 
 .contact_box {
  width: calc(85%-20px);
  height: auto;
  padding: 10px;
  background: #FFF3E1;
  margin: 20px;
  line-height: 2.0em;
  text-align: center;
 }
 
 .contact_box > h3 {
  font-size: 4.5vw;
  padding: 20px 0px;
  color: #F47A16;
 }
 
 .contact_box > p {
  text-align: center;
  line-height: 1.2;
  font-size: 4.5vw;
  font-weight: bold;
 }
 
 .contact_box > p > span {
  font-size: 3.75vw;
  font-weight: normal;
  line-height: 1.5;
 }
 
 .contact_box_table {
  width: 100%;
  border: 0;
  border-collapse: separate;
  border-spacing: 10px;
  padding: 0;
 }
 
 .contact_box_table td {
  text-align: center;
 }
 
 .contact_area {
  width: 49%;
 }
 
 .contact_area > div {
  background: #DBC2A7;
  padding: 5px 10px;
  color: #4D4D4D;
  font-weight: bold;
  text-align: center;
  font-size: 6vw;
  border-radius: 10px;
  box-sizing: border-box;
 }
 
 .content_tel {
  text-align: center;
 }
 
 .content_tel_img {
  width: 90%;
 }
 
}

