@charset "UTF-8";

/*
 * 仕立屋 静的版（現行完全コピー）
 * 元: WordPressテーマ「sitateya」style.css / custom.css を静的化用に統合
 * Bootstrap 3.3.6 は css/bootstrap.min.css として同梱
 */

/********** global **********/
body {
    width: 100%;
    height: 100%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    background-color:#000000;
}

.center{
 text-align: center;
}

.space-10px{
	height:10px;
}
.space-20px{
	height:20px;
}
.space-60px{
	height:60px;
}

.col-xs-12, .col-sm-2, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right:0px
}
.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right:0px
}

.row{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right:0px
}

.catelink a:link {
	color:#333;
}
.catelink a:hover {
	color:#039;
}

/********** navbar **********/
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}

.brand_logo {
	padding-bottom: 5px
}

.navbar-right {
	margin-right: 30px
}

.navbar-brand {
	padding: 10px 15px;
}

/********** topmenu **********/
.topmenu-header{
	padding-top:80px;
	background-color:#ffffff;
}

.menuicon{
	min-height:100px;
	min-width:100px
}

@media (max-width: 768px) {
	.topmenu{
		padding: 0 0 0 0
	}
}
@media (min-width: 768px) {
	.topmenu{
		padding: 0 0 0 0
	}
}

.menu_xs{
	padding: 0 0 0 0;
}

.news {
	padding: 20px 0 70px 0;
	background-color: #ffffff;
}

.news h3 {
	margin: 0;
}

/********** instagram（公式埋め込み） **********/
.insta {
	background-color: #ffffff;
}
.insta-embed {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}
.insta-embed .instagram-media {
	min-width: 240px !important;
	max-width: 326px;
	flex: 1 1 240px;
	margin: 0 !important;
}
.insta-follow {
	text-align: center;
	padding: 18px 0 10px 0;
}
.insta-follow a {
	display: inline-block;
	padding: 8px 22px;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}
.insta-follow a:hover {
	background: #333333;
	color: #ffffff;
	text-decoration: none;
}

/********** main-contents **********/
.main-contents {
	padding-top:0px;
	background-color:#000000;
	color:#aaaaaa;
}

.main-content-top {
	padding-top:10px;

}
.main-content{
	padding-bottom: 0px;
}

.main-contents-img{
	margin-top: 60px;
}

.main-contents h1,
.main-content-top h1,
.main-content h1 {
	font-size: 36px;
}
.main-contents h2 {
	font-size: 24px;
	line-height: 1.6;
}
.main-contents h4,
.main-content-top h4,
.main-content h4 {
	font-size: 16px;
	line-height: 1.9;
}
.main-contents li {
	font-size: 16px;
	line-height: 1.9;
	margin-bottom: 0.8em;
}

img.main-contents{
	background-color:#000000;
}

.subNavBtn {
	display: block;
	height: 35px;
	width: 10%;
	float: left;
	margin: 0px 0px 0 0;
	text-decoration: none;
	font-size: 14px;
	padding: 15px 2% 0 2%;
	text-align: center;

	color: #fff;
}

.shop {
	height:auto;
}

/*********** galleries（final-tiles-grid-gallery の代替・素のHTML/CSS） *********************/

.galley-contents-black {
	background-color:#000;
	color:#aaaaaa;
}
.galley-contents-white {
	background-color:#fff;
	color:#333;
}

.gallery-header {
	padding-top: 60px;
	padding-bottom:30px;
}
.gallery-header h4 {
	font-size: 16px;
	line-height: 1.9;
}

.gallery-grid {
	columns: 300px;
	column-gap: 2px;
	padding: 2px;
	line-height: 0;
}
.gallery-grid a {
	display: block;
	margin-bottom: 2px;
}
.gallery-grid img {
	width: 100%;
	height: auto;
}

/* ライトボックス（プラグイン不使用・最小限の自作） */
#lightbox {
	display: none;
	position: fixed;
	z-index: 10000;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,.92);
	text-align: center;
	cursor: pointer;
}
#lightbox img {
	max-width: 92%;
	max-height: 88%;
	margin-top: 4vh;
}

/************* maps **********************/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*********** pages & Singles *********************/

.page {
	background-color:#000;
	color:#aaaaaa;
}
.page a {
	color:#cccccc;
	text-decoration: underline;
}
.page a:hover {
	color:#ffffff;
}

.single {
	padding-top: 60px;
	padding-bottom: 150px;
}
.single h1 {
	font-size: 28px;
	line-height: 1.6;
}
.single p, .single div {
	font-size: 15px;
	line-height: 1.9;
}

/* contact  ***************************/

.contact-header {
	margin-top: 50px;
}
.contact-header h1 {
	font-size: 32px;
}
.contact-header p {
	font-size: 15px;
	line-height: 1.9;
}

