@charset "UTF-8";
/*　変数設定のみを行う
**************************/
/*　基本設定
**************************/
body {
  background-color: #ffffff;
  color: #222222;
  font-family: Verdana, Roboto, "Droid Sans", " 游ゴシック", YuGothic, " メイリオ", Meiryo, " ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif; }
  body * {
    line-height: 1.6; }
  body p {
    word-wrap: break-word; }
  body a {
    color: #222222;
    cursor: pointer; }
    body a:hover {
      color: #222222 !important;
      text-decoration: none !important; }
  body a:hover img {
    cursor: pointer;
    opacity: 0.8; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0; }
  body dt {
    font-weight: normal; }

.m_btn_ora10:hover, .m_btn_ora10:active, .m_btn_ora10:visited {
  color: #fff !important; }

label {
  font-weight: normal !important; }

/*　@mixin
**************************/
/*　テンプレート共通
**************************/
footer {
  font-size: 14px; }
  footer a {
    color: #222; }

.breadcrumb {
  margin: 0 !important; }

/*　画像
**************************/
img {
  max-width: 100%; }

/*　テキスト
**************************/
.text-sm {
  font-size: 12px; }

.text-memo {
  color: #626262; }

.text-emphasis {
  font-weight: bold; }

/*　リスト
**************************/
ul {
  padding: 0; }

ul.notice {
  margin-bottom: 0; }
  ul.notice li {
    color: #626262;
    list-style-type: none;
    padding-left: 1.5em;
    text-indent: -1.5em; }
    ul.notice li:before {
      content: '※';
      margin-right: 5px; }

/*　ボタン
**************************/
.btn {
  border-radius: 2px;
  white-space: normal; }

.btn-md {
  height: auto;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px; }

.btn-normal {
  background: #fa6218;
  border: none;
  box-shadow: 0 4px 0 0 #c8580d;
  color: #fff; }
  .btn-normal:hover, .btn-normal:active {
    background: #e0630f;
    color: #fff !important; }

.sns-wrap {
  padding: 0 4% 30px; }

.sns-btn {
  border-collapse: separate;
  border-spacing: 20px 0;
  display: table;
  height: 40px;
  margin: 0 auto 15px;
  padding: 0; }
  .sns-btn li {
    display: table-cell;
    vertical-align: top; }
    .sns-btn li .wrap-twitter-icon, .sns-btn li .wrap-line-icon {
      border-radius: 2px;
      display: block; }
    .sns-btn li .wrap-twitter-icon {
      background: #1DA1F2; }
    .sns-btn li .wrap-line-icon {
      background: #00b900; }

.kimono {
  background: #fff; }

.bc-01 {
  background: #f5f5f5; }

html {
  scroll-behavior: smooth; }

ul li {
  list-style: none; }

ul.notice {
  text-align: left; }
  ul.notice li {
    color: #767676;
    list-style-type: none;
    padding-left: 16px;
    text-indent: -16px; }
    ul.notice li:before {
      content: '※';
      margin-right: 2px; }

.gray_card {
  background-color: #f5f5f5;
  border-radius: 20px;
  margin: 0 5%;
  overflow: hidden;
  padding: 30px 0 0;
  width: 90%; }

.gray_card_inner {
  padding: 0 30px 0;
  position: relative;
  z-index: 10; }

.gray_area {
  background-color: #f5f5f5;
  padding: 40px 20px;
  width: 100%; }

.white_card {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 5%;
  padding: 30px 20px;
  width: 90%; }

.white_card_area {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 5%;
  padding: 30px 0 30px 20px;
  width: 90%; }

.mar-b_-40 {
  margin-bottom: -40px; }

.mar-b_-20 {
  margin-bottom: -20px; }

.wid_80box {
  margin: 32px 10%;
  width: 80%; }

.wid_90box {
  margin-left: 5%;
  width: 90%; }

.article {
  background: #fff;
  margin: 32px 16px;
  font-weight: 700; }
  .article .article-link {
    border: 1px solid #d5d4d4;
    border-radius: 10px;
    display: table;
    height: auto !important;
    padding: 24px;
    text-align: left; }
    .article .article-link .article-content {
      color: #222;
      display: table-cell;
      padding-right: 16px;
      vertical-align: top;
      width: 80%; }
      .article .article-link .article-content .text-sub {
        font-size: 12px; }
        .article .article-link .article-content .text-sub .tag {
          background: #767676;
          border-radius: 11px;
          color: #fff;
          margin-right: 8px;
          padding: 4px 8px; }
    .article .article-link .article-thumb {
      display: table-cell;
      vertical-align: bottom;
      width: 20%; }
      .article .article-link .article-thumb img {
        border-radius: 50%;
        width: 100%; }
    .article .article-link:hover {
      opacity: .8;
      text-decoration: none; }

.voice-wrap {
  position: relative; }

.voice-wrap *, .voice-wrap *:before, .voice-wrap *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.voice-wrap label {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  cursor: pointer;
  height: 40px;
  margin: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1; }

.voice-wrap input:checked + label {
  background: inherit;
  /* 開いた時にグラデーションを消す */ }

.voice-wrap label:after {
  bottom: 12px;
  content: 'もっとみる';
  font-weight: 700;
  color: #0277bd;
  position: absolute;
  transform: translate(-50%, 0);
  width: 100%;
  z-index: 2; }

.voice-wrap input {
  display: none; }

.voice-wrap .voice-content {
  height: 100px;
  overflow: hidden;
  transition: all 0.5s;
  white-space: normal; }

.voice-wrap input:checked + label:after {
  content: '閉じる'; }

.voice-wrap input:checked ~ .voice-content {
  height: auto;
  padding-bottom: 60px;
  transition: all 0.5s; }

.sns-wrap {
  background: #fff;
  padding-top: 50px; }

.wid_28 {
  width: 28px; }

.bor-t_1bla05 {
  border-top: 1px solid #ddd; }

.kimono-quote {
  border-left: 4px solid #ddd;
  display: block;
  font-style: oblique;
  margin: 8px 0;
  padding: 0 0 0 8px;
  width: 100%; }

.card-yellow {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-left: 5%;
  padding: 16px;
  width: 90%; }

.kimono_box {
  align-items: center;
  display: flex;
  height: 500px; }
  @media screen and (min-width: 781px) {
    .kimono_box {
      height: 600px; } }

.ichimatsu {
  background-image: repeating-conic-gradient(from 0deg, #FFFCF7 0deg 90deg, #F5F2ED 90deg 180deg);
  background-repeat: repeat;
  background-size: 36px 36px; }
