/*

追加用CSS　PC表示
base：白 #fff
main：青 #59b200
accent：赤
txt：#152022

*/

/*------------------------------------------
 * Common
 * ---------------------------------------*/

html {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  margin-top: 159px !important;
  color: #152022;
  background-color: #fff;
}

.spnone770 {
  display: block;
}

.pcnone770 {
  display: none;
}

.spnone600 {
  display: block;
}

.pcnone600 {
  display: none;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

p,
a,
a:visited,
h1,
h2,
h3,
h4,
h5,
h6,
li,
dt,
dd,
th,
td,
span {
  color: #152022;
  font-family: "Noto Sans JP", sans-serif;
}

h3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

p,
a,
li {
  font-size: 18px;
  line-height: 1.75em;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}

a:hover {
  color: #59b200;
}

.font-en {
  font-family: "Roboto", sans-serif !important;
}

.background-page {
  height: 15vw;
}

.background-page .border {
  display: none;
}

.background-page .title {
  display: none;
}

.background-page .title h2 {
  display: none;
}

img {
  display: block;
}

/*------------------------------------------
 * Layout
 * ---------------------------------------*/

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

.t-center {
  text-align: center;
}

.w-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
}

.border-box01 {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border: 2px solid #fcf1f1;
  border-radius: 20px;
}

.flex-turn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.half {
  width: 48%;
}

.box01.flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box01-txt {
  width: 65%;
}

.box01-img {
  width: 30%;
}

.fa,
.far,
.fas {
  margin-right: 5px;
}

/*------------------------------------------
 * Parts
 * ---------------------------------------*/

.title h2 {
  color: #152022;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  font-size: 30px;
}

.state-ttl01 {
  background-color: #59b200;
  color: #fff;
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 15px 20px;
  border-radius: 30px;
  text-align: center;
}

.parts-head01 {
  background-position: left top 5px;
  background-image: url(/wp-content/uploads/2023/06/circle01.png);
  background-size: 25px auto;
  background-repeat: no-repeat;
  color: #152022;
  font-size: 22px;
  padding: 0 0 10px 30px;
  border-bottom: 2px solid #59b200;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5em;
}

.border {
  border-bottom: dotted 10px #59b200;
  max-width: 450px;
  width: 100%;
}

.head-txt01 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}

.marker01 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #f5ed80)
  );
  background: linear-gradient(transparent 60%, #f5ed80 60%);
}

.br-15 img {
  border-radius: 15px;
}

.btn01 {
  display: block;
  max-width: 350px;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  font-size: 18px;
  padding: 10px;
  text-decoration: none;
  font-weight: bold !important;
  margin: 50px auto 0px auto;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  color: #fffcfd;
  transition-duration: 0.3s;
  background: #d8a924;
  background-image: url(/wp-content/uploads/2023/06/btn-arrow.png);
  background-repeat: no-repeat;
  background-position: top 50% right 25px;
  background-size: 10px auto;
  transition-duration: 0.3s;
}

.btn01:hover {
  color: #fff;
  background-position: top 50% right 15px;
  background-color: #25acbe;
}

.btn01:visited {
  color: #fff;
}

/*------------------------------------------
 * Animation
 * ---------------------------------------*/

.o-hover {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.o-hover:hover {
  opacity: 0.7;
}

.underline:hover {
  text-decoration: underline;
}

.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.a-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*--------------------------------------------
 * Nav
 * -----------------------------------------*/

nav.row2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: none;
  background-color: #fff;
}

nav.row2 .logo-box {
  padding: 15px 0;
}

nav.row2 .logo .logo-img {
  max-width: 350px;
  width: 100%;
}

nav.row2 .logo .logo-img img {
  width: 100%;
}

nav.row2 .logo .logo-img h1 {
  margin-bottom: 0;
}

nav.row2 .logo .logo-img img:hover {
  opacity: 0.7;
}

nav.row2 .logo .logo-contact {
  width: calc(100% - 170px);
}

