@charset "UTF-8";

/***---------- 共通 ----------***/
body {
	color: #515151;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", sans-serif;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
a {
	color: #515151;
}
/* メニューボタンを非表示 */
#checked{
	display: none;
}
.menu-btn{
	display: none;
}

header {
	height: 600px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
#headerIndex {
	background-image: url(../img/h_Index.jpg);
}
#headerKeiko {
	background-image: url(../img/h_Keiko.jpg);
}
#headerNyumon {
	background-image: url(../img/h_Nyumon.jpg);
}
#headerMailform {
	background-image: url(../img/h_Mailform.jpg);
}
#headerLogin {
	background-image: url(../img/h_Login.jpg);
}

h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", 
				 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #FFF;
	font-size: 2.5rem;
	letter-spacing: 0.2rem;
	text-shadow: 0 0 5px rgba(0,100,0,0.8), 0 0 5px rgba(0,100,0,0.3);
	margin: 0;
}
h2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
				 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	text-align: center;
}
.contentWrapper {
	width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
}
.google-map {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-map iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
header a {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 0 15px rgba(0,100,0,0.6);
}
header ul {
	display: flex;
	margin: 0;
	padding: 20px;
}
header li {
	padding: 0 15px;
}
header nav {
	position: absolute;
	right: 0;
}

header .contentWrapper {
	padding-top: 350px;
	text-align: center;
}

header .u_now {
	color: limegreen;
	font-weight: bold;
	opacity: 0.9;
	text-shadow: 0 0 4px rgba(0,0,0,0.6);
}
/***---------- 更新情報 ----------***/
#news{
	background-color: beige;
}
#news .contentWrapper{
	width: 80%;
}
#news table{
	width: 60%;
	margin: 3rem auto 0;
	line-height: 2rem;
	font-size: 1.2rem;
	text-align: center;
}
#news th{
	color: white;
	background-color: #00552e;
}
#news td{
	background-color: white;
}
/***---------- 義心会とは ----------***/
#gishinkai{
	background-color: white;
}
#gishinkai .contentWrapper{
	width: 60%;
	margin: 0 auto;
}
#gishinkai .contentWrapper a{
	display: inline;
}
#gishinkai p {
	font-size: 1.2rem;
	line-height: 2rem;
}

/***---------- 指導者一覧 ----------***/
#shidousya{
	background-color: beige;
}
#shidousya .contentWrapper{
	width: 80%;
}
#shidousya table{
	width: 60%;
	margin: 3rem auto 0;
	line-height: 2rem;
	font-size: 1.2rem;
	text-align: center;
}
#shidousya th{
	color: white;
	background-color: #00552e;
}
#shidousya td{
	text-align: left;
}
#shidousya p {
	font-size: 1.2rem;
	line-height: 2rem;
	text-align: center;
}
#shidousya img {
	vertical-align:top;
	border:0;
	margin: 10px;
}

/***---------- 居合とは ----------***/
#iai {
	background-color: white;
}
#iai .contentWrapper{
	width: 60%;
	margin: 0 auto;
}
#iai .comment {
	font-size: 0.75rem;
	line-height: 1rem;
}
#iai p {
	font-size: 1.2rem;
	line-height: 2rem;
}

/***---------- 稽古風景 ----------***/
#scene{
	background-color: white;
}
#scene .contentWrapper{
	width: 100%;
}
#scene p {
	text-align: center;
}
#scene img {
	width: 100%;
}
/***---------- 稽古風景 ----------***/
#event {
	background-color: beige;
}
#event .contentWrapper{
	width: 100%;
}
#event p {
	text-align: center;
}
#event img {
	width: 100%;
}
#event table{
	width: 30%;
	margin: 3rem auto 0;
	line-height: 2rem;
	font-size: 1.2rem;
	text-align: center;
}
#event td{
	background-color: white;
	text-align: left;
	padding-left: 1rem;
}

