@charset "UTF-8";

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

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

body { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
letter-spacing: .3rem;
}

@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*/

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

.comm_wrap {
	margin: 0 auto;
	width: 960px;
}

.comm_line {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 2rem;
}

.comm_line_2 {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 2rem;
	margin: 140px 0 0;
}

.comm_line::before,
.comm_line_2::before,
.comm_line::after,
.comm_line_2::after {
    border-top: 1px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}

.comm_line::before,
.comm_line_2::before {
    margin-right: 1.5em;
}

.comm_line::after,
.comm_line_2::after {
    margin-left: 1.5em;
}
/*ガイドライン*/
.guideline {
	border: solid thin rgba(150,150,150,1);
	margin: 50px auto 80px;
	padding: 40px 0;
	width: 960px;
	text-align: center;
}
.guideline p:first-of-type {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline p:last-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline a {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}
}

@media (min-width: 600px) and (max-width: 959px) {
.pc {display: none;}
.tb {display: inherit;}
.sp {display: none;}
.tbsp {display: inherit;}

.comm_wrap {
	margin: 0 auto;
	width: 100%;
}

.comm_line {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 1.8rem;
}

.comm_line_2 {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 1.8rem;
	margin: 140px 0 0;
}

.comm_line::before,
.comm_line_2::before,
.comm_line::after,
.comm_line_2::after {
    border-top: 1px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}

.comm_line::before,
.comm_line_2::before {
    margin-right: 1.5em;
}

.comm_line::after,
.comm_line_2::after {
    margin-left: 1.5em;
}
/*ガイドライン_tb*/
.guideline {
	border: solid thin rgba(150,150,150,1);
	margin: 50px auto 80px;
	padding: 40px 0;
	width: 95%;
	text-align: center;
}
.guideline p:first-of-type {
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline p:last-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline a {
	color: #900;
	font-size: 1.5rem;
	font-weight: bold;
	text-decoration: underline;
}

}

@media (max-width:599px){

.pc {display: none;}
.tb {display: none;}
.sp {display: inherit;}
.tbsp {display: inherit;}

.comm_wrap {
	margin: 0 auto;
	width: 100%;
}

.comm_line {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 1.5rem;
}

.comm_line_2 {
    display: flex;
    align-items: center;
    text-align: center;
	font-size: 1.5rem;
	margin: 80px 0 0;
}

.comm_line::before,
.comm_line_2::before,
.comm_line::after,
.comm_line_2::after {
    border-top: 1px solid;
    content: "";
    display: inline;
    flex-grow: 1;
}

.comm_line::before,
.comm_line_2::before {
    margin-right: 1.5em;
}

.comm_line::after,
.comm_line_2::after {
    margin-left: 1.5em;
}
/*ガイドライン_sp*/
.guideline {
	border: solid thin rgba(150,150,150,1);
	margin: 30px auto 40px;
	padding: 20px 20px;
	width: 95%;
}
.guideline p:first-of-type {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 10px;
	text-align: center;
}
.guideline p:last-of-type {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.guideline a {
	color: #900;
	font-size: 1.3rem;
	font-weight: bold;
	text-decoration: underline;
}

}

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

@media (min-width:960px){

#top_head {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.9);
	margin: 0 auto;
	width: 100%;
	z-index: 10;
}

.head_line {
	background: rgba(247,147,30,1);
	height: 5px;
	width: 100%;
}

.nav_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	height: 100px;
	margin: 20px auto 0;
	padding: 0 10px 0;
	max-width: 1500px;
}

#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: 35px 0 0;
}

#global_nav a {
	display: inline-block;
	font-size: 1.5rem;
	text-align: center;
	transition: .5s;
	width: 170px;
}

#global_nav a:hover {
	color: rgba(247,147,30,1);
}

#global_nav span {
	display: block;
	color: rgba(204,204,204,1);
	font-size: 1rem;
	letter-spacing: .1rem;
	text-align: center;
}

}

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

#top_head {
	position: fixed;
	top: 0;
	background: rgba(255,255,255,.9);
	margin: 0 auto;
	width: 100%;
	z-index: 10;
}

.head_line {
	background: rgba(247,147,30,1);
	height: 5px;
	width: 100%;
}

.nav_wrap {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	height: 100px;
	margin: 20px auto 0;
	padding: 0 10px 0;
	width: 100%;
}

