@charset "utf-8";

.logo {
    width: 140px;
    margin-top: -40px;
}

.lead {
    text-align: center;
    font-size: 28;
    font-weight: bold;
    margin-top: 140px;
}

.date {
    display: block;
    max-width: 1000px;
    margin: 80px auto 0px auto;
}

.date ul {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    max-width: 100%;
    justify-content: space-around;
    text-align: center;
    padding: 0;
}

.date ul li {
    width: 150px;
    font-size: 26;
}

.kigou {
    font-size: 60;
    line-height: 0;
}

.schedule-text,
.template-area {
    /* border: 2px solid red; */
    display: block;
    width: 950px;
    max-width: 80%;
    margin: 0 auto 0 auto;
}

.schedule-text {
    margin-top: 100px;
    text-align: center;
    font-size: 18;
}

.X-link-area {
    background-color: #A983B3;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    margin: 70px auto 0 auto;
}

.X-link-area:hover,
.mail-address:hover {
    transform: scale(1.05);
}

.or {
    text-align: center;
    font-size: 30;
    font-weight: bold;
}

.mail-address {
    background-color: #A983B3;
    border-radius: 30px;
    max-width: 800px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.email-address,
.X-link {
    display: block;
    color: white;
    font-size: 30;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
}

.X-link {
    padding-top: 26px;
    padding-bottom: 26px;
}

.lead,
.email-address {
    font-size: 26;
}

.contact-read {
    text-align: center;
    font-size: 22;
}

.important {
    padding-top: 16px;
    padding-bottom: 80px;
    font-size: 18;
    text-align: center;
}

.picture-area {
    margin-top: 60px;
}

.details {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
	border-top: 2px solid #C7AED0;
	border-left: 2px solid #C7AED0;
	border-right: 2px solid #C7AED0;
	&:last-of-type {
		border-bottom: 2px solid #C7AED0;
	} 
}
.details-summary {
	position: relative;
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background-color:#C7AED0;
;
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.btn {
		position: absolute;
        top: 37%;
        left: 10%;
        width: 18px;
        height: 18px;
        transform-origin: center center;
        transition-duration: 0.2s;

        &:before,
        &:after {
            content: "";
            background-color: #fff;
            border-radius: 10px;
            width: 18px;
            height: 4px;
            position: absolute;
            top: 7px;
            left: 0;
            transform-origin: center center;
        }
        &:before {
            width: 4px;
            height: 18px;
            top: 0;
            left: 7px;
        }
    }
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
            	content: none;
        	}	
		}
    }
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 30px;
	p {
		margin: 0 0 10px;
		font-size: 16px;
		text-align: left;
        padding-left: 40px;
        padding-right: 40px;
		&:last-of-type {
			margin: 0 0 10;
		}
	}
}

.terms {
    text-align: center;
}

@media screen and (max-width: 1200px) {
    .lead {
        margin-top: 100px;
    }
    
    .template-text dl dd {
        margin: -40px 0 0 160px;
        line-height: 2;
    }

    .schedule-text,
    .template-area {
        max-width: 90%;
    }

    .important {
        font-size: 14;
    }

    .logo-area {
        top: 80px;
        left: 10px;
    }

    .lead,
    .email-address {
        font-size: 20;
    }

    .mail-address {
        height: 60px;
    }

    .email-address {
        padding-top: 16px;
    }

    .date ul li,
    .schedule-text,
    .template-information,
    .template-text,
    .contact-read {
        font-size: 16;
    }

    .important {
        font-size: 14;
    }

    .kigou {
        font-size: 40;
    }

    .picture-area img {
        max-width: 100%;
    }

    .details {
        width: 100%;
    }

    .details-content p {
        font-size: 14;
    }

}