@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#f2f2f2;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #f2f2f2;
}
h1{
	font-size: 6em;
}
p{
	font-size: 2em;
}
.section{
	text-align: center;
}

/* header
* --------------------------------------- */
#header {
  font-size: 140%;
  line-height: 150%;
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 3px;
  background-color: #000;
  opacity: 0.60;
  filter: alpha( opacity=60 );
  -ms-filter: "alpha( opacity=60 )";
  display: block;
  position: fixed !important;
  position: absolute;
  top: 0px;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  -webkit-transform: translateZ(0);
}

#menu .left {
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  padding-right: 0px;
  padding-left: 30px;
  margin: 0px;
}

#menu .right {
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 3px;
  float: right;
  width: 415px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* Menu
 * --------------------------------------- */
#menu  {
  padding-top: 5px;
  padding-bottom: 3px;
  background-color: #000;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
  display: block;
  position: fixed !important;
  position: absolute;
  top: 0px;
  overflow: hidden;
  z-index: 2;
  width: 100%;
  -webkit-transform: translateZ(0);
  z-index: 70;
}

#menu li {
	display:inline-block;
	margin: 0px;
	-webkit-border-radius: 0px;
            border-radius: 0px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
/*#menu li:hover{
	background: rgba(255,255,255, 0.8);
}*/
#menu li a,
#menu li.active a{
	padding: 0px 0px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
/*#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}*/


.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}

#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}

#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}

/* Section back
 * --------------------------------------- */
#section1{
	background-image: url("../imgs/bg01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#section2{
	background-image: url("../imgs/bg02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#section3{
	background-image: url("../imgs/bg08.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#section4{
	background-image: url("../imgs/bg03.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section5{
	background-image: url("../imgs/bg04.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#section6{
	background-image: url("../imgs/bg05.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#section7{
	background-image: url("../imgs/bg06.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#section8{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
}

/* Section 1
 * --------------------------------------- */
#section1 h1{
	color: #444;
}
#section1 p{
	color: #333;
	color: rgba(0,0,0,0.3);
}
#section1 img{
	margin: 20px 0;
	opacity: 0.7;
}

.slide {
  position: relative;
  padding: 15vh 5% 1vh 5%;
  min-height: 100vh;
  width: 100vw;
  box-sizing: border-box;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);
  transform-style: inherit;
}

#container {
  /* width: 100%; */
  padding: 0;
  position: absolute;
  text-align: left;
  bottom: 0;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 8%;
  margin-left: auto;
}

#key h1 {
  position: relative;
  z-index: 10;
}

#container img {
  vertical-align: top;
}

.ttitle {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
  color: #FFF;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 2px;
}

.ttxt {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 86%;
  line-height: 1.6em;
  font-weight: normal;
  color: #FFF;
  margin-left: 14px;
}

/* Section 2
 * --------------------------------------- */
#section2 h1,
#section2 p{
	z-index: 3;
}
#section2 p{
	opacity: 0.8;
}

#section2 #colors{
	right: 60px;
	bottom: 0;
	position: absolute;
	height: 413px;
	width: 258px;
	background-image: url("http://slow-jp.com/css/imgs/colors.gif");
	background-repeat: no-repeat;
}

.title {
  /* width: 100%; */
  padding: 5% 3% 5% 3%;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
  background-color: #000;
  background-position: 240;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
}

.waku {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 2.4em;
  font-weight: normal;
  color: #FFF;
  padding: 0px;
  width: 95%;
  margin-top: 0px;
  margin-right: 40px;
  margin-bottom: 0px;
  margin-left: 40px;
}

.menut {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  text-align: center;
  width: 293px;
}

.menus {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
  display: block;
  line-height: 1.8em;
  width: 55%;
}

.menuf {
  padding: 0px;
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  position: relative;
  width: 80%;
  line-height: 1.4em;
}

.menus1 {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
  display: block;
  line-height: 1.8em;
  width: 40%;
}

.txt16 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 140%;
  line-height: 1.4em;
  padding: 0px;
  margin-top: 55px;
  margin-right: 0px;
  margin-bottom: 35px;
  margin-left: 0px;
  display: block;
  font-weight: bold;
}

