<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------------------
------------------- Header -------------------------
------------------------------------------------------*/
.c-pages {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.c-pages .num-page {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap !important;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 18px;
  line-height: 240%;
  padding: 0 !important;
}
.c-pages .num-page.active,
.c-pages .num-page:hover {
  background: #006400;
  width: 32px;
  height: 32px;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 18px;
  line-height: 240%;
  color: #fff;
}
.c-pages span.num-page.active,
.c-pages span.num-page:hover {
  cursor: unset;
}

.menu-body {
  margin-bottom: 80px;
  text-align: center;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
.stick {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 1px;
  height: 80px;
  background-image: url(../images/common/stick.png);
  z-index: 10;
}
.body-onepicture {
  width: 1600px;
  text-align: center;
  margin: auto;
}
.show-mobile {
  display: none;
}
.video-sp {
  display: none;
}
.ovh .h-box-center::before {
  background: none;
}
.ovh .h-nav1 .bg-logo {
  background: transparent;
}
/* .ovh .h-nav1 .bg-logo::before{
    content: '';
    display: flex;
    justify-content: space-between;
    background-size: contain;
    width: 125px;
    z-index: -1;
    height: 100vh;
    position: fixed;
    background: rgb(1,79,194,0.9);
    right: 0;
    top: 0;
  } */
.ovh .h-nav {
  z-index: 0;
}

.ovh .h-box-center::after,
.ovh .head-hh {
  background: none;
  z-index: 90;
}

.ovh #Y_sclorebox,
.ovh .c-socials {
  display: none;
}

.none-top {
  display: none;
}

.none-top1 {
  display: block;
}

.sec {
  background: #fff;
}

.h-box-center {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 99;
}
.toggle.change ~ .h-nav1 .h-box-center {
  position: fixed;
  z-index: 999;
}

.h-box-logo1 {
  position: fixed !important;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0 !important;
  right: 0;
  bottom: 0;
  z-index: 200 !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}
.ovh .h-box-logo1 {
  background-image: url("../images/common/toggle-bg.png");
}
.bg-container {
  display: flex;
  width: 100%;
  height: 100%;
}
.bg-container::after {
  position: relative;
  content: "";
  background: rgb(139, 69, 19, 0.8);
  width: 68.6%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 90;
  transform: translateY(-100%);
}

.bg-container::before {
  position: relative;
  content: "";
  background: rgb(30, 0, 0, 0.8);
  width: 600px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 91;
  transform: translateY(-100%);
}

.h-box-logo {
  position: absolute;
  left: 50px;
  z-index: 99;
  top: 0;
  height: 100vh;
  /* overflow-y: auto; */
  /* overflow-x: hidden; */
  overflow: hidden;
}

.h-box-logo a.logo {
  display: block;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  letter-spacing: 2.2px;
  font-size: 18px;
}

.h-box-logo a.logo img {
  width: 100%;
}

.h-box-logo a.logo:hover {
  opacity: 0.7;
}

.h-box-logo1 .flex {
  height: 100%;
  align-items: flex-start;
  justify-content: center;
}

.h-box-logo1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 100px;
  padding-left: 0;
  /* align-items: center; */
  /* height: 100%; */
  /* padding-left: 7%; */
}

.h-box-logo1 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-box-logo1 ul li a {
  display: block;
  padding-bottom: 10px;
  padding-top: 15px;
  position: relative;
  width: 245px;
  margin: 0 0 0 auto;
}

/*   .h-box-logo1 ul li a::after{
    content: "";
    position: absolute;
    width: 10px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    /* background: url(../images/common/ic-line-1.png); */
/* background-size: cover;
    color: #004dc0;
  } */

.h-box-logo1 ul li:last-of-type a::after {
  background: none;
}

.h-box-logo1 ul li a p {
  text-align: center;
  font-weight: 500;
  color: #111;
  /* font-family: 'Noto Serif JP', serif; */
  text-align: left;
  /* width: auto; */
  /* display: inline-block; */
}

.h-box-logo1 ul li a p:first-of-type {
  font-size: 16px;
  margin: 0 auto;
  /* text-align: left; */
  letter-spacing: 3px;
  width: auto;
  display: inline-block;
}

.h-box-logo1 ul li a p:last-of-type {
  font-size: 10px;
  margin: 0 auto;
  /* text-align: left; */
  letter-spacing: 2px;
  padding-top: 5px;
  color: #111;
  padding-left: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid transparent;
}

.h-box-logo1 ul li a {
  position: relative;
  display: block;
  /* width: 100%; */
  text-align: left;
}

.h-box-logo1 ul li {
  width: 100%;
}

.h-box-logo ul li a:before {
  content: "ï¼ž"; /*ï¼ž*/
  display: inline-block;
  width: 5px;
  height: 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  margin: 0 auto 10px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  top: 38%;
  right: 36%;
  transform: translate(0%, -100%);
}
.h-box-logo ul li a::after {
  content: "";
  display: block;
  width: 50px;
  max-width: 50px;
  border-bottom: 1px solid #006400;
  margin-left: 0;
  margin-top: 5px;
  opacity: 0;
  transition: 0.4s;
}
/* .h-box-logo1 ul li a:hover{
    opacity: 0.7;
  } */
/*   .h-box-logo1 ul li a:hover p:last-child{
    border-bottom: 1px solid #004DC0;
    transition: 0.5s;
  } */
.h-box-logo1 ul li a:hover:before {
  color: #006400;
  transition: 0.4s;
}
.h-box-logo1 ul li a:hover:after {
  opacity: 1;
  transition: 0.4s;
}
.h-box-logo1 ul li a:hover p {
  color: #006400 !important;
  transition: 0.4s;
}

.h-box-main {
  padding-top: 40px;
}

.h-box-txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  padding: 0px 0px 182px 144px;
  z-index: 91;
}

.h-box-txt .txt-head {
  width: 100%;
}

.h-box-txt .txt-head p {
  width: 100%;
  font-size: 80px;
  line-height: 160%;
  color: #6c5819;
  opacity: 0.8;
  letter-spacing: 14.9px;
}

.h-box-txt .txt-head p:nth-of-type(2) {
  position: relative;
  top: -13px;
}

.h-box-txt .txt-head p:nth-of-type(1) {
  padding-left: 145px;
}

.h-box-txt .txt-head p:nth-of-type(3) {
  padding-left: 48px;
  position: relative;
  top: -25px;
}

.h-box-txt .txt-head p span {
  color: #fff;
}

.h-box-txt .ct-head {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 200%;
  padding-left: 40px;
  margin-left: 110px;
  position: relative;
  top: -7px;
}

.h-box-txt .ct-head::before {
  position: absolute;
  content: "";
  background: #d1cbb8;
  top: 15px;
  left: -500px;
  width: 500px;
  height: 1px;
}

.h-box-btn {
  width: 240px;
  height: 80px;
  margin: 0 auto;
  background-color: rgba(190, 44, 9, 0.94);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  color: #ececec;
  font-weight: bold;
  position: relative;
}

.h-box-btn:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ic-1.png);
  background-size: cover;
  margin-right: 7px;
}

.h-box-btn:after {
  content: "";
  width: 15px;
  height: 9px;
  background-image: url(../img/common/h-ic-btn.png);
  background-size: cover;
  position: absolute;
  top: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.h-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 94;
  display: block !important;
  opacity: 1 !important;
}

.h-nav.fixed {
  position: absolute;
  height: 100%;
}

.h-nav.fixed1 {
  position: fixed;
  height: 120px;
  background-color: rgb(255, 255, 255);
}
.h-nav.fixed2 {
  height: 120px;
  background-color: rgb(255, 255, 255);
  z-index: 999;
}
.pt-header {
  padding-top: 120px;
}
.c-text-ct {
  width: 100%;
  text-align: center;
  font-size: 15px;
  margin: 25px 0;
}
.h-nav-wrap {
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* -webkit-box-shadow: 0 5px 4px -6px #333;
    box-shadow: 0 5px 4px -6px #333; */
  background: #fff;
}

.h-nav1 .bg-logo {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  /* background-image: url(../images/common/top-ban.png); */
  background-size: contain;

  width: 100%;
  z-index: 100;
}
.h-nav-wrap .bg-logo {
  display: flex;
  /* align-items: center; */
  z-index: 100;
  width: 100%;
  position: relative;
  background: #fff;
  /* height: 100%; */
}

.h-nav.fixed1 .h-nav-wrap .bg-logo::before,
.h-nav.fixed2 .h-nav-wrap .bg-logo::before {
  display: none;
}
.h-nav-wrap .bg-logo1 {
  background: transparent;
}

.h-nav-wrap .bg-logo-sec {
  background: transparent;
}

.h-nav1 .bg-logo {
  height: 120px;
}

.h-nav-wrap .bg-logo h1,
.h-nav1 .bg-logo h1 {
  margin-left: 0;
}
.h-nav-wrap .bg-logo h1 {
  margin-left: 0;
}
.fixed2 .h-nav-wrap .bg-logo h1 {
  width: auto;
  margin-left: 0;
}
/* .h-nav-wrap .bg-logo h1 a, .h-nav1 .bg-logo h1 a{
    display: flex;
    align-items: center;
  } */

.h-nav-wrap .bg-logo h1 a p,
.h-nav1 .bg-logo h1 a p {
  display: block;
  /* align-items: flex-end; */
  /*    font-size: 12px;*/
  font-size: 13px;
  /*    letter-spacing: 1px;*/
  letter-spacing: 0;
  color: #fff;
  margin-left: 25px;
  text-align: initial;
  color: #111;
}

.h-nav-wrap .bg-logo h1 a p.small,
.h-nav1 .bg-logo h1 a p.small {
  font-size: 12px;
  letter-spacing: 1.2px;
  padding-top: 5px;
}
.h-nav-wrap .bg-logo h1 a span,
.h-nav1 .bg-logo h1 a span {
  width: 100%;
  margin-bottom: 0;
  /*    font-size: 20px;*/
  /*    font-size: 12px;*/
  font-size: 20px;
  line-height: 120%;
  /*    letter-spacing: 2px;*/
  letter-spacing: 0;
  display: block;
  margin-top: 5px;
}

.h-nav-wrap .bg-logo h1 a span.l-1,
.h-nav1 .bg-logo h1 a span.l-1 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.3px;
}

.h-nav-wrap .bg-logo h1 a span.l-2,
.h-nav1 .bg-logo h1 a span.l-2 {
  font-size: 24px;
  font-weight: bold;
  padding-top: 0px;
  letter-spacing: 2.5px;
  line-height: 120%;
  width: 333px;
  text-align: left;
  padding-left: 8px;
}