nav.row2 .logo .logo-contact .locon.flex {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

nav.row2 .logo .logo-contact .locon_item {
  width: 250px;
}

.locon_item {
  margin-right: 15px;
	display:none;
}

.locon_item02 {
  max-width: 50px;
	display:none;
}

nav.row2 .logo .logo-contact img:hover {
  opacity: 0.8;
}

.desktop.navigation {
  background-color: #59b200;
  padding-top: 0px;
  width: 100%;
  margin-right: 0;
}

.desktop.navigation ul.nav li a:after {
  content: "";
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  border-right: solid 1px #ffffff;
  padding-left: 20px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.desktop.navigation ul.nav li:last-of-type a:after {
  content: "";
  height: 18px;
  vertical-align: middle;
  display: inline-block;
  border-right: none;
  padding-left: 20px;
}

.desktop.navigation .nav-content li {
  padding: 0;
  margin: 0;
}

.desktop.navigation .nav-content li a {
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  color: #ffffff;
  line-height: 2.5em;
  margin: 0;
  font-size: 16px;
  padding: 5px 0 5px 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0.025em;
}

.desktop.navigation .nav-content a:hover,
.desktop.navigation .nav-content a.active {
  color: #fff;
  opacity: 0.5;
}

/*--------------------------------------------
 * Mobile nav
 * -----------------------------------------*/

.icon-bar {
  display: block;
  float: left;
  width: 100%;
  height: 5px;
  margin-top: 5px;
  background: #59b200;
}

.mobile.navigation .nav-content a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  padding: 2px 0 !important;
  width: 100%;
}

.mobile.navigation .nav-content li {
  margin: 0;
  border-top: 1px dashed #ffffff;
  padding: 0;
}

.mobile.navigation {
  display: none;
  width: 100%;
  margin: 0;
  background-color: #59b200;
  float: left;
  border-bottom: none;
}

.mobile.navigation .nav > li {
  padding: 5px 0 !important;
}

/*--------------------------------------------
 * Sub header
 * -----------------------------------------*/

.sub-header {
  background-position: center !important;
}

.sub-header {
  width: 100%;
  background-size: cover !important;
  height: 18vw;
}

.sub-header h2 {
  color: #59b200;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  line-height: 1.75em;
  font-size: 34px !important;
}

/*--------------------------------------------
 * Splash
 * -----------------------------------------*/

#splash {
  background-color: rgba(255, 255, 255, 0.9);
}

#splash_logo {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

#splash_logo img {
  width: 100%;
}

/*--------------------------------------------
 * Slider
 * -----------------------------------------*/

/*--------------------------------------------
 * Parallax
 * -----------------------------------------*/

section.parallax {
  height: 400px;
  background-position: center center !important;
}

/*------------------------------------------
 * Pagetop
 * ---------------------------------------*/
.lb-back-to-top {
  right: 20px;
  background: url(/wp-content/uploads/2023/06/page-top.png);
  background-repeat: no-repeat;
  border: none;
  background-size: contain;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
}

.lb-back-to-top:hover {
  background-color: rgba(120, 120, 120, 0);
  color: #fff;
  opacity: 0.8;
}

/*------------------------------------------
 * Tablepress
 * ---------------------------------------*/

.tablepress tbody {
  border: 1px solid #ddd;
}

.tablepress td {
  font-size: 16px;
  padding: 15px;
  line-height: 1.75em;
}

.tablepress td.column-1 {
  color: #fff;
  background-color: #59b200;
  font-weight: bold;
}

/*------------------------------------------
 * Tab
 * ---------------------------------------*/

.tab-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tab {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding: 10px 10px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 45%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  background: #f0f0f0;
  border-radius: 40px;
  border: none;
  letter-spacing: 2px;
  color: #152022;
  margin-bottom: 20px;
}

.tab.is-active,
.tab:hover {
  background: #59b200;
  color: #fff;
}

