@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');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* 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;
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
}
#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;
  }
}
.disnon {
	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 {
	font-size:90%;
	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;
}
#newopen .hotelbox a.godetail,
#areasearch .hotelbox a.godetail{
	width: 47%;
	margin: 0 1.5% 20px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
  border:3px solid #fc8012;
  font-size: 120%;
  font-weight: bold;
  background-image: url("../images/arrow2.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px;
  padding-right: 20px;
	color: inherit;
}
#newopen .hotelbox a.godetail:hover,
#areasearch .hotelbox a.godetail:hover{
	text-decoration: none !important;
	opacity: 0.8;
  color: #fc8012 !important;
  background-image: url("../images/arrow2_orange.svg");
}
@media screen and (max-width: 759.9px){
  #newopen .hotelbox a.godetail,
  #areasearch .hotelbox a.godetail{
    height: 45px;
    font-size: 100%;
    background-position: center right 5px;
    background-size: 15px;
    padding-right: 15px;
  }
}
#spendsearch .hotelbox a.godetail{
	width: 80%;
	margin: 0 auto 15px;
	text-align: center;
	text-decoration: none;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  font-weight: bold;
  background-image: url("../images/arrow2.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px;
  padding-right: 20px;
  background-color: rgba(244,82,106,0.2);
	color: inherit;
}
#spendsearch a.godetail:hover {
	text-decoration: none !important;
	opacity: 0.8;
  color: rgba(244,82,106,1) !important;
  background-image: url("../images/arrow2_pink.svg");
}
@media screen and (max-width: 759.9px){
  #spendsearch a.godetail{
    height: 45px;
    font-size: 100%;
    background-size: 15px;
    padding-right: 10px;
  }
}
#newopen a.godetail.gray,
#areasearch a.godetail.gray,
#spendsearch a.godetail.gray{
  background: rgba(0,0,0,0.4);
	pointer-events: none;
	border: none;
	padding: 0;
}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
	padding-top:450px;
	margin-bottom: 30px;
}
.page_roof::before {
  content:"";
	position: absolute;
  top:0;
  left:0;
	width: 50%;
  height: 100%;
  background: url("../images/top_1.png") no-repeat center left;
	background-size:cover;
}
.page_roof::after {
  content:"";
	position: absolute;
  top:0;
  right:0;
	width: 50%;
  height: 100%;
  background: url("../images/top_2.png") no-repeat center right;
	background-size:cover;
  z-index: 0;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
	max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.page_roof h2{
  width: 95%;
}
.page_roof h2 img{
  width: 100%;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    padding-top: 40%;
   	margin-bottom: 20px;
  }
  .page_roof h2{
    width: 80%;
  }
}
/*-------------トップリード --------------*/
#pageTopLead {
  width: 100%;
  margin-bottom: 50px;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
}
#pageTopLead > .inner p{
	font-size: 120%;
	line-height: 1.8;
	font-weight: bold;
}
@media screen and (max-width: 759.9px){
	#pageTopLead {
		margin-bottom: 30px;
	}
	#pageTopLead > .inner p{
		font-size: 110%;
		font-weight: bold;
	}
}

