@charset "UTF-8";

/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.daido_5% 10px 1em */
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 55px;
  }
}

html body {
  color: #393632;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.15;
 /* min-width: 1240px;*/
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

html img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

html h1,
html h2,
html h3,
html h4,
html em {
  font-family: "Noto Serif JP", serif;
  color: rgba(174,192,53,0.9);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

html p {
  line-height: 2;
  text-align: justify;
}

html a {
  color: rgba(174,192,53,0.9);
  text-decoration: none;
  border: 0;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html a img {
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html em {
  font-size: 1.3em;
}

html a:hover {
  filter: brightness(120%);
}

html a[target=_blank]:not(.daido_none):hover {
  text-decoration: underline;
}

html a[target=_blank]:not(.daido_none):after {
  content: "\e905";
  font-family: "icomoon";
  font-size: 1rem;
  margin-left: 4px;
  padding-right: 4px;
}

html .animation {
  transform: translate(0px, 10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_left {
  transform: translate(-10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_left.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation_right {
  transform: translate(10px, 0px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_right.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation_down {
  transform: translate(0px, -10px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  backface-visibility: hidden;
}

html .animation_down.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html .animation.active {
  transform: translate(0%, 0%);
  opacity: 1;
}

html #daido_wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

html #daido_wrap article {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}


button#daido_openChatbot {
  position: fixed;
  color: #6a5700;
  background: url(../../img/AI_bg.webp) no-repeat center / cover;
  border: 1px solid #6a5700
  padding: 12px 62px 12px 9px;
  display: block;
  right: 0;
  bottom: -140px;
  cursor: pointer;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 18;
}

button#daido_openChatbot.on {
  bottom: 140px;
}

button#daido_openChatbot::before {
  position: absolute;
  content: "";
  background: url("../../img/mes.webp") no-repeat center/contain;
  width: 28px;
  height: 24px;
  right: 15px;
}

@media screen and (max-width: 768px) {
  html body {
    min-width: 320px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  html body.active:before {
    height: 280vw;
  }

  html img {
    max-width: 100%;
    height: auto;
  }

  html .daido_pc {
    display: none !important;
  }

  html #daido_wrap {
    padding-top: 55px;
  }

  button#daido_openChatbot {
    font-size: 11px;
    left: 0;
    right: unset;
  }

  button#daido_openChatbot::before {
    width: 24px;
    height: 20px;
  }

  button#daido_openChatbot.on {
    bottom: 65px;
  }
}

@media screen and (min-width: 769px) {
  html .daido_sp {
    display: none !important;
  }
}

html a.daido_tel {
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

html a.daido_tel .daido_iconTel {
  font-size: 2.3rem;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

html a.daido_tel span {
  display: block;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  font-size: 2.6rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  html a.daido_tel {
    pointer-events: auto;
  }
}

html header {
  z-index: 100;
  width: 100%;
  /*min-width: 1100px;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
}

html header .daido_seo {
  position: absolute;
  top: 12px;
  left: 30px;
  box-sizing: border-box;
  font-feature-settings: "palt";
  text-align: justify;
}

html header .daido_seo span {
  display: block;
  color: #393632;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  background-color: #ffffff52;
  padding: 2px;
}

html header .daido_headerContent {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 20px;
  box-sizing: border-box;
}

html header .daido_headerContent #daido_logo {
  padding: 40px 0 0 30px;
  flex-shrink: 1;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

html header .daido_headerContent .daido_navbox {
  padding-right: 11px;
  height: 90px;
}

html header .daido_headerContent .daido_navbox .daido_telbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*padding: 13px 0 0;*/
  padding: 11px 140px 2px 0;
}

html header .daido_headerContent .daido_navbox .daido_telbox a{
	color:#393632;
}

html header .daido_headerContent .daido_navbox .daido_telbox .daido_tel {
  line-height: 35px;
  margin-right: 20px;
}

html header .daido_headerContent .daido_navbox .daido_telbox .daido_instagram {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

html header .daido_headerContent .daido_navbox nav>ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

html header .daido_headerContent .daido_navbox nav>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  font-family: "Noto Serif JP", serif;
  color: #393632;
  font-weight: 500;
  position: relative;
  white-space: nowrap;
  text-shadow: 0 0 3px #fff;
}

html header .daido_headerContent .daido_navbox nav>ul>li>a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 20px;
  background: #908e8c;
}

html header .daido_headerContent .daido_navbox nav>ul>li>a:hover {
  color: #6a5700;
}

html header .daido_headerContent .daido_navbox nav>ul li:last-child a {
  padding-right: 0;
}

html header .daido_headerContent .daido_navbox nav>ul li:last-child a:before {
  content: none;
}

html header .daido_headerContent .daido_rsv {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 50px;
    border-radius: 0 0 0 15px;
    background: rgba(174,192,53,0.9);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

html header .daido_headerContent .daido_rsv .daido_iconMail {
  /*font-size: 2.1rem;*/
  position: relative;
  
  right:40px;
}

html header .daido_headerContent .daido_rsv small {
  position: absolute;
  left: 7px;
  bottom: 18px;
  line-height: 1;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  html header {
    z-index: 100;
    width: 100%;
    min-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    transition: all 0.2s ease;
  }

  html header.on {
    top: -20px;
  }

  html header .daido_seo {
    position: static;
    width: 100%;
    height: 20px;
    background: #fcfaf5;
    text-align: center;
  }

  html header .daido_seo span {
    font-size: 1rem;
    line-height: 20px;
  }

  html header .daido_headerContent {
    width: 100%;
    height: 55px;
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  html header .daido_headerContent #daido_logo {
    width: calc(100% - 100px);
    padding: 0 12px;
    box-sizing: border-box;
    flex-shrink: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  html header .daido_headerContent #daido_logo img {
    width: auto;
    max-width: 100%;
    max-height: 32px;
  }

  html header .daido_headerContent .daido_navbox {
    height: 55px;
  }

  html header .daido_headerContent .daido_navbox .daido_telbox {
    padding: 0;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  html header .daido_headerContent .daido_navbox .daido_telbox .daido_tel {
    display: none;
  }

  html header .daido_headerContent .daido_navbox .daido_telbox .daido_instagram {
    background: #fcfcfc;
  }

  html header .daido_headerContent .daido_navbox nav {
    display: none;
  }

  html header .daido_headerContent .daido_rsv {
    display: none;
  }

  html #daido_slidemenuBtn {
    flex-shrink: 0;
    width: 55px;
    height: 55px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #6a5700
  }

  html #daido_slidemenuBtn:before {
    content: "menu";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    color: #fff;
    text-align: center;
  }

  html #daido_slidemenuBtn.slide-open>span:before {
    width: 0;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }

  html #daido_slidemenuBtn.slide-open>span:after {
    width: 0;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }

  html #daido_slidemenuBtn.slide-open>span>span:before {
    transform: rotate(-35deg);
    transition: top 0.2s ease, transform 0.2s ease 0.2s;
    backface-visibility: hidden;
  }

  html #daido_slidemenuBtn.slide-open>span>span:after {
    transform: rotate(35deg);
    transition: bottom 0.2s ease, transform 0.2s ease 0.2s;
    backface-visibility: hidden;
  }

  html #daido_slidemenuBtn>span {
    width: 25px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -5px;
  }

  html #daido_slidemenuBtn>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }

  html #daido_slidemenuBtn>span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: width 0.2s ease;
    backface-visibility: hidden;
  }

  html #daido_slidemenuBtn>span>span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 0.2s ease, top 0.2s ease 0.2s;
    backface-visibility: hidden;
  }

  html #daido_slidemenuBtn>span>span:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background: #fff;
    transition: transform 0.2s ease, bottom 0.2s ease 0.2s;
    backface-visibility: hidden;
  }
}

html .daido_mainTitle {
  position: relative;
  width: 100%;
}

html .daido_mainTitle .daido_swiperContainer {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  /*上から下にかけて丸が透過→不透明→透過する*/
}

