/*
Theme Name: CT
*/

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

.spBtnBlock(mobile-btn)

/////////////////////////////////////////////////////////////////// */
.spBtnBlock {
  display: none;
  text-align: center;
  margin: 0 10px 10px 10px;
}
@media screen and (max-width: 600px) {
.pcBtnBlock {
  display: none;
}
.spBtnBlock {
  display: block;
}
.callBtn {
}
.btnBox {
}
.callBtn a,
.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;
}
.btnBox .mapBtn {
  float: left;
  width: 49%;
  margin-top: 5px;
}
.btnBox .mapBtn a {
  background: #1065E7;
  border: 1px solid #1065E7;
}
.btnBox .formBtn {
  float: right;
  width: 49%;
  margin-top: 5px;
}
.btnBox .formBtn a {
  background: #B60606;
  border: 1px solid #B60606;
}
}



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

h2-block

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

.entry-content h2.style-title span {
  display: block;
}




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

voice-block

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

.voice-block {
	background: #FFFFF3;
	border: #D4C09D 1px dotted;
  margin: 0 0 25px;
  padding:14px;
}
.voice-block h2 {
	position: relative;
	margin: 0 0 20px;
  padding: 2% 3%;
	border-radius: 4px;
	background: #666;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
}
.voice-block h2:after {
	content: "";
	position: absolute;
	left: 14%;
  bottom: -24px;
	border: 12px solid transparent;
	border-top: 12px solid #666;
}
#main .voice-block h2 a {
	color: #FFF;
}
.voice-block .catch-copy {
  margin: 0 0 10px 0;
  font-size: 150%;
  line-height: 1.5;
}
.voice-block .profile {
  margin-bottom: 15px;
}
.voice-block .photo {
  float: left;
  margin:0 20px 15px 0;
  width:200px;
}
.voice-block .photo div {
	margin-bottom: 10px;
}
.voice-block .photo div:last-child {
	margin: 0;
}
.voice-block .photo img {
  width: 100%;
}
.voice-block .staff-box {
  background: #FFF;
  margin: 0 0 25px;
  padding:15px;
	border: solid 1px #E6E6E6;
}
.voice-block .staff-box .staff-photo {
  margin:0 0 10px 10px;
  float:right;
}
.voice-block .youtube{
  text-align:center;
}
.voice-block .youtube iframe{
  width:100%;
	height: 410px;
}
.voice-block .addition {
	font-size: 12px;
}

@media screen and (max-width: 600px) {
.voice-block h2 {
	padding: 15px 3%;
	font-size: 24px;
	line-height: 1.2;
}
.voice-block .photo,
.voice-block .ansimg {
  margin-left: auto;
  margin-right: auto;
	width: auto;
  max-width: 260px;
  float: none;
  text-align:center;
}
.voice-block .youtube iframe {
	height: 200px;
}
}


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

voice-block2

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

.voice-block2 {
	background: #FFFFF3;
	border: #D4C09D 1px dotted;
  margin: 0 0 25px;
  padding:14px;
}
.voice-block2 .photo {
	float: right;
	margin-bottom: 10px;
	width: 30%;
}
.voice-block2 .text {
	float: left;
	width: 65%;
}
.voice-block2 .text h2 {
	margin: 0;
	font-size: 28px;
}
.voice-block2 .text .info {
	text-align: right;
}
.voice-block2 .addition {
	font-size: 12px;
}

@media screen and (max-width: 600px) {
.voice-block2 .text h2 {
	font-size: 20px;
}
.voice-block2 .text .info {
	font-size: 14px;
}
}

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

beforeafter-block

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

