@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.3.1/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
/*-----------------------------------------------------------
header
-----------------------------------------------------------*/
#header {
  padding: 5px 0 15px;
}

#header h1 {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}

.h-wrapper {
  margin-bottom: 0;
}

.h-logo {
  width: 90px;
  margin: 0 auto;
}

.h-contents {
  display: none;
}

/*-----------------------------------------------------------
g-navi
-----------------------------------------------------------*/
/* PC用のナビを非表示 */
.pc-navi {
  display: none;
}

/* PC用のナビを非表示 */
.sp-navi {
  display: block;
}

/* ハンバーガー */
.humberger {
  background-color: #E67A7A;
  border-radius: 5px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  position: fixed;
  top: 35px;
  right: 10px;
  width: 50px;
  height: 50px;
  transition: .5s;
  z-index: 150;
}

.humberger .txt {
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}

.humberger .line {
  background: #fff;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: .4s;
}

.humberger .line:nth-of-type(1) {
  top: 10px;
}

.humberger .line:nth-of-type(2) {
  top: 18px;
}

.humberger .line:nth-of-type(3) {
  bottom: 24px;
}

/* 中身 */
.sp-navi-contents {
  background: #fff;
  border-left: 3px solid #E67A7A;
  padding: 50px 0 30px 20px;
  width: calc(100vw - 60px);
  height: 100%;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: calc(-100vw - 60px);
  transition: .5s;
  overflow: scroll;
  z-index: 200;
}

.sp-navi-contents.is-open {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  right: 0px;
}

.sp-close {
  background: #fea59e;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
}

.sp-close::before, .sp-close::after {
  content: "";
  background: #fff;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 20px;
  left: 7px;
}

.sp-close::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-close::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-navi-list {
  margin: 0 0 30px;
}

.sp-navi-list > li {
  border-bottom: 1px solid #e2e2e4;
}

.sp-navi-list > li > a {
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  position: relative;
}

.sp-navi-list > li.sp-dropdown {
  position: relative;
}

.sp-navi-list > li.sp-dropdown::after {
  background: url(../images/share/ico_menudown.svg) no-repeat 50% 50%/30px;
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.35s;
  width: 48px;
  height: 48px;
}

.sp-navi-list > li.sp-dropdown.is-on::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-navi-list > li.sp-dropdown > a {
  padding: 10px 50px 10px 0;
}

.sp-navi-list > li > ul {
  padding: 0 0 15px;
}

.sp-navi-list > li > ul > li + li {
  margin-top: 5px;
}

.sp-navi-list > li > ul > li > a {
  display: block;
  padding: 0 0 0 15px;
  position: relative;
}

.sp-navi-list > li > ul > li > a:before {
  content: "";
  background: #fea59e;
  width: 5px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 12px;
}

.sp-navi-other {
  padding-right: 20px;
}

.sp-tel li {
  text-align: center;
  margin-bottom: 20px;
}

.sp-tel li .txt {
  color: #333333;
  font-size: 11px;
  background: #eee2eb;
  width: 200px;
  margin: 0 auto 5px;
}

.sp-tel li .tel {
  width: 184px;
  margin: 0 auto;
}

.sp-tel li:first-child {
  margin-bottom: 10px;
}

.sp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efe8d4;
  border-radius: 30px;
  width: 200px;
  height: 42px;
  margin: 0 auto;
  font-family: "FOT-筑紫オールド明朝 Pro R";
  font-size: 14px;
  text-align: center;
  position: relative;
}

.sp-btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #d3b262;
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-----------------------------------------------------------
追従ナビ
-----------------------------------------------------------*/
.fiexd-btn ul li {
  border-right: 1px solid #fff;
}

.fiexd-btn ul li a {
  font-size: 12px;
  padding: 25px 0 5px;
}

.app {
    padding: 5px 0 5px!important;
    text-align: center;
}

.br-sp {
    display: inline-block;
  }

.newline {
  line-height: 20px;
}

.fiexd-btn ul li a span::before {
  top: -17px;
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}

.fiexd-btn ul li.tel {
  cursor: pointer;
}

.fiexd-btn ul li.tel span::before {
  width: 15px;
  height: 13px;
  left: 50%;
}

.fiexd-btn ul li.mail span::before {
  width: 15px;
  height: 12px;
  left: 50%;
}

