@charset "UTF-8";
/*===============================
ベース
===============================*/
@import "font/style.css";
html {
  font-size: 62.5%;
  font-family: "Roboto", "Yu Gothic", "Ionicons", "icomoon", sans-serif;
}

img {
  max-width: 100%;
}

.contact_btn_area {
  background-color: #FFDA50;
}
.contact_btn_area .btn_area_innner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
  display: flex;
  gap: 30px;
}
.contact_btn_area .btn_area_innner .tel {
  width: calc(100% / 3);
  background-color: #36C4D8;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  align-items: center;
  max-height: 138px;
}
.contact_btn_area .btn_area_innner .tel .block_wrap {
  margin: 0 auto;
  width: 90%;
}
.contact_btn_area .btn_area_innner .tel p:first-child {
  color: #FFF;
  font-weight: normal;
}
.contact_btn_area .btn_area_innner .mail {
  width: calc(100% / 3);
}
.contact_btn_area .btn_area_innner .line {
  width: calc(100% / 3);
}

.sec_title {
  text-align: center;
  margin-bottom: 30px;
}

.con_main_A {
  padding: 100px 10px;
  background-color: #D0ECF0;
  text-align: center;
}
.con_main_A p:not(.sub_title) {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 4rem;
  margin: 20px auto;
}
.con_main_A p:not(.sub_title).left_p {
  text-align: left;
}

.con_main_B {
  padding: 100px 10px;
  text-align: center;
}
.con_main_B p:not(.sub_title) {
  max-width: 1100px;
  margin: 0 auto;
  font-size: 2rem;
}
.con_main_B p:not(.sub_title).left_p {
  text-align: left;
}

.inner_main {
  max-width: 1200px;
  margin: 0 auto;
}

/*===============================
パーツ
===============================*/
/* 電話番号
-------------------------------*/
.tel {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.tel .tel_number {
  color: #FFF;
  font-size: 4rem;
  margin-top: 5px;
}
.tel .tel_time {
  background-color: #D0ECF0;
  padding: 8px 0;
  border-radius: 5px;
  color: #36C4D8;
  font-size: 1.2rem;
  margin-top: 5px;
}

/* テーブル
----------------------------*/
.table {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #F3F1EC;
  flex-wrap: wrap;
  text-align: left;
}
.table dt {
  width: 100%;
  color: #59482C;
  font-size: 14px;
  background-color: #F3F1EC;
  text-align: center;
  padding: 15px 0;
  margin: 0;
}
.table dd {
  background-color: #FFF;
  float: left;
  border: 0;
  border-top: 1px solid #F3F1EC;
  margin: 0;
  padding: 15px;
  align-self: stretch;
  box-sizing: border-box;
}
.table dd:nth-of-type(odd) {
  border-left: 1px solid #F3F1EC;
  width: 40%;
}
.table dd:nth-of-type(even) {
  width: 60%;
  border-left: 1px solid #F3F1EC;
  border-right: 1px solid #F3F1EC;
}

/* 必須
-------------------------------*/
.required {
  background-color: #FA1414;
  color: #FFF;
  padding: 0 12px;
  font-size: 12px;
  line-height: 21px;
  float: right;
  display: block;
  margin-right: 30px;
}

/*===============================
ボタン
===============================*/
/* メールボタン
-------------------------------*/
.btn_mail {
  font-weight: bold;
  color: #FFF;
  background-color: #F85C36;
  padding: 20px;
  border-radius: 8px;
}
.btn_mail:before {
  display: inline-block;
  content: "\e900";
  margin-right: 5px;
}
/* LINEボタン
-------------------------------*/
.btn_line {
  font-weight: bold;
  color: #FFF;
  background-color: #06c755;
  padding: 10px 25px 10px 15px;
  border-radius: 8px;
  margin-left: 20px;
  max-height: 56px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.btn_line:before {
  content: "";
  background-image: url(../../img/lp/line.png);
  width: 38px;
  height: 38px;
  display: inline-block;
  margin-right: 5px;
}

/* 検索リンク(サイド)
-------------------------------*/
#side_search-link {
  position: fixed;
  top: 50%;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: translate(0, -50%);
  background-color: #F3F1EC;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  z-index: 999;
}
#side_search-link a {
  color: #B5CD5A;
  font-weight: bold;
  padding: 20px 20px 0;
  display: block;
}
#side_search-link a:after {
  content: "\e902";
  background-color: #B5CD5A;
  color: #FFF;
  margin-top: 20px;
  padding: 20px;
}

