@charset "UTF-8";
/* ======================================
reset.css
====================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  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 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ======================================
common
====================================== */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 62.5% !important;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #221714;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  background-color: #fff;
  font-size: 1.2rem;
  background-color: #692845;
}

a {
  color:#000000;
  text-decoration: none;
  transition: all 0.3s;
}
a[href^="tel:"] {
  cursor: default;
}

img {
  border-style: none;
  vertical-align: bottom;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}


.tel a:link{ color:#08078C;
}
.mail a:link{ color:#08078C;
}


/* -----------------------
common id class
----------------------- */
#wrapper {
  min-width: 966px;
  text-align: left;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  clear: both;
  display: block;
  position: relative;
  background-color: #fff;
}

.inner {
  width: 956px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.copy {
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  font-size: 1.62rem;
  font-weight: bold;
  text-align: center;
  border-bottom: #692845 solid 3px;
}

.ttl_area {
  height: 150px;
  border-bottom: #692845 solid 3px;
  display: block;
  position: relative;
  clear: both;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}/*ヘッダーの写真エリア*/
.class .ttl_area {
  background-image: url(../images/class/img_ttl.jpg);
}/*ヘッダーの写真*/

.base_ttl_area{padding-bottom:30px;
}


#breadcrumb {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #eee;
  border-bottom: #692845 solid 3px;
}
#breadcrumb a {
  text-decoration: underline;
}
#breadcrumb a:hover {
  color: #666;
}

/* ======================================
#header
====================================== */
#header {
  height: 74px;
  background-color: #692845;
  color: #fff;
  position: relative;
}
#header .sitename {
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  position: absolute;
  top: 13px;
  left: 65px;/*←元々は0pxで左よせにしていたが、「blog」バナー削除に伴いセンターに変更した*/
}
#header .nav {
  position: absolute;
  top: 41px;
  left: 65px;/*←元々は0pxで左よせにしていたが、「blog」バナー削除に伴いセンターに変更した*/
}

#header .nav > ul > li {
  margin-right: 3px;
  float: left;
  display: inline;
  display: block;
  cursor: pointer;
}
#header .nav > ul > li:hover .nav_sub {
  visibility: visible;
  opacity: 1;
}
#header .nav > ul > li:hover .nav_sub li {
  visibility: visible;
  opacity: 1;
}
#header .nav > ul > li > a:hover {
  opacity: 0.8;
}
#header .nav > ul > li:last-child {
  margin-right: 0;
}
#header .nav > ul > li .nav_sub {
  padding-top: 3px;
  position: absolute;
  top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
  z-index: 100;
}
#header .nav > ul > li .nav_sub li {
  line-height: 1.3;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  border-bottom: #321321 solid 1px;
}
#header .nav > ul > li .nav_sub li:last-child {
  border-bottom: none;
}
/*プルダウンの幅、地色*/
#header .nav > ul > li .nav_sub li a {
  min-width: 134px;
  max-width: 274px;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color:#692845;
  padding: 10px;
  display: block;
}
#header .nav > ul > li .nav_sub li a:hover {
  background-color: #8e365d;
}

/* ======================================
jQuery FlexSlider v2.6.0
====================================== */
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
.slider_area {
  height: 300px;
  border-bottom: #692845 solid 3px;
  display: block;
  clear: both;
  background-color:#FFFEFE;
}

/* RESETS */
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* BASE STYLES */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* DEFAULT THEME */
.flexslider {
  position: relative;
  zoom: 1;
  width: 956px;
  height: 300px;
  float: left;
  display: block;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.flexslider .slides li {
  background-color: #fff;
}

.flexslider .slides li a:hover img {
  opacity: 0.7;
}

.flex-direction-nav a {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  z-index: 10;
  -moz-background-size: 36px 36px;
  -webkit-background-size: 36px 36px;
  background-size: 36px 36px;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a {
  background-image: url(../images/top/btn_prev.png);
}

.flex-direction-nav a.flex-next {
  background-image: url(../images/top/btn_next.png);
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 8px;
  text-align: center;
  z-index: 10;
}

.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #692845;
}

.flex-control-paging li a.flex-active {
  background: #692845;
  cursor: default;
}

/* ======================================
#pagebody
====================================== */
#pagebody {
  display: block;
  clear: both;
  position: relative;
}

#pagebody::before {
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 300px;
  border-left: #692845 solid 3px;
}

/* ======================================
#main
====================================== */
#main {
  width: 653px;
  padding: 10px 27px 30px;
  webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  display: inline;
  font-size: 1.8rem;
  line-height: 1.444;
}
#main .ttl_main {
  margin-bottom: 8px;
  padding-bottom: 3px;
  font-size: 2.8rem;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ 明朝", serif;
  font-weight: bold;
  border-bottom: #221714 solid 2px;
}
#main .ttl_main img {
  margin-right: 5px;
}
#main .banner_main li {
  margin-top: 12px;
}
#main .banner_main li a:hover {
  opacity: 0.7;
}
.main_text{font-size:18px;
}


/*道場生の声*/
.area_voice{width:600px;
}




