@charset "UTF-8";
/* CSS Document */


/* ボタン　================================================== */
.btn_wrap{
	display: block;
	width: 270px;
	margin: 30px auto;
}
.btn a{
	display: inline-block;
	min-width: 250px;
	color: #fff;
	font-weight: 600;
	font-size: 1rem;
    background:linear-gradient( to right,#29b78b ,#028760 , #007bbb ,#2ca9e1);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200% auto;
	padding: 21px 2.5em;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: center;
	border-radius: 100px;
	transition: all .5s ease 0s;
	line-height: 1;
}
.btn a:hover{
	background-position: 100% 0;
	color: #fff;
}
.btn a .icon{
	padding-right: 25px;
}

/* コンテンツ間画像　================================================== */
.gap_img{
	width: 100%;
	overflow: clip;
	position: relative;
	z-index: 1;
}
.gap_img .base{
	width: 100%;
	aspect-ratio: 7 / 3;
	object-fit: cover;
}
.gap_img .on_txt{
	position: absolute;
	top: calc(50% - 80px);
	left: 50%;
	transform: translate(-50% , -50%);
	width: calc(100% - 60px);
	max-width: 450px;
	z-index: 3;
}

.gap_img .on_txt img{
	aspect-ratio:auto;
	width: 100%;
}
.gap_img .on_img{
	position: absolute;
	top: calc(50% + 80px);
	left: 50%;
	transform: translate(-50% , -50%);
	width: 120px;
	z-index: 3;
}
.gap_img .on_img img{
	aspect-ratio:auto;
	width: 100%;
}
.gap_img .on_topics{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	width: calc(100% - 60px);
	max-width: 800px;
	padding: 50px 10px;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	background-color: rgba(255,255,255,0.7);
	
}
@media (max-width: 1200px){
	.gap_img .base{
		aspect-ratio: 3 / 2;
	}
}
@media (max-width: 960px){
	.gap_img .base{
		min-height: 400px;
	}
}
@media (max-width: 750px){
	.gap_img .base.intxt{
		height: auto;
		min-height: 500px;
	}
	.gap_img .on_txt img{
		height: inherit;
	}
	.gap_img .on_topics{
		margin: 30px 0;
		padding: 30px 10px;
		aspect-ratio: auto;
	}
	.gap_img .on_topics p.text{
		font-size: 0.9rem;;
	}
	.gap_img .on_topics .btn a{
		padding: 15px;
	}
}

/* テーブル　================================================== */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple01 table tr{
	border-bottom: solid 1px #007bbb;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align:middle;
}
.simple01 table th{
	width: 25%;
	min-width: 6em;
	color: #007bbb;
}
.simple01 table td i{
	color: #007bbb;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}
.border01{
}
.border01 li{
	text-indent: -1em;
	margin-left: 1em;
	border-bottom: dashed 1px #007bbb;
	margin-bottom: 0.5em;
}

.simple02 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.simple02 table tr{
	border-bottom: solid 1px #007bbb;
}
.simple02 table th,.simple01 table td{
	padding: 1em;
	text-align: left;
	vertical-align: top;
}
.simple02 table th{
	width: 25%;
	min-width: 6em;
	color: #007bbb;
	line-height: 120%;
}
.simple02 table td.time{
	min-width: 5em;
	text-align: right;
	padding-right: 1em;
}
@media (max-width: 960px){
	.simple02 table tr{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.simple02 table th{
		display: block;
		width: 100%;
	}
	.simple02 table td{
		display: block;
		padding-left: 1em;
		width: fit-content;
	}
}
@media (max-width: 750px){
	.simple02 table td.time.t02{
		width: 100%;
		text-align: right;
	}
}
@media (max-width: 450px){
	.simple02 table{
		font-size: 0.9rem;
	}
	
}

.border02{
	display: flex;
	flex-wrap: wrap;
	gap:15px;
	margin-bottom: 1rem;
}
.border02 li{
	font-family: YakuHanMP, ten-mincho, serif;
	border-bottom: dashed 1px #007bbb;
	font-size: 0.9rem;
}

/* フォト　==================== */
.photo_wrap{
	width: 100%;
	position: relative;
	aspect-ratio: 4 / 3;
	max-width: 800px;
	margin: auto;
}
.photo_wrap ul.photo_flame{
	width: 85%;
	position: absolute;
	top: 30px;
	left: 0;
}
.photo_wrap ul.photo_flame.no01{
	z-index: 3;
	transform: rotate(3deg);
}
.photo_wrap ul.photo_flame.no02{
	z-index: 2;
	top:50%;
	left: auto;
	right: 0;
	transform: rotate(-10deg) translateY(-50%);
}
.photo_wrap ul.photo_flame.no03{
	z-index: 1;
	top: auto;
	left: 5%;
	bottom: 0;
	transform: rotate(5deg)  translateY(30px);
}
.photo_wrap ul.photo_flame li{
	padding: 15px;
}
.photo_wrap li img{
	width: 100%;
	padding: 10px;
	background: #fff;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
}

@media (max-width: 960px){
	.photo_wrap{
		margin-bottom: 50px;
	}
}

/* Map ============================================================ */
.map {
	width: 100%;
}
.map iframe{
	width: 100%;
	vertical-align: middle;
}
/* 楽しみ方 ============================================================ */
.guide_wrap .inner{
	padding: 30px;
	max-width: 1200px;
	margin: 0 auto 50px;
	background: #fff;
	box-shadow: 2px 2px 10px rgba(44,169,225,0.3);
}
.guide_wrap .inner:last-child{
	margin: 0 auto;
}

.guide_wrap h3{
	font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
}

.guide_wrap h3::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -3px;
	width: 100%;
	height: 5px;
	background: linear-gradient( to right ,#028760 , #007bbb ,#2ca9e1);
}
.guide_wrap h3 .category,
.guide_wrap h3 .time{
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 0.7rem;
	padding: 0.25em 0.5rem;
	margin-left: 0.5rem;
	background:#007bbb;
	color: #fff;
}
.guide_wrap h3 .time{
	background:#028760;
}
.guide_wrap .comment{
	padding: 10px;
}

.guide_wrap dl{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	font-size: 0.9rem;
	margin-bottom: 0.5rem;
	margin-left: 1rem;
	border-bottom: dashed 1px #ccc;
}
.guide_wrap dl dt{
	width: 6em;
	white-space: nowrap;
}
@media (max-width: 750px){
	.guide_wrap .inner{
		padding: 30px 15px;
	}
}
@media (max-width: 450px){
	.guide_wrap dl{
		flex-direction: column;
		justify-content: flex-start;
	}
	.guide_wrap dl dt{
		color: #028760;
	}
}
/* ギャラリー ============================================================ */
.gallery_wrap {
	width:100%;
	padding: 20px 10px;
}
.gallery_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.gallery_list li{
	width: calc(100% / 4 - 20px);
    margin: 10px;
    overflow: hidden;
    font-size: 0;
}
.gallery_list a.photo{
	display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    margin: 0 auto;
    overflow: hidden;
    background-color: #fff;
	cursor: pointer;
}
.gallery_list a.photo img{
	width: 100%;
    object-fit: contain;
	transition: .5s;
}
.gallery_list a.photo img:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.gallery_list li{
		width: calc(100% / 2 - 20px);
	}
}
@media (max-width: 750px){
	.gallery_list li{
		width: calc(100% / 2 - 10px);
		 margin: 5px;
	}
}
/* QA ============================================================ */
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}
.qa-list dl:first-child {
    border-top: 1px solid #ccc;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #028760;
    border-right: 2px solid #028760;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-size: 1.2rem;
}
.qa-list dl dt::before {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: -10px;
    left: 0;
    display: block;
    content: 'Q.';
    color:#028760;
}
.qa-list dl dd::before {
    font-size: 40px;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 2px;
    display: block;
    content: 'A.';
    color: #e65912;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
@media (max-width: 750px){
	.qa-list dl{
		 padding: 28px 30px 28px 15px;
	}
	.qa-list dl::before{
		right: 15px;
	}
	.qa-list dl dt{
		padding: 0 0 0 40px;
	}
	.qa-list dl dt::before ,
	.qa-list dl dd::before {
		font-size: 30px;
	}
}
/* 料金 ================================================== */
.fee_wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.fee_wrap dl{
	width: calc(100% / 2 - 20px);
	margin: 10px;
	display: flex;
	justify-content:space-between;
	align-items: flex-end;
	padding: 5px;
	border-bottom: solid 1px #ccc;
}
.fee_wrap dl dt{
	width: 6em;
	color: #028760;
}
.fee_wrap dl dd{
	text-align: right;
	width: calc((100% - 6em) / 2 );
}
.fee_wrap dl dd:nth-child(3){
	font-size: 80%;
}
@media (max-width: 960px){
	.fee_wrap{
		flex-direction: column;
	}
	.fee_wrap dl{
		width: calc(100% - 20px);
	}
}
@media (max-width: 750px){
	.fee_wrap dl{
		flex-wrap: wrap;
	}
	.fee_wrap dl dt{
		width: 100%;
	}
	.fee_wrap dl dd{
		width: 50%;
	}
}

/* サムネ付きスライダー ================================================== */
.slide_flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider02,.slick_thumbnail{
	width: 50%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.slider02 img,
.thumbnail-img img{
	width: 100%;
	aspect-ratio: 3 / 2;
	vertical-align: middle;
	object-fit: cover;
	padding: 8px;
}
.slick_thumbnail .slick-track {
	transform: unset !important;
}

.thumbnail-img {
	width: calc(100% / 2) !important;
	opacity: 0.5;
	transition: opacity .3s linear;
}
.slick_thumbnail .slick-current {
	opacity: 1;
}
.slick-img{
	position: relative;
}
.slick-img p{
	position: absolute;
	bottom: 15px;
	left: 15px;
	background: #fff;
	padding: 0.2em 1em;
	
}


@media (max-width: 1200px){
	.slide_flex{
		flex-direction: column;
	}
	.slider02,.slick_thumbnail{
		width: 100%;
	}
	.slide_flex.reverse{
		flex-direction: column-reverse;
	}
}


/* カルーセルスライダー ================================================== */
.carousel02 {
	width: calc(100% - 60px);
	margin: auto;
}
.carousel02 .inner {
	height: 100%;
	overflow: hidden;
	margin: 15px;
	padding: 15px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel02 img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.carousel02 p{
	font-size: 0.9rem;
	padding: 1rem 0.5rem;
}
.carousel02 h3{
	margin-top: 20px;
	font-size: 1.3rem;
}
.carousel02 h3 .en{
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
}
.carousel02 h3 .en .nb{
	font-size: 200%;
}

.carousel02 .slick-next {
	right: -30px;
	z-index: 50;
}
.carousel02 .slick-prev {
	left: -30px;
	z-index: 50;
}
.carousel02 .slide-arrow {
	background:linear-gradient( to right bottom,#29b78b ,#028760 , #007bbb);
	border-radius: 50%;
	bottom: 0;
	height: 0;
	margin: auto;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 10;
	transition: .5s;
}
.carousel02 .prev-arrow {
	width: 50px;
	height: 50px;
	left: -40px;
	position: absolute;
}
.carousel02 .next-arrow {
	width: 50px;
	height: 50px;
	right: -40px;
	position: absolute;
}
.carousel02 .prev-arrow::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f060';
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.carousel02 .next-arrow::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f061';
	color: #fff;
	top: 50%;
	right: 25%;
	transform: translate(-50%,-50%);
}
.carousel02 .slide-arrow:hover{
	background-position: right;
}
.carousel02 .slick-track{
	display: flex;
}
.carousel02 .slick-slide{
	height: auto !important; 
}


@media (max-width: 750px){
	.carousel02{
		width: 100%;
		margin-top: 60px;
	}
	.carousel02 .inner .in_flex{
		flex-direction: column;
		justify-content: center;
	}
	.carousel02 .slide-arrow{
		bottom: auto;
		top: -40px;
	}
	.carousel02 .prev-arrow{
		left: calc(100% - 110px);
	}
	.carousel02 .next-arrow{
		right: 0;
	}
}

.photo_slider{
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}

#mailformpro{
	width: 100%;
	padding: 20px;
}
#mailformpro table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailformpro table tr{
	border-bottom: solid 1px #ccc;
}
#mailformpro table tr:last-child{
	border-bottom:none;
}
#mailformpro table th{
	width: 250px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align: middle;
	line-height: 120%;
	font-weight: 400;
}
#mailformpro table td{
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
#mailformpro .radio{
	padding: 0 1rem;
}
#mailformpro .checkbox{
	padding: 0 1rem;
}
#mailformpro .form_input,#mailformpro textarea{
	background:#f5f5f5;
	width: 100% !important;
	padding: 15px 10px;
	border: none;
}
#mailformpro .form_input.mini{
	width: 150px !important;
}
#mailformpro span.form_required{
	display: inline-block;
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#028760;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
#mailformpro input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	color: #fff;
	background:linear-gradient( to right,#29b78b ,#028760 , #007bbb ,#2ca9e1);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 200% auto;
	padding: 21px 2.5em;
	letter-spacing: .1em;
	border-radius: 50px;
	margin: 0 auto;
	transition: .5s;
}
#mailformpro input[type='submit']:hover{
	background-position: 100% 0;
}
.infobox{
	margin-bottom: 30px;
}
.infobox h4{
	text-align: center;
	color: #1f1f1f !important;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	color: #1f1f1f;
	margin-top: 1em;
}
.infobox h5 i{
	color: #028760;
}
.infobox p{
	font-size: 0.8em !important;
	color: #1f1f1f;
	padding: 0.5em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#f5f5f5;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#666;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #666;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check_label{
	border: none !important;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 3px;
  border: solid 2px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #028760;
  border-color: #028760;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}
@media (max-width: 960px){
	#mailformpro{
		padding: 10px 0;
	}
	#mailformpro table th,
	#mailformpro table td{
		display: block;
		width: 100%;
		padding: 0.5rem 0;
	}
	#mailformpro table td{
		padding-bottom: 1rem;
	}
	
	#mailformpro input[type='text'] ,#mailformpro input[type='date'] ,#mailformpro textarea{
		width: 100% ;
	}
}

