@charset "UTF-8";


.pc_tit_wrap{
    width: 960px;
    margin: 0 auto;
}
.titwrap{
    background: url("../img/bg.jpg") no-repeat;
   background-attachment: fixed;
  background-position: top center;
    padding: 40px 0 100px;
    position: relative;
}
.titwrap::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: url("../img/bg_white.png") no-repeat top center;
    width: 100%;
    height: 80px;
}
.titbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.titwrap .tit{
    wax-width: 620px;
}
.titwrap .tit img{
     width: 620px;
}
.titwrap .tit_sub{
    position: relative;
    background-position: center;
    padding: 40px 10px;
    color: #4d5595;
    font-weight: bold;
    text-align: center;
    margin-left: -10px;
    
}
.titwrap .tit_sub::after{
    content: "";
    width: 420px;
    height: 312px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: url("../img/tit_bg.png") no-repeat;
    z-index: 0;
}
.titwrap .tit_sub h3{
    font-size: 2.5rem;
    margin: 0 0 10px;
     z-index: 1;
    position: relative;
}
.titwrap .tit_sub .txt{
    font-size: 1.4rem;
     z-index: 1;
    position: relative;
}
/*--*/
.pointbox{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 20px;
}
.pointbox li{
    background-color: rgba(255,255,255,0.9);
    border-radius: 100px;
    text-align: center;
    color: #434c8e;
    font-size: 2.2rem;
    font-weight: bold;
    width: 300px;
    padding: 10px;
    line-height: 1;
    box-shadow: 2px 2px 2px #01285d40;
    align-content: center;
}
.pointbox li::before{
    content: "";
    display: inline-block;
    background: url("../img/check.png") no-repeat;
    background-size: 25px 20px;
    width: 25px;
    height: 20px;
}
.pointbox li span{
    font-size: 1.6rem;
}
/*--*/
.txtarea{
    position: relative;
    border: 1px solid #ffffff;
    background-color: rgba(255,255,255,0.4);
    padding: 30px 30px 0;
    color: #434c8e;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
}
.txtarea::before{
    content: "";
    position: absolute;
    display: inline-block;
    background: url("../img/bg_illust.png") no-repeat;
    width: 194px;
    height: 150px;
    top: 20px;
    right: 40px;
    z-index: 0;
}
.txtarea .txtbox{
    position: relative;
    z-index: 1;
}
.txtarea .txtbox:first-child{
    margin-bottom: 40px;
}
.txtarea .txtbox h3{
    font-size: 2.8rem;
    background: url("../img/line.png") no-repeat;
    background-position: bottom center;
    line-height: 1.2;
    margin: 0 0 20px;
}
.txtarea .txtbox:nth-child(2) h3{
    background: url("../img/line2.png") no-repeat;
    background-position: bottom center;
    letter-spacing: -1px;
}
.txtarea .txtbox p{
    font-size: 1.8rem;
}
.txtarea .txtbox ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.txtarea .txtbox ul li{
    background: url("../img/tit_bg02.png") no-repeat;
    background-position: center;
    width: 226px;
    height: 143px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.2;
}
/*-------*/
.coursewrap,.abdombtn{
    width: 1236px;
    margin: 0 auto 60px;
    padding: 0 5px;
}
.coursewrap h2 {
    display: flex;
    align-items: center;
    color: #434c8e;
    font-size: 4rem;
    font-weight: bold;
    margin: 0;
}
 
.coursewrap h2:before,
.coursewrap h2:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #434c8e;
}
 
.coursewrap h2:before {
    margin-right: 2rem;
}
 
.coursewrap h2:after {
    margin-left: 2rem;
}
.coursebox_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:25px;
    margin-top: 40px;
}
.coursebox_wrap .coursebox a{
    display: block;
     width: 600px;
    background: #f4f4f4;
    padding: 10px;
     box-shadow: 2px 2px 2px #00000020;
}
.coursebox_wrap .no_course_wrap {
     width: 100%;
}
.coursebox_wrap .coursebox p.no_course{
  padding: 20px;
  text-align: center;
  font-size: 2.0rem;
}

.iconarea{
    display: flex;
    /*justify-content: flex-start;
    align-items: center;*/
    align-items: flex-start;
    gap:10px;
    margin-bottom: 10px;
}
.iconarea ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}
.iconarea ul li{
    border-radius: 50px;
    font-weight: bold;
    text-align: center;
    padding: 7px 10px 5px;
    line-height: 1;
}
.iconarea ul.num_area{
    font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .iconarea ul.num_area{
    width: 44%;
  }
}
.iconarea ul.date{
    font-size: 1.3rem;
    flex-wrap: wrap;
}
.iconarea ul.num_area li:first-child{
    background-color: #444c8e;
    color: #ffffff;
}
.iconarea ul.num_area li:last-child{
    border:1px solid #444c8e;
    color: #444c8e;
    background-color: #ffffff;
}
.iconarea ul.date li{
    background-color: #efb018;
    padding: 7px 5px 5px;
    color: #ffffff;
}
.tour_cont{
    display: flex;
    justify-content: space-between;
}
.tour_cont .tour_cont_box{
    width: 290px;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
    
}

