@charset "UTF-8";
/* CSS Document */
/* ===============================================================
	*** font ***
=============================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/* ===================== reset default style ===================== */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, code,
form, fieldset, legend, input, textarea,
p,
blockquote,
th, td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  font-size: 100%;
}

/*---------------------------------------------------------------------

base

---------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scrollbar-gutter: stable;
  touch-action: manipulation;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "PT Sans", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.8;
  text-align: left;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
  body {
    line-height: 1.6;
  }
}

p, ul, li, h1, h2, h3, h4, dl, dd, dt, br, div, table, img {
  margin: 0;
  padding: 0;
}

.home article {
  opacity: 0;
  transition: opacity 1s;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

table {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

.sd {
  display: none;
}
@media only screen and (max-width: 959px) {
  .sd {
    display: block;
  }
}

.pd {
  display: block;
}
@media only screen and (max-width: 959px) {
  .pd {
    display: none;
  }
}

/*---------------------------------------------------------------------

wrapper

---------------------------------------------------------------------*/
.l-wrapper__mainVisual {
  margin: 0 0 150px 250px;
}
@media only screen and (max-width: 959px) {
  .l-wrapper__mainVisual {
    margin: 0 0 60px;
  }
}
.l-wrapper__main {
  margin: 0 0 150px 250px;
}
@media only screen and (max-width: 959px) {
  .l-wrapper__main {
    margin: 0 0 60px;
  }
}
.l-wrapper__footer {
  margin: 0 0 0 250px;
}
@media only screen and (max-width: 959px) {
  .l-wrapper__footer {
    margin: 0;
  }
}
.l-wrapper__articleEyecatch {
  margin: 0 0 30px 250px;
}
@media only screen and (max-width: 959px) {
  .l-wrapper__articleEyecatch {
    margin: 95px 0 20px;
  }
}

/*---------------------------------------------------------------------

header

---------------------------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 250px;
  min-height: 100vh;
  height: 100%;
  padding: 50px;
  background: #f7f3e9;
}
@media only screen and (max-width: 959px) {
  .l-header {
    width: 100%;
    min-height: inherit;
    height: 95px;
    padding: 20px;
    z-index: 1000;
  }
}
.l-header__logo {
  margin: 0 0 50px;
}
@media only screen and (max-width: 959px) {
  .l-header__logo {
    margin: 0;
  }
}

/*---------------------------------------------------------------------

main

---------------------------------------------------------------------*/
.l-main__content {
  margin: 0 0 150px;
}
@media only screen and (max-width: 959px) {
  .l-main__content {
    margin: 0 0 60px;
  }
}

/*---------------------------------------------------------------------

footer

---------------------------------------------------------------------*/
.l-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
  color: #fff;
  background: #000;
}
@media only screen and (max-width: 959px) {
  .l-footer {
    display: block;
    padding: 20px;
  }
}
.l-footer__list {
  display: flex;
}
@media only screen and (max-width: 959px) {
  .l-footer__list {
    margin: 0 0 10px;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.l-footer__item::after {
  content: "|";
  margin: 0 10px;
}
.l-footer__item:last-child::after {
  display: none;
}
.l-footer__link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
  .l-footer__text {
    font-size: 1rem;
    text-align: center;
  }
}
.l-footer__copyright {
  text-align: right;
}
@media only screen and (max-width: 959px) {
  .l-footer__copyright {
    font-size: 1.2rem;
    text-align: center;
  }
}
.l-footer__goTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  cursor: pointer;
  background-color: #666;
  opacity: 0;
}
.l-footer__goTop.is-active {
  opacity: 0.5;
  transition: opacity 0.3s;
}
.l-footer__goTop:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
.l-footer__triangleMark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 12px solid #fff;
  border-top: 0;
}

/*---------------------------------------------------------------------

logo

---------------------------------------------------------------------*/
.c-logo {
  width: 150px;
  height: auto;
}
@media only screen and (max-width: 959px) {
  .c-logo {
    position: absolute;
    z-index: 10000;
  }
}
.c-logo__headline {
  margin: 0 0 5px;
}
.c-logo__text {
  font-size: 1rem;
  letter-spacing: normal;
}

