/*
Theme Name: AFFINGER Child
Template: affinger
Description: AFFINGER6 対応
Version: 20240601
*/
@charset "utf-8";
/* reset.css */
.icon::before {
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* /reset.css */
.lcl-corona {
	display: block;
	width: 520px;
	margin: 0 auto 40px;
}
#headbox-bg-fixed{
	display: none;
}
/*------------------------------------------------
variable
------------------------------------------------*/
.lcl-main {
	/*background: url(../img/main/bg_01.png) no-repeat center top / cover;*/
	width: 100%;
	/*height: 600px;*/
	border-top: 2px solid #fff;
	overflow: hidden;
}

.lcl-main__in {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.footerlogo{
	display: none;
}
.copyr{
	display: none;
}
@media screen and (min-width: 768px) {

	/* ---- PC ---- */
	.lcl-main__in {
		min-width: 1100px;
	}
}

.lcl-main__rakuten {
	width: 350px;
}

.lcl-main__title {
	width: 570px;
}

#st-header img {
	width: 100%;
	height: auto;
}

/* ---------------------------------------------------------------- Bnr ---- */
.lcl-bnr {
	background-color: #ffece3;
}

.lcl-bnr__in {
	padding: 40px 0px 0px;
}

.lcl-bnr__link {
	display: block;
	width: 690px;
	margin-left: auto;
	margin-right: auto;
}
.lcl-title00 {
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	letter-spacing: 0.05em;
	font-weight: bold;
}
.lcl-title00 span {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	margin-bottom: 10px;
	box-sizing: content-box;
}
.lcl-title00 span::before,
.lcl-title00 span::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #ECD3D4;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.lcl-title00 span::before {
	left: 0;
}

.lcl-title00 span::after {
	right: 0;
}
.lcl-title00--movie span {
	height: 24px;
	width: 94px;
	background: url(https://secm.ansl-okinawa.com/wp-content/uploads/2025/01/movie2.png) no-repeat top center / 94px 24px;
}

.ansl-movie{
	max-width: 800px;
	width: 100%;
	margin: 40px auto;
}
/* ---------------------------------------------------------------- Title ---- */
.lcl-title01 {
	font-size: 28px;
	line-height: 1.5;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.lcl-title01 span {
	position: relative;
	display: inline-block;
	padding: 0 60px;
	margin-bottom: 10px;
	box-sizing: content-box;
}

.lcl-title01 span::before,
.lcl-title01 span::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background: #ECD3D4;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.lcl-title01 span::before {
	left: 0;
}

.lcl-title01 span::after {
	right: 0;
}


.lcl-title01--campaign span {
	height: 24px;
	width: 94px;
	background: url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/campaign.png) no-repeat top center / 94px 24px;
}

/* ---------------------------------------------------------------- lead ---- */
.lcl-title01--lead {
	margin-bottom: 45px;
}

.lcl-title01--lead span {
	height: 20px;
	width: 49px;
	background: url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/award.png) no-repeat top center / 61px 16px;
}

.lcl-guarantee__in {
	padding: 78px 0 39px;
	width: 1000px;
	margin: 0 auto;
}

.lcl-guarantee__box {
	position: relative;
}

.lcl-guarantee__message {
	position: relative;
	z-index: 2;
	width: fit-content;
	margin: 0 auto;
	padding: 6px 30px;
	border-radius: 40px;
	background-color: #463A31;
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
	letter-spacing: 0.05em;
}

.lcl-guarantee__message::before {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	box-sizing: border-box;
	width: 11px;
	height: 10px;
	margin: auto;
	border-style: solid;
	border-width: 10px 5.5px 0 5.5px;
	border-color: #463A31 transparent transparent transparent;
}

/* before ------------*/
.lcl-guarantee__cnt {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: -18px;
	padding: 38px 60px 40px;
	background-color: #FEF7E5;
	border: 1px solid rgb(156,49,49);
}

.lcl-guarantee__ttl {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 3px;
}

.lcl-guarantee__normal {
	font-weight: 700;
	font-size: 23px;
	line-height: 1.9;
	letter-spacing: 0.05em;
}

.lcl-guarantee__large {
	font-weight: 700;
	font-size: 33px;
	line-height: 1.5;
	text-align: center;
}

.lcl-guarantee__list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 45px;
}


@media screen and (min-width: 767px) {
	.lcl-guarantee__item {
		width: calc((100% - 40px) / 3);
	}

	.lcl-guarantee__item:not(:nth-of-type(-n + 3)) {
		margin-top: 20px;
	}

	/* :not(:nth-of-type(-n + 3)) ------------*/
}


/* min-width: 767px and max-width: 1300px ------------ */
.lcl-guarantee__item {
	position: relative;
	background-color: #fff;
	counter-increment: guarantee_num;
	padding: 45px 30px 30px;
	border-radius: 10px;
}

