@charset "UTF-8";
/* グーグルフォントの読み込み */
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Kaisei+Opti:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
/* 読み込んだフォントの指定 */
/* ベースとなるフォントカラー */
/* 任意のフォントカラー */
/* SPメディアクエリのブレイクポイント */
/* @media screen and (max-width: $sp_01) {} */
/* PCメディアクエリのブレイクポイント */
/* @media screen and (min-width: $pc_01) {} */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  line-height: 1.7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP";
  color: #000;
}

.dis001 {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .dis001 {
    display: inline !important;
  }
}

.dis002 {
  display: inline !important;
}
@media screen and (max-width: 750px) {
  .dis002 {
    display: none !important;
  }
}

/***************************************************** setting */
html,
body {
  overflow-x: hidden;
}

.area01 {
  margin-top: 65px;
  padding: 105px 0 123px;
  position: relative;
  z-index: 0;
}
.area01::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tsugaru-ferry/road.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .area01::before {
    background-image: url(../images/tsugaru-ferry/road_sp.jpg);
  }
}
.area01 .box01 {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .area01 {
    padding: 50px 0 220px;
    margin-top: 32px;
  }
}

.area02 {
  margin-top: 67px;
}
@media screen and (max-width: 750px) {
  .area02 {
    margin-top: 30px;
  }
}

.area03 {
  margin-top: 72px;
}
.area03 .box03 {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #9fd8f7;
}
@media screen and (max-width: 750px) {
  .area03 {
    margin-top: 30px;
  }
}

.area04 {
  padding: 220px 0 205px;
  position: relative;
  z-index: 0;
}
.area04::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tsugaru-ferry/ferry_bk.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.area04 .box04 {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .area04 .box04 {
    width: 86%;
  }
}
@media screen and (max-width: 750px) {
  .area04 {
    padding: 110px 0 102px;
  }
}

.area05 {
  background: #ea5a51;
  padding: 70px 0 65px;
}
@media screen and (max-width: 750px) {
  .area05 {
    padding: 35px 0 30px;
  }
}

.area06 {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  .area06 {
    margin-top: 75px;
  }
}

/**/
#maincontents .gallery {
  margin-bottom: 0 !important;
}

#maincontents a:hover img {
  opacity: 1 !important;
}

