@charset "UTF-8";
/* CSS Document */
/*  html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark */


@media(max-width: 480px){



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 {
	position: relative;
	line-height: 1;
}

body, html {
	height: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.bold {
    font-weight: bold;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
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;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs  */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

body, html {
	height: 100%;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #4b4b4b;
}

.hidden {
	display: none;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	font-size: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	zoom: 1;
}
.clearfix {
	display: block;
}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


	body {
		width: 100%;
	}
	header {
		width: 100%;
	}

.pagetop {
  display: none !important;
}

	/* フッター */
	footer {
		width: 100%;
	}

.footer-link {
  text-align: center;
  padding: 30px 10px 0px;
  font-size: 14px;
  line-height: 1.5;
}
.footer-link h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 10px;
}
.footer-link p {
  margin-bottom: 10px;
}
.footer-link ul {
  font-size: 0;
}
.footer-link ul li {
    display: inline-block;
    width: 49%;
    margin-top: 2%;
}
.footer-link ul li:nth-child(odd) {
    margin-right: 2%;
}
.footer-link ul li img {
    width: 100%;
    height: auto;
}

    footer .footer-btn {
        text-align: center;
        position: fixed;
        bottom: 0 !important;
        left: 0;
        width: 100%;
        z-index: 1;
    }
    footer .footer-btn ul {
        font-size: 0;
    }
    footer .footer-btn ul li {
        display: inline-block;
        width: 48.5%;
    }
    footer .footer-btn ul li:first-child {
        margin-right: 1%;
    }
    footer .footer-btn ul li img {
        width: 100%;
        height: auto;
    }

	footer .footer01 {
		padding-top: 35px;
		padding-bottom: 35px;
		background: #EBF8FF url(../img/index/wave_lower.png) repeat-x top center;
		background-size: 100%;
	}
	footer .footer01 .logo {
		text-align: center;
		padding: 10px 0 30px;
	}
	footer .footer01 .logo img {
		width: 60%;
		height: auto;
	}
	footer .footer01 .footer01_1 {
		margin: 0 auto;
		width: 90%;
	}
	footer .footer01 .footer01_1 div#map {
		margin-bottom: 20px;
		width: 100%;
	}
footer .footer01 .footer01_1 div#map .btn {
    display: block;
    border: 1px solid #a09178;
    text-align: center;
    margin: 20px 0;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #2A98F2;
    text-decoration: none;
    background: #fff url(../img/icon01.png) no-repeat 95% center;
    box-shadow: 2px 2px 0px 0px #d8d5d2;
}

	footer .footer01 .footer01_1 div#map div.banner {
		width:100%;
		margin:0 auto;
		display: flex;
    justify-content: space-between;
    align-items: center;
	}

	footer .footer01 .footer01_1 div#map div.banner div{
		width:120px;
		text-align:center;
		float:left;
		margin-top:20px;
		}
	footer .footer01 .footer01_1 div#map div.banner div img{
		width:70px;
		display:block;
		margin:10px auto;
		}


	footer .footer01 .footer01_1 div#map iframe {
		width: 100%;
		height: 300px;
	}
	footer .footer01 .footer01_1 div#map .mapp {
        margin-top: 10px;
        font-size: 14px;
	}
	footer .footer01 .footer01_1 div#r_footer {
		width: 100%;
	}
	footer .footer01 .footer01_1 .telkana {
		font-size: 11px;
		color: #81c0fd;
		text-align: justify;
		margin: 0px 0px 5px 13em;
		padding: 0px 0px 0px 0px;
	}
	footer .footer01 .footer01_1 .tel {
		font-size: 24px;
		text-align: justify;
		margin-bottom: 2px;
		    padding: 0;
	}
	footer .footer01 .footer01_1 .tel a {
        text-decoration: none;
        color: #323232;
         background: url(../img/icon-tel.png) no-repeat left center;
         padding: 0 0 0 25px;
         display: block;
         width: 180px;
         margin: 0 auto;
         white-space: nowrap;
	}
	footer .footer01 .footer01_1 .tel a:hover {
		color: #81c0fd;
        text-decoration: none;
	}
	footer .footer01 .footer01_1 .tel span.title {
		font-size: 18px;
		color: #81c0fd;
	}
	footer .footer01 .footer01_1 .telcomment {
		font-size: 12px;
		color: #333333;
		text-align: justify;
		margin-bottom: 15px;
	}
	footer .footer01 .footer01_1 .faxkana {
		font-size: 11px;
		color: #81c0fd;
		text-align: justify;
		margin: 0px 0px 5px 10.8em;
		padding: 0px 0px 0px 0px;
	}
	footer .footer01 .footer01_1 .fax {
		font-size: 18px;
		color: #81c0fd;
		text-align: justify;
		margin-bottom: 10px;
	}
	footer .footer01 .footer01_1 .fax a {
		font-size: 18px;
		color: #81c0fd;
		text-align: justify;
		text-decoration: none;
	}
	footer .footer01 .footer01_1 .fax span.title {
		font-size: 18px;
		color: #81c0fd;
	}
	footer .footer01 .footer01_1 address {
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 14px;
        line-height: 150%;
		font-style: normal;
		text-align: justify;
	}
	footer .footer01 .footer01_1 table {
		margin-bottom: 5px;
		width: 100%;
	}
	footer .footer01 .footer01_1 table tr th {
		background-color: #2A98F2;
		border: 1px solid #2A98F2;
		font-size: 14px;
        font-weight: normal;
		color: #fff;
		vertical-align: middle;
        padding: 5px 2px 5px 2px;
	}
	footer .footer01 .footer01_1 table tr td {
		background-color: #fff;
		border: 1px solid #81c0fd;
		font-size: 16px;
		color: #2A98F2;
		text-align: center;
		vertical-align: middle;
        padding: 5px 2px 5px 2px;
	}
	footer .footer01 .footer01_1 table tr td:first-child {
		color: #ffffff;
		background-color: #6CB9FF;
		font-size: 12px;
	}
	footer .footer01 .footer01_1 p:last-child {
		margin: 5px auto 0;
		font-size: 14px;
        line-height: 1.5;
	}
	footer .footer01 .footer01_1 p:last-child span {
		color: #81c0fd;
	}

footer .feature {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
}
footer .feature dt {
    color: #fff;
    margin: 0 0 10px 0;
    background: #41A0FF;
    height: 27px;
    line-height: 27px;
    text-align: center;
        width: 100%;
}
footer .feature dd {
    padding: 0 0 10px 0;
}

	footer nav {
		display: none;
	}
	
	footer .footer02 {
		width: 100%;
        padding: 20px 0 65px;
		background-color: #7FBFFF;
		line-height: 1.6;
        font-size: 14px;
		color: #fff;
		text-align: center;
	}

	footer .bnr{
        font-size:12px;
        line-height:1.5;
        text-align:center;
        margin:40px 10px 20px;
    }

.sp_none {
  display: none !important;
}

}