@charset "utf-8";

/* ******************************************************************** 
 structure
********************************************************************* */
body{
	position : relative;
	color: #2B2F30;
	font-size:14px;
	line-height: 1.8;
    font-family: 'Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-wrap : break-word;
	overflow-wrap : break-word;
	background:#fff;
}
input,textarea,select,button{
	color: #2B2F30;
    font-family: 'Noto Sans JP',"游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ", Meiryo,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
::placeholder {
  color: #ABACAD;
}
a {
	color:#565756;
	transition:0.3s;
}
a:link,
a:visited,
a:active {
	text-decoration: none;
	color:#565756;
}
a:hover {
	text-decoration: underline;
	color:#565756;
}



/* ******************************************************************** 
 基本レイアウト
********************************************************************* */
main{
/*
	position:relative;
	width:90%;
	max-width:1300px;
	min-width:880px;
	margin:110px auto 30px;
*/
	width:100%;
}
.main-content{
	position : relative;
	width:100%;
}
section.section_l{
	padding-top:3.5em;
	padding-bottom:3.5em;
}

.wrap{
	position:relative;
	max-width:1100px;
	width:90%;
	margin:0 auto;
	padding:0;
}

.sec{
	margin-bottom:50px;
	padding-bottom:50px;
	padding-top: 30px;
}
.sec_s {
	margin-bottom: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.sec_l {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #aaa;
	padding-top: 30px;
}

.top_content_head{
	margin:0 0 30px 0;
	text-align:center;
}
.top_content_head h2{
	font-size:18px;
}


.top_content{
	padding:40px 0;
}
@media (min-width: 1024px) {
	.top_content{
		padding:80px 0;
	}
}


.sec{
	margin-bottom:50px;
	padding-bottom:50px;
}


.content_head{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-bottom:30px;
}
.content_head h2{
	margin-bottom:0;
	font-size:16px;
	font-weight:bold;
}
@media (min-width: 1024px) {
	.content_head h2{
		margin-bottom:0;
		font-size:20px;
	}
}

.content_head p.more_txt{
	position:relative;
	padding-right:14px;
	font-size:12px;
}
@media (min-width: 1024px) {
	.content_head p.more_txt{
		padding-right:16px;
		font-size:14px;
	}
}
.content_head p.more_txt:after{
	content:"";
	width: 0;
	height: 0;
	position:absolute;
	border-style: solid;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #2b2f30;
	border-right: 0;
	top:50%;
	transform: translateY(-50%);
	right:0;
}

.btn, a.btn{
	margin:0 auto;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width:400px;
	max-width:90%;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	background-color:#337A39;
	font-size:1.2em;
	border-radius:25px;
	transition: all 0.3s;
}
.btn:hover, a.btn:hover{
	opacity:0.7;
	text-decoration:none;
}
.alpha{
	
}
.alpha:hover{
	opacity:0.7;
	transition: 0.3s;
}
.underline{
	text-decoration:underline !important;
}
.noborder{
	border:0 !important;
}
.noborder-b{
	border-bottom:0 !important;
}


/* ******************************************************************** 
 ヘッダー
********************************************************************* */
header#header{
	position: sticky;
	top:0;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	/*
	height:140px;
	*/
	margin:0 auto; 
	padding:0;
	color:#333;
	background-color:#fff;
	line-height:1;
	z-index:101;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.04);
}

header#header .head_main{
	position:relative;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	width:100%;
	/*
	height:70px;
	*/
	margin:0 auto; 
	padding:0 5px;
	color:#333;
	background-color:#fff;
}
@media (min-width: 1024px) {
	header#header .head_main{
		padding:0 5%;
	}
}


@media (max-width: 1023px) {
	.openbtn1{
		order:0;
	}
	.logo{
		order:1;
	}
	.head_menu{
		order:2;
	}
	.head_user{
		order:3;
	}
	.search_box{
		order:4;
	}
}
header#header p.logo{
	flex:120px;
}
header#header p.logo img{
	height:30px;
}
@media (min-width: 1024px) {
	header#header p.logo img{
		height:44px;
		margin:13px 0;
	}
}

header#header .head_user{
	position:relative;
	display:flex;
	align-items:center;
	width:100%;
	padding-left:6px;
	margin-bottom:6px;
	cursor:pointer;
}
@media (min-width: 1024px) {
	header#header .head_user{
		display:flex;
		align-items:center;
		width:185px;
		margin-left:24px;
		margin-bottom:0;
		padding:15px 0;
	}
}


header#header .head_user img{
	border-radius: 16px;
	width: 32px;
	height: 32px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
header#header .head_user p{
	margin-left:10px;
	line-height:1;
}
.dli-caret-down {
	display: inline-block;
	vertical-align: middle;
	color: #221714;
	line-height: 1;
	width: 0;
	height: 0;
	margin-left:10px;
	border-style: solid;
	border-color: transparent;
	border-width: 10px 6px;
	border-top-color: currentColor;
	border-bottom: 0;
	cursor:pointer;
}
header#header .search_box {
	flex:100vh;
	display: inline-block;
	position: relative;
	background-color:#f7f6f5;
	margin:0 5px 10px 5px;
	padding:5px;
	width: 100%;
	border-radius:8px;
}
@media (min-width: 1024px) {
	header#header .search_box {
		flex:1;
		margin-left:20px;
		margin-right:10px;
		margin-bottom:0;
		width: 570px;
	}
}
header#header .search_box button {
	width: 20px;
	height: 20px;
	background: url(../images/ico_head_search.svg) no-repeat center center / auto 100%;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 8px;
	border:none;
	cursor:pointer;
}
header#header .search_box input {
	padding: 3px 0 3px 32px;
	outline: 0;
	border:0;
	background:none;
	width:100%;
}



header#header ul.head_menu{
	display:flex;
	align-items:center;
	/*
	width:186px;
	*/
	margin:0 0 0 1px;
}
@media (min-width: 1024px) {
	header#header ul.head_menu{
	/*
		width:216px;
	*/
		margin-left:20px;
	}
}

header#header ul.head_menu > li{
	width:62px;
	/*
	position:relative;
	*/
	margin:0 0 0 1px;
}
@media (min-width: 1024px) {
	header#header ul.head_menu > li{
		width:72px;
		margin:0 0 0 2px;
	}
}

header#header ul.head_menu > li > a{
	position:relative;
	display:block;
	padding:6px 0;
	font-size:11px;
	color:#221714;
	text-align:center;
	transition: 0.5s;
}
@media (min-width: 1024px) {
	header#header ul.head_menu > li > a{
		padding:15px 0;
		font-size:12px;
	}
}

.head_menu li a .shopping-number{
	top:2px;
	right:2px;
	position: absolute;
	min-width: 16px;
    min-height: 16px;
	background: #f45050;
	color: #fff;
    font-size: 11px;
    line-height: 1.3;
    text-align: center;
	border-radius: 10px;
}
@media (min-width: 1024px) {
	.head_menu li a .shopping-number{
		top:8px;
		right:5px;
		min-width: 18px;
	    min-height: 16px;
		background: #f45050;
		color: #fff;
	    font-size: 12px;
	    line-height: 1.3;
	    text-align: center;
		border-radius: 10px;
	}
}


header#header ul.head_menu li a:hover{
	text-decoration:none;
}
header#header ul.head_menu li a img{
	width:22px;
}
header#header ul.head_menu li a p{
	margin-top:6px;
}


/* ******************************************************************** 
 ヘッダのユーザのメニュー
********************************************************************* */
.head_user ul {
	margin: 0 calc(50% - 50vw);
	/*width: 100vw;*/
	top: 36px;
	left: 0;
	position: absolute;
	background: #fefefe;
	padding: 0 20px;
	z-index: 12;
	transition: all .2s;
}
@media (min-width: 1024px) {
	.head_user ul {
		margin:0 auto;
		padding:0 20px;
		width:max-content;
		top: 66px;
		left: 0;
	}
}
.head_user ul li {
	overflow: hidden;
	line-height: 30px;
	height: 0;
	transition: 0.2s;
	width: auto;
	text-align: left;
}
.head_user:hover ul li {
	overflow: visible;
	height: 30px;
}
.head_user ul li a {
	position: relative;
	padding-top: 14px;
	/*display:block;*/
	color: #2B2F30;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.05em;
	transition: 0.5s;
	line-height: 1;
}
@media (min-width: 1024px) {
	.head_user ul li a{
		padding:12px 15px 0;
		font-size:1.1em;
		letter-spacing: 0.05em;
	}
}
.head_user ul li a:hover{
	color:#337A39;
}
.head_user ul li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	margin: 0 /*15px*/ auto 0;
	border-top: 4px solid #337A39;
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transform: scaleX(0);
}

.head_user ul li a:hover::after, .head_user ul li.active a::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.head_user ul li.active a{
	color:#337A39;
}

@media (max-width: 1023px) {
	.head_user ul {
		height: 0;
		/*overflow: hidden;*/
		transform: translateY(-10%);
		transition: all .2s;
		opacity: 0;
	}
	.head_user ul.active{
		transform: translateY(0%);
		height: auto;
		transition: all .2s;
		opacity:1;
	}
	.head_user ul.active li{
		overflow: visible;
		height: 30px;
		transition: all .2s;
	}

}

.head_menu_member_list {
	overflow: auto;
	max-height: 70vh;
}

