@charset "utf-8";
@import url('/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
	font-family: 'Noto Serif JP', serif;
}
#wrapper * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 35px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media screen and (max-width: 759.9px){
	.deco{
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left 5px,url("../images/deco_right.png") no-repeat center right 5px ;
		background-size:auto 60%;
    display: inline-block;
	}
}

a.godetail{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 20px 2%;
	line-height:1.5;
  padding: 20px 0;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: auto 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 99;
}
a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail_gray{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 20px 2%;
	line-height:1.5;
  padding: 20px 0;
	text-align: center;
	text-decoration: none;
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: auto 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 99;
	pointer-events: none;
}
a.gotop{
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}
a.gotop:hover{
	opacity: 0.8;
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top_back.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	padding-top:450px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.page_roof h2 img{
  object-fit: contain;
  width: auto;
  height: 90%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
     padding-top: 30vh;
  }
}

.page_roof #tab{
  width:100%;
}
.page_roof #tab ul{
  width:100%;
  display: flex;
  flex-wrap: nowrap;
}
.page_roof #tab ul div{
  width:50%;
}
.page_roof #tab ul div li{
  cursor: pointer;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 5% 5%;
  position: relative;
}
 .page_roof #tab ul div li:not(.selected)::after{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);  
}
.page_roof #tab ul div li img{
  max-width: 100%;
}
.disnon {
  display: none;
}
/*-------------カレンダー--------------*/
.calendar {
  width: 100%;
  background: url("../images/bg_calendar.png")repeat center center;
  background-size: 50%;
  padding: 20px 0 30px;
  margin-bottom: 20px;
}
.calendar .inner{
  width: 100%;
  max-width: 950px;
  margin:0 auto;
}
.calendar .inner h2{
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.calendar .inner h2::before{
  content: "";
  position: absolute;
  top:-30%;
  right: -5%;
  width: 40%;
  height: 70%;
  background: url("../images/click.png")no-repeat top center;
  background-size: contain;
}

.calendar img{
  max-width: 100%;
}
.calendarboard{
  width: 98%;
  margin: 5px auto;
  background:#fffbda;
  padding:10px;
  color: #7b4e29;
  font-weight: bold;
  font-family: 'Noto Sans JP', sans-serif;  position: relative;
}
.calendar .month{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar .month li{
  width: 24%;
  font-size: 140%;
  text-align: center;
	background: linear-gradient(#e4efcb, #b8d773);
  border-radius: 10px;
}
.calendarboard .flower_fruit{
  width: 98%;
  margin: 5px auto;
  background:url("../images/bg_board.svg")repeat-y top center;
  background-size: 100%;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.calendar .flower{
  margin: 5px 0;
}
.calendar .flower li{
  background: rgba(250,220,233,0.8);
  padding: 2px 0 2px 15px;
  border-radius: 15px;
  margin: 5px 0;
}
.calendar a,
.calendar a:hover{
  color: inherit !important;
  text-decoration: none !important;
}
.calendar .flower li:hover{
  background:#ffb6c1;
}
.calendar .fruit li{
  background: rgba(254,223,143,0.8);
  padding: 2px 0 2px 22%;
  border-radius: 15px;
  margin: 5px 0;
}
.calendar .fruit li:hover{
  background:#ffd700;
}
.calendar li.bg_none,
.calendar li.bg_none:hover{
  background:none;
	padding: 0 10px;
	font-weight: normal;
	line-height: 1.4;
	font-size: 90%;
}

.calendar #rose{
  width: 100%;
  position: relative;
}
.calendar #rose::before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 10%;
  height: 100%;
  background: url("../images/icon_rose.png")no-repeat center center;
  background-size:contain;
}

.calendar #rose a:nth-child(1) li{
  margin-left: 8.3%;
  width: 91.7%;
}
.calendar #rose a:nth-child(2) li{
  margin-left: 41.7%;
  width: 58.3%;
}
.calendar #rose a:nth-child(3) li{
  margin-left:58.3%;
  width: 25%;
}
.calendar #tsutsuji{
  width: 50%;
  position:relative;
}
.calendar #tsutsuji::before{
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 20%;
  height: 100%;
  background: url("../images/icon_tsutsuji.png")no-repeat center center;
  background-size:contain;
}
.calendar #tsutsuji a:nth-child(1) li{
  margin-left: 16.6%;
  width: 50%;
}
.calendar #tsutsuji a:nth-child(2) li{
  margin-left: 50%;
  width: 33.2%;
}
.calendar #tsutsuji a:nth-child(3) li{
  margin-left:50%;
  width: 33.2%;
}
.calendar #ajisai{
  width: 50%;
  padding: 20px 0;
  position: relative;
}
.calendar #ajisai::before{
  content: "";
  position: absolute;
  top:0;
  left: -10px;
  width: 20%;
  height: 100%;
  background: url("../images/icon_ajisai.png")no-repeat center center;
  background-size:contain;
}
.calendar #ajisai a:nth-child(1) li{
  margin-left: 16.6%;
  width: 83.4%;
}
.calendar #ajisai a:nth-child(2) li{
  margin-left: 16.6%;
  width: 83.4%;
}
.calendar #shakunage{
  width: 100%;
  padding: 2% 0;
  position: relative;
}
.calendar #shakunage::before{
  content: "";
  position: absolute;
  top:0;
  left: 24%;
  width: 10%;
  height: 100%;
  background: url("../images/icon_shakunage.png")no-repeat center center;
  background-size:contain;
}
.calendar #shakunage a:nth-child(1) li{
  margin-left: 33.3%;
  width: 16.6%;
}
.calendar #orange{
  width: 50%;
  padding: 2% 0;
  position: relative;
}
.calendar #orange::before{
  content: "";
  position: absolute;
  top:0;
  left: 0.5%;
  width: 20%;
  height: 100%;
  background: url("../images/icon_orange.png")no-repeat center center;
  background-size:contain;
}
.calendar #orange a:nth-child(1) li{
  margin-left: 0;
  width: 66.6%;
}
.calendar #peach{
  width: 50%;
  padding: 2% 0;
  position: relative;
}
.calendar #peach::before{
  content: "";
  position: absolute;
  top:0;
  left: 17.1%;
  width: 20%;
  height: 100%;
  background: url("../images/icon_peach.png")no-repeat center center;
  background-size:contain;
}
.calendar #peach a:nth-child(1) li{
  margin-left:16.6%;
  width: 83.4%;
}
.calendar #mikan{
  width: 100%;
  padding: 2% 0;
  position: relative;
  margin-bottom: 6%;
}
.calendar #mikan::before{
  content: "";
  position: absolute;
  top:0;
  left: 0.25%;
  width: 10%;
  height: 100%;
  background: url("../images/icon_mikan.png")no-repeat center center;
  background-size:contain;
}
.calendar #mikan a:nth-child(1) li{
  margin-left: 0;
  width: 41.67%;
  padding-left:11%;
}
.calendar #strawberry{
  width: 50%;
  padding: 2% 0;
  position: relative;
}
.calendar #strawberry::before{
  content: "";
  position: absolute;
  top:-68%;
  left:50%;
  width: 20%;
  height: 100%;
  background: url("../images/icon_strawberry.png")no-repeat center center;
  background-size:contain;
}
.calendar #strawberry a:nth-child(1) li{
  margin-left: 50%;
  width: 50%;
  padding-left: 3%;
}
.calendar #cherry{
  width: 50%;
  padding: 2% 0;
  position: relative;
}
.calendar #cherry::before{
  content: "";
  position: absolute;
  top:-68%;
  left:-2%;
  width: 20%;
  height: 100%;
  background: url("../images/icon_cherry.png")no-repeat center center;
  background-size:contain;
}
.calendar #cherry a:nth-child(1) li{
  margin-left:0.5%;
  width: 50%;
  padding-left: 3%;
}
p.timing{
	width: 90%;
	text-align: right;
	margin: 5px auto 10px;
}

