@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
header,nav,footerなどの構成の指定
*/
/* ======== カラーメモ ========

メインカラー: #00402c;
メインカラー:hover: #243654;
サブカラー: #a79248;
logoサイズ: 283px;

*/
/*===================
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;
}

table.fixed-table {
  table-layout: fixed;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*===================
Native
===================*/
/* editor */
.mainblock p,
.mce-content-body p {
  display: block;
  margin: 0 0 1em;
}

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: "Noto Serif JP", serif;
  color: #191919;
  line-height: 1.75;
  letter-spacing: 0.085em;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  body:not(.wp-editor) {
    min-width: 1240px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
}
a:focus,
*:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: none;
  transition: none;
}

a,
a:visited {
  color: #191919;
}

a:hover {
  text-decoration: none;
}

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

img {
  max-width: 100%;
  max-height: 100%;
}

#contents > .inner,
#footer .inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

#header > .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  overflow: visible;
}

#header {
  border-bottom: 4px solid #b8934d;
}

#header h1 {
  display: block;
  float: left;
  max-width: 20%;
  width: 358px;
}

#header h1 img {
  width: 100%;
}

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

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

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

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

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

/*==========================
.contentbottom
==========================*/
.bottom01 {
  padding: 3% 0;
  background: #a79248;
}

/*==========================
#footer
==========================*/
#footer {
  padding: 100px 0 0;
  background: #f5f7ed;
  text-align: left;
}

@media (max-width: 767px) {
  #footer {
    padding: 50px 0 0;
  }
}
#menu-footer-nav .menu-item-has-children > .nav_title {
  font-size: 18px;
  font-weight: bold;
  color: #00402c;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 1.2em;
  pointer-events: none;
  display: block;
  padding: 0 0 0.5em 0.5em;
  border-bottom: 1px solid #00402c;
}

#menu-footer-nav .sub-menu {
  font-size: 16px;
  margin: 0;
  display: block;
}

#menu-footer-nav .sub-menu:last-child {
  margin-bottom: 2em;
}

#menu-footer-nav .sub-menu li {
  line-height: 1.5;
  position: relative;
  margin: 0 0 0.7em;
  padding-left: 0.8em;
  letter-spacing: 0.1em;
}

#menu-footer-nav .sub-menu li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

#menu-footer-nav .sub-menu li a {
  text-decoration: none;
  color: #121212;
}

#menu-footer-nav .sub-menu li a:hover {
  color: #00402c;
}

#footer .googlemap iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#footer .logo {
  margin-bottom: 4%;
}

#footer .time-table {
  margin-bottom: 0.5em;
}

#footer .time-table tbody th, #footer .time-table tbody td {
  background: #fff;
}

#footer .time-table thead th {
  padding: 0.6em 8px;
}

#footer .time-table tbody th {
  min-width: 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.1em 0 1.1em 5%;
}

#footer .info-table {
  margin-bottom: 0.5em;
}

#footer .info-table + p a {
  /* margin-left: 1.2em; */
}

#footer .info-table + p a:before {
  content: ">";
}

