@charset "utf-8";
@import url("https://fonts.googleapis.com/earlyaccess/hannari.css");

body {
   font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  background: #f9f8e9;
 
}


img {
  /*chome画像ぼやけ回避処理*/
  image-rendering: -webkit-optimize-contrast;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}

/* CSS Document */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}


/*********ヘッダー***************/
header {
  background: #BCA286;
  height: 70px;
}

.line {
  height: 20px;
  background: #bca286;
  border-top: 3px solid #fff;
}


header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
}


/*********メイン***************/
.MV {
  height: 610px;
  position: relative;
  text-align: center;
}

.MV img {
  width: 100%;
  height: 610px;
  object-fit: cover;
  text-align: center;
  position: relative;
  //要素内全体を覆いたい場合
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  max-width: 2000px;
}

.menu {
  background: linear-gradient(90deg, #C4BAB3 0%, #C4BAB3 50%, #EADCCC 50%, #EADCCC 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.menu ul {
  display: flex;
  justify-content: center;
  width: 1000px;

}

.menu1 {
  background: #c4bab3;
  position: relative;
  z-index: 0;
}

.menu2 {
  background: #c6b4a1;
  position: relative;
  z-index: 0;
}

.menu3 {
  background: #eadccc;
  position: relative;
  z-index: 0;
}

/*メニューボタン1*/
.menu_btn1 {
  background: #c4bab3;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 16px 24px;
  position: relative;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.menu_btn1:hover {
  background: transparent;
}

.menu_btn1:after {
  background: linear-gradient(90deg, #c4bab3, #c4bab3, #b29c93, #9b867b, #9b867b);
  border-radius: 2px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*メニューボタン2*/
.menu_btn2 {
  background: #c6b4a1;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 16px 24px;
  position: relative;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.menu_btn2:hover {
  background: transparent;
}

.menu_btn2:after {
  background: linear-gradient(90deg, #c6b4a1, #c6b4a1, #b79e8b, #aa917b, #aa917b);
  border-radius: 2px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*メニューボタン3*/
.menu_btn3 {
  background: #eadccc;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  padding: 16px 24px;
  position: relative;
  transition: .3s cubic-bezier(.4, 0, .2, 1);
}

.menu_btn3:hover {
  background: transparent;
}

.menu_btn3:after {
  background: linear-gradient(-90deg, #eadccc, #eadccc, #ddc8b8, #c4a891, #c4a891);
  border-radius: 2px;
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/**************cardmain********************/
.cardBG {
  background: #EADCCC;
  height: 250px;
}

.cardmain aside {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5em;
}

.cardmain aside img {
  width: 38%;
  height: auto;
}

.cardmain .inner {
  position: relative;
  top: -160px;
}

h1 {
  font-size: 60px;
  text-align: center;
  margin-bottom: 0.5em;
   font-family:"Hannari", serif;
}
.chaina{
  font-size:38px;
   font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/*
h1 span {
  font-style: italic;
} */

h2 {
  font-size: 33px;
  text-align: center;
}



/***ボタンマウスホバー**/
section a:hover img {
  opacity: 0.7;
  transition-duration: 0.3s;
}

/********日本国内ビザ取得・更新をサポート*******/
.white {
  background: #FFFFFA;
}

.white .inner {
  position: relative;
  top: -80px;
}

h3 {
  font-size: 43px;
  text-align: center;
  padding: 0.5em 1em;
  background: #EADCCC;
  width: 1000px;
  margin-bottom: 80px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.kousin h3,
.tintai h3 {
  padding: 1em 1em;
}

h4 {
  font-size: 26px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 50px;
}

.support_text {
  margin-top: 80px;
}

.box {
  display: flex;
  justify-content: space-around;
}

.box img {
  margin-bottom: 80px;

}

.box_img {
  width: 35%;
 height:35%;
  margin-right: 50px;
}


.s_box {
  text-align: right;
  margin-top: 80px;
}

/***Weibo Cardユーザー限定おトクなクーポン配信***/
.yellow {
  position: relative;
  top: -80px;
}

.left_img {
  height: auto;
  width: 28%;
}
.josei_img {
  height: 99%;
  width: 25%;

  }
/***海外旅行傷害保険 国内旅行傷害保険***/


/***空港ラウンジで***/
.lounge h4 {
  margin-top: 0px;
}

/*****業界最高水準のポイント還元率****/
h3 span {
  font-size: 32px;
}

.point_pc {
  padding-bottom: 100px;
  padding: 0px 50px 50px 50px;
}

/****************表**********************/

.inner_h {
  width: 1000px;
  margin: 0 auto;
    position: relative;
  top: -50px;
}
.hyou_yellow{
  background: rgb(249,248,233);
}

.hyou_grd{
background: rgb(249,248,233);
background: linear-gradient(0deg, rgba(249,248,233,1) 0%, rgba(255,255,255,1) 36%);
}

.hyou_inner {
  width: 1000px;
  margin: 0 auto;
}

.hyoumidashi {
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.5em;
  font-weight: bolder;
  color: #333;
  padding-left: 6em;
}

.hyou_h3 {
  margin-bottom: 0;
}

table,
td,
th {
  border: 2px solid #BFAFA1;
  border-collapse: collapse;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: bolder;
  color: #333;
}

table a {
  text-decoration: underline;

}

table a[href^="http"]:after,
table a[href^="//"]:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
}




td,
th {
  padding: 3px;
  height: 25px;
  background: #F8F8F0;
  padding: 1em;
}

th {
  background: #BFAFA1;
  width: 18%;
  border: 2px solid #fff;
}

td {
  width: 27%;
  line-height: 1.8;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.center {
  text-align: center;
}




/*********to top ボタン*************/
.page-top {
  margin: 0;
  padding: 0;
}

.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
}

.page-top p img {
  width: 70px;
}

.move-page-top {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.move-page-top:hover {
  opacity: 0.85;
}

/************フッター************/
footer {
  height: 300px;
  background: #bca286;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: ;
  letter-spacing: 0.1em;
  font-size: 18px;

}


footer ul {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

footer li {
  padding: 0 1em;
}

li + li {
  border-left: 1px solid #fff;
}

.footer_BG img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  text-align: center;
  position: relative;
  //要素内全体を覆いたい場合
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
}

footer .line {
  height: 2em;
  text-align: right;
  line-height: 2em;
}

footer .line div {
  width: 1000px;
  margin: 0 auto;
}

/******** ここからモーダル用CSS*************/
.modalArea {
  display: none;
  position: fixed;
  z-index: 50;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 800px;
  padding: 10px 30px;
  background-color: #fff;
  height: 95vh;
  overflow-y: scroll;
  /* ここのscrollが効かない */

}
/***********追尾 ボタン***************/


.tuibi  {
  margin: 0;
  padding: 0;
  position: fixed;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  bottom: 20px;
  z-index: 15;
}

.tuibi img {
  width: 500vw;
  max-width: 800px;
  min-width: 600px;
}
.tuibi img:hover {
  opacity: 0.85;
}

@media screen and (max-width:1100px) {
  .modalWrapper {
    height: 80vh;
    overflow-y: scroll;
    /* ここのscrollが効かない */
  }
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}



.modalContents {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  vertical-align: middle;

}

.modalContents aside {
  text-align: center;
}

.modalContents .modal_aside1 img {
  padding: 10px;
  margin-bottom: 1em;
  width: 100%;
}

h5 {
  font-size: 30px;
  text-align: center;
  margin: 1em 0;
  background: #EADCCC;
  width: 100%;
  margin-bottom: 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding: 0.5em 0;
}

h6 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

.desk {
  margin-bottom: 0;
  padding-top: 0.3em;
}

.telicon {
  height: 30px;
  margin-left: 1em;
  margin-top: 0.7em;
}

.obi {
  background: #eadccc;
  margin: 1em 0;
  border-radius: 1em;
  padding: 0.2em;
}

.modal_box {
  text-align: center;
}

.modal_tel {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  margin-left: 0.2em;
  margin-bottom: 0.3em;
}

.modalContents p,
.modalContents li {
  line-height: 1.5;
}

.modalContents li {
  margin-left: 2em;
}

.madal_last {
  margin-bottom: 2em;
  border: 1px solid #EADCCC;
  padding: 0.5em;
  background: #f9f8e9;
}

.modalWrapper {
  ... height: 50%; //お好みの高さで固定
  overflow: auto; //状況に応じて縦スクロールバーが出現
  ...
}
/***********追尾 ボタン***************/

.tuibi img {
  width: 48vw;
  max-width: 700px;
  min-width: 600px;
}



/*************SP*****************/
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .inner {
    width: 90vw;
    margin: 0 auto;
  }

  .white .inner {
    position: static;
    top: 0px;
  }
  .yellow .inner {
    position: static;
    top: 0px;
  }

  /**************SPヘッダー・メイン******************/
  header {
    height: 14vw;
  }

  .line {
    height: 2vw;
    background: #bca286;
    border-top: 3px solid #fff;
    z-index: 10;
  }

  header aside {
    display: flex;
    justify-content: space-between;
  }

  .life {
    height: 6.5vw;
  }

  .visa {
    height: 5.5vw;
  }

  header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14vw;
  }


  .SPMV {
    margin: 0 auto;
  }

  .SPMV_img {
    width: 100vw;
    z-index: 1;
    margin: 1em 0;
  }

  .SPm_btn {
    width: 75vw;
  }

  .button_wrapper {
    text-align: center;
    margin: 5em 0;
  }

  .SPMV a:hover img {
    opacity: 0.7;
    transition-duration: 0.3s;
  }

  /**************SPメニュー******************/
  .menu {
    width: 100vw;
  }


  .menu li {
    width: 33vw;
    margin: 0 auto;
    height: 20vw;

  }

  .menu_btn3 {
    padding: 2vw 2.5vw;

  }

  .menu_btn2 {
    padding: 2vw 3.1vw;
  }

  .menu_btn1 {
    padding: 2vw 7vw;

  }

  .menu li img {
    height: 15.5vw;
  }

  /**************SPメイン******************/
  .cardmain {
    margin-bottom: -30vw;
  }

  .cardmain aside {
    display: block;
    text-align: center;
    margin-bottom: 8em;
  }

  .cardBG {
    height: 35vw;
  }

  .cardmain aside img {
    margin-right: 0px;
    width: 55vw;
  }


  .cardmain .inner {
    position: relative;
    top: -20vw;
  }

  h1 {
    font-size: 8vw;
    margin: 0.5em 0;
  }

.chaina{
  font-size:6vw;
   font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
/*
  h1 span {
    font-style: italic;
  }
  */

  h2 {
    font-size: 5.5vw;
    text-align: center;

  }

  .button_wrapper {
    text-align: center;
    margin: 12vw 0;
  }

  .button_wrapper img {
    width: 75vw;
  }

  .cardmain_btn {
    margin-bottom: 2em;
  }

  /********SP日本国内ビザ取得・更新をサポート*******/


  h3 {
    font-size: 5vw;
    width: 90vw;
    margin-bottom: 0;
  }

  .kousin h3,
  .tintai h3 {
    padding: 0.8em 1em;
  }

  .support_text {
    margin-top: 1em;
  }

  h4 {
    font-size: 4vw;
    text-align: center;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 1em;
  }

  .lounge h4 {
    margin-top: 1em;
    text-align: left;
    margin-right: 1em;
    margin-left: 1em;
  }

  .box {
    display: block;
    text-align: center;
  }

  .box img {
    margin-bottom: 0vw;
    text-align: center;
    margin-right: 0;

  }

  .box_img {
    width: 70vw;
    height: 35%;
    margin-right: 50px;
    padding-bottom: 1em;
  }

  .s_box {
    text-align: center;
    margin-top: 10vw;
  }

  .s_box img {
    width: 60vw;
  }

  .left_img {
    margin-left: 0em;
    width: 60vw;
    padding-bottom: 1em;
  }

  .josei_img {
    width: 40vw;
  }

  .point_h3 {
    line-height: 1.3;
    padding-bottom: 1em;
  }

  h3 span {
    font-size: 4vw;
    font-size: 4vw;
    letter-spacing: 0;
  }

  .point_sp {
    width: 90vw;
    margin-bottom: -30vw;
    padding: 5vw;
  }

  .ticket_text {
    display: none;
    margin-bottom: 2em;
  }


  /******位置個別調整*********/
  .white {
    position: static;
    top: 0;
    margin-top: 0;
    padding-bottom: 20vw;
  }

  .yellow {
    position: static;
    top: 0;
    padding-bottom: 20vw;
  }

  h3 {
    position: relative;
    top: -2em;
  }


  /**********スマホ表**************/
  .hyou_h3 {
    padding: 1em;
    margin-top: 7em;
  }

  .hyou_inner {
    width: 700px;
    margin-left: 2em;
    margin-bottom: 5em;
  }

  .hyoumidashi {
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.5em;
    font-weight: normal;
    color: #333;
    padding-left: 6em;
  }

  td,
  th {
    padding: 3px;
    height: 25px;
    padding: 0.5em;
    font-weight: normal;
  }

  th {
    background: #BFAFA1;
    width: 10%;
    border: 2px solid #fff;
  }

  td {
    width: 16%;
    line-height: 1.8;
  }

  td img {
    width: 60%;
  }

  .mobile-scroller-table-wrap {
    overflow-x: scroll;
    padding: 0 0 10px;
  }

  .mobile-scroller-table-wrap::-webkit-scrollbar {
    height: 5px;
  }

  .mobile-scroller-table-wrap::-webkit-scrollbar-track {
    background: #efefef;
    border-radius: 5px;
  }

  .mobile-scroller-table-wrap::-webkit-scrollbar-thumb {
    background: #BFAFA1;
    border-radius: 5px;
  }

  .mobile-scroller-table-wrap table {
    min-width: 600px;
  }

  .hyou_bottom {
    padding-bottom: 0em;
  }

  /**************下部申込み******************/

  .mousikomi_box div {
    display: flex;
    justify-content: space-around;
  }

  .mousikomi_box aside {
    margin: 1em 0.5em;
  }

  .mousikomi_box p {
    font-size: 4vw;
    text-align: center;
  }

  .weibo {
    margin: 0.55em 0;
  }

  .mousikomi_box img {
    padding: 10px 0;
    width: 28vw;
  }

  /************フッター************/
  footer {
    height: 16em;
    background: #bca286;
    color: #fff;
    font-weight: ;
    letter-spacing: 0.1em;
    font-size: 1em;
    font-size: 0.7em
  }

  footer ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.5em 0;
  }

  footer li {
    padding: 0em 1em;
    margin: 0.2em 0;
  }

  li + li {
    border-left: 1px solid #fff;
  }

  footer .line {
    height: 3em;
    background: #bca286;
    border-top: 3px solid #fff;
    text-align: center;
    line-height: 3em;
  }


  .footer_BG img {
    height: 3em;
  }

  /*********to top ボタン*************/

  .page-top p img {
    width: 10vw;
  }

  .page-top p {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0.5em;
    bottom: 1.5em;
    z-index: 2;
  }

  /***********モーダル************/
  h5 {
    font-size: 1.5em;
    text-align: center;
    margin: 1em 0;
    background: #EADCCC;
    width: 100%;
    margin-bottom: 1em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding: 0.5em 0;
  }

  h6 {
    font-size: 1em;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: em;
  }

  .madal_last {
    margin-bottom: 2em;
    margin-top: 1em;
  }

  .modalWrapper {
    width: 90%;
    height: 70vh;
    overflow-y: scroll;
  }

  .modalContents ul li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .modal_tel {
    letter-spacing: 0.1em;
  }

  .telicon {
    height: 2em;
    margin-left: 1em;
    margin-top: 0em;
    padding-bottom: 0.2em;
  }
   /*追尾*/
  .tuibi  {
    margin: 0;
    padding: 0;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 20px;
    z-index: ;
  }

  .tuibi  img {
    width: 82vw;
    margin-right: 8vw;
    min-width: 0;
}
