@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&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", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #333333;
  font-size: 1.4rem; }

.block-catch {
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased; }

a {
  color: #333333;
  text-decoration: none;
  transition: 200ms linear; }
  a[href*="tel:"] {
    pointer-events: none; }

img {
  max-width: 100%; }

.aw {
  display: inline-block; }

.note {
  font-size: 10px;
  line-height: 1.6; }
  .note.m-size {
    font-size: 13px; }
    @media screen and (max-width: 640px) {
      .note.m-size {
        font-size: 11px; } }

.sp {
  display: none !important; }

ul {
  letter-spacing: -0.4em;
  font-size: 0; }
  ul li {
    letter-spacing: 0;
    font-size: 1rem; }

/*
@media screen and (max-width: $m-size) {
  html {
    font-size: 9px;
  }
}
*/
@media screen and (max-width: 640px) {
  /*
html {
  font-size: 8px;
}
*/
  body {
    padding-bottom: 50px; }

  a[href*="tel:"] {
    pointer-events: initial; }

  .sp {
    display: block !important; }

  .pc {
    display: none !important; } }
/******************************************************

daiwahouse_common

******************************************************/
#daiwahouse_head {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea; }
  #daiwahouse_head .daiwahouse_inner {
    max-width: 1300px;
    width: 90%;
    margin: auto;
    overflow: hidden; }
  #daiwahouse_head .daiwa_head_txt {
    float: left;
    margin-top: 5px; }
    #daiwahouse_head .daiwa_head_txt img {
      height: 15px;
      width: auto; }
  #daiwahouse_head .logo_daiwahouse {
    float: right; }
    #daiwahouse_head .logo_daiwahouse img {
      height: 28px;
      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; }
    @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-floater.fixed {
  position: fixed;
  z-index: 100; }

#spMenu {
  width: 47px;
  height: 47px;
  background: #333;
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  cursor: pointer;
  display: none; }
  #spMenu span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 9px; }
    #spMenu span:nth-of-type(1) {
      top: 14px; }
    #spMenu span:nth-of-type(2) {
      top: 22px; }
    #spMenu span:nth-of-type(3) {
      bottom: 14px; }
  @media screen and (max-width: 930px) {
    #spMenu {
      display: block; } }

#head .head_inner {
  max-width: 1300px;
  width: 90%;
  margin: auto;
  overflow: hidden; }
  @media screen and (max-width: 930px) {
    #head .head_inner {
      width: 96%; } }
#head .bukken_logo {
  float: left;
  margin-top: 20px; }
  #head .bukken_logo img {
    height: 40px;
    width: auto; }
  @media screen and (max-width: 930px) {
    #head .bukken_logo {
      margin-top: 15px;
      margin-bottom: 15px; }
      #head .bukken_logo img {
        height: 30px; } }
#head .headNav {
  float: right; }
  #head .headNav li {
    display: inline-block;
    vertical-align: middle; }
    #head .headNav li.outline, #head .headNav li.map {
      font-size: 1.3rem;
      margin-right: 25px; }
    #head .headNav li.reqest, #head .headNav li.reserve, #head .headNav li.limited {
      font-size: 1.4rem;
      width: 170px;
      margin-left: 1px; }
      #head .headNav li.reqest a, #head .headNav li.reserve a, #head .headNav li.limited a {
        display: block;
        width: 100%;
        padding: 15px 0;
        text-align: center;
        color: #fff; }
    #head .headNav li.reqest a, #head .headNav li.reserve a {
      background: #c31831; }
    #head .headNav li.limited a {
      background: #1b5a7a; }
  @media screen and (max-width: 930px) {
    #head .headNav {
      display: none; } }

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

global nav

******************************************************/
@media screen and (max-width: 930px) {
  .js-floating-floater#gnavArea.fixed {
    position: relative; } }
.js-floating-floater.fixed .gnav {
  margin-top: 0;
  padding-top: 10px; }
  .js-floating-floater.fixed .gnav::before {
    opacity: 1; }