/**/
@media screen and (max-width: 750px) {
  .load_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.load_title {
  font-family: "Kaisei Opti", serif;
  color: #2e3192;
  text-align: center;
  font-size: 78px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;
}
@media screen and (max-width: 750px) {
  .load_title {
    font-size: 9vw !important;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left;
  }
}

.load_text {
  font-family: "Hina Mincho", system-ui;
  text-align: center;
  font-size: 26px;
  margin-top: 75px !important;
}
@media screen and (max-width: 750px) {
  .load_text span {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-family: "Hina Mincho", system-ui;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  .load_text {
    margin-top: 25px !important;
    font-size: 4.5vw;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: left;
    margin-right: 25px !important;
  }
}

/**/
.swiper-slide {
  margin-left: 25px;
}
@media screen and (max-width: 750px) {
  .swiper-slide {
    margin-left: 12px;
  }
}

/**/
.course_img {
  background: #9fd8f7;
  max-width: 1300px;
  width: 96%;
  margin: 0 auto !important;
  padding-top: 125px;
  margin-bottom: -30% !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .course_img {
    width: 86%;
    padding-top: 60px;
    margin-bottom: -20% !important;
  }
}

.terminal_all {
  margin-top: -35%;
  position: relative;
  z-index: 0;
}
.terminal_all::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  width: 300px;
  height: 300px;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background: #f2f2f2;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .terminal_all::after {
    margin-top: -125px;
    margin-left: -125px;
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  .terminal_all::after {
    margin-top: -75px;
    margin-left: -75px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 750px) {
  .terminal_all {
    margin-top: -10%;
  }
}

.terminal_area {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 50px;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .terminal_area {
    width: 86%;
    padding: 20px 40px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.3);
  }
}

.boat_img {
  text-align: center;
  margin-top: -150px !important;
}
@media screen and (max-width: 1000px) {
  .boat_img img {
    max-width: 12%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  .boat_img img {
    max-width: 23%;
  }
}
@media screen and (max-width: 750px) {
  .boat_img {
    margin-top: -80px !important;
  }
}

.terminal_title {
  text-align: center;
  padding-bottom: 24px;
  margin: 56px 0 56px !important;
}
.terminal_title span {
  display: inline-block;
  border-bottom: 3px solid #2e3192 !important;
  color: #2e3192;
  font-size: 62px;
  font-family: "Hina Mincho", system-ui;
  font-weight: 700;
}
@media screen and (max-width: 1000px) {
  .terminal_title span {
    font-size: 6vw;
    line-height: 1.4;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 750px) {
  .terminal_title {
    padding-bottom: 12px;
    margin: 25px 0 25px !important;
  }
}

.terminal_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .terminal_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.terminal_con {
  width: 48%;
  margin-right: 4%;
}
.terminal_con:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .terminal_con:last-child {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .terminal_con {
    width: 100%;
    margin-right: 0;
  }
}

.terminal_text {
  font-size: 24px !important;
  font-weight: bold !important;
  text-align: center;
  margin-top: 27px !important;
}
@media screen and (max-width: 750px) {
  .terminal_text {
    font-size: 4vw !important;
    margin-top: 12px !important;
  }
}

.terminal_link_box {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .terminal_link_box {
    margin-top: 15px;
  }
}

.terminal_link {
  width: 48%;
  margin-right: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ed4954 !important;
  border-radius: 100px;
  padding: 15px 0;
}
.terminal_link:last-child {
  background: #3fa9f5 !important;
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .terminal_link span img {
    width: 80%;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  .terminal_link span img {
    height: 20px;
    width: auto;
  }
}
.terminal_link .terminal_link_text {
  display: inline-block;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (max-width: 1000px) {
  .terminal_link .terminal_link_text {
    font-size: 1.8vw;
    margin-left: 5px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  .terminal_link .terminal_link_text {
    font-size: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .terminal_link {
    width: 49%;
    margin-right: 2%;
    padding: 10px 0;
  }
}

.ferry_all {
  background: #fff;
  padding: 30px 50px 50px 50px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .ferry_all {
    padding: 15px 20px 25px;
  }
}

.ferry_title {
  font-weight: 900 !important;
  font-size: 52px !important;
  text-align: center;
  color: #ea5a51;
  margin-top: 35px !important;
}
@media screen and (max-width: 750px) {
  .ferry_title {
    font-size: 9vw !important;
    margin-top: 17px !important;
    line-height: 1.4 !important;
  }
}

.ferry_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 35px 40px 25px;
}
@media screen and (max-width: 750px) {
  .ferry_area {
    margin: 17px 0 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.ferry_box {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 750px) {
  .ferry_box:first-child {
    margin-top: 15px;
  }
}
.ferry_box:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .ferry_box {
    width: 100%;
    margin-right: 0;
  }
}

.ferry_sub_title {
  font-weight: 900;
  font-size: 26px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .ferry_sub_title {
    font-size: 5vw;
  }
}

.ferry_text {
  font-size: 22px;
  margin-top: 30px !important;
  text-align: left;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ferry_text::before {
  content: "※";
}
@media screen and (max-width: 750px) {
  .ferry_text {
    font-size: 3.8vw;
    margin-top: 15px !important;
  }
}

.ferry_002_area {
  background: #fffbcb;
  padding: 50px 30px 45px;
  margin-top: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ferry_002_area img.ferry_002a {
  max-width: 47%;
}
@media screen and (max-width: 750px) {
  .ferry_002_area img.ferry_002a {
    max-width: 40%;
  }
}
.ferry_002_area img.ferry_002b {
  max-width: 10%;
  margin: 0 25px;
}
@media screen and (max-width: 750px) {
  .ferry_002_area img.ferry_002b {
    margin: 0 10px;
    max-width: 10%;
  }
}
@media screen and (max-width: 750px) {
  .ferry_002_area {
    padding: 25px 10px 22px;
    margin-top: 40px !important;
  }
}

.ferry_002_box {
  max-width: 43%;
}
.ferry_002_box a {
  display: block;
  margin-bottom: 25px;
}
.ferry_002_box a:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .ferry_002_box a {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .ferry_002_box {
    max-width: 100%;
  }
}

.recommendation {
  font-weight: 900;
  font-size: 2.8vw;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommendation .recommendation_triangle span {
  font-size: 1.8vw;
  display: inline-block;
  margin-left: 10px;
  color: #fff;
}
.recommendation .recommendation_triangle span.taii {
  margin-right: 10px;
}
@media screen and (max-width: 750px) {
  .recommendation .recommendation_triangle span.taii {
    margin-right: 0;
  }
}
.recommendation .recommendation_triangle span:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1150px) {
  .recommendation .recommendation_triangle span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1150px) and (max-width: 750px) {
  .recommendation .recommendation_triangle span {
    font-size: 5vw;
  }
}
@media screen and (max-width: 1150px) {
  .recommendation {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1150px) and (max-width: 750px) {
  .recommendation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 5.5vw;
  }
}

.tab_area {
  border-bottom: 12px solid #0071bc !important;
}
@media screen and (max-width: 750px) {
  .tab_area {
    border-bottom: 8px solid #0071bc !important;
  }
}

.tab_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  width: 96% !important;
  margin: 0 auto !important;
}
.tab_list li {
  width: 48%;
  margin-right: 4%;
  background: #0071bc;
  border-radius: 50px 50px 0 0;
}
.tab_list li:last-child {
  margin-right: 0;
  background-color: #39b54a;
}
.tab_list li a,
.tab_list li span {
  padding: 25px 0;
  display: block;
  height: 100%;
  font-family: "Kaisei Opti", serif;
  font-weight: 700;
  font-size: 70px;
  color: #fff !important;
  text-align: center;
  text-shadow: 4px 4px 0px rgba(0, 0, 0, 0.5), 8px 8px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .tab_list li a,
  .tab_list li span {
    font-size: 7vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  .tab_list li a,
  .tab_list li span {
    padding: 12px 0;
  }
}
@media screen and (max-width: 750px) {
  .tab_list li {
    border-radius: 25px 25px 0 0;
  }
}

.stay_area {
  position: relative;
  z-index: 0;
  padding-bottom: 15%;
}
.stay_area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(221, 242, 250) 20px, rgb(221, 242, 250) 38px);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .stay_area::before {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(221, 242, 250) 15px, rgb(221, 242, 250) 28px);
  }
}
.stay_area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tsugaru-ferry/area_bk.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.stay_area.hakodate::before {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(241, 250, 242) 20px, rgb(241, 250, 242) 38px);
}
@media screen and (max-width: 750px) {
  .stay_area.hakodate::before {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(241, 250, 242) 15px, rgb(241, 250, 242) 28px);
  }
}
@media screen and (max-width: 750px) {
  .stay_area {
    padding-bottom: 23%;
  }
}

.stay_box {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  padding-top: 94px;
}
@media screen and (max-width: 750px) {
  .stay_box {
    padding-top: 47px;
    width: 86%;
  }
}

.stay_main {
  font-size: 53px !important;
  text-align: center;
  font-weight: bold !important;
  color: #fff;
  background: #0071bc;
  padding: 10px 0;
}
.stay_main.hakodate {
  background: #39b54a;
}
.stay_main.hotspring {
  background: #ea5a51;
}
@media screen and (max-width: 750px) {
  .stay_main {
    padding: 7px 0;
    font-size: 8vw !important;
  }
}

.stay_list {
  margin-top: 97px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.stay_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 80px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.3);
}
.stay_list li:nth-child(2n) {
  margin-right: 0;
}
.stay_list li img {
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .stay_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 750px) {
  .stay_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 48px !important;
  }
}

/* slick.js */
.slick-dots li button:before {
  font-size: 20px !important;
  color: #c5c5c5 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 750px) {
  .slick-dots li button:before {
    font-size: 15px !important;
  }
}

.slick-dots li.slick-active button:before {
  color: #808080 !important;
  opacity: 1 !important;
}

.slick-dots {
  bottom: 40px !important;
}

.slick-dots li {
  margin: 0 8px !important;
  border-radius: 50%;
  background: transparent !important;
}
@media screen and (max-width: 750px) {
  .slick-dots li {
    margin: 0 5px !important;
  }
}

.slick-slide {
  background: #eee;
}

.slick-slide img {
  margin: 0 auto;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

/* slick.js END */
.stay_con {
  padding: 50px 70px 50px 50px;
}
@media screen and (max-width: 1000px) {
  .stay_con {
    padding: 40px 60px 40px 40px;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  .stay_con {
    padding: 20px 40px 20px 20px;
  }
}

.stay_title {
  font-size: 28px !important;
  font-weight: 900 !important;
}
@media screen and (max-width: 750px) {
  .stay_title {
    font-size: 5.7vw !important;
  }
}

.stay_text {
  font-size: 18px;
  margin-top: 20px !important;
}
@media screen and (max-width: 750px) {
  .stay_text {
    margin-top: 15px !important;
    font-size: 4vw;
  }
}

.stay_plan {
  margin-top: 38px;
}
@media screen and (max-width: 750px) {
  .stay_plan {
    margin-top: 19px;
  }
}

.stay_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  background: #5bb94a !important;
  position: relative;
  z-index: 0;
  padding: 15px 0;
}
.stay_link::before {
  content: "";
  position: absolute;
  top: 0;
  right: -34px;
  width: 100%;
  height: 100%;
  background-image: url(../images/tsugaru-ferry/aorori/arrow_bk02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .stay_link::before {
    right: -31px;
  }
}
.stay_link:first-child {
  background: #ee9b40 !important;
}
.stay_link:first-child::before {
  background-image: url(../images/tsugaru-ferry/aorori/arrow_bk01.png);
}
.stay_link:last-child {
  margin-bottom: 0;
  background: #5491d5 !important;
}
.stay_link:last-child::before {
  background-image: url(../images/tsugaru-ferry/aorori/arrow_bk03.png);
}
.stay_link span {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.stay_link span.stay_plan_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
.stay_link span.stay_plan_text {
  margin: 0 auto;
}
.stay_link span img {
  padding: 0;
}
@media screen and (max-width: 890px) {
  .stay_link span {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 890px) and (max-width: 750px) {
  .stay_link span {
    font-size: 5.5vw;
  }
}


/* 2024-10-26追記  */

@media (min-width:751px) {
  #maincontents .ferry_flow {
    margin: 35px 40px 25px;
    text-align: left;
  }
  #maincontents .ferry_flow h4 {
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 20px;
   }
  #maincontents .ferry_flow a {
    text-decoration: underline;
   }
  #maincontents .ferry_flow .fweiB a {
    text-decoration: none;
    pointer-events: none;
   }
  #maincontents .ferry_flow p {
      font-size: 22px;
   }
  #maincontents .ferry_flow .notice {
      font-weight: 600;
      margin-bottom: 10px;
      text-indent: -1em;
      padding-left: 1em;
   }
  #maincontents .ferry_flow ul.notice2  {
      margin-bottom: 20px;
   }
  #maincontents .ferry_flow .notice2 li {
      text-indent: -1em;
      padding-left: 1em;
      font-size: 22px;
   }
    #maincontents .ferry_flow .notice.c_red {
      color: #ea5a51;
    }
   #maincontents .ferry_flow .notice.c_red a {
      color: #ea5a51;
   }
  #maincontents .fweiB {
      font-weight: 600;
   }
  #maincontents .ferry_flow .fweiB {
      margin-top: 20px;
      margin-bottom: 20px;
   }
   #ttt_foot #contact {
    display: none;
   }
}

