@charset "utf-8";
/* CSS Document */
@media screen and (max-width:768px) {
ul, li, dl, dt, dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.wrapper {
  width: 100%;
  height: auto;
}
.main {
  width: 100%;
  height: 200px;
  background: url("../img/mv_slide_pc_01.jpg") no-repeat center;
  background-size: cover;
}
.section__heading {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 16px;
  font-weight: 400;
  text-align: center;
}
.tbl-r02 {
    width: 95%;
}	
table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #c1b39a;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px 0;
}
.tbl-r02 th {
  border-bottom: none;
  display: block;
  width: 92%;
}
.tbl-r02 td {
  border-bottom: none;
  display: block;
  width: 93%;
  padding: 2% 2.6%;
  margin: 0;
}
.last:last-child {
  border-bottom: solid 1px #ccc;
}	
div.point {
  line-height: 50px;
  position: relative;
  height: 50px;
  margin: 40px auto 30px;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #fa4141;
  width: 50%;
}
/*div.point:before,
div.point:after {
  position: absolute;
  top: 0;
  display: block;
  height: 20px;
  content: '';
  border: 15px solid #fa4141;
}
div.point:before {
  left: -30px;
  border-left-width: 20px;
  border-left-color: transparent;
}
div.point:after {
  right: -30px;
  border-right-width: 20px;
  border-right-color: transparent;
}*/
div.point span {
  position: relative;
  display: block;
}
div.point1 {
  line-height: 50px;
  position: relative;
  height: 50px;
  margin: 40px auto 30px;
  padding: 0 2rem;
  text-align: center;
  color: #fff;
  background: #fa4141;
  width: 30%;
}
div.point1:before,
div.point1:after {
  position: absolute;
  top: 0;
  display: block;
  height: 20px;
  content: '';
  border: 15px solid #fa4141;
}
div.point1:before {
  left: -30px;
  border-left-width: 20px;
  border-left-color: transparent;
}
div.point1:after {
  right: -30px;
  border-right-width: 20px;
  border-right-color: transparent;
}
div.point1 span {
  position: relative;
  display: block;
}	
.recommend_bk {
    background: #faf0e6 repeat-y;
    background-size: contain;
    padding: 1% 0 5%;
    margin-bottom: 7%;
}	
.marker_yellow {
    background: linear-gradient(transparent 70%, #ffff00 40%);
}
.serviceBoxWrap {
    display: block;
    margin: 0 2.97%;
}	
serviceBoxWrap .serviceBox {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10.06%;
}
.serviceBox figure {
    display: block;
}
img, object, embed {
    max-width: 100%;
    height: auto;
}	.serviceBoxWrap .serviceBox {
    background: #fff;
    box-shadow: 0 0 8px rgb(102 102 102 / 30%);
    position: relative;
}	
.serviceBoxWrap .serviceBox .txtBox {
    padding: 3%;
	margin-bottom: 5%;
}
.serviceBoxWrap .serviceBox a.serviceBoxBtn {
    bottom: 25px;
    width: 70%;
    font-size: 85.71%;
}
.serviceBoxWrap .serviceBox a.serviceBoxBtn {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    color: #fff;
    background: #004098;
    width: 70%;
    line-height: 1;
    padding: 16px 0;
    margin: 0 15%;
    font-size: 18px;
    font-weight: 400;
    transition: background 0.25s ease-in-out;
}
	.btn-flat-simple {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #668ad8;
  transition: .4s;
  width: 90%;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
border-radius: 30px;
text-align: center;
}
.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}
/*===================================
  ホテル・ツアー・クルーズ・優待
=====================================*/
.box {
  display: flex;
  height: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  margin-bottom: 5%;
  position: relative;
}
.txt_area {
  width: calc(100% - 90px);
  padding: 8px 8px 8px 12px;
}
.photo {
  position: relative;
  width: 100px;
  overflow: hidden;
}
.photo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
.category {
  font-size: 15px;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 5px;
  background: #999999;
  padding: 2px 10px;
  color: #FFF;
}
.ttl {
  font-size: 1.2em;
  font-weight: 700;
  overflow: hidden;
	padding-bottom: 8px;
text-align: center;	
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}
.ttl span img {
  width: 22%;
  vertical-align: middle;
  padding-right: 10px;
  position: absolute;
  left: -10px;
  top: -50px;
}
.txt {
  font-size: 16px;
  margin-top: 1px;
  overflow: hidden;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
}
.price {
color: #F01C1C;
    font-size: 1.5rem;
    margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}
.card__priceSmall {
  font-size: 1rem;
color: #F01C1C;	
}
.benefit_area {
  margin-bottom: 5%;
}

.info_area img{
	width: 100%;
	margin-top: 8%
}
/*===================================
  　btn
=====================================*/
.align-center{
	text-align: center;
	margin: 0 0 3%;
}
.button{
	display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    padding: 12.5px 12px;
    color: #FFF;
    background: #FF6200;
    -webkit-transition: .25s;
    transition: .25s;	
}
.button_hotel{
	display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    font-size: 1rem;
    padding: 12.5px 12px;
    color: #FFF;
    background: #668ad8;
    -webkit-transition: .25s;
    transition: .25s;	
}	
/*===================================
  　info
=====================================*/
.info_area_bc{
	background-color: #004098;
	padding: 1% 1% 5%;
}
.info_area{
	color: #FFF;
	width: 90%;
	margin: 0 5%;
}
.info_area p{
	font-size: 1.2em;
	font-weight: bold;
}
.info_area ul{
	line-height: 1.3;
	font-size: 1em;
}
.info_area ul li{
	padding-left: 1em;
	text-indent: -1em;
	}
/*==========================
	footer
===========================*/
div#foot {
  padding: 10px 10px;
  font-size: 85%;
  line-height: 180%;
  background: #242424;
}
div#foot a {
  color: #fff;
  text-decoration: underline;
}
div#foot a:link {
  color: #fff;
  text-decoration: none;
}
div#foot a:visited {
  color: #ccc;
  text-decoration: none;
}
div#foot a:hover {
  color: #fff;
  text-decoration: underline;
}
div#foot ul li {
  display: inline;
  white-space: nowrap;
}
div#foot ul li a {
  padding: 0 3px 0 0;
}
div#foot ul#bmList {
  border-bottom: #666 1px solid;
  margin: 0 0 10px;
  padding: 0 10px 5px;
  text-align: left;
}
div#foot div#fNavi {
  float: left;
}
div#pMark {
  width: 88px;
  float: right;
  text-align: right;
}
div#copyRight {
  padding: 15px 0 0px;
  text-align: center;
  clear: both;
}
.figcaption {
    color: #ff0000;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
	background-color: #ffff00;
	margin: 10px;
}
}