.coursebox a{
    font-size: 2rem;
    color: #333333;
    line-height: 1.2;
    font-weight: bold;
   
}

.tour_cont .tour_cont_box .tour_cont_price{
    line-height: 1.2;
    margin-top: 10px;
}
.tour_cont .tour_cont_box .tour_cont_price p{
    text-align: right;
}
.tour_cont .tour_cont_box .tour_cont_price p:first-child{
    font-size: 1.3rem;
    color: #333333;
}
.tour_cont .tour_cont_box .tour_cont_price p:last-child{
    color: #cc0d21;
    font-size:2.8rem;
    font-weight: bold;
}
.tour_cont figure img{
    width: 280px;
}
.tour_cont figure{
    position: relative;
}
.tour_cont figure figcaption{
    font-size: 1.3rem;
    position: absolute;
    font-weight: normal;
    text-align: right;
    bottom: 5px;
    right: 24px;
color: #ffffff;
    line-height: 1;
    text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) 0.5403px 0.84147px 2px, rgba(0, 0, 0, .8) -0.41615px 0.9093px 2px, rgba(0, 0, 0, .8) -0.98999px 0.14112px 2px, rgba(0, 0, 0, .8) -0.65364px -0.7568px 2px, rgba(0, 0, 0, .8) 0.28366px -0.95892px 2px, rgba(0, 0, 0, .8) 0.96017px -0.27942px 2px;
}
/*--*/
.abdombtn{
    display: flex;
    justify-content: space-between;
}
.abdombtn p a{
    display: block;
    width: 600px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 2.8rem;
    position: relative;
    box-shadow: 2px 2px 2px #00000020;
}