.inner {
	width: 80%;
}

#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: 35px 0 0;
}

#global_nav a {
	display: inline-block;
	font-size: 1.3rem;
	text-align: center;
	width: 20%;
}

#global_nav span {
	display: block;
	color: rgba(204,204,204,1);
	font-size: 1rem;
	letter-spacing: .1rem;
	text-align: center;
}

}

@media (max-width:599px){

.head_line {
	background: rgba(247,147,30,1);
	height: 5px;
	width: 100%;
}

.head_logo {
	position: fixed;
	top: 15px;
	left: 10px;
	height: auto;
	width: 50%;
	z-index: 1000;
}

.head_logo img {
	height: auto;
	width: 30%;
}

/* ナビOPEN時 */
#global_nav {
	background: rgba(0,0,0,.7);
	position: fixed;
	top: 0;
	z-index: 999;
}

#global_nav ul {
	z-index: 999;
}

#global_nav li {
	height: 50px;
	line-height: 50px;
	text-align: left;
	padding-left: 40px;
}

#global_nav a:link,nav a:visited {
	color: rgba(255,255,255,1);
}

#global_nav span:before {
/* ナビspan活用持 */
	content:"/";
	margin: 0 10px;
}

/* 3本ラインの位置調整 */
#nav_toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 34px;
    height: 36px;
    z-index: 999;
}

#nav_toggle div {
    position: relative;
}

#nav_toggle span {
/* 3本ラインデザイン */
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: rgba(51,51,51,1);
    left: 0;
    -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;
}

#top_head,.inner {
	width: 100%;
	padding: 0;
}
	
#top_head {
	top: 0;
	position: fixed;
	margin-top: 0;
	z-index: 999;
}
	
/* Fixed reset */
#top_head.fixed {
	padding-top: 0;
	background: transparent;
}
	
#mobile_head {
/* 上部fixedの枠 */
	width: 100%;
	height: 65px;
	z-index: 999;
	position: relative;
	background: rgba(255,255,255,0.6);
}

#global_nav {
/* 開いてないとき画面外配置 */
	position: absolute;
	top: -500px;
	width: 100%;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
	
#global_nav ul {
	position: static;
	font-size: 1.4rem;
}

#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);
}

/* スライドアニメーション_li要素全体の移動調整 */
.open #global_nav {
 #global-nav top + #mobile-head height 
	-moz-transform: translateY(570px);
	-webkit-transform: translateY(570px);
	transform: translateY(570px);
}

/* メニューテキスト */
#mobile_head .menu {
	position: absolute;
	top: -5px;
	right: 10px;
}

#mobile_head .menu::before {
	content:"menu";
	position: absolute;
	top: 10px;
	right: 2px;
}

}

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

/*----------------------
▼メイン写真▼
----------------------*/

@media (min-width:960px){

.main_pic {
	position: relative;
	top: 0;
	height: 335px;
	margin: 150px 0 0;
	overflow: hidden;
	width: 100%;
	z-index: 1;
}

.main_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.main_pic p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 2.2rem;
}

}

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

.main_pic {
	position: relative;
	top: 0;
	height: 200px;
	margin: 140px 0 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.main_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 1500px;
}

.main_pic p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 2rem;
	height: auto;
	width: 100%;
}

}

@media (max-width:599px){

.main_pic {
	position: relative;
	top: 0;
	height: 170px;
	margin: 55px 0 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.main_pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	height: auto;
	width: 800px;
}

.main_pic p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-size: 1.3rem;
	height: auto;
	width: 100%;
}

}

/*----------------------
▲メイン写真▲
----------------------*/

/*----------------------
▼メインコンテンツ▼
----------------------*/

@media (min-width:960px){

.arrow {
	margin: 50px 0;
	text-align: center;
}

.midashi_txt {
	margin: 0 0 80px;
	text-align: center;
}

.midashi_txt p {
	font-size: 2rem;
	line-height: 3.5rem;
}

.en_txt {
	color: rgba(153,153,153,1);
	text-align: center;
}

.content_wrap,
.content_wrap_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 0 100px;
}

.content_rightbox p,
.content_leftbox p {
	font-size: 1.5rem;
}

.content_rightbox .name_img {
	margin: 30px 0 0;
	text-align: center;
}

.content_wrap .content_rightbox {
	position: relative;
	margin: 0 0 0 50px;
}

