@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800&family=Roboto:wght@100;300;400;500;700&display=swap');

html {
  font-family: 'Roboto','Noto Sans JP',sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  html {
    font-size: 55%;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 320px) {
  html{
    font-size: 40%;
  }
}

:root {
  --main: #B0281F;
  --sub: #376B3D;
  --bg-main: #FFF8DF;
  --bg-sub: #D7F5DA;
  --text: #231815;
  --link: #0089FF;
  --important: #EF3A3A;
  --degital: #E0861E;
  --bg-degital: #FFE8C1;
  --blue: #0092B2;
  --company-main: #58915E;
}

.l-header__inner,
.footer__inner,
.f-contents {
  max-width: 1000px;
  width: 94%;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 0;
}

.f-contents.f-contents--short {
  padding-bottom: 200px;
}

.f-contents.height_fix {
  padding: 0;
}

p {
  color: var(--text);
}

p,a {
  font-size: 1.6rem;
  line-height: 1.5;
}

a:hover {
  opacity: 0.5;
}

select,input{
  font-family: sans-serif;
}

img {
  width: 100%;
}

.f-contents {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .f-contents {
    padding: 40px 0;
  }
  .f-contents.f-contents--short {
    padding-bottom: 300px;
  }
}

/*-----------------------
色
------------------------*/
.c-bg-main {
  background-color: var(--main);
}
.c-bg-main2 {
    background-color: var(--bg-main);
}
.c-bg-sub {
  background-color: var(--sub);
}
.c-bg-sub--light {
  background-color: var(--bg-sub);
}
.c-bg-digital {
  background-color: var(--degital);
}
.c-color-main {
  color: var(--main);
}
.c-color-sub {
  color: var(--sub);
}
.c-color-red {
  color: #D92F2F;
}
.c-color-text {
  color: var(--text);
}
.c-inactive {
  color: #898989;
  pointer-events: none;
}

/*-----------------------
文字
------------------------*/
.c-underline {
  text-decoration: underline;
}

/*-----------------------
見出し
------------------------*/
.c-sub_title {
  display: block;
  width: 100%;
  font-size: 3rem;
  padding-bottom: 0.5rem;
  color: var(--main);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  border-bottom: 2px solid var(--main);
  max-width: 1000px;
  margin: auto;
  margin-bottom: 3rem;
}

.p-top--about .c-sub_title,
.p-available .c-sub_title,
.p-join .c-sub_title,
.p-shops .c-sub_title,
.p-shop-app > .f-contents > .c-sub_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  padding: 1.2rem 2rem;
  color: #fff;
  background:
    linear-gradient(var(--main), var(--main)) left 0 top 5px / 100% 2px no-repeat,
    linear-gradient(var(--main), var(--main)) left 0 bottom 5px / 100% 2px no-repeat,
    #B07B45;
  line-height: 1.35;
  border-bottom: none;
}

.p-top--about .c-sub_title:before,
.p-top--about .c-sub_title:after,
.p-available .c-sub_title:before,
.p-available .c-sub_title:after,
.p-join .c-sub_title:before,
.p-join .c-sub_title:after,
.p-shops .c-sub_title:before,
.p-shops .c-sub_title:after,
.p-shop-app > .f-contents > .c-sub_title:before,
.p-shop-app > .f-contents > .c-sub_title:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  background: url("/img/title_icon.png") center / contain no-repeat;
}

.c-hl--h2 {
  font-size: 2.4rem;
}

.c-hl--h2--degital {
  color: var(--degital);
}

.c-hl--h2--analog {
  color: var(--main);
}

.c-bgbox__hl {
  font-size: 2.6rem;
  border-radius: 1.3rem 1.3rem 0 0;
  padding: 0.5rem 0;
  color: #fff;
  font-weight: 500;
}

/*-----------------------
ボタン
------------------------*/
.c-base-btn {
    border-radius: 5px;
    color: white;
    background: var(--main);
    padding: 0.2rem 2rem;
    width: fit-content;
}
.c-base-btn:hover {
  opacity: 0.7;
}
.c-base-btn a {
  font-size: 1.8rem;
  line-height: 2;
}
.c-base-btn--orange {
  background: #F5792C;
}
.c-base-btn--lightgreen {
  background: var(--main);
}
.c-base-btn--sub {
  background: var(--sub);
}
.c-arrow:after {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    padding-left: 10px;
    font-size: 2.6rem;
}
.c-arrow,
.c-arrow-back {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-arrow-back:before {
    content: "\f137";
    font-family: "Font Awesome 5 Free";
    padding-right: 10px;
    font-size: 2.8rem;
}

/* ボーダー */
.c-base-btn.c-border-btn {
  background: none;
  border: 2px solid var(--main);
}

.c-border-btn a {
  color: var(--main);
}

/* 非活性 */
.c-btn--inactive {
  background: #707070;
  box-shadow: 0 6px 0 0 #333;
  pointer-events: none;
}

/* 青字テキストリンク */
.c-text-link {
  color: var(--link);
  border-bottom: 1px solid var(--link);
  margin: 0 0.5rem;
  word-break: break-word;
  width: fit-content;
}

/* pdfリンク */
.c-pdf-icon:after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 0.5rem;
  font-size: 2.5rem;
}

