@charset "utf-8";

#page_title {
	background-image:url(../img/page_title_bg.png);
}


/*===============================================================

lead_block

=================================================================*/
#lead_block {
	width:100%;
	padding-top: 38.0952%;
	background-image:url(../img/lead_block_bg.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position:relative;
}

#lead_block .container {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
}

#lead_block .text {
	width:94%;
	max-width:1520px;
	margin:0 auto;
}

#lead_block h2 {
	margin-bottom:3rem;
}

#lead_block h2 br {
	display:none;
}

#lead_block h2 span {
	display:table;
	font-size:3.2rem;
	color:#4E4E4E;
	font-weight:bold;
	background:#fff;
}

#lead_block p {
	display:table;
	background:#fff;
	margin-top:2rem;
	line-height:1.8;
}

@media screen and (max-width:1280px){
	#lead_block {
		padding-top:42%;
	}
	#lead_block h2 span {
		font-size:2.8rem;
	}
	#lead_block p {
		font-size:1.4rem;
	}
}

@media screen and (max-width:960px){
	#lead_block {
		background-size: 100% auto;
		background-position:top center;
		padding-top: 25%;
	}
	#lead_block .container {
		position:static;
		display:block;
		width:94%;
		margin:0 auto;
		background:#fff;
		padding:2rem;
	}
	#lead_block .text {
		width:100%;
	}
	#lead_block h2 {
		margin-bottom:2rem;
	}
	#lead_block h2 span {
		text-align:center;
		display:block;
	}
	#lead_block p {
		display:block;
		text-align:left;
		margin-top:1rem;
	}
	
	#lead_block p br {
		display:none;
	}
}

@media screen and (max-width:720px){
	#lead_block h2 br {
		display:block;
	}
}

@media screen and (max-width:600px){
	#lead_block h2 span {
		font-size:2.4rem;
	}
}

@media screen and (max-width:480px){
	#lead_block h2 span {
		font-size:1.8rem;
	}
	#lead_block .container {
		padding:1.5rem;
	}
}


/*===============================================================

voice

=================================================================*/
#voice .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

#voice .voice_slide_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	margin-top:3rem;
}

#voice .voice_slide_wrap > div {
	width:270px;
	padding:0;
	margin:0 !important;
	padding-top:44px;
	padding-bottom:236px;
	background-image:url(../img/voice_fuki_top.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
}

#voice .voice_slide_wrap > div:after {
	display:block;
	content:'';
	width:100%;
	height:80px;
	background:url(../img/voice_fuki_btm.png) bottom no-repeat;
	background-size:100% auto;
	position:absolute;
	bottom:160px;
	left:0;
	z-index:2;
}

#voice .voice_slide_wrap > div:before {
	display:block;
	content:'';
	width:100%;
	height:168px;
	background-image:url(../img/voice_img1.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:auto 100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}

#voice .voice_slide_wrap > div#voice2:before {
	background-image:url(../img/voice_img2.png);
}

#voice .voice_slide_wrap > div#voice3:before {
	background-image:url(../img/voice_img3.png);
}

#voice .swiper-slide {
	width:100%;
	padding:0 3rem;
	text-align:center;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction:column;
	-moz-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	background:#fff;
}

#voice .swiper-button-prev, #voice .swiper-button-next {
	width:17px;
	height:21px;
}

#voice .swiper-button-prev, #voice .swiper-container-rtl #voice .swiper-button-next {
	background:url(../img/voice_fuki_next.png) center no-repeat;
	background-size:cover;
	left: 0;
	margin-top:-110px;
}

#voice .swiper-button-next, #voice .swiper-container-rtl #voice .swiper-button-prev {
	background:url(../img/voice_fuki_prev.png) center no-repeat;
	background-size:cover;
	right:0;
	margin-top:-110px;
}

#voice .btn_style1 {
	margin-top:5rem;
}

#voice .voice_slide_tab {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	margin-top:4rem;
}

#voice .voice_slide_tab > * {
	width:270px;
	text-align:center;
	padding:1rem;
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
	border-radius:20px;
}

#voice .voice_slide_tab > * br {
	display:none;
}

#voice .voice_slide_tab .voice1 {
	background:#7E98B7;
}

#voice .voice_slide_tab .voice2 {
	background:#3D82B4;
}

#voice .voice_slide_tab .voice3 {
	background:#ECC15B;
}

@media screen and (max-width:960px){
	#voice .voice_slide_tab > * {
		width:31%;
	}
	#voice .voice_slide_tab > * br {
		display:block;
	}
	#voice .voice_slide_wrap {
		display:block;
		width:270px;
		margin:0 auto;
		margin-top:3rem;
	}

	#voice .voice_slide_tab > * {
		cursor:pointer;
		position:relative;
		padding-bottom:1.6rem;
	}
	
	#voice .voice_slide_tab > *:after {
		display:block;
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6px 6px 0 6px;
		border-color: #fff transparent transparent transparent;
		position:absolute;
		bottom:0.5rem;
		left:50%;
		margin-left:-6px;
	}
	
}

