@charset "UTF-8";
/*------------------------------------------------------*/
/*20160816 fandmnet seiji
/*------------------------------------------------------*/

/********************************************************/
/* css riset
/********************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html {
    font-size: 0.625em;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/********************************************************/

/*------------------------------------------------------*/
/* common style
/*------------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic);
body{
font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

a {
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
img.hover:hover {
    opacity: 0.75;
}


.width_980 {
    margin: 0 auto;
    width: 980px;
}
.f_l {
    display: inline-block;
    float: left;
}
.f_r {
    display: inline-block;
    float: right;
}
.mar_r_5 {
    margin-right: 5px;
}
.mar_l_5 {
    margin-left: 5px;
}
.mar_t_10 {
    margin-top: 10px;
}
.side_banner {
    margin: 0 0 20px;
}

.delay_3s {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
/*------------------------------------------------------*/
/* font style
/*------------------------------------------------------*/
.admission_btn a,
h3.entry_title,
#copyright,
footer

{
    font-family: 'Noto Sans Japanese', serif;
    font-weight: 700;
}

#copyright,
footer
{
    font-weight: 100;
}

/*------------------------------------------------------*/
/* header
/*------------------------------------------------------*/
header {
    background-image: url("../images/201608_top/header_bg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    border-bottom: 1px solid #cccccc;
    display: block;
    height: 221px;
}
h1 {
    color: #333333;
    float: left;
    font-size: 1.1em;
    margin: 12px 0 18px;
    text-align: left;
}
.info_img {
    margin: 20px 0 0;
}

.admission_btn a {
    background-color: #ff9900;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 35px;
    letter-spacing: 2px;
    line-height: 16px;
    margin: 0;
    padding: 9px 0 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 126px;
}
.admission_btn a:hover {
    background-color: #ffCC00;
}
.icon img:hover {
    opacity: 0.75;
}
nav {
    display: inline-block;
    margin: 18px 0 0;
    width: 980px;
}

nav ul li {
    background-image: url("../images/201608_top/gnav_line.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 55px;
    text-align: center;
    width: 163px;
}
nav ul li:nth-child(6) {
    background-image: url("../images/201608_top/gnav_line.png"), url("../images/201608_top/gnav_line.png");
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    float: right;
    height: 55px;
    text-align: center;
    width: 165px;
}
nav ul li img {
    border-bottom: 2px solid #0068b7;
}
nav ul li:hover {
    background-color: rgba(0, 104, 183, 0.1);
}
nav ul li img:hover {
    border-bottom: 2px solid #ff9900;
}

/*------------------------------------------------------*/
/* dropmenu
/*------------------------------------------------------*/
.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 980px;
  margin: 0 auto;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li {
    float: left;
    height: 71px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 163px;
}
.dropmenu li.hi71:nth-child(6) {
  width: 165px;
    height: 71px;
}
.hi71 {
    height: 71px;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu .mb_20 > ul {
    border-radius: 0 0 10px 10px;
    margin: 0;
    overflow: hidden;
}
.dropmenu li ul li {
    background-image: none;
    display: block;
    height: auto;
    margin: 0;
    min-height: 45px;
    padding: 0;
    vertical-align: bottom;
    width: 100%;
}
.dropmenu li ul li a {
    background-color: #0068b7;
    border-top: 1px dotted #ff9900;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    text-align: left;
}
.dropmenu li ul li a:hover {
    background-color: #ff9900;
}
.dropmenu li:hover > a{
}
.dropmenu li a:hover{
}

/*------------------------------------------------------*/
/* メニュー効果
/*------------------------------------------------------*/
#fade-in li ul {
    box-shadow: 1px 1px 3px 0 #0f1741;
    opacity: 0;
    transition: all 0s ease 0s;
    visibility: hidden;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}
/*------------------------------------------------------*/
/* Slider
/*------------------------------------------------------*/
.wideslider {
    margin: 0 0 20px;
    min-height: 400px;
}









/*------------------------------------------------------*/
/* container
/*------------------------------------------------------*/
#container {
    display: inline-block;
    text-align: center;
    width: 100%;
}

#main_container {
    width: 680px;
}

h3.entry_title {
    background-color: #0068b7;
    background-image: url("../images/201608_top/emblem.png");
    background-position: right -50px;
    background-repeat: no-repeat;
    border-bottom: 3px solid #ff9900;
    color: #ffffff;
    font-size: 14px;
    height: 36px;
    line-height: 32px;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
    text-align: left;
    width: 680px;
}
div.article {
    font-size: 14px;
    line-height: 2em;
    margin: 0 0 20px;
    padding: 0 20px;
    text-align: left;
    width: 680px;
}
div.banner_box {
    clear: both;
    display: inline-block;
    margin: 0 0 20px;
    width: 680px;
}
div.article span {
    font-weight: bold;
}
.detail_btn {
    clear: both;
}
.detail_btn a {
    background-color: #ff9900;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin: 10px 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
}
.detail_btn a:hover {
    text-decoration: underline;
}
.gallery_style .detail_btn a {
    margin: 0 auto;
    width: 640px;
}
.f_l.first_clm,
.f_r.first_clm,
.f_l.second_clm,
.f_r.second_clm {
    margin: 10px 0;
}


#primary02 td,
#primary02 th {
    vertical-align: middle;
}

