@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: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ 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: #A4A4A4;
    text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
    color: #676767;
}

a:active {
    color: #ACACAC;
}
a.cp_btn4 {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	vertical-align: middle;
	overflow: hidden;
	transition: .6s;
	background: #DA0962;
	box-shadow: 0 4px 7px #bbb;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: futura, Arial, Helvetica, sans-serif;
}
a.cp_btn4:hover {
	transform: rotateY(360deg);
}


a.cp_btn5 {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	vertical-align: middle;
	overflow: hidden;
	transition: .6s;
	box-shadow: 0 4px 7px #bbb;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: futura, Arial, Helvetica, sans-serif;
	background-color: #2eaba8;
	background-image: url(img/common/ya.png);
	background-repeat: no-repeat;
}
a.cp_btn5:hover {
	transform: rotateY(360deg);
}

a.cp_btn6 {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2eaba8;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 4px solid #eeeeee;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
    transition: .6s;
    box-shadow: 0 4px 7px #bbb;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;

    font-size: 18px;
    font-weight: bold;
    font-family: futura, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    background-image: url(img/common/ya.png);
    background-repeat: no-repeat;

}
a.cp_btn6:hover {
	transform: rotateY(360deg);
}



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

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

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

*[data-animate] {
	opacity: 0;
}

*[data-animate].animated {
	opacity: 1;
}

.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;
	}
	
	
a.cp_btn4 {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	vertical-align: middle;
	overflow: hidden;
	transition: .6s;
	background: #DA0962;
	box-shadow: 0 4px 7px #bbb;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: futura, Arial, Helvetica, sans-serif;
}
a.cp_btn4:hover {
	transform: rotateY(360deg);
}


a.cp_btn5 {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	width: 100px;
	height: 100px;
	line-height: 100px;
	border: 4px solid #ffffff;
	border-radius: 50%;
	vertical-align: middle;
	overflow: hidden;
	transition: .6s;
	background: #2eaba8;
	box-shadow: 0 4px 7px #bbb;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: futura, Arial, Helvetica, sans-serif;
}
a.cp_btn5:hover {
	transform: rotateY(360deg);
}
	
a.cp_btn6 {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #2eaba8;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 4px solid #eeeeee;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
    transition: .6s;
    box-shadow: 0 4px 7px #bbb;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    font-family: futura, Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    background-image: url(img/common/ya.png);
    background-repeat: no-repeat;

}
a.cp_btn6:hover {
	transform: rotateY(360deg);
}




	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	padding-bottom: 13px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

#gHeader.on {
	position: fixed;
}

#gHeader.on .hBox,
#gHeader.on h1 {
	display: none;
}

#gHeader .hBox {
	margin-bottom: 44px;
	padding: 12px 0 13px;
	background-color: #000000;
}

#gHeader .hBox .hInner {
	width: 1044px;
	margin: 0 auto;
}

#gHeader .hBox .hInner .lBox {
	float: left;
}

#gHeader .hBox .hInner .lBox p {
	margin-bottom: 7px;
	color: #fff;
}

#gHeader .hBox .hInner .lBox p span a {
	color: #fff;
}

#gHeader .hBox .hInner .lBox p span a:hover {
	text-decoration: underline;
}

#gHeader .hBox .hInner .lBox p span:first-child {
	margin-right: 7px;
}

#gHeader .hBox .hInner .lBox p span:last-child {
	margin-left: 4px;
}

#gHeader .hBox .hInner .lBox ul {
	margin-left: 1px;
}

#gHeader .hBox .hInner .lBox ul li {
	padding-right: 5px;
	display: inline-block;
}

#gHeader .hBox .hInner .lBox ul li a:hover img {
	opacity: 0.7;
}

#gHeader .hBox .hInner .rBox {
	margin: -3px -5px 0 0;
	float: right;
}

#gHeader .hBox .hInner .rBox ul {
	border: 2px solid #fff;
	box-shadow: 1px 2px 2px #333; 
}

#gHeader .hBox .hInner .rBox ul li {
	padding: 11px 0 6px 27px;
	width: 157px;
	text-align: center;
	float: left;
	color: #fff;
	letter-spacing: -0.5px;
	font-size: 17px;
	box-sizing: border-box;
	background: url(../../img/common/h_icon04.png) no-repeat left 12px top 15px;
}

#gHeader .hBox .hInner .rBox ul li:last-child {
	padding: 13px 0 10px;
	width: 144px;
	font-size: 13px;
	color: #2eaaa8;
	background-color: #000000;
}

#gHeader h1 {
	margin: 0 24px 50px 0;
	text-align: center;
}