.cp_ipselect {
	overflow: hidden;
	width: 100%;
	text-align: center;
	background:#f5f5f5;
	padding: 15px 10px;
	border: none;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}

.cssbook{
	position:relative;
	width: 100%;
	aspect-ratio: 5 / 3;
}
.cssbook .title{
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	font-size: clamp(1.2rem, 1.08rem + 0.4267vw, 1.4rem);
}
.cssbook .comment{
	line-height: 200%;
	text-decoration: underline dotted 1px #ccc;
}
.cssbook img.main{
	width: 100%;
	vertical-align: middle;
}
.cssbook .b_next{
	font-size: 0.7rem;
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 100%;
	text-align: center;
}
.cssbook .b_next2{
	font-size: 0.8rem;
	position: absolute;
	top: 30%;
	right: 0;
	width: 100%;
	text-align: center;
}
.cssbook .b_back{
	font-size: 0.7rem;
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}
.cssbook .b_cut_top{
	display: block;
	position: absolute;
	bottom: 10%;
	left: 30px;
	width: calc(100% - 60px);
}
.cssbook .b_cut{
	display: block;
	position: absolute;
	bottom: 50px;
	left: 30px;
	width: 50%;
}
.cssbook .b_cut02{
	display: block;
	position: absolute;
	bottom: 30%;
	left: 10%;
	width: 80%;
}
.cssbook .b_cut03{
	display: block;
	position: absolute;
	top: 10%;
	left: 10%;
	width: 50%;
}

