/* rentacar/style.css を流用 */

* {
  line-height: 100%;
  word-wrap: break-word
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 14px;
  color: #444
}

a {
  color: #0069c3;
  text-decoration: none
}

a:hover {
  text-decoration: underline
}

a img:hover {
  opacity: 0.7
}

table {
  width: 100%;
  border-collapse: collapse;
  border: none
}

input[type="image"]:hover {
  opacity: 0.7
}

.clearfix:after {
  content: "";
  display: block;
  clear: both
}

ol, ul {
  list-style: none
}

body {
  width: 100%;
  overflow-x: hidden;
}

#main {
  text-align: center;
}

h2 {
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','sans-serif';
}

@media screen and (max-width: 975px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }
}

.show-pc {
  display: block;
}
.show-sp {
  display: none;
}

header {
  text-align: center;
}
header h1 {
  height: 15px;
  line-height: 1.5;
  color: #fff;
  font-size: 10px;
  background-color: #204ca0;
}

#header {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  #header {
    width: 100%;
  }
}

header .show-sp {
  display: none;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  header .show-pc {
    display: none;
  }
  header .show-sp {
    display: block;
  }
}
header .show-sp h1 {
  background-color: #3860af;
}

.header-logo {
  /* サイトロゴを左寄せ、予約確認などメニューを右寄せにするためのflex-grow */
  flex-grow: 16;
  text-align: left;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .header-logo {
    display: flex;
    justify-content: center;
    background-color: #204ca0;
  }
}

header h2#logo {
  margin: 0 25vw 0 auto;
  padding-top: 2%;
  box-sizing: content-box;
  height: auto;
  width: 50%;
}
header h2#logo a {
  display: block;
  width: 100%;
  margin: auto;
}
header h2#logo a:active {
  opacity: 0.4;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header h2#logo a img {
  width: 100%;
  height: auto;
}

#header .header-nav {
  display: flex;
  align-items: center;
  width: 980px;
  margin: 10px auto 0;
}

#header .header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 0;
  background-color: #204ca0;
}

#header .header-menu-button {
  width: 110px;
  height: 65px;
}

#header .header-menu-button-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 40px 0px;
  background-color: #204ca0;
  color: #ffffff;
}

#header .header-menu-button-text {
  color: #ffffff;
  font-size: 18px;
}

#header .header-menu-button-icon {
  width: 32px;
  height: 32px;
  object-fit: none;
  object-position: bottom;
}

#header .header-menu-button a:hover {
  opacity: 0.7;
  text-decoration: none;
  background-color: #999999;
}

#header .header-menu-button.active a {
  background-color: #ffffff;
  color: #204ca0;
}

#header .header-menu-button.active p {
  color: #204ca0;
}

#header .header-menu-button.dp-btn {
  width: 160px;
}

#header .header-menu .header-menu-button .header-menu-new-content {
  position: relative;
  bottom: 95%;
  left: 110px;
  width: 40px;
  background-color: #f4be5c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 2px;
}

/* ヘッダーにあるリンク（航空券、レンタカーの予約確認など） */
.header-links {
  flex-grow: 1;
  margin: 0px 8px;
  color: #204ca0;
}

.header-links div {
  text-align: left;
  font-weight: bold;
}

.header-links-title {
  margin-bottom: 8px;
}

.header-links-title-icon {
  vertical-align: -1px;
}

.header-links-button {
  background-color: #d3f5fe;
  padding:4px 8px;
  border-radius: 2px;
}

/* パンくず */
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
	.breadcrumbs.show-pc {
		display: none;
	}
}
.breadcrumbs {
	box-sizing: border-box;
	background-color: #eeeeee;
	color: #959595;
	font-size: 12px;
	padding: 3px 0
}
@media screen and (max-width: 975px) {
  .breadcrumbs {
    padding-left: 1vw;
  }
}

.breadcrumbs ol {
	width: 960px;
	margin: auto;
	padding: 5px auto;
}
@media screen and (max-width: 975px) {
	.breadcrumbs ol {
		width: 100%;
	}
  }

