@charset "utf-8";


h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 1px;
	color: #000;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: normal;
	line-height: 100%;
	letter-spacing: 1px;
	color: #000;
}

h2.deco::before {
	display: inline-block;
	content: url(../commons/img/img_h2_left.png);
	vertical-align: middle;
	padding-right: 15px;
}

h2.deco::after {
	display: inline-block;
	content: url(../commons/img/img_h2_right.png);
	vertical-align: middle;
	padding-left: 15px;
}

.bgTop {
	min-width: 1000px;
	background: url(../img/top/bg_L_top.png) no-repeat left top, url(../img/top/bg_R_top.png) no-repeat right top;
}

.bgContents {
	min-width: 1000px;
	background: url(../commons/img/bg_L_contents.png) no-repeat left top, url(../commons/img/bg_R_contents.png) no-repeat right top;
}

.recruitbg {
	background: url(../img/recruit/bg.jpg) repeat center;
}

.recruitbg .bgContents {
	min-width: 1000px;
	background: url(../commons/img/bg_L_contents_r.png) no-repeat left top, url(../commons/img/bg_R_contents_r.png) no-repeat right top;
}

/* Numeric Navigation */
ol.numericControls {
	margin: 1em 0;
	padding: 0;
	height: 12px;
	text-align: center;
	line-height: 100%;
}

ol.numericControls li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0;
	list-style: none;
	height: 12px;
	line-height: 12px;
}

ol.numericControls li a {
	display: inline-block;
	width: 6px;
	height: 6px;
	line-height: 12px;
	background: #999;
	text-decoration: none;
	border-radius: 25px;
}

ol.numericControls li a span {
	display: none;
}

ol.numericControls li.current a {
	width: 6px;
	height: 6px;
	background: #666;
	border-radius: 25px;
}

ol.numericControls li a:focus,
.prevBtn a:focus,
.nextBtn a:focus {
	outline: none;
}

ol.numericControls li.current a span {
	display: none;
}


/* index.html
====================================*/
#index .mv {
	width: 1000px;
	height: 520px;
	margin: auto;
}

#index .contents {
	width: 1000px;
	margin: auto;
	padding-top: 35px;
}

#index .contents h2 {
	font-size: 28px;
}

#index .contents ul {
	font-size: 0;
}

#index .contents ul li {
	display: inline-block;
	margin-right: 30px;
	margin-top: 30px;
}

#index .contents ul li:nth-child(3n) {
	margin-right: 0;
}

#index .contents ul li a {
	display: block;
	width: 100%;
	height: auto;
}

#index .contents ul li p {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
}

#index .information {
	margin-top: 45px;
	padding: 50px 0 95px;
}

#index .information ul {
	padding: 0 50px;
	margin-top: 50px;
	height: 200px;
	overflow-y: scroll;
	overflow: scroll;
}

#index .information ul li {
	padding: 20px 30px 20px 45px;
	border-bottom: 1px dotted #000;
}

#index .information ul li:last-child {
	border-bottom: none;
}

#index .information ul li .infoDay {
	width: 170px;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	line-height: 24px;
}

#index .information ul li .infoText {
	width: 630px;
	display: inline-block;
}

#index .information ul li .infoTtl {
	font-size: 15px;
	line-height: 24px;
	font-weight: bold;
}

#index .information ul li .infoContents {
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
}

#index .blog {
	margin-top: 100px;
}

#index .blog .blogWrap {
	width: 1000px;
	margin: 35px auto 0;
}

#index .blog .blogWrap .blogBox {
	float: left;
	width: 230px;
	margin-right: 25px;
}

#index .blog .blogWrap .blogBox:last-child {
	margin-right: 0;
}

#index .blog .blogWrap .blogBox a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #120910;
	padding: 10px 10px 15px;
}

#index .blog .blogWrap .blogBox img {
	width: 100%;
	height: auto;
}

#index .blog .blogWrap .blogBox p.day {
	font-size: 12px;
	line-height: 22px;
	margin-top: 5px;
}

#index .blog .blogWrap .blogBox p.title {
	font-size: 13px;
	line-height: 24px;
	font-weight: bold;
}

#index .blog .blogWrap .blogBox p.text {
	font-size: 12px;
	line-height: 22px;
}

#index .calender {
	padding-top: 85px;
	width: 1000px;
	margin: auto;
}

#index .calender ul {
	text-align: center;
	font-size: 0;
	margin-top: 20px;
}

#index .calender ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 30px;
}

.instagram {
	margin-top: 100px;
}

.instagram-placeholder {
	margin: 0 5px 20px 0;
	width: 163px;
	float: left;
}

.instagram-placeholder:nth-child(3n) {
	margin-right: 0;
}

