@charset "utf-8";

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

共通

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* --------------------------------------
ロード画面
-------------------------------------- */
#loader-bg {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100vw;
	min-width: 300px;
	height: 100vh;
	min-height: 100vh;
	background: #fff;
}

#loader {
	display: block;
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	height: auto;
	margin: auto;
	z-index: 105;
	color: #cad4d5;
	font-size: 12px;
}

#loader img {
	width: 120px;
}

/* --------------------------------------
ロード画面 end
-------------------------------------- */
/* --------------------------------------
メニュー
-------------------------------------- */
.menubtn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 8px;
	right: 20px;
	z-index: 90;
	width: 60px;
	height: 40px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menubtn span,
.menubtn span:before,
.menubtn span:after {
	content: '';
	display: block;
	position: absolute;
	right: 0px;
	height: 1px;
	background-color: #585858;
}

.menubtn span:before {
	width: 40px;
	bottom: 3px;
}

.menubtn span:after {
	width: 60px;
	top: 5px;
}

#menubtn-check:checked~.menubtn span:before {
	right: 0;
	bottom: 0;
	width: 20px;
	transform: rotate(45deg);
}

#menubtn-check:checked~.menubtn span:after {
	right: 0;
	top: 0;
	width: 20px;
	transform: rotate(-45deg);
}

#menubtn-check {
	display: none;
}

.menucntnt {
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	transition: 0.5s all;
	overflow: scroll;
}

.menucntnt ul {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 70px 30px 0;
}

.menucntnt ul li a {
	display: block;
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    color: #585858;
    font-size: 18px;
    border-bottom: 1px solid #87764b21;
}

.menucntnt ul li:last-child a {
	border: none;
}

.kyujin-btn{
	margin: 20px;
	display: flex;
	justify-content: center;
}

.kyujin-btn a{
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px;
    width: 100%;
	max-width: 160px;
    height: 40px;
    padding: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
    font-size: 15px;
    box-shadow: 3px 3px 15px #0000001a;
	transition: .5s ease;
	background-image: url("../img/background.jpg");
	background-position: right top;
}

.kyujin-btn a:first-child{
	background-position: left top;
}

.kyujin-btn a:last-child{
	background-position: right bottom;
}

.kyujin-btn a:hover{
    box-shadow:none;
}

#menubtn-check:checked~.menucntnt {
	left: 0;
}

/* --------------------------------------
メニュー end
-------------------------------------- */
body {
	min-width: 300px;
	font-family: zen-kaku-gothic-new, sans-serif, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 170%;
	letter-spacing: 0.02em;
	color: #585858;
	vertical-align: middle;
	-webkit-text-size-adjust: 100%;
	background-color: #faf8f2;
}

.headerlogo {
	position: fixed;
	top: 9px;
	left: 11px;
	z-index: 85;
	width: 90px;
	height: auto;
}

.sectionheader {
	display: block;
	position: relative;
	margin: 100px 0 50px;
	color: #585858;
	font-weight: 500;
	font-size: 13px;
	text-align: center;
}

.sectionheader-img {
	display: block;
	width: 200px;
	margin: 0 auto;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/*---------------------------------------
footer
---------------------------------------*/
#footer {
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding: 30px;
	color: #fff;
	text-align: center;
	background-image: url("../img/background.jpg");
	background-size: cover;
	background-repeat: repeat;
}

.footertxt {
	margin: 20px 0 40px;
}

.footertxt img {
	width: 100px;
}

.footertxt p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 18px;
}

.footertxt p a {
	color: #585858;
}

.insta{
	display: block;
	width:40px;
	margin: 10px auto 0;
}

.insta img{
	width: 20px;
}

.copyright {
	width: 100%;
	font-size: 12px;
	line-height: 11px;
	font-family: futura-pt, sans-serif;
}

.pclnk{
	display: block;
	margin: 0 auto;
	width:115px;
	color: #fff;
	font-size: 12px;
	line-height: 23px;
}

/*=======================================
smartphone only
=======================================*/
@media screen and (max-width:520px) {
	.flex1 a:first-child {
		margin: 0 0 20px;
	}
}

/*=======================================
ipad only
=======================================*/
@media screen and (min-width:520px) {
	.infobn {
		width: 40%;
		max-width: 300px;
	}

	.flex1 {
		display: flex;
		justify-content: center;
	}

	.flex1 a:first-child {
		margin: 0 10px 0 0;
	}
}

