@charset "utf-8";

/**************/
/* 全体の設定 */
/**************/
body {
  color: #000;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.0rem;
  }
}

div.wpcf7 p {
  padding: 10px 10px;
}

span.chunk {
  display: inline-block;
}

/**************/
/* 改行の制御 */
/**************/
br.for-mb,
br.for-tb,
br.for-pc1309,
br.for-tb991,
br.for-mb651,
br.for-sp,
br.for-sml-sp {
  display: none;
}

/************/
/* ヘッダー */
/***********/
body>header {
  border-top: none;
}

/* 名前とキャッチ */
header#top-hdr {
  height: 130px;
}

#top-hdr .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#name-top {
  flex: 0 0 270px;
  /* border: 1px solid #0f0; */
  color: #000;
  line-height: 1.5;
  padding: 10px 0
}

#name-top .catch {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}

#name-top .name {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-size: 3.0rem;
  letter-spacing: 0.2rem;
}

#name-top a {
  color: #000;
  text-decoration: none;
}

#name-top a:hover {
  color: #66abf9;
}

#contact-logo {
  display: flex;
  /*  border: 1px solid #f00; */
}

#contact {
  font-family: "MS ゴシック", serif;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

#contact .addr {
  line-height: 1.5;
  font-size: 1.2rem;
}

#contact .phone {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

#contact .phone .no {
  font-size: 2.5rem;
  color: #f40000;
}

#contact .phone .cap {
  line-height: 1.3;
  font-size: 1.1em;
}

#contact .phone .cap.cap-1 {
  text-align: right;
}

#cashless-logo,
#insta-logo {
  padding-left: 5px;
  /*  border: 1px solid #0ff; */
}

#insta-logo {
  padding-top: 10px;
}

#cashless-logo-mb,
#insta-logo-mb {
  display: none;
}

#cashless-logo img,
#cashless-logo-mb img,
#insta-logo img,
#insta-logo-mb img {
  width: 80px;
}

/* ヘッダ画像（トップページ以外）*/
#mainimg {
  width: 100%;
}

#mainimg img {
  width: 100%;
}

/* ページヘッダ画像（トップページ以外 */
.hdr-img {
  animation: fadeIn 2.0s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0.0;
  }

  100% {
    opacity: 1.0;
  }
}


/* メニュー（ＰＣ）*/
#menubar {
  background: #fff;
}

#menubar ul {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

#menubar li {
  height: 100px;
}

#menubar li>a {
  display: flex;
  padding: 3px 0;
  height: 70%;
  justify-content: center;
  align-items: center;
  border-right-color: #000;
}

#menubar li>a:first-of-type {
  border-left-color: #000;
}

#menubar li>a:hover {
  background-color: rgba(153, 188, 150, 0.5) !important;
}

#menubar li>a>span {
  color: #000;
  font-size: 1.0rem;
  opacity: 0.8;
}

/************/
/* フッター */
/************/
/* フッター上（情報とメニュー）*/
#footer-upper {
  color: #000;
  background: linear-gradient(rgba(27, 91, 141, 1.0) 0%, rgba(90, 167, 213, 1.0) 50%, rgba(194, 213, 235, 1.0) 100%);
}

#footer-menu-info {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /*  border: 1px solid #fff; */
  padding: 20px 0;

}

#foot-info {
  flex: 0 0 300px;
  order: 1;
  /*  border: 1px solid #0f0; */
  line-height: 1.5;
}

#foot-info .catch {
  border: none;
  font-size: 1.2rem;
}

#foot-info .name {
  font-family: fot-matisse-pron, sans-serif;
  font-weight: 500;
  font-size: 2.0rem;
}

#foot-info .addr {
  font-size: 1.1rem;
}

#foot-info .pcode,
#foot-info .phone,
#foot-info .fax {
  font-size: 1.0rem;
}

#foot-menubar {
  flex: 1;
  order: 2;
  /*  border: 1px solid #f00; */
}

#foot-menubar>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  #foot-menubar>ul {
    justify-content: space-between;
  }
}

#foot-menubar>ul>li {
  text-align: center;
  height: 100%;
  margin: 10px;
}

