@charset "UTF-8";
/* CSS Document */
/*==========▼▼▼共通▼▼▼==========*/

.pdt30{
	padding: 30px 0 0 0;
}

.sp_none{
	display: none;
}

#beginner_body p{
	font-size: 15px;
}

.contents_box {
    max-width: 740px;
    padding: 50px 0 50px 0;
    margin: 0 auto;
    width: 90%;
	line-height: 1.5em;
}

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

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

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


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

.title {
	font-size: 30px;
	padding: 0 0 0 20px;
	line-height: 1.3em;
	margin: 0;
 }

 .title_img {
	 width: 50px;
 }

 .fishing_title {
	 font-size: 30px;
 }

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

 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: 100%;
	padding: 70px 0 0;
	margin: 0 0 30px 0;
}

.sp_insta{
	width: 25%;
    float: right;
    text-align: right;
}

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

.for_beginner {
    position: fixed;
    bottom: 28%;
    right: 2%;
    z-index: 100;
}

.for_beginner img {
    height: 70px;
    width: 70px;
}

.feebie {
    position: fixed;
    bottom: 20%;
    right: 2%;
    z-index: 100;
}

.feebie img {
    height: 70px;
    width: 70px;
}

.insta{
    position: fixed;
	bottom: 5%;
	right: 5%;
	display: none;
}

.instagram img{
	height: 80px;
	width: 80px;
}

.catch_copy {
    color: #fff;
    font-size: 3.8vh;
    text-align: center;
    line-height: 1.5em;
}

.back_white {
  padding: 5px;
  line-height: 2em;
	font-weight: bold;
	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_spimg{
		margin: 20px auto;
		text-align: center;
	}

	.tanoshimi_spimg img{
		width: 70%;
	}

	#tanoshimi{
		background:url(../images/bg_3_sp.png);
		background-repeat: repeat-x;
		background-position: 0 bottom;
		margin: 0 0 -50px 0;
		background-color: #F9F6EF;
	}

	.tanoshimi_content{
		width: 100%;
		display: block;
	}

	.tanoshimi_text{
		font-size: 16px;
		text-align: center;
		margin-bottom: 20px;
		text-shadow:
			1px 1px 0 #ffffff,
			-1px 1px 0 #ffffff,
			1px -1px 0 #ffffff,
			-1px -1px 0 #ffffff;
	}

	.tanoshimikata {
		font-size: 14px;
		margin: 0 auto;
		position: relative;
	}

	.v_line_sp {
		position: absolute;
		left: -57em;
		top: 45%;
		width: 1850px;
		height: 100px;
		border: dotted 6px #339cff;
		border-color: #339cff transparent transparent transparent;
		border-radius: 50%/100px 100px 0 0;
		transform: rotate(90deg);
	}

	@media screen and (max-width: 720px) {
		.v_line_sp {
			left: -60em;
			top: 47%;
		}
	}

	@media screen and (max-width: 475px) {
		.v_line_sp {
			left: -63em;
		}
	}

	@media screen and (max-width: 350px) {
		.v_line_sp {
			position: absolute;
			left: -63.5em;
			top: 47%;
			width: 1850px;
			height: 100px;
			border: dotted 4px #339cff;
			border-color: #339cff transparent transparent transparent;
			border-radius: 50%/100px 100px 0 0;
			transform: rotate(90deg);
		}
	}

	.v_line_1to2, .v_line_2to3 {
		display: none;
	}

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

	.step03 {
		margin-bottom: 80px;
	}

	.stepImg {
		width: 36%;
		z-index: 1;
	}

	.tanoshimi_box img, .tanoshimi_box2 img {
		width: 85%;
		margin-bottom: 20px;
	}

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

	.fontRed {
		color: red;
	}

	.fontSmall {
		font-size: 12px;
	}

	.tanoshimi_box, .tanoshimi_box2 {
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 63%;
	}

	.tanoshimi_button{
		background-color: #FF7538;
		background-repeat: no-repeat;
		background-position: 85% center;
		background-size: 30px;
		box-shadow: 0 5px 2px rgba(193,88,7,1);
		width: 95%;
		height: 40px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 1.5vh;
		border-radius: 10px;
		border: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 20px 0;
	}

	.button_p {
		position: relative;
		text-align: center;
		width: 190px;
		font-size: 12px;
	}

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

	#onegai{
		background:url(../images/bg_1_sp.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;
		margin: 0 auto;
		padding: 10px;
		width: 90%;
	}

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

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

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

	.onegai_text_02{
		font-size: 16px;
		font-weight: bold;
		text-align: left;
		line-height: 40px;
		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 0;
		overflow: hidden;
	}

	.shisetsu_slider{
		background: #fff;
		border-radius: 30px;
		margin: 0 auto;
		width: 90%;
		height: 700px;
		display: block;
		text-align: center;
	}

	.shisetsu_photo{
		width: 80%;
		margin: 15px auto 0;
		display: inline-block;
	}

	.shisetsu_text{
		width: 95%;
		margin: 20px auto;
	}

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

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

	.slider_text{
		font-size: 13px;
		line-height: 2;
		text-align: left;
		margin: 30px 0;
	}

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

	#fee {
		background: url(../images/bg_1_sp.png);
		background-repeat: repeat-x;
		background-position: 0 110%;
		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: 15px 0;
	}


	.fee_table1 th,
	.fee_table2 th,
	.fee_table3 th
	 {
		 width: 30%;
		 border-bottom: solid 1px #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_sp.png);
		background-color: #F9F6EF;
		background-repeat: repeat-x;
		background-position: 0 114%;
		margin: 0 0 -16px 0;
	}

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

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

	.left{
		width: 100%;
	}

	.right{
		width: 100%;
	}

	.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: 15px 0;
	}

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

	.fee_table4 th
	 {
		 width: 30%;
	}

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

	.point_text{
		font-size: 13px;
		margin: 10px 0 30px;
	}

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

	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;
		text-decoration: underline;
		padding: 10px 20px 0 10px;
		vertical-align: top;
		width: 260px;
		margin: 0 auto 30px;
	 }