.txt14 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 2.4em;
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  display: block;
}

.txt16u {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 140%;
  line-height: 1.4em;
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  display: block;
  font-weight: bold;
}

.c-both {
  clear: both;
}

.green {
  color: #f0ff5e;
}

/* Section 3
 * --------------------------------------- */
#section3 #colors{
	left: 60px;
	bottom: 0;
}
#section3 p{
	color: #757575;
}

#colors2,
#colors3{
	position: absolute;
	height: 163px;
	width: 362px;
	z-index: 1;
	background-repeat: no-repeat;
	left: 0;
	margin: 0 auto;
	right: 0;
}
#colors2{
	background-image: url("http://slow-jp.com/css/imgs/colors2.gif");
	top:0;
}
#colors3{
	background-image: url("http://slow-jp.com/css/imgs/colors3.gif");
	bottom:0;
}

.waku1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 2.4em;
	font-weight: normal;
	color: #FFF;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}



/* Section 4
 * --------------------------------------- */
#section4 p{
	opacity: 0.6;
}

.title2 {
  padding: 16% 5% 1% 5%;
  background-position: 240;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
}

.title2 .txts {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 120%;
  line-height: 2.6em;
  font-weight: normal;
  color: #FFF;
  padding-top: 3%;
  padding-right: 0%;
  padding-bottom: 3%;
  padding-left: 0%;
  margin: 0px;
  letter-spacing: 0.3em;
}

/* Section 5
 * --------------------------------------- */
.title3 {
  background-position: 240;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
  padding-top: 0%;
  padding-right: 5%;
  padding-bottom: 0%;
  padding-left: 5%;
}

.title3 .right {
	padding-top: 0%;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
	margin: 0px;
	float: right;
	width: 50%;
}

.scr {
  overflow: auto;
  width: 97%;
  height: 700px;
  color: #FFF;
  line-height: 2.4em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 86%;
  text-align: left;
  font-weight: normal;
  padding-top: 0px;
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 5px;
}

/* Section 5
 * --------------------------------------- */
.title4 {
  background-position: 240;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
  padding-top: 0%;
  padding-right: 5%;
  padding-bottom: 0%;
  padding-left: 5%;
}

.title4 .left {
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  margin: 0px;
  float: left;
  width: 32%;
  text-align: left;
}

.title4 .txts {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 2.6em;
  font-weight: normal;
  color: #FFF;
  padding-top: 3%;
  padding-right: 0%;
  padding-bottom: 3%;
  padding-left: 0%;
  margin: 0px;
  letter-spacing: 0.3em;
}

.title4 .right {
  margin: 0px;
  float: right;
  width: 58%;
  text-align: left;
  padding: 2%;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
  background-color: #000;
  background-position: 240;
}

#feed div {
  width: 100%;
  padding-left: 10px;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #B5B87E;
  position: relative;
}

#feed div .date {
  /* position: absolute; */
  top: 0px;
  left: 0px;
  border-radius: 50px;
  font-size: 100%;
  text-align: center;
  color: #FFF;
  float: left;
  width: 52px;
  height: 32px;
  padding-top: 10px;
  margin-right: 10px;
  padding-bottom: 8px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.1em;
  font-weight: normal;
  background-attachment: scroll;
  background-color: #51832C;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
}

#feed div h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

#feed a:link {
  color: #51832C;
  text-decoration: underline;
}

#feed div img {
  border: 2px solid #FFF;
  float: left;
  width: 100px;
}

#feed div p.text {
	width: 70%;
	float: right;
	font-size: 100%;
	line-height: 1.5em;
}

a:visited {
  color: #0094c8;
  text-decoration: underline;
}

#feed a:link {
  color: #51832C;
  text-decoration: underline;
}

/* Section 5
 * --------------------------------------- */
 
 .slide:nth-child(2n) .title2 {
  margin-left: 0;
  margin-right: auto;
}

.title2 {
  padding: 16% 5% 1% 5%;
  background-position: 240;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
}


/* Section 5
 * --------------------------------------- */
 
.title6 {
  background-position: 240;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
}