.instagram-placeholder img {
	width: 100%;
	height: auto;
}


/* concept.html
====================================*/
#concept {
	padding: 45px 0 40px;
}

#concept h1+p {
	font-size: 14px;
	line-height: 34px;
	margin-top: 50px;
}

#info {
	padding: 150px 0 0;
	margin-top: 0px;
}

#info .map {
	margin: 35px auto 0;
}

#info .accessBox {
	margin: 25px 0 0;
}

#info .accessBox .accessL {
	float: left;
}

#info .accessBox .accessL ul {
	padding: 0 30px 0 60px;
}

#info .accessBox .accessR {
	float: right;
}

#info .accessBox .accessR ul {
	padding: 0 60px 0 30px;
}

#info .accessBox ul li {
	font-size: 14px;
	line-height: 26px;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px dotted #452710;
}

#info .accessBox .accessL ul li:nth-child(4) {
	padding-left: 3em;
	text-indent: -2.6em;
}

#info .accessBox .accessR ul li:nth-child(1) {
	padding-left: 3.8em;
	text-indent: -3.5em;
}

#info .accessBox .accessL ul li span.tel {
	font-weight: bold;
}

#info .accessBox .accessR>span {
	display: block;
	width: 170px;
	height: 30px;
	background: #6a3906;
	font-size: 13px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	margin-left: 30px;
}

#info .accessBox .accessR>p {
	font-size: 13px;
	line-height: 26px;
	margin-left: 30px;
	margin-top: 10px;
}


/* menu.html
====================================*/
#menu {
	padding: 45px 0 0;
}

#menu h1+p {
	margin-top: 10px;
	font-size: 12px;
}
#menu .red{
  color: #cd1c1c;
}

#menu .menuBox {
	width: 780px;
	margin: 65px auto 0;
}

#menu .menuBox h2 span {
	font-size: 13px;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: normal;
}

#menu .menuBox h2 span.gray {
	color: #7d7d7d;
	float: right;
}

#menu .menuBox ul {
	margin-top: 15px;
}

#menu .menuBox ul li {
	padding: 12px 10px 12px 5px;
	border-bottom: 1px dotted #7e6b5a;
	font-size: 15px;
	letter-spacing: 0.5px;
}

#menu .menuBox ul li span.menuName {
	float: left;
}

#menu .menuBox ul li span.menuPrice {
	width: 150px;
	float: right;
	text-align: right;
}

#menu .menuBox ul li span.menuPrice .small {
	font-size: 13px;
	white-space: nowrap;
}

#menu .menuBox ul li p {
	font-size: 13px;
	line-height: 18px;
	color: #7d7d7d;
	padding-top: 5px;
}

#menu p.menuText {
	width: 780px;
	margin: auto;
	margin-top: 50px;
	font-size: 16px;
}


/* staff.html
====================================*/
#staff {
	padding: 45px 0 0;
}

#staff ul {
	font-size: 0;
	margin-top: 45px;
}

#staff ul li {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	padding: 0 10px 50px;
	margin-right: 90px;
}

#staff ul li:nth-child(3n) {
	margin-right: 0;
}

#staff ul li .image {
	text-align: center;
}

#staff ul li .name {
	font-size: 15px;
	line-height: 25px;
	margin-top: 10px;
}

#staff ul li .name span {
	font-size: 13px;
}

#staff ul li .comment {
	font-size: 13px;
	line-height: 22px;
	margin-top: 5px;
}


/* campaign.html
====================================*/
#campaign {
	padding: 45px 0 80px;
}

#campaign p.pink {
	font-size: 22px;
	color: #ea5976;
	margin-top: 50px;
}

#campaign p.image {
	margin-top: 40px;
}

#campaign .campInfo,
#campaign .campContents {
	    margin-top: 65px;
    font-size: 15px;
    line-height: 30px;
    /* padding-left: 125px; */
    width: 760px;
    margin: 65px auto 0;
}

#campaign .campInfo .pink {
	margin: 0px 0px 10px 0px;
	color: #ea5976;
	font-size: 17px;
}

#campaign .campContents .pink {
	color: #ea5976;
	font-weight: bold;
	font-size: 22px;
}
#campaign .campContents .pink_small{
	color: #ea5976;
	font-size: 13px;
}

#campaign .campContents .fontsmall {
	font-size: 13px;
}

#campaign .campContents .fontbold {
	font-weight: bold;
}

#campaign .campContents .underline {
	border-bottom: 1px solid #000;
}

/* recommend.html
====================================*/
#recommend {
	padding: 45px 0 0;
}

#recommend .recBox {
	padding-top: 50px;
	margin-bottom: 30px;
}

#recommend .box01 ul li:nth-child(1) {
	width: 500px;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 0 0;
}

