/* 下層のCSS
========================================== */

.pc-none {
  display: none !important;
}

@media screen and (max-width: 1025px){
.pc-none {
  display:block !important;
}
}

.page-privacy h2:first-of-type {
  color: #444621 !important;
  border-top: none;
}

#breadcrumb{
	color:#4D2E04;
}

#breadcrumb a{
	color:#4D2E04;
}

*:focus {
outline: none;
}

/*キャッシュレス*/
.cashless-title{
  margin-top: 1em;
  padding: 0.5em;
  background: #ffd5d4;
  border-left: solid 5px #da3425;
  color: #444621 !important;
  font-weight: bold;
}
.w-75{
  width: 75%;
}

/* ハピエコ */
.eco-menu {
margin-bottom: 60px;
font-size: 20px;

}
.eco-menu li {
float: left;
width: 33.333%;
list-style-type: none;
}
.eco-menu ul {
  width: 90%;
  margin: 0 auto ;
  padding-bottom: 3em;
}
.eco-btn a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  line-height: 1em;
  color: #444621;
  transition: .3s;
  
}
.btn-color1  {
  background-color: #FFB279;
  color: #1F1F1F;
}

.btn-color1:hover{
  background-color: #E86539;
  text-decoration: none;
  transition: 0.5s;
}

.btn-color1 a:hover,.btn-color2 a:hover,.btn-color3 a:hover{
  color: #fff;
}
.btn-color2  {
  background-color: #FFC3C3;
  color: #1F1F1F;
}
.btn-color2:hover{
  background-color: #DB0054;
  color: #fff;
  text-decoration: none;
}
.btn-color3  {
  background-color: #B5D8DD;
  color: #1F1F1F;
}
.btn-color3:hover{
  background-color: #05B5CE;
  color: #fff;
  text-decoration: none;
}

.sp-br {
  display: none;
}
.clear-f{
  clear: flex;
}
.wid-80{
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.hapiecobutton {
  width: 80%;
  margin: 0 auto;
}

.button-pa{
  padding: 16px 86px;
  width: 340px;
}
.balloon-ha {
    position: relative;
    padding: 0.6em;
    background: #FFC3C3;
    width: 70%;
    font-weight: bold;
    color: #444621;
    font-size: 20px;
    border-radius: 11px;
    margin-bottom: 1rem;
}
.balloon-ha:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 10px solid transparent;
  border-top: 15px solid #FFC3C3;
  width: 0;
  height: 0;
}

.hapi img {
  border-radius: 15px;
}

.hapiecotitle4 {
color :#1B7B3A;
padding-bottom: 24px;
}

.pa30 {
  padding-top: 30px;
  padding-bottom: 12px;
  margin-bottom: -16px;
}

.pa-t30 {
  padding-top: 30px;

}

.hapiyellow {
  background-color: #FFFFDE;
  margin-top: 3rem;
  height: 420px;

}

.hapi-example {
  background-color: #E3F7C4;
  border-radius: 20px;
  padding: 1.5rem;
  margin: 3rem 2rem 2rem;
}

.example-h {
  width: 86%;
  margin: 0 auto;
}


.hapiyellow span {
  color:#1B7B3A;
  font-size: 24px;
  font-weight: bold;
}

.cycle-h {
  list-style: none;
  padding:0;
  margin:0;
  color: #444621;
}
.cycle-h li {
  padding: 0.2em 1.5em;
  text-indent: -.7em;
}
.cycle-h li:before {
  content: '●';
  font-size: 12px;
  color: #da3425;
}

.hapi-p {
  color: #da3425;
  padding: 0.2em 1.5em;
}

.circle-h {
  position: relative;
  height: 190px;
  width: 190px;
  background: white;
  border-radius: 50%;
  border: solid 4px #1B7B3A;
  padding-top: 30px;

}

.circle-h p {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :190px;
  text-align:center;
 
}

.circle-group {
  margin: 0 auto !important;
  width: 80%;
  height: 250px;

}

.greencard {
  margin: 2rem 4rem;
}

@media screen and (max-width:768px){
  .btn-color1, .btn-color2 {
    height: 4em;
    padding-top: 0.5em;
  }
  .circle-h {
    position: relative;
    height: 150px;
    width: 150px;
    background: white;
    border-radius: 50%;
    border: solid 4px #1B7B3A;
    padding-top: 10px;
    font-size: 14px;
}
.hapiyellow {
  height: 360px;
}
.balloon-ha {
  width: 90%
}
.nowrap-eco {
  flex-wrap: nowrap !important;
}
.greencard {
  margin: 0;
}
}

