@charset "utf-8";

/*
theme Name: softtennis
Author: accomplish
Description: original theme
*/
/*cssのリセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img,
ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

a:focus, *:focus { outline:none; }

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

.clear {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0;	
}

.inside {
	width:1000px;
	margin:0 auto;
	box-sizing: border-box; 
}

/*サイト全体の基準となるCSSを記述*/
html {
  font-size: 16px;
}

body {
  /*フォントの指定*/
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  /*行間の指定*/
  line-height: 1.4;
  margin: 0;
  padding: 0;
  /*サイトのデフォルトとなる文字の色を指定*/
  color: #333;
  background-color:#FFFEF9;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.back_bg {
	background-image:url(images/second_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.home .back_bg {
	background-image:none;
}


/*見出しを全て太字で表示 + 文字色を黒に*/
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #000;
}

img {
  max-width: 100%;
  height: auto;
}

/* フォント -*/

.f15 {font-size:15px;}
.fSSS { font-size: 70%;}
.fSS  { font-size: 78%;} /* base 16px =  14px */
.fS   { font-size: 85%;} /* base 16px = 14px */
.fM   { font-size: 100%;}
.fL   { font-size: 115%;}/* base 16px = 18px */
.fLL  { font-size: 130%;}/* base 16px = 20px */
.fLLL { font-size: 143%;}/* base 16px = 22px */
.ff-m {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.orange {
	color: #E78518;	
}

.enji {
	color: #BB0000;
}
.green {
	color:#49A527;
}

/* 字下げ -*/

.indent1 {
	text-indent: -1.3em;
	margin-left: 1.3em;
	display: block;
}

.indent2 {
	text-indent: -2em;
	margin-left: 2em;
	display: block;
}

.indent4 {
	text-indent: -3.9em;
	margin-left: 3.9em;
	display: block;
}

.indent5 {
	text-indent: -5.0em;
	margin-left: 5.0em;
	display: block;
}
/* 余白 -*/
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}
.mr100 { margin-right: 100px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}
.ml100 { margin-left: 100px !important;}

.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}

/* リンク */

a:link {
	color: #0066CC;
} 
a:visited {color:#0066CC;} /*訪問済みのリンクの色*/
a:hover {
	color: #EC7046;
	text-decoration: underline;
} /*カーソルが乗っているリンクの色*/
a:active {color:#0066CC;} /*クリック中のリンクの色*/

/* ボタン */
.btn-badge {
	display: inline-block;
	padding: 0.25em 0.4em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #808080;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	background-color: #FAF2ED;
}
.btn-green {
  display: inline-block;
  padding: 0.8em 2em;
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  background-color:#5C9E2C;
  margin:0 auto;
}
.btn-green a:hover {
  color: #fff;
  background-color:#FC3;
}
.btn-green a:visited {
  color: #fff;
}
.news_list {
	margin:0 auto;
}
.news_list a {
	color:#FFF;
	line-height:50px;
	text-decoration:none;
	background-color:#327D1C;
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-image: none;
	background-size: auto;
	background-origin: padding-box;
	background-clip: border-box;
	transition-property: all;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	border-radius:5px;
	padding-left:15px;
	padding-right:15px;
	float:right;
}
 
.news_list a:hover {
	text-decoration: underline;
	background-color: #A3DA81;
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #333;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	border-radius:5px;
	padding-left:15px;
	padding-right:15px;
} 

/* BOX */
.beige-box {
	width:90%;
	margin:0 auto;
	border:solid #8F842E 1px;
	background-color:#FAF5ED;
	border-radius:10px;
	padding:1rem 1rem; 
}

/* クラス定義 */

.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

.alignright {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}

.alignleft {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.aligncenter {
	text-align: center;
}

img.alignright{
	display: block;
	margin: 0 0 0 auto;
}
 
img.alignleft{
	display: block;
	margin: 0 auto 0 0;
}
 
img.aligncenter{
	display: block;
	margin: 0 auto !important;
}

.f-left {
	float: left;	
}

.f-right {
	float: right;	
}

/*コンテンツのサイズ指定*/
.header-inner,
.container-inner,
.footer-inner {
  box-sizing: border-box;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 1.25rem;
}

.container-inner {
  padding: 2rem 1.25rem;
}

.container-inner:after {
  display: block;
  clear: both;
  content: '';
}

.contents {
  width:100%;
}

.contents p {
  margin-bottom: 2rem;
}

/*---------------------------------------------------------
ヘッダー
---------------------------------------------------------*/
header {
	height:105px;
}
.back_r {
	height:100%;
	width: auto;
}
.site-title-wrap {
  text-align: left;
  width:30%;
  float:left;
}

/*タイトルを画像にする場合*/
.site-title a {
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

.site-title a img {
	display: inline-block;
	width: auto;
	height: auto;
}

/*タイトルを文字列にする場合*/
/* .site-title a {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
  color: #000;
} */

.header-inner {
  position: relative;
}

.navbutton {
  display: none;
}

.header-nav-wrap {
	position: relative;
	float:right;
	padding-top:0px;
	margin-right:70px;
}

.header-nav {
  font-size: 0;
}

.header-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1rem;
}

.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #000;
}

.header-nav li a:hover {
  opacity: .6;
}

.header-nav li.current_page_item a {
	color: #327D1C;
}

.header-nav li i {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  background: #aa0142;
  line-height: 30px;
  text-align: center;
  color:#FFF;
  margin-right:5px;
}
.header-nav li i:before { padding: 0 0px 0px 0px; line-height: 30px; }
.header-nav li a:hover i { background: #aa798c; }


.is-fixed .header-nav{
	margin:0 auto;
}

.is-fixed .header-nav li {
  font-size: 1rem;
  display: inline-block;
  height:100px;
  margin-right:0;
}

.is-fixed .header-nav li a {
	font-weight: 500;
	display: block;
	text-decoration: none;
	color: #000;
	border-bottom:none;

}

.is-fixed .header-nav li i {
  width: 30px;
  height: 30px;
  margin: 0;
  border-radius: 50%;
  background: #aa0142;
  line-height: 30px;
  text-align: center;
  color:#FFF;
  margin-right:5px;
}
.is-fixed .header-nav li i:before { padding: 0 0px 0px 0px; line-height: 30px; }

/*ドロワーメニュー*/

#nav-drawer {
  position: relative;
  margin-left: 18px;
  margin-top: -60px;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 55px;
  height: 70px;
  vertical-align: middle;
  position: fixed;
  z-index: 999;
  background-color: transparent;
  top: 30px;
  right: 0;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 35px;/*長さ*/
  border-radius: 3px;
  background: #000;/*線の色*/
  display: block;
  content: '';
  cursor: pointer;
}

#nav-open span:before {
  bottom: -8px;
}

#nav-open span:after {
  bottom: -16px;
}
#nav-open .open-text {
  position: absolute;
  height:20px;
  font-size:0.8rem;
  background:none;
  display: block;
  content: '';
  cursor: pointer;
  top:25px;
  font-weight:bold; 
}
#nav-open .open-text:before, #nav-open .open-text:after {
	display:none;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 400px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(105%);
  transform: translateX(105%);/*右に隠しておく*/
}