#recommend .box01 ul li:nth-child(2) {
	float: right;
}

#recommend .box02 ul li:nth-child(1) {
	width: 500px;
	float: right;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 0 15px;
}

#recommend .box02 ul li:nth-child(2) {
	float: left;
}

#recommend .recBox ul li .recText {
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}

#products {
	padding: 80px 0 0;
}

#products .productsTxt {
	width: 950px;
	margin: 60px auto 0;
	background: url(../img/recommend/bg_products.png) repeat;
}

#products .productsTxt span {
	display: block;
	width: 100%;
	padding: 30px 0;
	background-image: url(../img/recommend/bg_products01.png), url(../img/recommend/bg_products02.png), url(../img/recommend/bg_products03.png), url(../img/recommend/bg_products04.png);
	background-repeat: no-repeat;
	background-position: left top, right top, left bottom, right bottom;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #482704;
}

#products ul {
	margin-top: 20px;
	font-size: 0;
}

#products ul li {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px 35px 0 25px;
}

#products ul li .image {
	text-align: center;
}

#products ul li .about {
	font-size: 13px;
	line-height: 22px;
	margin-top: 10px;
}

#products ul li .about span {
	font-size: 14px;
	line-height: 32px;
	font-weight: bold;
}

#products ul li .about span .small {
	font-size: 12px;
}


/* gallery.html
====================================*/
#gallery {
	padding: 45px 0 50px;
}

#gallery h2:first-of-type {
	margin-top: 50px;
}

#gallery h2 {
	margin-top: 25px;
}

#gallery ul {
	margin-top: 25px;
	font-size: 0;
}

#gallery ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
	margin-bottom: 50px;
}

#gallery ul li:nth-child(4n) {
	margin-right: 0;
}

/* recruit.html
====================================*/
#recruit .box {
	margin-bottom: 100px;
}

#recruit .recruit h1 {
	font-family: 'NotoSansJP', sans-serif;
	font-size: 42px;
	font-weight: bold;
	margin-top: 60px;
}

#recruit h1 {
	font-family: 'NotoSansJP', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
}

#recruit h1 span {
	font-size: 16px;
	font-weight: 100;
}

#recruit .shadow_box {
	background-color: #fff;
	border-radius: 30px;
	-webkit-box-shadow: #cacaca 0 0 8px;
	box-shadow: #cacaca 0 0 8px;
}

#recruit .flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* ↓LINEとエントリーフォームできたらこちらに変更してください */
	/* justify-content: space-between; */
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

#recruit .recruit .recruitbox {
	width: 730px;
	line-height: 2em;
	text-align: center;
	margin: 0 auto;
	padding: 35px 90px;
}

#recruit .feature .feature_box {
	margin-bottom: 60px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#recruit .feature .feature_box .feature_img {
	width: 350px;
}

#recruit .feature .feature_box .feature_img img {
	width: 100%;
}

#recruit .feature .feature_box .feature_text {
	width: 600px;
}

#recruit .feature .feature_box .feature_text .feature_ttl {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 20px 60px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #000;
}

#recruit .feature .feature_box .feature_text .feature_01::before {
	content: '';
	width: 34px;
	height: 29px;
	background-image: url(../img/recruit/feature01.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 18px;
	left: 0px;
}

#recruit .feature .feature_box .feature_text .feature_02::before {
	content: '';
	width: 43px;
	height: 29px;
	background-image: url(../img/recruit/feature02.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 18px;
	left: 0px;
}

#recruit .feature .feature_box .feature_text .feature_03::before {
	content: '';
	width: 43px;
	height: 31px;
	background-image: url(../img/recruit/feature03.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 15px;
	left: 0px;
}

#recruit .feature .feature_box .feature_text .feature_detail {
	font-size: 15px;
	line-height: 2.2em;
}

#recruit .flex_left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

#recruit .environment .environment_flex .environment_box {
	width: 468px;
	margin-bottom: 35px;
}

#recruit .environment .environment_flex .environment_box .environment_ttl {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#recruit .environment .environment_flex .environment_box .environment_ttl p {
	display: inline-block;
	position: relative;
}

#recruit .environment .environment_flex .environment_box .environment_ttl p::before {
	content: '';
	width: 1em;
	height: 1em;
	display: inline-block;
	position: absolute;
	border-left: solid 2px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
	left: -15px;
	top: -2px;
}

#recruit .environment .environment_flex .environment_box .environment_ttl p::after {
	content: '';
	width: 1em;
	height: 1em;
	display: inline-block;
	position: absolute;
	border-right: solid 2px;
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
	right: -15px;
	top: -2px;
}

#recruit .environment .environment_flex .environment_box .environment_img {
	text-align: center;
}

