@charset "utf-8";
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,
font,
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 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
}
body {
  line-height: 1.5em;
  color: #231815;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  background-color: #fffcf7;
}
.serif {
  font-family: 'Noto Serif JP';
}
.container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 892px;
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
}
@media (max-width: 810px) {
  .container {
    padding: 0 20px;
  }
}
.container.main {
  display: flex;
  justify-content: space-between;
}
/* スマフォ */
@media (max-width: 599px) {
  .container {
    padding: 0 20px;
    width: 100%;
    min-width: 100%;
  }
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus,
a:active {
  outline: none;
}
ul,
ol {
  list-style: none;
}
.clear {
  clear: both;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
/* ▼グロナビ▼ */
nav {
  background: transparent;
  z-index: 1;
}
nav #brand {
  display: block;
  margin-left: 0;
  line-height: 0;
  transition: background-color 0.3s ease-out;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  text-align: left;
  top: 0;
  z-index: 10;
  margin-bottom: 0;
  position: relative;
}
nav #brand .container {
  position: relative;
  overflow: visible;
  max-width: calc(924px + 80px);
}
nav #brand .container .header_top {
  padding: 33px 0 27px;
  position: relative;
}
nav #brand .container .header_top .logo {
  margin-right: auto;
  line-height: 0;
  position: relative;
  display: inline-block;
}
nav #brand .container .header_top .logo img {
  width: 305px;
  max-width: 100%;
}
nav #brand .container .header_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 29px;
}
nav #brand .container .header_bottom .link_items {
  display: flex;
}
nav #brand .container .header_bottom #gnavi {
  display: flex;
  align-items: flex-start;
}
nav #brand .container .header_bottom #gnavi li {
  display: flex;
  position: relative;
}
nav #brand .container .header_bottom #gnavi li:after {
  content: "";
  background: url("/images/slash.svg") no-repeat center;
  background-size: contain;
  display: block;
  width: 17px;
  height: 34px;
  margin: 0 10px;
}
nav #brand .container .header_bottom #gnavi li:last-child {
  margin-right: 0;
}
nav #brand .container .header_bottom #gnavi li:last-child:after {
  display: none;
}
nav #brand .container .header_bottom #gnavi li a {
  display: inline-block;
  line-height: 0;
  letter-spacing: 0;
  transition: color 2s linear;
}
nav #brand .container .header_bottom #gnavi li a:last-child {
  margin-bottom: 0;
}
nav #brand .container .header_bottom #gnavi li a img {
  height: 34px;
}
nav #brand .container .header_bottom #gnavi li .sub_list {
  position: absolute;
  top: 100%;
  left: -10px;
  height: 0;
  transition: all 0.3s ease-out;
  opacity: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  box-sizing: content-box;
  padding-bottom: 4.5%;
  background-color: rgba(255,252,247,0.95);
  color: #231815;
  padding: 1em 10px 0;
}
nav #brand .container .header_bottom #gnavi li .sub_list li {
  line-height: 1.85;
  font-size: 12px;
  padding-right: 0;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #231815;
  margin-bottom: 5px;
}
nav #brand .container .header_bottom #gnavi li .sub_list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
nav #brand .container .header_bottom #gnavi li .sub_list li:after {
  display: none;
}
nav #brand .container .header_bottom #gnavi li .sub_list li a {
  padding-bottom: 0;
  transition: all 0.2s linear;
}
nav #brand .container .header_bottom #gnavi li .sub_list li a span {
  font-size: 10px;
  margin-left: 5px;
}
nav #brand .container .header_bottom #gnavi li:hover .sub_list {
  height: 6.8em;
  opacity: 1;
}
@media (max-width: 876px) {
  nav #brand .container {
    display: flex;
    align-items: center;
  }
  nav #brand .container .header_top {
    padding: 15px 0;
    width: 305px;
    max-width: 85.9154%;
  }
  nav #brand .container .header_top .header_contact {
    display: none;
  }
  nav #brand .container .header_bottom {
    margin-bottom: 0;
  }
  nav #brand .container .header_bottom .link_items {
    display: none;
  }
}
@media (max-width: 599px) {
  nav #brand .container {
    padding: 0 10px;
  }
  nav #brand .container .header_top {
    padding: 15px 0;
  }
  nav #brand .container .header_top .logo img {
    width: 85%;
    padding-left: 5px;
  }
  nav #brand .container .header_top .header_contact {
    display: none;
  }
  nav #brand .container .header_bottom {
    margin-bottom: 0;
  }
  nav #brand .container .header_bottom .link_items {
    display: none;
  }
}
.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: visible;
  z-index: 11;
  line-height: 0;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}
