@charset "UTF-8";
/* CSS Document */



h3 {
color : #891c32;
font-size: 3em;
font-weight: bold;
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin: 0 0 40px;
}

h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #891c32;

}


#hero{position: relative; height: 700px; width: 100%; overflow: hidden;}
#hero .logo{position: absolute;   top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 1100px;  z-index: 10;}
#hero .nami{position: absolute; left: 0; bottom: -1px; z-index: 20;}

#updata{display: flex; justify-content: space-between; width: 900px; margin: 0 auto 65px;}
#updata .sample{display: flex; justify-content:space-between;;  width: 440px; margin: auto;}
#updata .sample li{width: 52px;}
#updata .data{width: 520px; background: #ececec; padding: 45px 0;}　
#updata .twit{}
#updata .twit{width: 350px; height: 390px; overflow: scroll; border: 1px solid #808080;}

#updata .day {
  position: relative;

  padding: 7px 0px;
  width: 300px;
  color: #333;
  font-size: 16px;
  background: #fff;
  border-radius: 25px;
  margin:35px auto 25px;
  text-align: center;
}

#updata .day:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
}

#updata .day p {
  margin: 0;
  padding: 0;
}

#updata .daydata{display: flex; justify-content: space-between; width: 440px; margin: auto;}
#updata .daydata li{border-left: 1px solid #000; padding: 0 10px;}
#updata .daydata li:first-child{border-left: none;}
#updata .daydata dt{font-weight : bold;  font-size : 14px;  line-height : 16px; text-align: center;}
#updata .daydata dd{width: 60px; padding: 10px 10px 0;}

#topmenu{margin: 60px 0 30px;}
#topmenu ul{width: 900px; margin: auto; display: flex; justify-content: space-between;}
#topmenu ul li{width: 216px;}

#topmenu a:hover{opacity: 0.8;}



#news{padding: 55px 0 60px; background: #f2ebdf;}
#news .box-lyt-column{display: flex; justify-content: center; align-items: flex-start;}
#news .box-lyt-column .lyt-box{max-width: 320px;}
#news h3{ padding:1.5rem 1.5rem 1.5rem 2.5rem}
#news h3:before{left: calc(50% - 24px);}
#news .lyt-box + .lyt-box{ margin: 30px 0 0;}
#news .box-lyt-column .lyt-box + .lyt-box{ margin: 0 0 0 1%;}
#news dl{max-width: 320px; font-size : 16px; /*line-height : 24px;*/ margin: 1.6em auto 0;}
#news dt{color: #891c32; width: 100%; font-weight: bold; text-align: center; padding: .4em .4em .8em;}
#news dd{line-height: 1.5;}
#news dd.ta-c{text-align: center;}

#news .lyt-box .note{ font-size: 14px; line-height: 1.5;max-width: 320px;  margin: 1em auto 0;}
#news .lyt-box .note li{text-indent: -1em;padding-left: 1em}
/*#news dl{width: 500px;  display: flex; justify-content: flex-start;   font-size : 14px;  line-height : 24px; margin: 36px auto 0;}
#news dt{color: #891c32; margin-right: 10px;}*/
#news .red{color: #f00;}


#price{padding: 10px 0 0;}
#price .pict1{width: 490px; margin: 0 auto 30px;}
/*#price .pict2{width: 700px; margin: auto;}*/


#price .pict2{width: 700px; margin: auto;}
#price .note + .pict2{margin: 20px auto 0;}
#price .pict2 table,#price2 .pict2 table{
	width: 100%;
	margin: 0 auto 30px;
	font-size: 20px;
	border: 1px solid #D5BC93;
}
#price .pict2 table tbody tr th,#price2 .pict2 table tbody tr th{
  border: 1px solid #fff;
  background-color: #666666;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  font-weight: 400;
	text-align: center;
}
#price .pict2 table tbody tr td,#price2 .pict2 table tbody tr td{
  border: 1px solid #D5BC93;
  text-align: center;
  padding: 20px 0;
  font-size: 26px;
	font-weight: bold;
  vertical-align:middle
}
#price .pict2 table tbody tr td:first-child,#price2 .pict2 table tbody tr td:first-child{
  background-color: #F2EBDF;
  border-left: 1px solid #fff;
  font-size: 20px;
	font-weight: normal;
}
#price .pict2 table tbody tr td:last-child,#price2 .pict2 table tbody tr td:last-child{
  border-right: 1px solid #fff;
}
#price .pict2 table tbody sup,#price2 .pict2 table tbody sup{vertical-align: super;font-size: 70%}




#price .note{width: 700px; margin: 20px auto 0; font-size : 14px;  line-height : 22px;  color : #333333;}
#price .note ul li{padding-left: 1.2em;}
#price .note ul li::before{content: '※'; margin-left: -1.2em; padding-right: 5px;}
#price .note a{color: #ab7a28; text-decoration: underline;}
#price .note .txt{text-align: center}
#price .red{color: #f00;}


