@charset "UTF-8";

/*common
==============================*/
main {
  position: relative;
  box-sizing: border-box;
  color: #333;
  font-size: 1.6rem;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.contentsInner {
  width: 1200px;
  margin: 0 auto;
}
.flexBox {
  display: flex;
}
.courseSec{
   /* background: #e5ffe5;*/
    padding-bottom: 30px;
}
.courseSec .planArea h3,
.courseSec .tourArea h3,
.courseSec .spotArea h3 {
  position: relative;
  line-height: 1.3;
}
/*.courseSec .planArea h3::after,
.courseSec .tourArea h3::after,
.courseSec .spotArea h3::after {
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
}
.courseSec .planArea h3::after {
  top: -45px;
  width: 113px;
  height: 43px;
  background: url("/med/feature/abroad/hawaii/cmn/img/tit_plan.png") no-repeat;
}*/
.courseSec .tourArea h3::after {
  top: -30px;
  width: 107px;
  height: 27px;
  background: url("/med/feature/abroad/hawaii/cmn/img/tit_tour.png") no-repeat;
}
.courseSec .spotArea h3::after {
  top: -35px;
  width: 101px;
  height: 32px;
  background: url("/med/feature/abroad/hawaii/cmn/img/tit_spot.png") no-repeat;
}
.courseSec .planArea h3 span.head,
.courseSec .tourArea h3 span.head,
.courseSec .spotArea h3 span.head{
  position: relative;
}
.courseSec .planArea h3 span.head::before,
.courseSec .planArea h3 span.head::after,
.courseSec .tourArea h3 span.head::before,
.courseSec .tourArea h3 span.head::after,
.courseSec .spotArea h3 span.head::before,
.courseSec .spotArea h3 span.head::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 38px;
}
.courseSec .planArea h3 span.head::before,
.courseSec .tourArea h3 span.head::before,
.courseSec .spotArea h3 span.head::before {
  left: -55px;
  background: url("/med/feature/abroad/hawaii/cmn/img/parts_01.png") no-repeat;
}
.courseSec .planArea h3 span.head::after,
.courseSec .tourArea h3 span.head::after,
.courseSec .spotArea h3 span.head::after {
  right: -55px;
  background: url("/med/feature/abroad/hawaii/cmn/img/parts_02.png") no-repeat;
}
.courseSec .planArea h3 span.small,
.courseSec .tourArea h3 span.small,
.courseSec .spotArea h3 span.small{
  font-size: 1.8rem;
  display: inline-block;
  /*padding: 0 30px 0 30px;*/
}
figure {
	position: relative;
}
figure figcaption {
	position: absolute;
	bottom: 5px;
	right: 2px;
	text-align: right;
  color: #ffffff;
  padding: 4px;
  font-weight: 400;
  border-radius: 0 0 5px 5px;
  font-size: 1.3rem;
  overflow-wrap: break-word;
  line-height: 1.1;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333, 1px 0px 1px #333, 0px 1px 1px #333, -1px 0px 1px #333, 0px -1px 1px #333;
}
.imgBlock_tour figure figcaption {
	bottom: 35px;
}
@media print, screen and (min-width: 768px) {
	.spOnly {
		display: none;
	}
}
@media print, screen and (max-width: 767px) {
    .courseSec{
    padding: 0 0 20px;
}
	.pcOnly {
		display: none;
	}
  .spOnly {
		display: block;
	}
	.contentsInner {
		width: 100%;
		padding: 0 10px;
	}
	.courseSec .planArea h3, .courseSec .tourArea h3, .courseSec .spotArea h3 {
		position: relative;
		max-width: 375px;
		margin: 0 auto;
		font-size: 2rem;
	}
	.courseSec .planArea h3 span.head, .courseSec .tourArea h3 span.head,
	.courseSec .spotArea h3 span.head {
		position: static;
	}
	.courseSec .planArea h3 span.head::before, .courseSec .tourArea h3 span.head::before, .courseSec .spotArea h3 span.head::before {
    left: 0;
	}
	.courseSec .planArea h3 span.head::after, .courseSec .tourArea h3 span.head::after, .courseSec .spotArea h3 span.head::after {
    right: 0;
	}
	.courseSec .planArea h3 span.head::before, .courseSec .planArea h3 span.head::after, .courseSec .tourArea h3 span.head::before, .courseSec .tourArea h3 span.head::after, .courseSec .spotArea h3 span.head::before, .courseSec .spotArea h3 span.head::after {
		z-index: -1;
	}
  .courseSec .planArea h3 span.small,
  .courseSec .tourArea h3 span.small,
  .courseSec .spotArea h3 span.small{
    font-size: 1.5rem;
    display: inline-block;
    padding: 0 15px 0 15px;
  }
/*	.courseSec .planArea h3::after {
		top: -35px;
		width: 78px;
		height: 28px;
		background-size: contain;
	}*/
	.courseSec .tourArea h3::after {
		top: -30px;
		width: 73px;
		height: 18px;
		background-size: contain;
	}
	.courseSec .spotArea h3::after {
		top: -30px;
		width: 70px;
		height: 22px;
		background-size: contain;
	}
	figure figcaption {
		font-size: 1.2rem;
    bottom: 5px;
	}


	.imgBlock_tour figure figcaption {
		bottom: 5px;
	}
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvArea .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvArea .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
/*============================*/


/*kv
============================*/
.kv_wrap{
	position: relative;
}
.kv {
	width: 100%;
	height: 538px;
	background: url("../images/kv_bg.webp");
}
.kv_tit {
	padding-top: 28px;
	text-align: center;
}

@media screen and (max-width:767.98px) {
  .-pagetop .-pagetop_btn{
    margin-right: 2%;
    padding-bottom: 20px;
  }
	.kv {
		height: auto;
	}
	.kv_tit {
		padding: 30px 10px;
		text-align: center;
	}
}
/*==========================*/



/*sticky bar
==============================*/
.stickyBar {
  position: static;
  top: 0;
  background: #f8fdfb;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 5;
}
.stickyBar .flexBox {
  justify-content: center;
  align-items: center;
}
.stickyBar ul {
  margin: 0;
}
.stickyBar li {
  min-width: 300px;
  text-align: center;
  transition: .3s;
}
.stickyBar li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 25px 8px 0px;
  color: #333333;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: bold;
	letter-spacing: -1px;
}
.stickyBar li a span {
  position: relative;
}
.stickyBar li a span::after {
  position: absolute;
  content: '';
  top: 40%;
  right: -30px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #333;	
  border-bottom: 2px solid #333;
  transform: translateY(-50%) rotate(45deg);
}
@media print, screen and (min-width: 768px) {
  .stickyBar li:hover {
    background: #008ca2;
    transition: .3s;
  }
  .stickyBar li:hover a {
    color: #fff;
  }
  .stickyBar li:hover a span::after {
    border-right: 2px solid #fff;	
    border-bottom: 2px solid #fff;
  }
}
@media print, screen and (max-width: 767px) {
  .stickyBar {
    position: sticky;
    top: 5%;
  }
	.stickyBar .flexBox {
		flex-wrap: wrap;
	}
	.stickyBar ul {
		overflow: hidden;
	}
	.stickyBar li {
		position: relative;
		min-width: 0;
    width: 50%;
	}
	.stickyBar li::after {
		position: absolute;
		content: '';
		bottom: 0;
		left: -500%;
		width: 1000%;
		height: 1px;
		background: #c4c4c4;
	}
	.stickyBar li a {
		font-size: 1.2rem;
	}
	.stickyBar li a span::after {
		right: -20px;
		width: 8px;
    height: 8px;
	}
}
@media print, screen and (max-width: 375px) {
  .stickyBar {
    top: 7%;
  }
  
}
@media print, screen and (max-width: 359px) {
	.stickyBar li a {
		font-size: 1rem;
	}
}
/*============================*/