.content_wrap_2 .content_leftbox {
	position: relative;
	margin: 0 50px 0 0;
}

.content_wrap .link_txt a,
.content_wrap_2 .link_txt a {
	position: absolute;
	bottom: 0;
	display: inline-block;
	border: solid thin;
	font-size: 1.5rem;
	margin: 35px 0 0;
	padding: 10px 0;
	text-align: center;
	transition: .5s;
	width: 100%;
}

.content_wrap .link_txt a:hover,
.content_wrap_2 .link_txt a:hover {
	background: rgba(153,153,153,1);
	color: rgba(255,255,255,1);
}

.under_link {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
}

.under_link a {
	display: inline-block;
	background: rgba(247,147,30,1);
	border: solid rgba(247,147,30,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding: 15px 0;
	transition: .5s;
	width: 430px;
}

.under_link a:hover {
	background: rgba(255,255,255,1);
	border: solid rgba(247,147,30,1);
	color: rgba(247,147,30,1);
	font-weight: bold;
}

}

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

.arrow {
	margin: 30px 0;
	text-align: center;
}

.midashi_txt {
	margin: 0 0 80px;
	text-align: center;
}

.midashi_txt p {
	font-size: 1.8rem;
	line-height: 3.5rem;
}

.en_txt {
	color: rgba(153,153,153,1);
	text-align: center;
}

.content_wrap,
.content_wrap_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px auto 100px;
	width: 95%;
}

.content_rightbox p,
.content_leftbox p {
	font-size: 1.3rem;
}

.content_rightbox .name_img {
	margin: 15px 0 0;
	text-align: center;
	height: auto;
	width: 80%;
}

.content_wrap .content_rightbox {
	position: relative;
	margin: 0 0 0 50px;
}

.content_wrap_2 .content_leftbox {
	position: relative;
	margin: 0 50px 0 0;
}

.content_wrap .link_txt a,
.content_wrap_2 .link_txt a {
	position: absolute;
	bottom: 0;
	display: inline-block;
	border: solid thin;
	font-size: 1.5rem;
	margin: 35px 0 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.under_link {
	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;
	text-align: center;
	width: 95%;
}

.under_link a {
	display: inline-block;
	background: rgba(247,147,30,1);
	border: solid rgba(247,147,30,1);
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	padding: 15px 0;
	width: 45%;
}

}

@media (max-width:599px){

.arrow {
	margin: 10px 0 20px;
	text-align: center;
}

.arrow img {
	height: auto;
	width: 8%;
}

.midashi_txt {
	margin: 0 auto 30px;
	width: 95%;
}

.midashi_txt p {
	font-size: 1.3rem;
	line-height: 2.5rem;
}

.en_txt {
	color: rgba(153,153,153,1);
	text-align: center;
}

.content_wrap,
.content_wrap_2 {
	margin: 30px auto 50px;
	width: 95%;
}

.content_wrap_2 {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.content_wrap .content_leftbox {
	margin: 0 auto 20px;
	width: 95%;
}

.content_wrap .content_leftbox img {
	height: auto;
	width: 100%;
}

.content_wrap .content_rightbox {
	height: auto;
}

.content_rightbox p,
.content_leftbox p {
	font-size: 1.3rem;
}

.content_rightbox .name_img {
	margin: 15px 0 0;
	text-align: center;
	height: auto;
	width: 100%;
}

.content_wrap_2 .content_rightbox {
	margin: 0 auto 20px;
	width: 95%;
}

.content_wrap_2 .content_rightbox img {
	height: auto;
	width: 100%;
}

.content_wrap .link_txt a,
.content_wrap_2 .link_txt a {
	display: inline-block;
	border: solid thin;
	font-size: 1.3rem;
	margin: 35px 0 0;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.under_link {
	margin: 0 auto;
	text-align: center;
	width: 95%;
}

.under_link a {
	display: inline-block;
	background: rgba(247,147,30,1);
	border: solid rgba(247,147,30,1);
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	margin: 0 0 10px;
	padding: 15px 0;
	width: 100%;
}

}

/*----------------------
▲メインコンテンツ▲
----------------------*/

/*----------------------
▼下層ページ▼
----------------------*/

@media (min-width:960px){

.midashi_txt_2 {
	margin: 50px 0 30px;
	text-align: center;
}

.midashi_txt_2 p {
	font-size: 1.8rem;
	line-height: 3rem;
}

.arrow_2 {
	margin: 0 0 50px;
	text-align: center;
}

/* 店舗の案内 */

.content_wrap_shop {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px 0 50px;
}

.content_wrap_shop dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	width: 550px;
}

.content_wrap_shop dt {
	padding: 10px 0;
	width: 150px;
}

.content_wrap_shop dd {
	padding: 10px 0;
	width: 400px;
}

.shop_map {
	margin: 0 0 80px;
}

.shop_map iframe {
	height: 350px;
	width: 100%;
}

/* 求人ページ */
.midashi_txt_recruit {
	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 50px;
	width: 960px;
}
.midashi_txt_recruit .pic_item {
	width: 450px;
}
.midashi_txt_recruit .txt_item {
	width: 450px;
}
.midashi_txt_recruit .txt_item p {
	font-size: 1.5rem;
	line-height: 3rem;
}


/* アコーディオン */

.recruit_accordion {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
}

.recruit_accordion label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
	font-size: 1.5rem;
	text-align: center;
    color : rgba(0,0,0,1);
	border-top: solid thin;
	border-bottom: solid thin;
    cursor :pointer;
	transition: .5s;
}

.recruit_accordion label:hover {
	color: rgba(153,0,0,1);
}

.recruit_accordion input {
    display: none;
}

.recruit_accordion div {
    margin: 0;
    padding: 0;
}

.recruit_accordion dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 900px;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.recruit_accordion dt {
	padding: 10px 0; 
	width: 300px;
}

.recruit_accordion dd {
	padding: 10px 0;
	width: 600px;
}

#menu_bar01:checked ~ #links01 dl,
#menu_bar02:checked ~ #links02 dl,
#menu_bar03:checked ~ #links03 dl {
    max-height: 750px;
    opacity: 1;
}

