@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ",  "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
	text-decoration: none;
}

a:hover {
	color: #040404;
	text-decoration: underline;
}

a:active {
	color: #040404;
	text-decoration: underline;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #140000;
	font-size: 13px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	padding-top: 176px;
	text-align: left;
}

#main {
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		padding-top: 86px;
		position: relative;
	}
		
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 18px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

#gHeader .hBox {
	margin: 0 auto 39px;
	padding: 12px 15px;
	width: 1200px;
	box-sizing: border-box;
}

#gHeader h1 {
	float: left;
}

#gHeader .linkList {
	padding-top: 2px;
	width: 400px;
	float: right;
}

#gHeader .linkList li {
	float: left;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#gHeader .linkList li:last-child {
	padding: 7px 5px 0 0;
	float: right;
}

#gHeader .linkList li a {
	display: block;
}

#gHeader .linkList li span {
	font-size: 10px;
	letter-spacing: 1.5px;
}

#gHeader .linkList li:first-child {
	width: 195px;
}

#gHeader .linkList li:first-child a {
	margin-top: -3px;
	/*padding: 0 25px;*/
	font-size: 21px;
	font-family: 'Poppins', sans-serif;
	/*background: url(img/common/icon08.png) no-repeat left center;*/
}

#gHeader .linkList .contact {
	padding: 7px 5px 0 0;
	float: right;
}

#gHeader .linkList .contact a {
	padding: 7px 0;
	display: block;
	width: 200px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #140001;
}

#gHeader .linkList .contact a span {
	padding: 0 0 0 20px;
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0;
	background: url(img/common/icon07.png) no-repeat left center;
}

#gHeader .linkList .contact a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media all and (-ms-high-contrast:none){
	#gHeader .linkList .contact a {
		padding: 9px 0 5px;
	}
}
@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		padding: 26px 0 18px;
	}
	
	#gHeader .hBox {
		margin: 0 auto;
		padding: 0 12px;
		width: auto;
	}
	
	#gHeader .linkList {
		padding: 15px 3px 0 0;
		width: 72px;
	}
		
	#gHeader .linkList li:last-child {
		padding: 0;
	}
	
	#gHeader .linkList li:first-child {
		width: auto;
	}
	
	#gHeader .linkList li:first-child a {
		margin-top: 0;
		padding: 0;
		font-size: 0;
		background: none;
	}
	
	#gHeader .linkList .contact {
		padding: 0;
		float: left;
	}
	
	#gHeader .linkList .contact a {
		padding: 0;
		width: auto;
		background: none;
	}
	
	#gHeader .linkList .contact a span {
		padding: 0;
		font-size: 0;
		background: none;
	}
	
	.menuBox {
		width: 100%;
		max-height: 100%;
		display: none;
		overflow: auto;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		box-sizing: border-box;
		background-color: #fff;
	}
	
	.menuBox .inner {
		padding: 0 15px 30px;;
	}
	
	.menuBox .close {
		margin-bottom: 3px;
		float: right;
	}
	
	.menuBox ul {
		clear: both;
	}
	
	.menuBox li {
		padding: 0;
		display: block;
	}
	
	.menuBox li span {
		margin: 0 5px 0 0;
		display: inline-block;
		font-size: 13px;
		color: #E4007F;
		font-family: 'Poppins', sans-serif;
	}
	
	.menuBox li a {
		padding: 10px 0;
		display: block;
		font-size: 10px;
		border-bottom: 1px solid #1B0101;
	}
	
	.menuBox li:last-child a {
		border-bottom: none;
	}
	
	.menuBox li a:hover {
		text-decoration: none;
	}
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 1200px;
	text-align: center;
}

#gNavi li {
	padding: 0 26px;
	display: inline-block;
}

#gNavi li span {
	margin-bottom: 3px;
	display: block;
	color: #E4007F;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}

#gNavi li a {
	display: block;
	font-size: 8px;
	font-weight: bold;
}

#gNavi li a:hover {
	text-decoration: none;
	color: #140000;
}

#gNavi li a:hover span {
	color: #949495;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
	
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 21px 0 32px;
	overflow: hidden;
	background-color: #140001;
}

#gFooter .fBox {
	width: 1136px;
	margin: 0 auto 130px;
}

#gFooter .fLogo {
	float: right;
}

#gFooter .fNavi {
	padding: 13px 0 0 13px;
	width: 960px;
	float: left;
}

#gFooter .fNavi .navi {
	float: left;
}

#gFooter .fNavi li {
	padding-right: 5px;
	float: left;
}

#gFooter .fNavi .wid01 {
	width: 183px;
}

#gFooter .fNavi .wid02 {
	width: 318px;
}

