/*--------------------------------共通CSS--------------------------------*/
*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-family: sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 3;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

article h1 {
  font-size: 30px;
  padding: 40px 0 10px 0;
  color:#2b2a2a;

}

article h2 {
  font-size: 22px;
  color:#2b2a2a;
}

article h3 {
  font-size: 16px;
  color:#2b2a2a;
}

article h4 {
  font-size: 14px;
  color:#2b2a2a;
}

.reserve a,
li a {
  display: block;
}




.videoWrap{
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.videoWrap video{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}


/*--------------------------------header--------------------------------*/




.header-out {

  max-width: 100%;
  background-color: #f69a7d;
  padding-top: 10px;

}

.header-inner {
  background-color: #ffffff;
}

.header-logo {

  margin: 0 auto;
  width: 950px;
  padding: 0;
}


.logo-right {
  margin: 22px 223px 21px 0;
  float: right;
}

.logo-left {
  margin: 5px 0;
  float: left;
}



.header-logo::after {
  content: " ";
  display: block;
  clear: both;
}






.header-nav {
  box-shadow: 1px 2px 3px #757575;
  max-width: 100%;

  font-family: "Zen Kurenaido", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #4895a1;
  font-size: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 1;

}

.h-nav {
  color: #ffffff;
  text-shadow: 1px 2px 3px #3c3c3d;
  width: 950px;
  margin: 0 auto;
}



.h-nav::after {
  content: " ";
  display: block;
  clear: both;
}

.header-nav ul {
  display: flex;
  margin: 0 auto;
}

.header-nav ul li {
  margin: 0 43px;
}


.header-nav ul li:last-child {
  margin-right: 0;
}


.reserve:hover {
  color: #083d44;
}

.h-nav a:hover {
  color: #083d44;
}



/*--------------------------------ハンバーガーメニュー--------------------------------*/
.menu-btn {
  position: fixed;
  top: 0px;
  right: 0px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #4895a1;
  border-radius: 0 0 0 25px;

}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}




.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}


#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}


#menu-btn-check {
  display: none;
}

#menu-btn-check:checked~.menu-content {
  left: 0;
}




.menu-content {

  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #4895a1;
  transition: all 0.5s;
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {

  font-family: "Zen Kurenaido", serif;
  font-weight: 400;
  font-style: normal;



  text-align: center;
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  color: #ffffff;
  text-shadow: 1px 2px 3px #808080;
  text-decoration: none;
  padding: 20px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 28px;
}


.hamburger-menu {
  display: none;
}















/*--------------------------------main--------------------------------*/


.main {
  max-width: 100%;
}

.top-frame {
  width: 950px;
  margin: 5px auto 0px;

}


.img-01,
img-02,
img-03 {
  position: relative;
}

.text-in-pics {
  text-shadow: 1px 2px 3px #808080;
  font-family: "Zen Kurenaido", serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  /*重ねたい子要素にabsolute*/
  top: 50%;
  left: 50%;

  color: #fff;
  font-size: 24px;
  -ms-transform: translate(-50%, -50%);
  /*ベンダープレフィックス*/
  -webkit-transform: translate(-50%, -50%);
  /*ベンダープレフィックス*/
  transform: translate(-50%, -50%);
  /*センター寄せの修正*/




}







.intro {

  margin: 30px auto 0;
  text-align: center;

}


.reserve-wrap {
  background-color: #000000;
  max-width: 100%;


}


.reserve-inner {
  max-width: 950px;
  margin: 5px auto;
  background-color: #bbd333;
  text-align: right;

}

.room_photo{
  margin-bottom: 0;
}

.reserve {



  border: none;
  height: 60px;
  width: 100px;
  color: #FFFFFF;
  background-color: #4895a1;
  border-radius: 20px 20px 0 0;
  font-family: "Zen Kurenaido", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 1px 2px 3px #3c3c3d;
  box-shadow: 1px 2px 3px #3c3c3d;
  font-size: 18px;

  position: fixed;
  z-index: 5;
  right: 0px;
  bottom: -1px;


}



p {

  padding: 0 0 2em;

}



/*--------------------------------MORE--------------------------------*/

.btn,
a.btn,
button.btn {

  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #8f8f8f;
  border-radius: 0.5rem;
}

a.btn-border {
  border: 3px solid #8f8f8f;
  border-radius: 0;

}

a.btn-border:before {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #8f8f8f;
}

a.btn-border:hover:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}




.read-more-btn {
  text-align: center;
  padding: 20px 0;
}


/*--------------------------------価格--------------------------------*/
.menu-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.menu-wrap {
  width: 280px;
  border: 1px solid #bd8b3f;
  text-align: center;

}

.menu-wrap h3 {
  width: 280px;
  color: #ffffff;
  position: relative;
  text-align: center;
  background-color: #bd8b3f;
  line-height: 2;
  padding: 10px;
}

