@charset "utf-8";
/* park */

.mvTitle{
	background-image: url("../images/bg_title_park.jpg");
}
.mvTitle h1{
 letter-spacing: 0.29em;
}

/*----------- park 共通 --------------*/
.bgGray{
	background: #f5f7f7;
}
@media screen and (min-width: 769px) {
	main section.bgGray{
		padding-top: 80px;
	}
	main section.bgGray + section.bgGray{
		margin-top: -20px;
		padding-top: 0;
	}
}/* //end for PC */
.inBox {
    padding: 60px;
    margin-top: 35px;
}
@media screen and (max-width: 768px) {
.inBox {
    padding: 30px 10px;
    margin:35px 10px;
}
}/*-SP only-*/


/*----------- park トップ --------------*/
main section#topLead{
	padding-top: 58px;
}
#topLead h2{
	line-height: 1.5;
	margin-bottom: 40px;
	text-align: center;
}
#topLead h3{
	font-size: 28px;
	margin: 120px 0 20px;
	text-align: center;
}
#topLead .calendar{
	margin: 45px auto 0;
	width: 781px;
}
#aboutPark h3,
#blogRelatedInfo h3{
	font-size: 28px;
}
#aboutPark{
	background: url("../images/bg_aboutpark.jpg") no-repeat center 340px #f5f7f7;
}
#aboutPark ul{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
}
#aboutPark li{
 border-radius: 16px;
 background: #fff;
 width: 280px;
 height: 228px;
 box-shadow: 0 0 8px 0 rgba(0,0,0,0.08);
 margin:8px 30px;
 text-align: center;
 transition: .8s;
}
#aboutPark li a{
 display: block;
 border-radius: 16px;
 height: 228px;
 padding: 55px 0 0;
 -webkit-transition: 0.4s ease-in-out;  
       -moz-transition: 0.4s ease-in-out;  
            transition: 0.4s ease-in-out; 
}
#aboutPark li figure {
 height: 105px;
 text-align: center;
}
#aboutPark li figure img{
 max-height: 74px;
 margin: 0 auto;
}
#aboutPark li p{
 color: #72af43;
 font-size: 21px;
 text-align: center;
 line-height: 1.3;
 letter-spacing: 0.1em;
}
#aboutPark li a:hover{
 background:#72af43 ;
}
#aboutPark li a:hover figure img{
 opacity: 0;
}
#aboutPark li.b01 a:hover figure{
 background: url("../images/park_about_img01_white.png") no-repeat center top / auto 74px;
}
#aboutPark li.b02 a:hover figure {
 background: url("../images/park_about_img02_white.png") no-repeat center top/ auto 74px;
}
#aboutPark li.b03 a:hover figure{
 background: url("../images/park_about_img03_white.png") no-repeat center top/ auto 74px;
}
#aboutPark li a:hover p{
 color: #fff;
}
#blogRelatedInfo ul{
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 50px;
}
#blogRelatedInfo li{
	margin: 0 30px;
	width: 335px;
}

#newsfeed{
	background-color: #f1fcfc;
}
#newsfeed dl{
	max-width:600px;
	width: 85%;
	margin: 50px auto 0;
}
#newsfeed dl dt{
  padding: 22px 0 0;
  color: #858585;
  font-size: 16px;
  line-height: 1.1;
}
#newsfeed dl dd {
  border-bottom: 1px #e2e2e2 solid;
  padding: 12px 0 15px;
  font-size: 17px;
  line-height: 1.4;
}

#newsfeed dl dt span{
  display: inline-block;
  border-radius: 20px;
  border: 1px #e767ca solid;
  padding: 1px 8px 0;
  margin-left: 16px;
  font-size: 13px;
  line-height: 17px;
	color: #e767ca;
}
#newsfeed dl dd a {
  color: #333;
}
#newsfeed dl dd a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 768px) {/*SP park top*/
main section#topLead{
	padding: 58px 5% 60px;
}
#topLead h2{
 margin-bottom: 25px;
 font-size: 23px;
 line-height: 1.3;
 letter-spacing: 0.24em;
 text-align: center;
}
#topLead h3{
	font-size: 24px;
}
#topLead p{
 font-size: 13px;
 text-align: left;
 letter-spacing: 0.09em;
}
#topLead .calendar{
	width: 100%;
}
#aboutPark{
	background: url("../images/bg_aboutpark.jpg") no-repeat center bottom #f5f7f7;
	background-size: 420%;
}
#aboutPark ul{
	padding-left: 5%;
	padding-right: 5%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
