@charset "UTF-8";

/*reset-----------*/

html {font-size: 62.5%;}
/*size10px*/

body { font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

@media all and (-ms-high-contrast:none) {
body { overflow-x: hidden;}
}

a {text-decoration: none;}
a:link {color: #000;}
a:visited{ color: #000;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:1rem; line-height: 2.5rem;}
p { font-size:1rem; line-height: 2.5rem;}
img {vertical-align: middle;}

/*-----------reset*/

/*----------------------
▼テキスト▼
----------------------*/

/* コピペ用　ipadタッチはPC表示
@media (min-width:1200px){
}
@media (min-width: 960px) and (max-width: 1200px) {
}

@media (min-width:960px){

}

@media (min-width: 600px) and (max-width: 959px) {

}

@media (max-width:599px){

}

/*----------------------
▲テキスト▲
----------------------*/

/* 960はスマホなどの横向きの対応 */

/*
共通スタイル common_
-------------------------*/
@media (min-width:960px){
.pc {display: inherit;}
.tb {display: none;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: none;}

/* ページトップ */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: rgba(123,28,116,1);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
#scroll a {
	color: #FFF;
}
/*アニメーション*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(20px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animation {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    -ms-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
/* パンクズ */
.breadcrumb {
	padding: 0 0 0 30px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
	transition: .5s;
}
.breadcrumb a:hover {
	opacity: .5;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.pctb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}
/* ページトップ_tb */
#scroll {
    position: fixed;
    right: 0;
    font-size: 1.5rem;
	z-index: 100;
}
.scroll_left,
.scroll_center {
	display: none;
}
.scroll_right {
	background: rgba(123,28,116,1);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
}
#scroll a {
	color: #FFF;
}
/*アニメーション_tb*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(20px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animation {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    -ms-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
/* パンクズ_tb */
.breadcrumb {
	padding: 0 0 0 30px;
	width: 100%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}

}

@media (max-width:599px){
.pc {display: none;}
.tb {display: none;}
.pctb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}

p {
	line-height: 2rem;
}

/*アニメーション_sp*/
.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(20px); }
100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
0% { opacity: 0; -webkit-transform: translateY(20px); -ms-transform: translateY(20px); transform: translateY(20px); }
100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.animation {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    -ms-animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
/* パンクズ_sp */
.breadcrumb {
	margin: 0 auto;
	width: 98%;
}
.breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	font-weight: bold;
}
.breadcrumb a:after {
	content:">";
	margin: 0 10px;
}
/* sptel */
#scroll {
    position: fixed;
	background: rgba(51,51,51,.5);
	height: 60px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}
.scroll_contain {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 10px;
	width: 100%;
}
#scroll a {
    font-size: 1.2rem;
	font-weight: bold;
    text-decoration: none;
	color: rgba(51,51,51,1); 
    text-align: center;
    display: block;
}
#scroll a:last-of-type {
	color: #FFF;
}
.scroll_left {
	background: #FFF;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 50%;
}
.scroll_left img {
	width: 40%;
	height: auto;
}
.scroll_center {
	background: #FFF;
	width: 60%;
	height: 45px;
	line-height: 45px;
	display: block;
	border-radius: 10px;
}
.scroll_right {
	background: rgba(0,0,0,0.2);
	font-size: 2rem;
	width: 45px;
	height: 45px;
	line-height: 45px;
	display: block;	
}

}

/*----------------------
▼ヘッダー_ナビゲーション▼
----------------------*/

