@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap");
* {
  box-sizing: border-box; }

::before,
::after {
  box-sizing: inherit; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/******************************************************

base

******************************************************/
html {
  font-size: 10px; }

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #4C4948;
  font-size: 1.4rem; }


img{
  width: 100%;
}

.pc{ display: block; }
.sp{ display: none; }
@media screen and (max-width: 930px) {
  .pc{ display: none; }
  .sp{ display: block; }
}

/******************************************************

daiwahouse_common

******************************************************/
#daiwahouse_head {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
#daiwahouse_head .daiwahouse_inner {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
#daiwahouse_head .yokoku {
  margin-top: .5rem;
  border-top: 1px solid #ddd;
}
#daiwahouse_head .yokoku .yokoku-inner {
  max-width: 1000px;
  width: 94%;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#daiwahouse_head .yokoku .yokoku-inner:last-child {
  padding-bottom: 0;
}
#daiwahouse_head .yokoku .yokoku-inner .ttl {
  width: 170px;
  text-align: center;
  font-size: 2rem;
  border: 1px solid #999;
  box-sizing: border-box;
  margin-right: 1.4rem;
  padding: 0.6rem 1rem;
}
#daiwahouse_head .yokoku .yokoku-inner .txt {
  flex: 1;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  #daiwahouse_head .yokoku .yokoku-inner {
    padding: 5px 0;
  }
  #daiwahouse_head .yokoku .yokoku-inner .ttl {
    font-size: 1.6rem;
  }
  #daiwahouse_head .yokoku .yokoku-inner .txt {
    font-size: 1.1rem;
  } 
}
@media screen and (max-width: 640px) {
  #daiwahouse_head .yokoku {
    padding: 10px;
  }
  #daiwahouse_head .yokoku .yokoku-inner {
    flex-direction: column;
    width: 100%;
  }
  #daiwahouse_head .yokoku .yokoku-inner .ttl {
    width: 100%;
    margin-right: 0;
  }
  #daiwahouse_head .yokoku .yokoku-inner .txt {
    width: 100%;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 500px) {
  #daiwahouse_head .yokoku .yokoku-inner .ttl {
    font-size: 1.4rem;
  }
  #daiwahouse_head .yokoku .yokoku-inner .txt {
    font-size: 1rem;
  }
}
#daiwahouse_head .daiwa_head_txt {
  float: left;
  margin-top: 14px;
  margin-left: 10px;
}
#daiwahouse_head .daiwa_head_txt img {
  height: 17px;
  width: auto;
}
#daiwahouse_head .logo_daiwahouse {
  float: right;
  margin-right: 10px;
}
  #daiwahouse_head .logo_daiwahouse img {
    height: 35px;
    width: auto;
  }
@media screen and (max-width: 930px) {
  #daiwahouse_head .daiwahouse_inner {
    width: 96%;
  }
  #daiwahouse_head .daiwa_head_txt {
    margin-top: 0;
  }
  #daiwahouse_head .daiwa_head_txt img {
    height: 11px;
  }
  #daiwahouse_head .logo_daiwahouse img {
  height: 22px;
  }
}

#kyoka,
#socialArea {
  max-width: 950px;
  width: 90%;
  margin: 1.5em auto;
  text-align: left;
}
#kyoka em,
#socialArea em {
  font-weight: 600;
  font-style: normal;
}

#kyoka {
  font-size: 1.2rem;
}
#kyoka p {
  line-height: 1.8em;
  text-align: left;
}

#socialArea {
  overflow: hidden;
}
#socialArea li {
  line-height: 1;
  float: left;
  margin-right: 11px;
  vertical-align: top;
}

.cvBlock {
  /*min-width: 1200px;*/
  padding: 56px 0;
  position: relative;
  background: url(https://www.daiwahouse.co.jp/bunjo/common/images/bg_cv.jpg) no-repeat;
  background-size: cover;
}
.cvBlock .inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}
.cvBlock .inner > div {
  display: inline-block;
  max-width: 544px;
  width: 47%;
  margin: 1%;
}
.cvBlock .inner > div a {
  width: 100%;
  display: block;
  height: 105px;
  padding: 5px 0 0;
  border: 1px solid #fff;
  font-size: 28px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}
