@charset "UTF-8";

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-family: Open Sans, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  margin-top:0 !important;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Open Sans, Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Open Sans, Verdana, Meiryo, sans-serif;
  }
}
@font-face {
  font-family: 'citizen';
  src: url('/c/wp-content/themes/MINAQATELLA_JAPAN/css/font/citizen-webfont.woff') format('woff');
}

/* ===== body ===== */
html{
  font-size:16px;
}
body{
    line-height: 180%;
    color:#444;
    background: #f4f4f0;
}

/* ===== image ===== */
img{
    border:none;
    -ms-interpolation-mode: bicubic;
}

/* ===== title ===== */
h1{

}
h2{
    font-size:2rem;
    font-weight: bold;
    line-height: 110%;
    padding: 0px ;
    margin:0 0 5px 0;
    color: #666;
    font-family: 'citizen';
    letter-spacing: 1px;
    /*
    font-family: 'citizen';
    font-family: 'Abel', sans-serif;
    */
}
.center{
  text-align: center;
}
p.catchCopy{
  font-size:1.3rem;
  line-height: 150%;
  margin:0 0 50px 0;
}
.section-title{
    font-size:3.3rem;
    font-weight: bold;
    line-height: 150%;
    text-align: center;
    margin:0 0 30px 0;
    color: #b2a99e;
    /*
    font-family: 'citizen';
    font-family: 'Abel', sans-serif;
    letter-spacing: 0.05em;
    */
    font-family: 'citizen';
    font-size:6vw;
}
.p-title{
    background: #333;
    color:#fff;
    padding:5px 10px;
    font-weight: bold;
    font-size: 110%;
    margin:0 0 10px 0;
    text-align: center;
}
.p-sub-title{
    background: #666;
    color:#fff;
    padding:5px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 105%;
    margin:0 0 10px 0;
    text-align: center;
}

/* ===== link ===== */
a{
    text-decoration: none;
}

a:link{
    color: #006699;
    text-decoration: none;
}
a:visited{
    color: #006699;
    text-decoration: none;
}
a:hover{
    color: #6699cc;
    text-decoration: none;
}
a:focus{
    outline:none;
}
p{
    margin:0 0 1em 0;
}
/* ===== dt ===== */
dt{
    font-weight: bold;
}
dd{
    margin:0 0 1em 0;
}

/* ==================== タブレット ==================== */
@media screen and (max-width: 768px){
  html{
      font-size:16px;
  }
  .section-title {
      font-size: 10vw;
  }
}
/* ==================== スマホサイズ ==================== */
@media screen and (max-width:479px) {
    html{
        font-size:14px;
    }
    h2{
      font-size: 1.5rem;
    }
    p.catchCopy{
      text-align: left;
      font-size: 1.1rem;
      margin-bottom:20px;
    }
}