/*pointArea
==============================*/
.pointArea {
  padding: 60px 0;
  color: #00a9c3;
  text-align: center;
  background: #e6f7f2;
}
.pointArea h3 {
  margin: 0;
}
.pointArea p {
  margin: 10px 0 0 0;
}
@media print, screen and (max-width: 767px) {
	.pointArea {
		padding: 50px 0;
	}
	.pointArea h3 {
		display: flex;
		width: 106px;
    margin: 0 auto;
	}
	.pointArea p {
		letter-spacing: -.5px;
	}
}
/*============================*/



/*bannerArea
==============================*/
.bannerArea {
  padding: 60px 0 0;
}
.bn_box {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .bn_box a:hover {
    opacity: .7;
  }
}
@media print, screen and (max-width: 767px) {
	.bannerArea {
		padding: 50px 10px 0;
	}
	
}
/*============================*/



/*planArea
==============================*/
.courseSec .planArea {
  padding: 20px 0 30px;
}
.planBox+.planBox {
  margin-top: 40px;
}
.courseSec .planArea h3 {
  margin: 0;
  color: #822800;
  text-align: center;
  font-size: 2.3rem;
}
/*.planBlock {
  margin-top: 50px;
}
.planBlock + .planBlock {
  margin-top: 75px;
}*/
.planBlock .imgTxt {
  overflow: hidden;
}
.planBlock .imgTxt span {
  position: relative;
  display: inline-block;
}
.planBlock .imgTxt span::after {
  position: absolute;
  content: '';
  right: -2040px;
  bottom: 0;
  width: 2000px;
  height: 3px;
  background: #92d6de;
}
.planBlock > .flexBox.planMain {
  justify-content: space-between;
  margin-top: 60px;
}
.planBlock .planMain .imgBlock_plan {
  /*max-width: 520px;*/
  max-width: 360px;
  width: 100%;
	border-radius: 20px;
	overflow: hidden;
}
.slider_plan {
  /*max-width: 520px;
  max-height: 350px;*/
  max-width: 360px;
  max-height: 240px;
  height: 100%;
  border-radius: 20px 20px 0 0;
  /*box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .3);*/
	overflow: hidden;
}
.slider_plan .slick-list {
  border-radius: 20px 20px 0 0;
  z-index: 1
}
.slider_plan .slick-next,
.slider_plan .slick-prev {
  z-index: 2;
}
.slider_plan .slick-next:before,
.slider_plan .slick-prev:before {
  position: absolute;
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4rem;
  border-radius: 50%;
}
.slider_plan .slick-next:before {
  right: 35px;
}
.slider_plan .slick-prev:before {
  left: 35px;
}
.planBlock .planMain .txtBlock {
  max-width: 600px;
  width: 100%;
}
.planBlock.noImg .planMain .txtBlock {
  max-width: 520px;
  width: 100%;
}
.planBlock .planMain .txtBlock ul li,
.blueTxt {
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  font-size: 1.8rem;
  background: #00a9c3;
    margin-left: 5px;
}
.planBlock .planMain .txtBlock ul li +li {
  margin-left: 5px;
}
.img_wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.Sheraton_logo {
  max-width: 198px;
  width: 100%;
  max-height: 109px;
  height: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.planBlock .planMain .txtBlock .hotelName {
  margin-top: 5px;
  padding-bottom: 12px;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px dashed #92d6de;
}
.planBlock .planMain .txtBlock .hotelName.noBorder_pc {
  border-bottom: none;
}
.planBlock .planMain .txtBlock .introductionTxt {
  margin: 30px 0 30px;
}
.planBlock .planDetails {
 /* margin-top: 33px;*/
  /*padding-bottom: 30px;*/
  background: #f7f7f7;
  border-radius: 20px;
}
.hotel_no_select .planBlock .planDetails {
  padding: 20px 15px;
    margin: 10px auto 0;
    max-width: 1134px;
    align-items: center;
    gap:20px;
}
.hotel_no_select .priceBlock .price {
  font-size: 3.2rem;
}
.planBlock .plan_0_Details {
  max-width: 360px;
}
.planBlock .plan_02_Details {
  padding: 20px;
  max-width: 740px;
}
@media screen and (max-width: 767px) {
    .courseSec .planArea {
  padding: 20px 10px 40px;
}
  .planBlock .plan_02_Details {
  max-width: 360px;
}
}
.planBlock .planDetails + .planDetails {
  margin-top: 30px;
}
.planBlock .planDetails .planName {

  color: #00a9c3;
  font-size: 2rem;
	font-weight: bold;
}
.planBlock .planDetails .imgBlock_plan {
  max-width: 360px;
  width: 100%;
  /*margin-right: 30px;*/
}
.planBlock .planDetails .imgBlock {
  max-width: 430px;
  width: 100%;
  margin-right: 0px;
}
.planBlock .planDetails .imgBlock_plan figure {
  max-width: 360px;
  max-height: 240px;
  background: #fff;
  border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.planBlock .plan_02_Details .imgBlock_plan figure {
  border-radius: 20px;
}
.planBlock .planDetails .txtBlock {
  max-width: 780px;
  width: 100%;
}
.planBlock .planDetails .txtBlock .introductionTxt {
  margin: 10px 0 60px;
  font-size: 1.4rem;
}
.planBlock .planDetails .txtBlock .flexBox,
.planBlock .planMain .flexBox {
  justify-content: space-between;
  align-items: center;
}
.planBlock.noImg .priceBlock_wrap {
  max-width: 600px;
  width: 100%;
}
.priceBlock .cond {
  color: #808080;
}
.priceBlock .price {
  color: #d00000;
  line-height: 1.4;
  font-size: 2.0rem;
  font-weight: bold;
}

.planBlock .reserveBtn {
  max-height: 42px;
  height: 100vh;
  background: #00a9c3;
  border: 2px solid #00a9c3;
  border-radius: 50px;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .2);
  transition: all .3s;
}
.planBlock .reserveBtn a  {
  position: relative;
  padding: 8px 65px 8px 65px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  transition: all .3s;
}
.planBlock .reserveBtn a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  width: 12px;
  height: 12px;
  border-right: 3px solid #fff;	
  border-bottom: 3px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s;
}
.planBlock .plan_movie {
  background: #ebfff6;
  border: 2px solid #caefeb;
}
.planBlock .plan_movie a  {
  color: #00a9c1;
}
.planBlock .plan_movie a::after {
  border-right: 3px solid #00a9c1;	
  border-bottom: 3px solid #00a9c1;
}
.courseSec .planArea .otherCourses {
  text-align: center;
}
.courseSec .planArea .otherCourses {
  margin-top: 33px;
  text-align: center;
}
.courseSec .planArea .otherCourses > p {
  font-size: 2.4rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .planBlock .reserveBtn:hover {
    background: #fff;
    border: 2px solid #00a9c3;
    transition: all .3s;
  }
  .planBlock .reserveBtn:hover a  {
    color: #00a9c3;
    transition: all .3s;
  }
  .planBlock .reserveBtn:hover a::after  {
    border-right: 3px solid #00a9c3;	
    border-bottom: 3px solid #00a9c3;
    transition: all .3s;
  }
  .planBlock .plan_movie:hover {
    background: #00a9c3;
    border: 2px solid #ebfff6;
  }
  .planBlock .plan_movie:hover a  {
    color: #ebfff6;
  }
  .planBlock .plan_movie:hover a::after  {
    border-right: 3px solid #ebfff6;	
    border-bottom: 3px solid #ebfff6;
  }
}
@media print, screen and (max-width: 767px) {
	.planArea {
		padding: 100px 0 85px;
	}
  .planBox+.planBox {
    margin-top: 30px;
  }
	.planArea h3 {
		font-size: 2rem;
	}
	.planBlock .imgTxt span {
		display: flex;
		width: 50%;
	}
	.planBlock .imgTxt span.per85 {
		width: 85%;
	}
	.planBlock .imgTxt span.per75 {
		width: 75%;
	}
	.planBlock .imgTxt span::after {
		right: -2020px;
		height: 1px;
	}
	.planBlock > .flexBox.planMain {
		display: block;
		margin-top: 30px;
	}	
	.planBlock .planMain .imgBlock_plan {
		margin: 0 auto;
	}
  .Sheraton_logo {
    max-width: 141px;
    max-height: 78px;
  }
	.slider_plan {
		margin: 0 auto;
    width: 100%;
	}
	.planBlock .planMain .txtBlock {
		max-width: 100%;
		margin-top: 30px;
	}
	.planBlock .planMain .txtBlock ul li,
  .blueTxt {
		font-size: 1.3rem;
	}
	.planBlock .planMain .txtBlock .hotelName {
		padding-bottom: 10px;
		font-size: 1.9rem;
		border-bottom: 2px dashed #92d6de;
	}
	.planBlock .planMain .txtBlock .hotelName.noBorder_pc {
		border-bottom: 2px dashed #92d6de;
	}
	.planBlock .planMain .txtBlock .introductionTxt {
		margin: 25px 0 0;
		font-size: 1.5rem;
	}
	.planBlock .planDetails {
		margin-top: 23px;
		/*padding: 0 10px 12px;*/
	}
	.planBlock .planDetails .planName {
		font-size: 1.5rem;
	}
	.planBlock .planDetails .imgBlock_plan figure {
		width: 100%;
    height: 100%;
		max-height: 240px;
	}
	.planBlock .planDetails .imgBlock_plan figure img {
		max-width: 520px;
		height: 100%;
	}
	.planBlock .planDetails .imgBlock_plan {
		max-width: 100%;
    /*width: 55%;*/
		/*margin-right: 10px;*/
	}
  .planBlock .planDetails .imgBlock {
  max-width: 100%;
  width: 100%;
  margin-right: 10px;
}
	.planBlock .planDetails .txtBlock .introductionTxt {
		margin: 10px 0 30px;
		font-size: 1.3rem;
	}
	.planBlock .planDetails .txtBlock .flexBox,
	.planBlock .planMain .flexBox {
		flex-wrap: wrap;
        align-items: center;
	}
	.priceBlock .cond {
		font-size: 1.2rem;
	}
	.hotel_no_select .priceBlock .price, 
  .plan_02_Details .priceBlock .price, 
  .plan_0_Details .priceBlock .price {
		font-size: 1.8rem;
		letter-spacing: -.5px;
	}
	.planBlock .reserveBtn {
		max-height: 35px;
		/*margin-top: 8px;*/
    width: 80%;
    margin: 10px auto;
	}
	.planBlock .reserveBtn a {
		font-size: 1.5rem;
		padding: 8px 50px 8px 50px;
	}
	.planBlock .reserveBtn a::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
	}
  .planBlock .plan_movie a::after {
		right: 18px;
		width: 10px;
    height: 10px;
    border-right: 2px solid #00a9c1;
    border-bottom: 2px solid #00a9c1;
	}
	.planBlock .planDetails.flexBox {
		display: block;
	}
	/*.planBlock + .planBlock {
		margin-top: 50px;
	}*/
	.planBlock .priceBlock_wrap {
		margin-top: 19px;
	}
    .planBlock .priceBlock_wrap .priceBlock{
		width: 100%;
        text-align: right;
	}
	.planBlock.noImg .priceBlock_wrap {
		max-width: 100%;
	}
	.courseSec .planArea .otherCourses > p {
		font-size: 1.4rem;
	}
	.otherCourses .flexBox {
		display: block;
	}
	.courseSec .planArea .otherCourses {
		margin-top: 55px;
	}
}

