@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100");
@import url("https://fonts.googleapis.com/css?family=Play");
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i');

/*--------------------------------------------------
	初期化、基本設定
---------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, ul, ol {
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 20px;
  color: #890000;
  font-family: 'Times New Roman', Times, serif;
  margin-top: 10px;
  margin-bottom: 10px;
}
h6 {
  font-size: 18px;
  color: #890000;
  margin: 10px 0 10px;
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

body {
  max-width: 100%;
  color: #444;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

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

img {
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.strong {
  font-weight: bold;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

a:hover {
  opacity: 0.75;
  transition: .4s ease-in-out;
}

.red {
  color: red;
}

.sub_text {
  color: #777;
}

.left {
  float: left;
}

.right {
  float: right;
}

.align_right {
  text-align: right;
}

.align_left {
  text-align: left;
}

li {
  list-style-type: none;
}

.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.i_block {
  text-align: center;
}

.i_block li {
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

/*
.pager  {
	text-align : center ;
	padding : 20px ;
	display: flex;
	justify-content: center;
}

.pager a {
	text-decoration : none ;
	color : #222 ;
}

.pager li {
	border : 1px #ccc solid ;
	padding : 10px 15px ;
	background : #fff;
}

.pager li a {
	color : #468dc8;
}

.pager .now {
	background : #468dc8;
	color : #fff;
}
*/
.all_wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

.last {
  border: none !important;
}

.m10 {
  margin: 10px 0;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px 0;
}
.p30 {
  padding: 30px 0 0 0;
}

.p40 {
  padding: 40px 0;
}

.flex {
  display: flex;
  justify-content: center;
}

.blue_bar {
  width: 98px;
  height: 6px;
  background: #113362;
  margin-bottom: 10px;
}

.white_bar {
  width: 98px;
  height: 6px;
  background: #fff;
  margin: 0 auto 10px auto;
}

i {
  margin-right: 5px;
}

.alerts {
  position: fixed;
  width: 500px;
  top: 10px;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0%);
}

.green_box {
  background: #dbffe1;
  color: #0e9324;
  padding: 10px;
  text-align: center;
  margin: 10px 0;
}

.red_box {
  background: #ffebee;
  padding: 10px;
  text-align: center;
  color: #f44336;
}

.white_space {
  color: #fff;
  opacity: 0;
}

.no_flex {
  flex: none;
}

.done_msg,
.err_msg {
  display: none;
}

.done_msg div {
  margin-bottom: 5px;
  cursor: pointer;
}

.err_msg div {
  background: #ffebee;
  padding: 10px;
  text-align: center;
  color: #f44336;
  cursor: pointer;
}

#bread {
  width: 960px;
  margin: 20px auto;
}

#bread ul {
  display: flex;
  font-size: 13px;
}

#bread li {
  margin: 0px;
  padding: 0px;
  border-bottom: none;
}

.text_subline {
  position: relative;
  height: 1px;
  padding: 0;
  background: #d0d0d0;
  border: none;
  margin-bottom: 10px;
}

.text_subline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 40px;
  background: #890000;
}

.sp_side_menu {
  display: none;
}

.bg_gray {
  background-color: #efefef;
}

.bg_pink {
  background-color: #FFF4F7;
}

.bg_beige {
  background-color: #F1E4DA;
}

.red_border {
  color: #640709;
  border: 1px #640709 solid;
  padding: 5px 10px;
  display: inline-block;
}

.red_border a {
  color: #640709;
}

.red_border a:hover {
  color: #640709;
}

.red_badge {
  background: #640709;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}

.red_badge a {
  color: #fff;
  text-decoration: none;
}

.cream_badge {
  background: #F8F1E3;
  color: #6A3A0D;
  padding: 10px 20px;
  display: inline-block;
}

.cream_badge a {
  color: #6A3A0D;
  text-decoration: none;
}

.box_960 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.box_700 {
  width: 700px;
  margin: 0 auto;
  text-align: center;
}

.bx-wrapper {
  transition: .4s;
}

.bx-wrapper .bx-controls-direction {
  transition: .4s ease-in-out;
  display: none;
}

.bx-wrapper:hover .bx-controls-direction {
  display: block;
}

#bx_slider li {
  display: none;
}

