@charset "UTF-8";

/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

#covid19_saipan {
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  /*.top{
  	width: 100%;
  	max-width: 1366px;
  	margin: 0 auto 20px;
  	img{width: 100%;}
  }*/
  /*#tour .tab {
  	margin-right: -2%;
  	width: auto;
  	&::after{
  		content: none;
  	}
  	li{
  		flex: 2 0 18%;
  		margin: 0 2% 0 0;
  	}
  }*/
}

#covid19_saipan img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
}

#covid19_saipan .center {
  text-align: center;
}

#covid19_saipan .dis_pc {
  display: none;
}

#covid19_saipan .dis_tab {
  display: none;
}

#covid19_saipan .dis_sptotab {
  display: block;
}

#covid19_saipan .dis_sp {
  display: block;
}

#covid19_saipan em {
  font-style: normal;
}

#covid19_saipan .small {
  font-size: 85%;
}

#covid19_saipan .h1img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

#covid19_saipan .top {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto 20px;
  background: url(../images/top_img_sp.jpg) top center/100% no-repeat;
  padding-top: 57%;
  position: relative;
}

#covid19_saipan .top h1 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-shadow: 0 0 5px #555;
  font-size: 8vw;
  line-height: 1.4;
  padding: 0 0 15px;
  width: calc(100% - 40px);
  max-width: 980px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: solid 5px #FFFF6D;
  border-bottom: solid 5px #FFFF6D;
  text-align: center;
}

#covid19_saipan .top h1 .yellow_txt {
  color: #FFFF6D;
}

#covid19_saipan .top h1 .small {
  font-size: 57%;
  display: inline-block;
  background: url(../images/flag.png) center left/8% no-repeat;
  padding-left: 10%;
  margin-bottom: 6px;
}

#covid19_saipan .top h1 .small2 {
  font-size: 80%;
  display: block;
}

#covid19_saipan .pdbox p.tokuten {
  color: #1A1886;
  font-weight: bold;
  font-size: 120%;
  margin-bottom: 12px;
}

#covid19_saipan .anker_nav {
  width: 92%;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.4rem;
}

#covid19_saipan .anker_nav li {
  width: 49%;
  margin-bottom: 10px;
}

#covid19_saipan .anker_nav li a {
  border: 2px solid #1A1886;
  border-radius: 8px;
  padding: 5px 10px;
  color: #1A1886;
  font-weight: bold;
  display: block;
  position: relative;
}

#covid19_saipan .anker_nav li a::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #1A1886;
  border-bottom: 2px solid #1A1886;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

#covid19_saipan .anker_nav li a.link::after {
  transform: rotate(-45deg);
}

#covid19_saipan .anker_nav li a.cv {
  background: #43BFA0;
  border: 2px solid #1E9476;
  color: #fff;
}

#covid19_saipan .anker_nav li a.cv::after {
  border-color: #fff;
}

#covid19_saipan .pdbox {
  width: 92%;
  margin: 0 auto 20px;
}

#covid19_saipan .pdbox p {
  margin-bottom: 20px;
}

#covid19_saipan .pdbox p a {
  color: #1A1886;
  text-decoration: underline;
}

#covid19_saipan .pdbox .tit {
  color: #fff;
  font-weight: bold;
  background: #EB2929;
  line-height: 1.2;
  height: 42px;
  width: auto;
  min-width: 300px;
  display: inline-block;
  padding: 10px 5vw;
  margin-left: -5vw;
  position: relative;
  margin-bottom: 15px;
  font-size: 2rem;
}

#covid19_saipan .pdbox .tit::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  right: 0;
  border-width: 21px 15px 21px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

#covid19_saipan .pdbox .tit2 {
  border-bottom: 5px solid #FFFF6D;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: bold;
  color: #1A1886;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#covid19_saipan .pdbox .tit2:not(:first-of-type) {
  margin-top: 40px;
}

#covid19_saipan .pdbox .tit_num::before {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #1A1886;
  border-radius: 30px;
  content: "";
  flex-shrink: 0;
}

#covid19_saipan .pdbox .num1::before {
  content: "1";
}

#covid19_saipan .pdbox .num2::before {
  content: "2";
}

#covid19_saipan .pdbox .num3::before {
  content: "3";
}

#covid19_saipan .pdbox .num4::before {
  content: "4";
}