/* pagetop */
#page-top a{
  display: block;
  justify-content:center;
  align-items:center;
  background: var(--main);
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding: 15%;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:10px;
  transition:all 0.3s;
  line-height: normal;
  box-shadow: 0 3px 0 0 #96140B;
}

#page-top i{
  display: block;
  margin-bottom: 5px;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom:20px;
  z-index: 10;
  opacity: 0;
  transform: translateY(100px);
}

/*-----------------------
カラム
------------------------*/
.c-box_1 {
  width: 100%;
}

.c-box_2 {
  width: 48%;
}

.c-box_3 {
  width: 30%;
  margin-right: 2rem;
}

.c-box_3:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .c-sub_title {
    font-size: 3rem;
  }

  .p-top--about .c-sub_title,
  .p-available .c-sub_title,
  .p-join .c-sub_title,
  .p-shops .c-sub_title,
  .p-shop-app > .f-contents > .c-sub_title {
    gap: 1rem;
    font-size: 2.2rem;
    padding: 1rem 1.2rem;
  }

  .p-top--about .c-sub_title:before,
  .p-top--about .c-sub_title:after,
  .p-available .c-sub_title:before,
  .p-available .c-sub_title:after,
  .p-join .c-sub_title:before,
  .p-join .c-sub_title:after,
  .p-shops .c-sub_title:before,
  .p-shops .c-sub_title:after,
  .p-shop-app > .f-contents > .c-sub_title:before,
  .p-shop-app > .f-contents > .c-sub_title:after {
    width: 18px;
    height: 18px;
  }
  .c-box_2 {
    width: 100%;
  }
  .c-box_3 {
    width: 100%;
  }
}

/* ボックス */
.c-box {
  border: 3px var(--main) solid;
  border-radius: 1.3rem;
  background: #fff;
  padding: 20px;
}

.c-box.c-box--bg {
  background: var(--bg-main);
  color: var(--main);
  border: none;
}

.c-box--bg--orange {
  background: var(--bg-degital);
  border: none;
}

/* テーブル */
.c-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10rem;
  table-layout: fixed;
}

.c-table th {
  background: var(--main);
  color: #fff;
  text-align: left;
}

.c-table td {
  background: #fff;
  color: var(--text);
  border: 2px solid var(--main);
  text-align: center;
  width: 70%;
  text-align: left;
}

.c-table th,
.c-table td {
  padding: 1rem 2rem;
  font-size: 1.6rem;
}

/* 手順系 */
.c-box .step_num {
  font-size: 4rem;
}
.c-box .step_desc {
  font-weight: 600;
  font-size: 2rem;
  text-align: left;
  line-height: 1.2;
}

/*-----------------------
その他
------------------------*/
/* 注意書き */
.c-note {
  font-size: 1.4rem;
  color: #404040;
  font-weight: 600;
  text-align: left;
}

/* 背景 */
.c-section__bg {
  background: var(--bg);
}

/*-----------------------
アニメーション
------------------------*/
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 0.8;
  transform: translateY(0);
  }
}

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

@media screen and (max-width: 768px) {
  #page-top {
    right: 10px;
    bottom: 10px;
  }
}

/*-----------------------
お問い合わせ
------------------------*/
.c-contact--user {
  background: #fff;
  padding: 80px 0;
}

.c-contact--user .f-contents {
  max-width: 940px;
  padding: 0;
  background: #FFF8DF;
  border: 1px solid var(--main);
  border-radius: 7px;
  overflow: hidden;
}

.c-contact--user .c-sub_title {
  max-width: none;
  margin-bottom: 0;
  padding: 2rem;
  color: #fff;
  background: var(--main);
  border-bottom: none;
}

.c-contact--user .c-contact-box {
  width: 100%;
  padding: 2.4rem 4rem 3rem;
  background: transparent;
  border: none;
  border-radius: 0;
}

.c-contact__note {
  padding: 2rem 0 0 0;
  margin: 2rem 0 1rem 0;
  border-top: 2px solid var(--main);
  font-weight: 600;
  font-size: 1.8rem;
  line-height: normal;
}

.c-contact--user .c-contact-box p {
  color: var(--main);
}

.c-contact--user .c-contact-box .c-contact__note {
  width: 86%;
  margin: 2rem auto 0;
  padding: 1.4rem 2rem;
  color: #fff;
  background: #B07B45;
  border-top: none;
  border-radius: 999px;
  font-size: 1.6rem;
}

.c-contact__num,
.c-contact__num a {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: 700;
}