#gFooter .fNavi .wid03 {
	width: 250px;
}

#gFooter .fNavi .wid04 {
	width: 180px;
}

#gFooter .fNavi .subNavi li {
	margin-bottom: 15px;
	padding-right: 0;
	float: none;
	color: #FFF;
	font-size: 13px;
	letter-spacing: 2px;
}

#gFooter .fNavi .subNavi li:last-child {
	margin-bottom: 0;
}

#gFooter .fNavi li a {
	color: #FFF;
}

#gFooter .copyright {
	clear: both;
	color: #FFF;
	font-size: 10px;
	text-align: center;
}
@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 0 0 25px;
		position: relative;
		overflow: inherit;
	}
	
	#gFooter .pageTop {
		margin-left: -41px;
		position: absolute;
		left: 50%;
		top: -24px;
		z-index: 500;
	}
	
	#gFooter .fBox {
		margin: 0 15px 19px;
		padding: 15px 0;
		width: auto;
	}
	
	#gFooter .fLogo {
		margin-bottom: 18px;
		float: none;
		text-align: center;
	}
	
	#gFooter .fLogo img {
		margin: 0 auto; 
	}
	
	#gFooter .fNavi {
		padding: 0;
		width: auto;
		float: none;
	}

	#gFooter .fNavi li {
		padding: 0;
		float: none;
	}
	
	#gFooter .fNavi .navi {
		width: 60%;
	}
	
	#gFooter .fNavi .navi01 {
		width: 40%;
	}
	
	#gFooter .fNavi .wid01 {
		width: auto;
	}
	
	#gFooter .fNavi .wid02 {
		margin-top: 15px;
		width: auto;
	}
	
	#gFooter .fNavi .wid03 {
		width: auto;
	}
	
	#gFooter .fNavi .wid04 {
		margin-top: 15px;
		width: auto;
	}
	
	#gFooter .fNavi .subNavi li {
		margin-bottom: 15px;
		padding-right: 0;
		float: none;
		font-size: 8px;
		letter-spacing: 0;
	}
	
	#gFooter .fNavi .subNavi li:last-child {
		margin-bottom: 0;
	}
	
	#gFooter .fNavi li a {
		color: #FFF;
	}
	
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}
	
	#gFooter .copyright {
		clear: both;
		font-size: 5px;
	}
	
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 50px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 2px;
}

#main .headLine01 span {
	margin-bottom: 13px;
	display: block;
	color: #E4007F;
	font-size: 42px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	letter-spacing: 7px;
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
#main .comContact {
	padding: 75px 0 78px;
	background-color: #E8E4E5;
}

#main .comContact .headLine01 span {
	color: #140000;
}

#main .comContact .link {
	margin: 0 auto 45px;
	width: 416px;
	text-align: center;
}

#main .comContact .link a {
	padding: 16px 0 14px;
	display: block;
	color: #E4007F;
	font-size: 26px;
	font-weight: bold;
	border: 1px solid #ED007D;
	background-color: #fff;
}

#main .comContact .link a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #ED007D;
}

#main .comContact .link a span {
	padding: 0 0 0 45px;
	background: url(img/common/icon04.png) no-repeat left center;
}

#main .comContact .link a:hover span {
	background-image: url(img/common/icon13.png);
}

#main .comContact .telArea {
	margin: 0 auto;
	width: 550px;
}

#main .comContact .telArea .txt {
	margin-top: -2px;
	width: 210px;
	float: left;
	font-size: 21px;
}

#main .comContact .telArea dl {
	width: 330px;
	float: right;
	font-family: 'Poppins', sans-serif;
}

#main .comContact .telArea dt {
	margin-top: -10px;
	float: left;
	font-size: 30px;
}

#main .comContact .telArea dt a {
	padding-left: 30px;
	display: block;
	letter-spacing: 1.8px;
	background: url(img/common/icon05.png) no-repeat left center;
}

#main .comContact .telArea dd {
	padding-left: 27em;
	font-size: 10px;
}

#main .comContact .telArea dd span {
	display: block;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	min-height: 215px;
	background: url(img/common/page_title_bg.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle h2 {
	padding-top: 60px;
	color: #140000;
	font-size: 17px;
	text-align: center;
	letter-spacing: 4px;
}

.pageTitle h2 .en {
	margin-bottom: 4px;
	display: block;
	color: #E4007F;
	font-size: 42px;
	font-weight: normal;
	letter-spacing: 9px;
}

#main .comDl dt {
	float: left;
	color: #E4007F;
	font-size: 18px;
}


