/* section-message */
.section-message .message{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.section-message .message-texts{
	flex-grow: 0;
	flex-shrink: 0;
	width: calc(65% - 5em);
}

.section-message .message-texts-stdtext{
	margin: 1em 0;
}

.section-message .message-texts-name{
	font-size: 150%;
	font-weight: bold;
	margin: 1em 0;
	text-align: right;
}

.section-message .message-image{
	flex-grow: 0;
	flex-shrink: 0;
	width: 35%;
}

.section-message .message-image-inner{
	width: 100%;
	padding-top: calc(100% / 4 * 3);
	position: relative;
}

.section-message .message-image-inner img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media(max-width: 750px){
	.section-message .message{
		flex-direction: column-reverse;
	}
	
	.section-message .message-texts{
		width: 100%;
		font-size: 0.85em;
	}
	
	.section-message .message-texts-name{
		font-size: 125%;
	}
	
	.section-message .message-image{
		width: 100%;
	}
	
	.section-message .message-image-inner{
		padding-top: calc(100% / 16 * 9);
	}
}

/* section-profile */
.section-day .day-table th{
	width: 20%;
	background-color: #d1e5e5;
	border-bottom: 1px dashed #000000;
}

.section-day table td{
	width: 75%;
	border-bottom: 1px dashed #000000;
	background: #EBEDED;
}

.section-day table th{
	padding: 1em 3em;
	text-align: center;
	
}
.section-day table td{
	padding: 1em 3em;
	
}

@media(max-width: 750px){
	.section-day .day-table{
		font-size: 0.9em;
	}
	.section-day .day-table th,
	.section-day .day-table td{
		padding: 1em 0.5em;
		
	}
	
	.section-day 
	.day-table th{
		width: 100%;
	}
}

/* section-phot */
.table3{
	margin-top:0px; margin-bottom:0px;
	margin-left: auto; 
	margin-right: auto;
	border-style:none;
}

.table3 td{
	padding: 5px;
	border-style:none;
	text-align:center; 
}

.size2{
	margin: 0 auto;
	width:100%; ;
}

@media screen and (max-width: 750px) {
  .table3 {
    width: 100%;
  }
  .table3 th,
  .table3 td {
  	border-bottom: none;
    display: block;
    width: 100%;
    padding: 0.5em 0.5em;
    text-align: center;
  }
}

/* section-tiles-a */
.section-tiles-a .texts-head{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
	text-align: center;
	font-size: 175%;
	margin-bottom: 1em;
}

.section-tiles-a .texts-detail{
	text-align: center;
}

.section-tiles-a .texts-detail2{
	text-align: left;
}

.section-tiles-a .tiles{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.section-tiles-a .tiles-item{
	width: calc(100% / 3 - 1.5em);
	margin: 1.0em 0;
	overflow: hidden;
}

.section-tiles-a .tiles-link{
	display: block;
	color: inherit;
	width: 100%;
	height: 100%;
}

.section-tiles-a .tiles-inner{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.section-tiles-a .tiles-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s;
}

.section-tiles-a .tiles-link:hover .tiles-bg{
	transform: scale(1.05);
}

.section-tiles-a .tiles-content{
	margin: 2em;
	padding: 2em;
	min-height: calc(100% - 4em);
	background-color: rgba(255,255,255,0.85);
	position: relative;
	z-index: 101;
}

.section-tiles-a .tiles-title{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; 
	text-align: center;
	font-size: 100%;
	margin: 0.5em 0 1.5em
}

.size3{
	margin: 1em auto;
	width:80%; ;
}


@media(max-width: 1050px){
	.section-tiles-a .tiles-item{
		width: 100%;
	}
}
