@charset "utf-8";

/*----------------------------------------
2010.04
style_common.css

共通箇所を記述します。
・ヘッダー
・フッター
----------------------------------------*/

/*==========================================
 フォーム全般
===========================================*/

input, button, textarea, select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ --------------------共通--------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
html { text-rendering: optimizeLegibility; }
.clearfix::after { content: ""; display: table; clear: both;}
a { text-decoration: none; color:#fff; }

/* hoverエフェクト */
.fade,
.fade::before,
.fade::after {
  -webkit-transition: .3s;
  transition: .3s;
}

.fwb {
  font-weight: 700;
}

/* ----------------------- font ----------------------- */
body {
  font-family: "Noto Sans JP","Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", 
  Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  margin: 0;
  font-size: 15px;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------- contents --------------------- */
.contents {
}

/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 737px以上 -----------PC---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (min-width: 737px) 
{ /* PC start */
body{
  background: #fff;
  min-width: 1000px;
}
.img_sp {
  display: none;
}
h1 {
  margin: 0;
}
h2 {
  font-family: "Noto Sans JP", serif;
  font-size: 48px;
  color: #0a0808;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.4;
}







/*----------------------------------------
    footer pc
-----------------------------------------*/
footer {
    min-width: 1200px;
    background: #fff;
    color: #a0783d;
    font-size: 14px;
    line-height: 1.5;
    padding: 30px 0;
    text-align: center;
}

footer #pagetop {
    background: #1a1312;
    display: none;
    border-radius: 100%;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

footer #pagetop a i:before {
    display: block;
    content: "\f102";
    font-size: 3rem;
    line-height: 45px;
    width: 50px;
    height: 50px;
}

footer #pagetop a {
    color: #BA9319;
    text-decoration: none;
}

footer .footer_wrap {
    /*  font-size: 0.87em;*/
}

footer .footer_wrap a {
    margin: 0 8px;
    color: #5f3d22;
    text-decoration: none;
}

footer .footer_wrap copyright {
    margin-top: 15px;
    display: block;
    color: #5f3d22;
}
.sc-btn {
    right: 25px;
    position: fixed;
    bottom: 25px;
    z-index: 90;
}

.sc-btn img {
    width: 240px;
    height: auto;
}



/* ページトップボタン */
.footer__btn_pagetop {
  position: fixed;
  right: -20px;
  bottom: 5px;
  z-index: 99;
}
.footer__btn_pagetop a {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 20px;
  vertical-align: middle;
  opacity: 0.8;
}
.footer__btn_pagetop a:before {
  font-family: "FontAwesome"; 
  font-weight: normal;
  content: "\f106";
  line-height: 30px;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 20px;
  color: #5a582f;
} 
.footer__btn_pagetop a:hover {
  text-decoration: none !important;
}



} /* PC end --------------------------- */























/* responsible ---------------------------------------------
  ----------------------------------------------------------
 ★ 736px以下 -----------SP---------------------------------
  ----------------------------------------------------------
 -------------------------------------------------------- */
@media only screen and (max-width: 736px) 
{ /* SP start */
body { background: #fff; }

input { 
  padding: 0;
}

img {
  width: 100%;
}
.img_pc {
  display: none;
}
h1 {
  margin: 0;
}
h2 {
  font-size: 6.9vw;
  color: #0a0808;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}


/*----------------------------------------
    footer sp
-----------------------------------------*/
footer {
    width: 100%;
    background: #fff;
    color: #5f3d22;
    font-size: 3.7vw;
    line-height: 1.5;
    padding: 15px 0;
    text-align: center;
}

footer #pagetop {
    background: #1a1312;
    display: none;
    border-radius: 100%;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

footer #pagetop a i:before {
    display: block;
    content: "\f102";
    font-size: 3rem;
    line-height: 45px;
    width: 50px;
    height: 50px;
}

footer #pagetop a {
    color: #5f3d22;
    text-decoration: none;
}

footer .footer_wrap {
    /*  font-size: 0.87em;*/
}

footer .footer_wrap a {
    margin: 0 8px;
    color: #5f3d22;
    text-decoration: none;
}

footer .footer_wrap copyright {
    margin-top: 10px;
    display: block;
    color: #5f3d22;
}
.sc-btn {
    right: 10px;
    position: fixed;
    bottom: 10px;
    z-index: 90;
    width: 35%;
}

.sc-btn img {
    width: 100%;
    height: auto;
}



/* ページトップボタン */
.footer__btn_pagetop {
  position: fixed;
  right: -20px;
  bottom: 0;
  z-index: 99;
}
.footer__btn_pagetop a {
  background: #fff;
  color: #222;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 10px;
  vertical-align: middle;
  opacity: 0.8;
}
.footer__btn_pagetop a:before {
  font-family: "FontAwesome"; 
  font-weight: normal;
  content: "\f106";
  line-height: 25px;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 20px;
  color: #5a582f;
} 
.footer__btn_pagetop a:hover {
  text-decoration: none !important;
}


} /* SP end --------------------------- */