.menu-wrap h3 span {

  font-size: 14px;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 70px;
  height: 40px;
  padding-top: 5px;
  color: #ffffff;
  border: none;
  box-shadow: 1px 2px 3px #765728;
  background: #983d33;
}

.price-regular,
.price-coupon {
  font-size: 16px;
  font-weight: normal;

}

.menu-wrap h4 {
  color: #fff;
  text-align: center;
  padding: 5px;
  background-color: #bd8b3f;
  line-height: 1.5;
}


.course-inner{
  padding-bottom: 20px;
}

.menu_center{
  text-align:center;
  margin-top: 20px;

line-height: 2;
}


.precautions{
  border:#a0a2a4 dotted 1px;
  padding: 10px 20px 10px 100px;
}

.menu_desc, .top20{
  margin-top: 20px;
}

.menu_table{
  margin-top: 20px;
}

.menu_th{
  white-space: nowrap;
}

.menu_td{
padding-bottom: 25px;
padding-left: 15px;

}
.menu_th, .menu_td{
  vertical-align: top;
  text-align: left;
}

.menu_red{
  color:rgb(195, 12, 12)
}

.menu_th br{
  display:none;
}

.mark3{
  background:linear-gradient(transparent 40%, rgb(189, 139, 63) 70%);

}

.mark4{
  background:linear-gradient(transparent 40%, rgb(152, 61, 51) 70%);

}



/*--------------------------------お客様の声--------------------------------*/

.therapist-pics-wrap,
.customer-pic-wrap {
  text-align: center;
}

.therapist-pics,
.customer-pic {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  object-fit: cover;
}

.reviews {
  margin: 40px 0;
  padding: 0 10px;
  background-color: #ffffff;
  border-radius: 10px;
}

.reviews h2 {
  font-size: 20px;

}

.reviews .attribute {

  font-size: 14px;
}

.mark{
  background:linear-gradient(transparent 40%, rgb(251, 251, 75) 70%);
}

.mark2{
  background:linear-gradient(#0ac284, #36bb8f);
}

.review-next{
  text-align: center;
}

/*--------------------------------予約--------------------------------*/

@media screen and (min-width: 950px) {
  .reserve {
    right: calc(50% - 475px);
  }
}



/*--------------------------------セラピスト--------------------------------*/

.therapist-wrap h1,
.therapist-wrap h2,
.course-wrap h1,
.reviews-wrap h1,
.access-wrap h1 {
  text-align: center;
}



.therapist-wrap,
.course-wrap,
.reviews-wrap {
  max-width: 100%;
}

.therapist-inner,
.course-inner,
.reviews-inner {
  width: 950px;
  margin: 0 auto;
}


.therapist-wrap {
  background-color: #d1cca1;
}

.reviews-wrap {
  background-color: #c2d9dd;
}

.therapist-pic-wrap {
  text-align: center;
}

.sign{
  text-align: right;

}

/*--------------------------------MAP--------------------------------*/

.access-wrap h1 {
  text-align: center;
}

.access-wrap {
  max-width: 100%;
  background-color: #ffffff;
  padding-bottom: 10px;
}

.access-inner {
  width: 950px;
  margin: 0 auto;
}

.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(50%);
  -moz-filter: grayscale(50%);
  -ms-filter: grayscale(50%);
  -o-filter: grayscale(50%);
  filter: grayscale(50%);
}

.directions {
  color: #ffffff;
  text-shadow: 1px 2px 3px #3c3c3d;
  width: 950px;
  margin: 20px auto;
}

.directions ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
}

.directions ul li {
  text-align: center;
  margin: 0 10px;
  background-color: #23c891;
  width: 180px;
  border-radius: 5px;
}

.access-wrap .read-more-btn {
  margin-top: 100px;
}


.maps_wrap{
  width: 100%;
  text-align: center;
  background-color: #c5c2ab;
}

.maps{
  width: 40%;
}

.map_comment{
  margin: 10px 0 30px;
}

.directions_content{
 font-weight: bold;
}

.top60{
  margin-top: 60px;
}

/*--------------------------------footer--------------------------------*/

.footer {

  max-width: 100%;
  background-color: #878080;
  padding-top: 10px;
}

.footer-inner {
  margin: 0 auto;
  width: 950px;
  padding: 20px 0 5px 0;
  text-align: center;
}

.footer h1 {
  font-size: 14px;
  line-height: 2;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer-logo img {
  width: 100px;
  height: 100px;
}

.footer p, .footer table{
  font-size: 12px;
  line-height: 2;
  color: #ffffff;
}

.footer table{
  margin: 0 auto;
}

.footer th{
  font-weight: normal;
  padding-right: 10px;
  text-align: right;
  vertical-align: top;
}

.footer td{
  text-align: left;
  vertical-align: top;
}

.footer-salon-info, .footer table {
  margin-bottom: 5px;
}

.material-icons {
  display: inline-flex;
  vertical-align: middle;
}

.material-icons.md-18 {
  font-size: 18px;
}

.copyright {
 margin: 0;
}






