@charset "utf-8";
html {
  height: 100%;
}

section article#contets .breadcrumb {
	margin-bottom: 30px;
}

section article h3{
  margin: 60px 0 80px;
  text-align: center;
  font-size: 36px;
	font-weight: bold;
  color: #4D4D4D;
  letter-spacing: 0.08rem;
  line-height: 80px;
}

/* search */
.form-block {
  width: 1100px;
  display: flex;
  border: 1px solid #4d4d4d;
  border-radius: 0 3px 3px 0;
}
.search-form {
  box-sizing: border-box;
  width: 1020px;
  padding: 15px 0 15px 15px;
  display: flex;
  
  border-right: none;
  border-radius: 2px;
  -ms-box-shadow:0px 5px 5px -1px #F3F3F3 inset;
  -moz-box-shadow:0px 5px 5px -1px #F3F3F3 inset;
  -webkit-box-shadow:0px 5px 5px -1px #F3F3F3 inset;
  -o-box-shadow:0px 5px 5px -1px #F3F3F3 inset;
  box-shadow:0px 5px 5px -1px #F3F3F3 inset;
}

.search-form_keyword input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 290px;
  padding-right: 10px;
  font-size: 16px;
  border-right: 1px dotted #9F9F9F;
  border-top: none;
  border-bottom: none;
  border-left: none;
  outline: none;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
.select {
  width: 240px;
  border-right: 1px dotted #9F9F9F;
  color: #4D4D4D;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: $select-color;
  width: $select-width;
  height: $select-height;
}
.select:last-child {
  border-right: none;
}
.select-styled {
  text-align: center;
  position: relative;
  background-color: $select-background;
  @include transition(all 0.2s ease-in);
  &:after {
    content:"";
    width: 0;
    height: 0;
    border: 1px solid #9F9F9F;
    position: absolute;
    top: 16px;
    right: 10px;
  }
  &:hover {
    background-color: darken($select-background, 2);
  }
  &:active, &.active {
    background-color: darken($select-background, 5);
    &:after {
      top: 9px;
      border-color: transparent transparent $select-color transparent;
    }
  }
}

.select-styled::after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 6px solid transparent;
    border-top-color: #333;
    top: 40%;
    right: 20px;
    margin-left: -10px;
}
.select-options {
  display: none; 
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: darken($select-background, 5);
  }

.select-options li {
  border-left: 1px dotted #9F9F9F;
  border-bottom: 1px dotted #9F9F9F;
  border-right: 1px dotted #9F9F9F;
  background: #fff;
  padding: 4px;
  text-align: center;
}

.select-options li:first-child {
  display: none;
}

.select-options li:nth-child(2){
  border-top: 1px dotted #9F9F9F;
}

.btn {
  width: 80px;
  background: #4D4D4D;
-webkit-border-radius: 0px 2px 2px 0px / 0px 2px 2px 0px;
-moz-border-radius: 0px 2px 2px 0px / 0px 2px 2px 0px;
border-radius: 0px 2px 2px 0px / 0px 2px 2px 0px;
  border-radius: 0 3px 3px 0;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  margin: 0;
}
.btn img {
  vertical-align: top;
}


/* tag */
.grad-wrap {
  width: 1100px;
  margin: 40px auto 0;
  position: relative;
}
.grad-btn {
    z-index: 2;
    position: absolute;
    top: 130px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background-image: url(../images/stylelist/stylist-border.png);
    margin: auto;
    color: #B7B7B7;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.grad-btn p {
  box-sizing: border-box;
  width: 150px;
  padding-top: 3px;
  padding-left: 10px;
  margin: 4px auto 0;
  position: relative;
  text-align: center;
  line-height: 1;
}

.grad-btn p::before {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 20px;
  background-image: url(../images/stylelist/arrow.png);
}

#inline-wrap .link, #inline-wrap .send2, #inline-wrap2 .link, #inline-wrap2 .send2 {
	width: 100%;
  font-size: 18px;
  padding: 16px 0;
}
#inline-wrap .payment, #inline-wrap2 .payment {
	font-size: 15px;
	color:#fff;
  margin-top: 24px;
}
#inline-wrap .month-plan, #inline-wrap2 .month-plan {
	text-align: right;
	font-size: 15px;
	color:#fff;
  margin-top: 24px;
	margin-right: 20px;
	position: relative;
}
#inline-wrap .month-plan::after, #inline-wrap2 .month-plan::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: -10px;
  top: 22px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: #fff;
}
#inline-wrap .month-plan a, #inline-wrap2 .month-plan a {
	color: #E2FF59;
  text-decoration: underline;
}

