@charset "UTF-8";
/*
 * CSS base.css
 */
/* ---------------------------------------
base
--------------------------------------- */
body {
  /*opacity: 0;*/
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  text-align: justify;
  letter-spacing: 0.001em;
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
  background: #EFEFEF;
  /* background: #eaeaea; */
}

body#index {
  opacity: 0;
}

body.fz14 {
  font-size: 15px;
}

body.fz15 {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body,
  body.fz14,
  body.fz15 {
    font-size: 13px;
  }
}
a {
  color: #333;
  text-decoration: underline;
  transition: 0.3s;
}

a:visited {
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  transition: 0.3s;
}

/* ---------------------------------------
wrapper
--------------------------------------- */
.wrapper {
  width: 1400px;
  margin: 0 auto;
  zoom: 1;
}

.wrapper:after {
  display: block;
  content: "";
  clear: both;
}

@media print, screen and (max-width: 1420px) {
  .wrapper {
    overflow: hidden;
    width: auto;
  }
}
/* ---------------------------------------
header
--------------------------------------- */
#header {
  width: 160px;
  margin: 30px 0 0 30px;
  float: left;
  position: relative;
  z-index: 100;
}

/*ロゴ*/
#header #logo a {
  text-decoration: none;
}

#header #logo a,
#header #logo a span {
  vertical-align: top;
  display: block;
}

#header #logo .logo {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

#header #logo .logo1 {
  display: none;
}

#header #logo .h_txt1 {
  padding: 15px 10px 0;
  background: #fff;
}

/*本体へのリンク*/
/*関連サイト・採用情報*/
#header .h_acd {
  display: none;
  margin-top: 8px;
}

#header .h_acd dt {
  font-size: 0.85em;
  padding: 10px 12px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  background: #fff;
  line-height: 1;
}

#header .h_acd dt:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/module/daido/img/common/acd_btn4_off.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 8px;
}

#header .h_acd dt.is-open:before {
  background: url(/module/daido/img/common/acd_btn4_on.png) no-repeat center;
  background-size: 100%;
}

#header .h_acd dd {
  display: none;
  font-size: 0.85em;
  font-size: 0.8em;
  line-height: 1.4;
  background: #FFF;
  border-top: 1px solid #ddd;
}

#header .h_acd dd a {
  display: block;
  padding: 6px 10px;
  text-decoration: none;
  word-break: break-all;
}

#header .h_acd dd a:hover {
  background: #f9ebeb; /*15%*/
}

@media print, screen and (max-width: 1420px) {
  #header {
    position: static;
    width: 100%;
    margin: 0;
    float: none;
    background: #FFF;
    height: 80px;
  }
  #header #logo {
    margin: 0;
    padding: 14px 0 10px;
    padding: 0px 0 10px;
  }
  #header #logo a,
  #header #logo a span {
    display: inline-block;
  }
  #header #logo .logo {
    /* display: none; */
  }
  #header #logo .logo img {
    /* display: none; */
    height: 132px;
  }
  #header #logo .logo1 {
    margin-top: 20px;
    margin-left: 15px;
    display: inline-block;
  }
  #header #logo .logo1 img {
    height: 40px;
  }
  #header #logo .h_txt1 {
    display: none;
  }
  #header .h_acd {
    position: absolute;
    top: 42px;
    right: 160px;
    width: 180px;
    margin: 0;
    z-index: 100;
  }
  #header .h_acd._2 {
    right: 0px;
    width: 150px;
  }
  #header .h_acd dt {
    font-size: 1em;
    padding: 6px 10px 8px;
    background: #EFEFEF;
  }
  #header .h_acd dt:before {
    right: 5px;
  }
  #header .h_txt1 {
    display: none;
  }
  #header .header_inner {
    /* width: 1125px; */
    width: 1180px;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #header {
    height: 55px;
    border-bottom: 1px solid #F4F4F4;
  }
  #header #logo {
    /* padding: 10px 4%; */
  }
  #header #logo .logo img {
    height: 56px;
  }
  /* #index #header #logo .logo img{
  	height: 80px;
  } */
  #header #logo .logo1 {
    margin-top: 10px;
    margin-left: 10px;
  }
  #header #logo .logo1 img {
    height: 34px;
  }
  #header .header_inner {
    width: 100%;
  }
  #header .h_acd {
    box-sizing: border-box;
    position: static;
    width: 100%;
    border: 10px solid #F4F4F4;
  }
  #header .h_acd._2 {
    width: 100%;
    border-top: 0px;
  }
  #header .h_acd dt {
    text-align: left;
    padding: 14px 3%;
    color: inherit;
    background: #fff;
    border-bottom: 1px solid #F4F4F4;
  }
  #header .h_acd dt:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: url(/module/daido_hp/img/common/acd_btn_off.png);
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 3%;
  }
  #header .h_acd dt.is-open:before {
    background: url(/module/daido_hp/img/common/acd_btn_on.png);
    background-size: 100%;
  }
  #header .h_acd dd {
    font-size: 1em;
    text-align: left;
    padding: 5px 2%;
    background: #FAEBEB;
    border-bottom: 2px solid #F4F4F4;
  }
  #header .h_acd dd li a {
    padding: 10px 15px;
    border-top: 1px dotted #ADADAD;
  }
  #header .h_acd dd li:first-child a {
    border-top: none;
  }
  .btn_menu,
  .btn_menu span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  .btn_menu {
    position: absolute;
    top: 14px;
    right: 4%;
    width: 25px;
    height: 16px;
    z-index: 100;
  }
  .btn_menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #808080;
  }
  .btn_menu:after {
    width: 36px;
    color: #808080;
    content: "MENU";
    font-size: 9px;
    position: absolute;
    bottom: -20px;
    left: -6px;
    text-align: center;
  }
  .btn_menu span:nth-of-type(1) {
    top: 0;
  }
  .btn_menu span:nth-of-type(2) {
    top: 50%;
    margin-top: -1px;
  }
  .btn_menu span:nth-of-type(3) {
    bottom: 0;
  }
  .btn_menu.is-open span:nth-of-type(1) {
    -webkit-transform: translateY(6px) translateX(0) rotate(-45deg);
    transform: translateY(6px) translateX(0) rotate(-45deg);
  }
  .btn_menu.is-open span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    -webkit-animation: active-menu-bar 0.8s forwards;
    animation: active-menu-bar 0.8s forwards;
  }
  .btn_menu.is-open span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) translateX(0) rotate(45deg);
    transform: translateY(-8px) translateX(0) rotate(45deg);
  }
}
/* ---------------------------------------
#gnav
--------------------------------------- */
#gnav {
  display: block;
  padding: 14px 0;
  background: #FFF;
}

