@charset "UTF-8";

/*
Theme Name:Original Style - 1column Customize 04
Version:1.1
2016.11.05
header,nav,footerなどの構成の指定
*/
/*===================
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 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;
}

* {
  box-sizing: border-box;
}

body {
 font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 color: #000000;
 line-height: 2;
 letter-spacing: 0.1em;
   font-size: 19px;
}
@media screen and (max-width: 767px) {
body {
 font-size: 16px;
}
}
 body.home {
 background: url("img/bg_body.jpg")repeat;
 }

a:focus, *:focus {
  outline: none;
}

a, a img {
  -webkit-transition: 200ms;
  transition: 200ms;
}

a, a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

img {
  max-width: 100%;
}

/*==========================
base
==========================*/
#contents>.inner, #header>.inner, #footer .inner {
  /* コンテンツ幅 */
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}

/*==========================
#header
==========================*/
#header h1 {
  width: 450px;
  margin-left: 10px;
}

/*==========================
#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none;
}

/*==========================
#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  overflow: hidden;
  position: relative;
  background: url(img/under_title.jpg);
  text-align: center;
  padding: 1em;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-title h2 {
  font-size: 36px;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  line-height: 1.4;
  max-width: 100%;
  width: 1200px;
}

/* パンくず -------------*/
.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%;
  margin-bottom: 0.5em;
  text-align: left;
}

.bread li {
  display: inline-block;
  line-height: 1.3em;
}

.bread li a {
  color: #b28f47;
  text-decoration: underline;
}

.bread li a:hover {
  text-decoration: none;
}

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
.mainblock.under {
  padding-bottom: 40px;
}
}
/*==========================
#side
==========================*/
.inq {
  position: fixed;
  z-index: 10;
}

/* totop */
.totop {
  position: fixed;
  bottom: 0;
  right: 0;
}

.totop:hover {
  cursor: pointer;
}

/*==========================
#footer
==========================*/
#footer {
  padding: 100px 0 0;
  /* background: url(img/f_bg.jpg) no-repeat center / cover; */
  overflow: hidden;
}

body:not(.home) #footer {
  border-top: 1px solid #ccc;
}

#menu-footer-nav .menu-item-has-children>.nav_title {
  width: 100%;
  font-size: 19px;
  font-weight: bold;
  color: #b28f47;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: block;
}

#menu-footer-nav .sub-menu:last-child {
  margin-bottom: 30px;
}

#menu-footer-nav .sub-menu li {
  line-height: 1.6;
  position: relative;
  margin-bottom: 10px;
  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;
  color: #000000;
}

#menu-footer-nav .sub-menu li a:hover {
  color: #b28f47;
}

#footer .logo {
  margin-bottom: 30px;
}
#footer .access{font-size: 24px;line-height: 1.2;letter-spacing: 0.05em;margin: 10px 0 30px;}
#footer .access .text-large{
font-size:30px;
}
#footer .btn-style:nth-child(1) a{
  font-size:20px;
}
#footer .btn-style a{
  padding:10px 35px 10px 10px;
}
#footer .googlemap{
 height:calc(100% - 100px); 
}
.copyright {
  padding: 50px 0 120px;
  line-height: 1.5;
  text-align: center;
}

/********************************
Responsive
*********************************/
@media screen and (min-width: 768px) {

  /* タブレットまで */
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  /*==========================
base
==========================*/
  /*-- 2カラム時の設定 ------------
#main {
  width:720px;
  float:right;
}
#aside {
  width:240px;
  float:left;
  margin-bottom:20px;
}
--------------*/
  /*==========================
#header
==========================*/
  #header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    background: #fff;
  }

  #header>.inner {
    width: 100%;
    max-width: 100%;
  }

  #header .headerinner>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h_info {
    position: absolute;
    top: 0;
    right: 0;
  }

  /*==========================
#nav
==========================*/
  /* PC用グローバルナビゲーション */
  #menu-header-nav {
    float: right;
    padding-right: 390px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    justify-content: flex-end;
  }

  #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 {
    position: relative;
  }

  #menu-header-nav a {
    text-decoration: none;
    display: block;
    text-align: center;
    background-repeat: no-repeat;
    line-height: 1.35em;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
  }

  #menu-header-nav>li {
    position: relative;
  }

  #menu-header-nav>li>a {
    font-size: 19px;
    height: 120px;
    box-sizing: border-box;
    padding: 10px 1.6vw;
    color: #000000;
    position: relative;
    z-index: 200;
    line-height: 1.5;
    letter-spacing: 0.1em;
    transition: 200ms;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #menu-header-nav>li>a span.nav_span {
    font-size: 12px;
    display: block;
    color: #b28f47;
  }

  #menu-header-nav>li>a:hover {
    color: #fff;
    cursor: pointer;
    background: #b28f47;
  }

  #menu-header-nav>li>a:hover span.nav_span {
    color: #fff;
  }

  #menu-header-nav li {
    transition: .2s;
  }

  #menu-header-nav>li>ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 200px;
    box-sizing: border-box;
    text-align: center;
    transition: .2s;
  }

  #menu-header-nav>li>ul.sub-menu {
    height: auto;
    overflow: hidden;
  }

  #menu-header-nav>li:hover>ul.sub-menu {
    height: auto;
    top: 100%;
  }

  #menu-header-nav>li:hover>ul.sub-menu>li {
    border-bottom: 1px solid #ccc;
  }

  #menu-header-nav>li>ul.sub-menu>li a {
    text-align: center;
    color: #000000;
    padding: 12px 5px;
    display: block;
    background: #fff;
  }

  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background: #b28f47;
  }

  /*仕切りボーダー*/
  #menu-header-nav>li>a {
    position: relative;
  }

  /* 幅広ナビ */
  #menu-header-nav>li.wide {
    position: inherit;
  }

  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    transition: 200ms;
