@charset "UTF-8";
/* PCページ */
@media screen and (min-width: 768px){
main{
	padding-top: 114px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/carter-5.jpg);
}
.page-text::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #8b837c;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
/* 貸切プラン */
.sub-title::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0%, #8b837c 50%, #d8d8d8 50%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	bottom: 0;
}
.carter1{
	display: grid;
	padding: 80px 4vw;
	margin: 0 auto;
	row-gap: 160px;
}
.carter1-in1{
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	align-content: start;
	width: 100%;
	max-width: 1380px;
	margin: -70px auto;
	gap: 2vw;
	padding-top: 70px;
	padding-bottom: 60px;
	position: relative;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
}
.carter1-in1.run{
	opacity: 1;
	transform: translateY(0);
}
.carter1-in1::after{
	position: absolute;
	content: "";
	background: #f9f8f8;
	width: calc(100vw - 10px);
	left: 50%;
	margin-left: -50vw;
	height: 45%;
	bottom: 0;
	z-index: -1;
}
.carter1-in1 p{
	margin: 0;
}
#c-img1{
	width: 100%;
	max-width: 786px;
	grid-column: 1 / 5;
	grid-row: 1 / 2;
}
.carter1-in1 div{
	grid-column: 5 / 8;
	grid-row: 1 / 2;
}
.c-ul2{
	grid-column: 1 / 4;
	grid-row: 2 / 3;
}
#c-img2,#c-img3{
	width: 100%;
	max-width: 400px;
}
#c-img2{
	grid-column: 4 / 6;
	grid-row: 2 / 3;
}
#c-img3{
	grid-column: 6 / 8;
	grid-row: 2 / 3;
}
.carter1-in1 p:nth-child(2){
	padding: 30px 0;
}
.carter1-in1 p:nth-child(2) span{
	display: block;
}
.c-ul1{
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
}
.c-ul1 li:first-child{
	font-weight: bold;
	color: #8b837c;
	margin-top: 25px;
	margin-right: 15px;
}
.c-ul1 li:last-child{
	display: grid;
	grid-template-columns: repeat(auto-fit, 75px);
	justify-content: right;
	align-items: start;
	position: relative;
}
.c-ul1 li:last-child::before{
	position: absolute;
	content: "";
	border-top: 1px dotted #d8d8d8;
	width: 100%;
	top: 37px;
	z-index: -1;
}
.c-ul1 img{
	width: 100%;
	max-width: 50px;
	margin-bottom: 8px;
}
.c-ul1 span:not(.c-ul1 span span){
	display: grid;
	justify-items: center;
	font-size: 12px;
	min-width: 65px;
	height: 85px;
	padding-top: 10px;
	line-height: 1.2em;
	background: #fff;
}
.carter1-in1 p:last-child{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: align-content;
	gap: 0 2vw;
	padding: 50px 10px 0;
}
.carter1-in1 p:last-child span a{
	border: 1px solid #8b837c;
	border-radius: 5px;
	display: grid;
	justify-items: center;
	align-items: center;
	padding: 10px;
	color: #8b837c;
	position: relative;
	background: #fff;
}
.carter1-in1 p:last-child span a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #8b837c;
	border-bottom: 1px solid #8b837c;
	width: 20px;
	height: 4px;
	right: 15px;
	transform: skew(45deg);
	transition: .3s;
}
.carter1-in1 p:last-child span a:hover::after{
	right: -9px;
}
.c-ul2{
	display: grid;
	list-style: none;
	padding: 0;
	margin: 0;
}
.c-ul2 li{
	display: grid;
	grid-template-columns: minmax(8em, 25%) 1fr;
	align-items: center;
	padding: 10px 0;
	position: relative;
	gap: 0 1vw;
}
.c-ul2 li::before,.c-ul2 li:last-child::after{
	position:absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0%, #8b837c 25%, #d8d8d8 25%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
}
.c-ul2 li::before{
	top: 0;
}
.c-ul2 li:last-child::after{
	bottom: 0;
}
.c-ul2 li span{
	font-weight: bold;
	color: #8b837c;
	text-align: center;
}
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px){
main{
	padding-top: 79px;
}
.carter1{
	all: unset;
	display: grid;
	padding: 80px 4vw 0;
	margin: 0 auto;
	row-gap: 80px;
}
.carter1-in1::after{
	content: none;
}
.carter1-in1{
	all: unset;
	display: grid;
	grid-template-columns: repeat(10, 1fr);
	grid-template-rows: 1fr;
	gap: 2vw;
}
#c-img1{
	width: 100%;
	max-width: 786px;
	grid-column: 1 / 8;
	grid-row: 1 / 3;
}
#c-img2,#c-img3{
	width: 100%;
	max-width: 400px;
}
#c-img2{
	grid-column: 8 / 11;
	grid-row: 1 / 2;
}
#c-img3{
	grid-column: 8 / 11;
	grid-row: 2 / 3;
}
.carter1-in1 div{
	grid-column: 1 / 11;
	grid-row: 3 / 4;
}
.c-ul2{
	grid-column: 1 / 11;
	grid-row: 4 / 5;
	padding-top: 30px;
}
}
/*スマホページ */
@media screen and (max-width: 768px){
main{
	padding-top: 72px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/carter-5.jpg);
}
.page-text::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #8b837c;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
.sub-title{
	margin-top: 0;
}
.sub-title::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0%, #8b837c 50%, #d8d8d8 50%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	bottom: 0;
}
/* 貸切プラン */
.carter1{
	padding: 50px 20px;
	display: grid;
	row-gap: 80px;
}
.carter1-in1{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
#c-img1{
	width: 100%;
	max-width: 786px;
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}
#c-img2,#c-img3{
	width: 100%;
	max-width: 400px;
}
#c-img2{
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}
#c-img3{
	grid-column: 2/ 3;
	grid-row: 2 / 3;
}
.carter1-in1 div{
	grid-column: 1 / 3;
	grid-row: 3 / 4;
}
.c-ul2{
	list-style: none;
	padding: 0;
	margin: 0;
	grid-column: 1 / 3;
	grid-row: 4 / 5;
	border-bottom: 1px solid #d8d8d8;
}
.c-ul1{
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
}
.c-ul1 img{
	width: 100%;
	max-width: 40px;
}
.c-ul1 li:first-child{
	font-weight: bold;
	color: #8b837c;
	display: flex;
	align-items: center;
}
.c-ul1 li:first-child::after{
	content: "";
	border-top: 1px dotted #d8d8d8;
	flex-grow: 1;
	margin-left: 1em;
}
.c-ul1 li:last-child{
	display: grid;
	grid-template-columns: repeat(5, 60px);
	padding: 10px 0;
	border-bottom: 1px dotted #d8d8d8;
}
.c-ul1 span{
	display: grid;
	justify-items: center;
	font-size: 12px;
}
.carter1 div p:last-child{
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: align-content;
	gap: 0 20px;
	padding-top: 20px;
}
.carter1 div p:last-child span a{
	display: grid;
	align-items: center;
	justify-items: center;
	border:1px solid #8b837c;
	border-radius: 4px;
	padding: 10px;
	color: #8b837c;
	position: relative;
}
.carter1 div p:last-child span a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #8b837c;
	border-bottom: 1px solid #8b837c;
	transform: skew(45deg);
	width: 20px;
	height: 4px;
	right: 10px;
}
.carter1 div p:last-child span a:hover{
	transition: .3s;
	opacity: 0.8;
}
.c-ul2 li{
	display: grid;
	row-gap: 15px;
	padding: 0 0 15px 10px;
}
.c-ul2 span{
	background: #f9f8f8;
	font-weight: bold;
	color: #8b837c;
	border-top: 1px solid #d8d8d8;
	padding: 5px 10px;
	margin-left: -10px;
}
}