@charset "UTF-8";
img {
 image-rendering: -webkit-optimize-contrast;
}

html, header {
 width: 100%;
 overflow: visible;
}

.header_fixed {
 position: sticky;
 top: 0;
 z-index: 999;
 width: 100%;
 background: white;
 box-sizing: border-box;
}


@media print, screen and (min-width: 769px) {
 
 .shin_h1 {
  width: 100%;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
 }
 
 .shin_h2 {
  box-sizing: border-box;
  width: 100%;
  margin: 2% auto;
  padding: 1.5% 0% 1% 1%;
  text-align: left;
  color: #000;
  font-size: 1.3em;
  background: #E6E6E6;
  border-left: solid 15px #999999;
 }
 
 .shin_h3 {
  width: 95%;
  margin: 2% auto;
  padding: 1% 0% 1% 1%;
  color: black;
  background: #f9f4ef;
  font-size: 1.2em;
  font-weight: bold;
 }
 
 .shin_h3:before {
  content: '■';
 }
 
 .shin_toptext {
  margin: 1% auto;
  text-align: center;
  font-size: 1em;
  line-height: 1.5em;
 }
 
 /* ヘッダーナビボタン */
 .navi_area {
  width: 940px;
  margin: 0% auto 3% auto;
 }
 
 .navi_area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 1.5%;
 }
 
 .navi_area li {
  width: auto;
  margin: 5px 7px;
 }
 
 .navi_btn a {
  width: auto;
  position: relative;
  display: block;
  justify-content: space-around;
  align-items: center;
  padding: 13px 18px 13px 18px;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 1px #d3d3d3;
  background: #fff;
  color: #808080;
  box-shadow: 2px 2px #f5f5f5;
  transition: 0.3s ease-in-out;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
 }
 
 .navi_btn a:hover {
  background: #ffffe0;
  color: #008080;
  border: solid 1px #B0E0E6;
  box-shadow: 2px 2px #B0E0E6;
 }
 
 .navi_btn a:hover:after {
  color: #008080;
 }
 
 .navi_btn span {
  font-size: 13px;
  color: #808080;
  padding-left: 5px;
 }
 /* ヘッダーナビボタンここまで */
 
 .mds_text {
  margin: 0% auto 1.5% auto;
  padding-left: 3em;
  line-height: 1.5em;
 }
 
 .mds_text span{
  font-size: 1.5em;
  font-weight: bold;
  color: #ff4da6;
 }
 
 .mds_text2 {
  margin: 0% auto 1.5% auto;
  padding-left: 2em;
  line-height: 1.5em;
 }
 
 /*4月始まりパーツ*/
 .pickUp-calendar1 {
  width: 840px;
  margin: 0 auto;
  margin-left: 4%;
 }
 
 .h4_calendar_rink {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
 }
 
 .btn_more {
  width: 45%;
  display: block;
  position: relative;
  background-color: #fffae6;
  border: 2px solid #ffe680;
  border-radius: 5px;
  margin: 3% auto;
  padding: 2.5% 2% 2% 0%;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: black;
  text-decoration: none;
 }
 
 .btn_more:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
 }
 
 .btn_more:hover {
  opacity: 0.7;
 }
 
 .btn_more:hover a {
  text-decoration: none;
 }
 
 .btn_more:hover, .btn_more:visited {
  color: black;
 }
 
 .pop_point {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96%;
  margin: 0.5% auto 4% auto;
  border: #dcdcdc 1px solid;
 }
 
 .pop_point p {
  width: 30%;
  background-color: #dcdcdc;
  text-align: center;
  font-size: 1.3em;
  padding: 4.5% 0%;
 }
 
 .pop_point ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70%;
  padding: 1% 0%;
 }
 
 .pop_point li {
  padding-left: 1em;
  line-height: 1.4em;
 }
 
 .point_long {
  width: 80%;
 }
 
 .point_red1 {
  font-size: 1.3em;
  font-weight: bold;
  color: red;
 }
 
 .point_red2 {
  color: red;
 }
 
 /*見積・サンプル依頼ボタン*/
 .btn_box {
  width: 900px;
  display: flex;
  margin-left: 45px;
  margin-top: 15px;
  margin-bottom: 35px;
 }
 
 .btn_mitsu {
  display: flex;
  align-items: center;
 }
 
 a.btn_mm {
  width: 340px;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  text-decoration: none;
  padding: 20px;
  box-shadow: 6px 6px #CCCCCC;
  margin-right: 20px;
  display: block;
  background: #F75E1E;
  color: white;
  text-align: center;
  position: relative;
  padding-right: 40px;
  font-size: 22px;
 }
 
 a.btn_mm:hover {
  background-color: #F75E1E;
  color: white;
  opacity: 0.8;
  text-decoration: none;
 }
 
 a.btn_mm:visited {
  color: white;
  text-decoration: none;
 }
 
 a.btn_mm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  right: 35px;
 }
 
 .btn_sam {
  display: flex;
  align-items: center;
 }
 
 a.btn_s {
  display: block;
  flex-grow: 1;
  width: 360px;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #468080;
  text-decoration: none;
  padding: 20px;
  box-shadow: 6px 6px #CCCCCC;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 40px;
  font-size: 22px;
  text-decoration: none;
 }
 
 a.btn_s:hover {
  background-color: #6E999C;
  color: white;
  opacity: 0.8;
  text-decoration: none;
 }
 
 a.btn_s:visited {
  color: white;
  text-decoration: none;
 }
 
 a.btn_s::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
  right: 35px;
 }
 
 .btn_s_end {
  width: 410px;
  text-align: center;
  padding-top: 23px;
  height: 33px;
  font-size: 17px;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #B8C9C6;
  text-decoration: none;
  box-shadow: 6px 6px #CCCCCC;
  color: #fff;
  font-weight: bold;
 }
 /*見積・サンプル依頼ボタン*/

 /*使用例*/
 .howto_4gatsu {
  width: 95%;
  margin: 5% auto;
 }
 
 .howto_4gatsu_mds {
  margin: 1% auto;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #663300;
 }
 
 .howto_4gatsu ul{
  width: 65%;
  margin: 0 auto;
  padding: 0.5em;
  color: #663300;
  border-top: solid 1px #663300;
  border-bottom: solid 1px #663300;
  font-size: 1.1em;
 }
 
 .howto_4gatsu ul li{
  margin: 0.8em auto;
 }
 
 .howto_4gatsu ul p {
  display: inline-block;
  font-weight: bold;
 }
 
 .howto_4gatsu ul p::after {
  content: '：';
  font-size: 1.1em;
  font-weight: bold;
  color: #663300;
 }
 
 .howto_4gatsu_ulmds1{
  color: #2e8ae6;
 }
 
 .howto_4gatsu_ulmds2{
  color: #ff6347;
 }
 
 .howto_4gatsu_ulmds3{
  color: #ff1493;
 }
 
 .howto_4gatsu_ulmds4{
  color: #228b22;
 }
 /*使用例*/
 /*4月始まりパーツ*/
 
 /* 商品テーブル(横4つ) */
 .item_table {
  width: 910px;
  margin: 0 auto;
  margin-bottom: 0.3%;
 }
 
 .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;
 }
 
 /* その他 */
 .osusume_flexbox ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center; /* 子要素をflexboxにより中央に配置する */
 }
 
 .osusume_flexbox li {
  margin: 10px;
  padding: 5px;
  line-hight: 1;
 }
 
 .osusume_flexbox li p {
  margin: 0;
  padding: 0;
 }
 
 .img_link > img {
  width: auto;
 }
 
 .item_table_press > a > img {
  width: 100%;
  height: auto;
  margin: 0 auto 5px auto;
  padding: 0;
 }
 
 .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;
 }

}


