@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700,900|Roboto+Condensed:400,700&display=swap");
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
  line-height: 1.8;
}

select,
input,
button,
textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  max-width: 100%;
}

/*
**:::::::  common style   :::::::
*/
/*--            -トップへボタン---*/
#pagetop {
  z-index: 5;
  text-indent: -9999px;
  outline: none;
  position: fixed;
  width: 50px;
  height: 50px;
  background: url(../images/common/pagetop3.png);
  background-size: contain;
  right: 8px;
  bottom: -100px;
}
@media (max-width: 559.9px) {
  #pagetop {
    width: 38px;
    height: 38px;
    background: url(../images/common/pagetop3.png);
    background-size: contain;
    right: 10px;
    bottom: -50px;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

a {
  text-decoration: none;
  color: #575151;
  outline: none;
  font-weight: bold;
}

a:hover {
  color: #53ab81;
}

/**************
Layout Set
**************/
#main_wrap {
  width: 100%;
  position: relative;
}

.wrap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1200px) {
  .wrap {
    max-width: 1200px;
  }
  .wrap.w1300 {
    max-width: 1300px;
  }
}
@media (max-width: 559.9px) {
  .wrap {
    width: 88%;
  }
}

.shortwrap {
  width: 92%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .shortwrap {
    width: 88%;
  }
}

.middlewrap {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 559.9px) {
  .middlewrap {
    width: 88%;
  }
}

.page_section {
  padding: 80px 0 40px;
}
@media (max-width: 820.9px) {
  .page_section {
    padding: 40px 0 40px;
  }
}
@media (max-width: 559.9px) {
  .page_section {
    padding: 25px 0 40px;
  }
}
.page_section__gray {
  background-color: #f3f3f3;
}
.page_section__pink {
  background-color: #fbeaf2;
}
.page_section__yellow {
  background-color: #fbfbea;
}
.page_section__blue {
  background-color: #eaeffb;
}

.float_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/***********
titles
***********/
.title2 {
  font-size: 2.3rem;
  color: #00479d;
  font-weight: 900 !important;
  margin-bottom: 24px;
  border-bottom: 2px solid #00479d;
  line-height: 1.5;
  padding-bottom: 1rem;
}
@media (max-width: 559.9px) {
  .title2 {
    font-size: 1.8rem;
    margin: 30px 0 20px;
  }
}

.title3 {
  border-bottom: solid 1px #555;
  border-top: solid 2px #53ab81;
  padding: 8px;
  margin: 15px 0 25px;
  font-size: 2.3rem;
}
@media (max-width: 559.9px) {
  .title3 {
    font-size: 1.9rem;
    padding: 8px 0;
  }
}

.title4 {
  font-size: 1.8rem;
  color: #666;
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}
@media (max-width: 559.9px) {
  .title4 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.title4::before {
  background: #3875a1;
  width: 5px;
  height: 24px;
  display: block;
  content: "";
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 5px;
}

.title5 {
  font-size: 1.9rem;
  background-color: #eee;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 25px;
}
@media (max-width: 559.9px) {
  .title5 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.title5::before {
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #07afbf;
  content: "";
  display: block;
}

.title6 {
  text-align: center;
  margin: 0 auto 30px;
}
.title6 strong {
  font-size: 2.4rem;
  border-bottom: 3px solid #333;
  padding-bottom: 8px;
}

/**************
Header
**************/
#header {
  z-index: 100;
  width: 100%;
  height: 110px;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background: white;
  border-bottom: 1px #ddd solid;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  text-align: left;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #header {
    height: 80px;
  }
}
@media (max-width: 559.9px) {
  #header {
    height: 60px;
  }
}
#header #header_inner {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  height: 110px;
}
@media (min-width: 1200px) {
  #header #header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #header #header_inner {
    height: 80px;
  }
}
@media (max-width: 559.9px) {
  #header #header_inner {
    height: 60px;
    margin: 0 auto;
  }
}

#logo {
  width: 100px;
  height: 100px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #logo {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 559.9px) {
  #logo {
    width: 50px;
    height: 50px;
  }
}
#logo a {
  display: block;
  outline: none;
  text-indent: -9999px;
  transition: all 0.3s ease 0s;
  background: url(../images/common/logo.png) no-repeat center;
  background-size: contain;
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  #global_navi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    transition: all 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    position: absolute;
    right: 0;
    top: 21px;
  }
}
@media (max-width: 1199.9px) {
  #global_navi {
    width: 400px;
    position: fixed;
    height: 100%;
    top: 0;
    transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    background: rgba(255, 255, 255, 0.95);
    right: -500px;
  }
}
@media (max-width: 559.9px) {
  #global_navi {
    width: 300px;
  }
}