@media print, screen and (max-width: 359px) {
	.priceBlock .price {
		font-size: 1.6rem;
	}
	.planBlock .reserveBtn a {
		font-size: 1.2rem;
	}
}
/*============================*/



/*tourArea - spotArea
==============================*/
.tourArea {
  position: relative;
  margin-top: 45px;
  padding: 70px 0;
  background: url("/med/feature/abroad/hawaii/cmn/img/bg_01.png");
}
.tourArea::before {
  position: absolute;
  content: '';
  top: -59px;
  width: 100%;
  height: 59px;
  background: url("/med/feature/abroad/hawaii/cmn/img/bg_01_wave_01.png") no-repeat;
}
.tourArea::after {
  position: absolute;
  content: '';
  bottom: -59px;
  width: 100%;
  height: 59px;
  background: url("/med/feature/abroad/hawaii/cmn/img/bg_01_wave_02.png") no-repeat;
}
.spotArea {
  position: relative;
  margin-top: 190px;
  padding: 70px 0;
  background: url("/med/feature/abroad/hawaii/cmn/img/bg_02.png");
}
.spotArea::before {
  position: absolute;
  content: '';
  top: -59px;
  width: 100%;
  height: 59px;
  background: url("/med/feature/abroad/hawaii/cmn/img/bg_02_wave_01.png") no-repeat;
}
.spotArea::after {
  position: absolute;
  content: '';
  bottom: -59px;
  width: 100%;
  height: 59px;
  background: url("/med/feature/abroad/hawaii/cmn/img/bg_02_wave_02.png") no-repeat;
}
.tourArea .flexBox {
  justify-content: space-between;
}
.spotArea .flexBox {
  justify-content: center;
  flex-wrap: wrap;
}
.tourArea h3,
.spotArea h3 {
  margin: 0;
  color: #822800;
  text-align: center;
  font-size: 3rem;
}
.tourArea .imgBlock_tour,
.spotArea .imgBlock_tour {
  position: relative;
  margin-top: 55px;
}
.spotArea .imgBlock_tour {
  margin-right: 30px;
}
.spotArea .imgBlock_tour:nth-of-type(3n) {
  margin-right: 0;
}
.spotArea .imgBlock_tour:nth-of-type(n+4) {
  margin-top: 230px;
}
.tourArea .imgBlock_tour figure,
.spotArea .imgBlock_tour figure {
  /*あとで消す*/
  width: 380px;
  height: 350px;
  background: #ddd;
  border-radius: 20px;
  overflow: hidden;
}
.tourArea .txtBlock,
.spotArea .txtBlock {
  position: absolute;
  top: 324px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 300px;
  width: 100%;
  padding: 26px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .25);
}
.tourArea .txtBlock::after,
.spotArea .txtBlock::after {
  content: '';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 16px solid #fff;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
}
.spotArea .txtBlock {
  top: 366px;
}
.tourArea .txtBlock .tourTit,
.spotArea .txtBlock .tourTit {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 3px solid #c3d9d7;
}
.tourArea .txtBlock .introductionTxt,
.spotArea .txtBlock .introductionTxt {
  margin-top: 10px;
}
.tourArea .txtBlock .priceWrap,
.spotArea .txtBlock .priceWrap {
  align-items: center;
  margin-top: 10px;
}
.tourArea .txtBlock .priceWrap .priceIcon {
  padding: 2px 10px;
  color: #fff;
  font-weight: bold;
  background: #00a9c3;
  border-radius: 20px;
}
.tourArea .txtBlock .priceWrap .detailLink a {
  position: relative;
  padding-right: 20px;
  color: #00a9c3;
  font-weight: bold;
  transition: all .3s;
}
.tourArea .txtBlock .priceWrap .detailLink a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  border-right: 3px solid #00a9c3;	
  border-bottom: 3px solid #00a9c3;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s;
}
.tourArea .btnArea,
.spotArea .btnArea {
  position: relative;
  margin-top: 400px;
  padding: 30px 0;
  text-align: center;
}
.spotArea .btnArea {
  margin-top: 246px;
}
.tourArea .btnArea::after,
.spotArea .btnArea::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  background: #fff;
  opacity: .5;
  z-index: 1;
}
.spotArea .spotTit {
  padding-bottom: 10px;
  color: #00a9c3;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.spotArea .spotTit span {
  position: relative;
}
.spotArea .spotTit span::after {
  position: absolute;
  content: '';
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 22px;
  height: 30px;
  background: url("/med/feature/abroad/hawaii/cmn/img/parts_03.png") no-repeat;
}
@media print, screen and (min-width: 768px) {
  .tourArea .txtBlock .priceWrap .detailLink a:hover {
    color: #ded574;
    transition: all .3s;
  }
  .tourArea .txtBlock .priceWrap .detailLink a:hover::after {
    border-right: 3px solid #ded574;	
    border-bottom: 3px solid #ded574;
    transition: all .3s;
  }
}
@media print, screen and (max-width: 767px) {
	.courseSec .tourArea {
		margin-top: 0;
	}
	.courseSec .spotArea {
		margin-top: 100px;

	}
	.tourArea::before,
	.spotArea::before {
		top: -10px;
		background-size: contain;
	}
	.courseSec .tourArea::after,
	.courseSec .spotArea::after {
		bottom: -58px;
		background-size: contain;
	}
	.courseSec .tourArea .imgBlock_tour figure,
	.courseSec .spotArea .imgBlock_tour figure {
		width: auto;
	}
	.courseSec .planArea h3,
	.courseSec .tourArea h3,
	.courseSec .spotArea h3 {
		margin: 0 auto;
		font-size: 2rem;
	}
	.courseSec .tourArea .flexBox {
		display: block;
	}
	.courseSec .tourArea .imgBlock_tour, .courseSec .spotArea .imgBlock_tour {
    position: relative;
		margin-top: 55px;
	}
	.courseSec .tourArea .imgBlock_tour figure {
		display: flex;
    align-items: center;
		max-width: 380px;
		width: 100%;
    height: 200px;
		margin: 0 auto;
	}
	.courseSec .tourArea .txtBlock, .courseSec .spotArea .txtBlock {
   	position: relative;
		top: 0;
		/*margin: 0 auto;*/
	}
	.courseSec .tourArea .txtBlock .priceWrap, .courseSec .spotArea .txtBlock .priceWrap {
		display: flex;
    align-items: center;
    margin-top: 10px;
	}
	.courseSec .tourArea .btnArea, .courseSec .spotArea .btnArea {
		margin-top: 40px;
		padding: 0 10px;
	}
	.courseSec .spotArea .imgBlocksWrap {
		width: 100%;
		margin-top: 35px;
		overflow-x: auto;
	}
	.courseSec .spotArea .imgBlocksWrap > .flexBox {
		flex-wrap: nowrap;
		width: 1200px;
		padding: 0 7px 7px 7px;
	}
	.courseSec .spotArea .imgBlock_tour,
	.courseSec .spotArea .imgBlock_tour:nth-of-type(n+4) {
		margin-top: 0;
	}
	.courseSec .spotArea .spotTit {
		font-size: 1.4rem;
	}
	.courseSec .spotArea .spotTit span::after {
		left: -15px;
		width: 11px;
    height: 15px;
		background-size: contain;
	}
	.courseSec .spotArea .imgBlock_tour,
	.courseSec .spotArea .imgBlock_tour:nth-of-type(3n) {
		margin-right: 25px;
	}
	.courseSec .spotArea .imgBlock_tour figure {
		height: auto;
	}
	.courseSec .tourArea .txtBlock .tourTit {
		font-size: 1.5rem;
	}
	.courseSec .spotArea .txtBlock .tourTit,
	.courseSec .tourArea .txtBlock .introductionTxt,
	.courseSec .spotArea .txtBlock .introductionTxt {
		font-size: 1.4rem;
	}
	.courseSec .spotArea .txtBlock .tourTit {
		justify-content: center;
		text-align: center;
	}
	.courseSec .tourArea .btnArea::after {
		height: 93px;
	}
	.courseSec .spotArea .btnArea::after {
		height: 175px;
	}
}
/*============================*/



