@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
header,nav,footerなどの構成の指定
*/
/* ======== カラーメモ ========

メインカラー: #ac9472;
メインカラー:hover: #6f5a3c;
サブカラー: #a2be97;
logoサイズ: 289px;

*/
/*===================
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;
    text-decoration: 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: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  color: #1b1b1b;
  background: #fff;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:focus,
*:focus {
  outline: none;
}

a,
a img {
  -webkit-transition: none;
  transition: none;
}

a,
a:visited {
  color: #1b1b1b;
}

@media (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: underline !important;
  }
}

a:hover {
  text-decoration: none;
  color: #ac9472;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
}

/*==========================
base
==========================*/
#contents > .inner,
#footer .inner {
  /* コンテンツ幅 */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

#header > .inner {
  overflow: visible;
  margin: 0 auto;
  max-width: 96%;
}

body:not(.home) #contents > .inner {
  width: 1000px;
}

/*==========================
#header
==========================*/
#header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body:not(.home) #header .logo_wh {
  display: none;
}

#header h1 {
  display: block;
  float: left;
  max-width: 26%;
  width: 479px;
}

#header h1 img {
  width: 100%;
}

#header h1 a:hover img {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
}

#header .parking_text {
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

#header .parking_text p {
  margin: 0;
  color: #fff;
  font-size: clamp(12px, 1.5vw, 20px);
  padding: 0.2em 1em;
  border: solid 1px #fff;
  font-weight: lighter;
}

body:not(.home) #header .parking_text p {
  color: #1b1b1b;
  border: solid 1px #1b1b1b;
}

/*==========================
#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

#nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*==========================
#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  background: url(img/under_title.jpg) no-repeat center/cover;
  padding: 3.5em 0;
}

.page-title h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 auto;
}

/* パンくず -------------*/
.bread_wrap {
  margin-bottom: 2.5em;
}

.home .bread_wrap {
  margin-bottom: 0;
}

.bread_wrap .bread {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  max-width: 96%;
}

.bread {
  padding: 0.4em 0 0.4em;
  font-size: 82%;
  /*13px*/
  margin-bottom: 0.5em;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #ac9472;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 2.5em;
}

/*==========================
#aside
==========================*/
.inq {
  position: fixed;
  bottom: 0px;
  right: 100px;
  z-index: 100;
}

/*==========================
.contentbottom
==========================*/
.footer01 {
  padding: 3% 0;
  background: url(img/footer_bg01.jpg) no-repeat center/cover;
}

.footer01 .logo {
  margin-bottom: 3%;
}

.footer01 .columns {
  margin-top: 1em;
}

.footer01 .time-table {
  margin-bottom: 5px;
}

.footer01 .parking {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
}

.footer01 .parking span.icon {
  font-size: 88.88%;
  padding: 0.2em 0.3em 0.2em 35px;
  margin: 0 0.5em;
  border: 1px solid #fff;
  position: relative;
}

.footer01 .parking span.l {
  font-size: 111.11%;
}

.footer01 .parking span.icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 14px;
  background: url(img/f_icon_car.png);
}

.footer_map .googlemap {
  margin: 0;
}

/*==========================
#footer
==========================*/

#footer {
  border-top: 2px solid #f7f4f0;
  padding: 0;
  text-align: left;
  padding: 90px 0 0 0;
}
body.top #footer {
  border-top: none;
}

#footer .ft_table th,
#footer .ft_table td {
  padding: 0.3em 0;
}

#footer .ft_table th {
  width: 100px;
}

#footer .ft_tit {
  font-size: 20px;
  color: #ac9472;
  font-weight: bold;
  border-bottom: solid 1px #ac9472;
  margin-bottom: 1em;
}

#footer .ft_tit .sub {
  font-size: 16px;
  color: #1b1b1b;
  margin-left: 0.5em;
}

#footer .ft_tel {
  font-size: 28px;
}

#footer .ft_web_btn a {
  width: 480px;
  max-width: 100%;
  font-size: 20px;
}

#footer .ft_web_btn a span {
  padding-left: 40px;
  position: relative;
}

#footer .ft_web_btn a span:before {
  content: "";
  display: block;
  position: absolute;
  width: 29px;
  height: 23px;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(img/pc_icon.png) no-repeat center;
}

#footer .googlemap {
  padding-bottom: 80%;
}

.menu-footer-nav .sub-menu {
  font-size: 16px;
  margin: 1em auto;
}

.menu-footer-nav .sub-menu li {
  line-height: 1.5;
  position: relative;
  margin: 0 0 0.5em;
  padding-left: 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;
}

.menu-footer-nav .sub-menu li a:hover {
  color: #a2be97;
}

#footer .googlemap iframe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.copyright {
  font-size: 14px;
  padding: 1.5em 0 100px;
  line-height: 1.5;
  text-align: center;
}