html .daido_mainTitle .daido_swiperContainer:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 191px;
  background: url("../img/curve012.png") no-repeat left bottom;
  background-size: 100% 100%;
  z-index: 2;
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperWrapper .daido_swiperSlide {
  width: 100%;
  height: 933px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperWrapper .daido_swiperSlide#daido_slide01 {
  background-image: url("../img/m_bg.jpg");
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperWrapper .daido_swiperSlide#daido_slide02 {
  background-image: url("../../img/slide02.webp");
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperWrapper .daido_swiperSlide#daido_slide03 {
  background-image: url("../../img/slide03.webp");
  background-position: right top;
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperText {
  position: absolute;
  left: 100px;
  bottom: 40%;
  z-index: 10;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperText em {
  display: inline-block;
  color: #fff;
  font-size: 2.5rem;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 20px;
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.7);
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperText em:before {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  width: 80px;
  height: 1px;
  background: #fff;
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperText h2 {
  font-size: 4.3rem;
  color: #fff;
  letter-spacing: 0em;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 40px;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
}

html .daido_mainTitle .daido_swiperContainer .daido_scrolldown2 {
  position: absolute;
  bottom: 70px;
  right: 44px;
  z-index: 10;
}

html .daido_mainTitle .daido_swiperContainer .daido_scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4.5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #6a5700;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
 animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

html .daido_mainTitle .daido_swiperContainer .daido_scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 100px;
  background: #6a5700;
}

html .daido_mainTitle .daido_swiperContainer .daido_scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: -12px;
  bottom: 130px;
  /*テキストの形状*/
  color: #6a5700;
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@keyframes circlemove {
  0% {
    bottom: 100px;
  }

  100% {
    bottom: -5px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperPagination {
  position: absolute;
  box-sizing: border-box;
  left: auto;
  right: 38px;
  bottom: 400px;
  line-height: 1;
  z-index: 1000;
  width: 10px;
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperPagination .daido_swiperPaginationBullet {
  display: block;
  margin: 0;
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperPagination .daido_swiperPaginationBullet.daido_swiperPaginationBulletActive {
  background: #6a5700
}

html .daido_mainTitle .daido_swiperContainer .daido_swiperPagination .daido_swiper-pagination-bullet~.daido_swiperPaginationBullet {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  html .daido_mainTitle .daido_swiperContainer {
    width: 100%;
    padding: 0;
  }

  html .daido_mainTitle .daido_swiperContainer:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 13vw;
    background: url("../img/curve012.png") no-repeat left bottom;
    background-size: 100% 100%;
    z-index: 2;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperWrapper .daido_swiperSlide {
    width: 100%;
    height: 93.3vw;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperWrapper .daido_swiperSlide#daido_slide01 {
    background-image: url("../img/m_bg.jpg");
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperWrapper .daido_swiperSlide#daido_slide02 {
    background-image: url("../../img/slide02@sp.webp");
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperWrapper .daido_swiperSlide#daido_slide03 {
    background-image: url("../../img/slide03@sp.webp");
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperText {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    text-align: center;
    padding: 0 0 40px;
    z-index: 10;
    text-shadow: 0 0px 8px #000;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperText em {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 0px;
    line-height: 1;
    padding-bottom: 4px;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperText em:before {
    content: none;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperText h2 {
    font-size: 2.3rem;
    color: #fff;
    letter-spacing: 0em;
    font-weight: 600;
    line-height: 2;
    padding-bottom: 0px;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperPagination {
    left: auto;
    right: 12px;
    top: 40vw;
    bottom: auto;
    line-height: 1;
    z-index: 1000;
    width: 8px;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperPagination .daido_swiperPaginationBullet {
    width: 8px;
    height: 8px;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_swiperPagination .daido_swiper-pagination-bullet~.daido_swiperPaginationBullet {
    margin-top: 15px;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_scrolldown2 {
    position: absolute;
    bottom: 0px;
    left: auto;
    right: 15px;
  }

  html .daido_mainTitle .daido_swiperContainer .daido_scrolldown2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 80px;
    background: #6a5700
  }

  html .daido_mainTitle .daido_swiperContainer .daido_scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: 0;
    bottom: 85px;
    transform: translateX(-50%);
  }

  @keyframes circlemove {
    0% {
      bottom: 70px;
    }

    100% {
      bottom: -5px;
    }
  }

  html .daido_mainTitle nav {
    display: none;
  }
}

@media screen and (max-width: 425px) {
  html .daido_mainTitle .daido_swiperContainer .daido_swiperText {
    bottom: 10%;
  }
}

html .daido_sectTtl {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  color: rgba(174,192,53,0.9);
  padding-bottom: 38px;
}

html .daido_sectTtl:before {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #6a5700
}

html .daido_sectTtl.daido_left {
  max-width: 1400px;
  padding: 0 80px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: justify;
}

html .daido_sectTtl.daido_left:before {
  content: "";
  position: absolute;
  left: 80px;
  top: 0;
  bottom: auto;
  width: 5px;
  height: 84px;
/*  background: rgba(174,192,53,0.9); */
}

html .daido_sectTtl.daido_left em {
  padding-top: 10px;
  padding-left: 28px;
  font-size: 3.6rem;
  padding-bottom: 10px;
}

html .daido_sectTtl.daido_left small {
  display: block;
  padding-left: 28px;
}

html .daido_sectTtl em {
  display: block;
  line-height: 1;
  font-size: 3.6rem;
  font-weight: 500;
  padding-bottom: 20px;
}

html .daido_sectTtl small {
  line-height: 1;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  html .daido_sectTtl {
    padding: 50px 0 20px;
  }

  html .daido_sectTtl:before {
    left: calc(50% - 25px);
    width: 50px;
    height: 1px;
  }

  html .daido_sectTtl.daido_left {
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: justify;
  }

  html .daido_sectTtl.daido_left:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 0;
    bottom: auto;
    width: 3px;
    height: 100%;
    background: #6a5700;
  }

  html .daido_sectTtl.daido_left em {
    padding-top: 5px;
    padding-left: 12px;
    font-size: 2.4rem;
    padding-bottom: 5px;
    line-height: .65em;
  }

  html .daido_sectTtl.daido_left small {
    display: block;
    padding-left: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  html .daido_sectTtl em {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }

  html .daido_sectTtl small {
    line-height: 1;
    font-size: 1.2rem;
  }
}

html .daido_information {
  width: 100%;
  padding-bottom: 120px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

html .daido_information .daido_sectTtl {
  margin-bottom: 50px;
}

html .daido_information .daido_scrollBox {
  width: 100%;
  max-width: 816px;
  margin: 0 auto;
  box-sizing: border-box;
}

html .daido_information .daido_scrollBox .daido_scrollBoxInner {
  position: relative;
  max-height: 220px;
}

html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem {
  padding: 16px 16px 16px 0;
  position: relative;
  border-bottom: 1px solid #cdccc8;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem span {
  flex-shrink: 0;
  display: block;
  width: 112px;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  position: relative;
}

html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 17px;
  background: #393632;
}

html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem p {
  line-height: 2;
  padding-left: 15px;
}

html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem:nth-child(1) {
  border-top: 1px solid #cdccc8;
}

@media screen and (max-width: 768px) {
  html .daido_information {
    width: 100%;
    padding: 0 16px;
    margin: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  html .daido_information .daido_scrollBox {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }

  html .daido_information .daido_scrollBox .daido_scrollBoxInner {
    max-height: 280px;
  }

  html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem {
    padding: 15px 15px 15px 0;
    position: relative;
    border-top: 1px dotted #ccdfe0;
    display: block;
  }

  html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem span {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
  }

  html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem span:before {
    content: none;
  }

  html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem p {
    line-height: 2;
    padding: 0;
  }

  html .daido_information .daido_scrollBox .daido_scrollBoxInner .daido_listItem:nth-child(1) {
    border-top: none;
  }
}
#daido_Reason{
  background-color: #fff;
}
html #daido_Reason .daido_sectTtl {
  margin-bottom: 80px;
}

html #daido_Reason .daido_ReasonInner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

html #daido_Reason .daido_ReasonInner .daido_listItem {
  width: 100%;
  padding-bottom: 150px;
  position: relative;
  margin-bottom: 70px;
}

html #daido_Reason .daido_ReasonInner .daido_listItem a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html #daido_Reason .daido_ReasonInner .daido_listItem a:hover~figure img {
  transform: scale(1.daido_1);
  filter: brightness(110%);
}

html #daido_Reason .daido_ReasonInner .daido_listItem figure {
  width: 79.daido_14%;
  margin-left: auto;
  overflow: hidden;
  border-radius: 15px;
}

html #daido_Reason .daido_ReasonInner .daido_listItem figure img {
  object-fit: cover;
  width: 100%;
  height: 524px;
  border-radius: 15px;
  transition: all 0.2s ease;
}

html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text {
  position: absolute;
  left: 80px;
  bottom: 0;
  background: #fff;
  width: 58%;
  padding: 65px;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 0px 6px 38px 6px rgba(0, 0, 0, 0.05);
}

html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text h3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}

html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text h3 em {
  padding-left: 25px;
  font-size: 2.4rem;
  color: #393632;
}


html .daido_Greeting .daido_GreetingInner p {
    padding-bottom: 30px;
}

html .daido_Greeting .daido_GreetingInner .daido_name {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  color: #393632;
}

html .daido_Greeting .daido_GreetingInner .daido_name small {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
}
html .daido_Greeting .daido_GreetingInner .boxAll.bgT100{
  display:flex;
  align-items:center;
  flex-direction:row-reverse;
}
html .daido_Greeting .daido_GreetingInner .boxAll.bgT100:first-child{
  margin-top:50px;
}

html .daido_Greeting .daido_GreetingInner .daido_name em {
  display: block;
  color: #393632;
  font-size: 2.2rem;
}

html .daido_Greeting .daido_GreetingInner  .daido_name em small {
  display: inline-block;
}

html #daido_Reason .daido_ReasonInner #daido_reason02 figure {
  width: 73.daido_43%;
  margin-left: 80px;
}

html #daido_Reason .daido_ReasonInner #daido_reason02 .daido_text {
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0;
  border-radius: 15px 0 0 15px;
}

html #daido_Reason .daido_ReasonInner .daido_small {
  width: calc((100% - 64px) / 3);
  display: block;
  margin-bottom: 40px;
  padding-bottom: 0;
}

html #daido_Reason .daido_ReasonInner .daido_small#daido_reason03 figure img {
  border-top-left-radius: 0;
}

html #daido_Reason .daido_ReasonInner .daido_small#daido_reason03 .daido_text {
  border-bottom-left-radius: 0;
}
/*
html #daido_Reason .daido_ReasonInner .daido_small#daido_reason04 {
  margin-top: 62px;
}

html #daido_Reason .daido_ReasonInner .daido_small#daido_reason05 {
  margin-top: 124px;
}
*/

