@charset "UTF-8";
/*
Theme Name:Original Style - 2column
Version:1.1
2016.11.20
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;
}
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;
}

/*===================
 Native
===================*/

/* editor */

.mainblock p,
#tinymce p {
    display: block;
    margin:0 0 1.4em;
}
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:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	line-height:1.6em;
	letter-spacing:0;
	font-size:15px;
}
a:focus, *:focus { outline:none; }

a,
a img {
	-webkit-transition:none;
	transition:none;
}
a ,
a:visited {
	color:#4c4948;
}
a:hover ,
#aside a:hover ,
.mainblock a:hover {
	text-decoration:none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
 	cursor:pointer;
}

img {
	max-width:100%;
	max-height:100%;
}

/*==========================
	base
==========================*/

#header > .inner, #nav > .inner,
#contents > .inner,
#footer .inner {/* コンテンツ幅 */
	width:1000px;
	margin:0 auto;
	max-width:96%;
}
#footer .inner {
    width: 100%;
	max-width:100%;
}
#footer .topinner {
    width: 1000px;
    margin: 0 auto;
    max-width: 96%;
}
/*==========================
	#header
==========================*/

#header {
	box-sizing:border-box;
}
#header h1 {
    display: block;
    float: left;
    max-width: 52.7%;
    width: 527px;
    padding-top: 0;
}

#header h1 img { width:100%;}
#header h1 a:hover img {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
#header h1 a:hover{
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}
.headerinner ul.pc {
    float: right;
    overflow: hidden;
    width: 408px;
    max-width: 40.8%;
    box-sizing: border-box;
    text-align: right;
    padding: 0;
}

.headerinner ul img { display:block;}
.headerinner .txt {
	float:left;
	width:37.009803921%;
}
.headerinner .txt img { width:151px;}
.headerinner .tel {
	float:right;
	width:61.029411764%;
	padding-top:0;
}
.headerinner .tel img.telimg {
	width:249px;
}
.headerinner .inq {
	padding-top:10px;
}
.headerinner .inq .access {
	width:125px;
	max-width:49%;
	float:left;
}
.headerinner .inq .btn {
	width:125px;
	max-width:49%;
	float:right;
}

/*==========================
	#nav
==========================*/

.menu-sp-nav-container {/* スマホ用メニューを隠す */
	display:none;
}
.fixed {/* javascript用 */
	position: fixed;
	top: 0;
}
#nav {
	background:#fff;
	box-sizing:border-box;
}


/*==========================
	#contents
==========================*/

#contents {
}

/* H2タイトル -------------*/
.page-title {
    overflow: hidden;
    position: relative;
    background: #f2f0e2;
    text-align: center;
    padding: 2em 0;
}
.page-title h2 {
    color: #cba045;
    font-size: 28px;
    letter-spacing: 0.15em;
    font-weight: bold;
    display: inline-block;
    background: rgba(255,255,255,0.6);
    padding: 1em 1em;
    width: 770px;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;

}

/* パンくず -------------*/
.bread_wrap {
	margin-bottom:3em;
}
.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:#6e6e6e;
	margin-bottom:0.5em;
	text-align:right;
}
.bread li {
	display:inline-block;
	line-height:1.3em;
}
.bread li a {
	color:#6e6e6e;
}
.bread li a:hover {
	text-decoration:none;
}

/* コンテンツのmin-height -------------*/

#contents #main {
	min-height:600px;
}

/*==========================
	#aside
==========================*/

#aside a.bn {
	display:block;
	margin-bottom:20px;
}

/* サイドメニュー */

#aside .menu {
    background: #fbf9f3;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
}
#aside .menu h3 {
    padding: 20px 0 0;
    text-align: center;
    background:#cba045;
	height:56px;
	box-sizing:border-box;
    color: #fff;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
    margin-bottom: 0.1em;
    font-size: 19px;
    line-height: 1.2em;
    font-weight: bold;
    position: relative;
}
#aside .menu h3:before{
	content:"";
	position:absolute;
	background:url(img/side_ttl01.png) no-repeat center 0;
	left:2px;
	top:2px;
	width:26px;
	height:52px;
}
#aside .menu h3:after{
	content:"";
	position:absolute;
	background:url(img/side_ttl02.png) no-repeat center 0;
	right:2px;
	top:2px;
	width:26px;
	height:52px;
}
#aside .menu ul{
	padding:0 10px;
	box-sizing:border-box;
}
#aside .menu li{
	border-bottom:1px dotted #d6d4cf;
}
#aside .menu li a {
    display: block;
    padding: 0.8em 0.4em 0.7em 25px;
    position: relative;
    text-decoration: none;
    color: #636161;
}
#aside .menu li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 18px;
    left: 8px;
    border: solid 4px transparent;
    border-left: solid 6px #6cb6bb;
}
#aside .menu li a:hover {
	color:#636161;
	text-decoration:underline;
}
/* サイドアクセス */

