/*
Theme Name:	Lightning-child
Template:	lightning
*/

/* =============================================================
  fonts
============================================================= */
html{
	font-feature-settings: "palt";
}


/* =============================================================
  リセット
============================================================= */
/* img
----------------------------*/
img,
img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone{
	border:none;
	box-shadow:0 0 0;
	border-radius:0;
	margin:0;
	padding:0;
	line-height: 0;
}

figure {
	line-height: 0;
}

/* a
----------------------------*/
 li a,
 p a {
	text-decoration: none;
}

/* リストスタイル
----------------------------*/
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	line-height: 0;
	margin: 0;
}

/* 見出し・段落
----------------------------*/
h2 {
	border: none;
	margin: 0;
	padding: 0;
}
h3 {
	border: none;
	margin: 0;
	padding: 0;
}
h3::after {
	display: none;	
}
h4 {
	border-radius: 0;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
h5 {
	border: none;
	background-color: transparent;
	margin: 0;
	padding: 0;
}
h6 {
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}

/* その他
----------------------------*/
/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}




/* =============================================================
  全ページ共通部分
============================================================= */
/*  ページ全体
-------------------------------------------*/
/* カラー設定
----------------------------*/
/* 変数を設定 */
:root {
  --color-site-sorder:         #374060; /* サイズオーダー館 */
  --color-site-nmaku:          #344c56; /* 店頭幕館 */
  --color-site-gshop:          #b19560; /* グッズショップ館 */
  --color-site-happi:          #6d2e2e; /* はっぴ工房 */
  --color-site-homaekake:      #5f472d; /* 帆前掛け工房 */
}

/*  リスト
----------------------------*/
/* リストを横並びに */
ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
/* リスト内イメージの幅調整 */
li img {
	width: 100%;
}

/*  ヘッダー
-------------------------------------------*/
/*  ロゴ・ナビ共通
----------------------------*/
/* 横幅を100%表示に */
 .site-header--layout--nav-float .site-header-container.container {
	display: block;
	max-width: 100%;
}
.site-header-container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
	
