@charset "utf-8";

/********************************

			       共通部分

********************************/
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.box_left {
  width: 48%;
  margin-right: 4%;
}

.box_right {
  width: 48%;
}

.box_left2 {
  width: 48%;
  margin-right: 2%;
}

.box_right2 {
  width: 48%;
}

.box_left3 {
  width: 42%;
  margin-right: 2%;
}

.box_right3 {
  width: 56%;
}

.box2-1 {
  width: 25%;
  margin-right: 2%;
}

.box2-2 {
  width: 73%;
}

.box2-3 {
  width: 68%;
  margin-right: 2%;
}

.box2-4 {
  width: 30%;
}

.box3-1 {
  width: 44%;
  margin-right: 2%;
}

.box3-2 {
  width: 54%;
}

.box4-1 {
  width: 60%;
  margin-right: 2%;
}

.box4-2 {
  width: 38%;
}

.box5-1 {
  width: 40%;
  margin-right: 2%;
}

.box5-2 {
  width: 58%;
}

.box6-1 {
  width: 32%;
  margin-right: 1%;
}

.box6-2 {
  width: 32%;
  margin-right: 1%;
}

.box6-3 {
  width: 32%;
}

ul.colum2 {
  display: flex;
  justify-content: space-between;
}

ul.colum2 li {
  width: 49%;
  margin-right: 1%;
}

ul.colum2 li:last-child {
  margin-right: 0;
}

form dl dd span.error_message {
  color: #FF0000;
  display: block;
}

#next_main p.description {
  display: block;
  font-weight: normal;
  /* text-align: center; */
  line-height: 1.8;
}

.privacy {
  width: 100%;
  padding: 20px;
  border-top: 1px solid #8c8c8c;
}

.style01 .privacy p.privacy_title,
.style02 .privacy p.privacy_title {
  color: #FF0000;
}

.all_area .style01 .button input,
.all_area .style02 .button input {
  width: 45%;
}

/********************************

			ヘッダー

********************************/

/* ヘッダー切り替え */

.is-animation {
  background-color: #514345 !important;
  padding: 12px 15px !important;
}

.is-animation .no_change {
  display: none;
}

.is-animation .change {
  display: block !important;
}

.is-animation nav ul {
  padding: 3px !important;
  line-height: 1;
}

.is-animation nav ul li a {
  color: #ffffff !important;
}

.is-animation nav ul li span {
  font-size: 14px !important;
}


/* ヘッダー */
/*
#header {
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.35);
  position: fixed;
  left: 0;
  top: 0;
  line-height: 1;
  z-index: 9999;
}

.header_container {
  width: 1200px;
  margin: 0 auto;
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

.header_container .logo {
  width: 24%;
  margin-right: 5%;
}

.no_change {
  display: block;
}

.change {
  display: none !important;
}

.header_container nav {
  width: 76%;
}

.header_container nav ul {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 13px;
}

.header_container nav ul li {
  width: 14%;
}

.header_container nav ul li a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #5a3233;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
}

.header_container nav ul li span {
  display: block;
  font-size: 12px;
  text-align: center;
}
*/

/********************************

			スライダー

********************************/

/* スライダー */

#slider {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

#slider .swiper-wrapper .swiper-slide {
  min-height: 900px;
}

#slider p#scroll_btn {
  position: absolute;
  bottom: 30px;
  left: 25%;
  right: 25%;
  margin: 0 auto;
  text-align: center;
  z-index: 99;
}

.fuwafuwa {
  animation: fuwafuwa 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0)
  }

  33.33333% {
    transform: translateY(-10px)
  }

  66.66667% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

#slider .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
}

#slider .txt_area {
  position: absolute;
  width: 100%;
  text-align: left;
  color: white;
  /* top: 5%; */
  top: 0;
  transform: none;
  padding-left: 100px;
  padding-top: 100px;
}

#slider .txt_area h2 {
  margin-bottom: 1em;
}

#slider .txt {
  /* margin-bottom: 2em; */
  background-color: rgba(255, 255, 255, 0.6);
  width: 540px;
  margin-bottom: 1em;
  padding: 15px;
  border-radius: 10px;
}




#slider .txt_area ul.disc {
  margin-left: 1em;
  padding: 0;
  list-style-type: none;
}

#slider .txt_area ul.disc li:before {
  position: relative;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 9px;
  height: 9px;
  content: '';
  border-radius: 100%;
  background: #898989;
}

#slider .txt_area ul.disc li {
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
}

#slider .txt_area ul.disc li span {
  font-size: 14px;
  font-weight: normal;
}


h4#Thehelix {
  border-bottom: 5px solid #c1c1c1;
  padding: 5px;
}

h4#Viviheir {
  border-bottom: 5px solid #ffe1f1;
  padding: 5px;
}

h4#Vivicolor {
  border-bottom: 5px solid;
  border-image: linear-gradient(to right, rgba(54, 189, 239, 1) 0%, rgba(226, 234, 163, 1) 25%, rgba(255, 241, 37, 1) 50%, rgba(248, 206, 185, 1) 75%, rgba(237, 134, 179, 1) 98%);
  border-image-slice: 1;
  padding: 5px;
}


h4#Vivi {
  border-bottom: none;
  margin-bottom: -25px;
}



/********************************

			コンセプト

********************************/

#concept {
  width: 100%;
  position: relative;
  margin-top: -49px;
  padding-top: 49px;
}

#concept .text_box {
  width: 770px;
  height: 500px;
  background-color: rgba(140, 116, 73, 0.2);
  position: absolute;
  right: 0;
  bottom: -110px;
  padding: 40px 20px 0 230px;
}

h2.title {
  font-size: 34px;
  font-weight: bold;
  color: #a08888;
  font-family: 'arial', "メイリオ", sans-serif;
  margin-bottom: 25px;
}

