* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #FAFAFA;
}
body img {
  border: none;
}
ul, li, dl, dt, dd {
 list-style-type: none;
}
ul {
    padding-left: 1rem;
}
ul li {
    text-align: left;
    /*padding-left: 1em; 
    text-indent: -1em;*/
}
#NoticeWrap {
  width: 1024px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
  background-color: #FFF;
  border-top: 0px solid #0F4CB7;
}
#NoticeWrap h2 {
  padding-bottom: 30px;
}
#NoticeWrap h2 .img70 {}
.img70 img {
  width: 70%;
}
#NoticeWrap h3 {
  padding-bottom: 30px;
}
#NoticeWrap dl {
  background-image: url(line.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 695px;
  margin: 0 auto;
}
#NoticeWrap dt {
  padding-bottom: 20px;
}
#NoticeWrap dd {
  padding-bottom: 40px;
}
#NoticeWrap h4 {
  padding-bottom: 20px;
  padding-top: 40px;
}
.font-1_5{
    font-size: 1.5rem;
}
.font-2{
    font-size: 2rem;
}
.font-3{
    font-size: 3rem;
}
.red{
    color: #FE3033 !important;
}
.black {
    color: #000000;
}
.bold {
    font-weight: bold;
}
.mgt1{
    margin-top: 1rem
}
.mgt2{
    margin-top: 2rem
}
.mgt3{
    margin-top: 3rem
}
.mgb1{
    margin-bottom: 1rem
}
.mgb2{
    margin-bottom: 2rem
}
.mgb3{
    margin-bottom: 3rem
}
.left {
    text-align: left;
}
.font_15px_w {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  align-content: center;
}
.font_14px_w {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  align-content: center;
}
.font_24px {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  align-content: center;
}
.font_23px {
  font-size: 23px;
  font-weight: bold;
  color: #000000;
  align-content: center;
}
.font_24px_orange {
  font-size: 24px;
  font-weight: bold;
  color: #ffa500;
  align-content: center;
}
.font_20px_red {
  font-size: 20px;
  font-weight: bold;
  color: #ff0000;
  align-content: center;
}
.font_16px_red {
  font-size: 16px;
  color: #ff0000;
  font-weight: bold;
}
.font_20px {
  font-size: 20px;
  color: black;
  align-content: center;
}
.font_20px_orange {
  font-size: 20px;
  font-weight: bold;
  color: #ffa500;
  align-content: center;
}
.font_18px {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  align-content: center;
}
.font_18px_orange {
  font-size: 18px;
  font-weight: bold;
  color: #ffa500;
  align-content: center;
}
.font_15px_red {
  font-size: 15px;
  font-weight: bold;
  color: #ff0000;
  align-content: center;
}
.font_15px {
  font-size: 15px;
  font-weight: bold;
  color: black;
}
.font_30px {
  font-size: 30px;
  font-weight: bold;
  color: black;
}
.font_20px_blue {
  font-size: 20px;
  font-weight: bold;
  color: #0000ff;
}
.frame {
  width: 90%;
  margin: 30px auto 50px;
  padding: 40px 20px 10px;
  border: 3px solid #aaa;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  font-size: 15px;
}
.frame_info {
  width: 90%;
  margin: 30px auto 50px;
  padding: 20px 10px;
  border: 3px solid #aaa;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  font-size: 15px;
}
.frame-title {
  position: absolute;
  top: -1px;
  left: 0px;
  padding: 0 5px;
  background-color: #fff;
}
.frame-title .fa {
  margin-right: 5px;
}
.caution {
  background-color: #00008b;
  border: 2px solid #00008b;
  color: #fff;
  border-radius: 3px;
}
.frame-blue {
  border-color: #00008b;
}
.frame2 {
  width: 90%;
  margin: 30px auto 50px;
  padding: 20px 10px;
  border: 3px solid #aaa;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  font-size: 15px;
}
.frame2-blue {
  border-color: #0057FF;
}
.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: 22px;
  margin-top: 20px;
}
.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}
.btn-flat-harf {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #668ad8;
  transition: .4s;
  width: 60%;
  font-size: 22px;
  margin-top: 20px;
}
.btn-flat-harf:hover {
  background: #00bcd4;
  color: white;
}
.btn-flat-simple_red {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #ff4500;
  transition: .4s;
  width: 90%;
  font-size: 22px;
  margin-top: 20px;
}
.btn-flat-simple_red:hover {
  background: #ff7f50;
  color: white;
}
.btn-flat-simple_pink {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #e20066;
  transition: .4s;
  width: 90%;
  font-size: 22px;
  margin-top: 20px;
}
.btn-flat-simple_pink:hover {
  background: #e25a98;
  color: white;
}
.btn-flat-simple_blue {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #1252a3;
  transition: .4s;
  width: 90%;
  font-size: 22px;
  margin-top: 20px;
}
.btn-flat-simple_blue:hover {
  background: #5e85b7;
  color: white;
}
.btn-flat-simple_blue2 {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #018ccf;
  transition: .4s;
  width: 90%;
  font-size: 22px;
  margin-top: 20px;
}
.btn-flat-simple_blue2:hover {
  background: #4c88a5;
  color: white;
}
.btn-flat-simple_yellow {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #c6bc00;
  transition: .4s;
  width: 90%;
  font-size: 22px;
  margin-top: 20px;
}
.btn-flat-simple_yellow:hover {
  background: #cccaa3;
  color: white;
}
.btn-flat-simple_sp {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #668ad8;
  transition: .4s;
  width: 90%;
  font-size: 16px;
  margin-top: 20px;
}
.btn-flat-simple_sp:hover {
  background: #00bcd4;
  color: white;
}.btn-flat-harf_sp {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #668ad8;
  transition: .4s;
  width: 70%;
  font-size: 16px;
  margin-top: 20px;
}
.btn-flat-harf_sp:hover {
  background: #00bcd4;
  color: white;
}
.btn-flat-simple_red_sp {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #ff4500;
  transition: .4s;
  width: 90%;
  font-size: 16px;
  margin-top: 20px;
}
.btn-flat-simple_red_sp:hover {
  background: #ff7f50;
  color: white;
}
.btn-flat-simple_pink_sp {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #e20066;
  transition: .4s;
  width: 90%;
  font-size: 16px;
  margin-top: 20px;
}
.btn-flat-simple_pink_sp:hover {
  background: #e25a98;
  color: white;
}
.btn-flat-simple_yellow_sp {
  position: relative;
  display: inline-block;
  padding: 0.5em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #c6bc00;
  transition: .4s;
  width: 90%;
  font-size: 16px;
  margin-top: 20px;
}
.btn-flat-simple_yellow_sp:hover {
  background: #cccaa3;
  color: white;
}
.frame_2 {
  width: 50%;
  margin: 10px auto;
  padding: 5px;
  border: 2px solid #000;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  font-size: 80%;
}
.frame_sp {
  width: 90%;
  margin: 10px auto;
  padding: 5px;
  border: 2px solid #000;
  position: relative;
  border-radius: 3px;
  background-color: #fff;
  font-size: 80%;
}
.frame-red {
  border-color: #ffa500;
}
#content {
  width: 90%;
  margin: 0 5%;
}
/*===================================
 商品
=====================================*/
.main_bnr {
  width: 100%;
  max-width: 600px;
}
.main_bnr1 {
  width: 100%;
}
.hotel_area, .tour_area, .cruise_area, .benefit_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.recommend_box {
  padding: 0;
  margin: 0;
}
.recommend_box h2 {
  margin: 10% auto 3%;
  color: #FFF;
  font-size: 2em;
  text-align: center;
  position: relative;
  padding: 0.5rem 2rem;
  background: #00008b;
  width: 80%;
}
.recommend_box ul li {
  position: relative;
}
.box {
  width: 29%;
  margin: 3% 2%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  position: relative;
  background: #fff;
}
.box2 {
  background: #ffd9cc;
  width: 550px;
  margin: auto;
  padding: 10px;
}
.box2_sp {
  background: #ffd9cc;
  width: 300px;
  margin: auto;
  padding: 10px;
}
.box3 {
  background: #ffd9cc;
  width: 800px;
  margin: auto;
  padding: 10px;
}
.box3_sp {
  background: #ffd9cc;
  width: 70%;
  margin: auto;
  padding: 10px;
}
.box4 {
  margin: 20px auto;
}
.box4-pc {
  margin: 20px auto;
  width: 70%;
}
.box4-ttl {
  background-color: #f51a47;
  color: #fff;
  padding: 0.5em 20px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.box4-txt {
  padding: 10px 20px;
  border: 2px solid #f51a47;
}
.box4 h4, .box4-pc h4 {
  padding: 0.5rem 0;
  margin-bottom: 0.8rem;
  border-bottom: 3px dotted #b2d5de;
}
.photo img {
  width: 100%;
}
.photo_tour {
  width: 50%;
  margin: 0 auto;
}
.category {
  font-size: 15px;
  z-index: 2;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #999999;
  padding: 2px 10px;
  color: #FFF;
}
.ttl {
  color: #004098;
  font-weight: 700;
  font-size: 20px;
  margin-left: 0;
  padding: 5% 0 2%;
  text-align: center;
  position: relative;
}
.ttl span img {
  width: 22%;
  vertical-align: middle;
  padding-right: 10px;
  position: absolute;
  left: -10px;
  top: -50px;
}
.txt {
  text-align: left;
  padding: 5%;
  line-height: 1.4;
  font-size: 1.2rem;
}
.price {
  font-size: 1.6rem;
  color: #F01C1C;
  text-align: center;
  padding-bottom: 20px;
  font-weight: bold;
}
.card__priceSmall {
  font-size: 1rem;
  color: #F01C1C;
  font-weight: bold;
}
.benefit_area {
  margin-bottom: 5%;
}
.marker_yellow {
  background: linear-gradient(transparent 70%, #ffff00 40%);
}
/*===================================
  　btn
=====================================*/
.align-center {
  text-align: center;
  margin: 0 0 8%;
}
.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: 100%;
  max-width: 260px;
  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: 90%;
  margin: 0 auto;
  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;
  font-weight: bold;
}
/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/
#copyright {
  position: relative;
  text-align: center;
  color: #FFF;
  background-color: #000;
}
#copyright .container {
  padding: 3em 0em;
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, .05);
  color: #FFF;
  line-height: 1.5;
}
#copyright a {
  text-decoration: none;
  color: rgba(255, 255, 255, .2);
}
@media screen and (max-width: 450px) {
  #featured > .container {
    width: 95%;
    margin: 10% auto 8% !important;
  }
  #copyright .container {
    padding: 3em 2em;
    line-height: 1.5;
  }
}
/*********************************************************************************/
/* Tweet                                                                         */
/*********************************************************************************/
#tweet {
  position: relative;
  text-align: center;
  background: url(https://www.his-j.com/tyo/corp/jaftraveldesk/images/header.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  color: #FFF;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#tweet .fotter_ttl {
  width: 80%;
  margin: 0 10%;
  font-size: 2.3rem;
  color: #000;
  padding: 0;
  z-index: 1111;
}
.inquiry_box {
  width: 1024px;
  padding: 1% 0 2%;
  background-color: #fff;
  z-index: 0;
  width: 80%;
  margin: 0 auto;
}
.inquiry_box dl {
  margin-top: 1.3%;
  margin-bottom: 0;
}
.inquiry_box dl dt {
  color: #FFF;
  font-size: 1.5rem;
  margin-bottom: 2%;
  background-color: #84704c;
  padding: 1% 0;
}
.inquiry_box dl dd {
  display: inline;
  font-size: 1.5rem;
  color: #000;
  padding-left: 30px;
}
.chui_box {
  padding: 1% 0 2%;
  color: #393838;
  text-align: left;
  line-height: 1.5rem;
  width: 80%;
  margin: 0 auto;
}
dd.tel a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #000;
  cursor: none;
}
dd.tel::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: 550;
  padding-right: 10px; /*文字との隙間*/
  color: #000; /*アイコンの色*/
}
#tweet section {
  border-color: rgba(255, 255, 255, .1);
}
#tweet blockquote {
  position: relative;
  border: none;
  margin: 0;
  font-weight: 300;
  color: rgba(255, 255, 255, .6);
}
.bikou {
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}
/*pc table*/
.tbp th {
  background: #0000cd;
  color: #fff;
  padding: 5px 0;
  border-bottom: none;
  width: 30%;
}
.tbp td {
  padding: 10px 3%;
  border-bottom: none;
  width: 70%;
  font-weight: 500;
  font-size: 0.88rem;
  text-align: left;
}
/*sp table*/
  table {
    margin: 20px auto 0;
    width: 100%;
  }

