@charset "utf-8";

/* -------------------------------------------------*/
/* access */
/*------------------------------------------------- */
#access .sub-visual {
  /*background: url(../img/visual_access_01.jpg) no-repeat 50%  50%;
  height: clamp(120px, 10vw, 180px);*/
}
#access .price {
  font-size: 1.0rem;
}
#ticket .price {
  display: flex;
  border: 1px solid #eeeeee;
  margin-bottom: 3rem;
}
.price-name {
  background-color: #f1f1f1;
  padding: 1.3rem 1.5rem;
	& + dd {
  padding: 1.3rem 1.5rem 0;
	}
}
#date dl {
  margin-bottom: 1rem;
}
#date dl dt {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: top;
  width: 8rem;
  font-size: 1.1rem;
}
#date .dl-date dt {
  display: inline-block;
  margin: 0 1rem 0 0;
  vertical-align: top;
  width: 8rem;
  font-size: 1.1rem;
  background-color: #f1f1f1;
  text-align: center;
}
.global #date .dl-date dt {
  width: 10rem;
  font-size: 1.0rem;
  padding: .3rem .5rem;
  border-radius: .3rem;
}
#date dl dd {
  display: inline-block;
}
.h-style5 {
font-size: 28px;
}
.info-box {
  padding: 1rem;
}
.maptext {
  font-size: 16px;
  margin-bottom: 2rem;
}
#content_right .caption {
  font-size: 14px;
}
#bus_ship > h4,
.maptext h4 {
  font-size: 1.4rem;
}
.maptext .h-style5 {
  margin-top: 0;
}
.map-depot {
}
.route {
  margin: 1.5rem 0 1.5rem;
}
.route li{
  margin: 0 0 .5rem 0;
}
.route dt {
  color: #054e8b;
}
.route i {
  /*background-color: #68a4d6;
  color: #ffffff;
  border-radius: 2rem;
  line-height: 1;*/
}
.route + .route {
  margin-top: 1rem;
}
.route_simplified {
  max-width: 680px;
  margin: 0 auto 3rem;
  background-color: #f0f5f5;
  padding: 2rem;
  border-radius: 1rem;
}
.price-box {
  background-color: #f5f5f5;
  padding: 1rem;
  margin: 1rem 0;
}
.price-box h5 {
  margin: 0 0 1rem 0;
  background: none;
  padding: 0;
  max-width: auto;
}
.lower-layout-area .pc-main .price-box dt {
  width: 6em;
}
.btn-bus {
  background-color:#3ba0a1;
  border-color:#4bb0b1;
}
.btn-bus:hover {
  background-color:#2cb3b4;
  border-color:#48c8c9;
}
.btn-boat {
  background-color:#d03b89;
  border-color:#e04b99;
}
.btn-boat:hover {
  background-color:#e04b99;
  border-color:#e04b99;
}
.fas-large {
  font-size: 2.5rem;
  color: #0096cf!important;
}
.badge {
  font-size: .85em;
  background-color: #0492e0;
  color: #ffffff;
  padding: .3rem .5rem;
  margin: 0 .2rem;
  border-radius: 2rem;
  line-height: 1;
}
.map {
  position: relative;
  margin-top: 3rem;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  width: 95%;
}
ul.notes {
  padding-left: 0;
}
@media all and (min-width:960px) and (max-width:1200px){}
@media print, screen and (min-width: 961px){
}
@media print, screen and (min-width: 768px){
  .price-name {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px){
  
  #ticket .price {
    display: block;
  }
  .price {
    margin-bottom: 1.5rem;
  }
  .price-name {
    display: block;
}
  #date .dl-date dt {
    width: 100%;
    display: block;
}
.h-style5 {
font-size: 18px;
}
.fas-large {
  font-size: 2rem;
}
  #date dl dt,
  #date dl dd {
    display: block;
  }
  .map {
    margin: 0 1rem;
    padding-bottom: 100%;
  }
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  width: 100%;
}
.route_simplified {
  max-width: none;
  padding: 1rem;
}
.lower-layout-area .price-box dt {
  width: 6em;
}
}

@media screen {
  #print_mp,#print_mb {display: none;}
}

@media print {
  .map iframe,
  .map object,
  .map embed {display: none;}
  #print_mp {
    display: block;
    width:100%;
    float:right;
  }
  #print_mb {
    display: block;
    width:100%;
    float:right;
  }
}

/* 	table-cruise  */

.table-cruise {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	box-sizing: border-box;
}
.table-cruise tr:not(:first-child) th {
	background-color: #f2f9ff;
	font-weight: bold;
	color: #333366;
  text-align: center;
  font-size: 1.0rem;
}

.table-cruise tr {
	
	background-color: #ffffff;
	&:nth-child(2n+1) {
  background-color: #fcfcfc;
	}
}

.table-cruise tr:last-child {
  border-bottom: 1px solid #cccccc;
}

.table-cruise th,
.table-cruise td {
  text-align: center;
  border-top: 1px solid #cccccc;
}

