@charset "UTF-8";
  
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html{
  font-size: 16px;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

header, footer, nav, menu, article, aside, section, details, figcaption, figure{
  display: block;
}

a {
  text-decoration: none;
  color: #333;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

strong {
  font-weight: normal;
}

i{
  font-style: normal;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  align-items: center;
  height: 60px;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 10%);
  background: #fff;
  margin: 0;
  z-index: 1000;
}

.header_inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: inherit;
}

.catch-copy, .catch-copy_footer {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 9px;
  color: #666;
  text-align: center;
  margin: 0 0 -15px 26px;
}

.catch-copy_footer {
  margin: 25px 0 -40px 26px;
}

.logoimg {
  display: block;
  width: 120px;
  height: 100%;
  margin: .5em auto;
}

.header_inq {
  padding-right: 45px;
  margin: 0 0 0 auto;
}

.header-top_btn, .header_btn {
  background: #f1b007;
  color: #000;
  font-size: 14px;
  border: none;
  padding: 21px 5px;
}

.header_btn {
  background: #2F2017;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .header_btn {
    padding: 20px 20px;
  }
}

.header_btn a {
  color: #fff;
}

.footer_logoimg {
  text-align: center;
  padding-bottom: 20px;
}

footer {
  height: 69px;
}

.floating {
	position: fixed;
	right: 10px;
	bottom: 10px;
  font-family:	YuMincho, 'Yu Mincho';
}

.floating a {
	display: block;
	background: rgba(255, 255, 255, 0.8);
	padding: 8px;
	text-decoration: none;
  text-align: right;
}

.smalltext {
  font-size: 13px;
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.7);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
  visibility: hidden;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

nav.globalMenuSp.active {
  opacity: 100;
  visibility: visible;
}

.footer_box {
  display: flex;
  flex-direction: column-reverse;
}

.footer_box h2 {
  border-top: 1px solid #dcdcdc;
  padding: 1em;
}

.footer_nav li {
  font-size: 14px;
  border-top: 1px solid #dcdcdc;
  padding: 1em 1.5em;
}

@media screen and (min-width: 768px) {
  .footer-logoimg {
    padding-top: 0;
    margin-left: 1em;
  }

  .footer_box h2 {
    border-top: none;
  }

  .footer_nav {
    border-top: 1px solid #dcdcdc;
    padding: 1em 0 0;
  }

  .footer_nav ul {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
  }

  .footer_nav li {
    border-top: none;
    padding-bottom: 0;
  }
}

.block, .block_space {
  display: block;
}

.block_space {
  margin-top: 1em;
}

.inbl, .inbl2 {
  display: inline-block;
}

.inbl2 {
  font-size: 18px;
}


footer {
  position: relative;
}

.footer-box_top {
  display: flex;
  flex-direction: column-reverse;
}

.footer-box_top h2 {
  background: #f1b007;
  border-top: 1px solid #dcdcdc;
  padding: 1.2em 1em .8em;
  margin-top: 0;
}

small {
  display: block;
  text-align: center;
  padding: 20px;
}

.footer-nav li {
  font-size: 14px;
  border-top: 1px solid #dcdcdc;
  padding: 1em 1.5em;
}

.header_logoimg h2 {
  position: relative;
}

.header_logoimg img, .logoimg_top {
  display: block;
  width: 120px;
  height: 100%;
}

.header_logoimg img {
  padding-top: 10px;
}

.header_inner p, .footer-box_top p {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 9px;
  color: #000;
  margin: 0 0 0 64px;
}

.header_inner p {
  position: absolute;
  top: 2px;
  left: -5px;
}

.footer-box_top p {
  position: absolute;
  top: 310px;
  left: 67px;
  margin: 0; 
}

.header_logoimg h2 {
  background: none;
  color: #000;
  padding: 0;
  margin: 0;
}

/*footerテキスト調整*/
.footer-box_top p {
  top: 298px;
  left: 57px;
}