@charset "utf-8";
/*共通------------------*/

body {
  background: #F4FEFF;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 37%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.kv {
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: url("/ferry/campaign/ferry-hotel/img/logo.png") no-repeat top center,url("/ferry/campaign/ferry-hotel/img/bg_main01.jpg") no-repeat bottom left;
  background-size: auto,cover;
  position: relative;
}

.sp-kv {
  display: none;
}

.logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.copy {
	position: absolute;
	left: 40px;
	top: 94px;
}

.disney {
  position: absolute;
  left: 30px;
  bottom: 108px;
}

.usj {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.gnav {
  margin: -50px 0 0 0;
  padding: 40px 0 40px 0;
  background: url("/ferry/campaign/ferry-hotel/img/bg-wave.png") no-repeat center bottom;
  background-size: cover; 
}

.gnav .col-12 {
  padding: 0;
}

.gnav-title {
  color: #3752C0;
  font-size: 20px;
  text-align: center;
  margin: 0 -5px 0 5px;
  padding: 5px 0;
  border: 2px solid #3752C0;
  border-radius: 20px;
  height: 40px;
  background: #fff;
}

.gnav-title:first-child {
  margin: 0 0 0 0;
}

.gnav-title:last-child {
  margin: 0 -5px 0 10px;
}

.gnav-list {
  margin: 20px 0 0 0;
}


.gnav-list a[href] {
  text-decoration: none;
}

.area {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  background: #55aee0;
  height: 90px;
  /*margin: 0 10px 0 0;*/
  position: relative;
}

.area::after {
  position: absolute;
  bottom: 14%;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.area:hover {
  color: #fff;
  background: rgba(85,174,224,.8)
}

.area:hover::after {
  color: #fff;
}

.area:last-child {
  margin: 0 0 0 0;
}

/* コンテンツ */

.contents {
  max-width: 1140px;
  margin: 0 auto 50px auto;
}

.prefectures {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.prefectures .row {
  padding: 0 30px;
}

.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;
}

.port {
  text-align: center;
  margin: 50px 0 0 0;
}

.anchor {
  font-size: 26px;
  color: #3752C0;
  padding-left: 45px;
  background: url("/ferry/campaign/ferry-hotel/img/anchor.png") no-repeat left top;
}

.arrow {
  margin: 0 25px;
}

.port-contents {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}

.reservation {
  display: inline-block;
  font-size: 16px;
  color: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 30px 0 30px 0;
  padding: 8px 45px 8px 30px;
  position: relative;
}

.reservation::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #55aee0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.reservation:hover {
  color: #fff;
  background: #55aee0;
}

.reservation:hover::after {
  color: #fff;
}

.plan-titlearea{
  background: #3752C0;
  color: #fff;
  padding: 20px;
}

.plan {
  text-align: center;
  margin-bottom: 25px;
}

.plan:last-child {
  margin-right: 0;
  margin-bottom: 50px;
}

.plan-title {
  font-size: 22px;
  margin: 0 0 16px 0;
}

.plan-body {
  display: block;
  border: 1px solid #ccc;
}

.route {
  font-size: 16px;
}

.transportation {
  font-size: 16px;
}

.plan a:hover {
  text-decoration: none;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #F53C7F;
  margin: 16px 0 0 0;
}
article .price p.goto-line {
  font-size: 35px;
}
article .price p.normal-line {
  font-size: 20px;
  color: #333;
}
.price .num:before {
  content: "￥";
  font-size: 18px;
}
.price .min:after {
  content: "～";
  font-size: 18px;
}
article .price p.goto-line .num:before{
  font-size: 20px;
}
article .price p.normal-line .num:before{
  font-size: 18px;
}
.detail {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 20px 0 16px 0;
  padding: 5px 60px 5px 50px;
  position: relative;
}

.detail::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

#section-breadcrumb {
  margin-bottom: 0;
}