.taglist {
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
	margin: 25px 0 0 0;
}

.taglist li {
	margin: 0 4px 4px 0;
  line-height: 1;
}
.taglist li a {
  display: block;
  padding: 7px 14px;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
  font-size: 14px;
  line-height: 1;
	color: #fff;	
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px; 
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked + .grad-btn {
  display: none;
}
.grad-trigger:checked ~ .grad-item {
  height: auto; 
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; 
}
.photothumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
	width: 100%;
	overflow: hidden;
}
.photothumb li {
  width: 137px;
  margin-top: 7px;
}
.photothumb li:nth-child(3n+2){
  margin-left: 7px;
  margin-right: 7px;
}
.photothumb li img{
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.photothumb li .dl-btn{
  color: #fff;
  background: #ff7047;
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 5px;
}
.ChangePhoto {
	width: 102px;
}
.tag {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
  text-align: center;
  }
  .tag li {
    padding: 0 5px 9px;
    line-height: 1;
  }
  .tag li a {
	display: inline-block;
	max-width: 100%;
	padding: 5px 20px 7px;
	background-color: #8acdce;
	border: 1px solid #8acdce;
	border-radius: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	 font-size: 16px;
   line-height: 1;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
  }
  .tag li a:hover {
	background-color: #99d0d1;
	border: 1px solid #99d0d1;
	color: #fff;
  }
  .tag li a.active{
    background-color: #5ecacc;
	  border: 1px solid #5ecacc;
  }

section article#stylelist {
	width: 100%;
	margin: 80px auto;
}

section article#stylelist ul.listBox {
	width: 1100px;
	margin: 0 auto;
  border-bottom: 1px solid #D1D1D1;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
section article#stylelist ul.listBox li.vertical-position {
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}
section article#stylelist ul.listBox li.side-position {
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 160px;
}
section article#stylelist ul.listBox li.vertical-position span,
section article#stylelist ul.listBox li.side-position span{
  box-sizing: border-box;
  display: block;
	width: 100%;
  height: 40px;
	text-align: center;
	font-size: 14px;
  line-height: 1;
	color: #4D4D4D;
	padding: 10px 0;
	float: left;
	border-top: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
  background-color: #fff;
	border-radius: 4px 4px 0 0;
  position: relative;
  bottom: -1px;
}
section article#stylelist ul.listBox li.vertical-position a,
section article#stylelist ul.listBox li.side-position a {
  box-sizing: border-box;
  display: block;
	width: 100%;
  height: 40px;
	text-align: center;
	font-size: 14px;
  line-height: 1;
	color: #4D4D4D;
	padding: 10px 0;
	float: left;
	border-top: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
  background-color: #f1f1f1;
	border-radius: 4px 4px 0 0;
}

section article#stylelist ul.listBox li.list-right {
	padding: 0;	
}

.list-Outer {
	width: 100%;
	text-align: right;
}
.list-Outer::after {
	content: ""; 
	display: block;
	clear: both;
	height: 0;
}

section article#stylelist ul#photolist {
	width: 1100px;
	margin: 0 auto;
	padding: 50px 0 0 0;
	display: flex;
  flex-wrap: wrap;
}

section article#stylelist ul#photolist li {
  width: 164px;
	margin-bottom: 25px;
  padding-right: 23px;
	position: relative;
}
section article#stylelist ul#photolist li:nth-of-type(6n) {
	padding-right: 0;
}
section article#stylelist ul#photolist li a {
  display: block;
  border: 1px solid #E9E9E9;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
}

section article#stylelist .photo-login {
  width: 1100px;
  margin: 0 auto;
	text-align: center;
	position: relative;
}

section article#stylelist .photo-login p {
  width: 100%;
  padding: 20px;
	text-align: center;
  font-size: 32px;
  color: #333333;
  border: 1px solid #E9E9E9;
  background-image: url(../images/stylelist/photo-login_bg.png);
}
section article#stylelist .photo-login a, section article#stylelist .photo-login a:visited {
  color: #FF7047;
  position: relative;
}
section article#stylelist .photo-login a:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0px;
  width: 100%;
  border-bottom: 2px solid #FF7047;
}

