@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------

Template Name:      Hair Salon Website Templates Free Download
Version:            1.0.0
Created Date:       30/03/2017 
Author:             Jitu Chauhan 

------------------------------------------------------------------
[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  Service
    9.2  Service Single / sidebar with sidenav
    9.3  Testimonial
    9.4  Contact us
    9.5  Styleguide
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    ------------------------------------
11.Sidebar
    11.1 Widget
    ------------------------------------
13. Bcl
14. dl table css
15. Media Queries

------------------------------------------------------------------*/
/*color*/
/*
focus
#ffecb3
#1a1a1a

base color
#ffffff
#ff6a12 default
#18150d primary
#6f6f6f secondary
#aa9144 point
#f0f0f0 
#999999 small-text

base font-color
#18150d

bk light
#f4f1ec

outline
#e5e7ec

navi
#474747
#dddddd

form
#dcd9d3
#bab6ae
#f6f8f9

sidenav-focus
#ff5722

*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/
body {
  font-size: 12px;
  background-color: #ffffff;
  color: #18150d;
  /*      font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  line-height: 24px;
  /* font-weight: 300; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  color: #18150d;
  /* font-weight: 400; */
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 32px;
  line-height: 42px;
}

@media screen and (max-width:768px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-size: 24px;
  line-height: 40px;
}

h3 {
  font-size: 18px;
  line-height: 30px;
}

h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

p:last-child {
  margin-bottom: 0px;
}

ul,
ol {
  margin: 0;
}

ul li,
ol li {}

a {
  color: #ff6a12;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #999999;
}

img {
  max-width: 100%;
}

b,
strong,
.bold {
  font-weight: bold;
}

.listnone {
  list-style: none;
  padding: 0px;
}

.lead {
  font-size: 21px;
  color: #18150d;
  font-weight: 400;
}

.italic {
  font-style: italic;
}

.through {
  text-decoration: line-through;
}

.small-text {
  color: #999999;
  font-size: 12px;
}

.medium-text {
  font-size: 20px;
}

@media only screen and (max-width : 992px) {
  .medium-text {
    font-size: 16px;
  }
}

.large-text {
  font-size: 28px;
  line-height: 1.4;
}
.large-text02 {
  font-size: 3em;
}
.mid-text {
  font-size: 1.6em;
}

@media only screen and (max-width : 992px) {
  .large-text {
    font-size: 20px;
  }
}

.exlarge-text {
  font-size: 36px;
  line-height: 1.4;
}

@media only screen and (max-width : 992px) {
  .exlarge-text {
    font-size: 24px;
  }
}

@media print,screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.text-caps {
  text-transform: uppercase;
  letter-spacing: 2px;
}

::selection {
  background: #ffecb3;
  color: #1a1a1a;
}

h3 small {
  font-weight: 400;
  line-height: 1;
  color: #ff6a12;
  font-size: 14px;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-bottom: 1px solid #f1f3f8;
  clear: both;
}

blockquote {
  padding: 10px 20px;
  margin: 0px;
  font-size: 21px;
  line-height: 32px;
  color: #18150d;
  font-style: italic;
  border-left: 5px solid #ff6a12;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  margin: 10px 0;
}

/*-------------- align ------------*/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 0px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 0px 0 30px 30px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #ffffff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----------------------------------
    2. Form css 
-----------------------------------*/
label {}