#covid19_saipan .pdbox .num5::before {
  content: "5";
}

#covid19_saipan .pdbox b.red {
  color: #EB2929;
  font-weight: bold;
}

#covid19_saipan .pdbox .h_contact {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 8px;
  margin: 0 auto;
  line-height: 1.2;
}

#covid19_saipan .pdbox .h_contact.flash_icon::before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../images/flash_icon.png) top left/auto 100% no-repeat;
}

#covid19_saipan .pdbox .h_contact.flash_icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../images/flash_icon.png) top left/auto 100% no-repeat;
  transform: scale(-1, 1);
}

#covid19_saipan .listtype {
  margin-bottom: 20px;
}

#covid19_saipan .listtype li {
  padding-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

#covid19_saipan .listtype li::before {
  content: "●";
  color: #1A1886;
  font-size: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}

#covid19_saipan .info {
  display: block;
  font-size: 90%;
  color: #555;
}

#covid19_saipan .info_red {
  color: #EB2929;
}

#covid19_saipan dt {
  color: #1A1886;
  font-weight: bold;
}

#covid19_saipan dt::after {
  content: "：";
}

#covid19_saipan dd {
  margin-bottom: 20px;
}

#covid19_saipan .btn {
  display: block;
  font-weight: bold;
  border-radius: 10px;
  padding: 5px 5px 5px 10px;
  align-items: center;
  min-height: 48px;
  display: flex;
  justify-content: space-between;
  background: #43BFA0;
  color: #fff;
  transition: all 0.3s;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

#covid19_saipan .btn span {
  display: inline-block;
  flex: 1 0 80%;
  padding-left: 0.8em;
}

#covid19_saipan .btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  margin-right: 10px;
}

#covid19_saipan .btn.ank::after {
  transform: rotate(45deg);
}

#covid19_saipan .btn.center {
  text-align: center;
}

#covid19_saipan .bo_btn {
  border: 2px solid #43BFA0;
  color: #43BFA0;
  background: #fff;
}

#covid19_saipan .bo_btn::after {
  border-color: #43BFA0;
}

#covid19_saipan .bo_btn:hover {
  background: #43BFA0;
  color: #fff;
}

#covid19_saipan .bo_btn:hover::after {
  border-color: #fff;
}

#covid19_saipan .cnt_btn {
  margin-bottom: 30px;
  font-size: 1.7rem;
  box-shadow: 0 5px 0 #1E9476;
  border: 2px solid #1E9476;
}

#covid19_saipan .cnt_btn:hover {
  background: #1E9476;
}

#covid19_saipan .tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  justify-content: space-between;
}

#covid19_saipan .tab::after {
  content: "";
  display: block;
  flex: 0 1 32%;
}

#covid19_saipan .tab li {
  border: 2px solid #1A1886;
  color: #1A1886;
  padding: 10px 0;
  text-align: center;
  flex: 0 1 32%;
  border-radius: 8px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
}

#covid19_saipan .tab li:hover {
  cursor: pointer;
}

#covid19_saipan .tab li.is_active {
  background: #1A1886;
  color: #fff;
}

#covid19_saipan .tab li.is_active::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(26, 24, 134, 0);
  border-top-color: #1A1886;
  border-width: 8px;
  margin-left: -8px;
}

#covid19_saipan .tab li.is_active:hover {
  cursor: default;
}

#covid19_saipan table {
  width: 100%;
  border: 1px solid #aaa;
  margin: 0 auto 10px;
}

#covid19_saipan table th,
#covid19_saipan table td {
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #aaa;
  line-height: 1.2;
}

#covid19_saipan table thead th {
  background: #FFD1AF;
}

#covid19_saipan table tbody th {
  background: #f4f4f4;
}

#covid19_saipan #conditions th,
#covid19_saipan #conditions td {
  width: 33%;
}

#covid19_saipan .tab_panel > div {
  display: none;
}

#covid19_saipan .tab_panel > div.is_active {
  display: block;
}

#covid19_saipan .sec_contact {
  padding: 20px 0 0;
  max-width: 400px;
}

#covid19_saipan .sec_contact .faq_btn {
  border: 2px solid #1A1886;
  background: #fff;
  color: #1A1886;
  font-size: 1.5rem;
  width: 90%;
  margin: 0 auto 20px;
  transition: all 0.5s;
}