#guidmap{padding: 55px 0 0;}
#guidmap .pict{width: 900px; margin: auto;}
#guidmap .note{width: 900px; font-size : 14px; margin:15px auto;}

#bus{padding: 0 0 85px; border-bottom: 1px solid #808080; width: 900px; margin: auto;}
#bus .tbl{display: flex; justify-content: space-between;  margin: 30px auto 0;}
#bus .tbl li{width: 440px;}

#bus .note{width: 900px; margin: 20px auto 0; font-size : 14px; line-height : 22px;}
#bus .note li{padding-left: 1.2em;}
#bus .note li::before{content: '※'; margin-left: -1.2em; padding-right: 5px;}

#info{color : #333333; text-align: center; padding: 65px 0 0;}
#info .place{font-weight : bold;  font-size : 22px; margin-bottom: 15px;}
#info .place::before{content: '●'; color: #891c32;}

#info .place span{font-size: 0.8em;}
#info .tell{font-weight : bold;  font-size : 25px; margin-bottom: 25px;}
#info .adds{font-size : 16px; margin-bottom: 48px;}

#info .bnr{display: flex; justify-content: center; width: 780px; margin: auto;}
#info .bnr li{width: 49%;}
#info .bnr li + li{margin-left: 1%}

#info .snsicon{display: flex; justify-content: center;align-items: center; margin: 50px 0 60px;}
#info .snsicon li{width: 37px; margin: 0 15px;}
#info .snsicon li img{ width: auto; height: 37px;}
#info .snsicon li:last-child{width: 50px;}

#info .txtlink{display: flex; justify-content: center;font-size: 16px;}
#info .txtlink span{width: 17px; margin-left: 5px;}
#info .txtlink a{color: #333; text-decoration: underline;}
#info a{color: #333;}


.spc{width: 660px; margin: 30px auto; border: 1px solid #eee; padding: 20px; position: relative;}
.spc .ttl{color: #891c32; font-size: 2em; font-weight: bold; margin-bottom: 20px;}
.spc .txt{font-size: 1.3em;  margin-bottom: 20px; line-height: 1.4em;}
.spc .app_img{display: flex; justify-content: flex-start; align-items: center;  margin: 0 0 20px 40px;}
.spc .app_img li:nth-child(1){width: 109px; }
.spc .app_img li:nth-child(2){width: 80px; padding-right: 20px;}
.spc .app_img li:nth-child(3){width: 134px;}
.spc .app_img li:nth-child(4){width: 80px; }

.spc .app_note li{padding-left: 1.2em; font-size: 1.1em; line-height: 1.4em;}
.spc .app_note li::before{content: '※'; margin-left: -1.2em; padding-right: 1px;}

.spc .app_img2{width: 200px; position: absolute; right: 0; bottom: 0;}

.spc a{color: #20587b; text-decoration: underline;}

/*タブレット縦・スマホ横*/
@media screen and (max-width: 900px){
}

/*スマホ縦*/
@media screen and (max-width: 480px){

h3 {font-size: 2.2em;}

#hero{width: 100%; height: auto;}
#hero ul{/*width: 600px;*/}
#hero .logo{width: 100%; top: 45%;}


#updata{display: block; width: 100%; margin: 0 auto 40px;}
#updata .data{width: 100%; margin-bottom: 20px;}
#updata .twit{width: 90%; margin: auto;}
#updata .sample{width: 84%;}
#updata .sample li{width:calc((100% - 30px)/7);}
#updata .daydata{width: 84%;}
#updata .daydata dt{font-size: 10px;}
#updata .daydata li{padding: 0;}

#topmenu{ margin-bottom: 20px;}
#topmenu ul{flex-wrap: wrap; width: 100%;}
#topmenu ul li{width: 48%; margin-bottom: 15px;}

#news { padding: 55px 15px;	}
#news .box-lyt-column{display: block}
#news .lyt-box{ margin: auto}
#news .lyt-box + .lyt-box,
#news .box-lyt-column .lyt-box + .lyt-box{ margin: 1em auto 0;}
#news dl{font-size : 14px;}
#news dt{color: #891c32; width: 100%; font-weight: bold; text-align: center; padding: .4em .4em .8em;}
#news dd{line-height: 1.5;}
#news dd.ta-c{text-align: center;}

#news .lyt-box .note{ font-size: 14px; line-height: 1.5;max-width: 320px;  margin: 1em auto 0;}
#news .lyt-box .note li{text-indent: -1em;padding-left: 1em}
	
	
/*#news dl{display: block; width: 90%;}*/


#price .pict1,#price .pict2,#price .note{width: 91%;}
#price .pict2 table,#price2 .pict2 table{
	width: 100%;
    margin: 0 auto 15px;
    font-size: 13px;
}
#price .pict2 table.down,#price2 .pict2 table tbody tr td.down{
    width: 90%;
    margin: 15px auto 15px;
    font-size: 13px;
}
#price .pict2 table tbody tr td:first-child,#price2 .pict2 table tbody tr td:first-child {
    font-size: 14px;
}
#price .pict2 table tbody tr th:first-child,#price2 .pict2 table tbody  tr th:first-child {
    width: 550px;
}
#price .pict2 table tbody tr td,#price2 .pict2 table tbody tr td {
    font-size: 16px;
  }
	
	