/*チェックが入ったらもろもろ表示*/
#nav-input:checked~#nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked~#nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
  z-index: 9998;
}

/*ハンバーガーメニューの中身もろもろ*/
.hamburger-top {
	position: relative;
	background-color: #327D1C;
	text-align: center;
	padding: 15px 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	color: #fff;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.humburger-top .cancel{
    display: inline-block;
    padding: 10px 3px;
}

.cancel {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 20px;
  width: 5px;
  height: 30px;
  background: #fff;
  transform: rotate(45deg);
  z-index: 99;
}

.cancel:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  width: 31px;
  height: 5px;
  margin-top: -3px;
  background: #fff;
}

/*中身次第で工夫　ここから*/
.top-info{
  padding: 10px 15px;
}
/*中身次第で工夫　ここまで*/


.drawer-nav {
	padding: 10px 15px;
}
.menu-container{
  padding: 5px 10px;
}
.drawer-nav ul li {
  float: none;
  font-size: 15px;
  padding: 10px 15px 10px 15px;
  list-style: none;
  text-align: left;
  border-bottom: dashed 1px #999;
}

.drawer-nav ul li:last-child {
  border: none;
}

.drawer-nav ul li a {
  text-decoration: none;
  color: #000;
}

.contactbox {
	padding: 10px 15px;
}
.contactbox .tel {
	display: inline-block;
    background-color:#327D1C;
    color:#FFF;
    padding:10px 30px;
    border-radius:20px;
    margin:30px 0px 0px 0;
	font-weight:800;
	text-align:center;
	width:80%;
}
.contactbox .mail {
	display: inline-block;
    background-color:#327D1C;
    color:#FFF;
    padding:10px 30px;
    border-radius:20px;
    margin:30px 0px 30px 0;
	font-weight:800;
	text-align:center;
	width:80%;
}

.contactbox .tel a {
	text-decoration: none;
	color: #FFF;
	pointer-events: none;
}

.contactbox .mail a {
	text-decoration: none;
	color: #FFF;
}

/* スマホ以外のグローバルメニュー下に表示 */
@media (min-width: 800px) {
body {
	min-width:800px;
}
.header-nav li {
	font-size: 1rem;
	display: inline-block;
	margin-right: 0px;
	font-weight: 300;
	color: #000;
	text-align: center;
}

.header-nav li a {
  font-weight: bold;
  display: block;
  text-decoration: none;
  font-weight:300;
  color:#333;
  padding-top:10px;
  padding-bottom:10px;
  padding-right:15px;
  padding-left:15px;
  line-height:85px;
 
}
.header-nav li.contact a {
	background-color:#49A527;
	color:#FFF;
}
.header-nav li a:hover {
  opacity: .6;
  padding-top:10px;
  padding-bottom:8px;
}
.is-fixed .header-nav li a:hover {
	border-bottom:none;
}
}

