/*
* Theme Name: HTMLレイアウト標準テンプレート共通CSS
* Theme URI:
* Description: ４ブランド共通で使うスタイル
* Created Date: 2018.02.28
* Update Date: 2022.02.19
*/

/*------------------------------------
  Color
------------------------------------*/
body {
    color: #000;
}

:root {
    --main-color: #009380;
}

/*------------------------------------
  Font
------------------------------------*/
html,body{
  font-size: 20px;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: -.05em;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/*------------------------------------
  Common
------------------------------------*/
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  height: 100%;
  margin: 0;
}

a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

/*------------------------------------
  Text
------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
th,
td,
dt,
dd {
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

/*------------------------------------
  breadcrumb
------------------------------------*/
.breadcrumb-list{
  width: 1000px;
  margin: 0 auto;
  display: flex;
  list-style: none;
  font-size: 14px;
}

.breadcrumb-list-text-underline{
  text-decoration: underline;
}

.breadcrumb-list-item:not(:last-child)::after {
  content: ">";
}

/*------------------------------------
  SNS
------------------------------------*/
.button-sns-share {
  margin: 20px auto 30px;
  width: 1000px;
}

.sns-item {
  display: flex;
  justify-content: center;
}

.sns-item a {
  margin-right: 20px;
}

.sns-item a:last-of-type {
  margin-right: 0;
}

.sns-item img {
  width: 70px;
}