#foot-menubar>ul>li>a {
  color: #000;
  text-decoration: none;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

#foot-menubar>ul>li>a:hover {
  border-bottom: 1px solid rgba(255, 208, 207, 1.0);
  color: rgba(255, 208, 207, 1.0) !important;
}

#foot-menubar>ul>li>a>span {
  display: block;
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

#foot-menubar>ul>li>a:hover>span {
  border-bottom: 1px solid rgba(255, 208, 207, 1.0);
}

#foot-menubar-s {
  display: none;
}

/* フッター下（コピーライトなど） */
#copyright {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #000;
}

#copyright span {
  display: inline-block;
  flex: 1;
  color: #000 !important;
}

#copyright span:nth-of-type(1) {
  text-align: left;
}

#copyright span:nth-of-type(2) {
  text-align: right;
}

#copyright span a {
  color: #000 !important;
}

/**************/
/* ページ共通 */
/**************/
.eco-cntnr {
  margin: 30px 0;
  clear: both;
}

.eco-cntnr::after {
  content: '';
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.eco-cntnr-xlrg {
  width: 90%;
  margin: 0 auto 30px;
}

.eco-cntnr-lrg {
  width: 80%;
  margin: 0 auto 30px;
  /*  border: 1px solid #f00; */
}

.eco-cntnr-mdl {
  width: 60%;
  margin: 0 auto 30px;
  /*  border: 1px solid #0f0; */
}

.eco-cntnr-sml {
  width: 50%;
  margin: 0 auto 30px;
  /*  border: 1px solid #ff0; */
}

h1.eco {
  font-size: 2rem;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}

/*********************/
/* 2カラムページ共通 */
/*********************/
/* サイドバー */
#sub header {
  height: auto;
  border-top: none;
}

#sub .to-cart {
  border: 1px solid #ccc;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

#sub .to-cart a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#sub .box1 {
  padding: 0;
  border: none;
}

#sub .box1 header {
  padding-left: 5px;
}

#sub .box1 .submenu {
  border: none;
}

#sub .box1 .submenu .item {
  box-sizing: border-box;
}

#sub .box1 .submenu .item.no-stock a:hover {
  color: #666;
}

#sub .box1 .submenu .item a {
  width: 100%;
  height: 100%;
  padding: 8px 3px;
}

#sub .box1 .submenu .item a span {
  display: inline-block;
}

#sub .to-cart span i,
#sub .box1 ul li a span i {
  padding-right: 5px;
}

#sub .box1 li.item a {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

#sub .info-box {
  color: #000;
}

#sub .info-box .name-box {
  position: relative;
  /* border: 1px solid #f00; */
  overflow: hidden;
  padding: 10px;
  text-align: center;
  font-family: 'MS 明朝', serif;
  font-weight: bold;
}

#sub .info-box .name-box .catch {
  font-size: 1.1rem;
}

#sub .info-box .name-box .name {
  font-size: 1.3rem;
}

#sub .info-box .name-box::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  border-bottom: 20px solid #3970d7;
  border-bottom-left-radius: 90%;
  border-bottom-right-radius: 90%;
  box-sizing: border-box;
}

#sub .info-box .name-box::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-top: 20px solid #3970d7;
  border-top-left-radius: 90%;
  border-top-right-radius: 90%;
  box-sizing: border-box;
}

#sub .addr-box {
  padding: 10px;
}

#sub .addr-box .phone,
#sub .addr-box .fax {
  font-size: 1.1rem;

}

#sub .op-time-box {
  font-family: "MS ゴシック", serif;
  font-size: 1.1rem;
  text-align: center;
  background-color: #efefef;
}

#sub .op-time-box .phone {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

/********************/
/* トップページ */
/********************/
/* トップ画像 */
.top-page-top {
  justify-content: flex-start;
  align-items: center;
  text-align: right;
  position: relative;
}

.top-page-top img {
  width: 70%;
}

.top-page-top .catch-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
}

.top-page-top .catch-wrapper .catch {
  text-align: right;
  margin-left: 8%;
}

