@charset "UTF-8";
@import url("grid.css");

img {
    max-width: 100%;
    height: auto;/*高さ自動*/
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    padding-right: 0px;
}
center #yoyaku_bt {
    position: absolute;
    bottom: 30pc;
}

.yoyaku {
    margin-top: 0px;
    width: 90%;
    margin-left: auto;
    margin-right:auto;
}

.col.span-3 img {
	    margin-right: 30px;
}
.row.flow.pink_back .nagare img {
    width: 100%;
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 1rem 0px 0px 0px;
}
.header-box {
	margin-left: auto;
	margin-top: 8px;
}
.contact-button {
    border-radius: 5em;
    border: 2px solid #82A8AF;
    background-color: #9BB9BF;
    color: #FFFFFF;
    padding: 0.8rem 2rem;
}
nav ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    margin: 0px;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: #f7f7f7;    
}
nav a {
    padding: 0px;
}

.under {
    color: #716B62;
    font-size: 160%;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 2.5em;
}
.under02 {
    color: #AC4E33;
    font-size: 160%;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    line-height: 2.5em;
}
.pink_back {
    background-color: #E0DCDD;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
	position:relative;	
}
.pink_back02 {
    background-color: #EFE5DF;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
    padding-right: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
}
.white_back03 {
    background-color: #FFFFFF;
    padding: 1%;
	display: flex;
}
 .child {
    width: 100%;
    margin-top: 0px;
      }
.row.flow.white_back03 .child p {
    margin: 10px;
    line-height: 2em;
}
.row.flow.white_back03 #right_c {
    margin-right: -2px;
}
#mizutama {
    border-bottom: 3px dotted #AC410C;
}

#yoyakuphoto {
    position: absolute;
    region: 30px;
    top: 30px;
    width: 375px;
}
form .table.full-width tbody tr span {
    background-color: #BE5F9D;
    color: #FFFFFF;
    padding: 3px;
    font-size: 70%;
    margin-top: -5px;
    margin-left: 5px;
    line-height: 1.6em;
    font-weight: 500;
}

.row .gazou .anime_card {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
.container .row .col.span-6 .q-box {
}
 
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%, 100% {
    opacity: 1;
  }
}
}

      @media screen and (max-width: 800px) {
        .white_back03{
          flex-wrap: wrap;
        }
      }

      @media screen and (max-width: 400px) {
        .white_back03 {
          display: block;
        }
		  .child {
        width: 100%;
      }
      }

.ichi .salon_photo {
    width: 100%;
    position: absolute;
    right: 0%;
    top: 0%;
    bottom: 0px;
}
@media screen and (max-width: 768px){
	.pink_back02 {
    background-color: #EFE5DF;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 0px;
    position: relative;
    margin-right: 0px;
    margin-bottom: 0px;
	}
	.container .row .col.span-6 .q-box {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}	
}

.nagare_bt {
    margin-right: 10%;
    margin-left: 10%;
    width: 36%;
    position: absolute;
    bottom: 20px;
    left: 30px;
}
.step01 {
    padding-left: 85px;
    background-image: url(../img/step_01.png);
    background-repeat: no-repeat;
    background-position: 0% center;
    background-size: 80px auto;
    height: 80px;
    padding-top: 25px;
    font-size: 150%;
    font-weight: 600;
}
.step02 {
    padding-left: 85px;
    background-image: url(../img/step_02.png);
    background-repeat: no-repeat;
    background-position: 0% center;
    background-size: 80px auto;
    height: 80px;
    padding-top: 25px;
    font-size: 150%;
    font-weight: 600;
}
.step03 {
    padding-left: 85px;
    background-image: url(../img/step_03.png);
    background-repeat: no-repeat;
    background-position: 0% center;
    background-size: 80px auto;
    height: 80px;
    padding-top: 25px;
    font-size: 150%;
    font-weight: 600;
}
.step04 {
    padding-left: 85px;
    background-image: url(../img/step_04.png);
    background-repeat: no-repeat;
    background-position: 0% center;
    background-size: 80px auto;
    height: 80px;
    padding-top: 25px;
    font-size: 150%;
    font-weight: 600;
}

