@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&display=swap');

html {
  scroll-behavior: smooth;
}
.contentsInner {
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333333;
}
.contentsBg {
  background: #1A1A1A;
  padding: 70px 0;
}
/* .contentsBg02 {
  background: url(/domtour/jaldp/kat_kabukiza/img/img_bg_02.jpg) center center no-repeat;
  background-size: cover;
} */

.contentsWrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.contentsWrap a {
  text-decoration: none;
  outline: none;
}
.contentsImg img {
  width: 100%;
  vertical-align:top;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex01 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.flex02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex03 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.flex04 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.mgnB10 {
  margin-bottom: 10px;
}
.mgnB15 {
  margin-bottom: 15px;
}
.mgnB20 {
  margin-bottom: 20px;
}
.mgnB25 {
  margin-bottom: 25px;
}
.mgnB30 {
  margin-bottom: 30px;
}
.mgnB35 {
  margin-bottom: 35px;
}
.mgnB40 {
  margin-bottom: 40px;
}
.mgnB45 {
  margin-bottom: 45px;
}
.mgnB50 {
  margin-bottom: 50px;
}
.mgnB70 {
  margin-bottom: 70px;
}
.mgnB80 {
  margin-bottom: 80px;
}
.mgnB100 {
  margin-bottom: 100px;
}

.font12 {
  font-size: 1.2rem;
}
.font15 {
  font-size: 1.5rem;
}
.font17 {
  font-size: 1.7rem;
}
.light {
  font-weight: 300;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: bold;
}
.red {
  color: #E60000;
}

.pageTtl {
  display: none!important;
}

.note01 {
  font-size: 1.3rem;
}
.note02 {
  font-size: 1.4rem;
}

.bnrLink {
  margin: 50px auto 20px;
}

.clm1.JS_dtdp_rel_wrap {
  display: flex;
}

.mv {
  width: 100%;
  position: relative;
}
.mv .mvImg {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
}
.mv .mvDate {
  width: 100%;
  padding: 30px 0 17px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.mv .mvDate img {
  max-width: 573px;
  position: relative;
  z-index: 10;
}
.mv .mvDate .mvBg {
  background: url(/domtour/jaldp/winter-okhotsk/img/img_mvbg.png) center center;
  background-size: cover;
  width: 100%;
  height: 80px;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
.mvTxt {
  transform: translateY(-22px);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  padding-right: 10px;
  position: relative;
  z-index: 15;
}

.pageLink {
  text-align: center;
}
.pageLinkWrap {
  display: flex;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 10px;
  height:auto;
  justify-content:space-between;
  column-gap: 1%;
}
.pageLinkWrap p {
  width:calc(100%/4 - 1%);
}

.pointWrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 710px;
  margin: 0 auto;
}
.pointImg {
  margin-top: 10px;
  margin-right: 7px;
}
.pointTxt {
  font-size: 1.6rem;
}
.pointTxt .pointTxt01 {
  font-size: 1.8rem;
}
.pointTxt .pointTxt02 {
  font-size: 2.3rem;
}

.point02Wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
.point02Right p {
  text-align: right;
}
.point02Left {
  margin-right: 30px;
}
.pdfLink {
  width: 370px;
}
.plan {
  background: #CADAF1;
  padding: 50px 0 70px;
}
.planTtl {
  text-align: center;
  margin: 0 auto 50px;
}
.planTtl img {
  height: 27px;
  width: auto;
}
.planWrap {
  display: flex;
  width: 100%;
  margin: 0 auto 25px;
  height:auto;
  justify-content:space-between;
  column-gap: 4%;
  max-width: 775px;
}
.planIn {
  width:calc(100%/3 - 4%);
  background: #fff;
  padding: 10px 0 10px;
  border-radius: 10px;
}
.planInTxtWrap {
  padding: 0 10px;
}
.planTag01 {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 22px;
  background: #729ED8;
  border-radius: 50px;
  margin-bottom: 5px;
}
.planTag02 {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 22px;
  background: #6EB7C1;
  border-radius: 50px;
  margin-bottom: 5px;
}
.planTxt {
  font-size: 1.7rem;
  font-family: 'Kaisei Decol', serif;
  color: #4F86CF;
  font-weight: 500;
  line-height: 1.3!important;
  margin-bottom: 5px;
}
.planInLink {
  padding: 0 25px;
}
.reserv {
  text-align: center;
}
.reservTtl {
  font-size: 2.1rem;
  font-weight: bold;
  color: #445FA5;
}

.hotel {
  background: #EBE2F5;
  padding: 80px 0 30px;
}
.hotelTtl {
  text-align: center;
  margin: 0 auto 50px;
}
.hotelTtl img {
  height: 27px;
  width: auto;
}
.hotelWrap {
  display: flex;
  width: 100%;
  margin: 0 auto;
  height:auto;
  justify-content:space-between;
  column-gap: 1.5%;
}
.hotelIn {
  width:calc(100%/3 - 1.5%);
  background: #fff;
  padding: 5px 0 20px;
}
.hotelContIn {
  padding: 8px 15px 0;
}
.htlEva {
  padding: 0 5%;
}
.htlEva img {
  width: auto;
}
.htlEva .hotelLink a {
  display: block;
  font-size: 1.4rem;
}
.htlEva .search a {
  display: block;
  font-size: 1.4rem;
}
.tColumn {
  border: solid 1px #aeaeae;
  background: #fff;
  padding: 5px;
}

.sarchTtl {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  padding: 10px 15px;
  background: #FA8224;
  color: #fff;
}
.sarchTxt {
  font-size: 2.1rem;
}



/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 10px 20px;
	display: block;
	color: #fff;
	background:#5086D0;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 18px;
	height: 16px;
  background: url(/domtour/jaldp/winter-okhotsk/img/ico_arrow_u.svg) center center no-repeat;
  background-size: cover;
  position: absolute;
	right: 30px;
  top: 11px;
	transform: rotate(0deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding: 0;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding: 25px 0 0 ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(180deg) !important;
}


/*2302322追加*/
.AttnBox_close {
  border: 2px solid #cc0000;
  color: #cc0000;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}
.AttnBox_close_undermv {
  margin: 30px auto;
  max-width: 950px;
  width: 100%;
}
