<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 画面毎のスタイルを定義 */

/*--------------------------------------------------------
	共通
-------------------------------------------------------*/
a.link-btn:hover {
	border: 1px solid #A1D8E6;
}

a.btn_1, input.btn_1[type="button"], input.btn_1[type="submit"], input.btn_1[type="reset"],
	button.btn_1[type="button"], button.btn_1[type="submit"], button.btn_1[type="reset"]
	{
	border: none;
}

input[type="button"], input[type="submit"], a[class*="btn_"], input.btn_1[type="submit"],
	input.btn_1[type="button"] {
	background-image: none;
	margin: auto;
	font-size: 1em;
	/* font-weight: normal; */
	box-shadow: none;
	border-radius: 3px;
	transition: 0.7s;
	line-height: 1;
	padding: 6px 20px;
	text-align: center;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

@media screen and (max-width: 641px) {
	input[type="button"].postCodeSearchButton {
		display: block;
	}
}

/* 積極系ボタン（blue black #363947） */
input.btn_lg.saveButton, input.btn_lg.newButton, input.loginButton,
	input.confirmButton, input[type="submit"].saveButton, input[type="submit"].confirmButton,
	input[type="submit"].loginButton, input[type="submit"].completeButton,
	input[type="submit"].reminderButton, input[type="button"].orderLink2,
	input[type="button"].confirmButton, input[type="button"].nextButton,
	input.btn_1[type="button"].newButton, input.btn_1[type="submit"].searchButton,
	input.addInqButton[type="button"], input.inquiryResponseAddConfirmButton[type="button"],
	a[class*="btn_"].enqueteLink {
	background-color: #363947;
	color: #fff;
}

input[type="button"].nextButton:hover {
	color: #fff;
}

/*郵便番号検索ポップアップ*/
.btn_3.choice {
	border: 1px solid #ccc;
	background: #F6F6F6;
	color: #333;
}

.btn_3.choice:hover {
	opacity: 0.5;
	color: #666;
}

/* 消極系ボタン */
a[class*="btn_"].returnButton, a[class*="btn_"].backButton {
	border: 1px solid #ccc;
}

a[class*="btn_"].returnButton:hover, a[class*="btn_"].regularlyListButton:hover,
	a[class*="btn_"].orderListButton:hover, a[class*="btn_"].pointListButton:hover
	{
	opacity: 0.5;
	color: #666;
}

/* カート、削除ボタン */
input.deleteLinkPC, input.deleteLinkPC:hover, input.deleteLinkSP, input.deleteLinkSP:hover
	{
	/*border: 1px solid #ccc;*/
	border: none;
	background: none;
}

/* カート、「前のページに戻る」ボタン */
input.returnButton, input.returnButton:hover {
	border: 1px solid #ccc;
}

.campaignListButtonGroup, .orderListButtonGroup,
	.regularlyListButtonGroup, .pointListButtonItemWrap,
	.deliveryDateChangeButtonItemWrap, .packingSlipChangeButtonItemWrap,
	.destinationChangeButton, .destinationChangeButtonItemWrap {
	display: flex;
	justify-content: center;
}

.campaignListButtonGroup a, .orderListButtonGroup a,
	.regularlyListButtonGroup a, .pointListButtonItemWrap a,
	.deliveryDateChangeButtonItemWrap input,
	.packingSlipChangeButtonItemWrap input, .destinationChangeButton input,
	.destinationChangeButtonItemWrap input {
	min-width: 250px;
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"],
	input[type="email"], input[type="password"], input[type="datetime"],
	input[type="date"], input[type="month"], input[type="week"], input[type="time"],
	input[type="datetime-local"], input[type="number"], input[type="button"],
	input[type="submit"], input[type="reset"], button[type="button"],
	button[type="submit"], button[type="reset"], textarea, select {
	margin-right: 10px;
}

input[type="text"][name="keyword"] {
	max-width: inherit;
}

/* マイページ、お気に入り商品ページ */
.favoriteUserOperateArea {
	display: flex;
	justify-content: flex-end;
	margin-top: 8px;
}

#FavoriteGoodsList .deleteButton {
	width: auto !important;
	height: auto !important;
	background-image: none;
	margin: auto;
	font-size: 1em;
	font-weight: normal;
	box-shadow: none;
	border-radius: 0;
	transition: 0.7s;
	line-height: 1;
	font-family: "游ゴシック-B";
	padding: 6px 10px;
	text-align: center;
	display: inline-block;
	align-items: center;
	justify-content: center;
	background: #f6f6f6;
	color: #333;
	border: 1px solid #ccc;
	white-space: nowrap;
}

#FavoriteGoodsList .deleteButton::before {
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	font-weight: bold;
	padding-right: 10px;
}

#FavoriteGoodsList .deleteButton::after {
	content: "削除";
}

#FavoriteGoodsList .deleteButton:hover {
	opacity: 0.5;
	color: #666;
}

#FavoriteGoodsList .deleteButton i {
	display: none;
}

#buttonGroup .itemWrap {
	margin: 0 3%;
}

@media screen and (max-width: 641px) {
	#buttonGroup .itemWrap {
		margin: 0;
	}
}

input.name {
	width: 180px;
}

.table .name-group {
	display: inline-block;
}

.table .exsample, .table .password-word-count {
	display: inline-block;
	font-size: 90%;
}

/* テーブル */
.table.th_30 .th, .table.th_30 th {
	background: #f2f2f2;
}

.td, .th, .table th, .table td {
	border: 1px solid #dbdbdb;
}

.th, .table th {
	background: #f2f2f2;
}

input[type="text"], input[type="search"], input[type="tel"], input[type="url"],
	input[type="email"], input[type="password"], input[type="datetime"],
	input[type="date"], input[type="month"], input[type="week"], input[type="time"],
	input[type="datetime-local"], input[type="number"], input[type="button"],
	input[type="submit"], input[type="reset"], button[type="button"],
	button[type="submit"], button[type="reset"], textarea, select {
	border-radius: 3px;
}

@media all and (-ms-high-contrast: none) {
	a[class*="btn_"]:not (:target ), input[type="button"]:not (:target ),
		input[type="submit"]:not (:target ), input[type="reset"]:not (:target
		), button[type="button"]:not (:target ), button[type="submit"]:not (:target
		), button[type="reset"]:not (:target ), a .btn_1:not (:target ), input .btn_1[type="button"]:not
		(:target ), input .btn_1[type="submit"]:not (:target ), input .btn_1[type="reset"]:not
		(:target ), button .btn_1[type="button"]:not (:target ), button .btn_1[type="submit"]:not
		(:target ), button .btn_1[type="reset"]:not (:target ){
		border-radius: 3px; /* IE10以上 */
	}
}

/* チェックボックス、ラジオボタン */
input[type="checkbox"], input[type="radio"] {
	margin: 0 5px 0 0;
}

/* scial_button */
.scial_button {
	width: 36px;
	height: 36px;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}

#sb-site, .sb-site-container, .sb-slide, .sb-slidebar {
	transform: inherit;
}

.scroll-top-wrap {
	opacity: 0;
	transition: 0.6s;
	position: fixed;
	bottom: 40px;
	right: 30px;
	z-index: 9999;
}

.following-cart-wrap {
	opacity: 0;
	transition: 0.6s;
	position: fixed;
	bottom: 130px;
	right: 30px;
	z-index: 9999;
}

.following-cart-wrap a {
	background-color: #cc0000;
	color: #fff;
	text-decoration: none;
	border-radius: 2em;
	font-size: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	line-height: 1;
}

.following-cart-wrap i.fa {
	color: #fff;
	top: 0;
	font-size: 100%;
}

@media screen and (max-width: 768px) {
	.scroll-top-wrap {
		bottom: 30px;
	}
	.following-cart-wrap {
		bottom: 90px;
	}
	.following-cart-wrap a {
		border-radius: 2em;
		font-size: 35px;
		width: 70px;
		height: 70px;
	}
	.table .name-group {
		margin-bottom: 5px;
	}
	.table.th_30 .th, .table.th_30 th {
		padding: 5px 10px;
		font-size: 14px;
	}
	#buttonGroup {
		margin-bottom: 50px;
	}
}

/* レイアウト */
.contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1280px;
	width: calc(99.9% - 40px);
}

/*縦並び順*/
#breadcrumb {
	order: 1;
	/*width: 100%;
	padding: 15px 0 30px;
	font-size: 12px;*/
}

.oneColumn form {
	order: 2;
	width: 100%;
}

.twoColumns form {
	order: 3;
	width: calc(100% - 280px);
}

.sideContents {
	order: 2;
	width: 240px;
	float: none;
}

.topGroupName {
	width: 100%;
	float: none;
}

.bottom_contents {
	order: 4;
	width: 100%;
	border-top: 1px solid #dbdbdb;
}

.section_wrap {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.section_wrap:last-child {
	border-bottom: none;
}

.section_inner {
	width: calc(99.9% - 40px);
	max-width: 1240px;
	margin: 0 auto;
	padding: 60px 0;
}

.section_wrap_all {
	width: 100%;
	margin: 60px auto;
}

.section_wrap_all .section_inner {
	padding: 0;
}

.section_wrap .item {
	position: relative;
}

@media screen and (max-width: 900px) {
	.contents {
		min-width: 0;
		width: 100%;
	}
	.twoColumns form {
		order: 2;
		width: 100%;
	}
	.contents .sideContents {
		order: 3;
		margin-top: 60px;
		width: 100%;
	}
	.section_inner {
		padding: 40px 0;
	}
}

@media screen and (max-width: 641px) {
	.section_inner {
		width: calc(99.9% - 20px);
	}
}

/* パンくず */
#breadcrumb, #breadcrumbFooter {
	width: 100%;
	padding: 15px 0 30px;
	font-size: 12px;
}

#breadcrumb ul, #breadcrumbFooter ul {
	display: flex;
	flex-wrap: wrap;
}

#breadcrumb ul li:not (:last-child ):after, #breadcrumbFooter ul li:not
	(:last-child ):after {
	font-family: monospace;
	content: "&gt;";
	padding: 0 15px;
}

@media screen and (max-width: 768px) {
	#breadcrumb, #breadcrumbFooter {
		padding: 7px 0 5px;
		font-size: 11px;
	}
	#breadcrumb ul, #breadcrumbFooter ul {
		display: block;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
	}
	#breadcrumb ul::-webkit-scrollbar, #breadcrumbFooter ul::-webkit-scrollbar
		{
		display: none;
	}
	#breadcrumb ul li, #breadcrumbFooter ul li {
		display: inline-block;
	}
}

/* 見出し */
.level_h1, .level_h2, .level_h3, .level_h4 {
	border: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}

.level_h1 {
	font-size: 1.7em;
}

.level_h1 span {
	border-bottom: none;
}

.level_h2 {
	font-size: 1.5em;
}

.level_h3 {
	font-size: 1.3em;
}

.level_h4 {
	font-size: 1.2em;
}

.title_wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

#wrap .title_wrap .level_h1, #wrap .title_wrap .level_h2, #wrap .title_wrap .level_h3,
	#wrap .title_wrap .level_h4 {
	float: left;
	/*font-weight: bold;*/
	margin-bottom: 0;
}

#wrap .title_wrap .level_h2 {
	font-size: 20px;
}

#wrap .title_wrap .level_h2 span {
	display: inline-block;
	padding-left: 1em;
	margin: 0;
	color: #7c858e;
	font-size: 0.6em;
	/*font-weight: 500;*/
}

.title_wrap .link_to_list {
	float: right;
	margin: 0;
}

.title_wrap .level_h1+.title_wrap .link_to_list, .title_wrap .level_h2+.link_to_list
	{
	margin: 0;
}