.gnav {
  margin-top: 30px;
  height: 30px;
  position: relative; }
  .gnav::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    opacity: 0;
    transition: .4s;
    z-index: 1; }
  @media screen and (max-width: 930px) {
    .gnav {
      background: #fff;
      width: 50%;
      height: 100vh;
      position: fixed;
      right: -50%;
      top: 0;
      z-index: 100;
      margin-top: 0;
      transition: .5s; }
      .gnav::before {
        content: none; }
      .gnav.on {
        right: 0; }
        .gnav.on #menuList_close {
          display: block; } }
  .gnav #menuList_close {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    z-index: 120; }
  .gnav ul {
    text-align: center;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 930px) {
      .gnav ul {
        text-align: left;
        margin-left: 40px;
        margin-top: 2vh; } }
  .gnav li {
    display: inline-block;
    border-left: 1px solid #ccc;
    /*&.location {
    	pointer-events: none;
    	a {
    		color: #ccc;
    	}
    }*/ }
    .gnav li:first-child {
      border-left: none; }
    .gnav li a,
    .gnav li .soon {
      padding: 0 25px 10px;
      font-size: 1.4rem;
      display: block; }
    .gnav li .soon {
      color: #bdbdbd; }
    .gnav li a {
      position: relative; }
      .gnav li a::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background: #c31831;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: .3s; }
    .gnav li.current a::after, .gnav li:hover a::after {
      width: 30px; }
    .gnav li.req a, .gnav li.res a {
      color: #c31831; }
    .gnav li.limited a {
      color: #1b5a7a; }
      .gnav li.limited a::after {
        background: #1b5a7a; }
    @media screen and (max-width: 930px) {
      .gnav li {
        display: block;
        border-left: none;
        margin-bottom: 0.2vh; }
        .gnav li a,
        .gnav li .soon {
          padding: 15px 0;
          font-size: 1.2rem; }
        .gnav li a::after {
          left: 0%;
          -webkit-transform: translateX(0%);
          transform: translateX(0%); } }

body.menu-opened .global-nav {
  transform: none; }

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

container

******************************************************/
section {
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.lead {
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.05em; }

.en_ttl {
  font-family: 'EB Garamond', serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  font-size: 1.8rem;
  color: #3ea6b2;
  margin-bottom: 30px;
  letter-spacing: 0.1em; }

@media screen and (max-width: 640px) {
  .lead {
    font-size: 1.3rem; }

  .en_ttl {
    font-size: 1.5rem; } }
.conversion_btn {
  text-align: center; }
  .conversion_btn li {
    display: inline-block;
    max-width: 320px;
    width: 46%;
    margin: 1.5%; }
    .conversion_btn li a {
      display: block;
      width: 100%;
      padding: 26px 0;
      color: #fff;
      font-size: 1.8rem;
      letter-spacing: 0.1em;
      position: relative;
      background: #c31831;
      transition: .3s; }
      .conversion_btn li a::after {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 45%;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .conversion_btn li a:hover {
        filter: brightness(120%); }
    .conversion_btn li.securea a {
      background: #7d673b;
      letter-spacing: 0em; }
    .conversion_btn li.limited a {
      background: #1b5a7a; }
  .conversion_btn.box3 li {
    width: 30%; }
  .conversion_btn.faci_dis {
    margin: auto; }
    .conversion_btn.faci_dis li {
      max-width: 500px; }
  @media screen and (max-width: 930px) {
    .conversion_btn li {
      width: 100%;
      margin: 1.5% auto; }
    .conversion_btn.box3 li {
      width: 100%; }
    .conversion_btn.faci_dis li {
      margin-left: 0.5%;
      margin-right: 0.5%; } }
  @media screen and (max-width: 640px) {
    .conversion_btn.box3 li {
      width: 100%; }
    .conversion_btn.faci_dis li {
      max-width: 320px; } }

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

footer

******************************************************/
.limited_bnr {
  background: #f1f6f8;
  border: 1px solid #dcdcdc;
  max-width: 700px;
  width: 90%;
  margin: 80px auto 100px; }
  .limited_bnr .inner {
    padding: 30px;
    position: relative; }
  .limited_bnr .txtArea {
    width: 60%;
    margin-bottom: 20px; }
    .limited_bnr .txtArea h5 {
      font-size: 3.1rem;
      color: #0074af;
      margin-bottom: 10px;
      line-height: 1.4; }
    .limited_bnr .txtArea p {
      font-size: 1.6rem;
      line-height: 1.6; }
  .limited_bnr .pic {
    position: absolute;
    top: -20px;
    right: 20px;
    width: 39%; }
    .limited_bnr .pic img {
      width: 100%;
      height: auto; }
  .limited_bnr .conversion_btn li a {
    padding: 15px 0;
    font-size: 1.6rem; }
  @media screen and (max-width: 640px) {
    .limited_bnr .txtArea {
      width: 100%; }
    .limited_bnr .pic {
      position: static;
      width: 80%;
      margin: 0 auto 20px; }
    .limited_bnr .conversion_btn li {
      max-width: none; } }

#txtLink {
  background: #f4f4f4;
  border: 1px solid #d1d1d1;
  border-width: 1px 0;
  padding: 25px 0 10px;
  margin: 40px auto 20px; }
  #txtLink ul {
    text-align: center; }
  #txtLink li {
    display: inline-block;
    margin: 0 20px 20px;
    font-size: 1.2rem;
    /*&.location {
    	pointer-events: none;
    	a {
    		color: #ccc;
    	}
    }*/ }
    #txtLink li.current a {
      color: #c31831; }
    #txtLink li .soon {
      color: #aeaeae; }

#bukken_tel {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 20px; }
  #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; } }

.common-title {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  color: #c31831;
  font-family: 'EB Garamond', sans-serif; }
  .common-title::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    background-color: #c31831;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%); }

.daiwa-row {
  display: flex;
  flex-wrap: wrap; }

.daiwa-col {
  width: 50%; }
  @media screen and (max-width: 640px) {
    .daiwa-col {
      width: 100%; } }

a.btn {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  transition: .3s;
  background: #7d673b; }
  a.btn.arrow-r::after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    top: 41%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg); }
  a.btn.arrow-l::before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 41%;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg); }
  a.btn:hover {
    filter: brightness(120%); }
  a.btn.btn-secondary {
    background: #157294; }
  a.btn.btn-black {
    background: #333333; }

.fs-12 {
  font-size: 1.2rem; }

.fs-14 {
  font-size: 1.4rem; }

.fs-15 {
  font-size: 1.5rem; }

.fs-16 {
  font-size: 1.6rem; }

.fs-18 {
  font-size: 1.8rem; }

.fs-19 {
  font-size: 1.9rem; }

.fs-36 {
  font-size: 3.6rem; }

.fs-15 {
  font-size: 1.5rem; }

.fs-32 {
  font-size: 3.2rem; }

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

share

******************************************************/
.big-txt,
.midashi1,
.midashi2 {
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: #3ea6b2;
  text-align: center; }

.big-txt {
  font-size: 5rem;
  line-height: 1.2; }

.midashi1 {
  font-size: 3.5rem;
  line-height: 1.3; }

.midashi2 {
  font-size: 2.5rem;
  line-height: 1.5; }

.lead {
  font-family: '游ゴシック', 'Yu Gothic', 'YuGothic', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-align: center; }

@media screen and (max-width: 930px) {
  .big-txt {
    font-size: 4rem; }

  .midashi1 {
    font-size: 3rem; }

  .midashi2 {
    font-size: 2rem; } }
@media screen and (max-width: 640px) {
  .big-txt {
    font-size: 3rem; }

  .midashi1 {
    font-size: 2rem; }

  .midashi2 {
    font-size: 1.6rem; } }