h2.title span {
  padding-left: 1em;
  font-size: 18px;
  font-weight: bold;
  color: #5a3233;
  font-family: 'Noto Sans JP', "メイリオ", sans-serif;
}

#concept .text_box p.text {
  display: block;
  font-size: 15px;
  font-family: 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.8;
}

p.detail_btn {
  position: absolute;
  bottom: 40px;
}

p.detail_btn a {
  display: block;
  width: 100%;
  padding: 10px 90px 10px 20px;
  font-size: 18px;
  color: #000000;
  background-color: #ffffff;
  line-height: 1;
}

p.detail_btn a:before {
  content: url("../images/common/arw.png");
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
  line-height: 1;
}

/********************************

			サロン

********************************/

#salon {
  width: 100%;
  margin-top: 140px;
}

h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #000000;
  line-height: 1;
}

h4 span {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  margin-left: 1em;
  padding-bottom: 2px;
}

.shop_colum {
  width: 100%;
  display: flex;
/*  justify-content: space-between;*/
  margin-bottom: 35px;
}

.shop_colum_col {
  width: 23%;
  margin-right: 3%;
}

.shop_colum_col_long {
  width: auto;
  padding-top: 38px;
}

.shop_colum_col:last-child {
  margin-right: 0;
}

.shop_colum_col p.link {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.shop_colum_col p.link a {
  display: block;
  padding: 8px 15px;
  background-color: rgba(140, 116, 73, 0.25);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.shop_colum_col p.link a:before {
  content: url("../images/common/arw.png");
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  line-height: 1;
}

.shop_colum_col p {
  font-size: 16px;
  font-weight: bold;
}

.shop_colum_col p span {
  font-size: 14px;
  font-weight: normal;
}


#map {
  width: 100%;
  margin-top: 40px;
  padding: 25px 50px;
  background-color: rgba(140, 116, 73, 0.2);
}

#map h2 {
  display: block;
  padding: 5px 20px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  background-color: #8c7449;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

#map h2 span {
  padding-left: 8px;
  font-size: 18px;
  color: #ffffff;
}

#map h4 span {
  padding-bottom: 5px;
}

#map iframe {
  width: 100%;
}


/********************************

			新着情報

********************************/

#news {
  width: 100%;
  margin-top: 35px;
}

.news_colum {
  width: 100%;
  display: flex;
  justify-content: initial;
}

.news_colum_col {
  width: 23%;
  margin-right: 2%;
}

.news_colum_col:last-child {
  margin-right: 0;
}

#news ul {
  margin-left: 1em;
}

#news .news_colum_col p {
  font-size: 15px;
  line-height: 1.8;
}

p.detail_btn2 {
  float: right;
  margin-top: 40px;
  margin-bottom: 80px;
}

p.detail_btn2 a {
  display: block;
  width: 100%;
  padding: 10px 90px 10px 20px;
  font-size: 18px;
  color: #000000;
  background-color: rgba(140, 116, 73, 0.2);
  line-height: 1;
}

p.detail_btn2 a:before {
  content: url("../images/common/arw.png");
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
  line-height: 1;
}

#news p.detail_btn2 {
  margin: 0 !important;
}

/* スマホアプリご案内 */
p.sp_app_title {
  display: block;
  font-size: 21px;
  font-weight: normal;
  padding: 1em 0;
  color: #5a3233;
  clear: both;
}

#sp_app {
  display: block;
  padding: 1em 10px;
  background-color: rgba(252, 147, 61, 0.19);
  min-height: 308px;
  height: 100%;
  margin-bottom: 0;
}

#sp_app .box_right {
  position: relative;
}

#sp_app p.title {
  display: block;
  font-size: 21px;
  color: #5a3233;
  font-weight: bold;
  padding-bottom: 1em;
}

#sp_app p.text {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 1.8;
}

p.sp_app_img {
  position: absolute;
  /* top: -26px; */
  top: -43px;
  right: 0;
}

.news_section_date{
	font-size:1.2rem;
}

.news_section_text{
	font-size:1.4rem;
}




/********************************

			フッター

********************************/

#footer {
  display: block;
  width: 100%;
  padding: 20px 20px 10px 20px;
  background-color: #514345;
  clear: both;
}

.footer_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.box {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.box1-1 {
  width: 11%;
  /* margin-right: 5%;   */
  margin-right: 3%;
}

.box1-2 {
  width: 86%;
}

.box1-3 {
  width: 20%;
  /* margin-right: 3%; */
  margin-right: 60px;
}

.box1-4 {
  width: auto;
  margin-right: 60px;
}


.box1-5 {
  width: auto;
}

#footer p.title {
  padding-bottom: 8px;
  border-bottom: 1px dashed #e59c61;
  line-height: 1;
}

ul.footer_menu {
  display: block;
  border-top: 1px solid #ffffff;
  margin: 0 auto;
  margin-top: 50px !important;
  padding: 8px 0;
  text-align: center;
}

ul.footer_menu li {
  display: inline-block;
  border-left: 1px solid #ffffff;
}

ul.footer_menu li:last-child {
  border-right: 1px solid #ffffff;
}

ul.footer_menu li a {
  display: block;
  padding: 0 7px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
}

.footer_logo2 {
  position: absolute;
  top: 10%;
  right: 0;
}

.footer_logo2 p.links_title {
  display: block;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
}

.footer_logo2 ul {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  text-align: center;
}

.footer_logo2 ul li {
  width: auto;
  margin-right: 10px;
}

p.copyright {
  display: block;
  width: 100%;
  background-color: #6b5a5e;
  padding: 5px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}

ul.disc3 {
  list-style-type: disc;
  color: #ffffff;
  margin-left: 1em;
}

