
#switchBtnArea{
 display: none;
}

.heder-logo{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:500px;
	height:200px;
	margin:auto;
}

.heder-logo img{
	margin:0 auto;
}

.heder-logo h1 img{
	width:98px;
	height:188px;
	margin-bottom:20px;
	padding:10px;
	background:#fff;
}

.heder-logo h2 img{
	width:500px;
	height:43px;
}

@media screen and (max-width:767px) {

.heder-logo{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:94%;
	height:200px;
	margin:auto;
}

.heder-logo h1 img{
	width:40px;
	height:77px;
}

.heder-logo h2 img{
	width:300px;
	height:26px;
}

}

.scroll{
	position:absolute;
	bottom:0;
	left:50%;
	width:100px;
	height:75px;
	margin-left:-50px;
	text-align:center;
	vertical-align:top;
	z-index:100;
	color:#fff;
}

.scroll p{
	position:absolute;
	bottom:0;
	left:50%;
	display:block;
	width:1px;
	height:50px;
	background:#fff;
}


.movie-box{
	position:relative;
	/*min-width:720px;*/
}

.jh-movie{
	z-index:0;
}

.movie-overlay{
	background:url(../img/top/movie-overlay.png);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
}







h2{
	font-family:'F+UD TsukuMin R';
	font-size:2.2rem;
	letter-spacing:.2em;
 line-height: 1;
}

h2 span{
	display:block;
 margin-top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1rem;
	letter-spacing:.1em;
}

@media screen and (max-width: 767px) {

 h2{
	font-size:2rem;
	letter-spacing:.1em;
}

h2 span{
 margin-top: 10px;
	font-size:1rem;
	letter-spacing:0;
}

}




/* =====================
  news
===================== */

.news{
	max-width:980px;
	margin:100px auto 0;
}

.news .line{
	position:relative;
	display:block;
	height:67px;
	border-top:1px solid #666;
	border-right:1px solid #666;
	border-left:1px solid #666;
}

.news .line span{
	position:absolute;
	top:-7px;
	display:block;
	height:67px;
	padding:0 13px;
	width:100%;
}

.news .line span span{
	position:relative;
	display:block;
	height:67px;
	border-top:1px dotted #666;
	border-right:1px dotted #666;
	border-left:1px dotted #666;
}

.news-box{
	max-width:850px;
	margin:0 auto;
}

.news-box h2{
	float:left;
	width:16%;
	margin-top:10px;
}

.news-box dl{
	float:right;
	width:80%;
}

.news-box dt{
	clear:both;
	float:left;
	position:relative;
	width:7em;
	margin:0;
	padding:18px 0 0;
	font-size:1.2rem;
 line-height: 1;
}

.news-box dd{
	padding:15px 0 15px 8em;
	border-bottom:1px dotted #e8e8e8;
 line-height: 1.3;
}

