@charset "UTF-8";
input, select {
  border: 1px solid #ccc;
  padding: 0.5em;
  font-family: sans-serif;
}

.customer_form, .customer_form th, .customer_form td {
  border: 1px solid #ccc;
  padding: 0.5em;
}

#new_front_page img {
  vertical-align: middle;
}
#new_front_page #content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#new_front_page .wrapper {
  display: flex;
  gap: 20px;
  margin-top: 2em;
}
#new_front_page #important_news {
  margin-top: 2em;
  background-color: rgba(0, 143, 224, 0.1);
  padding: 1em;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#new_front_page #important_news .text {
  display: flex;
  align-items: center;
  gap: 1em;
}
#new_front_page #important_news .section_title {
  color: #00318c;
  padding: 0.5em;
  border: 1px solid #00318c;
}
#new_front_page #sidebar {
  width: 200px;
}
#new_front_page #sidebar #sidebar_shopmenu {
  display: flex;
  align-items: flex-end;
  gap: 1em;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
#new_front_page #sidebar #sidebar_shopmenu a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#new_front_page #sidebar #sidebar_shopmenu img {
  width: 50px;
  height: auto;
}
#new_front_page #sidebar aside {
  border-top: 1px solid #afceff;
  margin-top: 1em;
  padding-top: 1em;
}
#new_front_page #sidebar aside .section_title {
  font-size: 18px;
  color: #00318c;
  padding-left: 1.3em;
  position: relative;
}
#new_front_page #sidebar aside .section_title:before {
  content: "";
  width: 1em;
  height: 5px;
  background-color: #00318c;
  position: absolute;
  top: calc(50% - 2.5px);
  left: 0;
}
#new_front_page #sidebar aside ul {
  list-style-type: none;
  padding-left: 1.3em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-top: 1em;
}
#new_front_page #sidebar aside li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}
#new_front_page #sidebar aside li img {
  margin-right: 1em;
}
#new_front_page #sidebar #sidebar_banner {
  display: flex;
  flex-direction: column;
  gap: 1em;
  border-top: 1px solid #afceff;
  margin-top: 1em;
  padding-top: 1em;
}
#new_front_page #sidebar #sidebar_banner img {
  width: 100%;
  height: auto;
}
#new_front_page #sidebar #sidebar_contact {
  background-color: #d3e1e9;
  padding: 0.5em;
  border: 1px solid #00318c;
  text-align: center;
}
#new_front_page #sidebar #sidebar_contact .section_title {
  color: #00318c;
  font-size: 18px;
  padding-left: 0;
}
#new_front_page #sidebar #sidebar_contact .section_title:before {
  display: none;
}
#new_front_page #sidebar #sidebar_contact .title {
  background-color: #00318c;
  color: #fff;
  border-radius: 9999px;
  margin-top: 0.5em;
}
#new_front_page #sidebar #sidebar_contact .mail img {
  width: 70px;
  height: auto;
  margin-top: 0.5em;
}
#new_front_page #sidebar #sidebar_contact .tel p {
  font-size: 20px;
  font-weight: bold;
}
#new_front_page #sidebar #sidebar_contact .tel a {
  color: #4a4a4a;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5em;
}
#new_front_page #sidebar #sidebar_contact .tel img {
  width: 20px;
  height: auto;
  margin-right: 0.2em;
}
#new_front_page main {
  flex: 1;
  margin-bottom: 2em;
}
#new_front_page main p {
  margin: 1em 0;
}
#new_front_page #new_front_page_about {
  display: flex;
  gap: 20px;
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid #ccc;
}
#new_front_page #new_front_page_about .image {
  flex: 1;
  margin-top: 0;
}
#new_front_page #new_front_page_about .image img {
  width: 100%;
  height: auto;
}
#new_front_page #new_front_page_about .text {
  width: 250px;
}
#new_front_page #new_front_page_about p {
  line-height: 2em;
}
#new_front_page #new_front_page_about .section_title {
  border-bottom: 1px solid #00318c;
  position: relative;
  padding-bottom: 5px;
  font-size: 24px;
  font-family: serif;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
#new_front_page #new_front_page_about .section_title:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #00318c;
}
#new_front_page #new_front_page_about .section_title:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #00318c;
}
#new_front_page #new_front_page_reason .section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 20px;
  position: relative;
}
#new_front_page #new_front_page_reason .section_title:before {
  content: "";
  border-bottom: 3px double #00318c;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
