@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: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  color: #231815;
}

.honokamaru {
  font-family: "honoka-maru-gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.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;
}

.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;
  }
  .p {
    font-size: 1.4rem;
  }
}
.joshikai-header {
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 86px;
  background-color: rgba(255, 255, 255, 0.7);
}
.joshikai-header__inner {
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.joshikai-header__left .logo {
  width: 160px;
}
.joshikai-header__left .logo img {
  width: 100%;
  max-width: 100%;
}
.joshikai-header__right .btns {
  display: flex;
  justify-content: right;
}
.joshikai-header__right .btns .btn {
  width: 320px;
  text-align: center;
}
.joshikai-header__right .btns .btn .upper {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
}
.joshikai-header__right .btns .btn a {
  display: block;
  font-size: 2rem;
  padding: 4px 8px;
  color: #fff;
  border-radius: 10px;
}
.joshikai-header__right .btns .btn a i {
  margin-right: 8px;
}
.joshikai-header__right .btns .btn--reserve .upper {
  color: #2cd1c1;
}
.joshikai-header__right .btns .btn--reserve a {
  background-color: #2cd1c1;
}
.joshikai-header__right .btns .btn--tel {
  margin-left: 8px;
}
.joshikai-header__right .btns .btn--tel .upper {
  color: #0794e2;
}
.joshikai-header__right .btns .btn--tel a {
  background-color: #0794e2;
}
.joshikai-header__ham {
  display: none;
}

@media screen and (max-width: 750px) {
  .joshikai-header {
    padding: 16px 0 8px;
    height: 60px;
    position: absolute;
    background: initial;
    z-index: 999;
  }
  .joshikai-header__inner {
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .joshikai-header__left .logo {
    width: 80px;
  }
  .joshikai-header__right .btns {
    padding: 8px 0 16px;
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .joshikai-header__right .btns .btn {
    width: 48%;
  }
  .joshikai-header__right .btns .btn .upper {
    display: block;
    text-align: center;
    font-size: 1rem;
  }
  .joshikai-header__right .btns .btn a {
    font-size: 1.3rem;
    padding: 4px 4px;
    border-radius: 4px;
  }
  .joshikai-header__right .btns .btn a i {
    margin-right: 2.5px;
  }
  .joshikai-header__right .btns .btn--reserve .upper {
    color: #2cd1c1;
  }
  .joshikai-header__right .btns .btn--reserve a {
    background-color: #2cd1c1;
  }
  .joshikai-header__right .btns .btn--tel {
    margin-left: 0px;
  }
  .joshikai-header__ham {
    display: block;
    position: fixed;
    right: 8px;
    top: 8px;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .joshikai-header__ham span {
    position: absolute;
    left: 30%;
    border-radius: 5px;
    width: 40%;
    height: 2px;
    background-color: #E5516E;
  }
  .joshikai-header__ham span:nth-of-type(1) {
    top: calc(32.5% - 1px);
  }
  .joshikai-header__ham span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  .joshikai-header__ham span:nth-of-type(3) {
    top: calc(67.5% - 1px);
  }
  .joshikai-header__ham.cross span {
    background-color: #E5516E;
  }
  .joshikai-header__ham.cross span:nth-of-type(1) {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    transition-duration: 0.3s;
  }
  .joshikai-header__ham.cross span:nth-of-type(2) {
    opacity: 0;
  }
  .joshikai-header__ham.cross span:nth-of-type(3) {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
    transition-duration: 0.3s;
  }
}
.joshikai-spmenu {
  display: none;
}

@media screen and (max-width: 750px) {
  .joshikai-spmenu {
    display: block;
    padding: 16px;
    position: fixed;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100vh;
    z-index: 990;
    background-color: #E5516E;
    transition-duration: 0.3s;
  }
  .joshikai-spmenu nav {
    margin-top: 53px;
  }
  .joshikai-spmenu nav ul li {
    margin-top: 16px;
    font-size: 1.3rem;
    line-height: 1;
  }
  .joshikai-spmenu nav ul li:first-of-type {
    margin-top: 0;
  }
  .joshikai-spmenu nav ul li a {
    color: #fff;
  }
  .joshikai-spmenu.show {
    top: 0;
    left: 0;
    transition-duration: 0.3s;
  }
}
.joshikai-fixedline {
  position: fixed;
  right: 8px;
  z-index: 1000;
  top: 200px;
  width: 240px;
}
.joshikai-fixedline img {
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

@media screen and (max-width: 750px) {
  .joshikai-fixedline {
    top: initial;
    bottom: 80px;
    width: 40%;
  }
}
.joshikai-fv {
  margin-top: 87px;
  position: relative;
  width: 100%;
  height: 46.25vw;
  background-image: url("../joshikai/img/fv-back.jpg");
  background-size: cover;
  background-position: center;
}
.joshikai-fv__content {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.joshikai-fv__content .image {
  width: 52.75%;
}
.joshikai-fv__content .image img {
  width: 100%;
}
.joshikai-fv__content .girl {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 20%;
}
.joshikai-fv__content .girl img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 750px) {
  .joshikai-fv {
    padding-top: 68px;
    margin-top: 0px;
    height: 100vw;
    background-image: url("../joshikai/img/fv-back.jpg");
  }
  .joshikai-fv__content .image {
    transform: translateY(0px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.joshikai-nav {
  background-color: #f7e2ef;
  padding: 16px 0;
  width: 100%;
}
.joshikai-nav nav ul {
  display: flex;
  justify-content: center;
}
.joshikai-nav nav ul li a {
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
  color: #808080;
  border-left: solid 1px #fff;
  font-size: 1.5rem;
}
.joshikai-nav nav ul li:first-of-type {
  margin-left: 0;
}
.joshikai-nav nav ul li:first-of-type a {
  padding-left: 0;
  border-left: none;
}
.joshikai-nav.scrolled {
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  .joshikai-nav {
    display: none;
  }
}
.joshikai-share {
  padding: 24px 0;
  background-color: #fff;
}
.joshikai-share__lr {
  display: flex;
  justify-content: center;
  align-items: center;
}
.joshikai-share__left {
  margin-right: 16px;
  font-size: 2rem;
  line-height: 1.5;
  color: #605F5F;
}
.joshikai-share__left p {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.joshikai-share__right {
  display: flex;
  justify-content: left;
  align-items: center;
}
.joshikai-share__right .imageicon {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 8px;
  border-radius: 50%;
  background-color: #000;
}
.joshikai-share__right a {
  margin-left: 16px;
  text-align: center;
  display: inline-block;
  text-align: center;
}
.joshikai-share__right a i {
  font-size: 4rem;
  border-radius: 50%;
}
.joshikai-share__right a i.fa-line {
  color: #03C755;
}
.joshikai-share__right a i.fa-facebook {
  color: #0966FF;
}
.joshikai-share__right a:first-of-type {
  margin-left: 0;
}
.joshikai-share--pink {
  background-color: #ff7bac;
}
.joshikai-share--pink .joshikai-share__left {
  color: #fff;
}
.joshikai-share--pink .joshikai-share__right {
  padding: 4px 32px;
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .joshikai-share {
    padding: 12px 0 12px;
  }
  .joshikai-share--pink {
    padding: 10px 0 10px;
  }
  .joshikai-share__lr {
    display: block;
  }
  .joshikai-share__left {
    margin-right: 8px;
    text-align: center;
    font-size: 1.5rem;
  }
  .joshikai-share__right {
    margin-top: 8px;
    justify-content: center;
  }
  .joshikai-share__right .imageicon {
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 8px;
    border-radius: 50%;
    background-color: #000;
  }
  .joshikai-share__right a {
    margin-left: 8px;
  }
}
.joshikai-tokuten {
  padding: 85px 0 160px;
  background-image: url("../joshikai/img/tokuten-back.svg");
  background-size: cover;
  background-position: center;
}
.joshikai-tokuten__upperarea {
  position: relative;
}
.joshikai-tokuten__upperarea .copy {
  margin-left: auto;
  margin-right: 24px;
  width: 45%;
  transform: translateY(-32px);
}
.joshikai-tokuten__upperarea .girls {
  position: absolute;
  bottom: -45px;
  left: 0;
  z-index: 1;
  width: 27%;
  z-index: 0;
}
.joshikai-tokuten__lowerarea .items {
  display: flex;
  justify-content: space-between;
}
.joshikai-tokuten__lowerarea .items .item {
  text-align: center;
  width: 24.5%;
}
.joshikai-tokuten__lowerarea .items .item figure {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: red;
  padding: 8px;
  margin-bottom: 0;
}
.joshikai-tokuten__lowerarea .items .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.joshikai-tokuten__lowerarea .items .item .content-gr {
  margin-top: 4px;
  background-color: red;
  padding: 12px;
  border-radius: 0 0 10px 10px;
}
.joshikai-tokuten__lowerarea .items .item .upper {
  margin-top: 8px;
  display: block;
  padding: 2px 8px;
  text-align: center;
  border-radius: 10px;
  color: #FD8799;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #fff;
}
.joshikai-tokuten__lowerarea .items .item .title {
  margin-top: 8px;
  padding-bottom: 8px;
  font-size: 1.9rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  border-bottom: solid 1px #ddd;
}
.joshikai-tokuten__lowerarea .items .item span {
  margin-top: 16px;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  display: block;
  line-height: 1.5;
}
.joshikai-tokuten__lowerarea .items .item span a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline !important;
}
.joshikai-tokuten__lowerarea .items .item:nth-of-type(2n) figure {
  background-color: #fc95bf;
}
.joshikai-tokuten__lowerarea .items .item:nth-of-type(2n) .content-gr {
  background-color: #fc95bf;
}
.joshikai-tokuten__lowerarea .items .item:nth-of-type(2n) .upper {
  color: #fc95bf;
}
.joshikai-tokuten__lowerarea .items .item:nth-of-type(2n - 1) figure {
  background-color: #ff7bac;
}
.joshikai-tokuten__lowerarea .items .item:nth-of-type(2n - 1) .content-gr {
  background-color: #ff7bac;
}
.joshikai-tokuten__lowerarea .items .item:nth-of-type(2n - 1) .upper {
  color: #ff7bac;
}

@media screen and (max-width: 750px) {
  .joshikai-tokuten {
    padding: 120px 0 80px;
    background-image: url("../joshikai/img/tokuten-back.png");
  }
  .joshikai-tokuten__upperarea .copy {
    width: 75%;
    margin: 0 auto;
    transform: translateY(-124%);
  }
  .joshikai-tokuten__upperarea .girls {
    bottom: initial;
    width: 26%;
    top: -5vw;
  }
  .joshikai-tokuten__lowerarea .items {
    flex-wrap: wrap;
  }
  .joshikai-tokuten__lowerarea .items .item {
    margin-top: 16px;
    text-align: center;
    width: 49%;
  }
  .joshikai-tokuten__lowerarea .items .item:nth-of-type(1), .joshikai-tokuten__lowerarea .items .item:nth-of-type(2) {
    margin-top: 0;
  }
  .joshikai-tokuten__lowerarea .items .item figure {
    height: 32.5vw;
  }
  .joshikai-tokuten__lowerarea .items .item .upper {
    margin-top: 8px;
    padding: 1px 4px;
    font-size: 1.2rem;
    width: 100%;
    line-height: 1.2;
  }
  .joshikai-tokuten__lowerarea .items .item .title {
    margin-top: 8px;
    padding-bottom: 8px;
    font-size: 1.6rem;
  }
  .joshikai-tokuten__lowerarea .items .item span {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}
.joshikai-want-it-to-be {
  padding: 80px 0 80px;
  background-color: #fcebf2;
}
.joshikai-want-it-to-be__heading {
  text-align: right;
  display: flex;
  justify-content: right;
  align-items: center;
}
.joshikai-want-it-to-be__heading h2 {
  position: relative;
  text-align: right;
  font-size: 3.7rem;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-want-it-to-be__heading span {
  display: block;
  left: 0;
  top: 0;
  width: 34px;
  height: 28px;
  margin-right: 7px;
}
.joshikai-want-it-to-be__heading span img {
  width: 100%;
}
.joshikai-want-it-to-be__items {
  margin-top: 40px;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
}
.joshikai-want-it-to-be__items .girl {
  position: absolute;
  left: 10%;
  top: -303px;
  width: 35%;
  z-index: 1;
}
.joshikai-want-it-to-be__items .girl img {
  width: 100%;
}
.joshikai-want-it-to-be__items .item {
  margin-left: 24px;
  position: relative;
  z-index: 2;
  width: 18%;
}
.joshikai-want-it-to-be__items .item:first-of-type {
  margin-left: 0;
}
.joshikai-want-it-to-be__endtxt {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 503px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .joshikai-want-it-to-be {
    padding: 40px 0 20px;
  }
  .joshikai-want-it-to-be__heading {
    justify-content: center;
  }
  .joshikai-want-it-to-be__heading h2 {
    font-size: 2rem;
  }
  .joshikai-want-it-to-be__items {
    margin-top: 20px;
    flex-wrap: wrap;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .joshikai-want-it-to-be__items .girl {
    display: none;
  }
  .joshikai-want-it-to-be__items .item {
    margin-left: 0px;
    width: 49%;
  }
  .joshikai-want-it-to-be__items .item:first-of-type {
    margin-left: 0;
  }
  .joshikai-want-it-to-be__endtxt {
    margin-top: 20px;
    width: 80%;
  }
}
.joshikai-video {
  padding: 80px 0 160px;
  background-color: #fcebf2;
}
.joshikai-video__video {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 711px;
  overflow: hidden;
}
.joshikai-video__video::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -32px;
  bottom: -32px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: #eeaeb8;
}
.joshikai-video__video video, .joshikai-video__video blockquote {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

@media screen and (max-width: 750px) {
  .joshikai-video {
    padding: 40px 0 40px;
  }
  .joshikai-video__video {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    height: auto;
  }
  .joshikai-video__video::after {
    content: "";
    position: absolute;
    z-index: -1;
    right: -8px;
    bottom: -4px;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}
.joshikai-cta {
  padding: 40px 0 20px;
  position: relative;
  z-index: 0;
  background-image: url("../joshikai/img/cta-back.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.joshikai-cta__col {
  display: flex;
  justify-content: space-between;
}
.joshikai-cta__col .point {
  width: 42.5%;
  z-index: 2;
}
.joshikai-cta__col .girl {
  position: relative;
  z-index: 0;
  width: 20%;
}
.joshikai-cta__col .girl .image {
  position: absolute;
  left: -35%;
  bottom: -37px;
  width: 145%;
}
.joshikai-cta__col .girl img {
  width: 100%;
}
.joshikai-cta__col .btns-area {
  position: relative;
  z-index: 1;
  width: 33%;
}
.joshikai-cta__col .btns-area .submtxt {
  text-align: center;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
}
.joshikai-cta__col .btns-area .btns {
  text-align: center;
}
.joshikai-cta__col .btns-area .btn {
  width: 280px;
  text-align: center;
}
.joshikai-cta__col .btns-area .btn .upper {
  display: block;
  text-align: center;
  font-size: 1.5rem;
}
.joshikai-cta__col .btns-area .btn a {
  display: block;
  font-size: 2rem;
  padding: 4px 8px;
  color: #fff;
  border-radius: 10px;
}
.joshikai-cta__col .btns-area .btn a i {
  margin-right: 8px;
}
.joshikai-cta__col .btns-area .btn--reserve .upper {
  color: #fff;
}
.joshikai-cta__col .btns-area .btn--reserve a {
  background-color: #2cd1c1;
}
.joshikai-cta__col .btns-area .btn--tel {
  margin-top: 8px;
}
.joshikai-cta__col .btns-area .btn--tel .upper {
  color: #fff;
}
.joshikai-cta__col .btns-area .btn--tel a {
  background-color: #0794e2;
}

@media screen and (max-width: 750px) {
  .joshikai-cta {
    padding: 40px 0 40px;
    background-image: url("../joshikai/img/cta-back.jpg");
  }
  .joshikai-cta__col {
    position: relative;
    display: block;
  }
  .joshikai-cta__col .point {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .joshikai-cta__col .girl {
    opacity: 0.8;
    position: initial;
    z-index: 0;
    width: 20%;
  }
  .joshikai-cta__col .girl .image {
    position: absolute;
    left: 0;
    bottom: 110px;
    width: 32%;
  }
  .joshikai-cta__col .girl img {
    width: 100%;
  }
  .joshikai-cta__col .btns-area {
    margin-top: 24px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .joshikai-cta__col .btns-area .submtxt {
    text-align: center;
    width: 55%;
    margin-left: auto;
    margin-right: 6%;
  }
  .joshikai-cta__col .btns-area .submtxt img {
    width: 100%;
  }
  .joshikai-cta__col .btns-area .btn {
    margin-top: 24px;
    width: 100%;
  }
  .joshikai-cta__col .btns-area .btn .upper {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }
  .joshikai-cta__col .btns-area .btn a {
    font-size: 1.4rem;
    padding: 8px 4px;
  }
  .joshikai-cta__col .btns-area .btn a i {
    margin-right: 4px;
  }
  .joshikai-cta__col .btns-area .btn--tel {
    margin-top: 8px;
  }
}
.joshikai-gal {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
.joshikai-gal__items img {
  width: 100%;
  display: block;
}
.joshikai-gal__items ul {
  display: flex;
  justify-content: space-between;
}
.joshikai-gal__items ul li {
  width: 24.5%;
}
.joshikai-gal__items ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 750px) {
  .joshikai-gal {
    padding: 6.4px 0 0;
  }
  .joshikai-gal__items ul {
    flex-wrap: wrap;
  }
  .joshikai-gal__items ul li {
    margin-top: 4px;
    width: 49.5%;
  }
  .joshikai-gal__items ul li:nth-of-type(1), .joshikai-gal__items ul li:nth-of-type(2) {
    margin-top: 4px;
  }
}
.joshikai-service {
  padding: 80px 0 0;
}
.joshikai-service__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.joshikai-service__heading span {
  display: block;
  left: 0;
  top: 0;
  width: 34px;
  height: 28px;
  margin-right: 7px;
}
.joshikai-service__heading span img {
  width: 100%;
}
.joshikai-service__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-service__pinkback {
  margin-top: 32px;
  padding: 80px 0 80px;
  background-size: cover;
  background-position: center;
  background-color: rgba(239, 163, 198, 0.3);
}
.joshikai-service__white {
  background-image: url("../joshikai/img/service-whiteback.jpg");
  background-size: cover;
  background-position: center;
}
.joshikai-service__white .lr {
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.joshikai-service__white .lr .left {
  width: 45%;
}
.joshikai-service__white .lr .left ul li {
  padding-top: 24px;
  padding-bottom: 8px;
  padding-left: 24px;
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  color: #ff7bac;
  border-bottom: solid 1px;
}
.joshikai-service__white .lr .left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 31px;
  width: 20px;
  height: 20px;
  background-image: url("../joshikai/img/service-listdot.svg");
  background-size: contain;
}
.joshikai-service__white .lr .right {
  width: 50%;
}
.joshikai-service__white .lr .right .images {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.joshikai-service__white .lr .right .images figure {
  margin-top: 24px;
  width: 47%;
}
.joshikai-service__white .lr .right .images figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  display: block;
  color: #FF6A95;
}
.joshikai-service__white .lr .right .images figure img {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
}
.joshikai-service__white .lr .right .images figure:nth-of-type(1) {
  margin-top: 0;
  transform: rotate(2.5deg);
}
.joshikai-service__white .lr .right .images figure:nth-of-type(2) {
  margin-top: 0;
  transform: translateY(10px) rotate(-5deg);
}
.joshikai-service__white .lr .right .images figure:nth-of-type(3) {
  transform: rotate(-2.5deg);
}
.joshikai-service__white .lr .right .images figure:nth-of-type(4) {
  transform: translateY(10px) rotate(5deg);
}
.joshikai-service__white .lr .right .images figure:nth-of-type(5) {
  transform: rotate(2.5deg);
}
.joshikai-service__white .lr .right .images figure:nth-of-type(6) {
  transform: translateY(10px) rotate(-5deg);
}
.joshikai-service__white .lr .right .images figure:nth-of-type(7) {
  transform: rotate(-2.5deg);
}
.joshikai-service__white .lr .right .images figure:nth-of-type(8) {
  transform: translateY(10px) rotate(-5deg);
}
.joshikai-service__whitecaution {
  padding: 40px;
  margin-top: 40px;
  background-image: url("../joshikai/img/service-whiteback02.jpg");
  background-size: cover;
  background-position: center;
}
.joshikai-service__whitecaution .heading {
  text-align: center;
  font-size: 2.4rem;
  color: #5F5E5E;
}
.joshikai-service__whitecaution ul {
  margin-top: 24px;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}
.joshikai-service__whitecaution ul li {
  margin-top: 8px;
  padding-left: 24px;
  position: relative;
  font-size: 1.4rem;
}
.joshikai-service__whitecaution ul li:first-of-type {
  margin-top: 0;
}
.joshikai-service__whitecaution ul li::before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "※";
}

@media screen and (max-width: 750px) {
  .joshikai-service {
    padding: 40px 0 0;
  }
  .joshikai-service__heading h2 {
    font-size: 2rem;
  }
  .joshikai-service__pinkback {
    margin-top: 28px;
    padding: 40px 0 40px;
    background-image: url("../joshikai/img/service-pinkback.jpg");
  }
  .joshikai-service__white {
    background-image: url("../joshikai/img/service-whiteback.jpg");
  }
  .joshikai-service__white .lr {
    padding: 32px 8px;
    display: block;
  }
  .joshikai-service__white .lr .left {
    width: 100%;
  }
  .joshikai-service__white .lr .left ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    font-size: 1.4rem;
  }
  .joshikai-service__white .lr .left ul li::before {
    left: 0;
    top: 16px;
    width: 14px;
    height: 14px;
  }
  .joshikai-service__white .lr .left ul li:first-of-type {
    padding-top: 0;
  }
	.joshikai-service__white .lr .left ul li:first-of-type::before {
	  top: 8px;
	}
  .joshikai-service__white .lr .right {
    margin-top: 24px;
    width: 100%;
  }
  .joshikai-service__white .lr .right .images {
    padding-left: 8px;
    padding-right: 4px;
  }
  .joshikai-service__white .lr .right .images figure {
    margin-top: 16px;
    width: 45%;
  }
  .joshikai-service__white .lr .right .images figure figcaption {
    font-size: 1.2rem;
  }
  .joshikai-service__white .lr .right .images figure figcaption.smaller {
    font-size: 1rem;
  }
  .joshikai-service__white .lr .right .images figure:nth-of-type(1) {
    margin-top: 0;
    transform: rotate(2.5deg);
  }
  .joshikai-service__white .lr .right .images figure:nth-of-type(2) {
    margin-top: 0;
    transform: translateY(18px) rotate(-5deg);
  }
  .joshikai-service__white .lr .right .images figure:nth-of-type(3) {
    margin-top: 0;
    transform: rotate(2.5deg);
  }
  .joshikai-service__white .lr .right .images figure:nth-of-type(4) {
    transform: translateY(18px) rotate(-5deg);
  }
  .joshikai-service__white .lr .right .images figure:nth-of-type(5) {
    margin-top: 0;
    transform: rotate(2.5deg);
  }
  .joshikai-service__white .lr .right .images figure:nth-of-type(6) {
    transform: translateY(18px) rotate(-5deg);
  }
  .joshikai-service__white .lr .right .images figure:nth-of-type(7) {
    margin-top: 0;
    transform: rotate(2.5deg);
  }
  .joshikai-service__white .lr .right .images figure:nth-of-type(8) {
    transform: translateY(18px) rotate(-5deg);
  }
  .joshikai-service__whitecaution {
    padding: 24px 16px 24px;
    margin-top: 8px;
    background-image: url("../joshikai/img/service-whiteback02.jpg");
  }
  .joshikai-service__whitecaution .heading {
    font-size: 1.8rem;
  }
  .joshikai-service__whitecaution ul {
    margin-top: 12px;
    width: 100%;
  }
  .joshikai-service__whitecaution ul li {
    margin-top: 8px;
    padding-left: 16px;
    font-size: 1.2rem;
  }
}
.joshikai-menu {
  position: relative;
  padding: 80px 0;
  background-image: url("../joshikai/img/menu-back.jpg");
  background-size: cover;
  background-position: center;
}
.joshikai-menu__inner {
  position: relative;
}
.joshikai-menu__heading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.joshikai-menu__heading span {
  display: block;
  left: 0;
  top: 0;
  width: 34px;
  height: 28px;
  margin-right: 7px;
}
.joshikai-menu__heading span img {
  width: 100%;
}
.joshikai-menu__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-menu__girls {
  position: absolute;
  right: 0;
  top: -198px;
  width: 35%;
}
.joshikai-menu__girls img {
  width: 100%;
}
.joshikai-menu__mainitem {
  margin-top: 40px;
}
.joshikai-menu__mainitem .lr {
  display: flex;
  justify-content: space-between;
}
.joshikai-menu__mainitem .lr .left {
  width: 47%;
}
.joshikai-menu__mainitem .lr .left .image {
  width: 100%;
  overflow: hidden;
}
.joshikai-menu__mainitem .lr .left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.joshikai-menu__mainitem .lr .right {
  width: 47%;
}
.joshikai-menu__mainitem .lr .right .heading {
  font-size: 2.4rem;
  font-weight: 600;
  color: #ff7bac;
  border-bottom: dashed 2px #ff7bac;
}
.joshikai-menu__mainitem .lr .right .copy {
  position: relative;
  padding-left: 25px;
  margin-top: 24px;
  font-size: 1.8rem;
  color: #ff7bac;
}
.joshikai-menu__mainitem .lr .right .copy::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #ff7bac;
}
.joshikai-menu__mainitem .lr .right ul {
  margin-top: 24px;
  padding-left: 16px;
}
.joshikai-menu__mainitem .lr .right ul li {
  margin-top: 8px;
  list-style: disc;
  font-size: 1.5rem;
  font-weight: 600;
  color: #ff7bac;
}
.joshikai-menu__mainitem .lr .right ul li:first-of-type {
  margin-top: 0;
}
.joshikai-menu__chocolateitem {
  margin-top: 40px;
}
.joshikai-menu__chocolateitem .heading {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: #ff7bac;
}
.joshikai-menu__chocolateitem ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.joshikai-menu__chocolateitem ul li {
  margin-top: 24px;
  width: 32%;
  aspect-ratio: 1/0.6;
  background-color: #ddd;
  overflow: hidden;
}
.joshikai-menu__chocolateitem ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.joshikai-menu__chocolateitem .bottomdesc {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  color: #ff7bac;
}

@media screen and (max-width: 750px) {
  .joshikai-menu {
    padding: 40px 0 80px;
    background-image: url("../joshikai/img/menu-back.jpg");
  }
  .joshikai-menu__heading h2 {
    font-size: 2rem;
  }
  .joshikai-menu__girls {
    right: 0;
    top: -94px;
    width: 38%;
  }
  .joshikai-menu__girls img {
    width: 100%;
  }
  .joshikai-menu__mainitem {
    margin-top: 28px;
  }
  .joshikai-menu__mainitem .lr {
    display: block;
  }
  .joshikai-menu__mainitem .lr .left {
    width: 100%;
  }
  .joshikai-menu__mainitem .lr .right {
    margin-top: 16px;
    width: 100%;
  }
  .joshikai-menu__mainitem .lr .right .heading {
    font-size: 1.8rem;
  }
  .joshikai-menu__mainitem .lr .right .copy {
    padding-left: 16px;
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .joshikai-menu__mainitem .lr .right .copy::before {
    width: 12px;
    height: 12px;
  }
  .joshikai-menu__mainitem .lr .right ul {
    margin-top: 8px;
    padding-left: 16px;
  }
  .joshikai-menu__mainitem .lr .right ul li {
    margin-top: 8px;
    font-size: 1.5rem;
  }
  .joshikai-menu__mainitem .lr .right ul li:first-of-type {
    margin-top: 0;
  }
  .joshikai-menu__chocolateitem {
    margin-top: 24px;
  }
  .joshikai-menu__chocolateitem .heading {
    font-size: 1.8rem;
  }
  .joshikai-menu__chocolateitem ul {
    justify-content: space-between;
    gap: 0;
  }
  .joshikai-menu__chocolateitem ul li {
    margin-top: 12px;
    width: 48.75%;
  }
  .joshikai-menu__chocolateitem .bottomdesc {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
.joshikai-rooms {
  padding: 80px 0 0;
  background-color: #fff;
}
.joshikai-rooms__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-rooms__btns-inner {
  margin-top: 56px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.joshikai-rooms__btns-inner a {
  position: relative;
  padding: 16px;
  display: inline-block;
  width: 35%;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #e26da8;
  border-radius: 10px;
}
.joshikai-rooms__btns-inner a::after {
  content: "";
  position: absolute;
  left: 2.5%;
  top: 10%;
  border: dashed #fff 1px;
  width: 95%;
  height: 80%;
  border-radius: 5px;
}
.joshikai-rooms__pinkback {
  margin-top: 56px;
  padding: 80px 0;
  background-image: url("../joshikai/img/room-back.jpg");
  background-size: cover;
  background-position: center;
}
.joshikai-rooms__pinkback .heading {
  color: #e26da8;
}
.joshikai-rooms__pinkback .heading span {
  display: block;
  text-align: center;
}
.joshikai-rooms__pinkback .heading span:nth-of-type(1) {
  font-size: 5.6rem;
  line-height: 1;
}
.joshikai-rooms__pinkback .heading span:nth-of-type(2) {
  margin-top: 8px;
  font-size: 3.2rem;
  line-height: 1;
}
.joshikai-rooms__pinkback .pictures {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}
.joshikai-rooms__pinkback .pictures .main {
  width: 50%;
}
.joshikai-rooms__pinkback .pictures .main img {
  width: 100%;
}
.joshikai-rooms__pinkback .pictures .sub {
  width: 47.5%;
}
.joshikai-rooms__pinkback .pictures .sub .itemimage img {
  width: 100%;
}
.joshikai-rooms__pinkback .pictures .sub .itemimage:nth-of-type(2) {
  margin-top: -120px;
  margin-left: 0px;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}
.joshikai-rooms__pinkback .pictures .sub .itemimage:nth-of-type(3) {
  margin-top: -120px;
}
.joshikai-rooms__pinkback .pictures .sub.second .itemimage {
  width: 100%;
}
.joshikai-rooms__pinkback .pictures .sub.second .itemimage:nth-of-type(1) {
  margin-left: 0px;
  margin-right: auto;
  width: 72.5%;
}
.joshikai-rooms__pinkback .pictures .sub.second .itemimage:nth-of-type(2) {
  margin-left: auto;
  margin-right: 0;
  width: 74.5%;
  margin-top: -229px;
}
.joshikai-rooms__pinkback .insta {
  max-width: 396px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  text-align: center;
}
.joshikai-rooms__pinkback .insta--first {
  width: 100%;
  margin-left: 63px;
  margin-right: auto;
  padding: 0;
  text-align: center;
  margin-top: -640px;
}
.joshikai-rooms__pinkback .insta .blockquote {
  border-radius: 10px;
}
.joshikai-rooms__pinkback .pricetable {
  margin-top: 40px;
  background-color: rgba(255, 255, 255, 0.65);
  padding: 32px;
}
.joshikai-rooms__pinkback .pricetable .pricetable-heading {
  font-size: 3.2rem;
  text-align: center;
  color: #e26da8;
}
.joshikai-rooms__pinkback .pricetable .white {
  margin-top: 0px;
  padding: 40px;
  border-radius: 20px;
  background-color: rgb(255, 255, 255);
}
.joshikai-rooms__pinkback .pricetable .lr {
  display: flex;
  justify-content: space-evenly;
}
.joshikai-rooms__pinkback .pricetable .lr .left, .joshikai-rooms__pinkback .pricetable .lr .right {
  width: 50%;
  text-align: center;
}
.joshikai-rooms__pinkback .pricetable .lr .left .heading, .joshikai-rooms__pinkback .pricetable .lr .right .heading {
  padding: 2px 8px;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #E5516E;
}
.joshikai-rooms__pinkback .pricetable .lr .left ul, .joshikai-rooms__pinkback .pricetable .lr .right ul {
  display: inline-block;
  margin-top: 0px;
  width: 100%;
}
.joshikai-rooms__pinkback .pricetable .lr .left ul li, .joshikai-rooms__pinkback .pricetable .lr .right ul li {
  padding: 8px 16px;
  text-align: left;
  margin-top: 0px;
  font-size: 1.8rem;
  color: #696767;
  text-align: left;
  border-bottom: solid 1px #7d7d7d;
  border-left: solid 1px #7d7d7d;
}
.joshikai-rooms__pinkback .pricetable .lr .left ul li:first-of-type, .joshikai-rooms__pinkback .pricetable .lr .right ul li:first-of-type {
  margin-top: 0;
}
.joshikai-rooms__pinkback .pricetable .lr .right {
  border-right: solid 1px #7d7d7d;
}
.joshikai-rooms__pinkback .bottombtn {
  margin-top: 40px;
  text-align: center;
}
.joshikai-rooms__pinkback .bottombtn a {
  padding: 8px 8px;
  width: 60%;
  display: inline-block;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ff7bac;
  background-color: #fff;
  border: solid 2.4px #ff7bac;
}

@media screen and (max-width: 750px) {
  .joshikai-rooms {
    padding: 0px 0 0;
  }
  .joshikai-rooms__heading h2 {
    font-size: 2rem;
  }
  .joshikai-rooms__btns-inner {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .joshikai-rooms__btns-inner a {
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px;
    width: 90%;
    font-size: 1.4rem;
  }
  .joshikai-rooms__btns-inner a:first-of-type {
    margin-top: 0;
  }
  .joshikai-rooms__btns-inner a::after {
    left: 1.25%;
    top: 10%;
    width: 97.5%;
    height: 80%;
    border-radius: 5px;
  }
  .joshikai-rooms__pinkback {
    margin-top: 28px;
    padding: 40px 0;
    background-image: url("../joshikai/img/room-back.jpg");
  }
  .joshikai-rooms__pinkback .heading span:nth-of-type(1) {
    font-size: 3.2rem;
  }
  .joshikai-rooms__pinkback .heading span:nth-of-type(2) {
    margin-top: 4px;
    font-size: 2rem;
  }
  .joshikai-rooms__pinkback .pictures {
    flex-wrap: wrap;
    margin-top: 28px;
  }
  .joshikai-rooms__pinkback .pictures .main {
    width: 100%;
  }
  .joshikai-rooms__pinkback .pictures .sub {
    margin-top: 16px;
    margin-left: 0px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 100%;
  }
  .joshikai-rooms__pinkback .pictures .sub .itemimage {
    margin-top: -23px;
  }
  .joshikai-rooms__pinkback .pictures .sub .itemimage:nth-of-type(1) {
    margin-left: 0px;
    margin-right: auto;
    width: 80%;
  }
  .joshikai-rooms__pinkback .pictures .sub .itemimage:nth-of-type(2) {
    width: 81%;
    margin-top: -24px;
    margin-left: 0px;
  }
  .joshikai-rooms__pinkback .pictures .sub .itemimage:nth-of-type(3) {
    width: 81%;
    margin-top: -50px;
    transform: rotate(-10deg);
  }
  .joshikai-rooms__pinkback .pictures .sub.second .itemimage {
    width: 100%;
  }
  .joshikai-rooms__pinkback .pictures .sub.second .itemimage:nth-of-type(1) {
    margin-left: 0px;
    margin-right: auto;
    width: 80.5%;
  }
  .joshikai-rooms__pinkback .pictures .sub.second .itemimage:nth-of-type(2) {
    margin-left: auto;
    margin-right: 0;
    width: 80%;
    margin-top: -88px;
  }
  .joshikai-rooms__pinkback .insta {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
  }
  .joshikai-rooms__pinkback .insta--first {
    margin-top: -56px;
    margin-left: auto;
    margin-right: auto;
  }
  .joshikai-rooms__pinkback .insta .blockquote, .joshikai-rooms__pinkback .insta iframe {
    border-radius: 10px;
    width: 100%;
    margin: 0 !important;
    min-width: initial !important;
  }
  .joshikai-rooms__pinkback .pricetable {
    margin-top: 24px;
  }
  .joshikai-rooms__pinkback .pricetable .pricetable-heading {
    font-size: 2rem;
  }
  .joshikai-rooms__pinkback .pricetable .white {
    margin-top: 12px;
    padding: 32px 16px;
    border-radius: 10px;
  }
  .joshikai-rooms__pinkback .pricetable .lr {
    display: block;
  }
  .joshikai-rooms__pinkback .pricetable .lr .left, .joshikai-rooms__pinkback .pricetable .lr .right {
    width: 100%;
  }
  .joshikai-rooms__pinkback .pricetable .lr .left .heading, .joshikai-rooms__pinkback .pricetable .lr .right .heading {
    padding: 2px 8px;
    font-size: 1.5rem;
    border-radius: 5px;
  }
  .joshikai-rooms__pinkback .pricetable .lr .left ul, .joshikai-rooms__pinkback .pricetable .lr .right ul {
    margin-top: 16px;
  }
  .joshikai-rooms__pinkback .pricetable .lr .left ul li, .joshikai-rooms__pinkback .pricetable .lr .right ul li {
    margin-top: 8px;
    font-size: 1.4rem;
    border: none;
    border-bottom: solid 1px #7d7d7d;
  }
  .joshikai-rooms__pinkback .pricetable .lr .right {
    margin-top: 24px;
    border-right: none;
  }
  .joshikai-rooms__pinkback .bottombtn {
    margin-top: 24px;
  }
  .joshikai-rooms__pinkback .bottombtn a {
    padding: 4px 8px;
    width: 90%;
    border-radius: 5px;
    font-size: 1.5rem;
  }
}
.joshikai-price {
  padding: 80px 0;
}
.joshikai-price__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-price__pricetable {
  margin-top: 56px;
}
.joshikai-price__pricetable:nth-of-type(2) {
  margin-top: 32px;
}
.joshikai-price__pricetable table {
  width: 100%;
  border-radius: 10px;
  border-collapse: collapse;
}
.joshikai-price__pricetable table tr th {
  padding: 12px 0;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  background-color: #ff7bac;
  border: solid 1px #fff;
}
.joshikai-price__pricetable table tr td {
  padding: 12px 0;
  border: solid 1px #ff7bac;
  font-weight: 600;
  color: #222222;
  font-size: 1.8rem;
  text-align: center;
}
.joshikai-price__pricetable table tr:first-of-type th {
  border-top: solid 1px #ff7bac;
}
.joshikai-price__pricetable table tr:first-of-type th:first-of-type {
  border-left: solid 1px #ff7bac;
}
.joshikai-price__pricetable table tr:first-of-type th:last-of-type {
  border-right: solid 1px #ff7bac;
}
.joshikai-price__pricetable table tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 10px;
}
.joshikai-price__pricetable table tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 10px;
}

@media screen and (max-width: 750px) {
  .joshikai-price {
    padding: 40px 0;
  }
  .joshikai-price__heading h2 {
    font-size: 2rem;
  }
  .joshikai-price__pricetable {
    margin-top: 28px;
  }
  .joshikai-price__pricetable:nth-of-type(2) {
    margin-top: 16px;
  }
  .joshikai-price__pricetable table {
    border-radius: 0px;
  }
  .joshikai-price__pricetable table tr th {
    padding: 8px 0;
    font-size: 1.3rem;
  }
  .joshikai-price__pricetable table tr td {
    padding: 8px 0;
    font-size: 1.3rem;
  }
  .joshikai-price__pricetable table tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 5px;
  }
  .joshikai-price__pricetable table tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 5px;
  }
}
.joshikai-voices {
  padding: 80px 0 0;
}
.joshikai-voices__heading {
  text-align: center;
}
.joshikai-voices__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-voices__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.joshikai-voices__items .item {
  margin-top: 40px;
  padding: 8px 8px 40px;
  width: 48.2%;
  background-color: #ff7bac;
}
.joshikai-voices__items .item figure {
  margin: 0;
  aspect-ratio: 1/0.549;
  background-color: #ddd;
  overflow: hidden;
}
.joshikai-voices__items .item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.joshikai-voices__items .item .upper {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  width: 85%;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #fff;
}
.joshikai-voices__items .item .upper time {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
.joshikai-voices__items .item .upper .name {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
}
.joshikai-voices__items .item .lower {
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.joshikai-voices__items .item .lower .desc {
  font-size: 1.2rem;
  color: #fff;
}
.joshikai-voices__items .item:hover {
  cursor: pointer;
}
.joshikai-voices__modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
}
.joshikai-voices__modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
}
.joshikai-voices__modal-cross {
  position: absolute;
  right: 24px;
  top: 24px;
  background-color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 8px;
}
.joshikai-voices__modal-cross span {
  position: absolute;
  left: calc(50% - 1px);
  top: calc(28% - 1px);
  width: 2px;
  height: 50%;
  background-color: #000;
}
.joshikai-voices__modal-cross span:nth-of-type(1) {
  transform: rotate(45deg);
}
.joshikai-voices__modal-cross span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.joshikai-voices__modal-cross:hover {
  cursor: pointer;
}
.joshikai-voices__modal-box {
  padding: 80px 32px;
  width: 100%;
  background-color: #fff;
}
.joshikai-voices__modal-box .image {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #ddd;
}
.joshikai-voices__modal-box .image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 750px) {
  .joshikai-voices {
    padding: 40px 0 0;
  }
  .joshikai-voices__heading span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
  }
  .joshikai-voices__heading h2 {
    line-height: 1;
    font-size: 2rem;
  }
  .joshikai-voices__items .item {
    margin-top: 20px;
    padding: 8px 8px 40px;
    width: 48.2%;
    background-color: #ff7bac;
  }
  .joshikai-voices__items .item .upper {
    margin-top: 8px;
    padding-bottom: 4px;
    width: 100%;
    display: block;
  }
  .joshikai-voices__items .item .upper time {
    font-size: 1.3rem;
  }
  .joshikai-voices__items .item .upper .name {
    margin-top: 0px;
    font-size: 1.3rem;
  }
  .joshikai-voices__items .item .lower {
    margin-top: 8px;
    width: 100%;
  }
  .joshikai-voices__items .item .lower .desc {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .joshikai-voices__modal.show {
    align-items: initial;
  }
  .joshikai-voices__modal-cross {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .joshikai-voices__modal-box {
    margin-top: 56px;
    padding: 32px 8px;
  }
}
.joshikai-flow {
  padding: 80px 0 0;
}
.joshikai-flow__heading {
  text-align: center;
}
.joshikai-flow__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-flow__imageback {
  margin-top: 56px;
  padding: 80px 0;
  background-image: url("../joshikai/img/flow-back.jpg");
  background-size: cover;
  background-position: center;
}
.joshikai-flow__imageback .items ol {
  display: flex;
  justify-content: space-between;
}
.joshikai-flow__imageback .items ol li {
  padding: 8px 8px 40px;
  position: relative;
  width: 24%;
  background-color: #fff;
}
.joshikai-flow__imageback .items ol li .num {
  position: absolute;
  top: -24px;
  left: calc(50% - 24px);
  width: 48px;
  height: 48px;
  display: inline-block;
}
.joshikai-flow__imageback .items ol li .num img {
  width: 100%;
}
.joshikai-flow__imageback .items ol li figure {
  margin: 0;
}
.joshikai-flow__imageback .items ol li .title {
  margin-top: 16px;
  font-size: 2.1rem;
  color: #ff7bac;
  text-align: center;
}
.joshikai-flow__imageback .items ol li .desc {
  margin-top: 8px;
  display: block;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.7;
}
.joshikai-flow__imageback .items ol li .desc a {
  font-weight: 600;
  text-decoration: underline !important;
}
.joshikai-flow__imageback .items ol li .desc a.tel {
  color: #0794e2;
}
.joshikai-flow__imageback .items ol li .desc a.form {
  color: #2cd1c1;
}
.joshikai-flow__imageback .items ol li .desc a.line {
  color: #02C755;
}

@media screen and (max-width: 750px) {
  .joshikai-flow {
    padding: 40px 0 0;
  }
  .joshikai-flow__heading h2 {
    font-size: 2rem;
  }
  .joshikai-flow__imageback {
    margin-top: 28px;
    padding: 40px 0;
    background-image: url("../joshikai/img/flow-back.jpg");
  }
  .joshikai-flow__imageback .items ol {
    display: block;
  }
  .joshikai-flow__imageback .items ol li {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 8px 16px;
    width: 100%;
  }
  .joshikai-flow__imageback .items ol li:first-of-type {
    margin: 0;
  }
  .joshikai-flow__imageback .items ol li .lr {
    margin-top: 0px;
    display: flex;
    justify-content: space-between;
  }
  .joshikai-flow__imageback .items ol li .lr .left {
    width: 35%;
  }
  .joshikai-flow__imageback .items ol li .lr .right {
    width: 62.5%;
  }
  .joshikai-flow__imageback .items ol li .num {
    position: absolute;
    top: -18px;
    left: calc(50% - 16px);
    width: 32px;
    height: 32px;
  }
  .joshikai-flow__imageback .items ol li figure {
    overflow: hidden;
  }
  .joshikai-flow__imageback .items ol li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: dotted 1px #ff7bac;
  }
  .joshikai-flow__imageback .items ol li .title {
    margin-top: 8px;
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
  }
  .joshikai-flow__imageback .items ol li .desc {
    margin-top: 0px;
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
.joshikai-faq {
  padding: 80px 0 0;
}
.joshikai-faq__heading {
  text-align: center;
}
.joshikai-faq__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-faq__list {
  margin-top: 56px;
}
.joshikai-faq__list dl dt {
  margin-top: 40px;
  padding-left: 40px;
  padding-bottom: 16px;
  position: relative;
  font-size: 2rem;
  border-bottom: solid 1px #000;
}
.joshikai-faq__list dl dt:first-of-type {
  margin-top: 0;
}
.joshikai-faq__list dl dt::before {
  content: "";
  background-image: url("../joshikai/img/faq-q.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 3px;
  width: 32px;
  height: 31px;
}
.joshikai-faq__list dl dd {
  padding-left: 40px;
  margin-top: 24px;
  font-size: 1.6rem;
  position: relative;
}
.joshikai-faq__list dl dd::before {
  content: "";
  background-image: url("../joshikai/img/faq-a.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 32px;
  height: 31px;
}

@media screen and (max-width: 750px) {
  .joshikai-faq {
    padding: 40px 0 0;
  }
  .joshikai-faq__heading h2 {
    font-size: 2rem;
  }
  .joshikai-faq__list {
    margin-top: 28px;
  }
  .joshikai-faq__list dl dt {
    margin-top: 24px;
    padding-left: 32px;
    padding-bottom: 8px;
    font-size: 1.5rem;
  }
  .joshikai-faq__list dl dt::before {
    left: 0;
    top: 3px;
    width: 24px;
    height: 21px;
  }
  .joshikai-faq__list dl dd {
    padding-left: 32px;
    margin-top: 8px;
    font-size: 1.3rem;
    position: relative;
  }
  .joshikai-faq__list dl dd::before {
    top: 4px;
    width: 24px;
    height: 21px;
  }
}
.joshikai-access {
  padding: 80px 0;
}
.joshikai-access__heading {
  text-align: center;
}
.joshikai-access__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #ff7bac;
}
.joshikai-access__image {
  margin-top: 56px;
  width: 100%;
  height: 25.8vw;
}
.joshikai-access__image iframe {
  width: 100%;
  height: 100%;
}
.joshikai-access__address {
  margin-top: 24px;
  text-align: center;
  font-size: 1.8rem;
}
.joshikai-access__twoway {
  margin-top: 56px;
}
.joshikai-access__twoway .lr {
  display: flex;
  justify-content: space-between;
}
.joshikai-access__twoway .lr .left, .joshikai-access__twoway .lr .right {
  width: 48%;
}
.joshikai-access__twoway .lr .left .title, .joshikai-access__twoway .lr .right .title {
  padding-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #E5516E;
  border-bottom: solid 1px #E5516E;
  text-align: center;
}
.joshikai-access__twoway .lr .left .bottom, .joshikai-access__twoway .lr .right .bottom {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.joshikai-access__twoway .lr .left .bottom .desc, .joshikai-access__twoway .lr .right .bottom .desc {
  font-size: 1.5rem;
  width: 48%;
}
.joshikai-access__twoway .lr .left .bottom .image, .joshikai-access__twoway .lr .right .bottom .image {
  width: 48%;
}

@media screen and (max-width: 750px) {
  .joshikai-access {
    padding: 40px 0;
  }
  .joshikai-access__heading h2 {
    font-size: 2rem;
  }
  .joshikai-access__image {
    margin-top: 28px;
    height: 55vw;
  }
  .joshikai-access__address {
    margin-top: 12px;
    text-align: center;
    font-size: 1.5rem;
  }
  .joshikai-access__twoway {
    margin-top: 28px;
  }
  .joshikai-access__twoway .lr {
    display: block;
  }
  .joshikai-access__twoway .lr .left, .joshikai-access__twoway .lr .right {
    width: 100%;
  }
  .joshikai-access__twoway .lr .left .title, .joshikai-access__twoway .lr .right .title {
    padding-bottom: 4px;
    font-size: 1.5rem;
  }
  .joshikai-access__twoway .lr .left .bottom, .joshikai-access__twoway .lr .right .bottom {
    margin-top: 12px;
  }
  .joshikai-access__twoway .lr .left .bottom .desc, .joshikai-access__twoway .lr .right .bottom .desc {
    font-size: 1.3rem;
    width: 100%;
  }
  .joshikai-access__twoway .lr .left .bottom .image, .joshikai-access__twoway .lr .right .bottom .image {
    width: 100%;
  }
}
.joshikai-contact {
  padding: 80px 0;
  background-color: #ff7bac;
}
.joshikai-contact__heading h2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
  color: #fff;
}
.joshikai-contact__comment {
  margin-top: 32px;
  text-align: center;
}
.joshikai-contact__otherways {
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding: 24px 24px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.joshikai-contact__otherways .tel {
  width: 48%;
}
.joshikai-contact__otherways .tel .heading {
  text-align: center;
  font-size: 1.5rem;
  color: #0794e2;
}
.joshikai-contact__otherways .tel a {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #0794e2;
  border-radius: 50px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.6);
}
.joshikai-contact__otherways .tel a i {
  margin-right: 8px;
}
.joshikai-contact__otherways .line {
  width: 48%;
}
.joshikai-contact__otherways .line .heading {
  text-align: center;
  font-size: 1.5rem;
  color: #02C755;
}
.joshikai-contact__otherways .line a {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  background-color: #02C755;
  border-radius: 50px;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.6);
}
.joshikai-contact__otherways .line a i {
  margin-right: 8px;
}
.joshikai-contact__box {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  margin-top: 24px;
  padding: 40px;
  background-color: #fff5f5;
}
.joshikai-contact__box .upper {
  padding-bottom: 16px;
  border-bottom: solid 1px #777;
}
.joshikai-contact__box .upper .type > .heading {
  margin-right: 40px;
  font-size: 1.6rem;
  color: #E5516E;
}
.joshikai-contact__box .upper .type label {
  margin-right: 24px;
}
.joshikai-contact__box .upper .type label input[type=radio] {
  font-size: 1.6rem;
}
.joshikai-contact__box .upper .type label span {
  margin-left: 8px;
  font-size: 1.6rem;
}
.joshikai-contact__box .area {
  margin-top: 40px;
}
.joshikai-contact__box .area .title {
  padding: 2px 16px;
  font-size: 2rem;
  color: #fff;
  background-color: #E5516E;
}
.joshikai-contact__box .area table {
  margin-top: 16px;
  width: 100%;
}
.joshikai-contact__box .area table tr {
  border-bottom: solid 1px #777;
}
.joshikai-contact__box .area table tr th, .joshikai-contact__box .area table tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 600;
}
.joshikai-contact__box .area table tr th {
  width: 40%;
}
.joshikai-contact__box .area table tr th span {
  margin-left: 8px;
  background-color: #fff;
  color: #ff0000;
  border: solid 1px #ff0000;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  padding: 2px 4px;
}
.joshikai-contact__box .area table tr td input[type=text], .joshikai-contact__box .area table tr td input[type=email], .joshikai-contact__box .area table tr td input[type=tel], .joshikai-contact__box .area table tr td textarea {
  width: 100%;
  border: solid 1px #939393;
  padding: 8px;
}
.joshikai-contact__box .area table tr td input[type=text]::-moz-placeholder, .joshikai-contact__box .area table tr td input[type=email]::-moz-placeholder, .joshikai-contact__box .area table tr td input[type=tel]::-moz-placeholder, .joshikai-contact__box .area table tr td textarea::-moz-placeholder {
  color: #9f9f9f;
}
.joshikai-contact__box .area table tr td input[type=text]::placeholder, .joshikai-contact__box .area table tr td input[type=email]::placeholder, .joshikai-contact__box .area table tr td input[type=tel]::placeholder, .joshikai-contact__box .area table tr td textarea::placeholder {
  color: #9f9f9f;
}
.joshikai-contact__box .area table tr td input[type=text], .joshikai-contact__box .area table tr td input[type=email], .joshikai-contact__box .area table tr td input[type=tel] {
  width: 100%;
  padding: 8px;
}
.joshikai-contact__box .area table tr td input[type=number] {
  width: 30%;
  padding: 8px;
  background-color: #fff !important;
  border: solid 1px #939393;
}
.joshikai-contact__box .area table tr td select {
  -webkit-appearance: none;
  width: 100%;
  padding: 8px;
  background-color: #fff !important;
  border: solid 1px #939393;
}
.joshikai-contact__box .area table tr td textarea {
  height: 100px;
}
.joshikai-contact__box .area table tr td .people {
  margin-left: 8px;
}
.joshikai-contact__box .area table tr td .col {
  display: flex;
  justify-content: space-between;
}
.joshikai-contact__box .area table tr td .col .item {
  width: 32%;
}
.joshikai-contact__box .area table tr td .col .item .heading {
  font-weight: 400;
}
.joshikai-contact__box .area table tr td .col .item input[type=date] {
  padding: 8px;
  background-color: #fff !important;
  border: solid 1px #939393;
}
.joshikai-contact__box .privacy {
  margin-top: 24px;
  text-align: center;
}
.joshikai-contact__box .privacy label input {
  margin-right: 4px;
}
.joshikai-contact__box .privacy label span {
  font-size: 1.4rem;
}
.joshikai-contact__box .privacy .link {
  margin-top: 8px;
  font-size: 1.2rem;
}
.joshikai-contact__box .privacy .link a {
  color: #0794e2;
  border-bottom: solid 1px;
}
.joshikai-contact__box .submit {
  margin-top: 40px;
  text-align: center;
}
.joshikai-contact__box .submit input, .joshikai-contact__box .submit button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
  font-size: 2rem;
  padding: 8px 64px;
  color: #fff;
  border: none;
  background-color: #E5516E;
}
.joshikai-contact__box .submit input:hover, .joshikai-contact__box .submit button:hover {
  cursor: pointer;
}
.joshikai-contact__caution {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  border: solid 1px #fff;
  padding: 24px 24px;
  margin-top: 40px;
  background-size: cover;
  background-position: center;
}
.joshikai-contact__caution .heading {
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
}
.joshikai-contact__caution ul {
  margin-top: 16px;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.joshikai-contact__caution ul li {
  margin-top: 8px;
  padding-left: 24px;
  position: relative;
  font-size: 1.4rem;
  color: #fff;
}
.joshikai-contact__caution ul li:first-of-type {
  margin-top: 0;
}
.joshikai-contact__caution ul li::before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "※";
}

@media screen and (max-width: 750px) {
  .joshikai-contact {
    margin-bottom: 40px;
    padding: 40px 0;
  }
  .joshikai-contact__heading h2 {
    font-size: 2rem;
  }
  .joshikai-contact__comment {
    margin-top: 16px;
  }
  .joshikai-contact__otherways {
    margin-top: 28px;
    width: 100%;
    padding: 16px 8px;
    display: block;
  }
  .joshikai-contact__otherways .tel {
    text-align: center;
    width: 100%;
  }
  .joshikai-contact__otherways .tel .heading {
    font-size: 1.3rem;
  }
  .joshikai-contact__otherways .tel a {
    margin-top: 4px;
    width: 80%;
    padding: 8px 8px;
    text-align: center;
    font-size: 1.4rem;
  }
  .joshikai-contact__otherways .tel a i {
    margin-right: 8px;
  }
  .joshikai-contact__otherways .line {
    margin-top: 8px;
    text-align: center;
    width: 100%;
  }
  .joshikai-contact__otherways .line .heading {
    font-size: 1.3rem;
  }
  .joshikai-contact__otherways .line a {
    margin-top: 4px;
    width: 80%;
    padding: 8px 8px;
    text-align: center;
    font-size: 1.4rem;
  }
  .joshikai-contact__otherways .line a i {
    margin-right: 8px;
  }
  .joshikai-contact__box {
    width: 100%;
    margin-top: 12px;
    padding: 32px 8px;
  }
  .joshikai-contact__box .wpcf7-list-item {
    display: block;
  }
  .joshikai-contact__box .upper {
    padding-bottom: 8px;
  }
  .joshikai-contact__box .upper .type > .heading {
    display: block;
    width: 100%;
    margin-right: 0px;
    font-size: 1.4rem;
  }
  .joshikai-contact__box .upper .type label input[type=radio] {
    font-size: 1.4rem;
  }
  .joshikai-contact__box .upper .type label span {
    font-size: 1.4rem;
  }
  .joshikai-contact__box .area {
    margin-top: 24px;
  }
  .joshikai-contact__box .area .title {
    padding: 2px 8px;
    font-size: 1.5rem;
  }
  .joshikai-contact__box .area table {
    margin-top: 8px;
  }
  .joshikai-contact__box .area table tr th, .joshikai-contact__box .area table tr td {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    width: 100%;
  }
  .joshikai-contact__box .area table tr th {
    padding-top: 16px;
    line-height: 1;
  }
  .joshikai-contact__box .area table tr th span {
    margin-left: 4px;
  }
  .joshikai-contact__box .area table tr td {
    padding-top: 4px;
    padding-bottom: 8px;
  }
  .joshikai-contact__box .area table tr td input[type=number] {
    width: 30%;
  }
  .joshikai-contact__box .area table tr td textarea {
    height: 100px;
  }
  .joshikai-contact__box .area table tr td .col {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .joshikai-contact__box .area table tr td .col .item {
    margin-top: 8px;
    width: 100%;
  }
  .joshikai-contact__box .area table tr td .col .item:first-of-type {
    margin-top: 0;
  }
  .joshikai-contact__box .area table tr td .col .item input {
    margin-left: 8px;
  }
  .joshikai-contact__box .privacy {
    margin-top: 12px;
  }
  .joshikai-contact__box .privacy .link {
    margin-top: 0;
  }
  .joshikai-contact__box .submit {
    margin-top: 20px;
  }
  .joshikai-contact__box .submit input, .joshikai-contact__box .submit button {
    font-size: 1.5rem;
    padding: 8px 0px;
    width: 80%;
  }
  .joshikai-contact__caution {
    width: 100%;
    padding: 16px 16px;
    margin-top: 20px;
  }
  .joshikai-contact__caution .heading {
    font-size: 1.5rem;
  }
  .joshikai-contact__caution ul {
    margin-top: 8px;
  }
  .joshikai-contact__caution ul li {
    margin-top: 4px;
    padding-left: 15px;
    font-size: 1.1rem;
  }
}
.kinito_footer {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
  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: flex-end;
}
.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: 26%;
}
.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.65rem;
  letter-spacing: 2.3px;
  font-weight: 600;
  text-align: right;
}
.kinito_footer__right .tel a {
  color: #fff;
}
.kinito_footer__right .address {
  font-size: 1.5rem;
  letter-spacing: 2.3px;
  font-weight: 600;
  text-align: right;
  color: #fff;
}
.kinito_footer--wonder {
  background-image: url("../img/footerback.jpg");
  background-size: cover;
  background-position: center;
}
.kinito_footer--wonder .kinito_footer__left .logo-gr .logo {
  width: 209px;
}

@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-left: auto;
    margin-right: auto;
    width: 35%;
  }
}
/* animation */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 25px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=joshikai.css.map */