@charset "utf-8";


/* -----------------------------------------------------------
   news
   ----------------------------------------------------------- */
#hawaii-senmon .news {
 padding-top: 0px;
	margin-top: 0px;
}
#hawaii-senmon .news .main-content .waku {
  width: 1100px;
  margin: 0% auto 5%;
  border: solid 1px;
  border-radius: 30px;
  padding: 3%;
}
#hawaii-senmon .news .main-content .waku .set {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2%;
}
#hawaii-senmon .news .main-content .waku .set:last-child {
  margin-bottom: 0%;
}
#hawaii-senmon .news .main-content .waku .set dt {
  width: 15%;
  padding-right: 2%;
  font-family: 'Martel Sans', sans-serif;
  font-size: 18px;
  color: #367dbe;
}
#hawaii-senmon .news .main-content .waku .set dd {
  width: 85%;
	font-size: 16px;
}
#hawaii-senmon .news .main-content .waku .set dd a{
    text-decoration: underline;
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .news .main-content .waku {
    width: 90%;
    margin: 0% auto;
    border: solid 1px;
    border-radius: 30px;
    padding: 6%;
}
#hawaii-senmon .news .main-content .waku .set {
    display: block;
}
#hawaii-senmon .news .main-content .waku .set dt {
    width: 100%;
    padding-right: 0%;
}
#hawaii-senmon .news .main-content .waku .set dd {
    width: 100%;
}
}
@media screen and (max-width: 767px) {
	#hawaii-senmon .news .main-content .waku .set dt {
    font-size: 4.2vw;
}
	#hawaii-senmon .news .main-content .waku .set dd {
    font-size: 3.2vw;
}
}
/* -----------------------------------------------------------
   event
   ----------------------------------------------------------- */
