@charset "UTF-8";
/*共通部分*/
.font_min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.tel-link a {
  color: #222625;
}

.shadowImg {
  box-shadow: 0 10px 10px 0 rgba(74, 73, 66, 0.1);
}

/*google reCAPTCHA消す*/
.grecaptcha-badge {
  display: none;
}

.Contact-btn {
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .Contact-btn {
    font-size: 1.4rem;
  }
}

.d-table {
  display: table;
  width: 100%;
}

.d-table > * {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .d-table {
    display: block;
  }
  .d-table > * {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .sp_container-wide .bg-color-grade {
    background: none;
  }
}

/**********************************************************************
	ページヘッダ - className : Header
***********************************************************************/
.Header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin-bottom: 0;
  position: fixed;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
}

.Header.is_hide {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}

.Header.is_scroll {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 10px 0 rgba(74, 73, 66, 0.05);
}

.Header.is_scroll .H_logo img {
  width: 80px;
  height: auto;
}

.HeaderBox {
  padding: 10px 0;
}

.HeaderArea {
  margin: 0 auto;
  position: relative;
}

.HeaderArea .Gnav_menu {
  text-align: right;
}

.HTelFix {
  font-weight: bold;
}

.HTelFix .HTelFixName {
  color: white;
  padding: 3px 10px;
}

.HTelFix .HTelFixNo {
  padding: 0 10px;
}

.HTelFix li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2e4db;
  background: #fafcfb;
}

.HTelFix li:nth-of-type(1) .HTelFixName {
  background: #5fc0be;
}

.HTelFix li:nth-of-type(1) .HTelFixNo {
  color: #5fc0be;
}

.HTelFix li:nth-of-type(2) .HTelFixName {
  background: #35a2a0;
}

.HTelFix li:nth-of-type(2) .HTelFixNo {
  color: #35a2a0;
}

.HTelFix li:nth-of-type(3) .HTelFixName {
  background: #208885;
}

.HTelFix li:nth-of-type(3) .HTelFixNo {
  color: #208885;
}
.HTelFix li:nth-of-type(4) .HTelFixName{
  background: #107774;
}
.HTelFix li:nth-of-type(4) .HTelFixNo {
  color: #107774;
}

.SideFix {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 100;
  text-align: center;
}

.SideFix p {
  font-size: 1rem;
  font-weight: bold;
}

.SideFix li a {
  color: white;
  font-weight: bold;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-radius: 5px 0 0 5px;
  margin-bottom: 2px;
  width: 100%;
}

.SideFix li a:hover {
  text-decoration: none;
}

.SideFix li:nth-of-type(1) a {
  background: #5fc0be;
}

.SideFix li:nth-of-type(1) a:hover {
  background: #7cccca;
  transition: .2s linear;
}

.SideFix li:nth-of-type(2) a {
  background: #35a2a0;
}

.SideFix li:nth-of-type(2) a:hover {
  background: #3fc0be;
  transition: .2s linear;
}

.SideFix li:nth-of-type(3) a {
  background: #208885;
}

.SideFix li:nth-of-type(3) a:hover {
  background: #28a9a5;
  transition: .2s linear;
}

.SideFix li:nth-of-type(4) a {
  background: #107774;
}

.SideFix li:nth-of-type(4) a:hover {
  background: #208885;
  transition: .2s linear;
}


