@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* * * * * * * * * * * * * * * * * * * * * * *
		reset
* * * * * * * * * * * * * * * * * * * * * * */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a:link,
a:visited,
a:active,
a:hover {
	outline: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input,
select {
	vertical-align: middle;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	display: block;
	vertical-align: bottom;
}
/* * * * * * * * * * * * * * * * * * * * * * *
		common
* * * * * * * * * * * * * * * * * * * * * * */
html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #fff;
	color: #333;
	font-size: 14px;
	line-height: 1.3;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
　　margin-bottom:2em;
	text-align:justify;
	font-feature-settings: "palt";
	letter-spacing:0.8px;
}


a {
	color: #333;
	text-decoration: none;
	-webkit-transition: opacity 0.25s ease;
	-moz-transition: opacity 0.25s ease;
	-ms-transition: opacity 0.25s ease;
	transition: opacity 0.25s ease;
}
a:hover {
	color: #333;
	text-decoration: none;
	opacity: 0.5;
}
a:focus {
	outline: none;
}
a:visited {
	color: #333;
}

.font11 { font-size: 11px; }
.font12 { font-size: 12px; }
.font13 { font-size: 13px; }
.fontBold { font-weight:bold; }


@media screen and (max-width:767px) {
  .inner {
    max-width: 92%;
    margin:0 auto;
  }

  /* header */
  #header {background-color:#cc0000; }
  #header .inner { max-width:100%; }
  #header .inner_sp { max-width:100%; background-color:#cc0000; height:40px; background-size:auto 50px; overflow:hidden; position:fixed; top:0; left:0; width:100%; z-index:10; }
  #header .hd_logo { position:absolute; top:10px; left:4%; }
  #header .hd_logo a img { height:20px; }

  /* mainArea */
  #mainArea {
    opacity: 1;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    margin-top: 40px;
  }
  #mainArea.show {
    opacity: 0.4;
  }
  /* menuIcon */
  #menuIcon {
    display:block;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 30;
  }
  #menuIcon a {
    display: block;
    padding:8px 10px 11px;
  }
  #menuIcon a:hover {
    opacity: 1;
  }
  #menuIcon span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 6px 0 0 0;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
  }
  #menuIcon span:first-child {
    margin-top: 3px;
  }
  #menuIcon span.one {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  #menuIcon span.three {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  #menuIcon span.two {
    opacity: 1;
  }
  /*1本目のアニメーション*/
  #menuIcon.show span.one {
    -webkit-transform: translate(0px, 9px) rotate(-45deg);
    transform: translate(0px, 9px) rotate(-45deg);
  }
  /*3本目のアニメーション*/

  #menuIcon.show span.three {
    -webkit-transform: translate(0px, -7px) rotate(45deg);
    transform: translate(0px, -7px) rotate(45deg);
  }
  /*2本目のアニメーション*/

  #menuIcon.show span.two {
    opacity: 0;
  }
  #menuIcon .narrow {
	  display:none;
  }
  #menuIcon img {
	  display:none;
  }
  .naviarea{
	  background-color:#000;
  }
  /* sideNavi */
  #sideNavi {
    position: fixed;
    top: 0;
    right: -250px;
    z-index: 20;
    width: 250px;
    height: 100%;
    background: #d80011;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
  }
  #sideNavi.show {
    right: 0;
  }
  #sideNavi ul.gnav {
    padding-top: 50px;
  }
  #sideNavi ul.gnav li{
    display: block;
    margin-left:0;
	background-color:#000000;
  }
  #sideNavi ul.gnav li a{
    font-size:14px;
    font-weight: bold;
    line-height: 40px;
    text-align: left;
    padding-left:20px;
    border-bottom: 1px solid #fff;
    display:block;
    color: #fff;
  }
  #sideNavi ul.gnav li:last-child a{
    border-bottom: none;
  }
  #sideNavi ul.gnav li a span{
    font-size:18px;
		display: inline-block;
		width: 35px;
  }
  #sideNavi ul.gnav li a:hover{
    background-color: inherit;
  }
  #sideNavi .sns {
  	padding: 10px 0;
	background-color: #000000;
	display: table-cell;
  }
  #sideNavi .sns a {
    font-size:12px;
    margin:0 20px;
    display:block;
    color: #fff;
    overflow:hidden;vertical-align:middle;
	
  }
  #sideNavi .sns a img {
  	float:left;
  	margin-right:10px;
	vertical-align:middle;
  }
   
  #sideNavi .pc_only{display:none;}

  /* btnTotop */
  .btnTotop .inner { overflow: hidden; margin-bottom: 10px; }
  .btnTotop .inner a { float: right; }
  .btnTotop .inner a img { width: 30px; }

  /* snsArea */
  #snsArea { padding:10px 0 30px; }
  #snsArea .inner { overflow:hidden; }
  #snsArea .facebook { margin-bottom:10px; }
  #snsArea .twitter { height:300px; }

  /* footer */
  #footer { background-color:#000; color:#fff; text-align:center; padding:15px 0; font-size:11px;}
  #footer .link { margin-bottom: 15px; }
  #footer .link a { color:#fff; font-size: 14px; text-decoration: underline;}
  #footer .link a:hover { text-decoration: none; }

}
@media screen and (min-width:768px) {
  .inner {
    width: 980px;
    margin:0 auto;
  }
    .naviarea {
    width: 980px; height:40px;
    margin:0 auto;
  }

  /* header */
  #header { background-color:#cc0000;overflow:hidden; }
  #header .inner { position:relative; padding:10px 0;}
  #header .hd_logo { float:left;}
  #header .hd_logo img { width: 183px; height: auto;}
  #header #menuIcon { color:#FFFFFF;font-weight: bold;}
  #header #menuIcon a{ color:#FFFFFF;text-decoration: none; font-size:14px;letter-spacing:-0.03em; }
  #header #menuIcon a:visited{ color: #FFFFFF;}
  #header #menuIcon a:hover{color: #FFFFFF;text-decoration: none;}
  #header #menuIcon img{display:inline;margin-right:1px; }
  #header #menuIcon .narrow{margin-right:10px;}
  #header #menuIcon .narrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.3em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #FFF;
  }
  #header #sideNavi {background-color:#000000;}
  #header #sideNavi .sp_only{display:none;}
  #header #sideNavi ul.gnav { overflow:hidden;float: left;width:700px;}
  #header #sideNavi ul.gnav li { float:left; border-left: 1px solid #808080;border-right: 1px solid #808080; }
  #header #sideNavi ul.gnav li+li { float:left; border-left: 0;border-right: 1px solid #808080;}
  #header #sideNavi ul.gnav li a { color:#fff; position:relative; display:block; margin: 10px; 12px; }

  #header #sideNavi .sns { overflow:hidden; float:right; text-align:right; color:#fff;;}
  #header #sideNavi .sns a { display:inline-block; font-size:12px; color:#fff; letter-spacing:0.05em; margin-left:5px;}
  #header #sideNavi .sns img { display:inline-block;margin-right:5px; }
  #header #sideNavi .sns .snsarrow{
  top:-10px;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-right:20px;
  }

#header #sideNavi .sns .snsarrow::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 80px;
  margin-top: -4px;
  }

  /* snsArea */
  #snsArea { padding:10px 0 60px; }
  #snsArea .inner { overflow:hidden; }
  #snsArea .facebook { float:left; width:450px; }
  #snsArea .twitter { float:right; width:450px; height:400px; }

  /* btnTotop */
  .btnTotop .inner { overflow: hidden; margin-bottom: 10px; }
  .btnTotop .inner a { float: right; }

  /* footer */
  #footer { background-color:#000; color:#fff; text-align:center; padding:35px 0; font-size: 12px;}
  #footer .link { margin-bottom: 20px; }
  #footer .link a { color:#fff; font-size: 14px; text-decoration: underline; margin-right:10px;  }
  #footer .link a:hover { text-decoration: none; }

}

.facebook > .fb-page {
width: 100%;
}
.facebook > .fb-page > span,
.facebook iframe {
width: 100% !important;
}