@media (min-width:1200px){
/*メイン_1200*/
.main_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 0 10px 10px 0px rgba(190,190,190,1);
	margin: 0 0 100px;
	height: 650px;
	width: 100%;
}
.main_wrap .nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 30px 0;
	transition: .4s;
}
.main_wrap .nav_box .logo_item {
	width: 20%;
}
.main_wrap .nav_box .logo_item img {
	height: auto;
	transition: .4s;
	width: 350px;
}
.main_wrap .nav_box .logo_item img:hover {
	opacity: .4;
}
.main_wrap .nav_box #top_head {
	margin: 10px 0 0;
	width: 80%;
}
/*下層_1200*/
.main_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 0 10px 10px 0px rgba(190,190,190,1);
	margin: 0 0 30px;
	height: 300px;
	width: 100%;
}
.main_wrap_under .nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 30px 0;
	transition: .4s;
}
.main_wrap_under .nav_box .logo_item {
	width: 20%;
}
.main_wrap_under .nav_box .logo_item img {
	height: auto;
	transition: .4s;
	width: 350px;
}
.main_wrap_under .nav_box .logo_item img:hover {
	opacity: .4;
}
.main_wrap_under .nav_box #top_head {
	margin: 10px 0 0;
	width: 80%;
}
.main_wrap_under .main_txt_under {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.main_wrap_under .main_txt_under h2 {
	color: #FFF;
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.main_wrap_under .main_txt_under p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
}
/*ナビ1200*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	padding: 0 30px;
	text-align: center;
}
#global_nav ul li a {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	transition: .4s;
}
#global_nav ul li a span {
	transition: .4s;
}
#global_nav ul li a:hover,
#global_nav ul li a:hover span {
	opacity: .4;
}
/*キャッチコピー_1200*/
.main_wrap .main_txt {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.main_wrap .main_txt p {
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
}
.main_wrap .main_txt p span {
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 60px;
}
.main_wrap .main_txt p:last-of-type {
	margin: 20px 0 0 20px;
	line-height: 35px;
}
/*求人リンク_1200*/
.main_recruit_txt {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_recruit_txt a {
	background: #FFF;
	border: solid thin #FFF;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
	transition: .4s;
}
.main_recruit_txt a:hover {
	background: none;
	border: solid thin #FFF;
	color: #FFF;
}
/*年号_1200*/
.main_under_year {
	position: absolute;
	bottom: 0%;
	right: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.main_under_year p {
	color: #FFF;
	font-size: 1.5rem;
}
/*ナビアクション_1200*/
.nav_action_style {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.nav_action_style .nav_box {
	background: rgba(51,51,51,.7);
	padding: 10px 30px;
	width: 100%;
}
.nav_action_style .nav_box {
}
}

@media (min-width: 960px) and (max-width: 1200px) {
/*メイン_960*/
.main_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 0 10px 10px 0px rgba(190,190,190,1);
	margin: 0 0 100px;
	height: 650px;
	width: 100%;
}
.main_wrap .nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 30px 0;
	transition: .4s;
}
.main_wrap .nav_box .logo_item {
	margin: 10px 0 0;
	width: 25%;
}
.main_wrap .nav_box .logo_item img {
	height: auto;
	transition: .4s;
	width: 100%;
}
.main_wrap .nav_box .logo_item img:hover {
	opacity: .4;
}
.main_wrap .nav_box #top_head {
	margin: 10px 0 0;
	width: 75%;
}
/*下層_960*/
.main_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 0 10px 10px 0px rgba(190,190,190,1);
	margin: 0 0 30px;
	height: 300px;
	width: 100%;
}
.main_wrap_under .nav_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 30px 0;
	transition: .4s;
}
.main_wrap_under .nav_box .logo_item {
	margin: 10px 0 0;
	width: 25%;
}
.main_wrap_under .nav_box .logo_item img {
	height: auto;
	transition: .4s;
	width: 100%;
}
.main_wrap_under .nav_box .logo_item img:hover {
	opacity: .4;
}
.main_wrap_under .nav_box #top_head {
	margin: 10px 0 0;
	width: 75%;
}
.main_wrap_under .main_txt_under {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.main_wrap_under .main_txt_under h2 {
	color: #FFF;
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.main_wrap_under .main_txt_under p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
}
/*ナビ_960*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
	margin: 0 auto;
	max-width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	padding: 0 20px;
	text-align: center;
}
#global_nav ul li a {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	transition: .4s;
}
#global_nav ul li a span {
	transition: .4s;
}
#global_nav ul li a:hover,
#global_nav ul li a:hover span {
	opacity: .4;
}
/*キャッチコピー_960*/
.main_wrap .main_txt {
	position: absolute;
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.main_wrap .main_txt p {
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
}
.main_wrap .main_txt p span {
	font-size: 3rem;
	font-weight: bold;
	line-height: 60px;
}
.main_wrap .main_txt p:last-of-type {
	margin: 20px 0 0 20px;
	line-height: 35px;
}
/*求人リンク_960*/
.main_recruit_txt {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_recruit_txt a {
	background: #FFF;
	border: solid thin #FFF;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
	transition: .4s;
}
.main_recruit_txt a:hover {
	background: none;
	border: solid thin #FFF;
	color: #FFF;
}
/*年号_960*/
.main_under_year {
	position: absolute;
	bottom: 0%;
	right: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.main_under_year p {
	color: #FFF;
	font-size: 1.5rem;
}
/*ナビアクション_960*/
.nav_action_style {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.nav_action_style .nav_box {
	background: rgba(51,51,51,.7);
	padding: 10px 30px;
	width: 100%;
}
.nav_action_style .nav_box .logo_item {
	margin: 5px 0 0;
}
.nav_action_style .nav_box #top_head {
	margin: 5px 0 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
/*メイン_tb*/
.main_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 0 10px 10px 0px rgba(190,190,190,1);
	margin: 0 0 100px;
	height: 650px;
	width: 100%;
}
.main_wrap .nav_box {
	padding: 20px 30px 0;
	transition: .4s;
}
.main_wrap .nav_box .logo_item {
	margin: 0 0 20px;
	width: 30%;
}
.main_wrap .nav_box .logo_item img {
	height: auto;
	width: 100%;
}
.main_wrap .nav_box #top_head {
	margin: 10px 0 0;
	width: 100%;
}
/*下層_tb*/
.main_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 0 10px 10px 0px rgba(190,190,190,1);
	margin: 0 0 30px;
	height: 300px;
	width: 100%;
}
.main_wrap_under .nav_box {
	padding: 20px 30px 0;
	transition: .4s;
}
.main_wrap_under .nav_box .logo_item {
	display: none;
}
.main_wrap_under .nav_box .logo_item img {
	height: auto;
	width: 100%;
}
.main_wrap_under .nav_box #top_head {
	margin: 10px 0 0;
	width: 100%;
}
.main_wrap_under .main_txt_under {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.main_wrap_under .main_txt_under h2 {
	color: #FFF;
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 15px;
}
.main_wrap_under .main_txt_under p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
}
/*ナビ_tb*/
#global_nav ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;	
	margin: 0 auto;
	max-width: 100%;
}
#global_nav span {
	display: block;
	font-size: 1rem;
}
#global_nav ul li {
	text-align: center;
}
#global_nav ul li a {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
}
/*キャッチコピー_tb*/
.main_wrap .main_txt {
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.main_wrap .main_txt p {
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
}
.main_wrap .main_txt p span {
	font-size: 3rem;
	font-weight: bold;
	line-height: 60px;
}
.main_wrap .main_txt p:last-of-type {
	margin: 20px 0 0 20px;
	line-height: 35px;
}
/*求人リンク_tb*/
.main_recruit_txt {
	position: absolute;
	bottom: 50px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_recruit_txt a {
	background: #FFF;
	border: solid thin #FFF;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
}
/*年号_tb*/
.main_under_year {
	position: absolute;
	bottom: 0%;
	right: 30px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.main_under_year p {
	color: #FFF;
	font-size: 1.5rem;
}
/*ナビアクション_tb*/
.nav_action_style {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.nav_action_style .nav_box {
	background: rgba(51,51,51,.7);
	padding: 5px 30px 10px;
	width: 100%;
}
.nav_action_style .nav_box .logo_item {
	display: none;
}

}

@media (max-width:599px){
/*メイン_sp*/
.main_wrap {
	position: relative;
	background: url(images/main-pic.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 0 10px 10px 0px rgba(190,190,190,1);
	margin: 0 0 50px;
	height: 350px;
	width: 100%;
}
.main_wrap .nav_box .logo_item {
	position: fixed;
	top: 18px;
	left: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	margin: 0 0 20px;
	width: 50%;
	z-index: 1000;
}
.main_wrap .nav_box .logo_item img {
	height: auto;
	width: 100%;
}
/*下層_sp*/
.main_wrap_under {
	position: relative;
	background: url(images/main-pic-under.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 0 5px 10px 0px rgba(190,190,190,1);
	margin: 0 0 20px;
	height: 200px;
	width: 100%;
}
.main_wrap_under .nav_box .logo_item {
	position: fixed;
	top: 18px;
	left: 10px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
	margin: 0 0 20px;
	width: 50%;
	z-index: 1000;
}
.main_wrap_under .nav_box .logo_item img {
	height: auto;
	width: 100%;
}
.main_wrap_under .main_txt_under {
	position: absolute;
	top: 65%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.main_wrap_under .main_txt_under h2 {
	color: #FFF;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 5px;
	width: 100%;
}
.main_wrap_under .main_txt_under p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
}
/*キャッチコピー_sp*/
.main_wrap .main_txt {
	position: absolute;
	top: 45%;
	left: 10px;
	-webkit-transform: translateY(-50%) translateX(0%);
	-ms-transform: translateY(-50%) translateX(0%);
	transform: translateY(-50%) translateX(0%);
}
.main_wrap .main_txt p {
	color: #FFF;
	font-size: 1.2rem;
	font-weight: bold;
}
.main_wrap .main_txt p span {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
}
.main_wrap .main_txt p:last-of-type {
	margin: 20px 0 0 10px;
	line-height: 25px;
}
/*求人リンク_sp*/
.main_recruit_txt {
	position: absolute;
	bottom: 55px;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	width: 100%;
}
.main_recruit_txt a {
	background: #FFF;
	border: solid thin #FFF;
	border-radius: 30px;
	font-size: 1.3rem;
	padding: 7px 40px;
}
/*年号_sp*/
.main_under_year {
	position: absolute;
	bottom: 0%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.main_under_year p {
	color: #FFF;
	font-size: 1.2rem;
}

/*ナビ*/
#top_head {
/* 上部fixedの枠 */
	position: fixed;
	top: 0;
	background: #FFF;
	height: 65px;
	width: 100%;
	z-index: 999;
}
#mobile_head {
	position: relative;
	z-index: 999;
}
/* ナビOPEN時 */
#global_nav {
	background: rgba(255,255,255,8);
	font-size: 1.3rem;
	font-weight: bold;
	height: auto;
  	overflow-y: auto; /*scroll用*/
	z-index: 999;
/* 開いてないとき画面外配置 */
	position: fixed;
	top: -1000px;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	width: 100%;
}
#global_nav::-webkit-scrollbar {
    width: 7px;
}
#global_nav::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
#global_nav::-webkit-scrollbar-track-piece {
    background: rgba(255,255,255,1);
}

#global_nav ul {
	padding: 0 20px;
	z-index: 999;
}
#global_nav li {
	border-bottom: solid thin rgba(200,200,200,1);
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 10px;
}
#global_nav li:last-of-type {
	border-bottom: none;
}
#global_nav a:link,nav a:visited {
	color: #333;
}
#global_nav span:before {
/* span活用持 */
	content:"/";
	margin: 0 10px;
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
	-moz-transform: translateY(1065px);
	-webkit-transform: translateY(1065px);
	transform: translateY(1065px);
}
/* 3本ラインの位置調整 */
#nav_toggle {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}
#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    left: 0;
    background: rgba(51,51,51,1);
	height: 4px;
    width: 100%;
	-webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav_toggle span:nth-child(1) {top: 7px;}
