@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text&display=swap");
/*$bg:#f0f3f3;*/
body {
  font-family: YakuHanMP, "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
  font-weight: 400;
  font-style: normal;
  color: #1a1a1a;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.65;
  font-feature-settings: "palt" !important;
  -webkit-font-feature-settings: "palt" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "Crimson Text", serif;
  font-weight: 400 !important;
  font-style: normal;
}

@media screen and (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .tb-hide {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .sp-hide {
    display: none !important;
  }
}
/*--------------------------
基本設定
---------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.textlink:hover {
  text-decoration: none;
}

hr {
  background-color: #c7c7c7;
  display: block;
  border: 0;
  height: 1px;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-link {
  color: #FF6926 !important;
  text-decoration: underline;
}

.txt-center {
  text-align: center;
}

.fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.orange {
  color: #FF6926;
}

.bg-gray {
  background-color: #f0f0f0;
}

.relative {
  position: relative;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 1024px) {
  .img-res {
    overflow: hidden;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.danraku p {
  line-height: 2.2;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 1.2rem;
}

/*----------------------------
パーツ
-----------------------------*/
.box-txt {
  padding: 20px;
}
@media (max-width: 600px) {
  .box-txt {
    padding: 18px 16px;
  }
}
.box-txt .danraku p {
  line-height: 1.6;
}
.box-txt .danraku p:not(:last-of-type) {
  margin-bottom: 0.8rem;
}

/*---------------------------------
レイアウト関係
-----------------------------------*/
main {
  width: 100%;
  display: block;
}

/* TOP page */
#top-page {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  #top-page {
    padding-top: 80px;
  }
}
@media (max-width: 600px) {
  #top-page {
    padding-top: 70px;
  }
}

/* LOW page */
.low-page {
  padding-top: 120px;
}
@media (max-width: 1024px) {
  .low-page {
    padding-top: 100px;
  }
}
@media (max-width: 600px) {
  .low-page {
    padding-top: 80px;
  }
}

.inner {
  width: 92%;
  margin: 0 auto;
  height: auto;
  position: relative;
}

.inner-wide {
  max-width: 1600px;
}

.inner-1260 {
  max-width: 1260px;
}

.inner-1000 {
  max-width: 1108px;
}

.inner-md {
  max-width: 768px;
}

.inner:after {
  clear: both;
  content: "";
  display: table;
}

/* 2 column */
.flex-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .flex-2col {
    display: block;
  }
}
.flex-2col .left-wrap {
  width: 35%;
  height: 100%;
  position: sticky;
  top: 90px;
}
@media (max-width: 1024px) {
  .flex-2col .left-wrap {
    width: 100%;
    height: inherit;
    position: relative;
    top: inherit;
    margin-bottom: 50px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .flex-2col .left-wrap {
    margin-bottom: 40px;
  }
}
.flex-2col .right-wrap {
  width: 63%;
}
@media (max-width: 1024px) {
  .flex-2col .right-wrap {
    width: 100%;
  }
}

.col-in-block:not(:last-of-type) {
  margin-bottom: 60px;
}

/*---------------------------------
スペース関係
-----------------------------------*/
.pt-xl {
  padding-top: 160px;
}

.pb-xl {
  padding-bottom: 160px;
}

.pt-lg {
  padding-top: 110px;
}

.pb-lg {
  padding-bottom: 110px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

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

.mb10 {
  margin-bottom: 10px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

@media (max-width: 1024px) {
  .pt-xl {
    padding-top: 140px;
  }
  .pb-xl {
    padding-bottom: 140px;
  }
  .pt-lg {
    padding-top: 90px;
  }
  .pb-lg {
    padding-bottom: 90px;
  }
}
@media (max-width: 600px) {
  .pt-xl {
    padding-top: 90px;
  }
  .pb-xl {
    padding-bottom: 90px;
  }
  .pt-lg {
    padding-top: 70px;
  }
  .pb-lg {
    padding-bottom: 70px;
  }
}
/*-----------------------------
見出し・フォント
------------------------------*/
.title-box .sec-title {
  line-height: 1;
}

.x-border .sec-title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-top: 30px;
  background-color: #1a1a1a;
}
@media (max-width: 600px) {
  .x-border .sec-title:after {
    margin-top: 20px;
    width: 30px;
  }
}

.y-border .sec-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin-top: 20px;
  background-color: #1a1a1a;
}
@media (max-width: 600px) {
  .y-border .sec-title:after {
    height: 30px;
    margin-top: 15px;
  }
}

.txt-center .sec-title:after {
  margin-left: auto;
  margin-right: auto;
}

#top-page .title-box {
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  #top-page .title-box {
    margin-bottom: 35px;
  }
}
#top-page .sec-title {
  font-size: clamp(46px, 3.5384615385vw, 9999px);
}
@media (max-width: 600px) {
  #top-page .sec-title {
    font-size: 42px;
  }
}

