@charset "UTF-8";
/* contentGpArticleDoc, contentPage, cke_editable
----------------------------------------------- */
/* .contentGpArticleDoc a {
  color: var(--color-main);
} */

.contentGpArticleDoc .docNo {
  font-size: 0.875rem;
}

.contentGpArticleDoc .date {
  display: inline-block;
  font-size: 0.875rem;
}

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

/* .contentGpArticleDoc a {
  color: #039;
} */

.contentGpArticleDoc .body,
.contentPage .body {
  margin-block: 1rem 5rem;
}

.contentGpArticleDoc .body p,
.contentPage .body p,
.cke_editable p {
  margin-block-end: 1rem;
}

.contentGpArticleDoc h2,
.contentPage h2,
.cke_editable h2 {
  margin-inline: 0;
  margin-block-start: 3.75rem;
  margin-block-end: 1rem;
  padding-inline: 1.75rem 0.625rem;
  padding-block: 0.5rem;
  font-size: clamp(1.375rem, 1.194rem + 0.74vw, 1.75rem);
  /* 22-28px */
  border-radius: 10px;
  background: url("/_themes/site/images/ic-heading-2circles.svg") no-repeat left 0.75rem center / 8px 20px, var(--color-lt-gray-1);
}

.contentGpArticleDoc h3,
.contentPage h3,
.cke_editable h3 {
  position: relative;
  margin-block-start: 2.5rem;
  margin-block-end: 2rem;
}

.contentGpArticleDoc h3::before,
.contentPage h3::before,
.cke_editable h3::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background-color: var(--color-lt-gray-1);
}

.contentGpArticleDoc h3::after,
.contentPage h3::after,
.cke_editable h3::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -0.75rem;
  width: 3em;
  height: 5px;
  border-radius: 5px;
  background-color: var(--color-main);
}

.contentGpArticleDoc h4,
.contentPage h4,
.cke_editable h4 {
  position: relative;
  padding-inline-start: 1rem;
  margin-block-start: 2rem;
}

.contentGpArticleDoc h4::before,
.contentPage h4::before,
.cke_editable h4::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: var(--color-main);
  border-radius: 5px;
}

.contentGpArticleDoc h5,
.contentPage h5,
.cke_editable h5 {
  position: relative;
  padding-inline-start: 1.25em;
  margin-block-start: 1.5rem;
  font-size: clamp(1rem, 0.94rem + 0.25vw, 1.125rem);
  /* 16-18px */
}

.contentGpArticleDoc h5::before,
.contentPage h5::before,
.cke_editable h5::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background-color: var(--color-main);
  border-radius: 3px;
}

.contentGpArticleDoc h6,
.contentPage h6,
.cke_editable h6 {
  margin-block-start: 1.5rem;
}

.contentGpArticleDoc img,
.contentPage img,
.cke_editable img {
  border-radius: 10px;
  border: 1px solid var(--color-m-gray);
}

.contentGpArticleDoc table,
.contentPage table,
.cke_editable table {
  margin-block-end: 2rem;
  border-collapse: collapse;
}

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

.cke_editable table {
  border: 1px solid var(--color-black);
}

.contentGpArticleDoc table p,
.contentPage table p,
.cke_editable table p {
  margin-block-end: 0 !important;
}

.contentGpArticleDoc table caption,
.contentPage table caption,
.cke_editable table caption {
  margin-block: 0.5rem;
  font-family: var(--font-family-w6);
  font-size: 0.875rem;
  /* 12-14px */
  /* text-align: left; */
}

.contentGpArticleDoc table th,
.contentPage table th,
.cke_editable table th {
  padding: 1rem;
  text-align: center;
  font-family: var(--font-family-w6);
}

.contentGpArticleDoc table td,
.contentPage table td,
.cke_editable table td {
  padding: 1rem;
}

.contentGpArticleDoc table th,
.contentGpArticleDoc table td,
.contentPage table th,
.contentPage table td {
  min-width: 7em;
  border: 1px solid var(--color-black);
  vertical-align: middle;
}

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

.contentGpArticleDoc th,
.contentPage th {
  background-color: var(--color-lt-gray-2);
}

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

.contentGpArticleDoc td > ul,
.contentGpArticleDoc td > ol,
.contentPage td > ul,
.contentPage td > ol {
  margin-block-end: 0;
  padding-inline-start: 1.5rem;
}

.contentGpArticleDoc .checkList td > ul,
.contentGpArticleDoc .checkList td > ol,
.contentPage .checkList td > ul,
.contentPage .checkList td > ol {
  padding-inline-start: 0;
}

