@charset "utf-8";
/*---------------------------
top  CSS Document 
-----------------------------*/
/*============================
共通
============================*/
#breadcrumbs {
	margin: 0;
}
.activity {
	/* background-color: #e5ddca; */
	padding: 0 0 50px;
}
.hed {margin: 0 0 128px;}
a:hover, a:hover img, a:hover p, a:hover div {
	opacity: 0.8;
	transition: all 0.2s ease-out 0s;
}
.arrow_next:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	right: 5%;
	top: 40%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow_down:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 10px;
	height: 10px;
	left: 48%;
	bottom: 10px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.gs_width {
	max-width: 1100px;
	margin: 0px auto 72px;
	width: 90%;
}
/*============================
共通ボタン
============================*/
.link_btn a {
	background-color: #222;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 10px;
	position: relative;
	max-width: 500px;
	width: 80%;
}
.link_btn.top a {
	margin: 50px auto 0;
}
/*============================
トップへ戻るボタン
============================*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 14px;
	line-height: 1;
	z-index: 99;
}
#page-top a {
	background: #797979;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 32px 5px 24px;
	text-align: center;
	display: block;
	border-radius: 90px;
	opacity: 0.9;
	transition: all .3s ease;
}
#page-top a:hover {
	text-decoration: none;
	opacity: .5;
}
.arrow {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 12px;
}
.arrow::before, .arrow::after {
	position: absolute;
	top: 11px;
	left: 0;
	bottom: 0;
	left: 0;
	/* margin: auto; */
	content: "";
	vertical-align: middle;
}
.arrow::before {
	left: 32.5px;
	width: 2px;
	height: 13px;
	background: #fff;
}
.arrow::after {
	left: 28px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*----動画----- */

.vd_wrap {
	text-align: center;
	margin: 20px 40px 50px;
	background-color: #000;
	padding: 5px;
	cursor: pointer;
}
.vd_wrap video {
	width: 100%;
}
/*============================
#top
============================*/
#top {
}
.hed img {
	width: 100%;
}
.hed_img {
}
.top_content {
	text-align: center;
}
.top_ttl {
	text-align: center;
	font-size: 56px;
	font-weight: 900;
	border-bottom: solid 3px #000;
	display: inline-block;
	padding: 0 0 4px;
	margin: 0 0 72px;
	letter-spacing: normal;
}

.top_bt_wrap {
	display: flex;
	flex-wrap: wrap;
	/* position: relative; */
	margin: 0px 0 0;
}
.top_bt_list {
	background-color: #111;
	border-radius: 5px;
	overflow: hidden;
	pointer-events: none;
	width: 32%;
	margin: 0 2% 4% 0;
}
.top_bt_list:nth-child(3n) {
	margin-right: 0;
}
.top_bt_list a {
	position: relative;
	display: block;
	pointer-events: auto;
}
.top_bt_list:hover {
	box-shadow: 0 15px 9px -10px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-out 0s;
}
.top_bt_list a:hover img {
	transform: scale(1.1);
	opacity: 0.9;
}
.top_bt_list a:hover {
	opacity: 1;
}
.top_bt_img {
}
.top_bt_txt {
	position: absolute;
	bottom: 0;
	background-color: rgba(180,149,82,0.9);
	color: #fff;
	width: 100%;
	padding: 10px;
	font-size: 20px;
	line-height: 1.2;
	box-sizing: border-box;
}

.top_wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	max-width:1280px;
	width:100%;
	padding: 0px 0 0;
	margin: 0 0 48px;
}

.top_wrap li{
	width: 100%;
	box-sizing: border-box;
	align-items:center;
	display: flex;
	flex-wrap: wrap;
}

.top_wrap li:nth-child(2n){
	flex-direction:row-reverse;

}

.top_wrap li img{
	width:50%;
}

.top_wrap h4{
	padding:0 0 10px;
	font-size: 18px;
	border:1px solid #ba9643;
	color:#ba9643;
	padding:2px 8px;
	display:inline-block;
}

.top_wrap h3{
	font-size: 44px;
	font-weight:800;
	padding:0 0 10px;
}
.top_wrap p{
	font-size: 16px;
	line-height:1.56em;
	text-align:left;
}

.top_wrap_txt_box{
	width:50%;
	box-sizing:border-box;
	padding:32px;
	text-align: left;
}

.info{
	display:block;
	font-size:80%;
}

.media{
	font-size: 24px;
	line-height:1.65em;
	font-weight:800;
}

.bt{
	display:inline-block;
	max-width: 720px;
	width:100%;
	background:#ba9643;
	padding: 16px 0;
	margin: 14px 0 32px;
}

.bt a{
	font-size:20px;
	display: block;
	color:white;
	font-weight:normal;
	position:relative;
}

.bt a::after{
	content:'';
	position:absolute;
	right:16;
	box-sizing: border-box;
	display: inline-block;
	top:0;
	bottom:0;
	margin:auto;
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;  
	transform: rotate(45deg);
}

.tour_box{
	max-width: 960px;
	display: inline-block;
	width:100%;
	margin: 0 0 48px;
}

.tour_box h5{
	font-size: 24px;
	font-weight:800;
	padding: 0 10px 0px;
	letter-spacing: 0;
}

.tour_box h5::before,
.tour_box h5::after{
	padding:4px;
}


