@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;
	box-sizing: border-box;
	font-size: 1em;
}

body {
}

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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}
.pc_view{
	display:table
}
.sp_view{
	display:none;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}



html {
	visibility: hidden;
}
html.wf-active, html.loading-delay {
	visibility: visible;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	line-height: 1.5;
	font-size: 15px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background: url("../../images/main_bg.png") repeat;
    width: 100%;
    overflow-x: hidden;
}

#container {
	text-align: left;
	width: 1240px;
	box-sizing: border-box;
	padding: 20px 20px 0;
	margin: 0 auto;
	background: #FFF;
	background-image: url("../../images/container_bg.png");
	background-position : right 20px top 20px;
	background-repeat: no-repeat;
}

#container header {
	height: 80px;
}
@media screen and (max-width: 1240px) {
	#container {
		padding: 0 0px 0 0;
		width: auto;
		overflow-x: hidden;
		background-image: none;
	}
	#container header {
		padding-top: 20px;
		height: 80px;
		background: #FFF;
	}
}

#container header h1 {
	padding-left: 35px;
	display: block;
	width: 500px;
	height: 80px;
	float: left;
}

#container header h1 img {
	float: left;
	margin-right: 20px;
}

#container header h1 strong {
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	padding-top: 20px;
	font-size: 16px;
}

#container header h1 span {
	font-size: 34px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	width: 300px;
	margin-left: 10px;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.0em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
	letter-spacing: 0.40em;
	text-indent: 0.1em;
}

@media screen and (max-width: 600px) {
	#container header {
		height: 50px;
		width: 100%;
		background: #FFF;
		position: fixed;
		top: 0;
		z-index: 100;
	}
	#container header h1 {
		padding-left: 20px;
		width: auto;
		height: auto;
		float: none;
	}
	#container header h1 img {
		float: left;
		margin-right: 10px;
		width: 41px;
	}
	#container header h1 strong {
		padding-top: 10px;
		font-size: 13px;
	}
	#container header h1 span {
		font-size: 24px;
		width: auto;
		margin-left: 5px;
	}
	[data-ruby]::before {
		content: attr(data-ruby);
		position: absolute;
		top: -1.5em;
		left: 0;
		right: 0;
		margin: auto;
		font-size: 10px;
		letter-spacing: 0.1em;
		text-indent: 0.0em;
	}
}

#container header .headlink {
	padding-top: 42px;
	width: 360px;
	float: right;
}

#container header .headlink li {
	float: left;
	margin-right: 20px;
}

#container header .headlink li a {
	font-size: 14px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
}

@media screen and (max-width: 1240px) {
	#container header .headlink {
		display: none;
	}
}

#contactList {
	margin-top: 10px;
}

#contactList ul {
    display: flex;
}

#contactList ul li {
	width: calc(100% / 5);
	width: 20%;
	text-align: center;
	border-right: 1px #F2F2F2 solid;
	box-sizing: border-box;
	height: 70px;
	padding-top: 10px;
	text-align: center;
}

#contactList ul li:nth-child(1) {
	border-left: 1px #F2F2F2 solid;
}

#contactList ul li a:hover {
	opacity: 1;
	-webkit-animation: flash 1s;
	animation: flash 1s;
	display: block;
}

#contactList ul li h3 {
	font-size: 14px;
	font-family: heisei-maru-gothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
}

#contactList ul li span {
	display: none;
}

#contactList ul li p {
	font-size: 14px;
	height: 40px;
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
	border-bottom: 3px solid #22B573;
	margin: 0 3px;
}

#contactList ul li:nth-child(2) p {	border-bottom: 3px solid #22D159;}
#contactList ul li:nth-child(3) p {	border-bottom: 3px solid #22E109;}
#contactList ul li:nth-child(4) p {	border-bottom: 3px solid #76DE3A;}
#contactList ul li:nth-child(5) p {	border-bottom: 3px solid #1AD4A2;}

@media screen and (max-width: 900px) {
	#contactList ul li p {
		border-bottom-width: 2px !important;
	}
}

#contactList ul li p strong {
	font-size: 24px;
	margin-left: 5px;
}

#contact {
}

#contact .sectionInner {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	padding: 70px 0;
}

#contact .sectionInner h3 {
	font-size: 32px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
}

#contact .sectionInner p {
	font-size: 16px;
	margin-bottom: 40px;
}

