﻿@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: #eadcb9;
	color: #003c7e;
}
main{
  display: block;
	width: 100%;
	background-color: #f7f1d3;
}
section{
	margin-bottom: 50px;
	padding: 0 20px;
}
header{
	background-color: #fff;
	line-height: 0;
}
footer{
	background-color: #003c7e;
	text-align: center;
	padding: 15px;
}

h1{
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	margin: 40px auto 20px;
	max-width: 500px;
}

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

.index{
	border-bottom: 1px solid #c39d63;
}

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

.arrange{
	display: flex;
	column-gap: 20px;
}
.arrange p{
	align-self: center;
}

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

#menu01 .item .flexbox .img{
	flex: 0 0 150px;
}
#menu02 .item .flexbox,
#menu03 .item .flexbox{
	flex-direction: column;
}
#menu04 .item .flexbox .a{
	flex: 0 0 264px;
}
#menu04 .item .flexbox .a .text{
	text-decoration: underline;
}

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

@media screen and (max-width: 599px){
	.newline{
		display: block;
	}
	.arrange{
		flex-direction: column;
	}
	#menu01 .item{
		flex-direction: column;
		align-content: center;
	}
}
@media screen and (min-width: 600px){
	.newline{
		display: none;
	}
	#menu01 .item .flexbox{
		width: calc(50% - 20px);
	}
}
@media screen and (max-width: 767px){
	h2 > span{
		display: none;
	}
	#menu02 .about{
		flex-direction: column;
	}
	#menu02 .about .mark{
		align-self: flex-end;
	}
}
@media screen and (min-width: 768px){
	main{
		margin: 0 auto;
		max-width: 960px;
	}

	h2{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	h2 .left{
		content: url("../images/le-petit-prince_title-bgL.png");
		width: 20px;
		height: 46px;
		flex: 1 0 20px;
	}
	h2 .right{
		content: url("../images/le-petit-prince_title-bgR.png");
		width: 20px;
		height: 46px;
		flex: 1 0 20px;
	}
	h2 .title{
		width: calc(100% - 40px);
		background: url("../images/le-petit-prince_title-bg.png");
		background-repeat: repeat-x;
		height: 46px;
		padding-top: 11px;
		padding-left: 20px;
	}
	#menu02 .about{
		justify-content: space-between;
	}	
}
@media screen and (max-width: 799px){
	#menu01 .item .flexbox{
		flex-direction: column;
		justify-content: center;
	}	
	#menu02 .item,
	#menu03 .item{
		justify-content: center;
	}
	#menu04 .item .flexbox{
		flex-direction: column;
		align-items: center;
		width: 100%;
	}
	#menu04 .item .text{
		margin-top: 10px;
	}
	#menu04 .item .list{
		margin-top: 30px;
	}
}
@media screen and (min-width: 800px){
	#menu02 .item .flexbox,
	#menu03 .item .flexbox{
		width: calc(50% - 20px);
	}
	#menu01 .item .flexbox{
		justify-content: flex-start;
		align-items: flex-end;	
	}
	#menu04 .item .flexbox .text{
		position: absolute;
		bottom: -40px;
	}
}
@media screen and (min-width: 900px){
	.info{
		padding-bottom: 60px;
	}
	.info .topLink{
		position: absolute;
		top: -82px;
		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;
	}
	h2{
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	h2 .left{
		content: url("../images/le-petit-prince_title-bgL.png");
		width: 20px;
		height: 46px;
		flex: 1 0 20px;
	}
	h2 .right{
		content: url("../images/le-petit-prince_title-bgR.png");
		width: 20px;
		height: 46px;
		flex: 1 0 20px;
	}
	h2 .title{
		width: calc(100% - 40px);
		background: url("../images/le-petit-prince_title-bg.png");
		background-repeat: repeat-x;
		height: 46px;
		padding-top: 11px;
		padding-left: 20px;
	}
	#menu02 .about{
		justify-content: space-between;
		column-gap: 20px;
	}	
	#menu01 .item .flexbox,
	#menu02 .item .flexbox,
	#menu03 .item .flexbox{
		width: calc(50% - 10px);
	}
	#menu01 .item .flexbox{
		justify-content: flex-start;
		align-items: flex-end;	
	}
	#menu04 .item .flexbox .text{
		position: absolute;
		bottom: -40px;
	}
}

/*--------------------
   　 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;
}


