@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/*********************************************
/*
/* バードウォッチング コンテンツCSS
/*
/********************************************/

.subpage-topimage-section {
  position: relative;
  height: 800px;
  width: auto;
/*  background: linear-gradient(#cdc695, #f4ecc8);*/
  background: url('../../img/topics/birdwatching/main_image001.jpg') center 30% no-repeat;
  background-color:rgba(255,255,255,0.6);
  background-blend-mode:lighten;
  background-size: cover;
  margin-bottom: 20px;
  text-align: center;
}

.subpage-logo_screen {
    padding-top: 80px;
}

.subpage-slogan {
  font-size: 50px;
  padding-top: 230px;
  color: #fff;
  text-shadow: 1px 1px 5px #555;
}

.subpage-sub-slogan {
  font-size: 25px;
  padding-top: 40px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 1px 1px 5px #555;
}

p {
	letter-spacing: 0.2rem;
}

@media screen and (max-width: 1600px) {

    .subpage-topimage-section {
        height: 700px;
    }
	
	.subpage-logo_screen {
		padding-top: 80px;
	}
	
	.subpage-logo_screen img {
		width: 700px;
		height: auto;
	}
	
}

/** タブレット時 **/
@media screen and (max-width: 960px) {
    .subpage-topimage-section {
        height: 500px;
    }
	
	.subpage-logo_screen {
		padding-top: 80px;
	}
	
	.subpage-logo_screen img {
		width: 500px;
		height: auto;
	}
}

/** スマートフォン時 **/
@media screen and (max-width: 767px) {
    .subpage-topimage-section {
        height: 400px;
    }
	
	.subpage-logo_screen img {
		width: 320px;
		height: auto;
	}
	
}

.photo img {
	border-radius: 10px;
}

.gallery{
    margin: 0px 0px 20px 0px;
/*    margin: 20px auto; */
    width: 100%;
}
.gallery img{
    height: auto;
    width: 100%;
	/*画像の下にできる余白を削除 */
	vertical-align: bottom;
	border-radius: 10px;
}

.gallery li {
	list-style: none;
}

/*矢印の設定 */
/*slick setting*/
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #777;
}

/*選択するサムネイル画像の設定 */
.choice-btn li {
	cursor: pointer;
	outline: none;
	list-style: none;
	background: #333;
}

.choice-btn li img{
	/* 選択されていないものは透過 40% */
	opacity: 0.6;
}

.choice-btn li.slick-current img{
	/* 選択されているものは透過しない */
	opacity: 1;
}

/* 本文 */
p.normal {
	letter-spacing: 0.2rem;
	text-align: justify; /* テキスト両端揃え */
}

/* 見出し */
h1.main_title {
  text-align: left;
  margin-top: 50px;
  margin-left: 20px;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.1rem;
}

h2.main_title {
  text-align: left;
  margin-top: 50px;
  margin-left: 20px;
  margin-bottom: 50px;
  letter-spacing: 0.8rem;
  line-height: 4.5rem;
}

h2.sub_title {
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
}

h3.sub_title {
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: center;
  margin-left: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
  font-weight: 900;
}

h3.sub_title_lft {
  font-size: 2.2rem;
  line-height: 2.8rem;
  text-align: left;
  margin-left: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
  font-weight: 900;
}

h4.sub_title_lft {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 415px) {
	h1.main_title {
	  text-align: left;
	  font-size: 1.8rem;
	  margin-top: 50px;
	  margin-bottom: 50px;
	  letter-spacing: 0.1rem;
	}
	
	h2.main_title {
	  font-size: 2.3rem;
	  letter-spacing: 0.8rem;
	  line-height: 4.0rem;
	}

	h2.sub_title {
	  text-align: center;
	  font-size: 2.0rem;
	  margin-bottom: 40px;
	}

	h3.sub_title {
	  text-align: center;
	  font-size: 1.8rem;
	  margin-bottom: 40px;
	}
	
	h3.sub_title_lft {
	  font-size: 1.8rem;
	  margin-bottom: 40px;
	  line-height: 2.2rem;
	}

	h4.sub_title_lft {
	  font-size: 1.5rem;
	  margin-bottom: 20px;
	}
	
}

.info_spot {
	position: relative;
	display: flex;
    margin: 2em 1em 4em;
    padding: 2em;
	background-color: #4e5429;
	color: #fff;
	border-radius: 10px;
}

.info_title {
	position: absolute;
	bottom: -45px;
	right: -30px;
	z-index: 10;
}

.info_spot_txt h4 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
}
.info_spot_txt p {
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	letter-spacing: 0.2rem;
	line-height: 1.8rem;
	text-align: justify; /* テキスト両端揃え */
}

.info_spot_img {
	flex: 0 150px;
}
.info_spot_txt {
	flex: 1;
	padding-left: 30px;
}
.info_spot_txt a {
	color: #fff;
}

@media screen and (max-width: 600px) {
	.info_spot_txt h4 {
		padding: 10px 0 10px;
	}
	.info_spot {
		display: block;
	}
	.info_spot_img {
		padding: 20px;
	}
	.info_spot_txt {
		padding-left: 0;
	}
}


.info-icon .container {
  list-style-type: none;
}

.info-icon p,
.info-icon ul {
  width: 80%;
  text-align: center;
}

.info-icon li {
  display: inline-block;
  float: none;
}

.info-icon li a:hover {
  opacity: 0.6;
}

