@charset "utf-8";

/*スマホサイト全体
---------------------------------------------------------------------------*/
body {
	background-color: #FFF;
	background-image: none;	/*背景imageを消す*/
	font-size: 15px;
}

#wrapper{
	width: 100%;
height:auto;
}


/*container
---------------------------------------------------------------------------*/
#container {
	width: 100%;
}
/* h1 */
#container h1 {
	display: block;
	height: 25px;
	border-bottom:#424C58 1px solid;
	background-color:#439BBE;
	color:#fff;
	text-align:right;
	font-size:11px;
}

/*
---------------------------------------------------------------------------*/
#header {
	width: 100%;
	height: auto;
	background-size: 100%;	/*背景画像をウィンドウに対して100％にする*/
	border: none;
	border-bottom: 1px solid #FFF;
}

#header img { 
    width: 100%; 
    height:auto;
}

.header_text{
font-size: 14px;
width: 100%;
}


/*メニューナビ
---------------------------------------------------------------------------*/
/*メニュー設定*/
nav#gMenu ul {
	height: auto;
	overflow: hidden;
	margin-bottom: 0;
}

nav#gMenu ul li {
	width: 50%;
}
nav#gMenu ul li a {
	border: none;
	border-bottom: 1px solid #FFF;
	color:#fff;
}

nav#gMenu ul li a:hover {
	border: none;
	border-bottom: 1px solid #FFF;
	color:#fff;
}



/*奇数番目のナビボタンの設定(「HOME」が非表示になっているので、この場合はアクセスと動画が奇数番目となる。)*/
nav#gMenu ul li:nth-child(odd) {
	border-left: 1px solid #FFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*１個目の「ホーム」メニューの設定*/
nav#gMenu ul li:first-child {
	display: none;	/*ナビの数を偶数にする為HOMEのみ非表示。表示させるならこの１行削除*/
}

/*
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
}

/*
---------------------------------------------------------------------------*/
#main, #side {
	float: none;
	width: auto;
	margin-bottom: 0;
}
#main {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

#main h2 {
	padding: 4px 10px;
}

#main h3 {
	padding: 2px 10px 2px 20px;
}
#main p {
	padding: 0.5em 5px 1em;
}
#sub {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

/*
---------------------------------------------------------------------------*/

#main section.list1 section {
	width: 100%;
	height: auto;
	float: none;
	margin-left: 0px;
	padding-bottom: 25px;
}
/*photo設定*/
#main section.list1 section figure {
	padding: 0px;
	border: none;
}
#main section.list1 section figure img {
	width: 100%;
}

/*
---------------------------------------------------------------------------*/
#main section.list2 section p {
	margin-left: 0;
}
/*photo設定*/
#main section.list2 section figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#whatsnew h2{
	background:#6B8F2D2;
}

/*ブロック全体の設定*/
#whatsnew dl {
	height: auto;
	padding-left: 5px;
}
/*日付設定*/
#whatsnew dt {
	float: none;
	width: auto;
}
/*記事設定*/
#whatsnew dd {
	padding-left: 0;
}


/*-------------------------------------
更新情報アコーディオン
-------------------------------------*/
label {
    background: #D5D93E;
    color: #17395A;
		font-weight: bold;
    padding: 5px 10px;
    display: block;
    margin: 0 0 10px 0;
  background-image: url(../img/arrow3.png);
	background-repeat: no-repeat;			/*背景画像をリピートしない*/
	background-position: 98% center;		/*背景画像を右側・上下中央に配置*/
}

input[type="checkbox"].on-off{
    display: none;
}

.menu ul {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 0 8px 0;
    padding: 0;
    list-style: none;
}

.menu li {
    padding: 2px;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: auto;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}



/* bxslider
---------------------------------------------------------------------------*/
div#photo1 img{
    max-width: 100%;
    height:auto;
}

ul#bxslider {
	margin: 0;
	width: 100%;
	overflow:hidden;
	list-style: none;
}

#photoWrap {
	width:100%;
    max-width:100%;
    width /***/:auto; /* IE8のみ */
    height:auto;
    vertical-align:bottom;
}



/* 練習日時
---------------------------------------------------------------------------*/
#map{
	    position: relative;
    width: 100%;
    padding: 75% 0 0 0;}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 動画
---------------------------------------------------------------------------*/
.movie{
	width:100%;
	min-width:100%;
	margin-bottom: 25px;
}


.mv01{
	  position: relative;
    width: 100%;
    padding: 75% 0 0 0;
		}

