@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

html {
	scroll-behavior: smooth;
}
[id] {
	scroll-margin-top: 80px; 
	}
	
	@media only screen and (max-width:768px) {
		[id] {
			scroll-margin-top: 40px; 
			}
	}
.ac {
  text-align: center;
}
.text-center {
  text-align: center;
}
.text-center h3 {
  font-size: 27px;
  margin-bottom: 30px;
}
.inBtn {
  margin-top: 30px;
  margin-bottom: 30px;
}
.inBtn a {
  display: block;
  max-width: 200px;
  padding: 15px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #003c7a;
  text-decoration: none;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .text-center h3 {
    margin-bottom: 20px;
  }
  .inBtn {
    margin-bottom: 80px;
  }
}


/*---------------------------------------------------------------

 reserveArea

--------------------------------------------------------------- */
.memberBlackArea {
	padding-top: 120px;
}
#reserveArea {
  margin-bottom: 170px;
}
#reserveArea .pc {
  display: block!important;
}
#reserveArea .sp {
  display: none!important;
}
#reserveArea h3 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
}
.reserveArea_lead {
	font-size: 20px;
	text-align: center;
	line-height: 2;
	margin-bottom: 20px;
}
.reserveArea_lead .text_l {
	font-size: 26px;
  letter-spacing: 0.08em;
}
.reserveArea_text {
	font-size: 18px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 16px;
}
.reserveArea_cap {
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
}
#reserveArea .fs32{
  font-size: 32px!important;
}
#reserveArea .fs14{
  font-size: 14px!important;
}
#reserveArea .mb10{
  margin-bottom: 10px!important
}
#reserveArea .mt10{
  margin-top: 10px!important
}
#reserveArea .mt20{
  margin-top: 20px!important
}
#reserveArea .mt30{
  margin-top: 30px!important
}
#reserveArea .mb30{
  margin-bottom: 30px!important
}
#reserveArea .txtred{
  color: #c11920!important
}
#reserveArea .txtblue{
  color: #0270C0!important
}
#reserveArea .w300{
  width: 300px!important;
}
#reserveArea .bgWh {
  background: #ffffff;
  color: #000000;
  padding: 60px 15px;
  max-width: 1200px;
  width: 90%;
  margin: 60px auto 0;
  box-sizing: border-box;
}
#reserveArea .btnReserve {
  max-width: 460px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: -moz-linear-gradient(top, #a29081, #614838);
  background: -webkit-linear-gradient(top, #a29081, #614838);
  background: linear-gradient(to bottom, #a29081, #614838);
  box-sizing: border-box;
  padding: 15px 5px;
  color: #ffffff;
  text-align: center;
  position: relative;
  transition: .5s;
}
#reserveArea .btnReserve:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#reserveArea .btnReserve:hover,
#reserveArea .btnReserve:active {
  opacity: .7;
}
#reserveArea .itemWrap {
  border: 1px solid #040000;
  max-width: 1105px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 30px 20px;
  text-align: center;
  box-sizing: border-box;
}
#reserveArea .itemWrap p {
  font-size: 18px;
}
#reserveArea .itemWrap .itemWrap_lead {
  font-size: 26px;
}
#reserveArea .itemWrap .itemWrap_lead2 {
	margin-top: 14px;
}
#reserveArea .itemWrap img {
  margin: 0 auto;
}
#reserveArea .itemWrap .small {
  font-size: 14px;
}
#reserveArea .btnReserveInner {
  max-width: 320px;
  width: 100%;
  margin: 0 auto 50px;
}
#reserveArea .note_box {
  color: #c11920;
  border: 1px solid #c11920;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto 0;
  max-width: 460px;
  width: 100%;
  box-sizing: border-box;
}
#reserveArea h4 {
  text-align: center;
  color: #63381a;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 35px;
}
#reserveArea h4 a {
  color: #63381a;
  text-decoration: underline;
  display: inline-block;
  transition: .5s;
}
#reserveArea h4 a:hover,
#reserveArea h4 a:active {
  opacity: .7;
}
#reserveArea .detailArea {
  display: flex;
  justify-content: space-between;
  max-width: 1105px;
  margin: 0 auto;
}
#reserveArea .detailArea > div {
  width: 48%;
  border: 1px solid #63381a;
  padding: 25px;
  box-sizing: border-box;
}
#reserveArea .detailArea > div > p {
  font-size: 16px;
  margin-bottom: 25px;
}
#reserveArea .detailArea .boxTtl {
  text-align: center;
  margin-bottom: 30px;
}
#reserveArea .detailArea .boxTtl > span {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid #63381a;
  text-align: center;
  color: #63381a;
}
#reserveArea .detailArea dl:not(:last-of-type) {
  margin-bottom: 25px;
}
#reserveArea .detailArea dl:last-of-type {
  margin-bottom: 35px;
}
#reserveArea .detailArea dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#reserveArea .detailArea dt {
  width: 100px;
  background: #63381a;
  padding: 3px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
}
#reserveArea .detailArea dd {
  width: calc(100% - 120px);
  font-size: 16px;
}
#reserveArea .detailArea .note_list {
  background: #f4f2f2;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#reserveArea .detailArea .note_list li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 14px;
}
#reserveArea .detailArea .note_list li span {
  position: absolute;
  left: 0;
  color: #63381a;
}
#reserveArea .detailArea .contact {
  padding: 25px 0 0;
  width: 100%;
  border-right: none;
}
#reserveArea .detailArea .contact h2 {
  font-size: 15px;
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 17px;
  text-align: center;
}
#reserveArea .detailArea .contact .tel {
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 12px;
}
#reserveArea .detailArea .contact .tel_txt {
  font-size: 40px;
  line-height: 1;
	text-align: center;
	
}
#reserveArea .detailArea .contact .tel_txt a {
  display: inline-block;
  padding-left: 50px;
  background: url(../images/ico_freetel.svg) no-repeat left center;
  color: #63381A;
}
#reserveArea .detailArea .contact .business {
  width: 90%;
  max-width: 370px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#reserveArea .reserveTableArea {
  margin: 30px auto 50px;
  max-width: 817px;
  width: 100%;
}
#reserveArea .reserveTableArea table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #aaa8a8;
  box-sizing: border-box;
}
#reserveArea .reserveTableArea table:not(:last-of-type) {
  margin-bottom: 20px;
}
#reserveArea .reserveTableArea table th,
#reserveArea .reserveTableArea table td {
  width: 12.5%;
  border-right: 1px solid #aaa8a8;
  border-bottom: 1px solid #aaa8a8;
  vertical-align: middle;
  font-size: 18px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}