.news-box dd a{
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-box dd a.new::after{
	content:"NEW";
	display:inline-block;
	margin-left:10px;
	padding:3px 7px;
	background-color:#A27900;
 font-family: Arial, Helvetica, "sans-serif";
 font-style: italic;
	font-size:1rem;
	color:#fff;
 line-height: 1;
}

.news-box dt::first-child,
.news-box dd::first-child{
	padding-top:0;
}

.news-box dd{
	padding:15px 0 15px 8em;
	border-bottom:1px solid s#e8e8e8;
}

.news-box .news-link{
	clear:both;
	padding-top:25px;
	text-align:right;
}

.news-box .news-link a{
 padding-bottom: 5px;
	border-bottom:1px dashed #9a9a9a;
	font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 1.2rem;
}

.news-box .news-link a::after{
	content:"\f178";
	margin-left:.5em;
	font-family:'FontAwesome';
 font-size: 1.1rem;
 font-weight: normal;
}

@media screen and (max-width:1024px) {

.news{
	max-width:94%;
}

}

@media screen and (max-width:767px) {

.news{
	margin-top:50px;
}

.news .line{
	display:none;
}

.news-box h2,
.news-box dl{
	float:none;
	width:100%;
}

.news-box h2{
	margin-top:0;
	text-align:center;
}

.news-box dt{
	float:none;
	width:inherit;
	padding:15px 0 0;
}

.news-box dd{
	padding:5px 0 15px 0;
}

}



/* =====================
  story
===================== */

.story{
	margin:80px 0;
	text-align:center;
}

.story{
	margin:80px 0;
	text-align:center;
}

.story-box{
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:80%;
	margin-top:60px;
	margin-left:auto;
}

.story-box .msg .msg-inner{
	background:url(../img/top/road.png) no-repeat;
	background-size:contain;
	background-position:top right;
}

.story-box .photo{
	float:left;
	width:49%;
}

.story-box .msg{
	position:relative;
	float:right;
	width:51%;
	padding:40px 30px 20px;
	background:url(../img/top/story-bg.gif);
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-family:'F+UD TsukuMin R';
	text-align:left;
}

.story-box .msg a{
	position:relative;
	display:inline-block;
	padding:0 0 0 50px;
	vertical-align:middle;
	font-size:14px;
	font-size:1.4rem;
}

.story-box .msg a::before,
.story-box .msg a::after{
	content:"";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	margin:auto;
	vertical-align:middle;
}

.story-box .msg a::before{
	content:"";
	left:0;
	width:40px;
	height:1px;
	background:#333;
}

.story-box .msg a::after{
	content:"";
	left:33px;
	width:6px;
	height:6px;
	border-top:1px solid #333;
	border-right:1px solid #333;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

.story-box .story-ttl{
	position:relative;
	display:inline-block;
	padding-right:85px;
}

.story-box .story-ttl::after{
	content:"Story";
	position:absolute;
	top:0;
	right:0;
	width:65px;
	height:65px;
	background:#CE1F29;
	border-radius:50%;
	line-height:65px;
	color:#fff;
	text-align:center;
	font-style:italic;
}

.story-box .story-ttl h3{
	font-size:24px;
	font-size:2.4rem;
}

.story-box .story-ttl h4{
	font-size:16px;
	font-size:1.6rem;
}

.story-box .msg p{
	margin:20px 0;
	line-height:2;
	letter-spacing:.2em;
}

.story-slide{
	position:relative;
	text-align:center;
	margin-bottom:0;
	padding-bottom:0;
}

.story-slide ul,
.story-slide ul li{
	position:relative;
	margin:0;
}

.story-slide .slick-slide{
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.story-slide .slick-dots{
	position:absolute;
	bottom:-2.5em;
}

.story-slide .slick-dots li{
	position:relative;
    display:inline-block;
    width:5px;
    height:5px;
    margin:0 5px;
    padding:0;
    cursor:pointer;
	background:transparent;
}

.story-slide li a{
	opacity:1;
}

.story-slide ul.slide-inner{
	margin-bottom:0;
}

.story-slide ul.slide-inner li a:hover{
	transition:all .4s;
}

.story-slide ul.slide-inner li a:hover{
	opacity:.7;
}

.story-slide .slick-dots li button{
    font-size:0;
    line-height:0;
    display:block;
    width:5px !important;
    height:5px !important;
	padding:2px;
	background:#ccc;
    outline:none;
	border-radius:50%;
    cursor:pointer;
}

.story-slide .slick-dots li button:hover,
.story-slide .slick-dots li button:focus{
    outline:none;
}

.story-slide .slick-dots li button:hover:before,
.story-slide .slick-dots li button:focus:before{
    opacity:1;
}

.story-slide .slick-dots li button:before{
    position:absolute;
    top:0;
    left:0;
    width:10px;
    height:10px;
	border-radius:50%;
    content:"";
    text-align:center;
	background:transparent;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.story-slide .slick-dots li.slick-active button:before{
    opacity:1;
    background:#A37E39;
	width:100%;
	height:100%;
}

.story-slide .slick-prev,
.story-slide .slick-next{
    width:40px;
    height:40px;
	background:#A37E39;
    color:#fff;
}

.story-slide .slick-prev:before,
.story-slide .slick-next:before{
	content:"";
	font-family:'FontAwesome';
    font-size:16px;
    font-size:1.6rem;
}

.story-slide .slick-prev:before{
    content:"\f104";
}

.story-slide .slick-next:before{
    content:"\f105";
}

.story-slide li p{
    position:absolute;
    bottom:0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,.6);
    color:#fff;
    text-align:center;
}

@media screen and (max-width:1440px) {

.story-box{
	width:100%;
}

.story-box .photo{
	float:left;
	width:52%;
}

.story-box .msg{
	float:right;
	width:48%;
}

}

@media screen and (max-width:1024px) {

.story{
	margin:50px 0;
}

.story-box{
	display:inherit;
	width:100%;
	margin-top:30px;
}

.story-box .photo{
	float:none;
	width:100%;
}

.story-box .msg{
	float:none;
	width:100%;
	padding:60px 30px 30px;
	text-align:center;
}

}

@media screen and (max-width:767px) {

.story-box .story-ttl h3{
	font-size:18px;
	font-size:1.8rem;
}

.story-box .story-ttl h4{
	font-size:14px;
	font-size:1.4rem;
}

.story-box .msg{
	float:none;
	width:100%;
	padding:25px 15px 15px;
	text-align:left;
}

.story-box .msg p{
	letter-spacing:0;
}

}



@media screen and (min-width:769px) {

.story-slide .slick-prev,
.story-slide .slick-next{
	display:none !important;
}

}

@media screen and (min-width:769px) and (max-width:959px) {

.story-slide{
	padding:2em 0 4em;
}

.story-slide h2{
	font-size:24px;
	font-size:2.4rem;
}

}

@media screen and (max-width: 768px) {

/*.story-slide{
	padding:1.5em;
}
*/
.story-slide h2,
.story-slide span{
	display:none;
}

.story-slide ul,
.story-slide ul li{
	margin:0 auto;
}

/*.story-slide ul li{
	padding:5px;
}*/

.story-slide ul li p{
	font-size:12px;
	font-size:1.2rem;
}

.story-slide .slick-slide{
	margin:0;
}

}

 





/* =====================
  spot
===================== */

.spot{
	margin:80px 0 0;
	text-align:center;
}

.spot .spot-tab-wrp{
 position: relative;
    background: url(../img/top/rank-bg.png) no-repeat;
}

.spot .spot-tab-wrp::before,
.spot .spot-tab-wrp::after{
  content: "";
 position: absolute;
 top: 0;
 width: 24%;
 min-height: 52px;
 background-color: #fff;
}
 
.spot .spot-tab-wrp::before{
 left: 0;
}

.spot .spot-tab-wrp::after{
 right: 0;
}

ul#spot-tab{
 position: relative;
	width:52%;
	margin:5em 24% 0;
}


ul#spot-tab li a{
	position:relative;
	float:left;
	  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width:50%;
	min-height:52px;
	/*padding:17px 0 17px;*/
	border-top:1px solid #dadada;
	border-right:1px solid #dadada;
	border-left:1px solid #dadada;
	font-family:'F+UD TsukuMin R';
	font-size:1.6rem;
	color:#999;
	line-height:1;
	text-align:center;
	letter-spacing:.1em;
 background-color: #fff;
}

ul#spot-tab li a::before {
 display: inline-block;
 content: "";
 position: relative;
 /*top: 10px;*/
 width: 26px;
 height: 24px;
 margin-right: 10px;
 background-size: 26px 24px;
 background-repeat: no-repeat;
}

ul#spot-tab li:first-child a::before{
 background-image: url("../img/top/tab-rank-icon.png");
}

ul#spot-tab li:first-child.active a::before{
 background-image: url("../img/top/tab-rank-icon-in.png");
}

ul#spot-tab li:last-child a::before{
 background-image: url("../img/top/tab-spot-icon.png");
}

ul#spot-tab li:last-child.active a::before{
 background-image: url("../img/top/tab-spot-icon-in.png");
}


@media screen and (max-width: 767px) {

 
ul#spot-tab li a::before {
 width: 15px;
 height: 13px;
 margin-right: 5px;
 background-size: 15px 13px;
}
 
}



ul#spot-tab li:first-child a{
	border-right:none;
}



ul#spot-tab li.active a{
	/*padding:17px 0;*/
	/*background:#F6F6F6 url(../img/common/bg-glay.gif);*/
 background-color: transparent;
	color:#fff;
}

ul#spot-tab li a span{
	position:relative;
}

/*ul#spot-tab li.active a:after{
	content:"";
	position:absolute;
	bottom:-1px;
	left:0;
	height:1px;
	width:100%;
	background:#f6f6f6;
	z-index:2;
}*/

ul#spot-tab li.active a:after{
display: none;
}

@media screen and (max-width:1100px) {

ul#spot-tab{
	width:90%;
	margin:80px 5% 0;
}

 .spot .spot-tab-wrp::before,
.spot .spot-tab-wrp::after{
 width: 5%;
}
 
ul#spot-tab li a{
	font-size:14px;
	font-size:1.4rem;
}

}

