@charset "utf-8";
/**********************************
Theme Name: one
Theme URI: http://inc88.com/
Description: レスポンシブデザイン無料テーマ
Version: 1.1.1
Author: Tommy
Author URI: http://inc88.com/

■全体定義
■クラス定義
■動画レスポンシブ
■画像系
■サイトごとの個別内容
■widht 768px以上

**********************************/
/*--- リセット ------------------*/
* {margin: 0;padding: 0;}
a {text-decoration: none;}
ul, ol {list-style: none;list-style-position:inside;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*--- 全体定義 ------------------*/
html {
	font-family: '游ゴシック  Medium','メイリオ', Meiryo,'-apple-system', 'BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN',"segoe ui",'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size : 95%;
	line-height : 1.7;
	color: #333;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	width:100%;
}
header, nav, main, article, section{
	display:block;
}
/*--- クラス定義 ----------------*/
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
}
* html .clearfix {zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}
.clear {clear: both;}
.center {
	text-align: center;
	clear: both;
}
.wp-caption {text-align: center;}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.yellow{
	background: rgba(0,0,0,0) linear-gradient(transparent 60%,#ff0 0) repeat scroll 0 0;
	font-weight:bold;
	color: #595959;
}
.red{
	color:#ff0000;
	font-size:110%;
}
.bold{font-weight: bold;}
table{
	border-collapse: collapse;
	border-top:1px solid #333;
	border-left:1px solid #333;
}
th,td{
	border-bottom:1px solid #333;
	border-right:1px solid #333;
	padding:7px;
}
th{font-weight:normal;}
caption{
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
	padding: 7px;
	background:#afeeee;
	color: #191970
}
i{margin-right:5px;}
.m-bottom{
	margin:0 0 1em;
}
text-box p{
	margin:0 0 1.5em;
}
/*--- 動画レスポンシブ --------*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--- 画像系 --------------------*/
img {
	max-width: 100%!important;
	height: auto;
	vertical-align: middle;
	border: 0;
	;-webkit-backface-visibility: hidden;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*--- カテゴリーリンク ----*/
.cat_tag {
	margin-bottom: 24px;
	padding: 0 0 12px 0;
	text-align: left;
	border-bottom: 1px dashed #ccc;
	word-break: keep-all;
	line-height: 2em;
}
.cat_tag a {
	color: #fff;
	background-color: #444;
	margin: 0 0.2em 0 0;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
}
.cat_tag a:hover {color: #ffd700;}

/*--- ページ送り ----------------*/
#page_pn {margin: 0 0 20px 0;}
#page_pn dl {text-align: left;}

.pager{text-align: center;}
a.page-numbers,.pager .current{
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 8px;
	margin: 10px 2px 0 2px;
}
.pager .current{
	background: #444;
	border: 0;
	color: #fff;
}

/*******************************************************************************
■サイトごとの個別内容
ヘッダー
コンテンツ
問合せフォーム
フッター

768px以上
ヘッダー
コンテンツ
フッター
********************************************************************************/
header{
	width: 100%;
	padding:10px 0;
	margin: 0 0 1em;
	box-sizing: border-box;
}
.hgroup{
	max-width: 1000px;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hgroup #rogo{
	width:100%;
	text-align: center;
	margin: 0 0 10px;
}
.hgroup #add{
	width:100%;
	text-align: center;
	margin: 0 0 10px;
}
.header-bt{
	text-align:center;
}
.header-bt a{
	display:inline-block;
	width: 200px;
	background:#228b22;
	color:#fff;
	text-align:center;
	padding:5px 10px;
	border-radius: 6px;
}
nav{
    max-width: 1000px;
    margin: 0 auto;
}
nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
nav ul li{
	width:calc(100% / 2);
	text-align: center;
	background:#22206b;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}
nav ul li:nth-child(even){
	border-right: none;
}
nav ul li a{
	display:block;
	padding:10px 0;
	color: #fff;
}
#page h1,#archive h1{
	background-image: url(./images/sub-header.jpg);
	background-position: center center;
	background-size: cover;
	text-align: center;
	color: #fff;
    padding: 3em 0;
    margin: 0 0 1em;
}
/*--- コンテンツ --------------------*/
main,aside {
    max-width: 1000px;
    margin: 0 auto;
}
article, section{
    margin: 0 auto 3em;
    box-sizing: border-box;
}
.inner{
	padding:0 10px;
}
.text-box p{
	margin:0 0 1em;
}
.title{
  font-weight: bold;
  font-size:140%;
  padding: 0.5em 1em;
  margin: 0 0 1em;
  background-color: #22206b;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.title::after {
  content: '';
  background-color: #fff;
  opacity: 0.3;
  transform: rotate(-65deg);
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 300px;
  height: 500px;
}
.phrase-box{
    margin:2em 0 4em;
    position: relative;
    padding: 1.5em 2.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.phrase-box:before, .phrase-box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.phrase-box:before {left: 10px;}
.phrase-box:after {right: 10px;}
.phrase-box p {
    margin: 0 0 1.5em; 
}
.phrase-box p:last-child {
    margin: 0;
}
.phrase-box span{
	display:inline-block;
}
.phrase-box strong{
	font-size: 120%;
	color: #228b22
}
.news li{
	border-bottom:1px dotted #cdcdcd;
	margin:0 0 1em;
	padding:0 0 0.5em;
}
.time{
	display: block;
}
.time span{
	background:#228b22;
	color: #fff;
	display: inline-block;
    margin: 0 0 5px;
    padding: 2px 10px;
    border-radius: 6px;
}
.club-prof{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.club-prof .club-rogo{
	width:100%;
	margin:0 0 1em;
	text-align:center;
}
.club-prof .club-overview{
	width:100%;
	margin:0 0 1em;
}
.inner table{
	width:100%;
}
.inner table th{
	width:100%;
	background:#f0fff0;
	display: inline-block;
	box-sizing: border-box;
}
.inner table td{
	width:100%;
	display: inline-block;
	box-sizing: border-box;
}
.banner-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banner-list li{
	width: calc(100% / 2 - 5px);
	text-align:center;
	margin:0 0 1em;
}
.lavel-box {
    position: relative;
    margin: 4em 0 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.lavel-box .box-title {
    position: absolute;
    display: inline-block;
    top: -30px;
    left: -3px;
    padding: 0 50px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.staff h3{
	border-bottom: solid 3px #000;
	position: relative;
	font-size: 120%;
    margin: 0 0 1em;
}
.staff h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #ff0000;
	bottom: -3px;
	width: 20%;
}
.staff ul{
	margin:0 0 2em;
	list-style-type: disc;
}
/*--- ニュース記事 --------------------*/
#post-content{
	padding: 0 0 2em;
}
#post-content p{
	margin: 0 0 1em;
}
/*--- クラブ関係のスタイル --------------------*/
.list-box {
    position: relative;
    margin: 2em 0 1em;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.list-box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #8b4513;
    font-weight: bold;
}
.list-box ul{
	padding: 15px 0;
}
.policy-area li{
	margin: 0 0 2em;
    padding: 0 0 1em;
    border-bottom: 1px dotted #000;
}
.policy-area li:last-child{
    border-bottom: none;
}
.policy-area h4{
	font-size: 120%;
    margin: 0 0 0.5em;
}
.policy-area ul{
    list-style-type: square;
    list-style-position: inside;
    padding-left: 20px;
}
.policy-area ul li{
	margin: 0 0 0.5em;
    padding: 0;
    border-bottom: none;
}
.sub-title {
  position: relative;
  font-size: 140%;
  margin: 0 0 1em;
}

.sub-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
}

.club-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.club-flex dl{
	width:100%;
	margin:0 0 1em;
	display: flex;
	flex-direction: column;
}
.club-flex dt{
	text-align:center;
	font-weight:bold;
	font-size:120%;
	background:#1e90ff;
	color:#fff;
	padding:10px;
}
.club-flex dd{
	border:1px solid #1e90ff;
	padding:15px;
	flex-grow: 1;
}
/*--------------問合せフォーム----------*/
.wpcf7{
	max-width: 800px;
    margin: 0 auto;
}
.table-bordered {
    border: 1px solid #eceeef;
    margin:0 0 15px;
}
.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #eceeef;
	width: 100%;
	display:block;
}

.table-bordered td, .table-bordered th {
    padding: .75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
    box-sizing: border-box;
}
.table-bordered th {
	text-align: left;
}
.table-contactform7{
	overflow: hidden;
	table-layout: fixed;
	margin:0 auto 20px;
	width:100%;
	font-size: 90%;
}
 
.required-contactform7{
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th{
  font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 select,
.table-contactform7 textarea{
  padding:6px;
  box-sizing: border-box;
}
 
.address-100 input{
  max-width: 100%;
}
 
.message-100 textarea{
  width: 100%;
}

.table-contactform7 select{
  width: 70%;
}

.text-xs-center{
	text-align:center;
}
.text-xs-center .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.text-xs-center .btn {
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    min-width: 200px;
}
input[type="submit"] {
   -webkit-appearance: none;
}
.acceptance-area{
	font-weight: bold;
}
/*--- パンクズ --------------------*/
.pankuzu li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.pankuzu li:after {
  /* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #555;
}

.pankuzu li:last-child:after {
  content: '';
}

.pankuzu li a {
  text-decoration: none;
  color: gray;
}
.pankuzu li:first-child a:before {
  /*家アイコン*/
  font-family: "Font Awesome 5 Free";
  content: '\f015';
  font-weight: 900;
  font-size: 1.1em;
  color: #2e7fea;
  margin-right: 5px;
}
.pankuzu li a:hover {
  text-decoration: underline;
}
/*--- フッター ------------------*/
footer{
	text-align:center;
	margin: 2em 0 0;
}
small{
	background: #000;
    display: block;
    padding: 10px 0;
    color: #fff;
}
#page-top {
	display: block;
	position: fixed;
	right: 10px;
	z-index: 100;
}

/********** widht 768px以上 *********************************/

@media screen and (min-width : 768px){

/*--- ヘッダー ------------------*/
.hgroup #rogo{
	width:40%;
}
.hgroup #add{
	width:40%;
}
nav ul li{
	width:calc(100% / 4);
}
nav ul li:nth-child(even){
	border-right: 1px solid #fff;
}
nav ul li:last-child{
	border: none;
}
/*--- コンテンツ ----------------*/
.phrase-box span{
	display:block;
}
.phrase-box strong{
	font-size: 150%;
}
.time{
	display: inline-block;
}
.club-prof .club-rogo{
	width:30%;
}
.club-prof .club-overview{
	width:65%;
}
.inner table th{
	width:30%;
	display: table-cell;
}
.inner table td{
	width:70%;
	display: table-cell;
}
.banner-list li{
	width: calc(100% / 3 - 5px);
}
.club-flex dl{
	width:49.5%;
}
.staff h3{
	font-size: 140%;
}
/*--- 問合せフォーム ------------------*/
.table-bordered th{
	width: 30%;
	display:table-cell;
}
.table-bordered td {
	width: 70%;
	display:table-cell;
}
/*--- フッター ------------------*/


/********** widht 768px end *********************************/

}