.h-nav-wrap .logo2,
.h-box-logo .logo2 {
  text-align: center;
  letter-spacing: 3.5px;
  font-size: 20px;
  line-height: 120%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-left: 80px;
  margin-top: 25px;
}
.c-bg-logo .logo2::before {
  content: "";
  background: url(../images/common/ic-hh.png) left center no-repeat;
  background-size: cover;
  width: 72px;
  height: 72px;
  display: inline-block;
}
.h-nav-wrap .logo2::before,
.h-box-logo .bg-logo .logo2::before {
  content: "";
  background: url(../images/common/ic-hh2.png) left center no-repeat;
  background-size: cover;
  width: 72px;
  height: 72px;
  display: inline-block;
  /* transform: translate(0%, -35%); */
}
.h-nav-wrap .bg-logo.bg-logo-sec .logo2::before {
  background: url(../images/common/ic-hh2.png) left center no-repeat;
  top: 25px;
}
/* .ovh .h-nav1 .bg-logo .logo2 */
.h-nav-wrap .bg-logo.bg-logo1 .logo2 {
  margin-top: 25px;
}
.h-nav-wrap .bg-logo.bg-logo1 .logo2 p,
.ovh .h-nav1 .bg-logo .logo2 p,
.h-nav.fixed2 .h-nav-wrap .bg-logo.bg-logo-sec .logo2 p {
  color: #111;
}
.h-nav-wrap .bg-logo.bg-logo1 .logo2::before {
  top: 25px;
  background: url(../images/common/ic-hh2.png) left center no-repeat;
}
.h-box-logo .bg-logo .logo2::before {
  background-image: url(../images/common/ic-hh2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.h-nav.fixed2 .h-nav-wrap .bg-logo.bg-logo-sec .logo2 {
  margin-top: 25px;
}

.h-nav1 .bg-logo h1 a span {
  display: block;
  text-align: left;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 2px;
}

.h-nav-wrap .logo2 span {
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 160%;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.h-nav1 .bg-logo h1 a span {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.head-sec {
  display: flex;
}

.head-sec a {
  position: relative;
  font-size: 14px;
  width: 303px;
  padding-left: 70px;
  padding-top: 10px;
  margin-left: 15px;
  letter-spacing: 1.5px;
}

.head-sec a:hover {
  color: #698c00;
}

.head-sec a:hover::before {
  background: url(../images/common/ic-hh-1.png) left center no-repeat;
}

.head-sec a:last-of-type:hover {
  color: #ff9999;
}

.head-sec a:last-of-type:hover::before {
  background: url(../images/common/ic-hh-2.png) left center no-repeat;
}

.head-sec a::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-hh.png) left center no-repeat;
  background-size: cover;
  width: 55px;
  height: 52px;
  top: 6px;
  left: -4px;
  transition: 0.4s;
}

.head-sec a span {
  font-size: 20px;
  display: block;
  letter-spacing: 2px;
}

/* .h-nav-inner {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: url(../images/common/h-bg-head.png), #fff;
  } */

.h-nav-inner {
  display: none;
}
.h-nav-inner-main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.h-nav-menu {
  width: 100%;
  height: 100%;
}

.h-nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-right: 45px;
  padding-top: 10px;
  height: 90%;
}

.h-nav-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-nav-menu ul li:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 17px;
  background: url(../images/top/icon_5.png) right center no-repeat;
  background-size: contain;
}

.h-nav-menu ul li:first-of-type::before {
  background: none;
}

.h-nav-menu ul li a {
  display: block;
  letter-spacing: 1px;
  padding-bottom: 13px;
  position: relative;
}

.h-nav-menu ul li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
  background: url(../images/common/ic-line-1.png);
  background-size: cover;
}

.h-nav-menu ul li a {
  width: 180px;
  padding-top: 13px;
}

.h-nav-menu ul li:last-of-type a::after {
  background: none;
}

/* 
  .h-nav-menu ul li a::before{
    content: '';
    display: block;
    width: 41px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto 10px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  } */

.h-nav-menu ul li a:hover::before {
  opacity: 1;
}

.h-nav-menu ul li a:hover {
  opacity: 0.7;
}

.h-nav-menu ul li a p {
  text-align: center;
  line-height: 120%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.h-nav-menu ul li a p:nth-of-type(1) {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  margin: 0 auto;
}

.h-nav-menu ul li a p:nth-of-type(2) {
  font-size: 9px;
  color: #fff;
  padding-top: 5px;
}

.menu-sub {
  display: flex;
  align-items: center;
  /* position: relative; */
  z-index: 99;
  width: 100%;
  justify-content: flex-end;
  height: 120px;
  margin-right: 90px;
}
.h-nav.fixed2 .menu-sub,
.h-nav.fixed1 .menu-sub {
  display: flex;
}
.menu-sub li {
  color: #111;
  margin-top: 0;
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
}
.menu-sub li::before {
  content: "";
  width: 1px;
  height: 50px;
  display: block;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.menu-sub li:last-child::after {
  content: "";
  width: 1px;
  height: 50px;
  display: block;
  border-right: 1px solid #e5e5e5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.menu-sub li a {
  position: relative;
  overflow: hidden;
  padding: 0 0 38px;
  width: 200px;
  max-width: 200px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.menu-sub li a::before {
  display: none;
}
.menu-sub li a::after {
  display: none;
}
.menu-sub li a p {
  text-align: center;
  font-size: 17px;
  color: #111;
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 120%;
  /* margin-bottom: 5px; */
  letter-spacing: 0.5px;
}
.menu-sub li:hover a p {
  color: #006400 !important;
}
.menu-sub li a p:last-of-type {
  font-size: 14px;
  font-weight: 500;
  margin-top: 2px;
  color: #333;
  opacity: 0.6;
  margin-bottom: 5px;
}

.content-head {
  margin: 0 auto 0 0;
  z-index: 99;
  padding: 15px 30px;
  cursor: pointer;
  transform: translate(55px, -70px);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.toggle.change ~ .h-nav1 .content-head-2 {
  display: none;
}
.content-head-slide {
  display: none;
  background-image: url("../images/common/bg-ct-head.png");
  width: 290px;
  height: 160px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
  transition: 0.5s;
}
.content-head-slide:hover {
  background-image: url("../images/common/bg-ct-head2.png");
  transition: 0.5s;
}
.content-head-slide .c-info {
  background-image: url("../images/common/bg-if-head.png");
  background-size: auto;
  padding: 12px 15px 7px 14px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.content-head-slide .c-info h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 120%;
  color: #fff;
  letter-spacing: 2px;
}
.content-head-slide .c-info h3 {
  font-size: 12px;
  font-weight: bold;
  line-height: 150%;
  color: #fff;
  margin-top: 5px;
  letter-spacing: 1px;
}
.content-head-slide:hover .c-info {
  background-image: url("../images/common/bg-if-head2.png");
  transition: 0.5s;
}
.toggle.change ~ .h-nav1 .content-head-slide {
  display: flex;
  margin-top: 30px;
  margin-left: 55px;
  align-items: flex-end;
}

.content-head .tel p {
  font-size: 24px;
  line-height: 120%;
  font-weight: bold;
  color: #111;
  letter-spacing: 1px;
  position: relative;
  text-align: right;
}

.content-head .tel .tel-1 {
  padding-left: 35px;
}
.content-head .tel .tel-1 span {
  font-size: 14px;
  color: #111;
}

.content-head .tel .note-1 {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 1px;
  text-align: right;
  margin-top: 3px;
}

.head-tog {
  padding-left: 166px;
}

.head-tog a {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 7px 75px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.head-tog a::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-hh.png) left center no-repeat;
  background-size: cover;
  width: 55px;
  height: 52px;
  top: 0;
  left: 0;
  transition: 0.4s;
}

.head-tog a:hover {
  color: #698c00;
}

.head-tog a:hover::before {
  background: url(../images/common/ic-hh-1.png) left center no-repeat;
}

.head-tog a:last-of-type:hover {
  color: #ff9999;
}

.head-tog a:last-of-type:hover::before {
  background: url(../images/common/ic-hh-2.png) left center no-repeat;
}

.head-tog a span {
  font-size: 20px;
  display: block;
}
.bg-area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.bg1 {
  background-image: url("../images/common/bg1.png");
}
.bg1-2 {
  background-image: url("../images/common/bg1-2.png");
}
.bg1-3 {
  background-image: url("../images/common/bg1-3.png");
}
.bg2 {
  background-image: url("../images/common/bg2.png");
}
.bg3 {
  background-image: url("../images/common/bg3.png");
}
.logo2:hover {
  opacity: 0.7;
}

.logo3:hover {
  opacity: 0.7;
}

/* Index background video */
.bg_h {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}

.bg_h:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/h-bg.png);
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.bg_h video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.fc__ttl {
  padding-top: 0;
  z-index: 1;
  /* font-family: 'Noto Serif JP', serif !important; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
}

.fc__ttl--1 {
  font-size: 28px;
  line-height: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  /*    letter-spacing: 4px;*/
  letter-spacing: 0;
  color: #fff;
}

/*.fc__ttl--1::before{
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background-color: #DC5F4D;
    margin: 10px auto 20px;
  }*/

.fc__ttl--2 {
  font-size: 14px;
  line-height: 200%;
  color: #fff;
  margin-top: 25px;
  /*    letter-spacing: 2px;*/
  letter-spacing: 0;
}

.fc__ttl p {
  text-align: center;
}

.fc__main {
  /*    height: 360px;*/
  height: 700px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-position: center;
  position: relative;
}

.fc__main:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/common/bg_gradient.png);
  background-size: cover;
  background-position: center;
}
.c-table2 tr {
  border-collapse: separate;
  border-spacing: 15px;
  width: 100%;
  display: table;
}
.c-table2 tr th,
.c-table2 tr td {
  padding: 0px 0 20px;
  font-size: 15px;
}

.c-table2 tr td {
  border-bottom: 1px solid #111;
  padding: 0px 13px 20px;
}
.c-table2 tr th {
  border-bottom: 1px solid #8b4513;
  text-align: center;
  color: #111;
  width: 27.5%;
}
.c-title2 h2 {
  font-size: 34px;
  line-height: 160%;
  font-weight: 500;
  text-align: center;
}
.c-title2 h4 {
  font-size: 12px;
  line-height: 200%;
  font-weight: 500;
  color: #8b4513;
  text-align: center;
}
.c-title2 p {
  font-size: 15px;
  line-height: 200%;
  text-align: center;
  margin-top: 30px;
}

.c-title3 h2 {
  font-size: 22px;
  line-height: 140%;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.c-title3 h4 {
  font-size: 12px;
  line-height: 200%;
  color: #8b4513;
  text-align: center;
}
.c-title3 h4::after {
  content: "";
  display: block;
  width: 86px;
  border-bottom: 2px solid #8b4513;
  margin: 15px auto 0;
}
.c-table3 table tr:first-child {
  border-top: 1px solid #ccc;
}
.c-table3 table tr {
  border-bottom: 1px solid #ccc;
}
.c-table3 table tr td,
.c-table3 table tr th {
  vertical-align: middle;
  padding: 24px 0;
}
.c-table3 table tr td {
  font-size: 13px;
}
.c-table3 table tr th {
  font-size: 15px;
  text-align: center;
  width: 28%;
}
.c-title2 .c-img {
  text-align: center;
  margin-top: 20px;
}
.c-title2 .c-img img {
  border-radius: 30px;
}
.c-box1 {
  width: 100%;
  max-width: 1320px;
  margin: auto;
}

.c-box1 .c-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.c-box1 .c-content .c-img {
  width: 620px;
}
.c-box1 .c-content .c-desc {
  width: 49.5%;
}

.c-box1 .c-content .c-desc h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 200%;
}
.c-box1 .c-content .c-desc h4 {
  font-size: 12px;
  color: #8b4513;
  line-height: 200%;
}
.c-box1 .c-content .c-desc p {
  font-size: 15px;
  line-height: 200%;
}
.c-box1 .c-content .c-desc h4:after {
  content: "";
  width: 70%;
  height: 2px;
  border-bottom: 2px solid #8b4513;
  display: block;
  margin-left: -13px;
  margin-top: 16px;
  margin-bottom: 18px;
}
.c-box1 .c-content .c-desc.c-l h2,
.c-box1 .c-content .c-desc.c-l h4,
.c-box1 .c-content .c-desc.c-l p,
.c-box1 .c-content .c-desc.c-l .c-grbtn {
  text-align: right;
}
.c-box1 .c-content .c-desc.c-l h4:after {
  margin-right: -13px;
  margin-left: auto;
}
.c-box1 .c-content .c-desc.c-l .c-grbtn .btn-2 {
  margin: unset;
  margin-left: auto;
  margin-right: 0;
}
.c-box1 .c-content .c-desc .c-addr p {
  font-size: 15px;
  font-weight: bold;
  line-height: 130%;
}
.c-box1 .c-content .c-desc .c-addr h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 130%;
}
.c-box1 .c-content .c-desc .c-addr h2 span {
  font-size: 15px;
}