width: 100%;
  }

  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    width: 100%;
    z-index: 4;
    background: #fff;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px solid #b28f47;
  }

  #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;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    color: #b28f47;
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    border-bottom: 1px solid #b28f47;
    padding-left: 0;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.menutitle a {
    background: none;
    color: #b28f47;
    text-align: left;
    border-right: none;
    display: block;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li.menutitle a:hover {
    background: #b28f47;
  }

  /* ----------------------幅広サブメニュー */
  #menu-header-nav .submenu-wrap ul.sub-menu {
    position: relative;
    width: 32%;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li {
    width: 100%;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    position: relative;
    padding: 4px 10px 4px 20px;
    text-align: left;
  }

  #menu-header-nav .submenu-wrap ul.sub-menu li a::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 10px;
    left: 4px;
    border-top: solid 1px #b28f47;
    border-right: solid 1px #b28f47;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #menu-header-nav>li:hover .submenu-wrap ul.sub-menu li a:hover {
    text-decoration:underline;
    background: none;
    color: #b28f47;
  }

  /* サブメニュー矢印 */
  #menu-header-nav li.has_children>a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
    width: 4px;

    height: 4px;
    border-right: 1px solid #b28f47;
    border-top: 1px solid #b28f47;
    transform:rotate(135deg);
  }

  #menu-header-nav li.has_children>a:hover:after {
    border-color:#fff;
  }

  /*==========================
#contents
==========================*/
  /* コンテンツのmin-height -------------*/
  #contents #main {
    min-height: 600px;
  }

  /*==========================
#aside
==========================*/
  .inq {
    right: 0;
    top: 180px;
    width: 100px;
  }
/*============
	PC　下固定バナー
============*/
.inq .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inq .bnr_box>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-size: 0;
}

@media print, screen and (min-width: 768px) {
  .inq .bnr_box {
    position: fixed;
    bottom: 0;
    right: 100px;
    gap:0 20px;
  }
}/*============
	PC　下固定バナー
============*/
.inq .bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inq .bnr_box>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  font-size: 0;
}

@media print, screen and (min-width: 768px) {
  .inq .bnr_box {
    position: fixed;
    bottom: 0;
    right: 94px;
    gap: 0;
  }
}
  /*-- ブログページ ------------*/
  .post-type-blog #main {
    float: left;
    width: 72%;
  }

  .post-type-blog #aside {
    float: right;
    width: 24%;
  }

  /*   -------------------------フッター */
  #footer #menu-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #footer .menu-item-has-children:nth-child(1) {
    width: 32%;
  }

  #footer .menu-item-has-children:nth-child(2) {
    width: 64%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #footer .menu-item-has-children:nth-child(2) .sub-menu {
    width: 49%;
  }
}

@media screen and (max-width: 1239px) and (min-width: 768px) {
#header h1 {
  width: 400px;
  margin-left: 8px;
}
  .h_info {
    overflow: hidden;
  }

  .h_info .time {
    transform: translateX(295px);
    transition: 200ms;
    position: relative;
    z-index: 300;
  }

  .h_info .time:hover {
    transform: none;
  }

  #menu-header-nav {
    padding-right: 95px;
  }

  #menu-header-nav>li a {
  }

  #menu-header-nav>li>ul.sub-menu>li a,
  #menu-header-nav .submenu-wrap ul.sub-menu li a {
    font-size: 16px;
  }
  #footer .btn-style{
    max-width:100%;
    width:400px;
  }
  #footer .googlemap {
    height: calc(100% - 160px);
}
}

