@import url('cyrillic-ext.css?family=Nunito:400,700,800&display=swap');
@import url('vietnamese.css?family=Quicksand:400,700&display=swap');
/*------------------------------------------------------------
	
------------------------------------------------------------*/
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;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: "微軟正黑體",YuMincho,"Hiragino Mincho ProN",serif;
}

article, aside, canvas, details, figcaption, figure, footer, bottom, 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;
	max-width: 100%;
	
}

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

a:visited {
	color: #3B3B3B;
}

a:hover {
	color: #3B3B3B;
	
}

a:active {
	color: #861116;
}

/*------------------------------------------------------------
	
------------------------------------------------------------*/

.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

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

/*------------------------------------------------------------
	
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

/*-------------
	
-------------*/
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt45{margin-top:45px;}
.mt50{margin-top:50px;}
.mt55{margin-top:55px;}
.mt60{margin-top:60px;}
.mt65{margin-top:65px;}
.mt70{margin-top:70px;}
.mt75{margin-top:75px;}
.mt80{margin-top:80px;}
.mt85{margin-top:85px;}
.mt90{margin-top:90px;}
.mt95{margin-top:95px;}




/*------------------------------------------------------------
	BODY
------------------------------------------------------------*/
body {
	min-width: 1220px;
	color: #333;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none; 
	-webkit-text-size-adjust: none;
	background-color: #666;
}

body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}

#main {
	background: #f1f1f1;
	padding-top: 50px;
	
}

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

a:hover {
	-webkit-transition:  .5s; 
	transition: .5s;
}

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

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}


