@charset "UTF-8";

/*  
 * reserve.css
*/
/*
	File Name   : webfont.scss
	Description : webfont用
*/
/*------------------------------------------------------*/
/* web font */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*
font-family: 'Zen Old Mincho', serif;
font-weight:400; Regular
font-weight:700; bold
font-weight:900; Black
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
font-family: 'Noto Sans JP', sans-serif;
font-weight:300; Light
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black 
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700;900&display=swap");
/*
font-family: 'Noto Serif JP', serif;
font-weight:400; Regular
font-weight:500; Medium
font-weight:700; bold
font-weight:900; Black
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: 1em;
  /* 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/*
コンテンツ幅について
*/
/*#231815
#040000
#221714

#000000*/
/*
	File Name   : page-reserve.scss
	Description : 予約関連の領域（住宅ローン相談会など）
　

*/
/* 01.
----------------------------------------------------------- */
/* カレンダー
-----------------------------------------------------------*/
.loan-calendar-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  margin-bottom: 20px;
  align-items: flex-end;
}

.loan-calendar-header .month {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  line-height: 1;
}

.loan-calendar-header .month span {
  font-size: 24px;
  padding-left: .3em;
}

div.loan-calendar-block .table-calendar {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: 0;
}

div.loan-calendar-block .table-calendar th {
  width: 14.28%;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro", "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "メイリオ", Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
  text-align: left;
  border: #888 1px solid;
}

div.loan-calendar-block .table-calendar th:first-child {
  background: #b43c36;
  color: #fff;
}

div.loan-calendar-block .table-calendar th:last-child {
  background: #2e6493;
  color: #fff;
}

div.loan-calendar-block .table-calendar td {
  font-size: 13px;
  padding: 10px;
  border: #888 1px solid;
  text-align: left;
  vertical-align: top;
  font-family: "ヒラギノ角ゴ Pro", "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", "メイリオ", Meiryo, "ＭＳ ゴシック", Osaka, sans-serif;
}

div.loan-calendar-block .table-calendar td .date {
  font-size: 18px;
  font-weight: bold;
}

div.loan-calendar-block .table-calendar td div.dateSet {
  min-height: 60px;
  display: flex;
}

div.loan-calendar-block .table-calendar td a.icon-reserve {
  display: block;
  padding: 18px 20px 12px;
  width: 40px;
}

div.loan-calendar-block .table-calendar td a.icon-reserve img {
  width: 100%;
  vertical-align: bottom;
}

div.loan-calendar-block .table-calendar td a:hover {
  opacity: .7;
  transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}

div.loan-calendar-block .table-calendar td:first-child .date, div.loan-calendar-block .table-calendar td.holiday .date {
  color: #b43c36 !important;
}

div.loan-calendar-block .table-calendar td:last-child .date {
  color: #2e6493;
}

ul.icon-mean-list {
  display: flex;
  margin-top: 20px;
}

ul.icon-mean-list li {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  line-height: 1.2;
}

ul.icon-mean-list li span:first-child img {
  width: 40px;
  padding-right: .5em;
  vertical-align: bottom;
}

ul.icon-mean-list li ~ li {
  margin-left: 60px;
}

/* SP */
@media screen and (max-width: 960px) {
  .loan-calendar-header {
    font-size: calc(27/750*100vw);
    margin-bottom: 1.5em;
  }
  .loan-calendar-header .month span {
    font-size: calc(36/750*100vw);
  }
  div.loan-calendar-block .table-calendar {
    display: block;
    border-bottom: #888 1px solid;
  }
  div.loan-calendar-block .table-calendar thead {
    display: none;
  }
  div.loan-calendar-block .table-calendar tbody, div.loan-calendar-block .table-calendar tr {
    display: block;
    width: 100%;
  }
  div.loan-calendar-block .table-calendar td {
    display: block;
    width: 100%;
    font-size: calc(24/750*100vw);
    padding: 1em 10px;
    border-bottom: none;
  }
  div.loan-calendar-block .table-calendar td.blank {
    display: none;
  }
  div.loan-calendar-block .table-calendar td .date {
    width: calc(130/750*100vw);
    font-size: calc(32/750*100vw);
  }
  div.loan-calendar-block .table-calendar td .date::after {
    font-size: calc(24/750*100vw);
  }
  div.loan-calendar-block .table-calendar td div.dateSet {
    min-height: 0;
  }
  div.loan-calendar-block .table-calendar td a.icon-reserve {
    padding: .3em;
    width: calc(45/750*100vw);
  }
  div.loan-calendar-block .table-calendar td a:hover {
    opacity: .7;
    transition: 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  div.loan-calendar-block .table-calendar td:first-child {
    background: #fee9e9;
  }
  div.loan-calendar-block .table-calendar td:first-child .date::after {
    content: "（日）";
    color: #c30d23;
  }
  div.loan-calendar-block .table-calendar td:nth-child(2) .date::after {
    content: "（月）";
  }
  div.loan-calendar-block .table-calendar td:nth-child(3) .date::after {
    content: "（火）";
  }
  div.loan-calendar-block .table-calendar td:nth-child(4) .date::after {
    content: "（水）";
  }
  div.loan-calendar-block .table-calendar td:nth-child(5) .date::after {
    content: "（木）";
  }
  div.loan-calendar-block .table-calendar td:nth-child(6) .date::after {
    content: "（金）";
  }
  div.loan-calendar-block .table-calendar td:last-child {
    background: #e6f3fa;
  }
  div.loan-calendar-block .table-calendar td:last-child .date::after {
    content: "（土）";
    color: #1d2087;
  }
  ul.icon-mean-list {
    margin-top: 1.5em;
  }
  ul.icon-mean-list li {
    font-size: calc(27/750*100vw);
  }
  ul.icon-mean-list li span:first-child img {
    width: calc(45/750*100vw);
  }
  ul.icon-mean-list li ~ li {
    margin-left: calc(60/750*100vw);
  }
}

/* 一覧
-----------------------------------------------------------*/
section.reserve-sec {
  margin-top: 80px;
}

section.reserve-sec table td, section.reserve-sec table th {
  padding: 15px 20px;
}

section.reserve-sec table th {
  font-size: 18px;
}

section.reserve-sec table tbody td, section.reserve-sec table tbody th {
  text-align: left;
}

section.reserve-sec table tbody .link-shop > p {
  font-size: 18px;
}

section.reserve-sec table tbody .link-reserve {
  width: 145px;
}

section.reserve-sec table tbody .sunday {
  background: #fee9e9;
}

section.reserve-sec table tbody .saturday {
  background: #e6f3fa;
}

section.reserve-sec .reserve-type {
  display: flex;
  align-items: center;
}

section.reserve-sec .reserve-type.center {
  justify-content: center;
}

section.reserve-sec .reserve-type::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/assets/images/reserve/loan/ic_maru.png") 0 0 no-repeat;
  background-size: cover;
  margin-right: .3em;
}

