@charset "utf-8";


/* --------------------------------------------------------------------------------
タグ
-------------------------------------------------------------------------------- */
html {
	padding-top: 160px;
	scroll-padding-top: 160px;
}
body {
	margin: 0;
	padding: 0;
	min-width: 1200px;
	
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	color: #1e1e1e;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

address{
	font-style: normal;
}


/* --------------------------------------------------------------------------------
	共通
-------------------------------------------------------------------------------- */
.common {
	text-align: left;
	font-size: 18px;
	line-height: 1.5;
	text-size-adjust: 100%;
	
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
}

.common * {
	margin: 0;
	padding: 0;
	
	font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.common h1,
.common h2,
.common h3,
.common h4,
.common h5,
.common h6 {
	font-size: 1em;
}
.common ol,
.common ul {
	list-style: none;
}
.common table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
.common a,
.common a:link,
.common a:visited {
	text-decoration: none;
	color: #1e1e1e;
	-webkit-tap-highlight-color: rgba(0,0,0,0.1);
	tap-highlight-color: rgba(0,0,0,0.8);
}
.common a:hover,
.common a:active {
	text-decoration: underline;
}

input,
select,
textarea {
	outline: none !important;
	box-shadow: none !important;
}


/* --------------------------------------------------------------------------------
共通クラス
-------------------------------------------------------------------------------- */
.clear {
	clear:both;
}
br.clear {
	display: block;
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	border: none;
	visibility: hidden;
	font-size: 0;
}
.clearfix::after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height:1%;
}
* html .clearfix {
	height:1%;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}

.font-mincho,
.font-mincho * {
	font-family: "Shippori Mincho", serif;
}


/* --------------------------------------------------------------------------------
デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display: none;
}
.device-sp-inline {
	display: none;
}
.device-pc {
	display: block;
}
.device-pc-inline {
	display: inline;
}

.main-contents-inner {
	width: 1200px;
	margin: 0 auto;
}


/* --------------------------------------------------------------------------------
container
-------------------------------------------------------------------------------- */
#container {
}


/* ----------------------------------------
customer表示切り替え
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
.my-false .logout {
	display: block !important;
}
.my-false .login {
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
.my-true .logout {
	display: none !important;
}
.my-true .login {
	display: block !important;
}


/* --------------------------------------------------------------------------------
header-2026
-------------------------------------------------------------------------------- */
#header-2026 {
	position: fixed;
	z-index: 100;
	
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
}
div#header-2026 * {
	box-sizing: border-box;
}

/* ----------------------------------------
headline
---------------------------------------- */
#header-2026 .headline {
	padding: 7px 0;
	background: #903540;
}

/********** headline-box **********/
#header-2026 .headline-box {
	display: flex;
	justify-content: space-between;
	
	width: 1200px;
	margin: 0 auto;
}

/********** h-catch **********/
#header-2026 .h-catch {
	width: 650px;
	font-weight: 400;
	font-size: 13px;
	color: #f5f5f5;
}

/********** ゲスト様／●●様 **********/
#header-2026 .txt-greeting {
	width: 500px;
	text-align: right;
	font-size: 14px;
	color: #f5f5f5;
}
#header-2026 .txt-greeting .sama {
	padding: 0 0 0 5px;
}


/* ----------------------------------------
header-inner
---------------------------------------- */
#header-2026 .header-inner {
	background: #fff;
}

/********** header-inner-box **********/
#header-2026 .header-inner .header-inner-box {
	display: flex;
	
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
}

/* ロゴ */
#header-2026 .header-inner .h-logo {
	width: 240px;
	padding: 0 0 19px;
}
#header-2026 .header-inner .h-logo a {
	display: block;
	width: 180px;
	height: auto;
}
#header-2026 .header-inner .h-logo img {
	display: block;
}

/* 10,000円(税別)以上お買い上げで送料無料 */
#header-2026 .header-inner .txt-delivery {
	display: flex;
	padding: 10px 0 0;
}
/* 10,000円(税別)以上お買い上げで */
#header-2026 .header-inner .txt-delivery .txt-delivery-okaiage {
	padding: 0 6px 0 0;
	font-size: 14px;
}
/* 送料無料 */
#header-2026 .header-inner .txt-delivery .txt-delivery-souryoumuryo {
	padding: 0 0 0 37px;
	font-size: 16px;
	color: #b43746;
	background: url("../images/common-2026/h-icon-truck.svg") no-repeat 0 0;
}