section article#unregistered {
	width: 1100px;
	margin: 0 auto;
}

section article#unregistered .list-sum {
	font-size: 14px;
	margin: 0 0 10px 0;
}

section article#unregistered .listBody {
	width: 100%;
	position: relative;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #4D4D4D;
	padding: 20px 0;
	margin: 0 0 100px 0;
}

section article#unregistered .listBody .list-back {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 37%;
	left: 0;
	display: block;
	margin: 0 0 0 30px;
	border-top: 4px solid #4D4D4D;
	border-right: 4px solid #4D4D4D;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

section article#unregistered .listBody .list-next {
	position: absolute;
	width: 10px;
	height: 10px;
	top: 37%;
	right: 0;
	margin: 0 30px 0 0;
	border-top: 4px solid #4D4D4D;
	border-right: 4px solid #4D4D4D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

section article#unregistered .list-box {
	width: 300px;
	margin: 0 auto;
  display: table;
  table-layout: fixed;
}
section article#unregistered .list-box li {
	font-size: 18px;
	color: #DDDDDD;
	text-align: center;
	display: table-cell;
}

section article#unregistered .list-box li.skip + li.skip {
  display: none;
}

section article#unregistered .list-box li a, section article#unregistered .list-box li a:visited {
	color: #4D4D4D;
}

#slidetoggle_menu {
  position: relative;
  width: 50px;
  float: right;
}
.page-number {
	width: 70px;
	padding: 7px 12px 0 0;
	float: right;
	display: flex;
}

.page-number li {
	font-size: 15px;
}

.page-input input {
	width: 38px;
	text-align: center;
	margin-right: 6px;
  line-height: 1;
}

.page-txt {
	padding: 3px 0 0 0;
}

.list-pager {
	width: 102px;
	float: right;
	display: flex;
}

.page-next {margin-left: 2px;}

dl dt { background:url("../images/stylelist/haguruma-off.png") left center no-repeat; 
	width: 50px;
	padding: 13px 0 0 0;
	float: right;}
dl dt.active { background:url("../images/stylelist/haguruma-on.png") left center no-repeat; }
dl dd { display:none;}
dl dd ul {
	width: 360px;
	margin-top: 40px;
	background: #F8F8F8;
	overflow: hidden;
	position: absolute;
	left: 50%;
  margin-left: -180px;
	box-shadow: 0px 3px 10px rgba(0,0,0,.2);
	z-index: 999;
}
dl dd ul li {
	width: 60px;
	padding: 20px;
	float: left;
	font-size: 14px;
}
dl dd ul li a {
	color: #4d4d4d;
	border-right: 1px solid #B7B7B7;
	padding-right: 20px;
}
.ul-number {
	width: 20px;
}
.ul-current a {
	color: #1B9B9D;
	font-weight: bold;
}
.ul-no-border {
	border-right: none;
	padding-right: 0;
}

/* モーダル */
.pop {
  width: 100%;
  height: 100%;
}
#inline-wrap, #inline-wrap2 {
  box-sizing: border-box;
	width: 100%;
  height: 100%;
	margin: 0 auto;
	z-index: 999;
	padding: 80px 80px 50px;
  overflow:hidden;
  background: #000;
}
#inline-wrap .inner, #inline-wrap2 .inner {
  box-sizing: border-box;
  height: 100%;
  padding: 20px 20px 0px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mfp-bg {
	background-color: transparent!important;
}

.inline-block {
	width: 100%;
	overflow: hidden;
}

.image-block {
	width: 425px;
	float: left;
	margin: 0 30px 0 0;
}

.image-block .main{
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.image-block .main #MainPhoto{
  width: 100%;
  height: auto;
}

.txt-block {
	width: calc(100% - 455px);
	float: right;
}

.txt-title {
	font-size: 24px;
	color: #fff;
	margin: 0 auto 30px;
	padding: 0;
	line-height: 1.5;
}

.txt-stylist {
	font-size: 16px;
	color: #fff;
	border-bottom: 1px solid #4D4D4D;
	padding: 0 0 5px 30px;
	position: relative;
}

.txt-stylist::before {
	content: "";
  width: 27px;
  height: 22px;
  position: absolute;
  top: 1px;
  left: 0;
  background-image: url(../images/stylelist/fukidashi.png);
}

