@charset "utf-8";

/*common*/
body {background-color: #fff;}
.clearfix{
	clear: both;
}
.Main_bg{background: url(../img/cruise_repeater_bg.jpg) bottom center; height: 700px; background-size:cover; margin-bottom: 50px; }
.ttl_bn {margin: auto; text-align: center; position: relative; top:40%;}
.container {width: 960px; margin: auto;}
.center {text-align: center; margin: auto;}
.margin20 {margin-top:20px;}
.caption {
	background-color: #FFFFFF;
	opacity: 0.8;
	padding: 3px 8px;
	color: #333333;
	font-weight: bold;
	float: right;
	top:660px; 
	right:15px;
	position: absolute;
}
.ss {font-size:14px;}
.newline {margin-top: -1em;}
.bold {font-weight: bold;}

/*リンクバナー*/
#link_Bn {margin: 30px auto;}
.bg_btn a{text-decoration: none;}
.link_box {
	border-radius: 7px;
	background: #C41928;
	padding: 5px;
	font-size: 20px; font-weight: bold;
	color:#fff;
  width: 415px; margin: 20px auto;
  top: 17px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.link_box:before {
	margin-top: 5px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 90%;
  left: 5%;
  height: 8px;
  width: 85%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.link_box:hover, .link_box:focus, .link_box:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.link_box:hover:before, .link_box:focus:before, .link_box:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
table {
  width: 90%;
  border-spacing: 0;
  font-size:14px;
  margin: 10px auto;
}
table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}
table th:first-child {
  border-radius: 5px 0 0 0;	
}
table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}
table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
}
table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr {
  background: #fff;
}
table tr:nth-child(2n+1) {
  background: #f1f6fc;
}
table tr:last-child td {
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}
table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
table tr:hover {
  background: #bbd4ee;
  cursor:pointer;
}
.tourbox {
	height: 265px !important;
}
.picupbnr{
	width: 100%;
	display: flex;
}
.picupbnr li{
	width: 30%;
	margin:0 1.5% 3%;
}
.picupbnr li img{
	width: 100%;
}
.picupbnr li img:hover{
	opacity: 0.8;
}
/* ========MAIN CONTENTS CUSTOMIZE======== */
.yutai{
	margin-top: 50px;
}
.yutai h2{
	margin-bottom: 20px;
}
.yutai h4.ttl2{
	font-size: 20px;
	background-color: rgb(36, 136, 255);
	color: #fff;
	width: 98.5%;
	margin-bottom: 10px;
	padding-left: 1.5%
}

