@charset "UTF-8";
/*===============================
スマートフォンサイズ：～600px
===============================*/
/*===============================
レスポンシブ設定
===============================*/
/*===============================
ベース
===============================*/
.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

html {
  font-size: calc(0.625rem + (1vw - 0px) * 0);
}

.contact_btn_area {
  background-color: #FFDA50;
}
.contact_btn_area .btn_area_innner {
  display: block;
  text-align: center;
}
.contact_btn_area .btn_area_innner .tel {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  display: block;
  padding: 15px 0;
  height: 128px;
}
.contact_btn_area .btn_area_innner .tel .block_wrap {
  width: 92%;
}
.contact_btn_area .btn_area_innner .mail {
  width: 100%;
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
}

.con_main_A {
  padding: 10vw 10px;
}

.con_main_B {
  padding: 10vw 10px;
}

/*===============================
パーツ
===============================*/
/* 検索リンク(サイド)
-------------------------------*/
#side_search-link {
  text-align: center;
  position: inherit;
  width: 100%;
  writing-mode: horizontal-tb;
  transform: translate(0);
  background-color: #F3F1EC;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#side_search-link a {
  color: #B5CD5A;
  font-weight: bold;
  padding: 20px 0 20px 20px;
  text-align: left;
  display: block;
  position: relative;
}
#side_search-link a:after {
  content: "\e902";
  background-color: #B5CD5A;
  color: #FFF;
  margin-top: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

/* TOPへ戻る
----------------------------*/
.back_to_top {
  bottom: 0;
  right: 0;
}
.back_to_top img {
  width: 50px;
  display: block;
}

/* 必須
-------------------------------*/
.required {
  margin-right: 0;
}

/*===============================
スタイル
===============================*/
.tel .tel_number {
  color: #FFF;
  font-size: 3.6rem;
}

section:not(#content_aboutCeramic) {
  padding-left: 10px !important;
  padding-right: 10px !important;
  box-sizing: border-box;
}

#header #header_content {
  display: none;
}

#top {
  background-size: inherit;
  background-position: left;
  padding: 100px 0;
  height: max-content;
}

#top h2 > img{
  width: auto;
}

#content_intro1 {
  padding: 10vw 0;
}

#content_intro2 {
  padding: 10vw 0;
}
#content_intro2 .block_wrap {
  display: flex;
  align-items: center;
  margin-top: 3vw;
}
#content_intro2 .block_wrap figure:nth-child(2) {
  margin: auto 40px;
}
#content_intro2 .block_wrap figure figcaption {
  font-weight: bold;
  margin-top: 15px;
  font-size: 1.8rem;
}
#content_intro2 .check_block {
  padding: 40px 10px 60vw;
  background: #F3F1EC url(../../img/lp/img_model_1.png) center bottom no-repeat;
  background-size: 50%;
}
#content_intro2 .check_block li:not(.plus) {
  font-size: 1.6rem;
  line-height: 2.8rem;
}