#new_front_page #new_front_page_reason .section_title:after {
  content: "";
  border-top: 1px solid #00318c;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
}
#new_front_page #new_front_page_reason .section_title .wrap {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  position: relative;
  z-index: 1;
  padding: 0 0.2em;
}
#new_front_page #new_front_page_reason .section_title .dot {
  background-color: #00318c;
  color: #fff;
  height: 1.5em;
  width: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
#new_front_page #new_front_page_reason .text {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g140.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#new_front_page #new_front_page_reason .main_text {
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
}
#new_front_page #new_front_page_reason ul {
  font-weight: bold;
  list-style-type: disc;
  padding-left: 1em;
  font-family: serif;
}
#new_front_page #new_front_page_reason p {
  line-height: 2em;
}
#new_front_page #new_front_page_reason strong {
  color: #af3a3b;
}
#new_front_page #new_front_page_reason .end_text {
  background-color: #00318c;
  color: #fff;
  text-align: center;
}
#new_front_page #new_front_page_product .section_title, #new_front_page #new_front_page_ranking .section_title {
  text-align: center;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
  z-index: 2;
}
#new_front_page #new_front_page_product .section_title:before, #new_front_page #new_front_page_ranking .section_title:before {
  content: "";
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g120.png");
  background-size: cover;
  width: 46px;
  height: 46px;
  position: absolute;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
  z-index: -1;
}
#new_front_page #new_front_page_product {
  margin-top: 3em;
}
#new_front_page #new_front_page_product ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
#new_front_page #new_front_page_product img {
  width: 100%;
  height: auto;
}
#new_front_page #new_front_page_ranking {
  margin-top: 3em;
}
#new_front_page #new_front_page_ranking .ranking {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
#new_front_page #new_front_page_ranking li .thumbnail a {
  display: block;
  position: relative;
  padding-top: 100%;
}
#new_front_page #new_front_page_ranking li .thumbnail a:after {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 42px;
  height: 40px;
  background-size: cover;
}
#new_front_page #new_front_page_ranking li .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#new_front_page #new_front_page_ranking li:nth-of-type(1) .thumbnail a:after {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g4962.png");
}
#new_front_page #new_front_page_ranking li:nth-of-type(2) .thumbnail a:after {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g5208.png");
}
#new_front_page #new_front_page_ranking li:nth-of-type(3) .thumbnail a:after {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g5464.png");
}
#new_front_page #new_front_page_ranking .category {
  background-color: #0a58a3;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 12px;
  margin: 0;
}
#new_front_page #new_front_page_ranking .title {
  margin: 0.5em 0;
}
#new_front_page #new_front_page_ranking .price {
  text-align: right;
  font-size: 14px;
  margin: 0.5em 0;
}
#new_front_page #new_front_page_ranking .price span {
  font-weight: bold;
  font-size: 16px;
}
#new_front_page #new_front_page_ranking .more {
  text-align: center;
}
#new_front_page #new_front_page_ranking .more a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #008ee5;
  color: #008ee5;
  text-decoration: none;
}
#new_front_page #new_front_page_ranking .more a:before {
  font-size: 40px;
  content: "▶";
  color: #fff;
  background-color: #008ee5;
  padding: 0.2em 0.5em;
  line-height: 1em;
}
#new_front_page #new_front_page_ranking .more span {
  padding: 0 1em;
  display: inline-block;
}
#new_front_page #new_front_page_recommend {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #ccc;
  display: flex;
  gap: 10px;
  padding-bottom: 3em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3em;
}
#new_front_page #new_front_page_recommend .left {
  width: 250px;
}
#new_front_page #new_front_page_recommend .left .section_title img {
  width: 100%;
  height: auto;
}
#new_front_page #new_front_page_recommend .left .text {
  line-height: 2em;
  font-size: 18px;
}
#new_front_page #new_front_page_recommend .left .more {
  margin-top: 10em;
  text-align: center;
}
#new_front_page #new_front_page_recommend .left .more a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #008ee5;
  color: #008ee5;
  text-decoration: none;
}
#new_front_page #new_front_page_recommend .left .more a:before {
  font-size: 40px;
  content: "▶";
  color: #fff;
  background-color: #008ee5;
  padding: 0.2em 0.5em;
  line-height: 1em;
}
#new_front_page #new_front_page_recommend .left .more span {
  padding: 0 1em;
  display: inline-block;
}
#new_front_page #new_front_page_recommend .list {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  flex: 1;
}
#new_front_page #new_front_page_recommend .list li {
  padding: 1em 0;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #ccc;
}
#new_front_page #new_front_page_recommend .list li:last-of-type {
  border-bottom: none;
}
#new_front_page #new_front_page_recommend .list li .thumbnail {
  width: 250px;
  margin: 0;
}
#new_front_page #new_front_page_recommend .list li .thumbnail a {
  display: block;
  position: relative;
  padding-top: 75%;
}
#new_front_page #new_front_page_recommend .list li .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#new_front_page #new_front_page_recommend .list li .wrap {
  flex: 1;
}
#new_front_page #new_front_page_recommend .list li .message {
  margin-top: 0;
  line-height: 2em;
}
#new_front_page #new_front_page_recommend .list li .category {
  background-color: #0a58a3;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 12px;
  margin: 0;
}
#new_front_page #new_front_page_recommend .list li .title {
  margin: 0.5em 0;
}
#new_front_page #new_front_page_recommend .list li .price {
  text-align: right;
  font-size: 14px;
  margin: 0.5em 0 0;
}
#new_front_page #new_front_page_recommend .list li .price span {
  font-weight: bold;
  font-size: 16px;
}
#new_front_page #new_front_page_category {
  margin-bottom: 3em;
}
#new_front_page #new_front_page_category .section_title {
  text-align: center;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 2;
  padding-bottom: 0.3em;
}
#new_front_page #new_front_page_category .section_title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc(50% - 2.5em);
  border-bottom: 2px solid #0a58a3;
  width: 5em;
}
#new_front_page #new_front_page_category ul {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 1.5em;
}
#new_front_page #new_front_page_category li {
  padding-top: 75%;
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#new_front_page #new_front_page_category li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#new_front_page #new_front_page_category li span {
  display: block;
  padding: 0.5em;
  background-color: rgba(10, 88, 163, 0.8);
  color: #fff;
  font-size: 20px;
  font-family: serif;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
