@charset "UTF-8";

.summer h2 {
 margin: 10px auto 10px auto;
 font-weight: 700;
 font-size: 14px;
 text-align: center;
}
.top_text {
 text-align: center;
 margin: 10px auto 20px auto;
 line-height: 1.5em;
}
.top_text p {
 color: red;
 margin-top: 10px;
}


/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print, screen and (min-width: 769px) {
 
 .summer h3 {
  background: #fdf25a;
  border-left: 20px #e97740 solid;
  font-size: 1.5em;
  font-weight: bold;
  margin: 30px 0px 0px 15px;
  padding: 9.5px 0px 7px 14px;
  width: 98%;
  color: #603813;
 }
 .t_text {
  width: 900px;
  margin: 3px 30px 0px 20px;
  padding: 5px 5px 0px 5px;
  line-height: 1.8em;
 }
 .item_text {
  border-top: #CCC dashed 1px;
  padding: 5px 1% 1%;
  margin: 5px 5px 0px 0px;
  line-height: 1.5em;
 }
 
 /*　ナビボタン　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: 0 auto;
 }
 .link-list a {
  position: relative;
  display: inline-block;
  padding: 0.5rem 3rem 0.5rem 2rem;
  margin: 0.5em;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.15em;
  background: #fff;
  color: #166ac8;
  border: 1px solid #166ac8;
  border-radius: 5px;
 }
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #166ac8;
  border-right: 3px solid #166ac8;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 .link-list a:hover {
  color: #fff;
  background: #166ac8;
  border: 1px solid #166ac8;
 }
 .link-list a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
 }
 .link-list a:visited {
  color: #166ac8;
 }
 /*　ナビボタンここまで　*/
 
 .top_text {
 font-size: 1em;
}
 
 .kanren {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
  margin: 20px auto 5px auto;
 }
 
 /* バナー横並び */
 .recommend {
  width: 100%;
 }
 .recommend p {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content: center;
  margin: 2% 0% 2% 4%;
 }
 .recommend_banner li {
  width: 23%;
  margin: 0% 1%;
  box-sizing: border-box;
 }
 .recommend_banner img {
  width: 100%;
 }

 .recategory_textcommend_banner {
  width: 50%;
  display: flex;
  justify-content: center;
  margin: 1em auto;
  margin-left: 25%;
 }
 .recategory_textcommend_banner li {
  width: 45%;
  margin: 0em 1em;
 }
 .recategory_textcommend_banner img {
  width: 100%;
 }
 
 .rndm-rink {
 margin: 10px auto;
 text-align: center;
 width: 50%;
}
.rndm-rink img {
 margin: 0 auto;
 width: 45%;
}
 
 /* 商品テーブル(横4つ) */
 .item_table {
  /* 残*/
  margin: 5px auto;
  width: 900px;
 }
 .item_table tr {
  margin-left: 20px;
 }
 /* 残*/
 .item_table td {
  /* 残*/
  padding: 5px;
  margin: 0px 5px;
  border: #efefef solid 1px;
  width: 20%;
  vertical-align: top;
 }
 .item_table_press > div > p {
  text-align: center;
  margin-top: 5px;
  padding: 5px;
  background: #FFFCE5;
  font-size: 130%;
  font-weight: bold;
 }
 .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: -8px;
  width: 900px;
 }
 .item_table_mini tr {
  margin-left: 0px;
 }
 .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: 5px;
  width: 900px;
 }
 .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_big_img {
  display: flex;
  width: 50%;
 }
 
 /* コラム・トピック用 */
 .t-topics {
  margin: 2% auto 0% auto;
  padding: 20px 20px 20px 25px;
  width: 60%;
  text-align: left;
  font-size: 13px;
  color: #630;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #ffffd3 0, #ffffd3 2px, #fffff7 0, #fffff7 50%);
  /*background-image: url(/images/text_bg.gif);*/
  line-height: 2em;
  border-radius: 10px;
 }
 .t-topics_p1 {
  padding: 1% 0% 1% 0%;
  font-size: 140%;
  line-height: 1.5em;
  vertical-align: middle;
 }
 .t-topics_p1 img {
  width: 20px;
  margin: -1% 0% 0% 0%;
  padding: 0% 1% 0% 0%;
  vertical-align: middle;
 }
 .t-topics_p2 {
  margin: 0% 0% 0% 0%;
  line-height: 1.8em;
 }
 .t-topics_p3 {
  padding-top: 10px;
 }
 
}


