
* {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, "ＭＳ ゴシック","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
}
html { 
    height: 100%;
    padding: 0px;
}
/* --　記事内の装飾 --*/
body{
	margin: 0px 0px;
    height: 100%;
    padding: 0px;
}

body a img{
	border-style: none;
}
body img{
	vertical-align: bottom;
}
a{
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}

header{
    height: 100vh !important;
}
#main-visual{
	margin: 0 auto;
	min-width: 1000px;
	min-height:570px;
	padding: 1px 0px;
    position: relative;
	text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;
    height: 100vh;
}

nav.headnav{
	width: 100%;
	min-width: 1000px;
	height: 150px;
	position: fixed;
	top: 0px;
	z-index:200 !important;
    background: -moz-linear-gradient(to bottom,#FFF,#FFF 85px,rgba(255,255,255,0.0)); 
    background: -webkit-linear-gradient(to bottom,#FFF,#FFF 85px,rgba(255,255,255,0.0)); 
    background: linear-gradient(to bottom,#FFF,#FFF 85px,rgba(255,255,255,0.0));
}


nav.headnav h1{
	width: 262px;
    height: 65px;
	float: left;
	margin: 10px 0px 0px 50px;
    display: block;
     background: url(../images/main_logo.png) no-repeat left center;
	-webkit-background-size: auto 65px;
	-moz-background-size: auto 65px;
	background-size: auto 65px;
    text-indent: -9999px;
    overflow: hidden;
}
nav.headnav ul{
	float: left;
	margin: 50px 0px 0px 0px;
    height: 21px;
}
nav.headnav ul li{
	float: left;
	margin: 0 0 0 40px;
    padding: 0;
	font-size: 14px;
    text-align: center;
    line-height: 14px;
    height: 21px;
}
nav.headnav ul li a{
	color: #000000;
	display: block;
    position: relative;
    padding: 0 0 0 14px;
}
nav.headnav ul li a::after  {
    content: '';
	position: absolute;
	top: 3px;
	left: 0em;
	width: 5px;
	height: 5px;
	border: 2px solid #c08;
    border-radius: 100%;
}
nav.headnav ul li a:hover{
	color: #666;
	text-decoration:none;
}
nav.headnav ul li a:hover::after  {
	border: 2px solid #0a3;
}

nav.headnav p{
    margin: 0;
	display: block;
	height: 33px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    width: 250px;
    float: right;
    position: absolute;
    top: 0px;
    right: 50px;
    font-size: 14px;
}
nav.headnav p a {
	color: #fff;
    display: block;
	position: relative;
	height: 33px;
	line-height:35px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    border-radius: 0px 0px 7px 7px;
    background-color: #0a3;
}


nav.headnav p a::after{
    content: '';
	position: absolute;
	top: 37%;
	left: 1em;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: 1px solid #0a3 !important;
	border-bottom: 1px solid #0a3 !important;
}

nav.headnav p a:hover {
	color: #fff;
	text-decoration: none;
}


nav.headnav p a:hover::after{
	left: 1.5em;
    border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}

/* transition */
nav.headnav,
nav.headnav::after,
nav.headnav section,
nav.headnav h1,
nav.headnav h1 img,
nav.headnav ul,
nav.headnav ul li,
nav.headnav ul li a,
nav.headnav ul li a:hover::after,
nav.headnav p a,
nav.headnav p a::after{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */

nav.headnav.fixed{
	height: 120px;
    background: -moz-linear-gradient(to bottom,#FFF,#FFF 70px,rgba(255,255,255,0.0)); 
    background: -webkit-linear-gradient(to bottom,#FFF,#FFF 70px,rgba(255,255,255,0.0)); 
    background: linear-gradient(to bottom,#FFF,#FFF 70px,rgba(255,255,255,0.0));  
}
/*
nav.headnav.fixed::after{
    width: 300px;
    height: 70px;
	-webkit-background-size: auto 100px;
	-moz-background-size: auto 100px;
	background-size: auto 100px;
}
nav.headnav.fixed h1{
    width: 220px;
    height: 54px;
	float: left;
	margin: 8px 0px 0px 50px;
	-webkit-background-size: auto 54px;
	-moz-background-size: auto 54px;
	background-size: auto 54px;
    text-indent: -9999px;
}
nav.headnav.fixed ul{
	margin: 38px 0px 0px 0px;
    height: 21px;
}
nav.headnav.fixed p{

}
nav.headnav.fixed p a {

}
nav.headnav.fixed p a::after{
	top: 37%;
}
*/
/*Visual Area*/
#visual-area{
    width: 100%;
    margin: 0;
    height: 100vh;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    min-height:570px;
}


/*Information Area*/
header #information{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 90px 0px 30px 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    /*background: url("../images/bg_information.png") repeat-x left top;
	-webkit-background-size: auto 300px;
	-moz-background-size: auto 300px;
	background-size: auto 300px;*/
    background: -moz-linear-gradient(to bottom,rgba(255,255,255,0.0),#FFF 80px,#FFF); 
    background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0.0),#FFF 80px,#FFF); 
    background: linear-gradient(to bottom,rgba(255,255,255,0.0),#FFF 80px,#FFF); 
}

header #information .information-area{
    text-align: left;
    margin: 0 auto;
    width: 90%;
    height: auto;
    position: relative;
}
header #information .information-area h2{
    width: 70px;
    height: 17px;
	margin: 0px 0px 0px 0px;
    display: block;
     background: url(../images/h2_news.png) no-repeat left center;
	-webkit-background-size: auto 17px;
	-moz-background-size: auto 17px;
	background-size: auto 17px;
    text-indent: -9999px;
    overflow: hidden;
}
header #information .information-area h2 a{
    color: #ec8;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: normal;
}
header #information .information-area h2 a:hover{
    color: #999;
    text-decoration: none;
}
header #information .information-area dl{
    margin: -20px 0px 0px 100px;
   font-size: 14px;
    color: #000;
    width: calc(100% - 470px);
    min-height: 80px;
}
header #information .information-area dt{
    line-height: 1.5em;
}
header #information .information-area dd{
    line-height: 1.5em;
   margin: -1.5em 0em 0.5em 6em;
    position: relative;
}
header #information .information-area dd a{
    color: #000;
}
header #information .information-area dd a:hover{
    color: #666;
    text-decoration: none;
}
.newMark{
}

