@charset "UTF-8";
/*
Theme Name: uvtoyota
Description: uvtoyota
Version: 2025.2
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
* {
  outline: none;
}
body {
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}
blockquote {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
a img {
  border: none;
}
input, button, select, textarea {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
}
button {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 0;
}
@media screen and (max-width: 767px) {
  input, button, select, textarea {}
}
/*
Web Fonts
font-family: "Libre Bodoni", serif;
font-family: "Shippori Mincho", serif;
*/
/* ------------------------------------------
   Style
------------------------------------------ */
body {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
  -webkit-text-size-adjust: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  transition: opacity 0.6s ease;
  -webkit-print-color-adjust: exact;
  opacity: 0;
  letter-spacing: 0.05em;
  /* font-feature-settings: "palt"; */
  background: #16314D;
}
body.show {
  opacity: 1;
}
body.busy {
  overflow: hidden;
}
body p {
  color: inherit;
  font-size: inherit;
  line-height: 2em;
}
a, a img, button {
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease;
  overflow-wrap: anywhere;
  word-break: break-all;
  text-align: left;
  cursor: pointer;
}
.pc_view a:hover {
  opacity: 0.75;
}
.pc_view button:hover {
  opacity: 0.75;
}
span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  /* word-break: keep-all; */
  /* word-wrap: normal; */
  overflow-wrap: break-word;
  letter-spacing: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  line-height: 1.6em;
}
*[data-view=pc] {
  display: block !important;
}
*[data-view=sp] {
  display: none !important;
}
.outline {
  position: relative;
  min-width: 1100px;
  margin: 0 auto;
}
.main {
  margin: 0 auto;
  position: relative;
  transition: opacity 0.3s ease;
  z-index: 100;
}
.scrollactive.fadein {
  position: relative;
  top: 20px;
  transition: all ease 1.5s;
  opacity: 0;
}
.scrollactive.fadein.active {
  opacity: 1;
  top: 0;
}
.f_en {
  font-family: "Libre Bodoni", serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.modal-video {
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-video-body {
  max-width: 1160px;
}
.fixedmenu {
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  top: 220px;
  z-index: 1000;
  gap: 3px;
}
.fixedmenu a {
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/icon_request.webp) no-repeat center 13px / 40px auto;
  background-color: #B8A957;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  padding-top: 58px;
  color: #fff;
}
.fixedmenu .bt_request {}
.fixedmenu .bt_reservation {
  background-image: url(../images/icon_reservation.webp);
  background-color: #B8A957;
}
.fixedmenu .bt_voice {
  font-size: 10px;
  padding-top: 56px;
  background-image: url(../images/icon_voice.webp);
  background-color: #B87B57;
}
.fixedmenu a:hover {
  opacity: 1;
  color: #fff;
}
.fixedmenu .bt_request:hover, .fixedmenu .bt_reservation:hover {
  background-color: #d5c676;
}
.fixedmenu .bt_voice:hover {
  background-color: #d29774;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1010;
}
header > .inner {
  /* background: #182A1B; */
  display: flex;
  height: 100px;
  align-items: center;
}
header .logo_home {
  margin-left: 30px;
}
header .logo_home a {
  display: block;
  width: 170px;
}
header .logo {
  margin-left: 26px;
}
header .logo a {
  display: block;
  width: 142px;
}
header .bt_menu {}
header .bt_menu span {}
header .gmenu {
  margin: 0 45px 0 auto;
}
header .gmenu nav {
  display: block;
}
header .gmenu nav ul {
  display: flex;
  position: relative;
  width: auto;
  gap: 34px;
}
header .gmenu nav ul li {}
header .gmenu nav ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.5em;
  padding: 9px 0 9px 0;
  position: relative;
  color: #fff;
}
footer {
  background: #16314D;
  position: relative;
  z-index: 500;
  padding-top: 36px;
}
footer .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .bnr .item {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
footer .bnr a {
  display: block;
  position: relative;
  height: 180px;
}
footer .bnr a:hover {
  opacity: 1;
}
footer .bnr .title {
  position: absolute;
  padding: 0 30px;
  z-index: 3;
  color: #fff;
  font-size: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
footer .bnr .image_wrap {
  display: block;
  width: 100%;
  height: 180px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer .bnr .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: url(../images/bnr-obayashi.jpg) no-repeat center center / cover;
  height: auto;
  -webkit-transition: transform 0.75s ease;
  transition: transform 0.75s ease;
}
footer .bnr .item2 .image {
  background-image: url("../images/bnr-takmeuraeki.jpg");
}
footer .bnr .item3 .image {
  background-image: url(../images/bnr-houei.jpg);
}
footer .bnr .item4 .image {
  background-image: url(../images/bnr_footer4.webp);
}
footer .bnr a:hover .image {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
footer .bnr .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
}
@media screen and (max-width:950px) {
  footer .bnr .item {
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  footer .bnr a:hover .image {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media screen and (max-width:750px) {
  footer .bnr .item {
    height: 73px;
  }
  footer .bnr a {
    height: 73px;
  }
  footer .bnr .title {
    padding: 0 20px;
  }
  footer .bnr .image_wrap {
    height: 73px;
  }
}
footer .logo {
  width: 211px;
  display: block;
  margin: 88px auto 0 auto;
}
footer .contact {
  margin-top: 67px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .contact .title {
  font-size: 42px;
  color: #CFDB00;
  line-height: 1.5em;
  margin-bottom: 8px;
}
footer .contact .text {
  font-size: 13px;
  line-height: 1.6em;
  text-align: center;
  margin-top: 12px;
}
footer .contact .bt_tel {
  font-size: 50px;
  line-height: 1em;
  display: block;
  background: url(../images/icon_tel.webp) no-repeat left center / 50px auto;
  padding: 0 0 6px 65px;
  color: #fff;
}
footer .gmenu {
  margin: 76px auto 0 auto;
}
footer .gmenu nav {
  display: block;
}
footer .gmenu nav ul {
  display: flex;
  justify-content: center;
  gap: 45px;
}
footer .gmenu nav ul li {}
footer .gmenu nav ul li a {
  display: flex;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
}
footer .gmenu nav ul li a:hover {
  opacity: 1;
}
footer .gmenu nav ul li a span {
  border-bottom: 1px solid transparent;
  display: block;
  padding: 5px 5px;
  transition: all ease 0.3s;
}
footer .copyright {
  text-align: center;
  font-size: 10px;
  padding: 16px 0;
  opacity: 0.3;
  letter-spacing: 0;
  margin-top: 10px;
}
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    overflow: visible !important;
    letter-spacing: 0;
    font-size: 15px;
  }
  body.busy {
    overflow: hidden !important;
  }
  body p {
    color: inherit;
    font-size: 15px;
  }
  a:hover {
    opacity: 1;
  }
  *[data-view=pc] {
    display: none !important;
  }
  *[data-view=sp] {
    display: block !important;
  }
  .outline {
    position: relative;
    min-width: 320px;
    padding-bottom: 0 !important;
  }
  .main {
    width: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .modal-video {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .modal-video-body {
    max-width: 1160px;
  }
  .fixedmenu {
    display: flex;
    flex-direction: row;
    position: fixed;
    right: auto;
    top: auto;
    z-index: 1000;
    gap: 1px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
  }
  .fixedmenu a {
    display: block;
    width: 100%;
    height: 70px;
    background: url(../images/icon_request.webp) no-repeat center 28px / 32px auto;
    background-color: #B8A957;
    box-sizing: border-box;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1.2em;
    padding-top: 14px;
  }
  .fixedmenu .bt_request {}
  .fixedmenu .bt_tel {
    background-image: url(../images/icon_tel2.webp);
  }
  .fixedmenu .bt_reservation {
    background-image: url(../images/icon_reservation.webp);
  }
  .fixedmenu .bt_voice {
    font-size: 9px;
    padding-top: 12px;
    background-image: url(../images/icon_voice.webp);
    background-color: #B87B57;
    line-height: 1em;
    background-position: center 30px;
  }
  .fixedmenu a:hover {
    opacity: 1;
  }
  .fixedmenu .bt_tel:hover, .fixedmenu .bt_request:hover, .fixedmenu .bt_reservation:hover {
    background-color: #B8A957;
  }
  .fixedmenu .bt_voice:hover {
    background-color: #B87B57;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1010;
  }
  header > .inner {
    /* background: #182A1B; */
    display: flex;
    height: 70px;
    align-items: center;
  }
  header .logo_home {
    margin-left: 12px;
    position: relative;
    z-index: 100;
  }
  header .logo_home a {
    display: block;
    width: 110px;
  }
  header .logo {
    margin-left: 18px;
    z-index: 100;
    position: relative;
  }
  header .logo a {
    display: block;
    width: 110px;
    background: url(../images/img_logo_b.webp) no-repeat center center / cover;
  }
  header.open .logo a img {
    opacity: 0;
  }
  header .bt_menu {
    width: 50px;
    height: 50px;
    margin: 0px 12px 0 auto;
    position: relative;
    z-index: 100;
  }
  header .bt_menu span {
    display: block;
    height: 100%;
    width: 100%;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
  }
  header .bt_menu::before, header .bt_menu::after, header .bt_menu span::before {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: 6px;
    transition: all ease 0.3s;
  }
  header .bt_menu::after {
    margin-top: -7px;
  }
  header .bt_menu span::before {
    margin-top: 7px;
  }
  header .bt_menu.open::before {
    transform: rotate(-135deg);
    background: #16314D;
    width: 30px;
    left: 11px;
  }
  header .bt_menu.open::after {
    margin: 0;
    transform: rotate(135deg);
    background: #16314D;
    width: 30px;
    left: 11px;
  }
  header .bt_menu.open span::before {
    opacity: 0;
  }
  header .gmenu {
    margin: 0 45px 0 auto;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100vw;
    height: 100dvh;
    box-sizing: border-box;
    padding-top: 90px;
    display: none;
  }
  header .gmenu nav {
    display: block;
    width: 230px;
    margin: 0 auto;
  }
  header .gmenu nav ul {
    display: flex;
    position: relative;
    flex-direction: column;
    width: auto;
    gap: 17px;
  }
  header .gmenu nav ul li {}
  header .gmenu nav ul li a {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 1.5em;
    padding: 0;
    position: relative;
    color: #16314D;
  }
  header .gmenu nav ul li a:hover {
    opacity: 1;
    background: #cfdb0038;
  }
  header .gmenu nav ul li a span {
    font-size: 20px;
    line-height: 1em;
    display: block;
  }
  header .gmenu nav ul li a span + span {
    font-size: 10px;
    line-height: 1em;
    margin-top: 6px;
  }
  header .submenu {
    display: flex !important;
     !i;
     !;
     !o;
     !o, ;
     !o;
     !;
    gap: 4px;
    flex-direction: column;
    margin-top: 30px;
  }
  header .submenu a {
    display: block;
    width: 100%;
    height: auto;
    background: url(../images/icon_request.webp) no-repeat right 10px center / 25px auto;
    background-color: #B8A957;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    padding: 10px 0;
    color: #fff;
  }
  header .submenu .bt_request {}
  header .submenu .bt_tel {
    background-image: url(../images/icon_tel2.webp);
  }
  header .submenu .bt_reservation {
    background-image: url(../images/icon_reservation.webp);
  }
  header .submenu .bt_voice {
    background-image: url(../images/icon_voice.webp);
    background: #B87B57;
  }
  footer {
    background: #16314D;
    position: relative;
    z-index: 500;
    padding-top: 26px;
    padding-bottom: 74px;
  }
  footer .bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .bnr .item {
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  footer .bnr a {
    display: block;
    position: relative;
    height: 150px;
  }
  footer .bnr a:hover {
    opacity: 1;
  }
  footer .bnr .title {
    position: absolute;
    padding: 0 30px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3em;
  }
  footer .bnr .image_wrap {
    display: block;
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  footer .bnr .image {
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: url(../images/bnr-obayashi.jpg) no-repeat center center / cover;
    height: auto;
    -webkit-transition: transform 0.75s ease;
    transition: transform 0.75s ease;
  }
  footer .bnr .item2 .image {
    background-image: url(../images/bnr_footer2.webp);
  }
  footer .bnr .item3 .image {
    background-image: url(../images/bnr-houei.jpg);
  }
  footer .bnr .item4 .image {
    background-image: url(../images/bnr_footer4.webp);
  }
  footer .bnr a:hover .image {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  footer .bnr .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
  }
  @media screen and (max-width:950px) {
    footer .bnr .item {
      -ms-flex: 1 1 50%;
      -webkit-flex: 1 1 50%;
      flex: 1 1 50%;
    }
    footer .bnr a:hover .image {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  @media screen and (max-width:750px) {
    footer .bnr .item {
      height: 73px;
    }
    footer .bnr a {
      height: 73px;
    }
    footer .bnr .title {
      padding: 0 20px;
    }
    footer .bnr .image_wrap {
      height: 73px;
    }
  }
  footer .logo {
    width: 140px;
    display: block;
    margin: 46px auto 0 auto;
  }
  footer .contact {
    margin-top: 39px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  footer .contact .title {
    font-size: 42px;
    color: #CFDB00;
    line-height: 1.5em;
    margin-bottom: 8px;
  }
  footer .contact .text {
    font-size: 11px;
    line-height: 1.6em;
    text-align: center;
    margin-top: 10px;
  }
  footer .contact .bt_tel {
    font-size: 40px;
    line-height: 1em;
    display: block;
    background: url(../images/icon_tel.webp) no-repeat left center / 40px auto;
    padding: 0 0 7px 54px;
  }
  footer .gmenu {
    margin: 48px auto 0 auto;
  }
  footer .gmenu nav {
    display: block;
  }
  footer .gmenu nav ul {
    display: flex;
    justify-content: center;
    gap: 0px 24px;
    flex-wrap: wrap;
    width: 320px;
    margin: 0 auto;
  }
  footer .gmenu nav ul li {}
  footer .gmenu nav ul li a {
    display: flex;
    text-align: center;
    font-size: 10px;
    color: #fff;
    position: relative;
    align-items: center;
    justify-content: center;
  }
  footer .gmenu nav ul li a:hover {
    opacity: 1;
  }
  footer .gmenu nav ul li a span {
    border-bottom: 1px solid transparent;
    display: block;
    padding: 3px 5px;
    transition: all ease 0.3s;
  }
  footer .gmenu nav ul li a.current span, footer .gmenu nav ul li a:hover span {
    border-bottom-color: #CFDB00;
  }
  footer .copyright {
    text-align: center;
    font-size: 9px;
    padding: 16px 0;
    opacity: 0.3;
    letter-spacing: 0;
    margin-top: 29px;
  }
}