/*
h-btns
-------------------- */
#header-2026 .h-btns {
	margin: 0 0 0 auto;
}
#header-2026 .h-btns ul {
	display: flex;
	justify-content: flex-end;
	
	width: 200px;
}
#header-2026 .h-btns ul li a {
	display: block;
	text-align: center;
	font-size: 11px;
}
#header-2026 .h-btns ul li img {
	display: block;
}


/********** ログイン・マイページ **********/
#header-2026 .h-btns ul li.h-btn-login {
	padding: 0 10px 0 0;
}
#header-2026 .h-btns ul li.h-btn-login a {
	padding: 2px 5px 0 0;
}
#header-2026 .h-btns ul li.h-btn-login img {
	display: block;
	width: 32px;
	height: auto;
	margin: 0 0 0 5px;
}

/* ログイン時：マイページ表示の時 */
#header-2026 .h-btns ul li.h-btn-login .login img {
	margin: 0 0 0 21px;
}
#header-2026 .h-btns ul li.h-btn-login .login .label {
	padding: 0 0 0 10px;
}

/********** お問い合わせ **********/
#header-2026 .h-btns ul li.h-btn-contact {
	padding: 0 20px 0 0;
}
#header-2026 .h-btns ul li.h-btn-contact a {
	padding: 2px 0 0;
}
#header-2026 .h-btns ul li.h-btn-contact img {
	display: block;
	width: 32px;
	height: auto;
	margin: 0 0 0 17px;
}

/********** カート **********/
#header-2026 .h-btns ul li.h-btn-cart a {
	padding: 2px 0 0;
}
#header-2026 .h-btns ul li.h-btn-cart img {
	display: block;
	width: 32px;
	height: auto;
}




/*
nav-search
-------------------- */
#header-2026 .nav-search {
	padding: 0 0;
	background: #f2f2f2;
}
#header-2026 .nav-search .nav-search-box {
	display: flex;
	justify-content: space-between;
	
	width: 1200px;
	margin: 0 auto;
}


/*
h-nav
-------------------- */
#header-2026 .h-nav {
	width: 700px;
}
#header-2026 .h-nav .h-nav-box {
}
#header-2026 .h-nav .h-nav-box > nav > ul {
	display: flex;
	
	width: 100%;
}
#header-2026 .h-nav .h-nav-box > nav > ul > li {
	margin: 0 60px 0 0;
}
#header-2026 .h-nav .h-nav-box > nav > ul > li:last-child {
	margin: 0;
}
#header-2026 .h-nav .h-nav-box > nav > ul > li.h-nav-cat .h-nav-cat-btn {
	display: block;
	padding: 9px 20px 9px 0;
	font-size: 15px;
	font-weight: 500;
	
	cursor: pointer;
	background: url("../images/common-2026/h-arrow.svg") no-repeat 100% 50%;
	background-size: 10px 8px;
}
#header-2026 .h-nav .h-nav-box > nav > ul > li > a {
	display: block;
	padding: 9px 0;
	font-size: 15px;
	font-weight: 500;
}


/* ----------------------------------------
ログイン・ログアウト
---------------------------------------- */
/********** ログイン・ログアウトの表示切り替え：ログアウト時 **********/
#header-2026 .h-btns ul li.h-btn-login .my-false .logout {
	display: block !important;
}
#header-2026 .h-btns ul li.h-btn-login .my-false .login {
	display: none !important;
}
/********** ログイン・ログアウトの表示切り替え：ログイン時 **********/
#header-2026 .h-btns ul li.h-btn-login .my-true .logout {
	display: none !important;
}
#header-2026 .h-btns ul li.h-btn-login .my-true .login {
	display: block !important;
}



/*
header search
-------------------- */
#header-2026 .search {
	width: 340px;
	padding: 6px 0 6px;
}
#header-2026 .search form .search-box {
	position: relative;
}
#header-2026 .search form .search-box .h-search-keyword input {
	display: block;
	height: 32px;
	padding: 0 70px 0 20px;
	border: solid 1px #ccc;
	border-radius: 60px;
	font-size: 14px;
	color: #010101;
	background: #fff;
	width: 340px;
	box-sizing: border-box;
}
#header-2026 .search form .search-box .h-btn-submit input {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	
	width: 60px;
	height: 32px;
	border-radius: 60px;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #666;
}


