@charset "utf-8";
/* CSS Document */
html,body {
  margin: 0;
  padding: 0;
  height: 100%; /* needed for container min-height */
  font-family:"serif", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #000;
}
table {
	border-collapse: collapse;
}
ul,ol ,li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border: none;
}
em {
	font-style: normal;
}
strong {
	font-weight: normal;
}

a { 
	outline:none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
a img {
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.js-fade {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.inner {
	max-width: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5%;
	padding-left: 5%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	top: -90px;
	position: absolute;
	width: 100%;
	margin: 90px auto 0;
	padding: 0;
	line-height: -1;
	z-index: 999;
}
#top-head {
	color: #000;
	text-decoration: none;
	box-shadow: 0 0px 5px 0 rgba(255, 255, 255, .7);
	background-color: rgba(000, 000, 000, 0.562);
}
#top-head a {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
    position: relative;
	/* height: 65px; */
}
#top-head .logo {
    float: left;
    font-size: 36px;
	margin-top:10px;
	width: 180px;
}
#top-head .inner ul.contactBnr {
    float: right;
	width: 45%;
}
#top-head .inner ul.contactBnr li {
    float: right;
    font-size: 22px;
	width: 45%;
	margin-left: 3%;
	padding-top: 7px;
	text-align: center;
	height:60px;
	background:#AC9D33; 
	border: solid 1px #AC9D33;
    display: block;
}
#top-head .inner ul.contactBnr li span {
    font-size: 12px;
}
#top-head .inner ul.contactBnr li a {
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#top-head .inner ul.contactBnr li a:hover {
	opacity: .5;
}
#top-head .inner ul.contactBnr li.bgW {
	background:#ffffff; 
	color: #000000;
	font-weight: bold;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 14px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
#global-nav ul li {
	float: left;
	width: 9%;
	font-size: 15px;
	text-align: center;
	margin-right: 0.5%;
	margin-left: 0.5%;
}
#global-nav ul li a {
	color: #FFF;
	padding-top: 2% !important;
	padding-right: 2%;
	padding-bottom: 2% !important;
	padding-left: 2%;
	display: block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-style: italic;
}
#global-nav ul li a:hover {
	color: #999 !important;
	border-bottom: #E5DCAB !important;
}
#global-nav ul li a span {
	padding-top: 1%;
	padding-right: 2%;
	padding-bottom: 1%;
	padding-left: 2%;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-bottom: 20px;
    height: 100px;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #999;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (max-width: 640px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
	#top-head .inner ul.contactBnr {
        float: none;
		width: 98%;
		margin-left: auto;
		margin-right: auto;
        padding-bottom: 10px;
}
	#top-head .inner ul.contactBnr li {
        font-size: 15px;
        margin-top: 2px;
		height: 40px;
		padding-top: 2px;
		float: none;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
		background-color: rgba(000, 000, 000, 0.8);
        height: 100px;
        z-index: 999;
        position: relative;
        box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .3);
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
#top-head .logo {
    margin-top:0px;
}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
		background-color:rgba(000,000,000,0.8);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
		float:none;
		width:auto;
    }
    #global-nav ul li {
        float: none;
        position: static;
		width:auto;
		font-size:17px;
		margin-bottom:2px;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        padding: 10px 0;
    }
#global-nav ul li a:hover {
	color: #333 !important;
}
#global-nav ul li a {
	background-position: left center;
	text-decoration: none;
}
#global-nav ul li a:hover {
	background-position: right center;
}
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(600px);
        -webkit-transform: translateY(600px);
        transform: translateY(600px);
    }
}

#topArea {
	height: auto;
	width: auto;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 110px;
	margin-bottom: 5px;
	background-image: url(../img/top-img.jpg); 
    background-size:  contain;
	background-position: center;
	background-repeat:no-repeat;
}
#topArea .waku {
	max-width: auto;
	min-height: 600px;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
}
#topArea .top-text {
	float: left;
	text-align: center;
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	font-size: 20px;
	margin-bottom: 0px;
	padding: 0%;
}
#topArea h1 {
	font-size: 30px;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

#topArea h1 span {
  font-size: 18px;
  display: block;
}

#topArea h1:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #f0e68c;
}
#topArea p {
	text-align: center;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	font-size: 15px;
	color: #fff;
	margin-bottom: 0px;
	font-style: italic;
}
#topArea .photo {
	float: right;
	text-align: center;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	margin-bottom: 0px;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-style: italic !important;
	padding: 0px;
}
.heading {
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}
.heading::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #b99a00 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.heading3 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	text-align: center;
}

.heading3::before,
.heading3::after {
	content: '';
	width: 70px;
	height: 3px;
	background-color: #af9f31;
}

