@font-face {
    font-family: 'Genryu-font';
    src: url("../font/GenRyuMinJP-Regular-subset.woff")
}

body {
    width: 100%;
    margin: 0;
    background: #000
}

.wrap {
    width: 80%;
    min-width: 800px;
    margin: 0 auto 0;
    background: url("../images/beige2.png")
}

p,a,h1,h2,h3,h4,h5,th,li,caption {
    font-family: 'Genryu-font';
    color: #000
}

.homeheader {
    width: 100%;
    min-width: 800px;
    height: 20vh;
    padding-top: 30vh;
    padding-bottom: 50vh;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    background: #000 url("../images/back2.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center
}

.homeheader h2 {
    margin: 0 0 10px 0
}

.homeheader h2 a {
    width: 80%;
    height: 120px;
    color: #0F6B0A;
    font-size: 300%;
    text-decoration: none;
    text-shadow: #fff 1px 1px 0,#fff -1px -1px 0,#fff -1px 1px 0,#fff 1px -1px 0,#fff 0px 1px 0,#fff -1px 0,#fff -1px 0 0,#fff 1px 0 0
}

.homeheader h3 {
    width: auto;
    margin: 20px 0 0 20%;
    color: #0F6B0A;
    font-size: 300%;
    text-decoration: none;
    text-shadow: #fff 1px 1px 0,#fff -1px -1px 0,#fff -1px 1px 0,#fff 1px -1px 0,#fff 0px 1px 0,#fff -1px 0,#fff -1px 0 0,#fff 1px 0 0
}

.homeheader #logoimg {
    height: 180px;
    width: auto;
    vertical-align: bottom
}

.header {
    width: 100%;
    min-width: 800px;
    height: 233px;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    background: #000 url("../images/back2.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center
}

.header h2 {
    margin: 0 0 10px 0
}

.header h2 a {
    width: 80%;
    height: 120px;
    color: #0F6B0A;
    font-size: 180%;
    text-decoration: none;
    text-shadow: #fff 1px 1px 0,#fff -1px -1px 0,#fff -1px 1px 0,#fff 1px -1px 0,#fff 0px 1px 0,#fff -1px 0,#fff -1px 0 0,#fff 1px 0 0
}

.header h3 {
    width: auto;
    margin: 0 0 0 20%;
    color: #0F6B0A;
    font-size: 180%;
    text-decoration: none;
    text-shadow: #fff 1px 1px 0,#fff -1px -1px 0,#fff -1px 1px 0,#fff 1px -1px 0,#fff 0px 1px 0,#fff -1px 0,#fff -1px 0 0,#fff 1px 0 0
}

.header #logoimg {
    height: 90px;
    width: auto;
    vertical-align: bottom
}

.homeheader .menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 20px auto;
    list-style: none;
    padding-left: 0;
    *zoom:1}

.homeheader .menu>li {
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.5);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all .1s
}

.homeheader .menu>li a {
    font-size: 20px;
    display: block;
    color: #fff;
    text-decoration: none
}

.homeheader .menu>li a:hover {
    color: #fff;
    transition: all .1s
}

.homeheader .menu>li:hover {
    background: #ccad72;
    transition: all .1s;
    -webkit-transition: all .1s
}

.homeheader .menu ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.homeheader .menu ul.menu__third-level {
    visibility: hidden;
    opacity: 0
}

.homeheader .menu>li.menu__multi {
    position: relative
}

.homeheader .menu>li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #c09e57;
    -webkit-transition: all .1s;
    transition: all .1s;
    list-style: none;
    padding-left: 0
}

.homeheader .menu>li.menu__multi ul.menu__second-level li {
    position: relative;
    background: #c09e57;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all .1s
}

.homeheader .menu>li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background: #c09e57;
    -webkit-transition: all .1s;
    transition: all .1s;
    list-style: none;
    padding-left: 0
}

.homeheader .menu>li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative
}

.homeheader .menu>li.menu__multi ul.menu__second-level li:hover {
    background: #ccad72;
    transition: all .1s
}

.homeheader .menu>li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1
}

.homeheader .menu>li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1
}

.homeheader .menu .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.homeheader .menu .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.homeheader .menu:after {
    content: " ";
    display: table
}

.homeheader .menu:after {
    content: " ";
    display: table;
    clear: both
}

.homeheader .menu2 {
    position: relative;
    width: 40%;
    height: 50px;
    max-width: 400px;
    margin: 20px auto;
    list-style: none;
    *zoom:1}

.homeheader .menu2>li {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.5);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all .1s
}

.homeheader .menu2>li a {
    font-size: 20px;
    display: block;
    color: #fff;
    text-decoration: none
}

.homeheader .menu2>li a:hover {
    color: #fff;
    transition: all .1s
}

.homeheader .menu2>li:hover {
    background: #ccad72;
    transition: all .1s;
    -webkit-transition: all .1s
}

.homeheader .menu2 ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.homeheader .menu2 ul.menu__third-level {
    visibility: hidden;
    opacity: 0
}

.homeheader .menu2>li.menu__multi {
    position: relative
}

.homeheader .menu2>li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #c09e57;
    -webkit-transition: all .1s;
    transition: all .1s;
    list-style: none;
    padding-left: 0
}

.homeheader .menu2>li.menu__multi ul.menu__second-level li {
    position: relative;
    background: #c09e57;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all .1s
}

.homeheader .menu2>li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background: #c09e57;
    -webkit-transition: all .1s;
    transition: all .1s;
    list-style: none;
    padding-left: 0
}

.homeheader .menu2>li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative
}