#content_ceramic .recommend .block_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#content_ceramic .recommend .block_wrap li {
  width: 48%;
  margin-bottom: 20px;
}
#content_ceramic .recommend .block_wrap li:nth-child(n+2) {
  margin-left: 0;
}
#content_ceramic .ceramic h3 {
  padding: 20px;
}
#content_ceramic .ceramic .block_wrap {
  margin-bottom: 50px;
}
#content_ceramic .ceramic .block_wrap h4 {
  margin: 40px auto 30px;
}
#content_ceramic .ceramic .block_wrap p {
  text-align: center;
}
#content_ceramic .ceramic .block_wrap .block2 {
  background: none;
  padding: 0;
}
#content_ceramic .ceramic .comparison h4 {
  padding: 20px;
}
#content_ceramic .ceramic .comparison .block_wrap {
  display: block;
  justify-content: space-between;
}
#content_ceramic .ceramic .comparison .block_wrap .comparison_1 {
  max-width: 100%;
  width: 100%;
}
#content_ceramic .ceramic .comparison .block_wrap .comparison_1 dt {
  font-size: 1.6rem;
}
#content_ceramic .ceramic .comparison .block_wrap .comparison_1 dd {
  font-size: 1.4rem;
}
#content_ceramic .ceramic .comparison .comparison_2 {
  max-width: 100%;
  width: 100%;
}
#content_ceramic .ceramic .comparison .comparison_2 dt {
  font-size: 1.6rem;
}
#content_ceramic .ceramic .comparison .comparison_2 dd {
  font-size: 1.4rem;
}
#content_ceramic .ceramic .comparison .comparison_2 dd ul {
  margin-left: 0;
}
#content_ceramic .ceramic .comparison .comparison_2 dd ul li {
  line-height: 36px;
  display: flex;
}
#content_ceramic .ceramic .comparison .comparison_2 dd ul li:before {
  content: url(../../img/lp/img_win.png);
  align-self: center;
}
#content_ceramic .ceramic .ceramic02 {
  padding: 50px 0px 10px;
  background-image: none;
}
#content_ceramic .ceramic .ceramic02 .title {
  margin: 0 0 30px;
  padding: 0 10px;
}
#content_ceramic .ceramic .ceramic02 .text img {
  width: 95%;
  margin: 0 auto;
}
#content_ceramic .ceramic .ceramic02 .text:after {
  content: "";
  display: block;
  height: 30vh;
  width: 100%;
  background-image: url(../../img/lp/bg_ceramic_sp.png);
  background-size: cover;
}
#content_ceramic .ceramic .ceramic02 .bnr_area {
  margin-top: 0;
  padding: 20px;
}
#content_ceramic .ceramic .ceramic02 .note {
  text-align: center;
  font-size: 1.4rem;
}

#content_flow {
  max-width: 95%;
  margin: 0 auto;
  padding-bottom: 0;
}
#content_flow .flow_wrap {
  position: relative;
}
#content_flow .flow_wrap dl {
  position: relative;
}
#content_flow .flow_wrap dl dd p {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-top: 20px;
}
#content_flow .day_1 {
  margin-top: 40px;
}
#content_flow .day_1 dd {
  top: 27%;
  right: 0;
}
#content_flow .day_2 {
  top: 4vw;
}
#content_flow .day_2 dd {
  top: 40%;
  left: 0;
}
#content_flow .last_p {
  top: 0vw;
}
#content_flow .last_p img {
  display: block;
}

#content_aboutCeramic .inner {
  max-width: 95%;
  margin: 0 auto;
}
#content_aboutCeramic .about_ceramic {
  padding: 50px 0;
}
#content_aboutCeramic .about_ceramic .sec_title {
  margin-bottom: 40px;
  padding: 0 20px;
}
#content_aboutCeramic .about_ceramic .point_list {
  flex-wrap: wrap;
}
#content_aboutCeramic .about_ceramic .point_list li {
  width: 50%;
  box-sizing: border-box;
}
#content_aboutCeramic .about_ceramic .point_list li:nth-child(1) {
  width: 100%;
  margin: 0 auto 20px;
  padding: 0 10px;
  text-align: center;
}
#content_aboutCeramic .about_ceramic .point_list li:nth-child(1) img {
  width: 50%;
}
#content_aboutCeramic .about_ceramic .point_list li:nth-child(2) {
  padding: 0 10px;
}
#content_aboutCeramic .about_ceramic_block:nth-child(n+2) {
  margin-top: 30px;
}
#content_aboutCeramic .ceramic_example {
  padding: 50px 0;
}
#content_aboutCeramic .ceramic_example .sec_title {
  margin-bottom: 40px;
  padding: 0 40px;
}
#content_aboutCeramic .ceramic_example_block:nth-child(n+2) {
  margin-top: 40px;
}
#content_aboutCeramic .ceramic_example_block .note {
  padding: 0 20px 20px !important;
}
#content_aboutCeramic .ceramic_example .note {
  padding: 0;
  margin-top: 10px;
}