@media(max-width:1440px){

section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 425px;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.prefectures {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.kv {
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: url("/ferry/campaign/ferry-hotel/img/logo.gif") no-repeat top center,url("/ferry/campaign/ferry-hotel/img/bg_main01.jpg") no-repeat bottom left;
  background-size: 80%,cover;
  position: relative;
}

.sp-kv {
  display: none;
}

.logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.copy {
	position: absolute;
	left: 40px;
	top: 94px;
}

.disney {
  position: absolute;
  left: 30px;
  bottom: 108px;
}

.usj {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.container {
  
}

.contents {
  margin: 0 auto 50px auto;
}

.gnav {
  margin: -50px 0 0 0;
  padding: 40px 0 40px 0;
  background: url("/ferry/campaign/ferry-hotel/img/bg-wave.png") no-repeat center bottom;
  background-size: cover; 
}

.gnav-title {
  color: #3752C0;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #3752C0;
  border-radius: 20px;
  height: 40px;
  background: #fff;
}

.gnav-list {
  margin: 20px 0 0 0;
}

.gnav-list a[href] {
  text-decoration: none;
}

.area {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  background: #55aee0;
  height: 90px;
  margin: 0 10px 0 0;
  position: relative;
}

.area::after {
  position: absolute;
  bottom: 14%;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.area:hover {
  color: #fff;
  background: rgba(85,174,224,.8)
}

.area:hover::after {
  color: #fff;
}

.area:last-child {
  margin: 0 0 0 0;
}

/* コンテンツ */
.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;
}

.port {
  text-align: center;
  margin: 50px 0 0 0;
}

.port-contents {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}

.reservation {
  display: inline-block;
  font-size: 16px;
  color: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 30px 0 30px 0;
  padding: 8px 45px 8px 30px;
  position: relative;
}

.reservation::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #55aee0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.reservation:hover {
  color: #fff;
  background: #55aee0;
}

.reservation:hover::after {
  color: #fff;
}

.plan-titlearea{
  background: #3752C0;
  color: #fff;
  padding: 20px;
}

.plan {
  text-align: center;
  margin-bottom: 25px;
}

.plan:last-child {
  margin-right: 0;
  margin-bottom: 50px;
}

.plan-title {
  font-size: 22px;
  margin: 0 0 16px 0;
}

.plan-body {
  display: block;
  border: 1px solid #ccc;
}

.route {
  font-size: 16px;
}

.transportation {
  font-size: 16px;
}

.plan a:hover {
  text-decoration: none;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #F53C7F;
  margin: 16px 0 0 0;
}

.price .num:before {
  content: "￥";
  font-size: 35px;
}

.detail {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 20px 0 16px 0;
  padding: 5px 60px 5px 50px;
  position: relative;
}

.detail::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}
}
@media(max-width:1366px) {

section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 37%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.prefectures {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.kv {
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: url("/ferry/campaign/ferry-hotel/img/logo.png") no-repeat top center,url("/ferry/campaign/ferry-hotel/img/bg_main01.jpg") no-repeat bottom left;
  background-size: 92%,cover;
  position: relative;
}

.sp-kv {
  display: none;
}

.logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.copy {
  position: absolute;
  left: 40px;
  top: 94px;
  width: 32%;
}

.disney {
  position: absolute;
  left: 40px;
  bottom: 108px;
}

.disney img {
  width: 90%;
}

.usj {
  position: absolute;
  left: 40px;
  bottom: 30px;
}

.usj img {
  width: 90%;
}

.contents {
  margin: 0 auto 40px auto;
}

.gnav {
  margin: -50px 0 0 0;
  padding: 40px 0 40px 0;
  background: url("/ferry/campaign/ferry-hotel/img/bg-wave.png") no-repeat center bottom;
  background-size: cover; 
}

.gnav-title {
  color: #3752C0;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #3752C0;
  border-radius: 20px;
  height: 40px;
  background: #fff;
}

.gnav-list {
  margin: 20px 0 0 0;
}

.gnav-list a[href] {
  text-decoration: none;
}

.area {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  background: #55aee0;
  height: 90px;
  margin: 0 10px 0 0;
  position: relative;
}

.area::after {
  position: absolute;
  bottom: 14%;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.area:hover {
  color: #fff;
  background: rgba(85,174,224,.8)
}

.area:hover::after {
  color: #fff;
}

.area:last-child {
  margin: 0 0 0 0;
}

/* コンテンツ */
.prefectures .row {
  padding: 0 20px;
}

.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;}

.port {
  text-align: center;
  margin: 0;
}

.port-contents {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}

.reservation {
  display: inline-block;
  font-size: 16px;
  color: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 30px 0 30px 0;
  padding: 8px 45px 8px 30px;
  position: relative;
}

.reservation::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #55aee0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.reservation:hover {
  color: #fff;
  background: #55aee0;
}

.reservation:hover::after {
  color: #fff;
}

.plan-titlearea{
  background: #3752C0;
  color: #fff;
  padding: 20px;
}

.plan {
  text-align: center;
  margin-bottom: 25px;
}

.plan:last-child {
  margin-right: 0;
  margin-bottom: 50px;
}

.plan-title {
  font-size: 22px;
  margin: 0 0 16px 0;
}

.plan-body {
  display: block;
  border: 1px solid #ccc;
}

.route {
  font-size: 16px;
}

.transportation {
  font-size: 16px;
}

.plan a:hover {
  text-decoration: none;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #F53C7F;
  margin: 16px 0 0 0;
}

.price .num:before {
  content: "￥";
  font-size: 35px;
}

.detail {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 20px 0 16px 0;
  padding: 5px 60px 5px 50px;
  position: relative;
}

.detail::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}
}

