@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; }

@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: YuMincho, "Times New Roman", "Yu Mincho", "Hiragino Mincho ProN", "HG明朝E", "MS PMincho", "MS Mincho", serif;
  color: #0f0f0f;
  background: #fff;
  line-height: 1.8em;
  letter-spacing: 0;
  font-size: 15px; }
  @media screen and (max-width: 999px) {
    body {
      padding-top: 78px; } }

a:focus,
*:focus {
  outline: none; }

a,
a img {
  -webkit-transition: none;
  transition: none; }

a,
a:visited {
  color: #0f0f0f; }

a:hover {
  text-decoration: none;
  transition: all 0.3s; }

a:hover img {
  transition: all 0.3s;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer; }

img {
  max-width: 100%;
  max-height: 100%; }

/*==========================
base
==========================*/
#contents .container {
  /* topコンテンツ幅 */
  margin: 0 auto;
  max-width: 96%; }
  @media (min-width: 768px) {
    #contents .container {
      width: 1200px; } }

#header > .inner,
#nav > .inner {
  width: 100%;
  margin: 0 auto; }

#contents > .clearfix {
  overflow: visible; }

/*==========================
#header
==========================*/
#header {
  box-sizing: border-box; }
  @media screen and (min-width: 1000px) {
    #header {
      padding: 0;
      width: 100%;
      z-index: 100;
      background: #fff;
      height: 100px;
      position: relative;
      transition: all 0.3s; }
      #header .sp {
        display: none; }
      #header > .clearfix {
        overflow: visible;
        max-width: 100% !important;
        margin: 0 3%; }
      #header .sp-header-items {
        display: none; } }

@media screen and (min-width: 1000px) {
  #header h1 {
    display: block;
    margin: 0;
    position: absolute;
    z-index: 999;
    left: 3%;
    top: 30%; }
    #header h1 img {
      max-width: 359px;
      width: 100%;
      max-height: 48px; } }

@media screen and (max-width: 999px) {
  #header h1 {
    display: block;
    float: left;
    max-width: 40%;
    margin: 0;
    margin-top: 2%; }
    #header h1 img {
      width: 328px !important;
      height: 44px; } }

.h_info {
  float: right;
  overflow: hidden;
  margin-left: 2%;
  margin-top: 0;
  box-sizing: border-box;
  text-align: right;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 999px) {
  /*==========================
  #header
  ==========================*/
  #header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 92px;
    z-index: 999;
    transition: all 0.3s; }
    #header .pc {
      display: none; }
    #header .sp_header_info_area {
      position: absolute;
      top: 18%;
      right: 70px;
      display: flex;
      align-items: center; }
      #header .sp_header_info_area .header_mail {
        margin-left: 20px; }
    #header .sp-header-items {
      display: block; }
      #header .sp-header-items .sp-list-flex {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
      #header .sp-header-items #toggle {
        height: 36px;
        width: 44px;
        display: flex;
        align-items: center;
        justify-content: center; }
        #header .sp-header-items #toggle .menu_open {
          display: block; }
        #header .sp-header-items #toggle .menu_close {
          display: none; }
        #header .sp-header-items #toggle.menus_open .menu_open {
          display: none; }
        #header .sp-header-items #toggle.menus_open .menu_close {
          display: block; }
    #header .container_header {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  #header h1 {
    text-align: center;
    margin: 20px 1%;
    float: none;
    max-width: 60%; }
  #header > .inner,
  #nav > .inner {
    max-width: 100%; }
  #header .headerbox {
    padding: 20px 10px 0;
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    transition: 0.8s;
    z-index: 99;
    box-sizing: border-box;
    border-bottom: 1px solid #fff; }
  .home #header .headerbox {
    border-bottom: none; }
  #header.activheader .headerbox {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(15, 15, 15, 0.3); }
  #header .header_address {
    max-width: 13%; }
  /* #header #toggle {
    position: fixed;
    top: 18px;
    right: 20px;
    display: block;
    color: #977a5e;
    font-size: 36px;
    line-height: 1.2;
    float: right;
    z-index: 999;
    text-align: center;
    max-width: 10%;
  }
  #header #toggle span {
    font-size: 17px;
    display: block;
    color: #29231c;
    text-align: center;
  } */
  #header.activheader #toggle {
    color: #111; }
  #header.activheader .toggle {
    color: #fff; }
  .headerinner ul.sp-only {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: auto;
    transform: translateY(-50%);
    max-width: 50%;
    list-style: none;
    display: flex; }
  .headerinner ul li {
    box-sizing: border-box;
    margin: 0 5px; }
  .headerinner ul img {
    max-width: 80%;
    width: 80%;
    margin: 0 auto;
    box-sizing: border-box; } }

