@charset "UTF-8";

.top #content {
  padding-top: 0;
}
.l-content {
  margin: 0;
  padding-top: 0;
background-color: #fee89d;
  background-image: linear-gradient(90deg, #cccccc80 1px, transparent 1px), linear-gradient(#cccccc80 1px, transparent 1px);
  background-position: 10px 10px;
  background-size: 31px 31px;
}
.l-container {
  padding: 3em 0;
  max-width: 100%;
}
.l-mainContent {
  padding: 3em;
  max-width: 1200px;
  width: 1200px;
  background-color: #fff9e9;
  border-radius: 30px;
  font-family: "heisei-maru-gothic-std", sans-serif;
}
@media screen and (max-width: 1099px) {
.l-mainContent {
  max-width: 90%;
  width: 90%;
}
}
@media screen and (max-width: 767px){
.l-mainContent {
  padding: 2em 1.5em;
}
}

/*======================================================================
||
||    header
||
======================================================================*/
.l-header {
  border-top: solid 5px #ec6c01;
}
.l-header__barInner {
  display: none;
}
.l-header__inner.l-container,.l-fixHeader__inner.l-container {
  padding: 0 2em;
  align-items: end;
}
.-series .l-header__logo,.l-fixHeader__logo {
  padding: 0.5em 0;
}
.c-gnav {
  height: 50px;
}
@media screen and (max-width: 767px){
.l-header__inner.l-container,.l-fixHeader__inner.l-container {
  padding: 0;
}
.-series .l-header__logo,.-img .c-headLogo__link {
    padding: 0;
}
}
/*======================================================================
||
||    Language button
||
======================================================================*/
select.gt_selector {
  font-size: 0.8em;
}
.gt_switcher_wrapper {
  top: 0.5em !important;
  right: 0.5em !important;
}
@media screen and (max-width: 767px){
.gt_switcher_wrapper {
  top: 85px !important;
}
}
/*======================================================================
||
||    breadcrumb
||
======================================================================*/
.-body-solid .p-breadcrumb.-bg-on {
  box-shadow: none;
  background: #fff;
  padding: 0.7em 1em;
}
.p-breadcrumb ol.p-breadcrumb__list.l-container{
  padding: 0.7em 1em;
}

/*======================================================================
||
||    kihon
||
======================================================================*/
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: 960px;
}
.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;
}
/*======================================================================
||
||    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;
  }
  .inner2 {
    width: 100% !important;
	display: block;
  }
  .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;
  }
  footer .inner2 > div {
    display: block !important;
  }
  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 !important;
  }
  footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div {
    width: auto !important;
  }
  footer #fwrap2 .inner2 > div > div:nth-of-type(2) > div > div:nth-of-type(2n) {
    margin-left: 0 !important;
  }
  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;
  }

}
@media screen and (max-width: 1199px) {
#fwrap2 .inner2 {
  margin: 0 auto;
  position: relative;
  width: 90%;
}
}

/*======================================================================
||
||    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;
  }

}

/*======================================================================
||    contents-midashi
======================================================================*/
main h1 {
  font-weight: bold;
  font-style: normal;
  color: #ec6c01;
  font-size: 3em !important;
  border-bottom: 5px dotted #555 !important;
  text-align: left !important;
  padding-bottom: 0.2em !important;
}
main h1 span {
  padding: 0 !important;
}
.c-pageTitle[data-style="b_bottom"] .c-pageTitle__inner {
  border-bottom: none !important;
}
.post_content > h2 {
  margin-left: auto;
  margin-right: auto;
}
main h2 {
  color: #e70010 !important;
  font-size: 2em !important;
  background: transparent !important;
  padding: 1em 0 0 0 !important;
  margin-bottom: 0.5em !important;
}
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  border-top: none;
  border-bottom: none;
}
main h3 {
  color: #ec6c01 !important;
  font-weight: 800 !important;
  padding: 0.5em 0 !important;
  margin: 2em 0 0.5em 0 !important;
  font-size: 1.7em !important;
}
.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  display: none;
}
main h4 {
  color: #ec6c01 !important;
  font-weight: 800 !important;
  padding: 0.5em 0 !important;
  margin: 2em 0 0.5em 0 !important;
  font-size: 1.4em !important;
  border-left: none !important;
}
@media screen and (max-width: 767px){
.l-mainContent__inner > .post_content {
  margin: 2em 0;
}
main h1 {
  font-size: 8vw !important;
  padding-bottom: 0.3em;
}
main h2 {
  font-size: 7vw !important;
}
main h3 {
  font-size: 6vw !important;
}
}
/*======================================================================
||    contents-list
======================================================================*/
li::marker {
  color: #ec6c01;
}
/*======================================================================
||    contents-table
======================================================================*/
td {
  background-color: #fff;
}
td.bgcol01 {
  background-color: #f88c33;
  color:#fff;
}
td.bgcol02 {
  background-color: #fce7c5;
}
.scroll-hint {
  font-size: 0.9em;
  color: #666;
  padding-left: 10px;
  margin-bottom: 5px;
  display: none;
}
@media screen and (max-width: 767px){
.table-scroll{
  overflow-x: scroll;
  padding-bottom: 10px;
}
.table-scroll table {
  margin-bottom: 10px;
  width: auto !important;
  max-width: 1000%;
  min-width: 1000px;
}
.scroll-hint {
  display: block;
}
}



.l-mainContent__inner > .post_content {
  padding: 0;
}