@charset "UTF-8";
/** ==========================================================================
*
* reset
*
========================================================================== **/
* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
ul, li {
  list-style: none;
}
/* li {
  list-style-type:none;	
} */
a {
  text-decoration: none;
  color: inherit;
  transition: .2s ease-in-out;
	will-change: transform;
}
img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: fit-content;
  transition: .2s ease-in-out;
	will-change: transform;
}
h1, h2, h3, h4, h5, h6{
  font-size: 100%;
}
input, textarea, select, button, label{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  cursor: pointer;
}
option{
  background-color: #ffffff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html{
  overflow-x: hidden;
}
body{
  margin-top: 120px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ" , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(0.875rem, 0.786rem + 0.45vw, 1rem);
  line-height: 1.8;
}
body *{
  box-sizing: border-box;
}
@media (max-width: 768px){
  body{
    margin-top: 100px;
  }
}

/** ==========================================================================
*
* common
*
========================================================================== **/

:root{
  --content-gap: clamp(60px, (100vw - 374px) * ( 100 - 60 ) / 624 + 60px, 100px);
  --color-main: #a0821d;
  --color-sub1: #ebe4ce;
  --color-sub2: #faf7f2;
  --color-red: #c10000;
  --font_size-24: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem);
  --font_size-32: clamp(1.75rem, 1.571rem + 0.89vw, 2rem);
  --font_family-mincho: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