#covid19_saipan .sec_contact .faq_btn::after {
  border-right-color: #1A1886;
  border-bottom-color: #1A1886;
}

#covid19_saipan .sec_contact .faq_btn:hover {
  background: #1A1886;
  color: #fff;
}

#covid19_saipan .sec_contact.mid {
  padding: 0;
  max-width: 600px;
  margin: 20px auto 0;
}

#covid19_saipan .sec_contact.mid .h_contact {
  max-width: 600px;
}

#covid19_saipan .sec_contact .contact_btns {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  max-width: 300px;
}

#covid19_saipan .sec_contact .contact_btns.telfo {
  width: 100%;
  max-width: unset;
}

#covid19_saipan .sec_contact .contact_btns.telfo .faq_btn {
  margin: 0;
  flex: 0 0 52%;
  max-width: 300px;
}

#covid19_saipan .sec_contact .contact_btns.telfo .tel_btn {
  flex: 0 0 42%;
  margin-right: 2%;
  border: 2px solid #1E9476;
}

#covid19_saipan .sec_contact .tel_num {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  color: #1A1886;
  font-size: 2.6rem;
  margin-bottom: 0;
  margin-right: 10px;
}

#covid19_saipan .sec_contact .tel_btn {
  font-size: 1.4rem;
  justify-content: center;
  flex: 0 0 40%;
  min-height: 38px;
  margin: 0;
  border: 2px solid #1E9476;
}

#covid19_saipan .sec_contact .tel_btn::before {
  content: "\f095";
  display: inline-block;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  transform: scale(-1, 1);
  font-size: 85%;
  padding-left: 10px;
}

#covid19_saipan .sec_contact .tel_btn::after {
  content: none;
}

#covid19_saipan .sec_contact .tel_time {
  color: #666;
  font-size: 1.2rem;
  text-align: center;
  margin: 10px auto;
}

#covid19_saipan .tour {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#covid19_saipan .tour li {
  margin-bottom: 20px;
}

#covid19_saipan .tour li a {
  border: 1px solid #aaa;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
  justify-content: space-between;
  transition: all 0.3s;
}

#covid19_saipan .tour li a:hover {
  opacity: 0.7;
}

#covid19_saipan .tour li a .tour_txt {
  flex: 0 0 70%;
  order: 2;
  padding: 8px 8px 8px 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

#covid19_saipan .tour li a .tour_txt::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #1A1886;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  right: 10px;
  bottom: 8px;
}

#covid19_saipan .tour li a .tour_txt::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 17px;
  bottom: 14px;
}

#covid19_saipan .tour li a .tour_txt .tour_tit {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  color: #333;
}

#covid19_saipan .tour li a .tour_txt .tour_comment {
  color: #1A1886;
  margin: 6px 0 10px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.5;
}

#covid19_saipan .tour li a .tour_txt .tour_price {
  font-size: 2rem;
  line-height: 1;
  color: #F02C69;
  font-weight: bold;
  position: relative;
  margin: 0;
}

#covid19_saipan .tour li a .tour_ph {
  position: relative;
  width: 30%;
  order: 1;
  background: #fff;
}

#covid19_saipan .tour li a .tour_ph::before {
  content: "";
  display: block;
  padding-top: 67%;
  position: relative;
  width: 30%;
  order: 1;
  background: #fff;
}

