@charset "utf-8";
#fix-bnr{
display: none !important;
}
/* まとめて指定できるもの ----------------------------------------------------------------------- */
#contents{
	width: 100%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#contents{
		padding: unset;
	}
}
#contents p{
	margin-bottom: unset;
	color: #fff;
}
#contents img {
	display: block;
	width: 100%;
	height: auto;
}


h1{
	font-size:  47px;
	color: #FFFFFF;
	filter: drop-shadow(0 0 0.25rem rgb(0,0,0,1));
}
@media screen and (max-width: 768px) {
	h1{
		font-size: 36px;
	}
}

#contents h2{
	margin-bottom: 10px;
	font-feature-settings: 'palt';
	font-size: 2.25em;
	line-height: 1.4em;
	letter-spacing: 0.07em;
	color: #fff;
}
@media screen and (max-width: 768px){
	#contents h2{
		margin-bottom: 20px;
		line-height: 1.7em;
		font-size: 1.7em;
	}
}

h3{
	margin-bottom: 15px;
	text-align: center;
	font-feature-settings: 'palt';
	font-size: 1.8em;
	color: #fff;
}
@media screen and (max-width: 768px) {
	h3{
		margin-bottom: 10px;
		text-align: center;
		font-size: 1.35em;
		color: #fff;
	}
}

h4{
	font-feature-settings: 'palt';
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 768px){
	h4{
		font-size: 1em;
	}
}

.inner {
    width: 1024px;
    margin: 0 auto;
}
@media screen and (max-width: 1024px) and (min-width: 769px){
	.inner{
		padding: 0 15px;
	}
}
@media screen and (max-width: 768px) {
	.inner{
		width: 100%;
		padding: 0 20px;
	}
}
.access .inner,.location .inner,.sup-block .inner{
	width: 50%;
	margin: 0;
	padding: 0 50px 0 calc((100vw - 1024px) / 2) ;
	/*margin-left: 15%;*/
}

@media screen and (max-width: 1024px) and (min-width: 769px){
	.access .inner,.location .inner,.sup-block .inner{
		padding: 0 40px 0 15px ;
	}
}
@media screen and (max-width: 768px) {
	.access .inner,.location .inner,.sup-block .inner{
		width: 100%;
		padding: 0 20px;
	}
}

.bg{
	position: relative;
	padding:50px 0; 
}
@media screen and (max-width: 768px) {
	.bg{
		padding: 20px 0;
	}
}

.bg.access, .bg.location, .bg.sup-block{
	position: relative;
} 
.bg.access .cap, .bg.location .cap, .bg.sup-block .cap{
	position: absolute;
	right: 1%;
    bottom: 1%;
    color: #fff;
    font-size: 0.8em;
    filter: drop-shadow(0 0 0.25rem rgb(0, 0, 0, 1));
} 
@media screen and (max-width: 768px) {
	.bg.access .cap, .bg.location .cap, .bg.sup-block .cap{
		right: 2%;
    bottom: 2%;
	}
}

.bg.access::before,.bg.location::before,.bg.sup-block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* 半透明 */
}
@media screen and (max-width: 768px) {
	.bg.access::before,.bg.location::before,.bg.sup-block::before{
		width: 100%;
	}
}

#contents .point-text p{
	line-height: 2em;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#contents .point-text p{
	line-height: 1.6em;
}
}

.bg.point-text{
	min-height: 550px;
	display: flex;
	margin: unset;
	align-items: center;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.bg.point-text{
		min-height: 350px;
		
	}
}

.bg .inner {
  position: relative;
  z-index: 1;
}
.icon{
	max-width: 100px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	#contents .icon{
		width: 60px;
	}
}

.weak{
	font-size: 0.75em;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.weak{
		font-size: 0.75em;
		line-height: 1.6em;
		margin-top: 0.4rem;
	}
}

.img-cap{
	position: relative;
}
.img-cap span{
	position: absolute;
	right: 3%;
	bottom: 1%;
	color: #fff;
	font-size: 0.8em;
	filter: drop-shadow(0 0 0.25rem rgb(0, 0, 0, 1));
}

.emphasis{
	font-size: 1.5em;
}
@media screen and (max-width: 768px) {
	.emphasis{
		font-size: 1.55em;
	}
}