@media(max-width:1200px) and (min-width:1132px) {

section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 37%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;
  background-size: 30%,cover;
}

}

@media(max-width:1140px) {
section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 35%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.prefectures {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.kv {
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: url("/ferry/campaign/ferry-hotel/img/logo.png") no-repeat top center,url("/ferry/campaign/ferry-hotel/img/bg_main01.jpg") no-repeat bottom right;
  background-size: 95%,cover;
  position: relative;
}

.sp-kv {
  display: none;
}

.logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.copy {
	position: absolute;
	left: 40px;
	top: 94px;
}

.disney {
  position: absolute;
  left: 30px;
  bottom: 92px;
}

.disney img {
  width: 86%;
}

.usj {
  position: absolute;
  left: 30px;
  bottom: 25px;
}

.usj img {
  width: 86%;
}

.contents {
  margin: 0 20px 40px 20px;
}

.gnav {
  margin: -50px 0 0 0;
  padding: 40px 0 40px 0;
  background: url("/ferry/campaign/ferry-hotel/img/bg-wave.png") no-repeat center bottom;
  background-size: cover; 
}

.gnav-title {
  color: #3752C0;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #3752C0;
  border-radius: 20px;
  height: 40px;
  background: #fff;
}

.gnav-list {
  margin: 20px 0 0 0;
}

.gnav-list a[href] {
  text-decoration: none;
}

.area {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  background: #55aee0;
  height: 90px;
  margin: 0 10px 0 0;
  position: relative;
}

.area::after {
  position: absolute;
  bottom: 14%;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.area:hover {
  color: #fff;
  background: rgba(85,174,224,.8)
}

.area:hover::after {
  color: #fff;
}

.area:last-child {
  margin: 0 0 0 0;
}

/* コンテンツ */
.prefectures .row {
  padding: 0 20px;
}

.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;}

.port {
  text-align: center;
  margin: 40px 0 0 0;
}

.port-contents {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}

.reservation {
  display: inline-block;
  font-size: 16px;
  color: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 30px 0 30px 0;
  padding: 8px 45px 8px 30px;
  position: relative;
}

.reservation::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #55aee0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.reservation:hover {
  color: #fff;
  background: #55aee0;
}

.reservation:hover::after {
  color: #fff;
}

.plan-titlearea{
  background: #3752C0;
  color: #fff;
  padding: 20px;
}

.plan {
  text-align: center;
  margin-bottom: 25px;
}

.plan:last-child {
  margin-right: 0;
  margin-bottom: 40px;
}

.plan-title {
  font-size: 22px;
  margin: 0 0 16px 0;
}

.plan-body {
  display: block;
  border: 1px solid #ccc;
}

.route {
  font-size: 15px;
}

.transportation {
  font-size: 14px;
}

.plan a:hover {
  text-decoration: none;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #F53C7F;
  margin: 16px 0 0 0;
}

.price .num:before {
  content: "￥";
  font-size: 35px;
}

.detail {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 20px 0 16px 0;
  padding: 5px 20px 5px 20px;
  position: relative;
}

.detail::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}
}