.cssbook .b_cut06{
	display: block;
	position: absolute;
	top: 50px;
	left: 10%;
	width: 80%;
}
.cssbook .b_cut_top img,
.cssbook .b_cut img,
.cssbook .b_cut02 img,
.cssbook .b_cut03 img,
.cssbook .b_cut06 img{
	width: 100%;
}
#ch01,#ch02,#ch03,#ch04,#ch05,#ch06,#ch07{
	display:none;
}
#pg01a,#pg01b,#pg02a,#pg02b,#pg03a,#pg03b,#pg04a,#pg04b,#pg05a,#pg05b,#pg06a,#pg06b,#pg07a,#pg07b{
	position:absolute;
	width:40%;
	height:100%;
	background-color:#fff;
	border: solid 1px #eee;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition:1s;
	backface-visibility:hidden;
}
#pg01a,#pg02a,#pg03a,#pg04a,#pg05a,#pg06a,#pg07a{
	left:50%;
	transform-origin:left;
	transform:perspective(1500px) rotateY(0deg);
}
#pg01b,#pg02b,#pg03b,#pg04b,#pg05b,#pg06b,#pg07b{
	right:50%;
	transform-origin:right;
	transform:perspective(1500px) rotateY(180deg);
}
#ch01:checked~#pg01a,#ch02:checked~#pg02a,#ch03:checked~#pg03a,#ch04:checked~#pg04a,#ch05:checked~#pg05a,#ch06:checked~#pg06a,#ch07:checked~#pg07a{
	transform:perspective(1500px) rotateY(-180deg);
}
#ch01:checked~#pg01b,#ch02:checked~#pg02b,#ch03:checked~#pg03b,#ch04:checked~#pg04b,#ch05:checked~#pg05b,#ch06:checked~#pg06b,#ch07:checked~#pg07b{
	transform:perspective(1500px) rotateY(0deg);
}
#pg01a{z-index:12;}
#pg02a{z-index:11;}
#pg03a{z-index:10;}
#pg04a{z-index:9;}
#pg05a{z-index:8;}
#pg06a{z-index:7;}
#pg07a{z-index:6;}

