@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:500,600");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption,
input,
textarea,
select {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  line-height: 1.7;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 20px;
  font-size: 2rem;
  background: #fff;
  color: #000;
  overflow-y: scroll;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  opacity: 1;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

.m_ft {
  font-family: YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.ft_er {
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/

#header {
  position: absolute;
  width: 100%;
  top: 0;
  padding: .2em 0 .2em;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
}

body.fixed #header {
  position: fixed;
}

.h_logo {
  float: left;
  margin-left: 1em;
  width: 8em;
}

.h_logo img {
  display: block;
}

.h_nav {
  float: right;
  margin-right: 16em;
  margin-top: .9em;
}

.h_nav li {
  margin-left: 2em;
}

.h_nav li a {
  font-size: 1.7rem;
  display: block;
}

.h_nav li {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.h_nav li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #333;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.h_nav li:hover:before,
.h_nav li:focus:before,
.h_nav li:active:before {
  right: 0;
}

.top .h_nav li.h_nav01_stay:before,
.salon .h_nav li.h_nav02_stay:before,
.staff .h_nav li.h_nav03_stay:before,
.menu .h_nav li.h_nav04_stay:before,
.flow .h_nav li.h_nav05_stay:before,
.h_nav li.active:before {
  right: 0;
  background: #ccc;
}

.top .h_nav li.h_nav01_stay a:before,
.salon .h_nav li.h_nav02_stay a:before,
.staff .h_nav li.h_nav03_stay a:before,
.menu .h_nav li.h_nav04_stay a:before,
.flow .h_nav li.h_nav05_stay a:before,
.h_nav li.active a:before {
  content: '';
  position: absolute;
  background: #333;
  height: 2px;
  left: 0;
  width: 10px;
  bottom: 0;
}

.top .h_nav li.h_nav01_stay a:after,
.salon .h_nav li.h_nav02_stay a:after,
.staff .h_nav li.h_nav03_stay a:after,
.menu .h_nav li.h_nav04_stay a:after,
.flow .h_nav li.h_nav05_stay a:after,
.h_nav li.active a:after {
  content: '';
  position: absolute;
  background: #FF76CD;
  height: 2px;
  left: 10px;
  width: 5px;
  bottom: 0;
}

.h_reserv {
  position: absolute;
  right: 1em;
  color: #fff;
  text-align: center;
}

.h_reserv a {
  display: block;
  background: #000 url(../img/icn_point.png) no-repeat center -0.15em;
  font-size: 1.7rem;
  padding: 1.3em 2em 0;
  height: 3.5em;
}

.h_recruit {
  position: absolute;
  right: 8.1em;
  text-align: center;
}

.h_recruit a {
  display: block;
  border: 2px solid #000;
  background-color: rgba(255,255,255,0.7);
  font-size: 1.7rem;
  padding: 0.9em 2em 0;
  box-sizing: border-box;
  height: 3.5em;
}

@media screen and (min-width: 769px) {
  .h_nav li.h_nav_sp {
    display: none;
  }
}

.reserv-cont {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .3s linear;
  -moz-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
  filter: alpha(opacity=0);
  z-index: 9999;
  color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  letter-spacing: -1px;
}

.reserv-inner {
  width: 90%;
  margin: 0 auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45%;
  margin-top: -22%;
  color: #fff;
  padding: 15px;
}

.reserv-cont .ttl {
  text-align: center;
}

.reserv-cont .ttl img {
  width: 4em;
  vertical-align: -40%;
  margin-right: .7em;
}

.reserv-cont .ttl span span {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
}

.reserv-cont .ttl span small {
  color: #ccc;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}

.reserv-cont dl {
  max-width: 28%;
  min-width: 325px;
  margin: .5em auto .3em;
}

.reserv-cont dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.reserv-cont dt.close {
  float: left;
  width: 9em;
}

.reserv-cont dd {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.reserv-cont dd ul {
  width: 100%;
}
.reserv-cont dd span {
  width: 9em;
  display: inline-block;
}

.reserv-cont .tel,
.reserv-cont .web {
  border: solid 1px #000;
  height: 5em;
  text-align: center;
}

.reserv-cont .tel a,
.reserv-cont .web a {
  font-size: 2.8rem;
  display: block;
  height: 100%;
}

.reserv-cont .tel img,
.reserv-cont .web img {
  vertical-align: middle;
  margin-right: .3em;
}

.reserv-cont .tel {
  float: left;
  width: 60%;
}

.reserv-cont .tel img {
  width: 1.3em;
  vertical-align: text-top;
}

.reserv-cont .tel a {
  padding-top: .4em;
}

.reserv-cont .web {
  float: right;
  width: 40%;
  background: #000;
}
.reserv-cont .web a {
  color: #fff;
  padding-top: .4em;
  background: #000 url(../img/icn_point.png) no-repeat center -0.13em;
}

.reserv-cont .web img {
  font-size: 2rem;
  width: 1.65em;
}

.reserv-cont .img {
  position: absolute;
  height: 21.5em;
  width: 58%;
  background: no-repeat center center;
  background-size: cover;
  top: 0;
}

.reserv-cont .icon {
  position: absolute;
  display: block;
  width: 2.3em;
  right: 58%;
  top: 50%;
  background: #ccc;
  height: 1px;
}

.reserv-cont .icon:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 1px;
  background: #000;
}

.reserv-cont .icon:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 5px;
  height: 1px;
  background: #FF76CD;
}

.reserv-cont.a .img {
  right: 0;
}

.reserv-cont.b .box {
  margin-left: 50%;
}

.reserv-cont.b .inner {
  margin: 0 auto 0 0;
  padding: 3.2em 10% 3.2em 23%;
}

.reserv-cont.b .img {
  top: auto;
  bottom: 0;
}

.reserv-cont.b .icon {
  right: auto;
  left: 58%;
}

.reserv-cont.b .icon:before {
  right: auto;
  left: 0;
}

.reserv-cont.b .icon:after {
  right: auto;
  left: 10px;
}

.reserv-inner > li + li {
  margin-top: 2.5em;
}

.reserv-cont .close-btn {
  display: block;
  position: absolute;
  top: 2.5%;
  left: 5%;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 5rem;
  z-index: 500;
}
.reserv-inner ul {
  width: 60%;
  margin: 0 auto;
}


@media all and (max-width: 767px) {
  #header {
    padding-top: 1.5em;
  }
  body.fixed #header {
    position: absolute;
  }

  .h_nav {
    float: none;
    margin: 0 2em;
    margin-top: 2em;
  }

  .h_nav li {
    margin-left: 0;
  }

  .h_nav li a {
    font-size: 3rem;
    padding: .8em 0;
  }

  .h_nav li {
    display: block;
    text-align: center;
    width: 100%;
  }

  .h_nav li:before {
    background: #fff;
  }

  .h_nav li.active a:before {
    content: '';
    position: absolute;
    background: #333;
    height: 2px;
    left: 0;
    width: 10px;
    bottom: 0;
  }

  .h_nav li.active a:after {
    content: '';
    position: absolute;
    background: #FF76CD;
    height: 2px;
    left: 10px;
    width: 5px;
    bottom: 0;
  }

  .h_nav li.h_nav_sp {
    text-align: center;
  }

  .h_nav_sp_icon_box {
    vertical-align: top;
    display: inline-block;
    padding: 0 10px;
  }

  .h_nav_sp_btn {
    border: 1px solid #000;
    width: 36px;
    height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    line-height: 0;
  }

  .h_nav li a.h_nav_sp_btn {
    font-size: 4rem;
    padding: .4em 0;
  }


  .h_reserv {
    position: fixed;
    right: 5em;
    top: 1em;
    z-index: 9;
  }

  .h_reserv a {
    display: block;
    background: #000 url(../img/icn_point.png) no-repeat center -0.15em;
    font-size: 2rem;
    padding: 1.6em 2em 0;
    height: 4em;
  }
  .h_recruit {
    position: fixed;
    right: 13em;
    top: 1em;
    z-index: 9;
  }
  .h_recruit a {
    display: block;
    font-size: 2rem;
    padding: 1.0em 2em 0;
    height: 4em;
  }
  .h_menu {
    display: block;
    position: fixed;
    right: 1em;
    top: 1em;
    cursor: pointer;
    z-index: 10;
    width: 4em;
    padding: 1.8em 1.1em 0;
    height: 4em;
    border: solid 1px #222;
    background: #fff;
  }

  .h_menu_icon {
    position: relative;
    display: block;
  }

  .h_menu_icon,
  .h_menu_icon:before,
  .h_menu_icon:after {
    width: 1.6em;
    height: 2px;
    background-color: #222;
    -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-property: background-color, top;
    transition-property: background-color, top;
  }

  .h_menu_icon:before,
  .h_menu_icon:after {
    position: absolute;
    top: -.7em;
    left: 0;
    content: '';
  }

  .h_menu_icon:after {
    top: .7em;
  }

  .open .h_menu_icon {
    background-color: transparent;
  }

  .open .h_menu_icon:before,
  .open .h_menu_icon:after {
    top: 0;
  }

  .open .h_menu_icon:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .open .h_menu_icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #toggle_menu {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 100%;
    height: 100%;
    -webkit-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    background: #fff;
  }

  body.open {
    overflow-y: hidden;
  }

  body.open .h_reserv {
    opacity: 0;
  }
  body.open .h_recruit {
    opacity: 0;
  }
  body.open #toggle_menu {
    right: 0;
  }

	.f_nav {
		display: none;
	}
}

