/*
Theme Name: CT
*/


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

h1-h6

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

.entry-header h1 {
	font-size: 210%;
	padding: 16px 0 16px 10px;
	border-top: #333 5px solid;
	border-bottom: #333 1px solid;
	line-height: 1.2;
	font-weight: normal;
}
@media screen and (max-width: 600px) {
	.entry-header h1 {
		font-size: 180%;
	}
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-content h2.style-title,
.type-single .entry-content h2.style-title,
.entry-content .entry-content-editor h2 {
	border-left: #176a94 7px solid;
	background: #e7f2ea;
	padding:  7px 0 5px 15px;
}
.entry-content h3.style-title,
.type-single .entry-content h3.style-title,
.entry-content .entry-content-editor h3 {
	border-left: #176a94 5px solid;
	border-bottom: #176a94 1px solid;
	padding:  0 0 0 15px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 40px 0 24px 0;
	line-height: 1.714285714;
}
.entry-content h2 {
	font-size: 150%;
	line-height: 1.6;
}
.entry-content h3 {
	font-size: 130%;
	line-height: 1.846153846;
}
.entry-content h4 {
	font-size: 110%;
	line-height: 1.846153846;
}
.entry-content .entry-content-editor ul {
	border: solid 1px #808080;
	padding: 20px 3%;
	background: #EEEEEE;
}
.entry-content .entry-content-editor ol {
	border: solid 1px #808080;
	padding: 20px 3%;
	background: #EEEEEE;
}
.entry-content .entry-content-editor blockquote {
	clear: both;
	margin: 0 0 28px;
	padding: 30px 20px 35px 55px;
	position: relative;
	border: 1px #D4D4D4 solid;
	background: #fafafa;
}
.entry-content .entry-content-editor blockquote:before {
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 32px;
	color: #e7e7e7;
	position: absolute;
	top: 20px;
	left: 12px;
}

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

mobile-btn

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

.mobile-btn {
	display: none;
}
@media screen and (max-width: 600px) {
	.mobile-btn {
		display: block;
		text-align: center;
		margin: 10px 10px 10px 10px;
	}
	.mobile-btn:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
}
@media screen and (max-width: 600px) {
	.mobile-btn .call-btn a {
		display: block;
		font-size: 1.5em;
		color: #ffffff;
		padding: 10px 20px;
		text-decoration: none;
		font-weight: bold;
		background: #2acc0d;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #2acc0d;
		-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);
	}
	.mobile-btn.shop-page-btn .call-btn a {
		font-size: 0.6em;
	}
	.mobile-btn .map-btn {
		display: inline-block;
		width: 49%;
		margin-top: 5px;
	}
	.mobile-btn .map-btn a {
		display: block;
		font-size: 1.2em;
		color: #ffffff;
		padding: 10px 20px;
		text-decoration: none;
		font-weight: bold;
		background: #1065E7;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		border: 1px solid #1065E7;
		-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);
	}
	.mobile-btn .ekiten-btn {
		display: inline-block;
		width: 49%;
		margin-top: 5px;
	}
	.mobile-btn .ekiten-btn a {
		display: block;
		font-size: 1.2em;
		color: #ffffff;
		padding: 10px 20px;
		text-decoration: none;
		font-weight: bold;
		background: #B60606;
		border-radius: 6px;
		border: 1px solid #B60606;
		-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);
	}
}


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

thanks-block

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

.thanks-block {
	background: #EEE;
	border: #CCC 1px solid;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	padding: 15px 20px;
}
.thanks-block .catch-copy {
	margin: 0 0 10px 0;
	font-size: 150%;
	line-height: 1.5;
}
.thanks-block .profile {
	margin-bottom: 15px;
}
.thanks-block .profile:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .thanks-block .profile {zoom: 1;}
*:first-child+html .thanks-block .profile {zoom: 1;}

.thanks-block .profile img {
	float: left;
}
.thanks-block .profile ul {
	list-style: none;
	float: left;
	margin-bottom: 0;
}
.thanks-block .profile ul:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .thanks-block .profile ul {zoom: 1;}
*:first-child+html .thanks-block .profile ul {zoom: 1;}

.thanks-block .profile ul li {
}
@media screen and (max-width: 600px) {
	.thanks-block .profile ul li {
		margin-left: 0;
		font-size: 80%;
		float: left;
		margin-right: 10px;
	}
}
.thanks-block .profile ul li.name {
}
.thanks-block .profile ul li.age {
}
.thanks-block .profile ul li.work {
}
.thanks-block .comment {
	margin-bottom: 0;
}


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

comment-block-01

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

.comment-block-01 {
	background: #EEE;
	border: #CCC 1px solid;
	border-radius: 7px;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	padding: 15px 20px;
}
.comment-block-01:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .comment-block-01 {zoom: 1;}
*:first-child+html .comment-block-01 {zoom: 1;}