#gnav .gnav_inner {
  /*padding: 0 14px;*/
}

#gnav .h_txt1 {
  margin: 0px 15px 10px;
}

.gnav-wrap .gnav-list {
  margin-bottom: 10px;
  max-width: 1180px;
  margin: 0 auto 10px;
}

.gnav-wrap .gnav-list > li {
  position: relative;
  text-align: left;
}

.gnav-wrap .gnav-list > li a {
  transition: 0.3s;
}

.gnav-wrap .gnav-list > li > a {
  display: block;
  line-height: 1.4;
  padding: 7px 15px;
  text-decoration: none;
}

.gnav-wrap .gnav-list > li .sub-menu {
  display: none;
  width: 200px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.gnav-wrap .gnav-list > li .sub-menu li {
  margin: 0;
}

.gnav-wrap .gnav-list > li .sub-menu li a {
  position: relative;
  text-decoration: none;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 7px 5px 7px 30px;
  line-height: 1.4;
}

.gnav-wrap .gnav-list > li .sub-menu li a:hover {
  background: #f9ebeb; /*15%*/
}

.gnav-wrap .gnav-list > li .sub-menu li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/module/daido_hp/img/common/arw2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 10px;
}

.gnav-wrap .gnav-list > li:hover > a,
.gnav-wrap .gnav-list .is-current > a {
  background: #d77d82;
  color: #fff;
}

.gnav-wrap .gnav-list > li .sub-menu.is-hover {
  /*display: block;*/
  /*left: 160px;*/
  animation: subnav 0.2s ease-out both;
}

.gnav-wrap .gnav-list > .menu-item-has-children .btn_triger {
  display: none;
}

@keyframes subnav {
  0% {
    left: 0;
  }
  100% {
    left: 160px;
  }
}
@-webkit-keyframes subnav {
  0% {
    left: 0;
  }
  100% {
    left: 160px;
  }
}
.gnav-wrap .gnav-list > li > a > span {
  display: inline-block;
}

/*search_box*/
#gnav .search_box {
  position: relative;
  margin: 0 12px 10px;
}

#gnav .search_box input {
  font-size: 12px;
  height: 30px;
  border-radius: 15px;
  padding: 0 32px 0 10px;
  background: #EFEFEF;
  line-height: 30px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#gnav .search_box button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  width: 30px;
  height: 30px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#gnav .search_box button img {
  width: 15px;
  height: 15px;
  padding: 8px 7px 7px 8px;
  border-radius: 50%;
  background: #d77d82;
}

/*fontsize*/
#gnav .fontsize {
  margin: 0 12px 10px;
}

#gnav .fontsize dl {
  font-size: 0.7em;
  box-sizing: border-box;
  display: table;
  border: 1px solid #C9C9C9;
  width: 100%;
}

#gnav .fontsize dt,
#gnav .fontsize dd {
  display: table-cell;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
}

