@charset "UTF-8";
/*  
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
header,nav,footerなどの構成の指定
*/

/*===================
 Reset  
===================*/

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media screen and (min-width: 768px) {
a[href^="tel:"] {
	pointer-events: none;
}
#footer .f_column {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .f_01, #footer .f_02, #footer .f_03 {
	box-sizing: border-box;
	webkit-box-flex-basis: 32%;
	-webkit-flex-basis: 32%;
	flex-basis: 32%;
	max-width: 32%;
	margin: 0 auto 2%;
}
#footer .f_02 {
	margin: 0 1% 2%;
}
.fixed {
	position: fixed;
	top: 0;
}
}
/*===================
 Native  
===================*/

/* editor */
 
.mainblock p, .mce-content-body p {
	display: block;
	margin: 0 0 1.4em;
	letter-spacing: 0.02em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
blockquote {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 40px;
	-webkit-margin-end: 40px;
}
/**/img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
/* clearfix */
 
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
body {
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Verdana, Helvetica, sans-serif;
	color: #333;
	line-height: 1.8em;
	letter-spacing: 0;
	font-size: 16px;
}
a:focus, *:focus {
	outline: none;
}
a, a img {
	-webkit-transition: 200ms;
	transition: 200ms;
}
a, a:visited {
	color: #999;
}
a:hover {
	text-decoration: none;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: pointer;
}
.ios a:hover, .ios a:hover img {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
img {
	max-width: 100%;
	max-height: 100%;
}
/*==========================
	base
==========================*/

#header > .inner, #nav > .inner, #contents > .inner, #footer .inner {/* コンテンツ幅 */
	width: 1000px;
	margin: 0 auto;
	max-width: 96%;
}
.top #contents > .inner {
	width: 100%;
	max-width: 100%;
}
/*==========================
	#header
==========================*/

#header {
	box-sizing: border-box;
}
#header h1 {/* h1ロゴのサイズ指定 */
	display: block;
	float: left;
	max-width: 33%;
	padding-top: 0;
}
#header h1 img {
	width: 100%;
}
#header h1 a:hover img {
	opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.headerinner ul.pc {
	float: right;
	overflow: hidden;
	max-width: 57%;
	box-sizing: border-box;
	text-align: right;
}
.headerinner ul.pc li img {
	display: block;
	width: 100%;
}
.headerinner .time {
	width: 53%;
	max-width: 300px;
	float: left;
	margin-right: 1%;
}
.headerinner .tel {
	width: 46%;
	max-width: 248px;
	float: right;
	margin-top: 1%;
}
.headerinner .txt {
	width: 42.9%;
	margin: 3% 3% 0 0;
	display: inline-block;
}
.headerinner .txt:last-child {
	margin: 3% 0 0 0;
	width: 53.2%;
}
/*==========================
	#nav
==========================*/

.menu-sp-nav-container {/* スマホ用メニューを隠す */
	display: none;
}
#nav {
	box-sizing: border-box;
}
/*==========================
	#contents
==========================*/

/* H2タイトル -------------*/
.page-title {
	background: url(img/top04_bg.png) repeat 0;
	text-align: center;
	padding: 3em 0;
}
.page-title h2 {
font-size: 32px;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	padding-bottom: 15px;
	color: #284581;
	background: url(img/h2.png) no-repeat center bottom;
	font-weight: bold;
}
/* パンくず -------------*/
.bread_wrap {
	margin-bottom: 2.5em;
	background: #fff;
}
.home .bread_wrap {
	margin-bottom: 0;
}
.bread_wrap .bread {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	max-width: 96%;
}
.bread {
	padding: 0.4em 0 0.4em;
	font-size: 82%;/*13px*/
	color: #555;
	margin-bottom: 0.5em;
	text-align: right;
}
.bread li {
	display: inline-block;
	line-height: 1.3em;
}
.bread li a {
	color: #555;
}
.bread li a:hover {
	text-decoration: none;
}
/* コンテンツの下部余白 -------------*/

.mainblock.under {
	padding-bottom: 3em;
}
/*==========================
	#aside
==========================*/

/*==========================
	.contentbottom
==========================*/

.contentbottom {
	text-align: center;
	padding: 60px 0px;
}
.contentbottom .contact-bn {
	text-align: center;
}
.contentbottom .contact-bn a {
	display: block;
	margin: 0 auto 10px;
	width: 320px;
	max-width: 96%;
}
/*==========================
	#footer
==========================*/