.heading3::before {
	margin-right: 20px;
}
.heading3::after {
	margin-left: 20px;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	color: #b99a00;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 30px;
	margin-left: 1%;
}
h5 {
	color: #ffffff;
	position: relative;
	padding-top: 20px;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-size: 23px;
	margin-top: 10px;
}
h5 span {
	position: relative;
	z-index: 2;
}
h5::before {
	content: attr(data-en);
	position: absolute;
	top: 0px;
	left: 0;
	color: rgba(175,159,49,0.4);
	font-size: 30px;
	text-transform: uppercase;
	z-index: 1;
}

.heading4 {
    position: relative;
	font-weight: bold;
	text-align: center !important;
}

.heading4:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #ffffff;
}
#topArea .detailTop {
	text-align: left;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-size: 20px;
	margin-bottom: 0px;
	padding: 0%;
}
#topArea .detailTop h1 {
	font-size: 30px;
	text-align: left;
	text-shadow: 1px 2px 3px #999999;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
#topArea .detailTop p {
	text-align: left;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.waku2 {
	float: left;
	text-align: center;
	max-width: 49%;
	margin-right: 1%;
	margin-left: auto;
}

.waku3 {
	float: right;
	text-align: center;
	max-width: 49%;
	margin-left: 1%;
}
#textArea {
	height: auto;
	width: 86%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 0px;
}
#textArea p {
	font-size: 18px;
	color: #666666;
}
#textArea2 {
	height: auto;
	width: 86%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 0px;
}
#textArea2 p {
	font-size: 18px;
	color: #666666;
}
#newsArea {
	height: auto;
	width: auto;
	padding-top: 4%;
	padding-right: 0px;
	padding-bottom: 4%;
	padding-left: 0px;
	margin-right: 15%;
	margin-left: 15%;
	margin-bottom: 0px;
	margin-top: 0px;
}
#newsArea p {
	font-size: 14px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2%;
	line-height: 1.9em;
}
#newsArea p a {
	color: #fff;
}
#newsArea p a:hover {
	color: #999;
}
#newsArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 25%;
}
#newsArea .contact a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	font-weight: normal;
	font-style: italic;
	padding: 3%;
	background-color: #af9f31;
	border-radius: 10px 10px 10px 10px;
}
#newsArea .contact a:hover {
	color: #333;
}
#newsArea .col2 {
	float: left;
	width: 48%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
}
#newsArea .news {
	width: auto;
	margin-top: 10px;
	margin-right: 4%;
	margin-bottom: 20px;
	margin-left: 4%;
    position: relative;
    padding:0.25em 1em;
}
#newsArea .news:before,#newsArea .news:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
#newsArea .news:before{
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    top:0;
    left: 0;
}
#newsArea .news:after{
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    bottom:0;
    right: 0;
}
#newsArea .news p {
	border-bottom: dashed 1px #A4A4A4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.icon {
	background-color: #af9f31;
	font-size: 11px;
	color: #FFFFFF;
	padding: 4px;
	border-radius: 10px 10px 10px 10px;
}
#conArea {
	height: auto;
	width: auto;
	padding-top: 4%;
	padding-right: 0px;
	padding-bottom: 2%;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(..//img/bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
#conArea p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 2em;
}
#conArea p a {
	color: #06C;
}
#conArea p a:hover {
	color: #999;
}
#conArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 20px;
	margin-top: 30px;
	width: 30%;
}
#conArea .contact a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: normal;
	border-bottom: 1px solid #AC9D33;
	font-style: italic;
	padding: 5%;
}
#conArea .contact a:hover {
	color: #999;
	border-bottom: 1px solid #f0e68c;
}
#conArea .col2 {
	float: left;
	width: 48%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
}
#menuArea {
	height: auto;
	width: auto;
	padding-top: 4%;
	padding-right: 0px;
	padding-bottom: 6%;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#menuArea p {
	font-size: 14px;
	color: #000;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	line-height: 1.9em;
}
#menuArea p a {
	color: #06C;
}
#menuArea p a:hover {
	color: #999;
}
#menuArea .contact {
	text-align: right;
	margin-right: 0px;
	margin-left: auto;
	font-size: 18px;
	margin-top: 10px;
	width: 30%;
}
#menuArea .contact a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: normal;
	font-style: italic;
	padding: 3%;
	background: af9f31;
}
#menuArea .contact a:hover {
	color: #999;
}
#menuArea .col2 {
	float: left;
	width: 48%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
}
#menuArea .waku2 {
    width: 100% !important;
}
#menuArea ul {
    width: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#menuArea ul li {
	float: left;
	width: 49%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-top: 0px;
	margin-bottom: 10px;
	background-image: url(..//img/bg2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size:  contain;
}
#menuArea ul li p {
	font-size: 15px;
	margin: 0px;
	color: #fff;
}
#ahpdtaArea {
	height: auto;
	width: auto;
	padding-top: 4%;
	padding-right: 0px;
	padding-bottom: 6%;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(..//img/bg3.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
#ahpdtaArea p {
	font-size: 18px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 2.2em;
}
#ahpdtaArea p a {
	color: #06C;
}
#ahpdtaArea p a:hover {
	color: #999;
}
#ahpdtaArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 25%;
}
#ahpdtaArea .contact a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	font-weight: normal;
	font-style: italic;
	padding: 3%;
	background-color: #af9f31;
	border-radius: 10px 10px 10px 10px;
}
#ahpdtaArea .contact a:hover {
	color: #333;
}
#ahpdtaArea .col2 {
	float: left;
	width: 48%;
	margin-top: 10px;
	margin-right: 1%;
	margin-bottom: 20px;
	margin-left: 1%;
}
.colorGray {
	color: #585858 !important;
}
#licenseArea {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 7%;
	padding-left: 0px;
}
#licenseArea .contact {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 30px;
	margin-top: 40px;
	width: 80%;
}
#licenseArea p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	text-align: center;
}
.image_mouseover {
	width:auto;
	margin:0 auto;
	overflow:hidden;
}
.image_mouseover img:hover{
	transform: scale(1.1,1.1);
	transition-duration: 0.6s;
}
#stafArea {
	height: auto;
	width: auto;
	padding-top: 4%;
	padding-right: 0px;
	padding-bottom: 4%;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#stafArea p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2%;
	line-height: 1.9em;
}
#stafArea p a {
	color: #06C;
}
#stafArea p a:hover {
	color: #999;
}
#stafArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
	width: 25%;
}
#stafArea .contact a {
	display: block;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	font-weight: normal;
	font-style: italic;
	padding: 3%;
	background-color: #af9f31;
	border-radius: 10px 10px 10px 10px;
}
#stafArea .contact a:hover {
	color: #333;
}
#contentArea {
	height: auto;
	width: auto;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 110px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
