@charset "utf-8";
#wrapper{
	
}
.main{
	position:relative;
	width:100%;
	max-width:100% !important;
}
.mainV {
	position:relative;
}
.mainV .main_bg{
	display:flex;
}
.mainV .main_bg dt{
	width:100%;
	height:700px;
	overflow:hidden;
}
.mainV .main_bg img{
	object-fit:cover;
	object-position: center;
	width:100%;
	height:100%;
}
.mainV .title{
	width:60%;
	max-width:550px;
	position:absolute;
	top:0;
	bottom:0;
	right:0px;
	left:0;
	margin:auto;
	background:#332d26ee;
	padding:5%;
	box-sizing:border-box;
	height:fit-content;
	box-sizing:border-box;
	height:fit-content;
}
.mainV .title > img{
	width:100%;
	max-width:500px;
	margin:auto;
	--x-gradient: linear-gradient(90deg, #dad0ba 0 30px, transparent 0 calc(100% - 30px), #dad0ba calc(100% - 30px));
    --y-gradient: linear-gradient(#dad0ba 0 30px, transparent 0 calc(100% - 30px), #dad0ba calc(100% - 30px));
    position: relative;
    padding: 6%;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;

}
.mainV .pre{
	position:absolute;
	top:-50px;
	right:-15%;
	width:28%;
	max-width:160px;
	background:#af4525;
	padding:2.5%;
	box-shadow:-5px 5px 5px #3e22097a;
}
.mainV .pre img{
	width:100%;
	height:100%;
}

@media screen and (max-width: 768px) {
	.mainV .title{
		width:80%;
		max-width:unset;
	}
	.mainV .main_bg{
		display:block;
	}
	.mainV .main_bg dt{
		width:100%;
		height:50vh;
		overflow:hidden;
	}
	.mainV .pre{
		position:absolute;
		top:-20%;
		right:-5%;
		width:28%;
		max-width:160px;
		background:#af4525;
		padding:2.5%;
		box-shadow:-5px 5px 5px #3e22097a;
	}
}

/*ep*/
.ep{
	max-width:unset !important;
	margin:5px 0;
}
.ep ul{
	margin:auto;
	display:flex;
	justify-content:space-between;
}
.ep ul dd{
	width:40%;
	align-content:center;
}
.ep ul dd .sub_inner{
	width:75%;
	max-width:500px;
	height:fit-content;
	margin:auto;
}
.ep ul dd h3{
	font-size:1.5rem;
	margin:0 0 0.5em;
	line-height:1.7em;
}
.ep ul .image{
	width:60%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	row-gap: 5px;
}
.ep ul .image .product{
	width:100%;
	overflow:hidden;
	max-height:300px;
	position:relative;
	
}
.ep ul .image .product img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.ep ul .image .product:after{
	content:"";
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:#00000033;
}
.ep ul .image .product .pro_detail{
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:1;
}
.ep ul .image .product .pro_detail .catch{
	color:#fff;
	font-size:0.8rem;
	line-height:1.5em;
	margin-bottom:0.4em;
}
.ep ul .image .product .pro_detail .name{
	color:#fff;
	font-size:1.0rem;
	line-height:1.2em;
	border-bottom:0.5px solid #fff;
	margin-bottom:10px;
	padding-bottom:0.2em;
}
.ep ul .image .product .pro_detail .name span{
	font-size:80%;
}
.ep ul .image .product .pro_detail .price{
	color:#fff;
	font-size:2rem;
	line-height:1.0em;
}
.ep ul .image .product .pro_detail .price span{
	font-size:60%;
	line-height:1.0em;
}

@media screen and (max-width: 959px) {
	.ep ul .image dt{
		max-height:unset;
	}
	.ep ul dd h3{
		font-size:1.6rem;
	}
}
@media screen and (max-width: 768px) {
	.ep ul{
		display:block;
		justify-content:unset;
	}
	.ep ul dd{
		width:100%;
		padding:100px 0;
	}
	.ep ul .image{
		width:100%;
	}
	.ep ul .image dt{
		max-height:unset;
	}
}
@media screen and (max-width: 599px) {
	.ep ul dd .sub_inner{
		width:85%;
		max-width:unsetpx;
		height:fit-content;
		margin:auto;
	}
	.ep{
		margin:0px 0;
	}
	.ep ul .image{
		display:block;
	}
	.ep ul .image .product{
		max-height:unset;
	}
}



/*お得な企画*/
.content_01{
	margin:0 auto 0 auto;
	padding:100px 0;
	width: 100%;
	max-width:unset !important;
	background: linear-gradient(90deg, #fbf7f0 0%, #fbf7f0 50%, #f2eee6 50%, #f2eee6 100%);
}
.content_01 ul{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	position: relative;
	width:96%;
	max-width:1400px;
}
.content_01 ul li{
	width: 45%;
	align-items:center;
}
.content_01 ul li:nth-child(1){
	background:#fbf7f0;
	border-radius:20px 0 0 20px;
}
.content_01 ul li:nth-child(2){
	background:#f2eee6;
	border-radius:0 20px 20px 0;
}

.content_01 ul li:nth-child(1) .course,
.content_01 ul li:nth-child(2) .course{
	color:#fff;
	font-size:1.2rem;
	text-align:center;
	line-height:1em;
	padding:10px 15px;
	background:#a91717;
	width:300px;
	margin:0 auto 20px;
	border-radius:20px;
}
.content_01 ul li:nth-child(1) .course span,
.content_01 ul li:nth-child(2) .course span{
	font-size:70%;
	display:block;
	line-height:1.1em;
	margin-top:5px;
	border-top:1px solid #fff;
	padding:0.5em 0 0 0;
}
.content_01 ul li dl{
	width:100%;
	margin:auto;
}
.content_01 ul li h4{
	font-size: 1.3rem;
	line-height: 1.5em;
	margin:0 0 10px 0;
	text-align:center;
}
.content_01 ul li h4 .sub{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    font-size:19px;
    line-height: 1.5em;
	margin:0 0 0.5em 0;
}
.content_01 ul li .sub::before,
.content_01 ul li h4 .sub::after{
	content: '';
	width: 1px;
	height: 30px;
	background-color: #000000;
}

.content_01 ul li h4 .sub::before{
	margin-right: 10px;
	transform: rotate(-30deg)
}
.content_01 ul li h4 .sub::after{
	margin-left: 10px;
	transform: rotate(30deg)
}
.content_01 ul li .big{
	font-size: 200%;
}
.content_01 ul li .sub_inner{
}
.content_01 ul li .sub_inner .image{
	background:#fff;
	align-items:center;
	display:flex;
	margin:0 0 20px 0;
}
.content_01 ul li .sub_inner .image img{
	margin:auto;
	width:100%;
	max-width:300px;
}
.content_01 ul li .sub_inner h5{
	font-size:1.2rem;
	border-bottom:1px dotted #000;
	line-height:1.3em;
	padding-bottom:0.2em;
	margin-bottom:0.4em;
}
.content_01 ul li p{
}
@media screen and (max-width: 699px) {
	.content_01 .title_inner{
		padding:10px 0em;
		border-radius:10px;
		width:90%;
		box-sizing:border-box;
	}
	.content_01 .title_inner img{
		width:100%;
		max-width:200px;
		margin:0 auto 10px;
	}
	.content_01 .title_inner h3{
		font-size:1.0rem;
		line-height:1em;
		z-index:2;
		position:relative;
	}
	.content_01 ul{
		display: block;
		justify-content: unset;
		width:90%;
		max-width:unset;
	}
	.content_01 ul li{
		width: 100%;
		max-width:500px;
		align-items:unset;
		margin:auto;
		padding:20px 15px;
	}
	.content_01 ul li:nth-child(1){
		background:unset;
		border-radius:unset;
		background:#fff;
		margin-bottom:50px;
		border-radius:10px;
	}
	.content_01 ul li:nth-child(2){
		background:unset;
		border-radius:unset;
		background:#fff;
		border-radius:10px;
	}
	.content_01 ul li:nth-child(1) .course,
	.content_01 ul li:nth-child(2) .course{
		padding:10px 1em;
		width:unset;
	}
	.content_01 ul li .sub_inner .image img{
		max-width:unset;
	}
	.content_01 ul li h4{
		font-size: 1.2rem;
	}
	.content_01 ul li h4 .sub{
	    font-size:80%;
	}
}



/*セミナー*/
.content_02{
	margin:0 auto 0 auto;
	max-width:unset !important;
	background:#e1d7ca;
	padding:150px 0;
}
.content_02 > .inner{
	width:96%;
	max-width:1200px;
	margin:auto;
}
.content_02 .inner .title_wrap{
	display:flex;
	justify-content:space-between;
	margin-bottom:70px;
	border-bottom:1px dotted #000000;
	padding-bottom:70px;
	
}
.content_02 .inner .title_wrap dl:nth-child(2){
	width:45%;
	display:flex;
	justify-content:space-between;
}
.content_02 .inner .title_wrap dl dt{
	overflow:hidden;
}
.content_02 .inner .title_wrap dl dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.content_02 .inner .title_wrap dl:nth-child(1){
	width:45%;
}
.content_02 .inner .title_wrap dl:nth-child(1) .inner img{
	margin-bottom:30px;
}
.content_02 .inner .title_wrap dl:nth-child(1)  h3{
	font-size:1.5rem;
	line-height:1.4em;
	margin:0.3em 0 0.5em;
	border-bottom:1px solid #322c25;
	padding:0 0 0.3em 0;
}
.content_02 .inner .title_wrap dl:nth-child(1)  h3 span{
	display:block;
	font-size:80%;
	margin-bottom:0.3em;
}
.content_02 ul{
	width:100%;
	max-width:1200px;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content_02 ul li{
	width: 48%;
}

.content_02 ul li:first-child,
.content_02 ul li:nth-child(3n){
	border-left: unset;
}
.content_02 ul li:nth-child(n+3){
	width: 33.3%;
	padding: 0 2% 5%;
}
.content_02 ul li:nth-child(n+3) .titleBox{
	font-size: 85%;
	line-height: 2.5em;
}
.content_02 ul li:nth-child(n+6){
	padding-bottom: 0;
}
.content_02 ul li .titleBox{
	position: relative;
}
.content_02 ul li .titleBox .num{
	position: absolute;
	top: 5px;
	left: 5px;
	color: #fff;
	background:#322c25;
	font-size: 2.0rem;
	font-weight:500;
	z-index:1;
	padding:10px;
	line-height:1em;
}
.content_02 ul li h3 em{
	font-size: 1.7rem;
	display: block;
}
.content_02 ul li dt{
	margin-bottom: 20px;
	height:250px;
	position:relative;
}
.content_02 ul li dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content_02 ul li dt h3{
	position:absolute;
	top:0;
	bottom:0;
	width:fit-content;
	height:fit-content;
	margin:auto;
	left:0;
	right:0;
	background:#ffffff99;
	color:#322c25;
	padding:1em 2em;
	backdrop-filter: blur(12px);
	border-radius:8px;
}
.content_02 ul li dd h4{
	font-size: 120%;
	padding: 0 0 5px;
	margin: 0 0 15px;
	line-height:1.5em;
	border-bottom:1px dotted #322c25;
}
.content_02 ul li dl{
	padding:0px 0 30px;
	border-bottom:3px solid #322c25;
}
.content_02 ul li dl dd p{
}
@media screen and (max-width: 768px) {
	.content_02 .inner .title_wrap{
		display:block;
		justify-content:unset;
		margin-bottom:40px;
	}
	.content_02 .inner .title_wrap dl:nth-child(2){
		width:100%;
		margin-top:20px;
	}
	.content_02 .inner .title_wrap dl:nth-child(1){
		width:100%;
	}
	.content_02 .inner .title_wrap dl:nth-child(1) .inner img{
		width:400px;
	}
	.content_02 ul li dt h3{
		padding:1em 1em;
	}
}
@media screen and (max-width: 599px) {
	.content_02 > .inner{
		width:90%;
		max-width:unset;
	}
	.content_02 .inner .title_wrap dl:nth-child(1)  h3{
		font-size:1.6rem;
	}
	.content_02 ul{
		width:100%;
		max-width:unset;
		margin:auto;
		display: block;
		flex-wrap: unset;
		justify-content: unset;
	}
	.content_02 ul li{
		width: 100%;
		max-width:500px;
		margin:auto;
	}
	.content_02 ul li:nth-child(1){
		margin-bottom:70px;
	}
}

	
/*チラシ*/
.chirashi{
	max-width:unset !important;
	padding:150px 0;
	box-sizing:border-box;
	background-image:  linear-gradient(#f9f9f9 4px, transparent 4px), linear-gradient(90deg, #f9f9f9 4px, transparent 4px), linear-gradient(#f9f9f9 2px, transparent 2px), linear-gradient(90deg, #f9f9f9 2px, #ffffff 2px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -4px -4px, -4px -4px, -2px -2px, -2px -2px;

}
.chirashi ol{
	width:96%;
	max-width:1200px;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
.chirashi ol ul:nth-child(1){
	width:35%;
}
.chirashi ul:nth-child(1) h3{
	margin-bottom:1em;
}
.chirashi ul:nth-child(1) h3 img{
	margin-bottom:1em;
}
.chirashi ul:nth-child(1) h3 span{
	font-size:1.1rem;
	display:block;
	line-height:1.4em;
	background:#332d29;
	color:#fff;
	text-align:center;
	border-radius:30px;
}
.chirashi ul:nth-child(2){
	width:60%;
	display:flex;
	align-items:center;
}
.chirashi ul:nth-child(2) li{
	width:100%;
}
.chirashi ul:nth-child(2) li img{
	width:90%;
	margin:auto;
	box-shadow:2px 2px 10px #ccc;
}
@media screen and (max-width: 768px) {
	.chirashi ol{
		width:96%;
		max-width:unset;
		margin:auto;
		display:block;
		justify-content:unset;
	}
	.chirashi ol ul:nth-child(1){
		width:90%;
		max-width:400px;
		margin:0 auto 70px;
	}
	.chirashi ul:nth-child(2){
		width:100%;
	}
}
@media screen and (max-width: 499px) {
	.chirashi ul:nth-child(1) h3{
		width:90%;
		margin:0 auto 30px;
	}
	.chirashi ul:nth-child(2){
		width:100%;
		margin:auto;
	}
	.chirashi ul:nth-child(2) li{
		width:70%;
		margin:0 auto 30px;;
	}
}
	

/* Image */
.lity-image img {
  width: 85%;
  margin:auto
}
.lity-content:after {
  -webkit-box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
          box-shadow: 0 0 0px rgba(0, 0, 0, 0.0) !important;
}
.lity {
  background: rgba(0, 0, 0, 0.7)!important;
}


/*店舗紹介*/
.content_03{
	position: relative;
}
.content_03 .sub_title{
	color:#000;
	font-size: 260%;
	line-height: 1em;
	position: absolute;
	top: -0.5em;
	right: 50px;
}
.content_03 .shop{
	padding: 50px;
    background: #f2dcb3;
}
.content_03 .shop h4{
	font-size: 180%;
	border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin: 0 0 40px;
}
.content_03 dl{
	display: flex;
	justify-content: space-between;
}
.content_03 dl dt{
	width: 30%;
	background: linear-gradient(90deg, transparent 0%, transparent 20%, #f9b300 20%, #f9b300 100%);
	padding: 20px 20px 20px 0;
}
.content_03 dl dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.content_03 dl dd{
	width: 65%;
}
.content_03 .shop .shop_link{
    display: flex;
	justify-content: flex-end;
    margin-top: 20px;
    
}
.content_03 .shop .shop_link a{
	width: 450px;
	background: #fff;
}
.content_03 .shop .shop_link dl{
	display: flex;
    justify-content: space-between;
    padding: 2px 8px;
}
.content_03 .shop .shop_link dl dt{
	width: 38%;
    height: auto;
	padding: 0;
	background: none;
}
.content_03 .shop .shop_link dl dt img{
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.content_03 .shop .shop_link dl dd{
	width: 60%;
    font-size: 13px;
	display: flex;
    align-items: center;
    justify-content: center;
	margin: 0;
	line-height: 1em;
}
.content_03 .shop .shop_link dl dd i{
	font-size: 120%;
    color: #000;
    text-decoration: none;
	padding-left: 10px;
}

/*イベント情報*/
.eventInfo {
	margin: 70px;
}
.eventInfo h3 {
	font-size: 1rem;
	margin: 0 0 30px;
	border-left:7px solid #000;
	border-bottom:1px solid #ccc;
	padding:0 0 0em 0.5em;
}
.eventInfo .eventDetail{
	display: flex;
}
.eventInfo .detail_box{
	width: 48%;
	margin-right: 2%;
}
.eventInfo .googlemap{
	width: 50%;
}
.eventInfo .googlemap iframe {
    width: 100%;
	aspect-ratio: 1 / 0.6;
}
.eventInfo ul {
	font-size: 0.9rem;
	margin-bottom: 0px;
}
.eventInfo ul li {
	padding-right: 1em;
	margin-bottom: 5px;
	line-height:2em;
}
.eventInfo ul li span {
	width: 4em;
	border-right: 1px solid #000;
	display: inline-block;
	margin-right: 0.7em;
	text-align: center;
}
.eventInfo .detail_box ul li a {
    color: #ac060f;
}
.measure_info {
    border: 2px solid #2196F3;
    background: #f0f8ff;
    padding: 20px;
    box-sizing: border-box;
	margin: 70px 0 30px 0;
}

#eventForm_wrap .eventDateTime.event dd li:nth-child(1) label > span,
#eventForm_wrap .eventDateTime.event dd li:nth-child(2) label > span {
	margin-right: 2.3em;
}

/* satoriform 打ち消し */
#eventForm_wrap .eventDateTime.event dd li:nth-child(2){
	margin-bottom: 10px!important;
	border-bottom: 1px dotted #ccc!important;
}
#eventForm_wrap .eventDateTime.event dd li:nth-child(2):after{
	content: none!important;
}
#eventForm_wrap .eventDateTime.event dd li:nth-child(3){
	margin-bottom: 30px;
	border: none;
	position: relative;
}
#eventForm_wrap .eventDateTime.event dd li:nth-child(3) label > span{
	margin-right: 2.3em!important;
}
#eventForm_wrap .eventDateTime.event dd li:nth-child(3):before {
	content:  none !important;
}
#eventForm_wrap .eventDateTime.event dd li:nth-child(3):after{
	content: ''!important;
    width: calc(100% + 30px);
    height: 1px;
    background: #ccc;
    position: absolute;
    bottom: -10px;
    left: -15px;
}

@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 959px) {
	
}
@media screen and (max-width: 768px) {
	.eventInfo .eventDetail{
		display: block;
	}
	.eventInfo .detail_box{
		width: 100%;
		margin-bottom: 20px;
	}
	.eventInfo .googlemap{
		width: 100%;
		margin-bottom: 20px;
	}
	.eventInfo {
		margin: 70px;
	}
}
@media screen and (max-width: 640px) {

}
@media screen and (max-width: 519px) {

}
@media screen and (max-width: 414px) {

}
@media screen and (max-width: 375px) {
}
