
/*====================================================
////id #title
====================================================*/
#title .innerBox{
	max-width: none;
	width: 100%;
	height: 400px;
	padding: 40px 3%;
}
#title .headBox {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	color: #fff;
	margin: 0;
	position: relative;
	text-shadow: 0 0 10px rgba(0, 0, 0, .5),  0 0 5px rgba(0, 0, 0, .5);
	width: 100%;
	max-width: 1440px;
}
#title .headBox h1 {
	margin: 0;
	padding-right: 60px;
	position: relative;
}
#title .headBox h1:after {
	border-bottom: solid 1px #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	content: '';
	position: absolute;
	bottom: .4em;
	right: 5px;
	width: 50px;
	height: 0;
}
#title .headBox .head-sub {
	padding-bottom: 3px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#title .innerBox {
		height: 60vw;
		padding: 40px 7%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
	#title .headBox {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}


/*====================================================
////class .breadcrumb
====================================================*/
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 20px 0 40px;
}
.breadcrumb li {
	margin: 2px 0;
	padding-right: 30px;
	position: relative;
}
.breadcrumb li:after {
	color: #8eccb5;
	content: '\FF1E';
	position: absolute;
	top: 0;
	right: 12px;
	bottom: ;
	margin: auto;
	width: 10px;
	height: 2px;
}
.breadcrumb li:last-child {
	padding: 0;
}
.breadcrumb li:last-child:after {
	display: none;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////class .column-wrapper
====================================================*/
.column-wrapper {
	padding-top: 0;
}
.column-wrapper main {
	width: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.column-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.column-wrapper #side-column {
		margin-top: 50px;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.column-wrapper main {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: auto;
		max-width: 1120px;
	}
	.column-wrapper #side-column {
		width: 300px;
		margin-left: 30px;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
	.column-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.column-wrapper main {
		width: 100%;
	}
	.column-wrapper #side-column {
		width: 100%;
		max-width: 400px;
		margin: 50px auto 0;
	}
}

@media screen and (min-width:1200px) {
	.column-wrapper #side-column {
		margin-left: 50px;
	}
}

/*====================================================
////id #leadCopy
====================================================*/
#leadCopy {
	padding: 40px 0;
	text-align: center;
}
#leadCopy p {
	display: inline-block;
	text-align: left;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////class .headBox
====================================================*/
main .headBox .date { grid-area: date; }
main .headBox .category { grid-area: category; }
main .headBox h1 { grid-area: h1; }
#simple_title .headBox ,
main .headBox {
	border-bottom: solid 1px #a7a7a7;
	grid-gap: 20px 10px;
	grid-template:
		'date category'
		'h1 h1' /
		120px 1fr;
	line-height: 1.4;
	margin-bottom: 40px;
	padding: 0 30px;
}

main .headBox .date {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.9rem;
}
main .headBox .category a {
	background: #ecf0f8;
	margin: 2px;
	padding: .3em 1em .1em;
}
#simple_title .headBox h1 ,
main .headBox h1 {
	font-size: 2.8rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#simple_title .headBox ,
	main .headBox {
		border-bottom: solid 1px #a7a7a7;
		grid-gap: 10px 10px;
		grid-template:
			'date'
			'category'
			'h1' /
			1fr;
		line-height: 1.4;
		margin-bottom: 20px;
		padding-left: 10px;
	}
	main#page .headBox {
		padding: 0 20px; 
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	main .headBox .category a:hover {
		color: #000;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id 
====================================================*/
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////class .bodyText
====================================================*/
.bodyText {
	width: 100%;
	margin: auto;
}
.bodyText h1 {
	border-bottom: solid 1px #99a8c4;
	font-size: 2.6rem;
	margin: 40px 0 20px;
	padding: 0 0 10px 30px;
	position: relative;
}
.bodyText h1:before {
	background: #99a8c4;
	content: '';
	position: absolute;
		bottom: 2px;
		left: 0;
	width: 100%;
	height: 2px;
}
.bodyText h2 {
	background: #99a8c4;
	color: #fff;
	font-size: 2.2rem;
	margin: 40px 0 20px;
	padding: 10px 5px 5px 40px;
	position: relative;
}
.bodyText h2:before {
	background: #fff;
	content: '';
	position: absolute;
		top: calc(10px + .5em);
		left: 0;
	width: 20px;
	height: 2px;
}
.bodyText h3 {
	background: url(https://tagless.jp/wp-content/themes/tagless/img/line_deco.png) repeat-x bottom;
	font-size: 1.9rem;
	margin: 40px 0 20px;
	padding: 0 20px 5px 20px;
}
.bodyText h4 {
	font-size: 1.7rem;
	margin: 40px 0 20px;
	padding-left: 20px;
	position: relative;
}
.bodyText h4:before {
	background: #99a8c4;
	content: '';
	position: absolute;
	top: calc(.5em - 3px);
	left: 0;
	width: 6px;
	height: 6px;
}
.bodyText p a:not(.linkBtn):not(.button) {
	border-bottom: 1px dotted #888;
	line-height: 1.2;
}
.bodyText p a:not(.linkBtn):hover {
	border-bottom-color: #ff6b52;
}
.bodyText p {
	margin: 1.4em 0;
}
.wp-block-button {
	width: 100%;
}
.wp-block-button__link,
main .bodyText .wp-block-button__link {
	background: #99a8c4;
}
.bodyText + hr {
	margin: 60px 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id #archive .listBox
====================================================*/
#archive .listBox .item {
	border-bottom: solid 1px #d8d8d8;
	padding: 7px;
}
#archive .listBox .item:first-child {
	border-top: solid 1px #d8d8d8;
}
#archive .listBox a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px 30px;
}
#archive .listBox .imgBox {
	width: 30%;
	max-width: 180px;
}
#archive .listBox .imgBox figure {
	padding-top: 90%;
}
#archive .listBox .imgBox figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#archive .listBox ul:not(.slick-dots) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	grid-gap: 5px;
	grid-template:
		'date category'
		'title title' /
		120px 1fr;
	line-height: 1.4;
	padding-left: 40px;
}
#archive .listBox .date {
	font-size: 1.8rem;
	grid-area: date;
}
#archive .listBox .category {
	font-size: 1.4rem;
	grid-area: category;
}
#archive .listBox .title { grid-area: title; }

