@charset "UTF-8";

/* ****************************************************
style.css for livable トランクルーム SP版
 ***************************************************** */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/*general
=========================================*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  font-size: 1rem;
  font-family: sans-serif;
  color: #333;
}

body>img {
  display: none !important;
}

a:link,
a:visited {
  color: #00a1e9;
  text-decoration: underline;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

em,
strong,
.bold {
  font-weight: bold;
  font-style: normal;
}

sup {
  font-size: 1rem;
  vertical-align: top;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*Header
=========================================*/
header {
  position: relative;
}

header.telOpen {
  z-index: 100;
}

header.telOpen:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

header #headerWrap {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

header #headerWrap #logo {
  width: 61.19792%;
}

header #headerWrap #tel {
  width: 13.02083%;
}

header #headerWrap #tel>#telBtn {
  display: block;
  width: 100%;
  height: 13.02083vw;
  background: url(/assets/images/original/trunk-lp_03s-index_bt24.png) no-repeat 0 0;
  background-size: 100% 100%;
}

header #headerWrap #tel>#telBtn.open img {
  display: none;
}

header #headerWrap #tel .telBox {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #dcf4ff;
  padding: 6.51042% 9.11458%;
}

header #headerWrap #tel .telBox .s-telBtn a {
  display: block;
}

header #headerWrap #tel .telBox .s-telBtn a img {
  box-shadow: 0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1), -0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

header #headerWrap #tel .telBox .s-telNote {
  color: #ff4393;
  margin: 0 0 3.90625vw;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}

header #headerWrap #tel .telBox .s-telBtn,
header #headerWrap #tel .telBox .s-telTime {
  margin: 0 0 3.90625vw;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #777;
}

header #headerWrap #tel .telBox .s-telTime {
  margin-bottom: 0;
}

header #headerWrap #tel .telBox .close {
  margin: 6.51042vw 0 0;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: row nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}

header #headerWrap #tel .telBox .close>span {
  position: relative;
  width: auto;
  padding: 2.86458vw 7.8125vw 2.86458vw 10.41667vw;
  background-color: #fff;
  text-align: center;
  font-size: 1.2rem;
  box-shadow: 0.15rem 0.35rem 0.35rem rgba(0, 0, 0, 0.05), -0.15rem 0.35rem 0.35rem rgba(0, 0, 0, 0.05);
}

header #headerWrap #tel .telBox .close>span:before {
  position: absolute;
  top: 50%;
  left: 5.85938vw;
  margin-top: -0.5em;
  display: block;
  width: 0;
  height: 1em;
  border-left: 2px solid #0094e0;
  transform: rotate(45deg);
  content: "";
}

header #headerWrap #tel .telBox .close>span:after {
  position: absolute;
  top: 50%;
  left: 5.85938vw;
  margin-top: -0.5em;
  display: block;
  width: 0;
  height: 1em;
  border-left: 2px solid #0094e0;
  transform: rotate(-45deg);
  content: "";
}

/*Contents
=========================================*/
.anchor {
  width: 89.84375%;
  margin: -2.60417vw auto 6.52174%;
}

.anchor .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anchor .box>p {
  width: 21.73913%;
}

.anchor .box ul {
  width: 75.50725%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.anchor .box ul>li {
  width: 48.17658%;
}

.anchor .box ul>li:nth-child(n + 3) {
  margin-top: 2.60417vw;
}

.anchor .box ul>li a {
  display: block;
}

.anchor .box ul>li a img {
  box-shadow: 0.15rem 0.3rem 0.7rem rgba(0, 0, 0, 0.075), -0.15rem 0.3rem 0.7rem rgba(0, 0, 0, 0.075);
}

.anchor .box+.box {
  margin-top: 5.7971%;
}

.headNote {
  box-sizing: border-box;
  border: 5px solid #f3f3f3;
  width: 89.84375%;
  margin: -2.60417vw auto 6.52174%;
  padding: 3.62319%;
  font-size: 1.3rem;
  line-height: 1.6;
}

.headNote-inner>.s-heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}