#reserveArea .reserveTableArea table thead th {
  padding: 3px 5px;
}
#reserveArea .reserveTableArea table th {
  font-weight: bold;
}
#reserveArea .reserveTableArea .sat {
  background: #bbd4ef;
}
#reserveArea .reserveTableArea .sun {
  background: #f7c8ce;
}
#reserveArea .reserveTableArea .gray {
  background: #ededec;
}
#reserveArea .reserveTableArea .red {
  color: #ffffff;
  background: #c11920;
}
#reserveArea .note {
  font-size: 13px!important;
}
#reserveArea .textCenter {
  text-align: center!important;
}
#reserveArea .textRight {
  text-align: right!important;
}
#reserveArea .textLeft {
  text-align: left;
}
#reserveArea .reserveTablenote {
	margin-top: 6px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#reserveArea .reserveTablenote div:first-of-type {
  margin-left: 20px;
}
.txt_red2{
  color: #fee524!important
}

@media screen and (max-width:768px) {
	.memberBlackArea {
		padding-top: 56px;
}
  #reserveArea {
    margin-bottom: 80px;
  }
  #reserveArea .pc {
    display: none!important;
  }
  #reserveArea .sp {
    display: block!important;
  }
  #reserveArea h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #reserveArea h3 span {
    font-size: 24px;
  }
	.reserveArea_lead {
		font-size: 16px;
		margin-bottom: 20px;
	}
  .reserveArea_lead .text_l {
    font-size: 20px;
  }
	.reserveArea_text {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.reserveArea_cap {
		font-size: 13px;
		text-align: center;
		line-height: 1.5;
	}
	#reserveArea .bgWh {
		padding: 30px 15px;
		margin: 30px auto 0;
	}
	#reserveArea .itemWrap .itemWrap_lead {
		font-size: 18px;
	}
  #reserveArea .itemWrap {
    padding: 15px;
  }
  #reserveArea .itemWrap p {
    font-size: 16px;
  }
		#reserveArea .itemWrap .itemWrap_lead2 {
			font-size: 12px;
	}
  #reserveArea .itemWrap .small {
    font-size: 13px;
  }
  #reserveArea .note_box {
    padding: 10px 5px;
    font-size: 14px;
  }
  #reserveArea h4 {
    font-size: 18px;
    margin-bottom: 25px;
  }
  #reserveArea .detailArea {
    display: block;
  }
  #reserveArea .detailArea > div {
    width: 100%;
    padding: 15px;
  }
  #reserveArea .detailArea > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #reserveArea .detailArea .boxTtl {
    margin-bottom: 20px;
  }
  #reserveArea .detailArea .note_list {
    padding: 10px;
  }
  #reserveArea .detailArea dt {
    width: 80px;
    padding: 3px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  #reserveArea .detailArea dd {
    width: calc(100% - 95px);
    font-size: 14px;
  }
  #reserveArea .detailArea > div > p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  #reserveArea .detailArea .contact {
    padding: 15px 0 0;
    border-bottom: none;
  }
  #reserveArea .detailArea .contact .tel {
    max-width: 280px;
    padding-bottom: 7px;
}
	#reserveArea .detailArea .contact .tel_txt {
		font-size: 30px;
	}
  #reserveArea .reserveTableArea {
    margin: 20px auto 30px;
    max-width: 817px;
    width: 100%;
  }
  #reserveArea .reserveTablenote {
    display: block;
    text-align: left;
  }
  #reserveArea .reserveTableArea table th,
  #reserveArea .reserveTableArea table td {
    width: 12.5%;
    font-size: 11px;
  }
  #reserveArea .w100 {
    width: 100%!important;
    max-width: 300px!important;
  }
}