/*------------------------------------------------------------
	Header
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#gHeader .hInner {
	margin: 0 auto;
	max-width: 1200px;
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}

#gHeader .hInner .lBox {
	margin: 10px 0 0 1%;
	float: left;
	width: 40%;
}

h1 {
	margin-bottom: 10px;
	color: #8C8C8C;
	font-size: 1rem;
	line-height: 1.2;
	font-weight: normal;
}

#gHeader .hInner .lBox .logo a:hover {
	opacity: 1;
}

#gHeader .hInner .rBox {
	float: right;
	width: 58%;
}

#gHeader .hInner .rBox .linkBox {
	margin-top: 20px;
	float: left;
	width: 84%;
	text-align: right;
}

#gHeader .hInner .rBox .hLink {
	margin-bottom: 16px;
}

#gHeader .hInner .rBox .hLink li {
	margin-left: 1.8%;
	display: inline;
	color: #601986;
	font-size: 1.2rem;
}

#gHeader .hInner .rBox .hLink li:first-child a {
	position: relative;
	top: -1px;
	padding: 2px 0;
	display: inline-block;
	width: 70px;
	color: #601986;
	font-weight: bold;
	text-align: center;
	border: 1px solid #601986;
	border-radius: 5px;
}

#gHeader .hInner .rBox .hLink li:last-child a {
	margin-left: 2.5%;
}

#gHeader .hInner .rBox .btn {
	float: right;
	width: 100px;
}

#gHeader .hInner .rBox .btn a {
	padding: 28px 5px;
	display: block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	background-color: #601986;
	border-radius: 0 0 12px 0;
}

@media all and (max-width: 949px) {
	#gHeader .hInner .rBox .btn {
		width: 40px;
	}
}

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

	#gHeader .hInner .rBox .hLink li a:hover {
		color: #601986;
	}

	#gHeader .hInner .rBox .hLink li:first-child a:hover {
		color: #fff;
		background-color: #601986;
	}
	
	#gHeader .hInner .rBox .btn a:hover {
		background-color: #601986;
	}
}

@media all and (max-width: 767px) {
	#gHeader .hInner {
		border-radius: 0;
		padding-bottom: 12px;
	}

	#gHeader .hInner .lBox {
		margin: 10px 0 0 0;
		width: 60%;
	}

	h1 {
		margin-bottom: 5px;
	}
	
	#gHeader .hInner .lBox .logo img {
		width: 800px;
	}

	#gHeader .hInner .rBox {
		margin: 23px 2% 0 0;
		float: right;
		width: 108px;
	}

	#gHeader .hInner .rBox .loginBtn {
		float: left;
	}

	#gHeader .hInner .rBox .loginBtn a {
		padding: 2px 0;
		display: inline-block;
		width: 70px;
		color: #601986;
		font-size: 1.2rem;
		font-weight: bold;
		text-align: center;
		border: 1px solid #601986;
		border-radius: 10px;
	}

	#gHeader .menu {
		margin-top: 6px;
		float: right;
		width: 20px;
		height: 20px;
		cursor: pointer;
		z-index: 101;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
		box-sizing: border-box;
	}

	#gHeader .menu > div {
		margin: 0 auto;
		width: 20px;
		height: 20px;
		position: relative;
	}

	#gHeader .menu span {
		background-color: #601986; 
		border: none;
		height: 2px;
		width: 20px;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}

	#gHeader .menu span:nth-of-type(2) {
		top: 5px;
	}

	#gHeader .menu span:nth-of-type(3) {
		top: 10px;
	}	

	#gHeader .menu.active .top {
		-webkit-transform: translateY(5px) translateX(0) rotate(45deg);
		-ms-transform: translateY(5px) translateX(0) rotate(45deg);
		transform: translateY(5px) translateX(0) rotate(45deg);
	}

	#gHeader .menu.active .middle {
		opacity: 0;
	}

	#gHeader .menu.active .bottom {
		-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
		transform: translateY(-5px) translateX(0) rotate(-45deg);
	}

	#gHeader .menu.active .open {
		display: none;
	}

	#gHeader .menu.active .close {
		display: block;
	}
	
	.menuBox {
		display: none;
		position: fixed;
		padding: 0 15px;
		left: 0;
		top: 0;
		width: 100%;
		max-height: 100%;
		z-index: 99;
		background-color: #fff;
		 box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
		box-sizing: border-box;
		overflow-y: auto; 
	}

	.menuBox .menuList {
		margin: 90px 0 20px;
	}

	.menuBox .menuList li {
		margin-bottom: 10px;
		padding: 0 7px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.menuBox .menuList li a {
		padding: 10px 14px;
		display: block;
		font-size: 1.6rem;
		font-weight: bold;
		background: url("../img/icon06-01.png") no-repeat 3px 17px;
	}

	.menuBox .hNavi {
		margin-bottom: 20px;
	}

	.menuBox .hNavi ul {
		float: left;
		width: 50%;
		border-right: 1px solid #d7dce3;
		box-sizing: border-box;
	}

	.menuBox .hNavi ul:last-child {
		padding-left: 15px;
		border-right: none;
	}

	.menuBox .hNavi li {
		margin-bottom: 11px;
	}

	.menuBox .hNavi li:last-child {
		margin-bottom: 0;
	}

	.menuBox .btn {
		margin-bottom: 25px;
	}

	.menuBox .btn a {
		padding: 15px 5px;
		display: block;
		color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.3;
		text-align: center;
		background-color: #601986;
		border-radius: 20px;
	}
}

@media all and (max-width: 359px) {
	#gHeader .hInner .lBox {
		width: 160px;
	}
	
	h1 {
		margin-right: -10px;
		font-size: 0.9rem;
	}
	
	#gHeader .hInner .rBox {
		width: 100px;
	}
}

/*-----------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	
	
}

#gNavi li {
	margin-left: 3.5%;
	display: inline;
	font-size: 1.6rem;
	font-weight: bold;
}

#gNavi li a{
	color: #601986; 
}

#gNavi li:first-child {
	margin-left: 0;
}

@media all and (max-width: 949px) {
	#gNavi li {
		margin-left: 3%;
	}
}

@media all and (min-width: 768px) {
	#gNavi li a:hover {
		color: #C78A03;
	}
}

/*------------------------------------------------------------
	
------------------------------------------------------------*/
#pagePath {
	position: absolute;
	left: 0;
	top: 110px;
	width: 100%;
	z-index: 10;
	
}

