@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Damion&display=swap");
.contentsInr {
  width: 100%;
  margin-top: 0;
}

.contentsInner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.wrap {
  font-size: 62.5%;
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  color: #222222;
}

.preload * {
  transition: none !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.txtL {
  text-align: left !important;
}

.txtRed {
  color: #ff2424 !important;
}

.bold {
  font-weight: bold !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.normal {
  font-weight: normal !important;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.main {
  position: relative;
}
.main img {
  display: block;
  width: 100%;
}

.sec__inner {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
}
.sec__ttl {
  text-align: center;
  margin-bottom: 60px;
}
.sec__ttl--en {
  display: inline-block;
  font-family: "Damion", cursive;
  font-size: 8rem;
  line-height: 1;
  color: #011A52;
  position: relative;
}
.sec__ttl--en::before {
  content: "";
  background: url(/domtour/kat/kamikochi_imperialhotel/img/ico_sec_ttl.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: -30px;
  width: 31px;
  height: 34px;
}
.sec__ttl--jp {
  display: block;
  font-family: "Kaisei Decol", serif;
  font-size: 3.6rem;
  font-weight: bold;
  color: #011A52;
}

.mv {
  margin-bottom: 80px;
}

.top {
  background: url(/domtour/kat/kamikochi_imperialhotel/img/bg_top.png) center bottom no-repeat;
  background-size: 100%;
  text-align: center;
  padding-bottom: 80px;
}
.top__ttl {
  margin-bottom: 60px;
}
.top__ttl span {
  display: inline-block;
  font-family: "Kaisei Decol", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #011A52;
  position: relative;
}
.top__ttl span::after {
  content: "";
  background: url(/domtour/kat/kamikochi_imperialhotel/img/img_top_ttl.png) left bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}
.top__ttl span:first-child::before {
  content: "";
  background: url(/domtour/kat/kamikochi_imperialhotel/img/ico_top_ttl.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -120px;
  left: -120px;
  width: 206px;
  height: 171px;
}
.top__img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
.top__img img {
  width: auto;
}

.tours {
  background: #E7E9EF;
  padding: 80px 0;
}
.tours__box {
  background: #fff;
  border-radius: 15px;
  padding: 10px;
  position: relative;
  margin-bottom: 60px;
}
.tours__box::before, .tours__box::after {
  content: "";
  position: absolute;
  width: 132px;
  height: 118px;
}
.tours__box::before {
  background: url(/domtour/kat/kamikochi_imperialhotel/img/ico_tours_box_l.png) center center no-repeat;
  background-size: contain;
  top: -5px;
  left: -5px;
}
.tours__box::after {
  background: url(/domtour/kat/kamikochi_imperialhotel/img/ico_tours_box_r.png) center center no-repeat;
  background-size: contain;
  top: -5px;
  right: -5px;
}
.tours__box--frame {
  border: 2px solid #E7E9EF;
  border-radius: 10px;
  padding: 20px 20px 60px;
}
.tours__box .sec__ttl {
  transform: translateY(-50px);
  margin-bottom: 0;
}
.tours__list {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
.tours__list li {
  margin-bottom: 20px;
}
.tours__list li dl {
  display: flex;
}
.tours__list li dl dt {
  display: block;
  background: #011A52;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  font-family: "Damion", cursive;
  font-size: 1.2rem;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
}
.tours__list li dl dt span {
  font-size: 3.1rem;
}
.tours__list li dl dd {
  position: relative;
  padding-bottom: 20px;
  font-weight: 500;
}
.tours__list li dl dd::after {
  content: "";
  background: url(/domtour/kat/kamikochi_imperialhotel/img/img_tours_list.svg) left bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.tours__info dl {
  display: flex;
  font-size: 1.6rem;
}
.tours__info dl dt {
  white-space: nowrap;
  margin-right: 10px;
}

.course {
  background: url(/domtour/kat/kamikochi_imperialhotel/img/bg_course.jpg) center top;
  background-repeat: repeat-y;
  background-size: 100%;
  padding: 80px 0;
}
.course__list_item {
  display: flex;
  justify-content: space-between;
}
.course__list_item:nth-child(even) {
  flex-direction: row-reverse;
}
.course__list_item:nth-child(1) .course__list_item--icon {
  bottom: 4rem;
  right: 0;
}
.course__list_item:nth-child(2) .course__list_item--icon {
  top: 45rem;
  left: 1rem;
}
.course__list_item:nth-child(3) .box_typeA {
  font-size: 1.4rem;
}
.course__list_item:nth-child(3) .course__list_item--icon {
  position: relative;
}
.course__list_item:nth-child(3) .course__list_item--icon img {
  margin: 10px 0 0 auto;
}
.course__list_item:nth-child(4) .course__list_item--icon {
  top: 5rem;
  left: 0;
}
.course__list_item--icon {
  position: absolute;
}
.course__list_item--icon img {
  width: auto;
}
.course__list_txt {
  width: 50%;
  position: relative;
}
.course__list_txt--ico {
  display: inline-block;
  color: #011A52;
  font-family: "Damion", cursive;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 10px;
  transform: rotate(-15deg);
  text-decoration: underline;
}
.course__list_txt--ico span {
  font-size: 6rem;
}
.course__list_txt--ico span b {
  font-size: 7rem;
}
.course__list_txt--ttl {
  color: #011A52;
  font-family: "Kaisei Decol", serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.course__list_txt--sub {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 20px 0 10px;
}
.course__list_txt--sub::before, .course__list_txt--sub::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.course__list_txt--sub::before {
  background: url(/domtour/kat/kamikochi_imperialhotel/img/ico_course_list_sub_l.png) right center no-repeat;
  background-size: 24px 100%;
  left: 0;
}
.course__list_txt--sub::after {
  background: url(/domtour/kat/kamikochi_imperialhotel/img/ico_course_list_sub_r.png) left center no-repeat;
  background-size: 24px 100%;
  right: 0;
}
.course__list_txt--sub span {
  display: inline-block;
  background: #011A52;
  color: #fff;
  font-weight: bold;
  margin: 0 24px;
}
.course__list_txt--note {
  color: #011A52;
  font-weight: 500;
}
.course__list_txt--note li {
  text-indent: -1em;
  padding-left: 1em;
}
.course__list_txt--note span {
  display: block;
  font-size: 1.4rem;
}
.course__list_img {
  width: calc(50% - 30px);
  padding-top: 10rem;
  position: relative;
}
.course__list_img--col2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}
.course__list_img--col2 .course__list_img {
  width: calc(50% - 5px);
}
.course__list_img--pdf {
  text-align: center;
  margin-top: 20px;
}
.course__list_img--pdf a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 66px;
  background: #011A52;
  border-radius: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.3s;
}
.course__list_img--pdf a:hover {
  background: #475685;
}
.course__list_img--pdf a img {
  display: inline-block;
  margin-left: 5px;
  width: 19px;
  height: 20px;
}
.course__list_img--cp {
  margin-top: 10px;
  text-align: right;
  font-size: 1.4rem;
}

.travel {
  background: #EFEDE7;
  padding: 80px 0;
}
.travel__ttl {
  display: block;
  background: #011A52;
  border-radius: 15px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 20px;
  margin-bottom: 5px;
}
.travel__list {
  display: block;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 40px;
}
.travel__list dl {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.travel__list dl::after {
  content: "";
  background: url(/domtour/kat/kamikochi_imperialhotel/img/img_tours_list.svg) left bottom;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.travel__list dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.travel__list dl:last-child::after {
  content: none;
}
.travel__list dl dt {
  width: 70%;
  display: flex;
  align-items: baseline;
}
.travel__list dl dd {
  width: 30%;
  border-left: 1px solid #CCCCCC;
  padding-left: 20px;
}
.travel__list--day {
  font-size: 2.4rem;
  font-weight: bold;
  color: #011A52;
  margin-right: 40px;
}
.travel__list--txt {
  font-weight: 500;
}
.travel__list--txt sup {
  color: #BC1416;
  font-size: 70%;
  vertical-align: super;
}
.travel__list--note {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}
.travel__list--free {
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #222222;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 5px;
  margin-left: 5px;
}
.travel__list--hotel {
  display: inline-block;
  background: #E7E9EF;
  border-radius: 10px;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 10px;
}
.travel__list--meal {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
.travel__list--meal span {
  background: #011A52;
  border-radius: 50%;
  width: 26px;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin-left: 5px;
}
.travel__supTxt {
  color: #BC1416;
  font-size: 1.6rem;
  text-indent: -2em;
  padding-left: 2em;
}
.travel__supTxt sup {
  font-size: 70%;
  vertical-align: super;
}

.hotel {
  background: url(/domtour/kat/kamikochi_imperialhotel/img/bg_hotel.png) center bottom -1px no-repeat;
  background-size: 100%;
  padding: 80px 0;
}
.hotel__cont {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
.hotel__cont > li {
  width: calc(50% - 40px);
}
.hotel .swiper {
  margin-bottom: 20px;
}
.hotel__cont_img > li {
  position: relative;
}
.hotel__cont_img--cp {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 1.4rem;
  text-shadow: 1px 1px 3px rgb(0, 0, 0);
}
.hotel .swiper-pagination {
  position: relative;
  bottom: 0;
}
.hotel .swiper-pagination-bullet {
  background: #676767;
}
.hotel__ttl {
  display: flex;
  align-items: baseline;
  font-family: "Kaisei Decol", serif;
  font-size: 2.4rem;
  font-weight: bold;
  color: #011A52;
}
.hotel__ttl span {
  background: #011A52;
  border-radius: 10px;
  color: #fff;
  line-height: 1.5;
  padding: 0 10px;
  margin-right: 20px;
}
.hotel__room {
  font-weight: bold;
  margin-bottom: 10px;
}
.hotel__tb {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}
.hotel__tb tr {
  border-bottom: 1px solid #ccc;
}
.hotel__tb tr th, .hotel__tb tr td {
  padding: 5px 15px;
}
.hotel__tb tr th {
  width: 30%;
  border-right: 1px solid #ccc;
}
.hotel__tb tr td {
  width: 70%;
}

.expenses {
  background: #E7E9EF;
  padding: 80px 0;
}
.expenses__ttl {
  background: #011A52;
  border-radius: 15px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.expenses__tb {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 40px;
}
.expenses__tb tr th, .expenses__tb tr td {
  display: table-cell;
  padding: 5px 20px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
}
.expenses__tb tr th {
  background: #5F6980;
  color: #fff;
  font-weight: 500;
}
.expenses__tb tr td {
  background: #fff;
}
.expenses__tb tr td:last-child {
  border-right: 0;
}
.expenses__tb tr:last-child td {
  border-bottom: 0;
}
.expenses__tb .bgRed {
  background: #FAE6DF;
}
.expenses__tb .bgBlu {
  background: #DFF0FA;
}
.expenses__tb .nobod {
  border-bottom: 0;
}
.expenses .tbCol2 {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.expenses .tbCol2 table {
  width: calc(50% - 10px);
}
.expenses .txtL tr td:first-child {
  text-align: left;
}
.expenses__list {
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-indent: -1em;
  padding-left: 1em;
}
.expenses__box {
  background: #fff;
  padding: 30px;
}
.expenses__box--ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.application {
  background: #fff;
  padding: 80px 0;
}
.application__box {
  border: 1px solid #BC1416;
  padding: 40px;
  font-size: 1.6rem;
}
.application__list {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 40px;
}
.application .fontRed {
  color: #BC0C16;
}
.application__cont {
  text-align: center;
  margin-bottom: 40px;
}
.application__cont h3 {
  margin-bottom: 20px;
}
.application__btn {
  text-align: center;
  margin: 20px auto;
}
.application__btn a {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
  line-height: 38px;
  border: 1px solid #D0D0D0;
  background: #fff;
  color: #0F0F69;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application__btn a img {
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-right: 5px;
}
.application__link {
  text-align: center;
  margin: 20px auto;
}
.application__link a {
  width: 100%;
  max-width: 232px;
  margin: 0 auto;
  line-height: 38px;
  background: #BC1416;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.application__link a img {
  display: inline-block;
  width: 11px;
  height: 10px;
  margin-right: 5px;
}
.application__tel {
  text-align: center;
  margin-bottom: 40px;
}
.application__tel b {
  display: inline-block;
  color: #BC1416;
  font-size: 2.4rem;
  font-weight: 500;
}
/*--- 230808追加 --*/
.notice{
	color:#cc0000;
	font-weight: bold;
	border:2px solid #cc0000;
	padding:20px;
	margin:0 20px 20px;
}
/*--- 231002追加 --*/
.notice2{
	color:#cc0000;
	font-weight: bold;
	border:2px solid #cc0000;
	padding:20px;
	margin:0 20px 20px;
	text-align: center;
}

