@charset "Shift_JIS";
/*==========================
common
==============================*/
html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
}
img {
	max-width: 100% !important;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover {
	color: #fd95ac;
}
a img {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a img:hover {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}

a:focus, *:focus {
	outline: none;
}
p {
	font-size: 1rem;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */
.txtc {
	text-align: center;
}
.txt_small {
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
h1 {
	margin: 0;
	padding: 0;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.bold span {
	color: #e50011;
	font-size: 18px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb30 {
	margin-bottom: 30px;
}
/*==========================
common
==============================*/
.contant_wrap {
	overflow: hidden;
}
.col {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}
.col-2 {
	width: 48%;
}
.col-3 {
	width: 33%;
}
.col-4 {
	width: 23%;
}
/*==========================
header
==============================*/
.inner {
	width: 1036px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a, #top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul li a {
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#global-nav ul li a:hover {
	color: #fff;
}
#top-head.fixed #global-nav ul li a:hover {
	color: #fff;
	opacity: .8;
}
#home #top-head.fixed #global-nav ul li a:hover {
	color: #fd95ac;
	opacity: .8;
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 45px;
	background: #fff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	padding-bottom: 0 !important;
}
#top-head.fixed .logo {
	font-size: 24px;
}
#top-head.fixed #global-nav ul li a {
	font-size: 1.2rem;
}
/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	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: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
h1.logo {
	font-family: 'Barlow Condensed', sans-serif;
	color: #fd95ac;
	font-style: italic;
	font-weight: 600;
	font-size: 2rem;
}
h1.logo span {
	font-size: .9rem;
}
.entry_btn {
	width: 136px;
	transform: none !important;
	border-left: none !important;
	margin-top: -8.5%;
	
}


.fixed .entry_btn {
	margin-top: -3.5%;
}
.txt_Barlow {
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
}
.error {
	color: #F30004;
	width: 100%;
	display: block;
}
/*==========================
footer
==============================*/
footer {
	text-align: center;
	padding: 3rem 0 1rem;
}
footer h1.logo {
	font-size: 2.5rem;
	color: #fd95ac !important;
}
footer h1.logo span {
	display: block;
	font-size: 1.2rem;
}
footer p {
	color: #666666;
	font-size: .7rem;
	font-weight: 100;
}
/*==========================
top
==============================*/
.bx-wrapper {
	box-shadow: none;
	border: none;
	margin: 0 auto 30px;
}
.bx-wrapper img {
	width: 100%;
}
.bx-wrapper .bx-pager {
	position: absolute;
	bottom: 3%;
}
.bx-controls-direction {
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	opacity: .4;
}
.topics_wrap dt, .topics_wrap dd {
	display: inline-block;
	vertical-align: middle;
	height: 50px;
}
.topics_wrap dt {
	width: 15%;
}
.topics_wrap dd {
	width: 84%;
}
.topics_title {
	color: #fd95ac;
	position: relative;
	padding-left: 2rem;
	font-size: 1.8rem;
	margin-top: -5%;
}
.topics_title:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #fd95ab transparent transparent;
	position: absolute;
	left: 0;
	top: 0;
}
.posishon_wrap {
	position: relative;
}
#topics li span {
	padding-right: 1rem;
}
.container {
	padding: 3rem 0;
	position: relative;
}
.top_about_wrap .blue_bg {
	position: absolute;
	left: 0rem;
	z-index: 0;
	width: 55%;
}
.top_voice_wrap .blue_bg {
	position: absolute;
	right: 0rem;
	z-index: 0;
	width: 55%;
	top: 5%;
}
.top_shop_wrap .blue_bg {
	position: absolute;
	left: 2rem;
	z-index: 0;
	width: 55%;
	top: 6rem;
}
.top_info_wrap .blue_bg {
	position: absolute;
	left: 0rem;
	z-index: 0;
	width: 55%;
	top: 4rem;
}
.g_bg_left {
	background: url(../images/top/top_img02.jpg) no-repeat;
	background-size: 50% auto;
}
.g_bg_right {
	background: url(../images/top/top_img02.jpg) no-repeat;
	background-position: right top;
	background-size: 50% auto;
}
.top_about_wrap {
	background: #fd95ac;
}
.top_about_wrap dt, .top_about_wrap dd {
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.top_about_wrap dt {
	width: 65%;
	text-align: right;
}
.top_about_wrap dt img {
	padding: 3rem;
	width: 80%;
}
.top_about_wrap dd {
	width: 30%;
}
.liner_txt {
	font-size: 2.2rem;
	
	margin-top: 1rem;
}
.liner_txt:after {
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	background: -webkit-gradient(linear, left top, right bottom, from(#7aa3f2), to(#8af3fa));
	background: -moz-linear-gradient(left, #7aa3f2, #8af3fa);
	background: linear-gradient(left, #7aa3f2, #8af3fa);
}
.liner_txt_small{
	font-size: 1rem;
	font-style: italic;
	margin-bottom: 5%;
}
.top_about_wrap dd h4 {
	font-size: 1rem;
	margin-bottom: 2%;
}
.btn {
	background: #fc1e3d;
	display: block;
	padding: 3%;
	text-align: center;
	color: #fff;
	font-weight: 100;
	font-size: 1.2rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.btn::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 5px;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
	transform: skewX(45deg);
	margin-left: .7rem;
}
.btn:hover {
	background: #fe7486;
	color: #fff;
}
.top_voice_wrap {
	color: #fff;
	background: #fd95ac;
}
.top_voice_wrap dt, .top_voice_wrap dd {
	display: inline-block;
	vertical-align: top;
	color: #fff;
}
.top_voice_wrap dt {
	width: 35%;
}
.top_voice_wrap dd {
	width: 35%;
}
.top_voice_wrap li {
	width: 30%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.voice_area {
	border-radius: 0px 20px 20px 0px;
	font-size: 1rem;
	padding: 2% 5% 2%;
	display: inline-block;
	color: #fff;
}
.area_tokyo {
	background: #66c4ef;
}
.area_ibaraki {
	background: #8ec88f;
}
.area_fukuoka {
	background: #efa256;
}
.img_lead {
	position: absolute;
	left: 0;
	bottom: 10%;
	width: 100%;
}
.img_lead h3 {
	padding-left: 1rem;
}
.top_shop_wrap {
	color: #fff;
	background: #fd95ac;
}
.top_shop_wrap .txt_Barlow {
	width: 40%;
	margin-left: auto;
}
.shoplist_img {
	padding: 0 7rem;
}
.top_minute {
	background: url(../images/top/minites_bg.jpg) no-repeat center center / cover;
	text-align: center;
	padding: 5%;
}
.top_info_wrap {
	color: #fff;
	background: #fd95ac;
}
.top_info_wrap .wrapper {}
.top_info_wrap .txt_Barlow {
	width: 40%;
	margin-left: auto;
}
.top_info_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.top_info_wrap li{
	background: #fff;
	padding: .5rem;
	width: 20%;
	margin: 0 1%;
	color: #f1a7b8;
	text-align: center;
	margin-bottom: 5rem;
	display: block;
	
	position: relative;
}
.top_info_wrap a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-indent:-99999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.top_info_wrap li img, .top_info_wrap li h3, .top_info_wrap li h4{
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.top_info_wrap li:hover img, .top_info_wrap li:hover h3, .top_info_wrap li:hover h4{
	opacity: .7 !important;
}





.top_info_wrap li h3 {
	font-size: 1.5rem;
	padding-top: 1rem;
	margin-bottom: 2%;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
}
.top_info_wrap li h4 {
	font-size: .8rem;
	margin-bottom: 2rem;
	font-weight: 400;
}
#contact_btn {
	background: #4136ec;
	text-align: center;
	padding: 1rem;
	position: relative;
}
#contact_btn ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
#contact_btn li {
	width: 32%;
}
#contact_btn li img{

}
.youtube_btn {
	width: 300px;
}
/*==========================
page common
==============================*/
.page #top-head.page_fixed {
	background: #fd95ac;
}
.page .fixed {
	background: #fff !important;
}
/*.page #top-head.page_fixed .logo {
	color: #fff;
}*/
.page #global-nav ul li {
	border-left: solid 4px #fff;
}
.page h1.logo {
	color: #fff;
}
.page .fixed h1.logo a {
	color: #fd95ac !important;
}
.page #top-head.fixed #global-nav ul li a {
	color: #fd95ac;
}
.page #top-head.fixed #global-nav ul li {
	border-left: solid 4px #fd95ac;
}
#page_title_header {
	width: 100%;
	padding: 8rem 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top: 6rem;
}
#page_title_header h2 {
	color: #fff;
	font-size: 3.8rem;
	line-height: 4rem;
	margin-bottom: 10px;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-weight: 600;
}
#page_title_header h3 {
	color: #fff;
	font-size: 1.2rem;
}
.page_wrap {
	padding: 3rem 0;
}
.col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.col_2 li {
	width: 47%;
	margin-bottom: 1rem;
}
/*==========================
about
==============================*/
.about_title {
	background-image: url(../images/about/head_bg.jpg);
}
.about_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}
.about_menu li{
	padding: 10rem 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
    z-index: 1;
	width: 47%;
	text-align: center;
	margin-bottom: 2rem;
	color: #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}


.about_menu a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	text-indent:-99999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}