#archive .listBox .category span {
	background: #ecf0f8;
	display: inline-block;
	margin: 2px;
	padding: .3em 1em .1em;
}
#archive .listBox .title {
	font-size: 1.8rem;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#archive .listBox .item a {
		padding: 0;
	}
	#archive .listBox .item .imgBox {
		width: 30%;
	}
	#archive .listBox ul {
		grid-template:
			'date'
			'category'
			'title' /
			1fr;
		line-height: 1.4;
		padding-left: 20px;
	}
	#archive .listBox .category {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#archive .listBox a:hover {
		background: #f2f2f2;
		color: inherit;
	}
	#archive .listBox .item {
	}
	#archive .listBox .excerpt {
		text-align: left;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:1050px) {
	#archive .listBox {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width:769px) and (max-width:960px) {
	#archive .listBox {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width:1200px) {
}

/*====================================================
////class .wp-block-table
====================================================*/
.wp-block-table {
	margin: 40px 0;
}
.wp-block-table thead tr {
	border-bottom: solid 2px #8eccb5;
}
.wp-block-table tfoot td,
.wp-block-table thead th {
	line-height: 1.4;
	min-width: calc(3em + 30px);
	padding: 10px 30px 6px;
	vertical-align: bottom;
}
.wp-block-table tbody td {
	line-height: 1.4;
	min-width: calc(3em + 30px);
	padding: 20px 30px 16px;
}
.wp-block-table tbody tr {
	border-bottom: solid 1px #ccc;
	width: 100%;
}
.wp-block-table figcaption {
	margin-top: 5px;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.wp-block-table thead th ,
	.wp-block-table tfoot td {
		font-size: 1.4rem;
		padding: 5px 10px;
	}
	.wp-block-table tbody td {
		padding: 14px 10px 10px;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.wp-block-table thead th {
		white-space: nowrap;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}


/*====================================================
////id #onlineshop_nav
====================================================*/
#onlineshop_nav {
/*	background: #ededed;*/
/*
	border: solid #ededed;
	border-width: 1px 0;
*/
}
#onlineshop_nav .innerBox {
	padding: 20px 0;
}
#onlineshop_nav .breadcrumb {
	padding: 0;
}
#onlineshop_nav .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
}
/*
#onlineshop_nav .menu li {
	border-right: solid 1px #ededed;
}
#onlineshop_nav .menu li:first-child {
	border-left: solid 1px #ededed;
}
*/
#onlineshop_nav .menu a {
	font-size: 20px;
	line-height: 1;
	padding: 0 5px 0;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	#onlineshop_nav > .innerBox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	#onlineshop_nav .menu {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#onlineshop_nav .innerBox {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#onlineshop_nav .breadcrumb {
		margin-right: 20px;
	}
	#onlineshop_nav .menu {
		margin-top: -3px;
	}
	#onlineshop_nav .menu li {
/*		width: 100%;*/
		text-align: center;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}


