@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
}
html {
  font-size: 62.5%;
  font-weight: 500;
}
body {
  font-family: "丸フォーク M";
}
main {
}
li {
  list-style: none;
}
p, div {
  line-height: 1.6;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.pc-inline {
  display: inline-block;
}
.sp-inline {
  display: none;
}

.mgb-10 {
  margin-bottom: 10px;
}
span.mgb-10 {
  display: inline-block;
}

@media (max-width: 1000px){
  main {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px){
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-inline {
    display: none;
  }
  .sp-inline {
    display: inline-block;
  }
}

/* header */
header {
  background: url(../img/bg_header.jpg) no-repeat top center;
  padding: 80px 0 45px;
}
header h1 {
  text-align: center;
}
header .header-outline {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header .header-outline .header-img {
  max-width: 30%;
}
header .header-outline .header-txt {
  max-width: 40%;
}
header .header-txt {
  text-align: center;
  color: #727171;
}
header .header-txt .holding-period {
  margin-bottom: 30px;
}
header .header-txt h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3.0rem;
}
header .header-txt p {
  font-size: 22px;
  font-size: 2.2rem;
}
header ul.header-img-group {
  max-width: 1600px;
  margin: 20px auto 0;
}
header ul.header-img-group li {
  max-width: calc(100% / 6);
}
header ul.header-img-group li:nth-of-type(2) {
  margin-top: 8%;
}
header ul.header-img-group li:nth-of-type(3) {
  margin-top: 3.5%;
}
header ul.header-img-group li:nth-of-type(4) {
  margin-top: 4%;
}
header ul.header-img-group li:nth-of-type(5) {
  margin-top: 10%;
}
header ul.header-img-group li:nth-of-type(6) {
  margin-top: 3%;
}

@media screen and (max-width: 1279px) and (min-width: 768px) {
  header .header-txt h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  header .header-txt p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 20px 10px 45px;
    background-size: 250%;
  }
  header .header-outline {
    -webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  }
  header .header-outline .header-img {
    display: none;
  }
  header .header-outline .header-txt {
    max-width: 100%;
  }
  header .header-txt p {
    font-size: 20px;
    font-size: 2.0rem;
  }
  header ul.header-img-group li {
	max-width: calc(100% / 3);
	width: calc(100% / 3);
    text-align: center;
  }
}

img {
	max-width: 100%;
  height: auto;
}
a {
	text-decoration: none;
}
.wrapper {
  width: 100%;
  position: relative;
  min-height: 100%;
}
.inner {
  width: 100%;
  max-width: 886px;
  margin: 0 auto;
}
#sec02, #sec04 {
	padding: 60px 0;
}
h4 {
	margin: 90px 0 10px;
}
.flex {
	display: flex;
  -ms-flex-wrap: wrap;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.box {
	width: 45%;
	margin-bottom: 90px;
}
.btn_rsv,.btn_tel {
	border: solid #000 1px;
  text-align: center;
  padding: 9px 0;
  font-size: 20px;
  margin-top: 15px;
  font-weight: 500;
}
.btn_rsv a,.btn_tel a {
	display: block;
	color: #000;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
}
.btn_tel {
	margin-top: 20px;
}
.background-yellow {
  background-color: #FFF799;
}
.underline-yellow {
  background: linear-gradient(transparent 40%, #FFF799 40%);
}
.point3-leader {
  letter-spacing: -0.15em;
  margin-right: 0.1em;
}

@media (max-width: 1000px){
	.inner {
		padding: 0 10px;
	}
  h4 {
    margin-top: 20px;
  }
  .btn_rsv, .btn_tel {
		font-size: 14px;
	}
	.box {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
  .box {
    width: 100%;
    margin-bottom: 0;
  }
  .box + .box {
    margin-top: 40px;
  }
}

@media (min-width: 751px) {
	a[href*="tel:"] {
  	pointer-events: none;
  	cursor: default;
  	text-decoration: none;
	}
}

/* sec01_01 */
#sec01_01 {
	position: relative;
	background-color: #fef1ee;
  padding: 20px 0 50px;
}
ul.sec-img-group {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#sec01_01 .sec01_x{
	position: absolute;
  bottom: 0%;
  width: 6%;
  left: 50%;
  transform: translate(-50%, 60%);
}
#sec01_01 h2,
#sec01_01 p {
  color: #A47461;
  text-align: center;
}
#sec01_01 h2 {
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 10px;
}
#sec01_01 p {
  font-size: 20px;
  font-size: 2.0rem;
}

