@charset "UTF-8";
@font-face {
  font-family: "ebrima";
  src: url(../fonts/ebrima.ttf);
}
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #311303;
  font-size: 16px;
  line-height: 1.875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #b55e4e;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  color: #b28575;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

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

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  position: relative;
  padding-top: 65px;
  padding-bottom: 45px;
}
#contact::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 44.25vw);
  top: -44.25vw;
  left: 0;
  z-index: -1;
  background: url(../images/contact-bg.webp) no-repeat center/cover;
}
#contact .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
#contact .contents .block {
  width: 50%;
  text-align: center;
}
#contact .contents .block a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact .contents .block a:hover {
  opacity: 0.6;
}
#contact .contents .block .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
  margin-bottom: 18px;
}
#contact .contents .block .tel a {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
}
#contact .contents .block .tel a rt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #b55e4e;
  margin-bottom: 5px;
  text-align: center;
}
#contact .contents .block .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  max-width: 100%;
  height: 90px;
  border-radius: 45px;
  background: url(../images/arow-white.webp) no-repeat center right 30px #b55e4e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0px auto;
}
@media (max-width: 999px) {
  #contact {
    padding-top: 50px;
    padding-bottom: 35px;
  }
  #contact .contents .block .title {
    font-size: 19px;
  }
  #contact .contents .block .tel a {
    font-size: 30px;
  }
  #contact .contents .block .tel a rt {
    font-size: 14px;
  }
  #contact .contents .block .btn a {
    width: 380px;
    height: 80px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  #contact .contents {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
  #contact .contents .block {
    width: unset;
  }
  #contact .contents .block .title {
    font-size: 16px;
  }
  #contact .contents .block .tel a {
    font-size: 24px;
  }
  #contact .contents .block .tel a rt {
    font-size: 12px;
  }
  #contact .contents .block .btn a {
    width: 280px;
    height: 70px;
    font-size: 18px;
    background-image: unset;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#news .contents article {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcd0c4;
  padding-bottom: 25px;
  -moz-column-gap: 46px;
       column-gap: 46px;
}
#news .contents article a {
  transition: all 0.5s ease-out;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  -moz-column-gap: 46px;
       column-gap: 46px;
}
#news .contents article a:hover {
  opacity: 0.6;
}
#news .contents article a::after {
  content: "";
  width: 21px;
  aspect-ratio: 21/9;
  background: url(../images/arow-blown.webp) no-repeat center/cover;
  margin-left: auto;
}
#news .contents article time {
  font-family: "ebrima";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
}
#news .contents article .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
  flex: 1;
}
#news .contents article:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 999px) {
  #news .contents article {
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-bottom: 15px;
  }
  #news .contents article a {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  #news .contents article time {
    font-size: 16px;
  }
  #news .contents article .title {
    font-size: 16px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news .contents article {
    row-gap: 10px;
    padding-bottom: 10px;
    flex-direction: column;
    align-items: unset;
  }
  #news .contents article a {
    row-gap: 10px;
    flex-direction: column;
    align-items: unset;
  }
  #news .contents article time {
    font-size: 14px;
  }
  #news .contents article .title {
    font-size: 14px;
  }
  #news .contents article:not(:last-child) {
    margin-bottom: 25px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  height: 125px;
  padding: 5px 1.875% 0 2.5%;
}
#header .top.m_fixed {
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 1;
  height: 80px;
  border-bottom: 1px #311303 solid;
}
#header .logo {
  max-width: 246px;
  margin-top: 12px;
}
#header #gnav {
  overflow-x: clip;
  flex: 1;
  margin-top: 10px;
}
#header #gnav ul {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  row-gap: 5px;
  margin-right: -55px;
}
#header #gnav ul li {
  font-family: "ebrima";
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
  display: flex;
}
#header #gnav ul li a {
  font-weight: 400;
  color: #311303;
  text-align: center;
}
#header #gnav ul li a small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #b55e4e;
  padding-top: 4px;
}
#header #gnav ul li::after {
  content: "/";
  margin: 0 22.5px;
}
#header .tel {
  text-align: end;
  margin-left: 3.8562091503%;
}
#header .tel a {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
}
#header .tel a rt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #b55e4e;
  text-align: center;
}
#header .tel a span {
  margin-right: -7px;
}
#header .tel a picture {
  margin-right: 9px;
  display: inline-block;
}
#header .tel .coment {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
}
@media (max-width: 1599px) {
  #header .top {
    padding: 0 10px;
  }
  #header .logo {
    margin-top: 0;
    max-width: 175px;
  }
  #header #gnav {
    margin-top: 0;
  }
  #header #gnav ul {
    margin-right: -28px;
  }
  #header #gnav ul li {
    font-size: 14px;
  }
  #header #gnav ul li a small {
    font-size: 12px;
  }
  #header #gnav ul li::after {
    margin: 0 10px;
  }
  #header .tel {
    margin-left: 0;
  }
  #header .tel a {
    font-size: 19px;
  }
  #header .tel a picture {
    max-width: 15px;
    margin-right: 3px;
  }
  #header .tel .coment {
    font-size: 10px;
  }
}
@media (max-width: 999px) {
  #header .tel {
    display: none;
  }
  #header .top {
    height: unset;
    padding: 10px 60px 10px 10px;
  }
  #header #gnav ul {
    justify-content: flex-start;
    margin-right: 0;
  }
  #header #gnav ul li {
    font-size: 18px;
  }
  #header #gnav ul li a {
    color: #fff;
  }
  #header #gnav ul li a small {
    color: #fff;
    padding-top: 0;
    font-size: 14px;
  }
  #header #gnav ul li::after {
    display: none;
  }
}
/* ----------------------------------------------
pagetop
------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease-out;
}
#pagetop:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  #pagetop {
    bottom: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

/*マウスオーバー時画像切り替え

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 3;
  a {
    position: relative;
    display: block;
    width: 40px;
    height: 17px;
    img {
      @include transition();
      position: absolute;
      top: 0;
      &:last-child {
        opacity: 0;
      }
    }
    &:hover img:first-child {
      opacity: 0;
    }
    &:hover img:last-child {
      opacity: 1;
    }
  }
  @include sp {
   //display: none !important;
   bottom: 55px;
    right: 10px;
    width: 40px;
      height: 40px;
    a {

    }
  }
}

*/
/*フッター部分に固定
#pagetop {
  position: absolute;
  top: -30px;
  right: -90px;
  z-index: 3;
  width: 60px;
  height: 60px;
  @include opacity();
  @media (max-width: 1250px){
    right: 20px;
  }
  @include sp {
    //display: none !important;
    top: -20px;
    right: 10px;
    width: 40px;
    height: 40px;
    a {
    }
  }
}
*/
/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  position: relative;
  padding: 90px 0;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .pagetop {
  position: absolute;
  top: -30px;
  right: 90px;
}
#footer .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .logo {
  max-width: 246px;
  margin-bottom: 12px;
}
#footer .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#footer .contents .left {
  margin-top: 4px;
  padding-bottom: 16px;
}
#footer .contents .left .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.08em;
  color: #311303;
  margin-bottom: 28px;
}
#footer .contents .left .data a {
  color: #b55e4e;
}
#footer .contents .left .tel .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
  margin-bottom: 8px;
}
#footer .contents .left .tel a {
  font-family: "ebrima";
  font-weight: 700;
  font-size: 28px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
}
#footer .contents .left .tel a rt {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #b55e4e;
  text-align: center;
}
#footer .contents .left .tel a span {
  margin-right: -7px;
}
#footer .contents .left .tel a picture {
  margin-right: 9px;
}
#footer .contents .left .tel .time {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
}
#footer .contents .right {
  display: flex;
  flex-direction: column;
  align-items: end;
  flex: 1;
  overflow-x: clip;
}
#footer .contents .right #fnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-right: -44px;
}
#footer .contents .right #fnav ul li {
  font-family: "ebrima";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
  display: flex;
}
#footer .contents .right #fnav ul li a {
  font-weight: 400;
  color: #311303;
  text-align: center;
}
#footer .contents .right #fnav ul li a small {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #b55e4e;
  padding-top: 1px;
}
#footer .contents .right #fnav ul li::after {
  content: "/";
  margin: 0 17px;
}
#footer .contents .right .copyright {
  margin-top: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #311303;
}
@media (min-width: 1000px) {
  #footer .tab {
    display: none;
  }
}
@media (max-width: 999px) {
  #footer {
    padding: 80px 0;
  }
  #footer .pagetop {
    right: 20px;
  }
  #footer .contents .left .data {
    font-size: 14px;
  }
  #footer .contents .left .tel .title {
    font-size: 14px;
  }
  #footer .contents .left .tel a {
    font-size: 22px;
  }
  #footer .contents .right #fnav ul {
    margin-right: -28px;
  }
  #footer .contents .right #fnav ul li {
    font-size: 14px;
  }
  #footer .contents .right #fnav ul li a small {
    font-size: 12px;
  }
  #footer .contents .right #fnav ul li::after {
    margin: 0 10px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 70px 0;
  }
  #footer .pagetop {
    width: 40px;
    top: -20px;
  }
  #footer .logo {
    margin: 0 auto 15px;
  }
  #footer .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #footer .contents .left {
    padding-bottom: 0;
    margin-top: 0;
  }
  #footer .contents .left .tel a {
    font-size: 20px;
  }
  #footer .contents .left .tel a rt {
    font-size: 10px;
  }
  #footer .contents .right {
    align-items: center;
  }
  #footer .contents .right #fnav {
    margin-bottom: 30px;
  }
  #footer .contents .right #fnav ul {
    justify-content: center;
    gap: 15px 10px;
    margin-right: 0;
  }
  #footer .contents .right #fnav ul li::after {
    display: none;
  }
  #footer .contents .right .copyright {
    font-size: 12px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */