@charset "UTF-8";

/*
Theme Name:Original Style - 1column
Version:1.2
*/
/*===================
 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.5em;
}

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,
.mce-content-body p {
  display: block;
  margin: 0 0 1.4em;
}

strong {
  font-weight: 700;
}

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: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4a3a2c;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 16px;
}

a:focus, *:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a:hover {
  text-decoration: none;
}

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,
#footer .inner,
#nav>.inner,
#contents>.inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}
#nav>.inner{
  max-width: 100%;
}
/*==========================
	#header
==========================*/
#header {
    box-sizing: border-box;
    transition: .3s;
}
#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  max-width: 32%;
  margin: auto;
  width: 384px;
  float: left;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

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

#nav {
	box-sizing:border-box;
}

/*==========================
	#contents
==========================*/
/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}

.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*/
  margin-bottom: 0.5em;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #0070bd;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 6em;
}

/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
.contentbottom .bg{
  padding: 4.5% 0;
    background: url(img/cb_bg.jpg)no-repeat center / cover;
}
.contentbottom p.logo{
    text-align: center;
    margin-bottom: 3.5%;
}
.contentbottom h3.ttl02 {
      color: #0070bd;
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 10px;
    margin-bottom: 12px;
  vertical-align: bottom;
  border-bottom: 1px solid #7b9fd3;
    font-family: fot-tsukuardgothic-std, sans-serif;
}
.contentbottom dl dt{
    float:left;
    clear:left;
    width:57px;
}
.contentbottom dl dd{
    padding-left:57px;
    margin-bottom: 30px;
}
/*==========================
	#footer
==========================*/
#footer {
  padding: 80px 0 40px;
  text-align: left;
  background: url(img/bg01.png);
}
p.footer_bnr.tac {
    margin-top: 2%;
}
#footer li.menu-item-has-children {
  margin-bottom: 2em;
}

#footer h3.nav_title { 
      color: #0070bd;
  font-weight: 700;
  font-size: 26px;
    text-align: center;
  padding-bottom: 10px;
    margin-bottom: 2%;
  vertical-align: bottom;
    font-family: fot-tsukuardgothic-std, sans-serif;
}

#footer .sub-menu {
  font-size: 16px;
  margin-bottom: 0;
  margin-top: 0;
  vertical-align: top;
  width: 100%;
  display: inline-block !important;
}
#footer .sub-menu2 {
    margin-top: 4px;
}
#footer li.menu-item-has-children:first-child .sub-menu {
  width: 98%;
}

#footer .sub-menu:nth-child(1) {
  float: left;
}

#footer .sub-menu li {
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.3em;
  padding-left: 0;
}

#footer .menu-item-has-children.mt {
  margin-top: 1.8em;
}

#footer .sub-menu li::before {
  content: "・";
  margin-right: 4px;
}
#footer .sub-menu2 >li::before {
  content: "∟";
  margin-right: 4px;
}
#footer .sub-menu .sub-menu-child li::before {
  content: "-";
  color: #284581;
  font-weight: 700;
  margin-right: 4px;
}

#footer li a {
  text-decoration: none;
  color: #4a3a2c;
  font-size: 16px;
}

#footer li a:hover {
  color: #284581;
  text-decoration: underline;
}

#footer .googlemap iframe {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#footer .ftr_tel span{
  font-size: 26px;
  font-weight: 700;
  padding-left: 30px;
	letter-spacing:2px;
  background: url(img/i_tel.png)no-repeat left center;
}
#footer .ftr_tel span a{
  text-decoration: none;
}
#footer .ftr_access{
  font-weight: 700;
  padding-left: 70px;
  background: url(img/i_access.png)no-repeat top left;
}

#footer .map_btn a{
  color:#e68e86;
  position: relative;
  padding-right: 1em;
  text-decoration: underline;
}
#footer .map_btn a:after{
content: '';
position: absolute;
top:44%;
right: 5%;
width: 5px;
height: 5px;
border-top: 1px solid #e68e86;
border-right: 1px solid #e68e86;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
#footer .map_btn a:hover{
  text-decoration: none;
}
#footer .map_btn a:hover:after{
  right: 3%;
}
.copyright {
  text-align: center;
  padding: 1.5em 0 90px;
  color: #4a3a2c;
  font-size: 16px;
    background: #d7eaa0;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {

  /* タブレットまで */
  .sp {
    display: none !important;
  }

  .telbtn {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
	width:720px;
	float:right;
}
#aside {
	width:240px;
	float:left;
	margin-bottom:20px;
}
--------------*/
/*==========================
	#header
==========================*/
#header {
	padding:25px 0;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	position:fixed;
	z-index:4;
}
	#header.scrolledheader{
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 5px #ddd;
    z-index: 4;
}
.under-page #header {
    position: fixed;
}
	body:not(.top) #contents {
    margin-top: 160px;
}
/*==========================
	#nav
==========================*/
#nav {
    width:74%;
    max-width:740px;
    z-index: 100;
    box-sizing: content-box;
    margin: 0 0 0 auto;
}
#nav .inner {
	height:56px;
}