@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 22px;
		font-size: 9px;
		text-align: center;
		letter-spacing: 0;
	}
	
	#main .headLine01 span {
		margin-bottom: 6px;
		font-size: 21px;
		letter-spacing: 4px;
	}
	
	/*------------------------------------------------------------
		comContact
	------------------------------------------------------------*/
	#main .comContact {
		padding: 40px 15px 65px;
	}
	
	#main .comContact .link {
		margin: 0 auto 5px;
		width: auto;
		text-align: center;
	}
	
	#main .comContact .link a {
		padding: 10px 0 8px;
		color: #fff;
		font-size: 12px;
		border: none;
		border-radius: 5px;
		background-color: #E4007F;
	}
	
	#main .comContact .link a span {
		padding: 0 0 0 22px;
		background: url(img/common/sp_icon11.png) no-repeat left center;
		background-size: 17px 14px;
	}
	
	#main .comContact .link a:hover span {
		background-image: url(img/common/sp_icon11.png);
	}
	
	#main .comContact .telArea {
		margin: 0 auto;
		width: 290px;
	}
	
	#main .comContact .telArea .txt {
		width: 108px;
		font-size: 11px;
	}
	
	#main .comContact .telArea dl {
		width: 180px;
	}
	
	#main .comContact .telArea dt {
		margin-top: 0px;
		font-size: 15px;
	}
	
	#main .comContact .telArea dt a {
		padding-left: 18px;
		display: block;
		letter-spacing: 0;
		background: url(img/common/sp_icon12.png) no-repeat left center;
		background-size: 15px 10px;
	}
	
	#main .comContact .telArea dt a:hover {
		text-decoration: none;
	}
	
	#main .comContact .telArea dd {
		padding: 4px 0 0 128px;
		font-size: 6px;
	}
	
	#main .comContact .telArea dd span {
		margin-top: -2px;
		display: block;
	}
	
	/*------------------------------------------------------------
		pageTitle
	------------------------------------------------------------*/
	.pageTitle {
		min-height: 108px;
	}
	
	.pageTitle h2 {
		padding-top: 30px;
		font-size: 9px;
		letter-spacing: 2px;
	}
	
	.pageTitle h2 .en {
		margin-bottom: 2px;
		font-size: 21px;
		letter-spacing: 5px;
	}

	
}

/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#index .slideBox {
	margin-bottom: 40px;
	position: relative;
}

#index .slideBox .arrow li {
	margin-top: -8px;
	position: absolute;
	top: 50%;
	z-index: 2;
	cursor: pointer;
}

#index .slideBox .arrow .prev {
	left: 15px;
}

#index .slideBox .arrow .next {
	right: 15px;
}

#index .slideBox .slide {
	text-align: center;
}

#index .slideBox .slide li img {
	width: 100%;
}

#index .slideBox .slide li a {
	display: block;
}

#index .slideBox .slide li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#index .slideBox .foo {
	margin-top: 20px;
	text-align: center;
}

#index .slideBox .foo li {
	margin: 0 4px;
	display: inline-block;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(img/common/icon02.png) no-repeat center center;
}

#index .slideBox .foo .slick-active {
	background-image: url(img/common/icon01.png);
}

#index .slideBox .foo li button {
	display: none;
}

#index .sec01 {
	margin-bottom: 72px;
	text-align: center;
}

#index .sec01 p {
	margin-bottom: 45px;
	font-size: 12px;
	line-height: 2.1;
	letter-spacing: 2px;
}

#index .sec01 .cTxt {
	margin-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
}

#index .sec01 .link {
	margin: 0 auto;
	width: 272px;
}

#index .sec01 .link a {
	padding: 8px 5px 7px;
	display: block;
	color: #E4007F;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	border: 1px solid #E4007F;
}

#index .sec01 .link a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #E4007F; 
}

#index .sec01 .link a span {
	padding: 0 20px;
	background: url(img/common/icon03.png) no-repeat right center;
}

#index .sec01 .link a:hover span {
	background-image: url(img/common/icon12.png);
}

#index .sec02 {
	margin-bottom: 85px;
}

#index .sec02 ul {
	margin: 0 auto;
	width: 1100px;
}

#index .sec02 li {
	width: 536px;
	float: left;
}

#index .sec02 li:last-child {
	float: right;
}

#index .sec02 li .pho {
	margin-bottom: 16px;
}

#index .sec02 li a {
	display: block;
}

#index .sec02 li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#index .sec02 li p {
	line-height: 1.7;
}

#index .sec03 {
	padding: 75px 0 62px;
	background: url(img/index/bg01.jpg) no-repeat center center;
	background-size: cover;
}

#index .sec03 ul {
	margin: 0 auto;
	width: 1100px;
}

#index .sec03 li {
	margin-right: 26px;
	width: 348px;
	float: left;
}