.fiexd-btn ul li.net span::before {
  width: 17px;
  height: 13px;
  left: 50%;
}

.fiexd-btn ul li.page-top span::before {
  width: 15px;
  height: 15px;
  left: 50%;
}

.pu-box {
  border-top: 2px solid #fea59e;
  width: 100%;
  padding: 15px 15px 10px;
  bottom: 50px;
}

/*-----------------------------------------------------------
hero
-----------------------------------------------------------*/
.main-slider li.slider01 a,
.main-slider li.slider02 a,
.main-slider li.slider03 a,
.main-slider li.slider04 a {
  background: none;
}

.main-slider li a {
  height: auto;
}

.main-slider li img {
  display: block;
}

/*-----------------------------------------------------------
top contents
-----------------------------------------------------------*/
.top-ttl {
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.top-ttl .en {
  font-size: 30px;
  margin-bottom: 15px;
}

.top-ttl .jp {
  font-size: 26px;
}

.top-btn a {
  min-width: 250px;
  font-size: 15px;
}

.top-btn a::before {
  left: 15px;
}

.sec01 {
  padding: 60px 0;
}

.sec01-layout01 {
  display: block;
}

.sec01-layout01 .l-img {
  width: 80%;
  margin: 0 auto 20px;
}

.sec01-ttl {
  background: url(../images/sec01-ttl.png) no-repeat center bottom;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.sec01-ttl .en {
  font-size: 33px;
  margin-bottom: 20px;
}

.sec01-ttl .jp {
  font-size: 24px;
  line-height: 1.2;
}

.sec01-txt {
  margin-bottom: 30px;
}

.sec01-layout02 {
  display: block;
  padding: 30px 20px;
  background: url(../images/sec01-img03.png) no-repeat top 10px left 10px, url(../images/sec01-img03.png) no-repeat top 10px right 10px, url(../images/sec01-img03.png) no-repeat bottom 10px left 10px, url(../images/sec01-img03.png) no-repeat bottom 10px right 10px, url(../images/sec01-bg02.jpg);
}

.sec01-layout02 .l-ttl {
  text-align: center;
  padding: 15px 0;
  margin: 0 0 15px;
}

.sec01-layout02 .l-ttl .pink {
  font-size: 18px;
}

.sec01-layout02 .l-img {
  width: 129px;
  text-align: center;
  padding-top: 0;
  margin: 0 auto 20px;
}

.sec01-layout02 .l-txt {
  margin-bottom: 15px;
}

.sec01-layout02 .l-btn .btn {
  margin: 0 auto;
}

.sec02 {
  padding: 60px 0;
}
.sec02-sale-btn{
	position: relative;
    transform: none;
	margin-bottom: 30px;
}

.sec02-list {
  justify-content: space-between;
  margin-bottom: 20px;
}

.sec02-list li {
  width: 48%;
  margin: 0 0 15px 0;
}

.sec02-list li:nth-child(4n) {
  margin: 0 0 15px 0;
}

.sec02-list li .list-img {
  border: none;
}

.sec02-list li .list-img img {
  width: 100%;
  height: 40vw;
}

.sec02-list li .label {
  width: 60px;
  font-size: 13px;
  top: 5px;
  right: 5px;
}

.sec02-txt {
  padding: 20px;
}

.sec03 {
  padding: 60px 0 30px;
}

.sec03-layout {
  display: block;
  margin-bottom: 0;
}

.sec03-layout .l-box {
  width: 100%;
  margin-bottom: 50px;
}

.sec03-layout02 {
  margin-bottom: 50px;
}

.sec03-ttl {
  margin-bottom: 30px;
}

.sec03-list li {
  padding-bottom: 20px;
  margin-bottom: 15px;
}

.sec03-bnr {
  margin-bottom: 30px;
}

.sec03-bnr a {
  display: block;
}

.sec03-bnr.bnr01 .l-desc, .sec03-bnr.bnr02 .l-desc {
  padding: 25px 0;
}

.sec03-bnr .l-img {
  width: 100%;
}

.sec03-bnr .l-desc .txt02 .en {
  font-size: 18px;
}

.sec03-bnr .l-desc .txt02 .jp {
  font-size: 18px;
}

.sec04 {
  padding: 60px 0;
}

.sec04-bnr {
  margin-bottom: 30px;
}

.sec04-bnr a {
  display: block;
}

.sec04-bnr .l-img {
  width: 100%;
}

.sec04-bnr .l-desc {
  padding: 25px 0;
}

.sec04-bnr .l-desc .txt02 {
  font-size: 18px;
}

.sec04-list {
  display: block;
  margin-bottom: 30px;
}

.sec04-list li {
  width: 100%;
}

.sec04-list li + li {
  margin: 30px 0 0;
}

.sec04-list .list-img {
  margin-bottom: 10px;
}

.sec05 {
  padding: 60px 0;
}

.sec05-txt {
  text-align: left;
  margin-bottom: 30px;
}

.sec05-list {
  display: block;
}

.sec05-list li {
  width: 100%;
  margin: 0 0 30px 0;
}

.sec05-list li:nth-child(4n) {
  margin: 0 0 30px 0;
}

.sec05-list li:last-child {
  margin: 0;
}

.sec05-list .list-img{
  border: none;
}

.sec06 {
  padding: 60px 0;
}

.sec06-list {
  display: block;
}

.sec06-list li {
  width: 100%;
}

.sec06-list li + li {
  margin: 30px 0 0;
}

.sec06-layout {
  padding: 10px;
  margin-bottom: 10px;
}

.sec06-layout .l-img {
  width: 50%;
  margin-left: 5px;
}

.sec06-layout .l-ttl {
  flex: 1;
  text-align: center;
}

.sec06-layout .l-ttl::before {
  content: none;
}

.sec06-layout .l-ttl .en {
  font-size: 28px;
  margin-bottom: 10px;
}

.sec06-layout .l-ttl .jp {
  font-size: 16px;
}

.sec07 {
  padding: 60px 0;
}

.sec07-list {
  display: block;
}

.sec07-list li {
  width: 100%;
}

.sec07-list li + li {
  margin: 20px 0 0;
}

.sec07-list li a {
  padding: 0 10px 10px;
}

.sec07-list .list-inner {
  display: flex;
  align-items: center;
}

.sec07-list .list-img {
  width: 40%;
  margin-right: 10px;
}

.sec07-list .list-ttl {
  text-align: center;
  margin: 0 0 10px;
}

.sec07-list .list-txt {
  font-size: 14px;
}

.sec08 {
  margin-bottom: 60px;
}

.sec08-dl.last02 {
  margin-bottom: 20px;
}

.sec08-list {
  display: block;
}

.sec08-list li {
  width: 100%;
  padding: 20px;
}

.sec08-list li + li {
  margin: 30px 0 0;
}

.sec08-map {
  margin-top: 30px;
}

.sec08-map iframe {
  height: 250px;
}

.sec08-btn a {
  min-width: 240px;
}

.sec09 {
  padding: 60px 0 10px;
}

.sec09-ttl {
  font-size: 26px;
  margin-bottom: 30px;
}

.sec09-layout {
  display: block;
}

.sec09-layout .l-box {
  width: 100%;
  margin-bottom: 50px;
}

.sec09-layout .l-ttl {
  font-size: 20px;
  margin-bottom: 25px;
}

.sec09-layout .inst {
  margin-bottom: 20px;
}

.sec09-layout .inst li {
  width: 48%;
}

/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/
#footer {
  margin-bottom: 0;
}

.f-card {
  width: 100%;
  display: block;
  padding: 25px;
}

.f-card .l-img {
  width: 100%;
  margin: 0;
}

.f-card .l-img li {
  width: 30%;
}

.f-card .l-ttl {
  font-size: 17px;
  margin-bottom: 5px;
}

.f-contents {
  display: block;
}

.f-logo {
  width: 130px;
  margin: 0 auto 20px;
}

.f-add {
  width: 100%;
  margin-bottom: 20px;
}

.f-add p {
  margin-bottom: 10px;
}

.f-add .store {
  display: block;
}

.f-sns {
  justify-content: center;
}

.sitemap {
  padding: 30px 0;
}

.sitemap ul {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}

.sitemap ul li {
  width: 48%;
  padding-right: 0;
  margin: 0 0 10px;
  border-right: none;
}

.sitemap ul li a {
  font-size: 14px;
  line-height: 1.5;
}

.copyright {
  font-family: Verdana, "Droid Sans";
  padding-bottom: 65px;
}

/*-----------------------------------------------------------
under
-----------------------------------------------------------*/
.breadcrumb {
  padding: 0 5%;
  margin: 10px 0;
}

.pagettl {
  height: 200px;
  padding: 0 10px;
}

.pagettl h2 {
  font-size: 28px;
  line-height: 1.4;
}

/*-----------------------------------------------------------
under parts
-----------------------------------------------------------*/
.u-h3 {
  font-size: 25px;
  line-height: 1.3;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.u-h4, .postdata h4 {
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.u-h5, .postdata h5 {
  margin-bottom: 15px;
}

.short + .short {
  margin: 50px 0 0;
}

.tall {
  padding: 40px 0;
}

.u-container {
  padding: 0 5%;
}

.col2 > li, .col3 > li, .col5 > li {
  margin: 0 0 25px;
  width: 100%;
}

.col2-col2, .col3-col2, .col4-col2 {
  justify-content: space-between;
}

.col2-col2 > li, .col3-col2 > li, .col4-col2 > li {
  margin: 0 0 4%;
  width: 48%;
}

.l-imgR, .l-imgL {
  display: block;
}

.l-imgR .l-img, .l-imgL .l-img {
  margin: 0 0 15px;
  text-align: center;
  width: 100%;
}

.l-imgR .l-img {
  margin: 0 0 15px;
}

.pic_l {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  text-align: center;
}

.pic_r {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: center;
}

.table-style tr th {
  display: block;
  padding: 10px;
  text-align: left;
}

.table-style tr td {
  display: block;
  border-bottom: none;
  padding: 10px;
}

.table-scroll {
  overflow-x: scroll;
}

.table-scroll::before {
  content: "横にスクロールできます。";
  font-size: 13px;
}

.table-scroll table {
  width: 150%;
}

.l-style01 {
  padding: 20px;
}

.l-style01 .l-ttl {
  margin-bottom: 10px;
}

.list-style01 {
  display: block;
}

.list-style01::after {
  content: none;
}

.list-style01 li {
  width: 100%;
  margin-bottom: 30px;
}

.list-style01 li:last-child {
  margin-bottom: 0;
}

.list-style01 .list-img::before {
  z-index: 1;
}

.list-style01 .list-img::after {
  z-index: 1;
}

.dl-style01 dt {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 1.3;
}

.dl-flow dt {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 10px 35px;
  margin: 0 0 15px 0;
}

.dl-flow dt i {
  font-size: 18px;
  width: 27px;
  height: 27px;
}

.dl-faq dt {
  font-size: 20px;
  line-height: 1.3;
  padding: 0 0 15px 38px;
}

.dl-faq dt i {
  font-size: 23px;
}

.dl-faq dd i {
  font-size: 23px;
}

.l-contact {
  display: block;
}

.l-contact .l-img {
  width: 100%;
  margin: 0 0 15px;
}

.l-contact .l-ttl {
  font-size: 20px;
}

.sec03-bnr {
  margin-bottom: 30px;
}

.sec03-bnr a {
  display: block;
}

.sec03-bnr .l-img {
  width: 100%;
}

.sec03-bnr .l-desc {
  padding: 25px 0;
}

.sec03-bnr .l-desc .txt02 .en {
  font-size: 18px;
}

.sec03-bnr .l-desc .txt02 .jp {
  font-size: 18px;
}

.l-sale {
  display: block;
}

.l-sale .l-desc {
  margin-bottom: 20px;
}

.sale-btn a {
  margin: 0 auto;
}

.list-style02 {
  justify-content: space-between;
}

.list-style02 li {
  width: 48%;
  margin: 0 0 20px 0;
}

.list-style02 li:nth-child(4n) {
  margin: 0 0 20px 0;
}

.list-style02 li .label {
  width: 60px;
  font-size: 13px;
  top: 5px;
  right: 5px;
}

.list-style02 .list-img img {
  width: 100%;
  height: 40vw;
}

.list-style02 .list-ttl {
  font-size: 15px;
}

.event-bnr {
  margin-bottom: 30px;
  display: block;
}

.event-bnr .l-img {
  width: 100%;
}

.event-bnr .l-desc {
  padding: 25px 0;
}

.event-bnr .l-desc .txt02 .en {
  font-size: 20px;
}

.event-bnr .l-desc .txt02 .jp {
  font-size: 20px;
}

/*------------
お問い合わせ
--------------*/
.contact-form table {
  margin: 0 0 30px;
}

.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}

.contact-form table th, .contact-form table td {
  display: block;
}

.contact-form table th {
  padding: 15px 0 10px;
}

.contact-form table td {
  padding: 0 0 15px;
}

.contact-form .preferred-date {
  overflow: hidden;
}

.contact-form .preferred-date .date {
  width: 100%;
  float: none;
  margin: 0 0 10px;
}

.contact-form .preferred-date .time {
  width: 100%;
}

.contact-form .birthday select {
  width: auto;
  padding: 15px 30px 15px 15px;
}

.contact-form .birthday .year {
  margin: 0 5px;
}

.contact-form .birthday .month {
  margin: 0 5px;
}

.contact-form .birthday .day {
  margin: 0 0 0 5px;
}

.contact-form .submit-btn [type="submit"] {
  padding: 15px;
  width: 250px;
}

.contact-form .submit-btn [type="submit"].back-btn {
  margin-right: 25px;
}

.contact-form .name-2col {
  flex-wrap: wrap;
}

.contact-form .name-2col dt {
  width: 20%;
  margin: 0 0 10px;
}

.contact-form .name-2col dd {
  width: 80%;
  margin: 0 0 10px;
}

.contact-form .mwform-age-field input {
  width: 100px;
}

/*-----------------------------------------------------------
common
-----------------------------------------------------------*/
.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

.sp-tac {
  text-align: center !important;
}

.sp-tar {
  text-align: right !important;
}

.sp-tal {
  text-align: left !important;
}

.mb30-15 {
  margin-bottom: 15px !important;
}

.mb50-30 {
  margin-bottom: 30px !important;
}

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

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

/*------------
投稿パーツ
--------------*/
.category-title {
  font-size: 25px;
  margin-bottom: 30px;
}

/*Post Type01*/
.list-post-type01 {
  margin: 0 0 50px;
}

.list-post-type01 li + li {
  margin-top: 20px;
}

.list-post-type01 .list-ttl {
  font-size: 18px;
  padding: 0 0 7px;
  margin: 0 0 15px;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 15px 0 0;
  width: 40%;
}

.list-post-type01 .list-img img {
  width: 100%;
  height: 25vw;
}

.list-post-type01 .list-desc {
  margin: -5px 0 0;
}

.list-post-type01 time {
  font-size: 12px;
  margin: 0 15px 0 0;
}

.list-post-type01 .list-txt {
  font-size: 11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 5px;
}

.list-post-type01 .list-btn {
  margin-top: 15px;
}

.list-post-type01 .list-btn a {
  font-size: 11px;
  text-align: center;
  padding: 2px 15px 4px;
}

/*詳細ページ*/
.l-post-single .l-ttl {
  font-size: 22px;
  margin: 0 0 30px;
}

/*セレクト式カテゴリー*/
.select-area {
  display: block;
}

.select-area .select-item {
  margin: 0;
}

.select-area .select-item + .select-item {
  margin-top: 10px;
}

.select-area .select-ttl {
  font-size: 15px;
}

.select-area .select-category{
	width: 150px;
}
/*症例紹介*/
.l-post-case {
  padding: 25px 15px;
  margin-bottom: 30px;
}

.l-post-case .l-ttl {
  font-size: 20px;
  line-height: 1.7;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.l-post-case .before-after {
  margin-bottom: 20px;
}

.l-post-case .l-btn {
  margin-top: 25px;
}

.l-post-case .l-table th, .l-post-case .l-table td {
  padding: 10px;
  line-height: 1.5;
}

.l-post-case .l-table.sp-table {
  border-bottom: 1px solid #ddd;
}

.l-post-case .l-table.sp-table th, .l-post-case .l-table.sp-table td {
  display: block;
}

.l-post-case .l-table.sp-table td {
  border-width: 0 1px;
}

.before-after {
  display: block;
}

.before-after .item {
  width: 100%;
}

.before-after .item + .item {
  margin-top: 50px;
}

.before-after .item + .item::before {
  left: 50%;
  top: -35px;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
}

.before-after figure img {
  max-height: 100%;
}

.list-case-details > li {
  display: block;
}

.list-case-details .list-img {
  width: 100%;
  margin: 0 0 15px;
  text-align: center;
}