.top-page-top .catch-wrapper .catch .main {
  color: rgba(18, 0, 191, 1.0);
  font-size: 3rem;
  letter-spacing: 0.1rem;
  border-bottom: 5px solid rgba(18, 0, 191, 1.0);
}

.top-page-top .catch-wrapper .catch .main span {
  color: rgba(250, 197, 0, 1.0);
}

.top-page-top .catch-wrapper .catch .sub {
  font-size: 2rem;
  color: #000;
}

/* コロナ挨拶 */
.top-c19-greeting {
  width: 80%;
  margin: 30px auto;
  text-align: center;
  /*  font-size: 1.1rem; */
  letter-spacing: 0.1rem;
  background-image: url(https://www.eco-happy.jp/images/ns/top_c19_sec_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

/* シトラスリボン */
.citrus-ribbon-sec {
  width: 80%;
  margin: 30px auto 10px;
  padding-bottom: 30px;
  text-align: center;
  background-image: url(https://www.eco-happy.jp/images/ns/citrus_ribbon_logo_left.png), url(https://www.eco-happy.jp/images/ns/citrus_ribbon_logo_right.png);
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
}

.citrus-ribbon-img-wrapper {
  width: 50%;
  margin: 0 auto 30px;
}

.citrus-ribbon-img-wrapper img {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .citrus-ribbon-sec {
    width: 90%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(https://www.eco-happy.jp/images/ns/citrus_ribbon_logo_left.png), url(https://www.eco-happy.jp/images/ns/citrus_ribbon_logo_right.png);
    background-size: cover, contain, contain;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: left top, left top, right top;
  }
}

@media screen and (max-width: 559px) {
  .top-c19-greeting {
    width: 90%;
    background-size: cover;
  }

  .citrus-ribbon-sec {
    width: 90%;
  }

  .citrus-ribbon-img-wrapper {
    width: 90%;
  }
}

/* 海の説明 */
.sea-desc-cntnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.sea-desc-box {
  flex: 1 1 300px;
  max-width: 600px;
  min-width: 260px;
  margin: 10px;
}

.sea-desc-box.text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .sea-desc-box.text {
    display: block;
  }
}

.sea-desc-box.text header {
  font-size: 1.5rem;
  height: auto !important;
}

.sea-desc-box.text p {
  padding: 20px;
  font-size: 1.3rem;
}

.sea-desc-box.box1.text {
  order: 1;
}

.sea-desc-box.box1.img {
  order: 2;
}

/****************************************/
/* 商品一覧ページ／海の幸・贈り物ページ */
/****************************************/

/* 商品一覧ページキャッチ */
#main.items .items-catch-img {
  width: 100%;
  margin-bottom: 30px;
}

#main.items .items-catch-img img {
  width: 100%;
}

/* 海の幸・贈り物ページキャッチ */
.gift-hdr {
  margin-bottom: 50px;
}

.gift-hdr header {
  width: 60%;
  height: auto;
  margin: 0 auto;
  border: none;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 1.5;
}

.gift-hdr header .kakeru {
  color: #f7c52c;
}

.gift-hdr .brdr {
  height: 5px;
}

.gift-hdr .brdr:nth-of-type(1) {
  width: 65%;
  height: 5px;
  margin: 0 auto;
  border-bottom: 3px solid #2700b3;
}

.gift-hdr .brdr:nth-of-type(2) {
  width: 62%;
  margin: 0 auto;
  border-bottom: 1px solid #2700b3;
}

.gift-hdr .brdr:nth-of-type(3) {
  width: 59%;
  margin: 0 auto;
  border-bottom: 1px solid #2700b3;
}

.gift-hdr .brdr:nth-of-type(4) {
  width: 56%;
  margin: 0 auto;
  border-bottom: 1px solid #2700b3;
}

.gift-hdr p {
  text-align: center;
  font-size: 2.0rem;
  margin: 30px 0;
}

.gift-sub-hdr {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1rem;
  margin-top: 20px;
}

/* 商品一覧・贈り物ヘッダ */
#main.items .items-hdr {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 0.2rem;
  /*  font-weight: bold; */
  color: #000;
  border-bottom: 2px solid #000;
}