#aboutPark ul li{
 width: 48%;
 height: auto;
 margin: 0 10px 20px 0;
}
#aboutPark ul li:nth-child(2n){
	margin-right: 0;
}
#aboutPark ul li a{
	height: auto;
 border-radius: 16px;
  padding: 30px 10px 30px;
}
#aboutPark ul li figure {
 height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
#aboutPark ul li figure img{
 max-height: 42px;
}
#aboutPark ul li p{
 font-size: 13px;
 line-height: 1.4;
 letter-spacing: 0.08em;
}
#aboutPark h3,
#blogRelatedInfo h3{
	font-size: 20px;
}
#blogRelatedInfo li{
	margin: 0 auto 35px;
	width: 100%;
}
#aboutPark ul,
#blogRelatedInfo ul{
	margin-top: 30px;
}
}/* //end for SP */


/*----------- park 下層 --------------*/
.tabBox{
 border-bottom: 2px #72af43 solid;
 margin: 120px 0 40px;
 justify-content: space-between;
 }
.tabBox li{
background: #efefef;
 border-radius: 4px 4px 0 0;
 font-size: 16px;
 padding: 7px;
 text-align: center;
 /*cursor: pointer;*/
  width: 32%;
  max-width: 357px;
  margin: 0;
}
.tabBox li a{
	color: #c1c1c1;
	display: block;
}
.tabBox li.select{
 background: #72af43;
 color: #fff;
}
@media screen and (max-width: 768px) {
.tabBox{
	margin-top: 58px;
}
.tabBox li{
	font-size: 13px;
	line-height: 1.4;
}
}/* //end for SP */

.lead {
 padding: 50px 0 30px;
}
.lead h2{
 margin-bottom: 30px;
 text-align: center;
}
.lead p{
 text-align: center;
}
.lead .pageNav{
 margin-top: 50px;
 max-width: 950px;
 margin-left: auto;
margin-right: auto;
}