.txt-lead {
	font-size: 15px;
	color: #fff;
  padding: 20px 0 30px;
  word-break: break-all;
}

section article#form div.registar {
	width: 100%;
	padding-bottom: 100px;
  background-color: rgba(136,203,204,0.15);
}

section article#form div.registar-wrapper {
  width: 900px;
  margin: 0 auto;
}

.tyui-sp {
  display: none;
}

section article#form div.registar p.tyui {
  color: #D63183;
	text-align: right;
	font-size: 14px;
	padding: 50px 0 10px;
}

.registar .registar-content {
  width :100%;
	position: relative;
  background-color: #fff;
  border: 1px solid #E2E2E2;
  border-radius: 5px;
  margin-bottom: 10px;
}

.registar .content-sp {
  display: none;
}

.registar .registar-content:first-child {
  margin-top: 100px;
}

.registar .registar-content p {
  display: inline-block;
	font-size: 15px;
  padding: 20px;
  width: 20%;
}
::-webkit-input-placeholder {
    color: #BCBCBC; }

.registar .registar-content p span {
  color: #D63183;
}

.registar .registar-content input {
  border-color: transparent;
  width: 40%;
}

.registar .login-sp {
  display: none;
}

.registar .registar-content .login-pc {
	position: absolute;
	left: 504px;
  color: #D63183;
  width: 30%;
}
/* registar-content */
.registar .registar-content .auto {
	position: absolute;
	top: 16px;
	left: 444px;
  color: #fff;
  background-color: #848484;
  border-radius: 3px;
  padding: 2px;
  width: auto;
}

.check {
	width: 523px;
  margin: 50px auto 40px;
  display: flex;
}

.registar .checkbox {
  width: 15px;
  height: 15px;
	margin: 6px 10px 0 0;
}

.registar .check-text {
	font-size: 15px;
	color: #4D4D4D;
}
/* check */

.registar .text {
  width: 660px;
  height: 180px;
  padding: 30px;
  border: 2px solid #E2E2E2;
  background-color: #fff;
  margin: 0 auto 50px;
}

.scroll {
	width: 100%;
	height: 125px;
	overflow-y: scroll;
}

.registar .text .main-text {
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}

.registar .text p {
  font-size: 14px;
}

.registar a  {
	width: 320px;
  font-size: 18px;
  color: #fff;
  margin: 0 auto;
  display: block;
}

.registar .send {
  background-color: #333;
  text-align: center;
  border-radius: 4px;
	padding: 15px 0;
	position: relative;
}

.registar .send::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 16px;
  top: 28px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: #fff;
}

.spform, .sp-send {
	display: none;
}

.next {
	width: 660px;
	display: block;
  background-color: #f1f1f1;
  border: 1px solid #d1d1d1;
  font-size: 18px;
  line-height: 1;
	color: #4d4d4d;
  text-align: center;
  border-radius: 3px;
	padding: 15px 0;
	margin: 0 auto 30px;
	position: relative;
}
.next::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 50px;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
	color: #4d4d4d;
}
/* スマートフォン */

