@charset "UTF-8";
/* ------------------------------------------------------------
基本設定
------------------------------------------------------------ */
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #333333;
  line-height: 1.4;
  width: 100%;
  background: #fff5f6;
}

/* Font ------------------------------------------------------------ */
/* 明朝体 */
.ffm {
  font-family: Roboto,"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","mincho","HG明朝E","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
}

/* Color */
.fc-red {
  color: #a94442;
}

/* リンク設定 ------------------------------------------------------------ */
a {
  color: #333333;
  text-decoration: none;
}

/* リスト設定 ------------------------------------------------------------ */
.disc li {
  list-style-type: disc;
  margin-left: 1.5em;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
header .head-line {
  font-size: 12px;
  color: #ffffff;
  padding: 4px 110px 4px 15px;
  background: #faafb4;
}
header .logo {
  text-align: center;
  padding: 15px 30px;
}

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
footer {
  background: #ffffff;
  margin-top: 60px;
  padding-bottom: 75px;
}

.foot-link-wrap {
  padding: 15px;
  background: #fde6e9;
}
.foot-link-wrap ul li a {
  display: block;
  font-size: 13px;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eeeeee;
}
.foot-link-wrap ul li a:last-child {
  border-bottom: 1px solid #eeeeee;
}
.foot-link-wrap ul li a i {
  float: right;
}

.foot-about-wrap {
  padding: 30px 15px;
}
.foot-about-wrap .name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.foot-link-btn-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
}

.foot-link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.foot-link-btn .tel,
.foot-link-btn .access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #ffffff;
  width: 50%;
}
.foot-link-btn .tel a,
.foot-link-btn .access a {
  color: #ffffff;
  width: 100%;
  padding: 15px 10px;
}
.foot-link-btn .tel i,
.foot-link-btn .access i {
  margin-right: 6px;
}
.foot-link-btn .tel {
  background: #db0541;
}
.foot-link-btn .tel span {
  width: 100%;
}
.foot-link-btn .access {
  background: #faafb4;
}
.foot-link-btn .txt1 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.foot-link-btn .txt1 span {
  font-size: 12px;
}

@media only screen and (max-width: 374px) {
  .foot-link-btn .txt1 {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
  }
  .foot-link-btn .txt1 span {
    font-size: 11px;
    font-weight: normal;
  }
}
.copyright {
  text-align: center;
  padding: 6px 15px;
}

/* ------------------------------------------------------------
コンテンツ共通設定
------------------------------------------------------------ */
/* 枠 */
.cont-wrap {
  padding: 0 15px;
}

.cont-box {
  margin-bottom: 75px;
}

/* タイトル */
.cont-title {
  text-align: center;
  margin-bottom: 45px;
  padding: 45px 0;
  background: url(../images/contents/main-bg.jpg) center center no-repeat;
  background-size: cover;
}
.cont-title h2 {
  display: inline-block;
  font-family: Roboto,"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","mincho","HG明朝E","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.9);
}

.cont-title h2 small {
  display: block;
  font-size: 85%;
}

/* サブタイトル */
.cont-sub-title {
  font-family: Roboto,"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","mincho","HG明朝E","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
  font-size: 21px;
  color: #f66;
  padding: 3px 0  0 12px;
  margin-bottom: 15px;
  border-left: 4px solid #ff6666;
}
.cont-sub-title span {
  font-size: 18px;
}

/* 余白 */
.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 15px !important;
}

/* 画像 */
.img {
  margin-bottom: 15px;
}

/* ボックス */
.border-box {
  margin-bottom: 30px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #89786d;
}

.pink-box {
  margin-bottom: 30px;
  border: 1px solid #ff6666;
}
.pink-box .pink-title-area {
  font-family: Roboto,"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","mincho","HG明朝E","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 6px 15px;
  background: #ff6666;
}
.pink-box .pink-title-area .sub-title {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 1px 15px;
  background: #f0ad4e;
  border-radius: 6px;
}
.pink-box .pink-title-area .title {
  font-size: 18px;
  font-weight: bold;
}
.pink-box .pink-txt-area {
  padding: 15px;
  background: #ffffff;
}

.brown-box {
  margin-bottom: 30px;
  border: 1px solid #89786d;
}
.brown-box .brown-title-area {
  font-family: Roboto,"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","mincho","HG明朝E","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
  color: #ffffff;
  text-align: center;
  padding: 6px 15px;
  background: #89786d;
}
.brown-box .brown-title-area .title {
  font-size: 18px;
  font-weight: bold;
}
.brown-box .brown-title-area .title div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 30px;
  color: #ff6666;
  margin: 0 4px;
}
.brown-box .brown-title-area .title div span {
  font-size: 18px;
}
.brown-box .brown-txt-area {
  padding: 15px;
  background: #ffffff;
}
.brown-box .brown-txt-area .sub-title {
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #faafb4;
  padding: 10px 0;
  margin-bottom: 10px;
  font-family: Roboto,"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","mincho","HG明朝E","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐ明朝","ＭＳ 明朝",sans-serif;
  font-weight: bold;
}

/* Link Btn */
.link-btn {
  text-align: center;
  margin: 30px auto;
}
.link-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #89786d;
  height: 40px;
  margin: 0 auto;
  padding: 0 30px;
  background: #ffffff;
  border: 2px solid #89786d;
  border-radius: 10px;
}

.green-link-btn {
  text-align: center;
}
.green-link-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  padding: 2px 15px;
  background: #698d30;
  border: 2px solid #698d30;
  border-radius: 6px;
}

.green-link-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  padding: 2px 15px;
  background: #698d30;
  border: 2px solid #698d30;
  border-radius: 6px;
}

/* ページ内リンク位置調整 */
@media only screen and (min-width: 1140px) {
  .anchor {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
  }
}
@media only screen and (max-width: 1139px) {
  .anchor {
    padding-top: 15px;
    margin-top: -15px;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.header-line img {
  position: absolute;
  top: 10px;
  right: 60px;
  width: 43px;
}

.plan-list .title small {
  font-size: 85%;
}


/*# sourceMappingURL=style.css.map */