@media screen and (max-width:480px){
  .eco-menu {
    margin-bottom: 40px;
    font-size: 14px;
    height: 60px;
    }
  .eco-menu a{
    height: 60px;
  }
  .nowrap-eco {
    flex-wrap: wrap !important;
}
  .eco-menu ul {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 0;
    }
  .greencard {
    margin: 2rem 4rem;
  }
  .btn-color1 a,.btn-color2 a {
    padding: 14px 10px;
  }
  .btn-color3 a {
    padding: 15px 10px;
    height: 56px;
  }
  .br-sp {
    display:none;
    }
  .balloon-ha {
    width: 100%;
    font-size: 16px;
  }

  .pa30 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .hapiyellow {
    background-color: #FFFFDE;
    margin-top: 3rem;
    margin-bottom: 2rem;
    height: 540px;
  
  }
  .cycle-h li {
    padding: 0.2em 0.5em;
  }
  .circle-h {
    height: 160px;
    width: 160px;
    background: white;
    border-radius: 50%;
    border: solid 3px #1B7B3A;
    padding-top: 10px;
    margin-top: 20px;
    margin-left: 16px;
  
  }
  
  .circle-h p {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width :160px;
    text-align:center;

  }

  .hapi-example {
    background-color: #E3F7C4;
    border-radius: 20px;
    padding: 1.5rem;
    margin: 0;
  }

  .example-h {
    width: 100%;
    margin: 0 auto;
    margin-bottom: -28px;
  }
  .hapi-p {
    color: #da3425;
    padding: 0;
  }
}

.balloon-ha2 {
  position: relative;
  padding: 0.6em;
  background: #FFBC69;
  width: 45%;
  font-weight: bold;
  color: #444621;
  font-size: 20px;
  border-radius: 11px;
  margin-bottom: 2rem;
}
.balloon-ha2:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 10px solid transparent;
border-top: 15px solid #FFBC69;
width: 0;
height: 0;
}

.greencard2 {
  margin-top: 3rem;
  transform:rotate(5deg);
  max-width: 90% !important;
}

.about-hapieco{
  background: #FFFFDE;
  padding: 30px;
  border-radius: 20px;
  margin-top: 50px;
  clear: left;
  flex-wrap: nowrap !important;
}

.cycle-h2 {
  padding:0;
  margin:0;
  color: #444621;
  background: #ffffde;
  border-radius: 15px;
  display: inline-block;
}
.cycle-h2 li {
  list-style: none;
  float: left;
  padding: 1.2em 2em;
  text-indent: 0.2em;
}
.cycle-h2 li:before {
  content: '●';
  font-size: 12px;
  color: #FFBC69;
}

.time-table{
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin: 2em 2em 3em 0;
  color: #444621;
}
.time-table th {
  padding-right: 2em;
  width: 45%;
  font-weight: 400;
}
.time-table td {
  padding: 0 2em 0.3em 2em;
  width: 55%;
}

.carender {
  margin: 0 auto;
  width: 100%;
  color: #444621;
}
.carender th {
  padding: 1em;
  width: 20%;
  text-align: center;
  background: #E3F7C4;
}
.carender td {
  padding-left: 1.5em;
  width: 80%;
}
.carender th, .carender td {
  border: solid 1px #707070;
  border-collapse:  collapse;
}

.collect {
margin-top: 4em;
margin-bottom: 3em;
}

.details {
  margin-top: 3em;
  margin-bottom: 2em;
}
.collect-item  th, .collect-item td {
  border: solid 1px #C9C9C9;
  border-collapse:  collapse;
  color: #444621;
}
.collect-item  th {
  background: #C93C0C;
  color: #fff;
  width: 20%;
  text-align: center;
}
.collect-item  td {
  padding: 1em;
}

.float-l {
  display: inline-block;
  float: left;
  width: 54%;
}
.width-45 {
  width: 45%;
  height: auto;
}
.back-yellow {
background: #FFFFDE;
padding: 1em;
clear: left;
}
.other {
  display: inline-block;
  color: #E03300;
  border: solid 2px #E03300;
  padding: 0.2em;
  font-weight: 600;
}

.clothes th,.clothes td{
  padding: 1.5em 2em;
  border-bottom: dashed 2px #C93C0C !important;
}

.knowledge p {
  display: inline-block;
  background: #60200C;
  color: #fff;
  padding: 0.5em 1em;
  margin-top: 1.5em;
}
.knowledge li {
  text-indent: -0.5em;
}

