/*============================================================================
  Base
============================================================================*/

html {
    color: #000000;
    font: 500 62.5% "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", HiraKakuPro-W3, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", verdana, sans-serif;
    overflow-x: hidden;
    line-height: 1.8;
  }
  
  body {
    min-width: 1200px;
    overflow-x: hidden;
    font-size: 16px;
  }
  
  a {
    color: #000;
    text-decoration: none;
  }

  a:hover,
  button:hover{
      opacity: 0.6;
      cursor: pointer;
  }
  
  img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
  }

  @media screen and (min-width: 1024px){
    main{
      padding-top: 0;
    }
    .top main{
      padding-top: 0;
    }
  }
  @media screen and (max-width: 1024px){
    html{
      line-height: 1.6;
    }
    .no-scroll{
      overflow-y: hidden;
    }
    body{
      min-width: 320px;
      font-size: 14px;
      line-height: 1.6;
    }
    .condolences main{
      margin-top: 0;
    }
    main{
      padding-top: 0;
    }
    .top main{
      padding-top: 0;
    }
  }