#nav_toggle span:nth-child(2) {top: 18px;}
#nav_toggle span:nth-child(3) {top: 29px;}

/* Fixed reset */
#top_head .fixed {
	padding-top: 0;
	background: transparent;
}
#nav_toggle {
	display: block;
}
	
/* #nav-toggle 切り替えアニメーション */
.open #nav_toggle span:nth-child(1) {
	top: 17px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 17px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 16px;
}
#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

/*----------------------
▲ヘッダー_ナビゲーション▲
----------------------*/

/*----------------------
▼見出し_共通▼
----------------------*/

@media (min-width:960px){
.top_midashi p {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.top_midashi h2 {
	color: rgba(90,90,90,1);
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
}
.top_midashi .line {
	text-align: center;
}
.top_midashi .line::before {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 25px;
}
.top_midashi .line::after {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 25px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.top_midashi p {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.top_midashi h2 {
	color: rgba(90,90,90,1);
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
}
.top_midashi .line {
	text-align: center;
}
.top_midashi .line::before {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 25px;
}
.top_midashi .line::after {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 25px;
}

}

@media (max-width:599px){
.top_midashi p {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.top_midashi h2 {
	color: rgba(90,90,90,1);
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.top_midashi .line {
	text-align: center;
}
.top_midashi .line::before {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 20px;
}
.top_midashi .line::after {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 20px;
}

}

/*----------------------
▲見出し_共通▲
----------------------*/

/*----------------------
▼TOP_コンセプト▼
----------------------*/

@media (min-width:960px){
.concept_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px auto 100px;
	padding: 0 10px;
	max-width: 1200px;
}
.concept_box .pic_item {
	width: 48%;
}
.concept_box .pic_item img {
	height: auto;
	width: 100%;
}
.concept_box .txt_item {
	width: 48%;
}
.concept_box .txt_item p {
	font-size: 1.5rem;
}
.concept_box .txt_item .name {
	margin: 30px 0 0;
}
.concept_box .txt_item .name img {
	margin: 0 0 10px;
}
.concept_box .txt_item .name p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.concept_box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 50px auto 100px;
	padding: 0 10px;
	max-width: 1200px;
}
.concept_box .pic_item {
	width: 40%;
}
.concept_box .pic_item img {
	height: auto;
	width: 100%;
}
.concept_box .txt_item {
	width: 58%;
}
.concept_box .txt_item p {
	font-size: 1.5rem;
}
.concept_box .txt_item .name {
	margin: 30px 0 0;
}
.concept_box .txt_item .name img {
	margin: 0 0 10px;
}
.concept_box .txt_item .name p {
	color: rgba(102,102,102,1);
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

}

@media (max-width:599px){
.concept_box {
	margin: 20px auto 50px;
	padding: 0 10px;
	max-width: 1200px;
}
.concept_box .pic_item {
	margin: 0 0 10px;
	width: 100%;
}
.concept_box .pic_item img {
	height: auto;
	width: 100%;
}
.concept_box .txt_item {
	width: 100%;
}
.concept_box .txt_item p {
	font-size: 1.3rem;
}
.concept_box .txt_item .name {
	margin: 30px 0 0;
	text-align: center;
}
.concept_box .txt_item .name img {
	height: auto;
	margin: 0 0 10px;
	width: 50%;
}
.concept_box .txt_item .name p {
	color: rgba(102,102,102,1);
	font-size: 1.1rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

}

/*----------------------
▲TOP_コンセプト▲
----------------------*/

/*----------------------
▼TOP_NEWS▼
----------------------*/

@media (min-width:960px){
.news_wrap {
	background: rgba(240,240,240,1);
	margin: 0 0 100px;
	padding: 50px 0;
}
.news_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.news_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: #FFF;
	height: 250px;
	margin: 0 auto;
	overflow-y: scroll;
	padding: 30px;
	width: 960px;
}
.news_wrap dl::-webkit-scrollbar {
    width: 10px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(230,230,230,1);
}
.news_wrap dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	width: 20%;
}
.news_wrap dt span {
	background: rgba(51,51,51,1);
	color: #FFF;
	padding: 5px 20px;
}
.news_wrap dd {
	font-size: 1.5rem;
	padding: 10px 0;
	width: 80%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.news_wrap {
	background: rgba(240,240,240,1);
	margin: 0 0 100px;
	padding: 50px 0;
}
.news_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.news_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	background: #FFF;
	height: 250px;
	margin: 0 auto;
	overflow-y: scroll;
	padding: 30px;
	width: 98%;
}
.news_wrap dl::-webkit-scrollbar {
    width: 10px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(230,230,230,1);
}
.news_wrap dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0;
	width: 20%;
}
.news_wrap dt span {
	background: rgba(51,51,51,1);
	color: #FFF;
	padding: 5px 20px;
}
.news_wrap dd {
	font-size: 1.5rem;
	padding: 10px 0;
	width: 80%;
}

}

@media (max-width:599px){
.news_wrap {
	background: rgba(240,240,240,1);
	margin: 0 0 50px;
	padding: 50px 0;
}
.news_wrap h2 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.news_wrap dl {
	background: #FFF;
	height: 250px;
	margin: 0 auto;
	overflow-y: scroll;
	padding: 20px;
	width: 98%;
}
.news_wrap dl::-webkit-scrollbar {
    width: 10px;
}
.news_wrap dl::-webkit-scrollbar-thumb{
    background: rgba(153,153,153,1);
    border-radius: 10px;
}
.news_wrap dl::-webkit-scrollbar-track-piece {
    background: rgba(230,230,230,1);
}
.news_wrap dt {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0 0;
	margin: 0 0 10px;
	width: 100%;
}
.news_wrap dt span {
	background: rgba(51,51,51,1);
	color: #FFF;
	padding: 5px 20px;
}
.news_wrap dd {
	font-size: 1.3rem;
	padding: 0 0 10px;
	width: 100%;
}

}

/*----------------------
▲TOP_NEWS▲
----------------------*/

/*----------------------
▼TOP_shoplist▼
----------------------*/

@media (min-width:960px){

.top_shoplist_wrap,
.top_shoplist_wrap_2 {
	position: relative;
	height: 325px;
	margin: 80px auto 80px;
	width: 960px;
}
.top_shoplist_wrap .pic img,
.top_shoplist_wrap_2 .pic img {
	/*外観写真*/
	position: absolute;
	top: 0;
	left: 0;
	width: 570px;
}
.top_shoplist_wrap .content,
.top_shoplist_wrap_2 .content {
	position: absolute;
	top: 35px;
	right: 0px;
	background: #FFF;
	text-align: center;
	height: 250px;
	width: 450px;
}
.top_shoplist_wrap .content img {
	position: absolute;
	top: 10px;
	right: 140px;
	height: 90px;
	width: auto;
	z-index: 1;
}
.top_shoplist_wrap_2 .content img {
	position: absolute;
	top: 10px;
	right: 100px;
	height: 80px;
	width: auto;
	z-index: 1;
}
.top_shoplist_wrap .content p,
.top_shoplist_wrap_2 .content p {
	position: absolute;
	bottom: 30px;
	right: 0px;
	font-size: 1.5rem;
	text-align: left;
	width: 90%;
}
.top_shoplist_wrap_link {
	margin: 0 0 100px;
	text-align: center;
}
.top_shoplist_wrap_link a {
	background: #000;
	border: solid thin #000;
	border-radius: 30px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
	transition: .4s;
}
.top_shoplist_wrap_link a:hover {
	background: none;
	border: solid thin #000;
	color: #000;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.top_shoplist_wrap,
.top_shoplist_wrap_2 {
	position: relative;
	height: 325px;
	margin: 80px auto 80px;
	width: 98%;
}
.top_shoplist_wrap .pic img,
.top_shoplist_wrap_2 .pic img {
	/*外観写真_tb*/
	position: absolute;
	top: 0;
	left: 0;
	width: 570px;
}
.top_shoplist_wrap .content,
.top_shoplist_wrap_2 .content {
	position: absolute;
	top: 35px;
	right: 20px;
	background: rgba(255,255,255,.9);
	text-align: center;
	height: 250px;
	width: 450px;
}
.top_shoplist_wrap .content img {
	position: absolute;
	top: 20px;
	right: 140px;
	height: 80px;
	width: auto;
	z-index: 1;
}
.top_shoplist_wrap_2 .content img {
	position: absolute;
	top: 20px;
	right: 100px;
	height: 70px;
	width: auto;
	z-index: 1;
}
.top_shoplist_wrap .content p,
.top_shoplist_wrap_2 .content p {
	position: absolute;
	bottom: 30px;
	right: 0px;
	font-size: 1.5rem;
	text-align: left;
	width: 90%;
}
.top_shoplist_wrap_link {
	margin: 0 0 100px;
	text-align: center;
}
.top_shoplist_wrap_link a {
	background: #000;
	border: solid thin #000;
	border-radius: 30px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
}

}

@media (max-width:599px){
.top_shoplist_wrap,
.top_shoplist_wrap_2 {
	margin: 20px auto 50px;
	width: 98%;
}
.top_shoplist_wrap .pic img,
.top_shoplist_wrap_2 .pic img {
	/*外観写真_sp*/
	height: auto;
	margin: 0 0 20px;
	width: 100%;
}
.top_shoplist_wrap .content,
.top_shoplist_wrap_2 .content {
	text-align: center;
	width: 100%;
}
.top_shoplist_wrap .content img {
	text-align: center;
	margin: 0 0 20px;
	height: auto;
	width: 30%;
}
.top_shoplist_wrap_2 .content img {
	text-align: center;
	margin: 0 0 20px;
	height: auto;
	width: 40%;
}
.top_shoplist_wrap .content p,
.top_shoplist_wrap_2 .content p {
	font-size: 1.3rem;
	text-align: left;
}
.top_shoplist_wrap_link {
	margin: 0 0 100px;
	text-align: center;
}
.top_shoplist_wrap_link a {
	background: #000;
	border: solid thin #000;
	border-radius: 30px;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 7px 40px;
}

}

/*----------------------
▲TOP_shoplist▲
----------------------*/

/*----------------------
▼TOP_recruit▼
----------------------*/

@media (min-width:960px){
.top_recruit_wrap {
	background: url(images/top_recruit-pic.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 50px;
	padding: 70px 0;
	text-align: center;
}
.top_recruit_wrap .midashi p {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.top_recruit_wrap .midashi h2 {
	color: #FFF;
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.top_recruit_wrap .content p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.top_recruit_wrap .content a {
	background: #FFF;
	border: solid thin #FFF;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
	transition: .4s;
}
.top_recruit_wrap .content a:hover {
	background: none;
	border: solid thin #FFF;
	color: #FFF;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.top_recruit_wrap {
	background: url(images/top_recruit-pic.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 50px;
	padding: 70px 0;
	text-align: center;
}
.top_recruit_wrap .midashi p {
	color: #FFF;
	font-size: 2.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.top_recruit_wrap .midashi h2 {
	color: #FFF;
	font-size: 3.5rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.top_recruit_wrap .content p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.top_recruit_wrap .content a {
	background: #FFF;
	border: solid thin #FFF;
	border-radius: 30px;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
}

}

@media (max-width:599px){
.top_recruit_wrap {
	background: url(images/top_recruit-pic.jpg) top no-repeat;
	background-size: cover;
	margin: 0 0 50px;
	padding: 50px 0;
	text-align: center;
}
.top_recruit_wrap .midashi p {
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.top_recruit_wrap .midashi h2 {
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.top_recruit_wrap .content p {
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 auto 40px;
	text-align: left;
	width: 85%;
}
.top_recruit_wrap .content a {
	background: #FFF;
	border: solid thin #FFF;
	border-radius: 30px;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 7px 40px;
}

}

/*----------------------
▲TOP_recruit▲
----------------------*/

/*----------------------
▼運営店舗一覧▼
----------------------*/

@media (min-width:960px){
.shoplist_wrap {
	margin: 30px 0 0;
}
.shoplist_wrap .top_wrap {
	background: rgba(245,245,245,1);
	margin: 0 0 100px;
	padding: 40px 0 20px;
}
.shoplist_wrap .top_wrap .content {
	margin: 0 auto;
	width: 960px;
}
.shoplist_wrap .top_wrap .content p {
	font-size: 1.5rem;
	margin: 0 0 30px;
	text-align: center;
}
.shoplist_wrap .top_wrap .content p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
.shoplist_wrap .top_wrap .content p a:hover {
	opacity: .4;
}
.shoplist_wrap .top_wrap .content .list_link a {
	display: inline-block;
	background: #FFF;
	border: solid thin rgba(204,204,204,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 20px 20px 0;
	padding: 10px 48px;
	transition:.4s;
}
.shoplist_wrap .top_wrap .content .list_link a:hover {
	background: #000;
	color: #FFF;
}
.shoplist_wrap .shop_item_wrap {
	margin: 0 0 100px;
}
.shoplist_wrap .shop_item_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.shoplist_wrap .shop_item_wrap .line {
	text-align: center;
}
.shoplist_wrap .shop_item_wrap .line::before {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 25px;
}
.shoplist_wrap .shop_item_wrap .line::after {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 25px;
}
.shoplist_wrap .shop_item_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 960px;
}
.shoplist_wrap .shop_item_wrap .box .content_item {
	width: 50%;
}
.shoplist_wrap .shop_item_wrap .box .content_item p {
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.shoplist_wrap .shop_item_wrap .box .map_item {
	width: 50%;
}
.shoplist_wrap .shop_item_wrap .box .map_item iframe {
	height: 100%;
	width: 100%;
}
/*アンカー調整*/
#id_1,#id_2,#id_3,#id_4,#id_5 {
padding-top:100px;
margin-top:-100px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.shoplist_wrap {
	margin: 30px 0 0;
}
.shoplist_wrap .top_wrap {
	background: rgba(245,245,245,1);
	margin: 0 0 100px;
	padding: 40px 0 20px;
}
.shoplist_wrap .top_wrap .content {
	margin: 0 auto;
	width: 98%;
}
.shoplist_wrap .top_wrap .content p {
	font-size: 1.5rem;
	margin: 0 0 30px;
	text-align: center;
}
.shoplist_wrap .top_wrap .content p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
.shoplist_wrap .top_wrap .content .list_link a {
	display: inline-block;
	background: #FFF;
	border: solid thin rgba(204,204,204,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 20px 20px 0;
	padding: 10px 48px;
}
.shoplist_wrap .shop_item_wrap {
	margin: 0 0 100px;
}
.shoplist_wrap .shop_item_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.shoplist_wrap .shop_item_wrap .line {
	text-align: center;
}
.shoplist_wrap .shop_item_wrap .line::before {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 25px;
}
.shoplist_wrap .shop_item_wrap .line::after {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 25px;
}
.shoplist_wrap .shop_item_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 98%;
}
.shoplist_wrap .shop_item_wrap .box .content_item {
	width: 48%;
}
.shoplist_wrap .shop_item_wrap .box .content_item img {
	height: auto;
	width: 100%;
}
.shoplist_wrap .shop_item_wrap .box .content_item p {
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.shoplist_wrap .shop_item_wrap .box .map_item {
	width: 48%;
}
.shoplist_wrap .shop_item_wrap .box .map_item iframe {
	height: 100%;
	width: 100%;
}
/*アンカー調整_tb*/
#id_1,#id_2,#id_3,#id_4,#id_5 {
padding-top:100px;
margin-top:-100px;
}

}

@media (max-width:599px){
.shoplist_wrap {
	margin: 20px 0 0;
}
.shoplist_wrap .top_wrap {
	background: rgba(245,245,245,1);
	margin: 0 0 50px;
	padding: 30px 0 20px;
}
.shoplist_wrap .top_wrap .content {
	margin: 0 auto;
	width: 98%;
}
.shoplist_wrap .top_wrap .content p {
	font-size: 1.3rem;
	margin: 0 auto 30px;
	width: 95%;
}
.shoplist_wrap .top_wrap .content p a {
	color: #900;
	text-decoration: underline;
	padding: 0 10px;
}
.shoplist_wrap .top_wrap .content .list_link a {
	display: inline-block;
	background: #FFF;
	border: solid thin rgba(204,204,204,1);
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 10px 10px 0;
	padding: 7px 15px;
}
.shoplist_wrap .shop_item_wrap {
	margin: 0 0 50px;
}
.shoplist_wrap .shop_item_wrap h3 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.shoplist_wrap .shop_item_wrap .line {
	text-align: center;
}
.shoplist_wrap .shop_item_wrap .line::before {
	content:"";
	display:inline-block;
	width:5%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 10px;
}
.shoplist_wrap .shop_item_wrap .line::after {
	content:"";
	display:inline-block;
	width:5%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 10px;
}
.shoplist_wrap .shop_item_wrap .box {
	margin: 0 auto;
	width: 98%;
}
.shoplist_wrap .shop_item_wrap .box .content_item {
	margin: 0 0 10px;
	width: 100%;
}
.shoplist_wrap .shop_item_wrap .box .content_item img {
	height: auto;
	width: 100%;
}
.shoplist_wrap .shop_item_wrap .box .content_item p {
	font-size: 1.3rem;
	margin: 0 0 10px;
}
.shoplist_wrap .shop_item_wrap .box .map_item {
	width: 100%;
}
.shoplist_wrap .shop_item_wrap .box .map_item iframe {
	height: 100%;
	width: 100%;
}
/*アンカー調整_sp*/
#id_1,#id_2,#id_3,#id_4,#id_5 {
padding-top:100px;
margin-top:-100px;
}

}

/*----------------------
▲運営店舗一覧▲
----------------------*/

/*----------------------
▼採用ページ▼
----------------------*/

@media (min-width:960px){
.recruit_wrap {
	margin: 80px 0 100px;
}
/*求人要項*/
.recruit_list {
	margin: 50px auto 100px;
	width: 960px;
}
.recruit_list .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 50px;
}
.recruit_list .box .pic_item {
	margin: 0 30px 0 0;
	width: 340px;
}
.recruit_list .box p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.recruit_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
}
.recruit_list dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	width: 30%;
}
.recruit_list dd {
	font-size: 1.5rem;
	padding: 10px 0;
	width: 70%;
}
.recruit_list dt:nth-of-type(odd),
.recruit_list dd:nth-of-type(odd) {
	background: rgba(245,245,245,1);
}
.recruit_list dl a {
	color: #900;
	text-decoration: underline;
}
.recruit_list dl a:hover {
	opacity: .4;
}
/*社員旅行*/
.recruit_travel .top_txt {
	margin: 50px auto 0;
	width: 960px;
}
.recruit_travel .top_txt p {
	font-size: 1.5rem;
	line-height: 40px;
}
.recruit_travel .pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 50px auto;
	width: 960px;
}
.recruit_travel .pic_box .item {
	margin: 0 0 30px;
	width: 300px;
}
.recruit_travel .pic_box .item:nth-of-type(3n-1) {
	margin: 0 30px;
}
.recruit_travel .pic_box p {
	font-size: 1.3rem;
	text-align: right;
}
.recruit_travel .history {
	margin: 0 auto;
	width: 850px;
}
.recruit_travel .history dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_travel .history dt {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	width: 20%;
}
.recruit_travel .history dd {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	padding: 15px 0;
	width: 80%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.recruit_wrap {
	margin: 80px 0 100px;
}
/*求人要項_tb*/
.recruit_list {
	margin: 50px auto 100px;
	width: 98%;
}
.recruit_list .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 0 50px;
}
.recruit_list .box .pic_item {
	margin: 0 30px 0 0;
	width: 340px;
}
.recruit_list .box p {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 30px;
}
.recruit_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
}
.recruit_list dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	width: 30%;
}
.recruit_list dd {
	font-size: 1.5rem;
	padding: 10px 0;
	width: 70%;
}
.recruit_list dt:nth-of-type(odd),
.recruit_list dd:nth-of-type(odd) {
	background: rgba(245,245,245,1);
}
.recruit_list dl a {
	color: #900;
	text-decoration: underline;
}
/*社員旅行_tb*/
.recruit_travel .top_txt {
	margin: 50px auto 0;
	width: 98%;
}
.recruit_travel .top_txt p {
	font-size: 1.5rem;
	line-height: 40px;
}
.recruit_travel .pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 50px auto;
	width: 98%;
}
.recruit_travel .pic_box .item {
	margin: 0 0 30px;
	width: 30%;
}
.recruit_travel .pic_box .item img {
	height: auto;
	width: 100%;
}
.recruit_travel .pic_box .item:nth-of-type(3n-1) {
	margin: 0 5%;
}
.recruit_travel .pic_box p {
	font-size: 1.3rem;
	text-align: right;
}
.recruit_travel .history {
	margin: 0 auto;
	width: 90%;
}
.recruit_travel .history dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_travel .history dt {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	width: 20%;
}
.recruit_travel .history dd {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	padding: 15px 0;
	width: 80%;
}

}

@media (max-width:599px){
.recruit_wrap {
	margin: 50px 0 50px;
}
/*求人要項_sp*/
.recruit_list {
	margin: 50px auto;
	width: 98%;
}
.recruit_list .box {
	margin: 0 0 50px;
}
.recruit_list .box .pic_item {
	margin: 0 30px 0 0;
	width: 100%;
}
.recruit_list .box .pic_item img {
	height: auto;
	margin: 0 0 10px;
	width: 100%;
}
.recruit_list .box p {
	font-size: 1.3rem;
}
.recruit_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
}
.recruit_list dt {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 30%;
}
.recruit_list dd {
	font-size: 1.3rem;
	padding: 10px 0;
	width: 70%;
}
.recruit_list dt:nth-of-type(odd),
.recruit_list dd:nth-of-type(odd) {
	background: rgba(245,245,245,1);
}
.recruit_list dl a {
	color: #900;
	text-decoration: underline;
}
/*社員旅行_sp*/
.recruit_travel .top_txt {
	margin: 50px auto 0;
	width: 98%;
}
.recruit_travel .top_txt p {
	font-size: 1.3rem;
}
.recruit_travel .pic_box {
	display: -webkit-flex;
	display: -ms-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	margin: 30px auto;
	width: 98%;
}
.recruit_travel .pic_box .item {
	margin: 0 0 30px;
	width: 48%;
}
.recruit_travel .pic_box .item img {
	height: auto;
	width: 100%;
}
.recruit_travel .pic_box .item:nth-of-type(odd) {
	margin: 0 4% 0 0;
}
.recruit_travel .pic_box p {
	font-size: 1.3rem;
	text-align: right;
}
.recruit_travel .history {
	margin: 0 auto;
	width: 95%;
}
.recruit_travel .history dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.recruit_travel .history dt {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0 15px 10px;
	width: 25%;
}
.recruit_travel .history dd {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	padding: 15px 0;
	width: 75%;
}

}

/*----------------------
▲採用▲
----------------------*/

/*----------------------
▼会社概要▼
----------------------*/

@media (min-width:960px){
.company_wrap {
	margin: 80px auto 100px;
	width: 960px;
}
.company_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 50px 30px;
}
.company_wrap .box .logo_item {
	margin: 0 80px 0 0;
}
.company_wrap .box .txt_item p {
	font-size: 1.8rem;
	line-height: 30px;
}
.company_wrap .company_list {
	margin: 0 0 50px;
}
.company_wrap .company_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company_wrap .company_list dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	width: 30%;
}
.company_wrap .company_list dd {
	font-size: 1.5rem;
	padding: 10px 0;
	width: 70%;
}
.company_wrap .company_list dt:nth-of-type(odd),
.company_wrap .company_list dd:nth-of-type(odd) {
	background: rgba(245,245,245,1);
}
.company_wrap .access_wrap {
	margin: 0 0 100px;
}
.company_wrap .access_wrap p {
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.company_wrap .access_wrap iframe {
	height: 300px;
	width: 100%;
}
.company_wrap .history_wrap {
}
.company_wrap .history_wrap h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.company_wrap .history_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company_wrap .history_wrap dt {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	width: 30%;
}
.company_wrap .history_wrap dd {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	padding: 15px 0;
	width: 70%;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.company_wrap {
	margin: 80px auto 100px;
	width: 98%;
}
.company_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 50px 30px;
}
.company_wrap .box .logo_item {
	margin: 0 80px 0 0;
}
.company_wrap .box .txt_item p {
	font-size: 1.5rem;
	line-height: 30px;
}
.company_wrap .company_list {
	margin: 0 0 50px;
}
.company_wrap .company_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company_wrap .company_list dt {
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 0 10px 30px;
	width: 30%;
}
.company_wrap .company_list dd {
	font-size: 1.5rem;
	padding: 10px 0;
	width: 70%;
}
.company_wrap .company_list dt:nth-of-type(odd),
.company_wrap .company_list dd:nth-of-type(odd) {
	background: rgba(245,245,245,1);
}
.company_wrap .access_wrap {
	margin: 0 0 100px;
}
.company_wrap .access_wrap p {
	font-size: 1.5rem;
	margin: 0 0 10px;
}
.company_wrap .access_wrap iframe {
	height: 300px;
	width: 100%;
}
.company_wrap .history_wrap {
}
.company_wrap .history_wrap h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	text-align: center;
}
.company_wrap .history_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company_wrap .history_wrap dt {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	font-weight: bold;
	padding: 15px 0 15px 30px;
	width: 30%;
}
.company_wrap .history_wrap dd {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.5rem;
	padding: 15px 0;
	width: 70%;
}

}

@media (max-width:599px){
.company_wrap {
	margin: 30px auto 50px;
	width: 98%;
}
.company_wrap .box {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 20px;
	width: 100%;
}
.company_wrap .box .logo_item {
	width: 25%;
}
.company_wrap .box .logo_item img {
	height: auto;
	width: 100%;
}
.company_wrap .box .txt_item {
	width: 65%;
}
.company_wrap .box .txt_item p {
	font-size: 1.3rem;
}
.company_wrap .company_list {
	margin: 0 0 50px;
}
.company_wrap .company_list dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company_wrap .company_list dt {
	font-size: 1.3rem;
	font-weight: bold;
	padding: 10px 0 10px 10px;
	width: 35%;
}
.company_wrap .company_list dd {
	font-size: 1.3rem;
	padding: 10px 0;
	width: 65%;
}
.company_wrap .company_list dt:nth-of-type(odd),
.company_wrap .company_list dd:nth-of-type(odd) {
	background: rgba(245,245,245,1);
}
.company_wrap .access_wrap {
	margin: 0 0 50px;
}
.company_wrap .access_wrap p {
	font-size: 1.3rem;
	margin: 0 0 10px;
}
.company_wrap .access_wrap iframe {
	height: 250px;
	width: 100%;
}
.company_wrap .history_wrap {
}
.company_wrap .history_wrap h3 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.company_wrap .history_wrap dl {
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
}
.company_wrap .history_wrap dt {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	font-weight: bold;
	padding: 15px 0 15px 10px;
	width: 35%;
}
.company_wrap .history_wrap dd {
	border-bottom: solid thin rgba(153,153,153,1);
	font-size: 1.3rem;
	padding: 15px 0;
	width: 65%;
}

}

/*----------------------
▲会社概要▲
----------------------*/

/*----------------------
▼個人情報保護方針▼
----------------------*/

@media (min-width:960px){
.pp_wrap {
	margin: 80px auto 100px;
	width: 960px;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.pp_wrap {
	margin: 80px auto 100px;
	width: 98%;
}
.pp_wrap p {
	font-size: 1.5rem;
}
.pp_txt {
	margin: 0 0 40px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 40px;
	padding: 20px;
}

}

@media (max-width:599px){
.pp_wrap {
	margin: 30px auto 50px;
	width: 98%;
}
.pp_wrap p {
	font-size: 1.3rem;
}
.pp_txt {
	margin: 0 0 30px;
}
.pp_midashi {
	font-weight: bold;
}
.pp_box {
	border: solid thin rgba(102,102,102,1);
	margin: 0 0 30px;
	padding: 15px;
}

}

/*----------------------
▲個人情報保護方針▲
----------------------*/

/*----------------------
▼under_contact▼
----------------------*/

@media (min-width:960px){
.under_content {
	margin: 0 0 50px;
	text-align: center;
}
.under_style {
	background: rgba(250,250,250,1);
	margin: 0 0 -0px;
	padding: 50px 0;
}
.under_content p:first-of-type {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.under_content p:last-of-type {
	font-size: 1.5rem;
	font-weight: bold;
}
.under_content p:last-of-type span {
	font-size: 3rem;
	font-weight: bold;
}
.under_content .link {
	margin: 30px 0 0;
	text-align: center;
}
.under_content .link a {
	background: #000;
	border-radius: 30px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
}
.under_content .link a:hover {
	opacity: .4;
}
.under_content .link a img {
	margin: 0 10px 3px 0;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.under_content {
	margin: 0 0 50px;
	text-align: center;
}
.under_style {
	background: rgba(250,250,250,1);
	margin: 0 0 -0px;
	padding: 50px 0;
}
.under_content p:first-of-type {
	font-size: 1.5rem;
	margin: 0 0 20px;
}
.under_content p:last-of-type {
	font-size: 1.5rem;
	font-weight: bold;
}
.under_content p:last-of-type span {
	font-size: 3rem;
	font-weight: bold;
}
.under_content .link {
	margin: 30px 0 0;
	text-align: center;
}
.under_content .link a {
	background: #000;
	border-radius: 30px;
	color: #FFF;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 10px 70px;
}
.under_content .link a img {
	margin: 0 10px 3px 0;
}

}

@media (max-width:599px){
.under_content {
	margin: 0 0 50px;
	text-align: center;
}
.under_style {
	background: rgba(250,250,250,1);
	margin: 0 0 -0px;
	padding: 40px 0;
}
.under_content p:first-of-type {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.under_content p:last-of-type {
	font-size: 1.3rem;
	font-weight: bold;
}
.under_content p:last-of-type span {
	font-size: 2rem;
	font-weight: bold;
}
.under_content .link {
	margin: 30px 0 0;
	text-align: center;
}
.under_content .link a {
	background: #000;
	border-radius: 30px;
	color: #FFF;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 7px 40px;
}
.under_content .link a img {
	margin: 0 10px 3px 0;
}

}

/*----------------------
▲under_contact▲
----------------------*/

/*----------------------
▼お問い合わせ▼
----------------------*/

@media (min-width:960px){
.contact_wrap {
	margin: 30px 0 0;
}
.contact_midashi h3 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 50px;
}
.contact_midashi .line {
	text-align: center;
}
.contact_midashi .line::before {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 25px;
}
.contact_midashi .line::after {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 25px;
}

.contact_wrap .top_txt {
	background: rgba(245,245,245,1);
	margin: 0 0 100px;
	padding: 40px 0;
}
.contact_wrap .top_txt p {
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: center;
	width: 960px;
}
.contact_wrap .tel_wrap {
	margin: 0 auto 100px;
	width: 960px;
}
.contact_wrap .tel_wrap .tel_no {
	text-align: center;
}
.contact_wrap .tel_wrap img {
	height: 40px;
	margin: 0 20px 15px 0;
	width: auto;
}
.contact_wrap .tel_wrap p {
	display: inline-block;
	font-size: 3.5rem;
	font-weight: bold;
}

/* フォーム */
.form_wrap {
	margin: 80px auto 30px;
	width: 960px;
}
.item_box,
.item_box_message {
	border-top: solid thin rgba(204,204,204,1);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0;
	width: 100%;
}
.radio_wrap {
	border-top: solid thin rgba(204,204,204,1);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0;
}
.item_box .item_left,
.item_box_message .item_left {
	height: 40px;
	padding: 0 0 0 20px;
	width: 230px;
}
.item_box .item_right,
.radio_wrap .radio_right_item {
	height: 45px;
	width: 700px;
}
.item_box_message .item_right {
	width: 700px;
}
.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.drop_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.form_wrap .txt_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 40px;
	width: 100%;
}
.radio_wrap .radio_left_item {
	height: 40px;
	padding: 0 0 0 20px;
	width: 230px;
}
.radio_item {
	margin-right: 10px;
}
.radio_wrap label {
	display: block;
	font-size: 1.5rem;
	line-height: 30px;
}
.item_box_message .message_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 130px;
	width: 100%;
}
.form_wrap input::placeholder{
	color: rgba(102,102,102,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	padding: 0 0 0 10px;
}
/*送信系*/
.sub_btn1,.sub_btn2 {
	cursor: pointer;
}
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信*/
	background: rgba(102,102,102,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 700px;
}
.sub_btn2 {
	/*リセット*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	transition: .5s;
	width: 230px;
}
.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}
.contact_under_txt {
	margin: 0 auto 80px;
	width: 960px;
}
.contact_under_txt p {
	font-size: 1.5rem;
}
.contact_under_txt a {
	color: #930;
	text-decoration: underline;
}
/*注意事項*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 30px;
	margin: 0 auto 100px;
	width: 960px;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 30px 0;
	margin: 0 0 30px;
	text-align: center;
}
.autoreply_txt .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.5rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.contact_wrap {
	margin: 30px 0 0;
}
.contact_midashi h3 {
	color: rgba(102,102,102,1);
	font-size: 2rem;
	font-weight: bold;
	margin: 0 0 40px;
}
.contact_midashi .line {
	text-align: center;
}
.contact_midashi .line::before {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 25px;
}
.contact_midashi .line::after {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 25px;
}

.contact_wrap .top_txt {
	background: rgba(245,245,245,1);
	margin: 0 0 100px;
	padding: 40px 0;
}
.contact_wrap .top_txt p {
	font-size: 1.5rem;
	margin: 0 auto;
	text-align: center;
	width: 98%;
}
.contact_wrap .tel_wrap {
	margin: 0 auto 100px;
	width: 98%;
}
.contact_wrap .tel_wrap .tel_no {
	text-align: center;
}
.contact_wrap .tel_wrap img {
	height: 40px;
	margin: 0 20px 15px 0;
	width: auto;
}
.contact_wrap .tel_wrap p {
	display: inline-block;
	font-size: 3.5rem;
	font-weight: bold;
}

/* フォーム_tb */
.form_wrap {
	margin: 80px auto 30px;
	width: 98%;
}
.item_box,
.item_box_message {
	border-top: solid thin rgba(204,204,204,1);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0;
	width: 100%;
}
.radio_wrap {
	border-top: solid thin rgba(204,204,204,1);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 40px 0;
}
.item_box .item_left,
.item_box_message .item_left {
	height: 40px;
	padding: 0 0 0 20px;
	width: 30%;
}
.item_box .item_right,
.radio_wrap .radio_right_item {
	height: 45px;
	width: 68%;
}
.item_box_message .item_right {
	width: 68%;
}
.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 40px;
}
.drop_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 40px;
	margin-bottom: 40px;
	width: 300px;
}
.form_wrap .txt_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 40px;
	width: 100%;
}
.radio_wrap .radio_left_item {
	height: 40px;
	padding: 0 0 0 20px;
	width: 30%;
}
.radio_item {
	margin-right: 10px;
}
.radio_wrap label {
	display: block;
	font-size: 1.5rem;
	line-height: 30px;
}
.item_box_message .message_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 130px;
	width: 100%;
}
.form_wrap input::placeholder{
	color: rgba(102,102,102,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	padding: 0 0 0 10px;
}
/*送信系_tb*/
.sub_btn_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信_tb*/
	background: rgba(102,102,102,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 68%;
}
.sub_btn2 {
	/*リセット_tb*/
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 30%;
}
.contact_under_txt {
	margin: 0 auto 80px;
	width: 98%;
}
.contact_under_txt p {
	font-size: 1.5rem;
}
.contact_under_txt a {
	color: #930;
	text-decoration: underline;
}
/*注意事項_tb*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 30px;
	margin: 0 auto 100px;
	width: 98%;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 30px 0;
	margin: 0 0 30px;
	text-align: center;
}
.autoreply_txt .top_txt p {
	font-size: 1.5rem;
	font-weight: bold;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.5rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

@media (max-width:599px){
.contact_wrap {
	margin: 20px 0 0;
}
.contact_midashi h3 {
	color: rgba(102,102,102,1);
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 20px;
}
.contact_midashi .line {
	text-align: center;
}
.contact_midashi .line::before {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-right: 25px;
}
.contact_midashi .line::after {
	content:"";
	display:inline-block;
	width:10%;
	height:1px;
	background-color: rgba(102,102,102,1);
	vertical-align: middle;
	margin-left: 25px;
}

.contact_wrap .top_txt {
	background: rgba(245,245,245,1);
	margin: 0 0 50px;
	padding: 20px 0;
}
.contact_wrap .top_txt p {
	font-size: 1.3rem;
	margin: 0 auto;
	width: 95%;
}
.contact_wrap .tel_wrap {
	margin: 0 auto 50px;
	width: 98%;
}
.contact_wrap .tel_wrap .tel_no {
	text-align: center;
}
.contact_wrap .tel_wrap img {
	height: 25px;
	margin: 0 10px 15px 0;
	width: auto;
}
.contact_wrap .tel_wrap p {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: bold;
}

/* フォーム_sp */
.form_wrap {
	margin: 20px auto 30px;
	width: 98%;
}
.item_box,
.item_box_message {
	border-top: solid thin rgba(204,204,204,1);
	padding: 10px 0 20px;
	width: 100%;
}
.radio_wrap {
	border-top: solid thin rgba(204,204,204,1);
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 0;
}
.item_box .item_left,
.item_box_message .item_left {
	height: 40px;
	width: 100%;
}
.item_box .item_right,
.radio_wrap .radio_right_item {
	height: 45px;
	width: 100%;
}
.item_box_message .item_right {
	width: 100%;
}
.item_box .item_left p,
.item_box_message .item_left p,
.radio_wrap .radio_left_item p {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 40px;
}
.drop_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 40px;
	margin-bottom: 40px;
	width: 80%;
}
.form_wrap .txt_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 40px;
	width: 100%;
}
.radio_wrap .radio_left_item {
	height: 40px;
	width: 100%;
}
.radio_item {
	margin-right: 10px;
}
.radio_wrap label {
	display: block;
	font-size: 1.3rem;
	line-height: 30px;
}
.item_box_message .message_item {
	border: none;
	background: rgba(225,238,249,1);
	height: 130px;
	width: 100%;
}
input,textarea {
	background: rgba(225,238,249,1);
	border: none;
}
.form_wrap input::placeholder{
	color: rgba(102,102,102,1);
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.1rem;
	padding: 0 0 0 5px;
}
/*送信系_tb*/
.sub_btn_wrap {
	margin: 25px 0 20px;
	width: 100%;
}
.sub_btn1 {
	/*送信_sp*/
	-webkit-appearance: none;
	background: rgba(102,102,102,1);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 70px;
	width: 100%;
}
.sub_btn2 {
	/*リセット_sp*/
	-webkit-appearance: none;
	background: rgba(153,153,153,.7);
	border: none;
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-weight: bold;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 40px;
	margin: 0 0 10px;
	width: 100%;
}
.contact_under_txt {
	margin: 0 auto 50px;
	width: 98%;
}
.contact_under_txt p {
	font-size: 1.3rem;
}
.contact_under_txt a {
	color: #930;
	text-decoration: underline;
}
/*注意事項_sp*/
.autoreply_txt {
	background: rgba(240,240,240,1);
	padding: 10px;
	margin: 0 auto 50px;
	width: 98%;
}
.autoreply_txt .top_txt {
	background: #FFF;
	padding: 20px 0;
	margin: 0 0 30px;
}
.autoreply_txt .top_txt p {
	font-size: 1.3rem;
	font-weight: bold;
}
.autoreply_txt .txt {
	margin: 0 0 20px;
}
.autoreply_txt .txt p {
	font-size: 1.3rem;
}
.autoreply_txt .txt p span {
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}

}

