@charset "UTF-8";

/* ---------------------------------------
  事業一覧
-----------------------------------------*/

#sec_busness {
	padding: 11rem 0 10rem;
}

#sec_busness .lead {
	font-weight: 700;
	font-size: 1.8rem;
	margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
	#sec_busness {
		padding: 10rem 0;
	}

	#sec_busness .lead {
		font-size: 2.8rem;
	}
}

/* link_list
--------------------------------*/
.link_list {
	justify-content: flex-start;
	gap: 2.4rem;
	margin-bottom: 11rem;
}

.link_list .item {
	width: 38.4rem;
}

.link_list .item a {
	min-width: inherit;
	width: 100%;
	min-height: 9rem;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.7;
}

.link_list .item a::before {
	width: .1rem;
	height: 3.8rem;
	right: auto;
	top: auto;
	left: 2rem;
	bottom: 0;
}

@media screen and (min-width: 768px) {
	.link_list .item a:hover::before {
		height: 2.8rem;
	}
}

@media screen and (max-width: 767px) {
	.link_list {
		margin-bottom: 15rem;
	}

	.link_list .item {
		width: 100%;
	}

	.link_list .item + .item {
		margin-top: 4rem;
	}

	.link_list .item a {
		min-height: 14.8rem;
		font-size: 2.8rem;
	}

	.link_list .item a::before {
		width: .1rem;
		height: 6.3rem;
		left: 3rem;
	}
}


/* business_list
--------------------------------*/
.business_list .item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.business_list .item + .item {
	margin-top: 11rem;
}

.business_list .item .img {
	width: 48.6rem;
	border-radius: 1rem;
	overflow: hidden;
}

.business_list .item .txtwrap {
	width: 66rem;
}

.business_list .item .txtwrap .ttl {
	font-weight: 700;
	font-size: 2.2rem;
	margin-bottom: 1.5em;
}

.business_list .item .txtwrap .txt {
	font-size: 1.7rem;
}

.business_list .item .txtwrap .btn {
	margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
	.business_list .item {
		display: block;
	}

	.business_list .item + .item {
		margin-top: 13rem;
	}

	.business_list .item .img {
		width: 100%;
	}

	.business_list .item .txtwrap {
		width: 100%;
		margin-top: 5.5rem;
	}

	.business_list .item .txtwrap .ttl {
		font-size: 3rem;
		margin-bottom: 1.3em;
	}

	.business_list .item .txtwrap .txt {
		font-size: 2.4rem;
	}

	.business_list .item .txtwrap .btn {
		text-align: center;
		margin-top: 5rem;
	}
}



/* business_detail
--------------------------------*/
.business_detail {
	/*
	width: 79.2rem;
	margin: 0 auto;
*/
}



/*logowrap*/
.business_detail .logowrap {
	margin-bottom: 10rem;
}

.business_detail .logowrap .txt {
	color: #000;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.05em;
	margin-top: 1.5em;
}

/*gallery*/
.business_detail .gallery {
	width: 79.2rem;
	margin: 0 auto 10rem;
}

.business_detail .gallery .img {
	width: 100%;
	height: 52.8rem;
	border-radius: 1rem;
	overflow: hidden;
}

.business_detail .gallery .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.business_detail .gallery .gallery_slider .slide_thumb {
	width: 100%;
	margin: 0 auto;
}

.business_detail .gallery .gallery_slider .slide_thumb {
	width: 55.2rem;
	display: flex !important;
	flex-wrap: wrap;
	gap: 2.4rem;
	margin: 2.4rem auto 0;
}

.business_detail .gallery .gallery_slider .slide_thumb li {
	position: relative;
	width: 12rem;
	height: 8rem;
	cursor: pointer;
}

.business_detail .gallery .gallery_slider .slide_thumb li::after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #272676;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1rem;
	transform: scale(0);
	transition: .3s ease;
}