.f_copy {
  position: fixed;
  z-index: 10;
  left: 1em;
  top: 0;
  height: 100%;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  color: #000;
}

.f_sns {
  position: fixed;
  right: 1em;
  width: 3em;
  top: 50%;
  margin-top: -4.35em;
/*
  height: 13em;
*/
  height: 10.3em;
  z-index: 10;
  background: #000;
  padding-top: .3em;
}

.f_sns li {
  text-align: center;
  color: #fff;
}

.f_sns li {
  margin-top: .68em;
}

.f_sns li a {
  margin: 0 auto;
}

.f_sns li p {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 5px;
}

.f_info {
  background: #202020;
  color: #fff;
  padding: 2em 0;
}

.f_info .box {
  display: table;
  width: 100%;
  border-right: solid 1px #fff;
}

.f_info .box img {
  display: block;
}

.f_info .box > li {
  display: table-cell;
  width: 26.6%;
  padding: 1.5em 0;
  vertical-align: top;
  text-align: center;
  border-left: solid 1px #fff;
}

.f_info .box > li p {
  font-size: 1.2rem;
}

.f_info .box > li.a {
  width: 20%;
}

.f_info .box dt {
  font-size: 2rem;
  margin-bottom: .5em;
}

.f_info .box dt img {
  width: 3.75em;
  font-size: 2rem;
  margin: 0 auto .8em;
}

.f_info .box .a > img {
  width: 4.05em;
  margin: 0 auto 1.4em;
}

.f_info .box .a li {
  text-align: center;
  display: inline-block;
  margin: 0 .1em;
  vertical-align: bottom;
}

.f_info .box .a li a span {
  font-size: 1.2rem;
  display: block;
  line-height: 1.5;
  text-align: center;
  vertical-align: bottom;
  margin: 0 auto;
}

.f_info .box .a li img {
  width: 1.85em;
}

.f_info .box .b p {
  line-height: 1.4;
}

.f_info .box .b p * {
  line-height: inherit;
}

.f_info .box .b p span {
  font-size: 1.6rem;
  display: inline-block;
  width: 4.5em;
  text-align: left;
}

.f_info .box .b p a {
  font-size: 2.2rem;
}

.f_info .box .c li {
  display: inline-block;
  width: 6em;
  border: solid 1px #fff;
  padding: 0 .4em;
  margin: 0 .2em;
}

.f_info .box .c a {
  display: block;
  background: url(../img/icn_anchor03.png) no-repeat right center;
  background-size: .555em;
  font-size: 1.8rem;
  padding: .8em .8em .8em 0;
}

.f_bg {
  background: url(../img/bg_stripe.png);
  background-size: 6em;
  overflow: hidden;
}

.f_bnr {
  padding: 2.5em 0 2em;
}

.f_bnr li {
  position: relative;
}

.f_bnr .icon {
  position: absolute;
  display: block;
  width: 10em;
  left: -8.5em;
  top: 6.3em;
  background: #ccc;
  height: 2px;
}

.f_bnr .icon:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: .5em;
  height: 2px;
  background: #000;
}

.f_bnr .icon:after {
  content: '';
  position: absolute;
  right: .5em;
  top: 0;
  width: .25em;
  height: 2px;
  background: #FF76CD;
}

