/* icons */
.ic-stock_w {background-image: url(/boatImg/new/header/ic-stock_w.svg);}
.ic-parts_w {background-image: url(/boatImg/new/header/ic-parts_w.svg);}
.ic-tel_w {background-image: url(/boatImg/new/header/ic-tel_w.svg);}
.ic-mail_w {background-image: url(/boatImg/new/header/ic-mail_w.svg);}
.ic-line_w {background-image: url(/boatImg/new/header/ic-line_w.svg);}
.ic-site_w {background-image: url(/boatImg/new/header/ic-site_w.svg);}


.ic-fuel {background-image: url(/boatImg/new/marina/icons/ic-marina-fuel.svg);}
.ic-shower {background-image: url(/boatImg/new/marina/icons/ic-marina-shower.svg);}
.ic-restaurant {background-image: url(/boatImg/new/marina/icons/ic-marina-restaurant.svg);}
.ic-maintenance {background-image: url(/boatImg/new/marina/icons/ic-marina-maintenance.svg);}
.ic-shop {background-image: url(/boatImg/new/marina/icons/ic-marina-shop.svg);}
.ic-license {background-image: url(/boatImg/new/marina/icons/ic-marina-license.svg);}
.ic-visitor {background-image: url(/boatImg/new/marina/icons/ic-marina-visitor.svg);}
.ic-hotel {background-image: url(/boatImg/new/marina/icons/ic-marina-hotel.svg);}
.ic-rental {background-image: url(/boatImg/new/marina/icons/ic-marina-rental.svg);}
.ic-electricity {background-image: url(/boatImg/new/marina/icons/ic-marina-electricity.svg);}
.ic-berth {background-image: url(/boatImg/new/marina/icons/ic-marina-berth_w.svg);}

.ic-fuel_b {background-image: url(/boatImg/new/marina/icons/ic-marina-fuel_b.svg);}
.ic-shower_b {background-image: url(/boatImg/new/marina/icons/ic-marina-shower_b.svg);}
.ic-restaurant_b {background-image: url(/boatImg/new/marina/icons/ic-marina-restaurant_b.svg);}
.ic-maintenance_b {background-image: url(/boatImg/new/marina/icons/ic-marina-maintenance_b.svg);}
.ic-shop_b {background-image: url(/boatImg/new/marina/icons/ic-marina-shop_b.svg);}
.ic-license_b {background-image: url(/boatImg/new/marina/icons/ic-marina-license_b.svg);}
.ic-visitor_b {background-image: url(/boatImg/new/marina/icons/ic-marina-visitor_b.svg);}
.ic-hotel_b {background-image: url(/boatImg/new/marina/icons/ic-marina-hotel_b.svg);}
.ic-rental_b {background-image: url(/boatImg/new/marina/icons/ic-marina-rental_b.svg);}
.ic-electricity_b {background-image: url(/boatImg/new/marina/icons/ic-marina-electricity_b.svg);}
.ic-berth_b {background-image: url(/boatImg/new/marina/icons/ic-marina-berth_b.svg);}


/* Style for PCs */
@media screen and (min-width: 1025px) {

/* common */
main {
  width:100%;
  height: auto;
  display: block;
  padding-top:120px;
}

.contentsmain {
  width:100%;
  height: auto;
  display: block;
}

/* h1 */
h1.search_h1 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding:0 2%;
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-777);
}


/* Pankuzu */
ul.pankuzu {
  width:90%;
  max-width:1400px;
  height: auto;
  display: flex;
  justify-content: flex-start;
  padding:0;
  margin:0 auto;
}
ul.pankuzu li {
  font-size:12px;
  font-weight: 400;
  color:var(--color-777);
  line-height: 1.25em;
}
ul.pankuzu li a {
  color:var(--color-1st);
  text-decoration: none;
}
ul.pankuzu li a:hover {
  color:var(--color-4th);
  text-decoration: underline;
}
ul.pankuzu li:after {
  content:" >";
  margin-right:0.5em;
}
ul.pankuzu li:last-child:after {
  content:"";
  margin-right:0;
}