/* 慰安旅行 */

.travel_txt {
	margin: 0 0 30px;
}

.travel_txt p:first-of-type {
	font-size: 2rem;
	color: rgba(255,102,0,1);
	margin: 0 0 20px;
}

.travel_txt p {
	font-size: 1.5rem;
}

.travel_wrap {
	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 80px;
}

/* 会社概要 */

.company dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 30px auto 80px;
	width: 900px;
}

.company dt {
	padding: 10px 0;
	width: 250px;
}

.company dd {
	padding: 10px 0;
	width: 550px;
}

.company a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

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

.pp {
	margin: 50px 0;
}

.pp p {
	font-size: 1.5rem;
}

.pp_midashi {
	color: rgba(153,51,0,1);
	font-weight: bold;
}

}

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

.midashi_txt_2 {
	margin: 50px 0 30px;
	text-align: center;
}

.midashi_txt_2 p {
	font-size: 1.5rem;
	line-height: 3rem;
}

.arrow_2 {
	margin: 0 0 50px;
	text-align: center;
}

/* 店舗の案内_tb */

.content_wrap_shop {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	margin: 30px auto 50px;
	width: 95%;
}

.content_wrap_shop dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	width: 100%;
}

.content_wrap_shop dt {
	padding: 10px 0 10px 15px;
	width: 30%;
}

.content_wrap_shop dd {
	padding: 10px 0;
	width: 70%;
}

.shop_map {
	margin: 0 auto 80px;
	width: 95%;
}

.shop_map iframe {
	height: 350px;
	width: 100%;
}

/* 求人ページ_tb */
.midashi_txt_recruit {
	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 50px;
	width: 95%;
}
.midashi_txt_recruit .pic_item {
	width: 48%;
}
.midashi_txt_recruit .pic_item img {
	height: auto;
	width: 100%
}
.midashi_txt_recruit .txt_item {
	width: 48%;
}
.midashi_txt_recruit .txt_item p {
	font-size: 1.5rem;
	line-height: 3rem;
}

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

.recruit_accordion {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
	width: 95%;
}

.recruit_accordion label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
	font-size: 1.3rem;
	text-align: center;
    color : rgba(0,0,0,1);
	border-top: solid thin;
	border-bottom: solid thin;
}

.recruit_accordion input {
    display: none;
}

.recruit_accordion div {
    margin: 0;
    padding: 0;
}

.recruit_accordion dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.recruit_accordion dt {
	padding: 10px 0; 
	width: 30%;
}

