/* ==========================================================================
   全体
   ========================================================================== */
.page-template-page-full .wrap {
  width: 900px;
}
.page-template-page-full #content {
  width: 900px;
  margin-top: 0px;
}
.page-template-page-full #main {
  width: 900px;
}
#inner-header {
  position: relative;
  width: 1100px;
  margin: auto;
}
#content {
  width: 900px;
  margin: auto;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

/* ===================================================
   下層　投稿など　2カラム
   =================================================== */
.wrap {
  width: 1000px;
}
#content {
  width: 1000px;
}
#main {
  width: 700px;
  padding: 0px;
}
.share.short {
  margin-bottom: 30px;
}
figure.eyecatch {
  margin-bottom: 15px;
}

/* サイドバー */
#inner-content #sidebar1 {
  width: 270px;
  float: right;
}
h4.widgettitle {
  background-color: #f95969;
  color: #fff;
}

/* ===================================================
   HOME のみ 横100%
   =================================================== */
body.home .wrap {
  width: 100%;
}
body.home #content {
  width: 100%;
  margin-top: 0px;
}
body.home .hwrap {
  width: 1000px;
  margin: auto;
}

/* ===================================================
   p span
   =================================================== */
.entry-content p,
.home p {
  margin: 0 0 1.6em;
  line-height: 1.5;
  font-size: 15px;
}
p.m_b_0 {
  margin-bottom: 0px;
}
p.center {
  text-align: center;
}

/* ===================================================
   見出し
   =================================================== */
/* h1 固定ページのみ */
#content h1.h1_page_ttl {
  border: 0px;
  margin: 0px auto 0px;
  padding: 0px;
  text-align: center;
}

/* h1 下層　投稿　見出し */
#content h1.entry-title {
  background-color: #f33d50;
  color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}

/* h2 */
.entry-content h2 {
  padding: 0.65em 0.2em;
  margin: 1.5em 0 1em;
  font-size: 1.35em;
  background: #fe836f;
  text-align: center;
  color: #fff;
  border-radius: 5px;
}
.entry-content h2.h2_none {
  border: none;
  color: #000;
  border-radius: 0px;
  text-align: left;
  background: none;
}
/* h2 TOPのみ */
h2.h2_top {
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

/* h3 */
.entry-content h3,
.home h3 {
  color: #f95f5f;
  font-family:
    Sawarabi Gothic,
    sans-serif;
  font-weight: normal;
  font-size: 21px;
}

/* ===================================================
   ヘッダー
   =================================================== */
.header {
  border-top: solid 5px #fb8080;
}
.h_contact {
  position: absolute;
  right: 0px;
  top: 43px;
}
.h_contact p {
  float: left;
  margin: 0px;
}
.h_contact p.h_tel {
  margin-right: 5px;
}
.h_contact p.h_job {
  margin-right: 5px;
}

/* ディスクリプション */
.subnav .site_description {
  text-align: left;
  font-size: 13px;
  margin: 0px;
  position: absolute;
  top: 13px;
}

/* ロゴ */
#logo {
  width: 250px;
  position: relative;
  text-align: center;
  margin: 40px 0 8px;
  padding: 0;
  font-size: 1.4em;
  height: 55px;
  float: left;
}

/* パンクズリスト */
#breadcrumb {
  font-size: 11px;
  margin-top: 15px;
  width: 1000px;
  margin: 0px auto;
}

/* ===================================================
   ナビゲーション
   =================================================== */
