/* メインコード */
body {
	width: 100%;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#header {
	width: 100%;
	position: absolute;
	background: #FFFFFF;
	z-index: 999;
	background-color: rgb(255,255,255,0.8);
}

.header-wrap {
	width: 100%;
    max-width: 1360px;
	margin: 0 auto;
	height: 80px;
	text-align: left;
	position: relative;
}

.logo {
	position: relative;
	padding: 10px 0 0 10px;
	display: inline-block;
}

.globalnavi {
	position: relative;
	padding: 0;
	margin: 0;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-end;
	float: right;
	bottom: -35px;
	margin-right: 20px;
	box-sizing: border-box;
}

#header ul li {
	position: relative;
	box-sizing: border-box;
	padding: 0 40px 0 0;
	font-size: 18px;
	font-weight: bold;
}

#header ul li a:link,
#header ul li a:visited {
	color: #669900;
}

#header ul li a:hover,
#header ul li a:active {
	color: #999999;
	text-decoration: none;
}

#header ul li:last-of-type {
	padding-right: 0;
}

.search {
	box-sizing: border-box;
	background: #330000;
	width: 250px;
	height: 80px;
	padding: 20px;
	padding-top: 25px;
	position: relative;
	right: 0;
	float: right;
}

.gsc-search-button-v2 {
	display: none!important;
}

table.gsc-search-box td.gsc-input {
    padding-right: 0!important;
}

.contents {
	text-align: left;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#footer {
	width: 100%;
	position: relative;
	padding: 80px 0 20px;
	text-align: center;
}

#footer img {
	padding-bottom: 30px;
	border-bottom: dotted 1px #009999;
	margin-bottom: 30px;
}

#footer p {
	padding-bottom: 60px;
}

#footer em {
	display: block;
	padding-bottom: 10px;
	font-size: 12px;
}


#footer span {
	font-size: 12px;
}


/* タイトル・文字 */
.title01 {
	color: #000;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 7px;
	padding-bottom: 20px;
	transform: rotate(0.05deg);
}

.title01 span {
	letter-spacing: 1px;
	display: block;
	font-size: 22px;
}


.title02 {
	color: #000;
	font-size: 26px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 7px;
	padding-bottom: 10px;
	transform: rotate(0.05deg);
}

.title03 {
	color: #009999;
	font-size: 23px;
	font-weight: 500;
	line-height: 100%;
	padding-bottom: 10px;
	transform: rotate(0.05deg);
}

.txt-center {
	text-align: center;
}


/* ローカル：メインイメージ */
.main_image {
    width: 100%;
    min-height: 520px;
    height: calc(100vh - 50px);
	position: relative;
}

.mainimg-shima {
	background: #CCC url(../introduction/shima/img/mainimg_shima.jpg) no-repeat center center;
	background-size: cover;
}

.mainimg-shima h1 {
	position: absolute;
	top: 150px;
	left: 10%;
}

.mainimg-kaminoyama {
	background: #CCC url(../introduction/kaminoyama/img/mainimg_kaminoyama_new.jpg) no-repeat center center;
	background-size: cover;
}

.mainimg-kaminoyama h1 {
	position: absolute;
	bottom: 100px;
	left: 10%;
}

.mainimg-gifu {
	background: #CCC url(../introduction/gifu/img/mainimg_gifu.jpg) no-repeat center center;
	background-size: cover;
}

.mainimg-gifu h1 {
	position: absolute;
	bottom: 100px;
	left: 10%;
}

.mainimg-tokorozawa {
	background: #CCC url(../introduction/tokorozawa/img/mainimg_tokorozawa.jpg) no-repeat center center;
	background-size: cover;
}

.mainimg-tokorozawa h1 {
	position: absolute;
	bottom: 80px;
	left: 10%;
}

/* ホーム */
.news-cover {
	background: #A8CCAD;
	padding-top: 100px;
	padding: 60px 0 40px;
}

.news dl{
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #000000;
}

.news dt{
	width:220px;
	float:left;
	margin-bottom: 20px;
	display: inline;
	vertical-align: middle;
	font-size: 15px;
	color: #336600;
}

