@charset "utf-8";

/*
Site Name: 
Description: parts style
*/

/* header
----------------------------------------- */
#header #logo{
	padding-left: 16px;
}
#header #logo img{
	max-width: 200px;
}
#header > * > *{
    display: table-cell;
    vertical-align: middle;
}

#headerlogin{
    text-align: right;
}
.headerlogin--line--text {
	padding: 0px 16px;
    display: inline-block;
}
.headerlogin--line {
	padding: 0px 16px;
    display: inline-block;
}
#inboximgbox {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#sp-header #sp-logo{
	height: 30px;
	margin: 5px auto;
	padding: 0px;
	line-height: 0;
	text-align: center;
}
#sp-header #sp-logo img{
	height: 30px;
}

@media all and (max-width: 640px){
header #header-copy,
header ul#font-size{
	display: none;
}
header #logo{
	font-size: 0px;
}
header #logo a:after{
	content: "LOGO";
	font-size: 14px;
	margin: 0px 50px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
}



/* nav
----------------------------------------- */
nav.gloval-nav ul {
    display: table;
    height: 72px;
}
nav.gloval-nav li{
	padding: 0px 24px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
nav.gloval-nav li a{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

/*nav{
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
	background-color: #009DB7;
}

nav ul{
	padding: 5px 0px;
	margin: 5px 0px;
	clear: both;
	overflow: auto;	
}
nav ul li{
	float: left;
	padding-left: 10px;
	margin-right: 10px;
	background-image: url(../img/list1.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	display: inline;
}
nav ul li a{
	color: #FFF;
	text-decoration: underline;
}
nav ul li a:hover{
	color: #FFF;
	text-decoration: none;
}*/

@media all and (max-width: 640px){
#header nav.gloval-nav{
    display: none;
}
nav.gloval-nav{
	width: 100%;
	height: calc(100% - 40px);
	margin: 0;
	padding: 0;
	background-color: #EEE;
	-webkit-transition: top 500ms cubic-bezier(0.600, 0.000, 0.300, 1.000);
	-moz-transition: top 500ms cubic-bezier(0.600, 0.000, 0.300, 1.000);
	-o-transition: top 500ms cubic-bezier(0.600, 0.000, 0.300, 1.000);
	transition: top 500ms cubic-bezier(0.600, 0.000, 0.300, 1.000);
	overflow: hidden;
	display: block;
	position: fixed;
	top: -100%;
	z-index: -1;
}
.nav-open nav.gloval-nav{
	top: 40px
}
nav.gloval-nav ul{
	width: calc(100% - 40px);
	margin: 60px 20px 0px;
	padding: 0px;
}
nav.gloval-nav ul li{
	float: none;
	width: 100%;
	margin: 0px 0px 5px;
	padding: 0px;
	background-image: none;
	display: block;
}
nav.gloval-nav ul li a{
	color: #009DB7;
	padding: 5px;
	border: #009DB7 solid 1px;
	display: block;
}

}


/* footer
----------------------------------------- */
#footer .footer-contents{
    float: left;
	width: calc(100% - 300px);
}
#footer #facebook{
    float: right;
	width: 300px;
}
#footer #footer-logo{
    float: left;
    font-size: 90%;
    font-weight: bold;
	margin-bottom: 20px;
}
#footer #footer-logo img{
	margin-bottom: 10px;
}
#footer .footer-link{
	float: left;
	font-size: 90%;
    margin-left: 40px;
    text-align: left;
}
#footer .footer-link ul{
	margin: 0px;
	padding: 0px;
}
#footer .footer-link ul li{
	font-size: 100%;
	margin: 0px 0px 8px;
	padding: 0px 0px 0px 15px;
	background-image: url(../img/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	list-style-type: none;
}
#footer p#copyright{
	font-size: 90%;
	font-family: Verdana;
	margin: 0px;
	padding: 40px 0px 60px;
	clear: both;
}
@media all and (max-width: 768px){
#footer .footer-contents,
#footer #facebook{
    float: none;
	width: 100%;
}
#footer .footer-link{
	float: none;
	width: 100%;
    margin-left: 0px;
	margin-bottom: 20px;
    clear: both;
}
#footer .footer-link ul li{
	font-size: 100%;
	margin: 0px 20px 8px 0px;
	padding: 0px 0px 0px 15px;
	display: inline-block;
}
}