@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

.salon_name {
    margin-top: 40px;
    width: 70%;
}
.container center img {
    margin-top: -10px;
    margin-bottom: 50px;
}
.row.flow.pink_back02 .col.span-5 img {
    padding-top: 2px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#navi {
    display: block !important;
}}

@media screen and (max-width: 768px){
.header {
	flex-direction: column;
    margin-bottom: 10px;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
.row.flow.white_back03 .col.span-6 p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.row.flow.white_back03 .col.span-7 {
    margin-left: 30px;
    margin-top: 50px;
    padding-top: 30px;
}
.row.flow.white_back03 .col.span-7 p {
    margin-top: 100px;
}
.question {
    margin-bottom: 0px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
.row.flow.pink_back02 .col.span-5 .salon_photo {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.row.flow.pink_back02 .col.span-7 .salon_name {
    margin-top: 50px;
    width: 70%;
    margin-left: 0px;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 0 0;
}
section {
    margin: 0px 0;
    padding: 3rem 0;
}
.gray-back {
	background-color: #f4f4f4;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
    color: #8F8780;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.catch #feminfo {
    color: #4B4C7A;
}
.catch p {
    color: 333333;
}
.catch h2 {
    line-height: 1.8em;
    font-size: 125%;
}
.main_copy {
    padding: 0 1rem 1rem 1rem;
    color: #716B62;
    font-size: 140%;
}
.center {
    text-align: center;
    margin-bottom: 20px;
}
 #pink {
    color: #E67F8E;
    font-weight: 700;
    font-size: 150%;
    line-height: 1.8em;
}
.catch h2 .top_copy {
    color: #716B62;
}

/*開業までの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #f7f7f7;
    padding: 5rem 0;
}
footer h4 {
    border-bottom: 3px solid #ccc;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid #ccc;
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #000;
}
.copyright a {
    color: #fff;
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #000;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #666;
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	padding-left: 20px;
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}

}
/*画像
-------------------------------------*/
body .gazou {
    margin-left: auto;
    margin-right: auto;
}
	
@media (max-width:759px){
	body .gazou img { width: 100%; }
}

/*行変え
-------------------------------------*/
/* 画面幅が1024px以上の時は */
@media screen and (min-width: 1024px) {
  .ps-br{
    display: block; /* PCを改行して */
  }

  .sp-br{
    display: none; /* SPの改行を隠す */
  }
}

/* 画面幅が780px以下の時は */
@media screen and (max-width: 780px) {
  .ps-br{
    display: none; /* PCの改行を隠して */
  }

  .sp-br{
    display: block; /* SPを改行する */
  }
}
/*サポート体制
-------------------------------------*/
.container.center .square_gray {
    text-align: left;
    border: 1px solid #cccccc;
    -webkit-box-shadow: 3px 3px 3px hsla(0,0%,0%,0.30);
    padding: 20px;
    box-shadow: 1px 1px 3px hsla(0,0%,0%,0.30);
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.square_gray #green {
    color: #0C501F;
    font-size: 130%;
    font-weight: 600;
}
.square_gray #blue {
    color: #2C6195;
    font-size: 130%;
    font-weight: 600;
}
.square_gray #red {
    color: #AC410C;
    font-size: 130%;
    font-weight: 600;
}
.square_gray #purple {
    color: #4B4C7A;
    font-size: 130%;
    font-weight: 600;
}
.square_gray #yellow {
    color: #967E00;
    font-size: 130%;
    font-weight: 600;
}
.square_gray #violet {
    color: #A3719D;
    font-size: 130%;
    font-weight: 600;
}
.square_gray #cobalt {
    color: #127376;
    font-size: 130%;
    font-weight: 600;
}

.yoyaku {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 40% 0;
    /* [disabled]background-clip: content-box; */
    height: 560px;
    width: 90%;
    min-width: 900px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


@media (max-width:780px){
.nagare_bt {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: static;
    margin-top: 20px;
}
}

