@charset "utf-8";
#wrapper{
}
body #wrapper{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.main{
	position:relative;
	width:100%;
	max-width:1400px !important;
	display:flex;
	justify-content:space-between;
	background:#f6f6f6;
}
.main .mainV {
	width:50%;
}
.main .mainV img{
	height:100%;
}
.main .place{
	width:50%;
}
.main .place .place_img{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	height:50%;
}
.main .place .place_img dt{
	width:33%;
	overflow:hidden;
}
.main .place .place_img dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.main .place .place_img dt:nth-child(-n + 3){
	margin-bottom:0.5%;
}
.main .place .place_detail{
	height:50%;
}
.main .place .place_detail .inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	height:100%;
}
.main .place .place_detail dt{
	width:50%;
	height:100%;
	overflow:hidden;
	display:block;
}
.main .place .place_detail dt img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.main .place .place_detail dd{
	width:50%;
	height:100%;
	box-sizing:border-box;
	background:url("/wp/img/event_img/2025/08/0802/main_place_img_illust.svg")no-repeat bottom;
}
.main .place .place_detail dd .sub_inner{
	margin:auto;
}
.main .place .place_detail dd .sub_inner h2{
	text-align:center;
	font-weight:bold;
	line-height:1.5em;
	margin-top:30px;
	color:#e93f40;
	font-size:1.2vw;
}
@media screen and (max-width: 768px) {
	.main{
		display:block;
	}
	.main .mainV {
		width:100%;
	}
	.main .place{
		width:100%;
	}
	.main .place .place_img{
		height:100%;
	}
	.main .place .place_detail{
		height:100%;
	}
	.main .place .place_detail .inner{
		align-items:unset;
		height:unset;
	}
	.main .place .place_detail dt{
		height:50vw;
	}
	.main .place .place_detail dd{
		display:block;
		content:"";
		height:50vw;
		box-sizing:border-box;
	}
	.main .place .place_detail dd .sub_inner{
		margin:auto;
		height:100%;
		content:"";
		display:block;
	}
	.main .place .place_detail dd .sub_inner h2{
		margin-top:30px;
		font-size:3.0vw;
	}
}

/*ep*/
.ep{
	width:100%;
	max-width:1400px !important;
	background:#f6f6f6;
}
.ep ul{
	margin:auto;
	display:flex;
	justify-content:space-between;
	padding:10px 0 0 0;
	min-height:650px;
}
.ep ul dd{
	width:50%;
	align-content:center;
}
.ep ul dd .sub_inner{
	width:90%;
	max-width:400px;
	height:fit-content;
	margin:auto;
}
.ep ul dd h3{
	font-size:1.8rem;
	margin:0 0 0.5em;
	line-height:1.5em;
	font-weight:bold;
	color:#035dad;
}
.ep ul dd h4{
	font-size:1.2rem;
	font-weight:bold;
	margin-bottom:0.5em;
}
.ep ul .image{
	width:50%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5px;
	row-gap: 5px;
}
.ep ul .image .product{
	width:100%;
	overflow:hidden;
	position:relative;
}
.ep ul .image .product .logo{
	position:absolute;
	top:10px;
	right:10px;
	z-index:1;
	width:20%;
}
.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.9rem;
	line-height:1.5em;
	margin-bottom:0.4em;
}
.ep ul .image .product .pro_detail .name{
	color:#fff;
	font-size:1.2rem;
	line-height:1.2em;
	padding-bottom:0.2em;
	font-weight:bold;
}
.ep ul .image .product .pro_detail .name span{
	font-size:80%;
	display:block;
}
.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;
	}
	.ep ul dd h3{
		font-size:1.4rem;
	}
	.ep ul dd h4{
		font-size:1.0rem;
	}
}



/*お得な企画*/
.content_01{
	margin:0 auto 0 auto;
	padding:50px 0 100px;
	width: 100%;
	max-width:1400px !important;
	background:#f7f7f7;
}
.content_01 > h4{
	font-size:1.7rem !important;
}
.content_01 > h4 .sub{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
    line-height: 1.3em;
	margin:0 0 0.5em 0;
	font-weight:bold;
	color:#1a7bc1;
}
.content_01 > h4 .sub::before,
.content_01 > h4 .sub::after{
	content: '';
	width: 2px;
	height: 70px;
	background-color: #1a7bc1;
}

.content_01 > h4 .sub::before{
	margin-right: 40px;
	transform: rotate(-30deg)
}
.content_01 > h4 .sub::after{
	margin-left: 40px;
	transform: rotate(30deg)
}
.content_01 ul{
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	position: relative;
	width:96%;
	max-width:1400px;
}
.content_01 ul li{
	width: 49%;
	align-items:center;
	background:#fff;
	border:1px solid #000;
}