@media(max-width:980px) and (min-width:960px) {

section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 37%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;
  background-size: 30%,cover;
}

}
@media(max-width:960px) {

section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 32%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.kv {
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: url("/ferry/campaign/ferry-hotel/img/logo.png") no-repeat top center,url("/ferry/campaign/ferry-hotel/img/bg_main01.jpg") no-repeat bottom center;
  background-size: 100%,cover;
  position: relative;
}

.sp-kv {
  display: none;
}

.logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.copy {
	position: absolute;
	left: 40px;
	top: 94px;
}

.disney {
  position: absolute;
  left: 30px;
  bottom: 100px;
}

.disney img {
  width: 86%;
}

.usj {
  position: absolute;
  left: 30px;
  bottom: 25px;
}

.usj img {
  width: 86%;
}

.contents {
  margin: 0 20px 40px 20px;
}

.gnav {
  margin: -50px 0 0 0;
  padding: 40px 0 40px 0;
  background: url("/ferry/campaign/ferry-hotel/img/bg-wave.png") no-repeat center bottom;
  background-size: cover; 
}

.gnav-title {
  color: #3752C0;
  font-size: 20px;
  text-align: center;
  padding: 5px 0;
  border: 2px solid #3752C0;
  border-radius: 20px;
  height: 40px;
  background: #fff;
}

.gnav-list {
  margin: 20px 0 0 0;
}

.gnav-list a[href] {
  text-decoration: none;
}

.area {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 30px 0;
  background: #55aee0;
  height: 90px;
  margin: 0 10px 0 0;
  position: relative;
}

.area::after {
  position: absolute;
  bottom: 14%;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.area:hover {
  color: #fff;
  background: rgba(85,174,224,.8)
}

.area:hover::after {
  color: #fff;
}

.area:last-child {
  margin: 0 0 0 0;
}

/* コンテンツ */
.prefectures {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.prefectures .row {
  padding: 0 10px;
}

.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;}

.port {
  text-align: center;
  margin: 50px 0 0 0;
}

.port-contents {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}

.reservation {
  display: inline-block;
  font-size: 16px;
  color: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 30px 0 30px 0;
  padding: 8px 45px 8px 30px;
  position: relative;
}

.reservation::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #55aee0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.reservation:hover {
  color: #fff;
  background: #55aee0;
}

.reservation:hover::after {
  color: #fff;
}

.plan-titlearea{
  background: #3752C0;
  color: #fff;
  padding: 14px;
}

.plan {
  text-align: center;
  margin-bottom: 25px;
  padding: 0 10px;
}

.plan:last-child {
  margin-right: 0;
}

.plan-title {
  font-size: 18px;
  margin: 0 0 8px 0;
}

.plan-body {
  display: block;
  border: 1px solid #ccc;
}

.route {
  font-size: 14px;
}

.transportation {
  font-size: 13px;
}

.plan a:hover {
  text-decoration: none;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  font-weight: bold;
  color: #F53C7F;
  margin: 10px 0 0 0;
}

.price .num:before {
  content: "￥";
  font-size: 35px;
}

.detail {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 20px 10px 16px 10px;
  padding: 5px 20px 5px 20px;
  position: relative;
}

.detail::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}
}
@media(max-width:767px) {

section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 27%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.kv {
  width: 100%;
  height: 390px;
  margin: 0 auto;
  background: url("/ferry/campaign/ferry-hotel/img/logo.png") no-repeat top center,url("/ferry/campaign/ferry-hotel/img/bg_main01.jpg") no-repeat bottom right;
  background-size: 90%,cover;
  position: relative;
}

.sp-kv {
  display: none;
}

.logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.copy {
  position: absolute;
  left: 30px;
  top: 160px;
  width: 43%;
}

.disney {
  position: absolute;
  left: 120px;
  bottom: 90px;
}

.disney img {
  width: 80%;
}

.usj {
  position: absolute;
  left: 120px;
  bottom: 25px;
}

.usj img {
  width: 80%;
}


.container {

}


.contents {
  margin: 0 20px 30px 20px;
}

.garea {
  display: none;
  }

.gnav {
  margin: -50px 0 0 0;
  padding: 30px 0 30px 0;
  background: url("/ferry/campaign/ferry-hotel/img/bg-wave.png") no-repeat center bottom;
  background-size: cover; 
}

.gnav-title {
  color: #3752C0;
  font-size: 20px;
  text-align: center;
  margin: 0 -5px 0 5px;
  padding: 5px 0;
  border: 2px solid #3752C0;
  border-radius: 20px;
  height: 40px;
  background: #fff;
}

.gnav-list {
  margin: 0;
}

.gnav-list a[href] {
  text-decoration: none;
}

.area {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 30px 0 35px 0;
  background: #55aee0;
  height: 80px;
  margin: 0;
  line-height: 1;
  border: 1px solid #fff;
  position: relative;
}

.area::after {
  position: absolute;
  bottom: 12%;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.area:hover {
  color: #fff;
  background: rgba(85,174,224,.8)
}

.area:hover::after {
  color: #fff;
}

.area:last-child {
  margin: 0 0 0 0;
}

/* コンテンツ */
.prefectures {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.prefectures .row {
  padding: 0;
}

.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;}

.port {
  text-align: center;
  margin: 30px 0 0 0;
}

.reservation {
  display: inline-block;
  font-size: 16px;
  color: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 30px 0 30px 0;
  padding: 8px 45px 8px 30px;
  position: relative;
}

.reservation::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #55aee0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.reservation:hover {
  color: #fff;
  background: #55aee0;
}

.reservation:hover::after {
  color: #fff;
}

.plan-titlearea{
  background: #3752C0;
  color: #fff;
  padding: 20px;
}

.plan {
  text-align: center;
  margin-bottom: 25px;
}

.plan:last-child {
  margin-right: 0;
  margin-bottom: 30px;
}

.plan-title {
  font-size: 22px;
  margin: 0 0 10px 0;
}

.plan-body {
  display: block;
  border: 1px solid #ccc;
}

.route {
  font-size: 16px;
}

.transportation {
  font-size: 16px;
}

.plan a:hover {
  text-decoration: none;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  font-weight: bold;
  color: #F53C7F;
  margin: 16px 0 0 0;
}

.price .num:before {
  content: "￥";
  font-size: 35px;
}

.detail {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  background: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 20px 0 16px 0;
  padding: 5px 60px 5px 50px;
  position: relative;
  width: 300px;
}

.detail::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}
}

