@charset "utf-8";
/* CSS Document */
#dogday img {
  width: 100%;
  height: auto;
  display: block;
}
#dogday .fix {
  clear: both;
}
#dogday dl {
  clear: both;
}
#dogday dt {
  float: left;
  clear: left;
  margin-right: 0.1em;
  width: auto;
  font-weight: 500;
}
#dogday dd {
  float: left;
  margin-left: 1em;
}
#dogday .js-target {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width:737px) {
  #dogday.pc-none {
    display: none;
  }
  #dogday {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: #fffcd6;
    color: #604C3F;
  }
  #dogday section {
    background-image: url("bg.png");
    background-size: 100%;
  }
  #dogday .w90 {
    width: 90%;
    margin: 0 auto;
  }
  #dogday h1, h2, h3 {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  #dogday .tit_area {
    max-width: 1200px;
    position: relative;
    padding-bottom: 52.5%
  }
  #dogday .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	  
  }
  #dogday .wan {
    position: absolute;
    top: 43%;
    left: 32.8%;
    width: 19%;
    z-index: 10;
  }
  #dogday h2 {
    position: relative;
    width: 30%;
    margin: 1em auto .5em;
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
  }
  #dogday h2 ::before {
    position: absolute;
    width: 50px;
    height: 51px;
    background-image: url("footL.svg");
    background-repeat: no-repeat;
    top: calc(50% - 30px);
    left: 0;
    content: '';
  }
  #dogday h2 ::after {
    position: absolute;
    width: 50px;
    height: 51px;
    background-image: url("footR.svg");
    background-repeat: no-repeat;
    top: calc(50% - 30px);
    right: 0;
    content: '';
  }
  #dogday .red {
    color: #A3020F;
    font-weight: bold;
  }
  #dogday .lead {
    font-size: 1.3rem;
    text-align: center;
    color: #604C3F;
    font-weight: 500;
    padding: 0;
    margin: 0.8em 0;
  }
  #dogday .lead > span {
    font-size: 85%;
  }
  /*=========item=========*/
  #item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 40px 0;
    color: #604C3F;
  }
  #item li {
    width: calc(29% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
    list-style: none;
    float: left;
    padding: 1.5%;
    background-color: #fbf18f;
    border-radius: 30px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  }
  #item li > img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #item li:nth-of-type(3n) {
    margin-right: 0;
  }
  #item .date {
    border: solid 1px #fff;
    background-color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 2px 12px;
    margin: 15px 0 10px;
    font-size: 0.9125rem;
  }
  #item .name {
    font-size: 1.15rem;
    font-weight: bold;
    text-align: left;
    margin: .8rem 0 0;
  }
  #item .price {
    font-size: 1.0rem;
    font-weight: 500;
    text-align: right;
    margin: 0.5em 0;
  }
  #item .txt {
    font-size: 1.0rem;
    margin-top: 8px;
    border-top: dotted 2px #827252;
    padding: 0.5em;
  }
  #item .txt > span {
    font-size: 90%;
  }
  #dogday .others_bg {
    background-color: #fff;
    padding: 2%;
    margin: 0px 40px;
    border-radius: 10px;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width:736px) {
  #dogday .sp-none {
    display: none;
  }
  #dogday {
    margin: 0 auto;
    margin: 0 calc(50% - 50vw);
    margin-top: -10px;
    padding-bottom: 20px;
    background-color: #fffcd6;
    color: #604C3F;
  }
  #dogday section {
    background-image: url("bg_sp.png");
    background-size: contain;
  }
  #dogday h1, h2, h3 {
    text-align: center;
    padding: 0;
    margin: 0;
  }
  #dogday .tit_area {
    max-width: 100%;
    position: relative;
    padding-bottom: 100%;
  }
  #dogday .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	  
  }
  #dogday .wan {
    position: absolute;
    top: 53%;
    left: 4%;
    width: 29%;
    z-index: 10;
  }
  #dogday h2 {
    position: relative;
    width: 55%;
    margin: 1em auto .8rem;
    font-family: "Yusei Magic", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
  }
  #dogday h2 ::before {
    position: absolute;
    width: 30px;
    height: 31px;
    background-image: url("footL.svg");
    background-repeat: no-repeat;
    top: calc(50% - 15px);
    left: 0;
    content: '';
  }
  #dogday h2 ::after {
    position: absolute;
    width: 30px;
    height: 31px;
    background-image: url("footR.svg");
    background-repeat: no-repeat;
    top: calc(50% - 15px);
    right: 0;
    content: '';
  }
  #dogday .red {
    color: #A3020F;
    font-weight: bold;
  }
  #dogday .lead {
    font-size: 1.0rem;
    text-align: center;
    color: #604C3F;
    font-weight: 500;
    padding: 0;
    margin: 0.8em 0;
  }
  #dogday .lead > span {
    font-size: 85%;
  }
  #item ul {
    padding: 0px 20px 0;
    color: #604C3F;
  }
  #item li {
    max-width: 100%;
    list-style: none;
    padding: 4%;
    margin-bottom: 20px;
    background-color: #fbf18f;
    border-radius: 30px;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.2));
  }
  #item li > img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  #item .date {
    border: solid 1px #fff;
    background-color: #fff;
    display: inline-block;
    border-radius: 50px;
    padding: 2px 12px;
    margin: 15px 0 10px;
    font-size: 0.9125rem;
  }
  #item .name {
    font-size: 1.15rem;
    font-weight: bold;
    text-align: left;
    margin: 0.8rem 0 0;
  }
  #item .price {
    font-size: 1.0rem;
    font-weight: 500;
    text-align: right;
    margin: 0.5em 0;
  }
  #item .txt {
    font-size: 1.0rem;
    margin-top: 8px;
    border-top: dotted 2px #827252;
    padding: 0.5em;
  }
  #item .txt > span {
    font-size: 85%;
  }
  #dogday .others_bg {
    max-width: 100%;
    background-color: #fff;
    padding: 3% 4%;
    margin: 10px 20px;
    border-radius: 10px;
  }
}