ul.disc3 li {
  list-style-type: disc;
  line-height: 1.6;
}

ul.disc3 li a {
  display: block;
  padding: 2px 0;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

p#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}



/********************************

			       次階層

********************************/

#next_title {
  display: block;
  width: 100%;
  margin-top: 85px;
/*margin-bottom: 35px;*/
  padding: 40px;
  text-align: center;
  line-height: 1;
}

#next_title h1 {
  display: block;
  font-size: 38px;
  font-weight: bold;
  color: #6d494c;
  font-family: 'arial', "メイリオ", sans-serif;
  text-align: center;
  line-height: 1.4;
}

#next_title h1 span {
  display: block;
  font-size: 16px;
}

#next_main {
  margin-bottom: 80px;
}


/********************************

             店舗案内

********************************/

#tabmenu {
  /* width: 80%; */
  width: 90%;
  display: flex;
  margin: 0 auto;
  margin-bottom: 20px;
}

p.logo {
  width: 12%;
  background-color: #9b9191;
  padding: 0 5px;
  min-height: 55px;
  border-top: 1px solid #725a5c;
  border-bottom: 1px solid #725a5c;
  border-left: 1px solid #725a5c;
}

p.logo img {
  display: block;
  padding-top: 16px;
  text-align: center;
  margin: 0 auto;
}

#tabmenu ul {
  display: flex;
  width: 100%;
  border: 1px solid #725a5c;
}

#tabmenu ul li {
  width: 25%;
  min-height: 55px;
  border-right: 1px solid #725a5c;
  transition: .3s;
}

#tabmenu ul li:last-child {
  border-right: none;
}

#tabmenu ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #000000;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
}

#tabmenu ul li a:hover {
  background-color: #f4e7d7;
}

#tabmenu ul li a.active {
  background-color: #f4e7d7;
}

#tabmenu ul li span {
  display: block;
  font-size: 11px;
}

/* .tab2 li a {
  padding-top: 18px !important;
} */

#vivi_style {
  background-color: #eb662a;
}

.area .salon_shop {
  display: none;
}

.area .show {
  display: block;
}

/********************************

             店舗詳細

********************************/

.flex_box {
  -js-display: flex;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 20px 0;
}


.long_table {
  width: 100% !important;
}

.long_table2 {
  width: 15% !important;
}

table.shop_table {
  width: 66%;
  border-collapse: collapse;
  border: 1px solid #725a5c;
}

table.shop_table th {
  width: 100%;
  height: 39px;
  padding: 5px 10px;
  background-color: #9b9191;
  text-align: center;
}

table.shop_table td {
  width: auto;
  padding: 0;
  border-right: 1px solid #725a5c;
  text-align: center;
}

table.shop_table td:last-child {
  border-right: none;
}

table.shop_table td a {
  display: block;
  padding: 8px 10px;
}

table.shop_table td a.active {
  background-color: #f4e7d7;
}

table.shop_table td a:hover {
  background-color: #f4e7d7;
}




.salon_shop {
  width: 100%;
}

.area .title {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px;
  background-color: #472f14;
}

.area .title p {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  line-height: 1;
}

.area .title p span {
  font-size: 21px;
  padding-right: 3px;
}
#next_main .area .title p span img{
	display:inline;
}
.area .title span.tel {
  font-size: 14px;
  font-weight: bold;
  padding-left: 1em;
}

.area .title span.tel a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}

.area .title ul {
  display: inline-block;
  margin-left: 1em;
}

.area .title ul li {
  display: inline-block;
  width: auto;
  border: 1px solid #ffffff;
  margin-right: 20px;
}

.area .title ul li a {
  display: block;
  color: #ffffff;
  padding: 8px;
  text-align: center;
  line-height: 1;
}

.area .title ul li:first-child a:before {
  content: url("../images/common/icon01.png");
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  line-height: 1;
}

.area .title ul li.yoyaku a:before {
  content: url("../images/common/icon02.png");
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  line-height: 1;
}

.area .title ul li.menu_price a:before {
  content: url("../images/common/icon03.png");
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  line-height: 1;
}

.area .title ul li.menu_price2 a:before {
  content: url("../images/common/icon01.png") !important;
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  line-height: 1;
}

.area .title ul li.yoyaku a {
  font-size: 18px !important;
  background-color:
    #ff0000;
}

.area .title ul li a:hover {
  background: rgba(255, 255, 255, 0.4);
  transition: 0.7s;
}

.left_content {
  padding: 20px;
}
.left_content p {
  font-size: 15px;
}

.left_content span.qr {
  display: inline-block;
  padding-left: 2em;
}

#class p.title2 {
  color: #8fc31f;
}

.salon_shop p.text {
  font-size: 15px;
}

p.title2 {
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #68504e;
  background: none;
  margin: 1em 0;
}

p.text {
  font-size: 14px;
  line-height: 1.8;
}

.google_map {
  margin-top: 40px;
}

.google_map iframe {
  width: 100%;
  height: 550px;
  border: 1px solid #878787;
}

.box_around {
  display: block !important;
}

.main_image_box {
  margin-bottom: 40px;
}

.detail ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}

.detail ul li {
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
  overflow: hidden;
}

.detail ul li img {
  display: block;
  width: 90%;
  object-fit: cover;
  height: 140px;
  margin: 0 auto;
  text-align: center;
}

.detail ul li img:hover {
  opacity: 0.7;
}

.detail ul li.last {
  margin-right: 0;
}

/* 各店舗スライド */

.thumb li {
  margin: 0 10px;
}

.thumb li img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 140px;
  margin: 0 auto;
  text-align: center;
}

.thumb2 li {
  margin: 0 10px;
}

.thumb2 li img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 140px;
  margin: 0 auto;
  text-align: center;
}