/*
メガメニュー
-------------------- */
#header-2026 .h-nav-cat-contents {
	position: absolute;
	
	visibility: hidden;
	
	right: 0;
	left: 0;
	
	width: 100%;
	padding: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	
	opacity: 0;
	transition: 0.3s;
}
/********** ホバー時に表示 **********/
#header-2026 .h-nav .h-nav-box > nav > ul > li.h-nav-cat:hover .h-nav-cat-contents {
	visibility: visible;
	
	opacity: 1;
	transition: 0.3s;
}


#header-2026 .h-nav-cat-contents .h-nav-cat-contents-wrapper {
	background: #e5e5e5;
}
#header-2026 .h-nav-cat-contents .h-nav-cat-contents-wrapper .h-nav-cat-contents-box {
	width: 1200px;
	margin: 0 auto;
}
#header-2026 .h-nav .h-nav-box > nav > ul > li.h-nav-cat .h-mega {
	display: block;
}
#header-2026 .h-nav .h-nav-box > nav > ul > li.h-nav-cat:hover .h-mega {
	display: block;
}

/********** メニュー内 **********/
#header-2026 .h-mega {
	padding: 20px 0 40px;
}
#header-2026 .h-mega .h-mega-box {
	width: 100%;
}
#header-2026 .h-mega .h-mega-box ul {
	display: flex;
	
	width: 100%;
}
#header-2026 .h-mega .h-mega-box ul li {
	padding: 0 8px 0 0;
}

/********** リンク **********/
#header-2026 .h-mega .h-mega-box ul li a {
	position: relative;
	display: block;
	
	color: #fff;
}
#header-2026 .h-mega .h-mega-box ul li a .label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
	display: flex;
	align-items: center;
	
	width: 48px;
	height: 100%;
	writing-mode: vertical-rl;
	letter-spacing: 0.1em;
}

/* キャッチ */
#header-2026 .h-mega .h-mega-box ul li a .cat-catch {
	line-height: 1.2;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#header-2026 .h-mega .h-mega-box ul li a .label .cat-label {
	letter-spacing: 0.1em;
}