#pagePath ul {
	margin: 0 auto;
	max-width: 1200px;
}

#pagePath li {
	display: inline;
	font-size: 1.4rem;
}

#pagePath a {
	margin-right: 3px;
	color: #c78a03;
}

@media all and (max-width: 767px) {
	#pagePath {
		top: 80px;
		z-index: 10;
	}

	#pagePath ul {
		margin: 0 15px;
	}

	#pagePath li {
		font-size: 1.5rem;
	}
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/


#gFooter {
	margin: 60px auto 0;
	padding-bottom: 20px;
	max-width: 1200px;
	color: #fff;

}

#gFooter .banner {
	margin: 0 auto 27px;
}


#gFooter .banner li {
	margin: 0 10px;
	float:left;	
}

#gFooter .fInner {
	
	margin-top: 20px;
}

#gFooter .logoBox {
	margin-top: 5px;
	float: left;
	width: 500px;
}

#gFooter .logoBox .fLogo {
	margin-bottom: 15px;
	
}

#gFooter .logoBox .fLogo a:hover {
	opacity: 1;
}

#gFooter .logoBox p {
	line-height: 1.71;
}

#gFooter .fNavi {
	float: right;
	width: 600px;
}

#gFooter .fNavi ul {
	float: left;
	width: 150px;
	
}

#gFooter .fNavi li a {
	font-weight: bold;
	line-height: 2;
	color: #fff;
}


#gFooter .lBox {
	float: left;
	width: 800px;
}

#gFooter .lBox .logo {
	float: left;
}

#gFooter .lBox .btnList,
#gFooter .lBox .sns {
	margin-top: 22px;
	float: left;
}

#gFooter .lBox .btnList li,
#gFooter .lBox .sns li {
	margin-right: 8px;
	float: left;
}

#gFooter .lBox .btnList {
	margin: 20px 30px 0 40px;
}

#gFooter .lBox .btnList li:last-child {
	padding: 4px 0 0 17px;
}

#gFooter .powered {
	margin-top: 22px;
	float: right;
	width: 500px;
	color: #8c8c8c;
	font-size: 1.3rem;
	text-align: right;
}

#gFooter .powered a {
	color: #8c8c8c;
}

#gFooter .copyright {
	margin-top: 22px;
	float: left;
	width: 500px;
	color: #8c8c8c;
	font-size: 1.3rem;
	text-align: left;
}
#gFooter .pagetop{
	position : absolute ;
	right : 25px ;
	bottom : 25px ;
}

#gFooter .pagetop a span{
	display : block ;
	width : 54px ;
	height : 54px ;
	background : url("../img/footerTop.png") ;
	background-size : 100% auto ;
	background-image : url("../img/footerTop.png") \9;
	*background-image : url("../img/footerTop.png") ;
}
#gFooter .pagetop a{
	background-image : none ;
}

#gFooter .pagetop a:hover{
	background : url("../img/footerTop.png") ;
	background-size : 100% auto ;
	background-image : none \9;
	*background-image : none ;
}

/*---------#gFooter .pagetop a:hover span{
	opacity : 0 ;
}----------------*/

@media all and (min-width: 768px) {
	#gFooter a:hover {
		opacity: 0.7;
	}
}

@media all and (max-width: 767px) {
	#gFooter {
		margin-top: 35px;
		padding-bottom: 15px;
	}

	#gFooter .banner {
		margin: 0 auto 27px;
	}
	
	#gFooter .banner li {		
		margin: 0 10;
	}
	
	#gFooter .banner li img {
		width: 80%;
	}

	#gFooter .fInner {
		margin: 0 15px 0px;
		margin-top: 10px;
	}

	#gFooter .logoBox {
		margin: 0 0 13px;
		float: none;
		width: auto;
	}

	#gFooter .logoBox .fLogo {
		width: 350px;
	}

	#gFooter .logoBox p {
		font-size: 1.2rem;
	}

	#gFooter .fNavi {
		float: none;
		width: auto;
	}

	#gFooter .fNavi ul {
		width: 25%;
	}

	#gFooter .lBox {
		float: none;
		width: auto;
		
	}

	#gFooter .lBox .sns {
		padding-top: 25px;
		margin: 0 -7px;
		float: none;
		clear: both;
	}

	#gFooter .lBox .sns li {
		margin-right: 3px;
		height: 27px;
	}
	
	

	#gFooter .lBox .sns li:last-child {
		margin-right: 0;
	}

	#gFooter .powered {
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	
	#gFooter .copyright {
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	
	
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.mainBox {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px;
}