.bg_cut_c01{
	background-image: url("../img/cut02.webp");
	background-repeat: no-repeat;
	background-position:20% 80%;
	background-size: 200px;
}
@media (max-width: 960px){
	.cssbook{
		aspect-ratio: 3 / 2;
	}
	#pg01a,#pg01b,#pg02a,#pg02b,#pg03a,#pg03b,#pg04a,#pg04b,#pg05a,#pg05b,#pg06a,#pg06b,#pg07a,#pg07b{
		width: 50%;
	}
	
}@media (max-width: 750px){
	.bg_cut_c01{
		background-position:50% 70%;
	}
	.cssbook{
		width: 190%;
		transform: translateX(-45%);
		aspect-ratio: 3 / 2;
	}
	.cssbook .b_back{
		bottom: 50%;
		left: auto;
		right: 15px;
		width: fit-content;
		transform: rotate(90deg) translateY(-50%);
	}
	.cssbook .b_cut,
	.cssbook .b_cut02,
	.cssbook .b_cut03,
	.cssbook .b_cut06{
		display: none;
	}
	
}
.cut_flex{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.cut_flex .in{
	width: calc(100% / 4);
	text-align: center;
	padding: 6px;
}
.cut_flex .in img{
	width: 96%;
	max-width: 150px;
}

.txt_link{
	color: #007bbb;
	text-decoration: underline!important;
}
.txt_link:hover{
	color: #028760;
}
.bgm{
	position: fixed;
	bottom: 0;
	left: 15px;
	z-index: 998;
}