.collect-item span {
  color: #E03300;
}

.indent {
  text-indent: 1.5em;
}

.collect-item dt{
  float: left;
  width: 160px;
  line-height: 3em;
  padding-left: 0.7em;
}
.collect-item dd{
line-height: 3em;
}
.collect-item dt,.collect-item dd {
  border-bottom: dashed 1px #C93C0C;
}

.pa-none {
  padding: 0 !important;
}

.clothing {
  padding: 1em;
}
@media screen and (max-width:1024px){
  .balloon-ha2 {
    width: 100%;
}
.collect-item dt {
  line-height: 75px;
  height: 75px;
  width: 160px;
}
.collect-item dd {
  line-height: 1.5em;
  height: 75px;
  align-items: center;
  padding-right: 0.5em;
  display: flex;
}
}
@media screen and (max-width:768px){
  .balloon-ha2 {
    width: 100%;

  }
  .collect-item dt {
    bottom: 0;
    float: left;
    height: 72px;
    width: 25%;
    line-height: 1.5em;
    display: flex;
    align-items: center;
    font-size: 14px;
  
  }
  .collect-item dd {
    line-height: 1.5em;
    display: flex;
    align-items: center;
    height: 72px;
    font-size: 14px;
  }
  .cycle-h2 li{
    padding: 1em 1em;
  }

}
@media screen and (min-width:768px){
  .example-h {
    flex-wrap: nowrap !important;
  }
}
@media screen and (max-width:480px){
  .balloon-ha2 {
    width: 100%;
    font-size: 16px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .greencard2 {
    margin-top: 1rem;
  }
  .time-table th {
    padding-right: 1em;
    width: 30%;
  }
  .time-table {
    font-size: 14px;
  }
  .time-table td {
    padding: 0;
  }

  .carender td {
    padding: 0.5em;
    font-size: 14px;
  }

  .about-hapieco {
    padding: 10px;
    flex-wrap: wrap !important;
  }

  .greencard2 {
    display: inline-block;
    text-align: center;
    margin-bottom: 3em;
  }

  .cycle-h2 {

    padding: 0.3em;
  }
  .cycle-h2 li {
    padding: 0.2em;
  }

  .details {
    margin-top: 1em;
  }

  .collect-item th,.collect-item td {
    display: block;
    width: 100%;
}

.collect-item th {
  padding: 10px 0;
  display: flex;
	align-items: center;
	justify-content: center;
}

.float-l {
  width: 100%;
}

.width-45 {
  width: 100%;
  height: auto;

}

.collect-item td {
  padding: 1em 0 1em 0;
}

.back-yellow {
  background: #FFFFDE;
  padding: 0.7em;
  margin: 0 0.5em;
}

.br-pc {
  display:none ;
}

.collect-item dt {
  bottom: 0;
  float: left;
  height: 72px;
  width: 25%;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  font-size: 14px;

}
.collect-item dd {
  line-height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75%;
  height: 72px;
  font-size: 14px;
}

.clothing {
  padding: 0;
}

.knowledge {
  padding: 0.5em;
}
}

/* トレサビ */
.text-title {
  font-size: 46px;
}
.trsb-wrapper {
  padding-top: 30px;
}
.trsb-img {
  width: 90%;
  margin: 0 auto;
}
.title-top {
  margin-bottom: 4em;
}
.caw-ill{
  margin-top: 2em;
}
.rot-input {
	position: relative;
	width: 100%;
  margin-top: 3em;
  margin-bottom: 2em;
}
.rotnumber {
	font: 1.2em sans-serif;
  box-sizing: border-box;
  height:3em;
	width: 70%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #444621;
	border: 3px solid #707066;
	border-radius: 10px;
}
.rotnumber:focus {
	border: 3px solid #707066;
	outline: none;
	box-shadow: 0 0 5px 1px #868678;
}
.confirm {
  display: inline-block;
  border-radius: 10px;
  font-size: 1.2em;
  text-align: center;
  background: #e03300;
  color: #ffffff;
  line-height: 1em;
  transition: .3s; 
  box-shadow: 3px 3px 3px #666666;
  border: 2px solid #e03300;
  height: 3em;
  width: 25%;
  font-size: 1.2em;
}
.confirm:hover {
  box-shadow    : none;
  color         : #e03300;
  background    : #ffffff;
}
.balloon-trsb {
  position: relative;
  padding: 0.6em;
  background: #CDDB7D;
  max-width: 800px;
  color: #444621;
  font-size: 16px;
  border-radius: 11px;
  margin-bottom: 2rem;
}
.balloon-trsb:before {
position: absolute;
content: '';
top: -50%;
left: 30px;
border: 18px solid transparent;
border-bottom: 30px solid #CDDB7D;
width: 0;
height: 0;
}
.brown-balloon {
  background: url(../assets/img/tokusimaru/bg-brown-balloon@2x.png) center;
  background-repeat: no-repeat;
  background-size: 464px 58px;
  font-weight: 500;
  font-size: 19px;
  line-height: 45px;
  height: 58px;
  text-align: center;

  
}

.trsb-link:hover {
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}
.balloon-trsb ,.balloon-trsb2 {
  max-width: 800px;
}
@media screen and (min-width:768px){
  .trsb-wrapper {
    padding-top: 30px;
    flex-wrap: nowrap !important;
}
}

@media screen and (max-width:480px){
  .title-top {
    margin-bottom: 2.2em;
  }
  .title-top h2 {
    font-size: 24px;
  }
  .title-top h3 {
    font-size: 16px;
    margin: 0;
  }
  .rot-input {
    margin-top: 0;
  }
  .rotnumber {
    font-size: 1em;
  }
  .confirm {
    font-size: 1em;
    width: 27%;
  }
  .balloon-trsb {
    margin-bottom: 1rem;
    width: 100%;
  }
  .balloon-trsb ,.balloon-trsb2 {
    width: 100%;
  }
}

/* その他-ちびっこマラソン */
.balloon-blue {
  position: relative;
  padding: 0.6em;
  background: #78C8D3;
  width: 70%;
  font-weight: bold;
  color: #444621;
  font-size: 20px;
  border-radius: 11px;
  margin-bottom: 2rem;
}
.balloon-blue:after {
position: absolute;
content: '';
top: 98%;
left: 30px;
border: 10px solid transparent;
border-top: 15px solid #78C8D3;
width: 0;
height: 0;
}
.marathon{
  border-radius: 20px;
}
.marathon-image {
  text-align: center;
  margin: 0 auto;
}
.balloon1 {
  max-width: 100% !important;
  font-size: 1.1em !important;
}

@media screen and (max-width:480px){
  .balloon-blue {
  width: 95%;
  font-size: 16px;
  }
  
  .marathon-image{
    display: block;
    flex-wrap: nowrap !important;
  }
  .marathon{
    border-radius: 18px;
    width: 96%;
  }
  .balloon1 {
    max-width: 100% !important;
    font-size: 1.1em !important;
  }
}

.food-area .wp-block-media-text>figure>img {
  width: 28%;
}
/*地域貢献活動*/
.area-illust {
  max-width: 95%;
  display: flex;
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width:600px){
.aed-txt{
  flex-wrap: nowrap !important;
}
}

/*美味安心*/
@media screen and (min-width:768px){
  .product-sp {
    display: none
  }
}
@media screen and (max-width:767px){
.ranking-header img{
  max-width: 100%;
}
.btn-bimianshinhp-btn{
  width: 100%;
}
.btn-bimiannshin a{
  width: 100%;
}
.product-pc {
  display: none;
}
}


/*消費者志向宣言追加*/
.action-achieve{
  margin-bottom: 2em;
}
.action-h5 {
  border-bottom: solid 3px #EBC7C7;
  position: relative;
  width: 20%;
  margin-top: 2em;
  margin-bottom: 1em;
  text-indent: 1em;
}

.action-h5:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #E89096;
  bottom: -3px;
  width: 20%;
}

.action-title{
  font-weight: 600;
  list-style: none;
  float: left;
  padding: 1.2em 2em;
  text-indent: 0.2em;
}
.action-title:before {
  content: '●';
  color: #E89096;
}

.action-content{
  padding-top: 0.5em;
  font-size: 14px;
  list-style: none;
  font-weight: 400;
}

@media screen and (max-width:1024px){
  .action-h5 {
    width: 40%;
  }
  .action-title {
    padding: 0;
    text-indent: 0;
    margin-left:-1em
  }
  .action-content {
    margin-left: -2em;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width:480px){
  .action-h5 {
    width: 60%;
  }
  .action-title {
    padding: 0;
    text-indent: 0;
    margin-left: -2em;
  }
  .action-content {
    margin-left: -3em;
    margin-bottom: 1.5em
  }
}

/* ハピエココロナ表記 */
.info-covid {
  color: red;
  font-size: 1.2em;
  border: 3px solid red;
  padding: 1em;
  font-weight: 600;
}
@media (max-width: 600px){
.flex_table li ul li {
  min-height: 50px;
}