@charset "UTF-8";
.webp .fv_page {
  background: url(../images/fv.png.webp);
}
@media screen and (max-width: 575px) {
  .webp .fv {
    background: url(../images/fv_sp.png.webp);
  }
}
.no-webp .fv_page {
  background: url(../images/fv.png);
}
@media screen and (max-width: 575px) {
  .no-webp .fv {
    background: url(../images/fv_sp.png);
  }
}

.fv_page {
  padding-top: 16.3%;
}
@media screen and (max-width: 767px) {
  .fv_page {
    padding-top: 36%;
  }
}
@media screen and (max-width: 575px) {
  .fv_page {
    padding-top: 49%;
  }
}

.webp .fv.fv_page {
  background-size: cover;
  background-position: center 68%;
}
@media screen and (max-width: 575px) {
  .webp .fv.fv_page {
    background-position: center 80%;
  }
}

.no-webp .fv.fv_page {
  background-size: cover;
  background-position: center 68%;
}
@media screen and (max-width: 575px) {
  .no-webp .fv.fv_page {
    background-position: center 80%;
  }
}

.fv.fv_page div {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .fv.fv_page div {
    -webkit-transform: translateY(-85%);
            transform: translateY(-85%);
  }
}

.fv.fv_page h1 {
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.6;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 0px 5px #250B04);
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 0px 5px #250B04);
}
@media screen and (max-width: 1280px) {
  .fv.fv_page h1 {
    font-size: 4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .fv.fv_page h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 575px) {
  .fv.fv_page h1 {
    font-size: 2.5rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1040px;
  padding: 0 20px;
  margin: 60px auto 87px;
}
@media screen and (max-width: 1280px) {
  .breadcrumb {
    margin: 40px auto 60px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb {
    margin: 20px auto 30px;
  }
}

.breadcrumb li {
  font-size: 2rem;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1280px) {
  .breadcrumb li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumb li {
    font-size: 1.3rem;
  }
}
.breadcrumb li::before {
  content: "＞";
  padding: 0 5px;
}

.breadcrumb li:first-of-type::before {
  content: none;
}

.first-page .feature {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .first-page .feature {
    margin-bottom: 60px;
  }
}

.first-page .feature h2 {
  font-size: 3rem;
}

.first-page .first {
  margin-bottom: 110px;
}
@media screen and (max-width: 575px) {
  .first-page .first {
    margin-bottom: 60px;
  }
}

.first-page .section-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .first-page .section-title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1280px) {
  .first-page .block {
    text-align: center;
  }
}

@media screen and (max-width: 1280px) {
  .first-page .block .block {
    text-align: left;
  }
}

@media screen and (max-width: 1280px) {
  .first-page .block p {
    text-align: left;
  }
}

.block .concept-title {
  font-size: 2rem;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  .block .concept-title {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .block .concept-title {
    font-size: 1.5rem;
  }
}

.block {
  margin-bottom: 110px;
}
@media screen and (max-width: 1280px) {
  .block {
    max-width: 750px;
    margin: 0 auto 110px;
  }
}
@media screen and (max-width: 575px) {
  .block {
    margin-bottom: 70px;
  }
}

.block .section-title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .block .section-title {
    font-size: 2rem;
  }
}

.block .block {
  margin-bottom: 60px;
}
@media screen and (max-width: 575px) {
  .block .block {
    margin-bottom: 40px;
  }
}

.block .block .section-title {
  font-size: 2rem;
}
@media screen and (max-width: 575px) {
  .block .block .section-title {
    font-size: 1.8rem;
  }
}

.block ul {
  list-style: circle;
  padding-left: 24px;
}
@media screen and (max-width: 575px) {
  .block ul {
    padding-left: 16px;
  }
}

.block ul li {
  padding-left: 6px;
  margin-bottom: 14px;
}
@media screen and (max-width: 575px) {
  .block ul li {
    padding-left: 2px;
  }
}

.block .bold {
  font-weight: 600;
}

.block .l-inner div + div {
  margin-top: 60px;
}
@media screen and (max-width: 575px) {
  .block .l-inner div + div {
    margin-bottom: 40px;
    flex-direction: column-reverse;
  }
}

.section-desc {
  margin-bottom: 90px;
}
@media screen and (max-width: 575px) {
  .section-desc {
    margin-bottom: 50px;
  }
}

.staff-page .block .l-inner {
  max-width: 750px;
}

.price_detail {
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .price_detail {
    font-size: 2rem;
  }
}

.price-br {
  margin-bottom: 30px;
}

.price-page .block .l-inner {
  max-width: 750px;
}

@media screen and (max-width: 575px) {
  .corona-page .block {
    text-align: center;
  }
}

.corona-page .block p,
.corona-page .block ul {
  text-align: left;
}

.access-page section {
  margin-bottom: 146px;
}

@media screen and (max-width: 768px) {
  .access-page section {
    margin-bottom: 80px;
  }
}
.access-title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  max-width: 370px;
  width: 100%;
  border-bottom: 0.5px solid #845558;
  padding-left: 19px;
  margin-bottom: 19px;
}

@media screen and (max-width: 768px) {
  .access-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .access-title {
    font-size: 1.6rem;
    max-width: 271px;
    padding-left: 8px;
    margin-bottom: 14px;
  }
}
.access-desc {
  font-size: 1.8rem;
  line-height: 2;
  padding-left: 53px;
}

@media screen and (max-width: 768px) {
  .access-desc {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 575px) {
  .access-desc {
    font-size: 1.4rem;
    padding-left: 20px;
  }
}
.access-page section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 39px;
}

@media screen and (max-width: 575px) {
  .access-page section dl {
    padding-left: 16px;
  }
}
.access-page section dl dt,
.access-page section dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2rem;
  height: 150px;
  border-bottom: 0.5px solid #845558;
}