html #daido_Reason .daido_ReasonInner .daido_small#daido_reason03 .daido_text,
html #daido_Reason .daido_ReasonInner .daido_small#daido_reason04 .daido_text,
html #daido_Reason .daido_ReasonInner .daido_small#daido_reason05 .daido_text {
  min-height: 420px;
}

html #daido_Reason .daido_ReasonInner .daido_small#daido_reason05 .daido_text {
  border-bottom-right-radius: 0;
}

html #daido_Reason .daido_ReasonInner .daido_small figure {
  width: 100%;
  border-radius: 15px 15px 0 0;
}

html #daido_Reason .daido_ReasonInner .daido_small figure img {
  height: 500px;
  border-radius: 15px 15px 0 0;
}

html #daido_Reason .daido_ReasonInner .daido_small .daido_text {
  position: static;
  width: 100%;
  padding: 40px;
  border-radius: 0 0 15px 15px;
}

html #daido_Reason .daido_ReasonInner .daido_small .daido_text h3 {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

html #daido_Reason .daido_ReasonInner .daido_small .daido_text h3 span {
  display: block;
  padding-bottom: 25px;
}

html #daido_Reason .daido_ReasonInner .daido_small .daido_text h3 em {
  font-size: 2.1rem;
}

html #daido_Reason .daido_ReasonInner .daido_small .daido_text .daido_button {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  html #daido_Reason {
    padding-top: 80px;
  }

  html #daido_Reason .daido_sectTtl {
    margin-bottom: 30px;
  }

  html #daido_Reason .daido_ReasonInner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem {
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 32px;
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem figure {
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 0;
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem figure img {
    object-fit: cover;
    width: 100%;
    height: 64vw;
    border-radius: 0;
    transition: all 0.2s ease;
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text {
    position: static;
    background: #fff;
    width: calc(100% - 32px);
    padding: 32px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: -16px auto 0;
    box-shadow: 0px 6px 38px 6px rgba(0, 0, 0, 0.05);
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text h3 {
    display: block;
    padding-bottom: 20px;
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text h3 span {
    display: block;
    text-align: center;
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text h3 span img {
    width: 52px;
    margin: 0 auto;
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text h3 em {
    display: block;
    padding: 16px 0 0;
    font-size: 1.8rem;
    color: #393632;
    text-align: center;
  }

  html #daido_Reason .daido_ReasonInner .daido_listItem .daido_text .daido_button {
    margin: 0 auto;
  }

  html #daido_Reason .daido_ReasonInner #daido_reason02 figure {
    width: 100%;
    margin: 0px;
  }

  html #daido_Reason .daido_ReasonInner #daido_reason02 .daido_text {
    position: static;
    border-radius: 10px;
  }

  html #daido_Reason .daido_ReasonInner .daido_small {
    width: 100%;
    display: block;
    margin: 0 0 32px !important;
    padding-bottom: 0;
  }

  html #daido_Reason .daido_ReasonInner .daido_small figure {
    width: 100%;
    border-radius: 0;
  }

  html #daido_Reason .daido_ReasonInner .daido_small figure img {
    height: 64vw;
    border-radius: 0;
  }

  html #daido_Reason .daido_ReasonInner .daido_small .daido_text {
    position: static;
    width: calc(100% - 32px);
    padding: 32px;
    box-sizing: border-box;
    border-radius: 10px !important;
  }

  html #daido_Reason .daido_ReasonInner .daido_small .daido_text h3 {
    padding-bottom: 20px;
  }

  html #daido_Reason .daido_ReasonInner .daido_small .daido_text h3 span {
    display: block;
    padding-bottom: 0;
  }

  html #daido_Reason .daido_ReasonInner .daido_small .daido_text h3 em {
    font-size: 1.8rem;
  }
}

html .daido_button {
  padding: 10px 20px;
  max-width: 100%;
  height: 44px;
  border-radius: 5px;
  background: rgba(174,192,53,0.9);
  border: 1px solid #676c34;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  margin: 20px 0;
}

html .daido_button span {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #fff;
  display: block;
  line-height: 1.25;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html .daido_button:hover {
  filter: brightness(120%);
  background: #fff;
}

html .daido_button:hover span {
  color: rgba(174,192,53,0.9) !important;
}

@media screen and (max-width: 768px) {
  html .daido_button {
    /*width: 224px;*/
    max-width: 100%;
    height: 42px;
    border-radius: 21px;
    box-sizing: border-box;
  }

  html .daido_button span {
    font-size: 1.5rem;
  }
}

html .daido_Greeting {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #f0f4d4;
}

html .daido_Greeting:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 92px;
  background: url("../img/curve02.svg") no-repeat center bottom;
  background-size: 100% 100%;
  pointer-events: none;
}

html .daido_Greeting .daido_GreetingInner {
  width: 90%;
  max-width: 1400px;
  padding: 0 80px 100px;
  margin: 0 auto;
  box-sizing: border-box;
  /*
  display: flex;
  */
  width: space-between;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px 20px;
  position: relative;
}

html .daido_Greeting .daido_GreetingInner figure img {
  width: 465px;
}

html .daido_Greeting .daido_GreetingInner .daido_text {
  width: 50%;
  padding: 0 0 80px;
  box-sizing: border-box;
  position: relative;
}

html .daido_Greeting .daido_GreetingInner .daido_text .daido_sectTtl {
  padding-left: 0;
  margin-bottom: 75px;
}

html .daido_Greeting .daido_GreetingInner .daido_text .daido_sectTtl:before {
  content: "";
  left: 0;
}

html .daido_Greeting .daido_GreetingInner .daido_text h3 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
}

html .daido_Greeting .daido_GreetingInner .daido_text p {
  padding-bottom: 30px;
}

html .daido_Greeting .daido_GreetingInner .daido_text .daido_name {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  color: #393632;
}

html .daido_Greeting .daido_GreetingInner .daido_text .daido_name small {
  font-size: 1.6rem;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
}

html .daido_Greeting .daido_GreetingInner .daido_text .daido_name em {
  display: block;
  color: #393632;
  font-size: 2.2rem;
}

html .daido_Greeting .daido_GreetingInner .daido_text .daido_name em small {
  display: inline-block;
}

html .daido_Greeting .daido_GreetingInner .daido_text .daido_btnbox {
  padding: 50px 0 0;
  display: flex;
  justify-content: flex-start;
}

html .daido_Greeting .daido_GreetingInner .daido_text .daido_btnbox .daido_btn~.daido_button {
  margin-left: 60px;
}