#new_front_page #new_front_page_category li.season {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/07d7c56fd06097c051da7c73096efd9f.jpg");
}
#new_front_page #new_front_page_category li.set {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g258.png");
}
#new_front_page #new_front_page_category li.fish {
  letter-spacing: 2em;
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/madai-150x150-1.jpg");
}
#new_front_page #new_front_page_category li.fish span {
  padding-left: 2em;
}
#new_front_page #new_front_page_category li.dry {
  letter-spacing: 2em;
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/83210ab518d0ffaa33402f26d66cb822-1.jpg");
}
#new_front_page #new_front_page_category li.dry span {
  padding-left: 2em;
}
#new_front_page #new_front_page_category li.souvenir {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g364.png");
}
#new_front_page #new_front_page_category li.gift {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/25430419_m.jpg");
}
#new_front_page #new_front_page_media {
  margin-bottom: 3em;
}
#new_front_page #new_front_page_media .section_title {
  text-align: center;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 2;
  padding-bottom: 0.3em;
}
#new_front_page #new_front_page_media .section_title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc(50% - 2.5em);
  border-bottom: 2px solid #0a58a3;
  width: 5em;
}
#new_front_page #new_front_page_media ul {
  list-style-type: none;
  padding-left: 0;
}
#new_front_page #new_front_page_media li {
  padding: 1em;
  display: flex;
  align-items: center;
  gap: 2em;
  border-bottom: 1px solid #ccc;
}
#new_front_page #new_front_page_media .thumbnail {
  width: 150px;
  position: relative;
}
#new_front_page #new_front_page_media .thumbnail a {
  display: block;
  padding-top: 75%;
  position: relative;
}
#new_front_page #new_front_page_media .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#new_front_page #new_front_page_media .text a {
  text-decoration: none;
  color: #000;
}
#new_front_page #new_front_page_sns {
  margin-bottom: 3em;
}
#new_front_page #new_front_page_sns .section_title {
  text-align: center;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 2;
  padding-bottom: 0.3em;
}
#new_front_page #new_front_page_sns .section_title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc(50% - 2.5em);
  border-bottom: 2px solid #0a58a3;
  width: 5em;
}
#new_front_page #new_front_page_sns .line .line1 {
  margin-top: 2em;
  background-color: #13ab56;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1em;
  gap: 2em;
}
#new_front_page #new_front_page_sns .line .line1 .image {
  margin-bottom: 0;
}
#new_front_page #new_front_page_sns .line .line1 .image img {
  width: 350px;
}
#new_front_page #new_front_page_sns .line .line1 .text {
  text-align: center;
  color: #fff;
}
#new_front_page #new_front_page_sns .line .line1 .logo {
  margin-bottom: 0;
}
#new_front_page #new_front_page_sns .line .line1 .logo img {
  width: 250px;
}
#new_front_page #new_front_page_sns .line .line1 .text2 {
  margin-top: 0.5em;
  font-size: 30px;
}
#new_front_page #new_front_page_sns .line .line2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em;
  background-color: rgba(0, 143, 224, 0.1);
}
#new_front_page #new_front_page_sns .line .line2 .title {
  font-weight: bold;
  margin: 0;
  font-size: 20px;
}
#new_front_page #new_front_page_sns .line .line2 .message {
  margin-top: 0.2em;
  margin-bottom: 0;
}
#new_front_page #new_front_page_sns .line .line2 .button {
  margin: 0;
}
#new_front_page #new_front_page_sns .instagram_facebook {
  margin-top: 3em;
}
#new_front_page #new_front_page_sns .instagram_facebook .more {
  text-align: center;
}
#new_front_page #new_front_page_sns .instagram_facebook .more a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #008ee5;
  color: #008ee5;
  text-decoration: none;
}
#new_front_page #new_front_page_sns .instagram_facebook .more a:before {
  font-size: 40px;
  content: "▶";
  color: #fff;
  background-color: #008ee5;
  padding: 0.2em 0.5em;
  line-height: 1em;
}
#new_front_page #new_front_page_sns .instagram_facebook .more span {
  padding: 0 1em;
  display: inline-block;
}
#new_front_page #new_front_page_sns .instagram_facebook .instagram {
  flex: 1;
}
#new_front_page #new_front_page_sns .instagram_facebook .facebook {
  flex: 1;
}
#new_front_page #new_front_page_sns .instagram_facebook img {
  width: 100%;
  height: auto;
}
#new_front_page #new_front_page_sns .instagram_facebook .title {
  font-weight: bold;
  font-size: 20px;
}
#new_front_page #new_front_page_sns .instagram_facebook .wrap {
  display: flex;
  gap: 2em;
}
#new_front_page #new_front_page_restaurant {
  padding: 4em 0;
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/AdobeStock_284011679_Preview.jpeg");
  background-size: cover;
  background-position: center;
  text-align: center;
}
#new_front_page #new_front_page_restaurant .bg {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 4em;
}
#new_front_page #new_front_page_restaurant .section_title {
  font-size: 20px;
  color: #af3a3b;
  font-family: serif;
  display: inline-block;
  position: relative;
  font-weight: bold;
}
#new_front_page #new_front_page_restaurant .section_title:before {
  content: "";
  width: 9em;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.5em);
  border-bottom: 1px solid #000;
}
#new_front_page #new_front_page_restaurant .section_title:after {
  content: "";
  width: 9em;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.5em);
  border-bottom: 1px solid #000;
}
#new_front_page #new_front_page_restaurant .text {
  margin-top: 1em;
  line-height: 2em;
}
#new_front_page #new_front_page_restaurant .more {
  text-align: center;
  margin-top: 2em;
}
#new_front_page #new_front_page_restaurant .more a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #008ee5;
  color: #008ee5;
  text-decoration: none;
}
#new_front_page #new_front_page_restaurant .more a:before {
  font-size: 40px;
  content: "▶";
  color: #fff;
  background-color: #008ee5;
  padding: 0.2em 0.5em;
  line-height: 1em;
}
#new_front_page #new_front_page_restaurant .more span {
  padding: 0 1em;
  display: inline-block;
}
#new_front_page #new_front_page_footer {
  background-color: rgba(0, 143, 224, 0.1);
}
#new_front_page #new_front_page_footer .container {
  display: flex;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  gap: 2em;
  padding: 4em 0;
}
#new_front_page #new_front_page_footer .wrap {
  flex: 1;
}
#new_front_page #new_front_page_footer p {
  margin: 0.5em 0;
}
#new_front_page #new_front_page_footer img {
  width: 100%;
  height: auto;
}
#new_front_page #new_front_page_footer .section_title {
  margin-bottom: 1em;
  font-size: 20px;
  border-bottom: 2px dotted #000;
  padding-bottom: 0.3em;
}
#new_front_page #new_front_page_footer dl {
  margin-bottom: 1em;
}
#new_front_page #new_front_page_footer dt {
  font-weight: bold;
}
#new_front_page #new_front_page_footer table {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
#new_front_page #new_front_page_footer table, #new_front_page #new_front_page_footer th, #new_front_page #new_front_page_footer td {
  border: 1px solid #ccc;
  text-align: center;
}
#new_front_page #new_front_page_footer section {
  margin-bottom: 2em;
}
#new_front_page #new_front_page_footer_nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em 0;
}
#new_front_page #new_front_page_footer_nav li {
  padding: 0 1em;
  border-right: 1px solid #000;
}
#new_front_page #new_front_page_footer_nav li:first-of-type {
  border-left: 1px solid #000;
}
#new_front_page #new_front_page_footer_nav a {
  text-decoration: none;
  color: #000;
}