.nots{
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	#contents .nots{
		font-size: 0.6em;
	}
}

/*個別指定*/
/* kv ---------------------------------------------------------------------------------------------- */
.kv{
	width: 100%;
	height: 70vh;
	background:center/cover no-repeat url("../img/goodpoint/kv.webp");
	text-align: center;
	align-content: center;
}
@media screen and (max-width: 768px) {
	.kv{
	height: 30vh;
	}
}

/* 5大いいねポイント ----------------------------------------------------------------------------- */
.start-wrap{
	width: 100%;
	background:center/cover no-repeat url("../img/goodpoint/bg-start.webp");
	text-align: center;
	align-content: center;
}

#contents .start-wrap p.nots,#contents .start-title p{
	color: #000;
}
#contents .start-wrap p.nots{
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}
@media screen and (max-width: 768px) {
	#contents .start-wrap p.nots{
		width: 100%;
		padding: 0 20px;
	}
}

#contents .start-title img{
	width: 75%;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	#contents .start-title img{
		width: 95%;
	}
}

#contents .start-title p{
	letter-spacing: 0.2em;
    margin: 25px 0;
}
@media screen and (max-width: 768px) {
	#contents .start-title p{
	letter-spacing: 0.1em;
		margin: 10px 0;
}
}

.anker-block{
	margin: 20px auto;
	text-align: center;
}

.anker{
	display: flex;
	row-gap: 40px;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.anker{
		row-gap: unset;
		flex-direction: column;
		align-items: center;
	}
	
}

.side2{
	width: calc(100% / 2);
}
.side3{
	width: calc(100% / 3);
}
@media screen and (max-width: 768px){
	.side2,.side3{
		width: 100%;
	}
}

.anker li {
	position: relative;
	padding: 10px;
	border-right: 1px solid #696969;
}
@media screen and (max-width: 768px) {
	.anker li {
	padding: 10px 20px;
	border-right: unset;
	border-bottom: 1px solid #696969;
	}
}

.anker li:first-child,li:not(.side2) + li.side2,li:not(.side3) + li.side3 {
	border-left: 1px solid #696969;
}
@media screen and (max-width: 768px) {
	.anker li:first-child {
	border-left: unset;
	border-top: 1px solid #696969;
	}
	li:not(.side3) + li.side3{
		border-left: unset;
	}
}

.anker a{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 16px;
	font-size: 1.4em;
	line-height: 1.8em;
}
@media screen and (max-width: 768px){
	.anker a{
		padding-bottom: unset;
		gap:20px;
		flex-direction: row;
		justify-content: flex-start;
		text-align: left;
		font-size: 1em;
		line-height: 1.2em;
	}
}

.anker li a::before {
    transform: rotate(45deg);
}
.anker li a::after {
    transform: rotate(-45deg);
}
.anker li a::before, .anker li a::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: calc(50% - 0.5px);
    width: 1px;
    height: 14px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: 50% calc(100% - 0.5px);
    transition: .3s;
}

@media screen and (max-width: 768px) {
	.anker li a::before,.anker li a::after {
		all: unset;
	}
	
.anker li a::after {
  content: "";
  position: absolute;
  right: 7%;  
  top: 50%;
  transform: translateY(-50%) rotate(45deg);

  width: 10px;
  height: 10px;
  border-right: 1px solid #696969;
  border-bottom: 1px solid #696969;
}

}

.anker li a:hover::before {
  transform: translateY(4px) rotate(45deg);
}
.anker li a:hover::after {
  transform: translateY(4px) rotate(-45deg);
}

#contents .anker p{
	color: #000;
}

#contents .anker img{
	width: 70px;
}
@media screen and (max-width: 768px) {
	#contents .anker img{
		width: 45px;
	}
	.anker .side2 .icon, .anker .side3 .icon{
		margin-bottom: unset;
	}
}




/* いいね1 ---------------------------------------------------------------------------------------- */
.bg.access{
	background:center/cover no-repeat url("../img/goodpoint/bg01.webp");
}

.access{
	color: #FFFFFF;
}

