@charset "utf-8";

/* CSS Document */
#wrapInner {
	width: 100% !important;
}

#inner950 {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	display: block;
}

#anchorLinkBlock {
	width: 100%;
	max-width: 950px;
	margin: 0 auto !important;
	display: block;
}

#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;
}

#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 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#pagetop {
	z-index: 9999;
}

/*--------common-------------*/
@media (min-width:768px) {
	.pc_none {
		display: none;
	}

	.sp_br {
		display: none;
	}
}

@media (max-width:767px) {
	.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 {
	font-size: 100%;
	font-weight: normal;
	text-align: right;
	padding: 0 0 20px 0;
}

.box {
	background: rgba(243, 243, 243, 1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

a.godetail {
	width: 90%;
	max-width: 500px;
	margin: 0 auto 25px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.svg") no-repeat left bottom, url("../images/button.svg") no-repeat right bottom;
	background-size: auto 100%;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 1000;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.godetail.gray {
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: auto 100%;
	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;
}

@media (max-width:767px) {
	a.godetail {
		width: 90%;
		margin: 0 auto 20px;
		height: 60px;
		background: url("../images/button.svg") no-repeat center top, url("../images/button.svg") no-repeat center bottom;
		background-size: 100% auto;
		color: #FFFFFF;
		font-family: 'Noto Sans JP', sans-serif;
		z-index: 1000;
	}
}

/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
}

.page_roof h2 {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}

.page_roof h2 img {
	width: 100%;
}

@media (max-width:767px) {}

/*------------- ナビ ---------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.paddingTop {
	/*----メニューバーを固定したとき余白追加----*/
	padding-top: 80px;
}

#wrapper nav {
	background: url("../images/bg_menu.png") repeat-x top;
	background-size: auto 100%;
	width: 100%;
}

#wrapper nav ul a,
#wrapper nav ul a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

@media (min-width:768px) {
	#wrapper nav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		color: #FFFFFF;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}

	#wrapper nav ul a {
		flex-grow: 1;
		padding-bottom: 10px;
		height: 80px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	#wrapper nav ul li p.point {
		background: #FFFFFF;
		color: #ba1e1e;
		border-radius: 15px;
		font-size: 70%;
		padding: 1px 3px 1px 5px;
		margin-bottom: 3px;
	}
}

@media (max-width:767px) {
	#wrapper nav ul {
		width: 100%;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		font-family: 'Noto Sans JP', sans-serif;
	}

	#wrapper nav ul a {
		flex-grow: 1;
		padding-bottom: 10px;
		height: 70px;
		text-align: center;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	#wrapper nav .point {
		display: none;
	}
}

#wrapper nav ul a:first-child {
	background: url("../images/menu_line.svg") no-repeat center left,
		url("../images/menu_line.svg") no-repeat center right;
	background-size: 1px;
}

#wrapper nav ul a:after {
	font-family: "Font Awesome 5 Free";
	content: "\F107";
	font-weight: 900;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

/*-------------トップリード   --------------*/
#pageTopLead {
	/*background: #eeeeee;*/
	margin: 0;
}

#pageTopLead>.inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
}

#pageTopLead>.inner p {
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}

@media (max-width:767px) {
	#pageTopLead>.inner p {
		font-size: 110%;
	}
}

/*-------------ページコンテンツ   --------------*/
.pageContent {
	width: 100%;
	position: relative;
	background: #fff2e3;
}

.pageContent>.inner {
	width: 100%;
	margin: 0;
	padding: 0;
}

.pageContent>.inner_inside {
	width: 95%;
	max-width: 950px;
	margin: 0 auto 30px;
	padding-bottom: 30px;
}

.pageContent h1 {
	font-size: 240%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 30px;
}

.pageContent .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%;
}

.pageContent h2 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 10px;
}

.pageContent p {
	font-size: 120%;
	margin-bottom: 10px;
}

.pageContent .comment {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 20px;
	line-height: 1.8em;
	text-align: center;
}

/* #hotelintro {
  width: 100%;
  background: #EEEEEE;
}
#hotelintro .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 90px 0;
}
#hotelintro .inner h2{
  font-size: 220%;
  color: #035D67;
  margin:0 0 20px;
} */

@media (min-width:768px) {
	.pageContent .horizon {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}

	.pageContent .horizon .photo {
		width: 50%;
		margin: 0 auto;
	}

	.pageContent .horizon .photo img {
		width: 100%;
	}

	.pageContent .vertical_unit {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 20px;
	}

	.pageContent .vertical_unit dl.vertical {
		width: 49.5%;
		margin-bottom: 1%;
		background: #FFFFFF;
	}

	.pageContent dl.vertical dt>img {
		width: 100%;
	}

	.pageContent dl.vertical dd {
		width: 100%;
		text-align: left;
		padding: 20px 25px;
		margin: 0;
	}
}