#itempage .itemimg img {
  width: 100%;
  height: auto;
}
#itempage .item-description p, #itempage .item-description h2, #itempage .item-description h3 {
  margin-top: 1em;
  margin-bottom: 1em;
}
#itempage .item-description img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#itempage .item-description h2, #itempage .item-description h3 {
  font-weight: bold;
}
#itempage .item-description h3 {
  color: #000;
  background: none;
}
#itempage table, #itempage th, #itempage td {
  border: 1px solid #000;
}
#itempage th, #itempage td {
  padding: 0.5em;
}
#itempage .c-box {
  padding: 1em;
  text-align: right;
}
#itempage .item_title {
  box-shadow: 2px 2px 10px #ccc;
  margin-right: 10px;
  padding: 10px 10px 10px 30px;
  background-color: #EDFBFC;
  border-left: solid #13B2EA 10px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
#itempage .item-option {
  margin-top: 1em;
  margin-bottom: 1em;
}

#shop_item_archive_page article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
#shop_item_archive_page .thumbnail {
  padding-top: 100%;
  position: relative;
}
#shop_item_archive_page .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
#shop_item_archive_page .item_title {
  box-shadow: 2px 2px 10px #ccc;
  margin-right: 10px;
  padding: 10px 10px 10px 30px;
  background-color: #EDFBFC;
  border-left: solid #13B2EA 10px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}