#index .sec03 li:nth-child(3n) {
	margin-right: 0;
}

#index .sec03 li .pho {
	margin-bottom: 15px;
	position: relative;
}

#index .sec03 li .pho a {
	display: block;
}

#index .sec03 li .pho a:hover img {
	visibility: hidden;
}

#index .sec03 li .pho a:hover {
	background: url(img/index/photo03_over.jpg) no-repeat center center;
}

#index .sec03 li:nth-child(2) .pho a:hover {
	background: url(img/index/photo04_over.jpg) no-repeat center center;
}

#index .sec03 li:nth-child(3) .pho a:hover {
	background: url(img/index/photo05_over.jpg) no-repeat center center;
}

#index .sec03 li .pho .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#index .sec03 li .pho .txt {
	width: 100%;
	height: 100%;
	display: table;
}

#index .sec03 li .pho .txt span {
	display: table-cell;
	color: #E4007F;
	font-size: 25px;
	text-align: center;
	vertical-align: middle;
	font-family: 'Poppins', sans-serif;
	text-decoration: underline;
	line-height: 1.4;
}

#index .sec03 li .pho a:hover .txt span {
	color: #fff;
}

#index .sec03 li h3 {
	margin-bottom: 10px;
	padding-bottom: 1px;
	font-size: 21px;
	text-align: center;
	border-bottom: 2px solid #876B6A;
}

#index .sec03 li p {
	line-height: 1.7;
}

#index .sec04 {
	margin: 0 auto;
	width: 1100px;
	padding: 82px 0 84px;
}

#index .sec04 h3 {
	margin-bottom: 18px;
	padding-bottom: 12px;
	color: #E4007F;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	letter-spacing: 4px;
	border-bottom: 1px solid #000;
}

#index .sec04 dl {
	margin-bottom: 46px;
}

#index .sec04 dt {
	float: left;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 5px;
}

#index .sec04 dd {
	padding: 0 0 13px 11.4em;
}

#index .sec04 dd:last-child {
	padding-bottom: 0;
}

#index .sec04 dd a {
	display: inline-block;
}

#index .sec04 .link {
	text-align: right;
}

#index .sec04 .link a {
	padding: 0 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	background: url(img/common/icon06.png) no-repeat right center;
}

