.page-top {
	
}



#page-title {
	font-size: min(48px, 8vw);
	text-shadow: 0px 0px 5px rgb(255,255,255);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: min(240px, 75vw);
	line-height: min(240px, 75vw);
}

#page-title {
	color: #442200;
	background-image: url("../images/front-top/1.png");
	text-align: center;
}

.page-top h2 {
	
	color: #fff;
}

.page h2 {
	color: #fff;
	background-color: #006699;
	font-size: min(32px, 6vw);
	height: min( 64px, 12vw);
	line-height: min( 64px, 12vw);
}

.term-nav {
	margin: 15px auto;
}

.term-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.term-nav li {
	font-size: min(18px, 4vw);
	padding: min( 5px, 1.5vw) min( 10px, 3vw);
	margin: 5px;
	border: 2px solid #aaa;
	border-radius: 12px;
}

.term-h2{
	
}


.list {
	
	
	margin: 0;
}

.card {
	margin: 15px auto;
	box-shadow: 0 0 5px rgba( 0, 0., 0, 0.2);
	border: 1px solid #ddd;
	padding: 5px;
}
.card-image-box {
	display: flex;
	flex-wrap: no-wrap;
	gap: 5px;
	width: 100%;
}
.card-image-container {
	width: 100%;
}

.card-image-container .card-image-text {
	position: absolute;
	z-index: 1;
	font-size: min(14px, 5vw);
	font-family: MPLUS1-Medium;
	font-style: italic;
	background-color: #fdd;
	border: 2px solid #fff;
	border-radius: min(20px, 5vw);
	heght: min(36px, 10vw);
	padding: 1px min(10px, 2.5vw);
	color: #f00;
}
.card-before-image .card-image-text {
	top: 5px;
	left: 5px;
}
.card-after-image .card-image-text {
	right: 5px;
	bottom: 5px;
}

.card-image-container img{
	
}

.card-image-box .arrow {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 100;
	width: 10%;
}
@media screen and (min-width: 429px){

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

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

}


/* contact */

.page-contact-box {
	margin: 30px auto 60px auto;
}



.page-contact-box p {
	margin: 10px auto;
	width: 100%;
	text-align: left;
}

.page-contact-box p label {
	text-align: left;
	width: 100%;
}

.page-contact-box textarea {
	width: 100%;
}

.page-plan img {
	width: 80%;
	margin:0 auto;
}





p > input[type="submit"] {
	text-align: center;
	border: 2px solid #fff;
	width: 100%;
}

input[type="submit"] {
	max-width: 220px;
	margin: 15px auto;
	display: block;
}



.article-box article {
	text-align: left;
	border: 2px solid #fff;
	margin: 10px auto;
	padding: 10px;
}

.article-box article {
	text-align: left;
	border: 2px solid #fff;
	
	padding: 10px;
}
.article-box article h3 {
	text-align: center;
	margin: 10px auto;
}

.article-box article .main-image {
	//margin: 10px;
}

.article-box article table {
	background-color: #ddd;
	margin: 10px auto;
	width: 100%;
	max-width:768px;
}

.article-box table th, .article-box table td {
	background-color: #fff;
	height: 42px;
	line-height: 42px;
	padding: 5px 10px;
}

.article-box table th {
	width: 50%;
}

.article-box table td{ 
	text-align: right;
}

.article-box article .post-content {
	//font-size: 14px;
}

.plan-article details summary {
	//display: flex;
	//flex-wrap: nowrap;
}
.plan-article details summary .main-image {
	width: 80%;
	margin: 0 auto;
}

.article-box a {
	font-size: 18px;
	font-family: MPLUS1-ExtraBold;
	text-decoration: underline;
	margin: 0px auto;
	display: block;
	text-align: center;
}

