@charset "UTF-8";
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue" , "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,"游ゴシック体", "Yu Gothic", YuGothic, Arial, Meiryo, sans-serif;
	line-height: 1;
}
a {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a img,img {
	border: none;
	line-hegiht: 0;
	vertical-align: bottom;
}
ul,li {
	list-style: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
address {
	font-style: normal;
}
/* --- clear --- */
.clearfix {display: inline-table;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* --- hr --- */
hr {
	height: 0;
	margin: 0;
	border: none;
	border-top: 1px solid #e3e3e3;
}
/* --- a --- */
a.transition {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a.transition:hover {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a.text_link {
	text-decoration: underline;
	color: #1273c4;
}
a.text_link:hover {
	text-decoration: none;
}
a.blank {
	display: block;
	position: relative;
	padding-left: 20px;
}
a.blank:before {
	content: '';
	position: absolute;
	margin-right: 15px;
	width: 15px;
	height: 14px;
	left: 0;
	top: 8px;
	background: no-repeat center;
	background-image: url(../image/Li_blank_s.png);
	background-size: 60%;
}
a.blank span {
	font-size: 10px;
}
.contents_back_bg {
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
	-ms-flex-wrap: wrap;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0;
}
a.contents_back {
   width: 47%;
	font-size: 1em;
   text-align: center;
	cursor: pointer;
	padding: 20px 0;
	background: #FFF;
	border: 1px solid #222;
   border-radius: 1px;
	color: #222;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a.contents_back:hover {
	background: #d51918;
   color: #FFF;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.R {
	float: right;
}
.L {
	float: left;
}
.media_R {
	display: block;
	float: right;
}
.dot {
   padding-left: 8px;
   text-indent: -8px;
}
.dot:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -4px;
	width: 2.5px;
	height: 2.5px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #222;
}
br.long_br { margin-bottom: 50px; }
br.media { display: none; }
.media_no { display: block; }
.nopc { display: none; }
@media screen and (max-width:480px) {
	br.media { display: block;}
	.media_no { display: none; }
	.media_R { float: none; }
	.nopc { display: block; }
}/*/mediaquery*/

#Container_bg {
	width: 100%;
	position: relative;
}
#main_Contents {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: calc(100% - 20%);
	left: 20%;
	font-size: 16px;
}
.inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
   padding: 30px 0;
}
.contents_bg {
	width: 100%;
	padding: 0;
	margin: 0;
}
.contents_bg02 {
	background: #f3f3f3;
	width: 100%;
	padding: 0;
	margin: 0;
}
@media screen and (max-width:1280px) {
   .contents_bg,
	.inner {
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.inner,
   ul.breadcrumb,
   .Top_title_inner,
   .head_img,
   .Map {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#main_Contents img,.inner img { max-width: 100%; height: auto; }
}/*/mediaquery*/

@media screen and (max-width:1100px) {
   #main_Contents {
		width: 100%;
		left: 0%;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0;
		margin: 0;
		font-size: 16px;
	}
}/*/mediaquery*/

@media screen and (max-width:480px) {
   .inner,
   ul.breadcrumb,
   .Top_title_inner,
   .head_img,
   .Map {
		padding-left: 30px;
		padding-right: 30px;
      box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
}

@media print {
    #main_Contents {
		width: 100%;
		left: 0%;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		padding: 0;
		margin: 0;
	}
	.inner {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	#main_Contents img,.inner img { max-width: 100%; height: auto; }
}

/* ~~ footerお問い合わせ ~~ */
#footer_Contact {
	width: 100%;
	padding: 0;
	border-top: 1px solid #e3e3e3;
}
ul.Contact_area {
	background: #f9fafa;
	overflow: hidden;
	width: 100%;
	padding: 30px 0;
	font-size: 14px;
}
ul.Contact_area li {
	float: left;
	width: 50%;
	text-align: center;
	position: relative;
	line-height: 2em;
}
ul.Contact_area li:before {
	content: "";
	display: block;
	position: absolute;
	width: 3px;
	height: 100%;
	left: -2px;
	background: #e3e3e3;
	border-radius: 1px;
}
ul.Contact_area li:first-child:before {
	display: none;
}
.contact_title {
	font-size: 1.6em;
	font-weight: bold;
	color: #222;
	margin: 20px 0 10px;
}
.tel_number {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 3.6em;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0em;
	margin: 10px 0 5px;
	padding: 0 5px;
	color: #222;
}
.mail {
	padding: 10px 0;
}
.mail .button {
	background: #FFF;
	border-radius: 2px;
	border: 1px solid #222;
	color: #222;
	font-size: 0.9375em;
	padding: 10px 35px;
	font-weight: 600;
	box-sizing: border-box;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
.mail .button:hover {
	background: #222;
	color: #FFF;
}
.details_txt {
	margin-top: 15px;
	font-size: 0.9375em;
	line-height: 1.7em;
	color: #222;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding: 0;
}
.contact_title .icon {
	display: block;
	line-height: 0;
}
.contact_title .icon:before {
	content: '';
	display: inline-block;
	width: 65px;
	height: 65px;
	margin-bottom: 30px;
	border-radius: 50%;
	background: #FFF no-repeat center;
	border: 4px solid #d51918;
	box-shadow: 0 4px 0 0 rgba(0,0,0,.11);
}
.contact_title .Contact_Dial:before {
	background-image: url(../image/footer_Contact_Contact_Dial.png);
	background-size: 60%;
}
.contact_title .Mail_icon:before {
	background-image: url(../image/footer_Contact_Mail_icon.png);
	background-size: 50%;
}

@media screen and (max-width:480px) {
	.footer_Contact {
		width: 100%;
		padding: 0;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	ul.Contact_area {
		padding: 0;
		margin: 0;
	}
	ul.Contact_area li {
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	ul.Contact_area li:before {
		width: 100%;
		height: 3px;
		top: -2px;
	}
}/*/mediaquery*/
/* ~~ footer_link ~~ */
#footer_link {
	background: #f7f7f7;
	width: 100%;
	padding: 30px 0 0;
	font-size: 16px;
	border-top: 1px solid #e3e3e3;
}
ul.link_inner {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 30px;
}
ul.link_inner li {
	width: 47%;
	margin: 0;
}
.link_item {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	background: #FFF;
	margin-bottom: 30px;
	border: 1px solid #eee;
	border-radius: 2px;
	overflow: hidden;
}
.link_item .image_block {
	width: 40%;
    overflow: hidden;
}
.link_item .image_block img {
	width: 100%;
	height: auto;
	border-radius: 2px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.link_item .main_block {
	width: 58%;
	padding: 10px;
	margin: 0;
	overflow: hidden;
}
.link_item h3 {
	font-size: 1em;
	font-weight: 500;
	margin-bottom: 10px;
}
.link_item h3 span {
	color: #2e3192;
}
.link_item h3 span:before {
	content: '';
	display: inline-block;
	position: relative;
	top: -2px;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	vertical-align: middle;
	border-radius: 50%;
	background: url(../image/btn_arrow_circle_red.png) no-repeat;
	background-size: 100%;
}
.link_item .main_block p {
	font-size: 0.625em;
	line-height: 1.5em;
	color: #555;
	font-weight: 200;
}
a:hover .main_block p {
	text-decoration: underline;
}
@media screen and (max-width:480px) {
	#footer_link {
		background: #FFF;
		padding: 0;
		border: none;
	}
	ul.link_inner {
		display: block;
		padding: 0;
	}
	ul.link_inner li {
		width: 100%;
		margin: 0;
		padding: 15px;
		border-top: 1px solid #e3e3e3;
		overflow: hidden;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.link_item {
		border: none;
		margin-bottom: 0;
	}
	.link_item .main_block {
		padding-right: 0;
	}
}/*/mediaquery*/

/* ~~ ページトップへ ~~ */
.pagetop {
	display: none;
	position: fixed;
	z-index: 10;
	right: 30px;
	bottom: 30px;
	background: url(../image/btn_pagetops_sp.png) center center no-repeat;
	background-color: rgba(51,51,51,0.8);
	background-size: 15px auto;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	text-indent: -9999px;
	padding: 0;
	line-height: 0;
}
@media screen and (max-width:480px) {
	.pagetop {
		right: 10px;
		bottom: 10px;
		height: 40px;
		width: 40px;
	}
}/*/mediaquery*/