@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%;
}

figure {
  text-align: center;
}

/* 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;
  font-size: 16px;
  font-weight: 400;
}

.en {
  font-family: 'Sawarabi Mincho', serif;
}

.f_maru {
  font-family: 'Zen Maru Gothic', sans-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;
  }
}
.under a{
  text-decoration:underline;
}
.under a:hover{
 color:#77bf85;
}
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;
  float: left;
  width: 441px;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

#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;
    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: 4.7em 0;
}

@media only screen and (max-width: 767px) {
  .page-title {
    padding: 1.5em 0;
  }
}

.page-title h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 0.15em;
  position: relative;
  line-height: 1.4em;
  font-weight: 500;
}

/* パンくず -------------*/
.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;
  text-align: right;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #77bf85;
  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 {
  text-align: left;
  background: #f5fff7;
  color: #333;
  font-size: 16px;
  position: relative;
  padding: 100px 0 50px;
}

#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 {
  margin: 0 auto 50px;
  text-align: center;
}

#footer .cont01 h3 {
  text-align: center;
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#footer .cont01 h3+p {
  font-size: 18px;
  margin-bottom: 20px;
}

#footer .cont01 h3.blue {
  color: #77bf85;
  border-bottom: 1px solid #77bf85;
  padding-bottom: 10px;
}

#footer .cont01 h3.blue+p {
  color: #77bf85;
}

#footer .cont01 h3.green {
  color: #77bf85;
  border-bottom: 1px solid #77bf85;
  padding-bottom: 10px;
}

#footer .cont01 h3.green+p {
  color: #77bf85;
}

#footer .columns.btn_box {
}

#footer .btn-style a {
  border-radius: 20px;
  font-weight: 400;
}

.btn-style.blue a {

border-radius: 20px;

  background: -moz-linear-gradient(left, #77bf85 0%, #2a9ae7 100%);
  background: -webkit-linear-gradient(left, #77bf85 0%, #2a9ae7 100%);
  background: linear-gradient(to right, #77bf85 0%, #2a9ae7 100%);
}

.btn-style.green a {
  border-radius: 20px;
  background: -moz-linear-gradient(left, #77bf85 0%, #55af66 100%);
  background: -webkit-linear-gradient(left, #77bf85 0%, #55af66 100%);
  background: linear-gradient(to right, #77bf85 0%, #55af66 100%);
}

.btn-style.tel a .icon {
  font-size: 30px;
  padding-left: 40px;
  background: url("img/icon_tel.png")no-repeat center left;
}
@media screen and (min-width: 768px) {
  .btn-style.tel a{
    padding-right:20px;
  }
  .btn-style.tel a:after {
display:none;
  }
}
.btn-style.line a .icon {
  font-size: 27px;
  padding-left: 40px;
  background: url("img/icon_line.png")no-repeat center left;
}

.btn-style.yoyaku a .icon {
  font-size: 27px;
  padding-left: 40px;
  background: url("img/icon_yoyaku.png")no-repeat center left;
}

.btn-style.monshin a .icon {
  font-size: 27px;
  padding-left: 40px;
  background: url("img/icon_monshin.png")no-repeat center left;
}

#footer h4 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 0 0 25px;
  position: relative;
}

#footer h4::before {
  content: "";
  display: block !important;
  position: absolute;
  top: 3px;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background: #b2d9b9;
  border-radius: 100vh;
}

#footer h4.mt_custom {
  margin: 40px 0 20px;
}

li.train {
  margin-top: 20px;
  padding-left: 36px;
  background: url("img/icon_train_b.png")no-repeat top 2px left;
}

#footer .cont01 li.train.green {
  background: url("img/icon_train_g.png")no-repeat top 2px left;
}

li.parking {
  margin-top: 10px;
  padding-left: 36px;
  background: url("img/icon_p_b.png")no-repeat top 2px left;
}

#footer .cont01 {
  gap: 40px;
}

#footer .cont01 li.parking.green {
  background: url("img/icon_p_g.png")no-repeat top 2px left;
}

#footer .cont01 .column:nth-child(1) {
  order: 1;
}

#footer .cont01 .column:nth-child(2) {
  order: 3;
}

#footer .cont01 .column:nth-child(3) {
  order: 5;
}

#footer .cont01 .column:nth-child(4) {
  order: 2;
}

#footer .cont01 .column:nth-child(5) {
  order: 4;
}

#footer .cont01 .column:nth-child(6) {
  order: 6;
}

#footer .cont02 {
  background: #fff;
  padding: 40px 40px 30px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin-top: 40px;
}

