<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cont_body{
  width:1120px;
  margin:0 auto;
}
section{
  padding:30px 0;
}
.reserve a,.link_other a{
  background:#f90;
  color:#fff;
  border-radius: 50px;
  text-align: center;
  padding:12px 0;
  display: block;
  font-size:1.1em;
}
.reserve,.link_other{
  margin:30px auto;
  width:70%;
}
.main_area {
	height: 450px;
	overflow: hidden;
	position: relative;
	width:100%;
}
.mainSlider img {
    width: 100%;
    min-height: 450px;
    object-fit: cover;
}
.main_inner{
	position: absolute;
   left: 20%;
   top: 50%;
   transform: translate(-50%, -50%);
   color:#fff;
   text-align: center;
   z-index: 1000;
}

.pageNavi{
  background:#8fb5b6;
}
.pageNaviInner{
  position:relative;
  padding:15px 0;
}
.pageNavi ul{
  display:flex;
  justify-content: space-around;
  width:890px;
  align-items: center;
}
.pageNavi li{
  text-align: center;
  border-right:1px dotted #fff;
  flex: 0 0 33%;
  padding:15px 0;
}
.pageNavi li:last-child{
  border-right:none;
}
.pageNavi li a{
  color: #fff
}
.pageNavi p{
  position:absolute;
  bottom:0;
  right:20px;
  background:#fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding:25px 15px;
}

.cont_ttl{
  text-align: center;
  margin:30px 0 20px;
}
.cont_ttl h2{
  font-family: 'Noto Serif JP', serif;
  font-size:2.2em;
  position: relative;
  margin-bottom: 20px;
  font-weight: normal;
}

.cont_ttl h2:before {
  content: '';
  position: absolute;
  bottom: -12px;
  display: inline-block;
  width: 80px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #8fb5b6;
  border-radius: 2px;

}
.cont_ttl .en_h2{
  font-family: 'Satisfy', cursive;
  font-size:1.3em;
  color:#8fb5b6;

}
.cont_body h3{
  font-family: 'Noto Serif JP', serif;
  font-size:1.5em;
  border-left:5px solid #8fb5b6;
  padding:5px 0 5px 15px;
  margin-bottom:15px;
}
.info_season{
  margin:40px 0;
}
.info_img,.info_text{
  display:inline-block;
  vertical-align: top;
}

.info_img {
    width: 281px;
    padding-right: 20px;
}
.info_text {
    width: 800px;
}

.season_table{
  border-collapse:collapse;
  border:1px solid #666;
  width:80%;
  margin:12px auto;
}

.season_table th,.season_table td{
  text-align: center; 
  border:1px solid #666;
}

.season_table th{
  padding:5px 0;
  background:#fcd69e;
}
.season_table th.rainy{
  background:#CBE7FF;
}
.season_table td{
  width:75px;
  padding:8px 0;
}
.season_table td.bestseason{
  background:#EDB9D3;
}

.bestseason span{
  font-size:0.3em;
  display: block;
  line-height: 0.5em;
}

.point{
background-color: #e3fcf6;
background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #d8fbf2), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #d8fbf2),color-stop(.75, #d8fbf2), color-stop(.75, transparent),to(transparent));
-webkit-background-size: 14px 14px;
padding:30px 35px;
}

