@charset "UTF-8";
/*------------------
	FLEXBOX
------------------*/
/*------------------
	フォント
------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap");
/*------------------
	ブレイクポイント
------------------*/
img {
  max-width: 100%;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: min(3vw, 18px);
  }
}

main {
  color: #1c2123;
}

@media screen and (max-width: 1200px) {
  body {
    max-width: 750px;
    margin: auto;
  }
}

.forsp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .forsp {
    display: inline-block;
  }
}

.forpc {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .forpc {
    display: none;
  }
}

.myset {
  width: 1120px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .myset {
    width: 92%;
  }
}

.bg {
  background-color: #f6f4ed;
}

.fixbtn {
  position: fixed;
  right: 0;
  top: 10vw;
  z-index: 5;
  transition: 0.3s ease opacity;
}
@media screen and (max-width: 1200px) {
  .fixbtn {
    top: inherit;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: auto;
    text-align: center;
  }
}
.fixbtn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  .fixbtn:hover {
    opacity: 1;
  }
}

.marker {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  background: linear-gradient(transparent 70%, #edd687 30%);
}

.entrybtn {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.entrybtn a {
  transition: 0.3s ease opacity;
}
.entrybtn a:hover {
  opacity: 0.7;
}

/*--------------
    MV
--------------*/
header {
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  header {
    padding: 1vw 2.5vw 2.5vw;
  }
}
header a {
  display: block;
  width: 23.28vw;
  max-width: 447px;
}
@media screen and (max-width: 1200px) {
  header a {
    display: block;
    width: 80vw;
    max-width: 600px;
  }
}

.mv {
  width: 100%;
  background: url("../img/bg.jpg") no-repeat top center;
  background-size: contain;
  position: relative;
  margin-bottom: min(5vw, 80px);
  aspect-ratio: 12/5;
}
@media screen and (max-width: 1200px) {
  .mv {
    background: url("../img/sp/bg.jpg") no-repeat top center;
    background-size: contain;
    height: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    padding-top: 10vw;
    margin-bottom: 20px;
    aspect-ratio: inherit;
  }
}
.mv__tit {
  margin-bottom: min(2%, 15px);
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  .mv__tit {
    max-width: inherit;
  }
}
.mv__btn {
  transition: 0.3s ease opacity;
  width: 110%;
  margin-left: max(-0.6vw, -12px);
  margin-right: -10%;
}
@media screen and (max-width: 1200px) {
  .mv__btn {
    margin-left: max(-3.6vw, -15px);
    margin-right: -6%;
    width: 106%;
  }
}
.mv__btn:hover {
  opacity: 0.8;
}
.mv__box {
  position: absolute;
  top: 12%;
  bottom: 12%;
  left: 14.47%;
  width: 26.5%;
  max-width: 550px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .mv__box {
    width: 85%;
    position: relative;
    top: inherit;
    left: inherit;
    bottom: inherit;
    max-width: 640px;
    align-items: center;
  }
}
.mv__list {
  color: #fff;
  font-size: min(0.85vw, 16px);
  line-height: 1.8;
  text-shadow: 0 0 2px black, 0 0 4px black, 0 0 6px black;
}
@media screen and (max-width: 1200px) {
  .mv__list {
    font-size: 0.95rem;
    margin: min(32vw, 200px) auto 3vw;
  }
}
.mv__list li {
  margin-left: 1em;
  text-indent: -1em;
}

/*--------------
    nav
--------------*/
nav {
  background-color: #1c2123;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 1200px) {
  nav {
    flex-flow: row wrap;
    background-color: #f6f4ed;
  }
}
nav a {
  color: #fff;
  font-size: 1.06rem;
  font-weight: 600;
  padding: 1em;
  box-sizing: border-box;
  position: relative;
  flex: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease all;
}
@media screen and (max-width: 1200px) {
  nav a {
    width: 50%;
    color: #1c2123;
    border-bottom: 1px #fff solid;
    justify-content: space-between;
  }
}
nav a:hover {
  background-color: #525455;
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  nav a:hover {
    opacity: 1;
  }
}
nav a span {
  display: block;
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 2px #a78b36;
  border-right: solid 2px #a78b36;
  transform: rotate(45deg);
}

/*--------------
    common
--------------*/
.titbox__en {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #8b6f1c;
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .titbox__en {
    margin-bottom: 0.5em;
  }
}
.titbox h3 {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 1200px) {
  .titbox h3 {
    font-size: 2rem;
    line-height: 1.3;
  }
}

.linetit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 0.8em;
  font-size: 1.5rem;
  font-weight: bold;
}
.linetit .midborder {
  position: relative;
}
.linetit .midborder:after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #8b6f1c;
  margin-top: 0.2em;
}
@media screen and (max-width: 1200px) {
  .linetit .midborder:after {
    width: 40px;
  }
}