@media screen and (max-width:900px) {

ul#spot-tab{
	width:94%;
	margin:20px auto 0;
}

 .spot .spot-tab-wrp::before,
.spot .spot-tab-wrp::after{
 width: 3%;
}
 
ul#spot-tab li a{
	font-size:1.3rem;
	letter-spacing:0;
}


}

.tab-box{
	position:relative;
	overflow:hidden;
	width:100%;
/*	padding-bottom:80px*/;
	/*background:#F6F6F6 url(../img/common/bg-glay.gif);*/
/*	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;*/
	text-align:center;
}

.tab-box::after{
	content:"";
	border-bottom:10px solid #fff;
	position:absolute;
	bottom:1px;
}

.tab-box-inner{
	display:none;
 padding: 80px 0;
}

@media screen and (max-width: 767px) {

 .tab-box-inner{
 padding: 0;
}

}

.tab-box-inner#tab-cultural ul{
	margin:10px auto 40px;
	text-align:center;
}

.tab-box-inner#tab-cultural ul li{
	position:relative;
	float:left;
	width:32%;
	margin:40px 2% 10px 0;
	padding:10px;
	background:#fff;
	border:1px solid #ddd;
	text-align:left;
}

@media screen and (min-width:1025px) {

.tab-box-inner#tab-cultural ul li:nth-child(3n){
	margin-right:0;
}

}

@media screen and (max-width:1024px) {

.tab-box-inner#tab-cultural ul li{
	width:48%;
	margin:20px 4% 10px 0;
	padding:10px;
	background:#fff;
	border:1px solid #ddd;
	text-align:left;
}

.tab-box-inner#tab-cultural ul li:nth-child(even){
	margin-right:0;
}

.tab-box-inner#tab-cultural ul li p{
	display:none;
}

}


.tab-box-inner#tab-cultural ul li em{
	position:absolute;
	top:-8px;
	left:-8px;
	width:40px;
	height:40px;
	line-height:40px;
	background:#000;
	border-radius:50%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	font-size:2rem;
	color:#fff;
	text-align:center;
}

.tab-box-inner#tab-cultural ul li figure{
	box-shadow:0 4px 3px -3px rgba(0,0,0,0.2);
}

.tab-box-inner#tab-cultural ul li figure img{
	object-fit:cover;
	object-position:50% 50%;
	font-family:'object-fit: cover; object-position: 50% 50%;';
	width:100%;
	height:250px;
}

@media screen and (max-width:767px) {

.tab-box-inner#tab-cultural ul li figure img{
	height:150px;
}

}

.tab-box-inner#tab-cultural ul li h3{
	margin:5px 0 10px;
	font-family:'F+UD TsukuMin R';
	font-size:18px;
	font-size:1.8rem;
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}

.tab-box-inner#tab-cultural ul li p img{
	margin:0 auto;
}

.tab-box-inner#tab-cultural ul li{
	transition:all .4s;
}

.tab-box-inner#tab-cultural ul li:hover{
    opacity:0.7;
}

.tab-box-inner#tab-cultural ul li a span{
	display:block;
	margin-top:2px;
	font-size:12px;
	font-size:1.2rem;
}

.tab-box-inner#tab-area img{
	margin:0 auto;
}

@media screen and (max-width: 1160px) {

.tab-box-inner{
	max-width:94%;
	margin:3em auto;
}

}

@media screen and (max-width: 959px){

.tab-box-inner{
	margin:20px auto;
}
}

@media screen and (max-width:767px){

.spot{
	margin:50px 0 0;
}

.spot .lead{
 width: 94%;
	text-align:left;
}

.tab-box-inner{
	margin:25px auto;
}

#tab-cultural.tab-box-inner ul{
	margin-top:0;
}

#tab-cultural.tab-box-inner ul li{
	padding:5px;
	margin-bottom:0;
}

.tab-box-inner#tab-cultural ul li em{
	top:-8px;
	left:-4px;
	width:30px;
	height:30px;
	line-height:30px;
	font-style:italic;
	font-size:16px;
	font-size:1.6rem;
}

.tab-box-inner#tab-cultural ul li h3{
	margin:5px 0 0;
	font-size:14px;
	font-size:1.4rem;
}

}

.tab-box-inner#tab-area .area-box{
	max-width:750px;
	margin:50px auto;
}

.tab-box-inner#tab-area .area-box .left{
	position:relative;
	float:left;
	width:435px;
	height:628px;
}

.tab-box-inner#tab-area .area-box .right{
	float:right;
	width:160px;
}

@media screen and (max-width:768px){

.tab-box-inner#tab-area .area-box{
	display:none;
}

}

.tab-box-inner#tab-area .area-box .left ul li{
	position:absolute;
}

.tab-box-inner#tab-area .area-box .left ul li a{
	position:absolute;
	width:160px;
	padding:1px 5px;
	background:rgba(255,255,255,.8);
	border:1px solid #666;
	border-radius:5px;
	text-align:center;
}

.tab-box-inner#tab-area .area-box .left ul li a:hover{
	background:#333;
	border:1px solid #333;
	color:#fff;
}

.tab-box-inner#tab-area .area-box .left ul li:nth-child(1){
	top:47px;
	left:85px;
}

.tab-box-inner#tab-area .area-box .left ul li:nth-child(2){
	top:130px;
	left:275px;
}

.tab-box-inner#tab-area .area-box .left ul li:nth-child(3){
	top:281px;
	left:52px;
}

.tab-box-inner#tab-area .area-box .left ul li:nth-child(4){
	top:371px;
	left:254px;
}

.tab-box-inner#tab-area .area-box .left ul li:nth-child(5){
	top:432px;
	left:236px;
}

.tab-box-inner#tab-area .area-box .left ul li:nth-child(6){
	top:482px;
	left:0;
}

.tab-box-inner#tab-area .area-box .right p{
	padding-bottom:5px;
	border-bottom:2px solid #333;
	font-size:20px;
	font-size:2rem;
	font-weight:700;
	text-align:left;
}

.tab-box-inner#tab-area .area-box .right ul li{
	padding:8px 0;
	border-bottom:1px dashed #ccc;
	text-align:left;
}

.tab-box-inner#tab-area .area-box .right ul li a{
	display:block;
	padding:5px;
}

.tab-box-inner#tab-area .area-box .right ul li a::before{
	content:"\f178";
	font-family:'FontAwesome';
	margin-right:5px;
}

.tab-box-inner#tab-area .area-box .right ul li a:hover{
	background:#333;
	color:#fff;
}




.tab-box-inner#tab-area{
	display:none;
	max-width:1228px;
	margin:0 auto;
}