/*---------------------------------------
footer end
---------------------------------------*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

recruit,company

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.whitetable {
	margin: 0 20px 50px;
	border-top: 1px solid #faf8f2;
	border-right: 1px solid #faf8f2;
	border-left: 1px solid #faf8f2;
	color: #585858;
	font-size: 14px;
	width: calc(100% - 40px);
	line-height: 28px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.02);
}

.whitetable th {
	width: 25%;
	padding: 15px 10px;
	border-bottom: 1px solid #faf8f2;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: left;
}

.whitetable td {
	padding: 15px 10px;
	border-bottom: 1px solid #faf8f2;
	background-color: rgba(255, 255, 255, 1);
}

h2 {
	margin: 0 auto 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	text-align: center;
}

h2 img {
	display: block;
	width: 160px;
	margin: 0 auto;
}

.whitecircle {
	margin: 30px 20px;
	background-color: rgba(255, 255, 255, 1);
	line-height: 32px;
	border-radius: calc(50vw - 20px);
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.02);
}

.whitecircle p {
	max-width: 650px;
	margin: 0 auto 10px;
}

.map-img {
	width: 100%;
	height: 250px;
}

.map-lnk {
	text-align: center;
	color: #8d7c6b;
	font-size: 13px;
	display: block;
}

.map-txt {
	text-align: center;
	color: #585858;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 20px;
}

.messagesig {
	margin: 20px 0 0 0;
	text-align: center;
	color: #8d7c6b;
	font-size: 14px;
	line-height: 22px;
}

/*=======================================
smartphone only
=======================================*/
@media screen and (max-width:520px) {
	.whitecircle {

		padding: 60px 30px 80px;
	}

	.map-img {
		height: 250px;
	}
}

