/*
Theme Name: KBCグループテーマ
Theme URI: https://kbcgroup.jp
Description: KBCグループテーマ（2019-2020リニューアル）
Version: 1.0
Author: One by One
Author URI: https://kbcgroup.jp/wp-content/themes/kbcgroup
*/

@charset "UTF-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
form.post-password-form {
    padding: 1em;
}
ol.kbc_photos_ol {
    text-align: left;
    width: 98%;
    max-width: 960px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.3em;
    line-height: 1.6em;
	list-style-position: inside;
}
ol.kbc_photos_ol li {
    margin-bottom: 1em;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

* {
  box-sizing: border-box;
}
html {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: normal;
}
body {
  color: #292929;
  font-size: 1.6rem;
}

.sp {
  display: none;
}
.inner {
  margin: 0 auto;
  position: relative;
  width: 1290px;
}
.inner2 {
  margin: 0 auto;
  position: relative;
  width: 1080px;
}
.outer {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}
.center {
  text-align: center;
}
img {
  height: auto;
  max-width: 100%;
}
.ac > dt {
  cursor: pointer;
}
.ac > dd {
  display: none;
}

/*======================================================================
||
||    header
||
======================================================================*/

header {
  box-sizing: border-box;
  height: 96px;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
	width: 100%;
  z-index: 1000;
}
header.scrolled {
  background: #fff;
  box-shadow: 0px 0px 6px 3px #ccc;
}
.logo a {
  background: url(img/common/logo.png) no-repeat center center / auto 40px;
  display: block;
  height: 96px;
  position: relative;
  text-indent: -9999em;
  width: 350px;
}
.navs {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
#menu-header_nav {
  display: table;
}
#menu-header_nav li {
  display: table-cell;
  height: 96px;
  vertical-align: middle;
  width: 130px;
}
#menu-header_nav li:nth-of-type(2) {
  width: 165px;
}
#menu-header_nav li a {
  color: #000;
  display: inline-block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  text-decoration: none;
}
#menu-header_nav li a span {
  box-sizing: border-box;
  display: block;
  padding: 10px 0 9px;
}
#menu-header_nav li a:hover span {
  border-bottom: 1px solid #8FBF3E;
}
.h_btns {
  display: flex;
  list-style: none;
}
.h_btns > li {
  width: 110px;
}
.h_btns > li > a {
  background-image: linear-gradient(to right, transparent 50%, rgba(143,191,62,0.5) 50%);
  background-position: 0 0;
  background-size: 200% auto;
  box-sizing: border-box;
  color: #000;
  display: block;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  height: 96px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s;
}
.h_btns > li:hover > a {
  background-position: -100% 0;
  color: #fff;
}
.h_btns > li.d_menu > a {
  cursor: default;
}
.h_btns > li > a > span {
  display: block;
  padding: 63px 0 0;
}
.h_btns > li:nth-of-type(1) > a > span {
  background: url(img/common/schools.png) no-repeat center 21px / 30px auto;
}
.h_btns > li:nth-of-type(2) > a > span {
  background: url(img/common/mini_logo.png) no-repeat center 21px / 30px auto;
}
.h_btns > li:nth-of-type(3) > a > span {
  background: url(img/common/phone.png) no-repeat center 23px / 24px auto;
}
.h_btns > li:nth-of-type(4) > a > span {
  background: url(img/common/hamburger.png) no-repeat center 24px / 21px auto;
}
.h_btns > li:nth-of-type(1):hover > a > span {
  background: url(img/common/schools_on.png) no-repeat center 21px / 30px auto;
}
.h_btns > li:nth-of-type(2):hover > a > span {
  background: url(img/common/mini_logo_on.png) no-repeat center 21px / 30px auto;
}
.h_btns > li:nth-of-type(3):hover > a > span {
  background: url(img/common/phone_on.png) no-repeat center 23px / 24px auto;
}
.h_btns > li:nth-of-type(4):hover > a > span {
  background: url(img/common/hamburger_on.png) no-repeat center 24px / 21px auto;
}
.d_menus {
  display: none;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 96px;
  width: 440px;
}
.d_menus ul {
  border: 1px solid #8FBF3E;
  list-style: none;
}
.d_menus ul li {
  background: #E3F4D0;
  border-bottom: 1px solid #8FBF3E;
}
.d_menus ul li:last-of-type {
  border: none;
}
.d_menus ul li a {
  color: #3E8247;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
.d_menus ul li a:hover {
  background: rgba(24,157,0,0.3);
}
.d_menus ul li a i,
.d_menus ul li a svg {
  display: block;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 15px;
  top: 0;
}
#nav {
  overflow: hidden;
}
.overlay {
  background: rgba(0,0,0,0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modal {
  box-sizing: border-box;
  display: none;
/*  height: 100%;*/
  margin: auto;
/*  overflow-y: scroll;*/
  padding: 96px 0 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  width: 440px;
  z-index: 2;
}
#m1 {
  background: #8FBF3E;
  display: table;
  position: fixed;
  right: 0;
  top: 0;
  width: 440px;
}
#m1 > div {
  display: table-cell;
  vertical-align: middle;
}
#m1 > div:nth-of-type(1) {
  padding: 0 0 0 10px;
  width: calc(100% - 96px);
}
#m1 > div:nth-of-type(1) img {
  width: 75%;
}
#m1 > div:nth-of-type(2) .close {
  background: #fff url(img/common/close.png) no-repeat center center / 24px auto;
  cursor: pointer;
  height: 96px;
  text-indent: -9999em;
  width: 96px;
}
.modal_wrap {
  background: #8FBF3E;
  height: calc(100vh - 96px);
  overflow-x: hidden;
  overflow-y: scroll;
}
#m2 {
  display: flex;
}
#m2 a {
  background: #F5FF00;
  box-sizing: border-box;
  color: #3E8247;
  display: block;
  line-height: 1.2em;
  padding: 18px 0 12px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}
