@charset "UTF-8";
/*==================================
レスポンシブ設定 マップ型変数breakpointsを定義
=================================*/
/*==================================
# 色、フォントファミリー
=================================*/
/*==================================
common(一般) - 全体に共通するスタイル
=================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-size: 15px;
  color: #1A1311;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  line-height: 28px;
  background: #fff;
  padding-top: 100px;
  position: relative;
  z-index: -1;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}

.inner2 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner2 {
    padding: 0 20px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  color: #1A1311;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: .6;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

.header {
  height: 100px;
  background-color: #FCF9F5;
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header-inner {
  max-width: 1920px;
  height: inherit;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-right {
  margin-right: 30px;
}

.headerLogo {
  max-width: 400px;
  padding-left: 5%;
  margin-right: auto;
}

@media screen and (max-width: 1220px) and (min-width: 767px) {
  .headerLogo {
    padding-left: 20px;
    max-width: 200px;
  }
}

.head-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 12px;
}

@media screen and (max-width: 1220px) and (min-width: 767px) {
  .head-nav {
    margin-bottom: 0px;
  }
}

.head-nav li {
  margin-right: 30px;
  position: relative;
}

.head-nav li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10px;
  width: 4px;
  height: 8px;
  content: "";
  background: url(../img/header-nav-iarrow-icon.png) no-repeat center center/cover;
}

.head-nav li:last-child {
  margin-right: 0;
}

.head-nav li a {
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1220px) and (min-width: 767px) {
  .head-nav li a {
    font-size: 10px;
  }
}

.bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-nav li {
  border-left: 1px solid #2A1D19;
  line-height: 1;
}

@media screen and (max-width: 1220px) and (min-width: 767px) {
  .bottom-nav li {
    padding: 0 13px;
  }
}

.bottom-nav li:last-child {
  border-right: 1px solid #2A1D19;
}

.bottom-nav li a {
  padding: 0 20px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1220px) and (min-width: 767px) {
  .bottom-nav li a {
    font-size: 10px;
  }
}

.header-right-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-link-btn {
  width: 70px;
  margin-right: 10px;
  margin-left: 20px;
  z-index: 1;
}

@media screen and (max-width: 1220px) and (min-width: 767px) {
  .header-link-btn {
    width: 40px;
  }
}

.header-link-btn:last-child {
  margin-right: 0;
  margin-left: 0;
}

.header-link-btn.add {
  position: relative;
}

.header-link-btn.add span {
  position: absolute;
  top: 9px;
  right: 16px;
  z-index: 0;
  font-size: 12px;
  color: #fff;
  background: #E2513B;
  border-radius: 50%;
  padding: 7px;
  line-height: 1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  cursor: pointer;
}

section img {
  max-width: 100%;
}

.center ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.center li {
  width: 23.5%;
  margin-top: 15px;
}

li:last-of-type {
  margin-right: 0;
}

.product {
  background: url(../img/produvt-bg.png) no-repeat center center/cover;
  padding-bottom: 235px;
}

.btnspinner {
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.spinner_area input {
  padding: 11px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 18px;
  width: auto;
  vertical-align: middle;
  /* デフォルトのスピナーを消す */
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.spinner_area input[type="button"] {
  cursor: pointer;
}

.bread {
  padding-top: 60px;
  margin-bottom: 36px;
}

