@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name: OHANA
Author: AWW

Stylesheet: Main Stylesheet
******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
p {
  -ms-word-wrap: break-word;
  word-break: break-word; //non-standart css for webkit
  word-wrap: break-word;
  // cleaning up the ragged lines and breaks
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  // sets a minimum number of characters before and after the break
  -webkit-hyphenate-before: 2;
   -webkit-hyphenate-after: 3;
           hyphenate-lines: 3;
}
*/
/*───────────────────*/
/******************************************************************
Site Name:
Author:
******************************************************************/
body {
  position: relative;
}
i {
  vertical-align: middle;
  line-height: 1;
  margin: 0;
  padding: 0;
}
a, a img {
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease 0s !important;
  outline: none !important;
}
a:focus, *:focus {
  outline: none !important;
}
a img:hover {
  opacity: 0.8;
}
a:hover {
  cursor: pointer;
}
p {
  color: #323944;
}
::selection {
  background: #FF7F00;
  color: #fff;
}
::-moz-selection {
  background: #FF7F00;
  color: #fff;
}
#main {
  padding: 0 1.5rem;
  margin: 0;
}
.home img {
  width: 100%;
  height: auto;
}
.center {
  text-align: center;
}
article {
  border: none !important;
}
.view_all {
  background: #72C818;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 3px;
  margin: 1em 0;
  display: inline-block;
  font-weight: bold;
  border: 1px solid #72C818;
}
.view_all:hover {
  background: #FDFCEB;
  color: #72C818;
}
a.view_link {
  display: inline-block;
}
a.view_link span {
  color: #695438;
  border-bottom: 2px solid #695438;
  padding-bottom: 0.1em;
  margin-bottom: 1em;
  display: inline-block;
  font-weight: bold;
  display: flex;
  align-items: center;
}
a.view_link span::before {
  font-family: "Material Icons";
  content: "place";
}
#breadcrumb {
  font-size: 0.9em;
  max-width: 1180px;
  overflow: scroll;
  display: flex;
  align-items: center;
  margin: 1rem 0 1.5rem;
  padding: 0.5rem;
  background: #E5E7EB;
  display: block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