@media (max-width: 1199.9px) {
  .opened #global_navi {
    right: 0;
  }
}

@media (min-width: 1200px) {
  #navi_ul {
    opacity: 1;
    transition-property: opacity;
    transition-duration: 0.15s;
    transition-timing-function: ease-out;
  }
}
@media (max-width: 1199.9px) {
  #navi_ul {
    text-align: left;
    position: absolute;
    top: 110px;
    left: 0;
    border-top: 1px #ccc solid;
    width: 100%;
  }
}
@media (max-width: 559.9px) {
  #navi_ul {
    top: 88px;
  }
}

@media (min-width: 1200px) {
  #navi_ul > li {
    float: left;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
  }
}
@media (max-width: 1199.9px) {
  #navi_ul > li.toggle,
#navi_ul > li > a,
#navi_ul > li > div {
    display: block;
    padding: 5px 5%;
    color: #333;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    border-bottom: 1px #ccc solid;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #navi_ul > li.toggle,
#navi_ul > li > a,
#navi_ul > li > div {
    padding: 10px 5%;
    font-size: 1.5rem;
  }
}

.header-nav-item {
  text-decoration: none;
}
.header-nav-item span {
  transition: all 0.3s ease;
  display: block;
}
@media (max-width: 1199.9px) {
  .header-nav-item span.header-nav-label-jp {
    font-weight: 700;
  }
}
.header-nav-item span.header-nav-label-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #bfc7e5;
}
@media (min-width: 1200px) {
  .header-nav-item {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 1.6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 15px;
    color: #4a4a4a;
    font-weight: bold;
  }
  .header-nav-item::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -5px;
    background-color: #bfc7e5;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: all 0.3s ease;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .header-nav-item:hover::after,
.header-nav-item :active::after {
    transform: scale(1, 1);
  }
}

@media (min-width: 1200px) {
  .menuBtn {
    display: none;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 110px;
    background-color: #dfded6;
    cursor: pointer;
  }
}
@media (min-width: 560px) and (max-width: 820.9px) {
  .menuBtn {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 559.9px) {
  .menuBtn {
    background-color: #dfded6;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn .nav-open {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1199.9px) {
  .menuBtn .nav-open span,
.menuBtn .nav-open span:before,
.menuBtn .nav-open span:after {
    position: absolute;
    background: #575151;
    display: block;
    content: "";
    cursor: pointer;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    width: 30px;
    border-radius: 1px;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn .nav-open span::before {
    bottom: 8px;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn .nav-open span::after {
    bottom: -8px;
  }
}
.menuBtn.menu-open {
  -webkit-animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
          animation: menuClose 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  right: 27px;
  top: 28px;
  width: 56px;
  height: 56px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199.9px) {
  .menuBtn.menu-open .nav-open span {
    background-color: transparent;
  }
}
@media (max-width: 1199.9px) {
  .menuBtn.menu-open .nav-open span::before, .menuBtn.menu-open .nav-open span::after {
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    top: 0px;
    left: 0;
    content: "";
  }
}
.menuBtn.menu-open .nav-open span::before {
  transform: rotate(45deg);
}
.menuBtn.menu-open .nav-open span::after {
  transform: rotate(-45deg);
}

/*************
button
*************/
.btn {
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 15px 25px;
  border-radius: 5px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
}
@media (min-width: 560px) {
  .btn {
    min-width: 210px;
  }
}
@media (max-width: 559.9px) {
  .btn {
    padding: 10px 30px;
  }
}
.btn i {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
@media (max-width: 559.9px) {
  .btn i {
    margin-top: -7px;
  }
}
.btn.btn-block {
  display: block;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn.gray {
  background-color: #a0a0a0;
  color: #fff;
  border-color: #878787;
}

.btn-blue {
  color: #fff;
  background-color: #00479d;
  border: 2px #00479d solid;
}
.btn-blue:hover {
  background-color: #e9ebff;
  color: #00479d;
}

.btn-orange {
  color: #fff;
  background-color: #f5802f;
  border: 2px #f5802f solid;
}
.btn-orange:hover {
  background-color: #fff2e7;
  color: #f5802f;
}

/**************
Footer
**************/
.footer_area {
  padding: 80px 0 40px;
}
@media (max-width: 559.9px) {
  .footer_area {
    padding: 60px 0 40px;
  }
}
.footer_area .company_area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
}
@media (max-width: 559.9px) {
  .footer_area .company_area {
    display: block;
  }
}
.footer_area .company_area .company_logo_area {
  width: 150px;
}
@media (max-width: 559.9px) {
  .footer_area .company_area .company_logo_area {
    margin: 0 auto 10px;
  }
}
.footer_area .company_area .company_logo_area img {
  width: 100%;
}
.footer_area .company_area .company_text_area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 559.9px) {
  .footer_area .company_area .company_text_area {
    margin: 0 auto 10px;
  }
}
.footer_area .company_area .company_text_area .footer_text {
  font-size: 2rem;
  position: relative;
}
@media (max-width: 559.9px) {
  .footer_area .company_area .company_text_area .footer_text {
    font-size: 1.8rem;
  }
}
.footer_area .company_area .company_text_area .footer_text::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #575151;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: all 0.3s ease;
}
.footer_area .company_area .company_text_area .footer_text:hover::after,
.footer_area .company_area .company_text_area .footer_text :active::after {
  transform: scale(0, 1);
}

.copyright {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
  display: block;
  vertical-align: bottom;
  color: #575151;
  margin-top: 40px;
  text-align: center;
}

/**************
HOME
**************/
/******top-page video******/
#video_wrap {
  z-index: 5;
  width: 100%;
  overflow: hidden;
  margin-top: 110px;
  aspect-ratio: 16/9;
}
@media (min-width: 560px) {
  #video_wrap {
    max-height: calc(100vh - 110px);
  }
}
@media (max-width: 559.9px) {
  #video_wrap {
    margin-top: 60px;
  }
}
#video_wrap .textwidget {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.visual {
  position: relative;
}