.headNote-inner>.spMargin {
  margin-bottom: 8px;
}

.headNote-inner>.spMargin .s-flow {text-align: left; display: flex; margin-top:8px;}
.headNote-inner>.spMargin .s-flow_tit {display: inline-block; margin-right: 16px;}
.headNote-inner>.spMargin .s-flow_txt {display: inline-block;}

.headNote-inner em {
  color: #ff4393;
  font-weight: normal;
}

.campaign ol {
  width: 89.84375%;
  margin: 0 auto;
}

.campaign ol li {
  margin: 4.34783% 0 0;
}

.campaign ol+p {
  width: 89.84375%;
  margin: 5.20833vw auto 0;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}

.campaign+.cvBox {
  margin-top: 8.46354vw;
}

.cvBox {
  margin-top: 5.20833vw;
  background-color: #bbe1f2;
}

.cvBox .wrap {
  width: 89.84375%;
  margin: 0 auto;
  padding: 6.51042vw 0;
}

.cvBox .wrap dl {
  font-size: 1.1rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cvBox .wrap dl dt {
  box-sizing: border-box;
  width: 20%;
  padding: 1.04167vw 0;
  font-size: 1.1rem;
  color: #fff;
  background-color: #00a1e9;
  text-align: center;
}

.cvBox .wrap dl dt.tokyoDtHeight,
.cvBox .wrap dl dt.kanagawaDtHeight {
  height:20px;
}

.cvBox .wrap dl dd.tokyoHeight,
.cvBox .wrap dl dd.kanagawaHeight {
  line-height: 1.8;
  padding: 0;
}

.cvBox .wrap dl dd {
  box-sizing: border-box;
  width: 77.53623%;
  padding: 1.04167vw 0;
}

.cvBox .wrap>p:first-child {
  padding: 0 0 5.20833vw;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
}

.cvBox .wrap>ul:first-child {
  margin-bottom: 3.90625vw;
}

.cvBox .wrap>ul:first-child>li+li {
  margin-top: 1.95313vw;
}

.cvBox .wrap>ul:nth-child(2)>li+li {
  margin-top: 3.90625vw;
}

.cvBox .wrap>ul:nth-child(2) a {
  display: block;
}

.cvBox .wrap>ul:nth-child(2) a img {
  box-shadow: 0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1), -0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

.linkWrap {
  display: table;
  margin: 0 auto;
}

.linkWrap>ul {
  width: auto;
  margin: 0 auto;
  font-size: 1.3rem;
}

.linkWrap>ul>li {
  padding-top: 6.51042vw;
}

.linkWrap>ul>li+li {
  padding-top: 5.85938vw;
}

.linkWrap>ul a {
  display: inline-block;
  padding: 0 0 0 3.90625vw;
  background: url(/assets/images/original/trunk-lp_03s-index_ic01.png) no-repeat 0 50%;
  background-size: auto .8em;
  color: #555;
  text-decoration: none;
}

h2 {
  text-align: center;
  font-size: 2.2rem;
  color: #002c69;
  font-weight: bold;
}

#shopList {
  padding: 7.16146% 0 6.51042%;
  background: url(/assets/images/original/trunk-lp_03s-index_bg01.png) no-repeat 0 0;
  background-size: 36.84896% auto;
}

#shopList h3 {
  width: 89.84375%;
  margin: 0 auto;
  padding: 4.34783% 5.07246%;
  background: url(/assets/images/original/trunk-lp_03s-index_ic02.png) no-repeat 0 0;
  background-size: 4.55729vw auto;
  font-weight: bold;
  font-size: 1.5rem;
}

#shopList #kanagawa {
  margin-top: 6.51042vw;
}