.lcl-guarantee__item::before {
	content: counter(guarantee_num, decimal-leading-zero);
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #463A31;
	color: #fff;
}

/* before ------------*/
.lcl-guarantee__head {
	position: relative;
	z-index: 1;
	width: fit-content;
	margin: 0 auto;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5;
	color: rgb(156,49,49);
}

.lcl-guarantee__head::before {
	z-index: -1;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-color: #fffaa4;
}

/* before ------------*/
.lcl-guarantee__icon {
	width: 60px;
	height: 60px;
	margin: 25px auto 0;
}

.lcl-guarantee__txt {
	margin-top: 30px;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.7;
}

.lcl-lead-area {
	padding: 55px 0 75px;
	width: 1050px;
	margin: 0 auto;
}

.lcl-lead__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.lcl-lead__item {
	width: 280px;
	text-align: center;
}

/* .lcl-lead__item:not(:last-child) {
	margin-right: 50px;
} */

.lcl-lead__list-txt {
	width: 510px;
	margin: 20px auto 0;
}

.lcl-lead__txt-box {
	background-color: #ffedf0;
	padding: 30px 40px;
	margin-top: 30px;
}

.lcl-lead__txt {
	font-size: 16px;
}

.lcl-lead__txt span {
	color: #7b6660;
	font-weight: bold;
}