body.home #new_front_page_reason .section_title {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 20px;
  position: relative;
}
body.home #new_front_page_reason .section_title:before {
  content: "";
  border-bottom: 3px double #00318c;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
body.home #new_front_page_reason .section_title:after {
  content: "";
  border-top: 1px solid #00318c;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  width: 100%;
}
body.home #new_front_page_reason .section_title .wrap {
  background-color: #E6F4FF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
  position: relative;
  z-index: 1;
  padding: 0 0.2em;
}
body.home #new_front_page_reason .section_title .dot {
  background-color: #00318c;
  color: #fff;
  height: 1.5em;
  width: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
body.home #new_front_page_reason .wrap2 {
  display: flex;
  margin-top: 2em;
}
body.home #new_front_page_reason .wrap2 .image {
  flex: 1;
}
body.home #new_front_page_reason .main_text {
  font-size: 30px;
  font-weight: bold;
  width: 400px;
  line-height: 2em;
}
body.home #new_front_page_reason ul {
  list-style-type: disc;
  padding-left: 1em;
  font-size: 18px;
}
body.home #new_front_page_reason ul li {
  margin-bottom: 0.3em;
}
body.home #new_front_page_reason strong {
  color: #af3a3b;
}
body.home #new_front_page_reason .end_text {
  background-color: #00318c;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-size: 20px;
}
body.home #new_front_page_reason .sub_text {
  text-align: center;
  line-height: 1.5em;
}
body.home #new_front_page_ranking {
  margin-top: 3em;
}
body.home #new_front_page_ranking .ranking {
  list-style-type: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
