/*↓見出しのアキ調整*/
.article-wysiwyg h3 + h4 {
  margin-top: -0.5em !important;
}
.article-wysiwyg div + h3, .article-wysiwyg p + h3, .article-wysiwyg figcaption + h3 {
  margin-top: 2em;
}
.article-wysiwyg h3 + p {
  margin-top: -1em !important;
}


/*↓右カラムの表示崩れ対応*/
@media (max-width: 767px) {
  .sidebar__special__article {
    width: 250rem !important;
  }
}
@media (min-width: 768px) {
  .sidebar__special__list {
    padding: 10rem !important;
  }
  .sidebar__special__list__inner {
    display: block !important;
  }
}
/*↑右カラムの表示崩れ対応*/
/*下目次の調整*/
.article-single-toc__title {
  text-align: center;
}
.article-wysiwyg h1 {
  color: #203055;
  font-size: 28rem;
line-height: 1.45;	
  font-weight: 700;
}
/*cardのリンクテキスト文字色*/
.cardlink a {
  color: #343434 !important;
  font-weight: 700;
}
.guidelink a {
  color: #343434 !important;
  font-weight: inherit;
}
.w650 {
  max-width: 650px;
  margin: 0 auto;
}
.yamaya_pc {
  display: block !important;
}
.yamaya_sp {
  display: none !important;
}
/*左右幅調整*/
.column-width {
  /*max-width: 760px;*//*広め*/
	max-width: 650px;/*通常幅*/
  margin: auto;
}
/*マージン調整*/
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb40 {
  margin-bottom: 40px;
}
.mgb50 {
  margin-bottom: 50px;
}
.mgb60 {
  margin-bottom: 60px;
}
.mgb80 {
  margin-bottom: 80px;
}
.mgb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .yamaya_pc {
    display: none !important;
  }
  .yamaya_sp {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .w650 {
    max-width: 100%;
  }
}
.basic-button--pc-narrow2 {
  max-width: 320rem;
}
.panel-wide {
  margin-top: 0rem;
  padding-right: 20rem !important;
  min-height: 1rem !important;
}
.m-center-wide {
  /*margin-left: 0 !important;*/
}