/*.tab-box-inner#tab-area ul{
	margin-bottom:50px;
}*/

.tab-box-inner#tab-area ul.area-list li{
	position:relative;
	float:left;
	width:15%;
	margin-right:2%;
	background:#000 url(../img/common/bg-rough-black.gif);
	text-align:left;
}

@media screen and (min-width:1025px) {

.tab-box-inner#tab-area ul.area-list li:last-child{
	margin-right:0;
}

}

.tab-box-inner#tab-area ul.area-list li div{
	padding:10px;
}

.tab-box-inner#tab-area ul.area-list li a{
	color:#fff;
}

.tab-box-inner#tab-area ul.area-list li a:hover{
	opacity:.7;
}

.tab-box-inner#tab-area ul.area-list li h3,
.tab-box-inner#tab-area ul.area-list li h4{
	font-family:'F+UD TsukuMin R';
}

.tab-box-inner#tab-area ul.area-list li h3{
	position:relative;
	display:block;
	padding-left:40px;
	font-size:18px;
	font-size:1.8rem;
	letter-spacing:.2em;
}

.site-en .tab-box-inner#tab-area ul.area-list li h3{
	font-size:1.6rem;
	letter-spacing:0;
}

.site-kr .tab-box-inner#tab-area ul.area-list li h3{
	font-size:1.6rem;
	letter-spacing:0;
}


.tab-box-inner#tab-area ul.area-list li h3 span{
	position:absolute;
	top:-8px;
	left:0;
	font-size:26px;
	font-size:2.6rem;
	font-style:italic;
	color:#A37E39;
	letter-spacing:0;
}

.site-en #tab-area.tab-box-inner ul.area-list li h3,
.site-cn #tab-area.tab-box-inner ul.area-list li h3,
.site-tw #tab-area.tab-box-inner ul.area-list li h3,
.site-kr #tab-area.tab-box-inner ul.area-list li h3{
	padding-bottom:10px;
}

.tab-box-inner#tab-area ul.area-list li h4{
	margin:10px 0 15px;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5;
	letter-spacing:.1em;
}

.tab-box-inner#tab-area ul.area-list li p{
	font-size:12px;
	font-size:1.2rem;
}

.tab-box-inner#tab-area ul.area-list li .area-link{
	display:block;
	padding:10px;
	background:#B97103;
	font-size:12px;
	font-size:1.2rem;
	font-weight:700;
	color:#fff;
	text-align:center;
}

@media screen and (max-width:1300px) {

#tab-area.tab-box-inner{
	max-width:94%;
	margin-top:30px;
}

#tab-area.tab-box-inner ul.area-list li{
	width:32%;
}

#tab-area.tab-box-inner ul.area-list li:nth-child(3n){
	margin-right:0;
}

#tab-area.tab-box-inner ul.area-list li:nth-child(n+4){
	margin-top:20px;
}

#tab-area.tab-box-inner ul.area-list li figure{
	float:left;
	width:45%;
}

#tab-area.tab-box-inner ul.area-list li div{
	float:right;
	width:55%;
}

#tab-area.tab-box-inner ul.area-list li p,
#tab-area.tab-box-inner ul.area-list li .area-link{
	display:none;
}

#tab-area.tab-box-inner ul.area-list li h3{
	padding-left:30px;
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:0;
}

#tab-area.tab-box-inner ul.area-list li h3 span{
	position:absolute;
	top:-4px;
	left:0;
	font-size:20px;
	font-size:2rem;
}

#tab-area.tab-box-inner ul.area-list li h4{ 
    margin:5px 0 0;
    font-size:14px;
    font-size:1.4rem;
    line-height: 1.5;
    letter-spacing: .2em;
}

}

@media screen and (max-width:1024px) {


#tab-area.tab-box-inner ul.area-list li{
	width:32%;
}

#tab-area.tab-box-inner ul.area-list li figure,
#tab-area.tab-box-inner ul.area-list li div{
	float:none;
	width:100%;
}

}

@media screen and (max-width:768px) {

#tab-area.tab-box-inner ul.area-list li:nth-child(3n){
	margin-right:4%;
}

#tab-area.tab-box-inner ul.area-list li{
	width:48%;
	margin-right:4%;
}

#tab-area.tab-box-inner ul.area-list li:nth-child(even){
	margin-right:0;
}

#tab-area.tab-box-inner ul.area-list li:nth-child(n+3){
	margin-top:15px;
}

#tab-area.tab-box-inner ul.area-list li h3{
	padding-left:30px;
	font-size:14px;
	font-size:1.4rem;
}

.site-en #tab-area.tab-box-inner ul.area-list li h3,
.site-cn #tab-area.tab-box-inner ul.area-list li h3,
.site-tw #tab-area.tab-box-inner ul.area-list li h3,
.site-kr #tab-area.tab-box-inner ul.area-list li h3{
	padding-bottom:0;
}

#tab-area.tab-box-inner ul.area-list li h3 span{
	top:-4px;
	font-size:18px;
	font-size:1.8rem;
}

#tab-area.tab-box-inner ul.area-list li h4{ 
    font-size:13px;
    font-size:1.3rem;
    line-height:1.2;
}

}

/* =====================
  Access Ranking
===================== */

#tab-rank{
 	/*background:url(../img/top/rank-bg.png) no-repeat;*/
}

.rank{
	padding:90px 0;
	/*background:url(../img/top/rank-bg.png) no-repeat;*/
	text-align:center;
}

.rank h2,
.rank .lead{
	color:#fff;
}

.rank-inner,
.spot-inner{
	max-width:980px;
	margin:0 auto;
}

.rank-inner .lead{
  margin-top: 0;
color: #fff;
}

.rank-inner ul{
 margin-top: 100px;
}



.rank-inner ul li{
 position: relative;
	float:left;
	width:24%;
 margin-right: 1.33333333333%;
}

.rank-inner ul li a{
 display: block;
 background-color: #fff;
 border: 1px solid #ddd;
}

.rank-inner ul li:last-child{
	margin-right:0;
}

.rank-inner ul li figure{
	position:relative;
	overflow:hidden;
}

.rank-inner ul li a figure img{
	object-fit:cover;
	object-position:50% 50%;
	font-family:'object-fit: cover; object-position: 50% 50%;';
	width:100%;
	height:158px;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	-o-transition:0.3s ease-in-out;
	transition:0.5s;
}

.rank-inner ul li:hover a figure img{
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
	-o-transform:scale(1.1,1.1);
	-ms-transform:scale(1.1,1.1);
}