.bread a {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.bread .arrow {
  font-size: 18px;
}

.bread span {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.product-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-heading .left {
  width: 58.33333%;
  margin-right: auto;
}

.product-heading .right {
  width: 34.58333%;
}

.product-title {
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.product-price-name {
  font-size: 18px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-right: 30px;
}

.product-title-num {
  font-size: 13px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
}

.product-title-num .span1 {
  font-size: 28px;
  font-weight: bold;
  margin-right: 5px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}

.product-title-num .span2 {
  font-size: 14px;
  font-weight: bold;
}

.product-lead {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}

.product-text {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 20px;
}

.product-postage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.product-postage-img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.product-postage-img img {
  vertical-align: top;
}

.product-postage-text {
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-quantity-name {
  font-size: 18px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-right: 70px;
}

.btnspinner {
  padding: 11px 15px !important;
  background-color: #E2E2E2;
}

.btnspinner.add {
  background: #161D5B;
  color: #fff;
}

.spinner_area input[type="text"] {
  width: 100px !important;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.spinner_area input[type="button"] {
  height: 50px;
  border-radius: 5px;
}

.product-btn {
  margin-top: 40px;
}

.product-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #161D5B;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  height: 70px;
  line-height: 70px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 3px #00000029;
          box-shadow: 0 1px 3px #00000029;
  text-align: center;
}

.product-btn a p {
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.product-btn .img {
  display: inline-block;
  width: 22px;
  margin-right: 7px;
}

.product-btn .img img {
  vertical-align: baseline;
}

.product {
  position: relative;
}

.product::before {
  position: absolute;
  content: "";
  background: url(../img/product-bg-before.png) no-repeat center center/cover;
  width: 847px;
  height: 120px;
  right: 0;
  top: 0;
  z-index: 0;
}

.product-main-img {
  position: relative;
}

.hart-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
}

.product-box1 {
  margin-top: 30px;
  padding: 40px 110px;
  background: #FCF9F5;
}

.product-box1 .title {
  font-size: 22px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
}

.product-box1 .title img {
  display: inline-block;
  width: 23px;
  height: 21px;
  vertical-align: text-top;
}

.product-box1 .text {
  line-height: 26px;
}

.product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-row .img2 {
  width: 46%;
  margin-right: auto;
}

.product-row .text {
  width: 46%;
}

.product-row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
}

.product-row.reverse .img2 {
  margin-right: initial;
  margin-left: auto;
}

.product-box {
  padding: 65px 110px;
  background: #FCF9F5;
}

.product-box p {
  margin-bottom: 54px;
}

.product-box .title {
  margin-bottom: 65px;
  font-size: 28px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.product-box .img1 {
  margin-bottom: 50px;
}

.product-box .text {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  line-height: 26px;
}

.product-box2 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-bottom: 190px;
  position: relative;
}

.product-box2::before {
  position: absolute;
  content: "";
  background: url(../img/product-box2-top.png) no-repeat center center/cover;
  left: 0;
  top: -76px;
  width: 110px;
  height: 130px;
}

.product-box2::after {
  position: absolute;
  content: "";
  background: url(../img/product-box2-bottom.png) no-repeat center center/cover;
  left: 0;
  bottom: 0px;
  width: 544px;
  height: 150px;
}

.product-box3 {
  -webkit-box-shadow: 10px 10px 0px #00165040;
          box-shadow: 10px 10px 0px #00165040;
  border: 1px solid #001650;
  margin-bottom: 80px;
  position: relative;
}

.product-box3::before {
  position: absolute;
  content: "";
  background: url(../img/product-box3-top.png) no-repeat center center/cover;
  left: -10px;
  top: -36px;
  width: 160px;
  height: 160px;
}

.product-box3 .title {
  color: #001650;
  padding-left: 80px;
}

.product-box4 .title {
  font-size: 24px;
  font-weight: bold;
}

.product-box4 .product-wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
}

.product-box4 .product-wrap-row:last-child {
  padding-bottom: 0;
}

.product-box4 .product-wrap-row.border {
  border-bottom: 1px solid #1A1311;
}

.product-box4 .product-wrap-row.up {
  padding-top: 25px;
}

.product-box4 .product-wrap-row .dt {
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}

.product-box4 .product-wrap-row .dd {
  width: calc(100% - 200px);
  font-size: 14px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}

.product-box4 {
  position: relative;
}

.product-box4::before {
  position: absolute;
  top: -35px;
  right: 30px;
  width: 50px;
  height: 73px;
  content: "";
  background: url(../img/priduct4-box-top.png) no-repeat center center/cover;
}

.product-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 802px;
  margin: 80px auto 0;
}

.product-links li {
  width: 25%;
  position: relative;
}

.product-links li a {
  display: block;
}

.product-links li a:hover {
  opacity: .6;
}

.product-links li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #fff;
}