/* ======================================
#side
====================================== */
#side {
  width: 300px;
  float: right;
}
#side .block {
  margin-bottom: 6px;
}
#side .block a:hover {
  opacity: 0.7;
}
#side .fb-page {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* ======================================
#footer
====================================== */
#footer {
  padding: 18px 0;
  color: #fff;
  background-color: #692845;
}
#footer a {
  color: #fff;
}
#footer .block {
  margin-left: 30px;
  float: left;
  display: inline;
}
#footer .block:first-child {
  margin-left: 0;
}
#footer .block .ttl {
  font-weight: bold;
  margin-bottom: 9px;
}
#footer .block .ttl::before {
  content: "■";
  margin-right: 3px;
}
#footer .block .nav li {
  margin-bottom: 9px;
}
#footer .block .nav li:last-child {
  margin-bottom: 0;
}
#footer .block .nav li a:hover {
  opacity: 0.7;
}


/*マップ*/
.ikejiri_sunamachi_map_area{text-align:center;
box-shadow:4px 4px 4px 4px rgba(0,0,0,0.3);
}
.map_area{padding-bottom:35px;
padding-top:5px;
}
.ikejiri_sunamachi_address1{font-size:20px;
}
.address1{font-size:15px;
}
	
	
/*時間割*/
.time_dojo_name{font-size:25px;
margin-bottom:5px;
}
.ikejiri_time, .sunamachi_time{margin-bottom:20px;
box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
}


.youbi, .youbi_sat, .youbi_sun{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:16px;
text-align:center;
width:150px;
background-color:#FAFDD7;
}
.youbi_sat{color:#0772F6;
}
.youbi_sun{color:#FB0000;
}

.youbi, .youbi_sat, .youbi_sun, .time, .class_name{border:2px #737171 solid;
}


.time{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:15px;
width:16%;
color:#041675;
line-height:18px;
background-color:#D7D4D4;
padding-left:10px;
}
.class_name{width:150px;
text-align:center;
font-size:14px;
line-height:15px;
}
.class_name, .time{
height:45px;
vertical-align:middle;
}
/*時間割ここまで*/

/*入門案内　ここから*/

.entrance_all{margin-bottom:20px;
box-shadow:2px 2px 2px 2px rgba(0,0,0,0.2);
}
.entrance_menu{width:30%;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:14pxpx;
text-align:center;
vertical-align:middle;
background-color:#DEDEDE;
}
.entrance_text{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:18px;
text-align:left;
padding:11px;
line-height:25px;
}
.guide_pdf a {
  color:#210EE6;
  text-decoration: none;
  font-weight:bold;
}
.entrance_menu, .entrance_text{border:2px #000000 solid;
}

/*責任者紹介*/
.shoji_pro_area{
padding-top:15px;
}
.shoji_photo_box1{float:left;
width:35%;
height:350px;
}
.shoji_pro_box1{float:right;
width:64%;
}

/*東海林名前*/
.name_box1{border-bottom:2px #5F3A06 solid;
height:35px;
}
.shoji_name1{
font-size:25px;
float:left;
}
.shoji_name2{font-size:16px;
padding-top:7px;
float:none;
}
.shoji_name1, .shoji_name2{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#424242;
font-weight:bold;
}
/*プロフィール*/
.shoji_pro_text{padding-top:20px;
text-align:left;
color:#424242;
}

/*リンクテーブル*/
.link_main{margin-top:20px;
width:100%;
text-align:center;
}
.link1{height:30px;
width:100%;
}
.link2{font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:20px;
}

/* その他本文タイトル */
.mail{font-size:32px;
color:#2708CE;
font-weight:bold;
}
.tel{font-size:50px;
font-weight:bold;
color:#2708CE;
}
.tel2{font-size:20px;
line-height:10px;
}

/*クラス紹介　ここから*/
/*トップページナビ*/
.class_ttl{width:293px;
height:32px;
line-height:32px;/*←ボックスの中のテキストをセンターにする方法（1行の場合）*/
background-color:#564536;/*#867158;*/
text-align:center;
font-size:17px;
color:#FFFFFF;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.class_box1{height:190px;
width:100%;
margin-top:20px;
}
.class_nav1{float:left;
}
.class_nav2{float:right;
}

/*クラス本文ページ*/
.class_photo{float:left;
}
.class_text{float:none;
padding-left:320px;
}

/*少年選手稽古写真切り抜き指示　ここから*/
.class_photo_sensyu img{clip: rect( 70px, 300px, 270px, 0px ); 
position: absolute;
margin-top:-70px;
}
.class_photo_sensyu{position: relative;
}
/*少年選手稽古写真切り抜き指示　ここまで*/


/*（クラス紹介のページのみ）上下の空きを2段階で調整している*/
.class_ttl_area{padding-bottom:50px;
height:250px;
}
.class_ttl_area2{padding-bottom:50px;
height:280px;
}

.class_ttl_main{
  margin-bottom: 8px;
  padding-bottom: 3px;
  font-size: 28px;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  border-bottom: #221714 solid 4px;
}

/*トップページリンクがある所をマウスオーバーで半透明に*/
/*.class_ttl_photo a:hover img { 
opacity: 0.7; 
filter: alpha(opacity=70); 
-ms-filter: "alpha(opacity=70)"; 
}*/

/*クラス紹介　ここまで*/



/*すべてのボタンをふわっとさせる設定　ここから*/
a img {
	-webkit-transition:opacity 0.8s; /*Safari,Chrome*/
	-o-transition	   :opacity 0.8s; /*Opera*/
	-moz-transition   :opacity 0.8s; /*Firefox*/
	transition		   :opacity 0.8s;
	background:#fff;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/*すべてのボタンをふわっとさせる設定　ここまで*/