@media (max-width: 1600px){
	#sec01_01 .sec01_x {
    width: 7.5%;
	}
  #sec01_01 h2 {
    font-size: 40px;
    font-size: 4.0rem;
  }
}

@media (max-width: 1000px){
  #sec01_01 .sec01_x {
  }
}

@media screen and (max-width: 767px) {
  ul.sec-img-group li {
    width: calc(100% / 4);
  }
  #sec01_01 ul.sec-img-group li:first-of-type {
    width: 32%;
  }
  #sec01_01 ul.sec-img-group li:nth-of-type(3) {
    width: 18%;
  }
  #sec01_01 .sec01_x {
    bottom: 0;
    width: 15%;
  }
  #sec01_01 h2 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}

/* sec01_02 */
#sec01_02 {
	margin-top: -10px;
	background-color: #fef4e0;
  padding: 82px 0 20px;
}
#sec01_02 h2,
#sec01_02 p {
  color: #A47461;
  text-align: center;
}
#sec01_02 h2 {
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 10px;
}
#sec01_02 p {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (max-width: 1000px){
  #sec01_02 {
    margin-top: 0;
  }
  #sec01_02 h2 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}

/* sec02 */
#sec02 {
	padding:30px 0 0;
}
.h2-flex {
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  margin: 0 10px 30px;
}
.h2-flex .h2-flex-tit {
  color: #A47461;
}
.h2-flex .h2-flex-tit h2 {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1.2;
}
.h2-flex .h2-flex-tit h2 .fs-large {
  font-size: 122px;
  font-size: 12.2rem;
  margin-left: -3%;
  letter-spacing: -0.1em;
}
.h2-flex .h2-flex-tit h2 .fs-small {
  font-size: 68px;
  font-size: 6.8rem;
  margin-left: 30px;
}
.h2-flex .h2-flex-tit .h2-flex-english {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 10px 0 0 5px;
}
#sec02 .h2-flex .h2-flex-img01 {
  margin: 0 0 30px 50px;
}
.h2-flex .h2-flex-img02 {
  margin: 0 0 15px 0px;
}
.sec-holding-period {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.local-ingredients {
  background-color: #E7CACA;
  padding: 30px;
  color: #6C2C2F;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.local-ingredients .fs-large {
  font-size: 32px;
  font-size: 3.2rem;
}
.sec-event-price {
  font-size: 29px;
  font-size: 2.9rem;
  color: #6C2C2F;
  text-align: left;
  margin: 0 0 0 40px;
}
.sec-event-price .fs-large {
  font-size: 38px;
  font-size: 3.8rem;
  margin: 0 0 0 20px;
}
.sec-event-price .fs-large-price {
  font-size: 60px;
  font-size: 6.0rem;
  margin: -25px 10px 0 20px;
  display: inline-block;
}
.sec-event-price .tax-included {
  margin-left: 10px;
}
.sec-event-price th,
.sec-event-price td {
  vertical-align: text-top;
}
.sec-event-price th {
  font-weight: 500;
  text-align: left;
  width: 36.5%;
}
.sec-event-price table + .hot-spring-name {
  margin-top: 40px;
}
.common-benefits {
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-top: 40px;
}
.common-benefits .common-benefits-tit {
  color: #A47461;
  font-size: 30px;
  font-size: 3.0rem;
  width: 22%;
  text-align: center;
}
.common-benefits .common-benefits-txt {
  background-color: #C2A090;
  padding: 20px 20px 20px 26px;
  color: #FFF;
  font-size: 25px;
  font-size: 2.5rem;
  width: 78%;
}
.common-benefits .common-benefits-txt .enclosing-character {
  margin-right: 10px;
}
.common-benefits .common-benefits-txt .fs-small {
  font-size: 17px;
  font-size: 1.7rem;
  margin-left: 30px;
}
.polka-dots {
  position: relative;
  margin: 92px 0 40px;
}
.polka-dots::before {
  content:  '';
  background-image: radial-gradient(#6C2C2F 25%, transparent 25%);
  background-size: 15px 15px;
  background-position: center left;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.polka-dots h3 {
  color: #6C2C2F;
  font-size: 30px;
  font-size: 3.0rem;
  position: relative;
  display: inline-block;
  background-color: #fff;
  line-height: .7;
}
.participating-inn .flex-tit {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 20px;
}
.participating-inn .flex-tit.narrow-txt {
  transform: scale(0.8, 1);
  transform-origin: top left;
  width: calc(100% / 0.8);
}
.participating-inn .flex-txt {
  font-size: 23px;
  font-size: 2.3rem;
  margin-bottom: 60px;
  /* min-height: 102px; */
}

@media screen and (max-width: 767px) {
  .h2-flex .h2-flex-tit {
    width: 100%;
  }
  .h2-flex .h2-flex-tit h2 {
    font-size: 50px;
    font-size: 5.0rem;
    line-height: 1.2;
  }
  .h2-flex .h2-flex-tit h2 .fs-large {
    font-size: 75px;
    font-size: 7.5rem;
    margin-left: -3%;
  }
  .h2-flex .h2-flex-tit h2 .fs-small {
    font-size: 40px;
    font-size: 4.0rem;
    margin-left: 20px;
  }
  .h2-flex .h2-flex-tit .h2-flex-english {
    margin-top: 5px;
  }
  .h2-flex .h2-flex-img01,
  .h2-flex .h2-flex-img02 {
    margin: 0 !important;
    width: 48% !important;
    text-align: center;
  }
  .h2-flex .h2-flex-img01 {
    width: 48% !important;
  }
  .sec-holding-period {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .local-ingredients {
    padding: 20px !important;
  }
  .local-ingredients .flex {
    -webkit-box-pack: center !important;
  	-ms-flex-pack: center !important;
  	justify-content: center !important;
  }
  .local-ingredients .fs-large {
	font-size: 24px;
	font-size: 2.4rem;
  }
  .sec-event-price {
    font-size: 20px;
    font-size: 2.0rem;
    margin: 0 !important;
  }
  .sec-event-price table {
    border-spacing: 0 20px;
  }
  .sec-event-price th,
  .sec-event-price td {
    display: block;
    width: 100% !important;
  }
  .sec-event-price .fs-large {
    font-size: 28px;
    font-size: 2.8rem;
    margin: 0;
  }
  .sec-event-price .fs-large-price {
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 10px;
    line-height: 1.2;
  }
  .sec-event-price table + .hot-spring-name {
    margin-top: 20px;
  }
  .common-benefits {
    margin-top: 20px;
  }
  .common-benefits .common-benefits-tit {
    font-size: 24px;
    font-size: 2.4rem;
    width: 100% !important;
    margin-bottom: 5px;
  }
  .common-benefits .common-benefits-txt {
    padding: 15px;
    font-size: 20px;
    font-size: 2.0rem;
    width: 100% !important;
  }
  .polka-dots {
    margin: 60px 0 30px;
  }
  .polka-dots h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .participating-inn .flex-tit {
    font-size: 30px;
    font-size: 3.0rem;
    margin-bottom: 10px;
  }
  .participating-inn .flex-txt {
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 20px;
    min-height: auto;
  }
  .participating-inn .flex-tit.narrow-txt {
    transform: scale(1);
    width: 100%;
  }
}

@media screen and (max-width: 370px) {
  .participating-inn .flex-tit.narrow-txt {
    transform: scale(0.8, 1);
    width: calc(100% / 0.8);
  }
}

/* sec03 */
#sec03 {
	background-color: #f3e9e6;
  padding: 20px 0 80px;
}
#sec03 .hot-spring-name {
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  margin-bottom: 40px;
  border-bottom: 1px solid #231815;
  font-size: 47px;
  font-size: 4.7rem;
  color: #A47461;
}
#sec03 .event-name {
  font-size: 68px;
  font-size: 6.8rem;
  margin-left: -0.5em;
  color: #A47461;
}
#sec03 .event-time-place {
  font-size: 27px;
  font-size: 2.7rem;
  color: #A47461;
  margin-bottom: 20px;
}
#sec03 .event-special-contents {
  background-color: #E7CACA;
  padding: 45px 60px 30px 40px;
  color: #6C2C2F;
  margin-bottom: 40px;
}
#sec03 .event-special-contents-tit {
  font-size: 38px;
  font-size: 3.8rem;
  margin-left: -0.5em;
  margin-bottom: 20px;
}
#sec03 .event-special-contents .price-and-remarks {
  -webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  margin-bottom: 40px;
}
#sec03 .event-special-contents-price {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 1;
}
#sec03 .event-special-contents-price .fs-large {
  font-size: 60px;
  margin: 0 10px 0 20px;
}
#sec03 .event-special-contents-remarks {
  font-size: 21px;
  font-size: 2.1rem;
  color: #231815;
  line-height: 1.8;
  margin-left: 3%;
}
#sec03 .event-special-contents-txt {
  color: #231815;
  font-size: 21px;
  font-size: 2.1rem;
}
#sec03 .polka-dots {
  margin-bottom: 30px;
}
#sec03 .polka-dots::before {
  background-image: radial-gradient(#A47461 30%, transparent 30%);
}
#sec03 .polka-dots h3 {
  color: #A47461;
  background-color: #f3e9e6;
}
.event-contents {
  background-color: #FFF;
  padding: 25px;
  margin-bottom: 22px;
  font-size: 21px;
  font-size: 2.1rem;
  width: 48%;
  background-color: #F4EAE7;
}
.event-contents .event-contents-heading {
  margin-bottom: 2px;
}
.event-contents .event-contents-heading .fs-large {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1;
}
.event-contents .event-contents-txt {
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  font-weight: 400;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.event-contents .event-contents-txt .fs-small {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .event-contents {
    width: 100%;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 20px;
  }
  .event-contents .fs-large {
    font-size: 26px;
    font-size: 2.6rem;
  }
  #sec03 .polka-dots h3 {
    padding-right: 6px;
  }
}