.mv01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mv01Last iframe{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie p.midasi01{
	background-color:#099;
	color:#FFF;
	font-weight:bold;
	padding:0;
}

.movie p.midasi02{
	background-color:#CCC
	color:#333;
	padding:0;
	margin: 10px 0 0 0;
	font-size: 13px;
	line-height:-0.1;
}

/* お問合せ
---------------------------------------------------------------------------*/
#mail{
		width:100%;
		max-width:100%;
		display:block;
		margin:0 auto;
}

#form{
		width: 100%;
		margin:0 auto;

}


textarea{
max-width: 100%; 
height:auto;
margin:3px 0 0;
padding:5px;
background:#fff;
width:100%;
height:auto;
line-height:15px;
border:1px #333;
border-style:none solid solid none;
}


input{
background:#fff;
width:100%;
height:auto;
border:1px #333;
border-style:none solid solid none;
}

/* リンク
---------------------------------------------------------------------------*/
div.link{
    width: 100%;
}

/* ページトップへ戻る */
.pagetop {
    display: none;
    position: fixed;
    bottom: 180px;
    right: 10px;
}
.pagetop a {
    display: block;
    background-color: #999;
    text-align: center;
    color: #fff;
    font-size: 18px;
		width:45px;
    text-decoration: none;
    padding: 5px 0;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
		  opacity: 0.5;
		 border-radius: 50px;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.5;
}



/* フッターナビ
---------------------------------------------------------------------------*/
#footerNav {
	width: 100%;
	height:100%;
  line-height:2.2em;
	text-align:left;
	color:#666;
	background-color:#eee;
}

#footerNav ul{
	padding: 10px 0;
}

#footerNav ul li{
	padding: 0 3px;
}

#footerNav ul li a {
	color:#666;
	text-decoration:none;
	font-size: 15px;
		}

#footerNav ul li a:hover {
	color:#439BBE;
}


footer{
	width: 100%;
	height:100%;
	line-height:1.4em;
	padding: 8px 0;
	font-size: 10px;
	}
/*その他
---------------------------------------------------------------------------*/
/*写真の設定*/
img.wa {
	width: 100%;
	height: auto;
}

img.ad1 {
	width: 100%;
	height: auto;
	margin:0 auto;
 text-align:center;
}
/*<body class="s-n">指定の場合にsubブロックを表示させない設定*/
body.s-n #sub {
	display: none;
}


.shadow{
	position: relative;
	display: block;
	width: 100%;
	margin: 15px auto;
	z-index: 1;
}
.shadow img{
	width: 100%;
}
.shadow:before{
	content: "";
	position: absolute;
	bottom: 6px;
	left: 18px;
	width: 50%;
	box-shadow: 0 0 4px 3px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(-3deg)
}
.shadow:after{
	content: "";
	position: absolute;
	bottom: 6px;
	right: 18px;
	width: 50%;
	box-shadow: 0 0 4px 3px rgba(0,0,0,0.6);
	z-index: -1;
	transform:rotate(3deg)
}

/*
----------------------------------------------------*/
.space1 {letter-spacing:-0.05em;}

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


/*--------------------------------------
　お知らせスマホ表示
--------------------------------------*/
.res-table{
width:100%;
margin: 5px auto 15px;
border:#E93733 1px solid;
}
.res-table th{
width:97%;
display:block;
background-color:#E93733;
color:#fff;
}
.res-table td{
width:97%;
display:block;
text-align: left;
line-height: 1.8em;
}

table { display: block; }
tr { display: inline; }
td { display: inline-block; }

/*----------------------------------------
フォトギャラリー
----------------------------------------*/
.pg img{
	width: 100%;
	margin-bottom:3px;
}

/*--------------------------
おみくじ
---------------------------*/
.bn2{
	display:block;
	width: 100%;
	margin: 0 auto;
	text-align:center;
	margin: 0 0 5px 0;
	background:url(../../css/img/back_omikuji.png) repeat-x;
}

div.bn2 p{
	padding-top: 35px;
	color:#604040;
	font-size: 12px;
}

/* 広告コード */
.ad2 {
	width:100%;
	height: auto;
}

/*youtube*/

.youtube iframe{
  width: 100%;
}


/* instgram*/
.instagram{
	margin: 15px 0;
	text-align:center;
	bacground-color:#D8D8DA;
	border: 1px dashed #CAB5A0;
	}
	
/* 続きを読む */

div.more a {
	text-decration: underline;
	color:#464646;
}