/*
Theme Name: CT
*/

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

.spBtnBlock(mobile-btn)

/////////////////////////////////////////////////////////////////// */
#Main .btnBox a,
#Main .callBtn a,
#Main .btnBox a {
  display: block;
  padding: 15px 0px;
  background: #2acc0d;
  border: 1px solid #2acc0d;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -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);
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}
/* ///////////////////////////////////////////////////////////////////

content-footer

/////////////////////////////////////////////////////////////////// */
#content-footer {
  margin: 40px 0 0 0;
  color:#333;
}
#content-footer h2{
  padding-bottom:15px;
  border-bottom: dotted 1px #d8a300;
}
#content-footer .main-info {
  margin-bottom: 15px;
}
#content-footer .main-info .float-img-left {
  float: left;
  width: 45%;
}
#content-footer .main-info .float-txt-right {
  float: right;
  width: 52%;
}
#content-footer .main-info .float-txt-right dl dt {
  background: #7a5e23;
  padding: 0 5px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
#content-footer .main-info .float-txt-right dl dd.tel {
  font-size: 40px;
  font-weight: bold;
  color: #157900;
 }
@media screen and (max-width: 600px) {
	#content-footer .main-info .float-txt-right dl dd.tel {
	  font-size: 33px;
	 }
}
#content-footer table tr th,
#content-footer table tr td {
  vertical-align: middle;
  text-align: center;
  padding: 3px 1px;
}
#content-footer table tr td {
  width: 10%;
}
#content-footer .map {
}
#content-footer .map iframe {
  max-width:100%;
}
#content-footer .map small {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 100%;
}
#content-footer .map small a {
  display: block;
  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);
}
@media screen and (max-width: 600px) {
#content-footer .main-info .float-img-left {
  float: none;
  margin-bottom: 15px;
  width: auto;
  text-align: center;
}
#content-footer .main-info .float-txt-right {
  float: none;
  width: auto;
}
#content-footer .map {
  text-align: center;
}
}

/*-----キャッチコピーセクション-----*/
.catch-copy {
	margin: 50px 0;
}
.catch-copy p{
	text-align:center;
	font-weight: bold;
	line-height:1.3;
	font-size:24px;
}
.catch-copy .sub-color{
	color: #009139;
	font-size: 28px;
}
.catch-copy .main-color{
	color: #ff761b;
	font-size: 32px;
}

/*-----メリハリ段落-----*/
.paragraph-box{
	padding:1.5rem;
}
div.paragraph-box p{
	margin:0;
}
.paragraph-box.bg01{
	background:#ccc;
	color:#333;
}

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

voice-block

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

