@charset "UTF-8";

/*------------------------------------------------------------
	システム共通
------------------------------------------------------------*/
.note-text{
  font-size: 90%;

}
.sys-message{
	font-size: 90%;
	color: #e21919;
}
.sys-message-ok{
	font-size: 90%;
	color: #1948e2;
}
.process-areas{
	margin: 10px 0 20px 0;
}
.prosess-area1{
	text-align: center;
	height: 42px;
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
	border: solid #fff 1px;
}
.prosess-area2{
	text-align: center;
	height: 42px;
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
	border: solid #fff 1px;
	
}
.prosess-area3{
	text-align: center;
	height: 42px;
	font-size: 18px;
	font-weight: 700;
	padding-top: 5px;
	border: solid #fff 1px;
}


.two-button{

}

.one-button{
	margin: auto;
	padding-top: 20px;
}

.sys-button-nomal {
	display: block!important;
    width: 100%;
    position: relative;
	padding: 15px 30px;
	margin-top: 10px;
    border-bottom: 3px solid #0e5592!important;
    border-radius: 10px;
    color: #fff!important;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #16a5d5;
    cursor: pointer;

}

.sys-button-back {
	display: block;
    position: relative;
    width: 100%;
    padding: 15px 30px;
    margin-top: 5px;
    background: #191919!important;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff!important;
    border-bottom: none!important;
}

.back-next-button li{
  width: 100%;
  padding: 10px 15px 15px;
  border: 3px solid #f8e2e2;
  text-align: center;
}

.btn-return-top{
	display: block;
    position: relative;
    width: 100%;
    padding: 15px 30px;
    margin-top: 15px;
    background: #191919;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff!important;
    border-bottom: none!important;
}


@media screen and (min-width: 768px) {
 .two-button{
	display: flex;
 }
	
 .two-button li{

	width: 45%;
	margin: auto;
  }

 .process-areas {
	overflow:hidden;
	clear: both;
	text-align: center;
 }

 .prosess-area1 {
  width: 33.333%;
  float: left;

 }
 .prosess-area2 {
  width: 33.333%;
  float: left;
 }
 .prosess-area3 {
  width: 33.333%;
  float: left;
 }

}

/*------------------------------------------------------------
	検索結果画面 search-results
------------------------------------------------------------*/

.content-search-results {
	display: block;
	clear: both;
  }

.search-results {
	margin-bottom: 30px;
}
  
.serch-result-model {
	border: 1px solid #ccc;
	width: 48%;
	height: 340px;
	border-radius: 10px;
	padding: 20px 10px 10px 10px;
	margin: 1% 1% 1% 1%;  
	float: left;
}
  
  .result-model-phpto {
		text-align: center;
		margin-bottom: 10px;
  }
  
  .result-model-text {
		color: #e21919;
  }
  
  .result-model-career {
	/*display: inline-block;
	margin: 0 100% 10px 0;*/
	width: 100%;
	text-align: center;
	padding: 0 8px;
	font-size: 1.2rem;
	font-weight: normal;
	background: #f8e2e2;
  }
  
  .result-model-maker {
	margin-right: 10px;
	font-size: 1.2rem;
  }
  
  .result-model-name {
	font-size: 1.4rem;
	font-weight: bold;
	overflow: hidden;
  }