/*---------------------------------------------------------------------

gnav

---------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
  .c-gnav {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 130px 20px 0;
    font-size: 1.6rem;
    transform: translateX(200%);
    transition: transform 0.6s ease-in-out;
    background: #f7f3e9;
  }
}
.c-gnav__open {
  transform: translateX(0);
}
.c-gnav__item {
  display: block;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.c-gnav__item:hover {
  color: #ffa200;
  transition: all 0.3s;
}
.c-gnav__item--spot {
  background-image: url(../img/icon_spot.svg);
}
.c-gnav__item--picture {
  background-image: url(../img/icon_picture.svg);
}
.c-gnav__item--cuisine {
  background-image: url(../img/icon_cuisine.svg);
}
.c-gnav__item--season {
  background-image: url(../img/icon_season.svg);
}
.c-gnav__item--info {
  background-image: url(../img/icon_info.svg);
}
.c-gnav__item--picture-list {
  background-image: url(../img/icon_picture-list.svg);
}
.c-gnav a {
  display: block;
  margin: 0 0 40px;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 959px) {
  .c-gnav a {
    margin: 0 0 30px;
  }
}

/*---------------------------------------------------------------------

navToggle

---------------------------------------------------------------------*/
.c-navToggle {
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 10000;
  height: 35px;
  padding: 9px;
  border: solid 1px #333333;
  border-radius: 3px;
  cursor: pointer;
}
.c-navToggle__inner {
  position: relative;
  width: 16px;
}
.c-navToggle__line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
.c-navToggle__line:nth-of-type(1) {
  top: 3px;
}
.c-navToggle__line:nth-of-type(2) {
  top: 8px;
}
.c-navToggle__line:nth-of-type(3) {
  top: 13px;
}
.c-navToggle__open .c-navToggle__line:nth-of-type(1) {
  top: 8px;
  transform: rotate(-45deg);
}
.c-navToggle__open .c-navToggle__line:nth-of-type(2) {
  opacity: 0;
}
.c-navToggle__open .c-navToggle__line:nth-of-type(3) {
  top: 8px;
  transform: rotate(45deg);
}

/*---------------------------------------------------------------------

topNews

---------------------------------------------------------------------*/
.c-topNews {
  padding: 0 8.1%;
}
@media only screen and (max-width: 959px) {
  .c-topNews {
    padding: 0 20px;
  }
}
.c-topNews__headline {
  margin: 0 0 75px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 959px) {
  .c-topNews__headline {
    margin: 0 0 30px;
  }
}
.c-topNews__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
}
.c-topNews__link {
  transition: all 0.3s;
}
.c-topNews__link:hover {
  color: #ffa200;
}
.c-topNews__imageArea {
  margin: 0 0 25px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .c-topNews__imageArea {
    margin: 0 0 15px;
  }
}
.c-topNews__image {
  transition: all 0.3s;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.c-topNews__image:hover {
  transform: scale(1.05);
}
.c-topNews__title {
  margin: 0 0 20px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 959px) {
  .c-topNews__title {
    margin: 0 0 15px;
  }
}
.c-topNews__text {
  margin: 0 0 20px;
}
@media only screen and (max-width: 959px) {
  .c-topNews__text {
    margin: 0 0 15px;
  }
}
.c-topNews__unit {
  color: #999;
  font-size: 1.2rem;
}

/*---------------------------------------------------------------------

category

---------------------------------------------------------------------*/
.c-category {
  padding: 0 8.1%;
}
@media only screen and (max-width: 959px) {
  .c-category {
    padding: 0 20px;
  }
}
.c-category__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3px;
}
@media only screen and (max-width: 959px) {
  .c-category__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}