.voice-block {
  margin: 0 0 25px;
}
.voice-block .catch-copy {
  margin: 0 0 10px 0;
  font-size: 150%;
  line-height: 1.5;
}
#Main .voice-block h2{
	position: relative;
	margin: 0 0 20px;
	padding: 2% 3%;
	border-radius: 4px;
	background: #7a5e23;
	font-size: 25px;
	color: #FFF;
}
.voice-block h2:after {
	content: "";
	position: absolute;
	left: 14%;
	bottom: -24px;
	border: 12px solid transparent;
	border-top: 12px solid #7a5e23;
}
#Main .voice-block h2 a{
  color:#fff;
}
.voice-block .profile {
  margin-bottom: 15px;
}
.voice-block .photo {
  margin:0 2% 12px 0;
  width:62%;
  float: left;
}
.voice-block .ansimg {
  margin:0 0 2% 13px;
  width:32%;
  float: right;
}
.voice-block .info {
  text-align: right;
  color:#d97e00;
}
.voice-block .staff-box {
  margin: 0 0 25px;
  padding:15px;
  border:solid 2px #ECD9A2;
}
.voice-block .staff-box .staff-photo {
  margin:0 0 10px 10px;
  float:right;
}
@media screen and (max-width: 600px) {

#Main .voice-block h2{
	font-size: 22px;
}
.voice-block .photo,
.voice-block .ansimg {
  margin-left:0;
  margin-right:0;
  width:auto;
  float: none;
  text-align:center;
}
}

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

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%;
}
.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%;
}
.comment-block-02 p {
}
.comment-block-02 p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
.comment-block-02 div {
  font-size: 80%;
}
}
/* ///////////////////////////////////////////////////////////////////

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;
  width:320px;
  margin-right: 17px;
  text-align:center;
}
.float-pic-block-01 .txt {
}
@media screen and (max-width: 600px) {
.float-pic-block-01 .pic {
  float: none;
  width:auto;
  margin-right: 0;
}
}
/* ///////////////////////////////////////////////////////////////////

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;
}
.float-pic-block-02 .txt {
}
@media screen and (max-width: 600px) {
.float-pic-block-02 .pic {
  float: none;
  margin-left: 0;
}
}
/* ///////////////////////////////////////////////////////////////////

list-block

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

list-block

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

threepoint

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

.entry-content .threepoint li {
  width: 30%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 10px;
  margin: 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;
}
@media screen and (max-width: 600px) {
.entry-content .threepoint li {
  width: 100%;
  float: none;
  padding: 0;
  margin-bottom:20px;
}
}
/* ///////////////////////////////////////////////////////////////////

dl-style-01

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

.entry-content .dl-style-01 dl dt {
  position: relative;
  top: 1em;
  display: inline-block;
  left: 1em;
  background: #FFF;
  padding: 0 1em;
  font-weight: bold;
}
.entry-content .dl-style-01 dl dd {
  border: 1px solid #808080;
  padding: 1.5em 1em 1em 1em;
  margin-bottom: 2em;
}
/* ///////////////////////////////////////////////////////////////////

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%;
}


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

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;
}
}



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

MorePost

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

#MorePost {
  padding-top: 10px;
}
#MorePost h2 {
  font-weight: bold;
}
#MorePost ul {
  overflow-y: auto;
  max-height:200px;
}

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

youtube 

/////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 600px) {
.youtube iframe{
  width: auto;
  height: auto;;
  max-width: 100%;
}
}

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

iframe-block

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

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


.flow-box .flow-item{
	padding-bottom:70px;
	position:relative;
}
.flow-box .flow-item.item1 h3,
.flow-box .flow-item.item6 h3{
	margin-left: 263px;
}
@media screen and (max-width:600px) {
.flow-box .flow-item.item1 h3,
.flow-box .flow-item.item6 h3{
	margin-left: 0px;
}
}
.flow-box .flow-item:before{
	content:"";
	display:block;
	width:0;
	height:0;
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-30px;
	border-top:solid 30px #ff9933;
	border-right:solid 30px transparent;
	border-left:solid 30px transparent;
}
.flow-box .flow-item:last-child{
	padding-bottom:0;
}
.flow-box .flow-item:last-child:before{
	display:none;
}
.flow-box .flow-item h3{
	border-bottom:solid 1px #e5c683;
	margin:0 0 10px 0;
	color:#5b4806;
	font-weight:bold;
	font-size:18px;
}
.flow-box .flow-item h3 .color08{
	display:inline-block;
	margin-right:15px;
	font-size:28px;
	line-height:1;
	font-style: italic;
}
.flow-box .flow-item.item1 .left,
.flow-box .flow-item.item6 .left{
	padding-right:20px;
}
@media screen and (max-width:600px) {
.flow-box .flow-item .left{
	margin-bottom:20px;
}
}

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

message

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

.message p{
	margin-bottom: 10px;
}



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

youtube 

/////////////////////////////////////////////////////////////////// */
.youtube iframe{
  max-width: 100%;
}
@media screen and (max-width: 600px) {
.youtube iframe{
  width: auto;
  height: auto;
  max-width: 100%;
}
}

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

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

/////////////////////////////////////////////////////////////////// */
.imgs-block {
	margin-bottom: 30px !important;
	text-align: center;
}
.imgs-block li {
	display: inline-block;
	margin: 3%;
	width: 40%;
	list-style: none;
}
.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;
}
.html-block iframe {
	width: 100%;
}
@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;
}