@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#footer .con_concept .box_con, #footer .con_bnr {
  max-width: 1050px;
  margin: auto;
}
@media only screen and (max-width: 1050px) {
  #footer .con_concept .box_con, #footer .con_bnr {
    width: 95%;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: url(../images/common/bg1.jpg) repeat top left;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #646464;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1050px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1051px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1050px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  #footer {
    padding-bottom: 5.5em;
  }
}
@media only screen and (min-width: 768px) {
  #footer #komorebi_005 {
    position: fixed;
    bottom: 0;
    right: 1%;
    bottom: 5%;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 400ms ease-in;
    z-index: 1500;
  }
}
@media print {
  #footer #komorebi_005 {
    position: fixed;
    bottom: 0;
    right: 1%;
    bottom: 5%;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 400ms ease-in;
    z-index: 1500;
  }
}
.ie8 #footer #komorebi_005 {
  position: fixed;
  bottom: 0;
  right: 1%;
  bottom: 5%;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 400ms ease-in;
  z-index: 1500;
}
#footer #komorebi_005.active {
  opacity: 1;
}
#footer .con_concept {
  text-align: center;
  background: url(../images/common/bg4.jpg) repeat top left;
  padding: 60px 0 65px;
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  #footer .con_concept {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_concept {
    padding: 2em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_concept .st {
    width: 76.27907%;
    margin: 0 auto;
  }
}
#footer .con_concept .box_con {
  text-align: center;
  position: relative;
  z-index: 1;
}
#footer .con_concept .box_con:before {
  content: '';
  background: url(../images/footer/img_bird.png) no-repeat top left;
  display: block;
  position: absolute;
  top: -60%;
  right: 11.42857%;
  z-index: 1;
  width: 19.42857%;
  height: 0;
  padding-bottom: 7.14286%;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  #footer .con_concept .box_con:before {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_concept .box_con:before {
    display: none;
  }
}
#footer .con_concept .box_con .txt {
  color: #FFF;
  margin-top: 2.5em;
  line-height: 1.8;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  #footer .con_concept .box_con .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_concept .box_con .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_concept .box_con .txt {
    font-size: 93%;
    line-height: 1.6;
    white-space: nowrap;
  }
}
#footer .con_concept .box_con .btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-top: 1.5em;
}
#footer .con_concept .box_con .btn a {
  display: block;
  text-decoration: none;
  padding: .8em 2em;
  font-size: 116%;
  background: url(../images/common/bg5.jpg) repeat top left;
}
#footer .con_concept .box_con .btn a:before, #footer .con_concept .box_con .btn a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer .con_concept .box_con .btn a:before {
  content: "";
  margin-right: .5em;
  color: #92846b;
}
@media only screen and (max-width: 767px) {
  #footer .con_concept .box_con .btn a {
    font-size: 93%;
    padding: 1em 1.5em;
  }
}
#footer .con_bnr {
  margin-top: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 1050px) {
  #footer .con_bnr {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_bnr {
    margin-top: 1em;
  }
}
#footer .con_bnr .st {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_bnr .st {
    width: 51%;
    margin: 0 auto;
  }
}
#footer .con_bnr ul {
  margin-top: 19px;
  text-align: center;
  letter-spacing: -.4em;
}
@media only screen and (max-width: 767px) {
  #footer .con_bnr ul {
    margin-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_bnr ul {
    text-align: center;
    margin: .8em auto 0;
  }
}
#footer .con_bnr ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 26.93694%;
  letter-spacing: normal;
  margin-left: 0.9009%;
  max-width: 299px;
}
#footer .con_bnr ul li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_bnr ul li {
    width: 3.5em;
    margin: 2% 0 0 2%;
  }
  #footer .con_bnr ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .pagetop {
    width: 100%;
  }
  #footer .pagetop a {
    display: block;
    text-decoration: none;
    padding: 1em;
    background: rgba(204, 204, 204, 0.8);
  }
  #footer .pagetop a img {
    width: 8.42105%;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}
#footer #menu {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3000;
  background: #000;
  bottom: -150%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: bottom 0ms 500ms, opacity 500ms;
  -o-transition: bottom 0ms 500ms, opacity 500ms;
  -webkit-transition: bottom 0ms, opacity 500ms;
  -webkit-transition-delay: 500ms, 0s;
  transition: bottom 0ms 500ms, opacity 500ms;
  -moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}
.activeFix #footer #menu {
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  bottom: 0;
}
#footer #menu li {
  width: 33.33333%;
  float: left;
}
#footer #menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  font-size: 85%;
  padding: .6em 0;
  line-height: 1.3;
  position: relative;
}
#footer #menu li a:before {
  display: block !important;
  margin: 0 auto 0.1em !important;
  padding: 0;
  font-size: 210%;
  line-height: 1;
}
#footer #menu li:nth-child(3) {
  width: 31%;
}
#footer #menu li:nth-child(3) a:before, #footer #menu li:nth-child(3) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer #menu li:nth-child(3) a:before {
  content: "";
  margin-right: .5em;
}
#footer #menu li:nth-child(3) a span {
  font-size: 116%;
  line-height: 2;
}
#footer #menu li:nth-child(2) {
  width: 36%;
}
#footer #menu li:nth-child(2) a {
  color: #313131;
  background: url(../images/common/bg5.jpg) repeat top left;
}
#footer #menu li:nth-child(2) a:before, #footer #menu li:nth-child(2) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer #menu li:nth-child(2) a:before {
  content: "";
  margin-right: .5em;
}
#footer #menu li:nth-child(2) a span {
  line-height: 1.3;
}
#footer #menu li:nth-child(1) {
  width: 33%;
}
#footer #menu li:nth-child(1) a {
  background: #8e751e;
  background: url(../images/common/bg3.jpg) repeat top left;
}
#footer #menu li:nth-child(1) a:before, #footer #menu li:nth-child(1) a:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
#footer #menu li:nth-child(1) a:before {
  content: "";
  margin-right: .5em;
}
#footer #menu li:nth-child(1) a span {
  line-height: 1.3;
}
#footer #copyright {
  text-align: center;
  color: #a6937c;
  font-size: 93%;
  font-family: "Times New Roman", serif;
  line-height: 4;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