.yutai .tourbox, .yutai .tourbox2, .yutai .tourbox3{
		margin-righr: 20px;
}
/*   商品BOX   */
.tourbox, .tourbox2, .tourbox3 {
	position: relative;
	z-index: 1;
	width: 451px;
	border: 2px solid #A7A7AB;
	background-color: #FFF;
	margin-bottom: 20px;
	float: left;
}
.tourbox3_2{
	margin-left: 25px;
}
.tourbox h3, .tourbox2 h3, .tourbox3 h3 {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 10px 0px 10px;
	line-height: 1.4;
}
.tourboxIn {
	overflow: hidden;
	padding: 10px;
}
.tourboxIn .Img {
	width: 190px;
	float: left;
}
.tourboxIn .photo {
	margin-bottom: 15px;
}
.tourboxIn .photo img {
	width: 190px;
	height: auto;
}
.tourbox .point, .tourbox2 .point, .tourbox3 .point {
	position: relative;
	background-color: #DBDBDB;
	margin: 1px 1px 5px 1px;
}
#pu .tourbox .point, #pu .tourbox2 .point, #pu .tourbox3 .point {
	background-color: #F3E3A3;
}
.tourbox .point:after, .tourbox2 .point:after, .tourbox3 .point:after  {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(219,219,219, 0);
	border-top-color: #DBDBDB;
	border-width: 10px;
	margin-left: -10px;
}
#pu .tourbox .point:after, #pu .tourbox2 .point:after, #pu .tourbox3 .point:after {
	border-color: rgba(243,227,163, 0);
	border-top-color: #F3E3A3;
}
.tourbox .point p, .tourbox2 .point p, .tourbox3 .point p  {
	font-size: 14px;
	padding: 5px 10px;
	font-weight: bold;
	color: #043C89;
}
.tourboxIn .data {
	width: 230px;
	float: right;
	padding-top: 5px;
}
.tourboxIn .dataIn {
	position: relative;
}
.tourboxIn .dataIn + .dataIn {
	margin-top: 15px;
}
.tourboxIn .dataIn .ent {
	position: relative;
	z-index: 2;
}
.tourboxIn .dataIn .icon {
	background-image: url(../imp/img/icon_discount.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 49px;
	height: 64px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: -10px;
}
.tourboxIn .dataIn h4 {
	background-color: #043C89;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 20px;
	-webkit-border-radius : 20px;
	-moz-border-radius: 20px;
	padding: 3px 10px 2px 44px;
	text-align: left;
	margin-left: 10px;
}
#pu .tourboxIn .dataIn h4 {
	background-color: #ff6633;
}
.tourboxIn .dataIn dl {
	color: #FF6002;
	padding-left: 54px;
	padding-top: 8px;
}
#pu .tourboxIn .dataIn dl {
	color: #F03;
}
.tourboxIn .dataIn dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
.tourboxIn .dataIn dd {
	font-size: 14px;
	font-weight: bold;
}
.tourboxIn .dataIn2 dd {
	font-size: 14px;
	font-weight: bold;
}
.tourboxIn .dataIn dd strong {
	font-size: 32px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 1.2;
}
.tourboxIn .dataIn dd strong {
	font-size: 32px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 1.2;
}
.tourboxIn .dataIn .ent + .ent {
	margin-top: 10px;
}
.tourboxIn .Link {
	text-align: center;
	width: 230px;
}
.tourboxIn .Link a {
	padding: 8px 0;
	width: 100%;
	display: block;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius : 3px;
	-moz-border-radius: 3px;
	background-color: #1976C3;
}
#pu .tourboxIn .Link a {
	background-color: #ff9933;
}
.tourboxIn .Link a:hover {
	background-color: #135993;
}
#pu .tourboxIn .Link a:hover {
	background-color: #ff6633;
}
.tourboxIn .Link a:before {
}
.pagetop {
	text-align: right;
}
.tourbox2{
	height: 560px !important;
}
.tourbox3{
	height: 350px !important;
}
.ent {
	position: relative;
	z-index: 0;
}
.ent dl{
	padding-left:0 !important;
	padding-left: 54px !important;
}
.ent dl dt{
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1.2;
}
.ent dl dt strong{
	font-size: 32px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1.2;
}

.ent2 {
	position: relative;
	z-index: 0;
}
.ent2 dl{
	padding-left:0 !important;
	padding-top: 0 !important;
}
.ent2 dl dt{
	font-size: 14px !important;
	font-weight: bold;
	line-height: 1.2;
}
.ent2 dl dd{
	color: #004699;
}
.ent2 dl dt strong{
	font-size: 32px;
    font-family: "Arial Black", Gadget, sans-serif;
    line-height: 1.2;
}

.icon {
	background-repeat: no-repeat;
	background-position: left top;
	width: 49px;
	height: 64px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: -10px;
}
.dataIn2 {
	position: relative;
}
.dataIn2 h4 {
	background-color: #043C89;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 3px 10px 2px 44px;
	text-align: left;
	margin-left: 10px;
}
.dataIn2 dl {
	color: #FF6002;
	padding-left: 54px;
	padding-top: 8px;
}
.dataIn2 dt {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2;
}
.dataIn2 dd strong {
	font-size: 32px;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 1.2;
}
