@charset "utf-8";
body {
  color: #313131;
  font-family: 'Noto Sans JP', sans-serif;
}
img {
  height: auto;
  max-width: 100%;
}
@media all and (min-width: 544px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}


/* 汎用 */

.lnav {
  padding: 40px 0 20px;
  text-align: center;
}
.button a {
  display: block;
  padding: 16px;
  position: relative;
  text-align: center;
}
.button_small a {
  padding: 8px 36px;
}
.button.-internal_link {
  background: #fff;
  border: solid 1px #086788;
  margin-bottom: 10px;
}
.button.-internal_link a {
  color: #086788;
  display: block;
  padding-left: 40px;
}
.button.-internal_link a:hover {
  background: #c5edff;
  text-decoration: none;
}
.button.-internal_link a::before {
  border-color: transparent transparent transparent #086788;
  border-style: solid;
  border-width: 6px 12px;
  content: "";
  display: block;
  left: 16px;
  position: absolute;
  top: calc(50% - 6px);
}
.button.-external_link {
  background: #dd1c1a;
  margin-bottom: 10px;
}
.button.-external_link a {
  color: #fff;
  display: block;
}
.button.-external_link a:hover {
  background: #f7211e;
  text-decoration: none;
}
.button.-external_link a::after {
  content: url(../img/icn_ex_link.svg);
  position: absolute;
  right: 16px;
}
.button.-download_link {
  background: #f0c808;
  margin-bottom: 10px;
}
.button.-download_link a {
  color: #000;
  display: block;
  font-weight: 700;
  padding-left: 40px;
}
.button.-download_link a:hover {
  background: #f7e383;
  text-decoration: none;
}
.button.-download_link a::before {
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: 6px 12px;
  content: "";
  display: block;
  left: 16px;
  position: absolute;
  top: calc(50% - 6px);
}
.note {
  font-size: .875rem;
  margin-top: 5px;
}


@media all and (min-width: 544px) {
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
.lnav {
  padding: 90px 0 80px;
}
}
@media all and (min-width: 1200px) {
}
/* レイアウト */
.l-header {
  margin-bottom: 10px;
}
.l-footer {
  background: #086788;
  margin-top: 40px;
  padding: 30px 0;
  width: 100%;
}

/* ヘッダー */
.header__nav {
}
.header__nav_lang_btn {
  background: #009de1;
  height: 42px;
  padding: 7px 10px 8px;
  position: absolute;
  right: 45px;
  top: 0px;
/*   width: 54px; */
}
.header__nav_lang {
  display: none;
  list-style: none;
  margin-bottom: 8px;
  padding: 0;
  position: absolute;
  right: 45px;
  top: 42px;
  z-index: 11;
}
.header__nav li {
  background: #fff;
  margin: 0;
}
.header__nav_lang a {
  border: solid 1px #dcdcdc;
  border-bottom: none;
  color: #313131;
  display: inline-block;
  font-size: .875rem;
  min-width: 4rem;
  padding: 8px 2px;
  text-align: center;
}
.header__nav_lang .header__nav_tw {
  border-bottom: solid 1px #dcdcdc;
}
.japanese .header__nav_jp,
.english .header__nav_en,
.chinese .header__nav_tw,
.japanese .header__nav_jp:hover,
.english .header__nav_en:hover,
.chinese .header__nav_tw:hover {
  background: #086788;
  border-color: #086788;
  color: #fff;
}
/* ハンバーガーメニュー */
.header__nav_btn {
  background: #009de1;
  height: 42px;
  padding: 10px 10px 6px;
  position: absolute;
  right: 0;
  top: 0px;
/*   width: 54px; */
}
.header__nav_btn a,
.header__nav_btn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.header__nav_btn a {
	position: relative;
	width: 24px;
	height: 21px;
}
.header__nav_btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
	border-radius: 3px;
}
.header__nav_btn span:nth-of-type(1) {
	top: 0;
}
.header__nav_btn span:nth-of-type(2) {
	top: 9px;
}
.header__nav_btn span:nth-of-type(3) {
	bottom: 0;
}


/*click後のスタイル*/
.header__nav_btn.is-open span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.header__nav_btn.is-open span:nth-of-type(2) {
	opacity: 0;
}
.header__nav_btn.is-open span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}