#aside .side_box {
    background: #fbf9f3;
    margin-bottom: 1em;
    padding: 20px 15px;
    border: 1px solid #f4f2ec;
    box-sizing: border-box;
}

#aside .side_box h3 {
    text-align: center;
    margin: 0 0 20px;
    padding:0;
    font-size: 19px;
    color: #6cb6bb;
    font-weight: bold;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

#aside .side_box .googlemap {
    padding-bottom: 70%;
	margin:0 0 20px;
}
#aside .side_box .logo {
	padding-top:5px;
	padding-bottom:15px;
	border-bottom:1px solid #d1e7c9;
	margin-bottom:15px;
}
#aside .side_box p {
	font-size:14px;
	color:#4c4948;
	line-height:1.8em;
	margin-bottom:15px;
	letter-spacing:0.08em;
}
#aside .side_box p.p01{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size:18px;
	color:#cba045;
}
#aside .side_box p.btn {
	margin-bottom:5px;
}

#aside .time {
	padding:15px;
	border:1px solid #e1e1e1;
	margin-bottom:20px;
	color:#4c4948;
	font-size:15px;
}
#aside .time h3 {
	background:#96d512;
	padding-top:10px;
	text-align:center;
	height:44px;
	box-sizing:border-box;
	margin-bottom:20px;
}
#aside .time h4 {
	color:#5cb947;
	font-size:16px;
	line-height:1.4em;
	margin-bottom:0.5em;
	font-weight:bold;
}
#aside .time p {
	line-height:1.4em;
	margin-bottom:1.4em
}
#aside .time .inner > p:last-child {
	margin-bottom:0;
}
#aside .time .subtxt { font-size:13px;}
#aside .btn-style02 a {
    background: #cba045;
    border-radius: 5px;
    width: 100%;
    padding: 0.6em 0.5em;
    text-align: center;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
    border: 1px solid #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	max-width:240px;
}

#aside .btn-style02 a::before {
    content: "";
    position: absolute;
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    display: block;
    height: 15px;
    margin-top: 0;
    right: 8px;
    top: 9px;
    width: 15px;
}
#aside .btn-style02 a::after {
    border-top: 2px solid #cba045;
    border-right: 2px solid #cba045;
    content: "";
    display: block;
    height: 4px;
    margin-top: -3px;
    position: absolute;
    right: 13px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 4px;
}


/*==========================
	.contentbottom
==========================*/

.contentbottom {
	padding:0;
}
.contentbottom .contact-bn {
	text-align:center;
}
.contentbottom .contact-bn a {
	display:inline-block;
	margin:0 0.5% ;
	width:280px;
	max-width:96%;
}

/*==========================
	#footer
==========================*/

#footer {
    padding: 3em 0 0.5em;
    text-align: left;
    background: #f2f0e2;
    color: #636161;
    font-size: 15px;
	margin-top:70px;
	border-top:1px solid #e8d8c5;
}

#footer li.menu-item-has-children {
	margin-bottom:2em;
}
#menu-footer-nav li.menu-item-has-children > .nav_title {
	font-size:22px;
	pointer-events: none;
	color:#ff0000;
}

#footer .sub-menu {
	font-size:15px;
	margin-bottom:1.2em;
	margin-top:1em;
	display: block !important;
}
#footer .sub-menu li {
    line-height: 1.4;
    font-size: 15px;
    position: relative;
    margin-bottom: 1.2em;
    padding-left: 14px;
}

#footer .sub-menu li::before {
    background: #6cb6bb;
    border-radius: 50%;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 7px;
}