/* ******************************************************************** 
 ヘッダの「投稿・管理」のメニュー
********************************************************************* */
@media (max-width: 1023px) {
	.head_menu li ul.head_menu_admin_menu {
		height:0;
		overflow: hidden;
		transform: translateY(-10%);
		transition: all .2s;
		opacity:0;
	}
	.head_menu li ul.head_menu_admin_menu.active{
		transform: translateY(0%);
		height: auto;
		transition: all .2s;
		opacity:1;
	}
	.head_menu li ul.head_menu_admin_menu.active li{
		overflow: visible;
		height: 50px;
		transition: all .2s;
	}

}
.head_menu li ul {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	top: 51px;
	left: 0;
	position: absolute;
	background:#fefefe;
	z-index:12;
	transition: all .2s;
}
@media (min-width: 1024px) {
	.head_menu li ul {
		display:flex;
		justify-content: center;
		margin: 0 calc(50% - 50vw);
		width: 100vw;
		top: 70px;
		left: 0;
	}
}
.head_menu li ul li {
	overflow: hidden;
	line-height:30px;
	height: 0;
	transition: 0.2s;
	width:auto;
}
.head_menu li:hover > ul > li {
	overflow: visible;
	height: 50px;
}
.head_menu li ul li a {
	position: relative;
	padding-top:14px;
	display:block;
	color:#2B2F30;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	letter-spacing: 0.05em;
	transition: 0.5s;
	line-height:1;
}
@media (min-width: 1024px) {
	.head_menu li ul li a{
		padding:12px 15px 0;
		font-size:1.1em;
		letter-spacing: 0.05em;
	}
}
.head_menu li ul li a:hover{
	color:#337A39;
}
.head_menu li ul li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin: 15px auto 0;
    border-top: 4px solid #337A39;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transform: scaleX(0);
}

.head_menu li ul li a:hover::after, .head_menu li ul li.active a::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.head_menu li ul li.active a{
	color:#337A39;
}


/* ******************************************************************** 
 ヘッダナビ
********************************************************************* */

#g-nav{
	position:fixed;
	z-index: -1;
	top:0;
	left:-100%;
	width:75%;
	max-width:300px;
	height: 100vh;
	background:#1b8b3b;
	visibility: hidden;
	overflow-y: auto;
	opacity:0;
	transition: all .3s;
}
@media (min-width: 1024px) {
	#g-nav{
		width:400px;
		max-width:400px;
	}
}
#g-nav.panelactive{
	visibility: visible;
	opacity: 1;
	z-index:999;
	display:block;
	left:0;
}
#g-nav.panelactive #g-nav-list{
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 999; 
}
.black-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 5;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	cursor: pointer;
}

/*ハンバーガーメニューが開いたら表示*/
.panelactive .black-bg {
	opacity: 0.3;
	visibility: visible;
}




#g-nav-list{

}
@media (min-width: 1024px) {
	#g-nav-list{

	}
}

#g-nav-list ul{
	text-align:left;
	margin:20px 20px;
	padding:20px 0 0;
	border-top:1px solid #2c7341;
}
@media (min-width: 1024px) {
	#g-nav-list ul{
		margin:20px 50px;
		padding:20px 0 0;
	}
}
#g-nav-list ul:first-child{
	margin-top:50px;
	border-top:0;
}


#g-nav-list ul p{
	margin-bottom:20px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
}
#g-nav-list ul li{
	padding:15px 30px;
	font-size:15px;
}
#g-nav-list ul li a{
	color:#fff;
}

.openbtn1{
	position:relative;
	z-index: 9999;
	cursor: pointer;
	width: 20px;
	height:20px;
	margin-left:10px;
	margin-right:10px;
}
@media (min-width: 1024px) {
	.openbtn1{
		position:relative;
		z-index: 9999;
		cursor: pointer;
		width: 32px;
		height:32px;
		margin-right:24px;
	}
}

.openbtn1 span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0;
	height: 3px;
	border-radius: 2px;
	background-color: #1b8b3b;
	width: 20px;
}
@media (min-width: 1024px) {
	.openbtn1 span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		height: 3px;
		border-radius: 2px;
		background-color: #1b8b3b;
		width: 32px;
	}
}

.openbtn1 span:nth-of-type(1) {
	top:0; 
}
@media (min-width: 1024px) {
	.openbtn1 span:nth-of-type(1) {
		top:2px; 
	}
}
.openbtn1 span:nth-of-type(2) {
	top:8px;
}
@media (min-width: 1024px) {
	.openbtn1 span:nth-of-type(2) {
		top:13px;
	}
}
.openbtn1 span:nth-of-type(3) {
	top:16px;
}
@media (min-width: 1024px) {
	.openbtn1 span:nth-of-type(3) {
		top:24px;
	}
}

.openbtn1.active span:nth-of-type(1) {
	top: 0;
	left: 0;
	transform: translateY(6px) rotate(-45deg);
	width: 20px;
	background-color: #fff;
}
@media (min-width: 1024px) {
	.openbtn1.active span:nth-of-type(1) {
		top: 8px;
		width: 32px;
	}
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3){
    top: 12px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 20px;
	background-color: #fff;
}
@media (min-width: 1024px) {
	.openbtn1.active span:nth-of-type(3){
	    top: 20px;
	    width: 32px;
	}
}

/* ******************************************************************** 
 パンくずリスト
********************************************************************* */
.breadcrumb{
	width:100%;
	padding:4px 0;
	background-color:#fff;
}
@media (min-width: 1024px) {
	.breadcrumb{
		padding:8px 0;
	}
}
.breadcrumb ul{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width:90%;
	margin:0 auto;
}
@media (min-width: 1024px) {
	.breadcrumb ul{
		width:1100px;
		padding:0 0;
		margin:0 auto;
	}
}
.breadcrumb ul li:not(:last-of-type)::after {
	content: "›";
	margin: 0 .6em;
	color: #acacad;
}
.breadcrumb ul li{
	font-size:12px;
}
.breadcrumb ul li a{
	color:#acacad;
}




/* ******************************************************************** 
 index head
********************************************************************* */
.head_regist{
	position: relative;
	width:100%;
	background-color:#E5F2E5;
	padding:16px 20px;
	text-align:center;
}
@media (min-width: 1024px) {
	.head_regist{
		height:70px;
		display:flex;
		align-items:center;
		justify-content:center;
		padding:0;
	}
}
.head_regist.close{
	display:none;
}
.head_regist p{
	margin:0 0 10px 0;
	line-height:1.5;
}
@media (min-width: 1024px) {
	.head_regist p{
		margin:0 30px 0 0;
		line-height:1;
	}
}
.head_regist ul{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0;
	gap:15px;
}
@media (min-width: 1024px) {
	.head_regist ul{
		display:flex;
		align-items:center;
		margin:0;
		gap:15px;
	}
}
.head_regist ul li.head_regist_btn a, .head_regist ul li.head_login_btn a{
	display:flex;
	align-items:center;
	justify-content:center;
	width:140px;
	height:40px;
	border:1px solid #337A39;
	text-align:center;
}
@media (min-width: 1024px) {
	.head_regist ul li.head_regist_btn a, .head_regist ul li.head_login_btn a{
		width:150px;
		height:40px;
	}
}
.head_regist ul li.head_regist_btn a{
	background-color:#337A39;
	color:#fff;
}
.head_regist ul li.head_login_btn a{
	background-color:#fff;
	color:#337A39;
}
.head_regist ul li.head_regist_btn a:hover, .head_regist ul li.head_login_btn a:hover{
	text-decoration:none;
	opacity:0.7;
}
.head_regist_close{
	position: absolute;
	top: 5px;
	right: 5px;
	color: #555;
	cursor: pointer;
	opacity: 1;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	transition: all 0.2s ease-in-out;
	border: none;
	background: transparent;
	padding: 0;
	-webkit-appearance: none;
}
@media (min-width: 1024px) {
	.head_regist_close{
		top: 10px;
		right: 10px;
	}
}
.head_regist_close::before, .head_regist_close::after {
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 23px;
	width: 2px;
	height: 22px;
	border-radius: 2px;
	background: #555;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}
.head_regist_close::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.head_regist_close::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}




/* ******************************************************************** 
 top menu
********************************************************************* */
.top_menu{
	width:100%;
	background-color:#fff;
}
.top_menu ul{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:50px;
	padding:0 10px;
}
@media (min-width: 1024px) {
	.top_menu ul{
		justify-content:center;
	}
}
.top_menu ul li a{
	position: relative;
	padding-top:14px;
	display:block;
	color:#2B2F30;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	letter-spacing: 0.05em;
	transition: 0.5s;
	line-height:1;
}
@media (min-width: 1024px) {
	.top_menu ul li a{
		padding-top:12px;
		width:150px;
		font-size:1.1em;
		letter-spacing: 0.05em;
	}
}
.top_menu li a:hover{
	color:#337A39;
}
.top_menu li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    margin: 15px auto 0;
    border-top: 4px solid #337A39;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transform: scaleX(0);
}

.top_menu li a:hover::after, .top_menu li.active a::after {
	transform-origin: left top;
	transform: scale(1, 1);
}
.top_menu ul li.active a{
	color:#337A39;
}