.control-label {
  color: #474747;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

.form-control {
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #18150d;
  background-color: #ffffff;
  border: 1px solid #dcd9d3;
  background-image: none;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0px 0px rgba(255, 255, 255, .075);
  box-shadow: inset 3px 3px 3px rgba(255, 255, 255, .075);
  margin-bottom: 15px;
}

.form-control:focus {
  border-color: #bab6ae;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, .075), 0 0 8px rgba(255, 255, 255, .6);
  box-shadow: inset 0 3px 3px rgba(255, 255, 255, .075), 0 0 8px rgba(235, 237, 238, .6);
  background-color: #fffefd;
}

.textarea.form-control {
  background-color: #f6f8f9;
  height: auto;
}

.required {}

.form-news-letter .form-control {
  float: left;
  width: 75%;
  margin-right: 10px;
}

.form-group {
  margin-bottom: 10px;
}

.get-in-touch {}

.get-in-touch .form-control {
  margin-bottom: 10px;
}

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn {
  display: inline-block;
  padding: 14px 30px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.42857143;
  text-align: center;
  border: none;
  text-transform: uppercase;
  border-radius: 100px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.btn-default {
  color: #ffffff;
  background-color: #ff6a12;
}

/*シャロンのボタン*/
.btn-sharon {
  color: #ffffff;
  background-color: #a0c8d3;
}

.btn-default.btn-default--sq {
  border-radius: 5px;
  width: 400px;
  padding: 2em;
}

@media only screen and (max-width : 640px) {
  .btn-default.btn-default--sq {
    width: 100%;
  }
}

.btn-default:hover {
  color: #ffffff;
  background-color: #18150d;
  border-color: #18150d;
}

.btn-sharon:hover {
  color: #ffffff;
  background-color: #18150d;
  border-color: #18150d;
}

.btn-default.focus,
.btn-default:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.btn-primary {
  background-color: #18150d;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #ff6a12;
  color: #ffffff;
}

.btn-primary.focus,
.btn-primary:focus {}

.btn-white {
  color: #ff6a12;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-white:hover {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}

.btn-white.focus,
.btn-white:focus {
  background-color: #999999;
  border-color: #999999;
  color: #ffffff;
}

.btn-link {
  color: #ff6a12;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  border-bottom: 1px solid #999999;
  padding-bottom: 2px;
}

.btn-link:hover {
  color: #ff6a12;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #ff6a12;
}

.btn-lg {
  font-size: 14px;
  padding: 20px 30px;
}

.btn-sm {
  font-size: 12px;
  padding: 5px 10px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 7px;
}

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/
/*----------------------- 
    4.1 Section space :
-------------------------*/
/*Note: Section space help to create top bottom space;*/
.space-small {
  padding-top: 40px;
  padding-bottom: 20px;
}

.space-medium {
  padding-top: 80px;
  padding-bottom: 80px;
}

.space-large {
  padding-top: 120px;
  padding-bottom: 120px;
}

.space-ex-large {
  padding-top: 140px;
  padding-bottom: 140px;
}

/*----------------------
   4.2 Margin Space
-----------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt100 {
  margin-top: 100px;
}

/*----- less margin space from top --*/
.mt-20 {
  margin-top: -20px;
}

.mt-40 {
  margin-top: -40px;
}

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

.mt-80 {
  margin-top: -80px;
}

@media screen and (max-width:768px) {
  .mb30-sp {
    margin-bottom: 30px;
  }   
}

/*-----------------------
   4.3 Padding space
-------------------------*/
.nopadding {
  padding: 0px !important;
}

.nopr {
  padding-right: 0px;
}

.nopl {
  padding-left: 0px;
}

.pinside10 {
  padding: 10px;
}

.pinside20 {
  padding: 20px;
}

.pinside30 {
  padding: 30px;
}

.pinside40 {
  padding: 40px;
}

.pinside50 {
  padding: 50px;
}

.pinside60 {
  padding: 60px;
}

.pinside80 {
  padding: 80px;
}

.pinside130 {
  padding: 130px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt60 {
  padding-top: 60px;
}

.pdt80 {
  padding-top: 80px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb60 {
  padding-bottom: 60px;
}

.pdb80 {
  padding-bottom: 80px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl30 {
  padding-left: 30px;
}

.pdl40 {
  padding-left: 40px;
}

.pdl60 {
  padding-left: 60px;
}

.pdl80 {
  padding-left: 80px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr30 {
  padding-right: 30px;
}

.pdr40 {
  padding-right: 40px;
}

.pdr60 {
  padding-right: 60px;
}

.pdr80 {
  padding-right: 80px;
}

/*--------------------------------
4.4 Background & Block color & align
----------------------------------*/
.bg-light {
  background-color: #f4f1ec;
}

.bg-primary {
  background-color: #18150d;
}

.bg-primary * {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.outline {
  border: 1px solid #e5e7ec;
}

.section-title {}

.title {
  color: #18150d;
}

.small-title {
  color: #888888;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.text-white {
  color: #ffffff;
}

.text-gold {
  color: #aa9144;
}

.text-pink {
  color: #ff7979;
}

.text-blue {
  color: #5daab9;
}

.text-point {
  color: #ff6a12;
}

.primary-sidebar {}

.secondary-sidebar {}

.well-block {
  background-color: #ffffff;
  padding: 40px;
}

.ta-center {
  text-align: center;
}

/*sp*/
@media screen and (max-width:768px) {
  .ta-center-sp {
    text-align: center;
  }
  .ta-left-sp {
    text-align: left;
  }
}

.ta-right {
  text-align: right;
}

.ta-left {
  text-align: left;
}

/*bakの色にて調整↓*/
.bg-a {
  background: url(../images/bg-a.jpg) 100% 100%;
  /* background-size: cover; */
}

.bg-b {
  background: url(../images/bg-b.jpg) no-repeat 100% 100%;
  background-size: cover;
}

.bg-b * {
  color: #ffffff;
}

.bg-c {
  background: url(../images/bg-c.jpg) no-repeat 50% 50%;
  background-size: cover;
}

.bg-c * {
  color: #ffffff;
}

/*bakの色にて調整↑*/

.b-radius5 {
  border-radius: 5px;
}

.b-radius10 {
  border-radius: 10px;
}

.b-radius20 {
  border-radius: 20px;
}

.b-radius100 {
  border-radius: 100px;
}

/*--------------------------------
4.5 Features Block 
----------------------------------*/

.feature-icon {
  margin-bottom: 20px;
}

.feature-left .feature-icon {
  float: left;
}

.feature-left .feature-content {
  padding-left: 80px;
}



/*----------------- video ---------------*/
.video-section {
  position: relative;
}

.video-img {
  position: relative;
}

.video-img img {
  width: 100%;
}

.video-action {
  position: absolute;
  top: 40%;
  left: 47%;
}

/*--------------------------------
4.6 Bullet 
----------------------------------*/
.bullet {
  position: relative;
  padding-left: 15px;
  color: #78807e;
  line-height: 32px;
}

.bullet-double-right li:before {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  position: absolute;
  left: 0;
  width: 13px;
  font-size: 14px;
  color: #78807e;
  content: "\f101";
}

/*--------------------------------
4.7 Call to actions 
----------------------------------*/
.cta-block {}

.cta-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #ffffff;
  margin-bottom: 10px;
}

.cta-content {}

.cta-call,
.cta-mail {}

.cta-section {
  /* padding-top: 140px; */
  /* padding-bottom: 140px; */
  background: linear-gradient(rgba(30, 28, 24, 0.8), rgba(30, 28, 24, 0.8)), rgba(30, 28, 24, 0.8) url(../images/cta-section-img.jpg) no-repeat center;
  background: url(../images/bg-cta.jpg) 50% 100% no-repeat #18150d;
  background-size: cover;
}

.cta-caption {}

.cta-title {
  font-size: 36px;
  color: #ffffff;
  line-height: 58px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.cta-text {
  color: #ffffff;
  margin-bottom: 30px;
}

/*--------------------------------
4.8 Image Hover Effect 
----------------------------------*/
.imghover {
  display: block;
  position: relative;
  max-width: 100%;
}

.imghover::before,
.imghover::after {
  display: block;
  position: absolute;
  content: "";
  text-align: center;
  opacity: 0;
}

.imghover::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imghover::after {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0 -25px;
  content: "\f2a8";
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
}

.imghover:hover::before,
.imghover:hover::after {
  opacity: 1;
}

.imghover:hover::before {
  background: rgba(212, 27, 44, .55);
}

.imghover:hover::after {
  color: #ffffff;
}

[class^='imghvr-'],
[class*=' imghvr-'] {
  background: rgba(211, 0, 80, .55);
}

.thumbImg {
  max-width: 47%;
  max-height: 40vw;
  width: 180px;
  height: 180px;
  object-fit: cover;
  padding: 2px;
  border: 1px solid #e5e7ec;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  margin: 1%;
}

/*--------------------------------
4.9 Icon 
----------------------------------*/
.icon {}

.icon-1x {
  font-size: 18px;
}

/* default icon size of font*/
.icon-2x {
  font-size: 38px;
}

.icon-4x {
  font-size: 65px;
}

.icon-6x {
  font-size: 88px;
}

.icon-8x {
  font-size: 108px;
}

.icon-default {
  color: #ff6a12;
}

.icon-primary {
  color: #18150d;
}

.icon-secondary {
  color: #ffffff;
}

.icon-white {
  color: #ffffff;
}

/*--------------------------------
5 Header / Navigations 
----------------------------------*/
/*--------------------
    5.1 Header Regular 
   ----------------------*/
.logo {}

.header {
  background-color: #ffffff;
  z-index: 9999;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  /* border-bottom: 1px solid #ddd; */
}

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

.top-text .text-block {
  padding-left: 20px;
  color: #ffffff;
  line-height: 18px;
}

.call-block {}

.call-no {}

.mail-block {}

.mail-text {}

.time-block {}

.time-text {}

.call-block,
.mail-block,
.time-block {}

/*--------------------------
    5.2 Navigations Regular
   ----------------------------*/
.hero-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(../images/hero-img.jpg) no-repeat 55% 20%;
  background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/hero-img.jpg) no-repeat center;
  background-size: cover;
}

.hero-section p {
  color: #ffffff;
  /* text-shadow: 0px 0px 5px #18150d; */
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.hero-caption {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-title {
  font-size: 38px;
  color: #ffffff;
  /* line-height: 58px; */
  font-weight: 600;
  /* margin-bottom: 30px; */
  /* letter-spacing: -1px; */
  /* text-shadow: 0px 0px 5px #18150d; */
}

.hero-text {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
  /* text-shadow: 0px 0px 5px #18150d; */
}

.hero-section p.logo {
  width: 200px;
  margin: 30px auto 0;
}

.navigation {
  float: right;
}

.is-sticky .header {
  /* border-bottom: 1px solid #18150d; */
}


#navigation,
#navigation ul,
#navigation ul li,
#navigation ul li a,
#navigation #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#navigation:after,
#navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#navigation #menu-button {
  display: none;
}

#navigation {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#navigation > ul > li {
  float: left;
}

#navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}

#navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}

#navigation.align-center ul ul {
  text-align: left;
}

#navigation.align-right > ul > li {
  float: right;
}

#navigation > ul > li > a {
  padding: 20px;
  font-size: 15px;
  color: #18150d;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}

#navigation > ul > li:hover > a {
  color: #18150d;
  background-color: #ff6a12;
}

#navigation > ul > li.has-sub > a {
  padding-right: 32px;
}

/*#navigation > ul > li.has-sub > a:after {
 position: absolute;
 top: 22px;
 right: 11px;
 width: 8px;
 height: 2px;
 display: block;
 background: #dddddd;
 content: '';
}*/
#navigation > ul > li.has-sub > a:before {
  position: absolute;
  right: 14px;
  font-family: FontAwesome;
  content: "\f107";
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

/*#navigation > ul > li.has-sub:hover > a:before {
 top: 23px;
 height: 0;
}*/
#navigation ul ul {
  position: absolute;
  left: -9999px;
}

#navigation.align-right ul ul {
  text-align: right;
}