/* 送信ボタン
-------------------------------*/
.submit {
  font-weight: bold;
  color: #FFF;
  background-color: #F85C36;
  padding: 20px;
  border-radius: 8px;
  width: 30%;
  border: none;
  cursor: pointer;
}

.submit:hover {
  opacity: 0.8;
}

/* TOPへ戻る
----------------------------*/
.back_to_top {
  display: block;
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1000;
}
.back_to_top img {
  width: 90%;
  display: block;
}

/*===============================
図形
===============================*/
/* やじるし
-------------------------------*/
.yazirushi div:first-child {
  width: 10vw;
  height: 3vw;
  background-color: #F85C36;
  margin: 0 auto;
}
.yazirushi div:last-child {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 8vw 0 8vw;
  border-color: #F85C36 transparent transparent transparent;
  margin: 0 auto;
}

/* --- お問い合わせフォーム --- */
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}

.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}

/* 任意緑色表示 */
.wpcf7 .any {
  color: #080;
}

.screen-reader-response {
  display: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

/*===============================
スタイル
===============================*/
#wrapper {
  font-size: 1.6rem;
}
/* #wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #36C4D8;
} */

header{
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1001;
}
header:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #36C4D8;
}

#header {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
#header #header_title h1 {
  font-weight: normal;
  font-size: 1.2rem;
}
#header #header_title img {
  margin-top: 10px;
  max-width: 300px;
}
#header #header_content {
  text-align: center;
  display: flex;
  align-items: center;
}
#header #header_content .tel {
  font-size: 1.4rem;
  margin-right: 20px;
}
#header #header_content .tel .tel_number {
  font-size: 4.8rem;
  color: #36C4D8;
}
#header #header_content .tel .tel_time {
  font-size: 1.2rem;
}

#top {
  background-image: url(../../img/lp/img_main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  width: 100%;
  height: 760px;
}

#top h2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 1240px) {
  #top h2 > img{
    width: 55%;
  }
}

#content_intro1 {
  padding: 100px 10px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

#content_intro2 {
  padding: 100px 10px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 0;
}
#content_intro2 .block_wrap {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
#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: 2.4rem;
}
#content_intro2 .check_block {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-top: 80px;
  padding: 40px 100px;
  background: #F3F1EC url(../../img/lp/img_model_1.png) right 50px bottom no-repeat;
  background-size: contain;
}
#content_intro2 .check_block .plus {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}
#content_intro2 .check_block li:not(.plus) {
  font-size: 2.4rem;
  text-align: left;
  margin: 15px 0;
  display: flex;
  align-items: center;
}
#content_intro2 .check_block li:not(.plus):before {
  content: url("../../img/lp/img_check.png");
  margin-right: 15px;
}
#content_intro2 h3 {
  margin-top: 20px;
}
#content_intro2 .plan_3 {
  display: block;
  margin: 30px auto 0;
}

#content_ceramic .recommend {
  margin: 40px auto;
}
#content_ceramic .recommend .block_wrap {
  display: flex;
  justify-content: center;
}
#content_ceramic .recommend .block_wrap li:nth-child(n+2) {
  margin-left: 20px;
}
#content_ceramic .ceramic {
  background-color: #FFF;
}
#content_ceramic .ceramic h3 {
  display: block;
  background-color: #B5CD5A;
  padding: 20px 0;
}
#content_ceramic .ceramic h3 img {
  display: block;
  margin: 0 auto;
}
#content_ceramic .ceramic .ceramic_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#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: left;
}
#content_ceramic .ceramic .block_wrap .block2 {
  background: url(../../img/lp/img_ceramic_2.png) center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#content_ceramic .ceramic .comparison h4 {
  display: block;
  background-color: #B5CD5A;
  padding: 20px 0;
}
#content_ceramic .ceramic .comparison .block_wrap {
  display: flex;
  justify-content: space-between;
}
#content_ceramic .ceramic .comparison .block_wrap .comparison_1 {
  max-width: 475px;
  width: 47%;
}
#content_ceramic .ceramic .comparison .block_wrap .comparison_1 dt {
  border: 1px solid #3F2F26;
  padding: 10px 0;
  border-radius: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}
