@charset "UTF-8";

/* =========================================================
  contentGpArticleDoc, contentPage, cke_editable
========================================================= */
.contentGpArticleDoc .docNo {
  display: inline-block;
  margin-right: 1rem;
}

.contentGpArticleDoc>.date {
  margin: 0 0 20px;
  text-align: right;
}

.contentGpArticleDoc>.date p {
  display: inline-block;
  margin: 0 1rem 0 0;
}

.contentGpArticleDoc .body,
.contentPage .body {
  margin: 0 0 40px;
}

.contentGpArticleDoc .body .text-beginning>*:first-child,
.contentPage .body>*:first-child,
.cke_editable>*:first-child {
  margin-top: 0;
}

.contentGpArticleDoc .body p,
.contentPage .body p,
.cke_editable p {
  margin: 0 0 1rem;
}

.contentGpArticleDoc a,
.contentPage a,
.cke_editable a {
  color: var(--a-color);
}

.contentGpArticleDoc a:hover,
.contentPage a:hover,
.cke_editable a:hover {
  color: var(--a-hover-color);
}

.contentGpArticleDoc a:visited,
.contentPage a:visited,
.cke_editable a:visited {
  color: var(--a-visited-color);
}

.contentGpArticleDoc h2,
.contentPage h2,
.cke_editable h2 {
  display: block;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  padding: 14px 12px;
  font-weight: normal;
  font-size: 1.25rem;
  font-family: var(--font-family-pop);

}

.contentGpArticleDoc h3,
.contentPage h3,
.cke_editable h3 {
  display: block;
  margin: 1.8rem 0 1rem;
  padding: 5px 12px;
  font-weight: normal;
  font-size: 1.25rem;
  font-family: var(--font-family-pop);
}

.contentGpArticleDoc h4,
.contentPage h4,
.cke_editable h4 {
  margin: 1.5rem 0 1rem;
  padding: 5px 0 3px 8px;
  border-bottom: 1px solid var(--main-color-4);
  font-weight: bold;
  font-size: 1rem;
}

.contentGpArticleDoc h5,
.contentPage h5,
.cke_editable h5 {
  margin: 1.5rem 0 12px;
  padding: 2px 0 0 10px;
  border-left: 4px solid var(--main-color-4);
  font-weight: bold;
  font-size: 1rem;
}

.contentGpArticleDoc h6,
.contentPage h6,
.cke_editable h6 {
  margin: 1.5rem 0 12px;
  padding: 3px 0 2px 4px;
  border-bottom: 1px dashed var(--main-color-4);
  font-weight: bold;
  font-size: 1rem;
}

.contentGpArticleDoc img,
.contentPage img,
.cke_editable img {
  height: auto !important;
  border-color: var(--mono-color-3);
}

.contentGpArticleDoc table,
.contentPage table,
.cke_editable table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

.contentGpArticleDoc table,
.contentPage table {
  border: 2px solid var(--mono-color-6);
}

.cke_editable table {
  border: 2px solid var(--mono-color-3) !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;
}

.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td {
  border: 1px solid var(--mono-color-6);
}

.contentGpArticleDoc table[border="0"] th,
.contentGpArticleDoc table[border="0"] td,
.contentPage table[border="0"] th,
.contentPage table[border="0"] td {
  border: none;
}

.cke_editable table th,
.cke_editable table td {
  border: 1px solid var(--mono-color-6) !important;
}

.cke_editable table[border="0"] th,
.cke_editable table[border="0"] td {
  border: none !important;
}

.contentGpArticleDoc th,
.contentPage th {
  background-color: var(--main-color-10);
  text-align: center;
}

.cke_editable th {
  background-color: var(--main-color-10) !important;
  text-align: center;
}

.contentGpArticleDoc table th img,
.contentGpArticleDoc table td img,
.contentPage table th img,
.contentPage table td img,
.cke_editable table th img,
.cke_editable table td img {
  padding: 6px 10px;
}

.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;
  padding: 10px;
  border-top: 1px solid var(--main-color-4);
  border-bottom: 1px solid var(--main-color-4);
  border-left: none;
}

.contentGpArticleDoc blockquote::before,
.contentGpArticleDoc blockquote::after,
.contentPage blockquote::before,
.contentPage blockquote::after,
.cke_editable blockquote::before,
.cke_editable blockquote::after {
  position: absolute;
  background-color: var(--mono-color-9);
  color: var(--main-color-4);
  font-size: 40px;
  line-height: 1;
  text-align: center;
  content: '"';
}

.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;
  color: var(--mono-color-3);
  font-size: 0.8125rem;
  text-align: right;
}

.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-6);
  color: var(--mono-color-1);
  font-weight: bold;
  font-size: 1rem;
}