/* PC用グローバルナビゲーション */
#nav li {
	box-sizing:border-box;
}
#nav a{
	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 {
    text-align: right;
}
#menu-header-nav > li {
    display: inline-block;
	position:relative;
    padding: 0;
    box-sizing: border-box;
    vertical-align: top;
        margin-top: 3%;
}
    #menu-header-nav > li.nav01 {
    width:9%;
}
    #menu-header-nav > li.nav02 {
    width: 18%;
}
    #menu-header-nav > li.nav03 {
    width: 11%;
}
    #menu-header-nav > li.nav04 {
    width: 14%;
}
    #menu-header-nav > li.nav05 {
    width:22%;
}
#menu-header-nav > li.nav06 {
    width: 21%;
}
#menu-header-nav > li > a{
	font-size:16px;
	height: 56px;
	box-sizing:border-box;
	padding:7px 4px 0;
	color:#4a3a2c;
	letter-spacing:0;
	position: relative;
	z-index: 20000;
	line-height:1.4em;
    font-family: fot-tsukuardgothic-std, sans-serif;
font-weight:400;
}
#menu-header-nav > li > a > span{
    font-size:12px;
    display: block;
    margin-top: 0;
}

/*#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:8px;
	height:36px;
	width:1px;
	background:#dcdcdc;
}
#menu-header-nav > li.nav01 > a::before {
	left:0;
}
*/
#menu-header-nav>li>a:hover {
    cursor: pointer;
  }

  #menu-header-nav>li>a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #9ac715;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }

  #menu-header-nav>li>a:hover::after {
    transform: scale(1, 1);
  }

#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;
	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:last-child ul.sub-menu { width:100%;}
#menu-header-nav > li > ul.sub-menu {
	height:auto;
	overflow:hidden;
    width:100%;
}
    #menu-header-nav > li.nav03 > ul.sub-menu,
    #menu-header-nav > li.nav04 > ul.sub-menu{
        width:190%;
        left:-45%;
    }
#menu-header-nav > li:hover > ul.sub-menu {
	height:auto;
	top:56px;
	padding-top:0;
	padding-bottom:0;
  background:rgba(154,199,21,.9);
}
#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 #daddd4;
}

#menu-header-nav > li > ul.sub-menu > li a{
	font-size:14px;
	text-align:center;
	text-indent:inherit;
	color:#fff;
	padding:12px 5px 11px;
	display:block;
}
#menu-header-nav ul.sub-menu li a:hover {
	color:#fff;
	background-color:#6ea109;
}
#nav li.has_children > a::after{
    position: absolute;
top: 52px;
    left: 50%;
    margin: 0 0 0 -2px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 2px solid #9ac715;
	border-right: 2px solid #9ac715;
    background: none;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
}
/*幅広ナビ*/
/*#menu-header-nav > li.wide{
	position:inherit;
}*/
#menu-header-nav li .submenu-wrap {
	height:0;
	overflow:hidden;
    -moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
    position: absolute;
        width: 500px;
    left: -200px;
}
#menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    z-index: 4;
    background: -moz-linear-gradient(left, #e68e86 0%,#e68e86 30%,#f4c7c3 100%);
    background: -webkit-linear-gradient(left, #e68e86 0%,#e68e86 30%,#f4c7c3 100%);
    background: linear-gradient(to right, #e68e86 0%,#e68e86 30%,#f4c7c3 100%);
    overflow: hidden;
    height: auto;
    padding-bottom: 1em;
    padding-top: 1em;
    border-top: 1px solid #e68e86;
    top:56px;
}

#menu-header-nav li .submenu-wrap .submenu-inner {
	width:1000px;
	max-width:96%;
	margin:0 auto 0;
	overflow:hidden;
}
#menu-header-nav .submenu-wrap  ul.sub-menu {
	position:relative;
	float:left;
	width:48%;
	background:none;
	margin-left:0;
	text-align:left;
	box-sizing:border-box;
}
#menu-header-nav .submenu-wrap  ul.sub-menu + .sub-menu{
  margin-left: 4%;
}
#menu-header-nav .submenu-wrap ul.sub-menu li {
	position:relative;
	padding-left:1em;
}
#menu-header-nav .submenu-wrap ul.sub-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 35%;
    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;
    padding: 0.3em 0.2em 0.3em 1em;
	font-size:16px;
	border-right:none;
}
#menu-header-nav > li:hover .submenu-wrap  ul.sub-menu li a:hover {	color: #4a3a2c;}
#menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
	font-weight:700;
	font-size:18px;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #fff;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.ttl a{
