@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}
.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
    font-size: 14px;
  }
}
article {
  width: 100%;
}
section {
  position: relative;
}
.active {
  opacity: 1;
}
a {
  transition: .3s;
}
a:link, a:visited {
  color: #0952a4;
}
a:hover {
  opacity: 0.7;
}
.textLeft {
  text-align: left;
  line-height: 1.4;
}
.textCenter {
  text-align: center;
  line-height: 1.4;
}
.textRight {
  text-align: right;
  line-height: 1.4;
}
.red {
  color: #ff0000;
}
dt {
  font-weight: normal;
}
strong {
  font-weight: bold;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #container {
    position: relative;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .main_kv {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px auto;
  }
  .main_kv img {
    width: 100%;
  }
  .main_catch {
    width: 90%;
    padding: 0;
    margin: 0 auto 10px auto;
  }
  .main_catch img {
    width: 100%;
  }
  /*navigation*/
  #topNavi {
    width: 100%;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #000096;
    margin: 0 0 10px;
  }
  #topNavi ul.topNavi_list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-weight: 900;
    justify-content: center;
    padding: 10px 0;
  }
  #topNavi ul.topNavi_list li {
    width: 100%;
    color: #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    padding: 0 0 10px 0;
  }
  #topNavi ul.topNavi_list li:last-child {
    padding: 10px 0 0 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
  #topNavi ul.topNavi_list li p {
    font-size: 3vw;
    margin: 0 0 10px 0;
  }
  #topNavi ul.topSubNavi_list {
    display: flex;
    flex-wrap: wrap;
  }
  #topNavi ul.topSubNavi_list li {
    width: 50%;
    color: #FFF;
    border-left: none;
    height: 5vw;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 10px 0;
    border-right: none;
  }
  #topNavi ul.topSubNavi_list li:last-child {
    border-left: 1px solid #FFF;
    border-right: none;
    border-top: none;
    padding: 0;
  }
  #topNavi ul.topSubNavi_list li a {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 5vw;
  }
  #topNavi ul.topSubNavi_list li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
  }
  #topNavi ul.topSubNavi_list li a.sanyo {
    background: #C8FFC8;
    color: #1B1464;
    font-size: 3vw;
    border-radius: 5px;
    border: 2px solid #006432;
  }
  #topNavi ul.topSubNavi_list li a.kyusyu {
    background: #FFF0FF;
    color: #1B1464;
    font-size: 3vw;
    border-radius: 5px;
    border: 2px solid #FF0000;
  }
  #topNavi ul.topSubNavi_list li a.area {
    background: #F15A24;
    color: #FFF;
    font-size: 2.4vw;
    border-radius: 5px;
    border: 2px solid #FFF;
  }
  #sec_sanyo, #sec_kyusyu {
    width: 100%;
  }
  #sec_sanyo .inner, #sec_kyusyu .inner {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto 30px auto;
  }
  #sec_sanyo h2 {
    width: 100%;
    background: #006432;
    color: #FFF;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    font-size: 4.2vw;
    margin: 0 0 15px 0;
  }
  #sec_kyusyu h2 {
    width: 100%;
    background: #FF5050;
    color: #FFF;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    font-size: 4.2vw;
    margin: 0 0 15px 0;
  }
  .Reference_icon {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #FFFFE6;
    margin: 0 0 20px 0;
  }
  .Reference_icon p {
    font-size: 3vw;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .Reference_icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .Reference_icon ul li {
    width: 14%;
    margin: 0;
    text-align: center;
  }
  .Reference_icon ul li p {
    font-size: 1.8vw;
  }
  .Reference_icon ul li img {
    margin: 0 auto 5px auto;
    width: 100%;
  }
  .hotel_block {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .hotel_block .title_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .hotel_block .title_block .area_icon {
    width: 17%;
  }
  .hotel_block .title_block .area_icon img{
    width: 90%;
  }

  .hotel_block .title_block .hotel_name {
    width: 83%;
  }
  .hotel_block .title_block .hotel_name p {
    color: #4B4B4B;
    font-size: 2.7vw;
    line-height: 1.2em;
    margin: 0 0 4px 0;
  }
  #sec_sanyo .hotel_block .title_block .hotel_name h3 {
    font-size: 4.2vw;
    color: #008032;
    background: linear-gradient(transparent 50%, #C8FFC8 50%);
    padding: 2vw 0 5px 10px;
    text-shadow: 2px 2px 0px #FFF;
    margin: 0 0 10px 0;
  }
  #sec_kyusyu .hotel_block .title_block .hotel_name h3 {
    font-size: 4.2vw;
    color: #E60000;
    background: linear-gradient(transparent 50%, #FFE6E6 50%);
    padding: 2vw 0 5px 10px;
    text-shadow: 2px 2px 0px #FFF;
    margin: 0 0 10px 0;
    width: 100%;
    overflow: hidden;
  }
  #sec_kyusyu .hotel_block .title_block .hotel_name h3 .oldname{
    font-size: 3vw;
    display: inline-block;
  }
  #sec_kyusyu .hotel_block .title_block .hotel_name span{
    width: 150%;
    transform: scale(0.78, 1);
    transform-origin: top left;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  
  ruby[data-ruby] {
  position:relative;
  }
  ruby[data-ruby]::before {
  content: attr(data-ruby);
  position:absolute;
  left:-2em;
  top:-0.5em;
  right:-2em;
   color: #646464;
   text-align: center;
   font-size: 1.8vw;
  }
  rt {
  display:none;
  }
  
  
  
  
  .hotel_block .sub_block{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 10px 0;
  }
  
  .hotel_block dl.hotel_access {
   width: 60%;
   display: flex;
   flex-wrap: wrap;
  }
  .hotel_block dl.hotel_access dt{
    width: 22%;
    margin: 0 2% 0 0;
 }
  .hotel_block dl.hotel_access dt span {
    font-size: 2.4vw;
    background: #4D4D4D;
    color: #FFF;
    line-height: 18px;
    width: 100%;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 2px 4px;
  }
  .hotel_block dl.hotel_access dd {
    font-size: 2.7vw;
    color: #4B4B4B;
    line-height: 1.4em;
    width: 76%;
  }
  .hotel_block ul.hotel_point_icon_sp {
     width: 40%;
   margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-end;
  }
  .hotel_block ul.hotel_point_icon_sp li {
    margin: 0 0 0 2%;
    width: 18%
  }
  .hotel_block ul.hotel_point_icon_sp li img {
    width: 100%;
  }
  .hotel_block ul.hotel_point_icon_pc{
    display: none;
  }
  
  
  .hotel_block .hotel_cts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .hotel_block .hotel_cts .hotel_slider {
    width:100%;
    margin: 0 0 25px 0;
  }
  .hotel_block .hotel_cts .hotel_slider img{
    width:100%;
  }

  
  .hotel_block .hotel_cts .hotel_point {
    width: 100%;
  }
  .hotel_block .hotel_cts .hotel_point .kodawari_point {
    width: 100%;
    border: 2px solid #FF3264;
    border-radius: 10px;
    background: #FFFFC8;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
  }
  .hotel_block .hotel_cts .hotel_point .kodawari_point h4 {
    width: 12em;
    height: 30px;
    background: #FF6432;
    border: 2px solid #FFF;
    margin: -17px 0 10px 0;
    border-radius: 6px;
    color: #FFF;
    font-size: 3vw;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
  }
  .hotel_block .hotel_cts .hotel_point .kodawari_point h4 span {
    padding: 0 0 0 22px;
    background: url("../images/icon_kodawari.svg") no-repeat left;
    background-size: auto 20px;
  }
  .hotel_block .hotel_cts .hotel_point .kodawari_point p {
    font-size: 2.7vw;
    line-height: 1.4em;
  }
  
  .hotel_block .osusume{
    margin: 0 0 10px 0;
  }
  .hotel_block .osusume dl{
  }
  .hotel_block .osusume dl dt{
    width: 12em;
    height: 30px;
    background: #FF00C8;
    border: 2px solid #FFF;
    margin: 0px 0 0 15px;
    border-radius: 6px;
    color: #FFF;
    font-size: 3vw;
    font-weight: 900;
    line-height: 26px;
    text-align: center;
    z-index: 1;
    position: relative;
  }

  .hotel_block .osusume dl dd{
    background: #FFF5FF;
    border-radius: 0 8px 8px 0;
    border: 2px solid #FF00C8;
    box-sizing: border-box;
    width: 100%;
    padding: 27px 15px 5px 15px;
    margin: -17px 0 10px 0;
  }
  .hotel_block .osusume dl dd p.present{
    font-size: 3vw;
    color: #FF0000;
    margin: 0 0 5px 0;
  }
  .hotel_block .osusume dl dd p.present span{
    font-size: 2.7vw;
    color: #000;
  }
  .hotel_block .osusume dl dd p.present span.present_span:before{
    content: "　";
    font-size: 2.5vw;
  }

  .hotel_block .osusume dl dd p.targetperson{
    font-size: 2.8vw;
    color: #0000FF;
    margin: 0 0 5px 0;
  }

  
  
  
  .hotel_block .allin{
    width: 90%;
    margin: 0 auto 10px auto;
  }
  .hotel_block .allin img{
    width: 100%;
  }

  
  .Application_wrap {
    width: 100%;
    line-height: 1.5em;
    margin: 25px 0 0 0;
  }
  .Application_wrap .btn_kansai {
    width: 80%;
    margin: 0 auto 10px auto;
  }
  .Application_wrap .btn_kyusyu {
    width: 80%;
    margin: 0 auto 10px auto;
  }
  .Application_wrap .btn_kansai a {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 3vw;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
    background: url("../images/arow_01.svg") left 20px center no-repeat #0080FF;
    line-height: 1.5em;
  }
  .Application_wrap .btn_kyusyu a {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 3vw;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
    background: url("../images/arow_01.svg") left 20px center no-repeat #FF0000;
    line-height: 1.5em;
 }
  .tabiwa_coupon {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .tabiwa_coupon h3 {
    width: 100%;
    background: #F15A24;
    font-size: 4vw;
    padding: 10px 0;
    margin: 0 0 10px 0;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
  }
  .tabiwa_coupon .tabiwa_coupon_att {
    background: #FF0000;
    color: #FFF;
    font-size: 2.4vw;
    text-align: center;
    margin: 0 0 10px 0;
    padding: 4px 0;
    line-height: 1.4em;
  }
  .tabiwa_coupon ul.tabiwa_coupon_sanyo {
    width: 100%;
  }
  .tabiwa_coupon ul.tabiwa_coupon_sanyo li {
    width: 90%;
    border: 2px solid #666666;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 40px 0;
    margin: 0 auto 10px auto;
  }
  .tabiwa_coupon ul.tabiwa_coupon_kyusyu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tabiwa_coupon ul.tabiwa_coupon_kyusyu li {
    width: 90%;
    border: 2px solid #666666;
    box-sizing: border-box;
    position: relative;
     padding: 0 0 40px 0;
   margin: 0 auto 10px auto;
  }
  .tabiwa_coupon ul li h4 {
    font-size: 3vw;
    background: #FFF0B4;
    padding: 8px 10px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4em;
    margin: 0 0 10px 0;
  }
  .tabiwa_coupon ul li h4 img {
    width: 10%;
    vertical-align: middle;
  }

  
  .tabiwa_coupon ul li h4 span {
    margin: 1% 0 0 10px;
  }

  .tabiwa_coupon .tabiwa_coupon_cts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
}
  .tabiwa_coupon .tabiwa_coupon_cts div{
    width: 48%;
    margin: 0 0 0 2%;
  }

  
  
  .tabiwa_coupon ul li .img_box {
    margin: 0;
    box-sizing: border-box;
    width: 50%;
  }
  .tabiwa_coupon ul li .img_box img {
    max-width: 100%;
  }
  .tabiwa_coupon ul li h5 {
    font-size: 2.5vw;
    background: #FF00FF;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    color: #FFF;
    text-align: center;
    width: 100%;
  }
  .tabiwa_coupon ul li p {
    font-size: 2.4vw;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.4em;
  }
  .tabiwa_coupon ul.guideList {
    font-size: 2.4vw;
    padding: 0 0 0 1em;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.4em;
  }
  .tabiwa_coupon ul.guideList li {
    margin: 0;
    padding: 0;
    border: none !important;
    width: 100%;
  }
  .tabiwa_coupon ul li .coupon_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .tabiwa_coupon ul li .coupon_btn a {
    background: #4000FF;
    color: #fff;
    font-size: 3vw;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  .tabiwa_campaign {
    width: 92%;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    border: 2px solid #F15A24;
  }
  .tabiwa_campaign h4 {
    color: #FFF;
    background: #F15A24;
    font-size: 5vw;
    text-align: center;
    padding: 5px 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;

  }
  .tabiwa_campaign .campaign_cts {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .tabiwa_campaign .campaign_cts img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .tabiwa_campaign .campaign_cts p {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 2.6vw;
    line-height: 1.4em;
  }
  .tabiwa_campaign .campaign_btn a {
    width: 86%;
    display: block;
    color: #F15A24;
    font-size: 3.8vw;
    text-align: center;
    padding: 10px 0;
    background: url("../images/arow_02.svg") left 20px center no-repeat;
    border-radius: 10px;
    margin: 0 auto;
    border: 2px solid #F15A24;
    font-weight: 700;
  }
  .slide-dots {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom:0px;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 5px !important;
    padding: 0 !important;
  }
  .slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: border-box;
    outline: none;
    background: #FFF;
  }
  .slide-dots li button:hover {
    background: #B4B4B4;
  }
  .slide-dots li button:focus {
    background: #B4B4B4;
  }
  .slide-dots li.slick-active button {
    background: #B4B4B4;
  }
  .prev-arrow {
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/prev-arrow.png") no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  .next-arrow {
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/next-arrow.png") no-repeat;
    width: 25px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  /*list横並び*/
  .itemList2, .itemList3, .itemList4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .itemList2 > div, .itemList3 > div, .itemList4 > div {
    width: 100%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList2, .itemList3, .itemList4 > div img {
    width: 100%;
    height: auto;
  }
  /*注意事項*/
  .subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
  }
  ul.guideList {
    line-height: 1.4;
    margin-top: 2%;
  }
  ul.guideList li {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
  }
  ul.guideList li:last-child {
    padding-bottom: 0;
  }
  ul.guideList li:before {
    content: '・';
  }
  ul.guideList li.kome {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
  }
  ul.guideList li.kome:before {
    content: '※';
  }
  ul.guideList li.kome1 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome1:before {
    content: '（※1）';
  }
  ul.guideList li.kome2 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome2:before {
    content: '（※2）';
  }
  ul.guideList li.kome3 {
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -3.6em;
    margin-left: 3.6em;
  }
  ul.guideList li.kome3:before {
    content: '（※3）';
  }
  ul.guideList li span {
    color: #F00;
  }
  /*footer*/
  #footer {
    background-color: #F0F5FA;
  }
  #footer .inner {
    width: 96%;
    margin: 0 auto;
    padding: 2% 2%;
  }
  #footer .inner ul {
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
  }
  #footer .inner ul li {
    display: inline-block;
    width: 46%;
    padding: 2% 0;
  }
  #footer .inner ul li:last-child {
    border-right: none;
  }
  #footer .copy {
    background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
  }
  /*pagetop*/
  #pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
  }
  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 3em;
    height: 3em;
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #152a8c;
    border-radius: 50vh;
  }
  #pagetop a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #152a8c transparent;
  }
  /*news*/
  #newsImportant {
    margin: 5px;
    display: flex;
    font-size: 11px;
  }
  #newsImportant dt {
    width: 72px;
    height: fit-content;
    background: #e62d2d;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 2px;
    padding: 3px 0;
  }
  #newsImportant dd {
    width: 100%;
    padding: 0 10px;
  }
  #newsImportant li {
    padding: 5px 3px 5px 12px;
    position: relative;
    font-size: 1.1em;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  #newsImportant li:nth-of-type(n+2) {
    border-top: 1px dotted #ccc;
  }
  #newsImportant li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
}
/*
PC
==================================================== */
@media screen and (min-width: 760px), print {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  #container {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .main_kv {
    max-width: 870px;
    padding: 0;
    margin: 0 auto 30px auto;
  }
  .main_kv img {
    width: 100%;
  }
  .main_catch {
    max-width: 670px;
    padding: 0;
    margin: 0 auto 30px auto;
  }
  .main_catch img {
    width: 100%;
  }
  /*navigation*/
  #topNavi {
    width: 100%;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    background-color: #000096;
    margin: 0 0 30px;
  }
  #topNavi ul.topNavi_list {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    font-weight: 900;
    justify-content: center;
    padding: 10px 0;
  }
  #topNavi ul.topNavi_list li {
    width: 50%;
    color: #FFF;
    border-left: 1px solid #FFF;
  }
  #topNavi ul.topNavi_list li:last-child {
    border-right: 1px solid #FFF;
  }
  #topNavi ul.topNavi_list li p {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  #topNavi ul.topSubNavi_list {
    display: flex;
    flex-wrap: wrap;
  }
  #topNavi ul.topSubNavi_list li {
    width: 50%;
    color: #FFF;
    border-left: none;
    height: 50px;
    position: relative;
    box-sizing: border-box;
  }
  #topNavi ul.topSubNavi_list li:last-child {
    border-left: 1px solid #FFF;
    border-right: none;
  }
  #topNavi ul.topSubNavi_list li a {
    width: 90%;
    display: block;
    margin: 0 auto;
    height: 50px;
  }
  #topNavi ul.topSubNavi_list li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
  }
  #topNavi ul.topSubNavi_list li a.sanyo {
    background: #C8FFC8;
    color: #1B1464;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid #006432;
  }
  #topNavi ul.topSubNavi_list li a.kyusyu {
    background: #FFF0FF;
    color: #1B1464;
    font-size: 20px;
    border-radius: 5px;
    border: 2px solid #FF0000;
  }
  #topNavi ul.topSubNavi_list li a.area {
    background: #F15A24;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #FFF;
    line-height: 0.9em;
  }
  #sec_sanyo, #sec_kyusyu {
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
 }
  #sec_sanyo .inner, #sec_kyusyu .inner {
    max-width: 870px;
    margin: 0 auto 50px auto;
  }
  #sec_sanyo h2 {
    width: 100%;
    background: #006432;
    color: #FFF;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  #sec_kyusyu h2 {
    width: 100%;
    background: #FF5050;
    color: #FFF;
    border-radius: 6px;
    padding: 10px 0;
    text-align: center;
    font-size: 28px;
    margin: 0 0 15px 0;
  }
  .Reference_icon {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #FFFFE6;
    margin: 0 0 40px 0;
  }
  .Reference_icon p {
    font-size: 20px;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .Reference_icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .Reference_icon ul li {
    width: 100px;
    margin: 0;
    text-align: center;
  }
  .Reference_icon ul li p {
    font-size: 12px;
  }
  .Reference_icon ul li img {
    margin: 0 0 5px 0;
  }
  .hotel_block {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .hotel_block .title_block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px 0;
  }
  .hotel_block .title_block .area_icon {
    width: 135px;
    padding: 5px 0 0 0;
  }
  .hotel_block .title_block .hotel_name {
    width: calc(100% - 135px);
  }
  .hotel_block .title_block .hotel_name p {
    color: #4B4B4B;
    font-size: 19px;
    line-height: 1.4em;
    margin: 0;
    font-feature-settings: "palt";
  }
  #sec_sanyo .hotel_block .title_block .hotel_name h3 {
    font-size: 40px;
    color: #008032;
    background: linear-gradient(transparent 50%, #C8FFC8 50%);
    padding: 0 0 10px 10px;
    text-shadow: 2px 2px 0px #FFF;
    margin: 0;
  }
  #sec_kyusyu .hotel_block .title_block .hotel_name h3 {
    font-size: 40px;
    color: #E60000;
    background: linear-gradient(transparent 50%, #FFE6E6 50%);
    padding: 0 0 10px 10px;
    text-shadow: 2px 2px 0px #FFF;
    margin: 0;
    text-align: left;
  }
  #sec_kyusyu .hotel_block .title_block .hotel_name h3 .oldname{
    font-size: 28px;
    display: inline-block;
  }
  #sec_kyusyu .hotel_block .title_block .hotel_name span{
    width: 150%;
    transform: scale(0.78, 1);
    transform-origin: top left;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding: 0;
  }

  .hotel_block .title_block .hotel_name h3 rt {
    font-size: 16px;
    color: #646464;
    text-align: center;
  }
  .hotel_block dl.hotel_access {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 135px;
    box-sizing: border-box;
    margin: 0 0 25px 0;

  }
  .hotel_block dl.hotel_access dt span {
    font-size: 16px;
    background: #4D4D4D;
    color: #FFF;
    line-height: 18px;
    width: 74px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    text-align: center;
    display: block;
    padding: 2px 4px;
  }
  .hotel_block dl.hotel_access dd {
    font-size: 18px;
    color: #4B4B4B;
    line-height: 1.4em;
    width: calc(100% - 84px);
  }
  .hotel_block .hotel_cts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
  }
  .hotel_block .hotel_cts .hotel_slider {
    width: 480px;
    margin: 0 20px 0 0;
  }
  .hotel_block .hotel_cts .hotel_slider img{
    width: 100%;
  }
  .hotel_block .hotel_cts .hotel_point {
    width: calc(100% - 500px);
  }
  .hotel_block .hotel_cts .hotel_point ul.hotel_point_icon_pc {
    margin: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .hotel_block .hotel_cts .hotel_point ul.hotel_point_icon_pc li {
    margin: 0 5px 0 0;
  }
  .hotel_block .hotel_cts .hotel_point ul.hotel_point_icon_pc li img {
    width: 40px;
  }
  .hotel_block ul.hotel_point_icon_sp{
    display: none;
  }
  
  
  
  .hotel_block .hotel_cts .hotel_point .kodawari_point {
    width: 100%;
    height: 200px;
    border: 2px solid #FF3264;
    border-radius: 10px;
    background: #FFFFC8;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .hotel_block .hotel_cts .hotel_point .kodawari_point h4 {
    width: 210px;
    height: 40px;
    background: #FF6432;
    border: 2px solid #FFF;
    margin: -22px 0 10px 0;
    border-radius: 6px;
    color: #FFF;
    font-size: 20px;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
  }
  .hotel_block .hotel_cts .hotel_point .kodawari_point h4 span {
    padding: 0 0 0 22px;
    background: url("../images/icon_kodawari.svg") no-repeat left;
    background-size: 20px 26px;
  }
  .hotel_block .hotel_cts .hotel_point .kodawari_point p {
    font-size: 16px;
    line-height: 1.4em;
  }
  .hotel_block .osusume{
    margin: 0 0 20px 0;
  }
  .hotel_block .osusume dl{
    display: flex;
    flex-wrap: wrap;
  }
  .hotel_block .osusume dl dt{
    background: #FF00C8;
    border-radius: 8px 0 0 8px;
    width: 100px;
    position: relative;
    font-size: 20px;
    color: #FFF;
  }
  .hotel_block .osusume dl dt p{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
  }

  .hotel_block .osusume dl dd{
    background: #FFF5FF;
    border-radius: 0 8px 8px 0;
    border: 2px solid #FF00C8;
    box-sizing: border-box;
    width: calc(100% - 100px);
    padding: 10px 15px 5px 15px;
  }
  .hotel_block .osusume dl dd p.present{
    font-size: 24px;
    color: #FF0000;
    margin: 0 0 5px 0;
  }
  .hotel_block .osusume dl dd p.present span{
    font-size: 16px;
    color: #000;
  }
  .hotel_block .osusume dl dd p.targetperson{
    font-size: 20px;
    color: #0000FF;
    margin: 0 0 5px 0;
  }

  
  
  .hotel_block .allin{
    margin: 0 0 20px 0;
  }

  
  .Application_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5em;
  }
  .Application_wrap .btn_kansai {
    width: 40%;
    margin: 0 5%;
  }
  .Application_wrap .btn_kyusyu {
    width: 40%;
    margin: 0 5%;
  }
  .Application_wrap .btn_kansai a {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
    background: url("../images/arow_01.svg") left 20px center no-repeat #0080FF;
  }
  .Application_wrap .btn_kyusyu a {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 0;
    background: url("../images/arow_01.svg") left 20px center no-repeat #FF0000;
  }
  .tabiwa_coupon {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .tabiwa_coupon h3 {
    width: 100%;
    background: #F15A24;
    font-size: 28px;
    padding: 10px 0;
    margin: 0 0 10px 0;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
  }
  .tabiwa_coupon .tabiwa_coupon_att {
    background: #FF0000;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 4px 0;
  }
  .tabiwa_coupon ul.tabiwa_coupon_sanyo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tabiwa_coupon ul.tabiwa_coupon_sanyo li {
    width: 31%;
    border: 2px solid #666666;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 40px 0;
  }
  .tabiwa_coupon ul.tabiwa_coupon_kyusyu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .tabiwa_coupon ul.tabiwa_coupon_kyusyu li {
    width: 40%;
    border: 2px solid #666666;
    box-sizing: border-box;
    position: relative;
    padding: 0 0 40px 0;
    margin: 0 2%;
  }
  .tabiwa_coupon ul li h4 {
    font-size: 20px;
    background: #FFF0B4;
    padding: 8px 10px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2em;
    margin: 0 0 10px 0;
  }
  .tabiwa_coupon ul li span {
    margin: 0 0 0 5px;
  }
  .tabiwa_coupon ul li .img_box {
    margin: 0 0 10px 0;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
  }
  .tabiwa_coupon ul li .img_box img {
    max-width: 100%;
  }
  .tabiwa_coupon ul li h5 {
    font-size: 18px;
    background: #FF00FF;
    padding: 5px 10px;
    margin: 0 10px 5px 10px;
    color: #FFF;
    text-align: center;
    width: calc(100% - 20px);
  }
  .tabiwa_coupon ul li p {
    font-size: 16px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    line-height: 1.4em;
  }
  .tabiwa_coupon ul.guideList {
    font-size: 16px;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    line-height: 1.4em;
  }
  .tabiwa_coupon ul.guideList li {
    margin: 0;
    padding: 0;
    border: none !important;
    width: 100%;
  }
  .tabiwa_coupon ul li .coupon_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .tabiwa_coupon ul li .coupon_btn a {
    background: #4000FF;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  .tabiwa_campaign {
    width: 92%;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
    border: 2px solid #F15A24;
  }
  .tabiwa_campaign h4 {
    color: #FFF;
    background: #F15A24;
    font-size: 40px;
    text-align: center;
    padding: 10px 0;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
  }
  .tabiwa_campaign .campaign_cts {
    width: 100%;
    padding: 30px 50px;
    box-sizing: border-box;
  }
  .tabiwa_campaign .campaign_cts img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .tabiwa_campaign .campaign_cts p {
    width: 100%;
    margin: 0 0 30px 0;
    font-size: 18px;
    line-height: 1.4em;
  }
  .tabiwa_campaign .campaign_btn a {
    width: 86%;
    display: block;
    color: #F15A24;
    font-size: 28px;
    text-align: center;
    padding: 10px 0;
    background: url("../images/arow_02.svg") left 20px center no-repeat;
    border-radius: 10px;
    margin: 0 auto;
    border: 2px solid #F15A24;
    font-weight: 700;
  }
  .slide-dots {
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    bottom: 0;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 5px !important;
    padding: 0 !important;
  }
  .slide-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    border-radius: 100%;
    box-sizing: border-box;
    outline: none;
    background: #FFF;
  }
  .slide-dots li button:hover {
    background: #B4B4B4;
  }
  .slide-dots li button:focus {
    background: #B4B4B4;
  }
  .slide-dots li.slick-active button {
    background: #B4B4B4;
  }
  .prev-arrow {
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/prev-arrow.png") no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  .next-arrow {
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/next-arrow.png") no-repeat;
    width: 30px;
    height: 60px;
    position: absolute;
    cursor: pointer;
    z-index: 20;
    background-size: cover;
  }
  /*list横並び*/
  .itemList2, .itemList3, .itemList4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .itemList2 > div {
    width: 50%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList3 > div {
    width: 33.33333%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList4 > div {
    width: 25%;
    height: auto;
    align-self: stretch;
    padding: 10px;
  }
  .itemList2, .itemList3, .itemList4 > div img {
    width: 100%;
    height: auto;
  }
  /*注意事項*/
  .subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
  }
  ul.guideList {
    padding: 0;
    margin-top: 8px;
    line-height: 1.4;
  }
  ul.guideList li {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
    text-align: left;
  }
  ul.guideList li:last-child {
    padding-bottom: 0;
  }
  ul.guideList li:before {
    content: '・';
  }
  ul.guideList li.kome {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1em;
    margin-left: 1em;
  }
  ul.guideList li.kome:before {
    content: '※';
  }
  ul.guideList li.kome1 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1.8em;
    margin-left: 1.8em;
  }
  ul.guideList li.kome1:before {
    content: '※1 ';
  }
  ul.guideList li.kome2 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -1.8em;
    margin-left: 1.8em;
  }
  ul.guideList li.kome2:before {
    content: '※2 ';
  }
  ul.guideList li.kome3 {
    list-style: none;
    line-height: 1.4;
    padding-bottom: 8px;
    text-indent: -2.6em;
    margin-left: 2.6em;
  }
  ul.guideList li.kome3:before {
    content: '※3 ';
  }
  ul.guideList li span {
    color: #F00;
  }
  ul.guideList li.red {
    color: #F00;
  }
  /*footer*/
  #footer {
    background-color: #F0F5FA;
  }
  #footer .inner {
    width: 990px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #footer .inner ul {
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }
  #footer .inner ul li {
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #CCC;
  }
  #footer .inner ul li:last-child {
    border-right: none;
  }
  #footer .copy {
    background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }
  /*pagetop*/
  #pagetop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 100;
  }
  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #152a8c;
    border-radius: 50vh;
  }
  #pagetop a::after {
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #152a8c transparent;
  }
  #pagetop a:hover {
    background-color: #152a8c;
  }
  #pagetop a:hover::after {
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #fff transparent;
  }
  /*news*/
  #newsImportant {
    width: 100%;
    max-width: 970px;
    margin: 5px auto;
    display: flex;
    font-size: 12px;
    padding: 8px;
  }
  #newsImportant dt {
    width: 72px;
    height: fit-content;
    background: #e62d2d;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
    margin-top: 1px;
    padding: 3px 0;
  }
  #newsImportant dd {
    width: 100%;
    padding: 0 10px;
  }
  #newsImportant li {
    padding: 3px 3px 3px 12px;
    position: relative;
    font-size: 13px;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  }
  #newsImportant li:nth-of-type(n+2) {
    border-top: 1px dotted #ccc;
  }
  #newsImportant li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #555555;
    border-right: 0;
    position: absolute;
    top: 7px;
    left: 0;
  }
}