.abdombtn p.ab_btn a{
    background: #456fd8;
    border: 6px solid #96a9d8;
    text-align: center;
    padding: 10px;
    
}
.abdombtn p.dom_btn a{
    background: #08af72;
    border: 6px solid #8cc0ad;
    text-align: center;
    padding: 10px;
    
}

 .abdombtn p a::after{
    content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
}
.abdombtn p a span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    line-height: 1;
}
.abdombtn p a span::before{
     position: absolute;
    content: "";
    display: inline-block;
     width: 35px;
    height: 35px;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.abdombtn p.ab_btn a span::before{
    background: url(/med/app-files/img/cmn_ic15.png) no-repeat;
    background-size: 35px;
}
.abdombtn p.dom_btn a span::before{
    background: url(/med/app-files/img/cmn_ic16.png) no-repeat;
     background-size: 35px;
    
}
@media print, screen and (min-width: 768px) {
    .spOnly{
        display: none;
    }
    .pcOnly{
        display: inline-block;
    }
    .coursebox_wrap .coursebox a:hover {
  transform: translate(2px,2px);
  box-shadow: none;
}
    .abdombtn p a:hover{
    transform: translate(2px,2px);
  box-shadow: none;
}
    .coursebox a:hover .tour_cont_tit{
    text-decoration: underline;
    color: #069;
}
    
}
@media print, screen and (max-width: 767px)  {
  .spOnly{
    display: inline-block;
  }
  .pcOnly{
    display: none;
  }
  .pc_tit_wrap{
    width: 100%;
  }
  .titwrap{
    background: none;
    position: relative;
    background-attachment: fixed;
    background-position: top center;
    padding: 40px 5px 60px;
  }
  .titwrap::before{
    content: "";
    display: block;
    position:fixed;
    top:0;
    left:0;
    width: 100%;
    height:100vh;
    background: url("../img/bg_sp.jpg") no-repeat;
    background-size: 100%;
    z-index:-1;
  }
  .titwrap::after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    background: url("../img/bg_white.png") no-repeat top center #ffffff;
    border-radius: 50% 50% 0 0;
    background-size: 100%;
    width: 100%;
    height: 40px;
  }
  .titbox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .titwrap .tit{
    wax-width: 620px;
  }
  .titwrap .tit_sub{
    padding: 25px 0;
    margin-left: -10px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
  }
  .titwrap .tit_sub::after{
    background: url("../img/tit_bg_sp.png") no-repeat;
    background-size: 350px 175px;
    width: 350px;
    height: 175px;
  }
  .titwrap .tit_sub h3{
    font-size: 1.8rem;
    margin: 0 0 5px;
  }
  .titwrap .tit_sub .txt{
    font-size: 1.3rem;
  }
/*--*/
  .pointbox{
    justify-content: center;
    flex-wrap: wrap;
    gap:5px;
    position: relative;
    z-index: 1;
    margin-top: 10px;
  }
  .pointbox li{
    font-size: 1.8rem;
    width: 90%;
    padding: 5px;
  }
  .pointbox li span {
    font-size: 1.4rem;
  }
/*--*/
  .txtarea{
    position: relative;
    padding: 20px 5px 0;
  }
  .txtarea::before{
    background: url("../img/bg_illust.png") no-repeat;
    background-size: 140px 108px;
    width: 140px;
    height: 108px;
    top: 10px;
    right: 10px;
  }
  .txtarea .txtbox:first-child{
    margin-bottom: 20px;
  }
  .txtarea .txtbox h3{
    display: inline-block;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0 0 10px;
  }
  .txtarea .txtbox:last-child h3{
    margin: 0;
  }
  .sp_line{
    display: inline-block;
    background: url("../img/line.png") no-repeat;
    background-position: bottom center;
  }
  .txtarea .txtbox p{
    font-size: 1.3rem;
  }
  .txtarea .txtbox ul{
    flex-wrap: wrap;
  }
  .txtarea .txtbox ul li{
    background-size: 157px auto;
    width: 143px;
    height: 93px;
    font-size: 1.4rem;
  }
/*-------*/
  .coursewrap,.abdombtn{
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    background: #ffffff;
  }
  .coursewrap h2 {
    font-size: 3rem;
    margin: 0;
  }
  .coursebox{
    width: 100%;
  }
  .coursebox_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:15px;
    background-color: #ffffff;
  }
  .coursebox_wrap .coursebox a{
     width: 100%;
    padding: 10px;
  }
  .iconarea{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap:10px;
    margin-bottom: 10px;
  }
  .iconarea ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
  }
  .iconarea ul li{
    padding: 7px 10px 5px;
  }
  .tour_cont{
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .tour_cont .tour_cont_box{
    width: 100%;
    margin-top: 10px;
    order: 2;
  }
  .coursebox a .tour_cont_tit{
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: underline;
    color: #069;
  }
  .tour_cont .tour_cont_box .tour_cont_price{
    line-height: 1.2;
    margin-top: 10px;
  }
  .tour_cont .tour_cont_box .tour_cont_price p:last-child{
    font-size:2.3rem;
  }
  .tour_cont figure img{
    width: 280px;
  }
}
/*--*/
/*.abdombtn{
    justify-content: center;
    flex-wrap: wrap;
    gap:10px;
}*/
.abdombtn .ab_btn {
    margin-bottom: 10px;
}
.abdombtn p{
    width: 100%;
}
.abdombtn p a{
    width: 100%;
    font-size: 1.8rem;
}
.abdombtn p.ab_btn a{
    border: 3px solid #96a9d8;
    padding: 10px;
    
}
.abdombtn p.dom_btn a{
    border: 3px solid #8cc0ad;
    padding: 10px;
    
}
 .abdombtn p a::after{
  right: 15px;
  width: 16px;
  height: 16px;
}
.abdombtn p a span{
    padding-left: 35px;
}
.abdombtn p a span::before{
     width: 30px;
    height: 30px;
}
.abdombtn p.ab_btn a span::before{
    background-size: 30px;
}
.abdombtn p.dom_btn a span::before{
     background-size: 30px;
    
}
.Footer{
  margin: 0;
  background-color: #fff;
}
@media print, screen and (max-width: 767.98px) {
  .footer_sitemap {
    margin: 0 auto;
  }
}
/*swiper
======================================================*/
.imgBox{width: 280px;height: 210px;}
.swiper-backface-hidden .swiper-slide{
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.imgBox div{
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    
}


.tour_cont figure figcaption{
    z-index: 2;
}
.imgBox .swiper-button-prev {
  left: 0;
    border-radius: 0 5px 5px 0;
}
.imgBox .swiper-button-next {
  right: 0;
    border-radius: 5px 0 0 5px;
}
.imgBox .swiper-button-next, 
.imgBox .swiper-button-prev {
    margin: 0;
    top: 50%;
  width: 20px;
  height: 50px;
  color: #fff;
    transform: translateY(-50%);
  background-color: rgba(0,0,0,0.60);
  opacity: .8;
}
.imgBox [class^="swiper-button-"]::after{
    font-size: 15px;
}

@media print, screen and (max-width: 767.98px) {
	.imgBox .swiper-button-next, 
	.imgBox .swiper-button-prev {
  	width: 25px;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 2.5rem!important;
	}
}
.Footer  {
  margin: 0 auto;
}
/*====================================================*/
.imgBox{
    background-image: url("/med/app-files/img/tabimono_img.png");
    background-size: 200px auto;
    background-position: center;
    background-color: #C1C1C1;
    background-repeat: no-repeat;
}



/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 40px auto 0;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #fff;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	cursor: pointer;
	z-index: 2;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
	cursor: pointer;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/