#bx_slider li .slide_wrapper {
  width: 960px;
  margin: 0 auto;
}

#bx_slider li .slide_wrapper:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 960px;
    /*background: linear-gradient(to right, rgba(255,255,255,0) 90%, rgba(255,255,255,1)) center center / cover no-repeat;*/
}

#bx_slider li .slide_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 960px;
    /*background: linear-gradient(to left, rgba(255,255,255,0) 90%, rgba(255,255,255,1)) center center / cover no-repeat;*/
}

.bx-viewport #bx_slider li {
  display: block !important;
}

/*
.no_slide:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 960px;
    background: linear-gradient(to right, rgba(255,255,255,0) 90%, rgba(255,255,255,1)) center center / cover no-repeat;
}

.no_slide:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 960px;
    background: linear-gradient(to left, rgba(255,255,255,0) 90%, rgba(255,255,255,1)) center center / cover no-repeat;
}
*/

/*--------------------------------------------------
	共通パーツ
---------------------------------------------------*/
.wrapper {
  width: 960px;
  margin: 0 auto;
}

h2 a,
h3 a {
  color: #fff;
}

#header {
  background: #640709;
}

#header h1 {
  color: #ECDBA7;
  font-size: 12px;
  padding-top: 15px;
  font-weight: lighter;
}

#header .wrapper > .flex:first-child {
  display: flex;
  justify-content: space-between;
}

#header .wrapper > .flex:nth-child(2) {
  align-items: center;
}

#header .header_navi {
  padding-top: 15px;
}

#header .header_navi li {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
  height: 26px;
  display: inline;
}

#header .header_navi li a {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration: none;
  height: 26px;
  display: inline;
}

#header .header_navi li a:hover {
  color: #ECDBA7;
}

#nav {
  background: url("../img/nav_bg.jpg") repeat-x;
}

#nav .wrapper {
  background: url(../img/navi.png) no-repeat 0 -53px;
}

#nav .menu_drop {
  display: flex;
  position: relative;
  z-index: 9999;
}

#nav .menu_drop li a {
  display: block;
  width: 160px;
  height: 53px;
  border: none;
  text-indent: -9999em;
}

#nav .menu_drop > li:nth-child(1) {
  background: url(../img/navi.png) no-repeat 0 0;
}

#nav .menu_drop > li:nth-child(2) {
  background: url(../img/navi.png) no-repeat -160px 0;
}

#nav .menu_drop > li:nth-child(3) {
  background: url(../img/navi.png) no-repeat -320px 0;
}

#nav .menu_drop > li:nth-child(4) {
  background: url(../img/navi.png) no-repeat -480px 0;
}

#nav .menu_drop > li:nth-child(5) {
  background: url(../img/navi.png) no-repeat -640px 0;
}

#nav .menu_drop > li:nth-child(6) {
  background: url(../img/navi.png) no-repeat -800px 0;
}

#nav ul.menu_drop li #sub li a {
  height: 40px;
  color: #6A3A0D;
  text-indent: 0;
  font-size: 12px;
  background-color: #F7F0E1;
  background-image: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ECDBA7;
  border-top-style: none;
}

#nav ul.menu_drop li #sub li a:hover {
  color: #6A3A0D;
  background-color: #FFFFFF;
}

#nav ul#sub {
  display: none;
  border-top: 1px solid #300;
  position: absolute;
}

#nav ul.menu_drop li a {
  display: block;
  width: 160px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 42px;
}

#nav ul.menu_drop li a:hover {
  opacity: 1;
}

#eyecatch {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

#eyecatch .bx-wrapper {
  margin-bottom: 0;
  /*width: 960px;*/
}

