@charset "UTF-8";

@media screen and (max-width: 999px){

body {
	font-family: "Noto Sans JP", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #373737;
	font-size: 16px;
	line-height: 1.6;
	background: #ffffff;
	background-image: url("../../common/bg_01_sp.png");
	background-repeat: repeat-x;
	background-position: center top;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	ヘッダー

*****************************************/
header {}
#header {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

.header__inner {}

.header__logo {
	text-align: center;
	padding: 20px 0 25px 25px;
}
.header__logo img {
	width: 200px;
}

.header__title {
	text-align: center;
}
.header__title img {
	height: 24px;
}

.header__link {
	display: none;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a {
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 40px;
	height: 40px;
}



footer{}
#footer {
	background: #6a3d1b;
}

.footer__inner {
	margin: 0 15px;
	padding: 60px 0 60px 0;
}

.footer__logo {
	width: 260px;
	margin: 0 auto;
	padding: 0 0 130px 40px;
	position: relative;
}
.footer__logo::after {
	content: '';
	display: inline-block;
	width: 209px;
	height: 80px;
	background-image: url("../../common/footer_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.footer__link01 {
	width: 200px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
.footer__link02 {
	width: 200px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
.footer__link03 {
	width: 200px;
	margin: 0 auto;
}

.footer__name {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ffffff;
}
.footer__name span {
	display: block;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.footer__address {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.714;
	padding: 10px 0 10px 0;
}
.footer__tel {}



.footer__copyright {
	text-align: center;
}
.footer__copyright p {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 300;
    letter-spacing: 0.14em;
	line-height: 1.2;
	padding: 0 0 20px 0;
}




/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ふわっ（上から）*/
.fadeDown{
	animation-name: fadeDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownAnime{
	opacity: 0;
}



/****************************************

	home

*****************************************/
#top {}


.top-visual {
	position: relative;
}
.top-visual::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 79px;
	background-image: url("../../img/slider_bg01_sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -32px;
	left: 0;
	z-index: -1;
}
.top-visual::after {
	content: '';
	display: inline-block;
	width: 300px;
	height: 72px;
	background-image: url("../../img/slider_bg02_sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.top-visual p {
	margin: 0 auto;
	width: 100%;
}
.top-visual p img {
	height: auto;
	width: 100%;
}



.top-recruit {}
.top-recruit__inner {
	margin: 0 15px;
	padding: 80px 0 100px 0;
}

.top-recruit__title {
	text-align: center;
}

.top-recruit__subtitle {
	text-align: center;
	color: #6a3d1b;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	padding: 30px 0 40px 0;
	position: relative;
}
.top-recruit__subtitle::before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url("../../img/recruit_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: -1;
}
.top-recruit__subtitle::after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 37px;
	background-image: url("../../img/recruit_bg02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 35px;
	right: 0;
	z-index: -1;
}


.top-recruit__image {
	margin: 0 0 60px 0;
}
.top-recruit__image ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-recruit__image ul li {
	width: 48%;
}
.top-recruit__image ul li img {
	width: 100%;
	height: auto;
}
.top-recruit__image ul li:nth-of-type(1) {
	margin: 0 4% 4% 0;
}
.top-recruit__image ul li:nth-of-type(2) {
	margin: 0 0 4% 0;
}
.top-recruit__image ul li:nth-of-type(3) {
	margin: 0 4% 0 0;
}
.top-recruit__image ul li:nth-of-type(4) {
	margin: 0;
}


.top-recruit__link {
	padding: 0 0 60px 0;
}
.top-recruit__link ul {}
.top-recruit__link ul li {
	text-align: center;
	padding: 0 0 30px 0;
}


.top-recruit__workplace {}
.top-recruit__workplace--title {
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 12px 20px;
	border-top: 1px solid #6a3d1b;
	border-bottom: 1px solid #6a3d1b;
	position: relative;
	margin: 0 0 50px 0;
}
.top-recruit__workplace--title::before {
	content: '';
	display: inline-block;
	width: 46px;
	height: 39px;
	background-image: url("../../img/workplace_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -40px;
	right: 0;
}

.top-recruit__workplace dl {
	padding: 0 0 40px 30px;
}
.top-recruit__workplace dl:nth-of-type(1) {
	background-image: url("../../img/workplace_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 18px 18px;
}
.top-recruit__workplace dl:nth-of-type(2) {
	background-image: url("../../img/workplace_bg03.png");
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 18px 18px;
}
.top-recruit__workplace dl:nth-of-type(3) {
	background-image: url("../../img/workplace_bg04.png");
	background-repeat: no-repeat;
	background-position: left top 6px;
	background-size: 18px 18px;
	padding: 0 0 0 30px;
}
.top-recruit__workplace dl dt {
	color: #6a3d1b;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.top-recruit__workplace dl dd {
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 0.1em;
}


.top-entry {
	background: #f8eee7;
	position: relative;
}
.top-entry::before {
	content: '';
	display: inline-block;
	width: 160px;
	height: 89px;
	background-image: url("../../img/entry_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -48px;
	right: 10px;
	z-index: -1;
}

.top-entry__inner {
	margin: 0 15px;
	padding: 50px 0 80px 0;
}


.top-entry__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 20px;
	margin: 0 0 20px 0;
}

.top-entry__guide {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}
.top-entry__guide span {
	color: #ff3d1b;
}

.top-entry__form {
	background: #ffffff;
	padding: 15px;
	margin: 0 0 30px 0;
}

.top-entry__form table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: none;
}
.top-entry__form table th {
	width: 100%;
	display: block;
	padding: 20px 0 5px 0;
	text-align: left;
	vertical-align: middle;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #6a3d1b;
}
.top-entry__form table th span {
	color: #ff3d1b;
	font-size: 12px;
	margin: 0 0 0 5px;
}
.top-entry__form table td {
	width: 100%;
	display: block;
	padding: 10px 0;
	vertical-align: middle;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}


.top-entry__form table td label {
	padding: 0 15px 0 0;
}
.top-entry__form--blocklabel label {
	display: block;
}


.top-entry__form .small-box {
	width: 40%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
	margin: 0 10px 0 0;
}

.top-entry__form .large-box {
	width: 90%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
	margin: 0 10px 0 0;
}

.top-entry__form .textarea-box {
	width: 90%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
}

.top-entry__form--txt01 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.top-entry__form--txt02 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}


.top-entry__form--btn {
	padding: 0 0 60px 0;
}
.top-entry__form--btn input[type="submit"] {
	width: 45%;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 12px 20px 12px 20px;
	border: 2px solid #eb6e61;
	background: #eb6e61;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.top-entry__form--btn input[type="submit"]:hover {
	border: 2px solid #eb6e61;
	background: #FFFFFF;
	color: #eb6e61;
}


.top-entry__info {
	border-top: 2px dotted #6a3d1b;
}
.top-entry__info--txt01 {
	width: fit-content;
	margin: 40px auto 30px auto;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background-image: url("../../img/entry_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 24px 25px;
	padding: 0 0 0 40px;
}
.top-entry__info--tel {
	text-align: center;
	padding: 0 0 30px 0;
}
.top-entry__info--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}




/****************************************

	entry_kakunin

*****************************************/
#entry_kakunin {}


.kakunin-entry {
	background: #f8eee7;
	position: relative;
}
.kakunin-entry::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 79px;
	background-image: url("../../img/slider_bg01_sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -32px;
	left: 0;
	z-index: -1;
}

.kakunin-entry__inner {
	margin: 0 15px;
	padding: 50px 0 80px 0;
}


.kakunin-entry__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 20px;
	margin: 0 0 20px 0;
}

.kakunin-entry__guide {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}
.kakunin-entry__guide span {
	color: #ff3d1b;
}

.kakunin-entry__form {
	background: #ffffff;
	padding: 15px;
	margin: 0 0 30px 0;
}

.kakunin-entry__form table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border: none;
}
.kakunin-entry__form table th {
	width: 100%;
	display: block;
	padding: 20px 0 5px 0;
	text-align: left;
	vertical-align: middle;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #6a3d1b;
}
.kakunin-entry__form table th span {
	color: #ff3d1b;
	font-size: 12px;
	margin: 0 0 0 5px;
}
.kakunin-entry__form table td {
	width: 100%;
	display: block;
	padding: 10px 0;
	vertical-align: middle;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}


.kakunin-entry__form table td label {
	padding: 0 15px 0 0;
}
.kakunin-entry__form--blocklabel label {
	display: block;
}


.kakunin-entry__form table td input[name="name04"],
.kakunin-entry__form table td input[name="name03"],
.kakunin-entry__form table td input[name="name02"],
.kakunin-entry__form table td input[name="name01"] {
	width: 40%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
	margin: 0 10px 0 0;
}

.kakunin-entry__form table td input[name="school-name"],
.kakunin-entry__form table td input[name="mail"],
.kakunin-entry__form table td input[name="tel"] {
	width: 90%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
	margin: 0 10px 0 0;
}

.kakunin-entry__form table td textarea[name="questions-requests"],
.kakunin-entry__form table td textarea[name="address"] {
	width: 90%;
	padding: 10px;
	color: #6a3d1b;
	background: #FFFFFF;
	border: 1px solid #6a3d1b;
}

.kakunin-entry__form--txt01 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.kakunin-entry__form--txt02 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}


.kakunin-entry__info {
	border-top: 2px dotted #6a3d1b;
}
.kakunin-entry__info--txt01 {
	width: fit-content;
	margin: 40px auto 30px auto;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background-image: url("../../img/entry_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 24px 25px;
	padding: 0 0 0 40px;
}
.kakunin-entry__info--tel {
	text-align: center;
	padding: 0 0 30px 0;
}
.kakunin-entry__info--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}


.kakunin-entry__form--btn {
	padding: 0 0 85px 0;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.kakunin-entry__form--btn input[type="button"] {
	width: 45%;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 12px 20px 12px 20px;
	border: 2px solid #6999cc;
	background: #6999cc;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.kakunin-entry__form--btn input[type="button"]:hover {
	border: 2px solid #6999cc;
	background: #FFFFFF;
	color: #6999cc;
}

.kakunin-entry__form--btn input[type="submit"] {
	width: 45%;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 12px 20px 12px 20px;
	border: 2px solid #eb6e61;
	background: #eb6e61;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.kakunin-entry__form--btn input[type="submit"]:hover {
	border: 2px solid #eb6e61;
	background: #FFFFFF;
	color: #eb6e61;
}



/****************************************

	entry_error

*****************************************/
#entry_error {}


.error-entry {
	background: #f8eee7;
	position: relative;
}
.error-entry::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 79px;
	background-image: url("../../img/slider_bg01_sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -32px;
	left: 0;
	z-index: -1;
}

.error-entry__inner {
	margin: 0 15px;
	padding: 50px 0 80px 0;
}


.error-entry__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 20px;
	margin: 0 0 20px 0;
}

.error-entry__guide {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}
.error-entry__guide span {
	color: #ff3d1b;
}

.error-entry__form {
	background: #ffffff;
	padding: 15px;
	margin: 0 0 30px 0;
}


.error-entry__form--txt01 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.error-entry__form--txt02 {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 30px 0;
}


.error-entry__form--guide01 {
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 20px 0 40px 0;
}
.error_messe {
	text-align: center;
	color: #ff3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}


.error-entry__info {
	border-top: 2px dotted #6a3d1b;
}
.error-entry__info--txt01 {
	width: fit-content;
	margin: 40px auto 30px auto;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background-image: url("../../img/entry_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 24px 25px;
	padding: 0 0 0 40px;
}
.error-entry__info--tel {
	text-align: center;
	padding: 0 0 30px 0;
}
.error-entry__info--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}


.error-entry__form--btn {
	padding: 0 0 85px 0;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.error-entry__form--btn input[type="button"] {
	width: 45%;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	display: block;
	margin: 0 auto;
	padding: 12px 20px 12px 20px;
	border: 2px solid #6999cc;
	background: #6999cc;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.1);
}
.error-entry__form--btn input[type="button"]:hover {
	border: 2px solid #6999cc;
	background: #FFFFFF;
	color: #6999cc;
}




/****************************************

	entry_kanryo

*****************************************/
#entry_kanryo {}


.kanryo-entry {
	background: #f8eee7;
	position: relative;
}
.kanryo-entry::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 79px;
	background-image: url("../../img/slider_bg01_sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -32px;
	left: 0;
	z-index: -1;
}

.kanryo-entry__inner {
	margin: 0 15px;
	padding: 50px 0 80px 0;
}


.kanryo-entry__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 20px;
	margin: 0 0 20px 0;
}

.kanryo-entry__form {
	background: #ffffff;
	padding: 15px;
	margin: 0 0 70px 0;
}


.kanryo-entry__form--guide01 {
	text-align: center;
	color: #6a3d1b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.714;
	letter-spacing: 0.1em;
	margin: 20px 0 30px 0;
}
.kanryo-entry__form--guide02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}


.kanryo-entry__info {
	border-top: 2px dotted #6a3d1b;
}
.kanryo-entry__info--txt01 {
	width: fit-content;
	margin: 40px auto 30px auto;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	background-image: url("../../img/entry_bg02.png");
	background-repeat: no-repeat;
	background-position: left top 5px;
	background-size: 24px 25px;
	padding: 0 0 0 40px;
}
.kanryo-entry__info--tel {
	text-align: center;
	padding: 0 0 30px 0;
}
.kanryo-entry__info--txt02 {
	text-align: center;
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