small{
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
.df{
  display: flex;
}
.db{
  display: block;
}
.aic{
  align-items: center;
}
.w980{
  width: min(100%, 980px);
  margin: auto;
}
.mt5{ margin-top: 5px; }
.mt10{ margin-top: 10px; }
.mt15{ margin-top: 15px; }
.mt20{ margin-top: 20px; }
.mt25{ margin-top: 25px; }
.mt30{ margin-top: 30px; }
.mt40{ margin-top: 40px; }
.mt60{ margin-top: var(--content-gap); }
.mb5{ margin-bottom: 5px; }
.mb10{ margin-bottom: 10px; }
.mb15{ margin-bottom: 15px; }
.mb20{ margin-bottom: 20px; }
.mb25{ margin-bottom: 25px; }
.mb30{ margin-bottom: 30px; }
.ml5{ margin-left: 5px; }
.ml10{ margin-left: 10px; }
.ml15{ margin-left: 15px; }
.ml20{ margin-left: 20px; }
.ml25{ margin-left: 25px; }
.ml30{ margin-left: 30px; }
.cRed{
  color: var(--color-red);
}
.fwb{
  font-weight: bold;
}
.tac{
  text-align: center;
}
.tar{
  text-align: right;
}
@media (min-width: 769px){
  .pc-tac{
    text-align: center;
  }
  .pc-df{
    display: flex;
  }
  .pc-hide{
    display: none;
  }
  a:hover{
    color: #797979;
  }
  a img:hover{
    opacity: .7;
  }
}
@media (max-width: 768px){
  .sp-hide{
    display: none;
  }
}

.base-container{
  width: min(100%, 1220px);
  padding: 0 10px clamp(80px, (100vw - 374px) * ( 160 - 80 ) / 624 + 80px, 160px);
  margin: auto;
}
.footnote{
  display: block;
}
.w1200{
  width: min(100%, 1220px);
  margin: auto;
  padding: 0 10px;
}

.button{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
  transition: .2s ease-in-out;
  will-change: transform;
  border: 1px solid var(--color-main);
}
@media (max-width: 768px){
  .base-container, .w1200{
    width: 100%;
    padding-left: calc( 45 / 750 * 100vw );
    padding-right: calc( 45 / 750 * 100vw );
  }
}

.page__heading{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  /* padding-top: calc( 300 / 1920 * 100% ); */
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}
[class^="page-"] h1{
  color: #ffffff;
  font-family: var(--font_family-mincho);
  font-size: var(--font_size-32);
}
h2{
  font-family: var(--font_family-mincho);
}
.text-tel{
  font-family: var(--font_family-mincho);
}
@media (min-width: 1921px){
  .page__heading{
    background-size: cover;
  }
}
@media (min-width: 769px){
  .text-tel a{
    pointer-events: none;
  }
}
@media (max-width: 768px){
  .page__heading{
    height: calc( (( 750 / 750 * 100vw ) * 500 ) / 750 );
    background-size: contain;
  }
}

main:not(.page-contact) h2{
  margin-bottom: clamp(40px, (100vw - 374px) * ( 60 - 40 ) / 624 + 40px, 60px);
  font-family: var(--font_family-mincho);
  font-size: var(--font_size-32);
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.07em;
}
main:not(.page-contact) h2::after{
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  margin: 10px auto 0;
  background-color: var(--color-main);
}
.section{
  padding: var(--content-gap) 0;
}
/* .base-container > .section:first-of-type{
  padding-top: 0;
} */
.section:last-of-type{
  padding-bottom: 0;
}

.top_text-container{
  padding-top: var(--content-gap);
}
@media (min-width: 769px){
  .top_text-container{
    text-align: center;
  }
}
.content-block__item{
  justify-content: space-between;
  padding-bottom: clamp(30px, (100vw - 374px) * ( 40 - 30 ) / 624 + 30px, 40px);
  border-bottom: 1px solid var(--color-sub1);
  align-items: flex-start;
}
.content-block__item:last-of-type{
  border: none;
  padding-bottom: 0;
}
.content-block__item + .content-block__item{
  margin-top: clamp(30px, (100vw - 374px) * ( 40 - 30 ) / 624 + 30px, 40px);
}
.content-block__item p{
  margin-top: 20px;
}
.content-block__item [class^="image-"]{
  width: 317px;
}
h3{
  font-size: var(--font_size-24);
  font-family: var(--font_family-mincho);
  line-height: 1.2;
}
h3 span{
  display: inline-block;
  margin-right: 10px;
  color: var(--color-main);
}
@media (min-width: 1221px){
  .content-block__item .text-container{
    flex: 1;
    padding-right: 55px;
  }
}
@media (min-width: 769px) and (max-width: 1220px){
  .content-block__item .text-container{
    padding-right: calc( 55 / 1920 * 100vw );
  }
}
@media (max-width: 768px){
  /* h3{
    padding-left: 2.45em;
    text-indent: -1.25em;
    line-height: 1.2;
  } */
  .content-block__item{
    margin-top: 12px;
  }
  .content-block__item [class^="image-"]{
    width: 100%;
    margin-top: 15px;
  }
}


/** ==========================================================================
*
* header
*
========================================================================== **/
@media (min-width: 769px){
  .header{
    justify-content: space-between;
    /* min-width: 1200px; */
  }
  .header h1{
    position: absolute;
    top: 5px;
    left: 390px;
  }
}
.header{
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  height: 120px;
  z-index: 5;
}
.header h1{
  color: #86898c;
  font-size: 13px;
  font-weight: normal;
  white-space: nowrap;
}
.header .image-logo{
  width: 180px;
}
.company_logo-container a + a {
  margin-left: 10px;
}
.header__item.-left{
  position: relative;
  padding: 10px;
}
.header__item.-center{
  flex: 1;
  padding-right: 80px;
}
.header__item.-center::before{
  content: "";
  display: block;
  flex: 1;
}
.global_nav-container{
  display: flex;
}
.global_nav__list{
  justify-content: space-around;
  align-items: end;
  width: calc( 660 / 1920 * 100vw );
}
.global_nav__item{
  flex: auto;
  height: 60px;
  font-family: var(--font_family-mincho);
  font-weight: bold;
}
.global_nav__item a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.header .contact-container{
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 395px;
  padding: 5px 0;
  background-color: var(--color-sub2);
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}
.header__item .text-tel a{
  font-size: 200%;
}
.button-contact{
  align-items: center;
  justify-content: center;
  width: 140px;
  background-color: var(--color-sub1);
  font-weight: var(--font_family-mincho);
}
@media (max-width: 1590px){
  .header__item.-center{
    justify-content: center;
    padding-right: calc( 10 / 1920 * 100vw );
  }
  .header__item.-center::before{
    display: none;
  }
}
@media (max-width: 1420px){
  .header .contact-container{
    width: 370px;
  }
}
@media (max-width: 1400px){
  .header .contact-container{
    width: 300px;
    line-height: 1.2;
  }
  .header .text-tel{
    margin: 5px;
  }
}
/* @media (max-width: 1285px){
  .button-contact{
    width: calc(140 / 1920 * 100vw );
  }
} */
/* @media (min-width: 1024px) and (max-width: 1040px){
  .header .contact-container {
    width: 300px;
  }
} */
@media (min-width: 1160px) and (max-width: 1270px){
  .header .contact-container{
    width: 220px;
  }
  .header .contact-container dt span,
  .header .contact-container dd span{
    display: block;
  }
}
/* @media (min-width: 1065px) and (max-width: 1270px){
  .header__item.-center{
    justify-content: end;
    align-items: end;
    padding-bottom: 5px;
    padding-right: 10px;
  }
  .global_nav__list{
    width: auto;
    flex: 1;
    flex-direction: column;
  }
  .global_nav__item{
    height: auto;
    line-height: 1.6;
  }
} */
/* @media (max-width: 1050px){
  .header .image-logo{
    width: calc( 180 / 1050 * 100vw );
  }
} */
@media (min-width: 769px){
  .button-contact:hover{
    background-color: var(--color-main);
    color: #ffffff;
  }
}
@media (max-width: 1164px){
  .global_nav-container{
    flex: 1;
  }
  .global_nav__list{
    width: 100%;
  }
  .header .contact-container{
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 926px){
  .header__item.-center {
    justify-content: end;
    align-items: end;
    padding-bottom: 5px;
    padding-right: 10px;
}
  .global_nav__list {
    width: auto;
    flex: 1;
    flex-direction: column;
}
  .global_nav__item {
    height: auto;
  }
}

@media (max-width: 768px){
  .header{
    width: 100%;
    height: 100px;
  }
  .header h1{
    margin-left: 5px;
    color: #333333;
    font-size: 12px;
    line-height: 1.6;
  }
  .header__item.-left{
    height: 50px;
    padding: 10px 10px 0 10px;
    align-items: center;
  }
  .header .image-logo{
    width: 72px;
  }
  .header__item.-right{
    position: absolute;
    right: 0;
    top: 0;
  }
  .header__item.-center{
    padding: 0;
  }
  .global_nav__list{
    width: auto;
    flex: 1;
  }
  .global_nav__item{
    height: 50px;
    font-size: 12px;
  }
  .global_nav-container{
    width: 100%;
    height: 50px;
    padding: 0 10px;
  }

  .button-contact{
    width: 80px;
    height: 50px;
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}

/** ==========================================================================
*
* footer
*
========================================================================== **/
.footer{
  padding-top: var(--content-gap);
  background-color: var(--color-sub2);
}
.footer .base-container{
  position: relative;
}
.footerItem-container{
  width: fit-content;
  margin: auto;
}
.footer .contact-container{
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.footer .company_logo-container{
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.footer .contact-container dt{
  font-family: var(--font_family-mincho);
  font-weight: bold;
}
.footer .contact-container dt,
.footer .contact-container .text-tel{
  font-size: 150%;
}
.footer .contact-container .text-tel a{
  font-size: 133.3333%;
}

.footer_nav-container{
  margin-top: 60px;
}
.footer_nav__list{
  display: flex;
  justify-content: center;
  column-gap: 30px;
}
.footer__link{
  text-align: center;
}
.copyright-container{
  height: 75px;
  background-color: var(--color-sub1);
  font-size: clamp(0.75rem, 0.705rem + 0.22vw, 0.813rem);
  text-align: center;
  line-height: 75px;
}
.text-copyright{
  color: var(--color-main);
}
.footer__button{
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  color: var(--color-main);
}
.footer__link{
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: fit-content;
}
@media (min-width: 1221px){
  .footer__item.-right{
    margin-top: 35px;
  }
  .footer__link{
    position: absolute;
    bottom: 160px;
    right: 0;
  }
}
@media (max-width: 1220px){
  .footer__link{
    margin: 50px auto 0;
  }
}


@media (min-width: 769px){
  .footer__button:hover{
    background-color: var(--color-main);
    color: #ffffff;
  }
}

@media (max-width: 768px){
  .footer{
    text-align: center;
  }
  .footer .base-container{
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .footer__item.-left{
    text-align: center;
  }
  .footer .image-logo{
    width: calc( 232 / 750 * 100vw );
  }
  .footer__item.-right{
    margin-top: 30px;
    padding-left: 0;
  }
  .footer .contact-container{
    font-size: 14px;
  }
  .copyright-container{
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 430px){
  .footer .contact-container{
    font-size: calc( 23 / 750 * 100vw );
  }
}


.button-pagetop {
  border: none;
  opacity: 0;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--color-main);
  transition: .2s ease-in-out;
	will-change: transform;
  cursor: pointer;
  z-index: 10;
}
.button-pagetop span{
  position: relative;
  top: 3px;
}
.button-pagetop span::before{
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
  transform: rotate(-45deg);
}
.button-pagetop.is-active {
  opacity: .7;
}
@media (min-width: 769px){
  .button-pagetop:hover{
    background-color: #ffffff;
    border: 1px solid var(--color-main);
  }
  .button-pagetop:hover span::before{
    border-color: var(--color-main);
  }
}