.content_01 ul li:nth-child(1) .course,
.content_01 ul li:nth-child(2) .course{
	font-size:1.5rem;
	text-align:center;
	line-height:1em;
	padding:20px 15px;
	margin:0 auto 0px;
	font-weight:bold;
	border-bottom:1px solid #000;
}
.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 .big{
	font-size: 200%;
}
.content_01 ul li .sub_inner{
	display:flex;
	justify-content:space-between;
}
.content_01 ul li .sub_inner .image{
	width:35%;
	overflow:hidden;
	 padding:10px;
}
.content_01 ul li .sub_inner .image img{
	object-fit:cover;
	height:100%;
	width:100%;
}
.content_01 ul li .sub_inner dd{
	width:65%;
	box-sizing:border-box;
	background:#fff;
	align-items:center;
	display:flex;
}
.content_01 ul li .sub_inner dd .sub_inner2{
	height:fit-content;
	margin:auto;
	padding:15px;
}
.content_01 ul li .sub_inner h5{
	font-size:1.0rem;
	border-bottom:1px dotted #000;
	line-height:1.7em;
	padding-bottom:0.2em;
	margin-bottom:0.4em;
	font-weight:bold;
}
.content_01 ul li .sub_inner h5 span{
	display:block;
	color:#1a7bc1;
	font-size:160%;
}
.content_01 ul li p{
	line-height:1.8em;
}
@media screen and (max-width: 699px) {
	.content_01 > h4{
		font-size:1.3rem !important;
	}
	.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_01 ul li .sub_inner h5 span{
		display:block;
		color:#1a7bc1;
		font-size:140%;
	}
}
@media screen and (max-width: 599px) {
	.content_01 > h4{
		font-size:1.2rem !important;
	}
	.content_01 > h4 .sub::after{
		margin-left: 20px;
	}
	.content_01 > h4 .sub::before{
		margin-right: 20px;
	}
	.content_01 > h4 .sub::before,
	.content_01 > h4 .sub::after{
		height: 30px;
	}
	.content_01 ul li .sub_inner{
		display:block;
		justify-content:unset;
	}
	.content_01 ul li .sub_inner .image{
		width:100%;
		overflow:hidden;
		padding:unset;
		aspect-ratio: 1 / 0.6;
	}
	.content_01 ul li .sub_inner dd{
		width:100%;
	}
	.content_01 ul li .sub_inner dd .sub_inner2{
		padding:15px 0 0;
	}
}


/*セミナー*/
.content_02{
	margin:0 auto 0 auto;
	max-width:1400px !important;
	background:#f6f6f6;
	padding:50px 0 50px;
}
.content_02 > .inner{
	width:96%;
	max-width:1400px;
	margin:auto;
	background:#fff;
	padding:30px;
	border-radius:20px;
}
.content_02 .inner .title_wrap{
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
	border-bottom:1px dotted #000000;
	padding-bottom:30px;
	
}
.content_02 .inner .title_wrap dl:nth-child(2){
	width:50%;
	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;
	font-weight:bold;
}
.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%;
	margin:auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content_02 ul li{
	width: 49%;
}

.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: #1a7bc1;
	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;
	font-weight:bold;
}
.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;
	font-weight:bold;
}
.content_02 ul li dl{
	padding:0px 0 0px;
}
.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:0.5em 1em;
	}
	.content_02 ul li h3 em{
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px) {
	.content_02 > .inner{
		width:90%;
		max-width:unset;
		padding:20px 20px
	}
	.content_02 .inner .title_wrap dl:nth-child(1)  h3{
		font-size:1.4rem;
	}
	.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:1400px !important;
	padding:50px 0;
	box-sizing:border-box;
	background:#f6f6f6;
	

}
.chirashi ol{
	width:96%;
	margin:auto;
	display:flex;
	justify-content:space-between;
	background:#fff;
	padding:50px 30px;
	border:10px solid #ffffff;
	border-image: linear-gradient(to right, #055ea7, #e95a42);
	border-image-slice: 1;
}
.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.7em;
	background: #1a7bc1;
	color:#fff;
	text-align:center;
	border-radius:30px;
	font-weight:bold ;
}
.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:7px 7px 0px #69271b;
}
@media screen and (max-width: 768px) {
	.chirashi ol{
		width:96%;
		max-width:unset;
		margin:auto;
		display:block;
		justify-content:unset;
		padding:50px 20px;
	}
	.chirashi ol ul:nth-child(1){
		width:90%;
		max-width:400px;
		margin:0 auto 20px;
	}
	.chirashi ul:nth-child(2){
		width:100%;
	}
}
@media screen and (max-width: 499px) {
	.chirashi ol{
		padding:30px 10px;
	}
	.chirashi ol ul:nth-child(1){
		width:95%;
	}
	.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 {
  margin:auto
}
.lity-image img {
  width: 100%;
  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;
	font-weight:bold;
}
.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) {
}
