@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #f5f6f7;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	/*
	background-color: #e0d6ab;
	background-size: 26px 26px;
	background-image:  repeating-linear-gradient(to right, #c5b286, #c5b286 1.3px, #e0d6ab 1.3px, #e0d6ab);
	*/
	background-image: url(../images/bg.png);
	}

img {
    image-rendering: -webkit-optimize-contrast;
}

#wrap {
	margin: auto;
	height: auto;
	width: 960px;
}
#contents {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #FFF;
	/*margin-top: 20px;*/
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.text {
	clear: none;
	float: left;
	width: 860px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 40px;
	margin-left: 50px;
	text-align: center;
}
.text p {
	font-size: 14px;
	/*line-height: 26px;*/
	margin:0px 0px 20px 0px;
}

.text a:hover img{	
	filter: alpha( opacity=80 );  /* IE */
    opacity:0.80;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.70;           /* Firefox 0.9より前 */
	}
	
.text a img:hover {
	position : relative;
	top : 1pt;
	left : 1pt;
}

.tournament{
	clear: none;
	float: left;
	width: 860px;
	height:auto;
	margin:0px 0px 20px 0px;
}

.summary {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: auto;
}
.summary dl {
	clear: none;
	float: left;
	height: auto;
	width: 900px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.summary dl:last-child {
	border-bottom: none;
}

.summary dt {
	width: 180px;
	margin-right: 0px;
	height: auto;
	clear: none;
	float: left;
	font-size: 16px;
	margin-left: 40px;
}

.summary dd {
	width: 660px;
	height: auto;
	float: left;
	clear: none;
	font-size: 15px;
	/*line-height: 26px;*/
	line-height: 50px;
	margin-right: 20px;
}

.sp_logo{
	clear: none;
	float: left;
	width: 230px;
	height:auto;
}

.map {
	clear: none;
	float: left;
	height: 300px;
	width: 960px;
	background-color: #CCC;
}
#foot {
	clear:both;
}

h1 {
	clear: none;
	float: left;
	height: auto;
	width: 960px;
	background-color: #add700;
	text-align: center;
	color: #FFF;
	font-size: 24px;
}

h2 {
	font-weight: bold;
	text-align: center;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;*/
	font-size: 22px;
	letter-spacing: 0.1em;
	margin: 0px 0px 50px 0px;
	padding: 15px 0px 10px 0px;
	background-color: #add700;
	color:#ffffff;
}


h3 {
	height: auto;
	width: 100%;
	clear: none;
	float: left;
	text-align: center;
	margin:20px 0 40px 0;
}
h3 img {
	width: 65%;

}
/*

h2 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #add700;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-bottom: 5px;
	color:#666;
}

h3 {
	font-weight: normal;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #add700;
	font-size: 25px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	padding-bottom: 5px;
	color:#666;
}
*/

/*summary LINK*/

.summary a {
	color: #C30; /*リンクの色*/
	text-decoration: none; /*下線無し*/
}

.summary a:visited {
	color: #C30;/*リンクの色*/
}

.summary a:hover {
	color: #6C3; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}

/*font option*/
.t1 {
	color: #39C;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

/* アルバム用 */

.album {
	clear: none;
	float: left;
	width: 900px;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: auto;
}


.album ul{
	display: flex;
  flex-wrap:wrap;/* これを指定する */
  justify-content:space-between;
}

.album li{
	display: inline-block;
	padding:10px;
}

.album img{
	width: 430px;
}

/* form link option*/

.form {
	clear: none;
	float: left;
	width: 840px;
	text-align: center;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 60px;
	margin-left: 60px;
}

.form a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #aed701;
  border: 1px solid #aed701;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}
.form a.btn:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}
.form a.btn:hover {
  background: #fff;
  color: #aed701;
}
.form a.btn:hover:before {
  border-top: 2px solid #aed701;
  border-right: 2px solid #aed701;
}