@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;
}
------------------*/
}

@media screen and (max-width: 767px) {

  /* スマホ */
  .pc {
    display: none !important;
  }

  .page-title {
    padding: 1.4em 0;
    height: auto;
  }

  /*==========================
  base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main , #aside{
  width:480px;
  max-width:96%;
  float:none;
  }*/
  /*==========================
  #header
  ==========================*/
  #header {
    position: absolute;
    padding: 0;
  }

  #header {
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0;
    background: #fff;
  }

  #header .h1_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header h1 {
    max-width: 66%;
    text-align: center;
    margin-left: 0;
    padding: 0 3px;
  }

  #header>.inner, #nav>.inner {
    max-width: 100%;
  }

  /* SP Gメニュー*/
  .headerinner ul.sp {
    overflow: hidden;
    padding: 0;
    z-index: 200;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 30%;
  }


  .headerinner ul img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  #nav {
    padding: 0;
  }

  #nav.fixed {
    position: inherit !important;
    top: auto !important;
  }

  /* #nav ------*/
  #menu-header-nav{
    /* スライドダウンさせるために隠す */
    display: none;
  }
  #nav {
        background: #fff;
        left: 0;
        margin: 0;
        position: absolute;
        top: auto;
        width: 100%;
        z-index: 100;
  }
    #nav {
    overflow-y: scroll;
  }
#nav .menu{
          border-top: 1px solid #ccc;
}
  #nav li>a br {
    display: none;
  }

  #nav.menu {
    top: 100%;
    z-index: 9999;
  }

  #nav li {
    display: block;
    background: none;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  #nav li a {
    display: block;
    padding: 14px 6px 14px 15px;
    width: 100%;
    position: relative;
    color: #444;
  }

  #nav .menu-header-nav-inner>li>a:before {
    content: "-";
    padding-right: 6px;
  }

  #nav li a:hover {
    color: #fff;
    background: #b28f47;
    text-decoration: none;
    cursor:pointer;
  }

  #nav a::after {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 18px;
    margin: -5px 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 li.has_children>a::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav li.has_children .sub-menu a::after {
    height: 5px;
    width: 5px;
  }

  #nav .submenu-wrap .menutitle {
    display: block;
    padding: 0;
    background: #d8ae4f;
    color:#fff;
    font-weight: bold;
    /* padding: 14px 6px 14px 15px; */
  }

  /*   タイトルにリンクがある場合 */
  /*   #nav .submenu-wrap .menutitle {
  padding:0;
  } */
  #nav .submenu-wrap .menutitle a {
    color: #fff;
  }

  #nav .sub-menu {
    background: #f2ede6;
  }

  #nav .sub-menu li a {
    padding-left: 25px;
  }

  #nav .sub-menu:last-child li:last-child {
    border-bottom: none;
  }

  /*==========================
  #contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em;
  }

  #contents {
    margin-bottom: 0;
  }

  /*==========================
  #side
  ==========================*/
  .inq {
    right: 0;
    bottom: 0;
  }

  .totop {
    position: fixed;
    bottom: 22vw;
    width: 15%;
  }

  .inq .bnr_box {display: flex;justify-content: center;align-items: flex-end;letter-spacing: 0;font-size:0;width: 100%;}
.inq .bnr_box li{
  width:50%;
}
  .inq .bnr_box a{
  letter-spacing: 0;
  font-size:0;
}
  /*==========================
  #footer
  ==========================*/
  #footer {
    padding: 40px 0 0;
    font-size:14px;
  }
  #footer .column+.column {
    margin-top: 30px;
  }

  #footer li.menu-item-has-children:nth-child(1),
  #footer li.menu-item-has-children:nth-child(2) {
    width: 100%;
  }

  #footer .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #footer .sub-menu li {
    width: 49%;
  }

  #footer .logo {
    width:80%;
    margin: auto;
    margin-bottom: 30px;
  }
#footer .access{
  font-size: 14px;
  margin: 0 0 20px;
}
  #footer .access .text-large {
    font-size: 24px;
}
  #footer .btn-style a,
  #footer .btn-style:nth-child(1) a {
    font-size: 16px;
    height: 55px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 5px 35px 5px 10px;
}
  .copyright {
    padding: 30px 0 25vw;
  }
}

@media screen and (max-width: 480px) {

  /* スマホ480px */
  /*==========================
  #contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right;
  }
}
/* タブレットのみ表示 */
@media screen and (min-width: 1240px) {
	.tb{
		display:none;
	}
}
@media screen and (max-width: 767px) {
	.tb{
		display:none;
	}
}