.product-links li:last-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: #fff;
}

.product-links li .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}

.product-links li .text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.other {
  background: #FCF9F5;
  padding: 160px 0;
}

.other-inner {
  position: relative;
}

.other-heading-title {
  width: 420px;
  position: absolute;
  left: 0;
  top: -250px;
}

.other-heading-img {
  width: 182px;
  position: absolute;
  right: 0;
  top: -280px;
}

.other-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.other-inner ul a {
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
}

.other-inner ul a:hover {
  opacity: .6;
}

.other-inner ul li {
  width: calc(25% - 46px * 3/4);
  margin-right: 46px;
}

.other-inner ul li:nth-child(4n) {
  margin-right: 0;
}

.other-inner ul li:nth-child(n + 5) {
  margin-top: 75px;
}

.other-inner ul li .img {
  padding-top: 100%;
  position: relative;
  margin-bottom: 20px;
}

.other-inner ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.other-inner ul li .title {
  font-size: 18px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 25px;
  line-height: 24px;
}

.other-inner ul li .text {
  font-size: 14px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 18px;
}

.other-inner ul li .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.other-inner ul li .bottom .price {
  font-size: 12px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.other-inner ul li .bottom .more {
  width: 76px;
  margin-left: auto;
}

.top-back {
  width: 280px;
  margin-top: 145px;
}

.footer {
  background: #564C48;
  color: #fff;
}

.footer a {
  color: #fff;
}

.footer-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.footer-main {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-main .left {
  width: 260px;
}

.footer-main .right {
  width: calc(100% - 410px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-main .right .title {
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 21px;
  font-weight: bold;
}

.footer-main .right li {
  margin-bottom: 15px;
  line-height: 1;
}

.footer-main .right li a {
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: relative;
  padding-left: 15px;
}

.footer-main .right li a::before {
  position: absolute;
  content: "";
  background: url(../img/footer-arrow.png) no-repeat center center/cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 8px;
}

.footer-main .footerLogo {
  margin-bottom: 40px;
}

.footer-main .tel {
  margin-bottom: 10px;
}

.footer-main .tel img {
  width: 21px;
  vertical-align: text-bottom;
  margin-right: 3px;
}

.footer-main .tel .text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.footer-main .address {
  font-size: 16px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.copyright {
  background: #2A1D19;
  color: #fff;
  font-size: 12px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  padding: 10px 0;
  text-align: center;
}

.back-to-top {
  background: #161D5B;
  border-radius: 5px;
  width: 70px;
  padding: 8px;
  position: fixed;
  right: 40px;
  bottom: 10%;
  z-index: 1000;
}

.top {
  padding-bottom: 260px;
  position: relative;
  background: #FCF9F5;
  z-index: -1;
}

.top-img-left {
  width: 33%;
  padding-top: 50px;
  position: relative;
  z-index: 20;
}

.top-img-right {
  position: absolute;
  top: -185px;
  right: -250px;
  width: 90%;
  z-index: -1;
}

.mozi {
  position: absolute;
  top: 300px;
  left: 17%;
  z-index: 30;
  max-width: 300px;
}

.top-tel {
  margin-top: 40px;
  margin-bottom: 5px;
}

.top-tel img {
  width: 26px;
  vertical-align: text-bottom;
}

.top-tel .text {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.top-address {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.top-info {
  font-size: 16px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 10px;
  font-weight: bold;
}

.top-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.top-sns a:first-child img {
  margin-right: 15px;
}

.top-sns a img {
  width: 30px;
}

.top-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.top-news-title {
  width: 200px;
}

.top-news-title img {
  width: 124px;
}

.top-news-right {
  width: calc(100% - 200px);
}

.top-news-right ul li {
  margin-bottom: 17px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px #00000029;
          box-shadow: 0 3px 6px #00000029;
  border-radius: 12px;
  position: relative;
}

.top-news-right ul li .new-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  background: url(../img/new.png) no-repeat center center/cover;
  top: -10px;
  left: -10px;
}

.top-news-right ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background: url(../img/arrow-icon2.png) no-repeat center center/cover;
  width: 8px;
  height: 14px;
}

.top-news-right ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 28px;
}

.top-news-right ul li a .time {
  font-size: 16px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-right: 15px;
}

.top-news-right ul li a .category {
  font-size: 16px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-right: 15px;
  padding: 5px 28px;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
}

.top-news-right ul li a .category.yellow {
  background: #E2D227;
}

.top-news-right ul li a .category.blue {
  background: #1F5EAF;
}

.top-news-right ul li a .title {
  font-size: 18px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-news-more {
  text-align: right;
}

.top-news-more a {
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 30px;
  background: #fff;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  -webkit-box-shadow: 0 1px 3px #00000029;
          box-shadow: 0 1px 3px #00000029;
  margin-left: auto;
}

.top-news-more .more-img {
  width: 22px;
}

.top-news-more .more-img img {
  vertical-align: super;
}

.top-news-more .more-text {
  color: #161D5B;
}

.about {
  background: url(../img/about-bg.png) no-repeat center center/cover;
  padding-bottom: 100px;
}

.about-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-heading .left {
  width: 60%;
}

.about-heading .right {
  width: 40%;
  position: relative;
  top: 100px;
}

.about-heading .left-img {
  position: relative;
  top: -180px;
}

.about-heading .about-content {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
  top: -150px;
  left: 0;
  margin-right: 80px;
}

.about-heading .about-content .title {
  color: #001650;
  font-size: 34px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 50px;
}

.about-heading .about-content .text {
  color: #001650;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.about-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-center .left {
  max-width: 256px;
  margin-right: 45px;
}

.about-center .right {
  max-width: 570px;
}

.about-tel {
  max-width: 230px;
  margin: -60px auto 22px;
}

.contact-btn {
  text-align: center;
}

.contact-btn a {
  background: #161D5B;
  color: #fff;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  width: 280px;
  height: 60px;
  line-height: 60px;
  border-radius: 20px;
  text-align: center;
}

.contact-btn a img {
  width: 20px;
  margin-right: 10px;
  vertical-align: unset;
}

.about2 {
  padding: 120px 0;
  background: #FCF9F5;
}

.about2-heading {
  margin-bottom: 56px;
}

.about2-title {
  max-width: 112px;
  margin: 0 auto 50px;
}

.about2-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

.about2-inner ul li {
  width: 30%;
}

.about2-inner ul a {
  display: block;
}

.about2-inner ul a .img {
  padding-top: 65.71429%;
  position: relative;
  margin-bottom: 18px;
}

.about2-inner ul a .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.about2-inner ul a .category {
  position: absolute;
  top: -10px;
  left: -5px;
  width: 90px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  border-radius: 10px;
}

.about2-inner ul a .time {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.about2-inner ul a .title {
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.about2-inner ul a .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.about-blog-more a {
  margin: 0 auto;
}

.about3 {
  background: url(../img/about3-bg.png) repeat center center/contain;
  padding: 60px 0 0;
}

.about3-top {
  position: relative;
}

.about3-top .add-img {
  height: 790px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about3-1 {
  max-width: 432px;
  position: absolute;
  top: -30px;
  left: 140px;
  z-index: 2;
}

.about3-top-wrap {
  background: url(../img/about3-2.png) no-repeat center center/cover;
  width: 735px;
  height: 714px;
  padding: 237px 145px 30px 100px;
  position: absolute;
  top: 180px;
  left: 140px;
  z-index: 1;
}

.about3-top-wrap .title {
  font-size: 30px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}

.about3-top-wrap .text {
  font-size: 16px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.about3-3 {
  z-index: 10;
  position: relative;
  top: -80px;
}

.about-box {
  background: #FCF9F5;
  -webkit-transform: translateY(-192px);
          transform: translateY(-192px);
  margin-bottom: 50px;
}

.about-box .content {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-box .content .left {
  padding-right: 100px;
  border-right: 1px dotted #707070;
  width: 50%;
  position: relative;
}

.about-box .content .left::before {
  position: absolute;
  content: "";
  background: url(../img/img1.png) no-repeat center center/cover;
  width: 54px;
  height: 72px;
  left: -94px;
  bottom: 100px;
}

.about-box .content .right {
  padding-left: 100px;
  width: 50%;
  position: relative;
}

.about-box .content .right::before {
  position: absolute;
  content: "";
  background: url(../img/img2.png) no-repeat center center/cover;
  width: 95px;
  height: 101px;
  right: -94px;
  top: 0px;
}

.about-box-title {
  font-size: 30px;
  font-weight: bold;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}

.menu-wrap {
  margin-bottom: 50px;
}

.menu-wrap .about-box1-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}

.menu-wrap .about-box1-row .dt {
  font-size: 20px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.menu-wrap .about-box1-row .dd {
  font-size: 20px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.menu-wrap .sub-title {
  font-size: 22px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 30px;
}

.about-box .content {
  padding: 100px 0;
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-box2 {
  padding: 60px 0 120px;
}

.about-box2 .title {
  width: 50%;
}

.content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0 0;
  max-width: 900px;
  margin: 0 auto;
}

.content2 .left {
  width: calc(100% - 385px);
}

.content2 .left .title2 {
  color: #001650;
  font-size: 30px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
}

.content2 .left .text {
  color: #001650;
  font-size: 18px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 36px;
}

.content2 .right {
  width: 385px;
  margin-left: 10%;
}

.content2 .right .img2 {
  position: relative;
}

.content2 .right .img2::after {
  content: "";
  position: absolute;
  background: url(../img/img4.png) no-repeat center center/cover;
  left: -40px;
  bottom: -261px;
  width: 350px;
  height: 309px;
  z-index: -1;
}

.content2 .right .title2 {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.content2 .right .title2 img {
  max-width: 190px;
  margin: 0 auto 20px;
}

.content2 .right .date {
  font-size: 32px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  width: 100%;
  margin-bottom: 5px;
}

.content2 .right .date span {
  font-size: 50px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.content2 .right p {
  font-size: 22px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.content2 .right .attention {
  font-size: 13px;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, Helvetica, sans-serif;
}

.top4 {
  background: #FCF9F5;
  padding-bottom: 200px;
}

.about-box2 {
  position: relative;
}

.about-box2::before {
  position: absolute;
  content: "";
  top: -143px;
  right: 80px;
  background: url(../img/img3.png) no-repeat center center/cover;
  width: 300px;
  height: 268px;
}

.about-box2::after {
  position: absolute;
  content: "";
  bottom: -40px;
  left: -40px;
  background: url(../img/lemon.png) no-repeat center center/cover;
  width: 200px;
  height: 234px;
}

.content3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}

.content3 .left {
  width: 50%;
}

.content3 .left .img-wrap {
  width: 100%;
  padding-top: 73%;
  position: relative;
}

.content3 .left .img-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content3 .right {
  width: 47%;
  margin-left: auto;
}

.access-box3 {
  padding: 70px 0 50px;
  margin-bottom: 0;
}

.access-tel {
  margin-top: 0;
}

.top-access-title {
  max-width: 160px;
  margin: 0 auto 40px;
}

.address2 {
  font-size: 16px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.right-title-ja {
  font-size: 22px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
  margin-top: 10px;
}

.right-title-en {
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 17px;
}

.about3-bottom {
  margin-top: -100px;
}

.cal-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cal-row1 li {
  width: 14.28%;
  font-size: 14px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  background: #161D5B;
  border-top: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
}

.cal-row1 li:first-child {
  border-left: 1px solid #C7C7C7;
}

.cal-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cal-row2:last-child li {
  border-bottom: 1px solid #C7C7C7;
}

.cal-row2 li {
  width: 14.28%;
  height: 60px;
  border-top: 1px solid #C7C7C7;
  border-right: 1px solid #C7C7C7;
}

.cal-row2 li.sat a {
  color: #2C5AD5;
  background-color: #F4F8FF;
}

.cal-row2 li.sun a {
  color: #D1522E;
  background: #FFF6F4;
}

.cal-row2 li:first-child {
  border-left: 1px solid #C7C7C7;
}

.cal-row2 li .heading {
  font-size: 14px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  padding: 0 5px;
  line-height: 1.5;
}

.cal-row2 li .text {
  font-size: 14px;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  padding: 0 5px;
  line-height: 1;
}

.about3-bottom {
  position: relative;
}

.about3-bottom::before {
  content: "";
  background: url(../img/arow-bottom.png) no-repeat center center/cover;
  width: 32px;
  height: 24px;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.top4-title {
  max-width: 400px;
  margin: 0 auto 113px;
}

.top4-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top4-heading-left {
  width: 47%;
}

.top4-heading-left .title {
  font-size: 34px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
}

.top4-heading-left .text {
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
}

.top4-heading-right {
  width: 47%;
  margin-left: auto;
}

.top-other-heading-title {
  left: initial;
}

.takeout {
  padding-bottom: 200px;
}

.other-heading-img.add {
  right: 100px;
}

.be {
  background: url(../img/be-it-bg.png) no-repeat center center/cover;
  position: relative;
  padding: 100px 0;
  height: 960px;
}

.be .title {
  position: absolute;
  top: -135px;
  left: 0;
  width: 800px;
}

.be-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.be-left {
  width: 50%;
  background: rgba(42, 29, 25, 0.4);
  color: #fff;
  padding: 100px 70px 70px 100px;
}

.be-left .title2 {
  font-size: 34px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom: 50px;
}

.be-left .text {
  font-size: 18px;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  line-height: 36px;
}

.be-right {
  width: 50%;
  margin-left: 150px;
}

.be-right .img {
  max-width: 388px;
  position: relative;
}

.be-right .text2 {
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

.top-other {
  padding: 160px 0 300px;
}

.be-inner {
  max-width: 1900px;
  margin: 0 auto;
}

.qa {
  padding: 400px 0 155px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.be1-1 {
  max-width: 300px;
  position: relative;
  top: -250px;
}

.be1-2 {
  max-width: 500px;
  position: relative;
  top: -230px;
}

.be1-3 {
  max-width: 400px;
  position: relative;
  top: -150px;
}

.qa-title {
  max-width: 120px;
  margin: 0 auto 50px;
}

.cal-row2 a {
  display: block;
  height: inherit;
}

.qa {
  background: #FCF9F5;
}

.qa ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.qa ul li {
  background: #fff;
  width: calc(50% - 30px * 1/2);
  margin-right: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 3px #00000029;
          box-shadow: 0px 1px 3px #00000029;
  position: relative;
}

.qa ul li:nth-child(2n) {
  margin-right: 0;
}

.qa ul li:nth-child(n + 3) {
  margin-top: 30px;
}

.qa ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/arrow-icon2.png) no-repeat center center/cover;
  width: 8px;
  height: 14px;
}

.qa ul li a {
  padding: 20px 50px 20px 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.qa ul li a img {
  width: 31px;
  height: 23px;
  margin-right: 10px;
  vertical-align: top;
}
/*# sourceMappingURL=style_ec.css.map */