@charset 'UTF-8';
/* **************************************************************************************

RESET

************************************************************************************** */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

li {
  list-style: none;
  list-style-type: none;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

area {
  border: none;
  outline: none;
}

abbr, acronym {
  border: 0;
}

* {
  box-sizing: border-box;
}

input, textarea {
  appearance: none;
  border: 0;
  outline: none; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

button {
  appearance: none;
  cursor: pointer; 
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  outline: none;

  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type='submit'], input[type='button'] {
  cursor: pointer;
}

input, textarea {
  appearance: none; 

  -webkit-appearance: none;
  -moz-appearance: none;
}

a {
  outline: none;
  text-decoration: none;
}

img {
  height: auto; 
  width: 100%;
}

/* **************************************************************************************

BASE

************************************************************************************** */
html {
  position: relative;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}
body a, body button {
  font-family: 'Noto Sans JP', sans-serif;
}
body > img {
  height: 0 !important;
}

a {
  color: #333;
}

@media screen and (max-width: 767px) {
  html {
    overflow-x: hidden; 
    font-size: 62.5%;
  }
  body {
    min-height: 100%;
    background: #fffaf7; 
    font-size: 1.3rem;
    line-height: 1.6;
  }
  a {
    line-height: 1.4 !important;
  }
  ._pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    height: 100%;
    min-height: 100%;
    min-width: 1200px !important;
    font-size: 13px;
    line-height: 2;
  }
  ._sp {
    display: none;
  }
}

/* **************************************************************************************

inview

************************************************************************************** */
.ef-fade01 {
  opacity: 0;
  transform: translate(0, 10%); 
  transition: 1s;

  -webkit-transform: translate(0, 10%);
}

.fade01 {
  opacity: 1.0;
  transform: translate(0, 0); 

  -webkit-transform: translate(0, 0);
}

.ef-fade02 {
  position: relative; 
  transition: 1s;
}
.ef-fade02::before {
  position: absolute;
  bottom: 0;
  left: 10%;
  right: 0;
  top: -120px;
  content: '';
  display: block;
  z-index: 3;
  height: 500px;
  background: #3a2f2b;
}

.fade02 {
  position: relative;
}
.fade02::before {
  transform: scale(0, 1);
  transform-origin: right top;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; 

  -webkit-transform: scale(0, 1);
  -webkit-transform-origin: right top;
}

@media screen and (max-width: 767px) {
  .ef-fade02 {
    position: relative; 
    transition: 1s;
  }
  .ef-fade02::before {
    position: absolute;
    top: 0;
    content: '';
    display: block;
    z-index: 3;
    height: 80vw;
    background: #3a2f2b;
  }
}

@media print, screen and (min-width: 768px) {
  .ef-fade02::before {
    bottom: 0;
    left: 10%;
    right: 0;
    top: -120px;
    content: '';
    z-index: 3;
    height: 520px;
    background: #3a2f2b;
  }
}

/* **************************************************************************************

project : raf

************************************************************************************** */
/*SP*/
@media screen and (max-width: 767px) {
  img {
    display: inline-block; 
    line-height: 0;
  }
  .sp_header {
    position: fixed;
    top: 0;
  }
  .sp_footer {
    position: fixed;
    bottom: -10px;
  }
}

/*PC*/
@media print, screen and (min-width: 768px) {
  #sp_navi {
    display: none;
  }
}

/* **************************************************************************************

project : header

************************************************************************************** */
.header {
  position: fixed !important; 
  z-index: 10;
  width: 100%;
  transition: all 0.5s ease;
}
.header.smaller {
  background: rgba(59, 47, 43, 0.7) !important;
}

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    height: 16vw;
    background: rgba(59, 47, 43, 0.7);
  }
  .header._home {
    background: none;
  }
  .header_heading {
    font-size: 3.2vw; 
    text-align: center;
  }
  .header_logo {
    position: absolute;
    bottom: 0;
    left: 2.66667vw;
    top: 4.26667vw;
    width: 37.33333vw;
    margin: auto;
    text-align: center; 
    transition: all 0.1s ease-out;
  }
  .header_logo img {
    width: 100%;
  }
  .header_logo a {
    display: block;
  }
  .header_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 16vw;
    margin: auto;
    font-size: 3.46667vw;
    font-weight: 500;
    letter-spacing: 4px;
    text-align: center; 
    transition: all 0.1s ease-out;
  }
  .header_sns {
    position: fixed;
    right: 17.33333vw; 
    top: 5.33333vw;
  }
  .header_sns a {
    display: inline-block;
    opacity: 0.4; 
    width: 6.13333vw;
    margin: 0 1.33333vw;
  }
  .header_sns a img {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 768px) {
  .header {
    position: relative;
    top: 0;
    z-index: 10;
    height: 70px;
    min-width: 1200px !important;
    background: #3a2f2b;
  }
  .header_inner {
    display: flex;
  }
  .header_heading {
    position: absolute;
    left: 65px;
    top: 4px;
    font-size: 11px; 
    transition: all 0.3s ease-out;
  }
  .header_logo {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 10; 
    width: 160px;
    transition: all 0.3s ease-out;
  }
  .header_logo a {
    display: block;
    width: 160px; 
    transition: all 0.3s ease-out;
  }
  .header_txt {
    position: absolute;
    left: 280px;
    top: 24px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 4px; 
    transition: all 0.1s ease-out;
  }
  .header_sns {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .header_sns a {
    display: inline-block;
    opacity: 0.4; 
    width: 25px;
    margin: 0 5px;
    transition: all 0.5s ease-out;
  }
  .header_sns a:hover {
    opacity: 1;
  }
  .header_contact {
    position: absolute;
    right: 120px;
    top: 20px; 
    transition: all 0.1s ease-out;
  }
  .header_contact a {
    display: block;
    width: 240px;
    padding: 10px 0 12px;
    background: #3a2f2b;
    border: 1px solid #3a2f2b;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    transition: 0.3s;
  }
  .header_contact a:hover {
    background: #fff;
    border: 1px solid #3a2f2b; 
    color: #3a2f2b;
  }
}

/* **************************************************************************************

project : footer

************************************************************************************** */
.footer {
  color: #fff;
}
.footer_txt {
  color: #fff;
}
.footer a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 0;
    padding: 2.66667vw 4vw 4vw;
    background: #3a2f2b;
    color: #fff;
  }
  .footer_inner {
    margin: 0 auto;
    text-align: left;
  }
  .footer_logo {
    width: 50.66667vw; 
    margin: 0 auto 2.66667vw;
  }
  .footer_address {
    font-size: 3.2vw; 
    text-align: center;
  }
  .footer_address ._name {
    margin-bottom: 2.66667vw;
    font-size: 4.26667vw;
    font-weight: 500;
  }
  .footer_address ._tel {
    display: block;
  }
  .footer_txt {
    margin: 5.33333vw auto 8vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid #fff;
    line-height: 1.8; 
    text-align: left;
  }
  .footer_list {
    margin: 5.33333vw 0;
  }
  .footer_item {
    margin-top: 2.66667vw;
  }
  .footer_item ._child .footer_item {
    padding-left: 16px;
  }
  .footer_item a:before {
    content: '‐';
  }
  .footer_bnr {
    margin-top: 50px;
    text-align: center;
  }
  .footer_bnr a {
    display: block;
    width: 100%; 
    margin: 10px auto;
    padding: 2.13333vw;
    border: 1px solid #fff;
  }
  .footer_bnr ._txt {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
  .footer_sns {
    margin: 5.33333vw auto;
    text-align: center;
  }
  .footer_sns a {
    display: inline-block;
    opacity: 0.4; 
    width: 25px;
    margin: 0 5px;
  }
  .copyright {
    margin: 5.33333vw 0 80px;
    text-align: center;
  }
}

