/*
Theme Name:  Kari Tuku
*/
@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
ul,
li,
p,
div,
section,
aside,
article,
a,
body,
p,
dl,
dt,
dd,
ol,
button {
  margin: 0;
  padding: 0;
}

ul,
li,
ol {
  list-style: none;
}

body {
  width: 100%;
  letter-spacing: 1px;
  font-family: serif;
  color: #4a4a4a;
}
@media (max-width: 767px) {
  body {
    padding-bottom: 10vw;
  }
}

a {
  text-decoration: none;
  word-break: break-all;
  color: #000;
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
header {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #c88686;
  z-index: 100;
}
@media (min-width: 768px) {
  header {
    display: none;
  }
}
header nav ul {
  padding: 2vw 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 2vw;
}
header nav ul li:first-child a {
  border-left: none;
}
header nav ul li:first-child a img {
  width: 36%;
}
header nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1vw;
  color: #fff;
  font-size: 3vw;
  font-weight: bold;
  border-left: 0.6vw solid #fff;
}
header nav ul li a img {
  width: 50%;
}

.top_left {
  position: fixed;
  top: 0;
  left: 0;
  width: 14%;
  padding: 4vw 2vw 0;
  height: 98vh;
  background: #c88686;
}
@media (max-width: 767px) {
  .top_left {
    display: none;
  }
}
.top_left_img {
  margin: 0 auto;
  display: block;
  width: 60%;
  height: auto;
}
.top_left nav {
  margin-top: 0.2vw;
}
.top_left nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6vw;
}
.top_left nav ul li a {
  display: block;
  color: #fff;
  font-size: 1vw;
  font-weight: bold;
  text-align: center;
}
.top_left nav ul li a img {
  margin: 0 auto 0.2vw;
  display: block;
  width: 30%;
  height: auto;
}
.top_left_address {
  position: absolute;
  bottom: 5vw;
  left: 1.8vw;
  width: 80%;
  text-align: center;
}
.top_left_address h2 {
  font-size: 1.2vw;
  font-weight: bold;
  color: #fff;
}
.top_left_address p {
  margin-top: 1vw;
  font-size: 0.8vw;
  font-weight: bold;
  color: #fff;
}
.top_right {
  position: relative;
  width: 82%;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .top_right {
    width: 100%;
  }
}
.top_right #slider {
  width: 100%;
  height: 100vh;
}
@media (max-width: 767px) {
  .top_right #slider {
    height: 50vh;
  }
}
.top_right_text {
  position: absolute;
  padding: 5vw 3vw;
  width: 56%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .top_right_text {
    position: static;
    margin-top: -50%;
    padding: 12vw 3vw;
    width: 80%;
    transform: translate(8%, -10%);
  }
}
.top_right_text_img {
  margin: 0 auto;
  display: block;
  width: 30%;
  height: auto;
}
@media (max-width: 767px) {
  .top_right_text_img {
    width: 50%;
    height: auto;
  }
}
.top_right_text h1 {
  position: relative;
  text-align: center;
  font-size: 2.6vw;
  font-weight: bold;
  line-height: 2vw;
}
@media (max-width: 767px) {
  .top_right_text h1 {
    font-size: 8vw;
    line-height: 6vw;
  }
}
.top_right_text h1 .sub_span {
  margin-top: 1vw;
  margin-bottom: 2vw;
  display: block;
  font-size: 1.4vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  .top_right_text h1 .sub_span {
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 7vw;
  }
}
.top_right_text h1 .h1_span {
  font-size: 1.2vw;
}
@media (max-width: 767px) {
  .top_right_text h1 .h1_span {
    font-size: 3.6vw;
  }
}
.top_right_text p {
  position: relative;
  margin-top: 2vw;
  text-align: center;
  font-size: 1vw;
}
@media (max-width: 767px) {
  .top_right_text p {
    margin-top: 6vw;
    font-size: 3.6vw;
    line-height: 6vw;
  }
}
.top_right_banner {
  margin: 6vw auto;
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2vw;
}
.top_right_banner li a img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */