/* CSS Document */
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime{
from {
    opacity: 0;
    transform: translateY(100px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  svg{height: 560px;}
}

.bg1{
	position: relative;
	z-index: 0;
	background-image: url("images/bg1.png");
}

.bg_yellow{
	position: relative;
	margin-top:-70px;
	z-index: 1;
	padding: 50px 0  10px 0;
}

.bg_yellow:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(5deg);
    transform-origin: bottom right;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(images/bg2.png) repeat;
}

.main_slide_wrap{
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.main_slide_wrap:before {
	content: "";
	position: absolute;
	background: url("images/leaf1.png") no-repeat;
	width:582px;
	height: 359px;
	z-index: 2;
}
.main_slide_wrap:after {
	content: "";
	position: absolute;
	background: url("images/leaf2.png") no-repeat;
	width:582px;
	height:501px;
	z-index: 2;
	bottom:-70px;
	right:0px;
}
.main_slide {
	width:980px;
	max-width: 100%;
	margin: 0 auto;
}
.main_slide {
  opacity: 0;
  transition: opacity .3s linear;
}
.main_slide.slick-initialized{
  opacity: 1;
}
.slick-list{
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}
.slick-dotted.slick-slider{padding-top:40px;margin-top: 0;}
.slick-dots{width: 45%;bottom:-25px;}
.slick-dots li button:before{
	opacity: 0.5;
	width: 15px;
	height: 15px;
	background: #fff;
	border:2px solid #079f3b;
}

.slick-dots li.slick-active button:before{
	opacity: 1;
	background: #079f3b;
	border:3px solid #079f3b;
}
svg{max-height: 550px;}
.title_img{
	margin:-230px auto;
	padding-right:450px;
	position: relative;
	z-index: 3;
}

/*ナビゲーション*/

.bird_navi{
	width:980px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 120px;
	justify-content: space-between;
	margin-top: -210px;
	font-size: 16px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
	letter-spacing: 1px;
	font-weight: bold;
	position: sticky;
	top:0;
	z-index: 1000;
	background-color: #fff;
	color: #079f3b;
}

.bird_navi li{
	    height: 60px;
	width: calc(100% / 5);
	text-align: center;
		color:#079f3b;
	opacity: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(6, 158, 60, 1) 50%);
  background-position: 0 0;
  background-size: auto 200%;
  transition: .5s;
position: relative; 
}

.bird_navi li::before{
	display: block;
	width: calc(100% / 5);
	text-align: center;
	padding:18px 0;
	color: #079f3b; 
}

.bird_navi li:active {
  color: fff;
  letter-spacing: 0.2em;
}

.bird_navi li a{
		display: block;
	color:#079f3b;
	position: relative;
  width: 100%;
  height: 100%;
	padding: 17px;
}
.bird_navi li a:hover{
	color:#079f3b;
	opacity: 1;
	letter-spacing:0em;
	transition:0.5s all;
	font-size: 18px;
	padding: 17px 11px 9px 11px;
	border-bottom:1px solid;
}

/*スマホナビゲーション*/
ul.nav li {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 24px 23px;
	line-height: 0.4;
}

ul.fixed_nav {
	background: #fff;
	position: fixed;
	top:0;
	width: 100%;
	z-index: 10;
	text-align: center;
}
ul.fixed_nav li {
	padding: 0 15px;
	line-height: 80px;
	position: relative;
}

ul.fixed_nav li a span {
	display: none;
}
ul.fixed_nav li a {
	color: #333;
	line-height: 80px;
}


/*コンテンツ*/

.bird_content{
	font-size: 16px;
	max-width: 980px;
	margin:0 auto 300px auto;
	position: relative;
}
#item.bird_content{
	margin-bottom: 230px;
}
#manner.bird_content{
	margin-bottom: 230px;
}
#tour.bird_content{
	margin-bottom: 0px;
	padding-bottom: 110px;
}

.bird_content h2{
	font-feature-settings: initial;
	position: absolute;
	font-size: 42px;
	font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
	white-space: nowrap;
	display: inline-block;
	text-align: left;
}

.bird_content h2 img{display: inline;}
.bird_content h2 span{display: inline-block;margin-left:38px;}

#interest.bird_content h2 span{margin-top:-45px}
#interest.bird_content h2{left:calc(50% - 85px);color: #079f3b; margin-top: -80px;}
#item.bird_content h2{color: #EB5E00; margin-top:-230px;}
#item.bird_content h2 span{margin:-50px 0 0 60px;}
#identify.bird_content h2{left:calc(50% - 85px);color: #079f3b;margin-top:-60px;z-index: 3;}
#identify.bird_content h2 span{margin-top:-20px;}
#manner.bird_content h2{color: #EB5E00; margin-top:-230px;}
#manner.bird_content h2 span{margin:-60px 0 0 60px;}
#tour.bird_content h2{left:calc(50% - 100px);color: #079f3b;margin-top:-130px;z-index: 3;}
#tour.bird_content h2 img{margin-left:50px;}
#tour.bird_content h2 span{margin-left:0;margin-top: 10px;line-height: 110%;}

#tour.bird_content h2 .larger{
	font-size: 90px;
	margin-top: 35px;
}
.column{
    position: relative;
	margin-top: 120px;
	width: 50%;
	    height: auto;
	padding: 30px 40px; 
	background: #FFF;
  	border-radius: 50px;
	border: #079f3b 2px solid;
}
.column span{
    font-weight: bold;
    color: #079f3b;
    font-size: small;
}
.tour_btn{
	position: absolute;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    width: 80%;
    background: #079f3b;
    color: #fff !important;
    line-height: 1.5em;
    opacity: 1;
    transition: .3s;
	margin-top: 5px 0px 0px 0px;
}


#identify .column{width: 100%;margin-bottom: 50px;}
#identify .column .birding_term th{
	white-space:nowrap;
	padding:20px 10px;
	vertical-align: middle;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}
#identify .column .birding_term td{padding:20px 12px 20px 18px;}


#tour .column{width: 40%;}
.column_label:before{
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 49.5%;
      width: 100%;
      height: 3px;
      background-color: #fff;
      content: '';
	
}
.column_label{
    position: absolute;
    top: 0;
    left: 46px;
    padding: 0 10px;  /*paddingを左右にいれて消す線の長さを延ばす*/
    transform: translateY(-50%);
	font-family: turbinado-pro, sans-serif;
	font-weight: 700;
	font-size: 41px;
	color: #079f3b;
}

