
* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background-color: white;
	color: black;
	font-family: Yu Gothic, "Yu Gothic", sans-serif;
	font-size: 15px;
	font-weight: 500;
	min-width: 1100px;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

h2.caption,
h2.img,
h2.second-title {
	padding: 70px 0 30px 0;
}

h3.title {
	margin: auto;
	width: 300px;
}

h3.title img {
	height: auto;
	width: 100%;
}

p {
	line-height: 1.9em;
	margin: 15px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 80%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	font-weight: 500;
	overflow: hidden;
}

a:hover {
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	     opacity: .50;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

span.link-btn a,
a.link-btn {
	background: url(images/link_btn_w.png) no-repeat right 15px center #009e29;
	background-size: 8px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	padding: 20px 80px;
	text-align: center;
	text-decoration: none;
}

span.link-btn a:hover,
a.link-btn:hover {
	background: url(images/link_btn_w.png) no-repeat right 15px center #757575;
	background-size: 8px;
	opacity: 1;
}

span.link-btn-prev a,
a.link-btn-prev {
	background: url(images/link_btn_prev.png) no-repeat left 15px center #4a633f;
	color: white;
	font-weight: bold;
	padding: 10px 45px 10px 55px;
	text-align: center;
	text-decoration: none;
}

span.link-btn-next a,
a.link-btn-next {
	background: url(images/link_btn.png) no-repeat right 15px center #4a633f;
	color: white;
	font-weight: bold;
	padding: 10px 45px 10px 55px;
	text-align: center;
	text-decoration: none;
}

a.menu-btn {
	background: url(images/link_btn_w.png) no-repeat right 15px center #005b17;
	background-size: 8px;
	color: white;
	display: block;
	font-weight: bold;
	padding: 7px 0;
	text-align: center;
	text-decoration: none;
	width: 300px;
}

a.menu-btn:hover {
	background: url(images/link_btn_w.png) no-repeat right 15px center #757575;
	background-size: 8px;
	display: block;
}

img {
	vertical-align: middle;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.8em;
	width: 100%;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
	font-weight: 500;
}

span.green {
	color: #009e29;
	font-weight: 500;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

ul.list {
	line-height: 1.7em;
	text-align: justify;
	text-justify: distribute;
}

ul.list li {
	background: url(images/ul_list_li.png) no-repeat 3px 14px;
	background-size: 6px;
	display: block;
	padding: 4px 0 4px 18px;
}

ul.photos li {
	display: inline-block;
}

ul.photos li.c {
	padding: 0 14px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	border-top: 1px solid #8f8f8f;
	clear: both;
	display: block;
	height: 10px;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/

table.list-table {
	border-collapse: separate;
	border-spacing: 0 1px;
}

table.list-table th {
	background-color: #009e29;
	color: white;
	padding: 15px;
	text-align: center;
	width: 25%;
}

table.list-table td {
	background-color: white;
	padding: 15px 30px;
	text-align: left;
}

table.list-table td strong {
	display: block;
}

ul.menu {
	width: auto;
}

ul.menu li {
	display: block;
	margin-bottom: 20px;
}

ul.menu li:last-child {
	margin-bottom: 0;
}

ul.menu li div.img {
	display: table-cell;
	vertical-align: top;
	width: 315px;
}

ul.menu li div.img img {
	height: auto;
	width: 100%;
}

ul.menu li div.body {
	background-color: white;
	display: table-cell;
	padding: 20px 50px 10px 50px;
	vertical-align: top;
}

ul.menu li div.body h3 {
	border-bottom: 2px solid #009e29;
	color: black;
	display: block;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
}

ul.menu li div.body h3 em {
	font-size: 15px;
	font-style: normal;
	padding-left: 15px;
}

div.profile-img img {
	height: auto;
	margin: auto;
	padding: 20px 0 30px 0;
	width: 500px;
}

div.lesson-img {
	padding: 10px 0 40px 0;
}

div.lesson-img img {
	height: auto;
	width: 390px;
}

div.lesson-img img.right {
	padding-left: 20px;
}

/***********************************************************************/

#header {
	background-color: rgba(0,158,41,.6);
	color: white;
	font-size: 13px;
	font-weight: 500;
	padding: 5px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

#maintitle {
	align-items: center;
	background-position: center center;
	background-repeat: no-repeat;
	height: 450px;
}

#maintitle h1 {
	padding-top: 180px;
}

div.main {
	margin: 0 auto;
	width: 1000px;
}

div.main-s {
	margin: 0 auto;
	width: 800px;
}

div.bg-gray {
	background: url(images/bg_gray.gif)repeat;
	padding-bottom: 80px;
}

div.sns-container {
	background-color: #e4e4e4;
	border-radius: 20px;
	color: black;
	margin: auto;
	margin-top: 40px;
	padding: 40px;
	width: 700px;
}

div.sns-container h3 {
	border-bottom: 2px solid #009e29;
	font-size: 25px;
	padding-bottom: 5px;
}

div.sns-container a.sns-btn {
	background: url(images/link_btn.png)no-repeat right 25px center white;
	background-size: 8px;
	border-radius: 30px;
	display: block;
	margin: auto;
	padding: 30px 0 25px 0;
	text-align: center;
	text-decoration: none;
	width: 700px;
}

div.sns-container a.sns-btn img {
	height: auto;
	margin: auto;
	width: 250px;
}

div.sns-container a.sns-btn span.text {
	color: black;
	display: block;
	font-size: 14px;
	padding-top: 15px;
	text-decoration: none;
}

div.sns-container a.sns-btn span.text em {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	padding-left: 8px;
}

div.contact {
	background: url(images/bg_green.gif)repeat;
	color: white;
	padding: 50px 0 70px 0;
	text-align: center;
}

div.contact h2 img {
	height: auto;
	width: 220px;
}

div.contact div.contact-tel div.number img {
	height: auto;
	width: 400px;
}

div.contact div.contact-tel p.time {
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

div.contact div.contact-tel p.sup {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}

div.contact div.mail-btn {
	margin-top: 30px;
}

div.contact div.mail-btn a.link-btn {
	background: url(images/link_btn.png) no-repeat right 15px center white;
	background-size: 8px;
	color: black;
}

div.contact div.mail-btn a.link-btn:hover {
	background-color: #dadada;
	opacity: 1;
}

nav#footernav ul {
	padding: 15px 0;
	text-align: center;
}

nav#footernav ul li {
	border-left: 1px solid #009e29;
	display: inline;
}

nav#footernav ul li:last-child {
	border-right: 1px solid #009e29;
}

nav#footernav ul li a {
	color: black;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 30px;
	text-decoration: none;
}

#footer {
	background: url(images/footer_bg.jpg)no-repeat center center;
	background-size: cover;
	padding: 50px 0 30px 0;
	text-align: center;
}

#footer ul#footersns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 30px;
}

#footer ul#footersns li {
	margin: 0 5px;
}

#footer ul#footersns li img {
	height: auto;
	width: 40px;
}

#footer-tabisaki-life {
	color: black;
	display: block;
	font-size: 80%;
	line-height: 1em;
	padding: 20px 0 10px 0;
	text-align: center;
}

#footer-tabisaki-life a {
	display: inline-block;
	text-decoration: none;
}

#footer-tabisaki-life a em {
	margin-left: 10px;
}

p#copyright {
	border-bottom: 15px solid #009e29;
	color: black;
	display: block;
	font-size: 80%;
	line-height: 1em;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

#pagetop {
	bottom: 30px;
	position: fixed;
	right: 0;
}

#pagetop a {
	display: block;
}