.bnr {
	padding: 40px 0 0;
}
.bnr a {
	display: inline-block;
	margin: 0 0.5% 0;
	width: 360px;
	max-width: 46%;
}
#footer {
	padding: 40px 0;
	text-align: left;
	background: none;
	font-size: 16px;
}
#footer li.menu-item-has-children {
	margin-bottom: 2em;
}
#menu-footer-nav p.nav_title {
	font-size: 24px;
	pointer-events: none;
	letter-spacing: 0.1em;
	color:#284581;
	margin-bottom: 1em;
}
#footer .sub-menu {
	font-size: 16px;
	margin-bottom: 1.2em;
	margin-top: 0em;
	display: block !important;
float: left;
margin: 0 2% 3% 0;
width: 47%;
}
#footer li.parent:last-child .sub-menu {
	float: left;
	width: 50%;
}
#footer .sub-menu li {
line-height: 1.4;
font-size: 16px;
position: relative;
margin-bottom: 0.5em;
padding: 0px 0 0 15px;
}
#footer .sub-menu li::before {
    position: absolute;
    content: "";
width: 6px;
height: 6px;
top: 6px;
    left: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#footer li a {
	text-decoration: none;
	color: #333;
	font-size: 15px;
}
#footer li a:hover {
	color: #333;
	text-decoration: underline;
}
#footer .con_l, #footer .con_r {
	margin: 0 auto 20px;
}
#footer .table01 td .t_big {
	font-size: 20px;
}
#footer .googlemap {
	padding-bottom: 80%;
}
#footer .f_link a {
	text-decoration: none;
	color: #333;
}
#footer .f_link a:hover {
	text-decoration: underline;
}
.copyright {/**/
	font-size: 14px;
	background: none;
	color:#fff;
	background: #284581;
}
.p_01 {
	text-align: center;
	padding: 10px 0;
}

/********************************
	Responsive
*********************************/

