﻿/*
Theme Name: SalonArchange_0803 Theme
Theme URI: none
Author: tsuchiya & amagi
Author URI: none
Version: 1.6
*/

/* 全ページ共通のスタイル */

body {
  top: 0;
  background-image: url(img/bg.png);
}

.main-body {
  background: rgba(255, 255, 255, 0.6);
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 510;
}

header ul {
  padding: 0;
  margin: 0;
}

.menu li {
  background: rgb(255, 255, 255);
}

.menu a {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  color: rgb(50, 54, 57);
  text-align: center;
}

.menu li:hover > a {
  color: rgb(199, 199, 199);
  background: rgb(35, 31, 32);
  transition: 0.2s;
}

.menu-item-has-children:hover > a {
  cursor: default;
}

@media screen and (min-width: 992px) {
  header {
    border-bottom: 2px solid rgb(20, 17, 18);
    background: rgba(250, 250, 250, 0.9);
  }
  .menu {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .menu > li {
    width: 160px;
    height: 44px;
    float: left;
  }
  .menu li {
    border-left: 1px solid rgb(20, 17, 18);
  }
  .menu > li:last-child {
    border-right: 1px solid rgb(20, 17, 18);
  }
  .sub-menu li {
    border-top: 1px solid rgb(20, 17, 18);
    border-right: 1px solid rgb(20, 17, 18);
    height: 0;
    visibility: hidden;
  }
  .sub-menu li:last-child {
    border-bottom: 1px solid rgb(20, 17, 18);
  }
  .menu-item-has-children:hover .sub-menu > li {
    height: 44px;
    visibility: visible;
    transition: 0.5s;
  }
}

#black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  cursor: pointer;
  opacity: 0;
}

/* ハンバーガーメニュー */

@media screen and (max-width: 991px) {
  header {
    top: 40px;
    right: 0;
    width: 60%;
    max-width: 300px;
  }
  .menu {
    height: 0px;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    background: rgba(170, 170, 170, 0.9);
  }
  .menu li {
    width: 100%;
    border: 1px solid rgb(20, 17, 18);
    margin: -1px 0;
  }
  .menu-item-has-children > a {
    padding: 1px;
    text-decoration: underline;
  }
  .sub-menu {
    padding: 3px;
  }
  #hbg {
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    border: solid 1px rgb(20, 17, 18);
    border-radius: 5px;
    z-index: 550;
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
  }
  #hbg p {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 1px;
    background: rgb(20, 17, 18);
  }
  .hbg-1 {
    top: 14px;
  }
  .hbg-2 {
    top: 20px;
  }
  .hbg-3 {
    top: 26px;
  }
  .hbg-menu #hbg {
    transition: 1s;
    background: rgba(255, 255, 255, 0);
    border: 0;
  }
  .hbg-menu #hbg p {
    height: 3px;
    background: rgb(255, 255, 255);
  }
  .hbg-menu .hbg-1 {
    transform: rotate(45deg);
    top: 20px;
  }
  .hbg-menu .hbg-2 {
    visibility: hidden;
  }
  .hbg-menu .hbg-3 {
    transform: rotate(-45deg);
    top: 20px;
  }
  .hbg-menu #black-bg {
    visibility: visible;
    transition: 1s;
    opacity: 1;
  }
  .hbg-menu .menu {
    height: 100%;
    padding: 5px;
    visibility: visible;
    transition: opacity 1s;
    opacity: 1;
  }
}

#main-picture {
  background-size: cover;
}

.main-pic1 {
  background-image: url(img/main/main1.png);
}

#main-picture {
  height: 300px;
}

@media screen and (max-width: 991px) {
  #main-picture > h1 {
    max-width: 300px;
  }
  .logo {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  #main-picture {
    height: 150px;
  }
    #main-picture > h1 {
    max-width: 200px;
  }
}

section {
  max-width: 1450px;
}

section {
  background: rgba(50, 54, 57, 0.5);
}

section > div {
  background: rgba(241, 241, 237, 0.8);
}

.img-responsive {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}

.pop-up-img {
  visibility: hidden;
  z-index: 510;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.pop-up #black-bg {
  visibility: visible;
  transition: opacity 0.5s;
  opacity: 1;
}

.pop-up .pop-up-img {
  max-width: 1000px;
  visibility: visible;
  transition: opacity 0.5s;
  opacity: 1;
}

.pop-up header {
  z-index: 490;
}

.pop-up #hbg {
  visibility: hidden;
}

