@charset "utf-8";
/* CSS Document */
body {
  /*background-image: url("../primojapan/images/map.webp");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  text-align: center;
  border: 0;*/
}
@media(max-width:480px) {
  body {
    /*background-image: url("../primojapan/images/sp-bkaa.jpg");*/
  }
}
div#wrapper {
  /* width: 65% !important;*/
  min-width: auto !important;
  overflow: hidden;
}

#head {
  height: auto !important;
}
.mgt-5 {
  margin-top: 5rem;
}
.mgt-2 {
  margin-top: 2rem;
}
.mgt-1 {
  margin-top: 1rem;
}
.mgb-1 {
  margin-bottom: 1rem;
}
@media(min-width:751px) {
  .pc_none {
    display: none !important;
  }
}
@media(max-width:750px) {
  .sp_none {
    display: none !important;
  }
}
.contents {
  width: 100%;
  font-size: 1.35rem;
}
.main {
  width: 100%;
  margin: 2% 0 3%;
  position: relative;
}
.main img {
  width: 100%;
  height: auto;
  margin-top: 0 !important;
}
.main h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.2rem !important;
  margin: 0 !important;
  padding: 0 !important;
  text-shadow: 4px 4px 4px #8b0000, -4px -4px 4px #8b0000, -4px 4px 4px #8b0000, 4px -4px 4px #8b0000, 4px 0 4px #8b0000, -4px 0 4px #8b0000, 0 4px 4px #8b0000, 0 -4px 4px #8b0000;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .main h1 {
    font-size: .97rem !important;
    font-weight: 600;
  }
}
.contents h2 {
  width: 80%;
  font-size: 2rem;
  color: #494949;
  background: transparent;
  border-left: solid 5px #b41955;
  height: 40px;
  padding: 10px;
  margin: 5% auto;
  font-weight: 500;
}
.contents h3 {
  /*display: inline-block;*/
  border: solid 1px #0ac2df;
  border-radius: 10px;
  background: #0ac2df;
  margin: 2rem auto 1rem;
  padding: 1rem 2rem;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.contents h4 {
  font-size: 24px;
  font-weight: bold;
  color: red;
  text-align: center;
}
.contents h5 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 2%
}
.contents h6 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1;
  color: red;
  text-align: center;
  margin: 5% 0 0
}
.contents .intro {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 5% auto;
  width: 100%;
}
.contents .intro img {
  max-width: 100%;
}
.ttl {
  color: #001eb3;
  font-size: 20px;
  font-weight: bold;
}
.cp_ttl {
  font-size: 22px;
  font-weight: bold;
  margin-left: 10%;
  margin-bottom: 1%;
  border-left: 10px solid #3EB1C6;
  padding-left: 10px;
}
.box {
  width: 80%;
  margin: 0 10%;
}
.box img {
  width: 100%;
}
.box_70 {
  width: 70%;
  margin: 0 auto;
  background-color: #81ddec;
  padding: 2%;
}
.img-area {
  width: 70%;
  margin: 0 auto;
}
.img-area img {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .box_70 {
    width: 90%;
    margin: 0 auto;
  }
  .img-area {
    width: 100%;
    margin: 0 auto;
  }
}
.box_bblue {
  width: 70%;
  margin: 3% auto;
  border: 3px solid #b41955;
  padding: 1%;
  border-radius: 1vh;
}
.box-c {
  width: 80%;
  margin: 3% auto;
  text-align: center
}
.contents p {
  margin: 2% auto 2%;
  font-size: 1.35rem;
}
.center {
  text-align: center;
}
.notice-center {
  text-align: center;
}
.small {
  font-size: 72%;
  font-weight: 600;
}
.fs-2 {
  font-size: 2rem !important;
  font-weight: 800;
}
.fs-1_5 {
  font-size: 1.5rem !important;
  font-weight: 800;
}
.fs-1 {
  font-size: 1.1rem !important;
  font-weight: 600;
}
.fs-09 {
  font-size: 1rem !important;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .contents p {
    font-size: 15px;
  }
  .small {
    font-size: 75%;
    font-weight: normal;
  }
  .fs-2, .fs-1_5 {
    font-size: 1rem !important;
  }
  .fs-1, .fs-09 {
    font-size: 0.7rem !important;
  }
  .notice-center {
    text-align: left;
  }
}
.qa {
  width: 100%;
  text-align: center;
}
.qa img {
  width: 80%;
}
table.table01 {
  width: 80%;
  border-right: #fff solid 2px;
  border-collapse: collapse;
  margin: 0 10%;
}
table.table01 thead th {
  background: #3EB1C6;
  color: #FFF;
  padding: 10px 15px;
  border-right: #FFF solid 1px;
  border-bottom: #FFF solid 1px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
table.table01 thead th:last-child {
  /* border-right: #b41955 solid 1px;*/
}
table.table01 tbody th {
  background: #ff7fbf;
  color: #FFFFFF;
  padding: 10px 15px;
  vertical-align: top;
  font-weight: 800;
  border-left: #fff solid 2px;
}
table.table01 tbody td {
  background: #ffe0ef;
  padding: 10px 15px;
  border-top: #fff solid 2px;
  border-left: #fff solid 2px;
  border-bottom: #fff solid 2px;
  vertical-align: top;
}
table.table01 tbody td p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
div#foot div#fNavi {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  div#wrapper {
    width: 100% !important;
  }
  #headUnit li img {
    width: 100%;
    height: auto;
    margin-left: 0 !important;
  }
  .contents {
    width: 100%;
  }
  .contents h6 {
    width: 95%;
    margin: 0 2.5%
  }
  #foot {
    width: 100% !important;
    margin-top: 5%;
  }
  div#foot {
    font-size: 100%;
  }
  div#pMark {
    margin: 0 5% 5%;
  }
}
@media screen and (max-width: 640px) {
  .main {
    width: auto;
    margin: 0 0 3%;
  }
  .main img {
    width: 100%;
  }
  .contents h5 {
    text-align: left;
    margin: 3% 0;
  }
  .contents h2 {
    width: 80%;
    font-size: 1.4rem;
    color: #000;
    text-align: left;
    height: auto;
    padding: 5px;
    margin: 5% auto;
    font-weight: bold;
  }
  .contents .intro {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.5;
    color: red;
    text-align: left;
    margin: 5% auto;
    width: 90%;
  }
  .contents dl dd {
    margin: 2% auto 2%;
    line-height: 1.5;
  }
  .cp_ttl {
    margin-left: 1% !important;
  }
  table.table01 {
    width: 95%;
    margin: 5% 2.5% !important;
  }
  table.table01 thead {
    display: none;
  }
  table.table01 tbody th {
    /*display: block;*/
  }
  table.table01 tbody td {
    /*display: block;*/
    font-size: 1rem;
    vertical-align: middle;
  }
  table.table01 tbody td:first-child {
    /*background: #3EB1C6;*/
    color: #000;
    width: 50%;
  }
  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear: both;
    font-weight: bold;
  }
  .ttl {
    margin: 3% 0;
  }
  .qa img {
    width: 100%;
  }
  .box {
    width: 90%;
    margin: 5% auto;
  }
  .box_bblue {
    width: 70%;
    margin: 5% auto;
  }
  .contents dl {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 3% auto;
  }
  .contents dl dt {
    width: 30%;
    font-size: 15px;
    padding-top: 0.5rem;
    text-align: left;
    padding-bottom: 0.5rem;
  }
  .contents dl dd {
    font-size: 15px;
    width: 70%;
    padding-top: 0.5rem;
    text-align: left;
    padding-bottom: 0.5rem
  }
  .contents ul li {
    /*width: 100%;*/
  }
  .contents ul li img {
    width: 90%;
    margin: 0 5%;
  }
  div#foot {
    padding: 0;
  }
  #fNavi ul {
    margin: 5px;
  }
}
.red {
  color: red;
  font-weight: bold;
}
a.btn_ao {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  margin: auto;
  padding: 1rem 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  background: rgb(0 0 0);
  color: rgb(255, 255, 255);
  border-radius: 100vh;
  transition: 0.5s;
}
a.btn_ao:hover {
  /*color: #fff;
  background: #27acd9;*/
  opacity: 0.7;
}
@media(max-width:640px) {
  a.btn_ao {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
@media(min-width:992px) {
  .pc-none {
    display: none;
  }
}
.box_bkblue {
  width: 80%;
  font-size: 18px;
  color: #ffffff;
  background: #191970;
  padding: 1%;
  margin: 5% 10% 2%;
}
.box_bkblue p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 800;
}
.hr1 {
  border-top: 2px solid #FFF;
  width: 85%;
  margin: 1% auto;
}
.box_container {
  width: 85%;
  margin: 2% auto 0;
  display: flex;
  flex-wrap: wrap;
}
.item1 {
  flex-basis: 30%;
  padding-left: 14%;
  font-weight: 800;
}
.item2 {
  flex-basis: 55%;
  font-weight: 800;
}
.item3 {
  margin-top: 10px;
  margin: 1rem auto;
}
.box_container a {
  color: #FFFFFF;
}
@media(max-width:640px) {
  .box_bkblue {
    width: 90%;
    margin: auto;
    padding: 1%
  }
  .box_bkblue p {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
  }
  .box_container {
    display: block;
  }
  .item1 {
    width: 100%;
    text-align: center;
    padding: 0;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1rem;
  }
  .item2 {
    widows: 100%;
    text-align: center;
    padding: 0;
    font-weight: 600;
    font-size: 1.1rem;
  }
  .item3 {
    widows: 100%;
    padding: 0;
    font-weight: 600;
    font-size: 0.8rem;
  }
}
.lavel {
  position: absolute;
  display: inline-block;
  background-color: #454242;
  padding: 0 1em;
  color: #FFF;
  font-size: 0.8em;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.ar_r::before {
  left: 2px;
  width: 7px;
  height: 3px;
  background: #7a0;
}
.ar_r::after {
  left: 2px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #7a0;
  border-right: 3px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ar_r-sp::before, .ar_r-sp::after {
  display: none;
}
@media(max-width:640px) {
  .ar_r::before, .ar_r::after {
    display: none;
  }
}
.btn_ur05 {
  width: 100%;
  margin: 5% auto 0;
  text-align: center;
}
.btn_ur05 a {
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.5);
}
.btn_ur05 a:hover {
  opacity: 0.8;
}
.btn_ur05 a {
  background: -moz-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: -webkit-linear-gradient(top, #ff6600, #ff5500, #ff9900);
  background: linear-gradient(to bottom, #ff6600, #ff5500, #ff9900);
  padding: 1.5% 10%;
  margin: 0 auto;
}
.btn_blue {
  width: 100%;
  margin: 5% auto 0;
  text-align: center;
}
.btn_blue a {
  font-size: 20px;
  font-weight: bold;
  color: blue;
  text-align: center;
  text-decoration: none;
  border: solid 2px;
  border-radius: 30px;
  box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.5);
}
.btn_blue a:hover {
  opacity: 0.8;
  background: blue;
  color: white;
}
.btn_blue a {
  padding: 1.5% 10%;
  margin: 0 auto;
}
.marginbottom_5per {
  margin-bottom: 5%;
}
@media screen and (max-width: 680px) {
  .btn_ur05 a {
    font-size: 13px;
    padding: 2% 1rem;
  }
  .btn_blue a {
    font-size: 13px;
    padding: 2% 1rem;
  }
}
/* flow */
.flow_design {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flow {
  padding-left: 0;
}
.flow > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}
.flow > li:not(:last-child) {
  padding-bottom: 10px;
}
.flow > li .icon {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #4D9BC1;
  color: #fff;
  position: absolute;
  left: 0;
}
.flow > li:not(:last-child)::before {
  content: '';
  background: #c3c3c3;
  width: 4px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 19px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow > li dl dt {
  font-weight: 600;
  color: #4D9BC1;
}
.flow > li dl dd {
  margin-left: 0;
}
.f_s-blue {
  color: #4D9BC1;
  font-weight: bold;
}
/* btn */
a.btn_orange {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 75%;
  margin: 2rem auto;
  padding: 1rem 4rem;
  font-size: 1.4rem;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  background: #000000;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
}
a.btn_orange:hover {
  color: #fff;
  background: #b41955;
}
@media(max-width:640px) {
  a.btn_orange {
    padding: 0.8rem 2rem;
    font-size: 1rem;
  }
}
/* btn */
.tourbrand {
  display: flex;
}
.tourbrand .item {
  flex: 1;
  margin-bottom: 2rem;
}
.tourbrand .item p {
  text-align: center;
  font-size: 0.89rem;
}
@media(max-width:640px) {
  .tourbrand {
    flex-direction: column;
    text-align: center;
  }
}
.tourbrand .item a.btn_hp {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 70%;
  margin: auto;
  padding: 0.5rem;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-image: initial;
  background: #000;
  color: #fff;
  border-radius: 1vh;
  transition: 0.5s;
  font-size: 0.8rem;
}
.tourbrand .item a.btn_other {
  display: block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 70%;
  margin: auto;
  padding: 2rem 2rem;
  font-weight: bold;
  background: #4D9BC1;
  color: #fff;
  border-radius: 4vh;
  transition: 0.5s;
  font-size: 1rem;
}
.tourbrand .item a.btn_other:hover {
  /*background: #000;
  color: #fff;*/
  opacity: 0.7;
}
.tourbrand .item a.btn_other:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(45deg);
}
.tourbrand .item a.btn_other:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
.caret-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  padding-right: 0.5rem;
}
@media(max-width:640px) {
  .tourbrand .item a.btn_hp {
    padding: 1rem;
  }
  .tourbrand .item img {
    width: 80%;
  }
}
.tourbrand .item a.btn_hp:hover {
  opacity: 0.7;
}
.jikan {
  margin: 0 auto;
  padding: 15px;
  font-size: 1.5rem;
  line-height: 1;
  border: solid 5px #00496c;
  position: relative;
  text-align: center;
  width: 50%;
}
.right {
  text-align: right;
}
@media(max-width:640px) {
  .right {
    text-align: left;
  }
}
@media(max-width:640px) {
  .jikan {
    width: 90%;
    padding: 5px 0;
    font-size: 1.2rem;
    font-weight: 700;
  }
}
.info-content .info-contentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 1rem;
}
.info-content .box dl {
  display: flex;
  flex-wrap: wrap;
  width: 93%;
  /*margin: 3% auto;*/
  font-size: 1.1rem;
}
.info-content .box dl dt {
  width: 20%;
  padding: 0.5rem;
  text-align: left;
  font-size: 1.35rem;
  background: #f4dcdc;
  color: #b41955;
  margin-top: 1%;
}
.info-content .box dl dd {
  width: 76%;
  padding: 0.5rem;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
  font-size: 1.35rem;
  margin-top: 1%;
}
.info-content .item3 {
  background: #fff;
  /* padding: 15px; */
  width: 27%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  /*border: 1px solid #333;*/
  text-decoration: none;
  margin-bottom: 2%;
  /*margin-right: 1%;*/
}
.info-content .item3 img {
  width: 100%;
}
@media(max-width:640px) {
  .info-content .info-contentbox {
    display: block;
  }
  .info-content .box dl, .info-content .item3 {
    display: block;
  }
  .info-content .box dl dt, .info-content .item3 {
    width: 100%;
    font-size: 15px;
  }
  .info-content .box dl dd {
    width: 100%;
    padding-top: 0;
    font-size: 15px;
  }
  .info-content .item3 {
    width: 90%;
  }
}
.step-content .step-contentbox {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 1rem;
}
.step-content .box dl {
  /*display: flex;
  flex-wrap: wrap;*/
  width: 90%;
  /*margin: 0 auto;*/
  font-size: 1.1rem;
}
.step-content .box dl dt {
  width: 100%;
  padding: 1rem 0.5rem;
  text-align: left;
  font-size: 1.35rem;
  font-weight: bold;
  background: #f4dcdc;
  color: #b41955;
  padding-left: 1rem;
  margin-top: 1%;
}
.step-content .box dl dd {
  width: 100%;
  padding-top: 0.5rem;
  text-align: left;
  /*border-bottom: 1px solid #FFFFFF;*/
  padding-bottom: 0.5rem;
  font-size: 1.35rem;
  /* border: solid 2px #0ac2df;*/
  padding-left: 1rem;
}
@media(max-width:640px) {
  .step-content .step-contentbox {
    display: block;
  }
  .step-content .box dl {
    display: block;
  }
  .step-content .box dl dt {
    width: 100%;
    /*padding-bottom: 0;*/
    font-size: 15px;
  }
  .step-content .box dl dd {
    width: 100%;
    padding-top: 0;
    font-size: 15px;
  }
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}