@charset "UTF-8";


* {
  box-sizing: border-box;
}

body {
  background: #fff;
}

br.is-sp {
  display: none;
}

@media screen and (max-width:768px){

br.is-pc {
  display: none;
}
br.is-sp {
  display: inline;
}
}

/*-----------------------------------------------------------------
  MV
-----------------------------------------------------------------*/
.mv {
  height: 520px;
  background: url(../images/lp-tulips2023/mv_bg_pc.jpg) center no-repeat;
	background-size: cover;
}

.mv-inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  top: 360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mv-left {
  width: 412px;
}
.mv-right {
  width: calc(100% - 430px);
  padding-top: 30px;
}

.mv-lead {
  padding: 260px 0 80px;
  background: url(../images/lp-tulips2023/mv_lead_bg.jpg) center repeat;
	background-size: 1700px auto;
}

.mv-lead-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background: #FFF7F7;
  box-shadow: 0 0 3px rgba(0,0,0, 0.1);
  text-align: center;
}

.mv-lead-point {
  max-width: 730px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
.mv-lead-ttl {
  font-size: 34px;
  margin-bottom: 30px;
  font-weight: bold;
  color: #EB4946;
  text-align: center;
}

.mv-top {
  padding: 0 40px;
  background: url(../images/lp-tulips2023/mv_lead_ttl_01.png) no-repeat left center,url(../images/lp-tulips2023/mv_lead_ttl_02.png) no-repeat right center;
	background-size: 21px auto;
  display: inline-block;
}

.mv-lead-point  p {
  padding: 0 0 0 68px;
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  color: #EB4946;
  background: url(../images/lp-tulips2023/i_tulip.png) no-repeat left center;
	background-size: 63px auto;
}

.mv-lead-txt {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}


.mv-txt {
  width: fit-content;
  padding: 0 15px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #FFA326;
  line-height: 40px;
  margin-bottom: 6px;
  display: block;
  box-shadow: 0 0 3px rgba(0,0,0, 0.1);
}
.en-tulip {
  word-break: keep-all;
}
.en-tulip .mv-txt {
  padding: 0 12px;
}


.mv-date {
  margin-top: 5px;
  padding: 0 0 2px 24px;
  font-size: 16px;
  background: url(../images/lp-tulips2023/i_cal.png) left center no-repeat;
	background-size: 18px auto;
  line-height: 22px;
}
.mv-date span {
  font-weight: bold;
}

.contents  {
  max-width: 1030px;
  margin: 0 auto;
  padding: 80px 15px;
}


@media screen and (max-width:768px){
.mv {
  height: 385px;
  margin-top: 50px;
  background: url(../images/lp-tulips2023/mv_bg_sp.jpg) center no-repeat;
	background-size: cover;
}

  .mv-inner {
  top: 155px;
  display: block;
}

.mv-left {
  width: 100%;
  text-align: center;
}
.mv-left img {
  max-width: 322px;
}

.mv-right {
  width: 100%;
  padding: 0 15px;
}

.mv-lead {
  padding: 330px 0 0;
}

.mv-lead-inner {
  padding: 25px 15px 15px;
}

.mv-lead-point {
  display: inline-block;
}
.mv-lead-ttl {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.mv-lead-point  p {
  margin-bottom: 10px;
  padding: 0 0 0 28px;
  font-size: 16px;
  background: url(../images/lp-tulips2023/i_tulip_sp.png) no-repeat left center;
	background-size: 18px auto;
  text-align: left;
  letter-spacing: 0.05rem;
}

.mv-lead-txt {
  text-align: left;
}

.mv-txt {
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  margin-bottom: 8px;
}


.contents  {
  padding: 40px 15px;
}

}


/* 多言語用 */
.en-tulip {

}



/*-----------------------------------------------------------------
  guide 
-----------------------------------------------------------------*/
.guide-lead {
  height: 480px;
  background: url(../images/lp-tulips2023/guide_bg_pc.jpg) no-repeat left center;
	background-size: cover;
}

.guide-lead-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  top: 470px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

.guide-left {
  width: calc(50% - 25px);
  background: url(../images/lp-tulips2023/guide_bg2.png) no-repeat right bottom;
	background-size: 162px auto;
}
.guide-left .mv-lead-ttl {
  text-align: left;
}

.guide-item {
  font-size: 16px;
  font-weight: bold;
}
.guide-item span {
  margin: 0 10px 6px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  width: 90px;
  display: inline-block;
  text-align: center;
  background: #FFA326;
  border-radius: 3px;
  color: #fff;
  text-shadow: 0 0 3px rgba(0,0,0,0.12);
  letter-spacing: 0.05rem;
}

.guide-txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
}

.guide-right {
  width: calc(50% - 25px);
}

.guide-right img {
  position: relative;
  top: -90px;
}

.guide-info {
  padding-top: 230px;
}

.guide-list {
  margin-left: 20px;
  
}

.guide-list li {
  margin-bottom: 5px;
  list-style-type: disc;
  line-height: 1.25;
}
.guide-list li:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width:768px){
.guide-lead {
  height: 240px;
}

.guide-lead-inner {
  display: block;
  top: 150px;
  flex-direction: row;
}

.guide-left {
  width: 100%;
}

.guide-item {
  font-size: 14px;
  font-weight: bold;
}
 .en-tulip  .guide-item {
  letter-spacing: -0.05rem;
}

.guide-item span {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 28px;
  width: 60px;
}
.en-tulip .guide-item span {
  font-size: 10px;
}

.guide-txt {
  margin-top: 10px;
}

.guide-right {
  width: 100%;
  text-align: right;
}

.guide-right img {
  top: 0;
  max-width: 240px;
}

.guide-info {
  padding-top: 250px;
}

}