#m2 a:last-child {
  border-left: 1px solid #8FBF3E;
}
#m2 a span {
  background: #8FBF3E;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 10px;
  text-align: center;
  width: 45px;
}
.modal dl dt {
  background: #3E8247 url(img/common/menu_plus.png) no-repeat right 10px center / 34px auto;
  border-top: 1px solid #8FBF3E;
  color: #fff;
  cursor: pointer;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
}
.modal dl.open dt {
  background-image: url(img/common/menu_minus.png);
}
.modal dl#m3 dt {
  background-color: #fff;
  color: #3E8247;
  text-align: center;
}
.modal dl dd {
  display: none;
}
.modal dl#m3 dd > div {
  border-top: 1px solid #8FBF3E;
  display: flex;
}
.modal dl#m3 dd > div a {
  background: #fff;
  box-sizing: border-box;
  color: #3E8247;
  display: block;
  line-height: 1.2em;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: calc(100% / 3);
}
.modal dl#m3 dd > div a:nth-of-type(n+2) {
  border-left: 1px solid #8FBF3E;
}
.modal dl#m3 dd > div a i,
.modal dl#m3 dd > div a svg {
  display: block;
  font-size: 2.8rem;
  margin: 0 auto 12px;
}
.modal dl#m4 dd > div {
  display: flex;
  flex-wrap: wrap;
}
.modal dl#m4 dd > div a {
  background: #E3F4D0;
  border-top: 1px solid #8FBF3E;
  box-sizing: border-box;
  color: #3E8247;
  display: block;
  height: 84px;
  line-height: 1.3em;
  padding: 20px 10px;
  position: relative;
  text-decoration: none;
  width: 50%;
}
.modal dl#m4 dd > div a:nth-of-type(2n) {
  border-left: 1px solid #8FBF3E;
}
.modal dl#m4 dd > div a i,
.modal dl#m4 dd > div a svg {
  height: 84px;
  line-height: 84px;
  position: absolute;
  right: 10px;
  top: 0;
}
.modal_wrap > a {
  background: #3E8247;
  border-top: 1px solid #8FBF3E;
  color: #fff;
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
.modal_wrap > a i,
.modal_wrap > a svg {
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 10px;
  top: 0;
}
.modal dl dd.m_list a,
#menu-edu_nav a {
  background: #E3F4D0;
  border-top: 1px solid #8FBF3E;
  color: #3E8247;
  display: block;
  height: 55px;
  line-height: 55px;
  padding: 0 10px;
  position: relative;
  text-decoration: none;
}
.modal dl dd.m_list a i,
.modal dl dd.m_list a svg,
#menu-edu_nav a i,
#menu-edu_nav a svg {
  height: 55px;
  line-height: 55px;
  position: absolute;
  right: 10px;
  top: 0;
}
#m5 {
  background: #E3F4D0;
  border-top: 1px solid #8FBF3E;
  padding: 20px 0 0;
}
#m5 p {
  text-align: center;
}
#m5 p span {
  background: #3E8247;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  padding: 0 38px;
}
#m5 div {
  display: flex;
  margin: 20px 0 0;
}
#m5 div a {
  box-sizing: border-box;
  color: #555;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  width: calc(100% / 3);
}
#m5 div a:nth-of-type(n+2) {
  border-left: 1px solid #8FBF3E;
}
#m6 {
  padding: 34px 10px;
  text-align: center;
}
#m6 img {
  width: 75%;
}
#m6 span {
  color: #fff;
  font-size: 18px;
}
#m6 .close {
  background: #fff url(img/common/close.png) no-repeat center top 18px / 25px auto;
  border-radius: 50%;
  box-sizing: border-box;
  color: #8FBF3E;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  height: 80px;
  margin: 30px auto 0;
  padding: 50px 0 0;
  width: 80px;
}


