.salon-image img {
	width: 100%;
}



.button06 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.5em 2em;
  width: 200px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #bbbbbb;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
}

.button06 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.button06 a:hover {
  text-decoration: none;
  background-color: #aaaaaa;
  box-shadow: 0 0 10px rgba(0 0 0 / 0);
}

@media screen and (max-width: 767px) {
  .header-text {
    font-size: 2rem;
  }
}

.header-text {
  font-size: 3rem;
}


/* Property
======================================= */

.gfonts-kaisei-decol {
  font-family: 'Kaisei Decol', serif;
}

.top-h1 {
  font-size: 3rem;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .top-h1 {
    font-size: 1.8rem;
    margin-left: 2rem;
  }
}


/* Aesthetic
======================================= */

.gradient-box {
  height: 400px;
  background-image: url(../images/aesthetic.png);
  background-size: 70%;
  background-repeat: no-repeat;
}

.gradient-box {
  position: relative;
  top: 230px;
  left: 300px;
  padding: 30px 16px 16px 16px;
  z-index: 1;
}

/*
@media (max-width: 575.98px) {
  .gradient-box {
    padding: 30px 16px 16px 16px;
  }
}

@media (min-width: 576px) {
  .gradient-box {
    padding: 50px 50px 16px 50px;
  }
}

@media (min-width: 768px) {
  .gradient-box {
    padding: 60px 70px 16px 70px;
  }
}

@media (min-width: 992px) {
  .gradient-box {
    padding: 60px 80px 16px 80px;
  }
}

@media (min-width: 1200px) {
  .gradient-box {
    padding: 60px 100px 16px 100px;
  }
}

@media (min-width: 1400px) {
  .gradient-box {
    padding: 60px 120px 16px 120px;
  }
}

*/


/* Gackground color
======================================= */

.bg-f4f5eb {
  background-color: #f4f5eb;
  padding: 3rem 0 5rem 0;
}

.bg-fff {
  background-color: #FFF;
  padding: 3rem 0 5rem 0;
}


/* Table
======================================= */

/* table-1
------------------------------- */
.table-1 {
  width: 100%;
  border-collapse: collapse;
}

.table-1 tr {
  border-bottom: solid 2px #FFF;
  font-size: 1.5rem;
}

.table-1 tr:last-child {
  border-bottom: none;
}

.table-1 th {
  position: relative;
  text-align: left;
  background-color: #9b9077;
  color: white;
  text-align: left;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.table-1 th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #9b9077;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.table-1 td {
  text-align: left;
  text-align: left;
  background-color: #e7e4de ;
  padding: 1rem 2rem; 
}


/* table-2
------------------------------- */
.table-2 {
  width: 100%;
  border-collapse: collapse;
}

.table-2 tr {
  border-bottom: solid 2px #FFF;
  font-size: 1.5rem;
}

.table-2 tr:last-child {
  border-bottom: none;
}

.table-2 th {
  width: 150px;
  position: relative;
  text-align: left;
  background-color: #9b9077;
  color: white;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1.5rem;
}

.table-2 th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10px;
  border-left: 10px solid #9b9077;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.table-2 td {
  text-align: left;
  text-align: left;
  background-color: #e7e4de ;
  padding: 1rem 2rem; 
}


/* month */
.month {
    text-align: center;
    padding: 100px 0;
    
    color: #484848;
}
.month .monthTitle {
    display: inline-block;
    
    
    
    
    
    font-weight: normal;
    margin-bottom: 80px;
    
}
.monthInner {
    text-align: left;
}
.monthInner h3 {
    font-size: 3.2rem;
    width: 35%;
    text-align: right;
    border-bottom: 4px solid #5A7691;
    margin-bottom: 30px;
    font-weight: normal;
}
.monthInner p {
    font-size: 2rem;
    margin-left: 35%;
    margin-bottom: 30px;
}
.monthInner .logoUse {
    margin-bottom: 80px;
}
.monthInner p span {
    font-weight: bold;
}
.monthInner h4 {
    font-size: 2.4rem;
    font-weight: normal;
    margin-left: 35%;
    margin-bottom: 10px;
}


/* お問合せボタン
------------------------------- */


.btn {

    position: relative;
    display: inline-block;
    width: 277px;
    height: 50px;
    font-size: 1em;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
    background-color: transparent;
    cursor: pointer;
    text-decoration:none;
    font-family: 'Roboto', sans-serif;
    font-weight:900;
    font-size:17px;
    letter-spacing: 0.045em;
}

.btn svg {
    position: absolute;
    top: 0;
    left: 0;
}

.btn svg rect {
    //stroke: #EC0033;
    stroke-width: 4;
    stroke-dasharray: 353, 0;
    stroke-dashoffset: 0;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
}

.btn span{
  background: rgb(255,130,130);
  background: -moz-linear-gradient(left,  rgba(255,130,130,1) 0%, rgba(225,120,237,1) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  background: linear-gradient(to right,  rgba(255,130,130,1) 0%,rgba(225,120,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8282', endColorstr='#e178ed',GradientType=1 );
  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn:hover svg rect {
    stroke-width: 4;
    stroke-dasharray: 196, 543;
    stroke-dashoffset: 437;
}

.pading_bottom7px {
  padding-bottom: 7px;
}