/* ******************************************************************** 
 ページング
********************************************************************* */
.pagination{
	padding: 3.5em 0 0 0;
	display: flex;
	justify-content: center;
	align-items:center;
}
a.page-number {
	width: 22px;
	height: 22px;
	margin:0 2px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	background: transparent;
	color: #ABACAD;
	transition: all 0.3s ease-out;
}
@media (min-width: 1024px) {
	a.page-number {
		width: 25px;
		height: 25px;
		margin:0 4px;
		font-size: 14px;
	}
}
a.page-number:hover{
	opacity:0.7;
	background-color:#2B2F30;
	color:#fff;
	border-radius:100%;
}
a.page-number.page-number_current{
	background-color:#2B2F30;
	color:#fff;
	border-radius:100%;
}
.pagination .prev, .pagination .next{
	background-color:#2B2F30;
	width:25px;
	height:25px;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.pagination .prev{
	margin-right:20px;
}
.pagination .prev span{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 8px;
	height: 8px;
	transform: translateX(25%) rotate(-135deg);
}
.pagination .prev span::before, .pagination .prev span::after{
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.pagination .prev span::before {
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
}
.pagination .prev span::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 3px;
}
.pagination .next{
	margin-left:20px;
}
.pagination .next span{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	line-height: 1;
	position: relative;
	width: 8px;
	height: 8px;
	transform: translateX(-25%) rotate(45deg);
}
.pagination .next span::before, .pagination .next span::after{
	content: '';
	position: absolute;
	background: currentColor;
	border-radius: 0.1em;
}
.pagination .next span::before {
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
}
.pagination .next span::after {
	top: 0;
	right: 0;
	bottom: 0;
	width: 3px;
}


/* ******************************************************************** 
 下層ページのヘッダタイトル
********************************************************************* */

.head_ttl{
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	justify-content:center;
	height:110px;
}
@media (min-width: 1024px) {
	.head_ttl{
		height:180px;
	}
}
.head_ttl h1{
	width:100%;
	text-align:center;
	color:#fff;
	font-size:20px;
	z-index:1;
}
.head_ttl p{
	text-align:center;
	color:#fff;
	font-size:13px;
	z-index:1;
}
@media (min-width: 1024px) {
	.head_ttl p{
		font-size:16px;
	}
}
.head_ttl::after{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
}
@media (min-width: 1024px) {
	.head_ttl h1{
		font-size:28px;
	}
}



/* ******************************************************************** 
 フッター
********************************************************************* */
footer#footer{
	bottom:0;
	width:100%;
	margin:0;
	padding:0;
	color:#565756;
	background-color:#F8F7F6;
	font-size:12px;
	text-align:center;
	z-index:9;
}
footer#footer a{
	color:#565756;
}
footer#footer a.pagetop{
	display:block;
	width:100%;
	padding:10px 0 12px;
	position:relative;
	font-size:13px;
	text-align:center;
	color:#fff;
	line-height:1;
	background-color:#666767;
	transition: 0.3s;
}
footer#footer a.pagetop:hover{
	opacity:0.7;
	text-decoration:none;
}
footer#footer a.pagetop span{
	position:relative;
}
footer#footer a.pagetop span{
	padding-left:20px;
}
footer#footer a.pagetop span::after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
	position: absolute;
	top: 65%;
	left: 0;
	bottom: 0;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: 0.3s;
}
footer#footer .footer{
	width:90%;
	margin:0 auto;
	padding:30px 0;
}
@media (min-width: 1024px) {
	footer#footer .footer{
		width:1100px;
		max-width:92%;
		margin:0 auto;
		padding:30px 0;
		display:flex;
		justify-content:space-between;
	}
}



footer#footer .footer_info{
	font-size:12px;
	text-align:left;
	margin-bottom:40px;
}
footer#footer .footer_info .footer_logo{
	margin-bottom:10px;
}
footer#footer .footer_info .footer_logo img{
	height:44px;
}
footer#footer .footer_menu{
	display:flex;
	flex-wrap:wrap;
	gap:30px 4%;
}
@media (min-width: 1024px) {
	footer#footer .footer_menu{
		display:flex;
		flex-wrap:wrap;
		gap:30px 80px;
	}
}
footer#footer .footer_menu ul{
	text-align:left;
	margin:0 0 0 0;
}
@media (min-width: 1024px) {
	footer#footer .footer_menu ul{
		margin:0 0 10px 0;
	}
}
@media (max-width: 1023px) {
	footer#footer .footer_menu ul{
		width:48%;
	}
}

footer#footer .footer_menu p{
	margin-bottom:8px;
	font-size:14px;
	font-weight:bold;
}
@media (min-width: 1024px) {
	footer#footer .footer_menu p{
		font-size:13px;
	}
}
footer#footer .footer_menu li{
	font-size:13px;
	margin-bottom:8px;
}
@media (min-width: 1024px) {
	footer#footer .footer_menu li{
		font-size:12px;
	}
}

/* ******************************************************************** 
 MVスライドショー（ショップ・モール）
********************************************************************* */

.sliderArea {
	max-width: 100vw;
	margin: 0 auto;
	padding: 0 0;
	overflow:hidden;
}
.slider{
	opacity: 0;
	transition: opacity .3s linear;
}
.slider.slick-initialized{
	opacity: 1;
}

@media (min-width: 1024px) {
	.sliderArea_mv .sliderArea {
	  padding: 0 25px;
	}
}
.sliderArea_mv .slick-slide {
	margin: 0 5px;
}
@media (min-width: 1024px) {
	.sliderArea_mv .slick-slide {
		margin: 0 5px;
	}
}
.sliderArea_mv .slider img {
    height: 280px;
}
@media (min-width: 1024px) {
	.sliderArea_mv .slider img {
	    height: 350px;
	}
}




/* ******************************************************************** 
 各ショップページ　紹介
********************************************************************* */

.shop_head{
	margin-bottom:30px;
}
@media (min-width: 1024px) {
	.shop_head{
		margin-bottom:60px;
	}
}
.shop_head .shop_head_01{
	display:flex;
	margin-bottom:14px;
	padding-bottom:10px;
	border-bottom:1px solid #aaa;
}
@media (min-width: 1024px) {
	.shop_head .shop_head_01{
		padding-bottom:14px;
	}
}
.shop_head .shop_head_01 .shop_logo{

}
	.shop_head .shop_head_01 .shop_logo img {
		margin-top: -50px;
		border-radius: 45px;
		width: 90px;
		height: 90px;
		object-fit: cover;
		/*border: 3px solid #fff;*/
		border: 3px solid lavender;
	}
@media (min-width: 1024px) {
	.shop_head .shop_head_01 .shop_logo img{
		margin-top:-60px;
		border-radius: 58px;
		width: 116px;
		height: 116px;
	}
}
.shop_head .shop_head_01 ul.shop_list_01{
	flex: 1;
	display:flex;
	flex-wrap:wrap;
	align-items:end;
	margin-left:24px;
}
.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share{
	position:relative;
	margin-right:18px;
	padding-left:36px;
	padding-bottom:18px;
	cursor:pointer;
}
.shop_head .shop_head_01 ul.shop_list_01 .share_box{
	display:none;
	width: 250px;
	position: absolute;
	top: 40px;
	left: -4px;
	padding: 20px 16px;
	background: #fff;
	font-weight: bold;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.37);
	z-index:3;
}
.shop_head .shop_head_01 ul.shop_list_01 .share_box::after {
	position: absolute;
	content: ""; 
	border-bottom: 10px solid rgba(255, 255, 255, 1); 
	border-left: 8px solid transparent; 
	border-right: 8px solid transparent; 
	top: -8px;
	left : 5%;
}
.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share:hover .share_box{
	display:block;
	transition : all 0.5s ease 0s;
}
@media (min-width: 1024px) {
	.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share{
		margin-right:30px;
	}
}


.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share a{
	vertical-align:middle;
}
.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share img{
	width:30px;
	height:30px;
	margin-right:8px;
	vertical-align:middle;
}