/* sec04 */
#sec04 {
	padding-top: 90px;
}
#sec04 .h2-flex .h2-flex-img01 {
  margin: 0 0 15px 40px;
}
#sec04 .local-ingredients {
  padding: 20px 20px 30px;
}
.local-ingredients .flex + .flex {
  margin-top: 40px;
}
.local-ingredients-txt {
  width: 55%;
  line-height: 1.6;
}
.local-ingredients-txt th,
.local-ingredients-txt td {
  font-size: 32px;
  font-size: 3.2rem;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
}
.local-ingredients-txt th {
  min-width: 5em;
}
.local-ingredients-txt td {
}
.local-ingredients-txt th .fs-small,
.local-ingredients-txt td .fs-small{
  font-size: 25px;
  font-size: 2.5rem;
  display: inline-block;
  line-height: 1.4;
}
#sec04 .sec-event-price .fs-large {
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0;
}
#sec04 .sec-event-price .indent {
  margin-right: 40px;
}
#sec04 .same-held {
  background-color: #C19F8F;
  padding: 32px;
}
#sec04 .same-held + .same-held {
  margin-top: 40px;
}
#sec04 .same-held .same-held-txt {
  width: 48%;
  color: #FFF;
}
#sec04 .same-held .same-held-tit {
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
}
#sec04 .same-held .same-held-name {
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
}
#sec04 .same-held .same-held-name.fs-small {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 -1em;
}
#sec04 .same-held .same-held-name .free-price {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  margin-left: -1.25em;
}
#sec04 .same-held .same-held-txt p {
  font-size: 21px;
  font-size: 2.1rem;
}
#sec04 .local-ingredients-txt {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #sec04 .local-ingredients,
  #sec05 .local-ingredients,
  #sec06_02 .local-ingredients,
  #sec07 .local-ingredients,
  #sec08 .local-ingredients,
  #sec09 .local-ingredients,
  #sec10_02 .local-ingredients {
    padding: 10px !important;
  }
  .local-ingredients table {
    border-spacing: 10px;
    margin-top: 0;
  }
  .local-ingredients tr + tr {
    margin-top: 10px;
  }
  .local-ingredients th,
  .local-ingredients td {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .local-ingredients-txt {
    width: 100% !important;
  }
  .local-ingredients-txt th .fs-small, .local-ingredients-txt td .fs-small {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .local-ingredients tr td:first-of-type {
    display: none;
  }
}

/* sec05 */
#sec05 {
  /* padding: 60px 0 0; */
}
#sec05 .h2-flex .h2-flex-img01 {
  margin: 0 -140px 45px -100px;
}
#sec05 .local-ingredients-txt {
  width: 69.75%;
}
#sec05 .local-ingredients-txt table {
  margin-top: -2.5%;
}
#sec05 .sec-event-price {
  margin-left: 0;
}
#sec05 .sec-event-price table {
  margin-left: 1em;
}
#sec05 .sec-event-price tr {
}
#sec05 .sec-event-price .comment {
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  #sec05 .sec-event-price table {
    margin-left: 0;
  }
  #sec05 .sec-event-price .comment {
    margin-left: 0;
  }
}

