@charset "utf-8";
@media only screen and (max-width: 768px) {
  /* モバイルレイアウト : 768 px およびそれ以下. */
  /***************************************
top スマホ
***************************************/
  #top {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    background: none;
    /*background:url(/official/chamer/img/top_coment_bg.png) no-repeat;*/
  }
  #top h2 {
    color: #ff618a;
    text-align:left;
    border-top: 1px solid #ff618a;
    padding: 2px 0 0;
    background: none;
  }

  #top h2 .h2-waku {
    background: #ff618a;
    color: #fff;
    font-size: 20px;
  }

  #top h2 .h2-waku {
    position: relative;
    padding: 10px 0 10px 25px;
  }

  #top h2 .h2-waku::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 8px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #fff455;
    border-radius: 4px;
  }

  #top .content-text {
    text-align: left;
    margin: 20px 2%;

  }

  #top .company {
    font-size: 0;
    margin: 20px 0;
  }

  #top .content-img {
    display: inline-block;
    width: 96%;
    max-width: 400px;
    margin: 0 2%;
    text-align: center;
  }

  #top .content-img img {
    width: 100%;
  }
  #top .content-text {
    display: inline-block;
    width: 70%;
    text-align: left;
    margin: 0;
    font-size: 16px;
    vertical-align: top;
  }
  #top .contents-info {
    margin: 20px auto;
  }
  #top dl {
    margin: 10px;
    font-size: 0;
  }

  #top dt {
    display: block;
    font-size: 16px;
    background: #ddd;
    padding: 10px 1%;
    text-align: left;
  }

  #top dd {
    display: block;
    font-size: 16px;
    text-align: left;
  }

  #top .content-gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    width: 96%;
    height: 0;
    overflow: hidden;
    margin: 20px 2%;
  }

  #top .content-gmap iframe,
  #top .content-gmap object,
  #top .content-gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}


/* デスクトップレイアウト : 769 px ～。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
  /***************************************
top PC
***************************************/
  #top {
    display: inline-block;
    font-size: 14px;
    width: 75%;
    margin: 0 2% 10px 0;
    background: none;
  }
  #top h2 {
    color: #ff618a;
    text-align:left;
    border-top: 1px solid #ff618a;
    padding-top: 2px;
  }

  #top h2 .h2-waku {
    background: #ff618a;
    color: #fff;
    font-size: 20px;
  }

  #top h2 .h2-waku {
    position: relative;
    padding: 10px 0 10px 25px;
  }

  #top h2 .h2-waku::after {
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 8px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #fff455;
    border-radius: 4px;
  }

  #top .company {
    font-size: 0;
    margin: 20px 0;
  }

  #top .content-img {
    display: inline-block;
    width: 25%;
    margin-right: 5%;
  }
  #top .content-text {
    display: inline-block;
    width: 70%;
    text-align: left;
    margin: 0;
    font-size: 16px;
    vertical-align: top;
  }
  #top .contents-info {
    margin: 20px auto;
  }
  #top dl {
    margin: 10px;
    font-size: 0;
  }

  #top dt {
    display: inline-block;
    font-size: 16px;
    width: 20%;
    background: #ddd;
    padding: 10px 1%;
    text-align: left;
  }

  #top dd {
    display: inline-block;
    font-size: 16px;
    width: 75%;
    margin-left: 2%;
    text-align: left;
  }

  #top .content-gmap {
  }
  .content-gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 20px 0;
  }

  .content-gmap iframe,
  .content-gmap object,
  .content-gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
