@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;
  margin-bottom: 10px;
}

/*===================
 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: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto,
    "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 16px;
}

.en {
  font-family: 'Sawarabi Mincho', serif;
}

.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;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

a {
  text-decoration: none;
}

@media (min-width : 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

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

#header>.inner {
  width: 100%;
  max-width: 100%;
}

/*==========================
	サイテーション
==========================*/
.header_top {
  background: #448aca;
}

.header_access {
  line-height: 1.4;
  font-size: 0.8em;
  padding: 0.25em 0 0.2em;
  color: #fff;
  width: 100%;
}

.header_access .inner {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
}

.header_access .inner a {
  color: inherit;
  text-decoration: none;
}

/*==========================
	#header
==========================*/
#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  width: 367px;
  margin: 25px auto 0;
}

#header h1 img {
  width: 100%;
}

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

p.header_text {
  margin-left: 2%;
  padding-top: 1.5%;
  float: left;
  width: 16%;
}

p.header_text img {
  width: 158px;
}

.headerinner ul.pc {
  overflow: hidden;
  max-width: 48%;
  box-sizing: border-box;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.headerinner ul img {
  display: block;
}

.headerinner .tel {
  margin-left: 10px;
}

.headerinner .tel img.telimg {
  width: 221px;
}

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

@media screen and (min-width: 768px) {
  .fixed {
    /* javascript用 */
    position: fixed!important;
    top: 0;
  }
}

#nav {
  background: #fff;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
    "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*==========================
	#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.jpg) no-repeat center;
  text-align: center;
  padding: 4.7em 0;
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 1em 0;
  }
}

.page-title h2 {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.4em;
  font-weight: normal;
}

/* パンくず -------------*/
.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: 1200px;
  max-width: 96%;
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  /*13px*/
  margin-bottom: 0.5em;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}
.bread li br{
	display:none;
}
.bread li a {
  color: #666;
}

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

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

/*==========================
	#aside
==========================*/
/*==========================
	.contentbottom
==========================*/
.contentbottom {
  text-align: center;
}

.contentbottom .contact-bn {
  text-align: center;
}

.contentbottom .contact-bn a {
  display: inline-block;
  margin: 0 0.5%;
  width: 280px;
  max-width: 96%;
}

/*==========================
	#footer
==========================*/
#footer {
  text-align: left;
  background: #f1f1f7;
  color: #333;
  font-size: 16px;
  position: relative;
  padding: 100px 0 50px;
  background: #f7f7fb;
}

#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: #e25c23;
}

#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: 0.7em;
  padding-left: 14px;
}

#footer .sub-menu li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 0.6em;
  left: 4px;
  margin: -4px 0 0 0;
  border: 3px solid transparent;
  border-top: 5px solid #f9b94a;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#footer .logo {
  text-align: center;
  margin-bottom: 50px;
}

.address {
  padding-left: 25px;
  background: url("img/icon_map.png")no-repeat top 3px left;
}

.tel {
  padding-left: 30px;
  font-size: 30px;
  font-weight: bold;
  background: url("img/icon_tel.png")no-repeat center left;
}

.train {
  padding-left: 34px;
  background: url("img/icon_train.png")no-repeat center left;
}

.car {
  padding-left: 34px;
  background: url("img/icon_car.png")no-repeat center left;
}

#footer p {
  margin-bottom: 10px;
}

#footer .tel {
  float: left;
}

#footer .btn-style {
  margin-top: 6px;
  float: left;
  margin-left: 20px;
}

#footer .btn-style a {
  width: 220px;
  padding: 8px;
  font-size: 18px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#footer .btn-style a::after {
  width: 15px;
  right: 10px;
}

#footer .time-table {
  margin-top: 10px;
}

#footer .googlemap {
  padding-bottom: 0;
  height: 270px;
}

/* --------------------------- フッターサイトマップ*/
#footer .sitemap_link {
  text-align: center;
  margin: 50px auto;
}

#footer .sitemap_link a {
  position:
    relative;
}

#footer .sitemap_link a:hover {
  color: #3b3a66;
}

#footer .sitemap_link a:before {
  content: "＞";
}

.copyright {
  /**/
  text-align: center;
  padding: 30px 0 110px;
  color: #333;
}

