@charset "utf-8";

@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 13px;
    word-break: keep-all;
  }
}

.top_title {
  white-space: nowrap;
  top: 36% !important;
}

@media (max-width: 1024px) {
  .top_title {
    font-size: 75px !important;
  }
}

@media screen and (max-width: 768px) {
  .top_title {
    white-space: normal;
    line-height: 1;
    font-size: 75px !important;
  }
}

@media screen and (max-width: 480px) {
  .top_title {
    top: 36% !important;
    font-size: 40px !important;
  }
}

.top_title_sub {
  top: 45% !important;
}

@media screen and (max-width: 768px) {
  .top_title_sub {
    top: 52% !important;
    font-size: 20px !important;
    white-space: nowrap;
  }
}

@media screen and (max-width: 480px) {
  .top_title_sub {
    top: 48% !important;
    font-size: 18px !important;
    white-space: nowrap;
  }
}

.header_under {
  height: 30vh;
  position: relative;
}

h1 {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: normal;
  word-break: break-all;
}

.concept {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

@media (max-width: 768px) {
  .concept {
    display: block;
    text-align: center;
  }
}

.concept img {
  width: 20%;
}

@media (max-width: 768px) {
  .concept img {
    width: 50%;
    margin-bottom: 13px;
  }
}

@media (max-width: 480px) {
  .concept img {
    width: 60%;
    margin-bottom: 13px;
  }
}

.concept p {
  line-height: 2;
}

@media (max-width: 480px) {
  .concept p {
    word-break: break-word;
    overflow-wrap: break-word;
    word-break: keep-all;
  }
}

/* main */

.main {
  background-image: url(../image/freepaper/freepaperbackground.png);
  padding-bottom: 0 !important;
}

/* フリーペーパー道の駅 */
.bgi_box {
  background-image: url(../image/freepaper/Spot.png),
    url(../image/freepaper/Food.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 15% top, 85% 70%;
  background-size: 20%, 20%;
}

@media (max-width: 1350px) {
  .bgi_box {
    background-position: 0% top, 100% 70%;
    background-size: 25%, 25%;
  }
}

@media (max-width: 768px) {
  .bgi_box {
    background-image: none;
  }
}

.michinoeki {
  width: 400px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .michinoeki {
    width: 40%;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .michinoeki {
    width: 50%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .michinoeki {
    width: 70%;
    margin: 0 auto;
  }
}

/* フォトコン */
.photocon_flexbox {
  display: flex;
  justify-content: center;
  gap: 24px;
}

@media (max-width: 1024px) {
  .photocon_flexbox {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.photocon {
  width: 350px;
  height: auto;
}

@media (max-width: 1024px) {
  .photocon {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .photocon {
    width: 60%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .photocon {
    width: 80%;
    margin: 0 auto;
  }
}

.photocon_explanation {
  line-height: 2;
  margin-bottom: 100px;
  text-align: left !important;
}

@media (max-width: 1024px) {
  .photocon_explanation {
    margin-bottom: 14px;
    text-align: center !important;
  }
}

@media (max-width: 480px) {
  .photocon_explanation {
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .photocon_explanation br {
    display: none;
  }
}

.photocon_sns {
  float: right;
}

@media (max-width: 1024px) {
  .photocon_sns {
    float: unset;
  }
}

.photocpn_insta {
  float: right;
  width: 44px;
  margin-top: 12px;
}

@media (max-width: 1024px) {
  .photocpn_insta {
    float: unset;
  }
}
/* line */
.no-padding {
  padding-bottom: 0 !important;
}

.line_account .subtitle {
  padding-bottom: 25px;
}
.line_box {
  padding: 114px 0;
  position: relative;
  display: block;
  background-image: url(../image/freepaper/michinoeki_6group.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}

@media (max-width: 1024px) {
  .line_box {
    padding: 90px 0;
    background-image: url(../image/freepaper/michinoeki_4group.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 768px) {
  .line_box {
    padding: 45px 0;
    background-image: url(../image/freepaper/michinoeki_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

@media (max-width: 480px) {
  .line_box {
    padding: 50px 0;
  }
}

.line_account {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black !important;
}

@media (max-width: 480px) {
  .line_account {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 0;
  }
}

.circle {
  width: 700px;
}

@media (max-width: 1024px) {
  .circle {
    width: 580px;
  }
}

@media (max-width: 768px) {
  .circle {
    width: 400px;
  }
}

@media (max-width: 480px) {
  .circle {
    display: none;
  }
}

.line_detail p:nth-child(1),
.line_detail p:nth-child(2) {
  padding-bottom: 16px;
  white-space: nowrap;
}

.line_account p:nth-child(4) {
  padding-bottom: 8px;
}

@media (max-width: 480px) {
  .line_detail p:nth-child(1) {
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

.emphasize {
  font-size: 1.2em;
  font-weight: bold;
}

.line_img {
  width: 15%;
}

@media (max-width: 768px) {
  .line_img {
    width: 50px;
  }
}

.iphon {
  position: absolute;
  left: calc(50vw + 180px);
  bottom: 80px;
  width: 160px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .iphon {
    left: calc(50vw + 150px);
    bottom: 50px;
    width: 120px;
  }
}

@media (max-width: 768px) {
  .iphon {
    left: calc(50vw + 90px);
    bottom: 26px;
    width: 64px;
  }
}

@media (max-width: 480px) {
  .iphon {
    display: none;
  }
}

.coupon {
  position: absolute;
  top: 100px;
  left: calc(50vw - 350px);
  width: 170px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .coupon {
    top: 100px;
    left: calc(50vw - 274px);
    width: 142px;
  }
}

@media (max-width: 768px) {
  .coupon {
    top: 38px;
    left: calc(50vw - 181px);
    width: 81px;
  }
}

@media (max-width: 480px) {
  .coupon {
    display: none;
  }
}

.stamp {
  position: absolute;
  top: 200px;
  left: calc(50vw - 440px);
  width: 160px;
  z-index: 2;
}

@media (max-width: 1024px) {
  .stamp {
    top: 175px;
    left: calc(50vw - 347px);
    width: 126px;
  }
}

@media (max-width: 768px) {
  .stamp {
    top: 84px;
    left: calc(50vw - 220px);
    width: 71px;
  }
}

@media (max-width: 480px) {
  .stamp {
    display: none;
  }
}

.stamp.animate {
  transition-delay: 0.2s;
}
.coupon.animate {
  transition-delay: 0.4s;
}

.iphon.animate {
  transition-delay: 0.6s;
}
/* 配置場所 */
h5 {
  white-space: nowrap;
  color: #fff;
  line-height: 1.4 !important;
  word-break: break-word;
  white-space: normal;
}

.freepaper_place {
  padding-bottom: 200px !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  .freepaper_place {
    padding-bottom: 65px !important;
  }
}

.freepaper_place .subtitle {
  white-space: normal;
  word-break: break-word;
  color: #fff;
  padding-bottom: 0px !important;
}

.place_detail {
  max-width: 1500px;
  margin: 0 auto;
  padding: 200px 40px 0;
}

@media screen and (max-width: 768px) {
  .place_detail {
    padding: 65px 20px 0;
  }
}

@media screen and (max-width: 480px) {
  .place_detail {
    padding: 50px 10px 0;
  }
}

.paper_illust {
  display: inline-block;
  animation: tiltRight 1s infinite steps(1);
  transform-origin: center bottom;
}

@keyframes tiltRight {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.paper_illust2 {
  display: inline-block;
  animation: tiltLeft 1s infinite steps(1);
  transform-origin: center bottom;
}

@keyframes tiltLeft {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.paper_illust,
.paper_illust2 {
  position: absolute;
}

.paper_illust {
  top: 94px;
  left: calc(50vw - 337px);
  width: 120px;
}

@media (max-width: 1024px) {
  .paper_illust {
    top: 124px;
    left: calc(50vw - 301px);
    width: 90px;
  }
}

@media (max-width: 768px) {
  .paper_illust {
    top: 39px;
    left: calc(50vw - 234px);
    width: 55px;
  }
}

@media (max-width: 480px) {
  .paper_illust {
    display: none;
  }
}

.paper_illust2 {
  bottom: 122px;
  left: calc(50vw + 278px);
  width: 145px;
}

@media (max-width: 1024px) {
  .paper_illust2 {
    bottom: 122px;
    left: calc(50vw + 263px);
    width: 110px;
  }
}

@media (max-width: 768px) {
  .paper_illust2 {
    display: none;
  }
}

/* お問い合わせ */
.contact_area {
  background-image: url(../image/freepaper/contact_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0;
  padding: 215px 0 !important;
}

@media screen and (max-width: 768px) {
  .contact_area {
    padding: 120px 0 !important;
  }
}

h6 {
  font-size: 56px !important;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  h6 {
    font-size: 48px !important;
  }
}

@media screen and (max-width: 1024px) {
  h6 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 768px) {
  h6 {
    font-size: 32px !important;
  }
}

@media screen and (max-width: 480px) {
  h6 {
    font-size: 24px !important;
  }
}

.subtitle_contact,
.explain_contact {
  padding-bottom: 25px;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .explain_contact {
    font-size: 14px;
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .explain_contact {
    font-size: 13px;
    padding-bottom: 12px;
  }
}

.contact_wrapper {
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;

  max-width: 1400px;
  margin: 0 auto;
  padding: 0 32px;
}

@media screen and (max-width: 768px) {
  .contact_wrapper {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0 90px;
  }
}

@media screen and (max-width: 480px) {
  .contact_wrapper {
    padding: 0 20px;
    gap: 20px;
  }
}

.contact_box {
  flex: 1 1 300px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .contact_box {
    flex: none;
    width: 100%;
    min-height: 140px;
  }
}

@media screen and (max-width: 480px) {
  .contact_box {
    width: 100%;
    min-height: 160px;
  }
}

.tel {
  font-size: 40px;
  color: #fff;
}

@media screen and (max-width: 1280px) {
  .tel {
    font-size: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .tel {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .tel {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .tel {
    font-size: 18px;
  }
}

.contact_tel {
  display: flex;
  background-color: #007b8a;
  padding: 48px 25px;
  font-size: 40px;
  transition: backdround-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1280px) {
  .contact_tel {
    font-size: 32px;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .contact_tel {
    font-size: 28px;
    padding: 36px 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact_tel {
    font-size: 20px;
    padding: 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  .contact_tel {
    font-size: 18px;
    padding: 20px 12px;
  }
}

.contact_tel:hover {
  background-color: #005f6b;
}

.contact_mail {
  display: flex;
  align-items: center;
  background-color: #f6f1e9;
  color: #2f5e4e;
  padding: 48px 25px;
  font-size: 40px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

@media screen and (max-width: 1280px) {
  .contact_mail {
    font-size: 32px;
    padding: 40px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .contact_mail {
    font-size: 28px;
    padding: 36px 20px;
  }
}

@media screen and (max-width: 768px) {
  .contact_mail {
    font-size: 20px;
    padding: 24px 16px;
  }
}

@media screen and (max-width: 480px) {
  .contact_mail {
    font-size: 18px;
    padding: 20px 12px;
  }
}

.contact_mail:hover {
  background-color: #e6e0d5;
  color: #2f5e4e;
}

.contact_box p {
  line-height: normal;
  margin: 0;
  padding: 0;
}

.contact_tel p {
  color: #fff;
}