/* topicpath
----------------------------------------- */
#contents ol#topicpath{
	font-size: 90%;
	margin: 20px 0px;
	padding: 0px;
	overflow: hidden;
}
#contents ol#topicpath li{
	display: inline;
	margin: 0px;
	padding: 0px;
}
#contents ol#topicpath li a{
	padding-right: 15px;
	margin: 0px 3px 0px 0px;
	background: url(../img/topicpath.png) no-repeat right center;
	color: #333;
}

/* content
----------------------------------------- */
#mainVisual{
    position: relative;
    height: 1200px;
    margin: 0px 0px 30px;
    background-color: #EEE;
    background-image: url(../img/mainvisual_bg.jpg);
    background-repeat: no-repeat;
    background-size: auto 50%;
	background-size: cover;
}
#mainVisual:before{
  content: "";
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, 0.3);*/
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#mainVisual #mainVisual-caption{
	color: #FFF;
	margin: 0px 20px;
    padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
    position: absolute;
    right: 15%;
    bottom: 40%;
    left: 15%;
    z-index: 20;
}
#mainVisual #mainVisual-caption dt{
    font-size: 300%;
}
#mainVisual #mainVisual-caption dd{
    font-size: 180%;
    margin-top: 5px;
}
#mainVisual #topSearchArea{
	width: 100%;
    position: absolute;
    left: 0;
    top: 440px;
}
#mainVisual #topSearchBox{
	width: 620px;
	margin: 0 auto;
	letter-spacing: -.4em;
    position: relative;
}
#mainVisual #topSearchBox input {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    letter-spacing: normal;
}
#mainVisual #topSearchForm {
    width: 460px;
    height: 40px;
    padding-left: 40px;
    background-image: url(/assets/img/top/search_icn.png);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 10px;
}
#mainVisual #topSearchBtn {
	width: 9pc;
	margin-left: 1pc;
	line-height: 38px;
	background-color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    letter-spacing: normal;
}
#mainVisual #topSearchBtn:hover{
	background-color: #000;
}

#headline{
	padding: 120px 0px 30px;
	background-color: #EDEDED;
}
#headline h1{
	font-size: 170%;
	margin: 30px 0px 20px;
	padding: 0px;
	text-align: center;
	clear: both;
}

/* main css
----------------------------------------- */
#main ul,
#main ol,
#main p{
	padding: 0px 0px 0.5em;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p{
	margin: 0 0px 15px;
	padding-bottom: 0;
}


#main h2{
	font-size: 150%;
	margin: 40px 0px 20px;
	padding: 0px;
	clear: both;
}

#main h3{
	font-size: 140%;
	margin: 30px 0px 20px;
	padding: 0px;
	clear: both;
}

#main h4{
	font-size: 130%;
	margin: 20px 0px;
	padding: 0px;
}

#main h5{
	font-size: 120%;
}

#main h6{
	font-size: 110%;
}

#main blockquote{
	color: #009DB7;
	border: 1px dotted #1FA9C0;
	padding: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#main blockquote p{
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#main address{
	margin-left: 10px;
}

#main ul li{
	margin-left: 5px;
	padding-left: 10px;
	background-image: url(../img/list_icon.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
}
#main ul li ul,
#main ul li ol{
	padding: 5px 0px;
	margin-bottom: 0px;
}

#main ol li{
	margin-left: 25px;
	list-style-type: decimal;
}
#main ol li ol,
#main ol li ul{
	padding: 5px 0px;
	margin-bottom: 0px;
}
#main ol li ul li{
	list-style-type: none;
}

#main table{
	width: 98%;
	font-size: 100%;
	margin: 0px 0px 30px 0px;
	border-bottom: #CCCCCC solid 1px;
	border-left: #CCCCCC solid 1px;
}
#main table p{
	padding-left: 0px;
}
#main table th,
#main table td{
	padding: 10px;
	border-top: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
}
#main table th{
	font-weight: bold;
	background-color: #EFEFEF;
}


