@charset "utf-8";
/*
///////////////////////////////////////////
CSS FOR Main
Made by THE ANH
/////////////////////////////////////
*/
/************************************************************
	reset
************************************************************/
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li, dl, dt, dd {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

a {
  display: block;
  text-decoration: none;
  margin: 0;
  -webkit-tap-highlight-color: transparent;
  color: #783d2c;
}

/* html, body */
html {
  height: 100%;
}

body {
  background: #fff;
  height: 100%;
  line-height: 1;
  margin: 0;
  font: 13px "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/************************************************************
 * header
************************************************************/
#Header {
	width: 100%;
	position: absolute;
	min-height: 50px;
	z-index: 9999;
}
#Header h1 {
	display: inline-block;
	max-width: 60%;
	margin-left: 5px;
}
@media screen and (max-width: 480px) {
	#Header h1 {
		display: inline-block;
		max-width: 80%;
		margin-left: 5px;
	}
}
#Header h1 img{
	width: 60%;
}
#HeaderRight {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	z-index: 9999;
}
#Tel a{
	width: 40px;
	height: 40px;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border:1px solid #fff;
	color:#fff;
	font-size:117%;
	line-height:40px;
}
/************************************************************
 * slider
************************************************************/
.sliderBack{
	width: 100%;
	position: relative;
}
.slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.slider .slide {
  width: 100%;
  height: auto;
  float: left;
  clear: none;
}
.slider .slide img {
  display: block;
	width: 100%;
  margin: 0 auto;
}
.slide p { font-size: 83%; text-align: center; padding: 5px 0;}

/************************************************************
 * Navigation
************************************************************/
#Navigation {
	position:relative;
	top:-40px;
	z-index:9999;
	height:40px;
	overflow:hidden;
}
.navi-list {
	overflow: hidden;
	background: #fff;
	opacity:0.7;
}
.navi-list li {
	float: left;
	text-align: center;
	width: 50%;
	height:40px;
}
.navi-list li a {
	color: #663300;
	display: block;
	font-size: 117%;
	line-height:40px;
}
.navi-list li + li a {
	border-left: 1px solid #fff;
}
.navi-list a img {
	vertical-align:middle;
	margin-right:10px;
}
/************************************************************
 * content
************************************************************/
#Content h3 {
  font-size: 13px;
	margin-bottom:5px;
}
.commonBox {
  margin: 10px auto 0;
}
.commonBox h2 {
	background: #cc9966;
	color: #fff;
	padding: 10px 0 10px 14px;
	font-size:18px;
	text-align: center;
	font-weight: normal;
}
.commonBox h2 .fa{
	position: relative;
	top: 1px;
	margin: 0 5px 0 0;
	font-size: 18px;
}
.commonBox h3{
	position:relative;
}
.commonBox h3 .fa{
	position:absolute;
	top: 0;
	right: 5px;
	height:30px;
	line-height: 30px;
	font-size: 16px;	
}
.commonBox .title {
	text-align: center;
	padding: 0 0 15px 0;
}
.head-txt {
	padding:0 10px 10px;
	text-align: center;
	margin-top:-35px;
}
#Section01 .innerBox {
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}
#Section01 h3{
	font-size: 13px;
	letter-spacing: -0.03em;
	color: #A04246;
}
#Section01 p{
	font-size: 12px;
	color: #000;
	padding: 10px 0 0 0;
}
.image {
	text-align: center;
}
.image img {
	max-width: 100%;
}
.banner-list li + li {
	padding: 15px 0 0 0;
}
.innerBox {
  padding: 30px 10px;
	border-top: 2px solid #cc9966;
}
.innerBox .ttl-name {
  padding-bottom: 10px;
}
.innerBox .img-info {
  padding-top: 10px;
}
table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table th, table td {
  padding: 4px;
  color: #231916;
  border: 1px solid  #fff;
}
table th {
  margin: 0px;
  width: 80px;
  font-weight: normal;
  font-size: 13px;
  background: #cc9966;
	border: 1px solid #fff;
  color: #fff;
	text-align: left;　
}
table td {
  font-size: 12px;
  background: #F0F0F0;
}
table td a {
	color: #333;
	display: inline;
}
table td .link-map {
	background: url(../images/seminar/icon.png) no-repeat 0 0;
	display: inline-block;
	padding: 2px 0 0 25px;
	margin: 0 0 0 10px;
}
table td span {
  display: block;
  font-size: 11px;
}
table td .note {
	color: #000080;
}
table td em {
	color: #f00;
}
.caption th {
	padding: 10px;
}
.Gmap {
	margin-top: 20px;
}
.Gmap img {
	width:100%;
}
.Gmap #map {
    height: 400px;
    margin: 10px 0 0;
    width: 100%;
}
#SwitchButton {
  width: 100%;
  margin: 16px auto;
  background: #cc9966;
  -webkit-box-shadow: inset 0 -1px #ccc;
  box-shadow: inset 0 -1px #ccc;
	overflow: hidden;
}
#SwitchButton li {
  width: 33.3%;
  font: 14px/40px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #2b1107;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  text-align: center;
  color:#fff;
}
#SwitchButton li + li {
  border-left: 1px solid #fff;
}
#SwitchButton li a {
  color: #fff;
  text-decoration: none;
	padding: 5px 0;
}
#Footer #Copyright {
  width: 100%;
  color: #663300;
  text-align: center;
  padding: 0 0 10px 0;
  font-size: 12px;  
}

/************************************************************
 * Menu
************************************************************/
.m-title {
	text-align:center;
	font-size:150%;
	color:#663300;
	padding:15px 0;
	line-height:1;
}
.menu {
	margin:0 10px 10px;
	color:#663300;
}
.menu h3 {
	font-size:117%;
	line-height:1;
	padding:5px 0;
}
.menu dl {
	font-size:100%;
	line-height:1.5;
	overflow:hidden;
	margin-bottom:10px;
}
.menu dt {
	float:left;
}
.menu dd {
	text-align:right;
}
.tea dt {
	width:63%;
	float:left;
}
.tea dd {
	float:left;
	width:18%;
}
.star {
	color:#39c;
}
.point {
	color:#393;
}
.des {
	font-size:84%;
	color:#333;
	border:1px dotted #8fbc8f;
	text-align:center;
	margin-top:10px;
}
.ml-20 {
	margin-left:20px;
}
.mb{
	margin-bottom:10px;
}
.accordione_close{
	background: url(../images/common/arrow_d.png) no-repeat 95% 50%;
}
.accordione_open{
	background: url(../images/common/arrow_u.png) no-repeat 95% 50%;
}

.menu_time{
	float: right;
	padding-right: 15%;
	text-align: right;
}

.facebook_box{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 30px;
}