@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */

/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*=========================================
color
=========================================*/

/*=========================================
font
=========================================*/

html {
  font-size: 62.5%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.5;
  color: #484848;
  background-color: #f5f5f5;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a {
  transition: opacity 0.4s;
}

a:hover {
  opacity: 0.8;
}

/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */

/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */

body {
  background-color: #fff;
}

.page {
  min-width: 1160px;
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/**
 * 3. HTMLtag, siteCommonClass
 */

/* anchor */

a {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  background-position: bottom right;
  text-decoration: none;
}

/* cap */

.cap,
.caption {
  background: none;
  color: #666666;
  font-size: 10px;
  line-height: 15px;
}

.cap {
  padding-top: 5px;
}

/* img */

img {
  max-width: 100%;
  height: auto;
}

img.sp {
  display: none;
}

.sp {
  display: none;
}

/**
 * 4. Layout
 */

/* header */

#gHeader .wrap {
  position: relative;
}

#gHeader .siteTitle {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  z-index: 100;
}

#gHeader .siteTitle a {
  display: block;
  width: 200px;
  height: 200px;
  text-align: center;
  box-sizing: border-box;
  background-color: #393536;
  transition: 0.2s;
}

/* hover */

#gHeader .siteTitle a:hover {
  opacity: 0.9;
}

#gHeader.on {
  z-index: 9999999999;
}

/* menu */

#menu {
  display: none;
}

/* pNav */

#pNav {
  padding: 50px 0 50px 40px;
  margin-left: 200px;
}

#pNav ul li {
  float: left;
  margin-left: 20px;
}

#pNav ul li:first-child {
  margin-left: 0;
}

#pNav ul li a {
  color: #acacac;
  padding: 1px 0;
  padding-left: 25px;
  background: url(../images/icn-hnav.png) no-repeat left center;
  transition: 0.2s;
}

/* hover */

#pNav ul li a:hover {
  color: #303030;
  background: url(../images/icn-hnav_on.png) no-repeat left center;
}

/* gNav */

#gNav {
  margin-left: 200px;
  border-top: 1px solid #e5e5e5;
}

#gNav ul li {
  position: relative;
  float: left;
  width: 160px;
  /*		height: 65px;
  		max-height: 65px;*/
  font-size: 12px;
}

#gNav ul li a {
  position: relative;
  display: block;
  color: #cacaca;
  text-align: center;
  padding: 18px 0 12px 0;
  transition: 0.2s;
  vertical-align: middle;
  /*		height:65px;*/
}

#gNav ul li:last-child a {
  background-color: #c3b556;
  padding-top: 18px;
  padding-bottom: 18px;
  color: white !important;
}

#gNav ul li:last-child a:hover {
  background-color: #c3b556;
}

#gNav ul li:last-child a::before {
  background-color: transparent;
}

#gNav ul li.contact a {
  padding-top: 18px;
  padding-bottom: 18px;
}

#gNav ul li　.top2line {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
}

#gNav ul li.top a {
  font-size: 18px;
}

#gNav ul li div:last-child {
  display: none;
}

#gNav ul li a::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #303030;
  transition: 0.2s;
}

#gNav ul li.new a::after {
  position: absolute;
  top: -1px;
  right: 0;
  display: block;
  content: "";
  width: 35px;
  height: 16px;
  background: url(../imgs/icon-new.gif) no-repeat left top;
}

/* hover */

#gNav ul li a:hover,
#gNav ul li.on a {
  color: #303030;
}

#gNav ul li a:hover::before,
#gNav ul li.on a::before {
  opacity: 1;
  visibility: visible;
}

#gNav ul li a:hover div:first-child {
  display: none;
}

#gNav ul li a:hover div:last-child {
  display: block;
}

/* fixed */

#gNav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin-left: 0;
  background-color: #fff;
  z-index: 9999;
}

#gNav.fixed ul {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

#pNav.fixed {
  padding: 50px 0 108px 40px;
}

#gNav02 {
  background: #707070;
}

#gNav02 ul {
  padding: 0 0 0 200px;
  font-size: 11px;
  line-height: 16px;
  /*transition: padding .2s;*/
}

#gNav02 li {
  display: inline-block;
  width: 180px;
  vertical-align: top;
  /*transition: width .2s;*/
  position: relative;
}

#gNav02 li.sp {
  display: none;
}

#gNav02 .request {
  width: 200px;
}

#gNav02 a {
  display: block;
  padding: 11px 0 12px;
  text-align: center;
  color: #fff;
}

#gNav02 .request a {
  background: #1c466d;
}

#gNav02 .request a:before {
  /*		content: url(../imgs/icn-req.png);*/
  margin: 0 1em 0 0;
  vertical-align: middle;
}

.fixGNav2 #gHeader {
  margin: 0 0 39px;
}

.fixGNav2 #gNav02 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.fixGNav2 #gNav02 ul {
  padding: 0;
}

.fixGNav2 #gNav02 li {
  width: 192px;
}

.fixGNav2 #gNav02 ul li.Req {
  display: inline-block;
}

@-webkit-keyframes sGnavAnim {
  0% {
    margin-top: -39px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes sGnavAnim {
  0% {
    margin-top: -39px;
  }

  100% {
    margin-top: 0;
  }
}

#gNav02 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3333333,endColorstr=#B3333333);
  background: rgba(51, 51, 51, 0.7);
}

/*#gsNav ul li {
	position: relative;
	float: left;
	height: 39px;
	max-height: 39px;
	line-height: 39px;
	text-align: center;
}
#gsNav ul li a {
	display: block;
	padding: 7px 22px;
	font-size: 11px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #fff;
	transition: .2s;
}*/

#gNav02 ul li.on:before,
#gNav02 ul li:hover:before {
  height: 3px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  display: block;
  content: "";
  background-color: #21486D;
}

#gNav02 ul li.off a {
  opacity: 0.4;
  cursor: default;
}

#gNav02 ul li.off span.coming:after {
  content: "COMING SOON";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: 100%;
  font-size: 8px;
  line-height: 1;
  color: #fff;
  text-align: center;
}

#gNav02 ul li.Req a {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B300386c,endColorstr=#B300386c);
  background: rgba(0, 56, 108, 0.7);
  letter-spacing: -1px;
}

#gNav02 ul li.Req a:hover {
  background: rgba(46, 104, 158, 0.7);
}

#gNav02 ul li.off:hover:before,
#gNav02 ul li.Req:hover:before {
  display: none;
}

#gNav02 ul li.db a {
  line-height: 12px;
  padding: 7px 0 7px;
}

#gNav02 ul li span.sp {
  display: none;
}

/* fixed */

#gsNav.fixed {
  position: fixed;
  top: 0;
  /*
  		top: 59px;
  */
  left: 0;
  right: 0;
  width: 100%;
  margin-left: 0;
  z-index: 9998;
}

#gsNav.fixed ul {
  width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

#gsNav.fixed ul li {
  width: 16.66%;
}

/* common */

body #container {
  text-align: left;
}

.wrap {
  width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

/* footer */

/* ftrCV */

#ftrCV {
  margin-bottom: 100px;
}

#ftrCV a {
  display: block;
  transition: 0.2s;
}

#ftrCV .memberArea {
  background-color: #F1F1F1;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 50px 90px;
}

#ftrCV .memberArea > p {
  margin-bottom: 50px;
  position: relative;
}

#ftrCV .memberArea .text01 {
  float: left;
  margin-left: 90px;
}

#ftrCV .memberArea .text02 {
  float: right;
}

#ftrCV .memberArea .text01:before {
  content: "";
  background: url(../imgs/icn-num01.png);
  width: 173px;
  height: 173px;
  position: absolute;
  bottom: -9px;
  left: -203px;
}

