﻿@charset "UTF-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* 大枠 */
html, body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
}
body {
	font-size: 16px;
	line-height: 1.6;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
body > #wrapper {
	height: auto;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

@media print {
html,  html body {
	overflow: visible !important;
}
}
/* アクセシビリティ */
.guidance {
	left: -999px;
	position: absolute;
	width: 990px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
} /* レスポンシブ対応 */
img {
	vertical-align: bottom;
	box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}
img, x:-moz-any-link, x:default {
 box-shadow: #000 0 0 0; /* IE7対応 */
}
/* リンク */
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a:active {
	color: #0066FF;
	text-decoration: underline;
}
.mincho {
	/* font-family: "FOT-筑紫明朝 Pr6 L","TsukuMinPr6-L","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","TakaoEx明朝",TakaoExMincho,"MotoyaLCedar","Droid Sans Japanese","HGS明朝E","ipamin","ＭＳ Ｐ明朝",serif; */
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	position: relative;
	font-weight: normal;
}
/* CLEARFIX */
.container:after, .row:after, .col:after {
	content: "";
	display: table;
	clear: both;
}
.container {
	width: 100%;
	max-width: 1020px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}
/* ブロック関係 */
.row {
	padding-bottom: 0em;
}
.col {
	display: block;
	float: left;
	width: 100%;
	margin: 0 1%;
	line-height: 1.5;
}
.col:first-child {
	margin-left: 0;
}
.col:last-child {
	margin-right: 0;
}
/* グリッドの設定 */
.span_1 {
	width: 6.25%;
}
.span_2 {
	width: 15%;
}
.span_3 {
	width: 23.5%;
}
.span_4 {
	width: 32%;
}
.span_5 {
	width: 40.5%;
}
.span_6 {
	width: 49%;
}
.span_7 {
	width: 57.5%;
}
.span_8 {
	width: 66%;
}
.span_9 {
	width: 74.5%;
}
.span_10 {
	width: 83%;
}
.span_11 {
	width: 91.5%;
}
.span_12 {
	width: 100%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* タイトル */
#site_title {
	float: left;
	margin: 0 20px 0 0;
	max-width: 350px;
	overflow: hidden;
	line-height: 40px;
}
#site_title img {
	max-width: 350px;
	vertical-align: middle;
}
#site_title + p {
	float: left;
	color: #0089D2;
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
}
h1.title {
	padding: 50px 0px;
	text-align: center;
	color: #0089D2;
	font-size: 30px;
	background: url(../img/head_bg.png) center top no-repeat;
	background-size: cover;
	overflow: hidden;
}
h2 {
	margin: 0 0 20px;
	padding: 0 0 0 40px;
	text-align: left;
	color: #0089D2;
	font-size: 20px;
	line-height: 50px;
	background: #EFF6FD;
	position: relative;
}
h2:before {
	content: "";
	width: 4px;
	height: 24px;
	margin: -12px 0 0 0;
	background: #0089D2;
	position: absolute;
	top: 50%;
	left: 20px;
}


#main .article .btn a,#main .inner .btn a{
	display: block;
	width: 210px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	color: #0089D2;
	line-height: 44px;
	border: 1px solid #0089D2;
	border-radius: 5px;
	position: relative;
}
.inner .btn{
	padding: 0 0 0 20px;
}
#main .article .btn a:after,#main .inner .btn a:after{
	content: "\f105";
	font-family: FontAwesome;
	color: #0089D2;
	font-size: 16px;
	font-weight: bold;
    position: absolute;
    top: 0;
    right: 15px;
}


