@charset "UTF-8";
/*==========▼▼▼共通▼▼▼==========*/
#beginner_body p{
	font-size: 15px;
}

@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 {
	max-width: 1024px;
	padding: 200px 0 200px 0;
	margin: 0 auto;
	width: 90%;
	line-height: 2em;
}

.contents_box04 {
	max-width: 1024px;
	padding: 200px 0 50px 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 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 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: 200px;
	padding: 70px 0 0;
}
	/*==========▼▼▼ファーストビュー▼▼▼==========*/
	#first {
		background: url(../images/first_image.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		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;
	}

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

	.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 {
		font-size: 60px;
		line-height: 2em;
		text-align: center;
	}

	.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;}

	/*==========▼▼▼お知らせ▼▼▼==========*/

	#news_mimuraen{
		width: 100%;
	}

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

	.news_title{
		font-size: 30px;
		text-align: center
	}

	.news_detail{
		margin: 50px 0 0 0;
		font-size: 18px;
		text-align: center;
	}

	.news_block{
		display: block;
		margin: 0 0 30px 0;
	}


	/*==========▼▼▼三村園について▼▼▼==========*/

	#about_mimuraen{
		background:url(../images/bg_1.png);
		background-repeat: repeat-x;
		background-position: 0 110%;
		margin: 0 0 -120px 0;
	}

	.about_text_box {
		background: url(../images/img_6.png);
		background-repeat: no-repeat;
		background-size: 100%;
		text-align: center;
		margin: 20px auto;
		padding: 50px 0;
	}

	.about_text{
		font-size: 50px;
		font-weight: bold;
		margin: 10px auto;
		line-height: 1.2em;
	}

	.about_text_mini{
		font-size: 30px;
		margin: 10px auto 50px;
	}

	.marker{
		background-image: linear-gradient(transparent 50%, #FFEB7F 20%);
	}

	.about_text_main{
		line-height: 30px;
	}

	.about_photo img{
		width: 100%;
	}


	/*==========▼▼▼施設紹介▼▼▼==========*/

	#introduction{
		background-color: #F9F6EF;
		margin: 100px 0 0 0;
		overflow: hidden;
	}

	.gr_title {
		color: #FFFFFF;
	}

	.facility_sub_title {
		font-size: 30px;
		font-weight: bold;
		color: #002733;
		text-align: center;
		margin: 0 auto 35px auto;
	}

	.shisetsu_slider{
		background: #fff;
		border-radius: 30px;
		margin: 0 auto;
		max-width: 1024px;
		width: 90%;
		height: 600px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

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

	.shisetsu_text{
		width: 45%;
		margin: 0 20px;
	}

	.slider_title{
		font-size: 3vh;
		font-weight: bold;
		width: auto;
	}

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

	.slider_text{
		font-size: 1.6vh;
		line-height: 35px;
		margin: 30px 0;
	}

	/*==========ストリートビューで三村園を歩いてみよう！==========*/
	.facility_text_three {
		padding: 0 0 35px 0;
	}

	.facility_img_box_three {
		height: 600px;
	}

	/*==========▼▼▼料金▼▼▼==========*/

	#fee{
		background:url(../images/bg_2.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%;
	}

	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;
		text-align: center;
		width: 40%;
	}

	.border_none{
		border: none;
	}

	/*==========▼▼▼週間釣り情報▼▼▼==========*/

	.conect{
		background:url(../images/bg_1.png);
		background-repeat: repeat-x;
		background-position: 0 30%;
		margin: 0 0 -200px 0;
		height: 250px;
	}

	#weekly {
		background-color: #1E90FF;
	}

	#weekly h2{
		color: #fff;
	}

	.record_title {
		font-size: 50px;
		margin: 0;
	}

	.record_data {
		padding: 50px 0 0 0;
		border-bottom: 2px dashed  #FFD700;
	}

	.date_sub_title {
		font-size: 25px;
		padding: 0 0 30px 0;
		font-weight: bold;
		color: #fff;
		text-align:left;
	}

	.notes {
		font-size: 20px;
		display: block;
	}

	.record_item {
		background-color: #FFD700;
		width: 120px;
		padding: 5px 0;
		text-align: center;
		color: #1E90FF;
		border-radius: 20px;
	}

	.record_text {
		padding: 10px 0 25px 5px;
	}

	.record_new_line{
		color: #fff;
		margin: 0 15px 0 0;
	}

	.date_bold1 {
		font-weight: bold;
		padding: 0 15px 0 0;
	}

	.date_bold2 {
		font-weight: bold;
		padding: 0 15px 0 15px;
	}

	.record_readmore_box {
		text-align: right;
		padding: 50px 0 0 0;
	}

	#record_readmore {
		background-color: #FF7538;
		background-image: url(../images/record_arrow.png);
		background-repeat: no-repeat;
		background-position: 80% center;
		box-shadow: 0 3px 2px rgba(193,88,7,1);
		width: 350px;
		height: 80px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 25px;
		border-radius: 30px;
		border: 0;
	}

	.display_bt_active {
		font-size: 25px;
	}

	#record_readmore:hover {
		background-color: #FFA754;
		background-image: url(../images/record_arrow.png);
		background-repeat: no-repeat;
		background-position: 80% center;
		width: 350px;
		height: 80px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 25px;
		border-radius: 30px;
		border: 0;
	}

	#record_hide_text {
		display: none;
	}

	/*==========▼▼▼営業時間▼▼▼==========*/

	#business_information{
		background-color: #F9F6EF;
	}

	.business_information_title{
		background-color: #fff;
		border: 5px solid #002733;
		border-radius: 15px;
		box-shadow: 0 3px 2px rgba(255,215,0,1);
		width: 100%;
		max-width: 1024px;
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		padding: 20px 0;
		margin: 50px auto;
	}

	.business_text{
		font-size: 18px;
		line-height: 25px;;
		text-align: center;
		margin: 50px auto;
	}

	.seasons{
		display: flex;
		justify-content: space-between;
	}

	.season{
		background: #fff;
		border-radius: 15px;
		box-shadow: 2px 3px 1px rgba(0,0,0,0.1);
		width: 23%;
		height: 250px;
	}

	.season_icon{
		width: 50px;
		margin: 30px auto 10px;
	}

	.season_text{
		font-size: 20px;
		text-align: center;
		margin: 10px 0 0;
	}

	.season_time{
		font-size: 18px;
	}

	.spring{
		color: #FF54C7;
		text-align: center;
		line-height: 1.3em;
		margin: 0 auto;
	}

	.summer{
		color: #FF0000;
		text-align: center;
		line-height: 1.3em;
		margin: 0 auto;
	}

	.autumn{
		color: #C1A407;
		text-align: center;
		line-height: 1.3em;
		margin: 0 auto;
	}

	.winter{
		color: #54ABFF;
		text-align: center;
		line-height: 1.3em;
		margin: 0 auto;
	}


	.holiday{
		/* background: url(../images/calendar.svg);
		background-repeat: no-repeat; */
		width: 320px;
	}

	.tel_number{
		background: url(../images/tel_number.png);
		background-repeat: no-repeat;
		background-size: 20px;
		width: 230px;
		font-size: 25px;
	}


	/*==========▼▼▼アクセス▼▼▼==========*/

	#access{
		padding: 0;
	}

	.access_name{
		font-size: 30px;
		font-weight: bold;
	}

	.access_address{
		font-size: 20px;
		margin: 30px 0;
	}

	.access_title{
		border: 5px solid #002733;
		border-radius: 15px;
		box-shadow: 0 3px 2px rgba(255,215,0,1);
		width: 100%;
		max-width: 1024px;
		text-align: center;
		font-size: 25px;
		font-weight: bold;
		padding: 20px 0;
		margin: 50px auto;
	}

	.how_to_access{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin: 50px auto;
	}

	.access_images{
		margin: 0 auto;
	}

	.access_images img{
		width: 100%;
	}

	.access_map{
		margin: 50px auto;
	}

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

	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;
	}

/*==========中間サイズ==========*/

	@media screen and (min-width:768px) and ( max-width:991px) {

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

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

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



	}