#price .note .txt{text-align: left}
#guidmap .wrap{width: 100%; overflow: auto;}
#guidmap .note{width: 90%;}

#bus{width: 90%;}
#bus .tbl{flex-wrap: wrap;}
#bus .tbl li{width: 100%; margin-bottom: 15px;}
#bus .note{width: 90%;}


#info .bnr{flex-wrap: wrap; width: 100%;}
#info .bnr li{width: 90%; margin: 0 auto 20px;}
#info .bnr li + li{margin-left: 0}

.spc{width: 80%;}
.spc .app_img{margin: 0 auto 20px; justify-content: center;}
.spc .app_img li:nth-child(1){padding-right: 10px;}
.spc .app_img li:nth-child(2),
.spc .app_img li:nth-child(4){display: none;}
.spc .app_img2{position: relative; margin: auto;}

}

/*スマホ縦・小*/
@media screen and (max-width: 320px){}



/*お知らせポップアップ*/


.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: #000;
}
.layer_board {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2000;
}
.layer_board p {}

.b_wrap{position: relative;}
.btn_close {
display: block;
width: 30px;
padding: 10px 10px;
position: absolute;
top: 0;
right: 0;
}
 a.btn_close:hover{text-decoration: none;}

.layer_board{width: 800px;}
.layer_board .b_wrap{height: 300px;}
.layer_board .poptxt{font-size: 18px; line-height: 38px; font-weight: bold;
position: absolute;
	width: 80%;
top: 50%;
left: 50%;
transform: translate(-50%,-50%)
}

@media screen and (max-width: 768px) {
.layer_board{width: 100%; top: 30%;}
.layer_board .b_wrap{height: 50vh;}
.layer_board .poptxt{font-size: 14px; width: 100%;}
}


#lift{width: 900px; border: 1px solid #AB7A28; margin:75px auto 75px; padding: 55px 0;}

#lift h4{margin-bottom: 10px; display: flex; align-items: center; font-size: 25px; font-weight: bold; color: #ab7a28;}
#lift h4 span{width: 36px;}
#lift .box1{width: 700px; margin: 0 auto 35px; position: relative;}
#lift .box1 li.pict{width: 250px; position: absolute; top: 0; right: 0;}
#lift .box1 li.txt{width: 100%;}

#lift .box1 .note{margin: 20px 0 0;}
#lift .box1 .note li{font-size : 14px;  line-height : 22px;  color : #333333; padding-left: 1.2em;}
#lift .box1 .note li::before{content: '※'; margin-left: -1.2em; padding-right: 5px;}


#lift .box2{width: 700px; margin: auto; display: flex; justify-content: space-between;}




#lift .time{font-weight : bold;
  font-size : 20px;
  line-height : 24px;
  color : #AB7A28; margin-bottom: 10px;}
  
#lift .txt{font-size : 18px;
  line-height : 31px;
  color : #333333; margin-bottom: 10px;
  width: 420px;}

#lift .size {
  position: relative;
  padding: 5px 5px 5px 7px;
  background: #AB7A28;
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  line-height: 31px;
  z-index:-1;
  width: 420px;
}

#lift .size:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
  transform: scale(1, -1); 
}

@media screen and (max-width: 900px){
	#lift{width: 100%;}

}

/*スマホ縦*/
@media screen and (max-width: 480px){
	#lift{width: 91%; padding: 20px 2%;}
#lift .size{width: 100%; font-size: 15px; padding: 0 0 0 5px;}
#lift .time{font-size: 17px;}
#lift .txt{width: 100%; font-size: 14px; line-height: 26px;}
#lift .box1{width: 100%;}
#lift .box1 li.pict{position: relative; width: 100%;}
#lift .box1 .note{font-size: 12px;}

#lift .box2{display: block; width: 100%;}
#lift h4{font-size: 21px;}
}

.info {
	 font-size: 22px;  clear: #000000; text-align: center; margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.info {font-size: 18px}
}

#footer {
    background-color: #F4F5F6;
    color: #888;
    font-family: '游明朝' , 'Yu Mincho', 'YuMincho' , 'ＭＳ Ｐ明朝' , 'ＭＳ 明朝' , Georgia;
    font-size: 14px;
    padding: 25px 0;
    text-align: center;
    font-weight: bold;
	}