#index .sec04 .link a:hover {
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		トープページ
	------------------------------------------------------------*/
	#index .slideBox {
		margin-bottom: 25px;
	}
	
	#index .slideBox .slide {
		text-align: center;
	}
	
	#index .slideBox .slide li img {
		width: 100%;
	}
	
	#index .slideBox .foo {
		display: none !important;
	}
	
	#index .linkArea {
		margin: 0 12px 22px;
	}
	
	#index .linkArea ul {
		margin-bottom: 26px;
	}
	
	#index .linkArea li {
		padding: 8px 5px 8px;
		float: left;
		width: 33%;
		box-sizing: border-box; 
		border-bottom: 1px solid #B2ABA8;
		border-right: 1px solid #B2ABA8;
	}
	
	#index .linkArea li:nth-child(3n) {
		border-right: none;
	}
	
	#index .linkArea li:nth-child(4),
	#index .linkArea li:nth-child(5),
	#index .linkArea li:last-child {
		border-bottom: none;
	}
	
	#index .linkArea li a {
		text-decoration: none;
	}
	
	#index .linkArea .pho {
		display: block;
		float: left;
	}
	
	#index .linkArea .pho img {
		height: 22px;
	}
	
	#index .linkArea .txt {
		padding-left: 30px;
		display: block;
		font-size: 8px;
		line-height: 1.2;
	}
	
	#index .linkArea .txt .sml {
		display: block;
		font-size: 7px;
	}
	
	#index .linkArea .link {
		text-align: center;
	}
	
	#index .linkArea .link a {
		padding: 8px 5px 10px;
		display: block;
		color: #fff;
		font-size: 12px;
		font-weight: bold;
		border-radius: 5px;
		background-color: #ED007D;
	}
	
	#index .linkArea .link a span {
		padding: 0 0 0 25px;
		display: inline-block;
		background: url(img/common/sp_icon11.png) no-repeat left center;
		background-size: 17px 14px;
	}
	
	#index .sec01 {
		margin-bottom: 36px;
	}
	
	#index .sec01 p {
		margin-bottom: 20px;
		font-size: 9px;
		line-height: 1.78;
		letter-spacing: 0;
	}
	
	#index .sec01 .cTxt {
		margin-bottom: 9px;
		font-size: 13px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	#index .sec01 .link {
		display: none;
	}
	
	#index .sec02 {
		margin-bottom: 46px;
	}
	
	#index .sec02 ul {
		margin: 0 15px;
		width: auto;
	}
	
	#index .sec02 li {
		width: auto;
		float: none;
	}
	
	#index .sec02 li:last-child {
		margin-top: 22px;
		float: none;
	}
	
	#index .sec02 li .pho {
		margin-bottom: 9px;
	}
	
	#index .sec02 li .pho img {
		width: 100%;
	}
	
	#index .sec02 li p {
		font-size: 9px;
	}
	
	#index .sec03 {
		padding: 40px 15px 30px;
		background: url(img/index/bg01.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#index .sec03 .headLine01 span {
		letter-spacing: 3px;
	}
	
	#index .sec03 ul {
		margin: 0;
		width: auto;
	}
	
	#index .sec03 li {
		margin: 0 0 24px;
		width: auto;
		float: none;
	}
	
	#index .sec03 li:last-child {
		margin-bottom: 0;
	}
	
	#index .sec03 li .pho {
		margin-bottom: 0;
		float: left;
		width: 136px;
	}
	
	#index .sec03 li .pho img {
		width: 100%;
	}
	
	#index .sec03 li .pho a:hover img {
		visibility: visible;
	}
	
	#index .sec03 li .pho a:hover {
		background: none;
	}
	
	#index .sec03 li:nth-child(2) .pho a:hover {
		background: none;
	}
	
	#index .sec03 li:nth-child(3) .pho a:hover {
		background: none;
	}
	
	#index .sec03 li .pho .txt span {
		font-size: 12px;
	}
	
	#index .sec03 li .pho a:hover .txt span {
		color: #E4007F;
	}
	
	#index .sec03 li .txtBox {
		padding-left: 155px;
	}
	
	#index .sec03 li h3 {
		margin-bottom: 5px;
		padding-bottom: 2px;
		font-size: 12px;
		border-width: 1px;
		text-align: left;
	}
	
	#index .sec03 li p {
		margin-bottom: 4px;
		font-size: 9px;
		line-height: 1.75;
	}
	
	#index .sec03 li .link a {
		padding: 4px 2px;
		display: block;
		color: #fff;
		font-size: 10px;
		text-align: center;
		position: relative;
		background-color: #1B0101;
	}
	
	#index .sec03 li .link a:after {
		margin-top: -4px;
		width: 8px;
		height: 8px;
		position: absolute;
		right: 5px;
		top: 50%;
		background: url(img/common/sp_icon08.png) no-repeat right center;
		background-size: 8px 8px;
		
		content: "";
	}
	
	#index .sec03 li .link a:hover {
		text-decoration: none;
	}
	
	#index .sec04 {
		margin: 0 15px;
		width: auto;
		padding: 50px 0 45px;
	}
	
	#index .sec04 h3 {
		margin-bottom: 18px;
		padding-bottom: 0;
		color: #fff;
		font-size: 13px;
		letter-spacing: 2px;
		border-bottom: 2px solid #ED007D;
	}
	
	#index .sec04 h3 span {
		padding: 5px 10px;
		width: 118px;
		display: block;
		position: relative;
		box-sizing: border-box;
		border-radius: 5px 0 0 0;
		background-color: #E4007F;
	}
	
	#index .sec04 h3 span:after {
		width: 34px;
		height: 100%;
		position: absolute;
		right: -34px;
		top: 0;
		background: url(img/common/sp_icon09.png) no-repeat right top;
		background-size: 34px 100%;
		
		content: "";
	}
	
	#index .sec04 dl {
		margin-bottom: 30px;
	}
	
	#index .sec04 dt {
		padding: 0 0 1px 15px;
		float: none;
		color: #E4007F;
		font-size: 10px;
		letter-spacing: 2px;
		background: url(img/common/sp_icon13.png) no-repeat left 3px;
		background-size: 7px 10px;
	}
	
	#index .sec04 dd {
		padding: 0 0 30px;
	}
	
	#index .sec04 dd:last-child {
		padding-bottom: 0;
	}
	
	#index .sec04 dd a {
		font-size: 9px;
	}
	
	#index .sec04 dd a:hover {
		text-decoration: none;
	}
	
	#index .sec04 .link a {
		padding: 0 20px;
		font-size: 12px;
		background: url(img/common/sp_icon10.png) no-repeat right center;
		background-size: 12px 12px;
	}	
}

/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .pageTitle h2 {
	font-size: 12px;
}

#company .sec01 {
	padding: 83px 0 78px;
	text-align: center;
}

#company .sec01 .cTxt {
	margin-bottom: 15px;
	font-size: 22px;
	line-height: 1.8;
}

#company .sec01 p {
	margin-bottom: 26px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 2.12;
}