@media screen and (max-width:768px){
	
	.form-block {
		width: 100%;
    border: none;
	}
	.search-form {
		width: 100%;
		padding: 0;
		border: none;
		box-shadow: none;
	}

	.select {
		border: none;
		font-size: 10.5px;
    padding: 8px 0px;
	}
	#contets div.select:nth-of-type(2){
		width: 25%;
		margin-right: 1%;
		border: 1px solid #4D4D4D;
		border-radius: 2px;
		padding: 8px 0px;	
	}
	#contets div.select:nth-of-type(3){
		width: 34%;
		margin-right: 1%;
		border: 1px solid #4D4D4D;
		border-radius: 2px;
		padding: 8px 0px;		
	}
	#contets div.select:nth-of-type(4){
		width: 39%;
		border: 1px solid #4D4D4D;
		border-radius: 2px;
		padding: 8px 0px;	
	}
  .select-styled {
    box-sizing: border-box;
    padding-left: 7px;
    text-align: left;
  }
	.select-styled::after {
		right: 5px;
	}
	.select-options {
		top: 23px;
	}
	.spform {
		display: flex;
		width: 100%;
	}
	.search-form_keyword {
    width: calc(100% - 40px);
		border: 1px solid #4D4D4D;
		margin: 5px 0 0 0;
  -ms-box-shadow:0px 5px 5px -1px #F3F3F3 inset;
  -moz-box-shadow:0px 5px 5px -1px #F3F3F3 inset;
  -webkit-box-shadow:0px 5px 5px -1px #F3F3F3 inset;
  -o-box-shadow:0px 5px 5px -1px #F3F3F3 inset;
  box-shadow:0px 5px 5px -1px #F3F3F3 inset;
    padding: 8px 0px;
	}
	.search-form_keyword input {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 10px;
		border-right: none;
		font-size: 10.5px;
	}
	.btn {width: 40px; margin: 5px 0 0 0;}
	.btn img {width: 14px;}
	.grad-wrap {
		width: 100%;
		margin: 4% 0 0 0;
	}
  .tag {
    justify-content: center;
  }
  .tag li {
    padding: 0px 5px 4px 0;
  }
	.tag li a {
    padding: 4px 10px;
		font-size: 10px;
	}
	.grad-item {
		height: 75px;
	}
	.grad-btn {
		top: 105px;
		height: 26px;
		background-image:url(../images/stylelist/stylist-border-sp.png);
    background-repeat: no-repeat;
    background-position: center top;
		background-size: 1100px auto;
	}
  .grad-btn p {
    left: 5px;
  }
	section article#stylelist {
		width: 100%;
		margin: 50px auto;
	}
	section article#stylelist ul#photolist {
		width: 95%;
		padding: 20px 0 0 0;
	}
	section article#stylelist ul#photolist li {
    box-sizing: border-box;
    width: 33.33%;
    padding: 0px 2%;
	}
	section article#stylelist ul#photolist li:nth-of-type(3n) {
		padding-right: 2%;
	}
	section article#stylelist .photo-login {
    width: 90%;
    height: auto;
	}
	section article#stylelist .photo-login p {
    box-sizing: border-box;
		font-size: 17px;
    text-align: center;
    background-size: 8.5px;
	}
  section article#stylelist .photo-login p br.sp {
    display: inline;
  }
  section article#stylelist .photo-login p a {
    width: 100%;
  }
  section article#stylelist .photo-login a:after{
    bottom: 4px;
    border-bottom-width: 1px;
  }
	section article#unregistered {
		width: 90%;
		margin: 0 auto;
	}
	section article#unregistered .listBody .list-back {
		margin: 0 0 0 10px;
		top: 40%;
	}
	section article#unregistered .listBody .list-next {
		margin: 0 10px 0 0;
		top: 40%;
	}
	section article#unregistered .list-box {
		width: 80%;
	}
  .next {
    width: 100%;
    display: block;

    font-size: 12px;
    line-height: 1;
    color: #4d4d4d;
    text-align: center;
    border-radius: 4px;
    padding: 15px 0;
    margin: 0 auto 30px;
    position: relative;
  }

  .next::after {
      width: 4px;
      height: 4px;
      margin-left: 40px;
      border-top: solid 1px;
      border-right: solid 1px;
  }
	
	section article#stylelist ul.listBox {
		width: 90%;
	}
	section article#stylelist ul.listBox li.vertical-position {
    width: 55px;
  }
  section article#stylelist ul.listBox li.side-position {
    width: 55px;
    left: 60px;
  }