.bg.car-acs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
	background:center/cover no-repeat url("../img/goodpoint/bg03.webp");
}
@media screen and (max-width: 768px){
	.bg.car-acs{
		flex-direction: column;
		padding-bottom: 30px;
	}
}

.vertical{
	display: flex;
	padding-right: 50px;
	padding-left: max((100vw - 1024px) / 2, 15px);
	flex-direction: column;
	justify-content: space-around;
    align-items: flex-start;
}

@media screen and (max-width: 768px) {
	.vertical{
		padding: 0 20px;
	}
}

#contents .car-acs .vertical img{
	width: 80%;
}
@media screen and (max-width: 768px) {
	#contents .car-acs .vertical img{
	width: 100%;
}
	.car-acs .img-cap{
		margin-top: 20px;
		padding: 0 20px;
	}
	.car-acs .img-cap span{
		right: 7%;
	}
}


/* いいね2 ---------------------------------------------------------------------------------------- */
#contents .gp2 h2,#contents .gp2 p{
	color: #000;
}

.gp2 .point-text .weak:last-of-type{
	display: block;
}
.small{
	font-size: 0.8em;
}

.point-wrap.gp2{
	position: relative;
}

.bg.room{
	min-height: 500px;
	background:center/cover no-repeat url("../img/goodpoint/gp2.jpg");
}
@media screen and (max-width: 768px) {
	.bg.room{
		min-height: 250px;
	}
}

.bg.room .cap{
	position: absolute;
	right: 1%;
    bottom: 2%;
    color: #fff;
    font-size: 0.8em;
    filter: drop-shadow(0 0 0.25rem rgb(0, 0, 0, 1));
}

.gp2 .inner.point-text{
	padding: unset;
}
.gp2 .point-text{
	position: relative;
	margin-top: -105px;
}
@media screen and (max-width: 768px) {
	.gp2 .point-text {
		margin-top: -55px;
	}
}

.bg.merit{
	background:center/cover no-repeat url("../img/goodpoint/bg-white.webp");
}

.merit .inner .flex{
	margin-top: 40px;
	display: flex;
    gap: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 768px) {
	.merit .inner .flex{
		flex-direction: column;
		gap: 20px;
		
	}
}

.merit ul{
	margin-top: 15px;
}
.south2 ul{
	display: flex;
	justify-content: space-between;
	gap:20px;
}
@media screen and (max-width: 768px) {
	.south2 ul{
		flex-direction: column;
	}
}

#contents .merit p{
	font-size: 1.1em;
	font-weight: bold;
}
.merit li {
	
}
.merit .south1{
	width: 30%;
}
.merit .south2{
	width: 70%;
}
@media screen and (max-width: 768px) {
	.merit .south1,.merit .south2{
		width: 100%;
	}
}


#contents .south1 p:first-child,#contents .south2 p:first-child{
	padding: 5px 0;
	text-align: center;
	color: #fff;
}
.south1 p:first-child{
	background-color: #e07f00;
}
.south2 p:first-child{
	background-color: #908056;
}

.li-dec{
	color: #bcb2ba;
}


/* いいね3 ---------------------------------------------------------------------------------------- */
.gp3{
	background:center/cover no-repeat url("../img/goodpoint/bg03.webp");
}

.service-block{
	margin-top: 20px;
}

.service{
	display: flex;
	row-gap:30px;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
@media screen and (max-width: 768px) {
	.service{
		flex-direction: column;
		gap:15px;
	}
}

p.service-title{
	text-align: center;
	background-color: #000;
	padding: 5px 0;
	font-size: 1.1em;
}

.side{
	display: flex;
	gap:10px;
	margin-top: 15px;
	align-items: flex-start;
}

#contents .side p{
	width: 50%;
}

#contents .full .side p{
	width: unset;
}

.side .img-cap{
	width: 50%;
}

.half{
	width: calc(100% / 2 - 20px);
}
@media screen and (max-width: 768px) {
	.half{
	width: 100%;
	}
}

.full{
	width: 100%;
}


/* いいね4 ---------------------------------------------------------------------------------------- */
.bg.location{
	background:center/cover no-repeat url("../img/goodpoint/bg04.webp");
}

.bg.near-img{
	background:top/cover no-repeat url("../img/goodpoint/bg-white.webp");
}

.near-img ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	gap:10px;
}

