	@charset "utf-8";

/******************************************
layout_pc_tb
******************************************/
.pc_none,
.sp_only
	{display:none;}

/* body
-------------------------------------*/
body {
	line-height: 1.8;
}
#main {
	position:relative;
}
.inner {
	position:relative;
	width: 1000px;
	margin: 0 auto;
}
/* header
-------------------------------------*/

header {
	position:relative;
	margin-top: 60px;
	background-image: url(../images/keyvisual.png);
	background-repeat: no-repeat;
	background-size:100% auto;
}
header h1 {
	float: left;
	width: 30%;
	margin-left: 10%;
	margin-bottom: 300px;
	padding-left: 2%;
}
header h1 img {
	max-width: 237px;
}
.btn01 a {
	position: relative;
	padding: 7px 15px 7px 40px;
	background-color: #00b3a0;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
}
.btn01 a:after {
	content: '▲';
	position: absolute;
	top: 10%;
	left: 15px;
	color: #fff;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn01 a:hover {
	background-color: #f8ae0a;
}

.game h1 {
	margin-bottom: 50px;
}
.game header {
	max-height: 300px;
}


/* nav
-------------------------------------*/
nav {
	position: relative;
	width: 95%;
}
nav ul {
	display: flex;
	position: absolute;
	top: -40px;
	right: 0;
	width: auto;
	padding-right: 0px;
}
nav ul li {
	position: relative;
	margin-left: 10px;
	padding-left: 15px;
}
nav ul li::before,
nav ul li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
nav ul li::before {
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// タイトル
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+*/
#contents h2 {
	position:relative;
	font-size: 170%;
	margin: 50px auto;
	padding: 20px 10px 20px 80px;
	text-shadow: 0px 2px 3px #ccc;
	background-color: #5dc88a;
	font-weight: 700;
}
h3 {
	position: relative;
	padding-left: 40px;
	border-bottom: dotted;
	margin-bottom: 30px;
	font-weight: 700;
}
h3:after{
	content:''; 
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	height:23px;
	width:23px;
	display:block;
	position:absolute;
	top:3px;
	left:8px;
	background-color:#01b2a0;
	box-shadow: 0 0 2px 2px rgba(255,255,255,0.2) inset
}
h4 {
	margin-bottom: 20px;
	padding: 10px 0 10px 0;
	font-size: 110%;
	border-bottom: 1px dotted #00b3a0;
}


/*-----------------------------------------------*/
/* 下層汎用 */
/*-----------------------------------------------*/