section.reserve-sec .reserve-type.disable::before {
  background-image: url("/assets/images/reserve/loan/ic_batsu.png");
}

section.reserve-sec .reserve-type.triangle::before {
  background-image: url("/assets/images/reserve/loan/ic_triangle.png");
}

section.reserve-sec .btn-detail {
  position: relative;
}

section.reserve-sec .btn-detail a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #916ae6;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 20px;
  width: 115px;
  height: 30px;
  text-decoration: none;
  position: relative;
  transition: 0.3s all;
  letter-spacing: -.03em;
}

section.reserve-sec .btn-detail a::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: calc(50% - 2);
  right: 5px;
  z-index: 15;
  transform: scaleY(0.7);
}

section.reserve-sec .btn-detail a:hover {
  opacity: 0.7;
}

/* SP */
@media screen and (max-width: 960px) {
  section.reserve-sec {
    margin-top: 5em;
  }
  section.reserve-sec table.anchor-point {
    display: block;
  }
  section.reserve-sec table.anchor-point thead {
    display: none;
  }
  section.reserve-sec table.anchor-point tbody {
    display: block;
    width: 100%;
  }
  section.reserve-sec table.anchor-point tbody .link-shop > p {
    font-size: calc(26/750*100vw);
  }
  section.reserve-sec table.anchor-point tbody .link-reserve {
    width: 100%;
  }
  section.reserve-sec table.anchor-point tr {
    display: block;
    width: 100%;
    margin-top: 1.5em;
    border-top: 1px solid #d8d8d8;
  }
  section.reserve-sec table.anchor-point td, section.reserve-sec table.anchor-point th {
    padding: 0;
    display: block;
    border-top: none;
  }
  section.reserve-sec table.anchor-point td.blank, section.reserve-sec table.anchor-point th.blank {
    display: none;
  }
  section.reserve-sec table.anchor-point th {
    display: flex;
    font-size: calc(26/750*100vw);
  }
  section.reserve-sec table.anchor-point th > p {
    width: calc(100% - 8em);
    padding: 1em;
    box-sizing: border-box;
  }
  section.reserve-sec table.anchor-point th::before {
    content: "開催日";
    padding: 1em;
    width: 8em;
    background: #f4f4f4;
    font-weight: bold;
    box-sizing: border-box;
  }
  section.reserve-sec table.anchor-point td {
    display: flex;
    align-items: stretch;
  }
  section.reserve-sec table.anchor-point td > p {
    width: calc(100% - 8em);
    height: 100%;
    padding: 1em;
    box-sizing: border-box;
  }
  section.reserve-sec table.anchor-point td::before {
    content: "";
    padding: 1em;
    width: 8em;
    background: #f4f4f4;
    font-weight: bold;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  section.reserve-sec table.anchor-point td:nth-child(2)::before {
    content: "支店名";
  }
  section.reserve-sec table.anchor-point td:nth-child(3)::before {
    content: "支店詳細";
  }
  section.reserve-sec table.anchor-point td:nth-child(4)::before {
    content: "予約状況";
  }
  section.reserve-sec table.anchor-point td:nth-child(5)::before {
    content: "予約する";
  }
  section.reserve-sec .reserve-type::before {
    width: calc(24/750*100vw);
    height: calc(24/750*100vw);
  }
  section.reserve-sec .btn-detail a {
    font-size: calc(24/750*100vw);
    border-radius: calc(30/750*100vw);
    width: 100%;
    height: calc(60/750*100vw);
  }
}

/*# sourceMappingURL=reserve.css.map */
