@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
/* CSS Document */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
#wrapper {
	width: 100%;
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
  overflow: hidden;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_center {
	text-align: center;
}	
.marker {
	/*background: linear-gradient(transparent 80%, #ffd22c 80%);*/
	background: linear-gradient(transparent 80%, #ff0000 80%);
	font-weight: bold;
}
a.godetail{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
  height: 60px;
	text-decoration: none;
	z-index: 10;
  padding-bottom: 5px;
  color: #FFFFFF;
	transition: 0.3s;
  font-size: 100%;
}
a.godetail::before {
  content:"";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transition: 0.2s;
}
a.godetail:hover::before {
  top: 0;
  left: 0;
}
a.godetail:hover {
	opacity: 1;
}
/*----予約ボタン色----*/
/*----フラワーパーク　#EC6D6D----*/
/*----ガーデンパーク　#35B597----*/
a.godetail.color1{
	background: #EC6D6D;
}
a.godetail.color1::before{
  border: 2px solid #EFCBCB;
}
a.godetail.color1:hover{
  background-color: #EFCBCB;
  border: 2px solid #EC6D6D;
	color: #EC6D6D !important;
}
a.godetail.color2{
	background: #35B597;
}
a.godetail.color2::before{
  border: 2px solid #89E8CF;
}
a.godetail.color2:hover{
  background-color: #89E8CF;
  border: 2px solid #35B597;
	color: #35B597 !important;
}
a.godetail.color3{
	background: #FAD001;
}
a.godetail.color3::before{
  border: 2px solid #F2DF91;
}
a.godetail.color3:hover{
  background-color: #F2DF91;
  border: 2px solid #FAD001;
	color: #FAD001 !important;
}

a.godetail.gray{
	background-color:rgba(180,180,180,0.8);
	pointer-events: none;
  color:#666666;
}
a.godetail.gray::before {
  border: 2px solid #666666;
}

a.godetail:hover{
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
/* クレジット */
p.credit{
  position: absolute;
	bottom: 5px;
  right: 5px;
	text-align: right;
  padding: 2px 10px;
  color: #FFFFFF;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
  font-size: 12px;
}

.yoyaku {
  width: 85%;
  max-width: 800px;
  margin: 0 auto 40px;
  background: #FFFFFF;
  border:10px solid #FAE469;
  padding: 20px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
  text-align: center;
}
.yoyaku > p {
  font-size: 120%;
  font-weight: bold;
}
.yoyaku h2{
  font-size: 130%;
  margin-bottom: 20px;
}
.yoyaku_unit {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.yoyaku_unit a.godetail{
  width: 45%;
  margin: 0 2% 20px;
}
@media screen and (max-width: 759.9px){
  .yoyaku {
    border:6px solid #FAE469;
    padding: 15px 5px;
  }
  .yoyaku > p {
    font-size: 100%;
    font-weight: bold;
  }
  .yoyaku h2{
    font-size: 90%;
  }
  .yoyaku_unit a.godetail{
    width: 90%;
    margin-bottom: 20px;
    font-weight: bold;
  }
}

.slash span{
  display: inline-block;
	padding: 0 20px;
	background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
	background-size:12px;
}
@media screen and (max-width: 759.9px){
  a.godetail{
    width: 80%;
    padding: 15px 0 20px;
    font-size: 90% ;
  }
	.slash span{
		padding: 0 12px;
		background: url("../images/slash_left.svg") no-repeat center left,url("../images/slash_right.svg") no-repeat center right ;
		background-size:8px;
	}
}
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 100;
}
/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
  height: 450px;
}
.page_roof .inner {
	width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
	background: url("../images/top_flag.png")no-repeat top center,url("../images/top_flower.png")no-repeat bottom center;
	background-size: 95% auto,100% auto;
	padding-bottom: 5%;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  width: 70%;
  height: auto;
}

@media screen and (max-width: 759.9px){
  .page_roof {
    height: 25vh;
  }
}
/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
  z-index: 20;
}
/*-------------ナビPC--------------*/
@media screen and (min-width: 760px){
	#pageNav {
		background:#F694B0;
		width: 100%;
		z-index: 20;
		margin-bottom: 50px;
		padding: 0;
		box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.3);
	}
	#pageNav ul a,
	#pageNav ul a:hover{
		color: #FFFFFF !important;
		text-decoration: none !important;
	}
	#pageNav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap:nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}
	#pageNav ul a{
		flex-grow:1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right ;
		background-size: 1px;
		width: 100%;
	}
	#pageNav ul a:first-child{
		background: url("../images/menu_line.svg") no-repeat center left,
			url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}
	#pageNav ul a li{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 120%;
	}
	#pageNav ul a.selected{
		background-color:#F33FA2;
	}
}
/*--スマホ--*/
@media screen and (max-width: 759.9px){
	  #pageNav {
			margin-bottom: 30px;
		}
  .nav_btn.open{
    width:100%;
    margin: 0;
    text-align:center;
    cursor:pointer;
    position:relative;
    padding:15px 0;
    background: #F694B0;
    color: #FFFFFF;
  }
  .nav_btn.open:after{
    content:"▼ MENU ▼";
  }
  .nav_btn.close:after{
    content:"▲ 閉じる ▲";
  }
  #pageNav ul {
    display: none;
    width: 100%;
    z-index: 100;
    margin:0;
    padding: 0;
    background: #F694B0;
    color: #FFFFFF;
  }
  #pageNav ul a,
  #pageNav ul a:hover{
    color: inherit;
    text-decoration: none !important;
  }
  #pageNav ul a{
    width: 100%;
  }
  #pageNav ul a li{
    font-size: 120%;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #FFFFFF;
  }
}