@media screen and (max-width:480px){
	#voice .voice_slide_tab > * {
		padding:0.5rem;
		padding-bottom:1.6rem;
		width:32%;
		font-size:1rem;
		border-radius:10px;
	}
	#voice .comment,
	#voice .name {
		font-size:1.4rem;
	}
	#voice .btn_style1 {
		margin-top:3rem;
	}
}

/*===============================================================

merit

=================================================================*/
#merit .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

#merit .merit_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#merit .merit_wrap .box {
	width:30%;
	max-width:290px;
	margin-top:3rem;
}

#merit .merit_wrap .box .img {
	text-align:center;
}

#merit .merit_wrap .box img {
	width:130px;
}

#merit .merit_wrap .box h4 {
	padding:2rem 0;
	margin-bottom:2rem;
	position:relative;
	text-align:center;
	font-size:2rem;
	font-weight:bold;
}

#merit .merit_wrap .box h4:after {
	display:block;
	width:5rem;
	height:1px;
	background:#1A1311;
	content:'';
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-2.5rem;
}

#merit .merit_wrap .box li {
	padding-left:1.4em;
	position:relative;
}

#merit .merit_wrap .box li:before {
	display:block;
	content:'●';
	color:#004DA0;
	position:absolute;
	top:0;
	left:0;
}

#merit .merit_wrap .box li + li {
	margin-top:1rem;
}

#merit .fig_wrap {
	width:90%;
	max-width:660px;
	margin:0 auto;
	margin-top:5rem;
}

#merit .fig_wrap h5 {
	font-size:2.2rem;
}

@media screen and (max-width:660px){
	#merit .merit_wrap {
		display:block;
	}
	#merit .merit_wrap .box {
		width:90%;
		max-width:500px;
		margin:0 auto;
		margin-top:3rem;
	}
}

@media screen and (max-width:480px){
	#merit .merit_wrap .box h4 {
		font-size:1.8rem;
	}
	#merit .fig_wrap {
		width:98%;
	}
	#merit .fig_wrap h5 {
		font-size:1.6rem;
		margin-bottom:1rem
	}
}


/*===============================================================

unique

=================================================================*/
#unique .midashi h3 br {
	display:none;
}

#unique .map_wrap .container {
	width:100%;
	max-width:1520px;
	margin:0 auto;
	background-image:url(../img/unique_map_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-size:auto 100%;
	padding:5rem 0 1rem 0;
}

#unique .map_wrap h4 {
	font-size:3rem;
	font-weight:bold;
	display:table;
	color:#4E4E4E;
	margin:3rem auto 0 auto;
	padding-bottom:1rem;
}

#unique .map_wrap h4 br {
	display:none;
}

#unique .swiper_wrap {
	width:700px;
	padding:0 50px;
	margin-left:3rem;
	position:relative;
}

#unique .swiper-container {
	background:rgba(255,255,255,0.4);
}

#unique .swiper-button-prev, #unique .swiper-button-next {
	width:27px;
	height:58px;
	outline:none;
}

#unique .swiper-button-prev, #unique .swiper-container-rtl #unique .swiper-button-next {
	background:url(../img/unique_slide_next.png) center no-repeat;
	background-size:cover;
	left:0;
}

#unique .swiper-button-next, #unique .swiper-container-rtl #unique .swiper-button-prev {
	background:url(../img/unique_slide_prev.png) center no-repeat;
	background-size:cover;
	right: 0;
}

#unique .swiper-pagination {
	position:static;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	margin-bottom:1.5rem;
}

#unique .swiper-pagination > * {
	display:block;
	text-align:center;
	width:32%;
	height:auto;
	border-radius:0;
	padding:0.5rem;
	opacity:1;
	outline:none;
	position:relative;
	box-shadow:5px 5px 6px -3px rgba(0,0,0,0.2);
}

#unique .swiper-pagination > *:after {
	display:inline-block;
	color:#fff;
	font-weight:bold;
	font-size:1.4rem;
}

#unique .swiper-slide .img {
	position:relative;
}

#unique .swiper-slide .img .label {
	display: inline-block;
	width:180px;
	position:absolute;
	top:0;
	left:0;
	color:#fff;
	font-size:1.8rem;
	line-height:1;
	padding:1rem 0;
	font-weight:bold;
	text-align:center;
}

#unique .swiper-slide h5 {
	padding:1rem 0;
	font-size:1.8rem;
	font-weight:bold;
	color:#4E4E4E;
}

#unique .swiper-slide li {
	margin-top:1rem;
	padding-left:1.5em;
	position:relative;
}