.bird_content .column h3{margin-bottom: 20px;}
.bird_content .column h3:after{
	position: absolute;
    background: radial-gradient(circle farthest-side, #079f3b, #079f3b 0.5px, transparent 1.5px, transparent 1px);
    background-size: 9px 3px;
    content: '';
    display: inline-block;
    height: 3px;
    width: calc(100% - 80px);
	margin-top: 5px;
}

.bird_content h3{
	font-size: 24px;
	font-weight: bold;
}

.content_interest{
	margin-top: 30px;
}
.content_interest h4{
	color: #000;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
	margin: 60px 0px 0px;
}
.content_interest ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.content_interest ul li{
	width: 40%;
	margin-top: 100px;
}
.content_interest ul li:nth-child(1){
	margin-top: 0px;
}
.content_interest ul li:nth-child(3){
	margin-top: -150px;
}
.content_interest ul li:nth-child(5){
	margin-top: -100px;
}
.content_interest ul li h3{
	color: #079f3b;
}
.content_interest ul li .h3_reverse{
	background:  #079f3b;
	color: #fff;
	padding: 0 5px;
}
.content_interest ul li div.number img{
	float: left;
	margin:5px 20px 0 0;
}
.content_interest ul li img.img{
	margin-top:-150px;
	margin-bottom: 15px;
	clear: both;
}
.content_interest ul li p{
	margin-top: 20px;
}
.content_interest .tourbutton {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: -webkit-fill-available;
    background: #079f3b;
    color: #ffffff;
    line-height: 1em;
    opacity: 1;
    transition: .3s;
    margin: 10px 0px 40px;
}
.content_interest .tourbutton a{
	display: block;
    color: #fff;
	padding: 25px;
    letter-spacing: 0.1em;
}

.content_season{
	margin:0 0 0 250px;
}
.content_item{padding-top:5px;clear: both;}
.content_item div{height: 180px;display: table-cell;vertical-align: middle;padding-bottom: 10px;}
.content_item h3{
	color: #EB5E00;
	margin-bottom: 5px;
}
.content_season h3{
	color: #EB5E00;
	margin-bottom: 20px;
}

.content_season .h3_reverse{
	background: #EB5E00;
	color:#fff;
	padding: 0 5px;
}

.content_season  ul{margin-top:70px;}
.content_season  ul p{width:450px;}
.content_season  ul li:nth-child(1) img{
	float: left;
	margin-right: 30px;
}
.content_season  ul li:nth-child(2){
	width: 440px;
	float: right;
	margin-top:-170px;
}
.content_season  ul li:nth-child(2) h3{
	margin-top: 200px;
}
.content_season  ul li:nth-child(2) img{
	float: right;
}
.content_season ul li p{
	margin-top: 20px;
}
.content_item ul{
	display:flex;
	clear: both;
	margin-top: 30px;
	align-items:start;
	justify-content:space-between;
	flex-wrap: wrap;
}

.content_item ul li{
	margin-top: 30px;
	width: 19%;
}
.content_item ul li.glasses {
	width: 38%;
}

.content_identify{
	margin-top: -110px;
}
.content_identify ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	
}
.content_identify ul li{
	width: 40%;
	margin-top: 100px;
}
.content_identify ul li:nth-child(1){
	margin-top: 0px;
	float:right;
}
.content_identify ul li:nth-child(3){
	margin-top: -150px;
}
.content_identify ul li:nth-child(5){
	margin-top: -150px;
}
.content_identify ul li:nth-child(7){
	width: 100%;
	margin-top: -100px;
}
.content_identify ul li:nth-child(7) p{
	width: 40%;
		margin-bottom: 15px;
}
.content_identify ul li h3{
	color: #079f3b;
	padding-top:20px;
}
.content_identify ul li .h3_reverse{
	background:  #079f3b;
	color: #fff;
	padding: 0 5px;
}

.content_identify ul li div.number img{
	float: left;
	margin:5px 20px 0 0;
}
.content_identify ul li p{
	margin-top: 20px;
	margin-bottom: 10px;
}

.birding_term{
	width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

.birding_term tr{
  border-bottom: solid 5px white;
}
.birding_term tr:last-child {
  border-bottom: none;
}

.birding_term th{
  position: relative;
  text-align: left;
  width: 20%;
  background-color: #079f3b;
  color: white;
}
.birding_term th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #079f3b;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.birding_term td{
  text-align: left;
  width: 80%;
  background-color: #dfeccf;
  font-size: 14px;
  vertical-align: middle;
}

.content_manner{
	padding-top:5px;
	clear: both;
}
.content_manner h3{
	color: #EB5E00;
}
.content_manner h3::before{
	content: url("images/icon.png");
	padding-right: 7px;
	position: relative;
	top: 8px;
}

.content_manner .h3_reverse{
	background: #EB5E00;
	color:#fff;
	padding: 0 5px;
	font-size: 22px;
	margin-bottom: 10px;
}
/*.content_manner .h3_reverse::before{
	content: url("images/icon.png");
}*/
.content_manner  ul{margin-top:70px;}
.content_manner  ul p{width:450px;
    margin-top: 10px;}
.content_manner  ul li:nth-child(1) img{
	float: left;
	margin-right: 30px;
}
.content_manner  ul li:nth-child(2){
	width: 440px;
	float: right;
	margin-top:-170px;
}
.content_manner  ul li:nth-child(2) h3{
	margin-top: 200px;
}
.content_manner  ul li:nth-child(2) img{
	float: right;
}

.content_manner ul{
	display:flex;
	clear: both;
	margin-top: 95px;
	align-items:start;
	justify-content:space-between;
	flex-wrap: wrap;
}
.content_manner ul li{
	margin-top: 30px;
	width: 45%;
}

