﻿@charset "UTF-8";

*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}

body{
	padding:0px;
	margin:0px;
	border:0px;
	font-family:arial,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	text-align:left;
	line-height:1.7;
	color:#000;
}

img{
	border:0px; 
/*	max-width:100%; */
	vertical-align:top;
}
ul{
	overflow:hidden; 
} 
li{ 
	list-style:none;
}
a{
	text-decoration:none;
	color:#333;
	display:inline-block;
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

input:focus{
	outline:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}


/*-----------------------------*/
.fw{
	overflow:hidden;
}
.w980{
	width:980px;
	margin:0 auto;
}
.w1200{
	width:1200px;
	margin:0 auto;
}

#back_top a{
	display:block;
	position:fixed;
	bottom:50px;
	right:50px;
	border-radius:50%;
	border:1px solid #999;
	box-shadow:3px 3px 5px rgba(0,0,0,0.2);
	width:80px;
	height:80px;
	line-height:80px;
	color:#1D1D8A;
	text-align:center;
	transition:.4s;
	background:white;
	z-index:99999;
/*    animation: moveY 2s infinite alternate linear;
	-webkit-animation: moveY 2s infinite alternate linear;*/
}
@keyframes moveY{0%{bottom:60px}50%{bottom:45px}100%{bottom:60px}}
@-webkit-keyframes moveY{0%{bottom:60px}50%{bottom:45px}100%{bottom:60px}}


#back_top a:hover{
	transform:scale(1.2);
}

/*-----------index.html---------------*/



#top{
	width: 100%;
    height: 680px;
    margin-bottom: 90px;
    background:#10105D;
/*    background: linear-gradient(left, #1A138A,#1A138A, #2020AB, #2020AB);
    background: -moz-linear-gradient(left, #1A138A, #1A138A,#1A138A, #2020AB, #2020AB, #2020AB);
    background: -webkit-gradient(linear, left top, right top, from(#1A138A),color-stop(49%, #1B168E), color-stop(50%, #2020AB), to(#2020AB));
*/
}
#main{
	width:980px;
	height:680px;
	background:url(../images/main_back.jpg) no-repeat;
	background-position:center top;
	margin:0 auto;
	position:relative;
}
#ball{
	position:absolute;
	top:25px;
	right:52px;
	width:210px;
}
#ball_txt{
	position:absolute;
    top: 60px;
    right: 42px;
    width: 240px;

}
#index h1 span{
	font-size:17px;
	color:#1D1D9A;
	width:420px;
	text-align:center;
	line-height:45px;
	background:white;
	display:block;
	border-radius:5px;
	position:absolute;
	top:280px;
	right:75px;
}
#index h1 span:after{
	content: " ";
	border: 10px solid transparent;

	border-top: 10px solid white;
	position: absolute;
	right: 47%;
	bottom: -20px;
}

#misaki{
	position:absolute;
	right:120px;
	top:360px;

}
#index nav ul{
	position:absolute;
	top:480px;
	right:16px;

	width:560px;
	overflow:hidden;
}
#index nav ul li a{
	color:#fce700;
	display:block;
	float:left;
	padding-left:65px;
	height:110px;
	padding-top:10px;
	transition:.3s;
	font-size:21px;
}


#index nav ul li:nth-child(1) a{
	background-image:url(../images/icon_1.png), url(../images/arrow_gray.png);
	background-repeat:no-repeat;
	background-position:top  left,top 45px left 100px;
}
#index nav ul li:nth-child(2) a{
	background-image:url(../images/icon_2.png), url(../images/arrow_gray.png);
	background-repeat:no-repeat;
	background-position:top left,top 45px left 100px;
	margin-left:40px;
}
#index nav ul li:nth-child(3) a{
	background-image:url(../images/icon_3.png), url(../images/arrow_gray.png);
	background-repeat:no-repeat;
	background-position:top left,top 45px left 90px;
	margin-left:20px;
}