@media screen and (max-width: 768px) {
 
 .shin_h1 {
  width: 100%;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-top: 5%;
 }
 
 .shin_h2 {
  box-sizing: border-box;
  width: 100%;
  margin: 5% auto;
  padding: 2.5% 0% 1.5% 2%;
  text-align: left;
  color: #000;
  font-size: 1.1em;
  line-height: 1.2em;
  background: #E6E6E6;
  border-left: solid 15px #999999;
 }
 
 .shin_h3 {
  box-sizing: border-box;
  width: 100%;
  margin: 5% auto;
  padding: 3% 0% 2% 6.5%;
  color: black;
  background: #f9f4ef;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
 }
 
 .shin_toptext {
  width: 88.5%;
  margin: 3% auto;
  text-align: left;
  font-size: 1em;
  line-height: 1.5em;
 }
 
 /* ヘッダーナビボタン */
 .navi_area {
  width: 95%;
  margin: 0 auto;
  margin-top: 1%;
 }
 
 .navi_area ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  text-align: center;
 }
 
 .navi_area li {
  width: 47%;
  padding: 1% 1% 1% 1.5%;
 }
 
 .navi_btn a {
  display: block;
  padding: 9% 2%;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #808080;
  border-radius: 5px;
  border: solid 1px #d3d3d3;
  background: white;
 }
 
 .navi_btn a:hover {
  background: #ffffe0;
  color: #008080;
  border: solid 1px #B0E0E6;
 }
 
 .navi_btn a:hover:after {
  color: #008080;
 }
 /* ヘッダーナビボタン */
 
 .mds_text {
  width: 90%;
  margin: 0% auto 1.5% auto;
  line-height: 1.5em;
 }
 
 .mds_text span{
  font-size: 1.1em;
  font-weight: bold;
  color: #ff4da6;
 }
 
 .mds_text2 {
  width: 90%;
  margin: -1% auto 1.5% auto;
  line-height: 1.5em;
 }
 
 /* 4月始まりパーツ */
 .pickUp-calendar1 {
  width: 95%;
  margin: 0 auto;
  margin-left: 2.5%;
 }
 
 .h4_calendar_rink {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 7%;
 }
 
 .btn_more {
  box-sizing: border-box;
  width: 90%;
  display: block;
  position: relative;
  background-color: #fffae6;
  border: 2px solid #ffe680;
  border-radius: 5px;
  margin: 3% auto;
  padding: 3.5% 1% 3% 0%;
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
  color: black;
  text-decoration: none;
 }
 
 .btn_more:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid black;
  border-right: 2px solid black;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -6px;
 }
 
 .btn_more:visited {
  color: black;
 }
 
 .pop_point {
  width: 90%;
  margin: 0.5% auto 5% auto;
  text-align: center;
 }
 
 .pop_point p {
  width: 100%;
  margin: 0 auto;
  background-color: #dcdcdc;
  padding: 0.5em 0em;
 }
 
 .pop_point ul {
  width: 100%;
  font-size: 0.9em;
  text-align: left;
  margin: 3% auto 5% auto;
  line-height: 1.5em;
 }
 
 .pop_point li span:not(.pop_indent) {
  font-size: 0.8em;
 }
 
 .pop_indent {
  padding-left: 1em;
 }
 
 .point_red1 {
  font-size: 1.1em;
  font-weight: bold;
  color: red;
 }
 
 .point_red2 {
  color: red;
 }
 
 /*見積・サンプル依頼ボタン*/
 .btn_box {
  width: 100%;
  margin: 2% 0% 10% 0%;
 }
 
 .btn_mitsu {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
 }
 
 a.btn_mm {
  display: block;
  flex-grow: 1;
  align-items: center;
  width: 85%;
  font-size: 1em;
  margin: auto;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #F75E1E;
  text-decoration: none;
  box-shadow: 6px 6px #CCCCCC;
  padding: 5%;
  margin-bottom: 5%;
  color: #fff;
  text-align: center;
  position: relative;
  padding-right: 40px;
 }
 
 a.btn_mm:hover {
  background-color: #F75E1E;
  color: white;
  opacity: 0.8;
  text-decoration: none;
 }
 
 a.btn_mm:visited {
  color: white;
  text-decoration: none;
 }
 
 a.btn_mm::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  right: 20%;
 }
 
 .btn_sam {
  display: flex;
  align-items: center;
  width: 90%;
  margin: auto;
 }
 
 a.btn_s {
  display: block;
  flex-grow: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1em;
  text-decoration: none;
  width: 85%;
  font-size: 1em;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #468080;
  text-decoration: none;
  padding: 5%;
  box-shadow: 6px 6px #CCCCCC;
 }
 
 a.btn_s:hover {
  background-color: #6E999C;
  color: white;
  opacity: 0.8;
  text-decoration: none;
 }
 
 a.btn_s:visited {
  color: white;
  text-decoration: none;
 }
 
 a.btn_s::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  right: 15%;
 }
 
 .btn_s_end {
  text-align: center;
  width: 80%;
  margin: auto;
  font-size: 1em;
  font-weight: bolder;
  border-radius: 30px; /*角丸CSS3*/
  background-color: #CDD5D3;
  color: #fff;
  text-decoration: none;
  padding: 5%;
 }
 /*見積・サンプル依頼ボタン*/
 
 /*使用例*/
 .howto_4gatsu {
  width: 95%;
  margin: 5% auto 10% auto;
 }
 
 .howto_4gatsu_mds {
  margin: 1% auto;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #663300;
 }
 
 .howto_4gatsu ul{
  width: 90%;
  margin: 0 auto;
  padding: 0.5em;
  color: #663300;
  border-top: solid 1px #663300;
  border-bottom: solid 1px #663300;
  font-size: 1em;
  line-height: 1.5em;
 }
 
 .howto_4gatsu ul li{
  width: 95%;
  margin: 0.8em auto;
 }
 
 .howto_4gatsu ul p {
  display: block;
  font-weight: bold;
 }
 
 .howto_4gatsu ul p::before {
  content: '▶ ';
 }
 
 .howto_4gatsu_ulmds1{
  color: #2e8ae6;
 }
 
 .howto_4gatsu_ulmds2{
  color: #ff6347;
 }
 
 .howto_4gatsu_ulmds3{
  color: #ff1493;
 }
 
 .howto_4gatsu_ulmds4{
  color: #228b22;
 }
 /*使用例*/
 /* 4月始まりパーツ */
 
 /* 商品一覧 */
 .item_table {
  width: 95%;
  margin-left: 3%;
  display: block;
 }
 
 .item_table tr {
  display: inline;
  margin: 0;
  padding: 0;
  width: 100%;
 }
 
 .item_table td {
  padding: 1%;
  border: 0;
  width: 46%;
  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%;
 }
 
 /* その他 */
 .block-link-ref-line {
  font-size: 2.9vw;
 }
 
 .item_table_press > a > img {
  width: 100%;
  height: 100%;
 }
 
 .item_table_press_mini > a > img {
  width: 100%;
  height: 100%;
 }
 
 .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;
 }
 
 /* カテゴリー・特集へ飛ぶボタン */
 .sp_btn {
  margin: 20px 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;
 }
}