#gnav .fontsize dd {
  min-width: 30px;
  padding: 4px;
}

#gnav .fontsize dd.is-current,
#gnav .fontsize dd:hover {
  color: #FFF;
  background: #d77d82;
  cursor: pointer;
}

/*h_tel*/
#gnav .h_tel {
  margin-bottom: 10px;
}

#gnav .h_tel a {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.01em;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #d77d82;
}

/*subnav-list*/
#gnav .subnav-list {
  font-size: 0.85em;
  line-height: 1.4;
  padding: 0 14px;
}

#gnav .subnav-list a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}

#gnav .subnav-list a span span {
  display: block;
}

@media print, screen and (max-width: 1420px) {
  #gnav {
    display: block;
    padding: 0;
    background: #F4F4F4;
  }
  #gnav .gnav_inner {
    padding: 0;
  }
  .gnav-wrap {
    position: relative;
    z-index: 1;
  }
  .gnav-wrap .gnav-list {
    background: #F4F4F4;
    background: none;
    /* text-align: center; */
    margin-bottom: 0;
    padding-left: 150px;
    box-sizing: border-box;
  }
  .gnav-wrap .gnav-list > li {
    position: static;
    display: inline-block;
  }
  .gnav-wrap .gnav-list > li > a {
    padding: 15px 22px;
  }
  .gnav-wrap .gnav-list > li .sub-menu {
    width: 100%;
    height: auto;
    padding: 0 calc((100% - 740px) / 2);
    position: absolute;
    top: 40px;
    left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .gnav-wrap .gnav-list > li .sub-menu.is-hover {
    animation: subnav_pc 0.2s ease-out both;
  }
  @keyframes subnav_pc {
    0% {
      top: 0;
    }
    100% {
      top: 51px;
    }
  }
  @-webkit-keyframes subnav_pc {
    0% {
      top: 0;
    }
    100% {
      top: 51px;
    }
  }
  .gnav-wrap .gnav-list > li .sub-menu {
    text-align: center;
  }
  .gnav-wrap .gnav-list > li .sub-menu li {
    margin: 0 3px;
  }
  .gnav-wrap .gnav-list > li .sub-menu li a {
    padding: 12px 15px 10px 30px;
  }
  .gnav-wrap .gnav-list > li .sub-menu li {
    display: inline-block;
  }
  /*h_tel*/
  #gnav .h_tel {
    position: absolute;
    top: -4px;
    right: 0;
  }
  #gnav .h_tel a {
    position: relative;
    font-size: 1.5em;
    letter-spacing: 0.01em;
    padding: 5px;
    padding-left: 22px;
    color: #d77d82;
    background: none;
  }
  #gnav .h_tel a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url(/module/daido/img/common/ico_tel_h.png);
    margin-top: -8px;
  }
  /*search_box*/
  #gnav .search_box {
    margin: 0 0 6px 0;
    position: absolute;
    top: 6px;
    right: 350px;
    width: 150px;
  }
  /*fontsize*/
  #gnav .fontsize {
    margin: 0;
    position: absolute;
    top: 7px;
    right: 190px;
    width: 130px;
  }
  /*subnav-list*/
  #gnav .subnav-list {
    /* width: 360px; */
    position: absolute;
    top: 47px;
    right: 340px;
    padding: 0;
  }
  #gnav .subnav-list li {
    float: left;
    margin: 0 10px 0 0;
  }
  #gnav .subnav-list a {
    _text-align: center;
    padding: 0;
    box-sizing: border-box;
    background: none;
  }
  #gnav .subnav-list a .ico_arw2 {
    padding-left: 15px;
  }
  #gnav .subnav-list a span span {
    display: inline;
  }
  /*subnav-list*/
  /*#gnav .subnav-list{
  	position: absolute;
  	top: 9px;
  	right: 146px;
  	padding: 0;
  }
  #gnav .subnav-list li{
  	float: left;
  	margin: 0 0 6px 8px;
  }
  #gnav .subnav-list a{
  	text-align: center;
  	padding: 4px 8px;
  	box-sizing: border-box;
  	background: #F4F4F4;
  }*/
}
@media screen and (max-width: 767px) {
  #gnav {
    display: none;
    background: #fff;
    padding-top: 10px;
    position: absolute;
    z-index: 1000;
    top: 55px;
    left: 0;
    right: 0;
    box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
  }
  .gnav-wrap .gnav-list {
    background: none;
    text-align: left;
    border-top: 1px solid #F4F4F4;
    padding-left: 0px;
  }
  .gnav-wrap .gnav-list > li {
    display: block;
    margin: 0;
    text-align: left;
  }
  .gnav-wrap .gnav-list > li > a {
    padding: 14px 3%;
    position: relative;
    border-bottom: 1px solid #F4F4F4;
  }
  .gnav-wrap .gnav-list > li:hover > a,
  .gnav-wrap .gnav-list .is-current > a {
    background: #fff;
    color: #333;
  }
  .gnav-wrap .gnav-list > .menu-item-has-children {
    position: relative;
  }
  .gnav-wrap .gnav-list > .menu-item-has-children .btn_triger {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 47px;
    background: #f00;
    border-left: 1px solid #eee;
    background: url(/module/daido_hp/img/common/acd_btn2_off.png) no-repeat center;
    background-size: 20px;
    text-indent: -9999px;
    overflow: hidden;
  }
  .gnav-wrap .gnav-list > .menu-item-has-children .btn_triger.is-open {
    background: #FAEBEB url(/module/daido_hp/img/common/acd_btn2_on.png) no-repeat center;
    background-size: 20px;
  }
  .gnav-wrap .gnav-list > li .sub-menu {
    text-align: left;
    display: block;
    padding: 5px 2%;
    background: #FAEBEB;
    position: static;
  }
  .gnav-wrap .gnav-list > li .sub-menu li {
    display: block;
    margin-right: 0;
  }
  .gnav-wrap .gnav-list > li .sub-menu a {
    display: block;
    padding: 6px 15px;
    border-top: 1px dotted #ADADAD;
  }
  .gnav-wrap .gnav-list > li .sub-menu li:first-child a {
    border-top: none;
  }
  .gnav-wrap .gnav-list > li .sub-menu li a {
    padding: 10px 10px 10px 30px;
  }
  #gnav .h_tel {
    display: block;
    width: 94%;
    margin: 0 auto 10px;
    position: static;
  }
  #gnav .h_tel a {
    font-size: 2em;
    padding: 0 4px;
    background: #f9ebeb; /*15%*/
  }
  #gnav .h_tel a:before {
    left: 15px;
  }
  #gnav .search_box {
    position: relative;
    top: auto;
    right: auto;
    width: 94%;
    height: 40px;
    margin: 0 auto 10px;
  }
  #gnav .search_box input {
    font-size: 16px;
    height: 40px;
    border-radius: 20px;
    line-height: 1.6;
  }
  #gnav .search_box button {
    width: 40px;
    height: 40px;
    vertical-align: top;
    top: 0;
  }
  #gnav .search_box button img {
    width: 20px;
    height: 20px;
    padding: 10px;
    vertical-align: top;
  }
  #gnav .fontsize {
    display: none;
  }
  #gnav .subnav-list {
    box-sizing: border-box;
    width: 100%;
    font-size: 1em;
    position: static;
    padding: 4px 0;
    border: 10px solid #F4F4F4;
    border-bottom: none;
  }
  #gnav .subnav-list li {
    float: none;
    margin: 0;
  }
  #gnav .subnav-list a {
    width: 100%;
    text-align: left;
    padding: 10px 3%;
    background: none;
  }
}
#gnav .h_reservation {
  display: none;
}
@media screen and (max-width: 767px) {
  #gnav .h_reservation {
    display: block;
    margin-bottom: 10px;
    display: block;
    width: 94%;
    margin: 0 auto 10px;
    position: static;
  }
}