.section_wrap [class*="level_h"]:not (:first-of-type ) {
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	.title_wrap {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 641px) {
	#wrap .title_wrap .level_h2 {
		font-size: 18px;
	}
}
/*.title-wrap {
	margin-bottom: 15px;
}

.title-wrap.center  {
	text-align: center;
}

.titleItemWrap {
	margin-bottom: 30px;
}

.level_h1 {
	border-bottom: 1px solid #b0b0b0;
}
.level_h1 span {
	border-bottom: none;
}

@media screen and (max-width: 641px) {
	.level_h1 {
		font-size: 0.9em;
	}
}


.level_h2.title {
	font-size: 20px;
	font-weight: 600;
	border: none;
}

.title-wrap h3.title {
	line-height: 1;
	padding-bottom: 5px;
	display: inline-block;
}

.title-wrap h4.title {
	line-height: 1;
	display: inline-block;
}*/
.link-btn {
	padding: 6px 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: solid 1px #000;
	color: #000;
	transition: 0.7s;
}

.link-btn span {
	width: 100%;
}

.link-btn-wrap a {
	display: block;
	max-width: 350px;
	width: 100%;
	margin: 0 auto;
}

.link-btn-wrap a:hover {
	text-decoration: none;
}

.link-btn-wrap a:hover .link-btn {
	border: solid 1px #cc0000;
	color: #cc0000;
}

.link-btn-wrap {
	margin: 30px 0;
}

.border-box {
	border: 1px solid #d3d4d5;
}

.item-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
}

.item-list .item {
	width: 20%;
	padding-right: 15px;
}

.item img {
	width: 100%;
	height: auto;
}

.item-info {
	margin-top: 10px;
	font-size: 14px;
}

.item-price {
	text-align: right;
	font-size: 14px;
}