@media print, screen and (min-width: 768px) {
  .footer {
    min-width: 1200px;
    margin-bottom: 0 !important;
    margin-top: 0;
    padding: 20px 0;
    background: #3a2f2b;
    color: #fff;
  }
  .footer a {
    color: #fff;
    transition: all 0.5s ease;
  }
  .footer a:hover {
    opacity: 0.5;
  }
  .footer_navi {
    display: flex;
  }
  .footer_inner {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
  }
  .footer_company {
    margin-right: 40px;
  }
  .footer_logo {
    width: 180px; 
    margin-bottom: 10px;
  }
  .footer_address ._name {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
  }
  .footer_address ._tel {
    display: block;
    line-height: 1.4;
  }
  .footer_txt {
    width: 1200px;
    margin: 40px auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #fffaf7;
    color: #fff; 
    text-align: left;
  }
  .footer_list {
    margin-left: 30px;
  }
  .footer ._child .footer_item {
    padding-left: 16px;
  }
  .footer_item a:before {
    content: '‐';
  }
  .footer_bnr {
    margin-left: auto;
    text-align: center;
  }
  .footer_bnr ._txt {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
  .footer_bnr a {
    display: block;
    width: 280px; 
    margin: 12px auto 0;
    padding: 5px 20px;
    border: 1px solid #fff;
  }
  .footer_sns {
    margin-left: 40px; 
    margin-top: 20px;
  }
  .footer_sns a {
    display: inline-block;
    opacity: 0.4; 
    width: 25px;
    margin: 0 5px;
    transition: all 0.5s ease-out;
  }
  .footer_sns a:hover {
    opacity: 1;
  }
  .copyright {
    margin: 40px 0 0;
    text-align: center;
  }
}

/* **************************************************************************************

project : gnavi

************************************************************************************** */
@media screen and (max-width: 767px) {
  .gnavi {
    display: none;
  }
  .gnavi {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100 !important;
    height: 100%;
    width: 100%;
    background: #fffaf7; 
    -webkit-overflow-scrolling: touch;
  }
  .gnavi_item:last-child {
    padding-bottom: 18.66667vw;
  }
  .gnavi::-webkit-scrollbar {
    width: 5px;
  }
  .gnavi::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #3a2f2b;
  }
  .gnavi::-webkit-scrollbar-thumb {
    background: #3a2f2b;
    border-radius: 10px;
    box-shadow: none;
  }
  .gnavi > ul {
    margin: 0;
  }
  .gnavi ul li {
    float: left; 
    width: 100%;
    text-align: left;
  }
  .gnavi > ul li a {
    display: block;
    width: 100%;
    padding: 3.33333vw 4vw;
    color: #333b5c;
    font-family: 'Zen Old Mincho', serif;
    font-size: 3.2vw; 
    text-align: left;
  }
  .gnavi > ul ul li a {
    padding-left: 6.66667vw;
    color: #988;
  }
  .gnavi .child li:before {
    position: absolute;
    content: '-';
    display: inline-block;
    width: 5.33333vw;
    margin: 2.4vw 0 0 5.06667vw;
    color: #988;
  }
  .gnavi ._en {
    display: none;
  }
  .gnavi span {
    display: block;
    color: #3a2f2b; 
    font-size: 5.6vw;
  }
  .gnavi_item._home a {
    height: 60px; 
    width: 37.33333vw;
    margin: 0.66667vw 0 0 2.66667vw;
    background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/logo.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 37.33333vw auto;
  }
  .gnavi_item._home span {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .gnavi {
    display: flex;
    width: 1100px; 
    margin-left: auto;
    margin-top: 18px;
    vertical-align: middle;
  }
  .gnavi_list {
    display: flex;
    width: 1100px;
    padding: 0;
    justify-content: right;
  }
  .gnavi_item {
    position: relative; 
    margin: 0 15px;
    padding: 0;
  }
  .gnavi_item._home span {
    display: block;
  }
  .gnavi_item span {
    display: none;
  }
  .gnavi_item a {
    display: block;
    opacity: 1;
    height: 38px;
    color: #fff;
    font-size: 15px;
    transition: opacity 0.3s;
  }
  .gnavi_item a:hover {
    opacity: 0.6 !important;
  }
  .gnavi .child {
    position: absolute;
    display: none;
    z-index: 100;
    width: auto !important;
    min-width: 460px;
    margin: 24px 0 0;
    padding: 10px 10px 0 !important;
    background: #3a2f2b;
    box-shadow: 10px 10px 12px 0 rgba(28, 50, 27, 0.1);
  }
  .gnavi .child:before {
    position: absolute;
    left: 0;
    top: -35px; 
    content: '';
    display: block;
    height: 35px;
    width: 100%;
  }
  .gnavi .child:after {
    position: absolute;
    left: 20px;
    top: -20px;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-bottom: 10px solid #3a2f2b;
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
  }
  .gnavi .child_item {
    margin-bottom: 10px;
  }
  .gnavi .child_item:last-child a {
    margin-bottom: 20px;
  }
  .gnavi .child a {
    display: block;
    opacity: 1;
    padding: 5px;
    color: #fff !important;
    line-height: 1.6;
    text-align: left;
    transition: opacity 0.3s;
  }
  .gnavi .child a:hover {
    opacity: 0.6 !important;
  }
}

/* **************************************************************************************

project : side-contact

************************************************************************************** */
@media screen and (max-width: 767px) {
  .sidenavi {
    position: fixed;
    bottom: 0;
    z-index: 1000; 
    height: 68px;
    width: 100%;
    background: #f7f1e9;
  }
  .sidenavi_list {
    display: flex;
    height: 68px;
    width: 100%;
    padding: 1%; 
    justify-content: space-between;
  }
  .sidenavi_item {
    width: 32%;
    margin: 5px auto;
    text-align: center;
  }
  .sidenavi_item._modelhouse {
    display: none;
  }
  .sidenavi_item a {
    display: block;
    height: 48px;
    width: 100%;
    margin: 0 auto;
    padding-top: 14px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    color: #3a2f2b;
    font-family: 'Zen Old Mincho', serif;
    font-weight: bold; 
    text-align: center;
  }
  .sidenavi_item a span {
    font-size: 12px;
  }
  .sidenavi_item:first-child {
    border-left: none;
  }
  .sidenavi_item img {
    display: inline-block;
    height: 3.2vw;
    width: auto;
    margin-right: 5px; 
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 768px) {
  .sidenavi {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
    width: 86px;
    text-align: center; 
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
  }
  .sidenavi_item {
    margin: 6px 0;
  }
  .sidenavi_item a {
    display: block;
    padding: 12px 0;
    background: #3a2f2b; 
    border-right: none;
    color: #fff;
    transition: all 0.3s ease-out;
  }
  .sidenavi_item a:hover {
    opacity: 0.6;
  }
  .sidenavi_item a img {
    display: inline-block;
    width: 30px;
  }
  .sidenavi_item a span {
    display: block;
    font-size: 12px;
    line-height: 1.4;
  }
}

/* **************************************************************************************

project : main

************************************************************************************** */
@media screen and (max-width: 767px) {
  .main_blogkv {
    position: relative;
    height: 33.33333vw;
    margin-bottom: 40px; 
    margin-top: 17.33333vw;
  }
  .main_blogkv ._kv {
    position: absolute; 
    z-index: 2;
  }
  .main.modelhouse {
    width: 100%;
  }
  .main.modelhouse .main_pic {
    height: 300px;
  }
  .main.modelhouse .main_pic_bg {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
  }
  .main .sec {
    margin-bottom: 16vw;
  }
  .main .sec_zeh {
    margin-bottom: 0;
  }
  .main .sec_heading {
    margin: 0 0 5.33333vw;
    font-size: 5.6vw;
    font-weight: 600;
    line-height: 1.6; 
    text-align: center;
  }
  .main .sec_heading span {
    display: block;
    color: #191919; 
    font-size: 3.2vw;
    font-weight: normal;
  }
}

@media print, screen and (min-width: 768px) {
  .main {
    overflow: hidden;
    margin-top: 0 !important;
  }
  .main._page {
    width: 1000px;
    margin: 0 auto;
  }
  .main.modelhouse {
    width: 100%;
  }
  .main.modelhouse .main_pic {
    height: 700px;
  }
  .main.modelhouse .main_pic_bg {
    display: flex;
    overflow: hidden;
    height: 700px;
    justify-content: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: cover;
    align-items: center;
  }
  .main_body {
    width: 800px;
  }
  .main_blogkv {
    position: relative;
    height: 33.33333vw;
    margin-bottom: 40px;
  }
  .main_blogkv ._kv {
    position: absolute; 
    z-index: 2;
  }
  .main .sec {
    margin-bottom: 120px;
  }
  .main .sec_concept, .main .sec_zeh {
    margin-bottom: 0;
  }
  .main .sec_heading {
    margin: 0 0 40px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.6; 
    text-align: center;
  }
  .main .sec_heading span {
    display: block;
    color: #191919; 
    font-size: 16px;
    font-weight: normal;
  }
}

/* **************************************************************************************

project : heading

************************************************************************************** */
.main_heading {
  font-family: 'Playfair Display', serif;
}
.main_heading span {
  display: block;
  color: #3a2f2b;
}

.main._company .main_heading {
  position: relative; 
  background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/company/company_main.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.main._company .main_heading:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: ' ';
  z-index: 1; 
  background-color: rgba(0, 0, 0, 0.4);
}
.main._company .main_heading span {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .main {
    margin: 0;
  }
  .main._company .main_heading {
    margin: 16vw 0 8vw !important;
    padding: 10.66667vw 0;
  }
  .main._company .main_heading span {
    color: #fff;
    font-size: 6.4vw;
  }
  .main_heading {
    margin: 24vw 4vw 8vw;
    font-size: 6.93333vw;
    font-weight: 500;
    text-align: center;
  }
  .main_heading span {
    font-size: 3.73333vw;
  }
  .main_heading._category {
    position: relative;
    margin-top: -5.33333vw;
    font-size: 4.8vw;
  }
  .main_heading._category::before {
    position: absolute;
    left: 50%;
    top: -10px;
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    background: #333;
    transform: translateY(-50%) translateX(-50%); 

    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

@media print, screen and (min-width: 768px) {
  .main {
    margin: 0;
  }
  .main._company .main_heading {
    margin: 70px 0;
    padding: 160px 0;
  }
  .main._company .main_heading span {
    color: #fff;
    font-size: 32px;
  }
  .main_heading {
    margin: 120px 0 84px;
    font-size: 32px;
    letter-spacing: 4px;
    line-height: 1.6; 
    text-align: center;
  }
  .main_heading span {
    display: block;
    color: #3a2f2b;
    font-size: 13px;
  }
  .main_heading._category {
    position: relative;
    margin-top: -20px;
    font-size: 26px;
  }
  .main_heading._category::before {
    position: absolute;
    left: 50%;
    top: -10px;
    content: '';
    display: block;
    height: 2px;
    width: 40px;
    background: #333;
    transform: translateY(-50%) translateX(-50%); 

    -webkit-transform: translateY(-50%) translateX(-50%);
  }
}

/* **************************************************************************************

project : content

************************************************************************************** */
/* **************************************************************************************

project : breadcrumbs

************************************************************************************** */
@media screen and (max-width: 767px) {
  .breadcrumbs {
    overflow-x: auto;
    width: 100%;
    margin-top: 16vw;
    padding: 1.33333vw 0 1.6vw 2.66667vw;
    background: #fff;
    border-bottom: 1px solid #fffaf7;
    border-top: 1px solid #3a2f2b;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; 

    overflow-scrolling: touch;
  }
  .breadcrumbs_item {
    display: inline-block;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .breadcrumbs_item a {
    font-size: 3.2vw;
  }
  .breadcrumbs_item::after {
    content: '>';
  }
  .breadcrumbs_item:last-child::after {
    content: '';
  }
}

@media print, screen and (min-width: 768px) {
  .breadcrumbs {
    margin-top: 80px;
    padding: 8px 0 9px 10px; 
    background: #fff;
    border-bottom: 1px solid #fffaf7;
    border-top: 1px solid #3a2f2b;
  }
  .breadcrumbs_item {
    display: inline-block;
    font-size: 12px;
  }
  .breadcrumbs_item a {
    font-size: 12px;
  }
  .breadcrumbs_item::after {
    content: '>';
  }
  .breadcrumbs_item:last-child::after {
    content: '';
  }
}

/* **************************************************************************************

project : entry

************************************************************************************** */
.entry_lead {
  text-align: center;
}

.entry_pic {
  background: #dfdfdf;
}

@media screen and (max-width: 767px) {
  .entry_lead {
    padding: 0 4vw 5.33333vw;
  }
  .entry_heading {
    margin-bottom: 5.33333vw;
    margin-left: 4vw;
    padding: 0.66667vw 1.33333vw 1.06667vw;
    border-left: 4px solid #3a2f2b; 
    font-size: 4.26667vw;
    font-weight: 500;
    line-height: 1.2;
  }
  .entry_list {
    margin-bottom: 8vw; 
    margin-left: 1.5%;
    font-size: 0;
    text-align: left;
  }
  .entry_item {
    display: inline-block;
    width: 45%;
    margin: 2%;
    font-size: 3.2vw; 
    vertical-align: top;
  }
  .entry_category {
    margin: 2.66667vw 0;
    color: #988;
  }
  .entry_category span {
    display: inline-block; 
    margin-bottom: 1.33333vw;
    margin-right: 1.33333vw;
    padding: 0.66667vw 2.66667vw 1.33333vw;
    background: #f7f1e9;
    border-radius: 4vw;
    font-size: 2.93333vw;
  }
  .entry_category._voice span {
    background: #3a2f2b;
    color: #fff;
  }
  .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    background: #efefef;
    border-radius: 10px; 
    text-align: center;
  }
  .entry_pic::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.2s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .entry_other {
    margin-top: 10.66667vw;
  }
  .entry.staff .entry_pic {
    overflow: hidden;
    height: 34.66667vw;
    background-color: #fff; 
    border: 1px solid #dfdfdf;
  }
  .entry.staff .entry_title {
    margin: 0;
  }
  .entry_btn {
    margin-bottom: 13.33333vw;
    margin-right: 10.66667vw;
    font-size: 4.26667vw; 
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) {
  .entry {
    display: flex;
    width: 1200px;
    margin: 0 auto;
  }
  .entry_lead {
    margin: 0 0 40px;
    font-size: 16px;
  }
  .entry_inner {
    flex-basis: 80%;
  }
  .entry_heading {
    margin-bottom: 40px;
    padding: 1px 0 3px 10px;
    border-left: 4px solid #3a2f2b; 
    font-size: 26px;
    font-weight: 500;
    line-height: 1.2;
  }
  .entry_list {
    display: flex;
    margin-bottom: 40px;
    padding-top: 0 !important;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
    align-items: top; 
    text-align: left;
  }
  .entry_list:after {
    content: '';
    display: block;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 0; 
    width: 31%;
  }
  .entry_item {
    width: 31%;
    margin-bottom: 20px;
    font-size: 14px; 
    vertical-align: top;
  }
  .entry_item a {
    line-height: 1.6; 
    transition: all 0.6s ease-out;
  }
  .entry_item a:hover {
    opacity: 0.6;
  }
  .entry_pic {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    background: #efefef;
    border-radius: 10px; 
    text-align: center;
  }
  .entry_pic::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .entry_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.2s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .entry_pic img:hover {
    opacity: 0.6;
  }
  .entry_other {
    margin-top: 60px;
  }
  .entry_other .entry_list {
    width: 100%;
    justify-content: left;
  }
  .entry_other .entry_list:after {
    content: '';
    display: block;
    height: 0; 
    width: 23% !important;
  }
  .entry_other .entry_pic {
    height: 120px;
  }
  .entry_other .entry_item {
    width: 23% !important; 
    margin-left: 2.66%;
  }
  .entry_other .entry_item:first-child {
    margin-left: 0;
  }
  .entry_category {
    margin: 10px 0;
    color: #988;
  }
  .entry_category span {
    display: inline-block; 
    margin-right: 5px;
    margin-top: 5px;
    padding: 3px 10px 5px;
    background: #fbf5e9;
    border-radius: 20px;
    font-size: 12px;
  }
  .entry_category._voice span {
    background: #3a2f2b;
    color: #fff;
  }
  .entry_date {
    color: #988;
  }
  .entry_info {
    color: #988;
    font-size: 12px;
  }
  .entry_info ._category {
    margin-left: 10px;
  }
  .entry._style2 .entry_item {
    width: 46.2%;
  }
  .entry._style2 .entry_pic {
    overflow: hidden; 
    max-height: 230px;
  }
  .entry.staff {
    width: 980px !important;
  }
  .entry.staff a {
    text-decoration: none;
  }
  .entry.staff .entry_inner {
    flex-basis: 100%;
  }
  .entry.staff .entry_pic {
    overflow: hidden;
    height: 280px;
    background-color: #fff; 
    border: 1px solid #dfdfdf;
  }
  .entry.staff .entry_title {
    margin: 0;
    padding: 0;
  }
  .entry.staff .entry_lead {
    margin: 5px 0 0;
    padding: 0;
    font-size: 14px;
  }
  .entry_btn {
    position: relative;
    margin: 0 auto 80px;
    font-size: 16px;
    font-weight: bold; 
    text-align: center;
  }
  .entry_btn:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    display: block;
    height: 2px;
    width: 110px;
    margin-left: 12px;
    background: #333b5c;
    transform: translate(-50%, 0%);

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

/* **************************************************************************************

project : pagetop

************************************************************************************** */
@media print, screen and (min-width: 768px) {
  .pagetop {
    position: fixed;
    bottom: 30px; 
    right: 30px;
  }
  .pagetop a {
    display: block;
    height: 30px; 
    width: 30px;
  }
  .pagetop span {
    position: absolute;
    top: 5px;
  }
  .pagetop span:before {
    position: absolute;
    left: 8px;
    content: '';
    display: block;
    height: 20px;
    width: 2px;
    background: #000;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
  .pagetop span:after {
    position: absolute;
    left: 21px;
    content: '';
    display: block;
    height: 20px;
    width: 2px;
    background: #000;
    transform: rotate(-45deg); 

    -webkit-transform: rotate(-45deg);
  }
}

/* **************************************************************************************

project : spnavi

************************************************************************************** */
/* **************************************************************************************

SP-NAVI

************************************************************************************** */
#nav-toggle, .close {
  cursor: pointer;
  position: fixed;
  bottom: 2.66667vw;
  display: none;
  z-index: 1000;
  height: 12vw;
  width: 10.66667vw;
  margin: 0 !important;
  padding: 1.33333vw;
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1); 
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#nav-toggle._type2, .close._type2 {
  right: -2.4vw;
  top: 1.86667vw;
  margin: 0 !important;
  background: none; 
  border: none;
  box-shadow: none;
}

#nav-toggle div {
  position: relative;
  top: 1.33333vw;
}

#nav-toggle p {
  position: absolute;
  left: -1.6vw;
  top: 6.13333vw;
  width: 10.66667vw;
  color: #fff;
  font-size: 2.66667vw;
  text-align: center;
}

#nav-toggle span {
  position: absolute;
  left: 0.66667vw;
  display: block;
  height: 0.53333vw;
  width: 5.33333vw;
  background: #fff;
  transition: 0.35s ease-in-out;
}

.close span {
  background: #333 !important;
}

#nav-toggle span:nth-child(1) {
  top: 1.33333vw;
}

#nav-toggle span:nth-child(2) {
  top: 3.46667vw;
}