.recruit_accordion dd {
	padding: 10px 0;
	width: 70%;
}

#menu_bar01:checked ~ #links01 dl,
#menu_bar02:checked ~ #links02 dl,
#menu_bar03:checked ~ #links03 dl {
    max-height: 550px;
    opacity: 1;
}

/* 慰安旅行_tb */

.travel_txt {
	margin: 0 auto 30px;
	width: 95%;
}

.travel_txt p:first-of-type {
	font-size: 1.8rem;
	color: rgba(255,102,0,1);
	margin: 0 0 20px;
}

.travel_txt p {
	font-size: 1.3rem;
}

.travel_wrap {
	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 80px;
	width: 95%;
}

.travel_leftbox,
.travel_rightbox {
	width: 45%;
}

.travel_wrap img {
	width: 100%;
}

/* 会社概要_tb */

.company dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.5rem;
	margin: 30px auto 80px;
	width: 95%;
}

.company dt {
	padding: 10px 0;
	width: 30%;
}

.company dd {
	padding: 10px 0;
	width: 70%;
}

.company a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

/* 個人情報保護方針_tb */

.pp {
	margin: 50px auto 50px;
	width: 95%;
}

.pp p {
	font-size: 1.3rem;
}

.pp_midashi {
	color: rgba(153,51,0,1);
	font-weight: bold;
}

}

@media (max-width:599px){

.midashi_txt_2 {
	margin: 30px auto 30px;
	width: 95%;
}

.midashi_txt_2 p {
	font-size: 1.3rem;
	line-height: 2.5rem;
}

.arrow_2 {
	margin: 0 0 30px;
	text-align: center;
}

.arrow_2 img {
	height: auto;
	width: 8%;
}

/* 店舗の案内_sp */

.content_wrap_shop {
	margin: 30px auto 30px;
	width: 95%;
}

.content_wrap_shop .content_leftbox img {
	height: auto;
	width: 100%;
}

.content_wrap_shop dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	font-size: 1.3rem;
	width: 100%;
}

.content_wrap_shop dt {
	font-weight: bold;
	padding: 10px 0 10px 0;
	width: 30%;
}

.content_wrap_shop dd {
	padding: 10px 0;
	width: 70%;
}

.shop_map {
	margin: 0 auto 80px;
	width: 95%;
}

.shop_map iframe {
	height: 300px;
	width: 100%;
}

/* 求人ページ_sp */
.midashi_txt_recruit {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin: 30px auto 30px;
	width: 95%;
}
.midashi_txt_recruit .pic_item {
	width: 100%;
}
.midashi_txt_recruit .pic_item img {
	height: auto;
	width: 100%
}
.midashi_txt_recruit .txt_item {
	margin: 0 0 10px;
	width: 100%;
}
.midashi_txt_recruit .txt_item p {
	font-size: 1.3rem;
	line-height: 3rem;
}


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

.recruit_accordion {
    max-width: 100%;
    margin: 0 auto 10px;
    padding: 0;
	width: 95%;
}

.recruit_accordion label {
    display: block;
    margin: 0 0 2px 0;
    padding :12px;
	font-size: 1.3rem;
	text-align: center;
    color : rgba(0,0,0,1);
	border-top: solid thin;
	border-bottom: solid thin;
}

.recruit_accordion input {
    display: none;
}

.recruit_accordion div {
    margin: 0;
    padding: 0;
}

.recruit_accordion dl {
	display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
	width: 100%;
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.recruit_accordion dt {
	padding: 10px 0; 
	width: 30%;
}

.recruit_accordion dd {
	padding: 10px 0;
	width: 70%;
}

#menu_bar01:checked ~ #links01 dl,
#menu_bar02:checked ~ #links02 dl,
#menu_bar03:checked ~ #links03 dl {
    max-height: 1000px;
    opacity: 1;
}

/* 慰安旅行_sp */

.travel_txt {
	margin: 0 auto 30px;
	width: 95%;
}

.travel_txt p:first-of-type {
	font-size: 1.5rem;
	color: rgba(255,102,0,1);
	margin: 0 0 20px;
}

.travel_txt p {
	font-size: 1.3rem;
}

.travel_wrap {
	margin: 0 auto 80px;
	width: 95%;
}

.travel_leftbox {
	margin: 0 0 30px;
	width: 100%;
}