.content_tour ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	
}
.content_tour ul li{
	width: 40%;
}
.content_tour ul li:nth-child(1){
	margin-top: 0px;
    float: right;
    background: url(images/point_bg1.png) no-repeat;
    padding: 40px;
}
.content_tour ul li:nth-child(2){
	margin-top: 110px;
	background: url("images/point_bg2.png") no-repeat;
	background-position: top left;
    padding: 20px 40px 40px 40px;
}
.content_tour ul li:nth-child(3){
	margin-top: 20px;
    background: url("images/point_bg3.png") no-repeat;
	padding: 40px;
}
.content_tour ul li h3{
	color: #079f3b;
	padding-top:20px;
}
.content_tour ul li .h3_reverse{
	background:  #079f3b;
	color: #fff;
	padding: 0 5px;
	margin-left: -8px;
}

.content_tour ul li div.number img{
	float: left;
	margin:5px 20px 0 0;
}
.content_tour ul li p{
	margin-top: 20px;
	max-width: 95%;
}

.tour_list{padding-bottom: 100px;margin-bottom: -150px;}

.tour_list h3{
	color: #079f3b;
}
.tour_list h3::before{
	margin-right: 5px;
	margin-bottom: -30px;
    content: '';
    display: inline-block;
    width: 45px;
    height: 57px;
    background-image: url(images/tour_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.recommended-list{
	margin:20px auto;
	padding:60px 0;
	background:rgba(255,255,255,0.7);
}
.recommended-list ul{
	max-width: 720px;
	margin:0 auto;
}
.recommended-list .banner{display: none;}
.info-list{line-height: 100%;}

.content_guide{
	    margin-top: 40px;
	clear: both;
}
.content_guide .tourbutton a{
	display: block;
	color: #fff;
	padding: 25px;
	letter-spacing: 0.1em;
}
.content_guide h3{
	color: #079f3b;
	margin-left: -120px;
}
.content_guide h3::before {
    content: url(images/h6.png);
    padding-right: 7px;
    position: relative;
    top: -28px;
    left: 129px;
}
.content_guide h4{
	color: #000;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
	margin: 50px 0px 0px;
}
.content_guide ul{
	display:flex;
	clear: both;
	flex-wrap: wrap;
	align-items:flex-start;
	justify-content:space-between;
    margin-top: 15px;
}
.content_guide ul li{
	padding: 45px;
    background: #FFF;
    border: #079f3b 2px solid;
    width: 49%;
    height: auto;
	margin-bottom: 20px;
}
.content_guide ul li p{
	font-size: 14px;
}
.content_guide ul li a{
	color: #fff;
	display: inline-block;
    padding: 7px;
}
.profimg{
	display: inline-block;
	margin: 0px 25px 25px 0px;
}
.profttl{
	display: inline-block;
	vertical-align: top;
	    border-left: 4px dotted #079f3b;
		padding: 0px 0px 0px 25px;
		height: auto;
    	margin-bottom: 25px;
}
.namettl{
	color: #079f3b;
    font-size: 13px;
    font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}
.name{
	font-size: 18px;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}
.engname{
	font-size: 12px;
	color: #2E2E2E;
}
/*.reportbutton{
	margin-top: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #079f3b;
    color: #ffffff;
    transition: .3s;
  line-height: 1.5em;    
}

.reportbutton::before {
	content: url("images/pen.png");
    padding: 3px 0px 3px 8px;
	vertical-align: sub;
}
.reportbutton:hover {
  opacity: 0.8;
}*/
.tourbutton{
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 25px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer; 
  width: -webkit-fill-available;
  background: #079f3b; 
  color: #ffffff;    
  line-height: 1em;    
  opacity: 1;         
  transition: .3s;
  margin: 10px 0px 90px;
}
.tourbutton:hover {
  opacity       : 0.8;
}
a.btn-orange{
		    margin-top: 10px;

    color: #fff !important;
    background: #079f3b;
    font-weight: bold;
    font-size: 14px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    text-align: center;
    text-decoration: none !important;
}
a.btn-orange:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 3 1 5px;
  background: url("images/pen.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-orange:hover {
  opacity       : 0.8;
}


section {
  max-width: 65%;
  margin: 5px auto;
}
a.btn_02_a {
  display: block;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 2rem .5rem;
  background-color: #000;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.3s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
}
a.btn_02_a:hover {
  background: #000;
}
a.btn_02_a span {
  position: relative;
  padding-left: 36px;
}
a.btn_02_a span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -13px;
}
a.btn_02_a span:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: rotate(45deg);
    position: absolute;
    top: 56%;
    left: 9px;
    margin-top: -5px;
}
a.btn_02_a:hover span:after {
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}