#unique .swiper-slide li:before {
	display:inline-block;
	content:'●';
	position:absolute;
	top:0;
	left:0;
}

#unique .swiper-slide .btn_style1 {
	margin-top:2rem;
	text-align:left;
}


#unique .swiper-slide.slide1 .img .label,
#unique .swiper-pagination > *:nth-child(1) {
	background:#ECC15B;
}

#unique .swiper-pagination > * {
	position:relative;
}

#unique .swiper-pagination > *:before {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f058";
	color:#fff;
	position:absolute;
	top:50%;
	margin-top:-0.5em;
	left:1rem;
	display:none;
}

#unique .swiper-pagination > *:nth-child(1):after {
	content:'第一展示場';
}

#unique .swiper-slide.slide2 .img .label,
#unique .swiper-pagination > *:nth-child(2) {
	background:#61B2ED;
}

#unique .swiper-pagination > *:nth-child(2):after {
	content:'第二展示場';
}

#unique .swiper-slide.slide3 .img .label,
#unique .swiper-pagination > *:nth-child(3) {
	background:#7E98B7;
}

#unique .swiper-pagination > *:nth-child(3):after {
	content:'会議室';
}

#unique .swiper-pagination > *.swiper-pagination-bullet-active:nth-child(2),
#unique .swiper-pagination > *.swiper-pagination-bullet-active:nth-child(3),
#unique .swiper-pagination > *.swiper-pagination-bullet-active:nth-child(1) {
	
}

#unique .swiper-pagination > *.swiper-pagination-bullet-active:before {
	display:block;
}

#unique .sp_map { display:none; }

@media screen and (max-width:1000px){
	#unique .map_wrap .container {
		background:none;
		padding:0;
	}
	#unique .sp_map {
		display:block;
	}
	#unique .swiper_wrap {
		width:95%;
		max-width:700px;
		margin-left:0;
		margin:0 auto;
		position:relative;
	}
	
	#unique .swiper-slide .btn_style1 {
		text-align:center;
	}
}

@media screen and (max-width:800px){
	#unique .map_wrap h4 {
		text-align:center;
	}
	#unique .map_wrap h4 br {
		display:block;
	}
}

@media screen and (max-width:700px){
	#unique .swiper_wrap {
		padding:0 26px;
	}
	#unique .swiper-button-prev, #unique .swiper-button-next {
		width:14px;
		height:27px;
	}
}

@media screen and (max-width:600px){
	#unique .map_wrap h4 {
		font-size:2.4rem;
		border-bottom:3px solid #FFF972;
	}
}

@media screen and (max-width:480px){
	#unique .midashi h3 br {
		display:block;
	}
	#unique .map_wrap h4 {
		font-size:1.6rem;
	}
	#unique .swiper-pagination > * {
		padding-top:2.6rem;
	}
	#unique .swiper-pagination > *:before {
		top:1rem;
		left:50%;
		margin-left:-0.5em;
		margin-top:0;
	}
	#unique .swiper-pagination > *:after {
		font-size:1.2rem;
	}
	#unique .swiper-slide .img .label {
		font-size:1.2rem;
		width:100px;
	}
	#unique .swiper-slide h5 {
		font-size:1.4rem;
	}
	
	#unique .swiper-slide li {
		font-size:1.4rem;
	}
}

#unique .access {
	background:#F2EFEF;
	padding:5% 0;
}

#unique .access .fig_wrap {
	width:94%;
	max-width:643px;
	margin:0 auto;
}

#unique .access h5 {
	margin-bottom:1rem;
}

#unique .access h5,
#unique .access h5 i {
	font-size:2rem;
	font-weight:bold;
	color:#004DA0;
}

#unique .access .btn_style1 {
	margin-top:4rem;
}

@media screen and (max-width:600px){
	#unique .access {
		margin-top:3rem;
	}
}

@media screen and (max-width:480px){
	#unique .access {
		margin-top:3rem;
		padding:10% 0;
	}
	#unique .access h5,
	#unique .access h5 i {
		font-size:1.4rem;
	}
}

/*===============================================================

access

=================================================================*/
#access .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

#access .fig_wrap {
	text-align:center;
}

#access .fig {
	padding:5rem 0;
}


/*===============================================================

contrast

=================================================================*/
#contrast .midashi h3 br {
	display:none;
}
#contrast .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

#contrast .table_wrap {
	margin-top:4rem;
}

#contrast .table_wrap h4 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	align-items:center;
	font-weight:bold;
}

#contrast .table_wrap h4 span {
	display:inline-block;
	font-weight:bold;
	color:#fff;
	line-height:1;
	padding:0.5rem 0;
	width:7em;
	text-align:center;
}

#contrast .table_wrap h4 .hall01 {
	background:#ECC15B;
}

#contrast .table_wrap h4 .hall02 {
	background:#61B2ED;
}