.rank-inner ul li figure span{
	position:absolute;
	bottom:0;
	left:0;
	padding:.2em 1.5em;
	background:#fff;
	font-family:'Lato';
	font-size:13px;
	font-size:1.3rem;
	letter-spacing:0;
}

.rank-inner ul li div{
	position:relative;
	padding:15px 10px;
	text-align:left;
}

.rank-inner ul li::before{
	content:"";
	position:absolute;
	top:-4em;
	right:0;
 left: 0;
 margin-right: auto;
 margin-left: auto;
	display:block;
	width:70px;
	height:70px;
	background-size:70px 70px;
	background-repeat:no-repeat;
 z-index: 1;
}

.rank-inner ul li:nth-child(1)::before{
	background:url(../img/top/rank-icon-1.png) no-repeat;
	background-size:70px 70px;
}

.rank-inner ul li:nth-child(2)::before{
	background:url(../img/top/rank-icon-2.png) no-repeat;
	background-size:70px 70px;
}

.rank-inner ul li:nth-child(3)::before{
	background:url(../img/top/rank-icon-3.png) no-repeat;
	background-size:70px 70px;
}

.rank-inner ul li:nth-child(4)::before{
	background:url(../img/top/rank-icon-4.png) no-repeat;
	background-size:70px 70px;
}

@media screen and (max-width: 767px) {

 .rank-inner ul li::before{
	content:"";
	position:absolute;
	top:-2.5em;
	right:0;
 left: 0;
 margin-right: auto;
 margin-left: auto;
	display:block;
	width:40px;
	height:40px;
 }
 
 .rank-inner ul li:nth-child(1)::before,
 .rank-inner ul li:nth-child(2)::before,
 .rank-inner ul li:nth-child(3)::before,
 .rank-inner ul li:nth-child(4)::before{
	background-size:40px 40px;
 }
 
}


.rank-inner ul li div p,
.rank-inner ul li div span{
	white-space:nowrap;
	overflow:hidden;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	color:#fff;
}

.rank-inner ul li div p{
	font-size:1.5rem;
	font-weight:500;
	color:#A37E39;
}

.rank-inner ul li div p span{
	display:none;
	font-size:12px;
	font-size:1.2rem;
}

.rank-inner ul li div span::before{
	content:"";
	margin-right:.5em;
	font-family:'FontAwesome';
}

.rank-inner ul li div span:nth-child(2)::before{
	content:"\f041";
}

.rank-inner ul li div span:nth-child(3)::before{
	content:"\f017";
}

.rank-inner ul li div span:nth-child(4)::before{
	content:"\f207";
}

@media screen and (min-width: 768px) and (max-width:1300px) {

.rank-inner{
	max-width:94%;
}

}

@media screen and (max-width:767px) {

 .rank-inner ul{
 margin-top: 50px;
}

.rank-inner ul li a figure img{
	height:140px;
}

.rank-inner .lead{
	text-align:left;
}

.rank-inner ul li{
	width:47.5%;
	margin-right:5%;
}

.rank-inner ul li:nth-child(even){
	margin-right:0;
}

.rank-inner ul li:nth-child(n+3){
	margin-top:50px;
}

.rank-inner ul li div{
	padding:10px;
}

.rank-inner ul li div p{
	font-size:13px;
	font-size:1.3rem;
	margin-bottom:0;
}

.rank-inner ul li div span{
	display:none;
}

.rank-inner ul li div::before{
	content:"";
	top:-10px;
	right:5px;
	width:30px;
	height:30px;
	background-size:30px 30px;
}

.rank-inner ul li:nth-child(1) div::before,
.rank-inner ul li:nth-child(2) div::before,
.rank-inner ul li:nth-child(3) div::before,
.rank-inner ul li:nth-child(4) div::before{
	background-size:30px 30px;
}

}


/* =====================
  Tourism Course
===================== */

.course{
	padding:90px 0;
	text-align:center;
	background-image:url(../img/top/course-bg.png);
	background-repeat:no-repeat;
	background-position:right 50px;
	background-size:contain;
	/*border-bottom:1px solid #e6e6e6;*/
}

.course .course-inner{
	max-width:980px;
	margin:50px auto 0;
}

.course .main-course{
	margin-bottom:40px;
}

.course .main-course .left{
	float:left;
	width:47.5%;
}

.course .main-course .right{
	float:right;
	width:47.5%;
}

.course .main-course h3{
	margin-top:15px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:700;
	text-align:left;
}

.course .main-course p{
	margin-top:5px;
	font-size:13px;
	font-size:1.3rem;
	text-align:left;
}

.course .main-course .btn{
	margin-top:30px;
}

.course-slide{
	position:relative;
	padding:5px;
	background:#EDF0F1;
	border:1px solid #ddd;
	text-align:center;
}

.course-slide img{
	width:463px;
	height:307px;
	object-fit:cover;
	object-position:50% 50%;
	font-family:'object-fit:cover; object-position:50% 50%;'
}

@media screen and (max-width:767px) {

.course-slide img{
	width:100%;
	height:200px;
}

}


.course-slide ul,
.course-slide ul li{
	position:relative;
	margin:0;
}

.course-slide .slick-slide{
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
}

.course-slide .slick-dots{
	bottom:0;
}

.course-slide .slick-dots li{
	position:relative;
    display:inline-block;
    width:5px;
    height:5px;
    margin:0 5px;
    padding:0;
    cursor:pointer;
	background:transparent;
}

.course-slide li a{
	opacity:1;
}

.course-slide ul.slide-inner{
	margin-bottom:0;
}

.course-slide ul.slide-inner li a:hover{
	transition:all .4s;
}

.course-slide ul.slide-inner li a:hover{
	opacity:.7;
}

.course-slide .slick-dots li button{
    font-size:0;
    line-height:0;
    display:block;
    width:5px !important;
    height:5px !important;
	padding:2px;
    cursor:pointer;
	background:#ccc;
    outline:none;
	border-radius:50%;
}

.course-slide .slick-dots li button:hover,
.course-slide .slick-dots li button:focus{
    outline:none;
}

.course-slide .slick-dots li button:hover:before,
.course-slide .slick-dots li button:focus:before{
    opacity:1;
}