.pan {
  margin-bottom: 20px;
}
.pan .fas {
  display: inline !important;
  color: #9F9F9F;
  float: left;
  margin-right: 5px;
  line-height: 20px;
}
#breadcrumbs {
  font-size: 0.9rem;
  border-bottom: none !important;
}
/*---------------------------------------------------------
	ナビの固定用
---------------------------------------------------------*/

.is-fixed  {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100% !important;
	padding-top: 0px;
	background-color: #FFFFFF;
	-webkit-transition: all .4s ease 0s,background .6s ease .2s;
	transition: all .4s ease 0s,background .6s ease .2s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: 105px;
	color: #000;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);  
}

/*---------------------------------------------------------
フッター
---------------------------------------------------------*/
.footer {
  background-color: #23282d;
  background-image:url(images/footer-bg.jpg);
  background-position:center;
  background-repeat:no-repeat;
  height:438px;
}

.footer-nav,
.copyright {
  text-align: center;
}

.footer-nav {
  font-size: 0;
  margin-bottom: 3rem;
}

.footer-nav li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.footer-nav li a {
  text-decoration: none;
  color: #fff;
}

.footer-nav li a:hover {
  opacity: .6;
}

.copyright p {
  font-size: 1rem;
  color: #fff;
  margin-top:1rem;
}

.copyright p a {
  color: #fff;
}

/* ページトップボタン右下に固定 */
#page-top a {
  background-color: #1cb4d3;
  bottom: 0;
  color: #fff;
  padding: 0px;
  position: fixed;
  right: 0;
  margin-bottom:10px;
  margin-right:10px;
  border-radius:15px;
}

.footer-box{
display: flex;
justify-content: space-around;
}
.fbox-item{
padding: 1em;
background:rgba(255,255,255,0.3);
flex-basis: 30%;
}
.fbox-item dt{
margin-bottom: 10px;
font-weight: bold;
}
.fbox-item dd{
	line-height:1.7;
}
@media screen and (max-width: 960px) {
.footer-box{
flex-direction:column;
}
.fbox-item{
margin: 0 1em;
}
}
@media screen and (max-width: 580px) {
.footer-box{
flex-direction:column;
}
.fbox-item{
margin: 0 1em;
}
}

/*---------------------------------------------------------
サイドバー
---------------------------------------------------------*/
.sidebar-wrapper {
  margin-bottom: 2rem;
}

.sidebar-title {
  font-size: 1.1rem;
  box-sizing: border-box;
  margin: 0 0 1.2rem;
  padding: .5rem;
  color: #000;
  border-bottom: 4px solid #03162f;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul,
.widget_meta ul,
.widget_recent_comments ul,
.widget_pages ul,
.widget_meta ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.calendar_wrap,
.tagcloud {
  list-style: none;
}

.widget_recent_entries li,
.widget_meta li,
.widget_recent_comments li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_nav_menu li {
  position: relative;
  margin-bottom: .5rem;
}

.widget_recent_entries a,
.widget_meta a,
.widget_recent_comments a,
.widget_pages a,
.widget_meta a,
.widget_categories a,
.widget_archive a,
.widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.sidebar-wrapper a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: block;
  margin-bottom: .5rem;
}

.widget_categories li a {
  font-size: .95rem;
  position: relative;
  display: block;
  padding: .9rem .6rem .9rem 2rem;
  color: #fff;
  background-color: #03162f;
}

.widget_categories li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '\f02b';
  transform: translateY(-50%);
  color: #fff;
}

.widget_categories .children {
  margin-bottom: .5rem;
  padding: 0;
  padding-left: 1rem;
  background-color: #415671;
}

.widget_categories .children li {
  margin-bottom: 0;
}

.widget_categories .children li a {
  font-size: .9rem;
  background-color: transparent;
}

.widget_categories .children li a::before {
  position: absolute;
  top: 50%;
  left: .6rem;
  content: '∟';
  transform: translateY(-50%);
  color: #fff;
}

/*カテゴリウィジェットとアーカイブウィジェットのドロップダウン表示*/
.widget_categories .screen-reader-text {
  display: none;
}

.widget_archive .screen-reader-text {
  position: relative;
  display: block;
  height: 0;
  text-indent: -9999999px;
}

.widget_categories form {
  position: relative;
}

.widget_categories form::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  content: '▼';
  transform: translateY(-50%);
  pointer-events: none;
}

.widget_categories .postform,
.widget_archive select {
  font-size: .95rem;
  width: 100%;
  padding: 4px 10px;
  cursor: pointer;
  border: 1px solid #e0e3ef;
  border-radius: 0;
  background-color: #f4f5f9;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.widget_archive label::after {
  position: absolute;
  top: .5rem;
  right: 1rem;
  content: '▼';
  text-indent: 0;
  pointer-events: none;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9rem !important;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
  padding: .2rem .5rem;
  text-decoration: none;
  color: #03162f;
  border: 1px solid #000;
  background-color: #fff;
}