#content_ceramic .ceramic .comparison .block_wrap .comparison_1 dd {
  text-align: left;
  font-size: 1.9rem;
  line-height: 4rem;
  margin-top: 20px;
}
#content_ceramic .ceramic .comparison .comparison_2 {
  max-width: 475px;
  width: 47%;
}
#content_ceramic .ceramic .comparison .comparison_2 dt {
  background-color: #B5CD5A;
  color: #FFF;
  padding: 10px 0;
  border-radius: 20px;
  font-size: 2.5rem;
  font-weight: bold;
}
#content_ceramic .ceramic .comparison .comparison_2 dd {
  text-align: left;
  font-size: 1.9rem;
  line-height: 4rem;
  margin-top: 20px;
}
#content_ceramic .ceramic .comparison .comparison_2 dd ul {
  margin-left: 10px;
}
#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 20px 10px;
  background-image: url(../../img/lp/bg_ceramic.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-color: #fffef2;
}
#content_ceramic .ceramic .ceramic02 .title {
  margin-bottom: 80px;
}
#content_ceramic .ceramic .ceramic02 .text img {
  margin: 0 auto;
}
#content_ceramic .ceramic .ceramic02 .bnr_area {
  margin-top: 580px;
}
#content_ceramic .ceramic .ceramic02 .note {
  text-align: center;
  font-size: 1.4rem;
}

#content_flow {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: -15vw;
  padding-bottom: 0;
}
#content_flow .flow_wrap {
  position: relative;
}
#content_flow .flow_wrap dl {
  position: relative;
}
#content_flow .flow_wrap dl dd {
  position: absolute;
  width: 48%;
  text-align: left;
}
#content_flow .flow_wrap dl dd p{
  margin-top: 40px;
}
#content_flow .day_1 {
  margin-top: 40px;
}
#content_flow .day_1 dd {
  top: 27%;
  right: 0;
}
#content_flow .day_2 {
  top: -7vw;
}
#content_flow .day_2 dd {
  top: 40%;
  left: 0;
}
#content_flow .last_p {
  top: -15vw;
}
#content_flow .last_p img {
  display: block;
}

#content_aboutCeramic .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#content_aboutCeramic .about_ceramic {
  background: #36C4D8;
  padding: 80px 0 150px;
}
#content_aboutCeramic .about_ceramic .sec_title {
  margin-bottom: 60px;
}
#content_aboutCeramic .about_ceramic .point_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#content_aboutCeramic .about_ceramic_block:nth-child(n+2) {
  margin-top: 50px;
}
#content_aboutCeramic .ceramic_example {
  background: #ffdbbd;
  padding: 80px 0 150px;
}
#content_aboutCeramic .ceramic_example .sec_title {
  margin-bottom: 100px;
}
#content_aboutCeramic .ceramic_example_block {
  background: #FFF;
}
#content_aboutCeramic .ceramic_example_block:nth-child(n+2) {
  margin-top: 80px;
}
#content_aboutCeramic .ceramic_example_block .note {
  padding: 0 100px 40px !important;
  margin-top: 0 !important;
}
#content_aboutCeramic .ceramic_example .note {
  font-size: 1.3rem;
  color: #909090;
  line-height: 2em;
  padding: 0 100px;
  margin-top: 30px;
}
#content_aboutCeramic .con_main_B img {
  margin: 0 auto;
}

#content_price .price_list {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
#content_price .price_list dl {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 30px 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: 2.4rem;
}
#content_price .price_list dl dt {
  text-align: left;
  font-size: 2.4rem;
}
#content_price .price_list dl dt span {
  font-size: 2.6rem;
  font-weight: bold;
}
#content_price .price_list dl dd {
  text-align: right;
  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: 1200px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  line-height: 3rem;
  margin-top: 25px;
}
#content_price .price_method {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
#content_price .price_method h3 {
  background-color: #36C4D8;
  padding: 15px 0;
}
#content_price .price_method .block_wrap {
  display: flex;
}
#content_price .price_method .block_wrap dl {
  background-color: #FFF;
  margin-top: 15px;
  padding: 40px;
  width: 100%;
}
#content_price .price_method .block_wrap dl:nth-child(2) {
  margin-right: 15px;
  margin-left: 15px;
}
#content_price .price_method .block_wrap dl dt {
  margin-bottom: 30px;
}
#content_price .price_method .block_wrap dl dd {
  text-align: justify;
  text-align: 1.8rem;
  line-height: 3.2rem;
}
#content_price .price_method .block_wrap dl dd span {
  color: #F85C36;
  font-weight: bold;
  font-size: 2.2rem;
}

#pr {
  background-color: #F7F7F9;
  padding: 40px 0;
}
#pr .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#pr img {
  display: block;
  margin: 0 auto;
}

