@charset "UTF-8";
.pagettl {
  width: 100%;
  height: 430px;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
@media screen and (max-width: 1080px) {
  .pagettl {
    height: 350px;
  }
}
@media screen and (max-width: 740px) {
  .pagettl {
    height: 240px;
    margin-top: 66px;
  }
}
.pagettl .ttl {
  font-size: 3.2rem;
  color: #fff;
  padding-top: 100px;
}
@media screen and (max-width: 740px) {
  .pagettl .ttl {
    padding-top: 0;
    text-align: center;
  }
}

section {
  width: 100%;
  padding: 60px 0;
  background-color: #2d2d2d;
}
@media screen and (max-width: 740px) {
  section {
    padding: 40px 0;
  }
}
section + section {
  padding-bottom: 0;
}
section + section:last-of-type {
  padding-bottom: 60px;
}
@media screen and (max-width: 740px) {
  section + section:last-of-type {
    padding-bottom: 40px;
  }
}

.main {
  padding-bottom: 0;
}
@media screen and (max-width: 740px) {
  .main {
    padding-top: 20px;
  }
}

.sec_ttl {
  font-size: 2.4rem;
  text-align: center;
}
.sec_ttl:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #927f3d;
  margin: 10px auto 40px;
}

.cap {
  font-size: 1.3rem;
}

.pagettl {
  background: url(../images/ofuro/page.jpg?) no-repeat top center;
  background-size: cover;
}

.bg {
  padding: 60px 0;
  background: url(../images/common/content_bg.jpg);
  position: relative;
}
@media screen and (max-width: 740px) {
  .bg {
    padding: 5% 3%;
  }
}
.bg:before {
  display: block;
  content: "";
  width: 100%;
  margin: auto;
  height: 80%;
  background: #242424;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.shakuzen {
  padding-bottom: 60px;
  background: #383630;
}
.shakuzen .shakuzen_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  font-size: 4rem;
  color: #e6ba6c;
}
@media screen and (max-width: 740px) {
  .shakuzen .shakuzen_ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}