/*======================================================================
||
||    footer
||
======================================================================*/

footer {
  border-top: 2px solid #8fbf3e;
  margin-top: 110px;
  position: relative;
}
footer #fwrap1 {
  background: #f8f8f8;
  padding: 20px 0;
}
footer #fwrap2 {
  background: #132f45;
  padding: 30px 0 10px;
}
footer #fwrap1 .inner2 > div {
  display: flex;
}
footer #fwrap1 .inner2 > div > div {
  border-right: 1px solid #d8d8d8;
  box-sizing: border-box;
  padding: 10px 40px;
}
footer #fwrap1 .inner2 > div > div:last-of-type {
  border: none;
}
footer #fwrap1 .inner2 > div > div p {
  margin-bottom: 25px;
}
footer #fwrap1 .inner2 > div > div ul {
  list-style: none;
}
footer #fwrap1 .inner2 > div > div ul li {
  margin: 0 0 15px;
}
footer #fwrap1 .inner2 > div > div ul li:last-of-type {
  margin: 0;
}
footer #fwrap1 .inner2 > div > div ul li a {
  color: #292929;
  font-size: 1.4rem;
  text-decoration: none;
}
footer #fwrap1 .inner2 > div > div ul li a:hover {
  text-decoration: underline;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) {
  box-sizing: border-box;
  padding-right: 80px;
  /*width: 345px;*/
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) {
  margin: 40px 0 0;
  /*width: calc(100% - 345px);*/
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) > p {
  width: 260px;
}
footer #fwrap2 .inner2 dl {
  color: #fff;
  line-height: 1.5em;
  margin: 22px 0 0;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) dl dt {
  font-weight: bold;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) dl dd {
  font-size: 1.4rem;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) > a {
  border: 2px solid #fff;
  border-radius: 25px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  height: 50px;
  line-height: 46px;
  margin: 18px 0 0;
  text-align: center;
  text-decoration: none;
  width: 205px;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(1) > a:hover {
  background: #8fbf3e;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) p {
  border-bottom: 1px solid #747f87;
  color: #fff;
  font-weight: bold;
  padding-bottom: 12px;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div {
  border-bottom: 1px solid #747f87;
  padding: 18px 0;
  width: calc((100% - 80px) / 2);
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div:nth-of-type(2n) {
  margin-left: 80px;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div:last-child {
  border: none;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) a {
  color: #fff;
  display: inline-block;
  line-height: 1.2em;
  text-decoration: none;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) a:last-of-type {
  font-family: 'Montserrat', sans-serif;
  font-size: 500;
  margin: 5px 0 0;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) a:hover {
  text-decoration: underline;
}
footer #fwrap2 .inner2 > div > div:nth-of-type(2) a img {
  display: inline-block;
  height: 13px;
  margin-right: 5px;
  width: auto;
}
footer #fwrap2 > a {
  background: #0c1f2e;
  bottom: 30px;
  color: #fff;
  display: block;
  font-size: 3rem;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 60px;
}
.copy {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  margin-top: 60px;
  text-align: center;
}

.fix_btns {
  position: fixed;
  right: 0;
  top: 140px;
}
.fix_btns a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 48px;
  padding: 40px 0 30px;
  text-align: center;
  text-decoration: none;
  width: 48px;
  writing-mode: vertical-rl;
}
.fix_btns a + a {
  margin: 10px 0 0;
}
.fix_btns a#fix_req {
  background-color: #1988CF;
  background-image:
    url(img/common/wlogo.png),
    url(img/common/fix_arrow.png);
  background-position:
    center 10px,
    center bottom 15px;
  background-repeat: no-repeat;
  background-size:
    26px auto,
    20px auto;
}
.fix_btns a#fix_oc {
  background-color: #F2BA00;
  background-image:
    url(img/common/wlogo.png),
    url(img/common/fix_arrow.png);
  background-position:
    center 10px,
    center bottom 15px;
  background-repeat: no-repeat;
  background-size:
    26px auto,
    20px auto;
}
.fix_btns a#fix_top {
  background-color: #8FBF3E;
  background-image:
    url(img/common/wlogo.png),
    url(img/common/fix_arrow.png);
  background-position:
    center 10px,
    center bottom 15px;
  background-repeat: no-repeat;
  background-size:
    26px auto,
    20px auto;
}
.fix_btns a#fix_oc br {
  display: none;
}
.fix_btns a#fix_rent {
  background-color: #3F780F;
  background-image:
    url(img/common/wlogo.png),
    url(img/common/fix_arrow.png);
  background-position:
    center 10px,
    center bottom 15px;
  background-repeat: no-repeat;
  background-size:
    26px auto,
    20px auto;
}
.fix_btns a#fix_rent br {
  display: none;
}