#content_price .price_list {
  max-width: 95%;
  margin: 0 auto;
}
#content_price .price_list dl {
  display: block;
  justify-content: space-between;
  padding: 40px 0 30px;
}
#content_price .price_list dl:nth-child(2) {
  border-top: 1px solid #FFF;
}
#content_price .price_list dl p {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 2rem;
  font-size: 1.8rem;
}
#content_price .price_list dl dt {
  text-align: left;
  font-size: 1.6rem;
}
#content_price .price_list dl dt span {
  font-size: 2rem;
  font-weight: bold;
}
#content_price .price_list dl dd {
  margin-top: 20px;
  font-size: 2.6rem;
}
#content_price .price_list dl dd span {
  text-decoration: line-through;
}
#content_price .price_list dl dd .coupon_price {
  font-weight: bold;
  color: #F85C36;
}
#content_price .price_note {
  max-width: 95%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 25px;
}
#content_price .price_method {
  max-width: 95%;
  margin: 0 auto;
  margin-top: 50px;
}
#content_price .price_method h3 {
  background-color: #36C4D8;
  padding: 15px 0;
}
#content_price .price_method .block_wrap {
  display: block;
}
#content_price .price_method .block_wrap dl {
  width: auto;
}
#content_price .price_method .block_wrap dl:nth-child(2) {
  margin-right: 0;
  margin-left: 0;
}

#content_clinic .profile {
  max-width: 95%;
  margin: 0 auto;
  display: block;
}
#content_clinic .profile img {
  margin: 0 auto;
  display: block;
}
#content_clinic .profile div dl dt {
  font-size: 2.6rem;
  margin: 20px 0;
  text-align: center;
}
#content_clinic .profile div dl dt span {
  font-size: 1.6rem;
  margin-right: 0;
  display: block;
  margin-bottom: 0;
}
#content_clinic .table {
  width: 100%;
}
#content_clinic .info {
  max-width: 95%;
  margin: 0 auto;
  display: block;
}
#content_clinic .info div:first-child {
  width: 100%;
  margin-right: 0;
}

#content_q-a dt,
#content_q-a dd {
  padding-left: 0;
  font-size: 1.6rem;
}
#content_q-a dt {
  margin-bottom: 40px;
  font-weight: bold;
}
#content_q-a dt:before {
  position: relative;
  left: 0;
  margin-top: 0;
  content: "Q";
  color: #FFF;
  background: #36c4d8;
  padding: 10px 15px;
  border-radius: 20px;
  margin-right: 10px;
}
#content_q-a dd:before {
  position: relative;
  left: 0;
  content: "A";
  color: #FFF;
  background: #ffda50;
  padding: 10px 15px;
  border-radius: 20px;
  margin-right: 10px;
  font-weight: bold;
}

#content_clinic .profile div dl dd {
  margin-bottom: 15px;
}

#content_contact .btn_area_innner .tel .tel_number {
  font-size: 3.6rem;
}

#content_contact .btn_area_innner .tel .tel_time {
  font-size: 1.15rem;
}

#map {
  width: 100%;
  height: 40vw;
  max-height: 500px;
}

#content_contact {
  max-width: 95%;
  margin: 0 auto;
}
#content_contact .btn_area_innner {
  display: block;
  padding: 0;
}
#content_contact .btn_area_innner .tel {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  min-height: 121px;
}
#content_contact .btn_area_innner .tel .block_wrap {
  margin: 0 auto;
  width: 95%;
}
#content_contact .btn_area_innner .mail {
  width: 100%;
  margin-left: 0;
}
#content_contact #contact_form {
  margin-top: 20px;
}
#content_contact #contact_form dl {
  text-align: left;
  display: block;
  border-bottom: 1px solid #DCDCDC;
}
#content_contact #contact_form dl:first-child {
  border-top: 1px solid #DCDCDC;
}
#content_contact #contact_form dl dt {
  width: auto;
}
#content_contact #contact_form dl dd {
  width: auto;
}
#content_contact #contact_form dl dd .alert{
  margin-top: 0;
}
#content_contact #contact_form dl dd span {
  margin-bottom: 10px;
}
#content_contact #contact_form input,
#content_contact #contact_form textarea,
#content_contact #contact_form select {
  padding: 5px;
  margin-left: 0;
  box-sizing: border-box;
}
#content_contact #contact_form .big {
  width: 100%;
}
#content_contact #contact_form input[type=text] {
  width: 100%;
}
#content_contact #contact_form select {
  margin-top: 5px;
}
#content_contact #contact_form textarea {
  width: 100%;
  height: 20rem;
}
#content_contact #contact_form .submit {
  margin: 20px auto 0;
  width: 90%;
}

