/******************************************************/
/*ハイヒロセ2用　CSS*************************************/
/******************************************************/

/*linkカラー********************************************/
a {
	color: #686868;
}

a:hover {
	text-decoration: underline;
}

/* TOPページカテゴリーリスト カテゴリ名 */
.catList>a {
	color: #666666;
}

/* 商品一覧 商品名 */
.productList>.inner>a>dl>dd .title {
	color: #41adad;
}

/* 商品一覧 絞り込み */
.product>.col-sm-12>ul>li>a {
	color: #686868;
}

.product>.col-sm-12>ul>li>a:hover {
	text-decoration: underline;
}

/* TOPへ戻るボタン */
#PageTopBtn a {
	color: #317267;
}

/*headerボーダーカラー************************************/
header {
	height: auto;
	border-top: 3px solid #50ab9c;
}

header .inner,
footer .inner {
	width: 100%;
}

.headerTop {
	height: auto;
	margin-bottom: 10px;
}

.headerTop figure {
	display: none;
}

.headerTop__title {
	width: 300px;
}

header .headerTop {
	padding: 0;
}

header .headerTop p {
	margin-left: 0 !important;
	;
}

.header__nav {
	display: none;
}

.header__nav__category_sp {
	display: grid;
	grid-gap: 10px 20px;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	margin: 20px 0;
	padding: 0 20px;
}

.header__nav__category_sp dl {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
}

.header__nav__category_sp dt img {
	max-width: 100%;
}