/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#planNav {
	width: 100%;
  background: #9E0036;
  height: 60px;
}
#planNav .inner{
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
	display: flex;
	justify-content: center;
  height: 100%;
}
#planNav a{
	display: flex;
	justify-content: center;
	align-items: center;
  flex-grow: 1;
	font-size: 120%;
	line-height: 1.4;
  position: relative;
  color: #FFFFFF;
  background: url("../images/menu_line.svg") no-repeat center right;
  background-size: 1px;
}
#planNav a:last-child{
  background:none;
}
#planNav a p{
  text-align: center;
}
#planNav a:hover{
  text-decoration: none !important;
  opacity: 0.8;
}
@media screen and (max-width: 759.9px){
  #planNav {
    height: 50px;
  }
  #planNav a{
    font-size: 10px;
  }
  #planNav p span{
    font-size: 120%;
    font-weight: bold;
  }
}
#planNav a:hover,
#planNav a.selected{
  background: #FF4F59;
  color:#FFFFFF;
  font-weight: bold;
  margin-left: -1px;
}
#planNav a.selected:after{
  font-family: "Font Awesome 5 Free";
  content: "\F107";
  font-weight: 900;
  color: #FFFFFF;
  position: absolute;
  bottom:-5px;
  left:0;
  right:0;
  text-align: center;
}
/*-------------ナビ #pageNav  --------------*/
nav#pageNav {
	width: 100%;
  max-width: 950px;
  z-index: 999;
  margin: 0 auto;
  padding: 0;
 	font-family: 'Noto Sans JP', sans-serif;
}
nav#pageNav ul li{
	background:#fc8012;
  opacity: 0.8;
  color: #FFFFFF;
}
nav#pageNav ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap:nowrap;
  justify-content: space-between;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
}
nav#pageNav ul li{
  flex-grow:1;
  height: 70px;
	cursor: pointer;
  margin: 0 2px;
}
nav#pageNav ul li:hover,
nav#pageNav ul li.selected{
	color: #FFFFFF !important;
	text-decoration: none !important;
  background-color:#e54b1c;
	background-image: none;
  font-weight: bold;
}
nav#pageNav ul li p{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
	font-size: 120%;
}
@media screen and (max-width: 759.9px){
	nav#pageNav ul {
		width: 100%;
		display: flex;
		flex-wrap:wrap;
	}
  nav#pageNav ul li{
		height: 45px;
    border-radius: 10px;
    margin: 3px;
	}
  nav#pageNav ul li p{
    font-size: 90%;
    line-height: 1.2;
    padding: 0 10px;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
	position: relative;
  padding-top: 40px;
}
.pageContent > .inner {
	width: 95%;
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
}
h2.title_centerline{
	font-size: 180%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.title_centerline:before,
.title_centerline:after {
  content: "";
  height: 1px;
  background: #000;
  margin:0 1.5%;
	width: 15%;
}
@media screen and (max-width: 759.9px){
  .pageContent {
    padding-top: 20px;
  }
   h2.title_centerline{
    	font-size: 130%;
  }
	.title_centerline:before,
	.title_centerline:after {
		content: "";
		height: 1px;
		background: #000;
		margin:0 1%;
		width: 10%;
	}
}

#newopen .hotelbox,
#areasearch .hotelbox{
	width: 90%;
	max-width: 930px;
	margin: 0 auto 30px;
}
#newopen .hotelbox .name,
#areasearch .hotelbox .name{
	width: 100%;
	margin: 0 auto 10px;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	background-image: url("../images/bg_img4.png");
}
#newopen .hotelbox .area,
#areasearch .hotelbox .area{
	margin-right: 10px;
	font-size: 160%;
	padding: 0 20px;
	font-weight: bold;
	background: rgba(245,235,127,1);
}
#newopen .hotelbox .name h3,
#areasearch .hotelbox .name h3{
	font-size: 200%;
	margin-right: 10px;
}
#newopen .hotelbox .name .icon,
#areasearch .hotelbox .name .icon{
	display: flex;
	justify-content: center;
	align-items: center;
}
#newopen .hotelbox .name .icon li,
#areasearch .hotelbox .name .icon li{
	margin: 0 5px;
}
#newopen .hotelbox .name .icon li img,
#areasearch .hotelbox .name .icon li img{
	width: 50px;
	height: 50px;;
}
@media screen and (max-width: 759.9px){
  #newopen .hotelbox .area,
  #areasearch .hotelbox .area{
		margin-right: 10px;
		font-size: 100%;
		padding: 0 10px;
	}
	#newopen .hotelbox .name,
	#areasearch .hotelbox .name{
		width: 100%;
		margin: 0 auto 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 10px 0;
	}
  #newopen .hotelbox .name h3,
  #areasearch .hotelbox .name h3{
		font-size: 140%;
		margin-bottom: 5px;
	}
  #newopen .hotelbox .name .icon li img,
  #areasearch .hotelbox .name .icon li img{
		width: 35px;
		height: 35px;;
	}
}
#newopen .hotelbox .photo,
#areasearch .hotelbox .photo{
	width: 100%;
}
#newopen .hotelbox .comment,
#areasearch .hotelbox .comment{
	width: 100%;
	padding: 20px;
	font-size: 120%;
	text-align: left;
	margin-bottom: 30px;
	background: rgba(245,235,127,0.4);
}
@media screen and (max-width: 759.9px){
  #newopen .hotelbox .comment,
  #areasearch .hotelbox .comment{
		padding: 15px;
		font-size: 110%;
		margin-bottom: 20px;
	}
}
#newopen .hotelbox .yoyaku,
#areasearch .hotelbox .yoyaku{
	width: 100%;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 759.9px){
	#newopen .hotelbox .yoyaku,
	#areasearch .hotelbox .yoyaku{
		flex-wrap: wrap;
		justify-content: center;
	}
}
/*-----アイコンの説明-------------------*/
.icon_info {
	margin-bottom: 20px;
}
.icon_info ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon_info ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
}
.icon_info ul li img{
	width: 80px;
	height: 80px;
}
.icon_info ul li p{
	font-size: 110%;
	text-align: left;
	margin-left: 5px;
}
@media screen and (max-width: 759.9px){
	.icon_info ul li{
		margin: 0 2px;
	}
	.icon_info ul li img{
		width: 38px;
		height: 38px;
	}
	.icon_info ul li p{
		font-size: 10px;
		margin-left: 3px;
	}
}
/*-----エリアから探す-------------------*/
#areasearch{
  width: 95%;
  max-width: 946px;
  border-left: 2px solid #fc8012;
  border-right: 2px solid #fc8012;
  border-bottom: 2px solid #fc8012;
  margin: 0 auto 20px;
}
@media screen and (max-width: 759.9px){
  #areasearch{
    border:none;
  }
}