@media screen and (max-width: 768px) {
	.title-wrap {
		margin-bottom: 20px;
	}
	.link-btn {
		font-size: 15px;
	}
	.link-btn-wrap {
		margin: 20px 0;
	}
	.item-list {
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 10px;
	}
	.item-list .item {
		width: 33.3333%;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 510px) {
	.item-list .item {
		width: 50%;
	}
}

/* 価格帯で選択 */
.priceRange h3 {
	padding-bottom: 5px;
}

.priceRange h3 span {
	font-weight: bold;
}

.priceRange ul {
	border-bottom: 1px solid #b3b6b7;
}

.priceRange li {
	border-top: 1px solid #b3b6b7;
	padding: 7px 0;
}

.priceRange li a {
	display: block;
}

.priceRange li.deselection {
	text-align: center;
	font-size: 0.8em;
}

/* カテゴリーメニュー */
.category-menu {
	width: 250px;
	padding-right: 30px;
	float: left;
	margin-bottom: 50px;
}

.category-unit {
	padding-bottom: 30px;
}

.category-title {
	padding-bottom: 5px;
	display: block;
	/*font-weight: 500;*/
}

.category-menu-item {
	border-bottom: 1px solid #b3b6b7;
}

.category-menu-title {
	padding: 7px 0;
	width: 100%;
	display: flex;
	align-items: center;
}

.category-menu-detail a {
	padding: 7px 0;
	display: block;
	width: 100%;
}

.category-menu-detail {
	padding-left: 1em;
	padding-bottom: 5px;
	display: none;
	border-top: 1px solid #f7f6f5;
}

.after-list {
	margin-left: auto;
	cursor: pointer;
}

.after-list:after {
	content: "+";
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 30px;
}

.after-list.open:after {
	content: "－";
}

.main {
	width: 100%;
	float: right;
	margin-left: -280px;
	padding-left: 280px;
}

@media screen and (max-width: 768px) {
	.category-menu {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	.category-title {
		text-align: center;
	}
	.category-menu-item {
		padding: 0 20px;
	}
	.category-menu-list {

	}
	.main {
		width: 100%;
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
	.contents {
		width: calc(99.9% - 20px);
	}
}

/*--------------------------------------
 header
---------------------------------------*/
/* site header --タブレット/PC出し分け */
.header_pc, .header_sp, .header_pc, .header_sp {
	opacity: 0;
	visibility: hidden;
}

.touch .header_pc, .mouse .header_sp {
	display: none;
}

.touch .header_sp {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: 0.4s;
}

.mouse .header_pc {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: 0.4s;
}

@media screen and (max-width: 900px) {
	/* site header --タブレット/PC出し分け */
	.mouse .header_pc {
		display: none;
	}
	.mouse .header_sp {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

.headerTool li:hover, .headerToolSP li:hover {
	background: none;
}
/* 固定 */
header {
	width: 100%;
	background: rgba(255, 255, 255, 1);
	/*z-index: 200;
  position: fixed;
  top: 0;
  left: 0;*/ /*headerごと固定する場合*/
}
/*header上部のみ固定*/
.headerAreainner {
	background: #fff;
	width: 100%;
	z-index: 200;
	/*position: fixed;*/
}

.header_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* siteHeaderArea header_pc */
#siteHeaderArea {
	padding-bottom: 20px;
}

/* ロゴ */
.header_logo {
	float: left;
}

.header_logo a {
	display: block;
}
/* 重要なお知らせ */
.info_banner {

}

.info_banner_inner {
	color: #fff;
	background-color: #7c858e;
}

.info_banner a, .info_banner a:hover {
	display: block;
	color: #fff;
	padding: 3px 20px;
}

.info_banner_list {
	display: block;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

.header_upper_wrap, .header_lower_wrap {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	/*max-width: 1240px;*/
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.header_lower {
	padding: 10px 20px;
}

.header_search {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin: 0 10px;
}

.header_search_inner {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 726px;
	margin: 0 auto;
	background-color: #f2f2f2;
	border-radius: 3px;
}

.search_box_title {
	line-height: 1.2em;
	padding: 3px 5px 3px 10px;
}

/* select 共通 */
.search_box {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	margin: 3px auto;
	width: 100%;
	position: relative;
	background-color: #fff;
}

.search_box_category {
	border-right: 1px solid #dbdbdb;
	height: 40px;
	position: relative;
}

.search_box_category::before {
	position: absolute;
	top: 1.15em;
	right: 0.3em;
	width: 0;
	height: 0;
	padding: 0;
	content: "";
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 6px solid #7c858e;
	pointer-events: none;
}

.search_box_category select {
	border: none;
	color: #7c858e;
	font-size: 13px;
	line-height: 1;
	width: auto;
	height: 100%;
	padding: 0 10px 0 0.3em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.search_box_category select:focus, .search_box_category select:focus option
	{
	outline: none;
}

.search_box_category select::-ms-expand {
	display: none;
}

.search_box_text {
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: 40px;
}

.search_box_text::before {
	content: "\f002";
	font-family: 'Font Awesome 5 Free';
	font-size: 15px;
	/*color: #fff;*/
	color: #bbc8cb;
	position: absolute;
	right: 0;
	line-height: 40px;
	font-weight: bold;
	width: 42px;
	/*background-color: #363947;*/
	text-align: center;
	border-radius: 0 3px 3px 0;
}

.search_box input[type="text"] {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	margin: 0;
	/*padding: 0 0 0 5px;*/
	height: 40px;
	background-color: inherit;
	outline: none;
	font-size: 13px;
	line-height: 1;
	color: #7c858e;
	width: 100%;
}

.search_box input[type="submit"] {
	/*background-color: #363947;*/
	background-color: transparent;
	border: none;
	border-radius: 0 3px 3px 0;
	margin: 0;
	width: 42px;
	height: 40px;
	position: relative;
}

.search_box input[type="submit"]:hover {
	opacity: 1;
}

.header_utility {
	min-width: 250px;
}

.header_utility_inner {
	display: -webkit-box;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.header_delivery_info {
	text-align: right;
}

.header_delivery_info li {
	border: 1px solid #bbc8cb;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
	width: calc(99.9%/ 2 - 5px);
}

.header_delivery_info li:not (:last-of-type ) {
	margin-right: 5px;
}

.header_delivery_info li span {
	display: block;
	padding: 1px 3px;
}

.header_utility nav {
	display: table;
	margin: 5px 0;
	z-index: 101;
}

.header_utility_menu&gt;li a {
	display: inline-block;
	line-height: 1;
	padding: 3px 5px;
	position: relative;
	z-index: 2;
}

.header_utility_menu&gt;li a::before {
	font-family: 'Font Awesome 5 Free';
	font-size: 25px;
	font-weight: bold;
}

.header_utility_menu&gt;li span {
	white-space: nowrap;
	display: block;
	font-size: 11px;
	letter-spacing: -0.15em;
	margin-top: 5px;
}

.header_utility_menu .header_login::before {
	content: "\f2f6";
	color: #bbc8cb;
}

.header_utility_menu .header_registry::before {
	content: "\f044";
	color: #bbc8cb;
	font-weight: normal;
}

.header_utility_menu .header_registry span {
	letter-spacing: inherit;
}

.header_utility_menu .header_cart::before {
	content: "\f07a";
}

.header_utility_menu .header_cart .count {
	background-color: #fff;
	color: #7c858e;
	font-size: 12px;
	border: 1px solid #7c858e;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -4px;
	right: 0;
	min-width: 18px;
	width: auto;
	height: 18px;
	/*line-height: 18px;*/
	padding: 2px;
	text-align: center;
	letter-spacing: 0;
	display: inherit;
	margin: 0;
	white-space: normal;
}

.header_utility_menu .header_quickorder::before {
	content: "\f1da";
	color: #bbc8cb;
}

.header_utility_menu .header_history::before {
	font-family: 'Font Awesome 5 free';
	content: "\f15c";
	color: #bbc8cb;
	font-weight: normal;
}

.header_utility_menu .header_favorite::before {
	content: "\f004";
	color: #bbc8cb;
}
.header_utility_menu .header_user::before {
  content: "\f007";
  color: #bbc8cb;
  font-weight: normal;
}
/* site header --pc */
.header_pc .header_logo {
	min-width: 150px;
	max-width: 240px;
	float: left;
}

.header_pc .header_utility_menu {
	display: table-row;
}

.header_pc .header_utility_menu&gt;li {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	min-width: 60px;
	width: calc(99.9%/ 6);
}

.header_pc .search_box {
	max-width: 522px;
	margin: 3px 3px 3px auto;
}

.header_pc .search_box_text {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}

/* pc header menu_sub */
.header_pc .header_utility_menu .menu_sub {
	display: none;
	position: absolute;
	/*display: block;*/
	width: 30%;
	right: 0;
	background: #fff;
	border-top: 2px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	border-radius: 0 0 3px 3px;
	margin-top: -2px;
	z-index: 1;
	font-size: 1em;
	text-align: left;
	padding: 15px;
}
.header_pc .header_utility_menu .menu_toggle.open ul.menu_sub {
	overflow-y: scroll;
    height: 650px;
}
.header_pc .header_utility_menu .menu_sub a {
	display: block;
}

.header_pc .header_utility_menu .menu_sub span {
	font-size: 13px;
	padding: 8px 10px;
	margin-top: 0;
	letter-spacing: inherit;
}

.header_pc .menu_sub span.category_top_title {
	/*border-top: 1px solid #363947;*/
	background: #363947;
	color: #fff;
	padding: 3px 10px;
	margin: 5px 0;
}

.header_pc .menu_sub .sub_category_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.header_pc .menu_sub .sub_category_box p {
	border-top: 0px;
	width: 100%;
	align-items: center;
	align-self: stretch;
}

.header_pc .menu_sub .sub_category_box p:first-child {
    border-top: none;
}

.header_pc .menu_sub .sub_category_box p:nth-child(odd) {
    border-right: none;
}
.header_pc .menu_sub .sub_category_box.sns_box p:nth-child(-n+2) {
    border-top: 0px;
}
.header_pc .menu_sub .sub_category_box.sns_box {
	border: 0px;
}

/* site header --sp */
.header_sp .search_box {
	border: none;
}

.header_sp .search_box_text {
	border: 1px solid #dbdbdb;
	position: relative;
}

#siteHeaderGnavSP {
	bottom: inherit; /*shop.commonの打ち消し*/
	overflow: hidden;
	padding: 5px 3px 3px 5px;
}

.header_sp .header_logo {
	min-width: 95px;
	max-width: 170px;
}
/*メニューアイコン*/
.header_sp nav {
	display: block;
	text-align: right;
	width: 67%;
	float: right;
}

.header_sp .header_utility_menu {
	padding: 5px 0;
}

.header_sp .header_utility_menu&gt;li {
	display: inline-block;
	vertical-align: top;
	width: auto;
	text-align: center;
}

.touch .sp_search .header_search_inner {
	max-width: 100%;
	background: none;
	padding: 10px 20px;
}

.touch .sp_search .search_box_category {
	max-width: 150px;
	border-bottom: 0;
	margin-right: 5px;
}

.touch .sp_search .search_box_text {
	flex: 1 0 0%;
}

.touch .search_box input[type="text"] {
	font-size: 12px;
}

@media screen and (max-width: 900px) {
	.header_sp_wrap {
		border-bottom: 2px solid #dbdbdb;
	}
	/* 各カテゴリーごとのカラー */
	body.esthetic .header_sp_wrap {
		border-bottom-color: #d2a76c;
	}
	body.massage .header_sp_wrap {
		border-bottom-color: #a3b274;
	}
	body.nail .header_sp_wrap {
		border-bottom-color: #c37796;
	}
	body.matsuge .header_sp_wrap {
		border-bottom-color: #706895;
	}
	body.hair .header_sp_wrap {
		border-bottom-color: #4da8b7;
	}
	.mouse .sp_search {
		display: block;
	}
	.mouse .header_search_inner {
		max-width: 100%;
		background: none;
		padding: 10px 20px;
	}
}

@media screen and (max-width: 768px) {
	.mouse .header_search_inner {
		padding: 10px;
	}
}

@media screen and (max-width: 641px) {
	.header_sp_wrap .touch .header_sp, .header_sp_wrap .mouse .header_sp {
		display: -webkit-box;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
	.header_sp_wrap .header_sp .header_logo {
		width: 140px;
		margin-right: 15px;
	}
	.header_sp_wrap .header_sp nav {
		flex: 1 0 0%;
		float: none;
		text-align: inherit;
		width: auto;
	}
	.header_sp_wrap .header_sp .header_utility_menu {
		display: -webkit-box;
		display: flex;
		/*-webkit-justify-content: space-between;
    justify-content: space-between;*/
		-webkit-justify-content: flex-end;
		justify-content: flex-end;
	}
	.touch .header_utility_menu&gt;li {
		width: 48px;
	}
	.touch .header_utility_menu&gt;li span {
		/*font-size: 6px;*/
		font-size: 10px;
	}
	.touch .header_utility_menu&gt;li a::before {
		/*font-size: 18px;*/
		font-size: 26px;
	}
	.touch .header_utility_menu .header_logo {
		min-width: 120px;
		padding-right: 10px;
	}
	.touch .sp_search .search_box_category {
		max-width: 60px;
	}
}

/*--------------------------------------
 groval navigation
---------------------------------------*/
/* 基本 */
.header_gnav_inner {
	/*border-bottom: 2px solid rgba(255, 255, 255, 0);*/
	padding: 0 20px;
}

.header_gnav .gnav {
	max-width: 1240px;
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.header_gnav .gnav_inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}

.gnav_list {
	display: -webkit-box;
	display: flex;
	text-align: center;
	width: 16.66%;
	position: relative;
}

.gnav_list:nth-child(n+3)::before {
	content: "";
	border-left: 1px solid #dbdbdb;
	position: absolute;
	left: 0;
	height: 90%;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
/*.gnav_list:not(:last-child):hover::before {
  border-color: transparent;
}
.gnav_list:hover+.gnav_list::before {
  border-color: transparent;
}*/
.gnav_list a {
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 8px 5px;
	height: 100%;
}

.gnav_list span {
	font-weight: bold;
}

.gnav_title {
	background-color: #f2f2f2;
	width: 100%;
}

.gnav_title span {
	display: block;
	padding: 8px 5px;
	height: 100%;
}

.gnav_list a:hover {
	color: #363947;
	background-color: #f2f2f2;
}

.gnav_esthetic, .gnav_massage, .gnav_nail, .gnav_matsuge,
	.gnav_management, .gnav_sale {
	position: relative;
	width: 100%;
}
/*.gnav_list:hover .gnav_esthetic a,
.gnav_list:hover .gnav_massage a,
.gnav_list:hover .gnav_nail a,
.gnav_list:hover .gnav_matsuge a,
.gnav_list:hover .gnav_management a {
	color: #fff;
  border-radius: 3px 3px 0 0;
}
.gnav_list:hover .gnav_esthetic a::after,
.gnav_list:hover .gnav_massage a::after,
.gnav_list:hover .gnav_nail a::after,
.gnav_list:hover .gnav_matsuge a::after,
.gnav_list:hover .gnav_management a::after {
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(54, 57, 71, 0);
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	top: 100%;
	left: 50%;
	color: #fff;
	z-index:210;
  border-top-color: #d2a76c;
}
.gnav_list:hover .gnav_esthetic a {
	background-color: #d2a76c;
}
.gnav_list:hover .gnav_esthetic a::after {
	border-top-color: #d2a76c;
}
.gnav_list:hover .gnav_massage a {
	background-color: #a3b274;
}
.gnav_list:hover .gnav_massage a::after {
	border-top-color: #a3b274;
}
.gnav_list:hover .gnav_nail a {
	background-color: #c37796;
}
.gnav_list:hover .gnav_nail a::after {
	border-top-color: #c37796;
}
.gnav_list:hover .gnav_matsuge a {
	background-color: #706895;
}
.gnav_list:hover .gnav_matsuge a::after {
	border-top-color: #706895;
}
.gnav_list:hover .gnav_management a {
	background-color: #4da8b7;
}
.gnav_list:hover .gnav_management a::after {
	border-top-color: #4da8b7;
}*/

/* 各カテゴリーごとのカラー */
body.esthetic .header_gnav_inner {
	border-bottom-color: #d2a76c;
}

body.massage .header_gnav_inner {
	border-bottom-color: #a3b274;
}

body.nail .header_gnav_inner {
	border-bottom-color: #c37796;
}

body.matsuge .header_gnav_inner {
	border-bottom-color: #706895;
}

body.hair .header_gnav_inner {
	border-bottom-color: #4da8b7;
}

body.esthetic .gnav_esthetic::after, body.massage .gnav_massage::after,
	body.nail .gnav_nail::after, body.matsuge .gnav_matsuge::after, body.hair .gnav_management::after
	{
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-top-width: 0;
	border-bottom-width: 7px;
	border-left-width: 6px;
	border-right-width: 6px;
	margin-left: -6px;
	left: 50%;
	bottom: 0;
}

body.esthetic .gnav_esthetic::after {
	border-top-color: #d2a76c;
	border-bottom-color: #d2a76c;
}

body.massage .gnav_massage::after {
	border-top-color: #a3b274;
	border-bottom-color: #a3b274;
}

body.nail .gnav_nail::after {
	border-top-color: #c37796;
	border-bottom-color: #c37796;
}

body.matsuge .gnav_matsuge::after {
	border-top-color: #706895;
	border-bottom-color: #706895;
}

body.hair .gnav_management::after {
	border-top-color: #4da8b7;
	border-bottom-color: #4da8b7;
}

/* groval navigation category menu */
.gnavi_category {
	display: none;
	font-size: 0.9em;
	background-color: #bbc8cb;
	position: absolute;
	/*display: block;*/
	width: 100%;
	max-width: 1240px;
	height: 370px;
	left: 0;
	top: calc(100% + 2px);
	border: 1px solid #dbdbdb;
	border-radius: 0 0 3px 3px;
	/*opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;*/
}
/*.gnav_inner .gnav_list:hover .gnavi_category {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  z-index: 200;
}*/
.gnavi_items_wrap {
	overflow: auto;
	overflow-x: hidden;
	width: 280px;
	height: 100%;
}

.gnavi_items_list {
	display: -webkit-flex;
	display: flex;
	text-align: left;
}

.gnavi_items_list .gnavi_items_title {
	width: 100%;
	border-bottom: 1px solid #fff;
}

.gnavi_items_list .gnavi_items_title a {
	background-color: #bbc8cb;
	color: #fff;
	display: block;
	padding: 10px 5px 10px 15px;
	cursor: default;
}

.gnavi_items_title a:hover {
	background-color: #fff;
	color: #363947;
}

.gnavi_items_list:first-child .gnavi_items_title {
	border-top: none;
}

.gnavi_category .gnavi_items_list.gnavi-active .gnavi_items_title a {
	background-color: #fff;
	color: #363947;
}

.gnavi_category .gnavi_items_wrap:hover .gnavi_items_list.gnavi-active:not
	(:hover ) .gnavi_items_title a {
	background-color: #bbc8cb;
	color: #fff;
}

.gnavi_items_child {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 280px;
	width: calc(100% - 280px);
	height: 100%;
	padding: 20px 0 20px 30px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	-webkit-transition: all .3s ease .15s;
	-moz-transition: all .3s ease .15s;
	-o-transition: all .3s ease .15s;
	-ms-transition: all .3s ease .15s;
	transition: all .3s ease .15s;
}

.gnavi_category .gnavi_items_list .gnavi-show {
	opacity: 1;
	visibility: visible;
	overflow: auto;
}

.gnavi_category .gnavi_items_list:hover .gnavi_items_child {
	opacity: 1;
	visibility: visible;
	overflow: visible;
}

.gnavi_items_child li {
	/*height: auto;*/
	width: calc(99.9%/ 3 - 10px);
	display: inline-block;
	vertical-align: top;
}

.gnav_list .gnavi_items_child li a {
	white-space: nowrap;
	padding: 5px;
}

.gnav_list .gnavi_items_child li.gnavi_items_child_title {
	width: 100%;
}

.gnav_list .gnavi_items_child li.gnavi_items_child_title a {
	font-size: 1.5em;
	font-weight: bold;
}

.gnav_list .gnavi_items_child li.gnavi_items_child_title a::after {
	color: #bbc8cb;
	content: "\f054";
	font-family: 'Font Awesome 5 Free';
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1;
	padding-left: 0.5em;
}

#wrap .gnavi_items_child_title img {
	margin-right: 10px;
	width: 80px;
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.header_gnav_inner {
		padding: 0 10px;
	}
	.header_gnav .gnav_inner {
		background-color: #f2f2f2;
		border: none;
		-moz-font-feature-settings: "palt" 1;
		-webkit-font-feature-settings: "palt" 1;
		font-feature-settings: "palt" 1;
		flex-wrap: wrap;
		padding: 0 5px;
	}
	.header_gnav .gnav_inner::after {
		content: "";
		width: calc(99.9%/ 3 - 4px);
		display: block;
	}
	.gnav_list {
		background-color: #fff;
		border-radius: 3px;
		margin-bottom: 5px;
	}
	.gnav_list:first-child {
		width: 100%;
		flex-grow: 1;
	}
	.gnav_list:nth-child(n + 2) {
		width: calc(99.9%/ 3 - 4px);
	}
	.gnav_list:nth-child(n+3)::before {
		content: none;
	}
	.gnav_list a {
		display: block;
	}
	.gnav_list:not (:first-child ) span {
		font-size: 0.9em;
	}
}

/*--------------------------------------
 header リンク
---------------------------------------*/
#wrap .header_links .no_sp {
	display: inline-block;
}

.header_links {
	margin-top: 10px;
}

.header_links_inner {
	max-width: 1240px;
	width: calc(99.9% - 40px);
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header_links .short_course_wrap, .header_links .regular_course_wrap {
	display: -webkit-box;
	display: flex;
}

.header_links .course_all, .header_links .instructor, .header_links .diploma,
	.nail, .header_links .ajesthe, .header_links .online {
	display: -ms-flexbox;
}
#all_course, #all_teacher, #all_diploma, #all_online, #ajesthe, #nail {
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 10px !important;
	padding-bottom: 0px !important;
}

.header_links li a{
	padding: 10px;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 20px;
	padding-right: 20px;
}
.date{
	padding-left: 15px;
	padding-right: 15px;
}
.place{
	padding-left: 16px;
	padding-right: 16px;
}
#all_online{
	padding-left: 30px;
	padding-right: 30px;
}

.header_links li a:hover {
	color: #363947;
	background-color: #f2f2f2;
}

.header_links li span {
	display: block;
	text-align: center;
	line-height: 1.3em;
	font-weight: bold;
}

.header_links .header_links_txt {
	position: relative;
	padding-top: 40px;
}

.header_links .header_links_txt::before {
	content: "";
	position: absolute;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -5px;
}

/*講座アイコン*/
.header_links .course_all .header_links_txt::before {
	background-image: url(../images/common/ico_course_all.svg);
	width: 30px;
}

.header_links .instructor .header_links_txt::before {
	background-image: url(../images/common/ico_instructor.svg);
	width: 30px;
}

.header_links .diploma .header_links_txt::before {
	background-image: url(../images/common/ico_diploma.svg);
	width: 30px;
}

.header_links .nail .header_links_txt::before {
	background-image: url(../images/common/ico_course_nail.svg);
	width: 32px;
}

.header_links .ajesthe .header_links_txt::before {
	background-image: url(../images/common/ico_course_ajesthe.png);
	width: 40px;
}
/*オンライン講座追加*/
.header_links .online .header_links_txt::before {
	background-image: url(../images/common/ico_course_online.svg);
	top: -3px;
	width: 35px;
}

/* short_course */
.header_links .short_course_wrap {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	flex-grow: 1;
}

.header_links .short_course_wrap &gt; li {
	border-right: 1px solid #dbdbdb;
}
.header_links .short_course_wrap &gt; li:last-child {
	border-right: 1px none #dbdbdb;
}

.header_links .short_course_wrap .place, .header_links .short_course_wrap .date
	{
	flex-grow: 1;
	max-width: 320px;
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.course_btn_wrap {
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 10px;
}

.course_btn_wrap li {
	/*width: 60px;*/
	max-width: 100%;
	white-space: nowrap;
}

.course_btn_wrap li {
	margin-right: 5px;
}
.course_btn_wrap li:last-child {
	margin-right: 0px;
}

.course_btn_wrap li a {
	color: #fff;
	background-color: #363947;
	border-radius: 2px;
	display: block;
	padding: 2px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.course_btn_wrap&gt;li a:hover {
	color: #fff;
	background-color: #363947;
	opacity: 0.5;
}
/* regular_course */
.header_links .regular_course_wrap li {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}

.header_links .regular_course_wrap .nail {
	margin-right: 10px;
}

.header_links .regular_course_wrap .online {
	margin-right: 10px;
}

#wrap .header_links .ajesthe img {
	height: 100%;
	width: auto;
}

@media screen and (max-width: 1024px) {
	.course_btn_wrap li {
		width: 100%;
	}
	_:-ms-lang(x)::-ms-backdrop, .header_links .short_course_wrap .course_all
		{ /*IE11*/
		width: 18%;
	}
}

@media screen and (max-width: 900px) and (min-width: 769px) {
	.header_links .short_course_wrap {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header_links .short_course_wrap .course_all, .header_links .short_course_wrap .instructor,
		.header_links .short_course_wrap .diploma {
		border-bottom: 1px solid #dbdbdb;
		width: calc(99.9%/ 3);
	}
	.header_links .short_course_wrap li.diploma {
		border-right: none;
	}
}

@media screen and (max-width: 768px) {
	#wrap .header_links .no_sp {
		display: none;
	}
	#siteHeaderArea {
		padding-bottom: 0;
	}
	.header_links_inner {
		display: block;
		width: calc(99.9% - 20px);
	}
	.header_links_inner&gt;ul&gt;li {
		width: calc(99.9%/ 2 - 2.5px);
		border: 1px solid #dbdbdb;
		border-radius: 3px;
		margin-bottom: 10px;
	}
	.header_links .short_course_wrap .course_all, .header_links .regular_course_wrap .nail,
	.header_links .short_course_wrap .online, .header_links .regular_course_wrap .online {
		margin-right: 5px;
	}
	.header_links_inner&gt;ul&gt;li&gt;a {
		padding-left: 1em;
		height: 100%;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		align-items: center;
	}
	/*.header_links_inner&gt;ul&gt;li&gt;a::after {
		content: "\f054";
		color: #bbc8cb;
		font-family: 'Font Awesome 5 Free';
		font-weight: bold;
		float: right;
		clear: both;
	}*/

	.header_links_inner ul li span {
		font-size: 0.9em;
		width: 100%;
		text-align: left;
	}
	.header_links .header_links_txt {
		padding-top: 0;
		text-align: center;
	}
	.header_links .course_all .header_links_txt::before, .header_links .instructor .header_links_txt::before
		{
		content: none;
	}
	.header_links .nail&gt;a, .header_links .ajesthe&gt;a, .header_links .online&gt;a
		{
		padding: 10px 5px;
	}
	.header_links .nail .header_links_txt {
		padding-top: 40px;
		white-space: nowrap;
		font-size: 0.9em;
		text-align: center;
	}
	.header_links .ajesthe .header_links_txt {
		padding-top: 0px;
		white-space: nowrap;
		font-size: 0.9em;
		text-align: left;
		width: 100%;
	}

	.header_links .ajesthe .header_links_txt::before {
		background-image: none;
	}
	.header_links .ajesthe {
		text-align: center;
	}
	#ajesthe {
		display: block;
	}
	#ajesthe .header_links_txt {
		display: contents;
	}
	.header_links .ajesthe a::before {
		content: "";
		background-image: url(../images/common/ico_course_ajesthe.png);
		background-repeat: no-repeat;
		background-position: right center;
		width: 35px;
		height: 30px;
		margin-right: 12px;
		background-size: contain;
		vertical-align: middle;
		display: inline-block;
	}
	.header_links .online .header_links_txt {
		padding-top: 40px;
		white-space: nowrap;
		font-size: 0.9em;
		text-align: center;
	}
	/*.header_links .nail .header_links_txt::before, .header_links .ajesthe .header_links_txt::before, .header_links .online .header_links_txt::before
		{
		top: 0;
		bottom: 0;
		margin: auto 0;
	}*/

	/* short_course */
	.header_links .short_course_wrap {
		display: -webkit-box;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		border: none;
		margin: 0;
	}
	.header_links .short_course_wrap .place {
		max-width: 100%;
	}
	.course_btn_wrap {
		flex-grow: 1;
		margin: 0 0px;
	}
	.course_btn_wrap li {
		width: calc(99.9%/ 3 - 5px);
	}
	.header_links_inner .course_btn_wrap a {
		padding: 5px 3px;
		text-align: center;
	}
	.header_links_inner .course_btn_wrap span {
		text-align: center;
	}
	.header_links .short_course_wrap .diploma, .header_links .short_course_wrap .date
		{
		display: none;
	}
	.header_links .short_course_wrap .place&gt;div, .header_links .short_course_wrap .date&gt;div
		{
		display: -webkit-box;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		width: 100%;
	}
	.header_links .short_course_wrap .place&gt;div&gt;span, .header_links .short_course_wrap .date&gt;div&gt;span
		{
		width: auto;
	}
	/* regular_course */
	.ajesthe {
		width: 100% !important;
	}

	#all_diploma, #all_online, #nail {
		padding-top: 5px !important;
	}
	#all_diploma, #all_online, #ajesthe, #nail {
		padding-top: 2px !important;
	}
	#all_course, #all_teacher {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}

}

/*--------------------------------------
 header 絞り込み検索
---------------------------------------*/
.custom_search_wrap {
	padding: 0 20px;
	margin-top: 20px;
}

.custom_search_inner {
	max-width: 1240px;
	width: 100%;
	margin: 0px auto;
}

/* form関連タグ */
.custom_search_detail label {
	cursor: pointer;
}

.custom_search_detail label+label {
	margin-left: 0;
}

.custom_search_detail input[type="text"], .custom_search_detail select {
	border-color: #dbdbdb;
	font-size: 0.95em;
	padding: 2px 8px;
	margin: 0;
}

.custom_search_detail input[type="text"] {
	width: 100%;
	max-width: 50%;
	margin-top: 2px;
	margin-bottom: 2px;
}

.custom_search_detail select {
	width: 100%;
	max-width: 250px;
	min-height: 30px;
}
/*radioボタン装飾*/
.custom_search_detail input[type="radio"] {
	display: none;
}

.custom_search_detail input[type="radio"]+span {
	border: 1px solid #dbdbdb;
	border-radius: 3px;
	display: inline-block;
	font-size: 0.85em;
	text-align: center;
	padding: 3px 5px;
	margin: 2.5px 5px 2.5px 0;
	min-width: 80px;
}

.custom_search_detail input[type="radio"]:checked+span {
	background-color: #c37796;
	border-color: #c37796;
	color: #fff;
}
/*checkボタン装飾*/
.custom_search_detail input[type="checkbox"]+span {
	padding-left: 20px;
	position: relative;
}

.custom_search_detail input[type="checkbox"]+span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #dbdbdb;
	border-radius: 1px;
}

.custom_search_detail input[type="checkbox"]:checked+span::after {
	content: "\f00c";
	color: #c37796;
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	display: block;
	position: absolute;
	left: 2px;
	top: -3px;
}

/* title */
.custom_search_title {
	background-color: #bbc8cb;
	padding: 10px 20px;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
}

.custom_search_title.open {
	border-radius: 3px 3px 0 0;
}

.custom_search_title::before, .custom_search_title::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.custom_search_title::before {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.custom_search_title::after {
	content: "\f067";
	font-family: 'Font Awesome 5 Free';
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.custom_search_title.open::after {
	content: "\f068";
}

.custom_search_title span {
	font-weight: bold;
}
/* detail */
.custom_search_detail {
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-radius: 3px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*visibility: hidden;
  opacity: 0;
  height: 0;*/
}

/*.custom_search_detail.active {
  visibility: visible;
  opacity: 1;
  height: auto;
}*/
/*custom_search_detail dl*/
.custom_search_detail dl {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid #dbdbdb;
}

.custom_search_categories, .custom_search_free {
	width: 100%;
}

.custom_search_place, .custom_search_date, .custom_search_level {
	width: calc(99.9%/ 2);
}
/*custom_search_detail dt , dd*/
.custom_search_detail dt {
	background-color: #f2f2f2;
	width: 130px;
	height: 100%;
	white-space: nowrap;
	padding: 10px 20px
}

.custom_search_detail dd {
	padding: 5px 10px;
	flex: 1 0 0%
}
/*開催日*/
.custom_search_date input[type="text"] {
	width: 30%;
	min-width: 80px;
}

.custom_search_date input[type="text"]+span {
	display: inline-block;
	text-align: center;
	width: 2em;
}
/*その他*/
.custom_search_other label {
	vertical-align: middle;
	display: inline-block;
}

.custom_search_other label:not (:last-child ) {
	margin-right: 1em;
}
/*検索ボタン*/
.custom_search_btn {
	width: 100%;
}

.custom_search_btn a, .custom_search_btn button {
	display: block;
	background-color: #363947;
	border: 1px solid #363947;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	max-width: 280px;
	width: 100%;
	margin: 1.5em auto;
	padding: 12px 5px;
}

.custom_search_btn a:hover, .custom_search_btn button:hover {
	opacity: 0.5;
}

@media screen and (max-width: 768px) {
	.custom_search_wrap {
		padding: 0 10px;
	}
	.custom_search_detail {
		display: block;
	}
	.custom_search_detail dl, .custom_search_place, .custom_search_date,
		.custom_search_level, .custom_search_other {
		display: block;
		width: 100%;
	}
	.custom_search_detail dt, .custom_search_detail dd {
		width: 100%;
	}
	.custom_search_detail input[type="radio"]+span {
		padding: 8px 5px;
	}
	.custom_search_detail input[type="text"], .custom_search_detail select {
		padding: 6px 8px;
	}
	.custom_search_detail select {
		min-height: 40px;
	}
}

@media screen and (max-width: 641px) {
	.custom_search_detail input[type="text"], .custom_search_detail select {
		max-width: 100%;
	}
	.custom_search_date input[type="text"] {
		width: calc(100%/ 2 - 1.1em);
	}
}

/*--------------------------------------
 SPメニュー
---------------------------------------*/
@media screen and (max-width: 1024px) {
	#spNaviMenu {
		position: fixed;
		top: 0;
		right: -300px;
		width: 300px;
		height: 100%;
		background: rgba(255, 255, 255, 1);
		z-index: 400;
		overflow-y: scroll;
	}
	#spNaviMenu::-webkit-scrollbar {
		display: none;
	}
	#spNaviMenu li, #spNaviMenu span {
		display: block;
		cursor: pointer;
		position: relative;
	}
	#spNaviMenu span, #spNaviMenu a {
		color: #363947;
		text-align: left;
		font-size: 14px;
	}
	#spNaviMenu .category_top_title {
		background-color: #363947;
		color: #fff;
		border-bottom: 1px solid #fff;
	}
	#spNaviMenu .sp_menu_close {
		position: absolute;
		/*font-family: 'Font Awesome 5 Free';*/
		line-height: 44px;
		color: #fff;
		top: 0;
		right: 0;
		height: 44px;
		width: 44px;
		text-align: center;
		cursor: pointer;
		z-index:1;
	}
	#spNaviMenu .sp_menu_list&gt;li ul, #spNaviMenu .sp_menu_list&gt;li&gt;ul&gt;li&gt;ul,
		#spNaviMenu .sp_menu_list&gt;li&gt;ul&gt;li&gt;ul&gt;li&gt;ul {
		display: none;
	}
	#spNaviMenu .sp_menu_list span {
		padding: 10px;
	}
	#spNaviMenu .sp_menu_list .category_all {
		border-top: 1px solid #dbdbdb;
	}
	#spNaviMenu .sub_category_box p {
    	width: 100%;
	}
	/*#spNaviMenu .sp_menu_list&gt;li&gt;ul&gt;li&gt;ul&gt;li:not(:first-of-type) .category_sub_title::before,
  #spNaviMenu .sp_menu_list .item_link::before {
    content: "";
    background-color: #dbdbdb;
    height: 1px;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
  }*/

	#spNaviMenu .sp_menu_list li ul li.item_link:not(:first-of-type) {
		border-top: none;
		border-top: 1px solid #dbdbdb;
	}

	#spNaviMenu .sub_category_box.sns_box p:nth-child(-n+2) {
    	border-top: 1px solid #dbdbdb;/*　shop.commonの打ち消し　*/
	}
  	#spNaviMenu .sub_category_box.sns_box p:first-child{
    	border-top: none;
	}
	#spNaviMenu .sp_menu_list .category_sub_title {
		border-top: 1px solid #dbdbdb;
	}
	#spNaviMenu .sp_menu_list .category_sub_title.open {
		border-bottom: 1px solid #dbdbdb;
	}
	#spNaviMenu .sp_menu_list .category_top_title::after, #spNaviMenu .sp_menu_list .category_title::after,
		#spNaviMenu .sp_menu_list .category_sub_title::after, #spNaviMenu .item_link span::after,
		#spNaviMenu .sub_category_box span::after {
		position: absolute;
		font-family: 'Font Awesome 5 Free';
		line-height: 1;
		top: 50%;
		right: 10px;
		margin-top: -7px;
		color: #bbc8cb;
		font-weight: bold;
	}
	#spNaviMenu .sp_menu_list .category_top_title::after {
		color: #fff;
	}
	#spNaviMenu .sp_menu_list .category_title::after, #spNaviMenu .sp_menu_list .category_sub_title::after
		{
		color: #bbc8cb;
	}
	#spNaviMenu .sp_menu_list .category_top_title::after, #spNaviMenu .sp_menu_list .category_title::after,
		#spNaviMenu .sp_menu_list .category_sub_title::after {
		content: "\f078";
	}
	#spNaviMenu .sp_menu_list .open::after {
		content: "\f077";
	}
	#spNaviMenu .category_title {
		border-top: 1px solid #dbdbdb;
	}
	#spNaviMenu .sp_menu_list li ul li:first-of-type .category_title {
		border-top: none;
	}

	#spNaviMenu .sub_category_wrap span {
		font-size: 0.85em;
		padding: 10px 15px;
	}
	#spNaviMenu .item_link span::after, #spNaviMenu .sub_category_box span::after
		{
		content: "\f054";
	}
	#spNaviMenu .sub_category_wrap:first-child span {
    	font-weight: bold;
	}

	/*#spNaviMenu .sub_category_low p::before {
  content: "";
  background-color: #dbdbdb;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}*/
	#spNaviMenu .sp_link_list span {
		padding: 5px 10px;
	}
	#spNaviMenu .sp_link_list .item_link span {
		padding: 10px;
	}
	#spNaviMenu .sp_link_list .item_link {
		border-bottom: 1px solid #dbdbdb;
	}
	#spNaviMenu .helloWrap {
		color: #fff;
		background-color: #7c858e;
		font-size: 14px;
		padding: 10px;
		min-height: 44px;
		/*margin-right: 50px;*/
	}
	#spNaviMenu .helloWrap .name span {
		color: #fff;
		display: inline;
		font-size: 0.8em;
	}
	#spNaviMenu .helloWrap .point {

	}
	#spNaviMenu .search_box .search_box_text {
		width: 95%;
		margin: 5px auto;
	}

	/* 動的生成バックレイヤ */
	.contentsBackLayerSP {
		position: absolute;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
		z-index: 300;
	}
}

