@charset "utf-8";
/*
Theme Name: Oahu club
Theme URI: https://www.oahuclub.jp/
*/
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
* html #contents {
  height: 100%;
}
body > #contents {
  height: auto;
}
#contents {
  position: relative;
  min-height: 100%;
  width: 100%;
}
div, ol, ul, dl, form {
  margin: 0px;
  padding: 0px;
}
p, h1, h2, h3, h4, h5, h6, dt, dd, input, textarea, figure, blockquote {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}
th, td {
  margin: 0px;
  padding: 0px;
  line-height: normal;
  font-weight: normal;
}
em {
  font-style: normal;
  font-weight: bold;
}
a {
  color: #333;
  text-decoration: none;
}
a img {
  border: none;
}
img {
  border: 0px;
  vertical-align: bottom;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
header {
  position: fixed;
  width: 100%;
  background: #FFF;
  border-bottom: 5px solid #8B0038;
  z-index: 150;
　margin-top: 0;
}
header .logo {
  text-align: left;
  padding: 10px 10px 20px;
}
/*menus*/
.menus {
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
}
.menus__line {
  background: #999;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform .3s;
  width: 100%;
}
.menus__line--center {
  top: 9px;
}
.menus__line--bottom {
  bottom: 0;
}
.menus__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menus__line--center.active {
  transform: scaleX(0);
}
.menus__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}
.menus p {
  font-size: 10px;
  padding-top: 20px;
}
/*gnav*/
.gnav {
  background: hsla(336, 100%, 27%, 0.90);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 100;
}
.gnav__wrap {
  height: 100%;
  position: absolute;
  width: 100%;
  text-align: center;
}
.gnav__wrap h2, .gnav__wrap h3 {
  color: #DDD;
  font-weight: normal;
  padding-top: 10px;
  line-height: 1;
}
.gnav__wrap h2 {
  font-size: 1.3em;
}
.gnav__wrap h3 {
  font-size: 1.1em;
  margin: 10px 20px;
}
.gnav__wrap .item {
  margin: 15px 0;
}
.gnav__wrap .item li {
  display: inline-block;
  margin-bottom: 10px;
}
.gnav__wrap .item a {
  color: #333;
  background: #FFF;
  padding: 15px 10px;
  text-decoration: none;
  transition: .5s;
  display: block;
}
.gnav__wrap .item a:hover {
  color: #999;
  background: #DDD;
}
.gnav__wrap .links a, .top-link a {
  color: #FFF;
  transition: .5s;
}
.gnav__wrap .links {
  width: 200px;
  margin: 15px auto;
  text-align: left;
}
.gnav__wrap .links li {
  margin-bottom: 5px;
  list-style: none;
}
.gnav__wrap .links li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2em;
  margin-right: 5px;
  color: #FFF;
}
.gnav__wrap .links a:hover, .top-link a:hover {
  color: #CCC;
}
.gnav__wrap .links #menu-item-20 {
	display: none;
}
.top-link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 1.2em;
  margin-left: 5px;
  color: #FFF;
}
.top-link {
  margin-top: 15px;
}
.pdf-link {
  margin-bottom: 10px;
}
.pdf-link a {
  color: #FFF;
  background: #000;
  padding: 4px 16px;
  border-radius: 16px;
  display: inline-block;
  transition: .5s;
}
.pdf-link a:hover {
  color: #CCC;
}
#main {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
#main .banner {
	margin: 30px auto 50px;
}
#main p {
	margin-bottom: 30px;
	line-height: 1.8;
}
#main ol,
#main ul {
	text-align: left;
	margin: 0 auto 50px;
	
}
#main aside {
	max-width: 900px;
	margin: 0 auto 30px;
}
#main aside li {
	font-size: .9em;
	list-style: none;
}
#main aside li::before {
	content: "※";
}
#main h2 {
  color: #9D0030;
  padding-top: 30px;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 1;
}
#main h2 span {
  font-size: 2.5em;
  color: #333;
  display: block;
  margin-bottom: 30px;
}
#main h4 {
	margin: 30px auto;
}
#news ul {
  max-width: 800px;
  width: 96%;
  margin: 0 auto;
}
#news ul p {
  margin-bottom: 5px;
}

#news ul .date {
  display: inline-block;
  font-size: .9em;
}
#news ul .type {
  display: inline-block;
  padding: 3px 5px;
  color: #FFF;
  font-size: 10px;
  border-radius: 3px;
  margin-left: 10px;
}
#news ul .type a{
	color: #FFF;
	text-decoration: none;
}
#news ul .oahuclub {
  display: none;
}
#news ul .tamagawa{
  background: #9E002F;
}
#news ul .wakabadai {
  background: #1D1A8B;
}
#news ul .takatsu, #news ul .tsunashima, #news ul .shakujii-koen, #news ul .ebina {
  background: #006633;
}
#news ul .yojien {
  background: #6B1D7A;
}
#news ul li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #DDD;
  list-style: none;
}
#news ul li a {
text-decoration: underline;
}
#main .detail-link,
#main .return-link{
	text-align: center;
}
#main .detail-link a,
.return-link a{
  padding: 11px 20px;
  border-radius: 30px;
  border: 1px solid #DDD;
  transition: .5s;
  display: inline-block;
	
}
#main .detail-link a::after,
.return-link a::after {
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a9";
  font-size: 1.2em;
  margin-left: 10px;
	color: #8B0038;
}
#main .detail-link a:hover,
.return-link a:hover{
  background: #DDD;
}
.return-link {
	margin: 30px auto;
}
#main .attention {
	border: 1px solid #970021;
	color: #970021;
	padding: 20px;
	margin: 30px auto 50px;
	max-width: 1100px;
	width: 96%;
}
#main #training {
	max-width: 1200px;
	margin: 0 auto 50px;
	border-bottom: 0;
}
#main #training ul {
	display: flex;
	justify-content: flex-start;
	overflow-x:scroll;
	width: auto;
} 
#main #training li {
	list-style: none;
	padding:2vw;
	flex-shrink: 0;
	width: 550px;
}
#main #training li iframe{
	width: 100%;
}
footer {
  margin-top: 50px;
  width: 100%;
}
footer .aioseo-breadcrumbs {
  max-width: 960px;
	width: 96%;
	text-align: left;
	margin: 30px auto 0;
}
footer .aioseo-breadcrumbs a {
  text-decoration: underline;
}
footer .links {
  background: #FFB7CD;
  padding: 22px;
}
footer .links ul {
  margin: 0 auto;
  font-size: 11px;
}
footer .links ul li {
  display: inline-block;
  padding: 5px 10px;
  border-left: 1px solid #AAA;
}
footer .links ul li:first-child {
  border-left: 0;
}
footer .sns ul {
  margin: 0 auto 30px;
	padding-top: 30px;
	border-top: 1px solid #999;
}
footer .sns ul li {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}
footer .sns .nosh {
	margin-bottom: 30px;
}
footer small {
  display: block;
  padding: 20px 0;
  color: #999;
  font-size: 11px;
  text-align: center;
  border-top: 1px solid #999;
}
img {
  max-width: 100%;
  height: auto;
  width /***/ : auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 768px) {
	#main iframe {
		width: 100%;
	}
	#main #training li {
	width:75vw;
	
} 
}
@media screen and (max-width: 480px) {
.gnav__wrap .item {
  margin: 10px 0;
}
.gnav__wrap .item a {
  padding: 5px 10px;
}
.gnav__wrap .links li {
  margin-bottom: 3px;
}
footer .aioseo-breadcrumbs {
	font-size: .9em;
}
footer .aioseo-breadcrumbs span {
	display: inline-block;
}
}