#contrast .table_wrap h4 .meeting {
	background:#7E98B7;
}

#contrast .table_wrap h4 .puls {
	color:#4e4e4e;
	width:auto;
	padding:0 0.5em;
}

#contrast .caption {
	margin-top:1rem;
	font-size:1.2rem;
}

#contrast .att {
	text-align:center;
	color:#004DA0;
	font-weight:500;
	margin-top:2rem;
}

#contrast .att a {
	color:#004DA0;
	font-weight:500;
	text-decoration:underline;
}

#contrast .att a:hover {
	opacity:0.8;
}

@media screen and (max-width:600px){
	#contrast .midashi h3 br {
		display:block;
	}
}

@media screen and (max-width:480px){
	#contrast .table_wrap h4 span {
		font-size:1.4rem;
	}
	#contrast .att,
	#contrast .att a {
		font-size:1.4rem;
	}
}


/*===============================================================

service

=================================================================*/
#service .midashi h3 br {
	display:none;
}
#service h4 {
	font-size:3rem;
	font-weight:bold;
	display:table;
	color:#4E4E4E;
	margin:3rem auto;
	padding-bottom:1rem;
	border-bottom:6px solid #FFF972;
}

#service h4 br {
	display:none;
}

#service .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
}

#service .lead {
	text-align:center;
}

#service .bg_wrap {
	background-image:url(../img/service_bg.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
}

#service .bg_wrap ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	padding-bottom:5%;
	gap: 0 15px;
}

#service .bg_wrap ul li {
	width: 18%;
	text-align:center;
	margin-top:5%;
}

#service .btn_style1 {
	margin-top:5%;
}

@media screen and (min-width:1680px){
	#service .bg_wrap {
		background-size:100% auto;
	}
}

@media screen and (max-width:900px){
	#service .bg_wrap {
		background-size:auto 560px;
	}
	#service .bg_wrap ul li {
		width: 23%;
	}
}

@media screen and (max-width:800px){
	#service h4 {
		text-align:center;
	}
	#service h4 br {
		display:block;
	}
}

@media screen and (max-width:770px){
	#service .midashi h3 br {
		display:block;
	}
}

@media screen and (max-width:600px){
	#service h4 {
		font-size:2.4rem;
		border-bottom:3px solid #FFF972;
	}
	
	#service .bg_wrap ul {
		padding-bottom:2rem;
	}
	#service .bg_wrap ul li {
		margin-top:2rem;
		width: 33%;
	}
}

@media screen and (max-width:480px){
	#service h4 {
		font-size:1.6rem;
		margin:2rem auto;
	}
	#service .lead {
		font-size:1.4rem;
	}
	#service .bg_wrap {
		background-size:auto 380px;
	}
}


/*===============================================================

cost

=================================================================*/
#cost .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:4rem;
}

#cost h3 {
	display:table;
	margin:0 auto;
	text-align:center;
	border-bottom:6px solid #FFF972;
	margin-bottom:3rem;
}

#cost h3 span {
	font-size:3rem;
	font-weight:bold;
	color:#4E4E4E;
}

#cost h3 br {
	display:none;
}

#cost .lead {
	text-align:center;
}

#cost .hall_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
}

#cost .hall_wrap > * {
	width:48%;
	max-width:470px;
	margin-top:4rem;
}

#cost .hall_wrap h4 {
	text-align:center;
	line-height:1;
	font-weight:bold;
	color:#fff;
	padding:1rem;
	margin-bottom:1rem;
}

#cost .hall_wrap .img {
	margin-top:2rem;
}

#cost .hall_wrap .caption {
	font-size:1.4rem;
	margin-top:0.5rem;
}

#cost .hall_wrap .hall01 h4 {
	background:#ECC15B;
}

#cost .hall_wrap .hall02 h4 {
	background:#61B2ED;
}

@media screen and (max-width:800px){
	#cost .hall_wrap {
		display:block;
	}
	#cost .hall_wrap > * {
		width:100%;
		max-width:600px;
		margin:0 auto;
		margin-top:4rem;
	}
	#cost .hall_wrap .img {
		max-width:470px;
		margin:0 auto;
		margin-top:2rem;
	}
}

@media screen and (max-width:600px){
	#cost h3 span {
		font-size:2.4rem;
	}
}

@media screen and (max-width:480px){
	#cost h3 span {
		font-size:1.6rem;
	}
	#cost h3 {
		margin:2rem auto;
	}
	#cost h3 br {
		display:block;
	}
	#cost .hall_wrap .caption {
		font-size:1.2rem;
	}
}


/*===============================================================

flow

=================================================================*/

#flow .container {
	width:94%;
	max-width:1000px;
	margin:0 auto;
	margin-top:4rem;
}

#flow .fig {
	text-align:center;
}

#flow .btn_style1 {
	margin-top:5%;
}