#company .imgSec {
	margin: 0 auto 181px;
	width: 1100px;
}

#company .imgSec ul {
	float: right;
}

#company .imgSec li:first-child {
	margin-bottom: 47px;
}

#company .imgSec .tabBox {
	padding-top: 2px;
	width: 640px;
	float: left;
}

#company .imgSec table {
	width: 100%;
	border-collapse: collapse;
}

#company .imgSec table th,
#company .imgSec table td {
	padding: 34px 0 36px;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #D6D1D1;
}

#company .imgSec table th {
	width: 23%;
	color: #E4007F;
	font-weight: normal;
}

#company .imgSec table td {
	line-height: 1.5;
}

#company .imgSec table .trStyle01 th,
#company .imgSec table .trStyle01 td {
	padding: 10px 0 15px;
}

#company .imgSec table .trStyle02 th,
#company .imgSec table .trStyle02 td {
	padding: 28px 0;
}

#company .imgSec table .trStyle01 td span {
	margin-top: 2px;
	display: block;
	font-size: 14px;
}

#company .imgSec table td .big {
	font-size: 19px;
}

#company .imgSec table td a {
	display: inline-block;
	font-size: 27px;
	color: #140000;
	vertical-align: middle;
}

#company .imgSec table td img {
	vertical-align: middle;
}

#company .sec02 {
	margin: 82px auto 42px;
	width: 1100px;
}

#company .sec02 h3 {
	margin-bottom: 82px;
	padding-bottom: 21px;
	border-bottom: 1px solid #000;
}

#company .sec02 h3 img {
	vertical-align: bottom;
}

#company .sec02 h3 .txt {
	margin-left: 20px;
	display: inline-block;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#company .sec02 h3 .txt .sml {
	font-size: 20px;
}

#company .sec02 ul {
	margin: -40px 0 75px;
}

#company .sec02 li {
	margin-top: 40px;
	width: 520px;
	float: left;
}

#company .sec02 li:nth-child(2n) {
	float: right;
}

#company .sec02 li .pho {
	float: left;
}

#company .sec02 h4 {
	margin-bottom: 28px;
	padding-bottom: 10px;
	font-size: 29px;
	font-weight: normal;
	letter-spacing: -2px;
	border-bottom: 3px dashed #FFA9BC;
}

#company .sec02 h4 span {
	margin-right: 35px;
	display: inline-block;
	font-size: 27px;
	letter-spacing: -1px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#company .sec02 .comDl {
	width: 276px;
	float: right;
}

#company .sec02 dt {
	float: left;
	color: #E4007F;
	font-size: 15px;
	font-weight: bold;
}

#company .sec02 dd {
	margin-bottom: 8px;
	padding: 0 0 10px 6.2em;
	border-bottom: 1px solid #C4BEBE;
}

#company .sec02 dd a {
	margin-top: -5px;
	display: block;
	color: #140000;
	font-size: 26px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	letter-spacing: -2.5px;
	line-height: 1;
}
#company .sec02 dd a.link {
	margin-bottom: 20px;
	padding: 8px 0 10px 2em;
	/*border-bottom: 1px solid #C4BEBE;*/
	font-size:14px !important;
	font-weight:normal;
}

#company .sec02 dd:last-child {
	border-bottom: none;
}

#company .sec02 .ddStyle01 {
	min-height: 58px;
}

#company .sec02 h3 .ttl {
	padding: 13px 5px;
	width: 208px;
	display: inline-block;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	background-color: #A8A1A1;
}

#company .sec02 .h3Ttl01 {
	/*margin-top: -8px;*/
	padding-bottom: 16px;
}