#navigation ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation li:hover > ul {
  left: auto;
}

#navigation.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#navigation li:hover > ul > li {
  height: auto;
}

#navigation ul ul ul {
  margin-left: 100%;
  top: 0;
}

#navigation.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#navigation ul ul li a {
  padding: 12px 7px;
  width: 170px;
  font-size: 13px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  background: #18150d;
  text-transform: uppercase;
  border-bottom: 1px solid #999999;
}

#navigation ul ul li:last-child > a,
#navigation ul ul li.last-item > a {
  border-bottom: 0;
}

#navigation ul ul li:hover > a,
#navigation ul ul li a:hover {
  color: #ffffff;
  background-color: #ff6a12;
}

#navigation ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}

#navigation.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#navigation ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#navigation.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#navigation ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

#navigation.small-screen {
  width: 100%;
}

#navigation.small-screen ul {
  width: 80vw;
  display: none;
  top: 20px;
  background: #ffffff;
  background: #fafafa;
  position: fixed;
}

#navigation.small-screen.align-center > ul {
  text-align: left;
}

#navigation.small-screen ul li {
  width: 100%;
  border-top: 1px solid #474747;
}

#navigation.small-screen ul ul li,
#navigation.small-screen li:hover > ul > li {
  height: auto;
}

#navigation.small-screen ul li a,
#navigation.small-screen ul ul li a {
  width: 100%;
  border-bottom: 0;
  padding: 20px 15px;
  font-size: 13px;
}

#navigation.small-screen > ul > li {
  float: none;
}

#navigation.small-screen ul ul li a {
  padding-left: 25px;
}

#navigation.small-screen ul ul ul li a {
  padding-left: 35px;
}

#navigation.small-screen ul ul li a {
  color: #18150d;
  background: none;
}

#navigation.small-screen ul ul li:hover > a,
#navigation.small-screen ul ul li.active > a {
  color: #474747;
}

#navigation.small-screen ul ul,
#navigation.small-screen ul ul ul,
#navigation.small-screen.align-right ul ul {
  position: static;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}

#navigation.small-screen > ul > li.has-sub > a:after,
#navigation.small-screen > ul > li.has-sub > a:before,
#navigation.small-screen ul ul > li.has-sub > a:after,
#navigation.small-screen ul ul > li.has-sub > a:before {
  display: none;
}

#navigation.small-screen #menu-button {
  display: block;
  padding: 15px;
  color: #ffffff;
  cursor: pointer;
  font-size: 0px;
  text-transform: uppercase;
  font-weight: 700;
  /* border: 1px solid #474747; */
  margin: 20px 0 0 0;
  position: fixed;
  top: 0;
  right: 0;
}

#navigation.small-screen #menu-button:after {
  position: absolute;
  top: 16px;
  right: 17px;
  display: block;
  height: 12px;
  width: 20px;
  border-top: 2px solid #474747;
  border-bottom: 2px solid #474747;
  content: '';
}

#navigation.small-screen #menu-button:before {
  position: absolute;
  top: 21px;
  right: 17px;
  display: block;
  height: 2px;
  width: 20px;
  background: #474747;
  content: '';
}

#navigation.small-screen #menu-button.menu-opened:after {
  top: 20px;
  border: 0;
  height: 2px;
  width: 15px;
  background: #474747;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#navigation.small-screen #menu-button.menu-opened:before {
  top: 20px;
  background: #474747;
  width: 15px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#navigation.small-screen .submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
  display: block;
  border-left: 1px solid #474747;
  height: 53px;
  width: 53px;
  cursor: pointer;
}

#navigation.small-screen .submenu-button.submenu-opened {}

#navigation.small-screen ul ul .submenu-button {
  height: 34px;
  width: 34px;
}

#navigation.small-screen .submenu-button:after {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 8px;
  height: 2px;
  display: block;
  background: #474747;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:after {
  top: 15px;
  right: 13px;
}

#navigation.small-screen .submenu-button.submenu-opened:after {
  background: #474747;
}

#navigation.small-screen .submenu-button:before {
  position: absolute;
  top: 19px;
  right: 23px;
  display: block;
  width: 2px;
  height: 8px;
  background: #474747;
  content: '';
}

#navigation.small-screen ul ul .submenu-button:before {
  top: 12px;
  right: 16px;
}

#navigation.small-screen .submenu-button.submenu-opened:before {
  display: none;
}

#navigation.small-screen.select-list {
  padding: 5px;
}

/*----------------------------------------------
    5.4 Page Header
----------------------------------------------*/
.page-header {
  background: linear-gradient(rgba(36, 39, 38, 0.5), rgba(36, 39, 38, 0.5)), rgba(36, 39, 38, 0.5) url(../images/page-header.jpg) no-repeat center;
  background-size: cover;
  margin: 0;
  border-bottom: none;
  padding-bottom: 0px;
}

.page-caption {
  padding: 120px 0px;
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}

.page-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: -1px;
}

.breadcrumb {}

.breadcrumb > .active {}

.page-breadcrumb {}

.page-breadcrumb .breadcrumb {
  background-color: transparent;
  margin-bottom: 0px;
  font-size: 12px;
  text-transform: uppercase;
}

/*-----------------------------------
    6. Slider 
-------------------------------------*/
/*-----------------------------------
7. Content 
-------------------------------------*/
.content {
  padding-top: 20px;
  padding-bottom: 40px;
}

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer {
  background-color: #18150d;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-block {
  /* background-color: #3d2725; */
  padding: 40px 40px 10px 40px;
  border-radius: 10px;
}

.footer-widget p {
  color: #747474;
}


