﻿@charset "UTF-8";
/* CSS Document */

html{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
	border: 0;
  box-sizing: border-box;
}

img{
	max-width: 100%;
	height: auto;
}
a{
  color: #003c7e;
	transition: all 0.3s ease-out;
}
a .underline{
	text-decoration: underline;
}
a:hover,
a:active,
a:focus{
	opacity: 0.7;
}
small{ font-size: 12px; }

.taC{	text-align: center; }
.taL{ text-align: left; }
.taR{ text-align: right; }

.mt10{ margin-top: 10px!important; }
.mt20{ margin-top: 20px!important; }
.mt30{ margin-top: 30px!important; }
.mt40{ margin-top: 40px!important; }

.clearfix{
	content: "";
	display: block;
	clear: both;
}

body{
    background-color: #E7F4F7;
    color: #003c7e;
}
main{
  display: block;
	width: 100%;
	background-color: #FFFEF7;
}
section{
	margin-bottom: 50px;
	padding: 0 20px;
}
header{
	background-color: #fff;
	line-height: 0;
}
footer{
	background-color: #88B9C6;
	text-align: center;
	padding: 15px;
}
footer img{
	max-height: 19px
}

h1{
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	margin: 40px auto 20px;
	max-width: 500px;
}
@media screen and (min-width: 600px){
	h1{
		text-align: center;
	}
}

ul.menu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
	padding: 20px 20px 0;
}
ul.menu li{
	list-style: none;
	margin-bottom: 30px;
}
ul.menu li *{
	vertical-align: middle;
}

.index{
	border-bottom: 1px solid #88B9C6;
	margin-top: 40px;
}

h2{
  display: flex;
  align-items: flex-end;
}
h2 .title{
  width: calc( 100% - 20px );
  background-color: #002870;
  height: 42px;
  position: relative;
  display: flex;
  align-items: center;
}
h2 .title > *{
  height: 19px;
  z-index: 10;
  margin-left: 40px;
}
h2 .title img{
	max-height: 19px;
	max-width: auto;
}
h2 .title::before{
  display: block;
  content: url("../images/lisagas_title-bgL.png");
  width: 48px;
  height: 62px;
  position: absolute;
  top: -14px;
  left: 0;
  z-index: 1;
}
h2 .title::after{
  display: block;
  content: url("../images/lisagas_title-bgR.png");
  width: 24px;
  height: 42px;
  position: absolute;
  top: 0;
  right: -22px;
  z-index: 1;
}

.about{
	margin: 30px 20px;
}
.about p{
  margin-bottom: 1em;
	line-height: 1.6;
}
#menu03 .about{
	display: flex;
}

.item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 50px 10px;
}
.item .flexbox{
	display: flex;
  flex-direction: column;
	margin-bottom: 50px;
	position: relative;
}
.item .flexbox p{
	margin: 0 0 0 10px;
	line-height: 1.6;
}
.item .flexbox .img{
	margin-bottom: 10px;
}

.info{
	position: relative;
	line-height: 1.6;
}
.info ul{
	margin: 0 20px;
}
.info ul li{
	display: block;
	margin: 0 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.info .topLink{
	line-height: 0;
	text-align: right;
}
.info .topLink img{
	width: 222px;
	height: 135px;
}

@media screen and (max-width: 767px){
	.item{
		justify-content: center;
	}
	.item .flexbox .img img{
		width: 100%;
		max-width: 360px;
	}
	#menu03 .about{
		flex-direction: column;
	}
	#menu03 .about .mark{
		align-self: flex-end;
	}
	.hidden_sp{
		display: none;
	}
}
@media screen and (min-width: 768px){
	main{
		margin: 0 auto;
		max-width: 960px;
	}
	.item .flexbox{
		width: calc( 50% - 20px );
	}
	#menu03 .about{
		justify-content: space-between;
	}
	.hidden_sp{
		display: block;
	}
}
@media screen and (min-width: 900px){
	.info{
		padding-bottom: 60px;
	}
	.info .topLink{
		position: absolute;
		top: 10px;
		right: 0;
	}
}
@media screen and (min-width: 968px){
	section{
		padding: 0 50px;
	}
	.info ul{
		margin-left: 50px;
	}
}


/*--------------------
		for print
  --------------------*/

@media print{
	main{
		margin: 0 auto;
		max-width: 960px;
	}
	section{
		padding: 0 10px;
		margin-bottom: 30px;
	}
	.item .flexbox{
		width: calc( 50% - 20px );
	}

	#menu03 .about{
		justify-content: space-between;
		column-gap: 20px;
	}	
}

/*--------------------
   　 NEWマーク
--------------------*/

.new{
	background-color: #F00;
	color: #FFF;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

/*--------------------
	メーカー在庫終了
--------------------*/

.outofstock {
  border: 1px solid #F00;
  padding: 10px;
  margin-top: 40px;
  background-color: #FFF;
  color: #F00;
  font-weight: bold;
  text-align: center;
}


