@charset "UTF-8";

.event_all{background:#005EAC;}
.event_flower{background:#ff7daf;}
.event_animal{background:#73cd3c;}
.event_sports{background:#00aaba;}
.event_gourmet{background:#ec5038;}
.event_volunteer{background:#E07400;}
.event_nature-study{background:#9f4ea6;}
.event_schedule{background:#9e6e45;}
.e_c_icon {
	border-radius: 4px;
	color:#fff;
	font-size: 1.4rem;
	font-weight: 400;
	display: inline-block;
	padding: 0 24px;
}
.weatherrain:before {background: url("../images/icon_rain.png")no-repeat;}
.weatherrain span {display: block;}
.list_bsb .event_fr {justify-content: flex-start;align-items: center;}
.list_bsb .event_fr span:nth-of-type(1) {margin: 5px 10px 5px 0;}
.list_bsb .event_fr span:nth-of-type(2) {width: 32px;height: 46px;border-radius: 50%;color: #fff;display: flex;align-items: center;line-height: 1.1;font-size: 1.36rem;padding: 0 7px; text-align: center;}
.list_bsb .event_fr span.rain_01 {background:#00b9ec;}
.list_bsb .event_fr span.rain_02 {background:#fcb159;}
.list_bsb .event_fr span.rain_03 {background:#00b9ec;}
.list_bsb .event_fr span.rain_04 {background:#fcb159;}
.list_bsb .event_fr span.rain_05 {background:#00b9ec;}
.list_bsb p.area span + a{
	border:1px solid #005eac;
	line-height: 1;
	display: inline-block;
	border-radius: 4px;
	padding: 2px 6px;
	margin-left: 6px;
	color: #005eac;
	text-decoration: none;
}

header {
  background-color: #115fad;
  height: 70px;
}
header > div.flex {
  height: 80px;
  justify-content: space-between;
}
header h1 {
  width: 19%;
  margin-bottom: 5px;
}
.main_menu .icon {
  color: #fff;
  padding-left: 27px;
}
.main_menu > li > a {
  font-size: 1.4rem;
  margin-right: 14px;
  transition: 0.5s;
}
.main_menu > li > a::after ,
.main_menu .icon::after {
  content: none;
}
.main_menu > li > a:hover {
  opacity: 0.6;
}
.main_visual {
  margin-top: 70px;
  /* max-height: 676px; */
}
.main_visual .datetime {
  background-size: cover;
  background-position: center;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.main_visual .datetime img {
	display: block;
}
.main_visual .datetime picture .pc {
  margin: 0 0 0 70px;
}
.main_visual .main_back {
  background-image: url("../images/flower-festival_main.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  /* max-height: 680px */
}
.main_menu li:nth-child(1) .icon::before {
    background-image: url("../images/icon_flower.png");
}
.main_menu li:nth-child(2) .icon::before {
    background-image: url("../images/icon_flag.png");
}
.main_menu li:nth-child(3) .icon::before {
    background-image: url("../images/icon_gourmand.png");
}
.main_menu li:nth-child(4) .icon::before {
  background-image: url("../images/icon_map02.png");
}
.main_menu li:nth-child(5) .icon::before {
    background-image: url("../images/icon_uminakatabi.png");
}
.main_menu li:nth-child(6) .icon::before {
    background-image: url("../images/icon_car.png");
}
.main_menu li:nth-child(7) .icon::before {
    /* background-image: url("../images/icon_trophy.png"); */
    background-image: url("../images/icon_good.png");
}
.img img {
  width: 100%;
}
#ps_section2 .inner ,
#ps_section3 .inner {
  padding: 0;
}
#ps_section1 ,
#ps_section2 ,
#ps_section3 ,
#ps_section4 ,
#ps_section5 ,
#ps_section6 ,
#ps_section7 {
  background-image: url("../images/section1_back.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-y;
  padding: 0px 0 60px;
}
#ps_section2 {
  background-image: url("../images/section2_back.jpg");
}
#ps_section3 {
  background-image: url("../images/section3_back.jpg");
}
#ps_section4 {
  background-image: url("../images/section4_back.jpg");
}
#ps_section5 {
  background-image: url("../images/section5_back.jpg");
}
#ps_section6 {
  background-image: url("../images/section6_back.jpg");
}
#ps_section7 {
  background-image: url("../images/section7_back.jpg");
}
#ps_section8.otoku {
  background-color: #fbe4d6;
  padding: 0 0 60px;
}
#ps_section1 .inner ,
.inner .img {
  text-align: center;
  margin: 0 auto;
}
#ps_section1 .inner .img {
  margin: 60px auto;
}
#ps_section1 .inner .img img {
  max-width: 430px;
}
#ps_section1 {
  padding: 0;
}
.cont_title {
  background: #ad3963;
  opacity: 1;
  height: 100px;
  vertical-align: middle;
  position: relative;
  margin: 0 auto 60px;
}
#ps_section3 .cont_title {
  background: #3ea345;
}
#ps_section4 .cont_title {
  background: #8b81c7;
}
#ps_section5 .cont_title {
  background: #ff9b00;
}
#ps_section6 .cont_title {
  background: #08adbc;
}
#ps_section7 .cont_title {
  background: #ec5038;
}
#ps_section8 .cont_title {
  background: #e6460a;
}
.cont_title img {
    position: absolute;
    left: 50%;
    /* right: 0; */
    top: 50%;
    transform: translate(-50% , -50% );
    display: block;
}
#ps_section2 .cont_title ,
#ps_section3 .cont_title {
  margin-bottom: 0;
}
#ps_section2 .inner02 ,
#ps_section3 .inner02 {
  max-width: 1200px;
  padding-top: 60px;
}
#ps_section3 .inner02 {
  background: url(../images/parts03.png)no-repeat center;
  background-size: contain;
  background-position-y: 4px;
  padding-bottom: 20px;
}
#ps_section2 .inner02 > div:first-of-type ,
#ps_section3 .inner02 > div:first-of-type {
  margin-bottom: 60px;
  position: relative;
}
#ps_section2 .inner02 > div:first-of-type::before ,
#ps_section2 .inner02 > div:first-of-type::after ,
#ps_section3 .inner02 > div:first-of-type::before ,
#ps_section3 .inner02 > div:first-of-type::after {
  display: inline-block;
  content: "";
  background-size: 100% auto;
  vertical-align: middle;
  position: absolute;
}
#ps_section2 .inner02 > div:first-of-type::before {
  background: url(../images/parts01.png)no-repeat;
  width: 158px;
  height: 364px;
  left: -25px;
  top: -20px;
  left: 6vw;
}
#ps_section2 .inner02 > div:first-of-type::after {
  background: url(../images/parts02.png)no-repeat;
  width: 224px;
  height: 410px;
  right: 3vw;
  top: 10px;
}
#ps_section3 .inner02 > div:first-of-type img {
  z-index: 2;
  position: relative;
  max-width: 530px;
}
#ps_section2 .inner02 > div:first-of-type img {
  z-index: 2;
  position: relative;
  max-width: 490px;
}
#ps_section2 .inner02 > div:first-of-type img {
  width: 100%;
}
#ps_section3 .inner02 > div:first-of-type img {
  max-width: 674px;
}
/*#ps_section3 .inner02 > div:first-of-type::before {
  background: url(../images/parts03.png)no-repeat;
  width: 158px;
  height: 364px;
  left: -25px;
  top: -20px;
  left: 6vw;
}
#ps_section3 .inner02 > div:first-of-type::after {
  background: url(../images/parts04.png)no-repeat;
  width: 224px;
  height: 410px;
  right: 3vw;
  top: 10px;
}*/
#ps_section3 .btn {
  padding-bottom: 0;
}
#ps_section3 .picture {
  width: 100%;
  max-width: 650px;
  margin: 0px auto 60px;
  text-align: center;
}
.btn a {
  margin: 40px auto 0;
}
#ps_section4 .inner > div:first-of-type {
  margin-bottom: 40px;
  width: 100%;
  max-width: 560px;
}
#ps_section4 .inner > div:first-of-type img {
  width: 100%;
}
#ps_section5 .inner p {
  margin-bottom: 30px;
}
#ps_section6 .inner p {
  margin-top: 40px;
  text-align: center;
}
#ps_section6 .btn a {
  margin-top: 20px;
}
#ps_section7 a ,
#ps_section8 a {
  transition: 0.5s;
}
#ps_section7 a:hover ,
#ps_section8 a:hover {
  opacity: 0.6;
}
#ps_section8 .flex .img img {
  -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