.info-icon li img {
  width: 40px;
  height: auto;
  border: 2px solid #bedaff;
}

.sns-icon {
  float: left;
}


/* modaal設定 */
.hide-area {
	display: none;
}

.modaal-close:after,
.modaal-close:before{
	background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background: #666;
}

.recipe_box_wrapper01 {
  background-color: #ffffff;
  background-image: radial-gradient(circle, #d59abe 5px, transparent 5px), radial-gradient(circle, #d59abe 5px, transparent 5px);
  background-position: 0 0, 15px 30px;
  background-size: 30px 60px;	
}

.recipe_box {
	padding: 40px 20px;
	border: 1px solid #000;
	border-radius: 30px;
}

.title_img {
	padding: 40px;
}

h2.recipe_midashi {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 30px;
  letter-spacing: 0.2rem;
  font-weight: 900;
  line-height: 4.5rem;
}

.recipe_detail h3 {
  text-align: left;
  margin-bottom: 20px;
  letter-spacing: 0.15rem;
  font-weight: 700;
  line-height: 3.0rem;
}

.recipe_detail p {
	padding: 0;
}

.black_bk {
	background-color: #000;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.8rem;
}

.recipe_check {
	position: relative;
	padding: 30px 0 0 0;
	font-weight: 600;
}

.recipe_check_icon {
	position: absolute;
	top: 0;
	left: 0;
}

.recipe_check_icon img {
	widht: 80px;
	height: auto;
}

.recipe_image {
	padding: 20px;
}

.recipe_image img {
	border-radius: 10px;
}

.spot_name01 {
	background-color: #d59abe;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker01 a {
	color: #d59abe;
}

.spot_name02 {
	background-color: #92c185;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker02 a {
	color: #92c185;
}

.spot_name03 {
	background-color: #89c5ea;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker03 a {
	color: #89c5ea;
}

.spot_name04 {
	background-color: #b398c3;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker04 a {
	color: #b398c3;
}

.spot_name05 {
	background-color: #bcd25c;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker05 a {
	color: #bcd25c;
}

.spot_name06 {
	background-color: #eae550;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker06 a {
	color: #eae550;
}

.spot_name07 {
	background-color: #5882c2;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker07 a {
	color: #5882c2;
}

.spot_name08 {
	background-color: #898bc1;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker08 a {
	color: #898bc1;
}

.spot_name09 {
	background-color: #e5b355;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker09 a {
	color: #e5b355;
}

.spot_name10 {
	background-color: #d47b74;
	color: #fff;
	padding: 5px 7px;
	font-size: 1.0rem;
	font-weight: 700;
}

.spot_map_marker10 a {
	color: #d47b74;
}

.img-grayscale {
	transition: .4s;
}
.img-grayscale:hover {
	filter: grayscale(1);
}

.type_title {
	font-weight: 900;
}

.sp_text {
	display: none;
}

@media screen and (max-width: 600px) {
	.recipe_box {
		padding: 20px 10px;
		border-radius: 20px;
	}
	
	.type_title {
		letter-spacing: 0;
		font-weight: 700;
		font-size: 70%;
	}
	
	.sp_text {
		display: block;
	}
	
}

img {
	border: none;
}
/*********************************************
/* 季節ごとの野鳥・装備・ガイド情報
/********************************************/

/* 季節ごとに出会える野鳥 */
.bird_season_box {
	padding: 30px 30px;
	border: 1px solid #c9c2a0;
	border-radius: 20px;
	background-color: #faf8ef;
}

.bird_season {
	margin-bottom: 20px;
	font-weight: 600;
	letter-spacing: 0.15rem;
	line-height: 2.4rem;
	text-align: justify;
}

.bird_season_label {
	display: inline-block;
	width: 2.6rem;
	margin-right: 15px;
	padding: 3px 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
}

.bird_spring {
	background-color: #f0a4b4;
}

.bird_autumn {
	background-color: #e0975a;
}

.bird_winter {
	background-color: #7fa8cf;
}

/* おすすめの装備と持ち物 */
.bird_gear_list {
	margin: 0 0 60px 20px;
	padding: 0;
}

.bird_gear_list li {
	position: relative;
	list-style: none;
	margin-bottom: 15px;
	padding-left: 32px;
	font-weight: 600;
	letter-spacing: 0.1rem;
	line-height: 2.2rem;
}

.bird_gear_list li:before {
	content: "\f06c"; /* Font Awesome leaf */
	font-family: "FontAwesome";
	position: absolute;
	top: 0;
	left: 0;
	color: #92c185;
}

/* ガイドツアー 連絡先 */
.bird_guide_box {
	margin: 0 20px;
	padding: 25px 30px;
	border-left: 5px solid #92c185;
	background-color: #f4f8f1;
	border-radius: 5px;
}

.bird_guide_box h4 {
	margin: 0 0 15px;
	font-weight: 700;
	letter-spacing: 0.15rem;
}

.bird_guide_box p {
	margin-bottom: 10px;
	letter-spacing: 0.1rem;
	line-height: 1.8rem;
}

.bird_guide_box a {
	color: #4a8b3a;
}

@media screen and (max-width: 600px) {
	.bird_season_box {
		padding: 20px 15px;
	}
	.bird_season_label {
		display: block;
		width: 3rem;
		margin-bottom: 8px;
	}
	.bird_guide_box {
		margin: 0;
		padding: 20px;
	}
	.bird_guide_box p {
		word-break: break-all;
	}
}