.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share::before{
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../../cssjs/images/ico_02_share.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

@media (min-width: 1024px) {
	.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share::before{
		width: 30px; 
		height: 30px;
	}
}
.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share .share_box li{
	position:relative;
	margin-bottom:8px;
}
.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share .share_box li:last-child{
	margin-bottom:0;
}

.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_share .share_box li a:hover{
	text-decoration:none;
}
.modal_share_box{
	text-align:center;
}
.modal_share_box p{
	margin-bottom:12px;
	font-size:14px;
}
@media (min-width: 1024px) {
	margin-bottom:12px;
	font-size:16px;
}
.modal_share_box p.share_box_logo{

}
	.modal_share_box p.share_box_logo img {
		max-height:60px;
		height: 40px; /*60px;*/
	}
.modal_share_box p.share_box_qr img{
	max-width:180px;
}
.modal_share_box p.share_box_shop_title{
	font-weight:bold;
	font-size:18px;
}
.modal_share_box .share_box_shop_title_chk span{
	padding:4px 15px;
	background-color:#E5F2E5;
}
.share_box_urlcopy {
	padding: 4px;
	background-color: white !important;
	margin-left: 4px;
	font-size: 0.8rem;
}



.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_favorite{
	position:relative;
	margin-right:15px;
	padding-left:36px;
	padding-bottom:18px;
	cursor:pointer;
}

.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_favorite::before{
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../../cssjs/images/ico_02_favorite.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
@media (min-width: 1024px) {
	.shop_head .shop_head_01 ul.shop_list_01 li.shop_list_01_favorite::before{
		width: 30px; 
		height: 30px;
	}
}

.shop_list_01_sns{
	display:flex;
	gap:15px;
}
.shop_list_01_sns li{
	position:relative;
	padding-bottom: 15px;
}
.shop_list_01_sns li img{
	width:28px;
	height:28px;
}




.shop_head .shop_head_02{
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom:1px solid #aaa;
}
.shop_head .shop_head_02 h1{
	margin-bottom:10px;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
}
@media (min-width: 1024px) {
	.shop_head .shop_head_02 h1{
		font-size:24px;
	}
}
.shop_head .shop_head_02 p{
	margin-bottom:12px;
}
.shop_head .shop_head_02 ul.shop_menu_01{
	display:flex;
	flex-wrap:wrap;
	gap:8px 12px;
	margin-bottom:12px;
}
.shop_head .shop_head_02 ul.shop_menu_01 li{

}
.shop_head .shop_head_02 ul.shop_menu_01 li a{
	display:block;
	position:relative;
	width:160px;
	padding:6px 30px 8px 40px;
	text-align:center;
	color:#fff;
	font-size:14px;
	line-height:1;
	border-radius:16px;
}
.shop_head .shop_head_02 ul.shop_menu_01 li a:hover{
	text-decoration:none;
	opacity:0.7;
}
.shop_head .shop_head_02 ul.shop_menu_01 li.shop_menu_01_01 a{
	background-color:#008ea2;
}
.shop_head .shop_head_02 ul.shop_menu_01 li.shop_menu_01_01 a::before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../../cssjs/images/ico_03_shopping.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 12px;
}
.shop_head .shop_head_02 ul.shop_menu_01 li.shop_menu_01_02 a{
	background-color:#0088c5;
}
.shop_head .shop_head_02 ul.shop_menu_01 li.shop_menu_01_02 a::before{
	content: '';
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../../cssjs/images/ico_03_homepage.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 12px;
}
.shop_head .shop_head_02 ul.shop_menu_01 li.shop_menu_01_03 a{
	background-color:#009143;
}
.shop_head .shop_head_02 ul.shop_menu_01 li.shop_menu_01_03 a::before{
	content: '';
	display: block;
	width: 18px; 
	height: 18px;
	background-image: url(../../cssjs/images/ico_03_access.svg);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 5px;
	left: 12px;
}

.shop_head .shop_head_03{
	margin-bottom:35px;
}
.shop_head .shop_head_03 dl.shop_info_list{
	width: 100%;
}
.shop_head .shop_head_03 dl.shop_info_list dt{
	float: left;
}
.shop_head .shop_head_03 dl.shop_info_list dd:before{
	content:'：';
	margin-left:-17px;
}
.shop_head .shop_head_03 dl.shop_info_list dd{
	margin-left: 90px;
}

.shop_head .shop_head_04{

}
.shop_head .shop_head_04 ul.shop_menu_02{
	margin-bottom:30px;
}
@media (max-width: 1023px) {
	.shop_head .shop_head_04 ul.shop_menu_02{
		margin: 0 calc(50% - 50vw) 40px;
		width: 100vw;
		padding: 0 0 0 5%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
}
@media (min-width: 1024px) {
	.shop_head .shop_head_04 ul.shop_menu_02 {
		display: flex;
		flex-wrap: wrap;
		gap: 22px; /*34px;*/
		font-size: 13px;
	}
}

.shop_head .shop_head_04 ul.shop_menu_02 li{
	margin-bottom:10px;
}
@media (max-width: 1023px) {
	.shop_head .shop_head_04 ul.shop_menu_02 li{
		display: inline-block;
		list-style: none;
		margin-right: 15px;
	}
}
@media (min-width: 1024px) {
	.shop_head .shop_head_04 ul.shop_menu_02 li{
		
	}
}
.shop_head .shop_head_04 ul.shop_menu_02 li a{
	display:block;
	text-align:center;
}
	.shop_head .shop_head_04 ul.shop_menu_02 li a img {
		width: 80px; /*90px;*/
		border-radius: 32%;
		border: 1px solid #dddede;
	}
.shop_head .shop_head_04 ul.shop_menu_02 li.active a img{
	border:4px solid #1e8c3b;
}
.shop_head .shop_head_04 ul.shop_menu_02 li a:hover{
	text-decoration:none;
	opacity:0.7;
}
.shop_head .shop_head_04 ul.shop_menu_02 li a p{
	margin-top:2px;
	font-size:13px;
}


/* 固定メニュー */
.shop_head .shop_head_04 ul.shop_menu_02.fixed{
	position: fixed;
	margin: 0;
	top: 97px;
	left:0;
	gap:20px;
	background-color:#F0EFEE;
	padding:6px 10px 0 10px;
	z-index:21;
}
@media (min-width: 1024px) {
	.shop_head .shop_head_04 ul.shop_menu_02.fixed{
		top: 70px;
		width:100vw;
		margin: 0 calc(50% - 50vw);
		justify-content:center;
		gap:50px;
		padding:6px 0 0 0;
	}
}

.shop_head .shop_head_04 ul.shop_menu_02.fixed li{
	margin-right: 10px;
}

.shop_head .shop_head_04 ul.shop_menu_02.fixed li a img{
	width:45px;
	border-radius:32%;
}
@media (min-width: 1024px) {
	.shop_head .shop_head_04 ul.shop_menu_02.fixed li a img{
		width:45px;
		border-radius:32%;
	}
}
.shop_head .shop_head_04 ul.shop_menu_02.fixed li.active a img {
	border: 2px solid #1e8c3b;
}
.shop_head .shop_head_04 ul.shop_menu_02 li a p {
	margin-top: 6px;
}
.shop_head .shop_head_04 ul.shop_menu_02.fixed li a p {
	margin-top: 2px;
	font-size: 11px;
	line-height:1.2;
}
@media (min-width: 1024px) {
	.shop_head .shop_head_04 ul.shop_menu_02 li a p {
		margin-top: 6px;
		font-size: 12px;
		line-height:1.2;
	}
	.shop_head .shop_head_04 ul.shop_menu_02.fixed li a p {
		margin-top: 2px;
		font-size: 12px;
		line-height:1.2;
	}
}


.shop_head .shop_head_04 ul.shop_menu_03{
	display:flex;
	gap:12px;
}
@media (max-width: 1023px) {
	.shop_head .shop_head_04 ul.shop_menu_03{
		display:flex;
		flex-wrap:nowrap;
		margin: 0 calc(50% - 50vw) 50px;
		width: 100vw;
		padding: 0 0 0 5%;
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
}
@media (min-width: 1024px) {
	.shop_head .shop_head_04 ul.shop_menu_03{
		flex-wrap:wrap;
	}
}

.shop_head .shop_head_04 ul.shop_menu_03 li{
	display: inline-block;
	list-style: none;
	margin-bottom: 16px;
}
@media (max-width: 1023px) {
	.shop_head .shop_head_04 ul.shop_menu_03 li{
		display: inline-block;
		list-style: none;
		margin-bottom:16px;
	}
	.shop_head .shop_head_04 ul.shop_menu_03 li:last-child{
		margin-right: 20px;
	}
}

.shop_head .shop_head_04 ul.shop_menu_03 li a{
	display:block;
	position:relative;
	min-width:150px;
	padding:6px 20px 8px 20px;
	background-color:#f0efef;
	text-align:center;
	color:#2b2f30;
	font-size:14px;
	line-height:1;
	border-radius:16px;
}
.shop_head .shop_head_04 ul.shop_menu_03 li a:hover{
	text-decoration:none;
	opacity:0.7;
}
.shop_head .shop_head_04 ul.shop_menu_03 li.active a{
	border:4px solid #1e8c3b;
	padding:4px 18px 6px 18px;
}





/* --------------------------------------------------------------------
 イベント一覧
--------------------------------------------------------------------- */

.content_head ul.event_cat{

}
@media (min-width: 1024px) {
	.content_head ul.event_cat{
		margin-left:30px;
		flex:1;
	}
}
@media (max-width: 1023px) {
	.content_event .content_head{
		flex-wrap:wrap;
	}
	.content_event .content_head h2{
		order:0;
	}
		.content_event .content_head .event_cat {
			margin-top: 10px;
			order: 2;
			/* 2024.12.25 add */
			width: 100%;
		}
	.content_event .content_head .more_txt{
		order:1;
	}
}

ul.event_cat{
	display:flex;
	gap:4px;
}
@media (min-width: 1024px) {
	ul.event_cat{
		gap:8px;
	}
}

ul.event_cat li{
	min-width:60px;
}
ul.event_cat li a{
	display:block;
	position:relative;
	padding:2px 2px 2px 2px;
	background-color:#f9f8f8;
	border:1px solid #dddede;
	text-align:center;
	color:#2b2f30;
	font-size:10px;
	line-height:1;
	border-radius:16px;
}
@media (min-width: 1024px) {
	ul.event_cat li a{
		padding:5px 16px 7px 16px;
		font-size:14px;
		border-radius:16px;
	}
}
ul.event_cat li.active a{
	color:#fff;
	background-color:#acacad;
	border:1px solid #acacad;
}
ul.event_cat li a:hover{
	text-decoration:none;
	opacity:0.7;
}
ul.event_list{

}
@media (min-width: 1024px) {
	ul.event_list{
		display:flex;
		flex-wrap:wrap;
		gap:2%;
	}
}
ul.event_list li {
	position:relative;
	display:flex;
	margin-bottom:20px;
	transition: all 0.3s ease;
	border: 1px solid #bbb;
	border-radius: 12px;
	padding: 6px 12px;
}
@media (min-width: 1024px) {
	ul.event_list li {
		width:48%;
	}
}
ul.event_list li a {
	/*
	position: absolute;
	inset: 0;
	*/
	text-decoration: none;
	z-index: 1;
}
ul.event_list li:hover{
	opacity:0.7;
}

ul.event_list li .event_list_img{
	position:relative;
	width: 100px;
	height: 100px;
	margin-right:20px;
}
@media (min-width: 1024px) {
	ul.event_list li .event_list_img{
		width: 140px;
		height: 140px;
	}
}
ul.event_list li .event_list_img img{
	width: 100px;
	height: 100px;
	object-fit: cover;
}
@media (min-width: 1024px) {
	ul.event_list li .event_list_img img{
		width: 140px;
		height: 140px;
	}
}
ul.event_list li .event_list_txt{
	flex:1;
}
ul.event_list li .event_list_txt span.event_list_date{
	font-weight:bold;
}
ul.event_list li .event_list_txt span.event_list_cat{
	position:relative;
	padding:2px 10px 2px 10px;
	background-color:#f9f8f8;
	border:1px solid #dddede;
	text-align:center;
	color:#2b2f30;
	font-size:10px;
	line-height:1;
	border-radius:12px;
}
@media (min-width: 1024px) {
	ul.event_list li .event_list_txt span.event_list_cat{
		padding:1px 12px 2px 12px;
		font-size:11px;
	}
}
ul.event_list li .event_list_txt h3{
	margin-bottom:3px;
	font-size:16px;
	font-weight:bold;
}
@media (min-width: 1024px) {
	ul.event_list li .event_list_txt h3{
		margin-bottom:8px;
		font-size:20px;
	}
}

ul.event_list li .event_list_txt p{
	line-height:1.6;
	font-size:12px;
}
ul.event_list li .event_list_txt p.event_list_cmt{
	max-height:6.5em;
	overflow:hidden;
}

@media (min-width: 1024px) {
	ul.event_list li .event_list_txt p{
		font-size:15px;
	}
}

span.favorite_chk{
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 24px;
	height: 24px;
	background: url(../../cssjs/images/ico_04_favorite.svg) no-repeat center center / auto 100%;
	cursor: pointer;
	transition: .2s;
	z-index: 11;
}
@media (min-width: 1024px) {
	span.favorite_chk{
		width:36px;
		height:36px;
	}
}

span.favorite_chk.chkon{
	position: absolute;
	right: 4px;
	bottom: 4px;
	width: 24px;
	height: 24px;
	background: url(../../cssjs/images/ico_04_favorite_on.svg) no-repeat center center / auto 100%;
	cursor: pointer;
	transition: .2s;
}
@media (min-width: 1024px) {
	span.favorite_chk.chkon{
		width:36px;
		height:36px;
	}
}



/* ******************************************************************** 
 各イベントページ（ショップ・モール）
********************************************************************* */
.content_event_detail{
	width:100%;
	margin:0 auto;
}
@media (min-width: 1024px) {
	.content_event_detail{
		width:560px;
	}
}
.content_event_detail img{
	max-width:100%;
}

.content_event_detail .event_detail_head{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}
.content_event_detail .event_detail_head .event_detail_head_01{
	display:flex;
	margin-bottom:8px;
}
.content_event_detail .event_detail_head .event_detail_head_01 span.event_list_date{
	font-weight:bold;
}
.content_event_detail .event_detail_head .event_detail_head_01 span.event_list_cat{
	position:relative;
	padding:0 10px 1px 10px;
	background-color:#f9f8f8;
	border:1px solid #dddede;
	text-align:center;
	color:#2b2f30;
	font-size:10px;
	line-height:1;
	border-radius:12px;
	white-space:nowrap;
}
@media (min-width: 1024px) {
	ul.event_list li .event_list_txt span.event_list_cat{
		padding:1px 12px 2px 12px;
		font-size:11px;
	}
}

.content_event_detail .event_detail_head .event_detail_head_02{
	display:flex;
	align-items:center;
}
.content_event_detail .event_detail_head .event_detail_head_02 img {
	width: 42px;
	/* add */
	border: 2px solid lavender;
	border-radius: 50%;
	/* add end */
}
@media (min-width: 1024px) {
	.content_event_detail .event_detail_head .event_detail_head_02 img{
		width:64px;
	}
}
.content_event_detail .event_detail_head .event_detail_head_02 h2.event_detail_head_ttl{
	margin-left:10px;
	font-size:19px;
	fomt-weight:bold;
}
@media (min-width: 1024px) {
	.content_event_detail .event_detail_head .event_detail_head_02 h2.event_detail_head_ttl{
		margin-left:15px;
		font-size:24px;
	}
}
.content_event_detail .event_detail_main {
	padding-bottom: 16px;
	margin-bottom: 16px;
	/*
	border-bottom:1px solid #ccc;
	*/
}
@media (min-width: 1024px) {
	.content_event_detail .event_detail_main{
		padding-bottom:20px;
		margin-bottom:20px;
	}
}
.content_event_detail .event_detail_main .event_detail_main_img{
	position:relative;
	margin-bottom:16px;
}
@media (min-width: 1024px) {
	.content_event_detail .event_detail_main .event_detail_main_img{
		margin-bottom:20px;
	}
}
.content_event_detail .event_detail_main .event_detail_main_img img{
	
}
.content_event_detail .event_detail_main .event_detail_main_img span.favorite_chk{
	
}


.content_event_detail .event_detail_main p{
	margin-bottom:1em;
}
.content_event_detail .event_detail_foot{

}


@media (min-width: 1024px) {
	#item ul.item_list li{
		width:30.5%;
	}
}


/* ******************************************************************** 
 商品ページ
********************************************************************* */

.head_ttl_item{
	background:url("../images/item/ttl_bg_sp.jpg") no-repeat center center;
	background-size:cover;
}
@media (min-width: 1024px) {
	.head_ttl_item{
		background:url("../images/item/ttl_bg.jpg") no-repeat center center;
	}
}



@media (min-width: 1024px) {
	.content_head_search{
		display:flex;
		margin-bottom:2em;
		font-size:0.9em;
	}
}
@media (min-width: 1024px) {
	.content_head_search{
		font-size:1em;
	}
}
@media (min-width: 1024px) {
	.content_head_search p.content_head_search_result{
		flex:1;
	}
}


select.content_head_search_sort{
	outline:0;
	border:0;
	padding:8px 16px;
	background-color:#f7f6f5;
	border-radius:8px;
}
@media (max-width: 1023px) {
	select.content_head_search_sort{
		width:100%;
		margin:10px 0;
	}
}

.content_head_search_filter {
	display: inline-block;
	position: relative;
	background-color:#f7f6f5;
	margin:0 0 20px 0;
	padding:5px;
	width: 100%;
	border-radius:8px;
}
@media (min-width: 1024px) {
	.content_head_search_filter {
		margin:0 10px 0 20px;
		width: 240px;
	}
}
.content_head_search_filter button {
	width: 20px;
	height: 20px;
	background: url(../images/ico_head_search.svg) no-repeat center center / auto 100%;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 8px;
	border:none;
	cursor:pointer;
}
.content_head_search_filter input {
	padding: 3px 0 3px 32px;
	outline: 0;
	border:0;
	background:none;
	width:100%;
}


/* --------------------------------------------------------------------
 商品
--------------------------------------------------------------------- */

.content_item{

}

ul.item_list{
	display:flex;
	flex-wrap:wrap;
	gap:40px 20px;
}

ul.item_list li{
	position:relative;
	width:48%;
}

@media (min-width: 1024px) {
	ul.item_list{
		display:flex;
		flex-wrap:wrap;
		gap:40px 4%;
	}
	ul.item_list li{
		position:relative;
		width:22%;
	}
}
@media (min-width: 1024px) {
	#item ul.item_list li{
		width:30.5%;
	}
}
ul.item_list li:hover{
	opacity:0.7;
}
ul.item_list li a {
	/*
	position: absolute;
	inset: 0;
	*/
	text-decoration: none;
	z-index: 1;
}
ul.item_list li a:hover{

}
ul.item_list li .item_list_img{
	position:relative;
	width: 100%;
	margin-bottom:5px;
}
@media (min-width: 1024px) {
	ul.item_list li .item_list_img{
		margin-bottom:10px;
	}
}
ul.item_list li .item_list_img figure{
	width:100%;
	height: 100%;
	aspect-ratio: 1 / 1;
}
ul.item_list li .item_list_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	max-width: 320px;
	max-height: 320px;
}