@media screen and (max-width: 768px) {
  html .daido_Greeting {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    }

  html .daido_Greeting:before {
    height: 30px;
  }

  html .daido_Greeting .daido_GreetingInner {
    width: 90%;
    padding: 0;
    max-width: 100%;
    padding-bottom: 20px;
    display: block;
    position: relative;
  }

  html .daido_Greeting .daido_GreetingInner:before {
    content: none;
  }

  html .daido_Greeting .daido_GreetingInner figure {
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    text-align: center;
  }

  html .daido_Greeting .daido_GreetingInner figure:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    /*background: url("../img/curve01.png") no-repeat center center;*/
    background-size: 100% 100%;
  }

  html .daido_Greeting .daido_GreetingInner figure img {
    object-fit: initial;
    width: 240px;
    height: 100%;
    margin: 0 auto;
  }

  html .daido_Greeting .daido_GreetingInner .daido_text {
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
    position: relative;
  }

  html .daido_Greeting .daido_GreetingInner .daido_text p {
    padding-bottom: 20px;
  }

  html .daido_Greeting .daido_GreetingInner .daido_text .daido_name {
    text-align: center;
  }

  html .daido_Greeting .daido_GreetingInner .daido_text .daido_name small {
    font-size: 1.3rem;
  }

  html .daido_Greeting .daido_GreetingInner .daido_text .daido_name em {
    display: block;
    font-size: 1.8rem;
  }

  html .daido_Greeting .daido_GreetingInner .daido_text .daido_btnbox {
    padding: 20px 0 50px;
    display: block;
  }

  html .daido_Greeting .daido_GreetingInner .daido_text .daido_btnbox .daido_button {
    width: 208px;
    margin: 0 auto;
  }

  html .daido_Greeting .daido_GreetingInner .daido_text .daido_btnbox .daido_button+.daido_button {
    margin-top: 10px;
    margin-left: auto;
  }
}

html .daido_implant {
  background: #fff;
}

html .daido_implant .daido_sectTtl {
  padding-top: 75px;
  margin-bottom: 75px;
}

html .daido_implant .daido_implantInner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

html .daido_implant .daido_implantInner .daido_listItem {
  width: calc((100% - 64px) / 3);
  position: relative;
  padding-bottom: 100px;
  margin-right: 32px;
}

html .daido_implant .daido_implantInner .daido_listItem:nth-child(3) {
  margin-right: 0;
}

html .daido_implant .daido_implantInner .daido_listItem:nth-child(5) {
  margin-right: 0;
}

html .daido_implant .daido_implantInner .daido_listItem a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .daido_implant .daido_implantInner .daido_listItem a:hover~figure img {
  transform: scale(1.daido_1);
  filter: brightness(110%);
}

html .daido_implant .daido_implantInner .daido_listItem figure {
  width: auto;
  overflow: hidden;
  border-radius: 15px;
}

html .daido_implant .daido_implantInner .daido_listItem figure img {
  transition: all 0.2s ease;
}

html .daido_implant .daido_implantInner .daido_listItem .daido_text h3 {
  padding: 20px 0 20px;
  text-align: center;
  font-size: 2.1rem;
}

html .daido_implant .daido_implantInner .daido_listItem .daido_text p {
  padding: 0 20px;
}

html .daido_implant .daido_wideImages {
  width: 100%;
  height: 450px;
  background: url("../../img/bodyimg.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  html .daido_implant .daido_sectTtl {
    padding-top: 35px;
    margin-bottom: 50px;
  }

  html .daido_implant .daido_implantInner {
    width: 100%;
    max-width: 100%;
    padding: 0 32px 32px;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }

  html .daido_implant .daido_implantInner .daido_listItem {
    width: 100%;
    position: relative;
    padding-bottom: 30px;
    margin-right: 32px;
  }

  html .daido_implant .daido_implantInner .daido_listItem:nth-child(3) {
    margin-right: 0;
  }

  html .daido_implant .daido_implantInner .daido_listItem:nth-child(5) {
    margin-right: 0;
  }

  html .daido_implant .daido_implantInner .daido_listItem figure {
    width: auto;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
  }

  html .daido_implant .daido_implantInner .daido_listItem figure img {
    transition: all 0.2s ease;
  }

  html .daido_implant .daido_implantInner .daido_listItem .daido_text h3 {
    padding: 10px 0 10px;
    text-align: center;
    font-size: 1.8rem;
  }

  html .daido_implant .daido_implantInner .daido_listItem .daido_text p {
    padding: 0;
  }

  html .daido_implant .daido_wideImages {
    width: 100%;
    height: 228px;
    background: url("../../img/bodyimg.jpg") no-repeat center center;
    background-size: cover;
  }
}

html .daido_treatment {
  background: #fff;
  padding-top: 124px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

html .daido_treatment .daido_sectTtl {
  margin-bottom: 75px;
}

html .daido_treatment .daido_treatmentInner {
  width: 100%;
  max-width: 964px;
  padding: 0 34px 80px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

html .daido_treatment .daido_treatmentInner .daido_listItem {
  width: calc((100% - 64px) / 5);
  position: relative;
}
html .daido_treatment .daido_treatmentInner .daido_listItem {
  width: 23%;
  margin: 1% 0 2% 0%;
  position: relative;
}

html .daido_treatment .daido_treatmentInner .daido_listItem a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}

html .daido_treatment .daido_treatmentInner .daido_listItem a:hover~figure img {
  transform: scale(1.daido_1);
  filter: brightness(110%);
}

html .daido_treatment .daido_treatmentInner .daido_listItem figure {
  width: auto;
  overflow: hidden;
  border-radius: 15px;
}

html .daido_treatment .daido_treatmentInner .daido_listItem figure img {
  transition: all 0.2s ease;
}

html .daido_treatment .daido_treatmentInner .daido_listItem .daido_text h3 {
  padding: 20px 0 20px;
  text-align: center;
  font-size: 2.1rem;
}

html .daido_treatment .daido_treatmentInner .daido_listItem .daido_text p {
  padding: 0 12px;
}

html .daido_treatment .daido_bannerBox {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #efeee9;
}

html .daido_treatment .daido_bannerBox:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: #fff;
}

html .daido_treatment .daido_bannerBox:after {
  content: "";
  position: absolute;
  left: 0;
  top: 250px;
  width: 100%;
  height: 218px;
  background: url("../img/curve03.svg") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
}

html .daido_treatment .daido_bannerBox .daido_bannerInner {
  width: 100%;
  padding: 0 80px;
  max-width: 1400px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

html .daido_treatment .daido_bannerBox .daido_bannerInner a {
  position: relative;
  width: calc((100% - 32px) / 2);
  display: block;
  border-radius: 15px;
  box-shadow: 0px 6px 38px 6px rgba(0, 0, 0, 0.05);
}

html .daido_treatment .daido_bannerBox .daido_bannerInner a:hover figure img {
  transform: scale(1.daido_1);
}

html .daido_treatment .daido_bannerBox .daido_bannerInner a:hover span small {
  color: #6a5700;
}

html .daido_treatment .daido_bannerBox .daido_bannerInner a figure {
  width: 100%;
  overflow: hidden;
}

html .daido_treatment .daido_bannerBox .daido_bannerInner a figure img {
  object-fit: cover;
  width: 100%;
  height: 220px;
  border-radius: 15px 15px 0 0;
}

html .daido_treatment .daido_bannerBox .daido_bannerInner a span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  height: 62px;
  border-radius: 0 0 15px 15px;
}

html .daido_treatment .daido_bannerBox .daido_bannerInner a span em {
  font-size: 2.1rem;
  padding-left: 18px;
}