.contentGpArticleDoc .maps h3,
.cke_editable .maps h3 {
  margin: 0 0 12px;
  padding: 0;
  border-width: 0 0 2px;
  border-style: none none solid;
  border-color: var(--mono-color-6);
  background-color: transparent;
  color: var(--mono-color-1);
  font-weight: bold;
  font-size: 1rem;
}

.contentGpArticleDoc #placeList {
  position: relative;
  margin-bottom: 0.5rem;
}

.contentGpArticleDoc #placeList::before {
  position: relative;
  content: "ルート案内：";
}

.contentGpArticleDoc .inquiry h2,
.contentPage .inquiry h2 {
  margin: 0;
  padding: 7px 0 7px 16px;
  border: none;
  background-color: var(--mono-color-6);
  color: var(--mono-color-1);
  font-weight: bold;
  font-size: 1rem;
}

.contentGpArticleDoc address,
.contentPage address {
  padding: 16px;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: var(--mono-color-6);
  font-style: normal;
}

.contentGpArticleDoc address .section,
.contentPage address .section {
  font-weight: bold;
}

.contentGpArticleDoc address table caption,
.contentPage address table caption {
  text-align: left;
}

.contentGpArticleDoc address table,
.contentGpArticleDoc address table th,
.contentGpArticleDoc address table td,
.contentPage address table,
.contentPage address table th,
.contentPage address table td {
  border: 0;
}

.organization_contact_information table caption {
  margin: 8px 0;
}

.organization_contact_information table td {
  padding: 1px 0;
}

@media only screen and (max-width: 559px) {

  .contentGpArticleDoc address table th,
  .contentGpArticleDoc address table td,
  .contentPage address table th,
  .contentPage address table td {
    display: block;
  }
}

/* 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-8);
}

.contentGpArticleDoc .material-body,
.contentGpArticleDoc .memo-body {
  padding: 4px 0;
}

/* print btn
----------------------------------------------- */
#printBtn {
  display: block;
  text-align: right;
}

#printBtn svg {
  margin: 0 4px 2px 0;
}

/*=========================================================
 CKEditortemplate 
 =========================================================*/
/* .temp-flex1
------------------ */
.temp-flex1 {
  display: flex;
  gap: 1rem;
  word-break: break-all;
}

.temp-flex1>div {
  flex-grow: 1;
  width: 50%;
}

.temp-flex1 img {
  width: 100%;
  object-fit: contain;
}

@media only screen and (max-width: 959px) {
  .temp-flex1 {
    flex-wrap: wrap;
  }

  .temp-flex1 img {
    width: auto;
  }
}

/* .temp-border1
------------------------ */
.temp-border1 {
  padding: 1rem;
  border: 1px solid var(--mono-color-1);
}

.contentGpArticleDoc .temp-border1 p {
  margin-bottom: 0;
}

/* .bg-red 
---------------- */
.body .temp-bg-red p:last-child,
.cke_editable .temp-bg-red p:last-child {
  margin-bottom: 0;
}

.temp-bg-red {
  padding: 1rem 2rem;
  background-color: var(--ac-color-red-5);
}

/* .flex
---------------- */
.temp-flex>.temp-flex-item p:last-child {
  margin-bottom: 0;
}

.temp-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

.temp-flex>.temp-flex-item {
  flex-basis: calc((100% - 1rem) / 2);
}

@media only screen and (max-width: 959px) {
  .temp-flex>.temp-flex-item {
    flex-basis: 100%;
  }
}

/* temp-image3
---------------- */
.temp-image3 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.temp-image3>dl {
  flex-basis: calc((100% - 2rem) / 3);
  padding: 0;
}

.temp-image3>dl>dd {
  margin: 0;
}

.temp-image3>dl img {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 759px) {
  .temp-image3>dl {
    flex-basis: calc((100% - 1rem) / 2);
  }
}

@media only screen and (max-width: 459px) {
  .temp-image3>dl {
    flex-basis: 100%;
  }
}

/* btn-bl
---------------- */
.temp-btn-bl a {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.7rem 4rem;
  border-radius: 8px;
  background: no-repeat left 1rem center;
  text-decoration: none;
}

.temp-btn-bl a img.anchor {
  display: none;
}

#container .temp-btn-bl a,
.cke_editable .temp-btn-bl a {
  background-image: url("/_themes/site/images/arrow-white.svg");
  background-color: var(--main-color-1);
  color: var(--mono-color-9);
}

/* btn-wh
---------------- */
.temp-btn-wh a {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.7rem 4rem;
  border-radius: 8px;
  background: no-repeat left 1rem center;
  text-decoration: none;
}

.temp-btn-wh a img.anchor {
  display: none;
}

.temp-btn-wh a {
  box-shadow: 0px 0px 8px rgba(87, 87, 87, 0.2);
  background-image: url("/_themes/site/images/arrow-blue.svg");
}