.about_menu li:hover {
	opacity: .7;
}
.about_menu li h3 {
	font-size: 3rem;
	font-weight: 500;
}
.about_menu li h4 {
	font-size: 1.8rem;
}
.about_menu h3, .about_menu p {
	text-shadow: 0px 0px 3px #666666;
}
.anav01 {
	background-image: url(../images/about/menu_01.jpg);
}
.anav02 {
	background-image: url(../images/about/menu_02.jpg);
}
.anav03 {
	background-image: url(../images/about/menu_03.jpg);
}
.number_title {
	background-image: url(../images/about/head_bg2.jpg);
}
.parenthesis {
	position: relative;
	width: 30%;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 2rem;
	text-align: center;
}
.parenthesis_p {
	color: #ffa2c6;
}
.parenthesis_b {
	color: #66bae3;
}
.parenthesis_o {
	color: #ff5d61;
}
.parenthesis::before, .parenthesis::after {
	position: absolute;
	top: 0;
	content: '';
	width: 12px;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.parenthesis_p::before, .parenthesis_p::after {
	border-top: 1px solid #ffa2c6;
	border-bottom: 1px solid #ffa2c6;
}
.parenthesis_b::before, .parenthesis_b::after {
	border-top: 1px solid #66bae3;
	border-bottom: 1px solid #66bae3;
}
.parenthesis_o::before, .parenthesis_o::after {
	border-top: 1px solid #ff5d61;
	border-bottom: 1px solid #ff5d61;
}
.parenthesis::before {
	left: 0;
}
.parenthesis_p::before {
	border-left: 1px solid #ffa2c6;
}
.parenthesis_b::before {
	border-left: 1px solid #66bae3;
}
.parenthesis_o::before {
	border-left: 1px solid #ff5d61;
}
.parenthesis::after {
	right: 0;
}
.parenthesis_p::after {
	border-right: 1px solid #ffa2c6;
}
.parenthesis_b::after {
	border-right: 1px solid #66bae3;
}
.parenthesis_o::after {
	border-right: 1px solid #ff5d61;
}
.kyujitu {
	text-align: center;
	width: 90%;
	margin: auto;
}
.kyujitu li {
	display: inline-block;
	width: 20%;
	margin: 0 3% 1%;
}
/*==========================
interview
==============================*/
.interview_title {
	background-image: url(../images/about/interview_head_bg.jpg);
}
.bg_pink {
	background: #ffb7c5;
}
.interview_list {
	text-align: center;
	padding-top: 5%;
	margin-bottom: 5%;
}
.interview_list li {
	display: inline-block;
	vertical-align: top;
	width: 27%;
	margin: 0 2%;
}
.interview_list li div {
	position: relative;
	padding-top: 1.5rem;
	text-align: left;
}
.interview_list li .voice_area {
	position: absolute;
	left: 0;
	top: -18%;
}
.interview_list li div h3 {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
.interview_list li div h3 span {
	font-size: 1rem;
}
.interview_list li .area_tokyo {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#34e2ac+0,1ba0f7+100 */
	background: #34e2ac; /* Old browsers */
	background: -moz-linear-gradient(left, #34e2ac 0%, #1ba0f7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #34e2ac 0%, #1ba0f7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #34e2ac 0%, #1ba0f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#34e2ac', endColorstr='#1ba0f7', GradientType=1); /* IE6-9 */
}
.interview_list li .area_ibaraki {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3b743a+0,70e17e+100 */
	background: #3b743a; /* Old browsers */
	background: -moz-linear-gradient(left, #3b743a 0%, #70e17e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #3b743a 0%, #70e17e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #3b743a 0%, #70e17e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#3b743a', endColorstr='#70e17e', GradientType=1); /* IE6-9 */
}
.interview_list li .area_fukuoka {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e16d25+0,f8a633+100 */
	background: #e16d25; /* Old browsers */
	background: -moz-linear-gradient(left, #e16d25 0%, #f8a633 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e16d25 0%, #f8a633 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e16d25 0%, #f8a633 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e16d25', endColorstr='#f8a633', GradientType=1); /* IE6-9 */
}
.interview_list:nth-child(odd) {
	background: url(../images/about/interview_bg.jpg) no-repeat;
	background-position: right top;
	background-size: 50% auto;
}
.interview_list:nth-child(even) {
	background: url(../images/about/interview_bg.jpg) no-repeat;
	background-position: left top;
	background-size: 50% auto;
}
#interview_page_header {
	position: relative;
	background-size: cover;
	width: 100%;
	margin-top: 6rem;
	background-repeat: no-repeat;
}
.iv_title_wrap {
	position: relative;
	width: 50%;
}
.iv_page_title {
	color: #fff;
}
.iv_page_title h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-size: 4.5rem;
}
.iv_page_title h3 {
	font-size: 1.5rem;
	margin-bottom: 30%;
}
.iv_page_title h5 {
	font-size: 1.5rem;
}
.iv_page_title h5 span {
	font-size: 1rem;
}
.iv_bg_blue {
	background: url("../images/about/interview_tit_bg_01.png") no-repeat center / cover;
}
.iv_bg_green {
	background: url("../images/about/interview_tit_bg_02.png") no-repeat center / cover;
}
.iv_bg_orange {
	background: url("../images/about/interview_tit_bg_03.png") no-repeat center / cover;
}
.iv_contant_wrap {
	background-repeat: no-repeat;
}
.girl_01_01 {
	background-image: url(../images/about/interview/girl_bg_01_01.png);
	background-position: left center;
}
.iv_q {
	background: #fff;
	padding: 3%;
	margin-bottom: 15px;
}
.iv_q dt {
	background: url(../images/about/icon_q.png) no-repeat left center / 5% auto;
	color: #ffa9bd;
	border-bottom: solid 1px #ffa9bd;
	padding-bottom: 0%;
	margin-bottom: 2%;
	font-size: 18px;
	padding: 2% 0 2% 6%;
}
#interview .btn {
	width: 23%;
	padding: 2%;
	margin: 5% auto;
}
/*==========================
shoplist
==============================*/
.shoplist_title {
	background-image: url(../images/shoplist/shoplist_head_bg.jpg);
}
.gradation_bg {
	display: inline-block;
	font-size: 35px;
	color: #fff;
	margin: 0 auto 5%;
	position: relative;
	padding-bottom: 2%;
}
.gradation_bg::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background: -webkit-linear-gradient(left, #f18081 0%, #a2bbf9 100%);
	background: linear-gradient(to right, #f18081 0%, #a2bbf9 100%);
}
.taigu_wrap h4 {
	border-radius: 100px;
	padding: 7px;
	text-align: center;
	color: #fff;
	font-size: 26px;
	margin-bottom: 2%;
}
.taigu_wrap {
	color: #de2f6d;
}
.taigu_wrap ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5%;
}
.taigu_wrap li {
	width: 19%;
	background: #fff;
	font-size: 16px;
	border-radius: 50px;
	height: 75px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	line-height: 1.2rem;
	margin-bottom: 1.5%;
	margin-right: 1%
}
.kyuuryou h4 {
	background: #3d46a2;
}
.hataraki h4 {
	background: #7b44a1;
}
.mensetsu h4 {
	background: #de2f6d;
}
.gradation_bg2 {
	border-bottom: 6px solid;
	border-image: linear-gradient(to right, #8cb1fb 0%, #b7f4fa 100%);
	border-image-slice: 0 0 1 0;
	display: inline-block;
	font-size: 35px;
	color: #ffb8c6;
	margin: 0 auto 5%;
}
.gradation_bg2 span {
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	background: #ffb8c6;
	width: 60px;
	display: inline-block;
	line-height: 60px;
	border-radius: 60px;
	color: #fff;
	font-size: 50px;
}
.shoplist .gradation_bg {
	color: #ffb8c5;
}
.shoplist_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.shoplist_list dl {
	width: 32%;
	color: #fff;
	margin-bottom: 5%;
}
.shoplist_list dd {
	padding: 3%;
}
.shoplist_list dd h4 {
	font-size: 19px;
}
.shoplist_list dd h3 {
	font-size: 23px;
}
.shoplist_list dd p {
	margin-bottom: 30px;
}
.shoplist_list dt img {
	display: block;
}
.shoplist_list .tokyo dd {
	background: #62cdf5;
}
.shoplist_list .ibaraki dd {
	background: #4ed87d;
}
.shoplist_list .fukuoka dd {
	background: #ffae6a;
}
/*==========================
news
==============================*/
.news_title {
	background-image: url(../images/shoplist/news_head_bg.jpg);
}
.news_wrap {
	padding-top: 5rem;
}
.news_wrap h2 {
	font-size: 20pt;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	border-bottom: solid 1px #000;
	padding-bottom: 3rem;
	margin-bottom: 3rem;
}
.news_wrap h2 span {
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-size: 70pt;
	display: block;
}
.news_wrap dl {
	border-bottom: dotted 1px #000;
	padding-bottom: 5%;
	margin-bottom: 5%;
}
.news_wrap dt, .news_wrap dd {
	display: inline-block;
	vertical-align: middle;
}
.news_wrap dt {
	width: 18%;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: .2rem;
	position: relative;
}
.news_wrap dt .new {
	width: 37px;
	line-height: 37px;
	background: #FA0A0A;
	color: #fff;
	text-align: center;
	border-radius: 37px;
	position: absolute;
	left: 0;
	top: -40%;
	letter-spacing: 0;
	font-size: 14px;
}
.news_wrap dd {
	width: 80%;
	font-size: 18px;
}
.news_wrap dd a {
	text-decoration: underline;
}
/*==========================
jobinfo
==============================*/
.jobinfo_title {
	background-image: url(../images/jobinfo/index/head_bg.jpg);
}
.jnav01 {
	background-image: url(../images/jobinfo/index/menu_01.jpg);
}
.jnav02 {
	background-image: url(../images/jobinfo/index/menu_02.jpg);
}
.jnav03 {
	background-image: url(../images/jobinfo/index/menu_03.jpg);
}
.jnav04 {
	background-image: url(../images/jobinfo/index/menu_04.jpg);
}
.jnav05 {
	background-image: url(../images/jobinfo/index/menu_05.jpg);
}
/*==========================
inquiry
==============================*/
.inquiry_title {
	background-image: url(../images/recruit/inquiry/head_bg.jpg);
}
.inquiry_lead {
	background: #FCEDF1;
	text-align: center;
	padding: 5%;
}
.inquiry_lead h3, #thanks h2 {
	color: #FFA9BD;
	font-size: 28px;
	margin-bottom: 10px;
}
.inquiry_lead li {
	display: inline-block;
	margin: 3% 1% 0;
}
.inquiry_lead li img {
	width: 280px;
}
.inquiry_tit01 {
	position: relative;
	text-align: center;
	color: #4236ED;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-size: 50pt;
}
.inquiry_tit02 {
	color: #4236ED;
	font-size: 30pt;
	margin-bottom: 3rem;
}
.entry_btn02 li {
	margin-bottom: 30px;
}
.inquiry_tit03 {
	position: relative;
	text-align: center;
	color: #FFA9BD;
	font-family: 'Barlow Condensed', sans-serif;
	font-style: italic;
	font-size: 50pt;
}
.inquiry_tit04 {
	color: #FFA9BD;
	font-size: 30pt;
	margin-bottom: 3rem;
	text-align: center;
}
.enrty_form dt {
	font-size: 26px;
	margin-bottom: 10px;
}
.enrty_form dt span {
	font-size: 20px;
}
.enrty_form dd {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
input[type="text"], input[type="email"], select, textarea {
	background: #FAE6EB;
	padding: 20px;
	border: none;
	width: 100%;
	font-size: 20px;
}
select {
	font-size: 20px !important;
	border: 1px solid #FAE6EB;
}
textarea {
	height: 200px;
	padding: 20px !important;
}
input[type="submit"] {
	-webkit-appearance: none;
}
input[type="submit"] {
	background: #FFA9BD;
	color: #fff;
	font-size: 28px;
	text-align: center;
	-webkit-border-radius: 0;
	border: none;
	width: 100%;
	padding: 20px;
	cursor: pointer;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
input[type="submit"]:hover, input[type="button"]:hover{
	opacity: .6;
}
label {
	background: #FAE6EB;
	padding: 20px;
	width: 45%;
	display: inline-block;
	font-size: 20px;
	margin-bottom: 10px;
}
input[type=radio], input[type=checkbox] {
	margin-right: 10px;
}
.enrty_form dd {
	position: relative;
}
.enrty_form dd .txt16 {
	position: absolute;
	right: 60%;
	bottom: 1%;
	font-size: 25px;
}
.wid30 {
	width: 30% !important;
}
.wid50 {
	width: 50% !important;
}
#line h2 {
	font-size: 32pt;
	margin-bottom: 5%;
}
.line_btn {
	background: #FFA9BD;
	border-bottom: solid 20px #E5E5E5;
	color: #fff;
	font-size: 40pt;
	padding: 3%;
	display: block;
	line-height: 4.5rem;
	margin-bottom: 10%;
}
.formTable {
	margin-bottom: 5%;
	width: 100%;
	font-size: 20px;
}
.formTable td, .formTable tr {
	border: solid 1px #747474;
	padding: 3%;
}
.formTable th {
	padding: 3%;
	background: #FAE6EB;
	width: 40%;
}
.inquiry_confirmation input[type="submit"] {
	width: 50%;
}
input[type="button"] {
	-webkit-appearance: none;
}
.inquiry_confirmation input[type="button"] {
	background: #8A8A8A;
	color: #fff;
	font-size: 28px;
	text-align: center;
	border: none;
	width: 30%;
	padding: 20px;
	-webkit-border-radius: 0;
	cursor: pointer;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
.cp_ipselect {
	overflow: hidden;
	width: 100%;
	margin: 1em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 2.5em;
	right: 2.5em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fd95ac;
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	background: #FAE6EB;
}
/*==========================
PC common
==============================*/
@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	#global-nav ul {
		list-style: none;
		position: absolute;
		right: 0;
		bottom: 0;
		display: flex;
	}
	#global-nav ul li {
		float: left;
		-webkit-transform: skewX(150deg);
		-moz-transform: skewX(150deg);
		transform: skewX(150deg);
		border-left: solid 4px #fd95ac;
		line-height: 1.2rem;
		height: 20px;
		
	}
	#global-nav ul li:first-child {
		border-left: none !important;
	}
	#global-nav ul li a {
		display: block;
		color: #fd95ac;
		transform: skewX(-150deg);
		font-weight: 600;
		font-size: 1.4rem;
		padding: 0 1rem;
	}
	
	#global-nav ul li.entry_btn a {
		padding: 0;
	}
	#page_title_header .wrapper {}
	.page_fixed #global-nav ul li a {
		color: #fff;
	}
	
