@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: #282828; font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", "sans-serif"; word-wrap: break-word; line-height: normal; text-align: justify; -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: #98DAF6; color: #fff; }

.en { font-family: "Montserrat", "sans-serif"; letter-spacing: normal; }

.amiri { font-family: amiri, "serif", "sans-serif"; letter-spacing: normal; }

.acumin { font-family: acumin-pro, "sans-serif"; letter-spacing: normal; }

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

.gothic { font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", "sans-serif"; font-weight: normal; }

.font-b { font-weight: bold; }

.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) { #contents { margin-top: 120px; }
  .mb-box { margin: 0% 0% 5.07% 0%; } }
/*------------------------------
		961px以上
------------------------------*/
@media screen and (min-width: 961px) { #contents { margin-top: 90px; } }
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1021px) { #contents { margin-top: 105px; }
  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: #fff; @inckude box(); }
.header__wrap { background: #fff; }
.header__logo { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); z-index: 1; left: 2%; width: auto; letter-spacing: normal; font-family: "Yu Mincho Pr6N M", "Hiragino Mincho W3 JIS2004", "Hiragino Mincho Pro", serif; font-size: 1.6rem; color: #333; }
@media (min-width: 769px) { .header__logo { font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.5655577299 ); } }
@media (min-width: 1280px) { .header__logo { font-size: 2.4rem; } }
.header__menubtn { position: absolute; right: 0; width: 80px; height: 100%; background: #54C2F0; }
.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: #fff; }
.header__menunav-list li { display: block; box-sizing: border-box; margin: auto; width: 80%; font-size: 1.4rem; text-align: center; letter-spacing: 0.2em; }
.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 #54C2F0; background: #54C2F0; }
.header__menunav-list li.contact__btn .contact__box-hdr.header_contact a { border: solid 1px #FCCC00; background: #FCCC00; }

.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以上
------------------------------*/
@media screen and (min-width: 769px) { .header { height: auto; transition: .4s; height: 90px; }
  .header__logo { width: calc(52% - 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: 55px; padding: 0; background: #fff; box-shadow: none; border-bottom: solid 5px #54C2F0; }
  .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; border: none; }
  .header__menunav-list li { flex: 0 1 auto; width: auto; max-width: auto; margin: 0 1.5%; }
  .header__menunav-list li a { position: relative; padding: 0; height: 60px; }
  .header__menunav-list li a p { position: relative; }
  .header__menunav-list li a p.en { letter-spacing: 2.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::after { position: absolute; width: 100%; left: 50%; transform: translateX(-50%); content: ""; display: block; bottom: 7px; width: 7px; height: 7px; border-bottom: solid 1px #54C2F0; border-right: solid 1px #54C2F0; transform: translate(-50%, 0) rotate(45deg); opacity: 0; }
  .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: #54C2F0; }
  .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: none; }
  .header__menunav-list li:nth-child(6) { margin-bottom: 0; }
  .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; }
  .header .contact__btn { 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; position: absolute; top: 0; right: 0; margin: 0; z-index: 1; }
  .header .contact__btn .contact__box-hdr { flex: 0 1 50%; width: 50%; max-width: 50%; margin-bottom: 0px; }
  .header .contact__btn .contact__box-hdr a { position: relative; display: block; padding: 0; width: 200px; height: 55px; margin: auto; text-align: center; line-height: normal; color: #fff; box-sizing: border-box; padding: 0; }
  .header .contact__btn .contact__box-hdr a:after { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); content: ""; display: block; right: 10px; width: 6px; height: 6px; border-top: solid 1px #fff; border-right: solid 1px #fff; transform: translate(0, -50%) rotate(45deg); }
  .header .contact__btn .contact__box-hdr a p { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 1.2rem; } }
@media screen and (min-width: 769px) and (min-width: 769px) { .header .contact__btn .contact__box-hdr a p { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.3913894325 ); } }
@media screen and (min-width: 769px) and (min-width: 1280px) { .header .contact__btn .contact__box-hdr a p { font-size: 1.4rem; } }
@media screen and (min-width: 769px) { .header .contact__btn .contact__box-hdr.request a { border: solid 1px #54C2F0; background: #54C2F0; }
  .header .contact__btn .contact__box-hdr.header_contact a { border: solid 1px #FCCC00; background: #FCCC00; }
  .header .contact__btn .contact__box-hdr:hover.request a { color: #54C2F0; background: #fff; }
  .header .contact__btn .contact__box-hdr:hover.request a:after { border-color: #54C2F0; }
  .header .contact__btn .contact__box-hdr:hover.header_contact a { color: #FCCC00; background: #fff; }
  .header .contact__btn .contact__box-hdr:hover.header_contact a:after { border-color: #FCCC00; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1021px) { .header { height: 100px; border-bottom: solid 5px #54C2F0; }
  .header__menunav { border: none; }
  .header__menunav-list { margin: 0 5% 0 auto; }
  .header__menunav-list li a { height: 40px; }
  .header__menunav-list li a::after { bottom: 3px; }
  .header__menunav-list li:nth-child(6) { margin: 0 0 0 1.5%; }
  .header .contact__btn { top: 10px; right: 5%; }
  .header .contact__btn .contact__box-hdr { flex: 0 1 49%; width: 49%; max-width: 49%; margin-bottom: 0px; }
  .header .contact__btn .contact__box-hdr a { height: 35px; } }
/*------------------------------
		1281px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.footer { background: #464849; color: #fff; }
.footer #gotop { padding: 10px 0; border-top: 1px solid; 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: #282828; }
.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: #54C2F0; font-size: 1.3rem; text-align: center; color: #fff; cursor: pointer; transition: .4s; }
  .footer #gotop .sp { display: none; }
  .footer #gotop:hover { background: #FCCC00; 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 */
.box-line { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; width: calc(100% - 8px); height: calc(100% - 8px); border: solid 1px #fff; z-index: 1; }
.box-line.ye { border: solid 1px #FCCC00; }

.btn a { font-size: 1.4rem; box-sizing: border-box; position: relative; display: block; margin: auto; padding: 20px 0; width: 100%; text-align: center; line-height: 1.5; letter-spacing: 0.2em; color: #fff; background: #54C2F0; border: solid 1px #54C2F0; }
@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; width: 100%; top: 50%; transform: translateY(-50%); content: ""; display: block; right: 15px; width: 7px; height: 7px; border-top: solid 1px #fff; border-right: solid 1px #fff; transform: translate(0, -50%) rotate(45deg); }

.back-liberte { position: relative; max-width: 400px; margin: auto; }
.back-liberte a { background: transparent; border: none; }
.back-liberte a:after { right: auto; left: 15px; transform: translate(0, -50%) rotate(-135deg); }
.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; height: 20vh; max-height: 250px; }
.titleimg .titleimg__ttl-box { position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); color: #fff; text-align: center; }
.titleimg .titleimg__ttl-box p { font-size: 2.5rem; margin-bottom: 5px; }
@media (min-width: 769px) { .titleimg .titleimg__ttl-box p { font-size: calc( 2.5rem + ( 1vw - 7.69px ) * 2.9354207436 ); } }
@media (min-width: 1280px) { .titleimg .titleimg__ttl-box p { font-size: 4rem; } }
.titleimg .titleimg__ttl-box h2 { font-size: 1.6rem; position: relative; display: inline-block; font-weight: normal; z-index: 1; }
@media (min-width: 769px) { .titleimg .titleimg__ttl-box h2 { font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 1.3698630137 ); } }
@media (min-width: 1280px) { .titleimg .titleimg__ttl-box h2 { font-size: 2.3rem; } }
.titleimg .titleimg__ttl-box h2::after { position: absolute; width: 100%; left: 50%; transform: translateX(-50%); content: ""; display: block; bottom: 0; height: 10px; background: #FCCC00; z-index: -1; }
.titleimg::before { position: absolute; content: ""; display: block; top: 0; left: 0; width: 100%; height: 100%; background: rgba(96, 96, 96, 0.3); }

.contact { position: relative; padding: 40px 0; background: url("/liberte/umezu_second/img/common/bg_contact.jpg") center top/cover no-repeat; 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; letter-spacing: 0.1em; }
@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; letter-spacing: 0.12em; }
@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; letter-spacing: 0.05em; }
@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; letter-spacing: 0.12em; }
@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: #54C2F0; border: solid 1px #54C2F0; }
.contact__box-txt .btn__contact a { background: #FCCC00; border: solid 1px #FCCC00; }
.contact::after { position: absolute; content: ""; display: block; top: 0; left: 0; width: 100%; height: 100%; background: rgba(3, 74, 109, 0.3); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .btn a { max-width: 100%; }
  .btn a:hover { opacity: 1; color: #54C2F0; background: #fff; }
  .btn a:hover::after { border-color: #54C2F0; }
  .back-liberte a:hover { opacity: 1; background: transparent; color: #fff; }
  .back-liberte a:hover::after { border-color: #fff; }
  .back-liberte:hover:after { opacity: 1; }
  .contact { padding: 45px 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-txt .btn a { max-width: 290px; }
  .contact__box-txt .btn a:hover { background: #fff; opacity: 1; }
  .contact__box-txt .btn__reserve a:hover { color: #54C2F0; }
  .contact__box-txt .btn__contact a:hover { color: #FCCC00; }
  .contact__box-txt .btn__contact a:hover::after { border-color: #FCCC00; }
  .contact__box:first-child:after { display: none; }
  .contact__box:last-child { margin-bottom: 0; }
  .titleimg { height: 25vh; }
  .titleimg .titleimg__ttl-box h2::after { bottom: -5px; height: 20px; } }
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1021px) { .titleimg { height: 40vh; }
  .contact { padding: 60px 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 */