#breadcrumb a {
  padding: 0 0.2rem;
}
#breadcrumb a span {
  color: #695438;
}
#breadcrumb i {
  font-size: 1em;
  padding: 0 0.2rem;
  color: #9B9B9B;
}
#breadcrumb > span {
  padding: 0 0.2rem;
  color: #323944;
}
a.excerpt-read-more {
  background: #FDFCEB;
  color: #72C818;
  padding: 0.1rem 0.5rem;
  font-size: 0.9em;
  margin: 0 auto;
  border-radius: 2px;
  display: inline-block;
}
a.excerpt-read-more:hover {
  background: #72C818;
  color: #FDFCEB;
}
@media (max-width: 767px) {
  .access_info {
    padding: 0 1em;
  }
  .view_link {
    margin: 1em 0 0 1em;
  }
}
/******************************************************************
Site Name:
Author:
******************************************************************/
body div#container {
  margin: 0 auto;
}
body div#container header.drawer-navbar {
  padding: 0;
  border-bottom: none;
  height: auto;
}
body div#container header.drawer-navbar .page_maincap {
  font-size: 0.8em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.3rem 0;
  background-color: #FF7F00;
}
body div#container header.drawer-navbar .drawer-container {
  max-width: 1240px;
  /*────────────────Navigation Style────────────────*/
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header {
  height: auto;
  text-align: center;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1rem 0;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap {
  text-align: left;
  padding: 0;
  flex-basis: 40%;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap h1, body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap p {
  margin: 0 0 -0.5rem;
  padding: 0;
  line-height: 0;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap h1 a.logo, body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap p a.logo {
  display: inline-block;
  padding: 0;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap h1 a.logo img, body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap p a.logo img {
  width: 100%;
  height: auto;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap span {
  display: inline-block;
  padding: 0.1em;
  color: #604931;
  text-align: left;
  border-radius: 5px;
  margin: 0;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap a {
  display: inline-block;
  color: #FF7F00;
  padding: 0 0.5rem;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .header_info {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-basis: 60%;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .header_info a {
  margin: 0 0 0 1rem;
  padding: 0;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .header_info a.header_img_one img {
  width: 100%;
  height: auto;
}
body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .header_info a.header_img_two img {
  width: 100%;
  height: auto;
}
body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav {
  margin-top: 1rem;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li {
  display: inline-block;
  line-height: 1;
  padding: 0.7rem 1rem;
  border-right: 1px dotted #ddd;
}
body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li:first-child {
  border-left: 1px dotted #ddd;
}
body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li a {
  display: inline-block;
  text-decoration: none;
  color: #695438;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
  font-size: 1em;
}
body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li a::hover {
  color: #333399;
}
body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li a i {
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .drawer-nav img {
    padding: 0.1em 0.8em;
  }
  .header_info {
    display: none;
  }
  .site-title-wrap h1, .site-title-wrap p {
    line-height: 1.5;
  }
  .site-title-wrap a.logo img {
    width: 70%;
    height: auto;
  }
  .site-title-wrap span {
    font-size: 0.6em !important;
    padding: 0.1em;
    width: 70%;
  }
  body div#container header.drawer-navbar .page_maincap {
    display: none;
  }
  body div#container header.drawer-navbar .drawer-container {
    /*────────────────Navigation Style────────────────*/
  }
  body div#container header.drawer-navbar .drawer-container .drawer-navbar-header {
    height: auto;
    text-align: left;
    border: none;
  }
  body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper {
    display: inline-block !important;
    padding: 0.5em 0 0 !important;
  }
  body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap {
    padding: 0;
    flex-basis: 100%;
  }
  body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap h1, body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap p {
    margin: 0 0 -0.5rem;
    padding: 0;
    line-height: 0;
  }
  body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap h1 a.logo, body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap p a.logo {
    display: inline-block;
    padding: 0;
  }
  body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap h1 a.logo img, body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap p a.logo img {
    width: 250px;
    height: auto;
  }
  body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap span, body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .site-title-wrap a {
    display: none;
  }
  body div#container header.drawer-navbar .drawer-container .drawer-navbar-header .header_wrapper .header_info {
    display: none;
  }
  body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav {
    margin-top: 1rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li {
    display: inline-block;
    line-height: 1;
    padding: 0.7rem 1rem;
    border-right: 1px dotted #ddd;
  }
  body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li:first-child {
    border-left: 1px dotted #ddd;
  }
  body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li a {
    display: inline-block;
    text-decoration: none;
    color: #695438;
    padding: 0.5rem 1.5rem;
    font-weight: bold;
    font-size: 1em;
  }
  body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li a::hover {
    color: #333399;
  }
  body div#container header.drawer-navbar .drawer-container nav.drawer-nav ul.nav > li a i {
    font-size: 1.4em;
  }
  body div#container header.drawer-navbar .drawer-container .get_in_touch {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
  }
  body div#container header.drawer-navbar .drawer-container .get_in_touch > img {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 2rem;
  }
  body div#container header.drawer-navbar .drawer-container .get_in_touch .side_phone {
    padding: 0;
  }
  body div#container header.drawer-navbar .drawer-container .get_in_touch .side_phone a img {
    width: 100%;
    height: auto;
  }
  body div#container header.drawer-navbar .drawer-container .get_in_touch .side_line a {
    background: #00B900;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-radius: 10px;
  }
  body div#container header.drawer-navbar .drawer-container .get_in_touch .side_line a i {
    padding-right: 0.5rem;
    font-size: 1.5rem;
  }
  body div#container header.drawer-navbar .drawer-container .get_in_touch .socials {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body div#container header.drawer-navbar .drawer-container .get_in_touch .socials a {
    color: #FF7F00;
    font-size: 1.5rem;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 1023px) {
  .get_in_touch {
    display: none;
  }
}
/******************************************************************
Site Name:
Author:
******************************************************************/
footer.footer {
  margin: 2em 0 0;
  /*────BACK TO TOP────*/
  /*────FIX BUTTON────*/
}
footer.footer .footer-links {
  line-height: 0.2em;
}
footer.footer #pageTop {
  position: fixed;
  bottom: 65px;
  right: 10px;
  z-index: 999999999;
}
footer.footer #pageTop a {
  display: block;
  z-index: 999;
  padding: 12px;
  border-radius: 0;
  background-color: #FF7F00;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