#contentArea .text {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#contentArea p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 2em;
}
#contentArea p a {
	color: #06C;
}
#contentArea p a:hover {
	color: #999;
}
#contentArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 20px;
	margin-top: 30px;
	width: 30%;
}
#contentArea .contact a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: normal;
	border-bottom: 1px solid #AC9D33;
	font-style: italic;
	padding: 5%;
}
#contentArea .contact a:hover {
	color: #999;
	border-bottom: 1px solid #f0e68c;
}
#circleArea {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 4%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#circleArea .text {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#circleArea p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 2em;
}
#circleArea p a {
	color: #06C;
}
#circleArea p a:hover {
	color: #999;
}
#circleArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 20px;
	margin-top: 30px;
	width: 30%;
}
#circleArea .contact a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: normal;
	border-bottom: 1px solid #AC9D33;
	font-style: italic;
	padding: 5%;
}
#circleArea .contact a:hover {
	color: #999;
	border-bottom: 1px solid #f0e68c;
}
#privateArea {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 6%;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
}
#privateArea .text {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#privateArea p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 2em;
}
#privateArea p a {
	color: #06C;
}
#privateArea p a:hover {
	color: #999;
}
#privateArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 20px;
	margin-top: 30px;
	width: 30%;
}
#privateArea .contact a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: normal;
	border-bottom: 1px solid #AC9D33;
	font-style: italic;
	padding: 5%;
}
#privateArea .contact a:hover {
	color: #999;
	border-bottom: 1px solid #f0e68c;
}
table.price {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	border-collapse: collapse;
}
table.price tr th {
	width: 30%;
	padding: 1.5%;
	border: solid 1px #af9f31;
	color: #af9f31;
	font-weight: normal;
	font-size: 15px
}
table.price tr td {
	width: 70%;
	padding: 1.5%;
	border: solid 1px #ffffff;
	color: #ffffff;
	font-weight: normal;
	font-size: 15px
}
#schoolArea {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 4%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#schoolArea .text {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#schoolArea p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 2em;
}
#schoolArea p a {
	color: #06C;
}
#schoolArea p a:hover {
	color: #999;
}
#schoolArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 20px;
	margin-top: 30px;
	width: 30%;
}
#schoolArea .contact a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: normal;
	border-bottom: 1px solid #AC9D33;
	font-style: italic;
	padding: 5%;
}
#schoolArea .contact a:hover {
	color: #999;
	border-bottom: 1px solid #f0e68c;
}
#trainingArea {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 4%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#trainingArea .text {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#trainingArea p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 2em;
}
#trainingArea p a {
	color: #06C;
}
#trainingArea p a:hover {
	color: #999;
}
#trainingArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 20px;
	margin-top: 30px;
	width: 30%;
}
#trainingArea .contact a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: normal;
	border-bottom: 1px solid #AC9D33;
	font-style: italic;
	padding: 5%;
}
#trainingArea .contact a:hover {
	color: #999;
	border-bottom: 1px solid #f0e68c;
}
#sptrainingArea {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 4%;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
}
#sptrainingArea .text {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
}
#sptrainingArea p {
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 1%;
	line-height: 2em;
}
#sptrainingArea p a {
	color: #06C;
}
#sptrainingArea p a:hover {
	color: #999;
}
#sptrainingArea .contact {
	text-align: center;
	margin-right: 0px;
	margin-left: auto;
	font-size: 20px;
	margin-top: 30px;
	width: 30%;
}
#sptrainingArea .contact a {
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	font-weight: normal;
	border-bottom: 1px solid #AC9D33;
	font-style: italic;
	padding: 5%;
}
#sptrainingArea .contact a:hover {
	color: #999;
	border-bottom: 1px solid #f0e68c;
}
#wakuArea {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 6%;
	margin-bottom: 100px;
	margin-right: auto;
	margin-left: auto;
}
#wakuArea .menu {
	height: auto;
	width: 70%;
	padding: 0px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
}
#wakuArea .menu ul {
	height: auto;
	width: 31%;
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}
#wakuArea .menu ul li {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
#wakuArea .menu ul li p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 1.9em;
}