@media(max-width:643px) and (min-width:561px){

section {
  margin: 0 0 50px 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 28px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  background-size: 90%;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 22%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  background-size: 90%;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
}

.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;
  background-size: 55%,cover;
}

}

@media(max-width:560px) {
section {
  margin: 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 30px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 8%;
  top: 30px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  margin: 0 0 0 20px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.prefectures {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.kv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: none;
}

.sp-kv {
  display: block;
  width: 100%
}

.logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.copy {
  display: none;
}

.disney {
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 100%;
}

.disney img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.usj {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
}

.usj img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.container {

}

.contents {
  margin: 0 20px 30px 20px;
}

.garea {
  display: none;
  }

.gnav {
  margin: -10px 0 0 0;
  padding: 40px 0 40px 0;
  background: url("/ferry/campaign/ferry-hotel/img/bg-wave.png") no-repeat center bottom;
  background-size: cover; 
}

.gnav-title {
  display: none;
}
  
.gnav-list {
  margin: 20px 0 0 0;
}

.gnav-list a[href] {
  text-decoration: none;
}

.area {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
  background: #55aee0;
  height: 90px;
  margin: 0;
  border: 1px solid #fff;
  position: relative;
}

.area::after {
  position: absolute;
  bottom: 14%;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.area:hover {
  color: #fff;
  background: rgba(85,174,224,.8)
}

.area:hover::after {
  color: #fff;
}

.area:last-child {
  margin: 0 0 0 0;
}

/* コンテンツ */
.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;
}

.port {
  text-align: center;
  margin: 40px 0 0 0;
}

.port-contents {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}

.anchor {
  font-size: 22px;
  color: #3752C0;
  background-image: url("/ferry/campaign/ferry-hotel/img/anchor.png");
  background-size: contain;
  vertical-align: middle;
}

.arrow {
  margin: 0 8px 0 8px;
  width: 12%;
}
  
.reservation {
  display: inline-block;
  font-size: 16px;
  color: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 30px 0 30px 0;
  padding: 8px 45px 8px 30px;
  position: relative;
}

.reservation::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #55aee0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.reservation:hover {
  color: #fff;
  background: #55aee0;
}

.reservation:hover::after {
  color: #fff;
}

.plan-titlearea{
  background: #3752C0;
  color: #fff;
  padding: 20px;
}

.plan {
  text-align: center;
  margin-bottom: 25px;
}

.plan:last-child {
  margin-right: 0;
  margin-bottom: 20px;
}

.plan-title {
  font-size: 22px;
  margin: 0 0 8px 0;
}

.plan-body {
  display: block;
  border: 1px solid #ccc;
}

.route {
  font-size: 16px;
  line-height: 1.2;
}

.transportation {
  font-size: 15px;
}

.plan a:hover {
  text-decoration: none;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: bold;
  color: #F53C7F;
  margin: 8px 0 0 0;
}
article .price p.goto-line {
  font-size: 42px;
}
article .price p.normal-line {
  font-size: 30px;
}
.price .num:before {
  content: "￥";
  font-size: 30px;
}
article .price p.normal-line .num:before{
  font-size: 20px;
}
p.normal-line .num,
.card-plan-price span.goto_price .num{
  font-size: 30px;
}

.detail {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 16px 0 16px 0;
  padding: 5px 60px 5px 50px;
  position: relative;
  width: 240px;
}

.detail::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}
}
@media(max-width:320px) {
section {
  margin: 0;
}

#fukuoka,#oita,#miyazaki,#kagoshima,#ibaraki,#hokkaido,#niigata,#kagawa {
  font-size: 26px;
  color: #233DA8;
  padding: 30px 0 35px 0;
  position: relative;
}

