@charset "utf-8";
/*---------------------------
top  CSS Document 
-----------------------------*/
/*============================
共通
============================*/
#breadcrumbs {
	margin: 0;
}
.activity {
	/* background-color: #e5ddca; */
	padding: 0 0 50px;
}
.hed {
}
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: 40px auto 0;
	width: 90%;
}
/*============================
共通ボタン
============================*/
.link_btn a {
	background-color: #07738E;
	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: 36px;
	font-weight: 900;
	border-bottom: solid 3px #000;
	display: inline-block;
	padding: 0 0 4px;
	margin: 0 0 4px;
}
.top_bt_wrap {
	display: flex;
	flex-wrap: wrap;
	/* position: relative; */
	margin: 40px 0 0;
}
.top_bt_list {
	background-color: #111;
	border-radius: 5px;
	overflow: hidden;
	pointer-events: none;
	width: 32%;
	margin: 0 2% 2% 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: 15px;
	line-height: 1.2;
	box-sizing: border-box;
}


/*====================================
	リキッド表示設定
	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 {
}
.hed_img {overflow: hidden;}
.top_content {
}
.top_ttl {
	font-size: 18px;
}
.top_bt_wrap {
	margin: 9% 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 {

}
}
