/*
Theme Name: bfree
*/
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;700&display=swap');

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  font-size: 62.5%;
  color: #333;
  background: transparent;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

body {
  color:#08192D;
  font-size: 16px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

/* # =================================================================
   # General elements
   # ================================================================= */
p {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 0.8rem 0;
}

li {
  list-style-type: none;
  font-size: 1.6rem;
  line-height: 1.75;
}

ol>li {
  list-style-type: decimal;
  margin-left: 2.6rem;
}

dt,
dd {
  font-size: 1.6rem;
  line-height: 1.75;
}

figcaption {
  padding: .8rem 0;
  font-size: 1.42rem;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  text-decoration: none;
  color: #1680C6;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* 追加 */
table {
  width: 100%;
  font-size: 1.6rem;
  border-collapse: separate;
}

table th,
table td {
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: .8rem;
}

table th {
  text-align: left;
  font-weight: normal;
}

.gmap {
  position: relative;
  padding-bottom: 33.33%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.serif{
	font-family: 'Source Serif Pro', serif;font-weight:300;
}

/* # =================================================================
   # Framework
   # ================================================================= */
h1,h2,h3,h4,h5,h6{font-family: 'Source Serif Pro', serif;font-weight:300;}
h1{font-size: 42px;}
h2{font-size: 33px;}
h3{font-size: 26px;}
h4{font-size: 20px;}
h5{font-size: 16px;}
h6{font-size:13px;}
p{font-size:16px;}
.wrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.6rem;
}

.row {
  display: flex;
  margin: 0 -1.6rem;
}

/* 折返しの指定 */
@media all and (max-width: 59.95em) {
  .row {
    flex-wrap: wrap;
  }
}

@media all and (min-width: 35em) {
  .row.tb-wrap {
    flex-wrap: nowrap;
  }
}

.col {
  margin: 0 1.6rem calc(1.6rem * 2);
  flex: 0 1 100%;
  max-width: 100%;
}

.col.no-mgn {
  margin-bottom: 0;
}

.row.fit-row {
  display: flex;
  margin: 0;
}

.row.fit-row .col {
  margin: 0;
  width: 100%;
}

/* タイル */
.row.tile {
  flex-wrap: wrap;
}

@media all and (min-width: 59.95em) {
  .row.tile-2 .col {
    flex: 0 1 calc(50% - 1.6rem * 2);
    max-width: calc(50% - 1.6rem * 2);
  }

  .row.fit-row.tile-2 .col {
    flex: 0 1 50%;
    max-width: 50%;
  }

  .row.tile-3 .col {
    flex: 0 1 calc(33.333% - 1.6rem * 2);
    max-width: calc(33.333% - 1.6rem * 2);
  }

  .row.tile-4 .col {
    flex: 0 1 calc(25% - 1.6rem * 2);
    max-width: calc(25% - 1.6rem * 2);
  }
}

@media all and (min-width: 35em) and (max-width: 59.9em) {
  .row.tb-tile-2 .col {
    flex: 0 1 calc(50% - 1.6rem * 2);
    max-width: calc(50% - 1.6rem * 2);
  }

  .row.fit-row.tb-tile-2 .col {
    flex: 0 1 50%;
    max-width: 50%;
  }

  .row.tb-tile-3 .col {
    flex: 0 1 calc(33.333% - 1.6rem * 2);
    max-width: calc(33.333% - 1.6rem * 2);
  }

  .row.fit-row.tb-tile-3 .col {
    flex: 0 1 33.333%;
    max-width: 33.333%;
  }
}

@media all and (max-width: 34.95em) {
  .row.sp-tile-2 .col {
    flex: 0 1 calc(50% - 1.6rem * 2);
    max-width: calc(50% - 1.6rem * 2);
  }
}

@media all and (min-width: 60em) {
  .row.row-reverse {
    flex-direction: row-reverse;
  }

  .col.half-pc {
    flex: 0 1 calc(50% - 1.6rem * 2);
    max-width: calc(50% - 1.6rem * 2);
  }

  .col.w-71-pc {
    flex: 0 1 calc(71% - 1.6rem * 2);
    max-width: calc(71% - 1.6rem * 2);
  }

  .col.w-29-pc {
    flex: 0 1 calc(29% - 1.6rem * 2);
    max-width: calc(29% - 1.6rem * 2);
  }

  .col.w-75-pc {
    flex: 0 1 calc(75% - 1.6rem * 2);
    max-width: calc(75% - 1.6rem * 2);
  }

  .col.w-25-pc {
    flex: 0 1 calc(25% - 1.6rem * 2);
    max-width: calc(25% - 1.6rem * 2);
  }


  .col.align-right {
    margin-left: auto;
  }

  .col.align-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.align-right {
  justify-content: flex-end;
}

.align-bottom {
  align-items: flex-end;
}

.align-v-center {
  align-items: center;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

/* # =================================================================
   # header
   # ================================================================= */


.site-header-inner {
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-block:80px 64px;
}

.site-header-title,
.site-header-sub-title {
  font-family: 'Source Serif Pro', serif;
  font-weight: 300;
  color: #08192D;
  z-index: 100;
}
.site-header-title a {
  color: #08192D;
}
.site-header-title {
  font-size: 34px;
  margin-bottom:16px;
}
@media (min-width: 380px) {
  .site-header-title {
    font-size: calc(34px + ((1vw - 3.8px) * 4.3902));
    min-height: 0vw;
  }
}
@media (min-width: 1200px) {
  .site-header-title {
    font-size: 70px;
  }
}

.site-header-sub-title span {
  display: block;
}
.site-header-sub-title {
  font-size: 20px;
}
@media (min-width: 380px) {
  .site-header-sub-title {
    font-size: calc(20px + ((1vw - 3.8px) * 1.9512));
    min-height: 0vw;
  }
}
@media (min-width: 1200px) {
  .site-header-sub-title {
    font-size: 36px;
  }
}
.catchphrase-wrap{
	margin-right:calc(50% - 50vw);
	display: flex;
	align-items: center;
	padding-block:32px 16px;
	gap:16px;
}
.catchphrase{
	font-family: 'Source Serif Pro', serif;font-weight:300;
	letter-spacing:.1rem;
	font-size:clamp(16px, 1.7vw, 22px);
	color:#994639;
}

.catchphrase-wrap:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #994639;
}

.catchphrase:before {
    margin-right: 1rem;
}

.catchphrase:after {
    margin-left: 1rem;
}
.catchphrase span {
    font-style:italic;
}

/* # =================================================================
   # nav
   # ================================================================= */

.site-nav {
  position: fixed;
}

.site-nav li {
  font-family: 'Source Serif Pro', serif;
  font-weight: 300;
  font-size: 30px;
}

.site-nav li a {
  color: #999;
}

.site-nav li a:hover {
  color: #333;
}

  .site-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
	padding-block:10vh;
    background: rgba(255, 255, 255, 0.95);
    color: #ffffff;
    overflow-y:scroll !important;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
  }
.site-nav-list{
	display:grid;
	place-content: center;
	width:100%;
	min-height:100%;
}
  .site-nav li:not(:last-child) {
    margin-bottom: 20px;
  }

  .site-nav li a {
    color: #333;
  }
/* ナビゲーションボタン（開く） */
#navbtn{
  position: fixed;
  right: 16px;
  top: 16px;
  padding: 16px;
  background: #DAC9A6;
  outline: none;
  border-top: 1px solid #DAC9A6;
  border: 1px solid #DAC9A6;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  z-index:101;
}

#navbtn::before,
#navbtn::after{
  content : '';
  display: block;
  height: 1px;
  background-color: #fff;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
}

