@charset "euc-jp";

.container{
    margin: 0 0 0 180px;
    position: relative;
}

.contents {
    width: 100%;
}

/* トップページマップ部分 */
.contents-map{
    position: relative;
    min-width: 1000px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.contents-map > img{
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0 0 30px;
}

.contents-map .contents-map-point{
    position: absolute;
    width: 40px; height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transform: translate(-50%, -50%);
}

.contents-map .contents-map-point:hover img{
    opacity: 1;
    background: none;
}

.contents-map .contents-map-point:before{
    position: absolute;	
    width: 30px; height: 30px;
    top: 5px; left: 5px;
    border-radius: 100%;
    content: '';
    display: block;
    z-index: -1;
}

.contents-map .contents-map-point:hover:before{
    background: #ecda10;
    animation: pulsate 2.5s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulsate{
    0%   {transform: scale(1, 1);}
    25%  {opacity: 0.5;}
    50%  {transform: scale(5.5, 5.5); opacity: 0.0;}
    100% {opacity: 0;}
}

.contents-map .contents-map-point img{
    height: 100%;
    object-fit: contain;
}

.contents-top-item{
    border-top: 6px solid #adadad;
    padding: 10px 0 30px;
}

.contents-top-item:first-of-type{
    border: none;
    padding: 0;
}
.bgGray{
	background:#f5f5f5;
}
.badge{
    font-size: 12px;
    display: inline-block;
    color: #fff;
    margin-right: 1em;
    padding: 3px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.badge-oversea{
    background-color: #2c3e50;
}

.badge-domestic{
    background-color: #fc4349;
}

.badge-new{
    background-color: #e6d937;
}

.banner-list{
    margin: 15px 0;
}

.banner-item{
    margin-bottom: 20px;
}

.banner-item img{
    border: 1px #ccc solid;
}

.banner-item:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

/* トップページランキング */

.contents-inner{
    padding: 10px;
    margin: 0 auto;
    position: relative;
    width: 1080px;
}

.contents-inner a:hover{
    opacity: 1;
}
.contents-inner .column-3 h3{
	font-size: 14px;
    font-weight: bold;
	margin:5px 0;
}
.contents-inner .column-3 .textBg{
	background:#ffffff;
	padding:5px;
}
.contents-inner p{
}
.contents-inner .subTit{
	font-size:14px;
	margin-bottom: 12px;
	font-weight: bold;
}
.contents-inner .column-3{
	margin-right: 20px;
}
.rank-date{
    font-size: 10px;
    padding: 5px 10px;
    background-color: #ededed;
    position: absolute;
    right: 10px;
    top: 5px;
    font-weight: bold;
}

.rank-list{
    margin: 15px 0;
}

.rank-item{
    border: 1px solid #e7e7e7;
    padding: 10px 20px;
}

.rank-item:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {opacity: .4;}
    100% {opacity: 1;}
}

@keyframes flash {
    0% {opacity: .4;}
    100% {opacity: 1;}
}

.rank-no1{
    text-align: center;
    display: block;
    margin: 0 auto;
}

.rank-item-img{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px; 
}

/* トップページ新入荷アイテム */

.new-item{
    position: relative;
    transition: all 200ms;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
}

.new-item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.new-item:hover img{
    opacity: 1;
    background: none;
}

.new-list{
    margin: 15px 0 30px;
}

.new-item-title{
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #333 dashed;
}

.new-item-img-box{
    display: inline-block;
    width: 170px;
    position: relative;
}

.new-item-img{
    width: 100%;
    height: auto;
}

.where-souvenirs{
    width: 100%;
    color: #fff;
    font-size: 10px;
    text-align: right;
    height: 20px;
    padding: 3px 5px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.60);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
}

.new-item-text-box{
    display: inline-block;
    width: 155px;
    margin-bottom: 15px;
}

.new-item-text{
    padding-left: 5px;
    text-decoration: none;
}

.new-item:hover{
    text-decoration: none;
}

.btn-detail{
    position: absolute;
    right: 5px;
    bottom: 5px;
    text-align: right;
    font-weight: bold;
}

.btn-detail-img{
    vertical-align: middle;
    padding-left: 3px;
}

.btn-square {
    padding: 3px 15px;
    text-align: right;
    float: right;
    border: 1px solid #000;
    font-weight: bold;
}

.btn-square-img{
    vertical-align: middle;
    padding-right: 10px;
    margin-top: -2px;
}

/* トップページ口コミ */

.contents-reviews{
    padding-bottom: 0px;
}

.popular-item{
    position: relative;
    z-index: 1;
    transition: all 200ms;
    padding: 5px;
}

.popular-item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.popular-item:hover img{
    opacity: 1;
    background: none;
}

.popular-list{
    margin: 15px 0 30px;
}

.popular-item-title{
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px #333 dashed;
}

.popular-item-img-box{
    display: inline-block;
    width: 240px;
    position: relative;
}

.popular-item-img{
    width: 100%;
    height: auto;
}

.popular-item-text-box{
    display: inline-block;
    margin-left: 10px;
    position: relative;
    width: 245px;
}

.popular-item-text{
    margin-bottom: 15px;
    padding-left: 5px;
    padding-bottom: 20px;
}

.popular-item-price{
    padding: 5px 0;
    text-align: right;
}

.ribbon{
    width: 60px;
    position: absolute;
    top: -5px;
    left: 5px;
    z-index: 2;
    -webkit-filter:drop-shadow(0px 0px 10px 1px #333);    
}

.ribbon::before {
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px 0 0 0;
    box-sizing: border-box;
    width: 60px;
    text-align: center;
    height: 25px;
    -webkit-filter:drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}

.ribbon::after{
    content: "";
    display:block;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transform-origin: left top;
    transform: scaleY(.5);
}

.ribbon-overseas::before {
    content: "海外";
    background: #2c3e50;
}

.ribbon-overseas::after{
    border-top: 20px solid #2c3e50;
}

.ribbon-domestic::before {
    content: "国内";
    background: #fc4349;
}

.ribbon-domestic::after{
    border-top: 20px solid #fc4349;
}

.recommend-level-box{
    margin-bottom: 5px;
}

.recommend-level{
    border: 1px solid #ccc;
    padding: 1px;
    font-size: 10px;
}

.popular-item-comment-img{
    width: 20px;
    height: auto;
    padding-right: 5px;        
}

.popular-item-comment{
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 5px;
}

/* 新着レビュー */
.review-card{
    width: 230px;
    min-height: 300px;
    padding: 10px;
    margin: 2.5px;
    box-sizing: border-box;
    float: left;    
}

/* トップページ旅行目的別特集 */

.feature-list{
    margin: 10px 0;
}

.feature-item{
    margin-bottom: 30px;
}

.feature-item:hover {
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.feature-card-img{
    width: 100%;
    height: auto;
}

.feature-list .post-item{
	border-bottom: none;
}

/*　旅行目的特集デザイン用

.feature-card{
    padding: 10px;
    background: #fff;
}

.feature-card-title{
    font-weight: 900;
}

*/

/* トップページおみやげコラム */

.post-cat{
    padding: 3px 15px;
    margin: 30px auto 20px;
    text-align: center;
    border: 2px solid #000;
    font-weight: bold;
    width: 100px;
    letter-spacing: 0.2em;
}

.post-item{
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding: 5px;
    transition: all 200ms;
}

.post-item:hover{
    box-shadow: 0 0 20px rgba(0,0,0,.5);
}


.post-item:hover img{
    opacity: 1;
    background: none;
}

.post-item-img{
    display: inline-block;
    width: 140px;
    height: 100px;
}

.post-item-block{
    display: inline-block;
    width: 350px;
    margin-left: 5px;
}

.post-item-title{
    height:2em;
    padding-bottom: 10px;
}

.post-item-text{
    color: #a6a6a6;
    margin: 10px 0;
    height:4em;
    overflow: hidden;
}

.post-item-date{
    color: #a6a6a6;
    font-size: 12px;
    text-align: right;
    margin: 20px 0;
}

/* トップページ便利なサービス */

.convenience-list{
    margin: 15px 0 30px;
}

.convenience-item:hover{
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

.convenience-item:last-child{
    margin-right: 0px;
}

.convenience-item-img{
    width: 100%;
    height: auto;
}


/* ---------------------------------------TOP パターン2 地図 */
#contents-map_2{
	width: 1080px;
	overflow: hidden;
	margin-bottom: 20px;
}
#map_world{
	width: 685px;
	background: url(/img/renewal/top/ptn02/map_world.gif) no-repeat;
	float: left;
	border-right: 1px #cccccc dotted;
}
#map_japan{
width: 370px;
background: url(/img/renewal/top/ptn02/map_japan.gif) no-repeat;
float: left;
margin-left: 24px;
}

#contents-map_2 a img:hover{
		background: none;
}
.map_box{
	height: 380px;
	position: relative;
}
#northerneurope,#europe,#middleeast,#russia,#asia,#southeastasia,#australia,#canada,#hawaii,#newzealand,#america,#csamerica,#sanin,#kyushu,#okinawa,#koshinetsu,#shikoku,#hokuriku,#kansai,#hokkaido,#tohoku,#kanto,#tokai{
	position: absolute;
}