/*==========================
#nav
==========================*/
.menu-sp-nav-container {
  /* スマホ用メニューを隠す */
  display: none; }

.fixed {
  /* javascript用 */
  position: fixed;
  top: 0; }

#nav {
  background: #fff;
  box-sizing: border-box; }

/* PC Gメニュー*/
@media screen and (min-width: 1000px) {
  .pc-only03 {
    display: block; }
  .sp-only03 {
    display: none; }
  #nav {
    z-index: 100;
    box-sizing: content-box;
    position: absolute;
    padding: 0;
    bottom: auto;
    top: 45%;
    right: 3%;
    left: auto;
    margin: auto;
    text-align: center;
    background: transparent; }
  /* PC用グローバルナビゲーション */
  #menu-header-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #menu-header-nav > li {
      position: relative;
      float: left;
      padding: 0 1.1em; } }
    @media screen and (min-width: 1000px) and (max-width: 1500px) {
      #menu-header-nav > li {
        padding: 0 0.5em; } }

@media screen and (min-width: 1000px) {
      #menu-header-nav > li.has_children {
        padding: 0; }
        #menu-header-nav > li.has_children > ul {
          opacity: 0; }
        #menu-header-nav > li.has_children:hover > ul {
          opacity: 1; }
        #menu-header-nav > li.has_children a {
          padding: 0 1.5em; }
    #menu-header-nav li {
      box-sizing: border-box; }
    #menu-header-nav .nav_sns_item {
      padding: 0 0.5em; }
      #menu-header-nav .nav_sns_item a {
        border: none; }
        #menu-header-nav .nav_sns_item a:hover {
          border: none; }
  #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;
    box-sizing: border-box;
    transition: none; }
  #menu-header-nav > li > a,
  #menu-header-nav > li > span {
    font-size: 16px;
    box-sizing: border-box;
    color: #0f0f0f;
    font-weight: normal;
    border-bottom: 4px solid transparent;
    position: relative;
    z-index: 20000;
    line-height: 1.5;
    transition: 200ms; }
  #menu-header-nav > li > a span.nav_span,
  #menu-header-nav > li > span span.nav_span {
    color: #0f0f0f;
    font-size: 12px;
    display: block; }
  #menu-header-nav > li.nav01 > a::before {
    left: 0; }
  #menu-header-nav > li > a:hover,
  #menu-header-nav > li > span:hover {
    color: #0f0f0f;
    cursor: pointer;
    border-bottom: 4px solid #0f0f0f; }
  #menu-header-nav > li > a:hover span.nav_span {
    color: #fff; }
  #menu-header-nav li {
    transition: 0.2s;
    padding-top: 15px; }
  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    background: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    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: #0f0f0f;
    width: 140%;
    left: -20%;
    border-top: 1px solid #fff; }
  #menu-header-nav > li.nav03:hover > ul.sub-menu {
    width: 210%;
    left: -55%; }
  #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;
    padding-left: 0;
    margin-bottom: 0; }
  #menu-header-nav > li > ul.sub-menu > li a {
    font-size: 16px;
    text-align: center;
    text-indent: inherit;
    color: #fff;
    padding: 15px 10px 15px;
    display: block; }
  #menu-header-nav ul.sub-menu li a:hover {
    color: #fff;
    background: #292929; }
  /*仕切りボーダー*/
  #menu-header-nav > li:before {
    content: "";
    content: none;
    position: absolute;
    top: 0.2em;
    right: 0;
    margin: auto;
    width: 1px;
    height: 0.9em;
    background: #c8c8c8; }
  #menu-header-nav > li:last-child:before {
    content: none; }
  /* サブ */
  #menu-header-nav li .submenu-wrap {
    height: 0;
    overflow: hidden; }
  #menu-header-nav li:hover .submenu-wrap {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 4;
    background: #0f0f0f;
    overflow: hidden;
    height: auto;
    padding-bottom: 2em;
    padding-top: 2em;
    border-top: 1px solid #fff;
    transition: 0.2s; }
  #menu-header-nav li .submenu-wrap .submenu-inner {
    width: 1000px;
    max-width: 96%;
    margin: 0 auto 0;
    overflow: hidden;
    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;
    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;
    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: 16px;
    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;
    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: #fff;
    text-decoration: underline; }
  #menu-header-nav ul.sub-menu {
    position: absolute;
    padding: 0;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    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: auto;
    font-size: 20px;
    right: 15px;
    bottom: auto;
    top: -5px;
    margin: auto;
    width: 0;
    height: 0; }
  #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; } }

