@charset "utf-8";
@import url(//use.fontawesome.com/releases/v5.7.1/css/all.css);
.fuji_climb {
  font-size: 15px;
}
.mt60 {
margin-top: 60px;
}
.mt20 {
margin-top: 20px;
}
.mt10{
	margin-top: 10px !important;
}
.mt30 {
margin-top: 30px;
}
.txt-link{
	text-decoration: underline!important;
}
/* banner__navi
------------------------------------------*/
.banner__navi {
	width: 100%;
	background-color: #112d5c;
	opacity: 0.8;
	position: absolute;
	bottom: 0;
}
.banner__navi_list ::after{
  content: "";
  display: block;
  clear: both;
}
.banner__navi_list li {
	width: 14.28%;
	font-size: 14px;
	color: #FFF;
	line-height: 1.3;
	text-align: center;
  float: left;
	display: block;
	position: relative;
}
.banner__navi_list li::before {
	content: '';
	position: absolute;
	top: 32%;
	left: 0;
	width: 1px;
	height: 20px;
	background-image: -webkit-linear-gradient(to bottom, transparent, #FFF 25%, #FFF 75%, transparent);
	background-image: linear-gradient(to bottom, transparent, transparent 5%, #FFF 6%, #FFF 90%, transparent 91%, transparent);
	background-position: left;
	background-repeat: no-repeat;
}
.banner__navi_list li.last::after {
	content: '';
	position: absolute;
	top: 32%;
	right: 0;
	width: 1px;
	height: 20px;
	background-image: -webkit-linear-gradient(to bottom, transparent, #FFF 25%, #FFF 75%, transparent);
	background-image: linear-gradient(to bottom, transparent, transparent 5%, #FFF 6%, #FFF 90%, transparent 91%, transparent);
	background-position: right;
	background-repeat: no-repeat;
}
.banner__navi_list a {
	display: block;
	color: #FFF!important;
	padding: 16px 0;
}
.banner__navi_list a:hover {
	background-color: #04193D;
	color: #FFF;
}

@media screen and (max-width:768px) {
  .banner__navi {
    width: 100%;
    background-color: #112d5c;
    opacity: 1.0;
    position: absolute;
    bottom: 0;
  }
  .banner__navi_list {
    display: block;
  }
  .banner__navi_list li {
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 1px solid #F072A5;;
  }
  .banner__navi_list li::before {
    content: none;
  }
  .banner__navi_list li.last::after {
    content: none;
  }
  .banner__navi_list a {
    padding: 10px 0;
  }
  .banner__navi_list a:hover {
    background-color: #F072A5;
    color: #FFF;
  }
  .banner__navi-sp .faqArrow{
    width: 16px;
    height: 16px;
    fill: #fff;
    color: #fff;
    position: absolute;
    top: 10px;
    right:15px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
  }
  .fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  .banner__navi-sp .dropdown__inner {
    list-style:none;
    position:relative;
  }
  .banner__navi-sp .dropdownSub{
    display:none;
  }
  .banner__navi-sp .dropdown_toggle .faqArrow{
    -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  }
  .banner__navi-sp .dropdown {
    width:100%;
    padding:0;
    background-color: #e16b9b;
  }
  .banner__navi-sp.dropdown:hover {
    cursor : pointer;
  }
  .banner__navi-sp .dropdown h4 {
    color: #FFF;
    text-align: center;
    font-weight: bold;
    padding:10px;
  }
  .banner__navi-sp .dropdownSub {
    width:100%;
    background:#F482B0;
	  overflow: hidden;
  }
}

/* Plan
------------------------------------------*/
.planbox {
	text-align: center;
	padding: 60px 0;
}
.planbox_blue {
	background: url("../img/bg_plan.png");
}
.planbox h2 {
	font-size: 40px;
	color: #1a2f5f;
	font-family: acumin-pro-semi-condensed,sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.1em;
}
.planbox__lead {
	font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a2f5f;
	padding: 10px 0 30px;
}
.plan-notice{
	text-align: left;
	/* border: 1px solid #cce9fd; */
	padding: 20px 0;
	line-height: 1.3;
	/* background-color: #d7e4f1; */
	/* box-shadow: 0px 0px 3px 1px #7891c5;*/
}
.planbox_wrap::after{
  content: "";
  display: block;
  clear: both;
}
.planbox__plan {
/*	width: 32%;*/
	width: 23.8%;
  float: left;
	background: #FFF;
	position: relative;
	box-shadow:0px 0px 3px 1px #A5ABB7;
}
.planbox__plan dt h3 {
	min-height: 70px;
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	padding: 10px 15px;
	margin: 0 auto;
	background: #1a2f5f;
}
.planbox-standard,
.planbox-gear {
  margin-right: 1.5%;
}
.planbox-standard dt h3 {
  line-height: 2.6;
}
.planbox__plan dt h3 span {
  font-size: 15px;
	line-height: 1.1 !important;
}
.planbox__fee .min {
	font-size: 36px;
	font-weight: 600;
	color: #1a2f5f;
	padding: 10px 0 5px;
}
.planbox__fee span {
	font-size: 18px;
	font-weight: 600;
	margin-left: 5px;
	color: #1a2f5f;
}
.normal-price-wrap{
	padding-top: 15px;
}
.earlybird-price-wrap{
	padding-top: 15px;
}
.earlybird-price-wrap .early-bird-price, .earlybird-price-wrap .early-bird-price span, .earlybird-price-wrap .price-title{
	color: #f55306;
}
.price-title{
		font-size: 18px;
		font-weight: bold !important;
}
.normal-price-wrap .price-title{
	color: #1a2f5f
}
.earlybird-wrap{
	padding: 15px 0px 30px 0px;
}
.earlybird-wrap img{
	width: 100%;
	max-width: 100%;
	height: auto;
}
.planbox__include {
	font-size: 16px;
	font-weight: bold;
	color: #1a2f5f;
	padding: 15px 25px 0 25px;
	text-align: left;
}
.planbox__plan {
	padding-bottom: 20px;
}
.planbox__plan ul {
	text-align: left;
	margin: 5px 25px 10px;
}
.planbox__plan ul li {
	margin-top: 3px;
	font-size: 0.95rem;
	padding-left: 20px;
	line-height: 1.3;
	padding-bottom: 5px;
}
.planbox__plan ul li::before {
  font-family: "Font Awesome 5 Free";
	content : "\f00c";
	font-weight: bold;
	color: #fdc43a;
	margin-right: 5px;
	margin-left: -20px;
}
.planbox__plan ul li.nolist::before {
  content : "";
}
.planbox__badge {
	width: 27%;
	height: 30%;
	background: url("../img/bestplan.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: -15px;
	z-index: 99;
}
.planbox__button--detail {
/*	width: 60%;*/
	width: 85%;
	margin: 0 auto;
}
.planbox__plan ul li a{
	color: #4390d0;
}
/*.early-bird-btn a{
	background-color: #fd9826 !important;
}*/
.planbox__button--detail a {
	font-size: 16px;
	font-weight: bold;
	display: block;
	background-color: #248c04;
	/*background-color: #fd9826;*/
	border-radius: 100px;
	padding: 12px 0;
	margin: 0 auto;
	color: #FFF!important;
}
/*.planbox__button--detail a:hover, .early-bird-btn a:hover {	
	background-color: #f38405 !important;
}*/
.planbox__button--search {
	margin-top: 30px;
	font-weight: bold;
}
.planbox__button--search i {
	font-size: 12px;
	background-color: #1a2f5f;
	border-radius: 100px;
	padding: 5px;
	color: #FFF;
	line-height: 1.0;
	margin-right: 5px;
}
.planbox__button--search a {
	width: 200px;
	display: block;
	background-color: #1a2f5f;
	border-radius: 100px;
	padding: 8px 0;
	margin: 10px auto 0;
	color: #FFF!important;
}
.planbox__button--search a:hover {
	background-color: #09193E;
}
.planbox__fee{
	padding-top: 5px;
}
.normal-price-wrap .planbox__fee .price_inset_mc{
	text-decoration: none;
	position: relative;
}
/*.normal-price-wrap .planbox__fee .price_inset_mc:after {
    content: ' ';
    font-size: inherit;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
		top: 17%;
    bottom: 42%;
    border-top: 1px solid #1a2f5f !important;
    border-bottom: 1px solid #1a2f5f !important;
}*/
@media screen and (max-width:992px) {
	h3 .only_pc{
		display: none;
	}
	.planbox__plan{
		width: 49%;
	}
	.planbox_wrap > dl{
		margin-right: 0 !important;
		margin-bottom: 15px;
	}
	.planbox_wrap > dl:nth-child(2n+1){
		float: left;
	}
	.planbox_wrap > dl:nth-child(2n){
		float: right;
	}
 .planbox__plan dt h3 {
    font-size: 20px;
  }
  .planbox__plan dt h3 span {
    font-size: 15px;
  }
 .planbox__plan ul {
    text-align: left;
    margin: 5px 15px 10px;
  }
  .planbox__badge {
    width: 26%;
    height: 26%;
    top: 30px;
  }	
  .planbox__fee {
    font-size: 30px;
  }
  .planbox__button--detail {
    width: 70%;
    margin: 0 auto;
  }
  .planbox__button--detail a {
    font-size: 18px;
    padding: 12px 0;
  }
}
@media screen and (max-width:768px) {
  .planbox {
    padding: 30px 0;
    margin: 0 auto;
  }
  .planbox h2 {
    font-size: 30px;
  }
  .planbox__lead {
    padding: 10px 0 20px;
  }
  .planbox__plan {
    float: left;
    width: 49%;
    margin: 0 auto;
  }
  .planbox__plan:nth-child(2) {
    margin-left: 2%;
  }
  .planbox__badge {
    width: 24%;
    height: 24%;
    top: 30px;
    left: -10px;
    z-index: 99;
  }
}
@media screen and (max-width:767px) {
	.only_pc{
		display: none;
	}
	h3 .only_pc {
    display: block;
	}
}
@media screen and (max-width:679px) {
  .planbox__plan dt h3 {
    padding: 16px 0;
  }
  .planbox__plan dt h3 span {
    font-size: 16px;
  }
  .planbox-standard dt h3 {
    line-height: 2.2;
  }
  .planbox__plan ul {
    text-align: left;
    margin: 5px 20px 10px;
  }
  .planbox-standard,
  .planbox-gear {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width:480px) {
  h3 .only_pc {
    display: none;
	}
	.planbox__plan {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  .planbox__plan:nth-child(n+2) {
    margin-left: 0%;
  }
  .planbox__plan:nth-child(n+2) {
    margin-top: 15px;
  }  
  .planbox__badge {
    width: 25%;
    height: 25%;
    top: 20px;
    left: -10px;
    z-index: 99;
  }
}
@media screen and (min-width:769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width:768px) {
  .spNone {
    display: none;
  }
}

/* Lazy Load
------------------------------------------*/
img {
    transition: filter 0.3s;
}
 
img.lazyestload {                
    width: 100%;
    filter: blur(8px);
}

/* modal
------------------------------------------*/
.modal {
  margin-top: 50px
}
.modal-header{
	color:#fff;
	background:#1a2f5f;
}
.modal-header .close{
	width: 1.2em;
	height: 1.2em;
	line-height: 1.2em;
	vertical-align: -0.5em;
	/* background: #fff; */
	opacity: 1.0;
	border-radius: 2px;
	text-align: center;
	color: white;
	margin: -1em 0 0;
}
.modal-title {
  font-weight: bold;
}
.modal-content{
	overflow:hidden;
}
.modal-section {
	line-height: 1.5;
  padding: 15px;
}
.modal-body dt {
  color: #FFF;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 3px 10px;
  background-color: #828282;
}
.modal-body dd:nth-child(n+2) {
  margin-bottom: 20px;
}
.modal-body dd:after{
  content: "";
  display: block;
  clear: both;
}
.modal-body dd {
  margin: 0 0 15px 15px;
	line-height: 1.3;
	font-size: 13px;
}
.modal-body dd img {
  float: right;
}
.modal-open .in {
	display: block !important;
}
/* The Modal new update 201902 */
.modal-new {
  display: none; 
  position: fixed; 
  z-index: 100; 
  padding-top: 50px; 
	margin: 0;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}
.modal-content{
	width: 600px;
	margin: 0 auto;
}
/* The Close Button */
.close-md {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close-md:hover,
.close-md:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width:767px) {
	.modal-content{
		width: 90%;
	}
	
}

/* FINAL SALE */
.finalsale {
	border: 3px solid #FF0000;
	color: #FF0000;
	margin: 0 30px 10px;
	padding: 10px;
}
.finalsale dt {
	font-size: 26px;
	line-height: 1.0;
}
.finalsale dt span {
	font-size: 16px;
	line-height: 1.2;
}
.finalsale dd {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.0;
	margin-top: 10px;
}
.finalsale dd span {
	font-size: 20px;
}

.standard-plan{
	background-color: #fff;
	box-shadow: 0px 0px 3px 1px #A5ABB7;
}
.standard-plan p{
	line-height: 120%;
}
.standard-plan-title {
	margin-top: -15px;
	margin-bottom: -15px;
	position: relative;
	z-index: 1;	
}
.standard-plan-title h3{
	display: inline-block;
	background-color: #1A2F5F;
	padding: 8px 50px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;	
}
.standard-plan-decs{
	font-size: 22px;
	font-weight: bold;
	margin-top: 40px;
	display: inline-block;
	padding: 0 20px;
	border-bottom: 10px solid #FFE86B;
	max-width: 90%;
}
.hotel-info-text{
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	border-radius: 30px;
	padding: 5px 10px !important;
	background-color: #E1E1E1;
}
.hotel-name{
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 5px 0;
}
.hotel-info{
	font-size: 16px;
}
.standard-plan-title02{
	font-size: 20px;
	font-weight: bold;
	line-height: 100% !important;
	text-align: center;
}
.standard-plan-title02 span{
	display: block;
	font-size: 15px;
}
.standard-plan-content {
	padding: 0 15px;
}
.row-7{
	margin-left: -7px;
	margin-right: -7px;
}
.row-7 > .col-md-5,
.row-7 > .col-md-7{
	padding-left: 7px;
	padding-right: 7px;
}
.standard-plan-price{
	color: #1A2F5F;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 0 0;
}
.standard-plan-price span{
	font-size: 28px;
}
.standard-plan-content{
	text-align: left;
}
.standard-plan-content img{
	width: 100%;
}
.standard-plan .planbox__button--detail{
	text-align: center;
	margin-top: 15px;
	max-width: 300px;
}
.standard-plan-content > .col-md-3{
	border-left: 1px solid #ccc;
}
.block-sm{
	display: none;
}
.note{
	font-size: 13px; 
	margin-bottom: 10px;
}
@media (max-width:991px){
	.standard-plan-content > .col-md-3{
		margin-top: 20px;
		border-left: none;		
	}
	.standard-plan-content > .col-md-3:nth-child(2){
		border-bottom: 1px solid #ccc;
		padding-bottom: 25px;
	}
	.block-sm{
		display: block;
	}
	.standard-plan-title02{
		font-size: 26px;
	}
	.standard-plan-title02 span{
		font-size: 17px;
		display: inline-block;
	}
}
@media (max-width:767px){
	.row-7 > .col-md-7.pull-right{
		text-align: center;
		margin-bottom: 20px;
	}
}
.textred {
    color: #FF0000;
}
/*--------Private Tour--------*/
.private-tour .block-mobile{
	display: none;
}
.private-tour a img{
	width: 100%;
	height: auto;
	padding-top: 40px;
}
@media (max-width:768px){
	.private-tour a img{
		padding: 20px 0 30px 0;
	}
}
@media (max-width:767px){
	.private-tour .block-mobile{
		display: block;
	}
	.private-tour .hidden-mobile{
		display: none;
	}
}
/*--------bnr list Tour--------*/
.list-tour{
	display: flex;
	flex-wrap: wrap;
	margin-left: -9px;
	margin-right: -9px;	
}
.list-tour > div{
	padding-left: 9px;
	padding-right: 9px;
	width: 33.333%;
	margin-top: 40px;
}
.list-tour > div img{
	width: 100%;
	height: auto;
}
@media(max-width:575px){
	.list-tour{
		margin-left: -5px;
		margin-right: -5px;	
	}
	.list-tour > div{
		padding-left: 5px;
		padding-right: 5px;
		/*width: 50%;*/
		margin-top: 10px;
	}
	.list-tour > div{
		width: 100%;
	}
	.list-tour-02 > div:nth-child(1),
	.list-tour-02 > div{
		width: 100%;
	}
}