@charset "utf-8";

/* =============================
  初期設定
============================= */
*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
  text-rendering: optimizeLegibility;
}
@media only screen and (max-width: 1199px) {
  body {
    font-size: calc(14/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: calc(14/640*100vw);
  }
  .pc_only{
    display: none;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

td, th, p, h1, h2, h3, h4, h5, h6, label {
  word-wrap: break-word;
}

/* link */
a {
  color: #06469d;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  transition: 0.4s;
  opacity: 0.7;
}

/* clearfix */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* =============================
  コンテンツ共通
============================= */
.wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 1199px) {
  .container {
    width: calc(1000/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .container {
    width: calc(600/640*100vw);
  }
}

/* PC表示切り替え */
body.device-pc .display-pc {
  display: block;
}
body.device-pc .display-sp {
  display: none;
}

/* SP表示切り替え */
body.device-sp .display-pc {
  display: none;
}
body.device-sp .display-sp {
  display: block;
}

/* 強調テキスト */
.emphasis_txt {
  color: #ff4582;
  font-weight: bold;
}

/* 左寄せ */
.align_left {
  text-align: left;
}

/* =============================
  メインビジュアル
============================= */
.main_visual-ttl {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .main_visual-ttl {
    margin-bottom: calc(60/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .main_visual-ttl {
    margin-bottom: calc(60/640*100vw);
  }
}

/* =============================
  CV
============================= */
.header .cv {
  margin-bottom: 118px;
}
@media only screen and (max-width: 1199px) {
  .header .cv {
    margin-bottom: calc(118/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .header .cv {
    margin-bottom: calc(120/640*100vw);
  }
}

.cv {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .cv {
    margin-bottom: calc(60/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .cv {
    margin-bottom: calc(120/640*100vw);
  }
}

.cv-card_list {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .cv-card_list {
    display: block;
  }
}

.cv-card_list li {
  position: relative;
  width: 480px;
}
@media only screen and (max-width: 1199px) {
  .cv-card_list li {
    width: calc(480/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .cv-card_list li {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .cv-card_list li:first-of-type {
    margin-bottom: calc(60/640*100vw);
  }
}

.card_btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 430px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .card_btn {
    bottom: calc(20/1200*100vw);
    width: calc(430/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_btn {
    bottom: calc(20/640*100vw);
    width: calc(560/640*100vw);
  }
}

.card_btn a {
  display: block;
}

/* =============================
  メイン
============================= */
.main {
  display: block;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .main {
    margin-bottom: calc(120/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .main {
    margin-bottom: calc(120/640*100vw);
  }
}

/* =============================
  J-WEST CARDならこんなに安くなる！
============================= */
.price_content {
  margin-bottom: 76px;
}
@media only screen and (max-width: 1199px) {
  .price_content {
    margin-bottom: calc(76/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_content {
    margin-bottom: calc(70/640*100vw);
  }
}

.price_ttl {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .price_ttl {
    margin-bottom: calc(60/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_ttl {
    margin-bottom: calc(60/640*100vw);
  }
}

.price_pattern_ttl-a {
  width: 454px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 1199px) {
  .price_pattern_ttl-a {
    width: calc(454/1200*100vw);
    margin-bottom: calc(30/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_pattern_ttl-a {
    width: calc(528/640*100vw);
    margin-bottom: calc(60/640*100vw);
  }
}

.price_pattern_ttl-b {
  width: 369px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 1199px) {
  .price_pattern_ttl-b {
    width: calc(369/1200*100vw);
    margin-bottom: calc(30/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_pattern_ttl-b {
    width: calc(431/640*100vw);
    margin-bottom: calc(60/640*100vw);
  }
}

.price_pattern_list {
  margin-bottom: 120px;
}
@media only screen and (max-width: 1199px) {
  .price_pattern_list {
    margin-bottom: calc(120/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_pattern_list {
    margin-bottom: calc(120/640*100vw);
  }
}

.price_pattern_list li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .price_pattern_list li {
    margin-bottom: calc(40/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_pattern_list li {
    margin-bottom: calc(40/640*100vw);
  }
}

.price_pattern_list li:last-of-type {
  margin-bottom: 0;
}

.price_others_ttl {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .price_others_ttl {
    margin-bottom: calc(80/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_others_ttl {
    margin-bottom: calc(50/640*100vw);
  }
}

.price_others_lead {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .price_others_lead {
    margin-bottom: calc(10/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_others_lead {
    margin-bottom: calc(15/640*100vw);
  }
}

.price_others_list {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .price_others_list {
    margin-bottom: calc(60/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_others_list {
    margin-bottom: calc(60/640*100vw);
  }
}

.price_others_list li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .price_others_list li {
    margin-bottom: calc(20/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_others_list li {
    margin-bottom: calc(20/640*100vw);
  }
}

.price_others_list li:last-of-type {
  margin-bottom: 0;
}



.price_footnote dt,
.price_footnote dt,
.price_footnote p {
  font-weight: 300;
}

.price_footnote dd {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .price_footnote dd {
    margin-bottom: calc(30/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_footnote dd {
    margin-bottom: calc(30/640*100vw);
  }
}

.price_footnote dd:nth-of-type(5) dd {
  margin-bottom: 0;
}

.price_footnote .txt_list {
  margin-left: 14px;
  text-indent: -14px;
}
@media only screen and (max-width: 1199px) {
  .price_footnote .txt_list {
    margin-left: calc(14/1200*100vw);
    text-indent: calc(-14/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .price_footnote .txt_list {
    margin-left: calc(14/640*100vw);
    text-indent: calc(-14/640*100vw);
  }
}

/* =============================
  カンタン便利に使えるJ-WEST CARD
============================= */
.convenient {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1199px) {
  .convenient {
    margin-bottom: calc(60/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .convenient {
    margin-bottom: calc(60/640*100vw);
  }
}

.convenient_ttl {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .convenient_ttl {
    margin-bottom: calc(80/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .convenient_ttl {
    margin-bottom: calc(60/640*100vw);
  }
}

.convenient_list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  .convenient_list {
    margin-bottom: calc(80/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .convenient_list {
    margin-bottom: calc(90/640*100vw);
  }
}

.convenient_list li {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .convenient_list li {
    margin-bottom: calc(40/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .convenient_list li {
    margin-bottom: calc(60/640*100vw);
  }
}

.convenient_list li:last-of-type {
  margin-bottom: 0;
}

.convenient_express {
  position: relative;
  padding: 60px 0;
  background-color: #e1f2ff;
}
@media only screen and (max-width: 1199px) {
  .convenient_express {
    padding: calc(60/1200*100vw) 0;
  }
}
@media only screen and (max-width: 640px) {
  .convenient_express {
    padding: calc(63/640*100vw) 0 calc(60/640*100vw);
  }
}

.convenient_express::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
  background: url(../img/plus.png) center / 100% no-repeat;
}
@media only screen and (max-width: 1199px) {
  .convenient_express::before {
    top: calc(-24/1200*100vw);
    width: calc(52/1200*100vw);
    height: calc(52/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .convenient_express::before {
    top: calc(-30/640*100vw);
    width: calc(60/640*100vw);
    height: calc(60/640*100vw);
    background: url(../img/plus_sp.png) center / 100% no-repeat;
  }
}

.convenient_express_ttl {
  width: 500px;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 1199px) {
  .convenient_express_ttl {
    width: calc(500/1200*100vw);
    margin-bottom: calc(36/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .convenient_express_ttl {
    width: calc(479/640*100vw);
    margin-bottom: calc(37/640*100vw);
  }
}

.convenient_express_list li {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .convenient_express_list li {
    margin-bottom: calc(20/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .convenient_express_list li {
    margin-bottom: calc(20/640*100vw);
  }
}

.convenient_express_list li:last-of-type {
  margin-bottom: 0;
}

/* =============================
  カード基本情報
============================= */
.card_spec_area {
  margin-bottom: 74px;
}
@media only screen and (max-width: 1199px) {
  .card_spec_area {
    margin-bottom: calc(74/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_area {
    margin-bottom: calc(120/640*100vw);
  }
}

.card_spec {
  width: 237px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1199px) {
  .card_spec {
    width: calc(237/1200*100vw);
    margin: 0 auto calc(40/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec {
    width: calc(235/640*100vw);
    margin: 0 auto calc(40/640*100vw);
  }
}
.card_spec_table th,
.card_spec_table td {
  padding: 8px 18px;
  font-size: 18px;
  vertical-align: middle;
  border: 1px solid #666;
  font-weight: 300;
}
@media only screen and (max-width: 1199px) {
  .card_spec_table th,
  .card_spec_table td {
    padding: calc(8/1200*100vw) calc(18/1200*100vw);
    font-size: calc(18/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_table th,
  .card_spec_table td {
    padding: calc(10/640*100vw) ;
    font-size: calc(16/640*100vw);
  }
}

.card_spec_table th {
  width: 240px;
  vertical-align: middle;
  background-color: #eee;
}
@media only screen and (max-width: 1199px) {
  .card_spec_table th {
    width: calc(240/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_table th {
    width: calc(120/640*100vw);
    line-height: 1.1;
  }
}

.card_spec_table td {
  width: 380px;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .card_spec_table td {
    width: calc(380/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_table td {
    width: calc(240/640*100vw);
  }
}

.card_spec_table td p,
.card_spec_table td span {
  font-weight: 300;
}

.card_spec_table td.table_txt-type01 {
  padding-left: 34px;
  padding-right: 34px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 1199px) {
  .card_spec_table td.table_txt-type01 {
    padding-left: calc(34/1200*100vw);
    padding-right: calc(34/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_table td.table_txt-type01 {
    padding-left: calc(8/640*100vw);
    padding-right: calc(8/640*100vw);
  }
}

.card_spec_table td.table_txt-type02 {
  padding-right: 22px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 1199px) {
  .card_spec_table td.table_txt-type02 {
    padding-right: calc(22/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_table td.table_txt-type02 {
    padding-right: calc(10/640*100vw);
  }
}

.card_spec_table .txt_list {
  padding-left: 18px;
  text-indent: -18px;
}
@media only screen and (max-width: 1199px) {
  .card_spec_table .txt_list {
    padding-left: calc(18/1200*100vw);
    text-indent: calc(-18/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_table .txt_list {
    padding-left: calc(16/640*100vw);
    text-indent: calc(-16/640*100vw);
  }
}

.card_spec_table .table_txt-type02 .txt_list {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .card_spec_table .table_txt-type02 .txt_list {
    margin-bottom: calc(12/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_table .table_txt-type02 .txt_list {
    margin-bottom: calc(26/640*100vw);
  }
}

.card_spec_table .table_txt-type02 .txt_list:last-of-type {
  margin-bottom: 0;
}

.card_spec_table tr:nth-of-type(1) th {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #fff;
}

.card_spec_table tr:nth-of-type(1) td {
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #014478;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #014478;
}
@media only screen and (max-width: 640px) {
  .card_spec_table tr:nth-of-type(1) td {
    padding: calc(14/640*100vw);
    font-size: calc(18/640*100vw);
    font-weight: normal;
  }
}

.txt_bg_color {
  background-color: #e1f2ff;
}

/* 券面画像の上下余白だけ少し広めに */
.card_spec_table tr:nth-of-type(2) td {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media only screen and (max-width: 1199px) {
  .card_spec_table tr:nth-of-type(2) td {
    padding-top: calc(12/1200*100vw);
    padding-bottom: calc(12/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .card_spec_table tr:nth-of-type(2) td {
    padding-top: calc(10/640*100vw);
    padding-bottom: calc(10/640*100vw);
  }
}

.card_spec_table tr:nth-of-type(1) td:last-of-type {
  border-right: 1px solid #666;
}

.expresscard {
  width: 211px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .expresscard {
    width: calc(211/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .expresscard {
    width: calc(153/640*100vw);
  }
}

.regularcard {
  width: 211px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .regularcard {
    width: calc(211/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .regularcard {
    width: calc(153/640*100vw);
  }
}

.ex_logo {
  display: inline-block;
  width: 117px;
  margin: 0 4px;
}
@media only screen and (max-width: 1199px) {
  .ex_logo {
    width: calc(117/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .ex_logo {
    width: calc(95/640*100vw);
    margin: 0 calc(4/640*100vw);
  }
}

.sumartex_logo {
  display: inline-block;
  width: 116px;
  margin: 0 4px;
}
@media only screen and (max-width: 1199px) {
  .sumartex_logo {
    width: calc(116/1200*100vw);
    margin: 0 calc(4/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .sumartex_logo {
    width: calc(95/640*100vw);
    margin: 0 calc(4/640*100vw);
  }
}

.e5489_logo {
  display: inline-block;
  width: 107px;
  margin: 0 4px;
}
@media only screen and (max-width: 1199px) {
  .e5489_logo {
    width: calc(107/1200*100vw);
    margin: 0 calc(4/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .e5489_logo {
    width: calc(87/640*100vw);
    margin: 0 calc(4/640*100vw);
  }
}

.master_logo {
  display: inline-block;
  width: 48px;
  margin: 0 12px;
}
@media only screen and (max-width: 1199px) {
  .master_logo {
    width: calc(48/1200*100vw);
    margin: 0 calc(12/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .master_logo {
    width: calc(44/640*100vw);
    margin: 0 calc(12/640*100vw);
  }
}

.visa_logo {
  display: inline-block;
  width: 90px;
  margin: 0 12px;
}
@media only screen and (max-width: 1199px) {
  .visa_logo {
    width: calc(90/1200*100vw);
    margin: 0 calc(12/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .visa_logo {
    width: calc(82/640*100vw);
    margin: 0 calc(12/640*100vw);
  }
}

.jcb_logo {
  display: inline-block;
  width: 51px;
  margin: 0 12px;
}
@media only screen and (max-width: 1199px) {
  .jcb_logo {
    width: calc(51/1200*100vw);
    margin: 0 calc(12/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .jcb_logo {
    width: calc(46/640*100vw);
    margin: 0 calc(12/640*100vw);
  }
}

/* =============================
  お申込み・予約の流れ
============================= */
.step {
  margin-bottom: 60px;
  padding: 60px 0;
  background-color: #e1f2ff;
}
@media only screen and (max-width: 1199px) {
  .step {
    margin-bottom: calc(60/1200*100vw);
    padding: calc(60/1200*100vw) 0;
  }
}
@media only screen and (max-width: 640px) {
  .step {
    margin-bottom: calc(62/640*100vw);
    padding: calc(62/640*100vw) 0;
  }
}

/* J-WESTカードお申し込みの流れ */
.application_ttl {
  width: 507px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1199px) {
  .application_ttl {
    width: calc(507/1200*100vw);
    margin-bottom: calc(40/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .application_ttl {
    width: calc(502/640*100vw);
    margin-bottom: calc(52/640*100vw);
  }
}

/* オンライン予約の流れ（PC） */
.display-pc .reservation_ttl {
  width: 338px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1199px) {
  .display-pc .reservation_ttl {
    width: calc(338/1200*100vw);
    margin-bottom: calc(40/1200*100vw);
  }
}

.display-pc .reservation_tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
@media only screen and (max-width: 1199px) {
  .display-pc .reservation_tab {
    margin-bottom: calc(36/1200*100vw);
  }
}

.display-pc .reservation_tab li {
  width: 331px;
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .display-pc .reservation_tab li {
    width: calc(331/1200*100vw);
  }
}

.display-pc .reservation_tab_item .item_box {
  display: none;
}

.display-pc .reservation_tab_item .item_box.show-tab {
  display: block;
}

/* オンライン予約の流れ（SP） */
.display-sp .reservation_ttl {
  width: calc(335/640*100vw);
  margin: 0 auto calc(52/640*100vw);
}

.display-sp .reservation_tab {
  display: block;
}

.display-sp .reservation_tab dt {
  margin-bottom: calc(20/640*100vw);
  cursor: pointer;
}

.display-sp .reservation_tab dt:last-of-type {
  margin-bottom: 0;
}

.display-sp .item_box {
  display: none;
  padding: calc(35/640*100vw) 0 calc(40/640*100vw);
}

.display-sp .item_box:last-of-type {
  padding-bottom: 0;
}

/* =============================
  ご予約に関する注意事項
============================= */
.attention {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .attention {
    margin-bottom: calc(40/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .attention {
    margin-bottom: calc(60/640*100vw);
  }
}

.attention a {
  display: block;
}

.attention_ex_haya,
.attention_ex_haya21,
.attention_ex_yoyaku_ss,
.attention_ex_round_trip,
.attention_e5489 {
  position: absolute;
  width: 54px;
}
@media only screen and (max-width: 1199px) {
  .attention_ex_haya,
  .attention_ex_haya21,
  .attention_ex_yoyaku_ss,
  .attention_ex_round_trip,
  .attention_e5489 {
    width: calc(54/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .attention_ex_haya,
  .attention_ex_haya21,
  .attention_ex_yoyaku_ss,
  .attention_ex_round_trip,
  .attention_e5489 {
    width: calc(60/640*100vw);
  }
}

.attention_ex_haya21 {
  top: 220px;
  left: 274px;
}
@media only screen and (max-width: 1199px) {
  .attention_ex_haya21 {
    top: calc(220/1200*100vw);
    left: calc(276/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .attention_ex_haya21 {
    top: calc(230/640*100vw);
    left: calc(292/640*100vw);
  }
}

.attention_ex_yoyaku_ss {
  top: 271px;
  left: 314px;
}
@media only screen and (max-width: 1199px) {
  .attention_ex_yoyaku_ss {
    top: calc(271/1200*100vw);
    left: calc(316/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .attention_ex_yoyaku_ss {
    top: calc(293/640*100vw);
    left: calc(345/640*100vw);
  }
}

.attention_ex_haya {
  top: 321px;
  left: 249px;
}
@media only screen and (max-width: 1199px) {
  .attention_ex_haya {
    top: calc(322/1200*100vw);
    left: calc(250/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .attention_ex_haya {
    top: calc(358/640*100vw);
    left: calc(265/640*100vw);
  }
}

.attention_ex_round_trip {
  top: 372px;
  left: 402px;
}
@media only screen and (max-width: 1199px) {
  .attention_ex_round_trip {
    top: calc(373/1200*100vw);
    left: calc(404/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .attention_ex_round_trip {
    top: calc(422/640*100vw);
    left: calc(446/640*100vw);
  }
}

.attention_e5489 {
  top: 176px;
  left: 647px;
}
@media only screen and (max-width: 1199px) {
  .attention_e5489 {
    top: calc(176/1200*100vw);
    left: calc(647/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .attention_e5489 {
    top: calc(620/640*100vw);
    left: calc(188/640*100vw);
  }
}

/* =============================
  お問い合わせ
============================= */
.contact {
  position: relative;
}

.contact a {
  display: block;
}

.tel_osaka_jcb,
.tel_fukuoka_jcb,
.tel_osaka_master,
.tel_fukuoka_master {
  position: absolute;
}

.tel_osaka_jcb {
  top: 116px;
  left: 283px;
  width: 192px;
}
@media only screen and (max-width: 1199px) {
  .tel_osaka_jcb {
    top: calc(116/1200*100vw);
    left: calc(283/1200*100vw);
    width: calc(192/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .tel_osaka_jcb {
    top: calc(171/640*100vw);
    left: calc(75/640*100vw);
    width: calc(193/640*100vw);
  }
}

.tel_fukuoka_jcb {
  top: 151px;
  left: 283px;
  width: 193px;
}
@media only screen and (max-width: 1199px) {
  .tel_fukuoka_jcb {
    top: calc(151/1200*100vw);
    left: calc(283/1200*100vw);
    width: calc(193/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .tel_fukuoka_jcb {
    top: calc(171/640*100vw);
    left: calc(357/640*100vw);
    width: calc(193/640*100vw);
  }
}

.tel_osaka_master {
  top: 116px;
  left: 754px;
  width: 200px;
}
@media only screen and (max-width: 1199px) {
  .tel_osaka_master {
    top: calc(116/1200*100vw);
    left: calc(754/1200*100vw);
    width: calc(200/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .tel_osaka_master {
    top: calc(309/640*100vw);
    left: calc(75/640*100vw);
    width: calc(201/640*100vw);
  }
}

.tel_fukuoka_master {
  top: 151px;
  left: 754px;
  width: 199px;
}
@media only screen and (max-width: 1199px) {
  .tel_fukuoka_master {
    top: calc(151/1200*100vw);
    left: calc(754/1200*100vw);
    width: calc(199/1200*100vw);
  }
}
@media only screen and (max-width: 640px) {
  .tel_fukuoka_master {
    top: calc(309/640*100vw);
    left: calc(357/640*100vw);
    width: calc(198/640*100vw);
  }
}

/* =============================
  フッター
============================= */
.footer {
  padding: 22px 0;
  border-top: 3px solid #014478;
}
@media only screen and (max-width: 1199px) {
  .footer {
    padding: calc(22/1200*100vw) 0;
  }
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: calc(18/640*100vw) 0 calc(40/640*100vw);
    font-size: calc(16/640*100vw);
  }
}
