@charset "utf-8";


/*====================================================================
共通COMMON部分ここから
====================================================================*/


	/*ページ設定*/

  /* 背景 */
  body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    line-height: 1.8;
    background-color: #f5f0e4;
    background-image: url("../img/all_img/backstone.jpg");
    background-repeat: repeat;
    /* background-size: cover; */
    background-position: center;}


  .m10 {margin-top: 10px;}
  .m20 {margin-top: 20px;}
  .m30 {margin-top: 30px;}
  .m40 {margin-top: 40px;}
  .m50 {margin-top: 50px;}
  


  .mb10 {margin-bottom: 10px;}
  .mb20 {margin-bottom: 20px;}
  .mb30 {margin-bottom: 30px;}
  .mb40 {margin-bottom: 40px;}
  .mb50 {margin-bottom: 50px;}
/* スマホとパソコン */
.sp {display: block !important;}
.pc {display: none !important;}
* {
  box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}

.small {
  font-size: 13px;
}




/*タイトル設定*/
.h1t {
  font-size: 28px;
}

.h2t {
  font-size: 24px;
}

.h3t {
  font-size: 22px;
}

.h4t {
  font-size: 20px;
}

/*マージン設定*/
.m0 {
  margin-top: 0px;
}

.m10 {
  margin-top: 10px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

.m40 {
  margin-top: 40px;
}

.m50 {
  margin-top: 50px;
}



/* カラー色 */
.red {
  color: #E73828;
}

.notice {
  color: #E73828;
}

.black {
  color: #221814;
}

.hr1 {
  height: 2px;
    background-color: rgb(224, 203, 13);
    border: none;
}

/* リンク */
a {
text-decoration:none;
color:#d38003;
}

a:link {
color:#cc7f0d;
}

a:visited {
  color:#cc7f0d;
}

a:hover {
  color:#cc7f0d;
  text-decoration:underline;
}

a:active {
  color:#cc7f0d;
}

.strong {
  font-weight: bold;
}


/* スマホハンバーガーメニューリンク */
.header-nav-ul a:link { color: #fff; }
.header-nav-ul a:link { color: #fff; }
.header-nav-ul a:visited { color: #fff; }
.header-nav-ul a:hover { color: #fff; }
.header-nav-ul a:active { color: #fff; }

/* フッターリンク */
.footerUL a:link { color: #fff; }
.footerUL a:link { color: #fff; }
.footerUL a:visited { color: #fff; }
.footerUL a:hover { color: #fff; }
.footerUL a:active { color: #fff; }