#company .sec02 .h3Ttl01 .txt {
	font-size: 30px;
	vertical-align: middle;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		company
	------------------------------------------------------------*/
	#company .sec01 {
		padding: 30px 15px;
	}
	
	#company .sec01 .cTxt {
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	#company .sec01 p {
		margin-bottom: 15px;
		font-size: 10px;
		line-height: 1.8;
	}
	
	#company .imgSec {
		margin: 0 15px 30px;
		width: auto;
	}
	
	#company .imgSec ul {
		float: none;
	}
	
	#company .imgSec li {
		text-align: center;
	}
	
	#company .imgSec li:first-child {
		margin-bottom: 20px;
	}
	
	#company .imgSec li img {
		max-width: 100%;
	}
	
	#company .imgSec .tabBox {
		padding-top: 20px;
		width: auto;
		float: none;
	}
	
	#company .imgSec table th,
	#company .imgSec table td {
		padding: 15px 0;
		font-size: 12px;
	}
	
	#company .imgSec table .trStyle01 th,
	#company .imgSec table .trStyle01 td {
		padding: 15px 0;
	}
	
	#company .imgSec table .trStyle02 th,
	#company .imgSec table .trStyle02 td {
		padding: 15px 0;
	}
	
	#company .imgSec table .trStyle01 td span {
		margin-top: 2px;
		font-size: 10px;
	}
	
	#company .imgSec table td .big {
		font-size: 13px;
	}
	
	#company .imgSec table td a {
		font-size: 15px;
	}
	
	#company .imgSec table td a:hover {
		text-decoration: none;
	}
	
	#company .sec02 {
		margin: 30px 15px;
		width: auto;
	}
	
	#company .sec02 h3 {
		margin-bottom: 30px;
		padding-bottom: 10px;
	}
	
	#company .sec02 h3 .txt {
		margin-left: 10px;
		font-size: 16px;
	}
	
	#company .sec02 h3 .txt .sml {
		font-size: 12px;
	}
	
	#company .sec02 h3 img {
		width: 70px;
	}
	
	#company .sec02 .h3Ttl02 img {
		width: 100px;
	}
	
	#company .sec02 .h3Ttl02 .txt {
		margin-left: 5px;
	}
	
	#company .sec02 ul {
		margin: 0 0 30px;
	}
	
	#company .sec02 li {
		margin: 0 0 20px;
		width: auto;
		float: none;
	}
	
	#company .sec02 li:nth-child(2n) {
		float: none;
	}
	
	#company .sec02 li .pho {
		float: none;
		text-align: center;
	}
	
	#company .sec02 li .pho img {
		max-width: 100%;
	}
	
	#company .sec02 h4 {
		margin-bottom: 28px;
		padding-bottom: 10px;
		font-size: 15px;
		border-bottom: 1px dashed #FFA9BC;
	}
	
	#company .sec02 h4 span {
		margin-right: 15px;
		display: inline-block;
		font-size: 18px;
	}
	
	#company .sec02 .comDl {
		margin-top: 20px;
		float: none;
		width: auto;
	}
	
	#company .sec02 dt {
		font-size: 11px;
	}
	
	#company .sec02 dd {
		margin-bottom: 5px;
		padding: 0 0 5px 6.2em;
		word-break: break-all;
	}
	
	#company .sec02 dd a {
		margin-top: 0;
		font-size: 13px;
		letter-spacing: 0;
	}
	
	#company .sec02 dd a:hover {
		text-decoration: none;
	}
	
	#company .sec02 .ddStyle01 {
		min-height: inherit;
	}
	
	#company .sec02 h3 .ttl {
		padding: 8px 5px;
		width: 150px;
		font-size: 15px;
	}
	
	#company .sec02 .h3Ttl01 {
		margin-top: 0;
		padding-bottom: 10px;
	}
	
	#company .sec02 .h3Ttl01 .txt {
		font-size: 15px;
	}
	#company .sec02 dd a.link {
	padding:0px;
	
}
	
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .content {
	padding: 125px 0 70px;
	width: 822px;
	margin: 0 auto;
}

#contact .mailForm dt {
	margin-bottom: 15px;
	padding: 0 20px 3px;
	color: #E4007F;
	font-size: 20px;
	border-bottom: 1px dotted #666;
	background: url(img/common/icon09.png) no-repeat 1px 9px;
}

#contact .mailForm dt .must {
	margin-left: 5px;
	color: #E60012;
	font-size: 13px;
}

#contact .mailForm dd {
	margin-bottom: 42px;
	color: #808080;
	font-size: 13px;
}

#contact .mailForm dd:last-child {
	margin-bottom: 0;
}

#contact .mailForm dd textarea ,
#contact .mailForm dd input[type="tel"] ,
#contact .mailForm dd input[type="email"],
#contact .mailForm dd input[type="text"] {
	padding: 6px 12px;
	width: 251px;
	height: 36px;
	color: #808080;
	font-size: 13px;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #CBCBCB;
}

#contact .mailForm dd textarea {
	width: 100%;
	height: 145px;
}

#contact .submit {
	margin-top: 50px;
	text-align: center;
	font-size: 0;
}

#contact .submit li input {
	padding-right: 30px;
	box-sizing: border-box;
	width: 374px;
	height: 47px;
	border-radius: 0;
	color: #E4007F;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	cursor: pointer;
	letter-spacing: 3px;
	border: 1px solid #E5007F;
	-webkit-appearance: none;
	background: url(img/common/icon10.png) no-repeat 347px center;
}

#contact .submit li input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.errorMsg {
	margin-bottom: 20px;
}

.errorMsg li {
	color: #F00;
}

