@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
header {
  min-height: 100vh;
}

/*------------------------------------------------------------mainphoto*/
#mainimage {
  width: 100%;
  min-height: 100vh;
  background: url("../img/index_img/bg_mainimage.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
}
#mainimage .container {
  width: 100%;
  height: 100%;
}
#mainimage:before {
  content: "";
  width: 100%;
  height: 54px;
  background: url("../img/index_img/mainimage_bottom.png") 0 0 repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#mainimage h2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 0 20px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
#mainimage h2 span img {
  width: 60px;
  height: auto;
}
@media print, screen and (min-width:768px) {
#mainimage h2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  gap: 0 90px;
  padding-top: 200px;
  position: relative;
  z-index: 2;
}
#mainimage h2 span img {
  width: auto;
  height: auto;
}
}
/*------------------------------------------------------------content*/
#greeting {
  background: url("../img/common_img/bg_pattern01.png") left -50px top 30% no-repeat, url("../img/common_img/bg_pattern02.png") right -50px bottom 20px no-repeat;
  background-size: 240px auto, 240px auto;
}
#greeting ul li:not(:last-child) {
  margin-bottom: 20px;
}
#greeting ul li figure {
  margin-top: 10px;
  text-align: center;
}
#greeting ul li figure img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
@media print, screen and (min-width:768px) {
#greeting {
  background: url("../img/common_img/bg_pattern01.png") calc(50% - 580px) 60% no-repeat, url("../img/common_img/bg_pattern02.png") calc(50% + 620px) 100% no-repeat;
  background-size: auto, auto;
}
#greeting ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#greeting ul li:last-child {
  flex-direction: row-reverse;
}
#greeting ul li:not(:last-child) {
  margin-bottom: 40px;
}
#greeting ul li div {
  width: 650px;
}
#greeting ul li figure {
  width: 430px;
}
#greeting ul li figure img {
  width: auto;
  max-width: 490px;
  height: auto;
}
}

#course {
  text-align: center;
  background: #fbf6cd;
}
#course h3 {
  margin-bottom: 20px;
  padding: 60px 0 0;
  line-height: 1.3;
  font-family: 'Zen Old Mincho', serif;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
  background: url("../img/common_img/title_head.png") center top no-repeat;
  background-size: auto 80px;
}
#course .tx span {
  display: inline-block;
}
#course .tx span strong {
  font-size: 1.2em;
}
#course ul.course_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 20px 0;
}
#course ul.course_list > li {
  text-align: left;
}
#course ul.course_list > li .title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 0 0 25px;
}
#course ul.course_list > li .title::before {
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  width: 48px;
  height: 5px;
  content: "";
  background: #f98664
}
#course ul.course_list > li .title::after {
  position: absolute;
  top: 0;
  left: 7px;
  display: block;
  width: 5px;
  height: 48px;
  content: "";
  border: solid 1px #2f2f2f;
}
#course ul.course_list > li .title h4 {
  position: relative;
  display: flex;
  justify-content: space-between;
  line-height: 1.1;
  font-size: 21px;
  font-weight: 500;
}
#course ul.course_list > li .title p {
  line-height: 1.1;
  padding: 2px 10px;
  border-radius: 50px;
  background: #e9dd76;
}
#course ul.course_list > li .detail {
  padding-left: 25px;
}
#course ul.course_list > li .detail h5 {
  margin-bottom: 10px;
  padding: 2px 2px 2px 36px;
  line-height: 1.1;
  font-weight: 700;
  font-size: 17px;
  border-radius: 100px;
  background: url("../img/common_img/icon_ume.png") 10px center no-repeat #6bbaaa;
  background-size: 18px auto;
}
#course ul.course_list > li .detail h5 span {
  display: block;
  padding: 4px 10px;
  border-radius: 100px;
  background: #fff;
}
#course ul.course_list > li .detail ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 0;
}
#course ul.course_list > li .detail ul li {
  position: relative;
  width: 49%;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 17px;
}
#course ul.course_list > li .detail ul li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  background: #f98664;
  transform: rotate(45deg);
}
#course ul.course_list > li figure {
  margin-top: 15px;
  text-align: center;
}
#course ul.course_list > li figure img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
@media print, screen and (min-width:768px) {
#course h3 {
  margin-bottom: 40px;
  padding: 98px 0 0;
	font-size: 40px;
  background: url("../img/common_img/title_head.png") center top no-repeat;
  background-size: auto;
}
#course ul.course_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0;
  margin: 30px 0;
}
#course ul.course_list > li {
  position: relative;
  width: 49%;
  padding-bottom: 265px;
}
#course ul.course_list > li .title {
  margin-bottom: 40px;
  padding: 38px 0 0 50px;
}
#course ul.course_list > li .title::before {
  top: 12px;
  left: 0;
  width: 77px;
  height: 8px;
}
#course ul.course_list > li .title::after {
  top: 0;
  left: 12px;
  width: 8px;
  height: 77px;
}
#course ul.course_list > li .title h4 {
  font-size: 30px;
}
#course ul.course_list > li .title p {
  line-height: 1.1;
  padding: 5px 18px;
  border-radius: 50px;
  background: #e9dd76;
}
#course ul.course_list > li .detail {
  padding-left: 25px;
}
#course ul.course_list > li .detail h5 {
  margin-bottom: 20px;
  font-size: 21px;
}
#course ul.course_list > li .detail h5 span {
  padding: 11px 30px;
}
#course ul.course_list > li .detail ul li {
  font-size: 21px;
}
#course ul.course_list > li .detail ul li::before {
  top: 10px;
}
#course ul.course_list > li figure {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}
#course ul.course_list > li figure img {
  width: auto;
  max-width: 388px;
  height: auto;
}
}