.c-box1 .c-content .c-desc.c-l {
  width: 600px;
}
.c-box1 .c-content .c-desc.c-l ~ .c-img {
  width: 49%;
}
.c-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1650px;
  margin: auto;
}
.c-list1 ul {
  width: 19%;
  margin-right: 2%;
}
.c-list1 ul:nth-of-type(3n) {
  margin-right: 0%;
}
.c-list1 li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid;
  padding: 15px;
  margin-bottom: 10px;
}
.c-list1 ul li span {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 0;
}
.c-list1 ul li span ~ span {
  text-align: right;
  width: 25%;
}
.w1k3 {
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.c-tb-addr {
  display: flex;
  flex-wrap: wrap;
}
.c-tb-addr .c-tables {
  width: 50%;
}
.c-tb-addr .c-map {
  width: 47%;
  margin-left: 3%;
}
.top-block7 {
  padding: 75px 0 100px;
}
.c-title4 h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 120%;
  color: #8b4513;
  text-align: center;
  margin-bottom: 10px;
}
.c-title4 h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
}
.c-img {
  text-align: center;
}
.c-ft2 img {
  width: 160px;
  height: 88px;
}
.cl-white {
  color: #fff;
}
@media all and (max-width: 1024px) {
  .top-pallarax::after {
    width: 400px;
  }
  .fc__main {
    height: 300px;
  }
  .btn.flex {
    flex-wrap: wrap;
  }
  .top-pallarax h3 {
    font-size: 50px;
    transform: translate(28%, -70%);
  }
  .top-pallarax-w h3 {
    letter-spacing: 15px;
  }
  /* .top-pallarax p{
      font-size: 13px;
      transform: translate(50%, 30%);
      margin-top: 15px;
      letter-spacing: 3px;
      display: inline-block;
    } */

  .top-pallarax h3.c-it-info {
    transform: translate(60px, -70%);
    letter-spacing: 10px;
    font-size: 45px;
  }
  .top-pallarax p.c-it-info2 {
    transform: translate(60px, 30%);
  }
  .top-pallarax.parax2 h3.c-it-info {
    transform: translate(-50px, -70%);
  }
  .top-pallarax.parax2 p.c-it-info2 {
    transform: translate(-60px, 30%);
  }
  .top-pallarax h3.c-it-info3 {
    transform: translate(100%, -70%);
  }
  .top-pallarax p.c-it-info4 {
    transform: translate(100%, 30%);
  }
  .top-pallarax h3.c-it-info.c-it-info-menu1 {
    transform: translate(35%, -70%);
  }
  .top-pallarax p.c-it-info2.c-it-info-menu2 {
    transform: translate(66%, 30%);
  }
  .top-pallarax h3.c-it-info.c-it-info-shop1 {
    transform: translate(35%, -70%);
  }
  .top-pallarax p.c-it-info2.c-it-info-shop2 {
    transform: translate(110%, 30%);
  }

  .c-list1 ul {
    width: 31%;
  }
}

.txt-container-ser {
  text-align: center;
}

@media all and (max-width: 768px) {
  .fc__main {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .btn-1 {
    width: 280px;
    height: 60px;
    font-size: 13px;
  }

  .c-table2 tr th,
  .c-table2 tr td {
    padding: 10px 0;
    font-size: 15px;
  }
  .c-table2 tr th {
    width: 30%;
  }
  .c-table2 tr {
    border-spacing: 10px;
  }
  .top-pallarax h3 {
    font-size: 36px;
  }
  .top-pallarax p {
    font-size: 20px;
  }
  .top-pallarax h3.c-it-info3 {
    transform: translate(75%, -70%);
  }
  .top-pallarax p.c-it-info4 {
    transform: translate(55%, 30%);
  }
  .top-pallarax::after {
    width: 150px;
  }

  /* ------------- service ---------------- */
  .txt-container-ser {
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }

  .txt-container-ser .second-row {
    padding-left: 1em;
  }
}

.bread {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100%;
  /* border-bottom: 1px dashed; */
  padding-bottom: 0;
  margin: 00px auto 0;
  background: #fff;
}

.bread li a {
  font-size: 14px;
  line-height: 65px;
  letter-spacing: 1px;
  padding-left: 1px;
  display: block;
}

.bread li a span {
  margin: 0 5px;
}
.c-slide-result {
  display: block;
  position: relative;
  background-image: url("../images/common/bg-result.png");
}
.c-slide-result .tt-1 h3 {
  font-size: 24px;
}
.c-slide-result .tt-1 p {
  font-size: 12px;
}
.c-slide-result .tt-1.c-ct-tt {
  top: -20px;
}
@media (max-width: 1284px) {
  .txt-container h2 {
    font-size: 9rem;
    letter-spacing: 16px;
  }
  .txt-container p {
    font-size: 1.6rem;
    letter-spacing: 1.5px;
  }
}
@media all and (max-width: 1024px) {
  .bread li a {
    font-size: 12px;
    line-height: 60px;
    letter-spacing: 0;
  }
}

@media all and (max-width: 768px) {
  .bread li {
    line-height: 50px;
  }
  .bread li a {
    font-size: 11px;
    line-height: 50px;
  }
  .bread li:nth-of-type(3) a {
    font-size: 11px;
    display: inline-block;
    display: -webkit-box;
    max-width: 80px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    vertical-align: middle;
    overflow: hidden;
    line-height: 1.3;
  }
  .c-groupbtn.flex {
    flex-wrap: wrap;
  }
}

/* Title
  -------------------------------------------------*/
.ttl {
  position: relative;
}
/*
  .ttl::before {
    content: '';
    border-top: 2px solid #F496AA;
    width: 40px;
    height: 1px;
    display: block;
    margin: 0 auto 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -17px);
}
*/
.ttl p {
  text-align: center;
}

.ttl-1 {
  font-size: 12px;
  line-height: 200%;
  /*text-shadow: 0 0 black;*/
  text-align: center;
  font-weight: bold;
}
.ct .ttl-1 {
  font-size: 28px;
}
.ttl-1.bor1::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ff9999;
  margin: 17px auto 26px;
}
.ttl-1.bor {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0.8;
  letter-spacing: 0;
  padding-top: 11px;
  padding-bottom: 9px;
}
.form_read {
  font-size: 14px;
  line-height: 200%;
  text-align: center;
  color: #1f1f1f;
  padding: 40px 0 45px 0;
  /* width: 45%; */
  margin: 0 auto;
  letter-spacing: 1.4px;
}

.form_read h3 {
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  margin-bottom: 5px;
}

.c-list1.flex {
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.c-list1 span {
  display: inline-block;
  width: 33%;
  font-size: 15px;
  line-height: 200%;
  text-align: center;
  margin-bottom: 15px;
}
.ttl-1.bor:before {
  content: "";
  width: 21px;
  height: 15px;
  background-image: url(../images/common/ic-2.png);
  background-size: cover;
  transition-duration: 0.4s;
  margin-right: 10px;
  margin-bottom: 7px;
}

.ttl-1-news {
  font-size: 14px;
  padding-top: 12px;
  padding-bottom: 7px;
  font-weight: bold;
  color: #ff9999;
}

.ttl-2-news {
  font-size: 32px !important;
  letter-spacing: 6px !important;
}

.ttl-2 {
  font-size: 30px;
  /*text-shadow: 0 0 black;*/
  line-height: 120%;
  letter-spacing: 3px;
  color: #111;
}
.ct .ttl-2 {
  font-size: 13px;
}
.ttl-2.fz {
  font-size: 32px;
  letter-spacing: 5.5px;
  font-weight: bold;
}

.ttl-2.bor::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  background-color: #ff9999;
  margin: 41px auto 29px;
}

.ind {
  padding-top: 7px;
  letter-spacing: 1px;
}

.title h3 {
  font-size: 55px;
  color: #d85946;
  line-height: 140%;
  text-align: center;
  font-weight: bold;
  letter-spacing: 5px;
}

.title h3 span {
  display: block;
  line-height: 120%;
  font-size: 25px;
  text-align: center;
  color: #111111;
  padding: 0 0 12px 0;
  font-weight: normal;
  letter-spacing: -2.8px;
}

.title p {
  font-size: 16px;
  line-height: 200%;
  text-align: center;
  font-weight: 600;
  margin-top: -4px;
  letter-spacing: -0.4px;
}

.title p.content {
  font-size: 14px;
  padding-top: 35px;
  letter-spacing: -1.9px;
}

.title-1 h5 {
  font-size: 22px;
  line-height: 200%;
  position: relative;
  letter-spacing: 4px;
  padding-left: 2px;
}
.title-1 h5::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line-2.png) left top no-repeat;
  top: -15px;
  left: -33px;
  width: 27px;
  height: 27px;
}
.title-1 h5 span {
  font-size: 30px;
}

.title-1 p.sub {
  font-size: 10px;
  letter-spacing: 1.65px;
  padding-left: 7px;
  padding-top: 1px;
}

.title-2 h4 {
  color: #da5946;
  line-height: 115%;
  font-size: 55px;
  letter-spacing: 1px;
  font-weight: bold;
}

.title-2 h4 span {
  font-size: 14.5px;
  padding-left: 4px;
  line-height: 200%;
  display: block;
  color: #111111;
  letter-spacing: 0px;
}

.title-2 p {
  font-size: 14px;
  line-height: 200%;
  padding-top: 18px;
  letter-spacing: -1.9px;
}

.title-3 {
  font-size: 38px;
  line-height: 160%;
  text-align: center;
  font-weight: bold;
  color: #8a1e48;
  position: relative;
  z-index: 2;
  letter-spacing: 1px;
}

.title-3 span {
  font-size: 22px;
  line-height: 180%;
  text-align: center;
  font-weight: normal;
  display: block;
  color: #111111;
  margin-top: 32px;
  letter-spacing: 1.9px;
}

.title-flex {
  align-items: center;
  justify-content: space-between;
}

.title-flex .title-2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 160%;
  padding-left: 28px;
  letter-spacing: 1.5px;
}

.title-flex .title-2 span {
  font-size: 19px;
  color: #8a1e48;
  font-weight: normal;
  padding-left: 16px;
  letter-spacing: 0.7px;
}

.title-flex a {
  margin-top: 10px;
  text-decoration: underline;
  letter-spacing: 1.2px;
  margin-right: 23px;
}

.title-flex a:hover {
  color: #8a1e48;
}
/* Button
  -------------------------------------------------*/