/* 商品リスト */
#main.items .items-lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin-top: 30px;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  #main.items .items-lst {
    justify-content: space-between;
  }
}

#main.items .items-lst .item-box {
  flex: 1 1 300px;
  max-width: 300px;
  min-width: 260px;
  margin: 0 3px 30px 3px;
  line-height: 2.0 !important;
}

#main.items .items-lst .item-box .name {
  margin-top: 5px;
}

#main.items .items-lst .item-box .name,
#main.items .items-lst .item-box .price {
  font-weight: bold;
  font-size: 1.1rem;
}

#main.items .items-lst .item-box a img {
  display: block;
  transition: all 0.3s;
}

#main.items .items-lst .item-box>a:hover img {
  opacity: 0.8;
}

#main.items .items-lst .item-box .prcs-btn {
  width: 70%;
  margin: 10px auto 0;
  padding: 3px 0;
  text-align: center;
  background-color: #2950e4;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  opacity: 1.0;
  transition: all 0.3s;
}

#main.items .items-lst .item-box .prcs-btn.no-stock {
  background-color: #000;
  transition: all 0s;
}

#main.items .items-lst .item-box .prcs-btn a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;

}

#main.items .items-lst .item-box .prcs-btn a i {
  padding-right: 3px;
}

#main.items .items-lst .item-box .prcs-btn:hover {
  opacity: 0.5;
}

#main.items .items-lst .item-box .prcs-btn.no-stock:hover {
  opacity: 1.0;
}

/*********************/
/* 商品ページ（個別）*/
/*********************/
.item-cntnr {
  width: 90%;
  margin: 0 auto;
}

.item-cntnr .item-img-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.item-cntnr .item-img-box .hdr {
  width: 100%;
  height: auto;
  text-align: right;
  font-size: 2rem;
  letter-spacing: 0.1rem;
  padding: 10px 0;
  margin: 0;
}

.item-cntnr .item-img-box .img {
  flex: 1 1 400px;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}

.item-cntnr .item-img-box .img img {
  width: 100%;
  height: 100%;
}

.item-cntnr .info-cart-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.item-cntnr .info-cart-wrapper .info-box {
  flex: 1 1 50%;
  min-width: 280px;
  font-size: 1.1rem;
  margin: 0 20px 30px 20px;
}

@media screen and (max-width: 559px) {
  .item-cntnr .info-cart-wrapper .info-box {
    margin: 10px;
  }
}

.item-cntnr .info-cart-wrapper .info-box .catch {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 559px) {
  .item-cntnr .info-cart-wrapper .info-box .catch {
    text-align: center;
  }
}

.item-cntnr .info-cart-wrapper .info-box p {
  padding: 0 0 10px !important;
}

.item-cntnr .info-cart-wrapper .info-box .note-hdr {
  font-weight: bold;
}

