﻿@charset "utf-8";
/* CSS Document */

/* style css 
-----------------------------------*/

/*==========*/
/* 基本設定 */
/*==========*/

/* PC/SP出し分け
------------------------------ */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}


/* a link
--------------------------------*/

.charter a {
	color:#C1000E;
	text-decoration:none;
}
.charter a:hover {
	text-decoration:none;
}

/* 共通
------------------------------ */

.charter {
	color: #333;
	line-height: 1.6;
}

.charter img {
	max-width: 100%;
	height: auto;
}

.charter .contents {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.charter :focus {
  outline: none;
}

.heading01 {
	margin-bottom: 80px;
	padding-top: 104px;
	font-size: 48px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.heading01 + p {
	font-size: 24px;
	text-align: center;
	line-height: 1.8;
}

.charter-h01 + p {
	font-size: 24px;
}


.charter .box {
	position: relative;
	background-color: #F2EFD1;
	padding: 24px;
	filter: drop-shadow(0 6px 2px  rgba(0,0,0,.2));
}

.charter .box .inner {
	border: 2px solid #E5B957;
	padding: 80px 40px 36px;
}

.charter .box .inner .img {
	text-align: center;
}

.charter-h01 {
	position: absolute;
	top: -56px;
    left: 0;
	right: 0;
	text-align: center;
    margin: 0 auto;
}

.com-bt {
	display: block;
	text-align: center;
	filter: drop-shadow(0 6px 2px  rgba(0,0,0,.2));
}

.com-bt .point-txt {
	position: relative;
	display: inline-block;
	margin-bottom: -8px;
	padding: 16px 24px;
	border-radius: 8px;
	background-color: #FFF;
	color: #c1000e;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1;
	filter: drop-shadow(0 4px 0px  rgba(0,0,0,.3));
	z-index: 1;
}

.com-bt .point-txt::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 12px solid #FFF;
	border-bottom: 0;
	z-index: 1;
}

.com-bt .btn {
	position: relative;
	display: block;
	padding: 24px 48px;
	border-radius: 48px;
	border: 2px solid #FFF;
	background-color: #c1000e;
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.08em;
	filter: drop-shadow(0 6px 2px  rgba(0,0,0,.2));
	transition: .5s all;
	line-height: 1;
}

.com-bt .btn:hover {
	border: 2px solid #c1000e;
	background-color: #FFF;
	color: #c1000e;
	filter: none;
}

.com-bt .btn::before,
.com-bt .btn::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	right: 32px;
	width: 12px;
	height: 2px;
	border-radius: 9999px;
	background-color: #FFF;
	transform-origin: calc(100% - 1px) 50%;
}

.com-bt .btn::before {
	transform: rotate(45deg);
}

.com-bt .btn::after {
	transform: rotate(-45deg);
}

.com-bt .btn:hover::before,
.com-bt .btn:hover::after {
	background-color: #c1000e;
}

@media screen and (max-width: 1023px) {
	.com-bt .btn,
	.com-bt span{
		font-size: 24px;
		padding: 24px 16px;
	}
}

@media screen and (max-width: 767px) {
.charter .box {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 24px 8px 12px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
}

.charter .box .inner {
	padding: 40px 16px 16px;
}

.charter-h01 {
	max-width: 332px;
}

.com-bt .point-txt {
	font-size: 14px;
	margin-bottom: -6px;
	padding: 12px 20px;
	border-radius: 10px;
}

.com-bt .btn,
.com-bt span {
	font-size: 18px;
	padding: 16px;
}

.com-bt .btn::before,
.com-bt .btn::after {
	right: 16px;
}

.com-bt a {
	max-width: 410px;
	margin: 0 auto;
}
}

/* リンクテキスト（リンク共通の記載があれば）
-----------------------------------*/

.link-next {
	position: relative;
    font-weight: bold;
	color: #c1000e;
	padding-right: 1.8em;
}

.link-next:hover {
	opacity: .7;
}

.link-next:visited {
	color: #c1000e;
}

.link-next::after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -8px;
    background: url(/application/themes/hatobus/assets/images/charter/contact_ic02.svg) no-repeat;
    width: 20px;
    height: 20px;
}

.link-next::after:hover {
	opacity: .7;
}


/* テーブル */
.table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}

.table th {
	padding: 16px;
	border: solid 1px #333;
	text-align: center;
}

.table td {
	padding: 16px;
	border: solid 1px #333;
}

@media screen and (max-width: 767px) {
.table th {
	padding: 8px 4px;
}

.table td {
	padding: 8px 4px;
}
}

/* 横並び
-----------------------------------*/
.com-wrap {
	display: flex;
	justify-content: space-between;
}
.com-wrap .img {
	width: 48%;
}
.com-wrap .txt {
	width: 48%;
}
.com-wrap.txt-left {
	flex-direction: row-reverse;
}

/* 横並びリスト
-----------------------------------*/
.list-col2,
.list-col3,
.list-col4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 0 2%;
}

.list-col2 li {
	width: 48%;
}

.list-col3 li {
	width: 32%;
}

.list-col4 li {
	width: 23%;
}


/* リスト、アイコン
-----------------------------------*/
.list-point li {
	position: relative;
	padding-left: 1.5em;
}

.list-point li::before {
	content: "●";
	position: absolute;
	top: 6px;
	left: 0;
	color: #E5B957;
	font-size: 10px;
}



