@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
	font: 90%/1.5 "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
	color: #333;
	border-top: 5px solid #a70329;
	background: #fff;
}


/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#a70329;
}

a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color:#70001a;
}


.c_link a{
margin:0;
padding:0;
text-decoration: underline;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color: #009;
}

.c_link a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color: #03F;
}


/**** Clearfix ****/
nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, #footerInfo:before,#footerInfo:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,#footerInfo:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,#footerInfo{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #a70329;
background: -moz-linear-gradient(top, #a70329 0%, #70001a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a70329), color-stop(100%,#70001a));
background: -webkit-linear-gradient(top, #a70329 0%,#70001a 100%);
background: -o-linear-gradient(top, #a70329 0%,#70001a 100%);
background: -ms-linear-gradient(top, #a70329 0%,#70001a 100%);
background: linear-gradient(to bottom, #a70329 0%,#70001a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70329', endColorstr='#70001a',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #a70329;
background: -moz-linear-gradient(top, #70001a 0%, #a70329 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#70001a), color-stop(100%,#a70329));
background: -webkit-linear-gradient(top, #70001a 0%,#a70329 100%);
background: -o-linear-gradient(top, #70001a 0%,#a70329 100%);
background: -ms-linear-gradient(top, #70001a 0%,#a70329 100%);
background: linear-gradient(to bottom, #70001a 0%,#a70329 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70001a', endColorstr='#a70329',GradientType=0 );
}


/* レイアウト
------------------------------------------------------------*/
#wrapper, #header, .inner{
margin: 0 auto;
padding-bottom:10px;
width: 960px;
}
#wrapper { position:relative; }

#content{
	float: right;
	width: 625px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: -28px;
}

#sidebar{
	float: left;
	width: 300px;
	padding-top: 2px;
}

#footer{
clear:both;
color:#fff;
background:#a70329;
} 


/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1{
	padding: 10px 0 0 3px;
	font-size: 80%;
	font-weight: normal;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;	
padding:20px 0;
font-size:160%;
font-weight:bold;
}


/* コンタクトインフォメーション
----------------------------------*/
#headerInfo{
float:right;
padding-bottom:20px;
text-align:right;
}

.tel{
display:inline;
padding-left:48px;
font:40px "Palatino Linotype", "Book Antiqua", Palatino, serif;
background:url(../../images/tel.png) no-repeat 0 50%;
}

.scheduleBnr {
	display: none;
}

/* トップナビゲーション
*****************************************************/
#searchHead input{
line-height:30px;
}

#searchHead input.searchBox[type="text"]{
vertical-align:top;
width:140px;
height:26px;
border-radius:3px 0 0 3px;
-webkit-border-radius:3px 0 0 3px;
-moz-border-radius:3px 0 0 3px;
border-right:0;
}


/* タイポグラフィ
*****************************************************/
h2.title{
	clear: both;
	margin: 30px 0 20px;
	padding: 5px 10px;
	line-height: 33px;
	font-size: 120%;
	font-weight: normal;
	background: #a70329 url(../../images/noiseBg.png);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

h2.title span,.newsTitle h3 span,section.widget h3 span{
color:#fff;
}

.dateLabel{
margin:-10px 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post p{padding-bottom:15px;}

.post ul{margin: 0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(../../images/bullet.png) no-repeat 0 8px;
}

.post ol{margin: 0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#70001a;
border-top:1px solid #a70329;
border-bottom:1px solid #70001a;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#70001a;
}

.post h3{
margin:10px 0;
font-size:120%;
font-weight:normal;
color:#70001a;
background:url(../../images/borderDot.png) repeat-x 0 100%;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #70001a solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.post table th{
padding:7px 10px 7px 5px;
border: #70001a solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#a70329;
vertical-align: top;
}

.post table td{
padding:7px 5px;
border: 1px #70001a solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post table td span{
	font-weight:bold;
	color:#C00;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter {
display: block;
margin:5px auto;
padding:4px;
background:#fff;
border:1px solid #ccc;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
background:#fff;
border:1px solid #ccc;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}



/* サイドバー　ウィジェット
*****************************************************/
section.widget{
padding-bottom:20px;
margin-bottom:20px;
}

section.widget h3{
margin:0 0 10px;
padding:5px 10px;
line-height:33px;
font-size:120%;
font-weight:normal;
background: #a70329 url(../../images/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

section.widget a{
display:block;
padding:10px 5px;
background:url(../../images/borderDot.png) repeat-x 0 100%;
}

section.widget a:hover{background-color:#faf0f2;}

/* 更新情報
-------------*/
.newsTitle{
margin:0 0 20px;
padding:5px 10px;
line-height:33px;
font-size:120%;
background: #a70329 url(../../images/noiseBg.png);
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
box-shadow:0 0 3px rgba(0,0,0,0.5);
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 10px 0 28px;
font-size:.8em;
background:url(../../images/arrow.png) no-repeat 0 50%;
}

.newsTitle a{color:#fff;}

.news{padding-bottom:40px;}

.news p{
clear:both;
padding-bottom:2px;
background:url(../../images/borderDot.png) repeat-x 0 100%;
}

.news p a{
display:block;
padding:10px 0;
color:#70001a;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.news a span{
color:#a70329;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.news span{padding-left:10px;}

.news a:hover span{color:#70001a;}

.news p a:hover{background-color:#faf0f2;}


/* ページ上部へ戻る
*****************************************************/
#pagetop{
clear:both;
display:block;
overflow:hidden;
padding-top:30px;
margin-bottom:-1px;
}

#pagetop a{
float:right;
display:block;
position:relative;
padding:5px 15px 2px 25px;
font-size:90%;
border-bottom:0;
border-radius:5px 5px 0 0;
-webkit-border-radius:5px 5px 0 0;
-moz-border-radius:5px 5px 0 0;
color:#fff;
background:#70001a url(../../images/toTop.png) no-repeat 8px 60%;
}

#pagetop a:hover{background-position:8px 40%;}

*:first-child+html #pagetop{margin-bottom:-10px;}

*:first-child+html #pagetop a{
position:static;
padding:5px 15px 5px 25px;
}


/* フッター
*****************************************************/
#footerInfo{
padding:20px 10px;
margin-bottom:20px;
border-bottom:1px dotted #70001a;
background: #a70329 url(../../images/noiseBg.png);
}

#footerLogo{
float:left;
padding:10px;
}

.contactInfo{float:right;text-align:right;}
.contactInfo .tel a{color:#fff;}

#footer ul{
text-align:center;
font-size:95%;
padding-bottom:20px;
}

#footer ul ul{padding-bottom:0;}

#footer ul li{
display:inline-block;
vertical-align:text-top;
text-align:left;
padding:5px 0;
background:url(../../images/parent.png) no-repeat 0 9px;
}

#footer ul li	a{
display:block;
padding:0 20px 0 13px;
overflow:hidden;
color:#fff;
}

#footer ul li	a:hover{text-decoration:underline;}


#footer ul li	li{
display:block;
padding:0;
margin-left:10px;
background:url(../../images/child.png) no-repeat 0 4px;
}

#footer ul li	li a{padding:0 10px 0 12px;}

*:first-child+html #footer ul{width:920px;margin:0 auto;}
*:first-child+html #footer ul ul{width:auto;}
*:first-child+html #footer ul li{float:left;}

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:90%;
color:#fff;
background:#70001a;
zoom:1;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
color:#a70329;
text-align:center;
}


/* トップページ 最新記事3件 + お勧め商品
------------------------------------------------------------*/
.thumbWrap{
width:650px;
margin-right:-25px;
}

.thumbWrap_PR{
width:645px;
margin-right:-20px;
}

ul.thumb{margin: 0;}




.thumbWrap_TOPI{
	margin-top:15px;
width:645px;
margin-right:-20px;
}

ul.thumb{margin: 0;}

.thumbWrap_TOPI img{
	border:solid 1px #CCCCCC;
	padding:3px;
}


/*おすすめ商品の見出しがない場合*/
ul.gap{margin-top:40px;}

ul.thumb li{
float:left;
width:600px;
margin:0 25px 0 0;
padding:0 0 40px;
background:none;
}

ul.thumb li img.wp-post-image{
float:left;
display:inline;
padding:0 5px 3px 0;
}

ul.thumb h3{
font-weight:normal;
font-size:110%;
}

.thumbWrap ul.thumb h3{
padding:0 25px 0 0;
display:inline;
background:url(../../images/arrow.png) no-repeat 100% 50%;
}

.thumbWrap_PR ul.thumb li{
width: 195px;
margin:0 20px 0 0;
}

.thumbWrap_TOPI ul.thumb li{
width: 300px;
margin:0 15px 0 0;
}

/* メインメニュー + 検索ボックス　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
	nav#mainNav{
	clear:both;
	height:54px;
	padding-top:14px;
	margin-bottom:20px;
	position:relative;
	background:url(../../images/navBg.png) repeat-x;
	}

	.panel ul li{
	float: left;
	position: relative;
	height:40px;
	line-height:40px;
	margin:0 10px;
	}

	.panel ul li a{
	display: block;
	height:40px;
	text-align: center;
	_float:left;
	color:#fff;
	}

	nav div.panel{
  display:block !important;
  float:left;
  }
  
  a#menu{display:none;}
  
  .panel ul{width:745px;}
  
	.panel ul li a span{
  margin: 0 10px 0 -5px;
  padding: 0 8px 0 20px;
  _position:relative; /*To fix IE6 problem (not displaying)*/
  float:left;

  }
  
  /* 親メニュー */
  .panel ul li.current-menu-item a, .panel ul li a:hover, .panel ul li a:active, .panel ul li.current-menu-parent a{
  background: url(../../images/mainNav.png) no-repeat 100% 50%;
  }
  
  .panel ul li.current-menu-item a span,.panel ul li a:hover span,.panel ul li a:active span, .panel ul li.current-menu-parent a span{
  background: url(../../images/mainNav.png) no-repeat 0 50%;
  }
  
  .panel ul li.current-menu-parent li a,
  .panel ul li.current-menu-item li a,
  .panel ul li.current-menu-item li a span,
  .panel ul li.current-menu-parent li a span,
  .panel ul li.current-menu-item li.current-menu-item a span,.panel ul li li a:hover span,.panel ul li li a:active span{
  background:none;
  }
  
  .panel ul li.current-menu-item li a{color:#fff;}
  
  .panel ul li.current-menu-item li.current-menu-item a, .panel ul li li a:hover,
  .panel ul li.current-menu-parent li.current-menu-item a{
  color:#fff;
  background: #a70329;
  background: -moz-linear-gradient(top, #a70329 0%, #70001a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a70329), color-stop(100%,#70001a));
  background: -webkit-linear-gradient(top, #a70329 0%,#70001a 100%);
  background: -o-linear-gradient(top, #a70329 0%,#70001a 100%);
  background: -ms-linear-gradient(top, #a70329 0%,#70001a 100%);
  background: linear-gradient(to bottom, #a70329 0%,#70001a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70329', endColorstr='#70001a',GradientType=0 );
  }
  
  .panel ul li.current-menu-parent:hover li a span,.panel ul li.current-menu-parent li a{color:#fff;}
  .panel ul li.current-menu-parent:hover li.current-menu-item a span, .panel ul li.current-menu-parent li a:hover{color:#fff;}
  
  .panel ul ul{width:160px;}
  
  .panel ul li li{
  float: none;
  height:40px;
  line-height:40px;
  width:160px;
  }
  
  .panel ul li li a{
  width:100%;
  height:40px;
  line-height:40px;
  font-size:95%;
  text-align:left;
  }
  
  .panel ul li ul{display: none;}
  
  .panel ul li:hover ul{
  display: block;
  position: absolute;
  top:40px;
  left:-7px;
  z-index: 100;
  border:1px solid #70001a;
  border-radius:6px;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  }
  
  .panel ul li:hover ul li{
  margin:0;
  background: #a70329 url(../../images/noiseBg.png);
  border-bottom:1px dotted #70001a;
  }
  
  .panel ul li:hover ul li:last-child{
  border:0;
  border-radius:0 0 6px 6px;
  -webkit-border-radius:0 0 6px 6px;
  -moz-border-radius:0 0 6px 6px;
  }
  
  .panel ul li ul li a span{
  margin:0;
  float:none;
  padding:0 0 0 5px;
  }
	
	#searchHead{
	float:right;
	width:215px;
	margin-top:5px;
	text-align:right;
	}
}


/* メインメニュー + 検索ボックス iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	nav#mainNav{
	clear:both;
	width:100%;
	}
	
	nav#mainNav .inner{width:100%;}
	
	nav#mainNav a.menu{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	color:#fff;
	background: #383838 url(../../images/menuOpen.png) no-repeat 1em 50%;
  background: url(../../images/menuOpen.png) no-repeat 1em 50%, -moz-linear-gradient(top, #a70329 0%, #70001a 100%);
	background: url(../../images/menuOpen.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a70329), color-stop(100%,#70001a));
	background: url(../../images/menuOpen.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #a70329 0%,#70001a 100%);
	background: url(../../images/menuOpen.png) no-repeat 1em 50%, -o-linear-gradient(top, #a70329 0%,#70001a 100%);
	background: url(../../images/menuOpen.png) no-repeat 1em 50%, -ms-linear-gradient(top, #a70329 0%,#70001a 100%);
	background: url(../../images/menuOpen.png) no-repeat 1em 50%, linear-gradient(to bottom, #a70329 0%,#70001a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70329', endColorstr='#70001a',GradientType=0 );
	}
	
	nav#mainNav a#menu span{padding-left:3em;}
	
	nav#mainNav a.menuOpen{
	border-bottom:0;
	color:#fff;
	background: url(../../images/menuClose.png) no-repeat 1em 50%, -moz-linear-gradient(top, #a70329 0%, #70001a 100%);
	background: url(../../images/menuClose.png) no-repeat 1em 50%, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a70329), color-stop(100%,#70001a));
	background: url(../../images/menuClose.png) no-repeat 1em 50%, -webkit-linear-gradient(top, #a70329 0%,#70001a 100%);
	background: url(../../images/menuClose.png) no-repeat 1em 50%, -o-linear-gradient(top, #a70329 0%,#70001a 100%);
	background: url(../../images/menuClose.png) no-repeat 1em 50%, -ms-linear-gradient(top, #a70329 0%,#70001a 100%);
	background: url(../../images/menuClose.png) no-repeat 1em 50%, linear-gradient(to bottom, #a70329 0%,#70001a 100%);
	}
	
	nav#mainNav a#menu:hover{cursor:pointer;}
	
	nav .panel{
	display: none;
	width:100%;
	position: relative;
	right: 0;
	top:0;
	z-index: 1;
	border-bottom:1px solid #ccc;
	}

	.panel ul{margin:0;padding:0;}

	.panel ul li{
	float: none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.4;
	}

	.panel ul li a,.panel ul li.current-menu-item li a{
	display: block;
	width:100%;
	padding:1em 0;
	text-align: left;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#faf0f2));
	background: -webkit-linear-gradient(top, #fff, #faf0f2);
	background: -moz-linear-gradient(top, #fff, #faf0f2);
	background: -o-linear-gradient(top, #fff, #faf0f2);
	background: -ms-linear-gradient(top, #fff, #faf0f2);
	background: linear-gradient(top, #fff, #faf0f2);
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
	}

 .panel ul li a span{padding-left:1em;}

	.panel ul li.current-menu-item a,.panel ul li a:hover,.panel ul li.current-menu-item a,.panel ul li a:active, .panel ul li li.current-menu-item a, .panel ul li.current-menu-item li a:hover, .panel ul li.current-menu-item li a:active{
	color:#70001a;
	background:#faf0f2;
	}

	.panel ul li.current-menu-item li a{color:#a70329;}

	.panel ul li li{
	float:left;
	border:0;
	}

	.panel ul li li a, .panel ul li.current-menu-item li a, .panel ul li li.current-menu-item a,.panel ul li li a:hover,.panel ul li.current-menu-item li a:hover{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #fff;
	background:url(../../images/sub1.png) no-repeat 15px 50%;
	}

	.panel ul li li:last-child a,.panel ul li li:last-child a:hover,.panel ul li.current-menu-item li:last-child a:hover{background:url(../../images/subLast.png) no-repeat 15px 50%;}

	.panel ul li li a span{padding-left:25px;}
	
	nav div.panel,#searchHead{float:none;}
	
	#searchHead{text-align:center;margin:20px auto 10px;}
	
	.tel{padding:5px 0 5px 48px}
}


/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
  #wrapper, #header, .inner{width:100%;}

	#header h1, #header h2{padding-left:10px;}
	#headerInfo{padding-right:10px;}

	.scheduleBnr {
		display: block;
		margin-top: 25px;
	}

	.panel ul, .thumbWrap, .thumbWrap_PR{margin:0 auto;}
	.panel ul ul{padding:0;}

	nav div.panel,#searchHead{float:none;}

	p#mainImg{text-align:center;}
	p#mainImg img{width:98%;height:auto;}

	#content, #sidebar{
	clear:both;
	float:none;
	width:95%;
	margin:0 auto;
	padding:10px 0;
	}

	#footer{margin:0;text-align:center;}
	
	#footerInfo, #footer ul{
	float:none;
	width:auto;
	text-align:center;
	}

	#pagetop a{margin-right:15px;}
	
	
	.thumbWrap_TOPI{
		width:100%;
	}
	
	
	.thumbWrap_TOPI ul.thumb li{
		width: 98%;
}

}


/* 幅648px以下から  トップページの３画像調節
------------------------------------------------------------*/
@media only screen and (max-width: 648px){
	.thumbWrap,.thumbWrap_PR{width:100%;margin:0 auto;text-align:center;}
	.thumbWrap_PR ul.thumb li{width:30%;}
	.thumbWrap_PR ul.thumb li{margin:0 1% 0 2%;}
  .thumbWrap_PR img{width:100%;height:auto;}
	.thumbWrap ul.thumb li{width:100%;margin:0 auto;text-align:left;}
	#footerInfo .contactInfo{float:none;text-align:center;}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
	#header{text-align:center;}
	#header h2,#headerInfo,#footerLogo{float:none;padding:0;text-align:center;}
	#headerInfo{padding:10px;}
	#headerInfo p, #footerInfo p{font-size:90%;margin:3px 0;}
	#headerInfo p.tel, #footerInfo p.tel{font-size:200%;}
	img.alignright, img.alignleft, img.alignright0{display: block;	margin:20px auto; width:80%;}
	.alignright,.alignleft,.alignright0{float:none;}
	#footer ul{text-align:left;padding:15px;}
	#footer ul ul{padding:0;}
	.on_img,.pagination {display:none; }
	.pan {width:100% !important;}
	.pan ul { padding-left:10px;}
}
#mainNav img {
	position: absolute;
	top: 0px;
	right: -30px;
}
#wrapper { position:relative; }
#wrapper .on_img {
	position: absolute;
	z-index: 1000;
	top: -385px;
	right: -51px;
}
/* スライダー 
---------------------------------------------------------------------------*/
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../../images/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../../images/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
.fs_15 {
	font-size: 150%;
}
.career {
	padding: 10px;
	border: 1px solid #666;
}
.content .career h3 {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AA0629;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#content section .school .thumb li p {
	font-size: 85%;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.u_r {
  background: linear-gradient(transparent 60%, #fcd 0%);
  font-weight: 600;
}

.u_rb {
	background: linear-gradient(transparent 60%, #6CF 0%);
	font-weight: 600;
}


a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}
.pan {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.pan ul li {
	float: left;
	padding-top: 3px;
}
.pan ul .home {
	background-image: url(../../images/home_img.png) !important;
	background-repeat: no-repeat!important;
	background-position: left center!important;
	padding-left: 18px!important;
}
.this_page {
	margin-left: 10px!important;
}
.pan ul {
	list-style-type: none!important;
	margin-left: 0px!important;
	padding-bottom:0;
}
.content .post .coach h3,#wrapper #content section .content .post .team {
	background-image: none;
	padding-left: 8px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #A60228;
}
.post .coach {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9052B;
}
#wrapper #content section .content .post .coach h3 span {
	font-size: 80%;
	color: #FFF;
	margin-left: 1px;
	padding-right: 5px;
	padding-left: 5px;
	border-radius: 5px;
}
.coach h3 .sakai {
	background-color: #006;
}
.coach h3 .kakogawa {
	background-color: #F60;
}
.fs_13 {
	font-size: 130%;
}
#policy p {
	font-size: 90%;
}
#policy h3 {
	font-size: 100%;
	font-weight: bold;
	margin-top:20px;
	margin-bottom:10px;
}
#policy h2 {
	font-weight: bold;
	text-align: center;
}
.fc_red {
  color: #BA1B43;
}


img.alignright0{
padding:4px;
margin:0 0 2px 7px;
display:inline;
background:#fff;
}


.alignright0{float:right;}

p span{
	color:#C00;
	font-weight:bold;
	font-size:14px;
}


.keireki table{
border: 1px #CCCCCC solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px 0 20px;
}

.keireki table th{
	padding: 7px 10px 7px 5px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	color: #333;
	vertical-align: top;
	background: #FFF;
}

.keireki table td{
	padding: 5px 5px;
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}

.keireki dt{font-weight:bold;}

.keirekit dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}


.inlink a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color: #009;
text-decoration:underline;
}

.inlink a:hover, a:active{
-webkit-transition:opacity 1s;-moz-transition:opacity 1s;-o-transition:opacity 1s;
outline: none;
color: #009;
}

.boles{
	border:none !important;
}

.centerimg{
	text-align:center;
	margin:20px 0;
}

.hb a:hover img{
filter: alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
}



/* =======================================
    会員専用ページ
======================================= */

.school_sec{
	margin:5px 0 20px 0 !important;
	background:url(../../images/borderDot.png) repeat-x 0 100%;
}


.schedule{padding-bottom:40px;}

.schedule h4{
	padding:7px;
	font-size:20px;
}

.schedule p{
clear:both;
padding:7px 0;
font:normal 100% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
line-height:1.5em;
}
.schedule p span{
	font-size:16px;
}

.schedule p a{
	display: block;
	padding: 7px 0;
	color: #70001a;
}

.schedule a span{
color:#a70329;
font:normal 95% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.schedule span{
}

.schedule a:hover span{color:#70001a;}

.schedule p a:hover{background-color:#faf0f2;}

.schedule li span{
	font-size: 8px;
}


.expert{
	background: #309 !important;
}

.b_box{
	border:#CCC 1px solid;
	margin:5px;
	padding:5px;
	line-height: 2.2em;
}


.gallery{
	margin:5px 0;
}

.schedule_sakai{
	background-color:#26455b;
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
}


.school_sec ul{
	margin:20px 0;
}


.school_sec li{
	background: none !important;
	background-color:#C00 !important;
	color:#FFF;
	font-size:24px;
	border: #900 2px solid;
	border-radius:5px;
	float:left;
	padding: 12px 2px !important;
	width:60px;
	font-weight:bold;
	text-align:center;
	margin:10px 10px 10px 5px !important;
	display: table-cell;
	vertical-align: middle; /* インライン要素の上下のセンタリングを指定する */
}

.bac_black{
	color:#000 !important;
}

.sche_tab h3{
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-top:2em;
}
.sche_tab{
	width:100%;
}

.sche_tab table{
	border:#CCC 1px solid;
}

.sche_tab th{
	background-color: #006;
	padding:1px 3px;
	color:#FFF;
	text-align:center;
}

.sche_tab2 th{
	background-color: #066;
}

.sche_tab td{
	padding:1px;
	padding:2px 2px 2px 10px;
	border-bottom:#CCC 1px dotted;
}

.tdlast{
	border-bottom:none !important;
}

.sche_tab tr{
}

.sche_tab th {
    border: solid 1px;
	vertical-align:middle;            /* 枠線指定 */
}

.topione{
	width:300px;
	margin:10px auto;
}


strong{
	font-weight:bold !important;
}

.pickuptext{
	font-size:20px;
	color:#000;
}

#sponser_area h3{
	font-weight: bold;
	margin:10px auto;
}
#sponser_area li{
	list-style-type:disc;
	margin-left:1.2em;
}

#sponser_area .tellcont{
	background-color:#F7CFCF;
	padding:10px;
}

.school_sec .exchange{
	background-color:#0004e3 !important;
}


@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}



.ubline {
      background: linear-gradient(transparent 60%, yellow 30%);
      display: inline-block;
    }
	

.coach-img-box ul{
	display: flex;
	justify-content: space-between;
}

.coach-img-box li{
    border: 1px solid #ccc;
	    padding: 4px !important;
		background:none !important;
}

@media only screen and (max-width: 648px){
	.coach-img-box ul{
	display: flex;
	flex-direction: column;
	width:80%;
	margin:0 auto !important;
}

.coach-img-box li{
	background:none !important;
	margin: 20px auto;
}

.coach-img-box img{
	width:100%;
	height:100%;
}


}