.bus_plan a {
	display: block;
	margin: 0 0 20px;
	padding: 30px 0px 25px 200px;
	/*padding: 40px 0px 45px 200px;*/
	color: #000;
	font-size: 32px;
	font-weight: bold;
	background: #FFF7AD url(../img/bus_icon.png) 6% 50% no-repeat;
	background-size: 120px 68px;
    box-shadow: 3px 3px 9px 0px rgba(0,0,0,0.1);
	line-height: 1.4;
	border: 4px solid #0089D2;
	position: relative;
}
.bus_plan a:hover {
	text-decoration: none;
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.bus_plan p span {
	color: #0089D2;
}
.bus_plan p.link {
	width: 240px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	background: #0089D2;
	position: absolute;
	right: 0;
	bottom: 0;
}
.bus_plan p.link:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

/* ▼▼▼ ヘッダー
=====================================*/
header {
	width: 100%;
	background: #fff;
	padding: 0 0;
	overflow: hidden;
}
header .container{
	padding: 15px 10px;
}
.header_inner {
	background: #fff;
	overflow: hidden;
}


p.menu {
	display: none;
}
/* グローバルナビゲーション */
#gnav {
	background: #0089D2;
	overflow: hidden;
}
#gnav .container {
	padding: 0 10px;
}
#gnav ul > li {
	float: left;
	width: 20%;
}
#gnav ul > li a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
	border-right: 1px solid #fff;
}
#gnav ul > li:first-child a {
	border-left: 1px solid #fff;
}
#gnav ul > li.now a {
	background: #06496E;
}
#gnav ul > li.close_btn {
	display: none;
}
#gnav ul > li a:hover {
	text-decoration: none;
	background: #06496E;
}
.btn.yoyaku a {
	float: right;
	display: block;
	max-width: 250px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	line-height: 50px;
	background: #FF0707;
	border-radius: 4px;
	box-shadow: 3px 3px 0px 0px #cecece;
	position: relative;
}
.btn.yoyaku a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 15px;
}
.btn a:hover,#site_title:hover {
	text-decoration: none;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#main {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

.inner{
	margin: 0 0 50px;
}
.inner .page_read{
	margin: 0 0 30px;
	padding: 0 20px;
}
.inner .row{
	margin: 0 0 0;
	padding: 0 0 20px 20px;
}

.inner .day{
	padding: 0 0px;
	text-align: right;
}

/* パンくず */
#path {
	margin-bottom: 10px;
	font-size: 14px;
	overflow: hidden;
}
#path li {
	float: left;
	margin-right: 10px;
}
#path li:after {
	content: ">";
	margin-left: 10px;
	color: #333;
}
#path li:last-child:after {
	content: "";
}

/* Googlemap */
.map_container {
	width: 100%;
	position: relative;
	padding-top: 30%;
}
.google {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.inner.contact{
	text-align: center;
}

.contact h2{
	margin: 0 0 35px;
}
.contact h3{
	margin: 0 0 25px;
	text-align: center;
	font-size: 22px;
}
.contact p{
	text-align: center;
	font-size: 18px;
}

.contact_number{
	display: inline-block;
	margin: 0 0 25px;
	text-align: left;
}
.contact .contact_number p{
	margin: 0 0 0;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
.contact .contact_number p:first-child{
	/*letter-spacing: 0.8px;*/
}

ul.agreement{
	padding: 0 0 0 20px;
}

ul.agreement li{
	margin: 0 0 40px;
	padding: 0 0 0 30px;
	position: relative;
}

ul.agreement li:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #84CEF5;
	position: absolute;
	top:4px;
	left: 0;
}
ul.agreement li .red{
	color: #FF0707;
}
ul.agreement li a{
	color: #0089D2;
	font-weight: bold;
	text-decoration: underline;
}
ul.agreement li a:hover{
	text-decoration: none;
}



/* ▼▼▼ フッター
=====================================*/
footer {
	width: 100%;
	background: #F2F5F7;
	padding: 35px 0;
	clear: both;
	position: relative;
}

footer .form_link{
	max-width: 820px;
	margin: 0 auto 50px;
	padding: 30px 0 35px;
	background: #fff;
}
footer .form_link p{
	margin: 0 0 20px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
footer .form_link p.btn{
	margin: 0 auto 0;
}

footer .form_link p.btn a {
	display: block;
	max-width: 440px;
	width: 100%;
	margin: 0 auto 0;
	background: #FF0707;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 26px;
	line-height: 90px;
	border-radius: 4px;
	box-shadow: 3px 3px 0px 0px #cecece;
	position: relative;
}
footer .form_link .btn a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 30px;
}
	


#footer_inner {
	width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
}
footer .ft_menu {
	max-width: 820px;
	margin: 0 auto 60px;
	font-weight: bold;
	overflow: hidden;
}
footer .ft_menu li {
	float: left;
	width: 38%;
	margin: 0 4% 0 0;
	border-left: 1px solid #ccc;
}
footer .ft_menu li:last-child {
	width: 58%;
}
footer .ft_menu li p a {
	display: block;
	margin: 0 0 15px 35px;
	color: #000;
}
footer .ft_menu li ul li p a {
	margin: 0 0 15px 35px;
}
footer .ft_menu li ul li p:last-child a {
	margin: 0 0 0 35px;
}
footer .ft_menu li:last-child {
	margin: 0 0 0 0;
	border-right: 1px solid #ccc;
}
footer .ft_menu ul {
	overflow: hidden;
}
footer .ft_menu li:last-child ul {
}
footer .ft_menu ul li {
	float: left;
	width: 60%;
	margin: 0 4% 0 0;
	border: none;
}
footer .ft_menu ul li:last-child {
	width: 36%;
	margin: 0 0 0 0;
	border: none;
}
footer .ft_menu li:nth-child(2) ul li {
	width: 40%;
	margin: 0 4% 0 0;
}
footer .ft_menu li:nth-child(2) ul li:last-child {
	width: 56%;
	margin: 0 0 0 0;
}
footer .ft_menu ul li p a {
	display: block;
	margin: 0 0 20px;
	color: #0089D2;
}
footer .corporate {
	display: table;
	max-width: 820px;
	margin: 0 auto;
	overflow: hidden;
}
footer .corporate li {
	display: table-cell;
	width: 26%;
	padding: 0 0 0 0;
	font-size: 12px;
}
footer .corporate li:nth-child(2) {
	margin: 0 0 0 0;
	width: 54%;
}
footer .corporate li:last-child {
	width: 20%;
	margin: 0 0 0 0;
	border: none;
	text-align: right;
}
footer .corporate li a, footer .corporate li span {
	padding: 0 0 0 10px;
	color: #000;
	border-left: 1px solid #ccc;
}
footer .corporate li span.android_symbol {
	padding: 0 0 0 0;
	border: none;
}