#footer .cont02 h3 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px;
  margin: 0 0 35px;
  width: 100%;
}

#footer .cont02 p {
}

/* --------------------------- フッターサイトマップ*/
#footer .sitemap_link {
  text-align: center;
  margin: 80px auto 20px;
}

#footer .sitemap_link a {
  position:
    relative;
}

#footer .sitemap_link a:hover {
  color: #77bf85;
}

#footer .sitemap_link a:before {
  content: "＞";
}

.copyright {
  /**/
  text-align: center;
  padding: 20px 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: 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 {
    left: 0;
    width: 100%;
    z-index: 100;
    box-sizing: content-box;
    padding: 10px 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.666%;
    position: relative;
    float: left;
    border-left: 1px solid #dddddd;
    z-index: 1;
  }

  #menu-header-nav>li:last-child {
    border-right: 1px solid #dddddd;
  }

  #menu-header-nav>li>a {
    color: #333333;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 3px;
    position: relative;
    z-index: 20000;
    line-height: 1.2em;
    height: 66px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #menu-header-nav>li>a .text-wrap {
    display: block;
    width: 100%;
    margin-top: 5px;
  }

  #menu-header-nav>li>a .subtext {
    color: #77bf85;
    display: block;
    font-size: 12px;
  }

  #menu-header-nav>li>a:hover {
    cursor: pointer;
    background-color: #e5f5e8;
  }

  #menu-header-nav>li>a:hover img {
    opacity: 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;
    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 {
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }

  #menu-header-nav>li:last-child ul.sub-menu {
    width: 100%;
  }

  #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: #e5f5e8;
  }

  #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 #77bf85;
  }

  #menu-header-nav>li>ul.sub-menu>li a {
    text-align: center;
    text-indent: inherit;
    padding: 12px 5px 11px;
    color: #333;
    background-color: #e5f5e8;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    background: #77bf85;
    color: #fff;
  }

  #nav li.has_children>a::after {
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin: 0 0 0 -5px;
    width: 0;
    height: 0;
    content: "";
    border: 5px solid transparent;
    border-top: 8px solid #77bf85;
  }

  /*幅広ナビ*/
  #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: 100%;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 4;
    border-top: solid 1px #77bf85;
    background: #e5f5e8;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap: 0 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li:not(.ttl):last-child {
    margin-bottom: 20px;
  }

  #menu-header-nav .nav05 .submenu-wrap ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 49%;
  }

  #menu-header-nav .nav05 .submenu-wrap ul.sub-menu.menu01 {
    width: 100%;
  }

  #menu-header-nav .nav05 .submenu-wrap ul.sub-menu.menu01 li {
    width: 24%;
  }

  #menu-header-nav .nav05 .submenu-wrap ul.sub-menu li {
    width: 49%;
  }

  #menu-header-nav .nav05 .submenu-wrap ul.sub-menu li.ttl {
    width: 100%;
  }
	
  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1em;
  }

  #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::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 0.6em;
    left: 5px;
    border-top: solid 1px #77bf85;
    border-right: solid 1px #77bf85;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #333;
    text-align: left;
    padding: 3px 0.2em;
    font-size: 16px;
    border-right: none;
  }

  #menu-header-nav>li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #77bf85;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl {
    padding-left: 0;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #77bf85;
    margin-bottom: 0.4em;
    text-align: left;
    position: relative;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.ttl::before {
	 content: 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: 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
==========================*/
  #footer .btn-style a {
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer .btn-style a .icon {
    font-size: 18px;
    padding-left: 30px;
    background-size: auto 20px;
  }

  #footer .btn-style a:after {
    top: auto;
    bottom: 6px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1239px) {
  #header h1 {
    width: 20vw;
    margin-left: 20px;
    margin-top: 15px;
  }

  #menu-header-nav>li a {
    font-size: 14px;
  }

  #menu-header-nav>li>a {
    height: 70px;
  }
  #menu-header-nav>li{
    width:16.666%;
  }
  #menu-header-nav>li.nav09 {
	width: 20%;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li:not(.ttl) a{
    font-size:14px;
  }
  #menu-header-nav .nav05 .submenu-wrap ul.sub-menu.menu01 li:not(.ttl) {
    width: 32%;
  }
  #footer .cont01.columns.col2 {
    gap: 30px;
  }

  #footer .cont01.columns.col2>* {
    width: calc((100% - 30px)/2);
  }

  #footer .cont01 h3 {
    height: 3em;
    font-size: 26px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #footer .cont01 h3+p {
    font-size: 16px;
  }

  #footer .cont02 {
    padding: 40px;
  }

  #footer .cont02 h3 {
    font-size: 18px;
  }

  #footer .cont02 p {
  }
}