.nav li a,
.subnav .linklist li a,
.subnav .linklist li a::before {
  color: #f92300 !important;
}
#g_nav {
  position: relative;
  margin: 20px 0px 20px;
}
.nav {
  margin: auto;
  width: 1130px;
}
.nav > li {
  float: left;
  position: relative;
  height: 50px;
  padding: 0px 14px;
  text-align: center;
  border-left: 2px dotted #e4e1e1;
}
.nav > li:last-child {
  border-right: 2px dotted #e4e1e1;
}
.nav li a {
  display: block;
  border-bottom: 0;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  transition: visibility 0s ease-in-out;
  font-family:
    Sawarabi Gothic,
    sans-serif;
  letter-spacing: 2px;
}
.nav li a span {
  font-size: 1.4em;
  color: #ff7c7c;
  font-family: "Hannari";
}
.nav ul {
  background: #323944;
  margin-top: 0;
  transition: visibility 0.3s ease-in-out;
}
.nav li ul.sub-menu,
.nav li ul.children {
  margin-top: 0;
  border: 1px solid rgba(105, 105, 105, 0.45);
  border-top: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out;
  z-index: 8999;
}
.nav li ul.sub-menu li,
.nav li ul.children li {
  position: relative;
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 10px;
  border-right: 0;
  display: block;
  width: 210px;
  border-bottom: 1px solid rgba(105, 105, 105, 0.45);
}
.nav li ul.sub-menu li a:hover,
.nav li ul.children li a:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
  border-bottom: 0;
}
.nav li ul.sub-menu li ul,
.nav li ul.children li ul {
  top: 0;
  left: 100%;
}
.nav li:hover > ul {
  top: auto;
  visibility: visible;
}

/* ===================================================
   フッター
   =================================================== */