/*メニューウィジェット*/
.widget_nav_menu li a {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  padding-left: 1.3rem;
  color: #333;
}

.widget_nav_menu li a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  content: '\f105';
  transform: translateY(-50%);
  color: #03162f;
}

/*最近の投稿*/
.widget_recent_entries li {
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
}

.widget_recent_entries li a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  font-weight: 900;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #000;
}

.widget_recent_entries li a {
  display: block;
  margin-bottom: .3rem;
  padding-left: 1.6rem;
}

.widget_recent_entries .post-date {
  font-size: .8rem;
  display: block;
}

/*カレンダーウィジェット*/
.calendar_wrap {
  padding: 1rem;
  border: 1px solid #ddd;
}

.calendar_wrap table {
  width: 100%;
}

.calendar_wrap tbody {
  text-align: center;
}

.calendar_wrap caption {
  font-weight: bold;
  margin-bottom: 1rem;
}

.calendar_wrap td {
  padding: .3rem 0;
}

.calendar_wrap tfoot td {
  padding-top: .7rem;
}

.calendar_wrap tfoot td:last-child {
  text-align: right;
}

/*---------------------------------------------------------
記事一覧
---------------------------------------------------------*/
.archive-top h1 {
font-size: 1.6rem;
margin-bottom: 1.5rem;
}

.archive-top p {
font-size: .875rem;
line-height: 1.7;
margin-bottom: 1.5rem;
}

.article-list {
	min-height:113px;
	margin-bottom:20px;

}

.article-list:hover {
	background-color: #F0F4E8;
}

.article-list a {
  display: block;
  text-decoration: none;
  color: #333;
}

.article-list a:after {
  display: block;
  clear: both;
  content: '';
}

.article-list .img-wrap {
  position: relative;
  float: left;
  line-height: 1;
}