.homeheader .menu2>li.menu__multi ul.menu__second-level li:hover {
    background: #ccad72;
    transition: all .1s
}

.homeheader .menu2>li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1
}

.homeheader .menu2>li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1
}

.homeheader .menu2 .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.homeheader .menu2 .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.homeheader .menu2:after {
    content: " ";
    display: table
}

.homeheader .menu2:after {
    content: " ";
    display: table;
    clear: both
}

.header .menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: auto;
    list-style: none;
    padding-left: 0;
    *zoom:1}

.header .menu>li {
    float: left;
    width: 20%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.5);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all .1s
}

.header .menu>li a {
    font-size: 20px;
    display: block;
    color: #fff;
    text-decoration: none
}

.header .menu>li a:hover {
    color: #fff;
    transition: all .1s
}

.header .menu>li:hover {
    background: #ccad72;
    transition: all .1s;
    -webkit-transition: all .1s
}

.header .menu ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.header .menu ul.menu__third-level {
    visibility: hidden;
    opacity: 0
}

.header .menu>li.menu__multi {
    position: relative
}

.header .menu>li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #c09e57;
    -webkit-transition: all .1s;
    transition: all .1s;
    list-style: none;
    padding-left: 0
}

.header .menu>li.menu__multi ul.menu__second-level li {
    position: relative;
    background: #c09e57;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all .1s
}

.header .menu>li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background: #c09e57;
    -webkit-transition: all .1s;
    transition: all .1s;
    list-style: none;
    padding-left: 0
}

.header .menu>li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative
}

.header .menu>li.menu__multi ul.menu__second-level li:hover {
    background: #ccad72;
    transition: all .1s
}

.header .menu>li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1
}

.header .menu>li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1
}

.header .menu .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .menu .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .menu:after {
    content: " ";
    display: table
}

.header .menu:after {
    content: " ";
    display: table;
    clear: both
}

.header .menu2 {
    position: relative;
    width: 40%;
    height: 50px;
    max-width: 400px;
    margin: auto;
    list-style: none;
    padding-left: 0;
    *zoom:1}

.header .menu2>li {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.5);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all .1s
}

.header .menu2>li a {
    font-size: 20px;
    display: block;
    color: #fff;
    text-decoration: none
}

.header .menu2>li a:hover {
    color: #fff;
    transition: all .1s
}

.header .menu2>li:hover {
    background: #ccad72;
    transition: all .1s;
    -webkit-transition: all .1s
}

.header .menu2 ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1
}

.header .menu2 ul.menu__third-level {
    visibility: hidden;
    opacity: 0
}

.header .menu2>li.menu__multi {
    position: relative
}

.header .menu2>li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 100%;
    background: #c09e57;
    -webkit-transition: all .1s;
    transition: all .1s;
    list-style: none;
    padding-left: 0
}

.header .menu2>li.menu__multi ul.menu__second-level li {
    position: relative;
    background: #c09e57;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 80%;
    transition: all .1s
}

.header .menu2>li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    background: #c09e57;
    -webkit-transition: all .1s;
    transition: all .1s;
    list-style: none;
    padding-left: 0
}

.header .menu2>li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative
}

.header .menu2>li.menu__multi ul.menu__second-level li:hover {
    background: #ccad72;
    transition: all .1s
}

.header .menu2>li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1
}

.header .menu2>li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1
}

.header .menu2 .init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .menu2 .init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header .menu2:after {
    content: " ";
    display: table
}

.header .menu2:after {
    content: " ";
    display: table;
    clear: both
}

footer p.copyright {
    text-align: center;
    width: 100%;
    margin: 50px auto
}

.top {
    padding-top: 200px;
    position: relative
}

.top .slideshow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 25;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.top .slideshow ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 25;
    text-align: center
}

.top .slideshow ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    z-index: 25
}

.top .slideshow img {
    width: 100%
}

.top .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 50
}

.top .title h1 {
    margin: 0;
    padding: 20px;
    background-color: rgba(255,255,255,0.5);
    font-size: 300%;
    letter-spacing: 5px
}

#shokubutsu,#slim,#regular,#volume,#tyubachi,#kobachi,#kotyouran,#tropical,#zouka,#case {
    margin-top: -233px;
    padding-top: 233px
}

#shokubutsu {
    margin-top: -100px;
    padding-top: 233px
}

.list {
    margin: -233px auto auto auto;
    padding-top: 233px;
    width: 75%
}

.list h2 {
    margin-left: 20%
}

.list h3 {
    margin-left: 25%
}

.list table {
    width: 100%
}

.list table tr {
    width: 100%
}

.list table tr td {
    width: 33%;
    padding-bottom: 50px;
    text-align: center
}

.list table tr td img {
    height: 200px;
    width: auto
}

.list table tr td p {
    width: 80%;
    margin: auto
}

.contents {
    width: 75%;
    height: auto;
    margin: auto;
    padding-top: 233px
}

.contents h1 {
    margin-left: 20%
}

.contents .pics {
    overflow: auto
}

.contents .pic {
    width: 50%;
    height: 320px;
    margin-bottom: 50px;
    text-align: center;
    float: left
}

.contents .pic a {
    text-decoration: none
}

.contents .pic p {
    padding: 0 5%;
    font-size: 20px;
    font-weight: bold
}

.contents img {
    height: 250px;
    width: 250px;
    object-fit: scale-down;
    background-color: #fff
}

.contents p.notes {
    text-align: right
}

.contents p.pages {
    text-align: center
}

.contents p.pages a {
    margin: 0 3px
}