#eyecatch .no_slide {
  width: 960px;
  margin : 30px auto 0px;
}

#eyecatch .strech_bg {
  background-size: cover !important;
}

/*--------------------------------------------------
  アイキャッチの画像設定
---------------------------------------------------*/
/*#eyecatch .depi_catch {
  background: url(../img/menu/depi/mini-slider-0.jpg) center center no-repeat;
}*/

/*#eyecatch .body_catch {
  background: url(../img/menu/body/mini-slider-1.jpg) center center no-repeat;
}*/

/*#eyecatch .facial_catch {
  background: url(../img/menu/facial/mini-slider-1.jpg) center center no-repeat;
}*/

/*#eyecatch .item_catch {
  background: url(../img/menu/item/mini-slider-1.jpg) center center no-repeat;
}*/

/*#eyecatch .karen_catch {
  background: url(../img/salon/eyecatch.jpg) center center no-repeat;
}*/

/*#eyecatch .special_catch {
  background: url(../img/mini-slider-2.jpg) center center no-repeat;
}*/

#eyecatch .profile_catch {
  background: url(../img/karen/profile/eyecatch_profile.jpg) center center no-repeat;
}

#eyecatch .kl_catch {
  background: url(../img/karen/KL/eyecatch_letterzine.jpg) center center no-repeat;
}

#eyecatch .other_catch {
  background: url(../img/mini-slider-1.jpg) center center no-repeat;
}

#eyecatch .centerpoint_left {
  background-position: center left;
}

#eyecatch .centerpoint_right {
  background-position: center right;
}

.container {
  display: flex;
  justify-content: space-between;
  width: 700px;
}

.main {
  width: 100%;
}

.four_columns > div {
  width: 24%;
  padding: 10px;
}

.four_columns > li {
  width: 24%;
  padding: 10px;
}

.four_columns .red_border {
  margin-top: 10px;
}

.four_columns b {
  margin-bottom: 10px;
}

.three_columns > div {
  width: 32%;
  padding: 10px;
}

.three_columns > li {
  width: 32%;
  padding: 10px;
}

.three_columns .red_border {
  margin-top: 10px;
}

.three_columns b {
  margin-bottom: 10px;
  display: inline-block;
  background: #efefef;
  padding: 5px 10px;
  width: 100%;
}

.two_columns {
  flex-wrap: wrap;
}

.two_columns > div {
  width: 50%;
  padding: 10px;
}

.two_columns > li {
  width: 50%;
  padding: 20px;
}

.two_columns h4 {
  color: #fff;
  background: #640709;
  text-align: center;
  padding: 5px 0;
  margin: 15px 0 10px 0;
}

.two_columns h4 a {
  color: #fff;
}

.two_columns .red_border {
  margin-top: 10px;
}

.two_columns b {
  margin-bottom: 10px;
  display: inline-block;
  background: #efefef;
  padding: 5px 10px;
  width: 100%;
}

.two_columns img {
    margin-bottom: 10px;
}

.sub {
  font-size: 13px;
  color: #888;
  display: block;
}

.side {
  width: 230px;
}

.side li {
  margin-bottom: 10px;
}

.side .info {
  margin-top: 80px;
  margin-right: 0;
  margin-bottom: 0px;
  margin-left: 0;
}

.side .info dl dt {
  color: #80776F;
  padding: 5px;
  font-size: 12px;
  float: left;
  width: 50px;
  background-color: #FFEBD7;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 3px;
}

.side .info dl dd {
  color: #666;
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 140px;
  padding: 5px 5px 5px 5px;
  text-align: left;
  float: right;
}

.side .side_salon {
  margin: 15px 0;
  border: 1px solid #e4e4e4;
  background: url(../img/side_bg.png) repeat-y;
}

.side h3 {
  margin: 2px;
  padding: 5px 0 5px 10px;
  background: url(../img/side_h3.png);
  color: #FFF;
  font-size: 14px;
}