.article-list .img-wrap img {
  width: 160px;
  height: 110px;
  object-fit: cover;
}
.article-list .img-wrap .new-post {
	width: 160px;
	height: 110px;
	position: absolute;
	top: 0;
    left: 0;
	width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #f00 transparent transparent transparent;
    border-image: linear-gradient(to right, #ff000, #ff8a6f) 1;
}


.article-list .img-wrap .new-post .new-post-text  {
    position: absolute;
    transform: rotate(315deg);
    display: block;
    font-size: .75rem;
    white-space: pre;
    color: #fff;
    top: -40px;
    left: 2px;
    text-align: center;
    z-index: 2;
    line-height: 1.2;
	font-weight:800;
}

.article-list .text {
  margin-left: 180px;
}

.article-list .text h2 {
  font-size: 1.15rem;
  margin-bottom: .5rem;
}

.article-list .text .article-date,
.article-list .text .article-author {
  font-size: .75rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: .5rem;
  color: #888;
}

.article-list .text .article-date {
  margin-right: .5rem;
}

.article-list .text .article-author i {
  margin-right: .3rem;
}

.article-list .text p {
  font-size: 1rem;
  line-height: 1.7;
}

/*ページネーション*/
.pagination {
  margin: 2rem 0;
  text-align: center;
}

.pagination ul {
  font-size: 0;
}

.pagination ul li {
  font-size: 1rem;
  display: inline-block;
  margin-right: .5rem;
}

.pagination ul li:last-child {
  border: 0;
}

.pagination ul li a,
.pagination .current {
  display: block;
  padding: .5rem .8rem;
  border: 1px solid #ccc;
}

.pagination ul li .prev,
.pagination ul li .next {
  border: 0;
}

.pagination ul li a {
  text-decoration: none;
  color: #333;
}

.pagination ul li a:hover {
  opacity: .6;
}

.pagination .current {
  color: #fff;
  background-color: #03162f;
}

/*---------------------------------------------------------
投稿・固定ページ
---------------------------------------------------------*/
.article-content {
  margin-bottom: 2rem;
}

.article-content .article-info {
  margin-bottom: .5rem;
}

.article-content .cat-data a {
  font-size: .8rem;
  margin-right: .5rem;
  padding: .1rem .5rem;
  text-decoration: none;
  color: #fff;
  background-color: #03162f;
}

.article-content .article-info .article-date,
.article-content .article-info .article-author {
  font-size: .8rem;
  display: inline-block;
  margin-right: .5rem;
  color: #888;
}

.article-content .article-info .article-author i {
  margin-right: .3rem;
}

.article-content p,
.article-content b,
.article-content table,
.article-content ul,
.article-content ol {
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 1px;
}

.article-content p,
.article-content img,
.article-content table,
.article-content ul,
.article-content ol {
  margin-bottom: 2rem;
}

.container h1 {
  font-size: 2rem;
  margin: 0 0 2rem;
  letter-spacing: 1px;
  background-image:url(images/header-2-2.png);
  background-position:center;
  background-repeat:no-repeat;
  height:300px;
  line-height:300px;
  text-align:center;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.article-content h2 {
  font-size: 1.7rem;
  margin: 3rem 0 2rem;
  padding: .4rem 0;
  letter-spacing: 1px;
  border-bottom: solid 5px #03162f;
}

.article-content h3 {
  font-size: 1.5rem;
  margin: 2.5rem 0 1.8rem;
  padding: 0 1rem;
  letter-spacing: 1px;
  border-left: solid 7px #415671;
  background: transparent;
}

.article-content h4 {
  font-size: 1.3rem;
  margin: 2rem 0 1rem;
  letter-spacing: 1px;
}

.article-content h5 {
  font-size: 1.1rem;
  margin: 0 0 .3rem;
  letter-spacing: 1px;
}

.article-content .article-img {
  margin-bottom: 2rem;
}
.article-content img {
  margin-bottom: 2rem;
  margin-right:15px;
}

  

.article-content .article-img img {
  display: block;
  margin: 0 auto;
}

.article-content ul {
  margin-left: 2rem;
  list-style: disc;
}

.article-content ol {
  margin-left: 2rem;
  list-style: decimal;
}

.article-content table {
  border-collapse: collapse;
  background-color:#FFF;
}

.article-content th,
.article-content td {
  padding: .6rem 0;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.article-content figure {
  max-width: 100%;
}

.article-tag {
  text-align: right;
}

.article-tag ul {
  font-size: 0;
  margin-bottom: 0;
}

.article-tag ul li {
  font-size: .9rem;
  display: inline-block;
  margin-right: .5rem;
  vertical-align: middle;
}

.article-tag ul li:last-child {
  margin-right: 0;
}

.article-tag ul li a {
  padding: .2rem .5rem;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
}

.article-tag ul li a:hover {
  opacity: .6;
}

/*連盟紹介ページの表*/
table.yakuin {
	width:90%;
}
table.yakuin th {
  padding: .5rem 1rem;
	vertical-align: middle;
	background-color: #F9F8C8;
}
table.yakuin td {
  padding: .5rem 1rem;
  	vertical-align: middle;
}
table.clubname01 {
	float:left;
	width:45%;
}
table.clubname01 th {
	background-color: #F9F8C8;
}
table.clubname01 td {
	padding: .5rem 1rem;
}
table.clubname02 {
	float: right;
	width:45%;
}
table.clubname02 th {
	background-color: #F9F8C8;
}
table.clubname02 td {
	padding: .5rem 1rem;
}
@media screen and (max-width: 800px) {
table.yakuin {
	width:100%;
}
table.yakuin th {
	width:100%;
	display:block;
}
table.yakuin td {
	text-align:center;
}
table.clubname01 {
	width:100%;
}
table.clubname01 th {
	width: 50%;
	display: table-cell;
}
table.clubname01 td {
	width: 50%;
	display: table-cell;
}
table.clubname02 {
	width:100%;
}
table.clubname02 th {
	width: 50%;
	display: table-cell;
}
table.clubname02 td {
	width: 50%;
	display: table-cell;
}


}


/*日程の表*/
table#table-02 {
	width: 100%;
	font-size: 0.8rem;
	background-color: #FFFFFF;
	border: #666666 solid 1px;
	table-layout: auto;
	letter-spacing: 0;
}
table#table-02 th {
	width: 200px;
  padding: .5rem;
	vertical-align: middle;
	border: #98DCDC solid 1px;
	background-color: #52C089;
}
/*table#table-02 th {
  padding: 5px;
  border: #98DCDC solid;
  border-width: 0 0 1px 1px;
  background: #73CECE repeat-x 0 100%;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}*/

table#table-02 td {
	padding: .5rem;
  vertical-align: middle;
  border: 1px solid #ddd;
}
table#table-02 .taikaimei {
	width:23%;
}
.usta {
	background-color: #C6ECEC;
}

@media screen and (max-width: 800px) {
  #table-02 {
    width: 80%;
	margin:0 auto;
  }
  #table-02 .thead {
    display: none;
  }
  #table-02 tr {
    width: 100% !important;
  }
  #table-02 td {
    display: block;
    text-align: right;
    width: 100% !important;
  }
  #table-02 td:first-child {
	background-color: #399F6C;
	color: #fff;
	font-weight: bold;
	text-align: center;
  }
  #table-02 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

/*結果ページの表*/

th.men {
	background-color: #2381AD;
	color: #FFFFFF;
}

th.women {
	background-color: #CE465A;
	color: #FFFFFF;
}
tr.men {
	background-color: #2381AD;
	color: #FFFFFF;
}

tr.women {
	background-color: #CE465A;
	color: #FFFFFF;
}
.scroll table{
	  letter-spacing:0;
  }
#rs_area table {
	letter-spacing:0;
	}