.thumb2 .slick-track {
  margin-left: 0px;
  margin-right: 0px;
  transform: initial !important;
}

#sumiyoshi_thumb .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}


p.shop_name {
  margin-top: 30px;
  padding: 5px;
  font-size:15px;
}

.colorbox {
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  background-color: #f6f3ee;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.news_section_all .box2-2{
	font-size:100%;
}

.colorbox p {
  line-height: 1.8;
}

h3.title {
  display: block;
  width: 100%;
  margin-bottom: 20px !important;
  padding: 5px 10px !important;
  background-color: #9b9191 !important;
  border: 1px solid #5a3233;
  font-size: 21px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
}

.area h3.title {
  height: auto;
  font-size: 18px;
  font-weight: normal;
}

.colorbox h4 {
  display: block;
  margin-bottom: 1em;
  font-size: 21px;
  font-weight: normal;
  border: none;
  color: #413d4b;
  text-align: left;
}

table.staff {
  width: 100%;
  border-collapse: collapse;
  border: none;
}

table.staff th {
  width: 10%;
  padding: 20px 10px;
  background: none;
  font-size: 18px;
  font-weight: normal;
  border-top: none;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  vertical-align: top;
  text-align: left;
}

table.staff th.men:before {
  content: url("../images/next/men.png");
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

table.staff th.woman:before {
  content: url("../images/next/woman.png");
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

table.staff th p {
  display: inline;
}

table.staff th small {
  display: block;
  font-size: 11px;
  padding: 3px 0;
  line-height: 1.4;
}

table.staff th span {
  display: block;
}

table.staff th span img {
  padding-right: 5px;
}

table.staff th.border_none {
  border-bottom: none;
}

table.staff td.border_none {
  border-bottom: none;
}

table.staff td {
  width: 90%;
  padding: 20px;
  font-size: 18px;
  font-weight: normal;
  border-top: none;
  border-bottom: 1px solid #757575;
}

table.staff td span {
  /*font-size: 21px;*/
}

table.staff td.last {
  border-bottom: none;
}

table.staff th.last {
  border-bottom: none;
}

#class table.shop th {
  background-color: #efffc2;
}

.staff_colum {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 100px;
}

.staff_colum_col {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 2em;
  text-align: center;
}

.staff_colum_col:last-child {
  margin-right: 0;
}

.staff_colum_col p.name {
  display: block;
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 2em;
}

.staff_colum_col .description p {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}

p.staff_message_title {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  color: #eb662a;
}

.staffimg{
	position:relative;
	overflow: hidden;
	height: 276px;
}
.box4-1 .staffimg{
	height: auto;
}
.logolayer {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 70%;
}

p.popup_title {
  display: block;
  padding: 1.5em 0;
  font-size: 28px;
  text-align: center;
}


p.stylist {
  padding-top: 0.5em;
}




.area .title span {
  padding-right: 1em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  vertical-align: bottom;
}

.area .title p {
  font-size: 18px;
  font-weight: bold;
}

.area .title p span {
  padding-right: 10px;
}



/* Instagram */

#instagram {
  width: 100%;
  margin-top: 2em;
}

#instagram ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#instagram ul li {
  width: 23%;
  margin-right: 2%;
}

#instagram ul li:last-child {
  margin-right: 0;
}

#instagram ul li .time {
  display: block;
  font-size: 16px;
  padding: 5px 0;
}

#instagram ul li .description {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}

#instagram ul li {
  overflow: hidden;
}

#instagram ul li img {
  object-fit: cover;
  width: 100%;
  height: 276px;
}

#instagram ul li .description {
  display: block;
  overflow: hidden;
  height: 55px;
  padding-top: 5px;
}

.link_right_align {
  margin: 40px 10px 80px 10px !important;
  text-align: right;
}

.link_right_align p {
  display: inline-block;
  margin: 0 30px 0 0 !important;
}

.link_right_align p a {
  font-size: 18px;
  color: #000000;
}

.link_right_align p img {
  margin-right: 10px;
  vertical-align: middle;
}

.link_right_align p:last-child {
  margin-right: 0;
}

.link_right_align p.p.detail_btn2 {
  float: none;
}


/* heir style */

#heirstyle {
  width: 100%;
  margin-top: 2em;
}

#heirstyle ul {
  display: flex;
  justify-content: initial;
  width: 100%;
}

#heirstyle ul li {
  width: 23%;
  margin-right: 2%;
}

#heirstyle ul li p.title {
  display: block;
  height: auto !important;
  font-size: 20px;
  padding: 5px 0;
  background: none;
}

#heirstyle ul li p.link a {
  display: block;
  color: #000000;
  padding-bottom: 5px;
  text-align: right;
  font-size: 14px;
  text-decoration: none;
}

#heirstyle ul li p.link a:after {
  content: url("../images/common/arw.png");
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
  line-height: 1;
}

#heirstyle ul li p.description {
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
}

.hair_style_page {
  margin-top: 100px;
}

.hair_style_page p.popup_logo {
  display: block;
  text-align: center;
}

.hair_style_page ul {
  display: flex;
  justify-content: initial;
  flex-wrap: wrap;
}

.hair_style_page ul li {
  width: 24%;
  margin: 0 0.5% 20px;
}

/********************************

            移動美容車

********************************/


img.float_right {
  float: right;
  padding: 5px;
}

img.float_right:after {
  content: "";
  display: block;
  clear: both;
}

#vivi img.vivi_icon {
  margin-top: -75px;
}

#vivi_title {
  margin-bottom: 60px;
}

#vivi_title img {
  margin: 0 auto;
}

#vivi p.title2 {
  color: #f7639f;
}

#vivi table.shop th {
  background-color: #fff3f3;
}

#vivi .order2>.title {
  background-color: #fc72a4 !important;
}

