@charset "utf-8";
/* Campaign CSS */




/* =================================================
 * font
 * ================================================*/

	
@font-face {
	font-family: AudiType;
	src: url("../../../common/fonts/AudiTypeV02-Normal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeBold;
	src: url("../../../common/fonts/AudiTypeV02-Bold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedNormal;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedNormal.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedItalic.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendBold;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBold.woff") format("woff");
}
@font-face {
	font-family: AudiTypeExtendedBoldItalic;
	src: url("../../../common/fonts/AudiTypeV02-ExtendedBoldItalic.woff") format("woff");
}
.atn {
	font-family: AudiType;
	font-weight: normal !important;
}
.atb {
	font-family: AudiTypeBold;
	font-weight: normal !important;
}
.aten {
	font-family: AudiTypeExtendedNormal;
	font-weight: normal !important;
}
.atei {
	font-family: AudiTypeExtendedItalic !important;
	font-weight: normal !important;
	padding: 0;
}
.ateb {
	font-family: AudiTypeExtendBold !important;
	font-weight: normal !important;
	padding: 0;
}
.atebi {
	font-family: AudiTypeExtendedBoldItalic;
	font-weight: normal !important;
	padding: 0;
}
#wrapper {
	position: relative;
	-webkit-text-size-adjust: 100%;
}
.social_wrap {
	margin-top: 25px;
	text-align: right;
	margin-bottom: 25px;
}
.sc-fb {
	display: inline-block;
	margin-right: 13px;
}
.sc-tw {
	display: inline-block;
}
.hero_wrap {
	margin-bottom: 40px;
}
.hero_img {
	width: 100%;
}
.title_content {
	font-size: 42px;
	line-height: 1.6;
	margin-bottom: 35px;
}
.txt_lead {
	font-size: 15px!important;
	line-height: 1.7!important;
	margin-bottom: 15px;
}
.txt_cap {
	font-size: 12px;
}
.iframe_content_wrap {
	overflow: hidden;
	width: 100%;
	height: 700px;
	margin-bottom: 15px;
}
.iframe_content {
	margin: -2px 0 0 -2px;
	width: 100%;
	/*
	height: 540px;
	*/
	height: 700px;
}
a.arrow {
	background: transparent url("../../../img/campaign/arrows.png") no-repeat;
	background-position: 0 center;
	padding-left: 11px;
	cursor: pointer !important;
	vertical-align: top;
}
.btn_wrap {
	width: 100%;
}
.btn_box a {
	display: inline-block;
	width: 52%;
	font-size: 17px;
	color: #fff;
	background: #000;
	padding: 14px 22px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}
.btn_box_2 a {
	display: inline-block;
	width: 95%;
	font-size: 17px;
	color: #fff;
	background: #000;
	padding: 14px 22px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	margin-top: 20px;
}
.btn_box a:hover,
.btn_box_2 a:hover {
	text-decoration: none;
	opacity: .7;
}
.link_txt {
	text-decoration: underline;
}
.link_txt:hover {
	text-decoration: none;
	opacity: .7;
}
/* レイアウト */
.block_section {
	width: 1020px;
	margin: 0 auto;
}
.section_1 {
	margin-bottom: 50px;
}
.section_2 {
	margin-bottom: 35px;
}
.section_3 {
	margin-bottom: 100px;
}
.pagetop {
	position: fixed;
	right: 50px;
}
.sp {
	display: none;
}