/* 小紋 */
#header-2026 .h-mega .h-mega-box ul li.list-cat-komon {
	width: 288px;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-komon .cat-catch {
	height: 105px;
	padding: 10px 0 0;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-komon .label {
	background: rgba(144, 53, 64, 0.8);
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-komon .label .cat-label {
	padding: 3px 0 0;
	font-size: 28px;
}

/* 色無地 */
#header-2026 .h-mega .h-mega-box ul li.list-cat-iromuji {
	width: 158px;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-iromuji .cat-catch {
	height: 108px;
	padding: 10px 0 0;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-iromuji .label {
	background: rgba(144, 53, 64, 0.8);
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-iromuji .label .cat-label {
	letter-spacing: 0.1em;
	font-size: 20px;
}

/* 付下げ訪問着 */
#header-2026 .h-mega .h-mega-box ul li.list-cat-houmongi {
	width: 158px;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-houmongi .cat-catch {
	height: 110px;
	padding: 10px 0 0;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-houmongi .label {
	background: rgba(144, 53, 64, 0.8);
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-houmongi .label .cat-label {
	letter-spacing: 0.1em;
	font-size: 20px;
}

/* 洗える長襦袢 */
#header-2026 .h-mega .h-mega-box ul li.list-cat-nagajyuban {
	width: 288px;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-nagajyuban .label {
	padding: 10px 0 0;
	background: rgba(50, 146, 134, 0.8);
	white-space: nowrap;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-nagajyuban .label .cat-label {
	display: flex;
	align-items: center;
	font-size: 20px;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-nagajyuban .label .cat-label .cat-label-box {
	padding: 0 0 6px;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-nagajyuban .label .cat-label .mark-1 {
	font-size: 24px;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-nagajyuban .label .cat-catch-ruby {
	font-size: 15px;
}

/* ブランドゆかた */
#header-2026 .h-mega .h-mega-box ul li.list-cat-yukata {
	width: 158px;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-yukata .label {
	padding: 10px 0 0;
	background: rgba(50, 146, 134, 0.8);
	white-space: nowrap;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-yukata .label .cat-label {
	letter-spacing: 0.25em;
}

/* 男きもの・ゆかた */
#header-2026 .h-mega .h-mega-box ul li.list-cat-kimono {
	width: 150px;
	padding: 0 0 0 0;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-kimono .label {
	padding: 10px 0 0;
	background: rgba(50, 146, 134, 0.8);
	white-space: nowrap;
}
#header-2026 .h-mega .h-mega-box ul li.list-cat-kimono .label .cat-label {
	letter-spacing: 0.25em;
}




/* --------------------------------------------------------------------------------
sub1-2026
-------------------------------------------------------------------------------- */
#sub1-2026 {
	width: 250px;
}

/*
きものをマイサイズで
お仕立ていたします
-------------------- */
#sub1-2026 .kimono-shitate {
	margin: 0 0 19px;
	padding: 15px 10px 20px;
	background: #f2f2f2 url("../images/common-2026/l-bg-mysize.png") no-repeat 0 0;
}

/*
きものをマイサイズで
お仕立ていたします
-------------------- */
#sub1-2026 .kimono-shitate .heading {
	padding: 0 0 31px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #666;
	background: url("../images/common-2026/l-parts-mysize.svg") no-repeat 70px calc(100% - 16px);
}
#sub1-2026 .kimono-shitate .heading .mark-1 {
	color: #b43746;
}

/********** お仕立てのメリット **********/
#sub1-2026 .kimono-shitate .btn-merit {
	padding: 0 0 9px;
}
#sub1-2026 .kimono-shitate .btn-merit .btn-merit-box a {
	display: block;
	
	width: 200px;
	margin: 0 auto;
	padding: 3px 0 2px 20px;
	border-radius: 50px;
	border: solid 1px #b43746;
	text-decoration: none;
	font-size: 15px;
	background: #fff url("../images/common-2026/btn-arrow-red.svg") no-repeat 160px 6px;
	background-size: 16px auto;
}

/********** お仕立てのメリット **********/
#sub1-2026 .kimono-shitate .list-menu {
	padding: 0 0 6px;
}
#sub1-2026 .kimono-shitate .list-menu ul li {
	padding: 0 0 4px;
}
#sub1-2026 .kimono-shitate .list-menu ul li a {
	display: block;
	padding: 8px 35px 8px 20px;
	border: solid 2px #ccc;
	font-size: 17px;
	background: #fff url("../images/common-2026/btn-arrow-black.svg") no-repeat 205px 50%;
	background-size: 10px 12px;
}

/********** お仕立てサポート **********/
#sub1-2026 .kimono-shitate .oshitate-support {
	background: #fff;
}
#sub1-2026 .kimono-shitate .oshitate-support .sheading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	width: 100%;
	padding: 8px 14px 8px 9px;
	font-size: 16px;
	color: #fff;
	background: #666;
	
	cursor: pointer;
}
#sub1-2026 .kimono-shitate .oshitate-support .sheading::after {
	content: '＋';
}
#sub1-2026 .kimono-shitate .oshitate-support.active .sheading::after {
	content: '－';
}

/* list-oshitate-support */
#sub1-2026 .kimono-shitate .oshitate-support .list-oshitate-support {
	display: none;
	
	padding: 5px 0 9px;
	font-size: 14px;
}
#sub1-2026 .kimono-shitate .oshitate-support .list-oshitate-support ul li {
	padding: 0 0 3px;
}
#sub1-2026 .kimono-shitate .oshitate-support .list-oshitate-support ul li a {
	display: flex;
	flex-wrap: wrap;
	
	padding: 0 0 0 11px;
}
#sub1-2026 .kimono-shitate .oshitate-support .list-oshitate-support ul li a::before {
	content: '';
	
	position: relative;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 7px;
	margin: 7px 3px 0 0;
	background: #1e1e1e;
}

/*
lbnr-price-list
-------------------- */
#sub1-2026 .lbnr-price-list {
	padding: 0 0 35px;
}
#sub1-2026 .lbnr-price-list a {
	display: block;
}
#sub1-2026 .lbnr-price-list img {
	display: block;
}


/*
商品検索
-------------------- */
#sub1-2026 .search {
}

/* 検索フォーム */
#sub1-2026 .search form {
	padding: 0 0 18px;
}
#sub1-2026 .search .heading {
	padding: 0 0 10px;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 17px;
	font-weight: 600;
	color: #444;
}
#sub1-2026 .search form .search-box {
	position: relative;
}
#sub1-2026 .search form .search-box .s1-search-keyword input {
	display: block;
	height: 32px;
	padding: 0 70px 0 20px;
	border: solid 1px #ccc;
	border-radius: 60px;
	font-size: 14px;
	color: #010101;
	background: #fff;
}
#sub1-2026 .search form .search-box .s1-btn-submit input {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 2;
	
	width: 60px;
	height: 32px;
	border-radius: 60px;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #666;
}


