@charset "UTF-8";
/*ALL*/
:root {
	--tC: #405574;
	--tC2: #344A6C;
	--fW: bold;
	--fF: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
#container #tour .on-label {
	float: right;
	margin-right: 15%;
}
#container #tour .on-airport {
	float: right;
}
/*leadArea*/
#americaIndex .leadArea {
	margin: 0;
}
.leadArea .leadText {
	position: absolute;
	top: 288px;
	left: 0;
	padding: 0 10%;
	color: var(--tC);
	font-weight: var(--fW);
}
@media screen and (max-width:330px) { 
.leadArea .leadText {top: 233px;}
}
@media screen and (min-width:331px) and ( max-width:400px) {
.leadArea .leadText {top: 270px;}
}
@media screen and (min-width:700px) {
.leadArea .leadText {top: 580px;}
}
@media screen and (min-width:1000px) {
.leadArea .leadText {top: 780px;} 
}
/*news*/
.newsList {
    padding: 0 5% 5%;
    font-family: var(--fF);
}
.newsList li {
  border-bottom: 1px solid #405574;
  padding: 3% 8% 3% 0;
  color:  #000;
  font-weight: var(--fW);
}
.newsList li a {
   color: var(--tC);
   font-weight: var(--fW);
   text-decoration:  underline;
}
.newsList li a span {
    color: #e77e7e;
}
/*mapArea*/
#americaIndex .mapArea {
  padding-bottom: 5%;
}
.mapArea .link {
	margin: 3.1%;
}

/* ===============================================
modal制御
=============================================== */

.modal {
	padding: 0;
	color: #EEE;
	display: none;
}

/* modalBody（モーダルコンテンツ詳細）------------------*/
.modal .modalBody {
	width: 92%;
	height: 70%;
	padding: 2%;
	z-index: 1000;
	background-image: url(https://www.his-j.com/smp/kanto/special/america/img/bg02.png);
	background-size: cover;
	position: fixed;
	top: 15%;
	left: 2%;
}
.modal .modalBody .phArea,
.modal .modalBody .descArea {
	height: 90%;
	overflow: auto;
}
.modal .modalBody .phArea img {
	width: 150%;
}
.modal .modalBody .textBox {
	text-align: center;
}
.modal .modalBody .textBox strong {
	margin: 2% 0;
	font-size: 2.0rem;
	font-weight: bold;
	display: block;
}
.modal .modalBody .modalList {
	margin-top: 5%;
	border-top: 1px solid #CCC;
}
.modal .modalBody .modalList .linkArea.list {
	background-image: url("/smp/common/img/kanto/icon/instruction/arrow_right_white001.png");
}

/* modalBody.close（閉じるボタン）------------------*/
.modal .modalBody .close {
	width: 96%;
	margin: 0 2%;
	padding: 2% 0;
	background-color: var(--tC);
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 2%;
	left: 0;
	cursor: pointer;
}
.modal .modalBK {
	height: 100%;
	width: 100%;
	background: #000;
	opacity: .5;
	filter: alpha(opacity=90);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

/*region*/
#region {
	font-family: var(--fF);
	color: var(--tC2);
	padding: 0 6.2% 5%;
}
#region .regionBox {
	margin: 8% 0;
}
#region .ttlArea span {
	text-align: center;
	font-weight: var(--fW);
	font-size: 1.6em;
	padding-bottom: 8%;
	background-image: url(https://www.his-j.com/smp/kanto/special/america/img/underline.png);
	background-repeat:  no-repeat;
	background-position: 50% 100%;
	background-size: 150px 18px;
	display:  block;
}
#region .link, #tour .link {
    -webkit-box-shadow:1px 4px 0px -1px #CCC;
            box-shadow:1px 4px 0px -1px #CCC;
}
/*fb*/
.fb {
	padding: 0 6.2%;
}
.fbList {
	overflow: hidden;
	padding-bottom: 5%;
}
.fbList li {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.fbList li:nth-child(3n) {
	margin-right: 0;
}
.topProducts #tabs3 .module:nth-of-type(n+4),
.topProducts #tabs4 .module:nth-of-type(n+4) {
  display: none;
}
.topProducts #tabs3 .module:nth-of-type(n+7),
.topProducts #tabs4 .module:nth-of-type(n+7) {
  display: block;
}
.topProducts #tabs3 .module:nth-of-type(n+10),
.topProducts #tabs4 .module:nth-of-type(n+10) {
  display: none;
}