#nav-toggle span:nth-child(3) {
  top: 5.6vw;
}

@media screen and (max-width: 767px) {
  #nav-toggle {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg); 

    -webkit-transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 11px;
    transform: rotate(-315deg); 

    -webkit-transform: rotate(-315deg);
  }
  .open #global-nav {
    transform: translateY(556px); 

    -webkit-transform: translateY(556px);
  }
  .sp_contact {
    margin: 8vw auto;
    padding: 8vw 0;
    text-align: center;
  }
  .sp_contact a {
    position: relative;
    display: inline-block;
    width: 80%; 
    margin: 8vw auto;
    padding: 4vw 0;
    background: #fff;
    border-radius: 4px;
    font-size: 4.26667vw;
    font-weight: 500;
  }
}

/*PC*/
@media print, screen and (min-width: 768px) {
  #sp_navi {
    display: none !important;
  }
}

/* **************************************************************************************

project : pager

************************************************************************************** */
.wp-pagenavi {
  margin: 0 auto;
  text-align: center;
}
.wp-pagenavi a {
  color: #3a2f2b !important; 
  text-decoration: none !important;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .current {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 12px;
    background: #3a2f2b;
    border: 2px solid #3a2f2b;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .wp-pagenavi a {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 12px;
    border: 1px solid #3a2f2b;
    font-size: 3.2vw;
    line-height: 1.2;
  }
  .wp-pagenavi span {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 12px;
    border: 1px solid #3a2f2b;
    font-size: 3.2vw;
    line-height: 1.2;
  }
}

@media print, screen and (min-width: 768px) {
  .wp-pagenavi .current {
    padding: 5px 12px;
    background: #3a2f2b;
    border: 1px solid #3a2f2b;
    color: #fff;
  }
  .wp-pagenavi a {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 12px;
    border: 1px solid #3a2f2b;
    font-size: 14px;
    transition: all 0.6s ease-out;
  }
  .wp-pagenavi a:hover {
    background: #3a2f2b;
    color: #fff !important;
  }
  .wp-pagenavi span {
    display: inline-block;
    margin: 0 5px;
    padding: 5px 12px; 
    border: 1px solid #3a2f2b;
    font-size: 14px;
  }
}

/* **************************************************************************************

project : kv

************************************************************************************** */
.slider li {
  display: none;
  /*読み込み時は非表示*/
}

.bx-viewport .slider li {
  display: block !important;
  /*JSが読み込まれたら表示*/
}

.kv {
  position: relative;
  width: 100%;
}
.kv_txt {
  position: absolute;
  left: 46%;
  z-index: 2; 
  /*font-family: $font-za;
        writing-mode: vertical-rl;
        align-items: center;*/
  color: #fff;
  text-align: left;
}
.kv_txt._font {
  /*font-family: $font-nsj;*/
}
.kv_txt span {
  width: 100%;
}
.kv .bxslider {
  z-index: 1;
  width: 100%;
}
.kv .bxslider .pic {
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.kv .bxslider span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  color: #fff;
  text-align: center;
  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.kv .bxslider span span {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .bxslider > li {
    width: 100%;
  }
  /*
    .bxslider > li .pic {
        animation: anime_zoom 7s linear infinite;
        background-position: left -200px center !important;
        background-size: cover !important;
        overflow: hidden;
        width: 1000px !important;
    }*/
  .bxslider > li .pic {
    background-position: center !important; 
    background-size: cover !important;
  }
  @-webkit-keyframes anime_zoom {
    0% {
      transform: translateX(-20%); 

      -webkit-transform: translateX(-20%);
    }
    100% {
      transform: translateX(-10%); 

      -webkit-transform: translateX(-10%);
    }
  }
  @keyframes anime_zoom {
    0% {
      transform: translateX(-20%); 

      -webkit-transform: translateX(-20%);
    }
    100% {
      transform: translateX(-10%); 

      -webkit-transform: translateX(-10%);
    }
  }
  .kv {
    padding-top: 0vw;
  }
  .kv_txt {
    position: absolute;
    left: 40%; 
    top: 12%;
    height: 65%;
    margin: auto;
  }
  .kv_txt img {
    height: 100%; 
    width: auto;
  }
  .kv .bxslider {
    position: relative;
  }
  .kv .bxslider_pic:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: ' '; 
    background-color: rgba(0, 0, 0, 0.2);
  }
  .kv .bxslider span {
    font-size: 5.33333vw;
    letter-spacing: 1.33333vw;
  }
  .kv .bxslider span ._sub {
    font-size: 3.46667vw;
  }
  .scroll {
    position: absolute;
    bottom: 0;
    right: 5%;
    margin-left: -12px;
    color: #fff;
    font-size: 12px;
  }
  .scroll_item {
    overflow: hidden; 
    height: 60px;
  }
  .scroll_item:after {
    content: '';
    display: block;
    width: 1px;
    margin: 0 auto 0; 
    border-left: 1px #fff solid;
    animation: scroll 3s ease 0s infinite normal;

    -webkit-animation: scroll 3s ease 0s infinite normal;
  }
  @-webkit-keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 60px;
      margin-top: 0;
    }
    100% {
      height: 60px; 
      margin-top: 60px;
    }
  }
  @keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 60px;
      margin-top: 0;
    }
    100% {
      height: 60px; 
      margin-top: 60px;
    }
  }
}