footer .corporate li:last-child a {
	display: block;
	padding: 0 0 0 20px;
	border: none;
}
footer .corporate li:last-child a img{
	max-width: 170px;
}

/* ▼ ページ上部へ戻る */
.pagetop {
	color: #0089D2;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	cursor: pointer;
}
.pagetop:before {
	content: "\f106";
	font-family: FontAwesome;
	color: #0089D2;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: -20px;
}
.pagetop.ft_fixed{
	position: absolute;
    top: -30px;
    right: 20px;
}
/* ▼ コピーライト */
.copyright {
	color: #797979;
	font-size: 12px;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
#wrapper {
	width: 100%;
	padding: 70px 0 0;
}
#screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.8);
	z-index: 200;
}
.span_1, .span_2, .span_3, .span_4, .span_5, .span_6, .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
	width: 100%;
}
.col {
	margin: 0;
}
.pc {
	display: none;
}
.sp {
	display: block;
}
/* タイトル */
#site_title {
	float: none;
	margin: 0 20px 0 0;
	max-width: 200px;
	overflow: hidden;
	line-height: 1.8;
}
#site_title img {
	max-width: 190px;
}
#site_title + p {
	float: none;
	font-size: 18px;
	line-height: 1.6;
}
h1.title {
	padding: 30px 10px;
	font-size: 24px;
	overflow: hidden;
}
h2 {
	margin: 0 0 20px;
	padding: 8px 15px 8px 38px;
	text-align: left;
	color: #0089D2;
	font-size: 20px;
	line-height:inherit;
}
h2:before {
	content: "";
	width: 4px;
	height: 24px;
	margin: -12px 0 0 0;
	background: #0089D2;
	position: absolute;
	top: 25px;
	left: 20px;
}
	

.bus_plan a {
    margin: 0 0 10px;
padding: 20px 5% 50px 23%;
    font-size: 16px;
    background: #FFF7AD url(../img/bus_icon.png) 5% 35% no-repeat;
    background-size: 50px 29px;
    border: 4px solid #0089D2;
}