.newMark::before{
	font-size: 10px;
    line-height: 10px;
	padding: 2px 10px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	background-color: #c60080;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	white-space: nowrap;
    content: "NEW";
}

header #information .information-area p.banner{
    display: block;
    margin: 0px;
   font-size: 14px;
    color: #000;
    width: 340px;
    height: 75px;
     position: absolute;
    right: 0px;
    top: 0px;
}
header #information .information-area p img{
width: 100%;
}
header #information .information-area p a:hover img{
    opacity: 0.5;
}
/* transition */
header #information .information-area p img,
header #information .information-area p a:hover img{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
header #information .information-area .link-store{
    display: none;
}

/*-- Maincontainer Comon Seting--*/
#maincontainer{
    position: relative;
}


.contents-wrapper{
	width:90%;
	margin: 0px auto;
    padding: 0px 0px 0px 0px;
    clear: both;
}

#maincontainer h2{
	margin: 0px 0px 25px 0px;
	clear: both;
	padding: 0;
	text-align: center;
    color: #c08;
     font-size: 28px;
    line-height: 1.6em;
	font-weight: normal;
}

#maincontainer  h3 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px 0 25px 0;
    color: #c08;
    text-align: center;
    border-bottom: 1px solid #c08;
}

#maincontainer  h4 {
    font-size: 15px;
    line-height: 1.3em;
    color: #000;
    font-weight: normal;
    margin: 0px;
    border-bottom: 2px solid #ec8;
    color: #ec8;
    text-align: center;
    padding: 0 0 5px 0;
}


#maincontainer p {
	font-size: 15px;
	line-height: 1.8em;
	margin: 0px;
	margin-bottom: 1.5em;
	color: #000000;
}
#maincontainer p em {
	font-style: normal;
	font-weight: bold;
	color: #F60;
}


#maincontainer p .caption,
#maincontainer ul li .caption {
	font-size: 85%;
	color: #666;
}
#maincontainer p.caption{
	font-size: 85%;
	color: #666;
	margin-top: 0px;
}

