@charset "UTF-8";

@font-face {
  font-family: "AGaramond";
  src: url("../font/AGaramondPro-Regular.woff") format('woff'),
       url("../font/AGaramondPro-Regular.ttf")  format('truetype');
}
@font-face {
  font-family: "GothamBook";
  src: url("../font/GothamBook.woff") format('woff'),
       url("../font/GothamBook.ttf")  format('truetype');
}

/* フォント設定 */
* {
  font-famly:sans-seif;
}
html {
    font-size: 62.5%;
	
}
body {
    font-family: 'A1 Gothic L',"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-feature-settings : "palt";
    letter-spacing: 0.18rem;
    font-weight: 400; 
	 -webkit-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
}
.fontsize-h1 {
    font-size: 3rem;
}
.fontsize-h2 {
    font-size: 2.3rem;
}
.fontsize-h3 {
    font-size: 2rem;
}
.fontsize-h4 {
    font-size: 1.6rem;
}
.fontsize-cap {
    font-size: 1.15rem;
}
.fontsize-nav {
    font-size: 1.5rem;
}

.font-GB {
    font-family: 'GothamBook', sans-serif;
}
.font-dgo {
    font-family: 'Didact Gothic', sans-serif;
}
.font-italic {
    font-style: italic;
}

.fontc_main {
    color: #C49978;
}
.fontc_wt {
	color: #fff;
}
.fontc_bk {
	color: #000;
}
.fontc_gray {
    color: #9D9D9D;
}
.fontc_red {
    color: #9B1E20;
}
.text_underline {
    border-bottom: thin solid #000;
}

.f_weight_300 { font-weight: 300; }
.f_weight_500 { font-weight: 500; }
.f_weight_700 { font-weight: 700; }