#navbtn::before{
  transform: translateY(-10px);
  box-shadow: 0 10px #fff;
}

/* ナビゲーションボタン（閉じる） */
.open #navbtn{
  z-index: 100;
}
.open #navbtn::before{
  transform: rotate(-45deg);
  box-shadow: none;
}
.open #navbtn::after{
  transform: rotate(45deg);
  box-shadow: none;
}
/* ナビゲーションメニュー 開いた時*/
.open .site-nav{
  visibility: visible;
  opacity: 1;
  z-index:100;
}


/* # =================================================================
   # footer
   # ================================================================= */
.site-footer {
  padding-bottom: 60px;
}

.site-footer p {
  font-size: 12px;
  color: #999;
}

.site-footer p.copy {
  font-size: 14px;
}

/* # =================================================================
   # section
   # ================================================================= */


   @media all and (min-width: 60em) {
  .col.main-col {
    flex: 0 1 calc(80% - 1.6rem * 2);
    max-width: calc(80% - 1.6rem * 2);
    padding-right:5%;
  }
}
   main {
  padding-bottom: 30px;
}

.section-title{
  margin-bottom:32px;
}
/* contact */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 100%;
	border: 1px solid #333;
	font-size: 100%;
	padding: 0.5em;
	box-sizing:border-box;
}
.wpcf7 textarea {
	height:10em;
	overflow-y:auto;
}
.wpcf7 input[type="submit"] {
	width:100%;
	text-align:center;
	margin:20px auto;
	font-size: 100%;
	padding: 1em;
	background: #fff;
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 2px solid #DCCAA4;
}


.wpcf7-submit:hover,.wpcf7c-btn-confirm:hover {
background-color: #DCCAA4 !important;
color: #333 !important;
cursor:pointer;
}