.banner-con{
   display: flex;
   flex-wrap: wrap;
/*   width: 900px;*/
	width: 1230px;
   margin: 0 auto 30px;
	text-align: center;
	justify-content: space-between;
}
.banner{
  width: 400px;
  margin: 10px auto;
　text-align: center;
}

@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
	#footer {
		font-size: 12px;
		padding: 14px 0;
	} 
  .banner-con{
	width: 100%;
	display: block;
	}
	.banner{
		width: auto;
		margin: 0 15px 10px;
	}
}

/*----------------------------------------
section01
----------------------------------------*/
#section01 h1{
  width: 25%;
  margin: 80px auto 20px;
}

#section01 .text-box{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}

#section01 .text-box ul{
  display: flex;
  justify-content: start;
  width: 520px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#section01 .text-box ul li:first-child{
  color: #006636;
  margin-right: 20px;
}

#section01 .note{
  width: 640px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

#section01 table.up{
  width: 700px;
  margin: 100px auto 30px;
  font-size: 20px;
  border: 1px solid #006636;
}
#section01 table.down{
  width: 700px;
  margin: 25px auto 30px;
  font-size: 20px;
  border: 1px solid #006636;
}
#section01 table tbody tr th {
  border: 1px solid #fff;
  background-color: #666666;
  color: #fff;
  width: 150px;
  padding: 10px 0;
  font-weight: 400;
}
#section01 table tbody tr td{
  border: 1px solid #006636;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  vertical-align:middle
}
#section01 table tbody tr td:first-child{
  background-color: #8BC361;
  color: #fff;
  border-left: 1px solid #fff;
  font-size: 20px;
}
#section01 table tbody tr td:last-child{
  border-right: 1px solid #fff;
}

#section01 .text-box2 {
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  letter-spacing: 1px;
  max-width: 700px;
  line-height: 23px;
}

#section01 .text-box2 a {
  color: #29A4DB;
}

#section01 .text-box3 {
  margin: 50px auto;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  max-width: 800px;
  line-height: 23px;
  border: 1px solid #006636;
}

#section01 .text-box3 a{
  color: #29A4DB;
}

#section01 .text-box3 .headline {
  color: #006636;
  font-size: 25px;
  font-weight: 500;
  padding: 20px 0;
}

#section01 .text-box3 .wrap-icon{
  position: relative;
  margin: 35px;
}

#section01 .text-box3 .wrap-icon div{
  display: inline-block;
  padding: 0 30px;
}

#section01 .text-box3 .wrap-icon img{
  width: 96px;
}
#section01 .text-box3 .wrap-icon img:hover{
  opacity: 0.8;
}


#section01 .text-box3 .wrap-icon .icon {
  position: absolute;
  top: -20px;
  right: -80px;
}
#section01 .text-box3 .wrap-icon .icon img{
  width: 55%;
}

@media screen and (max-width: 768px) {
  #section01 h1{
    width: 80%;
    margin: 40px auto 15px;
  }
  #section01 h2{
    width: 80%;
  }
  #section01 #updata .data iframe{
    height: 300px;
  }
  #section01 .link {
    margin: 30px 0 50px;
    font-size: 16px;
  }
  #section01 #updata .wrap-twit p{
    width: 90%;
    margin: 0 auto;
  }
  #section01 .guidance-link{
    display: block;
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
  }
  #section01 .guidance-link a{
    width: 45%;
    display: inline-block;
    padding: 0 0 20px 0;
  }
  #section01 .guidance-link a:nth-child(2),
  #section01 .guidance-link a:nth-child(4){
    padding-left: 15px;
  }
  #section01 .text-box {
    font-size: 16px;
  }
  #section01 .text-box ul {
    display: block;
    width: 100%;
  }
  #section01 .note {
  width: 100%;
  font-size: 14px;
  }
  #section01 .text-box ul li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
    font-weight: bold;
  }
	#section01 table.up{
    width: 90%;
    margin: 50px auto 15px;
    font-size: 13px;
  }
	#section01 table.down{
    width: 90%;
    margin: 15px auto 15px;
    font-size: 13px;
  }
  #section01 table tbody tr td:first-child {
    font-size: 14px;
  }
  #section01 table tbody tr th:first-child {
    width: 550px;
  }
  #section01 table tbody tr td {
    font-size: 20px;
  }
  #section01 .text-box2 {
    margin: 0 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 20px;
  }
  #section01 .text-box3 {
    margin: 25px auto;
    font-size: 14px;
    line-height: 20px;
  }
  #section01 .text-box3 .headline {
    font-size: 18px;
  }
  #section01 .icon.sp {
    width: 50%;
    margin: 0 auto;
  }
  #section01 .text-box3 .wrap-icon .icon {
    display: none;
  }
  #section01 .text-box3 .s-tal{
    text-align: left;
  }
  #section01 .text-box3 .wrap-icon {
    display: flex;
    justify-content: space-between;
    margin: 35px 0;
  }
  #section01 .text-box3 .wrap-icon div {
    padding: 0;
    width: 47%;
  }
  #section01 .text-box3 .wrap-icon img {
    width: 100%;
  }
  #section01 .text-box3 .note{
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }
}