/*======================================================================
||
||    main
||
======================================================================*/

main {
  display: block;
  padding: 96px 0 0;
}

/*---printing---*/
.printing_wrap > div {
  padding: 120px 0 0;
  text-align: center;
}
.printing_wrap > div h1 {
  color: #8fbf3e;
  font-family: 'Montserrat', sans-serif;
  font-size: 5rem;
  font-style: italic;
  font-weight: bold;
}
.printing_wrap > div h1 + p {
  margin-top: 42px;
  vertical-align: middle;
}
.printing_wrap > div h1 + p img {
  vertical-align: middle;
  width: 200px;
}
.printing_wrap > div h1 + p img:nth-of-type(2) {
  display: inline-block;
  margin: 0 25px;
  width: 50px;
}
.printing_wrap > div h2 {
  color: #8fbf3e;
  font-size: 3rem;
  margin: 42px 0 0;
}
.printing_wrap > div h2 + p {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin: 30px 0 0;
}
.printing_wrap > div a {
  background: #8fbf3e;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin: 70px auto 0;
  text-align: center;
  text-decoration: none;
  width: 300px;
}

@media screen and (max-width: 768px) {

  .printing_wrap > div {
    padding: 80px 0 0;
  }
  .printing_wrap > div h1 {
    font-size: 2.8rem;
  }
  .printing_wrap > div h1 + p img {
    width: 60px;
  }
  .printing_wrap > div h2 {
    font-size: 2rem;
  }
  .printing_wrap > div h2 + p {
    font-size: 1.6rem;
  }

}