#ftrCV .memberArea .text02:before {
  content: "";
  background: url(../imgs/icn-num02.png);
  width: 173px;
  height: 173px;
  position: absolute;
  bottom: -9px;
  left: -203px;
}

/* hover */

#ftrCV a:hover {
  opacity: 0.9;
}

/* ftrLead */

.ftrLead {
  position: relative;
  margin-bottom: 60px;
}

.ftrLead h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.ftrLead .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999;
}

/* fSubNav */

#fSubNav {
  margin-top: 15px;
  margin-bottom: 15px;
}

#fSubNav ul {
  text-align: center;
  letter-spacing: -0.4em;
}

#fSubNav ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 15px;
}

#fSubNav ul li::before {
  content: "|";
  color: #ccc;
  margin-right: 15px;
}

#fSubNav ul li:first-child::before {
  display: none;
}

#fSubNav ul li a {
  color: #666;
  font-size: 12px;
  letter-spacing: 0.1em;
}

#fSubNav .zoomBox {
  width: 500px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

#fSubNav .zoomBox a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#fSubNav .imgChar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#fSubNav .hoverZoom {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  display: block;
}

#fSubNav .zoomBox a .hoverZoom img {
  opacity: 0.6;
  transition: 2s ease-in-out;
}

/* hover */

#fSubNav ul li a:hover {
  text-decoration: underline;
}

#fSubNav .zoomBox a:hover .hoverZoom img {
  opacity: 1;
}

/* hover */

#fSubNav ul li a:hover {
  text-decoration: underline;
}

/* fNav */

#fNav {
  position: relative;
  color: #666666;
  font-size: 12px;
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

#fNav .wrap > ul {
  text-align: center;
  letter-spacing: -0.4em;
}

#fNav .wrap > ul > li {
  display: inline-block;
  width: 145px;
  text-align: left;
  letter-spacing: normal;
  vertical-align: top;
  padding: 15px 20px;
  border-left: 1px solid #ebebeb;
}

#fNav .wrap > ul > li:first-child {
  border-left: none;
}

#fNav li a {
  color: #666;
  letter-spacing: 0.7px;
}

#fNav li h2 {
  font-size: 14px;
  margin-bottom: 22px;
  margin-bottom: 10px;
}

#fNav li h2 a {
  color: #adadad;
  line-height: 1.28;
}

#fNav .sub li {
  margin-top: 10px;
}

#fNav .sub li:first-child {
  margin-top: 0;
}

#fNav .sub li a {
  padding-right: 15px;
  background: url(../imgs/icn-fnav.png) no-repeat right center;
}

#fNav .pagetop {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
  background-color: #000;
}

#fNav .pagetop img {
  transition: 0.2s;
}

#fNav .sp {
  display: none;
}

/* hover */

#fNav li h2 a:hover {
  color: #333;
}

#fNav .sub li a:hover {
  padding-right: 18px;
}

#fNav .pagetop:hover img {
  opacity: 0.9;
}

/* ftrLogo */

#ftrLogo {
  margin-bottom: 10px;
}

#ftrLogo ul li {
  float: left;
}

#ftrLogo ul li a {
  display: block;
  transition: 0.2s;
}

#ftrLogo ul li a:hover {
  opacity: 0.7;
}

/* copyright */

.copyright {
  color: #1f73b9;
  font-size: 10px;
  letter-spacing: 0.01em;
  font-smoothing: antialiased;
  padding: 10px 0;
}

/* pankuzuArea */

.pankuzuArea {
  clear: both;
  width: 850px;
  margin: -5px auto 10px;
  padding-left: 90px;
  font-size: 12px;
  font-smoothing: antialiased;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.pankuzuArea a {
  color: #333;
  cursor: pointer;
}

.pankuzuArea span.present {
  font-weight: bold;
  color: #333;
}

@font-face {
  font-family: "initia";
  src: url("/pj/contents/common/font/initia.ttf?z6ah6z") format("truetype"), url("/pj/contents/common/font/initia.woff?z6ah6z") format("woff"), url("/pj/contents/common/font/initia.svg?z6ah6z#initia") format("svg");
  font-weight: normal;
  font-style: normal;
}

#globalFooter *,
#globalFooter *::before,
#globalFooter *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: inherit;
  letter-spacing: 0;
  text-decoration: none;
}

#globalFooter {
  background: #fff;
  color: #333;
  clear: both;
  display: block;
  font-family: RodinPro-R, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", MyYuGothicM, YuGothic, Meiryo, sans-serif;
  position: relative;
  font-size: 12px;
  letter-spacing: -1px;
  padding-top: 17px;
}

#globalFooter a {
  display: block;
}

#globalFooter a:hover {
  text-decoration: underline;
}

#globalFooter [class^=icon-],
#globalFooter [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  transition-duration: 0.2s;
  border-radius: 50%;
  background-color: #999;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

#globalFooter .icon-back:before {
  content: "\e900";
}

#globalFooter .icon-search-home:before {
  content: "\e901";
}

#globalFooter .icon-renovation:before {
  content: "\e902";
}

#globalFooter .icon-gear:before {
  content: "\e903";
}

#globalFooter .icon-comment:before {
  content: "\e904";
}

#globalFooter .icon-people:before {
  content: "\e905";
}

#globalFooter .icon-carret:before {
  content: "\e906";
}

#globalFooter .icon-search1:before {
  content: "\e907";
}

#globalFooter .icon-arrow-up-right2:before {
  content: "\ea3b";
}

#globalFooter .icon-facebook:before {
  content: "\ea90";
}

#globalFooter .icon-twitter:before {
  content: "\ea96";
}

#globalFooter .icon-search3:before {
  content: "\e908";
}

#globalFooter .icon-chevron:before {
  content: "\e909";
}

#globalFooter .icon-close:before {
  content: "\e90a";
}

#globalFooter .icon-instagram:before {
  content: "\ea92";
}

#globalFooter .globalFooter__pageTop {
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  background: #ccc;
}

#globalFooter .globalFooter__wrapper {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

/*
@media only screen and (max-width:768px) {
  #globalFooter .globalFooter__wrapper{
      width: calc(100% - 40px);
  }
}
*/

#globalFooter .globalFooter__upper {
  margin-bottom: 17px;
  font-size: 14px;
}

#globalFooter .globalFooter__upper ul {
  display: flex;
  justify-content: center;
}

#globalFooter .globalFooter__upperItem {
  border-left: 1px solid #ebebeb;
}

#globalFooter .globalFooter__upperItem:first-child {
  border-left: none;
}

#globalFooter .globalFooter__upperItem a {
  color: #999;
  padding: 17px 23px 36px;
  text-align: center;
}

#globalFooter .globalFooter__main {
  background-color: #f2f2f2;
  padding-top: 3em;
  color: #7b7b7b;
}

#globalFooter .globalFooter__main .globalFooter__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#globalFooter .globalFooter__mainColumn {
  padding: 0 0 2em 0;
  width: calc((100% - 60px) / 5);
}

#globalFooter .globalFooter__mainHeading {
  border-bottom: 1px solid #ccc;
  color: #7b7b7b;
  padding: 0.5em 0;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 14px;
}

#globalFooter .globalFooter__mainItemList {
  margin-bottom: 1em;
}

#globalFooter .globalFooter__mainSubHeading {
  font-weight: bold;
  margin-bottom: 0.3em;
}

#globalFooter .globalFooter__mainItem {
  padding: 0.3em 0;
}

#globalFooter .globalFooter__mainItem--groupItem {
  margin-left: 1em;
}

#globalFooter .globalFooter__lower .globalFooter__wrapper {
  padding: 2em 0;
  display: flex;
  justify-content: center;
}