/*=======================================
ipad only
=======================================*/
@media screen and (min-width:520px) {
	.whitecircle {
		padding: 60px 20vw 80px;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

system

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
h4 {
	display: block;
	position: relative;
	margin: 50px 0 0 0;
	text-align: center;
	color: #c99d40;
	font-size: 18px;
	font-weight: 600;
}

h5 {
	margin: 10px auto 18px;
	text-align: center;
	color: #585858;
	font-size: 18px;
	font-weight: 400;
}
.exp {
	border-top: 2px solid #c99d40;
	padding: 20px;
	margin: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 15px;
	line-height: 31px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.deviewimg {
	width: calc(100% - 40px);
	padding: 20px 20px 50px 20px;
}

.training {
	padding: 20px 20px 40px;
	margin: 20px auto 0;
	width: calc(100% - 40px);
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}

.training ul li {
	position: relative;
	margin: 20px 0;
	padding: 15px 15px 15px 15px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	font-size: 14px;
	line-height: 25px;
	text-shadow: 1px 1px 5px #00000011;
	box-shadow: 2px 2px 10px rgba(173, 115, 49, 0.08);
}

.training ul li img {
	display: block;
	position: absolute;
	top: -4px;
	left: -4px;
	width: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #5d9baf;
}

/*=======================================
smartphone only
=======================================*/
@media screen and (max-width:520px) {
	.training {
		background-image: url("../img/training1.png");
	}
}

/*=======================================
ipad only
=======================================*/
@media screen and (min-width:520px) {
	.training {
		background-image: url("../img/training2.png");
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

event

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.eventphoto {
	display: block;
	width: 100%;
	max-width: 650px;
	margin: 20px auto;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

entry

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#entry {
	margin: 0 auto 50px;
}

#entry h3 {
	font-size: 16px;
	color: #585858;
	font-weight: 400;
	font-weight: bold;

}

#entry from {
	font-size: 16px;
}

.attention {
	margin: 0 30px 20px;
	font-size: 14px;
	line-height: 20px;
}

.attention a {
	font-size: 15px;
	color: #5d9baf;
	padding: 0 10px;
}

.important {
	color: #dd668a;
}

.formtable {
	margin: 20px 20px 0 20px;
	font-size: 16px;
	width: calc(100% - 40px);
}

.formtable tr {
	display: block;
	margin: 20px 0;
}

.form01,
textarea,
input[type="date"] {
	box-shadow: 1px 1px 5px #4231251f inset;
	width: 100%;
	border: 0;
	height: 2em;
	background-color: #fff;
	padding: 0 10px;
	margin: 0;
	min-height: 2.2em;
	text-align: left;
	-webkit-appearance: none;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #585858;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

.form01:focus,
textarea:focus,
input[type="date"]:focus {
	border: 2px solid #c99d40;
}

textarea {
	padding: 10px;
	height: 6em;
}

input[type="radio"] {
	margin: 10px;
}

.datechoice {
	color: #333;
	background-color: #fff;
	border-radius: 8px;
	border: none;
	width: 100%;
}

.genderchoice {
	width: 150px;
}

.salonchoice {
	width: 127px;
}

.graduatechoice {
	width: 175px;
}

::placeholder {
	color: #ddd;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
	color: #ddd;
}

/* IE対応 */
:-ms-input-placeholder {
	color: #ddd;
}

.submitbottun {
	position: relative;
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 200px;
	box-sizing: border-box;
	padding: 10px;
	background: linear-gradient(135deg, #9b8923, #aa7429);
	color: #fff;
	letter-spacing: 0.1em;
	text-align: center;
	font-size: 16px;
	border-radius: 8px;
	border: none;
	transition: 0.3s;
	box-shadow: 1px 1px 9px rgba(134, 112, 89, 0.4);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: zen-kaku-gothic-new, sans-serif, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.submitbottun:hover {
	box-shadow: none;
}

.submitbottun2 {
	display: flex;
	justify-content: center;
	margin: 20px 20px 90px;
}

.submitbottun2 input {
	margin: 0 10px;
	width: 100%;
	max-width: 140px;
	box-sizing: border-box;
	padding: 10px;
	background: linear-gradient(135deg, #9b8923, #aa7429);
	color: #fff;
	letter-spacing: 0.1em;
	font-size: 16px;
	border-radius: 8px;
	border: none;
	transition: 0.3s;
	box-shadow: 1px 1px 9px rgba(134, 112, 89, 0.4);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: zen-kaku-gothic-new, sans-serif, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.submitbottun2 input:hover {
	box-shadow: none;
}

.errorcolor {
	color: #dd668a;
	line-height: 35px;
}

/*=======================================
smartphone only
=======================================*/
@media screen and (max-width:520px) {

	.formtable,
	.formtable tbody,
	.formtable tr,
	.formtable th,
	.formtable td {
		display: block;
	}

	.formtable th {
		margin-bottom: 5px;
	}

	.genderchoice {
		margin: 0 auto;
	}

	.salonchoice {
		margin: 0 auto;
	}

	.graduatechoice {
		margin: 0 auto;
	}
}

/*=======================================
ipad only
=======================================*/
@media screen and (min-width:520px) {
	h3 {
		width: 150px;
		text-align: left;
	}

	.attention {
		text-align: center;
	}


	.formtable tr th,
	.formtable tr td {
		width: 100%;
	}


	.formtable tr th {
		width: 170px;
	}


	.genderchoice {
		margin: 20px auto 20px 0;
	}

	.salonchoice {
		margin: 0 auto 0 0;
	}

	.guraduatechoice {
		margin: 0 auto 0 0;
	}
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

personal

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.exp p {
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	font-size: 14px;
	line-height: 25px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

info

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#info {
	position: relative;
}

.spinfotext {
	position: relative;
	width: 100%;
}

.spinfotext span {
	display: block;
	position: absolute;
	bottom: 55px;
	right: 30px;
	width: 205px;
	margin: 0 auto 0 20px;
	color: #fff;
	text-align: right;
	font-size: 22px;
	line-height: 35px;
	text-shadow: 2px 2px 6px #664f3ba8;
}

.spinfotext span:last-child {
	bottom: 20px;
	right: 20px;
}

.spinfotext2 {
	margin: 20px;
	border-collapse: separate;
	border-spacing: 0 5px;
}

.spinfotext2 tr {
	margin: 10px;
	width: 100%;
}

.spinfotext2 th {
	height: 50px;
	width: 60px;
	padding: 10px;
	font-size: 17px;
	line-height: 20px;
	vertical-align: middle;
	color: #fff;
	background-color: #4d5d6a;

}

.spinfotext2 td {
	width: calc(100vw - 120px);
	height: 50px;
	font-size: 15px;
	padding: 10px 20px;
	vertical-align: middle;
	background-color: #ffffffc4;
}

.spinfotext3 {
	display: flex;
	justify-content: space-around;
	margin: 20px;
}

.info01 {
	width: 30%;
	text-align: center;
	font-size: 13px;
}

.info01 img {
	border-radius: 50%;
}

.info02 {
	width: 50%;
	text-align: center;
	font-size: 13px;
}

.spinfosalon{
	position: relative;	
}

.spinfosalon a {
	position: relative;
	display: flex;
	background: linear-gradient(135deg, #e3cc9b, #bb9441);
	margin: 3px;
	opacity: 1;
	transition: 0.3s all;
}

.spinfosalon a:hover{
	opacity: 0.7;
}

.spinfosalon a img {
	display: block;
	width: 50%;
}

.spinfosalon a div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}