/*-----過ごし方から探す-------------------*/
h2.bgimg{
	width: 90%;
	max-width: 600px;
	margin: 30px auto 30px;
	font-size: 180%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../images/bg_img3.png") no-repeat center;
	background-size: cover;
	padding: 20px 0;
	text-align: center;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
@media screen and (max-width: 759.9px){
   h2.bgimg{
    	font-size: 140%;
			padding: 15px 0;
  }
}
#spendsearch {
	width: 100%;
	padding: 40px 20px 0;
}
@media screen and (max-width: 759.9px){
	#spendsearch {
		padding: 40px 0 0;
	}
}
#spendsearch .swiper-container.parent {
	margin-bottom: 50px;
}
#spendsearch .hotelbox {
	width: 100%;
  display: flex;
	flex-direction: column;
  /*background: #CCC;*/
  height: 100%;
  border:2px solid rgba(244,82,106,1);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  background: #FFFFFF;
}
#spendsearch .hotelbox .name{
	order: 2;
	width: 100%;
	padding: 10px 10px;
	text-align: left;
	position: relative;
}
#spendsearch .hotelbox .name .area{
	font-size: 110%;
	font-weight: bold;
}
#spendsearch .hotelbox .name h3{
	font-size: 150%;
	padding-right: 40px;
}
#spendsearch .hotelbox .name .icon{
	position: absolute;
	top:0;
	right:0;
	bottom: 0;
	display: flex;
	justify-content:flex-end;
	align-items: center;
}
#spendsearch .hotelbox .name .icon li{
	margin: 0 5px;
}
#spendsearch .hotelbox .name .icon img{
	width: 40px;
	height: 40px;;
}
@media screen and (max-width: 759.9px){
	#spendsearch .hotelbox .name .area{
		font-size: 100%;
	}
	#spendsearch .hotelbox .name h3{
		font-size: 120%;
		padding-right: 30px;
	}
	#spendsearch .hotelbox .name .icon img{
		width: 30px;
		height: 30px;;
	}
}
#spendsearch .hotelbox .photo{
	order: 1;
	width: 100%;
}
#spendsearch .hotelbox .comment{
	display: none;
}
#spendsearch .hotelbox .attention{
	order: 3;
}
@media screen and (max-width: 759.9px){
	#spendsearch .hotelbox .comment{
		padding: 15px;
		font-size: 110%;
		margin-bottom: 20px;
	}
}
#spendsearch .hotelbox .yoyaku {
	order: 4;
	width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