#gnav .h_reservation a {
  position: relative;
  display: flex;
  align-items: flex-end;
  align-items: center;
  justify-content: center;
  height: 46px;
  box-sizing: border-box;
  text-decoration: none;
  background: #d77d82;
}
#gnav .h_reservation a::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/common/ico_reservation.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
#gnav .h_reservation a span {
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
#gnav .h_reservation a span._txt1 {
  font-size: 20px;
}
#gnav .h_reservation a span._txt1 b {
  font-weight: bold;
}
#gnav .h_reservation a span._txt2 {
  position: relative;
  top: 2px;
  font-size: 14px;
  margin-left: 10px;
}

/* ---------------------------------------
#breadcrumb
--------------------------------------- */
#breadcrumb {
  width: 100%;
  font-size: 0.85em;
  padding: 9px 18px;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  background: #FFF;
}

#breadcrumb ol li {
  float: left;
}

#breadcrumb ol li:before {
  content: "/";
  margin: 0 6px;
}

#breadcrumb ol li:first-child:before {
  display: none;
}

.breadcrumb_right {
  position: absolute;
  top: 0;
  right: 0;
}

.breadcrumb_right li {
  float: left;
  border-left: 1px solid #FFF;
}

.breadcrumb_right li a {
  color: #FFF;
  font-size: 1.18em;
  text-align: center;
  min-width: 136px;
  padding: 7px;
  display: block;
  text-decoration: none;
  background: #d77d82;
  box-sizing: border-box;
}

