body {
    background-image: url("https://dl.dropboxusercontent.com/s/6gr1ryc5q22nrs2/background01.jpg");
    background-repeat: repeat;
}

div.title {
    width: 800px;
    height: 300px;
    margin: 0 auto;
    text-align: center;
}

div.menu {
    width: 600px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
}

div.content {
    width: 800px;
    text-align: center;
    margin: 0 auto;
}

div.bottom {
    clear: both;
    width: 800px;
    text-align: center;
    margin: 0 auto;
}

.swiper-container {
  width: 648px;
  height: 673px; /* 648 + 25 */
/*  border: 2px solid black; */
/*  position: relative; */
/*  margin-left: auto; */
/*  margin-right: auto; */
}

.swiper-container img {
/*	width: 100%; */
/*	height: 100%; */
/*    max-width: 100%; */
/*    max-height: 100%; */
/*    width: auto; */
/*    height: 100vh; */
}

.swiper-slide {
  width: auto;
  height: auto;
  text-align: center;
}

.swiper-slide-content {
  font-size: small;
  font-weight: bold;
}

.swiper-slide > img {
/*    object-fit: cover; */
/*    width: 100%; */
/*    height: 100%; */
}

.swiper-pagination{
  position: relative; /* absoluteからrelativeに */
}

.swiper-container-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 655px; /*bottomの数値をマイナスに*/
}

.swiper-pagination-bullet {
	width: 24px; /* 幅 */
	height: 24px; /* 高さ */
	background: #9acd32; /* 色：緑 */
	opacity: 0.5; /* 半透明（デフォルトでは0.2） */
}
/* 現在のスライドのスタイル */
.swiper-pagination-bullet-active {
	width: 32px; /* 幅 */
	height: 32px; /* 高さ */
/*	background: #ffd700; /* 色：黄色 */
/*	opacity: 1; /* 不透明 */
        background: url("http://dl.dropboxusercontent.com/s/pgiex8bhcdxtkvi/ricewine-icon.png");
}
