@charset "UTF-8";
/* Scss Document */
.backgroundImage {
  background: url("../images-common/background.jpg") no-repeat left top/cover; }

/* ロゴとお問い合わせ先
------------------------------------- */
header#top {
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 10px -10px #bbb;
  margin: 0 0 50px; }

#header-logoContents {
  width: 880px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  #header-logoContents #logoImage {
    flex-grow: 2;
    text-align: left;
    vertical-align: bottom; }
    #header-logoContents #logoImage img {
      width: 320px; }
  #header-logoContents #header-contactContents {
    border-right: 1px solid #5a585d;
    font-family: 'Century Gothic', 'Red Hat Text', 'メイリオ', 'Meiryo', 'M PLUS 1p', sans-serif;
    margin: 0;
    padding: 0 20px 0 0; }
    #header-logoContents #header-contactContents #phoneComment {
      font-size: 1.4em;
      margin: 0;
      padding: 0; }
    #header-logoContents #header-contactContents #phoneNum {
      color: #b60005;
      font-size: 3.1em;
      margin: 0;
      padding: 0; }
      #header-logoContents #header-contactContents #phoneNum span {
        font-size: 0.6em; }
  #header-logoContents #header-conciergeBnr {
    width: 160px;
    margin: 0 10px 0 20px; }
  #header-logoContents #mailIcon {
    width: 40px;
    padding: 0 20px; }
    #header-logoContents #mailIcon a img {
      vertical-align: bottom;
      transition: opacity 0.2s 0s ease; }
      #header-logoContents #mailIcon a img:hover {
        opacity: 0.7; }

/* header-ナビ
-------------------------------------- */
#header-navContent {
  width: 880px;
  margin: 0 auto;
  padding: 0; }
  #header-navContent ul {
    font-size: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    #header-navContent ul li {
      background: #fff;
      width: calc(100% / 5);
      border-left: 1px solid #5a585d;
      box-sizing: content-box; }
      #header-navContent ul li a {
        text-decoration: none; }
        #header-navContent ul li a img {
          transition: opacity 0.2s 0s ease; }
          #header-navContent ul li a img:hover {
            opacity: 0.5; }

/* footer-ナビ
-------------------------------------- */
footer {
  width: 880px;
  margin: 0 auto;
  padding: 50px 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  footer #footer-info {
    color: #fff;
    margin: 0 0 10px;
    padding: 0; }
    footer #footer-info #footerAdd {
      border-bottom: 1px solid #fff;
      font-size: 1.2em;
      padding: 0 0 5px;
      margin: 0 0 5px; }
    footer #footer-info #footerComment {
      font-size: 1.4em;
      line-height: 1.5; }
  footer ul {
    width: calc( (100% - 336px - 145px - 150px) / 2 );
    margin: 0;
    padding: 0; }
    footer ul li {
      width: 100%;
      font-size: 1.4em;
      border-bottom: 1px solid #fff;
      box-sizing: content-box;
      margin: 0 0 10px;
      padding: 0 0 2px; }
      footer ul li a {
        color: #fff;
        transition: opacity 0.2s 0s ease; }
        footer ul li a:visited {
          color: #fff; }
        footer ul li a:hover {
          opacity: 0.5; }
  footer #copyright {
    width: 100%;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    line-height: 1.5;
    padding: 20px 0 0;
    margin: 0; }