@media print, screen and (max-width: 1420px) {
  .breadcrumb_right {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .breadcrumb_in {
    padding: 4px 2%;
    overflow-x: auto;
  }
  .breadcrumb_in::-webkit-scrollbar {
    height: 4px;
  }
  .breadcrumb_in::-webkit-scrollbar-track {
    border-radius: 4px;
    background: #F2F2F2;
  }
  .breadcrumb_in::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #C1C1C1;
  }
  #breadcrumb ol {
    display: table;
    padding-right: 10px;
  }
  #breadcrumb ol li {
    float: none;
    display: table-cell;
    white-space: nowrap;
  }
  .breadcrumb_right {
    display: block;
    position: static;
  }
  .breadcrumb_right li {
    width: 50%;
    box-sizing: border-box;
  }
  .breadcrumb_right li a {
    width: 100%;
    min-width: 1px;
    padding: 10px 7px;
  }
  .breadcrumb_right li:first-child {
    border-left: none;
  }
}
/* ---------------------------------------
#content
--------------------------------------- */
#content {
  float: right;
  min-height: 400px;
  width: 1180px;
  margin: 30px 0 0 0;
  position: relative;
}

#index #content {
  margin-top: 1200px; /*JSで上書きするので大きめに設定しておく*/
}

#index .page_content {
  float: none;
  width: 100%;
}

.page_content {
  float: left;
  width: 874px;
  min-height: 400px;
}

.side_content {
  width: 274px;
  float: right;
}

@media print, screen and (max-width: 1420px) {
  #content {
    float: none;
    /*width: 1125px;*/
    margin: 0 auto 0;
  }
  #index #content {
    margin-top: 1000px; /*JSで上書きするので大きめに設定しておく*/
  }
  .page_content {
    /*width: 855px;*/
  }
  .side_content {
    /*width: 260px;*/
  }
}
@media screen and (max-width: 767px) {
  #content {
    width: 100%;
    min-height: 1px;
  }
  .page_content {
    float: none;
    width: 96%;
    margin: 0 auto;
    min-height: 1px;
  }
  .side_content {
    float: none;
    width: 96%;
    margin: 30px auto 10px;
  }
}
/* ---------------------------------------
.side
--------------------------------------- */
.side_cnt2 {
  margin-top: 20px;
  border-top: none;
}

.side_cnt2 li:last-child a {
  border-bottom: 1px solid #d77d82;
}

.side_cnt2 li a {
  background: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 1.15em;
  border: 1px solid #d77d82;
  border-bottom: none;
  transition: 0.2s;
}

.side_cnt2 li a:hover {
  color: #fff;
  background: #d77d82;
}

.schedule_btn {
  margin-bottom: 20px;
}

.schedule_btn > a {
  padding: 15px 15px !important;
  color: #fff !important;
  background: #d77d82 !important;
  border: none !important;
}

.schedule_btn > a:hover {
  opacity: 0.7 !important;
}

/* ---------------------------------------
.side_tit
wp_nav_menu でclassされるのでimpotant指定
--------------------------------------- */
.side_tit > a {
  /*display: table; */
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  /* justify-content: center!important; */
  width: 100% !important;
  height: 80px !important;
  color: #FFF !important;
  font-size: 1.5em !important;
  line-height: 1.5 !important;
  padding: 0 15px !important;
  background: #d77d82 !important;
  box-sizing: border-box !important;
  transition: 0.3s !important;
  color: #fff !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

/*.side_tit>a:hover{
	opacity: 0.8!important;
	cursor: pointer!important;
}*/
.side_tit > a:before {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .side_tit > a {
    height: 50px !important;
    font-size: 1.3em !important;
    line-height: 1.4 !important;
    padding: 0 15px !important;
  }
}
/* ---------------------------------------
.side_cnt
--------------------------------------- */
.side_cnt {
  background: #fff;
}

.side_cnt li a {
  position: relative;
  text-decoration: none;
  display: block;
  padding: 8px 5px;
  padding-left: 30px;
  line-height: 1.6;
  border-bottom: 1px dotted #C3C3C3;
}

.side_cnt li a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/module/daido_hp/img/common/arw2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 10px;
}

/*wp_nav_menu でclass付与*/
.side_cnt .acd_btn > a {
  font-size: 1.2em;
  padding: 8px 15px;
  border-bottom: 1px solid #E9E9E9;
  background: #FBEAEB;
  position: relative;
  cursor: pointer;
}

.side_cnt .acd_btn > a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/module/daido_hp/img/common/acd_btn_off.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  left: auto;
  transition: 0.3s;
  padding-left: 0;
}

.side_cnt .acd_btn.is-open > a:before {
  background: url(/module/daido_hp/img/common/acd_btn_on.png);
  background-size: 100%;
}

.side_cnt .acd_btn li {
  padding: 0 0 0 10px;
}

.side_content .sub-menu {
  display: none;
}

