@charset "UTF-8";
/* CSS Document */
/*==========▼▼▼共通▼▼▼==========*/
@media screen and (max-width: 991px) {
	.contents_assist {
		margin: 90px 0 0 0;
	}
 }

@media screen and (min-width: 992px) {
	.contents_assist {
		margin: 80px 0 0 0;
	}
 }

 .pc_none{
	display: none;
}

 .contents_box {
	max-width: 1024px;
	padding: 100px 0 100px 0;
	margin: 0 auto;
	width: 90%;
	line-height: 2em;
}

.contents_box02 {
	max-width: 1024px;
	padding: 200px 0 200px 0;
	margin: 0 auto;
	width: 90%;
	line-height: 2em;
}

.contents_box03 {
	padding: 150px 0 100px 0;
	margin: 0 auto;
	width: 100%;
	line-height: 2em;
}

.contents_box04 {
	padding: 50px 0 100px 0;
	margin: 0 auto;
	width: 100%;
	line-height: 2em;
}

section h2{
	color: #002733;
	font-size: 25px;
	text-align: center;
	background: url(../images/carp_2.svg);
	background-repeat: no-repeat;
	background-size: 75px;
	background-position: top center;
	height: 80px;
	width: 200px;
	padding: 70px 0 0;
}


.title_box {
	display: flex;
  flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	margin: 0 0 50px 0;
 }