.button {
  width: 340px;
  line-height: 80px;
  font-size: 16px;
  color: #cb7683;
  background-color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow: hidden;
  position: relative;
  border: 2px solid #cb7683;
  border-radius: 8px;
}

.btn-contact .btn-1 {
  height: 120px;
  border: none;
  border-radius: 0;
  margin: 0;
  font-size: 16px;
  padding-top: 10px;
}

.btn-all {
  display: flex;
}

.btn-2 {
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #111;
  margin: unset;
  margin-bottom: 8px;
  margin-top: 25px;
  border-radius: 0;
  font-size: 14px;
  letter-spacing: 0.4px;
  border: 1px solid #111;
}
.btn-2:before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/common/ic-arr.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
  margin-bottom: 3px;
}

.btn-2:hover {
  background: #390039;
  color: #fff;
  transition: 0.4s;
}
.btn-2:hover:before {
  background-image: url(../images/common/ic-arr2.png);
}
.btn .btn-2 ~ .btn-2 {
  margin-left: 3.5%;
}
.top-block2 .btn .btn-2 ~ .btn-2 {
  margin-left: 10%;
}
/* .btn-2:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url(../images/common/ic-arr3.png);
    background-size: cover;
    margin-right: 11px;
  } */

.btn-3 {
  margin-top: 30px;
  margin-bottom: 8px;
  font-size: 14px;
  border-radius: 50px;
  display: flex;
  font-weight: 600;
  line-height: 120%;
  align-items: flex-end;
  justify-content: center;
  color: #111111;
  position: relative;
  z-index: 3;
}

.btn-3:hover {
  color: #390039;
}

.btn-3:before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/common/ic1-btn3.png);
  background-size: cover;
  margin-right: 20px;
  transition: 0.4s;
}
.btn-3::after {
  content: "";
  width: 178px;
  height: 16px;
  background-image: url(../images/common/ic2-btn3.png);
  background-size: cover;
  margin-right: 9px;
  transition: 0.4s;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: block;
}
.btn-4 {
  width: 240px;
  height: 64px;
  margin-top: 10px;
  font-size: 14px;
  border-radius: 50px;
  border: 2px solid #111111;
  display: flex;
  font-weight: 500;
  line-height: 160%;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  background: #fff;
  font-weight: bold;
  transition: 0.4s;
}

.btn-4:hover {
  background: #00397b;
  border: 2px solid #00397b;
  color: #fff;
  transition: 0.4s;
}

.btn-4:hover::before {
  background-image: url(../images/common/ic-arr-4.png);
}

.btn-4:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/common/ic-arr.png);
  background-size: cover;
  margin-right: 11px;
}

.head-hh {
  position: absolute;
  top: 55.5%;
  right: 90px;
  transform: translateY(-50%);
  z-index: 95;
}

.head-hh .text-ab-w {
  writing-mode: vertical-rl;
  -webkit-text-orientation: initial;
  text-orientation: initial;
  font-size: 12px;
  line-height: 200%;
  position: relative;
  font-weight: 600;
  letter-spacing: 2px;
  padding-top: 75px;
  display: block;
}

.head-hh .text-ab-w:hover {
  color: #698c00;
}

.head-hh .text-ab-w:hover::before {
  background: url(../images/common/ic-hh-1.png);
}

.head-hh .text-ab-w:last-of-type {
  margin-top: 70px;
}

.head-hh .text-ab-w:last-of-type:hover {
  color: #ff9999;
}

.head-hh .text-ab-w:last-of-type:hover::before {
  background: url(../images/common/ic-hh-2.png);
}

.head-hh .text-ab-w::before {
  position: absolute;
  content: "";
  background: url(../images/common/ic-hh.png);
  width: 55px;
  height: 52px;
  top: 0;
  left: 5px;
  transition: 0.4s;
}
.head-hh .text-ab-w span {
  font-size: 24px;
  display: block;
  line-height: 170%;
}

.txt-container {
  position: absolute;
  top: 50%;
  font-size: 22px;
  line-height: 160%;
  color: #202020;
  left: 50%;
  letter-spacing: 4px;
  z-index: 101;
  transform: translate(-50%, -35%);
  width: auto;
}
.toggle.change ~ .h-nav1 .txt-container,
.toggle.change ~ .h-nav1 .content-head-2 {
  display: none;
}
.txt-container h2 {
  font-size: 46px;
  line-height: 150%;
  font-weight: bold;
  /*    letter-spacing: 8px;*/
  letter-spacing: 0;
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
  /* font-family: 'Noto Serif JP', serif; */
}
.txt-container h2 span {
  font-size: 32px;
}
.txt-container h2 .fs-110 {
  font-size: 110px;
  letter-spacing: 15px;
}
.txt-container h2 .fs-150 {
  font-size: 150px;
  letter-spacing: 15px;
}
.txt-container h2 .fs-56 {
  font-size: 56px;
  letter-spacing: 10px;
}
.txt-container h3 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 500;
  margin-left: 85px;
  margin-top: 17px;
  letter-spacing: 5.5px;
}
.txt-container h2 span.fs82 {
  font-size: 82px;
}
.txt-container h2 span.fs82:last-child {
  letter-spacing: -5px;
}
.txt-container h2 span.fs90 {
  font-size: 90px;
}
.txt-container p {
  font-size: 22px;
  line-height: 280%;
  margin-top: 10px;
  color: #fff;
  /*    letter-spacing: 3px;*/
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
}
.bg-ft {
  height: 600px;
}
@media all and (max-width: 1024px) {
  .button {
    width: 100%;
    max-width: 280px;
    line-height: 64px;
    font-size: 13px;
  }
  .txt-container {
    padding: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: #fff;
  }
  .txt-container {
    width: 100%;
  }
}

@media all and (max-width: 768px) {
  .button {
    max-width: 260px;
    line-height: 50px;
    font-size: 12px;
  }
  .c-list1 span {
    width: 100%;
  }
}

.button:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/common/ic-btn.png);
  background-size: cover;
  margin-right: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media all and (max-width: 1024px) {
  .button:before {
    width: 16px;
    height: 16px;
  }
}

@media all and (max-width: 768px) {
  .button:before {
    width: 14px;
    height: 14px;
  }
}

.button:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(203, 118, 131, 0.96);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.button:hover {
  color: #fff;
}

.button:hover:before {
  background-image: url(../img/common/ic-btn-over.png);
}

.button:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Toggle
  -------------------------------------------------*/
.toggle {
  width: auto;
  height: auto;
  text-align: center;
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 201;
  position: absolute;
  right: 80px;
  top: 60px;
  height: 30px;
  width: 38px;
  display: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.toggle p {
  color: #111;
  font-size: 9px;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 5px;
}
.toggle.toggle1,
.toggle.toggle1.active {
  position: fixed;
  top: 33px;
}

.toggle.active {
  position: fixed;
  top: 36px;
}
.toggle.active.change,
.toggle.toggle1.change {
  top: 60px;
}
.toggle.change ~ .h-nav1 .content-head {
  transform: translate(-160px, 0);
  margin-top: 10px;
  margin-left: 55px;
  z-index: 999;
  position: relative;
  display: block;
  text-align: right;
}
.toggle.change ~ .h-nav1 .content-head .tel .tel-1::before {
  background-image: url(../images/common/ic-shop2.png);
}
/* .h-nav.fixed2 ~ .toggle.toggle1{top: 0;} */
/* .toggle.active p{
    color: #111;
  }

  .toggle.active span{
    background-color: #111;
  } */

/* .toggle.change{
    background: none;
  } */

@media all and (max-width: 1024px) {
  /* .toggle {
      width: 100px;
      height: 99px !important;
      padding: 36px 0;
    } */
  .toggle {
    display: flex;
  }
}

@media all and (max-width: 768px) {
  /* .toggle {
      width: 60px;
      height: 59px !important;
      padding: 16px 0;
    } */
}

.toggle div {
  width: 45px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.toggle div p {
  color: #fff;
  padding-right: 5px;
  font-size: 14px;
  margin-top: 5px;
}

.toggle.change div p,
.toggle.active div p,
.toggle.toggle1 div p {
  color: #111;
}

.toggle span {
  content: "";
  display: block;
  width: 27px;
  height: 1px;
  background-color: #111;
  margin: 7px 0px 2px 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.toggle.change span,
.toggle.active span,
.toggle.toggle1 span {
  background-color: #111;
}
.toggle.change p,
.toggle.toggle1 p {
  color: #111;
  margin-top: 10px;
}
.toggle span:nth-of-type(1) {
  width: 37px;
}

/* .toggle.change span {
    background-color: #000;
  } */

.toggle.change span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg) translate(-7px, 13px);
  transform: rotate(-45deg) translate(-7px, 13px);
}

.toggle.change span:nth-of-type(2) {
  opacity: 0;
}

.toggle.change span:nth-of-type(3) {
  width: 37px;
  -webkit-transform: rotate(45deg) translate(-1px, -7px);
  transform: rotate(45deg) translate(-1px, -7px);
}

/* Container
  -------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -999px;
}

.img2 {
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  text-indent: -999px;
}

p.la {
  position: relative;
  top: -120px;
}
.question-contact {
  padding: 40px 0;
}
.question-contact dl {
  /* width: 100%; */
  /* max-width: 1000px; */
  margin: 0 auto;
  border-bottom: 1px dotted #111;
  padding: 20px 0;
}
.question-contact dl dt {
  color: #006400;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 200%;
  position: relative;
  padding-left: 55px;
  cursor: pointer;
}
.question-contact dl dd {
  font-size: 13px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 2px;
  display: none;
  margin: 50px 0 20px;
  position: relative;
  padding-left: 55px;
  padding-top: 10px;
}
.question-contact dl dt::before {
  position: absolute;
  content: "";
  background: url(../images/contact/Q.png) left center no-repeat;
  width: 42px;
  height: 38px;
  left: 0;
  top: -7px;
}
.question-contact dl dd::before {
  position: absolute;
  content: "";
  background: url(../images/contact/A.png) left center no-repeat;
  width: 42px;
  height: 38px;
  left: 0;
  top: 0;
}
.list-server {
  display: flex;
  flex-wrap: wrap;
}
.list-server .item-server {
  width: 22.7%;
  margin-right: 3%;
  position: relative;
  margin-bottom: 40px;
}
.list-server .item-server:nth-of-type(4n) {
  margin-right: 0;
}
.list-server.ser1 .item-server {
  width: 31.3%;
  margin-right: 3%;
}
.list-server.ser1 .item-server:nth-of-type(3n) {
  margin-right: 0;
}
.list-server .item-server .c-img .img {
  height: 225px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.list-server.ser1 .item-server .c-img .img {
  height: 290px;
}
.list-server .item-server .c-content {
  padding: 0 5px;
  margin: 10px 0 0;
}
.list-server .item-server .c-content h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 180%;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #111;
  color: #390039;
  margin-bottom: 15px;
}
.list-server .item-server .c-content h3 span {
  font-size: 16px;
  margin-left: 3px;
  letter-spacing: 1px;
}
.list-server .item-server .c-content p {
  font-size: 15px;
  line-height: 180%;
  text-align: left;
}
.list-server.ser1 .item-server .c-content p {
  text-align: left;
}
.list-server .item-server .num {
  position: absolute;
  background: url(../images/common/tg.png) left center no-repeat;
  width: 110px;
  height: 87px;
  color: #fff;
  line-height: 120%;
  padding-left: 18px;
  padding-top: 19px;
  letter-spacing: 3px;
  z-index: 9;
  font-size: 18px;
}
.list-tabs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.list-tabs ul li {
  width: 24.2%;
  margin-right: 1%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #390039;
}
.list-tabs ul li a {
  padding: 24px 0;
  text-align: center;
  width: 100%;
  height: 100%;
}
.list-tabs ul li a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../images/common/arr-wh.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4%;
  vertical-align: middle;
  margin-top: -3.5px;
}
.list-tabs ul li:nth-of-type(4n) {
  margin-right: 0;
}
.list-posts .tt-1 h3 {
  font-size: 20px;
  position: relative;
}
.list-posts .tt-1 h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px solid;
  margin: 5px auto 35px;
}
@media all and (max-width: 1024px) {
  .list-server {
    justify-content: space-between;
  }
  .list-server .item-server {
    width: 48%;
    margin-right: 0;
  }
  .list-server.ser1 .item-server .c-img .img {
    height: 225px;
  }
  p.la {
    top: -100px;
  }
  .h-box-center::after {
    display: none;
  }
  .news {
    padding-left: 0 !important;
    padding: 0 20px !important;
    top: 0 !important;
  }
  .news-box a.link {
    transform: translateX(0%) !important;
  }

  .top-block1 .c-area1 .c-img img {
    width: 100%;
  }
  .top-block1 .c-area1 {
    padding-left: 0 !important;
    flex-wrap: wrap;
  }
  .top-block1 .c-area1 .c-img {
    width: 100%;
    max-width: 100% !important;
  }
  .top-block1 .c-area1 .c-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 40px;
  }
  .bg-top.top {
    margin-top: 0;
  }
}