/* アコーディオン
-----------------------------------*/

.ac-panel[aria-hidden] {
	display: none;
}

.ac-panel[aria-hidden=false] {
	display: block;
}

/* アコーディオン体裁 */
.ac-header {
	position: relative;
	cursor: pointer;
	font-size: 24px;
	background-color: #FFF;
	list-style: none;
	transition: 0.5s all;
}

.ac-header button {
	position: relative;
	width: 100%;
	padding: 8px 16px;
	border: solid 1px #C1000E;
	border-radius: 8px;
	background-color: transparent;
	line-height: 1.3;
	text-align: left;
	cursor: pointer;
}

.ac-header button[aria-expanded=true] {
	border-bottom: none;
	border-radius: 8px 8px 0 0;
}

.ac-header button::after,
.ac-header button::before {
	position: absolute;
	content:'';
	width: 24px;
	height: 3px;
	right: 24px;
	top: 50%;
	background-color: #C1000E;
}

.ac-header button::before {
	transform: rotate(0deg);
}

.ac-header button::after {
	transform: rotate(90deg);
}

.ac-header button[aria-expanded=true]::after {
	display: none;
}

.ac-panel {
	border-bottom: solid 1px #C1000E;
	border-left: solid 1px #C1000E;
	border-right: solid 1px #C1000E;
	border-radius: 0 0 8px 8px;
	display: none;
	padding: 16px 24px;
	background-color: #FFF;
}


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

	.ac-header button::before,
	.ac-header button::after  {
		width: 20px;
		right: 12px;
	}
}


/* ボタン
-----------------------------------*/
.btn-sec {
	padding: 80px 0;
	background-color: #efdb9c;
}

.btn-sec .list-btn {
	display: flex;
	justify-content: space-between;
	max-width: 886px;
	margin: 0 auto;
}

.btn-sec .list-btn li {
	width: 48%;
}

@media screen and (max-width: 767px) {
.btn-sec {
    padding: 48px 0;
}

.btn-sec .list-btn {
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 0;
}

.btn-sec .list-btn li {
    width: 100%;
}

}


/* お問い合わせ
-----------------------------------*/

.contact-sec {
	margin: 32px 0 100px;
}

.contact-sec .contents {
	max-width: 1366px;
}

.contact-sec .h-contact {
	margin-top: 80px;
}

.contact-sec .box-contact {
	padding: 16px;
	background: url(/application/themes/hatobus/assets/images/charter/contact_bg01.jpg) repeat;
	text-align: center;
}

.contact-sec .box-contact .box-inner {
	padding: 32px;
	background: url(/application/themes/hatobus/assets/images/charter/contact_bg02.jpg) repeat;
	text-align: left;
}

.contact-sec .box-contact .wrap {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.contact-sec .box-contact p:not(:last-child) {
	margin-bottom: 16px;
}

.contact-sec .box-contact .col2 {
	background-color: #FDFD00;
}

.contact-sec .box-contact .col2.fleft {
	float: left;
	width: 60%;/* 825/1334 */
	padding: 16px;
	margin: 0 0.5%;
}

.contact-sec .box-contact .col2.fright {
	float: right;
	width: 38%;/* 493/1334 */
	padding: 48px 24px;
	margin: 0 0.5%;
}

.contact-sec .box-contact .tel {
	margin-bottom: 8px;
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	word-break: break-all;
}

.contact-sec .box-contact .tel span {
	color: #F00;
}

.contact-sec .box-contact .note {
	font-size: 14px;
}

.contact-sec .box-contact .note01 {
	display:inline-block;
	font-weight:bold;
	text-decoration:underline;
	font-size:16px;
	color: #F00;
}

.contact-sec .box-contact .list-dl {
	font-size: 0;
}

.contact-sec .box-contact .list-dl li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	font-size: 16px;
	padding: 0 8px;
}

.contact-sec .link-bt {
	display: block;
	max-width: 367px;
	border: 1px solid #000;
	border-radius: 15px;
	background: url(/application/themes/hatobus/assets/images/charter/contact_ic01.png), #FFF;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center right +5%;
	color: #000 !important;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	padding: 16px 32px;
}

.contact-sec .link-bt:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media (max-width: 767px) {

.contact-sec .box-contact {
	padding: 8px;
}

.contact-sec .box-contact .box-inner {
	padding: 8px;
}

.contact-sec .box-contact .col2:nth-child(2) {
	padding: 18px 24px;
}

.contact-sec .box-contact .col2.fleft,
.contact-sec .box-contact .col2.fright {
	float: none;
	width: 100%;
	padding: 16px 4px;
}

.contact-sec .box-contact .col2.fright {
	margin-top: 8px;
}

.contact-sec .box-contact .tel {
	font-size: 30px;
}

.contact-sec .box-contact .list-dl li {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.contact-sec .box-contact .list-dl li:nth-child(2) {
	margin-top: 8px;
}

}

/* index 
------------------------------ */

.index .heading01 {
	font-size: 48px;
	margin-bottom: 64px;
	padding-top: 0;
	line-height: 1;
	text-align: center;
	font-weight: bold;
}

.index .heading01 span {
	font-size: 56px;
}

.index .charter-h01+p {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 32px;
}

.index .line-area img {
    display: inline-block;
	width: 100%;
}


@media screen and (max-width: 767px) {
	
.index .heading01 {
	font-size: 28px;
    line-height: 1.4;
	margin-bottom: 36px;
}
	
.index .heading01 span {
	font-size: 34px;
}

.index .charter-h01+p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 16px;
}

}
/* main
-----------------------------------*/
.index .main-sec {
	position: relative;
	background: #F2EFD1;
}