text-align: center;
padding-left: 0;
padding-right: 0;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before { display:none;}

  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq {
    position: fixed;
    right: 12%;
    bottom: 0;
    width: 650px;
    z-index: 100;
  }

  #aside .inq01 {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
  }

  #aside .inq a {
  display: inline-block;
    vertical-align: baseline;
  }

  #aside .inq img {
    margin-top: 10px;
    vertical-align: middle;
  }

  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }

  /*-- ブログページ ------------*/
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }

  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }

  /*==========================
	.contentbottom
==========================*/
  .contentbottom .googlemap {
    padding-bottom: 27%;
    }

  /*==========================
	#footer
==========================*/
  #footer #menu-footer-nav {
    width: 100%;
    box-sizing: border-box;
          max-width: 800px;
    margin: 0 auto;
  }

  #footer li.menu-item-has-children {
    float:left;
	width:21%; 
  }

  #footer li.menu-item-has-children:first-child {
    width:24%;
    float: left;
  }

  #footer li.menu-item-has-children:nth-of-type(3) {
    width: 34%;
  }

  #footer .googlemap {
    padding-bottom: 65%
  }
}

  @media screen and (max-width: 1290px) and (min-width : 768px), (max-height: 670px) {
  }
@media screen and (min-width: 1043px) {
  .tb {
    display: none !important;
  }
}
  @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;
    }

    /*==========================
	#footer
==========================*/
#footer .ftr_access li{
  margin-bottom: 10px;
  font-size: 13px;
}
  }

  @media screen and (min-width: 768px) and (max-width: 1200px) {
#header h1 {
    max-width: 25%;
      }
      #menu-header-nav > li {
    margin-top: -7px;
}
    #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
      font-size: 16px;
    }
    #menu-header-nav > li > a{
      font-size: 12px;
            padding: 7px 2px 0;
    }
    #menu-header-nav ul.sub-menu li a, #menu-header-nav>li>ul.sub-menu>li a,
    #menu-header-nav .submenu-wrap ul.sub-menu li a {
      font-size: 12px;
    }

    #menu-header-nav .submenu-wrap ul.sub-menu li::before {
      top: 47px;
    }

    #nav li.has_children>a::after {
        top: 47px;
    }
#menu-header-nav .submenu-wrap ul.sub-menu li::before{
  top:35%;
}
    #footer .sub-menu li a {
   
    }
body:not(.top) #contents {
    margin-top: 106px;
}
  }

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

  @media screen and (max-width: 767px) {

    /* スマホ */
    .pc,.tb {
      display: none !important;
    }

    /*==========================
	base
==========================*/
    /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
.headerinner ul.fixed {/* javascript用 */
position: fixed;
top: 0;
  z-index:100;
}
/*==========================
	#header
==========================*/
#header {
	padding:16px 0 0;
}
.sp_fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}
#header > .inner{
	width:100%;
	max-width:100%;
    overflow: hidden;
}
#header h1 {
	padding:0;
	max-width:80%;
	margin:10px auto 0!important;
	float:none;
}
.headerinner ul {
    max-width: 100%;
    width: 100%;
	clear:both;
	z-index:100;
	float: none;
    overflow: hidden;
    padding:10px 0;
    background: #fff;
}
.headerinner ul li{
	float:left;
	width: 20%;
  text-align: center;
	box-sizing:border-box;
display: block;
    position: relative;
}
.headerinner ul li:last-child {
  border: none;
}  
/*    .headerinner ul li:before{
        content: "";
        width:1px ;
        height: 90%;
        position: absolute;
        right: 0;
        top:0;
        bottom:0;
        margin: auto 0;
        background: #e7e7e7;
    }
.headerinner ul li:last-child:before{
    display: none;
}*/
.headerinner ul img {
	max-width:100%;
	margin:0 auto;
}
/*==========================
	#nav
==========================*/
#nav {
	height:auto;
	padding:0;
}