#hawaii-senmon .event::before {
	content: "";
	height:60vh;
  display: block;
  background: url(../images/mv_02.jpg);
  background-position: 50% 23%;
  background-repeat: no-repeat;
  background-size: cover;
}
#hawaii-senmon .event{
  position: relative;
}
#hawaii-senmon .event .box-ttl h2 {
  color: #71a0cb;
}
#hawaii-senmon .event .main-content .cassette__wrapper {
  width: 1200px;
  margin: 0px auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette {
  width: 28%;
  position: relative;
  margin: 0% 2.5% 3%;
}
/*#hawaii-senmon .event .main-content .cassette__wrapper .cassette a{
    position: absolute;
    width: 100%;
    height: 100%;
	display: block;
}*/
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__title{
    font-size: 16px;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__image {
  position: relative;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__image::before {
  position: absolute;
  content: "more";
  bottom: 0px;
  right: 0px;
  z-index: 5;
  background: #71a0cb;
  padding: 5px 30px 5px 20px;
  border-radius: 20px 0px 9px 0px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
	    font-size: 16px;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__image::after {
  position: absolute;
  content: "";
  bottom: 0px;
  right: 0px;
  z-index: 6;
    width: 35px;
    height: 35px;
    background: url(/cmn/icon/icon_blank.svg);
    position: absolute;
background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
   filter:saturate(0%) hue-rotate(0deg) brightness(1000%) contrast(120%);
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__image img {
  border-radius: 10px;
  display: block;
  width: 100%;
  /*height: min(calc(160vw / 7.5), 220px);*/
  object-fit: cover;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette.a-hover .cassette__image img {
  opacity: 0.7;
  transition: all .5s ease;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__texts {
  margin-top: 25px;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__texts .cassette__title--text {
  font-weight: bold;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__texts .cassette__schedule {
  display: flex;
  flex-wrap: wrap;
  font-family: 'Martel Sans', sans-serif;
  color: #367dbe;
  margin-top: 15px;
	font-size: 16px;
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .event::before {
    height: 20vh;
    background-position: 100% 20%;
}
#hawaii-senmon .event .main-content .cassette__wrapper {
    width: 90%;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette {
    width: 45%;
}
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 481px) {
#hawaii-senmon .event {
}
#hawaii-senmon .event .main-content .cassette__wrapper {
    display: block;
	margin: 0px auto 0px;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette {
    width: 100%;
    margin: 5% auto;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__image img {
    height: min(calc(315vw / 7.5), 300px);
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__texts {
    margin-top: 5%;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__title {
    font-size: 4vw;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__texts .cassette__schedule {
    margin-top: 3%;
    font-size: 3.5vw;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__image::before {
    font-size: 3.5vw;
}
#hawaii-senmon .event .main-content .cassette__wrapper .cassette .cassette__image::after {
    bottom: 1px;
    right: 5px;
    z-index: 6;
    width: 29px;
    height: 29px;
}
}
/* -----------------------------------------------------------
  lealea
   ----------------------------------------------------------- */
#hawaii-senmon .lealea {
  background: #5ec1c9;
	    padding-top: 0px;
}
#hawaii-senmon .lealea .box-ttl {
  color: #fff;
}
#hawaii-senmon .box-content.lealea .box-ttl .en {
  color: #fff261;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie {
  width: 28%;
  position: relative;
  margin: 0% 2.5% 2%;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .dtl {
    top: -10px;
    position: relative;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .ctg {
  display: inline-block;
  position: relative;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
font-size: 16px;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .ctg.latest {
  background: #ff8383;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .ctg.maui {
  background: #eabd34;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .ctg.hwiisland {
  background: #f28140;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .ctg.hotel {
  background: #71a0cb;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .ctg.condo {
  background: #b467bf;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .ctg.online {
  background: #57ad7b;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .txt {
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
  border-top: dashed 1px;
  margin-top: 5px;
  margin-bottom: 40px;
  position: relative;
	font-size: 16px;
}
/* #hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .txt:after {
  content: "CHECK";
  background: #ffffff;
  padding: 5px 20px;
  font-family: 'Martel Sans', sans-serif;
  display: inline-block;
  line-height: 17px;
  font-size: 13px;
  border-radius: 15px;
  color: #34c7d3;
  position: absolute;
  bottom: -30px;
  right: 0px;
  height: 15px;
} */
#hawaii-senmon .box-content.lealea .box-btn {
  text-align: center;
margin: 20px auto 100px;
}
#hawaii-senmon .box-content.lealea .box-btn a {
  display: inline-block;
  background: #fff261;
  line-height: 60px;
  font-size: 30px;
  padding: 0px 50px 0px 70px;
  border-radius: 60px;
  color: #34c7d3;
  position: relative;
}
#hawaii-senmon .box-content.lealea .box-btn .link-blank {
    color: #ffffff;
	    margin-top: 1%;
}
#hawaii-senmon .box-content.lealea .box-btn.a-hover a {
  background: #ffc74b;
  transition: all .5s ease;
}
#hawaii-senmon .box-content.lealea .box-btn a .icon {
        width: 40px;
    height: 40px;
    filter: invert(14%) sepia(49%) saturate(1600%) hue-rotate(170deg) brightness(120%) contrast(120%);
    vertical-align: middle;
    position: relative;
    top: -3px;
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .box-content.lealea .wrap-box_movie {
    width: 90%;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie {
    width: 45%;
}
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .dtl {
    top: -25px;
    position: relative;
}

}
@media screen and (max-width: 481px) {
#hawaii-senmon .box-content.lealea .wrap-box_movie {
    display: block;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie {
    width: 100%;
    margin: 0% auto;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .txt {
    font-size: 4vw;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .ctg {
    font-size: 3.5vw;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .dtl {
    top: -10px;
}
#hawaii-senmon .box-content.lealea .wrap-box_movie .box_movie .txt:after {
    font-size: 2.8vw;
}
#hawaii-senmon .box-content.lealea .box-btn {
    text-align: center;
    margin: 0% auto 12%;
}
#hawaii-senmon .box-content.lealea .box-btn a {
    display: block;
    line-height: 50px;
    width: 90%;
    border-radius: 50px;
    margin: auto;
    font-size: 4.2vw;
    text-indent: -1em;
	font-weight: bold;
	    padding: 0px 0px 0px 30px;
}
#hawaii-senmon .box-content.lealea .box-btn a .icon {
    width: 35px;
    height: 35px;
    top: -1px;
}
}
/* -----------------------------------------------------------
  wedding
   ----------------------------------------------------------- */
#hawaii-senmon .wedding {
  background: #ffebf4;
	    padding-top: 0px;
}
#hawaii-senmon .wedding .box-ttl h2 {
  color: #fd85cc;
}
#hawaii-senmon .box-content.wedding .box-ttl .en {
  color: #000;
}
/*#hawaii-senmon .box-content.wedding .wrap-box_movie {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie {
  width: 28%;
  position: relative;
  margin: 0% 2.5% 2%;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .dtl {
    top: -10px;
    position: relative;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .ctg {
  display: inline-block;
  position: relative;
  padding: 2px 15px;
  color: #fff;
  font-weight: bold;
font-size: 16px;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .ctg.latest {
  background: #ff8383;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .ctg.maui {
  background: #eabd34;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .ctg.hwiisland {
  background: #f28140;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .ctg.hotel {
  background: #71a0cb;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .ctg.condo {
  background: #b467bf;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .ctg.online {
  background: #57ad7b;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .txt {
  color: #fff;
  font-weight: bold;
  padding-top: 15px;
  border-top: dashed 1px;
  margin-top: 5px;
  margin-bottom: 40px;
  position: relative;
	font-size: 16px;
}*/
/* #hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .txt:after {
  content: "CHECK";
  background: #ffffff;
  padding: 5px 20px;
  font-family: 'Martel Sans', sans-serif;
  display: inline-block;
  line-height: 17px;
  font-size: 13px;
  border-radius: 15px;
  color: #34c7d3;
  position: absolute;
  bottom: -30px;
  right: 0px;
  height: 15px;
} */
#hawaii-senmon .box-content.wedding .box-btn {
  text-align: center;
margin: 20px auto 100px;
}
#hawaii-senmon .box-content.wedding .box-btn a {
  display: inline-block;
  background: #fff261;
  line-height: 60px;
  font-size: 30px;
  padding: 0px 50px 0px 70px;
  border-radius: 60px;
  color: #34c7d3;
  position: relative;
}
#hawaii-senmon .box-content.wedding .box-btn .link-blank {
    color: #ffffff;
	    margin-top: 1%;
}
#hawaii-senmon .box-content.wedding .box-btn.a-hover a {
  background: #ffc74b;
  transition: all .5s ease;
}
#hawaii-senmon .box-content.wedding .box-btn a .icon {
        width: 40px;
    height: 40px;
    filter: invert(14%) sepia(49%) saturate(1600%) hue-rotate(170deg) brightness(120%) contrast(120%);
    vertical-align: middle;
    position: relative;
    top: -3px;
}
/*@media screen and (max-width: 1100px) {
#hawaii-senmon .box-content.wedding .wrap-box_movie {
    width: 90%;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie {
    width: 45%;
}
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .dtl {
    top: -25px;
    position: relative;
}

}
@media screen and (max-width: 481px) {
#hawaii-senmon .box-content.wedding .wrap-box_movie {
    display: block;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie {
    width: 100%;
    margin: 0% auto;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .txt {
    font-size: 4vw;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .ctg {

    font-size: 3.5vw;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .dtl {
    top: -10px;
}
#hawaii-senmon .box-content.wedding .wrap-box_movie .box_movie .txt:after {
    font-size: 2.8vw;
}
#hawaii-senmon .box-content.wedding .box-btn {
    text-align: center;
    margin: 0% auto 12%;
}
#hawaii-senmon .box-content.wedding .box-btn a {
    display: block;
    line-height: 50px;
    width: 90%;
    border-radius: 50px;
    margin: auto;
    font-size: 4.2vw;
    text-indent: -1em;
	font-weight: bold;
	    padding: 0px 0px 0px 30px;
}
#hawaii-senmon .box-content.wedding .box-btn a .icon {
    width: 35px;
    height: 35px;
    top: -1px;
}
}*/
#hawaii-senmon .wedding .box-flex {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .wedding .box-flex .box-bnr {
  width: 44%;
  margin: 3% auto;
  position: relative;
}
#hawaii-senmon .wedding .box-flex .box-bnr .movie {
  width: 100%;
  position: relative;
  padding-bottom: 63.25%;
  height: 0;
  overflow: hidden;
}
#hawaii-senmon .wedding .box-flex .box-bnr .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt {
  margin: 15px auto;
  width: 90%;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt .dtl {
    font-size: 15px;
}
#hawaii-senmon .wedding .box-flex .box-bnr.a-hover img {
  opacity: 0.7;
  transition: all .5s ease;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt .txt {
  font-weight: bold;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt .txt .link-more {
  background: url(../images/line_wave.gif);
  padding: 0px 20px 10px;
  font-family: 'Martel Sans', sans-serif;
  font-size: 15px;
  color: #71a0cb;
  background-repeat: no-repeat;
  background-position: 47% 100%;
  background-size: 18%;
	display: block;
    text-align: center;
	font-weight: bold;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt .txt .link-more img{
    filter: invert(14%) sepia(300%) saturate(800%) hue-rotate(190deg) brightness(100%) contrast(60%);
    width: 30px;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt .area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#hawaii-senmon .wedding .box-flex .box-bnr .area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .wedding .box-flex {
    width: 85%;
}
}

@media screen and (max-width: 481px) {
#hawaii-senmon .wedding .box-flex {
    width: 75%;
}
#hawaii-senmon .wedding .box-flex {
    display: block;
}
#hawaii-senmon .wedding .box-flex .box-bnr {
    width: 100%;
    margin: 10% auto;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt {
    margin: 5% auto;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt h2 {
    font-size: 4.5vw;
    margin-bottom: 3%;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt .dtl {
    font-size: 3.5vw;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt .txt .link-more {
    font-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: 47% 100%;
    background-size: 20%;
}
#hawaii-senmon .wedding .box-flex .box-bnr .box-txt .txt .link-more img {
    filter: invert(14%) sepia(300%) saturate(800%) hue-rotate(190deg) brightness(100%) contrast(60%);
    width: 25px;
}
}

/* -----------------------------------------------------------
   recomend
   ----------------------------------------------------------- */
#hawaii-senmon .recomend .box-flex {
  width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .recomend .box-flex .box-bnr {
  width: 44%;
  margin: 3% auto;
  position: relative;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt {
  margin: 15px auto;
  width: 90%;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .dtl {
    font-size: 15px;
}
#hawaii-senmon .recomend .box-flex .box-bnr.a-hover img {
  opacity: 0.7;
  transition: all .5s ease;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .txt {
  font-weight: bold;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .txt .link-more {
  background: url(../images/line_wave.gif);
  padding: 30px 20px 10px;
  font-family: 'Martel Sans', sans-serif;
  font-size: 15px;
  color: #71a0cb;
  background-repeat: no-repeat;
  background-position: 47% 100%;
  background-size: 18%;
	display: block;
    text-align: center;
	font-weight: bold;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .txt .link-more img{
    filter: invert(14%) sepia(300%) saturate(800%) hue-rotate(190deg) brightness(100%) contrast(60%);
    width: 30px;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#hawaii-senmon .recomend .box-flex .box-bnr .area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .recomend .box-flex {
    width: 85%;
}
}

@media screen and (max-width: 481px) {
#hawaii-senmon .recomend .box-flex {
    width: 75%;
}
#hawaii-senmon .recomend .box-flex {
    display: block;
}
#hawaii-senmon .recomend .box-flex .box-bnr {
    width: 100%;
    margin: 10% auto;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt {
    margin: 5% auto;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt h2 {
    font-size: 4.5vw;
    margin-bottom: 3%;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .dtl {
    font-size: 3.5vw;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .txt .link-more {
    font-size: 3.2vw;
    background-repeat: no-repeat;
    background-position: 47% 100%;
    background-size: 20%;
}
#hawaii-senmon .recomend .box-flex .box-bnr .box-txt .txt .link-more img {
    filter: invert(14%) sepia(300%) saturate(800%) hue-rotate(190deg) brightness(100%) contrast(60%);
    width: 25px;
}
}
/* -----------------------------------------------------------
   trip
   ----------------------------------------------------------- */
#hawaii-senmon .trip {
  position: relative;
	margin-bottom: 100px;
}

#hawaii-senmon .trip::before {
	content: "";
    height: 40vh;
    display: block;
    background: url(../images/mv_03.jpg);
    background-position: 50% 23%;
    background-repeat: no-repeat;
    background-size: cover;
}
#hawaii-senmon .box-content.trip .box-ttl h2 {
  color: #f097a1;
}
#hawaii-senmon .trip .main-content .box-item {
  width: 1100px;
  margin: 2% auto 5%;
  background: #f8f6f3;
  border-radius: 30px;
  padding: 3%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#hawaii-senmon .trip .main-content .box-item.a-hover {
  background: #f6f8f3;
  transition: all .5s ease;
}
#hawaii-senmon .box-content .box-item .box-photo {
  width: 37%;
  height: 200px;
  border-radius: 30px;
  /*background-position: 50%;*/
  background-size: cover;
}
#hawaii-senmon .box-content .box-item .box-txt {
  width: 58%;
  margin-left: 5%;
}
#hawaii-senmon .box-content .box-item .box-txt .name {
  font-size: 20px;
  font-weight: bold;
}
#hawaii-senmon .box-content .box-item .box-txt .name span.hotel {
  font-size: 18px;
}
#hawaii-senmon .box-content .box-item .box-txt .box-price {
  margin-top: 30px;
}
#hawaii-senmon .box-content .box-item .box-txt .box-price .price {
  font-size: 30px;
  font-family: 'Martel Sans', sans-serif;
  font-weight: bold;
  letter-spacing: .25rem;
  text-align: right;
}
#hawaii-senmon .box-content .box-item .box-txt .box-price .price .en {
  font-size: 25px;
}
#hawaii-senmon .box-content .box-item .box-txt .kome {
  color: #f097a1;
  font-size: 17px;
  text-align: right;
  font-weight: bold;
}
#hawaii-senmon .box-content .box-item .area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 6;
}
#hawaii-senmon .box-content .box-item:after {
  position: absolute;
  content: "more";
  bottom: 0px;
  right: 0px;
  z-index: 5;
  background: #f097a1;
  padding: 5px 20px;
  border-radius: 20px 0px 9px 0px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
