@charset "utf-8";

/* sunscreen_sp.css：SP
 * ======================================
 *
 * ======================================
 */

/* #mv
------------------------------------------------------------------ */
article > section {
	padding: 0 5%;
}
#content article > section section {
	margin: 1em 0 0 0;
}
#subPage #content article {
	padding: 1em 0 0 0
}

/* #mv
------------------------------------------------------------------ */
#subPage #content h1 {
	background: #da809e;
/* 	background: linear-gradient(135deg, #ffb351, #ff9a17); */
	padding: 0.5em;
	line-height: 1.4;
}
#subPage #content h1 span {
	color: #fff;
	font-size: 1.75em;
}
.price span,
#cat01 dd span,
#cat05_03 .point span {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.5em;
	line-height: 1;
}

/* #cat01
------------------------------------------------------------------ */
#cat01 {
	padding: 0 5%;
}
#cat01 .inner {
	border: 1px solid #da809e;
	border-radius: 0.5em;
	position: relative;
	padding: 1.5em;
}
#cat01 .inner p{
	text-align: center;
}
.priceList h2{
    margin-bottom: 1.5em;
    font-size: 1.6em;
    font-weight: normal;
    letter-spacing: 0.05em;
 }

/* table */
table {
	border: 1px solid #dadada;
	width: 100%;
	margin: 0 auto;
}
table th,
table td {
	vertical-align: middle;
	padding: 10px;
}
table th {
	background-color: #f0f0f0;
	border-right:1px solid #dadada; 
}
table tr + tr th,
table tr + tr td {
	border-top: 1px solid #dadada;
}
table td {
	border-left: 1px solid #dadada;
	text-align: center;
}
table tbody th {
	width: 10em;
}
#content section.priceList{
	padding: 0;
}
.priceList table + .notes {
	text-align: right;
}

.inner{
	margin: 3.5em 0;
}
.inner h3{
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: center;
}
.inner .note{
	line-height: 1.8;
	margin-top: 2.5em;
	padding-top: 2.5em;
	border-top:1px solid #ccc; 
}

.button {
	  background: #ffffff;
    margin: 30px auto;
    text-align: center;
    width: 56%;
}
.button a {
	border: 1px solid #dadada;
  padding: 10px 0;
 }