.business_detail .gallery .gallery_slider .slide_thumb li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.business_detail .gallery .gallery_slider .slide_thumb li.slick-active::after {
	transform: scale(1);
}

.business_detail .gallery .txt {
	margin-top: 10rem;
}

/*link_list*/
.business_detail .link_list {
	margin-bottom: 10rem;
}

.business_detail .linkwrap .ttl {
	width: 100%;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.5;
	margin-bottom: 4rem;
}

.business_detail .linkwrap .ttl span {
	display: inline-block;
	padding: .5rem 8rem;
	background: linear-gradient(135deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	border-radius: 100vh;
}

/*contents*/
.business_detail .contents + .contents {
	margin-top: 10rem;
	/*	padding-bottom: 10rem;*/
}

.business_detail .contents > *:first-child {
	margin-top: 0 !important;
}

.business_detail .contents > *:last-child {
	margin-bottom: 0 !important;
}

.business_detail .contents h2,
.business_detail .contents h3,
.business_detail .contents h4,
.business_detail .contents h5 {
	position: relative;
	font-weight: 700;
	letter-spacing: 0;
}

.business_detail .contents h2 {
	color: #fff;
	font-size: 2.4rem;
	padding: 2.2rem 4rem;
	background: linear-gradient(90deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
	margin-top: 5rem;
	margin-bottom: 1.5em;
}

.business_detail .contents h3 {
	font-size: 2.2rem;
	padding: .2rem 0 .2rem 3.8rem;
	margin-top: 5rem;
	margin-bottom: 1.5em;
}

.business_detail .contents h3::before {
	content: "";
	width: .7rem;
	height: 100%;
	background: linear-gradient(180deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
	position: absolute;
	left: 0;
	top: 0;
}

.business_detail .contents h4 {
	font-size: 1.9rem;
	line-height: 1.7;
	margin-top: 4.5rem;
	margin-bottom: 1em;
}

.business_detail .contents h5 {
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.8rem;
	margin-top: 4.5rem;
	margin-bottom: 1em;
}

.business_detail .contents p:not(.btn):not(.min) {
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.025em;
}

.business_detail .contents p + p {
	margin-top: 2em;
}

.business_detail .contents p:not(.btn) > a {
	text-decoration: underline;
	transition: .3s ease;
}

.business_detail .contents figure img {
	border-radius: 1rem;
	overflow: hidden;
}

.business_detail .contents figure.img {
	margin: 5rem auto;
}

.business_detail .contents figcaption {
	display: block;
	text-align: left;
	font-weight: 400;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.3rem;
	line-height: 1.75;
	margin-top: .5em;
}


/*hr*/
.business_detail .contents hr {
	display: block;
	width: 30rem;
	height: .3rem;
	border: none;
	background-color: #272676;
	margin: 8rem auto;
}

/*col*/
.business_detail .contents .col2,
.business_detail .contents .col3 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 5rem 0;
}

.business_detail .contents .col3 {
	justify-content: flex-start;
}

.business_detail .contents .col2.imgright {
	flex-direction: row-reverse;
}

.business_detail .contents .col2.imgleft + .col2.imgleft,
.business_detail .contents .col2.imgleft + .col2.imgright,
.business_detail .contents .col2.imgright + .col2.imgleft,
.business_detail .contents .col2.imgright + .col2.imgright {
	padding-top: 5rem;
}

.business_detail .contents .col2.imgleft + .col2.imgleft::before,
.business_detail .contents .col2.imgleft + .col2.imgright::before,
.business_detail .contents .col2.imgright + .col2.imgleft::before,
.business_detail .contents .col2.imgright + .col2.imgright::before{
	content: "";
	width: 100%;
	height: .1rem;
	background: url(../img/common/bg_dot.png) repeat-x left bottom / .6rem auto;
	position: absolute;
	left: 0;
	top: 0;
}

.business_detail .contents .col2 > * {
	display: block;
	width: 58.8rem;
	margin: 0 !important;
}

.business_detail .contents .col3 > * {
	display: block;
	width: 38.4rem;
}

.business_detail .contents .col2 .img + .txtwrap,
.business_detail .contents .col3 .img + .txtwrap {
	margin-top: 2.5rem;
}

.business_detail .contents .col3 > * .img {
	margin: 0 !important;
}

.business_detail .contents .col2 .txtwrap > *:first-child,
.business_detail .contents .col3 .txtwrap > *:first-child {
	margin-top: 0;
}

.business_detail .contents .col2 .txtwrap > h3,
.business_detail .contents .col2 .txtwrap > h4,
.business_detail .contents .col3 .txtwrap > h5 {
	margin-top: 0;
}

.business_detail .contents .col2 .txtwrap p:last-child,
.business_detail .contents .col3 .txtwrap p:last-child {
	margin-bottom: 0;
}

.business_detail .contents .col2.imgleft,
.business_detail .contents .col2.imgright {
	gap: 0 4.5rem;
}

.business_detail .contents .col2.imgleft > .img,
.business_detail .contents .col2.imgright > .img {
	width: 38.4rem;
}

.business_detail .contents .col2.imgleft > .txtwrap,
.business_detail .contents .col2.imgright > .txtwrap {
	flex: 1;
}

.business_detail .contents .col2.imgleft > .txtwrap .name {
	font-size: 1.8rem;
	margin-bottom: 1em;
}


/*pdf*/
.business_detail .contents .pdf_btn {
	margin: 8rem 0;
}

.business_detail .contents .pdf_btn .txt {
	text-align: center;
	margin-bottom: .75em;
}

.business_detail .contents .pdf_btn .btn {
	margin-top: 0;
}

.business_detail .contents .pdf_btn .btn a {
	min-width: 43.3rem;
	height: 9rem;
	background-image: linear-gradient(135deg, rgba(48, 74, 181, 1), rgba(39, 38, 118, 1), rgba(48, 74, 181, 1));
}

.business_detail .contents .pdf_btn .btn a::before {
	width: 4.8rem;
}

.business_detail .contents .pdf_btn .btn .ico {
	width: 2.6rem;
	position: absolute;
	left: 2.5rem;
}


/*box*/
.business_detail .contents .box {
	padding: 4rem 3.6rem;
	background: linear-gradient(90deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	/*	border-radius: 1rem;*/
	margin: 5rem 0;
}

.business_detail .contents .box h3,
.business_detail .contents .box h4 {
	margin-top: 0;
}

.business_detail .contents .box p {
	letter-spacing: 0;
}

/*link_blank*/
.business_detail .contents .link_blank {
	margin: 8rem 0;
}

.business_detail .contents .link_blank a {
	position: relative;
	display: block;
	padding: .2rem;
	background: linear-gradient(90deg, rgba(48, 74, 181, 1) 0%, rgba(39, 38, 118, 1) 100%);
}

.business_detail .contents .link_blank a .inner {
	padding: 2.5rem 13rem 2.5rem 4rem;
	background-color: #fff;
}

.business_detail .contents .link_blank a::before {
	content: "";
	width: 2.7rem;
	height: 2.7rem;
	background: url(../img/common/ico_link.svg) no-repeat center / 100% auto;
	position: absolute;
	right: 5rem;
	top: 50%;
	transform: translateY(-50%);
}

/*acd_box*/
.business_detail .contents .acd_box {
	position: relative;
	margin: 4rem 0;
}

.business_detail .contents .acd_box .acdbtn {
	position: relative;
	padding: 1.85rem 8rem 1.85rem 4rem;
	background: linear-gradient(135deg, rgba(247, 248, 255, 1) 0%, rgba(234, 237, 255, 1) 100%);
	cursor: pointer;
	transition: .3s ease;
}

.business_detail .contents .acd_box .acdbtn p {
	font-family: 'Zen Old Mincho', serif;
	font-weight: 500;
	font-size: 2rem;
	line-height: 1.65;
	letter-spacing: 0.1em;
}

.business_detail .contents .acd_box .acdbtn::before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-right: 1px solid #272676;
	border-bottom: 1px solid #272676;
	transform: rotate(45deg);
	position: absolute;
	right: 4rem;
	top: 2.8rem;
	transition: .3s ease;
}

.business_detail .contents .acd_box .acdbtn.open::before {
	transform: rotate(45deg) scale(-1, -1);
	margin-top: .5rem;
}

.business_detail .contents .acd_box .acdcnt {
	display: none;
}


/*faq*/
.business_detail .contents .faq_box .acdbtn {
	padding-left: 3rem;
}

.business_detail .contents .faq_box .q_txt {
	position: relative;
	padding-left: 7rem;
}

.business_detail .contents .faq_box .q_txt::before {
	content: "Q";
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.4;
	letter-spacing: 0;
	width: 4.5rem;
	height: 90%;
	border-right: 1px solid #272676;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.business_detail .contents .faq_box .acdcnt,
.business_detail .contents .image-txt .acdcnt {
	padding: 2.8rem 3rem 1rem;
}

.business_detail .contents .faq_box .a_txt {
	position: relative;
	padding-left: 7rem;
}

.business_detail .contents .faq_box .a_txt::before {
	content: "A";
	font-family: 'Zen Old Mincho', serif;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0;
	width: 4.5rem;
	height: 90%;
	border-right: 1px solid #272676;
	position: absolute;
	left: 0;
	top: .4rem;
}

.business_detail .contents .faq_box .a_txt a {
	text-decoration: underline;
}

/*table*/
.business_detail .contents table.tb {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: .2rem solid #fff;
}

.business_detail .contents table.tb th,
.business_detail .contents table.tb td {
	border-top: .2rem solid #fff;
}

.business_detail .contents table.tb th:not(:last-child),
.business_detail .contents table.tb td:not(:last-child) {
	border-top: .2rem solid #fff;
}

.business_detail .contents table.tb th {
	width: 19.2rem;
	padding: 1.9rem 3.2rem;
	background-color: #eaedff;
	vertical-align: middle;
}

.business_detail .contents table.tb td {
	padding: 1.9rem 3rem;
	background-color: #f7f8ff;
	vertical-align: top;
}

.business_detail .contents table.tb td > * + * {
	margin-top: .5rem;
}

.business_detail .contents table.tb td p.txt_s {
	font-size: 1.5rem;
	line-height: 1.8;
}

.business_detail .contents table.tb td ul.list + ul.list {
	margin-top: 3.5rem;
}

.business_detail .contents table.tb td ul.list li {
	position: relative;
	padding-left: 2.4rem;
}

.business_detail .contents table.tb td ul.list li::before {
	position: absolute;
	left: 0;
}

.business_detail .contents table.tb td ul.list._type01 li::before {
	content: "●";
}

.business_detail .contents table.tb td ul.list._type02 li::before {
	content: "◇";
}

.business_detail .contents table.tb td ul.list._type03 li {
	padding-left: 1em;
}

.business_detail .contents table.tb td ul.list._type03 li::before {
	content: "・";
}

.business_detail .contents table.tb.schedule th {
	font-size: 2rem;
	text-align: center;
	padding: 1.4rem 3.2rem;
}

.business_detail .contents table.tb.schedule thead th {
	width: 45.1rem;
}

.business_detail .contents table.tb.schedule thead th:first-child {
	width: 29.8rem;
}

.business_detail .contents table.tb.schedule tbody tr:not(:last-child) th {
	position: relative;
	border-bottom: none;
}

.business_detail .contents table.tb.schedule tbody tr:not(:last-child) th::after {
	content: "";
	width: 29.6rem;
	height: 3.1rem;
	background: #fff url(../img/business/tb_arw.png) no-repeat center bottom / 100% auto;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
}

.business_detail .contents table.tb.schedule td * {
	color: #000;
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.business_detail .contents table.tb.schedule tbody td {
	position: relative;
}


.business_detail .contents table.tb.schedule tbody td:last-child::before {
	content: "";
	width: .4rem;
	height: calc(100% + 2px);
	background-color: #272676;
	position: absolute;
	left: 0;
	top: 0;
}

.business_detail .contents table.tb.schedule tbody tr:first-child td:last-child::before {
	height: calc(100% - 2.4rem);
	top: 2.6rem;
}

.business_detail .contents table.tb.schedule tbody tr:last-child td:last-child::before {
	height: calc(100% - 5.8rem);
	top: 0;
}

.business_detail .contents table.tb.schedule tbody tr:last-child td:last-child::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5rem 1.4rem 0 0;
	border-color: #272676 transparent transparent transparent;

	position: absolute;
	left: 0;
	top: calc(100% - 6rem);
}

/*video_wrap*/
.business_detail .contents .video_wrap {
	position: relative;
	width: 100%;
	max-width: 79.2rem;
	height: 0;
	padding-top: 43rem;
	margin: 5rem auto;
}

.business_detail .contents .video_wrap iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

/*gmap*/
.business_detail .contents .gmap {
	position: relative;
	width: 100%;
	max-width: 79.2rem;
	margin: 5rem auto;
}

.business_detail .contents .gmap iframe,
.business_detail .contents .gmap .map-inner {
	width: 100%;
	height: 43rem;
}

.business_detail .contents .gmap .btn {
	margin-top: -2.4rem;
	z-index: 1;
}

.business_detail .contents .gmap .btn a {
	min-width: 19.6rem;
}

/*blank*/
.business_detail .contents .space {
	display: block;
	width: 100%;
	height: 1px;
}

/*btn_entry*/
.business_detail .btn_box {
	max-width: 79.7rem;
	margin: 20rem auto 0;
}

.business_detail .btn_box a {
	width: 100%;
	height: 18.7rem;
}

.business_detail .btn_box a::before {
	width: 4.8rem;
}

.business_detail .btn_box a .btntxt {
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: 'Zen Old Mincho', serif;
	font-size: 1.8rem;
	line-height: 1.8;
}

.business_detail .btn_box a .btntxt .en {
	display: block;
	font-weight: 600;
	font-size: 5rem;
	line-height: 1.2;
	margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
	.business_detail .contents .col2 > *:nth-child(n + 3) {
		margin-top: 4rem !important;
	}

	.business_detail .contents .col3 > * + * {
		margin-left: 2.4rem;
	}
	
	.business_detail .contents .acd_box .acdbtn:hover{
		opacity: .7;
	}

	.business_detail .contents .pdf_btn .btn a:hover::before {
		width: 3.2rem;
	}

	.business_detail .contents .pdf_btn a:hover .btn span {
		color: #cbb494;
		background-color: #fff;
	}

	.business_detail .contents .gmap .mapbtn a:hover {
		color: #d4bc81;
	}

}

@media screen and (max-width: 767px) {

	/*logowrap*/
	.business_detail .logowrap {
		margin-bottom: 12rem;
	}

	.business_detail .logowrap .logo img {
		max-width: 36.1rem;
	}

	.business_detail .logowrap .txt {
		font-size: 2.4rem;
	}

	/*gallery*/
	.business_detail .gallery {
		width: 100%;
		margin: 0 auto 15rem;
	}

	.business_detail .gallery .img {
		height: 42rem;
		border-radius: .8rem;
	}

	.business_detail .gallery .gallery_slider .slide_thumb {
		width: 55.2rem;
		margin: 3rem auto 0;
	}

	.business_detail .gallery .gallery_slider .slide_thumb li::after {
		height: .2rem;
	}

	.business_detail .gallery .txt {
		margin-top: 20rem;
	}

	/*link_list*/
	.business_detail .link_list {
		margin-bottom: 15rem;
	}

	.business_detail .linkwrap .ttl {
		font-size: 2.8rem;
		letter-spacing: 0.025em;
		margin-bottom: 8rem;
	}

	.business_detail .linkwrap .ttl span {
		display: block;
		padding: .5rem 1rem;
	}

	/*contents*/
	.business_detail .contents h2 {
		font-size: 3.6rem;
		padding: 3.3rem 4.2rem;
		margin-top: 8rem;
	}

	.business_detail .contents h3 {
		font-size: 3.2rem;
		padding-left: 4.2rem;
		margin-top: 8rem;
	}

	.business_detail .contents h3::before {
		width: 1.4rem;
	}

	.business_detail .contents h4 {
		font-size: 3rem;
		margin-top: 6.4rem;
	}

	.business_detail .contents h5 {
		font-size: 2.8rem;
	}

	.business_detail .contents p:not(.btn):not(.min) {
		font-size: 2.4rem;
	}

	.business_detail .contents figure.img {
		margin: 8rem auto;
	}

	.business_detail .contents figcaption {
		font-size: 2.1rem;
	}

	/*hr*/
	.business_detail .contents hr {
		width: 45rem;
		height: .45rem;
		margin: 10rem auto;
	}

	/*col*/
	.business_detail .contents .col2,
	.business_detail .contents .col3 {
		display: block;
		margin: 8rem 0;
	}

	.business_detail .contents .col2 > * {
		width: 100%;
		margin: 8rem 0 !important;
	}

	.business_detail .contents .col3 > * {
		width: 100%;
		margin: 8rem 0 !important;
	}

	.business_detail .contents .col2 .img + .txtwrap,
	.business_detail .contents .col3 .img + .txtwrap {
		margin-top: 4rem;
	}


	.business_detail .contents .col2.imgleft > *,
	.business_detail .contents .col2.imgrigh > * {
		margin: 0 !important;
	}


	.business_detail .contents .col2.imgleft > .img,
	.business_detail .contents .col2.imgright > .img {
		width: 100%;
		margin: 0 !important;
	}

	.business_detail .contents .col2.imgleft > .txtwrap,
	.business_detail .contents .col2.imgright > .txtwrap {
		margin-top: 4rem !important
	}

	.business_detail .contents .col2.imgleft > .txtwrap .name {
		font-size: 2.6rem;
	}


	/*pdf*/
	.business_detail .contents .pdf_btn {
		margin: 10rem 0;
	}

	.business_detail .contents .pdf_btn .btn a {
		min-width: 52rem;
		height: 12rem;
	}

	.business_detail .contents .pdf_btn .btn a::before {
		width: 7rem;
	}

	.business_detail .contents .pdf_btn .btn .ico {
		width: 3.9rem;
		left: 3.7rem;
	}


	/*box*/
	.business_detail .contents .box {
		padding: 4.2rem 5rem;
		margin: 8rem 0;
	}


	/*link_blank*/
	.business_detail .contents .link_blank {
		margin: 10rem 0;
	}

	.business_detail .contents .link_blank a {
		padding: .3rem;
	}

	.business_detail .contents .link_blank a .inner {
		padding: 3.75rem 10rem 3.75rem 5rem;
		background-color: #fff;
	}

	.business_detail .contents .link_blank a::before {
		width: 4.2rem;
		height: 4.2rem;
		right: 4rem;
	}


	/*video_wrap*/
	.business_detail .contents .video_wrap {
		padding-top: 56.25%;
		margin: 8rem 0;
	}

	/*gmap*/
	.business_detail .contents .gmap {
		margin: 8rem 0;
	}

	.business_detail .contents .gmap iframe {
		width: 100%;
		height: 50rem;
	}

	.business_detail .contents .gmap .btn {
		margin-top: -3.6rem;
	}

	.business_detail .contents .gmap .btn a {
		min-width: 29.4rem;
	}


	/*acd_box*/
	.business_detail .contents .acd_box {
		margin: 6rem 0;
	}

	.business_detail .contents .acd_box .acdbtn {
		padding: 1.625rem 6rem 1.625rem 4.2rem;
	}

	.business_detail .contents .acd_box .acdbtn p {
		font-size: 3rem;
	}

	.business_detail .contents .acd_box .acdbtn::before {
		right: 2.8rem;
		top: 3.4rem;
	}


	/*faq*/
	.business_detail .contents .faq_box .acdbtn {
		padding-left: 2.6rem;
	}

	.business_detail .contents .faq_box .q_txt::before {
		font-size: 3rem;
		width: 5rem;
	}

	.business_detail .contents .faq_box .acdcnt {
		padding: 2.8rem 3rem 1rem;
	}

	.business_detail .contents .faq_box .a_txt {
		position: relative;
		padding-left: 7rem;
	}

	.business_detail .contents .faq_box .a_txt::before {
		font-size: 3rem;
		width: 5rem;
		height: 94%;
		top: 1rem;
	}

	/*table*/
	.business_detail .contents table.tb {
		border-top: .2rem solid #fff;
	}

	.business_detail .contents table.tb th,
	.business_detail .contents table.tb td {
		border-bottom: .2rem solid #fff;
	}


	.business_detail .contents table.tb th:not(:last-child),
	.business_detail .contents table.tb td:not(:last-child) {
		border-right: .2rem solid #fff;
	}

	.business_detail .contents table.tb th {
		width: 18rem;
		padding: 1.9rem 2rem;
	}

	.business_detail .contents table.tb td {
		padding: 1.9rem 1.5rem;
	}

	.business_detail .contents table.tb td > * + * {
		margin-top: 1rem;
	}

	.business_detail .contents table.tb td p.txt_s {
		font-size: 2.1rem;
	}

	.business_detail .contents table.tb td ul.list + ul.list {
		margin-top: 3rem;
	}

	.business_detail .contents table.tb td ul.list li {
		padding-left: 3.6rem;
	}

	.business_detail .contents .tbwrap {
		overflow-x: scroll;
	}

	.business_detail .contents .tbwrap .tb {
		width: 103rem;
	}

	.business_detail .contents table.tb.schedule th {
		font-size: 2.7rem;
		padding: 1.4rem 2rem;
	}

	.business_detail .contents table.tb.schedule thead th {
		width: 40rem;
	}

	.business_detail .contents table.tb.schedule thead th:first-child {
		width: 23rem;
	}

	.business_detail .contents table.tb.schedule tbody tr:not(:last-child) th::after {
		width: 22.8rem;
		height: 2.5rem;
		background: #fff url(../img/business/tb_arw.png) no-repeat center bottom / cover;
	}

	.business_detail .contents table.tb.schedule tbody td:last-child::before {
		width: .6rem;
		height: calc(100% + .2rem);
	}

	.business_detail .contents table.tb.schedule tbody tr:first-child td:last-child::before {
		height: calc(100% - 3.6rem);
		top: 3.8rem;
	}

	.business_detail .contents table.tb.schedule tbody tr:last-child td:last-child::after {
		border-width: 5.2rem 2.1rem 0 0;
	}

	/*btn_entry*/
	.business_detail .btn_box {
		max-width: inherit;
		margin: 10rem 0 0;
	}

	.business_detail .btn_box a {
		width: 100%;
		height: 23rem;
	}

	.business_detail .btn_box a::before {
		width: 7rem;
	}

	.business_detail .btn_box a .btntxt {
		font-size: 2.4rem;
	}

	.business_detail .btn_box a .btntxt .en {
		font-size: 3.9rem;
	}

}