@charset "utf-8";
/* CSS Document */
@media screen and (max-width: 1024px) {
  /*==========================
　取扱いツアー
============================*/
  .discountbox {
    width: 90%;
  }
  /*==========================
　お申込みに関する注意事項
============================*/
  .notes {
    width: 90%;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
/*TB*/
@media screen and (max-width: 768px) {
  /*==========================
　header
============================*/
  ul.header_inner li:last-child {
    padding-left: 10%;
  }
  /*==========================
　	更新情報
============================*/
  .topics {
    width: 90%;
    height: 220px;
    margin: 3% auto 5%;
    display: block;
  }
  .topittl {
    width: 100%;
    text-align: left;
  }
  .topittl p {
    font-size: 15px;
  }
  .topics ul {
    width: 100%;
    padding: 0;
    line-height: 1.3;
  }
  .topics ul li {
    margin: 0;
    padding: 5px 10px
  }
  .topic_item {
    width: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    height: 150px
  }
  .date {
    display: block;
    padding: 10px;
  }
  /* scroll bar */
  .topic_item::-webkit-scrollbar {
    width: 8px;
  }
  .topic_item::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
  }
  .topic_item::-webkit-scrollbar-thumb {
    background: rgba(204, 204, 204, 0.7);
    ;
    border-radius: 10px;
    box-shadow: none;
  }
  /*==========================
　ご利用方法
============================*/
  .howtouse ul {
    display: flex;
    width: 95%;
    margin: 5% auto;
  }
  .howtouse ul li {
    width: 24%;
    margin: 0 1%;
  }
  /* ========================================
   Bland-list
========================================= */
  .BrandList {
    padding-bottom: 5%;
  }
  .BrandList_area {
    width: 100%;
    margin: 0 0 3%;
  }
  .BrandList li {
    width: 25%;
    margin: 2% 4%;
  }
  /*==========================
　footer
============================*/
  #footer, #footer_top, #footer2 {
    padding-top: 49%;
  }
  .contact_inner {
    width: 90%;
    margin: 0 5%;
  }
  .contact_inner h3 {
    width: 80%;
    border-radius: 10px;
    padding: 3px;
  }
  /*==========================
　	gotoのお知らせ
============================*/
  .goto {
    width: 90%;
    margin: 3% auto;
    padding: 2.5%;
  }
}
/*SP*/
/*==================================
   sp_nav  
==================================*/
.btn_wrapper {
  z-index: 999;
  position: fixed;
  display: block;
  width: 100%;
}
.menu_btn {
  width: 40px;
  height: 40px;
  position: fixed;
  overflow: visible;
  line-height: 13px;
  font-size: 1px;
  float: right;
  cursor: pointer;
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  top: 20px;
  right: 20px;
  z-index: 999;
}
.menu_btn .line:nth-child(1) {
  top: 20px;
  z-index: 2;
}
.menu_btn .line:nth-child(2) {
  top: 33px;
  z-index: 2;
}
.menu_btn .line:nth-child(3) {
  top: 46px;
  z-index: 2;
}
.menu_btn .line {
  position: fixed;
  /*background-color: rgba(204,204,204,0.5);*/
  background-color: #000;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  height: 2px;
  border-radius: 30px;
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  top: 20px;
  right: 20px;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
nav.sp_menu {
  position: fixed;
  width: 100%;
  height: 25%;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 9;
  display: none;
}
.sp_menu_logo {
  z-index: 10;
  width: 60%;
  padding: 3%;
}
nav.sp_menu ul {
  position: relative;
  display: flex;
  margin-top: 8vh;
  margin-left: auto;
  margin-bottom: 0;
  margin-right: auto;
  padding-top: 5%;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
nav.sp_menu ul li {
  width: 45%;
  font-size: 1em;
  line-height: 2.5em;
  text-align: center;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  display: block;
  float: none;
  clear: both;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #FFF;
}
nav.sp_menu ul li a {
  color: #FFFFFF;
}
nav.sp_menu ul li a:hover {
  text-decoration: underline;
}
nav .sns {
  display: inline-block;
  width: 7%;
  margin: 10% 5% 0;
}
nav .subheading {
  font-size: 0.8em;
}
.nav_mail {
  font-size: 1.2em !important;
  font-weight: 100 !important;
  line-height: 1.1 !important;
}
.nav_mail::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0e0";
  padding-right: 10px;
  color: #FFFFFF;
}
.menu_overlay {
  position: fixed;
  width: 100%;
  height: 26.5%;
  top: 0;
  right: 0;
  background-color: #ff9933;
  opacity: 0.9;
  z-index: -1;
}
/*
メニューオープン時のクリックボタン
*/
.btn_wrapper.clicked .menu_btn .line:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  background-color: #FFF;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(2) {
  opacity: 0;
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
}
.btn_wrapper.clicked .menu_btn .line:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-17px) rotate(-45deg);
  -webkit-transition: all 400ms ease-out 0ms;
  -moz-transition: all 400ms ease-out 0ms;
  -o-transition: all 400ms ease-out 0ms;
  transition: all 400ms ease-out 0ms;
  background-color: #FFF;
}
@media screen and (min-width: 481px) {
  .btn_wrapper {
    display: none !important;
  }
  .sp_menu_logo {
    display: none;
  }
  .tb_none {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  nav.sp_menu ul {
    padding-top: 8%;
  }
  .menu_overlay {
    height: 33%;
  }
}
@media screen and (max-width: 300px) {
  .menu_overlay {
    height: 35%;
  }
}
@media screen and (max-width: 480px) {
  .sp_none {
    display: none;
  }
  h2 {
    font-size: 24px;
  }
  h2 img {
    width: 8%;
    padding-right: 1%;
  }
  /*==========================
　	header
============================*/
  #header {
    padding: 0;
    height: 70px;
  }
  .header_inner {
    display: none !important;
  }
  .slide img {
    margin-top: 70px;
  }
  /*==========================
　	bnr
============================*/
  .bnr {
    width: 90%;
  }
  .remodal_area a p {
    font-size: 1em;
    width: 90%;
    border: none !important;
  }
  /*==========================
　	ご利用方法
============================*/
  .howtouse {
    margin-top: 25%;
  }
  .howtouse ul {
    display: block;
    width: 90%;
  }
  .howtouse ul li:first-child {
    margin-top: 10%;
  }
  .howtouse ul li {
    width: 100%;
    /* margin: 0 5%; */
    box-shadow: 5px 5px 10px #c5cacb;
    margin-bottom: 8%;
    padding: 5% 5% 0;
  }
  .howtouse ul li img {
    width: 40%;
  }
  .howtouse ul li dl dt {
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #EFEAEA;
    padding: 10% 0 2%;
    margin-bottom: 0%;
  }
  .howtouse ul li dl dd {
    font-size: 16px;
    text-align: left;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
  .strongred {
    font-size: 34px;
    font-weight: bold;
    color: red;
  }
  .exclusion {
    margin: 3% 8% 10%;
    border: 1px solid #000;
    padding: 2.5%;
  }
  .exclusion p {
    font-size: 18px;
  }
  .exclusion span {
    font-size: 16px;
  }
  /*==========================
　取扱いツアー
============================*/
  #acMenu1 dt, #acMenu2 dt, #acMenu3 dt {
    display: block;
    cursor: pointer;
  }
  #acMenu1 dd, #acMenu2 dd, #acMenu3 dd {
    display: none;
  }
  .tourmenu_area {
    padding: 10% 0 5%;
    margin-top: 15%;
  }
  .tourmenu_area p {
    width: 80%;
    margin: 8% auto;
    text-align: left;
  }
  .tourmenu_area h3 {
    width: 80%;
    font-size: 18px;
    box-shadow: 2px 2px 5px #c5cacb;
    margin: 3% 0;
    background: url("../images/i_swich_down.png") 90% no-repeat;
  }
  .tourmenu_area h3.active {
    background: url(../images/i_swich_up.png) 90% no-repeat;
  }
  .atte {
    font-size: 16px;
    font-weight: bold;
    color: red;
    text-align: left;
    line-height: 1.3;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    padding: 2% 8% !important;
    background: #ffffff;
    box-shadow: 5px 5px #c5cacb;
  }
  .discountbox {
    width: 80%;
    margin: 5% auto;
    background: #FFF;
  }
  .discount_headerarea {
    padding-left: 3%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    color: #fff;
    border-top-left-radius: 15px;
    text-align: left;
  }
  .discount_area ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .discount_area ul li {
    width: 20%;
    margin: 1% 2%;
  }
  .discount_area ul li img {
    width: 85%;
  }
  .discount_area dl {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .discount_area dl dt {
    width: 45%;
    margin: 1% 2%;
  }
  /*==========================
　お申込みに関する注意事項
============================*/
  .notes {
    width: 80%;
    margin: 10% auto;
  }
  .notes dl {
    border: 1px solid #9fe3f7;
  }
  .notes dl dt {
    font-size: 21px;
    text-align: center;
    margin-bottom: 0;
    background-color: #9fe3f7;
    padding: .3% 0;
  }
  #acMenu3 h5 {
    font-size: 80%;
    background: url("../images/i_swich_down.png") 90% no-repeat;
  }
  #acMenu3 h5.active {
    background: url("../images/i_swich_up.png") 90% no-repeat;
  }
  .notestxt {
    text-align: left;
    padding: 2% 5%;
    margin: 0 0 0 5%;
  }
  .notestxt ul {
    list-style-type: disc;
  }
  .notestxt ul li {
    margin-bottom: .5%
  }
  /*==================================
   footer  
==================================*/
  #footer, #footer_top, #footer2 {
    background: url('../images/contact_bg_sp.jpg') center center no-repeat;
    padding-top: 125% !important;
  }
  .contact_inner {
    width: 90%;
    margin: 0 5%;
  }
  .contact_inner h3 {
    width: 100% !important;
    border-radius: 10px;
    font-size: 20px !important;
    padding: 3px !important;
    margin: 10% 0 0;
  }
  .contact_inner img {
    width: 100%;
  }
  .contact_inner ul {
    display: block;
    width: 100%;
    margin: 2% 0 4%;
  }
  .contact_inner ul li {
    width: 100%;
    margin: 5% 0
  }
  .contact_inner ul li dl dd {
    margin-bottom: 3%;
  }
  .bussinesshours {
    font-size: .8rem !important;
    font-weight: bold;
  }
  /* ========================================
   Bland-list
========================================= */
  .BrandList_area {
    width: 90%;
    margin: 0 5% 5%;
  }
  .BrandList li {
    width: 35%;
    margin: 3% 7%;
  }
  /*==================================
   page-top  
==================================*/
  #page_top {
    bottom: 20px;
    right: 5px;
    width: 15%;
  }
}
/*==========================
　　ピックアップ
============================*/
@media screen and (max-width: 480px) {
  .pickup {
    margin-top: 25%;
  }
  .pickup ul {
    display: block;
    width: 90%;
  }
  .pickup ul li:first-child {
    margin-top: 10%;
  }
  .pickup ul li {
    width: 90%;
    margin: 0 5%;
    box-shadow: 5px 5px 10px #c5cacb;
    margin-bottom: 8%;
    padding: 5% 5% 0;
  }
  .pickup ul li img {
    width: 40%;
  }
  .pickup ul li dl dt {
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #EFEAEA;
    padding: 10% 0 2%;
    margin-bottom: 0%;
  }
  .pickup ul li dl dd {
    font-size: 16px;
    text-align: left;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
}
/*==========================
　　ピックアップ
============================*/
/*==========================
　　クーポン
============================*/
@media screen and (max-width: 480px) {
  .coupon {
    /*margin-top: 25%;*/
  }
  .coupon ul {
    display: block;
    width: 90%;
  }
  .coupon ul li:first-child {
    margin-top: 10%;
  }
  .coupon ul li {
    width: 100%;
    /* margin: 0 5%; */
    box-shadow: 5px 5px 10px #c5cacb;
    margin-bottom: 8%;
    padding: 5% 5% 0;
  }
  .coupon ul li img {
    width: 100%;
  }
  .coupon ul li dl dt {
    font-size: 16px;
    text-align: center;
    border-bottom: 2px solid #EFEAEA;
    padding: 10% 0 2%;
    margin-bottom: 0%;
  }
  .coupon ul li dl dd {
    font-size: 16px;
    text-align: left;
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
}
/*==========================
　　クーポン
============================*/