@charset "UTF-8";
/*===============================================
画面の横幅が770px以上
===============================================*/
@media screen and (min-width: 770px){
/*=========================
▼▼共通▼▼
===========================*/
.title_box {
	display: inline-block;
}
.title_box h2 {
	font-size: 37px;
	line-height: 1.3;
    margin-bottom: 9px;
}
.title_box p {
	font-size: 13px;
	line-height: 1.5;
    font-weight: bold;
}
/*=========================
▲▲共通▲▲
===========================*/
#subpage_main .main_img_bg {
	background-image: url("../img/travel/main_img.jpg");
}

#conts_business {
	padding-top: 87px;
	margin-bottom: 132px;
}
#conts_business .text_box {
	display: table;
	height: 580px;
    width: 1200px;
    margin: 0 auto;
}
#conts_business .text_box .auto {
	padding-left: 637px;
	display: table-cell;
	vertical-align: middle;
}
#conts_business .text_box h3 {
	font-size: 27px;
	line-height: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
#conts_business .text_box .text {
	line-height: 32px;
}
#conts_business .img {
	width: 47%;
	height: 580px;
	position: absolute;
	top: 87px;
	left: 0;
	background-image: url("../img/business/img_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#conts_services {
    padding-top: 134px;
	z-index: 9;
	margin-bottom: 106px;
	text-align: center;
}
#conts_services::before {
	content: "";
	display: block;
	width: 100%;
	height: 615px;
	background-image: url("../img/business/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
}
#conts_services .title_box {
    margin-bottom: 87px;
}
#conts_services .bg_box {
    background-color: #fff;
	padding: 98px 85px 81px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow:0px 2px 5px 2px rgba(0,0,0,0.08);
}
#conts_services .bg_box .text_box {
    width: 412px;
	text-align: left;
    padding-bottom: 13px;
    margin: auto auto auto 0;
}
#conts_services .bg_box .text_box .sub_title {
    font-size: 13px;
    font-weight: bold;
	line-height: 1.3;
    margin-bottom: 12px;
}
#conts_services .bg_box .text_box h3 {
    width: 234px;
	margin-bottom: 14px;
}
#conts_services .bg_box .text_box .text {
	margin-bottom: 45px;
}
#conts_services .bg_box .text_box .btn {
	width: 237px;
}
#conts_services .bg_box .img {
    width: 560px;
	border: 1px solid #e9e9e9;
	box-shadow:0px 2px 5px 2px rgba(0,0,0,0.08);
}

#conts_group {
	text-align: center;
}
#conts_group .title_box {
	margin-bottom: 55px;
}
#conts_group h4 {
	font-size: 18px;
	line-height: 1.5;
    font-weight: bold;
	margin-bottom: 27px;
}
#conts_group table {
	width: 846px;
	margin: 0 auto;
	text-align: left;
	line-height: 27px;
	border-top: 1px solid #ececec;
}
#conts_group table tr {
	width: 100%;
	border-bottom: 1px solid #ececec;
}
#conts_group table tr th {
	width: 352px;
    padding: 18px 15px 18px;
	color: #f18b2c;
    vertical-align: middle;
}
#conts_group table tr th a {
	text-decoration: underline;
}
#conts_group table tr th a:hover {
	text-decoration: none;
}
#conts_group table tr td {
	width: 494px;
    line-height: 23px;
    padding: 18px 30px 17px 0;
}
#conts_group table tr td .small {
	font-size: 13px;
}

}
/*===============================================
画面の横幅が769pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:769px){
/*=========================
▼▼共通▼▼
===========================*/
.title_box h2 {
	font-size: 3rem;
	line-height: 1.3;
    margin-bottom: 6px;
}
.title_box p {
	font-size: 1.2rem;
	line-height: 1.5;
    font-weight: bold;
}
/*=========================
▲▲共通▲▲
===========================*/
#subpage_main .main_img_bg {
	background-image: url("../img/travel/main_img.jpg");
}

#conts_business {
	margin-bottom: 70px;
}
#conts_business .text_box {
    margin-bottom: 30px;
}
#conts_business .text_box h3 {
	font-size: 1.8rem;
	line-height: 1.9;
	font-weight: bold;
	margin-bottom: 18px;
}
#conts_business .text_box .text {
	line-height: 2;
}
#conts_business .img {
	width: 100%;
	height: 70vw;
	background-image: url("../img/business/img_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#conts_services {
    padding-top: 60px;
	margin-bottom: 70px;
	z-index: 9;
	text-align: center;
}
#conts_services::before {
	content: "";
	display: block;
	width: 100%;
	height: 220px;
	background-image: url("../img/business/bg_01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
}
#conts_services .title_box {
    margin-bottom: 48px;
}
#conts_services .bg_box {
    background-color: #fff;
	padding: 36px 24px 55px;
    position: relative;
}
#conts_services .bg_box .text_box {
    width: 100%;
	text-align: left;
    margin-bottom: 20px;
}
#conts_services .bg_box .text_box .sub_title {
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.3;
    margin-bottom: 10px;
	letter-spacing: -.04em;
}
#conts_services .bg_box .text_box h3 {
    width: 210px;
	margin-bottom: 14px;
}
#conts_services .bg_box .text_box .text {
	margin-bottom: 34px;
}
#conts_services .bg_box .text_box .btn {
	width: 250px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); 
}
#conts_services .bg_box .img {
    width: 100%;
	box-shadow:0px 2px 3px 2px rgba(0,0,0,0.08);
    margin-bottom: 28px;
}

#conts_group {
	text-align: center;
}
#conts_group .title_box {
	margin-bottom: 30px;
}
#conts_group h4 {
	font-size: 1.7rem;
	line-height: 1.5;
    font-weight: bold;
	margin-bottom: 24px;
}
#conts_group table {
	width: 100%;
    display: block;
	margin: 0 auto;
	text-align: left;
	line-height: 1.6;
	border-top: 1px solid #ececec;
}
#conts_group table tr {
	width: 100%;
    display: block;
    padding: 20px 5% 19px;
	border-bottom: 1px solid #ececec;
}
#conts_group table tr:last-of-type {
    margin-bottom: 0;
}
#conts_group table tr th {
	width: 100%;
    display: block;
	color: #f18b2c;
    font-weight: bold;
    margin-bottom: 6px;
}
#conts_group table tr th a {
	text-decoration: underline;
}
#conts_group table tr th a:hover {
	text-decoration: none;
}
#conts_group table tr td {
	width: 100%;
    display: block;
    font-size: 1.4rem;
}
#conts_group table tr:last-of-type td {
	text-align: left;
}
#conts_group table tr td .small {
	font-size: 1.2rem;
	display: inline-block;
	line-height: 1.4;
}


}



