/***---------- 年間行事 ----------***/
#annual {
	background-color: white;
}
#annual .contentWrapper{
	width: 50%;
}
#annual .comment{
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
}
#annual table{
	width: 60%;
	margin: 3rem auto 0;
	line-height: 2rem;
	font-size: 1.2rem;
	text-align: center;
}
#annual td{
	background-color: beige;
	text-align: left;
	padding-left: 1rem;
}
#annual .month{
	text-align: center;
	padding: 0;
}

/***---------- 入門について ----------***/
#nyumon{
	background-color: beige;
}
#nyumon .contentWrapper{
	width: 60%;
	margin: 0 auto;
}
#nyumon .contentWrapper a{
	display: inline;
}
#nyumon p {
	font-size: 1.2rem;
	line-height: 2rem;
}

/***---------- 入門資格 ----------***/
#qualification{
	background-color: white;
}
#qualification .contentWrapper{
	width: 60%;
	margin: 0 auto;
}
#qualification .contentWrapper a{
	display: inline;
}
#qualification p {
	font-size: 1.2rem;
	line-height: 2rem;
}
#qualification ul {
	font-size: 1.2rem;
	padding-left : 10px;
	padding-right : 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#qualification li {
	padding-left :~;
	line-height: 2rem;
	list-style-type: square;
	color: palegoldenrod;
}
#qualification span {
	color: #515151;
}

/***---------- 仮入会から正式入門 ----------***/
#flow{
	background-color: white;
}
#flow .contentWrapper{
	width: 60%;
	margin: 0 auto;
}
#flow .contentWrapper a{
	display: inline;
}
#flow p {
	font-size: 1.2rem;
	line-height: 2rem;
}
#flow ul {
	font-size: 1.2rem;
	padding-left : 10px;
	padding-right : 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#flow li {
	padding-left :~;
	line-height: 2rem;
	list-style-type: square;
	color: darkkhaki;
}
#flow span {
	color: #515151;
}

/***---------- 見学・体験会日程 ----------***/
#n_sch{
	background-color: beige;
}
#n_sch .contentWrapper{
	width: 60%;
	margin: 0 auto;
}
#n_sch .contentWrapper a{
	display: inline;
}
#n_sch p {
	font-size: 1.2rem;
	line-height: 2rem;
}

/***---------- 諸費用 ----------***/
#hiyou {
	background-color: white;
}
#hiyou .contentWrapper{
	width: 80%;
	margin: 0 auto;
}
#hiyou .contentWrapper a{
	display: inline;
}
#hiyou .comment {
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
}
#hiyou p {
	font-size: 1.2rem;
	line-height: 2rem;
}
#hiyou table {
	width: 60%;
	margin: 3rem auto 0;
	line-height: 2rem;
	font-size: 1.2rem;
	text-align: center;
}
#hiyou th {
	width: 40%;
	background-color: palegoldenrod;
	font-weight: normal;
	text-align: center;
}
#hiyou td {
	width: 60%;
	padding-right: 2rem;
	background-color: beige;
	text-align: right;
}

/***---------- 初期費用概算 ----------***/
#initial {
	background-color: white;
}
#initial .contentWrapper{
	width: 80%;
	margin: 0 auto;
}
#initial .contentWrapper a{
	display: inline;
}
#initial .comment {
	font-size: 0.75rem;
	line-height: 1rem;
	text-align: center;
}
#initial p {
	font-size: 1.2rem;
	line-height: 2rem;
}
#initial table {
	width: 60%;
	margin: 3rem auto 0;
	line-height: 2rem;
	font-size: 1.2rem;
	text-align: center;
}
#initial th {
	width: 40%;
	background-color: palegoldenrod;
	font-weight: normal;
	text-align: center;
}
#initial td {
	width: 60%;
	padding-right: 2rem;
	background-color: beige;
	text-align: right;
}

