@charset "UTF-8";

#ph_campaign {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  color: #222;
}

#ph_campaign img {
  height: auto;
  line-height: 0;
  margin: 0;
}

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

#ph_campaign .dis_pc {
  display: none;
}

#ph_campaign .dis_tab {
  display: none;
}

#ph_campaign .dis_sptotab {
  display: block;
}

#ph_campaign .dis_sp {
  display: block;
}

#ph_campaign em {
  font-style: normal;
}

#ph_campaign .top {
  width: 100%;
  margin-bottom: 10px;
}

#ph_campaign .top img {
  width: 100%;
}

#ph_campaign .pdbox {
  width: 92%;
  margin: 0 auto 40px;
}

#ph_campaign .pdbox .tit {
  font-size: 6.4vw;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 6px solid #ffef41;
}

#ph_campaign dl.about dt {
  font-weight: 700;
}

#ph_campaign dl.about dt::before {
  content: "■";
}

#ph_campaign dl.about dt::after {
  content: "：";
}

#ph_campaign dl.about div {
  margin-bottom: 5px;
}

#ph_campaign .point {
  margin-top: 12px;
  border: 2px solid #ffef41;
  border-radius: 10px;
  background: #fffcd9;
}

#ph_campaign .point .ptit {
  font-size: 4.8vw;
  padding: 3.33333vw 4vw 2.66667vw;
  display: inline-block;
  font-weight: 900;
  line-height: 1.3;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 4px solid #ffef41;
}

#ph_campaign .pointList {
  width: 90%;
  margin: 0 auto 15px;
}

#ph_campaign .pointList li {
  display: flex;
  margin-bottom: 10px;
  font-weight: 700;
}

#ph_campaign .pointList li b {
  font-weight: 900;
  color: #fd588f;
  font-size: 5.06667vw;
  padding-right: 15px;
}

#ph_campaign .compensation {
  margin-bottom: 20px;
}

#ph_campaign .compensation li {
  display: flex;
  margin-bottom: 10px;
}

#ph_campaign .compensation li::before {
  content: "―";
  color: #1714b3;
  font-weight: 900;
  padding-right: 10px;
}

#ph_campaign .acbox {
  padding-bottom: 40px;
  margin-bottom: 15px;
  max-height: 160px;
  overflow: hidden;
  position: relative;
  transition: all 1.0s;
}

#ph_campaign .acbox.open {
  max-height: 3000px;
}

#ph_campaign .acbox .more_btn {
  border: 1px solid #1714b3;
  text-align: center;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#ph_campaign .acbox .more_btn b {
  color: #1714b3;
  display: inline-block;
  padding: 10px;
}

#ph_campaign .acbox .more_btn b:hover {
  cursor: pointer;
}

#ph_campaign .acbox .more_btn b::after {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin: 0 0 3px  10px;
  border-right: 1px solid #1714b3;
  border-bottom: 1px solid #1714b3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#ph_campaign .acbox .more_btn b.open::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#ph_campaign .btn {
  font-size: 4.26667vw;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 10px 10px 5px;
  margin: 20px auto;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background: #1714b3;
  color: #fff;
  transition: all .3s;
  line-height: 1.3;
}

#ph_campaign .btn:hover {
  opacity: 0.75;
}

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

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

#ph_campaign .btn.anker::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

#ph_campaign .btn2 {
  font-size: 4vw;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 5px;
  border: 2px solid #1714b3;
  background: #fff;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: #1714b3;
  width: 80%;
  max-width: 300px;
  margin: 15px auto 0;
  transition: all .3s;
  line-height: 1.3;
}

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

#ph_campaign .btn2::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #1714b3;
  border-bottom: 2px solid #1714b3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 10px;
}

#ph_campaign .btn2.anker::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -3px;
}

#ph_campaign .btn2:hover {
  background: #1714b3;
  color: #fff;
}

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

#ph_campaign .tour li {
  margin: 10px 0;
}

#ph_campaign .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 .3s;
}

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

#ph_campaign .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;
}

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

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