/*-----------------------------------------------------------------
  access
-----------------------------------------------------------------*/
.acces-contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.acces-item {
  width: calc(50% - 15px);
  padding: 40px;
  background: #FFF7F7;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 4px rgba(0,0,0, 0.11);
}

.access-main-ttl {
  padding-top: 40px;
  background: url(../images/lp-tulips2023/access_ttl.png) no-repeat center top;
	background-size: 392px auto;
  line-height: 1.2;
  font-size: 40px;
}
.gallery-main-ttl {
  padding-top: 40px;
  background: url(../images/lp-tulips2023/gallery_ttl.png) no-repeat center top;
	background-size: 392px auto;
  line-height: 1.2;
  font-size: 40px;
}
.mv-lead-ttl span{
  padding-top: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #FFA326;
  text-align: center;
  display: block;
}

.acces-contents h3 {
  width: 100%;
  margin-bottom: 14px;
  padding-top: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.access-car {
  background: url(../images/lp-tulips2023/i_car.png) no-repeat center top;
	background-size: 52px auto;
}
.access-train {
  background: url(../images/lp-tulips2023/i_train.png) no-repeat center top;
	background-size: 52px auto;
}

.acces-contents p {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.5;
}

.tulips-btn{
  margin: auto auto 0;
	color: #fff;
	background-color: #e94b4b;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 52px;
	width: 100%;
	max-width: 280px;
  display: inline-block;
  text-decoration: none;
}

.tulips-btn:hover{
	opacity: 0.7;
}

@media screen and (max-width:768px){
.acces-contents {
  display: block;
}

.acces-item {
  width: 100%;
  margin-bottom: 15px;
  padding: 15px;
  text-align: left;
}

.access-main-ttl {
  padding-top: 30px;
  background: url(../images/lp-tulips2023/access_ttl.png) no-repeat center top;
	background-size: 320px auto;
  font-size: 32px;
}
.gallery-main-ttl {
  padding-top: 30px;
  background: url(../images/lp-tulips2023/gallery_ttl.png) no-repeat center top;
	background-size: 320px auto;
  font-size: 32px;
}
.mv-lead-ttl span{
  padding-top: 5px;
}



.acces-contents h3 {
  width: 100%;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
  font-size: 20px;
  text-align: left;
}
.access-car {
  background: url(../images/lp-tulips2023/i_car.png) no-repeat left center;
	background-size: 24px auto;
}
.access-train {
  background: url(../images/lp-tulips2023/i_train.png) no-repeat left center;
	background-size: 24px auto;
}

.tulips-btn{
	line-height: 46px;
	width: 100%;
	max-width: 100%;
}

}


/*-----------------------------------------------------------------
  旧 style
-----------------------------------------------------------------*/

/* fallback */

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

span.red {
  color: #ff0000;
  font-weight: bold;
}

#tulips .animate-box{
	opacity: 0;
	transition: 1.5s;
}

#tulips .animate-box.animated{
	opacity: 1;
}
.mt120{
	margin-top: 120px;
}

.l-main {
  color: #333333;
}
.l-main a {
  margin: 0;
  text-decoration: none;
  display:block;
  transition: .3s;
}
.l-main ul {
  width: 100%;
  padding-left: 0;
  list-style: none;
}
.l-main img {
  max-width: 100%;
  height: auto;
}
.l-main p {
  text-align: center;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.7em;
}
#tulips .l-main h1, h2, h3, h4 {
  margin: 0;
}

.gallery h2,.access h2{
	margin-top: 80px;
	margin-bottom: 60px;
}