@media screen and (min-width: 768px) {/* タブレットまで */
.sp {
	display: none !important;
}
.telbtn {
	display: none;
}
/*==========================
	base
==========================*/

/*-- 2カラム時の設定 ------------
#main {
	width:720px;
	float:right;
}
#aside {
	width:240px;
	float:left;
	margin-bottom:20px;
}
--------------*/

/*==========================
	#header
==========================*/
#header {
	padding: 20px 0 0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: rgba(255,255,255,0.5)
}
/*==========================
	#nav
==========================*/
#nav {
	/*position:fixed;*/
	left: 0;
	width: 100%;
	z-index: 100;
	height: 40px;
	padding: 15px 0;
	background: rgba(255,255,255,0.5);
	box-sizing: content-box;
}
#nav.fixed {
	background: rgba(255,255,255,0.9);
}
/* header-nav */
#nav .navinner {
	position: relative;
}
#nav li {
	box-sizing: border-box;
	font-size: 15px;
}
#nav li > a, #nav li > span {
	position: relative;
}
#nav #menu-header-nav > li > a::before, #nav #menu-header-nav > li > span::before, #nav li.nav01 > a::after, #nav li.nav01 > span::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 50%;
	margin-top: -16px;
	right: 0;
	border-right: 1px dotted #ccc;
}
#nav li.nav01 > a::after, #nav li.nav01 > span::after {
	left: 0;
	right: auto;
}
#nav a, #menu-header-nav > li > span {
	text-decoration: none;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	line-height: 1.35;
	box-sizing: border-box;
	color: #534828;
	-webkit-transition: 200ms;
	transition: 200ms;
}
.menu-header-nav-container {
}
#menu-header-nav {
	padding-left: 0;
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
}
#menu-header-nav > li {
	width: 16.6%;
	float: left;
	position: relative;
}
#menu-header-nav > li:first-child {
}
#menu-header-nav > li.nav02 {
	width: 17%;
}
#menu-header-nav > li.nav03 {
	position: inherit;
}
#menu-header-nav > li.nav04 {
}
#menu-header-nav > li.nav05 {
}
#menu-header-nav > li.nav06 {
}
#menu-header-nav > li > a, #menu-header-nav > li > span {
	padding: 8px 5px 6px;
	font-size: 15px;
	position: relative;
	z-index: 20000;
	color: #444;
}
body:not(.ipad) #menu-header-nav > li > a:hover, body:not(.ipad) #menu-header-nav > li:hover > a, body:not(.ipad) #menu-header-nav > li:hover > span {
	background: #ebf1ff;
	cursor: pointer;
}
#menu-header-nav > li:first-child > a:hover {
	color: #444;
	background: #ebf1ff;
}
#menu-header-nav li {
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#menu-header-nav li {
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#menu-header-nav ul.sub-menu {
	position: absolute;
	padding: 0;
	background: none;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#nav li.has_children > span::after, #nav li.nav03 > span:after {
	position: absolute;
	top: 30px;
	left: 50%;
	margin: 0 0 0 -5px;
	width: 0;
	height: 0;
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #284581;
	background: none;
}
#menu-header-nav > li > ul.sub-menu {
	height: auto;
	overflow: hidden;
	width: 140%;
	left: -20%;
}
#menu-header-nav > li:hover > ul.sub-menu {
	height: auto;
	top: 34px;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
}
#menu-header-nav > li > ul.sub-menu > li {
	width: 100%;
	height: 0;
}
#menu-header-nav > li:hover > ul.sub-menu > li {
	float: none;
	height: auto;
}
#menu-header-nav > li > ul.sub-menu > li a {
	font-size: 15px;
	text-align: center;
	text-indent: inherit;
	color: #fff;
	padding: 12px 5px 11px;
	display: block;
	background: #284581;
	border-bottom: 1px solid #fff;
}
#menu-header-nav > li > ul.sub-menu > li a:before, #menu-header-nav > li > ul.sub-menu > li a:after {
	display: none;
}
#menu-header-nav ul.sub-menu li a:hover {
	color: #fff;
	background-color: #152b58;
}
#menu-header-nav li .submenu-wrap {
	height: 0;
	overflow: hidden;
}
#menu-header-nav li:hover .submenu-wrap {
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 4;
	background: #284581;
	overflow: hidden;
	height: auto;
	padding: 2em 0;
}
#menu-header-nav li .submenu-wrap .submenu-inner {
	width: 1000px;
	max-width: 96%;
	margin: 0 auto 0;
	overflow: hidden;
}
#menu-header-nav li .submenu-wrap .menutitle {
	text-align: left;
	overflow: hidden;
	display: block;
	font-size: 16px;
	top: 0;
	height: 0;
	position: relative;
	padding-left: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#menu-header-nav li .submenu-wrap .menutitle::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	top: 23px;
	left: 5px;
	border-top: solid 2px #8b7724;
	border-right: solid 2px #8b7724;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-header-nav li .submenu-wrap .menutitle a {
	display: inline;
	background: none;
	color: #fff;
	padding: 0;
}
#menu-header-nav li .submenu-wrap .menutitle a:hover {
	color: #fff;
}
#menu-header-nav li:hover .submenu-wrap .menutitle {
	height: auto;
	top: 10px;
	padding-bottom: 10px;
	padding-top: 15px;
	border-bottom: 1px solid #ccc;
}
#menu-header-nav .submenu-wrap ul.sub-menu {
	position: relative;
	float: left;
	background: none;
	margin-left: 0;
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
#menu-header-nav .nav02 .submenu-wrap ul.sub-menu {
}
#menu-header-nav .nav03 .submenu-wrap ul.sub-menu {
}
#menu-header-nav .nav04 .submenu-wrap ul.sub-menu {
}
#menu-header-nav .nav05 .submenu-wrap ul.sub-menu {
}
#menu-header-nav .nav06 .submenu-wrap ul.sub-menu {
}
#menu-header-nav > li:hover .submenu-wrap ul.sub-menu {
	top: 10px;
	padding-bottom: 1em;
}
#menu-header-nav .submenu-wrap ul.sub-menu li {
	position: relative;
	padding-left: 1em;
}
#menu-header-nav .submenu-wrap ul.sub-menu li {
	display: inline-block;
	width: 48%;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title {
	padding-left: 0.4em;
	font-weight: bold;
	float: none;
	width: 100%;
	display: inline-block;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title a {
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title::before {
	display: none;
}
#menu-header-nav .submenu-wrap ul.sub-menu li::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	top: 10px;
	left: 5px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu-header-nav .submenu-wrap ul.sub-menu li a {
	background: none;
	color: #fff;
	text-align: left;
	display: inline-block;
	padding: 0.3em 0.2em 0.3em;
}
#menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
	color: #fff;
	text-decoration: underline;
}
#menu-header-nav ul.sub-menu {
	position: absolute;
	padding: 0;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: #e8e2d5;
	text-align: center;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#menu-header-nav >li:last-child ul.sub-menu {
	width: 100%;
	margin-left: 0;
}
#menu-header-nav > li > ul.sub-menu {
	overflow: hidden;
}
/*body:not(.ipad) #menu-header-nav > li:hover > ul.sub-menu {
	height: auto;
}
body:not(.ipad) #menu-header-nav > li:hover > ul.sub-menu {
	top: 65px;
}
body.ipad #menu-header-nav > li > ul.sub-menu {
	top: 65px;
	display: none;
	height: auto;
}*/
#menu-header-nav > li > ul.sub-menu a {
}
#menu-header-nav li ul li {
	width: 100%;
	height: 0;
}
#menu-header-nav ul.sub-menu li a {
	display: block;
	font-size: 16px;
	text-align: left;
	background: #3776c5;
	padding: 20px 12px;
}
#menu-header-nav > li:hover > ul.sub-menu li a {
	color: #fff;
}
#menu-header-nav > li:hover ul li {
	float: none;
	height: auto;
}
/* touchイベント */