.item-cntnr .info-cart-wrapper .cart-box {
  flex: 1 1 40%;
  min-width: 280px;
  max-height: 300px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.item-cntnr .info-cart-wrapper .cart-box form {
  padding: 0;
  margin: 0;
}

input[name="es_item_qty"] {
  display: block;
  margin: 0 auto;
}

input[name="es_item_qty"]:before {
  content: '数量：';
  display: inline-block;
  color: #000;
}

.magaki-types {
  background-image: url(https://www.eco-happy.jp/images/ns/kaki.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

@media screen and (max-width: 559px) {
  .magaki-types {
    background-image: url(https://www.eco-happy.jp/images/ns/kaki_trans70.png);
  }
}

/* ガンガン焼きページ */
.gangan-img-wrapper {
  width: 70%;
  margin: 10px 0;
}

.gangan-img-wrapper img {
  width: 100%;
}

@media screen and (max-width: 559px) {
  .gangan-img-wrapper {
    width: 90%;
    margin: 10px auto;
  }
}

/**************/
/* 買い物案内 */
/**************/
.shop-guide-cntnr {
  width: 70%;
  margin: 0 auto 20px;
}

.shop-guide-hdr {
  font-size: 2rem;
  height: auto;
  border-top: none;
  border-left: 10px solid #35a7e9;
  padding-left: 2rem;
  margin-bottom: 10px;
  letter-spacing: 0.1rem;
  color: #fff;
  background-color: #58baee;
}

.shop-guide-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.shop-guide-cntnr .col {
  flex: 1 0 280px;
}

.shop-guide-cntnr .col .guide-sec-cntnr {
  margin: 10px;
  line-height: 2.5;
  border-bottom: 1px solid rgba(200, 200, 200, .8);
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.shop-guide-cntnr .col .guide-sec-hdr-wrapper {
  background-color: #9bd7f6;
  padding: 10px 10px;
}

.shop-guide-cntnr .col .guide-sec-hdr-wrapper .guide-sec-hdr {
  box-sizing: border-box;
  border-left: 5px #35a7e9 solid;
  padding-left: 5px;
  font-size: 1.1rem;
  color: #000;
  line-height: 1.5;
}

.shop-guide-cntnr .col .guide-sec-cntnr .guide-sec-desc {
  padding: 5px;
}

.shop-guide-cntnr .col .guide-sec-cntnr .guide-sec-desc i {
  padding-right: 3px;
}

.shop-guide-cntnr .col .postage-cntnr {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; */
  line-height: 2.0;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {}

.shop-guide-cntnr .col .postage-cntnr>div {
  /* flex: 0 0 8rem; */
  display: flex;
  justify-content: space-around;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding-left: 2rem;
  margin-bottom: 5px;
}

.shop-guide-cntnr .col .postage-cntnr>div>span:first-child {
  width: 10rem;
  text-align: left;
}

.shop-guide-cntnr .col .postage-cntnr>div>span:last-child {
  width: 5rem;
  text-align: left;
}

/**************************/
/* エコハピについてぺージ */
/**************************/
/* キャッチ画像 */
.about-img {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.about-img img {
  width: 100%;
  height: auto;
  max-width: 600px;
  /*  min-width: 260px; */
}

/* 店舗情報 */
.shop-info-hdr {
  margin-top: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  width: 100%;
  text-indent: 2rem;
  border-bottom: 1px #8f9093 solid;
}

dl.shop-info {
  font-size: 1.1rem;
  line-height: 3.0;
  letter-spacing: 0.1rem;
  display: flex;
  width: 100%;
  border-bottom: 1px #8f9093 solid;
}

dl.shop-info dt {
  min-width: 12rem;
  font-weight: bold;
  text-indent: 2rem;
}

dl.shop-info dd {
  /*  margin-left: 18rem; */
  min-width: 20rem;
}

dl.shop-info dd span.chunk:first-of-type {
  text-indent: 0;
}

/* その他の事業 */
.other-biz-cntnr {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .other-biz-cntnr {
    justify-content: space-around;
  }
}

.other-biz-box {
  flex: 0 1 300px;
  min-width: 260px;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 40px;
}

.other-biz-box img {
  width: 95%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.other-biz-box .lbl {
  margin-top: 20px;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
  border-radius: 10px;
}

.other-biz-box.box1 .lbl {
  background-color: #6db43c;
}

.other-biz-box.box2 .lbl {
  background-color: #edbc38;
}

.other-biz-box.box3 .lbl {
  background-color: #808;
}

/**************************/
/* 御用聞きフォームページ */
/**************************/
/* キャッチ */
.form-page-hdr {
  text-align: center;
}

.form-page-hdr img {
  width: 80px;
  padding-bottom: 10px;
  display: inline-block;
}

.form-page-hdr span {
  display: inline-block;
  border-bottom: 5px solid rgba(18, 0, 191, 1.0);
  color: rgba(18, 0, 191, 1.0);
  font-size: 3rem;
  letter-spacing: 0.1rem;
}

.form-catch {
  text-align: center;
  font-size: 1.2rem;
}

/* 流れ図 */
.round-box-cntnr {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .round-box-cntnr {
    justify-content: space-around;
    padding-left: 10%;
  }
}

.round-box {
  flex: 0 1 250px;
  height: 250px;
  border-radius: 50%;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.round-box.box1 {
  background: linear-gradient(#fc6c87 0%, #c4d7eb 100%);
}

.round-box.box2 {
  background: linear-gradient(#289a87 0%, #c4d7eb 100%);
}

.round-box.box3 {
  background: linear-gradient(#2375b5 0%, #c4d7eb 100%);
}

.flow-box-cntnr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*  border: 1px solid #ff0; */
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.flow-dummy-box1,
.flow-dummy-box3 {
  /*  border: 1px solid #0f0; */
  flex: 1 1 25%;
}

.flow-dummy-box2 {
  /*  border: 1px solid #0f0; */
  flex: 1 1 24%;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
  .flow-box-cntnr {
    justify-content: space-around;
    padding-left: 7%
  }

  .flow-dummy-box1 {
    flex: 1 1 23%;
  }

  .flow-dummy-box2 {
    flex: 1 1 16%;
  }

  .flow-dummy-box3 {
    flex: 1 1 32%;
  }
}

.flow-box {
  flex: 1 1 13%;
  text-align: center;
}

.flow-box img {
  width: 100%;
}

.flow-box span {
  color: #fc6626;
  font-weight: bold;
  font-size: 1.1rem;
}

.flow-box-mb {
  display: none;
}

/********************/
/* ご利用案内ページ */
/********************/
.guide-page-hdr {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 0.2rem;
  color: #000;
  border-bottom: 2px solid #000;
}

.guide-page-sec-hdr {
  font-size: 150%;
  font-weight: bold;
  border-bottom: 1px solid #2700b3;
  border-left: 5px solid #2700b3;
  margin: 40px 0 20px;
  padding-left: 10px;
}

.guide-page-sec-desc i {
  margin-right: 3px;
}

.guide-page-postage {
  display: flex;
}

.guide-page-postage .area {
  width: 12rem;
  text-indent: 1rem;
}

/**********************/
/* お問い合わせページ */
/**********************/
.eco-cntnr iframe {
  padding: 10px;
  border: 3px solid #fff;
}

.cntct-page-hdr {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5px;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.0rem;
  letter-spacing: 0.2rem;
  color: #000;
  border-bottom: 2px solid #000;
}

/******************************/
/* プライバシーポリシーページ */
/******************************/
.pp-cntnr .pp-hdr {
  width: 90%;
  margin: 0 auto;
  height: auto;
  font-size: 2rem;
  text-align: center;
  border-top: none;
  border-bottom: 3px solid #2700b3;
  margin-bottom: 50px;
}

.pp-cntnr p,
.pp-cntnr dl dd {
  margin-bottom: 20px;
}

.pp-cntnr dl dt {
  margin-bottom: 5px;
}

.pp-cntnr dl dt span {
  display: inline-block;
  box-sizing: border-box;
  padding-right: 3px;
  border-bottom: 1px solid #000;
}

/******************/
/* メディアクエリ */
/******************/
@media screen and (max-width: 1309px) {
  br.for-pc1309 {
    display: inline;
  }

  br.no-pc1309 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  br.for-tb991 {
    display: inline;
  }

  dl.shop-info {
    display: block;
  }

  dl.shop-info dt {
    text-indent: 2rem;
  }

  dl.shop-info dd {
    text-indent: 2rem;
  }
}

@media screen and (max-width: 914px) {

  /* 中途半端な… */
  .sea-desc-box .box1.text {
    order: 2;
  }

  .sea-desc-box.box1.img {
    order: 1;
  }
}

@media screen and (max-width: 800px) {

  /* 改行の制御 */
  br.no-mb {
    display: none;
  }

  br.for-pc1309 {
    display: none;
  }

  br.for-mb {
    display: inline;
  }

  br.no-tb {
    display: none;
  }

  br.for-tb {
    display: inline;
  }

  h1.eco {
    font-size: 1.8rem;
  }

  /* ヘッダー */
  #top-hdr .inner {
    justify-content: flex-start;
  }

  #contact-logo {
    display: none;
  }

  /*
  #contact .addr {
    display: none;
    line-height: 1.0;
    font-size: 1.0rem;
  }
  #contact .phone {
    line-height: 1.0;
  }
  #contact .phone .no {
    font-size: 1.3rem;
  }
  #contact .phone .cap {
    line-height: 1.0;
    font-size: 1.0em;
  }
  */

  #cashless-logo-mb,
  #insta-logo-mb {
    display: block;
  }

  #cashless-logo-mb img,
  #insta-logo-mb img {
    width: 60px;
  }


  #menubar_hdr {
    top: 35px;
  }

  #menubar-s ul li:hover {
    background-color: rgba(153, 188, 150, 1.0);
  }

  /* フッター */
  #footer-menu-info {
    display: block;
  }

  #foot-menubar {
    display: none;
  }

  #foot-menubar-s {
    display: block;
  }

  #foot-menubar-s ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #foot-menubar-s li {
    width: 100%;
    text-align: center;
    border-bottom: rgba(245, 248, 250, 0.5) 1px dashed;
  }

  #foot-menubar-s li:first-of-type {
    border-top: rgba(245, 248, 250, 0.5) 1px dashed;
  }

  #foot-menubar-s li a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 1.1rem;
    width: 100%;
    height: 100%;
    padding: 5px 0;
    transition: all 0.5s;
  }

  #foot-menubar-s li a:hover {
    color: rgba(255, 208, 207, 1.0) !important;
    background-color: rgba(153, 188, 150, 0.8);
  }

  #footer-menu-info {
    width: 100%;
  }

  #foot-info {
    padding-top: 10px;
    text-align: center;
  }

  /* 共通コンテナ */
  .eco-cntnr-mdl {
    width: 80%;
  }

  .eco-cntnr-sml {
    width: 70%;
  }

  /* サイドバー */
  #sub .info-box .addr-box {
    text-align: center;
  }

  /* トップページ */
  .top-page-top img {
    width: 100%;
  }

  .top-page-top .catch-wrapper {
    justify-content: center;
  }

  .top-page-top .catch-wrapper .catch {
    text-align: center;
    margin-left: 0;
  }

  .top-page-top .catch-wrapper .catch .main {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    border-bottom: 5px solid rgba(18, 0, 191, 1.0);
  }

  .top-page-top .catch-wrapper .catch .sub {
    font-size: 1.7rem;
  }

  .sea-desc-box.text header {
    font-size: 1.5rem;
    height: auto !important;
  }

  .sea-desc-box.text p {
    font-size: 1.1rem;
  }

  /* 商品一覧ページ／海の幸×贈り物ページ */

  /* 商品個別ページ */
  .item-cntnr .item-img-box .hdr {
    text-align: center;
  }

  /* ご利用案内部分 */
  .shop-guide-cntnr {
    width: 80%;
  }

  .shop-guide-wrapper {
    display: block;
    width: 100%;
  }

  /* エコハピについてぺージ */
  dl.shop-info {
    line-height: 2.0;
  }

  dl.shop-info dt {
    float: none;
    border-bottom-style: none;
    width: 15rem;
    text-indent: 2rem;
  }

  dl.shop-info dd {
    text-indent: 2rem;
    margin-left: 0;
  }

  /* 御用聞きフォームページ */
  .form-page-hdr span {
    font-size: 2.5rem;
  }

  .form-catch {
    text-align: left;
  }

  .round-box-cntnr {
    display: block;
    width: 70%;
    margin: 0 auto;
  }

  .flow-box {
    display: none;
  }

  .flow-box-mb {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flow-box-mb img {
    height: 50px;
  }

  .flow-box-mb span {
    display: inline-block;
    width: 7rem;
    text-align: center;
    color: #fc6626;
    font-weight: bold;
    font-size: 1.1rem;
  }
}

