@charset "utf-8";
/* ---------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Pinyon+Script);
@import url('https://fonts.googleapis.com/css?family=Cinzel');
/* ---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}
/* ---------------------------------------------------------------------- */
.iNodisp {}.pcNodisp {display: none;}
@media screen and (max-width: 767px) {
.iNodisp {display: none;}.pcNodisp {display: block;}
}
/* ---------------------------------------------------------------------- */
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}
*{
margin:0;
padding:0;
}
html,body {
	height: 100%;
	margin: 0px auto;
}
img.nodisplay{display: none;}
body {
/*
	*font-size:70%;
*/
	color: #333;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*
	font-family: Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;

	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
*/
	background-color: #fff;
	background-attachment: fixed;
}
.yugo {
	font-family: Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	body {
		font-size: 13px;
		-webkit-text-size-adjust: 100%;
	}
}
*html body {
}
#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;
	}
}
/*

	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transform: translate(0px,30px);
	-moz-transform: translate(0px,30px);
	-ms-transform: translate(0px,30px);
	-o-transform: translate(0px,30px);
	transform: translate(0px,30px);
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	transition: transform 0.3s linear;
*/
/*画像リンクの場合はinline-block*/
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[type='submit'] {
	-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;}
@media screen and (max-width: 767px) {
	img {max-width:100%;height:auto;}
}
p {}
.center {text-align: center;}
.right {text-align: right;}
.imgleft {float: left;margin-right:5px;}
.imgright {float: right;margin-left:5px;}
@media screen and (max-width: 767px) {
	.imgleft {float: none;margin-right:0px;margin-bottom:10px;}
	.imgright {float: none;margin-left:0px;margin-bottom:10px;}
}
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;}
.nores {display: none;}
.norep {background-repeat: no-repeat;}
.strong {font-weight: bold;}
.strike {text-decoration: line-through;}
.fonts {font-size: 10px;}
.fontb {font-size: 16px;}
.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;
}
/* ---------------------------------------------------------------------- */
#header {
	margin-top: 0px;
	margin-bottom: 0px;
}
.header {
	position: relative;
	width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
}
@media screen and (max-width: 767px) {
	.header {
		position: static;
		width: auto;
		max-width: 1000px;
	}
}
.headerouter {
}
/*
.headerinner {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto;
}
.headerLeft {
	display: table-cell;
	vertical-align: top;
}
.headerRight {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.headerinner {
		display: block;
		width: auto;
	}
	.headerLeft {
		display: block;
	}
	.headerRight {
		display: block;
	}
}
*/
.headertop {
	text-align: center;
}
.headertop h1 {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
}
.headerlogo {
}
.headerlogo img,.headerlogo a {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.headerlogo {
		text-align: center;
		margin-bottom: 5px;
	}
	.headerlogo img,.headerlogo a {
		display: inline-block;
		width: auto;
		height: auto;
	}
}
.headerlink {
	position: absolute;
	right: 0px;
	top: 10px;
}
@media screen and (max-width: 767px) {
	.headerlink {
		display: none;
	}
}
#primarynav {
}
.primarynav {
	font-size: 11px;
	text-align: right;
	padding: 0px 10px;
}
.primarynav ul {
	list-style-type: none;
}
.primarynav li {
	display: inline-block;
	text-decoration: none;
	border-left: 1px solid #ccc;
	margin-left: 5px;
	padding-left: 5px;
}
.primarynav li:first-child {
	border-left: none;
	margin-left: 0px;
	padding-left: 0px;
}
.primarynav li a {
	text-decoration: none;
}
.headerfax {
}
.headerfax img {
}
/* ---------------------------------------------------------------------- */
#footer {
}
.footer {
	width: 1000px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.footer {
		width: auto;
	}
}
.footerinner {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto;
}
.footerLeft {
	display: table-cell;
	vertical-align: top;
}
.footerCal {
	display: table-cell;
	width: 300px;
	vertical-align: top;
	padding: 0px 10px;
}
.footerMap {
	display: table-cell;
	width: 320px;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.footerinner {
		display: block;
		width: auto;
	}
	.footerLeft {
		display: block;
		text-align: center;
		padding: 0px 20px;
	}
	.footerCal {
		display: block;
		width: auto;
		margin-bottom: 20px;
		padding: 0px 0px;
	}
	.footerMap {
		display: block;
		width: auto;
	}
	.footerMap img {
		margin: 0px auto;
	}
}
.footerCal .calendar {
	width: 300px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.footerCal .calendar {
		width: auto;
		max-width: 300px;
		margin: 0px auto;
		padding: 0px 10px;
	}
	.footerCal iframe {
		width: 100%;
	}
}
.footerlogo {
	margin-bottom: 10px;
}
.footerlogo img, .footerlogo a {
	display: block;
	width: 200px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.footerlogo {
		text-align: center;
	}
	.footerlogo img,.footerlogo a {
		display: inline-block;
		width: auto;
	}
}
.footeradd {
}
.footeradd address {
	display: block;
	font-style: normal;
	text-align: center;
	margin-bottom: 10px;
}
.footeraddinner {
	padding: 0px 30px;
}
@media screen and (max-width: 767px) {
	.footeraddinner {
		padding: 0px 0px;
	}
}
.footeraddinner dl {
	border-top: 1px solid #666;
	margin: 0px auto;
}
.footeraddinner dl:last-child {
	border-bottom: 1px solid #666;
}
.footeraddinner dt {
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #666;
	padding: 5px 5px;
}
.footeraddinner dt span {
	display: inline-block;
	font-size: 11px;
}
.footeraddinner dd {
	text-align: center;
	padding: 5px 5px;
}
@media screen and (max-width: 767px) {
	.footeraddinner dt {
		border-right: none;
		border-bottom: 1px dashed #666;
	}
}
.footerMaplink {
	text-align: right;
	padding-top: 10px;
}
.footerMaplink a {
	display: inline-block;
	color: #fff;
	font-size: 11px;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 10px;
}
.footerMaplink a:hover {
	background-color: #999;
}
.footerlink {
	font-size: 11px;
	text-align: center;
	padding: 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 {
	text-decoration: none;
}
@media screen and (max-width: 767px) {
	.footerlink li {
		display: block;
		border-left: none;
		border-bottom: 1px dashed #ccc;
		margin-left: 0px;
		padding: 0px 30px;
	}
	.footerlink li:last-child {
		border-bottom: none;
	}
	.footerlink a {
		display: block;
		padding: 15px 10px;
	}
	.footerlink a:hover {
	}
}
.copyright {
	color: #ccc;
	font-weight: normal;
	text-align: center;
	padding: 5px;
}
.copyright small {
	font-size: 10px;
}
/* ---------------------------------------------------------------------- */
/* slicknav
.fixed{
	background-color: #fff;
	background-color: rgba(255,255,255,0.5);
}
*/
/* ---------------------------------------------------------------------- */
/* slicknav

#nav {
	margin: 0px auto;
	padding: 0px;
}
*/
/*
#globalheader {
}
#globalnav {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#globalnav li {
	display: inline-block;
}
*/

/* slicknav
#globalheader {
	width: 1000px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	#globalheader {
		width: auto;
	}
}
#globalnav {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto;
}
#globalnav li {
	display: table-cell;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	#globalnav {
		display: block;
		width: auto;
	}
	#globalnav li {
		display: block;
	float: left;
	width: 50%;
	}
}

#globalnav li a {
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 5px 20px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#globalnav li a strong {
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 14px;
	text-transform: capitalize;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#globalnav li a span {
	display: block;
	color: #666;
	font-weight: normal;
	font-size: 11px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#globalnav li a:hover {background-color: #f2f2f2;}
#globalnav li a:hover strong {color: #ccc;}
#globalnav li a:hover span {color: #ccc;}
*/
/* ---------------------------------------------------------------------- */
.gotop{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
.gotop a {
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/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: 120;
}
@media screen and (max-width: 767px) {
	#wrap {
		position: static;
		width: auto;
	}
}
/* ---------------------------------------------------------------------- */
/*swiper固定時
#wrap {
	position: relative;
	width: 100%;
	background-color: #fff;
	z-index: 120;
}
@media screen and (max-width: 767px) {
	#wrap {
		position: static;
		width: auto;
	}
}
*/
/* ---------------------------------------------------------------------- */
#main {
	line-height: 1.8em;
}
.main {
	width: 1000px;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	.main {
		width: auto;
	}
}
#primary {
	padding: 20px 0px 40px 0px;
}
@media screen and (max-width: 767px) {
	#primary {
		padding: 20px 5px;
	}
}
/* title---------------------------------------------------------------------- */
#title {
	background-color: #ccc;
	margin-bottom: 30px;
}
#title strong {
	display: block;
	width: 1000px;
	background-color: #fcc;
	margin: 0px auto;
}
@media screen and (max-width: 767px) {
	#title strong {
		width: auto;
	}
}
/* title---------------------------------------------------------------------- */
.title {
	text-align: center;
	margin-bottom: 30px;
}
.title h2 {
	margin: 0px auto;
}
.title span {
	display: block;
	font-size: 34px;
	font-weight: normal;
	font-family: 'Cinzel', serif;
	text-transform: capitalize;
}
.title h2 {
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
/* titles---------------------------------------------------------------------- */
.titles {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}
.titles h3 {
	color: #666;
	font-size: 20px;
	font-weight: normal;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.titles h4 {
	color: #666;
	font-size: 16px;
	font-weight: normal;
}
/* 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;
}
/* ---------------------------------------------------------------------- */
.outer {
}
.inner {
}
/* ---------------------------------------------------------------------- */
.tex {
	margin-bottom: 10px;
	padding: 5px 10px;
}
.tex p {margin-bottom: 10px;}
.tex p:last-child {margin-bottom: 0px;}
/* link---------------------------------------------------------------------- */
.link {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.link {
	}
}
.link a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	background-color: #000;
	background-image: url("../img/parts/arrow3.png");
	background-repeat: no-repeat;
	background-position: right;
	border: 1px solid #000;
	padding: 20px 50px;
}
@media screen and (max-width: 767px) {
	.link a {
		padding: 10px 30px;
	}
}
@media screen and (max-width: 479px) {
	.link a {
		display: block;
		padding: 10px 10px;
	}
}
.link a span {
	font-weight: normal;
}
.link a:hover,.link a:active {
	color: #000;
	background-color: #fff;
	border: 1px solid #000;
}
/* 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---------------------------------------------------------------------- */
/*767・479共にblock*/
.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;
	}
}
/*A：479だけblock*/
.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;
	}
}