.header__nav_global {
  background: #fff;
  display: none;
  font-weight: 700;
  list-style: none;
  margin-bottom: 4px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 42px;
  width: 100%;
  z-index: 10;
}
.header__nav_global li {
  border: solid 1px #dcdcdc;
  border-bottom: none;
  padding: 8px;
}
.header__nav_global li:last-child {
  border-bottom: solid 1px #dcdcdc;
}
.header__nav_global a {
  color: #313131;
  display: block;
}
.header__nav_global a:hover {
  color: #009de1;
  text-decoration: none;
}
.hired_car .header__nav_hired_car,
.rental_car .header__nav_rental_car,
.aboutus .header__nav_aboutus,
.contact .header__nav_contact,
.hired_car .header__nav_hired_car:hover,
.rental_car .header__nav_rental_car:hover,
.aboutus .header__nav_aboutus:hover,
.contact .header__nav_contact:hover {
  color: #086788;
}

@media all and (min-width: 544px) {
}
@media all and (min-width: 768px) {
   
  .header__logo {
    align-items: flex-end;
    display: flex;
    margin-top: 26px;
  }
	.header__nav_lang_btn {
    display: none;
  }
  .header__nav_lang {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 8px;
    padding: 0;
    position: static;
  }
  .header__nav_lang a {
    border-bottom: solid 1px #dcdcdc;
    border-left: none;
    display: block;
	  min-width: 5rem;
	  padding: 4px 2px;
  }
  .header__nav_lang a:hover {
    background: #009de1;
    border-color: #009de1;
    color: #fff;
    text-decoration: none;
  }
  .header__nav_lang .header__nav_jp {
    border-left: solid 1px #dcdcdc;
  }
  .header__nav_btn {
    display: none;
  }
  .header__nav_global {
    display: flex;
    font-weight: 700;
    justify-content: flex-end;
    list-style: none;
    margin-bottom: 4px;
    padding: 0;
  }
  .header__nav_global {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 4px;
    padding: 0;
  }
  .header__nav_global li {
    border: none;
    margin-left: 30px;
  }
  .header__nav_global li:last-child {
    border-bottom: none;
  }
  .header__nav_global a {
    color: #313131;
  }
  .header__nav_global a:hover {
    color: #009de1;
    text-decoration: none;
  }
}
@media all and (min-width: 992px) {
  .header__nav_lang a {
	  padding: 6px 2px;
  }
}
@media all and (min-width: 1200px) {
}
/* フッター */
.footer__name {
  color: #f0c808;
  font-family: "Times New Roman", Times, serif;
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer__list {
  color: #fff;
  font-size: .9375rem;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}
.footer__list li {
  margin-bottom: 1rem;
}
.footer__nav {
  align-self: flex-end;
  color: #fff;
  display: flex;
  font-size: .9375rem;
  justify-content: space-between;
}
.footer__nav ul {
  min-width: 45.71%;
  padding: 0;
}
.footer__nav li {
  border-bottom: solid 1px #6ba4b8;
  list-style: none;
  margin-bottom: .8rem;
  padding-bottom: .6rem;
}
.footer__nav li:nth-child(3){
  margin: 0;
}
.footer__nav a {
  color: #fff;
}
.footer__nav a:hover {
  color: #6ba4b8;
  text-decoration: none;
}
.copyright {
  font-size: .875rem;
  padding: 10px;
  text-align: center;
}
@media all and (min-width: 544px) {
}
@media all and (min-width: 768px) {
.footer__list {
  margin-bottom: 0;
}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}

/* TOP・メインイメージ */
.mainimgs {
  position: relative;
}
.mainimg01 {
  background: url(../img/home/main_bg_car.png) no-repeat right top;
  padding-top: 30px;
}
.mainimg01_body {
  margin-bottom: 30px;
}
.mainimg01_title {
  margin-bottom: 20px;
}
.mainimg02 {
  padding-top: 30px;
}
.mainimg02_body {
  margin-bottom: 10px;
  z-index: 2;
}
.mainimg02_title {
  margin-bottom: 20px;
}
@media all and (min-width: 544px) {
.mainimgs::after {
  bottom: -128px;
  content: url(../img/home/parts_line.png);
  margin-left: calc((100vw / 2) * -1);
	margin-right: calc((100vw / 2) * -1);
  position: absolute;
  transform: scale(.8);
  width: 100%;
  z-index: 20;
}
.mainimg01 {
  background: url(../img/home/main_bg_car.png) no-repeat 340px top;
  padding-top: 40px;
}
.mainimg01_title {
  margin-bottom: 20px;
}
.mainimg02 {
  background: url(../img/home/main_bg_travel.gif) no-repeat right 120px;
  background-size: 50% auto;
  padding-top: 30px;
}
}
@media all and (min-width: 768px) {
.mainimgs::after {
  margin-left: calc((100vw / 2) * -1);
	margin-right: calc((100vw / 2) * -1);
  transform: scale(.8);
}
.mainimg01 {
  background: url(../img/home/main_bg_car.png) no-repeat 340px top;
  padding-top: 70px;
}
.mainimg01_body {
  margin-bottom: 0;
}
.mainimg01_title {
  margin-bottom: 20px;
}
.mainimg02 {
  background: url(../img/home/main_bg_travel.gif) no-repeat right bottom;
  background-size: 40% auto;
  padding-top: 43px;
}
}
@media all and (min-width: 992px) {
.mainimgs::after {
  bottom: -178px;
  margin-left: calc(((100vw - 100%) / 2) * -1.5);
	margin-right: calc(((100vw - 100%) / 2) * -1.1);
  transform: none;
}
.mainimg01_body {
  font-size: 1.125rem;
}
.mainimg02 {
  background: url(../img/home/main_bg_travel.gif) no-repeat 100px bottom;
}
.mainimg02_title {
  margin-bottom: 40px;
}
.mainimg02_text {
  margin-right: -70px;
  text-shadow: #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0, #fff 0 1px 0, #fff 0 -1px 0, #fff 1px 0 0, #fff -1px 0 0;
}
}
@media all and (min-width: 1200px) {
.mainimgs::after {
  bottom: -138px;
  margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
.mainimg02 {
  background: url(../img/home/main_bg_travel.gif) no-repeat 250px bottom;
  padding-top: 70px;
}
}

/* TOP・サービス */
.service {
  background: #8cdcff;
  margin-top: 40px;
  padding-bottom: 20px;
  width: 100%;
}
.service__title {
  color: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 3.25rem;
  letter-spacing: 2px;
  margin-bottom: 26px;
  padding-top: 30px;
  text-align: center;
}
.service__card {
  display: flex;
  margin-bottom: 20px;
}
.service__card:hover {
  opacity: .8;
}
.service__body {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  width: 100%;
}
.service__lead {
  color: #313131;
  font-size: .825rem;
  margin: 0;
}
.service__heading {
  color: #086788;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}
.service__card:hover {
  text-decoration: none;
}
@media all and (min-width: 544px) {
.service {
  margin-top: 70px;
}
.service__lead {
  font-size: 1rem;
}
.service__heading {
  font-size: 1.5625rem;
}
}
@media all and (min-width: 768px) {
.service__lead {
  font-size: .875rem;
}
.service__heading {
  font-size: 1.25rem;
}
}
@media all and (min-width: 992px) {
.service__lead {
  font-size: 1rem;
}
.service__heading {
  font-size: 1.5625rem;
}
.service__title {
  padding-top: 80px;
}
}
@media all and (min-width: 1200px) {
}

/* TOP・徳島 */
.tokushima {
  background: url(../img/home/img_tokushima_s.png) no-repeat right bottom;
  background-size: 100% auto;
  margin: 40px auto;
  height: 640px;
  padding: 60px inherit;
}
.tokushima__title {
  color: #086788;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.75rem;
  font-weight: 900;
  padding-top: 0;
}
.tokushima__text {
  margin: 24px 0 26px;
  text-align: justify;
  text-align-last: left;
  text-shadow: #fff 1px 1px 0, #fff -1px 1px 0, #fff 1px -1px 0, #fff -1px -1px 0, #fff 0 1px 0, #fff 0 -1px 0, #fff 1px 0 0, #fff -1px 0 0;
}

@media all and (min-width: 544px) {
.tokushima {
  background-size: 100% auto;
  margin: 40px auto;
  height: 700px;
  padding: 60px inherit;
}
.tokushima__title {
  padding-top: 0;
}
}
@media all and (min-width: 768px) {
.tokushima {
  background: url(../img/home/img_tokushima_s.png) no-repeat right center;
  background-size: 60% auto;
  height: 356px;
}
.tokushima__title {
  padding-top: 12px;
}
}
@media all and (min-width: 992px) {
.tokushima {
  background-size: 55% auto;
  height: 376px;
}
}
@media all and (min-width: 1200px) {
.tokushima {
  background: url(../img/home/img_tokushima.png) no-repeat right top;
  margin: 40px auto;
  height: 486px;
  padding: 60px inherit;
}
.tokushima__title {
  padding-top: 46px;
}
.tokushima__text {
  margin: 36px 0 26px;
  text-align: justify;
  text-align-last: left;
}
}


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

.topic_path {
  border-top: solid 1px #d2d2d2;
}
.topic_path ul {
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
  list-style: none;
  margin: 0 auto;
  max-width: 1140px;
  padding: 5px 15px;
}
.topic_path a::after {
  color: #313131;
  content: ">";
  padding: 0 8px;
}

.category_title {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  font-weight: 500;
  height: 100px;
  margin: 0;
  justify-content: center;
  text-shadow: 2px 2px 2px #032c3a;
  width: 100%;
}
.category_title.-hired_car {
  background: url(../img/hired_car/bg_ttl_hired_car.jpg) no-repeat center top;
  background-size: cover;
}
.category_title.-rental_car {
  background: url(../img/rental_car/bg_ttl_rental_car.jpg) no-repeat center top;
  background-size: cover;
}
.category_title.-aboutus {
  background: url(../img/aboutus/bg_ttl_aboutus.jpg) no-repeat center top;
  background-size: cover;
}
.page_title {
  background: #c5edff;
  color: #086784;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.625rem;
  margin-bottom: 40px;
  padding: 1rem;
  text-align: center;
  width: 100%;
}
.page_title.-short_word {
  letter-spacing: 1rem;
}
.section_title {
  color: #009de1;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.section_title.-english {
  font-family: "Times New Roman", Times,  serif;
}
.section_title.-left {
  text-align: left;
}
.section_subtitle {
  color: #009de1;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}
@media all and (min-width: 544px) {
.category_title {
  font-size: 2.75rem;
  height: 200px;
}
.page_title {
  font-size: 2.125rem;
  margin-bottom: 50px;
}
.section_title {
  font-size: 2.125rem;
  margin-bottom: 30px;
}
}
@media all and (min-width: 768px) {
.page_title {
  margin-bottom: 90px;
}
.section_title {
  margin-bottom: 50px;
}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}

/* ハイヤー */
.model {
  margin-bottom: 50px; 
}
.model__table {
  margin-top: 20px;
}
.model__table th,
.model__table td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
  display: block;
}
.model__table th {
  letter-spacing: 1px;
  line-height: 1.2;
  padding-top: 48px;
}
.model__table th span {
  display: inline-block;
  white-space: nowrap;
}
.model__tax {
  margin-left: -0.5rem;
}
.model__table td {
  line-height: 1.2;
}
.model__photo{
  margin: 0 auto;
  max-width: 540px;
}
.sp-bottom-thumbnails {
  margin-left: 0;
}
.sp-thumbnail {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.sp-selected-thumbnail .sp-thumbnail {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.model__price_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.model__price_list dt {
  align-items: center;
  display: flex;
  font-weight: normal;
  flex-basis: 50%;
}
.model__price_list dd {
  flex-shrink: 1;
  margin-bottom: 3px;
  text-align: right;
  white-space: nowrap;
  width: 4.5rem;
}
.model__price_table{
}
.model__price_table th,
.model__price_table td {
  display: table-cell;
  padding: 8px;
}
.model__price_table th {
  font-size: .875rem;
}
.model__price_table td {
  text-align: right;
  white-space: nowrap;
}
.model__price_off {
  background: #ffd7de;
  color: #e8002b;
  font-weight: bold;
}
.terms {
  margin-bottom: 100px;
}
.terms__table {
}
.terms__table th {
  font-weight: normal;
  text-align: center;
}
@media all and (min-width: 544px) {
  .model__table {
    border-collapse: separate;
    border-spacing: 20px 0;
    margin-right: -20px;
    margin-left: -20px;
  }
  .model__table th,
  .model__table td {
    display: table-cell;
  }
  .model__table th {
    font-weight: normal;
    padding-top: 12px;
  }
  .model__price_list dt::after {
    border-top: dotted 1px #7d7d7d;
    content: "";
    flex: auto;
    margin: 0 1rem;
  }
    
  .model__price_table{
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
  .model__price_table th,
  .model__price_table td {
    vertical-align: middle;
  }
}
@media all and (min-width: 768px) {
.model {
  margin-bottom: 100px; 
}
.model__photo {
  text-align: center;
}
.model__price_list dt {
  width: 60%;
}
}
@media all and (min-width: 992px) {
.model__table {
  margin-top: -.75rem;
}
.model__price_list dt {
  width: 50%;
}
}
@media all and (min-width: 1200px) {
}

/* レンタカー */

.cancellation_fee {
  margin-bottom: 50px;
}
.cancellation_fee__table {
  table-layout: fixed;
}
.cancellation_fee__table th {
  font-weight: normal;
}
/* .office__map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
max-height: 263px;
max-width: 635px;
overflow: hidden;
}
 
.office__map iframe,
.office__map object,
.office__map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-height: 263px;
max-width: 635px;
} */
.office__body {
  background: #f8f8f8;
}
.office__title {
  font-size: 1.5rem;
  font-weight: bold;
}
.office__appeal {
  color: #dd1c1a;
  font-size: 1.125rem;
  font-weight: bold;
}
@media all and (min-width: 544px) {
}
@media all and (min-width: 768px) {
.cancellation_fee {
  margin-bottom: 100px;
}
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}

/* モデルコース TOP */
.benefit {
  background:url(../img/hired_car/courses/bg_benefit.gif);
  margin-bottom: 40px;
  padding: 30px;
}
.benefit__title {
  margin: auto;
  text-align: center;
}
.benefit__items {
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  justify-content: center;
  line-height: 1.2;
  list-style: none;
  margin-bottom: 0;
  padding-left: 2.15rem;
  position: relative;
  text-indent: -2.15rem;
}
.benefit__num {
  bottom: -6px;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.4rem;
  margin-right: 1rem;
  position:relative;
}
.courses {
  margin-bottom: 100px;
}
.course {
  margin-bottom: 40px;
}
.course__thumbnail {
  text-align: center;
 
}
.course__title {
  color: #086788;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
.course__btn {
  text-align: right;
}
.course__btn > .button {
  display: inline-block;
}
.option {
  background: #c5edff;
  margin-bottom: 100px;
  padding: 30px;
}
.option__thumbnail {
  white-space: nowrap;
}
.option__thumbnail img {
  width: 33.3333%;
}
.option__title {
  color: #086788;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  margin-top: 20px;
}
.option__btn {
  text-align: right;
}
.option__btn > .button {
  display: inline-block;
}
@media all and (min-width: 544px) {
  .benefit__title {
    text-align: left;
  }
  .option__btn {
    margin-top: -30px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
  .course__title {
    margin-top: 0;
  }
}
@media all and (min-width: 768px) {
  .benefit {
    margin-bottom: 100px;
  }
  .benefit__items {
    font-size: 1.25rem;
  }
  .benefit__num {
    bottom: -4px;
    font-size: 3rem;
  }
  .course__title {
    font-size: 1.875rem;
  }
  .option__btn {
    margin-top: -50px;
  }
}

@media all and (min-width: 992px) {
  .benefit__items {
    font-size: 1.5rem;
  }
}

/* モデルコース 詳細 */
.page_lead {
  margin-bottom: 70px;
}
.page_subtitle {
  color: #086788;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  margin-bottom: 1.1rem;
}
.travel_schedule {
}
.travel_schedule__nav {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}
.tabmenu {
  border-bottom: solid 1px #009de1;
  list-style: none;
  /* margin: 0; */
  padding: 0;
}
.tab {
  background: #eee;
  color: #009de1;
  display: block;
  margin-bottom: 2px;
  padding: 10px 10px 10px 20px;
  position: relative;
  text-align: center;
  white-space: nowrap;
}
.tab:hover {
  background: #009de1;
  color: #fff;
  text-decoration: none;
}
.tab::after {
  content: "";
  display: block;
  border: solid 6px transparent;
  border-right: solid 10px transparent;
  border-left: solid 10px #009de1;
  left: 10px;
  position: absolute;
  top: calc(50% - 5px);
}
.tab:hover::after {
  border-left: solid 10px #fff;
}
.tab.-active {
  background: #009de1;
  color: #fff;
  cursor: default;
}
.tab.-active::after {
  border: solid 6px transparent;
  border-top: solid 10px #fff;
}


.js-tab_link {
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.daily_schedule {
  padding-top: 180px;
}
.js-tab_content.-active {
  display: block;
  -webkit-animation: fade 0.5s ease;
          animation: fade 0.5s ease;
}
.destination {
  text-align: center;
  padding-bottom: 78px;
  position: relative;
}
.destination::after {
  bottom: 26px;
  border-left: solid 1px #000;
  color: #000;
  content: "";
  display: block;
  height: 44px;
  left: 50%;
  position: absolute;
  width: 1px;
}
.destination:last-child::after {
  border: none;
}
.destination__time {
  font-size: 1.25rem;
  margin-bottom: .2rem;
}
.destination__place {
  font-size: 1.5rem;
  font-weight: bold;
}
.destination__photos {
  list-style: none;
  margin-bottom: 1rem;
  padding: 0;
}
.destination__photos li {
  margin-bottom: 1rem;
}
.destination__btns {
  margin: 0 0 1rem;
}
.coupon {
  border: solid 1px #086788;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 2rem 2rem 1rem 2rem;
  position: relative;
  text-align: left;
}
.coupon::after {
  content: "";
  border: solid 10px transparent;
  border-left: solid 10px #086788;
  border-top: solid 10px #086788;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}
.coupon__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coupon__number {
  color: #086788;
  font-weight: bold;
}
.coupon__title {
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.coupon__img {
  margin-bottom: 1rem;
}
.benefit_list {
  background: #c5edff;
  margin-bottom: 100px;
  padding: 36px 0 14px;
}
.benefit_list dt {
  color: #086788;
  letter-spacing: 2px;
  margin-bottom: .5rem;
}
.benefit_list span {
  border-bottom: solid 1px #086788;
}
.benefit_list dd {
  margin-bottom: 1.5rem;
}
.benefit_list strong {
  font-size: 1.125rem;
}
.price {
  margin-bottom: 100px;
}
.price_table th {
  font-weight: normal;
  text-align: center;
}
.price_table td {
  text-align: right;
}
.destination__btns {
  margin-top: 20px;
}
.attention li {
  list-style-position: inside;
  margin-bottom: .5rem;
  text-align: center;
}
@media all and (min-width: 544px) {
  .page_subtitle {
    font-size: 1.875rem;
  }
  .coupon {
    flex-direction: row;
	  padding: 2rem 1.4rem 1rem 1.6rem;
  }
  .coupon__body {
    margin-right: 20px;
  }
  .coupon__img {
    max-width: 170px;
  }
  .benefit_list {
    line-height: 2;
  }
  .benefit_list dt {
  }
  .benefit_list dd {
    font-size: 1.125rem;
  }
}
@media all and (min-width: 768px) {
  .tab {
    margin: 0;
  }
  
  .daily_schedule {
    padding-top: 80px;
  }
  .benefit_list dt {
    text-align: center;
  }
}
@media all and (min-width: 992px) {
  .tab {
    font-size: 1.25rem;
    padding: 10px 10px 10px 26px;
  }
  .tab::after {
    left: 16px;
  }
}
@media all and (min-width: 1200px) {
}

/* オプションツアー */
.options_container {
  padding: 60px 15px;
}

.options_container:nth-child(odd) {
  background: #f6f6f6;
}
.options__photo {
  list-style: none;
  padding: 30px 0 0;
}
.options__photo li {
  margin-bottom: 24px;
}
.options__photo img {
  margin-bottom: 8px;
}

@media all and (min-width: 544px) {
  .options_container {
    text-align: center;
  }
}
@media all and (min-width: 768px) {
}
@media all and (min-width: 992px) {
}
@media all and (min-width: 1200px) {
}
/* 会社概要 */

.company {
  background: url(../img/aboutus/appearance_novil.jpg) no-repeat right top;
  margin: 30px auto;
}
.company__logo {
  border-bottom: solid 1px #000;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.company__body {
  background: rgba(255,255,255,0.8);
  border: solid 1px #086788;
  line-height: 1.8;
  margin-top: 50px;
  padding: 40px 35px 25px;
  text-align: justify;
  text-align-last: left;
}
.business {
  margin-bottom: 60px;
}
.business__title {
  color: #009de1;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 16px;
}
.business__2row {
  margin-bottom: 26px;
}
@media all and (min-width: 992px) {
.company {
  margin: 90px auto;
}
.company__body {
  margin-top: 50px;
  padding: 60px 55px 45px;
}
}
@media all and (min-width: 1200px) {
}