@charset "utf-8";
html {
	height: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	text-align: center;
}
div, td, th, p, pre {
	text-align: left;
	margin: 0;
	padding: 0px;
}
p {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline;
	color: #007DD1;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
li {
	margin: 0;
	list-style: none;
}
ol, ul {
	margin: 0;
	padding: 0;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
#main {
	position: relative;
	width: 100%;
}
#main .contents {
	position: absolute;
	width: 100%;
}
#main h1 {
	padding: 0;
	margin: 20px 0 0 20px;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF;
	float: left;
	font-weight: normal;
}
#main .logo {
	width: 110px;
	height: 100px;
	vertical-align: top;
	margin: 20px 0 0 20px;
	float: left;
}
#main .tel {
	width: 280px;
	height: 86px;
	float: right;
}
#main .icon {
	position: absolute;
	right: 100px;
	bottom: 50px;
	width: 200px;
	height: 236px;
}
#main .sp {
	display: none;
}
/*___________ header ___________ */
#header {
	display: none;
}
.drawer-hamburger-icon {
	display: none;
}
#header button {
	display: none;
}
.menu {
	position: relative;
	padding-left: 10%;
	padding-right: 10%;
	margin: 0 auto;
	background-color: #FFF;
	border-bottom: 1px solid #E8E8E8;
	border-top: 1px solid #E8E8E8;
}
.menu ul {
	text-align: center;
}
.menu > li {
	width: 20%;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.menu > li a {
	font-size: 102%;
	color: #2090AB;
	display: block;
	text-decoration: none;
}
.menu > li a:hover {
	color: #999;
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}
ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}
.menu__second-level li {
	border-top: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	background: #FFF;
	color: #C5C5C5;
	height: 40px;
	line-height: 40px;
}
.menu__second-level li a:hover {
	background: #F6F6F6;
}
.menu__second-level li:last-child {
	border-bottom: 1px solid #E8E8E8;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
	color: #2090AB;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 70px;
	width: 100%;
	background: #F5F5F5;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 70px;
	visibility: visible;
	opacity: 1;
}
li.menu__single:hover ul.menu__second-level li {
	height: 40px;
	line-height: 40px;
}
/*___________ footer ___________ */
#footer {
	width: 100%;
	margin-top: 0px;
	text-align: center;
	border-top: dotted 4px #41B5C8;
}
#footer .nav {
	color: #41B5C8;
	text-align: center;
	padding: 30px 0px;
}
#footer .nav a {
	color: #41B5C8;
}
#footer .tel {
	width: 320px;
	text-align: center;
	margin: auto auto 30px auto;
}
#footer .sns {
	text-align: center;
	margin: auto;
}
#footer .twitter {
	width: 100px;
	text-align: center;
	margin: auto 20px;
  display: inline-block;
}
#footer .insta {
	width: 100px;
	text-align: center;
	margin: auto 20px;
  display: inline-block;
}
#footer .copyright {
	width: 100%;
	background-color: #41B5C8;
	color: #FFFFFF;
	padding: 20px 0;
	text-align: center;
	margin-top: 30px;
}
#head {
	width: 100%;
	background-color: #41B5C8;
	height: 50px;
	text-align: center;
}
#head h1 {
	padding: 0;
	margin: 0px 0 0 0px;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 50px;
	display: inline-block;
}
#head .logo {
	width: auto;
	height: 40px;
	vertical-align: top;
	margin: 5px 10px 5px 5px;
	float: none;
	display: inline-block;
}
#head .sp {
	display: none;
}
#container {
	width: 900px;
	text-align: center;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
}
#side {
	width: 180px;
	float: left;
	border-top: 1px solid #E8E8E8;
}
#side ul {
}
#side ul li {
	border-bottom: 1px solid #E8E8E8;
	line-height: 50px;
	font-size: 110%;
	color: #7F7F7F;
}
#side ul li a {
	display: block;
	text-decoration: none;
	color: #7F7F7F;
}
#side ul li a:hover {
	color: #B4B4B4;
}
#side ul li ul {
	padding: 0px 0 10px 0;
}
#side ul li ul li {
	border-bottom: none;
	color: #938C8C;
}
#side ul li ul li.sub {
	padding-left: 20px;
	line-height: 30px;
	font-size: 100%;
	font-size: 90%;
}
#side ul li ul li.tour {
	color: #E4788C;
	line-height: 30px;
}
#side ul li ul li.course {
	color: #2090AB;
	line-height: 30px;
}
#main-contents {
	width: 680px;
	float: right;
}

/*___________ @media ___________ */
@media (max-width: 768px) {
#main {
	position: relative;
	width: 100%;
}
#main .contents {
	position: absolute;
	width: 100%;
}
#main h1 {
	padding: 0;
	margin: 2% 0 0 2%;
	font-size: 50%;
	text-align: left;
	font-weight: bold;
}
#main .logo {
	width: 10%;
	height: auto;
	vertical-align: top;
	margin: 2% 0 0 2%;
	float: left;
}
#main .tel {
	display: none;
}
#main .icon {
	right: 20px;
	bottom: -20px;
	width: 100px;
	height: auto;
}
#main .sp {
	display: block;
}
#header {
	text-align: center;
	padding: 0%;
	margin: 0%;
	display: block;
}
.drawer-hamburger-icon {
	display: block;
}
#header button {
	display: block;
}
.menu {
	display: none;
}
#footer {
	width: 100%;
	text-align: center;
}
#footer .nav {
	color: #41B5C8;
	text-align: center;
	padding: 20px 20px;
}
#footer .nav a {
	color: #41B5C8;
}
#footer .tel {
	width: 70%;
	text-align: center;
	margin: auto auto 30px auto;
}
#footer .twitter {
	width: 100px;
	text-align: center;
	margin: auto;
}
#footer .copyright {
	width: auto;
	background-color: #41B5C8;
	color: #FFFFFF;
	padding: 20px 10px;
	text-align: center;
	margin-top: 30px;
	font-size: 80%;
}
#head {
	width: 100%;
	background-color: #41B5C8;
	height: 70px;
	text-align: center;
}
#head h1 {
	padding: 20px 0 0 0;
	margin: 0px 0 0 0px;
	text-align: left;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: normal;
	line-height: normal;
	width: 80%;
	display: block;
}
#head .logo {
	width: auto;
	height: 40px;
	vertical-align: top;
	margin: 15px 20px 5px 5px;
	float: left;
}
#head .sp {
	display: none;
}
#container {
	width: 90%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#side {
	display: none;
}
#main-contents {
	width: 100%;
	float: none;
}
}