/*  ロゴ
----------------------------*/
/* センター表示に */
.site-header--layout--nav-float .site-header-logo {
	margin-right: 0;
	padding-top: 2.1rem;
	margin-bottom: 2rem;
	text-align: center;
}
.site-header--layout--nav-float .site-header-logo img {
	margin: 0 auto;
}
	
	
/*  グローバルナビゲーション
-------------------------------------------*/
/* ベースカラーと位置 */
/*body:not(.header_scrolled)*/
.global-nav--layout--float-right {
	float: none;
	background-color: #46a2f7;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
/* 最大幅と横並び */
.global-nav-list {
	max-width: 1180px;
	width: 100%;
	flex-flow: row wrap;
	justify-content: space-between;
}
/* 横幅（一つ分） */
.global-nav-list li {
	width: calc(100%/8);
}
/* 文字サイズ */
.global-nav-list>li .global-nav-name {
	font-size: 13px;
}
/* サブメニューの幅とカラー */
.global-nav-list li .sub-menu li {
	width: 100%;
	text-align: center;
	border-top: 1px solid #0076ce;
}
/* 三角の色 */
.global-nav-list>li.menu-item-has-children::after {
    border-bottom-color: #0076ce;
}
/* ボタンカラー */
.global-nav-list li a {
	color: #fff;
	background-color: #0076ce; /*ゆっくり戻すため */
	transition: all 0.3s; /*ゆっくり戻すため */
}
/* ロールオーバー */
.global-nav-list li a:hover,
.global-nav-list li .sub-menu a:hover {
	background-color: #4E6D55;
	transition: all 0.3s;
}
/* ロールオーバーのライン削除 */
.global-nav-list>li:before {
	border: none;
}
/* ロールオーバー現在位置表示 */
.global-nav-list .current_page_item a,
.global-nav-list .current-menu-parent a {
	background-color: #0076ce;
}
/* 下層メニューの色を再設定 */
.global-nav-list .current-menu-parent ul a {
	background-color: #2C5134;
}
/* 下層メニューの現在位置表示 */
.global-nav-list .current-menu-parent ul li.current-menu-item a {
	background-color: #56745D;
}


/* ページタイトル（トップ以外）
-------------------------------------------*/
/* 高さ・背景 */
.page-header {
	min-height: 7rem;
	background-color: #b8e1ff;
}
/* 文字 */
.page-header-title, h1.page-header-title {
    font-size: 1.5rem;
}


/*  パンくずリスト
-------------------------------------------*/
.breadcrumb {
	display: none;
}


/*  コンテンツ
-------------------------------------------*/
/*  大枠
----------------------------*/
/* コンテンツ下マージン */
.site-body {
	margin: 3rem 0 5rem;
}
.page-id-1211 .site-body,
.page-id-1368 .site-body,
.page-id-1371 .site-body {
	margin-top: 0; /* 上の打消し 神社幕、湯のれん、楽屋のれんページ */
}

/* 全幅背景
----------------------------*/
/* 全幅背景 */
.wide {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #f3f4ef;
	padding: 3rem 0;
}
/* 全幅背景中のコンテンツ */
.wide_inner {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
}

/*  各ブロック
----------------------------*/
/* マージンを上に追加 */
.block {
	margin-top: 4rem;
}

/*  見出し
----------------------------*/
/* h2 */
.site-body h2 {
	font-size: 1.33rem;
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 0 0 0.5em;
}
/* h3 */
.site-body h3 {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	margin-top: 0.5rem;
}
/* h4 */
.site-body h4 {
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	margin-top: 0.5rem;
}

/*  段落文字
----------------------------*/
/* 文章 */
p.txt {
	margin-top: 1.2rem;
}
/*詳細*/
p.detail {
	margin-top: 0.5rem;
}
/* 注意書き */
.attention_note {
	font-weight: 600;
	text-align: center;
	background-color: #FCE5E3;
	margin-top: 2rem;
	padding: 1rem;
}
/* 注釈 */
.annotation {
	font-size: var(--vk-size-text-meta);
	line-height: var(--vk-line-height-low);
}
/* 赤字 */
.red {
	color: red;
	font-weight: 600;
}

/* ボタン
----------------------------*/
/* 共通
-------------------*/
/* シャドウ */
.contents_btn {
	transition: all 0.3s; /* ゆっくり戻すため記述 */
	opacity: 1; /* ゆっくり戻すため記述 */
	filter: brightness(100%); /* ゆっくり戻すため記述 */
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
	display: block; /* aに設置した時用 */
}
/* ロールオーバー */
.contents_btn:hover {
	transition: all 0.3s;
	opacity: 0.8;
	filter: brightness(110%);
	filter: drop-shadow(0.1rem 0.1rem 0.2rem #999);
}
/* アンカー */
.contents_btn a {
	display: block;
	line-height: 0;
}

/* バナー・ボタンPC用（スマホ用非表示）
----------------------------*/
.sp {
	display: none;
}


/*  フッター上部
-------------------------------------------*/
/* 背景色とpadding*/
.site-body-bottom {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background-color: #f1f6f9;
	border-top: 1px solid rgba(231,234,220,1);
}
/* サブタイトルのデザイン */
.widget_xo_event_calendar .sub-section-title {
	text-align: center;
	border-color: #ccc;
}
/* サブタイトルの下線削除 */
.widget_xo_event_calendar .sub-section-title::after {
	content: none; 
}


/*  フッター
-------------------------------------------*/
/* 大枠
-------------------*/
/* カラーとボーダー */
.site-footer {
	background-color: #d2eaf9;
	border: none;
}

/* フッターコンテント
-------------------*/
/* 共通
--------------*/
/* padding responsiveで消えたのを再設定 */
.container.site-footer-content {
	padding-top: 2rem;
}
/* マージン削除 */
.site-footer-content .widget,
.site-footer .widget:last-child {
	margin-bottom: 0;
}
/* タイトル */
.site-footer-content p.tit {
	text-align: center;
	border-bottom: 1px dotted #c2c5d0;
	padding: 0.5rem 0.5rem 0.3rem;
	margin: 0 0 0.5rem;
}
/* リスト　*/
.site-footer-content .widget ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}
.site-footer-content .widget li {
	width: 47%;
	margin-top: 0.4rem;
}
.site-footer-content .widget li a {
	display: block;
	line-height: 0;
}

/* 1カラム目　VKお問い合わせのレイアウト
--------------*/
/* padding調整 */
.site-footer .veu_contact .contact_frame,
.sub-section--col--two .veu_contact .contact_frame {
	padding-left: 0.5rem;
	padding-right: 0.5rem;
}
/* 横幅と位置 */
.site-footer .veu_contact .contact_txt {
	width: 100%;
	text-align: center;
}
/* 横幅 */
.site-footer .veu_contact .contact_bt {
	width: 100%;
}
/* 背景色 */
.veu_card .veu_card_inner {
	background-color: transparent;
}
/* 枠削除 */
.veu_card {
	border: none;
}
/* マージン */
 .site-footer .veu_contact .contact_frame,
 .sub-section--col--two .veu_contact .contact_frame {
    padding-top: 0.4rem;
	 padding-bottom: 0;
}
/* シャドウ */
.veu_card .veu_card_inner {
	box-shadow: none;
}
/* FAX番号 */
.site-footer .fax_contact {
	margin: 0.7rem 0.5rem 0;
	padding: 0.5rem;
	border: 1px solid #ccc;
	border-radius: 0.3rem;
	background-color: rgba(255,255,255,0.8);
	text-align: center;
}
.site-footer .fax_contact p.tit {
	float: left;
	width: 40%;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
	border-bottom: none;
	line-height: 1.8rem;
}
.site-footer .fax_contact p.number {
	float: right; 
	width: 60%;
	font-size: 17px;
	font-weight: 700;
	color: var(--vk-color-primary);
}

/* 2カラム目 リスト部分
--------------*/
/* 横幅 */
.site-footer-content .col-lg-4:nth-child(2) ul,
.site-footer-content .col-md-6:nth-child(2) ul {
	width: 90%;
	margin: 0 auto;
}
/* 行間 */
.site-footer-content .col-lg-4:nth-child(2) .widget a,
.site-footer-content .col-md-6:nth-child(2) .widget a {
	line-height: 1.5;
}
/* リストの中のリスト */
.site-footer-content .widget li ul li {
	width: 100%;
}
/* 並べ順 */
.footer_sitemap li:nth-of-type(1) { order: 1; }
.footer_sitemap li:nth-of-type(2) { order: 3; }
.footer_sitemap li:nth-of-type(3) { order: 5; }
.footer_sitemap li:nth-of-type(4) { order: 7; }
.footer_sitemap li:nth-of-type(5) { order: 9; }
.footer_sitemap li:nth-of-type(6) { order: 11; }
.footer_sitemap li:nth-of-type(7) { order: 13; }
.footer_sitemap li:nth-of-type(8) { order: 15; }
.footer_sitemap li:nth-of-type(9) { order: 2; }
.footer_sitemap li:nth-of-type(10) { order: 4; }
.footer_sitemap li:nth-of-type(11) { order: 6; }
.footer_sitemap li:nth-of-type(12) { order: 8; }
.footer_sitemap li:nth-of-type(13) { order: 10; }
.footer_sitemap li:nth-of-type(14) { order: 12; }
.footer_sitemap li:nth-of-type(15) { order: 14; }


/* 3カラム目 関連会社リンク
--------------*/
/* m-company */
.m-company a {
	display: block;
	text-align: center;
	background-color: #fff;
	border: 1px solid #999;
	padding: 0.3rem;
	margin-top: 0.8rem;
}
.m-company a img {
	width: 50%;
}

/* g-company */
.g-company {
	margin-top: 0.5rem;
}


/* コピーライト
-------------------*/
/* コピーライトのマージン */
.site-footer-copyright p:nth-child(1) {
	margin: 2rem 0 1rem;
}
/* Lightningのコピーライト非表示 */
.site-footer-copyright p:nth-child(2) {
	display: none;
}

/* ページトップへボタン
-------------------*/
.page_top_btn {
	border-radius: 22px;
	background-color: rgba(0,118,206,0.8);
	box-shadow: 0 0 0 3px rgb(255 255 255 / 80%), 0 0 0 0 rgb(0 0 0 / 80%);
}