.cvBlock .inner > div a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.cvBlock .inner > div a small {
  font-size: 57%;
  display: block;
}
@media screen and (max-width: 930px) {
  .cvBlock .inner > div a {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 640px) {
  .cvBlock {
    padding: 20px 0 10px;
  }
  .cvBlock .inner > div {
    width: 90%;
    max-width: none;
    margin: 0 auto 20px;
  }
  .cvBlock .inner > div a {
    font-size: 5.2vw;
  }
}

#subFooter {
  width: auto;
  padding: 32px 40px;
  background-color: #fff;
  border-top: 1px solid #e6e6e6;
  clear: both;
  font-size: 1.2rem;
}
#subFooter::after {
  content: '';
  display: block;
  clear: both;
}
#subFooter .baseIn {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 0;
  border-top: none;
  clear: both;
}
#subFooter .baseIn::after {
  content: '';
  display: block;
  clear: both;
}
#subFooter dl::after {
  content: '';
  display: block;
  clear: both;
}
#subFooter dt {
  width: 160px;
  font-size: 124%;
  display: table-cell;
  vertical-align: middle;
}
#subFooter dd {
  width: 927px;
  padding-left: 32px;
  border-left: 1px solid #e6e6e6;
  display: table-cell;
}
#subFooter dd li {
  margin: 8px 0;
  margin-right: 48px;
  float: left;
}
#subFooter dd li a {
  padding-right: 14px;
  background: url(https://www.daiwahouse.co.jp/bunjo/common/images/ico_arrow03.png) right center no-repeat;
  -webkit-background-size: 6px 12px;
  -moz-background-size: 6px 12px;
  background-size: 6px 12px;
  color: #333;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 930px) {
  #subFooter dt {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  #subFooter dd {
    width: 100%;
    display: block;
    padding-left: 0;
    border-left: 0;
  }
}

#footerArea {
  padding: 0;
  border-top: 1px solid #e6e6e6;
  overflow: visible;
  position: relative;
}
#footerArea a {
  color: #4d4d4f;
  text-decoration: none;
}
#footerArea::after {
  content: '';
  display: block;
  clear: both;
}
#footerArea #ftBtn_toTop {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
#footerArea #ftBtn_toTop > div {
  position: absolute;
  top: -64px;
  right: 0;
}
#footerArea #ftBtn_toTop > div a {
  background-color: #000;
  display: block;
}
#footerArea .areaInner {
  position: relative;
  max-width: 1120px;
  width: 90%;
  min-height: 100px;
  margin: 0 auto;
}
#footerArea .areaInner .column1 {
  float: left;
  width: 460px;
  padding: 24px 0 0 0;
}
#footerArea .areaInner .column1 ul {
  line-height: 1.3;
  margin-bottom: 12px;
  overflow: hidden;
}
#footerArea .areaInner .column1 li {
  float: left;
  margin: 0 15px 0 -7px;
  padding-left: 8px;
  border-left: 1px solid #4d4d4f;
  font-size: 12px;
}
#footerArea .areaInner .column2 {
  float: right;
  width: 375px;
  line-height: 1;
  padding-top: 24px;
  text-align: right;
}
#footerArea .areaInner .column2 p {
  line-height: 1.1;
  color: #4D4D4F;
  font-size: 11px;
  margin-bottom: 13px;
}
#footerArea .areaInner img{
  width: auto;
}
@media screen and (max-width: 930px) {
  #footerArea .areaInner .column1 {
    float: none;
    width: 100%;
  }
  #footerArea .areaInner .column2 {
    float: none;
    width: 100%;
  }
}
#footerArea .devSmp {
  display: none;
}

/******************************************************

header

******************************************************/
.js-floating {
  position: relative;
  z-index: 100;
}
.js-floating.sp_menu_btn_fixed {
  position: static;
}

.js-floating-floater.fixed {
  z-index: 100; }

