@charset "UTF-8";

/*===================
 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;
}

/*===================
 Native
===================*/
/* editor */
.mainblock p,
.mce-content-body 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: dnp-shuei-mgothic-std, sans-serif;
	color: #333;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 16px;
}

.f-min{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a:focus, *:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a,
a:visited {
  color: #333;
}

a:hover {
  text-decoration: none;
  color:#72b774;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

  a[href^="tel:"] {
    text-decoration: none;
  }
img {
  max-width: 100%;
  max-height: 100%;
}

figure {
  text-align: center;
}

/*==========================
	base
==========================*/
#contents > .inner, #footer .inner { /* コンテンツ幅 */
    width: 1000px;
    margin: 0 auto;
    max-width: 96%;
}
#header > .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    overflow: visible;
}
/*==========================
	#header
==========================*/
#header {
  box-sizing: border-box;
}

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  float: left;
  max-width: 38%;
  width: 317px;
  padding-top: 0;
  height: 140px;
}

#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
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.jpg);
  text-align: center;
  padding: 3.5em 0;
}

.page-title h2 {
  color: #333;
  font-size: 56px;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.4em;
}

/* パンくず -------------*/
body.home .bread_wrap {
  display:none;
}
.bread_wrap {
  margin-bottom: 2.5em;
}

.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: #333;
  margin-bottom: 0.5em;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #75b973;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 3em;
}

/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
/*==========================
	#footer
==========================*/
#footer {
  padding: 100px 0 0;
}

body:not(.home) #footer{
	border-top:1px solid #ddd;
}


#menu-footer-nav li.menu-item-has-children>.nav_title {
  font-size: 24px;
	color:#c09f7b;
	font-weight:bold;
  pointer-events: none;
  display: block;
  margin-bottom: 0.8em;
  width: 100%;
}

#footer .sub-menu {
  margin-bottom: 1.2em;
  display: block !important;
}

#footer .sub-menu li {
  line-height: 1.4;
  position: relative;
  margin-bottom: 0.7em;
  padding-left: 14px;
}

#footer .sub-menu li::before {
  position: absolute;
  content: ">";
  width: 0;
  height: 0;
  top: 0;
  left: 0;
/*   margin: -4px 0 0 0;
top: 0.6em;
  border: 3px solid transparent;
  border-top: 5px solid #75b973;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); */
}

#footer li a {
  text-decoration: none;
  color: #333;
}

#footer li a:hover {
  color: #72b774;
}

	#footer .logo{
		text-align:center;
		margin-bottom:50px;
	}
#footer .btn-style + .btn-style{
	margin-top:10px;
	margin-bottom:2em;
}
#footer .btn-style a{
	font-size:18px;
	width:100%;
}
.copyright {
  text-align: center;
  padding: 1.5em 0;
  color: #333;
}

/********************************
	Responsive
*********************************/
/* ------------------------------------
タブレットのみ表示
------------------------------------ */
.tb {
  display: none !important;
}

@media only screen and (min-width:768px) and (max-width: 1040px) {

  br.tb,
  span.tb {
    display: inline !important;
  }
}

@media only screen and (max-width: 767px) {
  .tb {
    display: none !important;
  }
}

