@charset "UTF-8";
/* Scss Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes slide {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes arrow {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
/* Scss Document */
body {
  box-sizing: border-box;
  line-height: 2.1538461538;
  font-size: 1.3rem;
  color: #333;
  font-family: "A1 Gothic M", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", "sans-serif";
  word-wrap: break-word;
  text-align: justify;
}
@media (min-width: 375px) {
  body {
    font-size: calc(1.3rem + (1vw - 3.75px) * 0.2684563758);
  }
}
@media (min-width: 1120px) {
  body {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

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

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

.no_data {
  margin: 60px auto 100px;
  text-align: center;
}

.bnr_box {
  margin: 50px auto 0;
}
.bnr_box a {
  width: 100%;
  max-width: 850px;
  margin: auto;
  padding: 0% 4% 0% 4%;
  box-sizing: border-box;
}

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

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

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

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

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

.fit {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

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

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

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

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

h2 {
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}
@media (min-width: 375px) {
  h2 {
    font-size: calc(2.6rem + (1vw - 3.75px) * 4.0268456376);
  }
}
@media (min-width: 1120px) {
  h2 {
    font-size: 5.6rem;
  }
}

h3 {
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  line-height: normal;
}
@media (min-width: 375px) {
  h3 {
    font-size: calc(1.6rem + (1vw - 3.75px) * 1.0738255034);
  }
}
@media (min-width: 1120px) {
  h3 {
    font-size: 2.4rem;
  }
}

h3 {
  font-weight: normal;
  text-align: center;
  line-height: normal;
}

p {
  font-size: 100%;
}

address {
  font-style: normal;
}

::-moz-selection {
  background: #9BD0E0;
  color: #fff;
}

::selection {
  background: #9BD0E0;
  color: #fff;
}

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

.mincho {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.icon {
  margin-right: 5px;
}

.flex-wrap {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.flex-wrap > * {
  flex: 0 1 48%;
  width: 48%;
  max-width: 48%;
}

.mb-box {
  margin: 0% 0% 16% 0%;
}

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

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

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

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .mb-box {
    margin-bottom: 120px;
  }
}
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 981px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #contents {
    margin-top: 80px;
  }
}
/*------------------------------
		1221px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.header .header__logo {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 4%;
  height: 20px;
  width: auto;
  line-height: 20px;
}
.header .header__logo a, .header .header__logo img {
  height: 100%;
  width: auto;
}
.header .header__mainbtn {
  position: fixed;
  z-index: 1003;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  padding: 15px 0;
  box-sizing: border-box;
  background: #529ABC;
}
.header .header__mainbtn-name {
  margin-bottom: 10px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  line-height: normal;
}
.header .header__mainbtn-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.header .header__mainbtn-line {
  position: relative;
  height: 8px;
}
.header .header__mainbtn-line span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 28px;
  height: 1px;
  margin: auto;
  background: #fff;
  transition: 0.3s;
}
.header .header__mainbtn-line span:first-child {
  top: 0;
}
.header .header__mainbtn-line span:last-child {
  bottom: 0;
}
.header .header__menu {
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
}
.header .header__stay-menu {
  position: relative;
  z-index: 1001;
  background: #fff;
}
.header .header__fixed-menu {
  position: fixed;
  top: -70px;
  z-index: 1000;
  background: #529ABC;
  color: #fff;
  transition: 0.3s;
}
.header .header__fixed-menu.fixed {
  top: 0;
}
.header .header__btn-wrap {
  justify-content: flex-end;
  margin-right: 60px;
}
.header .header__btn-wrap .header__btn {
  flex: 0 1 60px;
  width: 60px;
  max-width: 60px;
  height: 40px;
  margin: 10px 0;
  padding: 3px 0;
  box-sizing: border-box;
  border-left: 1px solid;
  text-align: center;
  line-height: normal;
}
.header .header__btn-wrap .header__btn a {
  height: 100%;
}
.header .header__btn-wrap .header__btn-icon {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.header .header__btn-wrap .header__btn-txt {
  font-family: "A1 Gothic R";
  font-size: 1.1rem;
}
.header .header__btn-wrap .header__btn.header__menubtn {
  padding: 5px 0;
}
.header .header__btn-wrap .header__btn:last-child {
  border-right: 1px solid;
}
.header .header__nav {
  display: none;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  width: 100%;
  padding: 80px 6% 0;
  box-sizing: border-box;
  height: 100vh;
  background: #529ABC;
}
.header .header__nav-logo {
  top: 20px;
  transform: none;
}
.header .header__nav-list {
  height: 100%;
  overflow-y: scroll;
  color: #fff;
}
.header .header__nav-box {
  margin-bottom: 30px;
}
.header .header__nav-ttl {
  position: relative;
  border-bottom: 1px solid;
  font-size: 1.5rem;
}
.header .header__nav-ttl a {
  display: block;
  position: relative;
  margin-bottom: 5px;
}
.header .header__nav-ttl a:after {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 50%;
  transform: rotate(45deg) translate(0%, -50%);
  top: calc(50% - 2.5px);
  right: 5.5px;
  border-color: #fff;
}
.header .header__nav-ttl .header__nav-link {
  width: calc(100% - 46px);
  border-right: 1px solid;
  border-color: #fff;
}
.header .header__nav-ttl .header__nav-link:after {
  right: 20.5px;
}
.header .header__nav-ttl .header__nav-btn {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  top: calc(50% - 2.5px);
  right: 0;
  width: auto;
  height: 11px;
  padding: 10px 22px;
}
.header .header__nav-ttl .header__nav-btn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 16px;
  height: 1px;
  margin: auto;
  background: #fff;
  transition: 0.3s;
}
.header .header__nav-ttl .header__nav-btn span:first-child {
  top: 10px;
}
.header .header__nav-ttl .header__nav-btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.header .header__nav-ttl .header__nav-btn span:last-child {
  bottom: 10px;
}
.header .header__nav-ttl .header__nav-btn.open span:first-child {
  top: 15.5px;
  transform: rotate(-135deg);
}
.header .header__nav-ttl .header__nav-btn.open span:nth-child(2) {
  opacity: 0;
}
.header .header__nav-ttl .header__nav-btn.open span:last-child {
  bottom: 15.5px;
  transform: rotate(135deg);
}
.header .header__nav .header__subnav {
  display: none;
  padding-top: 10px;
}
.header .header__nav .header__subnav-box {
  font-family: "A1 Gothic R";
  font-size: 1.25rem;
}

.open .header__mainbtn-line span:first-child {
  top: 3.5px;
  transform: rotate(-135deg);
}
.open .header__mainbtn-line span:last-child {
  bottom: 3.5px;
  transform: rotate(135deg);
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .header .header__right-menu {
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 1000;
  }
  .header .header__right-menu .header__right-wp .header__right-box {
    position: relative;
    right: -42px;
    transition: 0.4s all;
  }
  .header .header__right-menu .header__right-wp .header__right-box a {
    padding: 5px 25px 5px 14px;
    color: #fff;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 1px 2px 3px 1px rgba(0, 0, 0, 0.3);
  }
  .header .header__right-menu .header__right-wp .header__right-box a .header__right-icon {
    margin-right: 5px;
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 1rem;
    line-height: 16px;
    vertical-align: text-top;
  }
  .header .header__right-menu .header__right-wp .header__right-box a .txt_hide {
    opacity: 0;
  }
  .header .header__right-menu .header__right-wp .header__right-box a > * {
    display: inline-block;
  }
  .header .header__right-menu .header__right-wp .header__right-box a:hover {
    opacity: 1;
  }
  .header .header__right-menu .header__right-wp .header__right-box.reserve a {
    background: #77ad58;
  }
  .header .header__right-menu .header__right-wp .header__right-box.reserve a .header__right-icon {
    color: #77ad58;
  }
  .header .header__right-menu .header__right-wp .header__right-box.request a {
    background: #529ABC;
  }
  .header .header__right-menu .header__right-wp .header__right-box.request a .header__right-icon {
    color: #529ABC;
  }
  .header .header__right-menu .header__right-wp .header__right-box.active {
    right: 0;
  }
  .header .header__right-menu .header__right-wp .header__right-box.active a .txt_hide {
    opacity: 1;
  }
  .header .header__right-menu .header__right-wp .header__right-box + .header__right-box {
    margin-top: 12px;
  }
}
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  .header {
    position: relative;
  }
  .header .header__logo {
    left: 2%;
    height: 15px;
    line-height: 15px;
  }
  .header .header__mainbtn {
    display: none !important;
  }
  .header .header__menu {
    height: 80px;
  }
  .header .header__stay-menu {
    position: fixed;
  }
  .header .header__fixed-menu {
    display: none !important;
  }
  .header .header__nav {
    display: block !important;
    top: 0;
    right: 0;
    left: auto;
    width: 75%;
    max-width: 980px;
    height: 80px;
    padding: 0;
    background: transparent;
    line-height: 80px;
  }
  .header .header__nav-logo {
    display: none;
  }
  .header .header__nav-list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    justify-content: flex-end;
    overflow-y: hidden;
    color: #333;
  }
  .header .header__nav-box {
    flex: 0 1 auto;
    width: auto;
    max-width: auto;
    height: 100%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .header .header__nav-contact {
    width: 15%;
    max-width: 150px;
    margin-right: 0px !important;
    color: #fff;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 981px) and (min-width: 981px) {
  .header .header__nav-contact {
    font-size: calc(1.3rem + (1vw - 9.81px) * 0.6688963211);
  }
}
@media screen and (min-width: 981px) and (min-width: 1280px) {
  .header .header__nav-contact {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 981px) {
  .header .header__nav-contact a {
    width: 100%;
    padding: 0 15px;
    background: #EB9947;
    text-align: center;
  }
  .header .header__nav-contact .header__contact-icon {
    margin-right: 10px;
  }
  .header .header__nav-contact_btn {
    width: 20%;
    max-width: 170px;
    margin-right: 0px !important;
    color: #fff;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 981px) and (min-width: 981px) {
  .header .header__nav-contact_btn {
    font-size: calc(1.3rem + (1vw - 9.81px) * 0.6688963211);
  }
}
@media screen and (min-width: 981px) and (min-width: 1280px) {
  .header .header__nav-contact_btn {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 981px) {
  .header .header__nav-contact_btn a {
    display: block;
    width: 90%;
    height: 45px;
    line-height: 45px;
    margin: auto;
    padding: 0 15px;
    background: #EB9947;
    text-align: center;
    box-sizing: border-box;
    border-radius: 4px;
  }
  .header .header__nav-contact_btn a:hover {
    opacity: 1;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .header .header__nav-contact_btn .header__contact-icon {
    margin-right: 10px;
  }
  .header .header__nav-ttl {
    position: relative;
    margin-bottom: 0;
    border: none;
    font-size: 1.3rem;
    transition: 0.3s;
    cursor: pointer;
  }
}
@media screen and (min-width: 981px) and (min-width: 981px) {
  .header .header__nav-ttl {
    font-size: calc(1.3rem + (1vw - 9.81px) * 0.6688963211);
  }
}
@media screen and (min-width: 981px) and (min-width: 1280px) {
  .header .header__nav-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 981px) {
  .header .header__nav-ttl:after {
    display: block;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-bottom-color: #529ABC;
    opacity: 0;
    transition: 0.3s;
  }
  .header .header__nav-ttl:hover, .header .header__nav-ttl.active {
    color: #529ABC;
  }
  .header .header__nav-ttl:hover:after, .header .header__nav-ttl.active:after {
    opacity: 1;
  }
  .header .header__nav-ttl a {
    transition: none;
  }
  .header .header__nav-ttl a:after {
    display: none;
  }
  .header .header__nav-ttl .header__nav-btn {
    display: none;
  }
  .header .header__nav .header__subnav {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    width: 100vw;
    padding: 0;
    background: #fff;
    line-height: normal;
  }
  .header .header__nav .header__subnav-ttl {
    position: absolute;
    width: 30%;
    height: 100%;
    background: #529ABC;
    font-size: 2rem;
  }
}
@media screen and (min-width: 981px) and (min-width: 981px) {
  .header .header__nav .header__subnav-ttl {
    font-size: calc(2rem + (1vw - 9.81px) * 2.6755852843);
  }
}
@media screen and (min-width: 981px) and (min-width: 1280px) {
  .header .header__nav .header__subnav-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 981px) {
  .header .header__nav .header__subnav-ttl a, .header .header__nav .header__subnav-ttl .header__subnav-ttl_text {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
  }
  .header .header__nav .header__subnav-wrap {
    width: 70%;
    margin-left: auto;
  }
  .header .header__nav .header__subnav-wrap .sublime_about {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
  }
  .header .header__nav .header__subnav-list {
    width: 90%;
    max-width: 780px;
    margin: auto;
    padding: 40px;
    margin-left: auto;
    box-sizing: border-box;
  }
  .header .header__nav .header__subnav-list.fourth_con_wrap {
    justify-content: flex-start;
  }
  .header .header__nav .header__subnav-box {
    flex: 0 1 31%;
    width: 31%;
    max-width: 31%;
    font-family: "A1 Gothic M", "sans-serif";
    text-align: center;
  }
  .header .header__nav .header__subnav-box:nth-child(n+4) {
    margin-top: 20px;
  }
  .header .header__nav .header__subnav-box .header__subnav-img {
    margin-bottom: 10px;
  }
  .header .header__nav .header__subnav-box.fourth_con {
    flex: 0 1 calc((100% - 45px) * 0.23);
    width: calc((100% - 45px) * 0.23);
    max-width: calc((100% - 45px) * 0.23);
    margin-right: 15px;
  }
  .header .header__nav .header__subnav-box.fourth_con:nth-child(4n) {
    margin-right: 0;
  }
  .header .header__nav .header__subnav-box.fourth_con:nth-child(n+4) {
    margin-top: 0;
  }
  .header .header__nav .header__subnav-box.fourth_con:nth-child(n+5) {
    margin-top: 20px;
  }
  .header .header__bg {
    display: none;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 80px;
    width: 100vw;
    height: calc(100vh - 80px);
    background: rgba(0, 0, 0, 0.6);
  }
}
/*------------------------------
		1281px以上
------------------------------*/
@media screen and (min-width: 1121px) {
  .header .header__logo {
    height: 22px;
    line-height: 22px;
  }
  .header .header__nav .header__subnav-list.fourth_con_wrap {
    padding: 40px 0;
    max-width: 1000px;
  }
  .header .header__nav .header__subnav-box.fourth_con {
    flex: 0 1 calc((100% - 90px) * 0.14);
    width: calc((100% - 90px) * 0.14);
    max-width: calc((100% - 90px) * 0.14);
    margin-right: 15px;
  }
  .header .header__nav .header__subnav-box.fourth_con:nth-child(4n) {
    margin-right: 15px;
  }
  .header .header__nav .header__subnav-box.fourth_con:nth-child(n+4) {
    margin-top: unset;
  }
  .header .header__nav .header__subnav-box.fourth_con:nth-child(n+5) {
    margin-top: unset;
  }
  .header .header__nav .header__subnav-box.fourth_con:nth-last-child(1) {
    margin-right: 0;
  }
  .header .header__nav .header__subnav-box.fourth_con.empty {
    display: none !important;
  }
}
/*------------------------------
		1600px以上
------------------------------*/
@media screen and (min-width: 1421px) {
  .header .header__nav .header__subnav-list.fourth_con_wrap {
    padding: 40px 0;
    width: 95%;
    max-width: 1100px;
  }
  .header .header__nav-box {
    margin-right: 40px;
  }
}
/* Scss Document */
.footer {
  background: #F7F7F7;
}
.footer .footer__corp-box {
  flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #E4E4E4;
}
.footer .footer__corp-box span {
  display: table;
  width: 100%;
  height: 100%;
}
.footer .footer__corp-box a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 30px 20px;
}
.footer .footer__corp-box a img {
  width: auto;
  max-width: 140px;
  height: auto;
  max-height: 42px;
}
.footer .footer__corp-box:nth-child(odd) {
  border-right: 1px solid #E4E4E4;
}
.footer .footer__wrap {
  padding: 0% 0% 2.66% 0%;
  background: #529ABC;
  color: #fff;
  text-align: center;
}
.footer .footer__nav {
  margin-bottom: 20px;
}
.footer .footer__nav .footer__nav-wrap {
  align-items: flex-start;
}
.footer .footer__nav a {
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
  line-height: normal;
}
.footer .footer__nav .footer__nav-ttl {
  font-size: 1.3rem;
}
@media (min-width: 375px) {
  .footer .footer__nav .footer__nav-ttl {
    font-size: calc(1.3rem + (1vw - 3.75px) * 0.2684563758);
  }
}
@media (min-width: 1120px) {
  .footer .footer__nav .footer__nav-ttl {
    font-size: 1.5rem;
  }
}
.footer .footer__nav .footer__nav-box {
  flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  border-top: 1px solid;
  font-size: 1.2rem;
}
@media (min-width: 375px) {
  .footer .footer__nav .footer__nav-box {
    font-size: calc(1.2rem + (1vw - 3.75px) * 0.1342281879);
  }
}
@media (min-width: 1120px) {
  .footer .footer__nav .footer__nav-box {
    font-size: 1.3rem;
  }
}
.footer .footer__nav .footer__nav-box:nth-child(odd) {
  border-right: 1px solid;
}
.footer .footer__nav .footer__nav-box:nth-child(odd) .footer__subnav-wrap {
  margin-right: calc(-100% - 1px);
}
.footer .footer__nav .footer__nav-box:nth-child(even) .footer__subnav-wrap {
  margin-left: calc(-100% - 1px);
}
.footer .footer__nav .footer__nav-box:nth-last-child(2) {
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.footer .footer__nav .footer__subnav-wrap {
  display: none;
  width: 200%;
  background: #3a87ab;
}
.footer .footer__nav .footer__subnav {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
}
.footer .footer__nav .footer__subnav-box {
  flex: 0 1 50%;
  width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  border-top: 1px solid #E4E4E4;
}
.footer .footer__nav .footer__subnav-box:nth-child(even) {
  border-left: 1px solid #E4E4E4;
}
.footer .footer__info {
  padding: 0% 2.66% 0% 2.66%;
}
.footer .footer__sns-list {
  justify-content: center;
  margin-bottom: 20px;
}
.footer .footer__sns-list .footer__sns-box {
  flex: 0 1 auto;
  width: auto;
  max-width: auto;
  margin: 0 10px;
  font-size: 2rem;
}
.footer .footer__logo-wrap {
  max-width: 600px;
  margin: auto;
}
.footer .footer__logo {
  margin-bottom: 20px;
}
.footer .footer__addr {
  margin-bottom: 20px;
}
.footer .footer__addr p {
  font-size: 1.3rem;
  line-height: 1.5em;
}
.footer .footer__addr p + p {
  margin-top: 10px;
}
.footer .footer__info-txt {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: normal;
  text-align: left;
}
@media (min-width: 375px) {
  .footer .footer__info-txt {
    font-size: calc(1rem + (1vw - 3.75px) * 0.1342281879);
  }
}
@media (min-width: 1120px) {
  .footer .footer__info-txt {
    font-size: 1.1rem;
  }
}
.footer .footer__copyright {
  font-size: 1.2rem;
}
@media (min-width: 375px) {
  .footer .footer__copyright {
    font-size: calc(1.2rem + (1vw - 3.75px) * 0.1342281879);
  }
}
@media (min-width: 1120px) {
  .footer .footer__copyright {
    font-size: 1.3rem;
  }
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .footer .footer__corp {
    padding: 30px 0 !important;
  }
  .footer .footer__corp-box {
    flex: 0 1 25%;
    width: 25%;
    max-width: 25%;
  }
  .footer .footer__corp-box a {
    padding: 30px 40px;
  }
  .footer .footer__corp-box a img {
    width: auto;
    max-width: 180px;
    height: auto;
    max-height: 60px;
  }
  .footer .footer__corp-box:nth-child(3), .footer .footer__corp-box:nth-child(7) {
    border-left: 1px solid #E4E4E4;
  }
  .footer .footer__corp-box:nth-child(n+5) {
    border-bottom: none;
  }
  .footer .footer__wrap {
    padding: 60px 0 40px;
    text-align: left;
  }
  .footer .footer__nav {
    padding: 0% 2.66% 0% 2.66%;
  }
  .footer .footer__nav a {
    padding: 0;
    margin-bottom: 10px;
  }
  .footer .footer__nav .footer__nav-ttl {
    margin-bottom: 20px;
  }
  .footer .footer__nav .footer__nav-box {
    flex: 0 1 31%;
    width: 31%;
    max-width: 31%;
    margin-bottom: 20px;
    border: none !important;
  }
  .footer .footer__nav .footer__nav-box:nth-child(even) .footer__subnav-wrap {
    margin-left: unset;
  }
  .footer .footer__nav .footer__subnav-wrap {
    display: block;
    width: 100%;
    margin-left: 0 !important;
    background: none;
  }
  .footer .footer__nav .footer__subnav-box {
    flex: 0 1 100%;
    width: 100%;
    max-width: 100%;
    border: none !important;
  }
}
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  .footer .footer__nav-wrap {
    margin-bottom: 40px;
  }
  .footer .footer__nav .footer__nav-box {
    margin-bottom: 40px;
  }
  .footer .footer__nav .footer__nav-box:nth-child(even) .footer__subnav-wrap {
    margin-left: unset;
  }
  .footer .footer__info {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer .footer__info > * {
    flex: 0 1 48%;
    width: 48%;
    max-width: 48%;
  }
  .footer .footer__info .footer__logo-wrap {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    margin: 0;
  }
  .footer .footer__info .footer__logo-wrap .footer__logo {
    margin-bottom: 15px;
    max-width: 400px;
    order: 2;
  }
  .footer .footer__info .footer__logo-wrap .footer__addr {
    margin-bottom: 0;
    order: 3;
  }
  .footer .footer__info .footer__logo-wrap .footer__addr p {
    font-size: 1.2rem;
  }
  .footer .footer__info .footer__logo-wrap .footer__addr p + p {
    margin-top: 8px;
  }
  .footer .footer__info .footer__logo-wrap .footer__info-txt {
    margin-bottom: 14px;
    order: 1;
  }
  .footer .footer__info .footer__copy-wrap .footer__sns-list {
    justify-content: flex-end;
  }
  .footer .footer__info .footer__copy-wrap .footer__copyright {
    text-align: right;
    line-height: normal;
  }
}
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 1121px) {
  .footer .footer__corp, .footer .footer__nav, .footer .footer__info {
    max-width: 1120px;
    padding: 0;
    margin: auto;
  }
  .footer .footer__nav {
    margin: 0 auto 20px;
  }
}
/*------------------------------
		1421px以上
------------------------------*/
/* Scss Document */
.btn button, .btn a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 20px;
  box-sizing: border-box;
  background: #529ABC;
  border: 1px solid #529ABC;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-family: "A1 Gothic M", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic medium", "sans-serif";
}
@media (min-width: 769px) {
  .btn button, .btn a {
    font-size: calc(1.5rem + (1vw - 7.69px) * 0.6651884701);
  }
}
@media (min-width: 1220px) {
  .btn button, .btn a {
    font-size: 1.8rem;
  }
}
.btn.back button, .btn.back a {
  border-color: #BCBCBC;
  background: #BCBCBC;
}
.btn.back_btn {
  margin: 0 auto 4%;
}
.btn.back_btn a {
  position: relative;
  padding: 5px 20px;
  color: #529ABC;
  background: unset;
  border: none;
}
.btn.back_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #529ABC;
  border-left: 2px solid #529ABC;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transition: 0.6s all;
}