.table01 {
	font-size: 80%;
}
.table01 th {
	padding: 8px 5px;
	border-bottom: 2px solid #fff;
	background-color: #83b8ed;
	font-weight: 700;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
.table01 td {
	padding: 8px 3px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	background-color: #e9e9e9;
	box-sizing: border-box;
}
.th10 th {
	width: 12%;
}
.th10 th:first-child {
	width: 6%;
}
.th12 th {
	width: 12%;
}

.table02 {
	width: 100%;
	margin-bottom: 50px;
}
.table02 th {
	width: 30%;
	padding: 8px 5px;
	border-bottom: 2px solid #e9e9e9;
	background-color: #fff;
	font-weight: 700;
	color: #00b3a0;
	box-sizing: border-box;
}
.table02 td {
	padding: 8px 5px;
	border-bottom: 2px solid #fff;
	background-color: #e9e9e9;
	box-sizing: border-box;
}

.table02 input,
.table02 textarea {
	width: 100%;
}
p.btn {
	text-align: center;
}
ul.ic_01 {
	padding: 10px 25px 25px;
}
ul.ic_01 li {
	position: relative;
	padding: 5px 5px 5px 0;
}
ul.ic_01 li:before {
	content: "";
	position: absolute;
	background: #00b3a0;
	top: 14px;
	left: -16px;
	margin-top :0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}
input[type="submit"],
input[type="button"] {
	position: relative;
	padding: 7px 15px 7px 15px;
	background-color: #00b3a0;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	border: none;
	font-size: 18px;
	box-shadow: 0px 0px 0px none;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #f8ae0a;
	cursor: pointer;
}
.sitemap_list li {
	border-bottom: 1px dotted #ccc;
}
.sitemap_list li a {
	position: relative;
	display: block;
	padding: 10px 30px 10px 5px;
	color: #333;
	text-decoration: none;
	transition: background-color 0.7s;
	-webkit-transition: background-color 0.7s;
}
.sitemap_list li a:after {
	content: '▲';
	position: absolute;
	top: 15%;
	right: 15px;
	color: #00b3a0;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sitemap_list li a:hover {
	background-color: #f8ae0a;
	filter: alpha(opacity=70);
	moz-opacity: 0.7;
	opacity: 0.7;
}

.att {
	margin-bottom: 50px;
	font-size: 80%;
	color: #FF0000;
}
p.ic_01 {
	padding: 10px 25px 25px;
}
p.ic_01 span {
	display: block;
	position: relative;
	padding: 5px 5px 5px 0;
}
p.ic_01 span:before {
	content: "";
	position: absolute;
	background: #00b3a0;
	top: 14px;
	left: -16px;
	margin-top :0px;
	height: 7px;
	width: 7px;
	border-radius: 50%;
}

/*-----------------------------------------------*/
/* コンテンツ */
/*-----------------------------------------------*/

.intro {
	padding-top: 50px;
	font-size: 200%;
	text-align: center;
	margin-bottom: 40px;
}
section {
	margin-bottom: 40px;
}
section dl {
	padding: 10px;
}
section dt {
	display: inline-block;
	margin-bottom: 8px;
	padding: 3px 15px 0;
	background-color: #e79907;
	font-weight: 700;
	font-size: 90%;
	border-radius: 15px;
}
section dd {
	margin-bottom: 20px;
	font-size: 90%;
}
.photo {
	display: flex;
}
.photo li {
	max-width: 240px;
	padding: 0 2px;
}
div.topbox {
	display: flex;
}
div.coach {
	padding: 15px;
	margin-bottom: 30px;
	background-color: #efefef;
}
div.coach h3 {
	margin-top: 20px;
}
.facebook {
	padding: 5px 5px 0;
	text-align: center;
	background-color: #49629d;
}

.facebook iframe {
	width: 350px;
	min-height: 500px;
}

h4 {
}
h4.toggle {
	position: relative;
	width: 90%;
	margin: 20px 0 0;
	padding: 0.25em 0.5em 0.25em 2em;
	text-decoration: none;
	color: #FFF;
	background: #668ad8;/*背景色*/
	border-bottom: solid 2px #627295;
	border-radius: 10px 10px 0px 10px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	box-sizing: border-box;
}
h4.toggle:active {
	border-bottom: solid 2px #fd9535;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.toggle:after {
    position: absolute;
    top: 40%;
    left: 10px;
    margin-top: -14px;
    content: '▲';
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

h4.special {
	background: #f38053;/*背景色*/
	border-bottom: solid 2px #ce6035;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	box-sizing: border-box;
}
h4.toggle span {
	display: inline-block;
	background: #f00;
	color: #fff;
	border-radius: 4px;
	padding: 1px 4px 0px;
	font-size: 50%;
	vertical-align: middle;
}

p.btn {
	position: relative;
	width: 90%;
	margin: 20px 0 0;
	padding: 0.25em 0.5em 0.25em 2em;
	text-decoration: none;
	color: #FFF;
	background: #5dc88a;/*背景色*/
	border-bottom: solid 2px #3da68a;
	border-radius: 10px 10px 10px 10px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	box-sizing: border-box;
}
p.btn:after {
    position: absolute;
    top: 40%;
    left: 10px;
    margin-top: -14px;
    content: '▲';
    font-size: 18px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
p.btn:hover {
	background: #f38053;/*背景色*/
	border-bottom: solid 2px #ce6035;
}
p.btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
    font-weight: bold;
}


p.btn_now {
	position: relative;
	width: 90%;
	margin: 20px 0 0;
	padding: 0.25em 0.5em 0.25em 2em;
	text-decoration: none;
	color: #FFF;
	background: #ccc;/*背景色*/
	border-bottom: solid 2px #666;
	border-radius: 10px 10px 10px 10px;/*角の丸み*/
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
	box-sizing: border-box;
    font-weight: bold;
    text-align: center;
}

.result {
	display: none;
	width: 90%;
	margin-bottom: 30px;
	padding: 10px 5px;
	box-sizing: border-box;
	border-radius: 0 0 10px 10px;
	background-color: #f0f0f0;
}
.result p {
	margin-left: 10px;
}
.result .center {
	margin: 0 auto 10px;
	text-align:center;
}
.result dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.result dt {
	width: 18%;
	display: block;
	margin-bottom: 15px;
	padding: 1px 3px;
	background-color: #e79907;
	font-weight: 700;
	font-size: 90%;
	border-radius: 15px;
	text-align: center;
	box-sizing: border-box;
}
.result dd {
	box-sizing: border-box;
	margin-bottom: 15px;
	width: 82%;
	padding: 1px 3px 1px 20px;
}
.txt_fl {
	float: left;
	width: 53%;
}
.txt_fr {
	float: right;
	width: 53%;
}
.image_fl {
	float: left;
	width: 40%;
}
.image_fr {
	float: right;
	width: 40%;
}
ol {
	padding: 0 0 0 20px;
}
ol li {
	list-style-type: decimal;
	margin-bottom: 5px;
}
.auto img {
	width: auto;
	max-width: 100%;
}
.block {
	margin-bottom: 30px;
}
.t_box {
	display: table;
	width: 100%;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
+-----+// footer
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----+
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
footer {
	position: relative;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 80%;
	background: #000;
	color: #fff;
	z-index: 10;
}
.pagetop {
	position: fixed;
	bottom: 20px;
	right: 15px;
	font-size: 110%;
	z-index: 200;
}
.pagetop a {
	background: #00b3a0;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 13px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-weight: 700;
	text-shadow: 2px 2px 4px #999;
}
.pagetop a:hover {
	text-decoration: none;
	background: #f8ae0a;
}

footer ul {
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
}
footer ul li {
	position:relative;
	display:inline-block;
	border-right: 1px solid #fff;
	padding: 0px 12px;
}
footer ul li:last-child {
	border-right: none;
}
footer ul a {
	text-decoration:none !important;
}
footer ul a:hover {
	text-decoration: underline !important;
}
footer a:link,footer a:visited,footer a:hover {
	color:#fff;
}

footer address{
	text-align: center;
	font-style:normal;
}



/*map*/
/*------------------------------------*/
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.line_top {
	border-top: 3px solid #6393ea;
}
.news {
	position: relative;
	margin: 50px auto 80px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.news p {
	position: relative;
	margin-left: 50px;
	margin-top: -20px;
	padding: 0 15px;
	text-align: center;
	width: 100px;
	background-color: #fff;
	font-size: 110%;
	font-weight: 700;
	color: #5dc88a;
}

.news dl {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	font-size: 80%;
}
.news dt {
	width: 15%;
	padding-right: 20px;
	margin-bottom: 5px;
	font-weight: 700;
	box-sizing: border-box;
}
.news dd {
	width: 85%;
	margin-bottom: 5px;
	font-weight: 400;
}
.news dd a {
	text-decoration: underline;
}


/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }


/*ci*/
/*------------------------------------*/
.ci .txt_fl {
	float: left;
	width: 77%;
}
.ci .txt_fr {
	float: right;
	width: 77%;
}
.ci .image_fl {
	float: left;
	width: 20%;
}
.ci .image_fr {
	float: right;
	width: 20%;
}
.bd_dot {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #999;
}