#vivi .order2>.title ul li a {
  background-color: #ff0074;
}

#vivi .order2>.title ul li a:hover {
  background-color: rgba(255, 0, 116, 0.2) !important;
  transition: 0.7s;
}

#vivi .colorbox {
  background-color: #fff3f3;
}

#vivi h3.title {
  background-color: #fc72a4 !important;
  border: none;
}

#vivi .title ul li a:before {
  content: url("/images/common/icon03.png");
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  line-height: 1;
}

.salon_shop .title ul {
  float: right;
}

.salon_shop .title ul:after {
  content: "";
  display: block;
  clear: both;
}

.saron_section p.description {
  line-height: 1.8;
}

.area_map {
  width: 100%;
}

.area_map p.title {
  display: block;
  width: 100%;
  background-color: #fc72a4 !important;
  padding: 10px;
  font-size: 31px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
}

.area_map p.title span {
  font-size: 16px;
  padding-left: 1em;
}

#vivi_page_title {
  display: block;
  width: 80%;
  margin: auto;
  margin-bottom: 60px !important;
}

#vivi_page_title p.caption {
  display: block;
  padding: 10px 10px 10px 280px;
  font-size: 16px;
  font-weight: bold;
  color: #fc72a4;
  line-height: 1;
}

#vivi_page_title p.caption span {
  font-size: 24px;
  padding: 0 5px;
}

#vivi_page_title .vivi_name {
  width: 100%;
  height: 50px;
  padding-left: 280px;
  background-color: #ffe1f1;
  position: relative;
  line-height: 1;
}

#vivi_page_title .vivi_name:before {
  content: url("../salon/vivi_move/images/img_02.png");
  position: absolute;
  left: 15px;
  top: -40px;
}

#vivi_page_title .vivi_name p.title {
  position: relative;
  margin-top: -5px;
}

#vivi_page_title .vivi_name {
  display: flex;
  justify-content: space-between;
}

#vivi_page_title .vivi_name p.tel {
  font-size: 18px;
  color: #000000;
  line-height: 55px;
}

#vivi_page_title .vivi_name p.tel a {
  color: #000000;
  text-decoration: none;
}

#vivi_page_title .vivi_name p.tel span {
  font-size: 14px;
}

/********************************

          移動美容車びびちゃん
          　　ご利用の流れ

********************************/

#vivi_flow_box {
  display: block;
  margin-bottom: 1em;
  padding: 20px 30px;
  background-color: #fff3f3;
}

#vivi_flow_box .step_box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
}

#vivi_flow_box .step_box_col {
  width: 32%;
  margin-right: 1%;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 2px 6px 10px 0px #ff736e;
}

#vivi_flow_box .step_box_col p.step_title {
  display: block;
  width: 70%;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  background-color: #ff7db8;
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  line-height: 1;
}

#vivi_flow_box .step_box_col p.title {
  display: block;
  height: auto;
  font-size: 24px;
  margin: 0;
  padding: 1em 0;
  background: none;
  color: #000000;
  text-align: center;
  line-height: 1;
}

#vivi_flow_box .step_box_col p.description {
  font-size: 18px;
  line-height: 1.8;
}

#vivi_flow_box .step_box_col p.description:after {
  content: "";
  display: block;
  clear: both;
}

#vivi_flow_box .step_box_col p.tel {
  margin-top: 1em;
}

#vivi_flow_box .step_box_col p.tel a {
  font-size: 34px;
  font-weight: bold;
  color: #ff0074;
  text-decoration: none;
}

#vivi_flow_box .step_box_col p.tel a:before {
  content: url("../images/common/tel_icon.png");
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

p.caption_text {
  font-size: 14px;
  padding: 5px;
}

.float_right {
  float: right;
  padding: 5px;
}

#vivi_flow_box #first_step {
  width: 100%;
}

#vivi_flow_box #first_step p.step_title {
  width: 100%;
  margin: 0 0 1em 0;
  background-color: #ff0074;
}

#vivi_flow_box #first_step p.description {
  width: 70%;
  /* margin: auto; */
}

/********************************

          移動美容車びびちゃん
          　　メニュー＆料金

********************************/
#vivi_box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 25px 0;
}

#vivi_box .title {
  width: 20%;
  margin-right: 3%;
  height: auto;
  background: none;
  padding: 0;
}

#vivi_box .description {
  width: 77%;
}

#vivi_box .description p#name {
  display: block;
  font-size: 36px;
  color: #000000;
  margin-bottom: 1em;
}

#vivi_box .description p.eigyo_time {
  display: block;
  font-size: 26px;
  color: #ff0074;
  margin-bottom: 10px;
}

#vivi_box .description ul {
  padding: 5px 5px 5px 1em;
}

#vivi_box .description ul li {
  font-size: 18px;
  color: #000000;
}

#vivi_box .description ul li span {
  color: #ff0074;
}

#vivi_box .description p.tel {
  display: block;
  width: 100%;
  text-align: right;
}

#vivi_box .description p.tel a {
  font-size: 34px;
  font-weight: bold;
  color: #ff0074;
  text-decoration: none;
}

#vivi_box .description p.tel a:before {
  content: url("../images/common/tel_icon.png");
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

h3.vivi_move_title {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #fc72a4;
  border-radius: 5px;
  color: #ffffff;
  font-size: 24px;
  vertical-align: middle;
  line-height: 1;
  clear: both;
}

h3.vivi_move_title span.price {
  padding: 0;
  font-size: 18px;
  font-weight: normal;
}

h3.vivi_move_title span {
  padding-right: 1em;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
}

.vivi_move {
  width: 90%;
  border-collapse: collapse;
  margin-top: 20px;
  margin: 20px auto 0 auto;
}