#shopList .shopBox {
  box-sizing: border-box;
  width: 89.84375%;
  border: 2px solid #f5fcff;
  border-top-width: 0;
  margin: 0 auto;
}

#shopList .shopBox+.shopBox {
  margin-top: 5.20833vw;
}

#shopList .shopBox h4 {
  position: relative;
  width: calc(100% + 4px);
  left: -2px;
  border-top: 3px solid #00a1e9;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  background-color: #f5fcff;
}

#shopList .shopBox h4:before {
  position: absolute;
  top: 50%;
  right: 3.90625vw;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 5.98958vw;
  height: 5.98958vw;
  background: url(/assets/images/original/trunk-lp_03s-index_ic03.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
}

#shopList .shopBox h4.open:before {
  background-image: url(/assets/images/original/trunk-lp_03s-index_ic04.png);
}

#shopList .shopBox h4>span:first-child {
  width: 28.98551%;
}

#shopList .shopBox h4>span:first-child+span {
  box-sizing: border-box;
  width: 71.01449%;
  padding: 1.44928% 17.3913% 1.44928% 3.62319%;
  font-size: 1.7rem;
  font-weight: bold;
}

#shopList .shopBox .lead {
  padding: 4.34783%;
  font-size: 1.3rem;
  line-height: 1.5;
}

#shopList .shopBox .lead em {
  color: #ff4393;
}

#shopList .shopBox dl {
  width: 91.30435%;
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#shopList .shopBox dl dt {
  width: 23.80952%;
  color: #fff;
  background-color: #2e5893;
  text-align: center;
}

#shopList .shopBox dl dt:nth-of-type(2) {
  margin-top: 3.90625vw;
}

#shopList .shopBox dl dd {
  width: 71.42857%;
}

#shopList .shopBox dl dd:nth-of-type(2) {
  margin-top: 3.90625vw;
}

#shopList .shopBox .map {
  width: 91.30435%;
  margin: 4.34783% auto;
}

#shopList .shopBox .campaign {
  width: 91.30435%;
  margin: 5.7971% auto 0;
}

#shopList .shopBox .campaign ol {
  width: 100%;
}

#shopList .shopBox .pickup {
  width: 91.30435%;
  margin: 5.7971% auto 0;
}

#shopList .shopBox .pickup>p:first-child {
  margin-bottom: 6.34921%;
}

#shopList .shopBox .pickup>p:first-child+p+p {
  margin-top: 3.1746%;
  text-align: right;
  font-size: 1.1rem;
}

#shopList .shopBox .cvBox {
  width: 100%;
  margin: 5.7971% 0 0;
}

#shopList .shopBox .cvBox .wrap {
  width: 86.95652%;
}

#shopList .shopBox .cvBox .wrap>ul:nth-child(2)+ul {
  width: 58.59375vw;
}

#point {
  padding: 5.85938% 0 6.51042%;
  background-color: #f3f3f3;
}

#point h2 {
  line-height: 1.5;
}

#point ol {
  width: 89.84375%;
  margin: 3.90625% auto 0;
}

#point ol>li {
  border: 2px solid #2e5893;
  background-color: #fff;
}

#point ol>li+li {
  margin-top: 4.34783%;
}

#point ol>li+li>img {
  border-bottom: 2px solid #2e5893;
}

#point ol>li ul {
  padding: 3.11526%;
}

#point ol>li ul>li+li {
  margin-top: 3.11526%;
}

#point .other {
  padding: 6.51042% 0 0;
}

#point .other ul {
  width: 89.84375%;
  margin: 4.55729% auto 0;
}

#point .other ul>li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

#point .other ul>li+li {
  margin-top: 5.20833vw;
}

#point .other ul>li:last-child>p:first-child {
  padding: 2.60417vw 0;
}

#point .other ul>li>p:first-child {
  width: 35.21739%;
}