.btn a {
	display: block;
	width: 300px;
	height: 60px;
	box-sizing: border-box;
	line-height: 60px;
	text-align: center;
	border: 1px solid #EF4C39;
	color: #EF4C39;
	background: #FFF;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	border-radius: 30px;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn a:hover {
	color: #FFF;
	background: #EF4C39;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#contact .btn {
	height: 60px;
}

#contact .btn a {
	display: block;
	width: 300px;
	height: 60px;
	box-sizing: border-box;
	line-height: 60px;
	text-align: center;
	border: 1px solid #EF4C39;
	color: #EF4C39;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 15px;
	border-radius: 30px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#contact .btn a:hover {
	color: #FFF;
	background: #EF4C39;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 1240px) {
	#contactList {
		display: block;
		margin-top: 0;
	}
	#contactList ul li {
		width: calc(100% / 5);
		width: 20%;
		padding-top: 10px;
	}
	#contactList ul li h3 {
		font-size: 12px;
	}
	#contactList ul li p {
		font-size: 12px;
		margin: 0 0;
	}
	#contactList ul li p strong {
		font-size: 20px;
	}
}

@media screen and (max-width: 840px) {
	#contactList {
		display: none;
	}
}

@media screen and (max-width: 600px) {
	#contact .sectionInner {
		width: auto;
		padding: 40px 0;
	}
	#contact .sectionInner h3 {
		font-size: 18px;
		font-family: tbudrgothic-std,sans-serif;
		font-weight: 700;
		font-style: normal;
		margin-bottom: 10px;
	}
	#contact .sectionInner p {
		font-size: 12px;
		padding: 0 50px;
		margin-bottom: 20px;
	}
}


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

.sp {
	display: none !important;
}

@media screen and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
		width: 100vw;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#main {
		padding-left: 0;
	}
		
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

@media screen and (min-width: 768px) {
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	body {
		font-size: 15px;
	}		
}




/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 10px;
	padding: 14px 10px 12px;
}

#pagePath ul {
	margin: 0 auto;
}

#pagePath ul li {
	display: inline-block;
	font-size: 14px;
}

#pagePath ul li::after {
	content: "＞";
}

#pagePath ul li:last-child::after {
	content: "";
}

#pagePath ul li a {
	margin-right: 10px;
	color: #009899;
	text-decoration: underline;
}

#pagePath ul li a:hover {
	text-decoration: none;
}

@media screen and (min-width: 0) and (max-width: 1240px) {
	#pagePath {
		display: none;
	}
	.pc_view{
		display:none;
	}
	.sp_view{
		display:table
	}

}

@media screen and (max-width: 600px) {
	#pagePath {
		display: block;
		text-indent: -99999em;
		height: 60px;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#tileimg {
	background: url("../../images/footerimg.png") repeat-x #EFEFEF;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	box-sizing: border-box;
	height: 330px;
}

@media screen and (max-width: 1240px) {
	#tileimg {
		width: auto;
		left: 0%;
		transform: none;
	}
}

@media screen and (max-width: 600px) {
	#tileimg {
		background-size: 540px;
		height: 184px;
	}
}

footer {
	background: #FFF;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	box-sizing: border-box;
	padding: 80px 0;
}

footer .logo {
	display: block;
	width: 330px;
	height: 80px;
	margin: 0 auto;
}

#container footer .logo img {
	float: left;
	margin-right: 20px;
}

#container footer .logo strong {
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
	display: block;
	padding-top: 20px;
	font-size: 16px;
}

#container footer .logo span {
	font-size: 34px;
	font-family: tbudrgothic-std,sans-serif;
	font-weight: 700;
	font-style: normal;
	width: 300px;
	margin-left: 10px;
}

address {
	background: #666666;
	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	box-sizing: border-box;
	padding: 10px 0;
	color: #FFF;
	font-style: normal;
	text-align: center;
}

@media screen and (max-width: 600px) {
	footer {
		width: auto;
		position:inherit;
		left: 0;
		transform: none;
		padding: 30px 0;
	}
	#container footer .logo {
		padding-left: 20px;
		width: 260px;
		height: auto;
		float: none;
	}
	#container footer .logo img {
		float: left;
		margin-right: 10px;
		width: 41px;
	}
	#container footer .logo strong {
		padding-top: 10px;
		font-size: 13px;
	}
	#container footer .logo span {
		font-size: 24px;
		width: auto;
		margin-left: 5px;
	}
	address {
		font-size: 10px;
	}
}