#maincontainer ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 1em;
	margin-left: 3px;
	margin-top: 0px;
}
#maincontainer ul li {
	margin-bottom: 0.5em;
	padding-left: 10px;
	line-height: 1.8em;
	padding-bottom: 5px;
	font-size: 15px;
	background-repeat: no-repeat;
	background-position: 0px 0.55em;
}
#maincontainer ul li em{
	font-style: normal;
	color: #F60;
}
.link-store,
.link-page{
	display: block;
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
}
.link-store a {
	color: #fff;
    display: block;
	width:100% !important;
	position: relative;
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    border-radius: 20px;
    background-color: #0a3;
}

.link-page a{
    color: #fff;
    display: block;
	width:100% !important;
	position: relative;
	height: 40px;
	line-height:40px;
	padding: 0em;
    text-align: center;
	text-decoration: none;
    border-radius: 20px;
    background-color: #c08;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.link-store a::after{
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: 1px solid #0a3 !important;
	border-bottom: 1px solid #0a3 !important;
}
.link-page a::after{
    content: '';
	position: absolute;
	top: 40%;
	left: 1em;
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
    border-right: 1px solid #c08;
	border-bottom: 1px solid #c08;
}
.link-store a,
.link-store a::after,
.link-page a,
.link-page a::after{	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.link-store a:hover {
	color: #fff;
	text-decoration: none;
}
.link-page:hover {
}
.link-page a:hover {
    color: #fff;
	text-decoration: none;
}
.link-store a:hover::after,
.link-page a:hover::after{
	left: 2em;
    border-right: 1px solid #fff !important;
	border-bottom: 1px solid #fff !important;
}



/*About*/
#maincontainer #about{
    background-image: url("../images/top_about_01.jpg");
	background-position: center bottom;
	background-size: cover;
}
#maincontainer #about .contents-wrapper{
    width: 100%;
    padding: 0px;
    display: flex;
  align-items: center;
    height: calc(100vh - 70px) !important;
    overflow: hidden;
}
#maincontainer #about .read-block{
    padding: 55px;
    width: calc( 45% - 110px );
    background-color: rgba(255,255,255,0.9);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: auto;
    margin-right: -5px;
    max-width: 600px;
    min-width: 450px;
}

#maincontainer #about p{
	color: #000;
}

#about .link-store a::after {	
    border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*Product*/
#maincontainer  #product{
     background-image: url("../images/top_products.jpg");
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 70px) !important;
    width: 100% !important;
    padding: 0px;
}


#maincontainer #product p{
	color: #000;
}
#product .link-store a::after {	
    border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#maincontainer #product .read-block{
    width: 30%;
    padding: 0px 30px 40px 0px;
    display:table-cell;
    vertical-align: middle;
}
#maincontainer #product .body-block{
	width:60%;
    padding: 50px 0 ;
    display:table-cell;
}

#maincontainer .product-info {
    margin:0 0 0 -3% !important;
	padding:0px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    width:103%;
}
#maincontainer .product-info li{
    margin: 0 0 0 3%;
	padding: 0 0 3% 0 !important;
	width: 22%;
	list-style: none;
	display: block;
	background-image: none !important;
}
#maincontainer .product-info li:first-child{
    margin-bottom: 30px !important;
}
#maincontainer .product-info li p{
    margin: 0px ;
}
#maincontainer .product-info li h4{
    margin: 0px ;
    display: block;
    color: #000;
    font-weight: bold;
    padding: 5px 0px;
    border-bottom: none;
}

#maincontainer .product-info li a{
    position: relative;
    display: block;
    content: '';
    padding-top: 124%;
	overflow: hidden;
    border: solid 1px #fff;
    box-sizing: border-box;
}
#maincontainer .product-info li a img{
 position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
}
#maincontainer .product-info li a img:hover{
    overflow: hidden;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#maincontainer .product-info li a img,
#maincontainer .product-info li a img:hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#maincontainer #product-rec li img{
    width: 100%;
}

#maincontainer .product-img{
    display: block;
    position: relative;
    margin: 0px 0px 10px 0px;
}
.margin-p01{
    margin: 0px 0px 50px 0px !important;
}
.margin-p02{
    margin: 0 !important;
}
#maincontainer .product-info li img{
    width: 100%;
}

#maincontainer .product-img a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
#maincontainer .product-img a img:hover{
    overflow: hidden;
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#maincontainer .product-img a img,
#maincontainer .product-img a img:hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#maincontainer #product-new li img{
    width: 100%;
}
/*Access*/
#maincontainer #access{
   height: calc(100vh - 70px) !important;
}
#maincontainer #access .contents-wrapper{
   width: 100%;
}

