@charset "UTF-8";
#main {
  margin-bottom: 10px;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
margin-bottom: 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
background-color: black;
  width: 100%;
  height: 100%;
}


.price {
	position: relative;
}

.kakaku {
    position: absolute;
    top: 90.32%;
    left: 5.62%;
}

.kakaku2 {
    position: absolute;
    top: 90.32%;
    left: 68.22%;
}


p.hid {
  visibility: hidden;
}



/*-------*/

.goodsArea {
  padding: 30px;
  background-color: #F0F0F0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.GoodsBox {
  margin-bottom: 20px;
  text-align: center;
  max-width: 33%;
}
.GoodsName {
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}
.GoodsBox p {
  font-size: 0.9em;
  text-align: left;
}
.GoodsBox .Mbtn {
  padding-top: 5px;
  text-align: center;
}
.GoodsBox .GoodsPixc {
  margin-bottom: 5px;
}

.Item-Btn {
margin-bottom: 10px;
text-align: center;
padding-top: 10px;
}
.Item-Img {
  min-height: 441px;
  display: table-cell;
}


/*モーダル*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 1111;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;

}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 85%;
	overflow: scroll;
	height: 90vh;
	font-size: 1.2em;
line-height: 1.5em;
}


/*モーダル2*/
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.content2{
    margin: 0 auto;
    padding: 40px;
}
.modal2{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:1000;
}
.modal__bg2{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content2{
    background: #fff;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 95%;
}