.index .main-sec .wrap {
	position: absolute;
	top: 38.5%;
    left: 49.5%;
	display: flex;
	flex-direction: column;
    padding-right: 10%;
    width: 50.5%;
}

.index .main-sec .wrap .btn-area a {
	max-width: 406px;
	text-align: center;
    margin: 0 auto 100px;
}

.index .main-sec .wrap .list-col3 {
	justify-content: space-between;
	flex-wrap: nowrap;
}

.index .main-sec .wrap .list-col3 li {
	text-align: center;
}


@media screen and (max-width: 1023px) {
.index .main-sec .wrap {
	width: 53%;
	left: 47%;
}

.index .main-sec .wrap .btn-area a {
    margin: 0 auto 40px;
}
}

@media screen and (max-width: 767px) {
.index .main-sec .wrap {
	width: 100%;
	top: initial;
	bottom: -24px;
	left: 0;
	flex-direction: column-reverse;
	gap: 32px 0;
	padding: 0 20px;
}

.index .main-sec .wrap .btn-area a {
    margin: 0 auto;
}

.index .main-sec .com-bt .point-txt {
        padding: 12px;
}
}


/* 貸切方法
-----------------------------------*/

.index .flow-sec {
	padding: 134px 0 72px;
	background: #F2EFD1;
	background: linear-gradient(180deg,rgba(242, 239, 209, 1) 0%, rgba(247, 244, 237, 1) 40%);
}

.index .flow-sec .list-menu {
	display: flex;
	justify-content: space-between;
	margin: 104px auto 144px;
}

.index .flow-sec .list-menu li {
	width: 32%;
	text-align: center;
	filter: drop-shadow(0 6px 2px rgba(0, 0, 0, .2));
	transition: .5s all;
}

.index .flow-sec .list-menu li:hover {
	filter: none;
}

.index .flow-sec .box {
	position: relative;
	background-color: #F2EFD1;
	margin-bottom: 144px;
	padding: 24px;
	filter: drop-shadow(0 6px 2px  rgba(0,0,0,.2));
}

.index .flow-sec #link03 .box {
	margin-bottom: 0;
}

.index .flow-sec .box .inner {
	border: 2px solid #E5B957;
	padding: 80px 40px 36px;
}

.index .flow-sec .box .com-wrap {
	position: relative;
}

.index .flow-sec .box .com-wrap::after {
	position: absolute;
	content: '';
	width: 2px;
    height: 100%;
    top: 0;
    left: 48.7%;
    background-color: #E5B957;
} 

.index .flow-sec .box .com-wrap figure {
	width: 46%;
	text-align: center;
}

.index .flow-sec .box .com-wrap .txt {
	width: 49.25%;
	line-height: 1.6;
}

.index .flow-sec .box .com-wrap .txt p:not(:last-child) {
	margin-bottom: 2em;
}

.index .flow-sec .box .com-wrap .txt dl {
	color: #666;
}

.index .flow-sec .box .com-wrap .txt dt {
	font-weight: 100;
}

.index .flow-sec .box .list-plan {
	margin-top: 56px;
	text-align: center;
}

.index .flow-sec .list-btn {
	max-width: 880px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 2%;
	margin: 40px auto 0;
}

.index .flow-sec .list-btn li {
	width: 49%;
}

.index .flow-sec .list-btn .com-bt a {
	padding: 24px;
}

.index .flow-sec .list-btn .com-bt::after {
    right: 24px;
}

@media screen and (max-width: 1023px) {
	
.index .flow-sec .list-btn {
	margin-top: 40px;
	gap: 16px 1%;
}

.index .flow-sec .list-btn li {
	width: 100%;
	max-width: 410px;
	margin: 0 auto;
}

}

@media screen and (max-width: 767px) {
.index .flow-sec {
	padding: 120px 0 72px;
}

.index .flow-sec .list-menu {
	flex-wrap: wrap;
	margin: 24px auto 120px;
	gap: 16px 2%;
}

.index .flow-sec .list-menu  li {
	width: 100%;
}

.index .flow-sec .box {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 104px;
	padding: 24px 8px 12px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
}

.index .flow-sec .box .com-wrap {
	flex-wrap: wrap;
}

.index .flow-sec .box .inner {
    border: 2px solid #E5B957;
	padding: 40px 8px 24px;
}

.index .flow-sec .box .com-wrap figure {
	width: 100%;
}

.index .flow-sec .box .com-wrap .txt {
	width: 100%;
	font-size: 14px;
	margin-top: 8px;
}

.index .flow-sec .box .com-wrap::after {
	content: none;
}

.index .flow-sec .box .list-plan {
	gap: 32px 0;
}

.index .flow-sec .box .list-plan li {
	width: 100%;
}

.index .flow-sec .list-btn .com-bt a {
	padding: 16px;
}
}

/* Key Point
-----------------------------------*/

.index .point-sec {
	background: url(/application/themes/hatobus/assets/images/charter/index/point_bg01.jpg)no-repeat;
	background-position: center top;
	background-size: cover;
	color: #FFF;
}