html .daido_treatment .daido_bannerBox .daido_bannerInner a span small {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  color: #666666;
  padding-right: 18px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 768px) {
  html .daido_treatment {
    background: #fff;
    padding: 0;
    width: auto;
  }

  html .daido_treatment .daido_sectTtl {
    margin-bottom: 25px;
  }

  html .daido_treatment .daido_treatmentInner {
  width:100%;
  height:auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  }

  html .daido_treatment .daido_treatmentInner .daido_listItem {
  width:calc((100% - 20px) /2);
  height:auto;
  display:flex;/* 高さを揃えるための指定 */
  flex-direction:column;/* 高さを揃えるための指定 */
  /*padding: 10px*/
}

  html .daido_treatment .daido_treatmentInner .daido_listItem figure {
    width: auto;
    overflow: hidden;
    border-radius: 10px;
  }

  html .daido_treatment .daido_treatmentInner .daido_listItem figure img {
    width: 100%;
    transition: all 0.2s ease;
  }

  html .daido_treatment .daido_treatmentInner .daido_listItem .daido_text h3 {
    padding: 10px 0 10px;
    text-align: center;
    font-size: 1.8rem;
  }

  html .daido_treatment .daido_treatmentInner .daido_listItem .daido_text p {
    padding: 0 0 .8em;
    line-height: 1.6;
  }

  html .daido_treatment .daido_bannerBox {
    width: 100%;
    position: relative;
    z-index: 10;
    padding: 0;
    background: #fff;
  }

  html .daido_treatment .daido_bannerBox:before {
    content: none;
  }

  html .daido_treatment .daido_bannerBox:after {
    content: none;
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner {
    width: 100%;
    padding: 0 16px 60px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    background: #EFEEE9;
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner a {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 6px 38px 6px rgba(0, 0, 0, 0.05);
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner a figure {
    width: 100%;
    overflow: hidden;
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner a figure img {
    object-fit: cover;
    width: 100%;
    height: 120px;
    border-radius: 10px 10px 0 0;
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner a span {
    height: 40px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner a span em {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding-left: 0;
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner a span small {
    display: none;
  }

  html .daido_treatment .daido_bannerBox .daido_bannerInner a+a {
    margin-top: 16px;
  }

  html .daido_treatment .daido_treatmentInner {
  padding: 0;
  width: 90%;
}
  #daido_subpage .daido_treatment .daido_treatmentInner {
  padding: 0;
  width: 100%;
}
}

html .daido_calendar {
  margin-top: -50px;
  padding-top: 200px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}

#Calendar {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.calendar_txt {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
html .daido_calendar .daido_sectTtl {
  margin-bottom: 100px;
}

html .daido_calendar .daido_calendarBox {
  width: 100%;
  max-width: 1240px;
  padding: 0 74px 150px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}

html .daido_calendar .daido_calendarBox .daido_month {
  width: calc((100% - 32px) / 2);
  text-align: center;
  border-bottom: 1px solid #393632;
}

html .daido_calendar .daido_calendarBox .daido_month em {
  display: inline-block;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #393632;
  margin-bottom: 60px;
  line-height: 1;
}

html .daido_calendar .daido_calendarBox .daido_month table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-top: 1px solid #393632;
}

html .daido_calendar .daido_calendarBox .daido_month table thead th {
  height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td {
  border-top: 1px solid #393632;
  height: 72px;
  vertical-align: top;
  text-align: center;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  margin: 8px auto;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  box-sizing: border-box;
  position: relative;
  text-align: left;
  background: #fff;
  border-radius: 50%;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td span:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -14px;
  line-height: 1;
  font-size: 1.1rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td.daido_close span {
  background: #rgba(174,192,53,0.9);
  color: #fff;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td.daido_close span:before {
  content: "休診日";
  color: #rgba(174,192,53,0.9);
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td.daido_amClose span {
  background: #ceb371;
  color: #fff;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td.daido_amClose span:before {
  content: "午前休";
  color: #ceb371;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td.daido_pmClose span {
  background: #abb6e1;
  color: #fff;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td.daido_pmClose span:before {
  content: "午後休";
  color: #abb6e1;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td.daido_other span {
  background: #a7a7a7;
  color: #fff;
}

html .daido_calendar .daido_calendarBox .daido_month table tbody td.daido_other span:before {
  content: "その他";
  color: #a7a7a7;
}

@media screen and (max-width: 768px) {
  html .daido_calendar {
    padding: 0;
    margin: 0;
  }

  html .daido_calendar .daido_sectTtl {
    margin-bottom: 50px;
  }

  html .daido_calendar .daido_calendarBox {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 40px;
    box-sizing: border-box;
    display: block;
  }

  html .daido_calendar .daido_calendarBox .daido_month {
    width: 100%;
    text-align: center;
  }

  html .daido_calendar .daido_calendarBox .daido_month em {
    font-size: 1.9rem;
    margin-bottom: 30px;
  }

  html .daido_calendar .daido_calendarBox .daido_month table thead th {
    height: 33px;
    font-size: 1rem;
  }

  html .daido_calendar .daido_calendarBox .daido_month table tbody td {
    height: 55px;
  }

  html .daido_calendar .daido_calendarBox .daido_month table tbody td span {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }

  html .daido_calendar .daido_calendarBox .daido_month table tbody td span:before {
    font-size: 1rem;
  }

  html .daido_calendar .daido_calendarBox .daido_month+.daido_month {
    margin-top: 40px;
  }
}

html .daido_groupClinic {
  margin-top: -50px;
  padding-top: 100px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

html .daido_groupClinic .daido_groupTtl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 80px;
  padding-bottom: 100px;
}

html .daido_groupClinic .daido_groupTtl .daido_sectTtl {
  width: auto;
  margin-left: 0;
  margin-bottom: 30px;
}

html .daido_groupClinic .daido_groupTtl p {
  color: #6a5700;
  font-family: "Noto Serif JP", serif;
}

html .daido_groupClinic .daido_groupInner {
  width: 100%;
  max-width: 1400px;
  padding: 0 80px 100px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

html .daido_groupClinic .daido_groupInner .daido_listItem {
  width: calc((100% - 32px) / 2);
  text-align: center;
}

html .daido_groupClinic .daido_groupInner .daido_listItem figure img {
  border-radius: 15px;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text {
  padding: 0 36px;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text h3 {
  padding: 30px 0;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text address {
  padding-bottom: 30px;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table {
  width: 100%;
  font-size: 1.3rem;
  table-layout: fixed;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table thead tr th {
  border-bottom: 1px solid #393632;
  font-weight: 400;
  border-left: 1px solid #393632;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table thead tr th:nth-child(1) {
  width: 115px;
  border-left: 0;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table tbody tr td {
  height: 45px;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #393632;
  font-weight: 400;
  border-left: 1px solid #393632;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table tbody tr td:nth-child(1) {
  width: 115px;
  border-left: 0;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table tfoot tr td {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.5;
  padding-top: 10px;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a {
  width: 50%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6a5700;
  border-radius: 30px 0 0 30px;
  color: #fff;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a .daido_iconTel {
  font-size: 2rem;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a span {
  font-size: 2.3rem;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a+a {
  border-radius: 0 30px 30px 0;
  font-size: 1.8rem;
  position: relative;
}

html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a+a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 2px;
  height: 30px;
  background: #fff;
}

html .daido_groupClinic .daido_recruit {
  width: 1092px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

html .daido_groupClinic .daido_recruit a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 6px 38px 6px rgba(0, 0, 0, 0.05);
}

html .daido_groupClinic .daido_recruit a .daido_text {
  width: calc(100% - 690px);
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}

html .daido_groupClinic .daido_recruit a .daido_text h3 {
  text-align: center;
}

html .daido_groupClinic .daido_recruit a .daido_text h3 em {
  display: block;
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  html .daido_groupClinic {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
  }

  html .daido_groupClinic .daido_groupTtl {
    display: block;
    padding: 0px;
  }

  html .daido_groupClinic .daido_groupTtl .daido_sectTtl {
    width: auto;
    margin-left: 0;
  }

  html .daido_groupClinic .daido_groupTtl p {
    padding: 16px;
    line-height: 1.65;
  }

  html .daido_groupClinic .daido_groupInner {
    width: 100%;
    max-width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: block;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem figure img {
    border-radius: 10px;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text {
    padding: 0 16px;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text h3 {
    padding: 20px 0;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text h3 img {
    width: auto;
    height: 36px;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text address {
    padding-bottom: 20px;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table {
    width: 100%;
    font-size: 1rem;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table thead tr th:nth-child(1) {
    width: 65px;
    border-left: 0;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table tbody tr td {
    height: 40px;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table tbody tr td:nth-child(1) {
    width: 65px;
    border-left: 0;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_timetable table tfoot tr td {
    text-align: right;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 10px;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox {
    display: block;
    padding-top: 20px;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a {
    width: 190px;
    height: 40px;
    margin: 0 auto;
    border-radius: 20px !important;
    color: #fff;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a .daido_iconTel {
    font-size: 1.6rem;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a span {
    font-size: 1.8rem;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a+a {
    margin-top: 10px;
    border-radius: 0 30px 30px 0;
    font-size: 1.5rem;
    position: relative;
  }

  html .daido_groupClinic .daido_groupInner .daido_listItem .daido_text .daido_btnbox a+a:before {
    content: none;
  }

  html .daido_groupClinic .daido_recruit {
    width: calc(100% - 32px);
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }

  html .daido_groupClinic .daido_recruit a {
    flex-direction: column-reverse;
    border-radius: 10px;
    overflow: hidden;
  }

  html .daido_groupClinic .daido_recruit a .daido_text {
    width: 100%;
    height: 36px;
  }

  html .daido_groupClinic .daido_recruit a .daido_text h3 {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  html .daido_groupClinic .daido_recruit a .daido_text h3 em {
    padding-left: 10px;
    display: block;
    font-size: 1.6rem;
  }

  html .daido_groupClinic .daido_recruit a .daido_text h3 small {
    padding-right: 10px;
    font-size: 1rem;
  }
}

html .daido_blogBanner {
  width: 80%;
  margin: -50px auto 0;
  padding-bottom: 100px;
}

html .daido_blogBanner a {
  width: 100%;
  height: 212px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../img/top/blog.webp") no-repeat center center;
  background-size: cover;
  border-radius: 15px;
}

html .daido_blogBanner a h3 {
  text-align: center;
}

html .daido_blogBanner a h3 em {
  display: block;
  font-size: 4rem;
}

@media screen and (max-width: 768px) {
  html .daido_blogBanner {
    width: 100%;
    margin-top: -32px;
  }

  html .daido_blogBanner a {
    width: 100%;
    height: 186px;
    background: url("../../img/top/blog@sp.webp") no-repeat center center;
    background-size: cover;
  }

  html .daido_blogBanner a h3 {
    text-align: center;
  }

  html .daido_blogBanner a h3 em {
    display: block;
    font-size: 2rem;
  }
}

html footer {
  width: 100%;
  text-align: center;
  background: #fff;
}

html footer .daido_footerContent {
  width: 964px;
  padding: 100px 20px 100px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

html footer .daido_footerContent .daido_data .daido_logo {
  display: block;
  padding-bottom: 30px;
}

html footer .daido_footerContent .daido_data address {
  text-align: left;
  padding-bottom: 30px; 
}

html footer .daido_footerContent .daido_data .daido_telbox {
  /*
  display: flex;
  justify-content: flex-start;
  align-items: center;
  */
}
html footer .daido_footerContent .daido_data .daido_telbox p {
  padding: 0 1em 1em;
  line-height: 1.6em;
}
html footer .daido_footerContent .daido_data .daido_telbox .daido_tel {
  color: #393632;
  display: flex;
}

html footer .daido_footerContent .daido_data .daido_telbox .daido_instagram {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fcfcfc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

html footer .daido_footerContent .daido_timetable {
  width: 500px;
}

html footer .daido_footerContent .daido_timetable table {
  table-layout: fixed;
  width: 100%;
}

html footer .daido_footerContent .daido_timetable table thead tr th {
  font-size: 1.4rem;
  font-weight: normal;
  border-left: 1px solid #393632;
}

html footer .daido_footerContent .daido_timetable table thead tr th:nth-child(1) {
  width: 125px;
  border-left: 0;
}

html footer .daido_footerContent .daido_timetable table tbody {
  border-bottom: 1px solid #393632;
}

html footer .daido_footerContent .daido_timetable table tbody tr td {
  font-size: 1.4rem;
  height: 58px;
  vertical-align: middle;
  border-left: 1px solid #393632;
  border-top: 1px solid #393632;
}

html footer .daido_footerContent .daido_timetable table tbody tr td:nth-child(1) {
  border-left: 0;
}

html footer .daido_footerContent .daido_timetable table tfoot tr td {
  padding-top: 10px;
  text-align: right;
  font-size: 1.2rem;
}

html footer .daido_footerContent .daido_timetable .daido_btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

html footer .daido_footerContent .daido_timetable .daido_btnbox .daido_button {
  width: 220px;
}

html footer .daido_footerContent .daido_timetable .daido_btnbox .daido_button:hover {
  background: #fff;
}

html footer .daido_footerContent .daido_timetable .daido_btnbox .daido_button:hover i {
  color: #6a5700;
}

html footer .daido_footerContent .daido_timetable .daido_btnbox .daido_button:hover span {
  color: rgba(174,192,53,0.9) !important;
}

html footer .daido_footerContent .daido_timetable .daido_btnbox .daido_button i {
  font-size: 2rem;
  color: #fff;
  margin-right: 8px;
  transition: all 0.4s ease;
}

html footer .daido_footerContent .daido_timetable .daido_btnbox .daido_button+.daido_button {
  margin-left: 24px;
}

html footer .daido_sitemap {
  width: 100%;
  padding: 100px 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
  background: url("../img/foot_bg.jpg") no-repeat center center;
  background-size: cover;
}

html footer .daido_sitemap .daido_sitemapInner {
  width: 1240px;
  padding: 0 74px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  letter-spacing: 0.06em;
}

html footer .daido_sitemap .daido_sitemapInner dl {
  text-align: left;
  width: auto;
}

html footer .daido_sitemap .daido_sitemapInner dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 20px;
}

html footer .daido_sitemap .daido_sitemapInner dl dd {
  display: flex;
  justify-content: flex-start;
}

html footer .daido_sitemap .daido_sitemapInner dl dd ol {
  width: auto;
  line-height: 3;
}

html footer .daido_sitemap .daido_sitemapInner dl dd ol li a {
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.06em;
  padding-left: 14px;
  font-size: 1.3rem;
  font-weight: 400;
}

html footer .daido_sitemap .daido_sitemapInner dl dd ol li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 1px;
  background: #fff;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

html footer .daido_sitemap .daido_sitemapInner dl dd ol li a:hover {
  opacity: 0.8;
}

html footer .daido_sitemap .daido_sitemapInner dl dd ol+ol {
  padding-left: 100px;
}

html footer .daido_sitemap .daido_sitemapInner dl+dl {
  padding-left: 80px;
}

html footer .daido_sitemap .daido_sitemapInner .daido_copy {
  padding-top: 30px;
  width: 100%;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: justify;
}

.otherLink {
  /*padding: 20px;*/
  width: 100%;
}
.otherLink li {
  padding: 20px;
  display: inline-block;
}
.otherLink li a{
  color:#ffffff;
}

@media screen and (max-width: 768px) {
  html footer {
    width: 100%;
  }

  html footer .daido_footerContent {
    width: 100%;
    padding: 32px;
    box-sizing: border-box;
    margin: 32px auto 0;
    display: block;
    background: #f5f5f5;
  }

  html footer .daido_footerContent .daido_data {
    text-align: center;
  }

  html footer .daido_footerContent .daido_data .daido_logo {
    display: block;
    padding-bottom: 20px;
  }

  html footer .daido_footerContent .daido_data address {
    text-align: center;
    padding-bottom: 20px;
  }

  html footer .daido_footerContent .daido_data .daido_telbox {
    display: block;
    padding-bottom: 30px;
  }
   html footer .daido_footerContent .daido_data .daido_telbox p, 
   html footer .daido_footerContent .daido_data .daido_telbox a {
    display: block;
    padding-bottom: 1em;
  }
  html footer .daido_footerContent .daido_data .daido_telbox p:nth-child(odd) {
    padding-bottom: 1em;
    text-align: center;
  }
  html footer .daido_footerContent .daido_timetable {
    width: 100%;
  }

  html footer .daido_footerContent .daido_timetable table thead tr th {
    font-size: 1rem;
  }

  html footer .daido_footerContent .daido_timetable table thead tr th span {
    display: none;
  }

  html footer .daido_footerContent .daido_timetable table thead tr th:nth-child(1) {
    width: 75px;
    border-left: 0;
  }

  html footer .daido_footerContent .daido_timetable table tbody tr td {
    font-size: 1rem;
    height: 40px;
  }

  html footer .daido_footerContent .daido_timetable table tbody tr td:nth-child(1) {
    border-left: 0;
  }

  html footer .daido_footerContent .daido_timetable table tfoot tr td {
    padding-top: 10px;
    text-align: right;
    font-size: 1rem;
  }

  html footer .daido_footerContent .daido_timetable .daido_btnbox {
    display: block;
    padding-top: 20px;
  }

  html footer .daido_footerContent .daido_timetable .daido_btnbox .daido_button {
    width: 220px;
    margin: 0 auto;
  }

  html footer .daido_footerContent .daido_timetable .daido_btnbox .daido_button+.daido_button {
    margin-left: auto;
    margin-top: 16px;
  }

  html footer .daido_sitemap {
    width: 100%;
    padding: 32px 32px 64px;
    margin: 0;
    box-sizing: border-box;
    background-size: cover;
    position: relative;
    background: url("../img/footer_bg@sp.jpg") no-repeat center center;
    background-size: cover;
  }

  html footer .daido_sitemap .daido_sitemapInner {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    letter-spacing: 0.06em;
  }

  html footer .daido_sitemap .daido_sitemapInner dl dt {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }

  html footer .daido_sitemap .daido_sitemapInner dl dd {
    display: flex;
    justify-content: flex-start;
    width: 100%;
  }

  html footer .daido_sitemap .daido_sitemapInner dl dd ol {
    width: 50%;
    line-height: 3;
  }

  html footer .daido_sitemap .daido_sitemapInner dl dd ol li a {
    white-space: nowrap;
    position: relative;
    letter-spacing: 0.06em;
    padding-left: 14px;
    font-size: 1.2rem;
  }

  html footer .daido_sitemap .daido_sitemapInner dl dd ol li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 1px;
    background: #fff;
    transition: all 0.4s ease;
    backface-visibility: hidden;
  }

  html footer .daido_sitemap .daido_sitemapInner dl dd ol li a:hover {
    opacity: 0.8;
  }

  html footer .daido_sitemap .daido_sitemapInner dl dd ol+ol {
    padding-left: 0px;
  }

  html footer .daido_sitemap .daido_sitemapInner dl+dl {
    margin-top: 30px;
    padding-left: 0px;
  }

  html footer .daido_sitemap .daido_sitemapInner .daido_copy {
    padding-top: 20px;
  }
}

html .daido_pageTop {
  position: fixed;
  right: 80px;
  bottom: -80px;
  transition: all 0.8s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
  z-index: 18;
}

html .daido_pageTop.on {
  bottom: 40px;
}

html .daido_pageTop a {
  width: 76px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Times New Roman";
  font-weight: 600;
}

html .daido_pageTop a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #6a5700;
  border-radius: 50%;
  z-index: -1;
}

html .daido_pageTop a .daido_iconTop {
  font-size: 2rem;
}

html .daido_pageTop a:hover {
  filter: brightness(120%);
}

@media screen and (max-width: 768px) {
  html .daido_pageTop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
    background: rgba(174,192,53,0.9);
  }

  html .daido_pageTop.on {
    bottom: 0px;
  }

  html .daido_pageTop a {
    width: 50px;
    height: 50px;
  }

  html .daido_pageTop a .daido_iconTop {
    font-size: 1.4rem;
  }

  html .daido_pageTop a:before {
    border-radius: 0%;
    transform: scale(1);
  }

  html .daido_pageTop a:hover:before {
    transform: scale(1);
  }
}

html .daido_trigger.active>a {
  color: rgba(174,192,53,0.9) !important;
}

html .daido_trigger.active>a:before {
  transform: translateX(0%) !important;
}

html .daido_trigger .daido_submenu {
  position: absolute;
  left: 80px;
  top: 100%;
  padding: 25px;
  width: calc(100% - 160px);
  box-sizing: border-box;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  border-radius: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-10px);
  z-index: 100;
  background: #fff;
  box-shadow: 0px 6px 38px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

html .daido_trigger .daido_submenu.active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

html .daido_trigger .daido_submenu a {
  width: calc((100% - 40px) / 5);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

html .daido_trigger .daido_submenu a img {
  object-fit: cover;
  width: 100%;
  height: 260px;
  border-radius: 8px;
}

html .daido_trigger .daido_submenu a p {
  padding-top: 10px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #393632;
  line-height: 1;
  font-weight: 500;
}

html .daido_trigger .daido_submenu a:hover {
  filter: brightness(110%);
}

html .daido_trigger .daido_submenu a:hover p {
  color: #6a5700;
}

html #daido_spMenu {
  position: fixed;
  right: 0;
  top: 55px;
  z-index: 100;
  width: 100%;
  height: calc(100% - 55px);
  padding: 0;
  box-sizing: border-box;
  background: #685718 url("../img/submenu_bg.jpg") no-repeat center bottom;
  background-size: auto 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  backface-visibility: hidden;
}

html #daido_spMenu.slide-open {
  transform: translateX(0%);
}

html #daido_spMenu>ul>li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

html #daido_spMenu>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  height: 48px;
  font-size: 1.5rem;
  font-weight: 600;
}

html #daido_spMenu>ul>li>a.toggle {
  position: relative;
}

html #daido_spMenu>ul>li>a.toggle:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 23px;
  width: 20px;
  height: 1px;
  background: #fff;
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html #daido_spMenu>ul>li>a.toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 23px;
  width: 20px;
  height: 1px;
  background: #fff;
  transform: rotate(90deg);
  transition: all 0.2s ease;
  backface-visibility: hidden;
}

html #daido_spMenu>ul>li>a.toggle.on:before {
  transform: rotate(45deg);
}

html #daido_spMenu>ul>li>a.toggle.on:after {
  transform: rotate(135deg);
}

html #daido_spMenu>ul>li>a img {
  margin-right: 8px;
}

html #daido_spMenu>ul>li>a .daido_iconMail {
  margin-right: 8px;
  position: relative;
  top: 2px;
}

html #daido_spMenu>ul>li ol {
  background: #fff;
  padding: 0;
}

html #daido_spMenu>ul>li ol li {
  border-bottom: 1px dotted #6a5700
}

html #daido_spMenu>ul>li ol li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  font-family: "Noto Serif JP", serif;
  color: #6a5700;
  font-size: 1.4rem;
  font-weight: 500;
  box-sizing: border-box;
  font-feature-settings: "palt";
  text-align: justify;
  letter-spacing: -0.06em;
  line-height: 1.35;
}

html #daido_spMenu>ul>li ol li:last-child {
  border-bottom: 0;
}

html #daido_fixedFooter {
  display: none;
}

@media screen and (max-width: 768px) {
  html #daido_fixedFooter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    left: 0;
    bottom: -50px;
    bottom: 0;
    z-index: 20;
    width: calc(100% - 50px);
    box-sizing: border-box;
    height: 50px;
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    backface-visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 10px -5px #999;
  }

  html #daido_fixedFooter.on {
    bottom: 0;
  }

  html #daido_fixedFooter>a {
    width: 50%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #6a5700;
    background: #fff;
    position: relative;
    z-index: 10;
    text-align: center;
  }

  html #daido_fixedFooter>a small {
    color: #6a5700;
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    text-align: center;
  }

  html #daido_fixedFooter>a.daido_tel:before {
    content: "";
    position: absolute;
    right: 0;
    top: 10px;
    width: 1px;
    height: 30px;
    background: #6a5700;
  }

  html #daido_fixedFooter>a.daido_tel .daido_iconTel {
    font-size: 2rem;
    color: #6a5700;
    margin: 0;
    position: relative;
    top: -8px;
  }

  html #daido_fixedFooter>a.daido_rsv .daido_iconMail {
    font-size: 1.7rem;
    color: #6a5700;
    position: relative;
    top: -6px;
  }
}

html #daido_fixedHeader {
  position: fixed;
  left: 0;
  top: -60px;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

html #daido_fixedHeader.on {
  top: 0;
}

html #daido_fixedHeader nav {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}

html #daido_fixedHeader nav>ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

html #daido_fixedHeader nav>ul>li {
  flex: auto;
}

html #daido_fixedHeader nav>ul>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  height: 60px;
  color: #393632;
  background: #fff;
  overflow: hidden;
  position: relative;
}

html #daido_fixedHeader nav>ul>li>a span {
  position: relative;
  z-index: 10;
}

html #daido_fixedHeader nav>ul>li>a:hover {
  color: #6a5700;
}

html #daido_fixedHeader nav>ul .daido_trigger.active>a {
  color: rgba(174,192,53,0.9) !important;
}

html #daido_fixedHeader nav>ul .daido_telLi a {
  background: #fff;
}

html #daido_fixedHeader nav>ul .daido_telLi a .daido_iconTel {
  font-size: 2rem;
}

html #daido_fixedHeader nav>ul .daido_telLi a span {
  font-size: 2.2rem;
}

html #daido_fixedHeader nav>ul .daido_rsvLi a.daido_rsv {
  background: #6a5700;
  color: #fff;
}

html #daido_fixedHeader nav>ul .daido_rsvLi a.daido_rsv .daido_iconMail {
  font-size: 1.4rem;
  margin-right: 4px;
}

