@charset "UTF-8";

body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	background-image: url("../img/bg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}

main {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 40px rgba(0,0,0,0.5);
}

section.contents {
    background: #fff;
}

.cta_float {
    display: flex;
    position: fixed;
    padding: 0 1.5%;
    bottom: 10px;
    max-width: 480px;
    align-items: center;
    justify-content: space-between;
    left: 50%;
    z-index: 9999;
    margin-left: -240px;
}

a.cta {
    width: 49.5%;
    display: block;
    left: 0;
    z-index: 9999;
    bottom: 15px;
}

a.cta img {
    margin: 0 auto;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.75);
    border-radius: 8px;
}

.cta_area_title img {
    width: 24px;
    margin: 0 auto 8px;
}

.cta_title img {
    width: 34px;
    display: block;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

.outline {
    background: #fff;
    border: 1px solid #002e74;
    margin: 3%;
}

.outline table th {
    background: #002e74;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 20px;
    padding: 12px 7%;
    text-align: center;
}

.outline table td {
    display: block;
    padding: 20px 5%;
    font-size: 16px;
    line-height: 25px;
    font-weight: bold;
    text-align: center;
}

span.how {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 12px;
    text-align: left;
    background: #f5f5f5;
    padding: 5%;
    border-radius: 8px;
}

.date_title {
    text-align: center;
    font-size: 18px;
    border-bottom: 2px solid;
    padding: 15px 0;
    display: flex;
    color: #002e74;
    margin-bottom: 15px;
    border-top: 2px solid;
    align-items: center;
    justify-content: center;
}

.date_title span {
    padding: 3px 10px;
    background: #002e74;
    color: #fff;
    border-radius: 3px;
    margin-right: 10px;
}

ul.date_list li {
    background: #e8eef6;
    padding: 10px;
    text-align: center;
    color: #002e74;
    font-size: 16px;
}

.center {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}


a.mail {
    display: block;
    text-align: center;
    color: #000;
    text-decoration: underline;
}

span.address {
    display: block;
    font-size: 13px;
    font-weight: normal;
    opacity: 0.6;
}

.nintei {
    font-size: 12px;
    display: block;
    margin-top: 15px;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
}

span.ps {
    font-size: 13px;
    font-weight: normal;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.price {
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
    color: #002e74;
    padding: 5%;
    background: #e8eef6;
}

.price span {
    padding: 5px 10px;
    color: #002e74;
    display: block;
    font-size: 15px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
}

span.tax {
    padding: 0;
    background: none;
    display: inline;
    font-size: 11px;
}

.date_cap {
    font-size: 13px;
    display: block;
    text-align: left;
    font-weight: normal;
    line-height: 22px;
    margin-top: 20px;
}

.date_cap span {
    display: block;
    margin-top: 10px;
    color: #002e74;
}

.date_time {
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.date_time span {
    display: block;
    margin-right: 5px;
    border: #000 1px solid;
    padding: 0px 13px;
    font-size: 13px;
    border-radius: 100px;
    line-height: 20px;
}

ul.date_list li:nth-child(even) {
    background: #f6faff;
}

span.price_ps {
    background: none;
    font-size: 12px;
    padding: 0;
    color: #000;
    margin: 5px 0 0;
}

a.prof_btn {
    position: absolute;
    bottom: 2.5%;
    left: 5%;
    width: 90%;
    box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

.prof_contents {
    position: relative;
}

.modal_contents_name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.modal_contents_name span {
    display: block;
}

.modal_contents p {
    font-size: 13px;
    line-height: 24px;
    text-align: left;
    margin: 30px 0;
}

.youtube {
    border-top: 1px solid;
    padding-top: 20px;
    line-height: 26px;
    font-size: 16px;
    text-shadow: 0 0 10px rgba(255,255,255,0.5);
    font-weight: bold;
}

.youtube a {
    display: block;
    font-size: 14px;
    background: #fff;
    color: #000;
    padding: 3px 30px;
    border-radius: 100px;
    width: max-content;
    margin: 20px auto 0;
}

.cta_area {
    padding: 20px 5% 5px;
    margin: 15px 0;
    background: #fff;
    box-shadow: 0 0 17px rgba(255,255,255,0.5), 0 0 5px rgba(255,255,255,0.5);
    border-radius: 6px;
}

.cta_area a {
    display: block;
    box-shadow: 0 5px 6px rgba(0,0,0,0.3);
    border-radius: 6px;
    margin-bottom: 18px;
}

.cta_area a img {
    border: 1px solid #002e74;
    border-radius: 8px;
}

.cta_area p {
    font-size: 13px;
    line-height: 22px;
}

.cta_title {
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#cta_box {
    background: #002e74;
    padding: 30px 5%;
    margin-top: 30px;
}

.cta_area_title {
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    color: #002e74;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

.cta_cap {
    text-align: left;
    line-height: 20px;
    font-weight: bold;
    font-size: 12px;
    margin: 15px 0;
}

.attention {
    color: #fff;
    padding: 0 5%;
    font-size: 11px;
}

footer {
    background: #000;
    text-align: center;
    color: #fff;
    padding-bottom: 100px;
    padding-top: 20px;
}

small {
    font-size: 9px;
    padding: 20px;
    display: block;
    letter-spacing: 1px;
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
a.cta {
    width: 49.5%;
}
	
.cta_float {
    left: 0;
    width: 100%;
    justify-content: space-between;
    margin-left: 0;
    padding: 0 2%;
}

.outline table td {
    text-align: center;
    font-size: 14px;
    padding: 15px 5%;
    line-height: 20px;
}

.center {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}

.outline table th {
    font-size: 15px;
    padding: 10px 0;
}

.date_title {
    font-size: 15px;
}

.date_title span {
    font-size: 12px;
    padding: 2px 10px;
}

ul.date_list li {
    font-size: 14px;
}

.date_cap {
    font-size: 12px;
    line-height: 20px;
}

.date_cap span {
    font-size: 12px;
    line-height: 20px;
}

span.how {
    font-size: 11px;
}

.price span {
    font-size: 13px;
    line-height: 18px;
}

span.price_ps {
    font-size: 11px;
}

span.address {
    font-size: 11px;
}
	
.youtube {
    font-size: 14px;
    line-height: 20px;
}

.cta_area p {
    font-size: 12px;
    line-height: 20px;
}
}