/* sec06 */
#sec06 {
  padding: 0 0 40px;
}
.month-and-hot-spring {
  border-bottom: 1px solid #231815;
  color: #A47461;
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
  line-height: 1;
  margin-bottom: 10px;
}
.month-and-hot-spring .event-img {
  margin: 0 0 -110px 80px;
  text-align: center;
  width: 100%;
}
.month-and-hot-spring .flex-month {
  font-size: 68px;
  font-size: 6.8rem;
  margin-bottom: -10px;
  min-width: 170px;
}
#sec06 .month-and-hot-spring .flex-month {
  min-width: 250px;
}
.month-and-hot-spring .flex-month .fs-large {
  font-size: 122px;
  font-size: 12.2rem;
  margin-left: -5%;
  letter-spacing: -0.1em;
}
.month-and-hot-spring .flex-month .fs-small {
  margin-left: 30px;
}
.month-and-hot-spring .flex-hot-spring {
  font-size: 47px;
  font-size: 4.7rem;
  margin-bottom: 10px;
}
.event-tit {
  font-size: 68px;
  font-size: 6.8rem;
  color: #A47461;
  margin: 0 -0.5em 10px;
}
.event-txt {
  font-size: 27px;
  font-size: 2.7rem;
  color: #A47461;
}
#sec06 .polka-dots {
  margin-top: 72px;
}