.header_fixed .header_contact {
  z-index: 100;
  line-height: 0;
  margin-left: 10px;
  pointer-events: initial;
}
.header_fixed .header_contact:first-child {
  margin-left: 0;
}
.header_fixed .header_contact img {
  width: 100px;
  max-width: 100%;
}
@media (max-width: 876px) {
  .header_fixed {
    display: none;
  }
}
nav #brand a {
  color: #231815;
  transition: all 0.3s ease-out;
}
nav #menu {
  position: relative;
  display: none;
}
nav #menu li {
  display: inline-block;
  padding: 0px 30px;
  cursor: pointer;
  line-height: 70px;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 599px) {
  nav #menu li {
    padding: 0;
  }
}
nav #menu li a {
  color: #fff;
}
nav #menu li:hover {
  background: #333;
}
.toggle {
  z-index: 10;
  width: 30px;
  cursor: pointer;
  transition: all 0.3s ease-out;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 876px) {
  .toggle {
    right: 15px;
    top: 26px;
    position: fixed;
  }
}
.toggle .span {
  height: 1px;
  width: 100%;
  background: #231815;
  margin: 0 auto 9px;
  backface-visibility: hidden;
  border-radius: 3px;
  transition: background-color 2s linear;
}
.toggle .span:last-child {
  margin: 0 auto;
}
.toggle.on #one {
  transform: rotate(45deg) translateX(2px) translateY(7px);
}
.toggle.on #two {
  opacity: 0;
}
.toggle.on #three {
  transform: rotate(-45deg) translateX(7px) translateY(-13px);
}
#resize {
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,0.97);
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s ease-out;
  visibility: hidden !important;
  position: fixed;
  padding: 0;
  overflow-y: scroll;
}
#resize.active {
  visibility: visible !important;
  opacity: 1;
}
#resize.active .toggle.on {
  visibility: visible !important;
}
#resize .menu_wrap {
  width: 100%;
  padding: 60px 0;
}
#resize .menu_wrap .toggle.on {
  position: absolute;
  right: 11px;
  top: 30px;
  visibility: hidden;
}
#resize #menu {
  padding: 0 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#resize #menu li {
  line-height: 0;
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
#resize #menu li img {
  width: 213px;
}
#resize #menu li:last-child {
  margin-bottom: 0;
}
#resize #menu li a {
  color: #fff;
  display: inline-block;
}
#resize #menu li a:hover,
#resize #menu li a :active,
#resize #menu li a fucus {
  text-decoration: none;
}
#resize #menu li .sub_list {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#resize #menu li .sub_list li {
  line-height: 0;
  padding: 0 10px;
  width: auto;
}
#resize #menu li .sub_list li a img {
  height: 12px;
  width: auto;
}
#resize .link_items_wrap {
  max-width: 680px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#resize .link_items_wrap li {
  width: 200px;
  padding: 10px 0;
  text-align: center;
}
#resize .link_items_wrap li a {
  color: #595757;
  font-size: 13px;
}
#resize .link_items_wrap {
  max-width: 680px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#resize .link_items_wrap li {
  width: 200px;
  padding: 10px 0;
  text-align: center;
}
#resize .link_items_wrap li a {
  color: #595757;
  font-size: 13px;
}
#resize .link_items_wrap2 {
  max-width: 680px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#resize .link_items_wrap2 li {
  width: 200px;
  padding: 0;
  text-align: center;
}
#resize .link_items_wrap2 li:first-child {
  margin-right: 20px;
}
#resize .link_items_wrap2 li a {
  color: #fff;
  font-size: 13px;
  display: block;
  width: 100%;
  line-height: 1em;
  padding: 1em 0;
  border-radius: 25px;
}
#resize .link_items_wrap2 li a.request {
  background: #006934;
  display: flex;
  aligh-items: center;
  justify-content: center;
}
#resize .link_items_wrap2 li a.request img {
  height: 12px;
  margin-right: 5px;
}
#resize .link_items_wrap2 li a.preview {
  background: #653309;
}
@media (max-width: 599px) {
  #resize #menu {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #resize #menu li {
    padding: 12px 0;
  }
  #resize #menu li img {
    width: 180px;
  }
  #resize #menu li a {
    padding: 0;
  }
  #resize #menu li .sub_list {
    margin-top: 10px;
  }
  #resize #menu li .sub_list li a img {
    height: 11px;
  }
  #resize .link_items_wrap {
    max-width: 100%;
    padding: 0 20px;
    display: block;
  }
  #resize .link_items_wrap li {
    width: 100%;
    padding: 7px 20px;
  }
  #resize .link_items_wrap2 {
    max-width: 100%;
    padding: 0;
  }
  #resize .link_items_wrap2 li {
    width: 40%;
  }
  #resize .link_items_wrap2 li a {
    padding: 0.7em 0;
  }
}
/* ▲グロナビ▲ */
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
#breadcrumbs {
  background-color: #fff;
  padding: 15px 0;
  margin-bottom: 0;
}
#breadcrumbs .container {
  width: 1020px;
}
#breadcrumbs ol {
  display: flex;
  align-items: center;
}
#breadcrumbs ol li {
  display: flex;
  align-items: center;
  color: #3b5c9f;
}
#breadcrumbs ol li:after {
  content: "";
  background: url("/images/icon_arrow.svg") no-repeat center;
  background-size: contain;
  width: 8px;
  height: 13px;
  display: inline-block;
  margin: 0 20px;
}
#breadcrumbs ol li:first-child span {
  display: inline-flex;
  align-items: center;
}
#breadcrumbs ol li:first-child span img {
  margin-right: 10px;
}
#breadcrumbs ol li img {
  width: 20px;
}
#breadcrumbs ol li a span {
  font-weight: bold;
  color: #3b5c9f;
  font-size: 12px;
}
@media (max-width: 599px) {
  #breadcrumbs .container {
    width: 100%;
  }
  #breadcrumbs ol {
    display: block;
  }
  #breadcrumbs ol li {
    padding-bottom: 15px;
    border-bottom: 1px solid #231815;
    margin-bottom: 15px;
  }
  #breadcrumbs ol li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
  #breadcrumbs ol li:nth-child(2) {
    width: calc(100% - 20px);
    margin-left: auto;
  }
  #breadcrumbs ol li:nth-child(3) {
    width: calc(100% - 40px);
    margin-left: auto;
  }
}
.content_main {
  width: 82.27%;
}
@media (max-width: 900px) {
  .content_main {
    width: 100%;
  }
}
.footer_nav {
  background-size: 1000px 350px;
  padding: 30px 0;
}
.footer_nav ul {
  display: flex;
  justify-content: center;
}
.footer_nav ul li {
  font-size: 13px;
  line-height: 1em;
  padding: 0 15px;
  border-right: 1px solid #653309;
}
.footer_nav ul li:last-child {
  border-right: 0;
}
.footer_nav ul li a {
  color: #653309;
  font-weight: bold;
}
@media (max-width: 767px) {
  .footer_nav ul {
    display: block;
  }
  .footer_nav ul li {
    padding: 1em 0;
    border-right: 0;
    text-align: center;
    border-bottom: 1px solid #653309;
  }
  .footer_nav ul li:last-child {
    border-bottom: 0;
  }
}
#footer {
  padding: 30px 0;
  background-color: #ae7d4f;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 876px) {
  #footer .conteiner {
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  #footer {
    margin-bottom: 63px;
  }
}
.float_bnr {
  position: fixed;
  bottom: 12px;
  right: 8px;
  line-height: 0;
  z-index: 100;
  width: 144px;
  display: none;
}
.float_bnr a {
  display: inline-block;
  line-height: 0;
  width: 100%;
}
.float_bnr a img {
  width: 100%;
}
@media (max-width: 876px) {
  .float_bnr {
    bottom: 70px;
  }
}
@media (max-width: 599px) {
  .float_bnr {
    bottom: 70px;
    right: 3px;
    width: 120px;
    display: block;
  }
}
.footer_cta {
  position: fixed;
  bottom: 0;
  right: 20px;
  display: none;
  width: 100%;
  text-align: right;
  line-height: 0;
  z-index: 100;
}
.footer_cta a {
  display: inline-block;
  line-height: 0;
  padding: 0;
  text-align: center;
}
.footer_cta a.request {
  margin-right: 15px;
}
.footer_cta a img.tb {
  width: 90px;
}
.footer_cta a img.sp {
  width: 142px;
  display: none;
}
@media (max-width: 876px) {
  .footer_cta {
    display: inline-block;
  }
}
@media (max-width: 599px) {
  .footer_cta {
    display: flex;
    text-align: center;
    right: 0;
  }
  .footer_cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 63px;
  }
  .footer_cta a.request {
    background: #006934;
    margin-right: 0;
  }
  .footer_cta a.request img {
    width: 68px;
  }
  .footer_cta a.preview {
    background: #653309;
  }
  .footer_cta a.preview img {
    width: 44px;
  }
  .footer_cta a img.tb {
    display: none;
  }
  .footer_cta a img.sp {
    display: inline;
  }
}
.copyright dt,
.copyright dd {
  line-height: 1.3em;
  font-size: 12px;
  font-weight: bold;
  display: inline;
}
.copyright dt:after {
  content: " ｜ ";
}
.copyright dd span {
  margin-left: 1em;
}
@media (max-width: 876px) {
  .copyright {
    padding-right: 254px;
    line-height: 1em;
  }
  .copyright dt,
  .copyright dd {
    line-height: 1em;
    font-size: calc((100vw - 294px) * 0.022);
  }
}
@media (max-width: 599px) {
  .copyright {
    padding: 0;
  }
  .copyright dt,
  .copyright dd {
    line-height: 1.3em;
    font-size: 12px;
    display: block;
    text-align: left;
  }
  .copyright dt:after {
    display: none;
  }
  .copyright dt {
    margin-bottom: 15px;
  }
  .copyright dd span {
    display: block;
    margin-left: 0;
  }
}
#main {
  margin-bottom: 0;
}
#main.lower {
  margin-top: 45px;
}
.cm_lnk_btn_r {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  line-height: 1.3em;
  position: relative;
  font-size: 16px;
  transition: all 0.2s linear;
}
.cm_lnk_btn_r:after {
  transition: all 0.2s linear;
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url("/images/icon_arrow_r.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  right: 25px;
}
.cm_lnk_btn_r.ret:after {
  transition: all 0.2s linear;
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url("/images/icon_arrow_l.png") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
.cm_lnk_btn_r:hover {
  text-decoration: none;
}
.cm_lnk_btn_r:hover:after {
  right: 15px;
}
.cm_lnk_btn_r.ret:hover:after {
  left: -10px;
}
.cm_lnk_btn_r p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 7px;
}
@media (max-width: 599px) {
  .cm_lnk_btn_r {
    width: 100%;
    max-width: 300px;
  }
}
.cm_lnk_btn_l {
  display: inline-block;
  padding: 8px 39px;
  width: 300px;
  border: 7px solid col_pink;
  border-radius: 25px;
  background: #fff;
  text-align: center;
  line-height: 1.3em;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: col_pink;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.cm_lnk_btn_l:hover {
  text-decoration: none;
}
.cm_lnk_btn_l:hover:after {
  left: 15px;
}
.cm_lnk_btn_l p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 7px;
}
@media (max-width: 599px) {
  .cm_lnk_btn_l {
    width: 100%;
    max-width: 300px;
  }
}
.to_posts_list {
  text-align: right;
}
.to_posts_list a {
  line-height: 1em;
  color: col_gray;
  font-weight: bold;
}
.to_posts_list a {
  position: relative;
}
.to_posts_list a:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid col_gray;
  top: 0;
  right: 0;
  bottom: 0;
  left: -15px;
}
.to_posts_list a:after {
  transition: left 0.2s linear;
}
.to_posts_list a:hover {
  text-decoration: none;
}
.to_posts_list a:hover:after {
  left: -10px;
}
.post_container {
  max-width: 780px;
  margin: 0 auto 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
.post_container p {
  margin-bottom: 30px;
}
br.pc {
  display: inline;
}
br.tb {
  display: none;
}
br.sp {
  display: none;
}
@media (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.tb {
    display: inline;
  }
  br.sp {
    display: none;
  }
}
@media (max-width: 599px) {
  br.pc {
    display: none;
  }
  br.tb {
    display: none;
  }
  br.sp {
    display: inline;
  }
}
.btn_item {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 40px;
  line-height: 1em;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #fff;
}
.btn_item img.icon_outer_link {
  width: 13px;
  margin-left: 10px;
  margin-right: auto;
}
.btn_item.bk {
  color: #231815;
  border: 1px solid #231815;
}
.btn_item.bk:after {
  background: url("/images/arrow_b_r_long.svg") no-repeat center right;
  background-size: 60px 20px;
}
.btn_item.bk.left {
  text-align: right;
}
.btn_item.bk.left:after {
  background: url("/images/arrow_b_l_long.svg") no-repeat center left;
  background-size: 60px 20px;
  left: 40px;
  right: auto;
}
.btn_item.bk.left:hover:after {
  left: 20px;
}
.btn_item:hover {
  text-decoration: none;
}
.btn_item:hover:after {
  width: 56px;
  right: 20px;
}
@media (max-width: 768px) {
  .btn_item:after {
    right: 20px;
  }
  .btn_item.bk.left:after {
    left: 20px;
  }
  .btn_item.bk.left:hover:after {
    left: 20px;
  }
  .btn_item:hover:after {
    width: 36px;
    right: 20px;
  }
}
.btn_item_s {
  display: inline-block;
  line-height: 1em;
  font-size: 14px;
  font-weight: bold;
  color: #3b5c9f;
  padding: 12px 75px;
  position: relative;
  background-color: #ffde4f;
  border-radius: 15px;
}
.btn_item_s:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 14px;
  background: url("/images/icon_tri_blue.svg") no-repeat center;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 40px;
}
.pager {
  padding: 0 0 50px;
  position: relative;
}
.pager .container {
  margin-bottom: 0 !important;
}
.pager nav {
  width: 100%;
}
.pager nav a {
  transition: all 0.2s linear;
}
.pager nav a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}
.pager nav .nav-links {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pager nav .nav-links .prev_link_wrap {
  display: inline-block;
  margin-right: unset !important;
  margin-left: auto !important;
}
.pager nav .nav-links .prev_link_wrap:after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/images/icon_tri.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  margin-left: 5px;
}
.pager nav .nav-links .next_link_wrap {
  display: inline-block;
  margin-right: auto !important;
  margin-left: unset !important;
}
.pager nav .nav-links .next_link_wrap:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/images/icon_tri.svg") no-repeat center;
  background-size: contain;
  margin-right: 2px;
  position: relative;
  transform: rotate(180deg);
  margin-right: 5px;
}
.pager nav .nav-links .page-numbers {
  align-items: center;
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
  letter-spacing: 0;
}
.pager nav .nav-links a.page-numbers {
  box-shadow: 3px 3px 5px rgba(0,0,0,0);
  transition: all 0.3s linear;
}
.pager nav .nav-links .prev {
  background: transparent;
  box-shadow: none;
  justify-content: flex-end;
}
.pager nav .nav-links .next {
  background: transparent;
  box-shadow: none;
  justify-content: flex-start;
}
.pager nav .nav-links .current {
  font-size: 16px;
  width: 55px;
  height: 55px;
  border-radius: 15px;
}
.pager nav .nav-links .current:hover {
  opacity: 1;
}
.pager nav .nav-links .btn_item {
  padding: 20px;
}
.pager nav .nav-links .btn_item.next span {
  margin-right: auto;
  font-size: 15px;
}
.pager nav .nav-links .btn_item.prev span {
  margin-left: auto;
  font-size: 15px;
}
.pager .to_home {
  margin: 0 auto;
  text-align: center;
  width: 480px;
  max-width: 100%;
}
.pager h2 {
  display: none;
}
@media (max-width: 599px) {
  .pager nav .nav-links {
    display: flex;
    flex-wrap: wrap;
  }
  .pager nav .nav-links .prev_link_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .pager nav .nav-links .prev_link_wrap.column2 {
    width: 50%;
    padding-right: 10px;
  }
  .pager nav .nav-links .prev_link_wrap.column2 .btn_item {
    justify-content: flex-end;
  }
  .pager nav .nav-links .prev_link_wrap.column2 .btn_item:after {
    background: url("/images/arrow_b_l_long.svg") no-repeat center left;
    background-size: 60px 20px;
    left: 20px;
    right: auto;
  }
  .pager nav .nav-links .next_link_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .pager nav .nav-links .next_link_wrap.column2 {
    width: 50%;
    padding-left: 10px;
  }
  .pager .to_home {
    margin: 0 auto;
    text-align: center;
    width: 480px;
    max-width: 100%;
  }
  .pager h2 {
    display: none;
  }
}
.pager_single {
  padding: 100px 0 35px;
  position: relative;
}
.pager_single .container {
  margin-bottom: 0 !important;
  max-width: 880px;
}
.pager_single nav {
  width: 100%;
}
.pager_single nav a {
  transition: all 0.2s linear;
}
.pager_single nav a:hover {
  cursor: pointer;
  opacity: 0.7;
  text-decoration: none;
}
.pager_single nav .nav-links {
  position: relative;
}
.pager_single nav .nav-links .page-numbers {
  background: #fff;
  display: flex;
  font-size: 16px;
  line-height: 1em;
  font-weight: 300;
}
.pager_single nav .nav-links a.page-numbers {
  box-shadow: 3px 3px 5px rgba(0,0,0,0);
  transition: all 0.3s linear;
}
.pager_single nav .nav-links .prev {
  background: transparent;
  box-shadow: none;
}
.pager_single nav .nav-links .next {
  background: transparent;
  box-shadow: none;
}
.pager_single nav .nav-links .current {
  font-size: 16px;
  width: 55px;
  height: 55px;
  border-radius: 15px;
}
.pager_single nav .nav-links .current:hover {
  opacity: 1;
}
.pager_single nav .nav-links .btn_item {
  padding: 20px;
}
.pager_single nav .nav-links .btn_item.next span {
  margin-right: auto;
}
.pager_single nav .nav-links .btn_item.prev span {
  margin-right: auto;
}
.pager_single nav .nav-links .prev_link_wrap {
  margin-bottom: 20px;
}
.pager_single nav .nav-links .next_link_wrap {
  margin-bottom: 20px;
}
.pager_single .to_home {
  margin: 100px auto 0;
  text-align: center;
  width: 420px;
  max-width: 100%;
}
.pager_single h2 {
  display: none;
}
@media (max-width: 599px) {
  .pager_single {
    padding: 65px 0 35px;
  }
  .pager_single nav .nav-links {
    display: flex;
    flex-wrap: wrap;
  }
  .pager_single nav .nav-links .page-numbers {
    background: #fff;
    display: flex;
    font-size: 16px;
    line-height: 1em;
    font-weight: 300;
  }
  .pager_single nav .nav-links a.page-numbers {
    box-shadow: 3px 3px 5px rgba(0,0,0,0);
    transition: all 0.3s linear;
  }
  .pager_single nav .nav-links .prev {
    background: transparent;
    box-shadow: none;
  }
  .pager_single nav .nav-links .next {
    background: transparent;
    box-shadow: none;
  }
  .pager_single nav .nav-links .current {
    font-size: 16px;
    width: 55px;
    height: 55px;
    border-radius: 15px;
  }
  .pager_single nav .nav-links .current:hover {
    opacity: 1;
  }
  .pager_single nav .nav-links .btn_item {
    padding: 20px;
  }
  .pager_single nav .nav-links .btn_item.next span {
    display: none;
  }
  .pager_single nav .nav-links .btn_item.prev span {
    display: none;
  }
  .pager_single nav .nav-links .prev_link_wrap {
    margin-bottom: 20px;
    width: 100%;
  }
  .pager_single nav .nav-links .prev_link_wrap.column2 {
    width: 50%;
    padding-right: 10px;
  }
  .pager_single nav .nav-links .prev_link_wrap.column2 .btn_item {
    justify-content: flex-end;
  }
  .pager_single nav .nav-links .prev_link_wrap.column2 .btn_item:after {
    background: url("/images/arrow_b_l_long.svg") no-repeat center left;
    background-size: 60px 20px;
    left: 20px;
    right: auto;
  }
  .pager_single nav .nav-links .next_link_wrap {
    width: 100%;
    margin-bottom: 20px;
  }
  .pager_single nav .nav-links .next_link_wrap.column2 {
    width: 50%;
    padding-left: 10px;
  }
  .pager_single .to_home {
    margin: 65px auto 0;
  }
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 599px) {
  .alignleft {
    float: none;
    margin-right: 0;
  }
  .alignright {
    float: note;
    margin-left: 0;
  }
  .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.anch {
  position: absolute;
  top: -128px;
}
#fancybox-overlay {
  background-color: #000 !important;
}
#fancybox-left,
#fancybox-right {
  width: 5% !important;
  height: 20% !important;
  margin: auto;
  top: 0;
}
#fancybox-left {
  left: -50px !important;
}
#fancybox-left #fancybox-left-ico {
  background-image: url("/images/arrow_prev.svg") !important;
  background-repeat: no-repeat;
  background-position: center !important;
  left: 0 !important;
  transition: left 0.15s linear;
}
#fancybox-left:hover #fancybox-left-ico {
  left: -10px !important;
}
#fancybox-right {
  right: -50px !important;
}
#fancybox-right #fancybox-right-ico {
  background-image: url("/images/arrow_next.svg") !important;
  background-repeat: no-repeat;
  background-position: center !important;
  left: auto !important;
  right: 0 !important;
  transition: right 0.15s linear;
}
#fancybox-right:hover #fancybox-right-ico {
  right: -10px !important;
}
#fancybox-left-ico,
#fancybox-right-ico {
  width: 20px !important;
  height: 40px !important;
  transition: all 0.3s linear;
}
.lazy_item {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.lazyloaded {
  opacity: 1;
}
.insta_wrap {
  text-align: center;
  line-height: 0;
  margin-top: 30px;
}
.insta_wrap a {
  line-height: 0;
}
.insta_wrap a img {
  width: 30px;
}
.footer_insta_wrap {
  text-align: center;
  line-height: 0;
  margin-top: 30px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.footer_insta_wrap a {
  line-height: 0;
  display: inline-block;
}
.footer_insta_wrap a img {
  width: 30px;
}
@media (max-width: 876px) {
  .footer_insta_wrap {
    right: 242px;
    z-index: 101;
  }
}
@media (max-width: 599px) {
  .footer_insta_wrap {
    right: 20px;
    z-index: 0;
  }
}