#footer li a {
	text-decoration:none;
	color:#636161;
}
#footer li a:hover {
	color:#636161;
	text-decoration:underline;
}
.footer_access p {
	margin-bottom:25px;
	line-height:1.6;
	font-size:15px;
}
.footer_access p.logo {
	margin-bottom:1em;
}

#footer .googlemap iframe {
	border:1px solid #ccc;
	box-sizing:border-box;
}

.p_01 {
    text-align: center;
    padding: 20px 0 15px;
    font-size: 14px;
    color: #6cb6bb;
}
#footer .title {
    color: #cba045;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    letter-spacing: 0.1em;
}

#footer .menu-footer-nav-container{
	margin:0 0 30px;
}
#footer table{
	margin:0 0 20px;
}
#footer table th{
	width:20%;
}
/********************************
	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 20px;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}

/*==========================
	#nav
==========================*/
#nav {
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
    background: #fff;
    padding: 0;
}
#nav .inner {
	height:60px;
}

/* PC用グローバルナビゲーション */
#nav li {
	box-sizing:border-box;
}
#nav a ,
#menu-header-nav > li > span {
	text-decoration:none;
	display:block;
	text-align:center;
	background-repeat:no-repeat;
	line-height:1.35em;
	box-sizing:border-box;
	-webkit-transition: 200ms;
	transition: 200ms;
}
#menu-header-nav > li {
	width:14.285%;
	position:relative;
	float:left;
}
#menu-header-nav > li > a, #menu-header-nav > li > span {
    font-size: 16px;
    height: 60px;
    box-sizing: border-box;
    padding: 20px 4px 0;
    color: #000000;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.4em;
	font-weight:normal;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
/*#menu-header-nav > li.nav01 > a {
	background-image:url(img/nav_home.png) ;
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-9px;
}*/

#menu-header-nav > li > a::before,
#menu-header-nav > li > a::after {
    position: absolute;
    content: "";
    right: 0;
    top: 18px;
    height: 24px;
    width: 1px;
    background: #d5d1bb;
}
#menu-header-nav > li.nav01 > a::before {
	left:0;
}

#menu-header-nav > li > a:hover, #menu-header-nav > li:hover > a > span {
    color: #000;
    cursor: pointer;
    background-color:#f9f4e3;
}

#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;
}
#menu-header-nav > li > ul.sub-menu {
	height:auto;
	overflow:hidden;
}
#menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 60px;
    padding-top: 0;
    padding-bottom: 0;
    background: #f7f4ea;
}
#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;
	border-top: 1px solid #ffffff;
}

#menu-header-nav > li > ul.sub-menu > li a {
    font-size: 14px;
    text-align: center;
    text-indent: inherit;
    color: #444;
    padding: 12px 5px 11px;
    display: block;
}
#menu-header-nav ul.sub-menu li a:hover {
    color: #444;
    background-color: #f9f4e3;
}

#nav li > a,
#nav li > span {position:relative;}

/* サブ */
#nav .nav07 li > a{
   position: relative;
   border-right:none;
}
#nav .nav03 li:first-child > a{
   border-left: none;
}
#menu-header-nav > li.nav07{
   float: left;
   position: inherit;
}

#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: #f9f4e3;
   overflow: hidden;
   height: auto;
   padding-bottom: 1em;
   padding-top: 1em;
   border-top: 1px solid #d9e2f2;
}

#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:15px;
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: 13px;
   left: 5px;
   border-top: solid 2px #febca6;
   border-right: solid 2px #febca6;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
#menu-header-nav li .submenu-wrap .menutitle a {

display:inline;
background:none;
color:#505050;
padding:0;
}
#menu-header-nav li .submenu-wrap .menutitle a:hover {	color:#febca6;}
#menu-header-nav li:hover .submenu-wrap .menutitle {
height:auto;
top:0;
padding-bottom:10px;
padding-top:5px;
border-bottom:1px solid #ccc;
}
#menu-header-nav .submenu-wrap  ul.sub-menu {
position:relative;
float:left;
width:50%;
background:none;
margin-left:0;
text-align:left;
box-sizing:border-box;
padding-left:10px;
padding-right:10px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li {
position:relative;
padding-left:1em;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title {
padding-left:0.4em;
font-weight:bold;
font-size:15px;
}
#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 #333;
   border-right: solid 1px #333;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
#menu-header-nav .submenu-wrap ul.sub-menu li.menutitle::before {
  content: none;
}
#menu-header-nav .submenu-wrap ul.sub-menu li a {
   background: none;
   color: #333;
   text-align: left;
   padding: 0.3em 0.2em 0.3em;