html #daido_fixedHeader nav>ul .daido_rsvLi a.daido_rsv small {
  font-size: 1.3rem;
}

html .daido_risk {
  width: 100%;
  padding: 80px 0 !important;
  background: #f9feff;
  box-sizing: border-box;
}

html .daido_risk .daido_riskInner {
  padding-right: 10px;
  box-sizing: border-box;
  width: 964px;
  max-height: 180px;
  position: relative;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.8;
}

html .daido_risk .daido_riskInner em {
  display: block;
  color: #393632;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  padding-bottom: 1em;
  line-height: 1.8;
}

html .daido_risk .daido_riskInner p {
  line-height: 1.8;
}

html .daido_risk .daido_riskInner p~em {
  margin-top: 1.daido_5em;
}

@media screen and (max-width: 768px) {
  html .daido_risk {
    width: 100%;
    padding: 32px 32px !important;
  }

  html .daido_risk .daido_riskInner {
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
    max-width: 100%;
    max-height: 140px;
    position: relative;
    margin: 0 auto;
    font-size: 1.1rem;
  }
}



html .daido_googlemapToppage {
  background: #fff;
}
html .daido_googlemapToppage .daido_googlemapInner {
  width: 100%;
  height: 560px;
  position: relative;
}
html .daido_googlemapToppage .daido_googlemapInner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
@media screen and (max-width: 768px) {
  html .daido_googlemapToppage {
    background: #fff;
    padding-bottom: 30px;
  }
  html .daido_googlemapToppage .daido_googlemapInner {
    width: 100%;
    height: 280px;
  }
}