@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 {height: 140px;box-sizing: border-box;width: 100%;position: fixed;top: 0;left: 0;z-index: 100;padding: 0;background: #fff;}
#header h1 {
    margin: 0 2% 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h_info {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
}
/*==========================
	#nav
==========================*/
#nav {
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
    padding: 0;
}
#nav .inner {}
/* PC用グローバルナビゲーション */
#menu-header-nav {
    float: right;
    padding-right: 440px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-right: 1px solid #fff;
}
#menu-header-nav li {
    box-sizing: border-box;
}
#menu-header-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: none;
    transition: none;
}
#menu-header-nav > li {
    position: relative;
    float: left;
}
#menu-header-nav > li > a, #menu-header-nav > li > span {
    font-size: 16px;
    height: 140px;
    box-sizing: border-box;
    padding: 10px 1.4vw;
    color: #121212;
    position: relative;
    z-index: 20000;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: 200ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#menu-header-nav > li > a span.nav_span, #menu-header-nav > li > span span.nav_span {
    font-size: 12px;
    display: block;
    color: #75b973;
}
#menu-header-nav > li.nav01 > a::before {
    left: 0;
}
#menu-header-nav > li > a:hover, #menu-header-nav > li > span:hover {
    color: #fff;
    cursor: pointer;
    background: #71a765;
}
#menu-header-nav > li > a:hover span.nav_span {
    color: #fff;
}
#menu-header-nav li {
    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;
    transition: .2s;
}
#menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
}
#menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #78ab6d;
    border-top: 1px solid #fff;
}
#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-bottom: 1px solid #fff;
}
#menu-header-nav > li > ul.sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 12px 10px 12px;
    display: block;
}
#menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background: #8cbe94;
}
/*仕切りボーダー*/
/* #menu-header-nav li > a, #menu-header-nav li > span {
position: relative;
border-right: 1px solid #e0dbc8;
}
#menu-header-nav li.nav01 > a {
border-left: 1px solid #e0dbc8;
} */
/* サブ */
#menu-header-nav > li.wide {
    position: inherit;
}
#menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition: .2s;
}
#menu-header-nav li:hover .submenu-wrap {
    display: block;
    width: 100%;
    z-index: 4;
    background: #75b973;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px solid #fff;
}
#menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#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;
    transition: .2s;
    color: #fff;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.menutitle a {
    background: none;
    color: #fff;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 16px;
    border-right: none;
}
#menu-header-nav li .submenu-wrap .menutitle::before {
    display: none;
}
#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 !important;
}
#menu-header-nav li:hover .submenu-wrap .menutitle {
    height: auto;
    top: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
}
#menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    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: 1.5em;
    float: left;
    width: 100%;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title {
    padding-left: 0.4em;
    font-weight: bold;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 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: 10px;
    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;
    font-size: 14px;
    border-right: none;
}
#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:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 220px;
    box-sizing: border-box;
    text-align: center;
    transition: .2s;
}

#menu-header-nav > li > ul.sub-menu a {
    border-right: none;
    border-top: none;
}
#menu-header-nav li ul li {
    width: 100%;
    height: 0;
}
#menu-header-nav > li:hover ul li {
    float: none;
    height: auto;
}
#menu-header-nav li > a, #menu-header-nav li > span {
    position: relative;
}
/* サブメニュー矢印 */
#menu-header-nav li.has_children > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid #75b973 !important;
    border: 4px solid transparent;
}
#menu-header-nav li.has_children > a:hover:after {
    border-top: 6px solid #fff !important;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl {
    font-weight: bold;
    padding-left: 0;
    margin: 0 0 5px;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl:before {
    display: none;
}
#menu-header-nav .submenu-wrap ul.sub-menu li.last {
    margin-bottom: 1em;
}
  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }
  .mainblock.under {
  padding-bottom: 6em;
}
  /*==========================
	#aside
==========================*/
  .inq .bnr_box {
    /* サイド固定バナー */
    position: fixed;
    top: 200px;
    right: 0;
    width: 80px;
    z-index: 5;
  }

  .inq .bnr_box a {
    display: block;
  }

  .inq .bnr_box a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }

  .inq .totop {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
  }

  /* -------------------------------ここまで */
  /*-- ブログページ ------------*/
  .post-type-blog #main {
    float: left;
    width: 72%;
  }

  .post-type-blog #aside {
    float: right;
    width: 24%;
  }

  /*==========================
	#footer
==========================*/
  #footer #menu-footer-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
box-sizing: border-box;
  }
#footer .menu-item-has-children{
	  	width:49%;
}
#footer .sub-menu{
	margin:0;
}
  #footer .googlemap {
    padding-bottom: 28%
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
    .h_info {
        overflow: hidden;
    }
    .h_info .time {
        transform: translateX(365px);
        transition: 200ms;
        position: relative;
        z-index: 100000;
    }
    .h_info .time:hover {
        transform: none;
    }
    #menu-header-nav li {
        box-sizing: border-box;
    }
    #menu-header-nav{
    	padding-right: 75px;
    }
}
@media screen and (max-width: 1042px) and (min-width:768px){
	.page-title h2{
		font-size:50px;
	}
  .inq .totop,
	.inq .bnr_box{
    width: 75px;
  }
}