#hawaii-senmon .box-content .box-search {
  width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .box-content .box-search .card-search {
  width: 22%;
  margin: 1.5%;
  padding: 4% 2%;
  background: #fef3f4;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
#hawaii-senmon .box-content .box-search .card-search.a-hover {
  background: #ffdfe2;
  transition: all .5s ease;
}
#hawaii-senmon .box-content .box-search .card-search .txt {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
}
#hawaii-senmon .box-content .box-search .card-search .area-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .trip::before {
    height: 20vh;
}
#hawaii-senmon .trip .main-content .box-item {
    width: 90%;
}
#hawaii-senmon .box-content .box-search {
    width: 80%;
}
	}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 481px) {
#hawaii-senmon .trip {
}
#hawaii-senmon .trip .main-content .box-item {
    display: block;
	padding: 3%;
}
#hawaii-senmon .box-content .box-item .box-photo {
    width: 100%;
    height: 150px;
    border-radius: 20px;
}
#hawaii-senmon .box-content .box-item .box-txt {
    width: 95%;
        margin: 5% auto 30px;
}
#hawaii-senmon .box-content .box-item .box-txt .name {
    font-size: 4.5vw;
}
#hawaii-senmon .box-content .box-item .box-txt .box-price {
    margin-top: 5%;
}
#hawaii-senmon .box-content .box-item .box-txt .box-price .price {
    font-size: 6vw;
    letter-spacing: .15rem;
}
#hawaii-senmon .box-content .box-item .box-txt .box-price .price .en {
    font-size: 4.5vw;
}
#hawaii-senmon .box-content .box-item .box-txt .kome {
    font-size: 3.5vw;
}
#hawaii-senmon .box-content .box-item:after {
    font-size: 3.5vw;
}
#hawaii-senmon .box-content .box-search .card-search {
    width: 43%;
    margin: 3.5%;
    padding: 6% 3%;
}
#hawaii-senmon .box-content .box-search .card-search .txt {
    margin-top: 5%;
    font-size: 3.5vw;
}
}
/* -----------------------------------------------------------
   staff
   ----------------------------------------------------------- */