/*
シルック
詳細検索はこちら
-------------------- */
#sub1-2026 .btn-search-details {
	padding: 0 0 35px;
}
#sub1-2026 .btn-search-details a {
	display: flex;
	align-items: center;
	
	width: 100%;
	height: 40px;
	padding: 0 0 0 36px;
	border-radius: 6px;
	border: solid 1px #b43746;
	text-decoration: none;
	overflow: hidden;
	background: #fff url("../images/common-2026/icon-search.svg") no-repeat 9px 50%;
	background-size: 19px auto;
}
#sub1-2026 .btn-search-details a .shirukku {
	width: 65px;
	font-size: 15px;
	font-weight: 500;
	color: #b43746;
}
#sub1-2026 .btn-search-details a .txt-shosai-kensaku {
	width: 147px;
	font-size: 14px;
	color: #1e1e1e;
	background: #fff url("../images/common-2026/btn-arrow-red.svg") no-repeat calc(100% - 9px) 50%;
	background-size: 16px auto;
}


/*
商品カテゴリー
-------------------- */
#sub1-2026 .category-list {
	padding: 0 0 40px;
}

/********** heading **********/
#sub1-2026 .category-list .heading {
	padding: 0 0 8px;
	border-bottom: solid 2px #ccc;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: 17px;
	font-weight: 600;
	color: #444;
}

/********** 第一階層 **********/
#sub1-2026 .category-list .list-cat > .list-cat-box > ul > li {
	padding: 14px 0 14px 10px;
	border-bottom: solid 1px #ccc;
	letter-spacing: 0.1em;
}

/* sheading */
#sub1-2026 .category-list .list-cat .sheading {
	padding: 0 0 10px;
	font-size: 15px;
	font-weight: 500;
	color: #329286;
}
#sub1-2026 .category-list .list-cat .sheading a{
	color: #329286;
}
#sub1-2026 .category-list .list-cat .sheading.sheading-2 {
	padding: 0;
}
#sub1-2026 .category-list .list-cat .sheading .sheading-box-1 {
	
}
#sub1-2026 .category-list .list-cat .sheading .sheading-box-2 {
	font-size: 17px;
}

/* 第二階層：リスト */
#sub1-2026 .category-list .list-cat-second > ul > li {
	position: relative;
	padding: 0 0 13px;
}
#sub1-2026 .category-list .list-cat-second > ul > li:last-child {
	padding: 0 0 0;
}
#sub1-2026 .category-list .list-cat-second > ul > li > a,
#sub1-2026 .category-list .list-cat-second > ul > li .btn-main-cat a {
	display: block;
	letter-spacing: 0.02em;
	font-size: 15px;
}

/* 第三階層 */
#sub1-2026 .category-list .contents-sub-cat {
	position: absolute;
	z-index: 2;
	
	top: -14px;
	right: -100px;
}
/*シルック絽小紋・夏きもの*/
#sub1-2026 .category-list .hover-position {
	position: absolute;
	z-index: 2;
	
	top: -14px;
	right: -220px;
}
#sub1-2026 .category-list .contents-sub-cat .contents-sub-cat-box {
	padding: 17px;
	background: #e5e5e5;
}
#sub1-2026 .category-list .contents-sub-cat .contents-sub-cat-box::before {
	content: "";
	position: absolute;
	top: 16px;
	left: -20px;
	margin-bottom: -30px;
	margin-left: -20px;
	border-top: 10px solid transparent;
	border-right: 20px solid #e5e5e5;
	border-bottom: 10px solid transparent;
	border-left: 20px solid transparent;
}

/* ssheading */
#sub1-2026 .category-list .contents-sub-cat .ssheading {
	font-size: 16px;
	color: #666;
}
#sub1-2026 .category-list .contents-sub-cat ul li {
	
}
#sub1-2026 .category-list .contents-sub-cat ul li a {
	display: block;
	padding: 3px;
	font-size: 14px;
}


/* ----------------------------------------
サブカテゴリーの開閉
open-close-sub-cat
---------------------------------------- */
#sub1-2026 .category-list .open-close-sub-cat .contents-sub-cat {
	display: none; /* 一旦隠しておく */
}