/* --タブナビ-- */
.tab-nav__list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
	justify-content: center;
}
.tab-nav__item {
	cursor: pointer;
	display: block;
  text-align: center;
  background-color: #fff;
  padding: 20px 4px;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
	width: 100%;
	max-width: 160px;
	margin-right: 6px;
  width: calc( ( 100% / 3 ) - 6px );
  max-width: none;
  transition: 0.5s;
}
.tab-nav__item:last-of-type {
	margin-right: 0;
}
.tab-nav__item:hover {
  opacity: 0.7;
}
.tab-nav__item.is-active {
	background-color: #ff7daf;
}
.tab-nav__item.no2.is-active {
	background-color: #73cd3c;
}
.tab-nav__item.no3.is-active {
	background-color: #00aaba;
}
.tab-nav__item.no4.is-active {
	background-color: #ec5038;
}
.tab-nav__item.no5.is-active {
	background-color: #9f4ea6;
}
.tab-nav__item.no6.is-active {
	background-color: #fa8700;
}
.tab-nav__item p,
.tab-nav__item p span{
  color: #ff7daf;
  font-weight: bold;
  font-size: 2.0rem;
}
.tab-nav__item p span{
  font-size: 1.3rem;
  display: block;
  margin-top: 10px;
}
.tab-nav__item.no2 p,
.tab-nav__item.no2 p span{
  color: #73cd3c;
}
.tab-nav__item.no3 p,
.tab-nav__item.no3 p span{
  color: #00aaba;
}
.tab-nav__item.no4 p,
.tab-nav__item.no4 p span{
  color: #ec5038;
}
.tab-nav__item.no5 p,
.tab-nav__item.no5 p span{
  color: #9f4ea6;
}
.tab-nav__item.no6 p,
.tab-nav__item.no6 p span{
  color: #fa8700;
}
.tab-nav__item.is-active p ,
.tab-nav__item.is-active p span {
  color: #fff;
}