.table-cruise th:nth-child(1) {
	color: #333;
  font-weight: bold;
  white-space: unset;
  width: 15%;
}
.table-cruise td:nth-child(2),
.table-cruise td:nth-child(3),
.table-cruise td:nth-child(4),
.table-cruise td:nth-child(5) {
  width: 21%;
}
.table-cruise.table-price table {
  min-width: 80%;
}
.table-cruise.table-price table th:nth-child(1) {
  width: 40%;
}
.table-cruise.table-price table td {
  width: 30%;
}

@media screen and (max-width: 767px){
	.table-cruise tbody,
	.table-cruise tr	{
	}
	.table-cruise th{
    font-size: .8rem;
	}
  .table-cruise td {
    font-size: 16px;
	}
}
/*日本丸バナー*/
#nipponmaru {
  color: #fff;
  text-decoration: none;
  background-color: #F08300;
  margin-top: 2rem;
  align-items: center;
  border-radius: .3rem;
}
#nipponmaru:hover {
  opacity: .75;
}
#nipponmaru .logo,
#nipponmaru .txt {
  margin: 1rem;
  display: inline-block;
}
#nipponmaru .logo img {
  width: 21rem;
  height: auto;
}
#nipponmaru .txt {
  width: 100%;
  color: #fff;
  border-left: 4px dotted rgba(255,255,255,.5);
}
#nipponmaru .txt h3,
#nipponmaru .txt p {
  margin-bottom: .6rem;
  margin-left: 1rem;
}
#nipponmaru .txt p {
  text-align: right;
}
@media print, screen and (max-width: 767px){
  #nipponmaru .txt {
    margin-top: 0;
    margin-left: 0;
    border-top: 4px dotted rgba(255,255,255,.5);
    border-left: none;
  }
  #nipponmaru .txt h3 {
    margin-top: .7rem;
    margin-bottom: .0rem;
  }
}
/* timetable */

.timetable table, td, th {
  border-collapse: collapse;
  border:1px solid #aaa;
  border-right-color :#eee; 
  border-left-color :#eee; 
}
.timetable table {
  width: 100%;
  margin-bottom: 2rem;
  border-top: 2px solid #1D69B6;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
  table-layout: fixed;
}
.timetable .Date {
  font-weight:bold;
  background:none;
  color:#333;
  font-size:18px;
}
.timetable td {
  text-align:center;
  padding:5px;
}
.timetable th {
  background:#666;
  color:#fff;
  padding:5px;
}
.timetable tr:nth-child(2n) th {
  background:#777;
}
.timetable tr:nth-child(2) th.py {
  background:#f34287;
  width: 50%;
}
.timetable tr:nth-child(2) th.ybm {
  background:#84a800;
  width: 50%;
}
.timetable th {
  width: 50%;
}
.timetable TD {
  width: 10%;
}
.timetable TD+TH {
  width: 20%;
}
 .single TD {
  width: 6.6%;
}
 .single TD+TH {
  width: 13.2%;
}
@media print, screen and (max-width: 575px){
  
  .timetable .single {
    width: 560px;
  }
}


/* modal table */

.modal table, td, th {
  border-collapse: collapse;
  border:1px solid #aaa;
  border-right-color :#eee; 
  border-left-color :#eee; 
}
.modal table {
  width: 100%;
  margin-bottom: 2rem;
  border-top: 2px solid #1D69B6;
  box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}
.modal .Date {
  font-weight:bold;
  background:none;
  color:#333;
  font-size:18px;
}
.modal td {
  text-align:center;
  padding:5px;
}
.modal th {
  background:#666;
  color:#fff;
  padding:5px;
}
.modal tr:nth-child(2n) th {
  background:#777;
}
.modal tr:nth-child(2) th.py {
  background:#06c;
}
.modal tr:nth-child(2) th.ybm {
  background:#094;
}
#busModal.modal th {
  width: 50%;
  text-align:center;
}
#busModal.modal TD {
  width: 10%;
  text-align:center;
}
#busModal.modal TD+TH {
  width: 20%;
}
#busModal .single TD {
  width: 6.9%;
}
#busModal .single TD+TH {
  width: 10.0%;
}
#boatModal.modal th {
  width: 50%;
}
#boatModal.modal TD {
  width: 40%;
}
#boatModal.modal TD+TH {
  width: 20%;
}


span.news_s{
font-size: .8rem;
display: inline-block;
margin-top: .5rem; 
}

@media screen and (max-width:767px) {
span.news_s{
margin-top: .3rem;
}

}
.lower-layout-area .pc-main .two-col {
	display: flex;
	justify-content: space-between;
}
.lower-layout-area .pc-main .two-col .item {
  width: 48%;
  table-layout: fixed;
}
@media print, screen and (max-width: 767px){

	.lower-layout-area .pc-main .three-col,
	.lower-layout-area .pc-main .two-col {
		display: block;
	}
	.lower-layout-area .pc-main .three-col .item,
	.lower-layout-area .pc-main .two-col .item {
		width: auto;
  }
  }