/*B：全てtableのまま*/
.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;
	}
}

.tableinner {
	padding: 0px 50px;
}
@media screen and (max-width: 767px) {
	.tableinner {
		padding: 0px 0px;
	}
}
.tableinner dl {
	background-color: #fff;
	border-bottom: 1px solid #000;
	margin: 0px auto;
}
.tableinner dl:last-child {
	border-bottom: none;
}
.tableinner dt {
	width: 20%;
	color: #666;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #000;
	padding: 20px 10px;
}
.tableinner dd {
	vertical-align: middle;
	padding: 20px 20px;
}
@media screen and (max-width: 767px) {
	.tableinner dt {
		width: auto;
		border-right: none;
		padding: 10px 10px;
	}
	.tableinner dd {
		padding: 10px 10px;
	}
}
.tableinner dd p {
	margin-bottom: 10px;
}
.tableinner dd p:last-child {
	margin-bottom: 0px;
}
/* inlinebloc---------------------------------------------------------------------- */
.inlinebloc dl,
.inlinebloc ul {
	list-style-type: none;
}
.inlinebloc li,
.inlinebloc dt,
.inlinebloc dd {
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.inlinebloc dl,
	.inlinebloc ul {
	}
	.inlinebloc li,
	.inlinebloc dt,
	.inlinebloc dd {
	}
}
/* ---------------------------------------------------------------------- */
#contact {
}
.contact {
}
.contacttop {
	text-align: center;
	margin-bottom: 30px;
	padding: 0px 50px;
}
@media screen and (max-width: 767px) {
	.contacttop {
		padding: 10px;
	}
}
.contacttop ul {
	border-spacing: 10px 0px;
}
.contacttop li {
}
.contacttop dl {
	display: block;
}
.contacttop dt {
	display: block;
	color: #000;
	line-height: 1em;
	text-decoration: none;
	background-color: #f2f2f2;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
.contacttop dd {
	display: block;
}
.contacttop dd a {
	text-decoration: none;
}
.contacttop dd strong {
	display: block;
	font-size: 24px;
	font-family: Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;
}
.contacttop dd span {
	display: block;
	font-size: 12px;
	line-height: 1.2em;
	padding-top: 10px;
}
.contacttoptex {
	text-align: center;
	margin-bottom: 30px;
}
.contacttoptex p {
}
.message {
	text-align: center;
	background-color: #f2f2f2;
	margin-bottom: 30px;
	padding: 30px;
}
@media screen and (max-width: 767px) {
	.message {
		padding: 10px;
	}
}
.message p {
}
.contacttopinner {
}
.contacttopinner ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 30px 0px;
	list-style-type: none;
}
.contacttopinner li {
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
@media screen and (max-width: 767px) {
	.contacttopinner ul {
		display: block;
		width: auto;
	}
	.contacttopinner li {
		display: block;
		width: auto;
	}
}
.contacttopinner dl {
}
.contacttopinner dt {
	font-size: 18px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
	.contacttopinner dt {
		font-size: 16px;
	}
}
.contacttopinner dd {
	padding: 10px 0px;
}
.contacttopinner dd strong {
	font-size: 18px;
	font-weight: normal;
}
.contacttopinner dd p {
	font-size: 15px;
}
@media screen and (max-width: 767px) {
	.contacttopinner dd strong {
		font-size: 16px;
		font-weight: normal;
	}
	.contacttopinner dd p {
		font-size: 13px;
	}
}
/* ---------------------------------------------------------------------- */
.form {
	margin: 0px auto;
}
.forminner {
}
.form dd p {
	line-height: 1.2em;
	padding: 5px 0px;
}
.form input {
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.form input {
		margin-bottom: 5px;
	}
	.form input:last-child {
		margin-bottom: 0px;
	}
}
.form input.inputSShort {
	width: 15%;
}
.form input.inputShort {
	width: 25%;
}
.form input.inputMiddle {
	width: 40%;
}
.form input.inputLong {
	width: 90%;
}
@media screen and (max-width: 767px) {
	.form input {
	}
	.form input.inputSShort {
		width: 15%;
	}
	.form input.inputShort {
		width: 25%;
	}
	.form input.inputMiddle {
		width: 90%;
	}
	.form input.inputLong {
		width: 90%;
	}
}
.form input[type='text'],
.form input[type='email'],
.form input[type='tel'],
.form input[type='date'],
.form input[type='number'] {
	background-color: #f2f2f2;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 5px;
}
.form input[type='text']:focus,
.form input[type='email']:focus,
.form input[type='tel']:focus,
.form input[type='date']:focus,
.form input[type='number']:focus {
	background-color: #fff;
	border: 1px solid #c00;
}
@media screen and (max-width: 767px) {
	.form input[type='text'],
	.form input[type='email'],
	.form input[type='tel'],
	.form input[type='date'],
	.form input[type='number'] {
		padding: 10px 5px;
	}
}
.form input:-ms-input-placeholder {color: #ccc;}
.form input::-moz-placeholder {color: #ccc;}
.form input::-webkit-input-placeholder {color: #ccc;}

.form textarea {
	width: 95%;
	height: 200px;
	font-size: 16px;
	background-color: #f2f2f2;
	border: 1px solid #666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
}
.form textarea:focus {
	background-color: #fff;
	border: 1px solid #c00;
}
@media screen and (max-width: 767px) {
	.form textarea {
		width: 90%;
	}
}
/*--------------------*/
.submit {
	text-align: center;
	padding: 20px 10px;
}
.submit p {
	padding: 10px 0px;
}
.submit button {
	color: #fff;
	font-size: 1.2em;
	font-size: 16px;
	background-color: #65a8c1;
	border: 1px solid #65a8c1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 20px 50px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.submit button:hover {
	color: #fff;
	background-color: #ccc;
	border: 1px solid #ccc;
	cursor:pointer;
}
.submit button.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 10px;
}
.submit button.back:hover {
	background-color: #ccc;
	border: 1px solid #ccc;
}
.submit a.back {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	background-color: #666;
	border: 1px solid #666;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.submit a:hover {
	background-color: #ccc;
}
/* ---------------------------------------------------------------------- */
#sitema {
}
.sitema {
}
.sitemabloc {
}
.sitemabloc ul {
	width: 300px;
	text-align: center;
	margin: 0px auto;
	list-style-type: none;
}
.sitemabloc li {
	border-bottom: 1px dashed #ccc;
	padding: 10px 5px;
}
.sitemabloc li:last-child {
	border-bottom: none;
}
.sitemabloc li.sitema1 {
}
.sitemabloc li.sitema2 {
}
.sitemabloc li.sitema3 {/*外部サイト*/
	font-weight: bold;
	margin-top: 30px;
}
.sitemabloc li.sitema4 {
}
.sitemabloc li a {
}
.sitemabloc li a:hover {
}
.sitemabloc li a strong {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: right;
}
.sitemabloc li.sitema2 a strong {
	font-weight: normal;
	background-image: url("../img/parts/arrow2.png");
	padding-right: 25px;
}
.sitemabloc li.sitema4 a strong {
	font-weight: normal;
	background-image: url("../img/parts/arrow3.png");
	padding-right: 25px;
}
/* top---------------------------------------------------------------------- */
#top {
	width: 100%;
	margin: 0px auto 30px auto;
}
@media screen and (max-width: 767px) {
	#top {
		width: auto;
	}
}
.toptitle {
	text-align: center;
	margin-bottom: 50px;
}
.toptitle h2 {
	font-size: 26px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.toptitle h2 {
		font-size: 20px;
	}
}
.toptitles {
	margin-bottom: 20px;
}
.toptitles h3 {
	font-size: 36px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.toptitles h3 {
		font-size: 24px;
	}
}
.toptitles h3 span {
}
.toptitles h3 strong {
}
.topbloc {
}
.topbox {
	margin-bottom: 30px;
}
.toptitles {
}
.toptitles-center {
	text-align: center;
}
.toptitles-right {
	text-align: right;
}
@media screen and (max-width: 767px) {
	.toptitles {
		text-align: center;
	}
	.toptitles-right {
		text-align: center;
	}
}
.topboxinner {
}
.topboxinner dl {
}
.topboxinner dt {
}
.topboxinner dd {
}
.topbox3 .topboxinner dd {
	width: 300px;
	padding-left: 10px;
}
.topbox4 .topboxinner dd {
	width: 250px;
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.topboxinner dt {
		margin-bottom: 10px;
	}
	.topbox3 .topboxinner dd {
		width: auto;
		padding-left: 0px;
	}
	.topboxinner dt img,
	.topboxinner dd img {
		width: 80%;
		max-width: 300px;
		margin: 0px auto;
	}
	.topbox4 .topboxinner dd {
		width: auto;
		padding-left: 0px;
	}
	.topbox4 .topboxinner dt img {
		margin: 0px auto 10px auto;
	}
	.topbox4 .topboxinner dd img {
		max-width: 200px;
	}
}
.topboxinner p {
}
.topbox1 .topboxinner p {
	padding-bottom: 20px;
}
.topbox2 .topboxinner p {
	padding-bottom: 20px;
}
.topbox3 .topboxinner p {
}
.topbox4 .topboxinner p {
	padding-top: 20px;
}
@media screen and (max-width: 767px) {
	.topbox1 .topboxinner p {
		padding-bottom: 10px;
	}
	.topbox2 .topboxinner p {
		padding-bottom: 10px;
	}
}
.topboxphoto {
}
.topboxphoto.topboxphoto-maru {
}
.topboxphoto ul {
	border-spacing: 5px 0px;
}
.topboxphoto li {
}
.topboxphoto-maru img {
	border-radius: 300px;
	-moz-border-radius: 300px;
	-webkit-border-radius: 300px;
}
@media screen and (max-width: 767px) {
	.topboxphoto ul {
		text-align: center;
	}
	.topboxphoto li {
		display: inline-block;
		width: 32%;
	}
	.topbox2 .topboxphoto li {
		display: inline-block;
		width: 22%;
	}
	.topboxphoto li img {
		width: 80%;
		max-width: 300px;
		margin: 0px auto;
	}
}
/* ---------------------------------------------------------------------- */
#blog {
	margin-bottom: 50px;
}
.blog {
}
.blogbloc {
}
.blogbloc dl {
	border-bottom: 1px solid #000;
}
.blogbloc dl:first-child {
	border-top: 1px solid #000;
}
.blogbloc dt {
	width: 150px;
	text-align: center;
	border-right: 1px solid #000;
	padding: 7px 5px;
}
.blogbloc dt span {
	font-weight: bold;
}
.blogbloc dd {
	padding: 7px 5px;
}
.blogbloc dd a {
}
.bloglink {
	text-align: center;
	padding: 30px 0px;;
}
.bloglink a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	padding: 7px 20px;
}
.bloglink a:hover {
	background-color: #999;
}
.bloglink a span {
}
/* ---------------------------------------------------------------------- */
#about {
}
.about {
}
.aboutbloc {
}
.aboutmain {
	width: 43%;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
	.aboutmain {
		width: auto;
		margin-bottom: 20px;
		padding-right: 0px;
	}
}
.aboutmap {
}
.aboutmaininner {
}
@media screen and (max-width: 767px) {
	.aboutmaininner {
		text-align: center;
	}
}
.aboutmaintitle {
	margin-bottom: 30px;
}
.aboutmaintitle h3 {
	font-size: 28px;
}
@media screen and (max-width: 767px) {
	.aboutmaintitle {
		margin-bottom: 20px;
	}
	.aboutmaintitle h3 {
		font-size: 20px;
	}
}
.aboutmaininner dl {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.aboutmaininner dl:last-child {
}
.aboutmaininner dt {
	width: 80px;
	font-weight: bold;
	vertical-align: middle;
}
.aboutmaininner dd {
}
@media screen and (max-width: 767px) {
	.aboutmaininner dl {
		margin-bottom: 5px;
		padding-bottom: 5px;
	}
	.aboutmaininner dl:last-child {
	}
	.aboutmaininner dt {
		width: auto;
	}
}
.aboutmap {
	text-align: right;
}
.aboutmaplink iframe {
}
.aboutmaplink a {
	display: inline-block;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 10px;
}
.aboutmaplink a:hover {
	background-color: #999;
}
.aboutmaplink a span {
}
/* ---------------------------------------------------------------------- */
#menu {
}
.menu {
}
.menutop {
	text-align: center;
	margin-bottom: 80px;
}
.menutop ul {
	border-spacing: 20px 0px;
}
.menutop li {
}
@media screen and (max-width: 767px) {
	.menutop li {
		display: inline-block;
		width: 45%;
		margin-bottom: 5px;
	}
}
.menutop li a {
	display: block;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 0px;
}
.menutop li a:hover {
	background-color: #999;
}
.menutop li a span {
}
.menubloc {
}
.menubox {
	margin-bottom: 30px;
	margin-top: -80px;
	padding-top: 80px;
}
.menuboxtitle {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}
.menuboxtitle h3 {
	font-weight: normal;
	line-height: 1em;
}
.menuboxtitle h3 span {
	display: inline-block;
	font-size: 30px;
	font-weight: normal;
	font-family: 'Cinzel', serif;
	text-transform: capitalize;
}
.menuboxtitle h3 strong {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}
.menuboxinner {
}
.menuboxinner ul {
	border-spacing: 20px 10px;
}
.menuboxinner li {
	text-align: center;
}
@media screen and (max-width: 479px) {
	.menuboxinner ul {
		text-align: center;
	}
	.menuboxinner li {
		display: inline-block;
		width: 45%;
		margin-bottom: 10px;
	}
}
.menuboxinner li div {
	position: relative;
	height: 180px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.menuboxinner li div img {
	position: absolute;
	top: -20px;
}
@media screen and (max-width: 767px) {
	.menuboxinner li div {
		height: 100px;
	}
	.menuboxinner li div img {
		top: 0px;
	}
}
@media screen and (max-width: 479px) {
	.menuboxinner li div {
		height: 150px;
	}
}
.menuboxinner li strong {
	display: block;
	font-weight: normal;
	line-height: 1em;
	padding-top: 5px;
}
.menubloc {
}
/* ---------------------------------------------------------------------- */
.width {
	padding: 0px 80px;
}
@media screen and (max-width: 767px) {
	.width {
		padding: 0px 0px;
	}
}
/* ---------------------------------------------------------------------- */
.profile {
}
.profilebloc {
	margin-bottom: 50px;
}
.profilePhoto {
	margin-bottom: 20px;
}
.profilePhoto img {
	margin: 0px auto;
}
.profileTop {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
	margin: 0px auto 30px auto;
}
.profileName {
	display: table-cell;
	width: 30%;
	vertical-align: middle;
}
.profileInfo {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.profileTop {
		display: block;
		width: auto;
	}
	.profileName {
		display: block;
		width: auto;
		margin-bottom: 10px;
	}
	.profileInfo {
		display: block;
		width: auto;
	}
}
.profileName {
	text-align: center;
}
.profileName strong {
	display: block;
	font-size: 34px;
	margin-bottom: 5px;
}
.profileName span {
}
@media screen and (max-width: 767px) {
	.profileName {
		text-align: left;
	}
	.profileName strong {
		font-size: 26px;
	}
}
.profileInfo {
}
.profileInfo ul {
}
.profileInfo li {
	line-height: 1.4em;
	margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
	.profileInfo {
		text-align: left;
	}
}
.profileTex {
}
.profileTex dl {
}
.profileTex dl:first-child {
	border-top: 1px solid #000;
}
.profileTex dt {
	width: 30%;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}
.profileTex dd {
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}
@media screen and (max-width: 479px) {
.profileTex dl {
}
.profileTex dl:first-child {
}
.profileTex dt {
	width: auto;
	border-right: none;
	border-bottom: 1px dashed #000;
	padding: 3px 10px;
}
.profileTex dd {
	text-align: center;
	padding: 3px 10px;
}
}
.profilebook {
	position: relative;
	width: 700px;
	margin: 0px auto;
}
.profilebookTitle {
	margin-bottom: 10px;
	padding: 0px 0px 0px 180px;
}
.profilebookTitle strong {
	font-size: 18px;
}
@media screen and (max-width: 767px) {
	.profilebook {
		position: static;
		width: auto;
	}
	.profilebookTitle {
		text-align: center;
		padding: 0px;
	}
	.profilebookTitle strong {
		font-size: 14px;
	}
}
.profilebookPhoto {
	position: absolute;
	left: 0px;
	top: 0px;
}
.profilebookPhoto img {
	width: 150px;
}
@media screen and (max-width: 767px) {
	.profilebookPhoto {
		position: static;
		margin-bottom: 10px;
	}
	.profilebookPhoto img {
		margin: 0px auto;
	}
}
.profilebookTex {
	margin-bottom: 10px;
	padding: 0px 0px 0px 180px;
}
@media screen and (max-width: 767px) {
	.profilebookTex {
		padding: 0px;
	}
}
.profilebookLinks {
	text-align: center;
	padding: 0px 0px 0px 180px;
}
@media screen and (max-width: 767px) {
	.profilebookLinks {
		padding: 0px;
	}
}
.profilebookLinks a {
	display: inline-block;
	color: #fff;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px 60px;
}
.profilebookLinks a:hover {
	background-color: #999;
}
/* ---------------------------------------------------------------------- */
.menubloc {
}
/* ---------------------------------------------------------------------- */
.menubloc {
}
/* ---------------------------------------------------------------------- */
.works {
}
.worksbloc {
}
.worksbox {
	border-top: 1px solid #666;
}
.worksbloc .worksbox:last-child {
	border-bottom: 1px solid #666;
}
.worksboxtitle {
	width: 20%;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #666;
}
.worksboxinner {
}
@media screen and (max-width: 767px) {
	.worksbox {
	}
}
.worksboxinner dl {
	border-bottom: 1px solid #666;
}
.worksboxinner dl:last-child {
	border-bottom: none;
}
.worksboxinner dt {
	width: 20%;
	line-height: 1.2em;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #666;
	padding: 10px 5px;
}
.worksboxinner dd {
	padding: 10px 10px;
}
@media screen and (max-width: 767px) {
	.worksboxinner dt {
		border-right: none;
		border-bottom: 1px dashed #666;
	}
}
.worksboxinner p {
	padding: 10px 10px;
}
.worksboxinner ul {
}
.worksboxinner li {
	padding: 5px 10px;
}
/* ---------------------------------------------------------------------- */
.groupbloc {
}
.groupbox {
	border-top: 1px solid #666;
	padding: 30px 10px;
}
.groupbloc .groupbox:last-child {
	border-bottom: 1px solid #666;
}
.groupboxtitle {
}
.groupboxtitle h3 {
	font-size: 16px;
}
.groupboxinner {
}
.groupboxtop {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.groupboxtoptitle {
	text-align: center;
	vertical-align: middle;
}
.groupboxtoptex {
	vertical-align: middle;
}
.groupboxtoptitle a {
	display: inline-block;
}
.groupboxtoptitle img {
	margin: 0px auto 5px auto;
}
.groupboxtoptitle h3 {
	font-weight: normal;
	line-height: 1em;
}
.groupboxtoptitle h3 b {
	display: block;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 3px;
}
.groupboxtoptitle h3 strong {
	display: block;
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 5px;
}
.groupboxtoptitle h3 a em {
	display: block;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	line-height: 1em;
	text-decoration: none;
	background-color: #000;
	padding: 2px 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.groupboxtoptitle h3 a b {
	display: inline-block;
}
.groupboxtoptitle h3 a span {
	display: inline-block;
	font-size: 12px;
}
.groupboxtoptitle h3 a:hover em {
	background-color: #ccc;
}
.groupboxtoptex p {
}
.groupboxtex {
}
.groupboxtex dl {
	margin-bottom: 20px;
}
.groupboxtex dl:last-child {
	margin-bottom: 0px;
}
.groupboxtex dt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
.groupboxtex dd {
	padding: 0px 0px 0px 30px;
}
.groupboxtex dd ul {
	list-style-type: square;
}
.groupboxtex dd li {
	float: left;
	width: 50%;
}
.groupboxtex dd p {
}
.groupboxkanren {
	padding: 30px 0px 0px 0px;
}
.groupboxkanrentop {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.groupboxkanrentoptitle {
	width: 320px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
.groupboxkanrentoptitle {
	width: auto;
}
}
.groupboxkanrentoptex {
}
.groupboxkanrentoptitle h4 {
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 20px;
}
.groupboxkanrentoptitle h4 a {
	display: inline-block;
}
.groupboxkanrentoptitle h4 img {
	margin-bottom: 10px;
}
.groupboxkanrentoptitle h4 a em {
	display: block;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	padding: 2px 5px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.groupboxkanrentoptitle h4 a b {
	display: inline-block;
}
.groupboxkanrentoptitle h4 a span {
	display: inline-block;
	font-size: 10px;
}
.groupboxkanrentoptitle h4 a:hover em {
	background-color: #ccc;
}
.groupboxtakumi {
	text-align: center;
}
.groupboxtakumi ul {
	border-spacing: 5px 0px;
}
.groupboxtakumi li {
	width: 200px;
	text-align: center;
	padding: 0px 20px;
}
.groupboxtakumi li a {
	display: block;
	text-decoration: none;
}
.groupboxtakumi li a strong {
	display: block;
	font-size: 16px;
	font-family: Avenir , "Open Sans" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: bold;
}
.groupboxtakumi li a em {
	display: block;
	font-size: 10px;
	line-height: 1.4em;
	font-style: normal;
}
.groupboxtakumi li a img {
	margin: 0px auto;
}
.groupboxtakumi li a span {
	display: block;
}
/* ---------------------------------------------------------------------- */
.sitemap {
}
.sitemap ul {
	width: 300px;
	margin: 0px auto;
}
@media screen and (max-width: 479px) {
	.sitemap ul {
		width: auto;
	}
}
.sitemap li {
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 10px 10px;
}
.sitemap li:last-child {
	border-bottom: none;
}
.sitemap li span {
	display: inline-block;
	font-size: 20px;
	text-transform: capitalize;
	padding: 0px 10px;
}
.sitemap li strong {
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
}
.worksbloc {
}
.worksbloc {
}
/* ---------------------------------------------------------------------- */