/*btns
==============================*/
.courseSec .planArea .otherCourses .btnsWrap {
  margin-top: 25px;
gap:20px;
    justify-content: center;
}
.courseSec .planArea .otherCourses .otherBtn,
.courseSec .tourArea .reserveBtn,
.courseSec .spotArea .reserveBtn {
  position: relative;
  min-width: 358px;
  background: #fff;
  border: 3px solid #008ca2;
  border-radius: 20px;
  outline: 2px solid #9bdae4;
  outline-offset: -10px;
  transition: all .2s;
  box-shadow: 0 1px 7px 5px rgba(0, 0, 0, 0.15);
  z-index: 5;
}
.courseSec .spotArea .reserveBtn {
  margin-right: 97px;
}
.courseSec .planArea .otherCourses .otherBtn:last-of-type,
.courseSec .tourArea .reserveBtn,
.courseSec .spotArea .reserveBtn:last-of-type {
  margin-right: 0;
}
.courseSec .planArea .otherCourses .otherBtn a,
.courseSec .tourArea .reserveBtn a,
.courseSec .spotArea .reserveBtn a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 60px 15px 50px;
  color: #008ca2;
  line-height: 1.2;
  font-size: 2.4rem;
  font-weight: bold;
}
.courseSec .spotArea .reserveBtn a {
  padding: 15px 75px 15px 60px;
}
.courseSec .planArea .otherCourses .otherBtn a::after,
.courseSec .tourArea .reserveBtn a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 45px;
  width: 15px;
  height: 15px;
  border-right: 4px solid #008ca2;	
  border-bottom: 4px solid #008ca2;
  transform: translateY(-50%) rotate(-45deg);
}
.courseSec .spotArea .reserveBtn.hibus_01 a::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 30px;
  width: 20px;
  height: 26px;
  background: url("/med/feature/abroad/hawaii/cmn/img/parts_05.png") no-repeat;
  transform: translateY(-50%);
}
.courseSec .spotArea .reserveBtn.hibus_02 a::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 30px;
  width: 14px;
  height: 42px;
  background: url("/med/feature/abroad/hawaii/cmn/img/parts_07.png") no-repeat;
  transform: translateY(-50%);
}
.courseSec .spotArea .reserveBtn a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 32px;
  height: 31px;
  background: url("/med/feature/abroad/hawaii/cmn/img/parts_06.png") no-repeat;
  transform: translateY(-50%);
}
.courseSec .tourArea .reserveBtn a::after {
  right: 35px;
}
@media print, screen and (min-width: 768px) {
  .courseSec .planArea .otherCourses .otherBtn:hover,
  .courseSec .tourArea .reserveBtn:hover,
 .courseSec .spotArea .reserveBtn:hover {
    background: #008ca2;
    transition: all .2s;
  }
  .courseSec .planArea .otherCourses .otherBtn:hover a,
  .courseSec .tourArea .reserveBtn:hover a,
  .courseSec .spotArea .reserveBtn:hover a {
    color: #fff;
    transition: all .2s;
  }
  .courseSec .planArea .otherCourses .otherBtn:hover a::after,
  .courseSec .tourArea .reserveBtn:hover a:after {
    border-right: 4px solid #fff;	
    border-bottom: 4px solid #fff;
    transition: all .2s;
  }
  .courseSec .spotArea .reserveBtn.hibus_01:hover a:before {


    background: url("/med/feature/abroad/hawaii/cmn/img/parts_05_hover.png") no-repeat;
  }
  .courseSec .spotArea .reserveBtn.hibus_02:hover a:before {
    background: url("/med/feature/abroad/hawaii/cmn/img/parts_07_hover.png") no-repeat;
  }
  .courseSec .spotArea .reserveBtn:hover a:after {
    background: url("/med/feature/abroad/hawaii/cmn/img/parts_06_hover.png") no-repeat;
  }
}
@media print, screen and (max-width: 767px) {
	.courseSec .planArea .otherCourses .btnsWrap {
		margin-top: 15px;
	}
	.courseSec .planArea .otherCourses .otherBtn,
	.courseSec .tourArea .reserveBtn,
	.courseSec .spotArea .reserveBtn {
		max-width: 350px;
		min-width: 0;
		width: 100%;
		margin-right: 0;
		border-radius: 15px;
	}
	.courseSec .tourArea .reserveBtn {
		margin-top: 20px;
	}
	.courseSec .spotArea .flexBox.btnArea {
		display: block;
	}
	.courseSec .spotArea .reserveBtn {
		margin-top: 20px;
	}
	.courseSec .planArea .otherCourses .otherBtn:nth-of-type(n+2),
	.courseSec .tourArea .reserveBtn:nth-of-type(n+2),
	.courseSec .spotArea .reserveBtn:nth-of-type(n+2) {
		margin-top: 16px;
	}
	.courseSec .planArea .otherCourses .otherBtn a,
	.courseSec .tourArea .reserveBtn a,
	.courseSec .spotArea .reserveBtn a {
		padding: 16px 60px 15px 50px;
		font-size: 1.3rem;
		letter-spacing: -.5px;
	}
	.courseSec .spotArea .reserveBtn.hibus_01 a {
		padding: 16px 80px 15px 75px;
	}
	.courseSec .planArea .otherCourses .otherBtn a::after,
	.courseSec .tourArea .reserveBtn a::after {
		right: 55px;
		width: 10px;
    height: 10px;
    border-right: 3px solid #008ca2;
    border-bottom: 3px solid #008ca2;
	}
	.courseSec .tourArea .reserveBtn a::after {
		right: 40px;
	}
	.courseSec .spotArea .reserveBtn.hibus_01 a::before {
		left: 55px;
    width: 15px;
    height: 18px;
		background-size: contain;
	}
	.courseSec .spotArea .reserveBtn.hibus_02 a::before {
		left: 30px;
		width: 12px;
		height: 28px;
		background-size: contain;
	}
	.courseSec .spotArea .reserveBtn a::after {
		right: 25px;
		width: 20px;
		height: 20px;
		background-size: contain;
	}
}
/*============================*/