/* ページ大タイトル */
.page-title-wrap {
  margin-bottom: 50px;
  text-align: center;
  /*固定ページ*/
}
@media (max-width: 600px) {
  .page-title-wrap {
    margin-bottom: 30px;
  }
}
.page-title-wrap .page-title {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 600px) {
  .page-title-wrap .page-title {
    font-size: 4rem;
  }
}
.page-title-wrap .jp {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .page-title-wrap .jp {
    font-size: 1.5rem;
  }
}
.page-title-wrap .jp:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 30px auto 0;
  background-color: #1a1a1a;
}
@media (max-width: 600px) {
  .page-title-wrap .jp:after {
    height: 25px;
    margin-top: 20px;
  }
}
.page-title-wrap .page-title-kotei {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 600px) {
  .page-title-wrap .page-title-kotei {
    font-size: 4rem;
  }
}
.page-title-wrap .page-title-kotei:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  margin: 30px auto 0;
  background-color: #1a1a1a;
}
@media (max-width: 600px) {
  .page-title-wrap .page-title-kotei:after {
    height: 25px;
    margin-top: 20px;
  }
}

/*-- Left Title */
.left-head .en {
  line-height: 1;
  letter-spacing: 0.1rem;
}
.left-head h3 {
  margin-top: 7px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .left-head h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    margin: 20px auto 0;
    background-color: #1a1a1a;
  }
}

/*-- font --*/
.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fs40 {
  font-size: 3.8rem;
}

.fs34 {
  font-size: 3.2rem;
}

.fs30 {
  font-size: 2.9rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs20 {
  font-size: 2rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs12 {
  font-size: 1.2rem;
}

@media screen and (max-width: 600px) {
  .fs40 {
    font-size: 3rem;
  }
  .fs34 {
    font-size: 2.6rem;
  }
  .fs30 {
    font-size: 2.4rem;
  }
  .fs24 {
    font-size: 2.2rem;
  }
  .fs20 {
    font-size: 1.8rem;
  }
  .fs17 {
    font-size: 1.6rem;
  }
  body {
    font-size: 1.5rem;
  }
  .fs15 {
    font-size: 1.4rem;
  }
  .fs14 {
    font-size: 1.3rem;
  }
  .fs13 {
    font-size: 1.2rem;
  }
}
/*----------------------------
button
-----------------------------*/
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 24px;
  width: 248px;
  max-width: 100%;
  height: 48px;
  border-radius: 24px;
  color: #fff !important;
  background-color: #FF873C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
          transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 8px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
  top: 50%;
  right: 15px;
  width: 26px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn a:hover {
  text-decoration: none;
  opacity: 1;
  background: #333;
}
.btn a:hover::after {
  width: 50px;
}

.btn .en {
  font-size: 1.7rem;
}

.btn a.jp {
  font-size: 1.6rem;
  font-weight: 500;
}

/*----------------------------
head
---------------------------*/
.site-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 70px;
  padding: 0 1%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.site-header.transform {
  background: rgba(255, 255, 255, 0.9);
}

.site-logo {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.site-logo img {
  width: 210px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .site-header,
  .site-header.transform {
    padding: 0 10px;
    height: 64px;
  }
  .site-logo img {
    width: 180px;
  }
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .site-header,
  .site-header.transform {
    height: 56px;
  }
  .site-logo img {
    width: 130px;
  }
}
/*----------------------------
PC NAV
---------------------------*/
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#nav ul li {
  position: relative;
}

#nav ul li a {
  display: block;
  white-space: nowrap;
  padding: 0 0.6vw;
  line-height: 1;
  text-align: center;
  font-size: clamp(14px, 1.0666666667vw, 20px);
  font-weight: 600;
  color: #FF6926;
  -webkit-transform: scale(0.95, 1);
          transform: scale(0.95, 1);
  letter-spacing: -0.05rem;
}

#nav ul li.nav_btn a {
  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;
  background-color: #FF873C;
  color: #fff !important;
  border-radius: 20px;
  width: 140px;
  height: 36px;
  max-width: 100%;
  margin-left: 10px;
  font-size: clamp(14px, 0.9333333333vw, 16px);
  font-weight: 600;
}