.breadcrumbs ol li {
	float: left;
	list-style: none
}
@media screen and (max-width: 975px) {
  .breadcrumbs ol li {
    margin: 1.5vw 0;
  }
}
.breadcrumbs ol li .arrow {
	margin: auto 3px
}

.breadcrumbs ol li a {
	color: #959595
}

.ui-datepicker {
	z-index: 10000 !important
}

/****** Drawer Menu ******/
#drawer-header {
  background-color: #3860af;
  padding: 0 0 1vw 0;
  text-align: center;
  line-height: inherit;
}
#drawer-header > span{
  color: #fff;
  font-size: 3vw;
  font-weight: 200;
  font-style: oblique;
}

.common-link-list li{
  text-align: left;
  border-bottom: 1px solid #222;
}
.common-link-list li > a{
  display: block;
  font-size: 3.4vw;
  padding: 1.4vh 0;
  text-decoration: none;
}
.common-link-list li > a > span{
  vertical-align: middle;
  display: inline-block;
  width: 90%;
  padding: 0 2%;
}
.common-link-list li > a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  padding: 0;
  text-align: right;
  vertical-align: middle;
  display: inline-block;
}

.drawer-contact-area {
  padding: 0;
  margin: auto;
  text-align: left;
}
.drawer-contact-title {
  position: relative;
  padding: 0 2%;
  line-height: initial;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  background-color: #204ca0;
}

.drawer-contact-time {
  position: absolute;
  right: 2%;
  bottom: 1%;
  vertical-align: top;
  color: #fff;
  font-size: 3vw;
}
.drawer-contact-text {
  padding: 2%;
  color: #222222;
  font-size: 3vw;
}
.drawer-contact-list{
  padding: 2%;
  margin: auto ;
  text-align: center;
  list-style-type: none;
}
.drawer-contact-list li {
  width: 96%;
  margin: 0 auto;
  text-align: left;
}
.drawer-contact-list li:nth-of-type(2) {
  margin-top: 1%;
}
.drawer-contact-list li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  padding: 4% 6%;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  background-color: #204ca0;
  border-radius: 4px;
}
.drawer-contact-list li a .fa-regular {
  margin-right: 4%;
}

.drawer-info-area {
  padding: 0;
  margin: 0 auto;
  text-align: left;
}
.drawer-info-area .title {
  position: relative;
  padding: 0 2%;
  line-height: initial;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  background-color: #204ca0;
}

.drawer-info-area .link div {
  padding: 1vw 0 0;
}
.drawer-info-area .link div a {
  position: relative;
  padding-left: 8vw;
  line-height: 1.5;
  color: #0069C3;
  font-size: 3.8vw;
  text-decoration: none;
}
.drawer-info-area .link div a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(/img/sp2/icon/ArrowIcon-org.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .info-banner.show-sp {
    display: block;
  }
}
.info-banner {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 976px) {
  .info-banner {
    width: auto;
    margin: 0;
  }
}
.info-banner img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .fv-image{
    width: 100%;
    height: auto;
  }
}

/****** 検索フォーム ******/
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px){
  #app .show-pc {
    display: none;
  }
  #app .show-sp {
    display: block;
    background-color: #D5E3F9;
  }
}

/****** ヘッダーの各コンテンツのタブ ******/
.header-tab-area {
  display: flex;
  justify-content: space-around;
  background-color: #204ca0;
}

.header-tab-area .header-tab-button  {
  width: 40%;
  height: 50px;
  text-align: center;
  font-size: 0.8rem;
}

.header-tab-area .header-tab-button-link {
  border-radius: 0px 0px 30px 0px;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
}

.header-tab-area .header-tab-button-link:hover {
  opacity: 0.7;
  background-color: #999999;
}

.header-tab-area .header-tab-button-text  {
  font-size: 12px;
}

.header-tab-area .header-tab-button-icon  {
  object-position: bottom;
  object-fit: none;
  width: 32px;
  height: 24px;
  margin: 4px 0px 0px;
}