.side .side_salon h4 {
  padding: 7px 0 5px 10px;
  color: #5e0103;
  font-weight: normal;
  font-size: 11px;
}

.side .side_salon ul li {
  margin: 4px;
  padding: 5px 0 5px 10px;
  background: #FFF;
}

.side .side_salon ul li a {
  display: block;
  color: #666;
  text-decoration: none;
  font-size: 12px;
}

.side .side_salon ul li a:hover {
  color: #ad001d;
}

.side .side_link {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
}

.side .side_link ul li {
  margin: 4px;
  padding: 3px 0 5px 10px;
  border-bottom: 1px dashed #e4e4e4;
  background: #FFF;
}

.side .side_link ul li a {
  display: block;
  color: #666;
  text-decoration: none;
  font-size: 12px;
}

.side .side_link ul li a:hover {
  color: #ad001d;
}

.page_top a {
  display: block;
  float: right;
  width: 100px;
  background: url(../img/page_top.png) no-repeat;
  text-indent: -9999em;
  margin-top: 20px;
}

#footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F8F2E6));
  background-image: -webkit-linear-gradient(top, #fff, #F8F2E6);
  background-image: -moz-linear-gradient(top, #fff, #F8F2E6);
  background-image: -ms-linear-gradient(top, #fff, #F8F2E6);
  background-image: -o-linear-gradient(top, #fff, #F8F2E6);
  background-image: linear-gradient(to bottom, #fff, #F8F2E6);
}

#footer .shop_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 30px;
}

#footer .shop_list a {
  color: #666666;
  text-decoration: none;
}

#footer .shop_list h3 {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

#footer .shop_list > div {
  height: 185px;
  width: 185px;
}

#footer .copyright {
  background: #640709;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

#footer .salon {
  text-align: center;
  margin: 10px auto 30px auto;
}

#footer .wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}

#footer .foot_banners {
  padding: 60px 0 0px 0;
  margin: 30px 0 0 0;
}

#footer .foot_banners li {
  margin: 0 10px;
}

#footer .salon {
  text-align: left;
  font-weight: bold;
  font-size: 17px;
  margin-left: 10px;
}

#footer {
  margin-top: 0px;
  width: 100%;
  color: #666;
  font-size: 12px;
  padding-top: 15px;
  margin-top: 30px;
}

#footer_inner {
  width: 960px;
  height: 750px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

#footer_inner p#salon {
  height: 30px;
  background-position: left center;
  background-image: url(../img/salon.png);
  background-repeat: no-repeat;
  line-height: 5px;
  margin-bottom: -10px;
  padding-top: 30px;
  text-align: center;
}

.shop_list {
  margin-right: -53px;
  width: 1013px;
}

.shop_list div h3 {
  padding-bottom: 3px;
  width: 150px;
  border-bottom: 1px solid #CCC;
  font-weight: 700;
  font-size: 16px;
}

/*
.shop_list div h3 img {
	float: right;
	margin-top: -8px;
	margin-right: 3px;
}
*/
.shop_list div ul {
  padding-top: 3px;
  width: 150px;
  border-top: 1px solid #FFF;
}

.shop_list div ul li {
  padding: 3px 0;
}

.shop_list div ul li.tel {
  font-size: 21px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  width: 134px;
}

.shop_list div ul li a {
  color: #666;
  text-decoration: none;
}

.shop_list div ul li a:hover {
  color: #ad001d;
  text-decoration: underline;
}

#footer li a:hover {
  opacity: 0.8;
  -ms-filter: "alpha( opacity=80 )";
  filter: alpha(opacity=80);
}

.footer_nav_02 ul {
  margin: 15px auto 20px;
  text-align: center;
}

.footer_nav_02 li {
  display: inline;
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #666;
}

.footer_nav_02 li.last {
  padding-right: 1em;
  border-right: 1px solid #666;
}

