@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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
hr {
	display: block;
	height: 1px;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display:block;
}
ul li {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
input, select {
	vertical-align:middle;
}

/*　禁則処理の追加*/
p,li,dt,dd,th,td,pre {
	-ms-line-break: strict;
	line-break: strict;
	-ms-word-break: break-strict;
	word-break: break-strict;
}
/*　禁則処理の追加*/
img {
	vertical-align: middle;
	max-width: 100%;
}
a {
	text-decoration: none;
	color: #434865;
}
* {
    box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.5em;
	color: #424764;
	background-color: #D4DBE3;
	position: relative;
}
.title01 {
	font-size: 18px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #434865;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

header {
	width: 90%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.logo {
	float: left;
	width: 30%;
	max-width: 168px;
}
.toggle_drawer {
	display: block;
	width: 8%;
	max-width: 44px;
	float: right;
}
.sb-slidebar {
	width: 100%;
	max-width: 1200px;
	-webkit-overflow-scrolling: touch;
	background-color: #D4DBE3;
}
.sb-slidebar .clearfix {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
}
.sb-slidebar .clearfix .logo {
	float: left;
	width: 30%;
	max-width: 168px;
}
.sb-close {
	display: block;
	width: 8%;
	max-width: 44px;
	float: right;
}
.sb-slidebar .area {
	padding: 10%;
}
.sb-slidebar .area a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	color: #434865;
}
#wrap {
	width: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
}
#content01 .txt {
	width: 90%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#content01 .txt p:nth-of-type(n+2) {
	margin-top: 1em;
}
#content02 {
	margin-top: 160px;
}
#contact01 .pic {
	width: 90%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#contact02 {
	margin-top: 120px;
	position: relative;
	font-size: 11px;
}
#contact02 .map_link {
	text-align: right;
}
#contact02 .mail_link {
	margin-top: 20px;
}
footer {
	width: 80%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	padding-bottom: 10px;
	font-size: 6px;
	letter-spacing: 0px;
}
footer .clearfix {
	margin-bottom: 10px;
}
footer .clearfix a {
	float: left;
	width: 15px;
}
footer .clearfix a:nth-of-type(2) {
	margin-left: 5px;
}
.clearfix::after {
	content: ".";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0;
	line-height: 0;
	font-size: 0em;
}

.sp { display: block !important; }
.tblt_pc { display: none !important; }
@media screen and (min-width : 480px){
}
@media screen and (min-width : 768px){
#wrap {
	margin-top: 0px;
}
#navigation {
	margin-top: 120px;
	font-size: 18px;
	float: left;
	width: 20%;
}
#navigation a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.sns_area a {
	float: left;
	width: 15px;
}
.sns_area a:nth-of-type(2) {
	margin-left: 10px;
}
#content {
	float: right;
	width: 70%;
}
#content01 .txt {
	width: 99%;
	margin-right: 0px;
}
#content02 {
	line-height: 2.5em;
	margin-top: 170px;
}
#contact01 .pic {
	width: 99%;
	margin-right: 0px;
}
#contact01 .pic img {
	max-width: 300px;
}
#contact02 {
	margin-top: 100px;
	font-size: 13px;
}
#contact02 .map_link {
	position: absolute;
	left: 40em;
	top: 0px;
}
#contact02 .mail_link {
	margin-top: 10px;
}
footer {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
	padding-bottom: 20px;
}
a:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	color: #636A96;
}
a:hover img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}
a img {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.sp_only {
	display: none;
}
.sp { display: none !important; }
.tblt_pc { display: block !important; }
}
@media screen and (min-width : 1024px){
}
@media screen and (min-width : 1080px){
}
@media screen and (min-width : 1200px){
}