@media (max-width:750px) {
  #maincontents .ferry_flow {
    text-align: left;
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
  #maincontents .ferry_flow h4 {
    font-weight: 900;
    font-size: 5vw;
    margin-bottom: 4vw;
   }
  #maincontents .ferry_flow a {
    text-decoration: underline;
   }
  #maincontents  .ferry_flow .fweiB a {
    text-decoration: none;
   }
  #maincontents .ferry_flow p {
      font-size: 3.8vw;
   }
  #maincontents .ferry_flow .notice {
      font-weight: 600;
      margin-bottom: 4vw;
      text-indent: -1em;
      padding-left: 1em;
   }
  #maincontents .ferry_flow ul.notice2  {
      margin-bottom: 4vw;
   }
  #maincontents .ferry_flow .notice2 li {
      text-indent: -1em;
      padding-left: 1em;
      font-size: 3.8vw;
   }
  #maincontents .ferry_flow .notice.c_red {
      color: #ea5a51;
    }
   #maincontents .ferry_flow .notice.c_red a {
      color: #ea5a51;
   }
  #maincontents .fweiB {
      font-weight: 600;
   }
  #maincontents .ferry_flow .fweiB {
      margin-top: 6vw;
      margin-bottom: 6vw;
   }
   #ttt_foot #contact {
    display: none;
   }
}