/*--------------------------------------
 footer
---------------------------------------*/
footer {
	background-color: #dbdbdb;
	font-size: 14px;
}

.footerSubNavi ul li a {
	color: #363947;
	font-size: inherit;
	padding: 0;
}

footer a:hover, .footerSubNavi ul li a:hover {
	color: #bbc8cb;
}

footer .link_to_list a::after {
	color: #7c858e;
}

.footerContents {
	background-color: transparent;
	padding: 30px 20px 10px 20px;
	margin: 0;
}

.footerNavi, .footerSubNavi {
	color: #363947;
	display: block;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
}

/* footerNavi */
.footerNavi {

}
/*menu_wrap*/
footer .menu_wrap {
	margin: 0;
	padding-top: 20px;
}

footer .menu_wrap ul {
	text-align: center;
}

footer .menu_wrap ul li {
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
}

footer .menu_wrap ul li+li {
	border-left: 1px solid #363947;
}
/*social_section*/
footer .social_section ul {
	text-align: center;
}

footer .social_section ul li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: bottom;
}

/* footerSubNavi */
.footerSubNavi {
	padding: 20px 0 0 0;
}

.footerSubNavi ul {
	text-align: center;
	width: auto;
}

.footerSubNavi ul li, .footerSubNavi ul li+li {
	float: none;
	margin-bottom: 10px;
	padding: 0 10px;
	border-color: #363947;
}