/***---------- 道場案内 ----------***/
#dojo {
	background-color: beige;
}
#dojo .contentWrapper{
	width: 40%;
	margin: 0 auto;
	padding: 3rem 0 0;
}
#dojo a{
	display: inline;
}
#dojo p {
	font-size: 1.2rem;
	line-height: 2rem;
}
#map_amagasaki{
	text-align: center;
	padding: 3rem 0 0;
}
#map_nishisc{
	text-align: center;
	padding: 3rem 0 5rem;
}
/***---------- よくある質問 ----------***/
#faq {
	background-color: white;
}
#faq .contentWrapper{
	width: 60%;
	margin: 0 auto;
}
#faq .contentWrapper a{
	display: inline;
}
#faq p {
	font-size: 1.2rem;
	line-height: 2rem;
}
#faq ul {
	font-size: 1.2rem;
	padding-left : 10px;
	padding-right : 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#faq li{
	line-height: 2rem;
	list-style-type: none;
	text-indent: -2.4rem;
	margin-left: 2rem;
	padding-left :~;
}
#faq .faq_a{
	padding-bottom: 10px;
}

#faq .faq_q::before {
	font-weight: bold;
	content: "Ｑ：" ;
}
#faq .faq_a::before {
	content: "Ａ：" ;
}
/***---------- メールフォーム ----------***/
#mailform .contentWrapper {
	width: 60%;
}
#mailform .formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#mailform .formTable td, .formTable th{
	border: 1px solid #ccc;
	padding: 10px;
}
#mailform .formTable th {
	width: 30%;
	color: white;
	font-weight: bold;
	background-color: #00552e;
	text-align: center;
}
#mailform .formTable td {
	background-color: beige;
	line-height: 1.8rem;
}
#mailform p{
	text-align: center;
}
#mailform input[type="submit"], input[type="reset"]{
  width:40%;
  height: 60px;
  background:#00552e;
  border:0;
  font-size:100%;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}
#mailform input[type="submit"]:hover, input[type="reset"]:hover{
  background:#53B9A8;
}
#mailform input[type="radio"] {
	width: 15px;
	height: 15px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

#mailform #text_short {
	width: 10%;
}

/***---------- メール送信画面 ----------***/
#transmission .contentWrapper {
	width: 60%;
}
#transmission .formTable{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#transmission .formTable td, .formTable th{
	border: 1px solid #ccc;
	padding: 10px;
}
#transmission .formTable th {
	width: 30%;
	color: white;
	font-weight: bold;
	background-color: #00552e;
	text-align: center;
}
#transmission .formTable td {
	background-color: beige;
}
#transmission p{
	text-align: center;
}
#transmission input[type="submit"], input[type="button"]{
  width:40%;
  height: 60px;
  background:#00552e;
  border:0;
  font-size:100%;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}
#transmission input[type="submit"]:hover, input[type="button"]:hover{
  background:#53B9A8;
}

/***---------- メール送信完了 ----------***/
#mail_success .contentWrapper {
	width: 80%;
	margin: 0 auto;
}
#mail_success table{
	width: 60%;
	margin: 3rem auto 0;
	text-align: center;
}
#mail_success table p{
	text-align: left;
}
#mail_success td{
	border: solid 3px white;
 	background-color: white;
	text-align: left;
	padding: 0.5rem 1rem;
}
#mail_success p{
	text-align: center;
}

/***---------- ログイン ----------***/
#login .contentWrapper {
	width: 60%;
}

#login fieldset{
  width:400px;
  margin:0 auto;
  boder: 1px solid white;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
}

#login form{
  padding:6% 4%;
}
#login #password{
  width:76%;
  height:20px;
  border:1px solid #ccc;
  padding:4% 4% 4% 4%;
  margin-bottom: 1rem;
  font-size:95%;
  color:#555;
}
#login .iconPassword{
  width:20px;
  height:20px;
  background-color:#00552e;
  float:left;
  padding:4% 4% 4% 4%;
  margin-bottom:8%;
  background-repeat: no-repeat;
  background-image: url(../img/f09c-32.png);
  background-position:center;
  border:1px solid #ccc;
}
#login .iconUser{
  width:20px;
  height:20px;
  background-color:#00552e;
  float:left;
  padding:4% 4% 4% 4%;
  margin-bottom:4%;
  background-repeat:no-repeat;
	background-image: url(../img/f007-32.png);
  background-position:center;
  border:1px solid #ccc;
}
#login #memberid{
  width:76%;
  height:20px;
  margin-bottom: 1rem;
  border:1px solid #ccc;
  padding:4% 4% 4% 4%;
  font-size:95%;
  color:#555;
}
#login input[type="submit"]{
  width:100%;
  background:#00552e;
	border:0;
	margin-top: 8%;
  padding:4%;
  font-size:100%;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

