@charset "UTF-8";
/*** The new CSS reset - version 1.7.2 (last updated 23.6.2022) ***/
*:where(:not(html, iframe, canvas, img, svg, video):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

a,
button {
  cursor: revert;
}

a {
  text-decoration: none !important;
  transition-duration: 0.5s;
}
a:hover {
  opacity: 0.8;
  transition-duration: 0.5s;
  cursor: pointer;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img, video {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

html {
  overflow-x: hidden;
  overflow-y: initial;
  font-feature-settings: "palt";
  font-size: 10px;
  letter-spacing: 0.1em;
}

body {
  font-feature-settings: "palt";
  background-color: #fff;
  overflow-x: hidden;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  background-image: url("../img/back.svg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

.pc {
  display: block;
}

.pc-tb {
  display: block;
}

.tb-sp {
  display: none;
}

.sp {
  display: none;
}

.wrapper {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
}

.main {
  width: calc(100% - 320px);
  margin-left: auto;
  margin-right: 0;
}

.p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .pc-tb {
    display: none;
  }
  .tb-sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }
  .main {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .p {
    font-size: 1.4rem;
  }
}
.kinito_headertopbar {
  display: none;
}

@media screen and (max-width: 750px) {
  .kinito_headertopbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 22px;
    background-color: rgb(255, 255, 255);
  }
  .kinito_headertopbar .txt {
    font-size: 1rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.kinito_header {
  padding-top: 24px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 320px;
}
.kinito_header__logo {
  text-align: center;
}
.kinito_header__logo img {
  width: 100%;
}
.kinito_header__title {
  margin-top: 8px;
  font-size: 1.5rem;
  color: #fff;
}
.kinito_header__phone {
  margin-top: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kinito_header__phone .icon {
  display: inline-block;
  width: 20px;
  transform: translateY(3px);
}
.kinito_header__phone .icon img {
  width: 100%;
}
.kinito_header__phone .txt {
  margin-left: 8px;
  font-size: 3rem;
  color: #fff;
}
.kinito_header__address {
  margin-top: 4px;
  font-size: 1.708rem;
  text-align: center;
  color: #fff;
}
.kinito_header__btns {
  margin-top: 9px;
  display: flex;
  justify-content: center;
}
.kinito_header__btns a {
  margin-left: 16px;
  display: inline-block;
  width: 30%;
}
.kinito_header__btns a:first-of-type {
  margin-left: 0;
}
.kinito_header__btns a img {
  width: 100%;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.kinito_header__sns {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.kinito_header__sns a {
  display: inline-block;
  width: 10%;
  margin-left: 16px;
}
.kinito_header__sns a:first-of-type {
  margin-left: 0;
}
.kinito_header__sns a img {
  width: 100%;
}
.kinito_header__navigation {
  margin-top: 32px;
}
.kinito_header__navigation ul li {
  margin-top: 12px;
  font-size: 1.4rem;
  text-align: center;
}
.kinito_header__navigation ul li:first-of-type {
  margin-top: 0;
}
.kinito_header__navigation ul li a {
  color: #fff;
}
.kinito_header__banners {
  margin-top: 16px;
}
.kinito_header__banners a {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 65%;
}
.kinito_header__banners a:first-of-type {
  margin-top: 0;
}
.kinito_header__banners a img {
  border-radius: 6px;
  box-shadow: 0px 0px 8px rgb(0, 0, 0);
}
.kinito_header--wonder {
  background-color: #462611;
  background-image: url("../img/headerpattern.jpg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.kinito_header--wonder .kinito_header__logo {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.kinito_header--wonder .kinito_header__logo img {
  width: 35%;
}

@media screen and (max-width: 750px) {
  .kinito_header {
    padding: 0 0 0 8px;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    z-index: 100;
    display: flex;
  }
  .kinito_header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    z-index: 1;
  }
  .kinito_header__logo {
    position: relative;
    z-index: 2;
    width: calc(100% - 210px);
    margin: 0;
    padding: 0 0 0 0;
    text-align: left;
    border-right: 1px #ddd solid;
    display: flex;
    align-items: center;
    justify-content: left;
  }
  .kinito_header__title {
    position: relative;
    z-index: 2;
    margin-top: 8px;
    font-size: 1.4rem;
  }
  .kinito_header__phone {
    display: none;
  }
  .kinito_header__address {
    display: none;
  }
  .kinito_header__btns {
    display: none;
  }
  .kinito_header__sns {
    display: none;
  }
  .kinito_header__navigation {
    display: none;
  }
  .kinito_header__banners {
    display: none;
  }
  .kinito_header__squares {
    display: flex;
    height: 100%;
  }
  .kinito_header__squares .item {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52.5px;
    height: 100%;
    border-right: solid 1px #ddd;
    text-align: center;
    background-color: #fcf4eb;
  }
  .kinito_header__squares .item .image {
    display: block;
    text-align: center;
    width: 100%;
  }
  .kinito_header__squares .item .txt {
    margin-top: 1.5px;
    display: block;
    font-size: 1rem;
    color: #231815;
  }
  .kinito_header__squares .item--tel .image img {
    width: 18px;
    transform: translateX(0.7px);
  }
  .kinito_header__squares .item--calendar {
    display: none;
  }
  .kinito_header__squares .item--calendar .image img {
    width: 19px;
    transform: translateX(0.7px);
  }
  .kinito_header__squares .item--bed .image img {
    width: 23px;
    transform: translateX(0.7px);
  }
  .kinito_header__squares .item--ham {
    position: relative;
    text-align: center;
  }
  .kinito_header__squares .item--ham span {
    position: absolute;
    display: inline-block;
    border-radius: 2px;
    height: 2.5px;
    width: 40%;
    left: 30%;
    background-color: #fff;
  }
  .kinito_header__squares .item--ham span:nth-of-type(1) {
    top: 35%;
  }
  .kinito_header__squares .item--ham span:nth-of-type(2) {
    top: 50%;
  }
  .kinito_header__squares .item--ham span:nth-of-type(3) {
    top: 65%;
  }
  .kinito_header__squares .item--ham.cross span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .kinito_header__squares .item--ham.cross span:nth-of-type(2) {
    display: none;
  }
  .kinito_header__squares .item--ham.cross span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .kinito_header--wonder {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: none;
    background-size: 55% 100%;
    background-repeat: repeat-x;
  }
  .kinito_header--wonder .kinito_header__logo {
    margin: 0;
  }
  .kinito_header--wonder .kinito_header__logo a {
    display: flex;
    align-items: center;
  }
  .kinito_header--wonder .kinito_header__logo a img {
    width: 20%;
    max-width: 117px;
    box-shadow: 0px 4px 2.5px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    display: block;
  }
  .kinito_header--wonder .kinito_header__logo .txt {
    margin-left: 4px;
    font-size: 1rem;
    display: inline;
    color: #231815;
    font-weight: 600;
    padding: 2px;
    line-height: 1.7;
  }
  .kinito_header--wonder .kinito_header__logo .txt span {
    background-color: #fcf4eb;
  }
  .kinito_header--wonder .kinito_header__title {
    display: none;
  }
  .kinito_header--wonder .kinito_header__squares .item--ham {
    background-color: #231815;
  }
}
.kinito_spmenu {
  position: fixed;
  top: 60px;
  right: -300px;
  width: 300px;
  height: calc(100% - 60px);
  background-color: #231815;
  z-index: 1000;
  overflow-y: auto;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.kinito_spmenu.show {
  right: 0;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.kinito_spmenu__inner {
  padding: 0 10px 40px;
}
.kinito_spmenu__nav {
  padding: 16px 0;
  border-bottom: solid 1px #ddd;
}
.kinito_spmenu__nav ul li {
  position: relative;
  padding: 8px;
  font-size: 1.4rem;
}
.kinito_spmenu__nav ul li::after {
  content: "";
  background-image: url("../img/icon-arrow-right.png");
  background-size: contain;
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
}
.kinito_spmenu__nav ul li:first-of-type {
  padding-top: 0;
}
.kinito_spmenu__nav ul li a {
  display: block;
  color: #fff;
}
.kinito_spmenu__info {
  padding: 16px 0;
  border-bottom: solid 1px #ddd;
}
.kinito_spmenu__info .phone {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
}
.kinito_spmenu__info .phone .icon {
  margin-right: 8px;
  display: inline-block;
  width: 16px;
  transform: translateY(3px);
}
.kinito_spmenu__info .phone .icon img {
  width: 100%;
}
.kinito_spmenu__info .phone .txt {
  color: #fff;
}
.kinito_spmenu__info .phone .txt a {
  color: #fff;
}
.kinito_spmenu__info .address {
  margin-top: 4px;
  font-size: 1.2rem;
  color: #fff;
}
.kinito_spmenu__btns {
  padding: 16px 0;
  border-bottom: solid 1px #ddd;
}
.kinito_spmenu__btns a {
  margin-top: 8px;
  padding: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 5px;
}
.kinito_spmenu__btns a:first-of-type {
  margin-top: 0;
}
.kinito_spmenu__btns a.price {
  background-color: #fcf4eb;
  color: #231815;
}
.kinito_spmenu__btns a.price .icon {
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  transform: translateY(2px);
}
.kinito_spmenu__btns a.price .txt {
  color: #231815;
}
.kinito_spmenu__btns a.reserve {
  background-color: #462611;
}
.kinito_spmenu__btns a.reserve .icon {
  margin-right: 8px;
  display: inline-block;
  width: 23px;
  transform: translateY(2px);
}
.kinito_spmenu__otherbtns {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
}
.kinito_spmenu__otherbtns a {
  padding: 8px 0;
  display: inline-block;
  width: 49%;
  font-size: 1.1rem;
  text-align: center;
  border: solid 1px #ddd;
  border-radius: 5px;
  color: #fff;
}
.kinito_spmenu__sns {
  margin-top: 16px;
  background-color: #fff;
  padding: 4.8px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
}
.kinito_spmenu__sns a {
  margin-left: 16px;
  display: inline-block;
  width: 24px;
}
.kinito_spmenu__sns a:first-of-type {
  margin-left: 0;
}

.kinito_footer {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  width: calc(100% - 320px);
  margin-left: auto;
  margin-right: 0;
}
.kinito_footer__lr {
  display: flex;
  justify-content: space-between;
}
.kinito_footer__left {
  width: 70%;
}
.kinito_footer__left .logo-gr {
  display: flex;
  align-items: center;
}
.kinito_footer__left .logo-gr .txt {
  margin-left: 16px;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 2.3px;
  color: #fff;
  transform: translateY(-3px);
}
.kinito_footer__left .menu {
  margin-top: 42.88px;
}
.kinito_footer__left .menu ul {
  margin-top: -16px;
  display: flex;
  flex-wrap: wrap;
}
.kinito_footer__left .menu ul li {
  margin-top: 16px;
  margin-right: 16px;
  font-size: 1.3rem;
  font-weight: 600;
}
.kinito_footer__left .menu ul li a {
  color: #fff;
}
.kinito_footer__right {
  width: 25%;
}
.kinito_footer__right .snses {
  display: flex;
  justify-content: right;
}
.kinito_footer__right .snses .icon {
  margin-left: 8px;
  display: inline-block;
  width: 40px;
}
.kinito_footer__right .snses .icon:first-of-type {
  margin-left: 0;
}
.kinito_footer__right .tel {
  margin-top: 32px;
  font-size: 3.5rem;
  letter-spacing: 2.3px;
  font-weight: 600;
  text-align: right;
}
.kinito_footer__right .tel a {
  color: #fff;
}
.kinito_footer__right .address {
  font-size: 1.7rem;
  letter-spacing: 2.3px;
  font-weight: 600;
  text-align: right;
  color: #fff;
}
.kinito_footer--wonder {
  background-color: #231815;
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.kinito_footer--wonder .kinito_footer__left .logo-gr .logo {
  width: 72px;
}

@media screen and (max-width: 750px) {
  .kinito_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .kinito_footer__lr {
    display: block;
  }
  .kinito_footer__left {
    width: 100%;
  }
  .kinito_footer__left .logo-gr {
    display: block;
  }
  .kinito_footer__left .logo-gr .txt {
    margin-top: 8px;
    margin-left: 0px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    transform: translateY(-3px);
    text-align: center;
  }
  .kinito_footer__left .menu {
    margin-top: 16px;
  }
  .kinito_footer__left .menu ul {
    margin-top: -8px;
    display: block;
  }
  .kinito_footer__left .menu ul li {
    padding: 12px 0;
    margin-top: 0;
    margin-right: 0px;
    font-size: 1.2rem;
    text-align: center;
    border-bottom: solid 1px #ddd;
  }
  .kinito_footer__right {
    width: 100%;
  }
  .kinito_footer__right .snses {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  .kinito_footer__right .snses .icon {
    margin-left: 8px;
    width: 32px;
  }
  .kinito_footer__right .tel {
    margin-top: 8px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .kinito_footer__right .address {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .kinito_footer--wonder .kinito_footer__left .logo-gr .logo {
    margin-bottom: 8.4px;
    margin-left: auto;
    margin-right: auto;
    width: 19%;
  }
}
.kinito_fv {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 670px;
  z-index: 0;
  overflow: hidden;
}
.kinito_fv::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.25;
}
.kinito_fv__slide {
  height: 100%;
}
.kinito_fv__slide .swiper-container, .kinito_fv__slide .swiper-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.kinito_fv--wonder .kinito_fv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.kinito_fv--wonder .kinito_fv__content .logo {
  position: absolute;
  z-index: 10;
  top: 40px;
  right: 61px;
  max-width: 20%;
}
.kinito_fv--wonder .kinito_fv__content .txtgr {
  position: absolute;
  z-index: 10;
  left: 61px;
  top: 40px;
  width: 60%;
  max-width: 875px;
}
.kinito_fv--wonder .kinito_fv__content .txtgr .catch-copy {
  font-weight: 400;
  font-family: "alana", sans-serif;
  font-size: 5.9rem;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
}
.kinito_fv--wonder .kinito_fv__content .txtgr .main-text {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 750px) {
  .kinito_fv {
    margin-top: 60px;
    height: 77vw;
  }
  .kinito_fv--wonder .kinito_fv__content .logo {
    position: absolute;
    z-index: 10;
    top: 35vw;
    right: 27.5%;
    max-width: initial;
    width: 45%;
  }
  .kinito_fv--wonder .kinito_fv__content .txtgr {
    width: 100%;
    left: 0vw;
    top: 8vw;
  }
  .kinito_fv--wonder .kinito_fv__content .txtgr .catch-copy {
    padding-left: 18px;
    font-size: 7vw;
    line-height: 1.2;
  }
  .kinito_fv--wonder .kinito_fv__content .txtgr .main-text {
    display: none;
  }
}
.kinito_importantnews {
  padding: 16px 0;
  background-color: white;
  text-align: center;
}
.kinito_importantnews__inner {
  border: solid 1px #ddd;
}
.kinito_importantnews__heading {
  padding-top: 16px;
  font-size: 1.8rem;
  color: #6e6e6e;
}
.kinito_importantnews ul {
  margin-top: 8px;
  padding-bottom: 16px;
}
.kinito_importantnews ul li {
  padding: 3.5px 0;
}
.kinito_importantnews ul li:first-of-type {
  padding-top: 0;
}
.kinito_importantnews ul li:last-of-type {
  padding-bottom: 0;
}
.kinito_importantnews ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.kinito_importantnews ul li a time {
  font-size: 1.4rem;
  color: rgb(251, 140, 4);
}
.kinito_importantnews ul li a .title {
  margin-left: 16px;
  font-size: 1.4rem;
  color: rgb(251, 140, 4);
}

.kinito_smoothbar {
  padding: 40px 0;
}
.kinito_smoothbar__heading {
  text-align: center;
  font-size: 1.8rem;
  color: #5D5D5D;
  font-family: "source-han-serif-japanese", serif;
  font-weight: 600;
  font-style: normal;
}
.kinito_smoothbar__btns {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
.kinito_smoothbar__btns a {
  display: inline-block;
  width: 49%;
}
.kinito_smoothbar__payment {
  margin-top: 24px;
}
.kinito_smoothbar__payment .content {
  font-size: 1.8rem;
  font-weight: 600;
  color: #5D5D5D;
  text-align: center;
  color: #029245;
}

@media screen and (max-width: 750px) {
  .kinito_smoothbar {
    padding: 20px 0;
  }
  .kinito_smoothbar__heading {
    font-size: 1.5rem;
  }
  .kinito_smoothbar__btns {
    margin-top: 12px;
    display: block;
  }
  .kinito_smoothbar__btns a {
    margin-top: 8px;
    display: inline-block;
    width: 100%;
  }
  .kinito_smoothbar--wonder {
    background-color: #fff;
  }
}
.kinito_bannerarea {
  padding: 40px 0;
  background-color: #F2F2F2;
}
.kinito_bannerarea__inner {
  overflow: hidden;
}
.kinito_bannerarea__inner .swiper-wrapper {
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .kinito_bannerarea {
    padding: 20px 0;
  }
  .kinito_bannerarea__inner {
    overflow: hidden;
  }
  .kinito_bannerarea__inner .swiper-wrapper {
    justify-content: initial;
  }
}
.kinito_sidebar {
  padding: 40px 24px;
  height: 100%;
  background-color: #8baf8b;
}
.kinito_sidebar__block {
  margin-top: 48px;
}
.kinito_sidebar__block:first-of-type {
  margin-top: 0;
}
.kinito_sidebar__block .heading {
  color: white;
  text-align: center;
}
.kinito_sidebar__block .heading .eng {
  position: relative;
  font-size: 3.2rem;
  display: inline;
  font-weight: 400;
  font-family: "alana", sans-serif;
}
.kinito_sidebar__block .heading .eng::before {
  content: "";
  position: absolute;
  left: -33px;
  top: 22px;
  width: 26px;
  height: 25px;
  background-image: url("../img/category-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.kinito_sidebar__block .heading .jpn {
  font-size: 1.5rem;
  font-weight: 600;
  display: inline;
}
.kinito_sidebar__block .content {
  margin-top: 24px;
}
.kinito_sidebar__block .content ul.post-categories li {
  padding: 8px 0;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: dashed 1px #fff;
}
.kinito_sidebar__block .content ul.post-categories li:first-of-type {
  padding-top: 0;
  margin-top: 0;
}
.kinito_sidebar__block .content ul.post-categories li a {
  color: #fff;
}
.kinito_sidebar__block .content .tags {
  text-align: center;
}
.kinito_sidebar__block .content .tags a {
  margin-right: 4px;
  position: relative;
  font-size: 1.5rem;
  color: #fff;
}
.kinito_sidebar__block .content .tags a::before {
  content: "#";
}
.kinito_sidebar__block .content .banners .banner {
  margin-top: 8px;
}
.kinito_sidebar__block .content .banners .banner:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 750px) {
  .kinito_sidebar {
    margin-top: 24px;
    padding: 32px 32px;
    height: 100%;
  }
  .kinito_sidebar__block {
    margin-top: 24px;
  }
  .kinito_sidebar__block .heading {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 4.8px;
  }
  .kinito_sidebar__block .heading .eng {
    padding-left: 24px;
    font-size: 3.2rem;
    line-height: 1;
  }
  .kinito_sidebar__block .heading .eng::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 18px;
    height: 18px;
  }
  .kinito_sidebar__block .content {
    margin-top: 16px;
  }
  .kinito_sidebar__block .content ul.post-categories li {
    padding: 8px 0;
    font-size: 1.1rem;
    text-align: left;
  }
  .kinito_sidebar__block .content .banners .banner {
    margin-top: 4px;
  }
  .kinito_sidebar__block .content .banners .banner:first-of-type {
    margin-top: 0;
  }
}
.kinito_topicslist {
  margin-top: -40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kinito_topicslist > li {
  margin-top: 40px;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.kinito_topicslist > li a .image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/0.6975;
  margin: 0;
  border: solid 1px #ddd;
  border-radius: 10px;
}
.kinito_topicslist > li a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.kinito_topicslist > li a .image img.noimage {
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0;
}
.kinito_topicslist > li a .bottom {
  position: relative;
}
.kinito_topicslist > li a .bottom time {
  margin-top: 16px;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  padding-bottom: 4px;
  font-size: 1.8rem;
  text-align: left;
  display: block;
  color: #8c6239;
  border-bottom: dashed 1px #8c6239;
}
.kinito_topicslist > li a .bottom .title {
  margin-top: 4px;
  font-size: 1.8rem;
  text-align: left;
  color: #6A6969;
}
.kinito_topicslist > li a .bottom .cat {
  margin-top: 8px;
  display: flex;
}
.kinito_topicslist > li a .bottom .cat li {
  margin-top: 8px;
  margin-right: 8px;
  font-size: 1.3rem;
  padding: 4px 12px;
  text-align: center;
}
.kinito_topicslist > li:hover a .image img {
  transform: scale(1.05);
  transition-duration: 0.3s;
}
.kinito_topicslist--wonder > li a .image {
  background-color: #fff;
  border: solid 1px #ddd;
}
.kinito_topicslist--wonder > li a .image.noimage img {
  width: 60%;
}
.kinito_topicslist--wonder > li a .bottom time {
  color: #6A6969;
}
.kinito_topicslist--wonder > li a .bottom .title {
  color: #6A6969;
}
.kinito_topicslist--wonder > li a .bottom .cat li {
  color: #8c6239;
  background-color: #fff;
  border: solid 1px #8c6239;
  border-radius: 10px;
  text-align: center;
}
.kinito_topicslist--archivepage {
  justify-content: space-between;
}
.kinito_topicslist--archivepage > li {
  margin-top: 40px;
  margin-left: 0;
  width: 48%;
}

@media screen and (max-width: 750px) {
  .kinito_topicslist {
    margin-top: 0px;
  }
  .kinito_topicslist > li {
    margin-top: 40px;
    width: 49%;
    margin-left: 0;
    margin-right: 0;
  }
  .kinito_topicslist > li:nth-of-type(1), .kinito_topicslist > li:nth-of-type(2) {
    margin-top: 0;
  }
  .kinito_topicslist > li a .image img.noimage {
    padding: 0;
  }
  .kinito_topicslist > li a .bottom time {
    margin-top: 8px;
    padding-bottom: 2px;
    font-size: 1.1rem;
  }
  .kinito_topicslist > li a .bottom .title {
    margin-top: 2px;
    font-size: 1.4rem;
  }
  .kinito_topicslist > li a .bottom .cat {
    margin-top: 4px;
  }
  .kinito_topicslist > li a .bottom .cat li {
    margin-top: 4px;
    margin-right: 4px;
    font-size: 1rem;
    padding: 2px 6px;
  }
  .kinito_topicslist--archivepage > li {
    margin-top: 24px;
    margin-left: 0;
    width: 49%;
  }
}
.fancybox__caption {
  padding-top: 40px !important;
  font-size: 1.6rem !important;
}

@media screen and (max-width: 750px) {
  .fancybox__caption {
    padding-top: 40px !important;
    font-size: 1.6rem !important;
  }
}
.kinito_article {
  border: solid 1px #ddd;
  padding: 32px;
  height: 100%;
}
.kinito_article .upper {
  margin-bottom: 16px;
}
.kinito_article .upper .subinfo {
  display: flex;
  align-items: center;
}
.kinito_article .upper .subinfo time {
  font-size: 2rem;
}
.kinito_article .upper .subinfo .post-categories {
  margin-left: 16px;
  display: flex;
}
.kinito_article .upper .subinfo .post-categories li {
  padding: 2px 8px;
  margin-right: 8px;
  font-size: 1.6rem;
}
.kinito_article .upper .title {
  margin-top: 16px;
  font-size: 3rem;
}
.kinito_article .upper .tags {
  margin-top: 8px;
}
.kinito_article .upper .tags a {
  font-size: 1.4rem;
  color: #2E3192;
}
.kinito_article .upper .thumb img {
  margin-top: 32px;
  margin-bottom: 24px;
  width: 100%;
  height: auto;
}
.kinito_article .lower {
  padding: 32px 0;
  border-top: solid 1px #ddd;
}
.kinito_article .lower .content h2 {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 4px 8px;
  font-size: 2.4rem;
}
.kinito_article .lower .content h3 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 2rem;
  padding: 8px 0;
  border-bottom: dashed 1px #8c6239;
}
.kinito_article .lower .content h4 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 2rem;
}
.kinito_article .lower .content p {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.kinito_article .lower .content ul {
  margin-top: 24px;
  padding-left: 16px;
}
.kinito_article .lower .content ul li {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  list-style: disc;
  padding: 2px 8px;
  margin-top: 8px;
  font-size: 1.6rem;
}
.kinito_article .lower .content ol {
  padding-left: 16px;
}
.kinito_article .lower .content ol li {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  list-style: decimal;
  padding: 2px 8px;
  margin-top: 8px;
  font-size: 1.6rem;
}
.kinito_article .lower .content img {
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.kinito_article .lower .content a {
  color: #0079fb;
  text-decoration: underline !important;
}
.kinito_article .lower .content a.kinito_sitebtn {
  text-decoration: none !important;
}
.kinito_article .lower .content .wp-block-separator {
  margin-top: 24px;
  margin-bottom: 24px;
  border-color: #ddd;
}
.kinito_article--wonder .upper .subinfo .post-categories li {
  background-color: #42210b;
}
.kinito_article--wonder .upper .subinfo .post-categories li a {
  color: #fff;
}
.kinito_article--wonder .lower .content h2 {
  color: #fff;
  background-color: #42210b;
  border-radius: 10px;
  padding: 6.4px 15px;
}
.kinito_article--wonder .lower .content h3 {
  color: #42210b;
}

@media screen and (max-width: 750px) {
  .kinito_article {
    padding: 16px 8px;
  }
  .kinito_article .upper {
    margin-bottom: 8px;
  }
  .kinito_article .upper .subinfo time {
    font-size: 1.3rem;
  }
  .kinito_article .upper .subinfo .post-categories {
    margin-left: 8px;
  }
  .kinito_article .upper .subinfo .post-categories li {
    padding: 2px 4px;
    margin-right: 4px;
    font-size: 1.1rem;
  }
  .kinito_article .upper .title {
    margin-top: 8px;
    font-size: 2rem;
  }
  .kinito_article .upper .thumb img {
    margin-top: 0px;
    margin-bottom: 12px;
  }
  .kinito_article .lower {
    padding: 16px 0;
  }
  .kinito_article .lower .content h2 {
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 4px 8px;
    font-size: 1.8rem;
  }
  .kinito_article .lower .content h3 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1.6rem;
    padding: 4px 0;
  }
  .kinito_article .lower .content h4 {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .kinito_article .lower .content p {
    font-size: 1.3rem;
  }
  .kinito_article .lower .content ul {
    margin-top: 12px;
    padding-left: 16px;
  }
  .kinito_article .lower .content ul li {
    padding: 2px 4px;
    margin-top: 4px;
    font-size: 1.3rem;
  }
  .kinito_article .lower .content ol {
    padding-left: 20px;
  }
  .kinito_article .lower .content ol li {
    padding: 2px 4px;
    margin-top: 4px;
    font-size: 1.3rem;
  }
}
.kinito_roomlist {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kinito_roomlist li {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  min-width: 531.7px;
  width: 48%;
}
.kinito_roomlist li:nth-of-type(1), .kinito_roomlist li:nth-of-type(2) {
  margin-top: 0;
}
.kinito_roomlist li a figure {
  position: relative;
  margin: 0;
  width: 100%;
  aspect-ratio: 1/0.5323993;
  border-radius: 10px;
  overflow: hidden;
}
.kinito_roomlist li a figure .gallery_category {
  position: absolute;
  right: 8px;
  top: 8px;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  padding: 6.4px 16px;
  border-radius: 0px;
  color: #fff;
  background-color: #8c6239;
}
.kinito_roomlist li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.kinito_roomlist li a .bottom {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kinito_roomlist li a .bottom .left {
  font-size: 2.8rem;
  width: 40%;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.kinito_roomlist li a .bottom .left .name {
  position: relative;
  padding-left: 18px;
}
.kinito_roomlist li a .bottom .right {
  width: 55%;
}
.kinito_roomlist li a .bottom .right .rest {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kinito_roomlist li a .bottom .right .rest .heading {
  padding: 2.4px 4px;
  width: 80px;
  border-radius: 2.5px;
  font-size: 2rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.kinito_roomlist li a .bottom .right .rest .price {
  padding: 2.4px 4px;
  font-size: 2.2rem;
  width: calc(100% - 88px);
  border-radius: 2.5px;
  text-align: center;
}
.kinito_roomlist li a .bottom .right .stay {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kinito_roomlist li a .bottom .right .stay .heading {
  padding: 2.4px 4px;
  width: 80px;
  background-color: #42210b;
  border-radius: 2.5px;
  color: #fff;
  font-size: 2rem;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.kinito_roomlist li a .bottom .right .stay .price {
  padding: 2.4px 4px;
  font-size: 2.2rem;
  width: calc(100% - 88px);
  border-radius: 2.5px;
  color: #656363;
  background-color: #fff;
  text-align: center;
}
.kinito_roomlist--wonder li a .bottom {
  margin-top: 8px;
  border: dashed 1px #42210b;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
.kinito_roomlist--wonder li a .bottom .left .name {
  color: #8c6239;
}
.kinito_roomlist--wonder li a .bottom .left .name::before {
  position: absolute;
  left: 0px;
  top: calc(50% - 10px);
  content: "";
  background-image: url("../img/ahirai-room.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 25.19px;
  height: 25.02px;
}
.kinito_roomlist--wonder li a .bottom .right .rest .heading {
  background-color: #c69c6d;
  color: #fff;
}
.kinito_roomlist--wonder li a .bottom .right .rest .price {
  background-color: #fff;
  border-radius: 2.5px;
  color: #c69c6d;
}
.kinito_roomlist--wonder li a .bottom .right .stay {
  margin-top: 4px;
}
.kinito_roomlist--wonder li a .bottom .right .stay .heading {
  background-color: #94af94;
  color: #fff;
}
.kinito_roomlist--wonder li a .bottom .right .stay .price {
  background-color: #fff;
  color: #94af94;
}

@media screen and (max-width: 750px) {
  .kinito_roomlist li {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    min-width: initial;
    width: 49%;
  }
  .kinito_roomlist li a figure {
    aspect-ratio: 1/0.7;
  }
  .kinito_roomlist li a figure .gallery_category {
    right: 4px;
    top: 4px;
    font-size: 1.05rem;
    padding: 4px 4px;
  }
  .kinito_roomlist li a .bottom {
    padding: 8px 8px 16px;
    display: block;
  }
  .kinito_roomlist li a .bottom .left {
    font-size: 2rem;
    width: 100%;
  }
  .kinito_roomlist li a .bottom .left .name {
    position: relative;
    padding-left: 2px;
    text-align: center;
  }
  .kinito_roomlist li a .bottom .right {
    margin-top: 8px;
    width: 100%;
  }
  .kinito_roomlist li a .bottom .right .rest {
    display: block;
  }
  .kinito_roomlist li a .bottom .right .rest .heading {
    display: block;
    padding: 2px 0px;
    width: 100%;
    border-radius: 2.5px;
    font-size: 1.5rem;
    text-align: center;
    -moz-text-align-last: initial;
         text-align-last: initial;
  }
  .kinito_roomlist li a .bottom .right .rest .price {
    display: block;
    padding: 8px 0px;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    border-radius: 2.5px;
  }
  .kinito_roomlist li a .bottom .right .stay {
    margin-top: 8px;
    display: block;
  }
  .kinito_roomlist li a .bottom .right .stay .heading {
    display: block;
    padding: 2px 0px;
    width: 100%;
    border-radius: 2.5px;
    font-size: 1.5rem;
    text-align: center;
    -moz-text-align-last: initial;
         text-align-last: initial;
  }
  .kinito_roomlist li a .bottom .right .stay .price {
    display: block;
    padding: 8px 0px;
    font-size: 1.5rem;
    width: 100%;
    border-radius: 2.5px;
  }
  .kinito_roomlist--wonder li a .bottom .left .name::before {
    left: 5px;
    top: calc(50% - 6px);
    width: 17.19px;
    height: 15.02px;
  }
}
.kinito_roombtns {
  display: flex;
  flex-wrap: wrap;
}
.kinito_roombtns a {
  margin-top: 8px;
  margin-left: 1%;
  display: inline-block;
  width: 23.2%;
  border: dashed 1px #8c6239;
  padding: 8px 0;
  font-size: 1.6rem;
  border-radius: 10px;
  color: #8c6239;
  text-align: center;
}
.kinito_roombtns a:nth-of-type(1), .kinito_roombtns a:nth-of-type(4n+1) {
  margin-left: 0;
}
.kinito_roombtns--wonder a.this {
  color: #fff;
  background-color: #8c6239;
}

@media screen and (max-width: 750px) {
  .kinito_roombtns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .kinito_roombtns a {
    margin-top: 8px;
    margin-left: 0;
    width: 49%;
    padding: 4px 0;
    font-size: 1.2rem;
  }
}
.kinito_lowerpage {
  padding: 90px 0;
}
.kinito_lowerpage__title {
  position: relative;
  text-align: center;
}
.kinito_lowerpage__title .inner {
  position: relative;
  display: inline-block;
}
.kinito_lowerpage__title .inner .eng {
  font-weight: 400;
  font-family: "alana", sans-serif;
  font-size: 7.2rem;
  line-height: 1;
  display: block;
}
.kinito_lowerpage__title .inner .jpn {
  font-size: 1.8rem;
  display: block;
}
.kinito_lowerpage__maincontent {
  margin-top: 64px;
}
.kinito_lowerpage__maincontent--twocolumn {
  display: flex;
  justify-content: space-between;
}
.kinito_lowerpage__maincontent--twocolumn > div:nth-of-type(1) {
  width: calc(100% - 280px - 40px);
}
.kinito_lowerpage__maincontent--twocolumn > div:nth-of-type(2) {
  width: 280px;
}
.kinito_lowerpage--wonder .kinito_lowerpage__title .inner .eng {
  color: #8c6239;
}
.kinito_lowerpage--wonder .kinito_lowerpage__title .inner .eng::before {
  position: relative;
  content: "";
  position: absolute;
  left: -47.32px;
  top: calc(50% - 23.66px);
  background-image: url("../img/ashirai-heading.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35.32px;
  height: 30.52px;
}

@media screen and (max-width: 750px) {
  .kinito_lowerpage {
    padding: 110px 0;
  }
  .kinito_lowerpage__title .inner .eng {
    font-size: 4rem;
  }
  .kinito_lowerpage__title .inner .jpn {
    font-size: 1.6rem;
  }
  .kinito_lowerpage__maincontent {
    margin-top: 24px;
  }
  .kinito_lowerpage__maincontent--twocolumn {
    display: block;
  }
  .kinito_lowerpage__maincontent--twocolumn > div:nth-of-type(1) {
    width: 100%;
  }
  .kinito_lowerpage__maincontent--twocolumn > div:nth-of-type(2) {
    width: 100%;
  }
  .kinito_lowerpage--wonder .kinito_lowerpage__title .inner .eng::before {
    left: -37.32px;
  }
}
.kinito_singlegallery__topcontent {
  position: relative;
}
.kinito_singlegallery__topcontent .cat .item {
  padding: 4px 8px;
  border-radius: 2.5px;
  font-size: 1.8rem;
  min-width: 100px;
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #8c6239;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.kinito_singlegallery__topcontent .title {
  position: relative;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 2.4rem;
  color: #8c6239;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.kinito_singlegallery__topcontent .lr {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.kinito_singlegallery__topcontent .lr .left {
  width: 47.5%;
}
.kinito_singlegallery__topcontent .lr .left .image {
  position: relative;
  z-index: 0;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.kinito_singlegallery__topcontent .lr .left .image img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  display: block;
}
.kinito_singlegallery__topcontent .lr .right {
  width: 50%;
}
.kinito_singlegallery__topcontent .lr .right .desc {
  width: 90%;
}
.kinito_singlegallery__topcontent .lr .right .gal {
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}
.kinito_singlegallery__topcontent .lr .right .gal figure.wp-block-image {
  margin-top: 16px;
  width: 30%;
  aspect-ratio: 1/0.6666;
  border-radius: 10px;
  overflow: hidden;
}
.kinito_singlegallery__topcontent .lr .right .gal figure.wp-block-image:hover {
  cursor: pointer;
}
.kinito_singlegallery__topcontent .lr .right .gal figure.wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.kinito_singlegallery--wonder .kinito_singlegallery__topcontent {
  margin-bottom: 80px;
}
.kinito_singlegallery--wonder .kinito_singlegallery__topcontent::after {
  content: "";
  position: absolute;
  left: 10%;
  top: -32px;
  width: 80%;
  height: calc(100% + 64px);
  background-color: #fcf4eb;
  opacity: 0.8;
  z-index: -1;
}
.kinito_singlegallery--wonder .kinito_singlegallery__topcontent .title {
  padding-left: 40px;
  padding-bottom: 11px;
  border-bottom: solid #42210b 2px;
}
.kinito_singlegallery--wonder .kinito_singlegallery__topcontent .title::before {
  position: relative;
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 6.26px);
  background-image: url("../img/triangle-green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 32.32px;
  height: 32.52px;
}
.kinito_singlegallery--wonder .kinito_singlegallery__topcontent .lr .left .image::after {
  content: "";
  position: absolute;
  right: -16px;
  bottom: -16px;
  z-index: -1;
  background-color: #D9D8D8;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .kinito_singlegallery__topcontent .cat {
    font-size: 1.2rem;
  }
  .kinito_singlegallery__topcontent .title {
    margin-top: 2px;
    width: 100%;
  }
  .kinito_singlegallery__topcontent .title .txt {
    font-size: 2.4rem;
  }
  .kinito_singlegallery__topcontent .lr {
    margin-top: 15px;
    display: block;
    justify-content: space-between;
  }
  .kinito_singlegallery__topcontent .lr .left {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .kinito_singlegallery__topcontent .lr .left .image {
    transform: translateY(0px);
    width: calc(100% - 24px);
  }
  .kinito_singlegallery__topcontent .lr .right {
    margin-top: 32px;
    display: flex;
    flex-direction: column-reverse;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .kinito_singlegallery__topcontent .lr .right .desc {
    width: 100%;
  }
  .kinito_singlegallery__topcontent .lr .right .gal {
    margin-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 8px;
    position: relative;
    justify-content: space-between;
    border-bottom: solid #ddd 1px;
  }
  .kinito_singlegallery__topcontent .lr .right .gal::after {
    width: 32%;
  }
  .kinito_singlegallery__topcontent .lr .right .gal figure.wp-block-image {
    margin-top: 8px;
    width: 32% !important;
  }
  .kinito_singlegallery--wonder .kinito_singlegallery__topcontent {
    margin-bottom: 32px;
  }
  .kinito_singlegallery--wonder .kinito_singlegallery__topcontent::after {
    content: "";
    position: absolute;
    left: 5%;
    top: -40px;
    width: 90%;
    height: calc(100% + 80px);
    background-color: #fcf4eb;
    opacity: 0.8;
    z-index: -1;
  }
  .kinito_singlegallery--wonder .kinito_singlegallery__topcontent .title {
    padding-left: 24px;
    padding-bottom: 11px;
    border-bottom: dashed #8c6239 1px;
  }
  .kinito_singlegallery--wonder .kinito_singlegallery__topcontent .title::before {
    top: calc(50% - 3.26px);
    width: 17.32px;
    height: 17.52px;
  }
}
.kinito_roomdetail .type-gr {
  margin-top: 80px;
}
.kinito_roomdetail .type-gr:first-of-type {
  margin-top: 0;
}
.kinito_roomdetail .type-gr .heading {
  font-size: 2.4rem !important;
  font-weight: 400;
}
.kinito_roomdetail .type-gr .heading span {
  padding-bottom: 8px;
  display: inline-block;
}
.kinito_roomdetail .type-gr .week {
  display: flex;
  justify-content: space-between;
}
.kinito_roomdetail .type-gr .week .item {
  width: 12%;
}
.kinito_roomdetail .type-gr .week .item .title {
  padding: 12px 0;
  display: block;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
}
.kinito_roomdetail .type-gr .week .item .content {
  padding: 12px 0;
  min-height: initial;
  font-size: 1.8rem;
}
.kinito_roomdetail .type-gr .week .item .content.multiple {
  min-height: 100px;
}
.kinito_roomdetail .type-gr .week .item .price {
  border-top: solid 1px #B3B3B3;
  padding: 8px 0;
  font-size: 1.8rem;
}
.kinito_roomdetail .type-gr .week .item.multiple .content {
  min-height: initial;
}
.kinito_roomdetail .type-gr .week .item.multiple .price {
  border-bottom: solid 3px #414141;
}
.kinito_roomdetail .type-gr .week .item.empty {
  background-color: #c7b299;
}
.kinito_roomdetail .type-gr .week .item.empty .content {
  background-color: #c7b299;
}
.kinito_roomdetail .type-gr .week .item.empty .price {
  border: none;
  background-color: #c7b299;
  color: #c7b299 !important;
}
.kinito_roomdetail .type-gr.caution ul {
  margin-top: -8px;
  padding-top: 24px;
  padding-left: 16px;
}
.kinito_roomdetail .type-gr.caution ul li {
  margin-top: 8px;
  font-size: 1.6rem;
  text-align: left;
  list-style: disc;
}
.kinito_roomdetail .type-gr .tax {
  margin-top: 8px;
  text-align: center;
  display: block;
  font-size: 1.4rem;
}
.kinito_roomdetail .type-gr.expand .whitebox {
  padding: 24px 0;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: #fff;
}
.kinito_roomdetail .type-gr.expand .whitebox .desc {
  font-size: 2rem;
}
.kinito_roomdetail .type-gr.faci .faci-detail .title {
  margin-top: 40px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-size: 1.8rem;
}
.kinito_roomdetail .type-gr.faci .faci-detail .image {
  margin-top: 16px;
  margin-bottom: 16px;
  border: solid 1px #ddd;
}
.kinito_roomdetail .type-gr.faci .faci-detail .desc {
  margin-top: 16px;
  text-align: left;
}
.kinito_roomdetail .type-gr.faci .faci-detail .check li {
  padding: 8px 4px;
  list-style-position: inside;
  font-size: 1.6rem;
  text-align: left;
  display: inline-block;
}
.kinito_roomdetail .type-gr.faci .faci-detail .check li::before {
  content: "◼︎";
}
.kinito_roomdetail .type-gr.faci .faci-detail .whitebox {
  padding: 32px 32px;
  background-color: #fff;
}
.kinito_roomdetail .type-gr.faci .faci-detail .btn {
  margin-top: 32px;
}
.kinito_roomdetail--wonder .type-gr .week {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  border-radius: 0 10px 0 0;
}
.kinito_roomdetail--wonder .type-gr .week .item {
  overflow: hidden;
  background-color: #fff;
  border: #868686 solid 1px;
  border-radius: 0 10px 0 0;
}
.kinito_roomdetail--wonder .type-gr.dreamtime .heading span {
  border-bottom: solid 5px #8c6239;
  color: #8c6239;
}
.kinito_roomdetail--wonder .type-gr.dreamtime .week .item .title {
  background-color: #c69c6d;
}
.kinito_roomdetail--wonder .type-gr.dreamtime .week .item .price {
  background-color: #c7b299;
  color: #fff;
  font-weight: 600;
}
.kinito_roomdetail--wonder .type-gr.dreamtime .week .item.today .title {
  background-color: #754c24;
}
.kinito_roomdetail--wonder .type-gr.dreamtime .week .item.today .price {
  background-color: #8c6239;
  color: #fff;
  font-weight: 600;
}
.kinito_roomdetail--wonder .type-gr.rest .heading span {
  border-bottom: solid 5px #8c6239;
  color: #8c6239;
}
.kinito_roomdetail--wonder .type-gr.rest .week .item .title {
  background-color: #c69c6d;
}
.kinito_roomdetail--wonder .type-gr.rest .week .item.today .title {
  background-color: #754c24;
}
.kinito_roomdetail--wonder .type-gr.rest .week .item.today .price {
  background-color: #c7b299;
  color: #fff;
  font-weight: 600;
}
.kinito_roomdetail--wonder .type-gr.rest .week .item.today.today .title {
  background-color: #754c24;
}
.kinito_roomdetail--wonder .type-gr.rest .week .item.today.today .price {
  background-color: #8c6239;
  color: #fff;
  font-weight: 600;
}
.kinito_roomdetail--wonder .type-gr.servicetime .heading span {
  border-bottom: solid 5px #8c6239;
  color: #8c6239;
}
.kinito_roomdetail--wonder .type-gr.servicetime .week .item .title {
  background-color: #c69c6d;
}
.kinito_roomdetail--wonder .type-gr.servicetime .week .item.today .title {
  background-color: #754c24;
}
.kinito_roomdetail--wonder .type-gr.servicetime .week .item.today .price {
  background-color: #c7b299;
  color: #fff;
  font-weight: 600;
}
.kinito_roomdetail--wonder .type-gr.servicetime .week .item.today.today .title {
  background-color: #754c24;
}
.kinito_roomdetail--wonder .type-gr.servicetime .week .item.today.today .price {
  background-color: #8c6239;
  color: #fff;
  font-weight: 600;
}
.kinito_roomdetail--wonder .type-gr.stay .heading span {
  border-bottom: solid 5px #8c6239;
  color: #8c6239;
}
.kinito_roomdetail--wonder .type-gr.stay .week .item .title {
  background-color: #c69c6d;
}
.kinito_roomdetail--wonder .type-gr.stay .week .item.today .title {
  background-color: #754c24;
}
.kinito_roomdetail--wonder .type-gr.stay .week .item.today .price {
  background-color: #c7b299;
  color: #fff;
  font-weight: 600;
}
.kinito_roomdetail--wonder .type-gr.stay .week .item.today.today .title {
  background-color: #754c24;
}
.kinito_roomdetail--wonder .type-gr.stay .week .item.today.today .price {
  background-color: #8c6239;
  color: #fff;
  font-weight: 600;
}
.kinito_roomdetail--wonder .type-gr.caution .heading span {
  display: block;
  border-bottom: solid 5px #8c6239;
  color: #8c6239;
}
.kinito_roomdetail--wonder .type-gr.expand .whitebox {
  border: solid 2px #ddd;
}
.kinito_roomdetail--wonder .type-gr.faci .faci-detail .title {
  border-bottom: solid 1px #8c6239;
}
.kinito_roomdetail--wonder .type-gr.faci .faci-detail .two-col {
  display: flex;
  justify-content: space-between;
}
.kinito_roomdetail--wonder .type-gr.faci .faci-detail .two-col > .item {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .kinito_roomdetail .type-gr {
    margin-top: 40px;
  }
  .kinito_roomdetail .type-gr .heading {
    font-size: 1.8rem !important;
  }
  .kinito_roomdetail .type-gr .heading span {
    padding-bottom: 4px;
  }
  .kinito_roomdetail .type-gr .week {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .kinito_roomdetail .type-gr .week .item {
    margin-left: 1%;
    margin-top: 4px;
    width: 19%;
  }
  .kinito_roomdetail .type-gr .week .item .title {
    padding: 8px 4px;
    font-size: 1.4rem;
  }
  .kinito_roomdetail .type-gr .week .item .content {
    padding: 8px 0;
    min-height: initial;
    font-size: 1.3rem;
  }
  .kinito_roomdetail .type-gr .week .item .content.multiple {
    min-height: initial;
  }
  .kinito_roomdetail .type-gr .week .item .price {
    padding: 8px 0;
    font-size: 1.4rem;
  }
  .kinito_roomdetail .type-gr .tax {
    margin-top: 8px;
    font-size: 1.25rem;
  }
  .kinito_roomdetail .type-gr.caution ul {
    margin-top: -4px;
    padding-top: 12px;
  }
  .kinito_roomdetail .type-gr.caution ul li {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .kinito_roomdetail .type-gr.faci .faci-detail .title {
    margin-top: 20px;
    margin-bottom: 12px;
    padding-bottom: 4px;
    font-size: 1.5rem;
  }
  .kinito_roomdetail .type-gr.faci .faci-detail .image {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .kinito_roomdetail .type-gr.faci .faci-detail .desc {
    margin-top: 8px;
    text-align: left;
  }
  .kinito_roomdetail .type-gr.faci .faci-detail .check li {
    padding: 4px 2px;
    font-size: 1.3rem;
  }
  .kinito_roomdetail .type-gr.faci .faci-detail .check li::before {
    content: "◼︎";
  }
  .kinito_roomdetail .type-gr.faci .faci-detail .whitebox {
    padding: 16px 16px;
  }
  .kinito_roomdetail .type-gr.faci .faci-detail .btn {
    margin-top: 16px;
  }
  .kinito_roomdetail .type-gr.expand .whitebox {
    padding: 16px 0;
    width: 100%;
  }
  .kinito_roomdetail .type-gr.expand .whitebox .desc {
    font-size: 1.5rem;
  }
  .kinito_roomdetail--wonder .type-gr .week {
    margin-top: 17.5px;
    border-radius: 0 5px 0 0;
  }
  .kinito_roomdetail--wonder .type-gr .week .item {
    border-radius: 0 5px 0 0;
  }
  .kinito_roomdetail--wonder .type-gr.dreamtime .heading span {
    border-bottom: dashed 1px #8c6239;
  }
  .kinito_roomdetail--wonder .type-gr.faci .faci-detail .two-col {
    display: block;
  }
  .kinito_roomdetail--wonder .type-gr.faci .faci-detail .two-col > .item {
    margin-top: 16ox;
    width: 100%;
  }
  .kinito_roomdetail--wonder .type-gr.faci .faci-detail .two-col > .item:first-of-type {
    margin-top: 0;
  }
}
.kinito_menu .wp-block-gallery {
  display: flex;
  justify-content: space-between;
}
.kinito_menu .wp-block-gallery::after {
  content: "";
  width: 32%;
}
.kinito_menu .wp-block-gallery .wp-block-image {
  margin-top: 16px !important;
  width: 32% !important;
}
.kinito_menu .wp-block-gallery .wp-block-image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  height: 56px !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kinito_menu .wp-block-gallery .wp-block-image img {
  margin-top: 60px;
}
.kinito_menu--wonder .wp-block-gallery .wp-block-image figcaption {
  color: #fff !important;
  background: #8e663e !important;
  text-shadow: none !important;
  border-radius: 10px;
}
.kinito_menu--wonder .wp-block-gallery .wp-block-image:nth-of-type(2n) figcaption {
  background: #754c24 !important;
}

.fancybox__caption {
  padding-top: 40px !important;
  font-size: 1.6rem !important;
}

@media screen and (max-width: 750px) {
  .kinito_menu .wp-block-gallery::after {
    display: none;
  }
  .kinito_menu .wp-block-gallery .wp-block-image {
    margin-top: 8px !important;
    width: 49% !important;
  }
  .kinito_menu .wp-block-gallery .wp-block-image figcaption {
    font-size: 1.3rem !important;
    height: 32px !important;
    border-radius: 5px;
  }
  .kinito_menu .wp-block-gallery .wp-block-image img {
    margin-top: 38px;
  }
  .fancybox__caption {
    padding-top: 20px !important;
    font-size: 1.4rem !important;
  }
}
.kinito_access__topmap iframe {
  width: 100%;
}
.kinito_access__twoways {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}
.kinito_access__twoways .item {
  width: 47%;
}
.kinito_access__twoways .item .heading {
  padding-bottom: 8px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}
.kinito_access__twoways .item .lr {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.kinito_access__twoways .item .lr .left {
  width: 47%;
}
.kinito_access__twoways .item .lr .left p.txt {
  margin-top: 16px;
  font-size: 1.6rem;
}
.kinito_access__twoways .item .lr .left p.txt.bold {
  font-weight: 600;
}
.kinito_access__twoways .item .lr .left p.txt:first-of-type {
  margin-top: 0;
}
.kinito_access__twoways .item .lr .right {
  width: 47%;
}
.kinito_access__bigimage {
  margin-top: 80px;
  width: 100%;
}
.kinito_access__bigimage img {
  width: 100%;
}
.kinito_access--wonder .kinito_access__twoways .item--car .heading {
  border-bottom: solid 2px #8c6239;
}
.kinito_access--wonder .kinito_access__twoways .item--car .heading span {
  color: #8c6239;
}
.kinito_access--wonder .kinito_access__twoways .item--train .heading {
  border-bottom: solid 2px #8baf8b;
}
.kinito_access--wonder .kinito_access__twoways .item--train .heading span {
  color: #8baf8b;
}

@media screen and (max-width: 750px) {
  .kinito_access__topmap iframe {
    width: 100%;
    height: 75vw;
  }
  .kinito_access__twoways {
    margin-top: 40px;
    display: block;
  }
  .kinito_access__twoways .item {
    margin-top: 24px;
    width: 100%;
  }
  .kinito_access__twoways .item:first-of-type {
    margin-top: 0;
  }
  .kinito_access__twoways .item .heading {
    padding-bottom: 4px;
    font-size: 1.8rem;
  }
  .kinito_access__twoways .item .lr {
    margin-top: 16px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
  }
  .kinito_access__twoways .item .lr .left {
    margin-top: 12px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .kinito_access__twoways .item .lr .left p.txt {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .kinito_access__twoways .item .lr .right {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .kinito_access__bigimage {
    margin-top: 40px;
  }
}
.kinito_recruit__topdesc {
  text-align: center;
}
.kinito_recruit__message {
  margin-top: 80px;
  padding: 114px 64px;
  background-color: #F5F6FA;
  border-bottom: solid 4px #ddd;
  background-image: url("../img/recruit/whiteback.jpg");
  background-size: cover;
  background-position: center;
}
.kinito_recruit__message .left {
  width: 70%;
}
.kinito_recruit__message .left .heading {
  font-size: 2.4rem;
  color: #6A6969;
  border-bottom: dashed 1px #6A6969;
  padding-bottom: 12px;
}
.kinito_recruit__message .left .desc {
  margin-top: 24px;
  color: #6A6969;
}
.kinito_recruit__message .right {
  width: 25%;
}

@media screen and (max-width: 750px) {
  .kinito_recruit__message {
    margin-top: 40px;
    padding: 32px 16px;
    border-bottom: solid 2px #FCEE21;
    background-image: none;
  }
  .kinito_recruit__message .left {
    width: 100%;
  }
  .kinito_recruit__message .left .heading {
    font-size: 1.8rem;
  }
  .kinito_recruit__message .left .desc {
    margin-top: 12px;
  }
  .kinito_recruit__message .right {
    width: 100%;
  }
}
.kinito_memberabout .box {
  padding: 80px 80px;
  background-color: #fff;
}
.kinito_memberabout .box .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.kinito_memberabout .box .lr .left {
  width: 55%;
}
.kinito_memberabout .box .lr .left .copy {
  text-align: left;
  font-size: 2.4rem;
}
.kinito_memberabout .box .lr .left .desc {
  width: 80%;
  margin-top: 24px;
  text-align: left;
}
.kinito_memberabout .box .lr .left .card {
  margin-top: 40px;
  width: 50%;
}
.kinito_memberabout .box .lr .left .card img {
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}
.kinito_memberabout .box .lr .right {
  width: 40%;
}
.kinito_memberabout .box .lr .right .image img {
  border: solid 1px #000;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
.kinito_memberabout--wonder .box .lr .left .copy {
  padding-bottom: 8px;
  color: #42210b;
  border-bottom: dashed 1px #462611;
}
.kinito_memberabout--wonder .box .lr .left .copy .card {
  transform: rotate(-15deg);
}
@media screen and (max-width: 750px) {
  .kinito_memberabout .box {
    padding: 32px 16px;
  }
  .kinito_memberabout .box .lr {
    display: block;
  }
  .kinito_memberabout .box .lr .left {
    width: 100%;
  }
  .kinito_memberabout .box .lr .left .copy {
    text-align: center;
    font-size: 1.8rem;
  }
  .kinito_memberabout .box .lr .left .desc {
    width: 100%;
    margin-top: 12px;
  }
  .kinito_memberabout .box .lr .left .card {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .kinito_memberabout .box .lr .left .card img {
    border-radius: 5px;
  }
  .kinito_memberabout .box .lr .right {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.kinito_colitems ul li {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.kinito_colitems ul li:first-of-type {
  margin-top: 0;
}
.kinito_colitems ul li .left {
  width: 200px;
}
.kinito_colitems ul li .left .image {
  width: 100%;
  aspect-ratio: 1/0.75;
}
.kinito_colitems ul li .content {
  width: calc(100% - 224px);
  text-align: left;
  background-color: #fff;
  padding: 16px 0 16px;
}
.kinito_colitems ul li .content .copy {
  background-color: #fff;
  font-size: 1.8rem;
  color: #8c6239;
  font-weight: 600;
  text-align: left;
  border-bottom: solid 10px #fcf4eb;
  padding-bottom: 16px;
  padding-left: 32px;
}
.kinito_colitems ul li .content .desc {
  margin-top: 16px;
  padding-left: 32px;
  text-align: left;
}
.kinito_colitems ul li .content .desc strong {
  color: #9f0000;
}
.kinito_colitems ul li .content .desc small {
  margin-top: 8px;
  display: block;
  color: #555;
}
.kinito_colitems ul li .content .btn {
  margin-top: 24px;
  padding-left: 24px;
  text-align: left;
}
.kinito_colitems ul li .content .btn a {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .kinito_colitems ul li {
    margin-top: 20px;
  }
  .kinito_colitems ul li .left {
    width: 100px;
  }
  .kinito_colitems ul li .content {
    padding-top: 0;
    width: calc(100% - 108px);
  }
  .kinito_colitems ul li .content .copy {
    background-color: #fff;
    padding: 8px 16px;
    font-size: 1.5rem;
  }
  .kinito_colitems ul li .content .desc {
    margin-top: 8px;
    padding-left: 16px;
  }
  .kinito_colitems ul li .content .desc small {
    margin-top: 4px;
  }
  .kinito_colitems ul li .content .btn {
    margin-top: 12px;
    padding-left: 16px;
  }
}
.kinito_flow .block .title {
  display: inline-block;
  color: #8c6239;
  border-bottom: dashed 2px #8c6239;
  padding-bottom: 4px;
  font-size: 2.4rem;
}
.kinito_flow .block .desc {
  margin-top: 24px;
}
.kinito_flow .block .desc small {
  margin-top: 8px;
  display: block;
  color: #555;
}
.kinito_flow .block .desc small::before {
  content: "※";
}
.kinito_flow .block .image {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}

@media screen and (max-width: 750px) {
  .kinito_flow .block .title {
    font-size: 1.8rem;
  }
  .kinito_flow .block .desc {
    margin-top: 12px;
    font-size: 1.3rem;
  }
  .kinito_flow .block .desc small {
    margin-top: 4px;
  }
  .kinito_flow .block .image {
    margin-top: 12px;
    width: 100%;
  }
}
.kinito_section {
  padding: 80px 0;
}
.kinito_section.bg {
  background-color: #fcf4eb;
}
.kinito_section__heading {
  position: relative;
  text-align: center;
}
.kinito_section__heading .inner {
  position: relative;
  display: inline-block;
}
.kinito_section__heading .inner .eng {
  position: relative;
  z-index: 1;
  font-size: 7.2rem;
  font-weight: 600;
  font-family: "alana", sans-serif;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  color: #8c6239;
}
.kinito_section__heading .inner .jpn {
  position: relative;
  z-index: 2;
  font-size: 2.4rem;
}
.kinito_section__content {
  margin-top: 56px;
  text-align: center;
}
.kinito_section__btn {
  margin-top: 56px;
}
.kinito_section__gal {
  margin-top: -8px;
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kinito_section__gal li {
  margin-top: 8px;
  width: 24.5%;
  aspect-ratio: 1/0.7246;
}
.kinito_section__points {
  margin-top: 56px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.kinito_section__points li {
  margin-top: 32px;
  width: 26%;
}
.kinito_section__points li .image {
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
}
.kinito_section__points li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.kinito_section__points li .heading {
  font-size: 2.2rem;
}
.kinito_section__points li .heading .num {
  font-size: 2.2rem;
}
.kinito_section__points li .desc {
  font-size: 1.4rem;
  line-height: 2;
  color: #444444;
}
.kinito_section__featureditems {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kinito_section__featureditems .item {
  margin-top: 56px;
  width: 31%;
}
.kinito_section__featureditems .item:nth-of-type(1), .kinito_section__featureditems .item:nth-of-type(2), .kinito_section__featureditems .item:nth-of-type(3) {
  margin-top: 0;
}
.kinito_section__featureditems .item .heading {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kinito_section__featureditems .item .heading .num {
  font-size: 2rem;
  margin-left: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #8c6239;
  border-radius: 50%;
}
.kinito_section__featureditems .item .heading .num--mr {
  margin-left: 0;
  margin-right: 24px;
}
.kinito_section__featureditems .item .heading--smaller {
  font-size: 2rem;
}
.kinito_section__featureditems .item .heading--smaller .num {
  width: 32px;
  height: 32px;
  line-height: 1.4;
  font-size: 1.8rem;
}
.kinito_section__featureditems .item .image {
  margin-top: 16px;
  width: 100%;
  aspect-ratio: 1/0.65;
}
.kinito_section__featureditems .item .desc {
  border-top: 3px #8baf8b solid;
  margin-top: 16px;
  padding-top: 16px;
  text-align: left;
}
.kinito_section__featureditems .item .btn {
  margin-top: 16px;
}
.kinito_section--wonder .kinito_section__heading .inner .eng {
  position: relative;
}
.kinito_section--wonder .kinito_section__heading .inner .eng::before {
  position: relative;
  content: "";
  position: absolute;
  left: -47.32px;
  top: calc(50% - 11.26px);
  background-image: url("../img/ashirai-heading.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 35.32px;
  height: 30.52px;
}
.kinito_section--wonder .kinito_section__points li .heading {
  margin-top: 16px;
  padding-bottom: 8px;
  border-bottom: dashed 1px #8c6239;
  font-weight: 400;
  text-align: center;
}
.kinito_section--wonder .kinito_section__points li .heading .num {
  color: #94af94;
}
.kinito_section--wonder .kinito_section__points li .desc {
  margin-top: 8px;
}

@media screen and (max-width: 750px) {
  .kinito_section {
    padding: 40px 0;
  }
  .kinito_section__heading .inner .eng {
    font-size: 4rem;
  }
  .kinito_section__heading .inner .jpn {
    margin-top: 4px;
    font-size: 2rem;
  }
  .kinito_section__content {
    margin-top: 28px;
  }
  .kinito_section__btn {
    margin-top: 28px;
  }
  .kinito_section__gal {
    margin-top: 16px;
  }
  .kinito_section__gal li {
    margin-top: 8px;
    width: 49%;
  }
  .kinito_section__points {
    margin-top: 28px;
    justify-content: space-between;
  }
  .kinito_section__points li {
    margin-top: 32px;
    width: 48%;
  }
  .kinito_section__points li .heading {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .kinito_section__points li .heading .num {
    font-size: 1.8rem;
  }
  .kinito_section__points li .desc {
    font-size: 1.3rem;
    line-height: 1.7;
  }
  .kinito_section__featureditems {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .kinito_section__featureditems .item {
    margin-top: 28px;
    width: 100%;
  }
  .kinito_section__featureditems .item:nth-of-type(1), .kinito_section__featureditems .item:nth-of-type(2), .kinito_section__featureditems .item:nth-of-type(3) {
    margin-top: 20px;
  }
  .kinito_section__featureditems .item:first-of-type {
    margin-top: 0;
  }
  .kinito_section__featureditems .item .heading {
    font-size: 1.8rem;
  }
  .kinito_section__featureditems .item .heading .num {
    font-size: 1.8rem;
    margin-left: 8px;
    width: 28px;
    height: 28px;
  }
  .kinito_section__featureditems .item .heading .num--mr {
    margin-right: 8px;
  }
  .kinito_section__featureditems .item .heading--smaller {
    font-size: 1.6rem;
  }
  .kinito_section__featureditems .item .heading--smaller .num {
    width: 25px;
    height: 25px;
    font-size: 1.8rem;
  }
  .kinito_section__featureditems .item .desc {
    border-top: 3px #FCEE21 solid;
    margin-top: 8px;
    padding-top: 8px;
  }
  .kinito_section__featureditems .item .btn {
    margin-top: 8px;
  }
  .kinito_section--wonder .kinito_section__heading .inner .eng {
    position: relative;
  }
  .kinito_section--wonder .kinito_section__heading .inner .eng::before {
    left: -35.32px;
    top: calc(50% - 11.26px);
    width: 26.32px;
    height: 26.52px;
  }
}
.kinito_tabset .buttons {
  display: flex;
  justify-content: space-between;
}
.kinito_tabset .buttons .item {
  width: 31%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
}
.kinito_tabset .buttons .item:hover {
  cursor: pointer;
}
.kinito_tabset .buttons--two .item {
  width: 48%;
}
.kinito_tabset .contents > .content {
  display: none;
  width: 100%;
  padding: 56px 40px;
}
.kinito_tabset .contents > .content.is-show {
  display: block;
}
.kinito_tabset .contents > .content .heading {
  font-size: 3.2rem;
}
.kinito_tabset .contents > .content .topcaution {
  font-size: 2rem;
  color: #9f0000;
}
.kinito_tabset .contents > .content table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
.kinito_tabset .contents > .content table tr th {
  padding: 16px 16px;
  font-size: 1.8rem;
}
.kinito_tabset .contents > .content table tr td {
  padding: 16px 16px;
  background-color: #efefef;
  text-align: left;
}
.kinito_tabset .contents > .content table tr td .bigger {
  font-size: 1.8rem;
  display: block;
  border-bottom: solid 1px #ddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.kinito_tabset .contents > .content table tr td .normal {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
}
.kinito_tabset .contents > .content table tr td .normal .bold {
  font-weight: 600;
}
.kinito_tabset--wonder .buttons .item {
  color: #fff;
  background-color: #ddd;
  border-radius: 0 20px 0 0;
}
.kinito_tabset--wonder .buttons .item#btn01 {
  background-size: cover;
  background-position: center;
}
.kinito_tabset--wonder .buttons .item#btn01.is-active {
  color: #fff;
  background-color: #8baf8b;
}
.kinito_tabset--wonder .buttons .item#btn02 {
  background-size: cover;
  background-position: center;
}
.kinito_tabset--wonder .buttons .item#btn02.is-active {
  color: #fff;
  background-color: #8baf8b;
}
.kinito_tabset--wonder .buttons .item#btn03 {
  background-size: cover;
  background-position: center;
}
.kinito_tabset--wonder .buttons .item#btn03.is-active {
  background-color: #8baf8b;
}
.kinito_tabset--wonder .buttons .item#room_btn01 {
  border-radius: 0 10px 0 0;
}
.kinito_tabset--wonder .buttons .item#room_btn01.is-active {
  color: #fff;
  background-color: #c69c6d;
  border-radius: 0 10px 0 0;
}
.kinito_tabset--wonder .buttons .item#room_btn02 {
  border-radius: 0 10px 0 0;
}
.kinito_tabset--wonder .buttons .item#room_btn02.is-active {
  color: #fff;
  background-color: #c7e0c7;
}
.kinito_tabset--wonder .buttons .item:hover {
  cursor: pointer;
}
.kinito_tabset--wonder .contents .content.yellow {
  border: none;
  border-top: #8baf8b solid 2px;
  background-color: #fff;
}
.kinito_tabset--wonder .contents .content.yellow table tr th {
  background-color: #8baf8b;
  color: #fff;
}
.kinito_tabset--wonder .contents .content.green {
  border: #8baf8b solid 1px;
  background-color: #fff;
}
.kinito_tabset--wonder .contents .content.green table tr th {
  color: #fff;
  background-color: #8baf8b;
}
.kinito_tabset--wonder .contents .content.blue {
  border: #8baf8b solid 1px;
  background-color: #fff;
}
.kinito_tabset--wonder .contents .content.blue table tr th {
  color: #fff;
  background-color: #8baf8b;
}
.kinito_tabset--wonder .contents .content.lightyellow {
  background: rgba(252, 244, 235, 0.5);
}
.kinito_tabset--wonder .contents .content.lightgreen {
  background: rgba(200, 224, 199, 0.3);
}

@media screen and (max-width: 750px) {
  .kinito_tabset .buttons {
    display: block;
  }
  .kinito_tabset .buttons .item {
    margin-top: 8px;
    width: 100%;
    height: 48px;
    font-size: 1.5rem;
  }
  .kinito_tabset .buttons .item:first-of-type {
    margin-top: 0;
  }
  .kinito_tabset .buttons--two .item {
    width: 100%;
  }
  .kinito_tabset .contents {
    margin-top: 16px;
  }
  .kinito_tabset .contents > .content {
    padding: 28px 4px;
  }
  .kinito_tabset .contents > .content .heading {
    font-size: 2rem;
  }
  .kinito_tabset .contents > .content .topcaution {
    font-size: 1.4rem;
  }
  .kinito_tabset .contents > .content table {
    border-spacing: 5px;
  }
  .kinito_tabset .contents > .content table tr th {
    display: block;
    padding: 8px 16px;
    font-size: 1.4rem;
    text-align: left;
  }
  .kinito_tabset .contents > .content table tr td {
    display: block;
    padding: 8px 16px;
  }
  .kinito_tabset .contents > .content table tr td .bigger {
    font-size: 1.5rem;
  }
  .kinito_tabset .contents > .content table tr td .normal {
    font-size: 1.4rem;
  }
}
.kinito_faq__btns {
  display: flex;
  justify-content: space-between;
}
.kinito_faq__btns a {
  position: relative;
  padding: 12px 24px;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 0 10px 0 0;
}
.kinito_faq__btns a::after {
  margin-left: 8px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/arrow-down-white.svg");
  background-repeat: no-repeat;
  transform: translateY(5px);
}
.kinito_faq__btns a:first-of-type {
  margin-left: 0;
}
.kinito_faq__btns--5 a {
  width: 19%;
}
.kinito_faq__container {
  margin-top: 8px;
  padding: 80px 32px;
}
.kinito_faq__container .block {
  margin: 80px 0 0;
}
.kinito_faq__container .block:first-of-type {
  margin-top: 0;
}
.kinito_faq__container .block .heading {
  margin-bottom: 32px;
  position: relative;
  text-align: center;
}
.kinito_faq__container .block .heading .inner {
  position: relative;
  display: inline-block;
}
.kinito_faq__container .block .heading .inner .jpn {
  font-size: 2.4rem;
}
.kinito_faq__more {
  margin-top: 32px;
  padding: 32px 0;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  text-align: center;
}
.kinito_faq__more .txt {
  text-align: center;
}
.kinito_faq__more a {
  margin-top: 16px;
  padding: 8px 16px;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
}
.kinito_faq--wonder .kinito_faq__btns a {
  background-color: #8baf8b;
}
.kinito_faq--wonder .kinito_faq__container {
  background-color: #f2ebe7;
}
.kinito_faq--wonder .kinito_faq__container .block .heading .inner .jpn {
  position: relative;
}
.kinito_faq--wonder .kinito_faq__container .block .heading .inner .jpn::before {
  position: relative;
  content: "";
  position: absolute;
  left: -47.32px;
  top: calc(50% - 11.26px);
  background-image: url("../img/triangle-green.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24.32px;
  height: 24.52px;
}
.kinito_faq--wonder .kinito_faq__more a {
  background-color: #462611;
}

@media screen and (max-width: 750px) {
  .kinito_faq__btns {
    display: block;
  }
  .kinito_faq__btns a {
    margin-top: 8px;
    padding: 4px 0;
    font-size: 1.4rem;
    border-radius: 0 0px 0 0;
    width: 100%;
  }
  .kinito_faq__btns a:first-of-type {
    margin-top: 0;
  }
  .kinito_faq__btns a::after {
    position: absolute;
    top: calc(50% - 5.5px);
    right: 72px;
    width: 15px;
    height: 11px;
    transform: translateY(1px);
  }
  .kinito_faq__btns--5 a {
    width: 100%;
  }
  .kinito_faq__container {
    margin-top: 16px;
    padding: 40px 8px;
  }
  .kinito_faq__container .block {
    margin: 40px 0 0;
  }
  .kinito_faq__container .block .heading {
    margin-bottom: 16px;
  }
  .kinito_faq__container .block .heading .inner .jpn {
    font-size: 1.8rem;
  }
  .kinito_faq__more {
    margin-top: 16px;
    padding: 16px 0;
  }
  .kinito_faq__more a {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 8px;
    width: 80%;
    font-size: 1.3rem;
  }
  .kinito_faq--wonder .kinito_faq__container .block .heading .inner .jpn::before {
    left: -25.32px;
    top: calc(50% - 6.26px);
    width: 16.32px;
    height: 16.52px;
  }
}
.kinito_faqitems--wonder dt {
  border-top: solid 4px #8c6239;
  padding: 40px 16px 0px;
  margin-top: 24px;
  background-color: #fff;
  position: relative;
  font-size: 2rem;
  text-align: left;
}
.kinito_faqitems--wonder dt:first-of-type {
  margin-top: 0;
}
.kinito_faqitems--wonder dt::after {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 44px;
  font-size: 2.4rem;
  width: 24px;
  height: 24px;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
  color: #8baf8b;
}
.kinito_faqitems--wonder dt span {
  padding-left: 29px;
  padding-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  border-bottom: 1px dashed #000;
}
.kinito_faqitems--wonder dd {
  position: relative;
  text-align: left;
  padding: 20px 16px 40px;
  font-size: 1.6rem;
  background-color: #fff;
}
.kinito_faqitems--wonder dd::after {
  content: "A";
  position: absolute;
  left: 16px;
  top: 18px;
  font-size: 2.4rem;
  width: 24px;
  height: 24px;
  color: #42210b;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.kinito_faqitems--wonder dd span {
  padding-left: 28px;
  padding-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .kinito_faqitems--wonder dt {
    padding: 12px 8px 0px;
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .kinito_faqitems--wonder dt::before {
    left: 8px;
    top: 18px;
    width: 14px;
    height: 14px;
  }
  .kinito_faqitems--wonder dt::after {
    left: 16px;
    top: 13px;
    font-size: 2rem;
    width: 24px;
    height: 24px;
  }
  .kinito_faqitems--wonder dt span {
    padding-left: 32px;
    padding-bottom: 10px;
  }
  .kinito_faqitems--wonder dd {
    position: relative;
    text-align: left;
    padding: 5.5px 8px 12px;
    font-size: 1.3rem;
  }
  .kinito_faqitems--wonder dd::before {
    left: 8px;
    top: 18px;
    width: 14px;
    height: 14px;
  }
  .kinito_faqitems--wonder dd::after {
    left: 16px;
    top: 8px;
    font-size: 2rem;
    width: 24px;
    height: 24px;
  }
  .kinito_faqitems--wonder dd span {
    padding-top: 2px;
    padding-left: 32px;
  }
}
.kinito_sitebtn {
  position: relative;
  display: inline-block;
  width: 269px;
  padding: 11.5px 0;
  text-align: center;
}
.kinito_sitebtn .txt {
  font-size: 1.6rem;
}
.kinito_sitebtn--longer {
  width: 400px;
}
.kinito_sitebtn--wonder {
  color: #fff;
  background-color: #754c24;
  border-radius: 10px;
}
.kinito_sitebtn--wonder::after {
  content: "";
  position: absolute;
  right: 24px;
  top: calc(50% - 5px);
  width: 8px;
  height: 10px;
  background-image: url("../img/icon-btnarrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.kinito_sitebtn--wonder .txt {
  color: #fff;
}

@media screen and (max-width: 750px) {
  .kinito_sitebtn {
    width: 80%;
    padding: 8px 0;
  }
  .kinito_sitebtn .txt {
    font-size: 1.4rem;
  }
  .kinito_sitebtn--longer {
    width: 100%;
  }
}
.kinito_links {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 1%;
  flex-wrap: wrap;
}
.kinito_links .item {
  margin-top: 24px;
  width: 24%;
  text-align: center;
}
.kinito_links .item .image {
  width: 100%;
  aspect-ratio: 1/0.548;
  border-radius: 10px;
  overflow: hidden;
}
.kinito_links .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.kinito_links .item .bottom {
  margin-top: 4.8px;
  padding: 12px 4px;
  border-radius: 10px;
}
.kinito_links .item .bottom .eng {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  font-family: "futura-pt", sans-serif;
  font-weight: 400;
}
.kinito_links .item .bottom .jpn {
  margin-top: 2/4px;
  font-size: 1.4rem;
  color: #fff;
}
.kinito_links--wonder .item .bottom {
  background-color: rgba(64, 33, 13, 0.8);
}

@media screen and (max-width: 750px) {
  .kinito_links {
    margin-top: 24px;
  }
  .kinito_links .item {
    margin-top: 16px;
    width: 49%;
  }
  .kinito_links .item .bottom {
    padding: 6px 2px;
  }
  .kinito_links .item .bottom .eng {
    font-size: 1.3rem;
  }
  .kinito_links .item .bottom .jpn {
    margin-top: 2px;
    font-size: 1.2rem;
  }
}
.kinito_otherrooms ul {
  display: flex;
  flex-wrap: wrap;
}
.kinito_otherrooms ul li {
  margin-top: 12px;
  position: relative;
  margin-left: 1%;
  width: 19.2%;
  aspect-ratio: 1/0.7;
  background-size: cover;
}
.kinito_otherrooms ul li:nth-of-type(1), .kinito_otherrooms ul li:nth-of-type(2), .kinito_otherrooms ul li:nth-of-type(3), .kinito_otherrooms ul li:nth-of-type(4), .kinito_otherrooms ul li:nth-of-type(5) {
  margin-top: 0;
}
.kinito_otherrooms ul li:first-of-type, .kinito_otherrooms ul li:nth-of-type(5n+1) {
  margin-left: 0;
}
.kinito_otherrooms ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.kinito_otherrooms ul li .bottomcontent {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4px 0px;
  width: 100%;
  border-bottom: dashed 1px #8c6239;
}
.kinito_otherrooms ul li .bottomcontent .title {
  position: relative;
  font-size: 1.4rem;
}
.kinito_otherrooms--wonder ul li .bottomcontent {
  background-color: #fff;
}
.kinito_otherrooms--wonder ul li .bottomcontent .title {
  padding-left: 24px;
  color: #8c6239;
}
.kinito_otherrooms--wonder ul li .bottomcontent .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url("../img/triangle-green.svg");
  background-size: contain;
}

@media screen and (max-width: 750px) {
  .kinito_otherrooms ul {
    justify-content: space-between;
  }
  .kinito_otherrooms ul li {
    margin-top: 8px;
    margin-left: 0;
    width: 49%;
  }
  .kinito_otherrooms ul li:nth-of-type(1), .kinito_otherrooms ul li:nth-of-type(2), .kinito_otherrooms ul li:nth-of-type(3), .kinito_otherrooms ul li:nth-of-type(4), .kinito_otherrooms ul li:nth-of-type(5) {
    margin-top: 8px;
  }
  .kinito_otherrooms ul li:nth-of-type(1), .kinito_otherrooms ul li:nth-of-type(2) {
    margin-top: 0;
  }
  .kinito_otherrooms ul li .bottomcontent {
    padding: 4px 4px;
  }
  .kinito_otherrooms ul li .bottomcontent .title {
    font-size: 1.3rem;
  }
  .kinito_otherrooms--wonder ul li .bottomcontent .title {
    padding-left: 20px;
  }
  .kinito_otherrooms--wonder ul li .bottomcontent .title::before {
    top: 3px;
    width: 12px;
    height: 12px;
  }
}
.kinito_form .caution li {
  padding: 8px 0;
  border-bottom: solid 1px #ddd;
  font-size: 1.4rem;
}
.kinito_form .caution li:first-of-type {
  padding-top: 0;
}
.kinito_form table {
  margin-top: 32px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.kinito_form table th {
  padding: 40px;
  width: 30%;
  font-size: 1.8rem;
}
.kinito_form table th .require {
  margin-left: 8px;
  padding: 0px 8px;
  display: inline-block;
  font-size: 1.5rem;
  color: #FF0000;
  border: solid 1px #FF0000;
}
.kinito_form table td {
  padding: 40px;
  width: 70%;
  background-color: #efefef;
}
.kinito_form table td input[type=text], .kinito_form table td input[type=email], .kinito_form table td input[type=tel], .kinito_form table td textarea {
  padding: 8px;
  width: 100%;
  border: solid 1px #ddd;
  font-size: 1.6rem;
  background-color: #fff;
}
.kinito_form table td input[type=text]::-moz-placeholder, .kinito_form table td input[type=email]::-moz-placeholder, .kinito_form table td input[type=tel]::-moz-placeholder, .kinito_form table td textarea::-moz-placeholder {
  color: #b9b9b9;
}
.kinito_form table td input[type=text]::placeholder, .kinito_form table td input[type=email]::placeholder, .kinito_form table td input[type=tel]::placeholder, .kinito_form table td textarea::placeholder {
  color: #b9b9b9;
}
.kinito_form table td input[type=text], .kinito_form table td input[type=email], .kinito_form table td input[type=tel] {
  height: 48px;
}
.kinito_form table td input[type=checkbox], .kinito_form table td input[type=radio], .kinito_form table td input[type=checkbox] + span, .kinito_form table td input[type=radio] + span {
  font-size: 1.6rem;
}
.kinito_form table td input[type=checkbox], .kinito_form table td input[type=radio] {
  margin-left: 16px;
}
.kinito_form table td textarea {
  height: 320px;
}
.kinito_form .privacy {
  margin-top: 32px;
  text-align: center;
}
.kinito_form .privacy .link {
  font-size: 1.6rem;
}
.kinito_form .privacy label {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
}
.kinito_form .privacy label input {
  margin-right: 8px;
}
.kinito_form .submit {
  margin-top: 32px;
  text-align: center;
}
.kinito_form .submit button, .kinito_form .submit input[type=submit] {
  width: 320px;
  height: 56px;
  font-size: 1.6rem;
  color: #fff;
  border: none;
  background-color: #462611;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.kinito_form--wonder table th {
  background-color: #fff9a2;
}
.kinito_form--wonder .submit button, .kinito_form--wonder .submit input[type=submit] {
  background-color: #462611;
}

@media screen and (max-width: 750px) {
  .kinito_form .caution li {
    padding: 4px 0;
    font-size: 1.2rem;
  }
  .kinito_form table {
    margin-top: 16px;
  }
  .kinito_form table th {
    display: block;
    position: relative;
    padding: 8px 16px;
    width: 100%;
    border-bottom: solid 1px #ddd;
    font-size: 1.4rem;
    text-align: left;
  }
  .kinito_form table th .require {
    margin-left: 8px;
    font-size: 1.2rem;
    position: absolute;
    right: 16px;
    top: 8px;
  }
  .kinito_form table td {
    margin-top: 8px;
    display: block;
    padding: 16px;
    width: 100%;
  }
  .kinito_form table td input[type=text], .kinito_form table td input[type=email], .kinito_form table td input[type=tel], .kinito_form table td textarea {
    padding: 8px;
    font-size: 1.4rem;
  }
  .kinito_form table td input[type=text], .kinito_form table td input[type=email], .kinito_form table td input[type=tel] {
    height: 40px;
  }
  .kinito_form table td textarea {
    height: 240px;
  }
  .kinito_form table td input[type=checkbox], .kinito_form table td input[type=radio], .kinito_form table td input[type=checkbox] + span, .kinito_form table td input[type=radio] + span {
    font-size: 1.4rem;
  }
  .kinito_form table td input[type=checkbox], .kinito_form table td input[type=radio] {
    margin-left: 0px;
    margin-right: 8px;
  }
  .kinito_form table td.radio .wpcf7-list-item {
    margin-top: 8px;
    display: block;
    text-align: left;
  }
  .kinito_form table td.radio .wpcf7-list-item:first-of-type {
    margin-top: 0;
  }
  .kinito_form .privacy {
    margin-top: 16px;
  }
  .kinito_form .privacy .link {
    font-size: 1.3rem;
  }
  .kinito_form .privacy label {
    margin-top: 8px;
    font-size: 1.3rem;
  }
  .kinito_form .privacy label input {
    margin-right: 4px;
  }
  .kinito_form .submit {
    margin-top: 16px;
  }
  .kinito_form .submit button, .kinito_form .submit input[type=submit] {
    width: 80%;
    height: 48px;
    font-size: 1.4rem;
  }
}
.pgnavi .wp-pagenavi {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.pgnavi .wp-pagenavi .pages {
  display: none;
}
.pgnavi .wp-pagenavi [aria-current=page], .pgnavi .wp-pagenavi .page, .pgnavi .wp-pagenavi .previouspostslink, .pgnavi .wp-pagenavi .nextpostslink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 1.4rem;
  border: none;
}
.pgnavi .wp-pagenavi span.current {
  color: #fff;
}
.pgnavi--wonder .wp-pagenavi {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}
.pgnavi--wonder .wp-pagenavi .pages {
  display: none;
}
.pgnavi--wonder .wp-pagenavi [aria-current=page], .pgnavi--wonder .wp-pagenavi .page, .pgnavi--wonder .wp-pagenavi .previouspostslink, .pgnavi--wonder .wp-pagenavi .nextpostslink {
  background-color: #fff;
  border: solid 1px #42210b;
  color: #42210b;
  border-radius: 50%;
}
.pgnavi--wonder .wp-pagenavi span.current {
  background-color: #42210b;
  border-radius: 50%;
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-left: auto;
  margin-right: auto;
  padding: 4px 8px;
  margin-top: 8px;
  font-size: 1.2rem;
  border: #ff0000 solid 1px;
  color: #fff;
  background-color: #ff0000;
  max-width: 687px;
}
.wpcf7-form .wpcf7-spinner {
  display: block;
  text-align: center;
}
.wpcf7-form .wpcf7-response-output {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .wpcf7-form .wpcf7-not-valid-tip {
    margin-top: 4px;
    font-size: 1.2rem;
  }
  .wpcf7-form .wpcf7-response-output {
    font-size: 1.2rem;
  }
}
.kinito_smash {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.kinito_smash .sb_instagram_header {
  display: none !important;
}
.kinito_smash #sbi_load {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .kinito_smash {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */