@charset "utf-8";
/* CSS Document */
/* ========================================
	メイン画像
========================================= */
body {
  width: 100%;
}
#wrap {
  width: 100%;
  overflow: hidden;
}
.campaign, .container, #Brand {
  width: 1020px;
  margin: auto;
}
img {
  max-width: 100%;
}
#sptitle {
  display: none;
}
/* ========================================
	タイトル～
========================================= */
/*コロナinfo*/
.info_area {
  width: 100%;
  margin-bottom: 2.5%;
  margin-top: 5%;
}
.colona_info {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 20px;
  ;
  color: #000;
  border: 1px solid #999999;
  font-weight: 100;
}
.colona_info a {
  text-decoration: underline !important;
  color: #000;
}
.colona_info h3 {
  color: #293F91;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #293F91;
  margin-bottom: 2%;
  padding-bottom: 1%;
}
.colona_info dl {
  margin: 2% 0;
  line-height: 1.3;
}
.colona_info dl dt {
  color: #293F91;
  font-weight: bold;
}
.category_ttl {
  width: 100%;
}
.category_ttl img {
  width: 85%;
  margin: 0 7.5%;
}
.cp_ttl {
  margin: 30px 0;
}
.center {
  text-align: center;
}
.areaTabWrap {
  width: 100%;
  margin: 0 auto;
}
.areaTabWrap p {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 3%;
}
.nav_top {
  display: flex;
  margin-top: 5%;
}
.nav_top a li {
  display: block;
  width: 478px;
  margin: 0 10px 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #e8e8e8;
  text-align: center;
  cursor: pointer;
  border: solid 2px #fff;
  transition: ease all 0.3s;
  padding: 15px 0;
  position: relative;
  color: #000;
}
.nav_top a li {
  display: block;
  width: 478px;
  margin: 0 10px 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #e8e8e8;
  text-align: center;
  cursor: pointer;
  border: solid 2px #fff;
  transition: ease all 0.3s;
  padding: 15px 0;
  position: relative;
  color: #000;
}
.nav_top a:hover {
  text-decoration: none;
}
.nav_top a li:hover {
  background-color: #f2e62b;
  border: 3px #000 solid;
}
.nav_top a li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.nav_top3 {
  display: flex;
  margin: 5% 0;
}
.nav_top3 a {
  color: #000;	
  width: calc(100%/4);
  margin: 0 10px;	
  display: block;
  text-align: center;
  text-decoration: none;
  background-color: #e8e8e8;	
}
.nav_top3 a li {
  font-size: 16px;	
  height: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: ease all 0.3s;
  padding: 15px;
  position: relative;
  display: flex;
 align-items: center;
	justify-content: center;
}
.nav_top3 a li:hover {
  text-decoration: none;
}
.nav_top3 a li:hover {
  background-color: #f2e62b;
  border: 3px #000 solid;
}
.nav_top3 a li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.nav_menu {
    flex-wrap: wrap;
    display: flex;
    margin: 5% auto;
    text-align: center;
    padding-top: 2%;
    justify-content: center;
}
.nav_menu a {
    color: #000;
    width: calc(100%/3);
    margin: 0 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #e8e8e8;
    margin-top: 2%;
}
.nav_menu a li {
  font-size: 16px;	
  height: 50px;
  font-weight: bold;
  cursor: pointer;
  transition: ease all 0.3s;
  padding: 15px;
  position: relative;
  display: flex;
 align-items: center;
	justify-content: center;
}
.nav_menu a li:hover {
  text-decoration: none;
}
.nav_menu a li:hover {
  background-color: #f2e62b;
  border: 3px #000 solid;
}
.nav_menu a li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.areaTabWrap1 {
  width: 100%;
  margin: 0 auto;
}
.areaTabWrap1 p {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 3%;
}
.nav_top1 {
  margin-top: 5%;
}
.nav_top1 a li {
  display: block;
  width: 867px;
  margin: 0 auto 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #f2e62b;
  text-align: center;
  cursor: pointer;
  border: solid 2px #fff;
  transition: ease all 0.3s;
  padding: 15px 0;
  position: relative;
  color: #000;
}
.nav_top1 a:hover {
  text-decoration: none;
}
.nav_top1 a li:hover {
  background-color: #e8e8e8;
  border: 3px #000 solid;
}
.nav_top1 a li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.nav_pkg {
  margin-top: 5%;
}
.nav_pkg a li {
  display: block;
  width: 867px;
  margin: 0 auto 20px;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #7286e4;
  text-align: center;
  cursor: pointer;
  border: solid 2px #fff;
  transition: ease all 0.3s;
  padding: 15px 0;
  position: relative;
  color: #000;
}
.nav_pkg a:hover {
  text-decoration: none;
}
.nav_pkg a li:hover {
  background-color: #e8e8e8;
  border: 3px #000 solid;
}
.nav_pkg a li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
/* ========================================
	デジパン
========================================= */
.row, .row2, .row3 {
  display: flex;
  margin: 5% auto 11%;
}
.row2 li {
  width: 30%;
  margin: 1.6% 3%
}
.row li {
  width: 30%;
  margin: 1.6%
}
.row3 li {
  width: 48%;
  margin: 1.6%
}
.digi_title_1 {
  font-size: 18px;
  text-align: center;
  color: #E79218;
}
.digi_ttl_3 {
  text-align: center;
  background: #E79218;
  padding: 5px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 8%;
}
.mg a img {
  width: 60%;
  height: auto;
  margin: 0 20%;
}
.row2 li:first-child {
  width: 37%;
}
.mg dl dd a img {
  width: 100%;
  margin: 0;
}
p.mgtitle {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}
.caption {
  width: 80%;
  margin: 0 10%;
  color: #000;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.pf {
  width: 50%;
}
.row2 li:first-child {
  width: 35%;
  margin: 1.6% 10%
}
.mg dl {
  width: 100%;
  display: flex;
}
.mg dl dd {
  width: 50%;
}
.mg dl dd a img {
  width: 100%;
}
/* ============= ===========================
	添乗員同行
========================================= */
.tenjo {
  margin-bottom: 5%;
}
.t_box {
  height: auto;
  position: relative;
}
.t_box a img {
  position: relative;
}
.t_box > h4 {
  text-align: left;
  font-weight: bold;
  line-height: 1.3;
}
.data {
  display: flex;
  margin-top: 2%;
}
.data li {
  width: auto;
  font-size: 12px;
  border: 1px solid #242424;
  padding: 0 8px;
  margin-right: 3%;
  display: inline-table;
}
span.dst {
  position: absolute;
  left: 4%;
  top: 0;
  background: #807C3E;
  color: #fff;
  z-index: 1;
  padding: 0 2%;
}
li.brand {
  background: #6d3c94;
  color: #fff;
}
.data li:last-child {
  margin-left: 20%;
}
.FontPrice {
  box-sizing: border-box;
  margin-top: auto;
  text-align: center;
  padding-top: 10px;
}
.FontPrice dt {
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #a08f16;
  line-height: 1.2;
}
.FontPrice dd {
  letter-spacing: 1px;
  color: #242424;
  font-size: 14px;
  font-weight: bold;
}
.tenbtn {
  width: 100%;
  bottom: -60px;
  position: absolute;
}
.tenbtn a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  color: #242424;
  text-align: center;
  text-decoration: none;
  border: 2px solid #242424;
}
.tenbtn a:hover {
  background-color: #7edee7;
  text-decoration: none;
}
.tenbtn a::after {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -0.9em;
  content: "\f105";
  font-family: FontAwesome;
}
/* ========================================
	ブランド
========================================= */
.BrandList dl {
  width: 152px;
  float: left;
  display: block;
  margin-left: 13px;
}
.BrandList dt {
  padding-top: 8px;
}
.BrandList dd {
  padding-bottom: 8px;
  font-size: 12px;
}
.BrandList dd:before {
  content: "\f0d8";
  font-family: FontAwesome;
}
.Item .secClear {
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #ffffff;
}
.Item .secClear + .secClear {
  margin-top: 20px;
}
.Item .secClear + .secClear h4 {
  font-size: 20px;
}
.Item .EntryInPlus {
  border: 1px solid #CCC;
  padding: 15px 20px;
  font-size: 20px;
  width: 428px;
}
.Item .EntryInPlus p {
  display: inline-block;
  margin: 10px 24px;
  vertical-align: top;
}
.Item .EntryInPlus:hover {
  background-color: rgba(238, 238, 238, 0.5);
}
.BrandList {
  overflow: hidden;
}
.Item h3 p + p {
  text-align: right;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
  padding-right: 10px;
}
.Item + .Item {
  margin-top: 50px;
}
.Item h3 {
  background-color: #004699;
  display: table;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}
.Item h3 p {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}
.Item .Entry h4 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 0px;
}
.Entry {
  display: table-cell;
  text-align: center;
}
.Entry + .Entry {
  padding-left: 10px;
  padding-right: 0;
}
.EntryIn {
  border: 1px solid #CCC;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.Item .Entry .icon {
  padding-bottom: 5px;
}
.Item .Entry h4 {
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 0px;
  text-align: center;
}
.Item .secClear + .secClear h4 {
  font-size: 20px;
}
.Item .Entry .txt {
  text-align: left;
  padding-top: 10px;
}
.Item .Entry .caution {
  text-align: center;
  padding-bottom: 15px;
}
.Item .EntryPlus {
  display: table-cell;
  text-align: center;
  padding-right: 10px;
}
.Item .EntryPlus + .EntryPlus {
  padding-left: 10px;
}
.Item .EntryInPlus {
  border: 1px solid #CCC;
  padding: 15px 20px;
  font-size: 20px;
  width: 428px
}
.Item .EntryInPlus p {
  display: inline-block;
  margin: 10px 24px;
  vertical-align: top;
}
p.date {
  border: solid 2px #F84B7C;
  padding: 2px;
  text-align: center;
  margin-top: 5px;
}
/* -------------------------------------------------------------SP用 -------------------------------------------------------------*/
@media screen and (max-width:768px) {
  /* ========================================
	メイン画像
========================================= */
  /* ========================================
	添乗員同行
========================================= */
  .t_box {
    margin: 8% 3%;
  }
  .t_box a img {
    width: 100%;
  }
  .category_ttl {
    width: 100%;
  }
  .category_ttl img {
    width: 100%;
    margin: 0 !important;
  }
  /* ========================================
	デジパン
========================================= */
  /* ========================================
	Content
========================================= */
  .tel {
    margin-bottom: 50px;
  }
  .tel img {
    width: 80%;
    height: auto;
  }
  .footer_ttl {
    margin-bottom: 50px;
  }
  .footer_ttl img {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
  .number_img {
    display: none;
  }
  /* ========================================
	ブランド
========================================= */
  .BrandList {
    height: auto;
    overflow: hidden;
  }
  .Item h3 p.brand_cap {
    display: none;
  }
  .brand_cap_sp {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
  }
  .BrandList dl {
    width: 25%;
    height: 110px;
    float: left;
    display: block;
  }
  .BrandList dl img {
    width: 60%;
    height: auto;
  }
}
@media screen and (min-width:769px) and (max-width:991px) {
  h2.cp_ttl {
    width: 100%;
    height: auto;
  }
  h2.cp_ttl img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  h3.digi_ttl {
    text-align: center;
  }
  div.campaign h3.digi_ttl_sp {
    display: none;
  }
  p.img_caption {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    margin-top: 5px;
    padding-right: 30px;
  }
  p.date {
    border: solid 2px #F84B7C;
    padding: 2px;
    text-align: center;
    margin-top: 5px;
  }
  .brand_cap_sp {
    display: none;
  }
}