@charset "utf-8";


a, a:hover, a:active, a:focus {
  color: #000;
  outline:none;
}

.mamapan {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (min-width : 320px) {
  .pc_h {
    display: none;
  }

  .smp_h {
    display: inline;
  }
}

@media only screen and (min-width : 992px) {
  .pc_h {
    display: inline;
  }

  .smp_h {
    display: none;
  }
}

@media only screen and (min-width : 1200px) {
  .pc_h {
    display: inline;
  }

  .smp_h {
    display: none;
  }
}

/*============================================*/
/*テーブル01 */
/*============================================*/
table.table1 {
  width: 100%;
  border-right: #f1f1f1 solid 1px;
  border-collapse: collapse;
}

table.table1 thead th {
  background: #f1f1f1;
  color: #333;
  padding: 10px 9px;
  border-right: #fff solid 1px;
  border-bottom: #fff solid 1px;
}

table.table1 thead th:last-child {
  border-right: #f1f1f1 solid 1px;
}

table.table1 tbody td {
  font-size:clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
  background: #fff;
  padding: 10px 15px;
  border-left: #f1f1f1 solid 1px;
  border-bottom: #f1f1f1 solid 1px;
  vertical-align: top;
}

/* リード部分 ============================================*/

#introduction {
  text-align: center;
  margin-bottom:50px;
}

h1#top_title {
  display:none;
}

#introduction picture {
  display:block;
  margin:0 auto 40px auto;
}

#billboard{
  background-color: #f8f3e9;
}

picture#billboard img{
  aspect-ratio: 1200 / 400;
}

@media (max-width: 767px) {
  /*看板のアスペクト比 CLS対策として*/
  picture#billboard img{
    aspect-ratio: 768 / 768;
  }
}

p, h2, h3, h4, h5 {
  color:#000;
}

h2#lead_text {
  text-align: center;
  font-size: 2.0rem;
  font-weight: 800;
  font-family: serif;
  padding:40px 0;
}

#introduction p , .lead-sentence{
  font-size: clamp(0.8rem, 0.727rem + 0.36vw, 1rem);
  line-height: 1.8rem; 
}

.txt_center{
  text-align: center;
}

.article_frame {
  display:block;
  margin:0 auto;
  max-width:1200px;
  overflow: hidden;
  padding: 30px 40px;
}

.heading{
  display:block;
  background-color: #ab9473;
  margin-bottom:50px;
  color:#fff;
  font-family: serif;
  text-align: center;
  padding:50px 0 30px 0;
}

@media (max-width: 767px) {

  .article_frame {
    padding:20px;
  }

  .heading{
    margin-bottom:0;
  }

  .txt_center{
    text-align: start;
  }
}

.heading h3 {
  color:#fff;
  font-weight: bold;
  font-size: 1.5rem; 
  margin-bottom:10px; 
}
.heading p{
  font-size: 1.0rem;
  color:#fff;
}

.fukidashi{ 
  text-align: center;
}

.fukidashi_top{
  width: 0px; 
  height: 0px; 
  border-style: solid; 
  border-width: 15px ; 
  border-color:  transparent transparent #f0f0f0 transparent ; 
  margin-left: 50%; 
  margin-top: 20px;
}

.fukidashi h3{ 
  background: #f0f0f0; 
  border-radius:10px 10px 0 0; 
  font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  font-weight: 800;
  font-family: serif;
  padding:40px 10px 20px 10px;
  margin-bottom: 0px; 
}

.fukidashi .lead-sentence{
  background: #f0f0f0; 
  border-radius:0 0 10px 10px; 
  padding: 10px 10px 40px 10px;
  text-align: center;
}

@media (max-width: 767px) {
  .fukidashi .lead-sentence{
    text-align: start;
  }
}

.link-btn, strong{
  line-height: 1.9em;
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

.mds , .table1 caption{
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3.0px;
  margin-bottom:20px;
}

.arrange h4{
  font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  font-weight: 800;
  font-family: serif;
  padding:40px 0 20px 0;
  text-align: center;
}

.table1 caption{
  text-align: start;
}

.mds span{
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  letter-spacing: 1.8px;
  margin-left: 20px;
  border-left: solid 1px #333;
  padding-left: 20px;
}

.mds4 {
  font-size: 13px;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
}

.prg{
  line-height: 1.9em;
  text-align: justify;
  font-size: 14px;
}

hr{
  background-color: #ab9473;
  height:5px;
}

.hr_tp{
 margin-top:50px;
}

/*-------スマホの時-------------*/
@media screen and (max-width: 767px) {

  h2#lead_text {
    font-size: 1.3rem;
    padding:20px 0 30px 0;
  }

  #introduction p {
    font-size: 0.8rem;
    text-align: left;
    padding: 0 10px;
  }
}