#point .other ul>li>p:first-child+.text {
  box-sizing: border-box;
  padding-right: 5.20833vw;
  width: 64.49275%;
  font-weight: bold;
  color: #002c69;
  font-size: 1.3rem;
  line-height: 1.5;
}

#point .other ul>li>p:first-child+.text .note {
  margin-top: .3rem;
  font-size: 1.1rem;
  font-weight: normal;
  color: #333;
}

#point .movers {
  box-sizing: border-box;
  width: 89.84375%;
  margin: 4.55729% auto 0;
  padding: 4.34783%;
  border-top: 3px solid #00a1e9;
  background-color: #fff;
}

#point .movers h3 {
  padding: 1.30208vw 0 5.20833vw;
  font-weight: bold;
  text-align: center;
  color: #00a1e9;
  font-size: 1.9rem;
}

#point .movers ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3.90625vw 0 0;
}

#point .movers ul>li {
  width: 49.68254%;
}

#point+.cvBox {
  margin-top: 0;
}

#case {
  padding: 6.51042% 0 0;
}

#case ul {
  width: 89.84375%;
  margin: 4.34783% auto 0;
}

#case ul>li {
  padding: 4.34783%;
  background-color: #f3f3f3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
}

#case ul>li+li {
  margin-top: 3.90625vw;
}

#case ul>li .text {
  box-sizing: border-box;
  width: 53.96825%;
  padding: 1.30208vw 0;
  line-height: 1.5;
  font-size: 1.3rem;
}

#case ul>li .text>p:first-child {
  margin: 0 0 1.30208vw;
  font-size: 1.7rem;
  font-weight: bold;
  color: #002c69;
}

#case ul>li .text>p:first-child+p {
  margin: 0 0 2.60417vw;
  font-weight: bold;
  color: #00a1e9;
  font-size: 1rem;
}

#case ul>li .photo {
  width: 41.26984%;
}

#flow {
  margin-bottom: 6.51042%;
  padding: 6.51042% 0;
  background-color: #f3f3f3;
}

#flow h2+p {
  margin: 2.60417% 0 0;
  text-align: center;
  line-height: 1.4;
  font-size: 1.5rem;
}

#flow h2+p em {
  font-weight: bold;
  color: #00a1e9;
  font-size: 2rem;
}

#flow ol {
  width: 89.84375%;
  margin: 4.55729% auto 0;
}

#flow ol>li {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  min-height: 15.75521vw;
  padding: 4.55729vw 3.90625vw;
  font-size: 1.3rem;
  line-height: 1.5;
}

#flow ol>li+li {
  margin-top: 9.11458vw;
}

#flow ol>li+li:before {
  position: absolute;
  top: -5.85938vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 12.63021vw;
  height: 4.16667vw;
  background: url(/assets/images/original/trunk-lp_03s-index_ic08.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
}

#flow ol>li .wrap>p:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.49479vw;
  max-width: 100px;
}

#flow ol>li .wrap>p:first-child+p {
  margin-bottom: .5rem;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}

#flow ol>li .wrap>p:first-child+p>span {
  display: block;
  margin-top: -0.3rem;
  color: #ff4393;
  font-size: 1.2rem;
  font-weight: normal;
}

#flow ol>li .wrap>p:first-child+p+p {
  padding: 0 2.60417vw;
}

#flow ol>li .wrap .note {
  margin-top: .4rem;
  padding: 0 2.60417vw;
  color: #777;
}

#flow ol>li:nth-child(2) .btn {
  margin: 5.20833vw 0 0;
}

#flow ol>li:nth-child(2) .btn a {
  display: block;
}

#flow ol>li:nth-child(2) .btn a img {
  box-shadow: 0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1), -0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

#flow ol>li:nth-child(2) .telBox {
  margin: 5.20833vw 0 0;
  padding-top: 5.20833vw;
  border-top: 1px solid #f3f3f3;
}

#flow ol>li:nth-child(2) .telBox>.s-telNote {
  color: #ff4393;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.2rem;
}