.footerSubNavi ul li.title+li {
	border: none;
}

/*copy*/
footer .copy {
	font-size: 0.85em;
	width: auto;
	text-align: center;
	padding: 10px 0;
}

@media screen and (max-width: 1024px) {
	.footerNavi {
		flex-wrap: wrap;
	}
	.social_section ul {
		text-align: center;
	}
	footer .social_section ul li {
		padding-right: 0;
	}
	footer .copy {
		padding-top: 20px;
	}
}

@media screen and (max-width: 768px) {
	footer {
		font-size: 13px;
	}
	.footerContents {
		padding: 20px 10px;
	}
	footer .menu_wrap ul li+li {
		border: none;
	}
	.footerSubNavi ul {
		padding-bottom: 0;
	}
	.footerSubNavi ul li:last-child {
		padding-right: 0;
	}
}
.slider {
	padding: 0;
}

.slick-slider .slick-slide {
	height: auto;
}

.top-slider {

}

.main-slider-list {
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: 0.4s;
	overflow: hidden;
}

.main-slider-list.slick-initialized {
	opacity: 1; /*slick-initializedが付与されたら表示*/
}

.main-slider-list .main-slider {
	/*max-width: 1140px;
	width: 100%;*/
	margin-left: 10px;
	margin-right: 10px;
}

.main-slider-list .main-slider.slick-center {

}

.main-slider-list .slick-list img {
	/*width: 100%;
	height: auto;*/
	vertical-align: bottom;
}

.slick-dots {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-flex;
	display: flex;
}

.slick-dots li {
	position: relative;
	margin: 0 1px;
	padding: 0;
	cursor: pointer;
}
/*アクティブ時にボーダー*/
.main-slider-list .slick-dots li {
	border: 2px solid rgba(124, 133, 142, 0);
	width: calc(99.9%/ 6)
}

.main-slider-list .slick-dots li.slick-active {
	border: 2px solid rgba(124, 133, 142, 1);
}
/*アクディブ時にオーバーレイを外す*/
.main-slider-list .slick-dots li {
	background-color: rgba(255, 255, 255, 1);
}

.main-slider-list .slick-dots li img {
	opacity: 0.7;
}

.main-slider-list .slick-dots li.slick-active {
	background-color: rgba(255, 255, 255, 0);
}

.main-slider-list .slick-dots li.slick-active img {
	opacity: 1;
}

@media screen and (max-width: 1024px) {
	.main-slider-list .main-slider {
		max-width: 768px;
	}
}

@media screen and (max-width: 641px) {
	.main-slider-list .main-slider {
		margin-left: 0;
		margin-right: 0;
	}
	.slick-dots {
		-webkit-justify-content: center;
		justify-content: center;
	}
	.main-slider-list .slick-dots li {
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background-color: #bbc8cb;
		border: none;
		margin: 0 5px;
	}
	.main-slider-list .slick-dots li.slick-active {
		background-color: #363947;
		border: none;
	}
}

/*--------------------------------------
 slick - carousel
---------------------------------------*/
.slick_carousel_all .slick-slider {
	padding-left: 0;
	padding-right: 0;
}

.slick_carousel_wrap button[type="button"] {
	background: none;
	border: none;
	color: transparent;
	font-size: inherit;
	padding: 0;
	height: auto;
	width: 17px;
}