/* ホバーで表示 */
#sub1-2026 .category-list .open-close-sub-cat:hover .contents-sub-cat {
	display: block; /* 一旦隠しておく */
}



/* ----------------------------------------
お問い合わせバナー
---------------------------------------- */
#sub1-2026 .lbnr-inquiry {
	padding: 0 0 20px;
}
#sub1-2026 .lbnr-inquiry a {
	display: block;
}
#sub1-2026 .lbnr-inquiry img {
	display: block;
}



/* ----------------------------------------
静的　１カラム　メイン
---------------------------------------- */
#container #main {
	width: 960px;
	margin: 50px auto;
}




/* --------------------------------------------------------------------------------
footer-2026
-------------------------------------------------------------------------------- */
#footer-2026 {
}

/********** footer-outer **********/
#footer-2026 .footer-outer {
	padding: 50px 0;
	background: #f2f2f2;
}

/********** footer-inner **********/
#footer-2026 .footer-inner {
	display: flex;
	justify-content: space-between;
	
	width: 1200px;
	margin: 0 auto;
}


/********** サイトマップ **********/
#footer-2026 .f-sitemap .f-sitemap-wrapper {
	display: flex;
	
	width: 100%;
}
#footer-2026 .f-sitemap .f-sitemap-box {
	width: 240px;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
#footer-2026 .f-sitemap .f-sitemap-box-3 {
	padding: 0 0 0 0;
}
#footer-2026 .f-sitemap .heading {
	padding: 0 0 5px;
	font-size: 15px;
	letter-spacing: 0.08em;
	font-weight: 500;
	color: #329286;
}
#footer-2026 .f-sitemap .sitemap-list-oshitate-merit {
	padding: 0 0 60px;
}
#footer-2026 .f-sitemap ul {
}
#footer-2026 .f-sitemap ul li {
	padding: 0 0 7px;
}
#footer-2026 .f-sitemap ul li:last-child {
	padding-bottom: 0;
}
#footer-2026 .f-sitemap ul li a {
	display: block;
	font-size: 13px;
}


/********** フッターコンテンツ **********/
#footer-2026 .site-contents {
	width: 290px;
}

/* 会社名 */
#footer-2026 .site-contents .company-name {
	font-weight: 500;
	font-size: 14px;
}

/* address */
#footer-2026 .site-contents .address {
	font-size: 14px;
}

/* f-sns */
#footer-2026 .site-contents .f-sns {
	display: flex;
	align-items: center;
}
#footer-2026 .site-contents .f-sns .heading {
	font-weight: 500;
	font-size: 14px;
}
#footer-2026 .site-contents .f-sns ul {
	display: flex;
	align-items: center;
}
#footer-2026 .site-contents .f-sns ul li {
	
}
#footer-2026 .site-contents .f-sns ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	
	width: 22px;
	height: 22px;
}
#footer-2026 .site-contents .f-sns ul li img {
	display: block;
}
#footer-2026 .site-contents .f-sns ul li.f-sns-facebook img {
	width: 12px;
	height: auto;
}
#footer-2026 .site-contents .f-sns ul li.f-sns-instagram img {
	width: 22px;
	height: auto;
}


/********** サイト情報 **********/
/* ロゴ */
#footer-2026 .site-contents .f-logo {
	width: 180px;
	padding: 0 0 21px;
}
#footer-2026 .site-contents .f-logo a {
	display: block;
}
#footer-2026 .site-contents .f-logo img {
	display: block;
}

/* company-name */
#footer-2026 .site-contents .company-name {
	padding: 0 0 2px 2px;
}

/* address */
#footer-2026 .site-contents .address {
	padding: 0 0 21px 2px;
	line-height: 1.8;
}

/* f-sns / FLLOW US */
#footer-2026 .site-contents .f-sns {
	padding: 0 0 0 2px;
}
#footer-2026 .site-contents .f-sns .heading {
	padding: 0 16px 0 0;
	letter-spacing: 0.03em;
}
#footer-2026 .site-contents .f-sns ul li {
	padding: 0 11px 0 0;
}
#footer-2026 .site-contents .f-sns ul li:last-child {
	padding-right: 0;
}
#footer-2026 .site-contents .f-sns ul li a {
	display: block;
}
#footer-2026 .site-contents .f-sns ul li img {
	display: block;
}


/********** pagetop **********/
#footer-2026 .pagetop {
	position: fixed;
	z-index: 100;
	
	right: 40px;
	bottom: 30px;
}