#flow ol>li:nth-child(2) .telBox>.s-telBtn a {
  display: block;
}

#flow ol>li:nth-child(2) .telBox>.s-telBtn a img {
  box-shadow: 0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1), -0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

#flow ol>li:nth-child(2) .telBox>.s-telBtn,
#flow ol>li:nth-child(2) .telBox>.s-telTime {
  margin-top: 3.90625vw;
  text-align: center;
  color: #777;
  font-size: 1.4rem;
}

#flow ol>li:nth-child(3) .linkBox {
  padding-bottom: 4.55729vw;
}

#flow ol>li:nth-child(3) .linkBox+.note {
  margin-bottom: -1.95313vw;
}

#flow ol>li:nth-child(3) .linkList {
  margin-top: 3.90625vw;
}

#flow ol>li:nth-child(3) .linkList>p:first-child {
  margin-bottom: 2.60417vw;
  font-weight: bold;
  font-size: 1.4rem;
}

#flow ol>li:nth-child(3) .linkList ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#flow ol>li:nth-child(3) .linkList ul>li {
  width: 39.0625vw;
}

#flow ol>li:nth-child(3) .linkList ul>li:nth-child(n + 3) {
  margin-top: 2.60417vw;
}

#flow ol>li:nth-child(3) .linkList ul>li a {
  display: block;
}

#flow ol>li:nth-child(3) .linkList ul>li a img {
  box-shadow: 0.15rem 0.3rem 0.7rem rgba(0, 0, 0, 0.075), -0.15rem 0.3rem 0.7rem rgba(0, 0, 0, 0.075);
}

#flow ol>li:last-child {
  background-color: #00a1e9;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}

#flow ol>li:last-child>p:first-child {
  margin-bottom: 2.60417vw;
  font-weight: bold;
  font-size: 1.8rem;
}

#flow ol>li .wrap .note .s-red {
  color: #ff4393;
}

#faq {
  margin-bottom: 6.51042%;
  padding: 6.51042% 0;
  background-color: #f5fcff;
}

#faq dl {
  width: 89.84375vw;
  margin: 5.20833vw auto 0;
  line-height: 1.5;
  border-bottom: 3px solid #dae7ec;
}

#faq dl dt {
  position: relative;
}

#faq dl dt>span {
  position: relative;
  box-sizing: border-box;
  display: table-cell;
  width: 89.84375vw;
  height: 16.92708vw;
  padding: 1.30208vw 13.02083vw 1.30208vw 10.41667vw;
  border-top: 3px solid #dae7ec;
  font-size: 1.5rem;
  font-weight: bold;
  color: #002c69;
  vertical-align: middle;
}

#faq dl dt>span:before {
  position: absolute;
  top: 50%;
  left: 1.5625vw;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -0.4rem;
  width: 7.03125vw;
  height: 6.77083vw;
  background: url(/assets/images/original/trunk-lp_03s-index_ic09.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
}

#faq dl dt:after {
  position: absolute;
  top: 50%;
  right: 3.90625vw;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 5.98958vw;
  height: 5.98958vw;
  background: url(/assets/images/original/trunk-lp_03s-index_ic03.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
}

#faq dl dt.open:after {
  background-image: url(/assets/images/original/trunk-lp_03s-index_ic04.png);
}

#faq dl dd {
  font-size: 1.3rem;
}

#faq dl dd .aBox {
  position: relative;
  padding: 1.30208vw 13.02083vw 5.20833vw 10.41667vw;
}

#faq dl dd .aBox:before {
  position: absolute;
  top: 0.65104vw;
  left: 1.5625vw;
  width: 5.20833vw;
  height: 4.29688vw;
  background: url(/assets/images/original/trunk-lp_03s-index_ic10.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
}

#faq dl dd .aBox a {
  color: #00a1e9;
}