.lcl-lead__txt-sm {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px;
}
/* ---------------------------------------------------------------- SP ---- */
@media screen and (max-width: 767px){
	.lcl-corona{
		display: block;
		margin: 0 auto 25px;
		max-width: 335px;
		width: 90%;
	}
	/*------------------------------------------------
	variable
	------------------------------------------------*/
	.lcl-main{
		height: 119vw;
		border-top: 1px solid #fff;
	}
	.lcl-main__in{
		width: 100%;
		height: 100%;
		padding: 0;
		/* padding: 12vw 0 0 0; */
		position: relative;
		overflow: hidden;
	}
	.lcl-main__rakuten{
		display: none;
	}
	.lcl-main__title{
		width: 39.066667vw;
		height: 67vw;
		margin-top: 0;
		margin-left: 5.7333333vw;
		background: url(../img/sp/main/txt_01.png) no-repeat left top / cover;
	}
	.lcl-main__title img{
		display: none;
	}
	.lcl-main__img{
		position: absolute;
		width: 100.666666vw;
		right: -14vw;
		bottom: -16vw;
		top: auto;
	}
	/* ---------------------------------------------------------------- Bnr ---- */
	.lcl-bnr__in {
		padding: 30px 0px 25px;
	}
	.lcl-bnr__link {
		width: calc(100% - 30px);
	}
	/* ---------------------------------------------------------------- Title ---- */
		.lcl-title00{
		font-size: 21px;
	}
	.lcl-title00 span{
		padding: 0 52.5px;
		margin-bottom: 5px;
	}
	.lcl-title00 span::before,
	.lcl-title00 span::after{
		width: 40px;
		height: 1px;
	}
	.lcl-title00--movie span{
		height: 20px;
		width: 70px;
		background: url(https://secm.ansl-okinawa.com/wp-content/uploads/2025/01/movie2.png) no-repeat top center / 74.8px 19.2px;
	}
	.movie{
	padding: 30px 0 45px;
	}
	.lcl-title01{
		font-size: 21px;
	}
	.lcl-title01 span{
		padding: 0 52.5px;
		margin-bottom: 5px;
	}
	.lcl-title01 span::before,
	.lcl-title01 span::after{
		width: 40px;
		height: 1px;
	}
	.lcl-title01--campaign span{
		height: 20px;
		width: 70px;
		background: url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/campaign.png) no-repeat top center / 74.8px 19.2px;
	}

	.lcl-main-rakuten{
		padding: 25px 0 30px;
	}
	.lcl-title01--main{
		margin-bottom: 15px;
	}
	.lcl-title01--main span{
		width: 55px;
		height: 20px;
		background: url(../img/sp/main/bg_ttl.png) no-repeat top center / 65px 17px;
	}
	.lcl-main-rakuten-list{
		justify-content: center;
	}
	.lcl-main-rakuten-list__item{
		width: 93px;
		margin: 0 10px;
	}
	/* ---------------------------------------------------------------- lead ---- */
	.lcl-title01--lead{
		margin-bottom: 15px;
	}
	.lcl-title01--lead span{
		height: 15.5px;
		width: 39px;
		background: url(../img/lead/ttl_bg.png) no-repeat top center / 38px 13px;
	}

	.lcl-guarantee__in{
		padding: 40px 15px;
		width: 100%;
	}
	.lcl-guarantee__message{
		padding: 4px 15px;
		font-size: 13px;
	}
	.lcl-guarantee__cnt{
		margin-top: -12px;
		padding: 35px 15px 30px;
	}
	.lcl-guarantee__ttl{
		flex-wrap: wrap;
		gap: 0px 3px;
	}
	.lcl-guarantee__normal {
		font-size: 18px;
		line-height: 1.5;
	}
	.lcl-guarantee__normal.lcl-guarantee__normal--lh {
		line-height: 1.9;
	}
	.lcl-guarantee__normal.lcl-guarantee__normal--100p {
		width: 100%;
		text-align: center;
	}
	.lcl-guarantee__large{
		font-size: 26px;
	}
	.lcl-guarantee__list{
		justify-content: flex-start;
		align-items: center;
		flex-direction: column;
		margin-top: 33px;
	}
	.lcl-guarantee__item{
		width: 100%;
		padding: 27px 20px 20px 85px;
		border-radius: 5px;
	}
	.lcl-guarantee__item:not(:first-of-type) {
		margin-top: 26px;
	} /* :not(:first-of-type) ------------ */
	.lcl-guarantee__item::before {
		top: -18px;
		width: 35px;
		height: 35px;
	} /* before ------------*/
	.lcl-guarantee__head{
		margin: 0 auto 0 0;
		font-size: 16px;
	}
	.lcl-guarantee__head::before {
		content: '';
		height: 6px;
	} /* before ------------*/
	.lcl-guarantee__icon{
		position: absolute;
/* 		top: 27px; */
		left: 20px;
		width: 45px;
		height: 45px;
		margin: 0;
	}
	.lcl-guarantee__txt{
		margin-top: 8px;
		font-size: 11px;
		line-height: 1.7;
	}
	.lcl-lead-area{
		padding: 45px 15px 55px;
		width: 100%;
	}
	.lcl-lead__ttl{
		font-size: 19px;
		padding: 5px;
		line-height: 1.6;
		border-radius: 10px;
		margin-top: 10px;
	}
	.lcl-lead__list{
		margin-top: 15px;
		justify-content: space-between;
	}
	.lcl-lead__item{
		width: 31%;
	}
	.lcl-lead__item:not(:last-child){
		margin-right: 0;
	}
	.lcl-lead__list-txt{
		margin-top: 15px;
		width: 90%;
	}
	.lcl-lead__txt-box {
		padding: 15px 20px;
		margin-top: 20px;
	}
	.lcl-lead__txt{
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.7;
	}
	.lcl-lead__txt-sm{
		font-size: 10px;
	}
	/* ---------------------------------------------------------------- Price ---- */
	.lcl-price-area{
		padding: 30px 0 35px;
	}
	.lcl-title01--price{
		margin-bottom: 35px;
	}
	.lcl-title01--price span{
		height: 15.5px;
		width: 39px;
		background: url(../img/price/ttl_bg.png) no-repeat top center / 39px 15.5px;
	}
	.lcl-course{
		margin-bottom: 20px;
	}
	.lcl-course::after{
		display: none;
	}
	.lcl-course__in{
		padding-top: 35px;
		padding-bottom: 20px;
		width: calc(100% - 40px);
		border-radius: 5px;
		background: #ffedf0;
	}
	.lcl-course-img{
		width: 66.666666vw;
		margin: 0 auto;
		position: relative;
	}
	.lcl-course-img__sub{
		top: -46px;
		width: 210px;
		height: 25px;
		border-radius: 12.5px;
		font-size: 12px;
		line-height: 25px;
	}
	.lcl-course-img__sub::after{
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #493931;
		bottom: -10px;
	}
	.lcl-course-img__ttl{
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 11px;
	}
	.lcl-course-img__ttl span{
		padding: 0 45px;
	}
	.lcl-course-img__ttl span::before,
	.lcl-course-img__ttl span::after{
		width: 30px;
		height: 1px;
	}
	.lcl-course-img__img{
		margin-bottom: 30px;
	}
	.lcl-course-content{
		width: calc(100% - 35px);
		margin-right: auto;
		margin-left: auto;
	}
	.lcl-price-box{
		background: #fff;
		box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.1);
		width: 100%;
		padding: 20px 17px 20px;
		border-radius: 5px;
		margin-bottom: 20px;
	}
	.lcl-price-box:last-child{
		margin-bottom: 0;
	}
	.lcl-price-box__title{
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 15px;
	}
	.lcl-price-box__text{
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 15px;
	}
	.lcl-price-box__price{
		font-size: 24px;
		line-height: 35px;
	}
	.lcl-price-box__price span{
		font-size: 17px;
	}
	.lcl-price-box__btn{
		margin-top: 15px;
	}
	.lcl-vio{
		margin-bottom: 15px;
	}
	.lcl-vio::after{
		display: none;
	}
	.lcl-vio__in{
		padding-top: 17px;
		padding-bottom: 20px;
		width: calc(100% - 40px);
		border-radius: 5px;
		background: #fff6e6;
	}
	.lcl-vio-img{
		width: calc(100% - 35px);
		height: auto;
		margin: 0 auto;
	}
	.lcl-vio-img__img{
		width: 100%;
		height: auto;
		position: static;
		border-radius: 5px 5px 0 0;
		overflow: hidden;
	}
	.lcl-vio-img__img--01{
		left: 0;
		top: -110px;
		z-index: 1;
	}
	.lcl-vio-img__img--02{
		right: -27px;
		bottom: -60px;
	}
	.lcl-vio-content{
		margin: 0 auto;
		width: calc(100% - 35px);
	}
	.lcl-vio-content .lcl-price-box{
		border-radius: 0 0 5px 5px;
	}
	.lcl-price__text{
		width: calc(100% - 75px);
		font-size: 15px;
		line-height: 25px;
		margin: 0 auto 25px;
	}
	.lcl-price__btn{
		margin-bottom: 15px;
	}
	.lcl-price__btn .linkbtn01{
		margin: 0 auto;
	}
	.lcl-price-bnr{
		width: calc(100% - 75px);
		margin: 0 auto;
		align-items: flex-start;
	}
	.lcl-price-bnr__item{
		margin: 0 auto 15px;
		width: 100%;
		max-width: 450px;
		height: auto;
	}
	.lcl-price-bnr__item:last-child{
		margin-bottom: 0;
	}
	.lcl-price-bnr--01 img{
		margin-top: 0;
	}
	.lcl-mov-list{
		width: calc(100% - 85px);
		margin: 20px auto 0;
	}
	.lcl-mov-list__item{
		width: 100%;
		height: auto;
		margin-top: 20px
	}
	.lcl-mov-list__ttl{
		font-size: 12px;
	}

	/* ----------------------appli ----------------------- */
	.lcl-appli-area{
		padding: 40px 0 50px;
		margin-bottom: 50px;
	}
	.lcl-appli-txt{
		margin: auto;
	    padding: 0 15px;
	    text-align: left;
	    width: fit-content;
	}
	.lcl-title01--appli{
		margin-bottom: 20px;
	}
	.lcl-title01--appli span {
	    height: 20px;
	    width: 86px;
	}
	.lcl-appli__inner{
		flex-direction: column-reverse;
	    width: 100%;
	    margin: 40px auto;
	}
	.lcl-appli__point{
		width: 80%;
		margin: auto;
		text-align: center;
	    padding: 25px 15px 0;
	}
	.lcl-appli__point-ttl{
		font-size: 24px;
		margin-bottom: 30px;
		line-height: 1.5;
	}
	.lcl-appli__point-span{
		background: linear-gradient(transparent 50%, #fff000 50%);
	}
	.lcl-appli__point-li{
		display: block;
		margin-bottom: 0px;
		position: relative;
	}
	.lcl-appli__point-item{
	    width: 100%;
	    margin-bottom: 25px;
	    justify-content: center;
	    align-items: center;
	    padding: 25px 10px;
	    line-height: 1.6;
	}
	.lcl-appli__point-item:nth-child(2n+1){
		margin-right: 0px;
	}
	.lcl-appli__point-num{
		position: absolute;
		top: -10px;
	    height: 22px;
	}
	.lcl-appli__img{
	    width: 100%;
	    max-width: 500px;
	    margin: auto;
	}

	/* ---------------------------------------------------------------- about ---- */
	/* .lcl-about{
	} */
	.lcl-about__bg{
		height: 863px;
	}
	.lcl-about__in{
		width: calc(100% - 40px);
		padding: 37px 0 20px;
	}
	.lcl-about__titlearea{
		width: 100%;
		height: 185px;
		margin: 0 auto 0;
		padding: 0 0 0;
		background: url(../img/about/bg_ttl.png) no-repeat center 12.5px / 299.5px 140.5px;
	}
	.lcl-title01--about{
		margin-bottom: 30px;
		color: #fff;
	}
	.lcl-title01--about span{
		height: 15px;
		width: 48.5px;
		background: url(../img/about/ttl_bg.png) no-repeat top center / 48.5px 15px;
	}
	.lcl-about__text{
		font-size: 14px;
		line-height: 28px;
		width: 55%;
		margin-bottom: 30px;
		text-align: left;
	}
	.lcl-about__photo{
		width: 37.933333vw;
		position: absolute;
		bottom: auto;
		top: calc(120px - 5vw);
		right: 4vw;
	}
	.lcl-about__photo__text{
		font-size: 12px;
		line-height: 12px;
		position: static;
		margin-bottom: 30px;
	}
	.lcl-about__photo__text strong{
		font-size: 15px;
	}
	.lcl-about-list{
		width: 84vw;
		margin: 0 auto 10px;
	}
	.lcl-about-list__item{
		width: 40vw;
		height: 40vw;
		background: #fff url(../img/about/ico_01.png) no-repeat center 3.4666666vw / 10.26626vw 8.4vw;
		margin-right: 4vw;
		margin-bottom: 15px;
		text-align: center;
		position: relative;
		z-index: 1;
	}
	.lcl-about-list__item span{
		width: 100%;
		height: 100%;
		border-radius: 50%;
		display: block;
		background: #fff url(../img/about/ico_01.png) no-repeat center 3.4666666vw / 6vw 5vw;
	}
	.lcl-about-list__item:nth-child(2n){
		margin-right: 0;
	}
	.lcl-about-list__text01{
		font-size: 4vw;
		line-height: 4vw;
		padding-top: 13vw;
		margin-bottom: 2vw;
		font-weight: bold;
	}
	.lcl-about-list__text02{
		font-size: 6.1333333vw;
		line-height: 7.4666666vw;
		height: 14.9333333vw;
	}
	.lcl-about-btn{
		width: 100%;
	}
	.lcl-about-btn .linkbtn01{
		margin: 0 auto 20px;
	}
	.lcl-about-btn__icon{
		/*background: #493930;*/
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}

/* 	instagram */
	.insta-pic-wrapper{
    padding: 0 10px;
    max-width: 1120px;
    margin: 20px auto;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
	}
	/* ---------------------------------------------------------------- News ---- */
	.lcl-news{
		width: 100%;
	}
	.lcl-news::after{
		display: none;
	}
	.lcl-news__in{
		width: 100%;
	}
	.lcl-news__item{
		width: 100%;
		padding: 35px 20px 15px;
	}
	.lcl-news__item--blog{
		background: #fff6e6;
	}
	.lcl-news__title-area{
		border-bottom: 2px solid #c9c9c9;
		line-height: auto;
		padding-bottom: 20px;
		position: relative;
	}
	.lcl-news__title{
		font-size: 20px;
		line-height: 21px;
		position: relative;
	}
	.lcl-news__title::before{
		content: "";
		position: absolute;
		left: 0;
		top: 29px;
		width: 24px;
		height: 3px;
		background: url(../img/sp/news/bg_01.png) no-repeat left top / cover;
	}
	.lcl-news__title img{
		display: block;
		height: 22px;
		margin-left: 0;
		margin-top: 18px;
		vertical-align: middle;
	}
	.lcl-news__btn{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 13px;
		text-align: center;
		border-radius: 50%;
		transition: all 0.25s ease;
	}
	.lcl-news-list__item{
		padding: 15px 0 5px;
	}
	.lcl-news-list__date{
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 7px;
	}
	.lcl-news-list__cat{
		padding: 0 10px;
		height: 20px;
		line-height: 20px;
		border-radius: 10px;
		margin-left: 10px;
	}
	.lcl-news-list__content{
		font-size: 13px;
		line-height: 23px;
		height: 46px;
	}
}

