
/* スマホだけに適用するCSS */
@media only screen and (max-width:640px){

html{
	margin-top: 0px !important;
}

/*スマホでは消す*/
#wpadminbar,
.sp-dN{
	display:none !important;
}

#top_img{
	margin-top: 1em;
}

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

.flex_spb_top p{
	margin: auto auto 1em;
	width: auto;
}


body{
	width:100%;
	height:100%;
}

body.fixed{
	position:fixed;
}

body,
#wrap{
	min-width: 380px;
}

#main, section{
	width:auto;
	padding-left:20px;
	padding-right:20px;
	position:relative;
}

#main{
	padding-top:60px;
	min-height: auto;
}

#header{
	/* background:none; */
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	transition: .5s;
	/* background: url(images/heder_back_all.jpg) top left repeat-x #E13A44; */
}

.gl_open #header{
	/* overflow:scroll; */
	height:60px;
	/* height:100%; */
}

#hed {
	height: 60px;
	/* background:#E13A44; */
	padding-left:10px;
	padding-right:60px;
}

#header #hed{
	/* background-image: url(images/heder_back.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	background-size: 280px auto; */
	background: url(images/heder_back.png) auto auto no-repeat;
	background-size: 280px auto;
	background-position: right center;
}

.manniv_top .manniv{
	display: none;
}
.home_hed .manniv_top .manniv{
	display: block;
}
.home_hed .manniv_top .manniv img{
	display: block;
	padding: 5px auto;
	height: 50px;
	width: auto;
}


#hed h1{
	width:170px;
}

#hed_link{
	/* margin-right: 10px; */
	margin: auto 5px;
	width:auto;
}
.home_hed #hed_link{
	display: none;
}

#navi{
	position:absolute;
	left:100%;
	width:100%;
	padding:0px;
	background-color:#E13A44;
	height:auto;
	transition: .5s;
}

#navi > ul{
	border-bottom:solid 1px #FFF;
}

#navi > ul > li {
	flex-wrap: wrap;
}

#navi > ul > li > a{
	border-top:solid 1px #FFF;
	margin-bottom:0;
	padding-left:20px;
}

#navi > ul > li > a,
#navi > ul > li > a .notext{
	display:flex;
	align-items: center;
	height: 30px;
}

#navi > ul > li.gpage_item > a::after{
	margin-left:1em;
	content:"＋";
}

#navi > ul > li.gpage_item.open > a::after{
	content:"−";
}

#navi > ul > li > a strong{
	width:10em;
	text-align:left;
}

#navi ul.gchildren{
	height:0;
	display:block;
	transition:.5s;
	overflow:hidden;
}

#navi .open ul.gchildren{
	height:auto;
}

#navi ul.gchildren li a {
	padding-left:40px;
}

#sp_navi_add{
	padding:10px 20px;
}

#sp_navi_add form{
	margin:10px 0;
}

#sp_navi_add .stxt,
#sp_navi_add .sbtn{
	font-size:16px;
}

#sp_navi_add .book_link{
	text-align:center;
	width:230px;
	margin:0 auto;
}

.gl_open #navi{
	left:0;
}

#panel-btn{
	/*position:fixed;*/
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	z-index:1500;
	color:#FFF;
	font-size:12px;
}

#panel-btn-icon:before, #panel-btn-icon:after,
#panel-btn-icon{
	display: block;
	position: absolute;
	top: 50%;
	left:20%;
	width: 100%;
	height: 3px;
	margin-top:-8px;
	background:#FFF;
	border-radius: 2px;
}

#panel-btn-icon{
	width: 60%;
}

#panel-btn-icon:before, #panel-btn-icon:after{
	content: "";
	left: 0;
	transition: .3s;
}
#panel-btn-icon{
	transition: .2s;
}

#panel-btn-icon:before{
	margin-top: -11px;
}

#panel-btn-icon:after{
	margin-top: 7px;
}

.gl_open #panel-btn{
	transition: .5s;
}

.gl_open #panel-btn-icon{
	background:none;
}

.gl_open #panel-btn-icon:before,
.gl_open #panel-btn-icon:after{
	margin-top: -2px;
}
.gl_open #panel-btn-icon:before{
	transform: rotate(-45deg);
}
.gl_open #panel-btn-icon:after{
	transform: rotate(-135deg);
}

#panel-btn .txt{
	position:absolute;
	bottom:2px;
	width:100%;
	text-align:center;
}

#footer{
	height:99px;
}

#footer p.left {
	font-size:13px;
}

#footer p.right {
	font-size:10px;
	margin-top:1em;
}

#anchor_top{
	bottom:10px;
	right: 10px;
}

#top_cont {
	width:auto;
	float:none;
}

#contents{
	float:none;
	width:auto;
}

#top_img{
	width:100vw;
	min-height:auto;
}