.c-category__item {
  position: relative;
  background-color: #f7f3e9;
  transition: all 0.3s;
}
.c-category__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 12px solid #ffa200;
  border-left: 12px solid transparent;
}
.c-category__link {
  display: block;
  padding: 50px;
}
@media only screen and (max-width: 959px) {
  .c-category__link {
    padding: 20px;
  }
}
.c-category__name {
  display: block;
  font-size: 1.6rem;
  margin: 0 0 15px;
  padding: 0 0 0 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.c-category__name:hover {
  color: #ffa200;
  transition: all 0.3s;
}
.c-category__name--spot {
  background-image: url(../img/icon_spot.svg);
}
.c-category__name--picture {
  background-image: url(../img/icon_picture.svg);
}
.c-category__name--cuisine {
  background-image: url(../img/icon_cuisine.svg);
}
.c-category__name--season {
  background-image: url(../img/icon_season.svg);
}
.c-category__name--info {
  background-image: url(../img/icon_info.svg);
}
.c-category__name--picture-list {
  background-image: url(../img/icon_picture-list.svg);
}
.c-category__text {
  text-align: justify;
}

/*---------------------------------------------------------------------

categoryNews

---------------------------------------------------------------------*/
.c-categoryNews {
  padding: 0 8.1%;
}
@media only screen and (max-width: 959px) {
  .c-categoryNews {
    padding: 0 20px;
  }
}
.c-categoryNews__headline {
  margin: 0 0 75px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 959px) {
  .c-categoryNews__headline {
    margin: 0 0 30px;
  }
}
.c-categoryNews__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 959px) {
  .c-categoryNews__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
.c-categoryNews__link {
  transition: all 0.3s;
}
.c-categoryNews__link:hover {
  color: #ffa200;
}
.c-categoryNews__imageArea {
  margin: 0 0 25px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .c-categoryNews__imageArea {
    margin: 0 0 15px;
  }
}
.c-categoryNews__image {
  transition: all 0.3s;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.c-categoryNews__image:hover {
  transform: scale(1.05);
}
.c-categoryNews__title {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 959px) {
  .c-categoryNews__title {
    margin: 0 0 10px;
  }
}
.c-categoryNews__unit {
  color: #999;
  font-size: 1.2rem;
}

/*---------------------------------------------------------------------

articleList

---------------------------------------------------------------------*/
.c-articleList {
  padding: 0 8.1%;
}
@media only screen and (max-width: 959px) {
  .c-articleList {
    padding: 0 20px;
  }
}
.c-articleList__headline {
  margin: 0 0 75px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 959px) {
  .c-articleList__headline {
    margin: 0 0 30px;
  }
}
.c-articleList__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 959px) {
  .c-articleList__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
.c-articleList__link {
  transition: all 0.3s;
}
.c-articleList__link:hover {
  color: #ffa200;
}
.c-articleList__imageArea {
  margin: 0 0 25px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .c-articleList__imageArea {
    margin: 0 0 15px;
  }
}
.c-articleList__image {
  transition: all 0.3s;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.c-articleList__image:hover {
  transform: scale(1.05);
}
.c-articleList__title {
  margin: 0 0 20px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 959px) {
  .c-articleList__title {
    margin: 0 0 10px;
  }
}
.c-articleList__text {
  margin: 0 0 20px;
}
@media only screen and (max-width: 959px) {
  .c-articleList__text {
    margin: 0 0 15px;
  }
}
.c-articleList__unit {
  color: #999;
  font-size: 1.2rem;
}

/*---------------------------------------------------------------------

pan

---------------------------------------------------------------------*/
.c-pan {
  padding: 0 8.1%;
}
@media only screen and (max-width: 959px) {
  .c-pan {
    padding: 0 20px;
  }
}
.c-pan__list {
  display: flex;
  flex-wrap: wrap;
}
.c-pan__item::after {
  content: "＞";
  margin: 0 10px;
}
.c-pan__item:last-child::after {
  display: none;
}

/*---------------------------------------------------------------------

recommend

---------------------------------------------------------------------*/
.c-recommend {
  padding: 0 8.1%;
}
@media only screen and (max-width: 959px) {
  .c-recommend {
    padding: 0 20px;
  }
}
.c-recommend__headline {
  margin: 0 0 75px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 959px) {
  .c-recommend__headline {
    margin: 0 0 30px;
  }
}
.c-recommend__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 959px) {
  .c-recommend__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
.c-recommend__link {
  transition: all 0.3s;
}
.c-recommend__link:hover {
  color: #ffa200;
}
.c-recommend__imageArea {
  margin: 0 0 25px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .c-recommend__imageArea {
    margin: 0 0 15px;
  }
}
.c-recommend__image {
  transition: all 0.3s;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.c-recommend__image:hover {
  transform: scale(1.05);
}
.c-recommend__title {
  margin: 0 0 20px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 959px) {
  .c-recommend__title {
    margin: 0 0 15px;
  }
}
.c-recommend__unit {
  color: #999;
  font-size: 1.2rem;
}

/*---------------------------------------------------------------------

tag

---------------------------------------------------------------------*/
.c-tag {
  padding: 20px;
  border: solid 1px #ccc;
}
.c-tag__text {
  margin: 0 0 20px !important;
  padding: 0 0 0 30px;
  font-weight: bold;
  background-image: url(../img/icon_tag.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.c-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 !important;
}
.c-tag__item {
  font-size: 1.2rem;
}
.c-tag a {
  display: block;
  border-radius: 5px;
  padding: 5px 10px;
  text-decoration: none !important;
  background-color: #f7f3e9;
  transition: all 0.3s;
}
.c-tag a:hover {
  color: #fff;
  background-color: #ffa200;
}

/*---------------------------------------------------------------------

mainVisual

---------------------------------------------------------------------*/
.p-mainVisual {
  position: relative;
}
.p-mainVisual__slick-num {
  position: absolute;
  left: 50px;
  bottom: 100px;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: normal;
}
@media only screen and (max-width: 959px) {
  .p-mainVisual__slick-num {
    display: none;
  }
}
.p-mainVisual__now-count {
  font-size: 3.2rem;
}
@media only screen and (max-width: 959px) {
  .p-mainVisual__now-count {
    font-size: 2.8rem;
  }
}
.p-mainVisual__progress {
  position: absolute;
  left: 50px;
  bottom: 90px;
  width: 120px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  z-index: 999;
}
@media only screen and (max-width: 959px) {
  .p-mainVisual__progress {
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0;
  }
}
.p-mainVisual__bar {
  display: block;
  width: 0%;
  height: 3px;
  border-radius: 3px;
  background: #ffa200;
}

/*---------------------------------------------------------------------

mv-slider

---------------------------------------------------------------------*/
.p-mvSlider__item {
  position: relative;
  width: auto;
  height: 100vh;
  background-position: center center;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .p-mvSlider__item {
    height: auto;
    margin: 95px 0 0;
    aspect-ratio: 4/3;
  }
}
.p-mvSlider__link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-mvSlider__parts {
  position: absolute;
  right: 0;
  bottom: 50px;
  max-width: 50%;
  padding: 0 50px;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .p-mvSlider__parts {
    left: 0;
    bottom: 20px;
    max-width: 100%;
    padding: 0 20px;
  }
}
.p-mvSlider__title {
  margin: 0 0 20px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 959px) {
  .p-mvSlider__title {
    font-size: 2rem;
  }
}
.p-mvSlider__textArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 959px) {
  .p-mvSlider__textArea {
    justify-content: flex-start;
  }
}
.p-mvSlider__category {
  margin: 0 20px 0 0;
  padding: 3px 20px;
  border-radius: 5px;
  color: #333333;
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
  .p-mvSlider__category {
    margin: 0 10px 0 0;
    padding: 3px 15px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 959px) {
  .p-mvSlider__date {
    font-size: 1.2rem;
  }
}

/*---------------------------------------------------------------------

archive

---------------------------------------------------------------------*/
.p-archive {
  padding: 100px 8.1% 0;
}
@media only screen and (max-width: 959px) {
  .p-archive {
    padding: 120px 20px 0;
    background-color: #fff;
  }
}
.p-archive__headline {
  margin: 0 0 10px;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .p-archive__headline {
    margin: 0;
  }
}
.p-archive__description {
  margin: 0 0 75px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .p-archive__description {
    margin: 0 0 40px;
  }
}
.p-archive__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 959px) {
  .p-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
.p-archive__link {
  transition: all 0.3s;
}
.p-archive__link:hover {
  color: #ffa200;
}
.p-archive__imageArea {
  margin: 0 0 25px;
  overflow: hidden;
}
@media only screen and (max-width: 959px) {
  .p-archive__imageArea {
    margin: 0 0 15px;
  }
}
.p-archive__image {
  transition: all 0.3s;
  object-fit: cover;
  aspect-ratio: 3/2;
}
.p-archive__image:hover {
  transform: scale(1.05);
}
.p-archive__title {
  margin: 0 0 10px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 959px) {
  .p-archive__title {
    margin: 0 0 10px;
  }
}
.p-archive__unit {
  color: #999;
  font-size: 1.2rem;
}
.p-archive__navList {
  margin: 100px 0 0;
  display: flex;
  justify-content: center;
}
.p-archive__navList a {
  display: block;
  margin: 0 10px 0 0;
  padding: 10px;
  border-radius: 3px;
  background-color: #f7f3e9;
  transition: all 0.3s;
}
.p-archive__navList a:last-child {
  margin: 0;
}
.p-archive__navList a:hover {
  color: #fff;
  background-color: #ffa200;
}

/*---------------------------------------------------------------------

articleEyecatch

---------------------------------------------------------------------*/
.p-articleEyecatch {
  height: 750px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 959px) {
  .p-articleEyecatch {
    height: inherit;
  }
  .p-articleEyecatch::before {
    display: block;
    content: "";
    padding-top: 65%;
  }
}

/*---------------------------------------------------------------------

article

---------------------------------------------------------------------*/
.p-article {
  padding: 0 8.1%;
}
@media only screen and (max-width: 959px) {
  .p-article {
    padding: 0 20px;
  }
}
.p-article__head {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 100px;
}
@media only screen and (max-width: 959px) {
  .p-article__head {
    margin: 0 0 30px;
  }
}
.p-article__headline {
  margin: 0 0 20px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 959px) {
  .p-article__headline {
    font-size: 2.4rem;
  }
}
.p-article__unit {
  color: #999;
  font-size: 1.4rem;
}

/*---------------------------------------------------------------------

articleBody

---------------------------------------------------------------------*/
.p-articleBody {
  font-size: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 959px) {
  .p-articleBody {
    text-align: justify;
  }
}
.p-articleBody h2 {
  max-width: 800px;
  width: 100%;
  margin: 100px auto 50px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 959px) {
  .p-articleBody h2 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 959px) {
  .p-articleBody h2 {
    font-size: 2rem;
  }
}
.p-articleBody h3 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  font-size: 2rem;
}
@media only screen and (max-width: 959px) {
  .p-articleBody h3 {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 959px) {
  .p-articleBody h3 {
    font-size: 1.8rem;
  }
}
.p-articleBody p {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 959px) {
  .p-articleBody p {
    margin: 0 0 30px;
  }
}
.p-articleBody a {
  text-decoration: underline;
}
.p-articleBody a:hover {
  text-decoration: none;
}
.p-articleBody figure {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 959px) {
  .p-articleBody figure {
    margin: 0 0 30px;
  }
}
.p-articleBody figure.tableArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  text-align: left !important;
}
@media only screen and (max-width: 959px) {
  .p-articleBody figure.tableArea {
    margin: 0 0 30px;
  }
}
.p-articleBody figcaption {
  margin: 5px 0 0;
  font-size: 1.2rem;
}
.p-articleBody img {
  object-fit: cover;
  aspect-ratio: 16/9;
}
.p-articleBody ul {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 959px) {
  .p-articleBody ul {
    margin: 0 0 30px;
  }
}
.p-articleBody li {
  list-style: disc inside;
}
.p-articleBody table {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
}
@media only screen and (max-width: 959px) {
  .p-articleBody table {
    margin: 0;
  }
}
.p-articleBody caption {
  margin: 0 0 10px;
  text-align: center;
}
.p-articleBody thead {
  border: none;
}
.p-articleBody th {
  padding: 10px;
  text-align: center;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: none;
  border-right: none;
  background: #eee;
}
.p-articleBody td {
  padding: 10px;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: none;
  border-right: none;
}
.p-articleBody__mapArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 5px;
  border: solid 1px #ccc;
}
@media only screen and (max-width: 959px) {
  .p-articleBody__mapArea {
    margin: 0 0 30px;
  }
}
.p-articleBody__mapArea > iframe {
  object-fit: cover;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.p-articleBody__tag {
  margin: 150px 0 0;
}
@media only screen and (max-width: 959px) {
  .p-articleBody__tag {
    margin: 60px 0 0;
  }
}

/*---------------------------------------------------------------------

picture

---------------------------------------------------------------------*/
.p-picture {
  position: relative;
  padding: 100px 8.1% 0;
}
@media only screen and (max-width: 959px) {
  .p-picture {
    padding: 120px 20px 0;
    background-color: #fff;
  }
}
.p-picture__headline {
  margin: 0 0 10px;
  font-size: 2.4rem;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .p-picture__headline {
    margin: 0;
  }
}
.p-picture__description {
  margin: 0 0 75px;
  text-align: center;
}
@media only screen and (max-width: 959px) {
  .p-picture__description {
    margin: 0 0 40px;
  }
}
.p-picture__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 959px) {
  .p-picture__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-picture__item {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  opacity: 0;
}
.p-picture__item span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-picture__item span:hover {
  opacity: 1;
}
.p-picture__item img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: all 0.3s;
  filter: grayscale(1);
}
@media only screen and (max-width: 959px) {
  .p-picture__item img {
    aspect-ratio: 4/3;
  }
}
.p-picture__item:hover img {
  transform: scale(1.1);
  filter: grayscale(0);
}
.p-picture__option {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}
.p-picture__menuBtn {
  position: relative;
  display: inline-block;
  margin-left: auto;
  padding: 2px 15px 2px 5px;
  font-size: 1.2rem;
  border-radius: 3px;
  cursor: pointer;
  background-color: #f7f3e9;
}
.p-picture__menuBtn::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 1.4rem;
}
.p-picture__menuArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.open .p-picture__menuArea {
  display: block;
  opacity: 1;
  pointer-events: inherit;
}

/*---------------------------------------------------------------------

pictureCat

---------------------------------------------------------------------*/
.p-pictureCat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  max-width: 800px;
  padding: 20px;
  transition: all 0.3s;
  background-color: #fff;
}
@media only screen and (max-width: 959px) {
  .p-pictureCat {
    top: 120px;
    transform: translateY(0) translateX(-50%);
    padding: 10px;
    height: calc(95% - 120px);
    overflow-y: scroll;
  }
}
.p-pictureCat__header {
  margin: 0 0 30px;
  color: #000;
  font-size: 1.8rem;
}
.p-pictureCat__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: #333333;
  font-size: 2.4rem;
  text-align: center;
  transform: rotate(45deg);
  cursor: pointer;
}
.p-pictureCat__title {
  margin: 0 0 5px;
  font-weight: bold;
}
.p-pictureCat__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}
.p-pictureCat__list:last-child {
  margin: 0;
}
@media only screen and (max-width: 959px) {
  .p-pictureCat__list {
    justify-content: space-between;
  }
}
.p-pictureCat__item {
  position: relative;
  width: calc(25% - 7.5px);
}
@media only screen and (max-width: 959px) {
  .p-pictureCat__item {
    width: calc(50% - 5px);
  }
}
.p-pictureCat__item a {
  display: block;
  width: 100%;
  padding: 7px 10px;
  border-radius: 3px;
  background-color: #eeeeee;
  transition: all 0.3s;
}
.p-pictureCat__item a::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #333333;
  border-right: 0;
  z-index: 100;
}
.p-pictureCat__item a::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
}
.p-pictureCat__item a:hover {
  background-color: #ffa200;
}
.p-pictureCat__item a.active {
  background-color: #ffa200;
}
.p-pictureCat__item a.active::before {
  border-left: 8px solid #ffa200;
}

/*---------------------------------------------------------------------

animation

---------------------------------------------------------------------*/
.animation-fadein {
  opacity: 0;
  transform: translateY(5rem);
}
.animation-fadein.animation-trigger {
  animation-name: fade-animation;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-animation {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animation-fadein-left {
  opacity: 0;
  transform: translateX(-3rem);
}
.animation-fadein-left.animation-trigger {
  animation-name: fade-animation-left;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes fade-animation-left {
  0% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  30% {
    opacity: 0;
    transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}/*# sourceMappingURL=style.css.map */