@charset "UTF-8";
/* CSS Document */
/* mainArea */
.mainArea {
	background-image: url("../img/top/main_bg_pc.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
  aspect-ratio: 1500 / 878;
/*	margin-top: -150px;*/
}
.mainArea .main_inner {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
  aspect-ratio: 1500 / 878;
}
.mainArea .main_inner .main_txt {
	width: min(52vw);
	margin-left: min(-5vw);
	margin-top: min(-3vh);
}

/* 共通 */
/* h2 */
.descArea02 .inner .h2Area,
.descArea03 .inner .h2Area,
.descArea04 .inner .h2Area,
.descArea05 .inner .h2Area,
.descArea06 .inner .h2Area {
	position: relative;
	padding-top: 110px;
	text-align: center;
}
.descArea02 .inner .h2Area:before,
.descArea03 .inner .h2Area:before,
.descArea04 .inner .h2Area:before,
.descArea05 .inner .h2Area:before,
.descArea06 .inner .h2Area:before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.descArea02 .inner .h2Area h2,
.descArea03 .inner .h2Area h2,
.descArea04 .inner .h2Area h2,
.descArea05 .inner .h2Area h2,
.descArea06 .inner .h2Area h2 {
	font-size: 18px;
	letter-spacing: 0.2em;
	display: inline-block;
	text-align: center;
	padding-top: 20px;
	position: relative;
}
.descArea02 .inner .h2Area h2:before,
.descArea03 .inner .h2Area h2:before,
.descArea04 .inner .h2Area h2:before,
.descArea05 .inner .h2Area h2:before,
.descArea06 .inner .h2Area h2:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 76px;
	height: 1px;
	background: rgb(195,73,71);
	background: linear-gradient(90deg, rgba(195,73,71,1) 0%, rgba(254,223,218,1) 60%, rgba(255,255,255,1) 65%, rgba(249,208,204,1) 75%, rgba(222,135,144,1) 90%);
}