.near-img li{
	width: calc(100% / 4 - 10px);
}
@media screen and (max-width: 768px) {
	.near-img li{
	width: calc(100% / 2 - 10px);
	}
}

#contents .near-img p{
	margin-top: 5px;
	color: #000;
	line-height: 1.3em;
	letter-spacing: 0;
	font-size: 0.9em;
}
@media screen and (max-width: 768px) {
	#contents .near-img p{
		font-size: 0.75em;
	}
}


/* いいね5 ---------------------------------------------------------------------------------------- */
.bg.sup-block{
	background:50% 30%/cover no-repeat url("../img/goodpoint/bg05-1.webp");
}
@media screen and (max-width: 768px) {
	.bg.sup-block{
	background-position: 80%;
}
}

.bg.support{
	background:top/cover no-repeat url("../img/goodpoint/bg05-2.webp");
}

.center{
	text-align: center;
	line-height: 2.3em;
}

.support-li{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
	margin: 40px 0;
}
@media screen and (max-width: 768px) {
	.support-li.list1{
		flex-direction: column;
		margin: 30px 0 20px;
	}
	.support-li.list2{ 
		margin-top: -10px;
		padding-top: 30px;
		align-items:stretch;
		border-top: 1px solid #543823;
       
	}
}

.list1{
	gap:10px;
}
.list2{
	gap:40px;
	row-gap:40px;
}
@media screen and (max-width: 768px) {
	.list2{
	gap:20px;
}
}

.list1 li{
	width: calc(100% / 3 - 10px);
}
@media screen and (max-width: 768px) {
	.list1 li{
		width:100%;
		display: grid;
		align-items: center;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
		row-gap: 10px;
		margin-bottom: 20px;
}
	
		/* 真ん中の要素を一番上に */
		.group1 {
		  grid-column: 1 / -1;
		  grid-row: 1;
		  text-align: center;
		}

		/* 説明文（左） */
		.group2 {
		  grid-column: 1;
		  grid-row: 2;
		}

		/* 画像側（右） */
		.group3 {
		  grid-column: 2;
		  grid-row: 2;
		}
	}


.list2 li{
	width: calc(100% / 2 - 25px);
	display: flex;
	align-items: center;
	background-color: #c5af75;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
	.list2 li{
		width:calc((100% - 20px) / 2);
		flex-direction: column-reverse;
		justify-content: flex-end;
		border-radius: unset;
	}
}

#contents .list1 p{
	margin-top: 15px;
	line-height: 1.4em;
	letter-spacing: 0;
}
@media screen and (max-width: 768px) {
	#contents .list1 p{
		margin-top: unset;
	}
}

#contents .list2 p,.list2 .img-cap{
	width: 50%;
}
@media screen and (max-width: 768px) {
	#contents .list2 p,.list2 .img-cap{
	width: 100%;
}
}

#contents .list1 p:first-child,#contents .list2 p{
	text-align: center;
	color: #543823;
}

#contents .list1 p:first-child{
	padding: 10px 0;
	letter-spacing: unset;
}
	#contents .list2 p{
		padding: 10px;	
}

.group1{
	background-color: #c5af75;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
	.group1 {
		border-radius: unset;
	}
}

.group1 p{
	font-size: 1.1em;
}
@media screen and (max-width: 768px) {
	#contents .group1 p{
		font-size: 1.05em;
	}
}

.child-future{
	display: flex;
	align-items: center;
	margin: 40px 0;
	background-color: #de807e;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
@media screen and (max-width: 768px) {
	.child-future{
		flex-direction: column-reverse;
		border-radius: unset;
	}
}

.child-future div,#contents .child-future img{
	width: 50%;
}
@media screen and (max-width: 768px) {
	.child-future div,#contents .child-future img{
	width: 100%;
}
}

.child-future div{
	display: grid;
	justify-content: center;
	align-items: center;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.child-future div{
		padding: 20px;
	}
}

#good1,
#good2,
#good3,
#good4,
#good5{
	padding-top: 60px;
	margin-top: -60px;
}
@media screen and (max-width: 768px) {
	#good1,
	#good2,
	#good3,
	#good4,
	#good5{
		padding-top: 40px;
		margin-top: -40px;
	}
}