/* searcharea css
----------------------------------------- */
#searchopt input {
	font-size: 100%;
	padding-left: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    background-image: url('/assets/img/top/search_icn.png');
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 10px;
}
.searchform {
    width: 266px;
    height: 40px;
    font-size: large;
    margin-left: 17px;
    margin-top: 20px;
    padding-left: 40px;
    background-image: url('/assets/img/top/search_icn.png');
    background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 10px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.searchoptgrp {
    padding: 20px 16px 1px;
}
.searchoptgrp dl,
.searchoptgrp dd{
    margin: 0px 0px 20px;
}
.searchoptgrp dt{
    margin: 0px 0px 5px;
}
.searchoptgrp dd label {
    font-weight: normal;
    min-width: 49%;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.searchoptgrp dt {
	font-size: 120%;
    font-weight: normal;
}
.searchoptgrp--search-line {
    height: 1px;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    border-top: 1px solid #e0e0e0;
}
.searchoptgrp--search-subscript {
    font-size: 112.5%;
    text-align: center;
}
#searchbtn {
    width: 220px;
    height: 50px;
    margin: 20px auto;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.btn-default {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 3px;
    color: #000 !important;
    text-align: center;
}



/* home css
----------------------------------------- */
#main #information-section{

}
#main #information-section ul{

}
#main #information-section ul li{
	margin: 0px 0px 5px;
	display: table;
}
#main #information-section ul li > *{
	display: table-cell;
}
#main #information-section ul li span.date{
	font-weight: normal;
	padding-right: 20px;
}

#main .course-list{
    margin-top: 20px;
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
}
#main .course-list.vertical{
	margin-left: 0px;
}
#main .course-list.horizontal article{
	width: calc((100% / 3) - 20px);
	margin: 0px 0px 40px 20px;
}
#main .course-list.vertical article{
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#main .course-list article .course-img{
    background-color: #000;
    line-height: 0;
    overflow: hidden;
    position: relative;	
}
#main .course-list.horizontal article .course-img{
	width: 100%;
    /*max-height: 200px;*/
}
#main .course-list.vertical article .course-img{
	float: left;
	/*width: 250px;*/
	width: 375px;
	height: 250px;
}
#main .course-list article .course-img a{
	opacity: 1;
	-moz-opacity: 0.8;
	-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;
	display: table;
}
#main .course-list article .course-img:hover a{
	opacity: 0.7;
}
#main .course-list article .course-img a:before{
	content: "Read More";
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	margin: auto;
	text-align: center;
	letter-spacing: 0.1em;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	-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;
}
#main .course-list article .course-img:hover a:before{
	opacity: 1;
}
#main .course-list.vertical article .course-detail{
	float: right;
	/*width: calc(100% - 280px);*/
	width: calc(100% - 395px);
}
#main .course-list article .course-detail dl.course-data{
	padding: 0px 0px 15px;
    border-bottom: 1px solid #e0e0e0;
}
#main .course-list article .course-detail dl.course-data dt{
	font-size: 120%;
	padding: 0;
	margin: 0;
}
#main .course-list article .course-detail dl.course-data dt > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main .course-list article .course-detail dl.course-data dd{
	color: #999;
	font-size: 95%;
	padding: 0;
	margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#main .course-list article .course-detail dl.course-data dd i{
	margin-right: 5px;
}
#main .course-list article .course-comment .userimg{
    float: left;
    width: 36px;
    height: 36px;
}
#main .course-list article .course-comment .userimg img{
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
#main .course-list article .course-comment p.comment{
	/*height: 4em;
    color: #000;*/
    font-size: 95%;
    /*line-height: 16px;
    margin-left: 52px;
    overflow-wrap: break-word;
    overflow: hidden;*/
}
@media all and (max-width: 640px){
#main .course-list{
    margin-left: 0px;
}
#main .course-list.horizontal article{
	width: 100%;
	margin: 0px 0px 40px 0px;
}
#main .course-list.vertical article .course-img{
	float: none;
	width: 100%;
	height: auto;
}	
#main .course-list.vertical article .course-detail{
	float: none;
	width: 100%;
}
	
}