@media screen and (max-width: 767px) {

  /* スマホ */
  .pc {
    display: none !important;
  }

  /*==========================
	base
==========================*/
  /*-- 2カラム時の設定 ------------
#main , #aside{
	width:480px;
	max-width:96%;
	float:none;
}*/
  /*==========================
	#header
==========================*/
  #header {
    padding: 20px 10px;
    z-index: 90;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
  }

  #header>.inner {
    width: 100%;
    max-width: 100%;
  }

  #header .textwidget.custom-html-widget {
    text-align: center;
  }

  #header h1 {
    padding: 0;
    max-width: 50%;
    float: none;
    margin: 0;
  }

  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;
    z-index: 98;
    padding: 0;
    float: none;
    overflow: hidden;
  }

  .headerinner ul li {
    float: left;
    width: 20%;
    box-sizing: border-box;
    border-right: 1px solid #e7e7e7;
    display: block;
  }

  .headerinner ul li:last-child {
    border: none;
    padding-right: 1px;
  }

  .headerinner ul img {
    max-width: 100%;
    margin: 0 auto;
  }

  #sp_nav.fixed {
    /* javascript用 */
    position: fixed;
    top: 0;
  }

  /*==========================
	#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;
    color: #333333;
  }

  #nav ul.menu>li>a img {
    padding-right: 10px;
  }

  #nav ul.menu>li>a img {
    opacity: 1;
  }

  #nav ul.menu>li>a .subtext {
    margin-left: 1em;
    font-size: 12px;
    color: #77bf85;
  }

  #nav ul li>a br {
    display: none;
  }

  #nav ul li>a .sp br {
    display: block;
  }

  #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 35px 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: #333;
    background: #c5e5f1;
  }

  #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.sub-menu li a:before {
    content: "-";
    display: block;
    position: absolute;
    top: 0.8em;
    left: 30px;
    margin: 0 auto;
  }

  #nav ul.menu>li>a:before {
    display: none;
  }

  #nav ul li .sub-menu {
    background: #e5f5e8;
  }

  #nav ul li .sub-menu li a {
    padding-left: 40px;
  }

  #nav li:first-child a {
    border-left: none;
  }

  #nav li.ttl a {
    background: #77bf85;
    color: #fff;
    display: block;
  }

  #nav .submenu-wrap {
    background: #e5f5e8;
    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 {
    max-width: 80%;
    margin-bottom: 20px;
  }

  #footer .cont01 h3 {
    font-size: 20px;
  }

  #footer .cont01 h3+p {
    font-size: 16px;
  }

  #footer h4 {
    font-size: 20px;
  }

  #footer .cont01 .column {
    margin-top: 20px;
  }

  #footer .columns.btn_box .btn-style+.btn-style {
    margin-top: 0;
  }

  #footer .columns.btn_box {
    gap: 10px;
  }

  #footer .cont02 {
    padding: 20px;
    margin-top: 20px;
  }

  #footer .cont02 h3 {
    border-right: none;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }

  #footer .cont02 p {
    width: 100%;
  }

  #footer .sitemap_link {
    margin: 20px 0;
  }

  .copyright {
    padding-bottom: 32vw;
  }
}

@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
============*/
body.page-name-yoyaku .inq .bnr_box{
	display:none;
}
body.page-name-yoyaku .inq .bnr_box.yoyaku {
	display:flex;
}

.inq .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: flex-end;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 9;
}

.inq .bnr_box>* {
  font-size: 0;
}
.inq .bnr_box_left {
  position: fixed;
  bottom: 250px;
  z-index: 9;
  left: 34px;
}
.inq .bnr_box_left img{
  display:block;
  margin-top:20px;
  width:32px;
}
.inq .bnr_box_left >img:first-child{
  margin-left:10px;
  width:16px;
}
@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: 0;
    gap: 0 10px;
  }
}

@media print, screen and (max-width: 767px) {
  .inq .bnr_box_left {
    bottom: 23vw;
    left:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 0 20px;
  }
}

/*============
	totop
============*/
/* totop */
.totop {
  position: fixed;
  bottom: 85px;
  right: 10px;
  z-index: 9;
}

.totop:hover {
  cursor: pointer;
}

