@charset "utf-8";
/* ----------------------------------------------------------
                            reset
------------------------------------------------------------*/
/*-------------------------------------
	他CSS打消し
-------------------------------------*/
#container, .wrapContent {
  width: 100%;
}
#bred_navi {
  width: 1200px;
  margin: 5px auto;
}
* {box-sizing: inherit;}
.contentWrap.box3 .ttl:after {content:none;}

@media screen and (max-width: 839px){
  #container .rinji-box {
      margin-top: 0;
  }
}
.kix-mmy_new {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .8px;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
 .wf-noto { /*font-family: 'Noto Serif JP', serif;  */
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 400;
}


_:lang(x)::-ms-backdrop, .selector {
	font-family: "Segoe UI", Meiryo, sans-serif;
}
.kix-mmy_new .en{
  font-family: 'Allura', cursive;
}
@media screen and (max-width: 839px){
  /* .kix-mmy_new .en{
    font-family: 'Shippori Mincho', serif;
  } */
}
.kix-mmy_new img {
  height: auto;
  width: 100%;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.kix-mmy_new *,.kix-mmy_new *:before,.kix-mmy_new *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.kix-mmy_new a{
  transition-duration: 1s;
}
.kix-mmy_new a:hover{
  opacity: 0.6;
}
.kix-mmy_new a:hover{
  text-decoration: none;
}
.kix-mmy_new p {
  line-height: 1.8;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new p {
    line-height: 1.8;
    font-size: 12px;
  }
}
.pc_none{
  display: none !important;
}
.sp_none{
  display: block !important;
}
@media screen and (max-width: 768px){
  .pc_none{
    display: block !important;
  }
  .sp_none{
    display: none !important;
  }
}
.kix-mmy_new .inner{
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (max-width: 1200px){
  .kix-mmy_new .inner{
    width: 90%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px){
  .kix-mmy_new .inner{
    padding: 20px 0;
  }
}


/* ----------------------------------------------------------
                  ぱんくず修正
------------------------------------------------------------*/
@media screen and (min-width: 840px){
  #full_width #bred_navi{
    margin: 7px auto 7px;
    width: 1200px !important;
  }
}
/* ----------------------------------------------------------
                  mv
------------------------------------------------------------*/
.kix-mmy_new .mv{
  width: 1800px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 0;
}
@media screen and (max-width: 1800px){
  .kix-mmy_new .mv{
    width: 100%;
  }
} 
.kix-mmy_new .mv ul{
  margin-bottom: 0;
}
.kix-mmy_new .mv .catch{
  position: absolute;
  top: 32%;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 1700px){
  .kix-mmy_new .mv .catch{
    top: 30%;
  }
}
@media screen and (max-width: 1200px){
  .kix-mmy_new .mv .catch{
    top: 25%;
  }
}
@media screen and (max-width: 768px){
  .kix-mmy_new .mv .catch{
    position: absolute;
    top: 35%;
    z-index: 10;
  }
}
.kix-mmy_new .mv .catch .en{
  text-align: center;
  color: #FFF;
  display: block;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .mv .catch .en{
    font-size: 20px;
  }
}
.kix-mmy_new .mv .catch h2{
  text-align: center;
  color: #FFF;
  font-size: 65px;
  text-shadow: 0 0 0.3em rgb(0 0 0 / 30%);
}
@media screen and (max-width: 768px){
  .kix-mmy_new .mv .catch h2{
    font-size: 28px;
  }
}
.kix-mmy_new .mv .catch h2 span{
  display: block;
  font-size: 80%;
  margin-top: 10px;
}
.kix-mmy_new .lead p{
  font-size: 20px;
    width: 80%;
    margin: 0 auto;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .lead p{
    font-size: 13px;
    width: 100%;
  }
}
.kix-mmy_new h3{
  background-color: #03c6ce;
  text-align: center;
  width: 100%;
  font-size: 30px;
  padding: 10px 0;
  color: #FFF;
}
@media screen and (max-width: 768px){
  .kix-mmy_new h3{
    font-size: 22px;
  }
}
.kix-mmy_new .plan{
  background: url(/oka/kix-mmy_new/img/bg.jpg);
  background-repeat: repeat;
  background-position: top left;
}
.kix-mmy_new .plan p.bnr{
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan p.bnr{
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
.kix-mmy_new .plan p.bnr span{
  position: relative;
  padding: 0.5rem 2rem calc(0.5rem + 10px);
  background: #03c6ce;
  display: inline-block;
  color: #FFF;
  font-size: 20px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan p.bnr span{
    font-size: 16px;
  }
}
.kix-mmy_new .plan p.bnr span:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 2px solid #000;
}
.kix-mmy_new .plan .plan_lead{
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  color: #03c6ce;
  padding-bottom: 5px;
  position: relative;
  text-decoration: underline wavy #000;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.2em;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .plan_lead{
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.kix-mmy_new .plan .contents{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents{
    display: block;
    margin-bottom: 30px;
  }
}
.kix-mmy_new .plan .photo{
  width: 48%;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .photo{
    width: 100%;
    margin-bottom: 20px;
  }
}
.kix-mmy_new .plan .text{
  width: 48%;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .text{
    width: 100%;
  }
}
.kix-mmy_new .plan .text h4{
  font-size: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .text h4{
    font-size: 18px;
  }
}
.kix-mmy_new .plan .text p{
  font-size: 16px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .text p{
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.kix-mmy_new .plan .text .btn_area{
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  display: block;
  position: relative;
  border: dashed 2px #03c6ce;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .text .btn_area{
    padding: 15px 15px 10px 15px;
  }
}
.kix-mmy_new .plan .text .btn_area a{
  /* width: 48%; */
}

.kix-mmy_new .plan .text .btn_area a span.hatsuchi {
  position: relative;
  overflow: hidden;
  padding: 1rem 0;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background: #2084c6;
  position: relative;
  margin-bottom: 50px;
  font-size: 26px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .text .btn_area a span.hatsuchi {
    font-size: 20px;
    padding: 0.6rem 0;
    margin-bottom: 40px;
  }
}
.kix-mmy_new .plan .text .btn_area a span.hatsuchi span {
  position: relative;
}

.kix-mmy_new .plan .text .btn_area a span.hatsuchi:before {
  position: absolute;
  top: 0;
  /* left: 75px; */
  left: 530px;
  width: 150%;
  height: 500%;
  content: '';
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
  transform: translateX(-98%) translateY(-70%) rotate(135deg);
  background: #03c6ce;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .text .btn_area a span.hatsuchi:before {
    position: absolute;
    top: 0;
    /* left: 30px; */
    left: 260px;
  }
}
.kix-mmy_new .plan .text .btn_area a span.hatsuchi:hover:before {
  /* -webkit-transform: translateX(-25%) translateY(-25%) rotate(135deg);
  transform: translateX(-25%) translateY(-25%) rotate(135deg); */
  -webkit-transform: translateX(-60%) translateY(-25%) rotate(135deg);
  transform: translateX(-60%) translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .text .btn_area a span.hatsuchi:hover:before {
    /* -webkit-transform: translateX(-10%) translateY(-25%) rotate(135deg);
    transform: translateX(-10%) translateY(-25%) rotate(135deg); */
    -webkit-transform: translateX(-50%) translateY(-25%) rotate(135deg);
    transform: translateX(-50%) translateY(-25%) rotate(135deg);
  }
}
.kix-mmy_new .plan .text .btn_area a span.lowPrice {
  position: absolute;
  bottom: 20px;
  color: #d50000;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  bottom: 30px;
  width: 8em;
  left: calc(50% - 4em);
  padding: 0;
  font-size: 26px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .text .btn_area a span.lowPrice {
    font-size: 18px;
    /* bottom: 10px; */
    bottom: 15px;
    font-size: 20px;
  }
}
.kix-mmy_new .plan .contents02_wrap{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents02_wrap{
    display: block;
  }
}
.kix-mmy_new .plan .contents02{
  /* display: flex;
  justify-content: space-between; */
  margin-bottom: 60px;
  width: 31%;
  display: block;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents02{
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
.kix-mmy_new .plan .contents02 .photo{
  /* width: 32%; */
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents02 .photo{
    width: 100%;
    margin-bottom: 20px;
  }
}
.kix-mmy_new .plan .contents02 .text{
  /* width: 65%; */
  width: 100%;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents02 .text{
    width: 100%;
  }
}
.kix-mmy_new .plan .contents02 .text h4{
  font-size: 26px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents02 .text h4{
    font-size: 18px;
  }
}
.kix-mmy_new .plan .contents02 .btn_area a{
  width: 23%;
  font-size: 24px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents02 .btn_area a{
    width: 48%;
    font-size: 20px;
  }
}
.kix-mmy_new .plan .contents02 .text .btn_area a span.hatsuchi:before{
  left: 280px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents02 .text .btn_area a span.hatsuchi:before{
    left: 30px;
  }
}
.kix-mmy_new .plan .contents02 .text .btn_area a span.hatsuchi:hover:before{
  /* -webkit-transform: translateX(10%) translateY(-25%) rotate(135deg);
  transform: translateX(10%) translateY(-25%) rotate(135deg); */
  -webkit-transform: translateX(-36%) translateY(-25%) rotate(135deg);
  transform: translateX(-36%) translateY(-25%) rotate(135deg);
}
@media screen and (max-width: 768px){
  .kix-mmy_new .plan .contents02 .text .btn_area a span.hatsuchi:hover:before{
    -webkit-transform: translateX(-10%) translateY(-25%) rotate(135deg);
    transform: translateX(-10%) translateY(-25%) rotate(135deg);
  }
}
.kix-mmy_new .flight .table{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .flight .table{
    width: 100%;
  }
}
.kix-mmy_new .flight .table div{
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .flight .table div{
    display: block;
  }
}
.kix-mmy_new .flight .table div p:first-child{
  width: 25%;
  background-color: #03c6ce;
  color: #FFF;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .flight .table div p:first-child{
    width: 100%;
    font-size: 16px;
    padding: 6px 0 6px 10px;
  }
}
.kix-mmy_new .flight .table div p:first-child:after{
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 10px);
  right: -20px;
  margin: auto;
  box-sizing: border-box;
  border: 10px solid transparent;
  border-left: 12px solid #03c6ce;
  z-index: 10;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .flight .table div p:first-child:after{
    top: auto;
    bottom: -13px;
    right: 50%;
    border-left:none;
    border: 6px solid transparent;
    border-top: 7px solid #03c6ce;
  }
}
.kix-mmy_new .flight .table div p:last-child{
  width: 75%;
  background-color: #e8e8e8;
  padding: 10px 0 10px 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .flight .table div p:last-child{
    width: 100%;
    padding: 10px;
    font-size: 12px;
  }
}
.kix-mmy_new .spot .inner,.kix-mmy_new .bearch .inner{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .spot .inner,.kix-mmy_new .bearch .inner{
    display: block;
  }
}
.kix-mmy_new .spot .inner div.spot_inner,.kix-mmy_new .bearch .inner div.bearch_inner{
  width: 32%;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .spot .inner div.spot_inner,.kix-mmy_new .bearch .inner div.bearch_inner{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
  }
}
.kix-mmy_new .spot .inner div span,.kix-mmy_new .bearch .inner div span{
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .spot .inner div span,.kix-mmy_new .bearch .inner div span{
    width: 48%;
  }
}
.kix-mmy_new .spot .inner div h5,.kix-mmy_new .bearch .inner div h5{
  font-size: 18px;
  margin-bottom: 10px;
  color: #2084c6;
}
@media screen and (max-width: 768px){
  .kix-mmy_new .spot .inner .spot_inner div,.kix-mmy_new .bearch .inner .bearch_inner div{
    width: 48%;
  }
  .kix-mmy_new .spot .inner div h5,.kix-mmy_new .bearch .inner div h5{
    font-size: 16px;
    margin-bottom: 5px;
  }
}
