@charset "UTF-8";
/*------------------------------------------------------------pagetitle*/
#pagetitle div {
	background: url("../img/wakasagi_img/pagetitle_bg.jpg") center center no-repeat;
	background-size: cover;
}

/*------------------------------------------------------------contents*/
/*---------------------------------------------serch_box*/
.serch_box {
	margin: 20px 0;
}
.serch_box .search {
	margin-top: 15px;
	padding: 15px 0;
	text-align: center;
	background: #d8f2f6;
}
.serch_box .search ul {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.serch_box .search ul li {
	margin: 0 15px;
}
.serch_box .search select {
	background: #fff;
}
.btn_search {
	margin: 0 5px;
	color: #fff;
	background: #20c270;
	border: none;
	border-radius: 4px;
	padding: 10px 15px;
	line-height: 1.1;
	font-family: "NotoSansRegular";
	font-size: 16px;
	cursor: pointer;
}
@media print, screen and (min-width:768px) {
.serch_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
.serch_box .search {
	width: 50%;
	margin-top: 0;
	padding: 20px 0;
}
}

/*---------------------------------------------catch_box*/
.catch_box {
	margin-bottom: 30px;
}
.catch_box h4 {
	margin-bottom: 10px;
	padding: 10px;
	line-height: 1.1;
	font-size: 20px;
	font-family: "NotoSansBold";
	color: #fff;
	background: #20c270;
}
.catch_box .outline {
	margin-bottom: 10px;
	clear: both;
}
.catch_box .outline figure {
	float: right;
	width: 90px;
}
.catch_box .outline figure img {
	width: 100%;
	height: auto;
}
.catch_box .outline .weather {
	width: calc(100% - 90px);
}
.catch_box .outline .weather ul {
	display: flex;
	flex-wrap: wrap;
}
.catch_box .outline .weather ul li {
	display: flex;
	align-items: center;
	width: 50%;
	margin: 2px 0;
}
.catch_box .outline .weather ul li h5 {
	width: 44px;
	padding: 3px 0;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #3dcbd1;
}
.catch_box .outline .weather ul li p {
	width: calc(100% - 44px);
	padding: 3px 5px;
	line-height: 1.5;
}
.catch_box .comment {
	margin-top: 5px;
}
.catch_box .comment h5 {
	display: inline-block;
	padding: 3px 5px;
	line-height: 1.5;
	color: #fff;
	background: #3dcbd1;
}
.catch_box .comment div {
	padding-top: 3px;
	line-height: 1.5;
}
.catch_box .comment div p {
	line-height: 1.5;
}
.scroll_table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.catch_box table {
	border-collapse: collapse;
	border-top: solid 1px rgba(4,157,217,0.5);
	border-left: solid 1px rgba(4,157,217,0.5);
}
.catch_box table tr th, .catch_box table tr td {
	padding: 10px 3px;
	text-align: left;
	vertical-align: top;
	border-right: solid 1px rgba(32,194,112,0.5);
	border-bottom: solid 1px rgba(32,194,112,0.5);
}
.catch_box table tr th {
	padding: 10px 15px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3;
	font-weight: normal;
	white-space: nowrap;
	color: #20c270;
	background: #d8f6e0;
}
.catch_box table tr th.name {
	padding-left: 45px;
	padding-right: 45px;
}
.catch_box table tr th:nth-child(2) {
	padding-left: 35px;
	padding-right: 35px;
}
.catch_box table tr th:nth-child(4) {
	padding-left: 40px;
	padding-right: 40px;
}
.catch_box table tr th.ph {
	width: 76px;
}
.catch_box table tr td {
	line-height: 1.5;
}
.catch_box table tr td:nth-child(2) {
	text-align: center;
}
.catch_box table tr td:nth-child(3) {
	text-align: center;
}
.catch_box table tr td img {
	width: 70px;
	height: auto;
}
@media print, screen and (min-width:768px) {
.catch_box {
	margin-bottom: 50px;
}
.catch_box h4 {
	margin-bottom: 15px;
	font-size: 22px;
}
.catch_box .outline figure {
	width: 160px;
	margin-left: 20px;
}
.catch_box .outline {
	margin-bottom: 15px;
}
.catch_box .outline .weather {
	width: calc(100% - 180px);
}
.catch_box .outline .weather ul li {
	width: 25%;
}
.catch_box .outline .weather ul li p {
	padding: 3px 10px;
}
.catch_box .comment {
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}
.catch_box .comment h5 {
	padding: 0;
	background: none;
}
.catch_box .comment h5 span {
	display: inline-block;
	width: 70px;
	padding: 3px 0;
	text-align: center;
	color: #fff;
	background: #3dcbd1;
}
.catch_box .comment div {
	width: calc(100% - 80px);
}
.scroll_table {
  overflow: hidden;
}
.catch_box table {
	width: 100%
}
.catch_box table tr th, .catch_box table tr td {
	padding: 10px;
}
.catch_box table tr th.name {
	padding-left: 10px;
	padding-right: 10px;
}
.catch_box table tr th:nth-child(2) {
	padding-left: 10px;
	padding-right: 10px;
}
.catch_box table tr th:nth-child(4) {
	padding-left: 10px;
	padding-right: 10px;
}
.catch_box table tr th.ph {
	width: 90px;
}
.catch_box table tr td img {
	width: 80px;
	height: auto;
}
}

