.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: 96px;
  }
}
.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;
}
@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: #d35354;
  margin: 10px auto 40px;
}

.cap {
  font-size: 1.3rem;
}

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

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

.fl_map .base_w {
  position: relative;
}
@media screen and (max-width: 1080px) {
  .fl_map .map_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.fl_map .map_image {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .fl_map .map_image {
    width: 80%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 740px) {
  .fl_map .map_image {
    width: 100%;
    margin-bottom: 0;
  }
}

.tb_change {
  width: 50%;
  position: absolute;
  bottom: -20px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 10px 10px 5px;
  border: solid 1px #d35354;
}
@media screen and (max-width: 1080px) {
  .tb_change {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 740px) {
  .tb_change {
    position: static;
    width: 90%;
    margin: 20px auto 0;
  }
}
.tb_change th {
  color: #d35354;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: solid 1px #d35354;
}
.tb_change td {
  padding-top: 3px;
  color: #d35354;
  text-align: left;
  padding-left: 10px;
}
.tb_change td .w60 {
  width: 60%;
}

.textList {
  width: 45%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
@media screen and (max-width: 1080px) {
  .textList {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .textList {
    display: none;
  }
}
.textList li {
  width: 48%;
  margin-bottom: 20px;
}
.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 {
  content: "1";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "2";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "3";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "4";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "5";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "6";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "7";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "8";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "9";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "10";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "11";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "12";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "13";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "14";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.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 {
  content: "15";
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.textList li:nth-of-type(15) a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  .textList li {
    width: 32%;
  }
}
.textList li a .mt- {
  margin-top: -2%;
}
.textList li a .fz_s {
  font-size: 1.2rem;
  margin-top: -3%;
}
.textList li a .c_pink {
  color: #d35354;
}

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

.tab_wrap {
  background-color: #fff;
}
@media screen and (max-width: 740px) {
  .tab_wrap {
    border-top: solid 1px #6e6b60;
    margin-top: -1px;
  }
}

.outdoor_bath,
.smoke {
  background-color: #fff;
}
@media screen and (max-width: 740px) {
  .outdoor_bath,
  .smoke {
    -webkit-animation: show 0.3s linear 0s;
            animation: show 0.3s linear 0s;
    display: none;
  }
  .outdoor_bath.on,
  .smoke.on {
    display: block;
    z-index: 2;
  }
  @-webkit-keyframes show {
    from {
      opacity: 0;
      -webkit-transform: translate(200px, 0);
              transform: translate(200px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
  @keyframes show {
    from {
      opacity: 0;
      -webkit-transform: translate(200px, 0);
              transform: translate(200px, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
    }
  }
}
.outdoor_bath .sec_ttl,
.smoke .sec_ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  margin: 0 auto 70px;
}
.outdoor_bath .sec_ttl img,
.smoke .sec_ttl img {
  width: 100%;
}

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

.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%;
  			}
  		}
  	}
  } */
}
.conBox:last-of-type {
  margin-bottom: 0;
}
.conBox:first-of-type {
  margin-bottom: 60px;
}
.conBox#no2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 740px) {
  .conBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.conBox.w100 {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.conBox.w100 .image {
  width: 49%;
}
.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%;
}
@media screen and (max-width: 740px) {
  .conBox.w100 .image {
    width: 100%;
  }
}
.conBox.w100 .text_wrap {
  width: 48%;
}
.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%;
  }
}
@media screen and (max-width: 740px) {
  .conBox.w100 .text_wrap {
    width: 100%;
  }
}
.conBox.w50 {
  width: 48%;
}
@media screen and (max-width: 740px) {
  .conBox.w50 {
    width: 100%;
  }
}
.conBox.w50 .text_wrap {
  margin-top: 15px;
}
@media screen and (max-width: 740px) {
  .conBox.w50 .text_wrap {
    margin-top: 0;
  }
}
.conBox.w80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@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;
}
@media screen and (max-width: 740px) {
  .conBox .ttl_wrap {
    margin-top: 15px;
  }
}
.conBox .ttl_wrap .no {
  display: inline-block;
  padding: 10px 0;
  width: 55px;
  height: 55px;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin-right: 10px;
}
.conBox .ttl_wrap .ttl {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  color: #5f7155;
  margin-top: -5px;
}
.conBox .ttl_wrap .ttl .ruby {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
}
.conBox .ttl_wrap .ttl .fz_m {
  font-size: 1.6rem;
  color: #333;
}
.conBox .txt {
  margin-bottom: 30px;
}
.conBox a.btn {
  display: block;
  width: 70%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background-color: #d35354;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.conBox a.btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 740px) {
  .conBox a.btn {
    margin: 0 auto;
  }
}

.desc {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1200px) {
  .desc {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.desc .descbox {
  width: 50%;
  padding: 20px;
  border: dashed 1px #92a587;
}
@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 #92a587;
  }
}
.desc .descbox .ttl {
  color: #5f7155;
  font-weight: bold;
  margin-bottom: 10px;
}

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

.time_sch {
  width: 100%;
  padding: 10px 20px;
  border: solid 1px #92a587;
}
.time_sch .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #92a587;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: solid 1px #92a587;
  margin-bottom: 10px;
}
.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 */