.footer {
  background-color: #fff !important;
  color: #000 !important;
  overflow: hidden;
}
.footer #inner-footer {
  width: 960px;
  margin: 30px auto;
}
.footer_l {
  float: left;
}
.footer_l ul {
  float: left;
  margin: 0px 0px 25px 0px;
}
.footer_l ul:first-child {
  margin-right: 40px;
}
.footer_l ul li {
  background-image: url("img/icon_1.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px;
  margin-bottom: 5px;
}
.footer_l ul li:last-child {
  margin-bottom: 0px;
}
.footer_l ul li a {
  padding-left: 25px;
  color: #622222;
  font-size: 13px;
}
.footer_r {
  float: right;
}
.footer_r p {
  margin-bottom: 5px;
}

/* コピーライト */
.copyright {
  padding: 10px 0px;
  background: #fc5d5d !important;
}
.copyright p {
  margin: 0px;
  text-align: center;
  font-size: 13px !important;
  color: #fff !important;
}
.copyright p a {
  color: #fff !important;
}

/* ===================================================
   HOME
   =================================================== */
/* メイン画像 */
.main_box {
  text-align: center;
  line-height: 0px;
  background-image: url("img/main_img_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.home .main_box p {
  margin-bottom: 0px;
}

/* 1つめ */
.top_box {
  background-image: url("img/top_bak.png");
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #ffe7e3;
  overflow: hidden;
  margin-bottom: 50px;
}
.top_box .top_left {
  text-align: center;
  width: 370px;
  float: left;
}
.top_box .top_right {
  float: left;
  width: 550px;
}
.top_box .top_right p,
.top_box .top_right h3 {
  margin-bottom: 7px;
}

/* 施設紹介 */
.top_facility {
  overflow: hidden;
  width: 870px;
  margin: 23px auto 0px;
  border: solid 2px #fc9696;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 7px 7px 0px #fc9696;
}
.top_facility .t_f_left {
  float: left;
  width: 350px;
}
.top_facility .t_f_right {
  float: right;
  width: 455px;
}
.top_facility .t_f_right p.ttl {
  margin: 0px;
}
.top_facility .t_f_right ul {
  margin: 0px;
}
.top_facility .t_f_right ul li {
  font-size: 14px;
  padding: 13px 0px 13px 70px;
  border-bottom: dotted 2px #fbcccc;
  background-position: left center;
  background-repeat: no-repeat;
}
.top_facility .t_f_right ul li:last-child {
  border-bottom: 0px;
}
.entry-content .top_facility .t_f_right ul li::before {
  display: none;
}
.top_facility .t_f_right ul li.address {
  background-image: url("img/top_facility_address.png");
}
.top_facility .t_f_right ul li.time {
  background-image: url("img/top_facility_time.png");
}
.top_facility .t_f_right ul li.tel {
  background-image: url("img/top_facility_tel.png");
}
.top_facility .t_f_right ul li.access {
  background-image: url("img/top_facility_access.png");
}

/* 施設紹介　詳細 */
.top_facility_details {
  border: solid 2px #fc9696;
  border-radius: 10px;
  box-shadow: 7px 7px 0px #fc9696;
  width: 480px;
  margin: 30px auto 0px;
  background-image: url("img/icon_1.png");
  background-repeat: no-repeat;
  background-position: left 80px center;
  background-size: 20px;
}
.top_facility_details a {
  text-decoration: none;
  color: #453535;
  font-size: 22px;
  display: block;
  padding: 25px 100px 25px 130px;
}

/* TOP news */
.new_box {
  width: 1000px;
  margin: 75px auto 70px;
  overflow: hidden;
}
.new_box h2 {
  width: 200px;
  margin: 0px 0px 13px;
}
.new_box .news:last-child h2 {
  width: 230px;
}
.news {
  float: left;
  width: 480px;
  border-right: dotted 3px #ffe8a2;
  padding: 0px 40px;
  position: relative;
}
.news:last-child {
  border-right: 0px;
}
.news ul {
  margin: 0px;
}
.news ul li {
  margin-bottom: 7px;
}
.news ul li:last-child {
  margin-bottom: 0px;
}
.news ul li a {
  text-decoration: none;
  font-size: 14px;
  color: #4e4b4b;
}
.news ul li a span {
  margin-right: 20px;
}
.news span.btn {
  position: absolute;
  top: 15px;
  right: 45px;
}
.news span.btn a {
  background-image: url("img/icon_1.png");
  background-repeat: no-repeat;
  background-position: left 0px center;
  background-size: 15px;
  color: #f25050;
  text-decoration: none;
  font-size: 14px;
  padding-left: 28px;
}

/* 施術の流れ */
.top_flow {
  background-color: #fce5e1;
  border-radius: 5px;
  margin-bottom: 50px;
}
.top_flow h2.h2_top {
  margin: 0px auto 15px;
}
.top_flow p {
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  margin: 0px 0px 10px;
}
.top_flow p.btn {
  text-align: center;
  margin: 0px;
}
.top_flow_in {
  height: 400px;
  padding: 45px 185px 70px;
  background-image: url("img/top_flow_in_img.png");
  background-repeat: no-repeat;
}

/* メッセージ */
.message {
  background-image: url("img/message_bak.png");
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 70px;
  padding: 60px 0px;
  background-color: #ffe7e3;
}
.message_in {
  width: 1000px;
  margin: auto;
  padding-right: 300px;
}
.message_in p {
  font-size: 13px;
  margin-top: 0px;
}

/* TOPバナー */
div.top_bnr {
  margin-bottom: 3%;
}
div.top_bnr p {
  text-align: center;
  margin-bottom: 0px;
}
div.top_bnr p img {
  display: inline-block;
}

/* ===================================================
   下層　ご利用の流れ
   =================================================== */
.flow_box {
  margin-bottom: 13px;
  overflow: hidden;
}
.entry-content .flow_box p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.entry-content .flow_box h3 {
  margin: 0px 0px 13px;
}
/* 1 お出迎え */
.flow_box .flow_1 {
  overflow: hidden;
}
.flow_box .flow_1 .left {
  float: left;
  width: 340px;
  margin-right: 25px;
}
.flow_box .flow_1 .center {
  float: left;
  width: 282px;
  margin-right: 20px;
}
.flow_box .flow_1 .right {
  float: left;
  width: 233px;
  margin-top: 80px;
}
/* 2　健康チェック */
.flow_box .flow_2 {
  margin-top: 15px;
  overflow: hidden;
}
.flow_box .flow_2 .left {
  float: left;
  width: 430px;
  margin-right: 50px;
}
.flow_box .flow_2 .center {
  float: left;
  width: 159px;
  margin-right: 40px;
  padding-top: 50px;
}
.flow_box .flow_2 .right {
  float: left;
  width: 221px;
  margin-top: 50px;
}
/* 3 エクササイズ */
.flow_box .flow_3 {
  margin-top: 40px;
  overflow: hidden;
}
.flow_box .flow_3 .left {
  float: left;
  width: 220px;
  margin: 23px 40px 0px 10px;
}
.flow_box .flow_3 .right {
  float: left;
  width: 630px;
}
/* 4 個別訓練 */
.flow_box .flow_4 {
  margin-top: 40px;
  overflow: hidden;
}
.flow_box .flow_4 .left {
  float: left;
  width: 245px;
  margin: 23px 0px 0px 10px;
}
.flow_box .flow_4 .right {
  float: left;
  width: 640px;
}
/* 5 ティータイム 6 ご自宅までお送り */
.flow_box .flow_5 .left {
  float: left;
  width: 272px;
  margin-right: 20px;
}
.flow_box .flow_5 .left_txt {
  float: left;
  width: 200px;
  margin-right: 13px;
  margin-top: 38px;
}
.flow_box .flow_5 .right {
  float: left;
  width: 208px;
  margin-right: 20px;
  margin-top: 30px;
}
.flow_box .flow_5 .right_txt {
  float: left;
  width: 165px;
  margin-top: 67px;
}

/* スケジュール */
.entry-content h3.h3_schedule {
  background: #ec6d32;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  padding: 10px 0px 7px;
}
.entry-content table.schedule {
}
.entry-content table.schedule tr th {
  background-color: #fffcc6;
  color: #d8620c;
  border: solid 1px #f69e55;
}

/* ===================================================
   下層　施設紹介
   =================================================== */
.facility_box {
  margin-bottom: 13px;
  overflow: hidden;
}
.entry-content .facility_box p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 7px;
}
/* 1 */
.facility_box .facility_1 {
  overflow: hidden;
  margin-bottom: 35px;
}
.facility_box .facility_1 .left {
  float: left;
  width: 320px;
  margin-right: 50px;
  margin-top: 23px;
}
.facility_box .facility_1 .right {
  float: left;
  width: 530px;
}
/* 2 */
.facility_box .facility_2 {
  overflow: hidden;
  margin-bottom: 20px;
}
.facility_box .facility_2 .left {
  float: left;
  width: 410px;
  margin-right: 10px;
}
.facility_box .facility_2 .right {
  float: left;
  width: 480px;
}
/* 3 */
.facility_box .facility_3 {
  overflow: hidden;
}
.facility_box .facility_3 .left {
  float: left;
  width: 410px;
  margin-right: 40px;
  margin-top: 30px;
  margin-left: 30px;
}
.facility_box .facility_3 .right {
  float: left;
  width: 411px;
}
/* 4 */
.facility_box .facility_4 {
  overflow: hidden;
}
.facility_box .facility_4 .left {
  float: left;
  width: 410px;
  margin-right: 50px;
  margin-left: 60px;
}
.facility_box .facility_4 .right {
  float: left;
  width: 320px;
  margin-top: 30px;
}

/* 5 */
.facility_box .facility_5 {
  overflow: hidden;
}
.facility_box .facility_5 .center {
  text-align: center;
}

/* ===================================================
   下層　スタッフ紹介
   =================================================== */
/* 院長挨拶 */
.inchou {
  overflow: hidden;
}
.inchou .left {
  float: left;
  width: 200px;
  margin-right: 30px;
}
.inchou .left p {
  text-align: center;
  margin-top: 7px;
}
.inchou .right {
  float: right;
  width: 660px;
}
/* スタッフ */
.entry-content ul.staff {
  overflow: hidden;
  margin: auto;
}
.entry-content ul.staff li {
  margin: 0px 30px 50px 0px;
  padding: 0px;
  width: 200px;
  display: inline-block;
  vertical-align: top;
}
.entry-content ul.staff li:nth-child(4),
.entry-content ul.staff li:nth-child(8),
.entry-content ul.staff li:nth-child(12),
.entry-content ul.staff li:nth-child(16),
.entry-content ul.staff li:nth-child(20) {
  margin-right: 0px;
}
.entry-content ul.staff li:before {
  display: none;
}
.entry-content ul.staff li img {
  margin-bottom: 7px;
}
.entry-content ul.staff li p {
  margin: 3px 0px 3px;
  text-align: center;
}
.entry-content ul.staff li p.name {
  font-weight: bold;
  color: #4e4a4a;
}
.entry-content ul.staff li p.personality {
  color: #ed6969;
}
.entry-content ul.staff li p.txt1 {
  font-size: 14px;
  margin: 10px 0px;
  color: #097425;
}
.entry-content ul.staff li p.txt2 {
  font-size: 13px;
  margin: 0px;
  text-align: left;
}

/* スタッフ　院長 */
.entry-content ul.staff_inchou {
  overflow: hidden;
  margin: auto;
}
.entry-content ul.staff_inchou li {
  margin: 0px auto 40px;
  padding: 0px;
  text-align: center;
}
.entry-content ul.staff_inchou li:before {
  display: none;
}
.entry-content ul.staff_inchou li img {
  margin-bottom: 7px;
}
.entry-content ul.staff_inchou li p {
  margin: 3px 0px 3px;
  text-align: center;
}
.entry-content ul.staff_inchou li p.name {
  font-weight: bold;
  color: #4e4a4a;
}
.entry-content ul.staff_inchou li p.personality {
  color: #ed6969;
}
.entry-content ul.staff_inchou li p.btn {
  background: #d70100;
  width: 300px;
  border-radius: 5px;
  padding: 13px 0px;
  margin: auto;
}
.entry-content ul.staff_inchou li p.btn a {
  color: #fff;
  text-decoration: none;
  font-size: 22px;
}
.entry-content ul.staff_inchou li p.btn:hover {
  background: #f23130;
}

/* ===================================================
   下層　ご質問
   =================================================== */
dl.qa {
}
.entry-content dt.q {
  background-image: url("img/q_icon.png");
  background-repeat: no-repeat;
  background-size: 40px;
  padding: 0px 40px 0px 55px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 44px;
  padding-top: 8px;
  position: relative;
}
.entry-content dt p.q_arrow {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 25px;
}
.entry-content div.a_box {
  background: #f2ebeb;
  width: 89%;
  margin: 0px auto 30px;
  display: none;
}
.entry-content dd.a {
  background-image: url("img/a_icon.png");
  background-repeat: no-repeat;
  font-size: 15px;
  color: #000;
  padding: 15px 15px 15px 55px;
  background-size: 30px;
  background-position: top 13px left 13px;
  margin-bottom: 0px;
}

/* ===================================================
   下層 コンタクトフォーム
   =================================================== */
.wpcf7-form {
  margin-top: 20px;
}
#contact_form {
  border: 1px solid #eaeaea;
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
  table-layout: fixed;
}
#contact_form tr {
  padding: 9px;
  border-bottom: 1px solid #f2eaea;
}
#contact_form tr:last-child {
  border-bottom: 0px;
}
#contact_form th {
  width: 35%;
  margin: auto 0;
  background-color: #f5f3f3;
  border-left: none;
  font-weight: normal;
  vertical-align: middle;
  text-align: left !important;
  font-size: 15px;
  color: #000;
}
#contact_form td {
  width: 65%;
  font-size: 15px;
}
#contact_form th,
#contact_form td {
  padding: 15px;
}
#contact_form td p.small {
  margin: 0px;
  font-size: 11px;
}
#contact_form th span {
  background-color: #cd0b16;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin-right: 10px;
}
/* input  横幅調整 */
#contact_form td span input,
#contact_form td span textarea {
  width: 100%;
}
#contact_form td span input[type="radio"],
#contact_form td span input[type="checkbox"] {
  width: auto !important;
}
/*送信確認*/
p.contact_p1 {
  text-align: center;
}
p.contact_p1 input[type="submit"] {
  background: #a22121;
  border: none;
  padding: 10px 30px;
  color: #fff;
}
p.contact_p1 input[type="submit"]:hover {
  background: #dd8f8f;
}
/* お問い合わせ項目 */
#contact_form tr.item span.wpcf7-list-item {
  display: block;
}