ul.item_list li .item_list_txt{

}
ul.item_list li .item_list_txt h3{
	margin-bottom:8px;
	text-align:left;
}
ul.item_list li .item_list_txt p{
	font-size: 0.85em;
	/* add */
	white-space: wrao;
	/* add end */
}
/* add */
ul.item_list li .item_list_txt p.item_list_cmt {
	max-height: 6em;
	text-align: left;
	/*overflow: hidden;*/
}
/* add end */
@media (min-width: 1024px) {
	ul.item_list li .item_list_txt p{
		font-size:0.9em;
	}
}
ul.item_list li .item_list_txt p.item_list_img_price{
	margin-top:8px;
	margin-bottom:8px;
	font-size:1.25em;
	font-weight:bold;
	line-height:1;
	text-align:left;
	width:100%;
}

/* TOP SP */
@media (max-width: 1023px) {

	ul.item_list {
		margin: 0 calc(50% - 50vw);
		padding: 0;
		overflow-x: auto;
		overflow-y: hidden;
		white-space: nowrap;
		justify-content: center;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
		ul.item_list li {
			position: relative;
			display: inline-block;
			list-style: none;
			/*margin-left: 20px;*/
			margin-bottom: 10px;
			text-align: center;
			width: 40%;
			max-width: 240px;
			overflow: hidden;
		}
	ul.item_list li:first-child{
		margin-left: 0;
	}
}

/* TOP small SP (add 24/9/3) */
@media (max-width: 519px)) {
	ul.item_list li {
		width: 180px;
		display:inline-block;
		vertical-align: top;
		padding-bottom: 20px;
	}
}