/* 海外 */

#northerneurope {
    top: 10px;
    left: 90px;
}
#europe {
    top: 72px;
    left: 10px;
}
#middleeast {
    top: 200px;
    left: 30px;
}
#russia {
    top: 30px;
    left: 240px;
}
#asia {
    top: 120px;
    left: 200px;
}
#southeastasia {
    top: 180px;
    left: 200px;
}
#australia {
    top: 280px;
    left: 180px;
}
#canada {
    top: 20px;
    left: 400px;
}
#hawaii {
    top: 120px;
    left: 340px;
}
#newzealand {
    top: 280px;
    left: 380px;
}
#america {
    top: 80px;
    left: 500px;
}
#csamerica {
    top: 230px;
    left: 540px;
}

/* 国内 */
#sanin {
    top: 40px;
    left: 10px;
}
#kyushu {
    top: 190px;
    left: 10px;
}
#okinawa {
    top: 280px;
    left: 0;
}
#koshinetsu {
    top: 110px;
    left: 100px;
}
#shikoku {
    top: 265px;
    left: 100px;
}
#hokuriku {
    top: 40px;
    left: 150px;
}
#kansai {
    top: 190px;
    left: 165px;
}
#hokkaido {
    top: 0;
    left: 300px;
}
#tohoku {
    top: 95px;
    left: 300px;
}
#kanto {
    top: 150px;
    left: 245px;
}
#tokai {
    top: 250px;
    left: 250px;
}