.contentGpArticleDoc td > dl,
.contentPage td > dl {
  display: grid;
  grid-template-columns: 4em minmax(0, 1fr);
  gap: 1rem;
}

.contentGpArticleDoc td > dl ul,
.contentGpArticleDoc td > dl ol,
.contentPage td > dl ul,
.contentPage td > dl ol {
  padding-inline-start: 1.5rem;
  margin-block-end: 0;
}

.contentGpArticleDoc td img,
.contentPage td img,
.contentPage td img {
  height: auto !important;
}

.contentGpArticleDoc img,
.contentPage img,
.contentPage img {
  height: auto !important;
}

.contentGpArticleDoc ol,
.contentPage ol,
.cke_editable ol {
  margin-block: 1rem;
  padding-inline-start: 1.5rem;
}

.contentGpArticleDoc ol li,
.contentPage ol li,
.cke_editable ol li {
  margin-block-end: 1rem;
}

.contentGpArticleDoc ul,
.contentPage ul,
.cke_editable ul {
  margin-inline-start: 0;
  margin-block: 1rem;
  padding-inline-start: 1.75rem;
}

.contentGpArticleDoc ul li,
.contentPage ul li,
.cke_editable ul li {
  margin-block-end: 0.5rem;
}

.contentGpArticleDoc ul.flex,
.contentPage ul.flex,
.cke_editable ul.flex {
  display: flex;
  flex-wrap: wrap;
}

.contentGpArticleDoc ul.flex li,
.contentPage ul.flex li,
.cke_editable ul.flex li {
  margin-inline-end: 1rem;
  padding-inline-start: 0;
}

.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: 2.5rem;
}

.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-inline-end: 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,
.cke_editable .map,
.cke_editable .rels,
.cke_editable .tags {
  margin-block-end: 30px;
}

.contentGpArticleDoc .maps h2,
.contentGpArticleDoc .rels h2,
.contentGpArticleDoc .tags h2,
.cke_editable .maps h2,
.cke_editable .rels h2,
.cke_editable .tags h2 {
  margin-inline: 0;
  margin-block-end: 1rem;
  padding-inline: 1.75rem 0.625rem;
  padding-block: 0.5rem;
  font-size: clamp(1.375rem, 1.194rem + 0.74vw, 1.75rem);
  /* 22-28px */
  border-radius: 10px;
  background: url("/_themes/site/images/ic-heading-2circles.svg") no-repeat left 0.75rem center / 8px 20px, var(--color-lt-gray-1);
}

.contentGpArticleDoc .maps .publish_date,
.contentGpArticleDoc .maps .update_date,
.contentGpArticleDoc .rels .publish_date,
.contentGpArticleDoc .rels .update_date,
.contentGpArticleDoc .tags .publish_date,
.contentGpArticleDoc .tags .update_date,
.cke_editable .maps .publish_date,
.cke_editable .maps .update_date,
.cke_editable .rels .publish_date,
.cke_editable .rels .update_date,
.cke_editable .tags .publish_date,
.cke_editable .tags .update_date {
  margin-inline-end: 1rem;
}

.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-family: var(--font-family-w6);
  color: var(--mono-color-1);
}

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

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

#content .inquiry {
  margin-block: 3rem;
}

#content .inquiry h2 {
  position: relative;
  margin-inline: 0;
  margin-block-end: 0;
  padding-inline: 1.8rem 0.625rem;
  padding-block: 0.75rem;
  font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
  /* 16-20px */
  border-radius: 10px 10px 0 0;
  background: url("/_themes/site/images/ic-heading-2circles.svg") no-repeat left 0.75rem center / 8px 20px, var(--color-lt-gray-2);
}

#content .inquiry address {
  padding-inline: 1.5rem;
  padding-block: 1.5rem;
  border-inline: 3px solid var(--color-lt-gray-2);
  border-block-end: 3px solid var(--color-lt-gray-2);
  border-radius: 0 0 10px 10px;
}

#content .inquiry address .section {
  font-family: var(--font-family-w6);
}

@media only screen and (max-width: 959px) {

  .contentGpArticleDoc table th,
  .contentPage table th,
  .cke_editable table th {
    padding: 0.875rem;
  }

  .contentGpArticleDoc table td,
  .contentPage table td,
  .cke_editable table td {
    padding: 0.875rem;
  }

}


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

#printBtn svg {
  display: inline-block;
  margin-inline-end: 8px;
  vertical-align: middle;
}


/* CKEditor templates
----------------------------------------------- */
.temp1,
.temp2,
.temp3,
.temp4 {
  clear: both;
  margin-block-end: 1.25rem;
}