.tbl th {
  background: #ff0f0f;
  color: #fff;
  padding: 5px 0;
  border-bottom: none;
  display: block;
  width: 100%;
}
.tbl td {
  padding: 10px 0;
  border-bottom: none;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 0.88rem;
}
.image_box {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.image_box img {
  transition: 0.5s all;
}
.image_box img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
.image_box2 {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.image_box2 img {
  transition: 0.5s all;
}
.image_box2 img:hover {
  /*transform:scale(1.2,1.2);*/
  /*transition:1s all;*/
  opacity: 0.7;
}
/*box類===========*/
.box29 {
  margin: 2em 0;
  background: #f0f8ff;
  width: 600px;
  margin: auto;
}
.box29 .box-title {
  font-size: 1.2em;
  background: #191970;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box29 p {
  padding: 15px 20px;
  margin: 0;
}
/*▼赤枠のボックス▼*/
.box-b_red {
  margin: 2rem auto;
  background: #fff;
  width: 70%;border: solid 3px #EB2629;
}
.box-b_red .box-b_red-title {
  font-size: 1.5rem;
  background: #EB2629;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box-b_red-semititle{
    padding-top: 2rem;
    font-weight: bold;
    font-size: 1.5rem;
}
.box-b_red p {
    line-height: 1.5;
}
.box-b_red_sp {
  margin: 2rem auto;
  background: #fff;
  width: 95%;
    margin: 0 auto;
    border: solid 3px #EB2629;
}
.box-b_red_sp .box-b_red-title_sp {
  font-size: 1.3rem;
  background: #EB2629;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.box-b_red-semititle_sp{
    padding-top: 1.7rem;
    font-weight: bold;
}
.box-b_red_sp p {
    line-height: 1.5;
}
/*▲赤枠のボックス▲*/
/*▼ボタン横並び▼*/
#button-container {
  text-align: center; 
    margin-top: 2rem;
}

.blue-button {
  display: inline-block;
  padding: 10px 60px;
  margin: 5px;
  background-color: #1252a3;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.blue2-button {
  display: inline-block;
  padding: 10px 60px;
  margin: 5px;
  background-color: #018ccf;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}

.blue-button:hover {
  background-color: #5e85b7;
}

.blue2-button:hover {
  background-color: #4c88a5;
}
/*▲ボタン横並び▲*/