@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

.fontNotoSans {
  font-family: "Noto Sans JP", sans-serif;
}

.contents {
  font-family: "Noto Serif JP", serif;
  color: #000000;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition-duration: 0.3s;
}

.posiRe {
  position: relative;
}

/*--------------------------*/

/* .top_Obi {
  text-align: center;
  background: linear-gradient(90deg, #a9c9bc, #33a194);
  height: 70px;
  display: grid;
  place-items: center;
} */
.top_Obi img {
  width: 775px;
}
.mainvisual01 {
  /* background-image: url("/attending/t/spk-d/tohoku_21200/images/pc/PC-CZ044846700-main-p.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; */
    position: relative;
    background-image: url(/attending/t/spk-d/tohoku_21200/images/pc/PC-CZ044846700-main-p.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1300px;
    width: 100%;
    height: 600px;
    margin-inline: auto;
}
.mainvisual01 h1 {
  width: 1019px;
  margin: 0 auto;
}
.bullettrain {
  position: relative;
}
/* .bullettrain img {
  position: absolute;
  width: 410px;
  top: -140px;
  left: 50%;
  transform: translate(calc(-100% - 10%), 0%);
} */
.snsBlock01 {
  background-image: url("/attending/t/spk-d/tohoku_21200/images/pc/seo_bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  padding-bottom: 290px;
}
.snsBlockIn01 {
  position: relative;
  padding: 20px 0px;
  /* background-image:
    url("/attending/t/spk-d/fujihakone_23200/images/pc/seo_deco01.png"),
    url("/attending/t/spk-d/fujihakone_23200/images/pc/seo_deco02.png"); */
  background-repeat: no-repeat, no-repeat;
  background-position:
    left -50px top -60px,
    right -50px top -60px;
}
.snsFlex01 {
  display: flex;
  align-items: center;
  gap: 28px;
  width: 900px;
  margin: auto;
}
.snsFlex01 img {
  width: 990px;
}
/* .snsBlock_header {
  text-align: center;
  margin-bottom: 40px;
} */

/* .text14_135_n {
  font-size: 14px;
  line-height: 1.35em;
} */
/* .snsMt5 {
  margin-top: 5px;
} */
/* .snsMt10 {
  margin-top: 10px;
} */

/* .seoTit01 {
  text-align: center;
  font-size: 20px;
  line-height: 1.3em;
  font-weight: 600;
} */
/* .seoTit01 img {
  width: 990px;
} */
/* .seoTit01 .p01 {
  display: inline-block;
} */
.seoBtnBlock01 {
  height: 150px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  margin: 5px 0 50px;
}
.seoBtnFlex01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.ancBlock01 {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  height: 190px;
  padding-top: 10px;
}
.ancFlex01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

/*---------------------------*/

.pointblock01 {
  background-image: url("/attending/t/spk-d/tohoku_21200/images/pc/sightseeing_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  /*background-size: 100% auto;*/
  background-size: cover;
  padding: 90px 0px 340px;
  margin-top: -286px;
}


/*---------------------------*/
.norimonoblock01{
  background-image: url("/attending/t/spk-d/tohoku_21200/images/pc/PC-norimono-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  /*background-size: 100% auto;*/
  background-size: cover;
  padding: 90px 0px 340px;
  margin-top: -286px;
}

.kankoublock01 {
  background-image: url("/attending/t/spk-d/tohoku_21200/images/pc/PC-kankou-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  /*background-size: 100% auto;*/
  background-size: cover;
  padding: 90px 0px 340px;
  margin-top: -286px;
}
.sightFlex {
  display: flex;
  gap: 45px;
  flex-direction: column;
}



.sightH201 {
  margin-bottom: 50px;
}
.sightBox {
  display: flex;
}
.reverse {
  flex-direction: row-reverse;
}
.sightBox img {
  width: 512px;
  object-fit: cover;
  /* margin-bottom: 40px; */
}
.sightBox-info {
  width: 512px;
  height: 382px;
  position: relative;
  background-color: #ffffff;
  padding: 15px 25px 20px 25px;
  font-family: Noto Sans JP;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sightBox-info::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #CC6406;
  position: absolute;
  top: 4px;
  left: 4px;
}
.sightBox-info img {
  position: absolute;
  left: 10px;
  top: -40px;
  width: 97px;
}
.sightHead {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
  font-family: "Noto Serif JP", serif;
}
.sightHead::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #CC6506;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.sightText {
  font-size: 20px;
  padding-top: 10px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  text-align: justify;
  font-weight: 600;
}

/*---------------------------*/

.hotelBlock01 {
  background-image: url("/attending/t/spk-d/tohoku_21200/images/pc/PC-htl-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 90px 0px 340px;
  margin-top: -290px;
}
.hotelH201 {
  margin-bottom: 30px;
}
.hotelBox {
  position: relative;
  /* margin-bottom: 60px; */
}
.hotelBox_item {
  padding: 50px 40.5px 0px;
}
.hotelBG01 {
  background-color: #51340d;
}
.hotelBG02 {
  background-color: #124700;
}
.hotelBox_flex {
  display: flex;
  gap: 25px;
}
.hotelBox_flex img {
  width: 460px;
}
.hotelBox_text01 {
  background-color: #ffffff;
  padding: 30px 20px;
}
/* .hotelBox_text02 {
  background-color: #eee9df;
  padding: 30px 20px;
  width: 430px;
} */
.hotelBox_texthead {
  color: #51340d;
  font-size: 28px;
  line-height: 1.2;
  border-bottom: 1px solid #51340d;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
.hotelBox_textmain {
  font-size: 18px;
  text-align: justify;
  font-family: Noto Sans JP;
}
/* .hotel_notes {
  font-size: 18px;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  padding: 3px 0;
  font-family: Noto Sans JP;
} */
/* .hotel_petit_tl {
  border-top: 3px solid #ffffff;
  margin-top: 40px;
  padding-top: 40px;
} */
/* .hotel_petitBox {
  background-color: #ffffff;
  padding: 20px 20px 30px;
} */
/* .hotel_petitFlex {
  display: flex;
  justify-content: space-between;
}
.hotel_petitFlex img {
  width: 430px;
} */

/* .mt20 {
  margin-top: 20px;
} */

/*---------------------------*/

.gourmetBlock01 {
  background-image: url("/attending/t/spk-d/tohoku_21200/images/pc/PC-gourme-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 90px 0px 93.5px;
  margin-top: -240px;
}
.gourmetH201 {
  margin-bottom: 30px;
  /* width: 660px;
  margin: 0 200px 30px; */
}
/* .gourmetFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
} */
/* .gourmetFlex img {
  width: 491px;
} */

/*----------------------------*/

.pointBlock01 {
  background-image: url("/attending/t/spk-d/tohoku_21200/images/pc/point_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  /*background-size: 100% auto;*/
  background-size: cover;
  padding: 90px 0px 40px;
  margin-top: -255px;
}
.pointH201 {
  margin-bottom: 30px;
  /* width: 660px;
  margin: 0 200px 30px; */
}
/* .pointBox {
  display: flex;
  margin-bottom: 30px;
}
.pointBox img {
  width: 465px;
  object-fit: cover;
  margin-bottom: 15px;
} */
/* .pointBox-info {
  display: flex;
  align-items: center;
  height: 290px;
  position: relative;
  background-color: #ffffff;
  padding: 40px 40px;
  font-family: Noto Sans JP;
}
.pointBox-info::before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #9e31b2;
  position: absolute;
  top: 4px;
  left: 4px;
}
.pointBox-info img {
  width: 165px;
  object-fit: contain;
} */
/* .pointText {
  font-size: 20px;
  padding-left: 30px;
  text-align: justify;
} */

/*------------------------------*/

.bottomBlock01 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  background-color: #ffffff;
  padding: 50px 0px 20px;
}
.seoBtnBlock01.bgNone {
  padding: 0px;
  height: auto;
  background-image: none;
}

/*------------------------------*/

.floatBtn01 {
  width: 218px;
  position: fixed;
  right: 5px;
  bottom: 100px;
  z-index: 100;
}