.mv_video {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 2000ms;
}

.visual-wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.overlay {
  display: block;
  background: url(../images/common/pattern.png);
  z-index: 4;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}

/***************************/
.top_section {
  padding: 60px 0 40px;
}
@media (max-width: 559.9px) {
  .top_section {
    padding: 40px 0 0;
  }
}

.main_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #575151;
  padding-bottom: 40px;
}
@media (max-width: 559.9px) {
  .main_title {
    padding-bottom: 20px;
  }
}
.main_title .jp {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-width: 559.9px) {
  .main_title .jp {
    font-size: 2.2rem;
  }
}
.main_title .jp::after {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #575151;
  bottom: 0;
  left: 0;
}
.main_title .eng {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 4px;
  padding-top: 5px;
}
@media (max-width: 559.9px) {
  .main_title .eng {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
/***トップページ竹の写真設定****/
.top_img_box {
  max-height: 350px;
  overflow: hidden;
}
.top_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
}

/***トップページ竹の伐採写真－長谷の四季写真設定****/
.top_img_box2 {
  max-height: 710px;
  overflow: hidden;
}
.top_img_box2 img {
  -o-object-fit: cover;
     object-fit: cover;
}

.top-area {
  margin-top: 40px;
}
@media (max-width: 559.9px) {
  .top-area {
    margin-top: 30px;
  }
}

.square {
  width: 240px;
  aspect-ratio: 1/0.5;
  background-color: #53ab81;
  margin: 0 auto;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 559.9px) {
  .square {
    width: 200px;
  }
}
.square .square_inner {
  color: #ffffff;
  text-align: center;
}
.square .square_inner .square_inner_head {
  font-size: 2rem;
}
.square .square_inner .square_inner_eng {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2.5px;
}

.text_area {
  margin: 40px auto 0;
  width: 80%;
  text-align: center;
}
@media (max-width: 559.9px) {
  .text_area {
    margin-top: 20px;
    width: 100%;
  }
}
.text_area .text_area_title {
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .text_area .text_area_title {
    font-size: 2rem;
  }
}
.text_area .text {
  margin-top: 20px;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .text_area .text {
    font-size: 1.6rem;
  }
}

.news_area {
  margin: 0 auto;
  max-width: 850px;
}
@media (max-width: 559.9px) {
  .news_area {
    width: 100%;
  }
}

.top-news_item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 15px 10px;
  border-bottom: 1px #ddd solid;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 1.8;
  gap: 10px;
  position: relative;
}
@media (min-width: 560px) {
  .top-news_item {
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 559.9px) {
  .top-news_item {
    display: block;
  }
}
.top-news_item:hover {
  background-color: #f3f3f3;
}
.top-news_item .info_date_box {
  width: 170px;
}
@media (max-width: 559.9px) {
  .top-news_item .info_date_box {
    width: 100%;
  }
}
.top-news_item .info_date_box .info_date {
  display: inline-block;
  border-radius: 16px;
  padding: 0 20px;
  background-color: #575151;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 559.9px) {
  .top-news_item .info_date_box .info_date {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
  }
}
@media (max-width: 559.9px) {
  .top-news_item .info_right {
    width: 90%;
  }
}
.top-news_item .info_right h3 {
  font-size: 2rem;
  color: #333;
}
@media (max-width: 559.9px) {
  .top-news_item .info_right h3 {
    font-size: 1.6rem;
  }
}
.top-news_item i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #00479d;
}
@media (max-width: 559.9px) {
  .top-news_item i {
    right: 10px;
  }
}

