@charset "UTF-8";

/* =========================================================
  enjoy guide
========================================================= */

/* subsiteTitle
----------------------------------------------- */
#subsiteTitle {
  position: relative;
  padding: 38px;
  border-radius: 16px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
  background: var(--mono-color-9);
}

#subsiteTitle .pieceBody {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px 30px;
}

#subsiteTitle .pieceBody h1 a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: none !important;
}

#subsiteTitle .pieceBody h1 a:hover::before {
  background: rgba(255, 255, 255, 0.4) !important;
}

#subsiteTitle .pieceBody .subTitle {
  font-weight: 400;
  font-size: 1.25rem;
}

@media only screen and (max-width: 534px) {
  #subsiteTitle {
    padding: 20px 15px;
  }

  #subsiteTitle .pieceBody .subTitle {
    font-size: 0.75rem;
  }

  #subsiteTitle .pieceBody h1 img {
    max-width: 200px;
  }
}

/* subsiteDocs
----------------------------------------------- */
#subsiteDocs .pieceHeader h2 {
  padding: 10px;
  border: 1px solid var(--ac-color-green-2);
  background: var(--ac-color-green-2);
  font-weight: 400;
  font-size: 1rem;
}

#subsiteDocs .pieceBody {
  padding: 5px 10px 20px;
  border: 1px solid var(--mono-color-9);
  border-top: none;
  background: var(--mono-color-9);
}

#subsiteDocs .pieceBody li {
  position: relative;
  padding: 20px 10px;
  border-bottom: 1px solid var(--mono-color-4);
}

#subsiteDocs .pieceBody li:last-child {
  border-bottom: none;
}

#subsiteDocs .pieceBody li .image {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}

#subsiteDocs .pieceBody li .title_link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none !important;
}

#subsiteDocs .pieceBody .more a {
  display: block;
  padding: 8px 38px;
  border: 1px solid var(--ac-color-green-4);
  border-radius: 7px;
  background: url(/_themes/site/images/arrow-footer.svg) right 17px center no-repeat var(--ac-color-green-4);
  color: inherit;
  text-decoration: none;
  text-align: center;
}

#subsiteDocs .pieceBody .more a:hover {
  opacity: 0.6;
}

/* contentGpArticleDocs
----------------------------------------------- */
.contentGpArticleDocs .docs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.contentGpArticleDocs .docs li {
  flex-basis: calc((100% - 60px) / 3);
  position: relative;
}

.contentGpArticleDocs .docs li span {
  display: block;
}

.contentGpArticleDocs .docs li .image {
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}

.contentGpArticleDocs .docs li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contentGpArticleDocs .docs li .title_link {
  margin-bottom: 10px;
}

.contentGpArticleDocs .docs li .title_link a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: none !important;
}

.contentGpArticleDocs .docs li .update_date {
  color: var(--mono-color-3);
  font-size: 0.875rem;
}

@media only screen and (max-width: 1179px) {
  .contentGpArticleDocs .docs li {
    flex-basis: calc((100% - 30px) / 2);
  }
}

@media only screen and (max-width: 534px) {
  .contentGpArticleDocs .docs {
    padding: 20px;
  }

  .contentGpArticleDocs .docs li {
    flex-basis: 100%;
  }
}

/* body
----------------------------------------------- */
.contentGpArticleDoc .body {
  max-width: 720px;
  margin: 0 auto;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable)>*:not(:last-child) {
  margin-bottom: 2.5em;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) p {
  margin-bottom: 2.5em;
  word-break: break-all;
}

@media only screen and (max-width: 534px) {
  .cke_editable,
  .contentGpArticleDoc .body .text-beginning,
  .contentPage .body,
  .surveyForm .body {
    font-size: 0.875rem;
  }
}

/* figure */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .figure .image {
  margin-bottom: 10px;
  text-align: center;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .figure .figcaption {
  color: var(--mono-color-3);
  font-size: 0.8125rem;
  text-align: center;
}

/* guideSection */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection {
  margin-bottom: 30px;
  padding: 30px 30px 16px;
  border: 1px solid #f1efe4;
  border-radius: 10px;
  background: #f1efe4;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection .ttl {
  margin-bottom: 18px;
  padding: 3px 0 15px 58px;
  background:
    url(/_themes/site/images/enjoy/tit_guide01.png) left top / 50px auto no-repeat,
    url(/_themes/site/images/enjoy/bg_border_guide01.jpg) left bottom no-repeat;
  font-size: 1.25rem;
  line-height: 1.2;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dl {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dt {
  flex-shrink: 0;
  flex-basis: 120px;
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dt img {
  border-radius: 50%;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dd {
  flex-grow: 1;
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dd .name {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 1.25rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dd .name .jobTitle {
  font-weight: 400;
  font-size: 0.875rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dd .detail p {
  margin-bottom: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 534px) {
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection {
    padding: 15px 10px 10px;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dl {
    flex-direction: column;
    align-items: center;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dd .name {
    font-size: 1rem;
    text-align: center;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dd .name .jobTitle {
    display: block;
  }

  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .guideSection dd .detail p {
    font-size: 0.875rem;
  }
}

/* staffInfo */
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo {
  list-style: none;
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dl,
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dt,
:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dd {
  margin: 0;
  padding: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dl {
  display: flex;
  align-items: center;
  gap: 14px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dt {
  flex-shrink: 0;
  flex-basis: 50px;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dt img {
  border-radius: 50%;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dd {
  flex-grow: 1;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dd p {
  margin: 0;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dd .name {
  font-weight: 700;
  font-size: 1.125rem;
}

:is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dd .name .jobTitle {
  font-weight: 400;
  font-size: 0.875rem;
}

@media only screen and (max-width: 534px) {
  :is(.contentGpArticleDoc .body .text-beginning, .contentPage .body, .surveyForm .body, .cke_editable) .staffInfo li dd .name {
    font-size: 1rem;
  }
}