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

body{
	background-color: #C2AB99;
	color: #333;
}
main{
  display: block;
	width: 100%;
	background-color: #FFF;
  padding-bottom: 10px;
}
section{
	padding: 0 20px;
}
header{
	background-color: #fff;
	line-height: 0;
}
footer{
	background-color: #D2EEE1;
	text-align: center;
	padding: 15px;
}
footer img{
	width: 296px;
}

.illustrator{
  max-width: 650px;
  background-color: #D2EEE1;
  border-radius: 20px;
	display: flex;
	justify-content: center;
  align-items: center;
	gap: 20px 20px;
	padding: 20px 30px;
  margin: 30px auto;
}
h2{
  border-bottom: 1px solid #642312;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
}
h2 img{
	max-width: 76px;
}
h3{
  font-size: 18px;
  font-weight: 500;
  padding: 10px 15px;
}
h3.title_01{
  background-color: #642312;
  color: #FFF;
  margin-bottom: 30px;
}
h3 small{
  font-size: 14px;
  font-weight: 400;
}

.about{
  font-size: 14px;
}
.about p{
  margin-bottom: 10px;
}
.col .img img{
  max-width: 286px;
  width: 100%;
}

.item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item .col{
  margin-bottom: 60px;
}
.item .text{
  margin-top: 10px;
}
.item .text p{
	line-height: 1.6;
  text-indent: -3em;
  padding-left: 3em;
}

.display-sp{
  display: block;
}

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

.linkbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px auto;
  text-decoration: none;
}
.linkbox p{
  margin-top: 10px;
}

@media screen and (max-width: 767px){
	.headding{
		margin: 60px 10%;
	}
	.illustrator{
		flex-direction: column;
    margin: 60px 10% 40px;
	}
  .illustrator img{
    width: clamp( 100px, 20vw, 160px );
  } 
  .about{
    flex-direction: column;
  }
	.item{
		flex-direction: column;
    align-content: center;
	}
	.item .col .img img{
		width: 100%;
	}
  h3 small{
   display: block;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px){
	header, main, footer{
		margin: 0 auto;
		max-width: 960px;
	}
  .headding{
    margin: 30px 20px;
  }
  .illustrator{
    border-radius: 10px;
  }
  .illustrator img {
    width: 100px;
    height: 100px;
  } 
  .illustrator .img{
    flex-basis: 100px;
  }
  .illustrator .text{
    flex-basis: calc( 100% - 120px );
  }
  .item, .info{
    padding-right: 20px;
    padding-left: 20px;
  }
  .item .col{
		width: calc( 50% - 20px );
	}
  section{
		margin-right: 30px;
		margin-left: 30px;
	}
  h3 small{
    margin-left: 20px;
  }
}
@media screen and (max-width: 900px){
	.info{
		flex-direction: column;
	}
}
@media screen and (min-width: 910px){
  .display-sp{
    display: none;
  }
}
@media screen and (min-width: 960px){
	.headding{
		margin-right: 50px;
		margin-left: 50px;
	}
}
section > section{
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}


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

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

}

/*--------------------
   　 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: 3px;
  margin-top: 6px;
  background-color: #FFF;
  color: #F00;
  font-weight: bold;
  text-align: center;
}