@media all and (max-width: 768px) {
  .list-tabs ul {
    justify-content: space-between;
  }
  .list-tabs ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form_read h3 {
    font-size: 18px;
  }
  .list-server {
    justify-content: center;
  }
  .list-server .item-server {
    width: 90%;
    margin-bottom: 30px;
  }
  .list-server.ser1 .item-server {
    width: 90%;
    margin-right: 0;
  }
  .list-server .item-server .c-content h3 {
    font-size: 17px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .list-server .item-server .c-content p {
    font-size: 13px;
  }
  p.la {
    top: -60px;
  }
  .c-title2 h2 {
    font-size: 28px;
  }
  .c-tb-addr .c-map {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    height: 250px;
  }
  .c-ft2 img {
    width: 120px;
    height: auto;
  }
  .top-block7 {
    padding: 0px 0 50px;
  }

  .c-tb-addr .c-tables {
    width: 100%;
  }
  /* .h-box-logo .bg-logo .logo2::before, .h-box.h-nav1 .h-box-logo .bg-logo.bg-logo1 .logo2::before{
      transform: translate(0%, -45%);
      width: 120px;
      height: 55px;  
    } */
  .top-block3-box1-word {
    max-width: 70%;
  }
  .top-block3-box1 {
    padding: 0;
  }
  .txt-container img {
    width: 90%;
  }
  .news-box-list {
    order: 2;
  }
  .news-box a.link {
    position: relative !important;
    width: 100%;
    margin: 10px 0;
    order: 1;
  }
  .news-box {
    flex-wrap: wrap;
  }
  .news {
    height: auto !important;
  }
  .top-pallarax h3 {
    transform: translate(45%, -70%);
    letter-spacing: 5px;
  }
  .top-pallarax h3.c-it-info {
    transform: translate(34%, -70%);
  }
  .top-pallarax p.c-it-info2 {
    transform: translate(37%, 30%);
  }
  .top-pallarax h3.c-it-info.c-it-info-menu1 {
    transform: translate(57%, -70%);
  }
  .top-pallarax h3.c-it-info.c-it-info-shop1 {
    transform: translate(57%, -70%);
  }
  .c-overflow {
    overflow: auto;
  }

  .jt-center-sp {
    justify-content: center !important;
  }
  .top-block1,
  .top-block4 {
    padding: 30px 0px 30px;
  }
  .c-contact-top .c-tel-fax {
    font-size: 14px !important;
  }
  .f-box-logo2.mt40 {
    margin-top: 20px !important;
  }
  .mt50 {
    margin-top: 30px !important;
  }
  .top-block6 {
    padding: 45px 0 45px;
  }
  .c-box1 .c-content .c-img {
    padding: 0 50px;
  }
  .c-box1 .c-content .c-img img {
    width: 100%;
  }
}

.over {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.over:hover {
  opacity: 0.8;
}

.box {
  padding-top: 95px;
}

.prl {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
}

.tac {
  text-align: center;
}

/* Footer
  -------------------------------------------------*/
#footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  color: #fff;
  padding: 50px 80px;
  border-top: 3px solid #006400;
}
#footer .c-area1-ft1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

#footer .c-area1-ft1 a.logo2 {
  text-align: center;
  letter-spacing: 3.5px;
  font-size: 20px;
  line-height: 120%;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
#footer .c-area1-ft1 a.logo2 .c-desc {
  width: 100%;
  margin-left: 72px;
}
#footer .c-area1-ft1 a.logo2 .c-desc p {
  margin-top: 0;
  padding-left: 5px;
}
#footer .c-area1-ft1 a.logo2::before {
  content: "";
  width: 72px;
  height: 72px;
  display: inline-block;
  top: 25px;
  background: url(../images/common/ic-hh2.png) left center no-repeat;
}
#footer .c-area1-ft1 a.logo2 p {
  display: block;
  /* align-items: flex-end; */
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 25px;
}
#footer .c-area1-ft1 a.logo2 p span {
  width: 100%;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 2px;
  display: block;
  margin-top: 5px;
}
#footer .c-area1-ft2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#footer .c-area1-ft2 .c-item {
  width: 100%;
  max-width: 180px;
  margin-right: 3%;
  position: relative;
}

#footer .c-area1-ft2 .c-item .c-item-child {
  margin-bottom: 40px;
}
.c-area1-ft1 p {
  /*    font-size: 12px;*/
  font-size: 13px;
  line-height: 200%; /*    letter-spacing: 1.5px;*/
  letter-spacing: 0; /*    margin: 20px 0 15px;*/
  margin: 0 15px;
  color: #111;
  text-align: center;
}
.c-area1-ft1 p span {
  /*    font-size: 20px;*/
  font-size: 18px;
}
/* .c-area1-ft2 .c-item::after{
    content: '';
    border-right: 1px solid #006400;
    height: 68px;
    width: 1px;
    display: inline-block;
    position: absolute;
    top: 0%;
    right: 0;
  } */
/* #footer .c-area1-ft2 .c-item:nth-of-type(4n)::after, #footer .c-area1-ft2 .c-item:last-child::after{
    display: none;
  } */
#footer .c-area1-ft2 .c-item:last-child::after {
  display: none;
}
.c-area1-ft2 .c-item h3 a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
  /*    letter-spacing: 2px;*/
  letter-spacing: 0;
  color: #006400;
}
.c-area1-ft2 .c-item ul li::before {
  content: "â–¶"; /*â–¶*/
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 5px;
  position: absolute;
  top: 0;
  left: 0;
  /*    color: #111;*/
  color: #006400;
}
/*
  .c-area1-ft2 .c-item .ct-cl ul li::before{
    color: #006400;
  }
*/
.c-area1-ft2 .c-item ul li {
  position: relative;
  padding: 0 5px 0 20px;
}
.c-area1-ft2 .c-item ul li a {
  /*    font-size: 15px;*/
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 1px;
  color: #111;
}
.c-area1-ft2 .c-item ul li a.smaller {
  font-size: 13px;
}
.ft-bg {
  background: url(../images/common/bg-ft.png) center center no-repeat;
  background-size: cover;
  padding: 110px 0 96px;
  background-position: inherit;
}
.c-map iframe {
  width: 100%;
  height: 100%;
}
.f-box-logo {
  color: #fff;
  display: block;
}
.f-box-logo1 {
  text-align: center;
}
.c-contact-top {
  text-align: center;
}
.c-contact-top .c-tel-fax {
  text-align: center;
  color: #fff;
  font-size: 22px;
  line-height: 160%;
}
.c-contact-top .c-tel-fax span {
  font-size: 15px;
}
.f-box-logo1 p {
  font-size: 14px;
  line-height: 200%;
  padding-left: 2px;
  margin-bottom: 2px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}
