@charset "UTF-8";
/*
 * CSS base.css
 */
/* ---------------------------------------
base
--------------------------------------- */
body {
  /*opacity: 0;*/
  color: #333;
  font-size: 14px;
  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;
}

body#index {
  opacity: 0;
}

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

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

@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 {
    min-width: 1180px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    min-width: 1px;
  }
}
/* ---------------------------------------
header
--------------------------------------- */
#header {
  width: 160px;
  margin: 30px 0 0 30px;
  float: left;
  position: relative;
  z-index: 100;
}

/*ロゴ*/
#header #logo a,
#header #logo a span {
  display: block;
}

#header #logo .logo {
  margin-bottom: 20px;
}

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

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

/*本体へのリンク*/
#header .home_top_btn {
  display: none;
}

#header .home_top_btn a {
  color: #fff;
  font-size: 0.85em;
  padding: 4px 15px;
  display: block;
  line-height: 1.4;
  text-decoration: none;
  background: #d77d82;
  position: relative;
}

#header .home_top_btn a:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/module/daido/img/common/ico_arw_btm.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 12px;
  transform: rotate(0.75turn);
}

#header .home_top_btn a span {
  display: block;
}

/*関連サイト・採用情報*/
#header .h_acd {
  display: none;
  margin-top: 6px;
}

#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 {
    width: 100%;
    margin: 0;
    float: none;
    background: #FFF;
    height: 80px;
  }
  #header #logo {
    margin: 0;
    padding: 14px 0 10px;
  }
  #header #logo a,
  #header #logo a span {
    display: inline-block;
  }
  #header #logo .logo {
    display: none;
  }
  #header #logo .logo1 {
    display: block;
  }
  #header #logo .logo1 img {
    height: 50px;
  }
  #header #logo .h_txt1 {
    display: none;
  }
  #header .home_top_btn {
    position: absolute;
    top: 42px;
    right: 350px;
    width: 240px;
    margin: 0;
  }
  #header .home_top_btn a {
    font-size: 1em;
    line-height: 1;
    padding: 6px 15px 8px 10px;
  }
  #header .home_top_btn a span {
    display: inline;
  }
  #header .h_acd {
    position: absolute;
    top: 42px;
    right: 160px;
    width: 180px;
    margin: 0;
  }
  #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 .header_inner {
    width: 1125px;
    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 .logo1 img {
    height: 34px;
  }
  #header .header_inner {
    width: 100%;
  }
  #header .home_top_btn {
    box-sizing: border-box;
    position: static;
    width: 100%;
    padding: 0 10px;
    background: #F4F4F4;
  }
  #header .home_top_btn a {
    font-size: 1em;
    padding: 15px 15px;
  }
  #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 0;
  background: #FFF;
}

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

.gnav-wrap .gnav-list {
  margin-bottom: 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;
}

html.uchidabashi #gnav .h_tel a {
  background: #d9edf7;
  color: #008ac8;
} /*15% 100%*/
@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: 10;
  }
  .gnav-wrap .gnav-list {
    background: #F4F4F4;
    text-align: center;
    margin-bottom: 0;
  }
  .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: 49px;
    }
  }
  @-webkit-keyframes subnav_pc {
    0% {
      top: 0;
    }
    100% {
      top: 49px;
    }
  }
  .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: #333;
  }
  html.uchidabashi #gnav .h_tel a {
    background: none;
    color: #008ac8;
  } /*100%*/
  #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%;
    margin-top: -8px;
  }
  html.uchidabashi #gnav .h_tel a:before {
    background-image: url(/module/daido_facilities/img/common/ico_tel_uchidabashi.png);
  }
  /*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;
  }
}
@media screen and (max-width: 767px) {
  #gnav {
    display: none;
    background: #fff;
    padding-top: 10px;
    position: absolute;
    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;
    border-bottom: 10px solid #F4F4F4;
  }
  .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;
  }
  html.uchidabashi #gnav .h_tel a {
    background: #d9edf7;
    color: #008ac8;
  } /*15% 100%*/
  #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 .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;
}
html.midori #gnav .h_reservation a {
  background: #00c8ac;
} /*100%*/
html.uchidabashi #gnav .h_reservation a {
  background: #008ac8;
} /*100%*/
html.nawa #gnav .h_reservation a {
  background: #00B9DB;
} /*100%*/
html.hinagadai #gnav .h_reservation a {
  background: #ffa400;
} /*100%*/
#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;
}

