body {
margin: 0;
padding: 0;
font-family: 'Sawarabi Gothic', sans-serif;
font-size:16px;
line-height: 1;
background: url(images/made_bk.jpg) no-repeat;
background-position: right bottom 40px;
}

header,article,sction,h1,figure {
margin: 0;
padding: 0;
}
header {
width: 1000px;
margin: 1em auto;
text-align: right;
}

h2,h3,h5{
font-family: 'Sawarabi Mincho', sans-serif;
line-height: 1.6;
}
h2{
color: #360;
font-size: 1.8em;
margin: 1.5em 0 1em;
padding: 0 0 .2em 1em;
border-left: 5px solid #996;
border-bottom: 1px solid #693;
}
h3{
font-size: 1.2em;
}
h5 {
font-size: 1.1em;
margin: 0.5em 0;
line-height: 1.4;
}
p{
line-height: 1.6;
}
#wrapper {
width: 1000px;
margin: 0 auto;
position: relative;
}
/* 
#nenmatu{
position: absolute;
top:320px;
left:820px;
z-index: 10;
}
#nenmatu a{
transition-duration: 0.5s;
}
#nenmatu a:hover{
opacity: 0.8;
transition-duration: 0.5s;
} */

#soba_ex {
position: relative;
margin-bottom: 80px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#soba_ex h2,
#soba_item h2 {
box-sizing: border-box;
width: 100%;
}
#soba_ex h3 {
width: 100%;
margin: 1em 0 .5em;
}
#soba_ex p {
    margin: 0;
    width: 500px;
    line-height: 1.9;
}
#flower img {
    margin-top: -150px;
}
figcaption {
    font-size: .8em;
    font-family: sans-serif;
    font-weight: bold;
    line-height: 1.2;
}
figcaption span{
font-weight: normal;
}
#flower figcaption {
    text-align: right;
}
#horomin {
    margin: 0;
    position: absolute;
    left: 505px;
    bottom: -50px;
}
#horomin figcaption {
    margin: -1.8em 0 0 -17em;
}
a#shop_link {
color: #fff;
text-decoration: none;
font-size: 140%;
font-weight: bold;
line-height: 1.4;
vertical-align: middle;
display: table-cell;
box-sizing: border-box;
background:url(images/omotome.jpg) no-repeat ;
height: 90px;
width: 1000px;
padding: 10px 2.5em;
transition-duration: 0.5s;
}
a#shop_link:hover{
opacity: 0.8;
transition-duration: 0.5s;
}
#soba_item ul {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#soba_item ul li,
#uti_set {
display: block;
border: 1px solid #693;
padding: 18px;
width: 202px;
margin-bottom: 1em;
}
#soba_item h5,
#uti_set h5 {
text-align: center;
}
#soba_item .item,
#uti_set .item {
    border: 1px solid #996;
}
#soba_item p,
#uti_set p {
margin: 8px 0;
}
#soba_item nav,
#uti_set nav {
    margin: 5px 0 0;
    line-height: 1;
}
#soba_item nav a,
#uti_set nav a {
display:block;
line-height: 1;
margin: 0;
padding: 0;
transition-duration: 0.5s;
}
#soba_item nav a:hover,
#uti_set nav a:hover {
opacity: 0.8;
transform: translateY(-2px);
transition-duration: 0.5s;
}
#uti_set {
    width: 100%;
    height: 302px;
    display: grid;
    grid-template-rows: 2em 1fr 1fr;
    grid-template-columns: 300px 1fr;
    }
#uti_set p,
#uti_set h5,
#uti_set nav {
    margin: 0 15px;
}
#uti_set img{
    grid-row: 1/4;
    grid-column: 1/2;
}
#uti_set h5 {
    grid-row: 1;
    grid-column: 2/3;
    font-size: 1.5em;
    text-align: left;
}
#uti_set p {
    grid-row: 2;
    grid-column: 2/3;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
#uti_set nav {
    grid-row: 3;
    grid-column: 2/3;
    text-align: right;
}

#uti_set nav a {
    display: inline-block;
}
#foot_nav {
margin: 20px 0 0;
text-align: center;
}
#foot_nav a{
color: #fff;
text-decoration: none;
text-shadow: 1px 1px 3px #330;
display: inline-block;
background: #996;
padding: 1em;
margin: 0 .3em;
border-radius: 10px 10px 0 0;
}
#foot_nav a:hover{
text-shadow: 2px 2px 3px #330;
}
footer{
font-size: .8em;
color: #fff;
background: #996;
text-align: center;
padding: 20px 0 10px;
margin: 0;
}
/* template sns&modal ------------------------------------- */
.Modal-content {text-align: center;}
#sns{
text-align:center;
}
#sns a{
display:inline-block;
margin:20px 3px 0;
}
#sns img{
width:100px;
height:auto;
}

/* ???????? ----------------------------------------------
#home_made{
background: url(images/made_bk.jpg) no-repeat right top;
padding-top: 20px;
margin-top: -20px;
}
#home_made nav{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#home_made .m_item{
width: 45%;
border : 1px solid red;
padding: .5em;
position: relative;
}
.m_item img{
width: 150px;
height: auto;
float:left;
}
.m_item h5{
font-size: 1.2em;
margin-left: 160px;
}
.m_item ul{
list-style-type: none;
padding: 0;
margin: 0;
position: absolute;
right: 10px;
bottom:10px;
}
.m_item ul li img{
float: none;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
---------------------------------------------------------------- */