.footer-fix-btn {
	margin-right: 5px;
}
.footer-fix-btn--01 {
	width: 30%;
}
.footer-fix-btn--02 {
	width: 23%;
	background-color:#00B900;
}
.footer-fix-btn--03 {
	width: 20%;
	background-color: #493931;
}


/*------------------------------------------------
	blog
	------------------------------------------------*/

.news {
	background: url(../images/common/flower.png) no-repeat center top;
	margin: 0 0 130px;
	padding: 25px 0 0;
}

.news .news_inner {
	max-width: 1040px;
	margin: 0 auto;
}

.news .news_inner .news_head {
	overflow: hidden;
}

.news .news_inner .news_head h1 {
	float: left;
	padding: 0 0 30px 100px;
}

.news .news_inner .news_head #tab {
	float: right;
}

.news .news_inner .news_area {
	background: url(../images/home/news_bk.png) repeat;
	margin: -17px 0 0;
	padding: 40px 0 20px;
}

.news .news_inner .news_area article {
	overflow: hidden;
	border-bottom: 1px solid #ede8e2;
	margin: 0 40px 40px;
	padding: 0 0 10px;
}

.news .news_inner .news_area article figure {
	float: left;
	margin: 0 20px 0 0;
}

article .date {
	font-size: 80%;
	margin: 0 0 10px;
}