@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;
  }
}
/* ---------------------------------------
#content
--------------------------------------- */
#content {
  float: right;
  min-height: 400px;
  width: 1150px;
  padding-top: 25px;
  border-top: 6px solid #FF8855;
}

#index #content {
  padding-top: 50px;
}

@media print, screen and (max-width: 1420px) {
  #content {
    float: none;
    width: 1150px;
    margin: 0 auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #content {
    min-height: 1px;
    width: 100%;
  }
}
/* ---------------------------------------
#footer
--------------------------------------- */
#footer {
  padding: 50px 0;
}

#footer .google_map {
  padding: 20px;
  background: #fff;
  margin-bottom: 2px;
}

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

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

#footer .f_header_box:first-child {
  border-left: none;
}

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

#footer .f_header_box a {
  width: 574px;
  display: block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  padding: 35px 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 {
  margin-left: -2px;
  margin-bottom: 55px;
}

#footer .f_nav li {
  float: left;
  width: calc(25% - 2px);
  margin-left: 2px;
  margin-bottom: 2px;
}

#footer .f_nav li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.93em;
  background: #fff;
  color: #FF8755;
  text-align: center;
  padding: 18px 10px;
  box-sizing: border-box;
  transition: 0.3s;
}

#footer .f_nav li a:hover {
  background: #FF8755;
  color: #fff;
}

#footer .f_nav li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/common/arw1.png) no-repeat center;
  background-size: 100%;
  margin-right: 7px;
  position: relative;
  bottom: -1px;
}

#footer .f_nav li a:hover:before {
  background: url(../img/common/arw2.png) no-repeat center;
  background-size: 100%;
}

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

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

/*sp_btn_wrap*/
#footer .sp_btn_wrap {
  display: none;
}

/*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 0;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 15px 0 60px;
    z-index: 20;
  }
  #footer .google_map {
    padding: 15px;
    margin-bottom: 5px;
  }
  #footer .google_map iframe {
    height: 300px;
  }
  #footer .f_header {
    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;
  }
  #footer .f_nav {
    margin-bottom: 0px;
  }
  #footer .f_nav li {
    width: calc(50% - 2px);
    margin-bottom: 2px;
  }
  #footer .f_nav li a {
    font-size: 0.85em;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    text-align: left;
  }
  #footer .sp_btn_wrap {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 20;
    z-index: 100;
    box-shadow: 0px -10px 10px -10px rgba(0, 0, 0, 0.2);
  }
  #footer .sp_btn_wrap ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #footer .sp_btn_wrap li {
    flex-basis: 100%;
    color: #fff;
  }
  #footer .sp_btn_wrap li:first-child {
    margin-right: 1px;
  }
  #footer .sp_btn_wrap li:last-child {
    margin-left: 1px;
  }
  #footer .sp_btn_wrap li a {
    display: block;
    text-decoration: none;
    background: rgba(255, 145, 80, 0.9);
    color: #fff;
    text-align: center;
    padding: 10px;
    letter-spacing: 0.04em;
  }
  #footer .sp_btn_wrap li a b {
    font-weight: bold;
  }
  /*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;
  }
}
/* ---------------------------------------
.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;
}

#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: 0px;
  }
  #sec_404 .s404_txt1 {
    text-align: left;
    font-size: 1em;
  }
}
/* ---------------------------------------
#fixed_web_reservation
--------------------------------------- */
#fixed_web_reservation {
  position: fixed;
  z-index: 1000;
  right: 0px;
  bottom: 200px;
}
@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(51, 51, 51, 0.3);
  transform: translate(5px, 5px);
  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-left: 70px;
  box-sizing: border-box;
  text-decoration: none;
  height: 80px;
  border-radius: 15px 0 0 15px;
}
html.midori #fixed_web_reservation a {
  background: #00c8ac;
} /*100%*/
html.uchidabashi #fixed_web_reservation a {
  background: #008ac8;
} /*100%*/
html.nawa #fixed_web_reservation a {
  background: #00B9DB;
} /*100%*/
html.hinagadai #fixed_web_reservation a {
  background: #ffa400;
} /*100%*/
@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 */