.tbl-base{
	width: 100%;
	text-align: center;
	table-layout: fixed;
}
.tbl-base,
.tbl-base td{
	border: 1px solid #c7c7c7;
	border-collapse: collapse;
}
.tbl-base td.is-visiblePc,
.tbl-base td.is-visibleSp{
	border:none;
}
.tbl-base thead .t-h{
	background: #f6f6f6;
	font-weight: bold;
	vertical-align: middle;
}
.tbl-base .t-l{
	background: #fcfcfc;
	font-weight: bold;
}
.tbl-base td,
.tbl-base th{
	font-size: 15px;
	line-height: 26px;
	padding: 6px 10px;
	vertical-align: middle;
}
.tbl-base th{
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.tbl-base td,
.tbl-base th{
	padding: 6px;
	font-size: 12px;
	line-height: 1.2;
}
}


#viewpoint{}
#viewpoint .midokoro{background: #fff;}
#viewpoint .midokoro p{width: 1200px; margin: auto;}

@media screen and (max-width: 768px) {

#viewpoint .midokoro{width: 100%; overflow: auto;}
}

/*-- ▼ 2023/10/06 過ごし方追加 ▼ --*/

#section06{
    position: relative;
    max-width: 1200px;
    margin: 120px auto 0;
}
#section06 h3{
    margin-bottom: 140px
}
#section06 h3::before{
    content: url("../img/schedule/title_icon.png")!important;
    position: absolute;
    bottom: 100px;
    left: calc(48% - 30px);
    transform: scale(0.6);
    width: 60px;
    height: 5px;
    border-radius: 3px;
    background: none;
}
#section06 h3.end{
    margin-bottom: 0;
}
.highlight {
    text-decoration: underline;
    text-underline-offset: -0.4em;
    text-decoration-thickness: 0.7em;
    text-decoration-color: #FFECB0;
    text-decoration-skip-ink: none;
}

.day_img {
    width: 16%;
    margin: 70px 80px -80px;
}
.day_img_2 img {
    width: 100%;
}
.day_img_2 {
    width: 16%;
    margin: 120px 80px -80px;
}
.day_img img {
    width: 100%;
}

.subtitle{
    margin-top: 80px;
}
.subtitle h4 {
    color : #891c32;
    font-weight: bold;
    text-align: center;
}
.subtitle h5 {
    font-size: 24px;
    color : #891c32;
    font-weight: bold;
    text-align: center;
    margin-bottom: -40px;
}
.subtitle h4 > span {
  font-size: 3em;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}
.subtitle h4 > span::before {
  content: url("../img/schedule/subtitle_left.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
  width: 32px;
}
.subtitle h4 > span::after {
  content: url("../img/schedule/subtitle_right.png");
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.9);
  width: 32px;
}
.listbox::before{
   content: '・・・・';
    color: #D6690F;
    position: absolute;
    left: 48.6%;
    bottom: -65px;
    font-size: 24px;
    letter-spacing: -0.52em;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    z-index: 1;
}
.a01::before{
   color: #AAA660!important; 
}
.a02::before{
   color: #FABE00!important; 
}

#section06 .contents{
    background-color: #FCFCFC;
}
#section06 .timeline{
  width:100%;
}
#section06 .timeline li{
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
}
#section06 .timeline dl dd .wrap-box{
  display: flex;
  justify-content: space-between;
  max-width: 860px;
  margin-bottom: 100px;
}
#section06 .timeline dl dd .section{
    max-width: 1080px;
    margin: 0 auto;
}
#section06 .timeline dl dd .section .tabBox{
  position: relative;
}
#section06 .timeline dl dd .tabBox .tabArea.bottom .one_tab.select{
  color: #BFBFBF;
}

.tabBox .tabArea{
  width: 100%;
  height: 134px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.tabBox .tabArea .one_tab{
  width: 32.5%;
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  height: 134px;
}
.tabBox .tabArea .one_tab:hover{
  text-decoration: none;
}
.tabBox .tabArea .one_tab .tab_inner{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 135px;
  line-height: 1.7;
  transition-duration: 0.3s;
  background-color: #BA9656;
  border-radius: 10px 10px 0 0;
}
.tabBox .tabArea #tab01,.tabBox .tabArea #tab02,.tabBox .tabArea #tab03{
    position: relative;
}