@media (max-width:767px) {
	#hotelintro .inner {
		width: 90%;
		margin: 0 auto;
		padding: 80px 0;
	}

	.pageContent h1 {
		font-size: 180%;
		font-weight: bold;
	}

	.pageContent .deco {
		padding: 0 25px;
		background: url("../images/deco_left.png") no-repeat center left, url("../images/deco_right.png") no-repeat center right;
		background-size: auto 90%;
	}

	.pageContent .horizon {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
	}

	.pageContent .horizon .photo {
		width: 50%;
		margin: 0 auto;
	}

	.pageContent .horizon .photo img {
		width: 100%;
	}

	.pageContent .comment {
		padding: 20px 10px;
		line-height: 1.8em;
	}

	.pageContent .vertical_unit dl.vertical {
		width: 100%;
		background: #FFFFFF;
		margin-bottom: 20px;
	}

	.pageContent dl dd {
		width: 100%;
		background: #FFFFFF;
		text-align: left;
		padding: 20px 25px;
		margin: 0;
	}
}

/*-------モデルコース--------*/
/* #modelcourse {
	width: 100%;
	background: #FFFFFF;
}
#modelcourse > .inner{
	width: 100%;
  max-width: 950px;
	padding: 90px 0 30px;
  margin: 0 auto;
}
@media (max-width:767px){
  #modelcourse > .inner{
    width: 90%;
    padding: 80px 0;
    margin: 0 auto;
  }
}
.modelcourse_content {
	background: url("../images/brokenline.svg") left 29px top repeat-y;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: left;
}

.nthday {
	background: url("../images/maru.svg") no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	color: #FFFFFF;
	line-height:60px;
	font-size: 110%;
	text-align: center;
}
.action {
	background: url("../images/pointline.svg") no-repeat left 22px center;
	margin-bottom: 20px;
}
.action > .inner {
	background: #e7e3e0;
	padding: 20px 30px;
	margin-left: 100px;
}
.action h3{
	font-size: 120%;
	font-weight: bold;
  text-align: left;
}
.action p{
	font-size: 100%;
  text-align: left;
}
.action .box{
	background: #f0f0f0;
	padding: 15px 15px;
}
.action ul{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
}
.action ul li{
	width: 49%;
}
.action ul li img{
	width:100%;
	margin-bottom: 5px;
}
@media (max-width:767px){
	.modelcourse_content {
		background: url("../images/brokenline.svg") center top repeat-y;
	}

	.nthday {
		background: url("../images/maru.svg") no-repeat;
		background-size: contain;
		width: 60px;
		height: 60px;
		margin: 20px auto;
		color: #FFFFFF;
		line-height:60px;
		font-size: 110%;
		text-align: center;
	}
	.action {
		background: none;
		margin-bottom: 20px;
	}
	.action > .inner {
		background: #e7e3e0;
		padding: 20px 30px;
		margin-left: 0;
	}
	.action ul li{
		width: 100%;
		margin-bottom: 10px
	}
} */


/*-------------電話でのプラン-------------*/
.box_unit2 {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	background: #ffffff;
	padding: 20px 20px 0;
	margin-bottom: 30px;
	/* border: 1px solid #CCCCCC; */
}

.mainphoto {
	width: 47%;
	margin-bottom: 20px;
}

.mainphoto img {
	width: 100%;
}

