@media screen and (min-width: 1301px), print {
  .header, .cot-map-contents, .cot-chirashi-flexbox, .cot-goods-flexbox, .cot-goods-ichiran, .cot-diary-flexbox, .cot-diary-ichiran, .cot-net, .cot-link-wrapper, .footer-wrapper, .footer-footercopy {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1300px) {
  .header, .cot-map-contents, .cot-chirashi-flexbox, .cot-goods-flexbox, .cot-goods-ichiran, .cot-diary-flexbox, .cot-diary-ichiran, .cot-net, .cot-link-wrapper, .footer-wrapper, .footer-footercopy {
    width: 90%;
    margin: 0 auto;
  }
}

.cot-map-title h2, .cot-chirashi-title h2, .cot-goods-title h2, .cot-goods-ichiran a:after, .cot-diary-title h2, .cot-diary-ichiran a:after {
  line-height: 2;
  margin: auto auto 5px 15px;
}

.cot-map-title h2:after, .cot-chirashi-title h2:after, .cot-goods-title h2:after, .cot-goods-ichiran a:after, .cot-diary-title h2:after, .cot-diary-ichiran a:after {
  background-color: #B72E15;
  content: '';
  height: 10px;
  display: block;
  border-radius: 5px;
}

@media screen and (min-width: 1301px), print {
  .cot-you-leftcontents {
    width: 50%;
    max-width: 600px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1300px) {
  .cot-you-leftcontents {
    display: block;
  }
}

@media screen and (min-width: 1301px), print {
  .cot-you-rightcontents {
    width: 50%;
    position: relative;
    max-width: 600px;
    margin-right: auto;
  }
}

@media screen and (max-width: 1300px) {
  .cot-you-rightcontents {
    width: 90%;
    margin: 0 auto;
  }
}

.wrap.clearfix.contentclass {
  padding-bottom: 0;
}

.header {
  padding-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  .header-nav {
    display: none;
  }
}

.header-nav-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600;
}

.header-nav-menu .menu-item a {
  color: #007400;
  padding: 0 7.5px;
}

.header-hamburger {
  display: none;
}

@media screen and (max-width: 1100px) {
  .header-hamburger {
    display: block;
    position: relative;
    width: 31px;
    margin-left: auto;
  }
}

@media screen and (max-width: 1100px) {
  .header-hamburger span {
    height: 5px;
    width: 30px;
    background-color: #007400;
    position: absolute;
    top: 50%;
    border-radius: 5px;
    -webkit-transition: all .4s;
    transition: all .4s;
  }
  .header-hamburger span:nth-of-type(1) {
    top: calc(50% - 9px);
  }
  .header-hamburger span:nth-of-type(3) {
    top: calc(50% + 9px);
  }
}

.header-hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(25%) rotate(-45deg);
  transform: translateY(25%) rotate(-45deg);
  top: 50%;
}

.header-hamburger.active span:nth-of-type(2) {
  opacity: 0;
}

.header-hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(25%) rotate(45deg);
  transform: translateY(25%) rotate(45deg);
  top: 50%;
}

.drawer-overlay {
  -webkit-transition: .35s;
  transition: .35s;
}

.drawer-overlay.active {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.drawer-nav {
  height: 100%;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  overflow-y: scroll;
  position: fixed;
  left: -100%;
  background: #fff;
  margin: 0;
  padding: 10px;
  list-style: none;
  top: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  width: 80%;
  max-width: 300px;
}

.drawer-nav.active {
  left: 0;
}

.drawer-nav-menu {
  line-height: 4;
  list-style: none;
  padding: 0 20px;
}

.drawer-nav-menu li {
  font-size: 1.6rem;
  border-bottom: 1px solid #444;
}

.drawer-nav-menu li a {
  display: block;
  color: #007400;
}

.home .wrap {
  padding-bottom: 0 !important;
}

.cot-top-pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .cot-top-pc {
    display: none;
  }
}

.cot-top-pc .swiper-my-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: 0;
}

.cot-top-pc .swiper-container-horizontal > .swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.cot-top-pc .swiper-my-pagination img {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  vertical-align: bottom;
}

.cot-top-pc .swiper-my-pagination {
  display: table;
}

.cot-top-pc .swiper-my-pagination {
  display: table;
  table-layout: fixed;
}