#nav ul li a:hover {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #nav {
    display: none;
  }
}
/*--------------------------
SP-navi
---------------------------*/
@media screen and (min-width: 1025px) {
  .zdo_drawer_menu {
    display: none;
  }
  .overlay {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #menu_btn {
    top: 8px;
    right: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    width: 50px;
    height: 50px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #menu_btn {
    line-height: 1;
    font-size: 13px;
    color: #1a1a1a;
  }
  #menu_btn.active {
    color: #fff;
  }
  .menu-trigger {
    width: 28px;
    height: 11px;
    position: relative;
    margin-bottom: 10px;
  }
  .menu-trigger span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu_btn.active .menu-trigger span {
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-22deg);
            transform: translateY(5px) rotate(-22deg);
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(22deg);
            transform: translateY(-5px) rotate(22deg);
  }
  /*
   SP-NAVI
   ---------------------*/
  .overlay {
    width: 0;
    height: 0;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: rgba(0, 0, 0, 0.7);
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  #sp_nav {
    width: 320px;
    height: 100%;
    background: #ec772e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    -webkit-transform: translate(320px);
            transform: translate(320px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #sp_nav .sp_nav_inner {
    width: 100%;
    height: 100%;
    padding: 90px 50px 20px;
    overflow: auto;
  }
  #sp_nav.open {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  #sp_nav .sp_nav_menu {
    margin-bottom: 20px;
  }
  #sp_nav .sp_nav_menu li {
    text-align: left;
  }
  #sp_nav .sp_nav_menu li a {
    position: relative;
    color: #fff;
    display: block;
    position: relative;
    white-space: nowrap;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0;
  }
  #sp_nav .sp_nav_menu li a:hover {
    opacity: 1;
  }
  /*-- 初期はsub-menuを隠す --*/
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu {
    display: none;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu {
    padding: 0 0 20px 0;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu li {
    position: relative;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu li:before {
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children .sub-menu li a {
    padding: 8px 0 8px 22px;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children > a:after,
  #sp_nav .sp_nav_menu .menu-item-has-children > a:before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0px;
    margin: auto;
    width: 16px;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #sp_nav .sp_nav_menu .menu-item-has-children > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #sp_nav .sp_nav_menu .menu-item-has-children > a.open:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  #sp_nav .sp_nav_menu .menu-item-has-children > a.open:after {
    background: transparent;
  }
  /*
  SNS ICON
  ------------------*/
  .sns-menu-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns-menu-sp li a {
    color: #fff;
    font-size: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 600px) {
  #menu_btn {
    top: 5px;
    right: 10px;
    font-size: 12px;
  }
  #sp_nav {
    width: 100%;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }
  #sp_nav .sp_nav_inner {
    padding: 50px 40px 20px;
  }
  #sp_nav .sp_nav_menu li a {
    font-size: 15px;
  }
}
/*------------------------------------------
reserve
-------------------------------------------*/
.f-reserve {
  background-color: #FF873C;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .f-reserve {
    padding: 60px 0;
  }
}
@media (max-width: 600px) {
  .f-reserve {
    display: none;
  }
}
.f-reserve .inner {
  max-width: 1000px;
}
.f-reserve .sec-title {
  margin-bottom: 50px;
  font-size: 4.6rem;
}
@media (max-width: 1024px) {
  .f-reserve .sec-title {
    font-size: 4rem;
    margin-bottom: 25px;
  }
}

