@charset "UTF-8";

.sh-top-main-visual-wrapper {
  height: auto;
  overflow: hidden;
   /*メインビジュアルにだけ背景つける場合*/
  /*background: url(top/bg_VI.jpg) repeat-x left bottom #fff;*/
  /*background-size: auto 100%;*/
  /*background-image: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#000));
  background-image: linear-gradient(to bottom, #272727 0%, #000 100%);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 100px 560px;*/
  background-color: #000;
}

.sh-top-main-visual {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#topMainVisual {
}

.sh-top-MV-caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #fff;
  font-size: 13px;
  text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
  text-align: left;
}

.sh-top-mv__sub1 {
  position: absolute;
  width: 60%;
  /*max-width: 1152px;*/
  left: 20%;
  top: 7.407407%;
  opacity: 0;
}
@keyframes shTopMvSub1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.__do-anim-sub {
  animation: shTopMvSub1 1s linear 1s forwards;
}

@media screen and (max-width: 767px) {
  .sh-top-MV-caption {
    bottom: 1px;
    font-size: 12px;
    padding-left: 5px;
  }
  .sh-top-mv__sub1 {
    width: 93.90625%;
    left: 2.96875%;
    top: 9.909091%;
  }
}


.sh-top-obi {
  width: 100%;
  background-color: #002662;
}
.sh-top-obi > div {
  max-width:1280px;
  margin:0 auto;
}

.sh-top-obi2 {
  width: 100%;
  background-color: #fff;
}

.sh-top-banner-box {
	/*border-bottom:1px solid #CCC;*/
	background-color: transparent;
  padding-top: 50px;
}

.sh-top-banner-box > div {
  max-width:1000px;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 10px;
  padding-right: 10px;*/
}

.sh-hover-img a:hover img ,
.sh-top-inquiry-btn a:hover img ,
.sh-top-banner-box a:hover img  {
	opacity:0.9;
}



.sh-top-title1 {
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.1em;
}
.sh-top-title2 {
  font-size: 30px;
  font-family: "Cinzel", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 5px;
  text-align: center;
}
.sh-top-title3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sh-top-title3 > p:first-child {
  width: 260px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 33px;
  font-family: "Cinzel", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 4px;
  text-align: left;
  border-right: 1px solid #282828;
}
.sh-top-title3 > p:last-child {
  font-size: 17px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 5px;
  text-align: left;
  padding-left: 40px;
}

.sh-top-text1 {
  font-size: 18px;
  line-height: 2.3;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-top-link1 {
  font-size: 24px;
  font-family: "Cinzel", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-top-caption1 {
  position: absolute;
  font-size: 14px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  right: 10px;
  bottom: 10px;
}
.sh-top-caption1.__left {
  left: 10px;
  right: unset;
  bottom: 10px;
}
.sh-top-caption1.__white {
  color: #fff;
  text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
}


.sh-top-news-section {
  max-width: 1000px;
  margin-inline: auto;
  padding-bottom: 120px;
}
.sh-top-news-box {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-top-news-list {
  margin-top: 50px;
}
.sh-top-news-list > li {
  border-bottom: 1px solid #000;
}
.sh-top-news-list > li:nth-child(3),
.sh-top-news-list > li:last-child {
  border-bottom: none;
}
.sh-top-news-box.sh-is-open .sh-top-news-list > li:nth-child(3) {
  border-bottom: 1px solid #000;
}

.sh-top-news-list > li > div {
  display: table;
  width: 100%;
}

.sh-top-news-list > li:nth-child(n + 4) {
  display: none;
}

.sh-top-news-date {
  display: table-cell;
  width: 190px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  padding-top: 20px;
  padding-bottom: 20px;
  border-right: 1px solid #000;
}


.sh-top-news-content {
  display: table-cell;
  font-size: 18px;
  padding: 20px 50px;
  text-align: left;
  vertical-align: top;
}

.sh-top-news-content a {
  display: block;
  position: relative;
  text-decoration: none;
  color: #333;
  padding: 2px 15px 2px 2px;
  -webkit-transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, -webkit-box-shadow .3s;
  transition: background-color .3s, box-shadow .3s;
  transition: background-color .3s, box-shadow .3s, -webkit-box-shadow .3s;
}

.sh-top-news-content a:after {
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f105";
  font-size: 24px;
  line-height: 1;
  color: #333;
  width: 24px;
  height: 24px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  text-align: right;
  vertical-align: middle;
}

html.no-touch .sh-top-news-content a:hover {
  -webkit-box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 4px -2px rgba(0, 0, 0, 0.3);
  background-color: rgba(222, 222, 198, 0.1);
  text-decoration: none;
  color: #333;
}

.sh-top-news-button {
  display: none;
  width: 298px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 0;
  line-height: 20px;
  border: 1px solid #000;
  text-align: center;
  cursor: pointer;
  color: #333;
}

.sh-top-news-button span {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: left center;
}

.sh-top-news-button .sh-top-news-button__open {
  position: relative;
}
.sh-top-news-button .sh-top-news-button__open::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(ico_03.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(90deg);
}

.sh-top-news-button .sh-top-news-button__close {
  display: none;
  position: relative;
}
.sh-top-news-button .sh-top-news-button__close::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(ico_03.png) no-repeat center top;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-90deg);
}

.sh-top-news-button.sh-is-open .sh-top-news-button__open {
  display: none;
}

.sh-top-news-button.sh-is-open .sh-top-news-button__close {
  display: inline-block;
}

.sh-top-news-box.sh-is-show .sh-top-news-button {
  display: block;
}

.sh-top-contents-box {
  max-width: 1500px;
  margin: 50px auto 80px;
}

.sh-top-fullwidth__white {
  padding-bottom: 30px;
}
.sh-top-asidebox {
  max-width: 768px;
  margin: 30px auto 0;
}
.sh-top-asidebox .pure-g {
  margin: 3.90625% 0 2.34375%;
}
.sh-top-asidebox .pure-g > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 18px;
  margin-bottom:20px;
}