.vivi_move td {
  width: auto;
  padding: 10px 15px;
  font-size: 16px;
  border-top: none;
  border-right: 0.5px solid #999999;
  border-bottom: 0.5px solid #999999;
  line-height: 1.8;
  text-align: right;
}

.vivi_move td span {
  display: block;
  font-size: 14px;
}

.vivi_move td.facility {
  padding: 10px 25px;
  border-top: none;
  text-align: center;
}

.vivi_move td.menu {
  text-align: left;
}

.vivi_move td.price {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.1em;
  font-size: 16px;
  vertical-align: bottom;
}

.vivi_move td.price span {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
}

.caption {
  margin-top: 1em;
}

.caption:after {
  content: "";
  display: block;
  clear: both;
}

.caption p {
  font-size: 13px;
  line-height: 1.8;
  float: right;
}

p.contact_text {
  margin-top: 1em;
  font-size: 20px;
  color: #fc72a4;
}

p.tel2:before {
  content: url("../images/common/tel_icon02.png");
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

p.tel2_link a {
  font-size: 38px;
  font-weight: bold;
  color: #fc72a4;
  text-decoration: none;
}

p.tel2_link span {
  display: inline-block;
  padding-left: 1em;
  vertical-align: baseline;
  line-height: 1;
}

#menu_price_caption_box {
  width: 90%;
  margin: auto;
  padding: 1em;
}

#menu_price_caption_box .caption {
  margin-top: 0;
}

#menu_price_caption_box p {
  line-height: 1.8;
}

.menuflex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.menuflex .vivicolorbox{
	width:48%;
}
.menuflex .eyemenubox{
	width:48%;
}


/********************************

            コンセプト

********************************/

.concept_copy {
  display: block;
  margin-bottom: -25px;
  text-align: center;
}

.concept_copy h2 {
  display: block;
  margin-bottom: 10px;
  font-size: 34px;
  color: #000000;
  font-weight: normal;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.concept_copy p {
  display: block;
  font-size: 20px;
  color: #000000;
  line-height: 1.6;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.movie_area {
  width: 100%;
  margin: 0 0 1.5em 0;
  padding: 60px 20px;
  /* background: url("images/back.png") no-repeat;
  background-size: cover;
  background-position: bottom center; */
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 204, 153, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 204, 153, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 204, 153, 1) 100%);
}

.movie_area iframe {
  display: block;
  margin: 0 auto;
  width: 970px;
  height: 550px;
  text-align: center;
}


/********************************

          メニュー＆料金

********************************/

.copy {
  display: block;
  margin-bottom: 40px;
}

.copy p {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

h3.menu_title {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #6d494c;
  text-align: center;
  vertical-align: middle;
  line-height: 1.8;
}

h3#the_helix {
  background-color: #e8edf9;
}

h3#viviheir {
  background-color: #fce3fc;
}

h3#vivicolor {
  background-color: #f9f9cd;
}

h3#vivi {
  background-color: #fc72a4;
}

h3#eyemenu {
    background-color: #ff7878;
    color:#fff;
}

h3#vivi span {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  padding-left: 10px;
  vertical-align: bottom;
  line-height: 1;
}

.price_section {
  margin-bottom: 4em;
  padding: 0 15px;
}

#price_list p.menu_title {
  display: block;
  margin-bottom: 20px;
  padding: 0 7px;
  color: #6d494c;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}

#price_list p.menu_title span {
  padding-left: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

#price_list table {
  width: 100%;
  border-collapse: collapse;
}

#price_list .double td {
  border-bottom: solid 0.5px #777777;
  margin-bottom: 1px;
  position: relative;
}

#price_list .double td:before {
  content: '';
  width: 100%;
  height: 0.5px;
  border-bottom: solid 0.5px;
  position: absolute;
  left: 0px;
  bottom: -5px;
  color: #777;
}

#price_list table td {
  width: 57%;
  font-size: 16px;
  border-top: none;
  border-bottom: 0.5px solid #777777;
  line-height: 1;
  padding: 15px 7px !important;
}

#price_list table td:last-child {
  width: 43%;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 0.1em;
  padding: 15px 0px !important;
  text-align: right;
  line-height: 1;
}

#price_list table td:last-child span {
  font-size: 18px;
  font-weight: bold;
}

.price_section .menu_title span.text {
  margin-left: 1em;
  padding-left: 0 !important;
  font-size: 14px !important;
}

.price_section p.comment_text {
  display: block;
  padding: 5px;
  font-size: 14px;
}

#menu_price_bunner {
  width: 100%;
  margin-top: 40px;
  clear: both;
}

#menu_price_bunner ul {
  display: flex;
/*  justify-content: space-between;*/
}

#menu_price_bunner ul li {
  width: 32%;
  margin-right: 2%;
}

#menu_price_bunner ul li:last-child {
  margin-right: 0;
}

/********************************

          まつげエクステ

********************************/

.container2 {
  width: 970px;
  margin: 0 auto;
}

#ekusute {
  background-color: #ffebeb;
}

.next_copy {
  display: block;
  margin: 40px 0;
  text-align: left;
}

.next_copy p {
  display: block;
  font-size: 16px;
  line-height: 1.8;
}

.next_section {
  display: block;
  margin-bottom: 1em;
  padding: 0.7em 10px;
}

.next_section p {
  display: block;
  font-size: 13px;
  line-height: 1.8;
}

.next_section p.title {
  font-size: 18px;
  margin-bottom: 5px;
}

p.center_img {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.shop_detail p.shop_img {
  display: block;
  width: 100%;
}

.shop_detail p.shop_img span {
  display: block;
  padding: 5px;
  font-size: 14px;
  text-align: left;
}

.shop_detail2 span {
  display: block;
  font-size: 12px !important;
}

.shop_detail p.shop_img img {
  width: 100%;
}

p.shop_detail_name {
  display: block;
  padding: 5px;
  font-size: 14px;
  text-align: left;
}

.shop_detail ul {
  display: block;
  width: 100%;
  margin-top: 1em;
}

.shop_detail ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 12px;
}