/*---------.pageContent------------------*/
.pageContent{
	width: 100%;
	margin: 0 auto;
} 
.pageContent .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
} 
/*------------トップリード-------------*/
#toplead {
	margin-bottom: 30px;
}
#toplead .comment{
	width: 90%;
	margin: 0 auto;
}
#toplead .comment p{
	font-size: 140%;
	line-height: 2;
}
#toplead .comment p .bg{
	background: url("../images/bg_pink.png")repeat-x center left;
	background-size: auto 100%;
	padding: 0 0.5em;
	margin: 0 0.5em;
}
@media screen and (max-width: 759.9px){
	#toplead .comment p{
		font-size: 110%;
	}
}
/*------------トップリード-------------*/
#onsale {
	margin-bottom: 30px;
}
#onsale h2{
	text-align: center;
	font-size: 180%;
	background: url("../images/title_flower1.png")no-repeat center bottom;
	background-size: auto 1.2em;
	padding-bottom: 1.2em;
	margin-bottom: 1em;	
}
@media screen and (max-width: 759.9px){
	#onsale h2{
		font-size: 120%;
	}
}
#onsale .comment {
	width: 90%;
	margin: 30px auto;
	display: flex;
	justify-content: center;
}
#onsale .comment p{
	font-size: 120%;
}

@media screen and (max-width: 759.9px){
	#onsale .comment p{
		font-size: 100%;
	}
}
/*------------利用方法-------------*/
#howto {
	background: url("../images/bg_midokoro.png")repeat center;
	padding: 50px 0 20px;
	margin-bottom: 30px;
}
#howto .inner > h2{
	width: 50%;
	background: #e2201b;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	margin:0 auto 30px;
}
@media screen and (max-width: 759.9px){
  #howto .inner > h2{
    width: 60%;
    font-size: 130%;
    line-height: 50px;
  }
}

#howto .step_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 20px;
}
#howto .step_box {
	width: 30.3%;
	margin: 0 1.5%;
	background: #FFFFFF;
	border: 2px solid rgba(236,109,109,0.6);
	border-radius: 20px;
	text-align: center;
	padding: 55px 15px 10px;
	position: relative;
}
@media screen and (max-width: 759.9px){
	#howto .step_box {
		width: 80%;
		margin: 0 auto 50px;
	}
}
#howto .step_box h3 {
	position: absolute;
	top:-30px;
	left: 0;
	right: 0;
	width: 100%;
	background: url("../images/bg_title_step.svg")no-repeat center center;
  background-size: contain;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px;
}
#howto .step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
#howto .step_box .fukidashi {
	background: url("../images/fukidashi.png")no-repeat center center;
  background-size: contain;
	padding:30px 0 20px;
	margin-top: -10px;
}
.access_site {
	background: url("../images/icon_access.jpg")no-repeat left center;
  background-size: 40px;
	padding-left: 45px;
	text-align: left;
}
.entry_site {
	text-align: left;
	margin: 10px 0 15px;
}
.entry_site li{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}
.entry_site li p.attention{
	margin-left: 1em;
}

