@charset "utf-8";

#intro {
	clear: both;
	overflow: hidden;
	height: auto;
	width: 100%;
	text-align: center;
    padding: 80px 0 0 0;
}
#intro figcaption {
 	position: absolute;
  	top: 50%;
  	left: 0;
  	transform: translateY(-50%);
  	z-index: 1;
  	color: #fff;
    font-size: calc(100vw * 50 / 2400);
    line-height: calc(100vw * 70 / 2400);
  	text-shadow: 0 0 3px rgba(11,10,72,.5), 0 0 6px rgba(11,10,72,.5), 0 0 12px rgba(11,10,72,.5), 0 0 15px rgba(11,10,72,.5);
  	width: 100%;
	font-weight: bold;
}
#intro figcaption .catch01 {
	font-size: 100%;
	margin-bottom: 0.5em;
}
#intro figcaption .catch02 {
	font-size: 80%;
	line-height: 1.2;
}
.mainImgPc { display: block !important; }
.mainImgTb { display: none !important; }
.mainImgSp { display: none !important; }

.news_box {
    padding: 3.5em 3em;
    background: #F0FFFF;
	margin-bottom: 1.5em;
}
.news_box dl {
	border-bottom: solid 1px #DDDDDD;
	clear: both;
	padding: 0 1.5em 1em;
}
.news_box dl dt {
	float: left;
	font-size: 90%;
}
.news_box dl dd {
	margin-left: 10em;
}
#area_service ul,
#area_sean ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;    /*左（上）揃え*/
    justify-content: flex-end;      /*右（下）揃え*/
    justify-content: center;        /*中央揃え*/
	justify-content: space-between; /*均等に間隔をあける*/
    justify-content: space-around;  /*均等に間隔をあける・両端にも間隔をあける*/
	flex-wrap: wrap;
}
#area_service ul li {
	width: 46%;
	background: #FFF;
}
#area_service ul li .item_img {
	margin: 0 auto 1em;
	background: #e0ffff;
	text-align: center;
	padding: 2em 0;
	border-radius: 10px;
}
#area_service ul li .item_img img {
	width: 75%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#area_service ul li .item_capt {
	font-size: 130%;
	text-align: center;
	font-weight: bold;
    margin-bottom: 0.1em;
	color: #00bfff;
}
#area_service ul li .item_text {
	color: #333;
	padding: 0 1em;
}
#area_service ul li .item_motto,
#area_recruit .item_motto {
	margin: 1em 1em 0.5em;
	text-align: center;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
	color: #333;
	padding: 0.5em 0;
}
#area_service ul li .item_motto::before,
#area_recruit .item_motto::before {
	content: "\f054"; 
  	font-family: "Font Awesome 5 Free"; 
  	font-weight: 600; /* Solidアイコンの場合 */
  	margin-right: 5px;
  	color: #AAAAAA; 
}
.recruit_box {
	background: #FFF;
	padding: 2.1em 2em;
	overflow: hidden;
	border: solid 1px #CCCCCC;
	border-radius: 10px;
}
.recruit_text {
	width: 56%;
	float: right;
	padding-top: 0.5em;
}
.recruit_text h3 {
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0.5em;
}
.recruit_text ul li {
	list-style-type: square;
	margin: 0 0 0.5em 1.1em;
}
.recruit_text ul li:last-child {
	margin-bottom: 1.5em;
}
.recruit_img {
	width: 40%;
	float: left;
	background: #e0ffff;
	padding: 2.5em 0;
	border-radius: 10px;
}
.recruit_img img {
	width: 50%;
	height: auto;
	margin: 0 auto;
	display: block;
}
table.charge {
	margin: 0 auto 1.5em;
}
#area_fare h3 {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 1em;
}
#area_fare dl {
	width: 35em;
	border-bottom: solid 1px #DDDDDD;
	margin: 0 auto 1em;
	clear: both;
	overflow: hidden;
}
#area_fare dl dt {
	font-size: 130%;
	background-image: url("../images/common/img_taxi01.png");
	background-size: 25px auto;
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 30px;
}
#area_fare dl dd {
	font-size: 140%;
	font-weight: bold;
	float: right;
	color: #4BB0A5;
}
#area_fare .item_motto {
	margin: 2.5em auto 1.5em;
	text-align: center;
	width: 35em;
}
#area_fare .item_motto a {
	display: block;
	color: #333;
	padding: 0.5em 0;
	border-top: solid 1px #DDDDDD;
	border-bottom: solid 1px #DDDDDD;
}
#area_fare .item_motto a::before {
	content: "\f054"; 
  	font-family: "Font Awesome 5 Free"; 
  	font-weight: 600; /* Solidアイコンの場合 */
  	margin-right: 5px;
  	color: #AAAAAA; 
}
#area_sean ul {
	margin-bottom: 1em;
}
#area_sean ul li {
	width: 31%;
	background: #FFF;
}
#area_sean ul li .item_img {
	margin: 0 auto 1em;
	background: #e0ffff;
	text-align: center;
	padding: 1em 0;
}
#area_sean ul li .item_img img {
	width: 80%;
	height: auto;
	margin: 0 auto;
	text-align: center;
}
#area_sean ul li h3 {
	font-size: 120%;
	text-align: center;
	font-weight: bold;
    margin-bottom: 0.1em;
	color: #000;
}
#area_sean ul li .item_text {
	color: #333;
	padding: 0 0.5em 0.5em;
}
@media screen and (min-width:768px) and (max-width:1299px) {
	#intro {
		padding: 60px 0 0 0;
	}
	#intro figcaption {
		position: absolute;
		top: 45%;
		transform: translateY(-45%);
		z-index: 1;
		color: #fff;
		font-size: calc(100vw * 50 / 1600);
		line-height: calc(100vw * 70 / 1600);
	}
	#intro figcaption .catch01 {
		font-size: 100%;
		margin-bottom: 0.5em;
	}
	#intro figcaption .catch02 {
		font-size: 80%;
		line-height: 1.2;
	}
	.mainImgPc { display: none !important; }
	.mainImgTb { display: block !important; }
	.mainImgSp { display: none !important; }

	.news_box {
		padding: 3em 2.5em;
		margin-bottom: 1.5em;
	}
	.news_box dl {
		padding: 0 1.2em 1em;
	}
	.news_box dl dd {
		margin-left: 8em;
	}
	#area_service ul li {
		width: 46%;
	}
	.recruit_box {
		background: #FFF;
		padding: 2em 1.7em;
	}
	table.charge {
		margin: 0 auto 1.5em;
	}
	#area_fare dl dt {
		font-size: 125%;
	}
	#area_fare dl dd {
		font-size: 135%;
	}
	#area_sean ul li h3 {
		font-size: 105%;
		text-align: center;
	}
	#area_sean ul li .item_text {
		padding: 0 0.5em 0.5em;
	}	
}
@media screen and (max-width:767px) {
    #intro {
        padding: 60px 0 0 0;
    }
    #intro figcaption {
        top: 25%;
        transform: translateY(-25%);
        font-size: calc(100vw * 60 / 1200);
        line-height: calc(100vw * 80 / 1200);
    }
    .mainImgPc { display: none !important; }
	.mainImgTb { display: none !important; }
    .mainImgSp { display: block !important; }
	
	.news_box {
		padding: 1.5em 0.8em;
		margin-bottom: 1em;
	}
	.news_box dl {
		padding: 0 1em 0.5em;
	}
	.news_box dl dt {
		float: none;
		font-size: 90%;
		font-weight: bold;
		margin-bottom: 0.1em;
	}
	.news_box dl dd {
		margin-left: 0;
	}
	#area_service ul,
	#area_sean ul {
		display: block;
	}
	#area_service ul li {
		width: 97%;
		margin: 0 auto 2.5em;
	}
	#area_service ul li:last-child {
		margin-bottom: 0;
	}
	#area_service ul li .item_img {
		margin: 0 auto 0.8em;
		padding: 1.5em 0;
	}
	#area_service ul li .item_capt {
		font-size: 130%;
		margin-bottom: 0.1em;
	}
	#area_service ul li .item_text {
		padding: 0 0.8em;
	}
	#area_service ul li .item_motto,
	#area_recruit .item_motto {
		margin: 0.8em 0.7em 0.5em;
		padding: 0.4em 0;
	}
	.recruit_box {
		width: 93%;
		margin: auto;
		padding: 1.5em 3%;
	}
	.recruit_text {
		width: auto;
		float: none;
		padding-top: 0;
	}
	.recruit_text h3 {
		font-size: 100%;
		margin-bottom: 0.4em;
	}
	.recruit_text ul li {
		margin: 0 0 0.4em 1.1em;
	}
	.recruit_text ul li:last-child {
		margin-bottom: 1.3em;
	}
	.recruit_img {
		width: 150px;
		float: none;
		background: #FFF;
		padding: 0;
		margin: 1.5em auto 0.1em;
		border-radius: 0;
	}
	.recruit_img img {
		width: 100%;
		height: auto;
	}
	table.charge {
		margin: 0 auto 1.5em;
	}
	#area_fare h3 {
		font-size: 130%;
		margin-bottom: 0.7em;
	}
	#area_fare dl {
		width: 96%;
		margin: 0 auto 0.9em;
		padding-bottom: 0.1em;
	}
	#area_fare dl dt {
		font-size: 120%;
		background-size: 20px auto;
		background-position: left 3px;
		padding-left: 25px;
	}
	#area_fare dl dd {
		font-size: 120%;
		padding-top: 1em;
	}
	#area_fare .item_motto {
		margin: 2em auto 1em;
		width: 98%;
	}
	#area_fare .item_motto a {
		padding: 0.4em 0;
	}
	#area_sean ul {
		margin-bottom: 0;
	}
	#area_sean ul li {
		width: 96%;
		margin: 0 auto 2em;
	}
	#area_sean ul li:last-child {
		margin-bottom: 0;
	}
	#area_sean ul li .item_img {
		margin: 0 auto 0.8em;
		padding: 0.8em 0;
	}
	#area_sean ul li .item_img img {
		width: 80%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}
	#area_sean ul li h3 {
		font-size: 110%;
		margin-bottom: 0.1em;
	}
	#area_sean ul li .item_text {
		padding: 0 0.6em 0.6em;
	}	
}
