﻿@charset "utf-8";

.comment01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto;
	width: 90%;
}
.start_box {
	width: 70%;
}
.comment01 p {
	font-size:0.95em;
	line-height: 1.6;
}
.comment01 figure {
	width: 25%;
}
.comment02 {
	margin-bottom: 20px;
}
.comment02 p {
	margin:0 auto 6px;
	width:60%;
	padding-top: 20px;
	font-size:0.95rem;
	line-height:1.6;
	color: #444;
}
.photo_area {
	margin: 0 auto;
	width: 90%;
}
.photo_area h2 {
	margin: 0 auto 10px;
	width:92%;
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: center;
}
.photo_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto 30px;
	width: 98%;
}
.photo_area ul.short {
	margin: 0 auto;
	width: 60%;
}
.photo_area li {
	margin-bottom: 20px;
	width: 24%;
	line-height: 1.6;
	text-align: center;
}
.photo_area ul.short li {
	margin-bottom: 20px;
	width: 48%;
	line-height: 1.6;
	text-align: center;
}
.photo_area p {
	margin: 0 auto 10px;
	width: 70%;
}
table {
	margin: 10px auto;
	border: 0px;
	text-align: center;
	font-size: 0.85rem;
	width:80%;
	border-cllapse:collapse;
	background:#dedeef;
}

td {
	font-size:0.85rem;
	line-height:1.4;
	text-align: center;
}
.sunrise {
	background-color: #ffe9d2;
}
.skyblue {
	background-color: #e1ffff;
}
.sunset {
	background-color: #FF9933;
}
.moon {
	background-color: #ffff80;
}


/*Responsive===========================================================*/

@media screen and (max-width:1026px){
	.comment02 p {
		width:70%;
	}
}
@media screen and (max-width:940px){
	.comment02 p {
		margin:0 auto 4px;
		width:80%;
	}
}

@media screen and (max-width:770px){
	.photo_area li {
		width: 48%;
	}
	.photo_area h2 {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.comment01 {
		flex-direction: column;
	}
	.start_box {
		margin: 20px auto;
		width: 90%;
	}
	.comment01 p {
		font-size:0.95rem;
		line-height: 1.6;
	}
	.comment01 figure {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:642px){
	.photo_area ul.short {
		width: 90%;
	}
}
