@charset "utf-8";

/* ---------------------------------------------
CSS Info
 File name:  layout.css
 Style Info: 共通レイアウト
------------------------------------------------ */
.ctnr {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

@media all and (max-width:767px) {
	.pc-only {display: none;}
}
@media all and (min-width:768px) {
	.sp-only {display: none;}
}


/* HEADER
------------------------------------------------ */
.l-header {
	position: relative;
	/*PTS change background HEADER*/
	/* background: #ffffff; */
	background: #5c3d2a;
	color: #FFF;
}
/*PTS change color HEADER*/
/* .l-header a {color: #5c3d2a;} */
.l-header a {color: #FFF;}
.l-header-logo img {vertical-align: bottom;}
button.drawer-toggle.drawer-hamburger:focus{
	outline: none !important;
}
@media all and (max-width:1100px) {
	.view-cat_sp a {
		background: #fff;
	}
	
	.idx-ranking-ttl .ttl {
		text-align: left;
	}
	
	.container-calendar {
		margin: 20px auto!important;
	}
	
	.ec-layoutRole__footer {
		padding-top: 50px;
	}
	.ec-login__new-member {
		width: 80%!important;
		background: #fff!important;
	}
	/* .gallery-top {
		width: 100%;
	} */
	.l-header {
		position: fixed;
		z-index: 999;
		width: 100%;
		/* height: 100px; */
		height: auto;
		top: 0;
		left: 0;
	}
	.l-header-logo img {
		width: auto;
		height: 60px;
		/* margin-top: 20px; */
	}
	.header-mobile-btn {
		position: absolute;
		top: 0;
		right: 51px;
	}
	.header-mobile-btn img {
		width: auto;
		height: 20px;
		vertical-align: bottom;
	}
	.header-mobile-btn {
		/* height: 100px; */
		height: 100%;
		width: 100px;
		/* PTS change border HEADER */
		/* border-left: 1px solid #5c3d2a; */
		border-left: 1px solid #FFF;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.header-mobile-btn li {
		/* margin-right: 10px; */
		/* padding-top: 17px; */
		width: 100px;
		/* height: 100px; */
		/* PTS change border HEADER */
		/* border-right: 1px solid #5c3d2a; */
		border-right: 1px solid #FFF;
	}
	.header-mobile-btn li a {
		display: block;
		height: 40px;
		padding-top: 17px;
		line-height: 1;
		text-align: center;
		width: 49px;
	}
	.header-mobile-btn li a span {
		display: block;
		margin-top: 2px;
		font-size: 10px;
		text-align: center;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}

	.l-header-nav,
	.l-header-right {display: none;}

	.drawer-hamburger {
		position: fixed;
		z-index: 501;
		display: block;
		top: 0px;
        height: 40px;
		width: 50px;
		padding: 0;
		border: 0;
		outline: 0;
		/* PTS change background HEADER */
		/* background: #FFF; */
		background: #5c3d2a;
	}
	.drawer-hamburger-icon:hover {cursor: pointer;}
	.drawer-hamburger-icon {
		position:absolute;
		display: block;
		width: 20px;
		height: 2px;
		/* bottom: 3px; */
		left: 15px;
		/* PTS change background HEADER */
		/* background: #5c3d2a; */
		background: #FFF;
	}
	.drawer-hamburger-icon:before,
	.drawer-hamburger-icon:after {
		position: absolute;
		content: "";
		height: 2px;
		left: 0;
		/* PTS change background HEADER */
		/* background: #5c3d2a; */
		background: #FFF;
		-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	.drawer-hamburger-icon:before {width: 20px;}
	.drawer-hamburger-icon:after {width: 20px;}
	.drawer-hamburger-icon:before {bottom: -6px;}
	.drawer-hamburger-icon:after {bottom: -12px;}
	.drawer-open .drawer-hamburger-icon {background-color: transparent;}
	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after {top: 6px;}
	.drawer-open .drawer-hamburger-icon:before {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.drawer-open .drawer-hamburger-icon:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.drawer-hamburger-label {
		position: absolute;
		display: block;
		width: 100%;
		/* margin-top: 32px; */
		margin-top: 18px;
		left: 0;
		font-size: 10px;
		/* PTS change color HEADER */
		/* color: #5c3d2a; */
		color: #FFF;
		text-align: center;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
	.drawer-open {overflow: hidden !important;}
	.drawer-overlay {
		position: fixed;
		z-index: 500;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, .75);
	}
	.drawer-open .drawer-overlay {display: block;}
	.drawer-nav {
		position: fixed;
		z-index: 501;
		overflow: hidden;
		top: -100%;
		left: 0;
		width: 100%;
		height: auto;
		max-height: 100%;
		padding: 40px 0 0 0;
		background-color: rgba(255,255,255,1);
		color: #000;
		line-height: 1;
		overflow-y: scroll;
		-webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
		transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}
	.drawer--top.drawer-open .drawer-nav {
		top: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch !important;
	  }
	.drawer--top .drawer-hamburger,
	.drawer--top.drawer-open .drawer-hamburger {right: 0;}
	
	#mobileNavi .mn-wrap {
		padding: 8px 0 24px 0;
		font-size: 15px;
	}
	#mobileNavi .mn-main-nav {border-bottom: 1px solid #222;}
	#mobileNavi .mn-main-nav li:not(:first-child) {border-top: 1px solid #222;}
	#mobileNavi .mn-main-nav > li > a,
	#mobileNavi .mn-main-nav > li > span {
		position: relative;
		display: block;
		width: 100%;
		padding: 1em 5vw;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3;
		color: #5c3d2a;
	}
	#mobileNavi .mn-main-nav a:after {
		position: absolute;
		content: "";
		width: 7px;
		height: 12px;
		top: calc(50% - 6px);
		right: 0;
		background: url("../img/common/arrow_bl.svg") no-repeat;
		background-size: 7px 12px;
		}
	#mobileNavi .mn-main-nav a br {display: none;}
	#mobileNavi .mn-main-nav .acrd_child {display: none;}
	#mobileNavi .mn-main-nav .select-box-category ul.select-item:nth-child(1) > li {background: #93cfd4;}
	#mobileNavi .mn-main-nav .select-box-category ul.select-item:nth-child(2) > li {background: #f793b0;}
	#mobileNavi .mn-main-nav .select-box-category .select-item .acrd_menu {
		position: relative;
		display: block;
		width: 100%;
		padding: 1em 5vw 1em 10vw;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3;
		color: #FFF;
	}
	#mobileNavi .mn-main-nav>li{
		background: white;
	}
	#mobileNavi .mn-main-nav .top_page{
		border-bottom: 1px solid #222;
	  }
	  
	#mobileNavi .mn-main-nav .select-item .acrd_menu:after {
		position: absolute;
		display: block;
		width: 100%;
		padding: 1em 5vw 1em 10vw;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3;
		color: #FFF;
	}
	.select-box.active-box-category{
		border-top: 0px !important;
		width: 100%;
	}
	#mobileNavi .mn-main-nav .select-item .acrd_menu.active:after {
		content: "\f0d8";
	}
	#mobileNavi .mn-main-nav .select-box-category .acrd_child {background: #FFF;}
	#mobileNavi .mn-main-nav .select-box-category .acrd_child a {
		display: block;
		width: 100%;
		padding: .75em 5vw .75em 15vw;
		font-size: 15px;
		font-weight: bold;
		line-height: 1.3;
	}
	#mobileNavi .mn-main-nav .select-box-category ul:nth-child(1) .acrd_child a {color: #93cfd4;}
	#mobileNavi .mn-main-nav .select-box-category ul:nth-child(2) .acrd_child a {color: #f793b0;}
	#mobileNavi .mn-sub-nav {
		margin: 16px 5vw;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#mobileNavi .mn-sub-nav li {width: calc(50% - 8px / 2);}
	#mobileNavi .mn-sub-nav li a {
		display: block;
		width: 100%;
		padding: 1em;
		border-radius: 8px;
		font-size: 11px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		color: #FFF;
	}
	#mobileNavi .mn-sub-nav li a.login {background: #f09b6d;}
	#mobileNavi .mn-sub-nav li a.signup {background: #93cfd4;}
	#mobileNavi .mn-sub-nav li a span {
		position: relative;
		padding-left: 20px;
	}
	#mobileNavi .mn-sub-nav li a.login span:before {background-image: url("../images/common/icon_key_home.svg");}
	#mobileNavi .mn-sub-nav li a.signup span:before {background-image: url("../images/common/icon_user2_home.svg");}
	#mobileNavi .mn-sub-nav li a span:before {
		position: absolute;
		content: "";
		width: 14px;
		height: 14px;
		top: calc(50% - 7px);
		left: 0;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	  }
	  #mobileNavi .mn-contact {margin-top: 16px;}
	  #mobileNavi .mn-contact a {
		display: block;
		widows: 100%;
		height: 48px;
		line-height: 48px;
		border-radius: 24px;
		font-size: 14px;
		font-weight: 700;
		color: #FFF;
		text-align: center;
	  }
	  #mobileNavi .mn-contact a span {
		position: relative;
		padding-right: calc(1em + 7px);
	  }
	  #mobileNavi .mn-contact a span:after {
		position: absolute;
		display: block;
		content: "";
		right: 0;
		top: calc(50% - 6px);
		width: 7px;
		height: 12px;
		background: url(../img/common/arrow_wh.svg) no-repeat right center;
		background-size: auto 12px;
	  }
	  #mobileNavi .mn-contact a.request {
		margin-bottom: 8px;
		background: #8bc43f;
	}
	#mobileNavi .mn-contact a.online {background: #2f3391;}
	#mobileNavi .mn-contact a:hover {background: #f2542d;}
	
	.mobile-header-search {
		/* margin-top: 100px !important; */
		margin-top: 60px !important;
		padding: 8px 5vw;
		border-top: 1px solid #EEE;
		border-bottom: 1px solid #EEE;
	}
	.mobile-header-search,
	.mh-search-body form {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mh-search-ttl {width: 55px;}
	.mh-search-body {
		margin-left: 4px;
		font-size: 12px;
	}
	.mh-search-select,
	.mh-search-txt {
		width: 112px;
		padding: .5em;
		margin: 0;
		border: 1px solid #777;
	}
	.mh-search-txt {border-left: none;}
	.mh-search-submit {
		width: 32px;
		height: 32px;
		line-height: 32px;
		margin-left: 4px;
		background: #f8c6be;
		border: 1px solid #777;
		border-radius: 4px;
		font-size: 20px;
		text-align: center;
		color: #FFF;
	}
  
  .ios { /*--- iphone対策 ---*/
    overflow: auto;
    height: 100%;
  }
}
@media all and (min-width:1101px) {
	.l-header-inr.ctnr,
	.l-header-left {
		padding : 0px !important;
	}
	.l-header-inr,
	.l-header-left,
	.l-header-nav,
	.l-header-nav-list,
	.l-header-subnav,
	.l-header-r-btm,
	.l-header-btn {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.l-header-inr {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
	}
	.l-header-inr,
	.l-header-left,
	.l-header-nav,
	.l-header-r-btm {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		/* padding: 7px 0px 7px 0px; */
	}
	.l-header-nav{
		padding: 0;
	}
	.l-header-logo img {
		width: 200px;
		/* height: auto; */
		height: 106px;
		object-fit: cover;
	}
	.l-header .l-header-nav {
		margin-left: 24px;
		color: #FFF;
		flex-direction: column;
	}
	.l-header .l-header-nav > p {
		font-size: 18px;
		font-weight: bold;
		/*PTS change color HEADER*/
		/* color: #5c3d2a !important; */
		color: #FFF !important;
	}
	.l-header .l-header-nav-list {
		height: 40px;
		margin-top: 7px;
		padding: 4px 10px 2px 10px;
		border: 2px solid #5c3d2a;
		border-radius: 2px;
		position: relative;
		margin-left: 12px;
		background: #FFF;
	}
	.l-header-nav-list>li{
		position: relative;
	}
	.l-header .l-header-nav-list > li:not(:last-child) {margin-right: 30px;}
	.l-header .l-header-nav-list > li > a {
		display: block;
		color: #5c3d2a;
	}
	.l-header .l-header-nav-list > li > a i {margin-right: .25em;} 
	.l-header .l-header-nav-list > li > a:hover {text-decoration: underline;}
	.l-header .l-header-nav-list > li:hover .megamenu {
		display: block;
		max-height: 9999px;
		opacity: 1;
		padding: 24px;
	}
	.l-header .l-header-nav-list .megamenu {
		display: none;
		position: absolute;
		background: #5c3d2a;
		border: 4px solid #FFF;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		width: 600px;
		top: 100%;
		left: -16px;
		transition: all .2s ease-in;
		z-index: 999;
	}
	.l-header .l-header-nav-list .megamenu-inr {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.l-header .l-header-nav-list .megamenu-inr li {
		width: calc(33.33333% - 16px / 3);
		margin: 8px 0;
	}
	.l-header .l-header-nav-list .megamenu-inr li:not(:nth-child(3n)) {margin-right: 8px;}
	.l-header .l-header-nav-list .megamenu-inr li a {
		display: block;
		width: 100%;
		padding: .5em .75em;
		background: #FFF;
		font-size: 12px;
		color: #424242;
	}
	.l-header .l-header-nav-list .megamenu-inr li a:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f00c";
		margin-right: 4px;
		color: #5c3d2a;
	}
	.l-header .l-header-nav-list .megamenu-inr li a:hover {
		background: #f8c6be;
	}

	.l-header-subnav a {
		position: relative;
		padding-left: 20px;
		font-size: 14px;
		line-height: 1;
		/*PTS change color HEADER*/
		/* color: #5c3d2a !important; */
		color: #FFF;
	}
	/* PTS change icon */
	.l-header-subnav a.h_home:before {background-image: url("../images/common/icon_home_wh.svg");}
	.l-header-subnav a.h_guide:before {background-image: url("../images/common/icon_car_wh.svg");}
	.l-header-subnav a.h_contact:before {background-image: url("../images/common/icon_mail_wh.svg");}
	.l-header-subnav a.h_company:before {background-image: url("../images/common/icon_office_wh.svg");}
	/* .l-header-subnav a.h_home:before {background-image: url("../images/common/icon_home_home.svg");}
	.l-header-subnav a.h_guide:before {background-image: url("../images/common/icon_car_home.svg");}
	.l-header-subnav a.h_contact:before {background-image: url("../images/common/icon_mail_home.svg");}
	.l-header-subnav a.h_company:before {background-image: url("../images/common/icon_office_home.svg");} */
	.l-header-subnav a:before {
		position: absolute;
		display: block;
		content: "";
		width: 16px;
		height: 14px;
		left: 0;
		top: calc(50% - 7px);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}
	.l-header-right a:hover {color: #f09b6d;}
	.l-header-subnav li {margin-left: 41px;}
	.l-header-subnav li:nth-child(1){
		margin-left: 2px;
	}
	.l-header-subnav{
		justify-content: flex-start;
	}
	.l-header-btn li:not(:last-child) {margin-right: 30px;}
	.l-header-btn a {
		position: relative;
		padding-left: 18px;
		font-size: 12px;
		line-height: 1;
	}
	/*  PTS change icon HEADER */
	.l-header-btn a.h_cart:before {background-image: url("../images/common/icon_cart_wh.svg");}
	.l-header-btn a.h_user:before {background-image: url("../images/common/icon_user_wh.svg");}

	/* .l-header-btn a.h_cart:before {background-image: url("../images/common/icon_cart_home.svg");color: #5c3d2a;}
	.l-header-btn a.h_user:before {background-image: url("../images/common/icon_user_home.svg");} */
	.l-header-btn a:before {
		position: absolute;
		display: block;
		content: "";
		width: 14px;
		height: 14px;
		left: 0;
		top: calc(50% - 7px);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: contain;
	}
	.ec-headerSearch__keyword {
		border: 2px solid #5c3d2a;
		border-radius: 5px;
		position: relative;
		width: 270px;
		margin-right: 16px;
		color: #444;
		background-color: #FFF;
		margin-top: 10px;
	}
	.l-header-search {
		width: 100%;
		padding: .5em .75em;
		border-radius: 4px;
		background: #FFF;
		border: none;
		box-shadow: none;
		margin-bottom: 0;
		margin-right: 10px;
	}
	.ec-headerSearch__keywordBtn {
		opacity: .5;
		border: 0;
		background: none;
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-55%);
		display: block;
		white-space: nowrap;
		z-index: 1;
	}
	.ec-headerSearch__keyword .ec-icon {
		width: 22px;
		height: 22px;
	}
	.ec-layoutRole__footer{
		padding-top: 50px;
	}
	.ec-headerNaviRole img {width: 100%;}
	
	.header-mobile-btn,
	.drawer-hamburger,
	.mobile-header-search,
	#mobileNavi {display: none;
		color: #5c3d2a
	}
}
@media all and (min-width: 1201px) {
	.l-header .l-header-nav{
		padding: 7px 0px 7px 0px;
	}
}