@media all and (max-width: 767px) {
	.mainBox {
		margin: 0 auto;
	}
}

.en {
	font-family: 'Nunito', sans-serif;
}

.headLine001 {
	margin-bottom: 35px;
	font-size: 2.4rem;
	color: #000;
	text-align: center;
	line-height: 1.67;
	letter-spacing: 3px;
}

.headLine001 .en {
	margin-bottom: 5px;
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
}

.headLine01 {
	margin-bottom: 35px;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	line-height: 1.67;
	letter-spacing: 3px;
}

.headLine01 .en {
	margin-bottom: 5px;
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
}

.headLine02 {
	margin: 52px auto 32px;
	padding-bottom: 20px;
	position: relative;
	width: 300px;
	font-size: 2rem;
	line-height: 1;
	text-align: center;
	border-bottom: 1px solid #d7dce3;
}

.headLine02:after {
	margin-left: -20px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	width: 40px;
    height: 1px;
    background-color: #601986;
	content: "";
}

.headLine03 {
	margin-bottom: 26px;
	padding: 10px;
	color: #000;
	font-size: 2rem;
	text-align: center;
	border-bottom: 1px solid #d7dce3;
}

.headLine04 {
	margin-bottom: 26px;
	padding: 10px;
	color: #666;
	font-size: 1.5rem;
	text-align: center;
}

.headLine04 a{	
	color: #c78a03;
}

.headLine05 {
	margin-top: 30px;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
}

.headLine05 a{
	color: #fff;
}

.headLine05 a:hover{
	color: #c78a03;
}

.headLine04 a:hover {
	text-decoration: underline;
}

.headLine06 {
	margin-top: 10px;
	font-size: 1.8rem;
	color: #000;
	text-align: left;
}

.headLine06 a{
	color: #000;
}

.headLine06 a:hover{
	color: #c78a03;
}

@media all and (max-width: 767px) {
	.headLine02 {
		margin-top: 66px;
	}
}

.comTtl {
	margin-bottom: 22px;
	padding-bottom: 16px;
	position: relative;
	color: #C78A03;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: bold;
	text-align: center;
}

.comTtl:after {
	margin-left: -12px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 24px;
    height: 2px;
    background-color: #C78A03;
	content: "";
}

ul.comBtn {
	margin-bottom: 47px;
	text-align: center;
}

ul.comBtn li {
	margin: 0 12px;
	display: inline-block;
}

.comBtn a {
	padding: 8px;
	width: 160px;
	display: inline-block;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color: #C78A03;
	border-radius: 40px;
	box-sizing: border-box;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
}

.comBtn a span {
	padding-left: 12px;
	display: inline-block;
	background: url("../img/icon01.svg") no-repeat left 7px;
}

@media all and (max-width: 767px) {
	ul.comBtn {
		margin-bottom: 40px;
	}

	ul.comBtn li {
		margin-bottom: 16px;
		display: inherit;
	}

	ul.comBtn li a {
		padding: 12px;
		width: 75%;
	}

	.comBtn a {
		width: 90%;
	}
}

.comContact {
	margin-top: 80px;
	
}

.comContact .contactList {
	height: 239px;
	overflow: hidden;
}

.comContact .contactList > li {
	float: left;
	width: 50%;
}