.tabBox .tabArea #tab01::before,.tabBox .tabArea #tab02::before,.tabBox .tabArea #tab03::before{
    content: url("../img/schedule/course_icon01.png");
    position: absolute;
    vertical-align: middle;
    transform: scale(0.6);
    top: -170px;
    left: -30px;
    z-index: 10;
}
.tabArea #tab02::before{
    content: url("../img/schedule/course_icon02.png")!important;
}

.tabBox .tabArea #tab03::before{
    content: url("../img/schedule/course_icon03.png")!important;
}
.tabBox .tabArea .one_tab.select{
  border-radius: 10px 10px 0 0;
}
.tabBox .tabArea .one_tab.select .tab_inner{
  background-color: #FCFCFC;
  border: solid 2px #BA9656;
  border-width: 2px;
  border-radius: 5px 5px 0 0;
  color: #891E33;
  background-clip: content-box;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7;
  height: 134px;
  z-index: 4;
  border-bottom: 0px solid #fff;
  position: relative;
}

.contents .tab_main {
  display: none;
  border: solid 2px #BA9656;
  text-align: left;
  min-height: 280px;
  transition-duration: 0.3s;
}
.tab_main.is_show {
  display: block;
}


#section06 .timeline dl dd .change{
    flex-direction:row-reverse;
}
#section06 .timeline dl dd .listbox{
  position: relative;
  background-color: #FCFCFC;
  margin: 96px 0;
}
#section06 .timeline dl dd .listbox .pet-accordion{
    margin-bottom: 0;
}
#section06 .timeline dl dd .listbox .change-text,
#section06 .timeline dl dd .listbox2 .change-text{
    transform: translateY(15%) translateX(10%);
    -webkit- transform: translateY(15%) translateX(10%);

}
#section06 .timeline dl dd .listbox .change-text2{
    transform: translateY(-2%) translateX(10%);
    -webkit- transform: translateY(-2%) translateX(10%);

}

#section06 .timeline dl dd .listbox .box-color_1,
#section06 .timeline dl dd .listbox2 .box-color_1{
    background-color: #F2EBDE;
    margin-top: 128px;
}
#section06 .timeline dl dd .listbox .box-color_1-2,
#section06 .timeline dl dd .listbox2 .box-color_1-2{
    background-color: #FFEEE1;
    margin-top: 128px;
}
#section06 .timeline dl dd .listbox .box-color_2,
#section06 .timeline dl dd .listbox2 .box-color_2{
    background-color: #F5F3D6;
    margin-top: 128px;
}
#section06 .timeline dl dd .listbox .box-color_3,
#section06 .timeline dl dd .listbox2 .box-color_3{
    background-color: #FFF5D0;
    margin-top: 128px;
}

#section06 .timeline dl dd .space{margin-bottom: 40px;}
#section06 .timeline dl dd .listbox .margin-no,
#section06 .timeline dl dd .listbox2 .margin-no{
    padding: 0 136px!important;
}

#section06 .timeline dl dd .listbox .wrap-box{
  display: flex;
  justify-content: space-between;
  padding: 32px 136px;
}
#section06 .timeline dl dd .listbox2 .wrap-box{
  display: flex;
  justify-content: space-between;
  padding: 32px 136px;
  margin-bottom: 0;
}

#section06 .timeline dl dd .listbox .wrap-box .pet{
     width: 356px;
     border: 3px solid #BA9656;
     border-radius: 5px;
     background-color: #FFF;
     margin-top: 40px;
     }
#section06 .timeline dl dd .listbox .wrap-box .pet_text::after{
    position: absolute;
    content: url(../img/schedule/pet.png);
    top: 134px;
    right: 44px;
}
#section06 .timeline dl dd .listbox .wrap-box .pet p{
    font-size: 14px;
    margin: 0;
    padding: 12px;
}
#section06 .timeline dl dd .listbox .wrap-box div,
#section06 .timeline dl dd .listbox2 .wrap-box div{
  position: relative;
  width: 100%;
}

#section06 .timeline dl dd .listbox .wrap-box .box-img,
#section06 .timeline dl dd .listbox2 .wrap-box .box-img{
    margin-top: -64px;
}

#section06 .timeline dl dd .listbox .wrap-box .time_1,
#section06 .timeline dl dd .listbox .wrap-box .time_2,
#section06 .timeline dl dd .listbox .wrap-box .time_3,
#section06 .timeline dl dd .listbox2 .wrap-box .time_1,
#section06 .timeline dl dd .listbox2 .wrap-box .time_2,
#section06 .timeline dl dd .listbox2 .wrap-box .time_3{
    color: #891E33;
    font-family: 'Timmana', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.56px;
    margin-left: 40px;
}
#section06 .timeline dl dd .listbox .wrap-box .time_1::before,
#section06 .timeline dl dd .listbox2 .wrap-box .time_1::before{
    content: "■";
    position: absolute;
    color: #D6690F;
    display: inline-block;
    top: -4px;
    left: -4px;
}
#section06 .timeline dl dd .listbox .wrap-box .time_2::before,
#section06 .timeline dl dd .listbox2 .wrap-box .time_2::before{
    content: "■";
    position: absolute;
    color: #AAA660;
    display: inline-block;
    top: -4px;
    left: -4px;
}
#section06 .timeline dl dd .listbox .wrap-box .time_3::before,
#section06 .timeline dl dd .listbox2 .wrap-box .time_3::before{
    content: "■";
    position: absolute;
    color: #FABE00;
    display: inline-block;
    top: -4px;
    left: -4px;
}