@media screen and (max-width: 999px) {
  .pc-only03 {
    display: none !important; }
  .sp-only03 {
    display: block !important; }
  /*==========================
  base
  ==========================*/
  /*-- 2カラム時の設定 ------------
  #main , #aside{
  width:480px;
  max-width:96%;
  float:none;
  }*/
  /* ---- nav ---- */
  #nav {
    background: rgba(15, 15, 15, 0.8);
    box-sizing: border-box;
    z-index: 999999;
    padding: 0;
    margin: 0;
    height: 0;
    width: 100%;
    margin-top: 92px;
    height: 100%;
    transition: all 0.7s ease-out;
    transform: translateY(-200px);
    opacity: 0;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    visibility: hidden; }
  #nav.fixed {
    height: 100%;
    overflow-x: scroll;
    position: inherit !important;
    top: auto !important; }
  #nav.open {
    transform: translate(0);
    visibility: visible;
    opacity: 1; }
  #close {
    padding-top: 50px;
    position: relative; }
  #close a {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 40px;
    display: block; }
  #close a:before,
  #close a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 4px;
    height: 40px;
    background: #fff; }
  #close a:before {
    transform: rotate(45deg); }
  #close a:after {
    transform: rotate(-45deg); }
  .sp-nav_sns_items {
    display: flex !important;
    justify-content: center;
    margin-top: 2.5em; }
    .sp-nav_sns_items li {
      margin: 0 10px; }
  /* #menu-header-nav */
  #menu-header-nav,
  #menu-header-nav .sub-menu {
    /* スライドダウンさせるために隠す */
    display: block; }
  #menu-header-nav ul.menu {
    left: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    z-index: 99999999;
    border-top: 1px solid #ccc; }
  #menu-header-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; }
  #menu-header-nav ul li .subtxt {
    display: none; }
  #menu-header-nav ul li > a br {
    display: none; }
  #menu-header-nav ul li.nav03 ul.sub-menu > li:first-child {
    border-top: none; }
  #menu-header-nav ul li.nav04 ul.sub-menu > li:nth-child(2) {
    border-top: none; }
  #menu-header-nav ul li a,
  #nav ul li > span {
    display: block;
    padding: 14px 6px 13px 15px;
    background-position: 5px center;
    background-size: 14px auto;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    color: #fff; }
  #menu-header-nav ul li ul li.last {
    border-bottom: none; }
  #menu-header-nav ul li span:hover {
    cursor: pointer; }
  #menu-header-nav ul li a:before,
  #menu-header-nav ul li > span:before {
    content: "・"; }
  #menu-header-nav ul li a:hover,
  #menu-header-nav ul li span:hover {
    color: #0f0f0f; }
  #menu-header-nav li.has_children > a:after,
  #menu-header-nav li.nav05 > span: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;
    transform: rotate(45deg); }
  #menu-header-nav li a {
    display: block;
    text-align: left;
    padding: 15px 15px;
    position: relative;
    color: #fff;
    text-decoration: none; }
  #menu-header-nav li:first-child a {
    border-left: none; }
  #menu-header-nav .submenu-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    padding: 10px 30px 0;
    border-bottom: none; }
  #menu-header-nav .nav_span {
    display: none; }
  #menu-header-nav .sub-menu {
    display: none;
    background: none;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.7); }
  #menu-header-nav .sub-menu li {
    display: block; }
  #menu-header-nav .sub-menu li a {
    padding-left: 25px; }
  #menu-header-nav .sub-menu li > a {
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
    background: #292929; }
  #menu-header-nav .sub-menu li > a:before {
    content: "- "; }
  #menu-header-nav .sub-menu li > a:hover {
    background: #fff; }
  #menu-header-nav .submenu-wrap {
    border-top: none; }
  #menu-header-nav .submenu-wrap,
  #menu-header-nav .sub-menu {
    border-top: 1px solid #ccc; }
  #menu-header-nav .submenu-wrap .menutitle {
    border-top: 1px solid #ccc;
    display: block;
    padding: 0;
    background: #f7f7f7;
    padding-left: 10px; }
  #menu-header-nav .submenu-wrap .menutitle {
    display: none; }
  #menu-header-nav ul li.menutitle {
    background: #d5e7ef; }
  #menu-header-nav ul li.menutitle a {
    font-size: 16px !important;
    font-weight: bold;
    padding-left: 27px; }
  #menu-header-nav ul li.menutitle a:hover {
    color: #0f0f0f; }
  #menu-header-nav ul li.menutitle a:before {
    display: none; }
  #menu-header-nav .toggle {
    display: block;
    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 20px;
    padding-right: 13px;
    padding-top: 20px;
    border-bottom: 1px solid #fff;
    text-align: right; }
  /*#menu-header-nav {
  display: none;
  z-index: 99;
  position: absolute;
  left: 0;
  	top: 85px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  }*/
  #menu-header-nav > li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0; }
  #menu-header-nav > li::before,
  #menu-header-nav > li::after {
    display: none; }
  #menu-header-nav > li > a:hover {
    background: #292929;
    opacity: 1; }
  #header.activheader #menu-header-nav li a {
    color: #fff; }
  #header.activheader .menu-header > li.contact a,
  #header.activheader .menu-header > li.contact a:hover,
  .menu-header > li.contact a,
  .menu-header > li.contact a:hover {
    background: none;
    width: auto;
    border: none;
    line-height: inherit;
    height: auto;
    border-radius: 0;
    color: #fff; }
  .menu-item-has-children > a {
    position: relative; }
  .menu-item-has-children > a::after {
    position: absolute;
    content: "";
    right: 15px;
    top: 25px;
    width: 8px;
    height: 8px;
    border-bottom: solid 2px #473619;
    border-right: solid 2px #473619;
    transform: rotate(45deg); }
  .menu-item-has-children.activelink > a::after {
    transform: rotate(225deg); } }