.footer-widget .widget-title {
  color: #ffffff;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.footer-widget {}

.footer-widget ul {}

.footer-widget li {}

.footer-widget li a {
  color: #747474;
  line-height: 34px;
}

.footer-widget li a:hover {
  color: #ff6a12;
}

.footer-link {}

.footer-social {}

.footer-social ul {}

.footer-social ul li {}

.footer-social ul li a i {
  padding-right: 10px;
  width: 30px;
}

.footer-social ul li a:hover i {
  color: #ff6a12;
}

.footer .contact li {
  position: relative;
  padding-left: 40px;
  display: block;
  margin-bottom: 8px;
  padding: 0 0 8px 40px;
  color: #747474;
}

.footer .contact li i {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 30px;
  font-size: 16px;
  text-align: center;
}

.widget-newsletter .form-control {
  height: 48px;
  color: #dddddd;
  background-color: #393836;
  border: none;
  box-shadow: none;
  font-size: 14px;
  border-radius: 30px 0px 0px 30px;
}

.widget-newsletter button {
  height: 48px;
}

/*-------------- tiny footer ------------*/
.tiny-footer {
  padding-top: 60px;
  padding-bottom: 9px;
  font-size: 12px;
  color: #56575e;
  text-transform: uppercase;
  text-align: center;
}

.footer-foot {
  display: flex;
  flex-wrap: wrap;
}

.footer-link {
  margin-right: auto;
}

.copyright-content {
  color: #747474;
}

.copyright-content a {
  color: #fff;
}

@media print,screen and (max-width: 768px) {
  .tiny-footer {
    padding-top: 40px;
  }
  .footer-foot {
    display: block;
  }

  .copyright-content {
    margin-top: 20px;
  }
}

/*-----------------------------------
9. Pages 
-------------------------------------*/
/*-------------------------
 9.1 About us
---------------------------*/
.about-text {
  line-height: 40px;
}

.about-block {}

.about-img {}

.about-info {}

.about-contact {
  font-size: 18px;
  color: #8c9292;
  font-weight: 600;
  margin-left: 5px;
}

.counter_block {}

.counter_box {
  border-bottom: 1px solid #dddddd;
  padding: 40px 0px;
}

.counter_number {
  font-weight: 900;
  margin-bottom: 0px;
}

.counter_text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*-------------------------
 9.2  Service / single / sidebar
--------------------------*/
/* service section */
.service-block {
  margin-bottom: 30px;
}

.service-img {
  margin-bottom: 30px;
}

.service-img img {
  width: 100%;
}

.service-caption {}

.service-title {
  font-size: 20px;
  color: #18150d;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.service-icon {}

.service-icon img {}

.service-single-block {}

.service-single-img {}

.service-single-content {}

.price {
  font-size: 24px;
  color: #ff6a12;
  font-weight: 600;
  font-family: "游明朝", YuMincho, 'Montserrat', sans-serif;
}

/*-----------------------------------------
    service side-nav
   ------------------------------------------*/
.sidenav {
  background-color: #ffffff;
  margin-bottom: 30px;
}

.sidenav li {
  position: relative;
}

.sidenav li:last-child {
  margin-bottom: 0px;
}

.sidenav li a {
  display: block;
  line-height: 1.4em;
  color: #18150d;
  font-weight: 500;
  font-size: 14px;
  background-color: #f4f1ec;
  padding: 20px;
  margin-bottom: 1px;
  /* text-transform: uppercase; */
  /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
}

.sidenav li a:hover {
  color: #ffffff;
  background-color: #ff6a12;
}

.sidenav .list-sharon a:hover {
  color: #ffffff;
  background-color: #a0c8d3;
}

.sidenav li a.active,
.sidenav ul li a.active .sidenav ul li i {
  color: #ffffff;
  background-color: #ff6a12;
}

.sidenav li a:focus {
  color: #18150d;
}

.sidenav li.active a:before {
  color: #ff5722;
}

/*.sidenav li a:before { margin-right: 10px; 
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 position: absolute; width: 20px; font-size: 12px; color: #999999; content: "138"; left: 10px; }
.sidenav li a:hover:before { color: #ff5722; }*/
.arrow-circle-right li:last-child {
  border-bottom: 0px solid #474747;

}

.arrow-circle-right li a:before {
  margin-right: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  left: 20px;
  width: 20px;
  font-size: 16px;
  color: #333333;
  content: "\f105";
  font-weight: normal;
}

/*--------------------------
  9.5  Testimonial
---------------------------*/
.quote-left {
  position: absolute;
  font-size: 100px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  color: #ff6a12;
  line-height: 0px;
  top: 52px;
}

.testimonial-block {
  margin-bottom: 40px;
}

.testimonial-img {}

.testimonial-img img {}

.testimonial-content {
  margin-bottom: 30px;
}

.testimonial-info {
  line-height: 1;
}

.testimonial-text {
  font-size: 21px;
  font-style: italic;
  line-height: 32px;
  color: #18150d;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-meta {
  font-size: 13px;
  text-transform: uppercase;
  color: #ff6a12;
  padding-right: 10px;
  font-weight: 400;
}

/*--------------------------
  9.6  Price
---------------------------*/
.price-block {
  margin-bottom: 40px;
}

.price-img {}

.price-img img {}

.price-content {
  margin-bottom: 30px;
}

.price-info {
  /* line-height: 1; */
}

.price-title {
  /* font-size: 21px; */
  /* line-height: 32px; */
  /* color: #18150d; */
  /* background: #ddd; */
  /* border-bottom: 1px solid; */
}

.price-text {
  /* font-size: 21px; */
  /* font-style: italic; */
  line-height: 21px;
  /* color: #18150d; */
  margin-bottom: 30px;
}

.price-name {
  font-size: 18px;
  /* font-weight: 600; */
  /* margin-bottom: 10px; */
}

.price-meta {
  font-size: 19px;
  text-transform: uppercase;
  color: #ff6a12;
  /* padding-right: 10px; */
  font-weight: 400;
  /* display: inline-block; */
}

/*-------------------------
  9.8 Contact us
---------------------------*/
.contact-block {}

.contact-block ul {}

.contact-block ul li {
  border: 1px solid #f0f0f0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact-block ul li i {
  color: #ff6a12;
  float: left;
  padding: 0px;
}

.contact-block .contact-text {}

.contact-info {
  background-color: #aa9144;
  color: #ffffff;
}

.contact-info ul {
  padding-left: 0px;
}

.contact-info li {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
  border-bottom: 1px solid #aa9144;
  padding-bottom: 29px;
}

.contact-info li:last-child {
  border-bottom: none;
}

.contact-info li i {
  display: block;
  position: absolute;
  left: 0;
  /* font-size: 50px; */
  /* text-align: center; */
  color: #ffffff;
  /* bottom: 0px; */
}


.contact-social {
  text-align: center;
}

.contact-social {}

.contact-social a i {
  height: 32px;
  width: 32px;
  border-radius: 50px;
  background-color: #999999;
  text-align: center;
  padding: 7px;
  line-height: 1.2;
  font-size: 14px;
  color: #ff5722;
}

.contact-social a i:hover {
  color: #999999;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

/*------------------------
 10. Blog pages
--------------------------*/
.content {}

.sidebar {}

.post-block,
.post-quote {
  position: relative;
  /* background-color: #f4f1ec; */
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

/*-- use for thumbnail --*/
.post-holder {
  position: relative;
  margin-bottom: 30px;
}

/*-- for single post page --*/
.post-img {

  position: relative;
}

.post-img img {
  /* border-radius: 10px; */
  width: 100%;
}

.post-title {}

.post-content {
  padding-top: 40px;
  padding-right: 40px;

}

.post-header {}

/*-------- Post meta --------*/
.meta {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.meta-date {}

.meta-user {}

.meta-comment {}

.meta-author {}

.meta-cat {}

.meta-date,
.meta-author,
.meta-comment,
.meta-cat {
  display: inline-block;
  margin-right: 10px;
}

.meta-link {}

.meta-tags {}

/*-------- Post Type --------*/
.post-sticky {
  background: url(../images/sticky.png) no-repeat;
  position: absolute;
  right: 35px;
  bottom: 35px;
  width: 30px;
  height: 30px;
  color: #ffffff;
}

.post-gallery {}

.post-video {}

.post-video .video-sign {}

.post-audio {}

.post-quote {
  background-color: #ff6a12;
}

.quote-content {}

.post-quote blockquote {
  color: #ffffff;
  font-size: 34px;
  line-height: 42px;
}

/*-------- Related Post --------*/
.related-post-block {
  border-top: 1px solid #dddddd;
  padding-top: 29px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.related-post {
  margin-bottom: 30px;
}

.related-post-title {}

.related-post-img {
  margin-bottom: 30px;
}

.related-post-img img {
  border-radius: 10px;
}

/*----- Prev Next Post -----*/
.post-navigation {
  margin-bottom: 30px;
}

.nav-previous,
.nav-next {
  border: 1px solid #f4f1ec;
  padding: 20px;
}

.nav-previous {}

.nav-next {}

.prev-post {}

.next-post {}

.prev-link {}

.next-link {}

.prev-link,
.next-link {
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

/*----- Author Post -----*/
.author-post {
  margin-bottom: 30px;
  background: #f4f1ec;
  padding: 30px;
  border-radius: 10px;
}

.author-img {}

.author-title {}

.author-img img {
  width: 100%;
  border-radius: 10px;
}

.author-bio {}

.author-meta {}

.author-name {}

.author-header {}

.author-detail {}

.author-link {}

.author-social {}

.author-social ul {}

.author-social ul li {}

.author-social ul li a {}

.author-social ul li a:hover {}

.author-info {}

/*------------- Post Pagination -------------*/
.st-pagination {}

.st-pagination .pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #18150d;
  text-decoration: none;
  font-size: 12px;
  background-color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 8px 13px;
  border: 1px solid #efefef;
  border-radius: 100%;
}

.st-pagination .pagination > li > a:focus,
.st-pagination .pagination > li > a:hover,
.st-pagination .pagination > li > span:focus,
.st-pagination .pagination > li > span:hover,
.st-pagination .pagination > li > a.active {
  z-index: 2;
  color: #ffffff;
  background-color: #ff6a12;
  border: 1px solid #f4f1ec;
}

.st-pagination .pagination > li:first-child > a,
.st-pagination .pagination > li:first-child > span {
  margin-left: 0;
  border-radius: 100%;
}

.st-pagination .pagination > li:last-child > a,
.st-pagination .pagination > li:last-child > span {
  border-radius: 100%;
}

.st-pagination .pagination > .active > a,
.st-pagination .pagination > .active > a:focus,
.st-pagination .pagination > .active > a:hover,
.st-pagination .pagination > .active > span,
.st-pagination .pagination > .active > span:focus,
.st-pagination .pagination > .active > span:hover {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #ff6a12;
  border: 1px solid #ff6a12;
}

/*------------------------
  12. Sidebar / Widgets
--------------------------*/

/*----- widget -----*/
.widget {
  margin-bottom: 10px;
  background-color: #f4f1ec;
  padding: 30px;
  border-radius: 10px;
}

.widget-title {
  margin-bottom: 20px;
}

.widget ul {}

.widget ul li {
  margin-bottom: 16px;
  line-height: 18px;
}

.widget ul li:last-child {
  margin-bottom: 0px;
}

.widget ul li a {
  color: #18150d;
}

.widget ul li a.active {
  color: #ff6a12;
}

.widget ul li a:hover {
  color: #ff6a12;
}

.widget-search {}

.widget-search .input-group-addon {
  color: #ffffff;
  text-align: center;
  background-color: #ff6a12;
  border: 1px solid #ff6a12;
  border-left: transparent;
}

.widget-categories {}

.widget-categories ul {}

.widget-categories ul li {}

.widget-categories ul li a {}

.widget-archives {}

.widget-archives ul {}

.widget-archives ul li {}

.widget-archives ul li a {}

ul.widget-recent-post {}

.widget-recent-post li {
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
}

.widget-recent-post li:last-child {
  border-bottom: 1px solid transparent;
}

.widget-recent-post ul li a {}

.widget-recent-post .meta {
  margin-bottom: 0px;
}

.recent-post-img {
  margin-bottom: 20px;
}

.recent-post-content {}

.recent-title {
  font-size: 12px;
  line-height: 18px;
}

.widget-tags {}

.widget-tags a {
  border: 1px solid #dddddd;
  padding: 2px 10px;
  display: inline-block;
  background-color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  margin-right: 3px;
  border-radius: 50px;
  color: #18150d;
}

.widget-tags a:hover {
  background-color: #ff6a12;
  color: #ffffff;
  border: 1px solid #ff6a12;
}

.widget-text {}

.widget-contact {}

.widget-social {}

.social-circle a {
  height: 33px;
  width: 33px;
  background-color: #ff6a12;
  color: #ffffff;
  border-radius: 100%;
  padding: 5px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.social-circle a:hover {
  background-color: #999999;
}

.widget-call-to-action {
  background-color: #ffecb3;
}

.widget-call-to-action .widget-title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 28px;
}

.widget-call-to-action p {
  font-size: 18px;
  color: #18150d;
}

.team-block {
  margin-bottom: 20px;
}

.team-img {
  margin-bottom: 20px;
}

.team-content {
  text-align: center;
}

.team-title {
  margin-bottom: 0px;
}

.team-name {}

.team-meta {
  text-transform: uppercase;
  font-size: 12px;
  color: #ff6a12;
  font-weight: 500;
  letter-spacing: 1px;
}

.team-designation {}

/*----- Comment Post -----*/
.comments-area {}

.comments-title {
  border-bottom: 1px solid #f4f1ec;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.comment-list {
  list-style: none;
  padding: 0px;
}

.comment {}

.comment-body {
  margin-top: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f4f1ec;
  padding-bottom: 20px;
}

.comment-author {}

.comment-author img {
  float: left;
}

.comment-info {
  padding-left: 120px;
}

.comment-header {
  margin-bottom: 0px;
}

.user-title {
  font-size: 15px;
  color: #18150d;
  margin-bottom: 10px;
  font-weight: 500;
}

.comment-meta {}

.comment-meta-date {
  color: #6f6f6f;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.comment-content {
  color: #6f6f6f;
  margin-bottom: 20px;
}

.reply {}

/*---- thread comments --------*/
.childern {
  padding-left: 100px;
  list-style: none;
}

.childern .comment-body {
  background-color: #f4f1ec;
  padding: 20px;
  border-radius: 10px;
}

.childern .comment-info {
  padding-left: 120px;
}

/*----- Leave Reply -----*/
.leave-comments {
  margin-top: 30px;
  background-color: #f4f1ec;
  padding: 40px;
  border-radius: 10px;
}

.leave-comments .control-label {
  color: #474747;
  font-weight: 600;
  font-size: 13px;
}

/*--------------------------------
 Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(212, 27, 44, 100) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}

.no-touch .cd-top:hover {
  background-color: #ff5722;
  opacity: 1;
}

/*-------------styleguide-------------*/
.box-info {}

.box-default-color {
  background-color: #ff6a12;
  height: 160px;
  width: 160px;
}

.box-primary-color {
  background-color: #18150d;
  height: 160px;
  width: 160px;
}

.box-heading-color {
  background-color: #18150d;
  height: 160px;
  width: 160px;
}

.box-secondary-color {
  background-color: #6f6f6f;
  height: 160px;
  width: 160px;
}

.box-bg-color {
  background-color: #ffecb3;
  height: 160px;
  width: 160px;
}

/*--------------------------------
 13. BCL  
---------------------------------*/
#BCL {
  /* max-width: 960px; */
  /* margin: 30px 0 0 0; */
  overflow: hidden;
  padding: 0 0 10px 0;
  /* border-top: 1px solid #e2dfda; */
  /* text-align: right; */
}

#BCL li {
  display: inline-block;
  position: relative;
  font-size: 12px;
  padding: 0 15px 0 10px;
  list-style: none;
}

#BCL li:after {
  content: "";
  border-right: 2px solid #ff6a12;
  border-top: 2px solid #ff6a12;
  border-radius: 2px;
  margin: auto;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: 6px;
  width: 6px;
  top: 0;
  bottom: 0;
  right: 0;
}

#BCL li:last-child:after {
  content: none;
}

#BCL li a {
  font-size: 12px;
}

/*--------------------------------
 14. dl table css  
---------------------------------*/
.tbdl dl {
  display: table;
  /* border-collapse: separate; */
  /* セルの間隔を空ける */
  /* border-spacing: 10px 0; */
  /* 左右 上下で記述 */
  width: 100%;
  margin-bottom: 10px;
}

.tbdl dl dt {
  display: table-cell;
  width: 21%;
  vertical-align: top;
  padding: 10px 20px;
  background: #f4f1ec;
}

.tbdl dl dd {
  display: table-cell;
  vertical-align: top;
  width: 79%;
  /*! border-left: 1px solid #dddddd; */
  padding: 10px 20px;
}

@media only screen and (max-width : 768px) {

  .tbdl dl dt,
  .tbdl dl dd {
    border: none;
    width: 100%;
    display: block;
  }
}

/*--------------------------------
 15. table css  
---------------------------------*/
table {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

table th,
table td {
  border: 1px solid #CCC;
  padding: 0.5em;
}

table th {
  background-color: #f4f1ec;
}

table tbody th {
  width: 30%;
}


/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 36px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .footer-widget .widget-title {
    margin-bottom: 0px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .footer-widget .widget-title {
    margin-bottom: 0px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .toplogo {
    /* text-align:center; */
    width: 180px;
    margin: auto;
    float: none;
  }

  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 20px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .footer-widget .widget-title {
    margin-bottom: 0px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }

  .content {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 16px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    /* padding-top: 50px; */
    /* padding-bottom: 220px; */
    /* background-size: auto 200px; */
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .footer-widget .widget-title {
    margin-bottom: 0px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
  .navigation {
    float: none;
  }

  .hero-title {
    font-size: 25px;
    line-height: 40px;
  }

  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .comment-info {
    padding-left: 100px;
  }

  .cta-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-widget {
    margin-bottom: 20px;
  }

  .footer-widget .widget-title {
    margin-bottom: 0px;
  }

  .page-title {
    font-size: 20px;
  }

  .page-caption {
    padding: 80px 0px;
  }

  .childern .comment-info {
    padding-left: 90px;
  }

  .childern {
    padding-left: 0px;
    list-style: none;
  }
}

/*==============================追加============================*/
#sticky-wrapper {
  background-color: #ffffff;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  margin: auto;
}

#News ul {
  padding: 0;

}

#News ul li {
  list-style: none;
}

#About {
  background: url(../images/bg-about.jpg) no-repeat 80% 10%;
  background-size: cover;
}

#About p {
  color: #fff;
}