.c-contact__hour {
  width: fit-content;
  margin: auto;
  text-align: center;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .c-contact {
    padding-bottom: 20px;
  }
  .c-contact--user {
    padding: 40px 0;
  }
  .c-contact--user .c-sub_title {
    padding: 1.6rem 1rem;
    font-size: 2.8rem;
  }
  .c-contact--user .c-contact-box {
    padding: 2.4rem 1.6rem;
  }
  .c-contact__num,
  .c-contact__num a {
    font-size: 4rem;
  }
  .c-contact--user .c-contact-box .c-contact__note {
    width: 100%;
    border-radius: 2.4rem;
  }
  .c-contact-box {
    margin: 0;
    width: 100%;
  }
}


/*-----------------------
日付
------------------------*/
.c-period-box__date {
  line-height: normal;
  font-size: 2.3rem;
  margin-top: 4rem;
  display: block;
  padding: 2rem 0;
  border-radius: 7px;
  line-height: 1.7;
}
.c-period-box__date span.c-period-box__date_ttl {
    font-size: 3rem;
}

.c-period-box__date span {
  vertical-align: -1px;
  font-size: 4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .c-box__hl {
    line-height: 1;
  }
}

.p-top--about__desc {
  font-size: 2.4rem;
  line-height: 1.7;
}

/*-----------------------
フロー
------------------------*/
.c-flow__step--1col,
.c-flow__step--2col
{
  display: flex;
  padding: 0;
  min-height: 140px;
}

.c-flow__step--1col {
  margin-bottom: 3rem;
}

.c-flow__step__num {
  font-size: 3rem;
  background: var(--main);
  color: #fff;
  border-radius: 2px 0 0 2px;
  width: 8%;
  display: grid;
  place-items: center;
}

.c-flow__step__text {
  text-align: left;
  display: grid;
  place-items: center start;
}

.c-flow__step--1col .c-flow__step__img {
  width: 11%;
  padding: 2rem;
}

.c-flow__step--1col .c-flow__step__text {
  width: 84%;
  padding: 2rem;
}

.c-flow__step--1col .c-flow__step__num {
  width: 5%;
}

.c-flow__step--2col .c-flow__step__text {
  width: 70%;
  padding: 1rem;
}

.c-flow__step--2col .c-flow__step__img {
  width: 25%;
  padding: 1rem;
  display: grid;
  align-items: center;
}

.c-flow__step--2col .c-flow__step__num {
  width: 8%;
}

.p-howto .c-flow__step--bigimg .c-flow__step__img{
  width: 35%;
}

.c-flow__step__bigimg .c-flow__step__text {
  width: 37%;
  padding: 1rem;
}

.c-flow__step__title {
  font-size: 2rem;
}

.c-flow__step__text__note {
  font-size: 1.4rem;
}

.c-flow__step--2col__wrapper {
  display: flex;
  justify-content: space-between;
}

.c-flow__step--degital .c-flow__step--2col,
.c-bgbox--degital
{
  border: none;
  background-color: var(--bg-degital);
  margin-top: 2rem;
}

.c-flow__step--analog .c-flow__step--2col,
.c-bgbox--analog
{
  border: none;
  background-color: #DBF8FF;
  margin-top: 2rem;
}

.c-flow__step--degital .c-flow__step__num,
.c-flow__step--degital__hl
{
  background: var(--degital);
}

.c-flow__step__hl {
  font-size: 2.6rem;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin-bottom: 2rem;
}

.c-triangle:before {
  content: "";
  width: 3rem;
  height: 1.5rem;
  border-style: solid;
  border-width: 20px 30px 0 30px;
}

.c-flow__step--degital:before {
    border-color: var(--degital) transparent transparent transparent;
}

.c-flow__step--analog:before {
    border-color: var(--main) transparent transparent transparent;
}

.c-flow__step__hl img {
  width: 6rem;
}
.c-flow__step--analog .c-flow__step__num,
.c-flow__step--analog__hl
{
  background: var(--blue);
}

.c-bgbox--analog,
.c-bgbox--degital {
  padding: 0;
}

@media screen and (max-width: 768px) {

  .c-flow__step--2col__wrapper {
    display: block;
  }

  .c-flow__step--1col, .c-flow__step--2col {
    min-height: 100px;
  }

  .c-flow__step--1col .c-flow__step__num {
    width: 8%;
  }
  
  .c-flow__step--1col .c-flow__step__img,
  .c-flow__step--2col .c-flow__step__img
  {
    width: 30%;
    max-width: 150px;
    padding: 1rem;
    display: grid;
    align-items: center;
  }

  .c-flow__step--1col .c-flow__step__text,
  .c-flow__step--2col .c-flow__step__text
  {
    width: 62%;
    padding: 1rem;
  }

  .c-flow__step--degital:before,
  .c-flow__step--analog:before
  {
    display: none;
  }

  .c-flow__step--analog__hl {
    margin-top: 4rem;
  }

}