/*other parts
==============================*/
.Footer {
	margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
	.js-scrollable {
		overflow: visible!important;
	}
}
@media print, screen and (max-width: 767px) {
	.Footer {
		margin-top: 40px;
	}
}
/*============================*/



/*otherFaetures slick adjust
==============================*/
.slick-dots {
	position: static;
}
.themefeaturesArea .slick-dots li button:before {
	font-size: 1.6rem;
	opacity: 1;
}
/*============================*/


/*movie
==============================*/
.movie_pc {
	display: flex;
	justify-content: center;
}
.movie_sp {
	display: none;
}
.movie_txt_pc {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
	.movie_pc {
		display: none;
	}
	.movie_sp {
		display: flex;
		justify-content: center;
    padding: 65px 0;
	}
  .movie_txt_sp {
    margin: 10px 0;
    text-align: center;
    font-size: 1.7rem;
  }
}
/*============================*/


/*2024.11修正
==============================*/
.plan_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
gap:20px;
  margin: 30px 20px;
}
.hotelName {
  font-size: 1.8rem;
  font-weight: 700;
  color: #00a9c3;
  padding-bottom: 6px;
  border-bottom: 2px solid #00a9c3;
  margin-bottom: 20px;
}
.txt_img_flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.txt_img_flex div {
  display: grid;
}


