@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('https://fonts.googleapis.com/css?family=Roboto');



body {
	color: #333333;
	line-height: 1.8em;
	font-family: 'Roboto', sans-serif;
	background-color: #FFF;
	font-size: 14px;
	background-image: url(../images/bg_01.jpg);
	background-size:cover;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,p {
	padding: 0;
	margin: 0;
}
hr {;
}
/*table td {
	vertical-align: top;
}*/
img {
	border:0px;
}

.c-both {
	clear:both;
}

/* -- clearfix rules(float clear hack) -- */
.cf:before,
.cf:after { content:"";display:block; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* -- /clearfix rules(float clear hack) -- */



/* リンク
---------------------------------------------------- */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

a img:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}


/* 共通設定
---------------------------------------------------- */
.text_L1 {
	font-size: 115%;
}
.text_small {
	font-size: 90%;
	line-height: 1.4em;
}
.text_xsmall {
	font-size: 80%;
	line-height: 1.4em;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

hr {
	border: 0 none;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.line_01 {
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.line_dot_01 {
	border:none;
	border-top:dashed 1px #999;
	height:1px;
	color:#FFFFFF;
}
.s_caption {
	margin-top: 0.5em;
	font-size: 100%;
}
.s_caption-2 {
	margin-top: 0.5em;
	font-size: 100%;
	line-height: 1.4em;
}
.no-space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
@media (max-width: 767px) {
    .br::before {
	content: "\A" ;
	white-space: pre ;
	}
}








/* レイアウト
---------------------------------------------------- */






/* ヘッダー
---------------------------------------------------- */

.logo img {
	width: 383px;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 110px;
	margin-bottom: 55px;
}

@media (max-width: 767px) {
	.logo img {
	width: 200px;
	margin-top: 55px;
	}
}
.hr-g {
	margin-top: 55px;
	margin-bottom: 55px;
}








/* ナビ
---------------------------------------------------- */






/* 文字指定
---------------------------------------------------- */
.ttl_01 {
	font-family: 'Noto Serif', serif;
	text-align: center;
	font-size: 18px;
	margin-bottom: 24px;
}


.txt_01 {
	font-size: 90%;
	line-height: 1.4em;
	margin-top: 0.25em;
}
.txt_02 {
	font-size: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.txt_03 {
	font-size: 21px;
	font-family: 'Open Sans Condensed', sans-serif;
}
.txt_04 {
	font-size: 18px;
}





/* 各種設定
---------------------------------------------------- */
.sns_logo {
	text-align: center;
	margin-top: 24px;
}
.sns_logo img {
	margin-right: 25px;
	margin-left: 25px;
}









/* Facebook
---------------------------------------------------- */





/* 書き換え
---------------------------------------------------- */



/* Word Press
---------------------------------------------------- */


/* Page TOP
---------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-color: #BBBBBB;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	text-indent: -0.4em;
	opacity: 0.7;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.9;
}


/* フッター
---------------------------------------------------- */
.foot {
  font-size: 80%;
  text-align: center;
  margin-bottom: 55px;
}

/* フェードイン設定
---------------------------------------------------- */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