.display > .sub-menu, .display > .submenu-wrap {
	height: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
#menu-header-nav > li.display > span {
	background: rgba(255,255,255,0.7);
}
/*==========================
	#contents
==========================*/

/* コンテンツのmin-height -------------*/

#contents #main {
	min-height: 600px;
}
/*==========================
	#aside
==========================*/

#aside .inq {
	position: fixed;
	top: 15%;
	right: 0;
	width: 60px;
	z-index: 5;
}
#aside .inq a {
	display: block;
	margin-bottom: 8px;
}
#aside .inq a {
	display: block;
}
#aside .inq a:hover img {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
.inq01.pc {
	position: fixed;
	bottom: 0px;
	right: 0;
	z-index: 100;
}
/*-- ブログページ ------------*/

.caegory-in-blog #main, .single-in-blog #main, .caegory-in-voice #main, .single-in-voice #main {
	float: left;
	width: 72%;
}
.caegory-in-blog #aside, .single-in-blog #aside, .caegory-in-voice #aside, .single-in-voice #aside {
	float: right;
	width: 24%;
}
/*==========================
	.contentbottom
==========================*/

.contentbottom {
	width: 1000px;
	margin: 0 auto;
	max-width: 96%;
}
.contentbottom .app_bnr img {
	float: right;
	display: block;
	max-width: 48%;
	margin-bottom: 2em;
}
.contentbottom .app_bnr a img {
	float: left;
}
.contentbottom .contact-bn {
	overflow: hidden;
}
.contentbottom .contact-bn a {
	float: left;
	min-width: 100%;
}
.contentbottom .contact-bn a:first-child {
	margin-right: 0;
}
.contentbottom .contact-bn a:last-child {
	float: none;
}
/*==========================
	#footer
==========================*/

#footer #menu-footer-nav {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
#footer li.menu-item-has-children {
	float: left;
	width: 70%;
}
#footer li.menu-item-has-children:first-child {
	width: 30%;
}
.footerbnr {
	display: inline-block;
}
.bnr_media {
	max-width: 45%;
}
.bnr_iu {
	max-width: 52%;
}
}

@media screen and (max-width: 1200px) {
#aside .inq {
	top: 25%;
	width: 40px;
}
#aside .inq a {
	margin-bottom: 3px;
}
#aside .inq a {
	display: block;
}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
#footer {
	font-size: 12px;
}
}

@media screen and (max-width: 1042px) {/*コンテンツが横幅いっぱいになったら*/
/*==========================
	base
==========================*/
/*-- 2カラム時の設定 ------------
#main {
	width:720px;
	max-width:100%;
	float:none;
	margin:0 auto 2.5em;
}
.home #main {
	width:720px;
}

#aside {
	width:490px;
	max-width:100%;
	float:none;
	margin:0 auto 20px;
}
#aside .sideinner {
	overflow:hidden;
	margin-bottom:20px;
}
------------------*/
/*==========================
	#nav
==========================*/
#nav li {
	box-sizing: border-box;
}
#menu-header-nav > li > span, #menu-header-nav > li a {
	font-size: 14px;
}
#menu-header-nav ul.sub-menu li a {
}
/*==========================
	#footer
==========================*/