.txt_left {
  width: 45%;
}
.img_right {
  width: 45%;
}
.planName {
  font-size: 1.8rem;
}
.planName .course_num {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
  background: #e0e0e0;
  padding: 2px;
  margin-right: 5px;
}
.plan_movie {
  margin: 15px auto;
}
@media screen and (max-width: 767px) {
    .plan_wrap {
  margin: 0px;
}
  .plan_movie {
    width: 70%;
  }
}
.plan_box {
  justify-content: space-around;
  margin-top: 20px;
}
.plan_02_Details .plan_box div {
  max-width: 320px;
  width: 100%;
  margin: 10px 0;
}
.plan_0_Details .plan_box div {
  margin: 10px 0;
  align-items: center;
}
.plan_02_Details .priceBlock {
  text-align: right;
}
.plan_0_Details .priceBlock {
  text-align: right;
}
/*table
==============================*/
.room_info {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: left; 
}
.room_info tr + tr {
  border-top: 2px solid #adadad;
}
.room_info th, .room_info td {
  padding: 5px 5px 5px 8px;
}
.room_info th {
  background: #e8e8e8;
}
.room_info td {
  background: #fff;
}
.table_blue th, .table_blue td {
  color: #00a9c1;
}
.table_blue th {  
  background: #b5edf3;
}
.red_txt {
  color: #d00000;
}
@media screen and (max-width: 767px) { 
  .room_info tr + tr {
    border-top: 1px solid #adadad;
  }
  .room_info {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .plan_0_Details .plan_box .table_height {
    margin-top: 92px;
  }
}
/*============================*/

.plan_box .txtBlock {
  margin-top: 10px;
}
.plan_box .priceBlock {
  margin-top: 15px;
}
.plan_box priceBlock_wrap .reserveBtn {
  margin: 10px auto 0;
}
.plan_txt_wrap {
  padding: 20px;
}
.priceBlock_wrap {
  display: grid;
}
.hotel_no_select .priceBlock_wrap {
  display: flex;
}



@media screen and (max-width: 767px) {
  .plan_box {
    margin-top: 10px;
  }
  .plan_txt_wrap {
    padding: 10px;
  }
  .txt_img_flex {
    flex-direction: column-reverse;
  }
  .txt_left {
    width: 100%;
  }
  .img_right {
    width: 100%;
  }
  .plan_02_Details .flexBox {
    flex-direction: column;
    margin-top: 0;
    padding: 10px;
    align-items: center;
  }
  .planBlock .plan_02_Details {
    padding: 0;
  }
  .planBlock .plan_02_Details .txt_left {
    padding: 10px;
  }
  .planBlock .plan_02_Details .imgBlock_plan figure {
    border-radius: 20px 20px 0 0;
  }
  .hotelName {
    font-size: 1.6rem;
  }
  .introductionTxt {
    font-size: 1.3rem;
  }
  .planBlock .planDetails {
    padding-bottom: 0;
  }
}





/*modaal
=======================*/


#alamoana_movie,
#halepuna_movie,
#ohiawaikiki_movie {
  display: none;
}
/*.modaal-wrapper .modaal-close{
  -webkit-appearance: button;
}
.modaal-close:after, .modaal-close:before {
  -webkit-appearance: button;
}*/
/*モーダルの横幅を変更したい場合*/
.modaal-container{
	max-width: 640px;
  border-radius: 5px;
  background: #e6f7f2;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}
.modaal-wrapper{
  /*top:80px;*/
  z-index: 99999;
}
.modaal-overlay{
  z-index: 9999;
}
.modaal-content-container {
    padding: 0;
}

@media screen and (max-width: 767px){
	.modaal-container{
		max-width: 550px;
    position: relative;
	}
  .modaal-wrapper{
    overflow-x: hidden;
  }
  .modaal-container{
  margin:0 auto; 
  width: 100%;
  }
  .modaal-inner-wrapper{
    padding: 25px 20px 0;
  }
  
  .modaal-wrapper .modaal-close{
    position: absolute;
		top: 0;
		right: calc(50% - 180px);
  }
  .modaal-close:after, .modaal-close:before {
    background: #333;
  }
  
}
@media screen and (max-width: 380px){
  .modaal-wrapper .modaal-close{
    top: 0;
    right: calc(50% - 175px);
  }
  
}
/*=====================*/
/*courseSec
============================*/
.courseSec h2 {
	margin: 0;
	padding: 5px 0;
	color: #fff;
	font-size: 2.4rem;
	background: #187215;
	text-align: center;
}
.courseSec h2 span {
	position: relative;
    font-family: 'Noto Serif JP', serif;
}
.courseSec h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -60px;
	transform: translateY(-50%);
	width: 45px;
	height: 19px;
	background: url("../images/ic_01.png");
}
.courseSec h2 span::after {

	position: absolute;
	content: '';
	top: 50%;
	right: -60px;
	transform: translateY(-50%) scaleX(-1);
	width: 45px;
	height: 19px;
	background: url("../images/ic_01.png");
}
@media screen and (max-width:767.98px) {
	.courseSec h2 {
		font-size: 2.2rem;
	}
}
/*==========================*/