.date span {
	background: #b4b5b7;
	border-radius: 3px;
	padding: 3px 5px 2px;
	color: #fff;
	margin: 0 10px 0 0;
	line-height: 2;
}

.date .oshirase {
	background: rgb(156,49,49);
	border-radius: 3px;
	padding: 3px 5px 2px;
	color: #fff;
	margin: 0 10px 0 0;
	line-height: 2;
}

.date .voice {
	background: #3881b4;
	border-radius: 3px;
	padding: 3px 5px 2px;
	color: #fff;
	margin: 0 10px 0 0;
	line-height: 2;
}

.date .item {
	background: #6db438;
	border-radius: 3px;
	padding: 3px 5px 2px;
	color: #fff;
	margin: 0 10px 0 0;
	line-height: 2;
}

.news .news_inner .news_area p {
	margin: 0;
}

.news .news_inner .news_area .more {
	text-align: right;
}



@media screen and (max-width: 767px){
.news{
	background:url(../images/common/flower.png) no-repeat center top;
	background-size: 100% auto;
	margin:0 0 20px;
	padding: 0;
}
.news .news_inner{
	margin:0 auto;
}
.news .news_inner .news_head h1{
	padding:0 0 10px;
}
.news .news_inner .news_head h1 img{
	width: 250px;
	height: auto;
}
.news .news_inner .news_area{
	background:#fff;
	margin: -5px 0 0;
	padding:20px 10px;
}
.news .news_inner .news_area article{
	overflow:hidden;
/* 	border-bottom:1px solid #ede8e2; */
	margin:0 10px 10px;
	padding: 0 0 10px;
}
.news .news_inner .news_area article figure{
	float:left;
	margin:0 10px 0 0;
}
.news .news_inner .news_area article figure img{
	width: 70px;
	height: 70px;
}

article .date{
	font-size:13px;
	margin: 0 0 10px;
}
.date span{
/* 	background:#b4b5b7; */
	border-radius:3px;
	padding:3px 5px 2px;
	color:#fff;
	margin:0 10px 0 0;
	line-height: 2;
}
.date .oshirase{
/* 	background:#ff6b00; */
	border-radius:3px;
	padding:3px 5px 2px;
	color:#fff;
	margin:0 10px 0 0;
	line-height: 2;
}
.date .voice{
/* 	background:#3881b4; */
	border-radius:3px;
	padding:3px 5px 2px;
	color:#fff;
	margin:0 10px 0 0;
	line-height: 2;
}
.date .item{
/* 	background:#6db438; */
	border-radius:3px;
	padding:3px 5px 2px;
	color:#fff;
	margin:0 10px 0 0;
	line-height: 2;
}
.news .news_inner .news_area p{
	margin: 0;
}
.news .news_inner .news_area .more{
	text-align: right;
}


#tab {
	display: none;
}

