@charset "utf-8";


/*ProgressBar
------------------------------------------------------------- */

.progress {
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	height: 5px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.progress_bar {
	border-top: 4px solid #a70e06;
	position: absolute;
	top: 0;
	width: 0%;
}

.progress_complete .progress_bar {
	border-top-color: #ad0000;
}

.img_preload {
	display: none;
}



/*Menu
------------------------------------------------------------- */

#main_menu_box {
	margin: 0;
	width: 100%;
	height: 50px;
	background-color: #000;
	box-shadow: 0 2px 2px rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	z-index: 999;
}

.main_menu_inner {
	margin: 0 auto;
	padding: 0 10px;
	height: 100%;
	width: 100%;
	position: relative;
}

#main_menu_box h1 {
	width: 160px;
	height: 50px;
	padding-top: 5px;
	background-image: url(../img/logo_w_white.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	font-size: 0;
}

#main_menu_box h1 a {
	display: block;
	height: 40px;
}

#main_menu_box ul.main_menu_list {
	display: none;
}



/*Category Menu Button
------------------------------------------------------------- */

#main_menu_box p.cate_menu_btn {
	position: absolute;
	right: 8px;
	top: 6px;
	height: 40px;
	width: 40px;
	font-size: 0;
}

p.cate_menu_btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.cate_menu_icon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 4px;
	margin: -2px 0 0 -15px;
	background-color: #fff;
	border-radius: 2px;
	transition: 0.3s;
}

.cate_menu_icon::before, .cate_menu_icon::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 30px;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	transition: 0.3s;
}

.cate_menu_icon::before {
	margin-top: -14px;
}

.cate_menu_icon::after {
	margin-top: 10px;
}


/*Close Button*/

.close {
	opacity: 1;
}

.close a .cate_menu_icon {
	background-color: transparent;
}

.close a .cate_menu_icon::before, .close a .cate_menu_icon::after {
	margin-top: -2px;
	margin-left: -3px;
	width: 36px;
}

.close a .cate_menu_icon::before {
	transform: rotate(-45deg);
}

.close a .cate_menu_icon::after {
	transform: rotate(-135deg);
}



/*Category Menu
------------------------------------------------------------- */

#main_menu_box .cate_menu_box {
	display: none;
	width: 100%;
	height: 99vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #cfc7c8;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}

.cate_menu_inner {
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 100%;
	position: relative;
}

.cate_menu_inner::after {
	content: "";
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid #fff;
}

.cate_menu_list {
	width: 100%;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.cate_menu_list dt {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px solid #fff;
}

.cate_menu_list dt a {
	display: block;
	padding: 12px 10px;
	height: auto;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.5;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	background-color: #cfc7c8;
}

.cate_menu_list dd {
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 1px dotted #fff;
}

.cate_menu_list dd a {
	display: block;
	padding: 10px 10px 10px 25px;
	height: auto;
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.5;
	font-weight: 300;
	color: #333;
	text-decoration: none;
	background-color: #d5cfcf;
}

.cate_menu_list dd a::before {
	content: "\f0da";
	font-family: FontAwesome;
	color: #f9eeee;
	margin-left: -10px;
	margin-right: 5px;
}

.cate_menu_list dt a:hover, .cate_menu_list dd a:hover {
	text-decoration: none;
	background-color: #ded9d9;
}



/* PageTitle
------------------------------------------------------------- */

#title_box {
	margin: 48px 0 0 0;
	padding: 20px 0 20px 0;
	min-height: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#title_box h2 {
	margin: 0 auto;
	padding: 0;
	width: 90%;
	text-align: left;
	font-size: 30px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 200;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0.03em;
	border-bottom: 1px solid #d5cfcf;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5), -1px 1px 1px rgba(0,0,0,0.5), 1px -1px 1px rgba(0,0,0,0.5), -1px -1px 1px rgba(0,0,0,0.5);
}

#title_box h2 span.ti_jp {
	display: none;
}

.ti_creation {
	background-image: url(../img/ti_creation.jpg);
}

.ti_about {
	background-image: url(../img/ti_about.jpg);
}

.ti_profile {
	background-image: url(../img/ti_profile.jpg);
}

.ti_topics {
	background-image: url(../img/ti_topics.jpg);
}

.ti_yoshitake {
	background-image: url(../img/ti_yoshitake.jpg);
}

.ti_ymgtimono {
	background-image: url(../img/ti_ymgtimono.jpg);
}

.ti_other {
	background-image: url(../img/ti_other.jpg);
}

