<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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;
  box-sizing: border-box;
}
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: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
}
.f_en {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
a:focus, *:focus {
  outline: none;
}
a, a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}
a, a:visited {
  color: #50bfa4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}
img {
  max-width: 100%;
}
figure {
  text-align: center;
}

/*==========================
	base
==========================*/

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

/*==========================
	サイテーション
==========================*/

.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: 1000px;
  margin: 0 auto;
}
.header_access .inner a {
  color: inherit;
  text-decoration: none;
}

/*==========================
	#header
==========================*/

#header h1 {
  /* h1ロゴのサイズ指定 */
  display: block;
  margin: auto;
  text-align: center;
  max-width: 30%;
  width: 317px;
}
#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%;
  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;
}
.fixed {
  /* javascript用 */
  position: fixed;
  top: 0;
}
#nav {
  background: #fff;
}

/*==========================
	#contents
==========================*/


/* H2タイトル -------------*/

.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.jpg) no-repeat center;
  text-align: center;
  padding: 3.6em 0;
}
.page-title h2 {
  color: #fff;
  font-size: 46px;
  letter-spacing: 0.15em;
  font-weight: bold;
  position: relative;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.4em;
}

/* パンくず -------------*/

.bread_wrap {
  margin-bottom: 2.5em;
}
.home .bread_wrap {
  margin-bottom: 0;
}
.bread_wrap .bread {
  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: #50bfa4;
  text-decoration: underline;
}
.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 {
  padding: 80px 0 0;
  text-align: left;
  background: #eaf7ee;
  color: #333;
  font-size: 16px;
  position: relative;
}
#footer li.menu-item-has-children {
  margin-bottom: 2em;
}
#menu-footer-nav li.menu-item-has-children &gt; .nav_title {
  font-size: 22px;
  pointer-events: none;
  color: #93cc6d
}
#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 #50bfa4;
  -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: 40px;
}
.footer .bnr {
  text-align: center;
  margin-bottom: 20px;
}
.footer .columns.cont01 {
  margin-top: 50px;
}
.footer .btn-style {
  margin: 30px 0;
}
.footer .btn-style a {
  width: 250px;
}
.footer .time_attention {
  display: block;
  height: 2em;
  margin-right: 1em;
  float: left;
}
@media screen and  ( max-width : 767px ) {
  .footer .time_attention {
    float: none;
  }
}
.footer ul.f_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  align-items: center;
  margin-bottom: 30px;
}
.footer ul.f_sns li + li {
  margin-left: 25px;
}
.footer .map {
  margin-top: 20px;
}
.footer .cont02 {
  width: 820px;
  max-width: 100%;
  margin: 50px auto;
}
.copyright {
  /**/
  text-align: center;
  padding: 30px 0 90px;
  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: 60px 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    position: relative;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .2) 70%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .2) 70%, transparent 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .9) 0%, rgba(255, 255, 255, .2) 70%, transparent 100%);
  }
  body.home #header {
    padding: 40px 0 100px;
  }
  .headerinner &gt; div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .headerinner &gt; div h1 {
    position: absolute;
    right: 0;
    left: 0;
  }
  .headerinner .header_sns {
    position: relative;
    top: 0;
    right: 0;
  }
  .headerinner .header_sns li + li {
    margin-left: 25px;
  }
  .top #header {
    position: absolute;
  }
  /*==========================
	#nav
==========================*/
  #nav {
    height: 100px;
    padding: 20px 0;
    left: 0;
    width: 100%;
    z-index: 10;
  }
  #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 a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #menu-header-nav &gt; li {
    height: 60px;
    width: 14.2857%;
    position: relative;
  }
  #menu-header-nav &gt; li.wide &gt; a:before, #menu-header-nav &gt; li.wide &gt; a span:before, #menu-header-nav &gt; li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    width: 1px;
    height: 60px;
    border-left: 1px solid #d7d9d3;
  }
  #menu-header-nav &gt; li.wide:before {
    display: none;
  }
  #menu-header-nav &gt; li.wide a:before {
    right: 0;
    left: auto;
  }
  #menu-header-nav &gt; li &gt; a {
    height: 60px;
    color: #348c77;
    font-size: 20px;
    padding: 0 4px;
    letter-spacing: 0.1em;
    position: relative;
    z-index: 20;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #menu-header-nav &gt; li.nav01 &gt; a {
    padding: 0;
    padding-top: 12px;
  }
  #menu-header-nav &gt; li &gt; a &gt; span.nav_text {
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  }
  #menu-header-nav &gt; li &gt; a &gt; span.nav_text &gt; span {
    display: inline-block;
  }
  #menu-header-nav &gt; li:hover {
    cursor: pointer;
    background-color: #fcfffa;
  }
  #menu-header-nav li {
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }
  #menu-header-nav li:not(.wide) ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    text-align: center;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -ms-transition: .2s;
    transition: .2s;
  }
  #menu-header-nav &gt; li:last-child ul.sub-menu {
    width: 32%;
    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;
  }
  #menu-header-nav &gt; li &gt; ul.sub-menu {
    height: auto;
    overflow: hidden;
  }
  #menu-header-nav &gt; li:hover &gt; ul.sub-menu {
    height: auto;
    top: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #3e927d;
  }
  #menu-header-nav &gt; li &gt; ul.sub-menu &gt; li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav &gt; li:hover &gt; ul.sub-menu &gt; li {
    float: none;
    height: auto;
    border-top: 1px solid #fff;
  }
  #menu-header-nav &gt; li &gt; ul.sub-menu &gt; li a {
    font-size: 18px;
    text-align: center;
    text-indent: inherit;
    padding: 12px 5px 11px;
    color: #fff;
    background-color: #3e927d;
  }
  #menu-header-nav ul.sub-menu li a:hover {
    background: #6fb5a4;
  }
  #nav li.has_children &gt; a::after {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 5px;
    height: 5px;
    content: "";
    border-top: 2px solid #348c77;
    border-right: 2px solid #348c77;
    background: none;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
  }
  /*幅広ナビ*/
  #menu-header-nav &gt; li.wide {
    position: inherit;
  }
  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    cursor : default;
  }
  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1200px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 4;
    border-top: 1px solid #fff;
    background: rgba(255, 255, 255, 1);
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 0;
    padding-left: 2em;
    padding-right: 2em;
  }
  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 0;
    overflow: hidden;
    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;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    background: none;
    text-align: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu a {
    color: #333;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu.menu-list {
    display: flex;
    flex-wrap: wrap;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu.menu-list li {
    width: 20%;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu .ttl {
    width: 100%!important;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu .ttl a {
    color: #333;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li {
    width: 100%;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li.sub-menu_list {
    width: 48%;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li.sub-menu_list:last-child {
    margin-left: 4%;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li.sub-menu_list .sub-menu2 {
    display: flex;
    flex-wrap: wrap;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li.sub-menu_list .sub-menu2 .ttl_sub {
    width: 100%;
    text-align: center;
    margin-top: 1em;
    margin-bottom: .5em;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li.sub-menu_list .sub-menu2 .ttl_sub.ttl_sub2 {
    border-bottom: none;
    padding: 0;
    font-size: 16px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li a.no_link_ttl {
    pointer-events: none;
    padding: 5px 1em!important;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li a.no_link_ttl:before, #menu-header-nav .submenu-wrap ul.sub-menu &gt; li a.no_link_ttl:after {
    display: none!important;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu &gt; li.sub-menu_list .sub-menu2 .sub-menu3 {
    width: 48%;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu ul li a {
    position: relative;
    padding-right: 1em;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 11px;
    bottom: auto;
    margin: auto;
    right: auto;
    left: 5px;
    border-top: solid 1px #3e927e;
    border-right: solid 1px #3e927e;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 16px;
    border-right: none;
    position: relative;
    padding-left: 20px;
  }
  #menu-header-nav &gt; li:hover .submenu-wrap ul.sub-menu li a:hover {
    background: #e8f7d0;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu .ttl {
    margin-top: 1em;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu .ttl &gt; a, #menu-header-nav .submenu-wrap ul.sub-menu .ttl &gt; span {
    display: block;
    font-weight: bold;
    border-bottom: 2px solid #348c77;
    margin-bottom: 0.75em;
    color: #333;
    font-size: 20px;
    position: relative;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu .ttl &gt; a {
    display: table;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.2em;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu .ttl &gt; span {
    font-weight: bold;
    font-size: 20px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
    border-top: solid 2px #3e927e;
    border-right: solid 2px #3e927e;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu .ttl_sub {
    font-weight: bold;
    font-size: 18px;
  }
  /*==========================
	#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }
  /*==========================
	#aside
==========================*/
  /*============
	PC　下固定バナー
============*/
  .inq .bnr_box {
    position: fixed;
    right: 105px;
    bottom: 0;
    display: flex;
  }
  /*-- ブログページ ------------*/
  .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_text {
    flex: 1;
    padding: 0 20px;
  }
  .footer_map {
    flex: 1;
    position: relative;
  }
  .footer_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #footer #menu-footer-nav {
    float: left;
    width: 53%;
    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%;
  }
  #footer .googlemap {
    padding-bottom: inherit;
    height: 100%;
  }
  .footer .logo {
    text-align: left;
  }
  .footer .time-table + .columns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer .time-table + .columns p + p {
    margin-left: 2em;
  }
  .footer .map {
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  /*サイドバナーのサイズ調整*/
  #aside .inq {}
  /*     #nav.fixed  span.nav_icon {
    height: 40px;
}
    #nav.fixed #menu-header-nav &gt; li &gt; a {
    height: 90px;
}*/
  #nav li.has_children &gt; a::after {
    bottom: 4px;
  }
}
@media screen and (max-width: 1242px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
	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
==========================*/
  /*==========================
	#footer
==========================*/
  #footer #menu-footer-nav {
    width: 100%;
  }
  #footer .footer_access {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .footer .time-table + .columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .time-table + .columns p + p {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1242px) {
  #menu-header-nav .submenu-wrap ul.sub-menu .ttl &gt; a, #menu-header-nav .submenu-wrap ul.sub-menu .ttl &gt; span {
    font-size: 16px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    font-size: 14px;
  }
  #menu-header-nav &gt; li &gt; a {
    font-size: 12px;
  }
  .footer .btn-style a:after {
    width: 20px;
  }
  .footer .btn-style .icon {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 14px;
    background-size: 20px;
  }
  .footer .cont02 .column p {
    font-size: 1.4vw;
  }
  /*
  .inq .bnr_box {
    width: 100px;
  } */
}
@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;
  }
  .page-title {
    padding: 2.5em 0;
  }
  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 10px 0 0;
  }
  #header &gt; .inner {
    width: 100%;
    max-width: 100%;
  }
  #header .textwidget.custom-html-widget {
    text-align: center;
  }
  #header h1 {
    padding: 0;
    max-width: 40%;
    margin: 0 auto 10px;
    float: none;
  }
  p.header_text {
    margin-left: 2%;
    float: none;
    width: 158px;
    max-width: 38%;
    display: inline-block;
  }
  .headerinner ul {
    max-width: 100%;
    width: 100%;
    clear: both;
    background: #fff;
    z-index: 100;
    padding: 0;
    float: none;
    overflow: hidden;
    padding: 0;
  }
  .headerinner ul li {
    float: left;
    width: 20%;
    border-right: 1px solid #50bfa4;
    padding: 0 10px;
    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.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 &gt; .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.menu &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #nav ul li .subtxt {
    display: none;
  }
  #nav ul li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    border: none;
    border-bottom: 1px solid #dedddb;
    margin: 0;
  }
  #nav ul li ul li {
    border-top: 1px solid #ccc;
    border-bottom: none;
  }
  #nav ul li a {
    display: block;
    padding: 1em 6px 1em 25px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    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 {
    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: #3e927d !important;
  }
  #nav ul li.has_children &gt; 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 .sub-menu li &gt; a::after {
    display: block;
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    top: 50%;
    right: 20px;
    margin: -6px 0 0 0;
    border-bottom: solid 1px #3e927d;
    border-right: solid 1px #3e927d;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #nav ul li a:hover:after {
    border-color: #fff;
  }
  #nav ul li a:before, #nav ul li.nav01 span:before, #nav ul li span.nav_text:before, #nav ul li span.no_link:before {
    content: "- "
  }
  #nav #menu-header-nav &gt; li &gt; a:before {
    display: none;
  }
  #nav ul li .sub-menu {
    background: #dcf2e4;
  }
  #nav ul li .sub-menu ul li a {
    padding-left: 35px;
    padding-top: 1em;
    padding-bottom: 1em;
    background: #dff2c2;
  }
  #nav li:first-child a {
    border-left: none;
  }
  #nav .ttl {
    font-weight: bold;
    font-size: 18px;
  }
  #nav .ttl ul a {
    font-weight: normal;
  }
  #nav .ttl_sub {
    display: block;
    padding: 1em;
    font-weight: bold;
  }
  #nav .ttl_sub:before {
    display: none;
  }
  #nav li.ttl span {
    background: #dcf2e4;
    display: block;
    font-size: 18px;
    padding: 1em 6px 1em 25px;
  }
  #nav .submenu-wrap {
    background: #3e927d;
    border-top: 1px solid #ccc;
  }
  #menu-header-nav .sp_menu{
    padding: 4%;
    border-bottom: 1px solid #ccc;
  }
  #menu-header-nav .sp_menu &gt; a{
    font-size: 18px;
    text-align: center;
    display: table!important;
    color: #484044;
    border-bottom: 2px solid #50bfa4;
    background: none;
    padding: 0 0 0.3em!important;
    margin: 0 auto 0.5em;
    width: auto;
  }
  #menu-header-nav .sp_menu .menutitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #484044;
  }
  #menu-header-nav .sp_menu .sub-menu{
    background: none!important;
  }
  #menu-header-nav .sp_menu .sub-menu.menu_col2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #menu-header-nav .sp_menu .sub-menu.menu_col2 &gt; li{
    width: 49%;
  }
  #menu-header-nav .sp_menu .sub-menu.menu_col2 &gt; li:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  #menu-header-nav .sp_menu .sub-menu &gt; li{
    margin-bottom: 0.5em;
    padding: 0;
    border: none;
  }
  #menu-header-nav .sp_menu .sub-menu a{
    font-size: 14px;
    background: none;
    padding: 0 1em;
    position: relative;
  }
  #menu-header-nav .sp_menu .sub-menu a:hover{
    color: #50bfa4;
    background: none!important;
  }
  #menu-header-nav .sp_menu .sub-menu a .s{
    font-size: 83.33%;
  }
  #menu-header-nav .sp_menu .sub-menu &gt; li:not(.subtitle) a:before{
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
  }
  #menu-header-nav .sp_menu .sub-menu &gt; li:not(.subtitle) a:after{
    right: 0;
  }
  #menu-header-nav .sp_menu .sub-menu &gt; li:not(.subtitle) a:hover:after{
    border-color: inherit!important;
  }
  #menu-header-nav .sp_menu .sub-menu &gt; li.subtitle a{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
  }
  #menu-header-nav .sp_menu .sub-menu &gt; li.subtitle a:after,
  #menu-header-nav .sp_menu .sub-menu &gt; li.subtitle a:before{
    content: none;
  }

  #menu-header-nav .sns ul{
    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;
    padding: 1em 0;
  }
  #menu-header-nav .sns ul li{
    width: auto;
    border: 0;
  }
  #menu-header-nav .sns ul li:not(:first-child){
    margin-left: 30px;
  }
  #menu-header-nav .sns a{
    padding: 0;
    width: auto;
    text-align: center;
  }
  #menu-header-nav .sns a:before{
    content: none;
  }


  /*==========================
	#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%;
  }
  /*==========================
	.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: 3em 0 0;
  }
  .footer .logo {
    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 li {
    vertical-align: top;
  }
  ul.footer_menu li {
    float: left;
    width: 50%;
    text-align: left;
  }
  .footer .col2 + .col2 {
    margin-top: 2em;
  }
  .footer .time-table + .columns .col2 + .col2 {
    margin-top: 0;
  }
  .footer ul.f_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .cont02 {
    margin: 1em auto;
    width: 400px;
  }
  .footer .cont02 a {
    width: 48%;
    margin-bottom: 10px;
  }
  .copyright {
    padding-bottom: 22%;
  }
}
@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;
  }
  /*==========================
	#footer
==========================*/
  .copyright {
    padding-bottom: 22%;
  }
}

