@charset "UTF-8";
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;700&display=swap");


body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
}

.pc {display: block;}
.sp {display: none;}
@media only screen and (max-width: 896px) {
  .pc {display: none;}
  .sp {display: block;}
}


a:hover,
a:active {
  text-decoration: none;
}
.txtC {text-align: center !important;}
.txtR {text-align: right !important;}
.txtL {text-align: left !important;}
.txtRed {color: #ff2424 !important;}
.bold {font-weight: bold !important;}
.normal {font-weight: normal !important;}
.txts{font-size: 1.4rem;}
.mb20{margin-bottom:20px !important;}
.mb30{margin-bottom:30px !important;}
.mb40{margin-bottom:40px !important;}
.mb50{margin-bottom:50px !important;}

a {outline:none;}


/*anim
------------------------------------------------------- */
.anim {
/*
  position: relative;
  opacity: 0.1;
*/
transition:all 0.2s;
}
.fadein {
  opacity: 0;
  filter: blur(1.5rem);
  -webkit-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
.fadein.isAnimate {
    opacity: 1;
    filter: blur(0);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

.scrollin {
	opacity: 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
  -webkit-transform: translate(0, 20px);
	transform: translate(0, 20px);
	-webkit-transition: opacity .5s  ease .2s ,-webkit-transform .5s ease .2s;
	transition: opacity .5s  ease .2s ,-webkit-transform .5s ease .2s;
	transition: opacity .5s  ease .2s ,transform .5s ease .2s;
	transition: opacity .5s  ease .2s ,transform .5s ease .2s ,-webkit-transform .5s ease .2s;
}
.scrollin.isAnimate{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
	  transform: translate(0, 0);
  }


/*
------------------------------------------------------- */
#wrap-container {
  font-size: 16px;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  line-height: 2;
}
#breadcrumbs .rcrumbs-cover {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

/*pageCont*/
.pageCont {
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .pageCont {
    max-width: 100%;
  }
}


/*main visual
------------------------------------------------------- */
.secMv{
  width: 100%;
  margin-bottom: 10px;
}
.pc_mv {display: block;}
.tab_mv {display: none;}
.sp_mv {display: none;}
@media only screen and (max-width: 1024px) {
  .pc_mv {display: none !important;}
  .tab_mv {display: block;}
  .sp_mv {display: none;}
}
@media only screen and (max-width: 480px) {
  .pc_mv {display: none !important;}
  .tab_mv {display: none !important;}
  .sp_mv {display: block;}
}



.secMv_caption{
  text-align: right;
  margin: 0 10px 40px;
  font-size: 1.6rem;
}
@media only screen and (max-width:  896px) {
  .secMv_caption{
    font-size: 1.4rem;
    margin: 0 10px 20px;
  }
}


/* ttl 
------------------------------------------------------- */
.ttl_wrap{
  text-align: left;
  margin-bottom: 60px;
}
.ttl_wrap img{
  display: block;
}
.ttl_wrap.rcm img{
  width: 609px;
}
.ttl_wrap.plan{
  margin-bottom: 20px;
}
.ttl_wrap.plan img{
  width: 255px;
}
.ttl_wrap h2{
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  font-size:2.8rem;/*2.4rem*/
  font-weight: bold;
  padding-bottom:20px;
  border-bottom: solid 1px #000;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.ttl_wrap h3{
  font-size:2.2rem;
  margin-bottom: 35px;
  letter-spacing: 0.05em;
}
.ttl_wrap h3 span{
  display: inline-block;
  line-height: 1;
  padding: 15px 25px;
  background: #000;
  color: #fff;
}
.ttl_wrap p{
  padding: 20px 0 0;
  font-size: 1.6rem;
}
@media only screen and (max-width: 896px) {
  .ttl_wrap{
    margin-bottom: 40px;
  }
  .ttl_wrap h2{
    font-size:2.0rem;
  }
}
@media only screen and (max-width: 480px) {
  .ttl_wrap h3{
    font-size:2.1rem;
    margin-bottom: 20px;
  }
  .ttl_wrap h3 span{
    padding: 10px 15px;
  }
}

/*ttl_line*/
.ttl_line{
  display: block;
  text-align: left;
  margin-bottom: 40px;
}
.ttl_line span{
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  font-size:2.4rem;
  font-weight: bold;
  padding-bottom:10px;
  border-bottom: solid 1px #000;
  letter-spacing: 0.2em;
}



/*btn
------------------------------------------------------- */
.btn_blk a{
  display: inline-block;
  position: relative;
  background: #000;
  color: #fff;
  padding: 1.2em 3em 1.2em 1.2em;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  font-weight: normal;
}
.btn_blk a:after{
  line-height: 0;
  content: url(/domtour/kyushu/miyazaki_cpn/image/search.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right:15px;
  transition: all .3s;
}
.btn_blk.org a:after{
  content: url(/domtour/kyushu/miyazaki_cpn/image/blank.svg);
  width: 12px;
  height: 12px;
}
.btn_blk a:hover{
  background: #444;
}

.btn_blk.org a{
  background: #d33508;
  min-width: 32%;
}
@media only screen and (max-width: 480px) {
  .btn_blk a{
    width: 100%;
    font-size: 1.5rem;
  }
  .btn_blk.org a{
    text-align: center;
  }
}


/* anchor */
.anchor_tokuten p{
  text-align: center;
  padding: 40px 20px 120px;
}
.anchor_tokuten p a{
  display: inline-block;
  text-align: center;
  padding: 28px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  color: #000;
  transition: all .3s;
}
.anchor_tokuten p a:hover{
  color: #666;
}
.anchor_tokuten p a::before{
  content: '';
  background:#000;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -21px;
  width: 1px;
  height: 32px;
  transition: all .3s;
}
.anchor_tokuten p a:hover::before{
  bottom: -28px;
}
.anchor_tokuten p a::after{
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -19px;
  margin: auto;
  padding: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .3s;
}
.anchor_tokuten p a:hover::after{
  bottom: -26px;
}
@media only screen and (max-width: 896px) {
  .anchor_tokuten p{
    padding: 20px 20px 30px;
  }
  .anchor_tokuten p a{
    font-size: 1.8rem;
  }
}

/*image01*/
.image01_wrap{
  width: 100%;
  position: relative;
  padding-top: 60px;
  z-index: -1;
}
.image01_wrap::after{
  content: '';
  background: #EFEDDF;
  position: absolute;
  right: 0;
  top: 0;
  width:40%;
  height:284px;
  z-index: 0;
}
.image01_wrap .image01{
  margin: 0 auto;
  max-width: 1140px;
  text-align: right;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
.image01_wrap .image01 img{
  position:relative;
  width: 544px;
  height: 299px;
}
.image01_wrap .image01 .img_caption{
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-block;
  padding: 10px;
  background-color: rgba(0,0,0,0.50);
  color:#fff;
  font-size: 1.5rem;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .image01_wrap {
    padding-top: 30px;
  }
  .image01_wrap::after{
    width:80%;
    height:126px;
  }
  .image01_wrap .image01{
    text-align: center;
    max-width:90%;
    display:block;
  }
  .image01_wrap .image01 img{
    position:relative;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .image01_wrap .image01 .img_caption{
    padding: 5px;
    font-size: 1.15rem;
  }
}


/* recommend */
.recommend_wrap{
  margin-top: -30px;
  margin-bottom: 40px;
  position: relative;
}
.recommend_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend_list li{
  width: 32%;
  margin-bottom: 70px;
}
.recommend_list li img{
  display: block;
  margin-bottom: 20px;
}
.recommend_list li h3{
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
@media only screen and (max-width:896px) {
  .recommend_wrap{
    margin-top: 20px;
  }
  .recommend_list li{
    width: 48%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width:480px) {
  .recommend_list li{
    width: 96%;
    margin: 0 auto 30px;
  }
}


/* present */
.present_wrap{
  background: url(/domtour/kyushu/miyazaki_cpn/image/bg_present.jpg) #FFCE00 no-repeat top left;
  background-size: 100%;
  padding: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin:80px 0 0;
  position: relative;
}
.present_wrap > .end {
  position: absolute;
  z-index: 4;
  width: 104%;
  height: 108%;
  left:-2%;
  top:-4%;
  z-index:100;
  background: rgba(51,51,51,.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.2rem;
  padding: 20px;
  box-sizing: border-box;
}
.present_wrap > .end .txt {
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .present_wrap > .end .txt {
    font-size: 3.0rem;
  }
}
.fukidashi{
  position: absolute;
  top:-20px;
  left:15px;
  width: 168px;
}
.present_icon{
  width: 12%;
}
.present_txt{
  width: 55%;
}
.present_txt h3{
  font-family: "Noto Serif JP", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  /*display: inline-block;*/
  font-size:2.4rem;
  text-align: left;
  font-weight: bold;
  padding-bottom:15px;
  margin-bottom: 30px;
  border-bottom: solid 1px #000;
  line-height: 1.4;
}
.present_txt p{text-align: left;}
.present_txt > .note{
  display: block;
  margin-top: 20px;
}
.present_img{
  width:25%;
}
.present_img > ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.present_img > ul li{
  width: 100%;
  margin-bottom: 15px;
}
.present_img > ul li span{
  display: block;
  font-size: 1.3rem;
  padding:5px 0 0;
  line-height: 1.2;
  text-align: left;
}
.present_img > p{
  font-size: 1.3rem;
}
@media only screen and (max-width: 894px) {
  .present_wrap{
    padding:  25px 18px;
  }
  .present_icon{
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .present_icon img{
    width: 120px;
  }
  .present_txt{
    width: 70%;
  }
  .present_img{
    width: 25%;
  }
}
@media only screen and (max-width: 680px) {
  .present_wrap{
    background: url(/domtour/kyushu/miyazaki_cpn/image/bg_present_sp.jpg);
    background-size: cover;
    padding:  22px 14px;
    flex-direction:column;
    text-align: center;
    justify-content: center;
    margin:60px 0 0;
  }
  .present_txt,.present_img{
    width: 100%;
  }
  .present_txt{
    margin-bottom: 20px;
  }
  .fukidashi{
    top:-40px;
    left:5px;
    width: 130px;
  }
}


/*about_coupon*/
.about_coupon_wrap{
  width: 100%;
  background-color: #00AFF0;
  position: relative;
  padding: 80px 0;
  margin-bottom: 100px;
}
.about_coupon_wrap::before{
  content: '';
  width: 50%;
  height: 100%;
  position: absolute;
  top:0;
  right: 0;
  background: url(/domtour/kyushu/miyazaki_cpn/image/bg_coupon.jpg) no-repeat top center;
  background-size: cover;
}
.about_coupon{
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}
.coupon_txt_area{
  width: 45.1%;
  background-color: rgba(255,255,255,0.9);
  padding: 30px;
  margin-bottom: 70px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:10px 10px 10px rgba(0, 0, 0, 0.1);
}
.coupon_logo{
  width: 100%;
  max-width: 411px;
  margin-bottom: 15px;
  display: block;
}
.coupon_note li{
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left:1em;
  line-height: 1.3;
  margin-bottom: 4px;
}
.coupon_img_area{
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  padding: 20px 30px 20px;
  margin-bottom: 30px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow:10px 10px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
.coupon_img_area .img_coupon{
  position: absolute;
  left:3px;
  top: -55px;
  width: 160px;
}
.coupon_img_area h4{
  display: block;
  margin-bottom:5px;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.coupon_img_area > ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.coupon_img_area > ul li{
  width: 30.5%;
}
.coupon_img_area > ul li span{
  display: block;
  font-size: 1.3rem;
  padding-top: 4px;
}
@media only screen and (max-width: 1024px) {
  .about_coupon{
    max-width: 100%;
  }
  .coupon_logo{
    
    margin:0 auto 20px;
    text-align: center;
    display: block;
  }
  .coupon_txt_area{
    width: 100%;
  }
  .coupon_txt_area .ttl_line{
    margin-bottom: 20px;
  }
  .coupon_img_area{
    padding: 20px 20px 10px;
  }
  .coupon_img_area .img_coupon{
    left:0;
    top: -55px;
    width: 140px;
  }
}
@media only screen and (max-width: 480px) {
  .about_coupon_wrap{
    padding:0 0 60px;
    margin-bottom: 60px;
  }
  .about_coupon_wrap::before{
    content: '';
    width: 100%;
    height: 220px;
    position: inherit;
    background: url(/domtour/kyushu/miyazaki_cpn/image/bg_coupon_sp.jpg) no-repeat top center;
    background-size: cover;
    display: block;
    margin-bottom: 20px;
  }
  .coupon_txt_area{
    padding:20px 15px;
    margin-bottom: 40px;
  }
  .coupon_txt_area .ttl_line span{
    font-size: 2rem;
  }
  .coupon_img_area{
    padding: 15px 10px 10px;
  }
  .coupon_img_area .img_coupon{
    top: -42px;
    width: 110px;
  }
  .coupon_img_area > ul{
    flex-wrap: wrap;
  }
  .coupon_img_area > ul li{
    width:100%;
    margin-bottom: 10px;
  }
  .coupon_img_area > ul li span{
    font-size: 1.1rem;
    line-height: 1.2;
  }
}


/*modal*/
.modal_inner{
  width: 100%;
  margin: 30px auto;
  display: block;
  text-align: left;
}
.facilities_list{  
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.facilities_list ul{
  width: 49%;
}
.facilities_list ul li{
  padding: .3em .6em .3em 0;
  border-bottom: solid 1px #ddd;
  text-align: left;
  padding-left:1em;
  text-indent: -1em;
}
.modal_inner .note{
  padding-left:1em;
  text-indent: -1em;
}
@media only screen and (max-width: 1100px) {
  .facilities_list ul{
    width: 100%;
  }
}


#coupon_plan{
  margin-top:-80px;
  padding-top: 80px;
}
@media only screen and (max-width: 896px) {
  #coupon_plan{
    margin-top:-60px;
    padding-top: 60px;
  }
}

/* hotel */
.hotel_wrap{
  padding:50px 0 40px;
  margin-bottom: 40px;
}
.hotel_wrap > p{
  margin-bottom:20px;
}
.hotel_wrap > .note{
  margin-bottom: 20px;
}
.hotel_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotel_list .hotel_cont{
  width: 32%;
  margin-bottom: 50px;
}
.hotel_list .hotel_cont img{
  display: block;
  margin-bottom: 15px;
}
.hotel_list .hotel_cont h3{
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.hotel_list .hotel_cont ul.tag{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.hotel_list .hotel_cont ul.tag li{
  padding: 5px 6px;
  margin: 0 2px 8px 2px;
  border-radius:2px;
  line-height: 1;
  color: #fff;
  font-size: 1.25rem;
}
.hotel_list .hotel_cont ul.tag li.tag_dinner {background-color:#93A21E;}
.hotel_list .hotel_cont ul.tag li.tag_gradeup {background-color:#5C437C;}
.hotel_list .hotel_cont ul.room{
  background: #F5F5F5;
  padding: 0.7em;
  width:100%;
  margin-bottom: 15px;
}
.hotel_list .hotel_cont ul.room li{
  display: block;
  line-height: 1.3;
}
.hotel_list .hotel_cont ul.room li:not(:last-child){
  margin-bottom: 5px;
}
.hote_link{
  margin: 20px auto 0;
}
.hote_link a{
  background: #d33508;
  display: block;
  position: relative;
  color: #fff;
  padding: 1.1em 1.2em;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}
.hote_link a:after{
  line-height: 0;
  content: url(/domtour/kyushu/miyazaki_cpn/image/blank.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right:15px;
  transition: all .3s;
}
.hote_link a:hover{
  background:#444;
}

.res-btn-link.type-01 a{width:45%;min-width:100%;text-align:center}



@media only screen and (max-width: 896px) {
  .hotel_wrap{
    padding:40px 0 40px;
  }
  .hotel_list .hotel_cont{
    width: 48%;
    margin-bottom: 40px;
  }
  .hotel_list .hotel_cont ul.room li{
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 480px) {
  .hotel_list .hotel_cont{
    width: 96%;
    margin: 0 auto 40px;
  }
  .hotel_list .hotel_cont img{
    margin-bottom: 7px;
  }
  .hotel_list .hotel_cont ul.tag{
    margin-bottom:5px;
  }
  .hotel_list .hotel_cont ul.room{
    margin-bottom: 10px;
  }
}


/*etc_wrap*/
.etc_wrap{
  width: 100%;
  margin-bottom: 100px;
}
.etc_box{
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.etc_box .etc_cont{
  width: 48%;
  background: #F5F5F5;
  padding: 30px;
  box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow:5px 5px 5px rgba(0, 0, 0, 0.2);
}
.etc_box .etc_cont.col1{
  width: 90%;
  margin: auto;
}
.etc_box .etc_cont.col1 p{
  text-align: center;
}
.etc_box .etc_cont h4{
    display: block;
    text-align: center;
    line-height:2;
    font-size:2rem;
    margin-bottom: 20px;
    background: #000;
    color: #fff;
}
.etc_box .etc_cont p{
  margin-bottom: 20px;
}
.etc_box .etc_cont .etc_link{ 
  text-align: center;  
}
.etc_box .etc_cont .etc_link a{
  display: inline-block;
  padding: 1.1em 1.2em;
  line-height: 1;
  background: #d33508;
  color: #fff;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  min-width: 220px;
  transition: all .3s;
  position: relative;
}
.etc_box .etc_cont .etc_link a::after{
  line-height: 0;
  content: url(/domtour/kyushu/miyazaki_cpn/image/blank.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right:15px;
  transition: all .3s;
}
.etc_box .etc_cont .etc_link a:hover{
  background:#444;
}

.etc_box .etc_cont .etc_link a.nolink{
  pointer-events: none;
  cursor: none;
  background: #666;
}
.etc_box .etc_cont .etc_link a.nolink::after{
  display: none;
}
@media only screen and (max-width: 1024px) {
  .etc_box .etc_cont{
    padding: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .etc_box{
    width: 100%;
    display: block;
  }
  .etc_box .etc_cont,
  .etc_box .etc_cont.col1{
    width: 100%;
    padding: 15px;
  }
  .etc_cont:first-of-type{
    margin-bottom: 20px;
  }
  .etc_box .etc_cont h4{
    margin-bottom: 10px;
    font-size:1.8rem;
  }
  .etc_box .etc_cont p{
    margin-bottom:5px;
    font-size: 92%;
  }
  .etc_box .etc_cont .etc_link a{
    display: inline-block;
    padding: .6em  1.2em;
  }
}


/*note*/
.note li{
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left:1em;
  line-height: 1.3;
  margin-bottom: 4px;
  text-align: left;
}

/*module*/
.module_wrap{
  margin-bottom: 80px;
}
.module_note{
  text-align: center;
  line-height: 1.4;
  color: #d10022;
}
.d_moduleArea > .res-contents{
  margin-top: 0;
}

@media only screen and (max-width: 480px) {
  .module_wrap{
    margin-bottom: 40px;
  }
  .module_note{
    text-align: left;
    font-size: 1.4rem;
  }
}


/*追従バナー*/
.fixbnr_wrap{
  position: fixed;
  bottom: 0;
  background: rgba(204,204,204,0.65);
  z-index: 10001;
  width: 100%;
}
.fixbnr_over {
  padding: 10px 50px;
  text-align: center;
  margin: 0 auto;
}
.fixbnr_over a{
  display: inline-block;
}
.fixbnr_over img{
  margin: auto;
}
.fixbnr_close {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  text-decoration: none !important;
  color: #787878;
}
.fixbnr_wrap .pc{display:block;}
.fixbnr_wrap .sp{display:none;}
@media only screen and (max-width: 767px) {
.fixbnr_wrap .pc{display:none;}
.fixbnr_wrap .sp{display:block;}
}


/*info*/
.fc-box {
  padding: 20px;
}
.fc-box p{
  color: #FF0004;
  font-weight: bold;
}

/*ボタンリンク無効*/
a.null{
  pointer-events: none;
  /*background:#bbb !important;*/
  position: relative;
}
a.null::before{
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left:0;
  background: rgba(0,0,0,0.50);
  z-index: 1;
  position: absolute;
}

.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.etc_box .etc_cont .flexBox .etc_link {
    width: 49%;
}
.etc_box .etc_cont .flexBox .etc_link a{
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .etc_box .etc_cont .flexBox .etc_link {
        width: 100%;
    }
    .etc_box .etc_cont .flexBox .etc_link:nth-of-type(n+2) {
        margin-top: 15px;
    }
    .etc_box .etc_cont .flexBox .etc_link a{
        line-height: 1.8;
    }
}


  /* //////確認ポップアップモーダル////// */
  .fix-bg { position: fixed; left: 0; right: 0; height: auto;}
  #conf-modal { width: 100%; max-width: 1000px; margin: auto; position: fixed; top: 50%; transform: translateY(-50%); z-index: 10000000000; height: auto; display: none; left: 0; right: 0;}
  .conf-modal-body { width: 100%; height: 100%; position: relative; background-color: #f2f2f2; overflow-y: auto;}
  .conf-modal-body .modal-header { background-color: #bee4f3; padding: 10px 0;}
  .conf-modal-body .modal-header p { margin-top: 0; font-size: 2.8rem; font-weight: bold; text-align: center;}
  .conf-modal-body .modal-main { padding: 40px 15px;}
  .conf-modal-body .modal-main .m-hdg-lv2 { margin-top: 20px;}
  .conf-modal-body .modal-main .notes-text1 { text-align: center; margin-bottom: 20px;}
  .conf-modal-body .modal-main .notes-text2 { width: 100%; max-width: 690px; margin: 20px auto;}
  .conf-modal-body .modal-main .btn-parent { display: flex; justify-content: space-between;}
  .conf-modal-body .modal-main .btn-parent .popup-btn { width: 60%; background-color: #00146e !important; color: #fff; font-size: 120%; text-align: center; padding: 15px 5px; height: auto; min-height: 65px; border: 0; transition: none; position: relative; text-decoration: none; margin-left: 4%;}
  .conf-modal-body .modal-main .btn-parent .popup-btn:after { content:''; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 8px; border-color: transparent transparent transparent #fff; top: 50%; right: 10px; margin-top: -6px; position: absolute;}
  .conf-modal-body .modal-main .btn-parent .popup-btn > span { display: flex; justify-content: center; align-items: center; height: 65px; width: 100%; position: relative;}
  .conf-modal-body .modal-main .btn-parent #vaccine_cp{margin-left: 0;}
  #modal-bg2 { z-index: 9199; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); display: none;}
  .popup_table { margin: 0 130px 30px;}
  .popup_table table, .popup_table td, .popup_table th{ border: 1px solid #595959; border-collapse: collapse;}
  .popup_table table { margin: 10px 0 0 10px;}
  .popup_table table td { text-align: center;}
  .popup_table td, .popup_table th{ padding: 3px; width: 340px; height: 50px;}
  @media (max-width: 768px){
  .conf-modal-body .modal-header { padding: 5px 0;}
  .conf-modal-body .modal-header p { font-size: 1.2rem;}
  .conf-modal-body .modal-main { padding: 10px 5px;}
  .conf-modal-body .modal-main .notes-text1 { text-align: left; margin-bottom: 10px;}
  .conf-modal-body .modal-main .btn-parent { display: inline;}
  .conf-modal-body .modal-main .btn-parent .popup-btn { width: 100%; margin-bottom: 15px; display: block; min-height: 75px; font-size: 105%; margin-left: 0;}
  .conf-modal-body .modal-main .btn-parent .popup-btn::after { right: 3px;}
  #conf-modal{ transform: none; top: 0; height: 100%; max-height: calc(100vh - 4em);}
  /*.conf-modal-body { overflow-y: scroll;}*/
  .popup_table { margin: 0 10px 25px;}
  }

  