body.home #new_front_page_ranking li .thumbnail a {
  display: block;
  position: relative;
  padding-top: 100%;
}
body.home #new_front_page_ranking li .thumbnail a:after {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 42px;
  height: 40px;
  background-size: cover;
}
body.home #new_front_page_ranking li .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
body.home #new_front_page_ranking li:nth-of-type(1) .thumbnail a:after {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g4962.png");
}
body.home #new_front_page_ranking li:nth-of-type(2) .thumbnail a:after {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g5208.png");
}
body.home #new_front_page_ranking li:nth-of-type(3) .thumbnail a:after {
  background-image: url("https://karoichi.jp/cms/wp-content/uploads/2023/02/g5464.png");
}
body.home #new_front_page_ranking .category {
  background-color: #0a58a3;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 12px;
  margin: 0;
}
body.home #new_front_page_ranking .title {
  margin: 0.5em 0;
}
body.home #new_front_page_ranking .price {
  text-align: right;
  font-size: 14px;
  margin: 0.5em 0;
}
body.home #new_front_page_ranking .price span {
  font-weight: bold;
  font-size: 16px;
}
body.home #new_front_page_ranking .more {
  text-align: center;
}
body.home #new_front_page_ranking .more a {
  display: inline-flex;
  align-items: center;
  border: 1px solid #008ee5;
  color: #008ee5;
  text-decoration: none;
}
body.home #new_front_page_ranking .more a:before {
  font-size: 40px;
  content: "▶";
  color: #fff;
  background-color: #008ee5;
  padding: 0.2em 0.5em;
  line-height: 1em;
}
body.home #new_front_page_ranking .more span {
  padding: 0 1em;
  display: inline-block;
}
body.home #new_front_page_ranking .section_title {
  text-align: center;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 2;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
body.home #new_front_page_ranking .section_title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc(50% - 2.5em);
  border-bottom: 2px solid #0a58a3;
  width: 5em;
}

#new_product {
  margin-top: 3em;
}
#new_product .section_title {
  text-align: center;
  font-family: serif;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 2;
  padding-bottom: 0.3em;
  margin-bottom: 1em;
}
#new_product .section_title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc(50% - 2.5em);
  border-bottom: 2px solid #0a58a3;
  width: 5em;
}

.new_product_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.new_product_row::after {
  content: "";
  width: 46%;
}
.new_product_row li {
  width: 23%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .new_product_row li {
    width: calc((95% / 2));
  }
}
.reception-label {
  position: relative;
}
.reception-label::before {
    position: absolute;
    content: "24時間受付";
    bottom: 0;
    right: 0;
    background-color: crimson;
    padding: 5px 25px;
    color: #fff;
    z-index: 10;
}
@media screen and (max-width: 768px) {
  .reception-label::before {
    font-size:  10px;
    padding: 2px 5px;
  }
}
.new_product_row li img {
  width: 100%;
}
.new_product_row li .new_product_text {
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
.new_product_row li .new_product_price {
  color: #000;
  font-size: 14px;
  text-align: right;
  padding-left: 10px;
  width: 99%;
}
.new_product_category {
  font-size: 11px;
  border-radius: 3px;
  color: #fff;
  background-color: #F9892D;
  padding: 2px;
  width: 100%;
  text-align: center;
}

#itempage .new_product_category {
  margin-left: auto;
  width: 82px;
}

.new_product_wrapper {
  display: flex;
  align-items: center;
}

#news_archive_page .item_title {
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  padding-left: 15px;
  padding-right: 10px;
  border-bottom: 45px solid #13B2EA;
  border-right: 20px solid transparent;
  height: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 30px;
}
#news_archive_page .item_title span {
  margin-top: 10px;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
  display: block;
}
#news_archive_page .title a {
  color: #333;
  text-decoration: none;
  box-shadow: 2px 2px 10px #ccc;
  margin-right: 10px;
  padding: 10px 10px 10px 30px;
  background-color: #EDFBFC;
  border-left: solid #13B2EA 10px;
  font-weight: bold;
  display: block;
}
#news_archive_page .wrap {
  display: flex;
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #news_archive_page .wrap {
    flex-direction: column;
  }
}
#news_archive_page .wrap .thumbnail {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #news_archive_page .wrap .thumbnail {
    margin-left: auto;
    margin-right: auto;
  }
}
#news_archive_page .wrap .thumbnail img {
  width: 100%;
  height: auto;
}
#news_archive_page .wrap .excerpt {
  flex: 1;
}
.img-wrapper img {
  width: 100%;
}
.text-wrapper {
  width: 50%;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}
@media screen and (max-width: 768px) {
  .text-wrapper {
  width: 100%;
}
}
/*# sourceMappingURL=new_style.css.map */