@charset "UTF-8";

@import url('http://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('./slider.css');
@import url('./swiper.min.css');
@import url('./main.css');
@import url('./base.css');

/****************************
 * subtitle
 ****************************/

.subtitle{
    margin: 0 auto;
    text-align: center;
}

/****************************
 * ABOUT
 ****************************/

.about-title{
    color: #333;  
}

.about-box{
    width: 350px;
    margin: 0 auto;
}

/****************************
 * MENU
 ****************************/

.col-3{
    width: 33.333333%;
    padding: 15px;
    margin: 0 15px;
    border: 3px solid #333;
 }

.box-s:hover {
    box-shadow: 0 0 22px rgba(0,0,0,.1);
}

.menu-time{
    text-align: center;
    color: #777;
 }

.menu-text{
    text-align: center;
    color: #777;
 }

 /****************************
 * salon
 ****************************/

.salon{
    background-image: linear-gradient( -45deg, #efefef 25%, #fff 25%, #fff 50%, #efefef 50%, #efefef 75%, #fff 75%, #fff );
    background-size: 10px 10px;
    padding: 40px;
}

.a-text > a{
    text-decoration: none;
    color: #333;
}

.a-text > a:hover{
    color: #fff;
}


/****************************
 * gallery
 ****************************/

.bg-line{
    background-image: linear-gradient( -45deg, #fdede8 25%, #fff 25%, #fff 50%, #fdede8 50%, #fdede8 75%, #fff 75%, #fff );
    background-size: 10px 10px;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.gallery-image:hover {
	transform: scale(1.15);
}



/****************************
 * faq
 ****************************/

.faq-box {
	width: 100%;
	font-size: 12px; 
}
.faq-box h3 {
	font-size: 16px;
	margin-top: 32px;
}
.faq-box dl {
    border: 1px solid #ff9898;
    margin-bottom: 40px;
}
.faq-box dt {
    font-weight: bold;
	color: #333;
	background-image: linear-gradient( -45deg, #fdede8 25%, #fff 25%, #fff 50%, #fdede8 50%, #fdede8 75%, #fff 75%, #fff );
    background-size: 10px 10px;
	padding: 8px;
	border-top: 1px solid #ff9898;
	border-bottom: 1px solid #ff9898;
}
.faq-box dt:first-child {
	border-top: none;
}
.faq-box dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 10px;
}
.faq-box dd {
	padding: 25px 30px;
	margin: 0;
}
.faq-box dd:first-line {
	font-weight: bold;
    color: #ff9898;
    padding-right:10px;
}
.faq-box dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 10px;
	margin-left: -21px;
}


/****************************
 * news
 ****************************/

.content-new {
    overflow: auto;
    height: 130px;
    font-size: 15px;
    border: 1px solid #dbdbdb;
    padding: 0 30px;
    background: #fdfcfb;
}
.content-new dl {
    display: block;
    margin: 10px 0 0;
    padding: 0 0 11px;
    border-bottom: 1px dotted #d7d7cf;
}
.content-new dl dt {
    float: left;
    margin: 0;
    padding: 0 20px;
    color: #515151;
    font-weight: bold;
    border: 1px solid #959595;
    /* margin-right: 10px; */
}
.content-new dl dd {
    float: left;
    color: #757575;
    margin: 0 10px;
}
.content-new-subox{
    width:450px;
    word-break: break-all;
}

.content-new a,
.content-new a:link,
.content-new a:visited {
    color: #515151;
    text-decoration: none;
}
.content-new a:active,
.content-new a:hover {
    color: #dbdbdb;
    text-decoration: none;
}
.content-new-box {
    background: #f4f4f4;
    padding: 20px;
    background-image: linear-gradient( -45deg, #efefef 25%, #fff 25%, #fff 50%, #efefef 50%, #efefef 75%, #fff 75%, #fff );
    background-size: 10px 10px;
    padding: 40px;
}

.content-new ul{
    display: block;
    list-style-type: none;
}

.content-new ul li {
    width: 132px;
    height: 20px;
    margin: 0 0 5px;
    font-size: 76.9%;
    line-height: 20px;
    text-align: center;
    border-radius: 2px;
}

.content-new .new{background: #e1f6ff;}
.content-new .info{background: #ffe2f1;}
.content-new .press{background: #e6e4f5;}
.content-new .campaign{background: #ddffd7;}
.content-new .important{background: #ffbecc;}
.content-new .event{background: #f7edc6;}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}



/****************************
 * contact-us
 ****************************/


.form-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    margin-bottom: 1rem;
}

.form-group label{
    background-color: #ffdcdc;
    font-weight: 600;
    color: #222;
    border: 1px solid #ff9898;
    text-align: center;
    padding: 12px 0;
    line-height: 1.5;
    margin-bottom: 0;
    flex: 0 0 25%;
}

.form-group textarea{
    height: auto;
    overflow: auto;
    resize: vertical;
    margin: 0;
    font-family: inherit;
    line-height: inherit;
}

.form-group-button{
    display: block;
    width: 80%;
    padding-bottom: 1rem;
    margin: auto;
    margin-top: 30px;
}

.form-box{
    width: 70%;
    padding: 0 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    color: #495057
}

.form-control{
    height: 30px;
    padding: 8px;
    font-size: 12px;
    line-height: 1.5;
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f76e6e;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    overflow: visible;
}

.form-box-p{
    color: #495057;
    font-size: 12px;
}


.btn {
    padding: 1em 1.5em;
    text-decoration: none;
    background: #ff9898;
    color: #fff;
    border-bottom: solid 8px #f76e6e;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
}

.alert-success {
    color: #333;
    background-color: #f76e6e;
    border-color: #f76e6e;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/****************************
 * MENU
 ****************************/


.category ul li{
    list-style: none;
    padding: 0 5px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    height: 80px;
}

.category-left{
    width:75%;
}

.category-right{
    width:25%;
}


.categroy-line{
    line-height: 3rem;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-bottom: 8px;
}

.categroy-line::after {
    position: absolute;
    top: 7px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 3px;
    background-color: #333;
}

.category .left,
.category .right{
    color: #777;
}

.category p{
    color:#999;
}

/****************************
 * SNS
 ****************************/

.sns{
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    right: 0;
}

.sns-button a {
    background: #ff9898;
    box-shadow: 0 5px 0 #ff4f4f;
    position:relative;
    display:block;
    padding:10px;
    color:#fff;
    border-radius:6px;
    text-align:center;
    text-decoration: none;
    font-weight: bold;
    width: 100px;
    margin: 10px;
}
 
.sns-button a:hover {
    background:#fdc2c2;
    -webkit-transform: translate3d(0px, 5px, 1px);
    -moz-transform: translate3d(0px, 5px, 1px);
    transform: translate3d(0px, 5px, 1px);
    box-shadow:none;
}

/****************************
 * ORDER
 ****************************/

.subbox-line {
    background: #f4f4f4;
    padding: 20px;
    background-image: linear-gradient( -45deg, #fdede8 25%, #fff 25%, #fff 50%, #fdede8 50%, #fdede8 75%, #fff 75%, #fff );
    background-size: 10px 10px;
    padding: 40px;
}

.menu p a{
    text-decoration: none;
    color: #ff7171;
    padding: 5px;
}



.table-size {
  border: 1px solid #ffdbdb;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  margin:auto;
}

.table-size thead th,
.table-size tbody th,
.table-size tbody td {
  padding: 20px 25px;
  border-bottom: 1px solid #ffdbdb;
}

.table-size tbody td:first-child{
    background: #ff9898;
    color:#fff;
}

.table-size thead th {
  background-color: #ff9898;
  color:#fff;
}

.table-size tbody td {
  background-color: #fff;
}

.table-size thead th + th,
.table-size tbody td {
  border-left: 1px solid #ffdbdb;
}

.table-size tbody tr:last-child th,
.table-size tbody tr:last-child td {
  border-bottom: none;
}



/****************************
 * Step
 ****************************/


.step{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
}

.step li{
  display:table-cell;
  position:relative;
  background: #616161;
  padding: 16px 8px 16px 32px;
  color: #fff;
}

.step li:last-child{
  padding-right: 1em;
}

.step li:last-child:before,
.step li:last-child:after{
  display:none;
}

.step li:before,
.step li:after{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
}

.step li:before{
  top:-15px;
  right: -17px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 40px 0 40px 16px;
  z-index: 10;
}

.step li:after{
  top:-15px;
  right:-.8em;
  border-style: solid;
  border-color: transparent transparent transparent #616161;
  border-width: 40px 0 40px 16px;
  z-index: 10;
}

.step li.step-comm{
  background: #ff9898;
  font-weight: bold;
}

.step li.step-comm:after{
  border-color: transparent transparent transparent #ff9898;
}

.substep{
  list-style-type: none;
  display:table;
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  background: #f1f1f1;
}

.substep li {
  display: table-cell;
  padding: 20px 5px;
  width: 220px;
  font-size: 12px;
  border: 4px solid #fff;
}

.substep li:last-child{
  padding-right: 16px;
}