.sh-header-wrapper {
  border-bottom: none;
}
.sh-global-info {
  display: none;
}
.sh-global-info2 {
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;
  background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0));
  */
  padding: 2px;
  line-height: 1.25;
  vertical-align: middle;
  color: #fff;
  background-color: #040E2D;
}

.sh-top-bgbox1 {
  background: url(bg_01.jpg) bottom right no-repeat #beb7af;
  background-size: 150%;
  position: relative;
  width: 100%;
  height: 550px;
}
.sh-top-bgbox2 {
  background: url(bg_02.jpg) bottom right no-repeat #b6c0bf;
  background-size: 100%;
  position: relative;
  width: 100%;
  height: 550px;
}
.sh-top-bgbox3 {
  background: url(bg_03.jpg) bottom center no-repeat #d6d9e0;
  background-size: 100%;
  position: relative;
  width: 100%;
  height: 650px;
}
.sh-top-bgbox1 > div {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 90%;
}
.sh-top-bgbox2 > div {
  position: absolute;
  top: 10%;
  right: 50%;
  width: 90%;
}
.sh-top-bgbox3 > div {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 90%;
}


.sh-top-link-box {
  background-color: #e3e8ed;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sh-top-link-contents {
    box-sizing: content-box;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.sh-top-contents-item + .sh-top-contents-item {
  margin-top: 8%;
}
.sh-top-contents-item > a {
  display: block;
  color: #333;
  text-decoration: none;
}
html.no-touch .sh-top-contents-item > a:hover {
  color: #333;
  text-decoration: none;
}
.sh-top-contents-item .__txt {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.sh-top-contents-item .__lnk {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  width: 220px;
  height: 50px;
  border: 1px solid #000;
  margin-left: 20px;
  font-size: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #333;
  background-color: transparent;
  transition: background-color .3s;
}
html.no-touch .sh-top-contents-item > a:hover .__lnk {
  background-color: #ced5df;
  filter: brightness(1.05);
}

.sh-top-contents-item > a .__img {
  overflow: hidden;
  position: relative;
}
html.no-touch .sh-top-contents-item > a .__img img {
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -ms-transition: -ms-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
html.no-touch .sh-top-contents-item > a:hover .__img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.sh-top-contents-item .sh-top-contents-caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 13px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, 'Noto Serif JP', serif;
  text-shadow: 0 0 3px #333, 1px 0 3px #333, 0 -1px 3px #333, 0 1px 3px #333, -1px 0 3px #333;
}



.PB80 {
  padding-bottom: 80px;
}
.MT80_60 {
  margin-top: 80px;
}
.MT40_20 {
  margin-top: 40px;
}

.sh-br1 {
  display: block;
}

.sh-PR {
  position: relative;
}

sub {
    bottom: 0.2em;
}


@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1023px) {
  .sh-top-asidebox {
    max-width: 768px;
  }
}
@media screen and (min-width: 920px)  {
}

@media screen and (min-width: 768px) and (max-width: 911px){
  .sh-br1 {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sh-header-wrapper {
    position: relative;
    height: 0;
    border-bottom: none;
  }
  .sh-header {
    padding: 0;
    height: 80px;
  }
  .sh-top-logo {
    width: 220px;
    position: absolute;
    top: 15px;
    left: 0;
    /*margin-left: 1%;*/
    margin-left: calc((100% - 100px) * 0.01);
    z-index: 100;
    filter: drop-shadow(1.5px 1.5px 3px #000);
  }
  .sh-header h1, .sh-header .sh-header-logo {
    display: none;
  }
  .sh-header-nav ul {
    position: absolute;
    top: 35px;
    right: 100px;
    z-index: 100;
  }
   .sh-header-nav a.sh-nav-link.sh-nav-link__map,
  .sh-header-nav a.sh-nav-link.sh-nav-link__outline {
    color: #fff;
    filter: drop-shadow(1.5px 1.5px 3px #000);
  }
  html.no-touch .sh-header-nav a.sh-nav-link.sh-nav-link__map:hover,
  html.no-touch .sh-header-nav a.sh-nav-link.sh-nav-link__outline:hover {
    color: #efefef;
  }
  .sh-header-nav a.sh-nav-link.sh-nav-link__map:after {
    content: url(/s-meinohama/shared/images/ico_external.png);
  }
  .sh-header-nav ul li a.sh-nav-link.sh-link-arrow.sh-nav-link__outline {
    background-image: url(ico_01.png);
  } 

  .sh-top-bgbox1 {
    background-size: cover;
    height: 1000px;
  }
  .sh-top-bgbox2 {
    background-position: bottom center;
    background-size: cover;
    height: 1000px;
  }
  .sh-top-bgbox3 {
    background-size: cover;
    height: 1000px;
  }
  .sh-top-bgbox1 > div {
    width: initial;
    top: 20%;
    left: 23%;
  }
  .sh-top-bgbox2 > div {
    width: initial;
    top: 25%;
    right: 20%;
  }
  .sh-top-bgbox3 > div {
    width: initial;
    top: 12%;
    left: 17%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px){
  .sh-header-nav ul li a.sh-nav-link.sh-link-arrow.sh-nav-link__outline {
    background-image: none;
  }
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__map:after {
    content: "";
    width: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 800px){
  .sh-header-nav ul li:nth-child(n+3) a.sh-nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__reserve ,
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__limited ,
  .sh-header-nav ul li a.sh-nav-link.sh-nav-link__inquiry {
    width: 110px;
  }
}
@media screen and (max-width: 767px) {

  .sh-top-mv-video-wrapper {
    aspect-ratio: 9 / 16;
  }

  .sh-top-contents {
    padding-left: 0;
    padding-right: 0;
  }
  .sh-top-section + .sh-top-section {
    margin-top: 20%;
  }

  .sh-top-title1 {
    font-size: 20px;
  }
  .sh-top-title3 {
    display: flex;
    flex-direction: column;
    gap: 15px
  }
  .sh-top-title3 > p:first-child {
    width: 100%;
    font-size: 26px;
    border-right: none;
    text-align: center;
  }
  .sh-top-title3 > p:last-child {
    font-size: 16px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    letter-spacing: 1px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }
  .sh-top-text1 {
    font-size: 16px;
    line-height: 1.8;
  }

  .sh-top-link1 {
    font-size: 20px;
  }
  .sh-top-caption1.__smp-left-white {
    left: 10px;
    right: unset;
    color: #fff;
    text-shadow: 0 0 3px #000, 1px 0 3px #000, 0 -1px 3px #000, 0 1px 3px #000, -1px 0 3px #000;
  }
  .sh-top-caption1.__smp-left {
    left: 10px;
    right: unset;
  }


  .sh-top-news-section {
    padding-bottom: 60px;
  }
  .sh-top-news-date {
    width: 110px;
    font-size: 15px;
    text-align: left;
  }
  .sh-top-news-content {
    font-size: 14px;
    padding: 20px;
  }
  .sh-top-news-button {
    max-width: 298px;
    width: 70%;
  }

  .sh-top-contents-box {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0;
  }

  .sh-top-contents-item + .sh-top-contents-item {
    margin-top: 50px;
  }
  .sh-top-contents-item .__txt {
    flex-direction: column;
    gap: 25px;
    margin-top: 20px;
  }
  .sh-top-contents-item .__lnk {
    width: 100%;
    font-size: 16px;
    height: 40px;
    margin-left: 0;
  }
  .sh-top-contents-item .sh-top-contents-caption {
    bottom: 1px;
  }

  .sh-top-fullwidth__white {
    padding-bottom: 0;
  }
  .sh-top-asidebox {
    width: 85%;
    max-width: 400px;
  }
  .sh-top-asidebox .pure-g {
    margin: 4.166667% 0 0;
  }
  .sh-top-asidebox .pure-g > div {
    padding: 0 2.083333%;
    margin: 4px 0;
  }
  .sh-top-asidebox a {
    display: block;
    margin-bottom: 9.090909%;
  }
  .sh-smp-top-link {
    margin-bottom: 2.34375%;
    padding-top: 8px;
  }

  .MT80_60 {
    margin-top: 60px;
  }
  .MT40_20 {
    margin-top: 20px;
  }

  .sh-top-bgbox1 > div {
    transform: translateX(-50%) !important;
  }
  .sh-top-bgbox2 > div {
    transform: translateX(50%) !important;
  }
  .sh-top-bgbox3 > div {
    transform: translateX(-50%) !important;
  }

}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .sh-top-bgbox2 {
    height: 650px;
  }
}


/* eco & safety */
.sh-top-ecosafety-bg {
    background-color: #cad5db;
    padding: 50px 20px;
    margin-bottom: 100px;
    color: #fff;
}
.sh-top-ecosafety-box1 {
    max-width: 1200px;
    margin-inline: auto;
}
.sh-top-ecosafety-box1 img {
    max-width: 100%;
    margin: 0;
    float: none;
}
.sh-top-ecosafety-box2 {
    background-color: #32463c;
    margin-top: 1px;
    padding: 40px 15px 20px;
}
.sh-top-title_ES {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.sh-top-text_ES {
    font-size: 14px;
    line-height: 2.3;
    text-align: left;
    color: #fff;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}
.MT20 {
    margin-top: 20px;
}
.sh-top-link1 {
    text-align: center;
}
.sh-top-link1 a,
.sh-top-link1 span {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 40px;
    background-color: #fff;
    font-family: Cinzel, serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1;
    color: #32463c;
    transition: background-color 0.3s, color 0.3s;
}
html.no-touch .sh-top-link1 a:hover,
a:hover .sh-top-link1 span {
    text-decoration: none;
    background-color: #32463c;
    color: #fff;
    border: 1px solid #fff;
}

@media screen and (min-width: 48em) {
    .sh-top-ecosafety-bg {
        padding: 100px 20px;
    }
    .sh-top-title_ES {
        font-size: 22px;
    }
    .sh-top-text_ES {
        font-size: 16px;
    }
}
@media screen and (min-width: 75em) {
    .sh-top-ecosafety-box1 {
        position: relative;
    }
    .sh-top-ecosafety-box1 .sh-top-ecosafety-box2 {
        box-sizing: border-box;
        position: absolute;
        max-width: 800px;
        width: 80%;
        left: 0;
        right: 0;
        top: 26.315%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        padding: 60px 40px;
        background-color: rgba(4, 25, 16, .82);
    }
}
@media screen and (max-width: 79.98em) {
    .show-xl {
        display: none;
    }
}
@media screen and (min-width: 80em) {
    .sh-top-ecosafety-box1 {
        max-width: 1500px;
    }
    .sh-top-ecosafety-box1 .sh-top-ecosafety-box2 {
        height: 400px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
    .sh-top-title_ES {
        font-size: 24px;
        letter-spacing: 0.1em;
    }
    .sh-top-text_ES {
        font-size: 18px;
    }
    .sh-top-link1 a, .sh-top-link1 span {
        font-size: 17px;
    }
}
/* eco & safety */