/*------------------------------------------
 * Q＆A
 * ---------------------------------------*/

#accordion dt {
  margin-top: 20px;
  background-image: url(/wp-content/uploads/2023/06/q-icon.png);
  background-size: auto 30px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 0 0 10px 40px;
  text-align: left;
  line-height: 1.75em;
  font-weight: bold;
  border: none;
  border-bottom: 1px solid #373737;
}

#accordion dt:hover {
  opacity: 0.8;
}

#accordion dt:after {
  color: #59b200;
}

#accordion dd {
  background-image: url(/wp-content/uploads/2023/06/a-icon.png);
  background-size: auto 30px;
  padding: 0 0 0 40px;
  background-position: top left;
  background-repeat: no-repeat;
  margin-top: 20px;
  line-height: 1.75em;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  text-align: left;
}

/*------------------------------------------
 * 新着情報アーカイブ シングル
 * ---------------------------------------*/

.single .post-title {
  margin-bottom: 40px;
}

.sidebar h3 {
  background: #59b200;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.post-title a:hover {
  color: #59b200 !important;
}

.blog-content {
  padding: 30px 15px;
}

.content.padded.blog {
  padding-top: 80px;
}

.blog-content .post {
  border-bottom: 1px solid #a5a5a5;
  margin-top: 0px;
  padding: 30px 0;
}

.blog-content .post:first-of-type {
  padding-top: 0;
}

.post:last-of-type {
  border-bottom: none;
}

.post-title h2,
.post-title h2 a {
  font-size: 28px;
  color: #152022 !important;
  padding: 0;
  font-weight: bold !important;
}

.post-title h2 a:hover {
  color: #59b200 !important;
}

.post-meta h6,
.post-meta a {
  font-size: 16px;
  color: #152022;
  margin-bottom: 0;
}

.post:first-of-type {
  margin-top: 0px;
}

.cat-item a,
.recentcomments a {
  color: #152022 !important;
  font-size: 16px;
}

.cat-item,
.recentcomments {
  border-bottom: 1px solid #bfbfbf;
}

.cat-item a:hover {
  color: #59b200 !important;
}

.pager li a:hover {
  color: #59b200;
}

/*------------------------------------------
 * 募集要項・要項シングル
 * ---------------------------------------*/

.recruit-list.flex-st {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

dl.recruit-box {
  width: 30% !important;
  margin: 0 1.5% !important;
  padding: 30px !important;
  border: none !important;
  background: #fff5f8 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 20px !important;
  padding: 25px !important;
  border: none !important;
}

dl.recruit-box dt span.cat {
  color: #494949 !important;
  border: solid 1px #ccc;
}

dl.recruit-box dt span i {
  color: #59b200 !important;
}

dl.recruit-box dt p {
  color: #494949;
  font-weight: bold;
  margin-top: 20px;
}

dl.recruit-box dt span {
  background: #59b200;
  padding: 7px 10px;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}

dl.recruit-box dd.custum-feeld span {
  background: #59b200;
  padding: 2px 5px;
  margin: 5px;
  color: #fff;
  border-radius: 0;
  font-weight: bold;
}

section#recruit-single {
  padding-top: 60px;
}

section#recruit-single .title.grid-full {
  margin: 0 auto;
}

section#recruit-single h3 {
  font-size: 30px;
  font-weight: bold !important;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.17em;
  margin: 0 0 5px;
  background: none;
  padding: 5px 5px 0 5px;
  margin-bottom: 20px;
  color: #494949;
}

.job-table tr th,
.job-table tr td {
  display: table-cell;
}

.job-table tr th {
  background-color: #59b200;
  color: #fff;
  text-align: center;
  margin-top: 15px;
  border-radius: 0;
  font-size: 16px;
  width: 25% !important;
  border-bottom: 1px solid #fff;
}

.job-table tr:last-of-type th {
  border-bottom: 1px solid #dbdbdb;
}