.news dt span {
	box-sizing: border-box;
	background: #000000;
	vertical-align: middle;
	display: inline;
	color: #FFFFFF;
	border-radius: 12px;
	font-size: 11px;
	padding: 4px 25px;
	line-height: 100%;
	margin-right: 20px;
}

.news dd{
	color: #000000;
	margin-bottom: 20px;
}

.news dd a:link,
.news dd a:visited {
	text-decoration: none;
	color: #000000;
}

.news dd a:hover,
.news dd a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.news dl::after {
    content: '';
    display: block;
    clear: both;
}

.past-news {
	padding-top: 10px;
	display: block;
	text-align: right;
}

.past-news:link,
.past-news:visited {
	text-decoration: none;
	color: #000000;
}

.past-news:hover,
.past-news:active {
	text-decoration: none;
	color: #FFFFFF;
}

.home-about-cover {
	padding: 180px 0 300px;
	position: relative;
	width: 100%;
	background: url(../img/home_about_back_top.png) no-repeat top center,
	url(../img/home_about_back_bottom.png) no-repeat bottom center #CAE4C3;
}

.home-about {
	text-align: center;
}

.home-about a {
	font-size: 14px;
	border-radius: 15px;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: inline-block;
	padding: 10px 70px;
	margin-top: 80px;
}

.home-about a:link,
.home-about a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background: #A8624E;
}

.home-about a:hover,
.home-about a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #339999;
}

.home-katsudo-cover {
	padding: 150px 0 230px;
	position: relative;
	width: 100%;
	background: url(../img/home_katsudo_back_bottom.png) no-repeat bottom center #EDEAAC;
}

.home-katsudo {
	width: 100%;
	text-align: center;
}

.home-katsudo-graph01 {
	padding-top: 60px;
}

.home-katsudo-list {
	padding-bottom: 80px;
}

.home-katsudo-list li {
	padding-top: 80px;
}

.home-katsudo-list li p {
	display: block;
}


.home-katsudo-list img {
	width: 600px;
	height: auto;
	border-radius: 20px;
}

.home-katsudo-list li:nth-child(odd) img{
	float: left;
	margin-right: 40px;

}

.home-katsudo-list li:nth-child(even) img{
	float: right;
	margin-left: 40px;
}

.home-katsudo-list li:nth-child(odd) h4 {
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.home-katsudo-list li:nth-child(even) h4 {
	font-size: 30px;
	height: 80px;
	line-height: 80px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
}

.home-katsudo-list li:nth-child(odd) h4 img {
	width: 80px;
	height: 80px;
	display: block;
	margin-right: 20px!important;
}

.home-katsudo-list li:nth-child(even) h4 img {
	width: 80px;
	height: 80px;
	float: left;
	display: block;
	margin: 0 20px 0 0!important;
}

.home-katsudo-list a {
	font-size: 14px;
	border-radius: 15px;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 50px;
	margin-top: 40px;
}

.home-katsudo-list a:link,
.home-katsudo-list a:visited {
	text-decoration: none;
	color: #000;
	background: #C1DD97;
}

.home-katsudo-list a:hover,
.home-katsudo-list a:active {
	text-decoration: none;
	color: #000;
	background: #CCCCCC;
}

.home-guide-cover {
	padding: 160px 0 30px;
	background: url(../img/home_guide_back_top.png) no-repeat top center #C1DD97;
}

.home-guide {
	text-align: center;
	padding-bottom: 120px;
}

.home-guide a {
	font-size: 14px;
	border-radius: 15px;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: inline-block;
	padding: 10px 70px;
	margin-top: 40px;
}

.home-guide a:link,
.home-guide a:visited {
	text-decoration: none;
	color: #FFFFFF;
	background: #A8624E;
}

.home-guide a:hover,
.home-guide a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #339999;
}

/* ガイド紹介スライド */
#slider-guide {
	height: 400px;
}

#slider-guide .slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

#slider-guide div a img {
	max-width: 300px;
	height: auto;
	border-radius: 15px;
}

/* 紹介ページ */
.back_introduction {
	background: url(../introduction/img/introduction_back.png) no-repeat top center #C0E286;
	padding-top: 220px;
	padding-bottom: 40px;
}

.chiiki-list {
	padding-top: 30px;
}