/********************************
Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  body:not(.home) {
    padding-top: 140px !important;
  }
  .sp {
    display: none !important;
  }
  /*==========================
base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
  width:720px;
  float:right;
}
#aside {
  width:240px;
  float:left;
  margin-bottom:20px;
}
--------------*/
  /*==========================
#header
==========================*/
  body.home #header:not(.scrolling) h1 .logo_bk {
    display: none;
  }
  body.home #header:not(.scrolling) #menu-header-nav a,
  body.home #header:not(.scrolling) #menu-header-nav > li > span {
    color: #fff;
  }
  body.home #header.scrolling h1 .logo_wh {
    display: none;
  }
  body.home #header.scrolling .parking_text p {
    color: #1b1b1b;
    border-color: #1b1b1b;
  }
  body:not(.home) #header .logo_wh {
    display: none;
  }
  #header {
    padding: 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  #header.scrolling {
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  }
  #header h1 {
    height: 140px;
    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 {
    float: left;
    height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /*==========================
#nav
==========================*/
  #nav {
    width: 100%;
    z-index: 100;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 0;
  }
  /* PC用グローバルナビゲーション */
  #menu-header-nav {
    float: right;
    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;
    color: #1b1b1b;
  }
  #menu-header-nav > li {
    position: relative;
    float: left;
  }
  #menu-header-nav > li > a,
  #menu-header-nav > li > span {
    font-size: 16px;
    height: 140px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 1.5em;
    position: relative;
    z-index: 20000;
    line-height: 1.5;
    -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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #menu-header-nav > li > a span.nav_span,
  #menu-header-nav > li > span span.nav_span {
    font-size: 12px;
    display: block;
    color: #a2be97;
  }
  #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: #ac9472;
  }
  #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: #ac9472;
    width: 140%;
    left: -20%;
    border-top: 1px solid #fff;
    color: #fff;
  }
  #menu-header-nav > li > ul.sub-menu > li {
    width: 100%;
    height: 0;
  }
  #menu-header-nav > li:hover > ul.sub-menu > li {
    float: none;
    height: auto;
    border-bottom: 1px solid #fff;
  }
  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 10px 10px 8px;
    display: block;
  }
  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background: #6f5a3c;
  }
  /*仕切りボーダー*/
  /* #menu-header-nav li > a, #menu-header-nav li > span {
  position: relative;
  border-right: 1px solid #e0dbc8;
}
#menu-header-nav li.nav01 > a {
  border-left: 1px solid #e0dbc8;
} */
  /* サブ */
  #menu-header-nav > li.wide {
    position: inherit;
  }
  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #fff;
  }
  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    width: 100%;
    z-index: 4;
    background: #ac9472;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px solid #fff;
  }
  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #menu-header-nav li .submenu-wrap .menutitle {
    text-align: left;
    overflow: hidden;
    display: block;
    font-size: 16px;
    top: 0;
    height: 0;
    position: relative;
    padding-left: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    -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: 16px;
    border-right: none;
  }
  #menu-header-nav > li:hover .submenu-wrap ul.sub-menu li a:hover {
    color: #e5daca !important;
    text-decoration: none;
  }
  #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: 1em;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 6px solid #a2be97 !important;
    border: 4px solid transparent;
  }
  #menu-header-nav li.has_children > a:hover:after {
    border-top: 6px solid #fff !important;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl {
    font-weight: bold;
    padding-left: 0;
    margin: 0 0 5px;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl:before {
    display: none;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.last {
    margin-bottom: 1em;
  }
  /*==========================
#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }
  /*==========================
#aside
==========================*/
  #aside .inq a {
    display: block;
  }
  #aside .inq .clearfix {
    position: fixed;
    right: calc(100px + 5%);
    bottom: 1px;
    z-index: 5;
  }
  #aside .inq .clearfix a:not(:last-child) {
    margin-bottom: 4px;
  }
  #aside .inq a:hover img {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #aside .inq {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  /*-- ブログページ ------------*/
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%;
  }
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%;
  }
  .post-type-blog #main {
    float: right;
    width: 72%;
  }
  .post-type-blog #aside {
    float: left;
    width: 24%;
  }
  /*==========================
.contentbottom
==========================*/
  .footer_map .googlemap {
    padding-bottom: 25%;
  }
  /*==========================
#footer
==========================*/
  
  
  #footer {
    margin-top: 50px;
  }
  body.top #footer {
    margin-top: 0;
  }
  
  .menu-footer-nav-container {
    margin-top: 90px;
  }
  #footer .menu-footer-nav {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /*margin-right: 2%;
  float: left;*/
  }
  #footer .menu-footer-nav .menu-item-has-children {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 1220px) and (min-width: 768px) {
  #header h1{
    margin-left:0;
    height: 80px;
    line-height: 1;
  }
  #header .parking_text{
    height:80px;
  }
  .h_info {
    overflow: hidden;
    max-width: 10%;
  }
  #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: 14px;
    padding: 10px 0.5em;
  }
    #menu-header-nav > li >a{
    height: 80px;
  }
  #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) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
  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_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: 1em 0;
  }
  /*==========================
  base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main , #aside{
  width:480px;
  max-width:96%;
  float:none;
  }*/
  /*==========================
  #header
  ==========================*/
  #header {
    padding: 0;
  }
  #header h1 {
    padding: 0;
    max-width: 100%;
    text-align: center;
    margin: 20px auto;
    float: none;
    max-width: 80%;
  }
  #header > .inner,
  #nav > .inner {
    max-width: 100%;
  }
  #header .parking_text {
    display: none;
  }
  #header h1 .logo_wh {
    display: none;
  }
  /* SP Gメニュー*/
  .headerinner ul.sp {
    background-color: #fff;
    overflow: hidden;
    padding: 0;
    z-index: 9;
    max-width: 100%;
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .headerinner ul.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .headerinner ul li {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 0;
  }
  .headerinner ul li:last-child {
    border: none;
  }
  .headerinner ul img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #nav {
    background: #fff;
    -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;
  }
  #menu-header-nav li .subtxt {
    display: none;
  }
  #menu-header-nav li > a br {
    display: none;
  }
  #menu-header-nav.menu {
    background: #fff;
    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: 14px 6px 13px 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:hover,
  #menu-header-nav li span:hover {
    color: #fff;
    background: #ac9472;
  }
  #menu-header-nav li.menu-item > a {
    position: relative;
  }
  #menu-header-nav li.menu-item > a::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 0 0 0;
    border-bottom: solid 3px #ccc;
    border-right: solid 3px #ccc;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-header-nav li.has_children > a::after {
    -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: #f7f7f7;
    padding-left: 10px;
  }
  #menu-header-nav .sub-menu {
    background: #f7f7f7;
    font-size: 15px;
  }
  #menu-header-nav .sub-menu li a {
    padding-right: 25px;
    position: relative;
  }
  #menu-header-nav .sub-menu li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-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: #d5e7ef;
  }
  #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;
  }
  #menu_bk {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.2);
    display: none;
  }
  #nav .has_children > .submenu-sp {
    display: none;
  }
  #menu-header-nav .submenu-wrap ul.sub-menu li.submenu_ttl > span {
    background: #8a735c;
    color: #fff;
  }
  /*==========================
  #contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }
  #contents {
    margin-bottom: 0;
  }
  /*==========================
  #aside
  ==========================*/
  #aside .inq {
    bottom: 0;
    position: fixed;
    z-index: 1;
    right: 0;
  }
  #aside .inq .clearfix a {
    float: left;
    width: 100%;
  }
  #aside {
    margin-bottom: 0;
  }
  #aside .inq01 {
    position: relative;
    bottom: 0px;
    text-align: right;
    width: 15%;
    max-width: 93px;
    margin-left: auto;
  }
  /*==========================
  .contentbottom
  ==========================*/
  .footer01 .parking {
    font-size: 16px;
  }
  /*==========================
  #footer
  ==========================*/
  #footer {
    padding: 50px 0 0;
  }
  #footer .logo{
    max-width:90%;
    margin:auto;
  }
  #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;
  }
  .menu-footer-nav .sub-menu {
    margin: 0;
  }
  #menu-footer-nav,
  #menu-footer-nav-sitemap {
    margin-top: 20px;
  }
  .copyright {
    padding: 1.2em 0 15%;
  }
}

@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
  #header
  ==========================*/
  #header {
    padding: 0;
  }
  #header h1 {
    max-width: 80%;
  }
  /*==========================
  #nav
  ==========================*/
  /*==========================
  #contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
  /*==========================
  #footer
  ==========================*/
}

/*============
	inq
============*/
.inq {
  position: fixed;
}

@media only screen and (max-width: 767px) {
  .inq {
    right: 0;
    bottom: 0;
  }
}

/* inq_item */
.inq .inq_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.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 a:not(:last-child) {
    margin-right: 5px;
  }
  .inq .inq_item a {
    border: 1px solid #fff;
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .inq .inq_item {
    border-top: 1px solid #fff;
  }
}

/*============
	totop
============*/
/* totop */
.totop {
  position: fixed;
  bottom: 0;
  right: 0;
}

.totop:hover {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .totop {
    position: absolute;
    top: -50px;
  }
}

/* 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;
  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;
}

.totop_item img{
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .totop_item {
    height: 50px;
    width: 50px;
  }
}
/*# sourceMappingURL=common.css.map */