/* detail css
----------------------------------------- */
#main ul#tab{
	width: 100%;
	margin: 0px 0px 30px;
	padding: 0px;
	border-bottom: #707070 solid 1px;
	text-align: center;
	letter-spacing: -.4em; 
	position: relative;
	z-index: 11;
}
#main ul#tab li{
	font-weight: bold;
	margin: 0px 8px;
	padding: 0px;
	border: #707070 solid 1px;
	background: none;
	letter-spacing: normal;
	display: inline-block;
	position: relative;
	bottom: -1px;
	z-index: 10;
}
#main ul#tab li a{
	min-width: 50px;
	color: #333;
	padding: 5px 20px;
	background-color: #EDEDED;
	text-decoration: none;
	display: block;
}

#main .tabContents{
	width: 100%;
	margin: 30px 0px 100px;
	overflow: hidden;
	clear: both;
}
#main .tabContents.hide{
	display: none;
}
#main .courseMovie,
#main .courseVR{
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
#main .courseMovie iframe,
#main .courseVR iframe{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	right: 0;
	top: 0;
}

#main .courseDate-section{
	width: 100%;
	clear: both;
	overflow: hidden;
}
#main .courseDate-detail{
	float: left;
	width: 50%;
}
#main .courseDate-section dl{
	width: 100%;
	margin-bottom: 4px;
	display: table;
}
#main .courseDate-section dl dt{
	background-color: #e0e0e0;
	display: table-cell;
	vertical-align: top;
	padding: 8px;
	width: 120px;
}
#main .courseDate-section dl dd{
	display: table-cell;
	vertical-align: top;
	padding: 8px;
}

#main .coursPhoto-section .photo-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-left: -20px;
}
#main .coursPhoto-section .photo-list article{
	width: calc((100% / 3) - 20px);
    margin: 0px 0px 45px 20px;
}
#main .coursPhoto-section .photo-list article h3{
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}
#main .coursPhoto-section .photo-list article .point-img{
	margin-bottom: 10px;
}
#main .coursPhoto-section .photo-list article .point-img img{
	width: 100%;
}
@media all and (max-width: 1000px){
#main .coursPhoto-section .photo-list,
#main .coursPhoto-section .photo-list article{
	width: 100%;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

}
@media all and (max-width: 640px){
#main .courseDate-detail{
	float: none;
	width: 100%;
}
#main .courseDate-section dl,
#main .courseDate-section dl dt{
	width: 100%;
	margin-bottom: 0px;
	display: block;
}
}

/* info css
----------------------------------------- */
#contents #main ul.entry-date{
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 50px 0px;
	border-top: #CCC dotted 1px;
	clear: both;
}
#contents #main ul.entry-date li{
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-image: none;
	display: inline;
}
#contents #main .entry-article{
	margin-bottom: 40px;
	overflow: hidden;
}
#contents #main .entry-article p.more{
	text-align: center;
}
#contents #main .wp-pagenavi{
	margin: 70px 0px 20px;
	text-align: center;
}
#contents #main .wp-pagenavi .pages{
	display: none;
}
#contents #main .wp-pagenavi .current,
#contents #main .wp-pagenavi a{
	color: #FFF;
	margin-right: 10px;
	padding: 15px 20px;
	border: none;
	display: inline-block;
}
#contents #main .wp-pagenavi .current{
	font-size: 100%;
	font-weight: bold;
	background-color: #589EE4;
}
#contents #main .wp-pagenavi a{
	background-color: #3D7FC3;
	text-decoration: none;
}
#contents #main .wp-pagenavi a:hover{
	background-color: #009999;
}


/* contact css
----------------------------------------- */
#contents .contact #main form table th{
	vertical-align: middle;
}
#contents .contact #main form input[type="text"],
#contents .contact #main form input[type="email"],
#contents .contact #main form textarea{
	/*width: calc(100% - 12px);*/
	border: 1px solid #CCC;
	padding: 5px;
}
#contents .contact #main #privacy-area{
	height: 160px;
	margin: 0px;
	padding: 10px;
	border: #CCCCCC solid 1px;
	overflow: auto;
}
#contents .contact #main form p.submit-button{
	text-align: center;
}
#contents .contact #main form p.submit-button button,
#contents .contact #main form p.submit-button input[type="submit"]{
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 30px;
	background-color: #0084AB;
	border: #0084AB solid 1px;
	line-height: 1.6;
	cursor: pointer;
}
#contents .contact #main form p.submit-button button:hover,
#contents .contact #main form p.submit-button input[type="submit"]:hover{
	background-color: #00ABDD;
	border: #00ABDD solid 1px;		
}