#ph_campaign .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;
}

#ph_campaign .tour li a .tour_txt .tour_comment {
  color: #1714b3;
  margin: 6px 0 10px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

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

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

#ph_campaign .sec_contact .h_contact {
  text-align: center;
  font-weight: 900;
  font-size: 4.26667vw;
  padding: 0 0 10px;
  line-height: 1.4;
}

#ph_campaign .sec_contact .btn,
#ph_campaign .sec_contact .btn2 {
  margin: 0;
}

#ph_campaign .sec_contact .contact_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto;
}

#ph_campaign .sec_contact .contact_btns .btn2 {
  max-width: 50%;
}

#ph_campaign .sec_contact .contact_btns .tel_num {
  font-family: Arial, Helvetica, "sans-serif";
  font-weight: bold;
  color: #1714b3;
}

#ph_campaign .sec_contact .contact_btns .tel_btn {
  font-family: Arial, Helvetica, "sans-serif";
  justify-content: center;
  flex: 0 0 48%;
  margin-right: 2%;
}

#ph_campaign .sec_contact .contact_btns .tel_btn::before {
  content: "\f095";
  display: inline-block;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  font-size: 95%;
  padding-left: 10px;
  margin-top: 3px;
}

#ph_campaign .sec_contact .contact_btns .tel_btn::after {
  content: none;
}

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

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

  #ph_campaign .dis_tab {
    display: block;
  }

  #ph_campaign .dis_sp {
    display: none;
  }

  #ph_campaign .top {
    background: url(../images/top_bg.jpg) top center/cover no-repeat;
    margin-bottom: 20px;
    padding: 0;
    min-height: 240px;
    text-align: center;
  }

  #ph_campaign .top img {
    max-width: 1280px;
  }

  #ph_campaign .pdbox .tit {
    font-size: 3.0rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  #ph_campaign .point {
    margin: 25px auto 30px;
  }

  #ph_campaign .point .ptit {
    font-size: 2.2rem;
    padding: 15px 20px;
  }

  #ph_campaign .pointList li b {
    font-size: 2.4rem;
    margin-top: -6px;
  }

  #ph_campaign .btn {
    font-size: 2.0rem;
    max-width: 62%;
  }

  #ph_campaign .btn::after {
    width: 10px;
    height: 10px;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin-right: 15px;
    margin-left: 5px;
  }

  #ph_campaign .btn2 {
    font-size: 1.8rem;
  }

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

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

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

  #ph_campaign .sec_contact {
    margin: 80px auto 50px;
  }

  #ph_campaign .sec_contact .h_contact {
    font-size: 1.8rem;
  }

  #ph_campaign .sec_contact .contact_btns .tel_num {
    font-size: 5rem;
    text-align: center;
  }

  #ph_campaign .sec_contact .contact_btns .tel_btn {
    display: none;
  }
}

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

  #ph_campaign .dis_sptotab {
    display: none;
  }

  #ph_campaign .pdbox {
    font-size: 1.5rem;
    max-width: 960px;
    margin: 0 auto 60px;
  }

  #ph_campaign .pdbox .tit {
    font-size: 3.8rem;
  }

  #ph_campaign dl.about dt {
    display: inline;
  }

  #ph_campaign dl.about dd {
    display: inline;
  }

  #ph_campaign .acbox {
    padding-bottom: 0;
    margin-bottom: 0;
    max-height: unset;
  }

  #ph_campaign .acbox .more_btn {
    display: none;
  }

  #ph_campaign .btn {
    min-height: 60px;
    font-size: 2.4rem;
  }

  #ph_campaign .btn2 {
    max-width: 30%;
    min-height: unset;
  }

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

  #ph_campaign .tour li {
    flex: 0 0 32%;
    margin: 15px 0;
  }

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

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

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

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

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

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

  #ph_campaign .sec_contact .contact_btns {
    max-width: 650px;
  }
}

@media screen and (min-width: 1025px) {
  #ph_campaign .top {
    margin: 0 auto 50px;
    height: 400px;
  }
}

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