@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,
.contentGpArticleDoc h3,
.contentPage h3,
.cke_editable h3,
.contentGpArticleDoc h4,
.contentPage h4,
.cke_editable h4,
.contentGpArticleDoc h5,
.contentPage h5,
.cke_editable h5,
.contentGpArticleDoc h6,
.contentPage h6,
.cke_editable h6 {
  font-family: var(--font-family-min);
}

.contentGpArticleDoc h2,
.contentPage h2,
.cke_editable h2 {
  display: block;
  line-height: 1.3;
  margin: 2rem 0 1rem;
  padding: 14px 12px;
  background-color: #F5ECFF;
  font-size: 1.6rem;
  font-weight: bold;
}

.contentGpArticleDoc h3,
.contentPage h3,
.cke_editable h3 {
  display: block;
  margin: 1.8rem 0 1rem;
  padding: 5px 12px;
  border-bottom: 2px solid var(--main-color-7);
  font-size: 1.45rem;
  font-weight: bold;
}

.contentGpArticleDoc h4,
.contentPage h4,
.cke_editable h4 {
  margin: 1.5rem 0 1rem;
  padding: 5px 0 3px 8px;
  border-bottom: 2px solid var(--mono-color-6);
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
}

.contentGpArticleDoc h4:after,
.contentPage h4:after,
.cke_editable h4:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 15rem;
  border-bottom: 2px solid var(--main-color-7);
}

.contentGpArticleDoc h5,
.contentPage h5,
.cke_editable h5 {
  margin: 1.2rem 0 12px;
  padding: 2px 0 0 10px;
  border-bottom: 1.5px dashed var(--mono-color-7);
  font-size: 1.2rem;
  font-weight: bold;
}

.contentGpArticleDoc h6,
.contentPage h6,
.cke_editable h6 {
  margin: 1.5rem 0 12px;
  padding: 3px 0 2px 4px;
  font-size: 1.1rem;
  font-weight: bold;
  color: var(--main-color-4);
}

@media only screen and (max-width: 959px) {

  .contentGpArticleDoc h2,
  .contentPage h2,
  .cke_editable h2 {
    font-size: 1.45rem;
  }

  .contentGpArticleDoc h3,
  .contentPage h3,
  .cke_editable h3 {
    font-size: 1.35rem;
  }

  .contentGpArticleDoc h4,
  .contentPage h4,
  .cke_editable h4 {
    font-size: 1.3rem;
  }

  .contentGpArticleDoc h4:after,
  .contentPage h4:after,
  .cke_editable h4:after {
    width: 8rem;
  }

  .contentGpArticleDoc h5,
  .contentPage h5,
  .cke_editable h5 {
    font-size: 1.2rem;
  }

  .contentGpArticleDoc h6,
  .contentPage h6,
  .cke_editable h6 {
    font-size: 1.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;
  border-top: 1px solid var(--main-color-4);
  border-bottom: 1px solid var(--main-color-4);
  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-9);
  color: var(--main-color-4);
  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-3);
}

.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);
  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-6);
  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-6);
  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-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;
  margin-bottom: 1rem;
}

.temp-flex1>div {
  width: 50%;
  flex-grow: 1;
}

.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 {
  border: 1px solid var(--mono-color-1);
  padding: 1rem;
}

.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 {
  background-color: var(--ac-color-red-5);
  padding: 1rem 2rem;
}

/* .flex
---------------- */
.temp-flex>.temp-flex-item p:last-child {
  margin-bottom: 0;
}

.temp-flex {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  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-image2,temp-image3
---------------- */
.temp-image2,
.temp-image3,
.temp-image4 {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.temp-image2>dl,
.temp-image3>dl,
.temp-image4>dl {
  padding: 0;
}

.temp-image2>dl>dd,
.temp-image3>dl>dd,
.temp-image4>dl>dd {
  margin: 0;
}

.temp-image2>dl img,
.temp-image3>dl img,
.temp-image4>dl img {
  width: 100%;
  margin-bottom: 10px;
}

/* temp-image2
---------------- */

.temp-image2>dl {
  flex-basis: calc((100% - 1rem) / 2);
}

/* temp-image3
---------------- */
.temp-image3>dl {
  flex-basis: calc((100% - 2rem) / 3);
}

/* temp-image4
---------------- */
.temp-image4>dl {
  flex-basis: calc((100% - 3rem) / 4);
}

@media only screen and (max-width: 759px) {
  .temp-image3>dl {
    flex-basis: calc((100% - 1rem) / 2);
  }

  .temp-image4>dl {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

@media only screen and (max-width: 459px) {

  .temp-image2>dl,
  .temp-image3>dl {
    flex-basis: 100%;
  }

  .temp-image4 {
    gap: 1rem 0.5rem;
  }

  .temp-image4>dl {
    flex-basis: calc((100% - 0.5rem) / 2);
  }
}


/* btn-bl
---------------- */
.temp-btn-bl a {
  display: inline-block;
  padding: 0.7rem 4rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-decoration: none;
  background: no-repeat left 1rem center;
}

.temp-btn-bl a img.anchor {
  display: none;
}

#container .temp-btn-bl a,
.cke_editable .temp-btn-bl a {
  background-color: var(--main-color-1);
  color: var(--mono-color-9);
  background-image: url("/_themes/site/images/arrow-white.svg");
}

/* btn-wh
---------------- */
.temp-btn-wh a {
  display: inline-block;
  padding: 0.7rem 4rem;
  border-radius: 8px;
  margin-bottom: 1rem;
  text-decoration: none;
  background: no-repeat left 1rem center;
}

.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");
}