#index nav ul li a:hover{
	color:#FF7500;

}
#index #top address{
	font-style:normal;
	font-size:14px;
	position:absolute;
	bottom:13px;
	right:0;
	overflow:hidden;
	color:white;
	line-height:1.5;
}
#index #top address p{
	float:left;
	margin-left:20px;
}
a.linkButton{
	transition:.15s;

}
a.linkButton:hover{
	opacity:.75;
}

#wrap section{
	margin-top:40px;
	overflow:hidden;
}
/*
.midashi{
	font-weight:normal;
	font-size:33px;

	text-align:center;
	height:130px;
	padding:40px 0 100px;
}
.about .midashi:after{
	content: " ";
	border: 10px solid transparent;
	border-top: 10px solid #1D1D9A;
	margin:0 auto;
	position:relative;
	right:163px;
	top:65px;
}
.coach .midashi:after{
	content: " ";
	border: 10px solid transparent;
	border-top: 10px solid #ef394e;
	margin:0 auto;
	position:relative;
	right:140px;
	top:65px;
}
.blog .midashi:after{
	content: " ";
	border: 10px solid transparent;
	border-top: 10px solid #1D1D9A;
	margin:0 auto;
	position:relative;
	right:118px;
	top:65px;
}
*/
.about h2{
/*	background:url(../images/icon_1b.png) no-repeat;
	background-position:left 20px top 20px;
	color:#1D1D9A;
	width:50%;
	margin:0 0 20px auto;
	padding-left:70px;
*/
	margin:20px 0 20px auto;
	text-align:right;
}
/*
.coach h2{
	background:url(../images/icon_2b.png) no-repeat;
	background-position:left 50px top 20px;
	color:#ef394e;
	width:50%;
	margin:0 auto 20px 0;
	padding-left:60px;
}
*/
.blog h2{
/*
	background:url(../images/icon_3b.png) no-repeat;
	background-position:left 280px top 20px;
	padding-left:20px;
	color:#1D1D9A;
*/
    margin-bottom: 20px;
    text-align:center;
}

#index section p{
	float:left;
	width:482px;
}
#index section .button{
	text-align:center;
}
#index section .text{
	height:323px;
    padding: 20px 30px;
	margin-bottom:10px;
	background:url(../images/gara.jpg) no-repeat bottom;
	line-height:1.8;
}
.about p:nth-child(3), .coach .text{
	margin-right:16px;
}
.coach .button{
	margin-top:-65px;
}
.image img{
	border-radius:5px;

}

#index .text a{
	margin:30px auto 0;
	display:block;

}
#index .about .text span{
    border-bottom: 3px solid #FCE700;
    padding-bottom: 2px;
    font-weight: bold;
}

#index .coach .text span{
    border-bottom: 3px solid #ef394e;
    padding-bottom: 2px;
    font-weight: bold;
}
#blog_news{
	margin-bottom:30px;
}
#blog_news a{
	margin-bottom:10px;

}
#blog_news a:hover .b_date,
#blog_news a:hover .b_title,
#blog_news a:hover .b_text
{
/*	text-decoration:underline;*/
	color:#1288f5;

}
#blog_news dd,#blog_news dt{
	float:left;
	height:45px;

	line-height:45px;
	font-size:14px;
	text-align:center;
}

.b_category{
	width:105px;

}
.kekka{
	background:#1D1D9A;
	color:white;
}
.nisshi{
	background:#fce700;
	color:#1D1D9A;
}
.b_date{
	width:140px;
	background:#eee;
}
#blog_news .b_title{
	width:180px;
	background:#eee;
	text-align:left;
	overflow:hidden;
	padding-right:30px;
}
#blog_news .b_text{
	width:555px;
	background:#eee url(../images/arrow_blue.png) no-repeat;
	background-position:center right 20px;
	text-align:left;
	overflow:hidden;
	padding-right:50px;
}
#blog_news + p{
	margin-top:-10px;
}
.banner img{
	border-radius:5px;

}