/*----------------------
▲お問い合わせ▲
----------------------*/

/*----------------------
▼フッター▼
----------------------*/

@media (min-width:960px){
.footer_wrap {
	background: rgba(225,238,249,1);
	padding: 40px 0 30px;
}
.footer_wrap address {
	font-style: normal;
	text-align: center;
}
.footer_wrap address img {
	margin: 0 0 20px;
}
.footer_wrap address p {
	font-size: 1.5rem;
	margin: 0 0 30px;
}
.footer_wrap .shop_list {
	background: #FFF;
	padding: 30px 50px 5px;
	margin: 0 auto;
	width: 850px;
}
.footer_wrap .shop_list a {
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 35px 25px 0;
}
.footer_wrap .shop_list a::before {
	content:"▶";
	margin: 0 10px 0 0;
}
.footer_wrap .shop_list a:hover {
	opacity: .4;
}
footer small {
	display: block;
	font-size: 1.5rem;
	padding: 10px 0;
	text-align: center;
}

}

@media (min-width: 600px) and (max-width: 959px) {
.footer_wrap {
	background: rgba(225,238,249,1);
	padding: 40px 0 30px;
}
.footer_wrap address {
	font-style: normal;
	text-align: center;
}
.footer_wrap address img {
	margin: 0 0 20px;
}
.footer_wrap address p {
	font-size: 1.5rem;
	margin: 0 0 30px;
}
.footer_wrap .shop_list {
	background: #FFF;
	padding: 30px 30px 5px;
	margin: 0 auto;
	width: 98%;
}
.footer_wrap .shop_list a {
	display: inline-block;
	font-size: 1.5rem;
	padding: 0 30px 25px 0;
}
.footer_wrap .shop_list a::before {
	content:"▶";
	margin: 0 10px 0 0;
}
footer small {
	display: block;
	font-size: 1.5rem;
	padding: 10px 0;
	text-align: center;
}

}

@media (max-width:599px){
.footer_wrap {
	background: rgba(225,238,249,1);
	padding: 20px 0 30px;
}
.footer_wrap address {
	font-style: normal;
	text-align: center;
}
.footer_wrap address img {
	height: auto;
	margin: 0 0 20px;
	width: 20%;
}
.footer_wrap address p {
	font-size: 1.3rem;
	margin: 0 0 20px;
}
.footer_wrap .shop_list {
	background: #FFF;
	padding: 20px 30px 10px;
	margin: 0 auto;
	width: 98%;
}
.footer_wrap .shop_list a {
	display: block;
	font-size: 1.3rem;
	margin: 0 0 10px;
}
.footer_wrap .shop_list a::before {
	content:"▶";
	margin: 0 10px 0 0;
}
footer small {
	display: block;
	font-size: 1.1rem;
	margin: 0 0 60px;
	padding: 10px 0;
	text-align: center;
}

}

/*----------------------
▲フッター▲
----------------------*/
