@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------ How to enjoy */

.enjoy-row {
    margin-top: 40px;
}

.enjoy-row h4 {
    display: inline;
    position: relative;
    margin: 0;
    padding: 0 0 3px;
    border-bottom: 2px solid #ffd925;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8em;
    color: #003a69;
}

.enjoy-row p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.enjoy-row p:first-of-type {
    margin-top: 20px;
}

.enjoy-row > div {
    margin-bottom: 24px;
}

.enjoy-row figure {
    margin: 0 0 24px;
}

.enjoy-row figure img {
    display: block;
}

.enjoy-row figure figcaption {
    line-height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.enjoy-row > a {
    clear: both;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    background-color: #003a69;
    border-radius: 15px;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.enjoy dl {
	margin: 0;
    padding: 20px;
    border: 1px solid #003a69;
    text-align: center;
}

.enjoy dl dt {
	margin-bottom: 15px;
    padding-bottom: 12px;
	border-bottom: 2px solid #ffd925;
    font-size: 20px;
    font-weight: bold;
}

.enjoy dl dt:not(:first-child) {
	margin-top: 28px;
}

.enjoy dl dd {
	margin: 0;
    font-size: 14px;
    line-height: 1.6em;
}


@media screen and (min-width: 481px) {

.enjoy-row {
    *zoom:1;
}
.enjoy-row:before,
.enjoy-row:after { content: ""; display: table; }
.enjoy-row:after { clear: both; }

.enjoy-row > div {
    width: 61.88%;
    padding-top: 12px;
}

.enjoy-row figure {
    width: 38.12%;
    margin-top: 0;
}

.enjoy-row > a {
    clear: both;
}

/*!
 * Ａタイプ
 */
.type-A > div {
    float: right;
    padding-left: 20px;
}

.type-A figure {
    float: left;
}

/*!
 * Ｂタイプ
 */
.type-B > div {
    float: left;
    padding-right: 20px;
}

.type-B figure {
    float: right;
}

} /* min 481px -- */

@media screen and (min-width: 641px) {

.enjoy-row {
    max-width: 606px;
    margin: 60px auto 0;
}

.enjoy-row h4 {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
}

.enjoy-row p:first-of-type {
    margin-top: 30px;
}

.enjoy-row > div {
    margin-bottom: 30px;
}

.enjoy-row figure {
    margin-bottom: 30px;
}

.enjoy-row > a {
    border-radius: 18px;
    line-height: 36px;
}

.enjoy-row > a:hover {
    background-color: #ffd925;
    text-decoration: none;
    color: #003a69;
}
	
.enjoy dl {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    gap: 40px 50px;
	max-width: 606px;
    margin: 30px auto 0;
	text-align: left;
}

.enjoy dl dt {
	margin-bottom: 0;
    padding-bottom: 15px;
}

.enjoy dl dt:not(:first-child) {
	margin-top: 0;
}

.enjoy dl dd {
    font-size: 16px;
    line-height: 1.8em;
}

/*!
 * Ａタイプ
 */
.type-A > div {
    padding-left: 30px;
}

/*!
 * Ｂタイプ
 */
.type-B > div {
    padding-right: 30px;
}

} /* min 641px -- */