/* Pagetitle */
.pagetitle {
  width:90%;
  height: auto;
  display: flex;
  align-items: center;
  padding:8px 0 0;
  margin:0 auto;
}
.pagetitle h2 {
  font-size:14px;
  font-weight: 700;
  line-height: 58px;
  padding-top:2px;
  order:2;
}
.pagetitle p {
  font-size:40px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 700;
  line-height: 60px;
  margin-right:0.3em;
  order:1;
}

/* Pagenavi */
.pagenavi {
  width:100%;
  height: 30px;
  display: block;
  padding:0 1%;
}
.pagenavi ul {
  width:100%;
  height: 30px;
  display: flex;
  justify-content: center;
}
.pagenavi ul li {
  width:fit-content;
  height: 30px;
  display: flex;
  align-items: center;
  font-size:12px;
  font-weight: 400;
  line-height: 30px;
  padding:0 15px 0 5px;
  background-image: url(/boatImg/new/header/ic-ar_h_blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 14px;
}
.pagenavi ul li:last-child {
  background-image: none;
  padding:0 0 0 5px;
}
.pagenavi ul li a {
  width:fit-content;
  height: 30px;
  display: block;
  color:var(--color-777);
  text-decoration: none;
}

.pagenavi ul li:first-child:before {
  content:"";
}
.pagenavi ul li:first-child a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-image: url(/boatImg/new/header/ic-home_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 22px;
}

/* Back button */
.backbn {
  width:180px;
  height: 40px;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 40px;
  margin:0 auto;
}
.backbn a {
  width:100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  padding:0 0 0 0;
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-5th);
  border-radius: 5px;
  background-image: url(/boatImg/new/header/ic-ar_h_bk_white.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 16px;
}


}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* common */
main {
  width:100%;
  height: auto;
  display: block;
  padding-top:105px;
}

.contentsmain {
  width:100%;
  height: auto;
  display: block;
}

/* h1 */
h1.search_h1 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding:0 3%;
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-777);
}

/* Pankuzu */
ul.pankuzu {
  width:100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  padding:0 3%;
  margin-bottom: 5px;
}
ul.pankuzu li {
  font-size:12px;
  font-weight: 400;
  color:var(--color-777);
  line-height: 1.25em;
}
ul.pankuzu li a {
  color:var(--color-1st);
  text-decoration: none;
}
ul.pankuzu li a:hover {
  color:var(--color-4th);
  text-decoration: underline;
}
ul.pankuzu li:after {
  content:" >";
  margin-right:0.5em;
}
ul.pankuzu li:last-child:after {
  content:"";
  margin-right:0;
}

/* Pagetitle */
.pagetitle {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:8px 0 0;
  margin: 0 auto;
}
.pagetitle h2 {
  font-size:14px;
  font-weight: 700;
  line-height: 1em;
  padding-top:0px;
  order:2;
}
.pagetitle p {
  font-size:40px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 700;
  line-height: 1em;
  margin-bottom:0.3em;
  order:1;
}

/* Pagenavi */
.pagenavi {
  width:100%;
  height: 30px;
  display: block;
  padding:0 1%;
}
.pagenavi ul {
  width:100%;
  height: 30px;
  display: flex;
  justify-content: center;
}
.pagenavi ul li {
  width:fit-content;
  height: 30px;
  display: flex;
  align-items: center;
  font-size:12px;
  font-weight: 400;
  line-height: 30px;
  padding:0 15px 0 5px;
  background-image: url(/boatImg/new/header/ic-ar_h_blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 14px;
}
.pagenavi ul li:last-child {
  background-image: none;
  padding:0 0 0 5px;
}
.pagenavi ul li a {
  width:fit-content;
  height: 30px;
  display: block;
  color:var(--color-777);
  text-decoration: none;
}

.pagenavi ul li:first-child:before {
  content:"";
}
.pagenavi ul li:first-child a {
  width:30px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-image: url(/boatImg/new/header/ic-home_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 22px;
}


/* Back button */
.backbn {
  width:180px;
  height: 40px;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 40px;
  margin:0 auto;
}
.backbn a {
  width:100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  padding:0 0 0 0;
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-5th);
  border-radius: 5px;
  background-image: url(/boatImg/new/header/ic-ar_h_bk_white.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 16px;
}


}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

/* common */
main {
  width:100%;
  height: auto;
  display: block;
  padding-top:85px;
}

/* h1 */
h1.search_h1 {
  width:100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding:0 3%;
  margin-bottom: 10px;
  font-size:10px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-777);
}