#global-nav ul li a img, #global-nav ul li.entry_btn a{
	transform:none;
}
	
	#global-nav ul li img {
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	transition:none;
}
	
	
	#global-nav ul li.entry_btn img:hover, #top-head.fixed #global-nav ul li.entry_btn a:hover, .page .page_fixed #global-nav ul li.entry_btn a:hover{
		opacity: 1 !important;
	-webkit-opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	}

	
	
	
	.page_fixed #global-nav ul li a:hover {
		opacity: .8;
	}
	.wrapper {
		width: 1000px;
		margin: auto;
	}
	.page #top-head.page_fixed {
		padding-bottom: 2rem;
	}
	.top_voice_wrap dl {
		position: relative;
		height: 460px;
	}
	.top_voice_wrap ul {
		position: absolute;
		left: 0;
		top: 6rem;
	}
	.top_voice_wrap li:nth-child(2) {
		padding-top: 3rem;
	}
	.voicevew_btn {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 330px;
	}
	#pagetop {
		position: absolute;
		right: 3%;
		bottom: 77%;
		width: 60px;
	}
	.interview_list li:nth-child(1) {
		margin-top: 5%;
	}
	.interview_list li:nth-child(2) {
		margin-top: 10%;
	}
	.iv_title_wrap, #interview_page_header {
		height: 615px;
	}
	.iv_page_title {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	.news_wrap {
		width: 740px;
		margin: auto;
	}
	.inquiry_tit01 span {
		position: relative;
		z-index: 2;
		display: inline-block;
		margin: 0 2.5em;
		padding: 0 1em;
		background-color: #fff;
		text-align: left;
	}
	.inquiry_tit01::before {
		position: absolute;
		top: 50%;
		z-index: 1;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #4236ED;
	}
	.inquiry_tit03 span {
		position: relative;
		z-index: 2;
		display: inline-block;
		margin: 0 2.5em;
		padding: 0 1em;
		background-color: #fff;
		text-align: left;
	}
	.inquiry_tit03::before {
		position: absolute;
		top: 50%;
		z-index: 1;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #FFA9BD;
	}
	.label02 {
		width: 28% !important;
	}
	#line {
		width: 618px;
		margin: auto;
	}
}
/*==========================
small
==============================*/
@media screen and (max-width: 1020px) {
	.entry_btn {
		display: none;
	}
	#top-head .inner {
		position: 90%;
	}
	#global-nav ul {
		right: 0%;
	}
	#global-nav ul li a {
		padding: 0 1rem;
		font-size: 1.3rem;
	}
}