/* ---------------------------------------
.side_acd
診療体制／NEWS／STUDYなど wp_nav_menuを利用しない場合に利用
--------------------------------------- */
.side_acd {
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.side_acd {
  margin-bottom: 2px;
}

.side_acd dt {
  font-size: 1.2em;
  padding: 8px 15px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  background: #FBEAEB;
  position: relative;
  cursor: pointer;
}

.side_acd dt:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(/module/daido_hp/img/common/acd_btn_off.png);
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  transition: 0.3s;
}

.side_acd dt.is-open:before {
  background: url(/module/daido_hp/img/common/acd_btn_on.png);
  background-size: 100%;
}

.side_acd dd {
  display: none;
  background: #FFF;
}

.side_acd dd li {
  padding: 0 10px;
}

.side_acd dd li.is-current > a {
  color: #fff;
  background: #d77d82;
}

.side_acd dd li a {
  display: block;
  padding: 8px 5px;
  line-height: 1.6;
  border-top: 1px dotted #C3C3C3;
}

.side_acd dd li:first-child a {
  border-top: none;
}

.side_acd dd li.is-current > a .ico_arw2:before {
  background: url(/module/daido_hp/img/common/arw2-current.png) no-repeat center;
  background-size: 100%;
}

.side_content .child {
  padding-left: 20px;
}

.side_content .child li {
  border-top: 1px solid #DEDEDE;
  padding: 0;
}

.side_content .child li a {
  text-decoration: none;
  border-top: none;
  padding: 6px 5px;
}

/*TODO 190421 link先できたら修正 JSも確認*/
.side_acd dd li a.commingsoon {
  pointer-events: none;
}

.side_acd dd li a.commingsoon span {
  color: #999;
}

.side_acd dd li a.commingsoon span:before {
  display: none;
}

/* ---------------------------------------
#footer
--------------------------------------- */
#index #footer {
  margin-top: 0;
}

#footer {
  float: right;
  margin: 50px 0 0 220px;
}

#footer .f_header {
  margin-bottom: 10px;
}

#footer .f_header_box {
  float: left;
  border-left: 2px solid #EFEFEF;
  background: #FFF;
}

#footer .f_header_box p {
  width: 590px;
  box-sizing: border-box;
  padding: 35px 10px;
  text-align: center;
}

#footer .f_header_box a {
  width: 585px;
  display: block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 32px 10px;
  position: relative;
}

#footer .f_header_box a:after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/module/daido_hp/img/common/arw2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 18px;
}

/*f_nav*/
#footer .f_nav li:last-child {
  border-right: none;
  width: 195px;
}

#footer .f_nav li {
  float: left;
  width: 197px;
  min-height: 270px;
  padding: 30px 25px 30px;
  box-sizing: border-box;
  border-left: 2px solid #EFEFEF;
  background: #FFF;
}

#footer .f_nav li dt {
  margin-bottom: 10px;
}

#footer .f_nav li dt a {
  color: #d77d82;
  font-weight: bold;
}

#footer .f_nav li dd {
  margin-left: 20px;
}

#footer .f_nav li dd a {
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
}

#footer .f_nav .f_nav_in.last {
  margin-top: 30px;
}

#footer .fnav-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  min-width: 100%;
  width: 1180px;
  position: relative;
  margin-bottom: 10px;
}

#footer .fnav-list > li {
  display: table-cell;
  box-sizing: border-box;
  width: 20%;
  border-left: 2px solid #EFEFEF;
  padding: 30px 15px 30px;
  box-sizing: border-box;
  background: #FFF;
}

#footer .fnav-list > li:nth-child(5) {
  /*width: 24%;*/
}

#footer .fnav-list > li:last-child {
  border-right: none;
}

#footer .fnav-list > li a {
  text-decoration: none;
}

#footer .fnav-list > li a:hover {
  opacity: 0.7;
}

#footer .fnav-list li.btn_first a,
#footer .fnav-list > li > a {
  padding-left: 20px;
  position: relative;
  color: #d77d82;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1em;
}

#footer .fnav-list li.btn_first a:before,
#footer .fnav-list > li > a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/module/daido_hp/img/common/arw2.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
}

#footer .fnav-list > li > ul {
  margin-left: 20px;
}

#footer .fnav-list > li > ul > li > a {
  color: #666;
  font-size: 0.9em;
  text-decoration: none;
}

#footer .fnav-list li.btn_first {
  margin-left: -20px;
  margin-top: 20px;
}

/*ロゴ*/
#footer .f_logo {
  margin: 50px auto 40px;
  text-align: center;
}

#footer .f_logo img {
  height: 120px;
}

/*f_link*/
#footer .f_link {
  text-align: center;
}

#footer .f_link li {
  display: inline-block;
  margin: 0 14px;
}

#footer .f_link li a {
  font-size: 0.85em;
  text-decoration: none;
}