.point_cont{
  display:table;
  table-layout: fixed;
  width: 100%;
  margin: 90px 0;
}
.point_img,.point_text{
  display:table-cell;
  position: relative;
  vertical-align: top;
}
.point_img{
  width:523px;
  z-index: 1;
}
.point_text{
  padding: 20px 40px 40px 40px;
  z-index: 0;
}
.point_text::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: -26px;
    left: -70px;
    background: #fff;
    padding: 0 66px 50px 0;
    z-index: -1;
}
.img_r .point_text::before {
    left: 0;
}
.img_sp{
  display:none;
}
.ship_info {
    margin-bottom: 30px;
}
.ship_info_inner{
  display:flex;
}
.ship_img{
  width:440px;
  margin-right:30px;
}
.schedule{
  position: relative;
}
.schedule_img{
  position: absolute;
  right:0px;
  top:150px;
}
.schedule dl{
  margin:50px 0 0;
}
.schedule dt,.schedule dd{
  display: inline-block;
  vertical-align: top;
  margin-bottom:8px;
  font-size:1.4rem;
}
.schedule dt {   
    width: 25%;
    font-weight:bold;
}
.schedule dd {
    width: 74%;
}
.schedule .reserve {
    margin: 320px auto 0;
}
.ac_sp{
  display:none;
}
.ship_sch{
  display:table;
}
.ship_sch .schedule_box {
    width: 50%;
    display: table-cell;
}
.ship_sch .schedule dt{
  width:20%;
}
.ship_sch .schedule dd{
  width:79%;
}
.schedule .ship_info .reserve{
  margin:30px auto;
}
.link_other a {
    background: #fff;
    border: 2px solid #f90;
    color: #f90;
}
@media screen and (max-width: 767px) {
  body{
    overflow: hidden;
  }
  .cont_body{
    width:100%;
  }
  .main_area{
    height:200px;
  }
  .main_inner{
    left: 50%;
  }
  .main_inner img{
    width:100%;
    height:auto;
  }
  .mainSlider img{
    min-height:200px;
  }
  .pageNavi ul{
    width:100%;
    font-size: 1.1rem;
  }
  .pageNavi p {
    position: relative;
    padding: 10px 0px;
    width: 96%;
    border-radius: 8px;
    margin: 8px auto;
    left: 0;
    text-align: center;
  }
  .info_text{
    width:100%;
  }
  .cont_ttl h2{
    font-size:1.15em;
  }
  .cont_ttl .en_h2{
    font-size:0.9em;
  }
  .info_img, .info_text{
    display:block;
  }
  .info_img {
    width: 80%;
    padding-right: 0;
    margin: 0 auto;
  }
  .info_img img{
    width:100%;
  }
  .info_text,.info_season p{
    width: 100%;
    font-size: 1.1rem;
    padding: 8px;
    box-sizing: border-box;
  }
  .cont_body h3{
    font-size:1em;
    margin-bottom: 8px;
  }
  .season_table{
    font-size:1rem;
    width:100%;
  }
  td.bestseason span{
    display: none;
  }
  .reserve,.link_other{
    width:98%;
  }
  .reserve a,.link_other a{
    font-size:1.2rem;
  }
  .schedule_img img{
    opacity: 0.2;
  }
  .point{
    padding:30px 0;
  }
  .point_cont{
    display:block;
    margin: 30px 0;
  }
  .point_img, .point_text{
    display: block;
  }
  .point_text p{
    font-size:1.1rem;
    line-height: 1.5em;
  }
  .point_img{
    width:90%;
    margin:0 auto;
  }
  .point_img img{
    width:100%;
  }
  .point_text{
    padding: 5px 15px 15px 15px;
  }
  .point_text::before{
    top:-80px;
    left:0;
    padding: 10px 15px 80px 0;
  }
  .img_pc{
    display: none
  }
  
  .ship_info_inner{
    display:block;
  }
  .ship_img{
    width:100%;
    margin-right:0;
  }
  .ship_text {
    font-size: 1.1rem;
    padding: 30px 8px 8px 8px;
  }
  .ac_sp{
    display:block;
    border:1px solid #666;
    border-radius: 50px;
    padding:8px 0;
    text-align: center;
    width:90%;
    margin:8px auto;
    position:relative;
    font-size:1.2rem;
  }
  .ac_sp::after{
    content:"";
    position:absolute;
    right:15px;
    top:0;
    bottom:0;
    margin:auto;
    width: 4px;
    height: 4px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .ac_sp.active::after{
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .ship_sch{
    display:none;
  }
  .schedule dl{
    margin:20px 8px;
    font-size:0.85em;
  }
  .schedule dt, .schedule dd{
    font-size:1.1rem;
    line-height: 1.3rem;
  }
  .schedule dt {
    width: 20%;
  }
  .schedule dd {
    width: 79%;
 }
  .schedule .ship_sch dt{
    width:30%;
  }
  .schedule .ship_sch dd{
    width:69%;
  }
 .ship_sch .schedule_box {
    width: 100%;
    display: block;
  }
 .schedule .reserve{
    margin: 0 auto;
 }

}</pre></body></html>