@media screen and (max-width: 950px) {
  .event-tit {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .month-and-hot-spring {
    margin-bottom: 20px;
  }
  .month-and-hot-spring .event-img {
    margin: 0 0 0 0;
    order: 1;
    max-width: 50%;
  }
  #sec06 .month-and-hot-spring .flex-month {
    min-width: 150px;
    order: 0;
  }
  .month-and-hot-spring .flex-month .fs-large {
    font-size: 75px;
    font-size: 7.5rem;
  }
  .month-and-hot-spring .flex-month .fs-small {
    margin-left: 20px;
  }
  .month-and-hot-spring .flex-month {
    font-size: 40px;
    font-size: 4.0rem;
    min-width: 150px;
  }
  .month-and-hot-spring .flex-hot-spring {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 5px;
    order: 2;
  }
  .event-tit {
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .event-txt {
    font-size: 20px;
    font-size: 2.0rem;
  }
  #sec06 .polka-dots h3 {
    padding-right: 6px;
  }
}

@media screen and (max-width: 330px) {
  .month-and-hot-spring .event-img {
    max-width: 45%;
  }
}

/* sec06_02 */
#sec06_02 .h2-flex-img01 {
  margin: 0 0 30px;
}
#sec06_02 .local-ingredients-txt {
  width: 100%;
}

/* sec07 */
#sec07 {
  /* padding: 0 0 60px; */
}
#sec07 .h2-flex-img01 {
  margin: 0 0px 15px 50px;
}
#sec07 .local-ingredients-txt {
  width: 100%;
}
#sec07 .sec-event-price {
  margin: 0 0 0 30px;
}
#sec07 .sec-event-price table {
  margin-bottom: 20px;
}
#sec07 .sec-event-price .fs-large-price {
  margin-top: -10px;
}
#sec07 table th {
  max-width: 300px;
}
#sec07 table .narrow-txt {
  transform: scale(0.8, 1);
  transform-origin: top left;
  /* width: calc(36.5% / 0.8); */
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  #sec07 .sec-event-price .fs-large-price {
    margin-top: 0;
  }
  #sec07 table {
    margin-bottom: 0;
  }
  #sec07 table .narrow-txt {
    transform: scale(1);
    width: 100%;
    white-space: inherit;
  }
  /* 211214 */
  #sec07 .h2-flex-img01 img {
    width: 50%;
  }
  /* /211214 */
}

