@charset "UTF-8";
/* CSS Document */

/* 中身======================================================================================================== */
.section .text{
margin-bottom: 20px;
}
.section h3{
	margin-top: 4vw;
	margin-bottom: 4vw;
}
.section h4{
	text-align: center;
	font-size: 4vw;
	margin-bottom: 4vw;
}

.section .photo{
text-align: center;
}

.section .mini_photo{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.section .mini_photo.c_2 li{
max-width: 50%;
padding: 0 1%;
margin-top: 2%;
text-align: center;
}

#contents .btn{
}
#contents .btn a{
	display: block;
	text-decoration: none;
	padding: 10px;
	text-align: center;
	border: solid 1px #111;
}


#foundation .detail{
margin-top: 20px;
}
#foundation .detail li{
margin-bottom: 20px;
}
#foundation .detail li .d_text h5{
font-size: 4vw;
}
#foundation .detail li .d_text p{
text-align: left;
}
#foundation .detail li .d_photo{
display: flex;
justify-content: space-between;
}
#foundation .detail li .d_photo span{
display: block;
width: 48%;
}


/* PCのみ======================================================================================================== */
@media print and (min-width: 671px), screen and (min-width: 671px){
.section .text{
margin-bottom: 40px;
}
.section p{
text-align: center;
}
.section img{
	max-width: 100%;
    height: auto;
}

.section .photo_full img{
	width: 100%;
}
/*
.section#wall .photo{
	width: 900px;
	margin: 0 auto;
}
*/
.section#rc .photo{
	width: 450px;
	margin: 0 auto;
}
.section .mini_photo img{
max-height: 480px;
}
.section .mini_photo.c_2 li{
margin-top: 20px;
}

.section h3{
	margin-top: 20px;
	margin-bottom: 20px;
}
.section h4{
	font-size: 20px;
	margin-bottom: 20px;
}
.section p{
	/*width: 600px;
	margin-right: auto;
	margin-left: auto;*/
}


#contents .btn{
	max-width: 280px;
    margin: 0 auto;
}
#contents .btn a{
	padding: 15px;
}
#contents .btn a:hover{
	background-color: #111;
	color: #FFF;
}
#contents .btn a:hover::before,
#contents .btn a:hover::after{
	border-color: #FFF;
}

.section#rc p{
	text-align: center;
}

#foundation .detail{
margin-top: 40px;
}
#foundation .detail li{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
}
#foundation .detail li:nth-child(even){
flex-direction: row-reverse;
}
#foundation .detail li .d_text {
width: 38%;
}
#foundation .detail li .d_text h5{
font-size: 20px;
}
#foundation .detail li .d_photo{
width: 60%;
}

#foundation .detail li .d_photo img{
max-width: 100%;
height: auto;
}



}

