@charset "UTF-8";
/* メインイメージ */
.contentpage #main_img {
	background-image: url(../../img/access/main01.jpg);
	margin-bottom: -1px;
}
.contact_flt {
	background: none;
}
/*アクセスマップ
---------------------------------------------------------*/
.access {
	background-image: url(../../img/access/background01.jpg);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: repeat-y;
	padding-top: 50px;
}
.access .lead_box {
	padding-bottom: 60px;
	text-align: center;
	position: relative;
	z-index: 20;
}
.access .lead_box h2 {
	width: 64%;
	margin: 18px auto 0px;
    font-size: 126.66%;
}
.access .inner {
	width: 100%;
}
.access .map_box {
	padding: 0 auto 30px;
}
.access #map_basic {
	width: 100%;
	height: 600px;
}
.access .btn_box {
	margin-top: 65px;
}
.access .btn_box .link_btn {
	width: 361px;
	margin: 0 auto;
	background: url(../../img/access/access_btn.png) left top no-repeat;
	background-size: 361px auto;
	-webkit-transition: all 0.7s ease-out;
	-moz-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}
.access .btn_box .link_btn:hover {
	opacity: 0.7;
}
.access .btn_box .link_btn a {
	display: block;
	color: #423215;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	background: url(../../img/access/point1_img1.png) right 70px center no-repeat;
	background-size: 33px auto;
  padding: 24px 0;
}
.access .address_box {
	width: 100%;
	margin-top: 75px;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.access .address_box .txt_box {
	text-align: left;
	margin: 40px 0 100px 70px;
}
.access .address_box .txt_box ul {
	padding: 0 170px 65px 0;
	background-image: url(../../img/access/back01.png);
	background-position: bottom right;
	background-size: 367px auto;
	background-repeat: no-repeat;
}
.access .address_box .txt_box p {
	font-size: 17px;
	text-align: left;
	line-height: 1.5;
	color: #333333;
}
.access .address_box .txt_box .ttl {
	font-size: 36px;
	color: #333333;
}
.access .address_box .tel_icon {
	display: inline-block;
	width: 53px;
	margin: 25px 10px 0 0;
}
.access .address_box .txt_box .asap {
	display: inline-block;
	font-size: 39px;
	font-family: 'Asap', sans-serif;
	font-weight: 700;  
    font-style: italic;
	color: #489b62;
	margin: 15px 0 0 0;
	letter-spacing: -0.2px;
  line-height: 0.7;
}
.access .address_box .txt_box .asap  .fax{
  line-height: 0.7;    
  display: inline-block;    
  font-size: 22px;
  letter-spacing: 0.04em;
}

.access .address_box .ace {
	margin-top: 10px;
	padding-bottom: 30px;
}
.access .address_box .train_icon {
	display: inline-block;
	width: 24px;
	margin: 10px 10px 0 0;
}
.access .address_box .train_icon+span {
	display: inline-block;
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	margin: 10px 0 0 0;
	color: #333333;
}
.access .address_box .car_icon {
	display: inline-block;
	width: 25px;
	margin: 10px 10px 0 0;
}
.access .address_box .car_icon+span {
	display: inline-block;
	font-size: 16px;
	text-align: left;
	line-height: 1.6;
	margin: 10px 0 0 0;
	color: #333333;
}

.hours {
	background-image: url(../../img/access/background02.png);
	background-size: contain;
	padding: 50px 0 100px 0;
	margin-top: -1px;
	box-shadow: -1px 6px 6px -5px #ababab inset;
}
.hours .lead_box {
	padding-bottom: 40px;
	text-align: center;
	position: relative;
	z-index: 20;
}
.hours .lead_box h2 {
	width: 64%;
	margin: 18px auto 0px;
    font-size: 126.66%;
}

.hours .hours_box {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
.hours .image_box {
	text-align: left;
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 0;
}
.hours .image_box .timetable {
  border-top: 2px solid #489b62;
  border-bottom: 2px solid #489b62;
  width: 510px;
  padding: 23px 0;
}
.hours .image_box .timetable_row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.hours .image_box .timetable_row_head {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}
.hours .image_box .timetable_row_head .timetable_cell{
  width: calc((100% - 135px)/7);
  text-align: center;
}
.hours .image_box .timetable_row_head .timetable_cell_left {
  width: 135px;
}
.hours .image_box .timetable_row_body + .timetable_row_body {
  margin-top: 15px;
}
.hours .image_box .timetable_row_body .timetable_cell {
  width: calc((100% - 135px)/7);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hours .image_box .timetable_row_body .timetable_cell .icn_o {
  width: 15px;
  height: 15px;
  background: #489b62;
  border-radius: 100%;
}
.hours .image_box .timetable_row_body .timetable_cell .icn_t {
  border-right: 9px solid transparent;
  border-bottom: 15px solid #489b62;
  border-left: 9px solid transparent;     
}
.hours .image_box .timetable_row_body .timetable_cell .s_kome {
  display: block;
  position: absolute;
  right: 5px;
  top:0px;
  font-size: 9px;
  line-height: 1.0;
  margin: 0;
  padding: 0;
  color: #e20e0e;
}
.hours .image_box .timetable_row_body .timetable_cell .icn_x {
  width: 13.5px;
  height: 15px;
  background: url(../../img/common/icn_x.png) no-repeat;
  background-size: 13.5px auto;
}
.hours .image_box .timetable_row_body .timetable_cell_left {
  justify-content: flex-end;
  width: 135px;
  color: #454545;
  font-size: 24px;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.hours .image_box .timetable_row_body .timetable_cell_left .tri {
  display: inline-block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #9a9996;
  border-right: none;
  margin: 0 5px;
}
.hours .image_box ul li:nth-child(2) {
	margin: 15px 0 0 0;
}
.hours .image_box span.warn {
	color: #e20e0e;
}
.hours .txt_box {
	background-image: url(../../img/access/txtback01.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	padding: 30px 0;
	width: 555px;
	margin-left: 30px;
}
.hours .txt_box dl {
	width: 463px;
	margin: 0 auto;
}
.hours .txt_box dl dt {
	background-image: url(../../img/access/txtback02.png);
	background-repeat: no-repeat;
	background-size: 463px auto;
	background-position: center center;
	width: 463px;
}
.hours .txt_box dl dt p {
	display: block;
	color: #423215;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	text-align: center;
	padding: 17px 0;
	margin-top: 10px;
}
.hours .txt_box dl dd {
	margin-top: 15px;
}
.hours .txt_box .courses dl dd ul {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
}
.hours .txt_box .courses dl dd ul li {
	width: 30%;
	text-align: left;
	padding-left: 10px;
	line-height: 1.6;
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .hours .hours_box {
    max-width: 1000px;
  }
  .hours .txt_box {
    margin: 20px auto 0;
  }
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.access {
	background-size:auto;
}
.access #map_basic {
	width: 100%;
	height: 400px;
}
.access .w1360 {
}
.info #access #map_canvas {
	height: 300px;
	margin: 5% 0 3%;
}
.hours .txt_box {
}
.hours .txt_box dl dt {
	width: 90%;
	margin: 0 auto;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.access {
	background-size:auto;
} 
.access .lead_box h2 {
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
}
.access #map_basic {
	width: 100%;
  height: 120vw;	
}
.access .w1360 {
	margin-bottom: 0%;
}
.access .btn_box {
	margin-top: 8%;
}
.access .btn_box .link_btn {
	width: 92%;
	max-width: 361px;
}
.access .btn_box .link_btn a {
	background: url(../../img/access/point1_img1.png) right 30px center no-repeat;
	background-size: 33px auto;
}
.access .address_box .image_box {
	width: 92%;
	margin: 0 auto;
}
.access .address_box .txt_box {
	margin: 40px auto 70px;
}
.access .address_box .txt_box ul {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-size: 50% auto;
}
.access .address_box .txt_box .ttl {
	font-size: 32px;
}
.access .address_box .txt_box p {
	text-align: center;
	margin-bottom: 10px;
}
.access .address_box .train_icon+span {
	margin: 11px 0 0 0;
}
.access .address_box .car_icon+span {
	margin: 11px 0 0 0;
}
.access .address_box .ace {
	width: 92%;
	margin: 0 auto;
}
.hours {
	padding-bottom: 60px;
}
.hours .txt_box {
	width: 92%;
	margin: 20px auto 0;
	background-size: auto 100%;
}
.hours .txt_box dl {
	width: 100%;
}
.hours .txt_box dl dt {
	width: 92%;
	margin: 0 auto;
	background-size: 90% auto;
}
.hours .txt_box .courses dl dd ul li {
	width: 40%;
	padding: 0;
}
.hours .txt_box dl dd {
	padding-bottom: 10px;
}
}

@media only screen and (max-width: 619px) {
  .hours .image_box  {
    width: 95%;
    margin: 0 auto;
  }
  .hours .image_box .timetable {
    width: auto;
    padding: 18px 0;
    margin: 0 auto;
  }
  .hours .image_box .timetable_row_head {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .hours .image_box .timetable_row_head .timetable_cell,
  .hours .image_box .timetable_row_body .timetable_cell {
    width: calc((100% - 90px)/7);
  }
  .hours .image_box .timetable_row_head .timetable_cell_left {
    width: 90px;
  }
  .hours .image_box .timetable_row_body .timetable_cell_left {
    width: 90px;
    font-size: 16px;
  }
  .hours .image_box .timetable_row_body .timetable_cell .icn_o {
    width: 12px;
    height: 12px;
  }
  .hours .image_box .timetable_row_body .timetable_cell .icn_x {
    background-size: 10.8px auto;
    width: 10.8px;
    height: 12px;
  }
  .hours .image_box .timetable_row_body .timetable_cell_left .tri {
    border-width: 3px;
    margin: 0 3px;
  }
}

/*メインイメージ
---------------------------------------------------------*/
#main_img {
	position: relative;
	margin-bottom: 100px;
	height: 400px;
}
#main_img::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 80px;
	left: 0;
	bottom: -1px;
	background-size: 100% 100%;
}
#main_img .m_slide {
	position: relative;
	z-index: 0;
}
#main_img .abs_img_area {
	position: relative;
}
#main_img .l_img {
	position: absolute;
	width: 29%;
	max-width: 395px;
	z-index: 5;
	top: 0;
	left: 0;
}
#main_img .r_img {
	position: absolute;
	width: 25%;
	width: 23%;
	max-width: 393px;
	z-index: 5;
	right: 0;
	top: 0;
}
#main_img .w1340 {
	position: relative;
}
#main_img .w1340 .abs_box {
	text-align: center;
	position: absolute;
	width: 23%;
	max-width: 393px;
	z-index: 10;
	right: 0;
	top: 0;
}
#main_img .open {
	position: absolute;
	z-index: 11;
	left: 0;
	right: 0;
	bottom: -50px;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
#main_img .m_slide li {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#main_img .m_slide li.slide1 {
	background-image: url(../../img/access/main01.jpg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.info .com_slide_box {
	margin: 5% 0 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.info .com_slide_box {
	margin: 6% 0 10%;
}
  #main_img {
    height: 330px;
  }
#main_img .l_img {
    display: none;
	width: 50%;
}
#main_img .r_img {
    display: none;    
	width: 50%;
}
#main_img .m_slide li {
	height: 330px;
}
}