.job-table tr td {
  background: #fff;
  line-height: 1.7;
  font-size: 16px;
  border-radius: 0;
  vertical-align: middle;
  word-break: break-all;
  padding: 20px;
}

.job-table td p {
  font-size: 16px;
  word-break: break-all;
}

.job-table td p:last-of-type {
  margin-bottom: 0;
}

.job-table tr,
.job-table td {
  border: 1px solid #dbdbdb;
}

section#recruit-single dl.recruit-box.category01 {
  width: 29%;
}

.more {
  display: inline-block;
  width: 280px;
  text-align: center;
  background-color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  border: 2px dotted #fca825;
  border-radius: 30px;
  color: #fca825 !important;
  text-decoration: none;
  font-weight: bold !important;
  -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
  box-shadow: 0px 0px 0px 3px #ffffff;
  margin-top: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}

.more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.more:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background-color: #fff2f7;
  -webkit-box-shadow: 0px 0px 0px 3px #fff2f7;
  box-shadow: 0px 0px 0px 3px #fff2f7;
  color: #fca825 !important;
}

.recruit-list p.title {
  margin-top: 2em;
  border-top: 2px solid #59b200;
  border-bottom: 2px solid #59b200;
}

.entry-btn a {
  border-color: #dc76a0;
  background: #dc76a0;
  color: #ffffff !important;
  display: block;
  padding: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 900;
  font-size: 22px;
}

.entry-btn a:hover {
  background: #ffffff;
  color: #dc76a0 !important;
  border-bottom: none;
  -webkit-box-shadow: 0px 0px 0px 10px #dc76a0;
  box-shadow: 0px 0px 0px 10px #dc76a0;
}

.single-recruit .custum-feeld {
  margin-bottom: 0px;
}

/*------------------------------------------
 * 新着情報
 * ---------------------------------------*/

dl.topics.clearfix {
  width: 100%;
  padding: 40px;
  border-radius: 0;
  background-color: #e9e9e9;
  margin-bottom: 25px;
}

dl.topics.clearfix span {
  display: none !important;
}

dl.topics.clearfix .list-item {
  padding: 0 0 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #373737;
}

dl.topics.clearfix .list-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

dl.topics.clearfix a {
  display: block;
}

dl.topics dd time {
  color: #59b200;
  margin-right: 0px;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500;
}

.alignright {
  display: none;
}

/*------------------------------------------
 * 店舗概要
 * ---------------------------------------*/

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*--------------------------------------------
 * お問い合わせ
 * -----------------------------------------*/

table.defTable01 input[type="email"] {
  border: 1px solid #a8a8a8;
  padding: 1rem;
}

table.defTable01 th,
table.defTable01 td {
  vertical-align: middle;
  padding: 24px 20px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #fff;
}

table.defTable01 th {
  width: 28%;
  background-color: #59b200;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

table.defTable01 th a {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

table.defTable01 th a:hover {
  text-decoration: underline;
  color: #ffffff;
}

table.defTable01 td label {
  display: inline-block;
  margin: 4px 0;
  font-size: 16px;
}

table.defTable01 th span {
  font-size: 0.75rem;
  background: #fff;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: bold;
  border-radius: 50px;
  color: #59b200;
}

table.defTable01 td.tel_area input {
  width: 30%;
}

table.defTable01 td.cen.last {
  background: none;
}

table.defTable01 .privacyBox h4 {
  margin: 20px 0 10px;
  padding: 0 0 0 0.35rem;
  border-left: 4px solid #bd8564;
  border-bottom: 0;
  line-height: 1;
  font-size: 18px;
  font-weight: normal;
}

table.defTable01 .privacyBox p,
table.defTable01 .privacyBox li {
  font-size: 16px;
}

table.defTable01 td.cen input {
  padding: 1.25rem 2rem;
  color: #fff;
  width: 300px;
  max-width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.035rem;
  background: #d8a924;
  cursor: pointer;
  border: none;
  border-radius: 0;
  margin-top: 30px;
  -webkit-appearance: none;
  font-family: "Noto Sans JP", sans-serif;
}

table.defTable01 td.cen input.wpcf7-confirm,
table.defTable01 td.cen input.wpcf7-submit {
  margin-right: -70px;
}

.wpcf7c-conf {
  background-color: #e3f6ff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #bd8564;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.wpcf7-not-valid-tip {
  font-size: 16px;
}

.wpcf7-list-item-label {
  font-size: 16px;
}

.more {
  position: relative;
  z-index: 1;
}

.more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

#thanks {
  padding-top: 0;
}

#thanks p {
  text-align: center;
}