.beforeafter-block {
  background: #FFFFF3;
  border: #D4C09D 1px dotted;
  margin: 0 0 25px;
  padding:14px;
}
.beforeafter-block h2 {
	position: relative;
	margin: 0 0 20px;
  padding: 2% 3%;
	border-radius: 4px;
	background: #666;
	font-size: 28px;
	color: #FFF;
	font-weight: bold;
}
#main .beforeafter-block h2 a {
	color: #FFF;
}
.beforeafter-block .clearfix {
  display: flex;
  justify-content: space-between;
	background-image: url("https://theme.selfull.jp/images/common/arrow-icon-02.png");
	background-repeat: no-repeat;
  background-position: center;
  background-size: 3.6%;
}
.beforeafter-block .clearfix::after {
  content: none;
}
.beforeafter-block .before {
	width: 45%;
	text-align: center;
}
.beforeafter-block .after {
	width: 45%;
	text-align: center;
}
.beforeafter-block .addition {
	font-size: 12px;
}


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

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 h2,
.list-block h3,
.list-block h4 {
  margin-bottom: 0;
}
.entry-content .list-block ul {
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.entry-content .list-block ol,
.entry-content .editor ol {
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.entry-content .list-block ul.check,
.entry-content .editor ul  {
  list-style: none;
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.list-block ul.check li,
.entry-content .editor ul li {
  background: url(https://theme.selfull.jp/images/common/list-icon-01.png) no-repeat left 4px;
  margin: 0 0 6px;
  padding: 0 0 0 30px;
}

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

user-list-block

/////////////////////////////////////////////////////////////////// */
.entry-content .text-block ul,
.entry-content .text-img-block ul {
	overflow: hidden;
  padding: 25px;
  background: #fff;
  border: #808080 1px solid;
  list-style: none;
}
.entry-content .text-block ul li,
.entry-content .text-img-block ul li {
  background: url(https://theme.selfull.jp/images/common/list-icon-01.png) no-repeat left 4px;
  margin: 0 0 6px;
  padding: 0 0 0 30px;
}
.entry-content .text-block ol,
.entry-content .text-img-block ol {
	overflow: hidden;
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}

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

slide-block

/////////////////////////////////////////////////////////////////// */
.slide-block {
	width: 500px;
	margin: 25px auto 50px;
}
.slide-block .slick-list {
	margin-bottom: 10px;
}
.slide-block .slide-block-item .title {
	margin: 25px 0;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.slide-block .slide-block-item .img {
	overflow: hidden;
	width: 500px;
	height: 375px;
	position: relative;
}
.slide-block .slide-block-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.slide-block .slick-arrow {
	position: absolute;
	top: 31%;
	width: 50px;
	height: 50px;
	background: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	z-index: 80;
	cursor: pointer;
}
.slide-block .slick-arrow{
  transition: .3s;
}
.slide-block .slick-arrow:hover {
  opacity: 0.6;
}
.slide-block .slick-prev {
	left: -70px;
	background-image: url("https://theme.selfull.jp/images/common/classic-slide-icon-arrow-l.png");
}
.slide-block .slick-prev:before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #7a0;
}
.slide-block .slick-next {
	right: -70px;
	background-image: url("https://theme.selfull.jp/images/common/classic-slide-icon-arrow-r.png");
}
.slide-block .attention {
	text-align: center;
}
.slide-block .attention span {
	display: inline-block;
	padding: 10px 65px 10px 0;
	background-image: url("https://theme.selfull.jp/images/common/slide-icon-01.png");
	background-position: right center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
.slide-block {
	width: 100%;
}
.slide-block .slick-prev,
.slide-block .slick-next {
	background-size: 8px auto;
}
.slide-block .slide-block-item .title {
	margin: 15px 0 7px;
}
.slide-block .slide-block-item .img {
	margin: 0 auto;
	width: 280px;
	height: 210px;
}
.slide-block .slide-block-item .img img {
	display: inline;
}
.slide-block .slick-arrow {
	position: absolute;
	top: 25%;
	width: 30px;
	height: 30px;
}
.slide-block .slick-prev {
	left: 0;
}
.slide-block .slick-next {
	right: 0;
}
}

@media screen and (max-width: 400px) {
.slide-block .slick-arrow {
	top: 23%;
}
.slide-block .slide-block-item .img {
	width: 250px;
	height: 188px;
}
}
@media screen and (max-width: 350px) {
.slide-block .slick-arrow {
	top: 17%;
}
.slide-block .attention span {
	font-size: 14px;
}
.slide-block .slide-block-item .img {
	width: 200px;
	height: 150px;
}
}



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

relation-post-block

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

.relation-post-block .list-block ul {
	max-height: 200px;
	overflow-y: scroll;
}


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

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

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;
}
#MorePost ul li {
	margin-bottom: 10px;
}


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

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;
}
.text-img-block.balloon > div:not(.img) {
  padding: 10px;
  box-sizing: border-box;
  border: 2px #dcdcdc solid;
  border-radius: 6px;
}
.text-img-block.balloon .left:not(.img),
.text-img-block.balloon .right:not(.img) {
  position: relative;
}
.text-img-block.balloon .left:not(.img)::before,
.text-img-block.balloon .right:not(.img)::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 20px;
}
.text-img-block.balloon .left:not(.img)::before {
  border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #dddcdc;
  left: 100%;
}
.text-img-block.balloon .right:not(.img)::before {
  border-width: 15px 20px 15px 0;
  border-color: transparent #dddcdc transparent transparent ;
  right: 100%;
}
.text-img-block.balloon .left:not(.img)::after,
.text-img-block.balloon .right:not(.img)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 22px;
}
.text-img-block.balloon .left:not(.img)::after {
  border-width: 13px 0 13px 17px;
  border-color: transparent transparent transparent #fff;
  left: 100%;
}
.text-img-block.balloon .right:not(.img)::after {
  border-width: 13px 17px 13px 0;
  border-color: transparent #fff transparent transparent ;
  right: 100%;
}