/* sec08 */
#sec08 .h2-flex-img01 {
  margin: 0 0 0 80px;
}
#sec08 .local-ingredients-txt {
  width: 100%;
}
#sec08 .participating-inn .flex-tit {
  margin-bottom: 10px;
}

/* sec09 */
#sec09 .h2-flex-img01 {
	width: 11rem;
  margin: 0 0 25px 120px;
}
#sec09 .local-ingredients-txt {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #sec09 .h2-flex-img01 {
    margin-top: 10px !important;
  }
  #sec09 .h2-flex-img01 img {
    width: 11rem;
  }
}

/* sec10 */
#sec10 {
	padding-top: 0px;
  padding-bottom: 100px;
}
.month-and-hot-spring .flex-img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* 211214 */
  #sec10 .flex-month {
    /* order: 1; */
  }
  #sec10 .flex-img {
    /* order: 0; */
  }
  #sec10 .flex-hot-spring {
    /* order: 2; */
  }
  #sec10 .month-and-hot-spring {
    /* flex-flow: column; */
    /* align-items: flex-start; */
  }
  /* /211214 */
  .month-and-hot-spring .flex-img {
    max-width: 50%;
  }
}

@media screen and (max-width: 570px) {
  .month-and-hot-spring .flex-img {
    margin: 0 0 -10% 0;
  }
}

/* sec10_02 */
#sec10_02 .h2-flex-tit .narrow-txt {
  transform: scale(0.85, 1);
  transform-origin: top left;
  width: calc(100% / 0.85);
  display: inline-block;
}
#sec10_02 .h2-flex-img01 {
  margin: 0 215px 100px -400px;
}
#sec10_02 .h2-flex-img02 {
  margin: 0 -10px 15px -260px;
}
#sec10_02 .local-ingredients {
  margin-bottom: 60px;
}
#sec10_02 .local-ingredients .flex + .flex {
  -webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
#sec10_02 .local-ingredients-txt {
  width: 70%;
}
#sec10_02 .local-ingredients-txt th {
  width: 28.1%;
}
#sec10_02 .local-ingredients-txt .narrow-txt {
  transform: scale(0.85, 1);
  transform-origin: top left;
  display: inline-block;
  width: calc(100% / 0.85);
}
#sec10_02 .participating-inn .flex-tit {
  white-space: nowrap;
}

/* 211208 */
#sec10_02 .common-benefits-tit {
  width: 15%;
}
#sec10_02 .common-benefits-txt {
  width: 85%;
}
#sec10_02 .flex-tit {
  width: 112%;
}
/* /211208 */
#sec10_02 .local-ingredients-txt table {
  /* margin-top: -2.5%; */
}
#sec10_02 .local-ingredients-txt td .fs-small{
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  #sec10_02 .h2-flex-tit .narrow-txt {
    width: 100%;
    white-space: nowrap;
  }
  #sec10_02 .flex-tit {
    width: 100%;
  }
  #sec10_02 .local-ingredients-txt th {
    width: 100%;
  }
  #sec10_02 .local-ingredients-txt td .fs-small{
    font-size: 18px;
    font-size: 1.8rem;
  }
  #sec10_02 .local-ingredients-txt .narrow-txt {
    transform: scale(1);
    width: 100%;
  }
  #sec10_02 .participating-inn .flex-tit {
    white-space: inherit;
  }
}

/* 211209 */
/* sec11 */
#sec11 .local-ingredients-txt {
  width: 67%;
}
#sec11 .local-ingredients-txt table {
  margin-top: -2.5%;
}
#sec11 .local-ingredients-txt th {
  width: 30%;
}
#sec11 .local-ingredients-txt td .fs-small{
  font-size: 22px;
  font-size: 2.2rem;
}
#sec11 .h2-flex-img01 {
  margin: 0 0 20px 60px;
}
/* /211209 */