.menuBox {
	display: none;
}

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

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		position: relative;
		padding-bottom: 28px;
	}
	
	#gHeader .hBox {
		margin-bottom: 20px;
		padding: 12px 12px 6px;
	}
	
	#gHeader .hBox .hInner {
		width: auto;
	}
	
	#gHeader .hBox .hInner .lBox {
		float: none;
	}
	
	#gHeader .hBox .hInner .lBox p {
		display: none;
	}
		
	#gHeader .hBox .hInner .lBox ul {
		margin-left: 0;
	}
	
	#gHeader .hBox .hInner .lBox ul li {
		padding-right: 6px;
	}
	
	#gHeader .hBox .hInner .lBox ul li img {
		width: 23px;
	}
		
	#gHeader .hBox .hInner .rBox {
		display: none;
	}
	
	#gHeader .menu {
		position: absolute;
		right: 12px;
		top: 10px;
	}
	
	#gHeader .menu img {
		width: 26px;
	}
		
	#gHeader h1 {
		margin: 0 7px 0 0;
		text-align: center;
	}
	
	#gHeader h1 img {
		width: 229px;
	}
	
	.menuBox {
		width: 89.4%;
		display: block;
		padding: 13px 14px;
		position: absolute;
		right: -89.5%;
		top: 0;
		background-color: #F2F2F2;
		box-sizing: border-box;
		transition: right 0.5s;
		-webkit-transition: right 0.5s;
		z-index: 1;
	}
	
	.menuBox.on {
		right: 0;
	}
	
	.menuBox .close {
		position: absolute;
		left: 10px;
		top: 10px;
	}
	
	.menuBox .close img {
		width: 27px;
	}
	
	.menuBox .ttl {
		margin-bottom: 26px;
		text-align: right;
		color: #2eaaa8;
		font-size: 12px;
	}
	
	.menuBox .ttl a {
		color: #2eaaa8;
	}
	
	.menuBox .ttl span:first-child {
		margin-right: 10px;
	}
	
	.menuBox > .ulList {
		margin: 0 0 49px 34px;
	}
		
	.menuBox > .ulList > li:last-child {
		margin-bottom: 0;
	}
		
	.menuBox > .ulList > li > a {
		padding: 10px 0;
		color: #2eaaa8;
		font-size: 15px;
		display: block;
		letter-spacing: 3px;
		background: url(../../img/common/sp_line01.gif) repeat-x left bottom;
		background-size: 5px 1px;
	}
	
	.menuBox > .ulList > li ul {
		margin-bottom: 17px;
	}
	
	.menuBox > .ulList > li ul li {
		width: 56%;
		float: left;
		font-size: 11px;
	}
	
	.menuBox > .ulList > li ul li:nth-child(2n) {
		width: 44%;
	}
	
	.menuBox > .ulList > li ul li a {
		padding: 14px 0 4px 11px;
		display: block;
		background: url(../../img/common/sp_h_icon04.png) no-repeat left 6px top 22px;
		background-size: 3px 3px;
	}
	
	.menuBox .contact {
		margin-left: 30px;
	}
	
	.menuBox .contact li {
		width: 60px;
		text-align: center;
		float: left;
	}
	
	.menuBox .contact li:first-child {
		margin-right: 17px;
	}
	
	.menuBox .contact li img {
		width: 46px;
		margin-bottom: 18px;
	}
	
	.menuBox .contact li p {
		font-size: 9px;
	}

}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	padding-top: 8px;
}

#gNavi > ul {
	width: 1080px;
	margin: 0 auto;
	padding-left: 15px;
}

#gNavi > ul > li {
	position: relative;
	float: left;
	background: no-repeat right top 1px;
}

#gNavi > ul > li:last-child {
	background: none;
}

#gNavi > ul > li > a {
	padding: 0 28px 0 28px;
	color: #060606;
	font-size: 15px;
	display: block;
	letter-spacing: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

#gNavi > ul > li > a:hover {
	color: #2eaaa8;
}

#gNavi > ul > li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1;
}

#gNavi > ul > li ul {
	display: none;
	padding-top: 13px;
	background-color: #fff;
}

#gNavi > ul > li ul li {
	width: 220px;
	box-sizing: border-box;
	background: url(../../img/common/h_icon06.png) repeat-x left bottom;
}

#gNavi > ul > li ul li:last-child {
	background: none;
}

#gNavi > ul > li ul li a {
	padding: 18px 0 15px;
	color: #060606;
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
	display: block;
	background: url(../../img/common/h_icon05.png) no-repeat left 14px top 26px;
	box-sizing: border-box;
}

#gNavi > ul > li ul li:hover {
	background-color: #2eaaa8;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none !important;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.fLogo {
	padding: 8px 14px 27px 0;
	text-align: center;
}

#gFooter {
	padding-top: 42px;
	position: relative;
	background-color: #EFEFEF;
}

#gFooter .fBox {
	width: 1028px;
	margin: 0 auto;
	position: relative;
}

#gFooter .fBox .contact {
	position: absolute;
	right: 0;
	top: -10px;
}

#gFooter .fBox .contact li {
	width: 75px;
	text-align: center;
	float: left;
}

#gFooter .fBox .contact li:first-child {
	margin-right: 8px;
}

#gFooter .fBox .contact li img {
	margin-bottom: 18px;
}

#gFooter .fBox .contact li p {
	line-height: 1.67;
	font-size: 11px;
}

#gFooter .fBox .contact li a {
	color: #404040;
}