#recruit .environment .environment_flex .environment_box .environment_img01 {
	width: 170px;
	margin: 20px auto;
}

#recruit .environment .environment_flex .environment_box .environment_img02 {
	width: 153px;
	margin: 20px auto;
}

#recruit .environment .environment_flex .environment_box .environment_img03 {
	width: 135px;
	margin: 25px auto;
}

#recruit .environment .environment_flex .environment_box .environment_img04 {
	width: 94px;
	margin: 40px auto;
}

#recruit .environment .environment_flex .environment_box .environment_img img {
	width: 100%;
}

#recruit .environment .environment_flex .environment_box .environment_detail {
	font-size: 15px;
	padding: 0 27px 40px;
	line-height: 1.8em;
}

/* カリキュラム */
#recruit .environment .curriculum {
	padding: 40px;
	text-align: center;
	margin-top: 50px;
}

.curriculum_arw {
	background: -o-linear-gradient(left, #ffac9a, #f1a16c);
	background: -webkit-gradient(linear, left top, right top, from(#ffac9a), to(#f1a16c));
	background: linear-gradient(to right, #ffac9a, #f1a16c);
	position: relative;
	padding: 13px 70px;
	margin-bottom: 40px;
}

.curriculum_arwTxt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.curriculum_arw::after {
	background: -o-linear-gradient(left bottom, hsla(0, 0%, 100%, 0) 50%, #f1a16c 50.5%) 0 0/50% 100% no-repeat, -o-linear-gradient(right bottom, hsla(0, 0%, 100%, 0) 50%, #f1a16c 50.5%) 100% 0/50% 100% no-repeat;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.5%, #f1a16c)) 0 0/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(50.5%, #f1a16c)) 100% 0/50% 100% no-repeat;
	background: linear-gradient(to right top, hsla(0, 0%, 100%, 0) 50%, #f1a16c 50.5%) 0 0/50% 100% no-repeat, linear-gradient(to left top, hsla(0, 0%, 100%, 0) 50%, #f1a16c 50.5%) 100% 0/50% 100% no-repeat;
	border-bottom: 25px solid transparent;
	border-left: 20px solid #f1a16c;
	border-top: 25px solid transparent;
	content: "";
	height: 0;
	inset: 0 -20px auto auto;
	position: absolute;
	width: 0;
	z-index: 1;
}

.curriculum_graph {
	overflow-x: scroll;
}

.curriculum_graph img {
	max-height: 542px;
}

/* Q&A */
.faq {
	padding-top: 100px;
}

.faqs_list dl {
	margin-top: 30px;
	border-bottom: 1px dotted #737373;
}

.faqs_list dl dt {
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px;
	position: relative;
	padding-left: 58px;
	text-indent: -58px
}

.question::before {
	content: "Q";
	display: inline-block;
	text-align: center;
	line-height: 40px;
	padding: 0;
	color: #fff;
	font-size: 19px;
	font-weight: 400;
	background: #e38598;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	margin-right: 20px;
	text-indent: 0;
}

.answer {
	position: relative;
	padding-left: 58px;
}

.answer::before {
	content: "A";
	display: inline-block;
	text-align: center;
	line-height: 38px;
	padding: 0;
	color: #e38598;
	font-size: 19px;
	border: 1px solid #e38598;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

/*プラス*/
.plus {
	position: absolute;
	right: 30px;
	top: 10px;
	height: 100%;
	border-radius: 0px 10px 10px 0px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.plus::before,
.plus::after {
	display: block;
	content: "";
	background-color: #000;
	position: absolute;
	width: 21px;
	height: 3px;
	bottom: 50%;
	right: 50%;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.plus::before {
	width: 3px;
	height: 21px;
}

/*アコーディオンが開いたらプラスをマイナスにする*/
.toggle_title.selected .plus::before {
	-webkit-transform: translate(50%, 50%) rotate(90deg);
	-ms-transform: translate(50%, 50%) rotate(90deg);
	transform: translate(50%, 50%) rotate(90deg);
}

.faqs_list dl dd {
	padding-bottom: 30px;
	display: none;
	font-size: 15px;

}

#recruit .interview .interview_box {
	margin-bottom: 70px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#recruit .interview .interview_box .staffimg {
	max-width: 198px;
}

#recruit .interview .interview_box .staffimg img {
	width: 100%;
}

#recruit .interview .interview_box .interview_text {
	max-width: 735px;
	width: 100%;
}

#recruit .interview .interview_box .interview_text .staffname {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000;
}

#recruit .interview .interview_box .interview_text .interview_detail {
	font-size: 15px;
	line-height: 1.6em;
}

#recruit .job table {
	display: block;
	padding: 20px 80px 30px;
	width: 100%;
	background-color: #fff;
}

#recruit .job table tbody tr {
	padding: 20px 0;
	border-bottom: 1px dotted #000;
	font-size: 15px;
}

#recruit .job table tbody tr th {
	padding: 20px 0;
}

#recruit .job .job_ttl {
	width: 250px;
}

