@import url("./html_lib/common.css");
@import url("./kakusta_contents.css");
@import url("./common_contents.css");
/*
Theme Name: 筆じぃ.com
Version: 1.0
Author:Seiki Nishijima
copyright (c)2008-2019 BeniPong! ALL right reserved.

	$Id: style.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  共通設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
html{
	-webkit-text-size-adjust: none;
	background: #fff;
	overscroll-behavior: none;
}
body {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	color: #1a1a1a;
	background: #fff;
	font-size: 16px;
}
#background {
	padding: 0 0 0 0;
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
	min-width: 1520px;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	background: url(./images/background01.jpg);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background {
		min-width: 320px;
	}
}
/*-----------------------------------*/
#background a {
	color: #1a1a1a;
	text-decoration: none;
}
#background a[href^="tel:"] {
	pointer-events: none;
}
#background img {
	vertical-align: middle;
	box-sizing: border-box;
	width: 100%;
	height: auto;
}
#background .pcArea {
	display: block;
}
#background .spArea {
	display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background a[href^="tel:"] {
		pointer-events: auto;
	}
	#background .pcArea ,
	#background .spNone {
		display: none;
	}
	#background .spArea {
		display: block;
	}
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
	margin: 0 0 0 0;
	text-align: center;
	width: 100%;
}
#background section {
	margin:0px auto 0px auto;
	text-align:center;
	width: 100%;
}
#background .naviMask {
	display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background header ,
	#background footer ,
	#background article {
		margin: 0;
		width: 100%;
	}
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background article h2 ,
#background article h3 ,
#background article h4 ,
#background article h5 ,
#background article h6 {
	margin: 0 auto 40px auto;
}
#background article p ,
#background article ul ,
#background article ol {
	margin: 0 auto 30px auto;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background article h2 ,
	#background article h3 ,
	#background article h4 ,
	#background article h5 ,
	#background article h6 {
		margin: 0 0 20px 0;
	}
	#background article p ,
	#background article ul ,
	#background article ol {
		margin: 0 0 20px 0;
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通ヘッダ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
/*------------------------------------
  一般設定　ここから
-------------------------------------*/
#background header:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(./images/background12.png) no-repeat 50% 0;
	background-size: 1750px 260px;
}
#background header section {
	width: 1520px;
	display: flex;
	align-items: center;
}
#background header h1 {
	margin: 0 auto 0 0;
	width: 1130px;
}
#background header nav {
	margin: auto 0 auto auto;
	width: 350px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background header section {
		width: 100%;
	}
	#background header h1 {
		width: calc(100% - 80px);
	}
}
/*------------------------------------
  トップ設定　ここから
-------------------------------------*/
.home #background header {
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.05) );
}
.home #background header:before {
	background-image: url(./images/background11.png);
	background-size: 1730px 390px;
}
.home #background header:after {
	content: "";
	visibility: visible;
	display: block;
	width: 100%;
	height: 48px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.1) 50% );
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background header:before ,
	.home #background header:before {
		background-image: url(./images/background13.png);
		background-size: 470px 120px;
	}
	#background header:after ,
	.home #background header:after {
		height: 10px;
	}
}
/*===========================================================================

  PCメニューセット設定　ここから

===========================================================================*/
/*------------------------------------
  メインメニュー設定　ここから
-------------------------------------*/
#background header nav ul {
	margin: 0;
}
#background header nav ul li {
	margin-bottom: 15px;
	filter: drop-shadow(5px 5px 0 rgba(0,0,0,0.1));
	background: #fff;
}
#background header nav ul li:first-of-type {
	display: none;
}
#background header nav ul li:last-of-type {
	margin-bottom: 0;
}
#background header nav ul li a {
	display: block;
	position: relative;
	min-height: 60px;
	padding: 0 40px 0 100px;
	letter-spacing: 0;
	background: #fff;
	border: 1px solid #1a1a1a;
	text-align: center;
	font-size: 26px;
	line-height: 60px;
}
#background header nav ul li small {
	font-size: 19px;
	line-height: 60px;
}
#background header nav ul li a:before {
	content: "";
	display: block;
	width: 100px;
	height: 60px;
	background: url(./images/menu01.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 0;
}
/*------------------------------------
  メニューボタン設定　ここから
-------------------------------------*/
#background header p.menu {
	display: none;
}
/*------------------------------------
  カラバリ設定　ここから
-------------------------------------*/
#background header nav ul li.about a {
	background: #000;
	border: none;
	color: #fff;
}
#background header nav ul li.about a:before {
	height: 100px;
	background-image: url(./images/menu11.svg);
}
#background header nav ul li.about a:after ,
#background header nav ul li.howto a:after {
	content: "";
	visibility: visible;
	display: block;
	width: 40px;
	height: 60px;
	background: url(./images/menu12.svg) no-repeat 50% 50%;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
}
#background header nav ul li.howto a {
	padding: 0 70px;
}
#background header nav ul li.howto a:before {
	width: 70px;
	background-image: url(./images/menu21.svg);
}
#background header nav ul li.howto a:after {
	width: 70px;
	background-image: url(./images/menu22.svg);
}
/*===========================================================================

  SPメニューセット設定　ここから

===========================================================================*/
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	/*------------------------------------
	  メニューボタン設定　ここから
	-------------------------------------*/
	#background header p.menu {
		display: block;
		width: 40px;
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 999;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#background header p.menu a {
		position: relative;
		background: transparent;
		overflow: hidden;
		text-indent: -10em;
		background: rgba(255,255,255,0.6);
		filter: Alpha(opacity=100);
		opacity: 1;
		display: block;
		width: 100%;
		height: 39px;
		border-radius: 3px;
	}
	#background header p.menu a em:before ,
	#background header p.menu a:after ,
	#background header p.menu a:before {
		display: block;
		content: "";
		width: 30px;
		height: 3px;
		background: #1a1a1a;
		border-radius: 2px;
		position: absolute;
		top: 8px;
		left: calc(50% - 15px);
		transform: rotate(0deg);
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#background header p.menu a em:before {
		top: calc(50% - 2px);
	}
	#background header p.menu a:before {
		top: auto;
		bottom: 8px;
	}
	/*-----------------------------------*/
	#background header p.menu.open {
		right: 270px !important;
	}
	#background header p.menu.open a {
		background: rgba(255,255,255,0);
	}
	#background header p.menu.open a span:before ,
	#background header p.menu.open a:after ,
	#background header p.menu.open a:before {
		background: #fff;
	}
	#background header p.menu.open a:after ,
	#background header p.menu.open a:before {
		top: calc(50% - 2px);
		bottom: auto;
	}
	#background header p.menu.open a em:before {
		filter: Alpha(opacity=0);
		opacity: 0;}
	#background header p.menu.open a:after {
		transform: rotate(45deg);}
	#background header p.menu.open a:before {
		transform: rotate(-45deg);}
	/*------------------------------------
	  メインメニュー 設定　ここから
	-------------------------------------*/
	#background header section nav {
		width: 260px;
		height: 100vh;
		top: 0;
		right: -260px;
		margin: 0;
		padding: 0;
		display: block;
		position: fixed;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		z-index: 999;
		background: transparent;
		overflow-y: auto;
	}
	#background.openNavi header section nav {
		right: 0;
	}
	#background header nav ul {
		display: block;
		padding:20px 10px 0 0;
	}
	#background header nav ul li a {
		padding: 16px 16px 16px 70px;
		min-height: 35px;
		text-align: left;
		font-size: 18px;
		line-height: 1.2em;
	}
	#background header nav ul li small {
		font-size: 14px;
		line-height: 1.2em;
	}
	#background header nav ul li a:before {
		width: 70px;
		height: 100%;
		background-position: 0 100%;
	}
	/*------------------------------------
	  カラバリ設定　ここから
	-------------------------------------*/
	#background header nav ul li:first-of-type {
		display: block;
	}
	#background header nav ul li.about a:before {
		height: 100%;
	}
	#background header nav ul li.about a:after ,
	#background header nav ul li.howto a:after {
		display: none;
	}
	#background header nav ul li.howto a {
		padding: 16px 16px 16px 70px;
	}
	#background header nav ul li.howto a:before {
		width: 70px;
	}
	/*------------------------------------
	  メニュー挙動設定　ここから
	-------------------------------------*/
	#background {
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	#background .naviMask {
		display: none;
		content: "";
		position: absolute;
		height: 100%;
		width: 100%;
		z-index: 150;
		background: rgba(0,0,0,0);
		top: 0;
		left: 0;
	}
	#background.openNavi .naviMask {
		display: block;
		background: rgba(0,0,0,0.4);
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通フッター設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background footer {
	position: relative;
	background: #00a700 url(./images/line01.png) 50% 50%;
	color: #fff;
	z-index: 10;
}
.home #background footer {
	background: #ff006d;
}
#background footer address {
	width: 100%;
	font-style: normal;
	text-align: center;
	font-size: 16px;
	line-height: 1em;
	padding: 30px;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
	#background footer {
		padding: 0;
	}
	#background footer address {
		font-size: 14px;
		line-height: 1.4em;
		padding: 10px 20px;
	}
}
/*===========================================================================
-----------------------------------------------------------------------------
  パンクズ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #breadcrumb {}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*===========================================================================

  ページネーション 設定　ここから

===========================================================================*/
#background .navigation.pagination h2 {
	display: none;
}
#background .navigation.pagination .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1120px;
	margin: 0 auto;
}
#background .navigation.pagination .nav-links a ,
#background .navigation.pagination .nav-links span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	padding: 15px 20px;
	margin: 0 5px 0 5px;
	border: 3px solid #1a1a1a;
	color: #1a1a1a;
	position: relative;
}
#background .navigation.pagination .nav-links span {
	background: #1a1a1a;
	color: #fff;
}
#background .navigation.pagination .nav-links a.prev ,
#background .navigation.pagination .nav-links a.next {
	min-width: 50px;
	overflow: hidden;
	text-indent: -10em;
	border-color: transparent;
}
#background .navigation.pagination .nav-links a.prev:before ,
#background .navigation.pagination .nav-links a.next:before {
	content: "";
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	background: url(./images/icon4s.svg) no-repeat 50% 50%;
	background-size: cover;
	top: calc(50% - 15px);
	right: calc(50% - 15px);
}
#background .navigation.pagination .nav-links a.prev:before {
	right: auto;
	left: calc(50% - 15px);
	transform: rotate(180deg);
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 769px) {
	#background .navigation.pagination .nav-links {
		width: 100%;
	}
	#background .navigation.pagination .nav-links a ,
	#background .navigation.pagination .nav-links span {
		font-size: 16px;
		padding: 10px 10px;
		margin: 0 3px 0;
	}
	#background .navigation.pagination .nav-links span.dots {
		font-size: 14px;
		padding: 10px 0;
		margin: 0 0 0;
		color: #1a1a1a;
		border-color: transparent;
		background-color: transparent;
	}
	#background .navigation.pagination .nav-links a.prev:before ,
	#background .navigation.pagination .nav-links a.next:before {
		height: 20px;
		width: 20px;
		top: calc(50% - 10px);
		right: calc(50% - 10px);
	}
	#background .navigation.pagination .nav-links a.prev:before {
		right: auto;
		left: calc(50% - 10px);
	}
}

/*===========================================================================
-----------------------------------------------------------------------------
  404エラー設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #errorArea section {
	padding: 100px 0 100px 0;
	width: 900px;
}
#background #errorArea h3 {
	font-size: 140px;
	color: #00bb00;
	line-height: 1em;
}
#background #errorArea h3 span {
	font-size: 42px;
}
#background #errorArea p span {
	display: block;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 769px) {
	#background #errorArea section {
		padding: 30px 0 30px 0;
		width: 100%;
	}
	#background #errorArea h3 {
		font-size: 40px;
		margin: 0 15px 15px 15px;
	}
	#background #errorArea h3 span {
		font-size: 20px;
		margin-left: 0.2em;
	}
	#background #errorArea p {
		margin: 0 15px 15px 15px;
		font-size: 14px;
	}
	#background #errorArea p span {
		display: inline;
	}
}
/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}