#login input[type="submit"]:hover{
  background:#53B9A8;
}
::-webkit-input-placeholder {

}

#login input[type="checkbox"] {
	width: 15px;
	height: 15px;
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}

/***---------- ログアウト ----------***/
#logout .contentWrapper {
	text-align: center;
	width: 60%;
}

/***---------- フッター ----------***/
footer{
	text-align: center;
}

#upperFooter {
	margin-top: 50px;
	background-color: beige;
}
#bottomFooter {
	background-color: #00552e;
}
#upperFooter li {
	line-height: 60px;
	flex-grow: 1;
	flex-basis: auto;
}
footer nav {
	width: 70%;
	margin: 0 auto;
}
footer p,footer h2 {
	margin: 0;
}
footer .b_now {
	color: white;
	text-weight: bold;
	background-color: #00552e;
}
footer li a{
	display: block;
}
footer li a:hover{
	background-color: palegoldenrod;
}
small {
	color: #FFF;
	padding: 20px;
	display: block;
}
.flex {
	display: flex;
}
.clearfix::after {
	display: block;
	content: "";
	clear: both;
}
/***---------- 戻るボタン ----------***/
.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 15px;
	z-index: 1;
}
.pagetop a {
	display: block;
	background-color: #28c955;
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	padding: 5px 10px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.pagetop a:hover {
	display: block;
	background-color: #aaa;
	text-align: center;
	color: #222;
	font-size: 18px;
	text-decoration: none;
	padding:5px 10px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/***------------------------------ スマホ向けCSS ------------------------------***/
@media screen and (max-width: 768px) {
/***---------- 共通 ----------***/
	img {
		border: 0;
		max-width: 100%;
		height: auto;
	}
	.contentWrapper {
		width: 98%;
	}
	h1 {
		font-size: 1.3rem;
	}
	h2 {
		font-size: 1.3rem;
	}

.contents {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 0;
    background: beige;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.8);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}
/***---------- ヘッダー ----------***/
	header {
		height: 280px;
	}
	#headerIndex {
		background-image: url(../img/mh_Index.jpg);
	}
	#headerKeiko {
		background-image: url(../img/mh_Keiko.jpg);
	}
	#headerNyumon {
		background-image: url(../img/mh_Nyumon.jpg);
	}
	#headerMailform {
		background-image: url(../img/mh_Mailform.jpg);
	}
	#headerLogin {
		background-image: url(../img/mh_Login.jpg);
	}
	header .contentWrapper {
		width: 100%;
		padding-top: 13rem;
	}
	header ul {
		display: block;
		padding: 0;
		margin: 0;
	}
	header li {
		padding: 0;
 		list-style:none
 		font-size: 1rem;
		line-height: 60px;
		color: #606060;
		border-bottom: 1px solid rgba(118,123,133,0.3);
		text-align: center;
	}
	header li a {
		color: #333;
		padding: 0.5px;
		font-weight: normal;
		text-shadow: none;
		line-width: 100%;
		line-height: 60px;
		display: block;
	}
	header nav a:hover {
		background-color: palegoldenrod;
	}
	header .u_now {
		color: white;
		text-shadow: none;
		font-weight: normal;
		background: #00552e;
	}

