@charset "utf-8";
/* CSS Document */

.NavMenu{
	margin-bottom: 80px;
}
.Navbar{
	text-align: center!important;
	font-size: 18px;
	margin-bottom: 20px;
}
nav2 {
    text-align: center!important;
    background-color: #ffffff!important;
	
}

nav2 ul {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
	
}
.navImg{
	width: 244px;
}

nav2 li a {
    display: block;
    color: #202020;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

nav2 .select a {
    color: #b68f06;
}

nav2 li a strong {
    font-weight: normal;
    font-size: 20px;
    font-family: Cinzel, serif;
    display: block;
}

.is-fixed {
    position: fixed;
    top: 12.5%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 0;
    width: 960px;
    z-index: 1000;
    padding: 1% 0%;
	justify-content: space-around;
	margin: 0 auto!important;
	
}
.br-sp2{
display: none;
}
.br-pc2{
display: block;
}
.giftver{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 40px;
}
.giftver div{
	width: 30%;background: #707070;
	height: 1px;
	
	align-self: center;
}
.giftver h3{
	font-size: 26px;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	align-self: center;
	font-weight: 300;
}
.GiftTag{
	width: auto!important;
	margin-top: 5px;
}


@media only screen and (max-width: 960px) {
.NavMenu{
	margin-bottom: 40px;
}
.Navbar{
	text-align: center!important;
	font-size: 18px;
	margin-bottom: 10px;
}
nav2 {
    text-align: center;
    background-color: #ffffff;
}

nav2 ul {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 auto;
    width: 98%;
    overflow: hidden;
}

nav2 li {
    width: 28%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 10px;
	align-content: center;
	align-items: center;
	align-self: center;
}

nav2 li:nth-child(2) {
    width: 40%;
}

nav2 li a {
    display: block;
    color: #202020;
    text-align: center;
    text-decoration: none;
    font-size: .8em;
    letter-spacing: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

nav2 .select a {
    color: #b68f06;
}

nav2 li a strong {
    font-weight: normal;
    font-size: 1em;
    letter-spacing: 1px;
    font-family: Cinzel, serif;
    display: block;
}

.is-fixed {
    position: fixed;

    top: 11%;
	left: 50%;
	transform: translate(-50%, -50%);
    padding: 0;
    width: 100%!important;
    z-index: 1000;
    padding: 2% 0%;
	 font-size: 1em;
}
	.navImg{
	width: 100px!important;
}
	.br-sp2{
display: block;
}
.br-pc2{
display: none;
}
.giftver{
	display: flex;
	margin: 0 auto;
	justify-content: center;
	margin-bottom: 20px!important;
}
.giftver div{
	width: 20%;background: #707070;
	height: 1px;
	
	align-self: center;
}
.giftver h3{
	font-size: 15px;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	align-self: center;
}
	.GiftTag{
display: none;
}
	}

#pagetop {
 display:inline-block;
 position:fixed;
 bottom:10;
 right:10;
}
#pagetop img{
	width: 55px!important;
} 
 
#pagetop a {
 padding:20px 25px;
	border-radius: 3em/3em;
 display:block;
 
 color:#fff;
 text-align:center;
}