@charset "UTF-8";
/*リセット*/
.container {
  max-width: inherit;
  padding: 0;
  overflow: hidden;
}

#main-content {
  /*共通*/
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  /*タイトル*/
  /*
  * リード
  */
  /*
  * cont-pagenav
  */
  /*
  * howto
  */
  /*
  * about
  */
  /*
  * map
  */
  /*
  * about
  */
  /*
  * 関連紺鉄
  */
  /*SNS*/
  /*全体*/
  /*リード*/
  /*navi*/
  /*みんなの投稿*/
  /*応募方法*/
  /*対象スポット*/
  /*関連リンク*/
}
#main-content .is-bold,
#main-content bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo", "メイリオ", sans-serif;
  font-weight: bold !important;
}
#main-content a {
  color: #eb00ff;
}
#main-content a:hover {
  text-decoration: underline;
}
#main-content .cont_unit {
  margin-top: 50px;
}
#main-content .btn_selected {
  opacity: 0.8;
}
#main-content .cont_inner {
  max-width: 950px;
  margin: auto;
}
#main-content .footer_simple1 {
  margin-top: 0;
}
#main-content .cont_grow {
  /* box-shadow */
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.23);
}
#main-content .cl_gray {
  color: #7a7a7a;
}
#main-content .cont-h2 {
  margin-bottom: 32px;
  text-align: center;
  font-size: 26px;
}
#main-content .cont-h2.is-howto, #main-content .cont-h2.is-map {
  color: #149eec;
}
#main-content .cont-h2.is-about {
  color: #fff;
}
#main-content .cont_hero {
  position: relative;
}
#main-content h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url("../img/pct_mainimg.webp");
  text-align: center;
  font-size: 0;
  background-size: cover;
  height: 640px;
  max-height: calc(100vh - 68px);
  display: block;
  background-position: center;
}
@media screen and (min-width: 641px) {
  #main-content h1 {
    min-height: 580px;
  }
}
#main-content h1 > div {
  width: 100%;
  height: 100%;
  position: relative;
}
#main-content .cont_hero .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main-content .cont_circle {
  display: inline-block;
  position: absolute;
  right: 2%;
  bottom: 0;
  width: 40%;
  max-width: 220px;
  transform: translateY(10%);
}
#main-content .cont_heroimg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 590px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #main-content .cont_heroimg {
    width: 103%;
  }
}
#main-content .cont_hero .cont_photos {
  min-width: 1000px;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
#main-content .cont_hero .cont_photos img {
  position: absolute;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
  width: 12%;
}
#main-content .cont-read {
  padding: 0 16px;
}
#main-content .cont-read__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#main-content .cont-read__ttl {
  line-height: 1.4;
  font-size: clamp(18px, 5.6vw, 28px);
}
#main-content .cont-read__ttls {
  font-size: 0.85em;
}
#main-content .cont-read__ttlm {
  font-size: 1.14em;
}
#main-content .cont-read__text {
  font-size: 18px;
  margin-bottom: 32px;
}
#main-content .cont-read__hr {
  width: 112px;
  border: 0;
  outline: none;
  height: 1px;
  background: #a3a3a3;
  margin: 32px auto;
}
#main-content .cont-read__instalink {
  background: linear-gradient(270deg, #b51eaf 0%, #dd40d7 100%);
  display: inline-flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
  color: #fff;
  border-radius: 8px;
}
#main-content .cont-read__instalink:hover {
  opacity: 0.8;
  text-decoration: none;
}
#main-content .cont-read__instalink img {
  width: 16px;
  height: 16px;
}
@media screen and (max-width:640px) {
  #main-content .cont-read__instalink {
    width: 100%;
  }
}
#main-content .cont-read__buttons {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}
#main-content .cont-pagenav {
  background: #f1f5fd;
}
#main-content .cont-pagenav__inner {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}
#main-content .cont-pagenav__inner a {
  font-size: 14px;
  height: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
