.gdTextBox {
  background: radial-gradient(rgba(255, 255, 255, 0.4), rgba(230, 210, 190, 0.4));
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 15px;
  color: #564A27;
  padding: 20px;
}
@media (min-width: 769px) {
  .gdTextBox {
    font-size: 18px;
    padding: 40px;
  }
}

.contentBox {
  padding: 60px 0;
}
@media (min-width: 769px) {
  .contentBox {
    padding: 120px 0;
  }
}

.contentTitleWrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.contentTitleWrap .contentTitle {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 20px;
  color: #564A27;
}
.contentTitleWrap:after {
  border-top: 1px solid #937E52;
  content: "";
  flex-grow: 1;
  margin-left: 20px;
}
.contentTitleWrap:before {
  content: "";
  display: block;
  height: 62px;
  width: 200px;
  background-image: url(../img/title-bg-about.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  bottom: -14px;
  left: 0;
  margin: auto;
}
#technique .contentTitleWrap:before {
  background-image: url(../img/title-bg-technique.svg);
}
#artist .contentTitleWrap:before {
  background-image: url(../img/title-bg-artist.svg);
}
#flow .contentTitleWrap:before {
  background-image: url(../img/title-bg-flow.svg);
}
#price .contentTitleWrap:before {
  background-image: url(../img/title-bg-price.png);
}
@media (min-width: 769px) {
  .contentTitleWrap {
    margin-bottom: 80px;
  }
  .contentTitleWrap .contentTitle {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-size: 30px;
  }
  .contentTitleWrap:after {
    margin-left: 50px;
  }
  .contentTitleWrap:before {
    content: "";
    display: block;
    bottom: -28px;
    height: 124px;
    width: 482px;
  }
  #technique .contentTitleWrap:after {
    margin-left: 120px;
  }
}

.innerTitle {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 17px;
  line-height: 1.6;
  color: #564A27;
  text-align: center;
}
@media (min-width: 769px) {
  .innerTitle {
    font-size: 24px;
  }
}

.bgContent {
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.shadowBox {
  padding: 40px 20px;
  background-color: #fff;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.2));
}
.shadowBox + .shadowBox {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .shadowBox + .shadowBox {
    margin-top: 50px;
  }
}
@media (min-width: 769px) {
  .shadowBox {
    padding: 60px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.1));
  }
}

.captionSet + .captionSet {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid rgba(147, 126, 82, 0.2);
}
.captionSet dt,
.captionSet .caption {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #937E52;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 10px;
}
@media (min-width: 769px) {
  .captionSet .captionSet + .captionSet {
    padding-top: 40px;
    margin-top: 40px;
  }
  .captionSet dt,
  .captionSet .caption {
    font-size: 18px;
    padding-bottom: 15px;
  }
}

/*
#mainVisual
---------------------------*/
/*
#about
---------------------------*/
#about .gdTextBox {
  text-align: left;
  padding: 20px 20px 80px;
}
#about .main {
  text-align: right;
  margin-top: 20px;
}
#about .main img {
  margin: -70px 20px 0 0;
  width: 75%;
}
@media (min-width: 769px) {
  #about .gdTextBox {
    max-width: 710px;
    min-height: 437px;
    padding: 60px 152px 60px 60px;
  }
  #about .main {
    position: relative;
    margin: 40px 0 0;
    padding-bottom: 177px;
  }
  #about .main img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
    width: 70%;
  }
}

/*
#technique
---------------------------*/
#technique .gdTextBox {
  margin: 20px 0;
}
#technique .columnContent {
  display: flex;
  flex-wrap: wrap;
}
#technique .columnContent > div {
  width: 100%;
}
#technique .columnContent .order-1 {
  order: 1;
}
#technique .columnContent .order-2 {
  order: 2;
}
#technique .columnContent:first-of-type {
  padding-top: 20px;
}
#technique .columnContent + .columnContent {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid rgba(147, 126, 82, 0.2);
}
#technique .columnContent .imageBox {
  text-align: center;
  margin-bottom: 20px;
}
#technique .columnContent .imageBox img {
  width: 60%;
}
#technique .reason .captionSet:first-of-type {
  padding-top: 20px;
}
@media (min-width: 769px) {
  #technique .gdTextBox {
    margin: 40px 0;
  }
  #technique .columnContent {
    align-items: center;
    justify-content: space-between;
  }
  #technique .columnContent .textBox {
    width: 70%;
  }
  #technique .columnContent .imageBox {
    width: 25%;
    margin-bottom: 0;
  }
  #technique .columnContent .imageBox img {
    width: auto;
  }
  #technique .columnContent .order-1,
  #technique .columnContent .order-2 {
    order: inherit;
  }
  #technique .columnContent:first-of-type {
    padding-top: 50px;
  }
  #technique .columnContent + .columnContent {
    padding-top: 40px;
    margin-top: 40px;
  }
  #technique .columnContent:nth-of-type(even) .imageBox {
    order: 2;
  }
  #technique .columnContent:nth-of-type(even) .textBox {
    order: 1;
  }
  #technique .reason .captionSet:first-of-type {
    padding-top: 50px;
  }
}