/***********************固定ページタイトル*******************/
#pageTitle {
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  margin-top: 110px;
  background-color: #53ab81;
}
@media (min-width: 560px) and (max-width: 820.9px) {
  #pageTitle {
    margin-top: 80px;
  }
}
@media (max-width: 559.9px) {
  #pageTitle {
    height: 130px;
    margin-top: 60px;
  }
}
#pageTitle .page-title {
  font-size: 3rem;
  color: #fff;
  line-height: 1.4;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
@media (max-width: 559.9px) {
  #pageTitle .page-title {
    font-size: 2.1rem;
  }
}
#pageTitle .eng {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #dfded6;
  text-transform: uppercase;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  letter-spacing: 0.1em;
}
@media (max-width: 559.9px) {
  #pageTitle .eng {
    font-size: 1.3rem;
  }
}

.breadcrumbs {
  padding: 5px 0;
  font-size: 1.4rem;
  box-sizing: border-box;
}

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes headerIn {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes headerIn {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/**************
里山竹の酵素風呂
**************/
.special_img-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5%;
  margin-bottom: 50px;
}
@media (max-width: 559.9px) {
  .special_img-box {
    display: block;
    margin-bottom: 30px;
  }
}
.special_img-box .kosoburo_img {
  width: 55%;
}
@media (max-width: 559.9px) {
  .special_img-box .kosoburo_img {
    width: 100%;
  }
}
.special_img-box .furusato_img {
  width: 40%;
  position: relative;
}
@media (max-width: 559.9px) {
  .special_img-box .furusato_img {
    width: 80%;
    margin: 10px auto 0;
  }
}

.border-title {
  font-size: 2rem;
  padding: 10px;
  margin-top: 20px;
  border-top: 1px solid #dfded6;
  border-bottom: 1px solid #dfded6;
}
.border-title span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  padding-right: 5px;
}

.special_text {
  padding: 10px 20px;
  font-size: 1.6rem;
}
@media (max-width: 559.9px) {
  .special_text {
    padding: 5px 10px;
  }
}

.map_area {
  padding: 0 20px;
  width: 100%;
  height: 500px;
}
@media (max-width: 559.9px) {
  .map_area {
    padding: 0 10px;
    height: 220px;
  }
}

.special_contact_area {
  margin: 80px auto 40px;
  background-color: #dfded6;
  width: 80%;
  padding: 30px;
}
@media (max-width: 559.9px) {
  .special_contact_area {
    margin: 40px 0 0;
    width: 100%;
    padding: 20px;
  }
}
.special_contact_area .special_contact_area_title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .special_contact_area .special_contact_area_title {
    font-size: 2rem;
  }
}
.special_contact_area .small_text {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 559.9px) {
  .special_contact_area .small_text {
    font-size: 1.6rem;
  }
}

/**************
酵素風呂お問い合わせ
**************/
.back {
  text-align: center;
  margin-bottom: 10px;
}