#content_q-a {
  max-width: 1200px;
  margin: 0 auto;
}
#content_q-a dl {
  margin: 0;
  padding: 30px 0;
  border-top: 1px solid #F3F1EC;
  border-bottom: 1px solid #F3F1EC;
  box-sizing: border-box;
  text-align: justify;
  font-size: 2rem;
  line-height: 4rem;
}
#content_q-a dt,
#content_q-a dd {
  color: #59482c;
  position: relative;
  padding-left: 100px;
  display: block;
  box-sizing: border-box;
}
#content_q-a dt {
  margin-bottom: 40px;
  font-weight: bold;
  /*
  	&:after{
  		content:'\f123';
  		position: absolute;
  		top:50%;
  		right:20px;
  		box-sizing:border-box;
  		font-family: "Ionicons";
  		margin-top:-15px;
  	}

  	&.active:after{
  		content:'\f126';
  		position: absolute;
  		top:50%;
  		right:20px;
  		box-sizing:border-box;
  		font-family: "Ionicons";
  		margin-top:-15px;
  	}
  */
}
#content_q-a dt:before {
  content: url(../../img/lp/img_q.png);
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -28px;
  box-sizing: border-box;
}
#content_q-a dd:before {
  content: url(../../img/lp/img_a.png);
  position: absolute;
  left: 15px;
  box-sizing: border-box;
}

#content_clinic .profile {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #FFF;
}
#content_clinic .profile div dl dt {
  font-size: 2.6rem;
  margin: 20px 0;
}
#content_clinic .profile div dl dt span {
  font-size: 1.6rem;
  margin-right: 25px;
}
#content_clinic .table {
  width: 50%;
}
#content_clinic .info {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding-top: 40px;
}
#content_clinic .info div:first-child {
  width: 50%;
  margin-right: 25px;
}
#content_clinic .info h3 {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 15px 0;
}
#content_clinic .info address {
  line-height: 3rem;
}
#content_clinic .info dl {
  box-sizing: border-box;
  margin-left: 0;
  flex-wrap: wrap;
  align-items: stretch !important;
  border-right: 1px solid #F3F1EC;
}
#content_clinic .info dt,
#content_clinic .info dd {
  width: 11%;
  margin: 0;
  border-right: none;
}
#content_clinic .info dd:not(.time) {
  text-align: center;
  padding: 29px 0;
  box-sizing: inherit;
}
#content_clinic .info .time {
  width: 23%;
}

#googleMapArea {
  border-top: 1px solid #eee;
  position: relative;
}

#map_canvas {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 480px) {
  #map_canvas {
    height: 230px;
  }
}
#googleMapArea #map_detail {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 30px;
  background: #FFF;
  border: 2px solid #ccc;
  z-index: 10;
}
#googleMapArea #map_detail .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
#googleMapArea #map_detail .address {
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 22px;
}
#googleMapArea #map_detail .tel_fax {
  font-weight: bold;
}
#googleMapArea #map_detail .tel {
  font-size: 16px;
  text-align: left;
}
#googleMapArea #map_detail .tel span {
  font-size: 16px;
}
#googleMapArea .linkBlock01 {
  text-align: right;
  margin: 20px;
}

@media screen and (max-width: 480px) {
  #googleMapArea #map_detail {
    position: static;
    padding: 30px 20px;
  }
}
@media screen and (max-width: 480px) {
  #googleMapArea #map_detail .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #googleMapArea .linkBlock01 {
    text-align: center;
  }
}
#content_contact {
  max-width: 1200px;
  margin: 0 auto;
}
#content_contact .btn_area_innner {
  padding: 50px 10px;
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
#content_contact .btn_area_innner .tel {
  width: calc(100% / 3);
  background-color: #36C4D8;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  min-height: 136px;
}
#content_contact .btn_area_innner .tel .block_wrap {
  margin: 0 auto;
  width: 90%;
}
#content_contact .btn_area_innner .tel p:first-child {
  color: #FFF;
  font-weight: normal;
}
#content_contact .btn_area_innner .tel .tel_number {
  font-size: 4rem;
  margin-top: 5px;
}
#content_contact .btn_area_innner .tel .tel_time {
  font-size: 1.2rem;
  margin-top: 5px;
}
#content_contact .btn_area_innner .mail {
  width: calc(100% / 3);
}
#content_contact .btn_area_innner .line {
  width: calc(100% / 3);
}
#content_contact #contact_form dl {
  text-align: left;
  display: flex;
  border-bottom: 1px solid #DCDCDC;
}
#content_contact #contact_form dl:first-child {
  border-top: 1px solid #DCDCDC;
}
#content_contact #contact_form dl dt {
  width: 30%;
  padding: 15px;
  background-color: #F3F1EC;
}
#content_contact #contact_form dl dd {
  padding: 15px;
  width: 70%;
}
#content_contact #contact_form dd .alert{
  line-height: 2.8rem;
}
#content_contact #contact_form dl dd .postal-wrap{
  display: flex;
  align-items: center;
  gap: 10px;
}
#content_contact #contact_form dl dd .alert{
  margin: 10px 0 0;
}
#content_contact #contact_form .date dd .choice001,
#content_contact #contact_form .date dd .choice002{
  margin: 0;
}
#content_contact #contact_form dl dd .postal-wrap .adjust{
  flex-shrink: 0;
}
#content_contact #contact_form dl dd .your-address01-wrap{
  display: flex;
  align-items: center;
  gap: 10px;
}
#content_contact #contact_form dl dd .your-address01-wrap .adjust{
  flex-shrink: 0;
}
#content_contact #contact_form input,
#content_contact #contact_form textarea{
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
#content_contact #contact_form input[type="date"],
#content_contact #contact_form select{
  padding: 5px;
  height: 30px;
}
#content_contact #contact_form .big {
  width: 100%;
}
#content_contact #contact_form input [type=text] {
  width: 40%;
}
#content_contact #contact_form textarea {
  width: 100%;
  height: 20rem;
}
#content_contact #contact_form .submit {
  width: 30%;
  margin: 40px auto 0;
  padding: 20px;
  -webkit-appearance: none !important;
}
#content_contact #contact_form .date dd p{
  font-size: 1.6rem;
}
#content_contact #contact_form .date dd .choice001,
#content_contact #contact_form .date dd .choice002 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}
#content_contact #contact_form .date dd .adjust1,
#content_contact #contact_form .date dd .adjust2{
  flex-shrink: 0;
}
#content_contact span.wpcf7-list-item {
  display: block;
}