.f_access {
  position: relative;
  margin-top: 1em;
}

.f_access .box {
  position: absolute;
  width: 100%;
  top: 2em;
  z-index: 1;
}

.f_access dl {
  background: #fff;
  width: 14em;
  height: 14em;
  text-align: center;
  overflow: hidden;
  padding-top: 2.5em;
}

.f_access dt img {
  width: 2.65em;
  vertical-align: -20%;
  margin-right: .5em;
}

.f_access dt span {
  padding-top: .5em;
}

.f_access dt span span {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

.f_access dt span small {
  color: #ccc;
  display: block;
  font-size: 1.4rem;
  line-height: 1;
}

.f_access .tel {
  font-size: 2.2rem;
  font-weight: bold;
  margin: .8em 0 .4em;
}

.f_access .tel img {
  vertical-align: -10%;
  width: 1.182em;
  margin-right: .5em;
}

.f_access .tel + p {
  font-size: 1.6rem;
  text-align: left;
  padding-left: 2.5em;
}

.f_map {
  margin: 0 auto;
}

.f_map > div {
  position: relative;
  height: 0;
  padding-top: 400px;
  overflow: hidden;
}

.f_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.f_nav {
  text-align: center;
  padding: 2em 0;
}

.f_nav li {
  display: inline-block;
  margin: 0 1.5em;
  font-size: 1.7rem;
}

#footer {
  overflow: hidden;
  background: #202020;
  color: #fff;
  padding: 2.5em 0 1em;
}

.f_top a {
  font-size: 1.8rem;
}

.f_name {
  text-align: right;
  font-size: 1.5rem;
  margin-top: -1.7em;
}

