/*layout*/
@charset "utf-8";
@media screen and (max-width: 600px) {
  html { font-size: .8735rem; }
}

.conts-width { width: 90%; max-width: 1200px;  margin: 0 auto; }
.conts-width-s { width: 90%; max-width: 960px;  margin: 0 auto; }


.conts-section { padding: 120px 0; }
.conts-section-t { padding-top: 120px; }
.conts-section-s { padding: 60px 0; }
.conts-section-s-t { padding-top: 60px; }

@media screen and (max-width: 900px) {
  .conts-section { padding: 50px 0; }
  .conts-section-t { padding-top: 50px; }
  .conts-section-s-t { padding-top: 30px; }
}

.header { position: fixed; top: 0; left: 0; right: 0; margin: auto; z-index: 999; background: #FFF; }
.header .inner { display: flex; justify-content: space-between; align-items: center; }
.header .sitename { background: #FFF; margin: 5px;  border-radius: 0 0 13px 0; }
.header .sitename img { width:200px; }


.head-menus { display: flex; align-items: center; }
.g-navi { display: flex; align-items: center; font-size: .75rem; }
.g-navi > li { position: relative; text-align: center; }
.g-navi  a { display: block; padding: 1em; }

a.head-contact { background: #A9875A; color: #FFF; text-align: center; font-size: .75rem; font-weight: bold; display: flex; align-items: center ;justify-content: center; flex-direction: column; height: 66px; width: 114px; }
.head-contact img { display: block; margin: 0 auto; }

.btn-hamburger { display: none ; }

@media screen and (max-width: 900px) {
  .header .sitename img { width: 150px; }
  .btn-hamburger { position: fixed; top: 0; right: 0; display: block; border: none; width: 4rem; height: 4rem; display: block; z-index: 999; background: #426B4C; white-space: nowrap; overflow: hidden; text-indent: 200%; }
  .btn-hamburger::before,
  .btn-hamburger::after { 
    content: ''; width: 2rem; height: 1px; background: #FFF; display: block; position: absolute; inset: 0; margin: auto; transition: transform .5s; 
  }
  .btn-hamburger::before { transform: translateY(-8px); box-shadow: 0 8px 0 #FFF; }
  .btn-hamburger::after{ transform: translateY(8px); }
  
  .btn-hamburger.open::before { transform: rotate(45deg); box-shadow: none; }
  .btn-hamburger.open::after { transform: rotate(-45deg); }
  
  
  .g-navi  { position: fixed; right: 0; top: 0; width: 70%; margin: auto; background: #FFF; color: #333; display: block;  padding: 10em 5% 4em; z-index: 998; height: 100%; opacity: 0; transition: opacity .3s, transform .3s; pointer-events: none; transform: translateX(100%); text-align: center; font-size: 1rem; }
  .g-navi > li + li { margin-left: 0; }
  .g-navi > li { margin-bottom: 1em; font-weight: bold; }
  .g-navi .head-contact { background: linear-gradient(to right, #3CCBFF, #0067CE); color: #FFF; text-align: center; font-size: 1rem; justify-content: center; max-width: 200px; margin: 0 auto; }
  .g-navi .head-contact .icon { filter: brightness(5); }
  
  .header.open .g-navi { opacity: 1; pointer-events: auto; transform: translateX(0); }
  a.head-contact { margin-right: 4rem; height: 4rem; width: 70px; font-size: .625rem; }
  
}


.footer { padding: 80px 0 0; }

.footer-top { background: #426B4C; color: #FFF; padding: 3rem 0 4rem;  }
.footer-top .inner{ display: flex; justify-content: center; align-items: center; }

.footer-top .text { font-family: 'Noto Serif JP', serif; margin-right: 2em; }
.footer-top .msg {  font-size: 1.5rem; }
.footer-top .sub { font-size: .8375rem; }
.footer-top .btn { background: #FFF; color: #426B4C; width: 357px; display: flex; justify-content: center; align-items: center; text-align: center; font-weight: 500; padding: 1.5em;  }
.footer-top .btn img { margin-left: .5em; }

.footer-bottom { background: #A9875A; padding: 4rem 0 3.3rem ;color: #FFF; }
.footer-bottom .inner { display: flex; justify-content: space-between; }

.foot-navi { display: flex;  font-size: .935rem; line-height: 1.2; }
.foot-navi > li:not(:last-child) { margin-right: 1em; padding-right: 1em; border-right: 1px solid #E1BD7C; }

.footer .sitename img { width: 215px; height: auto; }


.copyright { font-size: .75rem; text-align: center; display: block; margin-top: 3em; }


@media screen and (max-width: 900px) {
  .footer .inner{ flex-direction: column; }
  .footer .sitename { display: block; margin: 0 auto 2rem; }
  .footer-top .text { margin: 0 0 1em; }
  .footer-top .inner { flex-direction: column; width: 90%; margin: 0 auto; }
  
  .footer-top .msg { font-size: 1.2rem; text-align: center; }
  .footer-top .btn  { margin:0 auto; max-width: 90%; margin: 1.5em auto 0; padding: 1em;  }
  
  
  .foot-navi { display: none; }
  .footer .menu { width: 100%; }
  
  .copyright { text-align: center; margin-top: 2rem; }
}

@media screen and (max-width: 600px) {
  .foot-navi { display: none; }
}