/*======================================================================
||
||    404
||
======================================================================*/
.error404 section {
  padding: 100px 0;
}
.error404 section h2 {
  color: #8FBF3E;
  font-family: azo-sans-web, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  font-style: italic;
  text-align: center;
}
.error404 section .inner2 > div {
  align-items: center;
  display: flex;
  margin: 30px auto 50px;
  width: 340px;
}
.error404 section .inner2 > div:before,
.error404 section .inner2 > div:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #8FBF3E;
	display: block;
}
.error404 section .inner2 > div:before {
	margin-right: .4em;
}
.error404 section .inner2 > div:after {
	margin-left: .4em;
}
.error404 section .inner2 > div img {
  margin: 0 40px;
  width: 50px;
}
.error404 section .inner2 > p {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  text-align: center;
}
.error404 section .inner2 > a {
  background: #8FBF3E;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin: 100px auto 0;
  text-align: center;
  text-decoration: none;
  width: 300px;
}

@media screen and (max-width: 768px) {

  .error404 section {
    padding: 80px 0;
  }
  .error404 section .inner2 > div {
    width: 80%;
  }
  .error404 section .inner2 > p {
    font-size: 1.6rem;
  }

}

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

/* clear */
.clear {
    clear:both;
}

/* div.clear */
div.clear {
    clear:both;
    font-size:1px;
    line-height:1px;
    height:1px;
    margin:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
div:after,
ul:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 1320px) {

  #menu-header_nav {
    display: none;
  }

}

@media screen and (max-width: 768px) {

  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .inner,
  .inner2 {
    padding: 0 10px;
    width: auto;
  }
  .outer {
    width: auto;
  }
  header {
    background: #fff;
    box-shadow: 0px 0px 6px 3px #ccc;
    height: 75px;
  }
  .logo a {
    background-position: left 20px center;
    background-size: auto 25px;
    height: 75px;
    width: 65%;
  }
  .menu-header_nav-container {
    display: none;
  }
  .h_btns > li {
    display: none;
  }
  .h_btns > li:last-of-type {
    display: block;
    width: 75px;
  }
  .h_btns > li:last-of-type > a {
    height: auto;
  }
  .h_btns > li:nth-of-type(4) > a > span {
    background: #8FBF3E url(img/common/hamburger_sp.png) no-repeat center center / 30px auto;
    height: 75px;
    padding: 0;
    text-indent: -9999em;
  }
  .modal {
    width: 100%;
  }
  #m1 {
    width: 100%;
  }
  footer {
    padding: 0 0 50px;
  }
  footer .inner2 > div {
    display: block;
  }
  footer #fwrap1 .inner2 > div {
    display: block;
  }
  footer #fwrap1 .inner2 > div > div {
    border-bottom: 1px solid #d8d8d8;
    padding: 20px;
  }
  footer #fwrap1 .inner2 > div > div:last-of-type {
    border: none;
  }
  footer #fwrap2 .inner2 > div > div:nth-of-type(1) {
    padding: 0;
    width: auto;
  }
  footer #fwrap2 .inner2 > div > div:nth-of-type(2) {
    margin: 30px 0 0;
    width: auto;
  }
  footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div {
    display: block;
  }
  footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div {
    width: auto;
  }
  footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div:nth-of-type(2n) {
    margin-left: 0;
  }
  footer #fwrap2 > a {
    background: #4a7293;
	  bottom: 60px;
    font-size: 2rem;
    height: 40px;
    line-height: 40px;
    right: 5px;
    width: 40px;
  }
  .fix_btns {
    bottom: 0;
    display: table;
    left: 0;
    right: auto;
    top: auto;
    width: 100%;
  }
  .fix_btns a {
    display: table-cell;
    line-height: 1.2em;
    padding: 8px 0;
    vertical-align: middle;
    writing-mode: horizontal-tb;
    width: calc(100% / 3);
  }
  .home .fix_btns a {
/*    width: 50%;*/
  }
  .fix_btns a + a {
    margin: 0;
  }
  .fix_btns a#fix_req {
    background: #1988CF;
  }
  .fix_btns a#fix_rent {
    background: #3F780F;
  }
  .fix_btns a#fix_oc {
    background: #F2BA00;
  }
  .fix_btns a#fix_top {
    background: #8FBF3E;
  }
  .fix_btns a#fix_oc br,
  .fix_btns a#fix_rent br {
    display: inline;
  }
  main {
    overflow: hidden;
    padding: 75px 0 0;
  }

}