.inBox figure{
 margin-top: 35px;
 border-radius: 4px;
 overflow: hidden;
 text-align: center;
}
.inBox figure{
 margin-top: 35px;
 border-radius: 4px;
 overflow: hidden;
 text-align: center;
}
.inBox figcaption{
	padding: 16px 0 0;
	text-align: center;
	font-size: 14px;
	line-height: 2;
}
@media screen and (min-width: 769px) {
 .inBox.pcflex .txt{
  width: 50%;
  max-width: 480px;
 }
 .inBox.pcflex figure{
  width: 42%;
  max-width: 400px;
  margin-top: 0;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {
	.lead p{
		padding-left: 20px;
		padding-right: 20px;
	}
	.imgFull{
		padding-left: 10px;
		padding-right: 10px;
	}
}/* //end for SP */


/*-------- access --------*/
.overviewTable dt{
	padding: 2em 0;
	border-bottom: 1px solid #DDDDDD;
	font-weight: 500;
	vertical-align: middle;
	font-size: 18px;
}
.overviewTable dt::before{
	content: "";
	display: inline-block;
	margin-right: 16px;
	width: 15px;
	height: 4px;
	background: #72AF43;
	vertical-align: middle;
}
.overviewTable dd{
	padding: 2em 0;
	border-bottom: 1px solid #DDDDDD;
	font-size: 18px;
}

.overviewTable dd .note {
  font-size: 14px;
}
.overviewTable .terms li{
width: 103px;
}
.overviewTable .terms li:last-child{
	width: 110px;
}
.overviewTable .terms li figure{
	margin: 0 auto 10px;
	width: 45px;
}
.overviewTable .terms li p{
	line-height: 1.4;
	text-align: center;
}
.overviewTable .terms span{
	color: #1093C0;
	display: block;
}
.notice{
	background: #ecf7fa;
	border-radius: 4px;
	margin-top: 30px;
	padding: 30px;
}
.notice dt,
.notice dd{
	color: #1093C0;
}
main section h2:nth-of-type(2){
	margin-top: 90px;
}
.accessRoute h3{
	border-bottom: 2px solid #ddd;
	padding: 0 0 15px 38px;
	position: relative;
}
.accessRoute h3::before{
	content: "";
	background: url("../images/access_ic05.png") no-repeat left top;
	background-size: 100%;
	display: block;
	position: absolute;
	top: -2px;
	left: -0;
	width: 21px;
	height: 30px;
}
.accessRoute h3.bycar::before{
	content: "";
	background: url("../images/access_ic06.png") no-repeat left top;
	background-size: 100%;
	width: 31px;
	height: 24px;
}
.accessRoute h3:nth-of-type(2){
	margin-top: 80px;
}
.accessRoute h4{
	background: #F5F7F7;
	font-size: 18px;
	font-weight: 500;
	margin-top: 30px;
	padding: 7px;

}
.accessRoute h4:nth-of-type(2){
	margin-top: 60px;
}
.accessRoute p{
	margin-top: 15px;
	font-size: 16px
}
.accessRoute figure{
	max-width: 864px;
}
/*-- 2402 modify --*/
.accessRoute figure:nth-of-type(1){
	max-width: 960px;
}
/*-- //2402 modify --*/
@media screen and (min-width: 769px) {
	.overviewTable.pcflex{		
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.overviewTable dt{
		width: 140px;
	}
	.overviewTable dd{
		width: calc(100% - 140px);
	}
	.notice.pcflex{
		align-items: center;
	}
	.notice dt{
		padding-left: 10px;
		width: 130px;
}
	.notice dd{
	border-left: 1px solid #1093C0;
	padding-left: 34px;
	width: calc(100% - 130px);
}
/*-- 2402 add --*/
.accessRoute figure:nth-of-type(1) img:nth-of-type(1){
	width: 56%;
}
.accessRoute figure:nth-of-type(1) img:nth-of-type(2){
	width: 43%;
}
/*-- //2402 add --*/
}/*-PC only-*/
@media screen and (max-width: 768px) {
.overviewTable dd ul,
.overviewTable dd p{
	padding: 0;
}
.overviewTable .terms li{
	margin-bottom: 20px;
	width: 33.3%;
}
	.notice dd{
		border-top: 1px solid #1093C0;
		padding-top: 20px;
}
.accessRoute h3{
	padding-left: 30px !important;
}
.accessRoute h3.bycar{
	padding-left: 40px !important;
}
.accessRoute h4:nth-of-type(2){
	margin-top: 40px;
}
/*-- 2402 add --*/
.accessRoute figure:nth-of-type(1) img:nth-of-type(1){
	margin-bottom: 10px;
}
/*-- //2402 add --*/
}/* //end for SP */


/*-------- inside --------*/
.lead h2 span{
	display: block;
	font-size:22px;
	margin-bottom: 20px;
}
.column3Img{
 margin-bottom: -25px;
}
.column3Img li{
 margin-bottom: 25px;
}
.inBox .column3Img figure{
 margin: 0;
}
.column3Img figcaption{
 padding: 18px 0 0;
 text-align: center;
}
@media screen and (min-width: 769px) {
 .column3Img{
  justify-content: flex-start;
  margin: 0 -10px;
 }
 .column3Img li{
  width: calc(100% / 3);
  padding: 0 10px;
 }
}/*-PC only-*/

.parkFlowers figcaption{
	padding: 1px;
	margin: 10px 0;
}
.ground .leadBox.inBox{
	padding: 0;
}
.ground .note li{
	margin-bottom: 5px;
	margin-left: 1em;
	text-indent: -1em;
}
.ground .note li:last-child{
	margin-bottom: 0;
}
.tel{
	font-size: 72px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 50px;
	text-align: center;
}
.parkEtc dt{
	font-size: 18px;
	font-weight: 500;
	padding: 15px 0 5px;
}
.parkEtc dd span{
	display: block;
	margin-top: 15px;
}
.parkEtc dd ul{
	margin-top: 15px;
}
.parkEtc dd li.note{
	width: 100%;
	margin-bottom: 0;
	padding: 0;
 font-size: 14px;
}
.parkEtc .time{
	margin-left: 5.5em;
	text-indent: -5.5em;
}
@media screen and (min-width: 769px) {
.ground .inBox.pcflex .txt{
	width: 60%;
	max-width: 600px;
}
}/*-PC only-*/
@media screen and (max-width: 768px) {
.lead h2 span{
	font-size:18px;
	margin-bottom: 15px;
}
.parkFlowers li p{
	padding: 0;
}
.parkEtc dd ul{
	padding: 0;
}
main .inner .tel{
	font-size: 30px;
	margin-bottom: 25px;
	padding-left: 0;
	padding-right: 0;
}
}/* //end for SP */