#map{
	/*margin-top:100px;*/
	margin-top:60px;
}


footer{

	font-size:13px;
	text-align:center;
	color:#444;
	margin:70px 0 50px;
}
#map h2{
	color: #052699;
    border-bottom: 1px solid #DFDFDF;
    font-weight: normal;
    /* text-align: center; */
    font-size: 34px;

}
#map section div:nth-child(1){
	width:50%;
	float:left;
}
#map section div:nth-child(2){
    width: 46%;
    float: right;
    height: 143px;
    padding: 15px 25px;
    border-radius: 5px;
}

#map dl{
	width:50%;
	float:left;
	margin:20px 0 60px;
}
#map section div dl:nth-child(2){
	width:60%;
}
#map section div dl:nth-child(3){
	width:40%;
}

#map dt{
	    display: inline-block;
    background: #FCE700;
    color: #1D1D9A;
    padding: 2px 7px;

}
#map dd{
	font-size:18px;

}

.arrow_box {
	position: relative;
	background: #ffffff;
	border: 1px solid #052699;
}
.arrow_box:after, .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #052699;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(5, 38, 153, 0);
	border-right-color: #052699;
	border-width: 12px;
	margin-top: -12px;
}
.arrow_box h3{
	text-align: center;
    font-size: 37px;
    color:#052699;
    font-weight:normal;
        margin: 5px;
}
.arrow_box p{
	font-size:18px;

}
#slider{
	background:url(../images/slide.jpg) 0 0 repeat-x;
	height:200px;
	width:100%;
	position:relative;
	z-index:1;
	margin-top:100px;
}


/*********サブページトップ**********/

#subline{
    width: 100%;
    height: 16px;
    margin: 0 auto 140px;
    background: linear-gradient(left, #fce700,#fce700, #23008A, #23008A);
    background: -moz-linear-gradient(left, #fce700, #fce700,#fce700, #23008A, #23008A, #23008A);
    background: -webkit-gradient(linear, left top, right top, from(#fce700),color-stop(49%, #fce700), color-stop(50%, #23008A), to(#23008A));
    text-align: center;
    z-index: -2;
}
.subtop h1{
	font-size:40px;
	color:#1D1D9A;
	line-height:179px;
	width:179px;
	height:179px;
	font-weight:normal;
	text-align:center;
	background:url(../images/sub_ball.png) no-repeat;
	position:absolute;
	right:10px;
	bottom:20px;

}
#coach h1,#gallery h1{
    line-height: 49px;
    padding-top: 47px;
}
.subtop{
	height:450px;
	position:relative;
	z-index:3;
	margin-bottom:50px;
}
#coach .subtop{
	background:url(../images/coach_image.jpg) no-repeat right top;

}


#blog .subtop{
	background:url(../images/blog_image.jpg) no-repeat right top;

}
#gallery .subtop{
	background:url(../images/gallery_top.jpg) no-repeat right top;
}

.subtop p:nth-child(2){
	position:absolute;
	top:-85px;
	left:20px;
	z-index:5;
}
.subtop p:nth-child(3){
	z-index:6;
	position:absolute;
	font-size:30px;
	color:#1D1D9A;
	position:absolute;
	top:100px;
	left:22px;
	font-weight:bold;
}
.subtop span{
	font-size:18px;
	width:72px;
	text-align:center;
	line-height:33px;
	background:white;
	display:block;
	border-radius:5px;
	position:absolute;
	top:-38px;
	left:0;
}
.subtop span:after{
	content: " ";
	border: 7px solid transparent;
	border-top: 7px solid white;
	position: absolute;
	right: 40%;
	bottom: -13px;
}