@media screen and (min-width: 768px){
  a.btn-orange{
    padding: 0.5em 1em;
    margin: 10px auto;
    font-size: 14px;
    display: inline-block;
}
  a.btn-orange:before {
        margin: 0px 5px 0px 0px;
}
}


@media only screen and (max-width: 767px){
	/*.bg1{overflow: hidden;}

	.bird_navi{display: none;}
*/
ul.nav {
	width: 100% !important;
    min-width: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	position: sticky;
	top: 0px;
	z-index: 1000;
	margin: -50px auto 150px;
	background-color: #fff;
	}
ul.nav li {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	width: 32%;
	line-height: 1.1;
    padding:15px 0px;
	vertical-align: middle;
}
.nav4 {
	width: 49% !important;
	margin-top: -15px; 
}
.nav5 {
	width: 49% !important;
	margin-top: -15px;
}



ul.nav li a {
	color: #079f3b;
}
	.main_slide_wrap:before{
		background-size: 100% auto;
		width: 75%;
		margin-top: 0;
		left: -20px;
	}
	.main_slide_wrap{padding-top: 0;}
	.main_slide_wrap:after{
		background-size: 100% auto;
		width: 65%;
		height: calc(70vw * 494 / 618);
		bottom:-30px;
		right:-15px;
	}
	.slick-dotted.slick-slider{width: 92%;margin-top:0;}
	
	.title_img{padding:0;margin:-260px auto 0;max-width: 86%}
	.slick-dots{width: 100%;bottom:-45px;}
	.slick-dots li button:before{width: 14px;height: 14px;}
	
	.bird_content{padding:0 5%;margin-bottom: 150px;margin-top:48px;}
	.bird_content h2{
		position:relative;
		font-size: 30px;
		font-weight: bold;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		display: block;
		width: 100%;
	}
	
	.bird_content h2 img{max-width: 40%;}
	
	.bird_content h2 span{display: block;margin: 0 auto;padding:0;}
	#interest.bird_content h2{left: auto;margin-top: -100px;}
	#interest.bird_content h2 span{left:0;margin-top:0;}
	#item.bird_content h2{left:0;margin-top:0;}
	#item.bird_content h2 span{margin:0 0 20px 0;}
	#identify.bird_content h2 {left: 0;margin-top: -160px;}
	#manner.bird_content h2{margin-top:0px;}
	#manner.bird_content h2 span{margin:0 0 20px 0;}
	#tour.bird_content h2{left:0;margin-top:-100px;text-align: center;}
	#tour.bird_content h2 img{margin-left: -25px;}
	#tour.bird_content h2 span{margin:15px 0 0 0;text-align: center;line-height: inherit;}
	.content_interest ul li{width:100%;}
	.content_interest ul li:nth-child(n){margin-top: 50px;}
	.content_interest ul li:nth-child(1){margin-top: 0;}
	#tour.bird_content h2 .larger{font-size: inherit;margin: 0;display: inline;}

	
	
	.content_season{margin:0;}
	
	
	.bird_content h3{font-size: 19px;}
	
	.bird_content .column{width: 100%;padding:9% 6%;margin-top: 50px;}
	.bird_content .column h3:after{width: 88%}
	
	.bg_yellow{padding-bottom:15px;}
	
	
	.content_season ul li:nth-child(1) img{width:100px; }
	.content_season ul li:nth-child(2){width: 100%;}
	.content_season ul li:nth-child(2) img{width:100px;margin-top:130px; }
	.content_season ul p{width:100%; }
	
	a.btn_02_a {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: bold;
	font-style: normal;
}
	
	.content_item ul {margin-top: 0px;}
	.content_item ul li{width: 48%;margin-top:40px;}
	
	
	#identify.bird_content h2 span {margin-top: 0px;}
	.content_identify ul li{width:100%; }
	.content_identify ul li:nth-child(n){margin-top: 50px;}
	.content_identify ul li:nth-child(7) p{width: 100%;}
	#tour .column{width: 100%;margin-bottom: 50px;}
	#identify .column .birding_term th {display: block;padding: 5px 5px 1px 7px;text-align: left;width: auto; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: bold;
	font-style: normal;}
	#identify .column .birding_term td{display: block;padding:10px;}
	.birding_term td {
    text-align: left;
    width: auto;
    background-color: #dfeccf;
    font-size: 14px;}
	
	.content_tour ul {margin-top: 20px;}
	.content_tour ul li{width: 100%;}
	.content_tour ul li .h3_reverse {font-size: 19px;}
	.content_tour ul li:nth-child(n){margin-top: 30px;}
	.content_tour ul li:nth-child(1) {
    margin-top: 0px;
    float: right;
    background: url(images/point_bg1sp.png) no-repeat;
    padding: 10px 40px 30px;}
	.content_tour ul li p {margin-top: 32px;max-width: 95%;}
	.content_tour ul li:nth-child(2) {
    background: url(images/point_bg2sp.png) no-repeat;
    background-position: top left;
    padding: 0px 40px 40px;}
	.content_tour ul li:nth-child(3) {
    margin-top: 28px;
    background: url(images/point_bg3sp.png) no-repeat;
    padding: 0px 40px 52px;}
	.recommended-list{background: none;margin:30px 0;padding:0;}
	.recommended-list:before {position: absolute;background: rgba(255,255,255,0.5);content: "";width: 100vw;height: calc(100% + 100px);left: 50%;transform: translateX(-50%); margin-top: -20px;}
	.recommended-list .list li .img img{margin-top: -7px;}
	
	.content_manner ul {
    display: flex;
    clear: both;
    margin-top: 0px;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;}
	.content_manner ul li {
    margin-top: 20px;
    width: 100%;}
	.content_manner .h3_reverse{
	font-size: 19px;}
	.content_manner ul p {
    width: 100%;}
	.birding_term th:after {transform: rotate(90deg); top: 25px; left: 30px;}
	.birding_term tr {border-bottom: solid 8px white;}
	.content_manner ul li:nth-child(2) {width: 100%;}
	#manner.bird_content {
    margin-bottom: 130px;}
	.bg_yellow {
    position: relative;
    margin-top: -60px;
    z-index: 1;
    padding: 8px 0 10px 0;}
	.bg_yellow:before {
    height: 96%;}
	.content_item ul li.glasses {
    width: 100%;
}
	.profimg {
    display: inline-block;
    margin: 0px 10px 15px 0px;
}
	.profttl {
    display: inline-block;
    vertical-align: top;
    border-left: 4px dotted #079f3b;
    padding: 0px 0px 0px 10px;
    height: auto;
    margin-bottom: 25px;
}
	.namettl {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: bold;
	font-style: normal;
}
	
.name {
    font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: bold;
	font-style: normal;
}
	a.btn-orange {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	font-weight: bold;
	font-style: normal;
}
	.content_guide ul li {
    padding: 19px;
    background: #FFF;
    border: #079f3b 2px solid;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}
	.tourbutton {
    border-radius: 20px;
    font-size: 20px;
    margin: 10px 0px;
}
.content_interest h4 {
    font-size: 16px;
}
.content_interest .tourbutton {
    margin: 10px 0px 20px;
}
.content_interest .tourbutton a {
    display: block;
    color: #fff;
    letter-spacing: 0.1em;
    padding: 25px;
}
.content_guide h4 {
    font-size: 16px;
}
section {max-width: 85%;}

}