.slick_carousel_wrap .slick-prev, .slick_carousel_wrap .slick-next {
	line-height: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.slides_show_all .item {
	width: calc(20% - 30px);
}

@media screen and (max-width: 768px) {
	.slides_show_all .section_wrap {
		padding: 0 20px;
	}
	.slick_carousel_wrap .slick-slider {
		margin-left: 0;
	}
	.slick_carousel_wrap .slides_show_all .slick-prev {
		left: -10px;
	}
	.slick_carousel_wrap .slides_show_all .slick-next {
		right: -10px;
	}
}

/*--------------------------------------
 タブ切り替え
---------------------------------------*/
.tabs .tab-group {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 25px;
}

.tabs .tab {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	flex: 1 0 0%;
	border-bottom: 4px solid rgba(255, 255, 255, 0);
	text-align: center;
	cursor: pointer;
	padding: 5px 15px;
}

.tabs .panel-group {

}

.tabs .panel {
	visibility: hidden;
	opacity: 0;
	height: 0;
}

.tabs .tab.is-active {
	transition: all 0.2s ease-out;
}

.tabs .panel.is-show {
	visibility: visible;
	opacity: 1;
	height: auto;
	transition: all 2s ease-out;
}
/*各カテゴリーカラー*/
.is-active.tab_esthetic {
	border-bottom-color: #d2a76c;
}

.tab_esthetic:hover {
	color: #d2a76c;
}

.is-active.tab_massage {
	border-bottom-color: #a3b274;
}

.tab_massage:hover {
	color: #a3b274;
}

.is-active.tab_nail {
	border-bottom-color: #c37796;
}

.tab_nail:hover {
	color: #c37796;
}

.is-active.tab_matsuge {
	border-bottom-color: #706895;
}

.tab_matsuge:hover {
	color: #706895;
}

.is-active.tab_management {
	border-bottom-color: #4da8b7;
}

.tab_management:hover {
	color: #4da8b7;
}

@media screen and (max-width: 768px) {
	.tabs .tab-group {
		overflow: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		scroll-behavior: smooth;
		width: auto;
		justify-content: inherit;
	}
	.tabs .tab-group::-webkit-scrollbar {
		display: none;
	}
}

/*---------------------------------------------
	2カラム用　左サイドナビ
  ---------------------------------------------*/
/* サイドコンテンツ */
/*.sideContents .sideCategory,
.sideContents .priceRange {
	margin-bottom: 30px;
}
.sideCategory h3 {
	padding-bottom: 5px;
}
.sideCategory h3 span {
	font-weight: bold;
}*/
.sideCategory .category_menu_list, .side_refine .refine_menu_list {
	font-size: 0.9em;
}

.sideCategory .category_menu_list {
	/*border-top: 2px solid #dbdbdb;*/
	border-bottom: 2px solid #dbdbdb;
}

.sideCategory .category_menu_list li&gt;ul, .sideCategory .category_menu_list li&gt;ul&gt;li&gt;ul
	{
	font-size: 0.95em;
}

.sideCategory .category_menu_detail01, .sideCategory .category_menu_detail02
	{
	display: none;
}

.sideCategory .category_menu_item.active .category_menu_detail01 {
	display: block;
}

.sideCategory .category_menu_detail01 {
	border-top: 1px solid #dbdbdb;
}

.sideCategory .category_menu_title, .sideCategory .category_menu_stitle
	{
	display: -webkit-box;
	display: flex;
}

.sideCategory .category_menu_list&gt;li:not (:first-of-type ) .category_menu_title
	{
	border-top: 1px solid #dbdbdb;
}

.sideCategory .category_menu_detail01&gt;li:not (:first-of-type ) .category_menu_stitle
	{
	border-top: 1px dotted #dbdbdb;
}

.sideCategory .category_menu_title a, .sideCategory .category_menu_stitle a
	{
	display: block;
	flex-grow: 1;
	/*margin-right: 1em;*/
}

.sideCategory .category_menu_title a {
	padding: 1em 3px 1em 0.5em;
}

.sideCategory .category_menu_stitle a {
	padding: 1em 0 1em 1.5em;
}

.sideCategory .category_menu_detail02 .category_detail_item a {
	display: block;
	padding: 0.5em 2em 0.5em 2.45em;
	position: relative;
}

.sideCategory .category_menu_detail02 .category_detail_item a::after,
	.side_refine .refine_detail_item::after {
	color: #bbc8cb;
	font-size: 1em;
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	position: absolute;
	right: 1em;
	top: 50%;
	margin-top: -0.8em;
	font-weight: bold;
}

.sideCategory .after_list {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	width: 30px;
	height: auto;
	cursor: pointer;
}

.sideCategory .after_list::after {
	color: #bbc8cb;
	font-size: 1em;
	font-family: 'Font Awesome 5 Free';
	content: '\f067';
	margin: auto;
	font-weight: bold;
}

.sideCategory .after_list.open::after {
	content: "\f068";
}

.side_refine .refine_menu_list {
	border-bottom: 2px solid #dbdbdb;
}

.side_refine .refine_menu_title {
	padding: 1em 3px 1em 0.5em;
}

.side_refine .refine_detail_item {
	display: block;
	font-size: 0.95em;
	/*padding: 0.5em 0 0.5em 1.5em;*/
	position: relative;
}

.side_refine .refine_detail_item a {
	display: block;
	padding: 0.5em 0 0.5em 1.5em;
}

/* active その画面のカテゴリータイトルの背景色を変更 */
.sideCategory .active .category_menu_title {
	background-color: #bbc8cb;
	color: #fff;
}

.sideCategory .active .category_menu_title a, .sideCategory .active .category_menu_title a:hover,
	.sideCategory .active .category_menu_title a span {
	color: #fff;
	font-weight: bold;
}

.sideCategory .active .category_menu_title .after_list::after {
	color: #fff;
}

@media screen and (max-width: 641px) { /*.sideContents .sideCategory,
	.sideContents .priceRange {
		margin-bottom: -1px;
	}
	.sideCategory h3 {
		padding-left: 10px;
	}
	.sideCategory .category a {
		display: block;
		padding: 7px 10px;
	}*/
}

/*---------------------------------------------
	SP カテゴリを選択・絞り込み ボタン・スライドメニュー
  ---------------------------------------------*/
/* カテゴリ・絞り込み ボタン */
.search_menu_wrap {
	display: none;
}

.sideContents .btn_close {
	display: none;
}

@media screen and (max-width: 900px) {
	.search_menu_wrap {
		display: -webkit-box;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 30px;
	}
	.category_menu_sp, .refine_menu_sp {
		width: calc(99.9%/ 2 - 5px);
	}
	.search_menu_wrap .category_menu_btn, .search_menu_wrap .refine_menu_btn
		{
		display: -webkit-box;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		text-align: center;
		border: 1px solid #dbdbdb;
		border-radius: 3px;
		cursor: pointer;
		padding: 1em;
	}
}
/* スライドメニュー */
@media screen and (max-width: 900px) {
	.contents .sideContents {
		margin: 0;
		left: -20px;
		position: relative;
	}
	.sideCategory, .side_refine {
		display: none;
		position: fixed;
		/*height: 100vh;*/
		height: 100%;
		width: 100%;
		left: 0;
		bottom: 0;
		background-color: #fff;
		z-index: 400;
	}
	.sideCategory nav, .side_refine nav {
		overflow-y: auto;
		height: 100%;
	}
	.sideCategory nav::-webkit-scrollbar, .side_refine nav::-webkit-scrollbar
		{
		display: none;
	}

	/*closeボタン*/
	.sideContents .btn_close {
		background: #7c858e;
		display: block;
		text-align: right;
		border-radius: 0;
	}
	.sideContents .btn_close .fas {
		color: #fff;
		font-size: 18px;
		line-height: 40px;
		width: 40px;
		height: 40px;
		text-align: center;
	}
	/*メニューが開いた時のクリック可能な背景
  .searchMenuBackLayerSP {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 300;
  }*/

	/*カテゴリを選択*/
	.sideContents .sideCategory .category_menu_list {
		border-top: none;
	}
	.sideCategory .category_menu_list li&gt;ul, .sideCategory .category_menu_list li&gt;ul&gt;li&gt;ul
		{
		font-size: 1em;
	}
	.sideContents .sideCategory .category_menu_title a {
		padding-left: 1em;
	}
	.sideContents .sideCategory .category_menu_stitle a {
		padding-left: 1em;
	}
	.sideContents .sideCategory .category_menu_detail02 .category_detail_item a
		{
		padding-left: 2em;
	}
	.sideContents .sideCategory .after_list {
		width: 50px;
	}
	.category_menu_detail02 .category_detail_item {
		border-top: dotted 1px #dbdbdb;
	}
	.sideCategory .category_menu_detail02 .category_detail_item a {
		padding: 1em;
	}
	.sideCategory .category_menu_detail02 .category_detail_item a::after {
		right: 20px;
	}
	/*絞り込み*/
	.sideContents .side_refine .refine_menu_list {
		border-bottom: none;
		/*border-top: 2px solid #dbdbdb;*/
		font-size: 1em;
	}
	.sideContents .side_refine .refine_menu_title {
		padding: 1em;
	}
	.sideContents .side_refine .refine_detail_item {
		border-top: 1px solid #dbdbdb;
		padding: 0;
	}
	.sideContents .side_refine .refine_detail_item a {
		display: block;
		padding: 1em 2em;
	}
	.sideContents .side_refine .refine_detail_item:last-child {
		border-bottom: 1px solid #dbdbdb;
	}
	.sideContents .side_refine .refine_detail_item::after {
		right: 20px;
	}
}

/*--------------------------------------
 一覧
---------------------------------------*/
.item_list {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-left: 0px;
}

.item_list .item {
	margin: 5px 30px 25px 0;
	position: relative;
}

.item_list .item img {
	border: 1px solid #dbdbdb;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* item 5個 */
.item_5col .item {
	width: calc(99.9%/ 5 - 30px);
}
/* item 6個 */
.item_6col .item {
	width: calc(99.9%/ 6 - 30px);
}
/* item 7個 */
.item_7col .item {
	width: calc(99.9%/ 7 - 30px);
}
/* item 8個 */
.item_8col .item {
	width: calc(99.9%/ 8 - 30px);
}

.goods_item_info {
	font-size: 0.95em;
	line-height: 1.4;
	padding-top: 0.5em;
}
/*３点リーダー処理は削除*/
.checkItemSalesGoodsName, .newItemSalesGoodsName,
	.recommendItemSalesGoodsName {
	height: 4.0em;
	letter-spacing: -0.01em;
	overflow: hidden;
}

.contents p.goods_item_price {

}

/* 一覧 アイコン item_label */
/*アイコンが2つ以上ある場合はitem_label内にspanを追加*/
.recommendItemIcon, .newItemIcon, .checkItemIcon {
	position: absolute;
	z-index: 1;
}

.recommendItemIcon, .newItemIcon, .checkItemIcon {
	background-color: #4da8b7;
	color: #fff;
	font-size: 10px;
	display: inline-block;
	min-width: 60px;
	text-align: center;
	padding: 3px 5px;
	vertical-align: top;
}

.recommendItemIcon, .newItemIcon, .checkItemIcon:not (:last-child ) {
	margin-right: 5px;
}

@media screen and (max-width: 768px) {
	.item_list .item {
		margin: 5px 10px;
	}
	.item_6col .item {
		width: calc(100%/ 3 - 10px);
	}
}

@media screen and (max-width: 641px) {
	.item_list .item {
		margin: 5px;
	}
	.item_6col .item {
		width: calc(100%/ 2 - 10px);
	}
}

/*--------------------------------------
 ニュース
---------------------------------------*/
.news_wrap {
	/*background-color: #dbdbdb;*/

}

.news_wrap .section_inner {
	/*padding-bottom: 10px;*/
	padding: 2em 0;
}

.news_wrap_inner {
	background: #fff;
	border-bottom: 1px solid #363947;
	border-top: 1px solid #363947;
	max-height: 235px;
	padding: 20px 10px;
	overflow-y: scroll;
}

.news_wrap .title_wrap {
	margin-bottom: 10px;
}
/*.news_wrap .link_to_list a::after {
  color: #7c858e;
}*/
.news_wrap dl {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}

.news_wrap dt {
	min-width: 205px;
	padding-right: 10px;
}

.news_wrap dd {
	flex-grow: 1;
	box-sizing: border-box;
}

.news_wrap .pict {
	margin-left: 15px;
}

@media screen and (max-width: 768px) {
	.news_wrap_inner {
		padding: 10px;
	}
	.news_wrap dl {
		display: block;
		border-bottom: 1px dotted #dbdbdb;
	}
	.news_wrap dt {
		display: block;
	}
}

/*------
*
*
-------*/
#comment {
	position: absolute;
	left: 163px;
	color: #317dcb;
	display: inline;
}

.balloon {
	position: relative;
	top: -35px;
	width: 18px;
	height: 12px;
	background-color: #317dcb;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.balloon:after {
	border: 5px solid transparent;
	border-top-color: #317dcb;
	border-bottom-width: 0;
	bottom: -3px;
	content: "";
	display: block;
	left: 3px;
	position: absolute;
}

#couponNum {
	position: relative;
	color: #fff;
	font-size: 80%;
	top: -59px;
	font-weight: bold;
}

/* pict */
.pict {
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	display: inline-table;
	padding: 1px;
	min-width: 86px;
	text-align: center;
}

.pict.pickup {
	background-color: #c37796;
}

.pict.pickup::before {
	content: "ピックアップ";
}

.pict.new {
	background-color: #a3b274;
}

.pict.new::before {
	content: "新商品";
}

.pict.delivery {
	background-color: #d2a76c;
}

.pict.delivery::before {
	content: "配送";
}

.pict.discount {
	background-color: #ea984a;
}

.pict.discount::before {
	content: "値下げ";
}

.pict.campaign {
	background-color: #4da8b7;
}

.pict.campaign::before {
	content: "キャンペーン";
}

.pict.exhibition {
	background-color: #706895;
}

.pict.exhibition::before {
	content: "展示会";
}

/* 最近チェックした商品

.check-list.item-list {
	flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
	.check-list.item-list {
		flex-wrap: wrap;
	}
}*/

/*--------------------------------------------------------
	フォーム
-------------------------------------------------------*/
input.nameSei, input.nameMei, input.nameSeiKana, input.nameMeiKana {
	width: 12em;
}

input.birthdayYear {
	width: 5em;
}

input.birthdayMonth, input.birthdayDay {
	width: 3em;
	vertical-align: top;
}

select.birthdayMonth, select.birthdayDay {
	vertical-align: top;
}

input.postCode1 {
	width: 12em;
}