#Concept {
  background: url(../images/bg-concept.jpg) no-repeat 50% 50%;
  background-size: cover;
}

#Concept p {
  color: #fff;
}

#Access .tbdl dl dt {
  background: none;
}

.map {
  width: 100%;
  height: 510px;
}

@media only screen and (max-width : 640px) {
  .map {
    width: 100%;
    height: 70vw;
  }
}

.instagram {
  overflow: hidden;
}

.instagram .image {
  margin-bottom: 20px;
}

#storelist .store-data {
  border-top: dotted 1px #CCC;
  padding: 20px 0;
}

#storelist .store-data:last-of-type {
  border-bottom: dotted 1px #CCC;
}



/*==============================追加　トップページ改修　190927============================*/
/* メイン画像#slideBox */
/*
.slick-list div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  margin: 0;
  max-height: 500px;
}
*/

/*
#slideBox .bak01{background: url(../images/slide01.jpg) ;}
#slideBox .bak02{background: url(../images/slide02.jpg) ;}
#slideBox .bak03{background: url(../images/slide03.jpg) ;}
#slideBox .bak04{background: url(../images/slide04.jpg) ;}
#slideBox .bak05{background: url(../images/slide05.jpg) ;}
#slideBox .bak06{background: url(../images/slide06.jpg) ;}
*/