.product_item_soldout{
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	padding: .2rem;
	color: #fff;
	letter-spacing: .25em;
	text-align: center;
	font-size: .85rem;
	background-color: #dc3545 !important;
}

/* ******************************************************************** 
 イベントカレンダー（ショップ・モール）
********************************************************************* */
.content_schedule .content_head{
	flex-wrap: wrap;
}
.schedule_box{
	margin-bottom: 50px;
	background-color: #F8F7F6;
	border-radius: 12px;
	padding: 40px;
}
#calendar{
	width: 760px;
	margin: 0 auto;
}
.calendar-info-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*margin-bottom: 20px;*/
}
.calendar-info-header .calendar-head-l{
	display: flex;
	z-index: 1;
}
.calendar-info-header .calendar-btn{
	display: flex;
	border: 1px solid #bbb;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
}
.calendar-info-header .calendar-prev{
	width: 40px;
	height: 30px;
	font-size: 20px;
	text-align: center;
	line-height: 1.2;
	border-right: 1px solid #bbb;
	cursor: pointer;
}
.calendar-info-header .calendar-next{
	width: 40px;
	height: 30px;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	cursor: pointer;
}
.calendar-info-header .calendar-prev:hover, .calendar-info-header .calendar-next:hover, .calendar-info-header .today-btn:hover{
	opacity:0.7;
}
.today-btn {
	/*margin-left: 15px;*/
	margin-left: auto;
	margin-right: auto;
	padding: 5px 15px;
	height: 32px;
	line-height: 1.2;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #bbb;
	cursor: pointer;
}

.calendar-info-header .calendar-head-c{
	flex:1;
	font-weight:bold;
	font-size:20px;
	text-align:center;
	/* margin-left:-157px; */
	margin-left:-82px;
}


/* 曜日テーブル */
.calendar-info-table {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	border: 1px solid #bbb;
	border-bottom: 0;
	border-top: 0;
	border-radius: 4px 4px 0 0;
	border-collapse: separate;
}
.calendar-info-table tr {
	border-radius: 4px 4px 0 0;
}
.calendar-info-table th {
	width: 13%;
	padding:3px 0;
	text-align: center;
	font-size:0.75rem;
	background-color:#337A39;
	color:#fff;
	border-right: 1px solid #bbb;
}
.calendar-info-table th:first-child {
	color: #fff;
	background-color: #e33434;
	border-radius: 4px 0 0 0;
}
.calendar-info-table th:last-child {
	color: #fff;
	background-color:#367acf;
	border-right:0;
	border-radius: 0 4px 0 0;
}

.calendar-info-table-div {
    width: 100%;
    /*overflow-x: auto;*/
}

/* 日付テーブル */
.calendar-info-tableB {
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 0 0 4px 4px;
	border: 1px solid #bbb;
	background-color:#fff;
}

.calendar-info-tableB th, .table td {
	width: 13%;
	height: 16px;
}

.calendar-info-tableB th {
	text-align: center;
	margin: 1px;
	padding: 0.1rem 0.2rem;
	text-align: left;
	vertical-align: middle;
	font-size: 0.7rem;
	font-weight: bold;
	word-break: unset;
	/* 平日の色 */
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.calendar-info-tableB tr:first-child th {
	border-top: 0;
}

.calendar-info-tableB th:first-child {
	color: red;
}

.calendar-info-tableB th:last-child {
	border-right: 0;
	color: royalblue;
}

.calendar-info-tableB td {
	height: 1.4rem;
	padding: 1px;
	text-align: left;
	vertical-align: middle;
	font-size: 0.8rem;
	word-break: break-all;
	position: relative;
	/* 平日の色 */
	border-right: 1px solid #bbb;
}
.calendar-info-tableB td:last-child {
	border: 0;
}

.calendar-info-tableB a {
	display:block;
	color: #2B2F30;
	font-size: 0.75rem;
	white-space: break-spaces;
	text-decoration: none;
	line-height:1rem;
}

.calendar-info-noevent {
    font-size: 0.6rem !important;
	color: #2B2F30;
    text-align: center;
    vertical-align: middle !important;
    height: 1.2rem;
}

/* 内部カレンダー用 */
.calendar-info-event {
    font-size: 0.6rem !important;
    text-align: center;
    vertical-align: middle !important;
    height: 1.2rem;
    border-radius: 0;
    padding: 2px 1px;
    white-space: nowrap;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 1px;
    right: 1px;
    bottom: 1px;
}

/* 外部カレンダー用 */
.calendar-info-event2 {
    font-size: 0.6rem !important;
    color: navy !important;
    text-align: left;
    vertical-align: top !important;
    height: 1.2rem;
    padding: 2px 1px;
    white-space: nowrap;
    position: relative;
}

/* カレンダーの背景色 */
.calendar-eventcolor {
	border-radius: 10px;
}
.calendar-border-bold {
    border: 2px solid #bbb;
}


@media (max-width: 1023px) {
	.schedule_box{
		margin-bottom:30px;
		background-color:#fff;
		padding:0;
	}
	.calendar-info-header .calendar-prev, .calendar-info-header .calendar-next{
		width:24px;
		height:20px;
		font-size:16px;
		line-height:1;
	}
	.today-btn {
		/*margin-left:8px;*/
		margin-left: auto;
		margin-right: auto;
		/*padding: 2px 6px;*/
		padding: 2px 6px 2px 8px;
		height: 22px;
		font-size: 12px;
		line-height: 1.2;
	}
	.calendar-info-header .calendar-head-c{
		flex:1;
		font-weight:bold;
		font-size:16px;
		text-align:center;
		margin-left:-50px;
	}
}






/* ******************************************************************** 
 はじめての方（ショップ・モール）
********************************************************************* */

.content_beginner{

}
.content_beginner h2{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
}
.content_beginner p{
	margin-bottom: 1em;
	margin-top: 16px;
}

.beginner_box{
	overflow: hidden;
	margin-bottom: 50px;
}
@media (min-width: 1024px) {
	.beginner_box{
		margin: 0;
	}
}

.beginner_slide .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}



/* ******************************************************************** 
 商品詳細
********************************************************************* */
.item_box{
	
}
@media (min-width: 1024px) {
	.item_box{
		display: flex;
		justify-content: space-between;
	}
}
.item_image{
	width: 100%;
	overflow: hidden;
}
@media (min-width: 1024px) {
	.item_image{
		width: 600px;
	}
}
ul.item_slide{

}
ul.item_slide li{
	width: 100%;
}
ul.item_slide li img{
	max-width: 100%;
	height: auto;
}
ul#thumbnail-list{
	display: flex;
	flex-wrap: wrap;
	gap: 2%;
	margin-top: 10px;
}
@media (min-width: 1024px) {
	ul#thumbnail-list{
		gap: 10px;
		margin-top: 10px;
	}
}
ul#thumbnail-list li{
	width:18.4%;
	cursor:pointer;
}
@media (min-width: 1024px) {
	ul#thumbnail-list li{
		width: 77.14px;
	}
}
ul#thumbnail-list li img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
@media (min-width: 1024px) {
	ul#thumbnail-list li img{
		width: 77.14px;
		height: 77.14px;
	}
}


.item_info{
	margin-top: 30px;
	width: 100%;
}
@media (min-width: 1024px) {
	.item_info{
		margin-top: 0;
		width: 430px;
	}
}