/*course__area
============================*/
.course__area {
 /* background-color: #e5ffe5;*/
  padding: 30px 0 0;
}
.course__box {
  width: 1160px;
  margin: auto;
  /*padding: 30px;*/
  background-color: #fff;
  /*box-shadow:  3px 3px 10px 3px rgba(213, 220, 211, 1);
  color: #734900;*/
}
.course__box+.course__box {
  margin-top: 50px;
}
.no__coursebox {
  color: #734900;
  text-align: center;
  margin: 20px 0;
  font-size: 1.8rem;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
}
.course__box__inner {
  /*position: relative;*/
  /*border: 2px solid #a1762c;*/
  /*padding: 56px;*/
}
@media screen and (max-width:767.98px) {
  .course__area {
    padding: 15px 0;
  }
  .no__coursebox {
    margin: 0;
    font-size: 1.4rem;
  }
  .course__box {
    width: 97%;
    /*padding: 10px;
    box-shadow:  1px 3px 1px 1px rgba(213, 220, 211, 1);*/
  }
.course__box+.course__box {
    margin-top: 20px;
  }
.no__coursebox {
    margin: 10px 0;
  }
/*.course__box__inner {
    position: relative;
    border: 1px solid #a1762c;
    padding: 25px;
  }*/
}
/*course__kado装飾*/
/*.course__box__inner > .crs_kado01 > img {
  position: absolute;
  width: 56px;
  height: 56px;
  background-color: #fff;
}
.course__box__inner > .crs_kado01 > img:nth-of-type(1) {
    top: -10px;
    left: -10px;
}
.course__box__inner > .crs_kado01 > img:nth-of-type(2) {
    top: -10px;
    right: -10px;
}
.course__box__inner > .crs_kado01 > img:nth-of-type(3) {
    bottom: -10px;
    left: -10px;
}
.course__box__inner > .crs_kado01 > img:nth-of-type(4) {
    bottom: -10px;
    right: -10px;
}*/
/*course__kado装飾*/

  /*course__kado装飾SP*/
/*@media screen and (max-width:767.98px) {
.course__box__inner > .crs_kado01 > img {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #fff;
  }
.course__box__inner > .crs_kado01 > img:nth-of-type(1) {
    top: -5px;
    left: -5px;
  }
.course__box__inner > .crs_kado01 > img:nth-of-type(2) {
    top: -5px;
    right: -5px;
  }
.course__box__inner > .crs_kado01 > img:nth-of-type(3) {
    bottom: -5px;
    left: -5px;
  }
.course__box__inner > .crs_kado01 > img:nth-of-type(4) {
    bottom: -5px;
    right: -5px;
  }
}*/
/*course__kado装飾 SP*/