/* メイン画像#slideBox /////END///// */

#About h2:first-letter,
#Concept h2:first-letter,
#Original h2:first-letter {
  font-size: 3em;
  font-weight: normal;
  font-style: italic;
  letter-spacing: 3px;
}

#Toha-intro .tokucho {
  text-align: center;
}

#Toha-intro .tokucho > a {
  display: block;
  border: 5px solid #f4f1ec;
  padding: 30px 10px 42px 10px;
  color: initial;
  position: relative;
}

#Toha-intro .tokucho > a::after {
  content: '\25E2';
  position: absolute;
  bottom: 32px;
  left: 50%;
  right: 50%;
  transform: rotate(45deg);
  line-height: 0;
  font-size: 15px;
  color: #ff6a12;
}

#Toha-intro .tokucho > a:hover {
  background: #f4f1ec;
}

#Toha-intro .tokucho h3 span {
  font-size: 3em;
  font-weight: normal;
  font-style: italic;
  display: block;
  margin-bottom: 20px;
}

#Toha-intro .tokucho > a span {
  color: #ff6a12;
}

@media print,screen and (max-width: 768px) {
  #Toha-intro .tokucho a p {
    text-align: left;
  }
}

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

.swing {
  animation-name: anim_h;
}

@keyframes anim_h {
  0% {
    transform: translate(-10px, 0);
  }

  100% {
    transform: translate(0px, 0);
  }
}

/*==============================追加　ショップページ　191008============================*/

.shop-photo-area {
  display: flex;
  flex-wrap: wrap;
}

.shop-photo-area .img {
  width: 48%;
  margin: 1%;
}

/*==============================追加　テキストカラー（空き状況）　200117　============================*/

.blue {
  color: #1c36c5;
}

.yellow {
  color: #ffbf00;
}

.red {
  color: #E91E63;
}

/*==============================追加　TOP重要なお知らせ　200313　============================*/

#PicupNews .title {
  background: #e71312;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}


/*==============================追加　ローディング画面============================*/

/*--------------------
ローディング画面 #loading
----------------------*/
#loading .fontMin {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  text-align: center;
}

#loading li {
  list-style: none outside none;
}

#loading .load-box .txt {
  font-size: 1.2em;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  #loading .load-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 600px;
  }

  #loading .load-box img {
    width: 50%;
  }

  #loading .load-box .load01 {
    max-width: 300px;
  }

  #loading .load-box .load02 {
    max-width: 300px;
  }

  #loading .load-box .load03 {
    margin-top: 30px;
    max-width: 600px;
  }
}

@media print,
screen and (max-width: 768px) {
  #loading {
    width: 100%;
    height: 100%;
  }

  #loading .load-box {
    margin: 0px auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #loading .load-box .txt {
    font-size: 10px;
    margin-bottom: 0;
  }

  #loading .load-box .load01,
  #loading .load-box .load02 {
    margin: 10px 0;
    width: 50%;
    display: inline-block;
  }

  #loading .load-box ul {
    padding: 0 10px;
  }

  #loading .load-box .load01 img,
  #loading .load-box .load02 img {
    /*! width: 50%; */
  }
}

/*以下フェードイン表示の指定*/
.fadein {
  opacity: 0;
  animation: fadein 1.6s ease forwards;
}

@keyframes fadein {
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }

}

/*以下遅延の指定*/
/*.load03 {animation-delay: 0.8s;}*/
.load01 {
  animation-delay: 1.6s;
}

.load02 {
  animation-delay: 2.4s;
}

/*==============================追加　大文字解除============================*/
#storelist .store-data h2,
#store-page .pinside20 {
  text-transform: inherit;
}

/*==============================加圧コース　コメント部分============================*/


@media screen and (min-width:769px) {
  #feature #comment--kaatsu .comment {
    position: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 0 0;
  }

  #feature #comment--kaatsu .comment .imgSpc {
    position: inherit;
    width: 25%;
  }

  #feature #comment--kaatsu .comment .textBox {
    width: 70%;
    height: 100%;
  }

  #feature #comment--kaatsu .comment .textBox.reverse {
    order: 2;
  }
}

/*==============================追加　store.php============================*/
@media screen and (min-width:993px) {
  #contents-store h2 {
    font-size: 23px;
  }
}

/*==============================追加　Component============================*/
.c-store-featureTag ul {
  font-size: 0;
  padding: 0;
}

.c-store-featureTag02 ul {
  font-size: 0;
  padding: 0;
}

.c-store-featureTag ul li {
  display: inline-block;
  background: #eee;
  color: #888;
  background: #97c36e;
  color: #888;
  /* background: #bf7ab4; */
  color: #FFF;
  font-size: 12px;
  margin: 0 0.5em 0.5em 0;
  padding: 0 1em;
  line-height: 1.5;
  padding: 2px 0.5em;
  min-width: 10em;
  text-align: center;
}

.c-store-featureTag02 ul li {
  display: inline-block;
  background: #eee;
  color: #888;
  background: #ac9882;
  color: #888;
  /* background: #bf7ab4; */
  color: #FFF;
  font-size: 12px;
  margin: 0 0.5em 0.5em 0;
  padding: 0 1em;
  line-height: 1.5;
  padding: 2px 0.5em;
  min-width: 10em;
  text-align: center;
}