/* 以下検索部分　*/
.assessment {
	margin-bottom: 40px;
}
.assessment-select {
	margin-bottom: 15px;
	padding: 15px 15px 20px;
	background: #e21919;
}
.assessment-select__ttl {
	margin-bottom: 15px;
	color: #fff;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.assessment-select__form--select {
	position: relative;
	margin-bottom: 15px;
	cursor: pointer;
}
.assessment-select__form--select:before {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 9px 6.5px 0 6.5px;
	border-color: #000 transparent transparent transparent;
	pointer-events: none;
}
.assessment-select__form--select select {
	display: block;
	width: 100%;
	padding: 13px 50px 13px 15px;
	border-radius: 10px;
	font-size: 1.6rem;
	background: #fff;
}
.assessment button {
	display: block;
	width: 100%;
	padding: 14px 0;
	border-bottom: 3px solid #0e5592;
	border-radius: 10px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	background-color: #16a5d5;
	background-image: url(../images/common/ico-check-white.png);
	background-repeat: no-repeat;
	background-position: calc(50% - 105px) center;
	background-size: 21px;
	cursor: pointer;
}
.assessment-select__form button {
	margin-top: 20px;
}
.assessment-keyword {
	padding: 20px 15px;
	border-top: 3px solid #008ebd;
	background: #dceff6;
}
.assessment-keyword__ttl {
	margin-bottom: 15px;
	padding-left: 35px;
	color: #008ebd;
	font-size: 2rem;
	font-weight: bold;
	background: url(../images/common/ico-search-blue.png) left center / 24px no-repeat;
}
.assessment-keyword__form--input {
	width: 100%;
	margin-bottom: 15px;
	padding: 12px 15px;
	border-radius: 10px;
	border: 1px solid #bbd2db;
	font-size: 1.6rem;
	background: #fff;
	transition: .4s;
}
.assessment-keyword__form--input:focus {
	border-color: #008ebd;
}
.assessment-keyword__form--popular {
	margin-bottom: 20px;
}
.assessment-keyword__form--popular h3 {
	margin-bottom: 5px;
	padding-left: 25px;
	color: #008ebd;
	font-weight: bold;
	background: url(../images/common/ico-popular-blue.png) 3px center / 12px no-repeat;
}
.assessment-keyword__form--popular ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -10px -5px 0;
}
.assessment-keyword__form--popular ul li {
	width: 33.33333333%;
	margin-top: 10px;
	padding: 0 5px;
	cursor: pointer;
}
.assessment-keyword__form--popular ul li a {
	padding: 10px 0;
	border: 1px solid #bbd2db;
	border-radius: 10px;
	font-size: 1.3rem;
	text-align: center;
	background: #fff;
}
.assessment-keyword__form--popular ul .active p {
	border-color: #008ebd;
	color: #fff;
	background: #008ebd;
}

@media screen and (min-width: 768px) {
	.assessment .content-area {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
	}
	.assessment-select {
		position: relative;
		width: 350px;
		min-width: 350px;
		margin: 0 20px 0 0;
	}
	.assessment-keyword {
		width: 100%;
	}
	.assessment button {
		max-width: 480px;
		margin-right: auto;
		margin-left: auto;
		transition: .4s;
	}
	.assessment-select button {
		position: absolute;
		left: 50%;
		bottom: 20px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: calc(100% - 30px);
	}
	.assessment-select button:hover {
		-webkit-transform: translate(-50%, 3px);
		transform: translate(-50%, 3px);
		border-color: #e21919;
		background-color: #008ebd;
	}
	.assessment-keyword button:hover {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		border-color: #dbeff6;
		background-color: #008ebd;
	}
	.assessment-keyword__form--popular ul li a {
		transition: .4s;
	}
	.assessment-keyword__form--popular ul li a:hover {
		border-color: #008ebd;
	}
	.serch-result-model{
		width: 23%;
		float: left;
	}
} /* ----- media END ----- */

@media screen and (min-width: 992px) {
	.assessment {
		margin-bottom: 60px;
	}
	.assessment-select {
		width: 400px;
		min-width: 400px;
		margin: 0 30px 0 0;
		padding: 15px 30px 30px;
	}
	.assessment-keyword {
		padding: 18px 30px 30px;
		border-top: 5px solid #008ebd;
	}
	.assessment-select button {
		bottom: 30px;
		width: calc(100% - 60px);
	}
} /* ----- media END ----- */