#recruit .job .job_detail {
	width: 580px;
	text-align: left;
	font-weight: 100;
	line-height: 1.6em;
}

#recruit .entry_bg {
	background-image: url(../img/recruit/entry_bg.jpg);
	background-repeat: repeat;
	background-size: cover;
	padding: 60px 0;
}

#recruit .entry .entry_bg p {
	font-size: 15px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}

#recruit .entry .entry_bg .entry_btn {
	width: 710px;
	margin: auto;
}

#recruit .entry .entry_bg .entry_btn a {
	width: 300px;
	padding: 20px 70px 20px 90px;
	text-align: center;
	margin: 0 15px 10px 0;
	font-weight: bold;
	position: relative;
}

#recruit .entry .entry_bg .entry_btn .shadow_box {
	border-radius: 10px;
	-webkit-box-shadow: #9f9f9f 0 0 8px;
	box-shadow: #9f9f9f 0 0 8px;
}

#recruit .entry .entry_bg .entry_btn .tel::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../img/recruit/tel.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 23px;
	left: 72px;
}

#recruit .entry .entry_bg .entry_btn .line::before {
	content: '';
	width: 21px;
	height: 20px;
	background-image: url(../img/recruit/line.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 22px;
	left: 130px;
}

#recruit .entry .entry_bg .entry_btn .insta::before {
	content: '';
	width: 20px;
	height: 20px;
	background-image: url(../img/recruit/insta.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 22px;
	left: 108px;
}

#recruit .entry .entry_bg .entry_btn .mail::before {
	content: '';
	width: 22px;
	height: 18px;
	background-image: url(../img/recruit/mail.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 23px;
	left: 77px;
}




