@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: 0 0 50px 0;
    margin: 0 auto;
    width: 90%;
	line-height: 1.5em;
}

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

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

.contents_box04 {
	max-width: 740px;
    padding: 150px 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 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/first_image.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	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: 13%;
    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 {
	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: 20px;
		text-align: center
	}

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

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



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

	#about_mimuraen{
		background:url(../images/bg_1_sp.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: repeat;
		background-repeat: no-repeat;
		background-size: 100%;
		text-align: center;
		margin: 0 auto;
		padding: 0;
		/* width: 100%; */
	}

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

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

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

	.about_text_main{
		line-height: 30px;
		font-size: 13px;
	}

	.about_photo img{
		width: 100%;
	}

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

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

	.gr_title {
		color: #FFFFFF;
	}

	.facility_sub_title {
		background-image: linear-gradient(transparent 50%, #FFEB7F 20%);
		font-size: 30px;
		font-weight: bold;
		color: #002733;
		text-align: center;
		margin: 0 auto 35px auto;
		width: 60%;
	}

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

	.shisetsu_photo{
		width: 90%;
		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: 35px;
		text-align: left;
		margin: 30px 0;
	}

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

	.facility_img_box_three {
		width: 95%;
		margin: 0 auto 50px;
	}


/*==========▼▼▼料金▼▼▼==========*/
#fee{
	background:url(../images/bg_2_sp.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	margin: 0 0 -50px 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: 10px 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;
}

.fee_contents_box{
	margin: 50px auto 0;
}

.fee_contents_box p{
	font-size: 15px;
}

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

	.conect{
		background:url(../images/bg_1_sp.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: 85% center;
		background-size: 30px;
		box-shadow: 0 3px 2px rgba(193,88,7,1);
		width: 250px;
		height: 60px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 20px;
		border-radius: 20px;
		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: 250px;
		height: 60px;
		color: #FFFFFF;
		cursor: pointer;
		font-size: 25px;
		border-radius: 20px;
		border: 0;
	}

	#record_hide_text {
		display: none;
	}


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

	.conect{
		background:url(../images/bg_1_sp.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;
	}

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

	#business_information{
		background-color: #F9F6EF;
		padding: 50px 0 0 0;
	}

	.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: 14px;
		line-height: 20px;
		text-align: center;
		margin: 50px auto;
	}

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

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

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

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

	.season_time{
		font-size: 11px;
	}

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

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

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

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


	.holiday {
		/* background: url(../images/calendar.svg);
		background-repeat: no-repeat;
		padding: 0 0 0 10px; */
		width: 280px;
		font-size: 18px;
	}

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

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

	#access{
		padding: 0;
	}

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

	.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: 16px;
		font-weight: bold;
		text-align: center;
		margin: 50px auto;
		line-height: 30px;
	}

	.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: 240px;
		margin: 0 auto 30px;
	}

	/*==========駐車場も完備♪==========*/
.facility_box_two {
	display: flex;
	flex-direction: column-reverse;
	padding: 0 0 50px 0;
 }

 .facility_text_two {
	width: 100%;
 }

 .facility_img_box_two {
	 width: 100%;
	 padding: 0 0 30px 0;
 }

 @media screen and (min-width: 401px) {
 .facility_img_box_two img {
 		border-radius: 25px;
 		height: 500px;
 		width: 100%;
 		object-fit: cover;
 	}
 }

 @media screen and (max-width: 400px) {
 	.facility_img_box_two img {
 		border-radius: 25px;
 		height: 300px;
 		width: 100%;
 		object-fit: cover;
 	}
 }
	/*==========各種ボタン==========*/
	@media screen and (min-width: 501px) {
	.induction_box {
		display: flex;
		justify-content: space-between;
		padding: 50px 0 0 0;
	}

	.induction_img_box_1 {
		max-width: 500px;
		width: 90%;
		padding: 0 6px 0 0;
	}

	.induction_img_box_2 {
		max-width: 500px;
		width: 90%;
		padding: 0 0 0 6px;
	}

	.induction_img_box_1 img,
	.induction_img_box_2 img
	 {
		width: 100%;
	}
}
	@media screen and (max-width: 500px) {
		/*==========各種ボタン==========*/
		.induction_box {
			padding: 50px 0 0 0;
		}

		.induction_img_box_1 {
			width: 100%;
		}

		.induction_img_box_2 {
			width: 100%;
		}

		.induction_img_box_1 img
		 {
			width: 100%;
			padding: 0 0 30px 0;
		}

		.induction_img_box_2 img
		 {
			width: 100%;
		}
	}
	/*==========▼▼▼ルール・注意事項▼▼▼==========*/
	#rule {
		background-color: #FFECD1;
	}

	.rule_contents_box {
		background-color: #FFFFFF;
		padding: 30px 10px;
	}

	.rule_title {
		font-size: 20px;
		background-color: #FF7538;
		color: #FFFFFF;
		padding: 10px 0;
		width: 100%;
	}

	.rule_title_box {
		display: flex;
		justify-content: center;
		align-items: end;
		padding: 0 0 30px 0;
	}

	.title_sub_box {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row-reverse;
	}

	.rule_sub_title {
		color: #FF7538;
		font-size: 30px;
		padding: 0 20px;
	}

	.rule_title_img {
		max-width: 50px;
		width: 90%;
	}

	.rule_text1, .rule_text2 {
		display: flex;
		justify-content: center;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.5em;
		padding: 0 0 30px 0;
	}

	.rule_text3 {
		display: flex;
		justify-content: center;
		font-size: 16px;
		line-height: 1.5em;
		padding: 20px 0 0 0;
	}
/*==========▼▼▼週間釣り情報▼▼▼==========*/
#record {
	background-color: #F0FFD1;
}

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

.record_data {
	padding: 35px 0 0 0;
	border-bottom: 2px dashed  #8FBF2C;
}

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

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

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

.record_text {
	padding: 0 0 30px 5px;
	font-size: 14px;
}

.record_new_line {
	display: block;
}

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

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

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

#record_hide_text {
display: none;
}
/*==========▼▼▼アクセス▼▼▼==========*/
#access {
	padding: 50px 0 0 0;
}

.access_table {
	width: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.access_table tr {
	border-bottom: 1px solid #CCCCCC;
}

.access_table th {
	text-align: center;
	vertical-align: middle;
	padding: 20px 0;
	background-color: #EEEEEE;
	color: #000000;
	width: 40%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	border-right: 1px solid #CCCCCC;
}

.access_table td {
	text-align: left;
	vertical-align: middle;
	padding: 20px 15px;
	width: 100%;
	display: block;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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