footer #footer {
  display: block;
}
footer #footer div:first-child {
  width: 100%;
  margin-right: 10px;
}
footer #footer div:first-child img {
  margin: 0 auto;
  display: block;
  width: 80%;
}
footer #footer address {
  margin-top: 15px;
  font-size: 1.5rem;
  line-height: 3rem;
  margin-left: 10px;
}
footer small {
  display: block;
  background-color: #36C4D8;
  padding: 15px 15px 65px;
  text-align: center;
  color: #FFF;
}

#content_q-a .sec_title {
  padding: 0 50px;
}

#content_price .sec_title {
  padding: 0 120px;
}

#content_intro2 .check_block .plus {
  width: 50px;
  top: -25px;
}

span.wpcf7-list-item {
  display: flex !important;
}
span.wpcf7-list-item span {
  display: flex !important;
}

#content_clinic .sec_title {
  padding: 0 100px;
}

section#content_contact .sec_title {
  padding: 0 50px;
}

#callButton {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  right: 0;
  width: 94%;
  z-index: 100;
  padding: 10px 3%;
  display: flex !important;
  justify-content: space-between;
}
#callButton p:first-child a {
  background: #ff8aa6;
}
#callButton p:last-child a {
  background: #fa9022;
}
#callButton p a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  background: #50d336;
  border-radius: 3px;
  padding: 10px;
}
#callButton p a i {
  margin-right: 5px;
}

input[type=tel], input[type=email] {
  width: 100%;
}

/*******************lp3*************************/
#page_top_lp3 {
  background-image: url("../../img/lp/img_top_bg_lp3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 30px 0 30px;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#page_top_lp3 p {
  text-align: center;
}
#page_top_lp3 p:nth-of-type(1) {
  margin-bottom: 20px;
}
#page_top_lp3 p:nth-of-type(2) {
  width: 50%;
  margin: 0 auto;
}

#top_lp3 {
  background-size: cover;
  background-position: left;
  padding: 50px 0 0 !important;
  position: relative;
}
#top_lp3 p {
  padding: 0;
}
#top_lp3 p img {
  vertical-align: bottom;
}

#con_lp3 {
  background-size: cover;
  background-position: right;
  padding: 30px 0 0;
}
#con_lp3 h2 {
  text-align: center;
}
#con_lp3 p {
  width: 50%;
  margin: 0 auto;
}
#con_lp3 p img {
  vertical-align: bottom;
}

#ireba {
  text-align: center;
  padding: 30px 10px;
}

.contact_btn_area_lp3 {
  background-color: #fffe8d;
}
.contact_btn_area_lp3 .btn_area_innner {
  display: block;
}
.contact_btn_area_lp3 .btn_area_innner .tel {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  display: block;
  padding: 10px 0;
}
.contact_btn_area_lp3 .btn_area_innner .tel .block_wrap {
  width: 90%;
}
.contact_btn_area_lp3 .btn_area_innner .link_btn {
  width: 100%;
  margin-left: 0;
}

/***************サンクスページ**************/
.thanks {
  padding: 50px 0;
}

.thanks-inner .thanks-ttl {
  font-size: 28px;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.thanks-inner .thanks-txt {
  font-size: 16px;
  margin-bottom: 20px;
}
.thanks-inner .thanks-btn {
  margin-bottom: 15px;
}
.thanks-inner .thanks-btn a {
  font-size: 20px;
}

/*# sourceMappingURL=sp.css.map */