@media screen and (max-width: 767px) {
  /* 211213 */
  #sec11 .h2-flex-img01 img {
    width: 11rem;
  }
  #sec11 .local-ingredients-txt th {
    width: 100%;
  }
  /* /211213 */
  #sec11 .local-ingredients-txt td .fs-small{
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* sec12 */
#sec12 .h2-flex-img01 {
  margin: 0 0 110px -140px;
}
#sec12 .local-ingredients-txt {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .h2-flex .h2-flex-tit h2 .fs-large {
    margin-left: 0;
  }
}

/* sec13 */
#sec13 {
	padding-bottom: 40px;
}
#sec13 .month-and-hot-spring .flex-month {
  margin-right: -10px;
}
#sec13 .month-and-hot-spring .flex-img {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* 211214 */
  #sec13 .flex-month {
    /* order: 1; */
  }
  #sec13 .flex-img {
    /* order: 0; */
  }
  #sec13 .flex-hot-spring {
    /* order: 2; */
  }
  #sec13 .month-and-hot-spring {
    /* flex-flow: column; */
    /* align-items: flex-start; */
  }
  /* /211214 */
  #sec13 .month-and-hot-spring .flex-img {
    margin-bottom: 0;
  }
}

/* sec14 */
#sec14 {
  padding-top: 40px;
}
#sec14 .h2-flex-img01 {
  margin: 0 40px 20px 0;
}
#sec14 .local-ingredients {
  margin-bottom: 60px;
}
#sec14 .local-ingredients-txt {
  width: 67%;
}
#sec14 .local-ingredients-txt table {
  margin-top: -2.5%;
}
#sec14 .local-ingredients-txt td .fs-small{
  font-size: 22px;
  font-size: 2.2rem;
}
#sec14 .local-ingredients-txt .narrow-txt {
  transform: scale(0.80, 1);
  transform-origin: top left;
  display: inline-block;
  width: calc(100% / 0.80);
}

@media screen and (max-width: 767px) {
  #sec14 .local-ingredients-txt td .fs-small{
    font-size: 18px;
    font-size: 1.8rem;
  }
  #sec14 .local-ingredients-txt .narrow-txt {
    transform: scale(1);
    width: 100%;
  }
}

/* sec15 */
#sec15 {
	padding-top: 90px;
}
#sec15 .h2-flex .h2-flex-img01 {
  margin: 0 0 25px 30px;
}
#sec15 .local-ingredients {
  padding: 40px 40px 30px;
  margin-bottom: 40px;
}
.local-ingredients .flex + .flex {
  margin-top: 40px;
}
#sec15 .sec-event-price {
  text-align: left;
  max-width: 820px;
  margin: 0 auto 30px;
}
#sec15 .sec-event-price .fs-large {
  font-size: 40px;
  font-size: 4.0rem;
  margin: 0;
}
#sec15 .sec-event-price .indent {
  margin-right: 40px;
}
#sec15 .same-held {
  background-color: #C19F8F;
  padding: 32px;
}
#sec15 .same-held + .same-held {
  margin-top: 40px;
}
#sec15 .same-held .same-held-txt {
  width: 48%;
  color: #FFF;
}
#sec15 .same-held .same-held-tit {
  text-align: center;
  font-size: 30px;
  font-size: 3.0rem;
}
#sec15 .same-held .same-held-name {
  font-size: 44px;
  font-size: 4.4rem;
  text-align: center;
}
#sec15 .same-held .same-held-name.fs-small {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 -1em;
}
#sec15 .same-held .same-held-name .free-price {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-size: 27px;
  font-size: 2.7rem;
  margin-left: -1.25em;
}
#sec15 .same-held .same-held-txt p {
  font-size: 21px;
  font-size: 2.1rem;
}

@media (max-width: 1000px){
  #sec02, #sec04, #sec05, #sec06, #sec06_02, #sec07, #sec08, #sec09, #sec10, #sec10_02, #sec11, #sec12, #sec13, #sec14, #sec15 {
		padding: 30px 0;
    width: 100%;
	}
}

/* footer */
footer {
  width: 100%;
  height: 159px;
  /* position: absolute; */
  bottom: 0;
  background-color: #e6c9ca;
  padding-top: 25px;
}
footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #A47461;
  text-align: center;
  line-height: 1.8;
}

@media (max-width: 1000px){
  footer {
  	height: auto;
    padding-bottom: 25px;
	}
}
