﻿@charset "UTF-8";

/** トップ画像 **/
.topbunner {
	position: relative;
}
.topbunner p {
	position: absolute;
	color: white;
	top: 50%;
	left: 50%;
	font-weight: bold;
	font-size: 2em;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
}

/** 見出し **/
h4{
	position: relative;
	padding: 0.25em 0;
}
h4:after {
	content: "";
	display: block;
	height: 4px;
	background: -moz-linear-gradient(to right, rgb(46, 104, 14), transparent);
	background: -webkit-linear-gradient(to right, rgb(46, 104, 14), transparent);
	background: linear-gradient(to right, rgb(46, 104, 14), transparent);
}
h5 {
	position: relative;
	padding: 5px 26px 5px 42px;
	background: #e9eddc;
	font-size: 20px;
	color: #2d2d2d;
	margin-left: -33px;
	line-height: 1.3;
	border-bottom: solid 3px #2e680e;
	z-index:-2;
}

h5:before {
	position: absolute;
	content: '';
	left: -2px;
	top: -2px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index: -1;
}

h5:after {
	position: absolute;
	content: '';
	right: -3px;
	top: -7px;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 40px transparent;
	border-bottom: solid 79px white;
	z-index: -1;
}
/** 段落-左余白 **/
div.card {
	display: block;
	border: none;
}

div > p,
div.card-body > p > div,
div.card-body > table,
#gaiyou img {
	padding-left: 30px;
}
.img-thumbnail > p {
	padding-top: 0px;
	padding-left: 5px;
}

.img-thumbnail > div > p {
	padding-left: 0px;
}

a {
	text-decoration: underline;
}
a.btnLink {
	text-decoration: none;
}


/** バス時刻表 **/
.div_bus {
	padding-left: 30px;
}
.table_bus {
	padding-left: 30px;
	border: none;
}
.table_bus > thead > tr > td,
.table_bus > tbody > tr > td {
	width : 150px;
	padding: 2px 5px 2px 5px;
	text-align: center;
}

/** ジオツアー **/
.div_geotour {
	padding-left: 30px;
}
.table_geotour {
	padding-left: 30px;
	border: none;
}
.table_geotour > thead > tr > td,
.table_geotour > tbody > tr > td {
*	width : 150px;
	padding: 2px 5px 2px 5px;
	text-align: center;
}


/** topへ戻るリンク **/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/** 更新履歴 **/
.history {
	padding-bottom: 50px;
	padding: 5px;
	margin-bottom: 10px;
	border: 5px double #dddddd;
}
ul li {
  position: relative;
}
ul li::after,
ul li::before {
  display: block;
  content: '';
  position: absolute;
}
ul li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: rgb(46, 104, 14);
  border-radius: 100%;
}
ul li::before {
  z-index: 2;
  top: .625em;
  left: -.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


/** クリッカブルマップ **/
.mapimg {
	display: none;
}


/** 大会チラシダウンロードリンク **/
#chirashi_title {
	float: left;
	width: 160px;
}
.chirashi_link {
	float
	background-color: transparent;
	padding-top: 13px;
}

/** floating reset **/
.reset {
	clear:both;
}


/** 大会動画リンク **/
.youtube { 
  	display: inline-block; 
  	position: relative; 
  	overflow: hidden; 
  	width: 336px; 
  	height: 189px; 
} 
.youtube::before { 
  	position: absolute; 
  	content: "Click to Play"; 
  	color: #fff; 
  	text-align: center; 
  	font-size: 22px; 
  	font-weight: bold; 
  	line-height: 180px; 
  	background: rgba(0, 0, 0, 0.6); 
  	top: 0; 
  	left: 0; 
  	width: 100%; 
  	height: 100%; 
  	z-index: 10; 
  	transition: all 0.3s; 
} 
.youtube:hover::before { 
  	background: rgba(0, 0, 0, 0.7); 
  	cursor: pointer; 
  	transition: all 0.3s; 
} 

/** matterport制御 **/
.move{
	position:relative;
	width:65%;
	padding-top:37.1%;
}
.move iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}