h2.takao_title {
  font-weight: bold !important; /* 規定値の変更 */
  color: #203055 !important; /* 規定値の変更 */
  padding: 10px 0px 5px 0 !important; /* 規定値の変更 */
  position: relative !important; /* 規定値の変更 */
  background: #FFFFFF !important; /* 規定値の変更 */
  margin-bottom: 1em !important; /* 規定値の変更 */
  line-height: 1.5em !important; /* 規定値の変更 */
  margin-top: 40rem;
}
h2.takao_title:after {
  border-bottom: 1px #ddd solid; /* 下線 */
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
i {
  padding-right: 0.25em;
}
.fa-mountain {
  color: #76b5d3;
}
.fa-map-signs, .fa-stopwatch, .fa-walking {
  color: #76b5d3;
}

h3.takao_title {
  font-weight: bold !important;
  padding: 0 !important;
  font-size: 20rem !important;
  line-height: 1.5;
  margin-bottom: 1em;
}
h3.takao_route {
  font-weight: bold !important;
  padding: 0 !important;
  font-size: 24rem;
}
@media only screen and (max-width: 767px) {
  h3.takao_route {
    font-size: 22rem !important;
  }
}
.takao_route span {
  background-color: #203055;
  color: #FFF;
  padding: 0.25em;
  margin-right: 0.5em;
}
.takao_route small {
  font-size: 80% !important;
}
@media only screen and (max-width: 767px) {
  .takao_route small {
    font-size: 75% !important;
  }
}
.article-wysiwyg h4:not([class]) {
  border-bottom: none !important;
	font-size: 16rem;
	color: #203055 !important;
}
@media only screen and (max-width: 767px) {
  .article-wysiwyg h4:not([class]) {
    line-height: 1.5;
    padding-left: 1.2em;
    text-indent: -1.4em;	  
  }
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  background-color: #B9A69F;
  margin: 0 0.5em 0 0;
}
.label-txt {
  margin-right: 20rem;
}
.course-info {
  margin: 10rem 0;
  line-height: 2em;
}
/* 囲み */
.book_box {
  width: 100%;
  padding: 20rem 20rem 0;
font-size: inherit !important;
  /*font-size: 16rem;*/
}
/* 冒頭の目次 */
.box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #dddddd;
}
.box .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 9px;
  line-height: 1;
  font-size: 18px;
  background: #FFF;
  color: #C5C5C5;
  font-weight: bold;
}
/* 目次の色カスタマイズ */
.article-single-toc {
  background: #E8F3F7 !important;
}
.article-single-toc__title::before {
  border-color: var(--colorText1) transparent transparent transparent;
  left: 0;
}
.article-single-toc__title {
  background: #294d7b !important;
}
.article-single-toc__title::before {
  border-color: #294d7b transparent transparent transparent !important;
}
.article-single-toc__title::after {
  border-color: transparent #294d7b transparent transparent !important;
}
/* bootstrap */
.bootstrap .container, .bootstrap .container-fluid, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap .row .card {
  display: flex;
  flex: 1 0 auto; /* fix IE11 */
}
.bootstrap .card-margin {
  margin: 0 20rem 0 0;
}
@media only screen and (max-width: 767px) {
  .bootstrap .card-margin {
    margin: 0 0 1em 0;
  }
}
.bootstrap .card-text {
  font-size: inherit;
  line-height: 2;
  letter-spacing: 0.02em;
  word-break: normal;
}
.bootstrap .guide-text li {
  padding-left: 1em;
  text-indent: -0.75em;
  margin-left: 1.5em;
}
@media only screen and (max-width: 767px) {
  .bootstrap .guide-text li {
    margin-left: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .bootstrap .txt_subtitle-1 {
    font-size: 16rem !important;
    margin-left: 0;
  }
  .bootstrap .card-text-min {
    min-height: 140rem !important;
  }
  .bootstrap .card-text-min2 {
    min-height: 90rem !important;
  }
  .bootstrap .card.mb-3 {
    margin-bottom: 30px;
  }
}
.bootstrap .card {
  margin-bottom: 15px;
}
.bootstrap .card-last {
  margin-bottom: 0 !important;
}
@media (min-width: 576px) {
  .bootstrap .container, .bootstrap .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap .container, .bootstrap .container-md, .bootstrap .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap .container, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap .container, .bootstrap .container-lg, .bootstrap .container-md, .bootstrap .container-sm, .bootstrap .container-xl {
    max-width: 1140px;
  }
}
.bootstrap .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .no-gutters > .col, .bootstrap .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap .col, .bootstrap .col-1, .bootstrap .col-10, .bootstrap .col-11, .bootstrap .col-12, .bootstrap .col-2, .bootstrap .col-3, .bootstrap .col-4, .bootstrap .col-5, .bootstrap .col-6, .bootstrap .col-7, .bootstrap .col-8, .bootstrap .col-9, .bootstrap .col-auto, .bootstrap .col-lg, .bootstrap .col-lg-1, .bootstrap .col-lg-10, .bootstrap .col-lg-11, .bootstrap .col-lg-12, .bootstrap .col-lg-2, .bootstrap .col-lg-3, .bootstrap .col-lg-4, .bootstrap .col-lg-5, .bootstrap .col-lg-6, .bootstrap .col-lg-7, .bootstrap .col-lg-8, .bootstrap .col-lg-9, .bootstrap .col-lg-auto, .bootstrap .col-md, .bootstrap .col-md-1, .bootstrap .col-md-10, .bootstrap .col-md-11, .bootstrap .col-md-12, .bootstrap .col-md-2, .bootstrap .col-md-3, .bootstrap .col-md-4, .bootstrap .col-md-5, .bootstrap .col-md-6, .bootstrap .col-md-7, .bootstrap .col-md-8, .bootstrap .col-md-9, .bootstrap .col-md-auto, .bootstrap .col-sm, .bootstrap .col-sm-1, .bootstrap .col-sm-10, .bootstrap .col-sm-11, .bootstrap .col-sm-12, .bootstrap .col-sm-2, .bootstrap .col-sm-3, .bootstrap .col-sm-4, .bootstrap .col-sm-5, .bootstrap .col-sm-6, .bootstrap .col-sm-7, .bootstrap .col-sm-8, .bootstrap .col-sm-9, .bootstrap .col-sm-auto, .bootstrap .col-xl, .bootstrap .col-xl-1, .bootstrap .col-xl-10, .bootstrap .col-xl-11, .bootstrap .col-xl-12, .bootstrap .col-xl-2, .bootstrap .col-xl-3, .bootstrap .col-xl-4, .bootstrap .col-xl-5, .bootstrap .col-xl-6, .bootstrap .col-xl-7, .bootstrap .col-xl-8, .bootstrap .col-xl-9, .bootstrap .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.bootstrap .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.bootstrap .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.bootstrap .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.bootstrap .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.bootstrap .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.bootstrap .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.bootstrap .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.bootstrap .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .bootstrap .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrap .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .bootstrap .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrap .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .bootstrap .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .bootstrap .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .bootstrap .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .bootstrap .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .bootstrap .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .bootstrap .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .bootstrap .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .bootstrap .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .bootstrap .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .bootstrap .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .bootstrap .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .bootstrap .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .bootstrap .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .bootstrap .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .bootstrap .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .bootstrap .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .bootstrap .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .bootstrap .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .bootstrap .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .bootstrap .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .bootstrap .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .bootstrap .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .bootstrap .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap .offset-md-1 {
    margin-left: 8.333333%;
  }
  .bootstrap .offset-md-2 {
    margin-left: 16.666667%;
  }
  .bootstrap .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap .offset-md-4 {
    margin-left: 33.333333%;
  }
  .bootstrap .offset-md-5 {
    margin-left: 41.666667%;
  }
  .bootstrap .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap .offset-md-7 {
    margin-left: 58.333333%;
  }
  .bootstrap .offset-md-8 {
    margin-left: 66.666667%;
  }
  .bootstrap .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap .offset-md-10 {
    margin-left: 83.333333%;
  }
  .bootstrap .offset-md-11 {
    margin-left: 91.666667%;
  }
}
.bootstrap .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
}
.bootstrap .card > hr {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.bootstrap .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.bootstrap .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.bootstrap .card > .card-header + .list-group, .bootstrap .card > .list-group + .card-footer {
  border-top: 0;
}
.bootstrap .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.bootstrap .card-title {
  margin-bottom: .75rem;
}
.bootstrap .card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}
.bootstrap .card-text:last-child {
  margin-bottom: 0;
}
.bootstrap .card-img, .bootstrap .card-img-bottom, .bootstrap .card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.bootstrap .card-img, .bootstrap .card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.bootstrap .card-img, .bootstrap .card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.bootstrap .card-deck .card {
  margin-bottom: 15px;
}

