@charset "utf-8";

.header_sp_menu {
  display: none !important;
}

a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

body {
  color: #370a1c;
  font-size: 16px;
  background: #fff url("../image/bg.png") repeat-y;
  background-size: contain;
  font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}
body.index {
  background: #fff;
}
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 游明朝, YuMincho, HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wrapper {
  position: relative;
  margin: 160px auto 0 auto;
}

h2 {
  margin-bottom: 25px;
  color: #e03873;
  font-size: 180%;
  text-align: center;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0.05em;
}
h2 img {
  width: auto;
  max-width: 80%;
  max-height: 30px;
}
h2 img.two {
  max-width: 90%;
  max-height: 64px;
}
h4 {
  margin-bottom: 3px;
  color: #e03873;
  font-size: 140%;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 400;
  box-shadow: 0 3px 8px rgba(208, 186, 194, 0.7);
}
.header_inner {
  height: 60px;
  margin: 0 auto;
  /* padding: 30px 40px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffc6c6;
}
.header_left {
  padding-left: 30px;
}
.header_left a {
  display: block;
  color: #370a1c;
  text-decoration: none;
}
.header_right {
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_sub {
  font-size: 60%;
}
.header_ttl h1 {
  /* font-size: 100%;
  font-weight: bold;
  color: #e03873; */
}
.header_ttl h1 img {
  display: block;
  width: auto;
  max-height: 20px;
  margin-left: -4px;
}
.header_reserveBtn {
  width: 200px;
  margin-right: 20px;
}
.header_reserveBtn a {
  display: block;
  max-width: 250px;
  line-height: 24px;
  background: #68b37d;
  color: #fff;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 5px;
  text-align: center;
}
.header_menuBtn {
  height: 24px;
}
.header_pc_menu {
  /* padding-right: 30px; */
}
.header_pc_menu ul {
  /* list-style-type: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.3rem;
  max-width: 600px; */
  background: #fff;
  display: flex;
  list-style-type: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_pc_menu ul li {
  /* margin-left: 10px; */
  border-left: 1px solid #ffc6c6;
  flex: auto;
  text-align: center;
}
.header_pc_menu ul li:first-child {
  border-left: none;
}
.header_pc_menu ul li a {
  display: block;
  padding: 10px 0;
  /* color: #115eb3; */
  color: #370a1c;
  text-decoration: none;
  transition: 0.5s ease;
}
.header_pc_menu ul li a:hover {
  background: #e03873;
  /* background: #115eb3; */
  color: #fff;
}
.header_pc_menu ul li.header_pc_menu_ctr {}
.header_pc_menu ul li.header_pc_menu_ctr a {
  font-weight: bold;
}
.header_pc_yoyaku {
  padding-right: 30px;
  margin-top: -2px;
}
.header_pc_yoyaku a {
  display: block;
  position: relative;
  padding: 4px 40px;
  background: #68b37d;
  color: #fff;
  border-radius: 50px;
  /* box-shadow: 0 3px 0 #1b5f2e; */
  text-decoration: none;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  border: 1px solid #aaf1b4;
  transition: 0.2s ease;
}
.header_pc_yoyaku a:hover {
  background-color: #fff;
  color: #68b37d;
  border: 1px solid #68b37d;
}
.header_pc_yoyaku a::after {
  font-family: "Font Awesome 5 Solid";
  content: '\f0da';
  display: none;
}
.header_pc_yoyaku a svg {
  pointer-events: none;
  width: 18px !important;
  height: 18px;
  position: absolute;
  right: 2%;
  top: 23%;
  cursor: pointer;
}
.header_pc_yoyaku a svg path {
  fill: #fff;
}
.header_pc_yoyaku a:hover svg path {
  fill: #68b37d;
}
.footerMenu {
  display: none;
}

.footer {
  margin: 25px auto;
  padding: 20px 0;
  text-align: center;
  border-top: 1px solid #ccc;
  font-size: 80%;
}
.footer_copy {
  font-size: 80%;
}
.footer_link {
  margin-bottom: 20px;
  font-size: 90%;
}
.footer_link ul {
  width: 70%;
  min-width: 480px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.footer_link ul li {}
.footer_link ul li a {}
.topimage {
  margin-top: -55px;
}
.topimages {
  width: 75%;
  max-width: 700px;
  min-width: 500px;
  margin: 0 auto 30px auto;
}
.topimages_content {}
.topimageArea {
  width: 100%;
  max-width: 1100px;
  min-width: 700px;
  height: 500px;
  margin: 0 auto;
  position: relative;
  opacity: 0;
  overflow: hidden;
}
.topimageArea:before {
  /* content: "";
  display: block;
  padding-top: 100%; */
}
.topimageArea_01,
.topimageArea_02,
.topimageArea_03,
.topimageArea_04,
.topimageArea_05 {
  position: absolute;
}
.topimageArea_01 {
  width: 300px;
  top: 200px;
  left: 7%;
  z-index: 40;
}
.topimageArea_02 {
  width: 250px;
  top: 0;
  right: 5%;
  z-index: 41;
}
.topimageArea_03 {
  width: 400px;
  top: 180px;
  right: 0;
}
.topimageArea_04 {
  width: 450px;
  top: 0;
  left: 0;
}
.topimageArea_05 {
  width: 450px;
  top: 120px;
  left: 50%;
  margin-left: -225px;
  z-index: 45;
}

.content {
  width: 90%;
  min-width: 700px;
  max-width: 1100px;
  margin: 50px auto;
}
.index .content {
  width: 100%;
}
.special_notice {
  margin: 40px 0;
}
.special_notice_content {
  width: 60%;
  min-width: 750px;
  margin: 0 auto;
  padding: 15px;
  background: #fdf5f5;
}
.special_notice_content_overflow {
  height: 300px;
  border: 1px solid #ccc;
  padding: 10px;
  background: #fff;
  overflow-y: scroll;
}
.special_notice_sp {
  display: none;
}
.schedule {
  margin: 50px auto 80px auto;
}
.schedule_img {
  width: 70%;
  min-width: 400px;
  max-width: 500px;
  margin: 0 auto;
}
.schedule_text {
  width: 70%;
  min-width: 480px;
  margin: 5px auto 0 auto;
  text-align: center;
}
.schedule_timeTable {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  border-collapse: collapse;
}
.schedule_timeTable_head {
  background: #ffc6c6;
}
.schedule_timeTable th {
  padding: 10px 15px;
}
.schedule_timeTable th:first-of-type {
  width: 10em;
}
.schedule_timeTable td {
  padding: 10px 15px;
  font-size: 120%;
  text-align: center;
}
.schedule_timeTable td.timeline {
  font-size: 100%;
}

.ctrArea {
  margin: 20px 0;
  padding: 15px 0;
  background: #ffe6a3;
  text-align: center;
}
.ctrArea_inner {
  width: 92%;
  margin: 0 auto;
}
.ctrArea_text {
  color: #e03873;
}
.ctrArea_btn {
  margin: 5px 0;
}
.ctrArea_btn a,
.ctaBtn_drawer {
  display: block;
  width: 60%;
  max-width: 450px;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  background: #68b37d;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 0 #1b5f2e;
  text-decoration: none;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
.ctaBtn_drawer {
  width: 90%;
  text-align: center;
  padding: 9px 0 6px 0;
  letter-spacing: inherit;
}
.ctaBtn_drawer:hover {
  color: #fff;
}
.ctrArea_tel {
  margin-top: 15px;
}
.ctrArea_tel img {
  width: 0.9em;
  margin: 0 3px -3px 0;
}
.ctrArea_tel a {
  color: #3b2003;
  cursor: text;
}

.first {
  max-width: inherit;
  padding: 60px 0;
  background: #fdf5f5;
  margin: 50px auto 0 auto;
}
.first_content {
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.first_image {
  width: 45%;
  max-width: 700px;
  max-height: 400px;
  margin-left: 5%;
  overflow: hidden;
}
.first_image img {}
.first_text {
  width: 50%;
  margin: 0 auto;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.first_text h2 {
  text-align: left;
}
.first_text p {
  margin-top: 10px;
}

.info {
    margin-top: 50px;
}
.info_content {
  max-width: 680px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #ccc;
  background: #fdf5f5;
  font-size: 1.3rem;
}
.info_content ul {
  list-style-type: none;
}
.info_content ul li {
  display: flex;
  margin-bottom: 0.8em;
}
.info_content ul li:last-child {
  margin: 0;
}
.info_day {
  width: 33%;
  color: #a30a5d;
}
.info_detail {
  width: 67%;
}
.info_new {
  display: block;
  width: 4em;
  margin-right: 3px;
  padding: 0 4px;
  color: #e03873;
  background: #ffc6c6;
  border-radius: 25px;
  text-align: center;
}

.tokucho {
  width: 100%;
  max-width: inherit;
  margin: 0 0 -50px 0;
  padding: 40px 0;
  background: #fff url(../image/content_bg02.jpg) no-repeat;
  background-size: cover;
}
.tokucho h2 {
  margin-bottom: 20px;
}
.tokucho h3 {
  margin: 15px 0 5px 0;
  padding: 12px 0;
  background: #ffc6c6;
  font-size: 100%;
  text-align: center;
  letter-spacing: 0.04em;
}
.tokucho h3 img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 20px;
  vertical-align: middle;
}
.tokucho_contentWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.tokucho_content {
  /* width: 45%; */
  width: 30%;
  max-width: 350px;
  margin: 15px auto 30px auto;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.tokucho_text {}
.tokucho_text p {
  font-size: 95%;
  line-height: 160%;
}
.tokucho_image {
  width: 150px;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid #e03773;
  border-radius: 100%;
  text-align: center;
  background: #fff;
  /* background: linear-gradient(-45deg, #fff, #ffe59f, #fff, #ffe59f);
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite; */
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
.tokucho_image img {
  vertical-align: middle;
}
.tokucho_imgLeft .tokucho_text {}
.tokucho_imgLeft .tokucho_image {
  margin-right: 3%;
}
.tokucho_imgRight .tokucho_text {
  margin-right: 3%;
}
.tokucho_imgRight .tokucho_image {}

.setubi, .clinic_detail, .price {
  width: 90%;
  min-width: 600px;
  max-width: 900px;
}

.setubi {
  width: 100%;
  max-width: inherit;
  padding: 40px 0;
  background: #fdf5f5;
}
.setubi_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 900px;
  margin: 50px auto 40px auto;
  /* text-align: center; */
}
.setubi_content h3 {
  margin: 0 0 15px 0;
}
.setubi_content h3 img {
  width: auto;
  max-width: 95%;
  height: auto;
  max-height: 22px;
}
.setubi_content p {
  margin-bottom: 0.5em;
  font-size: 90%;
  line-height: 180%;
  letter-spacing: 0.03em;
}
.setubi_image {
  width: 35%;
  margin-right: 3%;
}
.setubi_detail {
  width: 62%;
}
.setubi_detail h3 {
  display: inline-block;
  padding: 0 10px;
  background: linear-gradient(transparent 50%, #bcf1cb 50%);
  letter-spacing: 0.05em;
}

.sinryo {
  width: 100%;
  max-width: inherit;
  margin: -50px 0;
  padding: 40px 0;
  background: #fff url(../image/content_bg01.jpg) no-repeat;
  background-size: cover;
}
.sinryo_text {
  text-align: center;
  margin-bottom: 15px;
}
.sinryo_list {
  list-style-type: none;
  width: 75%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.sinryo_list li {
  width: 48%;
  text-align: center;
}
.sinryo_list li a {
  display: block;
  position: relative;
  margin: 0 0 20px 0;
  background-color: #ffc6c6;
  padding: 15px 15px 15px 30px;
  color: #370a1c;
  text-decoration: none;
  border-radius: 50px;
  /* box-shadow: 0 3px 0 #e03873; */
  border: 1px solid #ffc6c6;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  background-size: auto 30px;
  transition: 0.2s ease;
}
.sinryo_list li a:hover {
  background-color: #fff;
  color: #e03873;
  border: 1px solid #e03873;
}
.sinryo_list li a::after {
  font-family: "Font Awesome 5 Solid";
  content: '\f0da';
  display: none;
}
.sinryo_list li a svg {
  pointer-events: none;
  width: 20px !important;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 30%;
  cursor: pointer;
}
.sinryo_list li a svg path {
  fill: #fff;
}
.sinryo_list li a:hover svg path {
  fill: #e03873;
}
.sinryo_list .sinryo_list-ippan a {
  background-image: url(../image/sinryoIcon_ippan.png);
}
.sinryo_list .sinryo_list-yobou a {
  background-image: url(../image/sinryoIcon_yobou.png);
}
.sinryo_list .sinryo_list-sisyu a {
  background-image: url(../image/sinryoIcon_sisyu.png);
}
.sinryo_list .sinryo_list-imp a {
  background-image: url(../image/sinryoIcon_imp.png);
}
.sinryo_list .sinryo_list-white {
  flex-basis: 100%;
  font-size: 90%;
}
.sinryo_list .sinryo_list-white a {
  background-image: url(../image/sinryoIcon_white.png);
}

.sinryo_list .sinryo_list-child a {
  background-image: url(../image/sinryoIcon_child.png);
}
.sinryo_list .sinryo_list-houmon a {
  background-image: url(../image/sinryoIcon_houmon.png);
}

.message_content {
  width: 80%;
  margin: 25px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.message_image {
  width: 40%;
  max-width: 200px;
  margin: 0 4% 0 0;
}
.message_text {
  width: 60%;
  font-size: 95%;
  line-height: 160%;
}

.inquiry {
  max-width: inherit;
  padding: 40px 0;
  background: #fdf5f5;
}
.inquiry_text {
  text-align: center;
  margin-bottom: 25px;
  font-size: 90%;
}
.inquiry_btn {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
  margin-bottom: 25px;
}
.inquiry_btn_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-width: 240px;
  max-width: 400px;
  margin: 20px auto 0 auto;
  background: #68b37d;
  border-radius: 50px;
  /* box-shadow: 0 3px 0 #1b5f2e; */
  border: 1px solid #68b37d;
  text-align: center;
}
.inquiry_btn_link:first-of-type {
  /* width: 100%; */
  /* margin: 0; */
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}
.inquiry_btn_link:first-of-type a {
  padding: 0;
  color: #333;
}
.inquiry_btn a {
  display: block;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.inquiry_btn_link_pcyoyaku {
  position: relative;
  transition: 0.2s ease;
  background: #fff;
}
.inquiry_btn_link_pcyoyaku a {
  color: #1b5f2e;
}
.inquiry_btn_link_pcyoyaku:hover {
  background-color: #68b37d;
}
.inquiry_btn_link_pcyoyaku a:hover {
  color: #fff;
}
.inquiry_btn_link_pcyoyaku::after {
  font-family: "Font Awesome 5 Solid";
  content: '\f0da';
  display: none;
}
.inquiry_btn_link_pcyoyaku svg {
  pointer-events: none;
  width: 20px !important;
  height: 20px;
  position: absolute;
  right: 2%;
  top: 25%;
  cursor: pointer;
}
.inquiry_btn_link_pcyoyaku svg path {
  fill: #68b37d;
}
.inquiry_btn_link_pcyoyaku:hover svg path {
  fill: #fff;
}

.access {}
.access h3 {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 10px auto;
}
.access_wrap {
  display: flex;
  margin: 0 auto;
  width: 80%;
  max-width: 900px;
}
.access_wrap-clinic {
  margin-bottom: 30px;
}
.access_detail {}
.access_text {
  margin-bottom: 15px;
  font-size: 95%;
  /* text-align: center; */
}
.access_map {
  width: 450px;
  margin-right: 20px;
}
.access_map iframe {
  width: 100%;
  height: 400px;
}
.access .schedule h4 {
  margin-top: 20px;
}
.schedule_cal {
  margin: 20px 0 25px 0;
}
.schedule_cal iframe {
  width: 100%;
  height: 350px;
}

.backtop {
  width: 100%;
  margin-top: 40px;
  text-align: center;
  font-size: 90%;
}
.backtop a {}

.clinic_top {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.clinic_top h2 {
  width: 100%;
}
.clinic_top_content {
  width: 44%;
  margin: 20px 0 50px 0;
}
.clinic_top_content_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.clinic_top_content_ttl {
  width: 55%;
  text-align: center;
}
.clinic_top_content_ttl img {
  width: auto;
  height: 19px;
}
.clinic_top_content_ttl img.two {
  height: 38px;
}
.clinic_top_content_image {
  width: 45%;
}
.clinic_top_content_image img {}
.clinic_top_content_text {
  font-size: 90%;
  line-height: 140%;
}
.clinic_top_content_link {
  margin: 10px auto;
  text-align: center;
}
.clinic_top_content_link a {
  display: block;
  background: #f5bccb;
  color: #e03773;
  text-decoration: none;
  border-radius: 40px;
  padding: 7px 0;
}
.clinic_detail_content {
  margin-bottom: 30px;
}
.clinic_detail_content h3 {
  margin-bottom: 10px;
  padding: 7px 12px;
  background: #f5bccb;
  font-size: 1.8rem;
  font-weight: normal;
}
.clinic_detail_content p.text {
  font-size: 90%;
  /* text-align: center; */
}
.clinic_detail_content_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.clinic_detail_content_image {
  width: 30%;
  margin-right: 15px;
}
.clinic_detail_content_text {
  width: 70%;
  font-size: 90%;
}
.clinic_detail_content_text p {
  margin-bottom: 7px;
}
.clinic_detail_content_text h5 {
  margin: 0 0 7px 0;
  border-bottom: 3px solid #bcf1cb;
  font-size: 100%;
}
.clinic_sup h4 {
  width: 80%;
  margin: 20px auto 25px auto;
  padding: 4px 0;
  background: #f5bccb;
}
.clinic_sup .clinic_detail_content_flex {
  width: 75%;
  margin: 0 auto 25px auto;
}
.clinic_sup .clinic_detail_content_image {
  width: 20%;
}
.clinic_sup .clinic_detail_content_text {
  width: 80%;
  font-size: 80%;
}
.clinic_detail_content_price {}
.clinic_detail_content_price span {
  font-size: 110%;
  color: #e03773;
}

.intro_staff h3 {
  position: absolute;
  background: #fec6c6;
  top: 70%;
  left: -10px;
  padding: 5px 16px;
}
.intro_staff h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 10px #e03873;
}
.intro_staff_wrap {
  display: flex;
  min-width: 700px;
  max-width: 900px;
  margin: 50px auto 0 auto;
}
.intro_staff_image {
  position: relative;
  width: 50%;
  margin: 0 auto;
}
.intro_staff_image img {
  vertical-align: middle;
}
.intro_staff_text {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 30px;
  color: #fff;
  background: #af527a;
  line-height: 200%;
}
.intro_staff_bio {
  margin: 30px 0 0 0;
}
.intro_staff_bio dl {
  display: flex;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.intro_staff_bio dl dt {
  width: 35%;
  margin-right: 5%;
  text-align: right;
}
.intro_staff_bio dl dd {
  width: 60%;
  margin-bottom: 0.7em;
}
/* .intro_staff_image {
  width: 250px;
  margin: 0 auto 20px auto;
}
.intro_staff_text {}
.intro_staff_text h3 {
  text-align: center;
  margin-bottom: 30px;
}
.intro_staff_text h4 {}
.intro_staff_text dl {
  display: flex;
  width: 80%;
  min-width: 400px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.intro_staff_text dl dt {
  width: 35%;
  margin-right: 5%;
  text-align: right;
}
.intro_staff_text dl dd {
  width: 60%;
  margin-bottom: 0.7em;
} */

.feature h3 {
  margin-bottom: 10px;
  padding: 11px 10px;
  background: #ffc6c6;
  letter-spacing: 0.04em;
}
.feature h3 img {
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 18px;
  vertical-align: middle;
}
.feature_content {
  display: flex;
  align-items: center;
  width: 80%;
  min-width: 500px;
  max-width: 750px;
  margin: 15px auto 40px auto;
}
.feature_text {
  width: 70%;
}
.feature_text p {
  font-size: 85%;
  line-height: 140%;
}
.feature_image {
  /* width: 30%;
  margin-right: 3%; */
  width: 150px;
  margin: 0 30px 0 0;
  padding: 30px;
  border: 1px solid #e03773;
  border-radius: 100%;
  text-align: center;
  background: #fff;
  /* background: linear-gradient(-45deg, #fff, #ffe59f, #fff, #ffe59f);
  background-size: 400% 400%;
  animation: Gradient 10s ease infinite; */
}

.access2 h3,
.price h3,
.inquiry2 h3 {
  margin: 45px 0 5px 0;
  padding: 4px 10px;
  background: #ffc6c6;
  font-size: 100%;
}
.access2 p {
  margin-top: 15px;
  font-size: 85%;
}
.access2_map {
  width: 80%;
  min-width: 500px;
  margin: 20px auto 0 auto;
}
.access2_map iframe {
  width: 100%;
  height: 300px;
}
.access2_detail {
  margin: 20px auto 0px auto;
}
.access2_detail table {
  width: 80%;
  min-width: 500px;
  margin: 0 auto;
  background: #fcfcfc;
  border-collapse: collapse;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.access2_detail table th {
  width: 7em;
  text-align: right;
  font-weight: normal;
  padding: 10px 15px 10px 10px;
  background: #ffc6c6;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.access2_detail table td {
  padding: 10px;
  border-left: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.access2 .access_wrap {
  width: 100%;
  max-width: none;
}
.schedule2_text {}
.schedule2_cal {
  width: 80%;
  min-width: 500px;
  margin: 20px auto 0 auto;
}
.schedule2_cal iframe {
  width: 100%;
  height: 300px;
}
.access2_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2% 0;
}
.access2_gallery div {
  width: 31%;
  margin-bottom: 2%;
}
.access2_gallery div img {
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(117, 115, 108, 0.8);
}
.access2_gallery div span {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-size: 80%;
}

.inquiry2 p {
  font-size: 90%;
  margin-top: 1.2em;
}
.inquiry2_tel {
  display: block;
  text-align: center;
  font-size: 140%;
  color: #370a1c;
  letter-spacing: 0.08em;
}
.inquiry2_form {
  width: 100%;
  margin: 0 auto;
  padding: 20px 10%;
  font-size: 90%;
  background: #fff;
}
.inquiry2_form .formArea_item {
  margin-bottom: 15px;
}
.inquiry2_form input[type="text"],
.inquiry2_form input[type="number"],
.inquiry2_form select,
.inquiry2_form textarea {
  display: block;
  border: 1px solid #aaa;
  background: #fff;
  width: 100%;
  padding: 0.5em;
  border-radius: 5px;
}
.inquiry2_form input[type="number"] {
  width: 20%;
}
.inquiry2_form input[type="tel"] {}
.inquiry2_form textarea {
  height: 4em;
}
.inquiry2_form .formArea_dateTtl {
  display: block;
}
.inquiry2_form .formArea_dateTtl2 {
  font-size: 80%;
}
.inquiry2_form .formArea_date_ex_Toggle {
  margin-left: 5px;
  color: #225799;
  text-decoration: underline;
  cursor: pointer;
}
.inquiry2_form .formArea_date_ex_detail {
  display: none;
  margin-bottom: 0.5em;
  padding: 6px 6px 3px 6px;
  font-size: 90%;
  background: #fdfdf7;
}
.inquiry2_form .formArea_dateSelect {
  display: flex;
  justify-content: space-between;
}
.inquiry2_form .formArea_dateSelect select {
  width: 48%;
  padding: 0.25em 0.5em;
}
.inquiry2_form .formArea_attention {
  color: #555;
  font-size: 90%;
}
.inquiry2_form .formArea_require {
  color: #ee335b;
  margin-left: 0.5em;
}
.inquiry2_form button {
  display: block;
  width: 75%;
  margin: 20px auto 0 auto;
  padding: 10px 2em 8px 2em;
  color: #fff;
  background: #68b37d;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 3px 0 #1b5f2e;
  letter-spacing: 0.05em;
}
.inquiry2_form .formrun-system-show {
  margin-top: 2px;
  padding: 1px 3px;
  font-size: 90%;
  background: #fff4a3;
  color: #7d0606;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 6px 6px 6px 42px;
  border-radius: 8px;
  background-color: #fdf5f5;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #ffc6c6;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #e03873;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}
.radio:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e03873;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #e03873;
  border-bottom: 3px solid #e03873;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.price h3 {
  margin-bottom: 10px;
}
.price h4 {
  margin: 0 0 10px 0;
}
.price p {
  padding: 10px;
  background: #fff;
  font-size: 90%;
  margin-bottom: 1em;
}
.price_content {
  width: 100%;
  min-width: 480px;
  margin-bottom: 10px;
  padding: 15px;
  background: #fdf5f5;
  border-radius: 15px;
}
.price_table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
  border-top: 2px solid #ffc6c6;
  border-right: 2px solid #ffc6c6;
  background: #fff;
}
.price_table th,
.price_table td {
  border-left: 2px solid #ffc6c6;
  border-bottom: 2px solid #ffc6c6;
}
.price_table_head th,
.price_table_head2 th {
  width: 32%;
  min-width: 220px;
  padding: 10px;
  background: #ffc6c6;
  font-size: 120%;
}
.price_table_head td,
.price_table_head2 td {
  width: 25%;
  padding: 10px;
  text-align: center;
  line-height: 120%;
}
.price_table_head td {
  border-right: 2px solid #ffc6c6;
}
.price_table_head2 td {
  width: 50%;
  text-align: left;
}
.price_table_head td span {
  margin-left: 2px;
  font-size: 110%;
  font-weight: bold;
  /* display: block; */
}
.price_table_detail td {
  width: 50%;
  padding: 8px 10px;
  text-align: left;
}
.price_table_head svg {
  margin-right: 3px;
}
.price_table_head svg path {
  fill: #e03773;
}
.price_table_detail .price_table_img,
td.price_table_price {
  text-align: center;
}
.price_table_detail .price_table_img {
  width: 50%;
  text-align: center;
}
.price_table_detail .price_table_img img {
  width: 180px !important;
}
.price_table_tokucho {
  width: 48%;
}
.price_table_tokucho ul {
  list-style-type: none;
  font-size: 90%;
}
.price_table_tokucho ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 14px;
}
.price_table_tokucho ul li:last-child {
  margin-bottom: 0;
}
.price_table_tokucho ul li:before {
  font-family: "Font Awesome 5 Solid";
  content: '\f105';
  display: none;
}
.price_table_tokucho ul li svg {
  position: absolute;
  top: 3px;
  left: 0;
}
.price_table_tokucho ul li svg path {
  fill: #e03773;
}
.price_table_price {
  width: 15%;
}
.price_table_imp td {
  padding: 10px;
}
.comp {
  text-align: center;
}

/* drawer */
.drawer-hamburger {
  width: 25px;
  padding: 0;
  position: static;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 4px;
  background-color: #e03873;
}
.drawer--right.drawer-open .drawer-hamburger {
  padding: 1% 5px;
  position: fixed;
}
.drawer--right .drawer-nav {
  right: -65vw;
  z-index: 500;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 30vw;
}
.drawer-nav {
  width: 30vw;
  box-shadow: -5px 0 10px rgba(115, 115, 115, 0.6);
}
.drawer-menu {
  margin-bottom: 15px;
}
.drawer-menu-item {
  position: relative;
  font-size: 90%;
  padding: 1em 30px 1em 1em;
  border-bottom: 1px solid #aaa;
}
.drawer-menu-item::after {
  font-family: "Font Awesome 5 Solid";
  content: '\f105';
  display: none;
}
.drawer-menu-item svg {
  width: 25px !important;
  height: 25px;
  position: absolute;
  right: 2%;
  top: 22%;
}
.drawer-menu-item svg path {
  fill: #e03873;
}

/* slick */
.slick-prev, .slick-next {
  position: absolute;
  z-index: 50;
  width: 30px;
  height: 30px;
}
.slick-prev {
  left: 4px;
}
.slick-next {
  right: 4px;
}
.slick-prev:before, .slick-next:before {
  color: #e03873;
  font-size: 30px;
}
.changeCss {
  padding: 20px;
  text-align: center;
}
.changeCssBtn {
  display: block;
  width: 40%;
  padding: 10px 0;
  margin: 0 auto;
  background: #444;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.changeCssControl {
  display: none;
  padding: 10px 0;
  text-align: center;
}
.changeCssControl button {
  display: block;
  width: 30%;
  margin: 0 auto;
  padding: 5px 0;
  background: #fff;
  color: #333;
  border: 1px solid #aaa;
  margin-bottom: 5px;
  border-radius: 10px;
}