.comment-block-01 img {
	float: left;
	width: 24%;
}
.comment-block-01 div {
	float: right;
	width: 73%;
}
@media screen and (max-width: 600px) {
	.comment-block-01 div {
		font-size: 80%;
	}
}
.comment-block-01 p {
}
.comment-block-01 p:last-of-type  {
	margin-bottom: 0;
}

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

comment-block-02

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

.comment-block-02 {
	background: #EEE;
	border: #CCC 1px solid;
	border-radius: 7px;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	padding: 15px 20px;
}
.comment-block-02:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .comment-block-02 {zoom: 1;}
*:first-child+html .comment-block-02 {zoom: 1;}

.comment-block-02 img {
	float: right;
	width: 24%;
}
.comment-block-02 div {
	float: left;
	width: 73%;
}
@media screen and (max-width: 600px) {
	.comment-block-02 div {
		font-size: 80%;
	}
}
.comment-block-02 p {
}
.comment-block-02 p:last-of-type  {
	margin-bottom: 0;
}

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

float-pic-block-01

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

.float-pic-block-01 {
}
.float-pic-block-01:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .float-pic-block-01 {zoom: 1;}
*:first-child+html .float-pic-block-01 {zoom: 1;}

.float-pic-block-01 .pic {
	float: left;
	margin-right: 17px;
}
@media screen and (max-width: 600px) {
	.float-pic-block-01 .pic {
		float: none;
		margin-right: 0;
	}
}
.float-pic-block-01 .txt {
}


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

float-pic-block-02

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

.float-pic-block-02 {
}
.float-pic-block-02:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .float-pic-block-02 {zoom: 1;}
*:first-child+html .float-pic-block-02 {zoom: 1;}

.float-pic-block-02 .pic {
	float: right;
	margin-left: 17px;
}
@media screen and (max-width: 600px) {
	.float-pic-block-02 .pic {
		float: none;
		margin-left: 0;
	}
}
.float-pic-block-02 .txt {
}


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

list-block

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

.list-block {
}
.list-block h2,
.list-block h3,
.list-block h4 {
	margin-bottom: 0;
}
.entry-content .list-block {
	margin-bottom: 20px;
	background: #EEE;
	border: #808080 1px solid;
	padding: 25px 3% 0;
}
.entry-content .list-block ul {
	list-style: none;
}
.list-block ul li {
	background: url(../images/0-list-bg-01.png) no-repeat left 4px;
	margin: 0;
	padding: 0 0 0 30px;
}
.entry-content .list-block ol {
}
.entry-content .list-block ul.check {
}
.list-block ul.check li {
  background: url(../images/0-list-bg-02.png) no-repeat left 4px;
}


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

threepoint

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

.entry-content .threepoint li {
	width: 30%;
	float: left;
	text-align: center;
	list-style: none;
	padding: 10px;
	margin: 0;
}
@media screen and (max-width: 600px) {
	.entry-content .threepoint li {
		width: 100%;
		float: none;
		padding: 0;
	}
}
.entry-content .threepoint:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
* html .entry-content .threepoint {zoom: 1;}
*:first-child+html .entry-content .threepoint {zoom: 1;}




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

video-block

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

.video-block {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-block iframe,  
.video-block object,  
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


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

float

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

.float-2-8 .left {
  float: left;
  width: 18%;
	margin-right: 2%;
}
.float-2-8 .right {
  float: right;
  width: 78%;
	margin-left: 2%;
}
.float-3-7 .left {
  float: left;
  width: 28%;
	margin-right: 2%;
}
.float-3-7 .right {
  float: right;
  width: 68%;
	margin-left: 2%;
}
.float-4-6 .left {
  float: left;
  width: 38%;
	margin-right: 2%;
}
.float-4-6 .right {
  float: right;
  width: 58%;
	margin-left: 2%;
}
.float-5-5 .left {
  float: left;
  width: 48%;
	margin-right: 2%;
}
.float-5-5 .right {
  float: right;
  width: 48%;
	margin-left: 2%;
}
.float-6-4 .left {
  float: left;
  width: 58%;
	margin-right: 2%;
}
.float-6-4 .right {
  float: right;
  width: 38%;
	margin-left: 2%;
}
.float-7-3 .left {
  float: left;
  width: 68%;
	margin-right: 2%;
}
.float-7-3 .right {
  float: right;
  width: 28%;
	margin-left: 2%;
}
.float-8-2 .left {
  float: left;
  width: 78%;
	margin-right: 2%;
}
.float-8-2 .right {
  float: right;
  width: 18%;
	margin-left: 2%;
}


.float-2-8:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.float-3-7:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.float-4-6:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.float-5-5:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.float-6-4:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.float-7-3:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
.float-8-2:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}

* html .float-2-8 {zoom: 1;}
* html .float-3-7 {zoom: 1;}
* html .float-4-6 {zoom: 1;}
* html .float-5-5 {zoom: 1;}
* html .float-6-4 {zoom: 1;}
* html .float-7-3 {zoom: 1;}
* html .float-8-2 {zoom: 1;}

