﻿@charset "utf-8";

/* =================================================
 * font
 * ================================================*/

@font-face {
  font-family: AudiType;
  src: url("../fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeBold;
  src: url("../fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedNormal;
  src: url("../fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedItalic;
  src: url("../fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendBold;
  src: url("../fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
  font-family: AudiTypeExtendedBoldItalic;
  src: url("../fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.aten {
  font-family: AudiTypeExtendedNormal;
  font-weight: normal !important;
}
.ateb {
  font-family: AudiTypeExtendBold !important;
  font-weight: normal !important;
  padding: 0;
}
.block_width_wrap {
  width: 1060px;
  margin: 0 auto;
}
.block_width_inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .block_width_wrap {
    width: auto;
  }
  .block_width_inner {
    width: 100%;
    padding: 0 15px;
  }
}
#main {
  width: auto;
  padding: 0 0 30px;
}
.hero_wrap {
  position: relative
}
.hero_wrap_title {
  width: 1020px;
  margin: 45px auto 0;
  line-height: 1.25;
}
.title_top {
  font-size: 27px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.title_midle {
  font-size: 35px;
  line-height: 1.35;
  margin-bottom: 15px;
}
.title_bottom {
  font-size: 24px;
  line-height: 1.6;
}
.section__0 {
	margin-bottom: 25px;
}
.section__1 {
	margin-bottom: 50px;
}
.section__2 {
	margin-bottom: 80px;
}
.section__3 {
	margin-bottom: 100px;
}
.section__4 {
	margin-bottom: 60px;
}
.section__5 {
	margin-bottom: 60px;
}
.title_h3 {
	font-size: 23px;
  line-height: 1.8;
}
.title_1 {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}
.title_2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.txt_lead {
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 15px;
}
.txt_1 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
}
.txt_1_c {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.txt_2 {
  font-size: 18px;
  font-weight: bold;
}
.txt_3 {
	font-size: 21px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.txt_4 {
  font-size: 17px;
  line-height: 2.3;
}
.txt_5 {
  font-size: 20px;
}
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_wrap.reverse {
  flex-direction: row-reverse;
}
.col3 {
  width: calc(95%/3);
  margin: 0 0 30px;
}
.col2 {
  width: 46%;
}
.flex_wrap_inner_w50 {
  width: 48%;
}
.border_r {
  border-right: 1px solid #000;
}
.flex_wrap_inner_w55 {
  width: 51%;
}
.flex_wrap_inner_w45 {
  width: 45%;
}
.flex_wrap_inner_w60 {
  width: 54%;
}
.flex_wrap_inner_w40 {
  width: 43%;
}
.dl_1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 18px;
  margin: 20px auto 25px;
}
.dl_1:nth-last-child(1) {
	margin-bottom: 0;
}
.dl_1 dt {
	font-weight: bold;
	width: 15%;
  font-size: 17px;
}
.dl_1 dd {
	font-weight: normal;
	width: 85%;
  font-size: 17px;
  line-height: 1.8;
	margin-bottom: 30px;
}
.dl_1 dd.wrap  {
	display: flex;
	flex-wrap: wrap;
}
.dl_1 dd.wrap .inner_1 {
  width: 18%;
}
.dl_1 dd.wrap .inner_2 {
  width: 82%;
}
.flex_wrap_80 {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
}
.dl_1 dd.day {
	font-weight: normal;
	width: 60%;
  font-size: 17px;
  line-height: 1.8;
	margin-bottom: 30px;
}
.dl_1 dd .cap {
	font-weight: normal;
	/* width: 40%; */
  font-size: 12px;
  line-height: 1.7;
  margin-top: 5px;
  display: inline-block;
}
.cap1 {
	display: block;
  font-size: 15px;
  line-height: 1.8;
}
.cap2 {
  font-size: 12px;
  margin-top: 20px;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  opacity: .7;
}
.list_1 {
  margin-bottom: 30px;
}
.list_1 li {
  font-size: 18px;
  margin: 10px 10px 0;
}

/*section__list*/
.section__list li {
  display: inline-block;
  margin-bottom: 3px;
}
.section__list li:after {
  display: inline-block;
  content: "/";
  margin: 0 2px 0 5px;
}
.section__list li:nth-last-child(1):after {
  content: "";
  margin: 0;
}
.arrow_d li:after {
	display: none;
}
.arrow_d li a {
	vertical-align: middle;
	font-size: 17px;
	margin-right: 30px;
}
.arrow_d li a:hover {
	text-decoration: none;
	opacity: .7;
}
.arrow_d li a:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 8px;
  height: 9px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translate(-50%, -50%) rotate(45deg);
  margin: 6px 0 0 12px;
}
.contents {
	margin-bottom: 75px;
}
.bg_g {
	background: #e4e4e4;
  width: 1100px;
  margin: auto;
	padding: 60px 20px;
}
.bg_img {
  position: relative;
  width: 1100px;
  margin: auto;
  background: #fff;
}
.bg_img img {
  opacity: 0.3;
}
.bg_txt {
  font-size: 18px;
  line-height: 2.2;
  color: #000;
  position: absolute;
  top: 0%;
  padding: 40px;
}
.bg_title {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.bg_btn a {
  position: absolute;
  bottom: 28%;
  left: 60px;
  display: inline-block;
  width: 35%;
  font-size: 18px;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
}
.bg_btn a:hover {
  opacity: 0.7;
}
/* .bg_btn a:after {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 0 1px 15px;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	-webkit-transform: translateX(0) rotate(-45deg);
	transform: translateX(0) rotate(-45deg);
} */
.bnr {
  position: relative;
  margin-bottom: 30px;
}
a img:hover {
  opacity: .8;
}
.bnr_txt_1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px #000;
  position: absolute;
  top: 11%;
  left: 40px;
}
.bnr_txt_2 {
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 0 10px #000;
  position: absolute;
  top: 8%;
  left: 40px;
}
.bnr_btn a {
  position: absolute;
  top: 41%;
  left: 40px;
  display: inline-block;
  width: 35%;
  font-size: 18px;
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 15px;
}
.bnr_btn a:hover {
  opacity: 0.85;
}
.border_1 {
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 70px auto 80px;
}

.sp {
  display: none;
}

/* media screen=================================================================*/
@media screen and (max-width:640px) {
  .hero_wrap_title {
    width: auto;
    margin: 25px auto 10px;
    color: #000000;
    font-size: 10px;
  }
  .hero_wrap img {
    width: 100%;
  }
  .title_top {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .title_midle {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 25px;
  }
  .title_bottom {
    font-size: 17px;
    line-height: 1.6;
  }

  .txt_lead {
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 10px;
  }
  .title_h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .title_1 {
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .title_2 {
    font-size: 20px;
    line-height: 1.7;
  }
  .txt_1 {
    font-size: 18px;
    line-height: 1.6;
  }
  .txt_1_c {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
  }
  .txt_3 {
    font-size: 17px;
    line-height: 1.6;
  }
  .txt_4 {
    font-size: 17px;
  }
  .txt_5 {
    font-size: 18px;
  }

  .flex_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col3 {
    width: 100%;
    margin: 0 0 20px;
  }
  .col3:nth-child(2n+1) {
    margin-right: 0;
  }
  .col2 {
    width: 100%;
  }
  .flex_wrap_inner_w50 {
    width: 100%;
    margin-bottom: 30px;
  }
  .flex_wrap_inner_w55 {
    width: 100%;
    margin-bottom: 10px;
  }
  .flex_wrap_inner_w45 {
    width: 100%;
  }
  .flex_wrap_inner_w60 {
    width: 100%;
    margin-bottom: 20px;
  }
  .flex_wrap_inner_w40 {
    width: 100%;
    margin-bottom: 20px;
  }
  .dl_1 {
    display: flex;
    flex-wrap: wrap;
    font-size: 17px;
    margin: 20px auto 0;
  }
  .dl_1 dt {
    width: 100%;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .dl_1 dd {
    font-weight: normal;
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
  .dl_1 dd.wrap  {
    display: flex;
    flex-wrap: wrap;
  }
  .dl_1 dd.wrap .inner_1 {
    width: 36%;
    font-size: 1.3rem;
  }
  .dl_1 dd.wrap .inner_2 {
    font-size: 1.3rem;
    width: 64%;
    margin-bottom: 10px;
  }
  .flex_wrap_80 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .dl_1 dd.day {
    font-weight: normal;
    width: 100%;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 0px;
  }
  .dl_1 dd.cap {
    font-weight: normal;
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .cap1 {
    display: inline-block;
    font-size: 15px;
    margin-top: 5px;
  }
  .list_1 {
    margin-bottom: 30px;
  }
  .list_1 li {
    font-size: 17px;
    margin: 5px 10px 0;
  }
  /*section__list*/
  .section__list li {
    display: inline-block;
    margin-bottom: 10px;
  }
  .section__list li:after {
    display: inline-block;
    content: "/";
    margin: 0 2px 0 5px;
  }
  .section__list li:nth-last-child(1):after {
    content: "";
    margin: 0;
  }
  .arrow_d li:after {
    display: none;
  }
  .arrow_d li a {
    vertical-align: middle;
    font-size: 17px;
    margin-right: 30px;
  }
  .arrow_d li a:hover {
    text-decoration: none;
    opacity: .7;
  }
  .arrow_d li a:after {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 8px;
    height: 9px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: translate(-50%, -50%) rotate(45deg);
    margin: 6px 0 0 15px;
  }

  .arrow_d li a:hover {
    text-decoration: none;
    opacity: 1;
  }

  .contents {
    margin-bottom: 75px;
  }
  .title_h3 {
    font-size: 20px;
  }
  .section__1 {
    margin-bottom: 50px;
  }
  .section__2 {
    margin-bottom: 50px;
  }
  .section__2 h3 {
    margin: 10px 0;
  }
  .section__2 dl {
  display: block;
  }
  .section__3 {
    margin-bottom: 60px;
  }
  .section__4 {
    margin-bottom: 30px;
  }
  .section__5 {
    margin-bottom: 40px;
  }

  .bg_g {
    background: #e4e4e4;
    width: 100%;
    margin: auto;
    padding: 30px 0 40px;
  }
  .bg_img {
    position: relative;
    width: 100%;
    margin: auto;
    background: #fff;
  }
  .bg_img img {
    opacity: 0.3;
  }
  .bg_txt {
    font-size: 17px;
    line-height: 1.8;
    color: #000;
    position: absolute;
    top: 0;
    padding: 35px 20px 20px;
  }
  .bg_title{
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .bg_btn a {
    position: absolute;
    bottom: 6%;
    left: 6%;
    display: inline-block;
    width: 88%;
    font-size: 17px;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 12px;
    border: 1px solid #000;
  }
  .bg_btn a:hover {
    opacity: 0.7;
  }
  /* .bg_btn a:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 0 1px 15px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
  } */
  .bnr {
    position: relative;
  }
  .bnr img:hover {
    opacity: .8;
  }
  .bnr_txt_1 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px #000;
    position: absolute;
    top: 3%;
    left: 15px;
  }
  .bnr_txt_2 {
    font-size: 18px;
    line-height: 1.35;
    color: #fff;
    text-shadow: 0 0 10px #000;
    position: absolute;
    top: 4%;
    left: 15px;
  }
  .bnr_btn a {
    position: absolute;
    top: 45%;
    left: 5%;
    display: block;
    width: 90%;
    margin: auto;
    font-size: 17px;
    background: #fff;
    color: #000;
    text-align: center;
    text-decoration: none;
    padding: 12px 10px 10px;
  }
  .bnr_btn a:hover {
    opacity: 0.85;
  }
  /* .bnr_btn a:after {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 0 1px 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translateX(0) rotate(-45deg);
    transform: translateX(0) rotate(-45deg);
  } */
  .border_1 {
    border-bottom: 1px solid #000;
    width: 90%;
    margin: 50px auto 60px;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 340px) {
  .bg_txt {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    position: absolute;
    top: 0;
    padding: 20px;
  }
  .bnr_btn a {
    top: 61%;
  }  
}


.endtitle_top {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  display: inline-block;
  margin: 35px auto -10px;
}
@media screen and (max-width: 640px) {
  .endtitle_top {
    margin: 20px auto 5px;
  }
}

/* course_table */
.course_table {
  width: 100%;
  /* margin-top: 5px; */
}
.course_table td {
  font-size: 16px;
  line-height: 1.8;
  padding: 10px;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #000;
}
.course_table td.no1 {
  width: 3%;
}
.course_table td.no2 {
  width: 20%;
}
.course_table td.no3 {
  width: 15%;
}
.course_table td.no4 {
  width: 55%;
}
.center {
  text-align: center;
}

/* spec_table */
.spec_table {
  width: 100%;
}
.spec_table th {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 12px;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #000;
  background: #efefef;
}
.spec_table td {
  font-size: 15px;
  line-height: 1.6;
  padding: 10px 12px;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #000;
}
.spec_table td.model {
  width: 20%;
}
.spec_table td a {
  line-height: 1.5;
  text-decoration: underline;
}
.spec_table td a:hover {
  text-decoration: none;
  opacity: .7;
}
.spec_table td.center {
  text-align: center;
}
.spec_table td.price {
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .scroll_table {
    overflow-x: scroll;
    white-space: nowrap;
    border: solid 1px #ddd;
    padding: 20px 20px;
  }
  .course_table {
    width: 100%;
    margin: 20px auto 10px;
  }
  .course_table td {
    font-size: 15px;
    line-height: 1.8;
    padding: 10px;
    box-sizing: border-box;
    border-collapse: collapse;
    border: 1px solid #000;
  }

}