.f-reserve .reserve_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1024px) {
  .f-reserve .reserve_wrap {
    display: block;
  }
}
.f-reserve .reserve_wrap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #1a1a1a;
  left: 50%;
}
@media (max-width: 1024px) {
  .f-reserve .reserve_wrap:after {
    display: none;
  }
}
.f-reserve .reserve_wrap > li {
  text-align: center;
}
@media (max-width: 1024px) {
  .f-reserve .reserve_wrap > li:nth-of-type(1):after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #1a1a1a;
    margin: 30px auto;
  }
}
.f-reserve .reserve_wrap .f-reserve-head {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .f-reserve .reserve_wrap .f-reserve-head {
    font-size: 2rem;
  }
}
.f-reserve .reserve_wrap .f-reserve-tel {
  font-size: 4.3rem;
  line-height: 1;
  letter-spacing: -0.02rem;
}
@media (max-width: 600px) {
  .f-reserve .reserve_wrap .f-reserve-tel {
    font-size: 4rem;
  }
}
.f-reserve .reserve_wrap .f-reserve-tel small {
  font-size: 3.5rem;
}
@media (max-width: 600px) {
  .f-reserve .reserve_wrap .f-reserve-tel small {
    font-size: 3.2rem;
  }
}
.f-reserve .reserve_wrap .f-reserve-tel-coment {
  font-size: 1.4rem;
  margin-top: 5px;
}
.f-reserve .reserve_wrap .re-btn {
  position: relative;
  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;
  width: 310px;
  max-width: 100%;
  height: 60px;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .f-reserve .reserve_wrap .re-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.f-reserve .reserve_wrap .re-btn span {
  line-height: 1;
  font-size: 2.2rem;
  margin-top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .f-reserve .reserve_wrap .re-btn span {
    font-size: 2rem;
  }
}
.f-reserve .reserve_wrap .re-btn span i {
  font-size: 26px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .f-reserve .reserve_wrap .re-btn span i {
    font-size: 24px;
  }
}
.f-reserve .reserve_wrap .re-btn:hover {
  background-color: #1a1a1a;
  color: #fff;
}

/*------------------------------------------
footer
-------------------------------------------*/
footer {
  width: 100%;
  padding: 70px 2%;
  position: relative;
}
@media (max-width: 600px) {
  footer {
    border-top: 1px solid #d4d4d4;
    padding: 60px 0 60px;
  }
}

.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 600px) {
  .footer-flex {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .footer-flex .f-left {
    text-align: center;
    margin-bottom: 25px;
  }
}
.footer-flex .f-left .f-logo img {
  width: 140px;
}
@media (max-width: 600px) {
  .footer-flex .f-left .f-logo img {
    width: 110px;
    margin-right: 15px;
  }
}
.footer-flex .f-right {
  text-align: right;
}
@media (max-width: 600px) {
  .footer-flex .f-right {
    text-align: center;
  }
}
.footer-flex .f-right .f-nav {
  margin-bottom: 10px;
  line-height: 1.3;
}
@media (max-width: 600px) {
  .footer-flex .f-right .f-nav {
    display: none;
  }
}
.footer-flex .f-right .f-nav li {
  display: inline;
}
.footer-flex .f-right .f-nav li:after {
  content: "/";
  margin-left: 8px;
  margin-right: 8px;
  padding: 0;
}
.footer-flex .f-right .f-nav li:nth-of-type(5):after {
  margin-right: 0;
}
.footer-flex .f-right .f-nav li:last-child:after {
  margin-left: 0;
  margin-right: 0;
  content: "";
}
.footer-flex .f-right .f-nav li a {
  font-size: 1.3rem;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.footer-flex .f-right .sns-nav {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .footer-flex .f-right .sns-nav {
    margin-bottom: 20px;
  }
}
.footer-flex .f-right .sns-nav li {
  display: inline;
}
.footer-flex .f-right .sns-nav li:nth-of-type(1) {
  margin-right: 10px;
}
.footer-flex .f-right .sns-nav li i {
  font-size: 28px;
}

footer .copy {
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 600px) {
  footer .copy {
    font-size: 11px;
  }
}
footer .copy:before {
  content: "©";
}

/*トップへ戻るボタン */
.pagetop a {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 20px;
}
.pagetop a:hover {
  opacity: 1;
}

/*-----------------------
CTA
------------------------*/
@media screen and (min-width: 601px) {
  .cta-sp {
    display: none;
  }
}
.cta-sp {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.cta-sp ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cta-sp ul li {
  width: 50%;
}
.cta-sp ul li:nth-child(1) a {
  background: #FF873C;
  letter-spacing: 0.05rem;
}
.cta-sp ul li:nth-child(2) a {
  background: #fe6631;
}
.cta-sp ul li a {
  height: 48px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}
.cta-sp ul li a:hover {
  opacity: 1 !important;
}
.cta-sp ul li a i {
  margin-right: 5px;
  font-size: 14px;
}