.temp1 .thumb {
  float: left;
  margin-block-end: 0.625rem;
  margin-inline-end: 1.25rem;
}

.temp1 ul,
.temp1 ol {
  display: inline-block;
  vertical-align: top;
}

.temp2 .thumb {
  float: right;
  margin-block-end: 0.625rem;
  margin-inline-start: 1.25rem;
}

.temp3,
.temp4 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.temp3 figure,
.temp4 figure {
  margin-inline: 0;
  margin-block: 5px;
  padding: 0;
  vertical-align: bottom;
}

.temp3 figure {
  max-width: calc(48% - 10px);
  margin-block-end: 10px;
  text-align: center;
}

.temp4 figure {
  max-width: calc(31% - 13.3333px);
  margin-block-end: 10px;
  text-align: center;
}

table.temp5,
table.temp6 {
  margin-block-end: 30px;
}

.temp5 caption,
.temp6 caption {
  text-align: center;
}

.temp5 th,
.temp5 td,
.temp6 th,
.temp6 td {
  text-align: center;
}

.adobeReader,
.temp7 {
  clear: both;
  margin-block-end: 20px;
  padding-inline: 196px 1rem;
  padding-block: 1rem;
  border: 1px solid var(--color-m-gray);
  background: var(--color-lt-gray-1) url("/_themes/images/adobe_bn.png") no-repeat 20px center;
}

.adobeReader p,
.temp7 p {
  margin-block-end: 0.625rem;
}

.temp8 {
  display: grid;
  grid-template-columns: 40% minmax(0, 1fr);
  gap: 0 40px;
  margin-block-end: 1.25rem;
}

.temp9 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 40%;
  gap: 0 40px;
  margin-block-end: 1.25rem;
}

.temp8 .thumb,
.temp9 .thumb {
  width: 100%;
}

.temp8 .thumb a,
.temp9 .thumb a {
  display: block;
}

.temp8 .thumb img,
.temp9 .thumb img {
  width: 100%;
  margin: 0 !important;
}

@media only screen and (max-width: 959px) {

  .temp1 .thumb,
  .temp2 .thumb {
    float: none;
    margin-block-end: 1rem;
    text-align: center;
  }

  .temp3,
  .temp4 {
    gap: 1rem;
    flex-wrap: wrap;
  }

  .temp3 figure,
  .temp4 figure {
    max-width: 100%;
  }

  .adobeReader,
  .temp7 {
    padding-inline: 1rem;
    padding-block: 55px 1rem;
    background-position: center 10px;
  }

  .temp8,
  .temp9 {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  .temp8 .thumb,
  .temp9 .thumb {
    width: min(90%, 200px);
    margin-inline: auto;
    text-align: center;
  }

  .temp8 .thumb:has(iframe),
  .temp9 .thumb:has(iframe) {
    width: 100%;
  }
}


/* inquiry
----------------------------------------------- */
.categoryInquiry {
  margin-block-start: 6.25rem;
}

.inquiry:not(:last-of-type) {
  margin-block-end: 2.5rem;
}

.inquiry h2 {
  position: relative;
  margin-inline: 0;
  margin-block-end: 0;
  padding-inline: 1.8rem 0.625rem;
  padding-block: 0.75rem;
  font-size: clamp(1rem, 0.88rem + 0.49vw, 1.25rem);
  /* 16-20px */
  border-radius: 10px 10px 0 0;
  background: url("/_themes/site/images/ic-heading-2circles.svg") no-repeat left 0.75rem center / 8px 20px, var(--color-lt-gray-2);
}

.inquiry address {
  padding-inline: 1.5rem;
  padding-block: 1.5rem;
  border-inline: 3px solid var(--color-lt-gray-2);
  border-block-end: 3px solid var(--color-lt-gray-2);
  border-radius: 0 0 10px 10px;
}

.inquiry address .section {
  font-family: var(--font-family-w6);
}

.inquiry address p:last-of-type {
  margin-block-end: 0;
}

@media only screen and (max-width: 959px) {

  .categoryInquiry {
    margin-block-start: 3.75rem;
  }

  .inquiry:not(:last-of-type) {
    margin-block-end: 1.5rem;
  }

  .inquiry address {
    padding-inline: 1rem;
    padding-block: 1rem;
  }

}


/* snsShare
----------------------------------------------- */
#snsShare {
  margin-block: 3.75rem 5rem;
}

#snsShare .pieceContainer {
  padding-inline: 0;
}

#snsShare .pieceBody {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem;
}

@media only screen and (max-width: 959px) {

  #snsShare {
    margin-block: 2rem 3.75rem;
  }

}


/* googleMap
----------------------------------------------- */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}