@charset "utf-8";

.st-top__title{
  font-family: "MFW-ShinMGoPr6N-DeBold";
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 2.06;
  color: #014a96;
}
.ambassador__nameText{
  margin-bottom: 19px;
  font-family: "MFW-PMaruAntipProN-Medium";
  font-size: 40px;
  letter-spacing: 0.06em;
}
.intro-title__text{
  font-family: "MFW-ShinMGoPr6N-DeBold";
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1.73;
  color: #014a96;
  text-align: center;
}
.intro__subTitle{
  margin-bottom: 43px;
  font-family: "MFW-ShinMGoPr6N-DeBold";
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.51;
}
.spot__titleSub{
  font-family: "MFW-ShinMGoPr6N-DeBold";
  font-size: 28px;
  letter-spacing: 0.06em;
  line-height: 1.51;
  text-align: center;
}
.spot__titleTitle{
  margin-bottom: 40px;
  font-family: "MFW-ShinMGoPr6N-DeBold";
  font-size: 48px;
  letter-spacing: 0.12em;
  line-height: 1.36;
  color: #014a96;
  text-align: center;
}

@media screen and (max-width: 750px) {
.st-top__title{
  font-size: 23px;
}
.ambassador__nameText{
  font-size: 28px;
}
.intro-title__text{
  font-size: 24px;
  text-align: left;
}
.intro__subTitle{
  margin-bottom: 24px;
  font-size: 24px;
}
.spot__titleSub{
  margin-bottom: 5px;
  font-size: 20px;
}
.spot__titleTitle{
  margin-bottom: 30px;
  font-size: 32px;
}
}
@media screen and (max-width: 400px) {
.st-top__title{
  font-size: 20px;
}
.intro-title__text{
  font-size: 20px;
}
.intro__subTitle{
  font-size: 20px;
}
.spot__titleSub{
  font-size: 16px;
}
.spot__titleTitle{
  font-size: 22px;
}
}



img {
  display: block;
}

.inner-1020 {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.inner-1025 {
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
}

.line {
  padding: 6px 0;
  background: url(../imgs/sakana-tabi-buri/line.png) center center / contain no-repeat;
}
.line2 {
  padding: 6px 0;
  background: url(../imgs/sakana-tabi-buri/line_2.png) center center / contain no-repeat;
}
.line3 {
  padding: 6px 0;
  margin-bottom: 45px;
  background: url(../imgs/sakana-tabi-buri/line_3.png) center center / contain no-repeat;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.reverse {
  flex-direction: row-reverse;
}
/*-------------------
mv-under
---------------------*/
img.mv-title__img {
  width: 33%;
  max-width: 406px;
  position: absolute;
  left: -2px;
  top: 94.7%;
}
img.mv-map__img {
  width: 41%;
  max-width: 522px;
  position: absolute;
  right: 5%;
  top: 74.5%;
}

/*-------------------
st-top
---------------------*/
#st-top {
  padding-top: 146px;
  padding-bottom: 43px;
}

img.sub_img {
  width: 490px;
  margin-bottom: 30px;
}
img.ambassador_img {
  width: 100%;
  max-width: 295px;
}
.st-top__text {
  font-size: 18px;
  margin-bottom: 71px;
  padding-top: 17px;
  line-height: 1.75;
}
.st-top__text--sml {
  font-size: 15px;
  margin-bottom: 35px;
  line-height: 2.6;
  letter-spacing: 0.06em;
}
.ambassador {
  padding: 15px 25px 0 25px;
  background-color: #fbf6ee;
}
.ambassador .flex-box {
  justify-content: space-between;
}
.ambassador__imgblk {
  width: 295px;
}
.ambassador__textblk {
  width: calc(100% - 315px);
  max-width: 623px;
}
.ambassador__title {
  color: #014a96;
  font-size: 18px;
  margin-bottom: 15px;
  line-height: 2.23;
  letter-spacing: 0.1em;
}
img.ambassador_name {
  width: 247px;
  margin-bottom: 19px;
}
.ambassador__detail {
  font-size: 16px;
  padding-top: 10px;
  margin-bottom: 15px;
  line-height: 1.93;
  letter-spacing: 0.06em;
}

/*-------------------
intro
---------------------*/
#intro {
  padding-bottom: 80px;
}
.inner-intro {
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
.intro-wrapper {
  width: 100%;
  max-width: 1025px;
  margin: 0 auto 15px;
}
.intro-titleWrapper {
  padding: 31px 15px;
  margin-bottom: 62px;
  background-color: #9ed8f5;
}
img.intro-title__img {
  width: 100%;
  margin: 0 auto;
}
img.intro-title__img1 {
  max-width: 504px;
}
img.intro-title__img2 {
  max-width: 556px;
}
img.intro-title__img3 {
  max-width: 599px;
}

img.intro-subTitle__img {
  width: 100%;
  margin-bottom: 43px;
}
img.intro-subTitle__img1 {
  max-width: 358px;
}
img.intro-subTitle__img2 {
  max-width: 348px;
}
img.intro-subTitle__img3 {
  max-width: 347px;
}
img.intro-subTitle__img4 {
  max-width: 394px;
}
img.intro-subTitle__img5 {
  max-width: 414px;
}

.intro-wrapper .flex-box {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.intro__imgText--box {
  width: 48.5%;
  max-width: 478px;
  margin-bottom: 41px;

}

.intro__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}

.info__note {
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  position: absolute;
  left: 53.3%;
  bottom: 40px;
  border:1px dashed #000;
  padding: 5px 10px;
}

.intro__img {
  width: 48.5%;
  max-width: 478px;
  margin-bottom: 41px;
  display: block;
}

.shop-btn {
  width: 100%;
  transition: all 0.3s;
}
.shop-btn:hover {
  opacity: 0.7;
}

/*-------------------
spot
---------------------*/
#spot {
  padding-bottom: 20px;
  background: url(../imgs/sakana-tabi-buri/bg_1.png) center center / cover no-repeat;
}
img.spot__titleImg {
  width: 100%;
  max-width: 1033px;
  margin: 0 auto 78px;
}
.spot-wrapper {
  margin-bottom: 53px;
}

