@charset "UTF-8";
/* SR SALON CSS Document */
/* 共通 */
body {
  color: #3e3a39;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow: hidden;
  background: #fff;
  font-size: 0.9em;
  counter-reset: number 0;
}
.rich_font {
  font-weight: 400;
}
.mb_YTPBar .mb_YTPseekbar {
  box-shadow: none;
}
a {
  color: #3e3a39;
}
a:hover {
  text-decoration: none;
}
p, .post_content p {
  line-height: 2.2;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}
/* 共通 END */
@media (min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}
/* 共通オリジナル */
.flex-inner {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.buttonBar {
  display: none !important;
}
.mb_YTPBar {
  display: none !important;
}
.home #top {
  padding-top: 0;
}
.pc .home #header {
  background: none;
  top: 0;
}
.pc #header.type2 {
  background: #fff !important;
}
#header_inner {
  /* width: calc(100% - 50px); */
}
.pc .header_fix #header {
  box-shadow: none;
  top: 0;
}
.pc #header_logo #logo_image {
  height: 100px;
  line-height: 100px;
}
.pc #header_logo #logo_image img {
  width: 180px;
  height: auto;
  display: block;
}
.pc #global_menu {
  box-shadow: none !important;
}
.pc #global_menu > ul {
  text-align: right;
}
.pc #global_menu > ul > li > a {
  color: #3e3a39;
  font-weight: 600;
  height: 100px;
  line-height: 80px;
  padding: 0 16px;
  position: relative;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