@media screen and (max-width: 800px) {
  .scroll {
  width: 100%;
  overflow-x: auto !important; /* 横スクロールを有効化 */
  -webkit-overflow-scrolling: touch; /* iOSで慣性スクロール */
  margin-bottom:2rem;
  }
  .scroll table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px; /* テーブルの最小幅を指定 */
	display: block;
	margin-bottom:0px;
  }
  
  .scroll th,
  .scroll td {
	display: table-cell !important;
	padding: 8px;
	white-space: nowrap; /* 折り返さず横スクロール */
  }
  .scroll td {
	  background-color:#FFF;
  }
  #rs_area {
  width: 100%;
  overflow-x: auto !important; /* 横スクロールを有効化 */
  -webkit-overflow-scrolling: touch; /* iOSで慣性スクロール */
  margin-bottom:2rem;
  }
  #rs_area table {
	width: 100%;
	border-collapse: collapse;
	min-width: 600px; /* テーブルの最小幅を指定 */
	display: block;
	margin-bottom:0px;
  }
  
  #rs_area th,
  #rs_area td {
	display: table-cell !important;
	padding: 8px;
	white-space: nowrap; /* 折り返さず横スクロール */
  }

th.men {
	text-align:left;
	padding-left:2rem !important;
}

th.women {
	text-align:left;
	padding-left:2rem !important;
}
}

/*登録クラブ紹介ページ*/
.anchor{
    padding-top: 220px;
    margin-top: -220px;
}

.accordion-003 {
    max-width: 100%;
    margin-bottom: 7px;
    border-bottom: 2px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 0em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
	font-size:1.5rem;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::before,
.accordion-003 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #333333b3;
    content: '';
}

.accordion-003 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-003 summary::after {
    transition: rotate .3s;
}

.accordion-003[open] summary::after {
    rotate: 90deg;
}

.accordion-003 table {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] table {
    transform: none;
    opacity: 1;
}

table#teamList {
	width:100%;
	table-layout:auto;
}
table#teamList tr th {
	width:20%;
}

@media screen and (max-width: 800px) {

table#teamList tr th {
	width:100%;
	display:block;
	background-color:#B1E0FA;
}




}


/*---------------------------------------------------------
TOPページ
---------------------------------------------------------*/

.home h2 {
	font-size: 2rem;
	text-align: left;
	color: #333333;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
}
.home h2.topnews {
  font-size: 2rem;
  text-align: center;
  color: #333333;
  margin-top: 0px;
  margin-bottom: 1.5rem;
}

.home h3 {
  font-size: 1.15rem;
  margin-bottom: .15rem;
  text-decoration:underline;
  font-weight:500;
}

.home-top .article-top .img-wrap img {
  width: 600px;
  height: 400px;
}

.home-top .article-top .text {
  margin-left: 630px;
}

.home-top .article-top .new-post {
  font-weight: bold;
  display: block;
  margin-bottom: .5rem;
  color: #f00;
}

.home-top .article-top .text h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.home-top .article-top .text .article-date,
.home-top .article-top .text .cat-data {
  margin-bottom: 1rem;
}

.top-s-image {
  display: none;
}

@media (max-width: 800px) {
  .top-image {
    display: none !important;
  }
  .top-s-image {
    position: relative;
    width: 100% !important;
    margin: 0 auto;
    display: block;
  }
}



/*---------------------------------------------------------
お問い合わせフォーム　モバイル設定含む
---------------------------------------------------------*/

/* フォーム全体のスタイル */
.wpcf7-form {
padding: 30px;
border-radius: 10px;
}