.three {
  float: left;
  width: 30%;
  text-align: center;
  padding: 0%;
  margin-top: 0px;
  margin-right: 1%;
  margin-bottom: 3%;
  margin-left: 1%;
}

.menul {
  padding: 0px;
  margin-top: 25px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
  display: block;
  line-height: 1.8em;
  width: 80%;
}

.title6 .txts {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 88%;
  line-height: 1.9em;
  font-weight: normal;
  color: #FFF;
  padding-top: 8%;
  padding-right: 0%;
  padding-bottom: 7%;
  padding-left: 0%;
  margin: 0px;
  letter-spacing: 0.3em;
}

.title6 .tel {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 160%;
  line-height: 1.6em;
  font-weight: normal;
  color: #FFF;
  padding-top: 3%;
  padding-right: 0%;
  padding-bottom: 3%;
  padding-left: 0%;
  margin: 0px;
  letter-spacing: 0.3em;
}

.google-maps {
  position: relative;
  padding-bottom: 30%;
  margin: 0px;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 331px !important;
  margin: 0px;
}


/* Overwriting fullPage.js tooltip color
* --------------------------------------- */
#pp-nav.custom .pp-tooltip{
	color: #AAA;
}







/* footer
* --------------------------------------- */
#foot {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #000;
	opacity:0.60;
	filter: alpha( opacity=60 );
	-ms-filter: "alpha( opacity=60 )";
	display: block;
	position:fixed;
	bottom:0;
	overflow: hidden;
	z-index: 999;
	width: 100%;
	-webkit-transform: translateZ(0);
} 
#foot strong {
  font-weight: bold;
} 

#foot a:link,
#foot a:visited {
	color: #FFF;
} 
#foot a:hover,
#foot a:active {
	color: #FFF;
	text-decoration: none;
} 

#copyright {
	padding-top: 3px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 68%;
	float: left;
	width: 20%;
	padding-bottom: 2px;
	padding-left: 20px;
	text-align: left;
	vertical-align: bottom;
}

#fcenter {
	padding-top: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
	font-size: 68%;
	padding-bottom: 2px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.4em;
	padding-right: 10px;
	vertical-align: bottom;
	float: left;
	width: 45%;
	margin: 0px;
}

#fright {
	padding-top: 2px;
	float: right;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 1em;
	vertical-align: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#foot_list {
  margin: -15px 0 28px;
	line-height: 1.33;
}
#foot_list li {
	display: inline;
	margin: 0 12px 0 0;
}

#foot_banner {
	padding: 20px 0;
}
#foot_banner li {
	display: inline;
	margin: 0 7px 0 0;
}

/* =================================================================
		スマホ
================================================================= */
@media screen and (max-width: 640px) {
   /* 表示領域が320px以下の場合に適用するスタイル */
   
#menu .left {
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0px;
}

#menu .right {
  color: #FFF;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-decoration: none;
  padding-top: 0px;
  padding-bottom: 3px;
  float: right;
  /*width: 420px;*/
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

#container {
  /* width: 100%; */
  padding: 0;
  position: absolute;
  /* text-align: left; */
  bottom: 0;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 30%;
  margin-left: auto;
}

.menut {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
  width: 90%;
}

/*.menut img {
  width: 90% !important;
}

.slick-slide img {
  display: block;
  width: 90% !important;
}

.title img {
  border: 0;
  width: 90% !important;
}

.menut .title img {
  border: 0;
  width: auto !important;
}*/

.title2 {
  padding: 16% 0% 1% 0% !important; 
  background-position: 240;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
}

.title {
  /* width: 100%; */
  padding: 5% 0% 5% 0% !important;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
  background-color: #000;
  background-position: 240;
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
}

.title3 {

  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
}

.menus {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
  display: block;
  line-height: 1.4em;
  width: 100%;
  font-size: 65%;
}

.menus1 {
  padding: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: left;
  display: block;
  line-height: 1.4em;
  width: 100%;
  font-size: 65%;
}

.menuf {
  padding: 0px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: left;
  display: block;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  position: relative;
  width: 100%;
  line-height: 1.4em;
  font-size: 65%;
}