.footer_nav_02 li a {
  color: #666;
  text-decoration: none;
}

.footer_nav_02 li a:hover {
  color: #ad001d;
  text-decoration: underline;
}

.hide {
  display: none !important;
}

#backgroundbox {
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFB', endColorstr='#FFFDF0');
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FEFEFB, EndColorStr=#FFFDF0)";
  /* Firefox */
  background: -moz-linear-gradient(top, #FEFEFB 0%, #FFFDF0);
  /* Chrome, Safari */
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFB), to(#FFFDF0));
  border: 1px solid #EDECE0;
  width: 702px;
  height: auto;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 7px;
  margin-left: 0px;
  padding-top: 15px;
  padding-bottom: 5px;
}

#backgroundbox p {
  margin-left: 25px;
}

#backgroundbox {
  display: flex;
  justify-content: space-between;
}

#backgroundbox .grid3 {
  flex: none;
}

.display_block {
  display: block !important;
}

input[type=button] {
  padding: 10px 30px;
}

/*.box_shadow {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}*/

.stick_bottom_on {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.red_line {
  background: #630708;
  padding: 20px 0;
  z-index: 99999;
  width: 100%;
}

.red_line ul {
  color: #fff;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  justify-content: center;
  align-items: center;
}

.red_line ul li {
  margin: 0 10px;
}

.red_line ul li:nth-child(2) {
  background: #fff;
  color: #630708;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 70px;
  cursor: pointer;
}

.salon_modal {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  cursor: pointer;
  display: none;
  color: #444;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

.salon_modal h2 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  margin-bottom: 10px;
  color: #666666;
}

.salon_modal > div {
  width: 900px;
  padding: 20px;
  background: #fff;
  color: #222;
  cursor: default;
}

.salon_modal a {
  color: #444;
  text-decoration: underline;
}

.salon_modal .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.salon_modal .flex > div {
  width: 20%;
  padding: 10px;
  font-size: 13px;
}

.salon_modal .flex > div h3 {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px #ccc solid;
}

.salon_modal .flex > div h3 a {
  text-decoration: none;
}

/*--------------------------------------------------
	トップページ
---------------------------------------------------*/
.top h2 {
  font-size: 24px;
  color: #666666;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 60px;
}

.top h3 {
  color: #964848;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
}

.top .video {
  height: 355px;
  width: 700px;
  background-image: url(../img/video.jpg);
  background-repeat: no-repeat;
  margin-bottom: 10px;
}

.top .video .youtube_btn {
  width: 200px;
  line-height: 1.5;
  padding-left: 25px;
  float: left;
  text-align: center;
  padding-top: 310px;
}

.top .video .youtube_btn a {
  color: #666666;
  font-size: 12px;
  text-decoration: none;
}

.top .video iframe {
  float: right;
  margin-right: 25px;
  margin-top: 90px;
}

.top .case h2 {
  background: url(../img/case.png) no-repeat;
}

.top .menu h2 {
  background: url(../img/menu.png) no-repeat;
}

.top .news {
  background: #f2f2f2;
  padding: 60px 0;
  margin: 0;
}

.top .news .wrapper {
  background: #fff;
  padding: 20px;
}

.top .news h2 {
  color: #a8a39d;
}

.top .news h3 {
  background-image: url(../img/new.png);
  background-repeat: no-repeat;
  padding-left: 90px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  text-align: right;
  font-size: 16px;
}

.top .news ul {
  margin-bottom: 40px;
  height: 155px;
  overflow: auto;
}

.top .news li {
  overflow: auto;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top .news .text {
  padding-left: 75px;
  color: #333;
}

.top .news .text a {
  color: #333;
  text-decoration: none;
}

.top .news .text a:hover {
  text-decoration: underline;
  color: #ad001d;
}

.top .news li .new_campaign {
  background: url(../img/news/campaign.gif) no-repeat;
  background-position: left;
}

.top .news li .new_salon {
  background: url(../img/news/salon.gif) no-repeat;
  background-position: left;
}

.top .news li .new_media {
  background: url(../img/news/media.gif) no-repeat;
  background-position: left;
}

.top .news li .new_menu {
  background: url(../img/news/menu.gif) no-repeat;
  background-position: left;
}

.top .news li .new_message {
  background: url(../img/news/message.gif) no-repeat;
  background-position: left;
}

.top .news li .new_news {
  background: url(../img/news/news.gif) no-repeat;
  background-position: left;
}

.top .news li .new_pickup {
  background: url(../img/news/pickup.gif) no-repeat;
  background-position: left;
}

.top .news .date {
  padding-right: 5px;
  font-size: 12px;
  color: #898888;
}

.top .news p {
  background-size: auto !important;
}

.top .three_banners {
  background: #F2F2F2;
  padding: 60px 0;
}

.top .three_banners a {
  text-decoration: none;
  color: #630708;
  display: block;
  padding: 10px;
}

.top .three_banners .flex {
  justify-content: space-between;
}

.top .three_banners .flex li {
  width: 30%;
  background: #fff;
  text-align: center;
  height: fit-content;
}

.top .three_banners .box_shadow p:first-child {
  margin-bottom: 10px;
}

.top .three_banners .box_shadow p:last-child {
  color: #630708;
  font-weight: bold;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.top .bar_cream {
  background: #ece3da;
  color: #7c7269;
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px 0;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.top .bar_cream a {
  text-decoration: none;
  color: #7c7269;
  display: block;
}

.top .bar_white {
  background: #fff;
  color: #7C7269;
  margin-top: 20px;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 0;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.top .bar_white a {
  text-decoration: none;
  color: #7C7269;
  display: block;
}

.top .top_depi {
  margin: 60px auto;
}

.top .top_depi h2 {
  color: #9d9593;
}

.top .top_depi .area_1 {
  margin-bottom: 60px;
}

.top .top_depi .depi_intro li {
  width: 33.3%;
  padding: 10px;
}

.top .top_depi .circle_icon {
  padding: 10px;
}

.top .top_depi .circle {
  background-size: cover;
  width: 120px;
  height: 120px;
  margin: 10px;
  cursor: pointer;
  position: relative;
  margin-bottom: -70px;
}

.top .top_depi .circle_img {
  text-align: right;
}

.top .top_depi .circle_img img {
  width: 80%;
}

.top .top_depi h4 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin: 10px 0;
  color: #630708;
  padding-left: 60px;
}

.top .top_depi .circle1 {
  background: url("../img/top/circle_icon1.png");
  background-size: cover;
  transition: .7s ease-in-out;
}

.top .top_depi .circle1:hover {
  background: url("../img/top/circle_icon1_ov.png");
  background-size: cover;
  transition: .7s ease-in-out;
}

.top .top_depi .circle2 {
  background: url("../img/top/circle_icon2.png");
  background-size: cover;
  transition: .7s ease-in-out;
}

.top .top_depi .circle2:hover {
  background: url("../img/top/circle_icon2_ov.png");
  background-size: cover;
  transition: .7s ease-in-out;
}

.top .top_depi .circle3 {
  background: url("../img/top/circle_icon3.png");
  background-size: cover;
  transition: .7s ease-in-out;
}

.top .top_depi .circle3:hover {
  background: url("../img/top/circle_icon3_ov.png");
  background-size: cover;
  transition: .7s ease-in-out;
}

.top .top_depi .popular .flex {
  align-items: center;
}

.top .top_depi .popular li {
  background: #000;
  text-align: center;
  width: 20%;
}

.top .top_depi .popular .mask {
  opacity: 0;
  height: 128px;
  position: relative;
  margin-top: -128px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top .top_depi .popular .mask p {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 10px 30px;
  border: 1px #fff solid;
}

.top .top_depi .popular .mask:hover {
  opacity: 1;
  transition: all 0.6s ease;
}

.top .top_depi .popular a {
  color: #fff;
  text-decoration: none;
}

.top .top_menu {
  background: #ece3de;
  padding: 60px 0;
}

.top .top_menu h3 {
  margin-top: 40px;
}

.top .top_menu .flex {
  justify-content: space-between;
}

.top .top_menu .flex li {
  width: 30%;
  text-align: center;
}

.top .top_menu .flex li:hover {
  outline: 3px #C90555 solid;
}

.top .top_menu .flex .mask {
  height: 192px;
  margin-top: -192px;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  display: flex;
  font-size: 17px;
  align-items: center;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  justify-content: center;
  opacity: 0;
}

.top .top_menu .flex .mask:hover {
  opacity: 1;
  transition: all 0.6s ease;
}

.top .top_menu .complex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top .top_menu .complex li {
  width: 19%;
  margin-bottom: 10px;
  background: #640709;
  color: #fff;
  text-align: center;
}

.top .top_menu .complex a {
  display: block;
  padding: 10px;
}

.top .top_menu a {
  text-decoration: none;
  color: #fff;
}

.top .top_topics {
  background: #ece3de;
  padding: 60px 0;
}

.top .top_topics .flex {
  flex-wrap: wrap;
  justify-content: space-around;
}

.top .top_topics .flex li {
  background: #fff;
  padding: 20px;
  width: 48%;
  margin: 10px 0;
}

.top .top_topics .flex li a {
  text-decoration: none;
  color: #222;
  display: flex;
  align-items: center;
}

.top .top_topics .flex li a > p {
  width: 30%;
}

.top .top_topics .flex li a > div {
  width: 70%;
  padding: 10px;
}

.top .top_salon {
  margin: 60px 0;
}

.top .top_salon .salon_main {
  flex-wrap: wrap;
  min-height: 320px;
}

.top .top_salon .salon_main > p, .top .top_salon .salon_main > div {
  width: 50%;
}

.top .top_salon .salon_main > div {
  padding: 20px;
}

.top .top_salon .shop_img {
  max-height: 320px;
  overflow: hidden;
}

.top .top_salon h3 {
  color: #222;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 20px;
  font-size: 18px;
}

.top .top_salon .slick_slider {
  justify-content: space-between;
  margin: 20px 0;
}

.top .top_salon .slick-slide li {
  width: 180px;
  cursor: pointer;
}

.top .top_salon .slick-slide li > p:first-child {
  height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}

.top .top_salon .slick-slide li > p:nth-child(2) {
  color: #630708;
  font-weight: bold;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.top .top_salon .more a {
  margin-top: 20px;
  font-weight: bold;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  padding: 10px;
  text-decoration: none;
  color: #222;
  border: 1px #ececec solid;
  border-radius: 5px;
  display: inline-block;
}

.top .btn_white {
  background: #fff;
  margin-top: 20px;
  padding: 20px 0;
}

.top .btn_white a {
  text-decoration: none;
  color: #222;
  display: block;
}

.top .btn_cream {
  background: #ece3da;
  color: #7c7269;
  margin-top: 20px;
  padding: 20px 0;
}

.top .btn_cream a {
  text-decoration: none;
  color: #7c7269;
  display: block;
}

.top .top_free {
  margin-top: 60px;
}

.top .top_free .promises {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.top .top_free .promises li {
  width: 15%;
  margin: 10px 0.5%;
  font-size: 13px;
}

.top .top_free .promises .flex > p:first-child {
  margin-right: 3px;
}

/*--------------------------------------------------
	子ページ共通パーツ
---------------------------------------------------*/
.child {
  /*
	h2 {
		font-family: "小塚ゴシック Pr6N R";
		font-size: 24px;
		color: #000000;
		font-weight: normal;
		background-position: center;
		
		span {
			font-size: 12px;
			color : #3f3f3f;
			font-weight: normal;
			margin-left : 20px;
		}
	}
	*/
  /*
	h3 {
		background: url(../img/toppics_inner.png) no-repeat;
		background-color: #44423C;
		padding-top: 3px;
		padding-left: 15px;
		margin : 10px 0;
		height: 26px;
		font-size: 13px;
		color: #FFF;
		font-weight: 100;
		vertical-align: middle;
	}
	*/
}

.child h2 {
  text-align: center;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #a48b78;
  font-weight: normal;
  font-size: 36px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.child h2 span {
  text-align: center;
  margin-bottom: 0px;
  font-size: 14px;
  display: block;
  color: #000;
}

.child h3 {
  font-size: 24px;
  color: #666666;
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  padding-top: 13px;
  margin-bottom: 40px;
}

.child h3 a {
  color: #666;
}

.child h4 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
  color: #Ff336c;
  text-align: left;
  margin-left: 10px;
  margin-top: 0.5em;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background: #630708;
  padding: 10px;
  margin-left: 0;
  margin-bottom: 20px;
}

.child h4 a {
  font-weight: bold;
  color: #fff;
  text-align: left;
  margin-top: 0.5em;
  text-decoration: none;
}

.child strong {
  font-weight: bold;
  color: #630708;
}

.child .three_columns {
  justify-content: flex-start;
}

.child .three_columns > div {
  width: 33.3%;
}

.child .three_columns > div p {
  padding: 10px 0;
}

.child .step_box {
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FEFEFB', endColorstr='#FFFDF0');
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr=#FEFEFB, EndColorStr=#FFFDF0)";
  background: -moz-linear-gradient(top, #FEFEFB 0%, #FFFDF0);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFB), to(#FFFDF0));
  border: 1px solid #EDECE0;
  display: flex;
  padding: 15px;
  margin: 10px auto;
  justify-content: space-between;
  align-items: center;*/
  background: #ece3de;
  border: 1px solid #EDECE0;
  display: flex;
  padding: 15px;
  margin: 10px auto;
  justify-content: space-between;
  align-items: center;
}
.child .step_box p {
  margin-left: 15px;
}

.child .step_box h5 {
  font-size: 131%;
  color: #6B6B6B;
  text-align: left;
  font-family: Georgia, "Times New Roman", Times, "serif";
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 0px;
}

.child .step_box h4 {
  font-size: 115%;
  font-family: Georgia, "Times New Roman", Times, "serif";
  margin-left: 0;
  color: #46210C;
  background: none;
  padding: 0 0 0 1em;
  margin-bottom: 10px;
}

.child .step_box .no_flex {
  margin-left: 10px;
}

.child .three_columns h4,
.child .two_columns h4 {
  color: #fff;
  background: #640709;
  text-align: center;
  padding: 8px 20px;
  font-size: 14px;
  margin: 15px 0 20px 0;
  display: inline-block;
  box-shadow: #640709 0px 8px 38px -8px;
}


.child .three_columns h4 a,
.child .two_columns h4 a {
  color: #fff;
}

.nav_page ul {
  width: 98%;
  margin: 20px auto;
  border: 1px #ccc solid;
  font-weight: bold;
}

.nav_page ul li {
  text-align: center;
  border-bottom: 1px #ccc solid;
}

.nav_page ul li:nth-child(even) {
  background: #efefef;
}

.nav_page ul li:last-child {
  border: none;
}

.nav_page a {
  color: #222;
  padding: 15px 0;
  display: block;
  text-decoration: none;
}
p.price {
  font-size: 25px;
  color: #890000;
  font-family: 'Times New Roman', Times, serif;
  margin-top:10px;
  margin-bottom: 10px;
}

p.price span {
font-size: 20px;
color: #666666;
text-align: center;
}

.linkbutton {
	display: inline-block;
	padding: 15px 30px;
	color: #666666;
	border: solid 1px #666666;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.linkbutton:hover, .linkbutton:focus { color: #CCCCCC; border: solid 1px #CCCCCC; }