#footer .f_link li a:hover {
  text-decoration: underline;
}

/*copyright*/
#footer .copyright {
  font-size: 0.85em;
  text-align: center;
  letter-spacing: 0.15em;
  margin: 8px 0 30px;
}

@media print, screen and (max-width: 1420px) {
  #footer {
    float: none;
    width: 1180px;
    margin: 50px auto 0;
  }
  /*	#footer .f_header_box p{
  		width: 559px;
  		padding: 30px 10px;
  	}
  	#footer .f_header_box a{
  		width: 562px;
  		padding: 27px 10px;
  	}*/
  /*	#footer .f_nav li:last-child{
  		width: 190px;
  	}
  	#footer .f_nav li{
  		width: 187px;
  		padding: 30px 20px 30px;
  	}*/
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 15px 0 0px;
    width: 100%;
    margin: 0 auto 0;
  }
  #footer .fnav-list {
    display: none;
  }
  .f_nav {
    display: none;
  }
  .f_footer {
    background: #FFF;
  }
  #footer .f_header {
    width: 96%;
    margin: 0 auto 10px;
  }
  #footer .f_header_box {
    float: none;
    border-left: none;
    margin-bottom: 5px;
  }
  #footer .f_header_box p {
    width: 100%;
    padding: 20px 8px;
  }
  #footer .f_header_box a {
    width: 100%;
    padding: 20px 8px;
  }
  #footer .f_logo {
    margin: 0 auto;
    padding: 20px 0;
  }
  #footer .f_logo img {
    height: 80px;
  }
  /*f_link*/
  #footer .f_link {
    text-align: left;
    border-top: 1px solid #ccc;
    padding-top: 10px;
  }
  #footer .f_link li {
    display: block;
    margin: 0 14px;
  }
  /*copyright*/
  #footer .copyright {
    text-align: left;
    margin: 8px 14px 0;
    padding-bottom: 60px;
  }
}
.sp_footer {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_footer {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
  }
  .sp_footer ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .sp_footer ul li {
    flex-basis: 100%;
    margin-left: 2px;
  }
  .sp_footer ul li span,
  .sp_footer ul li a {
    color: #FFF;
    font-size: 1.12em;
    padding: 10px 0;
    display: block;
    text-align: center;
    text-decoration: none;
    background: #d77d82;
    background: rgba(215, 125, 130, 0.95);
  }
  .sp_footer ul li:first-child {
    flex-basis: 40px;
    min-width: 40px;
    margin-left: 0px;
  }
  .sp_footer ul li:first-child img {
    width: 20px;
    vertical-align: middle;
  }
}
.sp_footer_search {
  display: none;
  position: fixed;
  background: #f2d6d7;
  left: 0;
  top: 0;
  width: 100%;
  height: 56px;
  z-index: 1000;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
}

.sp_footer_search .sp_footer_search_close_btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 54px;
  height: 56px;
  border-right: 1px solid #eababd;
}

.sp_footer_search .sp_footer_search_close_btn span {
  display: inline-block;
  box-sizing: border-box;
}

.sp_footer_search .sp_footer_search_close_btn span {
  position: absolute;
  left: 12px;
  width: 50%;
  height: 1px;
  background-color: #808080;
}

.sp_footer_search .sp_footer_search_close_btn span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(27px) translateX(0) rotate(-45deg);
  transform: translateY(27px) translateX(0) rotate(-45deg);
}

.sp_footer_search .sp_footer_search_close_btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-1px) translateX(0) rotate(45deg);
  transform: translateY(-1px) translateX(0) rotate(45deg);
}

.sp_footer_search .f_search_box {
  position: relative;
  margin: 8px 10px;
  margin-left: 65px;
}

.sp_footer_search .f_search_box input {
  font-size: 16px;
  height: 40px;
  border-radius: 20px;
  padding: 0 32px 0 10px;
  background: #fff;
  line-height: 1.6;
}

.sp_footer_search .f_search_box button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  background: none;
  width: 40px;
  height: 40px;
}

.sp_footer_search .f_search_box button img {
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 50%;
  background: #d77d82;
  vertical-align: top;
}

@media screen and (max-width: 374px) {
  .sp_footer_search .sp_footer_search_close_btn {
    width: 46px;
  }
  .sp_footer_search .f_search_box {
    margin-left: 55px;
  }
}
/* ---------------------------------------
.history_back
--------------------------------------- */
.history_back {
  display: none !important;
  position: fixed;
  bottom: 30px;
  right: 180px;
  z-index: 100;
}

.history_back a {
  position: relative;
  display: block;
  width: 120px;
  padding: 10px 10px 30px;
  border-bottom: 5px solid #d77d82;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: none;
  color: #d77d82;
  font-size: 0.9em;
  transition: 0.3s;
}