@media print, screen and (min-width: 768px) {
  /*.bxslider > li .pic {
        animation: anime_zoom 7s linear;
    }*/
  @-webkit-keyframes anime_zoom {
    0% {
      left: -10%; 
      transform: scale(1);

      -webkit-transform: scale(1);
    }
    100% {
      left: 0; 
      transform: scale(1.1);

      -webkit-transform: scale(1.1);
    }
  }
  @keyframes anime_zoom {
    0% {
      left: -10%; 
      transform: scale(1);

      -webkit-transform: scale(1);
    }
    100% {
      left: 0; 
      transform: scale(1.1);

      -webkit-transform: scale(1.1);
    }
  }
  .kv {
    position: relative;
    z-index: 1;
    height: 94vh;
    margin-top: 0;
  }
  .kv_txt {
    position: absolute;
    top: 12%; 
    height: 68%;
    margin: auto;
  }
  .kv_txt img {
    height: 100%;
  }
  .kv_txt ._sub {
    display: block; 
    font-size: 26px;
    line-height: 1.8;
  }
  .kv .bxslider li {
    overflow: hidden; 
    height: 94vh;
  }
  .kv .bxslider_pic {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .kv .bxslider_pic img {
    width: 100%;
  }
  .kv .bxslider_pic:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: ' '; 
    background-color: rgba(0, 0, 0, 0.2);
  }
  .kv .bxslider span {
    font-size: 48px;
    letter-spacing: 18px;
    line-height: 1.8;
  }
  .kv .bxslider span ._sub {
    display: block; 
    font-size: 26px;
    line-height: 1.8;
  }
  .scroll {
    position: absolute;
    bottom: 0;
    right: 5%;
    margin-left: -12px;
    color: #fff;
  }
  .scroll_item {
    overflow: hidden; 
    height: 120px;
  }
  .scroll_item:after {
    content: '';
    display: block;
    width: 1px;
    margin: 0 auto 0; 
    border-left: 1px #fff solid;
    animation: scroll 3s ease 0s infinite normal;

    -webkit-animation: scroll 3s ease 0s infinite normal;
  }
  @-webkit-keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 120px;
      margin-top: 0;
    }
    100% {
      height: 120px; 
      margin-top: 120px;
    }
  }
  @keyframes scroll {
    0% {
      height: 0;
    }
    50% {
      height: 120px;
      margin-top: 0;
    }
    100% {
      height: 120px; 
      margin-top: 120px;
    }
  }
}