.shakuzen .shakuzen_ttl::before, .shakuzen .shakuzen_ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #786136;
}
.shakuzen .shakuzen_ttl::before {
  margin-right: 20px;
  padding-left: 15px;
}
.shakuzen .shakuzen_ttl::after {
  margin-left: 20px;
  padding-right: 15px;
}
.shakuzen .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .shakuzen .img_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shakuzen .l {
  width: 60%;
}
@media screen and (max-width: 740px) {
  .shakuzen .l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.shakuzen .r {
  width: 36.5%;
}
@media screen and (max-width: 740px) {
  .shakuzen .r {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 740px) {
  .shakuzen .r .imgbox {
    width: 48%;
  }
}
.shakuzen .r .imgbox:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .shakuzen .r .imgbox:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.shakuzen .shakuzen_txt {
  margin-bottom: 20px;
}
.shakuzen .shakuzen_info {
  padding: 10px;
  background: #524e44;
  text-align: center;
}
.shakuzen .shakuzen_info .info_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shakuzen .shakuzen_info .num_block {
  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;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: #927f3d;
  color: #fff;
}

.kazoku {
  padding-bottom: 60px;
  background: #2a2b25;
}
.kazoku .kazoku_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  font-size: 2.8rem;
  color: #e6ba6c;
}
@media screen and (max-width: 740px) {
  .kazoku .kazoku_ttl {
    font-size: 2rem;
    text-align: center;
  }
}
.kazoku .kazoku_ttl::before, .kazoku .kazoku_ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #786136;
}
.kazoku .kazoku_ttl::before {
  margin-right: 20px;
  padding-left: 15px;
}
.kazoku .kazoku_ttl::after {
  margin-left: 20px;
  padding-right: 15px;
}
.kazoku .img_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 740px) {
  .kazoku .img_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.kazoku .l {
  width: 60%;
}
@media screen and (max-width: 740px) {
  .kazoku .l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.kazoku .r {
  width: 36.5%;
}
@media screen and (max-width: 740px) {
  .kazoku .r {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 740px) {
  .kazoku .r .imgbox {
    width: 48%;
  }
}
.kazoku .r .imgbox:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .kazoku .r .imgbox:nth-of-type(1) {
    margin-bottom: 0;
  }
}
.kazoku .text_wrap .ttl_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.kazoku .text_wrap .ttl_wrap .no {
  display: inline-block;
  width: 55px;
  margin-right: 10px;
  padding: 10px 0;
  height: 55px;
  background-color: #7d9239;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .kazoku .text_wrap .ttl_wrap .no {
    width: 40px;
    height: 40px;
    padding: 2px 0;
  }
}
.kazoku .text_wrap .ttl_wrap .ttl {
  display: inline-block;
  margin-top: -5px;
  color: #7d9239;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 740px) {
  .kazoku .text_wrap .ttl_wrap .ttl {
    -webkit-margin-before: -8px;
            margin-block-start: -8px;
  }
}
.kazoku .text_wrap .ttl_wrap .ttl .ruby {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
.kazoku .text_wrap .ttl_wrap .ttl .fz_m {
  color: #927f3d;
  font-size: 1.6rem;
}

.pdf-btn {
  display: block;
  width: 150px;
  margin-left: auto;
  margin-right: 0;
  padding: 0.5rem 2rem;
  background: #fff;
  border: 1px solid #927f3d;
  color: #927f3d;
  border-radius: 3px;
  text-align: center;
}

.fl_map .base_w {
  position: relative;
}
@media screen and (max-width: 740px) {
  .fl_map .base_w {
    padding-left: 0;
    padding-right: 0;
  }
}
.fl_map .map_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fl_map .map_image {
  width: 100%;
  padding-top: 6rem;
  background: #383630;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .fl_map .map_image {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 740px) {
  .fl_map .map_image {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.tb_change {
  width: 36%;
  padding: 10px 10px 5px;
  background-color: rgba(45, 45, 45, 0.7);
  border: solid 1px #927f3d;
  text-align: center;
  font-size: 1.3rem;
  position: absolute;
  top: 10px;
  left: 10px;
}
@media screen and (max-width: 1080px) {
  .tb_change {
    width: 40%;
    margin-bottom: 30px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 740px) {
  .tb_change {
    width: 100%;
    margin: 10px auto 10px;
    position: static;
    font-size: 1.4rem;
  }
}
.tb_change th {
  padding-bottom: 5px;
  border-bottom: solid 1px #927f3d;
  color: #927f3d;
  font-weight: bold;
}
.tb_change td {
  padding-top: 3px;
  padding-left: 10px;
  color: #927f3d;
  text-align: left;
}
.tb_change td .w60 {
  width: 60%;
}
.tb_change td .ct {
  text-align: center;
}

.textList {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 20px;
  background-color: rgba(120, 97, 54, 0.5);
}
@media screen and (max-width: 1080px) {
  .textList {
    width: 100%;
  }
}
.textList:after {
  display: block;
  content: "";
  width: 24%;
}
.textList li {
  width: 24%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .textList li {
    width: 32%;
  }
}
@media screen and (max-width: 740px) {
  .textList li {
    width: 100%;
  }
}
.textList li:nth-of-type(1) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(1) a:before {
  display: inline-block;
  content: "1";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(1) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(2) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(2) a:before {
  display: inline-block;
  content: "2";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(2) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(3) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(3) a:before {
  display: inline-block;
  content: "3";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(3) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(4) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(4) a:before {
  display: inline-block;
  content: "4";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(4) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(5) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(5) a:before {
  display: inline-block;
  content: "5";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(5) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(6) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(6) a:before {
  display: inline-block;
  content: "6";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(6) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(7) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(7) a:before {
  display: inline-block;
  content: "7";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(7) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(8) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(8) a:before {
  display: inline-block;
  content: "8";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(8) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(9) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(9) a:before {
  display: inline-block;
  content: "9";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(9) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(10) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(10) a:before {
  display: inline-block;
  content: "10";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(10) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(11) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(11) a:before {
  display: inline-block;
  content: "11";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(11) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(12) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(12) a:before {
  display: inline-block;
  content: "12";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(12) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(13) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(13) a:before {
  display: inline-block;
  content: "13";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(13) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(14) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(14) a:before {
  display: inline-block;
  content: "14";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(14) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(15) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(15) a:before {
  display: inline-block;
  content: "15";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(15) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(16) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(16) a:before {
  display: inline-block;
  content: "16";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(16) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(17) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(17) a:before {
  display: inline-block;
  content: "17";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(17) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(18) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(18) a:before {
  display: inline-block;
  content: "18";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(18) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(19) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(19) a:before {
  display: inline-block;
  content: "19";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(19) a:hover {
  opacity: 0.7;
}
.textList li:nth-of-type(20) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.textList li:nth-of-type(20) a:before {
  display: inline-block;
  content: "20";
  width: 25px;
  margin-right: 10px;
  height: 25px;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
}
.textList li:nth-of-type(20) a:hover {
  opacity: 0.7;
}
.textList li.green a::before {
  background-color: #7d9239;
}
.textList li a .mt- {
  margin-top: -2%;
}
.textList li a .fz_s {
  margin-top: -3%;
  font-size: 1.2rem;
}
.textList li a .c_green {
  color: #927f3d;
}

.long {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
}

.tabWrap {
  background-color: #242424;
}

.tab {
  display: none;
}
@media screen and (max-width: 740px) {
  .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 80%;
    margin: 0 auto;
  }
  .tab li {
    width: 49%;
    padding: 5px 0;
    height: 40px;
    background-color: #c4b171;
    border: solid 1px #927f3d;
    border-radius: 5px 5px 0 0;
    text-align: center;
    opacity: 0.8;
    position: relative;
    cursor: pointer;
  }
  .tab li.on {
    background-color: #927f3d;
    border-bottom: none;
    opacity: 1;
    z-index: 10;
  }
}

.tab_wrap {
  background-color: #2d2d2d;
}
@media screen and (max-width: 740px) {
  .tab_wrap {
    margin-top: -1px;
    border-top: solid 1px #927f3d;
  }
}

.outdoor_bath,
.smoke {
  background-color: #2d2d2d;
}
@media screen and (max-width: 740px) {
  .outdoor_bath,
  .smoke {
    -webkit-animation: show 0.3s linear 0s;
            animation: show 0.3s linear 0s;
  }
}

.content_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.conBox_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.conBox_wrap.w80 {
  width: 80%;
}
@media screen and (max-width: 740px) {
  .conBox_wrap.w80 {
    width: 100%;
  }
}
.conBox_wrap.w70 {
  width: 70%;
}
@media screen and (max-width: 740px) {
  .conBox_wrap.w70 {
    width: 100%;
  }
}
.conBox_wrap.w60 {
  width: 60%;
}
@media screen and (max-width: 740px) {
  .conBox_wrap.w60 {
    width: 100%;
  }
}

.conBox {
  margin-bottom: 40px;
  /* .efficacy{
  	width: 100%;
  	padding: 15px;
  	background-color: #f4f4f4;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	.ttl{
  		width: 100%;
  		color: darken($green,20%);
  		font-weight: bold;
  		margin-bottom: 10px;
  	}
  	.txt{
  		width: 65%;
  		flex-wrap: wrap;
  		align-content: start;
  		@include mq(md){
  			width: 100%;
  		}
  		span{
  			display: block;
  			width: 30%;
  			margin-bottom: 5px;
  			@include mq(rg){
  				width: 48%;
  			}
  			@include mq(md){
  				width: 100%;
  			}
  		}
  	}
  	.image{
  		width: 30%;
  		@include mq(md){
  			width: 100%;
  			img{
  				width: 100%;
  			}
  		}
  	}
  } */
}
@media screen and (max-width: 740px) {
  .conBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.conBox:last-of-type {
  margin-bottom: 0;
}
.conBox:first-of-type {
  margin-bottom: 60px;
}
.conBox.mb0 {
  margin-bottom: 0;
}
.conBox.w100 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.conBox.w100 .image {
  width: 49%;
}
@media screen and (max-width: 740px) {
  .conBox.w100 .image {
    width: 100%;
  }
}
.conBox.w100 .image.full {
  width: 100%;
}
.conBox.w100 .image.w80 {
  width: 80%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1200px) {
  .conBox.w100 .image.w80 {
    width: 100%;
  }
}
.conBox.w100 .image.w80 img {
  width: 100%;
}
.conBox.w100 .text_wrap {
  width: 48%;
}
@media screen and (max-width: 740px) {
  .conBox.w100 .text_wrap {
    width: 100%;
  }
}
.conBox.w100 .text_wrap.full {
  width: 100%;
}
.conBox.w100 .text_wrap.w80 {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .conBox.w100 .text_wrap.w80 {
    width: 100%;
  }
}
.conBox.w50 {
  width: 48%;
}
@media screen and (max-width: 740px) {
  .conBox.w50 {
    width: 100%;
  }
}
.conBox.w50 .text_wrap {
  margin-top: 15px;
}
.conBox.w80 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .conBox.w80 {
    width: 100%;
  }
}
.conBox.w80 .image {
  width: 100%;
  margin-bottom: 20px;
}
.conBox.w80 .image img {
  width: 100%;
}
.conBox.w30 {
  width: 30%;
}
@media screen and (max-width: 740px) {
  .conBox.w30 {
    width: 100%;
  }
}
.conBox.w30 .image {
  width: 100%;
  margin-bottom: 20px;
}
.conBox .ttl_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.conBox .ttl_wrap .no {
  display: inline-block;
  width: 55px;
  margin-right: 10px;
  padding: 10px 0;
  height: 55px;
  background-color: #927f3d;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 740px) {
  .conBox .ttl_wrap .no {
    width: 40px;
    height: 40px;
    padding: 2px 0;
  }
}
.conBox .ttl_wrap .ttl {
  display: inline-block;
  margin-top: -5px;
  color: #927f3d;
  font-size: 2.4rem;
  line-height: 1;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 740px) {
  .conBox .ttl_wrap .ttl {
    -webkit-margin-before: -8px;
            margin-block-start: -8px;
  }
}
.conBox .ttl_wrap .ttl .ruby {
  display: inline-block;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
.conBox .ttl_wrap .ttl .fz_m {
  color: #927f3d;
  font-size: 1.6rem;
}
.conBox.column {
  padding: 10px;
  border: 1px solid #927f3d;
  background: rgba(0, 0, 0, 0.1);
}
.conBox.column .txt {
  margin-bottom: 10px;
  font-size: 1.4rem;
}
@media screen and (max-width: 740px) {
  .conBox.rouryu {
    margin-top: -20px;
  }
}
.conBox.rouryu .rouryu_time {
  margin-bottom: 20px;
}
.conBox.rouryu .rouryu_time dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1200px) {
  .conBox.rouryu .rouryu_time dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.conBox.rouryu .rouryu_time dl dt {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 10px;
  background: #927f3d;
}
@media screen and (max-width: 1200px) {
  .conBox.rouryu .rouryu_time dl dt {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
}
.conBox.rouryu .rouryu_time dl dd {
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .conBox.rouryu .rouryu_time dl dd {
    padding-left: 0;
  }
}
.conBox.rouryu .rouryu_time dl dd::after {
  display: inline-block;
  content: "／";
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .conBox.rouryu .rouryu_time dl dd::after {
    padding-left: 2px;
    padding-right: 2px;
  }
}
.conBox.rouryu .rouryu_time dl dd:last-child::after {
  content: none;
}
.conBox.rouryu .rouryu_time .cap {
  text-align: right;
}
.conBox .txt {
  margin-bottom: 30px;
}
.conBox a.btn {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #927f3d;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 740px) {
  .conBox a.btn {
    margin: 0 auto;
  }
}
.conBox a.btn:hover {
  opacity: 0.8;
}

.desc {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
  .desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.desc .descbox {
  width: 50%;
  padding: 20px;
  border: dashed 1px #927f3d;
}
@media screen and (max-width: 740px) {
  .desc .descbox {
    width: 100%;
  }
}
.desc .descbox:last-of-type {
  border-left: none;
}
@media screen and (max-width: 740px) {
  .desc .descbox:last-of-type {
    border-top: none;
    border-left: dashed 1px #927f3d;
  }
}
.desc .descbox .ttl {
  margin-bottom: 10px;
  color: #927f3d;
  font-weight: bold;
}

.soda {
  width: 100%;
  margin-bottom: 70px;
  padding: 60px 0;
  background: url(../images/ofuro/soda_bg.jpg) no-repeat;
  background-size: cover;
  color: #333;
}
@media screen and (max-width: 740px) {
  .soda {
    background-position: right center;
  }
}
.soda .list {
  width: 100%;
  padding: 30px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 740px) {
  .soda .list {
    margin-bottom: 20px;
  }
}
.soda .list .ttl {
  margin-bottom: 15px;
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 740px) {
  .soda .list .ttl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.soda .list .txt {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #333;
}
.soda .list .txt:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.time_sch {
  width: 100%;
  padding: 10px 20px;
  border: solid 1px #927f3d;
}
.time_sch .ttl {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: solid 1px #927f3d;
  color: #927f3d;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.time_sch .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 740px) {
  .time_sch .list {
    font-size: 1.3rem;
  }
}
.time_sch .list dt {
  width: 15%;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .time_sch .list dt {
    width: 20%;
  }
}
.time_sch .list dd {
  width: 30%;
  margin-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  .time_sch .list dd {
    width: 75%;
  }
}/*# sourceMappingURL=ofuro.css.map */