.f-box-logo2 p {
  line-height: 180%;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

.logo-ft {
  text-align: center;
}
.copyright {
  font-size: 14px;
  line-height: 200%;
  /* padding: 30px 0; */
  font-weight: 500;
  /* text-align: center; */
  /*    letter-spacing: 2px;*/
  letter-spacing: 0;
  color: #111;
  text-align: center;
  margin-top: 28px;
}

.news {
  position: relative;
  background: #f496aa;
  height: 120px;
  top: -118px;
  display: flex;
  align-items: center;
  z-index: 94;
  padding-left: 340px;
}

.news-box {
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 100%;
  max-width: 1500px;
}

.news-box h3 {
  font-size: 16px;
  width: 288px;
  position: relative;
  font-weight: bold;
  letter-spacing: 3.2px;
}

.news-box h3::after {
  position: absolute;
  content: "";
  background: url(../images/common/ic-line.png) right center no-repeat;
  width: 15px;
  height: 24px;
  right: -8px;
}

.news-box-list {
  display: flex;
  width: 1112px;
  justify-content: space-between;
  padding: 0;
}

.news-item {
  padding: 27.5px 0;
  transition: 0.4s;
  display: flex !important;
  align-items: center;
}

.news-item:hover {
  opacity: 0.7;
}
.news-item .label {
  font-size: 11px;
  text-transform: uppercase;
  color: #ff9999;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  padding: 7px 10px;
  letter-spacing: 0.5px;
}

.news-item .time {
  padding-left: 19px;
  letter-spacing: 1px;
  color: #fff;
}

.news-item .title {
  font-size: 16px;
  margin-left: 8px;
  letter-spacing: 0.7px;
  font-weight: 500;
  color: #fff;
  line-height: 160%;
}

.news-box a.link {
  font-size: 15px;
  text-decoration: underline;
  position: absolute;
  right: 0;
  letter-spacing: 1px;
  padding-top: 5px;
  font-weight: bold;
  color: #fff;
  line-height: 160%;
  transform: translateX(-40%);
}

.news-box a.link:hover {
  opacity: 0.7;
}

.c-bg1 {
  background-image: url(../images/top/img2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-block1 .c-area1 {
  overflow: hidden;
}
.top-block1 .c-area1 {
  padding-left: 20px;
}
.top-block1 .c-area1 .c-img {
  width: 100%;
  max-width: 100%;
}
.top-block1 .c-area1 .c-content {
  width: 100%;
}
.top-block1 .c-area1 .c-content dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.top-block1 .c-area1 .c-content dl dd {
  font-size: 20px;
  font-weight: bold;
  line-height: 160%;
  width: 33%;
  margin-bottom: 20px;
  display: flex;
}
.top-block1 .c-area1 .c-content dl dd span {
  color: #8b4513;
  margin-right: 10px;
  width: 35px;
}
.top-block1 .c-area1 .c-content dl dd p {
  display: inline-block;
  width: 90%;
}
.top-block1 .c-area1 .c-img img {
  height: 478px;
}
.top-block1 .c-area1 .c-content .c-title {
  margin-bottom: 15px;
  margin-top: 0;
}
.top-block1 .c-area1 .c-content .c-title .c-txt1 {
  font-size: 20px;
  color: #111;
  /*text-shadow: 0 0 black;*/
  line-height: 120%;
}
.top-block1 .c-area1 .c-content .c-title .c-txt2 {
  font-size: 15px;
  color: #81818a;
  margin-left: 20px;
  vertical-align: top;
}
.c-title h2 {
  color: #f496aa;
  line-height: 130%;
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0.7px;
  /*text-shadow: 0 0 #F496AA;*/
  margin-top: 7px;
}
.top-block1 .c-area1 .c-content .c-desc {
  font-weight: 600;
  margin-bottom: 28px;
}
.c-desc p {
  /*    font-size: 15px;*/
  font-size: 14px;
  line-height: 180%;
  font-weight: 500;
  letter-spacing: 0; /*text-shadow: 0 0 black;*/
}
.c-groupbtn .btn-1:first-child {
  margin: 0;
}
.top-block1 .btn-1 {
  letter-spacing: 0;
  padding-top: 5px;
}
.jt-center {
  justify-content: center;
}

.c-item-box {
  position: relative;
  padding: 0 53px;
}
.c-item-box .h3 {
  font-size: 22px;
  color: #f496aa;
  line-height: 130%;
}
.c-item-box .c-desc p {
  font-size: 13px;
  line-height: 180%;
  /*text-shadow: 0 0 black;*/
}
.c-ic-num1::before,
.c-ic-num2::before,
.c-ic-num3::before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 36px;
  height: 36px;
}
.c-ic-num1::before {
  background-image: url("../images/top/ic-num1.png");
}
.c-ic-num2::before {
  background-image: url("../images/top/ic-num2.png");
}
.c-ic-num3::before {
  background-image: url("../images/top/ic-num3.png");
}
.c-tables table {
  width: 100%;
}
.c-table1 th,
.c-table1 td {
  padding: 25px 15px;
  border: 1px solid #ccc;
  text-align: center;
  /*text-shadow: 0 0 black;*/
}
.c-table1 td {
  font-size: 24px;
  background-color: #fff;
}
.c-table1 th,
.c-table1 tbody tr td:first-child {
  font-size: 16px;
}
.c-table1 thead th {
  background-color: #fef4f6;
}
.c-note-time {
  padding-left: 30px;
}
.c-note-time p {
  font-size: 16px;
  /*text-shadow: 0 0 black;*/
}
.c-items-time .c-time {
  font-size: 16px;
  line-height: 200%;
  margin-bottom: 5px;
  /*text-shadow: 0 0 black;*/
}
.c-map p {
  text-align: center;
}

.c-title1 h2 {
  font-size: 24px;
  line-height: 120%;
  border-left: 1px solid;
  padding: 9px 28px 1px;
}
.c-title1 h2 span {
  font-size: 16px;
  color: #8b4513;
  line-height: 200%;
  margin-left: 24px;
}
.c-title1 p {
  font-size: 15px;
  line-height: 200%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.c-ft1 {
  margin-bottom: 27px;
}
.c-ft2 {
  margin-bottom: 18px;
}
.c-ft1 h2 {
  text-align: center;
  font-size: 70px;
  line-height: 120%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 10px;
}
.c-ft1 h2 span {
  font-size: 50px;
}
.c-ft1 p {
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.c-ft3 h2 {
  font-size: 24px;
  line-height: 180%;
  text-align: center;
  color: #fff;
}
.c-ft3 h2 span,
.c-ft3 p {
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.c-img-big {
  text-align: center;
  margin: 50px 0 30px;
}
.aln-center {
  align-items: center !important;
}
.aln-start {
  align-items: flex-start !important;
}
.aln-end {
  align-items: flex-end !important;
}
.just-center {
  justify-content: center !important;
}
.just-start {
  justify-content: flex-start !important;
}
.just-end {
  justify-content: flex-end !important;
}
.no-bg {
  background: transparent;
  background-color: transparent;
  background-image: none;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-left {
  text-align: left !important;
}
.c-mobile {
  display: none;
}
.w1k1 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.font-noto {
  font-family: "Noto Serif JP", serif !important;
}
.font-meyrio {
  font-family: font-mei !important;
  font-family: "Meiryo" !important;
}
.line-h280 {
  line-height: 280% !important;
}
@media (max-width: 1570px) {
  .h-nav-wrap .logo2,
  .h-box-logo .logo2 {
    margin-left: 50px;
  }
  .menu-sub {
    margin-right: 50px;
  }
  .menu-sub li a p {
    font-size: 13px;
  }
  .menu-sub li a {
    width: 160px;
  }
}
@media (max-width: 1500px) {
  .c-area1-ft1 a img {
    width: 100%;
  }
  #footer .c-area1-ft2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 10%;
    justify-content: flex-start;
  }
  #footer .c-area1-ft2 .c-item {
    max-width: 37%;
  }
  .c-area1-ft2 .c-item::after {
    right: 20%;
  }
  #footer .c-area1-ft2 .c-item:nth-of-type(3n) {
    margin-right: 0;
    width: 20%;
  }
  #footer .c-area1-ft2 .c-item:nth-of-type(3n)::after {
    display: none;
  }
}

@media (max-width: 1360px) {
  .menu-sub {
    display: none !important;
  }
  .toggle {
    display: flex;
  }
  .h-nav-wrap .bg-logo h1 a span,
  .h-nav1 .bg-logo h1 a span,
  .h-nav1 .bg-logo h1 a span {
    font-size: 18px;
    letter-spacing: 0;
  }
  .h-nav-wrap .bg-logo h1 a p,
  .h-nav1 .bg-logo h1 a p {
    font-size: 11px;
  }
  .txt-container h2 {
    font-size: 44px;
  }
  .txt-container p {
    font-size: 20px;
    line-height: 250%;
  }
  .c-area1-ft2 .c-item h3 a {
    font-size: 14px;
  }
  .c-area1-ft2 .c-item ul li a {
    font-size: 12px;
  }
  .c-area1-ft2 .c-item ul li a.smaller {
    font-size: 12px;
  }
  .c-area1-ft1 p span {
    font-size: 16px;
  }
  .c-area1-ft1 p {
    font-size: 11px;
  }
  .c-desc p {
    font-size: 12px;
  }
  .copyright {
    font-size: 12px;
  }
}
@media (max-width: 1320px) {
  .c-box1 .c-content {
    justify-content: center;
  }
  .c-box1 .c-content .c-img {
    width: 100%;
  }
  .c-box1 .c-content .c-desc {
    width: 100%;
    margin-top: 30px;
  }
  .c-box1 .c-content .c-desc h2,
  .c-box1 .c-content .c-desc h4,
  .c-box1 .c-content .c-desc p {
    text-align: center;
  }
  .c-box1 .c-content .c-desc h4:after {
    margin-left: auto;
    margin-right: auto;
    width: 55%;
  }
  .c-box1 .c-content .c-grbtn .btn-2 {
    margin: auto;
  }
  .c-box1 .c-content .c-desc.c-l {
    width: 100%;
    order: 2;
  }
  .c-box1 .c-content .c-desc.c-l h2,
  .c-box1 .c-content .c-desc.c-l h4,
  .c-box1 .c-content .c-desc.c-l p,
  .c-box1 .c-content .c-desc.c-l .c-grbtn {
    text-align: center;
  }
  .c-box1 .c-content .c-desc.c-l h4:after {
    margin-right: auto;
    margin-left: auto;
  }
  .top-block1 .c-area1 .c-content dl dd {
    width: 45%;
  }
  .c-box1 .c-content .c-desc.c-l ~ .c-img {
    width: 100%;
  }
  .txt-container h2 .fs-150 {
    font-size: 100px;
  }
}

@media (max-width: 1024px) {
  #footer .c-area1-ft1 {
    width: 100%;
  }
  #footer .c-area1-ft1 a.logo2 .c-desc {
    margin-left: 52px;
  }
  /* #footer .c-area1-ft1 a.logo2{
    text-align: center;
    letter-spacing: 3.5px;
    font-size: 20px;
    line-height: 120%;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
  } */
  #footer .c-area1-ft1 a.logo2::before {
    width: 52px;
    height: 52px;
    background-size: contain !important;
  }
  /* #footer .c-area1-ft1 a.logo2 p {
    display: block;
    align-items: flex-end;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 25px;
  } */
  #footer .c-area1-ft1 a.logo2 p span {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .fc__ttl {
    transform: translate(-50%, 20%);
    width: 100%;
  }
  .fc__ttl--2 {
    margin-top: 10px;
  }
  .toggle.active {
    top: 25px;
  }
  .toggle.active.change,
  .toggle.toggle1.change {
    top: 30px;
  }
  .toggle.change p,
  .toggle.active p,
  .toggle.toggle1 p {
    margin-top: 5px;
  }
  .h-nav-wrap .logo2,
  .h-box-logo .logo2 {
    margin-left: 30px;
    margin-top: 30px;
  }
  .h-nav-wrap .bg-logo h1 a span,
  .h-nav1 .bg-logo h1 a span {
    font-size: 16px;
    letter-spacing: 1.5px;
  }
  .toggle.toggle1,
  .toggle.toggle1.active {
    top: 27px;
  }

  .c-list-top2 .c-item:hover .c-tt-list2 {
    top: 12%;
  }
  #footer .c-area1-ft2 {
    margin-left: 0;
  }
  #footer .c-area1-ft2 .c-item {
    width: 100% !important;
    max-width: 33% !important;
    margin-right: 0% !important;
  }
  .c-area1-ft2 .c-item::after {
    right: 28%;
  }

  .ovh .h-nav1 .bg-logo::before {
    width: 100px;
  }
  ul.bread {
    width: 80%;
  }
  .c-tt-info h2 {
    font-size: 60px;
    letter-spacing: 4px;
  }
  .c-tt-info p {
    font-size: 20px;
    display: inline-block;
  }
  /* .h-nav-wrap .bg-logo::before{
    width: 100%;
    content: '';
    display: block;
    height: 100%;
    justify-content: space-between;
    background: #fff;
    right: 0;
    position: absolute;
    top: 0;
  } */
  .txt-container h2 span.fs82 {
    font-size: 52px;
  }
  .txt-container h2 span.fs90 {
    font-size: 60px;
  }
  .txt-container h2 span.fs82:last-child {
    letter-spacing: 0px;
  }
  .txt-container h3 {
    font-size: 30px;
  }
  .txt-container p {
    margin-top: 10px;
    font-size: 16px;
  }
  /* .txt-container h2 {
      font-size: 7rem;
      letter-spacing: 10px;
  }
  .txt-container h2 span {
      font-size: 6rem;
  }
  .txt-container p {
    font-size: 1.3rem;
  } */
  ul#tabs-nav li {
    width: 20%;
  }
  #tabs-nav li a {
    width: 100%;
    font-size: 12px;
    padding: 5px 0;
  }
  .txt-container h2 .fs-56 {
    font-size: 36px;
    letter-spacing: 2px;
  }
  .txt-container h2 {
    font-size: 37px;
    margin-top: 30px !important;
  }

  .top-block1-boxnews .tab {
    width: 70%;
  }
  .txt-container h2 .fs-150 {
    font-size: 70px;
    letter-spacing: 10px;
  }
  .c-tt-info {
    padding: 0 10px;
    bottom: -65px;
  }
  .video-sp {
    display: block;
  }
  .video-pc {
    display: none;
  }
  .c-ft1 h2 {
    font-size: 50px;
  }
  .c-ft1 h2 span {
    font-size: 40px;
  }
  .c-title2 .c-img img {
    width: 100%;
    padding: 0 15px;
  }
  .top-block1 .c-area1 .c-content dl dd ~ dd {
    margin-left: 3%;
  }
  .h-nav.fixed,
  .h-nav.fixed2 {
    height: 100px;
  }
  .pt-header {
    padding-top: 100px;
  }
  .h-nav-wrap .bg-logo {
    position: absolute;
    height: 100%;
    width: 100%;
  }

  .toggle {
    top: 30px;
    right: 30px;
  }

  .h-nav-wrap .logo2::before,
  .h-box-logo .bg-logo .logo2::before {
    width: 52px;
    height: 52px;
    background-size: contain !important;
  }
  .top-flow-list .box1 h4 {
    font-size: 20px !important;
    letter-spacing: 0px !important;
  }
  .top-flow-list .box1 h4 span {
    font-size: 18px;
  }
  .c-img-big img {
    width: 100%;
  }
  .top-address-list {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .top-address-list .box1 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .top-address-list .box1 dl {
    justify-content: center !important;
  }
  .top-address-list .box1 dl dt {
    margin-right: 3%;
  }
  .top-address {
    padding: 50px 0 !important;
  }
  .mt30tab {
    margin-top: 30px !important;
  }
  .pt20tab {
    padding-top: 20px !important;
  }
}
@media (max-width: 768px) {
  .h-box-logo ul li a:before {
    right: 18%;
  }
  .h-box-logo1 ul {
    padding-left: 30px;
    padding-right: 30px;
  }
  .it-ft {
    display: inline-block;
  }
  #footer .c-area1-ft1 {
    display: flex;
    justify-content: center;
  }
  #footer .c-area1-ft1 a.logo2 .c-desc {
    margin-left: 0;
  }
  #footer .c-area1-ft1 a.logo2 {
    display: block;
    padding-left: 52px;
  }
  #footer .c-area1-ft1 a.logo2::before {
    position: absolute;
    top: 0 !important;
    left: 0;
  }
  .c-area1-ft2 .c-item::after {
    right: 13%;
  }
  #footer {
    padding: 20px 20px 40px;
  }
  .toggle.change ~ .h-nav1 .content-head {
    transform: translate(0, 0);
    margin-top: 30px;
    margin-left: 0;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 15px 10px;
  }
  .h-nav-wrap .bg-logo .logo2 {
    margin-top: 15px !important;
  }

  .toggle,
  .toggle.active.change {
    top: 18px;
  }
  .toggle.active.change {
    top: 35px;
  }
  .h-nav.fixed2 .h-nav-wrap .bg-logo.bg-logo-sec .logo2 {
    margin-top: 15px !important;
  }
  .toggle.toggle1,
  .toggle.toggle1.active {
    top: 23px;
  }
  .toggle.toggle1.change {
    top: 38px;
  }
  .toggle.toggle1 p {
    margin-top: 0px;
  }
  .toggle.toggle1.change p {
    margin-top: 5px;
  }
  .content-head .tel p {
    font-size: 17px;
    padding: 0;
    text-align: center;
  }
  .ovh .h-nav1 .bg-logo::before {
    width: 100px;
  }
  .content-head .tel .tel-1 {
    padding: 0;
    text-align: center;
  }
  .content-head .tel .note-1 {
    font-size: 13px;
    padding: 0;
    text-align: center;
  }
  .content-head .tel .tel-1 span {
    font-size: 9px;
  }
  .tt-1 .c-desc {
    font-size: 13px;
    margin-top: 30px !important;
    padding: 0 10px;
  }
  .c-ct-tt-bg {
    height: 210px;
  }
  .top-block1-boxnews h3 {
    font-size: 22px;
  }
  .top-block1-boxnews h3 span {
    font-size: 12px;
    padding-top: 0;
  }
  .top-block1-boxnews h3::before {
    left: 10px;
  }
  .item-info-area1 h2:first-child {
    margin-left: 0;
  }
  .top-pallarax-w p::before {
    width: 25px;
  }
  .top-pallarax p {
    font-size: 13px;
    margin-top: 0;
    font-size: 15px;
  }
  .c-tt-info {
    bottom: -40px;
  }

  .c-tt-info h2 {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .top-block1-boxnews .tab {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .c-no-mobile {
    display: none;
  }
  .c-mobile {
    display: block;
  }
  .flex.c-mobile {
    display: flex;
  }

  .c-img-big {
    margin: 30px 0 10px;
  }

  .fc__ttl {
    padding-top: 0;
    transform: translate(-50%, 10%);
  }
  .fc__ttl--1 {
    font-size: 22px;
  }
  .fc__ttl--2 {
    font-size: 13px;
  }
  .top-block1 .c-area1 .c-content dl dd span {
    width: 25px;
  }
  .c-list1 ul {
    width: 55%;
    margin-bottom: 0;
    margin-right: 0;
  }
  .top-block1 .c-area1 .c-content dl dd {
    width: 100%;
  }
  .top-block1 .c-area1 .c-content dl dd ~ dd {
    margin-left: 0%;
  }
  .txt-container h2 {
    letter-spacing: 3px;
  }
  .txt-container h2 span.fs82 {
    font-size: 32px;
  }
  .txt-container h2 span.fs90 {
    font-size: 30px;
  }
  .txt-container h2:after {
    width: 281px;
    margin: 10px 0 0;
  }
  .txt-container h2 ~ h2:after {
    width: 260px;
  }
  .txt-container h3 {
    font-size: 22px;
    margin-left: 45px;
    letter-spacing: 0;
  }
  .txt-container p {
    margin-left: 0;
    margin-top: 10px;
  }
  .txt-container h2 span {
    font-size: 2.5rem;
  }
  .txt-container p {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
  .h-nav.fixed,
  .h-nav.fixed2 {
    height: 80px;
  }
  .pt-header {
    padding-top: 80px;
  }
  .c-ft1 h2 {
    font-size: 30px;
  }
  .c-ft1 h2 span {
    font-size: 25px;
  }
  .c-ft1 p {
    font-size: 14px;
  }
  .top-block1 .c-area1 .c-content dl dd span {
    margin-right: 15px;
  }
  .top-block1 .c-area1 .c-content dl dd {
    font-size: 16px;
  }
  .top-block1-news-item:last-child {
    display: none;
  }
  .top-block1-news-item:nth-of-type(4n) {
    margin-right: 0;
  }
  .top-block1-news-item .tt-1 {
    font-size: 14px;
  }
  .wrapper {
    padding: 0 20px !important;
  }
  .top-block1-boxnews h3 {
    margin-bottom: 0 !important;
    padding-left: 15px;
  }
  .top-block1-boxnews {
    align-items: center;
  }
  .c-content-block2 .c-img {
    width: 100%;
    margin-right: 0;
  }
  .c-content-block2 .c-desc {
    width: 100%;
    margin-top: 30px;
  }
  .c-content-block2 {
    margin-top: 35px;
    padding: 0 10px;
  }
  .c-content-block2 .c-desc h2 {
    font-size: 16px;
  }
  .c-content-block2 .c-desc p {
    font-size: 13px;
  }
  .top-block2 .btn .btn-2 ~ .btn-2 {
    margin-left: 2%;
  }
  .top-block3-list-box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .top-block3-list-box:nth-of-type(2n) {
    margin-right: 0;
  }
  .c-content-block2 .c-desc h2::after {
    margin: 10px 0 15px -12px;
  }
  .top-block1-box-news {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .top-block1-news-item {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }
  .wr-br {
    white-space: pre-line;
  }
  .top-address-list {
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .top-address {
    padding: 40px 0 10px !important;
  }
  .top-address-list .box1 {
    width: 90% !important;
    margin-bottom: 40px;
  }
  .top-address-list .box1 dl dt {
    font-size: 14px !important;
    margin-right: 3% !important;
  }
  .top-address-list .box1 dl dd {
    font-size: 15px !important;
  }
  .btn .btn-2 ~ .btn-2 {
    margin-left: 2% !important;
  }
  .top-flow .btn-all a:last-of-type {
    margin-left: 2% !important;
  }
  .contact-pallarax-box h2 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .contact-pallarax-box .tt-1 h3 {
    font-size: 22px;
    line-height: 140%;
  }
  .contact-pallarax {
    height: 740px;
  }
  .contact-pallarax-list-box {
    flex-wrap: wrap;
  }
  .contact-pallarax-box {
    width: 90% !important;
    padding-top: 0;
    height: 330px;
    border: 0;
    margin: 20px 0;
  }
  .contact-pallarax-box .content {
    font-size: 12px !important;
    padding: 0 10px !important;
  }
  ul#tabs-nav {
    flex-wrap: wrap;
  }
  ul#tabs-nav li {
    width: 32%;
    margin-left: 0;
    margin-right: 2%;
  }
  ul#tabs-nav li:nth-of-type(3n) {
    margin-right: 0;
  }
  .mt20sp {
    margin-top: 20px !important;
  }
  .toggle div {
    width: 50px !important;
  }
}
@media (max-width: 580px) {
  ul.bread {
    display: block;
    width: 93%;
  }
  .bread li {
    display: inline-block;
    vertical-align: middle;
  }
  .bread li a {
    display: inline-block;
  }
  .bread li:last-child a {
    display: -webkit-box;
    width: 100px;
    /* margin: 0 auto; */
    /* line-height: 1.3; */
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
  }
  #footer .c-area1-ft1 a.logo2::before {
    width: 42px;
    height: 42px;
  }
  #footer .c-area1-ft1 a.logo2 .c-desc {
    margin-top: 10px;
  }
  .copyright {
    margin-left: 10px;
    margin-top: 10px;
  }
  #footer .c-area1-ft1 a.logo2 {
    display: block;
    padding-left: 42px;
  }
  #footer .c-area1-ft1 a.logo2 p {
    font-size: 10px;
    margin-left: 10px;
    letter-spacing: 0px;
    margin-top: 0;
  }
  #footer .c-area1-ft1 a.logo2 p span {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 0px;
  }
  .fc__ttl {
    transform: translate(-50%, 0%);
  }
  .fc__ttl--1 {
    font-size: 20px;
  }
  .fc__ttl--2 {
    font-size: 12px;
  }
  .h-nav.fixed,
  .h-nav.fixed2 {
    height: 60px;
  }
  .pt-header {
    padding-top: 60px;
  }
  .h-box-logo ul li a:before {
    right: 30%;
    transform: translate(100%, -100%);
  }
  .h-nav-wrap .logo2,
  .h-box-logo .logo2,
  .h-nav-wrap .bg-logo.bg-logo1 .logo2 {
    margin-left: 20px;
    margin-top: 15px;
  }
  .h-nav-wrap .bg-logo h1 a p,
  .h-nav1 .bg-logo h1 a p {
    font-size: 10px;
    margin-left: 10px;
    letter-spacing: 0px;
  }
  .h-nav-wrap .bg-logo h1 a span,
  .h-nav1 .bg-logo h1 a span {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 0px;
  }
  .h-nav-wrap .bg-logo .logo2::before,
  .h-nav.fixed2 .h-nav-wrap .bg-logo.bg-logo-sec .logo2::before,
  .h-box-logo .bg-logo.bg-logo1 .logo2::before,
  .h-box-logo .bg-logo.bg-logo-sg .logo2::before,
  .h-box-logo .bg-logo .logo2::before {
    width: 32px;
    height: 32px;
  }
  .toggle {
    top: 15px;
    right: 20px;
  }
  .toggle.active,
  .toggle.toggle1.change {
    top: 10px;
  }
  .toggle.active.change {
    top: 15px;
  }
  .toggle p,
  .toggle.toggle1 p,
  .toggle.active p {
    margin-top: 0;
  }
  .toggle.active.change p {
    margin-top: 5px;
  }
  .toggle.toggle1,
  .toggle.toggle1.active {
    top: 10px;
  }
  .toggle.toggle1.change {
    top: 18px;
  }

  #footer {
    flex-wrap: wrap;
  }
  #footer .c-area1-ft1,
  #footer .c-area1-ft2 {
    width: 100%;
  }
  .c-area1-ft1 {
    margin-bottom: 40px;
  }
  .c-area1-ft1 a img {
    width: 80%;
  }
  .c-area1-ft1 p {
    margin: 20px 0 0px;
  }
  .c-area1-ft2 {
    margin-left: 0 !important;
    justify-content: space-between !important;
  }

  #footer .c-area1-ft2 .c-item,
  #footer .c-area1-ft2 .c-item:nth-of-type(2n) {
    width: 100% !important;
    max-width: 40% !important;
  }
  #footer .c-area1-ft2 .c-item:nth-of-type(2n) {
    margin-right: 0% !important;
  }
  .c-area1-ft2 .c-item::after {
    right: -20%;
  }
  #footer .c-area1-ft2 .c-item::after {
    display: block !important;
  }
  #footer .c-area1-ft2 .c-item:last-child::after,
  #footer .c-area1-ft2 .c-item:nth-of-type(2n)::after,
  #footer .c-area1-ft2 .c-item.no-after-mb::after {
    display: none !important;
  }
  .content-head .tel .note-1 {
    font-size: 9px;
  }
  ul#tabs-nav li,
  ul#tabs-nav li:nth-of-type(3n) {
    width: 49%;
    margin-left: 0;
    margin-right: 2%;
  }
  ul#tabs-nav li:nth-of-type(2n) {
    margin-right: 0;
  }
  .stick {
    bottom: -30px;
    height: 60px;
  }
  .top-block3-list-box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .question-contact dl dt {
    font-size: 16px;
  }
  .question-contact dl dd {
    font-size: 14px;
  }
  .contact-pallarax-box p.content {
    font-size: 14px !important;
    padding: 20px 10px !important;
  }
  .content-head-slide {
    width: 230px;
    height: 120px;
  }
  .toggle.change ~ .h-nav1 .content-head-slide {
    width: 230px;
    height: 120px;
    margin-top: 10px;
    margin-left: 30px;
  }
  .contact-pallarax-box .tel {
    font-size: 13px;
  }
  .contact-pallarax-box .tel span {
    font-size: 16px !important;
  }
  .h-box-logo1 ul {
    padding-left: 35px !important;
    padding-top: 40px;
  }
  .h-box-logo1 ul li a {
    padding: 5px 0 !important;
  }
  .h-box-logo1 ul li a p:first-of-type {
    font-size: 12px !important;
  }
  .h-box-logo1 ul li a p:last-of-type {
    font-size: 8px !important;
    padding-bottom: 0px;
  }
  .bg-ft .tt-1 h3 {
    letter-spacing: 0px;
  }
  .contact-pallarax.bg-ft {
    padding: 0 10px;
  }
  .content-head .tel p {
    font-size: 10px;
  }
  .content-head .tel .tel-1 span {
    font-size: 9px;
  }
  .toggle.change ~ .h-nav1 .content-head {
    margin-top: 0;
    bottom: 0;
  }
  .content-head .tel .tel-1::before {
    width: 22px;
    height: 18px;
    left: 0;
    top: 0px;
  }
  .content-head-slide .c-info h2 {
    font-size: 13px;
  }
  .content-head-slide .c-info h3 {
    font-size: 10px;
  }
  .top-flow {
    padding: 50px 0 !important;
  }
  #tabs-content {
    margin: 55px 0px 0px;
  }
  .c-content-block2.ct1 {
    margin-top: 55px;
  }
  .c-content-block2.ct1 .c-img {
    width: 100%;
    margin-right: 0;
  }
  .c-content-block2.ct1 .c-desc {
    width: 100%;
  }
  .top-flow-list .box1 h4 span {
    font-size: 16px !important;
  }
  .top-flow-list .box1 h4 {
    font-size: 18px !important;
  }
  .top-flow-list .box1 {
    margin-bottom: 35px !important;
  }
  .top-address-list .box1 {
    width: 100% !important;
  }
  .top-block3 {
    padding: 50px 0 50px;
  }
  .top-block3-list-box h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .btn-3 {
    width: 130px;
    margin-top: 10px;
    height: 20px;
    font-size: 12px;
    height: 30px !important;
  }
  .top-block3-list-box p {
    font-size: 13px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .top-pallarax::after {
    width: 222px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .top-pallarax {
    height: 170px !important;
  }
  .c-list1 ul {
    width: 90%;
  }
  .c-ft1 h2 span {
    font-size: 17px;
  }
  .c-ft1 h2 {
    font-size: 20px;
    letter-spacing: 5px;
  }
  .txt-container {
    width: 98%;
  }
  .txt-container p {
    font-size: 1.6rem;
    letter-spacing: 0px;
  }
  .txt-container h2 {
    font-size: 32px;
    letter-spacing: 3px;
  }
  .txt-container h2 span {
    font-size: 2.5rem;
    display: block;
    text-align: center;
  }

  .top-pallarax h3.c-it-info3 {
    transform: translate(20%, -70%);
  }
  .top-pallarax p.c-it-info4 {
    transform: translate(0%, 30%);
  }
  .c-ct-c-info-area .btn.btn-all .btn-1:first-child {
    margin-right: 15px;
  }

  .c-title2 h2,
  .c-title3 h2 {
    font-size: 22px;
  }

  .top-block3-box1-word {
    max-width: 85%;
    padding: 20px 15px 21px;
  }
  .top-pallarax h3 {
    transform: translate(25%, -70%);
  }
  .top-pallarax h3.c-it-info {
    transform: translate(30px, -80%);
    font-size: 25px;
    letter-spacing: 5px;
  }
  #tabs-content {
    margin: 60px 0px 22px;
  }
  .top-pallarax p.c-it-info2 {
    transform: translate(30px, 20%);
    margin-top: 0;
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 20px;
  }
  .top-pallarax-w p::before {
    width: 15px;
  }

  .top-pallarax.parax2 h3.c-it-info {
    transform: translate(-30px, -70%);
  }

  .top-pallarax.parax2 p.c-it-info2 {
    transform: translate(-36px, 40%);
    padding-right: 20px;
  }

  .news-item {
    flex-wrap: wrap;
    padding: 18px 0;
  }
  .news-item .title {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .c-title h2 {
    font-size: 22px;
  }
  .top-block1 .c-area1 .c-content .c-title .c-txt1 {
    font-size: 18px;
  }
  .tt2 h3 {
    font-size: 12px;
    position: relative;
  }
  .tt2 h3::before {
    transform: translate(-16%, -0%);
    position: absolute;
    top: 0%;
    left: 0;
  }
  .tt2 h3::after {
    transform: translate(16%, -0%);
    position: absolute;
    top: 0%;
    right: 0;
  }
  .tt2 h4 {
    font-size: 20px;
  }
  .c-item-box .h3 {
    font-size: 16px;
  }
  .c-list1.flex {
    width: 100%;
  }
  .c-note-time {
    padding-left: 0;
  }
  .c-items-time.flex {
    flex-wrap: wrap;
  }
  .c-items-time .c-time {
    width: 100%;
  }
  .c-table1 th,
  .c-table1 tbody tr td:first-child {
    font-size: 13px;
  }
  .c-item-box {
    margin-top: 30px;
  }
  .top-block3-box1-word h4 {
    font-size: 17px;
  }
  .top-block3-box1-word p {
    font-size: 12px;
    padding: 0 0px;
  }
  .c-title1 h2 {
    font-size: 18px;
    padding: 9px 0px 1px 20px;
  }
  .c-title1 h2 span {
    width: 100%;
    margin-left: 0;
    display: block;
  }
  .c-title1 p {
    font-size: 13px;
  }
  .top-block1 {
    padding: 50px 0px 50px;
  }

  .top-block2 {
    padding: 50px 0 50px;
  }
  .tt-1 h3 {
    font-size: 23px;
    letter-spacing: 2px;
  }
  .tt-1 h4 {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .tt-1 p {
    letter-spacing: 0px;
  }
  .top-flow-list {
    padding: 20px 0 0 !important;
  }
  .profile-block3 .list {
    padding: 5px 0 30px !important;
  }
  .question-contact {
    padding: 5px 0 40px;
  }
  .content-head {
    padding: 10px 5px !important;
  }
  .c-linknew a {
    width: 170px;
    height: 42px;
    right: 10px;
    top: 0;
    position: absolute;
    z-index: 9;
  }
  .contact-pallarax-box {
    width: 350px !important;
  }
  .btn-1 {
    height: 50px;
    margin: 0;
  }
  .pt10sp {
    padding-top: 10px !important;
  }
  .pt20sp {
    padding-top: 20px !important;
  }
  .pt30sp {
    padding-top: 30px !important;
  }
  .pt40sp {
    padding-top: 40px !important;
  }
  .pt50sp {
    padding-top: 50px !important;
  }
  .pt60sp {
    padding-top: 60px !important;
  }

  .pb10sp {
    padding-bottom: 10px !important;
  }
  .pb20sp {
    padding-bottom: 20px !important;
  }
  .pb30sp {
    padding-bottom: 30px !important;
  }
  .pb40sp {
    padding-bottom: 40px !important;
  }
  .pb50sp {
    padding-bottom: 50px !important;
  }
  .pb60sp {
    padding-bottom: 60px !important;
  }

  .mb40 {
    margin-bottom: 20px !important;
  }
  .mb50 {
    margin-bottom: 25px !important;
  }
  .mb60 {
    margin-bottom: 30px !important;
  }
  .mb100 {
    margin-bottom: 50px !important;
  }
  .mt70 {
    margin-top: 35px !important;
  }
  .mt80 {
    margin-top: 40px !important;
  }
  .mt90 {
    margin-top: 45px !important;
  }
  .mt100 {
    margin-top: 50px !important;
  }

  .mb0sp {
    margin-bottom: 0 !important;
  }
  .mb10sp {
    margin-bottom: 10px !important;
  }
  .mb20sp {
    margin-bottom: 20px !important;
  }
  .mb30sp {
    margin-bottom: 30px !important;
  }
  .mb40sp {
    margin-bottom: 40px !important;
  }
  .mb50sp {
    margin-bottom: 50px !important;
  }

  .mt0sp {
    margin-top: 0 !important;
  }
  .mt10sp {
    margin-top: 10px !important;
  }
  .mt20sp {
    margin-top: 20px !important;
  }
  .mt30sp {
    margin-top: 30px !important;
  }
  .mt40sp {
    margin-top: 40px !important;
  }
  .mt50sp {
    margin-top: 50px !important;
  }
}

.jf-start {
  justify-content: start !important;
}

.c-headingimg img {
  display: block;
  width: 100%;
  height: auto;
}
</pre></body></html>