#bnr #fb_blog li{
	margin: 0 0 10px;
	text-align: center;
}
#bnr h1 img{
	width: 250px;
	height: auto;
}

}
/*------------------------------------------------
	menu-list
	------------------------------------------------*/
/* ナビゲーションメニュー全体のスタイル */
.menu {
    display: block;
    position: absolute;
    width: 155px;
    top: auto;
    left: -100%;
    right: -100%;
    margin: auto;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    pointer-events: none;
}

/* メニューアイテムのスタイル */
.menu-item:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

/* メニューリンクのスタイル */
.menu-item > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: #493930;
    transition: 0.3s;
}

/* 特定のリンクに対する追加スタイル（必要に応じて） */
.menu-item > a.header__nav-link__link02 {
    padding: 10px;
    line-height: 1.5;
}

/* リンクのホバー時のスタイル */
.menu-item > a:hover {
    background-color: #6b5c54;
}

/* メニューのホバー時のスタイル（ドロップダウンの表示など） */
.menu:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

	.top-menu-list{background: url("https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/background.png") repeat top center;
/* 		padding: 6vw 0; */
}
	.top-menu-tab{margin-bottom: 4vw;}
	.top-menu-tab li{margin-bottom: 20px;}
	.top-menu-tab li a{margin: 3% auto 0;width: 80vw;font-size: 4.6vw;font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;color: #7b6660;background: #fff;padding: 4% 0 4% 4%;position: relative;border-radius: 999px;border: 1px solid #aea393;text-align: center;}
	.top-menu-tab li a:after {content: "";position: absolute;width: 18%;height: 1px;background: #cdc1a2;right: -1em;top: 1.1em;top: 48%;right: -4%;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);-moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);    -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);    -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);    transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);}  
	.top-menu-tab li a:hover:after{right: -8%;}
	.top-menu-lists{background: url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/menu-list-bg-T.webp) no-repeat top center, url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/menu-list-bg-B.webp) no-repeat bottom center , url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/menu-list-bg-M.webp) repeat-y bottom center;background-size: contain;padding: 10%; margin: 2em 0;}
	.top-menu-ttl{ margin-bottom: 5%;}
	.top-menu-ttl .ttl {margin-bottom: 5%;}
	.top-menu-ttl .en{font-family: var(--script); color: #7b6660; font-size: 12vw; margin-right: 5%;}
	.top-menu-ttl .jp{font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;color: #aea393;}
	.top-menu-ttl p{font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;text-align: justify;text-justify: inter-ideograph;font-size: 4vw; line-height: 1.5;}
	.top-menu-item li{background: #f8f4f1;position: relative;margin-top: 8%;}
	.top-menu-item li dl::after{content: "";position: absolute;right: 3%;bottom: 3%;width: 0;height: 0;border-style: solid;border-width: 0 0 18px 18px;border-color: transparent transparent #aea393 transparent;}
	.top-menu-item img{	object-fit: cover; height: 200px; width: 100%;}
	.top-menu-item dl{padding: 5% 5% 10%;position: relative;}
	.top-menu-item dt{padding: 4% 0 4% 8%;margin-bottom: 6%;background: url("../img/deco.png")no-repeat left top;color: #7b6660;font-family:  "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;font-size: 6vw;border-bottom:1px #aea393 solid;}
	.top-menu-item dd{line-height: 1.5;font-size: 120%; text-align: justify;text-justify: inter-ideograph;min-height: 90px;}

	/* ------------------------------------
	  footer
	------------------------------------ */
	/* footer sp
----------------------------------------------- */
.footer {
    width: 100%;
    padding-bottom: 8vw;
    z-index: 1;
    position: relative;
    background: url("../img/background.png")repeat center top;
}

.footer-content {
    padding: 12vw 5%;
    position: relative;
}

.footer-logo {
    width: 78vw;
    margin: 0 auto 6vw;
}

.footer-logo img {
    max-height: 150px;
}

/* .footer-navi {
    width: 80vw;
    margin: 0 auto 8vw;
		    display: flex;
    flex-direction: column-reverse;
} */

.footer-navi-title {
    padding: 4vw 0;
    font-size: 5.33vw;
    font-family: "garamond-premier-pro", serif;
    font-weight: 200;
    color: #666;
    border-bottom: 1px dotted #28282d;
    position: relative;
}

.footer-navi-title.open .plus:after {
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.footer-navi-title .plus {
    width: 4vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    right: 1vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-navi-title .plus:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #918f90;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-navi-title .plus:after {
    content: '';
    width: 1px;
    height: 100%;
    background: #918f90;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.footer-navi-items {
    width: 100%;
    display: none;
}

.footer-navi-items li {
    width: 100%;
    font-size: 3.68vw;
    border-bottom: 1px dotted #c2b79d;
    position: relative;
}

.footer-navi-items li:after {
    content: '\f105';
    color: #b5a789;
    font-family: 'icon';
    position: absolute;
    top: 50%;
    right: 2.5vw;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-navi-items a {
    padding: 4vw 0 3.5vw;
}

.footer-sns {
    margin-bottom: 7vw;
}
.copyright {
    font-size: 3.16vw;
    font-family: "garamond-premier-pro", serif;
    letter-spacing: 0.2vw;
    text-align: center;
    display: block;
}

.footer-contact-items {
    width: 100%;
    z-index: 8;
    position: fixed;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-contact-items li {
    width: 50%;
    height: 20vw;
    text-align: center;
    position: relative;
}

.footer-contact-items li:nth-child(1) a {
    background: #7b6660;
}

.footer-contact-items li:nth-child(2) a {
    background: rgb(162, 49, 49);
}

.footer-contact-items li:nth-child(3) a {
    background: #060201;
    background: #483830;
    background: #8b7447;
}

.footer-contact-items li:nth-child(4) a {
    background: #483830;
    background: #625c60;
}

.footer-contact-items li .icon {
    font-size: 7vw;
    margin-bottom: 1vw;
    display: block;
    min-height: 8vw;
}

.footer-contact-items li .icon-store_mall_directory {
    font-size: 8vw;
    position: relative;
    top: -0.6vw;
}

.footer-contact-items li .icon-envelope {
    font-size: 6.6vw;
}

.footer-contact-items a {
    width: 100%;
    height: 100%;
    padding-top: 3.5vw;
    color: #fff;
}

.footer-contact-items .jp {
    margin-bottom: 1.5vw;
    font-size: 3.4vw;
    font-family: 'Marcellus';
    letter-spacing: 0.5vw;
    display: block;
}



	/* MediaQuery */
@media only screen and (min-width: 736px) {
/*   
.top-menu-list {
	padding: 50px 0;
} */

.top-menu-inner {
	width: 960px;
	margin: 0 auto;
}

.top-menu-tab {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	width: 640px;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px auto 20px;
}

.top-menu-tab li a {
	margin: 0 auto 0;
	width: 300px;
	font-size: 20px;
	padding: 16px 0;
}

.top-menu-tab li a:after {
	width: 50px;
	max-width: initial;
}

.top-menu-lists {
	padding: 50px;
	background: url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/menu-list-bg-T.png) no-repeat top center, url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/menu-list-bg-B.png) no-repeat bottom -1px center, url(https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/menu-list-bg-M.png) repeat-y center top;
	background-size: 100%;
}

.top-menu-ttl {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-menu-ttl .ttl {
	margin-bottom: 0;
	margin-right: 7%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.top-menu-ttl .en {
	font-size: 65px;
}

.top-menu-ttl .jp {
	width: 100%;
	display: block;
	white-space: nowrap;
}

.top-menu-ttl p {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif;
	font-size: 14px;
}

.top-menu-item li {
	margin-top: 10px;
}

.top-menu-item li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: stretch;
}

.top-menu-item.row li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.top-menu-item li dl::after {
	right: 10px;
	bottom: 10px;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #aea393 transparent;
}



.top-menu-item img {
	object-fit: cover;
	position: absolute;
	height: 100%;
}
.top-menu-item .contain-bg{
	background-image: url('https://secm.ansl-okinawa.com/wp-content/uploads/2025/08/514020080_17851835346481528_470146855368494302_n.jpg');
    background-size: cover;
    background-position: center;
}
	
.top-menu-item .contain-img {
	object-fit: contain;
	position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
}
.top-menu-item .contain-img::before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: inherit;
    filter: blur(5px) brightness(95%);
    content: '';
    z-index: -1;
}
	.top-menu-item .box-img{
	object-fit: contain;
/* 	position: absolute; */
	height: 100%;
	}
/* .top-menu-item .contain-img::before {
	content: 'ああああああああ';
/*     background-image: url('https://secm.ansl-okinawa.com/wp-content/uploads/2024/11/card3.png');
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    filter: blur(3px);
    z-index: -1;
} */

.top-menu-item dl {
	padding: 4%;
	width: 61%;
}

.top-menu-item dt {
	padding: 5px 0 10px 20px;
	margin-bottom: 10px;
	font-size: 28px;
}

.top-menu-item dd {
	font-size: initial;
}

.top-menu-item div {
	width: 38%;
	overflow: hidden;
	position: relative;
}
/* 	instagram */
	.insta-pic-wrapper {
    width: 1120px;
    margin: 10px auto;
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

/* ------------------------------------
  footer
------------------------------------ */
 /* footer pc ----------------------------------------------- */
  .footer {
	padding-bottom: 30px;
}

.footer-content {
	width: 960px;
	margin: 0 auto;
	padding: 60px 0 0;
}

.footer-logo {
	width: 325px;
	margin: 0 0 20px;
}

.footer-navi {
	width: 100%;
	/* padding: 30px 0px 0; */
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}


.footer-navi-map iframe{
	height: 250px;
    width: 100%;
}

.footer-navi-box {
	padding-right: 25px;
	flex: 0.9;
}

.footer-navi-title {
	padding: 0;
	font-size: 18px;
	font-family: "garamond-premier-pro", serif;
	border-bottom: none;
	letter-spacing: 1px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
}

.footer-navi-title span {
	margin-right: 2%;
}

.footer-navi-title.open .plus:after {
	-moz-transform: translate(-50%, -50%) rotate(90deg);
	-ms-transform: translate(-50%, -50%) rotate(90deg);
	-webkit-transform: translate(-50%, -50%) rotate(90deg);
	transform: translate(-50%, -50%) rotate(90deg);
}

.footer-navi-title .plus {
	width: 100%;
	height: 1px;
	display: inline-block;
	position: static;
}

.footer-navi-items {
	width: 100%;
	display: block;
}

.footer-navi-items li {
	width: 130px;
	font-size: 13px;
	border-bottom: none;
	position: relative;
	display: inline-block;
}

.footer-navi-items li:after {
	content: '\f105';
	color: #b5a789;
	font-family: 'icon';
	position: absolute;
	top: 50%;
	right: auto;
	left: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-navi-items a {
	padding: 8px 0 8px 10px;
}

.footer-navi .footer-navi-box:nth-of-type(1) li {
	min-width: fit-content;
	width: 135px;
}

.footer-navi .footer-navi-box:nth-of-type(2) li {
	width: 130px;
}

.footer-navi .footer-navi-box:nth-of-type(3) li {
	width: 70px;
}

.footer-sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-sns {
	margin-bottom: 20px;
}

.social-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}

.social-items li {
	margin: 0 10px;
	font-size: 30px;
}

.copyright {
	font-size: 12px;
	letter-spacing: 1px;
}

.pagetop {
	width: 50px;
	height: 50px;
	top: 50px;
	line-height: 50px;
	font-size: 28px;
	right: auto;
	left: calc(50% + 400px);
}
.page{
	position: sticky;
}
}
/* .st-dash-design{
	display: none;
} */
/* MediaQuery end */