#maincontainer #access h2{
    width:90%;
	margin: 0px auto;
    padding: 60px 0px 25px 0px;
}
#maincontainer #access h3 {
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px 0 5px 0;
    text-align: left;
    border-bottom: none;
}
#maincontainer #access .body-block{
   width: 90%;
    margin: 0px auto;
}
#maincontainer #access #map_canvas{
    width: 100%;
	margin-bottom: 40px;
	height:calc(100vh - 470px) !important;
    min-width: 400px;
}
#maincontainer #access #map_canvas p{
	color: #333;
	text-align: left;
	margin:0px 0px 0px 0px !important;
}

#access p.address a{
	font-size: 12px;
    line-height: 12px;
	padding: 3px 10px;
	margin: 0px 5px 0px 0px;
	color: #fff;
	background-color: #c08;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	white-space: nowrap;
}
#access p.address a:hover{
	background-color: #666;text-decoration: none;
}

#access .tel-number{
    font-size: 22px;
	line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #c08;
}
#access .tel-number span{
    display: inline-block;
     width: 22px;
    height: 22px;
    background: url("../images/phone_icon.png") no-repeat 0px center;
	background-size: cover;
}
#access .tel-number a{
    color:  #c08;
    font-weight: bold;
}
#access .tel-number a:hover{
    text-decoration: none;
}


/* transition */
#access p.address a,
#access p.address a:hover{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/*Trivia*/
#maincontainer #trivia{
    background-image: url("../images/top_trivia_01.jpg");
	background-position: center bottom;
	background-size: cover;
    overflow: hidden;
}
#maincontainer  #trivia .contents-wrapper{
    width: 100%;
    padding: 0px;
    display: flex;
  align-items: center;
    height: calc(100vh - 70px) !important;
}
#maincontainer  #trivia .read-block{
    padding: 55px;
    width: calc( 45% - 110px );
    background-color: rgba(255,255,255,0.9);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: auto;
    margin-right: -5px;
    max-width: 600px;
    min-width: 450px;
}

#maincontainer  #trivia p{
	color: #000;
}

 #trivia .link-store a::after {	
    border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
/*Contact*/
#maincontainer #contact{
    padding: 50px 0 70px 0;
    background-color: #eee;
}

#maincontainer #contact p{
    text-align: center;
}


/*Footer*/
footer {
	clear: both;
	padding: 0px;
	width: 100%;
	display: block;
	margin: 0px;
}

#footer-area{
	width: 90%;
	display: block;
	margin: 0px auto;
	padding: 30px 0px;
    position: relative;
}
#footer-area h2{
    float: left;
	width: 262px;
    height: 65px;
	margin: 0px 0px 0px 0px;
    display: block;
     background: url(../images/main_logo.png) no-repeat left center;
	-webkit-background-size: auto 65px;
	-moz-background-size: auto 65px;
	background-size: auto 65px;
    text-indent: -9999px;
    overflow: hidden;
}
.footer-info{
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 350px;
}
#footer-area ul{
	list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
#footer-area ul.footer-link{

}
#footer-area ul.footer-link li{
	float: left;
	margin: 0 20px 0 0;
	font-size: 14px;
    text-align: center;
    line-height: 14px;
    height: 21px;
}
#footer-area ul.footer-link li a{
	color: #000000;
	display: block;
    position: relative;
    padding: 5px 0 0 14px;
}
#footer-area ul.footer-link li a::after  {
    content: '';
	position: absolute;
	top: 40%;
	left: 0em;
	width: 5px;
	height: 5px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
#footer-area ul.footer-link li a:hover{
	color: #666;
	text-decoration:none;
}
#footer-area ul.footer-link li a:hover::after  {
	left: 0.2em;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}
#footer-area ul.sns-link li{
	float: left;
	margin: 0 20px 0 0;
    padding: 0;
	font-size: 14px;
    text-align: center;
    line-height: 14px;
    height: 21px;
}
#footer-area ul.sns-link li a{
    text-indent: -9999px;
	display: block;
    position: relative;
    padding: 0;
    width: 24px;
    height: 24px;
}
#footer-area ul.sns-link li a::after  {
    content: '';
	position: absolute;
	top: 30%;
	left: 0em;
	width: 5px;
	height: 5px;
}


