/*
Theme Name: CT
*/


/* ///////////////////////////////////////////////////////////////////

content-footer

/////////////////////////////////////////////////////////////////// */

#content-footer {
	padding: 30px 0 0 0;
	margin: 40px 0 0 0;
	background: url(../images/0-content-footer-bg-01.jpg) repeat-x 0px 0px;
}
#content-footer .main-info {
}
#content-footer .main-info:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html #content-footer .main-info {zoom: 1;}
*:first-child+html #content-footer .main-info {zoom: 1;}

#content-footer .main-info .float-img-left {
	float: left;
	width: 45%;
	margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
	#content-footer .main-info .float-img-left {
		float: none;
		width: 100%;
	}
}
#content-footer .main-info .float-txt-right {
	float: right;
	width: 52%;
	margin: 0 0 24px;
}
@media screen and (max-width: 600px) {
	#content-footer .main-info .float-txt-right {
		float: none;
		width: 100%;
	}
}
#content-footer .main-info .float-txt-right dl dt {
	background: #333;
	padding: 0 5px;
	color: #FFF;
	display: inline-block;
	font-size: 80%;
	font-weight: bold;
}
#content-footer .main-info .float-txt-right dl dd.tel {
	font-size: 280%;
	font-weight: bold;
	line-height: 1.2;
	color: #B60606;
}
#content-footer table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
#content-footer table caption {
	margin: 1.714285714rem 0;
}
#content-footer table tr th {
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
	text-align: center;
	border: 1px solid #ccc;
	vertical-align: middle;
	background: #EEE;
	line-height: 2;
}
@media screen and (max-width: 600px) {
	#content-footer table tr th {
		font-size: 0.685714286rem;
	}
}
#content-footer table tr td {
	border: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: middle;
	text-align: center;
}
#content-footer .map small {
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}
#content-footer .map small a {
	display: block;
	font-size: 1.5em;
	color: #ffffff;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: bold;
	background: #ff893b;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #db5800;
	-moz-box-shadow:
		1px 1px 1px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	-webkit-box-shadow:
		1px 1px 1px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	box-shadow:
		1px 1px 1px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.4);
	text-shadow:
		0px 1px 1px rgba(000,000,000,0.5),
		0px 1px 2px rgba(255,255,255,0.3);
}

#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;     /* CSS3 */
		-moz-border-radius: 5px;    /* Firefox */
		-webkit-border-radius: 5px; /* Safari,Chrome */
}
#page-top a:hover {
	text-decoration: none;
	background: #176a94;
	color:#FFF;
}
@media screen and (min-width: 600px) {
#page-top {
	display: none;
}
}



/* ///////////////////////////////////////////////////////////////////

sidebar

/////////////////////////////////////////////////////////////////// */

div#sidebar {
	margin: 0.5rem 0 0;
}
@media screen and (min-width: 600px) {
	div#sidebar {
		float: left;
		width: 27%;
	}
}

div#sidebar h2 {
	border-bottom: #186b95 2px solid;
	font-size: 19px;
	padding: 10px 0;
	margin-bottom: 10px;
}
div#sidebar h2 a {
	text-decoration: none;
}
 
div#sidebar ul {
	margin: 0 0 20px 0;
}
div#sidebar .menu-section ul li,
#sidebar .blog-section ul  li.list-link {
	border-bottom: #999 1px dashed;
}

div#sidebar .menu-section ul li a,
#sidebar .result-section ul  li.list-link a,
#sidebar .blog-section ul  li.list-link a {
	padding: 10px 0 10px 1em;
	display: block;
	background: #FFF;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 26px auto;
	text-decoration: none;
}
div#sidebar .menu-section ul li a:hover {
	text-indent: 0.1rem;
}
#sidebar .result-section {
	margin-bottom: 30px;
	background: #FFF;
}
#sidebar .result-section ul {
	margin: 0;
}
#sidebar .result-section ul li {
	border-top: dashed 1px #999;
}
#sidebar .result-section ul li:first-child {
	margin: 0;
	border: none;
}
#sidebar .result-section ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 25px 10px 15px;
	overflow: hidden;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 26px auto;
}
#sidebar .result-section ul li .img {
	display: block;
	float: left;
	width: 80px;
}
#sidebar .result-section ul li a:hover .img  img {
	filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
#sidebar .result-section ul li .date {
	display: block;
	padding-left: 90px;
	font-size: 14px;
	line-height: 1;
	color: #666;
	text-decoration: none;
}
#sidebar .result-section ul  li .title {
	display: block;
	margin: 8px 0;
	padding-left: 90px;
	font-size: 20px;
	line-height: 1;
}
#sidebar .blog-section {
	margin-bottom: 30px;
	background: #FFF;
}
#sidebar .blog-section ul {
	margin: 0;
}
#sidebar .blog-section ul li {
	border-top: dashed 1px #999;
}
#sidebar .blog-section ul li:first-child {
	margin: 0;
	border: none;
}
#sidebar .blog-section ul li a {
	display: block;
	text-decoration: none;
	padding: 20px 20px 20px;
}
#sidebar .blog-section ul li .img {
	display: block;
	margin-bottom: 20px;
}
#sidebar .blog-section ul li a:hover .img  img {
	filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}
