@charset "utf-8";

main {
  float: center;
  color: #fff;
  background-color: #85143a;
  text-align: center;
  font-family: sans-serif;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  padding: 0;
}

main {
  /* リンク色 */
  a:link {
    color: #0b318f;
  }
  a:active {
    color: #e26ed3;
  }
  a:hover {
    color: #e26ed3;
  }
  a:visited {
    color: #0b318f;
  }

  /* 画像 */
  img {
    border: 0px;
  }

  /* リスト */
  ul {
    list-style: none;
  }

  .container {
    max-width: 1200px;
    padding: 0px 20px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }

  p {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  /* ヘッダー*/

  div#header {
    width: 100%;
    background-color: #000;
  }

  .header_logo {
    text-align: left;
    padding: 23px 0px;
    background-color: #000;
  }

  /* 内容*/

  .content {
    width: 100%;
    background-color: #85143a;
  }

  .container-c {
    max-width: 1000px;
    padding: 0px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }

  h1 {
    color: #fff;
    font-size: 26px;
    line-height: 2;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .main_phot {
    float: center;
    width: 100%;
    background-color: #000;
    margin-bottom: 0px;
  }

  .container-t {
    max-width: 1020px;
    padding: 56px 0px;
    float: center;
    margin-left: auto;
    margin-right: auto;
  }

  h2 {
    color: #fff;
    font-size: 20px;
    line-height: 2;
    text-align: left;
    border-bottom: 1px solid #d4ff00;
    margin: 40px 20px;
    padding-left: 0px;
  }

  h3 {
    color: #d4ff00;
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }

  h4 {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    height: 122px;
    background-image: url(/legacy/06_gr-yaris/images/p_ab_02.png);
    background-repeat: no-repeat;
    border-bottom: 1px solid #d4ff00;
  }

  .tomail a:link {
    border: 1px solid #ae8f44;
    display: block;
    color: #ae8f44;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: #fff;
    margin-top: 10px;
    padding: 4px 0px;
  }

  .tomail a:active {
    color: #fff;
    background-color: #ae8f44;
  }

  .tomail a:hover {
    color: #fff;
    background-color: #ae8f44;
  }

  .to_url a:link {
    border: 1px solid #000;
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    width: 100%;
    background-color: #ddd;
    margin-top: 10px;
    padding: 4px 0px;
  }

  .to_url a:active {
    color: #fff;
    background-color: #222;
  }

  .to_url a:hover {
    color: #fff;
    background-color: #222;
  }

  .concept {
    float: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .concept_card {
    width: 33%;
  }

  .concept_card_inner {
    padding: 0px 20px;
  }

  .concept_txt {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .concept_txt2 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  .select {
    float: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }

  .select_card {
    width: 25%;
  }

  .select_card2 {
    width: 50%;
  }

  .select_card_inner {
    padding: 0px 20px;
  }

  .select_txt {
    color: #fff;
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }

  .select_txt2 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  .shop {
    float: center;
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    margin: 0px 0px 20px 20px;
    padding: 0px;
  }

  .shop_card {
    width: 35%;
  }

  .shop_cardr {
    width: 30%;
    height: 260px;
    background-color: #fff;
  }

  .shop_cardg {
    width: 30%;
    height: 260px;
    background-color: #00913a;
  }

  .shop_card_inner {
    padding: 0px;
  }

  .shop_cardrg_inner {
    padding: 20px;
  }

  .shop_txt {
    color: #fff;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
  }

  .shop_txt2 {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }

  /* ページトップへのリンク*/

  div#to_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  /* フッター*/

  div#footer {
    width: 100%;
    background-color: #000;
    padding: 20px 0px 80px 0px;
    border-top: 1px solid #fff;
  }

  .footer_txt {
    color: #dfdfdf;
    font-size: 12px;
    line-height: 1.5;
    text-align: right;
  }

  .footer_txt a:link {
    color: #ffffff;
  }

  .footer_txt a:active {
    color: #e26ed3;
  }

  .footer_txt a:hover {
    color: #e26ed3;
  }

  .footer_txt a:visited {
    color: #ffffff;
  }

  .green {
    color: #277439;
  }

  .red {
    color: #ff0000;
  }

  .center {
    float: center;
  }

  .left {
    float: left;
  }

  .right {
    float: right;
  }

  .s {
    font-size: 10px;
    line-height: 1.5;
  }

  .m {
    font-size: 14px;
    line-height: 1.5;
  }

  .mb {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }

  .mbr {
    color: #ee0000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }

  .l {
    font-size: 16px;
    line-height: 1.5;
  }

  .lb {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
  }

  .xl {
    font-size: 40px;
    font-weight: bold;
  }

  .b {
    font-weight: bold;
  }
}