#backYellow{
	background:#fce700;
	opacity:.9;
	width:190px;
	height:210px;
	position:absolute;
	left:0;
	top:-50px;
	z-index:1;
}
.subtop nav{
	position:absolute;
	bottom:10px;
	left:0;
}
.subtop nav li{
	background:rgba(252,231,0,0.9);
	position:relative;
}
.subtop nav li a{
	padding-left:35px;
	font-weight:bold;
	margin-top:10px;
	color:#1D1D9A;
	width:190px;
	line-height:45px;
	display:block;
/*	transition:.3s;*/

}
.subtop nav li a:after{
    display: block;
    content: " ";
    position: absolute;
    right: 20px;
    top: 33%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #1d1d9a;
/*	transition:.3s;*/
}
.subtop nav li a.stay{
	color:#FF3900;
}
.subtop nav li a.stay:after{
    border-color: transparent transparent transparent #ff3900;
}
.subtop nav li a:hover{
	color:#ff3900;
}
.subtop nav li a:hover:after{

	transform:rotate(-180deg);
    border-color: transparent transparent transparent #ff3900;
}

/***********ブログページ*************/
#blogwrap{
	padding-top:20px;
}
#blogSection{
	float:left;
	width:720px;
	border:1px solid #1288f5;
	padding:60px;
	color:#333;

}
#blogSection h2{
	font-weight:normal;
	padding-bottom:10px;
	background-image:url(../images/blog_line.gif);
	background-repeat:repeat-x;
	background-position:left bottom;

}
#blogSection h2+p{
	text-align:right;
	font-size:14px;
	color:#595959;
	margin:10px 0 40px;

}
#blogSection{
	position:relative;
}
.blog_honbun img{
	max-width:596px!important;
	height:auto!important;
}
.blog_honbun p{
	margin-bottom:20px;

}
#blogSection>span{
	border: 0px solid transparent;
    width: 6px;
    height: 6px;
    position: absolute;

}
#blogSection>span:nth-child(1){
	border-top: 6px solid #1288f5;
	border-left: 6px solid #1288f5;
	left:0;
	top:0;
}
#blogSection>span:nth-child(2){
	border-top: 6px solid #1288f5;
	border-right: 6px solid #1288f5;
	right:0;
	top:0;
}
#blogSection>span:nth-child(3){
	border-bottom: 6px solid #1288f5;
	border-left: 6px solid #1288f5;
	left:0;
	bottom:0;
}
#blogSection>span:nth-child(4){
	border-bottom: 6px solid #1288f5;
	border-right: 6px solid #1288f5;
	right:0;
	bottom:0;
}
#archive{
	float:right;
	width:230px;
	border:1px solid #1288f5;
	border-radius:5px;

}
#archive h2{
	padding:15px 0 15px;
	margin-bottom:20px;
	font-size:20px;
	color:#595959;
	font-weight:normal;
	text-align:center;
	background:url(../images/back_koushi.gif) repeat-x bottom;
}
#archive dl{
	margin:10px 10px;
	padding-bottom:5px;
	overflow:hidden;
	border-bottom:1px dotted #1288f5;
}
#archive a:last-child dl{
	border-bottom:none;

}
.hover{
	transition:.3s;
}
.hover:hover{
	opacity:.75;
}
#archive .blogDate{
	font-size:12px;
	color:#595959;
	float:left;
	width:40%;
}
#archive .blogCategory{
	font-size:12px;
	color:#595959;
	float:right;
	width:60%;
}
#archive .blogTitle{
	color:#1288f5;
	width:100%;
	height:27px;
	overflow:hidden;
}
#archive a{
	display:block;
}
#archive a:hover .blogTitle,
#archive a:hover .blogCategory,
#archive a:hover .blogDate{
	color:orangered;
}
#before a{
	width:180px;
	margin-left:540px;
	border:1px solid #1288f5;
	float:left;
	display:block;
	line-height:50px;
	margin-top:30px;
	font-size:18px;
	padding-left:30px;
	position:relative;
	transition:.2s;
}
#before a:after{
	display:block;
	content:" ";
	width:15px;
	height:15px;
	border-right:1px solid #1288f5;
	border-bottom:1px solid #1288f5;
	transform:rotate(-45deg);
	position:absolute;
	right:20px;
	top:34%;
	transition:.2s;
}
#before a:hover{
    background: #1288F5;
    color: white;
    border: 1px solid #1288F5;
}
#before a:hover:after{
	border-right:1px solid white;
	border-bottom:1px solid white;
}
/*-------------ギャラリー------------------*/
#gallery_main{
	text-align:center;
	width:100%;
	min-width:980px;
	margin-top:20px;
}
#gallery_main img{
	width:100%;

}
.gallery_list li{
	text-align:center;

	
}
.gallery_list img{
	display:block;
	padding:10px 0 0;
	width:900px;
	margin:0 auto;
	height:auto;
}
#glleryWrap{
	width:100%;
	background:#01013C;
	padding:50px 0 40px;
}
#gallery h2{
	text-align:center;
	letter-spacing:0.5em;
	font-size:120%;
	margin-bottom:50px;
	color:#fff;
	font-weight:nomal;
}
/*----------コーチ---------------*/
#coach1{
	margin-top:30px;
	width:980px;
	height:967px;
	background:url(../images/coach_03.jpg) no-repeat;
	padding-top:180px;
	padding-left:40px;
	padding-right:40px;
}
#coach2{
	width:980px;
	height:601px;
	background:url(../images/coach_07.jpg) no-repeat;
	padding-top:155px;
	padding-left:40px;
	padding-right:40px;
	margin-top:120px;
	margin-bottom:50px;
}
#coach3{
	width:980px;
	height:601px;
	background:url(../images/coach_02.jpg) no-repeat;
	padding-top:155px;
	padding-left:40px;
	padding-right:40px;
	margin-top:120px;
	margin-bottom:50px;

}
#coach1 .coach_name{
	padding-left:360px;

}
#coach2 .coach_name{
	padding-left:50px;

}
#coach3 .coach_name{
	padding-left:360px;

}
.coach_name{
	font-size:64px;

}
.coach_name span{
	font-size:16px;
}
.coach_data{
	margin-top:80px;
}
.coach_data dl{
	float:left;
	line-height:32px;
}
.coach_data dl:first-child{
	margin-right:40px;

}
.coach_data dl dt{
	font-size:22px;
	margin-bottom:5px;
}
#coach1 .coach_data dl dt{
	color:#1288f5;
}
#coach2 .coach_data dl dt{
	color:#eb6877;
}
#coach3 .coach_data dl dt{
	color:#1288f5;
}

span.name2{
	font-size:44px;

}



/* 2017 12 05追記 */
#news_comment {
    color: yellow;
    position: absolute;
    bottom: 13px;
    left: 0px;
    overflow: hidden;
    line-height: 1.5;
    font-style: normal;
    font-size: 14px;
    padding-left: 8px;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.06em;
}

/* 2018 03 28追記 */
.shop_anker {
    color: #201e98;
}
.shop_anker:hover {
    color: #a295f3;
}
#shop {
    margin-top: 60px;
    box-sizing: border-box;
    height: 166px;
    font-size: ;
}
#shop--img {
    float: left;
    width: 526px;
    text-align: center;
    background: #eef;
    vertical-align: middle;
    height: 100%;
}
#shop--img > a {
    display: inline-block;
    transition: 0.3s all;
    opacity: 1;
}
#shop--img > a:hover {
    opacity: 0.6;
}
#shop--text {
    float: right;
    border-radius: 6px;
    width: 454px;
    background: #f5f6fa;
    height: 100%;
    font-size: 90%;
    box-sizing: border-box;
    padding: 20px;
}
#shop--text p {
    margin-bottom: 1em;
}