.ti_kurashi {
	background-image: url(../img/ti_kurashi.jpg);
}



/* Breadcrumb Navigation
------------------------------------------------------------- */

ul.bc_navi {
	margin: 2px auto;
	padding: 0 3px;
	width: 90%;
	font-size: 0.8rem;
	display: flex;
	flex-wrap: wrap;
}

ul.bc_navi li {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	line-height: normal;
	list-style-type: none;
	list-style-position: outside;
}

ul.bc_navi li a {
	display: block;
	white-space: nowrap;
	color: #d5cfcf;
	opacity: 0.8;
	transition: opacity 0.25s;
}

ul.bc_navi li a::after {
	content: "\f105";
	font-family: FontAwesome;
	margin-left: 5px;
}

ul.bc_navi li a:hover {
	text-decoration: none;
	opacity: 1;
}



/* Title & ContentsBox
------------------------------------------------------------- */

.h2_box {
	padding: 10px 10px 20px 10px;
	line-height: 1.7rem;
}

.h2_box h3 {
	margin: 30px 0;
	padding: 45px 0 5px 0;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.8rem;
	clear: both;
	position: relative;
}

.h2_box h3::after {
	content: "";
	display: block;
	width: 80px;
	height: 105px;
	background-image: url(../img/icon_teapot.png);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	opacity: 0.7;
}

.h3_box {
	padding: 0 0 30px 0;
}

h4 {
	margin: 20px 0 10px 0;
	padding: 4px 8px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.8rem;
	background-color: #756e6e;
	color: #fff;
	clear: both;
	position: relative;
}

.h4_box {
	padding: 0 0 20px 0;
}

h5 {
	margin: 20px 0 10px 0;
	padding: 2px 4px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	text-align: left;
	font-size: 1rem;
	line-height: 1.5rem;
	color: #5a4545;
	border-top: 2px solid #a59e9e;
	border-bottom: 2px solid #a59e9e;
	position: relative;
	clear: both;
}

.h5_box {
	padding: 0 0 10px 0;
}

h6 {
	display: inline-block;
	margin: 20px 0 10px 0;
	padding: 0 5px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 1rem;
	line-height: 1.3rem;
	color: #5a4545;
	border-left: 8px solid #756e6e;
	position: relative;
	clear: both;
}

.h6_box {
	padding: 0 0 10px 0;
}

.h2_box::after, .h3_box::after, .h4_box::after, .h5_box::after, .h6_box::after {
	content: "";
	clear: both;
	display: block;
}



/* Anchor Link
------------------------------------------------------------- */

p.anchor_btn {
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #fff;
}

p.anchor_btn span {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	position: relative;
	background-color: #e3dede;
	opacity: 1;
	transition: opacity 0.25s;
}

p.anchor_btn span:hover {
	opacity: 0.8;
}

p.anchor_btn span::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -10px;
	width: 20px;
	height: 20px;
	line-height: 1.2em;
	border-top: 2px solid #b2a1a1;
	border-right: 2px solid #b2a1a1;
	transform: rotate(135deg);
}

p.anchor_btn_up span::after {
	margin-top: -4px;
	transform: rotate(-45deg);
}

ul.anchor_link {
	display: none;
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
	font-weight: normal;
}

ul.anchor_link li {
	margin: 0;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #d5cfcf;
	list-style-position: outside;
	list-style-type: none;
}

ul.anchor_link li a {
	display: block;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	color: #555;
	transition: 0.25s;
}

ul.anchor_link li a:hover {
	text-decoration: none;
	background-color: #efe9e9;
	color: #777;
}



/* Footer
------------------------------------------------------------- */

footer {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding: 40px 0 80px 0;
	letter-spacing: 0.03em;
}

footer address {
	font-style: normal;
	text-align: center;
	line-height: 1.8;
}

footer address p.footer_title {
	margin: 0;
	padding: 20px 0 0 0;
	color: #333;
	font-weight: 500;
	font-size: 0.9rem;
}

footer address p.address {
	margin: 0;
	padding: 20px 0;
	color: #666;
	font-weight: 300;
	font-size: 0.75rem;
}

p.address a, p.address a:visited, 
p.address a:hover, p.address a:active {
	color: #666;
	text-decoration: none;
}

#copyright {
	margin: 0;
	padding: 10px 0;
	line-height: 1.8;
	text-align: center;
	font-weight: 300;
	font-size: 0.7rem;
	color: #999;
}



/*SNS Icons
------------------------------------------------------------- */

