/*
Theme Name : sabrina
Theme URI: http://salon-sabrina.jp/
Author: core2core2000
Author URI: http://core2core2000.com
Description:
Version: 1.0
*/

/* reset
========================================================================== */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
    margin: 0;
    padding: 0;
}

input,
textarea {
    margin: 0;
    font-size: 100%;
}

label {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

fieldset,
img {
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:after,
q:before {
    content: '';
}

a,
input {
    outline: none;
}

input,
textarea {
    border-radius: 0;
    font-family:
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border: none;
    cursor: pointer;
}

abbr,
acronym {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


html {
  width: 100% !important;
  font-size: 62.5%;
  border-top: 12px solid #ec7878;
  border-left: 12px solid #ec7878;
  border-right: 12px solid #ec7878;
  border-bottom: 12px solid #ec7878;

}
@media screen and (max-width: 991px) {
  html {
    border-top: 5px solid #ec7878;
    border-left: 5px solid #ec7878;
    border-right: 5px solid #ec7878;
    border-bottom: 5px solid #ec7878;
  }
}

body {
  width: 100% !important;
  font-size: 1.4rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.78;
  letter-spacing: 0.04em;
  color: #ec7878;
  background: #fffdfd;
  position: relative;
  width: 100%;
  height: 100%;
}


.logo{
  text-align: center;
  width: 300px;
  margin: 120px auto ;
}

.reed{
  max-width: 480px;
  margin: 120px auto ;
}
.reed p{
  font-size: 16px;
  margin: 1.5em 0;
}

.ceo {
  text-align: right;
}