/* メインコンテンツ
------------------------------------------------ */
.l-main {
	display:block; /* IE対策 */
	overflow: hidden;
}

@media all and (max-width:767px) {
	.l-main {padding-bottom: 48px;}
	.anchor {
		margin-top: -48px;
		padding-top: 48px;
	}
}
@media all and (min-width:768px) {
	.l-main {padding-bottom: 64px;}
}
@media all and (min-width:1024px) {
	.has-side {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
	.has-side .main-wrap {flex: 1;}
	.has-side .side-wrap {
		width: 240px;
		margin-right: 40px;
	}
}
@media all and (min-width:1280px) {
	.has-side .side-wrap {
		width: 320px;
		margin-right: 48px;
	}
}


/* SIDEBAR
------------------------------------------------ */
.side-item img {vertical-align: bottom;}
.container-calendar {margin-top: 40px;}

.container-calendar {
	width: 100%;
    max-width: 480px;
    margin: 0 auto;
    overflow: auto;
    padding: 12px;
	background: #fff;
}
.table-calendar {
	font-size: 12px;
	border: 1px solid #e7e6ee;
}
.table-calendar th {
	background: #f9efe0;
	color: #444;
}
.button-container-calendar button {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #f09b6d;
    color: #fff;
    border: 1px solid #f09b6d;
    border-radius: 4px;
    padding: 4px 8px;
}
.table-calendar {
    border-collapse: collapse;
    width: 100%;
}
.table-calendar td,
.table-calendar th {
    padding: 5px;
    border: 1px solid #e7e6ee;
    text-align: center;
    vertical-align: top;
}
.date-picker.selected {
    font-weight: bold;
    background: #92cfd3;
}
.date-picker.selected span {
	border-bottom: 2px solid currentColor;
}

.date-picker.current-holiday span {
    border-bottom: 2px solid currentColor;
}
/*
.date-picker:nth-child(1),
.date-picker:nth-child(7),
.holiday,
.current-holiday {
	background: #f8c6be;
}
*/
.date-picker:nth-child(1) span,
.date-picker:nth-child(7) span,
.holiday span, .current-holiday span{
  border:2px solid #f8c6be;
  border-radius: 50%;
  display: inline-block;
  width: 22px;
	height: 22px;
	line-height: 15px;
	}
	
.fa-square:before{
	content: ""!important;
	border:2px solid #f8c6be;
	border-radius: 50%;
	display: inline-block;
  width: 23px;
	height: 23px;
	vertical-align: middle;
}
#monthAndYear {
    text-align: center;
    margin-top: 0;
}
.button-container-calendar {
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
    clear: both;
}
.button-container-calendar #previous {float: left;}
.button-container-calendar #next {float: right;}
.footer-container-calendar {
	text-align: center;
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
}
.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}

