/* 日本語 */

/**************************************************
 共通ページレイアウトスタイル
***************************************************/

img {
	max-width: 100%;
}
/* ページ全体のコンテナ */
div#container {
	min-width: inherit;
}
div#containerWrap {
	background-size: 800px auto;
}
/* ヘッダ */
div#header {
	min-width: inherit;
	margin: 0;
	padding: 0;
	height: 50px;
}
#header #headerInfo {
	display: none;
}
#header #headerLogo {
	width: 106px;
	margin: 10px 0 0 10px;
}
#headerBtn {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: #B60611;
}
#headerBtn span {
	position: absolute;
	left: 11px;
	display: inline-block;
	width: 28px;
	height: 2px;
	background-color: #fff;
	transition: all .2s;
	box-sizing: border-box;
}
#headerBtn span:nth-of-type(1) {
	top: 16px;
}
#headerBtn span:nth-of-type(2) {
	top: 24px;
}
#headerBtn span:nth-of-type(3) {
	top: 32px;
}
#headerBtn.open span {
	top: 25px;
}
#headerBtn span:nth-of-type(2)::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: all .2s;
}
#headerBtn.open span:nth-of-type(1) {
	transform: translateY(10px) scale(0);
}
#headerBtn.open span:nth-of-type(2) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 12px;
}
#headerBtn.open span:nth-of-type(2)::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#headerBtn.open span:nth-of-type(3) {
	transform: translateY(-10px) scale(0);
}
/* グローバルメニュー */
.gNaviWrap, .gNaviWrap2 {
	display: none;
}
.spNaviWrap {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 10;
	border-bottom: 1px solid #fff;
	background: #fff;
	box-shadow: 0 1px 0 #efefef;
}
#spNavi {
	margin: 0 0 20px 0;
	text-align: left;
}
#spNavi li {
	border-bottom: 1px solid #fff;
	box-shadow: 0 -1px 0 #fbe7e8 inset;
}
#spNavi li a {
	position: relative;
	display: block;
	padding: 10px 15px 10px 53px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#spNavi li a img {
	position: absolute;
	top: 8px;
	left: 15px;
	height: 23px;
}
.spSearch {
	padding: 0 10px 20px;
}
.spLink {
	padding: 0 10px 10px;
}
.spLink ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 0 0;
}
.spLink ul li {
	margin: 0 10px 10px 0;
}

/* 2・3カラムのコンテナ */
div#contents {
	padding: 0 10px;
}
/* メインコンテンツ */
div#contentsMain {
	float: none;
	margin-right: 0;
	padding-bottom: 50px;
}
body.oneColumn div#contentsMain {
	float: none;
	margin-right: 0;
}
/* 右コンテンツ */
div#contentsRight {
	float: none;
	width: auto;
}
/* メインコンテンツ　インナー */
div#contentsMainInner {
	margin-right: 0;
}
body.oneColumn div#contentsMainInner {
	margin-right: 0;
}
/* ローカルメニュー */
.localNavTitle {
	background-color: #b60510;
}
.localNavTitle a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.localNavTitle img {
	display: none;
}
.localNavTitle em {
	display: block;
	padding: 8px 11px;
	font-size: 123%;
	font-style: normal;
}
ul.localNavi {
	width: auto;
}
ul.localNavi li.child,
ul.localNavi li.currentChild {
	display: none;
}

/* フッタ */
div#footerInner {
	padding: 15px 10px 25px 10px;
}
div#footer #footerLeft {
	float: none;
	width: auto;
	text-align: left;
}
div#footer #footerRight {
	float: none;
	width: auto;
	padding: 15px 0 0 0;
	text-align: left;
}
div#footer #footerRight .copyright {
	padding: 15px 0 0 0;
	text-align: right;
}

/**************************************************
 共通見出しレイアウトスタイル
***************************************************/

/* H1 */
div#contentsMain h1 { padding:20px 5px 20px 14px; }
div#contentsMain h1.print { padding:20px 5px 50px 14px; }

/**************************************************
 共通パーツレイアウトスタイル
***************************************************/

/* メインビジュアル */
.mainVisual {
	min-width: inherit;
	height: auto !important;
	margin: 0;
	padding: 30px 10px;
	background-position: right center !important;
	background-size: auto 100% !important;
}
.mainVisual img {
	display: none;
}
.mainVisual em {
	display: block;
	color: #fff;
	font-size: 154%;
	font-style: normal;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
/* 画像配置 */
div.imgRight {
	float: none;
	margin: 20px 0 0 0;
	display: block;
}
div.imgLeft {
	float: none;
	margin: 20px 0 0 0;
	display: block;
}

/* お問い合わせ */
div.inquiry div.inquryTitle img {
	display: none;
}
div.inquiry div.inquryTitle em {
	display: block;
	padding: 5px 5px 5px 35px;
	font-style: normal;
	background: url(/kankocho/content/icn_inquiry.png) no-repeat 10px center;
}

/**************************************************
 カテゴリートップページレイアウトスタイル
***************************************************/
.categoryList .categoryListLeft,
.categoryList .categoryListRight {
	float: none;
	width: auto;
}


/**************************************************
 202202 アーカイブ用
***************************************************/

.arc_txt{
	display:block;
	text-align:left;
}