/*====================================================
////class .woocommerce
====================================================*/
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background: #8eccb5;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.4;
	padding: 10px 20px 6px;
	width: 100%;
	min-height: 50px;
	max-width: 400px;
	margin: 10px auto 0;
	text-align: center;
	position: relative;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #8eccb5;
	color: #fff;
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1);
}
.woocommerce-message {
	border: none;
	background: #f2fffa;
}
.woocommerce-message::before {
	color: #8eccb5;
}
.woocommerce-info {
	background: #f2f7ff;
	border: none;
}
.woocommerce-info::before {
	color: #99a8c4;
}
.woocommerce-error {
	border: none;
	background: #ffddd8;
}
.woocommerce-error:before {
	color: #ff6b52;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	top: 0;
	bottom: 0;
	margin: auto;
}
.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f06e";
	color: #888;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	.woocommerce-message {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.woocommerce-message a.button {
		text-align: center;
		width: calc(100% + 3em);
		margin: 5px 0 0 -2.2em;
	}

}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.woocommerce-message {
		padding-right: 220px;
	}
	.woocommerce-message a.button:hover {
		background: #8eccb5;
		color: #fff;
		-webkit-filter: brightness(1.1);
		filter: brightness(1.1);
	}
	.woocommerce-message a.button {
		position: absolute;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto;
		height: 40px;
		width: auto;
	}
}

/*====================================================
////id #faq .itemBox
====================================================*/
#faq .itemBox {
	margin: 30px auto;
}
#faq .en-jp {
	border: none;
	margin-bottom: 30px;
	padding: 0;
}
#faq .item.accordion {
	margin: 10px 0;
}
#faq .item.accordion dt {
	border: solid 1px #a7a7a7;
	padding: 12px 60px 8px;
	position: relative;
}
#faq .item.accordion dt:before {
	color: #8eccb5;
	content: 'Q.';
	font-family: 'EB Garamond', "游明朝体 Medium", "YuMincho Medium", "游明朝 Medium", "Yu Mincho Medium", serif;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	left: 20px;
	top: 7px;
}
#faq .item.accordion dt:after {
	content: '＋';
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", serif;
	font-size: 30px;
	line-height: 30px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	-webkit-transition: .8s all;
	transition: .8s all;
	width: 30px;
	height: 30px;
}
#faq .item.accordion .open dt:after {
	content: '－';
}
#faq .item.accordion dd .txtBox {
	background: #f7f7f7;
	padding: 12px 20px 8px 60px;
	position: relative;
}
#faq .item.accordion dd .txtBox:before {
	content: 'A.';
	font-family: 'EB Garamond', "游明朝体 Medium", "YuMincho Medium", "游明朝 Medium", "Yu Mincho Medium", serif;
	font-size: 30px;
	line-height: 30px;
	position: absolute;
	left: 20px;
	top: 7px;
}
#faq .item.accordion .linkBox {
	padding-top: 20px;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#faq .item.accordion dt {
		cursor: pointer;
		-webkit-transition: .2s all;
		transition: .2s all;
	}
	#faq .item.accordion dt:hover {
		border-color: #8eccb5;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id 
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}

/*====================================================
////id #side-column
====================================================*/
#side-column .item .widget {
	margin-bottom: 60px;
}
#side-column .headBox {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 20px;
}
#side-column .headBox .head {
	font-size: 2.4rem;
	line-height: 1.3;
	margin-right: 10px;
}
#side-column .headBox .head-sub {
	font-size: 1.4rem;
	line-height: 1.3;
}
#side-column .cat-item ,
#side-column .yearArchiveList > li {
	border-top : solid 1px #d8d8d8;
	padding: 5px 0px;
}
#side-column .cat-item:last-child ,
#side-column .yearArchiveList > li:last-child {
	border-bottom : solid 1px #d8d8d8;
}
#side-column .cat-item a {
	display: block;
	padding: 7px ;
	text-align: center;
}
#side-column .yearArchiveList > li {
/*	height: 55px;*/
/*	overflow: hidden;*/
	-webkit-transition: .4s all;
	transition: .4s all;
}
#side-column .yearArchiveList .year {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	height: 41px;
	padding: 0 20px;
	-webkit-transition: .2s all;
	transition: .2s all;
}
#side-column .yearArchiveList .eachYear {
/*	padding: 5px 0;*/
}
#side-column .yearArchiveList .eachYear li:last-child {
/*	padding-bottom: 10px;*/
}
#side-column .yearArchiveList .eachYear a {
	display: block;
	padding: 5px 0 2px 40px;
	position: relative;
}
#side-column .yearArchiveList .eachYear a:before {
	border-top: solid 1px #8eccb5;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 10px;
	height: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#side-column .cat-item a:hover ,
	#side-column .yearArchiveList .year:hover ,
	#side-column .yearArchiveList .eachYear a:hover {
		color: #000;
		background: #ecf0f8;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}



/*====================================================
////id 
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
}

@media screen and (max-width:480px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:959px) {
}

@media screen and (min-width:1200px) {
}