@media screen and (max-width: 759.9px){
  .calendar .inner h2{
    margin-top: 5px;
  }
  .calendar .inner h2::before{
    content: "";
    position: absolute;
    top:-35%;
    right: 5%;
    width: 35%;
    height: 60%;
    background: url("../images/click.png")no-repeat top center;
    background-size: contain;
  }
  .calendar .month li{
    font-size: 110%;
  }
  
  .calendar .flower_fruit li span{
    display: none;
  }
  .calendar .flower li{
    padding: 2px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 70%;
    white-space: nowrap;
  }
  .calendar .fruit li{
    padding: 2px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 70%;
  }
  .calendar #rose::before,
  .calendar #mikan::before{
    width: 12%;
  }
  .calendar #shakunage::before{
    width: 12%;
    left:21%;
  }
  .calendar #tsutsuji::before,
  .calendar #ajisai::before,
  .calendar #orange::before,
  .calendar #peach::before,
  .calendar #strawberry::before,
  .calendar #cherry::before{
    width: 24%;
  }
  .calendar #orange::before{
    content: "";
    position: absolute;
    top:-60%;
    left: 0.5%;
    height: 100%;
  }
  .calendar #peach::before{
    content: "";
    position: absolute;
    top:-60%;
    left: 20%;
    height: 100%;
  }
  .calendar #strawberry::before,
  .calendar #cherry::before{
    position: absolute;
    top:-60%;
  }
  .calendar #mikan::before{
    content: "";
    position: absolute;
    top:40%;
  }
  .calendar #mikan a:nth-child(1) li{
    padding-left:1%;
  }
}
@media screen and (max-width: 759.9px){
  #page_roof .inner h2{
    width: 100%;
    margin: -10px auto 0;
    padding: 0 10px;
    text-align: right;
    font-size: 100%;
    font-weight: bold;
  }
	p.timing{
    text-align: center;
    margin: 10px 0;
    font-size: 90%;
  }
}