@media print, screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
  .totop {
    position: fixed;
    bottom: 16vw;
    right: 5px;
    width: auto;
    max-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;
    height: 26px;
    position: relative;
    width: 42px;
  }

  #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;
  }
}
.tableForm {
  width: 100%;
  border-spacing: 0 12px;
  border-collapse: separate;
  margin-bottom: 15px;
}
@media (min-width: 1225px) {
  .tableForm {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .tableForm {
    border-spacing: 10px 12px;
  }
}
.tableForm tr {
  margin-bottom: 12px;
}
.tableForm th, .tableForm td {
  vertical-align: top;
}
@media (max-width: 767px) {
  .tableForm th, .tableForm td {
    display: block;
    width: 100%;
  }
}
.tableForm th {
  text-align: left;
  padding-left: 21px;
  position: relative;
}
.tableForm th p {
  margin-bottom: 0!important;
}
@media (max-width: 767px) {
  .tableForm th {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .tableForm th {
    width: 220px;
  }
}
.tableForm th:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #4e95e6;
  position: absolute;
  top: .35em;
  left: 0;
}
@media (max-width: 767px) {
  .tableForm th:before {
    top: .4em;
  }
}
.tableForm td input {
  background: #f5f5f5;
  border: solid 1px #ccc;
  padding: 10px 10px;
  width: 100%;
}
.tableForm td textarea {
  width: 100%;
  border: solid 1px #ccc;
}


    .author{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 30px;
	max-width:1000px;
	width:85%;
	margin:0 auto;
	}
.author{
    margin: auto;
    border-radius: 8px;
    background: #fbfbfb;
    border: 3px solid #80C3F0;
    overflow: hidden;
}
.author h4 {
	margin-top:0!important;
	font-size:1.5rem!important;
}
@media screen and (max-width:767px) {
.author{
    display: block;
    padding: 10px;
	width:95%;
	margin:0 auto;
}
.author p{
	font-size:0.9rem;
}
.author h4 {
	font-size:1.1rem!important;
}
.author img {
	display:block;
	margin:0 auto;
}
}


/******クリックでモーダル******/
.image-container {
    position: relative;
}

.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .image-container .columns.col3>* {
        width: calc((100% - 20px) / 3);
    }
	  .image-container .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

/*****************共通下層用*****************/
.header_common_under .hdr_btn {
  gap: 0 10px;
  margin-right: 2%;
}
@media (min-width: 768px) {
  .nav_common_under .menu-header-nav-container .menu .nav_custom {
    width: 25% !important;
  }
  .nav_common_under .menu-header-nav-container .menu .nav_custom .submenu-wrap .submenu-inner {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .nav_common_under .menu-header-nav-container .menu .nav_custom .submenu-wrap .submenu-inner .sub-menu li.nav_bold {
    font-weight: bold;
  }
  .nav_common_under .menu-header-nav-container .menu .nav_custom .submenu-wrap .submenu-inner .sub-menu li.title {
    text-align: left;
    padding-left: 5px !important;
  }
  .nav_common_under .menu-header-nav-container .menu .nav_custom .submenu-wrap .submenu-inner .sub-menu li.title:before {
    content: none !important;
  }
}
@media (max-width: 767px) {
  .nav_common_under .menu-header-nav-container .menu .nav_custom .submenu-wrap .submenu-inner .sub-menu li.title {
    padding: 15px !important;
    background: #c5e5f1 !important;
  }
}
.contents_common_under .page-title {
  background: url(img/common_under_title.jpg) no-repeat center center/cover;
}
#header .headerinner .hdr_btn {
  max-width: 30%;
}
#header .headerinner .hdr_btn.common_under {
  max-width: 50%;
}
@media (max-width: 767px) {
  .hdr_btn_sp {
    max-width: 70%;
    margin: 0 auto 10px;
  }
}
#footer .table_info {
  width: 100%;
  margin-top: -10px;
}
#footer .table_info th {
  font-weight: bold;
  width: 10%;
}
#footer .table_info th, .footer .table_info td {
  padding: 10px 0;
  border-bottom: 1px solid #c2dce7;
}
@media (min-width: 768px) {
  #footer .cont02.box_card_common {
    background: #fff;
    padding: 40px 60px;
    border-radius: 20px;
    border: 1px solid #ccc;
    margin-top: 40px;
  }
  #footer .cont02.box_card_common h3 {
    font-size: 20px;
    border-bottom: 0;
    border-right: 1px solid #ccc;
    padding: 30px 0;
    margin-bottom: 0;
    margin-right: 50px;
    width: 320px;
  }
  #footer .cont02.box_card_common p {
    width: calc(100% - 370px);
  }
}