#footer-area ul.sns-link li.sns-facebook{
     background: url(../images/sns_facebook.png) no-repeat center;
	-webkit-background-size: auto 24px;
	-moz-background-size: auto 24px;
	background-size: auto 24px;
}
#footer-area ul.sns-link li.sns-instsgram{
     background: url(../images/sns_instagram.png) no-repeat center;
	-webkit-background-size: auto 24px;
	-moz-background-size: auto 24px;
	background-size: auto 24px;
}
#footer-area ul.sns-link li.sns-twitter{
     background: url(../images/sns_twitter.png) no-repeat center;
	-webkit-background-size: auto 24px;
	-moz-background-size: auto 24px;
	background-size: auto 24px;
    margin: 0;
}
#footer-area ul.sns-link li:hover{
    opacity: 0.5;
}
/* transition */
#footer-area ul,
#footer-area ul li,
#footer-area ul li a,
#footer-area ul li a:hover,
#footer-area ul li a:hover::after{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

footer p{
	font-size: 12px;
	line-height: 1.5em;
	color: #000;
    margin: 13px 0 0 0 ;
}
footer p a{
	color: #fff;
}
small{
	font-size: 12px;
	line-height: 1em;
	color: #000;
	font-style: normal;
	margin: 0px;
    white-space: nowrap;
}
/*Other Style*/
a{
color: #333;
	text-decoration: none;
}

a:hover{
	color: #666;
	text-decoration: underline;
}

a img.linkimg{
background:none!important;
}
 
a:hover img.linkimg{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background:none!important;
}

.ios a:hover img.linkimg{
opacity:1;
}

.ios .ticket-jump a:hover{
	opacity:1;
}


.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/

.clearboth{
	clear:both;
}
.wrapper{
	margin-bottom: 20px;
}
.left-block{
	float: left;
	width: 48%;
}
.right-block{
	float: right;
	width: 48%;
}
.single-block{
	width: 700px;
	margin:0px auto;
}
.single-block table.timetable tbody td{
	padding: 15px 5px;
}

#product-left h3,
#maincontainer .left-block h3,
#maincontainer .right-block h3{
	margin-top: 0px;
}

/*pagetop button*/
#page-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
    text-indent: -9999px;
	line-height:0px;
	z-index: 100;
}
#page-top  {	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#page-top a {
	display: block;
	padding: 0px;
	width: 30px;
    height: 30px;
	color: #000;
    position: relative;
    border-radius: 50%;
	white-space: nowrap;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    background-color: #c08;
}

#page-top a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(50%)  translateY(75%) translateY(15%) rotate(-45deg);
}
#page-top a img {
	width:100%;
}
#page-top a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration: none;
	
}

.ios #page-top a:hover {
	opacity: 1;
}
  
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;}
.clearfix{display:inline-block;}
/* hides from IE-mac¥*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/*End hide from IE-mac*/


.section {
background-image: url(img/bg.jpg);
background-size: cover;
}

#fade{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #FFF url(../images/loading.gif) no-repeat center center;
	-webkit-background-size: 50px auto;
	-moz-background-size: 50px auto;
	background-size: 50px auto;
	z-index: 999;
	display: none;
}
.circle-img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.nav-mr{
	margin-right: 0px !important;
}
.mb0{
	margin-bottom: 0px !important;
}

.mb15{
	margin-bottom: 15px !important;
}
#scroll-nav ul li.nav-mr{
	padding-right: 0px !important;
	background: url(none);
}
.clear-both{
	clear:both;
}

#hamburger-menu{
	display: none;
}
@media screen and (max-width: 1230px) {/*ナビが長いのでこの幅でハンバーガーに交代*/
    nav.headnav ul,
    nav.headnav p{
	display: none;
}
}
/* =======================================
Tablet
=========================================*/