@media screen and (max-width: 600px) {
.text-img-block .img {
	text-align: center;
}
.text-img-block.balloon .left:not(.img)::before,
.text-img-block.balloon .right:not(.img)::before {
  top: 10px;
}
.text-img-block.balloon .left:not(.img)::before {
  border-width: 10px 0 10px 14px;
}
.text-img-block.balloon .right:not(.img)::before {
  border-width: 10px 14px 10px 0;
}
.text-img-block.balloon .left:not(.img)::after,
.text-img-block.balloon .right:not(.img)::after {
  top: 12px;
}
.text-img-block.balloon .left:not(.img)::after {
  border-width: 8px 0 8px 11px;
}
.text-img-block.balloon .right:not(.img)::after {
  border-width: 8px 11px 8px 0;
}
}



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

html-block

/////////////////////////////////////////////////////////////////// */
.html-block {
	margin-bottom: 30px;
}
.html-block iframe {
  aspect-ratio: 16/9;
	width: 100%;
  max-width: 640px;
  display: block;
  margin: 0 auto;
}
.html-block iframe.youtube {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
.html-block iframe.googlemap {
	width: 100%;
  height: 200px;
}
iframe.instagram-media {
	width: 100%;
	max-width: 100% !important;
	min-width: auto !important;
}
}

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

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


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

spacer-block

/////////////////////////////////////////////////////////////////// */
.spacer-block-s {
	padding-bottom: 30px;
}
.spacer-block-m {
	padding-bottom: 80px;
}
.spacer-block-l {
	padding-bottom: 160px;
}

@media screen and (max-width: 600px) {
.spacer-block-s {
	padding-bottom: 15px;
}
.spacer-block-m {
	padding-bottom: 60px;
}
.spacer-block-l {
	padding-bottom: 100px;
}
}



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

surround-block

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

.surround-block {
	margin-bottom: 30px;
	padding: 30px 3% 0;
  overflow: hidden;
}
.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;
}
.surround-block h2:first-child,
.surround-block h3:first-child,
.surround-block h4:first-child {
	margin-top: 0 !important;
}

#site-design-dynamic .entry-content > .surround-block:not(.bordered) {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
#site-design-dynamic .entry-content > .surround-block:not(.bordered) > * {
  max-width: 960px;
  margin-left: auto !important;
  margin-right: auto !important;
}
