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


/*-------------------------------------------
main-area
-----------------------------------------------*/

/* PC size */
.main-area{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}


.ver-pc{
	display: block;
}


.ver-sp{
	display: none;
}

.thin-text{
	font-weight: bold;
	font-size: 0.9em;
}

h2.titl-text{
	display: none;
	margin-top: -10px;
}

h2{
	padding: 0;
}

h2 img{
	width: 100%;
	margin: 0;
	padding: 0;
}

.exp-text{
	padding: 0 20px 30px;
}

.exp-text p{
	margin-bottom: 1.2em;
}

.itemlist-title{
	text-align: center;
	margin-bottom: 20px;
}

/* flex start */
.container {
  display : flex;
  justify-content:space-between;
  flex-direction:row;
  flex-wrap:wrap;
  background: rgb(254,249,199,1);
  width     : 100%;
  margin    : 10px 10px 0;
  padding   : 5px;
  border-radius: 20px;
}

.container .item {
        background-color: rgb(255,255,255,1);
        width:42.5%;
        /*height: auto;*/
        margin:10px;
	padding: 12px 20px 0;
	text-align: center;
	border-radius: 12px;
	position: relative;
}
/* flex end */

.container .item .to-person{
	position: absolute;
	top:10px;
	left:10px;
	width: 30%;
	height: auto;
}

.container .item .pkg{
	height: 215px;
	width: auto;
	margin-bottom: 0;
}

.container .item .item-title{
	text-align: left;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 12px;
}

.container .item .item-title span{
	font-size: 0.8em;
	font-weight: normal;
}

.container .item .item-text{
	font-size: 0.85em;
	line-height: 1.3em;
	text-align: left;
	margin-bottom: 18px;
}

.container .item .capa-text{
	font-size: 0.8em;
	line-height: 1.3em;
	margin-bottom: 0;
}

.container .item .capa-text .sb{
	float: left;
	padding-right: 3px;
}

.container .item .capa-text .content{
	text-align: left;
	line-height: 1.4em;
	float: left;
}

.clear{
	clear: both;
}

.btn-area {
	margin-bottom: 0;
}

.btn-area img{
	display: block;
	margin: 0 auto;
	padding-bottom: 8px;
}


/* sp size */
@media screen and (max-width: 600px) {
	header{
		margin-bottom: -5%;
	}
	
	.main-area{
		100%;
	}

	.ver-pc{
		display: none;
	}

	.ver-sp{
		display: block;
	}

.itemlist-title{
	text-align: center;
	margin-bottom: 20px;
}

.itemlist-title img{
	width: 90%;
}
	
.container {
	display: flex;
	flex-direction:column;
	justify-content:space-between;
	align-items: flex-start;/* 子要素から下へのはみ出しを回避 */
	width: 100%;
	margin    : 0 auto;
	margin-bottom: 20%;
	padding   : 0 0 5px;
}

.container .item .to-person{
	position: absolute;
	top:10px;
	left:10px;
	width: 36%;
	height: auto;
}
	
.container .item{
	width: auto;
	margin: -7px 10px -14px;
}

.container .item .pkg{
	width: 80%;
	height: auto;
	margin-top: 10px;
	margin-bottom: -10px;
}

.container .item .item-title{
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.container .item .item-title span{
	font-size: 0.8em;
}

.container .item .item-text{
	font-size: 0.95em;
	line-height: 1.4em;
	margin-bottom: 18px;
	min-width: 100%;
}

.container .item .capa-text{
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 0;
}
}