@charset "UTF-8";
.under .sitemap {
  padding-top: 40px;
}
.under .sitemap > ul > li p {
  margin-bottom: 0;
  font-family: var(--f-en);
  font-weight: 500;
  font-size: calc(var(--ttl_size) - 6px);
}
.under .sitemap > ul > li a, .under .sitemap > ul > li p {
  display: block;
  width: 100%;
  padding: 15px 15px 15px 30px;
  border-bottom: dotted 1px #ccc;
  color: rgb(51, 51, 51);
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
.under .sitemap > ul > li a:before, .under .sitemap > ul > li p:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background: #ccc;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.under .sitemap > ul > li p:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 14px;
  background: #ccc;
  left: 6px;
  top: 50%;
  margin-top: -7px;
}
.under .sitemap > ul > li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.05);
}
.under .sitemap > ul > li li a {
  padding-left: 70px;
}
.under .sitemap > ul > li li a:before {
  left: 40px;
}
.under .sitemap > ul > li .sub_ttl a {
  padding-left: 50px;
  pointer-events: none;
  font-size: calc(var(--ttl_size) - 10px);
}
.under .sitemap > ul > li .sub_ttl a::before {
  left: 20px;
}
.under .sitemap > ul > li .no_link a {
  pointer-events: none;
}
.under .sitemap > ul > li .lv1 {
  margin-left: 20px;
}
.under .sitemap > ul > li .lv1 a::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background: #ccc;
  top: 50%;
  margin-top: -8px;
  left: 46px;
}
.under #mainContent {
  padding-bottom: 100px;
}
.under #mainContent p {
  font-weight: 500;
}
.under #mainContent p, .under #mainContent li {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.under .key {
  background-image: url(../images/ud_key_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 280px;
}
.under .key .inner {
  max-width: 100%;
  max-width: 1280px;
  height: 100%;
}
.under .key .key_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  height: 100%;
  padding: 0 0 70px 10px;
}
.under .key .key_text h2 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  margin-right: 7.1%;
}
.under .key .key_text .slug_en {
  position: relative;
  max-width: 1001px;
  width: 100%;
  text-transform: capitalize;
  font-family: var(--f-cormorant);
  letter-spacing: 0;
  line-height: 1;
  color: rgba(255, 255, 255, 0.3);
  text-align: right;
  margin-bottom: -3px;
  padding-right: 3.3%;
  font-size: 100px;
  z-index: 1;
}
.under .key .key_text .slug_en::after {
  content: "";
  position: absolute;
  background-image: url(../images/ud_slug_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0.17em;
  z-index: -1;
}
.under .h2_tl {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 35px;
}
.under h2, .under h3, .under h4, .under h5, .under h6 {
  line-height: 1.4;
  letter-spacing: 0;
  font-family: var(--f-mincho);
}
.under h2:last-child, .under h3:last-child, .under h4:last-child, .under h5:last-child, .under h6:last-child {
  margin-bottom: 0;
}
.under h3 {
  position: relative;
  z-index: 1;
  text-align: center;
  font-weight: 500;
  font-size: var(--ttl_size);
  margin-top: 86px;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.under h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 5px;
	background: rgb(146,115,30);
	background: radial-gradient(circle, rgba(146,115,30,1) 0%, rgba(255,255,255,1) 100%);
}
.under h3 .h3_en {
  position: absolute;
  color: #465F80;
  text-transform: capitalize;
  font-family: var(--f-cormorant);
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
  font-size: 5em;
  opacity: 0.2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: -1;
}
.under h4 {
  margin-top: calc(var(--ttl_size) + 30px);
  position: relative;
  font-weight: 400;
  color: #92731E;
  text-align: center;
  font-size: var(--ttl_size);
  margin-bottom: 23px;
  z-index: 0;
  display: inline-block;
  border-bottom: 5px solid #92731E;
}
/*.under h4::before, .under h4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.under h4::before {
  background-image: url(../images/ud_h4_bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.7;
}
.under h4::after {
  background-color: var(--main-color);
  mix-blend-mode: multiply;
  z-index: -1;
}*/
.under h5 {
  background: repeating-linear-gradient(to bottom, #fff 0px, #fff 19px, rgba(146, 115, 30, 0.1) 19px, rgba(146, 115, 30, 0.1) 36px);
  margin-top: calc(var(--ttl_size) + 20px);
  position: relative;
  font-weight: 500;
  color: var(--clr1);
  font-size: calc(var(--ttl_size) - 4px);
  margin-bottom: 21px;
  padding-left: 0.3846153846em;
  display: inline-block;
}
.under h6 {
  background-image: url(../images/ud_h6_line.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 2px;
  color: var(--clr1);
  position: relative;
  margin-top: calc(var(--ttl_size) + 12px);
  margin-bottom: 22px;
  font-size: calc(var(--ttl_size) - 10px);
  padding-left: 0.5em;
  font-weight: 500;
  padding-bottom: 1px;
  display: inline-block;
}

.under .section {
  padding-top: 60px;
}
.under .section > p:last-of-type {
  margin-bottom: 0;
}
.under .section > p:last-of-type + table, .under .section > p:last-of-type + ul {
  margin-top: 15px;
}
.under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.under .imgBox.rowImg .image_l img, .under .imgBox.rowImg .image_r img {
  max-width: 100%;
  max-height: 500px;
  margin-top: 7px;
}
.under .imgBox.rowImg .image_l {
  float: left;
  margin-right: 40px;
}
.under .imgBox.rowImg .image_r {
  float: right;
  margin-left: 40px;
}
.under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
  max-width: 450px;
  margin-bottom: 30px;
}
.under .imgBox.rowImg .txt_l {
  float: left;
}
.under .imgBox.rowImg .txt_r {
  float: right;
}
.under .imgBox.rowImg .txt_l, .under .imgBox.rowImg .txt_r {
  width: calc(100% - 510px);
}
.under .imgBox.rowImg.large .image_l, .under .imgBox.rowImg.large .image_r {
  max-width: 440px;
}
.under .imgBox.rowImg.large .txt_l, .under .imgBox.rowImg.large .txt_r {
  width: calc(100% - 475px);
}
.under .imgBox.rowImg.full .image_l, .under .imgBox.rowImg.full .image_r {
  max-width: 60vw;
}
.under .imgBox.colImg .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .imgBox.colImg p {
  margin-bottom: 5px;
}
.under .imgBox.colImg p:last-child {
  margin-bottom: 0;
}
.under .imgBox.colImg picture {
  margin-bottom: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.under .imgBox.colImg .text .ttl {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #a98c54;
  font-family: "Noto Serif JP", serif;
}
.under .imgBox.colImg3 picture, .under .imgBox.colImg2 picture {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.under .imgBox.colImg3 img, .under .imgBox.colImg2 img {
  max-height: 100%;
  max-width: 100%;
}
.under .imgBox.colImg3 .item {
  max-width: 335px;
  width: 31.5%;
}
.under .imgBox.colImg3 picture {
  margin-bottom: 23px;
}
.under .imgBox.colImg2 .item {
  max-width: 515px;
  width: 47.7%;
}
.under .imgBox.colImg1 .item {
  width: 100%;
}
.under .imgBox.colImg1 .item img {
  max-height: 550px;
}
.under .imgBox.colImg1 .item picture {
  margin-bottom: 23px;
}
.under .faq_box .box {
  margin-bottom: 16px;
}
.under .faq_box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--u1);
  position: relative;
}
.under .faq_box .title::after {
  content: "";
  position: absolute;

    -webkit-mask-image: url(../images/ud_faq_ic.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  -webkit-mask-position: center;
  mask-size: contain;
  -webkit-mask-size: contain;
background-color: #92731E;
  width: 21px;
  height: 11px;
  right: 18px;
  bottom: 0;
  top: -1px;
  margin-block: auto;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.under .faq_box .title.rotate::after {
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}
.under .faq_box .title:hover {
  background: #f1ede3;
}
.under .faq_box .faq_num {
  cursor: pointer;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--f-cinzel);
  font-size: 30px;
  letter-spacing: 0;
  background-color: #92731E;
  text-align: center;
  margin-bottom: 0;
  color: #fff;
  width: 70px;
  height: 100%;
  padding-top: 4px;
  padding-right: 5px;
}
.under .faq_box h4 {
  width: calc(100% - 70px);
  border-left: 1px solid var(--u1);
  margin-left: auto;
  background-image: none;
  color: var(--clr1);
  border-radius: 0;
  padding: 11px 40px 11px 20px;
  margin-top: 0;
  text-align: left;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: none;
}
.under .faq_box h4:hover {
  cursor: pointer;
}
.under .faq_box h4:after, .under .faq_box h4::before {
  display: none;
}
.under .faq_box .content {
  padding-top: 28px;
  padding-left: 71px;
  padding-bottom: 30px;
  position: relative;
}
.under .acf_block h3, .under .acf_block h4, .under .acf_block h5 {
  margin-bottom: 0;
}
.under .acf_block .text_h3 {
  margin: 45px 0 0;
}
.under .acf_block .text_h4 {
  margin: 30px 0 0;
}
.under .acf_block .text_h5 {
  margin: 20px 0 0;
}
.under .acf_block .list01 {
  margin-top: 20px;
}

@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .under .imgBox.rowImg .image_l, .under .imgBox.rowImg .image_r {
    float: none;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.under .tbl_time th, .under .tbl_time td {
  border-left: 0;
  border-right: 0;
  font-size: 18px;
  letter-spacing: 0;
  text-align: center;
}
.under .tbl_time th:last-child, .under .tbl_time td:last-child {
  padding-right: 6%;
}
.under .tbl_time th {
  border-color: var(--clr1);
  padding-block: 1.2222222222em 1.1111111111em;
  padding-inline: 10px;
}
.under .tbl_time th:first-child {
  width: 24.2%;
}
.under .tbl_time th:last-child {
  width: 14.8%;
}
.under .tbl_time td span {
  letter-spacing: 0;
  margin-left: -4px;
  margin-right: -5px;
}
.under .tbl_time tr:nth-child(2) td {
  border-bottom: 0;
  padding-block: 1.7222222222em 0.2777777778em;
}
.under .tbl_time tr:last-child td {
  border-top: 0;
  padding-block: 0.4444444444em 1.7222222222em;
}

.under table.rollTable {
  width: 100%;
}
.under table.tbl_style01 tr:nth-child(odd) td {
  background-color: #EEEEEE;
}
.under table.tbl_style01 th img, .under table.tbl_style01 td img {
  max-width: 100%;
}
.under table.tbl_style01 th {
  border: 1px solid #EEEEEE;
  background-color: #646464;
  color: #fff;
  font-size: 1.125em;
  padding: 0.6111111111em 0.5555555556em;
  letter-spacing: 0;
  font-weight: normal;
  text-align: center;
}
.under table.tbl_style01 td {
  border: 0;
  background-color: #FAFAFA;
  color: #383838;
  font-size: calc(var(--ttl_size) - 13px);
  letter-spacing: 0;
  padding: 0.7857142857em 0.7142857143em;
  padding-left: 20px;
}
.under table.tbl_style01.rowHead tr th:not(:last-child) {
  border-right: 1px solid #ddd;
}
.under table.tbl_style01.colHead tr:not(:last-child) th {
  border-bottom: 1px solid #ddd;
}
.under table.tbl_style02 th, .under table.tbl_style02 td {
  border: 2px solid #9dba38;
  border-left: none;
  border-right: none;
  padding: 0.625em;
}
.under table.tbl_style02 th img, .under table.tbl_style02 td img {
  max-width: 100%;
}
.under table.tbl_style02 th {
  background: none;
  font-weight: normal;
  font-size: 1.125em;
  color: #9dba38;
}
.under table.tbl_style02 td {
  font-size: 1em;
}
.under .tbl_note {
  margin-top: 14px;
  font-size: 14px;
  letter-spacing: 0;
  text-indent: -6px;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .under table.tbl_style01 th {
    font-size: 16px;
  }
  .under table.tbl_style02 th {
    font-size: 16px;
  }
  .under table.tbl_style02 td {
    font-size: 0.9em;
  }
  .under table.clinic_tbl01 th {
    width: 280px;
  }
  .under .tbl_time th:last-child {
    width: 16%;
  }
}
.under .box_list {
  position: relative;
  padding-left: 5.4em;
  padding-right: 5.1em;
  padding-top: 3.7em;
  padding-bottom: 2.3em;
  font-size: 10px;
}
.under .box_list01 {
  padding-left: 5.6em;
  padding-bottom: 2.6em;
  padding-right: 3em;
}
.under .box_list::after {
  content: "";
  position: absolute;
  background-image: url(../images/ud_box_list01_line.png);
  background-repeat: no-repeat;
  background-size: auto 11px;
  background-position: top;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
}
.under .box_list::before {
  content: "";
  position: absolute;
  background-image: url(../images/ud_box_list01_line01.png);
  background-repeat: no-repeat;
  background-size: auto 11px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11px;
}
.under .box_list02 {
  background-image: url(../images/ud_blist03_bg.jpg);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  padding-top: 4.7em;
  padding-left: 5.5em;
  padding-right: 1.2em;
  padding-bottom: 3.6em;
  font-size: 10px;
}
.under .box_list02::before {
  content: "";
  position: absolute;
  background-color: rgba(202, 202, 197, 0.1);
  width: 100%;
  height: 100%;
  right: -20px;
  bottom: -20px;
}

@media only screen and (min-width: 769px) {
  .under ul.mcol-2 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  .under ul.mcol-2 {
    padding-bottom: 10px;
  }
  .under ul.mcol-2 li:last-child, .under ul.mcol-2 li:nth-child(2n+1) {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 769px) {
  .under ul.mcol-2 li {
    width: 50%;
    padding-right: 10px;
  }
  .under ul.mcol-3 {
    position: relative;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.under ul.list01 li {
  font-size: calc(var(--ttl_size) - 13px);
  background-size: 10px auto;
  position: relative;
  padding-left: 30px;
  padding-bottom: 19px;
  letter-spacing: 0;
  font-weight: 500;
}
.under ul.list01 li:last-child {
  padding-bottom: 0;
}
.under ul.list01 li::before {
  content: "";
  background-image: url(../images/ud_list01.png);
  width: 20px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 3px;
}
.under ul.list02 li {
  font-size: calc(var(--ttl_size) - 13px);
  font-weight: 500;
  background-size: 10px auto;
  position: relative;
  padding-left: 10px;
  padding-bottom: 11px;
  letter-spacing: 0;
  position: relative;
  width: 47.7%;
}
.under ul.list02 li:last-child {
  padding-bottom: 0;
}
.under ul.list02 li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: var(--clr1);
  top: 8px;
  left: 0;
}
.under ul.list03 li {
  font-weight: 500;
  font-size: calc(var(--ttl_size) - 13px);
  background-size: 10px auto;
  position: relative;
  padding-left: 15px;
  padding-bottom: 11px;
  letter-spacing: 0;
  position: relative;
  width: 47.7%;
}
.under ul.list03 li:last-child {
  padding-bottom: 0;
}
.under ul.list03 li::before {
  content: ">";
  position: absolute;
  top: -1px;
  left: 0;
}
.under .list_note {
  margin-top: 15px;
  padding-left: 20px;
}
.under .list_note.no_mt {
  margin-top: 0;
}
.under .topic_path {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0;
  padding: 13px 0 7px;
}
.under .topic_path ul {
  display: block;
  padding: 4px 10px 4px 0;
}
.under .topic_path ul::after {
  content: "";
  display: block;
  clear: both;
}
.under .topic_path ul li {
  float: left;
  text-transform: uppercase;
  color: #464646;
  font-weight: 500;
  letter-spacing: 0;
}
.under .topic_path ul li.home a {
  padding-left: 1.9444444444em;
}
.under .topic_path ul li.home a::after {
  content: "";
  position: absolute;
  background: url(../images/shared_path_icon.png) no-repeat;
  background-size: 100% auto;
  width: 1.1111111111em;
  height: 1.1111111111em;
  top: -0.1111111111em;
  left: 0.2222222222em;
}
.under .topic_path a {
  text-decoration: none;
  color: #000000;
  letter-spacing: 0;
  position: relative;
}
.under .topic_path a:hover {
  opacity: 1;
  text-decoration: underline;
}
.under .topic_path span {
  display: inline-block;
  padding: 0 9px 0 6px;
  -webkit-transform: scaleY(1.2);
          transform: scaleY(1.2);
  color: #000;
  line-height: 1;
  position: relative;
  top: -2px;
}
.under .anchor-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0 0;
}
.under .anchor-links > div {
  background-color: var(--main-color);
  border-radius: 3px;
  position: relative;
  display: block;
  min-width: 135px;
  width: 19%;
  margin: 0% 0.5% 1%;
  text-align: center;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.under .anchor-links > div a {
  display: block;
  width: 100%;
  padding: 10px 5px 9px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.under .anchor-links > div::after {
  content: "";
  border: 4px solid;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  top: auto;
  bottom: 2px;
  left: calc(50% - 4px);
  right: auto;
  line-height: 1;
}
.under .anchor-links > div:hover a {
  opacity: 1;
}
.under .anchor-links > div:hover::after {
  bottom: 0;
}
.under .anchor-links > div.ext::after {
  content: ">";
  border: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  bottom: auto;
  left: auto;
  right: 7px;
  font-size: 0.857em;
  line-height: 1;
  letter-spacing: 0;
  -webkit-transform: scaleX(0.5);
          transform: scaleX(0.5);
}
.under .anchor-links > div.ext:hover::after {
  right: 5px;
}
.under .flow_box {
  background-image: url(../images/ud_blist03_bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  padding-top: 26px;
  padding-left: 55px;
  padding-right: 44px;
  padding-bottom: 100px;
}
.under .flow_box .box {
  counter-increment: numb;
  margin-bottom: 177px;
  position: relative;
  z-index: 1;
}
.under .flow_box .box:last-child {
  margin-bottom: 0;
}
.under .flow_box .box::after {
  content: "0" counter(numb);
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 250px;
  font-family: var(--f-cinzel);
  color: var(--u1);
  opacity: 0.15;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  z-index: -1;
}
.under .flow_box .box:not(:last-child)::before {
  content: "";
  position: absolute;
  display: block;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: var(--u1);
  max-width: 350px;
  height: 30px;
  right: 0;
  left: 0;
  bottom: -90px;
  margin: auto;
}
.under .flow_box h4 {
  background-image: none;
  padding: 0;
  color: var(--u1);
  margin-bottom: 21px;
}
.under .flow_box h4::before, .under .flow_box h4::after {
  display: none;
}
.under .fullWidth {
  background-image: url(../images/ud_fullw.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding-block: 80px;
}
.under .fullWidth h4 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--clr1);
  background-image: none;
  margin-top: 0;
  padding: 10px;
  font-weight: 400;
}
.under .fullWidth h4::before, .under .fullWidth h4::after {
  display: none;
}
.under .ud_map {
  height: 500px;
}
.under .ud_btn {
  text-align: center;
  margin-top: 30px;
}
.under .ud_btn.btn01 a::after {
  right: 0;
}
.under .ud_btn.btn01 a:hover::after {
  right: -5px;
}
.under .ud_btn a {
  margin-inline: auto;
  display: block;
  max-width: 132px;
  padding: 10px 20px 10px 10px;
  width: 100%;
  letter-spacing: 0;
  text-decoration: none;
  font-size: 17px;
  color: var(--clr1);
  position: relative;
}
.under .ud_btn a::after {
  content: "";
  position: absolute;
  background-image: url(../images/ud_btn_ar.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 20px;
  height: 3px;
  top: 0;
  bottom: 0;
  margin-block: auto;
  right: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.under .ud_btn a:hover {
  opacity: 1;
  color: var(--u1);
}
.under .ud_btn a:hover::after {
  right: 8px;
}
.under .exp li {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3b7ca3;
}
.under .exp li .year {
  width: 8em;
  color: var(--main-color);
  font-weight: 500;
}
.under .exp li .txt {
  width: calc(100% - 8em);
}

@media only screen and (max-width: 1280px) {
  .under .fullWidth {
    width: 100vw;
    left: calc(50% - 5px);
    margin-left: calc(-50vw + 10px);
  }
}
@media only screen and (min-width: 769px) {
  .under ul.list01.mcol-3 li {
    width: 32%;
  }
}
.under .clinic_tbl01 th {
  width: 380px;
  text-align: right;
}
.under .clinic_tbl02 {
  text-align: center;
}
.under .clinic_tbl02 th:first-child {
  width: 350px;
}
.under .clinic_tbl02 th:not(:first-child) {
  width: calc((100% - 350px) / 7);
}
.under .teeth_box .secH4 {
  width: 48%;
}
.under .teeth_box .secH5 {
  padding-top: 20px !important;
}
.under .teeth_box img {
  max-height: 180px;
}
.under .teeth_box p {
  font-size: 14px;
}
.under .access_box_img01 .block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .access_box_img01 .block:nth-child(even) .big {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.under .access_box_img01 .block .big {
  width: calc(0.5 * (100% - 10px));
}
.under .access_box_img01 .block .small {
  width: calc(0.5 * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under .access_box_img01 .block .small picture {
  width: calc((100% - 10px) * 0.5);
}
.under .access_box_img01 .block picture {
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 10px;
}
.under .access_box_img02 .block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.under .access_box_img02 .block:nth-child(even) .big {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.under .access_box_img02 .block .big {
  width: calc(0.5517241379 * (100% - 10px));
}
.under .access_box_img02 .block .small {
  width: calc(0.4482758621 * (100% - 10px));
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.under .access_box_img02 .block .small picture {
  width: calc((100% - 10px) * 0.5);
}
.under .access_box_img02 .block picture {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

/* START BLOG
------------------------------------------------------------------------*/
#pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px auto 0;
}
#pagination:empty {
  display: none;
}
#pagination a, #pagination span {
  background-color: var(--main-color);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin: 10px 5px;
  width: 32px;
  height: 32px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
#pagination a.prev, #pagination a.next, #pagination span.prev, #pagination span.next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px auto;
  color: transparent;
}
#pagination a.prev, #pagination span.prev {
  background-image: url(../images/shared_blog_arrow_prev.svg);
}
#pagination a.next, #pagination span.next {
  background-image: url(../images/shared_blog_arrow_next.svg);
}
#pagination a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagination span {
  opacity: 0.5;
}
#pagination .active a, #pagination a.active:hover {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
}

.blog-content .date {
  margin-bottom: 20px;
  text-align: center;
  color: var(--main-color);
}

.blog_list_style01 .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #bababa;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog_list_style01 .item picture {
  background-color: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  border: 2px solid var(--main-color);
  width: 220px;
  height: 220px;
}
.blog_list_style01 .item picture img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog_list_style01 .item .info {
  width: calc(100% - 250px);
  position: relative;
  padding-bottom: 40px;
}
.blog_list_style01 .item .info p {
  margin-bottom: 0;
  line-height: 1.5;
}
.blog_list_style01 .item .info .date {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  font-size: 90%;
}
.blog_list_style01 .item .info .date .tag {
  display: inline-block;
  margin-left: 20px;
  color: transparent;
  font-size: 90%;
  letter-spacing: -1em;
}
.blog_list_style01 .item .info .date .tag a {
  background-color: var(--main-color);
  display: inline-block;
  margin-left: 2px;
  padding: 1px 10px 0 10px;
  color: #fff;
  letter-spacing: 0;
  text-decoration: none;
}
.blog_list_style01 .item .info .date .tag a.blog {
  background-color: #301500;
}
.blog_list_style01 .item .info .ttl {
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: underline;
  font-size: 120%;
  font-weight: 600;
  color: #333333;
}
.blog_list_style01 .item .info .ttl a {
  color: inherit;
}
.blog_list_style01 .item .info .des {
  padding-bottom: 45px;
}
.blog_list_style01 .item .info .button {
  background-color: #fff;
  border: 2px solid var(--main-color);
  position: absolute;
  bottom: 0px;
  right: 0;
}
.blog_list_style01 .item .info .button a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px 5px 10px;
  font-size: 90%;
  color: #333;
  text-decoration: none;
}
.blog_list_style01 .item .info .button a span {
  display: block;
  position: absolute;
  right: 5px;
  line-height: 1em;
  top: calc(50% - 0.55em);
}
.blog_list_style01 .item .info .button a::before {
  opacity: 0;
}
.blog_list_style01 .item .info .button::after {
  content: "";
  background-color: var(--main-color);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (min-width: 769px) {
  .blog_list_style01 .item .info .button:hover a {
    opacity: 1;
    color: #fff;
  }
  .blog_list_style01 .item .info .button:hover::after {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .blog_list_style01 .item {
    display: block;
  }
  .blog_list_style01 .item picture {
    margin: 0 auto;
  }
  .blog_list_style01 .item .info {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .blog_list_style01 .item .info .button {
    position: relative;
    display: table;
    margin: 0 auto;
  }
}
.blog_list_style02.colImg .list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.blog_list_style02.colImg p {
  margin-bottom: 5px;
}
.blog_list_style02.colImg p:last-child {
  margin-bottom: 0;
}
.blog_list_style02.colImg picture {
  margin-bottom: 15px;
}
.blog_list_style02.colImg .text p {
  font-size: 1em;
}
.blog_list_style02.colImg .text .ttl {
  font-family: inherit;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #0e7cad;
}
.blog_list_style02.colImg4_blog .item {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 15px;
  position: relative;
}
.blog_list_style02.colImg4_blog .item:nth-child(4) {
  margin-right: 0;
}
.blog_list_style02.colImg4_blog .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.blog_list_style02.colImg4_blog .item .img {
  background: url(../images/shared_blog_logo.png) center no-repeat;
  background-size: contain;
  background-color: #fff;
  border: 1px solid #000;
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 15px;
}
.blog_list_style02.colImg4_blog .item .img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog_list_style02.colImg4_blog .item .img img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
}
.blog_list_style02.colImg4_blog .item:hover a {
  opacity: 1;
}
.blog_list_style02.colImg4_blog .item:hover .img img {
  -webkit-filter: blur(5px) grayscale(50%);
          filter: blur(5px) grayscale(50%);
  -webkit-transform: translate(-50%, -50%) scale(1.15);
          transform: translate(-50%, -50%) scale(1.15);
}
.blog_list_style02.colImg4_blog picture {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .blog_list_style02.colImg4_blog .item .img {
    height: 30vw;
  }
}
@media only screen and (max-width: 768px) {
  .blog_list_style01 .item .info .des {
    padding-bottom: 25px;
  }
  .blog_list_style02.colImg4_blog .item .img {
    height: 280px;
  }
  .blog_list_style02.colImg4_blog picture {
    height: 260px;
  }
}
@media only screen and (max-width: 640px) {
  .blog_list_style02.colImg .list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .blog_list_style02.colImg .item {
    margin-bottom: 15px;
  }
  .blog_list_style02.colImg picture {
    margin-bottom: 5px;
  }
  .blog_list_style02.colImg .text {
    font-size: 14px;
  }
  .blog_list_style02.colImg4_blog .item {
    width: 49%;
  }
  .blog_list_style02.colImg4_blog .item .img {
    height: 48vw;
  }
  .blog_list_style02.colImg4_blog picture {
    height: 48vw;
  }
}
.blog_detail_style02 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 30px;
}
.blog_detail_style02 .box_gallery {
  width: 35%;
  max-width: 400px;
}
.blog_detail_style02 .box_gallery .main_img {
  background: #ededed;
  position: relative;
  height: 400px;
  margin-bottom: 11px;
}
.blog_detail_style02 .box_gallery .main_img .item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.blog_detail_style02 .box_gallery .main_img .item.active {
  opacity: 1;
}
.blog_detail_style02 .box_gallery .main_img .img {
  overflow: hidden;
  margin: 0;
  width: 100%;
  height: 100%;
}
.blog_detail_style02 .box_gallery .main_img .img img {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
}
.blog_detail_style02 .box_gallery .thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog_detail_style02 .box_gallery .thumb li {
  background-color: #ededed;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: calc(12.5% - 4.4px);
  margin-right: 5px;
  margin-bottom: 5px;
  height: 20vw;
  max-height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.blog_detail_style02 .box_gallery .thumb li:nth-child(8n+0) {
  margin-right: 0;
}
.blog_detail_style02 .box_gallery .thumb li:hover {
  opacity: 0.7;
}
.blog_detail_style02 .box_gallery .thumb li img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blog_detail_style02 .box_gallery .thumb.col_5 li {
  width: calc(20% - 4px);
  max-height: 77px;
}
.blog_detail_style02 .box_gallery .thumb.col_5 li:nth-child(5) {
  margin-right: 0;
}
.blog_detail_style02 .box_gallery.withSlick .main_img {
  height: auto;
}
.blog_detail_style02 .box_gallery.withSlick .main_img .item {
  height: 400px;
}
.blog_detail_style02 .box_gallery.withSlick .main_img .item:nth-child(n) {
  display: block;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li {
  opacity: 0.5;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  z-index: 1;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li.active {
  opacity: 1;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li.active::after {
  border-color: #ff9933;
}
.blog_detail_style02 .box_gallery.withSlick .thumb li:hover {
  opacity: 1;
}
.blog_detail_style02 .box_gallery.withSlick .controls p {
  display: table;
  cursor: pointer;
}
.blog_detail_style02 .box_gallery.withSlick .controls p:hover {
  text-decoration: underline;
}
.blog_detail_style02 .box_info {
  width: 62%;
  max-width: 710px;
}
.blog_detail_style02 .box_info .intro {
  margin-bottom: 20px;
}
.blog_detail_style02 .box_info table {
  /* &.tbl_style03{
  	th{
  		width: 38%;
  	}
  } */
}
.blog_detail_style02 .box_info table th {
  width: 30%;
  background: #f5f5f5;
  color: var(--main-color);
}
.blog_detail_style02.noGallery .box_info {
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .blog_detail_style02 .box_gallery {
    width: 100%;
    margin: 0 auto 30px;
  }
  .blog_detail_style02 .box_gallery .main_img {
    max-height: 400px;
    height: 100vw;
  }
  .blog_detail_style02 .box_info {
    width: 100%;
    margin: 0 auto;
  }
  .blog_detail_style02 .box_info table th {
    width: 100%;
  }
  .blog_detail_style02 .box_info table.tbl_style03 {
    border-bottom: none;
  }
}
.main_blog_container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main_blog_container .main_blog_content {
  max-width: 100%;
  width: calc(100% - 250px);
}
.main_blog_container .main_blog_content > div {
  padding-top: 0;
}
.main_blog_container .sidebar {
  width: 220px;
}
.main_blog_container .sidebar .txt_head, .main_blog_container .sidebar .widgettitle {
  background-color: var(--main-color);
  -webkit-transform: none;
          transform: none;
  position: static;
  display: block;
  margin-bottom: 0;
  padding: 15px 10px;
  width: 100%;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.main_blog_container .sidebar ul:not(.children) {
  background-color: #fff;
  border: 1px solid #ddebf2;
  border-top: 0;
  padding: 0 10px;
}
.main_blog_container .sidebar ul:not(.children) > li {
  border-bottom: 1px solid #959595;
  padding: 12px 10px;
  font-size: 80%;
}
.main_blog_container .sidebar ul:not(.children) > li:last-child {
  border-bottom: 0;
}
.main_blog_container .sidebar ul:not(.children) > li a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
.main_blog_container .sidebar ul:not(.children) > li a:hover {
  text-decoration: none;
}
.main_blog_container .sidebar ul.children {
  padding: 7px 7px;
}
.main_blog_container .sidebar ul.children li {
  padding-bottom: 5px;
}
.main_blog_container .sidebar ul.children li:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .main_blog_container .main_blog_content {
    width: auto;
    margin: 0 auto;
  }
  .main_blog_container .sidebar {
    display: none;
  }
}
.blog_post_button {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 600px;
  margin: 100px auto 0;
}
.blog_post_button > div {
  position: relative;
  width: 32%;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 0.9em;
  overflow: hidden;
  /* &.prev, &.next {
  	span {
  		display: block;
  		a {
  			&::after {
  				content: "";
  				background-repeat: no-repeat;
  				background-position: center;
  				background-size: auto 10px;
  				transform: translateY(-50%);
  				position: absolute;
  				top: 50%;
  				width: 15px;
  				height: 15px;
  				text-decoration: none !important;
  			}
  		}
  	}
  }
  &.prev {
  	a {
  		padding-left: 25px;
  		&::after {
  			background-image: url(../images/angle-double-left.svg);
  			left: 7px;
  		}
  	}
  }
  &.next {
  	a {
  		padding-right: 25px;
  		&::after {
  			background-image: url(../images/angle-double-right.svg);
  			right: 7px;
  		}
  	}
  }
  &:hover {
  	&.prev {
  		a {
  			&::after {
  			}
  		}
  	}
  	&.next {
  		a {
  			&::after {
  			}
  		}
  	}
  } */
}
.blog_post_button > div:empty::before, .blog_post_button > div:empty::after {
  display: none;
}
.blog_post_button > div::before, .blog_post_button > div::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_post_button > div::before {
  background-color: var(--main-color);
}
.blog_post_button > div::after {
  border: 1px solid var(--main-color);
}
.blog_post_button > div a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  position: relative;
  z-index: 1;
  padding: 11px 10px 10px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  line-height: inherit;
  color: inherit;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .blog_post_button > div a:not(.tel_click):hover, .blog_post_button > div a:not(.tel_click):active {
    opacity: 1;
    color: #fff;
  }
}
@media only screen and (min-width: 769px) {
  .blog_post_button > div:hover::before {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  .blog_post_button > div:hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .blog_post_button > div:hover a {
    color: #000;
  }
}

/* END BLOG
------------------------------------------------------------------------*/
/* START Mail
------------------------------------------------------------------------*/
.contact-form-style01 .contact-table {
  background-size: cover;
  width: 100%;
  margin: 0 auto 0px;
  overflow: hidden;
  position: relative;
}
.contact-form-style01 .contact-table textarea {
  min-width: 100%;
}
.contact-form-style01 .contact-table::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table select, .contact-form-style01 .contact-table textarea {
  border: 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 1rem;
}
.contact-form-style01 .contact-table input {
  width: 100%;
}
.contact-form-style01 .contact-table textarea {
  max-width: 100%;
  width: 100%;
  height: 7em;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-form-style01 .contact-table input[type=radio],
.contact-form-style01 .contact-table input[type=checkbox] {
  margin: 5px 3px 5px 0px;
  width: auto;
}
.contact-form-style01 .contact-table [readonly*=readonly] {
  background: none;
  border: 0;
  font-weight: bold;
}
.contact-form-style01 .contact-table dl {
  position: relative;
  z-index: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-form-style01 .contact-table dl:last-child dt, .contact-form-style01 .contact-table dl:last-child dd {
  border-bottom: 0px;
}
.contact-form-style01 .contact-table dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 400px;
  padding: 15px 20px;
  font-size: 1.125em;
}
.contact-form-style01 .contact-table dt span {
  display: inline-block;
  border-radius: 7px;
  padding: 3px 7px 1px 7px;
  margin-left: 5px;
  font-size: 70%;
  line-height: 1;
}
.contact-form-style01 .contact-table dd {
  width: calc(100% - 400px);
  padding: 15px 25px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .contact-table .postal_code {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-form-style01 .contact-table .inline span {
  max-width: 75px;
  margin: 0 5px;
  text-align: center;
}
.contact-form-style01 .contact-table .inline input {
  text-align: center;
}
.contact-form-style01 .contact-table .clockpicker input {
  width: 70px;
  text-align: center;
}
.contact-form-style01 .contact-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .contact-table textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.contact-form-style01 .confirm-table textarea {
  resize: none;
  width: 100%;
}
.contact-form-style01 .confirm-table input:not([type=radio]):not([type=checkbox]):focus, .contact-form-style01 .confirm-table textarea:focus {
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form-style01 .input_btn, .contact-form-style01 .button.thanks_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 520px;
  margin: 40px auto 0;
}
.contact-form-style01 .input_btn input, .contact-form-style01 .input_btn a, .contact-form-style01 .button.thanks_btn input, .contact-form-style01 .button.thanks_btn a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}
.contact-form-style01 .input_btn a, .contact-form-style01 .button.thanks_btn a {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit], .contact-form-style01 .button.thanks_btn a {
  width: 200px;
  height: 45px;
  border: none;
  padding: 10px;
  text-align: center;
  font-size: 100%;
  font-weight: normal;
  margin: 0px 10px 10px;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--f-mincho);
  transition: .3s all ease;
}
.contact-form-style01 .input_btn input[type=button]:hover, .contact-form-style01 .input_btn input[type=submit]:hover, .contact-form-style01 .button.thanks_btn a:hover {
  opacity: 0.8;
}
.contact-form-style01 .input_btn input[type=button], .contact-form-style01 .input_btn input[type=submit], .contact-form-style01 .button.thanks_btn {
  background-color: var(--main-color);
  color: #fff;
}
.contact-form-style01 .contact-table {
  border: 1px solid #ddd;
}
.contact-form-style01 .contact-table input, .contact-form-style01 .contact-table select, .contact-form-style01 .contact-table textarea {
  border-color: #ddd;
}
.contact-form-style01 .contact-table dt {
  background-color: var(--main-color);
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.contact-form-style01 .contact-table dt span {
  background-color: #ffffff;
  color: #ff3c7f;
}
@-moz-document url-prefix() {
  .contact-form-style01 .contact-table dt span {
    /* Fire Fox */
    padding-bottom: 3px;
  }
}
.contact-form-style01 .contact-table dd {
  border-bottom: 1px solid #ddd;
}
.contact-form-style01 .wpcf7-not-valid-tip {
  display: block;
  margin: 3px 7px 0;
}

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

.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #ff3c7f;
}

.wpcf7-response-output {
  padding-top: 20px;
}

.wpcf7-list-item {
  margin-right: 15px;
}

.wpcf7-list-item-label {
  color: #000;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.captcha_box {
  display: table;
  margin: 50px auto 0;
}
@-moz-document url-prefix() {
  .captcha_box {
    /* Fire Fox */
    display: block;
    width: 304px;
    height: 78px;
  }
}

@media only screen and (max-width: 1000px) and (min-width: 769px) {
  .contact-form-style01 .contact-table dt {
    width: 40%;
  }
  .contact-form-style01 .contact-table dd {
    width: 60%;
  }
  .contact-form-style02 {
    padding: 50px 30px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form-style01 .contact-table {
    border: none;
  }
  .contact-form-style01 .contact-table dl {
    display: block;
  }
  .contact-form-style01 .contact-table dl:last-child dd {
    border-bottom: 1px solid #ddd;
  }
  .contact-form-style01 .contact-table dt {
    border-left: 1px solid var(--main-color);
    border-right: 1px solid var(--main-color);
  }
  .contact-form-style01 .contact-table dt, .contact-form-style01 .contact-table dd {
    width: 100%;
  }
  .contact-form-style01 .contact-table dd {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .contact-form-style01 .contact-table input, .contact-form-style01 .contact-table textarea {
    width: 100%;
  }
  .contact-form-style01 .contact-table input[type=checkbox], .contact-form-style01 .contact-table input[type=radio] {
    width: auto;
  }
  .contact-form-style01 .wpcf7-list-item {
    display: block;
  }
  .contact-form-style02 {
    padding: 40px 30px 40px;
  }
  .contact-form-style02 .contact-table input, .contact-form-style02 .contact-table textarea {
    padding-bottom: 20px;
    text-align: center;
  }
  .contact-form-style02 .contact-table dl {
    width: 100%;
  }
  .contact-form-style02 .contact-table dl dt {
    width: 100%;
    text-align: center;
  }
  .contact-form-style02 .contact-table dl:not(.full) dt {
    bottom: 20px;
  }
  .contact-form-style02 .contact-table dl:not(.full).non-empty dt, .contact-form-style02 .contact-table dl:not(.full).focus dt {
    font-size: 0.9em;
  }
  .contact-form-style02 .wpcf7-not-valid-tip {
    text-align: center;
  }
}
/* END Mail*/

.under .ud_box_fee .item {
  margin-bottom: 40px;
}
.under .ud_box_fee p {
  margin-bottom: 0;
}
.under .ud_box_fee .ttl {
  padding: 15px 20px;
  color: #fff;
  background-color: #3f3e44;
  font-size: calc(var(--ttl_size) - 10px) !important;
}
.under .ud_box_fee .thumb {
  padding: 40px;
  background-color: #ebe8e5;
}
.under .ud_box_fee .thumb > .accContainer:not(:last-child) {
  border-bottom: 2px dotted #fff;
}
.under .ud_box_fee .accBtn {
  padding: 15px 0;
  font-size: calc(var(--ttl_size) - 12px) !important;
	pointer-events: none;
  position: relative;
  transition: 0.3s all ease;
}
.under .ud_box_fee .accBtn::before, .under .ud_box_fee .accBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  transition: 0.3s all ease;
}
.under .ud_box_fee .accBtn::before {
  right: 10px;
  width: 30px;
  height: 3px;
	display: none;
}
.under .ud_box_fee .accBtn::after {
  right: 23px;
  width: 3px;
  height: 30px;
}
.under .ud_box_fee .accBtn span {
  padding-left: 15px;
  position: relative;
}
.under .ud_box_fee .accBtn span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background-color: var(--clr1);
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
.under .ud_box_fee .accBtn.rotate::after {
  display: none;
}
.under .ud_box_fee .accBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.under .ud_box_fee .accBlock {
  padding-bottom: 20px;
}
.under .ud_box_fee table.tbl_style01 th, .under .ud_box_fee table.tbl_style01 td {
  width: auto;
  padding: 15px;
  background: #fff !important;
  border: 1px solid var(--clr1) !important;
  color: var(--clr1);
  font-size: 16px;
}
.under .ud_box_fee table.tbl_style01 th {
  text-align: left;
  width: 60%;
}
.under .ud_box_fee table.tbl_style01 td {
  text-align: right;
  width: 40%;
}
.under .ud_box_fee table.tbl_style01.full_w th, .under .ud_box_fee table.tbl_style01.full_w td {
  width: 100%;
  display: block;
}

.under .under_btn_esp a {
  width: 100%;
  padding: 0 10px;
      max-width: 320px;
    border-radius: 50px;
  margin: 30px auto 0 auto;
  text-align: center;
  color: #fff;
  background-color: var(--main-color);
  font-size: 16px;
  text-decoration: none;
  display: block;
  position: relative;
}
.under .under_btn_esp span {
      padding: 15px 50px 15px 35px;
  background-image: url(../images/idx_icon_line.png);
  background-size: auto 24px;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative;
  height: 100%;
    display: table;
    margin: 0 auto;
}
.under .under_btn_esp span::after {
    content: "";
    position: absolute;
    -webkit-mask-image: url(../images/ud_btn_ar.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-size: contain;
    -webkit-mask-size: contain;
    background-color: #fff;
    width: 20px;
    height: 3px;
    top: 0;
    bottom: 0;
    margin-block: auto;
    right: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.under.page-reservation .ud_btn a {
  max-width: 250px;
}
.under .accContainer h4 {
  cursor: pointer;
}
.under .accContainer h4:hover {
  opacity: 0.8;
}
.under .accContainer h4:hover span::after {
  top: calc(50% - 5px);
}
.under .accContainer h4.rotate::after {
  transform: translateX(0);
}
.under .accContainer h4 span {
  padding: 0 35px 0 0;
  position: relative;
  display: block;
}
.under .accContainer h4 span::after {
  content: '';
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  transform: rotate(135deg);
  border-top: 2px solid #92731E;
  border-right: 2px solid #92731E;
  width: 10px;
  height: 10px;
  transition: .3s all ease;
}
.under .accContainer h4.rotate span::after {
  transform: rotate(-45deg);
  top: calc(50% - 4px);
}
@media only screen and (min-width: 769px) { 
  .under .fixed_banner {
    bottom: 0 !important;
    top: auto !important;
  }
}
.under table.tbl_style01 th, .under table.tbl_style01 td, .under .tbl_time th, .under .tbl_time td {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.under .tbl_time th {
  font-weight: 500;
}

.under .price_condition .accBtn {
	    display: table;
    cursor: pointer;
    margin: 0;
    background: #3f3e44;
    color: #fff;
    padding: 7px 10px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
	position: relative;
}
.under .price_condition .accBtn::before {
	    content: "";
    position: absolute;
        top: 50%;
    transform: rotate(-45deg) translatey(-50%);
    right: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 10px;
    height: 10px;

}
.under .price_condition .accBtn:hover {
	opacity: 0.8;
}
.under .price_condition .accBtn.rotate::before {
	        transform: rotate(135deg) translatey(-50%);
    top: calc(50% - 10px);
    right: 20px;
}
.under .price_condition .accBlock {
	padding: 30px 20px;
    border: 1px solid #3f3e44;
}

.under .ud_box_menu .TabPager li {
	    width: calc(25% - 3px);
	font-family: var(--f-mincho) !important;
	color: #92731E;
	border-bottom: 5px solid rgba(146, 115, 30, 0.5); 
	font-weight: 500;
	font-size: calc(var(--ttl_size) - 4px);
	box-shadow: none;
}
.under .ud_box_menu .TabPager li.active {
	border-bottom-color: #92731E;
	background-color: transparent;
}
.under .ud_box_menu .TabPager li:hover {
	opacity: 0.8;
}
.under .ud_box_menu .TabPager li.active:hover {
	opacity: 1;
}
.under .ud_box_menu .TabContent {
	padding-top: 30px;
	background-color: transparent;
}
.under .ud_box_menu .TabContent .ud_menu_list {
	justify-content: flex-start;
}
.under .ud_box_menu .TabContent .ud_menu_list .item {
	height: 120px;
	margin: 0 5px 10px 5px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.3);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.under .ud_box_menu .TabContent .ud_menu_list .item::before,
.under .ud_box_menu .TabContent .ud_menu_list .item::after {
	content: "";
	position: absolute;
}
.under .ud_box_menu .TabContent .ud_menu_list .item::before {
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #92731E;
}
.under .ud_box_menu .TabContent .ud_menu_list.col3 .item {
	width: calc(100% / 3 - 10px);
}
.under .ud_box_menu .TabContent .ud_menu_list.col3 .item:nth-of-type(3n+1) {
	margin-left: 0;
}
.under .ud_box_menu .TabContent .ud_menu_list.col4 .item {
	width: calc(100% / 4 - 10px);
}
.under .ud_box_menu .TabContent .ud_menu_list.col3 .item:nth-of-type(4n+1) {
	margin-left: 0;
}
.under .ud_box_menu .TabContent .ud_menu_list .item p {
	margin-bottom: 0;
	text-align: center;
	font-family: var(--f-mincho);
	color: #92731E;
	font-weight: 500;
	font-size: calc(var(--ttl_size) - 10px);
}