#fukuoka::before,#oita::before,#miyazaki::before,#kagoshima::before,#ibaraki::before,#hokkaido::before,#niigata::before,#kagawa::before {
  background: url("/ferry/campaign/ferry-hotel/img/ferry.png") no-repeat left center;
  background-size: 80%;
  padding: 0 0 30px 48px;
  margin: 0 -48px 0 0;
  content: '';
  position: absolute;
  left: 35px;
  top: 25px;
} 

#fukuoka::after,#oita::after,#miyazaki::after,#kagoshima::after,#ibaraki::after,#hokkaido::after,#niigata::after,#kagawa::after {
  background: url("/ferry/campaign/ferry-hotel/img/accent.png") no-repeat left center;
  background-size: 70%;
  margin: 0 0 0 15px;
  padding: 25px 62px 25px 0;
  content: '';
  position: absolute;
  top: 10px;
} 

.prefectures {
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #fff;
}

.kv {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: none;
}

.sp-kv {
  display: block;
  width: 100%
}

.logo {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}

.copy {
  display: none;
}

.disney {
  position: absolute;
  left: 0;
  bottom: 55px;
  width: 100%;
}

.disney img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.usj {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
}

.usj img {
  width: 70%;
  margin: 0 auto;
  display: block;
}

.container {

}

