@charset "UTF-8";
/*-breakpoint----------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");

/*-color----------------*/
/*-base----------------*/
html {
  font-size: 62.5% !important;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Noto Sans JP', "Helvetica Neue", Arial, 'ＭＳ Ｐゴシック', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 2.2rem;
  letter-spacing: .05rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  word-wrap: break-word;
  margin: 0 auto;
  /*headerここまで---------------------------*/
  /*中身ここから---------------------------------*/
  /*中身ここまで---------------------------------*/
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  body .print_pages {
    size: A4 landscape;
    page-break-before: always;
  }
}

body img {
  max-width: 1080px;
  width: 100%;
}

body p {
  font-size: 1.6rem;
  line-height: 1.6;
}

body a {
  text-decoration: none;
  color: initial;
}

body a:hover {
  opacity: .8;
}

body .moji {
  font-family: 'Noto Serif JP', serif;
}

body .pcnone {
  display: block;
}

@media screen and (min-width: 960px) {
  body .pcnone {
    display: none;
  }
}

body .spnone {
  display: none;
}

@media screen and (min-width: 960px) {
  body .spnone {
    display: block;
  }
}

body header {
  margin-bottom: 2rem;
  /*swiper----------------main*/
  /*swiperここまで----------------*/
}

@media screen and (min-width: 768px),
print {
  body header {
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 960px) {
  body header {
    margin-bottom: 6rem;
  }
}

body header.archive {
margin-bottom: 0;
}

body header .header_container {
  border-bottom: 7px solid #f67e04;
}

body header .header_container .header_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  background-image: url("../images/kanagawa.png");
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 60%;
  min-height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 450px),
print {
  body header .header_container .header_wrapper {
    background-size: 40%;
  }
}

@media screen and (min-width: 768px),
print {
  body header .header_container .header_wrapper {
    background-position: 50% 45%;
    background-size: 30%;
    min-height: 150px;
  }
}

body header .header_container .header_wrapper .townpluslogo {
  width: 100%;
  max-width: 150px;
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 1rem;
}

@media screen and (min-width: 768px),
print {
  body header .header_container .header_wrapper .townpluslogo {
    max-width: 250px;
    position: initial;
    top: initial;
    left: initial;
    -webkit-transform: initial;
    transform: initial;
  }
}

@media screen and (min-width: 960px) {
  body header .header_container .header_wrapper .townpluslogo {
    max-width: 280px;
  }
}

body header .header_container .header_wrapper .title h1 {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  position: absolute;
  width: 1px;
}

body header .header_container .header_wrapper .humberger {
  padding: 0 1rem 0 0;
  /*g-nav-------*/
  /*g-nav----------ここまで*/
}

body header .header_container .header_wrapper .humberger img {
  width: 40px;
  height: auto;
  cursor: pointer;
}

@media screen and (min-width: 768px),
print {
  body header .header_container .header_wrapper .humberger img {
    width: 65px;
  }
}

body header .header_container .header_wrapper .humberger #g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

body header .header_container .header_wrapper .humberger #g-nav.panelactive {
  top: 0;
}

body header .header_container .header_wrapper .humberger #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

body header .header_container .header_wrapper .humberger #g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0;
  font-size: 2rem;
  line-height: 1.5;
  width: 100%;
}

body header .header_container .header_wrapper .humberger #g-nav li {
  list-style: none;
  text-align: center;
}

body header .header_container .header_wrapper .humberger #g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

body header .swiper {
  width: 100%;
  max-width: 1080px;
  height: auto;
}

body header .swiper .swiper-container,
body header .swiper .mainslide {
  width: 100%;
  height: auto;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}

body header .swiper .swiper-container img,
body header .swiper .mainslide img {
  width: 100%;
}

body header .swiper .swiper-container .swiper-slide a:hover,
body header .swiper .mainslide .swiper-slide a:hover {
  opacity: 1;
}

body header .swiper .swiper-container .swiper-slide .slide-content p,
body header .swiper .mainslide .swiper-slide .slide-content p {
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  font-size: 1rem;
  text-align: center;
  line-height: 1.1;
}

body section {
  margin: 0 auto;
  text-align: center;
  max-width: 1080px;
}

body section.bgc{
max-width: initial;
background-color: #fff8f2;
}

body section h2.contentstitle {
  text-align: center;
  font-size: 2.5rem;
  padding: 0 0 2rem;
  border-bottom: 2px solid #acacac;
  display: inline-block;
  margin: 5rem auto 2rem;
}

@media screen and (min-width: 768px),
print {
  body section h2.contentstitle {
    font-size: 3rem;
  }
}

body section h2.contentstitle::before {
  content: "";
  display: inline-block;
  background: url("../images/flag.png");
  height: 40px;
  width: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1.5rem;
}

body section article {
  max-width: 900px;
  margin: 0 auto;
}

body section article .article_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-align: left;
}

body section article .article_container .article_wrapper {
  width: calc(100% / 2 - 2rem);
  padding: 1rem;
}

@media screen and (min-width: 768px),
print {
  body section article .article_container .article_wrapper {
    width: calc(100% / 2 - 5rem);
    padding: 1.5rem;
  }
}

body section article .article_container .article_wrapper img {
  width: 100%;
  height: 100%;
  max-width: 330px;
  max-height: 150px;
  min-height: 120px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px),
print {
  body section article .article_container .article_wrapper img {
    max-height: 300px;
  }
}

body section article .article_container .article_wrapper .text h2.maintitle {
  font-size: 1.8rem;
  font-weight: 800;
  margin: 1rem 0;
}