.tab-nav__item.is-active .tab-nav__item-inner {
	color: #fff;
}
.tab-nav__item.no5 br {
	display: none;
}
.tab-nav__text {
	font-size: 1.5rem;
/*	margin-bottom: 12px;*/
	line-height: 1;
}
.tab-nav__img {
	height: 40px;
	margin: auto;
}
.tab-nav__img.no2 {
	display: none;
}
.tab-nav__item.is-active .tab-nav__img.no1 {
	display: none;
}
.tab-nav__item.is-active .tab-nav__img.no2 {
	display: block;
}


/* タブコンテンツ */
.tab-content__list {
	position: relative;
	overflow: hidden;
  padding: 0px;
  width: calc( 100% - 6px );
  margin: 0 auto;
}
.tab-first-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}

.tab-content__item {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}
.tab-content__item.is-show {
	visibility: visible;
	display: block;
	position: relative;
	overflow: hidden;
	opacity: 1;
	visibility: visible;
  background: #fff;
  padding: 30px 20px 20px;
}
.tab-content__item::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	pointer-events: none;
	transition: all .6s;
	z-index: 10;
	top: 0;
	left: 0;
  transition: 1.2s all cubic-bezier(0.77,0,0.18,1);
  opacity: 1;
	visibility: visible;
}
.tab-content__item.is-show::before {
	transform: translateY(100%);
}
.tag-item {
	line-height: 1.4;
	color: #000;
	display: block;
	margin-bottom: 8px;
}
.tag-item:last-of-type {
	margin-bottom: 0;
}
.tag-item__inner {
	font-size: 12px;
	padding: 4px 10px;
	background-color: #e1e1e1;
	display: inline-block;
}
#ps_section5 a {
  display: block;
  transition: 0.5s;
}
#ps_section5 a:hover {
  opacity: 0.6;
}
#ps_section6 .flex {
  justify-content: space-between;
}
#ps_section6 .flex > div:first-of-type {
  /* width: 60%; */
  width: 55%;
}
#ps_section6 .flex > div:last-of-type {
  /* width: 38%; */
  width: 43%;
}
#ps_section7 .flex {
  justify-content: space-evenly;
}
#ps_section7 .flex > div {
  max-width: 780px;
  margin: 0;
}
#ps_section8 {
  padding: 60px 0;
}
#ps_section8 .flex {
  justify-content: space-between;
}
#ps_section8 .flex > div {
  width: 48%;
  margin: 3% 0 0;
}
#ps_section8 .flex > div:first-of-type ,
#ps_section8 .flex > div:nth-of-type(2) {
  margin-top: 0;
}
#ps_section8 .flex > div:last-of-type {
  margin-bottom: 60px;
}
footer {
    background-color: #fff;
}
footer > div {
  background-color: #217fc4;
}
.btn.down a::after {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  border-top: none;
}