footer .sns_icon_list {
	width: 100%;
	text-align: center;
	position: relative;
}

footer .sns_icon_list ul {
	margin: 0;
	padding: 30px 10px;
	line-height: 1;
	font-size: 0;
}

footer .sns_icon_list ul li {
	display: inline-block;
	margin: 0 20px;
	padding: 0;
}

footer .sns_icon_list ul li a {
	color: #bdb4b4;
	text-decoration: none;
}

footer .sns_icon_list ul li a:hover,
footer .sns_icon_list ul li a:active {
	color: #a59e9e;
	text-decoration: none;
}

.sns_icon_list ul li.sns_tw a::before {
	content:'\f099';
	font-family: 'FontAwesome';
	font-size: 2.5rem;
}

.sns_icon_list ul li.sns_yt a::before {
	content:'\f16a';
	font-family: 'FontAwesome';
	font-size: 2.5rem;
}

.sns_icon_list ul li.sns_fb a::before {
	content:'\f230';
	font-family: 'FontAwesome';
	font-size: 2.5rem;
}

.sns_icon_list ul li.sns_insta a::before {
	content:'\f16d';
	font-family: 'FontAwesome';
	font-size: 2.5rem;
}



/* PageTop Button
------------------------------------------------------------- */

p.btn_pagetop {
	width: 95px;
	height: auto;
	margin: 0 auto;
}