.travel_rightbox {
	width: 100%;
}

.travel_wrap img {
	width: 100%;
}

/* 会社概要_sp */

.company dl {
	font-size: 1.3rem;
	margin: 30px auto 80px;
	width: 95%;
}

.company dt {
	font-weight: bold;
	padding: 10px 0 5px 0;
	width: 100%;
}

.company dd {
	padding: 0 0 15px 30px;
	width: 100%;
}

.company a {
	color: rgba(153,0,0,1);
	text-decoration: underline;
}

/* 個人情報保護方針_sp */

.pp {
	margin: 50px auto 50px;
	width: 95%;
}

.pp p {
	font-size: 1.3rem;
}

.pp_midashi {
	color: rgba(153,51,0,1);
	font-weight: bold;
}

}

/*----------------------
▲下層ページ▲
----------------------*/

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

@media (min-width:960px){

.contact_tel_img {
	margin: 30px 0;
	text-align: center;
}

.contact_tel_txt {
	text-align: center;
}

.contact_tel_txt p {
	font-size: 1.5rem;
}

.contact_link_txt {
	margin: 30px 0 80px;
	text-align: center;
}

.contact_link_txt a {
	display: inline-block;
	border: solid thin;
	font-size: 1.5rem;
	padding: 10px 0;
	transition: .5s;
	width: 400px;
}

.contact_link_txt a:hover {
	opacity: .5;
}

.contact_undertxt {
	margin: 30px 0 80px;
	text-align: center;
}

.contact_undertxt p {
	font-size: 1.5rem;
}

/* フォーム */

.form_wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 50px auto 50px;
	width: 800px;
}

.form_wrap p {
	font-size: 1.5rem;
}

.name,.mail,.tel,.subject {
	height: 30px;
	margin-bottom: 30px;
	width: 800px;
}

.message {
	height: 130px;
	margin-bottom: 30px;
	width: 800px;
}

.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 0 0;
	width: 800px;
}

.sub_btn1 {
	background: rgba(247,147,30,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 50px;
	width: 470px;
}

.sub_btn2 {
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 50px;
	width: 300px;
}

.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}

/* アラート */

.alert {
	color: rgba(255,0,0,1);
	font-size: 1.5rem;
}

form {
	position: relative;
}

form .alert::after {
	position: absolute;
	bottom: -40px;
	left: 0;
	content:"※必須項目をご入力ください";
}

}

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

.contact_tel_img {
	margin: 30px 0;
	text-align: center;
}

.contact_tel_txt {
	text-align: center;
}

.contact_tel_txt p {
	font-size: 1.3rem;
}

.contact_link_txt {
	margin: 30px 0 80px;
	text-align: center;
}

.contact_link_txt a {
	display: inline-block;
	border: solid thin;
	font-size: 1.5rem;
	padding: 10px 0;
	width: 400px;
}

.contact_undertxt {
	margin: 30px 0 80px;
	text-align: center;
}

.contact_undertxt p {
	font-size: 1.5rem;
}

/* フォーム */

.form_wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 50px auto 50px;
	width: 95%;
}

.form_wrap p {
	font-size: 1.3rem;
}

.name,.mail,.tel,.subject {
	height: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.message {
	height: 130px;
	margin-bottom: 30px;
	width: 100%;
}

.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 0 0;
	width: 100%;
}

.sub_btn1 {
	background: rgba(247,147,30,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 50px;
	width: 60%;
}

.sub_btn2 {
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 50px;
	width: 35%;
}

.sub_btn1:hover,
.sub_btn2:hover {
	opacity: .5;
}

/* アラート */

.alert {
	color: rgba(255,0,0,1);
	font-size: 1.3rem;
}

form {
	position: relative;
}

form .alert::after {
	position: absolute;
	bottom: -40px;
	left: 0;
	content:"※必須項目をご入力ください";
}

}

