@charset "UTF-8";
/* Scss Document */
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; }

html { font-size: 62.5%; }

body { line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

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

/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes load { 0% { transform: translateY(0); }
  25% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(0); } }
@keyframes slide { 0% { transform: translateX(0); }
  100% { transform: translateX(-10%); } }
@keyframes arrow { 0% { transform: scale(0, 1); transform-origin: 0 0; }
  50% { transform: scale(1, 1); transform-origin: 0 0; }
  50.1% { transform: scale(1, 1); transform-origin: 100% 0; }
  100% { transform: scale(0, 1); transform-origin: 100% 0; } }
/* Scss Document */
body { box-sizing: border-box; line-height: 2; font-size: 1.3rem; color: #191919; font-family: "Gothic Medium BBB", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", "sans-serif"; word-wrap: break-word; line-height: normal; text-align: justify; background: #f4f4f4; -webkit-backface-visibility: hidden; backface-visibility: hidden; letter-spacing: 0.2em; }
@media (min-width: 769px) { body { font-size: calc( 1.3rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
@media (min-width: 1280px) { body { font-size: 1.5rem; } }

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

.t-left { text-align: left; }

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

.sp { display: inherit; }
@media screen and (min-width: 769px) { .sp { display: none; } }
@media screen and (min-width: 1021px) { .sp { display: none; } }

.tab { display: none; }
@media screen and (min-width: 769px) { .tab { display: inherit; } }
@media screen and (min-width: 1021px) { .tab { display: none; } }

.sp-tab { display: inherit; }
@media screen and (min-width: 769px) { .sp-tab { display: inherit; } }
@media screen and (min-width: 1021px) { .sp-tab { display: none; } }

.pc-tab { display: none; }
@media screen and (min-width: 769px) { .pc-tab { display: inherit; } }
@media screen and (min-width: 1021px) { .pc-tab { display: inherit; } }

.pc { display: none; }
@media screen and (min-width: 769px) { .pc { display: none; } }
@media screen and (min-width: 1021px) { .pc { display: inherit; } }

a, button { text-decoration: none; color: inherit; transition: .4s; }

button { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }

a { display: block; }
a:hover { opacity: 0.8; }

a[href*="tel:"] { display: block; }

img { width: 100%; vertical-align: bottom; }

.s-inner { box-sizing: border-box; width: 100%; max-width: 1020px; margin: auto; padding: 0% 4% 0% 4%; }
@media screen and (min-width: 769px) { .s-inner { padding: 0% 2.45% 0% 2.45%; } }
@media screen and (min-width: 1080px) { .s-inner { padding: 0; } }

.m-inner { box-sizing: border-box; width: 100%; max-width: 1220px; margin: auto; padding: 0% 4% 0% 4%; }
@media screen and (min-width: 769px) { .m-inner { padding: 0% 2.45% 0% 2.45%; } }
@media screen and (min-width: 1080px) { .m-inner { padding: 0; } }
@media screen and (min-width: 1021px) { .m-inner { padding: 0 4%; } }
@media screen and (min-width: 1280px) { .m-inner { padding: 0; } }

.l-inner { box-sizing: border-box; width: 100%; max-width: 1420px; margin: auto; padding: 0% 4% 0% 4%; }
@media screen and (min-width: 769px) { .l-inner { padding: 0% 2.45% 0% 2.45%; } }
@media screen and (min-width: 1080px) { .l-inner { padding: 0; } }
@media screen and (min-width: 1021px) { .l-inner { padding: 0% 2.45% 0% 2.45%; } }
@media screen and (min-width: 1480px) { .l-inner { padding: 0; } }

.ll-inner { box-sizing: border-box; width: 100%; max-width: 1600px; margin: auto; padding: 0% 4% 0% 4%; }
@media screen and (min-width: 769px) { .ll-inner { padding: 0% 2.45% 0% 2.45%; } }
@media screen and (min-width: 1080px) { .ll-inner { padding: 0; } }
@media screen and (min-width: 1021px) { .ll-inner { padding: 0% 2.45% 0% 2.45%; } }
@media screen and (min-width: 1660px) { .ll-inner { padding: 0; } }

p { font-size: 100%; }

address { font-style: normal; }

::selection { background: #14473d; color: #fff; }

.mincho { font-family: "Yu Mincho Pr6N M", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; font-weight: normal; }

.gothic { font-family: "Gothic Medium BBB", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", "sans-serif"; font-weight: normal; }

.icon { margin-right: 5px; }

.flex-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.mb-box { margin-bottom: 50px; }

#contents { display: block; margin-top: 70px; overflow: hidden; }

.cap { position: absolute; left: 5px; bottom: 5px; z-index: 1; font-size: 1rem; letter-spacing: normal; line-height: 1; }

.attent { color: #ccc; font-size: 1rem; letter-spacing: normal; }

.arrow { display: inline-block; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); right: 10px; width: 10px; height: 10px; }
.arrow:before, .arrow:after { display: block; content: ''; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); }
.arrow:before { position: absolute; width: 6px; height: 6px; border-top: 1px solid; border-right: 1px solid; top: 50%; transform: rotate(45deg) translate(0%, -50%); top: calc(50% - 1px); border-color: #000; right: 2px; }
.arrow:after { right: 0; width: 8px; height: 1px; background: #000; }

.fit { object-fit: cover; font-family: 'object-fit: cover'; }

@media all and (-ms-high-contrast: none) { body { font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif !important; }
  .ie-b { font-family: "Hiragino Mincho W6 JIS2004", "Hiragino Mincho Pro", serif !important; }
  h2 { font-size: 2.5rem; font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; font-weight: 600; text-align: center; line-height: normal; } }
@media all and (-ms-high-contrast: none) and (min-width: 769px) { h2 { font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 1.1741682975 ); } }
@media all and (-ms-high-contrast: none) and (min-width: 1280px) { h2 { font-size: 3.1rem; } }

@media all and (-ms-high-contrast: none) { h3 { font-size: 2.2rem; font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; font-weight: 600; text-align: center; line-height: normal; } }
@media all and (-ms-high-contrast: none) and (min-width: 769px) { h3 { font-size: calc( 2.2rem + ( 1vw - 7.69px ) * 0.5870841487 ); } }
@media all and (-ms-high-contrast: none) and (min-width: 1280px) { h3 { font-size: 2.5rem; } }

@media all and (-ms-high-contrast: none) { h4 { font-family: "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; font-weight: 600; text-align: center; line-height: normal; } }
/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .mb-box { margin: 0% 0% 5.07% 0%; } }
/*------------------------------
		1211px以上
------------------------------*/
@media screen and (min-width: 1211px) { #contents { margin-top: 90px; } }
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1021px) { a[href*="tel:"] { pointer-events: none; cursor: default; text-decoration: none; } }
/*------------------------------
		1221px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.header { position: fixed; z-index: 1000; left: 0; top: 0; width: 100%; height: 70px; background: #f0ede4; }
.header__wrap { background: #f0ede4; }
.header__logo { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); z-index: 1; left: 2%; width: calc(96% - 80px); }
.header__logo p { position: absolute; bottom: 5px; left: 100px; width: auto; letter-spacing: normal; font-family: "Yu Mincho Pr6N M", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; font-size: 1.2rem; color: #333; }
@media (min-width: 769px) { .header__logo p { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 1.1741682975 ); } }
@media (min-width: 1280px) { .header__logo p { font-size: 1.8rem; } }
.header__logo img { max-width: 90px; }
.header__menubtn { position: absolute; right: 0; width: 80px; height: 100%; background: #1a3d2a; }
.header__menubtn p { margin-bottom: 5px; font-size: 10px; color: #fff; font-weight: lighter; line-height: normal; letter-spacing: normal; }
.header__menubtn-wrap { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; }
.header__menubtn-line { position: relative; height: 10px; }
.header__menubtn-line span { display: block; position: absolute; left: 0; right: 0; width: 30px; height: 1px; margin: auto; background: #fff; transition: .3s; }
.header__menubtn-line span:first-child { top: 0; }
.header__menubtn-line span:last-child { bottom: 0; margin-right: 0; }
.header__menunav { display: none; position: absolute; top: 70px; right: 0; padding: 50px 0; width: 100%; background: #f0ede4; }
.header__menunav-list li { display: block; box-sizing: border-box; margin: auto; width: 80%; font-size: 1.4rem; text-align: center; }
.header__menunav-list li a { position: relative; display: block; height: 60px; }
.header__menunav-list li a p { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.header__menunav-list li a p.en { opacity: 1; transform: .4s; }
.header__menunav-list li a p.jp { opacity: 0; transform: .4s; }
.header__menunav-list li a.active p.en { opacity: 0; }
.header__menunav-list li a.active p.jp { opacity: 1; }
.header__menunav-list li:nth-child(6) { margin-bottom: 10px; }
.header__menunav-list li.contact__btn { margin-bottom: 10px; }
.header__menunav-list li.contact__btn .contact__box-hdr { margin-bottom: 10px; }
.header__menunav-list li.contact__btn .contact__box-hdr a { position: relative; display: block; max-width: 320px; width: 100%; margin: auto; line-height: normal; color: #fff; box-sizing: border-box; }
.header__menunav-list li.contact__btn .contact__box-hdr a p { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.header__menunav-list li.contact__btn .contact__box-hdr.request a { border: solid 1px #1a3d2a; background: #1a3d2a; }
.header__menunav-list li.contact__btn .contact__box-hdr.header_contact a { border: solid 1px #14473d; background: #14473d; }

.open .header__menubtn-line span:first-child { top: 5px; transform: rotate(-145deg); }
.open .header__menubtn-line span:last-child { bottom: 5px; margin-right: auto; width: 30px; transform: rotate(145deg); }

/*------------------------------
		769px以上
------------------------------*/
/*------------------------------
		1211px以上
------------------------------*/
@media screen and (min-width: 1211px) { .header { height: auto; transition: .4s; height: 90px; }
  .header__logo { width: calc(38% - 80px); }
  .header__logo a { display: inline-block; }
  .header__logo p { bottom: 8px; left: 160px; width: auto; }
  .header__logo img { max-width: 150px; }
  .header__menubtn { display: none !important; }
  .header__wrap { position: relative; height: 90px; }
  .header__menunav { position: relative; display: block !important; top: auto; bottom: 0; padding-top: 0; background: none; box-shadow: none; }
  .header__menunav-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; margin: 0 250px 0 auto; border: none; }
  .header__menunav-list li { flex: 0 1 auto; width: auto; max-width: auto; margin: 0 1.3%; }
  .header__menunav-list li a { position: relative; padding: 0; height: 90px; }
  .header__menunav-list li a p { position: relative; }
  .header__menunav-list li a p.en { letter-spacing: 1.2px; transition: .4s; }
  .header__menunav-list li a p.jp { position: absolute; font-size: 1.4rem; width: max-content; line-height: 1.3; transition: .4s; }
  .header__menunav-list li a:hover, .header__menunav-list li a.active { opacity: 1; }
  .header__menunav-list li a:hover p.en, .header__menunav-list li a.active p.en { opacity: 0; transition: .4s; }
  .header__menunav-list li a:hover p.jp, .header__menunav-list li a.active p.jp { opacity: 1; transition: .4s; color: #14473d; }
  .header__menunav-list li a:hover:after, .header__menunav-list li a.active:after { opacity: 1; transition: .3s; }
  .header__menunav-list li.contact__btn { display: flex !important; position: absolute; top: 0; right: 0; margin: 0; max-width: 240px; }
  .header__menunav-list li.contact__btn .contact__box-hdr { flex: 0 1 50%; width: 50%; max-width: 50%; margin-bottom: 0px; }
  .header__menunav-list li.contact__btn .contact__box-hdr a { padding: 0; width: 120px; }
  .header__menunav-list li.contact__btn .contact__box-hdr a:after { opacity: 0; }
  .header__menunav-list li.contact__btn .contact__box-hdr a p { font-size: 1.2rem; } }
@media screen and (min-width: 1211px) and (min-width: 769px) { .header__menunav-list li.contact__btn .contact__box-hdr a p { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.1956947162 ); } }
@media screen and (min-width: 1211px) and (min-width: 1280px) { .header__menunav-list li.contact__btn .contact__box-hdr a p { font-size: 1.3rem; } }
@media screen and (min-width: 1211px) { .header__menunav-list li.contact__btn .contact__box-hdr:hover.request a { color: #1a3d2a; background: #fff; }
  .header__menunav-list li.contact__btn .contact__box-hdr:hover.header_contact a { color: #14473d; background: #fff; }
  .header__menunav .header__subnav-wrap { flex: 0 1 auto; width: auto; max-width: auto; }
  .header__menunav .header__subnav-wrap .header__subnav-btn:before { right: -10px; width: 6px; height: 6px; top: calc(50% - 7px); }
  .header__menunav .header__subnav-wrap .header__subnav-list-wrap { position: fixed; width: 240px; }
  .header__menunav .header__subnav-wrap .header__subnav-list li { flex: 0 1 100%; width: 100%; max-width: 100%; margin: 0; border-bottom: 1px solid; border-color: #eee; text-align: left; }
  .header__menunav .header__subnav-wrap .header__subnav-list li a { padding: 15px; }
  .header__menunav .header__subnav-wrap .header__subnav-list li a:after { display: none; }
  .header__menunav .header__subnav-wrap .header__subnav-list li a:hover { background: #e4e4e4; } }
/*------------------------------
		1021px以上
------------------------------*/
/*------------------------------
		1281px以上
------------------------------*/
/*------------------------------
		1281px以上
------------------------------*/
@media screen and (min-width: 1435px) { .header__menunav-list { margin: 0 360px 0 auto; }
  .header__menunav-list li { margin: 0 2%; }
  .header__menunav-list li.contact__btn { max-width: 340px; }
  .header__menunav-list li.contact__btn .contact__box-hdr a { width: 170px; } }
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.footer { background: #0a2223; color: #fff; }
.footer #gotop { padding: 10px 0; border-top: 1px solid; font-weight: bold; font-size: 1.5rem; text-align: center; }
.footer #gotop .sp { display: inline; }
.footer__wrap.liberte_top .footer__menunav .footer__menunav-list li { flex: 0 1 100%; width: 100%; max-width: 100%; border-right: none; }
.footer__wrap.liberte_top .footer__menunav .footer__menunav-list li a { font-weight: bold; }
.footer__menunav { padding: 0; }
.footer__menunav-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.footer__menunav-list li { font-size: 1.4rem; flex: 0 1 50%; width: 50%; max-width: 50%; box-sizing: border-box; text-align: center; border-top: 1px solid #fff; border-right: 1px solid #fff; }
.footer__menunav-list li a { padding: 20px; line-height: normal; }
.footer__menunav-list li:nth-child(even) { border-right: none; }
.footer__info { background: #fff; padding: 20px 0; color: #191919; }
.footer__info .footer__logo-mark { width: 70%; max-width: 200px; margin: 0 auto 15px; }
.footer__copyright { font-size: 1rem; letter-spacing: normal; text-align: center; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .footer #gotop { position: fixed; z-index: 1000; right: 30px; bottom: 30px; width: 50px; height: 50px; min-width: 54px; line-height: 43px; padding: 5px 0 0; box-sizing: border-box; border: none; background: #0a2223; font-size: 1.3rem; text-align: center; color: #fff; cursor: pointer; transition: .4s; }
  .footer #gotop .sp { display: none; }
  .footer #gotop:hover { background: #14473d; transition: .4s; }
  .footer__wrap { position: relative; margin: auto; padding: 0; height: 55px; }
  .footer__wrap.liberte_top .footer__menunav .footer__menunav-list li { flex: 0 1 auto; width: auto; max-width: auto; }
  .footer__menunav { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .footer__menunav-list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .footer__menunav-list li { flex: 0 1 auto; width: auto; max-width: auto; margin-left: 40px; border: none; }
  .footer__menunav-list li a { padding: 0; }
  .footer__menunav-list li:first-child { margin-left: 0; }
  .footer__info { padding: 15px 0; }
  .footer__info .footer__logo-wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .footer__info .footer__logo-mark { flex: 0 1 240px; width: 240px; max-width: 240px; margin: 0; }
  .footer__copyright { flex: 0 1 auto; width: auto; max-width: auto; text-align: right; }
  .footer address { margin-top: 15px; font-size: 1.2rem; } }
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1021px) { .footer__contact { margin: 0 0 50px; }
  .footer__contact .footer__tel { flex: 0 1 44%; width: 44%; max-width: 44%; }
  .footer__contact .footer__mail { flex: 0 1 54%; width: 54%; max-width: 54%; }
  .footer__contact .footer__btn a { padding: 30px 15px; } }
/*------------------------------
		1281px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
#contents { padding: 0% 0% 6.69% 0%; background: url("/liberte/umezu/img/common/bg_green.jpg") center/cover no-repeat; }

.quality__con-wp { margin: 0% 0% 6.25% 0%; padding: 0 4%; }
.quality__ttl-img { margin: 0 auto 5%; width: 100%; max-width: 205px; }
.quality li { flex: 0 1 47%; width: 47%; max-width: 47%; margin: 0% 0% 5.33% 0%; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4); overflow: hidden; }
.quality li.bash .quality__txt span { background: #08163e; }
.quality li.bash .quality__txt span:before { background: linear-gradient(0deg, #08163e 10%, #005797 50%, #08163e 90%); }
.quality li.bash .quality__txt span:after { background: linear-gradient(0deg, #005797 0%, #07163d 50%, #005797 100%); }
.quality li.bash .quality__img-box { background: url("/img/home/quality_01.jpg") center/cover no-repeat; }
.quality li.interior .quality__txt span { background: #6c661f; }
.quality li.interior .quality__txt span:before { background: linear-gradient(0deg, #6c661f 10%, #b7a340 50%, #6c661f 90%); }
.quality li.interior .quality__txt span:after { height: 100%; background: linear-gradient(0deg, #b7a340 10%, #6c661f 50%, #b7a340 90%); }
.quality li.interior .quality__img-box { background: url("/img/home/quality_02.jpg") center/cover no-repeat; }
.quality li.kitchen .quality__txt { background: #002c00; }
.quality li.kitchen .quality__txt span { background: #6c661f; }
.quality li.kitchen .quality__txt span:before { position: absolute; content: ""; display: block; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, #002c00 10%, #2a703b 50%, #002c00 90%); opacity: 1; transition: .4s; z-index: -1; }
.quality li.kitchen .quality__txt span:after { position: absolute; content: ""; display: block; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(0deg, #2a703b 0%, #002c00 50%, #2a703b 100%); opacity: 0; transition: .4s; z-index: -1; }
.quality li.kitchen .quality__img-box { background: url("/img/home/quality_03.jpg") center/cover no-repeat; }
.quality li.stairs .quality__txt { background: #2c0300; }
.quality li.stairs .quality__txt span { background: #6c661f; }
.quality li.stairs .quality__txt span:before { background: linear-gradient(0deg, #2c0300 10%, #642520 50%, #2c0300 90%); }
.quality li.stairs .quality__txt span:after { background: linear-gradient(0deg, #642520 0%, #2c0000 50%, #642520 100%); }
.quality li.stairs .quality__img-box { background: url("/img/home/quality_04.jpg") center/cover no-repeat; }
.quality li:nth-child(n+3) { margin: 0; }
.quality__img-box { width: 100%; height: 100px; transition: .4s; }
.quality__txt { font-size: 1.5rem; position: relative; width: 100%; height: 75px; color: #fff; text-align: center; line-height: 1.2; }
@media (min-width: 769px) { .quality__txt { font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.5870841487 ); } }
@media (min-width: 1280px) { .quality__txt { font-size: 1.8rem; } }
.quality__txt p { position: absolute; top: 50%; left: 50%; width: 100%; transform: translate(-50%, -50%); z-index: 2; }
.quality__txt span { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.quality__txt span:before { position: absolute; content: ""; display: block; top: 0; left: 0; width: 100%; height: 100%; opacity: 1; transition: .4s; z-index: -1; }
.quality__txt span:after { position: absolute; content: ""; display: block; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: .4s; z-index: -1; }
.quality__txt .quality__bg-txt { position: absolute; bottom: 10px; right: 5px; width: 50%; transform: rotate(-5deg); z-index: 2; }
.quality__txt .quality__bg-txt.bg_01 { max-width: 85px; }
.quality__txt .quality__bg-txt.bg_02 { width: 60%; max-width: 110px; }
.quality__txt .quality__bg-txt.bg_03 { width: 60%; max-width: 105px; }
.quality__txt .quality__bg-txt.bg_04 { bottom: auto; right: auto; top: 5px; left: 5px; max-width: 70px; }
.quality__txt .quality__bg-txt.bg_05 { bottom: 5px; max-width: 75px; }
.quality__txt::after { position: absolute; content: ""; display: block; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(-90deg, #977820 20%, #eadaaf 50%, #977820 80%); z-index: 3; }
.quality .liberte-btn a { font-size: 1.8rem; padding: 2.34% 0% 2.34% 0%; }
@media (min-width: 769px) { .quality .liberte-btn a { font-size: calc( 1.8rem + ( 1vw - 7.69px ) * 1.3698630137 ); } }
@media (min-width: 1280px) { .quality .liberte-btn a { font-size: 2.5rem; } }

.btn a { display: block; position: relative; width: 100%; max-width: 260px; box-sizing: border-box; padding: 20px 0; margin: auto; background: #0a2223; border: 4px solid #fff; border-radius: 60px; text-align: center; color: #fff; font-size: 1.4rem; line-height: 1.5; }
@media (min-width: 769px) { .btn a { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.44345898 ); } }
@media (min-width: 1220px) { .btn a { font-size: 1.6rem; } }
.btn a:after { position: absolute; content: ""; display: block; top: 50%; right: 20px; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 6px; border-color: transparent transparent transparent #fff; transform: translate(0, -50%); }

.back-liberte { position: relative; max-width: 400px; margin: auto; }
.back-liberte a { background: transparent; border: none; max-width: 100%; }
.back-liberte a:after { right: auto; left: 20px; transform: translate(0, -50%) rotate(-180deg); }
.back-liberte:before, .back-liberte:after { position: absolute; content: ""; display: block; top: 0; width: 100%; height: 100%; z-index: -1; }
.back-liberte:before { height: 100%; background: linear-gradient(90deg, #b68933 0%, #5b451a 85%); opacity: 1; transition: .4s; }
.back-liberte:after { background: linear-gradient(90deg, #482f00 0%, #b68933 100%); opacity: 0; transition: .5s; }

.titleimg { position: relative; }
.titleimg .titleimg__ttl { position: absolute; top: 50%; right: 5%; transform: translateY(-50%); max-width: 400px; width: 75%; padding: 25px 0; background: #0a2223; color: #fff; text-align: center; }
.titleimg .titleimg__ttl .titleimg__ttl-en { margin-bottom: 5px; font-size: 2.4rem; font-weight: bold; }
@media (min-width: 769px) { .titleimg .titleimg__ttl .titleimg__ttl-en { font-size: calc( 2.4rem + ( 1vw - 7.69px ) * 1.3303769401 ); } }
@media (min-width: 1220px) { .titleimg .titleimg__ttl .titleimg__ttl-en { font-size: 3rem; } }
.titleimg .titleimg__ttl .titleimg__ttl-jp { font-size: 1.5rem; font-weight: normal; }
@media (min-width: 769px) { .titleimg .titleimg__ttl .titleimg__ttl-jp { font-size: calc( 1.5rem + ( 1vw - 7.69px ) * 0.6651884701 ); } }
@media (min-width: 1220px) { .titleimg .titleimg__ttl .titleimg__ttl-jp { font-size: 1.8rem; } }

.contact { position: relative; padding: 40px 0; background: #333835; color: #fff; }
.contact__wp { position: relative; z-index: 2; }
.contact__box { position: relative; margin-bottom: 30px; text-align: center; }
.contact__box:last-child { margin-bottom: 0; }
.contact__box-txt .contact__ttl { font-size: 1.6rem; }
@media (min-width: 769px) { .contact__box-txt .contact__ttl { font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 0.8869179601 ); } }
@media (min-width: 1220px) { .contact__box-txt .contact__ttl { font-size: 2rem; } }
.contact__box-txt .contact__num { font-size: 1.2rem; }
@media (min-width: 769px) { .contact__box-txt .contact__num { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.44345898 ); } }
@media (min-width: 1220px) { .contact__box-txt .contact__num { font-size: 1.4rem; } }
.contact__box-txt .contact__tel { font-size: 3.5rem; display: block; }
@media (min-width: 769px) { .contact__box-txt .contact__tel { font-size: calc( 3.5rem + ( 1vw - 7.69px ) * 2.2172949002 ); } }
@media (min-width: 1220px) { .contact__box-txt .contact__tel { font-size: 4.5rem; } }
.contact__box-txt .contact__time { margin-bottom: 8px; font-size: 1.2rem; }
@media (min-width: 769px) { .contact__box-txt .contact__time { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.44345898 ); } }
@media (min-width: 1220px) { .contact__box-txt .contact__time { font-size: 1.4rem; } }
.contact__box-txt .btn { margin-bottom: 10px; }
.contact__box-txt .btn__reserve a { background: #1a3d2a; }
.contact__box-txt .btn__contact a { background: #14473d; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .back-liberte a:hover { opacity: 1; background: transparent; }
  .back-liberte:hover:after { opacity: 1; }
  .contact { padding: 30px 0; }
  .contact__wp { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; max-width: 1020px; margin: auto; }
  .contact__wp::after { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); content: ""; display: block; width: 1px; height: 100%; background: #ffffff; }
  .contact__box { flex: 0 1 48%; width: 48%; max-width: 48%; margin-bottom: 0; }
  .contact__box:first-child:after { display: none; }
  .contact__box:last-child { margin-bottom: 0; } }
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1021px) { .titleimg .titleimg__ttl { padding: 35px 0; }
  .quality__ttl-img { max-width: 300px; }
  .quality__con-wp { padding: 0; }
  .quality li { flex: 0 1 24%; width: 24%; max-width: 24%; margin-bottom: 0; }
  .quality li a .quality__txt { transition: .4s; }
  .quality li a:hover { opacity: 1; }
  .quality li a:hover .quality__img-box { transform: scale(1.2); transition: .4s; }
  .quality li a:hover .quality__txt { transition: .4s; }
  .quality li a:hover .quality__txt span::before { opacity: 0; transition: .4s; }
  .quality li a:hover .quality__txt span::after { opacity: 1; transition: .4s; }
  .contact { padding: 30px 0; }
  .contact__box { flex: 0 1 48%; width: 48%; max-width: 48%; margin-bottom: 0; }
  .contact__box:first-child::after { display: none; }
  .contact__box:last-child { margin-bottom: 0; } }
/*------------------------------
		1221px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/

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