#section06 .timeline dl dd .listbox .wrap-box .time_1 span,
#section06 .timeline dl dd .listbox .wrap-box .time_2 span,
#section06 .timeline dl dd .listbox .wrap-box .time_3 span,
#section06 .timeline dl dd .listbox2 .wrap-box .time_1 span,
#section06 .timeline dl dd .listbox2 .wrap-box .time_2 span,
#section06 .timeline dl dd .listbox2 .wrap-box .time_3 span{
    font-size: 24px;
}

#section06 .timeline dl dd .listbox .wrap-box p,
#section06 .timeline dl dd .listbox2 .wrap-box p{
    font-size: 16px;
    margin-bottom: 16px;
    margin-right: 26px;
    line-height: 1.5;
}
#section06 .timeline dl dd .listbox .wrap-box p .note{
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}
#section06 .timeline dl dd .listbox2{
  position: relative;
}
#section06 .timeline dd strong{
  display: block;
  padding:10px 0;
}

/*タイムラインの見出し横の丸の位置と形状*/
#section06 .timeline li.af::after{
  content:'';
  background-image: url(../img/img_title03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top:0;
  left:0;
  width:36px;
  height: 535px;
  
}


.accordion_box {
    max-width: 800px;
    margin: 24px auto;
    padding: 3px;
    border-radius: 5px;
    background-color: #F5F3D6;
}
.accordion_box summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #891E33;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.accordion_box summary::-webkit-details-marker {
    display: none;
}
.accordion_box summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #891E33;
    border-right: 3px solid #891E33;
    content: '';
    transition: transform .3s;
}
.accordion_box[open] summary::after {
    transform: rotate(225deg);
}
.accordion_box .accordion_contents {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion_box[open] .accordion_contents {
    background-color: #fff;
    transform: none;
    opacity: 1;
    padding: 24px;
}
.accordion_box[open] .accordion_contents h5{
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 16px;
}
.accordion_box[open] .accordion_contents .flex_list{
    display: flex;
    justify-content: space-between;
}
.accordion_box[open] .accordion_contents .flex_box1{
    width: 50%;
}
.accordion_box[open] .accordion_contents .flex_box2{
    width: 48%;
    font-size: 16px;
    line-height: normal;
}
.accordion_box[open] .accordion_contents .flex_box2 a{
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 13px 0;
    margin-top: 43px;
    color: #891E33;
    background-color: #F5F3D6;
}
.accordion_box[open] .accordion_contents .flex_box2 a:hover{
    background-color: #E3DE88;
}

.slider-schedule {
  margin: 0 auto;
  max-width: 500px;
  width: 80%;
}
.slider-schedule img {
  height: auto;
  width: 100%;
}
.slick-dots{
    bottom: -35px;
}
.slick-dots li:nth-of-type(1) button:before,
.slick-dots li:nth-of-type(2) button:before,
.slick-dots li:nth-of-type(3) button:before{
  background: #891E33;
    border-radius: 50px;
    width: 10px;
    height: 10px;
}
.slick-dots li{
    width: 16px;
    height: 20px;
}
.slick-dots li button {
    padding: 0px;
    width: 10px;
    height: 10px;
}
.slick-dotted.slick-slider {
    width: 50%;
}
.slick-dots li button:before,.slick-dots li.slick-active button:before{
    color: transparent;
}


@media screen and (max-width: 768px) {
#section06{
    margin: 80px 16px 0;
  }
#section06 h3{
    margin-bottom: 90px
}
#section06 h3::before{
    bottom: 80px;
    left: calc(44% - 30px);
    transform: scale(0.5);  
}
#section06 h3.end{
    margin-bottom: 0
}
.tabBox .tabArea{
    height: 105px;
    }
.tabBox .tabArea #tab01::before,
.tabBox .tabArea #tab02::before,
.tabBox .tabArea #tab03::before{
    transform: scale(0.4);
    top: -155px;
    right: 16%;
}
.tabBox .tabArea .one_tab{
    width: 32.5%;
    font-size: 14px;
  }
.tabBox .tabArea .one_tab .tab_inner{
    height: 104px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    padding: 1px;
    border-radius: 5px 5px 0 0;
  }  