/*-------------コンテンツ--------------*/
.tab_wrap {
	width:100%;
}
.tab_wrap .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
  padding: 0 0 100px;
}
.pink .inner{
  background: url("../images/line_flower.png")no-repeat center bottom;
  background-size: contain;
}
.orange .inner{
  background: url("../images/line_fruit.png")no-repeat center bottom;
  background-size: contain;
}
.tab_wrap h3 {
	font-size: 260%;
	font-weight: bold;
  margin-bottom: 20px;
}
.tab_wrap h3 span{
	font-size: 80%;
}
.tab_wrap span.area{
  background: #ffff5c;
  font-size: 60%;
  padding: 3px 10px 5px;
  border-radius: 5px;
  margin-right: 5px;
  font-weight: normal;
  vertical-align: 5px;
}
.tab_wrap h3.enjoyhotel{
  background: url("../images/hotellogo.png")no-repeat center left;
  background-size: 190px;
  padding: 40px 0 40px 200px;
}

@media screen and (max-width: 759.9px){
  .tab_wrap h3 {
    font-size: 160%;
    text-align: center;
  }
  .tab_wrap h3.enjoyhotel{
    background: url("../images/hotellogo.png")no-repeat center top;
    background-size: auto 80px;
    padding: 80px 0 0 0;
  }
}