#use {
  background: url("../img/index_img/bg_info.png") center top #e3bce6;
}
#use .flex_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
#use .flex_box h3 {
  width: 60px;
  margin-left: 20px;
}
#use .flex_box h3 img {
  width: 100%;
  max-width: 90px;
  height: auto;
}
#use .flex_box div {
  width: calc(100% - 80px);
  max-width: 260px;
  height: auto;
}
#use .flex_box div ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#use .flex_box div ul li {
  position: relative;
  padding-right: 20px;
}
#use .flex_box div ul li:nth-child(2n) {
  padding-left: 20px;
  padding-right: 0;
}
#use .flex_box div ul li h4 {
  position: absolute;
  right: 40px;
  bottom: 35px;
  line-height: 1.25;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-shadow: 
    rgba(79,78,67,0.2) 1px 1px 2px, rgba(79,78,67,0.2) -1px -1px 2px,/*右下、左上*/
    rgba(79,78,67,0.2) -1px 1px 2px, rgba(79,78,67,0.2) 1px -1px 2px,/*右上、左下*/
    rgba(79,78,67,0.2) 0px 1px 2px, rgba(79,78,67,0.2) 0 -1px 2px,/*右、左*/
    rgba(79,78,67,0.2) -1px 0 2px, rgba(79,78,67,0.2) 1px 0 2px;/*上、下*/
}
#use .flex_box div ul li:nth-child(2n) h4 {
  right: 20px;
}
#use .flex_box div ul li h4 span {
  font-size: 0.8em;
}

#use .flex_box div ul li figure img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width:576px) {
#use .flex_box {
  justify-content: space-between;
  align-items: center;
}
#use .flex_box div {
  width: 430px;
  max-width: 430px;
  height: auto;
}
#use .flex_box div ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
#use .flex_box div ul li {
  width: calc(50% - 20px);
  padding: 0;
}
#use .flex_box div ul li h4 {
  right: 20px!important;
}
#use .flex_box div ul li:nth-child(2n) {
  padding: 0;
}
#use .flex_box div ul li:nth-child(3) {
  margin-left: 20px;
}
}
@media print, screen and (min-width:768px) {
#use .flex_box h3 {
  width: 190px;
  margin-left: 0;
  text-align: center;
}
#use .flex_box div {
  width: 943px;
  max-width: 943px;
  height: auto;
}
#use .flex_box div ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0 62px;
}
#use .flex_box div ul li {
  width: 340px;
  padding: 0;
}
#use .flex_box div ul li h4 {
  right: 30px!important;
  bottom: 48px;
  line-height: 1.25;
  font-size: 30px;
}
#use .flex_box div ul li:nth-child(2n) {
  padding: 0;
}
#use .flex_box div ul li:nth-child(3) {
  margin-left: 201px;
}
}

  
#bus .flex_box figure {
  margin-top: 10px;
  text-align: center;
}
#bus .flex_box figure img {
  width: 100%;
  max-width: 320px;
  height: auto;
}
@media print, screen and (min-width:768px) {
#bus .flex_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#bus .flex_box div {
  width: 710px;
}
#bus .flex_box div p {
  margin-bottom: 1em;
}
#bus .flex_box figure {
  width: 366px;
}
#bus .flex_box  figure img {
  width: auto;
  max-width: 366px;
  height: auto;
}
}
  

/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
}
#news01 dl {
	padding: 0 0 10px 0;
}
#news01 dl dd div.newstitle {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
@media print, screen and (min-width:768px) {
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 100px;
}
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
#news02 .newsbox {
	overflow: hidden;/* for modern browser */
}
#news02 .newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;	
}
#news02 .newsbox .news_text {
	line-height: 1.5;
}
#news02 .newsbox img {
	margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
	font-size: 12px;
}
#news02 .pdf_link {
	margin-top: 10px;
}
#news02 .pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
#news02 .pdf_link li a {
	padding:2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
	text-decoration: none;
}
@media print, screen and (min-width:768px) {
#news02 .newstitle br {
	display:none;
}
}
/*Googlemap*/
#googlemap iframe {
	display: none;
}
.mapbtn {
	background: #666;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100px;
}
.mapbtn a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
}
.mapbtn a:hover {
	text-decoration: underline;
}
@media print, screen and (min-width:768px) {
#googlemap iframe {
	display: block;
}
.mapbtn {
	display: none;
}
}