.item_info p.item_txt_shop a{
	font-size: 18px;
	color: #2B2F30;
	text-decoration: underline;
}
@media (min-width: 1024px) {
	.item_info p.item_txt_shop a{
		font-size: 20px;
	}
}
.item_info h1{
	margin-bottom:12px;
	font-size:20px;
}
@media (min-width: 1024px) {
	.item_info h1{
		margin-bottom: 15px;
		font-size: 24px;
	}
}
.item_info p.item_txt_price{
	font-size: 22px;
}
@media (min-width: 1024px) {
	.item_info p.item_txt_price{
		font-size: 24px;
	}
}
.item_info p.item_txt_price .yen{
	font-size: 16px;
}
.item_info p.item_txt_price .stock{
	font-size: 16px;
}
.item_info p.item_txt_remarks{
	font-size: 14px;
}
/* add */
.item_info .item_txt_properprice {
	font-size: 22px;
	color: red;
	text-decoration: line-through;
	text-decoration-color: red;
}
.item_info .item_txt_comment {
	font-size: 16px;
}
/* add end*/
.item_info p.quantity{
	margin-top: 20px;
	font-size: 13px;
}
.item_info input[type="number"] {
	padding: 8px 8px;
	outline: 0;
	border: 0;
	background: #DCDDDD;
	border-radius: 4px;
	font-size: 1.2em;
	width: 100px;
}
.item_info .btn_cart_box{
	display: flex;
	align-items: center;
	margin-top: 8px;
}
a.btn_cart{
	width: 300px;
	margin: 0 10px 0 0;
	border-radius: 8px;
	font-size: 18px;
}
@media (min-width: 1024px) {
	a.btn_cart{
		flex: 1;
		border-radius: 8px;
		font-size: 18px;
	}
}
/* add */
a.btn_cart:hover {
	color: white;
}
a.btn_gotoBack {
	background-color: #DCDDDD;
	color: black;
}
a.btn_gotoBack:hover {
	color: black;
}
a.btn_soldout {
	background-color: crimson;
	color: white;
}
a.btn_soldout:hover {
	color: white;
}
/* add end */
.favorite_num_box{
	position: relative;
	width: 50px;
	height: 50px;
}
.favorite_num_box .favorite_chk{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media ( max-width: 1023px) {
	.favorite_num_box .favorite_chk{
	    position: absolute;
	    right: 4px;
	    bottom: 4px;
	    width: 36px;
	    height: 36px;
	}
	.favorite_num_box .favorite_chk.chkon{
		position: absolute;
		right: 4px;
		bottom: 4px;
		width: 36px;
		height: 36px;
		background: url(../../cssjs/images/ico_04_favorite_on.svg) no-repeat center center / auto 100%;
		cursor: pointer;
		transition: .2s;
	}
}
.favorite_num {
	position: relative;
	display: inline-block;
	margin: .5em 0 .5em 5px;
	padding: 2px 5px;
	min-width: 30px;
	max-width: 100%;
	color: #555;
	text-align:center;
	font-size: 13px;
	background: #FFF;
	border: solid 2px #C7C8CC;
	box-sizing: border-box;
	border-radius:4px;
}
.favorite_num:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -12px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 6px solid #FFF;
	z-index: 2;
}
.favorite_num:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -6px;
	border: 6px solid transparent;
	border-right: 7px solid #C7C8CC;
	z-index: 1;
}
.favorite_num p {
	margin: 0;
	padding: 0;
}

.item_info .item_txt{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #ccc;
	font-size:14px;
}