.select-box.flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

table.defTable01 td select {
  min-width: none;
  border: none;
  padding: 10px;
  border: 1px solid #a8a8a8;
  font-size: 16px;
  display: block;
  width: 100px;
}

.select-box.flex select.day,
.select-box.flex select.age-month {
  margin-left: 20px;
  margin-bottom: 20px;
}

.wpcf7-list-item.first {
  margin-left: 0;
}

.wpcf7-response-output {
  display: none;
}

/*------------------------------------------
 * プライバシーポリシー
 * ---------------------------------------*/

.privacyBox {
  padding: 70px 0;
}

.privacyBox section {
  text-align: left;
  padding: 60px 0 60px;
}

.privacyBox p {
  line-height: 180%;
}

.privacyBox ul.ullist01 {
  margin: 10px 0px;
}

.privacyBox ul.ullist01 li {
  margin: 0px 0px 0px 1.5em;
  line-height: 200%;
  list-style: disc;
}

.privacyBox .ttl-01 {
  margin: 60px 0 20px;
  padding: 10px 0 10px 0;
  color: #152022;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 4px solid #e8e8e8;
  line-height: 180%;
  position: relative;
  letter-spacing: 0.05em;
}

.privacyBox .ttl-01::after {
  position: absolute;
  content: " ";
  border-bottom: solid 4px #59b200;
  bottom: -4px;
  width: 10%;
  display: block;
  left: 0;
}

.privacyBox .ttl-01 span {
  color: #59b200;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0;
  margin-left: 10px;
  display: inline;
  text-transform: uppercase;
}

.privacyBox .ttl-01.ttl_top {
  margin: 0 0 20px;
}

.privacyBox .wc_h3_01 {
  text-align: center;
  line-height: 150%;
}

.privacyBox .wc_h3_01 span {
  text-transform: uppercase;
  letter-spacing: 0;
}

/*--------------------------------------------
 * Footer
 * -----------------------------------------*/

footer#footer {
  background-color: #eeeeee;
}

footer#footer .content {
  width: 80%;
  margin: 0 auto;
  padding-top: 0;
}

.footer-nav {
  background: rgba(0, 0, 0, 0);
}

.footer-nav .nav li a {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #152022;
}

.footer-nav .nav li img {
  display: none;
}

.footer-nav .nav li a:hover {
  text-decoration: underline;
}

.footer-nav .nav li:after {
  content: "|";
  margin: 10px;
  color: #59b200;
}

.f-logo {
  max-width: 150px;
  margin: 25px auto;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.f-logo:hover {
  opacity: 0.8;
}

.footer_box {
  margin: 2em 0 0;
}

.footer_address {
  margin-bottom: 30px;
}

.footer_address a {
  color: #152022 !important;
}

.footer_address a:hover {
  text-decoration: underline;
}

.fa-map-marked-alt:before {
  content: "\f5a0";
  color: #59b200;
  font-size: 14px;
}

.fa-phone-alt:before {
  content: "\f879";
  color: #59b200;
  font-size: 14px;
}

.copyright {
  background-color: #59b200;
  margin-bottom: 0;
  margin-top: 15px;
}

.copyright a {
  color: #ffffff;
  font-size: 14px;
}

.copyright h6 {
  color: #ffffff;
  font-size: 16px;
}