@media (max-width: 651px) {
  br.for-mb651 {
    display: inline;
  }

  /* 贈り物ページ */
  .gift-hdr header {
    font-size: 2.5rem;
    line-height: 1.0;
  }

  .gift-hdr .catch {
    font-size: 1.5rem;
  }

  #main.items .items-hdr {
    font-size: 2.5rem;
  }
}

@media (max-width: 499px) {
  div.wpcf7 p {
    padding: 0;
  }

  /* 改行の制御 */
  br.no-sp {
    display: none;
  }

  br.for-sp {
    display: inline;
  }

  #menubar_hdr {
    top: 35px;
  }

  #menubar_hdr.close,
  #menubar_hdr.open {
    width: 40px;
    height: 40px;
    background: #fff url(../images/icon_menu.png) no-repeat center top/40px;
  }

  /* 共通コンテナ */
  .eco-cntnr-lrg,
  .eco-cntnr-mdl,
  .eco-cntnr-sml {
    width: 90%;
  }

  /* トップページ */
  .top-page-top .catch-wrapper .catch .main {
    font-size: 2.0rem;
  }

  .top-page-top .catch-wrapper .catch .sub {
    font-size: 1.5rem;
  }

  .sea-desc-cntnr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 10px;
  }

  .sea-desc-box {
    margin: 0;
    margin-top: 15px;
  }

  .sea-desc-box.text p {
    padding: 10px;
  }

  /* 商品一覧ページ／海の幸×贈り物ページ */
  .gift-hdr header {
    line-height: 1.0;
  }

  .gift-hdr p {
    text-align: left;
  }

  /* ご利用案内部分 */
  .shop-guide-cntnr {
    width: 90%;
  }

  /* エコハピについてぺージ */
  .shop-info-hdr,
  dl.shop-info dt,
  dl.shop-info dd {
    text-indent: 0;
  }

  /* 御用聞きフォームページ */
  .form-page-hdr span {
    text-align: center;
    font-size: 2.0rem;
  }

  .round-box-cntnr {
    width: 90%;
  }

  /* お問い合わせページ */
  .eco-cntnr iframe {
    padding: 0;
  }

  .cntct-page-hdr {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 420px) {
  br.for-sml-sp {
    display: inline;
  }

  h1.eco {
    font-size: 1.6rem;
  }

  /* ヘッダー */
  #menubar_hdr {
    top: 60px;
  }

  #cashless-logo-mb {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #insta-logo-mb {
    position: absolute;
    top: 10px;
    /* right: 50px; */
    right: 15px;
  }

  #cashless-logo-mb img,
  #insta-logo-mb img {
    width: 35px;
  }

  /* トップページ */
  .top-page-top .catch-wrapper .catch .main {
    font-size: 1.8rem;
  }

  .top-page-top .catch-wrapper .catch .sub {
    font-size: 1.5rem;
  }


  /* ご利用案内 */
  .shop-guide-cntnr .col .postage-cntnr>div {
    flex: 0 0 7rem;
  }
}