.contact {
	padding-top: 40px;
	padding-left: 20px;
	width: 60%;
}
@media (max-width: 768px) {
	.contact {
		width: 100%;
		padding-left: 0;
	}
}

/* フォーム（Contact Form 7 の代替・見た目のみ。送信処理は未実装） */
.contact-form {
	max-width: 640px;
	padding: 10px 0 80px 0;
	font-size: 15px;
}
.contact-form .form-row {
	margin-bottom: 22px;
}
.contact-form label {
	display: block;
	margin-bottom: 6px;
	font-weight: normal;
	color: #aaaaaa;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #888888;
	background: #ffffff;
	color: #333333;
	font-size: 15px;
	font-family: inherit;
	box-sizing: border-box;
}
.contact-form textarea {
	height: 180px;
	resize: vertical;
}
.contact-form .required {
	color: #ff6666;
	font-size: 13px;
}
.contact-form button[type="submit"] {
	padding: 10px 46px;
	background: #dddddd;
	color: #333333;
	border: 1px solid #999999;
	font-size: 15px;
	font-family: inherit;
	cursor: pointer;
}
.contact-form button[type="submit"]:hover {
	background: #cccccc;
}
.contact-form .form-note {
	font-size: 13px;
	color: #888888;
	margin-top: 10px;
}

/********** footer ***********************/

#footer {
	padding-top:15px;
	padding-bottom: 10px;
	background-color: #000000;
	color:#aaaaaa;
}

/********** scroll to top **********/
#page-top{
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  width: 80px;
  margin-right: 20px;
  padding: 20px 10px;
  background: rgba(200,200,200,.7);
  color: #333;
  text-align: center;
  text-decoration: none;
}
#page-top:hover{
  background: rgba(0,0,0,.8);
}

/********** ミセノワ標準 営業カレンダー（mini-calendar） **********/

.mini-calendar {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	background: #0d0d0d;
	border: 1px solid #2a2a2a;
	padding: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.mini-calendar-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.mini-calendar-head strong {
	color: #dddddd;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.mini-calendar-head button {
	background: #222222;
	border: 1px solid #3a3a3a;
	color: #cccccc;
	width: 30px;
	height: 30px;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}
.mini-calendar-head button:hover {
	background: #333333;
}
.mini-week {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	font-size: 11px;
	color: #999999;
	padding-bottom: 6px;
	border-bottom: 1px solid #2a2a2a;
}
.mini-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	padding-top: 6px;
}
.mini-grid .cal-cell {
	display: block;
	padding: 5px 0;
	font-size: 12px;
	color: #cccccc;
	background: none;
	border: none;
	font-family: inherit;
}
button.cal-cell {
	cursor: pointer;
}
button.cal-cell:hover {
	background: #2a2a2a;
}
.mini-grid .cal-closed {
	color: #777777;
	background: #3a3a3a;
}
.mini-grid .cal-disabled {
	color: #5a5a5a;
}
.mini-grid .cal-today {
	outline: 1px solid #888888;
	outline-offset: -1px;
}
.mini-grid .cal-selected {
	background: #dddddd;
	color: #111111;
}
.mini-grid .cal-empty {
	background: none;
}
.mini-legend {
	display: flex;
	justify-content: flex-end;
	gap: 14px;
	margin-top: 8px;
	font-size: 11px;
	color: #999999;
}
.mini-legend span::before {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin-right: 5px;
	background: #0d0d0d;
	border: 1px solid #555555;
}
.mini-legend span:last-child::before {
	background: #3a3a3a;
}

/********** ミセノワ標準 来店予約パネル **********/