#sidebar .blog-section ul li .time {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #666;
	text-decoration: none;
}
#sidebar .blog-section ul  li .title {
	display: block;
	font-size: 14px;
	text-decoration: underline;
}
div#sidebar .banner-section ul li {
	margin-bottom: 15px;
}
div#sidebar .fb-like-box {
	margin: 10px 0;
	background:#fff;
}
#sidebar .ekiten-badge {
	position: fixed;
	right: 8px;
	top: 30px;
}
#sidebar .blog-section ul  li .title {
	display: block;
	font-size: 14px;
	text-decoration: underline;
}
@media screen and (max-width: 1320px) {
	div#sidebar .ekiten-badge {
		display: none;
	}
}
#sidebar .ekiten-review {
	margin: 10px 0;
}




/* ///////////////////////////////////////////////////////////////////

footer

/////////////////////////////////////////////////////////////////// */
#site-footer {
	background: #176a94;
	border-top: #006 5px solid;
}
@media screen and (max-width: 600px) {
	#site-footer {
		background: none;
		border: none;
	}
}
#site-footer-inner {
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 0;
	text-align: center;
}
#fixed-footer {
	display: none;
}
@media screen and (max-width: 600px) {
#site-footer-inner {
	padding: 12px;
	padding: 0.857142857rem;
}
#fixed-footer {
	display: block;
	position: fixed;
	top: -2px;
	left: 0;
	box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 3px 0px;
}
#fixed-footer .fixed-footer-inner {
	display: none;
	padding: 0 3% 4px;
	border-top: solid 1px #ccc;
	background-color: rgba(255, 255, 255, 0.8);
}
#fixed-footer p {
	margin: 0;
}
#fixed-footer ul.btn-list {
	text-align: center;
	letter-spacing: -.40em;
}
#fixed-footer ul.btn-list li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 1%;
}
#fixed-footer ul.btn-list li.tel-01-btn {
	width: 55%;
}
#fixed-footer ul.btn-list li.mail-btn {
	width: 19%;
}
#fixed-footer ul.btn-list li.line-btn {
	width: 19%;
	margin-right: 0;
}
}
.footer-nav {
	text-align: left;
}
.footer-nav ul {
}
.footer-nav ul li {
	list-style: circle inside;
	float: left;
	width: 20%;
	margin-right: 3%;
	padding: 0 1%;
}
@media screen and (max-width: 600px) {
	.footer-nav ul li {
		background-color: #e6e6e6;
		background: -moz-linear-gradient(top,#FFF 0%,#EEE);
	    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
		border: 1px solid #d2d2d2;
		border-bottom: none;
		font-size: 14px;
		font-size: 1rem;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.footer-nav ul li:first-child {
		border-radius: 7px 7px 0 0;
	}
	.footer-nav ul li:last-child {
		border-radius: 0 0 7px 7px;
		border-bottom: 1px solid #d2d2d2;
	}
}
.footer-nav ul li a {
	color: #FFF;
}
@media screen and (max-width: 600px) {
	.footer-nav ul li a {
		background-image: url(../images/arrow.png);
		background-repeat: no-repeat;
		background-position: center right;
		background-size: 26px auto;
		padding: 10px;
		padding: 0.714285714rem;
		line-height: 1.428571429;
		font-weight: normal;
		color: #000;
		display: block;
		text-decoration: none;
	}
}
.copyright {
	text-align: center;
	border-top: #FFF 1px solid;
	margin-top: 1rem;
	padding-top: 1rem;
	color: #FFF;
}
@media screen and (max-width: 600px) {
	.copyright {
		color: #333;
	}
}

/* ///////////////////////////////////////////////////////////////////


sns-btn

/////////////////////////////////////////////////////////////////// */
.sns_box ul {
}
.sns_box ul li {
	list-style: none;
	display: inline-block;
	margin: 0 5px 10px 0;
}
.sns_box ul li a {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-qz7pb2");
  src: url("../fonts/icomoon.eot?#iefix-qz7pb2") format("embedded-opentype"), url("../fonts/icomoon.woff?-qz7pb2") format("woff"), url("../fonts/icomoon.ttf?-qz7pb2") format("truetype"), url("../fonts/icomoon.svg?-qz7pb2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 256, ../scss/app.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-feedly:before {
  padding: 0px;
  content: "\e007";
}

.feedly {
  background-color: #6cc655;
}

.icon-hatebu:before {
  padding: 0px;
  content: "\e00a";
}

.hatena {
  background-color: #008fde;
}

.icon-line:before {
  padding: 0px;
  content: "\e009";
}

.line {
  background-color: #5ae628;
}

.icon-pocket:before {
  padding: 0px;
  content: "\e008";
}

.pocket {
  background-color: #ee4256;
}

.icon-google-plus:before {
  padding: 0px;
  content: "\e608";
}

.googleplus {
  background-color: #db4a39;
}

.icon-facebook:before {
  padding: 0px;
  content: "\e60d";
}

.facebook {
  background-color: #305097;
}

.icon-twitter:before {
  padding: 0px;
  background-color: #00aced;
  content: "\e611";
}

.twitter {
  background-color: #00aced;
}

sns_box ul li {
  float: left;
  margin-right: 10px;
}

.social {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  padding: 8px;
}

.sns_box a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
.sns-count {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  padding: 0 4px;
  background-color: #555;
  color: #eee;
  font-size: 9px !important;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* ///////////////////////////////////////////////////////////////////

other

/////////////////////////////////////////////////////////////////// */

.sp-area {
	display: none;
}
@media screen and (max-width: 600px) {
.pc-area {
	display: none;
}
.sp-area {
	display: block;
}
}