#accessArea {
	height: auto;
	width: auto;
	padding-top: 4%;
	padding-right: 0px;
	padding-bottom: 4%;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
#accessArea p {
	font-size: 16px;
	color: #000;
	text-align: left;
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 1.9em;
}
#accessArea p a {
	color: #06C;
}
#accessArea p a:hover {
	color: #999;
}
#accessArea .waku3 {
    width: 100% !important;
}
#accessArea #gMap {
    width: 100% !important;
    height: 500px;
}
.schedule {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 70px;
}
.schedule table {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.schedule table tr th {
	width: 20%;
	padding: 1.3%;
	border-bottom: dashed 1px #af9f31;
	color: #af9f31;
	font-weight: bold;
	font-size: 16px
}
.schedule table tr td {
	width: 80%;
	padding: 1.3%;
	border-bottom: dashed 1px #696969;
	color: #ffffff;
	font-weight: normal;
	font-size: 16px
}
#footer {
	margin: 0px;
	height: auto;
	width: auto;
	padding-top: 2%;
	padding-right: 0px;
	padding-bottom: 1%;
	padding-left: 0px;
}
#footer .toTop {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#footer .toTop a {
	font-size: 18px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding-top: 1%;
	padding-bottom: 0.5%;
	padding-left: 35px;
	width: 10%;
	text-decoration: underline;
}
#footer .toTop a:hover {
	color: #999;
}
#footer .text {
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 0px;
	width: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer .text img {
	margin-bottom: 7px;
}
#footer .site {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 13px;
	text-align: center;
	padding: 0px;
}
#footer .site a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
#footer .site a:hover {
	color: #999;
}
#footer p {
	font-size: 13px;
	color: #999;
	text-align: center;
	padding: 0px;
	width: auto;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


@media screen and (max-width: 720px){
#topArea {
	background-image: url(../img/top-img-s.jpg);
	padding-top: 20px;
}

.waku2 {
	float: none;
	text-align: center;
	max-width: 98%;
	margin-right: auto;
	margin-left: auto;
}

.waku3 {
	float: none;
	text-align: center;
	max-width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#newsArea {
	margin-right: 2%;
	margin-left: 2%;
}
#menuArea ul {
	width: 98%;
}
#menuArea ul li {
	width: 46%;
	margin-right: 2%;
	margin-left: 2%;
}
.schedule table {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#wakuArea .menu {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
	}
@media screen and (max-width: 480px){
	#topArea {
    padding-bottom: 5px;
    margin-bottom: 5px;
}
	#topArea .waku {
	min-height: auto !important;
}
	#topArea .top-text {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		width: 98%;
		float: none;
	}
	#topArea .photo {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		width: 98%;
		float: none;
	}
	#topPriArea .top-text {
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		width: 96%;
	}
	#topArea .contact {
		margin-right: auto;
		margin-left: auto;
		width: 80%;
	}
	#conArea .contact {
    text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 14px;
	width: 80%;
	}
	#menuArea .contact {
    text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 14px;
	width: 80%;
	}
	#ahpdtaArea .contact {
    text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	font-size: 14px;
	width: 80%;
	}
#menuArea ul li {
	float: note;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}
#wakuArea .menu ul {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
}
.pc {
}
.smh{
	display: none;
}
@media screen and (max-width: 640px){
.pc {
	display: none;
}
.smh{
	display: block;
}
#conArea .col2 {
	float: none;
	width: 98%;
}
@media screen and (max-width: 480px){
#conArea .col2 {
	float: none;
	width: 98%;
}
}