/*.course__no__box {
  display: flex;
}*/
.course__no__box p {
  margin-right: 20px;
  font-size: 1.8rem;
  padding: 0px 10px;
}
/*.course__no {
  color: #fff;
  background-color: #734900;
}*/
.course__areatag {
  border: 2px solid #734900;
}
h4.course__ttl {
  margin: 18px 0;
  font-size: 2.4rem;
  font-weight: 700;
}
h4.course__ttl a {
  color: #734900;
}
h4.course__ttl a:hover {
  color: #cd0000;
  text-decoration: underline;
  text-decoration-thickness :1px;
}
.coursearea_flex {
  display: flex;
  justify-content: space-around;
}
.coursearea_point {
  width: 60%;
}
.point_list {
  background-color: #fff8dd;
  border-radius: 12px;
  padding: 20px 20px 20px 40px;
  margin: 0;
}
.point_list li {
  position: relative;
  font-size: 1.4rem;
  color: #734900;
}
.point_list li+li{
  margin-top: 10px;
}
.point_list li::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #734900;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  margin: 6px 0px 0px -18px;
}
.coursearea_pricewrap {
  margin-top: 20px;
}
.crs_txt01 {
  font-size: 1.4rem;
}
.crs_price {
  font-size: 3.0rem;
  color: #cd0000;
  font-weight: 800;
}
/*.courseImg {
  width: 350px;
  height: 240px;
  border-radius: 12px;
}
.courseImg_caption {
  display: inline-block;
  position: absolute;
  bottom: 12%;
  right: 0;
  max-width: 275px;
  padding: 0 5px;
  text-align: right;
  text-shadow: 1px 1px 1px #000, 1px 0px 1px #000, 1px -1px 1px #000, 0px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
  color: #fff;
  font-size: 1.3rem;
  z-index: 2;
}*/
@media screen and (max-width:767.98px) {
.course__no__box p {
  margin-right: 10px;
  font-size: 1.5rem;
  padding: 0px 5px;
}
.course__areatag {
  border: 1px solid #734900;
}
h4.course__ttl {
  margin: 10px 0;
  font-size: 1.7rem;
  font-weight: 700;
}
.coursearea_flex {
  flex-direction: column-reverse;
}
.coursearea_point {
  width: 100%;
  margin-top: 15px;
}
.point_list {
  background-color: #fff8dd;
  border-radius: 12px;
  padding: 12px 12px 12px 30px;
  margin: 0;
}
.point_list li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4;
}
.point_list li+li{
  margin-top: 10px;
}
.point_list li::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #734900;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin: 6px 0px 0px -14px;
}
.coursearea_pricewrap {
  margin-top: 15px;
  text-align: right;
}
.crs_txt01 {
  font-size: 1.1rem;
}
.crs_price {
  font-size: 2.0rem;
}
}

/*course__img　slickスライドSP*/
/*==========================*/
.contentsInner_top {
  width: 1160px;
  margin: 50px auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0;
}
.hw_tit{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
    padding: 20px;
    background-color: #9bd4dc;
    font-weight: bold;
}
.hw_tit{
    font-size: 2.5rem;
}
.hw_tit p:first-child{
    font-size: 2rem;
    padding: 5px;
    background-color: #fff;
}

@media screen and (max-width:767.98px) {
    .contentsInner_top {
  width: 100%;
  margin: 30px auto;
    border-radius: 20px;
    padding: 0;
}
.hw_tit{

    padding: 10px;
    line-height: 1.2;
}
.hw_tit{
    font-size: 1.8rem;
}
.hw_tit p:first-child{
    font-size: 1.5rem;
    padding: 5px;
    background-color: #fff;
}
}


.dom_tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
    
  padding: 20px;
  background-color: #c2eec3;
    
    font-weight: bold;
  margin-bottom: 20px;
}
.dom_tit {
    font-size: 2.5rem;
}
.course__box__inner a {
  color: #333;
}
.dom_tit .txt_wrap {
  
}
@media print, screen and (min-width: 768px) {
  .course__box__inner a:hover .dom_tit .course__ttl {
    border-bottom: 1px solid #734900;
    color: #734900;
  }
}
.dom_tit p:first-child {
    font-size: 2rem;
    padding: 5px;
    background-color: #fff;
}

.course__box__inner .coursearea_imgbox .slider_plan figure img {
  border-radius: 20px;
}

@media screen and (max-width:767.98px) {
  .contentsInner_top {
    width: 100%;
    margin: 30px auto;
    border-radius: 20px;
    padding: 0;
}
.dom_tit {
    padding: 10px;
    line-height: 1.2;
}
.dom_tit {
    font-size: 1.8rem;
}
.hw_tit p:first-child{
    font-size: 1.5rem;
    padding: 5px;
    background-color: #fff;
}
}

.course_img{
    display: flex;
    justify-content: center;
}
.course_img figure {
    border-radius: 20px;
}

main [class*="js_rweb2404_img_"] {
    width: 350px;
    height: 240px;
}
.course__photo .-cpy {
    display: inline-block;
    position: absolute;
    bottom: 3%;
    right: 0;line-height: 1.2;
    width: 100%;
    padding: 0 32px;
    text-align: right;
    text-shadow: 1px 1px 1px #000, 1px 0px 1px #000, 1px -1px 1px #000, 0px -1px 1px #000, -1px 1px 1px #000, -1px -1px 1px #000;
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
}
.course__photo::after {
    display: block;
    top: 0;
    left: 0;
}
.course__box__inner .btn_wrap {
  text-align: left;
}
.course__box__inner .reserveBtn {
  margin: 10px auto;
  font-weight: 700;
  width: 400px;
  padding: 10px 0;
  background: #3aa636;
  border-radius: 50px;
  border: #fff;
  box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .2);
  transition: all .3s;
}
.course__box__inner .reserveBtn a  {
  position: relative;
  padding: 10px 110px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  transition: all .3s;
  width: 100%;
}
.course__box__inner .reserveBtn a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;	
  border-bottom: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
  transition: all .3s;
}
@media print, screen and (min-width: 768px) { 
  .course__box__inner .reserveBtn:hover {
    background: #a1ce9f;
    transition: all .3s;
  }
  
}
@media screen and (max-width:767.98px) {
  .course__box__inner .btn_wrap {
    text-align: center;
  }
  .course__box__inner .reserveBtn {
    width: 300px;
    padding: 5px 0;
  }
  .course__box__inner .reserveBtn a  {
    padding: 5px 65px;
  }
}
@media screen and (max-width:340px) {
  .course__box__inner .reserveBtn a  {
    padding: 5px 50px;
  }
}