/* ******************************************************************** 
 カートの確認
********************************************************************* */
.cart_progress{

}
.cart_progress ul{
	display:flex;
	justify-content:space-between;
	width:320px;
	max-width:96%;
	margin:0 auto 20px;
}
@media (min-width: 1024px) {
	.cart_progress ul{
		width:640px;
		margin:0 auto 30px;
	}
}
.cart_progress ul li{
	position:relative;
	display: flex;
	align-items: center;
	flex-wrap:wrap;
	width: 80px;
	color:#ABACAD;
	text-align:center;
	font-size:11px;
}
@media (min-width: 1024px) {
	.cart_progress ul li{
		width: 180px;
		font-size:14px;
	}
}
.cart_progress ul li::before{
	content: "";
	display: block;
	position: absolute;
	height: 3px;
	background-color: #ABACAD;
	top: 18px;
	width: 100%;
}
@media (min-width: 1024px) {
	.cart_progress ul li::before{
		top: 25px;
	}
}
.cart_progress ul li:first-child::before{
	width: 50%;
	right:0;
}
.cart_progress ul li:last-child::before{
	width: 50%;
	left:0;
}
.cart_progress ul li span{
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 auto 4px;
	width: 36px;
	height: 36px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:1;
	background-color:#ABACAD;
	border-radius: 50%;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
@media (min-width: 1024px) {
	.cart_progress ul li span{
		width: 54px;
		height: 54px;
		font-size:24px;
	}
}
.cart_progress ul li p{
	display:block;
	margin:0 auto;
	width:100%;
}
.cart_progress ul li.active{
	color:#337A39;
}
.cart_progress ul li.active span{
	background-color:#337A39;
}

.cart_box{

}
h1.ttl_cart{
	margin-bottom:20px;
	font-size:20px;
	text-align:center;
}
@media (min-width: 1024px) {
	h1.ttl_cart{
		margin-bottom:20px;
		font-size:28px;
	}
}
.cart_head_note{
	margin-bottom:10px;
	font-size:13px;
	text-align:right;
}
table.buy_list{
	width:100%;
	border: 1px #ABACAD solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto 30px auto;
	font-size:16px;
	line-height:1.6;
}
@media (max-width: 1023px) {
	table.buy_list{
		border-bottom:0;
		border-left:0;
		border-right:0;
	}
}
table.buy_list th{
	padding: 10px 6px;
	border: 1px #ABACAD solid;
	border-width: 0 0 1px 1px;
	background: #F4F3F2;
	font-weight: normal;
	text-align: center;
}
table.buy_list td{
	padding: 10px 10px;
	border: 1px #ABACAD solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	vertical-align:middle;
}
@media (max-width: 1023px) {
	table.buy_list td{
		border-width: 0 1px 1px 1px;
	}
}
@media (max-width: 1023px) {
	table.buy_list{
		-ms-writing-mode : tb-lr;
		writing-mode : vertical-lr;
		font-size:14px;
	}
	table.buy_list thead{

	}
	table.buy_list tbody{

	}
	table.buy_list th , table.buy_list td {
		-ms-writing-mode : lr-tb;
		writing-mode : horizontal-tb;
		white-space : nowrap;
		white-space : normal;
		text-align:left;
		height : 1em;
		width:50%;
	}
	table.buy_list th {
		width:76px;
	}
	table.buy_list td {

	}
	table.buy_list th span, table.buy_list td span{
		-ms-writing-mode : lr-tb;
		writing-mode : horizontal-tb;
		white-space : nowrap;
		white-space : normal;
		display:block;
		width:100%;
		vertical-align:middle;
		/*
		display:flex;
		align-items:center;
		*/
	}
	table.buy_list td.buy_list_name span{
		display:flex;
		align-items:center;
	}
	table.buy_list td span img{
		float:left;
		margin-right:8px;
	}
}
@media (min-width: 1024px) {
	table.buy_list{
		margin-bottom:0;
	}
	table.buy_list:last-of-type{
		margin-bottom:30px;
	}
	table.buy_list:nth-of-type(n+2){
		border-top:0;
	}
	table.buy_list:nth-of-type(n+2) thead{
		display:none;
	}
}
@media (min-width: 1024px) {
	table.buy_list td.buy_list_name{
		width:58%;
	}
	table.buy_list td.buy_list_price{
		width:10%;
	}
	table.buy_list td.buy_list_num{
		width:11%;
	}
	table.buy_list td.buy_list_price{
		width:10%;
	}
	table.buy_list td.buy_list_del{
		width:11%;
	}
	.cart_box_complete table.buy_list td.buy_list_name{
		width:72%;
	}
	table.buy_list td.buy_list_name span{
		display:flex;
		align-items:center;
	}
	table.buy_list td span img{
		float:left;
		margin-right:8px;
	}
	.cart_box_complete table.buy_list td.buy_list_price{
		width:10%;
	}
	.cart_box_complete table.buy_list td.buy_list_num{
		width:8%;
	}
	.cart_box_complete table.buy_list td.buy_list_price{
		width:10%;
	}
}

table.buy_list td.buy_list_name img{
	width:60px;
	vertical-align:middle;
	border:1px solid #F4F3F2;
}
table.buy_list td.buy_list_price{
	text-align:right;
}
table.buy_list td.buy_list_num{
	text-align:right;
}
@media (min-width: 1024px) {
	table.buy_list td.buy_list_num{
		text-align:center;
	}
}
table.buy_list td.buy_list_num input[type="number"] {
	padding: 8px 8px;
	outline: 0;
	border:0;
	background:#DCDDDD;
	border-radius:4px;
	font-size:1.2em;
	width:100px;
	text-align:center;
}
table.buy_list td.buy_list_del{
	text-align:center;
}
@media (max-width: 1023px) {
	table.buy_list td.buy_list_del{
		border-left:0;
		border-bottom:0;
		border-right:0;
		padding: 0 76px 0 0;
		height:0.5em;
	}
}
table.buy_list td.buy_list_del button{
	padding:6px 10px;
	border: 0;
	border-radius: 4px;
	color:#fff;
	background-color: #666868;
	line-height:1;
	cursor:pointer;
}
@media (max-width: 1023px) {
	table.buy_list td.buy_list_del button{
		padding:10px 20px;
	}
}
table.buy_list td.buy_list_del button:hover{
	opacity:0.7;
}
.total_price{

}
.total_price ul{
	margin-bottom:15px;
	width:100%;
}
.total_price ul li{
	display:flex;
	justify-content:space-between;
	padding:6px 12px;
	font-size:14px;
}
@media (min-width: 1024px) {
	.total_price ul li{
		padding:8px 15px;
		font-size:16px;
	}
}
.total_price ul li.price1{
	background-color:#F4F3F2;
}
.total_price ul li.shipping_fee{
	background-color:#fff;
}
.total_price ul li.price2{
	background-color:#F4F3F2;
}
p.cart_note{
	font-size:11px;
	text-align:right;
}
@media (min-width: 1024px) {
	p.cart_note{
		font-size:12px;
		text-align:right;
	}
}
.btn_buy{
	margin-bottom:10px;
}
@media (min-width: 1024px) {
	.btn_buy{
		display:flex;
		justify-content:center;
		gap:40px;
	}
}
.btn_buy .btn_buy_continue, .btn_buy .btn_buy_go{
	border: none;
	cursor: pointer;
	outline: none;
	margin-bottom:10px;
	padding: 0;
	appearance: none;
	width:100%;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	background-color:#337A39;
	font-size:1.2em;
	border-radius:8px;
	transition: all 0.3s;
}
@media (min-width: 1024px) {
	.btn_buy .btn_buy_continue, .btn_buy .btn_buy_go{
		border: none;
		cursor: pointer;
		outline: none;
		margin-bottom:0;
		padding: 0;
		appearance: none;
		width:280px;
		max-width:90%;
		height:50px;
		display:flex;
		justify-content:center;
		align-items:center;
		font-size:1.2em;
	}
}
.btn_buy .btn_buy_continue:hover, .btn_buy .btn_buy_go:hover{
	opacity:0.7;
	text-decoration:none;
}
.btn_buy .btn_buy_continue{
	background-color:#666868;
}
.btn_buy .btn_buy_go{

}
.buy_guest{
	padding:10px 0;
	text-align:center;
}

/* ******************************************************************** 
 配送設定
********************************************************************* */
.delivery_box{

}
.go_login{
	margin-bottom:20px;
	font-size:12px;
}
@media (min-width: 1024px) {
	.go_login{
		font-size:16px;
	}
}
.delivery_box h2{
	margin-bottom:10px;
	font-size:18px;
}
@media (min-width: 1024px) {
	.delivery_box h2{
		font-size:24px;
	}
}


@media (max-width: 1023px) {
	table.delivery_input{
		width:100%;
		border-collapse: separate;
		border-spacing: 0;
		margin:0 auto 30px;
		padding:15px 0;
		font-size:14px;
		line-height:1.6;
		background: #F4F3F2;
		border-radius:4px;
	}
	table.delivery_input th{
		display:block;
		padding: 2px 15px 1px;
		border: 0;
		font-weight: normal;
		text-align: left;
	}
	table.delivery_input td{
		display:block;
		padding: 2px 15px 8px;
		border: 0;
		text-align: left;
		vertical-align:middle;
	}
	table.delivery_input input[type=text], table.delivery_input input[type=password], table.delivery_input textarea{
		width: 100%;
		border: 0;
		padding: 10px 10px;
		border-radius: 8px;
		background: #fff;
	}
	table.delivery_input select{
		border: 0;
		padding: 8px 8px;
		border-radius: 8px;
		background: #fff;
	}
	input[type=text].input_s{
		width:47.5% !important;
	}
}
@media (min-width: 1024px) {
	table.delivery_input{
		width:100%;
		border: 1px #ABACAD solid;
		border-collapse: collapse;
		border-spacing: 0;
		margin:0 auto 40px auto;
		font-size:16px;
		line-height:1.6;
	}
	table.delivery_input th{
		padding: 10px 15px;
		border: 1px #ABACAD solid;
		border-width: 0 0 1px 1px;
		background: #F4F3F2;
		font-weight: normal;
		text-align: right;
	}
	table.delivery_input td{
		padding: 10px 15px;
		border: 1px #ABACAD solid;
		border-width: 0 0 1px 1px;
		text-align: left;
		vertical-align:middle;
	}
	table.delivery_input input[type=text], table.delivery_input input[type=password], table.delivery_input textarea{
		width:500px;
		max-width: 100%;
		border: 1px solid #989898;
		padding: 8px 8px;
		border-radius: 8px;
		background: #fff;
	}
	table.delivery_input select{
		border: 1px solid #989898;
		padding: 8px 8px;
		border-radius: 8px;
		background: #fff;
	}
	input[type=text].input_s{
		width:241px !important;
	}
}


.btn_buy_how, a.btn_buy_how{
	border: none;
	cursor: pointer;
	outline: none;
	margin-bottom:10px;
	padding: 0;
	appearance: none;
	width:100%;
	height:50px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#fff;
	background-color:#337A39;
	font-size:1.2em;
	border-radius:8px;
	transition: all 0.3s;
}
@media (min-width: 1024px) {
	.btn_buy_how, a.btn_buy_how{
		border: none;
		cursor: pointer;
		outline: none;
		margin-bottom:0;
		padding: 0;
		appearance: none;
		width:280px;
		max-width:90%;
		height:50px;
		display:flex;
		justify-content:center;
		align-items:center;
		font-size:1.2em;
	}
}
.btn_buy_how:hover, a.btn_buy_how:hover{
	opacity:0.7;
	text-decoration:none;
}
/* ******************************************************************** 
 購入完了
********************************************************************* */
.item_complate{
	text-align:center;
}
.item_complate p{
	padding: 30px 0;
	font-size: 18px;
	font-weight: bold;
	background-color: #E1EBE2;
}
@media (min-width: 1024px) {
	.item_complate p{
		padding: 50px;
		font-size: 26px;
	}
}
.order_date{
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
@media (min-width: 1024px) {
	.order_date{
		margin-bottom: 50px;
		font-size: 18px;
	}
}
.order_id{
	margin-bottom: 10px;
	font-size: 16px;
}
@media (min-width: 1024px) {
	.delivery_box table.delivery_info th{
		width: 240px;
	}
}
@media (max-width: 1023px) {
	table.delivery_info{
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		margin: 0 auto 30px;
		padding: 15px 0;
		font-size: 14px;
		line-height: 1.6;
		background: #fff;
		border-radius: 4px;
	}
	table.delivery_info th{
		display: block;
		padding: 6px 15px 6px;
		border: 0;
		font-weight: normal;
		text-align: left;
		background: #F4F3F2;
	}
	table.delivery_info td{
		display: block;
		padding: 6px 15px 6px;
		border: 0;
		text-align: left;
		vertical-align: middle;
		background-color: #fff;
	}
}



/* ******************************************************************** 
 会員登録
********************************************************************* */
.regist_form{

}
.regist_form .form{

}
dl.form{
	width:100%;
	margin:0 auto 50px;
}
@media (min-width: 1024px) {
	dl.form{
		width:920px;
		margin:0 auto 50px;
	}
}
dl.form dt{
	font-size:1.2em;
}
dl.form dt span.form_add_txt{
	color:#989898;
	font-size:0.8em;
}
dl.form dd{
	margin:4px 0 20px;
}
dl.form dd input[type=text], dl.form dd input[type=password], dl.form dd textarea{
	width: 100%;
	max-width: 100%;
	border: none;
	padding: 10px 10px;
	border-radius: 8px;
	background: #f6f6f6;
}
dl.form dd label{
	cursor: pointer;
	position: relative;
}

dl.form dd.checkbox {
	align-items: center;
	display: flex;
}
dl.form dd .checkbox {
	appearance: none;
	height: 24px;
	width: 24px;
	margin: 4px;
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	border-radius: 4px;
}
dl.form dd .checkbox:checked {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
}
dl.form dd .checkbox:checked::before {
	content: "";
	display: block;
	position: relative;
	left: 7.4px;
	top: 1px;
	width: 6px;
	height: 12px;
	border: solid #333;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}
dl.form dd .checkbox: focus-visible {
	outline: 2px solid #1d9bf0;
	outline-offset: 2px;
}

h1.ttl{
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

/* ******************************************************************** 
 会員登録 完了
********************************************************************* */
.regist_complete{

}
.regist_complete p{

}
.regist_complete p.regist_complete_mail{
	background-color:#E5F2E5;
	text-align:center;
	width:100%;
	max-width:640px;
	margin:50px auto;
	padding:15px;
}
.regist_complete p.regist_complete_mail a{
	color:#337A39;
	text-decoration:underline;
}
.regist_complete p.regist_mail_re{
	text-align:center;
}
.regist_complete p.regist_mail_re a{
	text-decoration:underline;
}


/* ******************************************************************** 
 ログイン
********************************************************************* */
.link_forget{
	margin-top: 3em;
	text-align: center;
}
.link_forget p{
	margin-bottom: 15px;
}
.link_forget_mail a{
	text-decoration: underline;
}
.link_forget_password a{
	text-decoration: underline;
	color: #C82928;
}

/* add */
/* ******************************************************************** 
 イベント詳細
********************************************************************* */
.schedule-detail__body {
	padding: .35rem .5rem;
	border-top: 1px solid #e9ecef;
	background-color: #f8f9fa;
	/* add */
	text-align: left;
	/* add end */
}
.schedule-detail {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.schedule-detail th, .schedule-detail td {
	font-size: .875rem;
	padding: .35em .5em;
	vertical-align: middle;
	text-align: left;
}

.schedule-detail th {
	white-space: nowrap;
	text-align: center;
}

.schedule-detail tr:not(:last-child) {
	border-bottom: 1px solid #dee2e6
}

.slick-img {
	/* これは働かない・・・ */
	border: 2px solid transparent;
}

.slick-img img {
	margin: auto;
}

.slick-thumnail {
	/* これは働かない・・・ */
	border: 2px solid transparent;
}

.slick-thumnail img {
	max-height: 80px;
}

.event_btn_head {
	display: flex;
}

.event_btn {
	border: 1px solid #bbb;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
	padding: 0 6px;
}
/* add end */

/* add */
/* add end */