.chiiki-list ul {
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.chiiki-list ul li {
	border-radius: 10px;
	background: #FFFFFF;
	width: 47%;
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	position: relative;
}

.chiiki-list ul li:nth-child(odd){
	margin-right: 6%;
}

.chiiki-list ul li span {
	font-size: 24px;
	line-height: 100%;
	display: block;
	padding: 20px 20px 0;
	transform: rotate(0.05deg);
}

.chiiki-list ul li p {
	font-size: 100%;
	padding: 10px 20px 20px;
}

.chiiki-list-img01 {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	border-radius: 10px 10px 0 0;
}

.chiiki-list-img02 {
	position: absolute;
	top: 290px;
	left: -20px;
}

.chiiki-list ul li a:link,
.chiiki-list ul li a:visited {
	text-decoration: none;
}

.chiiki-list ul li a:hover,
.chiiki-list ul li a:active {
	text-decoration: none;
}

.chiiki-list ul li a:link span,
.chiiki-list ul li a:visited span {
	color: #0066CC;
	text-decoration: none;
}

.chiiki-list ul li a:hover span,
.chiiki-list ul li a:active span {
	color: #AAA;
}

.chiiki-list ul li a:link p,
.chiiki-list ul li a:visited p {
	color: #000;
}

.chiiki-list ul li a:hover p,
.chiiki-list ul li a:active p {
	color: #AAA;
}

.introduction {
	margin-top: 20px;
	padding-top: 50px;
	position: relative;
	width: 100%;
	background: url(../introduction/img/program_back_top.png) no-repeat top center,
	url(../introduction/img/program_back_middle.png) no-repeat center 350px;
}

.program-top-image {
	position: absolute;
	right: -100px;
	top: -30px;
}

.introduction-list {
	margin-top: 50px;
}

.introduction-list ul {
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
	margin-bottom: 30px;
}

.introduction-list ul li {
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	position: relative;
	padding-bottom: 50px;
}

.introduction-list ul li:nth-child(even){
	width: 70%;
}

.introduction-list ul li:nth-child(odd){
	width: 200px;
}

.intro_subimg_bottom {
	border-radius: 20px;
	margin-bottom: 20px;
}

.introduction-guide {
	margin-top: 20px;
}

.introduction-guide ul {
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
	margin-bottom: 30px;
}

.introduction-guide ul li {
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	position: relative;
	padding-bottom: 50px;
}

.introduction-guide ul li:nth-child(odd){
	width: 40%;
}

.introduction-guide ul li:nth-child(even){
	width: 60%;
	padding-left: 30px;
	box-sizing: border-box;
}

.introduction-guide ul li p span {
	display: block;
	line-height: 100%;
	font-size: 16px;
	padding: 10px 0 0 0;
}

.introduction-guide ul li img{
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}

.intro-program-title {
	background: #663300;
	font-size: 14px;
	border-radius: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	display: inline-block;
	padding: 3px 10px;
}

.program table{
	margin-top: 30px;
	margin-bottom: 80px;
	width: 100%;
	border-collapse: collapse;
	border: solid 2px white;
}

.program table th{
	box-sizing: border-box;
	position: relative;
	width: 30%;
	background-color: #66CCCC;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 20px;
	border-top: solid 2px white;
	border-left: solid 2px white;
}

.program table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 20px;
 	border-bottom: solid 2px white;
	border-right: solid 2px white;
}

.program-photo-list ul {
	width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.program-photo-list ul li {
	width: 48%;
	box-sizing: border-box;
	text-align: left;
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}

.program-photo-list ul li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 10px;
}

.program-photo-list ul li:nth-child(odd){
	margin-right: 4%;
}


.back_green_program {
	background:url(../introduction/img/program_back.png) no-repeat top center #C0E286;
	padding-top: 220px;
	padding-bottom: 40px;
}


/* クアオルトキャンパスとは */
.about {
	padding-top: 330px;
	padding-bottom: 100px;
	position: relative;
	width: 100%;
	background:url(../about/img/about_back_top.png) no-repeat top center #C0E286;
}

.about-img01 {
	float: right;
	padding: 0 50px 50px 50px;
}

.about-img01-mobile {
	display: none;
}

.about-img02 {
	float: left;
	padding: 0 50px 50px 50px;
}

.about-img02-mobile {
	display: none;
}

.txt-button {

}

