@charset "UTF-8";
/*
PHOTO TAKANO STUDIO + - recruit-2025 css -
Author: Minako Murayama
Date: 2025.11.15
Version: 1.0
*/
/*===============================
var list
================================*/
/*===============================
responsive
================================*/
/*===============================
main
================================*/
.pcbr {
  display: none;
}
@media screen and (min-width: 768px) {
  .pcbr {
    display: block;
  }
}

.spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .spbr {
    display: block;
  }
}

/*
=== END of inheritance CSS files from access page ===
*/
main {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
}
main h2 {
  margin-bottom: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.4;
}

section,
h1,
main h2,
h3 {
  font-family: "Noto Sans JP", sans-serif;
  color: #313131;
}

section {
  letter-spacing: normal;
}

article {
  width: 91%;
  margin: 0 auto;
}

img {
  width: 100%;
  vertical-align: middle;
}

a:link,
a:visited {
  color: unset;
}

.anchor {
  margin-top: calc(4.5rem - 56px);
  padding-top: 60px;
}

.mt-10 {
  margin-top: -1rem;
}

.mt-15 {
  margin-top: -1.5rem;
}

.mt-20 {
  margin-top: -2rem;
}

.mt-25 {
  margin-top: -2.5rem;
}

.mt-30 {
  margin-top: -3rem;
}

.mt-35 {
  margin-top: -3.5rem;
}

.mt-40 {
  margin-top: -4rem;
}

.mt-50 {
  margin-top: -5rem;
}

.mt-60 {
  margin-top: -6rem;
}

.mt5 {
  margin-top: 0.5rem;
}

.mt10 {
  margin-top: 1rem;
}

.mt15 {
  margin-top: 1.5rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt25 {
  margin-top: 2.5rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt35 {
  margin-top: 3.5rem;
}

.mt40 {
  margin-top: 4rem;
}

.mt45 {
  margin-top: 4.5rem;
}

.mt50 {
  margin-top: 5rem;
}

.mt60 {
  margin-top: 6rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 1rem;
}

.mb15 {
  margin-bottom: 1.5rem;
}

.mb20 {
  margin-bottom: 2rem;
}

.mb25 {
  margin-bottom: 2.5rem;
}

.mb30 {
  margin-bottom: 3rem;
}

.mb40 {
  margin-bottom: 4rem;
}

.mb50 {
  margin-bottom: 5rem;
}

.mb60 {
  margin-bottom: 6rem;
}

.right {
  text-align: right !important;
}

.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

div#wrapper {
  margin-top: 0;
  padding-top: 0;
}

h3#pageTitle {
  display: none;
}

.title02 {
  width: 100%;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  padding-left: 1.5rem;
  padding-bottom: 0;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid #e5e5e5;
  background: url(/images/common/hd_title01.gif) left 2px no-repeat;
}

