@charset "UTF-8";
/* CSS Document */


/*article{
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background-color: #ffffff;
}*/


/*.koumoku ol{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
}

.koumoku ol li:nth-child(1){
	width: 98.64%;
	margin: 2.5% 0.68% 0;
}

.koumoku ol li:nth-child(2){
	width: 98.64%;
	margin: 2.5% 0.68% 0;
}

.koumoku ol li:nth-child(3){
	width: 98.64%;
	margin: 2.5% 0.68% 0;
}

.koumoku ol li{
	width: 48.66%;
	margin: 2.5% 0.67% 0;
}*/

h2{
	width: 100%;
	margin: 5% auto 5%;
	text-align: center;
	font-family: "M PLUS 2", serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
	font-size: 140%;
}

.color_pink{
	color: #ff6d9f;
}

.color_orange{
	color: #ffaf8f;
}

.color_green{
	color: #97d3a2;
}

.color_blue{
	color: #187fc3;
}

.color_pink_version2{
	color: #ff5783;
}

.font_Courgette {
	margin: 0 -0.2em 0 0.2em;
  	font-family: "Courgette", serif;
  	font-weight: 400;
  	font-style: normal;
	font-size: 130%;
	letter-spacing: 0.2em;
}

.new_store img {
	width: 90%;
	margin: 0% 5% 5%;
}

.new_store img:hover {
  	transform: scale(0.9,0.9);
}


.main_contents ul{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.main_contents ul li{
	width: 33%;
	padding-bottom: 0.5%;
}

.back_number h3{
	width: 90%;
	margin: 10% auto 5%;
}

/*---logoslidr---*/
.back_number_slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   	width:94%;
    margin:5% auto;
	overflow: hidden; /* スライダーの外に出る部分を隠す */
    position: relative; /* 必要に応じて基準位置を調整 */
	direction: ltr; /* 左から右を基本に設定 */
}

.back_number_slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.back_number_slider .slick-slide {
    margin:0 10px;
}

/* 右から左に流れるスライダー専用 */
.slider-rtl {
    direction: rtl; /* スライダーの方向を逆にする */
}

/* 左から右に流れるスライダー専用 */
.slider-ltr {
    direction: ltr; /* 通常の左から右 */
}


@media (min-width: 980px){
	/*.koumoku > ol{
		width: 80%;
		margin: 0 10% 0
	}
	
	.koumoku > ol> li{
		width: 48.64%;
		margin: 2.5% 0.68% 0;
	}*/
	
	h2{
		margin: 5% auto 5%;
		font-size: 32px;
	}
	
	.new_store img {
		width: 70%;
		margin: 0% 15% 5%;
	}

	.back_number h3{
		width: 70%;
		margin: 10% auto 5%;
	}
	
	.back_number_slider {
    	margin:3% auto 2%;
	}
		
	.back_number_slider img {
   		width:90%;/*スライダー内の画像を横幅*/
		margin: 0 5% 0;
    	height:auto;
	}

}


