/*
Theme Name: Design01
Version: 1.5
‚í
*/
@charset "utf-8";
/* ---------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700;900&display=swap');
/* ---------------------------------------------------------------------- */
.pc {}.sp {display: none;}.none {display: none;}
@media screen and (max-width: 767px) {
.pc {display: none;}.sp {display: block;}
}
.drawer .none {display: block!important;}
/* ---------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	font-size: 62.5%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		font-size: 1.3rem;
		-webkit-text-size-adjust: 100%;
	}
}
#container {
	position: relative;
	height: 100%;
	min-height: 100%;
	text-align: left;
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
}
@media screen and (max-width: 1000px) {#container {width:1000px;}}
@media screen and (max-width: 767px) {#container {width:100%;}}
body > #container {height: auto;}
a {
	text-decoration: underline;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
a:link {color: #333;}
a:visited {color: #333;}
a:active {color: #ccc;}
a:hover {color: #ccc;}
@media screen and (min-width: 768px) {
	a img:hover {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
@media screen and (max-width: 767px) {
	a img:active {
		opacity: 0.8;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
	}
}
h1,h2,h3,h4,h5,h6 {font-size:1em;}
em,i,address {font-style: normal;}
a[href^='tel'] {pointer-events: none;text-decoration: none;}
a[href^='tel'] img {display:inline-block;}
@media screen and (max-width: 767px) {
	a[href^='tel'] {pointer-events: auto;}
	a[href^='tel'] img {display:block;}
}
input,textarea,select,button {
	outline: none;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance:textfield;
}
input[type='submit'],
button {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
img {display:block;max-width:100%;border:none;-ms-interpolation-mode: bicubic;-webkit-backface-visibility: hidden;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
pre {}
.clear {clear: both;}
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {min-height: 1px;}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
ul {list-style-type:none;}
.attention {color: #c00;font-weight: bold;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size:0.8em;}
.fontb {font-size: 1.3em;}
.red {color: #f00;}
.red2 {color: #c00;}
.dsh {
	box-shadow: 2px 2px 2px #e6e6e6;
	-moz-box-shadow: 2px 2px 2px #e6e6e6;
	-webkit-box-shadow: 2px 2px 2px #e6e6e6;
/*
	text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-moz-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
	-webkit-text-shadow: 1px 1px 5px rgba(0,0,0,1),1px 2px 5px rgba(0,0,0,1);
*/
}
.corn {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.text-transform {
	text-transform: capitalize;
	text-transform: uppercase;
	text-transform: lowercase;
	text-transform: full-width;
}
.sup {
	font-size:0.6em;
	font-style: normal;
	vertical-align: super;
}
/* ---------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
	.drawertrig span, .drawertrig span::before, .drawertrig span::after {
		background: #c00;
	}
	.drawer-open .drawertrig span::before, .drawer-open .drawertrig span::after {
		background: #999;
	}
	.drawer {
		background-color: #000!important;
	}
}
/* ---------------------------------------------------------------------- */
.contel {
}
.contel dl {
}
.contel dl dt {
	display: inline-block;
}
.contel dl dt span {
	display: inline-block;
	color: #fff;
	line-height: 1em;
}
.contel dl dd {
	display: inline-block;
}
.contel dl dd a {
	display: inline-block;
	text-decoration: none;
	line-height: 1em;
}
.contel dl dd a span {
	display: inline-block;
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1em;
}
/* ---------------------------------------------------------------------- */
#header {
	position: relative;
	text-align: right;
	background-color: #000;
	padding: 10px 0px;
}
.home #header {
	text-align: left;
	padding: 0px;
}
.header {
	margin: 0px auto;
	padding: 10px 0px;
}
.home .header {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 3;
	-webkit-transform: translate(-50%,0%);
	-moz-transform: translate(-50%,0%);
	-ms-transform: translate(-50%,0%);
	-o-transform: translate(-50%,0%);
	transform: translate(-50%,0%);
}
.headerouter {
}
.headerinner {
	position: relative;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	#header {
		text-align: center;
	}
	.home .header {
		position: static;
		-webkit-transform: translate(0%);
		-moz-transform: translate(0%);
		-ms-transform: translate(0%);
		-o-transform: translate(0%);
		transform: translate(0%);
	}
	.headerinner {
		text-align: center;
	}
}
.headerlogo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	text-align: center;
}
.headerlogo h1 {
	display: block;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	line-height: 1em;
	margin-bottom: 5px;
	padding-left: 0px;
}
.headerlogo h1 a {
	text-decoration: none;
}
.headerlogo div {
}
.headerlogo div img {
	display: inline-block;
	width: 100px;
}
.home .headerlogo div img {
	width: 251px;
}
@media screen and (max-width: 767px) {
	.headerlogo {
		position: static;
	}
	.headerlogo div img {
		width: 50px;
	}
	.home .headerlogo div img {
		width: 50px;
	}
}
.headercon {
	display: inline-block;
	text-align: left;
}
.home .headercon {
	position: absolute;
	right: 0px;
	top: 5px;
}
.headercon dl dt {
	display: block;
	padding-left: 55px;
}
.headercon dl dd {
	display: block;
	background-image: url("./images/parts/tel.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 55px;
}
.headercon dl dd a span {
	font-size: 36px;
	padding: 5px 0px 0px 0px;
}
@media screen and (max-width: 767px) {
	.headercon {
		text-align: center;
	}
	.home .headercon {
		position: static;
	}
	.headercon dl dt {
		padding-left: 30px;
	}
	.headercon dl dd {
		background-size: 30px;
		padding-left: 30px;
	}
	.headercon dl dt span {
		font-size: 13px;
	}
	.headercon dl dd a span {
		font-size: 24px;
		padding: 5px 0px 0px 0px;
	}
}
/* ---------------------------------------------------------------------- */
#footer {
	background-image: url("./images/parts/bg.jpg");
	background-repeat: repeat;
	background-position: center;
}
.footer {
}
.footerinner {
}
.footerlogo {
	padding: 20px 0px;
}
.footerlogo img, .footerlogo a {
	display: block;
	width: 100px;
	margin: 0px auto;
}
.footercon {
	text-align: center;
	padding: 20px 5px;
}
.footercon dl dt {
	padding-right: 10px;
}
.footercon dl dd a span {
	font-size: 24px;
}
.footeradd {
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.footeradd address {
	font-size: 14px;
	font-style: normal;
}
.footeradd p {
	font-size: 14px;
}
.footeradd p span {
	display: inline-block;
	vertical-align: top;
}
.footeradd p b {
	display: inline-block;
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}
.drawer .footeradd address {
}
.drawer .footeradd p {
	text-align: left;
	padding-left: 5px;
}
.drawer .footeradd p b {
	font-size: 12px;
}
.footerlink {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.footerlink ul {
}
.footerlink li {
	display: inline-block;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}
.footerlink li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.footerlink a {
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.footerlogo img, .footerlogo a {
		width: 50px;
	}
	.footerlink ul {
		font-size: 0;
	}
	.footerlink li {
		width: 50%;
		font-size: 12px;
		border-left: none;
		border-bottom: 1px solid #fff;
		margin-left: 0px;
		padding: 0px;
	}
	.footerlink li:first-child {
		display: block;
		width: auto;
		border-top: 1px solid #fff;
	}
	.footerlink li:last-child {
	}
	.footerlink a {
		display: block;
		padding: 13px 0px;
	}
	.footerlink li:nth-child(even) a {
		border-right: 1px solid #fff;
	}
	.footerlink a:hover,
	.footerlink a:active {
		background-color: #af1433;
		background-color: rgba(157,20,51,0.9);
	}
}
.copyright {
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
}
/* ---------------------------------------------------------------------- */
.gotop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("./images/parts/pagelink.png");
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------- */
#wrap {
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 0;
}
@media screen and (max-width: 767px) {
	#wrap {
		position: static;
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
#main {
	line-height: 1.8em;
}
.main {
	margin: 0px auto;
	padding: 40px 0px;
}
@media screen and (max-width: 767px) {
	.main {
		padding: 20px 0px;
	}
}
/* ---------------------------------------------------------------------- */
.width {
	width: 1000px;
	margin: 0px auto;
}
.width1200 {
	width: 1200px;
	margin: 0px auto;
}
.width1100 {
	width: 1100px;
	margin: 0px auto;
}
.width900 {
	width: 900px;
	margin: 0px auto;
}
.width800 {
	width: 800px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.width {
		width: auto;
	}
	.width1200,
	.width1100,
	.width900,
	.width800 {
		width: auto;
	}
}
/* title---------------------------------------------------------------------- */
#title {
}
#title p {
}
/* primary---------------------------------------------------------------------- */
.primary {
	margin-bottom: 20px;
	padding: 0px;
}
@media screen and (max-width: 767px) {
	.primary {
		padding: 5px;
	}
}
/* bloc---------------------------------------------------------------------- */
.bloc {
	margin: 0px auto 50px auto;
	padding: 0px;
}
.bloc:after {
	content: "";
	display: block;
	clear: both;
}
.inner {
}
.inner p {margin-bottom: 10px;}
.inner p:last-child {margin-bottom: 0px;}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0px 10px;
	}
}
/* table---------------------------------------------------------------------- */
table {
	width: 100%;
}
.table {
	width: 100%;
	border-collapse:sepalate;
	/*border-collapse:collapse;*/
	border-spacing: 3px;
	empty-cells:show;
	margin: 0px auto 10px auto;
}
.table th {
	width: 25%;
	color: #fff;
	font-weight: normal;
	background-color: #666;
	text-align: center;
	padding: 5px;
}
.table td {
	border: 1px solid #999;
	padding: 5px;
}
/* tablebloc---------------------------------------------------------------------- */
.tablebox,.tablebloc dl,.tablebloc ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto;
	list-style-type: none;
}
.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.tablebox,.tablebloc dl,.tablebloc ul {
		display: block;
		width: auto;
	}
	.tabletd,.tablebloc li,.tablebloc dt,.tablebloc dd {
		display: block;
		width: auto;
	}
}
.tableboxA,.tableblocA dl,.tableblocA ul {}
.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {}
@media screen and (max-width: 767px) {
	.tableboxA,.tableblocA dl,.tableblocA ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px auto;
		list-style-type: none;
	}
	.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (max-width: 479px) {
	.tableboxA,.tableblocA dl,.tableblocA ul {
		display: block;
		width: auto;
	}
	.tabletdA,.tableblocA li,.tableblocA dt,.tableblocA dd {
		display: block;
		width: auto;
	}
}
.tableboxB,.tableblocB dl,.tableblocB ul {}
.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {}
@media screen and (max-width: 767px) {
	.tableboxB,.tableblocB dl,.tableblocB ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px auto;
		list-style-type: none;
	}
	.tabletdB,.tableblocB li,.tableblocB dt,.tableblocB dd {
		display: table-cell;
		vertical-align: top;
	}
}
.tableboxC,.tableblocC dl,.tableblocC ul {}
.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {}
@media screen and (max-width: 767px) {
	.tableboxC,.tableblocC dl,.tableblocC ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 0px;
		margin: 0px auto;
		list-style-type: none;
	}
	.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {
		display: table-cell;
		vertical-align: top;
	}
}
@media screen and (max-width: 679px) {
	.tableboxC,.tableblocC dl,.tableblocC ul {
		display: block;
		width: auto;
	}
	.tabletdC,.tableblocC li,.tableblocC dt,.tableblocC dd {
		display: block;
		width: auto;
	}
}
.tableinner {
}
.tableinner dl {
	background-color: #fff;
	border-top: 1px solid #000;
	margin: 0px auto;
}
.tableinner dl:last-child {
	border-bottom: 1px solid #000;
}
.tableinner dt {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #000;
	padding: 10px 10px;
}
.tableinner dd {
	padding: 10px 20px;
}
@media screen and (max-width: 767px) {
	.tableinner dt {
		width: auto;
		text-align: left;
		border-right: none;
		border-bottom: 1px dashed #ccc;
		padding: 10px 10px;
	}
	.tableinner dd {
		padding: 10px 10px;
	}
}
.tableinner dd p {
	margin-bottom: 10px;
}
.tableinner dd p:last-child {
	margin-bottom: 0px;
}
/* flexbloc---------------------------------------------------------------------- */
.flexbloc {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
	justify-content: flex-start;
}
.flexbloc .flexitem {
	flex-grow: 1;
/*
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	order: 1;
*/
}
.flexinline {
	font-size: 0;
	line-height: 1em;
}
.flexinline .flexitem {
	display: inline-flex;
	display: -webkit-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	width: 200px;
	font-size: 16px;
	line-height: 1em;
}
.flexbox {
}
.flexbox ul {
	display: flex;
	align-items: stretch;
	align-content: stretch;
	justify-content: stretch;
	flex-wrap: wrap;
}
.flexbox li {
	flex-grow: 1;
}
/* inlinebloc---------------------------------------------------------------------- */
.inlinebloc dl,
.inlinebloc ul {
	font-size: 0;
	line-height: 1em;
	list-style-type: none;
}
.inlinebloc li,
.inlinebloc dt,
.inlinebloc dd {
	display: inline-block;
	font-size: 16px;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	.inlineblocA dl,.inlineblocA ul {
		display: block;
	}
	.inlineblocA li,.inlineblocA dt,.inlineblocA dd {
		display: block;
	}
}
@media screen and (max-width: 479px) {
	.inlineblocB dl,.inlineblocB ul {
		display: block;
	}
	.inlineblocB li,.inlineblocB dt,.inlineblocB dd {
		display: block;
	}
}
/* ---------------------------------------------------------------------- */
.photo {
	text-align: center;
}
.photo.inline ul {
	font-size: 0;
	line-height: 1em;
}
.photo.tablebloc ul {
	border-spacing: 2px 1px;
}
.photo.inline ul::after {
	display: block;
	clear: both;
	content: "";
}
.photo.inline li {
	display: inline-block;
	max-width: 30%;
	font-size: 12px;
	padding: 3px 0px;
}
.photo.inline li img {
	display: bock;
	max-width: 98%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 0px auto;
}
/* ---------------------------------------------------------------------- */
#panlink {
}
.panlink {
	font-size: 11px;
}
.panlink {
}
.panlink a {
}
.panlink {
}
.panlink {
}
/* ---------------------------------------------------------------------- */