.shop_detail ul li span {
  color: #ff7878;
  font-size: 12px;
  padding-right: 3px;
}

.flow_treatment {
  display: block;
  width: 100%;
  margin-bottom: 50px;
  padding: 25px 50px;
  background-color: #ffebeb;
}

.flow_treatment ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.flow_treatment ul li {
  width: 31%;
  margin-right: 2%;
}

.flow_treatment ul li:last-child {
  margin-right: 0;
}

.flow_treatment ul li span {
  display: block;
  padding: 5px;
  font-size: 14px;
}

.flow_treatment ul li img {
  width: 100%;
}

.back_color {
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}

p.price_text {
  display: block;
  padding: 0 10px 1em 10px;
  font-size: 16px;
}

p.price_text span {
  font-size: 18px;
  color: #ff0000;
}

table.price_table td {
  width: 60% !important;
  text-align: center;
  border-bottom: 1px solid #5b5b5b;
  padding: 12px;
  line-height: 1;
}

table.price_table td:last-child {
  width: 40% !important;
  border-left: 1px solid #5b5b5b;
}

.option p {
  padding: 1em 0;
}

.option ul {
  display: block !important;
}

.option ul li {
  display: inline-block;
  width: 46% !important;
  margin-right: 3% !important;
  font-size: 14px;
}

.option ul li:nth-child(even) {
  margin-right: 0;
}

.option ul li span {
  display: inline-block !important;
  color: #ff7878;
}

.item {
  display: block !important;
  margin-bottom: 25px;
}

.item .number {
  float: left;
  background: #ff7878;
  color: #ffffff;
  font-weight: bold;
  height: auto;
  padding: 0 8px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
}

.item #no1 {
  height: 97px;
  line-height: 97px;
}

.item #no2 {
  height: 45px;
  line-height: 45px;
}

.item #no3 {
  line-height: 1.8;
}

/* .item .text {} */

.item span.title {
  display: block;
  font-size: 16px;
}

.item p {
  font-size: 12px;
  line-height: 1.8;
}

p.large {
  font-size: 21px;
  padding: 0 5px 1em 5px;
}

