@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html,body {
	width: 100%;
	height: 100%;
 	-webkit-text-size-adjust: none;
}

body {
	line-height:1.5em;
	/*font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","Verdana","ＭＳ Ｐゴシック","sans-serif";*/
	font-family: "Noto Sans Japanese", "メイリオ", sans-serif;
	font-size:14px;
	color:#000;
	text-align:left;
	background: url(../images/bg.png) center;
}

img{
	vertical-align: bottom;
}

strong {
	font-weight:bold;
}

.1Txt{
	padding-left: 1em;
	text-indent: -1em;
 }
 
 ::selection {
background: #f08959;
color: #fff;
}
::-moz-selection {
background: #f08959;
color: #fff;
}


/* ------------------------------------------------------------

 * 印刷用設定

------------------------------------------------------------ */

@media print {
body {
	background-color:#fff !important;
	}
	
a, a:link,a:visited,a:hover {
	text-decoration:none !important;
	}
#tabLink{
	display: none !important;
}
	
}



/* ------------------------------------------------------------

 * 汎用設定

------------------------------------------------------------ */

.clearBoth {
	clear:both;
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
}

.clearFix:after {
	content: "."; display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
.clearFix { display: inline-block; }
.clearFix { display: block; }

a.hover:hover img,
.hover a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.70; 
}

/*----------------------

リンク

-----------------------*/

a:link,
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a{
	outline: none;
}

/*------------------------------


コンテンツ

------------------------------*/
#pageTop{
	display: none;
	position: fixed;
	bottom : 40px;
	right: 40px;
}
#contentsArea{
	background-color: #f0f6ff;
	position: relative !important;
	padding-bottom:50px;
}
/*.sub #mainArea:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180%;
  height: 180%;
 	margin: 2% 0 0;
  background: #fff599;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  z-index: -1;}*/
.sub #mainArea:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 180%;
  height: 180%;
  margin-top: 0;
  background: #fff599;
  z-index: -2;
}
.sub #mainArea:after {
  content: '';
  position: absolute;
  background: url(../images/bg_top.png) no-repeat top left;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  z-index: -1;
}


#container{
	position: relative;
}
/*------------------------

sideArea

-------------------------*/
#sideArea{
	width: 230px;
	left: 0;
	position: absolute;
	z-index: 100;
	background: url(../images/pattern1.png) ;
}
#sideAreaIn{
	background: url(../images/s_bg_top.png) no-repeat top center;
}
#sideArea #s_logo{
	text-align: center;
	padding: 40px 0 0 0;
}
#copyright{
	color: #494949;
	font-size: 70%;
	padding: 0;
	font-weight: bold;
	line-height: 1.6;
}
#sideCon{
	padding: 20px 20px 20px 20px;
}

#sideCon a:hover{
	opacity: 0.7;
	-moz-opacity: 0.70; 
}

#twBox{
	margin-bottom: 30px;
}
#snsShare{
	text-align: center;
	margin-bottom: 30px;
}
#snsShare li{
	display: inline-block;
	margin: 0 10px;
}
.fb-like iframe{
	position: relative;
	top: -5px;

}


/*------------------------
nav
-------------------------*/
#nav {
	width: 230px;
	height: 500px;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}

#nav ul {
	position: absolute;
	left: -32px;
	top: 50px;
}

#nav ul li a{
	transform: rotate( -15deg );
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	width: 280px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: #e4007f;
	padding: 10px 0 10px 50px;
	box-sizing: border-box;
}

#nav ul .btn {
    display: block;
    position: relative;
    width: 280px;
    text-transform: uppercase;
    cursor: pointer;
}

#nav ul .btn p {
    width: 100%;
    height: 100%;
    color: #fff100;
}

#nav ul .btn .slide {
    position: absolute;
	padding: 10px 0 10px 50px;
    top: 0;
	left: -147%;
    width: 100%;
    height: 100%;
    background: #fff100;
}

#nav li img {
	position: relative;
	z-index: 99;
}

#nav li a.current {
  background-color: #fff100 !important;
}

/* 初期化クラス */
.reset {
    visibility: hidden;
    -webkit-transition: none 0s ease 0s;
            transition: none 0s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
/* マウスホバーした時 */
.slide.enter {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(.24,1,.32,1);
            transition:         transform 600ms cubic-bezier(.24,1,.32,1);
    -webkit-transform: translate3d(125%, 0, 0);
            transform: translate3d(125%, 0, 0);
}
/* マウスホバーが離れた時 */
.slide.leave {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(.20,1,.22,1);
            transition:         transform 600ms cubic-bezier(.20,1,.22,1);
    -webkit-transform: translate3d(225%, 0, 0);
            transform: translate3d(225%, 0, 0);
}
/*
#nav {
	width: 230px;
	height: 300px;
	overflow: hidden;
	position: relative;
	z-index: 9999;
}

#nav ul {
	position: absolute;
	left: -32px;
	top: 50px;
}

#nav ul li a{
	transform: rotate( -15deg );
	-webkit-transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	width: 280px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 2;
	background: #e4007f;
	padding: 10px 0 10px 50px;
	box-sizing: border-box;
}

#nav li a:hover{
	background-color: #fff100;
	padding: 10px 100px;
}

#nav li a{
	display: block;
	position: relative;
	z-index: 2;
	background: #e4007f;
	padding: 10px 0 10px 50px;
	box-sizing: border-box;
	transition: all 500ms ease;
}
#nav li a:hover,
#nav li a.current {
	background-color: #fff100 !important;
	padding: 10px 0 10px 60px;
}
#nav li a:before {
	content:"";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	background: rgba(255,241,0,0.3);
	transition: all 2s ease;
	transform: rotate( -15deg );
}

#nav li a:hover:before {
	width: 100%;
	transition: all 2s ease;
}

#nav li a.current {
  background-color: #fff100 !important;
}
*/