.return__box {
  text-align: center;
}
.return__box .return__box-link {
  color: #529ABC;
  text-decoration: underline;
}
.return__box .return__box-link:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-top: 1px solid #529ABC;
  border-left: 1px solid #529ABC;
  transform: rotate(-45deg);
}

.plx {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.plx .plx__img {
  width: 100vw;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  pointer-events: none;
}

.cont-title {
  text-align: center;
  margin: 0% 0% 5.33% 0%;
}
.cont-title .cont-title__jp {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media (min-width: 769px) {
  .cont-title .cont-title__jp {
    font-size: calc(1.6rem + (1vw - 7.69px) * 0.44345898);
  }
}
@media (min-width: 1220px) {
  .cont-title .cont-title__jp {
    font-size: 1.8rem;
  }
}
.cont-title .cont-title__en {
  font-size: 14px;
  color: #529ABC;
  letter-spacing: 0.1em;
}

.pagenation {
  margin-bottom: 80px;
}
.pagenation ul {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  justify-content: center;
}
.pagenation ul li {
  flex: 0 1 30px;
  width: 30px;
  max-width: 30px;
  height: 30px;
  margin: 0 2px;
  line-height: 30px;
  text-align: center;
}
.pagenation ul li.prev, .pagenation ul li.next {
  flex: 0 1 80px;
  width: 80px;
  max-width: 80px;
}
.pagenation ul li.prev a {
  border-radius: 6px 0 0 6px;
}
.pagenation ul li.prev i {
  margin-right: 10px;
}
.pagenation ul li.next a {
  border-radius: 0 6px 6px 0;
}
.pagenation ul li.next i {
  margin-left: 10px;
}
.pagenation ul li a {
  display: block;
  height: 100%;
  color: #fff;
  background: #9BD0E0;
}
.pagenation ul li a.active {
  background: #529ABC;
}

#page_title_img > .summary_image-container {
  width: 100%;
  height: 135px;
}
#page_title_img > .summary_image-container.sp.works {
  background: url("/img/works/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.model_house {
  background: url("/img/model_house/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.staff {
  height: 35vw;
  background: url("/img/staff/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.information {
  background: url("/img/information/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.event {
  background: url("/img/event/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.business {
  background: url("/img/business/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.business.clinic {
  background: url("/img/business/clinic/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.business.shop {
  background: url("/img/business/shop/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.business.facility {
  background: url("/img/business/facility/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.business.income {
  background: url("/img/business/income/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.gallery {
  background: url("/img/gallery/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.contact {
  background: url("/img/contact/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.request {
  background: url("/img/request/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.reserve {
  background: url("/img/reserve/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.renovation {
  background: url("/img/renovation/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.renovation.renouse {
  background: url("/img/renovation/renouse/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.renovation.re_nosion {
  background: url("/img/renovation/re_nosion/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.concept {
  height: 200px;
  background: url("/img/concept/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.concept.designer {
  background: url("/img/concept/designer/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.concept.after_care {
  background: url("/img/concept/after_care/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.concept.onestop {
  background: url("/img/concept/onestop/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.lineup {
  height: 200px;
  background: url("/img/lineup/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.lineup.sublime_style {
  background: url("/img/lineup/sublime_style/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.lineup.sublime_style.pluspackage {
  background: url("/img/lineup/sublime_style/plus_package/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.lineup.sublime_style_png {
  background: url("/img/lineup/sublime_style/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.lineup.cleverly_home {
  background: url("/img/lineup/cleverly_home/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.lineup.varys {
  background: url("/img/lineup/varys/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.lineup.daytona {
  background: url("/img/lineup/daytona/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.lineup.techno_structure {
  background: url("/img/lineup/techno_structure/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.company {
  background: url("/img/company/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.company.sublime_home {
  background: url("/img/company/sublime_home/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.company.spmc {
  background: url("/img/company/spmc/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.company.century_sublime {
  background: url("/img/company/century_sublime/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.company.nalucafe {
  background: url("/img/company/nalucafe/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.old_mansion {
  height: 52vw;
  background: url("/img/old_mansion/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .summary_image-container.sp.holiday_town {
  height: 52vw;
  background: url("/img/holiday_town/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .detail_image-container {
  width: 100vw;
  height: 133px;
}
#page_title_img > .detail_image-container.works {
  background: url("/img/works/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .detail_image-container.model_house {
  background: url("/img/model_house/main_image_sp.jpg") no-repeat center/cover;
}
#page_title_img > .detail_image-container.information {
  background: url("/img/information/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .detail_image-container.event {
  background: url("/img/event/main_image_pc.jpg") no-repeat center/cover;
}
#page_title_img > .detail_image-container.gallery {
  background: url("/img/gallery/main_image_pc.jpg") no-repeat center/cover;
}
#page_title_img > .detail_image-container.contact {
  background: url("/img/contact/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .detail_image-container.request {
  background: url("/img/request/main_image_sp.png") no-repeat center/cover;
}
#page_title_img > .detail_image-container.reserve {
  background: url("/img/reserve/main_image_sp.png") no-repeat center/cover;
}

#page_container {
  position: relative;
  margin-bottom: 15%;
}
#page_container .layer_contents-head {
  position: absolute;
  bottom: 0;
  padding: 12px 20px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 287px;
  box-sizing: border-box;
  border-radius: 0 30px 0 0;
  background: #fff;
}
#page_container .layer_contents-head .c-con_title {
  font-size: 2.7rem;
  color: #529ABC;
  font-weight: bold;
  text-align: left;
  letter-spacing: 2.7px;
}
@media (min-width: 769px) {
  #page_container .layer_contents-head .c-con_title {
    font-size: calc(2.7rem + (1vw - 7.69px) * 5.0997782705);
  }
}
@media (min-width: 1220px) {
  #page_container .layer_contents-head .c-con_title {
    font-size: 5rem;
  }
}
#page_container .layer_contents-head .c-con_bread {
  font-size: 1.1rem;
  text-align: left;
}
@media (min-width: 769px) {
  #page_container .layer_contents-head .c-con_bread {
    font-size: calc(1.1rem + (1vw - 7.69px) * 0.44345898);
  }
}
@media (min-width: 1220px) {
  #page_container .layer_contents-head .c-con_bread {
    font-size: 1.3rem;
  }
}
#page_container .layer_contents-head .c-con_bread > .c_bread {
  display: inline-block;
  vertical-align: middle;
  color: #529ABC;
}
#page_container .layer_contents-head .c-con_bread > .c_bread + .c_bread {
  margin-left: 5px;
}
#page_container .layer_contents-head .c-con_bread > .c_bread.en {
  letter-spacing: 1.1px;
}
#page_container .layer_contents-head .c-con_bread > .c_bread.arrow_box {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
}
#page_container .layer_contents-head .c-con_bread > .c_bread.arrow_box::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 1px;
  height: 6px;
  background: #529ABC;
}
#page_container .layer_contents-head .c-con_bread > .c_bread.arrow_box::after {
  content: "";
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 6px;
  background: #529ABC;
}
#page_container .layer_contents-head .c-con_bread > .c_bread:nth-last-child(1) {
  white-space: nowrap;
  color: #888888;
}

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  .btn button, .btn a {
    transition: 0.6s !important;
  }
  .btn button:hover, .btn a:hover {
    opacity: 1;
    background: #fff;
    color: #529ABC;
  }
  .btn.back button:hover, .btn.back a:hover {
    color: #BCBCBC;
  }
  .btn.back_btn a::before {
    left: 40px;
    opacity: 0;
  }
  .btn.back_btn a:hover {
    text-decoration: underline;
  }
  .btn.back_btn a:hover::before {
    left: 35px;
    opacity: 1;
  }
  .cont-title {
    margin-bottom: 30px;
  }
  #page_title_img > .main_image-container {
    height: 493px;
  }
  #page_title_img > .main_image-container.works {
    background: url("/img/works/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .detail_image-container {
    height: 220px;
  }
  #page_title_img > .detail_image-container.works {
    background: url("/img/works/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .detail_image-container.model_house {
    background: url("/img/model_house/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .detail_image-container.information {
    background: url("/img/information/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .detail_image-container.event {
    background: url("/img/event/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .detail_image-container.contact {
    background: url("/img/contact/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .detail_image-container.request {
    background: url("/img/request/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .detail_image-container.reserve {
    background: url("/img/reserve/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container {
    height: 493px;
  }
  #page_title_img > .summary_image-container.pc-tab.works {
    background: url("/img/works/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.model_house {
    background: url("/img/model_house/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.staff {
    height: 35vw;
    background: url("/img/staff/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.information {
    background: url("/img/information/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.event {
    background: url("/img/event/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.business {
    background: url("/img/business/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.business.clinic {
    background: url("/img/business/clinic/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.business.shop {
    background: url("/img/business/shop/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.business.facility {
    background: url("/img/business/facility/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.business.income {
    background: url("/img/business/income/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.contact {
    background: url("/img/contact/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.gallery {
    background: url("/img/gallery/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.request {
    background: url("/img/request/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.reserve {
    background: url("/img/reserve/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.renovation {
    background: url("/img/renovation/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.renovation.renouse {
    background: url("/img/renovation/renouse/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.renovation.re_nosion {
    background: url("/img/renovation/re_nosion/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.concept {
    background: url("/img/concept/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.concept.designer {
    background: url("/img/concept/designer/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.concept.after_care {
    background: url("/img/concept/after_care/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.concept.onestop {
    background: url("/img/concept/onestop/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.lineup {
    background: url("/img/lineup/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.lineup.sublime_style {
    background: url("/img/lineup/sublime_style/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.lineup.sublime_style.pluspackage {
    background: url("/img/lineup/sublime_style/plus_package/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.lineup.sublime_style_png {
    background: url("/img/lineup/sublime_style/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.lineup.cleverly_home {
    background: url("/img/lineup/cleverly_home/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.lineup.varys {
    background: url("/img/lineup/varys/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.lineup.daytona {
    background: url("/img/lineup/daytona/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.lineup.techno_structure {
    background: url("/img/lineup/techno_structure/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.company {
    background: url("/img/company/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.company.sublime_home {
    background: url("/img/company/sublime_home/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.company.spmc {
    background: url("/img/company/spmc/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.company.century_sublime {
    background: url("/img/company/century_sublime/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.company.nalucafe {
    background: url("/img/company/nalucafe/main_image_pc.jpg") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.old_mansion {
    height: 35vw;
    background: url("/img/old_mansion/main_image_pc.png") no-repeat center/cover;
  }
  #page_title_img > .summary_image-container.pc-tab.holiday_town {
    height: 35vw;
    background: url("/img/holiday_town/main_image_pc.png") no-repeat center/cover;
  }
  #page_container .layer_contents-head {
    padding: 50px 50px 30px;
    max-width: 535px;
    border-radius: 0 60px 0 0;
  }
  #page_container .layer_contents-head .c-con_title {
    letter-spacing: 5px;
  }
  #page_container .layer_contents-head .c-con_bread > .c_bread.en {
    letter-spacing: 1.2px;
  }
  #page_container .layer_contents-head .c-con_bread > .c_bread.arrow_box {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
  }
  #page_container .layer_contents-head .c-con_bread > .c_bread.arrow_box::before {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 1px;
    height: 6px;
    background: #529ABC;
  }
  #page_container .layer_contents-head .c-con_bread > .c_bread.arrow_box::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 1px;
    height: 6px;
    background: #529ABC;
  }
  #page_container .layer_contents-head .c-con_bread > .c_bread:nth-last-child(1) {
    white-space: nowrap;
    color: #888888;
  }
}
/*------------------------------
		1021px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #page_container {
    margin-bottom: 100px;
  }
  #page_container.detail_parts {
    margin-bottom: 180px;
  }
  #page_container.detail_parts .layer_contents-head {
    padding: 30px 50px 50px;
  }
  .pagenation {
    margin-bottom: 120px;
  }
  .pagenation ul li {
    flex: 0 1 50px;
    width: 50px;
    max-width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .pagenation ul li.prev, .pagenation ul li.next {
    flex: 0 1 100px;
    width: 100px;
    max-width: 100px;
  }
  .pagenation ul li.prev a {
    border-radius: 6px 0 0 6px;
  }
  .pagenation ul li.next a {
    border-radius: 0 6px 6px 0;
  }
}
/*------------------------------
		1221px以上
------------------------------*/
@media screen and (min-width: 1121px) {
  .cont-itle {
    margin-bottom: 30px;
  }
}
/*------------------------------
		1600px以上
------------------------------*/
/* Scss Document */
.form-group {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.form-group.error {
  background: #ffe7df;
}
.form-group .form-title {
  flex: 0 1 20%;
  width: 20%;
  max-width: 20%;
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .form-group .form-title {
    font-size: calc(1.4rem + (1vw - 7.68px) * 0.462962963);
  }
}
@media (min-width: 1200px) {
  .form-group .form-title {
    font-size: 1.6rem;
  }
}
.form-group .txt {
  flex: 0 1 70%;
  width: 70%;
  max-width: 70%;
}
.form-group .txt .form-control {
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.form-group .txt .form-control.datepicker {
  max-width: 160px;
}
.form-group .txt span {
  display: block;
}
.form-group .txt .datepicer_box {
  position: relative;
}

select {
  padding: 6px 12px 6px 6px;
  font-size: 1.3rem;
  border: 1px solid #aaa;
  border-radius: 2px;
  background: transparent;
}

textarea {
  resize: vertical;
  min-height: 80px;
}

.form_label {
  vertical-align: middle;
  margin: 5px 12px 5px 0;
  cursor: pointer;
}
.form_label input[type=radio] {
  display: none;
}
.form_label input[type=radio] + .radio-parts {
  position: relative;
  padding-left: 26px;
}
.form_label input[type=radio] + .radio-parts:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  border-radius: 50%;
}
.form_label input[type=radio] + .radio-parts:after {
  content: "";
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  background: #529ABC;
  border-radius: 50%;
}
.form_label input[type=radio]:checked + .radio-parts {
  color: #529ABC;
}
.form_label input[type=radio]:checked + .radio-parts:before {
  border-color: #529ABC;
}
.form_label input[type=radio]:checked + .radio-parts:after {
  display: block;
}
.form_label input[type=checkbox] {
  display: none;
}
.form_label input[type=checkbox] + .checkbox-parts {
  position: relative;
  padding-left: 26px;
}
.form_label input[type=checkbox] + .checkbox-parts:before {
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.form_label input[type=checkbox] + .checkbox-parts:after {
  content: "";
  display: none;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 1px;
  width: 18px;
  height: 10px;
  border-left: 2px solid #529ABC;
  border-bottom: 2px solid #529ABC;
  transform: rotate(-50deg);
}
.form_label input[type=checkbox]:checked + .checkbox-parts {
  color: #529ABC;
}
.form_label input[type=checkbox]:checked + .checkbox-parts:after {
  display: block;
}

.required {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px;
  padding: 3px;
  line-height: 1;
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
  background: #529ABC;
  border-radius: 2px;
}

.attention {
  margin: 3px 0;
  font-size: 1.2rem;
  letter-spacing: normal;
  color: #666;
}
.attention:before {
  content: "※";
}
.attention.option-color_red {
  color: #FF5722;
}

.ui-datepicker-trigger {
  display: none;
}

#ui-datepicker-div {
  z-index: 991 !important;
  width: auto;
  font-family: inherit;
  border-radius: 0;
  top: 100% !important;
  left: 0 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  height: 40px;
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  height: 40px;
  line-height: 40px;
  margin: 0 40px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  width: 40px;
  height: 40px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
  border: none;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  position: absolute;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  right: 50%;
  transform: rotate(135deg) translateY(50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span {
  left: 50%;
  transform: rotate(-45deg) translateY(-50%);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next-hover {
  top: 2px;
  right: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev-hover {
  top: 2px;
  left: 2px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  width: auto;
  margin-right: 3px;
  font-family: inherit;
  font-size: 1.3rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  width: auto;
  margin-left: 6px;
  font-family: inherit;
  font-size: 1.3rem;
}
#ui-datepicker-div .ui-datepicker-calendar {
  font-size: 1.1rem;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 1.1rem;
  line-height: 40px;
  font-weight: 200;
}
#ui-datepicker-div .ui-datepicker-calendar td {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled {
  background: #ddd;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-other-month {
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day, #ui-datepicker-div .ui-datepicker-calendar td:hover {
  background: #529ABC;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a, #ui-datepicker-div .ui-datepicker-calendar td:hover a {
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-calendar td a {
  color: #529ABC;
}
#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
  padding: 0;
  text-align: center;
  border: none;
  background: transparent;
}

.state_message {
  margin-bottom: 60px;
  text-align: center;
}
.state_message p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background: #5bb75b;
}
.state_message p.class-ng {
  background: #529ABC;
}

/*------------------------------
		980px以上
------------------------------*/
/*------------------------------
		1280px以上
------------------------------*/