/* ---------------------------------------TOP パターン2 ツールチップ */
/* 表示文字の装飾 */
div.tooltip1{
    display: inline-block;                        /* インライン要素化 */
}
 
/* ツールチップ部分を隠す */
div.tooltip1 p {
    display: none;
}
 
/* マウスオーバー */
div.tooltip1:hover {
    position: relative;
    color: #333;
}
 
/* マウスオーバー時にツールチップを表示 */
div.tooltip1:hover p {
    display: block;                  /* ボックス要素にする */
    position: absolute;            /* relativeからの絶対位置 */
    top: 60px;
    font-size: 1em;
    color: #fff;
    background-color: #ecda10;
    width: 240px;
    padding: 10% 20%;
    border-radius:3px;
    z-index:100;
	opacity: 0.95;
	line-height: 180%;
	font-weight: bold;
}
div.box_bottom:hover p {
    top: 25px!important;
}
div.box_bottom2:hover p {
    top: 50px!important;
	width: 100px!important;
}
div.box_japan:hover p {
	width: 100px!important;
}
div.box_right:hover p {
    right: 0!important;
}
/* フキダシ部分を作成 */
div.tooltip1 p:before{
    content:''; 
    display:block; 
    position:absolute;                         /* relativeからの絶対位置 */
    height:0; 
    width:0; 
    top:-13px; 
    left:15px;
    border:13px transparent solid; 
    border-right-width:0; 
    border-left-color:#ecda10; 
    transform:rotate(270deg);            /* 傾きをつける */
    -webkit-transform:rotate(270deg);
    -o-transform:rotate(270deg);
    z-index:100;
	opacity: 0.95;
}
div.box_right p:before{
    left:auto!important;
	right: 15px!important;
}
	.cat_top{
	font-weight: bold;
    line-height: 200%;
    font-size: 1.2em!important;
	}
div.tooltip1 a:hover{
	color: #ffffff;
	}