.index .point-sec .en-ravel {
	position: relative;
}

.index .point-sec .en-ravel p {
	position: absolute;
	bottom: -10%;
    left: 0;
    right: 0;
    text-align: center;
}

.index .point-sec .guide-img {
	display: none;
}

.index .point-sec .heading01 {
	padding-top: 64px;
}

.index .point-sec .heading01+p {
	font-size: 24px;
    line-height: 1.8;
	margin: 72px auto 64px;
	text-align: center;
}

.index .point-sec .list-work {
	position: relative;
	max-width: 568px;
	background-color: rgba(255, 255, 255, 0.92);
	color: #333;
	font-weight: bold;
	line-height: 1.8;
	padding: 24px;
	margin: 76px auto 104px 0;
	filter: drop-shadow(0 6px 2px  rgba(0,0,0,.2));
}

.index .point-sec .list-point li {
	position: relative;
}

.list-point li::before {
    content: "●";
    position: absolute;
    top: 8%;
    left: 0;
    color: #E5B957;
    font-size: 9px;
}

.index .point-sec .list-work:last-child {
	margin-bottom: 128px;
}

.index .point-sec .list-work li span{
	font-weight: 100;
}

.index .point-sec .list-work .inner {
	border: 2px solid #E5B957;
	padding: 36px 40px;
}

.index .point-sec .list-work dt {
	position: absolute;
	top: -32px;
    left: 0;
	right: 0;
	text-align: center;
}

.index .point-sec .list-work .note {
	margin-top: 2em;
	font-weight: 100;
}

@media screen and (max-width: 1200px) {
.index .point-sec {
	position: relative;
	background-image: url(/application/themes/hatobus/assets/images/charter/index/point_bg01_sp.jpg);
	color: #FFF;
}

.index .point-sec .guide-img {
	display: block;
	position: absolute;
	max-width: 540px;
    top: -40px;
	left: 0;
    right: 0;
    margin: 0 auto;
	z-index: 1;
}

.index .point-sec .en-ravel p {
	bottom: -280px;
    margin: 0 auto;
    z-index: 2;
}

.index .point-sec .heading01 {
	font-size: 22px;
	margin-bottom: 28px;
	padding-top: 320px;
}

.heading01 span {
    font-size: 40px;
}

.index .point-sec .list-work {
    margin: 76px auto 104px;
}
}

@media screen and (max-width: 767px) {
.index .point-sec .guide-img {
	max-width: 375px;
}

.index .point-sec .en-ravel p {
	max-width: 224px;
	bottom: -200px;
}

.index .point-sec .heading01 {
	padding-top: 240px;
}

.index .point-sec .heading01+p {
	font-size: 18px;
    line-height: 1.8;
	margin: 0 auto 48px;
	text-align: center;
}

.index .point-sec .list-work {
	margin: 48px auto 56px 0;
    padding: 16px;
}

.index .point-sec .list-work dt {
	max-width: 304px;
	top: -24px;
	margin: 0 auto;
}

.index .point-sec .list-work .inner {
    border: 2px solid #E5B957;
    padding: 24px 16px 16px;
}

.index .point-sec .list-work li span{
	font-size: 14px;
}

.index .point-sec .list-work .note {
	margin-top: 1em;
	font-size: 14px;
}

}

/* 貸切バスのご紹介
-----------------------------------*/
.index .bus-sec {
	position: relative;
}

.index .bus-sec .bg-color {
	background: #f7f4ed;
	overflow: hidden;
	padding-bottom: 144px;
}

.index .bus-sec .en-ravel {
	position: absolute;
	top: -8%;
    left: 0;
    right: 0;
    text-align: center;
}

.index .bus-sec .box {
	position: relative;
	background-color: #F0F8FF;
	padding: 24px;
	margin-top: 104px;
	filter: drop-shadow(0 6px 2px  rgba(0,0,0,.2));
}

.index .bus-sec .box:first-child {
	margin-bottom: 104px;
}

.index .bus-sec .box:last-child {
	margin-top: 144px;
	margin-bottom: 0;
}

.index .bus-sec .box .inner {
	border: 2px solid #003987;
	padding: 80px 40px 36px;
}

.index .bus-sec .box .com-wrap {
	position: relative;
	align-items: flex-end;
	margin-top: 40px;
}

.index .bus-sec .box .com-wrap::after {
	position: absolute;
	content: '';
	width: 1px;
    height: 100%;
    top: 0;
    left: 48.7%;
    background-color: #003987;
} 

.index .bus-sec .box:last-child .inner {
	border: 2px solid #44A013;
}

.index .bus-sec .box:last-child .com-wrap::after {
    background-color: #44A013;
} 

.index .bus-sec .box .charter-h01 {
	top: -32px;
}

.index .bus-sec .box:last-child {
	background-color: #F5FCEB;
}

.index .bus-sec .box .txt .list-point li:not(:last-child) {
    padding-bottom: 8px;
}

.index .bus-sec .box .list-ic {
	margin: 40px auto;
	text-align: center;
}

.index .bus-sec .box .slide-wrap {
	position: relative;
	width: 48%;
}

.index .bus-sec .slide-wrap .arrow_box01,
.index .bus-sec .slide-wrap .arrow_box02 {
	display: flex;
	justify-content: flex-end;
	gap: 0 16px;
	padding-right: 16px;
}