@media screen and (max-width: 1024px) {
  .access-page section dl dt,
  .access-page section dl dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .access-page section dl dt,
  .access-page section dl dd {
    font-size: 1.6rem;
    height: auto;
    padding: 20px 0;
  }
}
.access-page section dl dt {
  font-weight: bold;
  width: 22%;
}

@media screen and (max-width: 575px) {
  .access-page section dl dt {
    font-size: 1.4rem;
  }
}
.access-page section dl dt:nth-last-of-type(1) {
  width: 100%;
}

.access-page section dl dd {
  width: 78%;
}

@media screen and (max-width: 575px) {
  .access-page section dl dd {
    padding-left: 20px;
    font-size: 1.2rem;
  }
}
.access-page section dl dd span {
  font-size: 1.6rem;
}

@media screen and (max-width: 575px) {
  .access-page section dl dd span {
    font-size: 1.2rem;
  }
}
.access-page section dl dd:nth-last-of-type(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}


.block-image .l-inner div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (max-width: 575px) {
  .block-image .l-inner div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.block-image div img {
  width: 35%;
  
}
@media screen and (max-width: 575px) {
  .block-image div img {
    width: 100%;
  }
}

.treatment-page .block .block {
  margin: 60px 0 0;
}

.treatment-page h2.section-title {
  text-align: left;
  border: none;
  text-decoration: underline;
  text-decoration-color: #38140A;
  text-decoration-thickness: 1px;
  text-underline-offset: 12px;
  line-height: 2.2;
}

.treatment-page h3.section-title {
  text-align: left;
  border-bottom: none;
  border-left: 5px solid #38140A;
  padding-left: 10px;
  text-decoration: none;
}

.treatment-page .block .l-inner div + p,
.treatment-page p + p {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .treatment-page .block .l-inner div + p,
  .treatment-page p + p {
    margin-top: 20px;
  }
}

.treatment-page .block_price p + p {
  margin-top: 0;
}

.contact-inner {
  padding: 0;
}

.contact-form {
  width: 100%;
  margin: 0 auto;
}

.contact-form > * {
  overflow-y: visible;
}

.mcWRN .teQAzf {
  max-width: 100%;
  width: 100% !important;
}

.map_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.map_wrapper img {
  width: 50%;
}
.map_content {
  width: 46%;
  height: 380px;
  position: relative;
}
.map_content iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  .map_wrapper {
    flex-direction: column;
  }
  .map_wrapper img {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 600px;
  }
  .map_content {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .map_wrapper {
    margin-top: 20px;
  }
}

.treatment-page p + p.strong {
  font-size: 2rem;
  margin-top: 60px;
  text-decoration: underline;
}
@media screen and (max-width: 550px) {
  .treatment-page p + p.strong {
    font-size: 1.8rem;
  }
}

/* 追加分 */
.treatment-page .block p + img {
  width: 350px;
  display: block;
  margin: 60px auto;
}

.treatment-page h2 + img {
  width: 550px;
  display: block;
  margin: 30px auto 60px;
}

.treatment-page h3 + img {
  width: 350px;
  display: block;
  margin: 30px 0 40px;
}

.treatment-page .block.block-image .section-title + div p + img {
  width: 35%;
  margin: 0;
}

.price_detail {
  text-align: right;
}

.block_price dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin-left: 40px;
}