/* Pankuzu */
ul.pankuzu {
  width:100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  padding:0 3%;
  margin-bottom: 5px;
}
ul.pankuzu li {
  font-size:10px;
  font-weight: 400;
  color:var(--color-777);
  line-height: 1.25em;
}
ul.pankuzu li a {
  color:var(--color-1st);
  text-decoration: none;
}
ul.pankuzu li a:hover {
  color:var(--color-4th);
  text-decoration: underline;
}
ul.pankuzu li:after {
  content:" >";
  margin-right:0.5em;
}
ul.pankuzu li:last-child:after {
  content:"";
  margin-right:0;
}

/* Pagetitle */
.pagetitle {
  width:90%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:8px 0 0;
  margin:0 auto;
}
.pagetitle h2 {
  font-size:20px;
  font-weight: 700;
  line-height: 1em;
  padding-top:0px;
  margin-bottom:0.6em;
  order:1;
}
.pagetitle p {
  font-size:10px;
  font-family: var(--font-en);
  color:var(--color-1st);
  font-weight: 700;
  line-height: 1em;
  margin-bottom:1em;
  order:2;
}

/* Pagenavi */
.pagenavi {
  width:100%;
  height: 20px;
  display: block;
  padding:0 1%;
}
.pagenavi ul {
  width:100%;
  height: 20px;
  display: flex;
  flex-wrap: wrap;
}
.pagenavi ul li {
  width:fit-content;
  height: 20px;
  display: flex;
  align-items: center;
  font-size:12px;
  font-weight: 400;
  line-height: 20px;
  padding:0 15px 0 5px;
  background-image: url(/boatImg/new/header/ic-ar_h_blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 14px;
}
.pagenavi ul li:last-child {
  background-image: none;
  padding:0 0 0 5px;
}
.pagenavi ul li a {
  width:fit-content;
  height: 20px;
  display: block;
  color:var(--color-777);
  text-decoration: none;
}

.pagenavi ul li:first-child:before {
  content:"";
}
.pagenavi ul li:first-child a {
  width:30px;
  height: 20px;
  display: block;
  text-indent: -9999px;
  background-image: url(/boatImg/new/header/ic-home_b.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 20px;
}


/* Back button */
.backbn {
  width:180px;
  height: 40px;
  display: block;
  font-size:14px;
  font-weight: 400;
  line-height: 40px;
  margin:0 auto;
}
.backbn a {
  width:100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  padding:0 0 0 0;
  text-decoration: none;
  color: var(--color-white);
  background-color: var(--color-5th);
  border-radius: 5px;
  background-image: url(/boatImg/new/header/ic-ar_h_bk_white.svg);
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: auto 16px;
}

}


.detail-diners-ban{
    max-width: 1200px;
    padding: 20px;
    display: table;
    margin: 0 auto;
}

.detail-diners-ban img{
  max-width: 100%;
  width: auto;
}


.page-link{
  text-align: center;
  font-size: 16px !important;


  margin-bottom: 2em !important;


  display: table;
  margin: 0 auto;

    margin-top: 30px;
}

.page-link a{
    border: 1px solid #358ac9;
    padding: 20px;
    display: block;
  color: #333;
  background: #358ac9;
  color: #fff;
  text-decoration: none;
}

.page-link a:hover{
    border: 1px solid #333;
  background: #333;
  color: #fff;
}