@media screen and (max-width: 1000px) {
  /*コンテンツが横幅いっぱいになったら*/
  /*==========================
  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;
}
------------------*/ }

/*==========================
#contents
==========================*/
/* H2タイトル -------------*/
.page-title {
  background: url("http://relest1.sakura.ne.jp/okura-group.co.jp/wp-content/themes/my-template/img/under_h2_bg_image001.jpg") no-repeat center/cover;
  position: relative;
  height: 320px;
  margin-bottom: 40px;
  border-bottom: 0; }
  @media screen and (max-width: 767px) {
    .page-title {
      height: auto;
      min-height: 190px; } }
  .page-title .l-pageTitle__title {
    background: #000;
    color: #fff !important;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: -40px;
    padding: 34px 200px 34px 80px;
    display: flex;
    align-items: center;
    min-width: 520px; }
    @media screen and (max-width: 767px) {
      .page-title .l-pageTitle__title {
        padding: 16px 32px;
        margin-right: 32px !important;
        width: calc(100% - 32px);
        min-width: 0; } }
    .page-title .l-pageTitle__title span {
      font-size: 1.42857rem;
      letter-spacing: 0.075em;
      display: block;
      color: #009f3e;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 700;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .page-title .l-pageTitle__title span {
          font-size: 18px;
          margin-bottom: 10px; } }
    .page-title .l-pageTitle__title h2 {
      font-size: 2.85714rem;
      letter-spacing: 0.2em;
      font-weight: bold;
      margin-bottom: 0 !important;
      min-height: 50px; }
      @media screen and (max-width: 767px) {
        .page-title .l-pageTitle__title h2 {
          min-height: 60px;
          font-size: 24px; } }

/* パンくず -------------*/
.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: 93%;
  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: #0f0f0f; }

.bread li a:hover {
  text-decoration: none; }

/* コンテンツの下部余白 -------------*/
.mainblock.under {
  padding-bottom: 2.5em; }

/*==========================
#aside
==========================*/
.inq01 {
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 100; }