/*追加*/
.y_content {
	text-align: center;
	padding: 40px 0 80px;
	background: #fff;
}
.tel-link a {
	background: none;
}
#Fpage-top a {
	background-color: #217fc4;
}

/*20241021追加*/
.discount{
  text-align: center;
  margin-bottom: 20px;
}
.discount_2{
  text-align: center;
}
.discount p{
  position: relative;
  display: inline-block;
  padding: 0 45px;
  color: #ff0000;
  font-size: 20px;
  line-height: 25px;
}
.discount_2 img{
  transition:0.3s;
}
.discount_2 img:hover{ 
	opacity:0.5;
}
.discount p:before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ff0000;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.discount p:after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #ff0000;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.discount p:before {
  left:0;
}
.discount p:after {
  right: 0;
}
.discount_2 img{
  width: 30%;
}

/* 花ごのみ */
.flower_guide .inner02 .img {
  width: 100%;
  max-width: 460px;
  margin: 0px auto 60px;
  text-align: center;
}
.flower_list li {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
}
.flower_list li + * {
  margin-top: 20px;
}
.flower_list .pic {
  width: 40%;
  margin-right: 3%;
}
.flower_list .txt {
  width: 57%;
}
.flower_list .txt .f_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 25px;
  border-left: 5px solid #ff7daf;
  padding: 3px 0 5px 1rem;
  line-height: 1.2em;
}
.flower_list .txt p {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
}
.flower_list .txt p:last-child {
  padding-left: 0;
  margin: 20px 0 0 0;
}
.flower_list .txt p::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
}
.flower_list .txt .f_hold::before{background-image: url(../images/f_hold_icon.png);}
.flower_list .txt .f_area::before{background-image: url(../images/f_area_icon.png);}
.flower_list .txt .f_scl::before{background-image: url(../images/f_scl_icon.png);}
.circle_number {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  padding: 2px 0 0 1px;
  font-size: 80%;
  text-align: center;
  vertical-align: top;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(../images/map_icon.png);
}
#ps_section_uminakatabi {
  background-color: #cbeffc;
  padding: 0 0 30px;
}
#ps_section_uminakatabi .cont_title {
  background: #009fd9;
}
#ps_section_uminakatabi > div {
  text-align: center;
}
#ps_section_uminakatabi a img {
  transition: .3s;
}
#ps_section_uminakatabi a:hover img {
  opacity: .7;
}
.unt_box {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
  margin-bottom: 30px;
}
.unt_box p {
  padding-bottom: 10px;
  font-size: 2rem;
}
.access_sec a.link {
  color: #0075c1;
  text-decoration: underline;
  font-weight: bold;
}
.access_sec a.link:hover {
  text-decoration: none;
}
.bnr_list {
  width: fit-content;
  margin-inline: auto;
}
.bnr_list li + * {
  margin-top: 20px;
}
.bnr_box {
  width: fit-content;
  margin-inline: auto;
}
.bnr_box a {
  display: inline-block;
  transition: .3s;
}
.bnr_box a:hover {
  opacity: .7;
}
.flower_map {
  margin-top: 20px;
}

