@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  /*
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  */
  font-family: 'Libre Caslon Text', 'Noto Serif JP', serif;
  width: 100%;
  background: #eee;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
  margin: 10px auto;
}

h2 {
  background: #eee;
  margin: 2px auto 10px;
  padding: 0 5px 5px;
  line-height:1;
}

.block-title span {
  font-size: 60%;
}

h3 {
  border-bottom: 2px solid #eee;
}

.site-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 10px 3%;
  background: #fff;
  text-align: center;
}

.contents-block {
  margin-bottom: 60px;
}

.contents-block hr{
	height:1px;
	width:80%;
	background-color:#ccc;
	border:none;
	margin:30px auto;
}

.contents-block-inner p{
	font-size:85%;
}

.button-action {
  display: block;
  color: #fff;
  background: #afa18c;
  padding: 7px 7px;
  width: 60%;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.title-site img {
  width: 60%;
}

.site-intro {
  margin-bottom: 50px;
}

.icon-sns {
  margin: 10px auto;
}
.icon-sns img {
  width: 20%;
  margin: 0 3px 3px 3px;
}

.photo-salon img {
  width: 45%;
}

.salon-info {
  width: 95%;
  margin: 10px auto;
}
.salon-info th {
  background: #eee;
  min-width: 80px;
}
.salon-info td {
  border-bottom: 1px solid #eee;
  text-align: left;
}
.salon-info .caution-tel,
.salon-info .route-option {
  font-size: 70%;
  color: #666;
}

.list-media {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
}
.list-media li {
  list-style: none;
  display: inline-block;
  width: 40%;
  margin: 10px;
}
.list-media li a img {
  width: 100%;
}

p {
  font-size: 100%;
}

p.copyright {
  font-size: 70%;
  color: #999;
  border-top: 1px solid #ccc;
  padding: 10px;
  margin-top: 40px;
}