/***** 202411 修正　*****/
#sub {
  display: none;
}

#main {
  width: 80%;
  margin: 0 auto;
  float: none;
}

.shop-guide-cntnr {
  display: none;
}

#menubar ul li:nth-of-type(6),
#menubar ul li:nth-of-type(7),
#menubar-s ul li:nth-of-type(6),
#menubar-s ul li:nth-of-type(7),
#foot-menubar ul li:nth-of-type(6),
#foot-menubar ul li:nth-of-type(7),
#foot-menubar-s ul li:nth-of-type(6),
#foot-menubar-s ul li:nth-of-type(7) {
  display: none;
}

#form {
  width: 100%;
  height: 1400px;
}

.item-cntnr .info-cart-wrapper .cart-box {
  display: none;
}

#main.items .items-lst .item-box .price {
  display: none;
}

.sales-note,
.sales-note-2 {
  text-align: center;
  letter-spacing: 0.05rem;
}

.sales-note {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.sales-note-2 {
  text-align: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .sales-note-2 {
    text-align: center;
  }
}

.txt-chunk {
  display: inline-block;
}

#contact .phone .no a {
  color: #f40000;
  text-decoration: none;
  transition: all 0.5s;
}

#foot-info .phone a {
  text-decoration: none;
  color: #000;
}

#contact .phone .no a:hover,
#foot-info .phone a:hover {
  opacity: 0.5;
}

#cashless-logo img,
#cashless-logo-mb img {
  display: none !important;
}