<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* =========================================================
  contentGpArticleDoc, contentPage, cke_editable
========================================================= */
.contentGpArticleDoc .docNo {
  display: inline-block;
  margin: 0 2rem;
}

.contentGpArticleDoc .date {
  margin: 0 0 20px 2rem;
}

.contentGpArticleDoc .date p {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.contentGpArticleDoc .body,
.contentPage .body {
  margin: 0 0 40px;
}

.contentGpArticleDoc .body p,
.contentPage .body p,
.cke_editable p {
  margin: 0 0 1rem;
}

.contentGpArticleDoc h2,
.contentPage h2,
.cke_editable h2 {
  display: block;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  padding: 4px 12px;
  border-left: 8px solid var(--main-color-1);
  background-color: var(--main-color-5);
  font-size: 1.25rem;
}

.contentGpArticleDoc h3,
.contentPage h3,
.cke_editable h3 {
  display: block;
  margin: 1.8rem 0 1rem;
  padding: 3px 12px;
  border-bottom: 1px solid var(--main-color-1);
  border-left: 5px solid var(--main-color-1);
  font-size: 1.25rem;
  font-weight: bold;
}

.contentGpArticleDoc h4,
.contentPage h4,
.cke_editable h4 {
  margin: 1.5rem 0 12px;
  padding: 5px 0 3px 12px;
  border-bottom: 1px solid var(--main-color-1);
  font-size: 1rem;
  font-weight: bold;
}

.contentGpArticleDoc img,
.contentPage img,
.cke_editable img {
  border-color: var(--mono-color-2);
}

.contentGpArticleDoc table,
.contentPage table,
.cke_editable table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

.contentGpArticleDoc table,
.contentPage table {
  border: 2px solid var(--mono-color-2);
}

.cke_editable table {
  border: 2px solid var(--mono-color-2) !important;
}

.contentGpArticleDoc table p,
.contentPage table p,
.cke_editable table p {
  margin-bottom: 0;
}

.contentGpArticleDoc table caption,
.contentPage table caption,
.cke_editable table caption {
  margin: 8px;
  text-align: center;
}

.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td,
.cke_editable table th,
.cke_editable table td {
  padding: 6px 10px;
  text-align: center;
}

.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td {
  border: 1px solid var(--mono-color-2);
}

.cke_editable table th,
.cke_editable table td {
  border: 1px solid var(--mono-color-2) !important;
}

.contentGpArticleDoc th,
.contentPage th {
  background-color: var(--main-color-5);
}

.cke_editable th {
  background-color: var(--main-color-5) !important;
}

.contentGpArticleDoc ul,
.contentGpArticleDoc ol,
.contentPage ul,
.contentPage ol,
.cke_editable ul,
.cke_editable ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.contentGpArticleDoc ul,
.contentPage ul,
.cke_editable ul {
  list-style-type: disc;
}

.contentGpArticleDoc ol,
.contentPage ol,
.cke_editable ol {
  list-style-type: decimal;
}

.contentGpArticleDoc li,
.contentPage li,
.cke_editable li {
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc blockquote,
.contentPage blockquote,
.cke_editable blockquote {
  position: relative;
  border-top: 1px solid var(--main-color-1);
  border-bottom: 1px solid var(--main-color-1);
  border-left: none;
  padding: 10px;
}

.contentGpArticleDoc blockquote::before,
.contentGpArticleDoc blockquote::after,
.contentPage blockquote::before,
.contentPage blockquote::after,
.cke_editable blockquote::before,
.cke_editable blockquote::after {
  position: absolute;
  content: '"';
  background-color: var(--mono-color-5);
  color: var(--main-color-1);
  line-height: 1;
  text-align: center;
  font-size: 40px;
}

.contentGpArticleDoc blockquote::before,
.contentPage blockquote::before,
.cke_editable blockquote::before {
  top: -8px;
  left: -10px;
}

.contentGpArticleDoc blockquote::after,
.contentPage blockquote::after,
.cke_editable blockquote::after {
  right: -10px;
  bottom: -32px;
}

.contentGpArticleDoc blockquote cite,
.contentPage blockquote cite,
.cke_editable blockquote cite {
  display: block;
  padding-right: 30px;
  font-size: 0.8125rem;
  text-align: right;
  color: var(--mono-color-2);
}

.contentGpArticleDoc blockquote p:last-child,
.contentPage blockquote cite p:last-child,
.cke_editable blockquote p:last-child {
  margin: 0;
}

.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags,
.contentGpArticleDoc .qrcode,
.contentGpArticleDoc .inquiry,
.cke_editable .map,
.cke_editable .rels,
.cke_editable .tags {
  margin-bottom: 30px;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2,
.cke_editable .maps h2,
.cke_editable .rels h2,
.cke_editable .tags h2 {
  margin: 0 0 10px;
  padding: 7px 0 7px 16px;
  border: none;
  background-color: var(--main-color-2);
  font-size: 1rem;
  font-weight: bold;
  color: var(--mono-color-1);
}

.contentGpArticleDoc .maps h3,
.cke_editable .maps h3  {
  margin: 0 0 12px;
  padding: 0;
  border-style: none none solid;
  border-width: 0 0 2px;
  border-color: var(--mono-color-3);
  background-color: transparent;
  font-size: 1rem;
  font-weight: bold;
  color: var(--mono-color-1);
}

.contentGpArticleDoc #placeList {
  position: relative;
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc #placeList::before {
  content: "ルート案内：";
  position: relative;
}

.contentGpArticleDoc .inquiry h2,
.contentPage .inquiry h2 {
  margin: 0;
  padding: 7px 0 7px 16px;
  border: none;
  background-color: var(--mono-color-3);
  font-size: 1rem;
  font-weight: bold;
  color: var(--mono-color-1);
}

.contentGpArticleDoc address,
.contentPage address {
  padding: 16px;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  border-color: var(--mono-color-3);
  font-style: normal;
}

.contentGpArticleDoc address .section,
.contentPage address .section {
  font-weight: bold;
}

/* template contents  */
.contentGpArticleDoc .material,
.contentGpArticleDoc .memo {
  display: flex;
}

.contentGpArticleDoc .material-name,
.contentGpArticleDoc .memo-name {
  flex-basis: 6rem;
  margin-right: 1rem;
  padding: 4px 10px;
  background-color: var(--mono-color-4);
}

.contentGpArticleDoc .material-body,
.contentGpArticleDoc .memo-body {
  padding: 4px 0;
}

/* print btn
----------------------------------------------- */
#printBtn {
  display: block;
  text-align: right;
}

#printBtn svg {
  margin: 0 4px 2px 0;
}

/* contentGpArticleDoc
----------------------------------------------- */
.contentGpArticleDoc .body {
  background-color: #efefef;
}

.contentGpArticleDoc .text-beginning {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 40px 1vw;
  padding: 30px;
}
.contentGpArticleDoc #doc-body {
  width: var(--content-width);
}

.contentGpArticleDoc #doc-body &gt; *:first-child {
  margin-top: 0;
}

.contentGpArticleDoc #doc-notice {
  width: var(--side-width);
  background-color: var(--mono-color-4);
  padding: 10px;
}

.contentGpArticleDoc .doc-body {
  width: var(--content-width);
  padding: 20px;
  background-color: #fff;
  font-size: calc(45vw / 50);
}

@media only screen and (max-width: 1200px) {
  .contentGpArticleDoc .text-beginning {
     flex-wrap: wrap;
  }
  .contentGpArticleDoc .doc-body {
    width: 100%;
    font-size: calc(90vw / 50);
  }

}

</pre></body></html>