@charset "UTF-8";
/*====================================================================
共通COMMON部分ここから
====================================================================*/

	/*ページ設定*/

  /* 背景 */
  body {
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;/*スマホchrome用のフォントサイズ修正コード*/
     /*
      background-image: url(../image/top_image/bgPattern.jpg)!important;
    background-position: center top!important;
    background-repeat: repeat!important; 
	background-attachment: fixed;
    overflow-x:hidden;
	  */
  }



* {
  box-sizing: border-box;
}

img {
max-width: 100%;
      height: auto;
}

p {
  margin-top: 10px;
}


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

.h2t {
  font-size: 24px;
}

.h3t {
  font-size: 22px;
}

.h4t {
  font-size: 20px;
}


.small {
	  font-size: 13px;
}

/*マージン設定*/
.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;
}



/* リンク */
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;
}

.tx_center {
  text-align: center;
}

/* 緑のボタン */

  .green-btn,
  .green-btn:visited,
  .green-btn:hover,
  .green-btn:active {
    color: #ffffff;  /* 常に白で固定 */
  }

  .green-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #28c76f;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.2s ease;
  }

  .green-btn:hover {
    opacity: 0.85;
    transform: translateY(-1px);
  }

/* スマホハンバーガーメニューリンク */
.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; }

  /* ----------------------- */
  /* 767px以下　スマホのみ
  /* ----------------------- */
  @media screen and (max-width: 767px) {
  body {
    background-image: url(../image/top_image/back.jpg);
    background-repeat: repeat;
	  background-attachment: fixed;
	   background-size: 80%;  /* 画像を少し大きめにするなど調整可 */
	  
	    	        /* background-color: #0ea4d9!important;
          background-image: url(../image/top_image/back-sp.jpg);
          background-position: center top!important;
           background-repeat: no-repeat!important;
            background-attachment: fixed;
          background-size: 100% auto!important; 
          */
 } 

  
  }
  /*=========================================
  タブレット・PCサイズの設定
  ===========================================*/
  
  @media screen and (min-width: 768px) {
    body {
      background-image: url(../image/top_image/back.jpg);
      background-repeat: repeat;
		background-attachment: fixed;
                  /*  background-color: #0ea4d9!important;
background-image: url(../image/top_image/back-pc.jpg)!important;
background-position: center top!important;
background-repeat: no-repeat!important;
background-attachment: fixed;
background-size: 100% auto!important;
overflow-x: hidden;
            */
   } 
  
	    }