.index .bus-sec .slide-wrap .slide-arrow {
	content: "";
	display: inline-block;
	bottom: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background-size: 100% auto;
	vertical-align: middle;
	filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.25));
}
		
.index .bus-sec .slide-wrap .slide-arrow:hover {
	opacity: .7;
	cursor: pointer;
}	
	
.index .bus-sec .slide-wrap .slide-arrow.next-arrow {
	background: url(/application/themes/hatobus/assets/images/charter/index/arrow_ic01.svg) no-repeat;
	background-size: 100% auto;
}

.index .bus-sec .slide-wrap .slide-arrow.prev-arrow {
	background: url(/application/themes/hatobus/assets/images/charter/index/arrow_ic02.svg) no-repeat;
	background-size: 100% auto;
}

.index .bus-sec .slide-wrap .slick-dots {
	position: absolute;
	bottom: 18px;
    width: calc(100% - 160px);
    list-style: none;
	text-align: right;
}

.index .bus-sec .slide-wrap .slick-dots li { 
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 6px;
	background: #666;
	border-radius: 50%;
}

.index .bus-sec .slide-wrap .slick-dots li:hover,
.index .bus-sec .slide-wrap .slick-dots li.slick-active {
	background: #E5B957;
	cursor:pointer
}

.index .bus-sec .slide-wrap button  {
	display: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	padding: 0;
	border: none;
	background-color: transparent;
}

.index .bus-sec .com-bt {
	max-width: 402px;
    margin: 0 auto;
}

@media screen and (max-width: 1023px) {
.index .bus-sec .en-ravel {
	top: -4%;
}

.index .bus-sec .heading01 {
	margin: 32px auto 64px;
}

.index .bus-sec .box .com-wrap {
	flex-wrap: wrap;
}

.index .bus-sec .box .com-wrap::after {
	content: none;
}
.index .bus-sec .box .com-wrap .txt {
	width: 100%;
	border-top: solid 1.5px #003987;
    padding-top: 16px;
    margin-top: 16px;
}

.index .bus-sec .box:last-child .com-wrap .txt {
	border-top: solid 1.5px #44A013;
}

.index .bus-sec .box .com-wrap figure {
	width: 100%;
}

.index .bus-sec .box .slide-wrap {
	width: 100%;
	max-width: 520px;
	margin: 0 auto;
}

}

@media screen and (max-width: 767px) {
.index .bus-sec {
    padding-bottom: 0;
}

.index .bus-sec .bg-color {
    padding-bottom: 40px;
}

.index .bus-sec .en-ravel {
	top: -64px;
	max-width: 224px;
    margin: 0 auto;
}

.index .bus-sec .heading01 {
	margin: 40px auto 72px;
}

.index .bus-sec .box {
	width: 100vw;
	margin: 0 calc(50% - 50vw) 80px;
	padding: 24px 8px 12px;
	filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
}

.index .bus-sec .box .inner {
	padding: 64px 8px 24px;
}

.index .bus-sec .charter-h01+p {
	font-size: 17px;
}

.index .bus-sec .box:last-child {
	margin: 64px calc(50% - 50vw) 40px;
}

.index .bus-sec .box .list-point {
	font-weight: bold;
	line-height: 1.6;
}

.index .bus-sec .box .list-point li::before {
    left: 4px;
}

.index .bus-sec .box .list-ic {
	text-align: center;
    margin: 24px auto 40px;
}

.index .bus-sec .arrow_box {
	gap: 0 8px;
}

.index .bus-sec .slick-dotted.slick-slider {
    margin-bottom: 16px;
}

.index .bus-sec .slide-wrap .slide-arrow {
	width: 42px;
	height: 42px;
}

.index .bus-sec .dots-wrap {
	bottom: 32px;
	right: 88px;
}

.index .bus-sec .dots-wrap .slick-dots li {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}

}


/* お客様の声
-----------------------------------*/