@media all and (-ms-high-contrast:none){
	#contact .submit li input {
		padding-top: 2px;
		box-sizing: border-box;
	}
	
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		contact
	------------------------------------------------------------*/
	#contact .content {
		padding: 47px 15px 50px;
		width: auto;
	}
	
	#contact .mailForm dt {
		margin-bottom: 9px;
		padding: 0 18px 3px;
		font-size: 15px;
		background: url(img/common/sp_icon14.png) no-repeat 0px 7px;
		background-size: 11px 11px;
	}

	#contact .mailForm dt .must {
		margin-left: 7px;
		font-size: 10px;
	}

	#contact .mailForm dd {
		margin-bottom: 35px;
		font-size: 11px;
	}
	
	#contact .mailForm dd textarea ,
	#contact .mailForm dd input[type="tel"] ,
	#contact .mailForm dd input[type="email"],
	#contact .mailForm dd input[type="text"] {
		padding: 6px 9px;
		width: 100%;
		height: 31px;
		font-size: 11px;
	}

	#contact .mailForm dd input.wid01 {
		width: 74.5%;
	}
		
	#contact .mailForm dd textarea {
		height: 165px;
	}
	
	#contact .submit {
		margin-top: 25px;
	}

	#contact .submit li {
		margin-bottom: 15px;
		position: relative;
	}

	#contact .submit li:last-child {
		margin-bottom: 0;
	}
	
	#contact .submit li:before {
		width: 9px;  
		height: 17px;
		margin-top: -9px;
		background: url(img/common/sp_icon15.png) no-repeat;
		background-size: 9px 17px;
		position: absolute;  
		top: 50%;  
		right: 15px;  
	  
		content: "";
	}

	#contact .submit li input {
		padding-right: 20px;
		width: 100%;
		height: 37px;
		font-size: 16px;
		letter-spacing: 2px;
		background: none;
	}
		
	#contact .submit li input:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
}

/*------------------------------------------------------------
	confirm
------------------------------------------------------------*/
#contact .confirm .mailForm dd {
	margin-bottom: 35px;
	padding: 0 2px;
}

#contact .confirm .submit li {
	float: right;
}

#contact .confirm .submit .edit {
	float: left;
}

#contact .confirm .submit .edit input {
	color: #808080;
	border-color: #808080;
	background: url(img/common/icon11.png) no-repeat 18px center;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		confirm
	------------------------------------------------------------*/
	#contact .confirm .mailForm dd {
		margin-bottom: 25px;
	}
	
	#contact .confirm .submit li {
		float: none;
	}
	
	#contact .confirm .submit .edit {
		float: none;
	}
		
	#contact .confirm .submit .edit:before {
		background-image: url(img/common/sp_icon16.png);
		left: 15px;  
	}
	
	#contact .confirm .submit .edit input {
		background: none;
	}
		
}

/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#contact .thanks {
	padding: 123px 0 95px;
}

#contact .thanks .ttl {
	margin-bottom: 17px;
	color: #6A6A6A;
	font-size: 30px;
	line-height: 1.5;
}

#contact .thanks p {
	margin-bottom: 73px;
	color: #808080;
	font-size: 13px;
	text-align: center;
}

#contact .thanks .back a {
	margin: 0 auto;
	padding: 7px 25px 7px 0;
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 374px;
	color: #E4007F;
	text-align: center;
	font-weight: bold;
	font-size: 21px;
	text-decoration: none;
	letter-spacing: 3px;
	border: 1px solid #E5007F;
}

#contact .thanks .back a:before {
	width: 11px;  
	height: 22px;
	margin-top: -11px;
	background: url(img/common/icon10.png) no-repeat;
	position: absolute;  
	top: 50%;  
	right: 17px;  
	  
	content: "";
}

#contact .thanks .back a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		thanks
	------------------------------------------------------------*/
	#contact .thanks {
		padding: 58px 15px 50px;
	}
	
	#contact .thanks .ttl {
		margin-bottom: 11px;
		font-size: 23px;
		line-height: 1.5;
	}
	
	#contact .thanks p {
		margin-bottom: 49px;
		font-size: 10px;
	}
	
	#contact .thanks .back a {
		padding: 5px 15px 5px 0;
		width: 100%;
		font-size: 16px;
	}
	
	#contact .thanks .back a:before {
		width: 9px;  
		height: 17px;
		margin-top: -9px;
		background: url(img/common/sp_icon15.png) no-repeat;
		background-size: 9px 17px;
		top: 50%;  
		right: 15px;  
	}
	
	#contact .thanks .back a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

}

@media all and (-ms-high-contrast:none){
	#contact .thanks .back a {
		padding: 9px 25px 5px 0;
	}
}