.block_price .price_category {
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  text-align: left;
  border-bottom: none;
  border-left: 5px solid #38140A;
  padding-left: 10px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 20px;
}

.block_price dl + .price_category {
  margin-top: 40px;
}

.block_price dl + dl {
  margin-top: 40px;
}

.block_price dl dd {
  width: 170px;
  line-height: 1;
  margin-top: auto;
  border-bottom: 1px solid #38140A;
  text-align: right;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.block_price dl dt {
  width: calc(100% - 170px);
  border-bottom: 1px solid #38140A;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

@media screen and (max-width: 575px) {
  .block_price .price_category {
    font-size: 1.6rem;
  }
  .block_price dl + .price_category {
    margin-top: 30px;
  }
  .block_price dl {
    margin-left: 20px;
  }
  .block_price dl dt {
    width: calc(100% - 110px);
  }
  .block_price dl dd {
    width: 110px;
  }
  .treatment-page .block p + img {
    width: 100%;
    margin: 30px auto;
  }
  .treatment-page h2 + img {
    width: 100%;
    margin: 0 0 30px;
  }
  .treatment-page h3 + img {
    width: 100%;
    margin: 0 0 30px;
  }
  .treatment-page .block.block-image .section-title + div p + img {
    width: 100%;
  }
}

.youtube_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 4%;
}

.youtube_list li {
  width: 48%;
}

.youtube_wrapper {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 20px;
}

.youtube_wrapper iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube_list h2 {
  font-size: 1.8rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-weight: 600;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 575px) {
  .youtube_list {
    flex-direction: column;
    gap: 40px;
  }
  .youtube_list li {
    width: 100%;
  }
  .youtube_wrapper {
    margin-bottom: 15px;
  }
  .youtube_list h2 {
    font-size: 1.6rem;
  }
}

/* from */


.fmdef {
	width:800px;
	margin:0 auto;
	font-size:20px;
}

.fmdef th {
	width:250px;

}

.fmdef td,.fmdef th {
	padding:0.75em;
	vertical-align:top;
}

.fmdef input[type="text"] {
	width:100%;
	border:1px solid #666;
}

.fmdef input[type="radio"] {
	width:16px !important;
	height:16px !important;
	margin-right:11px;
	appearance: auto !important;
	-webkit-appearance: radio !important;
	-moz-appearance: radio !important;
	display: inline-block !important;
	width: auto !important;
	height: auto !important;
	position: static !important;
	visibility: visible !important;
	opacity: 1 !important;
}

.fmdef textarea {
	width:100%;
	height:150px;
	border:1px solid #666;
}

.fmbutton {
	width:50%;
	text-align: center;
	color:#FFFFFF;
	padding:10px 20px;
	border:2px solid #B8985B;
	background:linear-gradient(90deg,#BA9A5D,#937130);
	cursor:pointer;
}
.fmbutton:hover {
	background:#ccaa64;
}

#fmerror {
	width:800px;
	margin:50px auto;
	font-size:20px;
	text-align:center;
	border:1px solid #daa520;
	display:none;
}

.fmerror td {
	padding:0.5em;
	text-align:center;
}

#comp {
	font-size:20px;
}

@media screen and (max-width: 800px) {

	.fmdef {
		width:100%;
	}

	.fmdef th,.fmdef td {
		display: block;
		width: 100%;
	}

	#fmerror {
		width:95%;
	}

}