.index .voice-sec {
	position: relative;
	background-color: #f2f9f3;
	background-image: url(/application/themes/hatobus/assets/images/charter/index/voice_bg02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto auto;
}

.index .voice-sec .en-ravel {
	position: relative;
}

.index .voice-sec .en-ravel p {
	position: absolute;
	bottom: -10%;
    left: 0;
    right: 0;
    text-align: center;
}

.index .voice-sec .heading01 {
	padding-top: 64px;
}

.index .voice-sec .list-voice {
	margin-top: 88px;
}

.index .voice-sec .list-voice li {
	margin-bottom: 40px;
}

.index .voice-sec .com-wrap {
	justify-content: flex-start;
	gap: 0 4%;
}

.index .voice-sec .com-wrap .txt {
	position: relative;
	width: 71%;
	max-width: 832px;
	background-color: #FFF;
	border-radius: 8px;
	padding: 24px;
	filter: drop-shadow(0 0 7px rgba(0, 0, 0, .25));
}

.index .voice-sec .com-wrap .txt::after {
	position: absolute;
	content: '';
	background:  url(/application/themes/hatobus/assets/images/charter/index/voice_ic01.svg)no-repeat;
	top: 56px;
    left: -20px;
    width: 26px;
    height: 32px;
}

.index .voice-sec .com-wrap.txt-left .txt::after {
	position: absolute;
	content: '';
	background:  url(/application/themes/hatobus/assets/images/charter/index/voice_ic02.svg)no-repeat;
	top: 56px;
	left: auto;
    right: -20px;
    width: 26px;
    height: 32px;
}

.index .voice-sec .com-wrap .txt dt {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 1em;
}

.index .voice-sec .com-wrap .txt dd {
	line-height: 1.6;
}

.index .voice-sec .car-img {
	max-width: 288px;
	margin: 72px auto -64px;
}

.index .voice-sec::after {
	content: '';
	display: block;
	width: 100%;
	height: 150px;
	background-color: #ede8df;
}

@media screen and (max-width: 1023px) {
.index .voice-sec .en-ravel p {
    bottom: -24%;
}
}

@media screen and (max-width: 767px) {
.index .voice-sec .en-ravel p {
	max-width: 224px;
    bottom: -40px;
	margin: 0 auto;
}

.index .voice-sec .com-wrap {
	gap: 0 2%;
	justify-content: space-between;
}

.index .voice-sec .com-wrap .txt::after {
    top: 24px;
	left: -12px;
}

.index .voice-sec .com-wrap.txt-left .txt::after {
    top: 24px;
    left: auto;
    right: -12px;
}

.index .voice-sec .list-voice {
    margin-top: 0;
}

.index .voice-sec .list-voice .icon {
	width: 12.8%;
}

.index .voice-sec .com-wrap .txt {
	width: 78.5%;
	padding: 12px
}

.index .voice-sec .com-wrap .txt dt {
	font-size: 17px;
	line-height: 1.6;
}

.index .voice-sec .com-wrap .txt dd {
	font-size: 14px;
	line-height: 1.8;
}

}


/* 下層ページ共通
------------------------------ */

.charter.faq .main-sec,
.charter.flow .main-sec,
.charter.business .main-sec {
	position: relative;
	height: 222px;
	background: url(/application/themes/hatobus/assets/images/charter/business/main_bg01.png) no-repeat;
	background-size: auto 100%;
	background-position: top center;
}

.charter.faq .main-sec .heading-main,
.charter.flow .main-sec .heading-main,
.charter.business .main-sec .heading-main {
	position: absolute;
	top: 50%;
    left: 0;
    right: 0;
    text-align: center;
	transform: translateY(-50%);
	font-size: 48px;
	font-weight: bold;
}

.charter.faq .box,
.charter.flow .box,
.charter.business .box {
	margin-top: 96px;
}


.charter.faq .bg-color,
.charter.flow .bg-color,
.charter.business .bg-color {
	background-color: #FFFCEB;
	padding-bottom:  128px;
}


@media screen and (min-width: 1920px) {
.charter.faq .main-sec,
.charter.flow .main-sec,
.charter.business .main-sec {
	background-size: 100% 100%;
}
}

@media screen and (max-width: 767px) {
.charter {
	font-size: 14px;
}

.charter.faq .heading01,
.charter.flow .heading01,
.charter.business .heading01 {
	font-size: 28px;
    line-height: 1.4;
	margin-bottom: 24px;
	padding-top: 64px;
}

.charter.faq .heading01 + p,
.charter.flow .heading01 + p,
.charter.business .heading01 + p {
	font-size: 16px;
}

.charter.faq .charter-h01,
.charter.flow .charter-h01,
.charter.business .charter-h01 {
	top: -56px;
}

.charter.faq .charter-h01 + p,
.charter.flow .charter-h01 + p,
.charter.business .charter-h01 + p {
	font-size: 16px;
	margin: 24px auto;
}

.charter.faq .box,
.charter.flow .box,
.charter.business .box {
    margin: 64px calc(50% - 50vw) 0;
	padding: 16px 8px;
}

.charter.faq .box .inner,
.charter.flow .box .inner,
.charter.business .box .inner {
	padding: 40px 8px 24px;
}

.charter.faq .bg-color,
.charter.flow .bg-color,
.charter.business .bg-color {
	background-color: #FFFCEB;
	padding-bottom:  64px;
}

.charter.faq .main-sec,
.charter.flow .main-sec,
.charter.business .main-sec {
	height: 111px;
	background: url(/application/themes/hatobus/assets/images/charter/business/main_bg01_sp.png) no-repeat;
	background-size: 100% 100%;
	background-position: top center;
}

.charter.faq .main-sec .heading-main,
.charter.flow .main-sec .heading-main,
.charter.business .main-sec .heading-main {
	font-size: 24px;
	padding: 0 16px;
}

}


/* 貸切送迎プランについて
-----------------------------------*/
.charter.business .sec-01 {
	margin-top: 48px;
	margin-bottom: 104px;
}

.charter.business .sec-01 .intro {
	font-size: 24px;
	line-height: 1.8;
	margin-bottom: 128px;
	text-align: center;
}

.charter.business .sec-01 .box .list-col3 {
	justify-content: space-around;
	gap: 40px 2%;
	margin-top: 48px;
}

.charter.business .sec-01 .box dt {
	display: flex;
	align-items: center;
	justify-content: center;
    gap: 0 6px;
	background-color: #564A2E;
	color: #FFF;
	font-size: 22px;
	font-weight: bold;
	border-radius: 4px;
    padding: 12px 8px;
    margin-bottom: 8px;
}

.charter.business .sec-01 .box dt span {
	font-size: 24px;
    border: solid 1px #FFF;
	border-radius: 50px;
    padding: 10px 16px;
	line-height: 1;
}

.charter.business .sec-01 .box dd.txt {
	margin-top: 1em;
}

.charter.business .sec-02 .box,
.charter.business .sec-04 .box {
	background-color: #FFF;
	margin-top: 64px;
}

.charter.business .sec-02 .inner,
.charter.business .sec-04 .inner {
	padding-top: 60px;
}

.charter.business .sec-02 .charter-h01,
.charter.business .sec-04 .charter-h01 {
    top: -28px;
}

.charter.business .sec-02 .list-col2 .txt li {
	width: 100%;
}

.charter.business .sec-02 .list-col2 .img {
	text-align: right;
	margin-top: 1em;
}

.charter.business .sec-03 {
	margin-bottom: 104px;
}

.charter.business .sec-03 .charter-h01 {
	top: -36px;
}

.charter.business .sec-03 .charter-h01 + p {
	margin-bottom: 120px;
}

.charter.business .sec-03 .box {
	margin: 120px auto 0;
}

.charter.business .sec-03 .box.inner {
    padding: 80px 16px 36px;
}

.charter.business .sec-03 .txt-col {
	position: relative;
	display: flex;
	justify-content: space-around;
    gap: 0 4%;
}

.charter.business .sec-03 .txt-col::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
	left: -4px;
    right: 0;
    margin: 0 auto;
    background-color: #E5B957;
}