.daido_newsBtn {
	width: 210px;
	margin:40px auto;
	}
  .daido_pdfTxt{
    display: flex;
    justify-content: end;
    color: #393632;
    text-decoration: underline;
    align-items: center;
    font-size: 12px;
  }
  .daido_pdfTxt img{
    width: 14px;
    height: 14px;
    padding-right: 7px;
  }
  @media screen and (max-width: 768px) {
    .daido_pdfTxt{
      font-size: 9px;
    }
    .daido_pdfTxt img {
      width: 12px;
      height: 11px;
  }
  }

.daido_data {
  padding-right:30px;
}


#sitemapAll .daido_sitemap {
  width: 100%;
  padding: 0 0 100px 0;
  margin: 0 auto;
  box-sizing: border-box;
  background-size: cover;
  position: relative;
}

#sitemapAll .daido_sitemap .daido_sitemapInner {
  width: 1240px;
  padding: 0 74px;
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  letter-spacing: 0.06em;
}
#sitemapAll .daido_sitemap .daido_sitemapInner.none {
  padding: 0;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl {
  text-align: left;
  width: auto;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #393632;
  line-height: 1;
  font-weight: 400;
  padding-bottom: 20px;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl dd {
  display: flex;
  justify-content: flex-start;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl dd ol {
  width: auto;
  line-height: 3;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl dd ol li a {
  color: #393632;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
  letter-spacing: 0.06em;
  padding-left: 14px;
  font-size: 1.3rem;
  font-weight: 400;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl dd ol li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 1px;
  background: #393632;
  transition: all 0.4s ease;
  backface-visibility: hidden;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl dd ol li a:hover {
  opacity: 0.8;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl dd ol+ol {
  padding-left: 100px;
}

#sitemapAll .daido_sitemap .daido_sitemapInner dl+dl {
  padding-left: 80px;
}

#sitemapAll .daido_sitemap .daido_sitemapInner .daido_copy {
  padding-top: 30px;
  width: 100%;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #393632;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: justify;
}

.otherLink {
 /* padding: 20px;*/
  width: 100%;
}
.otherLink li {
  padding: 20px;
  display: inline-block;
}
.otherLink li a{
  color:#393632;
}


.box450 {
 width:calc(100%/2);
  height:auto;
  display:flex;/* 高さを揃えるための指定 */
  flex-direction:column;/* 高さを揃えるための指定 */
  box-sizing:border-box;/* 装飾用 */
}
.box450:first-of-type {
    margin-right: 60px;
}

.box960 {
  display: flex;
  padding: 30px 0 0;
}
.box960 img {
  padding: 10px 0;
}


h4 {
  border-bottom: 1px solid rgba(174,192,53,0.9);
  font-family: "Noto Serif JP", serif;
  color: rgba(174,192,53,0.9);
  padding: 20px 0 10px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
h5 {
  border-bottom: 1px dotted rgba(174,192,53,0.9);
  font-family: "Noto Serif JP", serif;
  color: rgba(174,192,53,0.9);
  padding: 20px 0 10px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.txtList {

}
.txtList dt {
    border-bottom: 1px dotted rgba(174,192,53,0.9);
font-family: "Noto Serif JP", serif;
    color: rgba(174,192,53,0.9);
  padding: 20px 0 10px;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.txtList dd {
  padding: 1em;
}


.listBOX {
  border: 1px solid ;
  background: ;
  padding: 2em;
  margin: 2em auto;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}
.listBOX li {
}

.cal_box {
  width: 1000px;
  padding-bottom: 4em;
  margin: 0 auto;
}
.cal_box div {
  float: left;
  margin: 0 20px 0 0;
}
.cal_box div {
  float: left;
}
@media screen and (max-width: 768px) {
  .cal_box {
  width: 100%;
  text-align: center;
}
.cal_box div {
  float: none;
  margin: 0 0 20px 0;
}
}

.table_style01,
.t02 {
  text-align: center;
  border: 1px solid #d2cbc7;
  width: 100%;
}
.table_style01 tbody tr th,
.t02 tbody tr th {
  /*width: 300px;*/
  background: #f8f8f5;
  padding: 20px;
}
.table_style01 tbody tr td,
.t02 tbody tr td {
  text-align: left;
  padding: 20px;
}

.table_style01 tbody tr:nth-child(1) th {
  border-top: 1px solid #d2cbc7;
    border-bottom: 1px solid #d2cbc7;
  border-radius: 10px 0 0 0;
}
.table_style01 tbody tr:nth-child(1) td {
  border-top: 1px solid #d2cbc7;
    border-bottom: 1px solid #d2cbc7;
  border-radius: 0 10px 0 0;
}
.table_style01 tbody tr:last-child th {
  border-bottom: 1px solid #d2cbc7;
  border-radius: 0 0 0 10px;
}
.table_style01 tbody tr:last-child td {
  border-bottom: 1px solid #d2cbc7;
  border-radius: 0 0 10px 0;
}
.table_style01 td,
.t02 td {
  border-right: 1px solid #d2cbc7;
}
.table_style01 th,
.t02 th {
  border-left: 1px solid #d2cbc7;
  border-right: 1px solid #d2cbc7;
  background: #f8f8f5;
  padding: 20px;
}

.table_style01 tbody tr td,
.table_style01 tbody tr th,
.t02 tbody tr th,
.t02 tbody tr td {
  border-bottom: 1px solid #d2cbc7;
}
.center {
  text-align: center;
  padding: 20px 0;
}

.sp_only {
  display: none;
}
.pc_only {
  display: block;
}
@media screen and (max-width: 768px) {
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
#sitemapAll .daido_sitemap .daido_sitemapInner {
  width: auto;
  padding: 20px;
}
#sitemapAll .daido_sitemap .daido_sitemapInner dl+dl {
  padding: 40px 0 0;
}
.box960 {
  display: block;
  padding: 30px 0 0;
}
.box450 {
 width:100%;
}
.box450:first-of-type {
    margin-right: 0;
}
#calendar1 iframe,
#calendar2 iframe {
  width: 90%;
}
h5 {
  padding: 10px 0;
}
}


.index-list {
  border: 1px solid rgba(174,192,53,0.9);
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 3em;
}

#topCatch {
  max-width:100%;
  color: #6a5700;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0 auto 80px;
  font-family: "Noto Serif JP", serif;
  display: none;
}


.boxAll,
.boxAll03 {
  /*
  width:100%;
  */
  height:auto;
  display:flex;
  flex-wrap:wrap;/* これを指定する */
  justify-content:space-between;
}
.boxAll .box {
  width: calc((100% - 40px) / 2);/* 横幅を3等分 */
  height:auto;
  display:flex;/* 高さを揃えるための指定 */
  flex-direction:column;/* 高さを揃えるための指定 */
  box-sizing:border-box;/* 装飾用 */
}
.boxAll03 .box {
  width: calc((100% - 40px) / 3);/* 横幅を3等分 */
  height:auto;
  display:flex;/* 高さを揃えるための指定 */
  flex-direction:column;/* 高さを揃えるための指定 */
  box-sizing:border-box;/* 装飾用 */
}
.boxAll .box img {
    border-radius: 30px;
    padding: 20px 0;
    /*width: 100%;*/
}
.boxAll .box .ttl {
  background: rgba(174,192,53,0.9);
  padding: .6em;
  text-align: center;
  display: block;
}
.bgT100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
#topCatch {
  margin: 0 auto 50px;
}

.line {
    margin: 30px 0;
}
    #daido_subpage .subpage_title {
        max-width: 100%;
        width: 100%;
        height: 50vw;
    }
#daido_subpage .subpage_title:before {
    height: 70px;
}
#daido_subpage .text {
    padding: 20px 0;
}
.daido_Breadcrumb_box {
    padding-bottom: 60px;
}
#daido_subpage .textbox01.staff .text {
    width: 100%;
    display: block;
}

#daido_subpage .textbox01 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 40px;
    display: block;
}
#daido_subpage .textbox01.staff figure {
        text-align: center;
    }
#daido_subpage .textbox01.staff .text {
        width: 100%;
        display: block;
    }
.lineBox {
  padding: 0 0 2em 0;
  margin: 2em 0;
}
.lineBox h4 {
padding: 2em 0 0;
}
#daido_subpage section .inner {
    width: 100%;
}
p {
  overflow-wrap:break-word;
}
.boxAll {
  display:block;
}
.boxAll .box {
  width: 100%;
}
.bgT100 {
  margin-top: 0;
  margin-bottom: 50px;
}
}

.ps__thumb-y {
    background-color: #6a5700 !important;
    border-radius: 55px;
}

/* 無痛治療 */
div.painlessimg{
  display: flex;
  gap: 50px;
}
div.painlessimg p{
  width: 60%;
}
div.painlessimg img{
  width: 40%;
}