footer.footer #pageTop a::hover {
  background: #363636;
}
footer.footer #pageTop a i {
  font-size: 1.7em;
}
footer.footer ul.fix_btn {
  display: none;
}
@media (max-width: 767px) {
  ul.fix_btn {
    position: fixed;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    background: #FF7F00;
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 0;
  }
  ul.fix_btn li {
    margin: 0 !important;
    width: 100%;
    border-right: 1px dotted #fff;
  }
  ul.fix_btn li:last-child {
    border-right: none;
  }
  ul.fix_btn li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    font-size: 0.9em;
    background: none !important;
    color: #fff;
    font-weight: bold;
  }
  ul.fix_btn li a span.material-icons {
    font-size: 1.2em;
    padding-right: 0.5rem;
  }
  ul.fix_btn li a span:last-child {
    font-size: 1em;
  }
}
footer.footer .footer_info {
  /*────info────*/
}
footer.footer .footer_info nav {
  background: #FF7F00;
  display: flex;
  justify-content: center;
  padding: 0.8rem 0;
}
footer.footer .footer_info nav ul.footer-nav {
  padding: 0;
  margin: 0;
}
footer.footer .footer_info nav ul.footer-nav li {
  display: inline-block;
  padding: 0 1em;
}
footer.footer .footer_info nav ul.footer-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 0;
  font-size: 0.85em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.footer .footer_info nav ul.footer-nav li a::before {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  padding-right: 0.2rem;
}
footer.footer .footer_info nav ul.footer-nav li a:hover {
  color: #72C818;
}
footer.footer .footer_info .footer_info_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
footer.footer .footer_info .footer_info_inner > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left {
  /*────left────*/
  display: block;
  text-align: left;
  padding: 0;
  flex-basis: 50%;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > h4 {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1 !important;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > h4 img {
  width: 70%;
  height: auto;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div {
  margin: 0;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div:first-child {
  flex-basis: 70%;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div:first-child ul li {
  color: #604931;
  font-size: 0.9rem;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div.footer_socials {
  flex-basis: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0.5rem auto;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div.footer_socials a {
  flex-basis: calc(100% / 4);
  color: #fff;
  background: #FF7F00;
  padding: 0.8em;
  border-radius: 10px;
  display: inline-block;
  margin: 0 0.2rem;
  line-height: 0;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div.footer_socials a i {
  font-size: 1.2rem;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div.footer_socials a:hover {
  background: #FEFCEB;
  color: #FF7F00;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_right {
  /*────right────*/
  text-align: right;
  padding: 0;
  flex-basis: 45%;
}
footer.footer .footer_info .footer_info_inner > div .footer_info_inner_right img {
  width: 100%;
  height: auto;
}
footer.footer .copyright_section {
  /*────copy────*/
  display: block;
  text-align: center;
  letter-spacing: 0.1rem;
  background: #FEFCEB;
  padding: 0.3rem;
  color: #323944;
  width: 100%;
}
footer.footer .copyright_section small {
  font-size: 0.8rem;
  line-height: 2 !important;
}
/*────resp────*/
@media (max-width: 767px) {
  footer.footer .footer_info {
    /*────info────*/
  }
  footer.footer .footer_info .footer_info_inner {
    text-align: center;
  }
  footer.footer .footer_info .footer_info_inner > div {
    flex-direction: column;
    padding: 1rem;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left {
    /*────left────*/
    flex-basis: 100%;
    margin-top: 2rem;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > h4 img {
    width: 100%;
    height: auto;
    padding: 0;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div {
    margin: 0;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div.footer_socials {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0.5rem auto;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div.footer_socials a {
    flex-basis: calc(100% / 4);
    color: #FF7F00;
    background: #FEFCEB;
    padding: 0.8em;
    border-radius: 10px;
    display: inline-block;
    margin: 0 0.5rem;
    line-height: 0;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div.footer_socials a i {
    font-size: 1.2rem;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_left > div > div.footer_socials a:hover {
    background: #FEFCEB;
    color: #FF7F00;
  }
  footer.footer .footer_info .footer_info_inner > div .footer_info_inner_right {
    /*────right────*/
    text-align: center;
    padding: 1rem 0;
    flex-basis: 100%;
  }
  footer.footer .copyright_section {
    /*────copy────*/
    padding-bottom: 50px;
  }
}
/******************************************************************
Site Name:
Author:
******************************************************************/
aside.sidebar {
  padding: 0;
  margin: 0;
}
aside.sidebar img {
  width: 100%;
  height: auto;
}
aside.sidebar .widget {
  border: 1px solid #FF7F00;
  text-align: center;
  color: #333399;
  padding: 0;
  margin: 1rem 0;
  border-radius: 10px;
  background: #fff;
}
aside.sidebar .widget h3 {
  border-bottom: 1px solid #FF7F00;
  color: #FF7F00;
  line-height: 1;
  padding: 1em 0 !important;
  margin: 0 !important;
  font-weight: bold;
  display: block;
  line-height: 1;
  border-left: none !important;
  background: none !important;
}
aside.sidebar .widget ul {
  text-align: left;
  padding: 0 0.5em;
}
aside.sidebar .widget ul li {
  border-bottom: 2px dotted #CCCCCC;
  padding: 20px 15px;
  color: #000;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 5px;
}
aside.sidebar .widget ul li:last-child {
  border-bottom: none;
}
aside.sidebar .widget ul li a {
  color: #695438;
  font-weight: bold;
  display: flex;
  align-items: center;
}
aside.sidebar .widget ul li a::before {
  font-family: "Material Icons";
  content: "play_arrow";
  padding-right: 0.5rem;
}
a.sidebar_home_button {
  border: 1px solid #FF7F00;
  background: #FF7F00;
  display: block;
  padding: 1rem;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1rem;
  font-size: 1rem;
}
a.sidebar_home_button::before {
  font-family: "Material Icons";
  content: "home";
  padding-right: 0.2rem;
}
a.sidebar_home_button:hover {
  background: #fff;
  color: #FF7F00;
}
a.sidebar_access_button {
  border: 1px solid #72C818;
  display: block;
  padding: 1rem;
  text-align: center;
  color: #573731;
  border-radius: 10px;
  background: #72C818;
  color: #fff;
  font-weight: bold;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}
a.sidebar_access_button::before {
  font-family: "Material Icons";
  content: "room";
  padding-right: 0.2rem;
}
a.sidebar_access_button:hover {
  background: #ffffff;
  color: #72C818;
}
.banner_widget .widget {
  border: none !important;
  padding: 0;
  margin: 0.7em 0;
}
.banner_widget .widget img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #sidebar1 {
    margin-top: 3rem;
  }
  #sidebar1 a.sidebar_home_button, #sidebar1 a.sidebar_access_button {
    display: none;
  }
}
/*───────────────────*/
/******************************************************************
Site Name:
Author:
******************************************************************/
.page {
  padding: 0 !important;
  margin: 0 !important;
}
.page #inner-content main#main article header.article-header h1.page-title {
  background: #FF7F00;
  padding: 1rem;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.page #inner-content main#main article header.article-header h1.page-title i {
  padding-right: 0.5rem;
}
.page #inner-content main#main article section.entry-content h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.2em;
  margin: 2em 0 1em 0;
  color: #494949;
  border-bottom: double 5px #FF7F00;
}
.page #inner-content main#main article section.entry-content h3 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em;
  margin: 2em 0 1em 0;
  background: #fffaf4;
  border-left: solid 5px #FF7F00;
}
.page #inner-content main#main article section.entry-content h4 {
  color: #583B34;
  border-bottom: 1px dotted #583B34;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.2em;
  margin: 2em 0 1em 0;
}
.page #inner-content main#main article section.entry-content blockquote {
  border-left: none !important;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .page {
    padding: 0 !important;
    margin: 0 !important;
  }
  .page #inner-content {
    display: flex;
    flex-direction: column;
  }
  .page #inner-content main#main {
    order: -1;
    padding: 0 !important;
    margin: 0 auto;
  }
}
/******************************************************************
Site Name:
Author:
******************************************************************/
.single {
  padding: 0 !important;
  margin: 0 !important;
}
.single #inner-content main article header h1.page-title {
  background: #FF7F00;
  padding: 1rem;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.single #inner-content main article header h1.page-title i {
  padding-right: 0.5rem;
}
.single #inner-content main article header .blog_info {
  padding: 0.5em 0;
  border-bottom: 1px dotted #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}
.single #inner-content main article header .blog_info .article_cat {
  display: inline-block;
}
.single #inner-content main article header .blog_info .article_cat a {
  color: #323944;
  font-weight: bold;
  padding: 0.3em 0;
  display: flex;
  align-items: center;
}
.single #inner-content main article header .blog_info .article_cat a::before {
  font-family: "Material Icons";
  content: "category";
  padding-right: 0.2rem;
}
.single #inner-content main article header .blog_info .article-date {
  display: inline-block;
}
.single #inner-content main article header .blog_info .article-date time {
  padding: 0.3em 1em;
  font-size: 0.85em;
  display: flex;
  align-items: center;
}
.single #inner-content main article header .blog_info .article-date time::before {
  font-family: "Material Icons";
  content: "schedule";
  padding-right: 0.2rem;
}
.single #inner-content main article section div.article-content {
  padding: 1rem;
}
.single #inner-content main article section div.article-content h2 {
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.2em;
  margin: 2em 0 1em 0;
  color: #494949;
  border-bottom: double 5px #FF7F00;
}
.single #inner-content main article section div.article-content h3 {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em;
  margin: 2em 0 1em 0;
  background: #fffaf4;
  border-left: solid 5px #FF7F00;
}
.single #inner-content main article section div.article-content h4 {
  color: #583B34;
  border-bottom: 1px dotted #583B34;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.2em;
  margin: 2em 0 1em 0;
}
.single #inner-content main article section div.article-content blockquote {
  border-left: none !important;
  padding: 0;
  margin: 0;
}
.single #inner-content main article section div.article-content p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.single #inner-content main article section div.article-tag ul li {
  display: inline-block;
  margin: 0.2rem;
}
.single #inner-content main article section div.article-tag ul li:first-child {
  font-weight: bold;
  padding-right: 0.5rem;
}
.single #inner-content main article section div.article-tag ul li a {
  background: #72C818;
  color: #fff;
  border-radius: 2px;
  padding: 0.3rem 0.5rem;
}
@media (max-width: 767px) {
  .single {
    padding: 0 !important;
    margin: 0 !important;
  }
  .single #inner-content {
    display: flex;
    flex-direction: column;
  }
  .single #inner-content main#main {
    order: -1;
    padding: 0 !important;
    margin: 0 auto;
  }
}
.archive #inner-content main#main h1.page-title {
  background: #FF7F00;
  background-image: url(../images/bg/cross-stripes.png);
  padding: 1rem;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.archive #inner-content main#main h1.page-title span {
  padding-right: 0.5rem;
}
.archive #inner-content main#main article {
  margin: 2rem 0;
  padding: 0;
  border-bottom: 3px dotted #E5E7EB !important;
}
.archive #inner-content main#main article header {
  margin: 0;
  padding: 0;
}
.archive #inner-content main#main article header h2 {
  margin: 0;
  border: none;
  font-size: 1.3rem;
  font-weight: bold;
}
.archive #inner-content main#main article header h2 a {
  color: #FF7F00;
}
.archive #inner-content main#main article header .article-info {
  margin: 0 auto;
  padding: 0;
  line-height: 1;
  display: flex;
  align-items: center;
}
.archive #inner-content main#main article header .article-info span.article_cat {
  display: inline-block;
}
.archive #inner-content main#main article header .article-info span.article_cat a {
  background: #72C818;
  color: #fff;
  border-radius: 25px;
  padding: 0.2rem 0.8rem;
  font-size: 0.85rem;
  font-weight: bold;
}
.archive #inner-content main#main article header .article-info span.article-date {
  display: inline-block;
}
.archive #inner-content main#main article header .article-info span.article-date time {
  padding: 0.3em 1em;
  font-size: 0.85em;
  display: flex;
  align-items: center;
}
.archive #inner-content main#main article header .article-info span.article-date time::before {
  font-family: "Material Icons";
  content: "schedule";
  padding-right: 0.2rem;
}
.archive #inner-content main#main article section {
  margin: 0;
  padding: 0;
}
.archive #inner-content main#main article section p {
  text-align: left;
}
@media (max-width: 767px) {
  .archive {
    padding: 0 !important;
    margin: 0 !important;
  }
  .archive #inner-content {
    display: flex;
    flex-direction: column;
  }
  .archive #inner-content main#main {
    order: -1;
    padding: 0 !important;
    margin: 0 auto;
  }
}
/******************************************************************
Site Name:
Author:
******************************************************************/
.voice_single #inner-content main article header h1.page-title {
  background: #FF7F00;
  background-image: url(../images/bg/cross-stripes.png);
  padding: 1rem;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.voice_single #inner-content main article header h1.page-title span {
  padding-right: 0.5rem;
}
.voice_single #inner-content main article section div.article_img {
  margin: 1rem 0;
}
.voice_single #inner-content main article section div.article_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.voice_single #inner-content main article section div.article_content {
  padding: 0 1rem;
  margin: 0 0 3rem;
}
.voice_single #inner-content main article section div.article_content h2 {
  color: #FF7F00;
  padding: 0.5em;
  display: block;
  line-height: 1.3;
  background: #FEFCEB;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  border: none;
  font-size: 1.1rem;
}
.voice_single #inner-content main article section div.article_content h2::before {
  content: "●";
  color: white;
  margin-right: 8px;
}
.voice_single #inner-content main article section div.article_content span.menseki {
  text-align: center;
  font-size: 0.9rem;
  padding: 0.5rem;
  display: block;
  color: red;
  margin-top: 3rem;
  background: #E5E7EB;
}
@media (max-width: 767px) {
  .voice_single {
    padding: 0 !important;
    margin: 0 !important;
  }
  .voice_single #inner-content {
    display: flex;
    flex-direction: column;
  }
  .voice_single #inner-content main#main {
    order: -1;
    padding: 0 !important;
    margin: 0 auto;
  }
}
/*─────────Archive─────────*/
.voice main h1.page-title {
  background: #FF7F00;
  background-image: url(../images/bg/cross-stripes.png);
  padding: 1rem;
  margin: 0;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.voice main h1.page-title span {
  padding-right: 0.5rem;
}
.voice main article {
  display: flex;
  align-items: flex-start;
  padding: 1rem 0;
  border-bottom: 3px dotted #E5E7EB !important;
}
.voice main article header {
  margin: 0;
}
.voice main article header a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.voice main article section {
  margin: 0;
  padding: 0 1rem;
  text-align: right;
}
.voice main article section h2 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  background: none;
  border: none;
}
.voice main article section h2 a {
  font-size: 1.2rem;
  color: #FF7F00;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 0.3rem;
}
.voice main article section h2 a::before {
  font-family: "Material Icons";
  content: "face";
  padding-right: 0.2rem;
  color: #FF7F00;
}
.voice main article section h3 {
  text-align: left;
  background: #FEFCEB;
  color: #FF7F00;
  border: none;
  margin: 0;
  font-size: 0.9rem;
  border-radius: 25px 0px 0px 25px;
  padding: 0.2rem 0.5rem;
}
.voice main article section h3::before {
  content: "●";
  color: white;
  margin-right: 8px;
}
.voice main article section p {
  text-align: left;
  font-size: 0.9rem;
  padding: 0 2rem;
}
.voice main article section a {
  margin: 0;
  font-size: 0.9rem;
  padding: 0.3rem 1rem;
}
@media (max-width: 767px) {
  .archive article {
    flex-direction: column;
    margin-bottom: 1em;
  }
}
/******************************************************************
Site Name:
Author:
******************************************************************/
.home {
  padding: 0;
  margin: 1rem auto 0 !important;
}
.home .main_visual {
  padding: 0;
  margin: 0 auto 3rem;
  text-align: center;
  width: 100%;
  background: #FEFCEB;
}
.home .main_visual img {
  width: 100%;
  height: auto;
}
.home #inner-content main#main section.read img {
  width: 100%;
  height: auto;
}
.home #inner-content main#main section.article_inner h2 {
  margin: 0;
}
.home #inner-content main#main section.article_inner h2.sec_title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 0.7em 0.8em;
  margin: 2em 0 1em 0;
  background: #FF7F00;
  border-radius: 3px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.home #inner-content main#main section.article_inner h2.sec_title span {
  padding-right: 0.5rem;
}
.home #inner-content main#main section.article_inner h3 {
  margin: 0 0 0.5rem;
}
.home #inner-content main#main section.article_inner p {
  padding: 0 1rem;
  margin: 0;
}
.home #inner-content main#main section.article_inner ul.access_info {
  display: flex;
  flex-direction: column;
}
.home #inner-content main#main section.article_inner ul.access_info li {
  color: #323944;
  display: flex;
  align-items: center;
  background: #FDFCEB;
}
.home #inner-content main#main section.article_inner ul.access_info li i {
  font-size: 1rem;
  padding: 0.1rem 0.5rem;
  line-height: 1.7;
  color: #FF7F00;
  padding-right: 0.3rem;
}
.home #inner-content main#main section.article_inner ul.blockmenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.home #inner-content main#main section.article_inner ul.blockmenu li {
  width: 33.33%;
  flex-basis: calc(100% / 3);
  padding: 0.7rem;
  margin: 0;
  line-height: 0;
}
.home #inner-content main#main section.article_inner ul.blockmenu li img {
  width: 100%;
  height: auto;
}
.home #inner-content main#main section.article_inner ul.double_column li {
  display: flex;
  align-items: stretch;
  margin: 4rem 0;
}
.home #inner-content main#main section.article_inner ul.double_column li h3 {
  position: relative;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 2rem;
  text-align: center;
  color: #72C818;
  border-radius: 0 10px 10px 10px;
  background: #FDFCEB;
}
.home #inner-content main#main section.article_inner ul.double_column li h3::before {
  font-family: "Font Awesome 5 Free";
  font-size: 0.8rem;
  font-weight: bold;
  position: absolute;
  top: -18px;
  left: 0;
  padding: 0 1rem;
  content: " POINT";
  color: #fff;
  border-radius: 10px 10px 0 0;
  background: #72C818;
  letter-spacing: 0.1rem;
}
.home #inner-content main#main section.article_inner ul.double_column li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.home #inner-content main#main section.home_news h2 {
  text-align: left;
}
.home #inner-content main#main section.home_news ul li {
  border-bottom: 1px dotted #D8D8D8;
  padding: 0.5em;
  text-align: left;
}
.home #inner-content main#main section.home_news ul li span.ymd {
  padding-right: 1rem;
  font-size: 0.9rem;
  color: #FF7F00;
}
.home #inner-content main#main section.home_news ul li span.ymd::before {
  font-family: "Material Icons";
  content: "access_time";
  padding-right: 0.1rem;
}
.home #inner-content main#main section.home_news ul li a {
  color: #695438;
  display: inline;
}
.home #inner-content main#main section.voice h2 {
  text-align: left;
}
.home #inner-content main#main section.voice ul.home_voice_list li {
  display: flex;
  text-align: left;
  margin-bottom: 2rem;
  border: 5px solid #FEFCEB;
  padding: 1rem 0 1rem 1rem;
  border-radius: 10px;
}
.home #inner-content main#main section.voice ul.home_voice_list li:last-child {
  margin-bottom: 0;
}
.home #inner-content main#main section.voice ul.home_voice_list li div img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
}
.home #inner-content main#main section.voice ul.home_voice_list li div h3 {
  line-height: 1.3;
}
.home #inner-content main#main section.voice ul.home_voice_list li div h3 a {
  color: #FF7F00;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0;
}
.home #inner-content main#main section.voice ul.home_voice_list li div h3 a::before {
  font-family: "Material Icons";
  content: "face";
  padding-right: 0.2rem;
  color: #FF7F00;
}
.home #inner-content main#main section.voice ul.home_voice_list li div .article_content h4 {
  color: #FF7F00;
  padding: 0.5em;
  display: block;
  line-height: 1.3;
  background: #FEFCEB;
  vertical-align: middle;
  border-radius: 25px 0px 0px 25px;
  border: none;
  font-size: 0.9rem;
}
.home #inner-content main#main section.voice ul.home_voice_list li div .article_content h4::before {
  content: "●";
  color: white;
  margin-right: 8px;
}
.home #inner-content main#main section.voice ul.home_voice_list li div .article_content p {
  font-size: 0.9rem;
  padding: 0 1rem 0 1.8rem;
}
.home #inner-content main#main section.voice ul.home_voice_list li div .article_content span.menseki {
  text-align: center;
  font-size: 0.8rem;
  padding: 0.5rem;
  display: block;
  color: #727272;
  margin-top: 1rem;
  background: #E5E7EB;
  border-radius: 25px 0px 0px 25px;
}
@media (max-width: 767px) {
  .home {
    margin: 0 auto !important;
  }
  .home #inner-content {
    display: flex;
    flex-direction: column;
  }
  .home #inner-content main#main {
    order: -1;
    padding: 0 !important;
    margin: 0 auto;
  }
  .home #inner-content main#main section.read {
    width: 100%;
  }
  .home #inner-content main#main section.read .two_images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .home #inner-content main#main section.read .two_images div {
    flex-basis: 48%;
  }
  .home #inner-content main#main section.read .two_images div img {
    width: 100%;
    height: auto;
  }
  .home #inner-content main#main section.read p {
    padding: 1rem;
    font-size: 0.9rem;
  }
  .home #inner-content main#main section.article_inner ul.access_info li {
    font-size: 0.85rem;
    border-bottom: 1px solid #FEFCEB;
    background: none;
  }
  .home #inner-content main#main section.article_inner ul.access_info li i {
    font-size: 1.2rem;
    color: #FF7F00;
  }
  .home #inner-content main#main section.article_inner ul.blockmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
  .home #inner-content main#main section.article_inner ul.blockmenu li {
    width: 50%;
    flex-basis: 50%;
    padding: 0.7rem;
    margin: 0;
    line-height: 0;
  }
  .home #inner-content main#main section.article_inner ul.blockmenu li img {
    width: 100%;
    height: auto;
  }
  .home #inner-content main#main section.article_inner ul.double_column li {
    flex-direction: column;
  }
  .home #inner-content main#main section.article_inner ul.double_column li h3 {
    position: relative;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0.5rem 2rem;
    text-align: center;
    color: #72C818;
    border-radius: 0 10px 10px 10px;
    background: #FDFCEB;
  }
  .home #inner-content main#main section.article_inner ul.double_column li h3::before {
    font-family: "Font Awesome 5 Free";
    font-size: 0.7rem;
    font-weight: bold;
    position: absolute;
    top: -16px;
    left: 0;
    padding: 0 1rem;
    content: " POINT";
    color: #fff;
    border-radius: 5px 5px 0 0;
    background: #72C818;
    letter-spacing: 0.05rem;
  }
  .home #inner-content main#main section.article_inner ul.double_column li img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .home #inner-content main#main section.article_inner ul.double_column li p {
    padding: 1rem;
    font-size: 0.9rem;
  }
  .home #inner-content main#main section.article_inner ul.home_voice_list li {
    flex-direction: column;
    padding: 0.5rem;
  }
  .home #inner-content main#main section.article_inner ul.home_voice_list li:last-child {
    margin-bottom: 0;
  }
  .home #inner-content main#main section.article_inner ul.home_voice_list li div img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
  }
  .home #inner-content main#main section.article_inner ul.home_voice_list li div h3 a {
    align-items: flex-start;
  }
  .home #inner-content main#main section.article_inner ul.home_voice_list li div .article_content h4 {
    border-radius: 25px;
  }
  .home #inner-content main#main section.article_inner ul.home_voice_list li div .article_content p {
    font-size: 0.9rem;
    padding: 0.1rem;
  }
  .home #inner-content main#main section.article_inner ul.home_voice_list li div .article_content span.menseki {
    text-align: left;
    border-radius: 5px;
  }
  .home #inner-content main#main section.article_inner.home_news ul li span.ymd {
    display: block;
  }
  .home #inner-content main#main section.article_inner.home_news ul li a {
    color: #695438;
    display: inline;
    font-weight: bold;
  }
}
