@charset "utf-8";

html, body{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	line-height: 1.1;
	-webkit-text-size-adjust: none;
	border-top: 0.6em solid red;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
	display:block;
}

img {
	border: 0;
	vertical-align: middle;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0;
}
br{
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.kagomeLogo {
	margin: 2% 0 0 2%;
}
.kagomeLogo img{
	width: 34%;
}

header{
	font-family:"HraKakuProN-W6", "HelveticaNeue";
	/*font-size:16px;*/
	font-size:1rem;
	line-height: 1.1;
}

#sb-menu{
	font-family:"HraKakuProN-W6", "HelveticaNeue";
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	/*font-size:16px;*/
	font-size:1rem;
	line-height: 1.1;
}

#sb-menu #sb-content ul li a{
	line-height: 100%;
}

#sb-menu #sb-content ul li p{
margin: 0px;
padding: 0px;
}

#sb-menu #sb-content ul li p.text_info6{
	font-family: "HraKakuProN-W6", "HelveticaNeue";
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}


.menu{
	background-color: red;
	position: relative;
}
/*-----------*/
.top .menuLinks{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	text-align: center;
	display: none;
}

.top .menuLinks .menuBg{
	background: #fff;
	border-radius: 1.4em;
	border: 0.5em solid red;
	width: 93%;
	margin: 1.4em auto;
}

.top .menuLinks .menuBg ul li{
	border-bottom: 0.2em dotted #fdb5b5;
	margin: 0 2em;
	text-align: left; 
}
.top .menuLinks .menuBg ul li a{
	text-decoration: none;
	display: block;
	margin:5.4% 0;
}
.top .menuLinks .menuBg ul li:nth-child(2){
}
.top .menuLinks .menuBg ul li img{
	margin-left: 1.3em;
	display: inline-block;
	vertical-align: top;
	width: 6%;
}
.top .menuLinks .menuBg ul li span{
	display: inline-block;
	
	font-weight: bold;
	color: red;
	margin-left: 0.5em;
	font-size: 3.1em;
	line-height:1.2em;
	width:70%;
}
.top .menuLinks .menuBg ul li .arrow{
	float: right;
	margin-right:1.4em;
}
.top .menuLinks .cancel{
	margin: 3em 0;
}
.top .menuLinks .cancel img{
	cursor: pointer;
}
.top .menuLinks .cancel img{
	width: 38%;
}
/*-----------*/
.menu h1{
	margin: 0;
	padding: 0 0 0 3.4%;
}
.menu h1 img{
	width: 64%;
}
.menu .link{
	box-sizing:border-box;
	height:auto;
	width:26.7%;
	
	background-color: white;
	position: absolute;
	right:3%;
	top:16%;
	text-transform: uppercase;
	color: red;
	
	font-size: 2.1em;
	line-height:190%;
	border-radius: 0.4rem;
	padding: 2.8% 2%;
	font-weight: bold;
	cursor: pointer;
	
}
.menu .link img{
	width: 37%;
	margin-right:8%;
	vertical-align:bottom;
}

.container{
	margin: 0 auto;
	width: 97%;
}


.pageToTop {
    text-align: right;
    padding: 1.5em 0;
				display:block;
}
.pageToTop a {
    display: inline-block;
    text-decoration: none;
				width:31%;
}
.pageToTop a img{
	width:100%;
}
.container .detail{
	text-align: center;
	margin: 6.6em 0px 4em 0;
}
.container .detail img{
	width: 25%;
}
.container .detail img.button{
	margin: 0 0 0 1em;
	width: 56%;
}

footer{
	clear:both;
	font-family:"HraKakuProN-W6", "HelveticaNeue";
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	/*font-size:16px;*/
	font-size:1rem;
	line-height: 1.1;
	margin:20px 0px 0px 0px;
}

/*
#copyright{
	margin: 4px 10px 10px 0px;
	text-align: right;
	line-height: 0;
}
*/

/*
footer{
	border-top: 0.4em solid #d9d9d9;
	border-bottom: 0.6em solid red;
	padding-bottom: 5.4%;
}
.footerList li{
	float: left;
	font-size: 2em;
	
	display: block;
	margin:3% 4% 0 1%;
}
.footerList li a {
    color: #333333;
    text-decoration: none;
    display: block;
    padding: 0em 0em 0em 0.7em;
    background-image: url(../img/index_footer.png);
    background-repeat: no-repeat;
    -webkit-background-size:auto 0.5em;
    -moz-background-size:auto 0.5em;
    background-size:auto 0.5em;
    background-position: left center;
				margin:0;
}
#copyright{
	margin-top: 1.5em;
	text-align: right;
	line-height: 0;
}
#copyright img{
	width: 58%;
}
*/

.showbtn{
	background-color: #e60014;
	
	color: white;
	border-bottom-right-radius: 0.4em;
	border-bottom-left-radius: 0.4em;
	cursor: pointer;
	text-align: center;
	font-size: 2.2em;
	line-height:1em;
	padding:0.52em 0;
}
.showbtn img{
	margin: 0em 0.4em 0 0;
	width:2.25em;
	height:2.25em;
}