.charter.business .sec-03 .txt-col p {
	width: 45.573%;
}

.charter.business .sec-03 .txt-col ul {
	width: 46.093%;
	background-color: #FFF;
	border-radius: 8px;
	padding: 30px 38px;
}

.charter.business .sec-03 .txt-col ul li:not(:last-child) {
	margin-bottom: 8px;
}

.charter.business .sec-04 .list-col2 {
	gap: 0 4%;
}


@media screen and (max-width: 1600px) {
.charter.business .sec-01 .box dt {
	font-size: 16px;
	padding: 16px 4px;
}

.charter.business .sec-01 .box dt span {
	font-size: 18px;
	padding: 4px 8px;
}
}


@media screen and (max-width: 1023px) {
.charter.business .sec-01 .box .list-col3 {
	flex-wrap: wrap;
	margin-top: 24px;
}

.charter.business .sec-01 .box .list-col3 li {
	width: 48%;
}

.charter.business .sec-03 .txt-col ul {
	padding: 16px;
}

.charter.business .sec-04 .inner {
	padding-top: 24px;
}
}


@media screen and (max-width: 767px) {
.charter.business .sec-01 {
	margin-top: 24px;
	margin-bottom: 64px;
}

.charter.business .sec-01 .intro {
	font-size: 18px;
    margin-top: 24px;
	margin-bottom: 88px;
}

.charter.business .sec-01 .box .list-col3 li {
	width: 100%;
	max-width: 360px;
}

.charter.business .sec-02 .list-col2,
.charter.business .sec-04 .list-col2 {
    justify-content: center;
	gap: 0 2%;
}

.charter.business .sec-02 .box,
.charter.business .sec-04 .box {
	width: 100%;
}

.charter.business .sec-02 .inner,
.charter.business .sec-04 .inner {
	padding-top: 24px;
}

.charter.business .sec-03 {
	margin-bottom: 64px;
}

.charter.business .sec-03 .charter-h01 + p {
	margin-bottom: 64px;
}

.charter.business .sec-03 .box {
	margin: 64px calc(50% - 50vw) 0;
}

.charter.business .sec-03 .box .inner {
	padding: 24px;
}

.charter.business .sec-03 .charter-h01 {
    top: -16px;
}

.charter.business .sec-03 .txt-col {
	flex-wrap: wrap;
}

.charter.business .sec-03 .txt-col::after {
	content: none;
}

.charter.business .sec-03 .txt-col p {
	width: 100%;
	border-bottom: solid 1.5px #E5B957;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.charter.business .sec-03 .txt-col ul {
	width: 100%;
	padding: 16px;
}

}


/* 貸切バスご利用の流れ
-----------------------------------*/
.charter.flow .flow-sec {
	margin-top: 64px;
    margin-bottom: 104px;
}

.charter.flow .flow-sec .btn-area {
	display: flex;
	justify-content: space-between;
	gap: 8px 1%;
}

.charter.flow .flow-sec .btn-area a:hover {
	opacity: .7;
}

.charter.flow .flow-sec .box-wrap {
    padding-top: 40px;
}

.charter.flow .flow-sec .box .charter-h01 + p {
    font-size: 16px;
}

.charter.flow .flow-sec #link01 dl {
	margin: 2em auto 1em;
}

.charter.flow .flow-sec #link01 dt {
	font-weight: 100;
}

.charter.flow .flow-sec #link01 ol {
	list-style: none;
    padding-left: 2em;
    text-indent: -2.5em;
}

.charter.flow .flow-sec #link01 .wrap {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
    justify-content: space-between;
    gap: 16px 1%;
}

.charter.flow .flow-sec #link01 .col2 {
	display: flex;
	flex-direction: column;
    justify-content: center;
	gap: 16px 0;
	background-color: #FDFD00;
	font-size: 12px;
	padding: 16px;
}

.charter.flow .flow-sec #link01 .col2.fleft {
	width: 60%;/* 825/1334 */
}

.charter.flow .flow-sec #link01 .col2.fright {
	width: 39%;/* 493/1334 */
}