.price_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  column-gap: 60px;
  margin: 40px auto ;
}
.price_wrap::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-20px, -50%) rotate(20deg);
  background-color: #fff;
}
.price_in_wrap {
  display: flex;
  align-items: end;
  column-gap: 20px;
}
.price_item {
  text-align: left;
}
.price_item_title {
  margin-bottom: 8px;
  font-size: 16px;
  font-size: clamp(1.2rem, -0.132rem + 1.732vi, 1.6rem);
}
.price_item_title span {
  font-size: 26px;
  font-size: clamp(1.8rem, -0.863rem + 3.463vi, 2.6rem);
  line-height: 1;
}
.menseki {
  font-size: 22px;
  font-size: clamp(1.8rem, 0.468rem + 1.732vi, 2.2rem);
  line-height: 1;
  font-family: serif;
}
.menseki .num {
  font-size: 40px;
  font-size: clamp(2.6rem, -2.061rem + 6.061vi, 4rem);
}
.kakaku {
  font-size: 22px;
  font-size: clamp(1.8rem, 0.468rem + 1.732vi, 2.2rem);
  line-height: 1;
  font-family: serif;
}
.kakaku .num {
  font-size: 60px;
  font-size: clamp(4rem, -2.658rem + 8.658vi, 6rem);
  line-height: .8;
}

@media only screen and (max-width:768px) {
  .price_wrap {
    flex-direction: column;
    row-gap: 30px;
    margin: 20px auto 30px;
    max-width: 264px;
  }
  .price_wrap::after {
    content: '';
    width: 80%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .price_item {
    text-align: left;
  }
  .price_item_title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .price_item_title span {
    font-size: 18px;
  }
  .menseki {
    font-size: 16px;
  }
  .menseki .num {
    font-size: 24px;
  }
  .kakaku {
    font-size: 18px;
  }
  .kakaku .num {
    font-size: 32px;
  }
}




/* Googleマップ */

.maparea{
  max-width: 1200px;
  padding: 40px;
  background: #ffffff;
  color: #000000;
  width: 90%;
  margin: 80px auto 0;
  box-sizing: border-box;
}
.map-responsive {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto 30px; 
  width: 90%;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  border: 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.mapBtn{
  margin-top: 40px;
}
.locationBlock {
  display: flex;
	justify-content: space-between;
  box-sizing: border-box;
}
.mapBtn a {
  display: block;
  max-width: 380px;
  /*margin: 0 auto;*/
  color: #fff;
  font-size: 16px;
  background-color: #2b2a65;
  text-align: center;
  text-decoration: none;
}

.mapBtn a span {
    position: relative;
    display: inline-block;
    padding: 20px 0 20px 45px;
}

.mapBtn a span:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: '';
  width: 25px;
  height: 36px;
  background: url(../images/ico.png) no-repeat center center / contain;
  transform: translateY(-50%);
}

.reservebtn{
  margin-bottom: 80px;
  display: block;
  padding: 0 15px;
  width: 90%;
  margin: 60px auto 30px;
}

.gw_text{
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
  color: #c11920!important

}

.salon_pic{
  width: 55%;
}
.locationBlock .txt-area{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 40%;
}
.locationBlock .txt-area p{
	text-align: left;
}

@media only screen and (max-width:768px) {
 
  .mapBtn{
    margin-top: 10px;
  }

  .maparea {
    padding: 30px 20px;
  }

  .locationBlock {
    display: block;
  }

 
  .fadeAction, .fadeActionArea a {
    transition-property: opacity;
    transition-duration: 0.3s;
}


  .map-responsive {
    padding-bottom: 60%;  /* 高さを少し高くする */
    margin: 20px 20px;
    width: 90%;

  }
  .reservebtn{
    width: 80%;
    margin: 30px auto 0;
  
  }

  .gw_text{
    font-size: 14px;
    margin-bottom: 20px;

  }

  .salon_pic{
    width: 100%;
    margin: 0 auto 15px;
  }
	.locationBlock .txt-area{
		display: block;
		width: 100%;
	}
	.locationBlock .txt-area p{
		text-align: center;
	}

}