.title {
	font-size: 50px;
	padding: 0 0 0 30px;
	margin: 0;
 }

 .title_img {
	 width: 90px;
 }

 .fishing_title {
	 font-size: 30px;
 }

 .fishing_sub_title {
	 font-size: 18px;
	 color: #000000;
	 text-align: left;
	 padding: 0 0 20px 0;
 }

	/*==========▼▼▼ファーストビュー▼▼▼==========*/
	#first {
		background: url(../images/beginner_image.png);
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100vh;
		margin: 0 auto;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.for_beginner {
		position: fixed;
		bottom: 50px;
		left: 15px;
		z-index: 100;
	}

	.feebie {
		position: fixed;
		bottom: 150px;
		right: 15px;
		z-index: 100;
	}

	.feebie:hover {
		cursor: pointer;
	  transform: scale(1.1, 1.1);
	}

	.insta {
		position: fixed;
		bottom: 50px;
		right: 15px;
		z-index: 100;
	}

	.insta:hover {
		cursor: pointer;
		transform: scale(1.1, 1.1);
	}

	.catch_copy{
		color: #fff;
		font-size: 60px;
		line-height: 2em;
		text-align: center;
		position: absolute;
		top:40%;
		left:0;
		right:0;
	}

	.back_white {
		font-weight: bold;
		padding: 5px;
		line-height: 2em;
		text-shadow: 2px 2px 0 #ffffff, -2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px -2px 0 #ffffff, 0px 2px 0 #ffffff, 0px -2px 0 #ffffff, -2px 0px 0 #ffffff, 2px 0px 0 #ffffff;
	}

	.color-mix span:nth-child(5n+1) {color: #9DD130;}
	.color-mix span:nth-child(5n+2) {color: #3DD8FD;}
	.color-mix span:nth-child(5n+3) {color: #F8B1F0;}
	.color-mix span:nth-child(5n+4) {color: #F77537;}
	.color-mix span:nth-child(5n) {color: #F9B122;}



	/*==========▼▼▼楽しみ方▼▼▼==========*/

	#tanoshimi{
		background:url(../images/bg_3.png);
		background-repeat: repeat-x;
		background-position: 0 106%;
		margin: 0 0 -16px 0;
		background-color: #F9F6EF;
	}

	.tanoshimi_content {
		background: url(../images/tanoshimi_back.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 81%;
		width: 100%;
		height: 600px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.spOnly {
		display: none;
	}

	.tanoshimi_text{
		font-size: 23px;
		text-align: center;
		line-height: 50px;
		width: 100%;
		display: inline-block;
		margin-bottom: 50px;
		text-shadow:
			1px 1px 0 #ffffff,
			-1px 1px 0 #ffffff,
			1px -1px 0 #ffffff,
			-1px -1px 0 #ffffff;
	}

	.v_line_sp {
		display: none;
	}

	.v_line_1to2 {
		position: absolute;
		top: 22%;
		left: 40%;
		transform: rotate(-40deg);
		margin-left: 100px;
		width: 7px;
		height: 600px;
		background-color: #339cff;
	}

	.v_line_2to3 {
		position: absolute;
		top: 58%;
		left: 40%;
		transform: rotate(40deg);
		margin-left: 100px;
		width: 7px;
		height: 600px;
		background-color: #339cff;
	}

	.tanoshimikata {
		max-width: 980px;
		margin: 0 auto;
    position: relative;
	}

 .step01 , .step03 {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 margin-bottom: 80px;
 }

 .step02 {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 flex-direction: row-reverse;
	 margin-bottom: 80px;
 }

 .tanoshimi_box img, .tanoshimi_box2 img {
	 width: 80%;
	 margin: 0 38px 20px;
 }

 .stepImg {
	 width: 47%;
	position: relative;
	z-index: 1;
 }

 .pAlign {
	 width: 100%;
	 margin: 0 auto 25px;
 }

 .fontRed {
	 color: red;
 }

 .fontSmall {
	 font-size: 14px;
 }

	.tanoshimi_box {
	  position: relative;
	  margin: 10px 10px 10px 40px;
	  padding: 10px;
	  max-width: 43%;
	  font-size: 16px;
	  background: #ffffff;
		border-radius: 10px;
		box-shadow: 2px 3px 2px rgba(0,0,0,0.1);
		display: flex;
    flex-direction: column;
		align-items: center;
	}

	.tanoshimi_box:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: -30px;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-right: 15px solid #ffffff;
	}

	.tanoshimi_box2 {
	  position: relative;
	  margin: 10px 40px 10px 10px;
	  padding: 10px;
	  max-width: 43%;
	  font-size: 16px;
	  background: #ffffff;
		border-radius: 10px;
		box-shadow: -2px 3px 2px rgba(0,0,0,0.1);
		display: flex;
    flex-direction: column;
		align-items: center;
	}

	.tanoshimi_box2:before {
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 100%;
	  margin-top: -15px;
	  border: 15px solid transparent;
	  border-left: 15px solid #ffffff;
	}

	.tanoshimi_button{
		background-color: #FF7538;
		background-repeat: no-repeat;
		background-position: 80% center;
		box-shadow: 0 3px 2px rgba(193,88,7,1);
		width: 95%;
		height: 60px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 20px;
		border-radius: 15px;
		border: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 20px auto;
	}

	.button_p {
		position: relative;
		text-align: center;
		width: 300px;
	}

	.button_p::after {
		content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 13px;
    left: 270px;
    border: 10px solid transparent;
    border-top: 10px solid #FFFFFF;
	}
	/*==========▼▼▼三村園からのお願い▼▼▼==========*/

	#onegai{
		background:url(../images/bg_1.png);
		background-color: #FFD700;
		background-repeat: repeat-x;
		background-position: 0 114%;
		margin: 0 0 -16px 0;
	}

	h3.onegai{
		margin: 50px auto;
	}

	.onegai_waku{
		background-color: #fff;
		border-radius: 30px;
		text-align: center;
		max-width: 1024px;
		margin: 0 auto;
		padding: 30px;
		width: 90%;
	}

	.onegai_waku02{
		border: 5px dotted #FF7538;
		border-radius: 30px;
	}

	.onegai_carp{
		width: 100px;
		margin: 50px auto;
	}

	.onegai_text_01{
		font-size: 18px;
		text-align: center;
		line-height: 35px;
		margin: 0 auto 50px;
	}

	.onegai_text_02{
		font-size: 20px;
		font-weight: bold;
		text-align: left;
		line-height: 60px;
		margin: 0 auto 50px;
		display: inline-block;
	}

	/*==========▼▼▼釣り方のコツ▼▼▼==========*/
	#tips{
		background-color: #F9F6EF;
		background-repeat: repeat-x;
		background-position: 0 114%;
		margin: 0 0 -16px 0;
		padding: 100px 0;
		overflow: hidden;
	}

	.shisetsu_slider{
		background: #fff;
		border-radius: 30px;
		margin: 0 auto;
		width: 850px;
		height: 600px;
		display: flex;
		align-items: center;
	}

	@media screen and (max-width: 1050px) {
		.shisetsu_slider {
			width: 700px;
		}
	}

	.shisetsu_photo{
		width: 45%;
		margin: 0 auto;
		display: inline-block;
	}

	.shisetsu_text{
		width: 45%;
		margin: 0 50px 0 0;
		height: 415px;
	}

	.slider_title{
		font-size: 30px;
		font-weight: bold;
		width: auto;
	}

	.underline {
		background-image: linear-gradient(transparent 70%, #FFEB00 20%);
	}

	.slider_text{
		font-size: 15px;
		line-height: 1.8;
		margin: 30px 0;
	}


	/*==========▼▼▼入場料と延長料金▼▼▼==========*/

	#fee{
		background:url(../images/bg_1.png);
		background-repeat: repeat-x;
		background-position: 0 114%;
		margin: 0 0 -16px 0;
	}

	.fee_sp {
		display: none;
	}

	.fee_new_line {
		display: block;
	}

	.fee_table1, .fee_table3
	 {
		 margin: 0 0 20px 0;
	}

	.fee_table2
	 {
		 margin: 50px 0 50px 0;
	}

	.fee_table1,
	.fee_table2,
	.fee_table3
	 {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		border-radius: 30px;
		overflow: hidden;
		box-shadow: 2px 3px 2px rgba(0,0,0,0.1);
	}

	.fee_table1 th, .fee_table1 td,
	.fee_table2 th, .fee_table2 td,
	.fee_table3 th, .fee_table3 td
	 {
	 	text-align: center;
		vertical-align: middle;
		padding: 25px 0;
	}

	.fee_table1 th,
	.fee_table2 th,
	.fee_table3 th
	 {
		 width: 30%;
		 border: 1px solid #CCCCCC;
	}

	table th {
		background-color: #38B48B;
		color: #FFFFFF;
		text-align: center;
		font-size: 20px;
	}

	.bg_gray {
		border-bottom: solid 1px #CCCCCC;
		background-color: #EEEEEE;
		text-align: center;
		width: 30%;
	}

	.price {
		border-bottom: solid 1px #CCCCCC;
		background-color: #fff;
		text-align: center;
		width: 40%;
	}

	.border_none{
		border: none;
	}

	/*==========▼▼▼各修理代金▼▼▼==========*/

	#repair_fee{
		background:url(../images/bg_1.png);
		background-color: #F9F6EF;
		background-repeat: repeat-x;
		background-position: 0 114%;
		margin: 0 0 -16px 0;
	}

	/*==========▼▼▼ポイントと景品▼▼▼==========*/

	.box{
		width: 100%;
		display: flex;
		justify-content: space-between;

	}

	.left{
		width: 48%;
	}

	.right{
		width: 48%;
	}

	.fee_table4
	 {
		 margin: 0 0 10px 0;
	}

	.fee_table4
	 {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		border-radius: 30px;
		overflow: hidden;
		box-shadow: 2px 3px 2px rgba(0,0,0,0.1);
	}

	.fee_table4 th, .fee_table4 td
	 {
	 	text-align: center;
		vertical-align: middle;
		padding: 25px 0;
	}

	.fee_table4 th
	 {
		 border-top: 1px solid #CCCCCC;
		 border-left: 1px solid #CCCCCC;
		 border-bottom: 1px solid #CCCCCC;
	}

	.fee_table4 th
	 {
		 width: 30%;
	}

	.underline_table{
		background-image: linear-gradient(transparent 70%, #FFEB00 20%);
	}

	/*==========▼▼▼フッター▼▼▼==========*/


	footer {
		background-color: #FCFCF9;
		color: #002733;
		font-size: 14px;
		margin-top: auto;
		text-align: center;
		padding: 30px 0;
	  }

	  .footer_logo{
		  margin: 0 auto 20px;
		  display: inline-block;
	  }

	  .footer_logo img{
		  width: 200px;
	  }

	  .footer_call {
		font-size: 30px;
		color: #FF7538;
		background-image: url(../images/phone.png);
		background-repeat: no-repeat;
		background-size: 42px;
		height: 42px;
		background-position-y: center;
		text-align: right;
		padding: 10px 20px 0 10px;
		vertical-align: top;
		width: 260px;
		margin: 0 auto 30px;
	}