/*--------------
    main
--------------*/
.about {
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .about {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.about h1 {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 50px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .about h1 {
    margin-bottom: 40px;
  }
}
.about h1 .marker:first-child {
  margin-bottom: 0.3em;
}
.about__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .about__wrap {
    display: block;
  }
}
.about__item {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .about__item {
    width: 100%;
  }
}
.about__tit {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #8b6f1c;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .about__tit {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.about__subtit {
  font-weight: 600;
  line-height: 2;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .about__subtit {
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: center;
  }
}
.about__txt {
  line-height: 1.8;
  padding-right: 3em;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .about__txt {
    padding-right: 0;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

.information {
  margin-bottom: 90px;
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .information {
    margin-bottom: 60px;
    padding: 50px 0;
  }
}
.information__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  gap: 100px;
}
@media screen and (max-width: 1200px) {
  .information__wrap {
    display: block;
  }
}
.information .linetit {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-weight: 700;
  color: #8b6f1c;
}
@media screen and (max-width: 1200px) {
  .information .linetit {
    margin-bottom: 50px;
  }
}
.information__list dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  border-bottom: 1px #e3decd solid;
}
@media screen and (max-width: 1200px) {
  .information__list dl {
    display: block;
    font-size: 1.2rem;
  }
}
.information__list dl dt, .information__list dl dd {
  padding: 1em;
  border-top: 1px #e3decd solid;
}
@media screen and (max-width: 1200px) {
  .information__list dl dt, .information__list dl dd {
    border: none;
    padding: 0;
  }
}
.information__list dl dt {
  width: 7em;
}
@media screen and (max-width: 1200px) {
  .information__list dl dt {
    width: 100%;
    padding-top: 1em;
    margin-bottom: 0.8em;
    border-top: 1px #e3decd solid;
  }
}
.information__list dl dd {
  width: calc(100% - 7em);
}
@media screen and (max-width: 1200px) {
  .information__list dl dd {
    width: 100%;
    padding-bottom: 1em;
  }
}

.exist {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .exist {
    margin-bottom: 50px;
  }
}
.exist__wrap {
  margin-top: 50px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  row-gap: 50px;
}
.exist__item {
  width: 548px;
  height: 178px;
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .exist__item {
    width: 48%;
    height: auto;
    flex-direction: column;
    padding: 15px;
    gap: 10px;
  }
}
.exist__item-num {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #8b6f1c;
  font-size: 2.75rem;
  letter-spacing: 1px;
  position: absolute;
  left: 10px;
  top: -0.5em;
  letter-spacing: 1px;
}
.exist__item-img {
  width: 120px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .exist__item-img {
    height: 15vw;
    max-width: 20vw;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .exist__item-img img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.exist__item-cap {
  width: calc(100% - 120px);
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  .exist__item-cap {
    width: 100%;
  }
}
.exist__closing {
  text-align: center;
  margin: 20px auto 0;
  font-weight: 600;
}
.exist__closing .marker {
  font-size: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .exist__closing .marker {
    font-size: 1.7rem;
  }
}

.reco {
  margin-top: 80px;
  padding-top: 100px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .reco {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.reco__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .reco__wrap {
    display: block;
  }
}
.reco__item {
  width: 540px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .reco__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.reco__item-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .reco__item-img {
    margin-bottom: 5px;
  }
}
.reco__item-txt {
  font-size: 1.25rem;
  line-height: 1.8;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .reco__item-txt {
    font-size: 1.35rem;
    margin-bottom: 5px;
    text-align: center;
  }
}
.reco__item-cap {
  line-height: 1.8;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .reco__item-cap {
    font-size: 1.2rem;
  }
}

.voice {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .voice {
    padding: 60px 0 40px;
  }
}
.voice__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .voice__wrap {
    display: block;
    margin-top: 30px;
  }
}
.voice__item {
  width: 530px;
}
@media screen and (max-width: 1200px) {
  .voice__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.voice__item-txt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.5px;
  margin: 10px 0;
  font-size: 1.1rem;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .voice__item-txt {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 1200px) {
  .voice__item-txt p:last-child {
    width: calc(100% - 2.5em);
  }
}
@media screen and (max-width: 1200px) {
  .voice__item-ico {
    width: 2.3em;
  }
}
.voice__item-cap {
  line-height: 1.8;
  padding: 0 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .voice__item-cap {
    font-size: 1.2rem;
  }
}

.howmany {
  padding: 90px 0;
}
@media screen and (max-width: 1200px) {
  .howmany {
    padding: 50px 0;
  }
}
.howmany__tit {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .howmany__tit {
    gap: 15px;
    margin-bottom: 20px;
  }
}
.howmany__tit-txt {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .howmany__tit-txt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .howmany__tit-ico {
    width: 2.5em;
  }
}
.howmany__box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .howmany__box {
    flex-direction: column;
    gap: 20px;
  }
}
.howmany figure {
  width: 49%;
}
@media screen and (max-width: 1200px) {
  .howmany figure {
    width: 100%;
  }
}

.onestop {
  padding: 90px 0;
}
@media screen and (max-width: 1200px) {
  .onestop {
    padding: 60px 0;
  }
}
.onestop .titbox h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .onestop .titbox h3 {
    margin-bottom: 20px;
  }
}
.onestop .titbox__sub {
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .onestop .titbox__sub {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.onestop__wrap {
  margin-top: 30px;
  margin-bottom: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .onestop__wrap {
    display: block;
  }
}
.onestop__item {
  width: 48%;
}
@media screen and (max-width: 1200px) {
  .onestop__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.onestop__item-txt {
  font-size: 1.25em;
  font-weight: 600;
  margin: 15px 0;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .onestop__item-txt {
    font-size: 1.35rem;
    margin: 10px 0;
    text-align: center;
  }
}
.onestop__item-cap {
  line-height: 1.8;
  padding-left: 15px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .onestop__item-cap {
    font-size: 1.15rem;
  }
}

.howtouse {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .howtouse {
    padding: 60px 0;
  }
}
.howtouse .titlebox__en {
  font-size: 1.5rem;
}
.howtouse__wrap {
  margin-top: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .howtouse__wrap {
    flex-direction: column;
    margin-top: 40px;
    gap: 5px;
  }
}
.howtouse__item {
  background-color: #fff;
  border-radius: 10px;
  width: 310px;
  height: 290px;
  box-shadow: 0px 0px 12px 0px rgba(60, 60, 60, 0.1);
}
@media screen and (max-width: 1200px) {
  .howtouse__item {
    width: 100%;
    height: 8.5em;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    gap: 2vw;
    position: relative;
  }
}
.howtouse__item-num {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #8b6f1c;
  text-align: center;
  position: relative;
  font-size: 2.25rem;
  top: -0.7em;
}
@media screen and (max-width: 1200px) {
  .howtouse__item-num {
    text-align: left;
    font-size: 1.5rem;
    left: 0.5em;
    width: 100%;
    position: absolute;
  }
}
.howtouse__item-img {
  padding-top: 10px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .howtouse__item-img {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    height: auto;
    margin-bottom: 0;
    padding: 4% 9%;
  }
  .howtouse__item-img img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.howtouse__item-cap {
  text-align: center;
  font-size: 1.12rem;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  .howtouse__item-cap {
    text-align: left;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .howtouse__arrow {
    transform: rotate(90deg);
    display: inline-block;
    width: 5vw;
  }
}

.access {
  padding: 100px 0;
}
@media screen and (max-width: 1200px) {
  .access {
    padding: 50px 0;
  }
}
.access .titbox__en {
  font-size: 1.5rem;
}
.access .titbox h3 {
  font-size: 1.875rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.access__wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .access__wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.access__item {
  width: 47%;
}
@media screen and (max-width: 1200px) {
  .access__item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.access__item .linetit {
  font-size: 2.25rem;
  font-weight: 600;
  gap: 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .access__item .linetit {
    margin-bottom: 20px;
    gap: 10px;
  }
}
.access__item-txtin {
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  .access__item-txtin {
    font-size: 1.25rem;
  }
}
.access__item-link {
  margin-top: 20px;
  color: #8b6f1c;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .access__item-link {
    font-size: 1.25rem;
  }
}
.access__item-link a {
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.3em;
}
.access__item-link a:hover {
  border-bottom: none;
}
.access__map {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .access__map {
    position: relative;
    width: 100%;
    padding-top: 80%;
    height: 0;
  }
}
.access__map iframe {
  width: 1120px;
  height: 500px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.access__map-add {
  margin-top: 20px;
  font-size: 1.25rem;
  text-align: center;
}

.closing {
  padding: 70px 0 60px;
}
@media screen and (max-width: 1200px) {
  .closing {
    padding: 50px 0;
  }
}
.closing__txt {
  margin-top: 15px;
  font-size: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .closing__txt {
    margin-top: 5px;
    line-height: 1.8;
  }
}

footer .footer {
  padding: 70px 0 100px;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  footer .footer {
    display: block;
    padding: 60px 0;
    text-align: center;
    font-size: 1rem;
  }
}
footer .footer__add {
  margin-top: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 1200px) {
  footer .footer__add {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
footer .footer__tel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  gap: 10px;
  margin-bottom: 10px;
}
footer .footer__tel-free {
  padding: 0.3em 0.5em;
  box-sizing: border-box;
  background-color: #8b6f1c;
  color: #fff;
  font-size: 1.25rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  footer .footer__tel-free {
    font-size: 1.1rem;
  }
}
footer .footer__tel-num {
  color: #8b6f1c;
  font-weight: 700;
  font-size: 3.75rem;
}
@media screen and (max-width: 1200px) {
  footer .footer__tel-num {
    font-size: 3.4rem;
  }
}
footer .footer__term {
  line-height: 1.8;
}
footer .copyright {
  height: 90px;
  color: #f6f4ed;
  background-color: #1c2123;
  text-align: center;
  font-size: 0.9em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  footer .copyright {
    height: 100%;
    padding-top: 2em;
    padding-bottom: min(17vw, 100px);
  }
}/*# sourceMappingURL=style.css.map */