@media screen and (max-width:1024px) {
	.pc {
		display: block !important;
	}
}
@media screen and (max-width:640px) {
.hero_wrap {
	margin-bottom: 30px;
}
.title_content {
	font-size: 24px;
	margin-bottom: 25px;
}
.txt_lead {
	font-size: 15px!important;
}
.iframe_content_wrap {
	width: 85%;
	height: 75vh;
	margin: 0 auto 35px;
}
.iframe_content {
	margin: -2px 0 0 -2px;
	height: 75vh;
}
.btn_box a {
	display: block;
	width: 100%;
	padding: 15px;
	margin-bottom: 50px;
}
.btn_box_2 a {
	display: block;
	width: 100%;
}
.btn_box a:hover {
	opacity: 1;
}
/* .btn_box a:after {
	content: "";
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translate(-50%, -50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px
} */

/* レイアウト */
.block_section {
	width: auto;
}
.section_1 {
	margin-bottom: 30px;
}
.section_2 {
	margin-bottom: 35px;
}
.section_3 {
	margin-bottom: 55px;
}
.pagetop {
	right: 15px;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
}

.endtitle_top {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin: 35px auto -10px;
  }
@media screen and (max-width: 640px) {
	.endtitle_top {
		margin: 20px auto 5px;
	}
}
  

/* 本文 */
.title_1 {
	font-size: 2.8rem;
	line-height: 1.5;
	margin-bottom: 10px;
	font-weight: 400;
  }
.title_1_c {
	font-size: 2.8rem;
	line-height: 1.7;
	margin-bottom: 10px;
	text-align: center;
}
.title_2 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 400;
}
.title_h3 {
	font-size: 2.3rem;
	line-height: 1.8;
	font-weight: 400;
}
.dl_1 {
	display: flex;
	flex-wrap: wrap;
	font-size: 16px;
	margin: 20px auto 25px;
  }
  .dl_1:nth-last-child(1) {
		margin-bottom: 0;
  }
  .dl_1 dt {
		font-weight: bold;
		width: 13%;
		font-size: 16px;
  }
  .dl_1 dd {
		font-weight: normal;
		width: 86%;
		font-size: 16px;
		line-height: 1.8;
		margin-bottom: 30px;
  }
  .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: 13px;
		line-height: 1.7;
		margin-top: 5px;
		display: inline-block;
  }
  .flex_wrap {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
  }
	.flex_wrap.center {
		justify-content: center;
	}
	.flex_wrap.start {
		justify-content: flex-start;
	}
  .flex_wrap.reverse {
		flex-direction: row-reverse;
  }
  .flex_wrap_small {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 80%;
		margin: 0 auto 30px;
		align-items: center;
  }
  .parent {
		text-align: center;
  }
  .circle {	
		position: relative;
		display: inline-block;
		width: 180px;
		height: 180px;
		border-radius: 50%;
		border: 1px solid #000;
  }
  .circle p {
		position: absolute;
		display: inline-block;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align:center;
		width: 170px;
}
.ateb {
		font-family: AudiTypeExtendBold !important;
		font-weight: normal !important;
		padding: 0;
}
.dl_2 {
	display: flex;
	flex-wrap: wrap;
}
.dl_2 dt {
	width: 25%;
	font-size: 17px;
}
.dl_2 dd {
	width: 70%;
	font-size: 17px;
	line-height: 1.8;
}
.triangle_1 {
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 40px solid #d1d1d1;
	margin: 0 auto 10px;
}
.triangle_2 {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 25px solid #d1d1d1;
	margin: auto;
}
.pattern_btn_cannonball {
	width: 350px;
}
.block_width_wrap {
	width: 1060px;
	margin: 0 auto;
	/* padding: 0 40px; */
}
.border_1 {
	border-bottom: 1px solid #000;
	width: 90%;
	margin: 70px auto 80px;
  }

.bnr {
	position: relative;
	margin-bottom: 30px;
}
.bg_img {
	position: relative;
	width: 1100px;
	margin: auto;
	background: #fff;
}
.bg_img img {
	opacity: 0.4;
}
.bg_txt {
	font-size: 18px;
	line-height: 2.6;
	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: 12%;
	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;
  }
.txt_2 {
    font-size: 18px;
    font-weight: bold;
}
.txt_3 {
	font-size: 21px;
	font-weight: bold;
	margin: 20px 0 10px;
}
.txt_4 {
	font-size: 16px;
	line-height: 2.3;
}
.txt_5 {
	font-size: 20px;
}
.txt_6 {
	font-size: 1.4rem;
}
.border_r {
	border-right: 1px solid #000;
}
.cap1 {
	display: block;
	font-size: 15px;
	line-height: 1.8;
}
.cap2 {
	font-size: 12px;
	margin-top: 15px;
	font-weight: normal;
}
.cap3 {
	font-size: 1.3rem;
	margin: 10px auto;
}
.align_r {
	text-align: right;
}
@media screen and (max-width:820px) {
	.align_r {
		text-align: left;
	}
}
.col2 {
	width: 46%;
}
.col3 {
	width: calc(90%/3);
	margin-bottom: 20px;
}
/* インストラクター */
.col3 img.driver {
  width: 60%;
  display: block;
  margin: auto;
    margin-bottom: auto;
}