.frontlead {
	width: 47%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.frontlead h3 {
	font-size: 140%;
	margin-bottom: 1.5em;
	/*text-decoration: underline;
	text-decoration-color: #D1DBF2;
	text-decoration-thickness: 15px;*/
	line-height: 2;
}

@media screen and (max-width: 759.9px) {
	.frontlead h3 {
		font-size: 120%;
	}
}

.frontlead .lead {
	padding: 0 1em;
	margin-bottom: 1em;
	font-size: 110%;
}

.frontlead .kikan {
	border-top: 2px dashed #5B4B48;
	border-bottom: 2px dashed #5B4B48;
	margin-bottom: 1.5em;
	padding: 0.5em 1em;
	font-size: 120%;
	text-align: center;
}

.price_conditions {
	border: 1px solid #D1DBF2;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	background: #FFFFFF;
}

.price {
	font-size: 120%;
	border-right: 1px solid #5B4B48;
	padding: 0 20px;
	width: 45%;
}

.conditions {
	padding: 0 20px;
}

.points {
	width: 47%;
	margin-bottom: 20px;
}

.hotelphoto {
	width: 100%;
	margin-bottom: 20px;
}

.hotelphoto dl dt {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

.hotelphoto dl dt span {
	background-color: #CD5C5C;
	text-align: center;
	color: #FFFFFF;
	border-radius: 10px;
	font-weight: normal;
	font-size: 12px;
	padding: 5px 5px;
	margin-right: 0.5em;
	line-height: 1.2;
}

.hotelphoto dl dd {
	text-align: center;
	font-size: 120%;
}

.points h4 {
	text-align: center;
	margin-bottom: 1em;
	font-size: 110%;
}

.itinerary {
	width: 47%;
}

.points .itinerary {
	width: 100%;
}

.itinerary table {
	width: 95%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin: 0 auto 10px;
	background: #FFFFFF;
}

.itinerary table th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	/*background-color:rgba(235,85,95,0.2);*/
	background-color: #D1DBF2;
	text-align: center;
	white-space: nowrap;
}

.itinerary table td {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 3px 5px 5px;
}

.itinerary table .meal {
	margin-top: 5px;
}

.itinerary table .meal span {
	background-color: #D1DBF2;
	border-radius: 10px;
	padding: 0 15px;
	margin-right: 5px;
}

h3.title {
	font-size: 120%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.5em;
	color: #5B4B48;
}

h3.title::before {
	content: "";
	height: 1px;
	background: #5B4B48;
	flex-grow: 1;
	margin-right: 0.5em;
}

h3.title::after {
	content: "";
	height: 1px;
	background: #5B4B48;
	flex-grow: 1;
	margin-left: 0.5em;
}

h3.title::before {
	content: "";
	height: 1px;
	background: #5B4B48;
	flex-grow: 1;
	margin-right: 0.5em;
}

h3.title::after {
	content: "";
	height: 1px;
	background: #5B4B48;
	flex-grow: 1;
	margin-left: 0.5em;
}

.points ul {
	width: 95%;
	margin: 0 auto 1em;
	padding: 0.5em;
	/*background-color:rgba(235,85,95,0.1);*/
	background-color: #D1DBF2;
}

.points ul li {
	text-indent: -1em;
	margin-left: 1em;
}

.points ul li p {
	text-indent: 0;
	font-size: 90%;
}

.points ul li::before {
	content: "●";
	color: #5B4B48;
}

.points ul li.attention::before {
	content: "";
}

@media screen and (max-width: 759.9px) {
	.box_unit2 {
		width: 95%;
		margin: 0 auto 30px;
	}

	.frontlead {
		width: 100%;
		margin-bottom: 20px;
	}

	.mainphoto {
		width: 100%;
		margin-bottom: 20px;
	}

	.price_conditions {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.price {
		font-size: 120%;
		border-right: none;
		border-bottom: 1px solid rgba(91, 75, 72, 0.5);
		padding: 0 0 10px;
		width: 100%;
		text-align: center;
	}

	.conditions {
		padding: 10px 20px;
	}

	.points {
		width: 100%;
		margin-bottom: 20px;
	}

	.itinerary {
		width: 100%;
	}

	.hotelphoto dl dt span {
		font-size: 10px;
		padding: 3px 5px;
		margin-right: 0.5em;
		border-radius: 5px;
	}

	.hotelphoto dl dd {
		text-align: left;
		font-size: 100%;
	}

}

/*-----hotel-----------------*/
.hotelphoto {
	width: 100%;
	position: relative;
	padding: 0 35px;
}

.hotelphoto .nday {
	position: absolute;
	top: 0;
	left: 35px;
	width: 70px;
	height: 40px;
	border-radius: 0 0 30px 0;
	background: #CD5C5C;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 120%;
	line-height: 1;
	z-index: 10;
	padding: 0 5px 5px 0;
	color: #FFFFFF;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

@media (max-width:767px) {
	.hotelphoto .nday {
		width: 60px;
		height: 30px;
		border-radius: 0 0 20px 0;
		font-size: 100%;
	}
}

.swiper-container.hotel {
	width: 100%;
	padding-bottom: 30px;
}

.swiper-container.hotel .swiper-wrapper .swiper-slide {
	border: 1px solid #CD5C5C;
	padding: 10px;
	height: auto;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
}

.swiper-container.hotel .swiper-wrapper .swiper-slide::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: rgba(91, 75, 72, 0.3);
}

.swiper-container.hotel .swiper-slide img {
	width: 100%;
	margin-bottom: 5px;
}

.swiper-button-prev.hotel::after,
.swiper-button-next.hotel::after {
	display: none;
}

.swiper-button-prev.hotel,
.swiper-button-next.hotel {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-prev.hotel i,
.swiper-button-next.hotel i {
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: #FFFFFF;
	z-index: 20;
	background: #CD5C5C;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-button-prev.hotel {
	left: 0;
}

.swiper-button-next.hotel {
	right: 0;
}

.swiper-pagination.hotel {
	bottom: 0;
}

@media (max-width:767px) {

	.swiper-button-prev.hotel,
	.swiper-button-next.hotel {
		font-size: 16px;
	}
}

/*-------------電話から予約方法-------------*/

#reservation {
	width: 100%;
	padding: 90px 0 30px;
	background: #f6f2ee;
}

.chart_unit {
	width: 100%;
	display: flex;
	margin-bottom: 50px;
}

.chart_unit .chart {
	background: #FFFFFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #CCCCCC;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	height: auto;
}

.chart_unit .arrow {
	width: 3%;
	margin: 0 0.5em;
	align-self: center;
}

.chart_unit img {
	width: 100%;
}

.chart_unit .chart p {
	font-size: 110%;
	text-align: center;
}

a.list_btn {
	width: 100%;
	margin: 0 auto;
	height: 50px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background: #E6D3CC;
	border-radius: 20px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 160%;
}

@media screen and (max-width: 759.9px) {
	.chart_unit .chart p {
		font-size: 90%;
	}
}

/*-----予約-------------------*/
.yoyaku_tel {
	width: 100%;
	padding: 30px 10px;
	border-radius: 20px;
	/*background: rgba(231,85,95,0.1);*/
	background: #D1DBF2;
	text-align: center;
	margin: 0 auto 50px;
}

.yoyaku_tel h2 {
	width: 80%;
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	margin: 0 auto 10px;
	text-decoration: none;
	background: #CD5C5C;
	z-index: 10;
	color: #FFFFFF;
	font-size: 100%;
	line-height: 1.5;
	border-radius: 30px;
}

.yoyaku_tel h3 {
	text-align: center;
	font-size: 180%;
}

.yoyaku_tel a.telno {
	text-align: center;
	font-size: 200%;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
}

.yoyaku_tel dl {
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	border-bottom: 1px dotted #CD5C5C;
	padding: 8px 0;
	display: flex;
	text-align: left;
}

.yoyaku_tel dl:first-of-type {
	border-top: 1px dotted #CD5C5C;
	margin-top: 20px;
}

.yoyaku_tel dl dt {
	width: 40%;
	text-align: right;
	padding-right: 0.5em;
}

.yoyaku_tel dl dd {
	width: 60%;
	text-align: left
}

@media screen and (max-width: 759.9px) {
	.yoyaku_tel h3 {
		font-size: 160%;
	}

	.yoyaku_tel a.telno {
		font-size: 180%;
	}
}


/*-----スライドswiper カスタマイズ　不要？--------------------*/
.swiper-container {
	width: 100%;
	margin: 0 auto;
}

.swiper-container .swiper-slide {
	text-align: center;
}

.swiper-container .swiper-slide img {
	border: 1px solid #CCC;
	width: 100%;
}

.swiper-container .swiper-slide p {
	/*margin-bottom: 20px;*/
}

.swiper-container .swiper-pagination {
	bottom: 15px;
}

.swiper-pagination-bullet-active {
	background: #B20202;
	background: #FFFFFF;
}

.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%;
}

@media (max-width:767px) {

	.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 pc カスタマイズ　不要？--------------------*/
.swiper-container_pc_root {
	width: 100%;
	margin: 0 auto;
	/*padding: 5px 0 10px;*/
	position: relative;
}

.swiper-container_pc {
	width: 100%;
	overflow: hidden;
}

.swiper-container_pc .swiper-slide {
	text-align: center;
}

.swiper-container_pc .swiper-slide img {
	border: 1px solid #CCC;
	width: 100%;
}

.swiper-container_pc .swiper-slide p {
	margin-bottom: 20px;
}

.swiper-container_pc_root .swiper-button-prev:after,
.swiper-container_pc_root .swiper-button-next:after {
	font-size: 30px;
	color: #333;
}

.swiper-container_pc_root .swiper-button-prev {
	left: -35px;
	top: 35%;
}

.swiper-container_pc_root .swiper-button-next {
	right: -35px;
	top: 35%;
}

/*--------開閉パネル-------------*/
.panel-trigger {
	display: none;
	/*チェックボックスは常に非表示*/
}

@media (max-width:767px) {
	.btnOpen {
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 300px;
		background: linear-gradient(rgba(237, 233, 231, 0) 0%, rgba(237, 233, 231, 1) 60%);
		padding-top: 160px;
		z-index: 100;
	}

	.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;
	}

	.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;
	}
}