#footer #menu-footer-nav {
	width: 100%;
}
#footer .f_01, #footer .f_02, #footer .f_03 {
	width: 100%;
	margin-bottom: 1.5em;
	padding-left: 0;
	border: none;
}
}

@media screen and (min-width: 768px) and (max-width: 768px) {
#footer li, #footer li a, #menu-sitemap li, #menu-sitemap li a {
	vertical-align: top;
}
}

@media screen and (max-width: 767px) {/* スマホ */
.pc {
	display: none !important;
}
/*==========================
	base
==========================*/
/*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
/*==========================
	#header
==========================*/
#header > .inner, #nav > .inner, #contents > .inner, #footer .inner {
	width: 1000px;
	margin: 0 auto;
	max-width: 96%;
}
#header {
	padding: 0;
}
#header h1 {
	padding: 0;
	width: auto;
	margin: 15px auto 0;
	max-width: 100%;
	float: none;
	display: block;
	text-align: center;
}
#header h1 img {
	width: auto;
}
.headerinner ul img {
	width: 100%;
}
.headerinner .tel {
}
.headerinner .web {
	float: right;
	max-width: 30.20%;
	margin-right: 1px;
	width: 96px;
}
.headerinner .mail {
	float: right;
	max-width: 30.20%;
	margin-right: 4.5%;
	width: 61px;
}
.headerinner #toggle {
}
/*==========================
	#nav
==========================*/
/*#nav {
	height: auto;
	padding: 0;
}
#nav.fixed {
	position: inherit!important;
	top: auto!important;
}*/
/* メニューボタン
#toggle {
    display: block;
    position: absolute;
    top: 15px;
    right: 2.5%;
    width: 63px;
    max-width: 8.5%;
} */
#toggle a {
	width: 100%;
	margin: 0;
	float: none;
	position: relative;
	padding: 0;
	border: none;
}
#toggle img {
	max-height: 100%;
}
#toggle a:hover {
	background: none !important;
}
.tel-btn a {
	display: inline-block;
	max-width: 48%;
	margin: 0 0.5%;
}
.tel-btn.sp {
	position: fixed;
	bottom: 0;
	background: #f5f5f5;
	padding-top: 10px;
	width: 100%;
	text-align: center;
	left: 0;
}
/* #menu-header-nav ------*/
#menu-header-nav {/* スライドダウンさせるために隠す */
	display: none;
}
.mainimage img {
	height: auto;
	max-width: none;
	max-height: none;
	width: 100%;
}
#nav ul.menu {
	background: #fff;
	left: 0;
	margin: 0;
	top: 88px;
	width: 100%;
	position: absolute;
	z-index: 99;
	border-top: 1px solid #ccc;
}
#nav ul li .subtxt {
	display: none;
}
#nav ul li > a br {
	display: none;
}
.spinner ul.sp {
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 15px 0;
	background: #fff;
	box-sizing: content-box;
	overflow: hidden;
	clear: both;
}
.spinner ul.sp li {
	float: left;
	width: 20%;
	border-left: 1px solid #f7f7f7;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	max-width: 100%;
	padding: 5px;
	margin: 0;
	list-style: none;
}
.spinner ul.sp li#toggle {
	border-right: 1px solid #f7f7f7;
}
.headerinner ul img {
	width: 100%;
}
/*#nav.fixed {
	position: inherit!important;
	top: auto!important;
}*/
#nav.fixed ul.sp.fixed {
	position: fixed;
	top: 0;
}
body.fixed #nav.fixed ul.sp.fixed {
	position: inherit!important;
	top: auto!important;
}
#nav ul.menu {
	background: #fff;
	left: 0;
	margin: 0;
	top: 160px;
	width: 100%;
	position: absolute;
	z-index: 99999999;
	border-top: 1px solid #ccc;
}
#nav ul.menu li {
	display: block;
	text-align: left;
	background: none;
	float: none;
	height: auto;
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 0;
}
#nav ul.menu li ul li {
	border-top: 1px solid #ccc;
	border-bottom: none;
}
#nav ul.menu li a, #nav ul.menu li > span {
	display: block;
	padding: 14px 6px 13px 15px;
	background-position: 5px center;
	background-size: 16px auto;
	width: 100%;
	float: none;
	box-sizing: border-box;
	text-align: left;
	height: auto;
	line-height: 1.5;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	color: #004d89;
}
#nav ul.menu li span:hover {
	cursor: pointer;
}
#nav ul.menu li.submenu-title a:before, #nav ul.menu li.submenu-title > span:before {
	content: ""
}
#nav ul.menu li a:before, #nav ul.menu li > span:before {
	content: "・"
}
#nav ul.menu li a:hover, #nav ul.menu li span:hover {
	color: #999;
}
#nav ul.menu li.nav02 > span::after, #nav ul.menu li.nav03 > span::after, #nav ul.menu li.nav05 > span::after {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	right: 18px;
	margin: -5px 0 0 0;
	border-bottom: solid 3px #ccc;
	border-right: solid 3px #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav ul.menu li:first-child a {
	border-left: none;
}
#nav .submenu-title {
	color: #888;
	font-size: 15px;
	background: #eee;
}
#nav ul.menu li.submenu-title a::before, #nav ul.menu li.submenu-title > span::before {
	content: "";
}
.submenu-wrap .menutitle {
	border-top: 1px solid #ccc;
	display: block;
	padding: 0;
	background: #f7f7f7;
	padding-left: 10px;
}
#nav .sub-menu {
	background: #f7f7f7;
	font-size: 15px;
}
#nav ul.sub-menu li a {
	padding-left: 25px;
}
#nav {
	/*position:fixed;*/
	left: 0;
	width: 100%;
	z-index: 100;
	padding: 0;
	background: #fff;
	box-sizing: content-box;
}
#nav.fixed {
	background: #fff;
}
/*==========================
	#contents
==========================*/
.bread_wrap {
	margin-bottom: 1em;
}
#contents {
	margin-bottom: 1.5em;
}
	.home #contents {
	margin-bottom: 0;
}
/*==========================
	#aside
==========================*/
#aside .inq {
	display: none;
}/* サイド固定バナーを隠す */
.btm_inq {
	position: fixed;
	bottom: 0;
	width: 100%;
	right: 0;
	text-align: right;
}
.btm_inq .clearfix > a {
	display: inline-block;
	width: 50%;
	float: left;
	margin-right: 0;
}
.btm_inq .clearfix > a:last-child {
	margin-right: 0;
}
/*==========================
	.contentbottom
==========================*/