/* 入力フィールドのスタイル */
.wpcf7-form .form-group label {
display: block;
margin-bottom: 12px;
font-weight: bold;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form input[type="file"] {
width: 96%;
padding: 14px;
border: 1px solid #006633;
border-radius: 6px;
margin-bottom: 15px;
font-size: 1rem;
}

/* フォーカス時のスタイル */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form textarea:focus,
.wpcf7-form input[type="file"]:focus {
	border-color: #339999;
	box-shadow: 0 0 5px rgba(160,123,92,0.2);
}

/* 送信ボタンのスタイル */
.wpcf7-form input[type="submit"] {
	background-color: #336633;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: 14px 40px;
	border-radius: 20px;
	border: 2px solid #006633;
	transition: background-color 0.3s ease;
	font-weight: bold;
}

.wpcf7-form input[type="submit"]:hover {
	background-color: #339933;
}

.cf-required {
	background: #b91e23;
	color: #fff;
	font-size: 0.9rem;
	padding: 0 5px 2px;
	border-radius: 5px
}



/*---------------------------------------------------------
モバイル設定
---------------------------------------------------------*/
@media(max-width: 1362px) {
	.is-fixed .header-nav {
	  display:none;
  }

}
@media(max-width: 1024px) {
	.site-title-wrap {
	text-align: left;
	width: 100%;
  }
  .home-top .article-top .img-wrap img {
    width: 420px;
    height: 280px;
  }

  .home-top .article-top .text {
    margin-left: 440px;
  }
  .header-nav {
	  display:none;
  }
  
  .inside{
	  width:100%;
	  padding:0 10px;
  }
  .topprice .inside{
	  width:100%;
	  padding:50px 10px;
  }
  .news_box2 {
	float: left;
	margin-bottom: 0rem;
	width: 100%;
	margin-top: 2.5rem;
  }
  

    /*---------------------------------------------------------
  サイドバー
  ---------------------------------------------------------*/
.top-sidebar .sidebar {
	position: relative;
	width: 27%;
	float:right;
}

  .side-shisetsutitle a {
pointer-events: initial;

}

    /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/
  .flex{
  flex-wrap: wrap;
  padding: 0 0;
  justify-content:center;

}
.flex > *{
  margin-right:30px;
  margin-bottom:30px;
}

.flex > .fca:nth-child( 5n ) {
	margin-right: 30px;
}

.flex > .fca:nth-child( 2n ) {
	margin-right: 30px;
}

}

@media(max-width: 800px) {
  .contents,
  .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .contents {
    margin-bottom: 1.5rem;
	box-sizing:border-box;
  }
    .inside{
	  width:100%;
  }
    .topprice .inside{
	  width:100%;
  }
  
  .article-content th,
  .article-content td {
	  display:block;
	  width:100%;
	  padding: .6rem 0;
	  font-size:1.2rem;
}

  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
 .site-title-wrap {
	text-align: center;
	width: 100%;
}

/*タイトルを画像にする場合*/
.site-title a {
	font-weight: bold;
	line-height: 1;
	display: block;
	text-decoration: none;
}

.site-title a img {
	display: block;
	width: 360px;
	height: 90px;
	margin:0 auto;
}

  .navbutton {
    font-size: 2rem;
    position: absolute;
    z-index: 999;
    top: 150%;
    right: 1.25rem;
    display: block;
    cursor: pointer;
    transform: translateY(-50%);
    border: 0;
    background-color: transparent;
  }
  
    .top-nav .navbutton {
	font-size: 2rem;
	position: relative;
	z-index: 999;
	text-align: right;
	display: block;
	cursor: pointer;
	border: 0;
	width: 100%;
	height: auto;
	top: 30px;
	right: 0rem;
  }
  
  .navbutton i {
	  color:#FFF;
  }


  .navbutton:focus {
    outline: 0;
  }

  .header-nav-wrap {
    z-index: 999;
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    width: 100%;
    margin-left: 0;
    transform: none;
  }
  .header-nav {
	  display:none;
  }
  
#nav-open .open-text {
  font-size: 0.9rem;
  top:20px;

}
  
    .top-nav .header-nav-wrap {
    z-index: 999;
    top: 20px;
    /*ヘッダーの高さと合わせる*/
    right: auto;
    left: 0;
    display: none;
    width: 100%;
    margin-left: 0;
    transform: none;
    background-color: #03162f;
	height:auto;
  }
  


  /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/
.footer {
	background-color: #8CD629;
	background-image: none;
	height: auto;
}
.copyright p {
	color: #000;
}
.copyright p a {
	color: #000;
}
  
   /*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/ 
  
.second {
	height: auto;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px;
}

.second h1 {
	text-align: left;
	line-height:50px;
	width:100%;
	white-space:normal !important;
	display: table-cell;
	vertical-align: middle;
}
.article-content h2 {
	text-align:left;
}



  /*---------------------------------------------------------
  TOPページ
  ---------------------------------------------------------*/

   .news_list {
	   display:none;
   }
   h2.news {
   margin-top: 0px;
   }
   .child-box01 {
	float: none;
	margin-top: 50px;
	line-height: 2rem;
	width: 450px;
	margin:50px auto 0 auto;
  }
   .child-box02 {
	float: none;
	margin-top: 50px;
	line-height: 2rem;
	width: 450px;
	margin:50px auto 0 auto;
  }
   .child-box03 {
	float: none;
	margin-top: 50px;
	line-height: 2rem;
	width: 450px;
	margin:50px auto 0 auto;
  }
   .child-box04 {
	float: none;
	margin-top: 50px;
	line-height: 2rem;
	width: 450px;
	margin:50px auto 0 auto;
  } 
  
  .home-top .article-top .img-wrap {
    float: none;
  }

  .home-top .article-top .img-wrap img {
    width: 100%;
    height: 60vw;
  }

  .home-top .article-top .text {
    margin-left: 0px;
  }

  .home-top .article-top .new-post,
  .home-top .article-top .text h2,
  .home-top .article-top .text .article-date,
  .home-top .article-top .text .cat-data {
    margin-bottom: 0;
  }
  
  /*---------------------------------------------------------
  個人向けページ他
  ---------------------------------------------------------*/

  table.nagare th {
   border: none;
   width: 100%;
   background-color: #D6F0C8;
   border-radius: 15px;
   margin-bottom:20px;
}

  table.about01 th {
  width: 100%;
  text-align:left;
  color:#327D1C;
  border:none;
  padding: .6rem 0 0 0;
}

  table.about01 td {
  width: 100%;
  border:none;
}


  /*---------------------------------------------------------
  投稿ページ
  ---------------------------------------------------------*/

  .article-list .text {
  margin-left: 0px;
}

  
  /*---------------------------------------------------------
  サイドバー
  ---------------------------------------------------------*/
   .top-sidebar .sidebar {
    float: none;
    width: 100%;
    margin-right: 0;
	position:relative;
	top:0;
	right:0;
  }
  
  
}