#head {
  background: rgba(255,255,255,.9);
  color: #fff;
  position: absolute;
  top: 56px;
  width: 100%;
  z-index: 100;
}
#head .bukken_name {
  padding: 35px 0 65px 40px;
}
#head .bukken_name img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 1480px) {
  #head .bukken_name {
    padding: 10px 0 78px 10px;
  }
}
@media screen and (max-width: 930px) {
  #head {
    top: 43px;
    background: rgba(0,0,0,.9);
  }
  #head .bukken_name {
    padding: 20px 0 20px 10px;
  }
  #head .bukken_name img {
    height: 22px;
  }
}
@media screen and (max-width: 640px) {
  #head .bukken_name {
    padding: 22px 0 22px 10px;

  }
  #head .bukken_name img {
    height: 18px;
  }
}
#head .head_nav {
  position: absolute;
  top: 20px;
  right: 15px;
  letter-spacing: -0.4em;
  font-size: 0;
}
#head .head_nav li {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
}
#head .head_nav li a {
  color: #000;
  position: relative;
}
#head .head_nav li a:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  width: 8px;
  height: 1px;
  background-color: #000;
}
#head .head_nav li.map, #head .head_nav li.outline {
  margin-right: 25px;
}
#head .head_nav li.req, #head .head_nav li.res {
  width: 160px;
  margin-left: 1px;
  font-size: 15px;
}
#head .head_nav li.req a, #head .head_nav li.res a {
  background: #aa9765;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 12px 0;
}
#head .head_nav li.res a{
  background-color: #4C4C4E
}
#head .head_nav li.req a span, #head .head_nav li.res a span {
  position: relative;
  z-index: 2;
}
#head .head_nav li.req a::before, #head .head_nav li.res a::before {
  background: #dab961;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: 1;
}
#head .head_nav li.res a::before{
  background-color: #191919
}
#head .head_nav li.req a:hover::before, #head .head_nav li.res a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 930px) {
  #head .head_nav {
    display: none;
  }
}

#sp_menu_btn {
  position: fixed;
  top: 42px;
  right: 0px;
  display: none;
  cursor: pointer;
  z-index: 1000;
  padding: 10px;
  border-radius: 0 0 0 10px;
}
.move #sp_menu_btn{
  top: 42px;
}
.fix #sp_menu_btn{
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
}
#sp_menu_btn img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 930px) {
  #sp_menu_btn {
    display: block;
  }
}

#sp_menu_close {
  text-align: right;
  margin: 20px;
  cursor: pointer;
}
#sp_menu_close img {
  height: 50px;
  width: auto;
}

#sp_fixnav {
  position: fixed;
  top: -150%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  transition: .4s;
}
#sp_fixnav.on {
  top: 0;
}
#sp_fixnav ul {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sp_fixnav li {
  width: 50%;
  text-align: center;
  padding: 5px;
  display: flex;
}
#sp_fixnav li:hover a {
  background: #aa9765;
}
#sp_fixnav li.current a {
  background: #aa9765;
}
#sp_fixnav li.req a, #sp_fixnav li.res a {
  background: #aa9765;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0;
  font-size: 1.8rem;
}
#sp_fixnav li.res a{
  background-color: #4C4C4E
}
#sp_fixnav li.req a span, #sp_fixnav li.res a span {
  position: relative;
  z-index: 2;
}
#sp_fixnav li.req a::before, #sp_fixnav li.res a::before {
  background: #dab961;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: 1;
}
#sp_fixnav li.req a:hover::before, #sp_fixnav li.res a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
#sp_fixnav a {
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 0 11px;
  box-sizing: border-box;
  border: 1px solid #5A5A5A;
  font-size: 14px;
}
#sp_fixnav a .en {
  display: block;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  margin-top: 4px;
}

#headNavArea {
  color: #000;
  position: absolute;
  top: 65px;
  width: 100%;
}
@media screen and (min-width: 931px) {
  #headNavArea.fix {
    position: fixed;
    top: 0;
    background: rgba(255,255,255,.9);
  }
}
#headNavArea ul {
  max-width: 1080px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
}
#headNavArea ul * {
  min-height: 0%;
}
#headNavArea li {
  display: flex;
  width: calc(100% / 5);
  text-align: center;
}
#headNavArea li:hover a {
  background: #F5F3F0;
}
#headNavArea a {
  color: #000;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  box-sizing: border-box;
  border-right: 1px dotted #5A5A5A;
  font-size: 13px;
  letter-spacing: .25rem;
  transition: .3s;
}
#headNavArea li:last-child a{
  border: none;
}