/**************
お問い合わせ
**************/
.contact_text {
  margin: 0 auto 30px;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .contact_text {
    width: 100%;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

.contact_table {
  width: 100%;
}
.contact_table tr th {
  border: 1px solid #d3d3d3;
  padding: 18px 24px;
  width: 300px;
  vertical-align: middle;
  text-align: left;
  background-color: #f3f1f1;
  color: #333;
}
@media (max-width: 1199.9px) {
  .contact_table tr th {
    display: block;
    padding: 8px;
    border: 0;
    width: 100%;
    text-align: left;
  }
}
.contact_table tr th .hissu_cell {
  position: relative;
}
.contact_table tr th .hissu_cell .hissu {
  background: #de124f;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 4px 11px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1199.9px) {
  .contact_table tr th .hissu_cell .hissu {
    padding: 0 7px 1px;
    margin-top: -10px;
  }
}
.contact_table tr td {
  padding: 18px 24px;
  border: 1px solid #d3d3d3;
  width: 68%;
  background-color: white;
}
@media (max-width: 1199.9px) {
  .contact_table tr td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0 20px;
    border: 0;
    background-color: transparent;
  }
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-input,
.c-select,
.c-textarea {
  background: #fff;
  border: 1px solid #d3d3d3;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box;
}

.c-select {
  padding: 5px 10px;
}

.c-input {
  height: 40px;
  padding: 2px 10px;
}
@media (max-width: 1199.9px) {
  .c-input {
    height: auto;
    padding: 8px 4%;
    box-sizing: border-box;
  }
}

@media (min-width: 560px) {
  .c-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-select-list__item {
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  .c-select-list__item {
    width: 32%;
  }
}
@media (max-width: 820.9px) {
  .c-select-list__item {
    width: 80%;
    margin-bottom: 4px;
  }
}

.c-radio-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%;
}
.c-radio-list__item {
  margin: 0 0 5px 0;
}
@media (max-width: 1199.9px) {
  .c-radio-list__item {
    text-align: left;
  }
}
.c-radio-list__item label {
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1199.9px) {
  .c-radio-list__item label {
    margin-right: 10px;
  }
}

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px;
}
@media (max-width: 1199.9px) {
  .c-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
  }
}

.form-btn {
  margin-top: 30px;
  text-align: center;
}

.c-submit,
.c-confirm,
.c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .c-submit,
.c-confirm,
.c-back {
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1199.9px) {
  .c-submit,
.c-confirm,
.c-back {
    width: 48%;
    padding: 15px 0;
  }
}

.c-submit {
  border: 2px #bfc7e5 solid;
  color: #fff;
  background-color: #bfc7e5;
  font-weight: bold;
  font-size: 1.8rem;
}

.c-submit:hover {
  opacity: 0.8;
}

.c-confirm,
.c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff;
}

.c-confirm:hover,
.c-back:hover {
  background-color: #eee;
}

.btn-confirm, #btn_confirm {
  display: block;
  border: 1px #ccc solid;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 18px 0;
  text-align: center;
  font-size: 2.2rem;
  margin: 0 auto;
  background-color: #ddd;
  color: #888;
  transition: all 0.3s ease 0s;
}
@media (max-width: 559.9px) {
  .btn-confirm, #btn_confirm {
    font-size: 1.8rem;
  }
}
.btn-confirm.hoverOn, .hoverOn#btn_confirm {
  background-color: #21b2c1;
  border-color: #21b2c1 #21b2c1 #1d8691;
  border-bottom: 3px solid #1d8691;
  color: white;
}

.form-btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1199.9px) {
  .form-btns .btn {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}

.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888;
}
.btn-conta:hover {
  background-color: #555;
  border-bottom: 3px solid #999;
}

.btns .btn-primary {
  background-color: #81c320;
  border-color: #a2d400;
  border-bottom: 3px solid #679b1b;
}
.btns .btn-primary:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}

.btn-info {
  background-color: #21b2c1;
  border-color: #21b2c1 #21b2c1 #1d8691;
  border-bottom: 3px solid #1d8691;
}
.btn-info:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