@media(max-width: 600px) {
  html {
    font-size: 15px;
  }

  .footer-inner {
    padding: .8rem;
  }
  .header-inner {
    padding: .8rem 0;
  }
   .container {
    padding: 0rem 0rem 2rem 0rem;
  }


  .contents {
    margin-bottom: 1rem;
  }
  .contents h1 {
	  margin-bottom:20px;
  }
  .article-content h2 {
  margin: 2rem 0 1.5rem;
  padding: 0rem 0;
  }

  /*---------------------------------------------------------
  ヘッダー
  ---------------------------------------------------------*/
   .site-title-wrap {
	text-align: left;
	width: 100%;
}
  .site-title a {
    font-size: 2rem;
  }

  .site-title a img {
    height: auto;
    width: 300px;
    float: left;
    margin-top: 15px;
  }
  #nav-open {
   top:30px;
}
  .header-nav-wrap {
	padding-top:0;
  }

  .header-nav li a {
    padding: .8rem;
  }

  .header-nav li a:after {
    right: .8rem;
  }


  /*---------------------------------------------------------
  フッター
  ---------------------------------------------------------*/



  /*---------------------------------------------------------
  記事一覧
  ---------------------------------------------------------*/
  .archive-top h1 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }

  .archive-top p {
    font-size: .8125rem;
    margin-bottom: 1rem;
  }
  
  .article-list {
    padding: .5rem;
  }

  .article-list .img-wrap img {
    width: 132px;
    height: 88px;
  }

  .article-list .img-wrap .cat-data {
    font-size: .6rem;
  }

  .article-list .text {
    margin-left: 140px;
    padding: 0;
  }

  .article-list .text h2 {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .article-list .text p {
    display: none;
  }

  .article-list .text .article-date,
  .article-list .text .article-author {
    font-size: .625rem;
    margin-bottom: 0;
  }

  .article-list .text .article-date {
    margin-right: .2rem;
  }

  /*---------------------------------------------------------
  投稿・固定ページ
  ---------------------------------------------------------*/
   .container h1 {
  margin: 0 0rem;
  font-size:2rem;
  background-image:none;
  background-color:#A6EA62;
  height:75px;
  line-height:75px;
  text-align:center;
  font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
  .article-content h1 {
    font-size: 1.6rem;
  }

  .article-content h2 {
    font-size: 1.4rem;
	text-align:left;
  }

  .article-content h3 {
    font-size: 1.3rem;
	text-align:left;
  }

  .article-content h4 {
    font-size: 1.2rem;
  }
  
  .single-post h1 {
	 font-size: 1.4rem; 
	 line-height: 75px;
  }
  /*---------------------------------------------------------
  サイドバー
  ---------------------------------------------------------*/
    .slide .sider {
    float: none;
    width: 100%;
    margin-right: 0;
	position:relative;
	top:0;
	right:0;
  }
  
  .side-shisetsutitle a {
pointer-events: initial;

}
    /*---------------------------------------------------------
  TOPページ
  ---------------------------------------------------------*/
   ul .slider {
	display:none;
   }
   
/*   .top-image {
	   display:none !important;
   }
   
   .top-s-image {
	position: relative;
	width:100% !important;
	margin:0 auto;
	display: block;
   }
*/
  .t-box {
	width: 50%;
  }
  .news_box1 {
  width: 200px;
  margin-top: 0rem;
  }
  .news_box2 {
  margin-top: 0rem;
  }
  .child-box01 {
  float: none;
  line-height: 2rem;
  display: block;
  width: 100%;
  margin: 50px auto 0 auto;
  display:block;
  }

  .child-box02 {
	display:block;
	width: 100%;
	margin-bottom:30px;
  }
  .child-box03 {
	display:block;
	width: 100%;
  }
    .child-box04 {
	display:block;
	width: 100%;
  }
  .home h2 {
	  text-align:left;
  }
  .home .article-content h3 {
   text-align:left;
  }
.home .article-top .text .article-date,
.home .article-top .text .cat-data {
	float: none;
	display:block;
  }
.top_col03 {
	min-height: 400px;
}
	
  /*---------------------------------------------------------
  セカンドページ
  ---------------------------------------------------------*/

  table.nagare td {
  padding-left: 0px;
  font-size:1.2rem;
  }
  table.nagare td.space {
	  display:none;
  }
  

	
    /*---------------------------------------------------------
  img
  ---------------------------------------------------------*/	
	
	img.alignright {
	padding: 0 0 10px 0;
	margin: 0 auto;
	display: block;
	}
 
   img.alignleft {
	padding: 0 0 10px 0;
	margin: 0 auto;
	display: block;
	}

   .alignright {
	float: none;
	}
 
   .alignleft {
	float: none;
	}
  
  
  
}