section article#stylelist ul.listBox li.vertical-position span,
section article#stylelist ul.listBox li.side-position span{
  height: 26px;
	font-size: 11px;
  line-height: 1;
	color: #4D4D4D;
	padding: 7px 0;
	border-radius: 4px 4px 0 0;
  position: relative;
  bottom: -1px;
}
section article#stylelist ul.listBox li.vertical-position a,
section article#stylelist ul.listBox li.side-position a {
  height: 25px;
	font-size: 11px;
	padding: 7px 0;
	border-radius: 4px 4px 0 0;
}
  
	section article#stylelist ul.listBox li.space-line {
		padding: 8px 0 5px;
    bottom: -1px;
	}
	
	section article#stylelist ul.listBox li.list-right {
		margin: 0;
	}
	.list-pager {
		width: 65px;
    position: relative;
    top: 1px;
	}
	dl dd ul li{
    padding: 10px 20px;
	}
	
	section article#unregistered .listBody {
		margin: 0 0 70px 0;
	}
  .page-number {
    width: 70px;
    padding: 0px 12px 0 0;
    float: right;
    display: flex;
    font-size: 11px;
    line-height: 1;
  }
  .page-input input {
    width: 30px;
    height: 20px;
    text-align: center;
    margin-right: 6px;

  }
  dl dt {
    background:url("../images/stylelist/haguruma-off.png") left center no-repeat; 
    width: 50px;
    padding: 8px 0 0 0;
    float: right;
}
		
  section .head p {
    font-size: 1rem;
  }
  /* head */
  section article#contets .pankuzu {
		width: 98%;
		margin: 2% auto;
  }
  section article#contets .pankuzu li {
    font-size: 0.6rem;
  }
  /* pankuzu */
  .attention-sp h3 {
		width: 100%;
		margin: 4% auto 8%;
		font-size: 0.9rem;
		line-height: 2;
  }
	

  .attention {
    display: none;
  }

  .attention-sp {
    display: block;
  }

  .tyui-sp {
		display: block;
		padding-bottom: 2%;
		font-size: 1rem;
    text-align: right;
    color: #D63183;
  }
	
	section article#contets {
		width: 90%;
		margin: 0 auto;
	}
/* モーダル */
#inline-wrap, #inline-wrap2 {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 45px 9%;
	border-radius: 5px;
	}
  #inline-wrap .inner, #inline-wrap2 .inner {
      padding: 0;
  }
	.image-block {
		width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
		float: none;
		margin: 0;
		overflow: hidden;
	}
	
	.main {
		width: 100%;
	}
	
	.photothumb {
		margin: 0;
    align-content: flex-start;
	}
	
	.photothumb li {
		width: 32.66%;
    margin-top: 1%;
	}
	
	.photothumb li img {
		width: 100%;
	}
	
	.photothumb li:nth-child(3n+2) {
    margin-left: 1%;
    margin-right: 1%;
	}
	
	
	.txt-block {
		width: 100%;
		float: none;
	}
	
	.txt-title {
		margin: 20px;
		font-size: 14px;
		text-align: center;
	}
	
	.txt-stylist {
		font-size: 12px;
	}
	
	.txt-stylist::before {
		width: 22px;
		height: 18px;
		background-size: contain;
	}
	
	.txt-lead {
		font-size: 10.5px;
	}
	
	.send2 {
		font-size: 14px;
	}
	
	#inline-wrap .month-plan, #inline-wrap2 .month-plan {
		font-size: 10.5px;
	}
	
	.taglist li a {
		font-size: 10.5px;
	}
	
  .registar .tyui {
    display: none;
  }
	
	section article#form div.registar {
		padding: 10% 0 20%;
	}

  section article#form div.registar-wrapper {
    width: 90%;
  }

  .registar .registar-content p{
    display: none;
  }

  .registar .content-sp {
    display: block;
    font-size: 1rem;
		padding-bottom: 2%;
  }

  .registar .content-sp span {
    color: #D63183;
  }

  .registar .registar-content input {
    font-size: 1rem;
    padding: 2%;
    width: 90%;
  }
	
	.postal {padding: 2% 0 10%;}

  .registar .registar-content .auto {
    display: block;
    font-size: 0.8rem;
		text-align:center;
    width: 36%;
		top: 57%;
		left: 28%;
  }

  .registar .login-sp {
		display: block;
    font-size: 1rem;
		margin-bottom: 4%;
    color: #D63283;
    text-align: right;
  }
	.check {
			width: 80%;
			margin: 10% auto;
			display: flex;
	}
  .check .checkbox {
    width: 30px;
    height: 30px;
  }

  .check .check-text {
    font-size: 1rem;
    width: 140%;
  }
	.registar .text {
		width: 80%;
		height: 280px;
	}
  .registar .text .main-text{
    font-size: 1.2rem;
    margin-bottom: 10%;
  }

  .registar .text p{
    font-size: 0.8rem;
  }
	
	.scroll {
		height: 230px;
		line-height: 1.8;
	}

  .registar .send {
    width: 90%;
		margin: 0 auto;
  }

  .registar .send a {
    line-height: 40px;
  }

  .registar .send p {
    font-size: 28px;
  }

  .registar .send p::after {
    width: 9px;
    height: 9px;
    right: 30px;
    top: 38px;
    border-top: solid 3px;
    border-right: solid 3px;
  }

}
