/* レスポンシブ
---------------------------------------------------------- */
@media (max-width: 640px) {
	#pattern .link_a_text p {
		width: 100%;
	}
}
/* ---------------------------------------------------------- */

.max1700 {
	max-width: 1700px;
	width: calc(100% - 80px);
	margin: 20px auto;
}

@media all and (max-width: 640px) {
	.max1700 {
			width: calc(100% - 40px);
	}
}

/* ---------------------------------------------------------- */

.max1520 {
	max-width: 1520px;
	width: calc(100% - 80px);
	margin: 20px auto;
}

@media all and (max-width: 640px) {
	.max1520 {
			width: calc(100% - 40px);
	}
}

/*---------------------------------------------------*/

.max1200 {
	max-width: 1280px;
	width: calc(100% - 80px);
	margin: 20px auto;
}

@media all and (max-width: 640px) {
	.max1200 {
			width: calc(100% - 40px);
	}
}

@media (max-width: 1520px) {
  .max1200 .two_column_flex {
    width: 100%;
  }
}

/*---------------------------------------------------*/

.max1100 {
	max-width: 1100px;
	width: calc(100% - 40px);
	margin: 20px auto;
}

@media all and (max-width: 640px) {
	.max1100 {
			width: calc(100% - 40px);
	}
}

/*---------------------------------------------------*/

.max980 {
	max-width: 980px;
	width: calc(100% - 40px);
	margin: 20px auto;
}

@media all and (max-width: 640px) {
	.max980 {
			width: calc(100% - 40px);
	}
}

/*---------------------------------------------------*/

.flex_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	align-items: center;
}
.flex_wrap.start {
	justify-content: start;
}
.flex_wrap.alignstart {
	align-items: start;
}
.flex_wrap.justcenter {
	justify-content: center;
}