@media screen and (max-width: 1000px) {

nav.headnav{
	height: 70px;
    background: #fff;
    width: 100%;
	min-width: 100%;
}
nav.headnav::after{
    display: none;
}
nav.headnav section{
	margin: 0px auto;
    width: 100vw;
}

 nav.headnav h1{
     width: 250px;
    height: 54px;
	float: left;
	margin: 8px 0px 0px 20px;
	-webkit-background-size: auto 54px;
	-moz-background-size: auto 54px;
	background-size: auto 54px;
    text-indent: -9999px;
}
    
/*Visual Area*/
#main-visual{
    width: 100%;
	min-width: 100%;
	min-height:570px;
	padding: 1px 0px;
    position: relative;
	text-align: center;
    display: flex;
  justify-content: center;
  align-items: center;
    height: 100vh;
}
    
/*InformationArea*/

    
    
/*main area*/

.body-block{
	width:100%;
}
header #information{
    width: 100%;
    height: auto;
}

header #information .information-area dl{
   font-size: 13px;
}
header #information .information-area dt{
    line-height: 1.5em;
}
header #information .information-area dd{
    line-height: 1.5em;
}
#maincontainer h4{
	padding-bottom:10px !important;
}
    #maincontainer .contents-wrapper{
    width: 90%;
}

#maincontainer h2{
	margin: 0px 0px 20px 0px;
}
    #maincontainer p{
	font-size: 14px;
}
/*Product*/
#maincontainer #product .body-block{
	width:100%;
    padding: 30px 0 0 0 ;
}

/*Footer*/
footer {
	width: 100%;
     border-top: none;
}

#footer-area{
	width: 90%;
	display: block;
	margin: 0px auto;
	padding: 20px 0px;
}
#footer-area h2{
    float: none;
	margin: 0px auto 10px auto;
}
.footer-info{
    display: block;
    position: static;
   padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
}

#footer-area p{ 
	width: 100%;
	display: block;
	margin: 0px auto;
	padding: 10px 0px;
    clear: both;
    text-align: center;
}
#footer-area ul{ 
    text-align: center;
}
#footer-area .footer-link li{
    float: none !important;
    display: inline-block;
}
    #footer-area .sns-link li{
    float: none !important;
    display: inline-block;
}
    #footer-area ul.footer-link{
        margin-bottom: 5px;
    }
.footer-link{
        width: 100%;
    }
    .sns-link{
        width: 100%;
    }
small{
    margin: 15px 0;
    display: block;
    width: 100%;
	font-size: 12px;
    position: static;
    text-align: center;
}
}
@media screen and (max-width: 900px) {
  header #information .information-area h2{
    margin-bottom: 10px;
} 
header #information .information-area dl{
    margin: 0px 0px 20px 0px;
   font-size: 14px;
    color: #000;
    width: 100%;
}

header #information .information-area p.banner{
    display: block;
    margin: 0px 0px 0px auto;
    position: static;
}
    
    
#maincontainer #award ul{
    width: 100%;
    margin: 0 !important;
    padding: 0px !important;
}
#maincontainer #award ul li{
    float:none; 
    width: 100%;
    margin: 0 0 5% 0%;
    padding: 0px !important;
}
}
/* ===================================
Smart Phone 
=====================================*/

@media screen and (max-width: 480px) {


nav.headnav h1{
	width: 208px;
    height: 45px;
	float: left;
	margin: 14px 0px 0px 20px;
	-webkit-background-size: auto 45px;
	-moz-background-size: auto 45px;
	background-size: auto 45px;
    
}
    #visual-area{
    min-width: auto;
	min-height: auto;
    width: 100%;
    clear:both;
    align-items:flex-start;
}

header #information .information-area p.banner{
    margin: 0px auto 10px;
    width: 70%;
    height: auto;
}

.contents-wrapper{
    width: 85% !important;
}

#maincontainer h2{
	margin: 0px 0px 20px 0px;
	font-size: 24px !important;
    line-height: 24px;
	font-weight: normal;
}

#maincontainer  h3 {
	font-size: 20px !important;
	line-height: 1.5em;
	margin: 0px 0px 15px 0px;
}

#maincontainer  h4 {
    font-size: 13px;
    line-height: 1.3em;
}

#maincontainer p {
	font-size: 14px;
}

/*Information Area*/
header #information{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 90px 0px 60px 0px;
    position: absolute;
    bottom: 0px;
    z-index: 101;
} 
    header #information .information-area h2{
margin: 0px auto 15px;
}

 header #information .information-area dl{
     margin: 0px 0px 10px 0px;
   font-size: 12px;
    max-height: 80px;
    overflow-y: scroll;
    min-height: initial;
   min-height: auto;
}
header #information .information-area .link-store{
    display: block;
} 

