@charset "utf-8";

.SP{display:none !important;}
@media only screen and (max-width:768px){
	.PC{display:none !important;}
	.SP{display:block !important;}
}

/******************************************************************
base
******************************************************************/
@media screen and (max-width: 768px) {
	body { font-size: 0.9rem; line-height: 2; }
	body main { font-size: 0.85rem; line-height: 1.5; }
	/*Android*/
	html.android body main{ font-size: 0.7rem; line-height: 1.2; }
 }

a { color: #3865e0; text-decoration: none; }
h1, h2 { line-height: 2.2; }
h3 { line-height: 2.3; }
h4 { line-height: 2.4; }
img { max-width: 100%; height: auto; vertical-align: middle; -webkit-backface-visibility: hidden; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #B5C1CC; }
button, input, optgroup, select, textarea { color: #000000; line-height: inherit; }

html{
	animation: fadein 3s forwards; 
	height: -webkit-fill-available;
}

body {
	min-height: 100dvh;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
  }
   

a.btn{
	display: block;
	width: 450px;
	margin: auto;
	background: #391c07;
	border: solid 2px #dac0b3;
	text-align: center;
	color: #dac0b3;
	border-radius: 30px;
	padding: 18px 18px 16px 18px;
	box-sizing: border-box;
	box-shadow: 12px 12px 12px -5px rgba(0,0,0,0.5);
	transition: 0.5s all;
	line-height: 140%;
	font-size: 120%;
	letter-spacing: 0;
}

a.btn:hover{
	background: #dac0b3;
	border: solid 2px #dac0b3;
	color: #391c07;
}

@media only screen and (max-width:768px){
	a.btn{
		width: 80%;
		padding: 15px 15px 13px 15px;
		font-size: 100%;
	}
}

.slider{
	pointer-events: none;
}


/******************************************************************
wrapper
******************************************************************/
.wrapper{
	overflow: hidden!important;
}


/******************************************************************
main
******************************************************************/

/* tit_set */

.main h1{
	z-index: 400;
	width: 50vw;
	max-width:500px;
	max-height:22rem;
	position:absolute;
	top:-5vw;
	bottom:0;
	right:0;
	left:2vw;
	margin:auto;
	text-align: center;
}



/*breeze-container*/
.breeze-container {
  position: relative;
}

.img-final, .img-effect {
  width: 100%;
  display: block;
  animation-fill-mode: backwards; 
}

.img-final {
  opacity: 0;
  animation: fadeInFinal 4s ease-in-out forwards;
  animation-delay: 1.0s; 
}

.img-effect {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: url(#smooth-water) blur(15px) brightness(1.2);
  /* ★fadeOutではなく、出現して消える専用のアニメーションに変更 */
  animation: fadeOutEffect 5s ease-in-out forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInFinal {
  0% { opacity: 0; transform: scale(0.95); }
  100% { opacity: 1; transform: scale(1); }
}

@keyframes fadeOutEffect {
  0% { 
    opacity: 0; 
    transform: scale(0.95); 
  }
  15% { 
    opacity: 1;
  }
  100% { 
    opacity: 0; 
    transform: scale(1); 
    filter: url(#smooth-water) blur(10px) brightness(1); 
  }
}



  
  .full div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	margin: 0;
	pointer-events: none;
  
  }
  .full.PC div.img01 {
	background-image: url(/golf/saitama-area/summer/img/main01.jpg);
  }
  .full.PC div.img02 {
	background-image: url(/golf/saitama-area/summer/img/main02.jpg);
  }
  .full.PC div.img03 {
	background-image: url(/golf/saitama-area/summer/img/main03.jpg);
  }



  .full.SP div.img01 {
	background-image: url(/golf/saitama-area/summer/img/main01_sp.jpg);
  }
  .full.SP div.img02 {
	background-image: url(/golf/saitama-area/summer/img/main02_sp.jpg);
  }
  .full.SP div.img03 {
	background-image: url(/golf/saitama-area/summer/img/main03_sp.jpg);
  }



  /* rs_btn */
  .rs_btn{
	width: 100%;
	z-index:100;
	position: fixed;
	bottom:0;
	background: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  }

  .rs_btn dl{
	display: flex;
	justify-content:space-between;
	align-items: center;
  }

  .rs_btn dl dt{
	font-size: 1vw;
	padding: 12px;
	color: #fff;
	background: linear-gradient(90deg, #108abd 0%, #059ca2 100%);
	font-weight: 600;
	width: 15%;
	text-align: center;
  }
 
  

  .rs_btn dl dd{
	padding: 12px;
	text-align: center;
  }


  .rs_btn dl dt span{
	display: block;
	font-size: 0.58vw;
	font-weight: 400;
	letter-spacing: 0.45em;
	margin-top: 3px;
  }


  .rs_btn dl dd img{
	width: 70%;
  }



@media only screen and (max-width:768px){
	/* tit_set */
	.main h1{
		width: 70%;
		top:-50px;
	}

	/* rs_btn */
	.rs_btn dl dt{
		display: none;
	}

	.rs_btn dl dd{
		padding: 5px;
		width: 25%;
	}

	.rs_btn dl dd img{
		width: 100%;
	}

	.sp_title{
		text-align: center;
		background: linear-gradient(90deg, #108abd 0%, #059ca2 100%);
		color: #fff;
		font-size: 0.8em;
		padding: 3px 0 1px 0;
		font-weight: 500;
	}


}




/******************************************************************
cont01
******************************************************************/
section.cont01{
	padding: 8vw 0 8vw 0;
}



section.cont01 .cont_inner{
	padding: 0 0 7vw 12vw;
	display: flex;
	align-items: center;
}




section.cont01 .co01_left{
	width: 45%;
	padding-right: 5vw;
}


section.cont01 .co01_left h2{
	font-size: 2.7vw;
	font-style: italic;
	line-height: 1.5;
	color: #006c70;
	letter-spacing: 0.2em;
	margin-bottom: 2vw;
}

section.cont01 .co01_left p{
	font-size: 1.2vw;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.2em;
	line-height: 2;
}


section.cont01 .co01_left p span{
	display: block;
	color: #108bbc;
	font-weight: 600;
	font-size: 1.5vw;
	letter-spacing: 0.25em;
}


/*swiper*/

.swiper{
	width: 60%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}


@media only screen and (max-width:768px){
	section.cont01{
		padding: 0 0 20px 0;
	}

	section.cont01 .cont_inner{
		padding: 25px;
		display: block;
	}


	section.cont01 .co01_left{
		width: 100%;
		padding-right: 0;
		text-align: center;
	}


	section.cont01 .co01_left h2{
		font-size: 170%;
		margin-bottom: 15px;
	}

	section.cont01 .co01_left p{
		font-size: 100%;
		line-height: 200%;
		margin-bottom: 20px;
	}

	section.cont01 .co01_left p span{
		font-size: 120%;
		letter-spacing: 0.1em;
	}

	.swiper{
		width: 100%;
	}
}



/* golf_link */

.golf_link{
	text-align: center;
	padding: 0 12vw 0 12vw;
}

.golf_link h3{
	font-size: 1.7vw;
	font-style:italic;
	letter-spacing: 0.3em;
	font-weight: 600;
	line-height: 100%;
	background: linear-gradient(90deg, #002e30 0%, #24c1ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	border-bottom: 1px solid #108abd;
	padding-bottom: 15px;
	margin-bottom: 12px;
}

.golf_link p{
	font-family: 'Noto Serif JP';
	font-size: 0.8vw;
	letter-spacing: 0.5em;
	font-weight: 500;
	background: linear-gradient(90deg, #108abd 0%, #049ca2 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	 text-transform: uppercase;
}

.golf_link ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 4vw;
}

.golf_link ul li{
	width: 23%;
	text-align: left;
}


.golf_link ul li a{
	width: 100%;
	display: block;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
	color: #000;
}


.golf_link ul li a img{
	width: 30%;
}

.golf_link ul li a span{
	font-size: 0.9vw;
	display: inline-block;
	width: 70%;
	text-align: center;
	vertical-align: middle;
}



@media only screen and (max-width:768px){

	.golf_link{
		margin-top: 10px;
		padding: 0 25px 0 25px;
	}

	.golf_link h3{
		font-size: 110%;
		border-bottom: 1px solid #108abd;
		padding-bottom: 10px;
		margin-bottom: 7px;
	}

	.golf_link p{
		font-size: 75%;
		letter-spacing: 0.3em;
	}

	.golf_link ul{
		margin-top: 20px;
	}

	.golf_link ul li{
		width: 48%;
		margin-bottom: 12px;
	}

	.golf_link ul li a{
		box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
	}

	.golf_link ul li a img{
		width: 30%;
	}

	.golf_link ul li a span{
		line-height: 140%;
		font-size: 70%;
	}

}







.cont_title{
	background: linear-gradient(90deg, #108abd 0%, #059ca2 100%);
	background-size: 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	width: 33vw;
	max-width: 380px;
	font-size: 2.7vw;
	font-style: italic;
	font-weight: 450;
	text-align: center;
	line-height: 170%;
	letter-spacing: 0.15em;
	margin: auto;
}

	.sub_title{
		text-transform: uppercase;
		background: url(/golf/saitama-area/summer/img/icon_wave.png) no-repeat center top;
		background-size: 5%;
		color: #059ca2;
		text-align: center;
		font-size: 0.8vw;
		letter-spacing: 0.4em;
		font-weight: 600;
		padding-top: 3vw;
		margin: 1vw 0 6vw 0;
	}


@media only screen and (max-width:768px){

	.cont_title{
		font-size: 150%;
		width: 100%;
		margin-bottom: 0;
	}

	.sub_title{
		font-size: 60%;
		background-size: 10%!important;
		padding-top: 15px;
		line-height: 160%;
	}

}


/******************************************************************
cont02
******************************************************************/

section.cont02{
	background: url(/golf/saitama-area/summer/img/bg_wave01.png) no-repeat left top #eaf6fb;
	padding: 10vw 0 10vw 0;
	background-size:100%;
}


	/* 共通セット */
	section.cont02 .cont02_inner{
		position: relative;
		width: 100%;
		margin-top: 17vw;
	}


	.c02_left{
		position: absolute;
		top:-8vw;
		left: 7vw;
		background: #fff;
		padding: 3.5vw 4vw;
		box-sizing: border-box;
		width: 50%;
		z-index: 5;
		box-shadow: 0px 10px 20px 0px rgba(139, 166, 179, 0.3);
	}


	.cont02_inner.rev .c02_left{
		left: auto;
		right: 7vw;
	}


	/*card*/
	.card_tit_Set{
		display: flex;
		align-items: center;
		margin-bottom: 3vw;
	}

	.card_tit_Set p {
		width: 8.5vw;
		height: 8.5vw;
		border-radius: 50%;
		color: #fff;
		background: linear-gradient(90deg, #049dd0 0%, #01b7c9 100%);
		text-align: center;
		font-size: 2.1vw;
		font-style: italic;
		font-weight: 500;
		letter-spacing: 0.1em;
		line-height: 1.2; 
	}

	.card_tit_Set p::before {
		content: "";
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}

	.card_tit_Set p span {
		display: inline-block !important;
		vertical-align: middle;
	}

	.card_tit_Set p span span {
		display: block !important;
		font-size: 30% !important;
		font-weight: 400;
		margin-top: 0.4em;
		letter-spacing: 0.6em;
	}


	.card_tit_Set h3{
		color: #0084b8;
		font-size: 2.2vw;
		font-style: italic;
		letter-spacing: 0.15em;
		font-weight: 500;
		line-height: 140%;
		margin-left: 1.5vw;
	}


	.card_tit_Set h3 span{
		font-size: 1.7vw;
	}




	.card_txt_Set{
		display: flex;
		justify-content: space-between;
	}

	
		.card_txt_Set .cs_read{
			font-size: 1vw;
			line-height: 200%;
			width: 50%;
		}

		.card_txt_Set .cs_read ul{
			margin-top: 10px;
		}


		.card_txt_Set .cs_read ul li{
			font-size: 0.8vw;
			line-height:160%;
			text-indent: -1em;
			margin-left: 1em;;
		}


		.card_txt_Set p.cs_img{
			width: 40%;
		}



	.c02_right{
		margin-left: auto;
		width: 77%;
	}


	.cont02_inner.rev .c02_right{
		margin-left:0;
		margin-right: auto;
	}




@media only screen and (max-width:768px){
	section.cont02{
		padding: 35px 25px;
	}


	/* 共通セット */
	section.cont02 .cont02_inner{
		position:static;
		width: 100%;
		margin-top:30px;
	}

	section.cont02 .cont02_inner:first-child{
		margin-top:0;
	}


	.c02_left{
		width: 100%;
		position: static;
		padding:15px;
		box-shadow: none;
	}


	.cont02_inner.rev .c02_left{
		left: 0;
		right: 0;
	}

	.c02_right{
		margin-left: 0;
		width: 100%;
	}



	/*card*/
	.card_tit_Set p {
		width: 70px;
		height: 70px;
		font-size: 120%;
	}

	.card_tit_Set p span span {
		display: block !important;
		font-size: 30% !important;
		font-weight: 400;
		margin-top: 0.4em;
		letter-spacing: 0.6em;
	}

	.card_tit_Set h3{
		font-size: 110%;
		line-height: 140%;
		margin-left: 15px;
	}

	
		.card_txt_Set .cs_read{
			font-size: 80%;
			line-height: 160%;
			width: 50%;
		}

		.card_txt_Set .cs_read ul li{
			font-size: 70%;
		}

}



/******************************************************************
cont03
******************************************************************/

section.cont03{
	background: url(/golf/saitama-area/summer/img/bg_bottom.png) no-repeat left top;
	padding: 10vw 0 36vw 0;
	background-size:100%;
	margin-top: -2vw;
}


section.cont03 p{
	line-height: 2.7em;
	text-align: center;
}


section.cont03 .cont_title{
	width: 100vw;
	max-width: 1000px;
}

	section.cont03 .sub_title{
		margin: 1vw 0 2.5vw 0;
	}



@media only screen and (max-width:768px){
	section.cont03{
		background: url(/golf/saitama-area/summer/img/bg_bottom_sp.png) no-repeat left bottom #f4fbff;
		background-size: 100%;
		padding: 35px 25px 170px 25px;
	}


	section.cont03 p{
		font-size: 90%;
		line-height: 200%;
		margin-top: 35px;
	}


	section.cont03 .cont_title{
		font-size: 150%;
		width: 100%;
		margin-bottom: 10px;
		line-height: 140%;
	}

	section.cont03 .sub_title{
		font-size: 60%;
		background-size: 10%!important;
		padding-top: 17px;
	}
}




/******************************************************************
cont04
******************************************************************/

section.cont04{
	background: url(/golf/saitama-area/summer/img/bg_foot.jpg) no-repeat left bottom;
	padding: 4vw 0 40vw 0;
	background-size:100%;
}



section.cont04 .cont_title{
	width: 100vw;
	max-width: 1000px;
}

	section.cont04 .sub_title{
		margin: 1vw 0 8vw 0;
	}

	

.place_Set{
	padding: 0 7vw;
	display: flex;
	justify-content: space-between;
}


.place_Set .place_inner{
	width: 22%;
	display: flex;
  	flex-direction: column;
}

.place_Set .place_inner h4{
	font-weight: 600;
	margin: 20px 0 10px 0 ;
}

.place_Set .place_inner .place_txt{
    line-height: 200%;
    margin-bottom: 20px;
    flex-grow: 1; 
}

.place_Set .place_inner table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

.place_Set .place_inner table th, td {
	color: #26a5d3;
	border: 1px solid #abd6e6;
	padding: 7px;
	vertical-align: middle;
	font-size: 0.9em;
}

.place_Set .place_inner table th, td span{
	display: block;
	font-size: 0.8em;
}

.place_Set .place_inner table th, td.mark {
	text-align: center;
	width: 20%;
}

.place_Set .place_inner table tr:nth-child(odd) {
  background-color: #f3f9fb;
}


/* btn_set */
.btn_set{
	margin-top: auto;
}

a.more_btn{
	display: inline-block;
	background: linear-gradient(90deg, #00a22a 0%, #008a0a 100%);
	text-align: center;
	color: #fff;
	padding: 15px;
	width: 100%;
	border-radius: 50px;
	margin-top: 15px;
	transition:0.3s;
	box-sizing: border-box;
}

	a.more_btn.blue{
	background: linear-gradient(90deg, #0095c6 0%, #006fa3 100%);
}

a.more_btn:hover{
	opacity: 0.7;
}


@media only screen and (max-width:768px){
	section.cont04{
		padding: 35px 25px 120px 25px;
	}


	section.cont04 .cont_title{
		font-size: 150%;
		width: 100%;
		margin-bottom: 10px;
		line-height: 140%;
	}

	section.cont04 .sub_title{
		font-size: 60%;
		background-size: 10%!important;
		padding-top: 17px;
	}

	
	.place_Set{
		padding:0;
		display: block;
	}


	.place_Set .place_inner{
		width: 100%;
		display: block;
		margin-top: 30px;
		border-bottom: 1px solid #98d4ec;
		padding-bottom: 30px;
	}


	.place_Set .place_inner:last-child{
		border-bottom:0;
	}


	.place_Set .place_inner h4{
		font-size: 120%;
		margin: 10px 0 5px 0 ;
	}

	.place_Set .place_inner .place_txt{
		margin-bottom: 15px;
	}

	.place_Set .place_inner table th, td span{
		margin-top: -5px;
	}

	/* btn_set */
	a.more_btn{
		padding: 10px;
		width: 100%;
		margin-top: 10px;
	}

		a.more_btn.blue{
		background: linear-gradient(90deg, #0095c6 0%, #006fa3 100%);
	}

	a.more_btn:hover{
		opacity: 0.7;
	}
}



/******************************************************************
footer
******************************************************************/
footer{
	padding: 40px 0 110px 0;
	text-align: center;
	background: #fff;
}

.flogo{
	display: inline-block;
	width: 170px;
	margin-bottom: 20px;
}

footer .copy{
	font-size: 70%;
	letter-spacing: 0.05em;
}



@media screen and (max-width: 768px) {

	footer{
		padding: 15px 0 80px 0;
	}
	
	.flogo{
		width: 100px;
		margin-bottom: 10px;
	}

	footer .copy{
		font-size: 60%;
		line-height: 140%;
	}


	
}




/******************************************************/
/* clear */
/******************************************************/

.clear:after,
.vs_img:after{
	display:block;content:"";clear:both;overflow:hidden;
}