@media all and (max-width: 640px) {
	.flex_wrap {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.gray_contents_sec .flex_wrap {
		width: 100%;
	}
	.max1520 .flex_wrap {
		width: 100%;
	}
	.max1200 .flex_wrap {
		width: 100%;
	}
}

/*---------------------------------------------------*/

.col2 {
	width: 48%;
	margin-bottom: 10px;
}
.col2.sp2col {
	width: 49%;
	margin-bottom: 7px;
}
.col2.small {
	width: 35%;
	margin: auto 5%;
}

@media all and (max-width: 768px) {
	.col2 {
		width: 100%;
		margin-bottom: 30px;
	}
	.col2.small {
		width: 80%;
		margin: auto;
	}
	.col2.img {
		order: 1;
	}
	.col2.text {
		order: 2;
	}
}

/*---------------------------------------------------*/

.col3 {
	width: calc(97%/3);
	margin-bottom: 3%;
}
.col3.center {
	display: block;
	text-align: center;
}
.flex_wrap.start .col3 {
	margin-right: 1.5%;
}
.flex_wrap.start .col3:nth-child(3n) {
	margin-right: 0;
}

@media all and (max-width: 1024px) {
	.col3 {
		width: calc(97%/3);
	}
	.flex_wrap.start .col3 {
		margin-right: 1%; 
	}
	.col3 .pattern_btn {
		width: 80%;
	}
}
@media all and (max-width: 768px) {
	.col3 {
		width: 100%;
		margin-bottom: 50px;
	}
	.flex_wrap .col3.sp2col {
		width: calc(96%/2);
	}
	.col3.sp3col {
		width: calc(96%/3);
		margin-bottom: 10px;
	}
	.flex_wrap .col3.sp2col:nth-child(2n) {
		margin-right: 0;
	}
	.col3 .pattern_btn {
		width: 100%;
	}
}

/*---------------------------------------------------*/

.dl_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 25px;
}
.dl_1 dt {
	font-family: 'AudiTypeExtendBold', 'DFHSBold';
	width: 15%;
	font-size: 15px;
}
.dl_1 dd {
	width: 84%;
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.dl_1 dd .cap {
	font-weight: normal;
	/* width: 40%; */
	font-size: 13px;
	line-height: 1.8;
	margin-top: 3px;
	display: inline-block;
}
.dl_1 dd .cap.indent {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1;
	margin: 3px 0 0;
}
@media screen and (max-width:640px) {
	.dl_1 dt {
		width: 100%;
		font-size: 15px;
		margin-bottom: 5px;
	}
	.dl_1 dd {
		width: 100%;
		font-size: 15px;
		margin-bottom: 30px;
	}
	.dl_1 dd.cap {
		width: 100%;
		font-size: 12px;
		line-height: 1.7;
		margin-top: 10px;
	}
}


/* scroll_table
---------------------------------------------------*/
.scroll_table {
	width: 100%;
}
.scroll_table th {
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 10px 30px;
	box-sizing: border-box;
	border-collapse: collapse;
	border: 1px solid #000;
	background: #efefef;
	text-align: center;
}
.scroll_table td {
	font-size: 1.5rem;
	line-height: 1.6;
	padding: 10px 30px;
	box-sizing: border-box;
	border-collapse: collapse;
	border: 1px solid #000;
	text-align: center;
}
.scroll_table.long td {
	padding: 10px 17px;
}
.scroll_table sup {
	font-size: 60%;
}
.scroll_table td.model {
	width: 20%;
}
.scroll_table td a {
	line-height: 1.5;
	text-decoration: underline;
}
.scroll_table td a:hover {
	text-decoration: none;
	opacity: .7;
}
.scroll_table td.nowrap {
	white-space: nowrap;
}
.scroll_table td.price {
	text-align: right;
}
.scroll_table td.left {
	text-align: left
}
@media only screen and (max-width: 640px) {
	.scroll_table {
	overflow-x: scroll;
	white-space: nowrap;
	border: solid 1px #ddd;
	padding: 20px 20px;
	}
}

@media only screen and (max-width: 1500px) {
	.scroll_table.pcscroll {
	overflow-x: scroll;
	white-space: nowrap;
	border: solid 1px #ddd;
	padding: 20px 15px;
	}
}

@media only screen and (min-width: 1521px) {
	.schedule_img {
		max-width: none;
		width: 100%;
	}
}
@media only screen and (max-width: 1520px) {
	.schedule_img {
		max-width: none;
		width: 120%;
	}
}
@media only screen and (max-width: 940px) {
	.schedule_img {
		max-width: none;
		width: 140%;
	}
}
@media only screen and (max-width: 820px) {
	.schedule_img {
		max-width: none;
		width: 200%;
	}
}
@media only screen and (max-width: 640px) {
	.schedule_img {
		max-width: none;
		width: 400%;
	}
}


/*---------------------------------------------------*/

/* 3style overwrite */
.link_a_text h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.two_column_flex {
  margin-top: 30px;
}
.pattern_btn {
	max-width: 400px;
}
.link_a_img {
  width: 47%;
}
.link_a_text {
	width: 53%;
}
@media (max-width: 768px) {
  .two_column_flex {
    width: 100%;
    flex-direction: column;
    margin-top: 60px;
  }
	.two_column_img {
    order: 1;
    width: 100%;
	}
	.two_column_text {
    order: 2;
    width: 100%;
	}
}

@media all and (max-width: 640px) {
	.link_a_text h2 {
		font-size: 2rem;
		margin-bottom: 3rem;
	}
	.two_column_text {
		background-color:#fff;
		padding: 10px 0;
	}
	.pattern_btn {
		width: 100%;
	}
}
/* ママイキ */
@media (max-width: 1023px) {
  .link_a_img {
    object-fit: inherit;
    width: 100%;
  }
	.link_a_text {
    width: 100%;
  }
}


/* ---------------------------------------------------*/

/* プロフィール2人長い用 */
.profile_area {
	max-width: 1200px;
	margin: 0 auto 5rem;
}
.profile_img {
	width: 28%;
}
.profile_text {
	padding: 20px 50px;
	width: 72%;
}
.profile_text h3 {
	margin-bottom: 0;
}
.profile_p1 {
	font-size: 2rem;
	margin-bottom: 0;
}
.profile_p2 {
	font-size: 1.4rem;
}
.pattern_btn_w {
	border: 1px solid #fff;
	color: #fff;
	height: 50px;
}

@media (min-width: 1441px) {
  .profile_area {
    width: calc(100% - 80px);
  }
}
@media (max-width: 640px) {
	.profile_p1 {
		font-size: 1.7rem;
		margin-bottom: 0;
	}
}

/* ママイキ */
@media (max-width: 1279px) {
.profile_text {
	padding: 40px 60px;
}
}
@media (max-width: 1023px) {
  .profile_text {
    width: 100%;
  }
	.profile_img {
    width: 100%;
	}
	.profile_p2 {
		font-size: 1.4rem;
	}
}
@media (max-width: 640px) {
		.profile_text {
		padding: 30px 20px;
	}
}

/*---------------------------------------------------*/
.gray_contents_sec_2 {
  margin-top: 100px;
  background-color: #000;
	padding: 50px 40px;
}
.gray_contents_sec .inner {
  max-width: 1700px;
  margin: 0 auto;
  padding-bottom: 10px;
  background-color: #000;
}
.profile_bg {
  background-color: #000;
  padding: 50px 0 30px;
	max-width: 1200px;
  margin: 30px auto 50px;
}
.gray_contents_sec_2 .max1520,
.gray_contents_sec_2 .max1200,
.profile_bg .max1520,
.profile_bg .max1200 {
	width: 100%;
}
.gray_contents_sec_2 h3,
.gray_contents_sec_2 p,
.profile_bg h3,
.profile_bg p {
	color: #fff;
}
.voicetxt {
  font-size: 16px;
  line-height: 1.7em;
	padding-left: 20px;
	border-left: 1px solid #fff;
	margin-bottom: 40px;
	min-height: 60px;
	display: flex;
  align-items: center;
}
.youtube {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

@media (max-width: 1279px) {
  .profile_bg .profile_text {
    padding: 40px 50px;
  }
}

@media all and (max-width: 1023px) {
	.profile_bg {
		width: calc(100% - 80px);
	}
  .profile_bg .profile_text {
    padding: 40px 20px;
  }
}

@media all and (max-width: 640px) {
	.gray_contents_sec_2 {
		padding: 30px 20px;
	}
  .profile_bg {
		width: calc(100% - 40px);
		padding: 40px 25px 0;
	}
	.profile_bg .profile_area {
		width: 100%;
		margin: 0 auto 3rem;
  }
	.profile_bg .profile_text {
		padding: 30px 0;
  }
		.gray_contents_sec .pattern_btn {
    width: 100%;
  }
	.voicetxt {
		margin-bottom: 0;
	}
}


/*---------------------------------------------------*/