.ph_comment{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.ph_comment h4{
	font-size: 180%;
	font-weight: bold;
  margin-bottom: 15px;
}

.ph_comment .photo {
  width: 55%;
  position: relative;
  padding: 15px;
}
.ph_comment.middle .photo {
  width: 45%;
}

.ph_comment .photo p.credit {
  position: absolute;
  bottom:25px;
  right: 25px;
  text-align: right;
  font-size: 100%;
  z-index: 99;
  background: rgba(0,0,0,0.5);
  color: #FFFFFF;
  padding: 0 5px 3px;
  border-radius: 5px;
}
.ph_comment .comment {
  width: 45%;
  padding:10px 20px;
}
.ph_comment.middle .comment {
  width: 55%;
}

.ph_comment p{
  font-size: 130%;
}
.ph_comment p.attention{
  font-size: 110%;
  margin-top: 10px;
}
.ph_comment p.migoro{
  background: rgba(181, 215, 242,0.7);
  font-size: 100%;
  padding: 3px 10px 5px;
  border-radius: 5px;
  display: inline-block;
  margin: -10px 0 10px;
}

.ph_comment .photo img{
  width: 100%;
	border: 5px solid #77562A;
}
.ph_comment.reverse {
  flex-direction: row-reverse;
}
.ph_comment.photo1,
.ph_comment.photo2{
  width: 95%;
  margin: 0 auto 30px;
}
.ph_comment.photo1 .photo {
  width: 100%;
}
.ph_comment.photo1 .comment {
  width: 100%;
}

.ph_comment.photo2 .photo {
  width: 48%;
}
.ph_comment.photo2 .comment {
  width: 100%;
}
p.migoro{
  background: rgba(181, 215, 242,0.7);
  font-size: 100%;
  padding: 3px 10px 5px;
  border-radius: 5px;
  display: inline-block;
  margin: -10px 0 10px;
}
@media screen and (max-width: 759.9px){
  .ph_comment.middle {
    width: 85%;
    border: 1px solid #000000;
    margin: 0 auto 30px;
  }
  .ph_comment.middle .photo,
  .ph_comment .photo{
    width: 100%;
  }
  .ph_comment.middle .comment,
  .ph_comment .comment{
    width: 100%;
  }
  .ph_comment h4{
    font-size: 120%;
  }
	.ph_comment p{
    font-size: 100%;
  }

  .inner h3 + p.migoro{
  background: rgba(181, 215, 242,0.7);
  font-size: 90%;
  width: 70%;
  text-align: left;
  padding: 2px 10px 3px;
  border-radius: 5px;
  display: block;
  margin: -10px auto 10px auto;
}

}
.tab_wrap .box{
  width: 94%;
  margin: 30px auto 30px;
  border: 1px solid #77562A;
  font-size: 110%;
  text-align: center;
  padding: 15px 0 20px;
  position: relative;
}
.tab_wrap .box::before{
  content: "";
  position: absolute;
  top:-6px;
  left:-6px;
  right:-6px;
  height: 50px;
  background:url("../images/box_corner_left.png")no-repeat top left,url("../images/box_corner_right.png")no-repeat top right;
  background-size: contain,contain;
}
.tab_wrap .box::after{
  content: "";
  position: absolute;
  bottom:-6px;
  left:-6px;
  right:-6px;
  height: 50px;
  background:url("../images/box_corner_left.png")no-repeat top left,url("../images/box_corner_right.png")no-repeat top right;
  background-size: contain,contain;
  transform: scale(1, -1);
}
.tab_wrap .box h4{
  font-size: 150%;
  margin-bottom: 20px;
}
.tab_wrap .box dl{
  width:85%;
  margin: 0 auto 10px;
  text-align: left;
}
.tab_wrap .box dl dt{
  display: inline-block;
  vertical-align: top;
}
.tab_wrap .box dl dd{
  display: inline-block;
}
.tab_wrap .yoyaku_inner{
  margin: 50px 0 20px;
  text-align: center;
}
.tab_wrap .yoyaku_inner .yoyaku{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 759.9px){
  .tab_wrap .box{
    width: 90%;
    margin: 20px auto 30px;
    border: 1px solid #77562A;
    font-size: 100%;
    text-align: center;
    padding: 25px 0 20px;
    position: relative;
  }
  .tab_wrap .box dl{
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
  }
  .tab_wrap .box dl dt{
    display: block;
    font-weight: bold;
  }
  .tab_wrap .box dl dd{
    display:block;
    padding-left: 5px;
  }
  .tab_wrap .box h4{
    font-size: 110%;
  }
}


/*-----hotel_unit-------------------*/
.hotel_unit {
  width: 98%;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hotel_unit h3{
  width: 100%;
  text-align: center;
  font-size: 220%;
}
.hotel_unit h3 span{
  background: linear-gradient(transparent 90%, #DD8613 90%);
  padding:0 5px 3px;
}

.hotel_unit .hotel{
  width: 31%;
  margin-bottom: 10px;
}
.hotel_unit .hotel h4{
  font-size: 140%;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 759.9px){
  .hotel_unit {
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hotel_unit h3{
    font-size: 170%;
  }
  .hotel_unit .hotel{
    width: 80%;
  }
  .hotel_unit .hotel h4{
    font-size: 120%;
  }
}
/*-----スライドswiper カスタマイズ--------------------*/
.main.swiper-container{
	width: 100%;
	margin:30px auto 80px;
}
.main .slide-content {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #000000;
}
.inbox.swiper-container{
	width: 100%;
	margin:0 auto;
}
.inbox.swiper-container .swiper-slide img{
	border: 5px solid #77562A;
	width: 100%;
}
.hotel .inbox.swiper-container .swiper-slide img{
	border:none;
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet {
  opacity:0.4;
}
.swiper-pagination-bullet-active{
  background: #FFFFFF;
  opacity: 1;
}
.swiper-container .swiper-pagination_main {
  margin-top: 30px;
  text-align: center;
}
.swiper-pagination_main .swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px !important;
  width: 54px;
  height: 5px;
  background: #CCCCCC;
  opacity: 0.6;
}
.swiper-pagination_main .swiper-pagination-bullet-active{
	background: #B20202;
  opacity: 1;
}

.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
.swiper-button-prev_main,
.swiper-button-next_main{
  cursor: pointer;
  z-index: 99;
}
.swiper-button-prev_main:focus,
.swiper-button-next_main:focus{
  outline: none;
}
.swiper-button-prev_main{
  position: absolute;
  top:40%;
  left: 0;
	font-size:50px;
  cursor: pointer;
}
.swiper-button-next_main{
  position: absolute;
  top:40%;
  right: 0;
	font-size:50px;
  cursor: pointer;
}
@media screen and (max-width: 759.9px){
  .main .slide-content {
    width: 85%;
    margin: 0 auto;
    border: 1px solid #000000;
  }
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
  .swiper-container .swiper-pagination_main {
    display: none;
  }
  .swiper-button-prev_main{
    font-size:30px;
  }
  .swiper-button-next_main{
    font-size:30px;
  }
}

/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

@media screen and (max-width: 759.9px){
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height:300px;
		background: linear-gradient(rgba(253,239,245,0) 0%,rgba(253,239,245,1) 60%) ;
		padding-top:160px;
    z-index: 999;
	}
	.btnOpen span{
		display: block;
		position: relative;
		width: 80%;
		height: 60px;
		margin:0 auto;
		border: 2px solid #333; 
		line-height: 60px;
		font-size: 120%;
		font-family: 'Noto Sans JP', sans-serif;
		text-align: center;
		cursor: pointer;
		transition: .2s ease;
    background:#EEEEEE;
	}
	.btnOpen span::before {
	  content: "詳しく見る";
	}
	.btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel {
		height: 350px;
		padding: 0 0 100px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}
	.panel-trigger:checked + .btnOpen {
		width: 100%;
		height:100px;
		background: none;
		padding-top:0;
	}	
	.panel-trigger:checked + .btnOpen span::before {
	  content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	.panel-trigger:checked + .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	.panel-trigger:checked ~ .panel{
	  height: auto;/*チェックされていたら、高さを戻す*/
	  opacity: 1; 
	 }
}