/*-----アイコン非表示-------------------*/
#roten .icon li:not(.roten){
	display: none;
}
#buffet .icon li:not(.buffet){
	display: none;
}
#hitori .icon li:not(.hitori){
	display: none;
}
/*-------スペシャルプライス--------*/
#special {
  margin-bottom: 40px;
}
.special {
	width:70%;
	max-width: 850px;
	margin: 0 auto;
	padding-top: 50px;
}
.special_waku {
	width:100%;
	max-width: 930px;
	margin: 0 auto;
	border: 8px solid #582b25;
	position: relative;
}
.special_waku #stamp {
	position: absolute;
	top:-90px;
	left:-90px;
	width:180px;
}
.special_waku .inner{
	margin: 5px;
	border: 2px solid #582b25;
	text-align: center;
	background: rgba(255,255,255,0.5);
	padding: 30px 0 10px;
	position: relative;
	z-index: 10;
}
.special_waku .inner:before {
	content: "";
	position: absolute;
	top:-15%;
	right:-4%;
	width: 12%;
	height: 50%;
	background: url("../images/special_rt.png") no-repeat top right;
	background-size:contain;
}
.special_waku .inner:after {
	content: "";
	position: absolute;
	bottom:-20%;
	left:-6%;
	width: 15%;
	height: 50%;
	background:url("../images/special_lb.png") no-repeat bottom left;
	background-size:contain;
}
.special_waku .inner h2{
	font-size: 170%;
}
@media screen and (max-width: 759.9px){
	.special {
		width:85%;
		padding-top: 50px;
	}
	.special_waku {
		border: 5px solid #582b25;
		position: relative;
	}
	.special_waku #stamp {
		position: absolute;
    top:-60px;
    left:-30px;
    width:120px;
	}
	.special_waku .inner{
		margin: 3px;
		border: 2px solid #582b25;
		padding: 20px 0 0;
	}
	.special_waku .inner:before {
		content: "";
		position: absolute;
		top:-10%;
		right:-4%;
		width: 20%;
		height: 50%;
		background: url("../images/special_rt.png") no-repeat top right;
		background-size:contain;
	}
	.special_waku .inner:after {
		content: "";
		position: absolute;
		bottom:-10%;
		left:-8%;
		width: 25%;
		height: 50%;
		background:url("../images/special_lb.png") no-repeat bottom left;
		background-size:contain;
	}
	.special_waku .inner h2{
		font-size: 120%;
	}
}
.special .yoyaku{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0;
}
.special a.godetail{
	width: 90%;
	max-width: 350px;
	display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
	margin: 0 1% 15px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
}
@media screen and (max-width: 759.9px){
  .special a.godetail{
    height: 45px;
    margin: 0 auto 15px;
  }
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 15px;
}
.swiper-pagination.inbox .swiper-pagination-bullet{
  opacity: 0.6;
}
.swiper-pagination.inbox .swiper-pagination-bullet-active{
  background: #FFFFFF;
}
.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:5px;
	top:48%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media (max-width:767px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}