.c-radio {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

.c-checkbox {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%;
}

.c-radio,
.c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.alert-block {
  border: 2px tomato solid;
  padding: 24px;
  color: red;
  font-weight: bold;
}

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

.privacy {
  margin-top: 80px;
}

.privacyCheck {
  text-align: center;
  margin: 60px 0 40px;
}
@media (max-width: 559.9px) {
  .privacyCheck {
    margin-top: 32px;
  }
}

.privacyBox {
  border: 1px #ccc solid;
  margin-bottom: 24px;
  height: 240px;
  padding-bottom: 20px;
  overflow-y: auto;
  background-color: #fff;
  padding: 24px;
}

/**********
新着情報
**********/
.news_archive {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.news_archive .news_item {
  position: relative;
  overflow: hidden;
  border-bottom: #ddd 1px dashed;
  transition: all 0.5s ease;
}
.news_archive .news_item:hover {
  background: rgba(255, 255, 255, 0.1);
}
@media (min-width: 560px) {
  .news_archive .news_item {
    padding: 30px 60px 30px 20px;
  }
}
@media (max-width: 559.9px) {
  .news_archive .news_item {
    padding: 20px 40px 20px 20px;
  }
}
.news_archive .news_item .news_inner {
  display: flex;
  justify-content: space-between;
  gap: 3%;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner {
    display: block;
  }
}
.news_archive .news_item .news_inner .news_img_box {
  width: 240px;
  overflow: hidden;
}
.news_archive .news_item .news_inner .news_img_box img {
  -o-object-fit: cover;
     object-fit: cover;
}
.news_archive .news_item .news_inner .news_text_box {
  width: calc(100% - 240px);
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner .news_text_box {
    width: 100%;
    margin-top: 10px;
  }
}
.news_archive .news_item .news_inner .news_text_box .date {
  display: inline-block;
  border-radius: 16px;
  padding: 0 20px;
  background-color: #575151;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner .news_text_box .date {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.news_archive .news_item .news_inner .news_text_box .news_title {
  font-size: 1.8rem;
  font-weight: 700;
}
.news_archive .news_item .news_inner .news_text_box .inner {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner .news_text_box .inner {
    margin-top: 5px;
  }
}
.news_archive .news_item .news_inner .news_text_box .inner .tit {
  font-size: 1.6rem;
  color: #5d5d5d;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner .news_text_box .inner .tit {
    -webkit-line-clamp: 2;
    font-size: 1.4rem;
  }
}
.news_archive .news_item .news_inner .news_text_box i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #00479d;
}
@media (max-width: 559.9px) {
  .news_archive .news_item .news_inner .news_text_box i {
    right: 12px;
  }
}

/**********
プライバシーポリシー
**********/
.privacy_inner {
  margin-bottom: 50px;
}
.privacy_inner .privacy_text_box {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .privacy_inner .privacy_text_box {
    font-size: 1.5rem;
  }
}

/**********
運営組織
**********/
.operation {
  display: flex;
  align-items: center;
  font-size: 2rem;
  padding: 10px 0;
  width: 100%;
}
@media (max-width: 559.9px) {
  .operation {
    font-size: 1.5rem;
  }
}
.operation dt {
  font-weight: 700;
  display: inline-block;
}
.operation a {
  position: relative;
}
.operation a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #575151;
  transform: scale(1, 1);
  transform-origin: center top;
  transition: all 0.3s ease;
}
.operation a:hover::after,
.operation a :active::after {
  transform: scale(0, 1);
}
/**********
所在地
**********/
.access_text_box {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media (max-width: 559.9px) {
  .access_text_box {
    font-size: 1.5rem;
  }
}

/**************
設備紹介
**************/
.center-title {
  text-align: center;
  font-size: 2.4rem;
}
.center-title::after {
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  background-color: #333;
  margin: 20px auto 50px;
}

.page_top_title_under {
  text-align: center;
  margin: 30px 0;
}

.list-disc li {
  list-style-type: disc;
  margin-left: 15px;
}

@media (min-width: 560px) {
  .contra-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

/* ---------------
新着情報 SINGLE PAGE
---------------- */
.single_date {
  display: inline-block;
  border-radius: 16px;
  padding: 0 20px;
  background-color: #575151;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 559.9px) {
  .single_date {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

.single_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px #333 solid;
}
@media (max-width: 559.9px) {
  .single_title {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

.single_text {
  padding: 30px 0;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .single_text {
    font-size: 1.6rem;
    padding: 0;
  }
}
.single_text.big {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 10px;
}

.single_img_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5vw 2%;
  padding: 30px 0;
}
@media (max-width: 559.9px) {
  .single_img_box {
    display: block;
  }
}
.single_img_box .single_img {
  width: 49%;
}
@media (max-width: 559.9px) {
  .single_img_box .single_img {
    width: 300px;
    margin: 0 auto 10px;
  }
  .single_img_box .single_img:last-child {
    margin-bottom: 0;
  }
}
.single_img_box .single_img.item1 {
  width: 80%;
}

.big_text {
  font-size: 2.8rem;
  letter-spacing: 0.6rem;
}

.single_movie_box {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 30px 0;
}
/*# sourceMappingURL=cmn.css.map */