.charter.flow .flow-sec #link01 .tel {
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	word-break: break-all;
}

.charter.flow .flow-sec #link01 .list-dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px 2%;
}

.charter.flow .flow-sec #link01 .list-dl li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	font-size: 16px;
	padding: 0 8px;
}

.charter.flow .flow-sec #link01 .link-bt {
	display: block;
	max-width: 367px;
	border: 1px solid #000;
	border-radius: 15px;
	background: url(/application/themes/hatobus/assets/images/charter/contact_ic01.png), #FFF;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: center right +5%;
	color: #000 !important;
	font-weight: bold;
	line-height: 1;
	margin: 0 auto;
	padding: 16px 32px;
}

.charter.flow .flow-sec #link01 .link-bt:hover {
	opacity: 0.7;
	text-decoration: none;
}

.charter.flow .flow-sec #link03 .com-bt {
	max-width: 402px;
    margin: 1em auto 0;
}

.charter.flow .flow-sec #link03 .com-bt a {
	font-size: 24px;
}

@media screen and (max-width: 1440px) {
		
.charter.flow .flow-sec #link01 .col2.fleft,
.charter.flow .flow-sec #link01 .col2.fright {
	width: 48%;
}

.charter.flow .flow-sec #link01 .tel {
	font-size: 24px;
}

.charter.flow .flow-sec #link01 .list-dl li {
	width: 100%;
}
}


@media screen and (max-width: 767px) {
.charter.flow .flow-sec {
	margin-top: 24px;
    margin-bottom: 64px;
}

.charter.flow .flow-sec #link01 .col2.fleft,
.charter.flow .flow-sec #link01 .col2.fright {
	width: 100%;
}

.charter.flow .flow-sec .btn-area {
	flex-wrap: wrap;
	justify-content: center;
}

.charter.flow .flow-sec .btn-area li {
	width: 100%;
}

.charter.flow .flow-se .box-wrap {
    padding-top:40px;
}

.charter.flow .flow-sec .box .charter-h01 + p {
    margin: 16px auto;
}

.charter.flow .flow-sec .tel {
	font-size: 30px;
}

.charter.flow .flow-sec #link03 .com-bt a {
	font-size: 16px;
}
}


/* よくあるお問合せ
-----------------------------------*/
.charter.faq .faq-sec {
	margin-top: 64px;
    margin-bottom: 104px;
}

.charter.faq .faq-sec .list-menu {
	display: flex;
	justify-content: space-between;
	gap: 8px 1%;
	margin-bottom: 40px;
}

.charter.faq .faq-sec .list-menu li {
	width: 24%;
	text-align: center;
	filter: drop-shadow(0 6px 2px rgba(0, 0, 0, .2));
	transition: .5s all;
}

.charter.faq .faq-sec .list-menu li:hover {
	filter: none;
}

.charter.faq .faq-sec .box-wrap {
    padding-top: 40px;
}

.charter.faq .faq-sec .box .inner {
	padding: 40px 24px 36px;
}

.charter.faq .box .ac-header:not(:first-child) {
	margin-top: 40px;
}

.charter.faq .ac-header button {
	padding: 24px 2em 24px 36px;
}

.charter.faq .ac-panel {
	padding: 16px 40px;
}

.charter.faq .ac-header button .wrap,
.charter.faq .ac-panel .wrap {
	display: flex;
	justify-content: flex-start;
    align-items: flex-start;
	gap: 0 2%;
}

.charter.faq .ac-header .img,
.charter.faq .ac-panel .img {
	height: 32px;
    padding-top: 4px;
}

.charter.faq .ac-header .txt,
.charter.faq .ac-panel .txt {
	width: 82.454%;
}


.charter.faq .ac-header .img img,
.charter.faq .ac-panel .img img {
	object-fit: cover;
	height: 100%;
}

.charter.faq .ac-header .txt {
	border-left: solid 2px #C1000E;
	padding-left: 2%;
}

.charter.faq .ac-panel .txt {
	border-left: solid 2px #333;
	padding-left: 2%;
}

.charter.faq .ac-header .txt {
	font-weight: bold;
	color: #333;
	line-height: 1.4;
}

.charter.faq .ac-panel .txt dl {
	margin-top: 1em;
}

.charter.faq .ac-panel .table {
	max-width: 306px;
	font-size: 14px;
	margin-top: 8px;
}

.charter.faq .ac-panel .table td {
	padding: 12px 8px;
}

.charter.faq .ac-panel .table td:first-child {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
.charter.faq .faq-sec {
	margin-top: 24px;
    margin-bottom: 64px;
}

.charter.faq .faq-sec .list-menu {
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}

.charter.faq .faq-sec .list-menu li {
	width: 100%;
	filter: none;
}

.charter.faq .faq-sec .box .inner {
	padding: 40px 16px 24px;
}

.charter.faq .box .ac-header:not(:first-child) {
	margin-top: 16px;
}

.charter.faq .ac-header button {
	font-size: 16px;
	padding: 16px 2em 16px 12px;
}

.charter.faq .ac-panel {
	padding: 16px;
}

.charter.faq .ac-header .img,
.charter.faq .ac-panel .img {
	height: 26px;
	padding-top: 2px;
}

.charter.faq .ac-header .txt,
.charter.faq .ac-panel .txt {
	width: 100%;
	border-left: none;
	padding-left: 0;
}

}