#globalFooter .globalFooter__lowerItemList {
  display: flex;
  justify-content: center;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

#globalFooter .globalFooter__lowerItem {
  /* margin-right: 2em; */
}

#globalFooter .globalFooter__lowerSnsList {
  display: flex;
}

#globalFooter .globalFooter__lowerSns {
  margin-left: 2em;
}

#globalFooter .globalFooter__lowerSns:first-child {
  margin-left: 0;
}

#globalFooter .globalFooter__lowerSns a {
  vertical-align: bottom;
  display: flex;
  align-items: center;
}

#globalFooter .globalFooter__lowerSns img {
  margin-left: 0.5em;
}

#globalFooter .globalFooter__bottom {
  border-top: 1px solid #ebebeb;
  padding: 2em 0 3em 0;
}

#globalFooter .globalFooter__logo img {
  width: 200px;
}

#globalFooter .globalFooter__copyright {
  line-height: 15px;
  margin-top: 1.5em;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Meiryo, 繝｡繧､繝ｪ繧ｪ, sans-serif;
}

#globalFooter .globalFooter__copyright small {
  color: #1f73b9;
  font-size: 10px;
  letter-spacing: 1px;
}

#main.on {
  filter: blur(4px);
}

#globalFooter .globalFooter__snsList-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 1em;
  column-gap: 1em;
  row-gap: 1.25em;
  margin-bottom: 2em;
}

#globalFooter .globalFooter__snsList {
  display: flex;
  -moz-column-gap: 1em;
  column-gap: 1em;
}

#globalFooter .globalFooter__snsList-element {
  display: flex;
  -moz-column-gap: 0.5em;
  column-gap: 0.5em;
  letter-spacing: 1px;
}

#globalFooter .globalFooter__snsList-element span {
  display: inline-block;
}

.globalFooter__snsList-element--line::after {
  content: "";
  position: relative;
  bottom: 2px;
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url("../images/icon/icon-line-green.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.globalFooter__snsList-element--instagram::after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 2px;
  height: 24px;
  width: 24px;
  background: url("../images/icon/icon-instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.globalFooter__snsList-element--facebook::after {
  content: "";
  position: relative;
  bottom: 2px;
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url("../images/icon/icon-facebook-blue-circle.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.globalFooter__snsList-element--note::after {
  content: "";
  display: inline-block;
  position: relative;
  bottom: 2px;
  height: 24px;
  width: 24px;
  background: url("../images/icon/icon-note.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/**
  * util
  * (c) FOURDIGIT Inc.
  */

/* Font-Size */

.font10 {
  font-size: 10px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font20 {
  font-size: 20px;
}

.font22 {
  font-size: 22px;
}

/* Margin-Top & Padding-Top */

.mt00 {
  margin-top: 0px;
}

.pt00 {
  padding-top: 0px;
}

.mt05 {
  margin-top: 5px;
}

.pt05 {
  padding-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.pt10 {
  padding-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.pt15 {
  padding-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.pt20 {
  padding-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.pt25 {
  padding-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.pt30 {
  padding-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.pt35 {
  padding-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.pt40 {
  padding-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.pt45 {
  padding-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.pt50 {
  padding-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.pt55 {
  padding-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.pt60 {
  padding-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.pt65 {
  padding-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.pt70 {
  padding-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.pt75 {
  padding-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.pt80 {
  padding-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.pt85 {
  padding-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.pt90 {
  padding-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.pt95 {
  padding-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.pt100 {
  padding-top: 100px;
}

/* Margin-Right & Padding-Right */

.mr00 {
  margin-right: 0px;
}

.pr00 {
  padding-right: 0px;
}

.mr05 {
  margin-right: 5px;
}

.pr05 {
  padding-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.pr10 {
  padding-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.pr15 {
  padding-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.pr20 {
  padding-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.pr25 {
  padding-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.pr30 {
  padding-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.pr35 {
  padding-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.pr40 {
  padding-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.pr45 {
  padding-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.pr50 {
  padding-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.pr55 {
  padding-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.pr60 {
  padding-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.pr65 {
  padding-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.pr70 {
  padding-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.pr75 {
  padding-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.pr80 {
  padding-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.pr85 {
  padding-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.pr90 {
  padding-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.pr95 {
  padding-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.pr100 {
  padding-right: 100px;
}

/* Margin-Bottom & Padding-Bottom */

.mb00 {
  margin-bottom: 0px;
}

.pb00 {
  padding-bottom: 0px;
}

.mb05 {
  margin-bottom: 5px;
}

.pb05 {
  padding-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.pb25 {
  padding-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.pb35 {
  padding-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.pb45 {
  padding-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.pb55 {
  padding-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.pb65 {
  padding-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.pb75 {
  padding-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.pb85 {
  padding-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.pb95 {
  padding-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

/* Margin-Left & Padding-Left */

.ml00 {
  margin-left: 0px;
}

.pl00 {
  padding-left: 0px;
}

.ml05 {
  margin-left: 5px;
}

.pl05 {
  padding-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.pl10 {
  padding-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.pl15 {
  padding-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.pl20 {
  padding-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.pl25 {
  padding-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.pl30 {
  padding-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.pl35 {
  padding-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.pl40 {
  padding-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.pl45 {
  padding-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.pl50 {
  padding-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.pl55 {
  padding-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.pl60 {
  padding-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.pl65 {
  padding-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.pl70 {
  padding-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.pl75 {
  padding-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.pl80 {
  padding-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.pl85 {
  padding-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.pl90 {
  padding-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.pl95 {
  padding-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

.pl100 {
  padding-left: 100px;
}

/* Float */

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

/* TextAlign */

.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

/* Clearfix*/

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* Nav*/

.nav {
  zoom: 1;
}

.nav:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  line-height: 0;
  visibility: hidden;
}

/* Hidden */

.hidden {
  display: none;
}

/* ReservedKeywords */

/* ForJavascript */

/*.win  { font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }*/

/*.mac, .safari { font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif; }*/

/* accessibilityNav*/

#accessibilityNav {
  display: none;
}

/* logtag */

#logtag {
  display: none;
}

.btn_reno {
  text-align: center;
  margin-bottom: 100px;
}

.l-mv {
  background: white;
}

.l-mv-title {
  width: 462px;
  margin: 0 auto;
  transform: translateY(86px);
  position: relative;
  z-index: 1;
}

.l-mv-top-wrapper {
  display: block;
  position: relative;
}

.l-mv-top-wrapper:hover {
  opacity: 1;
}

.l-mv-top {
  display: flex;
  justify-content: center;
  position: relative;
  height: 660px;
  overflow: hidden;
  margin-bottom: 2px;
}

.l-mv-top:hover {
  opacity: 1;
}

.l-mv-top:hover .c-hover-texts {
  opacity: 1;
}

.js-mv-rellax {
  height: 140%;
  max-height: 160%;
  width: 1280px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.l-mv-logo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
}

.l-mv-logo--min {
  width: 100px;
  top: 10px;
  right: 10px;
}

.l-mv-top-sp {
  display: block;
  position: relative;
  margin-bottom: 2px;
}

.l-mv-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1280px;
  margin: 0 auto 64px;
}

.l-mv-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 172px;
}

.l-mv-button {
  width: 460px;
  max-width: 100%;
}

.l-recommends {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 160px;
}

.l-recommends::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 83%;
  height: 100%;
  z-index: 0;
  background: white;
}

.l-recommends-content {
  position: relative;
  z-index: 1;
}

.l-recommends-images {
  display: flex;
  justify-content: left;
  max-width: 1080px;
  margin: 0 auto;
}

.l-recommends-image {
  margin-right: 60px;
}

.l-recommends-image:last-child {
  margin-right: 0;
}

.l-recommends-button {
  margin: 64px auto 0;
  max-width: 560px;
}

.l-new {
  padding-bottom: 170px;
}

.l-concept-visuals-wrapper {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 360px;
  margin: 50px 0 64px;
}

.l-concept-visuals {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  max-width: none;
  height: 360px;
  display: flex;
  margin: 0;
}

.l-concept-visual {
  display: block;
  position: static;
  min-width: 360px;
  width: 360px;
  height: 360px;
}

.l-concept-visual:hover {
  opacity: 1;
}

.l-concept-visual .l-concept-visual-img {
  max-width: none;
  min-width: 360px;
  width: 360px;
  height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  vertical-align: middle;
}

.l-concept-services {
  display: flex;
  justify-content: center;
}

.l-place {
  position: relative;
}

.l-place::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 100px;
  width: 50%;
  height: 100%;
  z-index: 0;
  background: white;
}

.l-place-content {
  max-width: calc(580px + 50%);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}

.l-place-flex {
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.l-place-menu {
  font-size: 1.6rem;
  position: sticky;
  left: 0;
  top: 50px;
}

.l-place-menu li {
  margin-bottom: 40px;
}

.l-place-menu a {
  display: flex;
  align-items: center;
  color: #484848;
  font-size: 1.6rem;
}

.l-place-menu a:hover {
  opacity: 1;
}

.l-place-menu a .l-place-menu-icon {
  width: 60px;
}

.l-place-menu a .l-place-menu-i {
  width: 35px;
  text-align: center;
}

.l-place-menu a img {
  display: inline-block;
  height: 29px;
}

.l-place-menu li:hover span,
.l-place-menu li.is-active span {
  border-bottom: 1px solid #484848;
}

.l-place-lists {
  width: calc(100% - 250px);
}

.l-place-slider {
  position: relative;
  width: calc(100% - 38px);
  margin: 0 0 0 auto;
}

.l-place-slider .swiper {
  overflow: hidden;
}

.l-place-slider .swiper-slide {
  height: 290px;
  background: url("../images/blur.jpg") no-repeat center center/cover;
}

.l-place-slide-next,
.l-place-slide-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 125px;
  background: white;
  color: #484848;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  transition: all 0.4s;
  box-shadow: rgba(0, 0, 0, 0.1) 2px 2px 4px 1px;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
}

.l-place-slide-next:hover,
.l-place-slide-prev:hover {
  box-shadow: none;
  background: #484848;
  color: white;
}

.l-place-slide-next:hover img.is-default,
.l-place-slide-prev:hover img.is-default {
  display: none;
}

.l-place-slide-next:hover img.is-active,
.l-place-slide-prev:hover img.is-active {
  display: block;
}

.l-place-slide-next img,
.l-place-slide-prev img {
  width: 9px;
}

.l-place-slide-next img.is-active,
.l-place-slide-prev img.is-active {
  display: none;
}

.l-place-slide-next {
  right: 17%;
}

.l-place-slide-prev {
  left: -24px;
}

.l-place-slide-prev img {
  transform: rotateZ(180deg);
}

.l-place-slide-item {
  display: block;
  width: calc(100% - 2px);
  height: 100%;
  margin: auto;
}

.l-place-slider-title {
  font-family: "Karla", sans-serif;
  font-size: 48px;
  letter-spacing: 3px;
  transform: translateY(-38px);
  position: relative;
  z-index: 1;
}

.l-place-slider-desc {
  font-size: 14px;
  letter-spacing: 2px;
  transform: translateY(-40px);
}

.l-place-slider-link {
  display: flex;
  align-items: center;
  margin: 20px 0 120px;
  font-size: 16px;
  color: #484848;
  letter-spacing: 2px;
}

.l-place-slider-link::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 9px;
  background: url("../images/icon/icon_circle_right.png") no-repeat center center/cover;
}

.l-place-slider-link:hover {
  opacity: 1;
  text-decoration: underline;
}

.l-place-list:last-child .l-place-slider-link {
  margin-bottom: 0;
}

.l-banners {
  position: relative;
  background: url("../images/banners-bg.jpg") no-repeat center center/cover;
}

.l-banners-content {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
  padding: 50px 0 24px;
}

.l-banners-content a {
  display: block;
  max-width: 100%;
  width: 460px;
  text-align: center;
  color: white;
}

.l-banners-content p {
  margin: 24px 0 6px;
  font-size: 1.8rem;
  line-height: 1.2;
}

.l-banners-content p span {
  font-size: 1.2rem;
}

.l-banners-content small {
  display: block;
  opacity: 0.75;
}

.l-place-links {
  display: flex;
  max-width: 1087px;
  margin: 66px auto 0px;
  justify-content: space-between;
  text-align: center;
}

.l-place-links a {
  position: relative;
  color: #484848;
  font-size: 14px;
  width: 180px;
}

.l-place-links a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background: #DDDDDD;
}

.l-place-links a:last-child::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
  background: #DDDDDD;
}

.l-place-links a:hover {
  color: #BFBFBF;
}

.l-place-links a img {
  height: 40px;
}

.l-place-links a img.l-place-link-img-small {
  height: 38px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.l-place-links a:hover img {
  opacity: 0.5;
}

.l-place-links a p {
  display: block;
  margin: 19px 0 0;
  letter-spacing: 1px;
}

.l-place-links a:hover span {
  border-bottom: 1px solid #BFBFBF;
}

.l-search-form {
  max-width: 960px;
  margin: 0 auto;
  padding: 48px 0 120px;
}

.l-search-button {
  width: 563px;
  margin: 0 auto;
}

.l-search-reset {
  display: block;
  width: 360px;
  height: 60px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  margin: 32px auto 0;
  line-height: 1;
  letter-spacing: 1px;
  background: #DDDDDD;
  border: 1px solid #CCCCCC;
}

.l-sns-wrapper {
  background: white;
  padding: 100px 0;
}

.l-sns-flex {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto;
}

.l-sns-flex a {
  display: block;
  max-width: 100%;
  width: 448px;
  color: #7E7F85;
  font-size: 1.3rem;
}

.l-sns-flex a p {
  margin-top: 20px;
  font-size: 1.3rem;
  line-height: 2.4rem;
}

.l-header-search {
  position: sticky;
  height: 0;
  transform: translateY(50px);
  z-index: 100;
  transition: bottom 0.3s;
}

.l-header-search span {
  display: block;
  margin: 0 24px 0 auto;
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: url("../images/button/move-search-black.png") no-repeat center center/contain;
  transition: all 0.5s;
  cursor: pointer;
}

.l-header-search span:hover {
  background: url("../images/button/move-search-white.png") no-repeat center center/contain;
}

.l-footer-move-top {
  height: 0;
}

.l-footer-move-top a {
  display: block;
  width: 56px;
  height: 56px;
  transform: translateY(-60px);
  margin: 0 24px 0 auto;
  background: url("../images/button/move-top-white.png") no-repeat center center/cover;
  transition: all 0.5s;
}

.l-footer-move-top a:hover {
  opacity: 1;
  background: url("../images/button/move-top-black.png") no-repeat center center/cover;
}

.l-single-content {
  max-width: 960px;
  margin: 0 auto 120px;
}

.l-single-photo {
  display: block;
  margin: 48px auto 0;
  max-height: 500px;
}

.l-single-photo:first-child {
  margin-top: 0;
}

.l-single-caption {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

.l-single-c360 iframe {
  width: 100%;
  height: 500px;
}

.l-single-video iframe {
  width: 100%;
  height: 560px;
}

.l-single-share {
  display: none;
}

.l-single-share p {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Karla", sans-serif;
}

.l-single-share-icons {
  width: 148px;
  margin: 24px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-single-share-icons a img {
  width: 28px;
}

.l-single-footer {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 72px;
  background: white;
  z-index: 11;
  transition: all 0.5s;
}

.l-single-footer.is-active {
  visibility: visible;
  opacity: 1;
}

.l-single-footer a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 478px;
  height: 64px;
  margin: 0 4px;
  background: #22496E;
}

.l-single-footer a .l-single-footer-image {
  width: 216px;
}

.l-single-footer a p {
  width: calc(100% - 146px);
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

.l-single-footer a p span {
  opacity: 0.75;
  font-size: 10px;
}

.l-single-footer a .l-single-footer-icon {
  width: 16px;
  margin-right: 12px;
}

.c-button,
.c-button--search,
.c-button--outline {
  position: relative;
  display: block;
  width: 100%;
  height: 80px;
  line-height: 76px;
  border: 1px solid #DDDDDD;
  color: #484848;
  font-size: 16px;
  text-align: center;
  background: white;
  letter-spacing: 2px;
  transition: all 0.5s;
}

.c-button:hover,
.c-button--search:hover,
.c-button--outline:hover {
  opacity: 1;
  background: #484848;
  color: white;
}

.c-button::before,
.c-button--search::before,
.c-button--outline::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/icon/icon_right.png") no-repeat center center/contain;
  transition: all 0.5s;
}

.c-button:hover::before,
.c-button--search:hover::before,
.c-button--outline:hover::before {
  background: url("../images/icon/icon_right_white.png") no-repeat center center/contain;
}

.c-button--search {
  background: #22496E;
  color: white;
}

.c-button--search:hover {
  opacity: 1;
  background: white;
  border: 1px solid #22496E;
  color: #22496E;
}

.c-button--search::before {
  background: url("../images/icon/icon-search-white.png") no-repeat center center/contain;
}

.c-button--search:hover::before {
  background: url("../images/icon/icon-search-blue.png") no-repeat center center/contain;
}

.c-square {
  display: block;
  position: relative;
  width: calc(25% - 2px);
}

.c-square::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-square--min {
  width: 320px;
}

.c-square-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}

.c-hover-texts-container {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.c-hover-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 100px;
  z-index: 1;
}

.c-hover-texts-image {
  width: auto;
  left: 0;
  right: 0;
  width: auto;
  height: 100%;
  margin: 0 auto;
  max-width: none;
}

.c-hover-texts {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  left: 0;
  top: 0;
  background: rgba(72, 72, 72, 0.85);
  color: white;
  text-align: center;
  transition: all 0.5s;
  z-index: 2;
}

.c-hover-texts::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.c-hover-texts-container:hover {
  opacity: 1;
}

.c-hover-texts-container:hover .c-hover-texts {
  opacity: 1;
}

.c-hover-titles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 30px;
  height: 75px;
}

.c-hover-label {
  display: inline-block;
  font-size: 22px;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

.c-hover-label span {
  display: inline-block;
  margin-bottom: 6px;
}

.c-hover-title {
  font-size: 12px;
}

.c-hover-address {
  position: absolute;
  left: 0;
  bottom: 24px;
  right: 0;
  margin: auto;
  font-size: 1.3rem;
  line-height: 22px;
  opacity: 0.8;
  padding: 0 20px;
}

.c-title {
  text-align: center;
  line-height: 1;
}

.c-title-en {
  font-family: "Karla", sans-serif;
  font-size: 56px;
  letter-spacing: 8px;
  margin-bottom: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-title-jp {
  font-size: 16px;
  letter-spacing: 4px;
}

.c-title--recommend {
  transform: translateY(-22px);
  height: 120px;
}

.c-title--place {
  text-align: left;
}

.c-title--place-search {
  padding: 135px 0 0;
}

.c-title--search {
  padding: 135px 0 0;
}

.c-title--page {
  text-align: center;
}

.c-title--page h1 {
  font-size: 36px;
  letter-spacing: 2px;
  font-weight: 200;
  margin-bottom: 14px;
}

.c-title--page p {
  font-size: 14px;
  letter-spacing: 1px;
  color: #7E7F85;
}

.c-radios {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.c-radio {
  display: block;
}

.c-radio input {
  display: none;
}

.c-radio span {
  display: inline-block;
  font-size: 12px;
  padding: 0 16px;
  margin-right: 6px;
  height: 36px;
  line-height: 34px;
  border-radius: 36px;
  border: 1px solid #ddd;
  text-align: center;
  background: white;
  cursor: pointer;
}

.c-radio input:checked + span {
  background: #484848;
  color: white;
}

.c-radio-label,
.c-input-label {
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 20px;
  text-align: right;
  width: 84px;
  white-space: nowrap;
}

.c-inputs {
  margin: 8px 0 44px;
}

.c-input {
  width: 460px;
  max-width: 100%;
  height: 42px;
  padding: 13px;
  line-height: 40px;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  background: white;
  font-size: 14px;
  line-height: 1;
}

.c-input:active,
.c-input:focus {
  border: 1px solid #484848;
}

.p-renovation {
  position: relative;
  background: #f3f3f3;
  margin-top: 70px;
  padding-top: 48px;
  padding-bottom: 1px;
}

.p-renovation-title {
  padding: 48px 0 70px;
}

.p-renovation-list-wrap {
  padding-bottom: 160px;
}

.p-renovation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1160px;
  margin: -120px auto -30px;
}

.c-renovation-card {
  display: block;
  width: 552px;
  margin-bottom: 42px;
  color: #484848;
  position: relative;
}

.c-renovation-card:hover .c-renovation-title,
.c-renovation-card:hover .c-renovation-desc span {
  text-decoration: underline;
}

.c-renovation-card--min {
  width: 348px;
}

.c-renovation-card-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  width: 100px;
  z-index: 1;
}

.c-renovation-image-wrapper {
  height: 368px;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: url("../images/blur.jpg") no-repeat center center/cover;
}

.c-renovation-image {
  width: auto;
  height: 100%;
  max-width: none;
}

.c-renovation-card--min .c-renovation-image-wrapper {
  height: 232px;
}

.c-renovation-time {
  margin: 24px 0 8px;
  line-height: 1;
  color: #7E7F85;
  font-size: 1.2rem;
}

.c-renovation-title {
  font-size: 1.8rem;
  line-height: 1.3;
  margin: 0 0 12px;
}

.c-renovation-desc {
  line-height: 2.2rem;
  margin: 0;
  font-size: 1.2rem;
}

.p-breadlist {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 44px auto 0;
}

.p-breadlist li {
  margin-right: 8px;
}

.p-breadlist a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  font-size: 16px;
  border: 1px solid transparent;
  color: #484848;
  -webkit-animation: all 0.5s;
  animation: all 0.5s;
}

.p-breadlist a.is-active {
  background: #484848;
  color: white;
}

.p-breadlist a:hover {
  border: 1px solid #484848;
}

.p-breadlist-sp {
  display: none;
}

.p-breadlist-sp-prev,
.p-breadlist-sp-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.p-breadlist-sp-prev {
  left: 20px;
}

.p-breadlist-sp-next {
  right: 20px;
}

.p-breadlist-sp-prev::before,
.p-breadlist-sp-next::after {
  display: block;
  content: "";
  width: 36px;
  height: 36px;
  background: url("../images/button/move-next.png") no-repeat center center/cover;
}

.p-breadlist-sp-prev::before {
  transform: rotateZ(180deg);
}

.p-breadlist-sp .p-breadlist-number {
  position: absolute;
  display: flex;
  align-items: center;
  width: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.p-breadlist-sp span {
  font-size: 14px;
  display: inline-block;
  margin: 0 12px;
}

.p-breadlist-sp-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #484848;
}

.p-project-content {
  padding-top: 48px;
}

.p-project-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto -62px;
  justify-content: space-between;
  transform: translateY(-112px);
}

.p-project-table {
  width: calc(100% - 560px);
}

.p-project-table-content {
  width: 275px;
  margin: 0 auto;
  transform: translateY(15px);
}

.p-project-table-content dl {
  display: flex;
  justify-content: left;
  margin-bottom: 20px;
  line-height: 1;
}

.p-project-table-content dt {
  width: 130px;
  text-align: right;
  margin-right: 24px;
  font-size: 14px;
  font-weight: bold;
}

.p-project-table-content dd {
  font-size: 14px;
}

.p-project-table-buttons {
  display: flex;
  margin: 24px 0 0;
}

.p-project-table-buttons a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 108px;
  height: 30px;
  border-radius: 30px;
  background: #E5E5E5;
  padding: 0 5px 0 15px;
  color: #7E7F85;
  font-size: 1.2rem;
  margin-right: 8px;
}

.p-project-table-buttons img {
  width: auto;
  height: 13px;
}

.p-project-table-buttons .p-project-table-video img {
  width: auto;
  height: 10px;
}

.p-project-comment {
  width: 560px;
  padding: 60px;
  min-height: 364px;
  background: white;
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-other {
  padding: 130px 0 0;
}

.p-other-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  max-width: 1160px;
  margin: 64px auto 22px;
}

.p-other-list .c-renovation-card {
  margin-right: 58px;
}

.p-other-list .c-renovation-card:nth-child(3n) {
  margin-right: 0;
}

.l-other-button {
  display: block;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.u-bg-base {
  background-color: #f3f3f3;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-mt-0 {
  margin-top: 0;
}

.u-mr-20 {
  margin-right: 20px;
}

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-mt-30 {
  margin-top: 30px;
}

.u-m-auto {
  margin: 0 auto;
}

.u-sp-only {
  display: none;
}

.u-pc-only {
  display: block;
}

.u-pc-only--sm {
  display: block;
}

.u-sp-only--sm {
  display: none;
}

.u-font-bold {
  font-weight: 600;
}

.u-font-underline {
  text-decoration: underline;
}

.u-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.u-position-relative {
  position: relative;
}

@media only screen and (min-width: 639px) {
  #gNav02 ul li.Req {
    display: none;
  }

  .fixGNav2 #gNav02 {
    -webkit-animation: sGnavAnim 0.4s;
    animation: sGnavAnim 0.4s;
  }
}

@media (min-width: 960px) {
  .l-header-search {
    top: -26px;
    right: 24px;
  }

  .u-pc-none {
    display: none;
  }
}

@media only screen and (max-width: 1300px) {
  .pankuzuArea {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #globalFooter .globalFooter__main .globalFooter__wrapper {
    justify-content: flex-start;
  }

  #globalFooter .globalFooter__mainColumn {
    width: calc((100% - 4em) / 3);
    margin-right: 2em;
  }

  #globalFooter .globalFooter__mainColumn:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 959px) {
  .l-mv-title {
    margin-top: 30px;
    width: 212px;
    transform: translateY(6px);
  }

  .l-mv-bottom {
    width: auto;
    margin-bottom: 32px;
  }

  .l-mv-buttons {
    display: block;
    padding: 0 20px 80px;
  }

  .l-mv-buttons a {
    margin-bottom: 8px;
  }

  .l-recommends {
    padding-bottom: 66px;
    margin-bottom: 90px;
  }

  .l-recommends::after {
    width: 73%;
  }

  .l-recommends-images {
    display: block;
  }

  .l-recommends-image {
    margin-right: 0;
  }

  .l-recommends-image:last-child {
    margin-right: auto;
  }

  .l-recommends-button {
    padding: 0 20px;
    margin: 0;
  }

  .l-new {
    padding-bottom: 70px;
  }

  .l-concept-visuals-wrapper {
    height: 260px;
    margin: 40px 0 32px;
  }

  .l-concept-visuals {
    height: 240px;
  }

  .l-concept-visual {
    min-width: 260px;
    width: 260px;
    height: 260px;
  }

  .l-concept-visual .l-concept-visual-img {
    min-width: 260px;
    width: 260px;
    height: 260px;
  }

  .l-concept-services {
    display: block;
  }

  .l-place {
    margin-bottom: 80px;
  }

  .l-place::after {
    width: 73%;
    top: 110px;
  }

  .l-place-flex {
    display: block;
    padding: 88px 0 48px;
  }

  .l-place-menu {
    display: none;
  }

  .l-place-lists {
    width: 100%;
    padding-left: 20px;
  }

  .l-place-slider {
    width: calc(100% - 20px);
  }

  .l-place-slider .swiper-slide {
    height: 188px;
  }

  .l-place-slide-next,
  .l-place-slide-prev {
    top: 78px;
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .l-place-slide-next {
    right: 3%;
  }

  .l-place-slide-prev {
    left: -18px;
  }

  .l-place-slider-title {
    font-size: 32px;
    transform: translateY(-24px);
  }

  .l-place-slider-desc {
    font-size: 12px;
    transform: translateY(-24px);
  }

  .l-place-slider-link {
    margin: 6px 0 60px;
    font-size: 14px;
  }

  .l-place-slider-link::before {
    width: 20px;
    height: 20px;
  }

  .l-banners-content {
    display: block;
    padding: 50px 20px;
  }

  .l-banners-content a {
    margin-bottom: 40px;
  }

  .l-banners-content a:last-child {
    margin-bottom: 0;
  }

  .l-banners-content p {
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .l-place-links {
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 66px auto 0px;
  }

  .l-place-links a {
    width: 33%;
    margin-bottom: 60px;
  }

  .l-place-links a:nth-child(1n+3) {
    margin-bottom: 25px;
  }

  .l-place-links a:first-child::before,
  .l-place-links a:nth-child(4)::before {
    display: none;
  }

  .l-place-links a:last-child::after {
    display: none;
  }

  .l-place-links a img {
    height: 32px;
  }

  .l-place-links a img.l-place-link-img-small {
    height: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .l-place-links a p {
    font-size: 1.3rem;
    margin: 14px 0 0;
  }

  .l-search-form {
    padding: 40px 20px 80px;
  }

  .l-search-button {
    width: 100%;
  }

  .l-search-reset {
    width: 100%;
    margin: 24px 0 0;
    height: 48px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .l-sns-wrapper {
    padding: 40px 20px 84px;
  }

  .l-sns-flex {
    display: block;
  }

  .l-sns-flex a {
    margin-bottom: 40px;
  }

  .l-sns-flex a:last-child {
    margin-bottom: 0;
  }

  .l-header-search {
    position: fixed;
    bottom: 120px;
    right: 16px;
    transform: none;
    z-index: 100;
  }

  .l-header-search--bottom {
    bottom: 64px;
  }

  .l-header-search span {
    width: 48px;
    height: 48px;
  }

  .l-header-search span:hover {
    background: url("../images/button/move-search-black.png") no-repeat center center/contain;
  }

  .l-header-search span {
    margin: 0;
  }

  .l-footer-move-top a {
    width: 48px;
    height: 48px;
  }

  .l-single-content {
    padding: 0 20px;
    margin: 0 auto 52px;
  }

  .l-single-photo {
    margin: 32px auto 0;
    max-height: 350px;
  }

  .l-single-caption {
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-top: 12px;
  }

  .l-single-c360 iframe {
    height: 224px;
  }

  .l-single-video iframe {
    height: 180px;
  }

  .l-single-share {
    display: block;
    text-align: center;
    margin: 44px 0 0;
  }

  .l-single-footer {
    justify-content: space-between;
    height: 56px;
  }

  .l-single-footer a {
    width: calc(50% - 1px);
    height: 56px;
    margin: 0;
  }

  .l-single-footer a:last-child {
    width: 50%;
  }

  .l-single-footer a .l-single-footer-image {
    display: none;
  }

  .l-single-footer a p {
    width: 100%;
    font-size: 1.1rem;
  }

  .c-button,
  .c-button--search,
  .c-button--outline {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
  }

  .c-square {
    width: calc(50% - 1px);
    margin-bottom: 2px;
  }

  .c-square--min {
    width: 240px;
    margin: 0 auto 32px;
  }

  .c-hover-texts {
    display: none !important;
  }

  .c-title-en {
    font-size: 40px;
    letter-spacing: 4px;
  }

  .c-title-jp {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .c-title--recommend {
    height: 90px;
  }

  .c-title--place {
    text-align: center;
  }

  .c-title--place-search {
    padding: 84px 0 0;
  }

  .c-title--search {
    padding: 60px 0 0;
  }

  .c-title--page {
    padding: 0 20px;
  }

  .c-title--page h1 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .c-title--page p {
    font-size: 13px;
  }

  .c-radios {
    margin-bottom: 20px;
  }

  .c-radios--2col .c-radio {
    width: calc(50% - 4px);
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .c-radios--2col .c-radio span {
    width: 100%;
  }

  .c-radios--2col .c-radio:nth-child(2n+1) {
    margin-right: 0;
  }

  .c-radios--3col .c-radio {
    width: calc(33% - 4px);
    margin-right: 6px;
    margin-bottom: 6px;
  }

  .c-radios--3col .c-radio span {
    width: 100%;
  }

  .c-radios--3col .c-radio:nth-child(3n+1) {
    margin-right: 0;
  }

  .c-radio-label,
  .c-input-label {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 13px;
    padding-left: 4px;
    margin-bottom: 8px;
  }

  .c-inputs {
    margin: 8px 0 32px;
  }

  .p-renovation-title {
    padding: 32px 0 38px;
  }

  .p-renovation-list-wrap {
    padding-bottom: 80px;
  }

  .p-renovation-list {
    display: block;
    padding: 0 20px;
  }

  .c-renovation-card {
    width: 100%;
    margin-bottom: 40px;
  }

  .c-renovation-card:last-child {
    margin-bottom: 0;
  }

  .c-renovation-image-wrapper {
    height: 212px;
  }

  .p-breadlist {
    display: none;
  }

  .p-breadlist-sp {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 50px;
  }

  .p-project-content {
    padding-top: 0;
  }

  .p-project-flex {
    flex-direction: column-reverse;
    transform: translateY(-20px);
    width: calc(100% - 40px);
    margin: auto;
  }

  .p-project-table {
    min-width: 240px;
    width: 100%;
    margin: 0 auto 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p-project-table-content {
    width: 275px;
  }

  .p-project-table-buttons {
    justify-content: center;
  }

  .p-project-comment {
    width: 100%;
    padding: 40px 32px;
    margin-bottom: 26px;
    min-height: auto;
  }

  .p-other {
    padding-top: 88px;
  }

  .p-other-list {
    display: block;
    padding: 0 20px;
    margin: 40px auto 32px;
  }

  .p-other-list .c-renovation-card {
    margin-right: 0;
  }

  .l-other-button {
    padding: 0 20px;
  }

  .u-sp-only {
    display: block;
  }

  .u-sp-none {
    display: none;
  }

  .u-pc-only {
    display: none;
  }

  .u-pc-only--sm {
    display: none;
  }

  .u-sp-only--sm {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  #globalFooter .globalFooter__upper ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #globalFooter .globalFooter__upperItem,
  #globalFooter .globalFooter__upperItem:first-child {
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    margin-left: -1px;
    width: 50%;
    margin-bottom: 1em;
  }

  #globalFooter .globalFooter__upperItem a {
    padding: 1em;
  }

  #globalFooter .globalFooter__main {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  #globalFooter .globalFooter__main .globalFooter__wrapper {
    border-bottom: none;
  }

  #globalFooter .globalFooter__mainColumn {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }

  #globalFooter .globalFooter__mainHeading {
    padding-right: 5em;
    position: relative;
  }

  #globalFooter .globalFooter__mainHeading a {
    display: inline-block;
  }

  #globalFooter .globalFooter__mainHeading:after {
    position: absolute;
    right: 1em;
    top: 0.9em;
    transition: all 0.3s;
    display: inline-block;
    content: "";
    width: 21px;
    height: 8px;
    background: url("../images/icon-aco.png") no-repeat center center/contain;
  }

  #globalFooter .globalFooter__mainHeading.on:after {
    transform: rotate(-180deg);
  }

  #globalFooter .globalFooter__mainHeading + dd {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s;
  }

  #globalFooter .globalFooter__mainHeading.on + dd {
    max-height: 100vh;
  }

  #globalFooter .globalFooter__lower .globalFooter__wrapper {
    display: block;
  }

  #globalFooter .globalFooter__lowerItemList {
    display: block;
    font-size: 11px;
  }

  #globalFooter .globalFooter__lowerItem {
    margin-bottom: 1em;
  }

  #globalFooter .globalFooter__lowerItem a {
    text-align: center;
  }

  #globalFooter .globalFooter__lowerSnsList {
    justify-content: center;
  }

  #globalFooter .globalFooter__logo a {
    text-align: center;
  }

  #globalFooter .globalFooter__copyright {
    text-align: center;
  }

  #globalFooter .globalFooter__snsList-wrapper {
    width: 310px;
    margin: 0 auto 2em;
  }
}

@media only screen and (max-width: 640px) {
  #gNav ul li.contact a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 52px;
  }

  #gNav02 ul li.Req a {
    padding: 0 6px;
  }

  #gNav02 ul:not(.col4) li.Req a br.sp {
    display: none;
  }

  html {
    font-size: 62.5%;
    /* 10px */
  }

  .page {
    overflow: hidden;
    min-width: inherit;
    font-size: 12px;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    padding-top: 64px;
  }

  #create.page {
    padding-top: 0;
  }

  .sp {
    display: block;
  }

  body #container {
    padding-top: 47px;
    /* padding-bottom: 30px; */
  }

  .wrap {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  img.pc {
    display: none;
  }

  img.sp {
    display: inline-block;
  }

  /* header */

  body #gHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 12px 0 10px;
    background-color: #333;
    box-sizing: border-box;
    z-index: 1000;
  }

  body #create #gHeader {
    position: static;
  }

  #gHeader .siteTitle {
    position: inherit;
    top: inherit;
    left: inherit;
    float: left;
    width: 129px;
    padding: 0 0 0 10px;
    height: auto;
  }

  #gHeader .siteTitle a {
    width: auto;
    height: auto;
    padding-top: 0;
    background-color: transparent;
  }

  /* menu */

  #menu {
    display: block;
    float: right;
    margin-right: 5px;
  }

  #menu,
  #menu span {
    display: inline-block;
    box-sizing: border-box;
  }

  #menu {
    margin: 8px 10px 0 0;
    position: relative;
    width: 26px;
    height: 24px;
  }

  #menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    margin-bottom: 0;
    background-color: #fff;
  }

  #menu span:nth-of-type(1) {
    top: 0;
  }

  #menu span:nth-of-type(2) {
    top: 50%;
    margin-top: -2px;
  }

  #menu span:nth-of-type(3) {
    bottom: 1px;
  }

  /* on */

  #menu span:nth-of-type(3),
  #menu.on span:nth-of-type(3) {
    transition: none;
  }

  #menu.on {
    transform: rotateX(720deg);
  }

  #menu.on span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  #menu.on span:nth-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }

  #menu.on span:nth-of-type(3) {
    opacity: 0;
  }

  /* tel */

  #hdr-tel {
    margin: 8px 10px 0 0;
    position: absolute;
    width: 26px;
    height: auto;
    right: 13%;
  }

  /* pNav */

  #pNav {
    position: absolute;
    top: 209px;
    /*203*/
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    margin-left: 0;
    background-color: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }

  #pNav.on {
    opacity: 1;
    visibility: visible;
  }

  #pNav ul li {
    float: none;
    margin-left: 0;
    border-bottom: 1px solid #403e3d;
  }

  #pNav ul li a {
    display: block;
    padding: 15px 20px;
    background: none;
    background-color: #5a5756;
  }

  /* hover */

  #pNav ul li a:hover {
    color: #fff;
    background: none;
  }

  /* gNav */

  #gNav {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
    border-top: none;
    background-color: #474342;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
  }

  #gNav.on {
    opacity: 1;
    visibility: visible;
  }

  #gNav ul li {
    width: 50%;
    height: auto;
    max-height: inherit;
    border-bottom: 1px solid #333;
    box-sizing: border-box;
  }

  #gNav ul li:nth-child(odd) {
    border-right: 1px solid #333;
  }

  #gNav ul li a {
    height: 52px;
    line-height: 52px;
    padding: 0;
    box-sizing: border-box;
  }

  #gNav ul li a .icon {
    line-height: 52px;
  }

  #gNav ul li.on a,
  #gNav ul li a:hover {
    color: #fff;
  }

  #gNav ul li.create a,
  #gNav ul li.produced a {
    padding: 0;
  }

  /* hover */

  #gNav ul li a:hover {
    color: #cacaca;
  }

  #gNav ul li a::before,
  #gNav ul li a:hover::before {
    display: none;
  }

  #gNav ul li a:hover div:first-child {
    display: block;
  }

  #gNav ul li a:hover div:last-child {
    display: none;
  }

  #gNav ul li.new a::after {
    top: 0;
  }

  #gNav ul li.produce a:hover div:first-child,
  #gNav ul li.create a:hover div:first-child {
    display: none;
  }

  #gNav ul li.produce a:hover div:last-child,
  #gNav ul li.create a:hover div:last-child {
    display: block;
  }

  #gNav ul li.produced:hover .topTtl,
  #gNav ul li.on.create:hover .underTtl {
    display: none;
  }

  #gNav ul li.produced:hover .underTtl,
  #gNav ul li.on.create:hover .topTtl {
    display: block;
  }

  /* nav-on */

  #container.nav-on,
  #gFooter.nav-on {
    filter: blur(4px);
  }

  /* gNav */

  #gNav02 .wrap {
    padding: 0;
  }

  #gNav02 ul {
    padding: 0;
    font-size: 10px;
    line-height: 14px;
    transition: padding 0;
  }

  #gNav02 li {
    box-sizing: border-box;
    width: 25%;
    transition: width 0;
  }

  #gNav02 li:nth-child(-n+2) {
    border-right: 1px solid #9b9b9b;
  }

  #gNav02 li.sp {
    display: inline-block;
  }

  #gNav02 li.pc {
    display: none;
  }

  #gNav02 .request {
    width: 25%;
  }

  #gNav02 a {
    padding: 13px 0;
  }

  #gNav02 li:nth-child(1) a {
    /*		padding-left: 10px;*/
    text-align: center;
    background: url(../imgs/sp/ico-01.png) 10px 50% no-repeat;
    background-size: auto 12px;
  }

  #gNav02 li:nth-child(2) a {
    /*		padding-left: 10px;*/
    text-align: center;
    background: url(../imgs/sp/ico-02.png) 10px 50% no-repeat;
    background-size: auto 12px;
  }

  #gNav02 li:nth-child(6) a {
    text-align: center;
    /*		padding-left: 20px;*/
    background: url(../imgs/sp/ico-03.png) 20px 50% no-repeat;
    background-size: auto 12px;
  }

  #gNav02 br.sp {
    display: inline;
  }

  .fixGNav2 #gHeader {
    margin: 0 0 40px;
  }

  .fixGNav2 #gNav02 li {
    width: 25%;
  }

  #gsNav {
    position: fixed;
    top: 54px;
    /*370px*/
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
    background-color: #333;
    z-index: 990;
    /*
    		opacity: 0;
    		visibility: hidden;*/
  }

  #gsNav .wrap {
    padding: 0;
  }

  #gsNav.on {
    /*		opacity: 1;
    		visibility: visible;*/
  }

  #gsNav ul {
    margin-left: 0;
  }

  #gsNav ul li {
    width: 25%;
    height: 56px;
    min-height: 56px;
    line-height: 56px;
    border-bottom: solid 1px #403e3d;
    text-align: center;
  }

  #gsNav ul li a,
  #gsNav ul li.off a {
    display: block;
    padding: 12px 5px;
    font-size: 12px;
    line-height: 32px;
    background: none;
    background-color: #5a5756;
    color: #ccc;
  }

  #gNav02 ul li.off {
    display: none;
  }

  #gNav02 ul li.db a {
    line-height: 14px;
    padding: 13px 0;
  }

  #gNav02 ul li span.sp {
    display: block;
  }

  #gNav02 ul li span.pc {
    display: none;
  }

  /* footer */

  /* ftrCV */

  #ftrCV {
    margin-bottom: 30px;
  }

  #ftrCV .memberArea {
    background-color: #F1F1F1;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 50px 40px;
  }

  #ftrCV .memberArea > p {
    margin-bottom: 50px;
    position: relative;
  }

  #ftrCV .memberArea .text01,
  #ftrCV .memberArea .text02 {
    float: none;
    margin-left: 40px;
  }

  #ftrCV .memberArea .text01:before {
    background-repeat: no-repeat;
    background-size: 30%;
    top: 0;
    bottom: inherit;
    left: -70px;
  }

  #ftrCV .memberArea .text02:before {
    background-repeat: no-repeat;
    background-size: 30%;
    top: 0;
    bottom: inherit;
    left: -70px;
  }

  /* hover */

  #ftrCV a:hover {
    opacity: 0.9;
  }

  .btn_reno {
    margin-bottom: 30px;
  }

  /* ftrLead */

  .ftrLead {
    margin-bottom: 0;
  }

  .ftrLead h2 {
    width: 80%;
  }

  .ftrLead .caption {
    left: 10px;
    right: inherit;
    font-size: 0.8rem;
  }

  /* fSubNav */

  #fSubNav {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #fSubNav .zoomBox {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 30px;
  }

  #fSubNav .zoomBox a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
  }

  #fSubNav .zoomBox a .hoverZoom {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
    transition: 2s ease-in-out;
  }

  #fSubNav .zoomBox a:hover .hoverZoom {
    transform: scale(1.3);
  }

  /*#fSubNav .zoomBox .hoverZoom img{
  	width: 100%;
  	transform: scale(1.3);

  }*/

  #fSubNav .clearfix {
    display: none;
  }

  /* fNav */

  #fNav {
    padding: 0;
    margin-bottom: 0;
    border: none;
  }

  #fNav .pc {
    display: none;
  }

  #fNav .sp {
    display: block;
  }

  #fNav .wrap .sp li {
    display: block;
    width: auto;
    text-align: center;
    border-left: none;
    padding: 0;
    border-bottom: 1px solid #ebebeb;
  }

  #fNav .wrap .sp li a {
    display: block;
    padding: 15px 0;
  }

  /* ftrLogo */

  #ftrLogo {
    margin: 25px 0;
  }

  #ftrLogo ul li {
    float: none;
    text-align: center;
  }

  /* copyright */

  .copyright {
    text-align: center;
    font-size: 0.8rem;
  }

  /* spCover */

  .spCover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }

  .spCover.on {
    display: block;
  }
}