.tabBox .tabArea .one_tab.select .tab_inner{
    height: 104px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 5px 5px 0 0;
}
 
.subtitle{
    margin: 40px 0;
}  
.subtitle::before {
    content: url(../img/schedule/subtitle_left.png);
    position: absolute;
    left: 16px;
    top: 150px;
}
.subtitle::after {
    content: url("../img/schedule/subtitle_right.png");
    position: absolute;
    right: 16px;
    top: 150px;
}
.subtitle h4 > span {
    font-size: 1.7em;
    line-height: 1.6;
}
.subtitle h4 > span::before {
  display: none;
}
.subtitle h4 > span::after {
  display: none;
} 
.subtitle h5 {
    font-size: 16px;
    margin-top: 16px;
    margin: 16px 0 40px;
}
.listbox::before{
    left: 45.7%;
    bottom: -60px;
}
.day_img,.day_img_2 {
    width: 40%;
    margin: 40px auto;
}


#section06 .timeline dl dd .listbox{
  margin: 0 0 80px;
}
#section06 .timeline dl dd .listbox .pet-accordion{
    margin-bottom: 0;
}
#section06 .timeline dl dd .listbox .change-text,
#section06 .timeline dl dd .listbox2 .change-text{
    transform: none;
}
#section06 .timeline dl dd .listbox .change-text2{
    transform: none;
}   
#section06 .timeline dl dd .listbox .wrap-box{
    padding: 24px 16px;
    flex-direction: column;
    margin-bottom: 40px;
}
#section06 .timeline dl dd .listbox2 .wrap-box{
  padding: 24px 16px;
  flex-direction: column;
}
#section06 .timeline dl dd .listbox .wrap-box .box-img,
#section06 .timeline dl dd .listbox2 .wrap-box .box-img{
    margin-top: 0;
}  
    
#section06 .timeline dl dd .listbox .box-color_1,
#section06 .timeline dl dd .listbox2 .box-color_1{
    margin-top: 0;
}
#section06 .timeline dl dd .listbox .box-color_1-2,
#section06 .timeline dl dd .listbox2 .box-color_1-2{
    margin-top: 0;
}
#section06 .timeline dl dd .listbox .box-color_2,
#section06 .timeline dl dd .listbox2 .box-color_2{
    margin-top: 0;
}
#section06 .timeline dl dd .listbox .box-color_3,
#section06 .timeline dl dd .listbox2 .box-color_3{
    margin-top: 0;
}

#section06 .timeline dl dd .listbox .margin-no,
#section06 .timeline dl dd .listbox2 .margin-no{
    padding: 0!important;
    margin: 0 16px;
}
#section06 .timeline dl dd .listbox .wrap-box p,
#section06 .timeline dl dd .listbox2 .wrap-box p{
    margin-right: 0;
}

#section06 .timeline dl dd .listbox .wrap-box .pet{
     width: 98%;
     margin: 40px 0 24px;
     }
#section06 .timeline dl dd .listbox .wrap-box .pet_text::after{
    right: 8px;
}

    
.accordion_box {
    margin: 24px 16px;
}
.accordion_box summary {
    padding: 1em;
}
.accordion_box summary::-webkit-details-marker {
    display: none;
}
.accordion_box summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #891E33;
    border-right: 3px solid #891E33;
    content: '';
    transition: transform .3s;
}
.accordion_box[open] summary::after {
    transform: rotate(225deg);
}
.accordion_box .accordion_contents {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}
.accordion_box[open] .accordion_contents {
    padding: 24px 16px;
}
.accordion_box[open] .accordion_contents h5{
    line-height: 1.3
}
.accordion_box[open] .accordion_contents .flex_list{
    flex-direction: column;
}
.accordion_box[open] .accordion_contents .flex_box1{
    width: 100%;
}
.accordion_box[open] .accordion_contents .flex_box2{
    width: 100%;
    line-height: 1.7;
    margin-top: 16px;
}
.accordion_box[open] .accordion_contents .flex_box2 a{
    margin-top: 16px;
}

.slick-dots{
    height: 16px;
    bottom: -24px;
}
.slick-dots li{
    height: 10px;
}
.slick-dotted.slick-slider {
    width: 100%;
    margin-bottom: 22px;
}
    
}

/*-- ▲ 2023/10/06 過ごし方追加 ▲ --*/

/*--  240927　追記 --*/

.box-lyt-column-bnr{
	box-sizing: border-box;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
}
.box-lyt-column-bnr li{
	width: 49%;
}

@media screen and (max-width: 768px) {
	.box-lyt-column-bnr{
		max-width: 480px;
		display: block;
	}
	.box-lyt-column-bnr li{
		width: 90%;
		margin: auto;
	}	
	.box-lyt-column-bnr li + li{
		margin-top: 1.2em;
	}	
}