.bootstrap table { border-collapse: collapse;}
.bootstrap th { font-weight: bold; padding: 3px;}
.bootstrap td { padding: 0 0 0 4em !important;}
@media only screen and (max-width: 767px) {
.bootstrap td { padding: 0 0 0 1.2em !important;}
	}
.bootstrap .table { width: 100%; margin-bottom: 1rem; }
.bootstrap .table td, .bootstrap .table th { padding: .75rem; vertical-align: top; border: 1px solid #CCC; }
.bootstrap .table thead th { vertical-align: bottom; border-bottom: 2px solid #CCC; }
.bootstrap .table tbody + tbody { border-top: 2px solid #CCC; }
.bootstrap .table-sm td, .bootstrap .table-sm th { padding: .3rem; }
.bootstrap .table-bordered { border: 1px solid #CCC; }
.bootstrap .table-active{ background-color: #eee; font-size: 85%; font-weight: bold; }
/*.bootstrap .table-bordered td, .bootstrap .table-bordered th { border: 1px solid #dee2e6; }*/

.bootstrap .mt-auto, .bootstrap .my-auto { margin-top: auto !important; }
.bootstrap .mr-auto, .bootstrap .mx-auto { margin-right: auto !important; }
.bootstrap .mb-auto, .bootstrap .my-auto { margin-bottom: auto !important; }
.bootstrap .ml-auto, .bootstrap .mx-auto { margin-left: auto !important; }
.bootstrap .p-0 { padding: 0 !important; }

.bootstrap .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }
.bootstrap .embed-responsive::before { display: block; content: ""; }
.bootstrap .embed-responsive .embed-responsive-item, .bootstrap .embed-responsive embed, .bootstrap .embed-responsive iframe, .bootstrap .embed-responsive object, .bootstrap .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.bootstrap .embed-responsive-21by9::before { padding-top: 42.857143%; }
.bootstrap .embed-responsive-16by9::before { padding-top: 56.25%; }
.bootstrap .embed-responsive-4by3::before { padding-top: 75%; }
.bootstrap .embed-responsive-1by1::before { padding-top: 100%; }