@media screen and (min-width: 1200px) {
	.assessment-select {
		width: 460px;
		min-width: 480px;
	}
	.assessment-select__ttl {
		font-size: 3.2rem;
	}
	.assessment-select__form--select {
		margin-bottom: 20px;
	}
	.assessment-select__form--select:before {
		right: 23px;
		border-width: 12px 8px 0 8px;
	}
	.assessment-select__form--select select {
		padding: 10px 50px 10px 15px;
		font-size: 2rem;
	}
	.assessment button {
		padding: 12px 0;
		font-size: 2.4rem;
		background-position: calc(50% - 145px) center;
		background-size: 25px;
	}
	.assessment-select__form button {
		margin-top: 30px;
	}
	.assessment-keyword__ttl {
		padding-left: 55px;
		font-size: 3.2rem;
		background-size: 36px;
	}
	.assessment-keyword__form--input {
		margin-bottom:20px;
		padding: 17px 20px;
		font-size: 2.4rem;
	}
	.assessment-keyword__form--popular {
		margin-bottom: 30px;
	}
	.assessment-keyword__form--popular h3 {
		margin-bottom: 10px;
		padding-left: 35px;
		font-size: 2.4rem;
		background-size: 19px;
		background-position: left center;
	}
	.assessment-keyword__form--popular ul li a {
		padding: 3px 0;
		font-size: 1.6rem;
	}
} /* ----- media END ----- */

@media screen and (min-width: 1500px) {
	.assessment-select {
		width: 540px;
		min-width: 540px;
	}
	.assessment-keyword__form--popular ul li {
		width: 16.66666666%;
	}
} /* ----- media END ----- */


/*------------------------------------------------------------
	ログイン画面
------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


.login {
  width: 400px;
  margin: 16px auto;
  font-size: 16px;
}

/* Reset top and bottom margins from certain elements */
.login-header,
.login p {
  margin-top: 0;
  margin-bottom: 0;
}

/* The triangle form is achieved by a CSS hack */
.login-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #28d;
}

.login-header {
  background: #28d;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.login-container {
  background: #ebebeb;
  padding: 20px;
}

/* Every row inside .login-container is defined with p tags */
.login p {
  padding: 12px;
}

.login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}

.login input[type="email"],
.login input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}

/* Text fields' focus effect */
.login input[type="email"]:focus,
.login input[type="password"]:focus {
  border-color: #888;
}

.login input[type="submit"] {
  background: #28d;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.login input[type="submit"]:hover {
  background: #17c;
}

/* Buttons' focus effect */
.login input[type="submit"]:focus {
  border-color: #05a;
}

/*------------------------------------------------------------
	パスワードリセット
------------------------------------------------------------*/
.pass-reset {
	margin: auto;
}




/*------------------------------------------------------------
	カート画面
------------------------------------------------------------*/

.cart-lists {
	margin-bottom: 30px;
}

.cart-list {
	border: 1px solid #ccc;
	border-radius: 10px;
  	margin: 15px auto 15px auto; 
}

.model-photo {
  width: 230px;
  padding: 15px 15px 15px 15px;
  text-align: center;
}

.model-text {
 width: 60%;
 padding: 15px 15px 15px 15px;
}

.model-disc {
 
}

.model-price {


}
.price-cart {
  margin-bottom: 30px;
  padding: 25px 30px 30px;
}
.model-del button {
    width: 100px;
    padding: 10px 0 10px 0px;
    border-bottom: 3px solid #0e5592;
	border-radius: 10px;
	color:#fff;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background-color:#e21919;
    cursor: pointer;
    margin-bottom: 10px;

}

@media screen and (min-width: 768px) {

	.cart-list {
		clear: both;
		overflow: hidden;
	}
	.model-photo {
		float: left;
	}
	.model-text {
		width: 75%;
		float: right;
	}
  .price-cart:after {
    display: inline;
    clear: both;
  }

 .price-cart__fix-inner {
  display: inline-block;
    width: 40%;
    margin-right: 5px;
 }
 .price-cart_search-back {
  display: inline-block;
  width: 40%;
  margin-left: 5px;
 }
 .model-disc{
	 width: 40%;
	 float: left;
 }
 .model-price{
	width: 40%;
	float: left;
 }
 .model-del{
	 float: right;
 }
}


