@charset "utf-8";

/*--------------------------------------------------------------------
  @Base
----------------------------------------------------------------------*/
/* reset
--------------------------------------------------*/
*,*:before,*:after{
  box-sizing: border-box
}
html{
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body,h1,h2,h3,h4,h5{
  margin: 0;
}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{
  display: block;
}
hr{
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid $bgGray;
}
h1,h2,h3,h4,h5,small{
  font-size: 100%;
}
p{
  margin: 0;
}
em{
  font-style: normal;
}
strong,b{
  font-weight: bolder;
}
sup{
  position: relative;
  top: -4px;
  font-size: 65%;
  line-height: 0;
  vertical-align: middle;
}
sub{
  position: relative;
  top: 0;
  font-size: 65%;
  line-height: 0;
  vertical-align: middle;
}
pre{
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
  word-wrap: break-word;
}
img{
  display: block;
  border-style: none;
}
ul,ol,dl,dt,dd{
  margin: 0;
  padding: 0;
}
ul,ol{
  list-style: none;
}
table{
  width: 100%;
  border-collapse: collapse;
}
td,
th{
  word-break: break-word;
}
label{
  cursor: pointer;
}
button,
input,
select,
textarea{
  margin: 0;
  color: inherit;
  font: inherit;
  outline: none;
}
button,
input{
  overflow: visible;
}
button,
select{
  text-transform: none;
}
button{
  padding: 0;
  border: none;
  background: rgba(0,0,0,0);
  cursor: pointer;
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
  padding: 0;
  border-style: none;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
  outline: 1px dotted ButtonText;
}
legend{
  display: table;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
}
textarea{
  overflow: auto;
  resize: vertical;
}
::-webkit-file-upload-button{
  -webkit-appearance: button;
  font: inherit;
}
[type="button"]:focus{
  outline: none;
  outline-offset: 0;
}
[disabled]{
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
  padding: 0;
  border: 0;
}
button:-moz-focusring,
input:-moz-focusring{
  outline: 1px dotted ButtonText;
}
textarea{
  overflow: auto;
}
input[type="checkbox"],
input[type="radio"]{
  margin: 0 10px;
}
details{
  display: block;
}
summary{
  display: list-item;
}
figure{
  margin: 0;
}

/* html
--------------------------------------------------*/
html{
  height: 100%;
  background-color: #fff;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* body
--------------------------------------------------*/
body{
  display: flex;
  position: relative;
  min-width: 320px;
  min-height: 100vh;
  color: #333;
  font-size: 1.2rem;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo",sans-serif, arial, helvetica, sans-serif;
  line-height: 1.6;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 769px){
  body{
    min-width: 1237px;
    font-size: 1.6rem;
  }
}

/* link
--------------------------------------------------*/
a{
  color: #333;
  text-decoration: none;
}
a:active,
a:hover{
  outline-width: 0;
}

@media screen and (min-width: 769px){
  a:hover{
    text-decoration: underline;
  }
  [href^="tel:"]{
    pointer-events: none;
  }
}

/* clearfix
--------------------------------------------------*/
.cf::after{
  display: block;
  clear: both;
  content: "";
}

/*--------------------------------------------------------------------
  @layout
----------------------------------------------------------------------*/
.l-contents{
  padding-bottom: 76px;
}

/*--------------------------------------------------------------------
  @header
----------------------------------------------------------------------*/
.g-header .inner{
  display: flex;
  margin-top: 8px;
  flex-direction: column;
}
.g-header .logo{
  display: block;
  width: 262px;
  height: auto;
  margin: 0 auto;
}
.g-header .nav{
  display: flex;
  width: 259px;
  margin: 17px auto 13px;
  justify-content: space-between;
  font-size: 1.2rem;
  font-weight: bold;
}

/*--------------------------------------------------------------------
  @footer
----------------------------------------------------------------------*/
.g-footer{
  background: #c7db00;
}
.g-footer .inner{
  display: flex;
  position: relative;
  padding: 20px 0;
  text-align: center;
  font-size: 1rem;
  flex-direction: column;
}
.g-footer .nav{
  display: flex;
  margin-top: 10px;
  justify-content: center;
}
.g-footer .nav > *:not(:first-of-type) {
  position: relative;
  margin-left: 23px;
  padding-left: 23px;
}
.g-footer .nav > *:not(:first-of-type)::before{
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1em;
  margin-top: -.4em;
  background: #333;
  content: '';
}
.g-footer .copy{
  font-family: "Noto Sans";
}
.g-footer .btn_above{
  display: block;
  overflow: hidden;
  position: absolute;
  top: -70px;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-left: -30px;
  background: url(/assets/images/btn_top.png) no-repeat 50%;
  background-size: cover;
  text-indent: 100%;
  white-space: normal;
}

/*--------------------------------------------------------------------
  @ページヘッダー
----------------------------------------------------------------------*/
.st-pageHead{
  position: relative;
  height: 100px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  box-sizing: border-box;
  font-size: 2rem;
}
.st-pageHead .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.st-pageHead .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------------------------------------------
  @パンくず
----------------------------------------------------------------------*/
.st-breadcrumbs{
  overflow-y: hidden;
}
.st-breadcrumbs .inner{
  display: flex;
  max-width: 1220px;
  margin: 13px auto;
  padding: 0 15px;
}
.st-breadcrumbs .item{
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
  white-space: nowrap;
}
.st-breadcrumbs .item:not(:first-of-type)::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  margin: -.8em 0 0 -13px;
  content: " > ";
}

/*--------------------------------------------------------------------
  @utilty
----------------------------------------------------------------------*/
.u-pcItem{
  display: none;
}
.u-fixImg{
  max-width: 100%;
  height: auto;
}


/*--------------------------------------------------------------------
  @レスポンシブ
----------------------------------------------------------------------*/
@media screen and (min-width: 769px){
  /* layout
  --------------------------------------------------*/
  .l-contents{
    padding-bottom: 123px;
  }

  /* header
  --------------------------------------------------*/
  .g-header{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .g-header .inner{
    width: 1220px;
    margin: 17px auto 0;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .g-header .logo{
    width: 100%;
  }
  .g-header .nav{
    width: 370px;
    margin: -6px 65px 0;
    justify-content: space-between;
  }
  .g-header .nav > *{
    font-size: 1.4rem;
  }

  /* footer
  --------------------------------------------------*/
  .g-footer{
    margin: 0;
  }
  .g-footer .inner{
    width: 1237px;
    height: 64px;
    margin: 0 auto;
    padding: 20px 0 27px;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .g-footer .copy{
    margin-left: 17px;
  }
  .g-footer .nav{
    margin-top: 0;
  }
  .g-footer .btn_above{
    top: -90px;
    left: calc(100% - 30px);
  }

  /* パンくず
  --------------------------------------------------*/
  .st-breadcrumbs .inner {
    margin: 24px auto 15px;
  }

  /* ページヘッダー
  --------------------------------------------------*/
  .st-pageHead {
    min-height: 212px;
    margin-top: 123px;
    font-size: 3.6rem;
  }

  /* utilty
  --------------------------------------------------*/
  .u-spItem{
    display: none;
  }
  .u-pcItem{
    display: block;
  }

}