/*==========================
.contentbottom
==========================*/
/*==========================
#footer
==========================*/
#footer {
  text-align: left;
  background: url("http://relest1.sakura.ne.jp/okura-group.co.jp/wp-content/themes/my-template/img/footer-bg001.jpg") no-repeat bottom/cover;
  padding: 80px 0;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 40px 0;
      padding-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    #footer .container {
      max-width: 1200px;
      margin: 0 auto; } }
  #footer .footer-logo-contents figure {
    text-align: center;
    padding-bottom: 50px;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #footer .footer-logo-contents figure {
        max-width: 90%;
        padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #footer .menu-footer-nav-container {
      width: 96%;
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    #footer .menu-footer-nav-container .row {
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    #footer .info-area01 {
      width: 20%; } }
  #footer .info-area01 h3 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  #footer .info-area01 ul li {
    margin-bottom: 5px; }
    #footer .info-area01 ul li a {
      text-decoration: none;
      color: #fff;
      border-bottom: 2px solid transparent;
      transition: all 0.3s;
      padding-bottom: 5px; }
      #footer .info-area01 ul li a:hover {
        border-color: #fff; }
  @media screen and (min-width: 768px) {
    #footer .info-area02 {
      width: 55%; } }
  #footer .info-area02 h3 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  #footer .info-area02 ul li {
    margin-bottom: 5px; }
    #footer .info-area02 ul li a {
      text-decoration: none;
      color: #fff;
      border-bottom: 2px solid transparent;
      transition: all 0.3s;
      padding-bottom: 5px; }
      #footer .info-area02 ul li a:hover {
        border-color: #fff; }
  #footer .info-area02 .flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #footer .info-area02 .flex .item01,
    #footer .info-area02 .flex .item02 {
      width: 49%; }
  @media screen and (min-width: 768px) {
    #footer .info-area03 {
      width: 20%; } }
  #footer .info-area03 h3 {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 15px; }
  #footer .info-area03 ul li {
    margin-bottom: 5px; }
    #footer .info-area03 ul li a {
      text-decoration: none;
      color: #fff;
      border-bottom: 2px solid transparent;
      transition: all 0.3s;
      padding-bottom: 5px; }
      #footer .info-area03 ul li a:hover {
        border-color: #fff; }
  #footer .footer-copy-contents {
    color: #fff;
    line-height: 1.5;
    padding-top: 1.5em;
    text-align: center; }

.mainimage {
  position: relative; }
  .mainimage .scroll figure {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
    z-index: 1;
    text-align: center;
    padding-bottom: 20px;
    width: fit-content; }
    @media screen and (max-width: 500px) {
      .mainimage .scroll figure {
        bottom: 3%; } }
    .mainimage .scroll figure img {
      max-width: 90% !important;
      cursor: pointer;
      transition: all 0.3s;
      width: 100%; }
      @media screen and (max-width: 600px) {
        .mainimage .scroll figure img {
          max-width: 70% !important; } }
      @media screen and (max-width: 500px) {
        .mainimage .scroll figure img {
          max-width: 55% !important; } }
      .mainimage .scroll figure img:hover {
        opacity: 0.8; }
    .mainimage .scroll figure:after {
      content: "";
      position: absolute;
      top: auto;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      width: 1px;
      height: 50px;
      background: #eee;
      animation: pathmove 1.4s ease-in-out infinite;
      opacity: 0; }

@keyframes pathmove {
  0% {
    height: 0;
    bottom: 0;
    opacity: 0; }
  30% {
    height: 50px;
    opacity: 1; }
  100% {
    height: 0;
    bottom: -50px;
    opacity: 0; } }

.mainimage .main_visual_copy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1200px;
  max-width: 100%;
  z-index: 1;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap; }

.mainimage .main_visual_copy > li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.mainimage .main_visual_copy > li img {
  position: absolute;
  top: 0;
  left: 3%;
  right: auto;
  bottom: 0;
  margin: auto;
  width: 77.1%;
  max-width: 646px;
  max-height: 370px;
  z-index: 52; }
  @media screen and (max-width: 1500px) {
    .mainimage .main_visual_copy > li img {
      width: 45%; } }
  @media screen and (max-width: 1300px) {
    .mainimage .main_visual_copy > li img {
      width: 35%; } }