.pc #global_menu > ul > li > a:before {
  content: '';
  height: 1px;
  left: 15px;
  width: 0;
  bottom: 18px;
  position: absolute;
  background: #8b0506;
  transition: all .8s;
}
.pc #global_menu > ul > li > a:hover:before {
  position: absolute;
  content: '';
  width: calc(100% - 29px);
  text-align: center;
  transition: .8s;
}
.pc #global_menu > ul > li > a:hover {
  background: none;
  color: #8b0506;
}
.pc #global_menu ul ul a {
  font-size: 11px;
  font-weight: 400;
  padding: 12px 20px;
  color: #3e3a39;
  background: #fff;
}
.pc #global_menu ul ul a:hover {
  background: #8b0506;
  color: #fff;
}
.pc #global_menu > ul > li > a:after, #global_menu a:after {
  position: relative;
  text-align: center;
  display: block;
  bottom: 22px;
  line-height: 1;
  font-size: 10px;
  letter-spacing: 0px;
  font-weight: 100;
  color: #3e3a39;
  font-family: "Noto Serif JP", serif;
}
.pc #global_menu > ul > li.global-menu-home > a:after {
  content: 'ホーム'
}
.pc #global_menu > ul > li.global-menu-message > a:after {
  content: 'ごあいさつ';
}
.pc #global_menu > ul > li.global-menu-staff > a:after {
  content: 'スタッフ紹介'
}
.pc #global_menu > ul > li.global-menu-flow > a:after {
  content: '施術の流れ'
}
.pc #global_menu > ul > li.global-menu-products > a:after {
  content: '使用化粧品'
}
.pc #global_menu > ul > li.global-menu-salon > a:after {
  content: 'サロン案内'
}
.pc #global_menu > ul > li.global-menu-contact > a {
  color: #fff;
  background: #8b0506;
  padding: 0 25px;
  margin-left: 15px;
  box-sizing: border-box;
}
.pc #global_menu > ul > li.global-menu-contact > a:hover {
  color: #fff;
  background: #710001;
}
.pc #global_menu > ul > li.global-menu-contact > a:before {
  content: none;
}
.pc #global_menu > ul > li.global-menu-contact > a:after {
  content: 'ご予約・お問い合わせ';
  color: #fff;
}
.pc .home #global_menu ul ul {
  top: 100px;
  bottom: 0;
}
.pc .home #header.type2 #global_menu ul ul, .pc #global_menu ul ul {
  top: 100px;
}
p.logo.rich_font, p.desc {
  display: none;
}
p.logo-text {
  display: none;
}
.map-section {
  height: 400px;
}
.map-section iframe {
  filter: grayscale(100%);
}
.map-section iframe:hover {
  filter: grayscale(0%);
}
.footer-group {
  padding: 5em 0;
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.footer-group-box {
  width: 50%;
  padding: 0 3em;
  text-align: center;
  border-right: 1px solid #e0d6c8;
  box-sizing: border-box;
}
.footer-group-box:first-of-type {
  padding-left: 0;
}
.footer-group-box:nth-of-type(2) {
  border-right: 0;
  padding-right: 0;
}
.footer-group-box h2 {
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
.footer-group-box p {
  line-height: 1.8;
  margin-bottom: 15px;
}
address.footer-group-tel {
  font-size: 1.8em;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
}
address.footer-group-tel span {
  font-size: 0.5em;
  letter-spacing: 1px;
}
.footer_inner_sec {
  width: 86%;
  max-width: 1150px;
  margin: 4em auto 0.5em;
}
.footer_about_info {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.footer_menu_info {
  width: 50%;
  padding-left: 5%;
  box-sizing: border-box;
}
img.footer_logo {
  width: 30%;
  max-width: 150px;
  margin-bottom: 8px;
}
.footer_about_info h3 {
  font-size: 0.9em;
  margin-top: 12px;
  margin-bottom: 10px;
  padding: 4px 8px 4px;
  font-weight: 400;
  color: #fff;
  background: #8b0506;
  display: inline-block;
}
address.footer-contact-tel {
  font-size: 1.8em;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
}
address.footer-contact-tel span {
  font-size: 0.5em;
  letter-spacing: 1px;
  margin-right: 1px;
}
p.address_footer, p.footer-contact-time {
  font-size: 0.9em;
  line-height: 1.5;
}
p.footer-contact-time span {
  margin-right: 8px;
  letter-spacing: 0;
  color: #8b0506;
}
a.footer_but {
  width: 80%;
  max-width: 250px;
  padding: 18px;
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 0.5px;
  margin-top: 15px;
  border-radius: 25px;
  border: 1px solid;
  position: relative;
  display: block;
  color: #3e3a39;
  box-sizing: border-box;
  transition: 0.8s;
  float: left;
}
a.footer_but:after {
  content: '\e909';
  position: absolute;
  font-family: "design_plus";
  right: 20px;
  font-size: 20px;
  line-height: 0.6;
  font-weight: 400;
}
a.footer_but:hover {
  color: #fff;
  background: #18c507;
}
a.footer_sns_but {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50px;
  margin-left: 10px;
  text-align: center;
  color: #fff;
  transition: all .8s;
  display: inline-block;
  -webkit-font-smoothing: auto;
  justify-content: center;
  align-items: center;
  top: 20px;
}
a.footer_sns_but.instagram-but {
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
a.footer_sns_but.instagram-but:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
a.footer_sns_but:after {
  content: '\ea92';
  position: absolute;
  display: block;
  font-family: "design_plus";
  font-size: 1.2em;
  font-weight: 100;
  z-index: 1;
  width: 40px;
}
a.footer_sns_but span {
  display: none;
}
a.footer_sns_but:hover, a.footer_sns_but:hover:before {
  background: none;
}
a.footer_sns_but:hover:after {
  color: #8b0506;
}
ul.footer_menu_list {
  padding-right: 8%;
  width: 50%;
  box-sizing: border-box;
}
ul.footer_menu_list:nth-of-type(2) {
  padding-right: 0;
}
ul.footer_menu_list li {
  font-size: 0.9em;
  letter-spacing: 1px;
  line-height: 1.5;
  padding-left: 15px;
  padding-bottom: 10px;
  position: relative;
}
ul.footer_menu_list li:last-child {
  padding-bottom: 0;
}
ul.footer_menu_list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  background: #8b0506;
  width: 6px;
  height: 6px;
}
ul.footer_menu_list li a {
  transition: 0.8s;
}
ul.footer_menu_list li a:hover {
  padding-left: 10px;
  color: #8b0506;
}
#return_top {
  bottom: 20px;
  right: 30px;
  transition: all .8s;
}
#return_top:hover {
  bottom: 50px;
}
#return_top a {
  writing-mode: vertical-rl;
  position: relative;
  width: auto;
  height: auto;
  font-size: 1em;
  letter-spacing: 3px;
  background: none !important;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: 500;
  color: #3e3a39;
}
#return_top a:before {
  content: '';
  position: absolute;
  display: block;
  background: #3e3a39;
  height: 30px;
  right: 8px;
  width: 1px;
  top: -40px;
}
#return_top a:hover {
  color: #8b0506;
  background: none !important;
}
#return_top a:hover:before {
  background: #8b0506;
}
#return_top span {
  display: contents;
}
#copyright {
  font-size: 0.9em;
  width: 100%;
  margin: 1em auto 0;
}
#copyright a {
  color: #888;
}
@media screen and (max-width: 1200px) {
  .home #top {
    background: none !important;
  }
  #header_youtube {
    width: 100%;
    margin-left: 0;
  }
  #header_inner {
    /* width: calc(100% - 40px); */
  }
  .pc .home #header {
    background: #fff;
  }
  .pc .home #header, .pc #header.type2, .pc #header, #header_inner, .pc #global_menu > ul > li > a {
    height: 100px;
  }
  #logo_image h1 a:before {
    display: none;
  }
  .pc #global_menu > ul {
    margin-right: 0;
  }
  .pc #header_logo #logo_image img {
    width: 150px;
  }
  .pc #global_menu > ul > li > a {
    line-height: 85px;
  }
  .pc #global_menu > ul > li > a:after {
    bottom: 25px;
  }
  .footer-group {
    padding: 3em 0;
  }
  .map-section {
    height: 300px;
  }
  ul.footer_menu_list li {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 970px) {
  #logo_image {
    left: 15px;
  }
  .logo img {
    width: 0;
  }
  #logo_image_mobile img {
    width: 0%;
    position: relative;
  }
  .mobile #header .logo {
    background: url(/wp-content/themes/orion/img/logo.png) no-repeat;
    background-size: 20%;
    background-position: 0;
  }
  #header {
    background: #fff;
    border-bottom: 1px solid #fff;
  }
  #header_inner {
    width: 100%;
    height: 55px;
  }
  #global_menu a {
    color: #3e3a39;
    letter-spacing: 1px;
    background: #fff;
    font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  }
  a.menu_button:before {
    color: #a40001 !important;
  }
  a.menu_button:hover, a.menu_button.active {
    background: #fff !important;
  }
  .mobile #global_menu li a:hover {
    color: #3e3a39;
    background: #fff;
  }
  .mobile #global_menu li a:after {
    bottom: 30px;
    text-align: left;
    padding-left: 120px;
  }
  .mobile #global_menu li.global-menu-home > a:after {
    content: 'ホーム'
  }
  .mobile #global_menu li.global-menu-message > a:after {
    content: 'ごあいさつ';
  }
  .mobile #global_menu li.global-menu-staff > a:after {
    content: 'スタッフ紹介'
  }
  .mobile #global_menu li.global-menu-flow > a:after {
    content: '施術の流れ'
  }
  .mobile #global_menu li.global-menu-products > a:after {
    content: '使用化粧品'
  }
  .mobile #global_menu li.global-menu-salon > a:after {
    content: 'サロン案内'
  }
  .mobile #global_menu li.global-menu-contact > a:after {
    content: 'お問い合わせ';
  }
  #global_menu .child_menu_button .icon:before {
    color: #3e3a39;
  }
  #global_menu .child_menu_button:hover .icon:before {
    color: #a40001;
    border-color: #a40001;
  }
  .dp-footer-bar-icon:before {
    font-weight: 500;
  }
  .icon-file-text:before {
    content: '\e909';
  }
  .dp-footer-bar a {
    color: #fff;
  }
  .dp-footer-bar {
    background: #a40001;
    border-top: solid 1px #fff;
  }
  .dp-footer-bar-item + .dp-footer-bar-item {
    border-left: 1px solid #fff;
  }
  [class^="icon-"], [class*=" icon-"] {
    font-family: "Noto Serif JP", serif !important;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767px) {
  .mobile #header .logo {
    margin-left: 10px;
  }
  .map-section {
    height: 250px;
  }
  #return_top {
    right: 14px;
    bottom: 70px !important;
  }
  #return_top a:before {
    right: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .footer_about_info, .footer_menu_info {
    width: 100%;
  }
  .footer_about_info {
    padding-bottom: 40px;
  }
  .footer_menu_info {
    padding-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .mobile #header .logo {
    background-size: 35%;
    margin-left: 0;
  }
  .footer-group-box {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    border-right: 0;
    border-bottom: 1px solid #e0d6c8;
  }
  .footer-group-box:nth-of-type(2) {
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 0;
    border: 0;
  }
  .footer_inner_sec {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 485px) {
  #logo_image_mobile {
    margin-left: 10px;
  }
}
/* 共通オリジナル END */
/* フロントページ用の記述 */
#header_slider, #header_slider {
  width: calc(100% - 150px);
}
#header_slider, #header_slider .item {
  height: calc(80vh - 80px);
}
#header_slider, .slick-list {
  border-radius: 0 50px 50px 0;
}
#header_youtube {
  /* height: calc(100vh - 120px); */
}
.mb_YTPBar {
  display: none !important;
}
#header_youtube .overlay {
  background: hsl(24deg 100% 12% / 35%);
}
#header_logo_index .link {
  display: none;
}
#header_logo_index .link:before {
  color: #ffffff;
}
#header_logo_index .link:hover:before {
  color: #ffffff;
}
#header_logo_index .logo {
  margin: auto;
}
#header_logo_index .logo img {
  width: 20%;
  height: auto;
  margin: auto;
  display: block;
}
#header_logo_index {
  width: 100%;
  top: calc(50% - 50px);
}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 970px) {
  .home #top {
    margin-top: 0;
    height: calc(70vh - 70px);
  }
  #header_slider, #header_slider {
    width: calc(100% - 0px);
  }
  #header_slider, #header_slider .item {
    height: calc(60vh - 60px);
  }
  #header_slider, .slick-list {
    border-radius: 0;
  }
  #header_logo_index .logo img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .home #top, #header_slider, #header_slider, #header_slider, #header_slider .item {
    height: 100vh;
  }
}
@media only screen and (max-width: 500px) {
  #header_logo_index .logo img {
    width: 100%;
  }
}
@media only screen and (max-height: 400px) {
  .home #top, #header_slider, #header_slider, #header_slider, #header_slider .item {
    height: 100vh;
  }
}
/* お知らせ・ブログ詳細 */
#index_news {
  padding: 7em 0 8em;
}
#index_blog {
  padding: 8em 0;
}
.index_title {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.index_news_title h2, .index_title h2 {
  font-size: 2.8em;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 3px;
  font-weight: 600;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
.index_news_title h3, .index_title h3 {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #8b0506;
}
a.front-index_but {
  width: 100%;
  max-width: 140px;
  position: relative;
  margin-bottom: 30px;
  display: block;
  overflow: hidden;
  transition: 0.5s;
  font-size: 1.2em;
  font-weight: 600;
  color: #3e3a39;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
a.front-index_but:before {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  background: #b9b9b9;
}
a.front-index_but:after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  z-index: 2;
  bottom: 0;
  left: 0;
  margin: 8px 0 0;
  background: #b9b9b9;
  transition: 0.8s;
}
a.front-index_but:hover {
  color: #8b0506;
}
a.front-index_but:hover:after {
  width: 100%;
  height: 1px;
  background: #8b0506;
  left: 0px;
  z-index: 3;
}
.index_news_inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1150px;
}
#index_news_list {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
#index_news_list li {
  background: #fbf9f6;
  border: 1px solid #f2e8d8;
  box-sizing: border-box;
}
#index_blog_list li {
  box-sizing: border-box;
  width: calc(33.3333% - 20px);
  margin: 0 30px 30px 0;
  border-radius: 0;
  background: #fbf9f6;
  border: 1px solid #f2e8d8;
}
#index_blog_list li:nth-of-type(3n) {
  margin-right: 0;
}
.home #index_blog_list li .title {
  color: #3e3a39;
  font-size: 0.9em;
  line-height: 1.8;
  font-weight: 400;
  padding: 15px 20px;
  margin-bottom: 0;
  display: block;
  box-sizing: border-box;
}
.home #index_blog_list li:hover .title {
  color: #8b0506;
}
ul.meta.clearfix {
  padding: 15px 20px;
}
#index_blog_list li .date {
  margin-top: 20px;
  border: none;
}
.page_navi p.back a {
  color: #3e3a39;
  border: 1px solid #3e3a39;
  border-radius: 0;
  background: none;
  box-sizing: border-box;
  font-size: 0.8em;
  font-family: unset;
  transition: all .8s;
}
.page_navi p.back a:before {
  color: #3e3a39;
  font-size: 0.9em;
  top: 0;
}
.page_navi p.back a:hover {
  color: #fff;
  background: #8b0506;
  border: 1px solid #8b0506;
  transform: translatex(-1rem);
}
.page_navi p.back a:hover:before {
  color: #fff;
}
.single #main_col {
  width: 86%;
  max-width: 1150px;
  margin: 60px auto 100px;
}
.side_headline {
  font-size: 1.5em;
  padding-bottom: 8px;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: inherit;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  ;
  border-bottom: 1px solid #3e3a39;
}
.side_headline span {
  color: #3e3a39;
  font-weight: 400;
  padding: 0;
  background: none;
}
.widget_recent_entries li {
  font-size: 14px;
  padding-bottom: 8px;
  border-bottom: 1px #e6d5c5 solid;
}
.side_widget a:hover {
  color: #a40001;
}
span.post-date {
  display: block;
  line-height: 1.8;
  font-size: 10px;
}
a.title:hover {
  color: #8b0506;
}
.page_navi {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #index_news {
    padding: 4em 0;
  }
  #index_blog {
    padding: 5em 0;
  }
  #index_blog_list li {
    width: calc(33.3333333% - 10px);
    margin: 0 15px 15px 0;
  }
  .index_title h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 970px) {
  #index_news_list li {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
    padding: 20px 25px;
    height: 100px;
  }
  #index_blog_list li {
    width: calc(50% - 5px);
    margin: 0 10px 10px 0;
  }
  #index_blog_list li:nth-child(3n) {
    margin-right: 10px;
  }
  #index_blog_list li:nth-child(2n) {
    margin-right: 0;
  }
  a.index-but {
    margin-bottom: 40px;
  }
  #left_col {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #index_news {
    padding: 3em 0;
  }
  #index_blog {
    padding: 3em 0;
  }
  .index_news_title h2, .index_title h2 {
    font-size: 2.5em;
  }
  .index_news_title h3, .index_title h3 {
    margin-bottom: 20px;
  }
  #index_news_list {
    margin-top: 30px;
  }
  #index_news_list li {
    width: calc(100% - 0px);
    margin-right: 0;
    padding: 20px;
  }
  #index_blog_list {
    margin-top: 30px;
  }
  #index_blog_list li .image {
    margin-bottom: 10px;
  }
  #index_blog_list li .date {
    margin-top: 5px;
  }
  a.index-but {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #index_news_list li {
    width: 100%;
  }
  #index_news_list li:last-of-type {
    margin-bottom: 0;
  }
  #index_blog_list li {
    width: 100%;
    margin: 0 auto 7%;
  }
  #index_blog_list li:nth-child(3n) {
    margin-right: 0;
  }
}
/* お知らせ・ブログ詳細 END */
/* フロントオリジナル */
.front_intro {
  margin-top: 8em;
  box-sizing: border-box;
  position: relative;
}
.front_intro:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  background-image: url(/wp-content/themes/orion/img/front-intro_img.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  width: 45%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.intro_inner {
  width: 86%;
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
}
.front_intro_text {
  width: 50%;
}
.intro_inner-title {
  width: 35%;
  box-sizing: border-box;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: -webkit-flex;
  display: flex;
}
.intro_inner-title h2 {
  font-size: 2.3em;
  line-height: 1.8;
  color: #3e3a39;
  letter-spacing: 4px;
  font-weight: 300;
}
.intro_inner-text {
  width: 65%;
}
.intro_inner-text h3 {
  font-size: 1.5em;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 400;
  color: #a40001;
}
.intro_inner-text h4 {
  font-size: 1.2em;
  letter-spacing: 1px;
  margin-bottom: 30px;
  font-weight: 500;
  color: #3e3a39;
}
.intro_inner-text p {
  margin-bottom: 25px;
}
.intro_inner-text p:last-child {
  margin-bottom: 0;
}
.covid-sec {
  padding: 10em 0 0;
  position: relative;
}
.covid-box {
  width: 86%;
  max-width: 700px;
  margin: 0 auto;
}
.covid-box h3 {
  font-size: 2em;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-align: center;
}
.covid-sec p {
  text-align: center;
}
.covid-img-container {
  margin-top: 50px;
}
.covid-img-box {
  width: calc(33.3333% - 0px);
  margin-bottom: 25px;
}
.covid-img-box:nth-of-type(3n) {
  margin-right: 0;
}
.covid-img-box:last-of-type {
  margin-bottom: 0;
}
.covid-img-box img {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.front-merit {
  position: relative;
}
.front-merit:after {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  background-image: url(/wp-content/themes/orion/img/front-merit_img.jpg);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  width: 45%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.front-merit-inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
.front_merit_text {
  width: 50%;
  margin-left: auto;
}
.front-merit h2 {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.front-merit h2 span {
  margin-right: 4px;
}
ul.front-merit_list {
  margin-bottom: 20px;
}
ul.front-merit_list li {
  font-size: 1.1em;
  line-height: 1.5;
  padding-left: 20px;
  padding-bottom: 8px;
  position: relative;
}
ul.front-merit_list li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #a40001;
  top: 8px;
  left: 0;
  z-index: -1;
}
ul.front-merit_list li:last-child {
  padding-bottom: 0;
}
.member-sec {
  margin-top: 8em;
  padding: 10em 0;
  position: relative;
  background: #fff;
  z-index: 0;
}
.member-sec:after {
  content: '';
  position: absolute;
  display: block;
  background-image: url(/wp-content/themes/orion/img/content_bg.png);
  background-size: 250px;
  opacity: 0.25;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.member-inner {
  width: 86%;
  max-width: 1000px;
  margin: 0 auto;
}
.member-inner_box {
  padding: 100px;
  border: 2px solid #cdc2b2;
  background: #fff;
  box-sizing: border-box;
}
.member-inner_box h2 {
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 50px;
}
.member-inner_box h2 span {
  font-size: 0.8em;
  font-weight: 600;
  color: #a40001;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 20px;
  display: block;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
p.member_text {
  text-align: center;
  margin-bottom: 40px;
}
.member-price_system h3 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 1px;
}
.member-price__box {
  width: 50%;
  text-align: center;
  border: 1px solid #e0d6c8;
  border-right: 0;
  padding: 30px;
  box-sizing: border-box;
}
.member-price__box:first-of-type {
  border-left: 0;
}
.member-price__box h4 {
  font-size: 1.3em;
  font-weight: 400;
  margin-bottom: 10px;
}
p.price_text {
  font-size: 1.8em;
  line-height: 1.3;
}
.member_box {
  width: 50%;
  margin-top: 50px;
  padding: 0 50px;
  box-sizing: border-box;
}
.member_box:first-of-type {
  padding-left: 0;
}
.member_box:nth-of-type(2) {
  padding-right: 0;
  border-left: 1px solid #e0d6c8;
}
.member_box h4 {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
.member_box h4 span {
  font-size: 0.8em;
  line-height: 1;
  letter-spacing: 1px;
  margin-top: 10px;
  color: #a40001;
  display: block;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
p.advice_text {
  font-size: 0.95em;
  line-height: 1.8;
}
p.member-card_text {
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.member_box img {
  width: 100%;
  margin-top: 20px;
}
.instagram_sec {
  padding: 5em 0;
  background: #8b0506;
}
.instagram_sec:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: -1;
}
.instagram-inner {
  width: 86%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.instagram-title {
  width: 30%;
  padding-right: 3em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
}
h2.insta_title {
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 30px;
  color: #fff;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
.instagram-box {
  width: 70%;
  float: right;
}
a.front-instagram-but {
  margin-top: 20px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  -webkit-font-smoothing: auto;
  align-items: center;
  overflow: visible;
  z-index: 1;
}
a.front-instagram-but:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #8b0506;
  border: 1px solid #fff;
}
a.front-instagram-but:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto 32px;
  background-color: #fff;
  border-radius: 50%;
  transform: scale(0);
  transition: transform .8s;
}
a.front-instagram-but:hover:after {
  transform: scale(2);
}
a.front-instagram-but span {
  font-size: 1.2em;
  letter-spacing: 2px;
  margin-left: 3px;
  padding-left: 30px;
  font-weight: 600;
  transition: 0.8s;
  color: #fff;
  display: inline-block;
  z-index: 1;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  text-shadow: 3px 3px 0px #8b0506, 3px -3px 0px #8b0506, -3px -3px 0px #8b0506, -3px 3px 0px #8b0506;
}
a.front-instagram-but:hover span {
  padding-left: 60px;
  color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .front_intro {
    margin: 5em 0 0;
  }
  .covid-sec {
    padding-top: 6em;
  }
  .front-merit {
    padding-bottom: 380px;
  }
  .front-merit:after {
    width: 95%;
    height: 350px;
    background-position-y: 70%;
  }
  .front_merit_text {
    width: 100%;
    padding-top: 0;
  }
  .member-sec {
    margin-top: 6em;
    padding: 6em 0;
  }
  .member-inner_box {
    padding: 60px;
  }
  .instagram-title {
    width: 100%;
    padding-right: 0;
    padding-bottom: 7%;
  }
  .instagram-box {
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .front_intro {
    padding-bottom: 350px;
  }
  .front_intro:after {
    width: 95%;
    height: 320px;
  }
  .front_intro_text {
    width: 100%;
  }
  .intro_inner-title {
    width: 25%;
  }
  .intro_inner-text {
    width: 75%;
  }
  p.member_text {
    text-align: left;
    line-height: 2;
  }
}
@media only screen and (max-width: 767px) {
  .front_intro {
    margin: 3em 0 0;
  }
  .intro_inner-title {
    width: 100%;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: unset;
    writing-mode: horizontal-tb;
  }
  .intro_inner-text {
    width: 100%;
  }
  .intro_inner-title h2 {
    font-size: 1.8em;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .intro_inner-title h2 br {
    display: contents;
  }
  .covid-sec {
    padding-top: 5em;
  }
  .covid-box h3 {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  .covid-sec p {
    text-align: left;
    line-height: 1.8;
  }
  .covid-img-container {
    margin-top: 30px;
  }
  .front-merit {
    padding-bottom: 300px;
  }
  .front-merit:after {
    height: 270px;
  }
  .member-sec {
    margin-top: 3em;
    padding: 3em 0;
  }
  .member-inner_box {
    padding: 30px;
  }
  .member-inner h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .member_box {
    width: 100%;
    margin-top: 30px;
    padding: 0;
    border: 0;
  }
  .member_box:last-of-type {
    border-left: 0;
  }
  .member_box h4 {
    font-size: 1.3em;
  }
  p.member-card_text {
    font-size: 1.3em;
}
  .instagram_sec {
    padding: 3em 0;
  }
  .instagram-title {
    padding-bottom: 10%;
  }
  h2.insta_title {
    font-size: 2.5em;
  }
}
@media only screen and (max-width: 500px) {
  .covid-sec {
    padding-top: 3em;
}
.covid-box h3 {
    text-align: left;
  }
  .covid-img-box {
    width: 50%;
  }
  .covid-img-box:last-of-type {
    margin: auto;
  }
  .front-merit h2 {
    font-size: 1.8em;
  }
  .member-price__box {
    width: 100%;
    padding: 20px;
    border-top: 0;
    border-left: 0;
  }
  .member-price__box:first-of-type {
    padding-top: 0;
  }
  h2.insta_title {
    margin-bottom: 15px;
  }
  a.front-instagram-but:before {
    width: 50px;
    height: 50px;
  }
  a.front-instagram-but:after {
    margin: auto 22px;
  }
}
/* フロントオリジナル END */
/* 固定ページのための記述 */
#header_image .image {
  height: 300px;
  background: url(/wp-content/themes/orion/img/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#header_image .image img {
  width: 100%;
}
p.page_title, p.page_subtitle {
  color: #fff;
  text-align: center;
}
p.page_title {
  font-size: 3.2em !important;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 5px;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
p.page_subtitle {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 15px;
}
#bread_crumb li a:hover {
  color: #a40001;
}
div#bread_crumb {
  height: 25px;
  min-width: auto;
  background: #fff;
}
#bread_crumb ul {
  width: 86%;
  max-width: 1150px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  line-height: 1em;
}
#bread_crumb li.home a {
  line-height: unset;
  margin-right: 10px;
}
#bread_crumb li.home a:before {
  top: 0;
  line-height: 25px;
}
#bread_crumb li {
  line-height: 25px;
  padding: 0 8px 0 0;
}
#bread_crumb li:after {
  line-height: 25px;
  left: -15px;
}
li.last {
  margin-left: 10px;
}
#bread_crumb li.home a:hover:before {
  color: #a40001;
}
.single .post_content a:hover {
  color: #3e3a39;
}
.post_content a {
  color: #3e3a39;
  font-weight: 600;
}
.post_content blockquote {
  border: 1px solid #e0d6c8;
  border-radius: 0;
  box-shadow: none;
}
.post_content blockquote:before, .post_content blockquote:after {
  color: #a40001;
}
ul#post_meta_top {
  margin-bottom: 15px;
}
#post_title {
  font-size: 1.8em;
  margin-bottom: 30px;
}
.post_content h1 {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #8e8e8e;
}
.post_content h2 {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #3e3a39;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}
.post_content h2:after {
  content: '';
  background: #a40001;
  width: 20px;
  height: 1px;
  border-radius: 80px;
  display: block;
  margin: 15px auto 0;
}
.post_content h3 {
  font-size: 1.3em;
  letter-spacing: 1px;
  text-align: left;
  padding: 2px 18px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
  color: #3e3a39;
  border-left: 1px solid #a40001;
}
.post_content h4 {
  font-size: 1.3em;
  font-weight: 500;
  color: #8b0506;
  margin-bottom: 20px;
  text-align: left;
}
.single .post_content h5 {
  font-size: 1.1em;
  background: none;
  padding: 0;
  color: #3e3a39;
  margin-bottom: 10px;
}
.single .post_content p {
  margin-bottom: 1.5em;
  font-size: 1em;
}
@media only screen and (max-width: 1200px) {
  #header_image .image {
    height: 250px;
  }
  p.page_title {
    font-size: 3em !important;
  }
  p.page_subtitle {
    font-size: 0.8em;
  }
  #bread_crumb ul {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 970px) {
  #main_contents {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #header_image .image {
    height: 200px;
  }
  p.page_title {
    font-size: 2.2em !important;
  }
  p.page_subtitle {
    margin-top: 10px;
  }
  .post_content h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 500px) {
  #header_image .image {
    height: 140px;
  }
}
/* 固定ページのための記述 END */
/* コンテンツ 共通 */
.error404 #main_col {
  width: 86%;
  max-width: 1150px;
  margin: 40px auto 0;
}
.archive #main_col {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
h3.title {
  font-weight: 500;
  font-size: 1.1em !important;
}
h3.title a:hover {
  color: #a40001 !important;
}
.page .post-header {
  margin: 0;
}
.content_full {
  position: relative;
}
.content_inner {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 120px 0;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .content_inner {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .content_inner {
    padding: 60px 0;
  }
}
/* コンテンツ 共通 END */
/* ごあいさつ */
.message_inner {
  position: relative;
}
.message_box .message_inner:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-color: #edebe6;
  background-image: url(/wp-content/themes/orion/img/message.jpg);
  background-position: center right;
  z-index: -2;
}
.message_col_text {
  width: 50%;
  padding-left: 5%;
  margin-left: auto;
  position: relative;
  box-sizing: border-box;
}
.message_col_text p {
  line-height: 2;
  margin-bottom: 15px;
}
.message_col_text p:last-child {
  margin-bottom: 0;
}
h2.owner_name {
  font-size: 1.8em;
  letter-spacing: 1px;
  text-align: left;
}
h2.owner_name:after {
  content: none;
}
h2.owner_name span {
  font-size: 0.6em;
  letter-spacing: 0;
  margin-right: 15px;
  color: #a40001;
}
@media only screen and (max-width: 1200px) {
  .message_box .message_inner:before {
    background-position-x: 80%;
  }
}
@media only screen and (max-width: 970px) {
  .message_box .message_inner:before {
    width: 100%;
    height: 380px;
  }
  .message_box .message_inner:after {
    width: 35%;
    height: 160px;
    bottom: 20px;
  }
  .message_col_text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 410px;
  }
}
@media only screen and (max-width: 500px) {}
/* ごあいさつ END */
/* スタッフ紹介 */
.staff_sec .content_inner {
  max-width: 950px;
}
.staff_box {
  margin-top: 70px;
}
.staff_box:first-of-type {
  margin-top: 0;
}
.staff_text {
  width: 50%;
  padding-right: 4em;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.staff_img {
  width: 50%;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
}
.staff_img img {
  width: 100%;
}
h2.staff_name {
  font-size: 1.8em;
  width: 100%;
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}
h2.staff_name span {
  font-size: 0.7em;
  color: #a40001;
  letter-spacing: 0;
  padding-right: 15px;
  box-sizing: border-box;
}
h2.staff_name:after {
  content: none;
}
.staff_text p {
  width: 100%;
  line-height: 1.8;
  margin-bottom: 20px;
}
dl.like_list {
  width: 100%;
}
dl.like_list dt {
  color: #a40001;
  padding-top: 15px;
  margin-bottom: 4px;
}
dl.like_list dt:first-of-type {
  padding-top: 0;
}
a.staff_but {
  width: 100%;
  max-width: 250px;
  margin-right: auto;
  text-align: left;
  padding: 18px;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.5px;
  border-radius: 25px;
  border: 1px solid;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  transition: 0.8s;
}
a.staff_but:after {
  position: absolute;
  content: '>';
  right: 25px;
}
a.staff_but:hover {
  color: #fff;
  border: 1px solid #a40001;
  background: #a40001;
}
@media only screen and (max-width: 1200px) {
  .staff_box {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .staff_text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 1.5em;
  }
  .staff_img {
    width: 100%;
  }
}
/* スタッフ紹介 END */
/* 施術の流れ */
.flow_sec .content_inner {
  max-width: 800px;
}
.flow {
  margin-bottom: 50px;
  position: relative;
}
.flow:last-of-type {
  margin-bottom: 0;
}
.flow:before {
  content: '';
  position: relative;
  background-color: #fff;
  border: 10px solid #a40001;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.flow:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 13px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  width: 1px;
  height: 150%;
  background-color: #a40001;
  z-index: 0;
}
.flow:last-child::after {
  content: none;
  height: 0;
}
.flow_text {
  margin-top: -25px;
  padding-left: 7%;
  box-sizing: border-box;
}
.flow_text p {
  line-height: 2;
}
h2.flow_title {
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: left;
  padding: 0;
  position: relative;
  background: none;
}
h2.flow_title span {
  font-size: 0.8em;
  font-weight: 600;
  margin-left: 6px;
}
h2.flow_title:before {
  counter-increment: number 1;
  content: "STEP.0"counter(number) "";
  display: block;
  font-size: 1.2em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 8px;
  left: 0;
  z-index: -1;
  color: #a40001;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}
h2.flow_title:after {
  content: none;
}
@media only screen and (max-width: 970px) {
  .flow {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .flow:before {
    border: 8px solid #a40001;
  }
  .flow:after {
    left: 10px;
  }
}
@media only screen and (max-width: 500px) {
  .flow {
    margin-bottom: 40px;
  }
  .flow_text {
    padding-left: 8%;
  }
}
@media only screen and (max-width: 485px) {
  .flow_text {
    padding-left: 10%;
  }
}
/* 施術の流れ END */
/* 使用化粧品 */
.products_inner {
  margin-bottom: 120px;
}
.products_inner:last-of-type {
  margin-bottom: 0;
}
.products_title {
  width: 40%;
  padding-right: 5em;
  box-sizing: border-box;
  text-align: center;
}
.products_text {
  width: 60%;
}
img.products__img {
  width: 100%;
  margin-bottom: 20px;
}
.products_title h2, .products_title h3 {
  text-align: center;
}
.products_title h2 {
  font-size: 1.1em;
  margin-bottom: 10px;
}
.products_title h2:after {
  content: none;
}
.products_title h3 {
  font-size: 2em;
  letter-spacing: 3px;
  color: #a40001;
  margin-bottom: 50px;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  border: 0;
  padding: 0;
}
.products_title h3 span {
  font-size: 0.6em;
  display: block;
  margin-top: 3px;
  letter-spacing: 0;
}
.products__inner__box {
  margin-bottom: 30px;
}
.features_text_box {
  padding: 35px 45px;
  background: #fbf9f6;
  box-sizing: border-box;
}
.features_text_box h3 {
  font-size: 1.5em;
  position: relative;
  padding: 0;
  padding-left: 60px;
  margin-bottom: 25px;
  border: 0;
}
.features_text_box h3:before {
  content: '';
  position: absolute;
  width: 44px;
  height: 1px;
  top: 50%;
  left: 0;
  background: #a40001;
}
.features_inner__box {
  margin-top: 30px;
}
.features_inner__box:first-of-type {
  margin-top: 0;
}
.features_inner__box h4 {
  font-size: 1.2em;
}
.features_inner__box p {
  font-size: 0.95em;
  line-height: 2;
}
@media only screen and (max-width: 970px) {
  .products_title {
    width: 100%;
    padding-right: 0;
  }
  .products_text {
    width: 100%;
  }
  .products_inner {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .products_title h3 {
    margin-bottom: 30px;
  }
  .products_inner {
    margin-bottom: 50px;
  }
  .products__inner__box {
    margin-bottom: 15px;
  }
  .features_text_box {
    padding: 20px 25px;
  }
}
@media only screen and (max-width: 500px) {
  .products_title h2, .products_title h3 {
    text-align: left;
  }
}
/* 使用化粧品 END */
/* サロン案内 */
.salon_sec .content_inner {
  max-width: 850px;
}
p.salon_card_text {
  font-size: 1.2em;
  text-align: center;
  padding: 4px;
  margin-bottom: 50px;
  background: #fbf9f6;
}
table.salon_table {
  margin-bottom: 0;
}
table.salon_table th, table.salon_table td {
  vertical-align: top;
}
table.salon_table th {
  width: 20%;
  letter-spacing: 1px;
  text-align: center;
}
a.salon_tel {
  color: #a40001;
  letter-spacing: 0.8px;
}
span.con_reserve {
  color: #fff;
  background: #a40001;
  margin-left: 10px;
  padding: 1px 5px 2px;
}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 970px) {
  table.salon_table th {
    text-align: left;
  }
  table.salon_table td {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  p.salon_card_text {
    font-size: 1em;
    margin-bottom: 30px;
  }
}
/* サロン案内 END */
/* 求人案内 */
.recruit_sec .content_inner {
  max-width: 850px;
}
.recruit_renewal_box {
  margin-bottom: 80px;
}
.recruit_renewal_box h3 {
  margin-bottom: 15px;
  text-align: center;
  color: #a40001;
  border: 0;
  padding: 0;
}
.recruit_renewal_box p {
  text-align: center;
  line-height: 2.5;
}
.salons-img-inner {
  margin-top: 30px;
}
img.salons__img {
  width: calc(50% - 3px);
  margin-right: 5px;
}
img.salons__img:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
table.recruit_table th {
  width: 20%;
  text-align: center;
}
span.recruit_caution {
  position: relative;
  padding-left: 15px;
}
span.recruit_caution:before {
  content: '※';
  position: absolute;
  color: #a40001;
  left: 0;
}
.recruit_text__box {
  margin-top: 20px;
  padding: 25px 35px;
  background: #fbf9f6;
  box-sizing: border-box;
}
.recruit_text__box p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .recruit_renewal_box {
    margin-bottom: 50px;
  }
  .recruit_renewal_box p {
    text-align: left;
    line-height: 2;
  }
  .recruit_text__box {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 500px) {
  .recruit_renewal_box h3 {
    text-align: left;
  }
  img.salons__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/* 求人案内 END */
/* 開業支援について */
.support_inner {
  position: relative;
}
.support_box .support_inner:before {
  content: '';
  position: absolute;
  width: 45%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-color: #edebe6;
  background-image: url(/wp-content/themes/orion/img/support.jpg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -2;
}
.support_col_text {
  width: 55%;
  padding-left: 4em;
  margin-left: auto;
  position: relative;
  box-sizing: border-box;
}
.support_col_text p {
  line-height: 1.8;
}
.support_col_text p:last-child {
  margin-bottom: 0;
}
h2.support_title {
  font-weight: 400;
  text-align: left;
}
h2.support_title:after {
  content: none;
}
ul.support_list li {
  position: relative;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-bottom: 12px;
  font-weight: 500;
}
ul.support_list li:last-child {
  padding-bottom: 0;
}
ul.support_list li:before {
  content: '◆';
  position: absolute;
  font-size: 10px;
  color: #a40001;
  top: 3px;
  left: 0;
}
ul.support_list {
  margin-bottom: 15px;
}
.support_inner_box {
  margin-top: 20px;
  padding: 25px 35px;
  background: #fbf9f6;
  box-sizing: border-box;
}
.support_inner_box h3 {
  letter-spacing: 2px;
  font-weight: 500;
  color: #a40001;
  padding: 0;
  border: 0;
}
@media only screen and (max-width: 1200px) {
  .support_box .support_inner:before {
    background-position: top;
  }
}
@media only screen and (max-width: 970px) {
  .support_box .support_inner:before {
    width: 100%;
    height: 350px;
  }
  .support_box .support_inner:after {
    width: 35%;
    height: 160px;
    bottom: 20px;
  }
  .support_col_text {
    width: 100%;
    padding-left: 0;
    padding-bottom: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .support_inner_box {
    padding: 20px 30px;
  }
}
/* 開業支援について END */
/* よくある質問 */
.faq_sec .content_inner {
  max-width: 900px;
}
.faq {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e0d6c8;
  box-sizing: border-box;
}
.faq:last-of-type {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.faq h2 {
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: left;
  position: relative;
  border: 0px;
  padding: 0;
  background: none;
}
.faq h2::before {
  counter-increment: number 1;
  content: "QUESTION.0"counter(number) "";
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
  top: 0px;
  left: 0px;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-style: normal;
  color: #a40001;
}
.faq h2::after {
  content: none;
}
p.answer {
  line-height: 1.8;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .faq {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {}
/* よくある質問 END */
/* ご予約・お問い合わせ */
.contact_sec .content_inner {
  max-width: 850px;
}
.con_two {
  width: calc(50% - 25px);
  margin-right: 50px;
  text-align: center;
}
.con_two:nth-of-type(2) {
  margin-right: 0;
  margin-bottom: 0;
}
h3.reserve_title {
  font-size: 1em;
  padding: 3px 8px 5px;
  margin: 0 auto 10px;
  width: fit-content;
  border: 0;
  text-align: center;
  color: #fff;
  background: #a40001;
}
p.con-time {
  width: fit-content;
  font-weight: 500;
  line-height: 1.8;
  margin: auto;
  margin-top: 20px;
}
p.con-time span {
  margin-right: 8px;
  color: #8b0506;
  letter-spacing: 0;
}
address.contact_tel {
  font-size: 2.2em;
  line-height: 1.4;
  letter-spacing: 4px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  width: fit-content;
  /* display: grid; */
  margin: 0 auto;
}
address.contact_tel span {
  font-size: 0.5em;
  letter-spacing: 1px;
  color: #3e3a39;
}
a.con-line_but {
  color: #3e3a39;
  background: border-box;
  border: 1px solid #3e3a39;
  border-radius: 100%;
  position: relative;
  display: flex;
  -webkit-font-smoothing: auto;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.1em;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 1px;
  overflow: hidden; /*はみ出た部分を隠す*/
  transition: 0.8s;
  z-index: 0;
  font-family: "游ゴシック", YuGothic, sans-serif;
}
a.con-line_but:after {
  content: '\e909';
  position: absolute;
  display: block;
  font-family: "design_plus";
  font-size: 4em;
  font-weight: 100;
  width: 100%;
  line-height: 1;
  color: #18c507;
  opacity: 0.25;
  z-index: -1;
}
a.con-line_but:hover {
  color: #fff;
  background: #18c507;
  border: 1px solid #18c507;
}
a.con-line_but:hover:after {
  color: #fff;
  opacity: 0.15;
}
@media only screen and (max-width: 970px) {
  .con_two {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 500px) {}
/* ご予約・お問い合わせ END */
/* table */
.post_content th, .post_content td {
  font-size: 0.9em;
  font-weight: 400;
  background: none;
  border: 1px solid #e0d6c8;
  vertical-align: middle;
  padding: 20px 18px 18px 18px;
  line-height: 1.5;
}
.post_content th {
  width: 30%;
  text-align: left;
}
table.recruit_table th, table.recruit_table td {
  letter-spacing: 1px;
}
table.contact_form th, table.contact_form td {
  background: none;
  border: none;
  border-bottom: 1px solid #e0d6c8;
  line-height: 2.2;
  vertical-align: middle;
  padding: 12px 0 7px 10px;
}
table.contact_form th {
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 970px) {
  .post_content th, .post_content td {
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 12px 15px 10px 15px;
  }
  .post_content th {
    padding-bottom: 0;
    border-bottom: 0;
    margin-top: -1px;
  }
  .post_content td {
    padding-top: 7px;
    border-top: none;
  }
  table.recruit_table th {
    text-align: left;
  }
  table.recruit_table td {
    text-align: right;
  }
  table.contact_form th, table.contact_form td {
    padding-left: 0;
  }
  table.contact_form th {
    border-bottom: 0;
    padding-bottom: 0;
  }
  table.contact_form td {
    padding-top: 5px;
    padding-bottom: 12px;
  }
}
/* table END */
/* --- お問い合わせフォーム --- */
.wpcf7 {
  box-sizing: border-box;
  margin: 30px auto 0 !important;
  font-size: 14px;
  border: none;
  background: none;
  padding: 0 !important;
}
.wpcf7 form {
  margin: 0;
  padding: 0px;
}
.wpcf7 input.wpcf7-submit {
  width: 100%;
  max-width: 350px;
  display: block;
  border-radius: 50px;
  background: none;
  color: #3e3a39;
  border: 1px solid #3e3a39 !important;
  font-size: 1.1em;
  font-weight: 500;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  transition: all .8s;
  box-sizing: border-box;
}
.wpcf7 input.wpcf7-submit:hover {
  background: #3e3a39;
  color: #fff;
}
.wpcf7 .required {
  background-color: #f26464;
  margin-left: 10px;
  padding: 4px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.9em;
}
.wpcf7 .any {
  background-color: #e2e2e2;
  margin-left: 10px;
  padding: 4px;
  font-weight: 400;
  font-size: 0.9em;
  border-radius: 3px;
}
span.wpcf7-list-item-label {
  font-weight: 400;
}
.wpcf7 input, .wpcf7 textarea {
  width: 100%;
  padding: 15px 20px;
  border: none;
  background-color: #ffffff;
  border-radius: 3px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  outline: none;
  border: none;
  background-color: #ffffff;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
  width: auto;
  max-width: 100%;
  border: 1px solid #ccc;
  margin: 0;
  border-radius: 0px;
}
div.wpcf7 textarea {
  width: 100%;
}
span.wpcf7-list-item {
  display: block;
}
span.wpcf7-list-item {
  margin: 5px 0;
}
input#zip {
  max-width: 300px;
  margin-left: 20px;
}
/* Chrome, Safari */ ::-webkit-input-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* Firefox */ ::-moz-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* Firefox 18以前 */ :-moz-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* IE */ :-ms-input-placeholder {
  font-size: 12px;
  color: #b1b1b1;
}
/* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid {
  background: #ffd2d2;
  margin-bottom: 0px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
  color: #d90000;
  letter-spacing: 0;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #ffffff;
  text-shadow: none;
  background-color: #b72120;
  border: none;
  padding: 20px;
  border-radius: 0;
  text-align: center;
  margin: 20px 0px 30px;
}
.wpcf7 form .wpcf7-response-output {
  color: #f26464;
  border-color: #f26464 !important;
  background: #feeded;
  border: 1px solid;
  padding: 0.8em 1em;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #ffffff;
  font-weight: 400;
  text-shadow: none;
  margin-bottom: 40px;
  border: none;
  padding: 20px;
  text-align: center;
  background-color: #364082;
}
@media only screen and (max-width: 767px) {
  .wpcf7 .required, .wpcf7 .any {
    margin-left: 5px;
  }
  .wpcf7 input.wpcf7-submit {
    width: 100%;
  }
}
/* --- お問い合わせフォーム END --- */
/* --- Mobile 動画 --- */
.mm_on #mobile_movie_wrap .logo_img {
  top: 55%;
  max-width: 25%;
}
@media only screen and (max-width: 970px) {
  .mm_on body.home #top {
    padding-top: 0;
  }
  .mm_on #mobile_movie_wrap.h_fix {
    /* margin-top: 0; */
  }
}
@media only screen and (max-width: 767px) {
  .mm_on #mobile_movie_wrap .logo_img {
    max-width: 40%;
  }
}
@media only screen and (max-width: 485px) {
  .mm_on #mobile_movie_wrap .logo_img {
    top: 50%;
    max-width: 60%;
  }
}
/* --- Mobile 動画 END --- */
/* --- フロントオリジナル youtube --- */
.youtubeRss {
  overflow: hidden;
}
h2.youtubeRss-title {
  font-size: 2.5em;
  letter-spacing: 4px;
  line-height: 1;
  text-align: center;
  width: 86%;
  margin: 0 auto;
  margin-bottom: 1em;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  ;
}
.youtubeRss-btn a {
  width: 100%;
  max-width: 180px;
  line-height: 55px;
  display: block;
  margin: 0 auto;
  background: #f9d3cd;
  color: #888;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1px;
  text-align: center;
  transition: 0.8s;
}
.youtubeRss-btn a:hover {
  background: #3e3a39;
  transform: translatey(1rem);
}
ul#youtubeRss-list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 50px auto 0;
  width: 86%;
  max-width: 1250px;
}
li.youtubeRss-content {
  width: calc(33.3333% - 34px);
  margin: 0 50px 50px 0;
  box-sizing: border-box;
}
li.youtubeRss-content:nth-of-type(3n) {
  margin-right: 0;
}
a.youtubeRss-img {
  width: 100%;
  height: 200px;
  display: block;
  overflow: hidden;
}
a.youtubeRss-img img {
  width: 100%;
  height: auto;
  display: block;
}
.youtubeRss-desc {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.youtubeRss-date {
  font-weight: 600;
  margin-bottom: 15px;
}
.youtubeRss-desc h3 {
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 0;
}
.youtubeRss-btn {
  width: 86%;
  max-width: 1150px;
  margin: 0 auto;
}
a.youtubeRss-title:hover {
  color: #f9d3cd;
}
@media only screen and (max-width: 1200px) {
  li.youtubeRss-content {
    width: calc(33.3333333% - 14px);
    margin: 0 20px 40px 0;
  }
}
@media only screen and (max-width: 970px) {
  a.youtubeRss-img {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  h2.youtubeRss-title {
    font-size: 1.8em;
    margin-bottom: 0.5em;
  }
  ul#youtubeRss-list {
    margin-top: 35px;
  }
  li.youtubeRss-content {
    width: calc(50% - 5px);
    margin: 0 10px 30px 0;
  }
  li.youtubeRss-content:nth-child(3n) {
    margin-right: 10px;
  }
  li.youtubeRss-content:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  li.youtubeRss-content {
    width: 100%;
    margin: 0 auto 50px;
  }
  li.youtubeRss-content:nth-child(3n) {
    margin-right: 0;
  }
}
/* --- フロントオリジナル youtube END --- */
/* マージン */
.margin-100 {
  margin-bottom: 100px !important;
}
.margin-90 {
  margin-bottom: 90px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}