/* ===================================================
   下層 介護申請手続き
   =================================================== */
div.shinsei_box {
  width: 750px;
  margin: auto;
}
div.shinsei_box div.box {
  overflow: hidden;
}
.entry-content div.shinsei_box p {
  margin: 0px 0px 13px;
}
.entry-content div.shinsei_box div.box p.left {
  float: left;
}
.entry-content div.shinsei_box div.box p.right {
  float: right;
}
.entry-content div.shinsei_box div.txt_box {
  border: solid 1px #f96561;
  border-radius: 6px;
  text-align: center;
  padding: 13px 0px;
  background: #ec6d32;
}
.entry-content div.shinsei_box div.txt_box p {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#nav_menu-2 ul li.menu-item,
#nav_menu-3 ul li.menu-item {
  position: relative;
  padding-left: 18px;
}
#nav_menu-2 ul li.menu-item:before,
#nav_menu-3 ul li.menu-item:before {
  border-color: transparent transparent transparent #f95969;
  border-style: solid;
  border-width: 5px 8px;
  content: "";
  display: block;
  left: 5px;
  position: absolute;
  top: 12px;
}
.side_box {
  border: solid 2px red;
  padding: 10px 20px;
  border-radius: 12px;
}

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

/* 選ばれる理由ページ エリア */
.feature {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.feature .inner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px dotted #ff9e8e;
  display: table;
}