@media all and (max-width: 767px) {
  .f_copy {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: static;
    font-size: 1.8rem;
    margin-top: 2em;
  }
  footer {
    position: relative;
  }
  .f_sns {
    display: none;
  }
  .f_info .box {
    display: block;
    border-top: solid 1px #fff;
    border-right: none;
  }
  .f_info .box > li {
    display: block;
    width: auto;
    border-left: none;
    border-bottom: solid 1px #fff;
  }
  .f_info .box > li.a {
    width: auto;
  }
  .f_info .box .a li {
    margin: 0 .5em;
  }
  .f_info .box dt {
    font-size: 2.4rem;
    margin-bottom: .5em;
  }
  .f_info .box dt img {
    width: 4.4em;
  }
  .f_info .box .a > img {
    width: 5em;
  }
  .f_info .box .a li img {
    width: 3em;
  }
  .f_info .box .b p span {
    font-size: 2.2rem;
  }
  .f_info .box .b p a {
    font-size: 2.8rem;
  }
  .f_info .box .c li {
    width: 12em;
    padding: 0 1em;
    margin: 0 .5em;
  }
  .f_info .box .c a {
    font-size: 2.8rem;
  }
  .f_access .box {
    position: static;
  }
  .f_access dl {
    width: 60%;
		margin: 0 auto;
    height: auto;
    padding: 2.5em 0 1em;
  }
  .f_access dt img {
    width: 3.5em;
    margin-right: .5em;
  }
  .f_access dt span {
    padding-top: .5em;
  }
  .f_access dt span span {
    font-size: 2.6rem;
  }
  .f_access dt span small {
    font-size: 2rem;
  }
  .f_access .tel {
    font-size: 3.4rem;
    margin: .2em 0 0;
  }
  .f_access .tel + p {
    font-size: 2.2rem;
    text-align: left;
    padding-left: 2em;
  }
  .f_map > div {
    padding-top: 55%;
  }
  .f_nav {
    padding: 2em 2em;
    text-align: left;
    border-top: solid 1px #ccc;
  }
  .f_nav li {
    margin: 0;
    font-size: 2.4rem;
    width: 8em;
    white-space: nowrap;
    margin-bottom: .5em;
  }
  .f_nav li:before {
    content: '-';
    margin-right: .5em;
  }
  .f_top a {
    font-size: 2.2rem;
  }
  .f_copy {
    color: #fff;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/

.top_main {
  margin-top: 8em;
  padding-bottom: 4em;
  position: relative;
}

.top_main:before {
  content: '';
  height: 23.2em;
  width: 42%;
  background: #F1F4F4;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.top_main .img {
  background: url(../img/top_mv.jpg) no-repeat center center;
  background-size: cover;
  width: 83%;
  height: 30em;
}

.top_main_img01 {
	background: url(../img/top/top_mv01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top_main_img02 {
	background: url(../img/top/top_mv02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top_main_img03 {
	background: url(../img/top/top_mv03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.top_main p {
  position: absolute;
  right: .7em;
  top: -1em;
  font-size: 3.2rem;
}

.top_shop {
  position: relative;
  padding: 2.6em 0;
}

.top_shop + .top_shop {
  margin-top: -5.2em;
}

.top_shop .ttl img {
  width: 3.6em;
  vertical-align: -40%;
  margin-right: .5em;
}

.top_shop .ttl span span {
  font-size: 2.2rem;
  font-weight: bold;
  display: inline-block;
}

.top_shop .ttl span small {
  color: #ccc;
  display: block;
  font-size: 1.4rem;
}

.top_shop dl {
  max-width: 340px;
  margin: .5em auto .3em;
}

.top_shop dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: .3em;
}

.top_shop dt.close {
  float: left;
  width: 9em;
}

.top_shop dd {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

.top_shop dd span {
  width: 9em;
  display: inline-block;
}

.top_shop .tel,
.top_shop .web {
  border: solid 1px #000;
  height: 3em;
  text-align: center;
}

.top_shop .tel a,
.top_shop .web a {
  display: block;
  height: 100%;
}

.top_shop .tel img,
.top_shop .web img {
  vertical-align: middle;
  margin-right: .3em;
}

.top_shop .tel {
  float: left;
  width: 60%;
}

.top_shop .tel img {
  width: 1.3em;
}

.top_shop .tel a {
  padding-top: .5em;
}

.top_shop .web {
  float: right;
  width: 40%;
  background: #000;
}

.top_shop .web a {
  font-size: 1.8rem;
  color: #fff;
  padding-top: .9em;
  background: #000 url(../img/icn_point.png) no-repeat center -0.15em;
}

.top_shop .web img {
  font-size: 2rem;
  width: 1.65em;
}

.top_shop .box {
  width: 50%;
  background: #F1F4F4;
}

.top_shop .inner {
  background: url(../img/bg_ttl.png) no-repeat center 2em;
  background-size: 20.45em;
  max-width: 640px;
  margin: 0 0 0 auto;
  padding: 3.2em 23% 3.2em 10%;
}

.top_shop .img {
  position: absolute;
  height: 21.5em;
  width: 58%;
  background: no-repeat center center;
  background-size: cover;
  top: 0;
}

.top_shop .icon {
  position: absolute;
  display: block;
  width: 2.3em;
  right: 58%;
  top: 50%;
  background: #ccc;
  height: 1px;
}

.top_shop .icon:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 1px;
  background: #000;
}

.top_shop .icon:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 5px;
  height: 1px;
  background: #FF76CD;
}

.top_shop.a .img {
  right: 0;
}

.top_shop.b .box {
  margin-left: 50%;
}

.top_shop.b .inner {
  margin: 0 auto 0 0;
  padding: 3.2em 10% 3.2em 23%;
}

.top_shop.b .img {
  top: auto;
  bottom: 0;
}

.top_shop.b .icon {
  right: auto;
  left: 58%;
}

.top_shop.b .icon:before {
  right: auto;
  left: 0;
}

.top_shop.b .icon:after {
  right: auto;
  left: 10px;
}

@media all and (max-width: 767px) {
  .top_shop + .top_shop {
    margin-top: -2.5em;
  }
  .top_shop .ttl img {
    width: 4.5em;
  }
  .top_shop .ttl span span {
    font-size: 4rem;
  }
  .top_shop .ttl span small {
    font-size: 2.8rem;
  }
  .top_shop dl {
    max-width: none;
    width: 90%;
    margin: .5em auto .3em;
  }
  .top_shop dl + ul {
    clear: both;
  }
  .top_shop dt {
    font-size: 2.4rem;
  }
  .top_shop dd {
    font-size: 2.2rem;
  }
  .top_shop .tel,
  .top_shop .web {
    height: 4em;
  }
  .top_shop .tel img {
    vertical-align: -15%;
  }
  .top_shop .tel a {
    padding-top: .6em;
    font-size: 2.8rem;
  }
  .top_shop .web a {
    font-size: 2.6rem;
  }
  .top_shop .web img {
    width: 2.2em;
  }
  .top_shop .box {
    width: auto;
  }
  .top_shop .inner {
    max-width: none;
    padding: 3.2em 2em;
  }
  .top_shop .img {
    position: static;
    height: 21.5em;
    width: auto;
    top: 0;
  }
  .top_shop.b .box {
    margin-left: 0;
  }
  .top_shop.b .inner {
    padding: 3.2em 2em;
  }
.top_recom li dt {
  font-size: 2.2rem!important;
}

}

.top_recom {
  background: url(../img/bg_recommend.png) no-repeat center center;
  background-size: 100% 100%;
  margin-top: 7.85em;
  margin-bottom: 5em;
}

.top_recom .ttl {
  width: 15em;
  margin-bottom: .5em;
}

.top_recom .ttl span {
  padding-top: .5em;
}

.top_recom .ttl span span {
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.top_recom .ttl span small {
  color: #ccc;
  font-size: 60%;
  display: block;
}

.top_recom ul {
  margin-left: -1.8%;
}

.top_recom li {
  float: left;
  width: 25%;
  padding-left: 1.8%;
}

.top_recom li a {
  display: block;
  background: #fff url(../img/icn_anchor01.png) no-repeat right 15%;
  background-size: 1.9em;
  border: solid 1px #ccc;
  width: 13.3em;
  height: auto;
  padding: 1.5em .8em;
}

.top_recom li img {
  margin: .5em 0 .1em;
}

.top_recom li dt {
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 16px;
}

.top_recom li dt * {
  line-height: inherit;
}

.top_recom li dt span {
  font-size: 3rem;
  display: block;
}

.top_recom li dt span em {
  color: #ccc;
}

.top_recom li p {
  font-size: 1.7rem;
}

.top_recom li p span {
  vertical-align: -5%;
  margin-right: .2em;
  font-size: 4rem;
  line-height: 1;
}

.top_recom li.b {
  margin-top: -4.5em;
}

.top_recom li.c {
  margin-top: -2.5em;
}

.top_recom li.d {
  margin-top: -7.25em;
}

@media all and (max-width: 767px) {
  .top_recom {
    margin-top: 3.4em;
    margin-bottom: 5em;
  }
  .top_recom .ttl {
    width: auto;
  }
  .top_recom .ttl span span {
    font-size: 3.2rem;
  }
  .top_recom ul {
    margin-left: -5%;
    margin-top: 1em;
  }
  .top_recom li {
    width: 50%;
    padding-left: 5%;
    margin-bottom: 5%;
    margin-top: 0 !important;
  }
  .top_recom li a {
    width: auto;
    height: auto;
  }
  .top_recom li img {
    width: 100%;
  }
.top_recom li p {
  font-size: 2.2rem!important;
}
}

.top_gallery {
  background: #F1F4F4;
  padding: 4em 0;
}

.top_gallery .inner {
  overflow: hidden;
}

.top_gallery .ttl span span {
  font-size: 2.8rem;
}

.top_gallery .bg {
  margin-top: 2em;
  position: relative;
  width: 1024px;
  left: 50%;
  margin-left: -512px;
  border-left: solid 1px #fff;
}

.top_gallery .bg li {
  width: 25%;
  border-top: solid 1px #fff;
  float: left;
  height: 20px;
  border-right: solid 1px #fff;
}

.top_gallery .shop {
  display: block;
  text-align: center;
  background: #fff;
  height: 256px;
  padding-top: 30%;
}

.top_gallery .shop p {
  font-size: 20px;
  font-weight: bold;
}

.top_gallery .shop small {
  font-size: 14px;
  color: #ccc;
  display: block;
  line-height: 1;
}

.top_gallery .icon {
  position: absolute;
  display: block;
  width: 2.3em;
  right: 0;
  top: 50%;
  background: #ccc;
  height: 1px;
}

.top_gallery .icon:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 1px;
  background: #000;
}

.top_gallery .icon:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 5px;
  height: 1px;
  background: #FF76CD;
}

.top_gallery .icon + .icon {
  right: auto;
  left: 0;
}

.top_gallery .icon + .icon:before {
  right: auto;
  left: 0;
  top: 0;
  width: 10px;
  height: 1px;
  background: #000;
}

.top_gallery .icon + .icon:after {
  right: auto;
  left: 10px;
}

.top_gallery .c_btn {
  margin-top: 3em;
}

.top_blog {
  margin-top: 6em;
  margin-bottom: 5em;
}

.top_blog .ttl {
  width: 15em;
  margin-bottom: .5em;
}

.top_blog .ttl span {
  padding-top: .5em;
}

.top_blog .ttl span span {
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  line-height: 1;
}

.top_blog .ttl span small {
  color: #ccc;
  font-size: 60%;
  display: block;
}

.top_blog ul {
  margin-left: -1.8%;
}

.top_blog li {
  float: left;
  width: 25%;
  padding-left: 1.8%;
}

.top_blog li a {
  display: block;
  background: #F1F4F4;
  background-size: 1.9em;
  width: 13.3em;
  height: 16.5em;
  padding: 1.1em 1.1em;
}

.top_blog li p {
  position: relative;
}

.top_blog li + li {
  margin-top: -1.9em;
}

.top_blog li + li + li {
  margin-top: -3.8em;
}

.top_blog li + li + li + li {
  margin-top: -5.7em;
}

.top_blog .date {
  font-size: 2rem;
  background: #fff;
  background: url(../img/bg_date.png) no-repeat center center;
  background-size: 100% 100%;
  width: 8.5em;
  height: 2.5em;
  text-align: center;
  padding-top: .45em;
  margin-left: -1.1em;
  margin-top: -1.2em;
  margin-bottom: .2em;
}

.top_blog .date + p {
  font-size: 1.6rem;
}

.top_blog .icon {
  position: absolute;
  display: block;
  font-size: 2rem;
  width: .9em;
  left: -1.1em;
  top: 50%;
  background: #ccc;
  height: 2px;
}

.top_blog .icon:before {
  content: '';
  position: absolute;
  right: .2em;
  top: 0;
  width: .4em;
  height: 2px;
  background: #000;
}

.top_blog .icon:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: .2em;
  height: 2px;
  background: #FF76CD;
}

@media all and (max-width: 767px) {
  .top_gallery .ttl span span {
    font-size: 4rem;
  }
  .top_blog {
    margin-top: 6em;
    margin-bottom: 5em;
  }
  .top_blog .ttl {
    width: auto;
  }
  .top_blog .ttl span span {
    font-size: 3.2rem;
  }
  .top_blog ul {
    margin-left: -5%;
    margin-top: 1em;
  }
  .top_blog li {
    width: 50%;
    padding-left: 5%;
    margin-bottom: 5%;
    margin-top: 0 !important;
  }
  .top_blog li a {
    width: auto;
    height: auto;
  }
  .top_blog li img {
    width: 100%;
  }
.top_blog .date + p {
  font-size: 2.2rem;
}

}

.staff_blog_adj {
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.staff_blog_adj img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.top_flow {
  position: relative;
  margin: 5em 0 9em;
}

.top_flow .ttl span span {
  font-size: 2.8rem;
  font-weight: bold;
  display: inline-block;
}

.top_flow .ttl span small {
  color: #ccc;
  display: block;
  font-size: 60%;
}

.top_flow p {
  font-size: 1.6rem;
  margin-top: 1.6em;
}

.top_flow .box {
  width: 56%;
  position: relative;
}

.top_flow .box:before {
  content: '';
  position: absolute;
  background: #F1F4F4;
  width: 100%;
  height: 10em;
  left: 0;
  z-index: -1;
  top: 55%;
}

.top_flow .inner {
  background: #fff;
  position: relative;
  border: solid 1px #ccc;
  width: 32em;
  margin: 0 0 0 auto;
  padding: 3em 3em 0;
}

.top_flow .c_btn {
  margin-top: 1em;
  margin-bottom: -1.5em;
}

.top_flow .img {
  position: absolute;
  height: 15em;
  width: 62.5%;
  background: no-repeat center center;
  background-size: cover;
  top: 6em;
  right: 0;
  z-index: -1;
}

.top_flow.b .box {
  margin-left: 44%;
}

.top_flow.b .inner {
  margin: 0 auto 0 0;
}

.top_flow.b .img {
  left: 0;
  right: auto;
}

@media all and (max-width: 767px) {
  .top_flow {
    margin: 5em 0 2em;
  }
  .top_flow .ttl span span {
    font-size: 3.6rem;
  }
  .top_flow p {
    font-size: 2.2rem;
  }
  .top_flow .box {
    width: auto;
  }
  .top_flow .inner {
    width: auto;
    margin: 0 1em;
    padding: 2em 2em 0;
  }
  .top_flow .img {
    position: static;
    height: 15em;
    width: auto;
    background-size: cover;
    top: 6em;
    right: 0;
  }
  .top_flow.b .box {
    margin-left: 0;
  }
  .top_flow.b .inner {
    margin: 0 1em;
  }
}

@-webkit-keyframes grow {
  50% {
    box-shadow: 0 1px .5em 1px #FF76CD;
    box-shadow: 0 1px 0.5em 1px rgba(255, 118, 205, 0.5);
  }
}

@keyframes grow {
  50% {
    box-shadow: 0 1px .5em 1px #FF76CD;
    box-shadow: 0 1px 0.5em 1px rgba(255, 118, 205, 0.5);
  }
}

.c_btn {
  width: 10em;
  margin: 0 auto;
  background: #fff url(../img/icn_anchor02.png) no-repeat 90% center;
  text-align: center;
}

.c_btn.b {
  width: 22em;
  background-position: 95% center;
}

.c_btn a {
  display: block;
  position: relative;
  border: solid 1px rgba(255, 118, 205, 0.41);
  border: solid 1px #ccc;
  padding: .6em 0;
}

.c_btn a:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: grow 5s ease-in-out infinite alternate;
  animation: grow 5s ease-in-out infinite alternate;
}

.c_ttl {
  position: relative;
  text-align: center;
}

.c_ttl > span {
  display: block;
  position: relative;
}

.c_ttl > span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -10px;
  height: 10px;
  width: 2px;
  background: #000;
}

.c_ttl > span:after {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  height: 5px;
  width: 2px;
  background: #FF76CD;
}

.c_ttl:before {
  content: '';
  position: absolute;
  top: -6em;
  left: 50%;
  height: 6em;
  width: 2px;
  background: #ccc;
  -webkit-animation: grow 5s ease-in-out infinite alternate;
  animation: grow 5s ease-in-out infinite alternate;
}

@media all and (max-width: 767px) {
  .c_btn {
    font-size: 2.4rem;
  }
}

.loopslider {
  margin: 0 auto;
  width: 1000%;
  height: 256px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopslider ul {
  height: 256px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopslider ul li {
  width: 250px;
  height: 256px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopslider_insta {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


/* =======================================
ClearFixElements
======================================= */

.loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.loopslider ul {
  display: inline-block;
  overflow: hidden;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/

.u_visible_sp {
  display: none;
}

.u_inner {
  max-width: 1165px;
  margin: 0 auto;
  padding: 0 20px;
}

.u_clearfix:after,
.u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

* html .u_clearfix,
* html .u_clearfix > li {
  zoom: 1;
}

* + html .u_clearfix,
* + html .u_clearfix li {
  zoom: 1;
}

.u_left {
  float: left;
}

.u_right {
  float: right;
}

.u_center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.u_list {
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u_list li {
  flex-basis: 33.3%;
}

@media all and (max-width: 767px) {
  .u_visible_sp {
    display: inherit;
  }
  .u_visible_pc {
    display: none;
  }
  .u_inner {
    width: auto;
    margin: 0 3.125%;
    padding: 0;
  }
  .u_left {
    float: none;
    width: auto !important;
  }
  .u_right {
    float: none;
    width: auto !important;
  }
}


/*-------------------------------------------------------------------------*/

/* 追加
/*-------------------------------------------------------------------------*/

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?so51m4');
  src: url('../fonts/icomoon.eot?so51m4#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?so51m4') format('truetype'),
  url('../fonts/icomoon.woff?so51m4') format('woff'),
  url('../fonts/icomoon.svg?so51m4#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icn_blog:before {
  content: "\e900";
}

.sm-btn-insta,
.sm-btn-twitter,
.sm-btn-blog {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 0;
}

.sm-btn-insta {
  font-size: 2.4rem;
}

.sm-btn-twitter {
  font-size: 2.2rem;
}

.sm-btn-blog {
  font-size: 2.2rem;
}

@media all and (max-width: 767px) {
  .sm-btn-insta {
    font-size: 3.3rem;
  }
  .sm-btn-twitter {
    font-size: 3.3rem;
  }
  .sm-btn-blog {
    font-size: 3.3rem;
  }
}


.show_pc {
  display: block !important;
}

.show_sp {
  display: none !important;
}

/* screens smaller than 786px
--------------------------------------------------- */

@media only screen and (max-width:786px) {
  .show_pc {
    display: none !important;
  }
  .show_sp {
    display: block !important;
  }

  .f_bnr {
    padding: 2.5em 0 2em;
  }

  .f_bnr li {
    position: relative;
    margin-top: 10px;
  }


}

/* /screens smaller than 786px */

/*--------------------------------------------------------------
Salon Info
--------------------------------------------------------------*/

.low_main {
  margin-top: 8em;
  padding-bottom: 6em;
  position: relative;
}

.low_main:before {
  content: '';
  height: 23.2em;
  width: 42%;
  background: #F1F4F4;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.salon_info_main .img {
  /*
  background: url(../img/salon_info/salon_info_top_mv01.jpg) no-repeat center center;
  background-size: cover;
*/
  width: 83%;
  height: 30em;
}

.low_main p {
  position: absolute;
  right: .7em;
  top: -1em;
  font-size: 3.2rem;
}

/* SLIDER */
.salon_info_main .ft_e {
	z-index: 3;
}

.shop_slider {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.shop_slide {
	height: 100%;
}

.shop_slide div {
	height: 100%;
}

.salon_info_main_img01 {
	background: url(../img/salon_info/salon_info_top_mv01.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.salon_info_main_img02 {
	background: url(../img/salon_info/salon_info_top_mv02.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.salon_info_main_img03 {
	background: url(../img/salon_info/salon_info_top_mv03.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



.top_shop.salon_info_harajuku {
  padding: 2.6em 0 0 0;
}

.top_shop.salon_info_omotesando {
  padding: 2.6em 0 0 0;
  margin-top: 8em;
}

.top_shop.salon_info_omotesando .img {
  top: 0;
  bottom: auto;
}

/* screens smaller than 767px
--------------------------------------------------- */

@media only screen and (max-width:750px) {
  .top_shop.salon_info_omotesando {
    margin-top: 1em;
  }

  .reserv-inner {
    width: 90%;
    margin: 0 auto;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 15px;
  }

  .reserv-inner ul {
    width: 100%;
    margin: 0 auto;
  }

  .reserv-cont .ttl img {
    width: 5em;
    vertical-align: -40%;
    margin-right: .5em;
  }

  .reserv-cont .ttl span span {
    font-size: 2.6rem;
    font-weight: bold;
    display: inline-block;
  }

  .reserv-cont .ttl span small {
    color: #ccc;
    display: block;
    font-size: 1.4rem;
    line-height: 1;
  }

  .reserv-cont dl {
    max-width: 22em;
    min-width: inherit;
    margin: .5em auto .3em;
  }

  .reserv-cont .tel {
    float: left;
    width: 60%;
  }

  .reserv-cont .tel img {
    width: 1.3em;
    vertical-align: sub;
  }

  .reserv-cont .tel a {
    padding-top: .5em;
  }

  .reserv-cont .web {
    float: right;
    width: 40%;
    background: #000;
  }
  .reserv-cont .web a {
    color: #fff;
    padding-top: .5em;
    background: #000 url(../img/icn_point.png) no-repeat center -0.6em;
  }

  .reserv-cont .web img {
    font-size: 2rem;
    width: 1.65em;
  }

}



/* バナー調整 */
.shop_list li {
	width: 49.5%;
	margin: 0 auto 10px;
}

.shop_list li:hover {
  transition: opacity .2s ease-in;
  -webkit-transition: opacity .2s ease-in;
  opacity: .7;
}

.shop_list li a {
	color: #999999;
	text-decoration: none;
}
.shop_list_img {
	display: block;
	text-align: center;
}

.shop_list_img img {
	width: 100%;
	vertical-align: top;
}

.shop_list_ttl {
	text-align: center;
	display: block;
	margin-top: 15px;
	color: #999999;
	font-size: 14px;
}

.shop_list_ttl_left {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}

.shop_list_ttl_right {
	width: 50%;
	float: right;
	box-sizing: border-box;
	padding: 0 10px 0 0;
}

/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {

.shop_list li {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}

.shop_list_ttl {
	margin-top: 9px;
	padding-bottom: 6px;
}

	}
/* /screens smaller than 767px */


/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
	clear: both;
}



/* Recruit
--------------------------------------------------- */
.top_main .recruit_main_img {
  background: url(../img/recruit/main_img.jpg) no-repeat center center;
  background-size: cover;
  width: 83%;
  height: 30em;
}

.recruit_eyelist {
  position: relative;
/*
  padding: 5em 0;
*/
  padding: 3em 0 5em 0;
}

.recruit_eyelist::before {
  content: '';
  position: absolute;
  background-color: #f1f4f4;
  z-index: -2;
  width: 50%;
  height: 11em;
  bottom: 2.5em;
  right: 50%;
}

.recruit_eyelist::after {
  content: '';
  background: url(../img/recruit/eyelist_img_01.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 7em;
  right: 0;
  height: 15em;
  width: 59.3%;
}

.recruit_eyelist .box {
  width: 50%;
  background-color: rgba(255,255,255,0.98);
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3em 3em 1.5em 3em;
  font-size: 1.6rem;
  margin-left: 4em;
}

.recruit_eyelist .box p {
  margin-top: .6em;
}

.recruit_eyelist .ttl span {
  font-size: 2.8rem;
}

.recruit_eyelist .ttl span small {
  color: #ccc;
  display: block;
  font-size: 1.8rem;
  margin-top: -.5em;
}

.ttl.cmn_ttl span {
	font-size: 2.8rem;
}

.ttl.cmn_ttl span small {
	color: #ccc;
	display: block;
	font-size: 1.8rem;
	margin-top: -.5em;
}


.recruit_entrance_area {
	width: 88.9%;
	margin: 150px auto 0 auto;
	box-sizing: border-box;
	background: #F1F4F4;
	padding: 2.3em 20px 0 20px;
}

.recruit_entrance_main_ttl {
	display: inline-block;
	padding-top: 40px;
}


.recruit_entrance_block {
	padding: 63px 0 0 0;
}

.recruit_entrance_one_box {
	text-align: center;
	padding-bottom: 80px;
}

.recruit_entrance_two_block {
	width: 75.8%;
	margin: 0 auto;
}

.recruit_entrance_two_left {
	width: 48%;
	float: left;
	padding-bottom: 80px;
	text-align: center;
}

.recruit_entrance_two_right {
	width: 48%;
	float: right;
	padding-bottom: 80px;
	text-align: center;
}

.recruit_entrance_ttl {
	font-size: 2.2rem;
	font-weight: bold;
}

.recruit_entrance_txt {
	font-size: 1.6rem;
}

.recruit_entry {
  position: relative;
  padding: 5em 0;
  margin-bottom: 4em;
}

.recruit_entry::before {
  content: '';
  position: absolute;
  background-color: #f1f4f4;
  z-index: -2;
  width: 50%;
  height: 11em;
  bottom: 2em;
  left: 50%;
}

.recruit_entry::after {
  content: '';
  background: url(../img/recruit/entry_img.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: 9em;
  left: 0;
  height: 15em;
  width: 59.3%;
}

.recruit_entry .box {
  width: 50%;
  background-color: rgba(255,255,255,0.98);
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4em;
  font-size: 1.6rem;
  margin-left: auto;
  margin-right: 4em;
  position: relative;
}

.recruit_entry .ttl {
  text-align: center;
}

.recruit_entry .ttl span {
  font-size: 2.8rem;
}

.recruit_entry .ttl span small {
  color: #ccc;
  display: block;
  font-size: 1.8rem;
  margin-top: -.5em;
}

.recruit_entry_btn_box {
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	text-align: center;
}
/*
a.recruit_entry_btn {
	display: inline-block;
	width: 200px;
	height: 60px;
	padding: 16px 0 0 0;
	border: 1px solid #202020;
	background-color: #ffffff;
	color: #1F1F1F;
	font-size: 1.8rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.recruit_entry_btn::after {
	content: '';
	background: url(../img/recruit/arrow.png) no-repeat;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 24px;
	height: 13px;
	margin-top: -6px;
}
.recruit_entry_btn a:before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: grow 5s ease-in-out infinite alternate;
	animation: grow 5s ease-in-out infinite alternate;
}
*/
/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {

.recruit_eyelist p {
  font-size: 2.2rem !important;
}

.recruit_eyelist {
  margin-top: 5em;
}

.recruit_eyelist::before {
  bottom: inherit;
  right: 0;
  width: 100%;
}

.recruit_eyelist::after {
  background: url(../img/recruit/eyelist_img_01.jpg) no-repeat;
  z-index: -1;
  top: -20%;
  margin: 0 auto;
  width: 100%;
}

.recruit_eyelist .box {
  width: 90%;
  background: #fff;
  margin: 0 auto;
}

.recruit_entrance_area {
	width: 88.9%;
	margin: 0px auto 0 auto;
	box-sizing: border-box;
	background: #F1F4F4;
	padding: 4em 20px 0 20px;
}


.recruit_entrance_main_ttl {
	padding-top: 25px;
}

.recruit_entrance_block {
	padding: 33px 0 0 0;
}

.recruit_entrance_one_box {
	padding-bottom: 30px;
}

.recruit_entrance_two_block {
	width: 100%;
	margin: 0 auto;
}
.recruit_entrance_two_left {
	width: 100%;
	float: none;
	padding-bottom: 30px;
}

.recruit_entrance_two_right {
	width: 100%;
	float: none;
	padding-bottom: 30px;
}

.recruit_entrance_txt {
	font-size: 2.2rem;
}

.recruit_entry p {
  font-size: 2.2rem !important;
}

.recruit_entry {
  margin-top: 7em;
}

.recruit_entry::before {
  bottom: inherit;
  left: 0;
  width: 100%;
}

.recruit_entry::after {
  background: url(../img/recruit/entry_img.jpg) no-repeat center center;
  top: -20%;
  margin: 0 auto;
  height: 15em;
  width: 100%;
}

.recruit_entry .box {
  width: 90%;
  margin: 0 auto 0 auto;
  padding: 4em 2.5em;
}

.recruit_entry .box p {
  margin-top: 10px;
}

.recruit_entry_btn_box {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	text-align: center;
}


	}
/* /screens smaller than 767px */


/* Contact
--------------------------------------------------- */
.top_main .contact_main_img {
  background: url(../img/contact/main_img.jpg) no-repeat center center;
  background-size: cover;
  width: 83%;
  height: 30em;
}

.contact_area {
	width: 1024px;
	margin: 150px auto 0 auto;
	box-sizing: border-box;
	padding: 4em 0 0 0;
}

.contact_lead_block {
	width: 76.2%;
	margin: 30px auto 30px auto;
	font-size: 1.6rem;
}

.form_req {
	color: #993330;
}

.cmn_tbl {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
	border-top: 1px solid #ccc;
}

.cmn_tbl tr {
	border-bottom: 1px solid #ccc;
}

.cmn_tbl th {
	width: 30%;
	font-weight: bold;
	box-sizing: border-box;
	text-align: left;
	vertical-align: top;
	padding: 20px 15px 20px 25px;
}

.cmn_tbl td {
	box-sizing: border-box;
	vertical-align: top;
	padding: 20px 15px 20px 25px;
}

.contact_ttl_block {
	position: relative;
	padding: 0 80px 0 0;
}

.contact_req_box {
	position: absolute;
	top: 0;
	right: 5px;
	width: 70px;
	font-size: 16px;
	font-weight: bold;
}

.contact_checkbox_block label{
	margin-right: 25px;
}

.form_inp01 {
	width: 86.3%;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #999999;
	font-size: 16px;
	padding: 3px 10px;
}

.form_inp02 {
	width: 100px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #999999;
	font-size: 16px;
	padding: 3px 10px;
}

.form_select01 {
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #999999;
	font-size: 16px;
	padding: 3px 10px;
}

.form_textarea01 {
	width: 86.3%;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid #999999;
	font-size: 100%;
	font-size: 16px;
	padding: 3px 10px;
	font-family: inherit;
	color: #000;
}


.form_inp_mt {
	margin-top: 10px;
}

.form_btn {
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}

.form_btn li {
	display: inline;
	padding: 0 5px;
}

.form_btn_two {
	width: 620px;
	margin: 0 auto;
}

.form_btn .form_btn_two li {
	width: 280px;
	padding: 0 10px;
	display: block;
}

.form_btn_right {
	float: right;
}

.form_btn_left {
	float: left;
}

.form_btn input[type="submit"] {
	-webkit-appearance: none;
}

.btn_conf {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #fff url(../img/icn_anchor02.png) no-repeat 90% center;
}

.btn_send {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #fff url(../img/icn_anchor02.png) no-repeat 90% center;
}


.btn_back {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: #F1F4F4 url(../img/icn_anchor04.png) no-repeat 10% center;
}



.form_thanks_txt {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 18px;
}

.btn_box {
  width: 200px;
  height: 60px;
  display: inline-block;
  position: relative;
  border: solid 1px rgba(255, 118, 205, 0.41);
  border: solid 1px #ccc;
  padding: 1px;
  z-index: 2;
}
/*
.btn_box:before {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: grow 5s ease-in-out infinite alternate;
  animation: grow 5s ease-in-out infinite alternate;
  z-index: 1;
}
*/
.ErrTip {
	color: #993330;
}

/* screens smaller than 1024px
--------------------------------------------------- */
@media only screen and (max-width:1024px) {
.contact_area {
	width: 100%;
}

	}
/* /screens smaller than 1024px */


/* screens smaller than 767px
--------------------------------------------------- */
@media only screen and (max-width:767px) {
.contact_area {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}

.contact_lead_block {
	width: 100%;
	margin: 30px auto 30px auto;
	font-size: 2.0rem;
}

.cmn_tbl {
	font-size: 2.4rem;
}

.cmn_tbl th {
	width: 100%;
	font-size: 16px;
	padding: 15px 10px 10px 10px;
	display: block;
}

.cmn_tbl td {
	width: 100%;
	display: block;
	box-sizing: border-box;
	vertical-align: top;
	padding: 0px 10px 15px 10px;
}

.form_inp01 {
	width: 100%;
}

.form_textarea01 {
	width: 100%;
}


.form_btn_two {
	width: auto;
	margin: 0 auto;
}

.form_btn .form_btn_two li {
	width: auto;
	padding: 10px 0;
}

.form_btn_right {
	float: none;
}

.form_btn .form_btn_two li.form_btn_left {
	float: none;
	padding-top: 30px;
}

.form_thanks_txt {
	text-align: center;
	padding: 20px 0 0 0;
	font-size: 16px;
}

	}
/* /screens smaller than 767px */




.emergency_info {
	border: 1px
	solid #000000;
	padding: 20px 10%;
	background-color: #ffffff;
	margin:0 7% 60px;
	font-size: 16px;
}
.ta_center{
	text-align: center;
	font-size: 16px;
}

.it_center{
	text-align: center;
font-size:22px;
font-weight:bold;
margin:100px 0 20px;

}

@media only screen and (min-width: 768px) {
.sp_br {
    display: none;
  }

.sp_text {
    display: none;
  }

}

@media only screen and (max-width:767px) {
.emergency_info {
margin: 0px 10px 60px!important;
}

.pc_text {
    display: none;
  }

}
.important_b {
font-weight: bold;
}

.mt_8{
margin-top: 8px;

}



/* TOP
--------------------------------------------------- */
.top_emergency_movie_block {
	margin:0 auto 40px;
	width: 700px;
}
.top_emergency_movie_box {
	position: relative;
}


.top_emergency_movie_box .video {
  width: 100%;
}

@media only screen and (max-width:767px) {
  .top_emergency_movie_block {
    width: auto;
    margin: 0;
    padding: 20px 10px 20px;
  }

  .top_emergency_movie_left {
    width: 100%;
    float: none;
  }

  .top_emergency_movie_right {
    width: 100%;
    float: none;
    margin-top: 30px;
  }

}

.top .it_center{
  margin:100px 0 -20px;
}
.banner{
  width:100%;
  max-width: 1124px;
  text-align: center;
  margin:0 auto 10px;
}
.banner img{
  width:100%;
}

/*今後不要になるクラス58*/
dl.transfer_wrap{
  height: 156.73px;
  display: flex;
  align-items: center;
  justify-content: center;
}
dt.transfer_text {
  font-size: 16px;
  font-weight: unset;
}