/* タブ表示領域の両端に余白を作る */
.header-tab-area .header-tab-button:nth-child(1) {
  margin-left: 8px;
}

.header-tab-area .header-tab-button:nth-last-child(1) {
  margin-right: 8px;
}

.header-tab-area .header-tab-button.active {
  color: #ffffff;
}

.header-tab-area .header-tab-button.active a {
  color: #204ca0;
  background-color: #ffffff;

  /* レイアウト統一のためDPのボタンにもaタグをつけるが、リンクは無効 */
  pointer-events: none;
}

.header-tab-area .header-tab-dp {
  width: 60%;
}

.header-tab-area .header-tab-new-content {
  position: relative;
  bottom: 95%;
  left: 100%;
  width: 30px;
  background-color: #f4be5c;
  color: #ffffff;
  font-size: 0.7em;
  font-weight: bold;
  padding: 2px 2px;
  border-radius: 2px;

  /* 画面サイズに関わらずボタンの右端に留める
     （left100%で右端に寄せて、ボタンの横幅分だけ左に戻す）*/
  transform: translateX(-110%);
}

/********* hover用クラス（jQuery制御） *********/
.ac-hover {
  opacity: .8;
}

.column_type_01 .accordion_list .title .title__span {
  display: block;
  font-weight: bold;
  background: url(../img/icon/IconPlus.svg) no-repeat;
  background-position: right 1vw center;
  background-size: 1.5rem;
}

@media screen and (max-width: 975px) {
  .column_type_01 .accordion_list .title .title__span {
      padding: 1.5vw 1vw 1.5vw 1.5vw;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .column_type_01 .accordion_list .title .title__span {
      padding: 0;
  }
}

.column_type_01 {
  display: flex
}

.in-title-h2 {
  position: relative;
  width: 976px;
  padding: 0.5vw 0;
  margin: 1vw 0 1vw;
  text-align: left;
  line-height: 1.7;
  color: #000;
  font-size: 20px;
  border-bottom: 4px solid #4571c1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 975px) {
  .in-title-h2 {
    width: 98%;
    padding: 0 1vw 0;
  }
}
.in-title-h2::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 70%;
  height: 4px;
  background-color: #113d8d;
  z-index: 2;
}

/****** フッターリンク ******/
nav#footer_link {
  width: 1000px;
  margin: auto;
  padding: 20px 15px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 975px) {
  nav#footer_link {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  nav#footer_link.show-pc {
    display: none;
  }
  nav#footer_link.show-sp {
    display: block;
  }
}

nav#footer_link .warp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 10px;
  padding: 12px 0;
  font-size: .75rem;
}
@media screen and (max-width: 975px) {
  nav#footer_link .warp {
    gap: 1vw 0.1vw;
    font-size: .8rem;
  }
}
nav#footer_link .warp:nth-of-type(1) {
  border-top: 1px solid #0f327b;
}
nav#footer_link .warp:nth-of-type(2) {
  border-top: 1px dotted #0f327b;
  border-bottom: 1px dotted #0f327b;
}

nav#footer_link .warp div i {
  color: #da0504;
  padding: 0 2px 0 8px;
}
nav#footer_link .warp div a {
  color: #333;
  text-decoration: none;
}
nav#footer_link .warp div a:hover{
  color:#da0504;
}

/*--------------------------------------------*/
/*--------　フッター情報　---------*/
/*--------------------------------------------*/
footer#footer {
  width: 100%;
  margin: 0 auto;
  background-color: #0f327c;
}

@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  footer#footer .show-pc {
    display: none;
  }
  footer#footer .show-sp {
    display: block;
  }
}

footer#footer #footer-copy {
  padding: 30px 0 30px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
footer#footer #footer-copy > a {
  text-decoration: none;
  color: #ffff67;
}
footer#footer #footer-text-h2 {
  width: 94%;
  padding: 30px 0 50px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  color: #fff;
  font-size: 11px;
}
@media screen and (max-width: 975px) {
  footer#footer #footer-text-h2 {
    font-size: .69rem;
  }
}