.tour_box h5::before{
	content:'＼';
}

.tour_box h5::after{
	content:'／';
}

.tour_box h2{
	font-size:16px;
	margin: 14px 0 0;
}

.tour_box h2 img{
	max-width: 960px;
	width: 80%;
	margin: 0 0 10px;
}

.jht h2{
	max-width:1280px;
	margin:0 auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
dl.jht_inr {
	max-width: 960px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 24px auto 30px;
}
dl.jht_inr:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.jht_inr dt{
  padding: 20px;
  width: 40%;
  box-sizing: border-box;
  /* float : left; */
  /* clear : both; */
}
.jht_inr dt img{
	width: 100%;
}
 
.jht_inr dd{
  /* padding: 0px; */
  text-align: left;
  font-size: 16px;
  width: 50%;
  /* margin-left: 0px; */
}

.jht_btn{
    margin: 20px auto;
    text-align: center;
    border:2px solid #000;
    width: 80%;
}
.jht_btn a{
    display: inline-block;
    color: #000;
    text-align: center;
    padding: 2% 3%;
    font-size: 20px;
    justify-content: center;
    display: flex;
}
@media screen and (max-width:768px) {
.jht h2{
	width:100%;
	margin:50px auto;
	text-align:center;
	font-size:24px;
	font-weight:bold;
}
.jht h2 img{
	width:100%;
}
dl.jht_inr {
	width: 100%;
	margin:0 auto;
}
dl.jht_inr:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

.jht_inr dt{
  padding:10px;
  width: 60%;
  text-align: center;
}
.jht_inr dt img{
	width:100%;
	float:none;
}
 
.jht_inr dd{
  padding:0;
  font-size: 14px;
  margin : 10px;
  width: 100%;
}

.jht_btn{
    margin: 20px auto;
    text-align: center;
    border:2px solid #000;
    width: 80%;
}
}


/*====================================
	リキッド表示設定
	1100pxより変形
====================================*/
@media only screen and (max-width: 1100px) {
}
 @media only screen and (max-width: 980px) {
}
@media only screen and (max-width: 786px) {
/*---------------------------
共通
-----------------------------*/
.sp_br {
	display: block;
}
.no_br br {
	display: none;
}
.gs_width {
	margin: 10% auto 0;
}
/*============================
#top
============================*/
.hed_img img {
    width: 180%;
    margin: 0 0 0 -39.5vw;
}
#top .top_bt_list img {
	width: 200%;
	margin: 0 0 0 -23vw;
}
#top {
}
.hed {margin: 0 0 5%;}
.hed_img {overflow: hidden;}
.top_content {
}
.top_ttl {
	font-size: 32px;
	margin: 0px 0 10%;
	letter-spacing: normal;
}
.top_bt_wrap {
	margin: 0% 0 0;
}
.top_bt_list {
	width: 49%;
	height: 140px;
}
.top_bt_list:nth-child(3n) {
	margin-right: 2%;
}
.top_bt_list:nth-child(2n) {
	margin-right: 0;
}
.top_bt_list a {
	height: 100%;
}
.top_bt_list:hover {
}
.top_bt_list a:hover img {
}
.top_bt_list a:hover {
}
.top_bt_img {
}
.top_bt_txt {

}


.top_wrap{
	/* display:flex; */
	/* flex-wrap:wrap; */
	/* justify-content: space-between; */
	/* max-width:1280px; */
	width:100%;
	padding: 0px 0 0;
	margin: 0% 0 2%;
}

.top_wrap li{
	width: 100%;
	box-sizing: border-box;
	align-items:center;
	display: flex;
}

.top_wrap li:nth-child(2n){
	flex-direction:row-reverse;

}

.top_wrap li img{
	width: 80%;
	margin: auto;
}

.top_wrap h4{
	padding:0 0 10px;
	font-size:12px;
	border:1px solid #ba9643;
	color:#ba9643;
	padding:2px 8px;
	display:inline-block;
}

.top_wrap h3{
	font-size: 24px;
	font-weight:800;
	padding:0 0 10px;
}
.top_wrap p{
	font-size: 13px;
	line-height:1.56em;
	text-align:left;
}

.top_wrap_txt_box{
	width: 100%;
	box-sizing:border-box;
	padding:32px;
	text-align: left;
}

.info{
	display:block;
	font-size:80%;
}

.media{
	font-size: 15px;
	line-height:1.65em;
	font-weight: normal;
	width: 90%;
	margin: auto;
}

.bt{
	display:inline-block;
	max-width: 350px;
	width:100%;
	background:#ba9643;
	padding: 12px 0;
	margin: 14px 0 12px;
}

.bt a{
	font-size: 16px;
	color:white;
	font-weight: 800;
}

.tour_box{
	max-width: 960px;
	display: inline-block;
	width: 90%;
	margin: 0 0 44px;
}

.tour_box h5{
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px 10px;
	letter-spacing: 0;
}

.tour_box h5::before,
.tour_box h5::after{
	padding:4px;
}


.tour_box h5::before{
	content:'＼';
}

.tour_box h5::after{
	content:'／';
}

.tour_box h2{
	font-size:16px;
}

.tour_box h2 img{
	max-width: 960px;
	width: 100%;
	margin: 0 0 10px;
}
	
}