#covid19_saipan .tour li a .tour_ph img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 641px) {
  #covid19_saipan {
    font-size: 1.5rem;
  }

  #covid19_saipan .dis_tab {
    display: block;
  }

  #covid19_saipan .dis_sp {
    display: none;
  }

  #covid19_saipan .top {
    background: url(../images/top_img_sp.jpg) bottom 20% left 50%/cover no-repeat;
    padding: 15px 20px 100px;
    margin-bottom: 25px;
    padding-top: 40%;
  }

  #covid19_saipan .top h1 {
    padding: 0 0 5px;
    margin: 0 0 15px;
    font-size: 4.7vw;
    margin: 0 auto;
  }

  #covid19_saipan .top h1 .small {
    padding-left: 5%;
    background: url(../images/flag.png) center left/4% no-repeat;
  }

  #covid19_saipan .top h1 .small2 {
    display: inline-block;
    padding-right: 5px;
  }

  #covid19_saipan .sec_contact.mid {
    margin: 35px auto 20px;
  }

  #covid19_saipan .sec_contact .contact_btns.telfo .tel_btn {
    display: none;
  }

  #covid19_saipan .sec_contact .contact_btns.telfo {
    max-width: 600px;
  }

  #covid19_saipan .sec_contact .contact_btns.telfo .tel_num {
    display: inline-block;
    margin-right: 20px;
  }

  #covid19_saipan .sec_contact .tel_btn {
    display: none;
  }

  #covid19_saipan .tour li a .tour_txt .tour_tit {
    font-size: 1.8rem;
    line-height: 1.4;
  }

  #covid19_saipan .tour li a .tour_txt .tour_comment {
    font-size: 1.4rem;
    flex-grow: 2;
  }

  #covid19_saipan .tour li a .tour_txt .tour_price {
    font-size: 2.6rem;
  }

  #covid19_saipan .tour li a .tour_ph img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {
  #covid19_saipan .dis_pc {
    display: block;
  }

  #covid19_saipan .dis_sptotab {
    display: none;
  }

  #covid19_saipan .top {
    background: url(../images/top_img_pc.jpg) top center/cover no-repeat;
    max-width: 1366px;
    margin: 0 auto 30px;
    padding: 0;
    height: 427px;
  }

  #covid19_saipan .top h1 {
    font-size: 4.9rem;
    padding-bottom: 20px;
    transform: translate(-50%, -55%);
  }

  #covid19_saipan .top h1 .small {
    padding-bottom: 0;
    padding-left: 45px;
    background: url(../images/flag.png) center left/30px no-repeat;
  }

  #covid19_saipan .anker_nav {
    width: 980px;
    margin-bottom: 0;
  }

  #covid19_saipan .anker_nav::after {
    content: "";
    flex: 0 0 32.2%;
  }

  #covid19_saipan .anker_nav li {
    width: 32.2%;
    margin-bottom: 14px;
  }

  #covid19_saipan .pdbox {
    font-size: 1.5rem;
    width: 943px;
    margin-bottom: 30px;
  }

  #covid19_saipan .pdbox .tit {
    padding: 10px 25px 10px 18px;
    margin: 20px 0 20px -18px;
  }

  #covid19_saipan .sec_contact.mid {
    margin: 45px auto 0;
  }

  #covid19_saipan .sec_contact .contact_btns {
    display: block;
  }

  #covid19_saipan .sec_contact .contact_btns.telfo {
    display: flex;
    justify-content: center;
  }

  #covid19_saipan .sec_contact .tel_num {
    font-size: 4rem;
    text-align: center;
  }

  #covid19_saipan .tour {
    flex-direction: row;
    justify-content: space-between;
  }

  #covid19_saipan .tour li {
    flex: 0 0 32%;
    margin-bottom: 40px;
  }

  #covid19_saipan .tour li a {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  #covid19_saipan .tour li a .tour_txt {
    flex: 1 1 40%;
    padding: 12px 14px;
  }

  #covid19_saipan .tour li a .tour_txt::before {
    width: 23px;
    height: 23px;
    right: 14px;
    bottom: 12px;
  }

  #covid19_saipan .tour li a .tour_txt::after {
    border-width: 2px;
    right: 23px;
    bottom: 20px;
  }

  #covid19_saipan .tour li a .tour_ph {
    width: 100%;
    overflow: hidden;
  }

  #covid19_saipan .tour li a .tour_ph::before {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #covid19_saipan .pdbox .tit.tit_b {
    height: 60px;
  }

  #covid19_saipan .pdbox .tit.tit_b::after {
    border-width: 30px 20px 30px 0px;
  }

  #covid19_saipan .pdbox .tit.tit_b span {
    display: block;
    font-size: 75%;
  }

  #covid19_saipan .tab_panel > div th,
  #covid19_saipan .tab_panel > div td {
    font-size: 1.2rem;
  }

  #covid19_saipan .sec_contact .faq_btn {
    margin-top: 10px;
  }

  #covid19_saipan .sec_contact .contact_btns.telfo .faq_btn {
    min-height: 38px;
  }
}

@media screen and (max-width: 320px) {
  #covid19_saipan .h1img {
    max-width: 100%;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    transform: scale(0.94);
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