#main-content .cont-pagenav__inner a:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url("../img/icon-park-solid_down-one.svg") no-repeat center center;
  background-size: 100% auto;
}
@media screen and (min-width:641px) {
  #main-content .cont-pagenav__inner a {
    font-size: 16px;
    height: 24px;
  }
  #main-content .cont-pagenav__inner a:before {
    width: 28px;
    height: 24px;
  }
}
#main-content .cont-howto {
  background: hsl(220, 43%, 92%);
  padding: 60px 16px;
}
#main-content .cont-howto__inner {
  display: flex;
  max-width: 950px;
  align-items: center;
  gap: 32px;
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
}
@media screen and (min-width:641px) {
  #main-content .cont-howto__inner {
    flex-direction: row;
    align-items: flex-start;
  }
}
#main-content .cont-howto__inner > div {
  padding: 40px 24px 24px 24px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  align-self: stretch;
  line-height: 1.6;
  flex: 1;
}
#main-content .cont-howto__step {
  color: #fff;
  border-radius: 8px;
  background: var(--text-blue, #149eec);
  padding: 0 12px;
  position: absolute;
  left: 10px;
  top: -8px;
}
#main-content .cont-about {
  background: #5d6473;
  padding: 60px 16px;
}
#main-content .cont-about__inner {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
#main-content .cont-map .cont_inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
#main-content .cont-map__read {
  margin-top: 32px;
  text-align: center;
}
#main-content .cont-about {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}
#main-content .cont-about__h3 {
  font-size: 16px;
}
#main-content .cont-about__list li {
  list-style-type: disc;
  margin-left: 1em;
}
#main-content .cont-about__list li a {
  color: #fff;
  text-decoration: underline;
}
#main-content .cont-related {
  padding: 40px 16px;
  background: #F3F7FF;
}
#main-content .cont-related__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 40px;
}
@media screen and (max-width:640px) {
  #main-content .cont-related__inner {
    flex-direction: column;
  }
}
@media screen and (min-width:641px) {
  #main-content .cont-related__inner {
    align-self: stretch;
  }
}
#main-content .cont-related__item {
  display: flex;
  gap: 32px;
  font-size: 14px;
}
#main-content .cont-related__item > p {
  margin-top: 8px;
}
@media screen and (max-width:640px) {
  #main-content .cont-related__item {
    flex-direction: column;
  }
  #main-content .cont-related__item img {
    width: 375px;
  }
}
@media screen and (min-width:641px) {
  #main-content .cont-related__item {
    align-items: flex-start;
  }
  #main-content .cont-related__item img {
    max-width: 180px;
    height: auto;
  }
}
#main-content .cont-related__img {
  text-align: center;
}
#main-content .cont-related__label {
  padding: 4px 10px;
  color: #FFF;
  border-radius: 4px;
}
#main-content .cont-related__label.tohokustamp {
  background: #EB3323;
}
#main-content .cont-related__label.drawari {
  background: #219653;
}
#main-content #cont_sns {
  width: 59px;
  height: 118px;
  position: fixed;
  top: 50%;
  margin-top: -59px;
  right: 0;
  z-index: 999;
}
#main-content .cont_wrap {
  background: #e9eff2;
}
#main-content .cont_read {
  padding-top: 50px;
}
#main-content .cont_read h2 {
  text-align: center;
  margin: 0;
}
#main-content .cont_read hr {
  max-width: 100px;
  border: none;
  background: #212121;
  height: 1px;
  margin: 30px auto;
}
#main-content nav.cont_nav {
  margin-top: 40px;
}
#main-content nav.cont_nav ul {
  margin: 0;
  padding: 0;
}
#main-content nav.cont_nav ul li {
  list-style-type: none;
  width: 33.3%;
  float: left;
}
#main-content nav.cont_nav ul li a {
  display: block;
  background: #279be5;
  border-radius: 5px;
  padding: 10px;
}
#main-content nav.cont_nav ul li a img {
  display: block;
  margin: auto;
}
#main-content .cont_entrys {
  margin-top: 40px;
}
#main-content .cont_entrys h2 {
  text-align: center;
}
#main-content .cont_entrys h2 img {
  max-width: 280px;
}
#main-content .cont_entrys figure {
  margin: 15px 0 0 0;
  padding: 0;
}
#main-content .cont_entrys a.cont_insta_link {
  background: #df0da8;
  border-radius: 5px;
  padding: 5px;
}
#main-content .cont_entrys a.cont_insta_link img {
  vertical-align: middle;
  margin: 0 10px;
}
#main-content .cont_entrys .cont_entrybox {
  position: relative;
}
#main-content #cont_howto ul {
  margin: 0 0 0 -10px;
  padding: 0;
}
#main-content #cont_howto ul li {
  list-style-type: none;
  box-sizing: border-box;
  padding-left: 10px;
}
#main-content #cont_howto ul li h3 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 130%;
  margin-top: 0;
}
#main-content #cont_howto ul li h3:before {
  content: "■";
  font-size: small;
  margin-right: 0.3em;
}
#main-content #gmap {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 15px;
}
#main-content #gmap iframe,
#main-content #gmap object,
#main-content #gmap embed {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main-content aside {
  background: #fff;
  border: 1px solid #d2d2d2;
  margin-top: 50px;
  padding: 20px;
}
#main-content aside ul {
  margin: 0;
  padding: 0;
  margin-left: -10px;
}
#main-content aside ul li {
  list-style-type: none;
  box-sizing: border-box;
}
#main-content aside ul li figure {
  width: 35%;
  float: left;
  margin: 0 10px 5px 0;
  padding: 0;
}
#main-content aside h4 {
  margin-top: 0.3em;
}
#main-content aside .cont_red_ib {
  background: red;
  display: inline-block;
  padding: 0.1em 0.5em;
  border-radius: 5px;
  color: #fff;
}
#main-content aside .cont_blu_ib {
  background: #21aca5;
  display: inline-block;
  padding: 0.1em 0.5em;
  border-radius: 5px;
  color: #fff;
}
#main-content #cont_about {
  background: #2a5489;
  margin-top: 50px;
  padding: 30px 0;
  color: #ebebeb;
}
#main-content #cont_about ul {
  font-size: 85.7%;
}
#main-content #cont_about h3 {
  font-size: 114.2%;
}
#main-content #cont_about h3:first-child {
  margin-top: 0;
}
@media screen and (min-width: 641px) {
  #main-content {
    /*navi*/
    /*みんなの投稿*/
    /*応募方法*/
    /*対象スポット*/
    /*関連リンク*/
  }
  #main-content .cont_read p {
    text-align: center;
  }
  #main-content nav.cont_nav ul {
    margin-left: -10px;
  }
  #main-content nav.cont_nav ul li a {
    margin-left: 10px;
  }
  #main-content .cont_entrys a.cont_insta_link {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #main-content #cont_howto h2 {
    border-bottom: 1px solid #279be5;
    padding: 10px 0;
  }
  #main-content #cont_howto ul {
    margin-top: 15px;
  }
  #main-content #cont_howto ul li {
    width: 33.3%;
    float: left;
  }
  #main-content #cont_howto .cont_stepimg {
    text-align: center;
  }
  #main-content #cont_spot h2 {
    border-bottom: 1px solid #279be5;
    padding: 10px 0;
  }
  #main-content #gmap {
    padding-bottom: 56.25%;
  }
  #main-content aside ul li {
    width: 50%;
    float: left;
    padding-left: 10px;
  }
  #main-content aside .cont_txt {
    width: 62%;
    float: right;
  }
}
@media screen and (max-width: 950px) {
  #main-content {
    /*SNS*/
  }
  #main-content .cont_inner {
    padding: 0 10px;
    box-sizing: border-box;
  }
  #main-content #cont_sns {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 15px;
    top: auto;
  }
  #main-content #cont_sns img {
    max-width: 35px;
    height: auto;
  }
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  #main-content {
    /*.cont_hero{
      position: relative;
    }
    h1{
      position: relative;
      //width: 150%;
      //left:-25%;
    }
    .cont_hero figure img{
      max-width: 27%;
    }*/
  }
}
@media screen and (max-width: 640px) {
  #main-content {
    /*.cont_hero{
      position: relative;
    }
    h1{
      position: relative;
      width: 200%;
      left:-50%;
    }*/
    /*read*/
    /*navi*/
    /*みんなの投稿*/
    /*応募方法*/
    /*対象スポット*/
  }
  #main-content .cont_read h2 {
    max-width: 330px;
    margin: auto;
  }
  #main-content .cont_read p br {
    display: none;
  }
  #main-content nav.cont_nav ul {
    margin-left: -5px;
  }
  #main-content nav.cont_nav ul li a {
    margin-left: 5px;
  }
  #main-content .cont_entrys a.cont_insta_link {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  #main-content #cont_howto h2 {
    border-top: 1px solid #279be5;
    padding: 10px 0 5px;
    text-align: center;
  }
  #main-content #cont_howto h2 img {
    transform: scale(0.7);
  }
  #main-content #cont_howto .cont_insta_icon {
    max-width: 13%;
    height: auto;
  }
  #main-content #cont_howto .cont_btns {
    text-align: center;
  }
  #main-content #cont_howto ul li {
    margin-bottom: 25px;
  }
  #main-content #cont_howto ul li:last-child {
    margin-bottom: 0;
  }
  #main-content #cont_howto .cont_steptxt {
    width: 69%;
    float: left;
    margin-top: 5px;
  }
  #main-content #cont_howto .cont_stepimg {
    float: right;
    width: 28%;
    margin-top: -10px;
  }
  #main-content #cont_howto p {
    margin-top: 10px;
  }
  #main-content #cont_spot h2 {
    border-top: 1px solid #279be5;
    padding: 10px 0 5px;
    text-align: center;
    margin: 0;
  }
  #main-content #cont_spot h2 img {
    transform: scale(0.7);
  }
  #main-content #gmap {
    padding-bottom: 100%;
  }
  #main-content aside ul li:first-child {
    margin-bottom: 15px;
  }
  #main-content #cont_about .cont_inner {
    height: 250px;
    overflow-y: scroll;
  }
}/*# sourceMappingURL=style.css.map */