@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  Author : Hirohisa Yamada
  Date : 2018.10.09
  Copyright(C)HARD DISK. All rights reserved.
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:16px !important;
	color:#3e3a39 !important;
	background-color:#ffffff !important;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium","YuGothic","YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";
}
#wrapper {
	overflow: hidden;
}
.min {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.gothic {
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium","YuGothic","YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","sans-serif";
}
html {
	scroll-behavior: smooth;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 全般設定
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
html,body {margin: 0;padding: 0; width:100%;height:100%;font-size : 16px !important;color:#000000;background-color : #fff;}
#wrapper {overflow: hidden;}
h1 {font-size:100%;}
h2 {font-size:100%;}
h3 {font-size:100%;}
h4 {font-size:100%;}
p {font-size:100%;}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 変更項目
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a:link {
	color:#000 !important;
	text-decoration: none;
}
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	color:#646464 !important;
	text-decoration: none;
}
a:active {
	color:#000;
}
a img:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.blackLink a {
	color:#000;
}
.blackLink a:hover {
	color:#0071bc;
	text-decoration: none;
}
.blackLink a:active {
	color:#000;
}

a.a-link:link {
	color:#0000ee !important;
	text-decoration: underline;
}
a.a-link:visited {
	color:#0000ee !important;
	text-decoration: underline;
}
a.a-link:hover {
	color:#551a8b !important;
	text-decoration: underline;
}
a.a-link:active {
	color:#0000ee !important;
	text-decoration: underline;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 recaptcha保護マーク非表示
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.grecaptcha-badge { visibility: hidden; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 common
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 991px) {
	.br-sp { display:none;text-align: left !important; }
	.p-sp {text-align: left !important;}
	.wid150T {width : 100px !important; }
	#page_top{ bottom: 60px; }
	.align-sp {text-align: left !important;}
}
@media screen and (min-width: 992px) {
	.p-sp {text-align: center !important;}
	.wid150T {width : 200px !important; }
	#page_top{ bottom: 10px; }
	.align-sp {text-align: right !important;}
}
@media screen and (max-width: 768px) {
	.marginTopLeft {margin: 0;}
	.marginTopRight {margin: 0 0 30px 0;}
}
@media screen and (min-width: 767px) {
	.marginTopLeft {margin: 30px 0 30px 30px;}
	.marginTopRight {margin: 30px 30px 40px 0;}
	.linkHover img:hover{
		transform:scale(1.05,1.05);
		transition:.5s all;
	}
}
@media screen and (min-width: 576px) {
	.br-pc { display:none; }
}
#page_top{
	font-size: 50px;
	position: fixed;
	right: 18px;
	opacity: 0.7;
	z-index : 100;
}
#page_top a{
	position: relative;
	display: block;
	color: #656565;
	text-decoration: none;
}
@media (min-width:992px) {
	header {
		height: 90px;
		padding: 0;
		background-color: #f8f8f8;
	}
	.logo {
		height:70px;
		width: auto;
		margin-left: 30px;
	}
}

@media screen and (max-width:991px) {
	header {
		height: 80px;
		padding: 0;
		background-color: #f8f8f8;
	}
	.logo {
		height:60px;
		width: auto;
		margin-left: 10px;
	}
}
.footerLogo {
	width:160px;
	margin-bottom:25px;
}

@media screen and (min-width:380px) {
	.imgContain {
		  width: 100% !important;
		  height: 220px !important;
		  object-fit: contain;
	}
	.imgContain2 {
		  width: 100% !important;
		  height: 160px !important;
		  object-fit: contain;
	}
}
@media screen and (min-width:576px) and (max-width:767px)  {
	.imgContain {
		  width: 100% !important;
		  height: 180px !important;
		  object-fit: contain;
	}
	.imgContain2 {
		  width: 100% !important;
		  height: 120px !important;
		  object-fit: contain;
	}
}
@media screen and (min-width:768px) and (max-width:991px)  {
	.imgContain {
		  width: 100% !important;
		  height: 220px !important;
		  object-fit: contain;
	}
	.imgContain2 {
		  width: 100% !important;
		  height: 160px !important;
		  object-fit: contain;
	}
}
@media (min-width:992px) and (max-width:1200px) {
	.imgContain {
		  width: 100% !important;
		  height: 260px !important;
		  object-fit: contain;
	}
	.imgContain2 {
		  width: 100% !important;
		  height: 190px !important;
		  object-fit: contain;
	}
}
@media (min-width:1201px) {
	.imgContain {
		  width: 100% !important;
		  height: 210px !important;
		  object-fit: contain;
	}
	.imgContain2 {
		  width: 100% !important;
		  height: 150px !important;
		  object-fit: contain;
	}
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 header
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
header ul.gMenu {
	overflow: hidden;
	float: left;
	padding: 15px 25px;
	font-size: 89%;
	line-height: 180%;
	margin: 0 -20px !important;
}

header ul.gMenu li {
	float: left;
	border-left: 1px solid #ccc;
	padding: 5px 40px;
}

header ul.gMenu li:last-child {
	 border-right: 1px solid #ccc;
}
header ul.gMenu li {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}

header  ul.gMenu li:hover:before,
header ul.gMenu li:focus:before,
header ul.gMenu li:active:before {
	left: 0;
	right: 0;
}

header ul.gMenu li:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	bottom: 0;
	background: #2098D1;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 top menu
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
header ul.topMenu {
	text-align: right !important;
	margin-top:20px;
}
header ul.topMenu li{
	display: inline-block;
	text-align: center;
	margin: 0px 2px 0;
}
header ul.topMenu li a {
	display: block;
	text-align: center;
	font-size: 89%;
	line-height: 120%;
	color: #000;
	padding: 0 10px;
}
header ul.topMenu li a:hover {
	color: #646464 !important;
	text-decoration: none;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 drawer
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#navTgl:checked ~ .contents {
	transform: translateX(250px);
}
/* :::::: toggle button :::::: */
#navTgl {
	display: none;
}
label.open,
label.close {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
}
label.open p,
label.close p {
	position: absolute;
	width: 40px;
	font-size: 82%;
	text-align: center;
	top: 12px;
	right: 20px;
}
.open {
	z-index: 2;
	width: 40px;
	height: 40px;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before,
.open::after {
	content: "";
}
.open span,
.open::before,
.open::after {
	content: "";
	position: absolute;
	top: 45px;
	right: 20px;
	width: 100%;
	border-bottom: 2px solid #000;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-10px);
}
.open::after {
	transform: translateY(10px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#navTgl:checked + .open {
	transform: translateX(-250px);
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.4);
	z-index: 99;
}
/* :::::: drawer menu :::::: */
.menu {
	z-index: 100;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 250px;
	height: 100%;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: rgba(0,129,204,0.8);
	transform: translateX(100%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu h2,
.menu a {
	color: white;
}
.menu h2 {
	text-align: center;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu li {
	font-size: 89%;
	line-height: 1.4;
}
.menu li:not(:first-child) {
	border-top: 1px solid rgba(255,255,255,.6);
}
.menu li:last-child {
	border-bottom: 1px solid rgba(255,255,255,.6);
}
.menu li ul.menuChild {
}
.menu li ul.menuChild li {
	padding: 0 0 0 10px !important;
	font-size: 89%;
}

.menu a {
	display: block;
	padding: 1em 2em;
	text-decoration: inherit;
	transition: background .6s;
	color: #fff !important;
}
.menu a:hover {
	background: #02639c;
	color: #fff;
}
#navTgl:checked ~ .menu {
	transform: none;
}
/* :::::: nav :::::: */
header nav {
	width: 100%;
	margin: 0 auto;
}
header nav ul {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
header nav li {
	display: flex;
	flex-basis: 20%;
}
header nav li:first-child {
	border-left: 1px solid #fff;
}
header nav li a {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 89%;
	color: #000 !important;
	font-weight: bold;
	padding: 15px 2px;
	background: #f5f5f5;
	transition: background .3s;
	border-right: 1px solid #fff;
}
header nav li a:hover {
	color: #fff !important;
	text-decoration: none;
	background: #0071bc;
}
/* :::::: change mechanism :::::: */
@media screen and (min-width: 992px) {
	.open {
		display: none;
	}
}
@media screen and (max-width: 991px) {
	header nav {
		display: none;
	}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 swiper
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.swiper-pagination {
	padding-bottom: 10px !important;
	text-align: center !important;
}
.swiper-pagination-bullet {
	margin: 0 5px  !important;
	width: 15px !important;
	height: 15px !important;
	background: #fff !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
	background: #c4c4c4 !important;
}
.zindex999 {
	width:auto;
	height:auto;
	z-index: 600;
	content: “”;
	display: block;
	background-color: rgba(255,255,255,0.5);
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 TOPページ
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
a.btn-design {
	z-index: 1;
	display: flex;
	width: 360px;
	height: 60px;
	justify-content: center;
	align-items: center;
	color: #0081cc !important;
	text-decoration: none;
	position: relative;
	etter-spacing: .2em;
	overflow: hidden;
	transition: .3s;
	margin: 10px auto;
	font-size: 89%;
	font-weight: 600;
	border: 1px solid #0081cc;
}
a.btn-design::before {
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
	background: rgb(0,129,204);
	background: linear-gradient(315deg, rgba(255,255,255,1) 50%, rgba(0,129,204,1) 50%);
	transition: .3s;
}
a.btn-sports {
	z-index: 1;
	display: flex;
	width: 360px;
	height: 60px;
	justify-content: center;
	align-items: center;
	color: #ea9c06 !important;
	text-decoration: none;
	position: relative;
	etter-spacing: .2em;
	overflow: hidden;
	transition: .3s;
	margin: 10px auto;
	font-size: 89%;
	font-weight: 600;
	border: 1px solid #ea9c06;
}
a.btn-sports::before {
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
	background: rgb(255,186,0);
	background: linear-gradient(315deg, rgba(255,255,255,1) 50%, rgba(255,186,0,1) 50%);
	transition: .3s;
}
a.btn-topics {
	z-index: 1;
	display: flex;
	width: 360px;
	height: 60px;
	justify-content: center;
	align-items: center;
	color: #36ab6a !important;
	text-decoration: none;
	position: relative;
	etter-spacing: .2em;
	overflow: hidden;
	transition: .3s;
	margin: 50px auto;
	font-size: 89%;
	font-weight: 600;
	border: 1px solid #36ab6a;
}
a.btn-topics::before {
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
	background: rgb(54,171,106);
	background: linear-gradient(315deg, rgba(255,255,255,1) 50%, rgba(54,171,106,1) 50%);
	transition: .3s;
}
a.btn-important {
	z-index: 1;
	display: flex;
	width: 360px;
	height: 60px;
	justify-content: center;
	align-items: center;
	color: #b15989 !important;
	text-decoration: none;
	position: relative;
	etter-spacing: .2em;
	overflow: hidden;
	transition: .3s;
	margin: 50px auto;
	font-size: 89%;
	font-weight: 600;
	border: 1px solid #b15989;
}
a.btn-important::before {
	content: '';
	display: block;
	width: 200%;
	height: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	z-index: -1;
	background: rgb(177,89,137);
	background: linear-gradient(315deg, rgba(255,255,255,1) 50%, rgba(177,89,137,1) 50%);
	transition: .3s;
}


@media screen and (max-width: 991px) {
	a.btn-design:hover {
		color: #0081cc !important;
	}
	a.btn-design:hover::before {
	}
	a.btn-sports:hover {
		color: #ea9c06 !important;
	}
	a.btn-sports:hover::before {
	}
	a.btn-topics:hover {
		color: #36ab6a !important;
	}
	a.btn-topics:hover::before {
	}
	a.btn-important:hover {
		color: #b15989 !important;
	}
	a.btn-important:hover::before {
	}
}
@media screen and (min-width: 992px) {
	a.btn-design:hover {
		color: #fff !important;
	}
	a.btn-design:hover::before {
		left: 0;
	}
	a.btn-sports:hover {
		color: #fff !important;
	}
	a.btn-sports:hover::before {
		left: 0;
	}
	a.btn-topics:hover {
		color: #fff !important;
	}
	a.btn-topics:hover::before {
		left: 0;
	}
	a.btn-important:hover {
		color: #fff !important;
	}
	a.btn-important:hover::before {
		left: 0;
	}
}
h3.topH3 {
	font-size: 150%;
	line-height: 1.4;
	text-align: center;
	margin: 60px auto 30px;
	font-weight: 600;
}
h3.topH3 span {
	display: block;
	font-size: 62%;
	font-weight: 400;
	color: #000 !important;
}
.newsColor {
	color: #36ab6a;
}
.infoColor {
	color: #b15989;
}
ul.newsUL {
	margin-left: -30px;
}
ul.newsUL li {
	font-size: 89%;
	line-height: 1.6;
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
ul.newsUL li:first-child {
	border-top: 1px solid #ccc;
}
ul.newsUL li span.news-icon {
	font-size: 82%;
	line-height: 1.4;
	color: #fff;
	margin-left: 10px;
	padding: 3px 15px;
	background-color: #36ab6a;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 パンくず
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
ol.breadcrumb {
	margin: 20px 0;
}
 ol.breadcrumb {
}
ol.breadcrumb li {
	display: inline-block;
	font-size: 82%;
	line-height: 140%;
	padding: 0 !important;
}
ol.breadcrumb li a {
	color: #7a7a7a;
}
ol.breadcrumb li a:hover {
	color: #0071bc;
	text-decoration: none;
}
ol.breadcrumb li:after {
	font-family:"Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
	content:"\f101";
	padding: 0 3px 0 8px;
	color: #bbbbbb;
}
ol.breadcrumb li:last-child:after {
	content : none ;
}
@media screen and (max-width: 767px) {
	ol.breadcrumb {
		margin: 10px 0;
	}
	ol.breadcrumb li {
		padding: 10px 0;
	}
}
/*bootstrap breadcrumbの/を消す*/
.breadcrumb-item + .breadcrumb-item::before {
	  content: var(--bs-breadcrumb-divider, "") /* rtl: var(--bs-breadcrumb-divider, "/") */ !important;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ページ
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 991px) {
	ul.detailList li br {}
	ul.detailList li {
		padding: 20px 0 20px 0;
		text-indent:0;
	}
}
@media screen and (min-width: 992px) {
	ul.detailList li br {display: none;}
	ul.detailList li {
		padding: 20px 0 20px 6.1em;
		text-indent:-6.1em;
	}
}
ul.detailList {
	margin: 0 0 40px -30px;
}
ul.detailList li {
	font-size: 100%;
	line-height: 1.6;
	border-bottom: 1px solid #ddd;
}
ul.detailList li:first-child {
	border-top: 1px solid #ddd;
}
ul.detailList li a {

}
@media screen and (max-width: 991px) {
	ul.archiveList {
		display:flex;
		flex-wrap: wrap;
		margin-left: -30px;
	}
	ul.archiveList li {
		width: 150px;
		font-size: 100%;
		line-height: 1.6;
		padding: 10px 0 10px 5px;
		display: block;
	}
	ul.archiveList li:hover {
		background-color: #fff;
	}
	ul.archiveList li a {

	}
	ul.archiveList li:before {
		font-family:"Line Awesome Free","Line Awesome Brands";
		 font-weight: 900;
		 content: '\f105';
		 font-size: 100%;
	}
}
@media screen and (min-width: 992px) {
	ul.archiveList {
		margin-left: -30px;
	}
	ul.archiveList li {
		font-size: 100%;
		line-height: 1.6;
		padding: 10px 0 10px 5px;
		display: block;
	}
	ul.archiveList li:hover {
		background-color: #fff;
	}
	ul.archiveList li a {

	}
	ul.archiveList li:before {
		font-family:"Line Awesome Free","Line Awesome Brands";
		 font-weight: 900;
		 content: '\f105';
		 font-size: 100%;
	}
}
ul.accessUL {
	margin: 0 0 20px -30px;
}
ul.accessUL li {
	font-size: 89%;
	line-height: 1.6;
	margin-bottom: 10px;
}
.detailTime {
	font-size: 100%;
	line-height: 1.2;
	color: #b0b0b0;
	padding: 15px 0;
	border-top: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}
.new-icon:after {
	content:"New!";
	margin-left: 10px;
	font-size: 82%;
	line-height: 1.2;
	font-weight: 600;
	padding: 5px 10px;
	background-color: #fff100;
	color: #0080cc;
}

.imgBox {
	position: relative;
	width:100%;
}
.imgBox img{
	display:block;
	width:100%;
}
.imgTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	vertical-align: middle;
	width: 35vw;
	height: 10vw;
	background-color: rgba(0,0,0,0.5);
	display: table;
}
.imgTitle .inner{
	  display: table-cell;
	  vertical-align: middle;
}
.imgTitle h1{
	font-size: 2.3vw;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #fff;
}
.imgTitle p{
	font-size: 1.3vw;
	line-height: 1.2;
	margin: 0;
	color: #fff;
	font-weight: 200;
}

.imgBoxWhite {
	position: relative;
	width:100%;
}
.imgBoxWhite img{
	display:block;
	width:100%;
}
.imgTitleWhite {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	vertical-align: middle;
	width: 100%;
	height: 10vw;
	background-color: rgba(255,255,255,0.7);
	display: table;
	padding:20px;
}
.imgTitleWhite .inner{
	  display: table-cell;
	  vertical-align: middle;
}
.imgTitleWhite2 {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	text-align: left;
	vertical-align: middle;
	height: 10vw;
	background-color: rgba(255,255,255,0.7);
	display: table;
}
.imgTitleWhite2 .inner{
	  display: table-cell;
	  vertical-align: middle;
}

@media screen and (min-width: 991px) {
	.imgTitleWhite .inner2 p {
		font-size: 100%;
		line-height: 2;
		color: #000;
		margin-bottom: 0;
		text-align: center;
	}
	.imgTitleWhite2 .inner2 p {
		font-size: 89%;
		line-height: 2;
		color: #000;
		margin-bottom: 0;
	}
	.imgTitleWhite2 {
		width: 100%;
		padding: 20px 40px 0;
	}
	h2.titleH2Design {
		font-size: 92%;
		font-weight: 600;
		position: relative;
		text-align: center;
		margin: 30px 0;
	}
	h2.titleH2Design span {
		font-size: 180%;
		display: block;
		padding-bottom: 25px;
	}
	h2.titleH2Design:before {
		position: absolute;
		bottom: 28px;
		left: calc(50% - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #0081cc;
	}
	h2.titleH2Sports {
		font-size: 92%;
		font-weight: 600;
		position: relative;
		text-align: center;
		margin: 30px 0;
	}
	h2.titleH2Sports span {
		font-size: 180%;
		display: block;
		padding-bottom: 25px;
	}
	h2.titleH2Sports:before {
		position: absolute;
		bottom: 28px;
		left: calc(50% - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #ea9c06;
	}
	h2.titleH2All {
		font-size: 92%;
		font-weight: 600;
		position: relative;
		text-align: center;
		margin: 30px 0;
	}
	h2.titleH2All span {
		font-size: 180%;
		display: block;
		padding-bottom: 25px;
	}
	h2.titleH2All:before {
		position: absolute;
		bottom: 28px;
		left: calc(50% - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #36ab6a;
	}
	h2.titleH2Important {
		font-size: 92%;
		font-weight: 600;
		position: relative;
		text-align: center;
		margin: 30px 0;
	}
	h2.titleH2Important span {
		font-size: 180%;
		display: block;
		padding-bottom: 25px;
	}
	h2.titleH2Important:before {
		position: absolute;
		bottom: 28px;
		left: calc(50% - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #b15989;
	}
}
@media screen and (max-width: 992px) {
	.imgTitleWhite .inner2 p {
		font-size: 1.5vw;
		line-height: 1.6;
		color: #000;
		margin-bottom: 0;
		text-align: left;
	}
	.imgTitleWhite2 .inner2 p {
		font-size: 1.5vw;
		line-height: 1.6;
		color: #000;
		margin-bottom: 0;
	}
	.imgTitleWhite2 {
		width: 100%;
		padding: 10px 10px 0;
	}
	h2.titleH2Design {
		font-size: 92%;
		font-weight: 600;
		position: relative;
		text-align: left;
		margin: 30px 0;
	}
	h2.titleH2Design span {
		font-size: 180%;
		display: block;
		padding-bottom: 25px;
	}
	h2.titleH2Design:before {
		position: absolute;
		bottom: 28px;
		left: calc(0 - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #0081cc;
	}
	h2.titleH2Sports {
		font-size: 92%;
		font-weight: 600;
		position: relative;
		text-align: left;
		margin: 30px 0;
	}
	h2.titleH2Sports span {
		font-size: 180%;
		display: block;
		padding-bottom: 25px;
	}
	h2.titleH2Sports:before {
		position: absolute;
		bottom: 28px;
		left: calc(0 - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #ea9c06;
	}
	h2.titleH2All {
		font-size: 92%;
		font-weight: 600;
		position: relative;
		text-align: left;
		margin: 30px 0;
	}
	h2.titleH2All span {
		font-size: 180%;
		display: block;
		padding-bottom: 25px;
	}
	h2.titleH2All:before {
		position: absolute;
		bottom: 28px;
		left: calc(0 - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #36ab6a;
	}
	h2.titleH2Important {
		font-size: 92%;
		font-weight: 600;
		position: relative;
		text-align: left;
		margin: 30px 0;
	}
	h2.titleH2Important span {
		font-size: 180%;
		display: block;
		padding-bottom: 25px;
	}
	h2.titleH2Important:before {
		position: absolute;
		bottom: 28px;
		left: calc(0 - 30px);
		width: 60px;
		height: 5px;
		content: '';
		border-radius: 3px;
		background: #b15989;
	}
}
h2.titleH2Left {
	font-size: 92%;
	font-weight: 600;
	position: relative;
	text-align: left;
	margin: 30px 0;
}
h2.titleH2Left span {
	font-size: 180%;
	display: block;
	padding-bottom: 25px;
}
h2.titleH2Left:before {
	position: absolute;
	bottom: 28px;
	left: calc(0 - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #36ab6a;
}
.circle{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ff0004;
	font-size: 120%;
	text-align:center;
	color: #fff;
	line-height: 40px;
}
.titleYear {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.imgBox2 {
	position: relative;
	width:100%;
}
.imgBox2 img{
	display:block;
	width:100%;
}
.imgTitleIn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	vertical-align: middle;
	width:90%;
}
.imgTitleIn h3 {
	width: 100%;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #fff;
}
.imgTitleIn p.subTitle {
	width: 100%;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 5px 0;
	color: #fff;
}
.imgTitleIn p.subName {
	width: 100%;
	line-height: 1.4;
	font-weight: 400;
	margin: 0;
	color: #fff;
}
@media screen and (min-width: 767px) {
	.imgTitleIn h3 {
		font-size: 2vw;
	}
	.imgTitleIn p.subTitle {
		font-size: .8vw;
	}
	.imgTitleIn p.subName {
		font-size: 1.2vw;
	}
}
@media screen and (max-width: 768px) {
	.imgTitleIn h3 {
		font-size: 3.5vw;
	}
	.imgTitleIn p.subTitle {
		font-size: 1vw;
	}
	.imgTitleIn p.subName {
		font-size: 2vw;
	}
}
.phoneP {
	font-size: 180%;
	line-height: 1.4;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.phoneP span {
	font-size: 62%;
	line-height: 1.4;
	color: #fff;
	padding: 5px 10px;
	background-color: #0081cc;
	vertical-align: 15% !important;
	margin-right: 10px;
}
.phoneP2 {
	font-size: 180%;
	line-height: 1.4;
	font-weight: 600;
	margin: 0 0 5px 0;
}
.phoneP2 span {
	font-size: 62%;
	line-height: 1.4;
	color: #fff;
	padding: 5px 10px;
	background-color: #ea9c06;
	vertical-align: 15% !important;
	margin-right: 10px;
}
.cataP {
	width: 30%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.accordion {
	margin: 0;
	max-width: 100%;
	}
	.toggle {
	display: none;
	}
	.option {
	position: relative;
	margin-bottom: 1em;
	}
	.title,
	.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	}
	.title {
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 1em;
	display: block;
	color: #333;
	font-weight: bold;
	}
	.title::after,
	.title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #999;
	transition: all 0.3s;
	}
	.title::after {
	transform: rotate(90deg);
	}
	.content {
	max-height: 0;
	height: auto;
	overflow: hidden;
	}
	.content p {
	margin: 0;
	padding: 0.5em 1em 1em;
	font-size: 0.9em;
	line-height: 1.5;
	}
	.toggle:checked + .title + .content {
	max-height: 500px;
	transition: all 1.5s;
	}
	.toggle:checked + .title::before {
	transform: rotate(90deg) !important;
	}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 defaultTable
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 991px) {
	.defaultTable {
		width: 100%;
		margin: 0 0 20px 0;
		border-bottom : 2px solid #e7e7e7;
	}
	.defaultTable tr{
		border-top : 2px solid #e7e7e7;
		border-bottom : 2px solid #e7e7e7;
	}
	.defaultTable tr:last-child {
		border: none;
		}
	.defaultTable th {
		display:block;
		width:100%;
		text-align: left;
		font-size: 100%;
		line-height: 1.4;
		padding: 15px 0 5px;
		vertical-align: middle;
	}
	.defaultTable td {
		display:block;
		width:100%;
		text-align: left;
		font-size: 100%;
		line-height: 1.4;
		padding: 0 0 15px 0;
		vertical-align: middle;
	}
}
@media screen and (min-width: 992px) {
	.defaultTable {
		width: 100%;
		margin: 0 0 60px 0;
		border-bottom : 2px solid #e7e7e7;
	}
	.defaultTable tr{
		border-top : 2px solid #e7e7e7;
		border-bottom : 2px solid #e7e7e7;
	}
	.defaultTable tr:last-child {
		border: none;
		}
	.defaultTable th {
		width: 180px;
		font-size: 100%;
		line-height: 1.6;
		color: #707070;
		text-align: left;
		padding: 15px 0;
		vertical-align: middle;
	}
	.defaultTable td {
		font-size: 100%;
		line-height: 1.6;
		color: #000;
		text-align: left;
		padding: 15px 0;
		vertical-align: middle;
	}
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 googlemap
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.iframe-wrap {
	position: relative;
	width: 100%;
	padding-bottom: 30%;
	height: 0;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 991px) {
	.iframe-wrap {
		height: 300px;
	}
}
@media screen and (min-width: 992px) {
	.iframe-wrap {
		height: 450px;
	}
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 footer
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
footer {
	color: #000;
	padding: 40px 0;
	background-color: #fff;
}
footer ul.footerUL {
	text-align: left;
	margin-left: -40px;
}
footer ul.footerUL li {
	text-align: left;
	margin: 10px 10px 0;
}
footer ul.footerUL li a {
	display: block;
	font-size: 89%;
	line-height: 160%;
	color: #000 !important;
}
footer ul.footerUL li a:hover {
	color: #cecece !important;
	text-decoration: none;
}
footer ul.footerUL li a:before {
	font-family:"Line Awesome Free","Line Awesome Brands";
	 font-weight: 900;
	 content: '\f105';
	 font-size: 110%;
	 margin-right: 3px;
}
footer ul.footerUL li ul.footerChild {
	margin: 0 0 0 -30px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ページネーション
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.pagination ul{
	display:flex;
	justify-content:center;
	margin:50px auto;
}
.pagination li{
	flex:0 0 38px;
	text-align:center;
}
.pagination a,.pagination .current{
	display:block;
	margin:0 3px;
	padding:5px 10px;;
	background-color:#f5f5f5;
	color:#000;
	text-decoration:none;
}
.pagination a:hover,
.pagination .current{
	background-color:#000000;
	color:#fff;
	text-decoration: none;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	margin:100px auto 50px;
}
.wp-pagenavi span.pages {
	display:none;
}
.wp-pagenavi a, .wp-pagenavi span {
	color:#000;
	background-color: #f5f5f5;
	padding:8px 12px;
	margin: 0 2px;
	white-space: nowrap;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
	color: #fff;
	background-color: #000;
	}
.wp-pagenavi span.current{
	color: #fff;
	background-color: #000;
	}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 contact
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.form-control {
	width: 100%;
	padding: 10px !important;
	background-color: #F7F8F8 !important;
	border: 1px solid #C9CACA !important;
	border-radius: 0 !important;
}
.wpcf7-list-item {
	margin: 0 15px 15px 0 !important;
}
.wpcf7-text, .wpcf7-textarea {
	width: 100%;
	padding: 10px;
	background-color: #F7F8F8;
	border: 1px solid #C9CACA;
	margin: 0 0 15px 0 !important;
}
.wpcf7-text.p-postal-code {
	width: 40%;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #F7F8F8;
	border: 1px solid #C9CACA;
}
.contactTable input, button, textarea, select {
}
.contactTable {
	width: 100%;
	margin-top: 20px;
}
.contactTable .cTtd {
	width: 100%;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.contactTable .cTtd span {
}
.contactTable td {
	width: 100%;
	padding-bottom: 20px;
}
.requiredMail {
	font-size: 82%;
	line-height: 100%;
	color: #fff !important;
	background-color: #D0121B;
	padding: 2px 10px;
	margin-left: 5px;
}
.wpcf7-submit {
	width: 100%;
	font-size: 120%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 20px 50px;
	background-color : #36ab6a;
	cursor: pointer;
	cursor: hand;
	border:  1px solid #36ab6a;
}
.wpcf7-submit:hover {
	color : #36ab6a;
	background-color : #fff;
	border:  1px solid #36ab6a;
}
.wpcf7c-btn-confirm {
	width: 100%;
	font-size: 120%;
	color: #fff !important;
	text-align: center;
	margin: 0 auto;
	padding: 20px 50px;
	background-color : #0081cc;
	cursor: pointer;
	cursor: hand;
}
.wpcf7c-btn-confirm:hover {
	color : #0081cc;
	background-color : #fff;
	border:  1px solid #0081cc;
}
.wpcf7-back {
	width: 100%;
	font-size: 120%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 20px 50px;
	background-color : #ea9c06;
	cursor: pointer;
	cursor: hand;
}
.wpcf7-back:hover {
	color : #ea9c06;
	background-color : #fff;
	border:  1px solid #ea9c06;
}
.wpcf7-reset {
	width: 100%;
	font-size: 120%;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 20px 50px;
	background-color : #a4a4a4;
	cursor: pointer;
	cursor: hand;
}
.wpcf7-reset:hover {
	color : #a4a4a4;
	background-color : #fff;
	border:  1px solid #a4a4a4;
}

.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 3px;
	font-family:"Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
    content: "\f078";
    line-height: 43px;
    color: #757575;
    pointer-events: none;
}
select{
    outline:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding: 8px 12px;
	background-color: #F7F8F8;
	border: 1px solid #C9CACA;
    color:#757575;
    width:100%;
    border-radius:0px;
}
select option{
  background-color: #fff;
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.select-wrap:before{
  color:#757575;
}
.select-wrap > select{
  color:#757575;
  border-color:#0071bc;
}
.select-wrap > select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
select.p-select-code {
	width: 45%;
	padding: 10px;
	border: 1px solid #fff;
	background-color: #F7F8F8;
	border: 1px solid #C9CACA;
	margin: -15px 0 0 20px;
}
select.p-select-code:before {
	z-index: 1;
	position: absolute;
	right: 15px;
	top: 3px;
	font-family:"Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
	content: "\f078";
	line-height: 43px;
	color: #757575;
	pointer-events: none;
}
.box26 {
    position: relative;
    margin: 0 0 30px 0;
    padding: 15px;
    border: solid 3px #0071bc;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #0071bc;
    font-weight: bold;
}
.box26 div {
    margin: 0;
    padding: 10px;
}

/* テーブル */
#wpcf7cpcnf table {
	border: none;
}
#wpcf7cpcnf table th {
	background-color: #00008B;
	border: 1px solid #ccc;
	color: #fff;
	text-align: center;
}
#wpcf7cpcnf table td {
	border: 1px solid #ccc;
}

/* ボタン */
#wpcf7cpcnf button {
	background-color: #555;
	border: 4px outset #000;
	color: #fff;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 sitemap
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.sitemap {
	width: 100%;
	margin: 0 !important;
}
.sitemap ul  {
}
.sitemap ul li a {
	color: #000;
	display: block;
}
.sitemap ul li a:hover {
	color: #003350;
	text-decoration: none;
}
.sitemap ul li {
	padding: 15px 0;
	border-top: 1px dotted #a7a7a7;
}
.sitemap ul li a:before {
	font-family:"Line Awesome Free","Line Awesome Brands";
	font-weight: 900;
	content: "\f07b";
	color: #a7a7a7;
	padding-right: 10px;
}
.sitemap ul li ul {
	margin-bottom: -15px;
	padding: 15px 0 0 20px;
}
.sitemap ul li ul li {
	padding: 15px 0 15px 0;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 注意書き
　━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.komeUl {
	font-size: 82%;
	line-height: 1.6;
	position: relative;
	list-style-type: none!important;
	margin-left: -30px;
}
.komeUl li {
	margin-left: 12px;
	margin-bottom: 5px;
}
.komeUl li:before{
	display:inline-block;
	content:'※';
	margin-left: -12px;
	padding-right: 5px;
}
.discUl {
	font-size: 100%;
	line-height: 1.6;
	position: relative;
	list-style-type: disc !important;
}
.discUl li {
	margin-bottom: 10px;
}
.noneUl {
	font-size: 100%;
	line-height: 1.6;
	position: relative;
	list-style-type: none !important;
}
.noneUl li {
	margin-bottom: 10px;
}