/*About*/
#maincontainer #about{
    background-image: url("../images/top_about_01.jpg");
	background-position: center top;
	background-size: auto 75vw;
    background-repeat: no-repeat;
}
    
#maincontainer #about .contents-wrapper{
    display: block;
    width: 100%;
    padding: 0px;
}
#maincontainer #about .read-block{
    padding: calc(75vw + 50px) 0px 50px;
    width: 90%;
    background-color: transparent ;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0 auto 0 ;
    max-width: 90%;
    min-width: 90%;
}


/*trivia*/
#maincontainer #trivia{
    background-image: url("../images/top_trivia_01.jpg");
	background-position: center top;
	background-size: auto 75vw;
    background-repeat: no-repeat;
}
    
#maincontainer #trivia .contents-wrapper{
    display: block;
    width: 100%;
    padding: 0px;
}
#maincontainer #trivia .read-block{
    padding: calc(75vw + 50px) 0px 0;
    width: 90%;
    background-color: transparent ;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0 auto 0 ;
    max-width: 90%;
    min-width: 90%;
}
    
/*Product*/
#maincontainer #product{
    background-image: url();
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 70px) !important;
    width: 100% !important;
    padding: 0px;
}
    #maincontainer #product .contents-wrapper{
        padding: 50px 0px;
    }
#maincontainer #product .read-block{
    width: 100%;
    display:block;
    vertical-align: middle;
    padding: 0px;
}
#maincontainer #product .body-block{
	width:100%;
    padding: 50px 0 ;
    display:block;
}
#maincontainer .product-info li{
	width: 47%;
}
#maincontainer .product-info li:first-child{
    margin-bottom: 20px !important;
}

/*Access*/
#maincontainer #access{
   min-height: calc(100vh - 70px) !important;
}
    #maincontainer #access .contents-wrapper{
        width: 100% !important;
        padding-bottom: 50px;
    }
#maincontainer #access .body-block{
   width: 85%;
    margin: 0px auto;
}
    #maincontainer #access h2{
    padding: 25px 0px 25px 0px;
}
#maincontainer #access #map_canvas{
    width: 100% !important;
	margin-bottom: 40px;
	height:calc(100vh - 320px) !important;
     min-width: auto;
     min-width: initial; 
}
#maincontainer #access h3{
   text-align: center;
}
#maincontainer #access p{
   text-align: center;
}
#access p.address a{
	font-size: 11px;
    line-height: 11px;
}
.left-block{
	float: none;
	width: 100%;
    margin-bottom: 30px;
}
.right-block{
	float: none;
	width: 100%;
}
/*Trivia*/
#maincontainer #trivia{
    display: block;
}
#maincontainer #trivia .contents-wrapper{
    width: 100%;
    padding: 0px;
    display: block;
}
#maincontainer #trivia .read-block{
    width: 100%;
}

/*footer*/ 
    #footer-area{
	width: 85%;
	padding: 45px 0px;
}
    #footer-area .footer-info{
    display: block;
    position: static;
    height: auto;
    width: 100%;
}

    #footer-area ul.footer-link{
	float: none;
        width: 100%;
        margin-bottom: 20px;
}
#footer-area ul.footer-link li{
    display: block;
	float: none;
	margin: 0;
    padding: 5px 0;
    border-bottom: solid 1px #000;
}
    #footer-area ul.footer-link li:first-child{
        border-top: solid 1px #000;
    }  
#footer-area ul.footer-link li a{
	color: #000000;
	display: block;
    position: static;
    padding: 5px 0px;
}
#footer-area ul.footer-link li a::after  {
	border-right: none;
	border-bottom: none;
}
#footer-area ul.footer-link li a:hover::after  {
	border-right: none;
	border-bottom: none;
}
#footer-area ul.sns-link{
float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
#footer-area ul.sns-link li{
	float: none;
	margin: 0 15px 0 0;
    display: inline-flex;
}
#footer-area ul.sns-link li:hover{
    opacity: 1;
}
footer p{
	font-size: 10px;
	line-height: 1.5em;
    margin: 0 0 10px 0;
}
#footer-area small{
    width: 100%;
	font-size: 10px;
    position: static;
    margin: 0;
}
}