.history_back a:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: block;
  width: 15px;
  height: 11px;
  background: url(/module/daido/img/common/arw_historyback.png) no-repeat 0 0;
  background-size: 100%;
  margin-left: -7px;
}

.history_back a:hover {
  background: rgba(249, 235, 235, 0.8);
}

@media screen and (max-width: 767px) {
  .history_back {
    display: none !important;
  }
}
/* ---------------------------------------
#pagetop
--------------------------------------- */
#pagetop {
  display: none !important;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

#pagetop a {
  position: relative;
  display: block;
  width: 120px;
  padding: 10px 10px 30px;
  border-bottom: 5px solid #747477;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: none;
  color: #747477;
  font-size: 0.9em;
  transition: 0.3s;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #pagetop a {
    white-space: nowrap;
  }
}

#pagetop a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: block;
  width: 11px;
  height: 15px;
  background: url(/module/daido/img/common/arw_pagetop.png) no-repeat 0 0;
  background-size: 100%;
  margin-left: -5px;
}

#pagetop a:hover {
  background: rgba(227, 227, 227, 0.8);
}

@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 70px;
    right: 15px;
  }
  #pagetop a {
    width: 80px;
    padding: 25px 5px 10px;
    border-bottom: 5px solid #747477;
    background: rgba(227, 227, 227, 0.8);
  }
  #pagetop a:after {
    bottom: auto;
    top: 8px;
    width: 8px;
    height: 12px;
  }
}
/* ---------------------------------------
#404
--------------------------------------- */
#sec_404 {
  padding-top: 40px;
}

#sec_404 .s404_txt1 {
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 30px;
}

#sec_404 .btn1 {
  text-align: center;
}

#sec_404 .btn1 a {
  max-width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #sec_404 {
    padding-top: 20px;
  }
  #sec_404 .s404_txt1 {
    text-align: left;
    font-size: 1em;
  }
}
/* ---------------------------------------
#fixed_web_reservation
--------------------------------------- */
#fixed_web_reservation {
  position: fixed;
  z-index: 1000;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #fixed_web_reservation {
    display: none;
  }
}
#fixed_web_reservation::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  inset: 0;
  background: rgba(215, 125, 130, 0.3);
  background: #fff;
  position: absolute;
  z-index: -1;
  border-radius: 15px 0 0 15px;
}
#fixed_web_reservation a {
  transition: filter 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  padding: 20px;
  padding: 35px;
  padding-left: 70px;
  box-sizing: border-box;
  text-decoration: none;
  height: 80px;
  height: 100px;
  border-radius: 15px 0 0 15px;
  background: #d77d82;
  background: #d77d82;
  background: rgba(215, 125, 130, 0.8);
  border: 3px solid white;
  border: 3px solid #d77d82;
  border-right: none;
}
@media screen and (min-width: 768px) {
  #fixed_web_reservation a:hover {
    filter: brightness(1.1);
  }
}
#fixed_web_reservation a::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url(../img/common/ico_reservation.svg) no-repeat center/contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#fixed_web_reservation a span {
  text-align: center;
  display: block;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1;
}
#fixed_web_reservation a span._txt1 {
  font-size: 14px;
}
#fixed_web_reservation a span._txt2 {
  font-size: 20px;
  margin-top: 10px;
}
#fixed_web_reservation a span._txt2 b {
  font-weight: bold;
}

/* ---------------------------------------
//ブランドバナー
--------------------------------------- */
.bnr_corp {
  transition: transform 0.4s ease-out;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .bnr_corp {
    width: 450px;
    right: 0px;
    bottom: 10px;
    transform: translateX(105%);
  }
}
@media screen and (max-width: 767px) {
  .bnr_corp {
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(-105%);
  }
}
@media screen and (min-width: 768px) {
  .bnr_corp.is-visible {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .bnr_corp.is-visible {
    transform: translateY(0);
  }
}
.bnr_corp a {
  position: relative;
  z-index: 0;
  display: block;
}
.bnr_corp a img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .bnr_corp a:hover {
    filter: brightness(1.1);
  }
}
.bnr_corp_close_btn {
  position: absolute;
  z-index: 1;
  background: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .bnr_corp_close_btn {
    width: 30px;
    height: 30px;
    top: -15px;
    left: -15px;
  }
}
@media screen and (max-width: 767px) {
  .bnr_corp_close_btn {
    width: 30px;
    height: 30px;
    left: 12px;
    bottom: 7px;
  }
}
.bnr_corp_close_btn span {
  position: absolute;
  opacity: 0;
  font-size: 0;
}
.bnr_corp_close_btn::before, .bnr_corp_close_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
}
.bnr_corp_close_btn::before {
  width: 15px;
  height: 1px;
}
.bnr_corp_close_btn::after {
  width: 1px;
  height: 15px;
}/*# sourceMappingURL=base.css.map */