.comContact .contactList > li:first-child a {
	padding-right: 17%;
	display: block;
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.71;
	font-weight: bold;
	box-shadow: 0 0 12px 0 rgba(243, 154, 71, 0.12);
    background: #601986;
	overflow: hidden;
}

.comContact .contactList > li:first-child a .photo {
	padding: 34px 0 0 50px;
	float: left;
	position: relative;
	background-color: #efa52c;
}

.comContact .contactList > li:first-child a .photo:after {
	position: absolute;
	right: -65px;
	top: 0;
	width: 65px;
	height: 100%;
	background: url("../img/contact_bg.png") no-repeat left top;
	background-size: 100% 100%;
	content: "";
}

.comContact .contactList > li:first-child a p {
	padding-top: 40px;
	float: right;
	position: relative;
	letter-spacing: 6px;
}

.comContact .contactList > li:first-child a p span {
	margin-top: 18px;
	padding: 7px;
	display: block;
	width: 150px;
	font-size: 1.4rem;
	border-radius: 10px;
	letter-spacing: 1px;
	text-align: center;
    background-color: #efa52c;
	box-sizing: border-box;
}

.comContact .contactList > li:last-child {
	padding: 43px;
	color: #fff;
	background-color: #C78A03;
	box-sizing: border-box;
}

.comContact .contactList > li:last-child > div {
	margin: 0 auto;
	padding-right: 10px;
	max-width: 535px;
}

