@charset "UTF-8";

.wrap {
	max-width: 960px;
	margin: 0 auto;
}

.wrap img {
	width: 100%;
	height: auto;
}

.bread {
	background-color: #00944f;
	color: #fff;
	/*font-size: 20px;*/
	font-size: 14px;
	padding: 10px;

}

.bread a {
	color: #fff;
}
.bread ul{
	max-width: 960px;
	margin: 0 auto;
}

.bread ul li {
	display: inline;
}

h2 {
	background: url('../img/sp/title.png') no-repeat 0 0;
	background-size: 100%;
	height: 97px;
	padding: 0 0 0 100px;
	line-height: 80px;
	font-size: 26px;
	font-weight: bold;
}

.place-nav {
	padding: 3%;
}

.place-nav h2 {
	margin-bottom: 4%;
}

.place-nav ul li {
	margin-top: 3%;
}

.place-nav ul li:nth-of-type(1) {
	background: url('../img/sp/img01.png') no-repeat 0 0;
	background-size: 100%;
	height: 335px;
}

.place-nav ul li:nth-of-type(2) {
	background: url('../img/sp/img02.png') no-repeat 0 0;
	background-size: 100%;
	height: 335px;
}

.place-nav ul li:nth-of-type(3) {
	background: url('../img/sp/img03.png') no-repeat 0 0;
	background-size: 100%;
	height: 335px;
}

.place-nav ul li dl {
	padding: 10px 0 0 450px;
}

.place-nav ul li dl dt {
	line-height: 90px;
	padding-left: 60px;
	font-size: 32px;
	font-weight: bold;
}

.place-nav ul li dl dd {
	font-size: 25px;
	line-height: 1.6em;
	padding-right: 35px;
	font-weight: bold;
}

.tab-nav {
	padding: 0 3%;
}

.tabmenu {
	overflow: hidden;
}

.tabmenu li {
	text-indent: -9999px;
}

.tabmenu li.tab01 {
	float: left;
	width: 49%;
	height: 144px;
	background: url('../img/sp/btn_on.png') no-repeat 0 100%;
	background-size: 100%;
}

.tabmenu li.tab02 {
	float: right;
	width: 49%;
	height: 144px;
	background: url('../img/sp/btn02_on.png') no-repeat 0 100%;
	background-size: 100%;
}

.tabmenu li.tab01.active {
	background-image: url('../img/sp/btn.png');
}

.tabmenu li.tab02.active {
	background-image: url('../img/sp/btn02.png');
}

.visual img {
	width: 100%;
}

.contents {
	padding: 1% 3% 3%;
}

.cont h3 {
	background-color: #00944f;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 1px 20px;
}

.cont h3 img {
	width: 28px;
	height: 47px;
	vertical-align: middle;
}

.cont h3 span {
	display: inline-block;
	padding: 0 15px;
	vertical-align: middle;
}

.cont .box {
	border: 3px solid #00924e;
	padding: 20px 17px;
}

.cont .box ul {
	width: 60%;
	margin: 10px auto;
	overflow: hidden;
}

.cont .box ul li {
	float: left;
	width: 49%;
}

.cont .box ul li:last-child {
	float: right;
}

.cont .box p {
	font-weight: bold;
	line-height: 1.6em;
	margin: 15px 0 20px;
}

.cont .ly {
	overflow: hidden;
	margin: 20px 0 0;
}

.cont .ly .le {
	float: left;
	width: 49%;
}

.cont .ly .ri {
	float: right;
	width: 49%;
}

.cont .ly h4 {
	color: #00944f;
	margin: 0 0 10px;
}

.cont .ly .le ul {
	overflow: hidden;
	width: 95%;
	margin: 0 0 0 auto;
}

.cont .ly .le ul li {
	float: left;
	width: 49%;
	margin: 0 0 10px;
}

.cont .ly .le ul li:nth-child(2n) {
	float: right;
}

.cont .ly .btn {
	clear: both;
	overflow: hidden;
	margin: 16px 0 0;
}

.cont .ly .btn a {
	display: block;
	width: 49%;
  height: 85px;
  line-height: 85px;
  text-align: center;
  color: #fff;
  font-size: 35px;
	float: left;
  background-color: #5eaf1e;
  border-radius: 20px;
  text-decoration: none;
}

.cont .ly .btn a:last-child {
	float: right;
}

.cont {
	padding: 20px 0;
	border-bottom: 2px dashed #000;
}

.tabmenu {
	margin-top: 4%;
}

.btm_txtbox {
	border: 3px solid #00944f;
	padding: 30px;
	font-size: 22px;
	line-height: 1.4em;
	margin-top: 20px;
}

.btm_right {
	text-align: right;
	font-size: 22px;
	margin-top: 20px;
}

.btn02 {
  position: relative;
}

.btn02 img {
  position: absolute;
  z-index: -1;
}

.btn02 a {
  text-decoration: none;
}

.btn02 span {
  display: block;
  height: 84px;
  line-height: 90px;
  color: #fff;
  font-size: 36px;
  padding-left: 390px;
}

.cont .ly .btn a img {
  width: 50px;
  vertical-align: middle;
  padding-left: 3%;
  margin-top: -5px;
}

@media screen and (max-width: 959px) {
	.bread {
		font-size: 2.5vw;

	}

	.cont h3 span {
		font-size: 4vw;
	}

	.cont .box p {
		font-size: 3vw;
	}
	.cont .ly h4 {
		font-size: 3vw;
	}

	.tabmenu li.tab01 {
		height: 15vw;
	}

	.tabmenu li.tab02 {
		height: 15vw;
	}

	.cont .ly {
		margin-top: 3%;
	}

	.btm_txtbox {
		padding: 3%;
		font-size: 3vw;
		line-height: 1.4em;
		margin-top: 20px;
	}

	.btm_right {
		font-size: 3vw;
		margin-top: 20px;
	}

	h2 {
		height: 12vw;
		line-height: 8vw;
		font-size: 4vw;
		padding: 0 0 0 10%;
	}

	.place-nav ul li:nth-of-type(1) {
		height: 35vw;
	}

	.place-nav ul li:nth-of-type(2) {
		height: 35vw;
	}

	.place-nav ul li:nth-of-type(3) {
		height: 35vw;
	}

	.place-nav ul li dl {
		padding: 1% 0 0 50%;
	}

	.place-nav ul li dl dt {
		line-height: 10vw;
		padding-left: 15%;
		font-size: 4vw;
	}

	.place-nav ul li dl dd {
		font-size: 2.5vw;
	}

.btn a {
	background-color: #00944f;
}

.btn02 a {
	background-color: #db5050;

}

.cont .ly .btn a {
  height: 10vw;
  line-height: 10vw;
  font-size: 4vw;
  border-radius: 2vw;
}

.btn02 span {
  height: 9vw;
  line-height: 9.5vw;
  font-size: 3.8vw;
  padding-left: 41%;
}

.btn02 a img{
  border-radius: 1.5vw;
}

.cont .ly .btn a img {
  width: 13%;
  margin-top: -1%;
}

}