#howto a.link_pdf {
	width: 50%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	background: #e2201b;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#howto a.link_pdf img{
	width: 25px;
  margin-left: 5px;
}
@media screen and (max-width: 759.9px){
  #howto a.link_pdf {
    width: 60%;
    margin: -20px auto 60px;
    font-size: 120%;
    height: 50px;
    text-decoration: none;
  }
  #howto a.link_pdf img{
    width: 20px;
    margin-left: 5px;
  }
}
/*------------開催日時-------------*/
#parkinfo {
	margin-bottom: 30px;
}
h2.title_flower{
	text-align: center;
	font-size: 180%;
	background: url("../images/title_flower2.png")no-repeat center bottom;
	background-size: auto 1.2em;
	padding-bottom: 1.2em;
	margin-bottom: 1.5em;	
}
@media screen and (max-width: 759.9px){
	h2.title_flower{
		font-size: 120%;
	}
}
#parkinfo {
}
.park_unit{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.map{
	width: 90%;
	max-width: 700px;
	text-align: center;
	margin: 0 auto 40px;
}
.map img{
	width: 100%;
	border-radius: 20px;
}
@media screen and (max-width: 759.9px){
	.park .park_unit{
		width: 90%;
		margin: 0 auto;
	}
	.park .map{
		width: 90%;
		margin: 0 auto;
	}
}
.park{
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.map h3,
.park h3{
	width: 80%;
	text-align: center;
	color: #FFFFFF;
	font-size: 140%;
	border-radius: 20px;
	margin:0 auto 0.5em;
}
@media screen and (max-width: 759.9px){
	.park{
		width: 100%;
	}
  .map h3,
	.park h3{
    width: 90%;
    font-size: 120%;
  }
}
.park p.date{
	font-size: 120%;
	text-align: center;
	margin-bottom: 0.5em;
}
.park p.time{
	text-align: center;
	font-size: 110%;
	border-radius: 15px;
	width: 50%;
	margin: 0 auto 10px;
}
.park .access {
	margin-bottom: 5px;
}
.park .access h4{
	text-align: center;
	text-decoration: underline;
	margin-bottom: 5px;
}
.park .access dl{
	width: 25em;
	display: flex;
	justify-content: center;
	font-size: 110%;
	padding-bottom: 5px;
	margin:0 auto 5px;
	border-bottom: 1px dotted #CCCCCC;
}
.park .access dl dt{
	width: 6em;
	text-align: right;
}
.park .access dl dd{
	width: 17em;
	padding-left: 0.5em;
}
.park label {
	margin-top:auto;
}
.park .popup {
	width: 160px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	border-radius: 50%;
	font-size: 100%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
}
.park .popup:hover {
	opacity: 0.7;
}
.hamamatsu .popup {
	background: #EC6D6D;
}
.hamanako .popup {
	background: #35B597;
}

.hamamatsu h3{
	background: #EC6D6D;
}
.hamanako h3{
	background: #35B597;
}
.hamamatsu p.time{
	color: #EC6D6D;
	border: 2px solid #EC6D6D;
}
.hamanako p.time{
	color: #35B597;
	border: 2px solid #35B597;
}
.map h3{
	width: 100%;
	background: #FAD001;
	margin-bottom: 1em;
}

/*------------みどころ-------------*/
#midokoro {
	background: url("../images/bg_midokoro.png")repeat center;
	padding: 50px 0 20px;
	margin-bottom: 30px;
}
#midokoro .midokoro_unit{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.midokoro_unit .midokoro{
	width: 48%;
	margin: 0 1%;
}
@media screen and (max-width: 759.9px){
	.midokoro_unit .midokoro{
		width: 90%;
		margin: 0 auto;
	}
}
.midokoro_unit .midokoro .topic{
	margin-bottom: 20px;
}
.midokoro .title{
	padding-bottom: 3.2em;
	background: url("../images/midokoro.png")no-repeat center bottom;
	background-size: auto 3em;
	margin-bottom: 0.5em;
}
.midokoro .no_title_unit{
	display: flex;
	align-items: center;
	margin:0 0 0.5em 0;
}
.midokoro .no_title_unit p.no{
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	padding-right: 5px;
	font-family: 'Century Gothic',sans;
}
.midokoro h3{
	font-size: 140%;
	color: #FFFFFF;
	text-align: center;
}
.midokoro h4{
	font-size: 140%;
	text-align: left;
	line-height: 1.4;
}
.midokoro h4 span{
	font-size: 80%;
}
.hamamatsu h4{
	color: #EC6D6D;
}
.hamamatsu .no{
	color:rgba(236,109,109,0.5);
}
.hamanako h4{
	color: #35B597;
}
.hamanako .no{	
	color:rgba(53,181,151,0.5);
}
.midokoro .photo{
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.midokoro .photo img{
	width: 100%;
}
.midokoro table{
	width: 90%;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin: 10px auto;
}
.midokoro table th{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background: #DCDCDC;
	text-align: center;
}
.midokoro table td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background: #FFFFFF;
	text-align: center;
	/*color:#FB1C99;*/
	font-weight: bold;
	font-family: 'Century Gothic',sans;
}
#midokoro  a.link_hp {
	width: 80%;
	height: 70px;
	margin: 30px auto;
	background:url("../images/bg_pink.png")no-repeat center;
	background-size: cover;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