@media only screen and (max-width: 767px) {
  .SideFix {
    bottom: 0;
    top: auto;
    width: 100%;
    background: white;
    box-shadow: 0 0 10px 0 rgba(74, 73, 66, 0.05);
  }
  .SideFix p {
    margin-bottom: 0;
    padding: 5px 0;
  }
  .SideFix ul {
    display: flex;
    text-align: center;
  }
  .SideFix li {
    width: 100%;
  }
  .SideFix li a {
    writing-mode: inherit;
    display: block;
    padding: 5px 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .Header.is_scroll .H_logo img {
    width: 40px;
  }
  .Header.is_scroll .HeaderBox {
    padding-top: 10px;
  }
  .HeaderArea {
    width: 100%;
  }
  .HeaderBox {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 15px 0;
  }
  .sp_nav_btn {
    cursor: pointer;
    padding: 8px 9px;
    display: inline-block;
    position: absolute;
    right: 10px;
    left: auto;
    z-index: 102;
    transition: opacity .3s;
    border: 0;
    top: 30px;
  }
  .sp_nav_btn .menu_btn_inner {
    position: relative;
    width: 26px;
    height: 18px;
  }
  .sp_nav_btn a {
    color: #222625;
  }
  .sp_nav_btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #222625;
    opacity: 1;
    left: 0;
    border-radius: 20px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  .sp_nav_btn span:first-child {
    top: 0;
  }
  .sp_nav_btn span:nth-child(2) {
    top: 8px;
  }
  .sp_nav_btn span:nth-child(3) {
    bottom: 0;
  }
  .HContact a {
    font-size: 1.2rem;
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .H_logo img {
    width: 40px;
    height: auto;
  }
  .HeaderBox {
    padding: 10px 0;
  }
  .HeaderArea .btn-bd {
    box-shadow: none;
  }
}

/**********************************************************************
	ナビゲーション - className : Gnav
***********************************************************************/
.Gnav_menu {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.Gnav_menu > li {
  display: inline-block;
}

.Gnav_menu > li > a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #222625;
  padding: 10px;
  border-bottom: 4px solid transparent;
  position: relative;
}

.Gnav_menu > li:hover > a {
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #5fc0be 0%, #35a2a0 100%);
  border-image-slice: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

.Nav_wide .Nav_wide_box {
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  font-weight: bold;
  position: absolute;
  box-sizing: border-box;
  padding: 20px 2%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border-top: 1px solid #d2e4db;
}

.Nav_wide:hover .Nav_wide_box {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

/**********************************************************************
	ページタイトル - className : Page_title
***********************************************************************/
.Page_title {
  padding: 60px 0;
  margin-top: 130px;
  margin-bottom: 0;
  background: #fafcfb;
  border: 30px solid #eff9f8;
}

@media only screen and (max-width: 767px) {
  .Page_title {
    padding: 40px 0;
    margin-top: 70px;
  }
}

.Page_title_h2 {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
  color: #208885;
  letter-spacing: .2em;
}

.Page_title_h2 span {
  font-size: 1.8rem;
  letter-spacing: .15em;
  display: block;
  color: #5fc0be;
}

@media only screen and (max-width: 767px) {
  .Page_title_h2 {
    font-size: 2.5rem;
  }
  .Page_title_h2 span {
    font-size: 1.6rem;
  }
}

/**********************************************************************
	SPナビゲーション - className : Page_title
***********************************************************************/
.Sp-nav {
  opacity: 0;
  height: 0;
  padding: 60px 10px 20px;
}

.Sp-nav .Sp-nav_list {
  overflow: hidden;
}

.Sp-nav .Sp-nav_list li {
  width: 50%;
  float: left;
}

.Sp-nav a {
  color: #208885;
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #35a2a0;
  position: relative;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.Sp-nav a.list-line {
  padding: 10px 10px 10px 20px;
}

.Sp-nav a.list-line::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #5fc0be;
}

.Sp-nav a.list-disc {
  padding: 10px 10px 10px 20px;
}

.Sp-nav a.list-disc::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #5fc0be;
  border-radius: 100%;
}

.Sp-nav a.m-btn {
  padding: 5px;
}

.close-sp_nav {
  position: absolute;
  top: 30px;
  right: 20px;
  color: #222625;
}

/**********************************************************************
	ぱんくず - className : Breadcrumb
***********************************************************************/
.Breadcrumb {
  background: white;
  padding: 20px;
  font-size: 1.2rem;
  width: -webkit-calc(100% - 80px);
  z-index: 2;
  position: relative;
  color: rgba(95, 192, 190, 0.5);
}

.Breadcrumb a {
  color: rgba(95, 192, 190, 0.5);
  text-decoration: underline;
}

.Breadcrumb a:hover {
  text-decoration: none;
}

.Breadcrumb .Breadcrumb-separator li {
  display: inline-block;
}

.Breadcrumb .Breadcrumb-separator li:after {
  font-family: 'FontAwesome';
  content: '';
  font-size: 120%;
  padding: 0 0.5em;
}

.Breadcrumb .Breadcrumb-separator li:last-child:after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .Breadcrumb {
    padding: 5px 10px;
    width: 100%;
    font-size: 1rem;
    letter-spacing: 0;
  }
}

.PageNavi .wp-pagenavi {
  text-align: center;
  margin-top: 60px;
}

.PageNavi .wp-pagenavi a, .PageNavi .wp-pagenavi span {
  border: 1px solid #208885;
  padding: 10px 12px;
}

.PageNavi .wp-pagenavi a:hover, .PageNavi .wp-pagenavi span.current {
  background: #208885;
  color: #ffffff;
  border-color: #208885 !important;
}

.PageNavi .wp-pagenavi .pages {
  display: none;
}

/**********************************************************************
	フッター - className : Footer
***********************************************************************/
.Flist a {
  color: #222625;
}

.FCopy {
  text-align: right;
  margin-top: 10px;
  font-size: 1.2rem;
  color: #b0b0b0;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .Footer {
    margin-bottom: 65px;
  }
  .Flist li {
    font-size: 1.0rem;
  }
  .FCopy {
    font-size: .8rem;
  }
}

/**********************************************************************
	ページトップ - className : Pagetop
***********************************************************************/
.Pagetop {
  cursor: pointer;
  text-align: center;
  color: white;
}

/**********************************************************************
	共通
***********************************************************************/
.Gmap {
  height: 450px;
}

@media only screen and (max-width: 1199px) {
  .Gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    width: 100%;
  }
  .Gmap iframe, .Gmap object, .Gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.youtubeWrap {
  max-width: 800px;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*アコーディオン*/
.acc, .acc_list {
  display: none;
}

.Access > ul > li {
  flex-basis: calc(100% / 3 - 20px);
  margin-bottom:2em;
}
@media only screen and (min-width: 800px) {
.container_liquid.Access > ul > li {
  flex-basis: calc(100% / 2 - 20px);
}
}
.Access > ul > li:first-of-type .AccessHeader {
  background: url(../images/bg_access_honin.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.Access > ul > li:nth-child(2) .AccessHeader {
  background: url(../images/bg_access_matsubara.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.Access > ul > li:nth-child(3) .AccessHeader {
  background: url(../images/bg_access_yao.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.Access > ul > li:nth-child(4) .AccessHeader {
  background: url(../images/bg_access_namba.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.Access .AccessHeader {
  padding: 20px 10px;
  color: white;
}

.Access .AccessHeader h3 {
  font-size: 2.2rem;
  font-weight: bold;
}

.Access .AccessHeader span {
  font-size: 1.4rem;
}

.Access .m-btn {
  width: auto;
  padding: 5px;
}

.AccessCalender {
  width: 100%;
  margin-bottom: 12px;
  border: none;
}

.AccessCalender thead th:first-child {
  width: 8em;
}

.AccessCalender tr {
  border-bottom: 1px solid #d2e4db;
}

.AccessCalender th, .AccessCalender td {
  border: none;
  vertical-align: middle;
}

.AccessCalender th {
  text-align: center;
  padding: 2px 0;
  letter-spacing: 0.5px;
  font-size: 1.5rem;
  background: none;
}

.AccessCalender td {
  background-color: transparent;
  text-align: center;
  padding: 7px 10px;
}

.AccessCalender td span {
  font-size: 1.4rem;
}

.AccessCalender td.td_time {
  padding: 2px 0;
}

.AccessCalender td .Stime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 1;
  padding: 4px 0;
  color: white;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.AccessCalender td .Stime span {
  display: inline;
  padding: 0;
  text-align: center;
  color: white;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

.AccessLink li {
  flex-basis: calc(100% / 3 - 5px);
  margin: 0 2px;
}

@media only screen and (max-width: 767px) {
  .AccessLink img {
    width: 14px;
    height: 14px;
  }
}

.AccessTel {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 20px 0;
}

.icon-circle {
  border-radius: 50px;
  border: 1px solid #d2e4db;
  padding: 5px;
}

@media only screen and (max-width: 1199px) {
  .AccessCalender thead th {
    padding: 2px 8px;
  }
  .AccessCalender thead th:first-child {
    line-height: 1;
  }
  .AccessCalender tr th {
    font-size: 1.1rem;
  }
  .AccessCalender tbody th {
    padding: 2px 0;
    letter-spacing: 0.5px;
    font-size: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .AccessCalender tbody th span {
    display: inline;
    padding: 0;
    text-align: center;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
  }
  .AccessCalender td {
    padding: 1px;
  }
  .AccessCalender td span {
    font-size: 1rem;
  }
  .AccessCalender td.td_time {
    padding: 2px 0;
  }
  .AccessCalender td .Stime {
    font-size: 0.8rem;
    padding: 2px 0;
    letter-spacing: 0;
  }
  .AccessTel {
    margin: 10px 0;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 888px) {
  .Access > ul {
    display: block;
  }
  .Access > ul > li {
    margin-bottom: 20px;
  }
  .Access .AccessHeader span {
    font-size: 1.1rem;
  }
  .Access .tel-link a {
    color: #5fc0be;
  }
  .AccessLink .m-btn {
    font-size: 1.1rem;
    width: auto;
  }
}

.NewsList time, .Column_single time, .ColumnList time {
  margin-right: 40px;
  color: #b0b0b0;
  font-size: 1.4rem;
  width: 10em;
}

@media only screen and (max-width: 767px) {
  .NewsList time, .Column_single time, .ColumnList time {
    margin-right: 0;
    font-size: 1rem;
  }
}

.OsusumeBox {
  border: 2px solid #d2e4db;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  background: white;
}

.OsusumeBox li {
  flex-basis: calc(50% - 20px);
  margin: 10px;
  border-bottom: 1px solid #d2e4db;
  font-weight: bold;
  font-size: 2rem;
}

.OsusumeBox.OsusumeBoxWide li {
  flex-basis: 100%;
}

.OsusumeBox .OsusumeIcon {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}

.OsusumeBox .OsusumeIcon::before {
  content: '';
  background: white;
  border-radius: 100px;
  border: 2px solid #d2e4db;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.OsusumeBox .OsusumeIcon::after {
  content: '';
  background: white;
  width: 80px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: -26px;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .OsusumeBox li {
    font-size: 1.2rem;
    margin: 5px;
  }
  .OsusumeBox .OsusumeIcon::before {
    width: 60px;
    height: 60px;
  }
  .OsusumeBox .OsusumeIcon::after {
    height: 26px;
    bottom: -16px;
  }
}

.SpecialtyLink li {
  flex-basis: calc(100% / 3 - 10px);
  border-radius: 5px;
  padding: 0 !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px !important;
}

.SpecialtyLink li a {
  display: block;
  padding: 30px;
}

.SpecialtyLink li a:hover {
  text-decoration: none;
  color: #208885;
}

.SpecialtyLink li span {
  font-size: 1.4rem;
  color: #222625;
  display: block;
}

.SpecialtyLink li:nth-of-type(1) {
  background: url(../../images/top/bg_whitening.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.SpecialtyLink li:nth-of-type(2) {
  background: url(../../images/top/bg_inviza.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.SpecialtyLink li:nth-of-type(3) {
  background: url(../../images/top/bg_ceramic.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.SpecialtyLink li:nth-of-type(4) {
  background: url(../../images/top/bg_cerec.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.SpecialtyLink li:nth-of-type(5) {
  background: url(../../images/top/bg_gumpeeling.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.SpecialtyLink li:nth-of-type(6) {
  background: url(../../images/top/bg_cleaning.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width: 1199px) {
  .SpecialtyLink li a {
    padding: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .SpecialtyLink li {
    flex-basis: 100%;
  }
  .SpecialtyLink li a {
    padding: 10px;
  }
}

.FaqTtl {
  font-weight: bold;
  padding: 20px 20px 20px 50px;
  position: relative;
}

.FaqTtl:before {
  content: 'Q';
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
  left: 20px;
}

.FaqA {
  background: white;
  padding: 20px 20px 20px 50px;
  position: relative;
}

.FaqA:before {
  content: 'A';
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  position: absolute;
  color: #5fc0be;
  left: 20px;
}

.Promise li {
  flex-basis: calc(100% / 4 - 20px);
  margin: 0 10px 30px;
}

@media only screen and (max-width: 767px) {
  .Promise li {
    flex-basis: 100%;
    margin: 0 10px 30px;
  }
}

.Treatment {
  background: url(../../images/top/bg_treatment.jpg) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.Treatment ul {
  align-items: stretch;
}

.Treatment li {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  flex-basis: calc(100% / 5 - 10px);
  border-radius: 5px;
  background: white;
  margin: 5px !important;
  padding: 0 !important;
}

.Treatment li:hover {
  background: #d2e4db;
  transition: .2s linear;
}

.Treatment li img {
  margin-bottom: 10px;
}

.Treatment li a {
  display: block;
  padding: 20px 10px;
}

.Treatment li a:hover {
  text-decoration: none;
  color: #208885;
}

.Treatment li span {
  font-size: 1.4rem;
  color: #b0b0b0;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .Treatment li {
    flex-basis: calc(100% / 4 - 10px);
  }
}

@media only screen and (max-width: 767px) {
  .Treatment li {
    flex-basis: calc(100% / 2 - 10px);
    font-size: 1.3rem;
  }
  .Treatment li a {
    padding: 10px 5px !important;
  }
  .Treatment li:after {
    bottom: -4px !important;
    right: 3px !important;
  }
  .Treatment li img {
    width: 70%;
    height: auto;
  }
  .Treatment li span {
    font-size: 1rem;
  }
}

.SP{display: none;}
.ctabox{
	background: url(../images/cta_bg.png) no-repeat right bottom;
	width: 100%;
	max-width: 1216px;
	margin:0 auto;
	text-align: center;
	padding:50px 0 130px;
}
.ctabox h2{
	background: url(../images/ctattl.png) no-repeat center top;
	background-size: 36px auto;
	padding:40px 0;
	text-align: center;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.ctabox h2 span{
	color:#108080;
	font-size: 0.5em;
	letter-spacing: 0.1em;
}
.ctabox p{
	padding:0;
	margin:0;
}
.ctabox .ctatxt{
	color:#108080;
	font-weight: bold;
}
.ctabox .ctatxt span{
	display: inline-block;
	background-image: url(../images/ctatxt_l.png), url(../images/ctatxt_r.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left center, right center;
	padding:30px;
}
.ctabox ul{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
.ctabox ul li{
	width: 47%;
	max-width: 400px;
	margin:0 1.5%;
	line-height: 1.4em;
}
.ctabox ul li.tel a{
	display: block;
	background: #fff;
	border: solid 1px #C5E5E4;
	border-radius: 10px;
	height: 100px;
	color:#56AEAB;
	font-size: 0.9em;
	padding:15px 10px;
	line-height: 1.4em;
}
.ctabox ul li.tel a em{
	font-weight: bold;
	font-size: 2.5em;
	background: url(../images/ctatel.png) no-repeat left center;
	background-size: 31px auto;
	padding-left:40px;
	color:#222;
	display: inline-block;
	margin-bottom:0;
	line-height: 1.2em;
}
.ctabox ul li.tel a span{
	background: #56AEAB;
	color:#fff;
	display: inline-block;
	padding:0 5px;
	margin:0 2px 0 5px;
	font-size: 0.9em;
}
.ctabox ul li.mail a{
	display: block;
	background: #F28C00 url(../images/ctamail.png) no-repeat 45px center;
	background-size: 32px auto;
	padding:15px 15px 15px 90px;
	border-bottom:solid 4px #d46217;
	border-radius: 10px;
	height: 98px;
	color:#fff;
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
}
.ctabox ul li.mail a span{
	font-weight: bold;
	font-size: 1.5em;
}
.ctabox ul li.mail a em{
	color:#FFF24B;
	background: none;
}
.ffixSP{display: none;}
.cta2{
	border: solid 8px #e1f5f4;
	padding:30px 80px;
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	align-items: center; /* 縦方向中央揃え */	
	margin-bottom:30px;
}
.cta2 .img{
	width: 400px;
}
.cta2 .img img{
	width: 100%;
	height: auto;
}
.cta2 ul{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
	width:400px;
	text-align: center;
}
.cta2 ul li{
	width: 100%;
	margin:0 1.5%;
	line-height: 1.4em;
	margin:0.7em 0;
}
.cta2 ul li.tel a{
	display: block;
	background: #fff;
	border: solid 1px #C5E5E4;
	border-radius: 10px;
	height: 100px;
	color:#56AEAB;
	font-size: 0.9em;
	padding:15px 10px;
	line-height: 1.4em;
}
.cta2 ul li.tel a em{
	font-weight: bold;
	font-size: 2.5em;
	background: url(../images/ctatel.png) no-repeat left center;
	background-size: 31px auto;
	padding-left:40px;
	color:#222;
	display: inline-block;
	margin-bottom:0;
	line-height: 1.2em;
}
.cta2 ul li.tel a span{
	background: #56AEAB;
	color:#fff;
	display: inline-block;
	padding:0 5px;
	margin:0 2px 0 5px;
	font-size: 0.9em;
}
.cta2 ul li.mail a{
	display: block;
	background: #F28C00 url(../images/ctamail.png) no-repeat 45px center;
	background-size: 32px auto;
	padding:15px 15px 15px 90px;
	border-bottom:solid 4px #d46217;
	border-radius: 10px;
	height: 98px;
	color:#fff;
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
}
.cta2 ul li.mail a span{
	font-weight: bold;
	font-size: 1.5em;
}
.cta2 ul li.mail a em{
	color:#FFF24B;
	background: none;
}
@media only screen and (max-width: 767px) {
	.ffixSP{display: block;}
	.PC{display: none;}
	.SP{display: block;}
	.ctabox{
	background: url(../images/cta_bg_sp.png) no-repeat right bottom;
		background-size: 100% auto;
	width: auto;
	max-width: 1216px;
	margin:0 -20px 0 0;
	text-align: center;
	padding:5vw 6vw 10vw;
		padding-right: calc(6vw + 20px);
}
.ctabox h2{
	background: url(../images/ctattl.png) no-repeat center top;
	background-size: 46px auto;
	padding:30px 0;
	text-align: center;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.3em;
	letter-spacing: 0.1em;
}
.ctabox h2 span{
	font-size: 0.5em;
	letter-spacing: 0.1em;
}
.ctabox p{
	padding:0 0 1em;
	margin:0;
}
.ctabox .ctatxt{
	color:#108080;
	font-weight: bold;
}
.ctabox .ctatxt span{
display: block;
background: none;
padding: 2em 8em 2em 0;
font-size: 3.2vw;
}
.ctabox ul{
  	display: -webkit-flex;
  	display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: center;
}
.ctabox ul li{
	width: 100%;
	max-width: 100%;
	font-size: 3.2vw;
	margin:0 0 1em;
	line-height: 1.4em;
}
.ctabox ul li.tel a{
	display: block;
	background: #56AEAB;
	border: none;
	border-bottom: solid 4px #4a7f7f;
	border-radius: 5px;
	height: 6.5em;
	color:#fff;
	font-size: 0.9em;
	padding:0.8em;
	line-height: 1.4em;
}
.ctabox ul li.tel a em{
	font-weight: bold;
	font-size: 2.5em;
	background: url(../images/ctatel_sp.png) no-repeat left center;
	background-size: 0.8em auto;
	padding-left:1em;
	color:#fff;
	display: inline-block;
	margin-bottom:0;
	line-height: 1.2em;
}
.ctabox ul li.tel a span{
	background: #fff;
	color:#56AEAB;
	display: inline-block;
	padding:0 5px;
	margin:0 2px 0 5px;
	font-size: 0.9em;
}
.ctabox ul li.mail a{
	display: block;
	background: #F28C00 url(../images/ctamail.png) no-repeat 2em center;
	background-size: 2em auto;
	padding:0.8em 0.8em 0.8em 5em;
	border-bottom:solid 4px #d46217;
	border-radius: 5px;
	height: 5.8em;
	color:#fff;
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
}
.ctabox ul li.mail a span{
	font-weight: bold;
	font-size: 1.7em;
}
.ctabox ul li.mail a em{
	color:#FFF24B;
	background: none;
}
	.cta2{
	border: solid 8px #e1f5f4;
	padding:1.5em;	
	margin-bottom:30px;
}
.cta2 .img{
	width: 100%;
	margin-bottom:1em;
}

.cta2 ul{
	width:100%;
	text-align: center;
}
.cta2 ul li{
	width: 100%;
	max-width: 100%;
	font-size: 3.2vw;
	margin:0 0 1em;
	line-height: 1.4em;
}
.cta2 ul li.tel a{
	display: block;
	background: #56AEAB;
	border: none;
	border-bottom: solid 4px #4a7f7f;
	border-radius: 5px;
	height: 6.5em;
	color:#fff;
	font-size: 0.9em;
	padding:0.8em;
	line-height: 1.4em;
}
.cta2 ul li.tel a em{
	font-weight: bold;
	font-size: 2.5em;
	background: url(../images/ctatel_sp.png) no-repeat left center;
	background-size: 0.8em auto;
	padding-left:1em;
	color:#fff;
	display: inline-block;
	margin-bottom:0;
	line-height: 1.2em;
}
.cta2 ul li.tel a span{
	background: #fff;
	color:#56AEAB;
	display: inline-block;
	padding:0 5px;
	margin:0 2px 0 5px;
	font-size: 0.9em;
}
.cta2 ul li.mail a{
	display: block;
	background: #F28C00 url(../images/ctamail.png) no-repeat 2em center;
	background-size: 2em auto;
	padding:0.8em 0.8em 0.8em 5em;
	border-bottom:solid 4px #d46217;
	border-radius: 5px;
	height: 5.8em;
	color:#fff;
	font-weight: bold;
	line-height: 1.8em;
	text-align: left;
}
.cta2 ul li.mail a span{
	font-weight: bold;
	font-size: 1.7em;
}
.cta2 ul li.mail a em{
	color:#FFF24B;
	background: none;
}
}
#chatform h2{
	font-weight: bold;
	font-size: 1.7em;
	text-align: center;
	color:#F05770;
}
@media only screen and (max-width: 767px) {
	#cpost iframe:not(.instagram-media){
		width: 100%;
		max-width: 100%;
		min-height: 200px;
		height: auto;
	}
}
.bana1 img{max-width:100%; height:auto;}

.yuumeijin{
	
  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
}
.yuumeijin li{
	width: 48.5%;
	border: solid 1px #ddd;
	padding:1em;
	margin-bottom:3%;
}
.yuumeijin li img{
	width: 100%;
	height: auto;
}

.prof2{
  display: -webkit-flex;
  display: flex;
 	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
  padding-bottom:2em;
}
.prof2 .img{
  width: 35%;
}
.prof2 .img img{
  max-width:100%;
  height: auto;
}
.prof2 .txt{
  width:60%;
}
.prof2 .txt h5{
  font-weight: 700;
  font-size: 1.5em;
  padding-bottom:1em;
}
.prof2 .txt h5 small{
  font-size: 0.6em;
}

.imgs2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imgs2 li{
  width: 48%;
  padding-bottom:1.5em;
}
.imgs2 img{  
  height: 320px;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .imgs2 li{
    width: 100%;
    padding-bottom:1.5em;
  }
  .imgs2 img{ width: 100%; height: auto;}
  .prof2 .img{
    width: 55%;
    margin:0 auto 1em;
  }

  .prof2 .txt{
    width:100%;
  }
}

.instablc {
  padding-bottom:2em;
}

.ctatoptxt{
text-align: center;
padding:2em 0;
}
.ctatoptxt p{
  font-weight: 700;
  font-size: 1.2em;
}
.ctatoptxt p b{
  font-size: 2em;
  color:#5fc0be;
}
.ctatoptxt p b span{
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .ctatoptxt p b{
    font-size: 6.5vw;
  }
  .sctbl{
    overflow: scroll;
    margin-bottom:2em;
  }
  .sctbl table{
    width: 700px;
    margin-bottom:0 !important;
  }
}
#cpost em{font-size: 130%;}