#local_navi,
#product_navi,
#product_right,
#product_left{
	width:auto;
	float:none;
	margin-top: 0px;
}

#local_navi,
#product_navi{
	position:fixed;
	top:0px;
	left:-100%;
	background-color:#FFF;
	z-index:200;
	transition:.5s;
	padding:30px 30px;
	overflow:scroll;
	height:100%;
}

#wrap.ll_open::before{
	content:"";
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	display:block;
	z-index:190;
	background-color:rgba(0,0,0,0.80);
}

.ll_open #local_navi,
.ll_open #product_navi{
	left:0;
}

#navi_close_btn{
	color:#FFF;
	font-size:12px;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position:absolute;
	right:5px;
	top:5px;
	background-color:#E13A44;
	width:40px;
	height:40px;
	border-radius:5px;
	font-family:'Noto Sans JP';
}

#navi_close_btn strong{
	font-weight:normal;
}


#contents .add_body p{
	display:flex;
}

#contents .add_body img{
	max-width:100%;
	display:inline-block;
	width:auto;
	height:auto;
}


.nivo-controlNav{
	display:none;
}

#top_info {
	padding-left:0;
}

#top_info ul {
	margin-left:0;
}

#top_product_link li {
	width: 168px;
	margin-bottom: 5px;
}

#top_event li img {
	width: 168px;
}

#top_event li span{
	width:50px;
}

#top_banner_list {
	margin-top: 0px;
}

#top_banner_list ul{
	display: grid;
	gap:4px;
	grid-template-columns:168px 168px;
	grid-template-rows:105px auto;
}

#top_banner_list ul li.newpari{
	box-sizing:border-box;
	grid-row: 2 / span 3;
}

#top_banner_list .facebook{
	width:100%;
	page-break-inside: avoid;
}

#contents,
#contents.company,
#contents.library,
#contents.paris,
#contents.topics,
#contents.contact {
	width:auto;
	margin-top:20px;
}

div.office_map .box01,
div.office_map .box01_01,
div.office_map .box02{
	width:100%;
}

h1.si_back,
h1.as_back,
h1.de_back,
h1.srech, h2.si_back, h2.as_back, h2.de_back {
	padding-left:0;
	padding-bottom:5px;
	height:auto;
	line-height:25px;
}

h1.si_back img, h1.as_back img, h1.de_back img, h2.si_back img, h2.as_back img, h2.de_back img{
	display:block;
}


#breadcrumb {
	display:none;
}

#lnavi_btn{
	display:flex;
	margin-top:20px;
}

#lnavi_btn strong{
	display:block;
	border:solid 1px #CCC;
	border-radius:5px;
	background:#DDD;
	padding:10px 1em;
	line-height:100%;
	cursor:pointer;
	font-weight:normal;
	font-family:'Noto Sans JP';
}

#lnavi_btn strong::after{
	content:"＞";
	color:#09F;
	font-weight:bold;
	margin-left:0.5em;
}

#product_spec th,
#product_spec td{
	font-size:10px;
}

#product_spec td.knum{
	max-width:inherit;
	min-width:inherit;
}

#product_spec p{
	font-size:11px;
}

.calendar div{
	margin: auto;
}


}

/* 以下　ホーム　リクルート用ボタンCSS */
#sp_recruit_btn{
	margin: 20px auto;
}

#sp_recruit_btn .spr_tyui{
	margin-top: 0.5em;
	color: #ff2020;
}

.recruit_link{
	width: 100%;
}
/* ここから下がボタンのCSS　*/
.sprl_btn {
	width: 80%;
	padding: 0.5em 10%;
	margin: auto;
	display: inline-block;
	text-align: center;
	background-image: linear-gradient(#fcfcfc 0%, #c6c6c6 100%);
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	border: #a3a3a3 1px solid;
	border-radius: 4px;
	font-size: 24px;
}
.sprl_btn:hover {
	opacity: 0.8;
}

.sprl_btn .sprl_main{
	padding-top: 5px;
	font-weight: bold;
	color: #7e7e7e;
}
.sprl_btn .sprl_sub{
	font-size: 0.6em;
	font-weight: normal;
	color: #7e7e7e;
}

#sp_recruit_btn .hed_link_sp{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0.5em auto;
	/* width: 365px; */
}
#sp_recruit_btn .hed_link_sp .ico a {
	display: block;
	height: 40px;
	width: 40px;
	background: url(../images/sns_ico.png) no-repeat left top;
}
#sp_recruit_btn .hed_link_sp .instagram a{
	background-position:-40px top;
}
#sp_recruit_btn .hed_link_sp .twitter a{
	background-position:-80px top;
}
#sp_recruit_btn .hed_link_sp .youtube a{
	background-position:-120px top;
}
#sp_recruit_btn .hed_link_sp .ico a:hover{
	opacity: 0.8;
}
#sp_recruit_btn .hed_link_sp .ico a strong{
	display: none;
}