/*Footer
=========================================*/
footer {
  /*padding-bottom: 19.53125%;*/
  padding-bottom: 24%;
}

footer #pageUp {
  position: fixed;
  /*bottom: 20px;*/
  bottom: 50px;
  right: 20px;
  z-index: 100;
  width: 13.02083%;
  height: 0;
  padding-top: 13.02083%;
}

footer #pageUp.sm-screen {
  bottom: 85px !important;
}

footer #pageUp img {
  position: absolute;
  top: 0;
  left: 0;
}

footer #footerWrap ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 4.55729% 2.60417% 0;
}

footer #footerWrap ul>li:first-child {
  width: 46.875%;
}

footer #footerWrap ul>li:first-child+li {
  width: 42.96875%;
}

footer #copyright {
  padding: 4.55729% 0.26427%;
  font-size: 1.2rem;
  color: #aaa;
  text-align: center;
}

footer #copyright i {
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
}


/* 200825追記　期間限定キャンペーン */
.s-campaigntxt200825 {
  font-size: 10px;
  margin-top: 5px;
  padding: 3px 0 3px 5px;
  /*background: #fff100;*/
  color: #e83f90;
  display: block;
  width: 145px;
  line-height: 1.4;
}
.s-campaigntxt200825-wid{width: 100%;}

/* 201022追記　360°パノラマボタン追加 */
#shopList .shopBox .panorama {
  margin: 5.7971% auto 0;
  width: 91.30435%;
}

#shopList .shopBox .panorama a {
  display: block;
}

#shopList .shopBox .panorama a img {
  box-shadow: 0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1), -0.25rem 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

/* 210219追記　運送会社追加 */
#point .movers .s-movers_mb_sp {
  margin-bottom: 3.90625vw;
}

#point .movers .s-movers_mb_sp02 {
  margin-bottom: 5.8vw;
}

/* 210412追記　お知らせ */
.headNote .headNote-align-center {
  text-align: center;
}
.s-mb24 {
  margin-bottom: 24px;
}


.s-trunk-officehour {
  font-size: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #777;
  text-align: right;
  padding: 7px 5px;
  background-color: #dbf2ff;
}

.bottom-btn-wrapper {
  width: 1120px;
  margin: 0 auto;
  display: none;
}

.bottom-btn {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.bottom-btn .bottom-btn-ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.bottom-btn .bottom-btn-ul .bottom-btn-li a {
    display: block;
}

/* 09/05 NEW-CSS */
.s-trunk-size-image-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 16px;
  justify-content: center;
}

.s-trunk-size-num {
  color: #000f52;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  margin-right: 11px;
}

.s-trunk-size-text {
  font-size: 1.2rem;
  color: #009dea;
  line-height: 1.4;
  font-weight: 700;
}

.s-trunk-size-image-box {
  background-color: #fff;
  position: relative;
}

.s-trunk-size-images {
  display: flex;
  justify-content: space-between;
}

.s-trunk-size-image-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}

.s-case-wpr {
  max-width: 1120px;
  margin: 0 auto;
}

.s-trunk-size-bg-box {
  padding: 4.34783%;
  background-color: #f3f3f3;
}

.s-trunk-size-image-wpr {
  display: flex;
  flex-wrap: wrap;
}

.s-trunk-size-image-box {
  width: 89.84375%;
  margin: 4.55729% auto 0;
}

.img-fluid {
  width: 100%;
  height: auto;
}


/* NEW CSS 07/06/2022 */
#case .s-trunk-size-image .s-trunk-size-num {
  color: #002c69;
  font-weight: bold;
  font-size: 2.8rem;
  margin-right: 16px;
}

#case .s-trunk-size-image .s-trunk-size-dsc {
  font-size: 14px;
  line-height: 1.5;
  color: #00a1e9;
  font-weight: bold;
}

#case .s-trunk-size-image .s-trunk-size-num {
  font-size: 25px;
  margin-bottom: 6px;
}