/* 最下部固定お問い合わせバナー */
.contact {
	position: fixed;
	bottom: 0;
	width: 100%;
	background: rgba(207,207,207,0.6);
	padding: 10px 0;
	left: 0;
	text-align: center;
	z-index: 5;
}
.contact a {
	display: inline-block;
	width: 200px;
	max-width: 48%;
	margin: 0 0.5%;
}
/*==========================
	#footer
==========================*/

.bnr a {
	margin: 0 auto 10px;
	max-width: 70%;
	display: block;
}
#footer li.parent, #footer li.parent2, #footer li.parent3 {
	float: none;
	width: auto;
	display: block;
}
#footer li.menu-item-has-children, #footer li.menu-item-has-children:last-child {
	float: none;
	height: auto;
	width: 100%;
	border-left: none;
	padding-left: 1%;
}
#footer .sub-menu li {
	vertical-align: top;
}
.copyright {
	padding-bottom: 14%;
}
.contentbottom {
	padding: 30px 0 1px;
}
.contentbottom .app_bnr, .contentbottom .contact-bn {
	text-align: center;
	max-width: 96%;
	margin: 0 auto;
}
.contentbottom .app_bnr {
	margin-bottom: 20px;
}
.contentbottom .app_bnr a, .contentbottom .contact-bn a {
	display: inline-block;
	max-width: 96%;
	margin-bottom: 10px;
}
#footer li.parent:last-child .sub-menu {
	float: none;
	width: 50%;
}
	#footer .sub-menu {
    margin: 0;
    width: 100%;
}
	#footer li.menu-item-has-children.menu01{
		margin-bottom: 2em;
display: block;
clear: both;
overflow: hidden;
	}
}

@media screen and (max-width: 480px) {/* スマホ480px */
/*==========================
	#contents
==========================*/
.bread {
	margin-bottom: 0.5em;
	padding: 0.3em 0em 0.2em;
	text-align: right;
}
/*==========================
	#footer
==========================*/
.copyright {
}
}

@media screen and (max-width: 320px) {/* スマホ320px */
}

@media screen and (max-width: 767px) {/* スマホ767 SP上部固定 */
.bodyfixed {
	position: absolute;
	width: 100%;
}
}
