/* link */
.article-wysiwyg a:not([class]) {
    color: #343434;
}

/* space */
.mgt0 {
	margin-top: 0px !important;
}
.mgt20 {
	margin-top: 20px;
}
.mgt40 {
	margin-top: 40px;
}
.mgt60 {
	margin-top: 60px;
}
.mgt80 {
	margin-top: 80px;
}
.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;
}
.pdt20 {
	padding-top: 20px;
}
.pdt40 {
	padding-top: 40px;
}
.pdt60 {
	padding-top: 60px;
}
.pdt80 {
	padding-top: 80px;
}
.pdb20 {
	padding-bottom: 20px;
}
.pdb40 {
	padding-bottom: 40px;
}
.pdb60 {
	padding-bottom: 60px;
}
.pdb80 {
	padding-bottom: 80px;
}
/*右カラムの表示崩れ対応*/

@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;
  }
}
/*右カラムの表示崩れ対応*/
.w650 {
  max-width: 650px;
  margin: 0 auto;
}	
.yamaya_pc {
	display: block !important;
}
.yamaya_sp {
	display: none !important;
}

/*左右幅調整*/
  .column-width {
    max-width: 760px;
    margin: auto;
}
/*目次の左右幅調整*/
  .article-single-toc {
    max-width: 670px;
    margin: auto;
  }

/* 見出しデザイン（ここから） */
.title-h1 {
    font-weight: bold;
    color: #333;            
    padding-bottom: 15px;
    margin-bottom: 30px;
    line-height: 1.4;
}
.title-h2 {
	font-size: 22px !important;
    font-weight: bold;
    color: #2e8b57;         
    border-bottom: 1px solid #ccc; 
    padding-bottom: 10px;
    margin-top: 60px;       
    margin-bottom: 20px;
	line-height: 1.5;
}
.title-h3 {
	font-size: 22px !important;
    font-weight: bold;
    color: #444;            
    margin-top: 35px;
    margin-bottom: 15px;         
}

@media screen and (max-width: 768px) {
.title-h1 { 
	font-size: 24px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
}
  .title-h2 {
    font-size: 20px !important;
    margin-top: 40px;
    display: flex;
    align-items: baseline;
 }
 .title-h3 { 
	 	font-size: 20px !important;
}
}
/* 見出しデザイン（ここまで） */


/*カラムの新スタイル（ここから）*/
.column_flex_3,
.column_flex_2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;            
  margin-bottom: 40px;  
  align-items: flex-start; 
}
.col-item {
  box-sizing: border-box;
  margin: 0;
}
.col-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.txt_subtitle-1 {
  line-height: 1.4;
  font-weight: bold !important;
  margin-top: 5px;
  font-size: 18px;	
}
/* 【3列】 (100% - 隙間20px×2箇所) ÷ 3 */
.column_flex_3 .col-item {
  width: calc((100% - 40px) / 3);
}
/* 【2列】 (100% - 隙間20px×1箇所) ÷ 2 */
.column_flex_2 .col-item {
  width: calc((100% - 20px) / 2);
}
.column_container {
    display: flex;          
    align-items: flex-start; 
    gap: 20px;             
    /*margin-bottom: 30px;*/    
    border-bottom: 1px dotted #ddd; 
    padding-bottom: 20px;
}
.column_container:last-child {
    border-bottom: none;
}
.column-2-c {
    width: 32%;             
    flex-shrink: 0;         
}
.column-2-c img {
    width: 240px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 3 / 2;  
}
.column-2-d {
    /*width: 70%; */            
    flex-grow: 1;
}
.txt_subtitle-1 {
  font-size: 16px;	
}
.article-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.fa-solid.fa-circle-chevron-right {
  color: #97C5AB;
  padding-right: 0.5em;
}
.fa-solid.fa-location-dot {
  color: #A2A2A2;
  padding-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .column_flex_3 .col-item,
  .column_flex_2 .col-item {
    /*width: 100%;*/
	width: calc((100% - 20px) / 2);
  }
.col-item + .col-item {
  /*margin-top: 1em;*/
}
.img-fixed {
  min-height: auto !important;
  max-height: auto !important;
  aspect-ratio: 3/2;	
}	
.column_container {
        gap: 15px; 
}
.column-2-c {
        width: 35%; 
}
.article-desc {
}	
}
/*カラムの新スタイル（ここまで）*/

@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;
}
.mt40rem {
  margin-top: 40rem;
}
.mt20rem {
  margin-top: 20rem;
}
.m-center-wide {
  margin-left: 0 !important;
}
table.tbl td, th {
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 767px) {
  #yamaya_cts table td, th {
    border-left: none;
    border-right: none;
  }
}
.article-wysiwyg h4:not([class]) {
  color: #6d3c32 !important;
  border-bottom: none !important;
}
.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: 0 20rem 20rem;
  font-size: 16rem;
}
/* 目次の色カスタマイズ */
.article-single-toc {
  /*background: #FFF5D8 !important;*/
}
.article-single-toc__title::before {
  /*border-color: var(--colorText1) transparent transparent transparent;
  left: 0;*/
}
.article-single-toc__title {
  /*background: #ff7800 !important;*/
}
.article-single-toc__title::before {
  /*border-color: #ff7800 transparent transparent transparent !important;*/
}
.article-single-toc__title::after {
  /*border-color: transparent #ff7800 transparent transparent !important;*/
}
/* 地色のカスタマイズ */
.article-single-panel {
  background: #FBF9F4 !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 10rem; }
.bootstrap .card-text { 
	font-size: 0.85em !important;
	margin-bottom: 0.5em !important;
}
@media only screen and (max-width: 767px) {
.bootstrap .txt_subtitle-1 {
  font-size: 16rem !important;
}	
.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{ 
	padding: 1em;
	/*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;
}