p.btn_pagetop a {
	display: block;
	height: 115px;
	margin: 0;
	color: #333;
	text-align: center;
	position: relative;
	background-image: url(../img/icon_teapot_named.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.8;
	transition: opacity 0.25s;
}

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

p.btn_pagetop a span {
	display: block;
	padding-top: 128px;
	font-size: 11px;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 200;
	letter-spacing: 0.05em;
	color: #968c8e;
}

p.btn_pagetop a::after {
	display: block;
	content: "";
	position: absolute;
	margin-left: -6px;
	bottom: -15px;
	left: 50%;
	width: 12px;
	height: 12px;
	border-top: 1px solid #968c8e;
	border-left: 1px solid #968c8e;
	transform: rotate(45deg);
}



/* Text Button
------------------------------------------------------------- */

p.btn_txt {
	margin: 10px 0 15px 0;
	padding: 0px;
	text-align: center;
	font-size: 0.9rem;
	position: relative;
	width: 100%;
}

p.btn_txt a {
	display: inline-block;
	position: relative;
	margin: 0px;
	padding: 10px;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: normal;
	color: #342b2b;
	border: 2px solid #fff;
	border-radius: 4px;
	box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	background-color: #e5ebee;
	background: -moz-linear-gradient(top, #f2eded, #cfc7c8);
	background: -webkit-linear-gradient(top, #f2eded, #cfc7c8);
	background: linear-gradient(to bottom, #f2eded, #cfc7c8);
}

p.btn_txt a:hover {
	text-decoration: none;
	box-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background-color: #bdccd4;
	top: 2px;
}

p.btn_txt a::after {
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
}

p.btn_txt::after {
	content:"";
	display:block;
	clear:both;
}



/* Data List
------------------------------------------------------------- */

dl.data_list, dl.data_list_l {
	margin: 0;
	padding: 0;
	font-size: 0.8rem;
}

dl.data_list > dt, dl.data_list_l > dt {
	margin: 0;
	width: 100%;
	padding: 2px 5px;
	font-weight: bold;
	text-align: left;
	background-color: #cfc7c8;
	vertical-align: top;
	white-space: nowrap;
}

dl.data_list > dd, dl.data_list_l > dd {
	margin: 0;
	padding: 2px 5px;
	font-weight: normal;
	text-align: left;
	background-color: #fff;
	vertical-align: top;
}

dl.data_list > dd > ul, dl.data_list_l > dd > ul,
dl.data_list > dd > ol, dl.data_list_l > dd > ol {
	margin-left: 1.5em;
}



/* Categories Default Styles
------------------------------------------------------------- */

.cate_lead {
	width: 100%;
	font-size: 0.9rem;
}

.cate_note {
	margin-bottom: 5px;
	font-size: 0.9rem;
}

.cate_thumb {
	width: 100%;
	padding: 5px 0 0 0;
	position: relative;
}

.cate_thumb a {
	width: 100%;
	display: block;
}

.cate_thumb img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.cate_date {
	width: 100%;
	margin: 0;
	padding: 2px 5px;
	text-align: right;
	font-size: 0.8rem;
	color: #756e6e;
	border-top: 1px dotted #d5cfcf;
	border-bottom: 1px dotted #d5cfcf;
}

.cate_lead .cate_date {
	border-top: 0;
	border-bottom: 0;
}

.cate_link {
	padding: 2px 5px;
	width: 100%;
	text-align: right;
	border-bottom: 1px dotted #d5cfcf;
}

.cate_lead .cate_link {
	border-bottom: 0;
}

.cate_link a {
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0 6px;
	font-size: 0.8rem;
	line-height: normal;
	background-color: transparent;
	color: #856a6a;
	transition: 0.3s;
	border-right: 1px solid #d5cfcf;
}

.cate_link a:first-child {
	border-left: 1px solid #d5cfcf;
}

.cate_link a:hover {
	background-color: #e3dede;
	color: #5a4545;
	text-decoration: none;
}

.cate_img {
	width: 100%;
	padding: 5px 0;
}

.cate_img a {
	display: block;
	width: 100%;
}

.cate_img img {
	width: 100%;
	margin-bottom: 10px;
}

.cate_img_sub {
	width: 100%;
	padding: 0;
}

.cate_img_sub a {
	display: block;
	width: 100%;
}

.cate_img_sub img {
	width: 100%;
}

ul.cate_thumb_list {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}

ul.cate_thumb_list > li {
	width: 100%;
	margin: 0 0 20px 0 !important;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul.cate_thumb_list > li a {
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity 0.25s;
}

ul.cate_thumb_list > li a:hover {
	opacity: 0.8;
	text-decoration: none;
}

ul.cate_thumb_list > li a img {
	margin: 0 0 3px 0;
	width: 100%;
}

ul.cate_thumb_list > li a span {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8rem;
	line-height: 1.4;
}



/* Add - Thumbnails
------------------------------------------------------------- */

.cate_img a img.img_fit_thum {
	width: 100%;
}



/* Add - Jp & En
------------------------------------------------------------- */

/*for Category Index Page*/

.h4_title_en {
	margin-top: -10px;
	margin-bottom: 10px;
	padding: 5px;
	color: #695555;
	font-size: 0.85rem;
	font-weight: bold;
	line-height: 1.6;
}

.cate_lead > p.cate_leadtxt_jp {
	margin-bottom: 5px;
	font-size: 0.9rem;
}

.cate_lead > p.cate_leadtxt_en {
	margin-bottom: 5px;
	font-size: 0.8rem;
	color: #695555;
	line-height: 1.6;
}

/*for Category Details Page*/

#all_details_box h3 span.h3_ti_en {
	display: block;
	margin: 0 auto;
	font-size: 0.9em;
	color: #695555;
}

.details_lead_box {
	margin-bottom: 30px;
}

.details_lead_box > p.cate_leadtxt_jp,
.index_lead_box >  p.cate_leadtxt_jp {
	padding: 8px 5px;
	font-size: 1.05rem;
	font-weight: normal;
	border-top: 5px solid #a59e9e;

}

.details_lead_box > p.cate_leadtxt_en,
.index_lead_box >  p.cate_leadtxt_en {
	margin-bottom: 5px;
	padding: 3px 5px 8px 5px;
	color: #695555;
	font-size: 0.85rem;
	line-height: 1.6;
	border-bottom: 1px dotted #d5cfcf;
}



/* Add - Categories Details styles
------------------------------------------------------------- */

.details_cont_box .cate_thumb {
	width: 100%;
	margin: 0;
	padding-bottom: 0;
}

.details_cont_box .cate_details {
	width: 100%;
	margin: 0;
	padding-bottom: 25px;
}



/*OnlineShop Flag
------------------------------------------------------------- */

.flag_onlineshop {
	position: fixed;
	right: 0;
	bottom: -12.5vw;
	width: 100%;
	height: 12vw;
	z-index: 100;
	transition: bottom 0.3s;
}

.flag_onlineshop.flag_active {
	bottom: 0;
}

.flag_onlineshop a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0;
	background-image: url(../img/flag_onlineshop_s.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	box-shadow: 0 -3px 3px rgba(0,0,0,0.2);
}




/* Test (deletable)
------------------------------------------------------------- */
/*
.test_details_box h4:first-child {
	margin-bottom: 8px;
	padding: 5px 3px;
	background-color: transparent;
	color: #5a4545;
	font-size: 1rem;
	line-height: 1.7;
	border-top: 5px solid #a59e9e;
	border-bottom: 1px dotted #d5cfcf;
}
*/