/* **************************************************************************************

project : news

************************************************************************************** */
.news_entry {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.news_entry a {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

@media screen and (max-width: 767px) {
  .news {
    margin: -40px 0 0;
    padding: 4vw;
  }
  .news_heading {
    position: relative;
    margin-bottom: 5.33333vw;
    color: #191919; 
    font-family: 'Playfair Display', serif;
    font-size: 6.93333vw;
    line-height: 1.2;
  }
  .news_heading span {
    display: block;
    margin-top: 0.26667vw;
    font-family: 'Zen Antique', serif;
    font-size: 2.93333vw;
  }
  .news_heading::before {
    position: absolute;
    left: 13.33333vw; 
    top: 1.33333vw;
    content: '';
    display: block;
    height: 1px;
    width: 21.86667vw;
    background: #3a2f2b;
  }
  .news_category {
    padding-left: 2.66667vw;
  }
  .news_entry {
    margin-bottom: 4vw;
    border-bottom: 1px solid #9f9c9a;
  }
  .news_box dl {
    width: 100%;
    margin-bottom: 2.66667vw;
    padding: 2.66667vw 0;
    border-top: 1px solid #9f9c9a;
  }
  .news_box dl a {
    color: #333;
  }
  .news_box dl dt {
    margin-bottom: 1.33333vw;
    color: #988; 
    font-family: 'Zen Old Mincho', serif;
  }
  .news_btn {
    margin-right: 6.66667vw;
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) {
  .news {
    position: relative;
    top: 0;
    font-size: 16px;
  }
  .news_inner {
    max-width: 1200px;
    padding: 40px 30px 30px;
  }
  .news_inner span {
    display: block;
    font-size: 14px;
  }
  .news_box {
    display: flex;
    padding: 0 0 20px; 
    align-items: flex-start;
  }
  .news_heading {
    width: 130px;
    margin-top: 5px;
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    line-height: 1;
  }
  .news_heading span {
    display: none;
  }
  .news_list {
    display: flex;
    margin-bottom: 16px;
  }
  .news_entry {
    margin-right: 40px;
  }
  .news_date {
    width: 180px;
  }
  .news_category {
    display: inline-block !important;
    margin-left: 5px;
    padding: 4px 8px 5px;
    background: #3a2f2b;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
  }
  .news_title {
    max-width: 600px;
  }
  .news a {
    font-size: 16px;
    font-weight: bold;
    transition: all 0.4s ease-out;
  }
  .news a:hover {
    opacity: 0.4;
  }
  .news_btn {
    position: relative;
    margin: 40px auto 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold; 
    text-align: center;
  }
  .news_btn:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    display: block;
    height: 2px;
    width: 110px;
    margin-left: 12px;
    background: #333b5c;
    transform: translate(-50%, 0%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .news_btn:hover:before {
    opacity: 0.6;
  }
}

/* **************************************************************************************

project : concept

************************************************************************************** */
.concept_item {
  position: absolute;
  display: block;
  color: #fff;
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
}
.concept_item::before {
  content: '';
  display: block;
  z-index: 1; 
  width: 100%;
  background: rgba(58, 47, 43, 0.3);
}
.concept_item:first-child {
  background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/home/concept_pic1.jpg');
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
}
.concept_item:nth-child(2) {
  background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/home/concept_pic2.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.concept_item a {
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .concept {
    margin: 5.33333vw 0;
    padding: 5.33333vw 0;
    background: #f7f1e9;
  }
  .concept_heading {
    position: relative;
    margin: 4vw;
    color: #191919; 
    font-family: 'Playfair Display', serif;
    font-size: 6.93333vw;
    line-height: 1.2;
  }
  .concept_heading span {
    display: block;
    margin-top: 0.26667vw;
    font-family: 'Zen Antique', serif;
    font-size: 2.93333vw;
  }
  .concept_heading::before {
    position: absolute;
    left: 16vw; 
    top: 1.33333vw;
    content: '';
    display: block;
    height: 1px;
    width: 21.86667vw;
    background: #3a2f2b;
  }
  .concept_item {
    position: relative;
    height: 56vw;
    width: 100%;
    margin-bottom: 5.33333vw;
    font-size: 5.06667vw;
  }
  .concept_item::before {
    position: absolute;
    left: 0; 
    top: 0;
    height: 56vw;
  }
  .concept_item:first-child::after {
    position: absolute;
    left: 2.66667vw; 
    top: 2.66667vw;
    content: '01';
    display: block;
    z-index: 2;
    font-family: 'Zen Antique', serif;
    font-size: 10.66667vw;
  }
  .concept_item:nth-child(2)::after {
    position: absolute;
    left: 2.66667vw; 
    top: 2.66667vw;
    content: '02';
    display: block;
    z-index: 2;
    font-family: 'Zen Antique', serif;
    font-size: 10.66667vw;
  }
  .concept_box {
    position: absolute;
    bottom: 4vw;
    left: 4vw;
    z-index: 2;
    width: 84vw;
  }
  .concept_btn {
    font-size: 16px;
    text-align: right;
  }
}

@media print, screen and (min-width: 768px) {
  .concept {
    position: relative; 
    padding: 5%;
  }
  .concept::after {
    position: absolute;
    top: 0;
    height: 520px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
  }
  .concept_heading {
    position: relative;
    display: inline-block;
    width: auto;
    font-family: 'Playfair Display', serif; 
    font-size: 32px;
    line-height: 1.2;
    text-align: right;
  }
  .concept_heading span {
    display: block;
    font-family: 'Zen Antique', serif; 
    font-size: 15px;
  }
  .concept_heading::before {
    position: absolute;
    left: 0; 
    top: 7px;
    content: '';
    display: block;
    height: 1px;
    width: 32px;
    background: #3a2f2b;
  }
  .concept_inner {
    position: relative;
  }
  .concept_inner::before {
    position: absolute;
    left: -40px; 
    top: -40px;
    content: '';
    display: block;
    height: 800px;
    width: 140%;
    background: #fbf5e9;
  }
  .concept_list {
    position: relative;
    height: 800px; 
    margin: 60px 0;
  }
  .concept_item {
    border-radius: 20px;
    box-shadow: 2px 2px 10px gray;
  }
  .concept_item::before {
    border-radius: 20px;
  }
  .concept_item:first-child {
    left: -8%;
    top: 0;
    height: 800px; 
    width: 60%;
  }
  .concept_item:first-child .concept_box {
    position: absolute;
    bottom: 40px;
    left: 80px;
  }
  .concept_item:first-child::before {
    height: 800px;
  }
  .concept_item:nth-child(2) {
    bottom: 100px;
    right: -7%;
    height: 600px; 
    width: 50%;
  }
  .concept_item:nth-child(2) .concept_box {
    position: absolute;
    bottom: 40px;
    left: 80px;
  }
  .concept_item:nth-child(2)::before {
    height: 600px;
  }
  .concept_item a {
    transition: all 0.4s ease-out;
  }
  .concept_item a:hover {
    opacity: 0.6;
  }
  .concept_box {
    vertical-align: bottom;
  }
  .concept_txt {
    font-size: 24px;
    letter-spacing: 2px; 
    line-height: 1.6;
  }
  .concept_btn {
    position: relative;
    display: inline;
    margin-top: 20px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.4s ease-out;
  }
  .concept_btn:hover {
    opacity: 0.6;
  }
  .concept_btn:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: '';
    display: block;
    height: 2px;
    width: 110px;
    margin-left: 0;
    background: #fff;
    transition: all 0.4s ease-out;
  }
  .concept .btn {
    margin-left: 0 !important;
  }
}

/* **************************************************************************************

project : works

************************************************************************************** */
.works_item a {
  font-family: 'Zen Kaku Gothic Antique', sans-serif !important;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .works {
    padding: 4vw;
  }
  .works_heading {
    position: relative;
    margin-bottom: 5.33333vw;
    color: #191919; 
    font-family: 'Playfair Display', serif;
    font-size: 6.93333vw;
    line-height: 1.2;
  }
  .works_heading span {
    display: block;
    margin-top: 0.26667vw;
    font-family: 'Zen Antique', serif;
    font-size: 2.93333vw;
  }
  .works_heading::before {
    position: absolute;
    left: 13.33333vw; 
    top: 1.33333vw;
    content: '';
    display: block;
    height: 1px;
    width: 21.86667vw;
    background: #3a2f2b;
  }
  .works_item {
    margin-bottom: 5.33333vw;
    font-size: 3.73333vw;
  }
  .works_pic {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    background: #efefef;
    border-radius: 10px; 
    text-align: center;
  }
  .works_pic::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .works_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.2s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .works_pic img:hover {
    opacity: 0.6;
  }
  .works_btn {
    display: block;
    width: 37.33333vw;
    margin-left: auto;
    padding: 1.33333vw 4vw 2.13333vw;
    background: rgba(51, 59, 92, 0.8);
    border: 1px solid #333b5c; 
    border-radius: 5px;
    box-shadow: 2px 2px 10px gray;
  }
  .works_btn a {
    color: #fff !important;
  }
}

@media print, screen and (min-width: 768px) {
  .works_heading_box {
    margin: 0 auto 40px;
    text-align: center;
  }
  .works_heading {
    position: relative;
    display: inline-block;
    width: auto;
    font-family: 'Playfair Display', serif; 
    font-size: 32px;
    line-height: 1.2;
    text-align: right;
  }
  .works_heading span {
    display: block;
    font-family: 'Zen Antique', serif; 
    font-size: 15px;
  }
  .works_heading::before {
    position: absolute;
    left: 0; 
    top: 7px;
    content: '';
    display: block;
    height: 1px;
    width: 22px;
    background: #3a2f2b;
  }
  .works_inner {
    max-width: 1200px; 
    margin: 0 auto;
  }
  .works_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: top;
  }
  .works_list:after {
    content: '';
    display: block;
    height: 0; 
    width: 22.6%;
  }
  .works_item {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 48%;
    margin-bottom: 40px;
    font-size: 14px; 
    vertical-align: top;
  }
  .works_item a {
    font-size: 16px;
    line-height: 1.6; 
    transition: all 0.6s ease-out;
  }
  .works_item a:hover {
    opacity: 0.6;
  }
  .works_pic {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    background: #efefef;
    border-radius: 10px; 
    text-align: center;
  }
  .works_pic::before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .works_pic img {
    position: absolute;
    top: 50%;
    display: block;
    height: auto;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-align: center;
    transform: translate(0, -50%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(0, -50%);
  }
  .works_pic img:hover {
    opacity: 0.6;
  }
  .works_title {
    transition: all 0.4s ease-out;
  }
  .works_title:hover {
    opacity: 0.6;
  }
  .works_btn {
    position: relative;
    margin: 0 auto;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    transition: all 0.4s ease-out;
  }
  .works_btn:hover {
    opacity: 0.6;
  }
  .works_btn:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    display: block;
    height: 2px;
    width: 110px;
    margin-left: 12px;
    background: #333b5c;
    transform: translate(-50%, 0%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .works_btn:hover:before {
    opacity: 0.4;
  }
}

/* **************************************************************************************

project : semiorder

************************************************************************************** */
.semiorder_lead {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .semiorder {
    position: relative;
    margin: 5.33333vw 0;
    padding: 5.33333vw 0;
    background: #f7f1e9;
  }
  .semiorder_heading {
    position: relative;
    margin: 4vw;
    color: #191919; 
    font-family: 'Playfair Display', serif;
    font-size: 6.93333vw;
    line-height: 1.2;
  }
  .semiorder_heading span {
    display: block;
    margin-top: 0.26667vw;
    font-family: 'Zen Antique', serif;
    font-size: 2.93333vw;
  }
  .semiorder_heading::before {
    position: absolute;
    left: 33.06667vw; 
    top: 1.33333vw;
    content: '';
    display: block;
    height: 1px;
    width: 21.86667vw;
    background: #3a2f2b;
  }
  .semiorder_btn {
    position: absolute;
    bottom: 10.66667vw;
    right: 4vw;
    display: inline-block;
    width: 37.33333vw;
    padding: 1.33333vw 4vw 2.13333vw;
    background: rgba(51, 59, 92, 0.8);
    border: 1px solid #333b5c; 
    border-radius: 5px;
    box-shadow: 2px 2px 10px gray;
  }
  .semiorder_btn a {
    color: #fff !important;
  }
}

@media print, screen and (min-width: 768px) {
  .semiorder {
    padding-bottom: 40px;
  }
  .semiorder_inner {
    position: relative;
    padding: 0 5%;
  }
  .semiorder_inner::before {
    position: absolute;
    left: 40px; 
    top: -40px;
    content: '';
    display: block;
    height: 800px;
    width: 140%;
    background: #fbf5e9;
  }
  .semiorder_heading {
    position: relative;
    display: inline-block;
    width: auto;
    margin-bottom: 60px;
    font-family: 'Playfair Display', serif; 
    font-size: 32px;
    line-height: 1.2;
    text-align: right;
  }
  .semiorder_heading span {
    display: block;
    font-family: 'Zen Antique', serif; 
    font-size: 15px;
  }
  .semiorder_heading::before {
    position: absolute;
    left: 0; 
    top: 7px;
    content: '';
    display: block;
    height: 1px;
    width: 70px;
    background: #3a2f2b;
  }
  .semiorder_pic {
    position: relative;
    width: 70%; 
    margin: 0 auto;
  }
  .semiorder_btn {
    position: relative;
    margin: 40px auto 0;
    font-size: 16px !important;
    font-weight: bold;
    text-align: center;
    transition: all 0.4s ease-out;
  }
  .semiorder_btn:hover {
    opacity: 0.6;
  }
  .semiorder_btn:before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    content: '';
    display: block;
    height: 2px;
    width: 110px;
    margin-left: 12px;
    background: #333b5c;
    transform: translate(-50%, 0%);
    transition: all 0.4s ease-out; 

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .semiorder_btn:hover:before {
    opacity: 0.4;
  }
  .semiorder_link img {
    transition: all 0.4s ease-out;
  }
  .semiorder_link img:hover {
    opacity: 0.6;
  }
}

/* **************************************************************************************

project : btn

************************************************************************************** */
@media screen and (max-width: 767px) {
  .btn {
    position: relative;
    display: inline;
    padding: 10px 0;
    color: #333b5c;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.2; 
    text-decoration: none;
    vertical-align: middle;
  }
  .btn::before, .btn::after {
    position: absolute;
    bottom: 0;
    right: -28px;
    top: 3px;
    content: '';
    margin: auto;
    vertical-align: middle;
  }
  .btn::before {
    height: 18px;
    width: 18px;
    background: #333b5c;
    border: 1px solid #fff; 
    border-radius: 50%;
  }
  .btn::after {
    right: -20px;
    height: 4px;
    width: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
  .btn._more {
    width: 53.33333vw; 
    margin: 0 auto;
  }
  .btn._concept {
    width: 53.33333vw; 
    margin: 0 auto;
  }
  .btn_left {
    position: relative;
    padding-left: 25px;
    color: #333b5c;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.2; 
    text-decoration: none;
    vertical-align: middle;
  }
  .btn_left::before, .btn_left::after {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 3px;
    content: '';
    margin: auto;
    vertical-align: middle;
  }
  .btn_left::before {
    height: 18px;
    width: 18px;
    background: #333b5c;
    border: 1px solid #fff; 
    border-radius: 50%;
  }
  .btn_left::after {
    left: 5px;
    height: 4px;
    width: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
}

@media print, screen and (min-width: 768px) {
  .btn {
    position: relative;
    display: inline;
    padding: 10px 0;
    color: #333b5c;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.2; 
    text-decoration: none;
    vertical-align: middle;
  }
  .btn::before, .btn::after {
    position: absolute;
    bottom: 0;
    right: -28px;
    top: 3px;
    content: '';
    margin: auto;
    vertical-align: middle;
  }
  .btn::before {
    height: 18px;
    width: 18px;
    background: #333b5c;
    border: 1px solid #fff; 
    border-radius: 50%;
  }
  .btn::after {
    right: -20px;
    height: 4px;
    width: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
  .btn_left {
    position: relative;
    display: inline;
    padding: 10px 0;
    color: #333b5c;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.2; 
    text-decoration: none;
    vertical-align: middle;
  }
  .btn_left::before, .btn_left::after {
    position: absolute;
    bottom: 0;
    right: -28px;
    top: 3px;
    content: '';
    margin: auto;
    vertical-align: middle;
  }
  .btn_left::before {
    height: 18px;
    width: 18px;
    background: #333b5c;
    border: 1px solid #fff; 
    border-radius: 50%;
  }
  .btn_left::after {
    right: -20px;
    height: 4px;
    width: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
}

/* **************************************************************************************

project : post

************************************************************************************** */
.post_body {
  font-family: 'Noto Sans JP', sans-serif !important;
}
.post_body h1, .post_body h2, .post_body h3, .post_body h4, .post_body h5, .post_body h6 {
  font-weight: 500;
}
.post_body strong, .post_body b {
  font-weight: bold;
}
.post_body figcaption {
  color: #666;
}
.post_body .center {
  display: block;
  margin: 0 auto; 
  text-align: center !important;
}
.post_body ol li {
  margin-left: 24px;
  list-style-type: decimal;
}
.post_body dl {
  border-bottom: 1px solid #e8ded8;
}
.post_body dl:first-of-type {
  border-top: 1px solid #e8ded8;
}
.post_body dt {
  background: #fffaf7;
}
.post_body .has-text-align-center {
  text-align: center;
}
.post_body hr {
  border: 1px solid #dfdfdf;
}

.post_box {
  background: #f9f9f9; 
  border: 4px solid #ddd;
}

.post_info ._category a {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  padding: 0 20px !important;
  background: #fff;
  border: 1px solid #333;
  border-radius: 20px;
  line-height: 1.8; 
  text-align: center;
  text-decoration: none;
}

.post .mokuji_box {
  margin-top: 40px;
  padding: 30px;
  background: #f9f9f9; 
  border: 4px solid #ddd;
}

.post .mokuji_heading {
  position: relative; 
  margin-top: 0;
  padding-bottom: 3px;
  padding-left: 15px;
  border-left: 3px solid #3a2f2b;
  line-height: 1.2;
}

.post .mokuji_item {
  margin: 4px 0;
  color: #666; 
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .post_body {
    width: 100%;
    margin: 0;
    padding: 0 4vw;
  }
  .post_body img {
    height: auto; 
    width: auto;
    max-width: 100%;
    margin: 2.66667vw 0;
  }
  .post_body h1 {
    margin: 0 0 5.33333vw;
    font-size: 4.8vw;
    line-height: 1.4;
  }
  .post_body h2, .post_body h3, .post_body h4, .post_body h5, .post_body h6 {
    margin: 8vw 0 4vw;
    font-weight: 500; 
    line-height: 1.6;
  }
  .post_body h2 {
    font-size: 5.06667vw;
  }
  .post_body h3 {
    font-size: 4.53333vw;
  }
  .post_body h4 {
    font-size: 4.26667vw;
  }
  .post_body h5 {
    font-size: 4vw;
  }
  .post_body h6 {
    font-size: 3.73333vw;
  }
  .post_body p {
    margin: 8vw 0;
    font-size: 3.73333vw;
    line-height: 2;
    text-align: justify;
    word-break: break-all;
  }
  .post_body a {
    color: #333;
    font-size: 3.73333vw;
    line-height: 2; 
    text-decoration: underline;
  }
  .post_body table {
    margin: 2.66667vw 0;
  }
  .post_body table th, .post_body table td {
    display: block;
    width: 100%;
    padding: 2.66667vw;
    border: 1px solid #dfdfdf;
  }
  .post_body .is-style-regular table td:first-child {
    background: #fffaf7;
    border-bottom: none;
  }
  .post_body .wp-block-group {
    margin: 4vw 0;
    padding: 2.66667vw 4vw;
  }
  .post_body iframe {
    height: 53.33333vw; 
    width: 100%;
  }
  .post_body dl {
    display: block;
    padding: 2.66667vw 0;
  }
  .post_body dt {
    display: block !important;
    width: 100%; 
    padding: 1.33333vw;
  }
  .post_body dd {
    display: block !important;
    width: 100%; 
    padding: 1.33333vw;
  }
  .post_body hr {
    margin: 5.33333vw 0;
  }
  .post_body .sec-box {
    margin: 4vw 0;
  }
  .post_info {
    margin: 0 0 5.33333vw;
    font-size: 2.93333vw;
  }
  .post_info ._category a {
    line-height: 2 !important;
  }
  .post_info ._date {
    margin-right: 2.66667vw;
    color: #191919;
  }
  .post_box {
    margin: 5.33333vw 0;
    padding: 4vw;
  }
  .post_link {
    display: flex;
    margin: 10.66667vw 0 0;
    justify-content: space-between;
  }
  .post_link a {
    margin: 0 auto;
    padding: 2.66667vw 5.33333vw 3.2vw;
    background: #3a2f2b;
    border: 1px solid #3a2f2b;
    color: #fff;
    font-size: 2.93333vw;
    line-height: 2;
    text-decoration: none;
  }
  .post_staff .staff_name {
    margin-bottom: -2.66667vw;
    margin-top: 0;
    padding-bottom: 5.33333vw;
    padding-top: 0;
    border-bottom: 1px solid #dfdfdf; 
    font-size: 4.26667vw;
    line-height: 1;
  }
  .post_staff .staff_contents {
    position: relative;
    z-index: 2;
    width: 90%; 
    margin-left: auto;
    margin-right: auto;
    margin-top: -16vw;
    padding: 4vw;
    background: #fff;
  }
  .post .gallery {
    margin: 0 0 5.33333vw;
  }
  .post .gallery_slider {
    overflow: hidden; 
    height: 53.33333vw;
    width: 100%;
    border: 2px solid #dfdfdf;
  }
  .post .gallery_slider img {
    display: block;
    height: auto;
    width: auto;
    max-height: 53.33333vw;
    margin: 0 auto;
    text-align: center;
  }
  .post .gallery .bx-pager {
    margin: -8vw auto 0 !important;
    text-align: center;
  }
  .post .gallery .bx-pager a {
    display: inline-block;
    margin: 0 1.33333vw;
    border: 2px solid #dfdfdf;
    text-align: center;
  }
  .post .gallery .bx-pager a img {
    display: block;
    height: auto;
    height: 10.66667vw;
    margin: 0 auto;
    text-align: center;
  }
  .post .gallery .bx-pager a.active, .post .gallery .bx-pager a:hover {
    border: 2px solid #3a2f2b;
  }
}

@media print, screen and (min-width: 768px) {
  .post {
    display: flex;
    width: 1200px;
    margin: 0 auto;
  }
  .post._single, .post._company {
    display: block;
    width: 980px !important;
    margin: 0 auto !important;
  }
  .post._single .post_body, .post._company .post_body {
    display: block;
    width: 980px;
    margin: 0 auto !important;
    padding: 0;
  }
  .post_body {
    font-size: 16px;
  }
  .post_body img {
    height: auto; 
    width: auto !important;
    max-width: 100%;
  }
  .post_body h1 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
  }
  .post_body h2, .post_body h3, .post_body h4, .post_body h5, .post_body h6 {
    margin: 40px 0 20px;
    line-height: 1.6;
  }
  .post_body h2 {
    font-size: 28px;
  }
  .post_body h3 {
    font-size: 22px;
  }
  .post_body h4 {
    font-size: 20px;
  }
  .post_body h5 {
    font-size: 18px;
  }
  .post_body h6 {
    font-size: 16px;
  }
  .post_body p {
    margin: 30px 0; 
    font-size: 16px;
    text-align: justify;
  }
  .post_body a {
    color: #333;
    text-decoration: underline;
  }
  .post_body a:hover {
    text-decoration: none;
  }
  .post_body figure {
    margin: 20px 0 0;
  }
  .post_body figcaption {
    font-size: 12px;
  }
  .post_body table {
    margin: 20px 0;
  }
  .post_body table th, .post_body table td {
    padding: 10px;
    border: 1px solid #e8ded8;
  }
  .post_body #full, .post_body .wp-block-image {
    margin: 20px auto;
    font-size: 0; 
    text-align: center;
  }
  .post_body .wp-block-group {
    margin: 20px 0;
    padding: 40px;
  }
  .post_body .is-style-regular table td:first-child {
    width: 180px; 
    background: #fffaf7;
  }
  .post_body iframe {
    height: 400px; 
    width: 100%;
  }
  .post_body dl {
    display: flex;
    border-bottom: 1px solid #e8ded8;
    font-size: 14px;
  }
  .post_body dl:first-of-type {
    border-top: 1px solid #e8ded8;
  }
  .post_body dt {
    width: 200px; 
    padding: 15px;
    background: #fffaf7;
  }
  .post_body dd {
    width: 100%; 
    padding: 15px;
  }
  .post_body .ph-box1 {
    display: flex;
    align-items: flex-start;
  }
  .post_body .ph-box1._right {
    flex-direction: row-reverse;
  }
  .post_body .ph-box1_pic {
    margin: 0 20px 20px 0;
  }
  .post_body .ph-box1_pic._right {
    margin: 0 0 20px 20px;
  }
  .post_body .ph-box1_pic._max {
    width: 600px;
    flex-basis: 600px;
  }
  .post_body .ph-box1_pic._middle {
    width: 400px;
    flex-basis: 400px;
  }
  .post_body .ph-box1_pic._small {
    width: 200px;
    flex-basis: 200px;
  }
  .post_body .ph-box1_txt {
    flex: 1;
  }
  .post_body .ph-box1_txt h2, .post_body .ph-box1_txt h3, .post_body .ph-box1_txt h4, .post_body .ph-box1_txt h5 {
    margin: 0 0 20px !important;
  }
  .post_body .ph-box1_txt p {
    margin-top: 0;
  }
  .post_body hr {
    clear: both;
    margin: 40px 0;
  }
  .post_body .sec-box {
    margin: 40px 0;
  }
  .post_body .ph-list1 {
    display: flex;
    justify-content: space-between;
  }
  .post_body .ph-list1_pic {
    margin-right: 20px;
  }
  .post_body .ph-list1_pic:last-child {
    margin-right: 0;
  }
  .post_info {
    margin: 0 0 20px;
  }
  .post_info ._date {
    margin-right: 20px;
    color: #191919;
  }
  .post_info ._category a {
    margin-top: 10px;
    transition: all 0.3s ease-out;
  }
  .post_info ._category a:hover {
    background: #3a2f2b;
    color: #fff;
  }
  .post_box {
    margin: 20px 0;
    padding: 20px;
  }
  .post_map {
    width: 100%;
    margin: 20px 0;
  }
  .post_link {
    display: flex;
    margin: 60px 0 20px;
    justify-content: space-between;
  }
  .post_link a {
    margin: 0 auto;
    padding: 10px 40px 12px;
    background: #3a2f2b;
    border: 1px solid #3a2f2b;
    color: #fff;
    line-height: 2;
    text-decoration: none; 
    transition: all 0.5s ease;
  }
  .post_link a:hover {
    background: #fff;
    color: #333;
  }
  .post_staff .staff_name {
    padding-bottom: 20px;
    border-bottom: 1px solid #dfdfdf; 
    font-size: 28px;
  }
  .post_staff .staff:nth-child(even) .staff_contents {
    margin-left: auto;
    margin-right: 0;
  }
  .post_staff .staff_contents {
    position: relative;
    z-index: 2;
    width: 90%; 
    margin-left: 0;
    margin-right: auto;
    margin-top: -140px;
    padding: 20px 50px 30px;
    background: #fff;
  }
  .post_plan {
    display: flex;
  }
  .post_plan img {
    height: auto; 
    width: 100% !important;
  }
  .post .gallery {
    margin: 0 0 40px;
  }
  .post .gallery_slider {
    overflow: hidden; 
    height: 450px;
    width: 100%;
    border: 2px solid #dfdfdf;
  }
  .post .gallery_slider img {
    display: block;
    height: auto;
    width: auto;
    max-height: 450px;
    max-width: 800px; 
    margin: 0 auto;
    text-align: center;
  }
  .post .gallery .bx-pager {
    margin: -20px  0 0 !important;
  }
  .post .gallery .bx-pager a {
    display: inline-block;
    height: 60px;
    width: 60px;
    margin: 0 10px;
    border: 2px solid #dfdfdf;
  }
  .post .gallery .bx-pager a img {
    display: block;
    height: auto;
    height: 56px;
    margin: 0 auto;
    text-align: center;
  }
  .post .gallery .bx-pager a.active, .post .gallery .bx-pager a:hover {
    border: 2px solid #3a2f2b;
  }
}

/* **************************************************************************************

project : company

************************************************************************************** */
.company {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .company_box {
    display: flex;
    width: 100%;
    margin: 10px 0;
    align-items: flex-start;
  }
  .company_txt {
    width: 80%;
    margin-right: 10px;
  }
  .company_pic {
    width: 160px;
    margin-left: auto;
  }
  .company_map {
    display: block;
    width: 100%;
  }
  .company_map iframe {
    height: 320px; 
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .company_box {
    display: flex;
    width: 100%;
    margin: 10px 0;
    align-items: flex-start;
  }
  .company_txt {
    width: 80%;
    margin-right: 10px; 
    margin-top: -12px;
  }
  .company_pic {
    width: 160px;
    margin-left: auto;
  }
  .company_map {
    display: block;
    width: 100%;
  }
  .company_map iframe {
    height: 320px; 
    width: 100%;
  }
}

/* **************************************************************************************

project : contact

************************************************************************************** */
.contact {
  margin: 0 auto;
}
.contact ._er {
  display: block; 
  color: #9e1f1f;
}
.contact .thanks {
  text-align: center;
}
.contact ._privacy a {
  text-decoration: underline !important;
}
.contact ._ind {
  border: 2px solid #f6602b; 
  border-radius: 5px;
  color: #f6602b;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 0 4vw;
  }
  .contact_lead {
    margin: 5.33333vw 0;
    font-size: 3.73333vw; 
    text-align: center;
  }
  .contact_tel {
    margin: 4vw 0;
    padding: 4vw;
    border: 4px solid #fffaf7;
    font-size: 3.46667vw; 
    text-align: center;
  }
  .contact_tel span {
    position: relative;
    display: inline-block;
    padding-left: 6.66667vw;
    font-size: 6.93333vw;
    font-weight: bold; 
    line-height: 1.4;
  }
  .contact_tel span::before {
    position: absolute;
    left: 0;
    top: 8px; 
    content: '';
    display: block;
    height: 6.66667vw;
    width: 6.66667vw;
    background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/i_tel.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .contact_attend {
    margin-top: 2.66667vw;
  }
  .contact_form {
    margin: 8vw auto;
  }
  .contact_inner {
    position: relative;
    height: 82.66667vw;
  }
  .contact_heading {
    margin: 4vw auto;
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
  }
  .contact ._sec1 {
    background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/contact/contact_pic0.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact ._sec1 .contact_box {
    position: absolute;
    right: 0vw;
    top: 4vw;
    padding: 4vw;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 3.46667vw;
    line-height: 1.6;
  }
  .contact .sec2 {
    margin: 8vw auto 0;
  }
  .contact .sec2 .contact_inner {
    height: 42.66667vw;
  }
  .contact ._sec2 {
    background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/contact/contact_pic1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact ._sec2 .contact_box {
    position: absolute;
    top: 5.33333vw;
    padding: 4vw;
    font-size: 3.46667vw;
    line-height: 1.6;
  }
  .contact_list {
    margin-bottom: 2.66667vw;
  }
  .contact_item {
    margin-bottom: 2.66667vw;
  }
  .contact_txt {
    font-size: 3.46667vw;
  }
  .contact_btn {
    margin: 5.33333vw auto;
    text-align: center;
  }
  .contact_btn a {
    display: block;
    padding: 10px 0 15px; 
    border: 2px solid #333b5c;
    border-radius: 20px;
    font-size: 3.73333vw;
  }
  .contact_btn a span {
    position: relative;
    display: inline;
    padding: 10px 0;
    color: #333b5c;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.2; 
    text-decoration: none;
    vertical-align: middle;
  }
  .contact_btn a span::before, .contact_btn a span::after {
    position: absolute;
    bottom: 0;
    right: -28px;
    top: 3px;
    content: '';
    margin: auto;
    vertical-align: middle;
  }
  .contact_btn a span::before {
    height: 18px;
    width: 18px;
    background: #333b5c;
    border: 1px solid #fff; 
    border-radius: 50%;
  }
  .contact_btn a span::after {
    right: -21px;
    height: 4px;
    width: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg); 

    -webkit-transform: rotate(135deg);
  }
  .contact dl {
    margin-bottom: 5.33333vw;
    border-bottom: 1px solid #d2cabf;
    font-size: 3.73333vw;
  }
  .contact dt {
    padding: 2.66667vw;
    font-weight: bold;
  }
  .contact dd {
    margin-bottom: 5.33333vw; 
    padding: 2.66667vw;
  }
  .contact ._ind {
    display: inline-block;
    margin-left: 2.66667vw;
    padding: 1.06667vw 2.66667vw 1.6vw 2.66667vw;
    line-height: 1;
  }
  .contact ._zip, .contact ._age {
    width: 26.66667vw;
  }
  .contact input, .contact textarea, .contact select {
    width: 100%;
    background: #fff;
    border: 1px solid #b2a99d;
    border-radius: 5px;
    color: #3a2f2b;
  }
  .contact input, .contact select {
    height: 8vw;
  }
  .contact textarea {
    height: 40vw;
  }
  .contact input[type='checkbox'] {
    display: none;
  }
  .contact .checkbox {
    display: block;
    margin-bottom: 5.33333vw;
  }
  .contact .checkbox-parts {
    position: relative; 
    padding-left: 10.66667vw;
  }
  .contact .checkbox-parts::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    height: 6.66667vw;
    width: 6.66667vw;
    background: #fff; 
    border: 1px solid #999;
    border-radius: 4px;
  }
  .contact input[type='checkbox']:checked + .checkbox-parts {
    color: #333;
  }
  .contact input[type='checkbox']:checked + .checkbox-parts::after {
    position: absolute;
    left: 2.66667vw;
    top: 0;
    content: '';
    display: block;
    height: 4vw;
    width: 1.33333vw;
    border-bottom: 3px solid #333;
    border-right: 3px solid #333; 
    transform: rotate(40deg);

    -webkit-transform: rotate(40deg);
  }
  .contact .radio {
    margin-bottom: 2.66667vw;
  }
  .contact input[type='radio'] {
    display: none;
  }
  .contact input[type='radio'] + label {
    position: relative; 
    padding-left: 8vw;
  }
  .contact input[type='radio'] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    height: 5.33333vw;
    width: 5.33333vw;
    background: #fff; 
    border: 1px solid #999;
    border-radius: 50%;
  }
  .contact input[type='radio']:checked + label {
    color: #333;
  }
  .contact input[type='radio']:checked + label::after {
    position: absolute;
    left: 1.06667vw;
    top: 1.06667vw;
    content: '';
    display: block;
    height: 3.73333vw;
    width: 3.6vw;
    background: #333;
    border-radius: 50%;
  }
  .contact ._btn {
    display: block;
    height: auto;
    width: auto;
    margin: 8vw auto;
    padding: 2.66667vw 16vw;
    background: #b2a99d;
    border: none;
    color: #fff;
    font-size: 3.73333vw;
  }
  .contact .thanks {
    margin-top: 10.66667vw;
    font-size: 4.26667vw;
  }
}

@media print, screen and (min-width: 768px) {
  .contact._post .contact_form {
    width: 100%;
  }
  .contact._post .contact_form dl {
    margin: 0 !important;
  }
  .contact._post .contact_form dt {
    width: 360px;
    padding: 10px;
  }
  .contact._post .contact_form dd {
    padding: 10px;
  }
  .contact_lead {
    width: 900px;
    margin: 40px auto;
    font-size: 16px; 
    text-align: center;
  }
  .contact_tel {
    margin: 40px 0;
    padding: 20px;
    border: 4px solid #fffaf7;
    font-size: 18px; 
    text-align: center;
  }
  .contact_tel span {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 36px;
    font-weight: bold; 
    line-height: 1.4;
  }
  .contact_tel span::before {
    position: absolute;
    left: 0;
    top: 8px; 
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/i_tel.svg');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .contact_attend {
    margin-top: 20px;
  }
  .contact_inner {
    position: relative;
    height: 600px;
  }
  .contact_heading {
    margin: 20px auto;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .contact ._sec1 {
    background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/contact/contact_pic0.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact ._sec1 .contact_box {
    position: absolute;
    right: 20%;
    top: 20%;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.4);
    font-size: 18px;
    line-height: 1.6;
  }
  .contact .sec2 {
    width: 960px; 
    margin: 60px auto 0;
  }
  .contact .sec2 .contact_inner {
    height: 400px;
  }
  .contact ._sec2 {
    background-image: url('/wp/wp-content/themes/tokachi-kobo/assets/img/contact/contact_pic1.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .contact ._sec2 .contact_box {
    position: absolute;
    left: 60px;
    top: 40%;
    padding: 30px;
    font-size: 16px;
    line-height: 1.6;
  }
  .contact_list {
    margin-bottom: 14px;
  }
  .contact_item {
    margin-bottom: 5px;
  }
  .contact_txt {
    font-size: 18px;
  }
  .contact_btn {
    margin: 60px auto;
    text-align: center;
  }
  .contact_btn a {
    padding: 10px 120px 15px; 
    border: 2px solid #333b5c;
    border-radius: 20px;
    font-size: 18px;
  }
  .contact_btn a span {
    position: relative;
    display: inline;
    padding: 10px 0;
    color: #333b5c;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.2; 
    text-decoration: none;
    vertical-align: middle;
  }
  .contact_btn a span::before, .contact_btn a span::after {
    position: absolute;
    bottom: 0;
    right: -28px;
    top: 3px;
    content: '';
    margin: auto;
    vertical-align: middle;
  }
  .contact_btn a span::before {
    height: 18px;
    width: 18px;
    background: #333b5c;
    border: 1px solid #fff; 
    border-radius: 50%;
  }
  .contact_btn a span::after {
    right: -21px;
    height: 4px;
    width: 4px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg); 

    -webkit-transform: rotate(135deg);
  }
  .contact_form {
    width: 700px; 
    margin: 40px auto;
  }
  .contact .form_list {
    display: flex;
    flex-wrap: wrap;
  }
  .contact .form_item {
    display: block;
    width: calc(100% / 2) !important;
  }
  .contact dl {
    margin-bottom: 10px;
    border-bottom: 1px solid #d2cabf;
    font-size: 14px;
  }
  .contact dt {
    padding: 5px 10px;
    font-weight: bold;
  }
  .contact dd {
    margin-bottom: 20px; 
    padding: 5px 10px;
  }
  .contact ._ind {
    display: inline-block;
    margin-left: 10px;
    padding: 3px 8px 4px;
    line-height: 1;
  }
  .contact ._zip, .contact ._age {
    width: 100px;
  }
  .contact ._date {
    padding: 0 0 0 10px;
  }
  .contact input, .contact textarea {
    width: 100%;
    border: 1px solid #b2a99d;
    border-radius: 5px;
  }
  .contact select {
    padding: 5px; 
    border: 1px solid #b2a99d;
    border-radius: 5px;
  }
  .contact input {
    height: 30px;
  }
  .contact textarea {
    height: 200px;
  }
  .contact input[type='checkbox'] {
    display: none;
  }
  .contact .checkbox {
    display: block;
    margin-bottom: 12px;
  }
  .contact .checkbox-parts {
    position: relative; 
    padding-left: 40px;
  }
  .contact .checkbox-parts::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    display: block;
    height: 25px;
    width: 25px;
    background: #fff; 
    border: 1px solid #999;
    border-radius: 4px;
  }
  .contact input[type='checkbox']:checked + .checkbox-parts {
    color: #333;
  }
  .contact input[type='checkbox']:checked + .checkbox-parts::after {
    position: absolute;
    left: 8px;
    top: 3px;
    content: '';
    display: block;
    height: 16px;
    width: 7px;
    border-bottom: 3px solid #333;
    border-right: 3px solid #333; 
    transform: rotate(40deg);

    -webkit-transform: rotate(40deg);
  }
  .contact .radio {
    margin-bottom: 10px;
  }
  .contact input[type='radio'] {
    display: none;
  }
  .contact input[type='radio'] + label {
    position: relative; 
    padding-left: 30px;
  }
  .contact input[type='radio'] + label::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background: #fff; 
    border: 1px solid #999;
    border-radius: 50%;
  }
  .contact input[type='radio']:checked + label {
    color: #333;
  }
  .contact input[type='radio']:checked + label::after {
    position: absolute;
    left: 3px;
    top: 3px;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    background: #333;
    border-radius: 50%;
  }
  .contact ._privacy {
    text-align: left;
  }
  .contact ._privacy a {
    text-decoration: underline !important;
  }
  .contact ._btn {
    display: block;
    height: auto;
    width: auto;
    margin: 20px auto;
    padding: 15px 120px;
    background: #b2a99d;
    border: none;
    color: #fff;
    font-size: 18px;
  }
  .contact .thanks {
    margin-top: 120px;
    font-size: 16px;
  }
}

/* **************************************************************************************

project : side

************************************************************************************** */
.side ._other {
  margin-top: 20px;
  padding: 15px;
  background: #fff; 
  border: 2px solid #3a2f2b;
  text-align: center;
}

.side ._ranking .side_item:nth-child(1) .side_item_pic:before {
  content: '1';
}

.side ._ranking .side_item:nth-child(2) .side_item_pic:before {
  content: '2';
}

.side ._ranking .side_item:nth-child(3) .side_item_pic:before {
  content: '3';
}

.side ._ranking .side_item:nth-child(4) .side_item_pic:before {
  content: '4';
}

.side ._ranking .side_item:nth-child(5) .side_item_pic:before {
  content: '5';
}

.side ._ranking .side_item:nth-child(6) .side_item_pic:before {
  content: '6';
}

.side ._ranking .side_item:nth-child(7) .side_item_pic:before {
  content: '7';
}

.side ._ranking .side_item:nth-child(8) .side_item_pic:before {
  content: '8';
}

.side ._ranking .side_item:nth-child(9) .side_item_pic:before {
  content: '9';
}

.side ._ranking .side_item:nth-child(10) .side_item_pic:before {
  content: '10';
}

.side ._ranking .side_item_pic:before {
  position: absolute;
  display: block;
  z-index: 5; 
  padding: 2px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .side {
    margin: 13.33333vw 4vw 0;
  }
  .side_heading {
    margin-bottom: 4vw;
    padding: 1.33333vw 0 1.6vw 2.66667vw; 
    border-left: 4px solid #3a2f2b;
    font-size: 4.26667vw;
    font-weight: bold;
    line-height: 1.2;
  }
  .side_item._child a {
    border-bottom: none;
  }
  .side_item a {
    position: relative;
    display: block;
    padding: 4vw 8vw 4vw 3.2vw;
    border-bottom: 1px solid #fffaf7;
    font-size: 3.73333vw; 
    line-height: 1.6;
  }
  .side_item a:before {
    position: absolute;
    right: 5px; 
    top: 25px;
    content: '';
    display: block;
    height: 1px;
    width: 18px;
    background: #3a2f2b;
  }
  .side_item a:after {
    position: absolute;
    right: 5px;
    top: 23px;
    content: '';
    display: block;
    height: 1px;
    width: 6px;
    background: #3a2f2b;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
  .side_item a span {
    display: block;
    margin: 1.33333vw 0 0;
    padding: 0;
    font-size: 2.93333vw;
    font-weight: normal;
    line-height: 1.4; 
    text-align: left;
  }
  .side ._year, .side ._category {
    margin-bottom: 60px;
  }
  .side ._ranking a {
    display: flex;
  }
  .side ._ranking a:before {
    position: absolute;
    right: 5px; 
    top: 45px;
    content: '';
    display: block;
    height: 1px;
    width: 18px;
    background: #3a2f2b;
  }
  .side ._ranking a:after {
    position: absolute;
    right: 5px;
    top: 43px;
    content: '';
    display: block;
    height: 1px;
    width: 6px;
    background: #3a2f2b;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
  .side ._ranking .side_item_pic {
    position: relative;
    width: 40%; 
    margin: 0 10px 0 0;
  }
  .side ._ranking .side_item_pic img {
    height: auto !important; 
    width: 100% !important;
  }
  .side ._ranking .side_item_box {
    width: 60%;
  }
  .side ._ranking .side_item_date {
    color: #191919; 
    font-size: 11px;
  }
  .side .children {
    margin-top: 0vw;
    border-bottom: 1px solid #fffaf7;
  }
  .side .children .side_item {
    position: relative;
  }
  .side .children .side_item:before {
    position: absolute;
    left: 2.66667vw;
    top: 6.13333vw;
    content: '';
    height: 0.26667vw;
    width: 2.66667vw;
    background: #333;
  }
  .side .children .side_item a {
    padding-left: 30px;
  }
  .side .children .side_item:last-child a {
    border-bottom: none;
  }
  .side .children .children {
    margin-top: 0;
    border-bottom: none;
  }
  .side .children .children .side_item:before {
    left: 10.66667vw;
  }
  .side .children .children a {
    padding-left: 16vw;
  }
}

@media print, screen and (min-width: 768px) {
  .side {
    position: relative;
    margin-left: 40px; 
    padding: 40px;
    flex-basis: 20%;
  }
  .side:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    z-index: -1; 
    height: 100%;
    width: 300%;
    background: #fffaf7;
  }
  .side_heading {
    margin-bottom: 10px;
    padding: 4px 0 5px 10px; 
    border-left: 4px solid #3a2f2b;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
  }
  .side_list {
    width: 280px;
  }
  .side_item._child a {
    border-bottom: none;
  }
  .side_item a {
    position: relative;
    display: block;
    padding: 12px 20px 13px 10px;
    border-bottom: 1px solid #fffaf7;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4; 
    transition: all 0.6s ease-out;
  }
  .side_item a:before {
    position: absolute;
    right: 5px; 
    top: 25px;
    content: '';
    display: block;
    height: 1px;
    width: 18px;
    background: #3a2f2b;
  }
  .side_item a:after {
    position: absolute;
    right: 5px;
    top: 23px;
    content: '';
    display: block;
    height: 1px;
    width: 6px;
    background: #3a2f2b;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
  .side_item a:hover {
    opacity: 0.4;
  }
  .side_item a span {
    display: block;
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: normal; 
    text-align: left;
  }
  .side ._ranking, .side ._year, .side ._category {
    margin-bottom: 60px;
  }
  .side ._ranking a {
    display: flex;
  }
  .side ._ranking a:before {
    position: absolute;
    right: 5px; 
    top: 45px;
    content: '';
    display: block;
    height: 1px;
    width: 18px;
    background: #3a2f2b;
  }
  .side ._ranking a:after {
    position: absolute;
    right: 5px;
    top: 43px;
    content: '';
    display: block;
    height: 1px;
    width: 6px;
    background: #3a2f2b;
    transform: rotate(45deg); 

    -webkit-transform: rotate(45deg);
  }
  .side ._ranking .side_item_pic {
    position: relative; 
    width: 130px !important;
    margin: 0 10px 0 0;
  }
  .side ._ranking .side_item_pic img {
    height: auto !important; 
    width: 100% !important;
  }
  .side ._ranking .side_item_box {
    width: 230px;
  }
  .side ._ranking .side_item_date {
    color: #191919; 
    font-size: 11px;
  }
  .side .children {
    margin-top: -8px;
    border-bottom: 1px solid #fffaf7;
  }
  .side .children .side_item {
    position: relative;
  }
  .side .children .side_item:before {
    position: absolute;
    left: 14px;
    top: 18px;
    content: '';
    height: 1px;
    width: 8px;
    background: #333;
  }
  .side .children .side_item a {
    padding: 10px 20px 11px 30px;
    font-weight: normal;
  }
  .side .children .side_item:last-child a {
    border-bottom: none;
  }
  .side .children .children {
    margin-top: 0;
    border-bottom: none;
  }
  .side .children .children .side_item:before {
    left: 40px;
  }
  .side .children .children a {
    padding-left: 60px;
  }
}

/* **************************************************************************************

project : slider

************************************************************************************** */
.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  width: calc(100% / 3); 
  transition: opacity 0.5s;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #333b5c;
}

/* レイアウトのためのスタイル */
.swiper {
  width: 100%;
}

.swiper-slide {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%; 
  text-align: center;
}
.swiper-slide::before {
  content: '';
  display: block;
  padding-top: 68.25%;
}
.swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block !important;
  height: 100% !important;
  width: auto !important;
  max-width: none !important;
  /*width: 100%;
			  height: auto;*/
  margin: 0 auto;
  text-align: center;
  transform: translate(-50%, -50%);

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.slider-thumbnail .swiper-wrapper {
  width: 100%;
  max-width: 1200px; 
  margin: 10px auto !important;
  padding-bottom: 10px;
  text-align: center;
}

.slider-thumbnail .swiper-slide {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 60px;
  width: 25% !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0; 
  background: #efefef;
  border: 2px solid #dfdfdf;
  text-align: center;
}
.slider-thumbnail .swiper-slide::before {
  content: '';
  display: block;
  padding-top: 62.25%;
}
.slider-thumbnail .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 100% !important;
  width: auto !important;
  margin: 0 auto;
  padding: 0 !important;
  text-align: center;
  text-align: center;
  transform: translate(-50%, -50%); 

  -webkit-transform: translate(-50%, -50%);
}

.slider-caption {
  position: absolute;
  bottom: 0 !important;
  z-index: 10; 
  width: 100%;
  margin: 0 auto !important;
  padding: 10px !important;
  background: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .slider-thumbnail .swiper-slide {
    width: 25% !important;
  }
}

@media print, screen and (min-width: 768px) {
  .slider-thumbnail .swiper-wrapper {
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: center; 
    text-align: center;
  }
  .slider-thumbnail .swiper-wrapper._w .swiper-slide {
    height: 40px;
    width: 40px !important;
    margin: 0 5px !important;
  }
  .slider-thumbnail .swiper-slide {
    width: 60px !important;
    margin: 0 5px !important;
  }
}

/* **************************************************************************************
  
  project : swiper
  
  ************************************************************************************** */
/* **************************************************************************************
  
  swiper
  
  ************************************************************************************** */
.swiper [class^='swiper-button-'] {
  color: #333b5c;
}

.swiper [class^='swiper-button-']::after {
  font-size: 20px;
}

.swiper .swiper-pagination-bullet {
  background-color: #333b5c;
}

.swiper-container img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.swiper-pagination {
  position: relative;
  top: 2px; 
  z-index: 1 !important;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  display: block;
  z-index: 100 !important; 
  background: #fff;
}

.swiper-button-prev {
  left: 0 !important; 
  margin-left: 0;
}

.swiper-button-next {
  right: 0 !important; 
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .swiper-container {
    max-width: 1200px; 
    margin: 40px auto;
  }
}