@media screen and (min-width: 768px),
print {
  body section article .article_container .article_wrapper .text h2.maintitle {
    font-size: 2.5rem;
    line-height: 1.3;
  }
}

body section article .article_container .article_wrapper .text .category {
  background-color: #dfdfdf;
  display: inline-block;
  padding: .4rem .8rem;
  border-radius: 20px;
  margin: .5rem 0;
  font-size: 0.9rem;
}

@media screen and (min-width: 768px),
print {
  body section article .article_container .article_wrapper .text .category {
    font-size: 1rem;
  }
}

body section article .article_container .article_wrapper .text .desc {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px),
print {
  body section article .article_container .article_wrapper .text .desc {
    font-size: 1.6rem;
  }
}

body section .row {
  max-width: 800px;
}

body section .row .article_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

body section .row .article_container .article_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 2 - 2rem);
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px),
print {
  body section .row .article_container .article_wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-height: 300px;
  }
}

body section .row .article_container .article_wrapper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 768px),
print {
  body section .row .article_container .article_wrapper img {
    width: 330px;
  }
}

body section .row .article_container .article_wrapper .new {
  position: relative;
  margin: 0 auto;
  z-index: 0;
}

body section .row .article_container .article_wrapper .new::before {
  content: "";
  top: 0;
  left: 0;
  border-bottom: 5rem solid transparent;
  border-left: 5rem solid #f67e04;
  position: absolute;
  z-index: 99;
}

@media screen and (min-width: 768px),
print {
  body section .row .article_container .article_wrapper .new::before {
    border-bottom: 7rem solid transparent;
    border-left: 7rem solid #f67e04;
  }
}

body section .row .article_container .article_wrapper .new::after {
  content: "New";
  display: block;
  top: 3px;
  left: 3px;
  font-size: 1.2rem;
  /*transform: rotate(-45deg);*/
  color: #fff;
  position: absolute;
  z-index: 100;
}

@media screen and (min-width: 768px),
print {
  body section .row .article_container .article_wrapper .new::after {
    top: 10px;
    left: 5px;
    font-size: 1.5rem;
  }
}

body section .row .article_container .article_wrapper .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 768px),
print {
  body section .row .article_container .article_wrapper .text {
    padding-left: 2rem;
  }
}

body section.sns {
  max-width: 1080px;
  margin: 5rem auto;
}

body section.sns .sns_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem;
}

body section.sns .sns_wrapper img {
  width: 50px;
  height: auto;
  margin: 2rem 4rem;
}

body .banner {
  max-width: 900px;
  margin: 5rem auto;
  position: relative;
  padding: 0 1rem;
}

@media screen and (min-width: 768px),
print {
  body .banner {
    padding: 0;
  }
}

body .banner .bannertitle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 2rem;
  color: #fff;
  width: calc(100% - 2rem);
  text-align: center;
}

@media screen and (min-width: 768px),
print {
  body .banner .bannertitle {
    font-size: 2.5rem;
  }
}

body footer .inquiry {
  background-color: #ebebeb;
  max-width: 100%;
  padding: 4rem 0 5rem;
}

body footer .inquiry .inquiry_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
}

@media screen and (min-width: 768px),
print {
  body footer .inquiry .inquiry_container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 100%;
  }
}

body footer .inquiry .inquiry_container .btn {
  border: 1px solid #333;
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 1rem 2rem;
  font-size: 1.6rem;
}

@media screen and (min-width: 768px),
print {
  body footer .inquiry .inquiry_container .btn {
    width: 250px;
    margin: 0 2rem;
    font-size: 2rem;
  }
}

body footer .inquiry .inquiry_container .btn a::before {
  content: "";
  display: inline-block;
  background: url("../images/arrow.png");
  height: 30px;
  width: 17px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 1.5rem;
}

body footer .footer_wrapper {
  text-align: center;
  padding: 2rem 0 1.5rem;
}

body footer .footer_wrapper img {
  max-width: 280px;
  width: 100%;
}

body footer .footer_wrapper .footer_title .copyright {
  font-size: 1.1rem;
}

body footer #page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
}

body footer #page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}

body footer #page_top a::before {
  content: '';
  background-image: url("../images/totop_af.png");
  width: 50px;
  height: 50px;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  opacity: 0.8;
}

.footer {
  display: none;
}

/* paging */
.paging { margin-bottom: 100px; text-align: center; width: 100%; padding: 2rem 0; margin: 2rem 0 0;}
.paging li, .paging a, .paging li span, .paging li a:hover, .paging span { display: inline-block; vertical-align: middle; *vertical-align: auto; *zoom: 1; *display: inline; }
.paging li a, .paging li span, .paging li a:hover { min-width: 18px; height: 28px; padding: 0 5px; border: #CCCCCC 1px solid; color: #CC6600; text-align: center; line-height: 28px; }
.paging li span, .paging li span:hover, .paging li a:hover { border: #CC6600 1px solid; background: #FF9900; color: #fff; text-decoration: none; }
.paging li span.prev, .paging li span.next { display: none; }
.paging li a.prev::before { content: "＜＜"; }
.paging li a.next::after { content: "＞＞"; }

@media print {

  html,
  body {
    height: auto;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  nav {
    display: none;
  }

  #socialShare {
    display: none;
  }

  .youtube {
    width: 100%;
  }

  .break {
    -webkit-column-break-before: page;
    break-before: page;
  }
}

@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}

/*# sourceMappingURL=main.css.map */