.copyright {
  padding: 2em 0;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

/********************************
Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp {
    display: none !important;
  }
  #header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    background: #00402c;
    border-bottom: 4px solid #b8934d;
  }
  #header h1 {
    height: 96px;
    margin: 0 2% 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .h_info {
    position: absolute;
    top: 0;
    right: 0;
    margin: auto;
  }
  #nav {
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0;
  }
  #menu-header-nav {
    float: right;
    padding-right: 50px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  #menu-header-nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #menu-header-nav a,
  #menu-header-nav > li > span {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
  }
  #menu-header-nav > li {
    position: relative;
    float: left;
  }
  #menu-header-nav > li > a,
  #menu-header-nav > li > span {
    font-size: 16px;
    height: 96px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 2vw;
    color: #fff;
    position: relative;
    z-index: 20000;
    line-height: 1.5;
    letter-spacing: 0.1em;
    -webkit-transition: 200ms;
    transition: 200ms;
    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;
  }
  #menu-header-nav > li > a span.nav_span,
  #menu-header-nav > li > span span.nav_span {
    font-size: 12px;
    display: block;
    color: #a79248;
  }
  #menu-header-nav > li.nav01 > a::before {
    left: 0;
  }
  #menu-header-nav > li > a:hover,
  #menu-header-nav > li > span:hover {
    color: #fff;
    cursor: pointer;
    background: #00402c;
  }
  #menu-header-nav > li > a:hover span.nav_span {
    color: #fff;
  }
  #menu-header-nav li {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav > li > ul.sub-menu {
    height: auto;
    overflow: hidden;
  }
  #menu-header-nav > li:hover > ul.sub-menu {
    height: auto;
    top: 100%;
    padding-top: 0;
    padding-bottom: 0;
    background: #00402c;
    width: 180%;
    left: -40%;
    border-top: 1px solid #fff;
  }
  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
    border-bottom: 1px solid #fff;
  }
  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 14px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 15px 10px 13px;
    display: block;
  }
  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background: #006c3b;
  }
  #menu-header-nav > li.wide {
    position: inherit;
  }
  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    width: 100%;
    z-index: 4;
    background: #00402c;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px solid #fff;
  }
  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1200px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #menu-header-nav li .submenu-wrap .menutitle {
    text-align: left;
    overflow: hidden;
    display: block;
    font-size: 16px;
    top: 0;
    height: 0;
    position: relative;
    padding-left: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.menutitle a {
    background: none;
    color: #fff;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 16px;
    border-right: none;
  }
  #menu-header-nav li .submenu-wrap .menutitle::before {
    display: none;
  }
  #menu-header-nav li .submenu-wrap .menutitle a {
    display: inline;
    background: none;
    color: #fff;
    padding: 0;
  }
  #menu-header-nav li .submenu-wrap .menutitle a:hover {
    color: #fff !important;
  }
  #menu-header-nav li:hover .submenu-wrap .menutitle {
    height: auto;
    top: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    background: none;
    margin-left: 0;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li {
    position: relative;
    padding-left: 1.5em;
    float: left;
    width: 100%;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title {
    padding-left: 0.4em;
    font-weight: bold;
    line-height: 1.3;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu-title::before {
    display: none;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 10px;
    left: 10px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    background: none;
    color: #fff;
    text-align: left;
    padding: 0.3em 0.2em 0.3em;
    font-size: 14px;
    border-right: none;
  }
  #menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #menu-header-nav > li > ul.sub-menu a {
    border-right: none;
    border-top: none;
  }
  #menu-header-nav li ul li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav > li:hover ul li {
    float: none;
    height: auto;
  }
  #menu-header-nav li > a,
  #menu-header-nav li > span {
    position: relative;
  }
  /* サブメニュー矢印 */
  #menu-header-nav li.has_children > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid #fff !important;
    border: 4px solid transparent;
  }
  #menu-header-nav li.has_children > a:hover:after {
    border-top: 6px solid #fff !important;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl {
    font-weight: bold;
    padding-left: 0;
    margin: 0 0 5px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl:before {
    display: none;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.last {
    margin-bottom: 1em;
  }
  #contents #main {
    min-height: 600px;
  }
  #aside .inq {
    position: fixed;
    right: 5%;
    bottom: 0;
    z-index: 5;
  }
  #aside .inq a {
    display: block;
  }
  #aside .inq .clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #aside .inq .clearfix a:not(:last-child) {
    margin-right: 0;
  }
  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #aside .inq01 {
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    z-index: 100;
  }
  .post-type-blog #main {
    float: left;
    width: 72%;
  }
  .post-type-blog #aside {
    float: right;
    width: 24%;
  }
  #footer #menu-footer-nav {
    width: 49%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 2%;
    float: left;
  }
  #footer .menu-item-has-children {
    float: left;
    margin-left: 2%;
    width: 49%;
  }
  #footer .menu-item-has-children:first-child {
    margin-left: 0;
  }
  #footer .footer_info {
    width: 49%;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .h_info {
    overflow: hidden;
  }
  .h_info .time {
    -webkit-transform: translateX(217px);
            transform: translateX(217px);
    -webkit-transition: 200ms;
    transition: 200ms;
    position: relative;
    z-index: 100000;
  }
  .h_info .time:hover {
    -webkit-transform: none;
            transform: none;
  }
  #menu-header-nav {
    padding-right: 30px;
  }
  #menu-header-nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #menu-header-nav > li a,
  #menu-header-nav > li > span {
    font-size: 1.5vw;
  }
  #menu-header-nav > li > ul.sub-menu > li a,
  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    font-size: 12px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li::before {
    top: 8px;
  }
}
@media screen and (max-width: 1042px) {
  #footer #menu-footer-nav {
    width: 100%;
  }
  #footer .footer_info {
    width: 100%;
    margin-bottom: 1.5em;
  }
  #footer .sub-menu li {
    font-size: 14px;
  }
}
@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: 3em 0;
  }
  #header {
    position: absolute;
    padding: 0;
  }
  #header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    background: #00402c;
  }
  #header h1 {
    padding: 0;
    max-width: 60%;
    text-align: center;
    margin: 3% 0 0 3%;
  }
}
@media screen and (max-width: 767px) and (max-width: 450px) {
  #header h1 {
    margin: 7% 0 0 3%;
  }
}
@media screen and (max-width: 767px) {
  #header > .inner,
  #nav > .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* SP Gメニュー*/
  .headerinner ul.sp {
    overflow: hidden;
    padding: 0;
    z-index: 99999999;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    /* max-width: 100%; */
    max-width: 50%;
    width: 74px;
    height: 82px;
    top: 15px;
    position: relative;
  }
  .headerinner ul li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .headerinner ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .headerinner ul img {
    max-width: 75%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    top: 8px;
    left: 12px;
  }
  #nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 999999;
    padding: 0;
  }
  #nav.fixed {
    height: 100%;
    overflow-x: scroll;
  }
  #nav.fixed {
    position: inherit !important;
    top: auto !important;
  }
  /* #menu-header-nav ------*/
  #menu-header-nav,
  #menu-header-nav .sub-menu {
    /* スライドダウンさせるために隠す */
    display: block;
  }
  #menu-header-nav {
    /* スライドダウンさせるために隠す */
    display: none;
  }
  #menu-header-nav.menu {
    background: #fff;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99;
    border-top: 1px solid #ccc;
    overflow-y: scroll;
    max-height: 90vh;
  }
  #menu-header-nav li .subtxt {
    display: none;
  }
  #menu-header-nav li > a br {
    display: none;
  }
  #menu-header-nav.menu {
    background: #fff;
    top: 100%;
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99999999;
    border-top: 1px solid #ccc;
  }
  #menu-header-nav li {
    display: block;
    text-align: left;
    background: none;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #menu-header-nav li a,
  #menu-header-nav li > span {
    display: block;
    padding: 15px 6px 15px 15px;
    background-position: 5px center;
    background-size: 16px auto;
    width: 100%;
    float: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    color: #444;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #menu-header-nav li ul li.last {
    border-bottom: none;
  }
  #menu-header-nav li span:hover {
    cursor: pointer;
  }
  #menu-header-nav li a:before,
  #menu-header-nav li > span:before {
    /* content: "・" */
  }
  #menu-header-nav li a:hover,
  #menu-header-nav li span:hover {
    color: #333;
    background: #aad9a7;
  }
  #menu-header-nav li.has_children > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-bottom: solid 3px #747474;
    border-right: solid 3px #747474;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-header-nav li:first-child a {
    border-left: none;
  }
  #menu-header-nav .submenu-title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 30px 0;
    border-bottom: none;
  }
  #menu-header-nav .submenu-wrap .menutitle {
    border-top: 1px solid #ccc;
    display: block;
    padding: 0;
    background: #f5f3e9;
    padding-left: 10px;
  }
  #menu-header-nav .sub-menu {
    background: #ddedbb;
    font-size: 15px;
  }
  #menu-header-nav .sub-menu li a {
    padding-left: 25px;
    position: relative;
  }
  #menu-header-nav .sub-menu li a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-top: solid 3px #747474;
    border-right: solid 3px #747474;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #menu-header-nav .nav_span {
    display: none;
  }
  #menu-header-nav .submenu-wrap .menutitle {
    display: none;
  }
  #menu-header-nav .submenu-wrap {
    border-top: none;
  }
  #menu-header-nav .sub-menu li:last-child {
    border-bottom: none;
  }
  #menu-header-nav li.menutitle {
    background: #f5f3e9;
  }
  #menu-header-nav li.menutitle a {
    font-size: 13px !important;
    font-weight: bold;
    padding-left: 27px;
  }
  #menu-header-nav li.menutitle a:hover {
    color: #444;
  }
  #menu-header-nav li.menutitle a:before {
    display: none;
  }
  /*==========================
  #contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }
  #contents {
    margin-bottom: 0;
  }
  /*==========================
  #aside
  ==========================*/
  #aside .inq {
    bottom: 0;
    position: fixed;
    z-index: 10;
    right: 0;
  }
  #aside .inq .clearfix a {
    float: left;
    width: 50%;
  }
  #aside {
    margin-bottom: 0;
  }
  #aside .inq01 {
    position: fixed;
    z-index: 1;
    right: 2%;
    bottom: 15vw;
    width: 5%;
    max-width: 18px;
  }
  /*==========================
  .contentbottom
  ==========================*/
  .bottom01 .column {
    margin: 2% 0 !important;
  }
  /*==========================
  #footer
  ==========================*/
  #footer .footer_info {
    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;
  }
  .copyright {
    padding: 1.2em 0 20%;
  }
}
.inq {
  position: fixed;
  z-index: 20;
}