/*------------------------------------------------------*/
/* gallery style
/*------------------------------------------------------*/
.photo_flame {
    border: 5px solid #ffffff;
    box-shadow: 1px 1px 2px #cccccc;
    margin: 0;
    overflow: hidden;
}
.column_3way > p {
    border: 5px solid #ffffff;
    box-shadow: 1px 1px 2px #cccccc;
    margin: 0;
    overflow: hidden;
}
.column_3way img {
    margin: 0;
    width: 210px;
    height: auto;
}
.column_3way {
    margin: 0 10px 20px 0;
    width: 220px;
}
.column_3way.last_box {
    margin: 0 0 20px 0;
}
.column_3way p.text {
    border: medium none;
    box-shadow: none;
    font-size: inherit;
    line-height: 1.5em;
    margin: 10px 0;
    padding: 0;
    text-align: left;
}
.gallery_style {
    font-size: 1.4em;
    margin: 0 0 20px;
}
/*追記：回り込みcss*/
div.gallery_style div:nth-child(3) {
    float: right;
    margin: 0 0 20px;
}
/*------------------------------------------------------*/
/* 2column
/*------------------------------------------------------*/
.content_half {
    display: inline-block;
    margin: 0;
    width: 326px;
}
.content_half.f_r {
    margin: 0;
}
.content_half h3 {
    width: 326px;
}
.content_half img {
    width: 150px;
}
/*------------------------------------------------------*/
/* 地域スポーツ振興
/*------------------------------------------------------*/
.content_half .photo_flame {
    float: left;
    width: 161px;
}
.content_half .text {
    display: inline-block;
    float: right;
    font-size: 1.2em;
    line-height: 1.5em;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
    width: 165px;
}
/*------------------------------------------------------*/
/* スクール会場一覧
/*------------------------------------------------------*/
.venue_list {
    background-color: #0068b7;
    background-image: url("../images/201608_top/venue_list_bg.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: #ffffff;
    line-height: 1.5em;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
}
.venue_list h4 {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 -15px 5px;
    padding: 10px 15px;
    width: 680px;
}
.venue_list .text {
    font-size: 1.4em;
    line-height: 1.5em;
    margin: 0 0 20px;
    width: 62%;
}
.venue_list .detail_btn a {
    background-color: #0f1741;
    font-size: 1.4em;
    margin: 0 0 5px;
}
.venue_list .detail_btn a:hover {
    background-color: #ff9900;
}
/*------------------------------------------------------*/
/* side
/*------------------------------------------------------*/
.banner_challenge a {
    background-image: url("../images/201608_top/banner_challenge.png");
    background-position: center top;
    background-repeat: no-repeat;
    display: block;
    height: 244px;
    margin: 0 0 20px;
    width: 280px;
}
.banner_challenge a:hover {
    background-position: center bottom;
}











/*------------------------------------------------------*/
/* page_top nav
/*------------------------------------------------------*/

.page_top {
    border-bottom: 2px solid #ff9900;
}
.page_top a {
    background-color: #ff9900;
    color: #ffffff;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    height: 25px;
    margin: 0 0 0 800px;
    padding: 9px 0 0;
    text-align: center;
    text-decoration: none;
    width: 100px;
}
.page_top a:hover {
    padding: 7px 0 0;
}
/*------------------------------------------------------*/
/* footer
/*------------------------------------------------------*/
footer {
}
.footer_info {
    background-image: url("../images/201608_top/footer_bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    clear: both;
    color: #ffffff;
    display: block;
    height: 171px;
    margin: 0;
}
.footer_info .content {
    background-image: url("../images/201608_top/footer_bg_emblem.png");
    background-position: right bottom;
    background-repeat: no-repeat;
}
footer a {
    color: #ffffff;
    text-decoration: underline;
}
footer a:hover {
    text-decoration: none;
}
footer strong {
    font-weight: bold;
}
.footer_t_h {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 0 86px;
}
.add_sitemap {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    margin: 30px 0 0;
    width: 510px;
}
.add_info {
    margin: 10px 0 0;
}
.sitemap {
    display: inline-block;
    list-style: outside none none;
    padding: 10px 0;
    text-align: left;
    width: 100%;
}
.sitemap li {
    background-image: none;
    display: inline-block;
    float: left;
    padding: 0 5px;
}

.sitemap li a,
.to_link li a {
    background-color: inherit;
}

address {
    display: inline-block;
    font-size: 1.4em;
    margin: 27px 0 30px;
    text-align: center;
    width: 100%;
    color: #FFF;
}
#copyright {
    background-color: #0f1741;
    color: #ffffff;
    display: inline-block;
    line-height: 1.5em;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
}
#copyright p:nth-child(1) {
    font-size: 1.2em;
}

#copyright p:nth-child(2) {
}
/* 旧css打消し
/*------------------------------------------------------------*/
div#wrapper {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font: 76%/1.5 "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"MS PGothic",sans-serif;
    font-size: 14px;
    line-height: 1.2em;
}
div#contents {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 980px;
}
div#primary02 {
    width: 715px;
}
#primary02 h2 {
    font-size: 16px;
    line-height: 25px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e3f5ff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(227,245,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(227,245,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(227,245,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e3f5ff',GradientType=0 ); /* IE6-9 */

}
#primary02 p {
    line-height: 1.5em;
}
#primary02 li {
    margin: 0 0 10px 0;
    background-image: none;
}
/* 旧css打消し
/* テーブル表示整理
/*------------------------------------------------------------
table {
    width: 100%;
}
td {
    border: 1px solid #191970;
    padding: 5px;
}
*/

/* Twitterタイムラインの親要素 */
.side_banner.twitter_timeline {
  max-width: 100%;
  overflow: hidden;
  border: 1px solid rgb(128, 193, 243);
}

/* モバイル（スマホ）で高さを低く */
@media screen and (max-width: 768px) {
  .side_banner.twitter_timeline a.twitter-timeline {
    height: 250px !important; /* 高さを少し低く */
  }
}