@media screen and (max-width: 480px) {

	.bgTop {
		min-width: 100%;
		background: url(../img/top/bg_L_top.png) no-repeat left top, url(../img/top/bg_R_top.png) no-repeat right top;
		background-size: 20% auto, 20% auto;
	}

	.bgContents {
		min-width: 100%;
		background: url(../commons/img/bg_L_contents.png) no-repeat left top, url(../commons/img/bg_R_contents.png) no-repeat right top;
		background-size: 30% auto, 30% auto;
	}

	.recruitbg .bgContents {
		min-width: 100%;
		background: url(../commons/img/bg_L_contents_r.png) no-repeat left top, url(../commons/img/bg_R_contents_r.png) no-repeat right top;
		background-size: 30% auto, 30% auto;
	}

	/* index.html
	====================================*/
	#index .mv {
		width: 100%;
		height: 0;
		margin: 30px auto 0;
		padding-top: 0;
		background-size: cover;
	}

	#index .mv img {
		width: 100%;
		height: auto;
	}

	#index .mv ul {
		position: relative;
		float: left;
		list-style: none;
		display: block;
		margin: 0px;
		width: 1000px;
	}

	#index .mv ul li {
		position: relative;
		float: left;
		list-style: none;
		display: block;
		margin: 0px;
		width: 367px;
	}


	#index .contents {
		width: 94%;
		margin: auto;
		padding-top: 35px;
	}

	#index .contents ul {
		font-size: 0;
	}

	#index .contents ul li {
		display: block;
		text-align: center;
		margin-right: auto;
		margin-top: 20px;
	}

	#index .contents ul li:nth-child(3n) {
		margin-right: 0;
	}

	#index .contents ul li a figure img {
		max-width: 100%;
		height: auto;
	}

	#index .contents ul li p {
		font-family: "Courier New", Courier, monospace;
		font-size: 18px;
	}

	#index .information {
		margin-top: 45px;
		padding: 50px 0 95px;
	}

	#index .information ul {
		padding: 0 5%;
		margin-top: 30px;
		height: 250px;
		overflow-y: scroll;
	}

	#index .information ul li {
		padding: 20px 5px;
		border-bottom: 1px dotted #000;
	}

	#index .information ul li:last-child {
		border-bottom: none;
	}

	#index .information ul li .infoDay {
		width: auto;
		display: block;
		vertical-align: top;
		font-size: 13px;
		line-height: 24px;
	}

	#index .information ul li .infoText {
		width: auto;
		display: block;
	}

	#index .information ul li .infoTtl {
		font-size: 15px;
		line-height: 24px;
		font-weight: bold;
	}

	#index .information ul li .infoContents {
		font-size: 14px;
		line-height: 22px;
		margin-top: 5px;
	}

	#index .blog {
		margin-top: 50px;
	}

	#index .blog .blogWrap {
		width: 100%;
		margin: 30px auto 0;
	}

	#index .blog .blogWrap .blogBox {
		float: none;
		width: 230px;
		margin: 0 auto 20px;
	}

	#index .blog .blogWrap .blogBox:last-child {
		margin-right: auto;
		margin-bottom: 0;
	}

	#index .blog .blogWrap .blogBox a {
		display: block;
		width: 100%;
		height: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #120910;
		padding: 10px 10px 15px;
	}

	#index .blog .blogWrap .blogBox p.day {
		font-size: 12px;
		line-height: 22px;
		margin-top: 5px;
	}

	#index .blog .blogWrap .blogBox p.title {
		font-size: 13px;
		line-height: 24px;
		font-weight: bold;
	}

	#index .blog .blogWrap .blogBox p.text {
		font-size: 12px;
		line-height: 22px;
	}

	#index .calender {
		padding-top: 85px;
		width: 94%;
		margin: auto;
	}

	#index .calender ul {
		text-align: center;
		font-size: 0;
		margin-top: 20px;
	}

	#index .calender ul li {
		display: inline-block;
		margin: 0 auto;
		text-align: center;
	}

	.instagram {
		margin-top: 50px;
		padding-bottom: 40px;
	}

	.instagram-placeholder {
		margin: 0 4% 20px 0;
		width: 48%;
		float: left;
		text-align: center;
	}

	.instagram-placeholder:nth-of-type(3n) {
		margin-right: 4%;
	}

	.instagram-placeholder:nth-of-type(2n) {
		margin-right: 0;
	}

	.instagram-placeholder img {
		width: auto;
		max-width: 100%;
		height: auto;
	}


	/* concept.html
	====================================*/
	#concept {
		padding: 20px 0 40px;
	}

	#concept h1+p {
		font-size: 14px;
		line-height: 28px;
		margin-top: 40px;
	}

	#info {
		padding: 80px 0 0;
		margin-top: 0px;
	}

	#info .map {
		margin: 35px auto 0;
	}

	#info .map iframe {
		width: 100%;
		height: 330px;
	}

	#info .accessBox {
		margin: 25px 0 0;
	}

	#info .accessBox .accessL {
		float: none;
	}

	#info .accessBox .accessL ul {
		padding: 0;
	}

	#info .accessBox .accessR {
		float: none;
	}

	#info .accessBox .accessR ul {
		padding: 0;
	}

	#info .accessBox ul li {
		font-size: 14px;
		line-height: 26px;
		padding: 5px 15px 5px 5px;
		border-bottom: 1px dotted #452710;
	}

	#info .accessBox .accessL ul li:nth-child(4) {
		padding-left: 3em;
		text-indent: -2.6em;
	}

	#info .accessBox .accessR ul li:nth-child(1) {
		padding-left: 3.8em;
		text-indent: -3.5em;
	}

	#info .accessBox .accessL ul li span.tel {
		font-weight: bold;
	}

	#info .accessBox .accessR>span {
		display: block;
		width: 170px;
		height: 30px;
		background: #6a3906;
		font-size: 13px;
		line-height: 28px;
		color: #fff;
		text-align: center;
		margin-top: 20px;
		margin-left: 0;
	}

	#info .accessBox .accessR>p {
		font-size: 13px;
		line-height: 26px;
		margin-left: 0;
		margin-top: 10px;
	}


	/* menu.html
	====================================*/
	#menu {
		padding: 20px 0 50px;
	}

	#menu .menuBox {
		width: 100%;
		margin: 40px auto 0;
	}

	#menu .menuBox h2 span {
		font-size: 13px;
		font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		letter-spacing: normal;
	}

	#menu .menuBox h2 span.gray {
		color: #7d7d7d;
		float: none;
		display: block;
	}

	#menu .menuBox ul {
		margin-top: 5px;
	}

	#menu .menuBox ul li {
		padding: 12px 5px;
		border-bottom: 1px dotted #7e6b5a;
		font-size: 15px;
		letter-spacing: 0.5px;
	}

	#menu .menuBox ul li span.menuName {
		float: left;
	}

	#menu .menuBox ul li span.menuName span.small {
		font-size: 12px;
	}

	#menu .menuBox ul li span.menuPrice {
		width: auto;
		float: right;
	}

	#menu .menuBox ul li p {
		font-size: 13px;
		line-height: 18px;
		color: #7d7d7d;
		padding-top: 5px;
	}

	#menu p.menuText {
		width: 90%;
		margin: auto;
		margin-top: 50px;
		font-size: 14px;
	}


	/* staff.html
	====================================*/
	#staff {
		padding: 20px 0;
	}

	#staff ul {
		font-size: 0;
		margin-top: 40px;
	}

	#staff ul li {
		display: block;
		vertical-align: top;
		width: 250px;
		padding: 0 0 30px;
		margin: auto;
	}

	#staff ul li:nth-child(3n) {
		margin-right: auto;
	}

	#staff ul li .image {
		text-align: center;
	}

	#staff ul li .name {
		font-size: 15px;
		line-height: 25px;
		margin-top: 10px;
	}

	#staff ul li .name span {
		font-size: 13px;
	}

	#staff ul li .comment {
		font-size: 13px;
		line-height: 22px;
		margin-top: 5px;
	}


	/* campaign.html
	====================================*/
	#campaign {
		padding: 20px 0 50px;
	}

	#campaign p.pink {
		font-size: 18px;
		color: #ea5976;
		margin-top: 40px;
	}

	#campaign p.image {
		margin-top: 30px;
	}

	#campaign p.image img {
		width: 100%;
		height: auto;
	}

	#campaign .campInfo {
		width: 90%;
	}

	#campaign .campInfo,
	#campaign .campContents {
		margin-top: 30px;
		font-size: 14px;
		line-height: 26px;
		padding-left: 0;
		width: 90%;
	}

	#campaign .campContents .pink {
		color: #ea5976;
		font-weight: bold;
	}


	/* recommend.html
	====================================*/
	#recommend {
		padding: 20px 0 0;
	}

	#recommend .recBox {
		padding-top: 40px;
		margin-bottom: 0;
	}

	#recommend .box01 ul li:nth-child(1) {
		width: 100%;
		float: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}

	#recommend .box01 ul li:nth-child(2) {
		float: none;
		margin-top: 15px;
	}

	#recommend .box02 ul li:nth-child(1) {
		width: 100%;
		float: none;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}

	#recommend .box02 ul li:nth-child(2) {
		float: none;
		margin-top: 15px;
	}

	#recommend .recBox ul li .recText {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}

	#recommend .recBox ul li img {
		max-width: 100%;
		height: auto;
	}

	#products {
		padding: 80px 0 50px;
	}

	#products .productsTxt {
		width: 100%;
		margin: 30px auto 0;
		background: url(../img/recommend/bg_products.png) repeat;
	}

	#products .productsTxt span {
		display: block;
		width: 100%;
		padding: 20px 0;
		background-image: url(../img/recommend/bg_products01.png), url(../img/recommend/bg_products02.png), url(../img/recommend/bg_products03.png), url(../img/recommend/bg_products04.png);
		background-repeat: no-repeat;
		background-position: left top, right top, left bottom, right bottom;
		font-size: 14px;
		line-height: 32px;
		text-align: center;
		color: #482704;
	}

	#products ul {
		margin-top: 20px;
		font-size: 0;
	}

	#products ul li {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 25px 0 0 0;
	}

	#products ul li .image {
		text-align: center;
	}

	#products ul li .image img {
		max-width: 100%;
	}

	#products ul li .about {
		font-size: 13px;
		line-height: 22px;
		margin-top: 5px;
	}

	#products ul li .about span {
		font-size: 14px;
		line-height: 32px;
		font-weight: bold;
	}

	#products ul li .about span .small {
		font-size: 12px;
	}


	/* gallery.html
	====================================*/
	#gallery {
		padding: 20px 0 50px;
	}

	#gallery h2:first-of-type {
		margin-top: 40px;
	}

	#gallery h2 {
		margin-top: 20px;
	}

	#gallery ul {
		margin-top: 20px;
		font-size: 0;
	}

	#gallery ul li {
		display: inline-block;
		width: 48%;
		vertical-align: top;
		margin-right: 0;
		margin-bottom: 20px;
	}

	#gallery ul li:nth-child(4n) {
		margin-right: 0;
	}

	#gallery ul li:nth-child(odd) {
		margin-right: 4%;
	}

	#gallery ul li img {
		width: 100%;
		height: auto;
	}


	/* recruit.html
	====================================*/
	#recruit .recruit h1 {
		margin-top: 30px;
		font-size: 30px;
	}

	#recruit h1 {
		margin-bottom: 30px;
		font-size: 27px;
	}

	#recruit .flexbox {
		display: block;
	}

	#recruit .recruit .recruitbox {
		width: 100%;
		padding: 30px 5%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	#recruit .recruit .recruitbox p {
		font-size: 14px;
	}

	#recruit .feature .feature_box {
		margin-bottom: 40px;
	}

	#recruit .feature .feature_box .feature_img {
		width: 100%;
		margin: 0 auto 10px;
	}

	#recruit .feature .feature_box .feature_text {
		width: 100%;
	}

	#recruit .feature .feature_box .feature_text .feature_ttl {
		padding: 0 0 20px 60px;
		margin: 30px 0 20px;
		font-size: 17px;
	}

	#recruit .feature .feature_box .feature_text .feature_detail {
		font-size: 14px;
	}

	#recruit .feature .feature_box .feature_text .feature_01::before {
		top: -3px;
		left: 2%;
	}

	#recruit .feature .feature_box .feature_text .feature_02::before {
		top: -3px;
		left: 2%;
	}

	#recruit .feature .feature_box .feature_text .feature_03::before {
		top: 10px;
		left: 2%;
	}

	#recruit .environment .environment_flex .environment_box {
		width: 100%;
		margin: auto;
	}

	#recruit .environment .environment_flex .environment_box .environment_ttl {
		font-size: 17px;
	}

	#recruit .environment .environment_flex .environment_box .environment_ttl p {
		margin-top: 30px;
	}

	#recruit .environment .environment_flex .environment_box .environment_ttl p::before {
		left: -12px;
	}

	#recruit .environment .environment_flex .environment_box .environment_ttl p::after {
		right: -12px;
	}

	#recruit .environment .environment_flex .environment_box .environment_img01 {
		width: 40%;
	}

	#recruit .environment .environment_flex .environment_box .environment_img02 {
		width: 40%;
	}

	#recruit .environment .environment_flex .environment_box .environment_img03 {
		width: 35%;
	}

	#recruit .environment .environment_flex .environment_box .environment_img04 {
		width: 25%;
	}

	#recruit .environment .environment_flex .environment_box .environment_detail {
		font-size: 14px;
		padding: 0 5% 20px;
		line-height: 2em;
	}

	/* カリキュラム */

	#recruit .environment .curriculum {
		margin: 100px 0 0 0;
		padding: 40px 5% 60px;
	}

	.curriculum_arw {
		padding: 10px 2% 10px 5%;
		margin-bottom: 30px;
		width: 87%;
	}

	.curriculum_arwTxt {
		font-size: 14px;
	}

	.curriculum_arw::after {
		border-bottom: 22px solid transparent;
		border-top: 22px solid transparent;
	}

	.curriculum_graph img {
		max-height: 360px;
	}

	/* Q&A */

	.faqs_list dl {
		margin-top: 20px;
	}

	.faqs_list dl dt {
		font-size: 15px;
		padding-bottom: 15px;
		padding-right: 40px;
		line-height: 1.2;
		padding-left: 44px;
		text-indent: -44px
	}

	.question::before {
		line-height: 29px;
		font-size: 16px;
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}

	.answer {
		padding-left: 45px;
		padding-right: 40px;
	}

	.answer::before {
		line-height: 29px;
		font-size: 16px;
		width: 30px;
		height: 30px;
	}

	/*プラス*/
	.plus {
		top: 15px;
		right: 20px;
	}

	.faqs_list dl dd {
		padding-bottom: 20px;
		font-size: 14px;

	}

	#recruit .interview .interview_box {
		margin-bottom: 30px;
	}

	#recruit .interview .interview_box .staffimg {
		margin: auto;
		width: 50%;
	}

	#recruit .interview .interview_box .staffimg img {
		width: 100%;
	}

	#recruit .interview .interview_box .interview_text {
		width: 100%;
	}

	#recruit .interview .interview_box .interview_text .staffname {
		padding-bottom: 10px;
		margin: 10px 0;
		text-align: center;
	}

	#recruit .interview .interview_box .interview_text .interview_detail {
		font-size: 14px;
		line-height: 1.8em;
	}

	#recruit .job table {
		padding: 15px 5%;
	}

	#recruit .job table tbody tr {
		padding: 0;
		font-size: 14px;
	}

	#recruit .job table tbody tr th {
		padding: 10px 0;
	}

	#recruit .job .job_ttl {
		width: 30%;
	}

	#recruit .job .job_detail {
		width: 70%;
		padding-left: 10px;
	}

	#recruit .entry_bg .wrapper {
		margin: 0 auto;
	}

	#recruit .entry_bg {
		padding: 40px 0;
	}

	#recruit .entry .entry_bg p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	#recruit .entry .entry_bg .entry_btn {
		width: 100%;
		margin: auto;
		text-align: center;
	}

	#recruit .entry .entry_bg .entry_btn a {
		width: 80%;
		padding: 20px 0 20px 5%;
		margin: 10px 0;
		display: inline-block;
	}

	#recruit .entry .entry_bg .entry_btn .tel::before {
		left: 18%;
	}

	#recruit .entry .entry_bg .entry_btn .line::before {
		left: 35%;
	}

	#recruit .entry .entry_bg .entry_btn .insta::before {
		left: 28%;
	}

	#recruit .entry .entry_bg .entry_btn .mail::before {
		left: 18%;
	}
	
}