.nameSeiPreLabel, .nameMeiPreLabel, .nameSeiKanaPreLabel,
	.nameMeiKanaPreLabel, .destNameSeiPreLabel, .destNameMeiPreLabel,
	.destNameSeiKanaPreLabel, .destNameMeiKanaPreLabel,
	.orderNameSeiPreLabel, .orderNameMeiPreLabel, .orderNameSeiKanaPreLabel,
	.orderNameMeiKanaPreLabel {
	width: auto;
}

/*.table {
	border: none;
}*/
tfoot .PAGING_DETAILS_ROW td {
	border: none;
	padding-top: 0;
}

.table .suffixLabel {
	font-size: 0.9em;
}

.resultsShowMaxLine {
	margin-top: 50px;
}

.pageInfo {
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	float: none;
	margin: 0 0 10px auto;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	flex-grow: 1;
}

.resultsShowMaxLine::before {
	content: "表示件数: ";
	display: inline-block;
}

.resultsShowMaxLine .SEPARATOR_MAX_SELECT:last-child::after {
	content: normal;
}

ul.pagination {
	margin: 0;
	white-space: nowrap;
}

ul.pagination a.PAGING_LINK {
	text-align: center;
	min-width: 30px;
	width: auto;
}

ul.pagination a.PAGING_LINK_PAGE {
	min-height: 0;
	border-radius: 2px;
	background: none;
	box-shadow: none;
	border: 1px solid #dbdbdb;
	padding: 0 1px;
	text-align: center;
	min-width: 30px;
	width: auto;
}

ul.pagination a.PAGING_LINK:hover, ul.pagination a.PAGING_LINK_PAGE:hover
	{
	background: none;
}

ul.pagination .PAGING_LINK_NOW_PAGE, ul.pagination .PAGING_LINK_NOW_PAGE:hover
	{
	min-width: 0;
	min-height: 0;
	border-radius: 2px;
	background: #7c858e;
	box-shadow: none;
	padding: 0 1px;
	text-align: center;
	border: 1px solid #7c858e;
	/*font-weight: normal;*/
	color: #fff;
	width: 30px;
}

ul.pagination a .PAGING_TOP::after {
	color: #bbc8cb;
	content: "\f100";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

ul.pagination a .PAGING_TOP_DISABLE::after {
	color: #bbc8cb;
	content: "\f100";
	font-family: "Font Awesome 5 Free";
	/*font-weight: bold;*/
}

ul.pagination a .PAGING_BEFORE::after {
	color: #bbc8cb;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

ul.pagination a .PAGING_BEFORE_DISABLE::after {
	color: #bbc8cb;
	content: "\f104";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

ul.pagination .PAGING_NEXT::after {
	color: #bbc8cb;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

ul.pagination .PAGING_LAST::after {
	color: #bbc8cb;
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}

.MAX_SELECT_NOW_PAGE {
	background: none;
	border: none;
	color: #cc0000;
	/*font-weight: normal;*/
}

.pagingResultsShow {
	font-size: 1em;
	line-height: inherit;
}

.resultsDataNumber::before {
	content: "全\00a0";
	display: inline-block;
}

.resultsDataNumber::after {
	content: "\00a0件中\00a0\00a0\00a0\00a0";
	display: inline-block;
}

.resultsEndNumber::before, .favoritesEndNumber::before {
	content: "-\00a0\00a0";
	display: inline-block;
}

.resultsEndNumber::after, .favoritesEndNumber::after {
	content: "\00a0件";
	display: inline-block;
}

span.dataNumber:after {
	content: "商品のうち";
	padding-right: 0.25em;
}

span.endNumber:after {
	content: "件";
}

span.startNumber:after {
	content: "";
	padding: 0;
}

.alertMessage.alertMessage-important:before, span.alertMessageContentTitle:before,
	div.alertMessageContentTitle:before {
	content: "※";
}

.orderRow {
	border-radius: 0;
}

.contents .buttonArea {
	margin: 60px 0 10px;
}

@media screen and (max-width: 768px) {
	.topGroupName input.nameSei, .topGroupName input.nameMei {
		margin-right: calc(100% - 14em);
	}
	.topGroupName input.nameSeiKana, .topGroupName input.nameMeiKana {
		margin-right: calc(100% - 15em);
	}
	.topGroupName input.nameSei, .topGroupName input.nameMei, .topGroupName input.nameSeiKana,
		.topGroupName input.nameMeiKana {
		margin-bottom: 5px;
	}
	.topGroupName input.birthdayYear, .topGroupName input.birthdayMonth,
		.topGroupName input.birthdayDay {
		margin: 0 0 0 5px;
	}
	.topGroupName select#birthdayYear {
		display: block;
		width: auto;
		margin-bottom: 5px;
	}
	.topGroupName select#birthdayMonth, .topGroupName select#birthdayDay {
		margin-top: 0;
		margin-right: 0;
	}
	.birthdayMonthSuffixLabel, .birthdayDaySuffixLabel {
		display: inline-block;
		margin-top: 7px;
		margin-right: 10px;
	}
	.nameMeiSuffixLabel, .nameMeiKanaSuffixLabel, .postCode1SuffixLabel,
		.telNo1PostSuffixLabel, .mobileNo1PostSuffixLabel,
		.faxNo1PostSuffixLabel {
		display: block;
	}
	tfoot .PAGING_DETAILS_ROW td {
		padding-left: 0;
	}
	input.TEL_1, input.TEL_2, input.TEL_3 {
		width: 24%;
		padding: 8px 2px;
		font-size: 0.95em;
	}
	#buttonGroup {
		margin-top: 60px;
	}
}

/* Flexslider */
.flex-control-paging li a {
	width: 10px;
	height: 10px;
	background: rgba(214, 214, 214, 0.5);
	box-shadow: none;
}

.flex-control-paging li a.flex-active {
	background: rgba(125, 125, 125, 0.9);
}

/*--------------------------------------------------------
	個別ページ
-------------------------------------------------------*/
/* ニュース詳細 NewsDetail.jsp */
body#NewsDetail .inputGroup {
	display: flex;
	flex-wrap: wrap;
}

body#NewsDetail .newsTitle {
	font-size: 1.3em;
	font-weight: bold;
}

body#NewsDetail .inputGroup .displayPeriodStartItemWrap {
	order: 1;
	width: 100%;
	text-align: right;
	margin: -10px auto 10px;
}

body#NewsDetail .inputGroup .imageGroup {
	display: flex;
	justify-content: space-between;
	order: 3;
	width: 100%;
}

body#NewsDetail .inputGroup .imageGroup .imgWrap {
	max-width: 30%;
}

body#NewsDetail .inputGroup .newsContentItemWrap {
	order: 2;
	width: 100%;
	margin-bottom: 60px;
}

@media screen and (max-width: 641px) {
	body#NewsDetail .inputGroup .imageGroup {
		display: block;
	}
	body#NewsDetail .inputGroup .imageGroup .imgWrap {
		max-width: none;
		margin-bottom: 10px;
	}
}

/* 商品レビュー一覧 GoodsReviewList.jsp */
body#GoodsReviewList #results .DETAILS_ROW .resultsReviewTitleCol {
	padding: 30px 0 20px;
	border-bottom: 1px dashed #b0b0b0;
}

body#GoodsReviewList #results .DETAILS_ROW:first-child .resultsReviewTitleCol
	{
	padding-top: 10px;
}

body#GoodsReviewList .resultsReviewTitleCol {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	border: none;
}

body#GoodsReviewList .reviewTitle, body#GoodsReviewList .reviewContent {
	display: block;
	margin-bottom: 10px;
}

body#GoodsReviewList .reviewTitle {
	order: 1;
}

body#GoodsReviewList .reviewContent {
	order: 5;
	width: 100%;
	margin-top: 10px;
}

body#GoodsReviewList .evaluationPreLabel, body#GoodsReviewList .evaluationSuffixLabel
	{
	display: none;
}

body#GoodsReviewList .evaluation {
	order: 2;
	margin-right: 20px;
	color: #ff7800;
}

body#GoodsReviewList .addDate, body#GoodsReviewList .middleName {
	margin-right: 20px;
	font-size: 0.8em;
}

body#GoodsReviewList .addDate {
	order: 3;
}

body#GoodsReviewList .middleName {
	order: 4;
}

body#GoodsReviewList .middleName:after {
	content: " さん";
}

@media all and (-ms-high-contrast:none) { /* IE11 */
	*::-ms-backdrop, #results {
		display: block;
	}
	*::-ms-backdrop, #results tbody {
		display: block;
	}
	*::-ms-backdrop, #results tbody tr {
		display: block;
	}
	*::-ms-backdrop, #results tfoot {
		display: block;
	}
	*::-ms-backdrop, #results tfoot tr {
		display: block;
	}
	*::-ms-backdrop, #results tfoot tr td {
		display: block;
	}
}

/*--------------------------------------------------------
	インクルード系
-------------------------------------------------------*/

/* 新着 */

/* おすすめ */
.recommend_wrap {

}

.recommend_item {

}

/* ランキング */
.ranking_wrap {

}

.ranking_item.item::before {
	position: absolute;
	content: "";
	background-color: rgba(124, 133, 142, 0.8);
	border-radius: 50%;
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	left: 3px;
	top: 3px;
	z-index: 1;
}

.ranking_item.item.rank01::before {
	content: "1"
}

.ranking_item.item.rank02::before {
	content: "2"
}

.ranking_item.item.rank03::before {
	content: "3"
}

.ranking_item.item.rank04::before {
	content: "4"
}

.ranking_item.item.rank05::before {
	content: "5"
}

.ranking_item.item.rank06::before {
	content: "6"
}

.ranking_item.item.rank07::before {
	content: "7"
}

.ranking_item.item.rank08::before {
	content: "8"
}

.ranking_item.item.rank09::before {
	content: "9"
}

.ranking_item.item.rank10::before {
	content: "10"
}

.ranking_item.item::before:hover {
	transition: none;
}

/* 最近チェックした商品 */
.browsing_history_wrap .item_list[class$="col"] { /*スライダーが無いもの*/
	margin-left: -15px;
	margin-right: -15px;
}

.browsing_history_item {

}

@media screen and (max-width: 768px) {
	.browsing_history_wrap .item_list[class$="col"] { /*スライダーが無いもの*/
		margin-left: -5px;
		margin-right: -5px;
	}
	.item_8col .browsing_history_item.item {
		width: calc(99.9%/ 3 - 10px);
	}
}

/* 全てのカテゴリー一覧 all_categories_wrap */
.all_categories_wrap .section_inner {
	padding: 2em 0;
}

.all_categories_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.contents .all_categories_list .all_categories_title {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #363947;
	padding-bottom: 0.25em;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.all_categories_list div:not (:last-child ) {
	padding-right: 2%;
}

#wrap .all_categories_list div p img {
	display: inline-block;
	margin-right: 5px;
	width: 1.65em;
}

.contents .all_categories_list div li {
	font-size: 0.85em;
	padding-left: 0.5em;
}

@media screen and (max-width: 900px) {
	.all_categories_wrap {
		border: none;
		margin: 30px 0;
		padding: 0 10px;
	}
	.all_categories_wrap .section_inner {
		border: 1px solid #dbdbdb;
		padding: 0;
		width: 100%;
		border-radius: 3px;
	}
	.all_categories_wrap h2 {
		font-size: 1em;
		cursor: pointer;
		overflow: hidden;
		margin: 0;
		line-height: 1;
		padding: 0.8em 0.5em;
	}
	.all_categories_wrap h2::after {
		color: #bbc8cb;
		content: "\f078";
		font-family: 'Font Awesome 5 Free';
		line-height: 1;
		float: right;
		font-weight: bold;
	}
	.all_categories_wrap h2.open::after {
		content: "\f077";
	}
	.all_categories_list {
		display: none;
		/*margin-top: 10px;*/
	}
	.all_categories_list div:not (:last-child ) {
		padding-right: 0;
	}
	.contents .all_categories_list .all_categories_title {
		color: #363947;
		cursor: pointer;
		padding: 1em;
		border-top: 1px solid #dbdbdb;
		margin: 0;
		border-bottom: none;
		align-items: center;
	}
	.all_categories_list .all_categories_title::after {
		color: #bbc8cb;
		content: "\f078";
		font-family: 'Font Awesome 5 Free';
		line-height: 1;
		flex-grow: 1;
		text-align: right;
	}
	.all_categories_list .all_categories_title.open::after {
		content: "\f077";
	}
	.all_categories_list&gt;div&gt;ul {
		display: none;
	}
	.all_categories_list&gt;div&gt;ul li a {
		display: block;
		padding: 1em 1em 1em 2.5em;
		border-top: 1px dotted #dbdbdb;
	}
	.all_categories_list&gt;div&gt;ul li a::after {
		color: #bbc8cb;
		content: "\f054";
		font-family: 'Font Awesome 5 Free';
		float: right;
		font-weight: bold;
	}
}