.bus_plan a:hover {
	text-decoration: none;
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.bus_plan p span {
	color: #0089D2;
}
.bus_plan p.link {
    width: 240px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}
.bus_plan p.link:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
	
/* ▼▼▼ ヘッダー
=====================================*/
body.wrap {
	overflow: hidden;
}
header {
	width: 100%;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	overflow: visible;
}
header .container{
	padding: 10px;
}

.header_inner {
	width: 100%;
	height: 70px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
.header_inner .container {
	padding: 10px;
}
/* グローバルナビゲーション */
#gnav {
	display: block!important;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	float: none;
	width: 100%;
	max-height: 100vh;
	padding-top: 70px;
	margin: 0;
	position: absolute;
	top: -1000px;
	left: 0;
	z-index: 1000;
	overflow: auto;
}
#gnav.open {
	-moz-transform: translateY(1000px);
	-webkit-transform: translateY(1000px);
	transform: translateY(1000px);
}
#gnav ul {
	clear: both;
}
#gnav ul > li {
	float: none;
	width: 100%!important;
	max-width: 100%!important;
	height: auto;
	text-indent: 0;
}
#gnav ul > li > a, #gnav ul > li.close_btn > span {
	height: 50px!important;
	background: #fff;
	background-size: 10px 10px!important;
	border-bottom: 1px solid #ccc;
	padding: 0 15px;
	color: #333;
	text-align: left;
	line-height: 50px;
	font-weight: bold;
	position: relative;
}
#gnav ul > li:first-child a {
    border-left: none;
}
#gnav ul > li > a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 1;
}
#gnav ul > li > a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #0089D2;
	font-size: 24px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 20px;
}
#gnav ul > li.close_btn {
	display: block;
	background: #F4F4F4;
	text-align: center;
}
#gnav ul > li.close_btn > span {
	background: #F4F4F4;
	border: none;
}
#gnav ul > li.close_btn > span:before {
	content: "×";
	color: #000;
	font-size: 16px;
	vertical-align: top;
	margin: 0 5px 0 0;
}
#gnav .container {
	padding: 0 0;
}
/* メニューボタン */
p.menu {
	display: block;
	width: 70px;
	height: 70px;
	font-weight: bold;
	background: #0089D2;
	border-left: 1px solid #ccc;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2000;
}
p.menu:after {
	content: "メニュー";
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: relative;
	left: 16%;
	top: 38px;
}
.menu_fixed p.menu:after {
	content: "閉じる";
	text-align: center;
	color: #fff;
	font-size: 12px;
	position: relative;
	left: 25%;
	top: 38px;
}
p.menu span {
	display: block;
	position: absolute;
	top: 14px;
	right: 22px;
	width: 24px;
	height: 23px;
	background: #fff;
	border-top: 10px solid #0089D2;
	border-bottom: 10px solid #0089D2;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
p.menu span:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 3px;
	background: #fff;
	top: -8px;
	right: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
p.menu span:after {
	content: '';
	position: absolute;
	width: 24px;
	height: 3px;
	background: #fff;
	bottom: -8px;
	right: 0;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
p.menu span.active {
	background: #0089D2;
}
p.menu span.active:before {
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 0;
	right: 0;
}
p.menu span.active:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	bottom: 0;
	right: 0;
}

#main .article .btn a,#main .inner .btn a{
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 0 0 20px;
	text-align: center;
	color: #0089D2;
	line-height: 44px;
	border: 1px solid #0089D2;
	border-radius: 5px;
	position: relative;
}
#main .article .btn a:after,#main .inner .btn a:after{
	content: "\f105";
	font-family: FontAwesome;
	color: #0089D2;
	font-size: 16px;
	font-weight: bold;
    position: absolute;
    top: 0;
    right: 15px;
}
.btn.yoyaku a {
	float: right;
	display: block;
	max-width: 70px;
	width: 100%;
	height: 70px;
	padding: 32px 0 0;
	width: 100%;
	height: 70px;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 0;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 70px;
}
.btn.yoyaku a:after {
	display: none;
}
.btn.yoyaku a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 0 0 -12px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background: url(../img/contact_icon.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 10px;
	left: 50%;
}
	

.inner{
	margin: 0 0 40px;
}
.inner .page_read{
	margin: 0 0 20px;
	padding: 0 0;
}
.inner .row{
	margin: 0 0 0;
	padding: 0 0 10px 0;
}

.inner .day{
	padding: 0 0px;
	text-align: right;
	font-size: 14px;
}
.inner .btn{
	padding: 0 0 0 0;
}

	
	

	
/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
=====================================*/
#header_inner, #main, #contents, #side, footer, #footer_inner {
	float: none;
	width: 100%;
}
#main {
	padding: 35px 15px 40px;
}
	
#main .container{
	padding: 0 0 ;
	}
	
.menu_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
	

.contact h2{
	margin: 0 0 20px;
}
.contact h3{
	margin: 0 0 15px;
	text-align: center;
	font-size: 16px;
}
.contact p{
	text-align: center;
	font-size: 16px;
}