footer {
  background-color: #F3F1EC;
  position: relative;
}
footer #footer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding-top: 40px;
  padding: 30px 0;
}
footer #footer div:first-child {
  width: 50%;
  margin-right: 25px;
}
footer #footer div:first-child img {
  width: 80%;
}
footer #footer address {
  margin-top: 15px;
  line-height: 3rem;
}
footer small {
  display: block;
  background-color: #36C4D8;
  padding: 15px;
  text-align: center;
  color: #FFF;
}

/******************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: 50px 0 30px;
  width: 100%;
  height: max-content;
}
#page_top_lp3 p {
  text-align: center;
}
#page_top_lp3 p:nth-of-type(1) {
  margin-bottom: 50px;
}

#top_lp3 {
  background-image: url("../../img/lp/img_main_lp3.jpg");
  background-repeat: no-repeat;
  background-position: top;
  padding: 100px 0 0;
  width: 100%;
  height: max-content;
}
#top_lp3 h2 {
  max-width: 1200px;
  margin: 0 auto;
}
#top_lp3 p {
  text-align: center;
  padding-top: 30px;
}

#con_lp3 {
  background-image: url("../../img/lp/img_kyousei_bg_lp3.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  width: 100%;
  height: max-content;
}
#con_lp3 h2 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
}

#ireba {
  text-align: center;
  padding: 50px 0;
}
#ireba p:nth-of-type(1) {
  margin-bottom: 15px;
}

.link_btn {
  width: 48%;
  margin-left: 2%;
}

.contact_btn_area_lp3 {
  background-color: #fffe8d;
}
.contact_btn_area_lp3 .btn_area_innner {
  max-width: 950px;
  margin: 0 auto;
  padding: 30px 10px;
  display: flex;
}
.contact_btn_area_lp3 .btn_area_innner .tel {
  width: calc(100% / 3);
  background-color: #36C4D8;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.contact_btn_area_lp3 .btn_area_innner .tel .block_wrap {
  margin: 0 auto;
  width: 95%;
}
.contact_btn_area_lp3 .btn_area_innner .tel p {
  margin-bottom: 5px;
}
.contact_btn_area_lp3 .btn_area_innner .tel p:first-child {
  color: #FFF;
  font-weight: normal;
}
.contact_btn_area_lp3 .btn_area_innner .link_btn {
  width: 48%;
  margin-left: 2%;
}

/***************サンクスページ**************/
.thanks {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: 150px 0;
  text-align: center;
}

.thanks-inner .thanks-ttl {
  font-size: 48px;
  font-weight: bold;
  border-bottom: 2px solid #36c4d8;
  padding-bottom: 10px;
  margin-bottom: 30px;
  display: inline-block;
}
.thanks-inner .thanks-txt {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.thanks-inner .thanks-btn {
  margin-bottom: 25px;
}
.thanks-inner .thanks-btn a {
  background: #36c4d8;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 1em 2em;
  border-radius: 50px;
  display: inline-block;
}
.thanks-inner .thanks-privacypolicy a {
  text-decoration: underline;
}

/**********Contactfoam7の不要箇所************/
div.wpcf7 .ajax-loader {
  display: none !important;
}

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