.feature .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.feature .inner ul li:first-child {
  width: 63.157089473%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.feature .inner ul li {
  width: 34.21052631%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.entry-content .feature .inner ul li:before {
  display: none;
}

.feature .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.feature .inner ul li:last-child {
  width: 63.157089473%;
  height: auto;
  margin-top: 10px;
  padding: 0;
  float: left;
}

.feature .inner ul li:last-child p {
  font-size: 14px;
  line-height: 1.5em;
  color: #444444;
}

.feature .inner ul li p span {
  color: #e4789b;
}

/* 20260206 */
.close {
  margin: 50px auto;
  width: min(90%,1000px);
  padding: 50px 3%;
  background: #FFF7F6;
}

.home p.close-ttl {
  text-align: center;
  font-size: 20px;
  color: #F95F5F;
}

.home p.close-body {
  text-align: center;
  color: #000;
}

.home p.oozone {
  border: solid 2px #fc9696;
  border-radius: 10px;
  box-shadow: 7px 7px 0px #fc9696;
  width: min(100%,258px);
  margin: 30px auto 0px;
  background: url(img/icon_1.png),#fff;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 20px;
}

a.oozone-link {
  text-decoration: none;
  color: #453535;
  font-size: 16px;
  display: block;
  padding: 5px 0;
  text-align: center;
  
}
a.oozone-link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #ba9748;
  border-right: 0;
}

a.oozone-link:hover {
  color: #dd8282;
}

@media screen and (max-width: 768px) {
  a.oozone-link {
    text-decoration: none;
  }
  a.oozone-link:link {
    text-decoration: none;
  }
}