.contact_number{
	margin: 0 0 25px;
}
.contact .contact_number p{
	margin: 0 0 0;
	font-size: 22px;
	font-weight: bold;
	/*letter-spacing: 0.6px;*/
}
.contact .contact_number p:first-child{
	/*letter-spacing: 0.6px;*/
}
	.contact .contact_number p span{
		font-size: 22px;
	}

ul.agreement{
	padding: 0 0 0 0;
}

ul.agreement li{
	margin: 0 0 40px;
	padding: 0 0 0 30px;
	position: relative;
}

ul.agreement li:before{
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #84CEF5;
	position: absolute;
	top:4px;
	left: 0;
}
	
	ul.agreement .tel-moji a,.contact .contact_number p span.tel-moji a{
		color: #000;
		text-decoration: none;
	}
	
	
/* ▼▼▼ フッター
=====================================*/

	
	
	
footer {
	width: 100%;
	background: #F2F5F7;
	padding: 20px 0;
	clear: both;
}


footer .form_link{
	margin: 0 0 50px;
	padding: 20px 20px 25px;
}
footer .form_link p{
	margin: 0 0 15px;
	font-size: 20px;
}
footer .form_link p.btn{
	margin: 0 auto 0;
}

footer .form_link p.btn a {
	display: block;
	max-width: 440px;
	width: 100%;
	margin: 0 auto 0;
	background: #FF0707;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	line-height: 80px;
	border-radius: 4px;
	box-shadow: 3px 3px 0px 0px #cecece;
	position: relative;
}
footer .form_link .btn a:after {
	content: "\f105";
	font-family: FontAwesome;
	color: #fff;
	font-size: 28px;
    font-weight: normal;
    position: absolute;
    top: 0;
    right: 26px;
}
	
#footer_inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
footer .ft_menu {
	max-width: 820px;
	margin: 0 auto 40px;
	padding: 0 20px;
	font-weight: bold;
	overflow: hidden;
}
footer .ft_menu li {
	float: none;
	width: 100%;
	margin: 0 0 40px 0;
	border-left: none;
}
footer .ft_menu li p a {
	margin: 0 0 15px 0;
}
footer .ft_menu li ul li p a {
	margin: 0 0 15px 0;
}
footer .ft_menu li ul li p:last-child a {
	margin: 0 0 0 0;
}
footer .ft_menu li:last-child {
	margin: 0 0 0 0;
	border-right: none;
}
footer .ft_menu ul {
	overflow: hidden;
}
footer .ft_menu ul li:last-child {
	width: 100%;
}
footer .ft_menu ul li, footer .ft_menu li:last-child, footer .ft_menu li:nth-child(2) ul li {
	float: none;
	width: 100%;
	margin: 0 0 15px 0;
}
footer .ft_menu ul li p a {
	display: block;
	margin: 0 0 20px;
	color: #0089D2;
}
footer .ft_menu li:nth-child(2) ul li:last-child {
	width: 100%;
	margin: 0 0 0 0;
}
footer .corporate {
	display: block;
	max-width: 820px;
	margin: 0 auto;
	overflow: hidden;
}
footer .corporate li {
	display: block;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 0 0px;
	text-align: center;
	font-size: 16px;
}
footer .corporate li:nth-child(2) {
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 10px;
}
footer .corporate li:last-child {
	width: 100%;
	margin: 0 0 0 0;
	border: none;
	text-align: center;
}
footer .corporate li a, footer .corporate li span {
	padding: 0 0 0 0;
	color: #000;
	border-left: none;
}
footer .corporate li:last-child a {
	display: block;
	padding: 0 0 0 0;
	border: none;
}
footer .corporate li:last-child a img{
	max-width: auto;
}

.ft_logo {
	text-align: center;
}
.ft_logo img {
	max-width: 190px;
}
/* ▼ ページ上部へ戻る */
.pagetop {
	margin: 0 -3em 0 0;
	position: absolute;
	top: -30px;
	bottom: auto;
	right: 50%;
	z-index: 2000;
	cursor: pointer;
}
.pagetop:before {
	content: "\f106";
	font-family: FontAwesome;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
}
}

/* ▼▼▼ 320px〜
=====================================*/
@media screen and (max-width: 320px) {
	
	#site_title img {
    max-width: 160px;
}
	#site_title + p {
    float: none;
    font-size: 14px;
    line-height: 1.6;
}
	
	footer .form_link .btn a:after{
		right: 15px;
	}
}

