﻿@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;
  text-underline-offset: 1px;
	transition: all 0.3s ease-out;
}
a .underline{
	text-decoration: underline;
}
a:hover,
a:active,
a:focus{
	opacity: 0.7;
}
small{ font-size: 13px; }

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

.ffs-palt{
  font-feature-settings: "palt";
}

body{
    background-color: #eeece8;
    color: #131b38;
}
main{
  display: block;
	width: 100%;
	background-color: #FFF;
}
section:not(#index){
	margin-bottom: 50px;
}
section#index{
  margin-bottom: 30px;
}
header{
	background-color: #FFF;
	line-height: 0;
}
footer{
	background-color: #2b787a;
	text-align: center;
	padding: 15px;
}
footer img{
	max-height: 157px;
}

.headding{
  max-width: 760px;
  margin: 30px auto;
}
.headding .theme{
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
.headding .text{
  line-height: 1.8;
}
.headding .illustrator{
  border: 1px solid #96b2b1;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}

.index{
  padding: 4px;
	border-bottom: 1px solid #a69a52;
	margin-bottom: 20px;
}
.index img{
  max-width: 54px;
}

ul.menu{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 30px;
	padding: 0 20px;
}
ul.menu li{
	list-style: none;
  margin-bottom: 20px;
}
ul.menu li *{
	vertical-align: middle;
}
ul.menu li.index01 img{ max-width: 166px; }
ul.menu li.index02 img{ max-width: 283px; }
ul.menu li.index03 img{ max-width: 215px; }
ul.menu li.index04 img{ max-width: 277px; }

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

.about{
  display: flex;
  column-gap: 50px;
	margin: 10px 20px 30px;
}
.about .text p{
	line-height: 1.6;
  margin-bottom: 10px;
}
.about .date{
  font-size: 16px;
  font-weight: 500;
}
.about .nori{
  text-align: right;
}
.about .nori img{
  max-width: 122px;
}

.item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 50px;
	padding: 0 20px;
}
.item .col{
  margin-bottom: 30px;
}
.item .flexbox{
	display: flex;
  column-gap: 15px;
  align-items: flex-end;
	position: relative;
}
.item .col .text{
  line-height: 1.4;
  margin-top: 10px;
}
  
#menu01 .item .col img{ max-width: 170px; width: 100%; }
#menu02 .item .col img{ max-width: 354px; width: 100%; }
#menu03 .item .col img{ max-width: 380px; width: 100%; }

.info{
	position: relative;
  font-size: 12px;
	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;
  margin: 20px;
}
.info .topLink img{
	max-width: 141px;
}

@media screen and (max-width: 767px){
  section{
    padding: 0 10px;
  }
  .about{
    flex-direction: column;
  }
  .about .img{
    max-width: 385px;
    margin-bottom: 20px;
  }
	.item{
		justify-content: center;
	}
  #menu01 .item::after{
    display: block;
    content: "";
    width: calc( 170px*2 + 50px );
  }
  .item .flexbox{
    flex-direction: column;
    align-items: flex-start;
  }

}
@media screen and (min-width: 768px){
	main{
		margin: 0 auto;
		max-width: 960px;
	}
  section{
    padding: 0 20px;
  }
  .about .img,
  .about .text{
    width: calc( ( 100% - 50px ) / 2 );
  }
  .item .col{
    width: calc( ( 100% - 50px ) / 2 );
  }
}
@media screen and (min-width: 900px){
	.info{
		padding-bottom: 60px;
	}
	.info .topLink{
		position: absolute;
		top: 30px;
		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 .title{
    padding:  13px 15px 0 15px;
  }
	.item .col{
    width: calc( ( 100% - 50px ) / 2 );
	}

}

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

.new{
  display: inline-block;
	background-color: #E30012;
	color: #FFF;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: normal;
	vertical-align: baseline;
  text-decoration: none;
}

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

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