/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {
 
 .block-link-ref-line {
  font-size: 3vw;
 }
 .summer h3 {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 3% 0 2% 4%;
  margin-top: 5%;
  color: #603813;
  background: #fdf25a;
  border-bottom: 3px #e97740 solid;
  font-size: 1.1em;
  font-weight: bold;
 }
 
 /*　ナビボタン　*/
 .link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 95%;
  margin: 3% 2% 0% 0%;
 }
 .link-list li {
  width: 45%;
 }
 .link-list a {
  position: relative;
  width: 95%;
  display: inline-block;
  padding: 4% 6% 3% 4%;
  margin: 2%;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
  background: #fff;
  color: #166ac8;
  border: 1px solid #166ac8;
  border-radius: 5px;
 }
 .link-list a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #166ac8;
  border-right: 3px solid #166ac8;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: 25%;
  right: 15px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
 }
 .link-list a:hover {
  color: #fff;
  background: #166ac8;
  border: 1px solid #166ac8;
 }
 .link-list a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out;
 }
 .link-list a:visited {
  color: #166ac8;
 }
 /*　ナビボタンここまで　*/
 
 .top_text {
  width: 95%;
  font-size: 0.9em;
  margin: auto;
  box-sizing: border-box;
  
 }
 .top_text p {
  width: 90%;
  margin: auto;
  margin-top: 3%;
 }
 
 .kanren {
  font-size: 0.9em;
  text-align: center;
  font-weight: bold;
  margin: 10px auto 0 auto;
  color: #534741;
 }
 
 /* バナー横並び */
 .recommend {
  width: 100%;
  text-align: center;
 }
 .recommend p {
  font-size: 0.9em;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto;
  flex-wrap: wrap;
 }
 .recommend_banner li {
  width: 45%;
  margin: 0.5em auto;
 }
 .recommend_banner img {
  width: 100%;
  object-fit: cover;
 }
 
 .recategory_textcommend_banner {
  width: 95%;
  display: flex;
  justify-content: space-around;
  margin: 1em auto;
 }
 .recategory_textcommend_banner li {
  width: 45%;
 }
 .recategory_textcommend_banner img {
  width: 100%;
 }
 
 .t_text {
  /* 残 */
  width: 90%;
  margin: 1% auto !important;
  margin-top: -1%;
  padding: 5px;
  line-height: 1.7em;
  font-size: 3vw;
 }
 .item_text {
  padding: 2%;
  margin: 1% 0% 0 0;
  line-height: 1.5em;
  font-size: 3vw;
 }
 
 /* 商品一覧 */
 .item_table {
  /* 残 */
  margin: 5px auto;
  width: 95%;
  display: block;
 }
 .item_table tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 /* 残 */
 .item_table td {
  /* 残 */
  padding: 3px;
  margin: 0px 5px 10px 5px;
  border: 0;
  width: calc(100% / 2 - 20px);
  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: 99%;
  margin-top: -1%;
  display: block;
 }
 .item_table_mini tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 /* 残 */
 .item_table_mini td {
  /* 残 */
  padding: 3px;
  margin: 0px 2px 10px 2px;
  border: 0;
  width: calc(100% / 3 - 15px);
  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;
  width: 98%;
  justify-content: center;
 }
 .item_table_big tr {
  display: inline;
  margin: 0 auto;
  padding: 0;
 }
 .item_table_big td {
  padding: 3px;
  margin: 0px 2px 1px 2px;
  border: 0;
  width: calc(100% / 2 - 15px);
  display: inline-block;
  vertical-align: top;
 }
 .item_table_press_big > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }
 
 /* SP用商品テーブル大 */
 .item_table_sp_td {
  /* 残 */
  margin: 5px auto;
  width: 98%;
  justify-content: center;
 }
 .item_table_sp_td tr {
  display: inline;
  margin: 0 auto;
  padding: 0;
 }
 .item_table_sp_td td {
  padding: 3px;
  margin: 0px 2px 1px 2px;
  border: 0;
  width: calc(100% / 2 - 15px);
  display: inline-block;
  vertical-align: top;
 }
 .item_table_sp_td > a > img {
  border: #CCC solid 1px;
  width: 100%;
  height: 100%;
 }
 .btn_line {
  border: #CCC solid 1px;
 }
 
 /* 特集全体のリンクに使えるボタン */
 .sp_btn {
  margin: 10px auto;
  padding: 7px 0px 6px 0px;
  background: #FFD96D;
  width: 90%;
  text-align: center;
  font-size: 3.5vw;
  font-weight: bold;
  border: solid 1px #F1B524;
  border-radius: 10px;
  box-shadow: 2px 2px #F18324;
  color: #603813;
 }
 .sp_btn a {
  display: block;
  color: #603813;
 }
 .sp_btn a:link {
  color: #603813;
 }
 .sp_btn a:visited {
  color: #603813;
 }
 .sp_btn a {
  text-decoration: none;
 }
 
 /* コラム・トピック用 */
 .t-topics {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  padding: 3% 0% 3% 0%;
  line-height: 1.8em;
  color: #630;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, #ffffd3 0, #ffffd3 2px, #fffff7 0, #fffff7 50%);
 }
 .t-topics_p1 {
  font-size: 4vw;
  line-height: 1.5em;
  vertical-align: middle;
 }
 .t-topics_p1 img {
  width: 5%;
  margin: 0% 2% 0% 0%;
  padding: 0% 0% 1.5% 0%;
  vertical-align: middle;
 }
 .t-topics_p2 {
  font-size: 3vw;
  line-height: 1.7em;
  padding: 5% 2% 0% 0%;
 }
 .t-topics_p3 {
  font-size: 3vw;
  line-height: 1.7em;
  padding: 5% 2% 0% 0%;
 }
 
}