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

	h2_title

-----------------------------------*/
#h2_title{
	background:url("../img/enjoy/bg_h2.jpg");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.bd_dot_g {
	padding-bottom: 5px;
}
/*-----------------------------------

	about

-----------------------------------*/
#about{
	text-align: center;
	padding-top: 80px;
}
#about h3 {
	width: 460px;
	margin: 0 auto 30px;
	position: relative;
}
#about h3:before {
	content: url(../img/common/leaf_left.svg);
	width: 150px;
	position: absolute;
	left: -180px;
	top: -5px;
}
#about h3:after {
	content: url(../img/common/leaf_right.svg);
	width: 150px;
	position: absolute;
	right: -180px;
	top: -5px;
}
#about .text{
	margin-top: 30px;
}
/*-----------------------------------

	enjoy_nav

-----------------------------------*/
#enjoy_nav{
	width: 950px;
	text-align: center;
	margin: 10px auto 30px;
}
#enjoy_nav ul li{
	width: 30%;
	display: inline-block;
	margin: 15px 0.5% 0;
}
#enjoy_nav ul li:nth-child(3n){
	margin-right: 0;
}
#enjoy_nav ul li a{
	width: 100%;
	font-size: 16px;
	line-height: 2.1rem;
}
#enjoy_nav ul li a.link_btn enjoyn:after {
	top: 35%;
}
/*-----------------------------------

	enjoy

-----------------------------------*/
.list_01{
	margin: 10px auto;
	padding: 20px;
	background: #fff;
}
.list_01 h3{
	width: 300px;
}
.list_01 table {
	margin: 5px;
	width: 100%;
}
.list_01 th {
	background: #00a199;
	color: #fff;
	padding: 10px;
	border: solid 1px #c2c2c2;
	white-space: nowrap;
	margin: 5px 0px;
}
.list_01 td {
	padding: 10px 0 10px 5px;
	border: solid 1px #c2c2c2;
	font-size: 90%;
	letter-spacing: normal;
}

.list .left {
	width: 48%;
	margin: 10px 0.5%;
	padding: 5px 10px;
}
.list .left ul li{
	width: 48%;
	display: inline-block;
	margin: 10px 0.5%;
}
.right_01{
	width: 46%;
	float: right;
	padding: 10px;
	text-align: left;
	background: #fff;
}
.right_01 th {
	background: #00a199;
	color: #fff;
	padding: 10px;
	border-bottom: dotted 1px #c2c2c2;
	white-space: nowrap;
	margin: 5px 0px;
}
.right_01 td {
	padding: 10px 0 10px 5px;
	border-bottom: dotted 1px #c2c2c2;
	font-size: 90%;
	letter-spacing: normal;
	font-weight: normal;
}

.enjoy .mark{
	width: 40px;
	margin: 0 auto 10px;
}
.enjoy h3{
	width: 260px;
	margin: 0 auto 20px;
}
.enjoy h4{
	font-size: 24px;
	letter-enjoycing: 0.4rem;
	display: inline-block;
	font-weight: 900;
	position: relative;
	margin-bottom: 15px;
	padding: 0 40px;
}
.enjoy h4:before {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 5px;
	top: 0;
}
.enjoy .img {
	width: 100%;
	display: block;
}
.enjoy .diagonal:after {
	left: 22px;
}
/*-----------------------------------

	east

-----------------------------------*/
#east h4{
	color:#00a199; 
}
#east h4:before {
	content: url(../img/common/icon_leaf_g.svg);
}

/*-----------------------------------

	main

-----------------------------------*/
#main h4{
	color:#87b828; 
}
#main h4:before {
	content: url(../img/common/icon_leaf_yg.svg);
}


/*-----------------------------------

	note

-----------------------------------*/
.note{
	padding: 20px 0;
}
.note .contents_inner{
	background: #fff;
	padding: 30px 40px;
	box-sizing: border-box;
}
.note h3{
	width: 300px;
	margin: 0 auto;
}
