@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.main-inner {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  background-color: #36b5da;
  color: #fff;
  padding-bottom: 12%;
}

/*---contentsCp---*/
.contentsCp {
  background: url("../images/idx_bg01.webp") top center no-repeat;
  background-size: 100%;
  margin-top: -9%;
  padding: 8% 5% 25%;
  position: relative;
}
.contentsCp .icon{
  margin: 0 33% 6%;
}
.contentsCp figure{
  margin: 5% 12% 2%;
}
.contentsCp .attCp{
  font-size: 1.3rem;
  -webkit-text-stroke: 4px #004938;
  text-stroke: 4px #004938;
  paint-order: stroke;
}
.contentsCp .dateCp{
  margin: 8% 0;
}
.contentsCp .dateCp p + p{
  margin-top: 3%;
}

/*---contents02---*/
.contents02 {
  padding: 0 6% 12%;
  font-size: 2.2rem;
  font-weight: bold;
}
[class*="syohinWrap"] h3{
  margin-bottom: 8%;
  border-bottom: 4px solid #fff;
  padding: 14% 27% 3%;
}
.syohinWrap01 h3{
  box-shadow: 0 2px 0 rgba(250, 191, 27, 1);
}
.syohinWrap02 h3{
  box-shadow: 0 2px 0 rgba(140, 194, 32, 1);
}
[class*="syohinWrap"] .flexWrap li:nth-of-type(n+2){
  margin-top: 8%;
}
[class*="syohinWrap"] .name{
  margin-top: 3%;
  line-height: 1.2;
}
[class*="syohinWrap"] .price{
  margin-top: 2%;
  border-top: dotted 4px #fff;
  padding-top: 1%;
  font-size: 1.5rem;
  text-align: right;
}
[class*="syohinWrap"] .price span{
  font-size: 2.2rem;
}

/*---others---*/
.syohinWrap01 .others {
  padding: 8% 0 0;
}
.syohinWrap01 .others summary {
  position: relative;
  list-style: none;
  border-bottom: 4px solid #fff;
  padding: 0 13vw 2vw;
}
.syohinWrap01 .others summary::-webkit-details-marker {
  display: none;
}
.syohinWrap01 .others summary::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4vw;
  height: 6vw;
  background: url(../images/idx_ic02.webp) no-repeat;
  background-size: contain;
  left: 5vw;
  bottom: calc(50% - 3vw);
}
.syohinWrap01 .others[open] summary::before {
  transform:rotate(90deg);
  bottom: calc(50% - 3.6vw);
}
.syohinWrap01 .others summary::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 4vw;
  height: 6vw;
  background: url(../images/idx_ic03.webp) no-repeat;
  background-size: contain;
  right: 5vw;
  bottom: calc(50% - 3vw);
}
.syohinWrap01 .others[open] summary::after {
  transform:rotate(270deg);
}
.syohinWrap01 .others ul {
  padding: 1% 5% 7%;
  background: #fff;
  color: #36b5da;
}
.syohinWrap01 .others ul .txWrap{
  font-size: 1.5rem;
}
.syohinWrap01 .others ul .price{
  border-top: dotted 3px #36b5da;
}

/*---contents03---*/
.contents03 {
  padding: 0 6%;
}
.contents03 p:nth-of-type(n+2) {
  margin-top: 6%;
}

/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  #main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  #main h1 {
    text-align: center;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  
  /*---contentsCp---*/
  .contentsCp {
    background: url("../images/idx_bg01pc.webp") top center no-repeat;
    background-size: auto;
    margin-top: -50px;
    padding: 50px 30px 120px;
  }
  .contentsCp .icon{
    margin: 0 auto 10px;
    width: 190px;
  }
  .contentsCp .flexWrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .contentsCp .textCp{
    width: 550px;
  }
  .contentsCp figure{
    margin: 0 0 5px;
    width: 350px;
  }
  .contentsCp .dateCp{
    margin: 30px 0 40px;
    display: flex;
    justify-content: space-between;
  }
  .contentsCp .dateCp p{
    width: 460px;
  }
  .contentsCp .dateCp p + p{
    margin-top: 0;
  }
  .contentsCp .btnCp{
    width: 425px;
    margin: 0 auto;
  }
  .contentsCp .qrCp{
    width: 100%;
    text-align: center;
  }

  /*---contents02---*/
  .contents02 {
    padding: 0 30px 50px;
    font-size: 2.0rem;
  }
  .contents02 h2{
    width: 400px;
    margin: 0 auto;
  }
  [class*="syohinWrap"] h3{
    margin-bottom: 35px;
    padding: 50px 0 10px;
    text-align: center;
  }
  [class*="syohinWrap"] h3 img{
    width: 170px
  }
  [class*="syohinWrap"] ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  [class*="syohinWrap"] .flexWrap li{
    width: 300px;
    display: flex;
    flex-direction: column;
  }
  [class*="syohinWrap"] .flexWrap::after{
  content:"";
  display: block;
  width:300px;
}
  [class*="syohinWrap"] .flexWrap li:nth-of-type(n+2){
    margin-top: 0;
  }
  [class*="syohinWrap"] .flexWrap li:nth-of-type(n+4){
    margin-top: 30px;
  }
  [class*="syohinWrap"] .name{
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  [class*="syohinWrap"] .price span{
    font-size: 2.0rem;
  }

  /*---others---*/
  .syohinWrap01 .others {
    padding: 30px 0 0;
  }
  .syohinWrap01 .others summary {
    border-bottom: 4px solid #fff;
    padding: 0 0 10px;
    text-align: center;
  }
  .syohinWrap01 .others summary img{
    width: 400px;
  }
  .syohinWrap01 .others summary::before {
    width: 20px;
    height: 35px;
    left: 220px;
    bottom: calc(50% - 13px);
  }
  .syohinWrap01 .others[open] summary::before {
    bottom: calc(50% - 15px);
  }
  .syohinWrap01 .others summary::after {
    width: 20px;
    height: 35px;
    right: 220px;
    bottom: calc(50% - 13px);
  }
  .syohinWrap01 .others ul {
    padding: 0 20px 30px;
  }
   .syohinWrap01 .others ul::after{
    content:"";
    display: block;
    width:285px;
  }
  .syohinWrap01 .others ul .txWrap{
    font-size: 1.5rem;
    width: 285px;
  }
  .syohinWrap01 .others ul .price{
    border-top: dotted 3px #36b5da;
  }

  /*---contents03---*/
  .contents03 {
    padding: 0 30px;
  }
  .contents03 p:first-of-type {
    width: 425px;
    margin: auto;
  }
  .contents03 p:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .contents03 p:last-of-type {
    text-align: left;
  }
}