#gFooter .fBox .contact li a:hover {
	opacity: 0.7;
}

#gFooter .fBox .tableBox {
	width: 504px;
	margin-bottom: 15px;
}

#gFooter .fBox .tableBox table {
	width: 100%;
	border-collapse: collapse;
}

#gFooter .fBox .tableBox table th,
#gFooter .fBox .tableBox table td {
	padding: 6px 0 2px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #BABABA;
	background-color: #fff;
}

#gFooter .fBox .tableBox table th {
	padding: 13px 0 7px;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
	background-color: #2eaaa8;
}

#gFooter .fBox .tableBox table .thStyle {
	width: 45.2%;
}

#gFooter .fBox .tableBox table .tdStyle01 {
	padding: 6px 15px 2px;
	text-align: left;
}

#gFooter .fBox .tableBox table td {
	letter-spacing: -1px;
	line-height: 1.4;
}

#gFooter .fBox .fText {
	margin: 0 0 34px 6px;
	color: #575757;
	line-height: 2;
	letter-spacing: 1.8px;
}

#gFooter .fBox .fText a {
	margin: 10px 5px 1px;
	display: block;
}

#gFooter .fBox .fNavi {
	margin-bottom: 115px;
	padding-top: 28px;
	border-top: 1px solid #C0C0C0;
}

#gFooter .fBox .fNavi > li {
	margin-right: 40px;
	float: left;
}

#gFooter .fBox .fNavi > li:last-child {
	margin-right: 0;
}

#gFooter .fBox .fNavi > li a {
	padding-left: 22px;
	color: #242424;
	font-size: 14px;
	background: url(../../img/common/f_icon03.png) no-repeat left 4px top 7px;
}

#gFooter .fBox .fNavi > li a:hover {
	text-decoration: underline;
}

#gFooter .fBox .fNavi > li ul li {
	margin-bottom: 2px;
	letter-spacing: 0.5px;
}

#gFooter .fBox .fNavi > li ul li:last-child {
	margin-bottom: 0;
}

#gFooter .copyright {
	padding: 21px 0;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background-color: #2eaaa8;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.fLogo {
		padding: 7px 6px 19px 0;
	}
	
	.fLogo img {
		width: 197px;
	}
	
	#gFooter {
		padding-top: 17px;
	}
	
	#gFooter .fBox {
		width: auto;
		padding: 0 13px;
	}
	
	#gFooter .fBox .contact {
		width: 110px;
		margin: 0 auto 27px;
		position: static;
	}
	
	#gFooter .fBox .contact li {
		width: 48px;
	}
	
	#gFooter .fBox .contact li:first-child {
		margin-right: 13px;
	}
	
	#gFooter .fBox .contact li img {
		width: 37px;
		margin-bottom: 13px;
	}
	
	#gFooter .fBox .contact li p {
		font-size: 8px;
	}
	
	#gFooter .fBox .tableBox {
		width: auto;
		margin-bottom: 11px;
	}
		
	#gFooter .fBox .tableBox table th,
	#gFooter .fBox .tableBox table td {
		padding: 4px 0 2px;
		border: 1px solid #BABABA;
	}
	
	#gFooter .fBox .tableBox table th {
		padding: 9px 0 6px;
		font-size: 10px;
	}
	
	#gFooter .fBox .tableBox table td {
		letter-spacing: -0.5px;
		font-size: 9px;
	}
	
	#gFooter .fBox .tableBox table td img {
		width: 9px;
	}
	
	#gFooter .fBox .tableBox table .tdStyle01 {
		padding: 4px 2px 2px 5px;
	}
	
	#gFooter .fBox .fText {
		margin: 0 0 33px 3px;
		line-height: 1.85;
		font-size: 10px;
		letter-spacing: 0.3px;
	}
	
	#gFooter .fBox .fText a {
		margin: 0 0 6px 5px;
	}
	
	#gFooter .fBox .fText a img {
		width: 160px;
	}
	
	#gFooter .fBox .fNavi {
		margin: -13px 0 36px 0;
		padding-top: 10px;
	}
	
	#gFooter .fBox .fNavi > li {
		width: 34%;
		margin: 13px 0 0;
		float: left;
	}
	
	#gFooter .fBox .fNavi > li:nth-child(2n) {
		width: 66%;
		margin-right: 0;
	}
	
	#gFooter .fBox .fNavi > li a {
		padding-left: 12px;
		font-size: 10px;
		background: url(../../img/common/f_icon03.png) no-repeat left 2px top 4px;
		background-size: 4px 4px;
	}
	
	#gFooter .fBox .fNavi > li ul li {
		margin-bottom: -5px;
	}
	
	#gFooter .fBox .fNavi > li ul li:last-child {
		margin-bottom: 0;
	}
	
	#gFooter .copyright {
		padding: 13px 0 10px;
		font-size: 9px;
	}
	
}

@media all and (min-width: 0) and (max-width: 355px) {
	#gFooter .fBox .tableBox table .tdStyle01 {
		padding: 4px 2px 2px;
		font-size: 8px;
	}

}
