/* 振興会清里観光振興会 基本供用CSS ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
body {
  background: rgba(248, 248, 248, 1);
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}


*, *:after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}


/******* rink *******/
a {
  /* タブレットでタップした時に色を変えない */
  -webkit-tap-highlight-color: transparent;
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a img {
  border-style: none;
}

table a:link {
  text-decoration: none;
}

table a:visited {
  text-decoration: none;
}

table a:active {
  text-decoration: none;
}

table a:hover {
  text-decoration: none;
}

.container {
  max-width: 1400px;
  padding-right: 0px;
  padding-left: 0px;
  margin: 0 auto;
  clear: both;
  /* 回り込み回避 */
}

.raw {
  padding-right: 20px;
  padding-left: 20px;
}

.raw50 {
  max-width: 1100px;
  padding-right: 50px;
  padding-left: 50px;
  clear: both;
  /* 回り込み回避 */
}

.raw90 {
  max-width: 1100px;
  padding-right: 90px;
  padding-left: 90px;
  clear: both;
  /* 回り込み回避 */
}

.raw200 {
  max-width: 1100px;
  padding-right: 150px;
  padding-left: 150px;
  clear: both;
  /* 回り込み回避 */
}


@media screen and (max-width: 1440px) {
  .container {
    max-width: 1300px;
  }
}
@media screen and (max-width: 1099px) {
  .raw50 {
    padding-right: 20px;
    padding-left: 20px;
    clear: both;
    /* 回り込み回避 */
  }
}

@media screen and (max-width: 480px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .raw {
    padding-right: 10px;
    padding-left: 10px;
    clear: both;
    /* 回り込み回避 */
  }

  .raw50 {
    padding-right: 10px;
    padding-left: 10px;
    clear: both;
    /* 回り込み回避 */
  }
}

/* PC・タブレットヘッダー ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#headerArea {
  /****** ヘッダートップ背景 ******/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  min-width: 768px;
  background-image: url(../image/header00.png);
  background-position: 50% 100%;
  color: #fff;
  opacity: 1;
  margin-: 0 auto;
  z-index: 1000;
}

#headerArea2 {
  /*--- ヘッダートップ背景 ---*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  min-width: 768px;
  background-image: url(../image/header01.png);
  background-position: 50% 100%;
  color: #fff;
  opacity: 1;
  margin: 0 auto;
  z-index: 1000;
}

/******サイロマーク*****/
.hd-001 {
  width: 70px;
  float: left;
  padding-left: 1%;
}

/*******ヘッダーコメント******/
.hd-002 {
  width: 63%;
  float: left;
  font-size: 14px;
  line-height: 1.6em;
  margin-top: 5px;
  padding-left: 1%;
}

/*******ヘッダー******/
.hd-003 {
  width: 220px;
  float: right;
}

/*******振興会マーク*******/
.hd-004 {
  width: 70px;
  float: left;
  padding-right: 10px;
}

/*******振興会文字*******/
.hd-005 {
  width: 140px;
  float: left;
  font-size: 14px;
  line-height: 1.3em;
}

/*******インバウンド振興会文字*******/
.hd-006 {
  width: 140px;
  float: left;
  font-size: 12px;
  line-height: 1.3em;
}


/* PC・タブレットメニュー ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.me-001 {
  /******* メニューアイコン *******/
  width: 100%;
  float: none;
  text-align: center;
  margin-top:5px;
}

.me-002 {
  /******* メニュー文字 *******/
  width: 100%;
  float: none;
  text-align: center;
  margin-top: 10px;
}

/* PC・タブレット・スマホ共用フッター ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
#footer {
  clear: both;
  bottom: 0;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  background-image: url(../image/footer.png);
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.ft-001 {
  width: 80%;
  float: none;
  margin: 0% 10%;
}

/******* フッター マーク *******/
.ft-002 {
  width: 200px;
  float: left;
  margin: 100px 30px 0px 10px;
  text-align: center;
}

/******* フッター 文字 *******/
.ft-003 {
  width: 65%;
  float: left;
  margin-top: 110px;
  font-size: 14px;
}

.ft-003 h1 {
  font-size: 1.2em;
}

.ft-003 p {
  line-height: 1.3em;
}

/******* フッター 文字 *******/
.ft-004 {
  width: 100%;
  float: left;
  padding-top: -30px;
  padding-right: 0%;
  font-size: 14px;
}

.ft-004 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  text-align: center;
}

/* レスポンシブ  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 980px) {
  .hd-001 {
    width: 70px;
    float: left;
    padding-left: 1%;
  }

  .hd-002 {
    /*ヘッダーコメント*/
    width: 60%;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    padding-left: 1%;
  }

  .hd-002 h1 {
    font-size: 14px;
  }

  .hd-002 p {
    line-height: 1.3em;
  }

  .ft-002 {
    width: 30%;
    float: left;
    margin: 90px 10px 0px 10px;
  }

  .ft-003 {
    width: 60%;
    float: left;
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .ft-001 {
    width: 90%;
    float: none;
    margin: 0% 5%;
  }

  .ft-002 {
    margin: 100px 10px 0px 10px;
  }

  .ft-004 p {
    font-size: 0.85em;
    letter-spacing: 0px;
  }
}

@media screen and (max-width: 640px) {
  #footer {
    height: 300px;
    background-image: url(../image/footer700.png);
  }

  .ft-001 {
    width: 100%;
    float: none;
    margin: 0% 0%;
  }

  .ft-002 {
    width: 30%;
    float: left;
    margin: 130px 10px 0px 0px;
  }

  .ft-003 {
    width: 65%;
    float: left;
    margin: 130px 0px 0px 0px;
  }
}

@media screen and (max-width: 480px) {

  .ft-002 {
    display: none;
  }

  .ft-002 img {
    width: 130px;
    float: none;
    margin-top: 0px;
  }

  .ft-003 {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: center;
    padding-top: 130px;
  }

  .ft-003 h1 {
    font-size: 1.2em;
  }

  .ft-003 p {
    font-size: 0.9em;
    line-height: 1.3em;
  }

  .ft-004 {
    width: 100%;
    margin: 0 auto;
    float: none;
  }

  .ft-004 p {
    font-size: 0.8em;
  }
}

/* スマホヘッダー  ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ */
.header {
  background: #6b8331;
  font-size: 18px;
  font-weight: nomal;
  color: #fff;
  line-height: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

.mark {
  position: absolute;
  top: -5px;
  left: 70px;
}

.header.fixed {
  position: fixed;
  top: 0px;
  left: 0;
}

.header a {
  background: center center no-repeat transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.spm-001 {
  /* spメニュー */
  float: none;
  text-align: center;
  width: 95%;
}

.spm-002 {
  /* spメニュー */
  float: left;
  width: 100%;
  padding: 0px 0px 0px 0px;
  background-color: #6b8331;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header {
    background: #6b8331;
    font-size: 20px;
    font-weight: nomal;
    color: #fff;
    line-height: 1.2em;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 20px 0px 0px 0px;
    text-align: center;
  }
  .spm-001 {
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }

  .spm-002 p {
    /* spメニュー */
    font-size: 16px;
    padding-top: 10px;
    line-height: 1.2em;
  }
}

/* ---------------- 画面サイズでの表示 ---------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .sp480 {
    display: block;
  }
}