footer#footer .show-pc .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
footer#footer .sns a {
  color: #fff;
}
footer#footer .sns span {
  display: inline-block;
  margin-right: 5px;
}
footer#footer .sns img {
  padding-right: 1px;
  vertical-align: sub;
}
footer#footer .sns .btn {
  padding: 7px;
  margin-left: 8px;
  margin-right: 6px;
  color: #fff;
  font-weight: 500;
  background-color: #000000;
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
}
footer#footer .sns img {
  padding-right: 1px;
  vertical-align: sub;
}
footer#footer .sns .btn:hover {
  background-color: #000000;
}

footer#footer .show-sp .footer-link{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  list-style-type: none;
  margin: 0 auto;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  width: 100%;
  background-color: #eeeeee;
  padding: 0;
}
footer#footer .show-sp .footer-link li {
  border: 1px solid #cccccc;
  margin: -1px 0 0 0;
  text-align:left;
  flex-basis: 50%;
  -webkit-flex-basis: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
footer#footer .show-sp .footer-link li:nth-child(even) {
  border-left: none;
}
footer#footer .show-sp .footer-link li > a {
  display: block;
  font-size: 3vw;
  color: #222222;
  background-color: #eeeeee;
  padding: 3vw 1vw;
  text-decoration: none;
  position: relative;
}
footer#footer .show-sp .footer-link li > a::after {
  vertical-align: middle;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 600;
  color: #222222;
  position: absolute;
  right: 1.5vw;
}
footer#footer .show-sp .footer-link li > a:active {
  opacity: 0.4;
}

footer#footer .show-sp #footer-all {
  padding: 2vh 0 1vh 0;
  background-color: #cccccc;
}
footer#footer .show-sp #footer-all h2 {
  margin-bottom: 3vw;
  text-align: center;
}

footer#footer .show-sp #copyright{
  font-size: 3vw;
  padding: 2vh 0 0 0;
  text-align: center;
}

footer#footer .show-sp .sns {  
  margin: 16px 0 0;
  font-size: 1.1em;
}

footer#footer .show-sp .sns span {
  display: inline-block;
  margin-right: 5px;
}

footer#footer .show-sp .sns img {
  vertical-align: middle;
}

footer#footer .show-sp .sns .btn {
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  background-color: #000000;
  color: #fff;
  border-radius: 8px;
  font-weight: 500;
}

.show-sp #footer-all p {
  text-align: center;
  color: #000000;
}

footer#footer .show-sp .sns-list {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 0 0;
}

footer#footer .show-sp .sns-list img {
  vertical-align: middle;
  width: 15px;
}

footer#footer .show-sp .sns-list .facebook img {
  width: 28px;
}
footer#footer .show-sp .store-banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer#footer .show-sp .store-banner-list .appstore {
  position: relative;
  padding: 8px;
  width: 110px;
  height: auto;
}

footer#footer .show-sp .store-banner {
  margin: 8px 0 0;
  font-size: 1.1em;
}

footer#footer .skysea-logo {
  margin: 24px 0 0;
}

footer#footer .show-sp .pagetop {
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  z-index: 100;
}
footer#footer .show-sp .pagetop > a {
  display: inline-block;
  padding: 2vw 3vw;
  vertical-align: top;
  color: #fff;
  font-size: 5vw;
  background-color: #214ca0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0px 2px 2px 0px #b7b7b7;
}

.pagetop.show-pc {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
@media screen and (max-width: 480px), screen and (orientation: landscape) and (max-width: 965px) {
  .pagetop.show-pc {
    position: absolute;
    display: none !important;
  }
}
.pagetop.show-pc > a {
  background-color: #0f327c;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index:5;
  box-shadow:0px 2px 2px 0px #b7b7b7;
}
.pagetop.show-pc > a:hover {
  background-color: #999;
}