/********************************
	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: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: relative;
  }

  .headerinner>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .headerinner>div h1 {
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .headerinner>div ul.pc {
    float: none;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .top #header {
    position: absolute;
  }

  /*==========================
	#nav
==========================*/
  #nav {
	  position: relative;
	  width: 100%;
	  z-index: 100;
	  box-sizing: content-box;
	  padding: 20px 0;
	 }

  #nav.fixed {
    box-shadow: 0 0 10px #ddd;
  }

  #nav .inner {}

  ul#menu-header-nav {
    /*     clear: both;
    overflow: hidden; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
  }

  /* 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>li {
    width: 16.6666%;
    position: relative;
    float: left;
    border-left: 1px solid #cccccc;
    z-index: 1;
  }

  #menu-header-nav>li:last-child {
    border-right: 1px solid #cccccc;
  }

  #menu-header-nav>li>a {
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20000;
    line-height: 1.2em;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #menu-header-nav>li>a .subtext {
    color: #3b3a66;
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  }

  #menu-header-nav>li>a:hover .subtext {
    color: #fff;
  }

  #menu-header-nav>li>a:hover {
    cursor: pointer;
    background-color: #3b3a66;
    color: #fff;
  }

  #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;
    top: 0;
    width: 100%;
    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:not(.wide) ul.sub-menu {
    min-width: 200px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  #menu-header-nav>li:last-child ul.sub-menu {
    right: 0;
    left: auto;
    transform: none;
  }

  #menu-header-nav>li>ul.sub-menu {
    height: auto;
    overflow: hidden;
    top: 90%;
  }

  #menu-header-nav>li:hover>ul.sub-menu {
    top: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    background: #f1f1f7;
  }

  #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 #3b3a66;
  }

  #menu-header-nav>li>ul.sub-menu>li a {
    text-align: center;
    text-indent: inherit;
    padding: 12px 5px 11px;
    color: #333;
    background-color: #f1f1f7;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    background: #3b3a66;
    color: #fff;
  }

  #nav li.has_children>a::after {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 1px solid #3b3a66;
    border-right: 1px solid #3b3a66;
    background: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }

  #nav li.has_children>a:hover::after {
    border-color: #fff;
  }

	#menu-header-nav ul.sub-menu li a{
		font-weight:normal;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	}
  /*幅広ナビ*/
  #menu-header-nav>li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 1200px;
    max-width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 4;
    border-top: solid 1px #3b3a66;
    background: #f1f1f7;
    overflow: hidden;
    height: auto;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    background: none;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    display: inline-block;
    position: relative;
    width: 33.3333%;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.no_r {
    border-right: none;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.no_b {
    border-bottom: none;
  }

  #menu-header-nav li.nav06 .submenu-wrap ul.sub-menu:last-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #menu-header-nav li.nav06 .submenu-wrap ul.sub-menu:last-child li {
    width: 49%;
  }

  #menu-header-nav li.nav06 .submenu-wrap ul.sub-menu:last-child li.ttl {
    width: 100%;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #333;
    text-align: center;
    padding: 15px;
    font-size: 16px;
    border-right: none;
  }

  #menu-header-nav>li:hover .submenu-wrap ul.sub-menu li a:hover {
    background: #3b3a66;
    color: #fff;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    background: #5d8295;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    display: none;
  }

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

  .mainblock.under {
    padding-bottom: 70px;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq {
    /* サイド固定バナー */
    position: fixed;
    bottom: 0;
    right: calc(100px + 2%);
    z-index: 20001;
  }

  #aside .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  #aside .clearfix a:not(:first-child) {
    margin-left: 2%;
  }

  #aside .inq a {
    display: block;
  }

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

  /*-- ブログページ ------------*/
  .post-type-blog #main {
    float: left;
    width: 72%;
  }

  .post-type-blog #aside {
    float: right;
    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_menu li {
    display: inline-block;
    margin: 0 3%;
  }

  .info_box .googlemap {
    padding-bottom: inherit;
    height: 200px;
  }
}

@media screen and (max-width: 1200px) {
  #nav li.has_children>a::after {
    bottom: 4px;
  }
}

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

  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
	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