/* descArea01 */
.descArea01 {
	background-image: url("../img/top/desc01_gr_bg.png"),url("../img/top/pk_bg.png");
	background-position: top 50px right -6%,bottom 50px left -6%;
	background-repeat: no-repeat,no-repeat;
}
.descArea01 .inner {
	padding: 120px 20px 30px;
	margin-top: -60px;
	text-align: center;
}
.descArea01 .inner h2 {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.descArea01 .inner h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 76px;
	height: 1px;
	background: rgb(195,73,71);
	background: linear-gradient(90deg, rgba(195,73,71,1) 0%, rgba(254,223,218,1) 60%, rgba(255,255,255,1) 65%, rgba(249,208,204,1) 75%, rgba(222,135,144,1) 90%);
}
.descArea01 .inner .txt {
	font-size: 25px;
	font-weight: 400;
}
.descArea01 .inner .item {
	padding-top: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.descArea01 .inner .item .left {
	width: calc(50% - 30px);
}
.descArea01 .inner .item .left .img {
	background-image: url("../img/top/desc01_img.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 613/629;
}
.descArea01 .inner .item .right {
	width: calc(50% - 30px);
}
.descArea01 .inner .item .right .txtArea {
	max-width: 440px;
	position: relative;
	padding-top: 120px;
}
.descArea01 .inner .item .right .txtArea:before {
	content: url("../img/top/desc01_bf.svg");
	position: absolute;
	top: 0;
	left: 0;
	width: 288px;
}
.descArea01 .inner .item .right .txtArea p {
	line-height: 2;
	text-align: left;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

/* descArea02 */
.descArea02 {
	background-image: url(../img/top/pk_bg.png),url(../img/top/desc02_gr_bg01.png),url(../img/top/pk_bg.png),url(../img/top/desc02_gr_bg02.png),url(../img/top/desc02_pk_bg.png);
	background-position: top 20px right -10%,top 30% left -6%,top 50% right 50%,bottom 30% right -6%,bottom 130px left -4%;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
}
.descArea02 .inner {
	padding: 120px 20px 30px;
	margin-top: -60px;
}
.descArea02 .inner .h2Area {
	padding-top: 110px;
}
.descArea02 .inner .h2Area:before {
	content: url("../img/top/desc02_h2_bf.svg");
	width: 212px;
}
.descArea02 .inner ul {
	padding-top: 60px;
}
.descArea02 .inner ul li {
	padding-bottom: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.descArea02 .inner ul li .left {
	width: calc(50% - 16px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.descArea02 .inner ul li .left .d_left {
	width: calc(160px);
}
.descArea02 .inner ul li .left .d_left h3 img {
	width: 120px;
}
.descArea02 .inner ul li .left .d_right {
	width: calc(100% - 160px);
}
.descArea02 .inner ul li .left .d_right h4 {
	font-size: 24px;
	padding-bottom: 26px;
}
.descArea02 .inner ul li .left .d_right p {
	line-height: 1.8;
	font-size: 18px;
}
.descArea02 .inner ul li .left .d_right .sm {
	font-size: 14px;
	padding-left: 16px;
	position: relative;
	line-height: inherit;
}
.descArea02 .inner ul li .left .d_right .sm:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.descArea02 .inner ul li .right {
	width: calc(50% - 16px);
}
.descArea02 .inner ul li .right .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 585/414;
}
.descArea02 .inner ul li:first-of-type .right .img {
	background-image: url("../img/top/desc02_img01.jpg");
}
.descArea02 .inner ul li:nth-of-type(2) .right .img {
	background-image: url("../img/top/desc02_img02.jpg");
}
.descArea02 .inner ul li:nth-of-type(3) .right .img {
	background-image: url("../img/top/desc02_img03.jpg?v=230320");
}
.descArea02 .inner ul li:nth-of-type(4) .right .img {
	background-image: url("../img/top/desc02_img04.jpg?v=230320");
}
.descArea02 .inner ul li:nth-of-type(5) .right .img {
	background-image: url("../img/top/desc02_img05.jpg?v=240415");
}
.descArea02 .desc02_bg {
	height: 270px;
	background-image: url("../img/top/desc02_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* descArea03 */
.descArea03 {
	background-image: url("../img/top/pk_bg.png"),url("../img/top/pk_bg.png");
	background-position: top 30% right -10%,bottom 16% left -10%;
	background-repeat: no-repeat,no-repeat;
}
.descArea03 .inner {
	padding: 120px 20px 30px;
	margin-top: -60px;
}
.descArea03 .inner .h2Area {
	padding-top: 90px;
	margin-bottom: 60px;
}
.descArea03 .inner .h2Area:before {
	content: url("../img/top/desc03_h2_bf.svg");
	width: 217px;
}
.descArea03 .inner .ps {
	font-size: 14px;
}
.descArea03 .inner .menuArea {
	padding-top: 6px;
}
.descArea03 .inner .menuArea .menu {
	background-color: #fff;
	filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .1));
	margin-bottom: 60px;
	position: relative;
	padding: 22px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.descArea03 .inner .menuArea .menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgb(195,73,71);
	background: linear-gradient(90deg, rgba(195,73,71,1) 0%, rgba(254,223,218,1) 60%, rgba(255,255,255,1) 65%, rgba(249,208,204,1) 75%, rgba(222,135,144,1) 90%);
}
.descArea03 .inner .menuArea .menu .left {
	width: calc(34% - 10px);
}
.descArea03 .inner .menuArea .menu .left .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.descArea03 .inner .menuArea .menu01 .left .img,
.descArea03 .inner .menuArea .menu02 .left .img {
	aspect-ratio: 380/760;
}
.descArea03 .inner .menuArea .menu03 .left .img {
	aspect-ratio: 380/435;
}
.descArea03 .inner .menuArea .menu01 .left .img {
	background-image: url("../img/top/desc03_img04.jpg");
}
.descArea03 .inner .menuArea .menu02 .left .img {
	background-image: url("../img/top/desc03_img04.jpg");
}
.descArea03 .inner .menuArea .menu03 .left .img {
	background-image: url("../img/top/desc03_img04.jpg");
}
.descArea03 .inner .menuArea .menu .right {
	width: calc(66% - 10px);
}
.descArea03 .inner .menuArea .menu .right .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 590/190;
	margin-bottom: 20px;
}
.descArea03 .inner .menuArea .menu01 .right .img {
	background-image: url("../img/top/desc03_img01_1.png");
}
.descArea03 .inner .menuArea .menu02 .right .img {
	background-image: url("../img/top/desc03_img01_2.png?v=240523");
}
.descArea03 .inner .menuArea .menu .right .item01 h3 {
	font-size: 37px;
}
.descArea03 .inner .menuArea .menu .right .f_time {
	background-color: #000;
	color: #fff;
	font-size: 20px;
	line-height: 1;
	width: 134px;
	padding: 8px 0;
	text-align: center;
	margin-top: 16px;
}
.descArea03 .inner .menuArea .menu .right .item02 {
	padding-bottom: 10px;
}
.descArea03 .inner .menuArea .menu .right .item02 .txt {
	line-height: 1.8;
	font-size: 18px;
}
.descArea03 .inner .menuArea .menu .right .item02 .price {
	padding-top: 16px;
	font-size: 20px;
}
.descArea03 .inner .menuArea .menu .right .item02 .price .red {
	color: #d12700;
}
.descArea03 .inner .menuArea .menu .right .item03 {
	padding-top: 20px;
	display: flex;
	justify-content: flex-start;
}
.descArea03 .inner .menuArea .menu01 .right .item03 {
	position: relative;
}
.descArea03 .inner .menuArea .menu01 .right .item03:before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	background-image: url("../img/top/desc03_number.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 195px;
	aspect-ratio: 195/92;
}
.descArea03 .inner .menuArea .menu .right .item03 dt {
	font-size: 22px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-right: 10px;
	border-right: 1px solid #000;
}
.descArea03 .inner .menuArea .menu .right .item03 dd {
	padding-left: 16px;
}
.descArea03 .inner .menuArea .menu .right .item03 dd ul li {
	padding-left: 20px;
	font-size: 18px;
	position: relative;
}
.descArea03 .inner .menuArea .menu .right .item03 dd ul li:before {
	content: url("../img/top/desc03_mark.svg");
	position: absolute;
	top: 0;
	left: 0; 
	width: 14px;
	height: 100%;
}

/* descArea04 */
.descArea04 {
	background-image: url("../img/top/desc04_bg.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.descArea04 .inner {
	padding: 120px 20px 80px;
	margin-top: -60px;
	text-align: center;
}
.descArea04 .inner .h2Area {
	padding-top: 106px;
	margin-bottom: 40px;
}
.descArea04 .inner .h2Area:before {
	content: url("../img/top/desc04_h2_bf.svg");
	width: 158px;
}
.descArea04 .inner ul {
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.descArea04 .inner ul li {
	width: calc(50% - 10px);
}
.descArea04 .inner ul li .img {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	aspect-ratio: 350/325;
	max-width: 350px;
	margin: 15px auto 16px;
}
.descArea04 .inner ul li:first-of-type .img {
	background-image: url("../img/top/desc04_img01.jpg?v=230324");
}
.descArea04 .inner ul li:nth-of-type(2) .img {
	background-image: url("../img/top/desc04_img02.jpg?v=230324");
}
.descArea04 .inner ul li:nth-of-type(3) .img {
	background-image: url("../img/top/desc04_img03.jpg");
}
.descArea04 .inner ul li .name {
	font-size: 20px;
}
.descArea04 .inner ul li .txt {
	padding: 16px 20px 0;
	text-align: left;
	line-height: 1.8;
}

/* descArea05 */
.descArea05 {
	background-image: url("../img/top/desc05_bg.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	aspect-ratio: 300/104;
}
.descArea05 .inner {
	padding: 120px 20px 30px;
	margin-top: -60px;
}
.descArea05 .inner .h2Area {
	padding-top: 80px;
}
.descArea05 .inner .h2Area:before {
	content: url("../img/top/desc05_h2_bf.svg?v=230322");
	width: 143px;
}
.descArea05 .inner dl {
	padding-top: 60px;
}
.descArea05 .inner dl dt {
	padding-left: 90px;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
}
.descArea05 .inner dl dt:before {
	content: "";
	position: absolute;
	top: calc(50% - 60px);
	left: -20px;
	background-image: url(../img/top/desc05_q.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 120px;
	background-size: contain;
}
.descArea05 .inner dl dd {
	padding-left: 90px;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
	color: #4a3e3e;
}
.descArea05 .inner dl dd:before {
	content: "";
	position: absolute;
	top: -40px;
	left: -20px;
	background-image: url("../img/top/desc05_a.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 120px;
	background-size: contain;
}

/* descArea06 */
.descArea06 {
	background-image: url("../img/top/desc06_bg.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.descArea06 .inner {
	padding: 120px 20px 60px;
	margin-top: -60px;
}
.descArea06 .inner .h2Area {
	padding-top: 80px;
}
.descArea06 .inner .h2Area:before {
	content: url("../img/top/desc06_h2_bf.svg");
	width: 202px;
}
.descArea06 .map {
	height: 380px;
}
.descArea06 .inner dl {
	margin-bottom: 40px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 0 20px 6px;
	border-bottom: 1px solid #e7a8af;
}
.descArea06 .inner dl dt {
	width: calc(16%);
	color: #828282;
}
.descArea06 .inner dl dd {
	width: calc(84%);
	font-size: 18px;
}
.descArea06 .inner dl dd span {
	font-size: .8em;
	padding-left: 1em;
}
.linkArea {
	text-align: center;
}
.linkArea ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.linkArea ul li {
	max-width: 325px;
	margin-bottom: 20px;
}
.linkArea ul li a {
	display: block;
}
.linkArea ul li a:hover {
	opacity: .8;
}
@media screen and (min-width: 1500px) {
/* mainArea */
	.mainArea .main_inner .main_txt {
    margin-left: min(-10vw);
    margin-top: min(-8vh);
	}	
}
@media screen and (min-width: 2000px) {
/* mainArea */
	.mainArea .main_inner .main_txt {
    margin-left: min(-18vw);
    margin-top: min(-3vh);
	}	
}

@media screen and (max-width: 1260px) {
/* mainArea */
	.mainArea .main_inner .main_txt {
		/*width: 500px;*/
	}
	
/* descArea02 */
	.descArea02 {
	background-position: top 20px right -10%,top 30% left -6%,top 50% right 50%,bottom 30% right -6%,bottom 140px left -6%;
	}	
	
/* descArea03 */
	.descArea03 .inner .menuArea .menu .right .item01 h3 {
		font-size: 30px;
	}
	.descArea03 .inner .menuArea .menu .right .item02 .txt {
		font-size: 16px;
	}
	.descArea03 .inner .menuArea .menu .right .item03 dt {
		font-size: 20px;
	}	
	.descArea03 .inner .menuArea .menu .right .item03 dd ul li {
		font-size: 16px;
	}
}

@media screen and (max-width: 1000px) {
/* mainArea */
	.mainArea {
/*		margin-top: -75px;
*/	}	
	.mainArea .main_inner {
	}
	.mainArea .main_inner .main_txt {
		margin-top: min(-8vh);
		/*width: 400px;*/
	}
	
/* 共通 */
/* h2 */
	.descArea02 .inner .h2Area,
	.descArea03 .inner .h2Area,
	.descArea04 .inner .h2Area,
	.descArea05 .inner .h2Area,
	.descArea06 .inner .h2Area {
		padding-top: 80px;
	}
	.descArea02 .inner .h2Area h2,
	.descArea03 .inner .h2Area h2,
	.descArea04 .inner .h2Area h2,
	.descArea05 .inner .h2Area h2,
	.descArea06 .inner .h2Area h2 {
		font-size: 16px;
		padding-top: 16px;
	}
	.descArea02 .inner .h2Area h2:before,
	.descArea03 .inner .h2Area h2:before,
	.descArea04 .inner .h2Area h2:before,
	.descArea05 .inner .h2Area h2:before,
	.descArea06 .inner .h2Area h2:before {
		width: 60px;
	}

/* descArea01 */
	.descArea01 {
		background-size: 26%,36%;
	}
	.descArea01 .inner {
		padding: 90px 6vw 26px;
		margin-top: -50px;
	}
	.descArea01 .inner h2 {
		width: 400px;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.descArea01 .inner h2:after {
		width: 60px;
	}
	.descArea01 .inner .txt {
		font-size: min(5vw,18px);
	}
	.descArea01 .inner .item {
		padding-top: 60px;
	}
	.descArea01 .inner .item .left {
		width: calc(50% - 10px);
	}
	.descArea01 .inner .item .right {
		width: calc(50% - 10px);
	}
	.descArea01 .inner .item .right .txtArea {
		padding-top: 80px;
	}
	.descArea01 .inner .item .right .txtArea:before {
		width: 173px;
	}
	.descArea01 .inner .item .right .txtArea p {
		line-height: 1.8;
		font-size: 16px;
	}

/* descArea02 */
	.descArea02 .desc02_bg {
		background-attachment: scroll;
	}
	.descArea02 {
		background-size: 40%,36%,40%,20%;
	}
	.descArea02 .inner {
		padding: 90px 6vw 10px;
		margin-top: -50px;
	}
	.descArea02 .inner .h2Area {
		padding-top: 70px;
	}
	.descArea02 .inner .h2Area:before {
		width: 128px;
	}
	.descArea02 .inner ul {
		padding-top: 50px;
	}
	.descArea02 .inner ul li {
		padding-bottom: 50px;
		display: block;
	}
	.descArea02 .inner ul li .left {
		width: 100%;
		align-items: flex-start
	}
	.descArea02 .inner ul li .left .d_left {
		width: calc(140px);
	}
	.descArea02 .inner ul li .left .d_right {
		width: calc(100% - 140px);
	}
	.descArea02 .inner ul li .left .d_left h3 img {
		width: 100px;
	}	
	.descArea02 .inner ul li .left .d_right h4 {
		font-size: min(5.2vw,20px);
		padding-bottom: 20px;
	}
	.descArea02 .inner ul li .left .d_right p {
		font-size: 16px;
	}
	.descArea02 .inner ul li .right {
		width: 100%;
		padding-top: 30px;
	}
	.descArea02 .inner ul li .right .img {
		aspect-ratio: 585/280;
	}
	.descArea02 .desc02_bg {
		height: 200px;
	}

/* descArea03 */
	.descArea03 {
		background-size: 36%,36%;
		}
	.descArea03 .inner {
		padding: 90px 6vw 26px;
		margin-top: -50px;
	}
	.descArea03 .inner .h2Area {
		padding-top: 60px;
		margin-bottom: 50px;
	}
	.descArea03 .inner .h2Area:before {
		width: 131px;
	}
	.descArea03 .inner .ps {
		font-size: 13px;
	}
	.descArea03 .inner .menuArea .menu {
		margin-bottom: 50px;
		padding: 20px;
		display: block;
	}
	.descArea03 .inner .menuArea .menu .left {
		width: 100%;
	}
	.descArea03 .inner .menuArea .menu .left .img {
		aspect-ratio: 700/400;
	}
	.descArea03 .inner .menuArea .menu01 .left .img {
		background-image: url("../img/top/desc03_img04_sp.jpg");
	}
	.descArea03 .inner .menuArea .menu02 .left .img {
		background-image: url("../img/top/desc03_img04_sp.jpg");
	}
	.descArea03 .inner .menuArea .menu03 .left .img {
		background-image: url("../img/top/desc03_img04_sp.jpg");
	}
	.descArea03 .inner .menuArea .menu .right {
		width: 100%;
		padding-top: 26px;
	}
	.descArea03 .inner .menuArea .menu .right .item01 h3 {
		font-size: 22px;
	}
	.descArea03 .inner .menuArea .menu .right .f_time {
		font-size: 16px;
		width: 90px;
	}
	.descArea03 .inner .menuArea .menu .right .item02 .txt {
		font-size: 16px;
	}
	.descArea03 .inner .menuArea .menu .right .item02 .price {
		padding-top: 16px;
		font-size: min(4vw,16px);
	}
	.descArea03 .inner .menuArea .menu .right .item03 {
		padding-top: 0;
	}
	.descArea03 .inner .menuArea .menu .right .item03 dt {
		font-size: 18px;
	}
	.descArea03 .inner .menuArea .menu .right .item03 dd {
		padding-left: 10px;
	}
	.descArea03 .inner .menuArea .menu .right .item03 dd ul li {
		font-size: 14px;
		padding-left: 14px;
	}
	.descArea03 .inner .menuArea .menu .right .item03 dd ul li:before {
		width: 10px;
	}	

/* descArea04 */
	.descArea04 .inner {
		padding: 90px 6vw 60px;
		margin-top: -50px;
	}
	.descArea04 .inner .h2Area {
		padding-top: 80px;
		margin-bottom: 30px;
	}
	.descArea04 .inner .h2Area:before {
		width: 95px;
	}
	.descArea04 .inner ul {
		padding-top: 50px;
	}
	.descArea04 .inner ul li .name {
		font-size: 16px;
	}
	.descArea04 .inner ul li .txt {
		padding: 16px 16px 0;
	}

/* descArea05 */
	.descArea05 .inner {
		padding: 90px 6vw 26px;
		margin-top: -50px;
	}
	.descArea05 .inner .h2Area {
		padding-top: 60px;
	}
	.descArea05 .inner .h2Area:before {
		width: 86px;
	}
	.descArea05 .inner dl {
		padding-top: 40px;
	}
	.descArea05 .inner dl dt {
		padding-left: 50px;
		font-size: 14px;
		margin-bottom: 16px;
	}
	.descArea05 .inner dl dt:before {
		top: calc(50% - 40px);
		width: 80px;
		height: 80px;
	}
	.descArea05 .inner dl dd {
		padding-left: 50px;
		font-size: 14px;
		margin-bottom: 16px;
	}
	.descArea05 .inner dl dd:before {
		width: 80px;
		height: 80px;
		top: -20px;
	}

/* descArea06 */
	.descArea06 .inner {
		padding: 90px 6vw 52px;
		margin-top: -50px;
	}
	.descArea06 .inner .h2Area {
		padding-top: 50px;
	}
	.descArea06 .inner .h2Area:before {
		width: 122px;
	}
	.descArea06 .map {
		height: 260px;
	}
	.descArea06 .inner dl {
		margin-bottom: 30px;
		padding: 16px 0 16px 6px;
	}
	.descArea06 .inner dl dd {
		font-size: 14px;
	}
	.descArea06 .inner dl dd span {
		padding-left: 0;
	}
}	

@media screen and (max-width: 767px) {
/* mainArea */
	.mainArea {
		background-image: url(../img/top/main_bg_sp.jpg?v=230320);
		aspect-ratio: 776 / 780;
	}
	.mainArea .main_inner {
		aspect-ratio: 776 / 780;
	}
	.mainArea .main_inner .main_txt {
		margin-left: 10px;
	}
	
/* descArea01 */
	.descArea01 .inner .item {
		padding-top: 40px;
		display: block;
	}	
	.descArea01 .inner .item .left {
		width: 100%;
	}
	.descArea01 .inner .item .right {
		width: 100%;
		padding-top: 30px;
	}
	.descArea01 .inner .item .right .txtArea {
		max-width: 100%;
	}	
	.descArea01 .inner .item .right .txtArea p {
    font-size: 15px;
	}
	
/* descArea02 */
	.descArea02 .inner ul li .left .d_right p {
		font-size: 14px;
	}
	.descArea02 .inner ul li .left .d_right .sm {
		font-size: 12px;
	}	
	
/* descArea04 */
	.descArea04 .inner {
		padding-bottom: 0;
	}	
	.descArea04 .inner ul {
		display: block;
	}
	.descArea04 .inner ul li {
		width: 100%;
		margin-bottom: 50px;
	}
	.descArea04 .inner ul li .img {
		max-width: 350px;
		margin: 0 auto 16px;
	}
	.descArea04 .inner ul li .txt {
    padding: 16px 0 0;
	}
}	

@media screen and (max-width: 600px) {
/* mainArea */	
	.mainArea {
	}
	.mainArea .main_inner  {
	}
	.mainArea .main_inner .main_txt {
		margin-top: min(-2vh);
	}
	
/* descArea01 */
	.descArea01 {
		background-size: 30%, 50%;
		background-position: right -6% top 50px, left -6% bottom 30%;
	}	
	.descArea01 .inner h2 {
		width: 280px;
	}	
	
/* descArea02 */	
	.descArea02 {
		background-size: 40%,36%,60%,20%;
	}
	.descArea02 .inner ul li .left .d_left {
		width: calc(80px);
	}	
	.descArea02 .inner ul li .left .d_right {
		width: calc(100% - 80px);
	}	
	.descArea02 .desc02_bg {
		height: 120px;
	}	
	.descArea02 .inner ul li .left .d_left h3 img {
		width: 60px;
	}
	
/* descArea03 */	
	.descArea03 .inner .menuArea .menu {
		margin-bottom: 30px;
	}
	.descArea03 .inner .menuArea .menu .right {
    padding-top: 16px;
	}
	.descArea03 .inner .menuArea .menu .right .item02 .txt {
		font-size: 14px;
	}
	.descArea03 .inner .menuArea .menu .right .item02 .price {
		padding-top: 10px;
	}	
	.descArea03 .inner .menuArea .menu01 .right .item03:before {
		width: 117px;
		aspect-ratio: 117/56;
	}
	
/* descArea06 */	
	.descArea06 .inner {
		padding-bottom: 30px;
	}
	.descArea06 .map {
		height: 260px;
	}
	.descArea06 .inner dl {
		margin-bottom: 20px;
		padding: 0 0 8px 0;
		display: block;
	}
	.descArea06 .inner dl dt {
		width: 100%;
	}
	.descArea06 .inner dl dd {
		padding-top: 6px;
		width: 100%;
	}
	.linkArea ul li {
		width: 80%;
		margin: 0 auto 20px;
		max-width: 325px;
	}
}

@media screen and (max-width: 500px) {
/* mainArea */	
	.mainArea {
/*		background-position: bottom right 0%;
*/	}
	.mainArea .main_inner {
	}
	.mainArea .main_inner {
		/*align-items: flex-end;*/
	}
	.mainArea .main_inner .main_txt {
		/*padding-bottom: 80px;*/
	}	
	
}

@media screen and (max-width: 400px) {
/*mainArea*/
	.mainArea {
		background-position: bottom right 10%;
	}
	.mainArea .main_inner {
	}
	
/*descArea03*/
	.descArea03 .inner .menuArea .menu .right .item03 dt {
		font-size: 16px;
		padding-right: 6px;
	}	
	
	.descArea03 .inner .menuArea .menu01 .right .item03:before {
		width: 78px;
		aspect-ratio: 78/37;
	}
}

@media screen and (max-width: 340px) {
/*mainArea*/
	.mainArea {
	}
	.mainArea .main_inner {
	}
	
	.mainArea .main_inner .main_txt {
    /*width: 230px;*/
	}
}