#hawaii-senmon .box-content.staff {
  background: url(../images/bg_staff.jpg);
  background-size: cover;
	    padding-top: 0px;
}
#hawaii-senmon .box-content.staff .box-ttl {
  color: #fff;
}
#hawaii-senmon .box-content.staff .outline {
  width: 500px;
  margin: 25px auto;
}
#hawaii-senmon .box-content.staff .box-photo {
  width: 980px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .box-content.staff .box-photo .photo {
  width: 25%;
  margin: 0px 2.5%;
}
#hawaii-senmon .box-content.staff .box-btn {
  text-align: center;
}
#hawaii-senmon .box-content.staff .box-btn a {
  display: inline-block;
  background: #b467bf;
  line-height: 60px;
  font-size: 30px;
  padding: 0px 70px 0px 50px;
  border-radius: 60px;
  color: #ffffff;
  position: relative;
  margin: 50px auto 100px;
}
#hawaii-senmon .box-content.staff .box-btn a:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 35px;
  margin-top: -8px;
}
#hawaii-senmon .box-content.staff .box-btn.a-hover a {
  background: #ffc74b;
  transition: all .5s ease;
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .box-content.staff .box-photo {
    width: 80%;
}

}

@media screen and (max-width: 481px) {
#hawaii-senmon .box-content.staff {

}
#hawaii-senmon .box-content.staff .outline {
    width: 100%;
}
#hawaii-senmon .box-content.staff .box-btn a {
    padding: 0px 70px 0px 50px;
    display: block;
    line-height: 50px;
    width: 80%;
    border-radius: 50px;
    margin: 8% auto;
    font-size: 4.2vw;
    font-weight: bold;
}
#hawaii-senmon .box-content.staff .box-btn {
    padding-bottom: 12%;
}
}