.c-anchorLink-spc__copy p {
  font-size: 1.4em;
  line-height: 1.5;
}

.c-anchorLink-spc__item a {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  padding: 1em;
  background: #FFF;
}

.c-anchorLink-spc__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.c-anchorLink-spc__item a::after {
  content: '\0025e2';
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  font-size: 0.7em;
}

.c-anchorLink-spc__item--img {
  width: 40%;
}

.c-anchorLink-spc__item--text {
  width: 60%;
  padding-left: 1em;
}

.c-anchorLink-spc__item--text p {
  font-weight: bold;
  font-size: 15px;
  /*! color: initial; */
}

/*グループ姉妹店 シャロンを追加*/
.sharonbox {
  padding: 20px 0;
  margin-top: 50px;
}

.flexbox {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}

.sharonbox-txt {
  width: 65%;
}

.shop-sharon {
  font-size: 16px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3d2725;
  border-top: double 3px #a4a3a2;
  border-bottom: double 3px #a4a3a2;
  display: block;
  text-align: center;
  padding: 10px 10px;
}

@media screen and (min-width: 769px) {}

@media (min-width:768px) {
  .c-anchorLink-spc__item {
    /*! margin-bottom: 30px; */
  }
}

@media print,
screen and (max-width: 768px) {
  .c-store-featureTag ul li {
    width: 14em;
    text-align: center;
  }

  .c-store-featureTag02 ul li {
    width: 14em;
    text-align: center;
  }

  .c-anchorLink-spc__item {
    margin-bottom: 15px;
  }

  .c-anchorLink-spc__item:last-child {
    margin-bottom: 0;
  }
}

/*==============================追加　トップページ改修　210201============================*/
#slideBox .slideImage .text-en {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

#slideBox .slideImage .text {
  font-size: 15px;
}

#slideBox .slideImage .text * {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#slideBox .slideImage h2 {
  font-size: 4rem;
  line-height: 1.5;
}

#News dl {
  display: table;
  width: 100%;
  /*border-top: solid 1px #DDD;*/
}

#News dl dt,
#News dl dd {
  display: table-cell;
  font-size: 15px;
}

#News dl dt {
  width: 6em;
}

#slideBox .slideImage .text {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
}

.l-inner {
  width: 1000px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 768px) {

  #News dl dt,
  #News dl dd {
    display: block;
  }

  #News dl dt {
    margin-bottom: 5px;
  }

  .l-inner {
    width: 100%;
  }

  .pinside20.pinside-sp {
    padding: 15px 10px 0;
  }
}

.mainVis figure img {
  width: 100%;
}

.sliderArea .slideImage {
  padding: 0 10px;
}

/*==============================追加　トップページ改修　210702============================*/
/*
#slideBox .bak01 {
  background: url(../images/slide01.jpg) no-repeat top center
}

#slideBox .bak02 {
  background: url(../images/slide02.jpg) no-repeat 50% 50%;
}

#slideBox .bak03 {
  background: url(../images/slide03.jpg) no-repeat top center;
}

#slideBox .bak04 {
  background: url(../images/slide04.jpg) no-repeat 50% 50%;
}

#slideBox .bak_shinsaibashi {
  background: url(../images/slide-shinsaibashi.jpg) no-repeat 50% 50%;
}

#slideBox .bak_hyper {
  background: url(../images/slide-hyper.jpg) no-repeat 50% 50%;
}

@media (min-width:1200px) {
  #slideBox {
    height: 500px;
  }

  #slideBox .slideImage {
    height: 500px;
  }

  #slideBox .slideImage {
    background-size: cover;
  }

  #slideBox .slideImage.slide--hyper {
    background: #261a0a;
  }

  #slideBox .slideImage.is-style-bnr a {
    display: block;
    width: 1052px;
    margin: 0 auto;
  }
}
*/

/*==============================追加　よくあるご質問============================*/

.accordion {
  width: 100%;
  max-width: 100%;
  /*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

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

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden {
  display: none;
}

/* Question部分 */
.accordion-open {
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding: 20px 30px 20px 80px;
  background: #fff;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* QとAのデザイン */
.accordion-open span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  background: #ff6a12;
  color: #fff;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}

.accordion-close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100%;
  background: #f4f1ec;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  font-size: 16px;
  font-weight: normal;
  display: block;
  height: 0;
  /* 要素の高さは0 */
  overflow: hidden;
  /* 非表示 */
  padding: 0 0 0 60px;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  position: relative;
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 20px 30px 20px 80px;
  background: #f4f1ec;
  font-weight: normal;
}

/*sp*/
@media print,
screen and (max-width: 768px) {

  /* 開閉状態を示すアイコン+の作成 */
  .accordion-open::before,
  .accordion-open::after {
    content: '';
    width: 14px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
  }

  /* 一本は縦にして+を作る */
  .accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }

}

/*==============================追加　本八幡店へのボタン============================*/


.motoyawata_shopbtn a {
  display: inline-block;
  text-align: center;
  width: 300px;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ff5722;
  border-radius: 100px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin: 60px 0 30px;
}

/*sp*/
@media print,screen and (max-width: 768px) {
  .motoyawata_shopbtn a {
    margin-top: 20px 0;
  }
}

/*==============================追加　初めてのお客様申し込みページ============================*/
.content .shop-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.content .shop-list li {
  list-style-type: none;
}

.content .shop-list li a {
  display: inline-block;
  width: 400px;
  padding: 20px;
  background: #ddd;
  margin-bottom: 20px;
  color: #1a1a1a;
  border: 1px solid #999;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.content .shop-list li a:hover {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.content .shop-list li a::after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  top: 30%;
  right: 7px;
  left: auto;
  bottom: 0;
/*  transition: all .2s;*/
}

/*sp*/
@media print,screen and (max-width: 768px) {
.content .shop-list {
  display: inline-block;
  width: 100%;
}
  
  .content .shop-list li a{
    width: 100%;
  }
}
/*=============追加　LINEお問い合わせ============================*/
.line-qrcode {
  width: 150px;
}

.line-qrcode-k {
  width: 100px;
}


/*=============================バナーにボーダーつける============================*/

.border {
  border: 1px solid #ddd;
}


/*==============================装飾等追加============================*/
.font-allura {
  font-family: 'Allura', cursive;
}

/*==============================キャンペーンエリアphp============================*/



/*キャンペーンバナー説明文を見せる場合 show-textで囲む*/
.campBanner__text {
  display: none;
}
.show-text .campBanner__text {
  display: block;
}

/*キャンペーン詳細h2タイトルを見せる場合 show-titleで囲む*/
.campDetail__title {
  display: none;
}
.show-title .campDetail__title {
  display: block;
}

/*サイトとLPでバナーのリンク先を変更*/
.campBanner__lp .campBanner__siteLink {
  display: none;
}

.campBanner__site .campBanner__lpLink {
  display: none;
}


.title-bgColor {
  background: #f1f1f1;
  padding: 5px 1em;
  font-weight: bold;
}

@media print,screen and (min-width: 769px) {
  /*LPのバナーエリア調整*/
  .campBanner__lp {
    max-width: 1000px;
    margin: auto;
  }
}

/*=====================トレーナー募集================*/

.trainer-recruit a {
  color: #e61e79;
}

.trainer-recruit .descBox {
  padding: 20px 0;
  /*! text-align: center; */
}
.trainer-recruit .descBox p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

.trainer-recruit .descBox span {
  color: #ff6a12;
  text-decoration: underline;
}

@media print,screen and (max-width: 768px) {
  .trainer-recruit .descBox {
    text-align: left;
  }
  
  .trainer-recruit .descBox p {
    font-size: 16px;
  }
}

