﻿@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;
}

h1{
	margin: 0;
	padding: 0;
}

img{
	max-width: 100%;
	height: auto;
}
a{
  color: #333;
	transition: all 0.3s ease-out;
  text-underline-offset: 3px;
}
a .underline{
  text-underline-offset: 4px;
	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; }

body{
	background-color: #e0eef0;
	color: #333;
}
main{
  display: block;
	width: 100%;
	background-color: #fff;
}
section{
	padding: 0 20px;
}
header{
	background-color: #fff;
	line-height: 0;
}
footer{
	background-color: #9dd6df;
	text-align: center;
	padding: 15px;
}
footer img{
	max-height: 28px;
}

.headding{
	display: flex;
	justify-content: center;
	gap: 10px 10px;
	margin: 30px 20px;
}

.award{
  display: flex;
  justify-content: center;
  column-gap: 20px;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid #f79552;
  border-radius: 10px;
  padding: 20px 20px 15px;
  margin: 20px auto;
}
.award strong{
  color: #f79552;
}
.award img{
  width: 99px;
}

h2{
	background-image: url("../images/mizutama_lineup06.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
h2 img{
	max-width: 67px;
}
.about{
	margin: 20px auto 30px;
}
.about p{
	margin-bottom: 20px;
}

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

.info{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	line-height: 1.6;
	font-size: 12px;
	padding: 0 20px 20px 20px;
	margin-top: 50px;
}
.info ul li{
	display: block;
	margin: 0 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.info .topLink{
	align-self: flex-end;
	margin-right: 20px;
}
.info .topLink img{
	width: 111px;
}



@media screen and (max-width: 767px){
	.headding{
		flex-direction: column;
	}
  .award{
    margin: 20px;
    align-items: flex-start;
  }
  .award img{
    min-width: 70px;
  }
	.item{
		justify-content: center;
	}
	.item .flexbox .img img{
		width: 100%;
		max-width: 360px;
	}
}
@media screen and (min-width: 768px){
	main, footer{
		margin: 0 auto;
		max-width: 960px;
	}
  .award{
    max-width: 610px;
    align-items: center;
  }
	.item .flexbox{
		width: calc( 50% - 20px );
	}
}
@media screen and (max-width: 900px){
	.info{
		flex-direction: column;
	}
}
@media screen and (min-width: 960px){
	.headding{
		margin-right: 50px;
		margin-left: 50px;
	}
	section{
		margin-right: 30px;
		margin-left: 30px;
	}
}


h3{
  display: flex;
  justify-content: center;
  position: relative;
  color: #FFF;
  font-size: 18px;
  height: 56px;
  margin-top: 20px;
}
h3 .title{
  width: calc( 100% - 44px );
  height: 56px;
  background: url("../images/mizutama_title_center.png") repeat-x top left;
  position: absolute;
  top: 0;
  left: 22px;
  font-weight: 500;
}
h3::before{
  display: block;
  content: url("../images/mizutama_title_lef.png");
  width: 22px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
}
h3::after{
  display: block;
  content: url("../images/mizutama_title_right.png");
  width: 22px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 599px){
  h3 .title{
    padding:  13px 10px 0 10px;
  }
}
@media screen and (min-width: 600px){
  h3 .title{
    padding:  13px 15px 0 15px;
  }
}

#menu03 .about{
	display: flex;
}

@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;
	}
}


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

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


	.info{
		flex-direction: column;
	}

}

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

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

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

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