.grd_gp20 {
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: repeat(auto-fit);
  justify-content: center;
}

/*均等2分割*/
.grd_col_2fr {
  grid-template-columns: repeat(2, 1fr);  
}

/*3：2分割*/
.grd_col_3_2 {
    grid-template-columns: 3fr 2fr;
}

/*均等2分割 写真が右*/
.grd_col_2fr_r {
  grid-template-columns: repeat(2, 1fr);  
  grid-template-areas:
  "areaA areaB";
}

/*均等3分割*/
.grd_col_3fr {
  grid-template-columns: repeat(3, 1fr); 
}

/*均等4分割*/
.grd_col_4fr {
  grid-template-columns: repeat(4, 1fr);  
}

/*均等5分割*/
.grd_col_5fr {
  grid-template-columns: repeat(5, 1fr);  
}


@media (max-width: 767px){
  /*スマホ表示の際、分割せず縦並び*/
  .grd_sp1fr{
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  /*スマホ表示の際、均等2分割横並び*/
  .grd_sp2fr{
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

}

.blankb10 {
  margin-bottom: 10px;
}

.blankb20 {
  margin-bottom: 20px;
}

.blankb30 {
  margin-bottom:30px;
}

.blankb50 {
  margin-bottom:50px;
}

.blankb80 {
  margin-bottom:80px;
}

.blankb100 {
  margin-bottom:100px;
}

/*============================================*/
/* アコーディオン設定 */
/*============================================*/
/*ACDアコーディオンボックス全体*/
.accbox {
  margin: 2em 0;
  min-width: 100%;
  max-height:-webkit-max-content;
  max-height:-moz-max-content;
  max-height:max-content;
  font-size: 13px;
  text-align: left;
  line-height: 20px;
}

.accbox summary{
  display: block;
  margin: 1.25px 0;
  padding: 11px 12px;
  background: #ddd;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}

.accbox h5{
  color: #d12a14;
  font-weight: bold;
  margin:20px 0 5px 5px;
}
.accbox p{
  margin:0 0 0 5px;
}


/* ボタン */

.btn_ctgr a {
  background: #e29f42;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 440px;
  padding: 30px 45px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}

.btn_ctgr a:before,
.btn_ctgr a:after {
  content: "";
  position: absolute;
  display: block;
  transition: all 0.3s;
  right: 0.6rem;
  top: 50%;
}

.btn_ctgr a:before {
  width: 1.4rem;
  height: 2px;
  background: #ffffff;
  transform: translateY(-50%);
}

.btn_ctgr a:after {
  opacity: 0;
  width: 0;
  height: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.head-border {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}

.head-border:before,
.head-border:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 5px;
  background-color: #000000;
}

.head-border:before {
  left: 0;
}

.head-border:after {
  right: 0;
}


/*============================================*/
/*SNS */
/*============================================*/

.excursion_sns {
  background-color: #f1f1f1;
}

.sns_wrap {
  max-width: 1200px;
  margin:0 auto;
}

.sns_frame {
  width:60%;
  margin:0 auto; 
  text-align: center;
  grid-template-columns: 4fr 3fr 3fr 3fr;
  padding: 70px 0;
}

.sns_frame li:first-child {
  text-align: left;
  height:-webkit-min-content;
  height:-moz-min-content;
  height:min-content;
  border-right: solid 1px #333;
}

.sns_frame img {
  width:40%;
}

.sns_frame h5 {
  font-family: serif;
  font-size: clamp(1.1rem, 0.955rem + 0.73vw, 1.5rem);
  font-weight: bold;
  margin: 20px 0px;
  text-align: center; 
}

.sns_frame h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-weight: normal;
  margin-bottom: 20px;
  line-height:1.1rem
}

.sns_frame p{
  font-size: 0.75rem;
  text-align:left;
  line-height:1rem;
}

.sns_frame a {
  color:#333;
}

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

  .sns_frame {
      width:70%;
      height:-webkit-min-content;
      height:-moz-min-content;
      height:min-content;
  }

  .sns_frame img {
      width:70%;
  }

  .sns_frame h5{
      margin:8px;
  }

  .sns_frame h6, .sns_frame p {
      display:none;
      height:0;
  }
}