.top h2{
	margin-top: 80px;
	margin-bottom: 30px;
}

.top h3{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	padding:0 27px;
	line-height: 1.7em;
}

.top h3:before{
	background: url("../images/lp-tulips/dot02.png") center no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 11px;
	position: absolute;
	left: 0;
	bottom: 6px;
}
.top h3:after{
	background: url("../images/lp-tulips/dot01.png") center no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 11px;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.access h3{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	padding:0 27px;
}

.access h3:before{
	background: url("../images/lp-tulips/dot02.png") center no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 11px;
	position: absolute;
	left: 0;
	bottom: 6px;
}
.access h3:after{
	background: url("../images/lp-tulips/dot01.png") center no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 11px;
	position: absolute;
	right: 0;
	bottom: 6px;
}

.l-in {
  max-width: 1000px;
  margin: 0 auto;
}
.l-center {
  text-align: center;
}
.l-bottom {
  margin-bottom: 80px;
}
.l-bold {
  font-weight: bold;
}
.l-pc-none {
  display: none;
}
.flex {
  -webkit-display: flex;
  -webkit-justify-content: space-between;
  -moz-display: flex;
  -moz-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}
.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-align-end {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}
.flex-align-start {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex-content-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.br-sp {
  display: block;
}
.br-pc {
  display: none;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
/*-------------btn-------------*/

.arrow{
	position: relative;
	bottom: -6px;
	font-size: 22px;
}

.out{
	position: relative;
	bottom: -4px;
	font-size: 20px !important;
	margin-left: 5px;
}



.btn-outside img{
	width: 18px;
	position: relative;
	top: -4px;
	margin-left: 5px;
}

.access .event-list ,.btn-outside{
	color: #e94b4b;
	font-weight: bold;
	border: 2px #e94b4b solid;
	border-radius: 40px;
	padding: 13px 0;
  width: 100%;
	max-width: 450px;
	min-width: 190px;
	text-align: center;
	font-size: 1.4rem;
  display: block;
}

.access .event-list ,.btn-outside:hover{
	color:#fff;
	background-color: #e94b4b;
}

.event-list .btn-outside{
	margin-bottom: 25px;
}


.mv-lead-ttl2 {
  font-size: 34px;
  margin: 60px 0 20px;
  font-weight: bold;
  color: #EB4946;
  text-align: left;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
.mv-lead-ttl2 {
  font-size: 22px;
}
}

.car .btn-outside{
	margin: 0 auto;
}
/*-------------MV-------------*/

.sp-bg{
	background-image: url("../images/lp-tulips/mv_sp.jpg");
	background-size: cover;
	background-position: center;
	height:400px ;
}

.bnr-sp{
	display: block;
	margin-top: 2px;
}
.bnr-pc{
	display: none;
	margin-top: 4px;
}

/*-------------top--------------*/
.top{
	padding: 0 15px;
}

.top p{
	margin-top: 20px;
}

/*-----------event-------------*/

.tulips-event{
	background: url("../images/lp-tulips/bg-tulip.jpg");
	background-size: auto;
	padding: 80px 0;
}

.tulips-event p{
	margin-bottom: 40px;
}

.ev-padi{
	padding: 0 15px;
}

.tulips-event h2{
	margin: 0 0 40px 0;
}

.ev-img img{
	margin-bottom: 15px;
}

.event-list{
	margin-top: 90px;
}

.bor-top-p{
	border-top: solid 2px #fdaaaa;
	padding-top: 25px;
	padding-bottom: 25px;
}

.bor-top-g{
	border-top: solid 2px #b9b8b8;
	padding-top: 25px;
	padding-bottom: 25px;
}

.list-contents{
	border-bottom: solid 2px #b9b8b8;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 1.4rem;
	width: calc(100% - 115px);
}

.list-ttl{
	border-bottom: solid 2px #fdaaaa;
	padding-top: 25px;
	padding-left: 15px;
	color: #e94b4b;
	font-size: 1.4rem;
	font-weight: bold;
	width: 100px;
	margin-right: 15px;
	padding-bottom: 25px;
}

@media screen and (max-width:768px){
.list-ttl {
  padding-left: 0;
  width: 75px;
}
.en-tulip .list-ttl {
  width: 95px;
}

.list-contents {
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 90px);
}
.en-tulip .list-contents {
  padding-left: 0;
  padding-right: 0;
  width: calc(100% - 110px);
}

.en-tulip .event-list {
  margin-top: 120px;
}

}


/*-----------gallery-------------*/
.gallery{
	padding: 0 15px;
	margin-bottom: 65px;
}

.gallery-img img{
	margin-bottom: 15px;
}

.gallery-item{
	width: 48%;
}
/*-----------about-------------*/
.about{
	background: url("../images/lp-tulips/bg-tulip.jpg");
	background-size: auto;
	padding: 80px 15px;
}

.about h2{
	margin: 0 0 40px 0;
}

/*-----------access-------------*/

.access{
	padding: 15px;
}
.access h3{
	margin-bottom: 20px;
}
.access p{
	margin-bottom: 20px;
}

.bus,.train{
	overflow: hidden;
	position: relative;
	background: #faf0f4;
	margin-bottom: 20px;
	padding:30px 15px;
	background-image: url("../images/lp-tulips/access_bg1.png") , url("../images/lp-tulips/access_bg2.png");
	background-position: left bottom -150px , right bottom -150px;
	background-repeat: no-repeat;
}


.car-bg{
	background: #faf0f4;
	padding:30px 15px;
	position: relative;
	overflow: hidden;
	background-image: url("../images/lp-tulips/access_bg1.png") , url("../images/lp-tulips/access_bg2.png");
	background-position: left bottom -150px , right bottom -150px;
	background-repeat: no-repeat;
}

.map iframe{
	height: 200px;
	width: 100%;
	margin-bottom: 25px;
}

.access span{
	color: #ff0000;
	font-weight: bold;
}

@media screen and (min-width:1024px){

.top h3{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	padding:0 27px;
}

.top h3:before{
	background: url("../images/lp-tulips/dot02.png") center no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 11px;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.top h3:after{
	background: url("../images/lp-tulips/dot01.png") center no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 11px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

.access h3{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	position: relative;
	display: inline-block;
	padding:0 27px;
}

.access h3:before{
	background: url("../images/lp-tulips/dot02.png") center no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 11px;
	position: absolute;
	left: 0;
	bottom: 10px;
}
.access h3:after{
	background: url("../images/lp-tulips/dot01.png") center no-repeat;
	background-size: contain;
	content: "";
	width: 22px;
	height: 11px;
	position: absolute;
	right: 0;
	bottom: 10px;
}

#tulips h3{
	font-size: 2.4rem;
}

#tulips h2{
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.access h2 img,.about h2 img{
		width: 75%;
	}


.l-main p {
  font-size: 1.6rem;
  line-height: 1.8em;
}

.br-sp {
  display: none;
}
.br-pc {
  display: block;
}

/*-----------mv-------------*/
.sp-bg{
	display: none;
}

.pc-bg{
	background-image: url("../images/lp-tulips/mvbg_pc.jpg");
	background-size: cover;
	background-position: center;
	height:640px ;
	display: block;
	position: relative;
	overflow: hidden;
}

.bnr-sp{
	display: none;
}


.bnr-pc{
	display: block;
	margin-top: 4px;
}

.pc-bg img{
	max-width: 570px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

/*-----------event-------------*/
.ev-img{
	display: flex;
	justify-content: space-between;
}

.ev-img img{
	width: 48%;
}

.list-contents{
	font-size: 1.6rem;
	width: calc(100% - 250px);
}

.list-ttl{
	font-size: 1.8rem;
	width: 250px;
	margin-right: 15px;
}

.event01 .event-img2{
	position: relative;
	top: -70px
}

.event01 h2{
	margin: 0 0 140px 0;
}

.event02 .event-img1{
	position: relative;
	top: -70px
}

.event02 p{
	margin: 0 0 140px 0;
}

.event03 .event-img2{
	position: relative;
	top: -70px
}

.event03 p{
	margin: 0 0 140px 0;
}


/*-----------gallery-------------*/
.gallery-img img{
	margin-bottom: 32px;
}

.gallery-item{
	width: 31%;
}

/*-----------access-------------*/

.map iframe{
	height: 450px;
	width: 100%;
}

.tulips-img1{
	left: 0px;
	bottom: -200px;
	width: 30%;
}

.tulips-img2{
	right: 0px;
	bottom: -200px;
	width: 30%;
}


}

@media screen and (min-width:768px) and ( max-width:1024px) {





#tulips h2{
	width: 60%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.pc-bg{
	background-image: url("../images/lp-tulips/mvbg_pc.jpg");
	background-size: cover;
	background-position: center;
	height:500px ;
	display: block;
	position: relative;
}

.pc-bg img{
	max-width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.sp-bg{
	display: none;
	}


.bnr-sp{
	display: none;
}

.bnr-pc{
	display: block;
	height: 200px;
	margin-top: 4px;
}

.tulips-img1{
	left: -50px;
	bottom: -200px;
	width: 40%;
}

.tulips-img2{
	right: -50px;
	bottom: -200px;
	width: 40%;
}

}