.txt-button a:link,
.txt-button a:visited {
	padding: 5px 20px;
	border-radius: 15px;
	background: #009966;
	color: #FFFFFF;
	margin-top: 20px;
	text-decoration: none;
	display: inline-block;
}

.txt-button a:hover,
.txt-button a:active {
	background: #DDD;
	color: #009966;
	text-decoration: none;
}


/*　トップページスライダー　*/
#slide_wp {
    width: 100%;
    min-height: 600px;
    height: calc(100vh - 50px);
	position: relative;
	background: #FFFFFF;
}

#slide_wp h1 {
	position: absolute;
	top: 150px;
	left: 60px;
	z-index: 99999;
	opacity: 0.8;
}

#slide_wp h2 {
	position: absolute;
	bottom: 100px;
	right: 80px;
	z-index: 99999;
}

#slider {
	position: absolute;
    width: 100%;
    overflow: hidden;
}

#slider div {
	position: relative;
	display: block;
	min-height: 600px;
	height: calc(100vh - 50px);
	outline: none;
}

#slider div p {
	position: absolute;
	right: 20px;
	text-align: right;
	top: 100px;
	font-size: 14px;
}

#slider ul.slick-dots {
	position: absolute;
    bottom: 30px;
    z-index: 1001;
    padding: 0;
    width: 100%;
    text-align: center;
}

ul.slick-dots li {
    display: inline-block;
}

ul.slick-dots li button {
	background: none;
	border: solid 2px #fff;
	border-radius: 6px;
	width: 12px;
	height: 12px;
	padding: 4px;
	margin: 7px;
    position: relative;
    text-indent: -9999px;
	outline: none;
}

ul.slick-dots li.slick-active button {
	background: #FFFFFF;
}


#slider div:nth-child(1) {
	background: url(../img/mainimg02.jpg) center center / cover;
}

#slider div:nth-child(2) {
	background: url(../img/mainimg05_new.jpg) center center / cover;
}

#slider div:nth-child(3) {
	background: url(../img/mainimg04.jpg) center center / cover;
}

#slider div:nth-child(4) {
	background: url(../img/mainimg03.jpg) center center / cover;
}





/* 検索結果 */
.search-result {
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
}

/* お問い合わせ */
.contact {
	padding-top: 150px;
	padding-bottom: 100px;
	position: relative;
}

.sub_title {
	padding-top: 30px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 2px solid #999;
	margin-bottom: 10px;
}

.contact_box {
	padding: 20px;
}

.contact_box p {
	padding-top: 10px;
}

.contact_box h6 {
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 40px;
	padding-bottom: 0;
	transform: rotate(0.05deg);
	font-weight: bold;
	padding-top: 0;
	line-height: 100%;
	display: inline;
}

.contact_box h6 a:link,
.contact_box h6 a:visited {
	color: #000000;
}

.contact_box h6 a:hover,
.contact_box h6 a:active {
	color: #000000;
	text-decoration: none;
}

.contact_box span {
	color: #009933;
	display: block;
	font-size: 24px;
}

.contact_box div {
	margin-bottom: 10px;
}

.contact_box div a:link,
.contact_box div a:visited {
	padding: 5px 20px 5px 45px;
	background: #6276ad url(img/arrow_white.png) 15px 7px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.contact_box div a:hover,
.contact_box div a:active {
	padding: 5px 20px 5px 45px;
	background: #339900 url(img/arrow_white.png) 15px 7px no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

/* エントリーフォーム */
.entryform {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.entryform th {
	width: 25%;
	box-sizing: border-box;
	background: #F4F5DC;
	padding: 20px 20px;
	color: #000;
	line-height: 150%;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.entryform td {
	width: 75%;
	box-sizing: border-box;
	padding: 20px 20px;
	line-height: 150%;
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.entryform td textarea {
	width: 100%;
	box-sizing: border-box;
}

.entryform td p {
	transform: none;
}

.submit-button {
	text-align: center;
	border-radius: 15px;
	color: #FFFFFF;
	background: #009999;
	padding: 10px 50px;
	font-size: 20px;
	transform: none;
	box-shadow: 0;
	border: 1px solid #CCCCCC;
	margin: 20px 0 50px;
}

.submit-button:hover {
	color:#000000;
	background: #CCCC00;
}