font-size:16px;
border-right:none;
}
#menu-header-nav > li:hover .submenu-wrap  ul.sub-menu li a:hover { color: #a09d9d;}
#menu-header-nav ul.sub-menu {
   position: absolute;
   padding: 0;
   z-index: 9999;
   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;
}
#menu-header-nav > li > ul.sub-menu a {
border-bottom:1px solid #fbf9f3;
}
#menu-header-nav li ul li{
 width: 100%;
 height: 0;
}
#menu-header-nav > li:hover ul li {
float:none;
height:auto;
}
#nav li > a,
#nav li > span {position:relative;}
#nav ul li.nav02 > a::after,
#nav ul li.nav03 > a::after,
#nav ul li.nav04 > a::after,
#nav ul li.nav05 > a::after,
#nav ul li.nav02 > span::after,
#nav ul li.nav03 > span::after,
#nav ul li.nav04 > span::after,
#nav ul li.nav05 > span::after,
#nav li.has_children > a::after{
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0px;
  height: 0px;
  border: 4px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 4px;
  border-top: 5px solid #cca143;
  background: none;
}
/*==========================
	#aside
==========================*/
 /* サイド固定バナー */
#aside .inq {
position: fixed;
    top: 180px;
    right: 0px;
    width: 91px;
    z-index: 5;
}
#aside .inq_l {
    left: 0px;
    position: fixed;
    top: 23%;
    width: 100px;
    z-index: 5;
}
#aside .inq a {
	display:block;
	margin-bottom:4px;
}
.inq01.pc{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
}
#aside .inq a:hover img {
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
}

/*-- ブログページ ------------*/

.blog #main {
	float:right;
	width:72%;
}
.blog #aside {
	float:left;
	width:24%;
}

/*==========================
	.contentbottom
==========================*/

.contentbottom .contact-bn a {
	max-width:45%;
}

/*==========================
	#footer
==========================*/

#footer #menu-footer-nav  {
	float:left;
	width:53%;
	box-sizing:border-box;
	padding-right:1.4%;
}
#footer li.menu-item-has-children {
	float:right;
	width:58%;
}
#footer li.menu-item-has-children:first-child {
	width:40%;
	float:left;
}
#footer .footer_access {
	float:right;
	width:47%;
	box-sizing:border-box;
	padding-right:1.4%;
}
}

@media screen and (max-width: 1020px) {/*コンテンツが横幅いっぱいになったら*/

/*==========================
	base
==========================*/
/*-- 2カラム時の設定 ------------------------------*/
#main {
	width:720px;
	max-width:100%;
	float:none;
	margin:0 auto 2.5em;
}

#aside {
	width:720px;
	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 a { font-size: 13px;}
#menu-header-nav ul.sub-menu li a { font-size:13px;}
/*==========================
	#aside
==========================*/

#aside .side_box ,
#aside .time {
	text-align:center;
}
#aside .bn {
	width:240px;
	margin:0 auto 20px;
}
#aside .inq {
    width: 80px;
}
#aside .side_box .googlemap {
    padding-bottom: 50%;
}
/*==========================
	#footer
==========================*/

#footer #menu-footer-nav{
  width:100%;
}
#footer .footer_access,
#footer .footer_menu {
width:100%;
margin-bottom:1.5em;
max-width:100%;
float:none;
}
#footer .googlemap {
    padding-bottom: 30%;
}
}
@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:420px;
	max-width:96%;
	float:none;
  margin: 0 auto;
}
/*==========================
	#header
==========================*/
#header {
	padding:20px 0 20px;
}
#header h1 {
    padding: 0;
    max-width: 60%;
}

.headerinner ul {
    float: right;
    max-width: 40%;
    width: 179px;
    padding: 5px 0 0;
}

.headerinner ul img {
	width:100%;
}
.headerinner .tel {
    float: left;
    max-width: 54.748603352%;
	width:98px;
}
.headerinner #toggle {
    max-width: 38.547486033%;
    float:right;
	width:69px;
}
/*==========================
	#nav
==========================*/
#nav {
	height:auto;
	padding:0;
}
#nav.fixed{/*.fixedの指定を初期化して無効に。スマホに影響させないため*/
		position:inherit!important;
		top:auto!important;
}

