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

/* ベーススタイル
----------------------------------------------------------- */
body {
	background: url( "../images/background_01.png");
	 
	background-repeat: repeat-x;
	background-color: #21ade5;
	background-size: cover;
}
#main {
	background: #F5E97E;
	padding: 25px 25px;
	border-radius: 20px;
}

/*main ul.titlebox li {
	float: left;
}
main ul.titlebox li:nth-of-type(2) {
	margin: 200px 0 0 0;
}*/

/* コンテンツスタイル
----------------------------------------------------------- */
/* 吹き出しの色 */
.balloon {
	position: relative;
	background: #0475ce;
}
.balloon::before {
	background: #0475ce;
}
.balloon::after {
	background: #0475ce;
}

/* 文字強調色 */
#main p.new{
	
	position:absolute;
	top: -10px;
	display: inline-block;
	padding: 0;
	text-indent: 0;
	
}

.newbox{
	position: relative;
}

#main p span {
	color: #4e7029;
	font-weight: bold;
}



/* リストアイコン */

#main ul li {
    padding-left: 0; 
}

#main ul.scene li :before {
	background: #000;
	display: none;
}

ul.flex_box{
	display: flex;
	
}
ul.flex_box li.item{
	align-self: baseline;
	
}

ul.flex li {
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
	
}

ul.flex{
	overflow: hidden;
	
}
ul.flex li {
	float: left;
	text-align: center;
	margin: 0 0 10px 0;
	
}
ul.flex li p {
	text-indent: 0;
}
#main ul.flex li.none::before {
	content: none;
}

ul.flex_02{
	overflow: hidden;
	
}
ul.flex_02 li {
	float: left;
	text-align: center;
	margin: 0 0 20px 0;
	
}

#main ul.flex_02 li.none::before {
	content: none;
}

@media screen and (max-width: 950px) {
	div.mask-head p.price{
	text-align: center;
}
	
}


@media screen and (max-width: 768px) {
	
}


@media screen and (max-width: 480px) {

}