/***---------- ドロワーメニュー ----------***/
	.drawer-menu {
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		width: 300px;
		height: 100%;
		padding-top: 60px;
		background: white;
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .2s;
		transition-duration: .2s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center;
		-webkit-transform: perspective(500px) rotateY(90deg);
		transform: perspective(500px) rotateY(90deg);
		opacity: 0;
	}
	.check {
		display: none;
	}
	.menu-btn {
		position: fixed;
		display: block;
		top: 0;
		left: 0;
		display: block;
		width: 60px;
		height: 60px;
		text-align: center;
		z-index: 3;
		background: darkgrey;
	}
	.bar {
		position: absolute;
		top: 18px;
		left: 15px;
		display: block;
		width: 30px;
		height: 4px;
		background: white;
		-webkit-transition: all .1s;
		transition: all .1s;
		-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
		transform-origin: left top;
		border-radius: 4px;
	}
	.bar.middle {
		top: 30px;
		opacity: 1;
		border-radius: 4px;
	}
	.bar.bottom {
		top: 42px;
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		border-radius: 4px;
	}
	.close-menu {
		position: fixed;
		top: 0;
		left: 300px;
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0);
		-webkit-transition-property: all;
		transition-property: all;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		visibility: hidden;
		opacity: 0;
	}
	.check:checked ~ .drawer-menu {
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1;
		z-index: 2;
	}
	.check:checked ~ .contents {
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	    -webkit-transform: translateX(300px);
	    -ms-transform: translateX(300px);
	    transform: translateX(300px);
	}
	.check:checked ~ .menu-btn .menu-btn__text {
		visibility: hidden;
		opacity: 0;
	}
	.check:checked ~ .menu-btn .bar.top {
		width: 35px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.check:checked ~ .menu-btn .bar.middle {
		opacity: 0;
	}
	.check:checked ~ .menu-btn .bar.bottom {
		width: 35px;
		top: 42px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.check:checked ~ .close-menu {
		-webkit-transition-duration: 1s;
		transition-duration: 1s;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		background: rgba(0,0,0,.5);
		visibility: visible;
		opacity: 1;
		z-index: 3;
	}

/***---------- 更新情報 ----------***/
	#news .contentWrapper{
		width: 98%;
	}
	#news table{
		font-size: 1rem;
		line-height: 1.8rem;
		width: 100%;
	}

/***---------- 義心会とは ----------***/
	#gishinkai .contentWrapper{
		width: 96%;
	}
	#gishinkai p {
		font-size: 1rem;
		line-height: 1.6rem;
	}

/***---------- 指導者一覧 ----------***/
	#shidousya .contentWrapper{
		width: 98%;
	}
	#shidousya table{
		font-size: 1rem;
		line-height: 1.8rem;
		width: 100%;
	}
	#shidousya p {
		font-size: 1rem;
		line-height: 1.6rem;
		text-align: left;
	}
	#shidousya .img{
		width: 40%;
	}
	#shidousya .text{
		width: 60%;
	}
	#shidousya img {
		margin: 2px;
		width: 80%;
		height: 80%;
	}

/***---------- 居合とは ----------***/
	#iai .contentWrapper{
		width: 96%;
	}
	#iai p {
		font-size: 1rem;
		line-height: 1.6rem;
	}

/***---------- 稽古風景 ----------***/
   #scene p {
		font-size: 1rem;
	}
/***---------- 稽古風景 ----------***/
   #event p {
		font-size: 1rem;
	}
	#event table{
		font-size: 1rem;
		line-height: 1.8rem;
		width: 98%;
	}
	#event td{
		padding-left: 10px;
	}
/***---------- 年間行事 ----------***/
	#annual .contentWrapper{
		width: 98%;
	}
	#annual table{
		font-size: 1rem;
		line-height: 1.8rem;
		width: 100%;
	}
	#annual td{
		padding-left: 5px;
	}

/***---------- 入門について ----------***/
	#nyumon .contentWrapper{
		width: 96%;
	}
	#nyumon p {
			font-size: 1rem;
			line-height: 1.6rem;
	}

/***---------- 入門資格 ----------***/
	#qualification .contentWrapper{
		width: 96%;
	}
	#qualification p {
			font-size: 1rem;
			line-height: 1.6rem;
	}
	#qualification ul {
		font-size: 1rem;
	}
	#qualification li {
		line-height: 1.6rem;
		padding-right: 2%;
		margin-left: 2%;
	}

/***---------- 仮入門から正式入門 ----------***/
	#flow .contentWrapper{
		width: 96%;
	}
	#flow p {
			font-size: 1rem;
			line-height: 1.6rem;
	}
	#flow ul {
		font-size: 1rem;
	}
	#flow li {
		line-height: 1.6rem;
		padding-right: 2%;
		margin-left: 2%;
	}