/*
#artist
---------------------------*/
#artist {
  overflow: hidden;
}
#artist .artistDetailWrap {
  display: flex;
  flex-wrap: wrap;
}
#artist .artistDetailWrap .imageContent {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#artist .artistDetailWrap .imageContent .artist {
  text-align: center;
  width: 60%;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}
#artist .artistDetailWrap .textContent {
  position: relative;
  width: 100%;
  background-color: rgba(230, 210, 190, 0.4);
  padding: 40px 4%;
}
#artist .artistDetailWrap .textContent:before, #artist .artistDetailWrap .textContent:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(230, 210, 190, 0.4);
}
#artist .artistDetailWrap .textContent:before {
  width: 50px;
  left: -50px;
}
#artist .artistDetailWrap .textContent:after {
  width: 50px;
  right: -50px;
}
#artist .artistDetailWrap .reservation {
  text-align: center;
  border: 1px solid #937E52;
  background-color: #fff;
  margin-top: 30px;
  padding: 20px;
}
#artist .artistDetailWrap .linkBtn {
  margin-top: 20px;
}
#artist .artistDetailWrap .linkBtn p + p {
  margin-top: 10px;
}
@media (min-width: 769px) {
  #artist .artistDetailWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #artist .artistDetailWrap .imageContent {
    position: relative;
    width: 38%;
    z-index: 2;
    margin-bottom: 0;
  }
  #artist .artistDetailWrap .imageContent .artist {
    width: auto;
  }
  #artist .artistDetailWrap .textContent {
    width: 62%;
    padding: 60px;
    z-index: 1;
  }
  #artist .artistDetailWrap .textContent:before, #artist .artistDetailWrap .textContent:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(230, 210, 190, 0.4);
  }
  #artist .artistDetailWrap .textContent:before {
    width: 166px;
    left: -166px;
  }
  #artist .artistDetailWrap .textContent:after {
    width: 50%;
    right: -50%;
  }
  #artist .artistDetailWrap .reservation {
    margin-top: 50px;
    padding: 30px;
  }
  #artist .artistDetailWrap .linkBtn {
    margin-top: 30px;
  }
  #artist .artistDetailWrap .linkBtn p + p {
    margin-top: 20px;
  }
}

/*
#flow
---------------------------*/
#flow .step {
  position: relative;
  text-align: center;
  padding-bottom: 30px;
  max-width: 604px;
  margin: 0 auto 30px;
}
#flow .step:after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#flow .step:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
#flow .step:last-of-type:after {
  content: none;
}
#flow .step dt {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
}
#flow .step dt span {
  display: block;
  color: #937E52;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
}
#flow .step dd {
  text-align: left;
}
@media (min-width: 769px) {
  #flow .step {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #flow .step:after {
    width: 40px;
    height: 20px;
  }
  #flow .step dt {
    font-size: 24px;
    padding-bottom: 20px;
  }
  #flow .step dt span {
    padding-bottom: 25px;
  }
  #flow .step dd {
    text-align: center;
  }
}

.flowContact {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 5% 10px;
  z-index: 10;
}
.flowContact > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
}
.flowContact .logo {
  width: 40%;
  text-align: center;
}
.flowContact .logo img {
  width: 70%;
}
.flowContact .telInfo {
  width: 60%;
}
.flowContact .telInfo .note {
  font-size: 12px;
}
.flowContact .telInfo .tel {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05em;
  color: #937E52;
  padding-left: 30px;
  margin: 5px 0;
}
.flowContact .telInfo .tel:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url(../img/ico-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.flowContact .line {
  width: 100%;
  margin-top: 10px;
}
.flowContact .line img {
  width: 100%;
  max-width: inherit;
}
.flowContact .btnWrap {
  width: 100%;
  padding-top: 10px;
}
.flowContact .telBlock {
  display: flex;
  align-items: center;
}
@media (min-width: 769px) {
  .flowContact {
    padding: 15px 5%;
  }
  .flowContact > div {
    width: auto;
    flex-wrap: nowrap;
  }
  .flowContact .logo {
    width: auto;
  }
  .flowContact .logo img {
    width: 180px;
  }
  .flowContact .telInfo {
    display: inline-block;
    width: auto;
    padding: 0 30px 0;
  }
  .flowContact .telInfo a {
    display: block;
  }
  .flowContact .telInfo .note {
    font-size: 14px;
  }
  .flowContact .telInfo .tel {
    font-size: 32px;
    margin: 10px 0;
  }
  .flowContact .btnWrap {
    width: auto;
  }
  .flowContact .line {
    width: auto;
    margin-top: 0;
  }
}

.inner03{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.priceImg{
	width: 49%;
	height: auto;
}

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

    .priceImg{
      width: 100%;
margin-bottom: 10px;
  }
		}
/*# sourceMappingURL=top.css.map */

/*
20241101追加---------------------------*/
.sideEffects{
  max-width: 604px;
  margin: 0 auto;
  padding: 20px 0;
  opacity: 60%;
}