.reserve-demo {
	background: #000000;
}
.reserve-layout {
	display: flex;
	gap: 50px;
	align-items: flex-start;
}
.reserve-layout > div:first-child {
	flex: 1;
	padding-top: 40px;
}
.reserve-demo .eyebrow {
	color: #888888;
	font-size: 13px;
	letter-spacing: 0.25em;
	margin-bottom: 10px;
}
.reserve-demo h2 {
	color: #dddddd;
	font-size: 28px;
	margin-top: 0;
}
.reserve-lead {
	color: #aaaaaa;
	font-size: 15px;
	line-height: 1.9;
}
.reserve-points {
	color: #aaaaaa;
	font-size: 14px;
	line-height: 2;
	padding-left: 1.2em;
}
.booking-panel {
	flex: 0 0 360px;
	background: #0d0d0d;
	border: 1px solid #2a2a2a;
	padding: 22px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.booking-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 14px;
	border-bottom: 1px solid #2a2a2a;
	margin-bottom: 16px;
}
.booking-head span {
	display: block;
	font-size: 10px;
	letter-spacing: 0.2em;
	color: #888888;
	text-transform: uppercase;
}
.booking-head strong {
	font-size: 17px;
	color: #dddddd;
	font-weight: normal;
}
.booking-head b {
	font-size: 10px;
	color: #7fbf7f;
	border: 1px solid #2f4f2f;
	padding: 3px 8px;
	letter-spacing: 0.15em;
}
.booking-service {
	margin-bottom: 16px;
}
.booking-service span {
	display: block;
	font-size: 12px;
	color: #999999;
	margin-bottom: 6px;
}
.booking-service select {
	width: 100%;
	padding: 8px;
	background: #1a1a1a;
	color: #dddddd;
	border: 1px solid #3a3a3a;
	font-family: inherit;
	font-size: 13px;
}
.booking-service small {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	color: #888888;
}
.booking-panel .mini-calendar {
	max-width: none;
	margin: 0 0 16px 0;
	border-color: #2a2a2a;
}
.selected-slots {
	margin-bottom: 16px;
}
.selected-slots span {
	display: block;
	font-size: 12px;
	color: #999999;
	margin-bottom: 8px;
}
#slot-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}
#slot-grid .slot {
	padding: 6px 10px;
	background: #1a1a1a;
	border: 1px solid #3a3a3a;
	color: #cccccc;
	font-size: 12px;
	font-family: inherit;
	cursor: pointer;
}
#slot-grid .slot:hover {
	background: #2a2a2a;
}
#slot-grid .slot.selected {
	background: #dddddd;
	color: #111111;
	border-color: #dddddd;
}
.button.primary.full {
	display: block;
	width: 100%;
	padding: 12px;
	background: #dddddd;
	color: #111111;
	border: none;
	font-size: 14px;
	font-family: inherit;
	cursor: pointer;
}
.button.primary.full:hover {
	background: #ffffff;
}
.reserve-form {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #2a2a2a;
}
.reserve-form label {
	display: block;
	font-size: 12px;
	color: #999999;
	margin-bottom: 12px;
}
.reserve-form input[type="text"],
.reserve-form input:not([type]) {
	width: 100%;
	padding: 8px;
	background: #1a1a1a;
	color: #dddddd;
	border: 1px solid #3a3a3a;
	font-family: inherit;
	font-size: 14px;
	box-sizing: border-box;
	margin-top: 4px;
}
.reserve-form label.check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-size: 11px;
	line-height: 1.6;
}
.reserve-form label.check input {
	margin-top: 2px;
}
/* ハニーポット（ボット対策）：人には見せない */
.reserve-form label.hp,
.contact-form label.hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.reserve-form .demo-note {
	margin-top: 12px;
	font-size: 12px;
	color: #d8c98a;
}
@media (max-width: 768px) {
	.reserve-layout {
		flex-direction: column;
	}
	.reserve-layout > div:first-child {
		padding-top: 0;
	}
	.booking-panel {
		flex: none;
		width: 100%;
	}
}

/********** 電話リンク **********/

.navbar-nav > li > a.tel-link {
	color: #8a0000 !important;
	font-weight: bold;
}
.navbar-tel-xs {
	float: right;
	margin: 8px 8px 0 0;
}
.navbar-tel-xs a {
	display: inline-block;
	padding: 6px 12px;
	background: #8a0000;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}
.contact-tel-box {
	margin: 24px 0 8px 0;
	padding: 20px;
	border: 1px solid #3a3a3a;
	background: #0d0d0d;
	max-width: 640px;
}
.contact-tel-box .tel-big {
	font-size: 26px;
	letter-spacing: 0.08em;
}
.contact-tel-box .tel-big a {
	color: #dddddd;
	text-decoration: none;
	border-bottom: 1px solid #555555;
}
.contact-tel-box p {
	margin: 6px 0 0 0;
	font-size: 13px;
	color: #999999;
}
.footer-tel {
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.footer-tel a {
	color: #cccccc;
	text-decoration: none;
	border-bottom: 1px solid #555555;
}
.footer-tel a:hover {
	color: #ffffff;
}

/* 休業日セルの「休」表示（2026-07-29 追加） */
.cal-cell.cal-closed { position: relative; line-height: 1.1; }
.cal-closed-mark {
  display: block;
  font-style: normal;
  font-size: 0.62em;
  line-height: 1;
  margin-top: 1px;
  opacity: .85;
  letter-spacing: 0;
}


/* 予約カレンダーの空き記号（2026-07-30 追加）0件=◎ 1件=○ 2〜3件=△ 4件以上=× */
.cal-cell { position: relative; }
.cal-mark {
  display: block;
  font-style: normal;
  font-size: 0.72em;
  line-height: 1;
  margin-top: 2px;
  font-weight: 700;
}
.cal-mark-dc { color: #2e7d5b; }
.cal-mark-o  { color: #3f7d3f; }
.cal-mark-tri{ color: #c98a1e; }
.cal-mark-x  { color: #b3453c; }
