﻿@charset "UTF-8";

html,body{height:100%;}

body{
	-webkit-text-size-adjust: 100%;
	padding:0;
	margin: 0;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-feature-settings: "palt" 1;
	-webkit-font-feature-settings: "palt" 1;
	line-height:1.5;
}

/* default */

div,dl,dt,dd,ul,ol,
li,h1,h2,h3,h4,h5,
h6,pre,code,form,fieldset,legend,
input,textarea,p,blockquote,
th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;word-break: break-all;font-size:inherit;width:100%;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q::before,q::after{content:'';}
abbr{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp{font-family:monospace;*font-size:108%;line-height:100%;}
.aligncenter{text-align:center;}
img{vertical-align: bottom;line-height: 1;max-width:100%;}
a{text-decoration: none;color:#000;transition: all .25s ease;}
a:hover{opacity:0.8;}
img{max-width:100%;}

.text-red{color:#ff0000;}
.text-blue{color:#0054A6;}

.text-center{text-align: center;}

/* common item ---------------------------------------*/

.clearfix::after,
.inner::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .foo { color: red } /* IE11 */
}

@media all and (-ms-high-contrast:none){
  .foo { color: green } /* IE10〜Edge */
}


/* layout ---------------------------------------*/

.container{
	background-image: url('/lalaport/shinmisato/cp/hukubukuro/common/image/bg.png');
}

.wrapper{
	max-width: 1200px;
	margin: 0 auto;
}



/* header ---------------------------------------*/

header{
	position:relative;
	background: #fff;
	padding: 0 20px;
}

.header-inner{
	max-width:1200px;
	margin:0 auto;
	position:relative;
	padding: 15px 0;
}

.header-logo img {
	width: 80px;
	margin: 0 15px 0 0;
}

.header-logo .lalap img{
	width: 125px;
}

/* footer ---------------------------------------*/

.gotop{
	position: fixed;
	right: 10px;
	bottom: 10px;
}

.gotop a{
	display: block;
	background: rgba(0,0,0,0.5);
	color: #fff;
	display: inline-block;
	font-size:13px;
	padding: 25px 10px 10px;
	border-radius:5px;
	font-weight:bold;
	transition: all .25s ease;
	opacity: 0;
}

.gotop.is-active a{opacity:1;}

.gotop a::after{
	display:block;
	content:'';
	width:10px;
	height:10px;
	border-top:2px solid #fff;
	border-left:2px solid #fff;
	transform: rotate(45deg);
	position:absolute;
	left:50%;
	margin-left: -5px;
	top:13px;
}

#footer{
	max-width: 1280px;
	margin: 0 auto;
	padding: 4em 2em 2em;
	font-size:14px;
}

#footer .wrap{
	display: flex;
	justify-content: space-between;
	max-width: 1050px;
	margin: 0 auto 4em;
}

.l-footer-link__item {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #eee;
}

#footer .lalaport{width:calc(100% - 300px);}
#footer .lalaport h3{
	font-weight:bold;
	font-size:110%;
	margin-bottom:10px;
}

#footer .mitsui{
	width:300px;
}

#footer .mitsui a{
	display: inline-block;
	width: 45%;
}

#footer .mitsui a:first-child{margin-right: 8%;}

#footer .mitsui a img{width:100%;}

.l-footer-link{
	text-align:center;
	font-size:0;
}

.l-footer-link__item{
	font-size:12px;
	display: inline-block;
	margin: 0 5px;
}

.l-footer-copyright{
	text-align:center;
	font-size:12px;
	display: block;
	padding-top: 20px;
}



/* pcのみ */
@media screen and (min-width: 769px){
	._sp{display: none !important;}
	.spbr{display: none;}
}



@media screen and (max-width: 770px){

	._pc {
		display: none !important;
	}

	/* layout ---------------------------------------*/

	.container{
		background-size: 10%;
		padding:4vw 3.5vw;
	}
	#footer{padding: 2em 0 4em;}
	#footer .wrap{display: block}

	#footer .lalaport{
		width:100%;
		text-align:center;
		margin-bottom: 20px;
	}
	#footer .mitsui{
		width:300px;
		margin: 0 auto;
	}



}