/*============
	inq
============*/

.inq {
  position: fixed;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .inq {
    right: 0;
    top: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .inq {
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inq .bnr_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .inq .bnr_box a {
    width: 25%;
  }
}

/*============
	totop
============*/


/* totop */

.totop {
  position: fixed;
  bottom: 10px;
  right: 10px;
}
.totop:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .totop {
    position: absolute;
    top: -70px;
    width: 55px;
  }
}
@media print, screen and (min-width: 768px) {
  .inq .bnr_box &gt; a {
    display: block;
  }
  .inq .bnr_box &gt; a + a {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .totop {
    height: 50px;
    width: 50px;
  }
  .inq .bnr_box &gt; a + a {
    border-left: 1px solid #fff;
  }
}

/*===================
Gナビ（アイコンがある場合）
===================*/

@media (min-width: 768px) {
  #menu-header-nav &gt; li &gt; a img {
    display: block;
    margin: 0 0 10px;
  }
  #menu-header-nav &gt; li &gt; a:hover img {
    opacity: 1;
  }
  #menu-header-nav &gt; li &gt; a &gt; span.nav_text &gt; span {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  #nav ul.menu &gt; li &gt; a {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
  }
  #nav ul.menu &gt; li &gt; a img {
    width: 30px;
    padding-right: 10px;
  }
}