/* メニューボタン */
#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:99;
	border-top:1px solid #ccc;
}
#nav ul li .subtxt {
	display:none;
}
#nav ul li > a br{
	display:none;
}
#nav ul li.wide ul.sub-menu:first-child > li:first-child {
	border-top: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 {
	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:100%;
	text-decoration:none;
	position:relative;
	color:#1a1a1a;
}
#nav ul li a span {
	padding-left:28px;
	color:#0070bd;
}
#nav ul li a:hover {
	cursor:pointer;
  background: #0070bd;
    color:#fff;
}
	  #nav ul li a:hover span{
		  color:#fff;
	  }
      #nav ul li.has_children{
          position: relative;
      }
      #nav ul li.has_children::before{
          content: "";
          width:22px;
          height: 22px;
          border-radius: 50%;
          background: #0070bd;
          position: absolute;
              right: 13px;
    top: 17px;
      }
#nav ul li.has_children > a::after {
	display: block;
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	top: 50%;
	right: 20px;
	margin: -6px 0 0 0;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav ul li a:before {content:"- "}
/*#nav ul.sub-menu li:not(.ttl) a:before {content:""}
*/
#nav ul li .sub-menu {
	background:#ecf3f9;
}
#nav ul li .sub-menu li a {
	padding-left:35px;
}

#nav li:first-child a {
    border-left: none;
}
#nav .submenu-wrap {
    background: #eddff6;
    border-top: 1px solid #ccc;
}
    #nav .submenu-wrap li.ttl{
        background: #fceee9;
    }
    /*==========================
	#contents
==========================*/
    .bread_wrap {
      margin-bottom: 1em;
    }

    #contents {
      margin-bottom: 0;
    }

    /*==========================
	#aside
==========================*/
    #aside .inq {
      bottom: 0;
      z-index: 1;
      right: 0;
      top: auto;
      width: 100%;
    }

    #aside .inq01 {
    position: absolute;
    bottom: 100%;
    text-align: right;
     width: 50px; 
    /* max-width: 93px; */
    margin-left: auto;
    right: 0;
    }

    #aside .inq .clearfix a {
      float: left;
      width: 50%;
    }

    /*==========================
	.contentbottom
==========================*/
    .contentbottom .column {
      margin-bottom: 3%;
    }

    .contentbottom .table01 th {
      width: 40px;
    }

    .contentbottom .table01 th,
    .contentbottom .table01 td {
      font-size: 12px;
    }

    .cb_bnr a {
      margin-bottom: 3%;
    }

    .line img {
      display: block;
      margin: 0 auto;
    }

    /* 最下部固定お問い合わせバナー */
    .contact {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      text-align: center;
      z-index: 5;
      vertical-align: top;
      font-size: 0;
    }

    .contact .clearfix a {
      display: inline-block;
      width: 770px;
      max-width: 50%;
      margin: 0;
      vertical-align: bottom;
    }

    .contact .clearfix {
      width: 100%;
    }

    /*==========================
	#footer
==========================*/
    #footer {
      padding: 3em 0;
    }

    #footer .column+.column {
      margin-top: 2em;
    }

    #footer li.parent, #footer li.parent2, #footer li.parent3 {
      float: none;
      width: auto;
      display: block;
    }

    #footer li.menu-item-has-children {
      margin-bottom: 0;
    }

    #footer .menu-item-has-children.mt {
      margin-top: 0;
    }

    #footer li.menu-item-has-children:first-child {
      margin-bottom: 2em;
    }

    #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 {
      width: 100%;
    }

    #footer .sub-menu li {
      vertical-align: top;
    }

    #footer li.menu-item-has-children:first-child {
      width: 100%;
    }

    .copyright {
      padding-bottom: 20%;
    }

    #footer .logo {
      max-width: 80%;
      margin: auto;
    }

    #footer figure {
      text-align: center;
    }
  }

  @media screen and (max-width: 480px) {

    /* スマホ480px */
    /*==========================
	#header
==========================*/
    #header {
      padding: 0;
    }

    #header h1 {
      margin-bottom: 0;
    }

    .headerinner ul img {
      box-sizing: border-box;
    }

    /*==========================
	#nav
==========================*/
    #toggle {}

    /*==========================
	#contents
==========================*/
    .bread {
      margin-bottom: 0.5em;
      padding: 0.3em 0em 0.2em;
      text-align: right;
    }

    /*==========================
	#footer
==========================*/
    /* .copyright {	padding-bottom:1em;} */
  }

  @media screen and (max-width: 320px) {

    /* スマホ320px */
    /*==========================
	#header
==========================*/
    #header {}

    /*==========================
	#nav
==========================*/
    #toggle {}
}
@media screen and (max-width: 767px) {
    #nav .submenu-wrap {
        display: none;
    }
    .menu_bk {
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background:rgba(0,0,0,0.6);
        z-index:10;
        display:none;
    }

}