.comContact .contactList > li:last-child .ttl {
	margin-bottom: 21px;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.comContact .contactList > li:last-child .lBox {
	margin-top: 2px;
	float: left;
	width: 260px;
	text-align: center;
}

.comContact .contactList > li:last-child .lBox .tel a {
	padding: 0 0 9px 0px;
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	
}

.comContact .contactList > li:last-child .lBox .tel a:after {
	margin-left: -8px;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 16px;
	height: 2px;
	background-color: #fff;
	content: "";
}

.comContact .contactList > li:last-child .lBox p:last-child {
	margin-top: 11px;
	font-size: 1.2rem;
	line-height: 1.67;
}

.comContact .contactList > li:last-child .btnList {
	float: right;
	width: 240px;
}

.comContact .contactList > li:last-child .btnList li {
	margin-bottom: 8px;
}

.comContact .contactList > li:last-child .btnList li a {
	padding: 11px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
    border: solid 2px #ffffff;
}

.comContact .contactList > li:last-child .btnList li:last-child a {
	 color: #C78A03;
	background-color: #fff;
}

@media all and (max-width: 1320px) {
	.comContact .contactList > li:first-child a {
		padding-right: 10%;
	}
}

@media all and (max-width: 767px) {
	.comContact .headLine01 {
		margin-bottom: 40px;
	}

	
	.comContact .contactList {
		height: auto;
	}

	.comContact .contactList > li {
		float: none;
		width: auto;
	}

	.comContact .contactList > li:first-child a {
		padding: 33px 50px 23px 0;
		font-size: 2.4rem;
		line-height: 1.67;
		background-position: right 17px center;
	}

	.comContact .contactList > li:first-child a .photo {
		margin-top: 5px;
		width: 136px;
		padding: 34px 20px 18px 12px;
		background: #861116;
		background-size: 136px auto;
		box-sizing: border-box;
	}

	.comContact .contactList > li:first-child a .photo img {
		width: 104px;
	}

	.comContact .contactList > li:first-child a .photo:after {
		display: none;
	}

	.comContact .contactList > li:first-child a p {
		padding-top: 0;
	}

	.comContact .contactList > li:first-child a p span {
		margin-top: 8px;
		padding: 10px;
		width: 160px;
		font-size: 1.2rem;
	}

	.comContact .contactList > li:last-child {
		padding: 38px 15px 27px;
	}

	.comContact .contactList > li:last-child > div {
		padding-right: 0;
	}

	.comContact .contactList > li:last-child .ttl {
		margin-bottom: 17px;
	}

	.comContact .contactList > li:last-child .lBox {
		margin: 0 0 25px; 
		float: none;
		width: auto;
	}

	.comContact .contactList > li:last-child .btnList {
		float: none;
		width: auto;
	}

	.comContact .contactList > li:last-child .btnList li {
		margin-bottom: 15px;
	}
}

@media all and (max-width: 359px) {
	.comContact .contactList > li:first-child a .photo {
		width: 100px;
		background-size: 100px auto;
	}
	
	.comContact .contactList > li:last-child .ttl {
		font-size: 1.5rem;
	}
	
	.comContact .headLine01 {
		letter-spacing: 1px;
	}
}
/*--about--*/
.mainVisual {
	margin-bottom: 0px;
	padding: 200px 0 60px;
	position: relative;
	text-align: center;
	background: url("../img/visual_img_2.png") no-repeat right 47px bottom,linear-gradient(76deg, #fbfaf6, #ffebde);
	background-size: 570px auto,100% auto;
}

/*
.mainVisual:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 57px;
	background: url("../img/bg01.png") no-repeat left bottom;
	background-size: 100% 57px;
	content: "";
}*/

.mainVisual h2 {
	margin-top: 20px;
	font-size: 3.6rem;
	letter-spacing: 2px;
}

.mainVisual h2 .en {
	margin-bottom: 2px;
	display: block;
	color: #666;
	font-size: 3rem;
	font-weight: normal;
}

@media all and (max-width: 767px) {
	.mainVisual {
		margin-bottom: 0px;
		padding: 180px 0 60px;
	    background: url("../img/visual_img_sp.png") no-repeat center bottom,linear-gradient(76deg, #fbfaf6, #ffebde);
		background-size: 276px auto,100% auto;
	}
	
	.mainVisual:after {
		height: 15px;
		background-size: 100% 15px;
	}

	.mainVisual h2 {
		font-size: 2.8rem;
	}
	
	.mainVisual h2 .en {
		margin-bottom: 2px;
	}
}

.comLinkBtn {
	margin: 0 auto;
	width: 400px;
}

.comLinkBtn a {
	padding: 15px 10px;
	display: block;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	background-color: #861116;
	border-radius: 20px;
}

.comLinkBtn a span {
	padding: 2px 0 0 35px;
	display: inline-block;
	background: url("../img/icon11.png") no-repeat left center;
	background-size: 24px auto;
}

@media all and (max-width: 767px) {
	.comLinkBtn {
		width: auto;
		max-width: 400px;
	}
}

@media all and (max-width: 359px) {
	.comLinkBtn a {
		font-size: 1.9rem;
	}
}

@media all and (min-width: 768px) {
	.comBtn a:hover {
		color: #601986;
		background-color: #fff;
	}
	
	.comBtn a:hover span {
		background-image: url("../img/icon06-01.png");
	}

	.comContact .contactList > li:first-child a:hover {
		background-color: #C78A03;
	}

	.comContact .contactList > li:first-child a:hover .photo {
		background-color: #CB9B0C;
	}

	.comContact .contactList > li:first-child a:hover .photo:after {
		background-image: url("../img/contact_over_bg.png");
	}

	.comContact .contactList > li:first-child a:hover p span {
		background-color: #CB9B0C;
	}
	
	.comContact .contactList > li:last-child .btnList li a:hover {
		color: #C78A03;
		background-color: #fff;
	}
	
	.comContact .contactList > li:last-child .btnList li:last-child a:hover {
		color: #fff;
		background-color: #f07340;
		border-color: #f07340;
	}
	
	.comLinkBtn a:hover {
		background-color: #C78A03;
	}
}

.comTable {
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

.comTable th,
.comTable td {
	padding: 9px 5px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #d7dce3;
}

.comTable th {
	width: 10.5%;
	color: #fff;
	background-color: #C78A03;
}

.comTable tr:first-child td {
	font-weight: bold;
	background-color: #f5f7f9;
}


@media all and (max-width: 767px) {
	.comTable th,
	.comTable td {
		padding: 11px 5px;
		font-size: 1.2rem;
	}

	.comTable th {
		width: 14%;
	}
}

 
