@charset "UTF-8";
/* CSS Document */

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
article.allcontents{
	max-width:1080px;
	box-sizing:border-box; 
	}
article.allcontents img{
    max-width:100%;
}
.txt-center_pc{
	text-align: center
	}
.txt-b{
	font-weight: bold;
	}
article p{
	text-align: justify;
	}
.webfont{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	}
section.cont-main{
	background-color: #fff6cb;
	padding: 2em;
}
.period{
	background-color: #ffda2e;
	padding: 2em;
}
section h2{
	font-size: 40px;
	color: #000;
	margin-bottom: 0.5em;
}
section h3{
	font-size: 25px;
	margin-bottom: 1em;
	color: #000;
	margin-top: 1em;
	margin-bottom:0;
}
.txt{
	font-size:20px;
	line-height:2em;
	color: #444;
	font-weight: bold;
}
.txt-xxl{
	font-size: 2em;
	text-align: center;
	line-height: 1.3em!important;
	text-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
.txt-l{
	font-size: 28px;
}

/* アニメーション部分ここから */
.text_animation {
  color: #ff3333;
  font-family: 'Roboto Mono', monospace;
  font-size: 3em;
  font-weight:  bold;
  text-transform: uppercase;
  transform-origin: bottom;
	margin: 0 0 2em;
	text-shadow: 2px 2px 0 rgba(0,0,0,.2);
}
.text_animation.is-active {
  animation: text08 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@keyframes text08 {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(150%);
  }
  30% {
    opacity: 1;
  }
  75% {
    transform: scale(1.5) translateY(-30%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

/* 初期CSS */
.animation {
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
	margin-top: -2em;
}
.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* アニメーション部分ここまで */
.margin-1{
	margin: 2em 0 2em;
}
.h3-s{
	font-size: 20px!important;
}
/*チェック箇所*/
section.cont-main ul {
    list-style: none;
	margin-bottom: 3em;
	color:#000;
}
section.cont-main ul li {
    background: url(https://www.nairesuru.jp///web-box/upload/content/cp_handai/cp_handai_img-check.png) no-repeat 0 0;
    background-size: 40px 40px;
	font-size: 1.3rem;
    margin-bottom: 10px;
    padding-left: 55px;
    letter-spacing: 0;
}
/*商品掲載*/
section.cont-syohin{
	background-color: #ffda2e;
	padding: 2em;
}
section.cont-syohin h3 {
	font-size:30px;
	margin:1em 0;
}
section.cont-syohin h3:nth-child(n+3) {
	margin-top: 3em;
}
section.cont-syohin h3:before, section.cont-syohin h3:after {
  content: ' ：：： ';
}
.flex-shohin_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	background-color: #FFF;
	padding: 1em;
}
.flex-shohin_cont div.item_box4 {
	width: 25%;
	padding:0 10px ;
	margin-bottom: 1em;
	/*横区切り線ドットの場合
	border-left: 1px dotted #aaa; */
}
/*横区切り線ドットの場合
.flex-shohin_cont div.item_box4:nth-child(4n+1){
	border-left: 1px dotted #FFF;
}*/

.item_box4 img{
	width: 100%;
	margin: 0.5em 0;
	/*画像囲み線の場合*/
	border: solid 1px #CCC;
}

.flex-shohin_cont div.item_box1 {
	width: 100%;
	padding:0 20px ;
	margin-bottom: 1em;
	/*縦区切り線ドットの場合*/
	border-bottom: 1px dotted #aaa; 
	/*横区切り線ドットの場合
	border-left: 1px dotted #aaa; */
}
/*横区切り線ドットの場合
.flex-shohin_cont div.item_box1:nth-child(4n+1){
	border-left: 1px dotted #FFF;
}*/
.item_box1 .image{
	float:left;
	width: 45%;
	margin: 0.5em 0;
	/*画像囲み線の場合*/
	border: solid 3px #CCC;
}	

.item_box1 .image img{
	width: 100%;
	/*margin: 0.5em 0;
	画像囲み線の場合
	border: solid 1px #CCC;*/
}
	
.item_box1 .detail{
	/*float:left;
	width: 50%;
	vertical-align: middle;
	padding: 15px;
	画像囲み線の場合
	border: solid 1px #CCC;*/
	
	
	width: 55%;	
	height:90%; 
	float:left; 
	align-content: 
		flex-end; 
	padding: 15px;
}	

section.cont-syohin div.item_name {
	font-size: 18px;
	color:#000;
	font-weight: bold;
}
section.cont-syohin aside.price {
    margin-top:0.5em;
    text-align: center;
	font-size: 20px;
	color:#83AF00;
	font-weight: bold;
}
section.cont-syohin aside.price a:link,section.cont-syohin aside.price a:visited  {
	color:#83AF00;
	text-decoration: none;
}

.period{
	
}
.period table {
				width:80%;
    border-collapse: collapse;  /* セルの線を重ねる */
			margin-left:auto;
			margin-right:auto;
			font-size:2em;
}

.period table th {
    padding: 5px 10px;          /* 余白指定 */
    border-bottom:  solid #000000; /* 線指定 */
	text-align: center;
    background-color: #000000;  /* 背景色指定 */
    color:  #ffda2e;               /* 文字色指定 */
    font-weight:  bold;       /* 文字の太さ指定 */
    position:  relative;        /* 位置指定 */
    z-index: 10;                /* 重なり調整 */
}
.period table td {
    padding: 5px 10px;          /* 余白指定 */
    border-bottom:  solid #000000; /* 線指定 */
    background-color:  #ffffff; /* 背景色指定 */
    padding-left: 25px;         /* 余白指定 */
    font-weight:  bold;       /* 文字の太さ指定 */
}


.period table td.wid{
			padding-left:2em; 
		}	
/* スマートフォンサイズで適用されるスタイル*/
@media only screen and (max-width: 750px) {
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
section.cont-main{
	padding: 1em 1em 2em 1em;
}
.txt-center_pc{
	text-align: left!important;
	}	
.txt{
	font-size:16px;
	line-height:1.5em;
}

section h2{
	font-size: 25px;
}
section h3{
	font-size: 20px;
}
.h3-s{
	font-size: 16px!important;
}	
.txt-xxl{
	font-size: 2em;
	line-height: 1.3em!important;
}
.txt-l{
	font-size: 16px;
}	
.margin-1{
	margin: 1em 0 2em;
	}
/* アニメーション部分ここから */
.text_animation {
  font-size: 2em;
	margin: 0 0 2em;
	text-align: center!important;
}
.animation{
	margin-top: -3em;
	}
/* アニメーション部分ここまで */
/*チェック箇所*/
section.cont-main ul {
    list-style: none;
	margin-bottom: 1.5em;
	padding: 0;
}
section.cont-main ul li {
    background-size: 30px 30px;
	font-size: 1rem;
    padding-left: 35px;
}
/*商品掲載*/
section.cont-syohin{
	padding: 1em;
}
section.cont-syohin h3 {
	font-size:20px;
	margin:1em 0;
}
section.cont-syohin h3:nth-child(n+3) {
	margin-top: 2em;
}
section.cont-syohin h3:before, section.cont-syohin h3:after {
  content: ' ：： ';
}
.flex-shohin_cont {
	padding: 1em 0.5em;
}
.flex-shohin_cont div.item_box4 {
	width: 50%;
}
/*画像囲み線の場合
.flex-shohin_cont div.item_box4:nth-child(2n+1){
	border-left: 1px dotted #FFF;
}*/
	
.flex-shohin_cont div.item_box1 {
	width: 100%;
	padding:0 5px ;
	margin-bottom: 1em;
	/*横区切り線ドットの場合
	border-left: 1px dotted #aaa; */
}
/*横区切り線ドットの場合
.flex-shohin_cont div.item_box1:nth-child(4n+1){
	border-left: 1px dotted #FFF;
}*/
.item_box1 .image{
	float:left;
	width: 45%;
	margin: 0.5em 0;
	/*画像囲み線の場合*/
	border: solid 2px #CCC;
}	

.item_box1 .image img{
	width: 100%;
	/*margin: 0.5em 0;
	画像囲み線の場合
	border: solid 1px #CCC;*/
}
	
.item_box1 .detail{
	float:left;
	width: 55%;
	vertical-align: middle;
	padding: 5px;
	/*画像囲み線の場合
	border: solid 1px #CCC;*/
}	
section.cont-syohin div.item_name {
	font-size: 14px;
}
section.cont-syohin aside.price {
    text-align: left;
	font-size: 12px;
}

.period table {
				width:100%;
			font-size:1.3em;
}
.period table td {
    padding-left: 15px;         /* 余白指定 */
}

.period table td.wid{
			padding-left:0.7em; 
		}
}