@media print, screen and (min-width: 768px) {
  .inq {
    right: 80px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inq {
    right: 0;
    bottom: 0;
  }
}
.inq .inq_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.inq .inq_item > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media print, screen and (min-width: 768px) {
  .inq .inq_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}
.inq .inq_item picture, .inq .inq_item img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .inq .inq_item {
    width: 100%;
  }
  .inq .inq_item > *:nth-child(1) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .inq .inq_item > *:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .inq .inq_item > *:nth-child(3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .inq .inq_item > *:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.totop {
  position: fixed;
  bottom: 0;
  right: 0;
}

.totop:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .totop {
    position: absolute;
    bottom: 16vw;
  }
}
.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: #ccdf00;
  color: #fff;
  height: 80px;
  text-align: center;
  width: 80px;
  z-index: 3;
}

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

.totop_item img {
  display: block;
}

@media only screen and (max-width: 767px) {
  .totop_item {
    width: 13.12vw;
    height: auto;
  }
}
a {
  color: #191919;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
}
img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  color: #191919;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .spbasic {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 20px);
  margin-inline: auto;
  width: 1200px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 40px);
  }
}

.wrap {
  overflow: hidden;
}

@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 5%;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.box_border .row:last-child,
.box_bg .row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

body {
  margin-top: 70px !important;
}
@media (min-width: 768px) {
  body {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  #header {
    border: none;
    height: 70px;
    background: #fff;
  }
  #header .h1_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header h1 {
    margin: 15px 0 0 10px;
    width: 230px;
    max-width: initial;
  }
  #header #toggle a {
    width: 70px;
    height: 70px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #header #toggle a img {
    width: 70%;
    height: 70%;
  }
}
@media (min-width: 768px) {
  #header {
    position: sticky;
    background: #fff;
    border: none;
    height: 86px;
  }
  #header h1 {
    width: 300px;
    margin-left: 25px;
    height: 86px;
  }
}

@media (min-width: 768px) {
  #menu-header-nav {
    padding: 19px 0;
  }
  #menu-header-nav > li > a {
    font-size: 18px;
    line-height: 21px;
    font-weight: 500;
    padding: 0 20px;
    height: 48px;
    color: #191919;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    background: #fff;
    border-left: 1px solid #b8b8b8;
  }
  #menu-header-nav > li > a:hover {
    color: #fff;
    background: #01773c;
  }
}

.totop_item {
  background: transparent;
  width: 62px;
  height: 62px;
}

@media (max-width: 767px) {
  .inq .inq_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .inq {
    right: 66px;
    bottom: 0;
    z-index: 100;
  }
  .inq .inq_item {
    gap: 0 5px;
  }
  .totop_item {
    right: 0;
    bottom: 0;
  }
}