/*===============================
top
================================*/
.top_title {
  margin-bottom: 0.5rem;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.top_title span {
  font-size: 1.9rem;
}
.top_title-sub {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.top_title-sub::before {
  content: "";
  display: inline-block;
  margin-right: 0.2em;
  background-image: url(/wp-content/themes/takano_renew/recruit/2025/img/img-logo-co-op.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4.9rem;
  height: auto;
  aspect-ratio: 97/42;
  vertical-align: text-bottom;
}

#top_slider {
  width: 89.6%;
  margin: 2.1rem auto 1.8rem;
}
#top_slider .slick-slide img {
  width: 100%;
}

.topmenubanner {
  width: 89.6%;
  margin: 0 auto 1.8rem;
}
.topmenubanner img {
  width: 100%;
}

.top_layout {
  width: 89.6%;
  margin: 0 auto;
}

.top_textbox {
  margin-bottom: 3.1rem;
}
.top_textbox h2 {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.top_textbox p {
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: -0.04em;
}

/*　recruit_topics */
.recruit_topics_area_top {
  border: 0.2rem solid #a39797;
  margin-bottom: 1.5rem;
  padding: 2rem 1.5rem;
}
.recruit_topics_area_top .topics_title {
  margin-bottom: 1.3rem;
  font-size: 1.65rem;
  text-transform: capitalize;
  text-align: center;
}
.recruit_topics_area_top div {
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  width: 100%;
}

/*===============================
plan_area
================================*/
.plan_layout {
  width: 94%;
  margin: 0 auto;
}
.plan_layout > section {
  width: 100%;
}

.plan_area .plan_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 5px solid #333;
  padding: 2rem 1.3rem;
  width: 100%;
  text-align: center;
}
.plan_area .plan_container_co-op::before {
  content: "▼";
  font-size: 3.9rem;
  line-height: 1;
}
.plan_area .plan_container_co-op h3 {
  margin-bottom: 0.2em;
  font-size: 1.4rem;
  font-weight: normal;
}
.plan_area .plan_container_co-op p {
  font-size: 1.4rem;
  text-align: left;
}
.plan_area .plan_container_co-op img {
  display: block;
  width: 39%;
  margin: 1rem auto;
}
.plan_area .plan_container_co-op .box_tomowari p {
  position: relative;
  margin-bottom: 0.9rem;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
.plan_area .plan_container_co-op .box_tomowari p span {
  font-size: 3.5rem;
}
.plan_area .plan_container_co-op .box_tomowari p::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 3em;
  border-top: 0.4rem solid #ccc;
}
.plan_area .plan_container_co-op .box_tomowari img {
  width: 71.5%;
  margin: 0 auto;
}
.plan_area img {
  vertical-align: middle;
}
.plan_area .plan_title {
  width: 95%;
  margin: 1.2rem auto;
  color: #FFF;
  background-color: #333;
  font-size: 2.2rem;
  line-height: 1.9;
  text-align: center;
}
.plan_area .plan_title span {
  font-size: 1.9rem;
  font-weight: normal;
}
.plan_area .plan_title-sub {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.plan_area .plan_title-sub span {
  font-size: 2.1rem;
}
.plan_area .plan_image {
  width: 54.4%;
  margin: 1.8rem auto 2.8rem;
}
.plan_area .plan_image-sub {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 93.4%;
  margin: 3.1rem auto 1.9rem;
}
.plan_area .plan_image-sub_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 49%;
}
.plan_area .plan_image-sub_label {
  height: 3.3rem;
  margin-top: 0.3rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.3rem;
  color: #fff;
  background-color: #332f2e;
}
.plan_area .plan_image-sub_label.label-r {
  font-size: 1rem;
}
.plan_area .plan_note {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.plan_area .plan_note.separately {
  margin-bottom: 0;
}
.plan_area .plan_note.rental {
  text-decoration: underline;
}
.plan_area .plan_option_list {
  padding-bottom: 0.8rem;
}
.plan_area .plan_option_list a {
  text-decoration: underline;
  color: #455ea0;
}
.plan_area .plan_option_list ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
.plan_area .plan_option_list ul li {
  font-size: 1.1rem;
  border: 1px solid #000;
  border-bottom: 0;
  color: #313131;
  list-style: none;
  line-height: 1.3;
  margin-bottom: 0 !important;
  padding: 3% 2%;
  word-wrap: break-word;
}
.plan_area .plan_option_list ul li.service {
  width: 70.7%;
}
.plan_area .plan_option_list ul li.standard {
  width: 12.9%;
}
.plan_area .plan_option_list ul li.option {
  width: 16%;
}
.plan_area .plan_option_list ul li.option.data {
  padding: 3% 1%;
  font-size: 1rem;
  line-height: 1.7;
}
.plan_area .plan_option_list ul li.th {
  margin-bottom: 0.5rem;
  padding: 2%;
  font-weight: normal;
  color: #fff;
  background-color: #000;
  border: none;
}
@media screen and (min-width: 768px) {
  .plan_area .plan_option_list ul li.th {
    padding: 1% 3%;
  }
}
.plan_area .plan_option_list ul li.th.service {
  font-size: 1.3rem;
  line-height: 2.4;
}
.plan_area .plan_option_list ul li.th.standard {
  font-size: 1.2rem;
}
.plan_area .plan_option_list ul li.th.option {
  font-size: 1.2rem;
  text-align: left;
}
.plan_area .plan_option_list ul:first-of-type {
  margin-bottom: 0.5rem;
}
.plan_area .plan_option_list ul:last-child li {
  border-bottom: 1px solid #455ea0;
}
.plan_area .button_reserve {
  display: block;
  width: 100%;
  margin: 1rem 0 0;
}
.plan_area .plan_price {
  display: block;
  width: 100%;
  margin: 1rem 0 0;
}
.plan_area#plan_lady .plan_container {
  border-color: #ee6b9f;
}
.plan_area#plan_lady .plan_title {
  background-color: #ee6b9f;
}
.plan_area#plan_lady .plan_note.rental {
  color: #ee6b9f;
}
.plan_area#plan_lady .plan_image-sub_label.label-r {
  background-color: #ee6b9f;
}
.plan_area#plan_lady .box_tomowari p::before {
  border-color: #ee6b9f;
}
.plan_area#plan_man .plan_container {
  border-color: #00427c;
}
.plan_area#plan_man .plan_title {
  background-color: #00427c;
}
.plan_area#plan_man .plan_note.rental {
  color: #00427c;
}
.plan_area#plan_man .plan_image-sub_label.label-r {
  background-color: #00427c;
}
.plan_area#plan_man .box_tomowari p::before {
  border-color: #00427c;
}
.plan_area#plan_eco .plan_container {
  border-color: #4a97b3;
}
.plan_area#plan_eco .plan_title {
  background-color: #4a97b3;
}
.plan_area#plan_eco .plan_title + p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #98c72d;
}
.plan_area#plan_eco .plan_title + p span {
  font-size: 1.4rem;
}
.plan_area#plan_eco .plan_image {
  margin: 1.8rem auto 1.7rem;
}
.plan_area#plan_eco .plan_note.rental {
  color: #4a97b3;
}
.plan_area#plan_eco .plan_option_list {
  margin-top: 1.9rem;
}