#case .s-trunk-size-image .s-size-image-text {
  display: flex;
  flex-direction: column;
}

#case .s-trunk-size-image .s-trunk-size-img {
  max-width: 80%;
  margin: 16px auto 0;
  display: block;
}

#case .s-trunk-size-image .s-trunk-size-col-sm {
  flex: 0 1 100%;
  width: 100%;
}

#case .s-trunk-size-image .s-trunk-size-col-lg {
  position: relative;
  flex: 0 1 100%;
  width: 100%;
  margin-top: 16px;
}

#case .s-size-image-text-bold {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

#case .s-trunk-size-ul {
  margin-top: 16px;
  color: #777;
  width: 100%;
}

#case .s-trunk-size-li {
  font-size: 11px;
  line-height: 1.6;
  width: 100%;
  margin-top: 4px;
  padding: 0;
}

#case .s-trunk-size-li-link {
  color: #1e50a2;
  text-decoration: underline;
}

#case .s-trunk-size-image-fig {
  position: relative;
}

#case .s-trunk-size-image-capt {
  font-size: 12px;
  line-height: 2;
  color: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2px 8px;
}

#shopList .shopBox .s-old-name {
  font-size: 1.1rem;
  display: block;
  padding-top: 4px;
}

/* 202504追記 */
header.s-202504update #headerWrap {
  align-items: center;
}
header.s-202504update #headerWrap #logo {
  width: 25rem;
}
header.s-202504update #headerWrap .s-btn {
  display: flex;
  width: 10.8rem;
}
header.s-202504update .s-btn .s-phone-btn,
header.s-202504update .s-btn .s-reserve-btn {
  width: 50%;
}
header.s-202504update .s-btn .s-phone-btn a,
header.s-202504update .s-btn .s-reserve-btn a {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  padding: 1.2rem 0;
  height: 100%;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
}
header.s-202504update .s-btn .s-phone-btn img,
header.s-202504update .s-btn .s-reserve-btn img {
  width: 2.5rem;
  height: auto;
}
header.s-202504update .s-btn .s-phone-btn {
  background-color: #00a2ea;
}
header.s-202504update .s-btn .s-reserve-btn {
  background-color: #002869;
}

.s-202504update .bottom-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  /*background-color: #fff;*/
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.s-202504update .bottom-btn .bottom-btn-ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  margin: 0;
  list-style: none;
  column-gap: 5px;
  padding: 10px 20px;
}
.s-202504update .bottom-btn .bottom-btn-ul .bottom-btn-li {
  flex: 1 1 0%;
  text-align: center;
}
.s-202504update .bottom-btn .bottom-btn-ul .bottom-btn-li.phone-li {
  flex: 0 0 4.7rem;
}
/*.s-202504update .bottom-btn .bottom-btn-ul .bottom-btn-li.reserve-li {
  flex: 0 0 41%;
}*/
.s-202504update .bottom-btn .footer-btn {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 0.8rem 0;
  height: 100%;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  box-sizing: border-box;
}
.s-202504update .bottom-btn .footer-btn {
  background-color: #00a2ea;
}
.s-202504update .bottom-btn .reserve-li .footer-btn {
  background-color: #002869;
}
.s-202504update .bottom-btn .vacancy-li .footer-btn {
  background-color: #ff4194;
}
.s-202504update .bottom-btn .footer-btn .label {
  font-size: 1.2rem;
  white-space: nowrap;
  line-height: 1.3;
  text-align: center;
}
.s-202504update .bottom-btn .footer-btn .label small {
  font-size: 1rem;
  /* display: block; */
}
.s-202504update .bottom-btn .footer-btn .icon img {
  width: 0.8rem;
  height: auto;
}
.s-202504update .bottom-btn .phone-li .footer-btn .icon img {
  width: 2.5rem;
  height: auto;
}
footer.s-202504update #pageUp {
  bottom: 80px;
}




