    @charset "UTF-8";

/* ------------------------------
  共通
------------------------------ */
.nosp {
    display: block;
}
.nopc {
    display: none;
}
a {
    text-decoration: none;
}
a,a:hover,a:visited{
    color: inherit;
}
.breadcrumb {
    max-width: 1024px;
    margin: 0 auto;
}
.innerbox {
    max-width: 992px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
section.intro {
    background: #E4FBFF;
}
/*----- メインビジュアル -----*/
#mainImg{
	width: 100%;
	height: 400px;
	position: relative;
}

#mainImg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}

/*----- スライドバナー -----*/
#sbnrArea{
	margin: 18px auto 0;
}
.sbnrList{
	display: flex;
	justify-content: center;
}
.sbnrList li{
	margin-right: 17px;
	width: 450px;
}
.sbnrList a:hover{
	opacity: 0.8;
}
.sbnrList li img{
	width: 100%;
}
.inner {
    width: 1120px;
    margin: 40px auto;
}
/* ----  ナビ　---- */
.area-nav{
  width: 100%;
  background-color: #0077BE;
  border-bottom: 5px solid #66D9FF;
  opacity: 0.9;
}
.nav-item{
  max-width:992px;
  margin:auto;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.nav-item >li{
	position: relative;
	width: calc(100% / 2);
	text-align: center;
}
.nav-item >li>a{
	display: block;
	padding: 15px 0;
	color: #fff;
    font-size: 18px;
	font-weight: bold;
	line-height: 2;
    text-decoration: none;
}
.nav-item >li>a:hover{
	background: #FFF;
	color: #0077BE;
}
.nav-item >li>a:after {
    font-family: FontAwesome;
    content: "\f078";
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
}
.nav-item >li:hover .drop-menu{
	visibility: visible;
	opacity: 1;
}
.nav-item li:hover .drop-menu >li>a{
	visibility: visible;
	opacity: 1;
}
/* ----  キャッチコピー　---- */
#firstwrap .inner{
  max-width:992px;
  margin:0 auto;
  padding:10px;
  box-sizing: border-box;
  overflow:hidden;
}
.first_catch {
    color: #FF8C00;
    background: -webkit-linear-gradient(0deg, #40E0D0, #FF8C00, #FF0080);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4em;
    font-weight: bold;
    text-align: center;
}
.main_catch,.midokoro_catch{
    font-size: 2rem;
    text-align: center;
    background: #1b3c55;
    color: #fff;
    margin-bottom: 1rem;
}
.sub_catch {
    text-align: center;
    font-size: 1.2em;
}
span.br::before {
	content: "\A" ;
	white-space: pre ;
}
/* タイトル
------------------------------*/
.innerbox h2 {
	padding-bottom: 23px;
	text-align: center;
	background-image:url("../img/UnderLine.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family:"A-OTF リュウミン Pro B-KL";
	font-size: 30px;
	color: #0A2E58;
    font-weight: bold;
    margin: 2%;
}
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    /* background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    max-width: 992px;
    margin: 0 auto;}
  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/4);
    height: 50px;
    border-bottom: 3px solid #1578c4;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
  }
  .tab_item:hover {
    opacity: 0.75;
  }
/*クルーズ紹介*/
.cruisebox{
    display: flex;
    margin: 3% auto;
}
.cruisebox .info,.cruisebox .gallery{
    width: 50%;
}
.tourbox{
    width: 100%;
    padding: 3%;
    margin: 6% auto;
    background: #f5feff;
}
.tourbox h3{
    font-size: 1.7rem;
    font-weight: 600;
    color: #0a2e58;
    padding: 0.25em 0.5em;
    border-left: solid 5px #1b3c55;
}
.main-ph img{
    width: 100%;
}
.main-ph span{
    text-align: right;
    display: block;
}
.more-button a{
    text-align: center;
    font-size: 1.3rem;
    background: #1b3c55;
    color: #fff;
    padding: 1%;
    border-radius: 30px;
    margin: 2% auto;
    display: block;
}
.kyu-cruise:empty{
    display: none;
}
.read{
    padding: 2%;
}
/*おすすめツアー*/
.item-wrap{
    display: flex;
}
.item-wrap li{
    width: calc(100% / 4);
    background: #fff;
    margin: 1%;
    padding: 1%;
    border: solid 0.1rem #7c8e9b;
}
.item-wrap li img{
    width: 100%;
    aspect-ratio: 5 / 3.5;
}
.item-box{
    text-align: center;
}
.item-box-icon{
    background: #e4fbff;
}
.item-box-ttl{
    color: #07466d;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1%;
}
.item-box-price{
    text-align: center;
    font-size: 1.1rem;
    color: #d50000;
    font-weight: 600;
    margin-top: .5rem;
}
.item-box-copy{
    background: #fffedd;
    padding: 3%;
    margin: 1% auto;
}
.item-box a:hover{
    opacity: 0.7;
}
/*商品カセット*/

/* おすすめ特集*/
.tokushu_bnr {
    max-width: 992px;
    margin: 5% auto;
    padding-bottom: 1%;
  }
  .tokushu_bnr p {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
    background: #b3982b;
    color: #fff;
  }
  .tokushu_bnr ul,
  .is-ipad.headfoot-is-sp .tokushu_bnr ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1%;
  }
/*特集用バナー */
div.tokushu_bnr ul{
    display: flex;
    flex-wrap: wrap;
}
div.tokushu_bnr ul li{
    width: 14%;
    margin: 1%;
    list-style: none;
}
div.tokushu_bnr ul li a{
    font-size: 14px;
}
div.tokushu_bnr ul li img{
    width: auto;
    max-width: 100%;
}
div.tokushu_bnr ul li a:hover {
    opacity:.7;
}
.footbtn a{
    text-align: center;
    background-color: #b3982b;
    width: 50%;
    margin: auto;
    width: 50%;
    display: block;
    color: #fff;
    padding: 1%;
    border-radius: 20px;
}
div#contact-box {
    max-width: 992px;
}
/*ディズニークルーズバナー*/
.disney_cruise{
    margin: 5% auto;
}

/*スマホ用ここから*/
.headfoot-is-sp section,.headfoot-is-sp .innerbox{
    width:100%;
}
.headfoot-is-sp #mainImg {
    width: 100%;
    height: 250px;
    position: relative;
    padding: 10px 0;
}
.headfoot-is-sp #mainImg img{
    max-height: 200px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.headfoot-is-sp .item-wrap{
    display: block;
}
.headfoot-is-sp .item-wrap li{
    width: 98%;
    margin: 3% auto;
}
.headfoot-is-sp .disney_cruise .nopc{
    width: 90%;
    margin: auto;
}
.headfoot-is-sp .nosp{
    display: none;
}
.headfoot-is-sp .nopc,
.headfoot-is-sp .cruisebox{
    display: block;
}
.headfoot-is-sp .cruisebox .info, .headfoot-is-sp .cruisebox .gallery{
    width: 100%;
}
.headfoot-is-sp .kyu-cruise .item-box-pic{
    display: none;
}
.headfoot-is-sp .kyu-cruise .item-box-ttl{
    font-size: 1.3rem;
    padding-top: 3%;
}
.headfoot-is-sp .kyu-cruise .item-box-price{
    font-size: 1.4rem;
}
.headfoot-is-sp div.tokushu_bnr ul li{
    width: 48%;
}
.headfoot-is-sp .footbtn a{
    width: 85%;
    font-size: 1.4rem;
    padding: 1%;
    margin: 5% auto;
}
/* ------------------------------
  デスクトップ以上
------------------------------ */
@media screen and (min-width: 1025px) {

}