.trainer-recruit {
  font-size: 14px;
}

/* h2タイトル */
.trainer-recruit .trainer-recruit__title {
  text-align: center;
}

.trainer-recruit .trainer-recruit__title h2 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
}

.trainer-recruit .trainer-recruit__title h2::after {
  content: "";
  display: block;
  height: 5px;
  width: calc(100% + 40px);
  background: linear-gradient(to right, #c3b3e8, #faafc8);
  position: relative;
  left: -20px;
}

@media print,screen and (min-width: 769px) {
  .trainer-recruit .trainer-recruit__title h2 {
    font-size: 2.5em;
    margin-bottom: 50px;
  }
  .trainer-recruit .trainer-recruit__title h2::after {
    margin-top: 10px;
  }
}

@media print,screen and (max-width: 768px) {
  .trainer-recruit .trainer-recruit__title h2 {
    margin-bottom: 30px;
  }
}

/* 応募ボタン */
.p-trainer-recruit__btn {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.p-trainer-recruit__btnText {
  color: #e61e79;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}

.p-trainer-recruit__btn a {
    background-color: #e61e79;
    border-radius: 10px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 18px 15px 15px 15px;
}

.p-trainer-recruit__btn a:hover {
    opacity: 0.7;
}

.p-trainer-recruit__btn a p {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .p-trainer-recruit__btnText {
    font-size: 16px;
  }

  .p-trainer-recruit__btn a p {
    font-size: 20px;
  }
}


/* イニングで働く4つの魅力 */
/* ポイント背景 */
.trainer-recruit .p-point {
  background: linear-gradient(
    160deg,
    rgba(195, 179, 232, 0.5) 0%,     /* #c3b3e8 */
    rgba(227, 206, 240, 0.25) 36%,  /* 明るめラベンダー、透明度あり */
    rgba(247, 211, 226, 0.2) 68%,  /* 中間色（ピンク寄り）、さらに薄く */
    rgba(250, 175, 200, 0.3) 100%  /* #faafc8、少し濃く */
  );
  padding: 50px 0;
}

/* ポイントボックス */
.trainer-recruit .p-point__cont {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  box-shadow: 0 0 5px rgba(195, 179, 232, 0.2);
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
  position: relative;
}
.trainer-recruit .p-point__cont::before {
  content: '';
  position: absolute;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  z-index: 2;
}
.trainer-recruit .p-point__cont--1::before {
  background-image: url(../news/images/staffrecruit/point_txt01.svg);
}
.trainer-recruit .p-point__cont--2::before {
  background-image: url(../news/images/staffrecruit/point_txt02.svg);
}
.trainer-recruit .p-point__cont--3::before {
  background-image: url(../news/images/staffrecruit/point_txt03.svg);
}
.trainer-recruit .p-point__cont--4::before {
  background-image: url(../news/images/staffrecruit/point_txt04.svg);
}

@media print,screen and (min-width: 769px) {
  .trainer-recruit .p-point__cont::before {
    top: -5px;
    left: -25px;
    height: 60px;
  }
}

@media print,screen and (max-width: 768px) {
  .trainer-recruit .p-point__cont {
    margin: 15px 0;
  }

  .trainer-recruit .p-point__cont::before {
    top: 0;
    left: -10px;
    height: 60px;
  }
}

/* 画像 */
.trainer-recruit .p-point__cont .l-flexBox__spc01 {
  margin-bottom: 0;
}

@media print,screen and (max-width: 768px) {
  .trainer-recruit .p-point__img img {
    width: 80% !important;
    margin: 0 auto;
  }
}

/* タイトル */
.trainer-recruit .p-point__title {
  display: inline-block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  background-color: #e61e79;
  color: #fff;
  padding: 0 0.4em 0.05em;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media print,screen and (max-width: 768px) {
  .trainer-recruit .p-point__title {
    margin-top: -0.35em;
  }
}

.trainer-recruit .p-point__list span {
  position: relative;
  padding-left: 20px;
}
/* .trainer-recruit .p-point__list span + span {
  margin-left: 10px;
} */
.trainer-recruit .p-point__list span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: url(../news/images/staffrecruit/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}


/* トレーナー紹介 */
/* トレーナー背景 */
.trainer-recruit .p-trainer {
  background-image: 
    radial-gradient(rgba(195, 179, 232, 0.25) 20%, transparent 20%), 
    radial-gradient(rgba(195, 179, 232, 0.2) 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  padding: 50px 0;
}

/* トレーナーボックス */
.trainer-recruit .p-trainer__cont {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 0 5px rgba(195, 179, 232, 0.2);
}

.trainer-recruit .p-trainer__cont + .p-trainer__cont {
  margin-top: 50px;
}

/* トレーナー名前 */
.trainer-recruit .p-trainer__name__text-point {
  color: #e61e79;
}

.trainer-recruit .p-trainer__name span {
  display: block;
}

.trainer-recruit .p-trainer__cont figure {
  position: relative;
}

.trainer-recruit .p-trainer__cont figure::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 80px;
  background: linear-gradient(to right, #c3b3e8, #faafc8);
  position: absolute;
  top: -30px;
  left: -10px;
  opacity: 0.3;
}

@media print,screen and (max-width: 768px) {
  .trainer-recruit .p-trainer__cont {
    padding: 20px;
  }

  .trainer-recruit .p-trainer__cont figure::before {
    top: -30px;
    left: 5px;
  }
}


/* 募集要項 */
.trainer-recruit .p-recruit {
  background-color: #fff1f6;
  padding: 50px 0;
}

.trainer-recruit .p-recruit__cont {
  background-color: #fff;
  border-radius: 15px;
  padding: 50px;
  box-shadow: 0 0 5px rgba(195, 179, 232, 0.2);
}

@media print,screen and (max-width: 768px) {
  .trainer-recruit .p-recruit__cont {
    padding: 20px;
  }
}

/* よくある質問 */
.trainer-recruit .p-qa {
  padding: 50px;
}

.trainer-recruit .accordion-open span {
  background-color: #e61e79;
}

@media print,screen and (max-width: 768px) {
  .trainer-recruit .p-qa {
    padding: 50px 0;
  }
}


/*タブ*/

.c-tabArea {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: space-between;
}

.c-tabArea li {
  background: #cecece;
  cursor: pointer;
  padding: 2rem 2rem;
  margin-right: 0.5rem;
  /*! margin-bottom: 20px; */
  list-style: none;
  color:  #fff;
  font-size: 18px;
  min-width: 49.6%;
  text-align: center;
  border-radius: 5px 5px 0 0;
  /*! font-weight: bold; */
}

.c-tabArea li:last-child {
  margin-right: 0;
}

.c-tabArea li .accent {
  background: #ff9676;
  font-size: 14px;
  padding: 5px 10px;
  margin: 0 5px;
}

.c-tabArea li.select .accent {
  background: #ff3c00;
}

.c-tabArea li.select {
  background: #333;
}

.c-tabContent__item {
  padding: 30px;
  border: solid 1px #ddd;
}

@media print,screen and (max-width: 768px) {
  .c-tabArea li {
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
  }
  
  .c-tabContent__item {
    padding: 15px;
  }
}

/*----------------------
row-flex
----------------------*/
.row-flex {
  display: flex;
  flex-wrap: wrap;
}


.label--orange {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  border: #ff6a12 solid 1px;
  color: #ff6a12;
  font-size: 12px;
  padding: .4em 1em;
  margin-left: 1em;
  line-height: 0;
  vertical-align: middle;
}


.exlink {
  background-image: url(../images/exlink.png);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: right 0.6em center;
  padding-right: 2em;
}
@media only screen and (max-width: 1200px) {
  .exlink {
    background-size: 1.2em;
    background-position: right 1em center;
    padding-right: 2.4em;
  }
}