@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 #menu-footer-nav {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {

  /* スマホ */
  .pc {
    display: none !important;
  }
  .page-title{
  	padding:2em 0;
  }

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
#header {
  position: absolute;
    padding: 0;
}
#header {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 0;
  background: #fff;
}
#header h1 {
    padding: 0;
    max-width: 42%;
    text-align: center;
    margin: 0% 0 0 3%;
    height: auto;
}
#header h1,
.headerinner ul.sp {
    float: none;
}
#header .h1_wrap{
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#header > .inner, #nav > .inner {
    max-width: 100%;
}
/* SP Gメニュー*/
.headerinner ul.sp {
    overflow: hidden;
    padding: 0;
    z-index: 99999999;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    max-width: 50%;
}
.headerinner ul li {
    box-sizing: border-box;
}
.headerinner ul img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
#nav {
    box-sizing: border-box;
    z-index: 999999;
    padding: 0;
}
#nav.fixed {
    height: 100%;
    overflow-x: scroll;
}
#nav.fixed {
    position: inherit !important;
    top: auto !important;
}
/* #menu-header-nav ------*/
#menu-header-nav, #menu-header-nav .sub-menu { /* スライドダウンさせるために隠す */
    display: block;
}
#menu-header-nav { /* スライドダウンさせるために隠す */
    display: none;
}

#menu-header-nav.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
    overflow-y: scroll;
    max-height: 90vh;
}
#menu-header-nav li .subtxt {
    display: none;
}
#menu-header-nav li > a br {
    display: none;
}
#menu-header-nav.menu {
    background: #fff;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99999999;
    border-top: 1px solid #ccc;
}
#menu-header-nav 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;
}
#menu-header-nav li a, #menu-header-nav 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: #444;
    transition: 200ms;
}
#menu-header-nav li ul li.last {
    border-bottom: none;
}
#menu-header-nav li span:hover {
    cursor: pointer;
}
#menu-header-nav li a:before, #menu-header-nav li > span:before {
/*     content: "・" */
}
#menu-header-nav li a:after, #menu-header-nav li > span:after {
    display: block;
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-bottom: solid 2px #75b973;
    border-right: solid 2px #75b973;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#menu-header-nav .menu-header-nav-inner li a:after{
		height:8px;
		width:8px;
	}
#menu-header-nav li a:hover, #menu-header-nav li span:hover {
    color: #fff;
    background: #71a765;
}
#menu-header-nav 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 2px #75b973;
    border-right: solid 2px #75b973;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#menu-header-nav li a:hover::after, #menu-header-nav li span:hover::after{
	border-color:#fff;
}
#menu-header-nav li:first-child a {
    border-left: none;
}
#menu-header-nav .submenu-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 30px 0;
    border-bottom: none;
}
#menu-header-nav .submenu-wrap .menutitle {
    border-top: 1px solid #ccc;
    display: block;
    padding: 0;
    background: #d9efd4;
    padding-left: 10px;
}
#menu-header-nav .sub-menu {
    background: #d9efd4;
    font-size: 15px;
}
#menu-header-nav .sub-menu li a {
    padding-left: 25px;
}
#menu-header-nav .nav_span {
    display: none;
}
#menu-header-nav .submenu-wrap .menutitle {
    display: none;
}
#menu-header-nav .submenu-wrap {
    border-top: none;
}
#menu-header-nav .sub-menu li:last-child {
    border-bottom: none;
}
#menu-header-nav li.menutitle {
    background: #d9efd4;
}
#menu-header-nav li.menutitle a {
    font-size: 13px !important;
    font-weight: bold;
    padding-left: 27px;
}
#menu-header-nav li.menutitle a:hover {
    color: #444;
}
#menu-header-nav li.menutitle a:before {
    display: none;
}
  /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  #contents {
    margin-bottom: 1.5em;
  }
  body.home #contents {
    margin-bottom:0;
   }
  /*==========================
      #aside
    ==========================*/
 .inq {
width:100%;
      bottom: 0;
      position: fixed;
      z-index: 1;
    }
.inq .totop{
      text-align: right;
      width: 100%;
    }
	.inq .totop img{
		width:15%;
	}
    .inq .totop a{
    	margin-right: 0;
    }
.inq .bnr_box{
      display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
    }
 .inq .bnr_box a{
      width: 100%;
    }

  /*==========================
	#footer
==========================*/
#footer {
	padding:3em 0 0;
}
#menu-footer-nav{
	margin-top:2em;
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
  #footer li.menu-item-has-children{
    height: auto;
    border-left: none;
	  display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
	  width:49%;
  }
  #footer .sub-menu li {
    vertical-align: top;
  }

  #footer .column+.column {
    margin-top: 2em;
  }

  .copyright {
    padding-bottom: 16%;
  }
}

@media screen and (max-width: 480px) {

  /* スマホ480px */
  /*==========================
	#header
==========================*/

  #header h1 {
    margin-bottom: 0;
  }

  /*==========================
	#contents
==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0em 0.2em;
    text-align: right;
  }

  /*==========================
	#footer
==========================*/
  .copyright {
    padding-bottom: 22%;
  }
}