@media screen and (max-width: 759.9px){
  #midokoro a.link_hp {
	  height: 70px;
    font-size: 120%;
  }
}

/*-----morePanel--------------------*/

.panel-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}
.panel_wrap {
	position: relative;
}

.btnOpen {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 200px;
	padding-top: 130px;
	z-index: 999;
}
.btnOpen{
	background: linear-gradient(rgb(255,245,247,0) 0%, rgba(255,245,247,1) 150px);
}
.btnOpen span {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 95%;
	height: 30px;
	margin: 0 auto;
	border: 1px solid #999;
	font-size: 120%;
	text-align: center;
	cursor: pointer;
	transition: .2s ease;
	background: #EEEEEE;
	border-radius: 15px;
}
.btnOpen span::before {
	content: "もっと見る";
}
.btnOpen span::after {
	font-family: "Font Awesome 5 Free";
	content: "\F107";
	font-weight: 900;
	position: absolute;
	right: 30px;
	top: 3px;
}
.panel {
	height: 600px;
	padding: 0 0 100px;
	overflow: hidden;
	opacity: 1;
	transition: 0.8s;
}

.panel-trigger:checked+.btnOpen {
	width: 100%;
	height: 100px;
	background: none;
	padding-top: 0;
}
.panel-trigger:checked+.btnOpen span::before {
	content: "閉じる"
		/*チェックされていたら、文言を変更する*/
}
.panel-trigger:checked+.btnOpen span::after {
	font-family: "Font Awesome 5 Free";
	content: "\F106";
	font-weight: 900;
	position: absolute;
	right: 30px;
	top: 3px;
}
.panel-trigger:checked~.panel {
	height: auto;
	/*チェックされていたら、高さを戻す*/
	opacity: 1;
}


/*-----inboxswiper--------------------*/
.swiper-container.inbox .swiper-slide img{
	width: 100%;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
}
/*------------ポップアップ-------------------*/
.popup_wrap input {
   display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(213,213,213,0.9);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 950px;
  padding: 40px 20px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.popup_content iframe{
  width: 80vw;
  max-width: 900px;
  height: 50vw;
  max-height: 510px;
}
.popup_content img{
	width: 100%;
}
.popup_content p{
  text-align: center;
  margin-bottom: 20px;
}
.popup_content .bold{
  font-weight: bold;
  font-size:120%;
  white-space: nowrap;
}
@media screen and (max-width: 759.9px){
  .popup_content {
    padding: 40px 0 60px;
    background-size: auto 120%;	
  }
  .popup_content p{
    font-size:3.4vw;
  }
  .popup_content .bold{
    font-size:3.5vw;
  }
}  
.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 20px;
  cursor: pointer;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s;
}