/*------------------------------------------------------------
	予約画面 共通
------------------------------------------------------------*/
.purchase-login {
	text-align: center;
	margin: 30px auto 20px auto;
	display: none;
}
.purchase-login input {
	padding: 12px 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 1.6rem;
	background-color: #fff;
}

.purchase-login-button{
	text-align: right;
}
.purchase-login-button input{
    padding: 8px 10px 8px 10px;
    border-bottom: 3px solid #0e5592;
    border-radius: 10px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background-color: #16a5d5;
    cursor: pointer;
	margin-bottom: 10px;
}

.confirm-total {
	margin-bottom: 20px;
    padding: 20px 15px 15px 15px;
    text-align: center;
    background: #dceff6;
}
}

.confirm-number {

}

.confirm-amount {

	z-index: 999;
	padding: 3px 15px;
	border: 2px solid#e21919;
	font-weight: bold;
	background:#fff;
}

@media screen and (min-width: 768px) {
 .purchase-login {
	max-width: 600px;
 }

 .confirm-total {


 }
 .confirm-number {
	display: inline-block;
    width: 40%;
    margin-left: 5px;
 }

 .confirm-amount {
	display: inline-block;
    width: 40%;
    margin-left: 5px;
 }


}



/*------------------------------------------------------------
	郵送予約画面
------------------------------------------------------------*/

.reuse-button button {
    width:100%;
    padding: 14px 0 14px 0;
    border-bottom: 3px solid #0e5592;
    border-radius: 10px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background: url(images/cart-ico.png) calc(50% - 80px) center / 24px no-repeat;
    background-color: #16a5d5;
    cursor: pointer;
	margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .reuse-button {
    text-align: center;
  }
  .reuse-button button {
	width:40%;
  }
}

/*------------------------------------------------------------
	来店予約予約画面
------------------------------------------------------------*/
.booking-form {
	display: none;
}


/* データコピーボタン */
.customer-info-copy {
	width: 100%;
	text-align: center;
    padding: 14px 0 14px 0px;
    border-bottom: 3px solid #0e5592;
    border-radius: 10px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    background: url(images/cart-ico.png) calc(50% - 80px) center / 24px no-repeat;
    background-color: #16a5d5;
    cursor: pointer;
  }

.booking-display {
	margin: 10px auto 20px auto;
}

.booking-form{
  margin-top: 20px;
}

@media screen and (min-width: 768px) {

 .customer-info-copy {
	width: 600px;
 }
 .one-button {
	margin: auto;
	text-align: center;
	width: 600px;
}
}

/*------------------------------------------------------------
	価格一覧画面
------------------------------------------------------------*/

/* アコーディオン　*/
.accordion_list .accordion_inner {
	display: none;
}



/* アコーディオン　end */

@media screen and (min-width: 768px) {

 #plice_resalt .sys-model-lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
 }
 .page-content th {
	width: 40%;
}
.page-content td {
	width: 60%;
}
}


@media (max-width: 400px){
	.list-page-table th{
	  width:100%;
	  display:block;
	  margin: 0 auto;
	  border:none;
	  border-radius: 3px;
	}
	.list-page-table td{
	  display: list-item;
	  width: 100%;
	  border-top: none !important;
	}
	}/* end */

/*------------------------------------------------------------
	お客様ホーム画面
------------------------------------------------------------*/

.home-assessment-item{
	border: 1px solid #ccc;
  	padding: 20px 10px 10px 15px;
  	margin: 1% 1% 1% 1%;  

}
@media screen and (min-width: 768px) {
 .home-assessment-item{
	 content:"";
	 display: block;
	 clear: both;
	 overflow: hidden;
 }
 .home-assessment-item1{
	 float: left;
	 width: 32%;
	 margin-right: 2%;
 }
 .home-assessment-item2{
	float: left;
	width: 42%;
	margin-right: 2%;
 }
 .home-assessment-item3{
	float: left;
	width: 22%;
 }
}