/*==========================
改行用
==========================*/

@media (min-width: 768px) {
  .pc_br {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width:768px) and (max-width: 1239px) {
  .tb_br {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
    width: 100%;
  }
}

.sitemap_text {
  text-align: center;
  margin-top: 1.5em;
}

.sitemap_text a {
  color: #333;
  text-decoration: none;
}
.sitemap_text a:hover {
  text-decoration: underline;
}

.topnews .sns ul{
  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;
  padding: 1em 0;
}
.topnews .sns ul li{
  width: auto;
  border: 0;
}
.topnews .sns ul li:not(:first-child){
  margin-left: 30px;
}
.topnews .sns a{
  padding: 0;
  width: auto;
  text-align: center;
}
.topnews .sns a:before{
  content: none;
}

.category-news .entry-block h3, .category-news .mce-content-body h4, .category-news .under h4 {
  background: none;
  color: #333;
  font-weight: 300;
}

.category-news .entry-block h3 a, .category-news .mce-content-body h4 a, .category-news .under h4 a {
  color: #333!important;
}

.category-news .entry-block h3 a:hover, .category-news .mce-content-body h4 a:hover, .category-news .under h4 a:hover {
  text-decoration: underline;
}


.calendar_bg .xo-month &gt; tbody &gt; tr &gt; td .month-dayname tbody .dayname td:first-child {
  color: #FF0000!important;
}
.calendar_bg .xo-month &gt; tbody &gt; tr &gt; td .month-dayname tbody .dayname td:last-child {
  color: #0000FF!important;
}

.calendar_bg .xo-month &gt; tbody &gt; tr &gt; td .month-dayname tbody .dayname td .holiday-holiday {
  color: #FF0000!important;
}
</pre></body></html>