/*
Theme Name: BeautyFashionTattoo
*/
@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/LINESeedJP_OTF_Rg.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/LINESeedJP_OTF_Th.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/LINESeedJP_OTF_Bd.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'LINESeedJP';
  src: url('fonts/LINESeedJP_OTF_Eb.woff2') format('woff2');
  font-weight: 800;
  font-style: normal;
}
html {
  font-size: 62.5%;
  font-family: 'LINESeedJP', 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}
body {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    overflow-y: scroll;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: .5;
  cursor: pointer;
  transition: .3s;
}
@media screen and (max-width: 768px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
img,
svg {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
ul,
ol {
  list-style: none;
}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 768px) {}

.pc_only {
  display: block;
}
.tab_orless {
  display: none;
}
.mob {
  display: none;
}
@media screen and (max-width: 1280px) {
  .pc_only {
    display: none;
  }
  .tab_orless {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .mob {
    display: block;
  }
}
main {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    min-height: 40vh;
}
h2.entry-title,h3.entry-title {
    font-weight: 400;
    margin-bottom: 25px;
}

/* Forms
--------------------------------------------- */
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 1em 1em 1em;
    cursor: pointer;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  margin-top:5px;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}