.cot-top-pc .swiper-my-pagination .swiper-pagination-bullet {
  display: table-cell;
  padding: 2px;
  background: transparent;
  opacity: 1;
}

.cot-top-pc .swiper-my-pagination .swiper-pagination-bullet-active {
  background: transparent;
  opacity: 0.6;
}

.cot-top-pc .swiper-slide > img {
  width: 100vw;
}

.cot-top-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .cot-top-sp {
    display: block;
  }
}

.cot-top-sp .sliderclass {
  padding: 0;
}

.cot-top-sp .sliderclass .container {
  padding: 0;
}

.cot-top-sp .sliderclass .container .slick-slide {
  width: 100vw;
}

.cot-you {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  width: 100vw;
  padding-top: 70px;
  padding-bottom: 70px;
  background-image: url(../images/top_green.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1200px) {
  .cot-you {
    display: block;
    height: auto;
  }
}

.cot-you-leftcontents {
  width: 50%;
}

@media screen and (max-width: 1200px) {
  .cot-you-leftcontents {
    display: block;
  }
}

.cot-you-title {
  color: #fff;
  font-size: 3.2rem;
  margin: 0 0 3rem;
}

@media screen and (max-width: 425px) {
  .cot-you-title {
    font-size: 2.7rem;
  }
}

.cot-you-rightcontents {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .cot-you-rightcontents {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .cot-you-leftcontents {
    display: block;
    width: 90%;
    margin: 0;
    margin-left: 5%;
  }
  .cot-you-leftcontents h2 {
    text-align: center;
  }
  .cot-you-leftcontents iframe {
    max-width: 100%;
    margin: 0;
    display: block;
  }
}

.cot-you-text {
  position: absolute;
  display: block;
  color: #fff;
  font-size: 1.7rem;
  position: absolute;
  line-height: 2;
}

.cot-you-text:nth-of-type(1) {
  right: 0;
}

.cot-you-text:nth-of-type(2) {
  left: 90px;
}

.cot-you-text:nth-of-type(2) .cot-you-text_tate {
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .cot-you-text:nth-of-type(2) {
    left: 0;
  }
}

.cot-you-text_tate {
  font-size: 1.9rem;
  letter-spacing: 1.6px;
}

@media screen and (max-width: 425px) {
  .cot-you-text_tate {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}

@media screen and (min-width: 1201px), print {
  .cot-you-text_tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 1200px) {
  .cot-you-text {
    position: relative;
    margin: 2rem 0 0 0;
  }
}

.cot-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 670px;
  text-align: center;
  background-color: #FCDF06;
  background-image: url(../images/map-bg.png);
  background-size: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cot-map-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 40px;
}

.cot-map-title img {
  margin-left: auto;
}

.cot-map-title h2 {
  color: #333333;
  font-size: 2.0rem;
  padding: 0;
  font-weight: bold;
}

.cot-map-contents {
  max-width: 100%;
  margin: 0 auto;
  line-height: 22px;
}

.cot-chirashi {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.cot-chirashi::after {
  content: '';
  position: absolute;
  top: 30px;
  right: -40px;
  background-image: url(../images/chirashi-bg.svg);
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
  background-size: 100%;
  width: 358px;
  height: 270px;
}

.cot-chirashi-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  font-size: 2.0rem;
  padding-top: 35px;
  padding-bottom: 40px;
}

.cot-chirashi-title img {
  margin-left: auto;
}

.cot-chirashi-title h2 {
  color: #333333;
  font-size: 2.0rem;
  margin-bottom: 0;
  padding: 0;
  z-index: 1;
  font-weight: bold;
}

.cot-chirashi-flexbox {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cot-chirashi-flexbox-item {
  width: 250px;
  padding-bottom: 3rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .cot-chirashi-flexbox-item {
    margin: 0 auto;
  }
}

.cot-chirashi-flexbox-item::before {
  content: url(../images/chirashi-h3.svg);
  display: inline-block;
  float: left;
  margin: -0.1rem 1rem;
}

.cot-chirashi-flexbox-item h3 {
  display: block;
  line-height: 4rem;
  color: #fff;
  background-color: #007400;
  margin-bottom: 0;
}

.cot-chirashi-flexbox-item img {
  width: 100%;
}

.cot-goods {
  height: 800px;
  background-color: #B72E15;
  background-image: url(../images/goods-bg.png);
  background-size: 100%;
}

.cot-goods-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  font-size: 2.0rem;
  padding-top: 35px;
  padding-bottom: 40px;
}

.cot-goods-title img {
  margin-left: auto;
}

.cot-goods-title h2 {
  color: #fff;
  font-size: 2.0rem;
  padding: 0;
  font-weight: bold;
}

.cot-goods-title h2:after {
  background-color: #fff;
}

@media screen and (max-width: 1200px) {
  .cot-goods-flexbox {
    margin: 0 auto;
  }
}

.cot-goods-flexbox .main {
  padding: 0;
}

.cot-goods-flexbox .slick-track {
  margin-bottom: 20px;
}

.cot-goods-flexbox .imghoverclass {
  max-height: 260px;
}

.cot-goods-flexbox .imghoverclass .kt-intrinsic {
  max-height: 260px;
}

.cot-goods-flexbox .imghoverclass .kt-intrinsic > img {
  max-height: 260px;
}

.cot-goods-flexbox .home-portfolio {
  margin: 0;
  padding: 0;
}

.cot-goods-flexbox .home-porome-margin {
  padding-bottom: 0;
}

.cot-goods-flexbox .carousel-second .portfolio_item {
  margin: 0;
}

.cot-goods-flexbox .carousel-second .slick-track {
  margin: 0;
}

.cot-goods-ichiran {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 0 2rem;
}

.cot-goods-ichiran a {
  display: inline-block;
  margin-left: 40px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: end;
  color: #fff;
}

.cot-goods-ichiran a:hover {
  color: #fff;
}

.cot-goods-ichiran a::before {
  content: url(../images/aaple.png);
  width: 30px;
  position: absolute;
  top: 0px;
  left: -40px;
}

.cot-goods-ichiran a:after {
  background-color: #fff;
  margin: 3px 0 0;
  height: 6px;
  border-radius: 3px;
}

.cot-diary {
  height: 620px;
  background-image: url(../images/diary-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
}

.cot-diary::before {
  content: '';
  position: absolute;
  background-color: rgba(245, 230, 187, 0.67);
  height: 620px;
  width: 100vw;
}

.cot-diary-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  font-size: 2.0rem;
  padding-top: 35px;
  padding-bottom: 40px;
}

.cot-diary-title img {
  margin-left: auto;
}

.cot-diary-title h2 {
  color: #333333;
  font-size: 2.0rem;
  padding: 0;
  font-weight: bold;
}

.cot-diary-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .cot-diary-flexbox {
    height: 375px;
    width: 250px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1201px), print {
  .cot-diary-flexbox-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cot-diary-flexbox .swiper-button-next, .cot-diary-flexbox .swiper-button-prev {
  display: none;
}

@media screen and (max-width: 1200px) {
  .cot-diary-flexbox .swiper-button-next, .cot-diary-flexbox .swiper-button-prev {
    position: absolute;
    display: block;
    height: 75px;
    width: 35px;
    z-index: 120;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    opacity: 0;
    border: 0;
  }
}

.cot-diary-flexbox .swiper-button-next:hover, .cot-diary-flexbox .swiper-button-prev:hover {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .cot-diary-flexbox .swiper-button-next::before {
    content: "\e3b1";
    font-family: virtue_icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 75px;
    color: #555;
  }
}

@media screen and (max-width: 1200px) {
  .cot-diary-flexbox .swiper-button-prev::before {
    content: "\e3b3";
    font-family: virtue_icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: 75px;
    color: #555;
  }
}

.cot-diary-flexbox-item {
  height: 375px;
  width: 250px;
  display: inline-block;
  background-color: #fff;
}

.cot-diary-flexbox-item > a .imgbox {
  display: block;
  width: 100%;
  height: 260px;
}

.cot-diary-flexbox-item > a .imgbox img {
  width: 100%;
  height: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}

.cot-diary-flexbox-item > a h3 {
  font-size: 1.8rem;
  color: #000;
  margin: 5px 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal !important;
}

.cot-diary-flexbox-item > a time {
  color: #000;
  margin: 0 15px;
}

.cot-diary-flexbox-item > a p {
  font-size: 1.3rem;
  color: #000;
  margin: 5px 15px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: normal !important;
}

.cot-diary-ichiran {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2rem 0 2rem;
}

.cot-diary-ichiran a {
  display: inline-block;
  margin-left: 40px;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: end;
  color: #007400;
}

.cot-diary-ichiran a:hover {
  color: #007400;
}

.cot-diary-ichiran a::before {
  content: url(../images/diary2.svg);
  width: 30px;
  position: absolute;
  top: 0px;
  left: -40px;
}

.cot-diary-ichiran a:after {
  background-color: #007400;
  margin: 3px 0 0;
  height: 6px;
  border-radius: 3px;
}

.cot-net {
  background-color: #fff;
  height: auto;
}

.cot-net a:hover > div {
  opacity: 0.6;
}

.cot-net-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .cot-net-wrapper {
    display: block;
  }
}

.cot-net-wrapper_left {
  position: absolute;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .cot-net-wrapper_left {
    position: static;
  }
}

.cot-net-wrapper_left h2 {
  margin: 0;
}

.cot-net-wrapper_right {
  margin-left: auto;
}

.cot-net-wrapper-text {
  position: absolute;
  bottom: -70px;
  color: #007400;
  background-color: #fff;
  font-size: 1.8rem;
  padding: 8px;
  border: 2px solid #007400;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .cot-net-wrapper-text {
    position: static;
    margin: 1rem 0;
  }
}

.cot-net-superlink {
  display: block;
  height: 60px;
  width: 100%;
  margin: -2px 0 70px;
  background-color: #007400;
  padding: 0 25px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .cot-net-superlink {
    margin-bottom: 30px;
    padding: 0 1rem;
  }
}

.cot-net-superlink > p {
  display: inline;
  position: relative;
  font-size: 1.7rem;
  color: #fff;
  margin: 0;
  font-weight: bold;
  line-height: 60px;
}

@media screen and (max-width: 768px) {
  .cot-net-superlink > p {
    font-size: calc(1.14rem + 1vw);
  }
}

.cot-net-superlink > p::before {
  content: '';
  height: 34px;
  width: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -55px;
  margin: auto 0;
  background-image: url(../images/net-cart.svg);
  background-size: contain;
}



.cot-link {
  background-color: #7DD0CC;
}

.cot-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.cot-link-wrapper > a {
  display: block;
}

@media screen and (max-width: 1155px) {
  .cot-link-wrapper > a {
    max-width: 32%;
  }
}

.cot-link-wrapper > a:nth-of-type(2) {
  width: 317px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .cot-link-wrapper > a:nth-of-type(2) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cot-link {
    height: auto;
    padding: 2rem 0;
  }
  .cot-link-wrapper {
    display: block;
    padding: 0;
    margin-top: -10px;
  }
  .cot-link-wrapper > a {
    max-width: 317px;
    margin: 0 auto;
  }
}

.portfolio-template-default .entry-content h2 {
  background-color: #333333;
  padding: 0 2.3rem;
}

.portfolio-template-default .pcbelow .portfolio-content {
  list-style: none;
}

.footer {
  background-color: #007400 !important;
  padding: 0;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .footer-wrapper {
    display: block;
  }
}

.footer-rightcontents {
  margin-left: 35%;
}

@media screen and (max-width: 768px) {
  .footer-rightcontents {
    margin: 0 0 80px;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-bottom: 80px;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 20px;
  }
}

.footer-nav li {
  display: inline;
}

.footer-nav li a {
  color: #fff;
  font-size: 1.4rem;
  line-height: 29px;
}

.footer-footercopy {
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin: auto;
  padding: 0 0 1.5rem;
}

.footer-details-title, .footer-details-address, .footer-details-tel, .footer-details-fax {
  color: #fff !important;
  line-height: 23px;
  font-size: 1.5rem;
}

.footer-details-title {
  font-size: 1.9rem;
  margin: 14px 0;
  font-weight: bold;
}

.footer-contact {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  width: 253px;
  border: #fff solid 1px;
  border-radius: 15px;
}

.footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.footer-contact a p {
  color: #fff;
  font-size: 1.7rem;
  margin: auto 12px;
}
/*# sourceMappingURL=custom.css.map */