/*===============================
info_layout
================================*/
.info_layout {
  width: 94%;
  margin: 0 auto;
}
.info_layout > section {
  width: 100%;
}

.info_frame {
  width: 100%;
  border: 0.3rem solid #999595;
  padding: 2.1rem;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}
.info_frame .info_title {
  width: 100%;
  font-size: 1.9rem;
  letter-spacing: -0.04em;
  margin: 0 auto 2rem;
  line-height: 2.5;
  color: #fff;
  background-color: #373737;
}
.info_frame h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
.info_frame p {
  margin-bottom: 0.5em;
  line-height: 1.2;
}

#tomowari .info_title + p {
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
#tomowari .info_title + p + img {
  display: block;
  width: 74%;
  margin: 0.9rem auto 2.2rem;
}
#tomowari ul {
  margin-bottom: 2.9rem;
}
#tomowari ul li {
  margin-bottom: 0.5em;
  font-size: 1.55rem;
}
#tomowari .box {
  margin-bottom: 2.1rem;
}
#tomowari .box ul {
  margin-bottom: 0;
}

#hair-make img {
  display: block;
  margin: 0 auto 2rem;
}
#hair-make img:first-of-type {
  width: 60%;
}

#lesson .info_title {
  background-color: #999595;
}
#lesson .info_title-sub {
  font-size: 1.7rem;
  text-align: center;
}
#lesson .info_title + img {
  display: block;
  margin: 2.7rem auto 1.8rem;
}
#lesson .box {
  margin-top: 2rem;
}
#lesson .box h3 {
  margin-bottom: 0.2em;
  font-weight: bold;
}
#lesson .box ul li {
  font-size: 1.55rem;
}
#lesson .box ul li.tel {
  margin-top: 1em;
}
#lesson .box ul li.price {
  margin-top: 1em;
  margin-bottom: 1.6rem;
}
#lesson .box img {
  display: block;
  width: 72%;
  margin: 1em auto 0;
}

#pro-photography .info_title {
  font-size: 1.7rem;
}
#pro-photography img {
  display: block;
  margin: 0 auto 2rem;
}
#pro-photography img:last-of-type {
  margin-bottom: 0;
}

#super .info_title {
  margin-bottom: 1.5rem;
}
#super .info_title + p {
  margin-bottom: 1.4rem;
  font-size: 1.6rem;
  font-weight: bold;
}
#super .info_title + p + img {
  display: block;
  margin: 0 auto 3.2rem;
  width: 76%;
}
#super .box {
  margin-top: 2rem;
}
#super .box h3 {
  margin-bottom: 0.5em;
  font-size: 1.6rem;
  font-weight: bold;
}
#super .box ul li {
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 1em;
}
#super .box p {
  font-size: 1.6rem;
}
#super .box.super-effect h3 {
  margin-bottom: 1.8rem;
  font-size: 2.3rem;
  font-weight: bold;
}
#super .super_image {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 1.6rem;
}
#super .super_image_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 48%;
}
#super .super_image_label {
  margin-top: 0.3rem;
  font-size: 1.6rem;
  text-align: center;
}
#super .price {
  border: 0.2rem solid #999595;
  font-size: 1.8rem;
  text-align: center;
  line-height: 4rem;
}
#super .price span {
  font-size: 2.3rem;
}

#skin img {
  display: block;
  margin: 0 auto 2rem;
  width: 88%;
}

#data img {
  display: block;
  margin: 0 auto 2rem;
  width: 28%;
}
#data ul {
  margin-bottom: 1em;
}
#data ul li {
  margin-bottom: 0.4em;
  line-height: 1;
}

#self-cut img {
  display: block;
  width: 90%;
  margin: 0 auto 1rem;
}
#self-cut p {
  text-align: center;
}

#rental .box {
  margin-top: 2rem;
}
#rental .box h3 {
  margin-bottom: 0.2em;
  font-size: 1.9rem;
  font-weight: bold;
}
#rental .box.man img {
  display: block;
  width: 65%;
  margin: 1.5rem auto 0;
}
#rental .box.lady img {
  display: block;
  width: 55%;
  margin: 1.5rem auto;
}
#rental .box.room img {
  display: block;
  width: 80.2%;
  margin: 0 auto;
}
#rental .box.room p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
#rental .box.attention img {
  display: block;
  width: 80.2%;
  margin: 0 auto 3rem;
}
#rental .box.attention p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
#rental .box ul li {
  font-size: 1.55rem;
}