.waku {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 2.4em;
  font-weight: normal;
  color: #FFF;
  padding: 0px;
  /*width: 100% !important;*/
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.title4 {
  opacity: 0.80;
  filter: alpha( opacity=80 );
  -ms-filter: "alpha( opacity=80 )";
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
}

.title4 .left {
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  margin: 0px;
  float: left;
  width: 100%;
  text-align: none;
}

.title4 .right {
  margin: 0px;
  float: none;
  width: 100%;
  text-align: left;
  padding: 2%;
  border-radius: 5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .7);
  background-color: #000;
  background-position: 240;
}

.title4 .txts {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 76%;
  line-height: 1.6em;
  font-weight: normal;
  color: #FFF;
  padding-top: 3%;
  padding-right: 0%;
  padding-bottom: 3%;
  padding-left: 0%;
  margin: 0px;
  letter-spacing: 0.3em;
}

#feed div {
  width: 100%;
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #B5B87E;
  position: relative;
}


#feed div .date {
  /* position: absolute; */
  top: 0px;
  left: 0px;
  border-radius: 50px;
  font-size: 110%;
  text-align: center;
  color: #FFF;
  float: none;
  width: 52px;
  height: 32px;
  padding-top: 10px;
  margin-right: 10px;
  padding-bottom: 8px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.1em;
  font-weight: normal;
  background-attachment: scroll;
  background-color: #51832C;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
}

#feed div p.text {
  width: 100%;
  float: none !important;
  font-size: 100%;
  line-height: 1.5em;
}

.title3 .right {
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 0%;
  margin: 0px;
 float: none !important;
  width: 100% !important;
}

.scr {
  overflow: auto;
  width: 97%;
  /* height: 700px; */
  color: #FFF;
  line-height: 1.4em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62%;
  text-align: left;
  font-weight: normal;
  padding-top: 0px;
  /* padding-right: 15px; */
  /* padding-bottom: 0px; */
  /* padding-left: 5px; */
}

.txt16 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 82%;
  line-height: 1.4em;
  padding: 0px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
  display: block;
  font-weight: bold;
}

.txt14 {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62%;
  line-height: 1.5em;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  display: block;
}
.txt16u {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 140%;
  line-height: 1.4em;
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  display: block;
  font-weight: bold;
}

.title2 .txts {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 76%;
  line-height: 2.0em;
  font-weight: normal;
  color: #FFF;
  padding-top: 3%;
  padding-right: 0%;
  padding-bottom: 3%;
  padding-left: 0%;
  margin: 0px;
  letter-spacing: 0.3em;
}

.three {
  display: none;
  float: none !important;
  width: 100% !important;
  text-align: left;
  padding: 0%;
  margin-top: 0px;
  margin-right: 0%;
  margin-bottom: 3%;
  margin-left: 0%;
}

.menul {
  padding: 0px;
  margin-top: 5px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: 0;
  text-align: left;
  display: block;
  line-height: 1.4em;
  width: 100%;
  font-size: 56%;
}

.title6 .txts {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 56%;
  line-height: 1.4em;
  font-weight: normal;
  color: #FFF;
  padding-top: 2%;
  padding-right: 0%;
  padding-bottom: 2%;
  padding-left: 0%;
  margin: 0px;
  letter-spacing: 0.3em;
}

#copyright {
  padding-top: 3px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  font-size: 10px;
  width: 40%;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  float: left;
}  
  
#fcenter {
  padding-top: 3px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  font-size: 10px;
  float: right;
  padding-bottom: 2px;
  padding-left: 0px;
  text-align: right;
  line-height: 1.4em;
  padding-right: 0px;
  vertical-align: middle;
  width: 60%;
  
}  
  
#fright {
  padding-top: 2px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #FFF;
  font-size: 14px;
  width: 100%;
  padding-bottom: 2px;
  padding-left: 0px;
  text-align: center;
  padding-right: 0px;
  font-weight: normal;
  margin-right: 0px;
  line-height: 1em;
  vertical-align: bottom;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: none;
}

.tnext{
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	bottom: 6% !important;
	left: 1%;
}

.tnextu{
	text-align: left;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	bottom: 6% !important;
	left: 1%;
}

}
