@charset "utf-8";

/*---------------------------------------------------
 (PC用) 水の都「大垣」とたらい舟
---------------------------------------------------*/

p {
/*	font-size: 1em;*/
}

p.mini {
	font-size: 0.9em;
}

hr {
	width: 98%;
	box-sizing: border-box;
}

span.big {
	font-size: 150%;
	font-weight: bold;
}
span.big_su {
	font-size: 1.3em;
}
.tarai {
    font-size: 1.18em;
    line-height: 1.5;
    color: #333;
}
.tarai_inr {
	color: #333;
	letter-spacing: 0.1em;
}
.tarai_inr img {
	width: 100%;
}
.tarai_inr h3 {
	font-size: 1.2em;
/*	text-align: center;*/
	margin: 1.5em auto 1em;
	padding: 0.8em 1em;
	background: #5c9a63;
	color: #fff;
	position: relative;
}
.tarai_inr h3:before {
	content: '';
	width: 100%;
	position: absolute;
	top: 3px;
	left: 0;
	border-top: 1px solid #fff;
}
.tarai_inr h3:after {
	content: '';
	width: 100%;
	position: absolute;
	bottom: 3px;
	left: 0;
	border-bottom: 1px solid #fff;
}
.tarai_inr h3.green {
	background: #7ec368;
}
.tarai_inr h3.blue {
	background: #06c1e0;
}
.tarai_inr h3.pink {
	background: #e891be;
}
.tarai_inr p {
	padding: 0 1em;
}
.tarai-text {
	padding: 15px 5px 15px;
    margin: 0 auto;
}
.kikan {
	font-size: 1.5em;
    text-align: center;
    font-weight: bold;
}
a {
	color: #333;
}
a:hover {
	color: #333;
	opacity: 0.5;
}
/* 概要 */

ul.gai {
	display: flex;
	display:-ms-flexbox;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 30px;
	font-size: 1.2em;
}
ul.gai li {
	border-bottom: 1px solid #e4d4bc;
	line-height: 1.7em;
}
ul.gai li:nth-child(1),ul.gai li:nth-child(2) {
	border-top: 1px solid #e4d4bc;
}
ul.gai li:nth-child(odd) {
	width: 20%;
	padding: 15px 0 15px 0;
	text-align: center;
	font-weight: bold;
	background: #e4d4bc;
	border-bottom: 1px solid #fff;
}
ul.gai li:nth-child(even) {
	width: 75%;
	padding: 15px 10px 15px 10px;
}

.fl50 {
	display: flex;
	justify-content: space-around;
}
.fl50 img {
	width: 50%;
	padding: 15px;
}
.fl46 {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.fl46 img:first-of-type {
	width: 46.5%;
	padding: 15px;
}
.fl46 img:last-of-type {
	width: 53.5%;
	padding: 15px;
}
.jump_lnk {
	font-size: 16px;
	text-align: center;
	padding: 0 1em;
}
.jump_lnk .btn-open {
	text-decoration: none;
	display: inline-block;
	margin: 1em auto 0;
	padding: 0.8em 3em 0.8em 2em;
	font-weight: bold;
	border: 2px solid #68B6C3;
	border-radius: 20px;
	position: relative;
	text-align: center;
	background: #fff;
	color: #68B6C3;
}
.jump_lnk .btn-open:after {
	position: absolute;
	right: 2em;
	top: calc( 50% - 6px );
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 2px;
	transform: rotate(45deg);
	border-top: 3px solid #68B6C3;
	border-right: 3px solid #68B6C3;
}
.jump_lnk .btn-open:hover{
	text-decoration: none;
	opacity: 1;
	background: #68B6C3;
	color: #fff;
	transition: all .5s;
}
.jump_lnk .btn-open.green {
	border: 2px solid #7ec368;
	color: #7ec368;
}
.jump_lnk .btn-open.blue {
	border: 2px solid #06c1e0;
	color: #06c1e0;
}
.jump_lnk .btn-open.pink {
	border: 2px solid #e891be;
	color: #e891be;
}
.jump_lnk .btn-open.green:after {
	border-top: 3px solid #7ec368;
	border-right: 3px solid #7ec368;
}
.jump_lnk .btn-open.blue:after {
	border-top: 3px solid #06c1e0;
	border-right: 3px solid #06c1e0;
}
.jump_lnk .btn-open.pink:after {
	border-top: 3px solid #e891be;
	border-right: 3px solid #e891be;
}
.jump_lnk .btn-open.green:hover{
	background: #7ec368;
}
.jump_lnk .btn-open.blue:hover{
	background: #06c1e0;
}
.jump_lnk .btn-open.pink:hover{
	background: #e891be;
}
.jump_lnk .btn-open:hover{
	color: #fff;
}
.jump_lnk .btn-open:hover:after {
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
/* レスポここから */
@media screen and (max-width: 960px){

	.tarai_inr {
		width: 95%;
		margin: 0 auto;
	}
	
	span.big {
		font-size: 130%;
	}
	
	h4{
		font-size:125%;/*font20px*/
	}
	
	.tarai-text {
		padding: 15px 10px 15px;
	}


}
@media screen and (max-width: 750px){
	ul.gai {
		display: block;
		padding: 10px 0;
	}
	ul.gai li:nth-child(odd) {
		border-bottom: none;
		width: 100%;
		padding: 10px 0px 10px 10px;
		text-align: left;
	}
	ul.gai li:nth-child(even) {
		padding: 10px 0 10px 20px;
		width: 100%;
		border: none;
		margin-bottom: 30px;
	}
	ul.gai li:nth-child(1),ul.gai li:nth-child(2) {
		border: none;
	}
	.kikan {
		font-size: 1.2em;
	}
	.fl50 {
		display: block;
		text-align: center;
	}
	.fl50 img {
		width: 100%;
		max-width: 500px;
	}
	.fl46 {
		display: block;
		text-align: center;
	}
	.fl46 img:first-of-type {
		width: 100%;
		max-width: 500px;
	}
	.fl46 img:last-of-type {
		width: 100%;
		max-width: 500px;
	}

}

@media screen and (max-width: 480px){
	.tarai {
		font-size : 90%;
	}
	
	p {
		font-size: 14px;
	}
	ul.gai li:nth-child(odd) {
		padding: 10px 0px 10px 5px;
	}
	ul.gai li:nth-child(even) {
    	padding: 5px 0 10px 10px;
    }





}