@charset "Shift_JIS";
/* CSS Document */
/*=========== pc ===========*/
/*----- common -----*/
.suisan-sale .pc_ {
  display: block;
}
.suisan-sale .sp_ {
  display: none;
}
.suisan-sale *, .suisan-sale *:before, .suisan-sale *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.suisan-sale .sec_ {
  padding-bottom: 2em;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
.kankitsu_fair .sec_inner_ {
  width: 95%;
  margin: 0 auto;
  padding: 1em 0 1em;
}
.suisan-sale .sec_ h2 {
  font-weight: bold;
    font-size: 2em;
    letter-spacing: 3px;
    color: #ffffff;
    margin: 0.5em 0 1em;
    background: #091d73;
    padding: 1em;
    background-image: linear-gradient(
45deg
, #051758 25%, transparent 25%, transparent 75%, #051758 75%), linear-gradient(
45deg
, #051758 25%, transparent 25%, transparent 75%, #051758 75%);
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
    background-color: #091d73;
}
.suisan-sale .flexwrap_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.suisan-sale a {
  text-decoration: none;
}
.suisan-sale a:hover {
  text-decoration: none;
}


/*----- =======================section layout=======================-----*/
/*----- #sec_header -----*/
.suisan-sale h1 {
  margin-bottom: 1em;
  text-align: center;
}
/*----- #about & #sale-goods-----*/
	.suisan-sale #sale-goods h3{
		width: 65%;
		margin: 0 auto;
	}
.suisan-sale #about .sec_inner_,
.suisan-sale #sale-goods .sec_inner_ {
	text-align: center;
	padding: 1em 0;
}
.suisan-sale #about .sec_inner_ p,
.suisan-sale #sale-goods .sec_inner_ p{
  font-size: 1.5em;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: bold;
}
.suisan-sale #about .sec_inner_ p span,
.suisan-sale #sale-goods .sec_inner_ p span{
  font-weight: bold;
  font-size: 1.3em;
}
.suisan-sale #about .sec_inner_ p .tx_red,
	.suisan-sale #sale-goods .sec_inner_ p .tx_red{
  color: #c50303;
}
/*.suisan-sale  #about .sec_inner_ p .tx_line{
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 60%, #f7ef56 60%, #f7ef56 90%, #ffffff 90%, #ffffff 100%);
    padding: 0 5px;
}	*/
.suisan-sale #sale-goods .sec_inner_ p {
}
.suisan-sale #sale-goods .sec_inner_ p span {
}
.suisan-sale #sale-goods .sec_inner_ p .tx_blue {
  color: #0A38A2;
}
.suisan-sale #sale-goods .sec_inner_ .tx-small {
	font-weight: inherit;
	font-size: inherit;
}
/*----- #detail_ -----*/
.suisan-sale #detail_ .sec_inner_ {
  width: 95%;
}
/*.suisan-sale  #detail_ h2 {
    color: currentColor;
}*/
.suisan-sale #detail_ dl {
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.6;
}
.suisan-sale #detail_ dl dt {
  font-weight: bold;
}
.suisan-sale #detail_ dl dd {
  padding-left: 1em;
}
/*----- toplink -----*/
.suisan-sale .toplink_ {
  margin: 2em auto;
  text-align: center;
}
.suisan-sale .toplink_ a {
  text-align: center;
  background-color: #007b62;
  padding: 0.5em 3em;
  font-size: 1.2em;
  color: #ffffff;
}
.suisan-sale .toplink_ a:hover {
  background-color: #18b393;
}

/*=========== sp ===========*/
@media only screen and (max-width: 640px) {
  .suisan-sale .pc_ {
    display: none !important;
  }
  .suisan-sale .sp_ {
    display: block !important;
  }
  .suisan-sale .sec_inner_ {
  }
  .suisan-sale #about .sec_inner_ p,
	.suisan-sale #sale-goods .sec_inner_ p{
    font-size: 1.1em;
    line-height: 1.6;
    letter-spacing: 1px;
		padding-bottom: 0.5em;
  }
  .suisan-sale .sec_ {
    padding-bottom: 0;
  }
  .suisan-sale .sec_ h2 {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin: 0;
	  padding: 0.5em;
  }
.suisan-sale .sec_ h2 {
    background-position: 0 0, 15px 15px;
    background-size: 30px 30px;
}
	.suisan-sale #sale-goods h3 {
    width: 90%;
    margin: 0.5em auto 0;
}
}
	