#closs {
  position: fixed;
  width: 60px;
  height: 60px;
  z-index: 550;
  cursor: pointer;
}

#closs p {
  position: absolute;
  right: 0;
  width: 25px;
  height: 3px;
  background: rgb(255, 255, 255);
}

.closs-1 {
  transform: rotate(45deg);
  top: 20px;
}

.closs-2 {
  transform: rotate(-45deg);
  top: 20px;
}

.post {
  border-top: 1px solid rgb(35, 31, 32);
  border-left: 1px solid rgb(35, 31, 32);
  background: rgb(241, 241, 237);
}

.post div {
  overflow: hidden;
}

.post-header {
  height: auto;
}

.post-title {
  font-weight: bold;
}

#posts {
  background: rgb(241, 241, 237);
  border-right: 1px solid rgb(35, 31, 32);
  border-bottom: 1px solid rgb(35, 31, 32);
}

.clear #posts {
  margin: 16px 0;
}

.post-content {
  display: block;
  margin: 0 auto;
  position: relative;
}

.post-thumbnail {
  text-align: center;
}

.post-thumbnail img {
  width: 256px;
  height: 144px;
}
.post:hover div {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.post:hover .post-header {
  background: rgb(55, 51, 51);
  transition: 0.3s;
}

.post:hover .post-content {
  opacity: 0.8;
  background: rgb(76, 72, 72);
}

@media screen and (min-width: 576px) {
  .post-thumbnail {
    float: left;
  }
}

@media (min-width: 992px) {
  .posts-padding {
    border-top: 1px solid rgb(35, 31, 32);
    border-left: 1px solid rgb(35, 31, 32);
    background: rgb(241, 241, 237);
  }
}

.notice {
  font-size: 20px;
  text-align: center;
  color: rgb(255, 255, 255);
  background: rgb(35, 31, 32);
  border: 1px solid rgb(35, 31, 32);
}

.notice a {
  color: rgb(255, 255, 255);
}

.notices-link,
.notices-link:hover {
  text-decoration: underline;
  color: rgb(255, 255, 255);
  cursor: pointer;
}

.notices-link:hover {
  text-decoration: underline;
  color: rgb(35, 31, 32);
  cursor: pointer;
  background: rgb(255, 255, 255);
  transition: 0.3s;
  border: 1px solid rgb(35, 31, 32);
}

/* footer */

.footer-address {
  text-align: center;
  font-size: 16px;
}

.footer-tel {
  text-align: center;
  font-size: 20px;
  background-color: white;
}

.tel-number,
.tel-number > a {
  font-size: 24px;
  color: rgb(233, 72, 41);
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .tel-number,
  .tel-number > a {
    font-size: 20px;
    color: rgb(233, 72, 41);
    font-weight: bold;
  }
}

.footer-foot {
  color: rgb(255, 255, 255);
  background: rgb(35, 31, 32);
  font-size: 16px;
  text-align: center;
}

.transportation {
  width: 100px;
}

@media screen and (min-width: 768px) {
  .footer-tel > p {
    text-align: right;
  }
  .footer-tel > .tel-number {
    text-align: left;
  }
}

.sfsi_wDiv {
  width: 100%;
  right: 20px;
}

#breadcrumb ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.pan li {
  display: inline;
}

.pan li + li:before {
  content: ">";
  margin: 0 7px 0 5px;
}

#page_top {
  position: fixed;
  right: 15px;
  bottom: 15px;
}

#page_top:hover {
  opacity: 0.7;
}

.fa_color:before {
  content: "\f139";
  color: green;
}

@media screen and (max-width: 768px) {
  #page_top {
    font-size: 10px;
    right: 3px;
    bottom: 5px;
  }
}

/* カスタムクラス */

.catch-phrase {
  background-color: rgb(35, 31, 32);
  color: rgb(250, 250, 250);
  text-align: center;
  font-weight: bold;
}

table th, table td {
  border: solid 1px black;
  /*実線 1px 黒*/
}

table th {
  font-weight: bold;
}

table {
  width:50%;
  }

@media screen and (max-width: 768px) {
  table {
  width:80%;
  }
}

@media screen and (max-width: 576px) {
  table {
  width:100%;
  font-size: 20px;
  }
}

.notice-s {
  text-align: center;
}

.concept {
  font-size: 20px;
  margin: 0 2px;
}

@media screen and (max-width: 1140px) {
  .concept {
  font-size: 18px;
  }
}
@media screen and (max-width: 940px) {
  .concept {
  font-size: 14px;
  }
}