@media (max-width:599px){

.contact_tel_img {
	height: auto;
	margin: 30px 0;
	text-align: center;
	width: 100%;
}

.contact_tel_img img {
	width: 60%;
}

.contact_tel_txt {
	margin: 0 auto;
	width: 95%;
}

.contact_tel_txt p {
	font-size: 1.3rem;
}

.contact_link_txt {
	margin: 30px 0 80px;
	text-align: center;
}

.contact_link_txt a {
	display: inline-block;
	border: solid thin;
	font-size: 1.3rem;
	padding: 10px 0;
	width: 95%;
}

.contact_undertxt {
	margin: 30px auto 50px;
	width: 95%;
}

.contact_undertxt p {
	font-size: 1.3rem;
}

/* フォーム */

.form_wrap {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 50px auto 50px;
	width: 95%;
}

.form_wrap p {
	font-size: 1.3rem;
}

.name,.mail,.tel,.subject {
	height: 30px;
	margin-bottom: 30px;
	width: 100%;
}

.message {
	height: 130px;
	margin-bottom: 30px;
	width: 100%;
}

.sub_btn_wrap {
	margin: 25px 0 0 0;
	width: 100%;
}

.sub_btn1 {
	-webkit-appearance: none;
	background: rgba(247,147,30,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 50px;
	margin: 0 0 20px;
	width: 100%;
}

.sub_btn2 {
	-webkit-appearance: none;
	background: rgba(153,153,153,1);
	border: none;
	color: rgba(255,255,255,1);
	height: 50px;
	width: 100%;
}

/* アラート */

.alert {
	color: rgba(255,0,0,1);
	font-size: 1.3rem;
}

form {
	position: relative;
}

form .alert::after {
	position: absolute;
	bottom: -40px;
	left: 0;
	content:"※必須項目をご入力ください";
}

}

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

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

@media (min-width:960px){

footer {
	background: rgba(247,147,30,1);
	margin: 50px 0 0;
	padding: 30px 0;	
	text-align: center;
}

footer img {
	margin: 0 0 30px;
}

footer p,
footer address {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-style: normal;
}

.copy {
	text-align: center;
}

}

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

footer {
	background: rgba(247,147,30,1);
	margin: 50px 0 0;
	padding: 30px 0;	
	text-align: center;
}

footer img {
	margin: 0 0 30px;
}

footer p,
footer address {
	color: rgba(255,255,255,1);
	font-size: 1.5rem;
	font-style: normal;
}

.copy {
	text-align: center;
}

}

@media (max-width:599px){

footer {
	background: rgba(247,147,30,1);
	margin: 10px 0 0;
	padding: 30px 0;	
	text-align: center;
}

footer img {
	margin: 0 0 30px;
}

footer p,
footer address {
	color: rgba(255,255,255,1);
	font-size: 1.3rem;
	font-style: normal;
}

.copy {
	margin: 0 0 50px;
	text-align: center;
}

}

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

/*----------------------
▼アニメーション▼
----------------------*/

@media (min-width:960px){

#page-top {
    position: fixed;
    right: 5%;
    font-size: 1.5rem;
	z-index: 100;
}

#page-top a {
	background: rgba(247,147,30,1);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
	transition: .5s;
}

#page-top a:hover {
	background: rgba(255,255,255,1);
	color: rgba(247,147,30,1);
}

#sp_link {
	display: none;
}

}

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

#page-top {
    position: fixed;
    right: 5%;
    font-size: 1.5rem;
	z-index: 100;
}

#page-top a {
	background: rgba(247,147,30,1);
    color: #fff;
    width: 50px;
	height: 50px;
    padding: 13px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}

#sp_link {
	display: none;
}

}

@media (max-width:599px){

#page-top {
	display: none;
}

#sp_link {
    position: fixed;
	background: rgba(51,51,51,.5);
    font-size: 1.2rem;
	height: 50px;
	width: 100%;
	margin: 0 atuo;
	padding: 5px 0;
	z-index: 100;
}

.link_wrap {
	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%;
}

#sp_link a {
    text-decoration: none;
	color: rgba(255,255,255,1); 
    text-align: center;
    display: block;
}

.link_left {
	background: rgba(255,153,0,.8);
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 50%;
}

.link_left img {
	width: 50%;
	height: auto;
}

.link_right {
	background: rgba(255,153,0,.8);
	width: 70%;
	height: 40px;
	line-height: 40px;
	display: block;
	border-radius: 10px;
}

.link_top {
	background: rgba(255,153,0,.8);
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;	
}


}

/*----------------------
▲アニメーション▲
----------------------*/

/* アニメーション_クエリ外 */

.animation {
    animation: fadeIn 3.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 3.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
   100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
	30% {opacity: .1}
    70% {opacity: .6}
    100% {opacity: 1}
}