/* -----------------------------------------------------------
   area-bnr
   ----------------------------------------------------------- */
#hawaii-senmon .box-content.area-bnr .box-bnr {
  text-align: center;
}
#hawaii-senmon .box-content.area-bnr .box-bnr img {
  display: inline-block;
}
#hawaii-senmon .box-content.area-bnr .box-bnr a {
    display: block;
	width: 90%;
    margin: auto;
}
@media screen and (max-width: 1100px) {

}

@media screen and (max-width: 481px) {
}
/* -----------------------------------------------------------
   link-senmon
   ----------------------------------------------------------- */
#hawaii-senmon .box-content.link-senmon .wrap-box-link {
  width: 1100px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link {
  width: 22%;
  margin: 1.5%;
  text-align: center;
  position: relative;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link .box-txt {
  width: 95%;
  margin: auto;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link h3 {
  margin-top: 30px;
  font-weight: bold;
	font-size: 16px;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link h3 .icon{
    width: 35px;
    height: 35px;
    position: relative;
    top: 3px;
    left: -3px;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link .txt {
  margin-top: 15px;
	font-size: 16px;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link.a-hover .photo {
  opacity: 0.7;
  transition: all .5s ease;
}
@media screen and (max-width: 1100px) {
#hawaii-senmon .box-content.link-senmon .wrap-box-link {
    width: 90%;
}
}

@media screen and (max-width: 481px) {
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link {
    width: 45%;
    margin: 2.5%;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link h3 {
    margin-top: 8%;
    font-size: 3.5vw;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link h3 .icon {
    width: 28px;
    height: 28px;
    position: relative;
    top: 3px;
    left: -3px;
}
#hawaii-senmon .box-content.link-senmon .wrap-box-link .box-link .txt {
    margin-top: 3%;
    font-size: 3.2vw;
}
}
.fairbnr {
  text-align: center;
  margin: -30px 0 60px;
}

@media screen and (max-width: 481px) {
.fairbnr {
    margin: 10px 0 -20px;
    padding: 10px;
}
.fairbnr img{
    width: 100%;
}
}