@media screen and (max-width: 767px) {
  .mainimage .main_visual_copy > li img {
    top: auto;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 70%;
    max-width: 543px;
    max-height: 313px; } }

@media screen and (max-width: 767px) and (max-width: 600px) {
  .mainimage .main_visual_copy > li img {
    bottom: 30%; } }

/********************************
Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  .sp-only {
    display: none !important; } }

@media screen and (min-width: 768px) {
  /*-- ブログページ ------------*/
  .caegory-in-blog #main,
  .single-in-blog #main {
    float: right;
    width: 72%; }
  .caegory-in-blog #aside,
  .single-in-blog #aside {
    float: left;
    width: 24%; }
  /*==========================
.contentbottom
==========================*/
  /*==========================
#footer
==========================*/
  #footer #menu-footer-nav {
    width: 100%;
    box-sizing: border-box;
    /*margin-right: 2%;
  float: left;*/ }
  #footer
#menu-footer-nav
.menu-item-has-children:not(:first-child)
.sub-menu
li {
    padding-left: 15px;
    position: relative; }
  #footer
#menu-footer-nav
.menu-item-has-children:not(:first-child)
.sub-menu
li:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 8px;
    background: #fff; }
  #footer .menu-item-has-children {
    float: left; }
  #footer .menu-item-has-children:first-child {
    margin-left: 0;
    width: 18%; }
  #footer .menu-item-has-children {
    width: 23%; }
  #menu-footer-nav .menu-item-has-children:nth-child(2) .sub-menu {
    float: left;
    margin-left: 2%;
    width: 49%; }
  #menu-footer-nav
.menu-item-has-children:nth-child(2)
.sub-menu:first-of-type {
    margin-left: 0; }
  #footer .googlemap {
    padding-bottom: 70%; } }

@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-only {
    display: none !important; }
  .page-title {
    padding: 1em 0; } }

@media screen and (max-width: 999px) {
  /* スマホ */
  /*==========================
  #contents
  ==========================*/
  .bread_wrap {
    margin-bottom: 1em; }
  #contents {
    margin-bottom: 0; }
  /*==========================
  #aside
  ==========================*/
  #aside .inq {
    bottom: 5%;
    position: fixed;
    z-index: 1;
    right: 3%;
    width: 15%;
    max-width: 90px; }
  #aside .inq .clearfix a {
    float: left;
    width: 33%; }
  #aside .inq a:not(:first-child) {
    margin-left: 0.5%; }
  #aside {
    margin-bottom: 0; }
  #aside .inq01 {
    position: relative;
    bottom: 0px;
    text-align: right;
    /*margin-left: auto;*/ }
  /*==========================
  .contentbottom
  ==========================*/
  /*==========================
  #footer
  ==========================*/
  #footer .footer_info {
    margin-bottom: 1.5em; }
  #footer li.parent,
  #footer li.parent2,
  #footer li.parent3 {
    float: none;
    width: auto;
    display: block; }
  #footer .menu-item-has-children,
  #footer .menu-item-has-children:last-child {
    height: auto;
    width: 100%;
    border-left: none; }
  #footer .sub-menu li {
    vertical-align: top; }
  #footer .menu-item-has-children {
    float: left;
    margin-left: 2%; }
  #footer .menu-item-has-children:first-of-type {
    margin-left: 0;
    width: 40%; }
  #footer .menu-item-has-children:nth-of-type(2) {
    width: 58%; }
  .copyright {
    padding: 1.2em 0 20%; } }

@media screen and (max-width: 480px) {
  /* スマホ480px */
  /*==========================
  #header
  ==========================*/
  #header {
    padding: 0; }
  /*==========================
  #nav
  ==========================*/
  /*==========================
  #contents
  ==========================*/
  .bread {
    margin-bottom: 0.5em;
    padding: 0.3em 0 0.2em;
    text-align: right; }
  /*==========================
  #footer
  ==========================*/ }

.form-table .form-another {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .form-table .form-another {
    margin-top: 20px; } }

.form-table .form-address .form-address-info {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .form-table .form-address .form-address-info {
    margin-top: 20px; } }

@media screen and (max-width: 767px) {
  .form-table .form-address .zip-button {
    display: block;
    margin: 5px 0; } }

@media screen and (max-width: 767px) {
  .form-table .form-address #zip1,
  .form-table .form-address #zip2 {
    width: 150px !important; } }