/*-----親swiper > 子swiper -----------------*/
.swiper-container.parent{
	width: 112%;
  margin: 0 -6%;
  padding: 0 6%;
}
.swiper-container.parent .swiper-slide{ 
  height: auto;
}
.swiper-container.parent .swiper-slide .slide-content{ 
  height: 100%;
	/*border:2px solid rgba(244,82,106,1);
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
  background: #FFFFFF;*/
}
.swiper-container.parent::before{
  content:"";
  width: 5%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: #FFFFFF;
  z-index: 10;
}
.swiper-container.parent::after{
  content:"";
  width: 5%;
  height: 100%;
  position: absolute;
  top:0;
  left:auto;
  right:0;
  bottom:0;
  background: #FFFFFF;
  z-index: 10;
}
.swiper-button-prev.parent::after,
.swiper-button-next.parent::after{
  display: none;
}
.swiper-button-prev.parent{
  position: absolute;
  top:48%;
  left: 0;
	width:40px;
  line-height: 1;
  cursor: pointer;
  color: #333333;
  z-index: 20;
}
.swiper-button-next.parent{
  position: absolute;
  top:48%;
  right: 0;
	width:40px;
  line-height: 1;
  cursor: pointer;
  color: #333333;
  z-index: 20;
}
.swiper-button-prev.parent img,
.swiper-button-next.parent img{
	width:100%;
}

.swiper-pagination.parent{
  display: none;
}
@media screen and (max-width: 759.9px){
  .swiper-button-prev.parent{
    display: none;
  }
  .swiper-button-next.parent{
    display: none;
  }
}



/*-----続きを読むパネル--------------------*/
@media screen and (max-width: 759.9px){
  .comment .morepanel{
    display:none;
  }
  .comment .morepanel.open{
    display:inline;
  }
  .comment .morepanel.open::before {
    content: "\A";
    white-space: pre;
  }
  .comment p:first-child {
    display: inline;
  }
  .comment .more{
    display: inline-block;
    background:#FFF;
    text-align:center;
    border:1px solid #CCC;
    border-radius:5px;
    cursor:pointer;
    position:relative;
    padding:1px 15px;
    font-size: 12px;
  }
  .comment .more::after{
    content:"▾続きを読む";
  }
  .comment .moreClose{
    display: inline-block;
    background:#FFF;
    text-align:center;
    border:1px solid #CCC;
    border-radius:5px;
    cursor:pointer;
    position:relative;
    padding:1px 15px;
    font-size: 80%;
  }
  .comment .moreClose::after{
    content:"▴閉じる";
  }
}




/*--------開閉パネル-------------*/
.panel-trigger {
  display: none; /*チェックボックスは常に非表示*/
}

@media screen and (max-width: 759.9px){
	#wrapper .panel_wrap {
		position: relative;
	}

	#wrapper .btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height:200px;
		padding-top:100px;
    z-index: 999;
	}
	#wrapper .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:rgba(255,255,255,0.8);
	}
	#wrapper .btnOpen span::before {
	  content: "もっと見る";
	}
	#wrapper .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F107";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	#wrapper .panel {
		height: 500px;
		padding: 0 0 120px;
		overflow: hidden;
		opacity: 1;
		transition: 0.8s;
	}
	#wrapper .panel-trigger:checked + .btnOpen {
		width: 100%;
		height:100px;
		background: none;
		padding-top:0;
	}	
	#wrapper .panel-trigger:checked + .btnOpen span::before {
	  content: "閉じる" /*チェックされていたら、文言を変更する*/
	}
	#wrapper .panel-trigger:checked + .btnOpen span::after {
		font-family: "Font Awesome 5 Free";
		content: "\F106";
		font-weight: 900;
		position: absolute;
		right: 30px;
		top: 3px;
	}
	#wrapper .panel-trigger:checked ~ .panel{
	  height: auto;/*チェックされていたら、高さを戻す*/
	  opacity: 1; 
	 }
}