.contents {
  margin: 0 20px 30px 20px;
}

.garea {
  display: none;
  }

.gnav {
  margin: -20px 0 0 0;
  padding: 40px 0 40px 0;
  background: url("/ferry/campaign/ferry-hotel/img/bg-wave.png") no-repeat center bottom;
  background-size: cover; 
}

.gnav-title {
  display: none;
}
  
.gnav-list {
  margin: 20px 0 0 0;
}

.gnav-list a[href] {
  text-decoration: none;
}

.area {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 30px 0;
  background: #55aee0;
  height: 90px;
  margin: 0;
  border: 1px solid #fff;
  position: relative;
}

.area::after {
  position: absolute;
  bottom: 14%;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.area:hover {
  color: #fff;
  background: rgba(85,174,224,.8)
}

.area:hover::after {
  color: #fff;
}

.area:last-child {
  margin: 0 0 0 0;
}

/* コンテンツ */
.area-title {
  text-align: center;
  padding: 20px 0;
  margin: 0 0 28px 0;
  background: url("/ferry/campaign/ferry-hotel/img/wave.png") no-repeat center 70px,url("/ferry/campaign/ferry-hotel/img/bg_title.png") no-repeat center top;
  background-size: 80%,cover;
}

.port {
  text-align: center;
  margin: 20px 0 0 0;
}

.port-contents {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
}

.anchor {
  font-size: 20px;
  color: #3752C0;
  padding-left: 26px;
  background: url("/ferry/campaign/ferry-hotel/img/anchor.png") no-repeat left top;
  background-size: 20%;
}

.arrow {
  margin: 0 10px;
  width: 10%;
}
  
.reservation {
  display: inline-block;
  font-size: 16px;
  color: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 20px 10px 20px 10px;
  padding: 8px 25px 8px 20px;
  position: relative;
}

.reservation::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #55aee0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}

.reservation:hover {
  color: #fff;
  background: #55aee0;
}

.reservation:hover::after {
  color: #fff;
}

.plan-titlearea{
  background: #3752C0;
  color: #fff;
  padding: 20px;
}

.plan {
  text-align: center;
  margin-bottom: 25px;
}

.plan:last-child {
  margin-right: 0;
  margin-bottom: 20px;
}

.plan-title {
  font-size: 20px;
  margin: 0 0 8px 0;
}

.plan-body {
  display: block;
  border: 1px solid #ccc;
}

.route {
  font-size: 14px;
  line-height: 1.4;
}

.transportation {
  font-size: 14px;
}

.plan a:hover {
  text-decoration: none;
}

.price {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #F53C7F;
  margin: 8px 0 0 0;
}

.price .num:before {
  content: "￥";
  font-size: 45px;
}

.detail {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: #55aee0;
  border: 2px solid #55aee0;
  border-radius: 20px;
  margin: 16px 0 16px 0;
  padding: 8px 25px 8px 20px;
  position: relative;
  width: 80%;
}

.detail::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}
}



.gnav-list2 li {
	text-align: center;
	padding: 0;
	border: 5px solid transparent;
}
@media (max-width: 768px) {
	.gnav-list2 li {
		border-width: 1px;
	}
}
.gnav-list2 a {
	position: relative;
	display: block;
	background: #55aee0;
	color: #fff;
	padding: 0.8rem 0 1.2rem;
}
.gnav-list2 a:after {
  position: absolute;
  bottom: 2px;
  right: 50%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-weight: 900;
}


p.transportation {
	background: #fff;
	color: #3752C0;
	margin-top: 0.25rem;
	padding: .25rem;
	border-radius: .25rem;
	font-size: 14px;
}