.flex_wrap_inner_w30 {
	width: 30%;
}
.flex_wrap_inner_w50 {
	width: 61%;
}
.flex_wrap_inner_w50_pcblank {
	width: 30%;
}
.flex_wrap_inner_w80 {
	width: 83%;
}
@media screen and (max-width:710px) {
	.flex_wrap_inner_w50 {
		width: 100%;
	}
}

@media screen and (max-width:640px) {
	.title_1 {
		font-size: 21px;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.title_1_c {
		font-size: 20px;
		line-height: 1.6;
	}
	.title_2 {
		font-size: 18px;
		margin-bottom: 15px;
		font-weight: 400;
	}
		.title_h3 {
		font-size: 17px;
		margin-bottom: 10px;
	}
		.dl_1 {
		display: flex;
		flex-wrap: wrap;
		font-size: 17px;
		margin: 20px auto 0;
	}
	.dl_1 dt {
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 5px;
	}
	.dl_1 dd {
		font-weight: normal;
		width: 100%;
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	.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;
	}
	.flex_wrap_small {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto 30px;
	}
	.parent {
		text-align: center;
	}
	.circle {	
		position: relative;
		display: inline-block;
		width: 140px;
		height: 140px;
		border-radius: 50%;
		border: 1px solid #000;
	}
	.circle p {
		position: absolute;
		display: inline-block;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		text-align:center;
		width: 110px;
	}
	.dl_2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 20px;
	}
	.dl_2 dt {
		width: 33%;
		font-size: 16px;
	}
	.dl_2 dd {
		width: 65%;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 5px;
	}
	.triangle_1 {
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 32px solid #d1d1d1;
		margin: 0 auto 10px;
	}
	.triangle_2 {
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 23px solid #d1d1d1;
		margin: auto;
	}
	.block_width_wrap {
		width: auto;
		padding: 0 20px;
	}
	.border_1 {
		border-bottom: 1px solid #000;
		width: 90%;
		margin: 50px auto 60px;
	}
	.bnr {
		position: relative;
	}
	.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_img {
		position: relative;
		width: 100%;
		margin: auto;
		background: #fff;
		}
		.bg_img img {
		opacity: 0.3;
		}
		.txt_3 {
		font-size: 17px;
		line-height: 1.6;
		}
		.txt_4 {
		font-size: 1.5rem;
		}
		.txt_5 {
			font-size: 18px;
		}
		.txt_6 {
		font-size: 15px;
		}
		.pc {
		display: none;
		}
		.cap1 {
			display: inline-block;
			font-size: 15px;
			margin-top: 5px;
		}
		.cap3 {
			font-size: 1.2rem;
			margin: 10px auto;
		}
		.col2 {
			width: 100%;
			margin-bottom: 40px;
		}
		.col3 {
			width: 100%;
			margin-bottom: 40px;
		}
		.col3.sp {
			width: 49%;
			margin: 0 0 10px;
		}
		.col3:nth-child(2n+1) {
			margin-right: 0;
		}
		.flex_wrap_inner_w30 {
			width: 100%;
		}
		.flex_wrap_inner_w80 {
			width: 100%;
		}
	}
  @media screen and (max-width: 768px) {
		.flex_wrap_inner_w50 {
			width: 100%;
		}
	}

  @media screen and (max-width: 340px) {
	.dl_2 dt {
		width: 35%;
		font-size: 16px;
	}
	.dl_2 dd {
		width: 62%;
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 5px;
	}
  }
  
  /* spec_table */
  .spec_table {
	width: 100%;
  }
  .spec_table th {
	font-size: 15px;
	line-height: 1.6;
	padding: 10px;
	box-sizing: border-box;
	border-collapse: collapse;
	border: 1px solid #000;
	background: #efefef;
	font-weight: normal;
  }
  .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 sup {
	font-size: 60%;
  }
  .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;
  }
  .left {
	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;
		}
  }