.course-slide .slick-dots li button:before{
    position:absolute;
    top:0;
    left:0;
    width:5px;
    height:5px;
	border-radius:50%;
    content:"";
    text-align:center;
	background:transparent;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.course-slide .slick-dots li.slick-active button:before{
    opacity:1;
    background:#A37E39;
	width:100%;
	height:100%;
}

.course-slide .slick-prev,
.course-slide .slick-next{
    width:40px;
    height:40px;
	background:#A37E39;
    color:#fff;
}

.course-slide .slick-prev:before,
.course-slide .slick-next:before{
	content:"";
	font-family:'FontAwesome';
    font-size:16px;
    font-size:1.6rem;
}

.course-slide .slick-prev:before{
    content:"\f104";
}

.course-slide .slick-next:before{
    content:"\f105";
}

.course-slide li p{
    position:absolute;
    bottom:0;
    width: 100%;
    padding: 10px;
    background: rgba(0,0,0,.6);
    color:#fff;
    text-align:center;
}

@media screen and (min-width:769px) {

.course-slide .slick-prev,
.course-slide .slick-next{
	display:none !important;
}

}

@media screen and (min-width:769px) and (max-width:959px) {

/*.course-slide{
	padding:2em 0 4em;
}*/

.course-slide h2{
	font-size:24px;
	font-size:2.4rem;
}

}

.course-list{
	margin-top:80px;
}

.course-list li{
	float:left;
	width:32%;
	margin-right:2%;
}

.course-list li:nth-child(3n){
	margin-right:0;
}

.course-list li:nth-child(n+4){
	margin-top:40px;
}

.course-list li h3{
	margin-top:15px;
	font-size:14px;
	font-size:1.4rem;
}



@media screen and (max-width:1024px) {

.course .course-inner{
	max-width:94%;
	margin-top:20px;
}

}

@media screen and (max-width:767px) {

.course{
	padding:50px 0;
	background:none;
}

 .course .lead{
  width: 94%;
}

 
.course .main-course .left,
.course .main-course .right{
	float:none;
	width:100%;
}

.course .main-course .right{
	margin-top:30px;
}

.course-list{
	margin-top:40px;
}

.course-list li{
	float:left;
	width:47.5%;
	margin-right:5%;
}

.course-list li:nth-child(3n){
	margin-right:5%;
}

.course-list li:nth-child(even){
	margin-right:0;
}

.course-list li:nth-child(n+3){
	margin-top:15px;
}

.course-list li h3{
	margin-top:5px;
	font-size:13px;
	font-size:1.3rem;
}

.course .main-course .btn{
	margin-top:15px;
}

}



/* =====================
  Instagram
===================== */

.instagram{
	padding:80px 15px;
	background:#f5f5f5;
}

.instagram img{
	margin:0 auto;
}

@media screen and (max-width:767px) {

.instagram{
	padding:50px 15px;
}

}

@media screen and (max-width:767px) {

.lead{
	/*width:94%;*/
	margin-left:auto;
	margin-right:auto;
	text-align:left;
 line-height: 1.5;
 margin-top: 20px;
}

.lead br{
	display:none;
}

}























/* =====================
  event
===================== */

.event {
 position: relative;
 background-color: #f5f5f5;
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
 text-align: center;
}
.event::before, .event::after {
 content: "";
 position: absolute;
 left: 0;
 display: block;
 width: 100%;
 height: 1px;
 background-color: #fff;
}
.event::before {
 top: 0;
}
.event::after {
 bottom: 0;
}
.event .btn {
 margin-top: 50px;
}
.event .inner {
 max-width: 980px;
 margin: 0 auto;
}
@media screen and (max-width: 1024px) {
 .event .inner {
  max-width: 94%;
 }
}
@media screen and (min-width:768px), print {
 .event {
  margin-top: 75px;
  padding: 110px 0 75px;
 }
}






ol.l-counter-normal,
ol.l-counter-circle{
	counter-reset:l-counter;
 list-style: none;
}

ol.l-counter-circle ul li:before{
	content:none;
}

ol.l-counter-normal li,
ol.l-counter-circle li{
	position:relative;
	/*margin-top:3px;*/
}

ol.l-counter-normal li{
	padding-left:25px;
}

ol.l-counter-circle li{
	padding-left:22px;
}

ol.l-counter-circle ul li{
	padding-left:0;
}


ol.l-counter-normal li:before{
	content:counter(l-counter)".";
	counter-increment:l-counter;
	display:block;
	float:left;
	margin-left:-20px;
	text-align:left;
}

ol.l-counter-circle li:before{
	content:counter(l-counter);
	counter-increment:l-counter;
	position:relative;
	top:12px;
	border:1px solid #001345;
	display:block;
	float:left;
	line-height:18px;
	margin-left:-22px;
	text-align:center;
	height:20px;
	width:20px;
	border-radius:50%;
	font-size:1.2rem;
 font-family: Georgia, "Times New Roman", Times, "serif";
}

ol.l-counter-circle.l-reset{
	counter-reset:l-counter 3;
}

ol.l-counter-circle.l-reset8{
	counter-reset:l-counter 8;
}


ol.l-counter-circle.column li:before{
	margin-left:0;
}

ol.l-counter-circle.column li p{
	padding-left:30px;
}



@media screen and (max-width: 767px) {

ol.l-counter-circle.column li{
	padding-left:0;
}

}



/* =====================
  cultural
===================== */

.cultural{
 margin-top: 110px;
 text-align: center;
}

.cultural .cultural-box{
 position: relative;
 margin-top: 50px;
 padding: 75px 0;
background: #F6F6F6 url(../img/common/bg-glay.gif);
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
}

.cultural .cultural-box::before,
.cultural .cultural-box::after{
 content: "";
 position: absolute;
 left: 0;
 display: block;
 width: 100%;
 height: 1px;
 background-color: #fff;
}

.cultural .cultural-box::before{
 top: 0;
}

.cultural .cultural-box::after{
 bottom: 0;
}




.cultural .cultural-box .inner .cultural-area-inner{
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cultural .cultural-box .inner .cultural-map img,
.cultural .cultural-box .inner .cultural-area img{
 margin: 0 auto;
}

.cultural .cultural-box .inner .cultural-area ol{
 margin-top: 25px;
 border-top: 1px dotted #ccc;
}

.cultural .cultural-box .inner .cultural-area li{
 border-bottom: 1px dotted #ccc;
}

.cultural .cultural-box .inner .cultural-area li a{
 display: block;
 padding: 12px 5px;
 line-height: 1.3;
 text-align: left;
}

.cultural .cultural-box .inner .cultural-area .cultural-area-ginbasha,
.cultural .cultural-box .inner .cultural-area .cultural-area-koseki{
 width: 47.5%;
}

.cultural .cultural-box .inner .cultural-area .cultural-area-koseki{
margin-left: 5%;
}

.cultural .cultural-box .inner .cultural-area .cultural-area-ginbasha ol.l-counter-circle li:before,
.cultural .cultural-box .inner .cultural-area .cultural-area-koseki ol.l-counter-circle li:before{
 color: #fff;
 border: none;
}

.cultural .cultural-box .inner .cultural-area .cultural-area-ginbasha ol.l-counter-circle li:before{
 background-color: #16995E;
}


.cultural .cultural-box .inner .cultural-area .cultural-area-koseki ol.l-counter-circle li:before{
 background-color: #CF524E;
}

@media screen and (min-width:1025px) , print {

 .cultural .cultural-box .inner{
 max-width: 980px;
 margin: 0 auto;
}

}


@media screen and (max-width: 1024px) {

 .cultural .cultural-box .inner{
  max-width: 94%;
  margin: 0 auto;
}
 
 .cultural .cultural-box .inner .cultural-area li a br{
  display: none;
 }
 
}

@media screen and (min-width:768px) , print {

 .cultural .cultural-box .inner{
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

 .cultural .cultural-box .inner .cultural-map{
 width: 375px;
}


.cultural .cultural-box .inner .cultural-area{
 flex: 1;
 margin-left: 50px;
}

}


@media screen and (max-width: 767px) {

 .cultural{
  margin-top: 50px;
 }
 
  .cultural .lead{
   width: 94%;
 }
 

 
.cultural .cultural-box{
 margin-top: 20px;
 padding: 25px 0;
 }
 
  .cultural .cultural-box .inner{
 }
 
 .cultural .cultural-box .inner .cultural-area-inner{
  margin-top: 15px;
 }
 
  .cultural .cultural-box .inner .cultural-map img{
   width: 300px;
   height: auto;
 }
 
/*  .cultural .cultural-box .inner .cultural-area li a{
   font-size: 1.3rem;
 }*/
 
}


/* =====================
  about
===================== */

.about{
 margin-top: 100px;
 text-align: center;
}

.about .inner{
 max-width: 980px;
 margin: 60px auto 0;
}

@media screen and (max-width: 1024px) {

 .about .inner{
 max-width: 94%;
 margin: 0 auto;
}

}

@media screen and (max-width: 767px) {

 .about{
 margin-top: 50px;
}

}


.about h3{
 position: relative;
 margin-top: 25px;
 padding-top: 25px;
	font-family:'F+UD TsukuMin R';
	font-size:2rem;
	letter-spacing:.2em;
}

.about h3::before{
 content: "";
 display: block;
 position: absolute;
 top: 0;
 right: 0;
 left: 0;
 margin-right: auto;
 margin-left: auto;
 width: 15px;
 height: 1px;
 background-color: #CE1F29;
}

@media screen and (max-width: 767px) {

 .about h3{
 margin-top: 20px;
 padding-top: 20px;
	font-size:1.5rem;
	letter-spacing:.1em;
}

}


 .about .about-list{
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about .about-list li {
 position: relative;
 background-repeat: no-repeat;
}

.about .about-list li::before{
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0,0,0,.4);
}

.about .about-list li a{
 position: relative;
 display: block;
 padding: 100px 15px;
}
.about .about-list li a p strong,
.about .about-list li a p span{
	 display: block;
 text-align: center;
 color: #fff;
 text-shadow: 0 0 
}

.about .about-list li a p strong{
font-family:'F+UD TsukuMin R';
	font-size:2.4rem;
	letter-spacing:.2em;
 font-weight: normal;
 text-shadow: black 0 0 5px;
}

.about .about-list li a p span{
	font-family: Arial, Helvetica, "sans-serif";
	font-size:1rem;
	letter-spacing:.1em;
 font-weight: 700;
}

.about .about-list li a em{
 position: absolute;
 bottom: 0;
 left: 0;width: 100%;
 padding: 10px 5px;
 line-height: 1;
 background-color: rgba(0,0,0,.85);
 color: #fff;
 text-align: center;
}

.about .about-list li a em::before{
	content:"\f105";
 display: inline-block;
 margin-right: 10px;
	font-family:FontAwesome;
 color: #fff;
}

.about .about-list li:nth-child(1){
 background-image: url("../img/top/about1.jpg");
}
.about .about-list li:nth-child(2){
 background-image: url("../img/top/about2.jpg");
}
.about .about-list li:nth-child(3){
 background-image: url("../img/top/about3.jpg");
}

.about .about-movie{
  margin-top: 50px;
text-align: center;
}

.about .about-movie a{
 position: relative;
 display: block;
background-color: #000;
 cursor: pointer;
}

.about .about-movie a img{
 margin: 0 auto;
}

.about .about-movie a::after {
    content: url('../img/common/icon-yt-play.png');
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 48px;
    margin: auto;
    z-index: 1;
}

.about .about-movie a:hover::after{
 opacity: .7;
}

.about .about-movie p{
 margin-top: 15px;
 font-size: 1.5rem;
}


@media screen and (min-width:768px) , print {

 .about .about-list{
 margin-top: 50px;
}

 .about .about-list li {
 width: 32%;
}

.about .about-list li:nth-child(n+2){
 margin-left: 2%;
}

}


@media screen and (max-width: 767px) {

 .about .about-list{
 margin-top: 25px;
}

  .about .about-list li {
 width: 47.5%;
}

.about .about-list li:nth-child(even){
 margin-left: 5%;
}

.about .about-list li:nth-child(n+3){
 margin-top: 5%;
}

 .about .about-list li a p strong{
	font-size:1.8rem;
}

.about .about-list li a p span{
	font-size:.9rem;
}

 .about .about-list li a{
 padding: 75px 5px;
}

 .about .about-movie{
  margin-top: 25px;
}

 .about .about-movie p{
 margin-top: 10px;
 font-size: 1.3rem;
}

}







.modal-video {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.5);
 z-index: 1000000;
 cursor: pointer;
 opacity: 1;
 animation-timing-function: ease-out;
 animation-duration: .3s;
 animation-name: modal-video;
 -webkit-transition: opacity .3s ease-out;
 -moz-transition: opacity .3s ease-out;
 -ms-transition: opacity .3s ease-out;
 -o-transition: opacity .3s ease-out;
 transition: opacity .3s ease-out
}
.modal-video-close {
 opacity: 0
}
.modal-video-close .modal-video-movie-wrap {
 -webkit-transform: translate(0, 100px);
 -moz-transform: translate(0, 100px);
 -ms-transform: translate(0, 100px);
 -o-transform: translate(0, 100px);
 transform: translate(0, 100px)
}
.modal-video-body {
 max-width: 940px;
 width: 100%;
 height: 100%;
 margin: 0 auto;
 display: table
}
.modal-video-inner {
 display: table-cell;
 vertical-align: middle;
 width: 100%;
 height: 100%
}
.modal-video-movie-wrap {
 width: 100%;
 height: 0;
 position: relative;
 padding-bottom: 56.25%;
 background-color: #333;
 animation-timing-function: ease-out;
 animation-duration: .3s;
 animation-name: modal-video-inner;
 -webkit-transform: translate(0, 0);
 -moz-transform: translate(0, 0);
 -ms-transform: translate(0, 0);
 -o-transform: translate(0, 0);
 transform: translate(0, 0);
 -webkit-transition: -webkit-transform .3s ease-out;
 -moz-transition: -moz-transform .3s ease-out;
 -ms-transition: -ms-transform .3s ease-out;
 -o-transition: -o-transform .3s ease-out;
 transition: transform .3s ease-out
}
.modal-video-movie-wrap iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%
}
.modal-video-close-btn {
 position: absolute;
 z-index: 2;
 top: -35px;
 right: -35px;
 display: inline-block;
 width: 35px;
 height: 35px;
 overflow: hidden;
 border: none;
 background: transparent
}
.modal-video-close-btn:before {
 transform: rotate(45deg)
}
.modal-video-close-btn:after {
 transform: rotate(-45deg)
}
.modal-video-close-btn:before, .modal-video-close-btn:after {
 content: '';
 position: absolute;
 height: 2px;
 width: 100%;
 top: 50%;
 left: 0;
 margin-top: -1px;
 background: #fff;
 border-radius: 5px;
 margin-top: -6px
}
@media screen and (max-width: 1024px) {
 .modal-video-close-btn {
  right: 0;
 }
}










.search-box h3.spot-detail-ttl{
		margin:0 0 1.5em;
	padding:0 0 5px 0;
	border-bottom:1px dotted #ccc;
	font-family:'F+UD TsukuMin R';
	font-size:1.8rem;
	letter-spacing:.2em;
 text-align: left;
}

.search-box h3.spot-detail-ttl span{
	padding-left:10px;
	font-size:10px;
	font-size:1rem;
	letter-spacing:.2em;
}

.search-box {
 padding: 30px 40px;
 background: #F5F3F2;
 border: 1px solid #dadada;
 border-radius: 3px;
}
.search-box dl.search-keyword li:first-child {
 float: left;
 width: 75%;
}
.search-box dl.search-keyword li:last-child {
 float: right;
 width: 23%;
}
.search-box dl.search-keyword input[type="text"] {
 width: 100%;
 padding: .5em;
 background: #fff;
 border: 1px solid #dadada;
 border-radius: .4em;
 text-align: left;
}
.search-box dl.search-keyword button, .search-box dl.search-keyword a {
 display: block;
 width: 100%;
 background: #111;
 font-family: 'Noto Sans Japanese', sans-serif;
 font-size: 1.4rem;
 color: #fff;
 cursor: pointer;
 text-align: center;
}
.search-box dl dt {
 float: left;
 clear: left;
 padding-top: 5px;
 font-family: 'F+UD TsukuMin R';
 font-size: 1.4rem;
}
.search-box dl dd {
 padding-left: 160px;
 text-align: left;
}
.search-box dl dd ul {
 position: relative;
}
.search-box dl dd ul::before {
 content: ":";
 position: absolute;
 top: 5px;
 left: -30px;
}
.search-box dl.search-area, .search-box dl.search-spec {
 margin-top: 40px;
}
.search-box dl.search-area ul, .search-box dl.search-spec ul {
 top: -10px;
}
.search-box dl.search-area ul::before, .search-box dl.search-spec ul::before {
 top: 15px;
}
.search-box dl.search-area li, .search-box dl.search-spec li {
 float: left;
 margin-top: 15px;
 margin-right: 10px;
}
.search-box dl dd li a {
 padding: 5px;
 border-radius: .4em;
}
.search-box dl dd .search-area li a {
 color: #fff;
}
.search-box dl dd .search-area li:nth-child(1) a {
 background: #3FA8BB;
}
.search-box dl dd .search-area li:nth-child(2) a {
 background: #E67636;
}
.search-box dl dd .search-area li:nth-child(3) a {
 background: #7AA516;
}
.search-box dl dd .search-area li:nth-child(4) a {
 background: #E5677F;
}
.search-box dl dd .search-area li:nth-child(5) a {
 background: #0F6BB8;
}
.search-box dl dd .search-area li:nth-child(6) a {
 background: #CC9900;
}
.search-box dl dd .search-area li:nth-child(7) {
 display: none;
}
/*.search-box dl dd .search-area li:nth-child(7) a{background:#888;}*/
.search-box dl dd .search-spec li a {
 border: 1px solid #dadada;
}
@media screen and (max-width:1024px) {
 .search-box {
  padding: 20px;
 }
}
@media screen and (max-width:767px) {
 .search-box {
  padding: 10px;
 }
 #spot-tab {
  width: 94%;
 }
 #spot-tab li a {
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0;
 }
 #spot-tab li a::before {
  display: none;
 }
 h3.search-ttl, .tab-box-inner ul li h3 {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
 }
 .search-box dl dt {
  float: none;
  padding-top: 0;
  margin-bottom: 5px;
  text-align: left;
 }
 .search-box dl dt::after {
  content: ":";
 }
 .search-box dl dd {
  padding-left: 0;
 }
 .search-box dl dd ul::before {
  display: none;
 }
 .search-box dl.search-area, .search-box dl.search-spec {
  margin-top: 10px;
 }
 .search-box dl dd li a {
  padding: 5px;
 }
}

.cycling-box{
	margin: 0 auto 20px;
	width: calc(100% - 50px);
	max-width: 980px;
}

.cycling-box p{
	text-align: center;
	padding-bottom: 30px;
	font-size: 1.5rem;
}

.cycling-box p br{
	display: none;
}

.cycling-box a{
	transition: all .2s;
}

.cycling-box a:hover{
	opacity: .7;
}

@media screen and (max-width: 767px) {
.cycling-box{
margin: 0px auto 10px;
}
.cycling-box p{
padding-bottom: 15px;
font-size: 1.3rem;
}
.cycling-box p br{
display: block;
}
}

.photorally {
max-width: 980px;
width: 100%;
margin: 75px auto 20px;
}
.photorally a:hover {
opacity: 0.8;
}
.photorally p{
text-align: center;
padding-bottom: 30px;
font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
.photorally {
margin: 25px auto 10px;
}
.photorally p{
	padding-bottom: 15px;
	font-size: 1.3rem;
}
}