@media all and (max-width:1023px) {
	.side-wrap {margin-top: 40px;}
	.side-wrap .side-btn {display: none;}
	.side-mb-box {
		margin-bottom: 16px;
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.side-mb-box .side-item {width: calc(50% - 12px / 2);}
	.side-item {text-align: center;}
}
@media all and (min-width:1024px) {
	.side-wrap .side-btn a {
		display: block;
		width: 100%;
		text-align: center;
		border-radius: 8px;
		margin-bottom: 16px;
		padding: 12px 16px;
		font-size: 24px;
		font-weight: bold;
		transition: 0.3s;
		color: #FFF !important;
	}
	.side-wrap .side-btn a i {color: #FFF !important;}
	.side-wrap .side-btn a:hover {
		opacity: .65;
	}
	.side-mb-box {margin-top: 24px;}
	.side-item {margin-bottom: 16px;}
}


/* FOOTER
------------------------------------------------ */
.l-footer {
	background-color: white;
	padding-top: 24px;
	border-top: 1px solid #EEE;
}
.footer-contents {
	margin-top: 16px;
	color: #888;
}
.footer-logo {text-align: center;}
.footer-logo img {vertical-align: bottom;}
.footer-logo:hover {opacity: .75;}

.footer-contents {
	position: relative;
/*	width: 90%; */
width: 692px;
	max-width: 1000px;
	margin: 0 auto;
	padding: 24px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	line-height: 1.5;
}
.footer-contents:before {
	position: absolute;
	content: "";
	background: #93cfd4;
	width: 100%;
	height: 6px;
	left: 0;
	top: 0;
}
.footer-contents .ft-ttl {
	width: fit-content;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(223, 223, 223);
	margin-bottom: .75em;
	font-weight: bold;
	color: #f793b0;
}
.footer-contents .name {font-weight: bold;}
.footer-contents .ft-info .adr {
	margin: 1em 0;
	line-height: 1.5;
}
.footer-contents .ft-sub-btn a {color: #888;}
.footer-contents .ft-sub-btn a i {
	margin-right: .25em;
	color: #93cfd4 !important;
}
.footer-contents .ft-sub-btn a:hover {color: #93cfd4;}

.footer-contents .ft-sns {
	width: fit-content;
	border-bottom: 1px solid rgb(206, 206, 206);
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.footer-contents .ft-sns li:not(:last-child) {margin-right: 8px;}
.footer-contents .ft-sns a {
	font-size: 32px;
	color: #93cfd4 !important;
}
.footer-contents .ft-sns a:hover {color: #f793b0 !important;}
.footer-copy {
	padding: 1em 0;
	background: #5c3d2a;
	font-size: 10px;
	text-align: center;
	color: #878787;
}

@media all and (max-width:767px) {
	.footer-logo img {width: 200px;}
	.footer-mb-nav {
		margin: 24px 5vw 0;
		padding: 16px;
		letter-spacing: -.4em;
		border-top: 6px solid #93cfd4;
		text-align: center;
		line-height: 1.5;
	}
	.footer-mb-nav li {
		display: inline-block;
		letter-spacing: normal;
		font-size: 11px;
		font-weight: bold;
	}
	.footer-mb-nav li:not(:last-child) {margin-right: 8px;}
	.footer-mb-nav li:not(:last-child):after {
		content: "\002f";
		margin-left: 8px;
	}
	.footer-mb-nav li a {color: #878787;}
	.footer-contents .footer-item {width: calc(50% - 16px / 2);}
	.footer-contents .name {font-size: 14px;}
	.footer-contents .ft-info .adr {font-size: 11px;}
	.footer-contents .ft-sub-btn {font-size: 12px;} 
	.footer-contents .ft-navi {display: none;}
}
@media all and (min-width:768px) {
	.footer-mb-nav {display: none;}
	.footer-contents {padding: 32px 0 64px;}
	.footer-contents:before {
		width: 600px;
		left: calc(50% - 300px);
	}
/*	.footer-contents .footer-item {width: calc(33.33333% - 48px / 3);}*/
	.footer-contents .ft-ttl {font-size: 24px;}
	
	.ft-navi-list li:not(:last-child) {margin-bottom: .25em;}
	.ft-navi-list li a {color: #888;}
	.ft-navi-list li a:hover {color: #93cfd4;}
	.footer-contents .ft-sns li:not(:last-child) {margin-right: 16px;}
	.footer-contents .ft-sns a {font-size: 48px;}
  
	.footer-copy {
		background: #93cfd4;
		font-size: 14px; 
	}
}


/* 共通要素
------------------------------------------------ */
.cm-cat-list li {margin-bottom: 12px;}
.cm-cat-list li a {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #444;
	line-height: 1.5;
}
.cm-cat-list li a:hover {color: #f793b0;}
.cm-cat-list li .thumb img {
	vertical-align: bottom;
	border: 1px solid #f793b0;
}

.cm-cat-list li .desc {
	position: relative;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	flex: 1;
}
.cm-cat-list li .desc:before {
	position: absolute;
	display: block;
	content: "";
	width: 15px;
	height: 12px;
	background: url("../images/common/arw_pink.png") no-repeat;
	background-size: contain;
	left: 0;
	top: calc(50% - 6px);
}

.cm-btn a {
	display: inline-block;
	padding: .25em .5em;
	border: 1px solid #5c3d2a;
	background: #FFF;
	text-align: center;
}
.cm-btn a i {margin-left: .5em;}
.cm-btn.bl a {color: #93cfd4;}
.cm-btn.bl a:hover {
	background: #93cfd4;
	color: #FFF;
}
.cm-btn.pk a {color: #f793b0;}
.cm-btn.pk a:hover {
	background: #f793b0;
	color: #FFF;
}

@media all and (max-width:1023px) {
	.cm-cat-list {
		padding: 16px 16px 4px 16px;
		background: #FFF;
	}
	.cm-cat-list li .thumb {width: 64px;}
	
	.tab-pdct {
		background: #f793b0;
		border:1px solid #f793b0;
		margin: 0 auto;
	}
	.tab-pdct .tab_item {
		display: block;
		width: 50%;
		padding: 1em 0;
		background: #FFF;
		text-align: center;
		color: #f793b0;
		float: left;
		font-weight: bold;
		transition: all 0.2s ease;
	}
	.tab-pdct .tab_item:hover {
	  opacity: 0.75;
	}
	.tab-pdct input[name="tab_item"] {
	  display: none;
	}
	.tab-pdct .tab_content {
	  display: none;
	  padding: 16px;
	  clear: both;
	  overflow: hidden;
	}
	.tab-pdct #tab1:checked ~ #tab1_content,
	.tab-pdct #tab2:checked ~ #tab2_content {
	  display: block;
	}
	.tab-pdct input:checked + .tab_item {
	  background: #f793b0;
	  color: #fff;
	}
}
@media all and (min-width:768px) and (max-width:1023px) {
	.cm-cat-list {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.cm-cat-list li {
		width: calc(50% - 24px / 2);
	}
}
@media all and (min-width:1024px) {
	.cm-cat-list li {margin-bottom: 16px;}
	.cm-cat-list li .thumb {width: 96px;}
	.cm-cat-list li .desc {
		padding-left: 40px;
		font-size: 18px;
	}
	.cm-cat-list li .desc:before {
		width: 30px;
		height: 24px;
		top: calc(50% - 12px);
	}
	
	.cm-btn a {font-size: 24px;}
}
@media all and (min-width:1280px) {
	.cm-cat-list li .thumb {width: 128px;}
	.cm-cat-list li .desc {font-size: 22px;}
}

.hide-filter{
	max-height:0px !important;
	transition: all 1s !important;
	overflow:hidden;
	padding: 0;
  }
  .form-filter{
	max-height:1000px;
	transition: all 1s;
	overflow:hidden;
  }
  .select-box-category {
	  max-height:0px;
	  transition: all 0.5s;
  }
  .show {
	max-height:500px;
	transition: all 1.5s;
  }
  .no_product_set .classQuantity{
	margin-bottom: 10px;
  }

/*----- 文字関連 -----*/
.txt-left {text-align: left;}
.txt-center {text-align: center;}
.txt-right {text-align: right;}
.txt-bold {font-weight: bold;}
.txt-nml {font-weight: normal;}
.txt-uline {text-decoration: underline;}
.txt-big {font-size: 20px !important;}
.txt-sml {font-size: 12px !important;}

.txt-red {color: #f32938;}
.txt-bl {color: #92cfd3;}
.txt-grn {color: #8bc43f}
.txt-pink {color: #f792af;}
.txt-org {color: #f09b6d;}
.txt-brw {color: #5c3d2a;}
.txt-gry {color: #757575;}

.marker-yel {
	background: #f3e926;
	background: -webkit-linear-gradient(transparent 70%, #f3e926 0%);
	background: linear-gradient(transparent 70%, #f3e926 0%);
}

/*----- リスト -----*/
.list-dot li {
	position: relative;
	margin: 0 0 0 1em;
}
.list-dot li:before {
	display: inline-block;
	content: "";
	position: absolute;
	top: .65em;
	left: -1em;
	width: .25em;
	height: .25em;
	border-radius: 50%;
	background: #444;
}
.l-header-right {
	padding-left: 40px;
}

/*----- MARGIN -----*/
.mt8{margin-top:8px;}
.mb8{margin-bottom:8px;}
.mt16{margin-top:16px;}
.mb16{margin-bottom:16px;}
.mt24{margin-top:24px;}
.mb24{margin-bottom:24px;}
.mt32{margin-top:32px;}
.mb32{margin-bottom:32px;}
.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}
.mt48{margin-top:48px;}
.mb48{margin-bottom:48px;}
.mt56{margin-top:56px;}
.mb56{margin-bottom:56px;}
.mt64{margin-top:64px;}
.mb64{margin-bottom:64px;}


.footer-item.ft-navi{
  margin-right:5%;
}