@media screen and (max-width: 930px) {
  #headNavArea {
    display: none;
  }
  #headNavArea.on {
    display: block;
  }
}

/* pagetop
----------------------------*/
#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 14px;
  display: none;
  letter-spacing: 0.1em;
  z-index: 201; }
  #pagetop a {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 30px 10px 20px;
    display: block;
    border-radius: 10px 0 0 0;
    position: relative; }
    #pagetop a::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      position: absolute;
      top: 45%;
      right: 10px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }

/* fixed_info
----------------------------*/
#fixed_info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px 0;
  z-index: 200;
}
@media screen and (min-width: 931px) {
  #fixed_info{
    opacity: 0;
    pointer-events: none;
  }
}
#fixed_info ul {
  text-align: center;
}
#fixed_info li {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 10px;
}
#fixed_info li.tel p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-align: left;
}
#fixed_info li.tel p:last-child {
  font-size: 28px;
  margin-left: 10px;
}
#fixed_info li.req, #fixed_info li.res {
  width: 200px;
  font-size: 14px;
}
#fixed_info li.req a, #fixed_info li.res a {
  background: #aa9765;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 10px 0;
}
#fixed_info li.req a span, #fixed_info li.res a span {
  position: relative;
  z-index: 2;
}
#fixed_info li.req a::before, #fixed_info li.res a::before {
  background: #dab961;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: 1;
}
#fixed_info li.req a:hover::before, #fixed_info li.res a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 930px) {
  #fixed_info ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #fixed_info li {
    margin: 10px auto;
  }
  #fixed_info li.tel {
    width: 100%;
  }
  #fixed_info li.req, #fixed_info li.res {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #fixed_info li.tel p {
    font-size: 10px;
  }
  #fixed_info li.tel p:last-child {
    font-size: 22px;
  }
}

/******************************************************

footer

******************************************************/
#txtLink {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  border-bottom: none;
  border-width: 1px 0;
  padding: 25px 0 10px;
  margin: 0px auto;
  display: none;
}
@media screen and (max-width: 930px) {
  #txtLink{
    display: block;
  }
}
#txtLink ul {
  text-align: center;
}
#txtLink li {
  display: inline-block;
  margin: 0 20px 20px;
  font-size: 1.2rem;
}
#txtLink li.current a {
  color: #c31831;
}
#txtLink li .soon {
  color: #aeaeae; 
}

/* footerConversion
----------------------------*/
#footerContents{
  border-top: 1px solid #d1d1d1;
  padding-top: 3rem;
}
#bukken_tel ul {
  text-align: center;
}
#bukken_tel li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px;
}
#bukken_tel li:nth-of-type(1), #bukken_tel li:nth-of-type(3) {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}
#bukken_tel li:nth-of-type(2) {
  font-size: 48px;
  line-height: 1.2;
}
@media screen and (max-width: 640px) {
  #bukken_tel li {
    display: block;
  }
  #bukken_tel li:nth-of-type(1), #bukken_tel li:nth-of-type(3) {
    text-align: center;
  }
}

/* footerConversion
----------------------------*/
#footerConversion {
  text-align: center;
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 3rem;
}
#footerConversion ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 600px;
  width: 90%;
  margin: 1.5rem auto 0;
}
#footerConversion ul li {
  width: 48%;
  font-size: 20px;
}
#footerConversion ul li a {
  background: #aa9765;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  padding: 20px 0;
}
#footerConversion ul li a span {
  position: relative;
  z-index: 2;
}
#footerConversion ul li a::before {
  background: #dab961;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
  z-index: 1;
}
#footerConversion ul li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 640px) {
  #footerConversion ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  #footerConversion ul li a {
    padding: 20px 0;
  }
}