#coop-schools .info_title {
  font-size: 1.6rem;
}
#coop-schools p img.coop-logo {
  display: inline-block;
  width: 5.4rem;
  height: auto;
  vertical-align: bottom;
}

#studio h2 {
  margin-bottom: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.414;
  letter-spacing: normal;
  text-align: center;
  color: #3B4043;
}

/*===============================
Access
================================*/
.access {
  padding-bottom: 6rem;
}
.access h2 {
  margin-bottom: 3.6rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.414;
  letter-spacing: normal;
  text-align: center;
  color: #3B4043;
}
.access > div {
  line-height: 0;
}
.access .map {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px) {
  .access .map {
    width: 54.9048316252vw;
    max-width: 719px;
  }
}
.access > p {
  text-align: center;
  margin-bottom: 2.3rem;
  line-height: 1.857;
}
.access > p.access_news {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}
.access > p.access_news span {
  color: #ff0000;
}
.access .access_link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.access .access_link p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ Pro", "メイリオ", san-serif;
  font-weight: bold;
}
.access .access_link .btn05 {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .access .access_link a.btnCommon {
    transition: 0.5s;
  }
  .access .access_link .btn05:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: #fff;
    transition: 0.5s;
  }
  .access .access_link .btn05:hover {
    color: #313131;
  }
  .access .access_link .btn05:hover:before {
    left: 0;
  }
}
.access .access_link a.btnCommon {
  position: relative;
  z-index: 1;
  display: block;
  box-sizing: border-box;
  border: 1px solid #5bacb7;
  color: #fff;
  line-height: 1;
  padding: 1.142em 1.142em 1.142em 1.714em;
}
.access .access_link .btn_access {
  background-color: #5bacb7;
}
.access .access_link .btn_access a .btn_hover {
  width: 2.6666666667vw;
  height: 2.3333333333vw;
  margin-left: 0.628em;
  position: absolute;
  bottom: 1.8rem;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .access .access_link .btn_access a .btn_hover {
    bottom: 1.8rem;
    width: 1.0666666667vw;
    height: 0.9333333333vw;
    margin-bottom: 0.1rem;
    margin-left: 1.365em;
  }
}
.access .access_link .btn_access a::after {
  content: "";
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.4 7.5'%3E%3Cpath fill='%23fff' d='M4.925 7.225c-.1 0-.3-.1-.4-.2-.3-.2-.3-.6 0-.8l2.5-2.5-2.5-2.5c-.2-.2-.2-.6 0-.8.2-.2.6-.2.8 0l2.9 2.9c.2.2.2.6 0 .8l-2.9 2.9c-.1.2-.3.2-.4.2zm-3.7-.2l2.9-2.9c.2-.2.2-.6 0-.8l-2.9-2.9c-.2-.2-.6-.2-.8 0-.2.2-.2.6 0 .8l2.5 2.5-2.5 2.5c-.2.2-.2.6 0 .8.1.1.3.2.4.2s.3 0 .4-.2z' /%3E%3C/svg%3E") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 2.6666666667vw;
  height: 2.3333333333vw;
  margin-left: 0.628em;
}
@media screen and (min-width: 768px) {
  .access .access_link .btn_access a:hover {
    border-color: #313131;
  }
  .access .access_link .btn_access a:hover .btn_hover {
    opacity: 1;
    transition: 0.5s;
  }
  .access .access_link .btn_access a:hover::after {
    opacity: 0;
    transition: 0.5s;
  }
}
@media screen and (min-width: 768px) {
  .access .access_link .btn_access a {
    font-size: 1.3rem;
    padding: 1.269em 1.846em 1.269em 2.461em;
  }
  .access .access_link .btn_access a::after {
    width: 1.0666666667vw;
    height: 0.9333333333vw;
    margin-bottom: 0.1rem;
    margin-left: 1.365em;
  }
}

/*===============================
fixedBox
================================*/
#fixedBox {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 997;
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}
#fixedBox #fixedBox_n {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  padding: 0.5rem;
  color: #000;
  background-color: #fff;
}
#fixedBox #fixedBox_n div {
  width: 49.5%;
}
#fixedBox #fixedBox_n div img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/*===============================
footer
================================*/
footer {
  padding: 2.8rem 2.8rem 8rem;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 3rem 2.8rem 10rem;
  }
}

/*===============================
320px & exception
================================*/
@media only screen and (max-width: 360px) {
  p.toptitlebottom {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 415px) and (max-width: 800px) {
  h3.title02 {
    background-size: auto 60%;
    background-position-y: 30%;
  }
  .contenedor {
    margin-left: 1%;
  }
}
/*# sourceMappingURL=recruit-2025.css.map */