@charset "utf-8";

@font-face {
    font-family: 'UTM Cooper';
    src: url('../fonts/UTMCooperBlack.woff2') format('woff2'),
        url('../fonts/UTMCooperBlack.woff') format('woff'),
        url('../fonts/UTMCooperBlack.ttf') format('truetype'),
        url('../fonts/UTMCooperBlack.svg#UTMCooperBlack') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Berlin Sans FB Demi';
    src: url('../fonts/BerlinSansFBDemi-Bold.woff2') format('woff2'),
        url('../fonts/BerlinSansFBDemi-Bold.woff') format('woff'),
        url('../fonts/BerlinSansFBDemi-Bold.ttf') format('truetype'),
        url('../fonts/BerlinSansFBDemi-Bold.svg#BerlinSansFBDemi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.searchbox__txt.searchbox__txt--mb {
    background-color: #FFF;
    padding-top: 20px;
}

img {
	max-width: 100%;
}
/*banner*/
.topbanner {
	position: relative;
	overflow: hidden;
}
.topbanner .container {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	text-align: center;
	height: 100%;
}
.topbanner img {
	position: relative;
	width: 100%;
}
.mb-banner {
	display: none;
}
.txt-title {
	position: absolute;
	left: 0;
	right: 0;
	top: 15%;
}
.txt-title h1 {
	font-size: 2vw;
	font-weight: bold;
	text-shadow: 4px 0 0 #fff, -4px 0 0 #fff, 0 4px 0 #fff, 0 -4px 0 #fff, 2px 2px #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
	color: #333;	
}
.txt-title h1 span {
	color: #f0155d;
	display: block;
	font-size: 4.6vw;
	font-weight: 900;
	margin-top: 10px;
	font-family: 'UTM Cooper';
	line-height: 100%;
}

@media(max-width:991px) {
	.container {
		max-width: 100%;
	}
	
}
@media (max-width: 768px) {
	.searchbox__inner {
		padding: 20px;
	}
}
@media(max-width:767px) {
.topbanner .container {
	display: none;
}
	.txt-title {
		top: 10%;
	}
	.txt-title h1 {
		font-size: 4vw;
	}
	.txt-title h1 span {
		font-size: 7.5vw;
	}
	.mb-banner {
		display: block;
	}		
	.pc-banner {
		display: none;
	}
}

/*======================================*/

/*discount*/

.discount {
	padding: 50px 0;
}

.discount-content h2 {
    text-align: center;
    font-size: 34px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}
.discount-content p {
	font-size: 16px;
	color: #333;
	text-align: center;
}

.discount-step {
	margin-top: 70px;
}

.discount-step .step {
	border-radius: 5px;
	border: dotted 2px #88adff;
	padding: 65px 15px 25px 15px;
	position: relative;
}
.discount-step .step h3 {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
	color: #476dc2;
}
.discount-step .step p {
	line-height: 20px;
	text-align: left;
}
.discount-step .step::before {
	font-family: 'Berlin Sans FB Demi';
	position: absolute;
	content: '';
	background: url(/en/campaign/earlybird/img/bg-step.png) top center no-repeat;
	width: 69px;
	height: 66px;
	line-height: 66px;
	font-size: 40px;
	text-align: center;
	top: -15%;
	font-weight: bold;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-shadow: 2px 0 0 #476dc2, -2px 0 0 #476dc2, 0 2px 0 #476dc2, 0 -2px 0 #476dc2, 1px 1px #476dc2, -1px -1px 0 #476dc2, 1px -1px 0 #476dc2, -1px 1px 0 #476DC2;
	color: #fff;
}

.discount-step .step1::before {
	content: '1';
}
.discount-step .step2::before {
	content: '2';
}
.discount-step .step3::before {
	content: '3';
}

@media(max-width:991px) {
	.discount-step .step {
    padding: 50px 15px 25px 15px;
	}
	.discount-step .step::before {
			top: -14%;
	}	
}

@media(max-width:767px) {
	.discount-step {
		margin-top: 45px;
	}
	.discount-step .step::before {
		top: -19%;
		background-size: 80%;
		line-height: 48px;
		font-size: 35px;
	}
	.discount-content p {
		text-align: left;
		line-height: 20px;
	}
	.discount-step .step h3 {
		font-size: 19px;
		text-align: center;
	}
	.discount-step .col-sm-4 {
		margin-bottom: 40px;
		max-width: 100%;
		flex: initial;
	}
	.discount {
		padding-bottom: 0;
	}
	.discount-content h2 {
		font-size: 25px;
	}
}
@media(max-width:480px) {
	.discount-step .step::before {
		top: -15%;
	}
	.searchbox__inner {
		padding: 20px !important;
	}
}
 
/*================================================*/

/*sample*/


.sample {
	padding: 50px 0 55px;
	text-align: center;
	padding-top: 0;
}

.sample-content h2 {
    text-align: center;
    font-size: 34px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: solid 2px #333;
}
.sample-content p {
	font-size: 25px;
	color: #333;
	text-align: center;
}
.sample-content p b {
	color: #f0155d;
	font-size: 35px;
	font-weight: bold;	
}
.sample-content p b span{
	font-size: 20px;
}
.chart-sample {
	margin-top: 30px;
}
.chart-sample ul {
	overflow: hidden;
}
.chart-sample ul li {
	display: block;
	overflow: hidden;
	margin-bottom: 25px;
}
.chart-sample ul li:last-child {
	margin-bottom: 0;
}
.chart-sample ul li .stt {
    float: left;
    width: 11%;
		margin-top: 15px;
}
.chart-sample ul li .stt p {	
	text-align: center;
	font-weight: bold;
	color: #4b7ef1;
	font-size: 32px;
	line-height: 20px;
}
.chart-sample ul li .stt p span {
	display: block;
	color: 	#333;
	font-size: 20px;
	margin-top: 5px;
}

.chart-sample ul li .numberOff {
	float: left;
	width: 74%;
	background: url(/en/campaign/earlybird/img/bg-sample.png) top center repeat;
	min-height: 75px;
	border-radius: 5px;
}

.chart-sample ul li .priceyen {
	float: left;
	width: 15%;
	margin-top: 20px;
	padding: 0 10px;
}
.chart-sample ul li .numberOff .percent-off {
	float: right;
	background: #807c7b;
	border-left: solid 1px #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.chart-sample ul li .numberOff .percent-off20 {
	width: 20%;
}
.chart-sample ul li .numberOff .percent-off15 {
	width: 15%;
}
.chart-sample ul li .numberOff .percent-off10{
	width: 10%;
}
.chart-sample ul li .numberOff .percent-off p {
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	padding: 0 2px;
	margin-top: 17px;
}
.chart-sample ul li .numberOff .percent-off p span{
	font-size: 16px;
	display: block;
}

.chart-sample ul li .priceyen p {
	color: #f0155d;
	font-size: 32px;
	font-weight: bold;
	line-height: 21px;
}
.chart-sample ul li .priceyen p span {
	font-size: 20px;
}

.bgdod {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 25px;
}
.priceyenmb {
	display: none;
}

@media(max-width:991px) {
	.chart-sample ul li .stt {
		width: 15%;
	}
	.chart-sample ul li .numberOff {
		width: 70%;
	}
	.chart-sample ul li .stt p {
		text-align: center;
	}
	.chart-sample ul li .numberOff .percent-off20 {
			width: 20%;
	}
	.chart-sample ul li .numberOff .percent-off15 {
			width: 15%;
	}
	.chart-sample ul li .numberOff .percent-off10 {
			width: 10%;
	}
	.chart-sample ul li .numberOff .percent-off p {
		font-size: 20px;
	}
	
}

@media(max-width:769px) {
	.chart-sample ul li .priceyen {
		margin-top: 12px;
	}
}

@media(max-width:767px) {
.chart-sample {
	margin-top: 5px;
}
	.sample {
		padding-top: 0;
	}
	.chart-sample ul li .numberOff {
		min-height: 45px;
	}
	.chart-sample ul li .numberOff .percent-off p span {
			display: block;
			margin-top: 3px;
			word-break: break-all;
	}
	.chart-sample ul li .stt p {
		font-size: 25px;
	}
	.chart-sample ul li .stt p span {
			font-size: 15px;
			line-height: 20px;
			display: inline-block;
	}
	.chart-sample ul li .numberOff .percent-off p {
			margin-top: 6px;
			font-size: 17px;
			padding: 0 1px;
	}
	.chart-sample ul li .numberOff .percent-off p span {
		font-size: 12px;
	}
	.chart-sample ul li .numberOff .percent-off {
		min-height: 45px;
	}
	.chart-sample ul li .stt p {
		text-align: left;
		margin-bottom: 5px;
	}
	.chart-sample ul li .stt {
		width: 100%;
		display: block;
		padding: 0px;
	}
	.chart-sample ul li .numberOff {
		width: 100%;
		display: block;
		position: relative;
	}
	.chart-sample ul li .priceyen {
		width: 100%;
		display: block;
	}
	.chart-sample ul li .priceyen p {
		font-size: 25px;
	}
	.chart-sample ul li .priceyen p span {
		font-size: 15px;
	}
	.chart-sample ul li {
		margin-bottom: 1px;
	}
	.sample-content {
		text-align: center;
	}
	.sample-content h2 {
			display: inline-block;
			border-bottom: solid 2px #333;
			font-size: 25px;
	}
	.sample-content p {
		font-size: 20px;
	}
	.bgdod {
    margin-top: 7px;
    margin-bottom: 0;
    height: 34px;
    overflow: hidden;
	}
	.bgdod img {
		height: 58px;
	}
	.sample-content p b {
		font-size: 30px;
	}
	.mt0 .stt{
		margin-top: 0 !important;
	}
	.priceyenmb {
		width: auto !important;
		display: inline-block !important;
		margin: 0 auto !important;
		text-align: center;
		position: absolute;
		left: 0;
		right: 0;
		top: 10px;
	}
	.priceyenpc {
		display: none !important;
	}
	
}

@media(max-width:425px) {
	.chart-sample ul li .numberOff .percent-off p {
		font-size: 14px;
	}
}
@media(max-width:350px) {
	.chart-sample ul li .numberOff .percent-off p {
		font-size: 13px;
	}
}

/*=========================================*/


.searchBoxEarlybird {
	background: #fafafa;
	padding: 50px 0;
}
.the-title {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}	
.searchbox {
	margin-top: 50px;
}

.numberOfPeople .input-group {
	border-bottom: solid 1px #999797;
}
.numberOfPeople .input-group i {
	font-size: 12px;
}
.numberOfPeople .input-group span button{
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 0;
    color: #757575;
    transition: initial;
    text-shadow: 0 0 0;	
}

.numberOfPeople .input-group label {
    border: none;
    color: #757575;
    font-weight: bold;
}
.show-notice {

}
.show-notice p {
	margin: 0;
	color: #e71505;
	font-size: 14px;	
	padding-left: 15px;
}


/*conditions*/

.conditions {
	padding: 50px 0;
}
.conditions-content {
	border-radius: 5px;
	border: dotted 1px #4a80fa;
	padding: 40px;
}
.conditions-content h2 {
	text-align: center;
	font-size: 34px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}
.conditions-content ul {
	margin-top: 30px;
}
.conditions-content ul li {
    display: block;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
		position: relative;
		padding-left: 15px;
		font-size: 15px;
}
.conditions-content ul li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #333;
    border-radius: 50%;
    top: 7px;
    left: 0;
}

@media(max-width:767px) {
	.conditions-content {
		padding: 40px 15px 15px 15px;
	}
	.conditions-content h2 {
		font-size: 25px;
	}
}

@media screen and (max-width: 991px){
  .hidden-mobile {
      display: block;
  }
}
@media(max-width:767px) {
   .hidden-mobile {
      display: none;
  }
}