/***---------- 見学・体験会日程 ----------***/
	#n_sch .contentWrapper{
		width: 96%;
	}
	#n_sch p {
			font-size: 1rem;
			line-height: 1.6rem;
	}

/***---------- 諸費用 ----------***/
	#hiyou .contentWrapper{
		width: 96%;
	}
	#hiyou p {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	#hiyou table{
		font-size: 1rem;
		line-height: 1.8rem;
		width: 100%;
	}
	#hiyou td{
		padding-right: 5px;
	}

/***---------- 初期費用概算 ----------***/
	#initial .contentWrapper{
		width: 96%;
	}
	#initial p {
		font-size: 1rem;
		line-height: 1.6rem;
	}
	#initial table{
		font-size: 1rem;
		line-height: 1.8rem;
		width: 100%;
	}
	#initial td{
		padding-right: 5px;
	}

/***---------- 道場案内 ----------***/
	#dojo .contentWrapper{
		width: 96%;
	}
	#dojo p {
		font-size: 1rem;
		line-height: 1.6rem;
	}

/***---------- よくある質問 ----------***/
	#faq .contentWrapper{
		width: 96%;
	}
	#faq p {
			font-size: 1rem;
			line-height: 1.6rem;
	}
	#faq ul {
		font-size: 1rem;
	}
	#faq li {
		line-height: 1.6rem;
		margin-left: 1rem;
		text-indent: -2rem;
	}

/***---------- メールフォーム ----------***/
	#mailform .contentWrapper {
		width: 98%;
		margin: 0 auto;
	}
	#mailform .formTable th, .formTable td {
		width: auto;
		display: block;
	}
	#mailform .formTable th {
		margin-top: 5px;
		border-bottom: 0;
	}
	#mailform input[type="text"], textarea {
		width: 90%;
		margin: 0 auto;
		padding: 5px;
		font-size: 110%;
		display: block;
	}
	#mailform input[type="submit"], input[type="button"] {
		display: block;
		width: 100%;
		height: 40px;
	}
	#mailform .notice {
		text-align: left;
	}
	#mailform #text_short {
		margin-left: 5%;
		width: 15%;
		float: left;
	}

/***---------- メール送信画面 ----------***/
	#transmission .contentWrapper {
		width: 98%;
		margin: 0 auto;
	}
	#transmission .formTable th, .formTable td {
		width: auto;
		display: block;
	}
	#transmission .formTable th {
		margin-top: 5px;
		border-bottom: 0;
	}
	#transmission input[type="text"], textarea {
		width: 90%;
		margin: 0 auto;
		padding: 5px;
		font-size: 110%;
		display: block;
	}
	#transmission input[type="submit"], input[type="button"] {
		display: block;
		width: 100%;
		height: 40px;
	}

/***---------- メール送信完了 ----------***/
	#mail_success .contentWrapper {
		width: 98%;
	}
	#mail_success table{
		line-height: 1.6rem;
		width: 100%;
	}
	#mail_success td{
		padding: 0.2rem 0.5rem;
	}
/***---------- ログイン ----------***/
	#login .contentWrapper {
		width: 98%;
	}
	#login fieldset{
		width: 90%;
	}
	#login form{
		padding: 3% 1.5%;
	}
	#login #memberid{
		width: 72%;
	}
	#login #password{
		width: 72%;
	}
	#login input[type=checkbox] {
		width: 15px;
		height: 15px;
		-moz-transform: scale(1.4);
		-webkit-transform: scale(1.4);
		transform: scale(1.4);
}

/***---------- ログアウト ----------***/
	#logout .contentWrapper {
		width: 98%;
	}

/***---------- フッター ----------***/
	#upperFooter .contentWrapper,footer nav {
		width: 100%;
	}
	#upperFooter li {
		line-height: 60px;
		flex-grow: 1;
		flex-basis: auto;
		border-bottom: 1px solid #00552e;
	}
	#upperFooter li a{
		display: block;
	}
	#upperFooter li: first-child {
		border-top: 1px solid #00552e;
	}
	/*** adjust parts ***/
	.flex {
		display: block;
	}

}