.gourmet_area {
  text-align: center;
}
#ps_section4.gourmet_area .inner .txt {
  margin-bottom: 20px;
  max-width: none;
}
.gourmet_area .txt > * + * {
  margin-top: 20px;
}
.gourmet_area h3 {
  font-size: 2.4rem;
  line-height: 1.3em;
}
.gourmet_area > h3 {
  color: #f34500;
}
.gourmet_area > h3 a {
  color: #f34500;
  text-decoration: underline;
  font-weight: bold;
}
.gourmet_area > h3 a:hover {
  text-decoration: none;
}
.gourmet_area p {
  font-size: 1.6rem;
  line-height: 1.3em;
}
.gourmet_list {
  max-width: 550px;
  margin-inline: auto;
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.gourmet_list li + * {
  margin-top: 20px;
}
.gourmet_list dt {
  padding: 20px;
  background-color: #f39800;
  color: #fff;
  cursor: pointer;
  position: relative;
}
.gourmet_list dt::after {
  content:"";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 20px;
  top: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg) translateY(80%);
}
.gourmet_list dt.open::after {
  top: 55%;
  transform: rotate(315deg) translateY(-80%);
}
.gourmet_list dd {
  display: none;
}

@media screen and (max-width: 1040px) {
  #ps_section2 .inner {
    padding: 0 20px;
  }
  .tab-nav__item p {
    font-size: 1.8rem;
  }
  .tab-nav__item p span {
    font-size: 1.2rem;
  }
  #ps_section2 .inner02 ,
  #ps_section3 .inner02 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 999px) {
  .tab-nav__item p span {
    font-size: 1.0rem;
  }
  #ps_section2 .inner02 > div:first-of-type::before {
    left: 1vw;
  }
  #ps_section2 .inner02 > div:first-of-type::after {
    right: 1vw;
  }
}
@media screen and (max-width: 900px) {
  header {
    background-color: #fff;
  }
  .sp_menu button {
    top: 14px;
  }
  #Fpage-top a {
    margin-bottom: 0rem;
  }
  footer > div {
    padding: 20px 15px 20px;
  }
  .sp_menu nav {
    background-color: #217fc4;
  }
  .main_menu .icon {
    padding-left: 4rem;
  }
  .main_menu > li > a {
    transition: 0.5s;
  }
  .main_menu > li > a:hover ,
  .main_menu > li > ul.sp_show li a:hover {
    opacity: 0.6;
  }
  .main_menu > li > ul.sp_show {
    padding: 0 20px;
    padding-left: calc( 4rem + 20px );
  }
  .main_menu > li > ul.sp_show li {
    margin: 10px 0;
    color: #fff;
    transition: 0.5s;
  }
  .main_menu > li > ul.sp_show li:hover {
    opacity: 0.6;
    cursor: pointer;
  }
  .main_menu > li > ul.sp_show li a {
    color: #fff;
  }
  .main_menu > li > ul.sp_show li:first-of-type {
    margin-top: 0px;
  }
  .main_menu > li > ul.sp_show li:last-of-type {
    margin-bottom: 20px;
  }
  .fv_news .fv_news_list {
    width: 45%;
  }
  header h1 {
    width: 35%;
    max-width: 240px;
  }
}
@media screen and (max-width: 820px) {
  .tab-nav__list {margin-bottom: 10px;}
	.tab-nav__item {
    border-radius: 10px;
    max-width: 210px;
    width: calc(33.333% - 10px);
    margin-bottom: 10px;
    padding: 15px 5px;
    height: 15vw;
    width: calc( (100% / 3 ) - 6px);
    padding: 15px 0px;
    margin-right: 4px;
  }
  .tab-nav__item.is-active {
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
  }
	.tab-nav__item:nth-of-type(3) {margin-right: 0;}
	.tab-nav__item.no5 br {display: none;}

  .tab-nav__item-inner {
    position: relative;
    height: 100%;
  }
  .tab-nav__item p {
    font-size: 1.5rem;
    line-height: 1.0rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY( -50% );
  }
	.y_content {
		padding: 0 0 40px;
	}
  .y_content iframe {
    width: 92%;
    height: 200px;
  }
}
@media screen and (max-width: 800px) {
  .fv_news .fv_news_list {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 751px) {
  a[href^="tel:"] {
      pointer-events: none;
  }

}
@media screen and (max-width: 750px) {
  .main_visual .datetime {
    max-width: 646px;
    max-width: 686px;
    padding: 20px;
  }
  .main_visual {
    /* height: calc( 100vh - 70px ); */
    height: 116vw;
    max-height: 880px;
    /* aspect-ratio: 1 / 1.2; */
  }
  .main_visual .datetime picture .pc {
    margin: 0;
  }
  .main_visual .main_back {
    background-image: url("../images/flower-festival_main_sp.webp");
    max-height: 880px;
    background-position-y: bottom;
  }
  header > div.flex {
    position: relative;
  }
  header h1 {
    width: 24%;
    width: 46%;
    position: absolute;
    top: 50%;
    transform: translateY( calc( -50% - 14px ) );
    max-width: 290px;
  }
  header h1 img {
    max-width: 354px;
    width: 100%;
  }
  .cont_title img {
    max-height: 56px;
    height: 100%;
    height: 8vw;
  }
  #ps_section2 .inner ,
  #ps_section3 .inner {
    padding: 0 15px;
  }
  #ps_section1 .inner .img img {
    max-width: 590px;
  }
  #ps_section2 .inner02 {
    background: url(../images/parts04.png)no-repeat;
    background-size: contain;
  }
  #ps_section2 .inner02 > div:first-of-type::before,
  #ps_section2 .inner02 > div:first-of-type::after {
    content: none;
  }
  #ps_section3 .inner02 {
    background-image: none;
  }
  #ps_section6 .flex > div:first-of-type {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #ps_section6 .flex > div:last-of-type {
    width: 38%;
    width: 100%;
    margin: 60px auto 0;
    text-align: center;
  }
  #ps_section6 .flex > div:last-of-type img {
      padding-right: 26px;
  }
  #ps_section6 .inner p {
    text-align: left;
  }
  #ps_section7 .flex > div {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
  }
  #ps_section7 .flex > div:first-of-type {
    margin-bottom: 40px;
  }
  #ps_section8 .flex > div {
    width:  100%;
  }
  #ps_section8 .flex > div:nth-of-type(2) {
    margin-top: 3%;
  }
    .cont_title {
    margin: 0 auto 8vw;
  }
  #ps_section1 .inner .img {
    margin: 8vw auto;
  }
  .fv_news .fv_news_list {
    margin-bottom: 0px;
  }
  #ps_section2 .inner02,
  #ps_section3 .inner02 {
    padding-top: 8vw;
  }
  #ps_section2 .inner02 > div:first-of-type,
  #ps_section3 .inner02 > div:first-of-type {
    margin-bottom: 8vw;
  }
  #ps_section2, #ps_section3, #ps_section4, #ps_section5, #ps_section6, #ps_section7 {
    padding: 0px 0 8vw;
  }
  #ps_section1 {
    /* padding-top: 8vw; */
  }
  #ps_section2 .btn {
    padding-bottom: 0;
  }
  #ps_section3 .picture {
    margin: 8vw auto 6vw;
  }
  .tab-nav__item {
    margin-bottom: 4px;
  }
  .tab-nav__list {margin-bottom: 2vw;}
  #ps_section4 .inner > div:first-of-type {
    margin-bottom: 8vw;
  }
  #ps_section5 .inner p {
    margin-bottom: 2vw;
  }
  #ps_section6 .flex > div:last-of-type {
    margin: 10vw auto 0;
  }
  #ps_section6 .inner p {
    margin-top: 5vw;
  }
  #ps_section7 .flex > div:first-of-type {
    margin-bottom: 5vw;
  }
  #ps_section8 {
    padding: 8vw 0;
  }
  .discount p{
    text-align: center!important;
  }
  .discount_2 img{
    width: 70%;
  }
  .flower_list .pic {
    width: 100%;
    margin-right: 0;
  }
  .flower_list .txt {
    width: 100%;
    margin-top: 20px;
  }
  
}

@media screen and (max-width: 640px) {

  .tab-nav__item p {
    font-size: 1.6rem;
  }
  .tab-nav__item p span {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 580px) {
.cont_title {
    height: 16vw;
  }
  .main_visual {
    /* height: calc( 68vh - 0px ); */
  }
  .discount p{
    font-size: 15px;
  }
}