p.border_style {
  display: block;
  padding: 8px 10px;
  color: #000000;
  font-size: 16px;
  background-color: #ffffff;
  border: 2px solid #ff7878;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

.product_detail {
  width: 100%;
  margin-top: 1em;
}

.product_detail p.title {
  font-size: 16px;
  margin-bottom: 2em;
}

.product_detail p.text {
  font-size: 12px;
  line-height: 1.8;
}

ul.shop_list_link li {
  display: block;
  width: 100%;
  font-size: 20px;
}

/********************************

          ワックストリプルエックス

********************************/

.price_back {
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
  background-color: #ffebeb;
  line-height: 1;
}

table.price_table2 {
  border-top: none;
  margin-top: 1em;
}

table.price_table2 td {
  width: auto;
  border-top: none;
  border-right: 1px solid #5b5b5b;
  border-bottom: 1px solid #5b5b5b;
  padding: 12px;
  text-align: center;
  line-height: 1;
}

table.price_table2 td.left {
  text-align: left;
}

table.price_table2 td:last-child {
  border-right: none;
}

p.circle span {
  display: inline-block;
  color: #ff7878;
  font-size: 14px;
  vertical-align: middle;
}

p.circle {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}


/********************************

          光のエステ

********************************/

.next_copy p.large {
  padding-bottom: 0.5em;
}

.next_copy p {
  padding: 0 5px;
}

.link_box {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 13px;
  background-color: #ffffff;
  border: 13px solid #ffc0c0;
}

.link_box p a:before {
  content: url("../images/common/arw_right.png");
  display: inline-block;
  padding-right: 0;
  vertical-align: middle;
  line-height: 1;
}

.link_box p a {
  display: block;
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}

h3.question {
  padding: 10px;
  border-radius: 25px;
  margin-bottom: 1em;
}

h3.question span {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
  line-height: 1;
}

.answer:after {
  content: "";
  display: block;
  clear: both;
}

.answer img {
  max-width: 34px;
  width: 34px;
}

.answer p {
  display: flex;
  line-height: 1.8;
}

.answer span.img {
  margin-right: 10px;
}

.answer span {
  width: auto;
}

p.border_style02 {
  display: block;
  padding: 10px;
  font-size: 14px;
  color: #000000;
  border-top: 2px solid #ff7878;
  border-bottom: 2px solid #ff7878;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
}

ul.square li {
  font-size: 14px;
}

ul.square li span {
  color: #ff7878;
  font-size: 12px;
  padding-right: 5px;
}

ul.square2 li {
  font-size: 14px;
  padding: 5px 10px;
}

/********************************

             採用情報

********************************/

.movie_area {
  background: none;
}

.concept_copy {
  margin-bottom: 0;
}

.recruit_menu {
  background-color: #ffefe9;
  margin-top: 30px;
  padding: 30px;
}

.recruit_menu p.title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #ff0000;
  padding-bottom: 10px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.recruit_menu p.copy_text {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 1.8;
}

.recruit_menu p.copy_text span {
  font-size: 18px;
  color: #ff0000;
}

.recruit_menu .colum {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.recruit_menu .colum .colum_col {
  display: block;
  justify-content: space-between;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border-radius: 20px;
  background-color: #ffffff;
}

.recruit_menu .colum .colum_col p.title {
  display: block;
  width: 100%;
  font-size: 21px;
  font-weight: normal;
  color: #ff0000;
  padding-bottom: 1em;
  text-align: left;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.recruit_menu .colum .colum_col p.description {
  font-size: 14px;
  line-height: 1.8;
  text-align: left !important;
}

.recruit_menu .colum .colum_col .colum_text {
  display: inline-block;
  width: 61%;
  margin-right: 2%;
  vertical-align: top;
}

.recruit_menu .colum .colum_col .colum_img {
  display: inline-block;
  width: 36%;
  vertical-align: top;
}

.recruit_youkou {
  width: 85%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.recruit_youkou h2 {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 21px;
  font-weight: bold;
  color: #000000;
  background-color: #fce3fc;
  text-align: center;
  line-height: 1;
}

.recruit_youkou table {
  border: none;
}

.recruit_youkou table th {
  background: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #7a7a7a;
  text-align: left;
}

.recruit_youkou table td {
  border-top: none;
  border-bottom: 1px solid #7a7a7a;
  text-align: left;
}

.recruit_contact {
  margin-top: 60px;
}

.recruit_contact .box {
  width: 85%;
  margin: 0 auto;
}

.recruit_contact p.title {
  display: block;
  color: #000000;
  font-size: 21px;
  margin-bottom: 30px;
  text-align: center;
}

.recruit_contact p.btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #ffefe9;
  line-height: 1;
}

.recruit_contact p.btn span.text {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  color: #000000;
  line-height: 1.6;
  vertical-align: middle;
}

.recruit_contact p.btn span.link_text {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #f40027;
  vertical-align: middle;
}

.recruit_contact p.btn span#mail:before {
  content: url("/images/next/mail.png");
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

.recruit_contact p.btn span#tel {
  font-size: 30px;
}

.recruit_contact p.btn span#tel:before {
  content: url("/images/next/tel.png");
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  line-height: 1;
}

.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

/********************************

             お問い合わせ

********************************/

.all_area {
  overflow: hidden;
}

.tab_area {
  overflow: hidden;
}

ul.tabbox {
  width: 1000px;
  margin: 0 auto;
  margin-top: 3em;
  text-align: center;
}

ul.tabbox li.style01 {
  background-color: #e8edf9;
}

ul.tabbox li.style02 {
  background-color: #fce8df;
}

.all_area .style01 {
  background-color: #e8edf9;
}

.all_area .style02 {
  background-color: #fce8df;
}

.all_area .style01 .button input {
  background-color: #97ade4;
}

.all_area .style02 .button input {
  background-color: #f4a482;
}

ul.tabbox li {
  display: inline-block;
  width: 35%;
  height: auto;
  margin-right: 10px;
  padding: 20px 30px;
  border-radius: 10px 10px 0 0;
  color: #000000;
  font-size: 100%;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
}

.content {
  width: 1000px;
  min-height: 200px;
  margin: 0 auto;
  padding: 40px 20px;
}

p.form_title {
  display: block;
  padding: 2em 5px 5px 5px;
  font-size: 21px;
  color: #514345;
  position: relative;
}

span.privacy_text {
  font-size: 14px;
  text-align: right;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

form {
  width: 100%;
}

form dl {
  display: block;
  width: 100%;
  padding: 20px 10px;
  border-top: 1px dashed #8c8c8c;
  border-bottom: 1px dashed #8c8c8c;
}

form dl dt {
  display: inline-block;
  width: 21%;
  margin-right: 3%;
  color: #112f99;
  font-weight: bold;
  vertical-align: middle;
}

form dl dt span {
  display: inline-block;
  margin-left: 1em;
  padding: 3px 5px;
  background-color: #E2718F;
  color: #ffffff;
  font-size: 14px;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}

form dl dd {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}

form dl dd input {
  width: 100%;
  padding: 10px;
  border: 1px solid #898989;
}

form dl#tel input {
  width: auto;
  margin-right: 1em;
}

form dl#textarea {
  display: block;
}

form dl#textarea dt {
  display: block;
  width: 100%;
  padding: 5px;
}

form dl#textarea dd {
  display: block;
  width: 100%;
}

span.kakunin_text {
  display: block;
  font-size: 14px;
  padding: 7px 0;
}

form dl#textarea textarea {
  width: 100%;
  padding: 10px;
}

.button {
  margin: 60px auto 0 auto;
  text-align: center;
}

.button input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background-color: #ba9b68;
  color: #ffffff;
  border: none;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
}

ul.form_list li {
  display: inline-block;
  margin-right: 5px;
}

ul.form_list li select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 14px;
  padding: 10px 20px 10px 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

#inquiry-form2 select {
  padding: 10px;
}

ul.form_list li .birthday {
  display: inline-block;
  position: relative;
}

ul.form_list li .birthday:after {
  content: "";
  border-color: #999999 transparent transparent;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

ul.form_list li select option {
  padding: 5px;
}

ul.form_list li.year:after {
  content: "年";
}

ul.form_list li.month:after {
  content: "月";
}

ul.form_list li.day:after {
  content: "日";
}


/********************************

             サイトマップ

********************************/

#sitemap .box ul>li {
  line-height: 1.8;
}

#sitemap .box ul>li>ul.child {
  margin-left: 1em;
  list-style-type: none;
}

#sitemap .box ul>li>ul.child li {
  margin-bottom: 0;
  list-style-type: none;
}

#sitemap .box ul>li>ul.child li a {
  border: none;
}

#sitemap .box ul>li>ul.child li a:before {
  content: url("../images/common/arw.png") !important;
  display: inline-block;
  padding-right: 5px;
  width: auto !important;
  height: auto !important;
  vertical-align: middle;
  line-height: 1;
}

#sitemap .box ul>li>ul.child li a:after {
  content: "";
  display: none;
  padding: 0;
}

/********************************

          プライバシーポリシー

********************************/

#privacy p {
  line-height: 1.8;
}



.cf:after{
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