==========================*/
  .info_box .info_btn {
    gap: 20px 0;
  }

  .info_box .info_btn>* {
    width: 80%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  #menu-header-nav>li>a {
    font-size: clamp(14px, 1.6vw, 16px);
  }

  #menu-header-nav>li {
    width: 14%;
  }

  #menu-header-nav>li.nav03 {
    width: 22%;
  }

  #menu-header-nav>li.nav06 {
    width: 22%;
  }
}

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

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

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }

  #header>.inner {
    width: 100%;
    max-width: 100%;
  }

  #header .textwidget {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  #header h1 {
    padding: 0;
    max-width: 50%;
    float: none;
    margin: 0;
  }

  .headerinner ul {
    width: 34% !important;
    clear: both;
    z-index: 100;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .headerinner ul li {
    width: 50%;
    box-sizing: border-box;
    border-right: aliceblue;
    display: block;
  }

  .headerinner ul li:last-child {
    border: none;
  }

  .headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
  }

  /*==========================
	#nav
==========================*/
  #nav {
    height: auto;
    padding: 0;
  }

  #nav>.inner {
    max-width: 100%;
  }

  #nav.fixed {
    /*     position: fixed;
    top: 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;
    cursor: pointer;
  }

  /* #menu-header-nav ------*/
  #nav, #menu-header-nav>.sub-menu {
    /* スライドダウンさせるために隠す */
    display: none;
  }

  #nav {
    background: #fff;
    border-top: 1px solid #ccc;
    left: 0;
    margin: 0;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 100;
  }

  #nav ul.menu>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #nav ul.menu>li>a .subtext {
    margin-left: 1em;
    font-size: 12px;
    color: #3b3a66;
  }

  #nav ul li>a br {
    display: none;
  }

  #nav ul li.nav03 ul.sub-menu>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: 15px 6px 15px 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: #333;
  }

  #nav ul li span.nav_text {
    padding-left: 10px;
    position: relative;
    display: inline-block;
  }

  #nav ul li span.nav_icon {
    display: inline-block;
    height: 40px;
    vertical-align: middle;
  }

  #nav ul li a:hover {
    cursor: pointer;
    color: #fff;
    background: #3b3a66;
  }

  #nav ul li a:hover .subtext {
    color: #fff;
  }

  #nav ul li 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.has_children>a::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav ul.sub-menu li a::after {
    width: 6px;
    height: 6px;
  }

  #nav ul li a:hover::after {
    border-color: #fff;
  }

  #nav ul li a:before {
    content: "- "
  }

  #nav ul li .sub-menu {
    background: #f1f1f7;
  }

  #nav ul li .sub-menu li a {
    padding-left: 35px;
		font-weight:normal;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
	}

  #nav li:first-child a {
    border-left: none;
  }

  #nav li.ttl span {
    background: #2994a7;
    color: #fff;
    display: block;
    padding-left: 35px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  #nav .submenu-wrap {
    background: #f1f1f7;
    border-top: 1px solid #ccc;
  }

  /*==========================
	#contents
==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  /*==========================
	#aside
==========================*/
  #aside .inq {
    width: 100%;
  }

  #aside .inq.clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
  }

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

  #aside {
    margin-bottom: 0.5em;
  }

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

  .contact .inq a {
    display: inline-block;
    width: 770px;
    max-width: 100%;
    margin: 0;
  }

  .contact .clearfix {
    width: 100%;
  }

  .inq01 {
    height: 50px;
    position: absolute;
    bottom: 100%;
  }

  .inq02 a {
    width: 50px;
    float: right;
  }

  /*==========================
	#footer
==========================*/
  #footer {
    padding: 30px 0;
  }

  #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;
  }

  ul.footer_menu li {
    float: left;
    width: 50%;
    text-align: left;
  }

  #footer .logo {
    margin: 0 auto 20px;
    max-width: 90%;
  }

  #footer .address,
  #footer .tel,
  #footer .btn-style {
    display: table;
    margin: auto;
    float: none;
  }

  #footer .time-table,
  #footer .googlemap {
    margin-top: 30px;
  }

  .sitemap_link {
    margin: 50px 0 20px!important;
  }

  .copyright {
    padding-top: 30px;
    padding-bottom: 22vw;
  }
}

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

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

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

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

/*============
	inq
============*/
.inq .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 10;
}

.inq .bnr_box>* {
  font-size: 0;
}

@media print, screen and (min-width: 768px) and (max-width:900px) {

  .totop img,
  .inq .bnr_box img {
    height: 70px;
  }
}

@media print, screen and (min-width: 768px) {
  .inq .bnr_box {
    right: 90px;
    gap: 0 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .inq .bnr_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .inq .bnr_box>* {
    width: 50%;
  }
}

/*============
	totop
============*/
/* totop */
.totop {
  position: fixed;
  bottom: 0;
  right: 0;
}

.totop:hover {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
  .totop {
    position: fixed;
    bottom: 20vw;
    right: 0;
    width: 15%;
  }
}

/* totop_item */
.totop_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #5e99cc;
  color: #fff;
  height: 60px;
  text-align: center;
  width: 60px;
  z-index: 3
}

.totop_item>* {
  -webkit-box-flex: 1;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@media print, screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
  .totop_item {
    height: 50px;
    width: 50px;
  }
}

/* ---------------------------調整分 */
body.home #header {
  /*position: absolute;*/
  width: 100%;
  left: 0;
  top: 0;
}

.h1_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headerinner ul {
  width: auto;
}

.headerinner ul li {
  float: none;
}

@media only screen and (max-width: 767px) {
  #toggle a {
    display: block;
    position: relative;
  }

  #toggle a span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222728;
  }

  #toggle a span:nth-of-type(1) {
    top: 0;
  }

  #toggle a span:nth-of-type(2) {
    top: 13px;
  }

  #toggle a span:nth-of-type(3) {
    bottom: 0;
  }
}

/* タブレットのみ表示 */
@media screen and (min-width: 1240px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
}

/* --------------------------- サイトマップ*/
.sitemap_link {
  text-align: center;
  margin: 50px 0 30px;
}

.sitemap_link a {
  position:
    relative;
}

.sitemap_link a:hover {
  color: #4391ca;
  text-decoration: underline;
}

.sitemap_link a:before {
  content: "＞";
}