.header__nav__category_sp dd {
	font-size: 0.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

/*ロゴの設定*********************************************/
header .headerTop .logo {
	background-image: url("/assets/weave-happiness/images/weavehappiness.jpg");
	background-position: 0 15px;
	/*background-size: cover;*/
}

/*fooer背景カラー****************************************/
footer {
	color: #666666;
	background: #eeeeee;
	padding-top: 0px;
}

.footer__bar {
	background: #dcece9;
}

.footer__bar__inner {
	max-width: 1000px;
	width: 100%;
	height: 70px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.footer__bar__inner img {
	height: 60px;
}

footer a {
	color: #666666;
}

footer .inner {
	padding-top: 20px;
}

footer ul .title {
	color: #666666;
	border-bottom: 1px solid #666666;
}

footer li::before {
	color: #666666;
}

small {
	color: #666666;
}

/*nav bar**********************************************/
.navbar-tel {
	margin-bottom: 10px;
	padding: 0px 30px;
}

.navbar-tel li {
	text-align: center;
}

.navbar-tel li.tel {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

.navbar-tel li.tit {
	font-size: 1.3rem;
	font-family: 'Bree Serif', serif;
	font-size: 1.3rem;
	line-height: 1;
	background: linear-gradient(transparent 60%, #ffff66 60%);
	margin-bottom: 10px;
}

.navbar-tel li>i {
	margin-right: 5px;
}

/*ボタンカラー*******************************************/
.btn1:hover,
.btn2:hover {
	text-decoration: none !important;
}

.btn1 {
	color: #fff;
	background: #50ab9c;
	border: solid 1px #50ab9c;
}

.btn1:hover {
	color: #50ab9c;
	background: #ffffff;
	border: solid 1px #50ab9c;
}

/*button2**/
.btn2 {
	color: #fff;
	background: #6bc680;
	border: solid 1px #6bc680;
}

.btn2:hover {
	color: #6fdac8;
	background: #ffffff;
	border: solid 1px #6fdac8;
}

/*topページ見出し背景色・テキストカラー**/
h1.top {
	color: #666666;
	background: #eeeeee;
}

h2.top {
	border-left: 5px solid #50ab9c;
}

/*STEP**/
.step>ul>li.active {
	background: #432915;
}

.step>ul>li.active::before {
	border-color: transparent transparent transparent #432915;
}

/*共通見出しカラー**/
h2.common_h2 {
	color: #432915;
	border-bottom: 3px solid #432915;
}

.collapsing {
	transition: .3s;
}

/************************************************************************************/
/************************************************************************************/
.topForm {
	margin: 0 0 40px 0;
	padding: 10px 20px;
}

/***************************************************************/
.container {
	width: 1100px;
}

/***************************************************************/
.image__area img {
	max-width: 100%;
	margin-bottom: 20px;
}

/***************************************************************/
.title__link,
.title__link:hover {
	text-decoration: none !important;
}

.side__title {
	background: #009c84;
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 3px 10px;
}

.side__title i {
	transform-origin: 50% 50%;
}

/***************************************************************/
.side__list {
	width: 100%;
	background: #ffeadd;
	border: 1px solid #ffeadd;
}

.side__list li {
	background: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: .1rem;
	margin-bottom: 2px;
}

.side__list li a {
	display: flex;
	justify-content: left;
	align-items: center;
	text-decoration: none;
	padding: 5px;
}

.side__list li a:hover {
	background: #ffeadd;
	text-decoration: none;
}

.side__list li:last-of-type {
	margin-bottom: 0;
}

.side__list figure {
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
}

.side__list img {
	max-width: 100%;
	object-fit: cover;
}
/* icon */
.side__list li a i{
	margin-left: auto;
}
/* sub menu */
.side__list li ul{
	margin-top: 10px;
}
.side__list li ul li{
	border-bottom: 1px solid #ffeadd;
	margin-bottom: 0;
}
.side__list li ul li:last-of-type{
	border-bottom: none;
}
.side__list li  ul li a{
	font-size: 1rem;
	font-weight: normal;
	padding: 2px 0 2px 10px;
}
/***************************************************************/
.window__items {
	width: 100%;
	background: #e1fffa;
	border: 5px solid #e1fffa;
}

#sideMenu4 {
	margin-bottom: 40px;
}

.window__items p {
	margin-bottom: 0;
	padding: 5px;
}

.window__items a {
	width: 100%;
	background: #fff;
	display: block;
	padding: 5px;
}

.window__items dl {
	margin-bottom: 0;
}
.window__items dt {
	margin-bottom: 10px;
}
.window__items dt figure{
	margin-bottom: 0;
}

.window__items dt figure img {
	width: 100%;
}

.window__items dd {
	text-align: center;
	margin-bottom: 0;
}

.window__items dd span {
	font-size: .8rem;
}

/***************************************************************/
.op_hours {
	display: none;
}

/***************************************************************/
/***************************************************************/
.collapse {
	transition: height 0.3s ease-in-out;
}

.rotate {
	transform: rotate(180deg);
	transition: transform 0.3s ease-in-out;
}

/**************************/
.hirose_h2 {
	width: fit-content;
	width: -moz-fit-content;
	color: #333;
	font-size: 1.5rem;
	text-shadow: 4px 2px #cdf8f1;
	position: relative;
	margin: 20px auto 20px auto;
	padding: 0 30px;
}

.hirose_h2:before,
.hirose_h2:after {
	position: absolute;
	top: 0;
	content: '';
	width: 8px;
	height: 100%;
	display: inline-block;
}

.hirose_h2:before {
	border-left: dotted 2px #009c84;
	border-top: dotted 2px #009c84;
	border-bottom: dotted 2px #009c84;
	left: 0;
}

.hirose_h2:after {
	content: '';
	border-top: dotted 2px #009c84;
	border-right: dotted 2px #009c84;
	border-bottom: dotted 2px #009c84;
	right: 0;
}

.top_h2 span {
	font-size: 1.4rem;
}

.top_h2 span:before {
	height: 2px;
}

.top_h2 span:after {
	height: 2px;
}

.top_h3__size {
	font-size: 1.4rem;
}

.top_h3__size i {
	margin-left: 10px;
}

/**************************/
.hirose__c1 {
	background: #fef9f1;
	border: 4px solid #f6d598;
	margin-bottom: 20px;
	padding: 10px;
}
.windowMenu{
	width:fit-content;
	width:-moz-fit-content;
	background: #50ab9c;
	border: 1px solid #50ab9c;
	border-radius: 3px;
	color: #fff;
	display: block;
	margin: 0 auto 10px auto;
	padding: 5px 30px;
}
.windowMenu:hover{
	background: #fff;
	border: 1px solid #50ab9c;
	color: #50ab9c;
	text-decoration: none;
}
.windowMenu i{
	margin-left: 15px;
}
.topForm {
	padding: 10px;
}

.topForm label {
	font-size: .9rem;
	justify-content: left;
	padding-right: 0;
	padding-left: 0;
}

.times i {
	font-size: 2rem;
}

/************************************************************************************/
/* PC（デスクトップ - タブレット横） */
/************************************************************************************/
@media screen and (min-width: 768px) {
	.header__nav {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.header__nav a:hover {
		opacity: 1;
		text-decoration: none;
	}

	.header__nav__category {
		display: grid;
		grid-gap: 10px;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: 1fr;
		margin: 0;
		padding: 0 20px;
	}

	.header__nav__menu {
		display: none;
	}

	.header__nav__category dl {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.header__nav__category dt img {
		max-width: 60px;
	}

	.header__nav__category dd {
		font-size: 0.6rem;
		text-align: center;
		margin-bottom: 0;
	}

	.header__nav__menu {
		display: grid;
		grid-gap: 10px;
		grid-template-rows: 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		margin-left: auto;
	}

	.header__nav__menu dl {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		margin-bottom: 0;
	}

	.header__nav__menu dt img {
		max-width: 60px;
	}

	.header__nav__menu dd {
		font-size: 0.5rem;
	}

	/******************************************************************/
	.op_hours {
		width: 100%;
		display: block;
		margin-top: 20px;
		padding: 0 10px;
	}

	.op_hours li {
		text-align: center;
	}

	.op_hours li.tel {
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: .1rem;
		margin-bottom: 10px;
	}

	.op_hours li.tit {
		font-family: 'Bree Serif', serif;
		font-size: 1.3rem;
		line-height: 1;
		background: linear-gradient(transparent 60%, #ffff66 60%);
		margin-bottom: 10px;
	}

	.op_hours li.tit:not(first-of-type) {
		margin-top: 10px;
	}

	.op_hours li>i {
		margin-right: 5px;
	}
}

/************************************************************************************/
/* PC */
/************************************************************************************/
@media screen and (min-width: 1024px) {

	/*headerボーダーカラー************************************/
	header {
		border-top: 3px solid #50ab9c;
	}

	header .inner,
	footer .inner {
		width: 100%;
		max-width: 1100px;
	}

	.headerTop {
		height: auto;
		margin-bottom: 10px;
	}

	.headerTop figure {
		width: 250px;
		background-color: #999;
		display: block;
		margin: 0;
	}

	.headerTop__title {
		width: 600px;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	header .inner {
		position: relative;
	}

	header .headerTop {
		padding: 0;
	}

	header .headerTop p {
		margin-left: 0 !important;
	}

	/*ヘッダースクロール後*************************************/
	.header-animation {
		position: fixed;
		top: 0;
		z-index: 9999;
	}

	.header-animation figure {
		display: none;
	}

	.header-animation .headerTop__title {
		width: 100%;
		flex-direction: row;
		justify-content: left;
	}

	.header-animation .headerTop .logo {
		width: 300px;
		height: 143px;
	}

	.header-animation .headerTop p {
		margin-left: auto !important;
	}

	.header-animation .header__nav {
		width: 750px;
		position: absolute;
		top: 10px;
		right: 0;
	}

	.header-animation .header__nav__category a dl {
		margin-bottom: 0;
	}

	.header-animation .header__nav__category a dl dd {
		display: none;
	}

	.header-animation .header__nav__category dt img,
	.header-animation .header__nav__menu dt img {
		max-width: 60px;
	}

	.header-animation .header__nav__menu dd {
		display: none;
	}

	.container-pad {
		padding-top: 170px;
	}

	/*ヘッダー内メニューー*************************************/
	.header__nav a:hover {
		opacity: .7;
	}

	.header__nav__category {
		margin-right: 40px;
	}

	.header__nav__category dt img {
		max-width: 100px;
	}

	.header__nav__category dd {
		font-size: 0.9rem;
		text-align: center;
		font-weight: bold;
		line-height: 1.4;
	}

	.header__nav__category_sp {
		display: none;
	}

	.header__nav__menu dt img {
		max-width: 60px;
	}

	.header__nav__menu dd {
		font-size: 0.7rem;
	}

	/*ロゴの設定*********************************************/
	header .headerTop .logo {
		width: 500px;
		height: 238px;
	}

	/*ロゴの設定*********************************************/
	.side__title>i {
		display: none;
	}

	/*********************************************************/
	/* common ************************************************/
	/*********************************************************/
	h2.top {
		border-left: none;
	}

	/*********************************************************/
	.hirose_h2 {
		font-size: 2.3rem;
	}

	.hirose__c1 {
		padding: 20px;
	}

	/* PC、タブレット版ではクリックを停止する */
	.title__link {
		pointer-events: none;
	}

	/********************************************************
	調整（テンプレに実装予定css）                               */
	.top_ruler li {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
}