/* メニューボタン
#toggle {
	display: block;
	position: absolute;
	top:0;
	right:0;
	width:auto;
	height:86px;
}
#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;
} */


/* #menu-header-nav ------*/
#menu-header-nav ,
#menu-header-nav .sub-menu{/* スライドダウンさせるために隠す */
    display: none;
}

#nav ul.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
	position:absolute;
	z-index:99999999;
	border-top:1px solid #ccc;
}
#nav ul li .subtxt {
	display:none;
}
#nav ul li > a br{
	display:none;
}
#nav ul 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 li ul li {border-top:1px solid #ccc;border-bottom:none;}
#nav ul li a,
#nav ul li span {
	display:block;
	padding:18px 6px 18px 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:14px;
	text-decoration:none;
	position:relative;
	color:#1a1a1a;
}
#menu-header-nav > li.nav04 > a {
    padding:18px 6px 18px 15px;
}
#menu-header-nav > li.nav01 > a{
    padding:18px 6px 18px 15px;
}
#nav ul li span {
	display:none;

}
#nav ul li.nav01 span {
	display:inline;
    padding:0;
}
#nav ul li span:hover {
}
#nav ul li.has-children > a::after {
	display: block;
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	right: 20px;
	margin: -6px 0 0 0;
	border-bottom: solid 2px #ccc;
	border-right: solid 2px #ccc;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav ul li a:before {content:"- "}
#nav ul li a:hover { color:#999;}
#nav ul li.nav02 > a::after, #nav ul li.nav03 > a::after, #nav ul li.nav04 > a::after, #nav ul li.nav05 > a::after,#nav ul li.nav02 > span::after, #nav ul li.nav03 > span::after, #nav ul li.nav04 > span::after, #nav ul 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 li .sub-menu {
  background: rgba(249,244,227,.5);
}
#nav ul li .sub-menu li a {
	padding-left:35px;
}

#nav li:first-child a {
    border-left: none;
}
#nav ul li.has_children > a::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.fixed{/*.fixedの指定を初期化して無効に。スマホに影響させないため*/
position:inherit!important;
top:auto!important;
}
#nav .submenu-title {
color:#888;
font-size:15px;
background:#eee;
}
#nav .submenu-wrap .menutitle {
border-top:1px solid #ccc;
display:block;
padding:0;
background: rgba(249,244,227,.5);
padding-left:10px;
}
#nav .sub-menu  {
background:#none;
font-size:15px;
}
#nav ul.sub-menu li a {
padding-left:25px;
}
.submenu-wrap .menutitle {
   display:none;
}
.submenu-wrap {
   background: #fff9f7;
}
/*==========================
	#contents
==========================*/
.bread_wrap {
	margin-bottom:1em;
}
#contents {
	margin-bottom:1.5em;
}

/*==========================
	#aside
==========================*/
#aside .inq {	display:none;}/* サイド固定バナーを隠す */
#aside .bn {
    max-width: 240px;
    width: 100%;
}

/*==========================
	.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 .footer_access { margin-bottom:1.5em;}
#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;
}
.btm_inq {
    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    text-align: right;
    z-index: 1;
}
.btm_inq .clearfix > a {
	display: inline-block;
	width: 50%;
	float: left;
	max-width: 363px;
}
.btm_inq .clearfix > a:last-child {
	float: right;
}
.btm_inq .clearfix > a img {
	width: 100%;
}
#aside .side_box {
    margin-bottom: 0;
}
#footer {
    padding-bottom: 18%;
}



}
@media screen and (max-width: 480px) {/* スマホ480px */
/*==========================
	#header
==========================*/
#header {
	padding:15px 0;
}
#header h1 {
	margin-bottom:0;
	max-width: 65%;
}
.headerinner ul {
    max-width: 30%;
	padding:0;

}

/*==========================
	#nav
==========================*/

/*==========================
	#contents
==========================*/
.bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
}
/*==========================
	#footer
==========================*/
#footer{
    padding-bottom: 22%;
}

}

@media screen and (max-width: 320px) {/* スマホ320px */
/*==========================
	#header
==========================*/

/*==========================
	#nav
==========================*/

}