/* その他のカテゴリー一覧 other_categories_wrap */
.other_categories_list ul {

}

.other_categories_list ul li {
	/*width: calc(99.9% / 5 - 20px);*/
	display: inline-block;
}

.other_categories_list ul li a {
	display: block;
	padding: 0 10px 10px;
}

.other_categories_list ul li a::before {
	color: #bbc8cb;
	font-size: 1em;
	padding-right: 0.25em;
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	font-weight: bold;
}

/* 各コンテンツ一覧へのリンク */
.link_to_list {
	text-align: right;
}

.link_to_list a {
	display: inline-block;
}

.link_to_list a::after {
	color: #bbc8cb;
	font-size: 1em;
	padding-left: 0.25em;
	font-family: 'Font Awesome 5 Free';
	content: '\f105';
	font-weight: bold;
}

.level_h1+.link_to_list, .level_h2+.link_to_list {
	margin-top: -1em;
}

/* 全ての商品を表示 */
.REmoreView.link_to_list a, .BHmoreView.link_to_list a {
	color: #363947;
	width: 100%;
}

.REmoreView.link_to_list a::after, .BHmoreView.link_to_list a::after {
	content: '\f107';
}

.REmoreView.link_to_list.opened a::after, .BHmoreView.link_to_list.opened a::after
	{
	content: '\f106';
}

/* 特集バナー */
.campaign_banner_wrap {

}

.campaign_banner_wrap [class*="col"] {
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -1.4%;
}

.campaign_banner_wrap [class*="col"]:not (:last-child ) {
	border-bottom: 1px dotted #dbdbdb;
	margin-bottom: 30px;
}

.campaign_banner_wrap [class*="col"] li {
	margin: 0 1.4% 30px 1.4%;
}

.campaign_banner_wrap [class*="col"] li a {
	display: block;
}

.campaign_banner_wrap [class*="col"] img {
	width: 100%;
}

.campaign_banner_wrap [class*="col"] li span {
	display: block;
	font-size: 0.9em;
	margin-top: 0.5em;
}

.campaign_banner_wrap .level_h3 {
	font-size: 1.1em;
	color: #7c858e;
}
/*4カラム*/
.campaign_banner_4col li {
	width: calc(99.9%/ 4 - 2.8%);
}
/*5カラム*/
.campaign_banner_5col li {
	width: calc(99.9%/ 5 - 2.8%);
}
/*8カラム*/
.campaign_banner_8col li {
	width: calc(99.9%/ 8 - 2.8%);
}

@media screen and (max-width: 641px) {
	.campaign_banner_wrap [class*="col"] {
		margin-left: -5px;
		margin-right: -5px;
	}
	.campaign_banner_wrap [class*="col"] li {
		width: calc(99.9%/ 2 - 10px);
		margin: 0 5px 10px 5px;
	}
}

/* コラム バナー */
.column_wrap {

}

.column_inner {
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 -1.4%;
}

.column_inner li {
	margin: 0 1.4% 30px 1.4%;
	width: calc(99.9%/ 2 - 2.8%);
}

@media screen and (max-width: 641px) {
	.column_inner {
		margin-left: -5px;
		margin-right: -5px;
	}
	.column_inner li {
		width: 100%;
		margin: 0 5px 10px 5px;
	}
}

/* コラム テキスト */
.column_list_wrap {

}

.column_list_inner {
	display: -webkit-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.column_list_item {
	margin: 15px;
	border: 1px solid #dbdbdb;
	width: calc(99.9%/ 3 - 30px);
	padding: 10px;
}

.column_list_item a {
	display: -webkit-box;
	display: flex;
}

#wrap .column_list_item img {
	max-width: 100px;
}

.column_list_item dl {
	margin-left: 15px;
}

.column_list_item dt {
	font-weight: bold;
}

.column_list_item dd {
	font-size: 0.9em;
	line-height: 1.6;
	margin-top: 0.5em;
}

@media screen and (max-width: 900px) {
	.column_list_item {
		width: calc(99.9%/ 2 - 30px);
	}
	#wrap .column_list_item img {
		max-width: 80px;
	}
}

@media screen and (max-width: 641px) {
	.column_list_inner {
		margin: 0;
	}
	.column_list_item {
		border: none;
		border-top: 1px solid #dbdbdb;
		margin: 0;
		width: 100%;
	}
}

/* 告知バナー */
.feature_banner_pc {
	display: block;
}

.feature_banner_sp {
	display: none;
}

.feature_banner_wrap {

}

.feature_banner_wrap_inner {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.feature_banner_item {
	margin: 15px;
	width: calc(99.9%/ 2 - 30px);
}

.feature_banner_item .level_h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4;
}

@media screen and (max-width: 768px) {
	.feature_banner_pc {
		display: none;
	}
	.feature_banner_sp {
		display: block;
	}
	.feature_banner_wrap_inner {
		display: block;
		margin: 0;
	}
	.feature_banner_item {
		margin: 0 0 30px;
		width: 100%;
	}
}

/* 緊急告知 */
.notification {
	max-width: 1240px;
	width: calc(99.9% - 40px);
	margin: 0 auto 20px auto;
}

.notification ul {
	border: 1px solid #c5484f;
	padding: 10px;
}

.notification ul li, .notification ul li a {
	color: #c5484f;
}

.notification ul li {
	font-size: 0.9em;
	padding-left: 1em;
	text-indent: -1em;
}

.notification ul li:not (:first-child ) {
	padding-top: 0.5em;
}

.notification ul li::before {
	content: "・";
}

.notification ul li a:hover {
	opacity: 0.75;
}

@media screen and (max-width: 641px) {
	.notification {
		width: calc(99.9% - 20px);
	}
}

/*--------------------------------------------------------
	共通クラス
-------------------------------------------------------*/
.max-1200 {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.new-line {
	display: block;
}

.new-line-sp {
	display: inline;
}

/* フォントサイズ */
.font-reset {
	font-size: 15px;
}

.font-12 {
	font-size: 12px;
}

.font-14 {
	font-size: 14px;
}

.font-18 {
	font-size: 18px;
}

.font-20 {
	font-size: 20px;
}

.font-22 {
	font-size: 22px;
}

.font-25 {
	font-size: 25px;
}

.font-27 {
	font-size: 27px;
}

.font-30 {
	font-size: 30px;
}

.font-35 {
	font-size: 35px;
}

.font-50 {
	font-size: 50px;
}

/* 背景色 */
.back-white {
	background-color: #FFFFFF;
}

.back-lightgray {
	background-color: #f7f5f6;
}

.back-gray {
	background-color: #B3B6B7;
}

.back-black {
	background-color: #363947;
}

/* 文字色 */
.black {
	color: #363947;
}

.gray {
	color: #B3B6B7;
}

.white {
	color: #fff;
}

.red {
	color: #cc0000;
}

.beige {
	color: #AF9164;
}

/* レスポンシブ用要素表示非表示 */
#wrap .sp-displayBlock {
	display: none;
}

#wrap .sp-displayInlineBlock {
	display: none;
}

#wrap .pc-displayBlock {
	display: block;
}

#wrap .pc-displayInlineBlock {
	display: inline-block;
}

@media screen and (max-width: 641px) {
	#wrap .sp-displayBlock {
		display: block;
	}
	#wrap .sp-displayInlineBlock {
		display: inline-block;
	}
	#wrap .pc-displayBlock {
		display: none;
	}
	#wrap .pc-displayInlineBlock {
		display: none;
	}
}

@media screen and (max-width: 641px) {
	/* フォントサイズ */
	.fontSP-reset {
		font-size: 15px;
	}
	.fontSP-12 {
		font-size: 12px;
	}
	.fontSP-14 {
		font-size: 14px;
	}
	.fontSP-18 {
		font-size: 18px;
	}
	.fontSP-20 {
		font-size: 20px;
	}
	.fontSP-22 {
		font-size: 22px;
	}
	.fontSP-25 {
		font-size: 25px;
	}
	.fontSP-27 {
		font-size: 27px;
	}
	.fontSP-30 {
		font-size: 30px;
	}
	.fontSP-35 {
		font-size: 35px;
	}
	.fontSP-50 {
		font-size: 50px;
	}

	/* 背景色 */
	.backSP-white {
		background-color: #FFFFFF;
	}
	.backSP-lightgray {
		background-color: #f7f5f6;
	}
	.backSP-gray {
		background-color: #B3B6B7;
	}
	.backSP-black {
		background-color: #4C4C4C;
	}

	/* 文字色 */
	.SP-black {
		color: #4C4C4C;
	}
	.SP-gray {
		color: #B3B6B7;
	}
	.SP-white {
		color: #fff;
	}
	.SP-red {
		color: #cc0000;
	}
	.SP-beige {
		color: #AF9164;
	}
	.sp-on {
		display: block;
	}
}

/*@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?p4eot4');
  src:  url('../fonts/icomoon.eot?p4eot4#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?p4eot4') format('truetype'),
    url('../fonts/icomoon.woff?p4eot4') format('woff'),
    url('../fonts/icomoon.svg?p4eot4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/
.icon-magnifier:before {
	content: "\e900";
}

.icon-shopping-cart:before {
	content: "\e901";
}

.icon-menu:before {
	content: "\e902";
	color: #A1D8E6;
}

.icon-favorite:before {
	content: "\e903";
}

.icon-speech-bubble:before {
	content: "\e904";
}

.icon-iconmonstr-lock-3:before {
	content: "\e905";
}

.icon-iconmonstr-user-5:before {
	content: "\e906";
}

.icon-qa-q:before {
	content: "\e907";
}

.icon-qa-a:before {
	content: "\e908";
}

.gnav_category_name {
	position: relative;
	width: 100%;
}
.gnav_category_name &gt; a {
	color: #e63182;
}

.twoColumns {
	padding-top: 0 !important;
}

.pagePartsHtmlText {
	position: relative;
}

/*headerのカテゴリの区切り線が短いので修正*/
.gnav_list:nth-child(n+3)::before {
	height: 100%;
}

.gnav_list:not (:first-child )::before {
	margin: 0px 0;
}

/*headerSeachの違和感のあるpadding修正*/
.header_search_inner {
	padding: 5px 10px;
}
/*「キーワードから講座を探す」の文言を一行で表示させる処理*/
.search_box_title {
	white-space: nowrap;
}

.gnav_list:not(:first-child)::before {
    margin: 0;
}

@media screen and (max-width: 641px) {
	/*スマホ時に最初のカテゴリにのみ不思議な左線がでてしまうので削除*/
	.gnav_list:not(:first-child )::before {
		border-left: none;
	}
	.header_links .short_course_wrap .place&gt;div, .header_links .short_course_wrap .date&gt;div
		{
		display: unset;
	}

	.course_all, .instructor, .ajesthe {
		height: 35px;
	}

	.gnav_list a {
		padding: 6px 5px;
	}
}

@media screen and (max-width: 768px) {
	/*「会場から」という文言の位置調整*/
	#placeTitle {
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
		font-size: 0.9em;
		font-weight: bold;
	}
}

@media screen and (max-width: 480px) {
	.slick_carousel_wrap .slick-slider .slick-list {
		padding-right: 0px;
	}
}
div[id^="newItemSalesGoodsName_"], div[id^="recommendItemSalesGoodsName_"], div[id^="checkItemSalesGoodsName_"] {
    width: auto;
}

.goods-slick.slick-arrow {
    background-color: gray;
}

@media screen and (max-width: 641px) {
	#scrollUp, #scrollUp:after {
	    visibility: hidden;
	}
}</pre></body></html>