.spot-wrapper .flex-box {
  justify-content: space-between;
}

img.spot__titleSml {
  width: 100%;
  margin: 0 auto 15px;
}
img.spot__titleLrg {
  width: 100%;
  margin: 0 auto 40px;
}

img.spot__titleSml1 {
  max-width: 569px;
}
img.spot__titleSml2 {
  max-width: 434px;
}

img.spot__titleLrg1 {
  max-width: 579px;
}
img.spot__titleLrg2 {
  max-width: 424px;
}

.spot__imgblk,
.spot__textblk {
  width: 48.5%;
  max-width: 478px;
}
img.spot__img.mg-btm {
  margin-bottom: 33px;
}
.spot__textblk {
  display: flex;
  flex-direction: column;
  position: relative;
}

.spot__text {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.address {
  color: #fff;
  font-size: 15px;
  padding: 17px 20px;
  margin-top: auto;
  width: 100%;
  background-color: #014a96;
}
.address__text {
  line-height: 1.75;
  letter-spacing: 0.06em;
}
.ad-link {
  color: #fff;
  display: inline;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 0.03em;
  transition: all 0.3s;
}
.ad-link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

.spot .line3 {
  margin-bottom: 69px;
}

@media screen and (max-width: 1360px) {
  .inner-intro {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1125px) {
  .inner-1025 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 1120px) {
  .inner-1020 {
    max-width: 100%;
    margin-left: 4%;
    margin-right: 4%;
  }
}

@media screen and (max-width: 880px) {
   .info__note {
    left: 52%;
    bottom: 10px;
  }
  /*-------------------
spot
---------------------*/
  .spot-wrapper {
    margin-bottom: 40px;
  }
  .spot-wrapper .flex-box {
    display: block;
  }
  .spot__textblk {
    width: 100%;
    max-width: initial;
    margin-bottom: 20px;
  }
  .spot__text {
    margin-bottom: 20px;
  }
  /* .address {
    position: static;
  } */

  .spot__imgblk {
    width: 100%;
    margin: 0 auto;
  }
  img.spot__img.mg-btm {
    margin-bottom: 20px;
  }

  .spot .line3 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 750px) {
  /*-------------------
mv-under
---------------------*/
  img.mv-map__img {
    right: 0;
  }

  /*-------------------
st-top
---------------------*/
  #st-top {
    padding-top: 19%;
  }
  img.sub_img {
    width: 100%;
    margin-bottom: 23px;
  }
  .st-top__text {
    font-size: 17px;
    margin-bottom: 31px;
  }
  .st-top__text--sml {
    line-height: 1.75;
  }

  .ambassador {
    padding: 15px 25px 25px;
  }
  .ambassador .flex-box {
    display: block;
  }
  .ambassador__imgblk {
    width: 100%;
    max-width: 295px;
    margin: 0 auto 15px;
  }
  .ambassador__textblk {
    width: 100%;
    max-width: initial;
  }
  .ambassador__title {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.75;
  }
  img.ambassador_name {
    width: 217px;
    margin-bottom: 12px;
  }
  .ambassador__detail {
    margin-bottom: 0;
  }

  /*-------------------
intro
---------------------*/
  #intro {
    padding-bottom: 10%;
  }
  .line3 {
    margin-bottom: 35px;
  }

  .intro-titleWrapper {
    padding: 5% 15px;
    margin-bottom: 42px;
  }

  .intro-wrapper .flex-box {
    display: block;
  }

  img.intro-subTitle__img {
    margin-bottom: 23px;
  }
  .intro__imgText--box {
    width: 100%;
    max-width: initial;
    margin-bottom: 30px;
  }
  .intro__img {
    width: 100%;
    max-width: 330px;
    margin: 0 auto 25px;
  }
  .info__note{
    margin-bottom: 40px;
    position: static;
  }
 

  /*-------------------
spot
---------------------*/
  img.spot__titleImg {
    margin: 0 auto 11%;
  }
  img.spot__titleLrg {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 600px) {
  img.spot__titleLrg2 {
    width: 76%;
  }
}
@media screen and (max-width: 480px) {
  /*-------------------
st-top
---------------------*/
  .ambassador {
    padding: 15px 20px 25px;
  }
}
@media screen and (max-width: 375px) {
}