*:first-child+html .float-2-8 {zoom: 1;}
*:first-child+html .float-3-7 {zoom: 1;}
*:first-child+html .float-4-6 {zoom: 1;}
*:first-child+html .float-5-5 {zoom: 1;}
*:first-child+html .float-6-4 {zoom: 1;}
*:first-child+html .float-7-3 {zoom: 1;}
*:first-child+html .float-8-2 {zoom: 1;}

@media screen and (max-width: 600px) {
	.float-2-8 .left,
	.float-2-8 .right,
	.float-3-7 .left,
	.float-3-7 .right,
	.float-4-6 .left,
	.float-4-6 .right,
	.float-5-5 .left,
	.float-5-5 .right,
	.float-6-4 .left,
	.float-6-4 .right,
	.float-7-3 .left,
	.float-7-3 .right,
	.float-8-2 .left,
	.float-8-2 .right {
		float: none;
		width: 100%;
	}
}
/* ///////////////////////////////////////////////////////////////////

pagenav-block

/////////////////////////////////////////////////////////////////// */
.pagenav-block {
  text-align:right;

}
.pagenav-block .pagenav {
  list-style:none;
}
.pagenav-block .pagenav li {
  width:40px;
  display:inline-block;
  margin:0 0 5px 5px ;
  border:1px solid #CCC;
  line-height:1;
  text-align:center;
}
.pagenav-block .pagenav li.current {
  font-weight:bold;
  background:#cccccc;
  color:#ffffff;
}
.pagenav-block .pagenav li a ,
.pagenav-block .pagenav li span {
  padding:8px 0;
  display:block;
}
@media screen and (max-width: 600px) {
.pagenav-block .pagenav li a ,
.pagenav-block .pagenav li span {
  padding:16px 0;
}
}


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

iframe-block

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

.iframe-block iframe {
  max-width:100%;
}



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

text-block

/////////////////////////////////////////////////////////////////// */
.text-block {
	margin-bottom: 30px;
}

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

img-block

/////////////////////////////////////////////////////////////////// */
.img-block {
	margin-bottom: 30px !important;
}

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

imgs-block

/////////////////////////////////////////////////////////////////// */
#main .imgs-block {
	margin-bottom: 30px !important;
	text-align: center;
}
#main .imgs-block li {
	display: inline-block;
	margin: 3%;
	width: 40%;
	list-style: none;
}
#main .imgs-block.set-3 li {
	margin: 2%;
	width: 26%;
}



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

text-img-block


/////////////////////////////////////////////////////////////////// */
.text-img-block {
	margin-bottom: 30px !important;
}


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

html-block

/////////////////////////////////////////////////////////////////// */
.html-block {
	margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
.html-block iframe {
	width: 100%;
  height: 200px;
}
}

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

google-map

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

.google-map-block {
	margin-bottom: 30px;
}
.google-map-block .acf-map {
	width: 100%;
	height: 350px;
	border: #ccc solid 1px;
}
@media screen and (max-width: 600px) {
.google-map-block .acf-map {
  height: 200px;
}
}

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

html-block

/////////////////////////////////////////////////////////////////// */
.html-block {
	margin-bottom: 30px;
}



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

surround-block

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

.surround-block {
	margin-bottom: 30px;
	padding: 20px 3%
}
.surround-block.surround-color-red {
	border: solid 1px #E84F4F;
	background-color: #FFF5F5;
}
.surround-block.surround-color-yellow {
	border: solid 1px #D6D003;
	background-color: #FFFEE6;
}
.surround-block.surround-color-orange {
	border: solid 1px #FF9900;
	background-color: #FFF8EE;
}
.surround-block.surround-color-green {
	border: solid 1px #6CA265;
	background-color: #F7FFF1;
}
.surround-block.surround-color-blue {
	border: solid 1px #2082BB;
	background-color: #EDF9FF;
}
.surround-block.surround-border-color-red {
	border-color: #E84F4F !important;
}
.surround-block.surround-border-color-yellow {
	border-color: #D6D003 !important;
}
.surround-block.surround-border-color-orange {
	border-color: #FF9900 !important;
}
.surround-block.surround-border-color-green {
	border-color: #6CA265 !important;
}
.surround-block.surround-border-color-blue {
	border-color: #2082BB !important;
}
.surround-block.surround-border-color-black {
	border-color: #000000 !important;
}
.surround-block.surround-background-color-red {
	background-color: #FFF5F5;
}
.surround-block.surround-background-color-yellow {
	background-color: #FFFEE6;
}
.surround-block.surround-background-color-orange {
	background-color: #FFF8EE;
}
.surround-block.surround-background-color-green {
	background-color: #F7FFF1;
}
.surround-block.surround-background-color-blue {
	background-color: #EDF9FF;
}
.surround-block.surround-background-color-white  {
	background-color: #FFFFFF;
}


