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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

option {
  padding: 0;
}

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

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

/*----------------------------------------------------------------------------------------
base.scss
----------------------------------------------------------------------------------------*/
html {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

iframe {
  max-width: 100%;
}

@media (min-width: 851px) {
  .tab-appea {
    display: none;
  }
}
@media (max-width: 850px) {
  .tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  html {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
  }
  .sp-none {
    display: none;
  }
}
/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 15;
}
.l-header__inner {
  padding-right: 40px;
  padding-left: 40px;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.l-header__menus {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo a {
  display: flex;
  align-items: flex-end;
}
.l-header__logo a span {
  margin-left: 30px;
  line-height: 25px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.l-header__btnItem a {
  display: block;
  padding: 20px 0;
  font-size: 0.85rem;
}
.l-header__btnItem:nth-of-type(1) {
  border: 1px solid #B8B298;
}
.l-header__btnItem:nth-of-type(2) {
  border: 1px solid #7E7F74;
}
.l-header__btnItem:nth-of-type(3) {
  border: 1px solid #A6192E;
  color: #A6192E;
}
.l-header__navLink span {
  color: #a6192e;
}

@media (max-width: 1650px) {
  .l-header__inner {
    height: 120px;
  }
  .l-header__menus {
    flex-direction: column;
    align-items: end;
  }
  .l-header__nav {
    order: 2;
  }
  .l-header__btn {
    order: 1;
    padding: 15px 0;
  }
}
@media (min-width: 1201px) {
  .l-header__navLists {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__navItem {
    width: 105px;
    margin: 0 1px;
  }
  .l-header__btnItem:nth-of-type(1) a {
    padding: 15px 0;
  }
  .l-header__btnItem:nth-of-type(3) {
    margin-right: 0;
  }
  .l-header__navLink {
    display: block;
    font-size: 0.9rem;
    text-align: center;
  }
  .l-header__navLink span {
    font-size: 0.75rem;
  }
  .l-header__navLink {
    position: relative;
  }
  .l-header__navLink--current {
    border-bottom: #a6192e 1px solid;
    padding-bottom: 5px;
    margin-top: 5px;
  }
  .l-header__navLink::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #a6192e;
    transition: all 0.3s;
    transform: scaleX(0);
  }
  .l-header__navLink:hover::after {
    width: 100%;
    transform: scaleX(1);
  }
  .l-header__btn {
    margin-left: 25px;
  }
  .l-header__btnLists {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-header__btnItem {
    margin-right: 15px;
    width: 160px;
    text-align: center;
    font-size: 0.9rem;
  }
  .l-header__btnItem a {
    padding: 15px 5px;
    display: block;
  }
}
.l-header__navLink.l-header__navLink--current::after {
  content: none;
}

@media (max-width: 1200px) {
  .l-hum {
    display: block;
    position: absolute;
    top: 45px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 30;
    cursor: pointer;
  }
  .l-hum span {
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: all 0.5s;
    border-radius: 4px;
  }
  .l-hum span:nth-child(1) {
    top: 4px;
  }
  .l-hum span:nth-child(2) {
    top: 14px;
  }
  .l-hum span:nth-child(3) {
    bottom: 4px;
  }
  .l-header__menus {
    z-index: 20;
    width: 400px;
    opacity: 0;
    left: -425px;
    display: block;
    transition: 0.5s;
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    padding-top: 5px;
  }
  .l-header__navItem {
    border-bottom: 1px solid #000;
    width: 80%;
    margin-inline: auto;
  }
  .l-header__navLink {
    padding: 1.5rem 0;
    transition: 0.2s;
    display: block;
    font-size: 0.85rem;
  }
  .l-header__btn {
    width: 80%;
    margin-inline: auto;
    margin-top: 20px;
  }
  .l-header__btnItem {
    margin-bottom: 20px;
  }
  .open .l-header__menus {
    opacity: 1;
    transition: 0.5s;
    left: 0;
  }
  .open .l-hum span {
    background-color: #fff;
  }
  .open .l-hum span:nth-child(1) {
    transform: translateY(10px) rotate(225deg);
  }
  .open .l-hum span:nth-child(2) {
    opacity: 0;
  }
  .open .l-hum span:nth-child(3) {
    transform: translateY(-10px) rotate(-225deg);
  }
  .open #mask {
    display: block;
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    top: 0;
    cursor: pointer;
    z-index: 10;
    transition: 1s;
  }
  #mask {
    display: none;
    transition: all 0.5s;
  }
}
@media (max-width: 480px) {
  .l-header__inner {
    padding: 0 4%;
    height: 80px;
  }
  .l-header__menus {
    width: 270px;
  }
  .l-header__logo a {
    align-items: flex-start;
  }
  .l-header__logo a span {
    font-size: 0.9rem;
    margin-left: 15px;
    line-height: 20px;
  }
  .l-header__navLink {
    padding: 1rem 0;
  }
  .l-header__btnItem a {
    padding: 10px 0;
  }
  .l-hum {
    top: 25px;
  }
}
/*----------------------------------------------------------------------------------------
main.scss
----------------------------------------------------------------------------------------*/
main {
  padding-top: 100px;
}

/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer__bg {
  background-color: #B8B298;
  padding: 45px 0;
  margin-bottom: 70px;
}
.l-footer__lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-footer__item {
  color: #fff;
  border-right: 1px solid #fff;
  width: 14%;
  text-align: center;
}
.l-footer__item:nth-child(1) {
  border-left: 1px solid #fff;
}
.l-footer__link {
  font-size: 0.9rem;
  display: block;
}
.l-footer__logos {
  display: flex;
  justify-content: space-between;
}
.l-footer__logo {
  border-left: 2px solid #999999;
  width: 33%;
  padding-right: 2%;
  padding-left: 2%;
  text-align: center;
  padding-bottom: 20px;
}
.l-footer__logo:nth-child(1) {
  width: 65%;
}
.l-footer__logo:nth-child(2) {
  width: 55%;
}
.l-footer__logo:nth-child(3) {
  text-align: right;
  width: 55%;
}
.l-footer__logoLink {
  display: block;
}
.l-footer__copy {
  text-align: center;
  padding: 27px 0;
  border-top: 1px solid #968C83;
  margin-top: 50px;
}
.l-footer__logoImg--bottom {
  margin-top: 37px;
}

@media (max-width: 850px) {
  .l-footer__item {
    width: 33%;
    margin-bottom: 20px;
  }
  .l-footer__item:nth-child(4) {
    width: 25%;
    border-left: 1px solid #fff;
  }
  .l-footer__item:nth-child(5) {
    width: 25%;
  }
  .l-footer__item:nth-child(6) {
    width: 25%;
  }
  .l-footer__item:nth-child(7) {
    width: 25%;
  }
  .l-footer__logos {
    flex-direction: column;
    justify-content: center;
  }
  .l-footer__logo {
    margin-bottom: 30px;
    margin-inline: auto;
    padding-bottom: 30px;
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    width: 80% !important;
  }
  .l-footer__logo:nth-child(3) {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .l-footer__logoImg--bottom {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .l-footer__link {
    font-size: 0.75rem;
  }
  .l-footer__logo:nth-child(1) img {
    width: 80%;
  }
  .l-footer__logo:nth-child(2) img {
    width: 53%;
  }
  .l-footer__logo:nth-child(3) img {
    width: 65%;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------/*


/*common*/
.l-default-container {
  max-width: 1920px;
  margin-inline: auto;
}

.l-container {
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
}

.l-contactContainer {
  max-width: 930px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
}

.l-subVisual-container {
  max-width: 1030px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
}

/*top*/
.l-mvTxt-container {
  max-width: 450px;
  margin-inline: auto;
}

/* concept */
.l-conceptEnergy-top-container {
  max-width: 1350px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
}

/*access */
.l-access-container {
  max-width: 1710px;
}

/* plan */
.l-room-container {
  max-width: 1080px;
  margin-inline: auto;
}

/* outline */
.l-outline-container {
  max-width: 990px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
}

.l-information-container {
  max-width: 1090px;
  padding-right: 15px;
  padding-left: 15px;
  margin-inline: auto;
}

.l-thumbnails__container {
  max-width: 860px;
  margin-inline: auto;
}

/*----------------------------------------------------------------------------------------
title.scss
----------------------------------------------------------------------------------------*/
.c-commonTitle {
  line-height: 30px;
  font-size: 4.5rem;
  color: #666666;
  font-family: "Verdana", serif;
  font-weight: 500;
}

.c-common-subTitle {
  line-height: 30px;
  font-size: 3rem;
  color: #666666;
  font-weight: 500;
}

.c-smallTitle {
  color: #A6192E;
  font-size: 1rem;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.c-underTitle {
  color: #A6192E;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 50px;
}

@media (max-width: 480px) {
  .c-common-subTitle {
    font-size: 8vw;
  }
  .c-smallTitle {
    font-size: 0.9rem;
    font-weight: 600;
  }
}
/*----------------------------------------------------------------------------------------
subvisual.scss
---------------------------------------------------------------------------------------*/
.c-subVisual {
  margin-top: 100px;
}
.c-subVisual__txt {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #fff;
  font-size: 2rem;
  height: 450px;
  padding-top: 170px;
  line-height: 55px;
}

.c-commonTitle {
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  .c-commonTitle {
    font-size: 2.5rem;
  }
  .c-subVisual {
    margin-top: 30px;
  }
  .c-subVisual__txt {
    height: 200px;
    font-size: 1.15rem;
    padding-top: 70px;
    line-height: 35px;
  }
  .c-underTitle {
    font-size: 1rem;
    line-height: 35px;
  }
}
/*----------------------------------------------------------------------------------------
top.scss
----------------------------------------------------------------------------------------*/
/* js */
.is-scroll {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.is-scroll.on {
  transform: translateY(0);
  opacity: 1;
}

.p-mainVisual__inner {
  background-color: #F3F3F2;
  padding-top: 80px;
  display: flex;
  justify-content: end;
}
.p-mainVisual__texts {
  padding-left: 1.5%;
  margin-right: -25px;
}
.p-mainVisual__heading {
  font-size: 4rem;
  line-height: 85px;
  margin-bottom: 35px;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
}
.p-mainVisual__dl {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
.p-mainVisual__dl img {
  height: 88px;
}
.p-mainVisual__new {
  font-size: 1.5rem;
  padding: 30px 20px;
  border-radius: 50%;
  background-color: #fff;
  color: #A6192E;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin-right: 10px;
}
.p-mainVisual__season {
  font-size: 1.3rem;
}
.p-mainVisual__season span {
  font-size: 1rem;
}
.p-mainVisual__type {
  background-image: url(../images/top/typeBg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 1.5vw;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  padding: 15px 0;
  margin-top: 25px;
  max-width: 680px;
  width: 35vw;
}
.p-mainVisual__type span {
  font-size: 1.2rem;
  vertical-align: middle;
  margin-right: 3px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.p-mainVisual__img {
  height: 680px;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
.p-mainVisual__img--mov {
  background-image: url(../images/top/mainVisual.png);
  height: 830px;
  background-position: top center;
  animation: zoomUp 12s ease-in-out 0s 1 normal both;
  animation-iteration-count: infinite;
  background-size: cover;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: translateY(-15vh);
  }
}
.p-indexCommon__inner {
  padding: 165px 0;
  position: relative;
}
.p-indexCommon__heading {
  margin-bottom: 60px;
}
.p-indexCommon__txt {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  padding: 60px 0 100px;
  font-size: 2rem;
  line-height: 55px;
  color: #fff;
  text-shadow: 2px 2px 5px #000;
}
.p-indexCommon__txt--right {
  text-align: right;
}
.p-indexCommon__txt--left {
  text-align: left;
}
.p-indexCommon__bg {
  position: absolute;
  top: 310px;
  height: 360px;
  z-index: 0;
}
.p-indexCommon__detail {
  width: 185px;
  padding: 10px 0 10px 30px;
  position: relative;
  display: inline-block;
  border: 1px solid #000;
}
.p-indexCommon__detail img {
  position: absolute;
  right: 10px;
  top: 40%;
}

.p-indexConcept {
  background-color: #fafaf9;
}
.p-indexConcept__contents {
  position: relative;
  z-index: 10;
}
.p-indexConcept__img01 {
  position: absolute;
  top: 0;
  right: 0;
}

.p-indexAccess {
  background-color: #f2f1ee;
}
.p-indexAccess__headgl {
  text-align: right;
}
.p-indexAccess__heading {
  display: inline-block;
  text-align: left;
}
.p-indexAccess__txt {
  text-align: right;
}
.p-indexAccess__img01 {
  position: absolute;
  top: 0;
  left: 0;
}
.p-indexAccess__bg {
  right: 0;
}
.p-indexAccess__foot {
  text-align: right;
}

.p-indexPlan {
  background-color: #fafaf9;
}
.p-indexPlan__contents {
  position: relative;
  z-index: 10;
}
.p-indexPlan__img01 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1440px) {
  .p-mainVisual__inner {
    justify-content: center;
  }
  .p-mainVisual__heading {
    font-size: 4vw;
    line-height: 70px;
    margin-bottom: 20px;
  }
  .p-mainVisual__texts {
    padding-top: 0;
    width: 40%;
    padding-bottom: 50px;
  }
  .p-mainVisual__texts img {
    width: 65%;
  }
  .p-mainVisual__type {
    width: 30vw;
  }
  .p-mainVisual__img {
    height: 550px;
    width: 70%;
  }
  .p-mainVisual__img--mov {
    height: 680px;
  }
}
@media (max-width: 850px) {
  .p-mainVisual__inner {
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
  }
  .p-mainVisual__texts {
    width: 90%;
    margin-inline: auto;
    padding: 0;
  }
  .p-mainVisual__heading {
    font-size: 6.5vw;
    line-height: 80px;
  }
  .p-mainVisual__type {
    width: 100%;
    font-size: 2.8vw;
    background-size: auto;
    margin-inline: auto;
  }
  .p-mainVisual__type span {
    font-size: 2vw;
    vertical-align: baseline;
  }
  .p-mainVisual__dl {
    justify-content: center;
  }
  .p-mainVisual__dl img {
    height: 20px;
  }
  .p-mainVisual__season {
    text-align: left;
  }
  .p-mainVisual__img {
    width: 100%;
    margin-top: 50px;
  }
  .p-indexCommon__inner {
    padding: 140px 0;
  }
  .p-indexCommon__bg {
    width: 90%;
  }
  .p-indexCommon__heading {
    max-width: 83%;
    margin-inline: auto;
    font-size: 8.5vw;
  }
  .p-indexCommon__txt {
    max-width: 83%;
    margin-inline: auto;
    padding-top: 125px;
    font-size: 4.5vw;
  }
  .p-indexCommon__foot {
    max-width: 83%;
    margin-inline: auto;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
  .p-indexCommon__footImg {
    width: 25%;
  }
  .p-indexAccess__headgl {
    max-width: 83%;
    margin-inline: auto;
  }
  .p-index-topImg01 {
    width: 25%;
    top: 45px;
    right: 20px;
  }
  .p-index-topImg02 {
    width: 25%;
    top: 45px;
    left: 20px;
  }
}
@media (max-width: 480px) {
  .p-mainVisual__heading {
    font-size: 7.5vw;
    line-height: 50px;
  }
  .p-mainVisual__dl {
    margin-bottom: 20px;
  }
  .p-mainVisual__new {
    font-size: 1.2rem;
    padding: 15px 10px;
  }
  .p-mainVisual__type {
    font-size: 1.1rem;
  }
  .p-mainVisual__type span {
    font-size: 0.8rem;
  }
  .p-mainVisual__img {
    height: 290px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .p-mainVisual__img--mov {
    background-image: url(../images/top/mainVisual.png);
    height: 340px;
    background-position: top center;
    animation: zoomUp 12s ease-in-out 0s 1 normal both;
    animation-iteration-count: infinite;
    background-size: cover;
  }
  .p-plan-img-sp {
    width: 85px;
  }
  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: translateY(-7vh);
    }
  }
  .p-indexCommon__inner {
    padding: 60px 0 70px;
  }
  .p-indexCommon__heading {
    line-height: 25px;
  }
  .p-indexCommon__txt {
    padding: 0;
    font-size: 1rem;
    line-height: 30px;
  }
  .p-indexCommon__bg {
    height: 147px;
    top: 145px;
  }
  .p-indexCommon__foot {
    max-width: 86%;
    margin-top: 25px;
  }
  .p-indexCommon__detail {
    width: 120px;
    font-size: 0.7rem;
    padding: 7px 0 7px 15px;
  }
  .p-index-topImg01 {
    top: 0;
  }
  .p-index-topImg02 {
    top: 0;
  }
}
/*----------------------------------------------------------------------------------------
contact.scss
----------------------------------------------------------------------------------------*/
.p-contact__heading {
  text-align: center;
  margin: 165px 0 65px;
}
.p-contact__lists {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 165px;
}
.p-contact__item {
  width: 285px;
  text-align: center;
  font-size: 0.9rem;
}
.p-contact__item:nth-of-type(1) {
  border: 1px solid #B8B298;
  margin-right: 15px;
}
.p-contact__item:nth-of-type(2) {
  border: 1px solid #7E7F74;
}
.p-contact__item:nth-of-type(3) {
  border: 1px solid #A6192E;
  color: #A6192E;
  margin-left: 15px;
}
.p-contact__link {
  display: block;
  padding: 25px 0;
}
.p-contact .p-com {
  padding: 25px 0;
}
.p-contact .p-com span {
  color: #B8B298;
}

@media (max-width: 480px) {
  .p-contact__heading {
    margin: 40px 0 50px;
  }
  .p-contact__lists {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .p-contact__item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
    width: 170px;
    font-size: 0.7rem;
  }
  .p-contact__link {
    padding: 15px 0;
  }
  .p-contact .p-com {
    padding: 15px 0;
  }
}
/*----------------------------------------------------------------------------------------
concept.scss
----------------------------------------------------------------------------------------*/
.p-concept-bg {
  background-image: url(../images/concept/conceptBg.png);
  background-position: center;
  background-size: cover;
}

.p-conceptEnergy-top {
  padding-top: 190px;
  display: flex;
  justify-content: space-between;
}

.p-conceptEnergy-bottom {
  padding-top: 115px;
  display: flex;
}

.p-conceptDesign {
  background-color: #f2f1ee;
}
.p-conceptDesign__main {
  display: flex;
  justify-content: space-between;
  padding-top: 280px;
  margin-top: -80px;
}
.p-conceptDesign__obj {
  margin-bottom: -120px;
}

.p-conceptAttempt {
  background-color: #fafaf9;
}
.p-conceptAttempt__heading {
  padding: 190px 0 55px;
  text-align: center;
}
.p-conceptAttempt__visual {
  margin-bottom: 90px;
}
.p-conceptAttempt__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-conceptAttempt__item {
  display: flex;
  justify-content: space-between;
  width: 47%;
  margin-bottom: 70px;
}
.p-conceptAttempt__link {
  text-align: right;
  padding-bottom: 125px;
}
.p-conceptAttempt__link img {
  margin-right: 5px;
  vertical-align: baseline;
}
.p-conceptAttempt__itemTxts {
  margin-left: 20px;
}
.p-conceptAttempt__itemHeading {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.2rem;
  line-height: 30px;
  color: #666666;
  margin-top: 15px;
  margin-bottom: 30px;
}
.p-conceptAttempt__itemHeading span {
  font-size: 0.8rem;
}
.p-conceptAttempt__itemTxt {
  font-size: 0.85rem;
  color: #000;
  line-height: 26px;
}

/* concept common */
.p-conceptTxt {
  line-height: 37px;
  margin-top: 30px;
  font-size: 0.95rem;
}

@media (min-width: 481px) and (max-width: 850px) {
  .p-concept-blank {
    display: none;
  }
}
@media (max-width: 850px) {
  .p-conceptEnergy-top {
    padding-top: 120px;
    flex-direction: column;
  }
  .p-conceptEnergy-top__txt {
    margin-bottom: 30px;
  }
  .p-conceptEnergy-bottom {
    flex-direction: column;
    text-align: center;
  }
  .p-conceptEnergy-bottom__left {
    margin-bottom: 50px;
  }
  .p-conceptDesign__main {
    flex-direction: column;
    padding-top: 100px;
    margin-top: 70px;
  }
  .p-conceptDesign__txts {
    margin-bottom: 50px;
  }
  .p-conceptDesign__obj {
    margin-top: 50px;
  }
  .p-conceptAttempt__item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .p-conceptAttempt__itemTxts {
    margin-left: 10px;
    margin-top: 20px;
  }
  .p-conceptAttempt__itemTxts img {
    vertical-align: baseline;
  }
  .p-conceptAttempt__itemHeading {
    margin-bottom: 15px;
    display: inline-block;
  }
  .p-conceptAttempt__link {
    padding-bottom: 50px;
  }
  .p-conceptAttempt__link a {
    font-size: 0.9rem;
  }
}
@media (max-width: 480px) {
  .p-conceptEnergy-top {
    padding-top: 60px;
  }
  .p-conceptEnergy-bottom {
    padding-top: 60px;
  }
  .p-conceptTxt {
    font-size: 0.8rem;
  }
  .p-conceptAttempt__lists {
    flex-direction: column;
  }
  .p-conceptAttempt__item {
    width: 100%;
    margin-bottom: 40px;
  }
  .p-conceptAttempt__itemTxts {
    margin-top: 35px;
  }
  .p-conceptAttempt__link {
    padding-bottom: 50px;
    text-align: left;
  }
  .p-conceptAttempt__link a {
    font-size: 0.8rem;
  }
}
/*----------------------------------------------------------------------------------------
access.scss
----------------------------------------------------------------------------------------*/
.p-access-bg {
  background-image: url(../images/access/accessBg.png);
  background-position: center;
  background-size: cover;
}

.p-map {
  background-color: #f9f8f6;
  text-align: center;
}
.p-map__heading {
  font-weight: 500;
  text-align: center;
  padding: 200px 0 75px;
}
.p-map__area {
  padding: 0 2% 170px;
}

.p-accessDetail {
  background-color: #f2f1ee;
  padding-bottom: 210px;
}
.p-accessDetail__heading {
  color: #A6192E;
  font-size: 1.6rem;
  line-height: 40px;
  margin-bottom: 40px;
  max-width: 540px;
}
.p-accessDetail__bg {
  height: 390px;
}
.p-accessDetail__txtsBg {
  display: inline-block;
  background-color: #f2f1ee;
  margin-top: -210px;
  width: 44.5%;
  padding: 100px 2% 100px 9%;
}
.p-accessDetail__txt {
  line-height: 33px;
  max-width: 540px;
  font-size: 0.95rem;
}
.p-accessDetail__top {
  margin: 180px 0 200px;
}
.p-accessDetail__bottom {
  margin-left: auto;
}
.p-accessDetail__line {
  background-color: #f2f1ee;
  margin-top: -320px;
  padding-left: 105px;
  display: flex;
  align-items: baseline;
}
.p-accessDetail__line img:nth-child(1) {
  margin-right: 135px;
  width: 20%;
}
.p-accessDetail__line img:nth-child(2) {
  padding-bottom: 25px;
  width: 55%;
}
.p-accessDetail__time {
  font-size: 0.8rem;
  margin-left: 105px;
  margin-top: 40px;
}

@media (max-width: 1440px) {
  .p-accessDetail__txtsBg {
    padding: 80px 2%;
  }
  .p-accessDetail__line {
    margin-top: -285px;
    margin-left: 30px;
    padding-left: 0;
  }
}
@media (max-width: 850px) {
  .p-accessDetail {
    padding-bottom: 50px;
  }
  .p-accessDetail__txtsBg {
    width: 80%;
  }
  .p-accessDetail__top {
    margin: 130px 0;
  }
  .p-accessDetail__line {
    margin-top: -80px;
    margin-left: 30px;
  }
  .p-accessDetail__line img:nth-child(1) {
    margin-right: 0;
    width: 30%;
  }
  .p-accessDetail__time {
    margin-left: 30px;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .p-accessDetail__heading {
    font-size: 1.1rem;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .p-accessDetail__bg {
    height: 315px;
  }
  .p-accessDetail__top {
    margin: 70px 0;
  }
  .p-accessDetail__txt {
    font-size: 0.8rem;
  }
  .p-accessDetail__txtsBg {
    padding: 45px 5%;
    width: 93%;
  }
  .p-accessDetail__time {
    margin: 0 2%;
  }
  .p-accessDetail__line {
    margin-top: -30px;
    margin-left: 10px;
  }
  .p-accessDetail__line img:nth-child(1) {
    padding-bottom: 50px;
  }
  .p-accessDetail__line img:nth-child(2) {
    width: 65%;
  }
}
/*----------------------------------------------------------------------------------------
plan.scss
----------------------------------------------------------------------------------------*/
.p-plan-bg {
  background-image: url(../images/plan/planBg.png);
  background-position: center;
  background-size: cover;
}

.p-Laout {
  text-align: center;
}
.p-Laout__heading {
  padding: 190px 0 80px;
}

.p-panorama {
  position: relative;
}
.p-panorama__card {
  font-size: 1.4rem;
  position: absolute;
  background-color: #968c83;
  color: #fff;
  width: 370px;
  text-align: center;
  padding: 30px 0;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.p-panorama__card span {
  font-size: 0.85rem;
}
.p-panorama__area {
  margin-top: 230px;
  padding: 190px 2% 130px;
  background-color: #f2f1ee;
}
.p-panorama__lists {
  max-width: 785px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-panorama__item {
  width: 45%;
  margin-bottom: 65px;
}
.p-panorama__item p {
  margin-top: 10px;
}

.p-floor {
  background-color: #f2f1ee;
  padding: 200px 2%;
  margin-top: 200px;
}
.p-floor__heading {
  text-align: center;
  margin-bottom: 110px;
}
.p-floor__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-floor__item {
  width: 50%;
  margin-bottom: 85px;
  text-align: center;
}

.p-tour {
  position: relative;
  margin-bottom: 100px;
}
.p-tour__card {
  font-size: 1.4rem;
  position: absolute;
  background-color: #b8b298;
  color: #fff;
  width: 370px;
  text-align: center;
  padding: 30px 0;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.p-tour__card span {
  font-size: 0.85rem;
}
.p-tour__area {
  margin-top: 230px;
  padding: 190px 2% 130px;
  background-color: #e8e6df;
}
.p-tour__lists {
  max-width: 785px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-tour__item {
  width: 45%;
  margin-bottom: 65px;
}
.p-tour__item a {
  display: block;
}
.p-tour__item p {
  margin-top: 10px;
  color: #a6192e;
}

.p-room {
  background-color: #f9f8f6;
}
.p-room__heading {
  text-align: center;
  padding-bottom: 110px;
  padding-top: 400px;
}
.p-room__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-room__item {
  width: 50%;
  margin-bottom: 85px;
}
.p-room__2F:first-of-type {
  margin-bottom: 85px;
}
.p-room__2F:nth-of-type(2) {
  margin-bottom: 220px;
}

@media (max-width: 850px) {
  .p-room__heading {
    padding-top: 200px;
  }
  .p-room__item {
    margin-bottom: 50px;
  }
  .p-room__2F:nth-of-type(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .p-Laout__heading {
    padding: 85px 0 60px;
  }
  .p-panorama__lists {
    flex-direction: column;
  }
  .p-panorama__item {
    width: 90%;
    margin-inline: auto;
  }
  .p-panorama__area {
    padding: 130px 2% 5px;
    margin-top: 160px;
  }
  .p-panorama__card {
    font-size: 1.2rem;
  }
  .p-tour__item {
    width: 100%;
    text-align: center;
  }
  .p-tour__area {
    padding: 150px 5% 0px;
  }
  .p-tour__card {
    width: 80%;
  }
  .p-floor {
    margin-top: 100px;
    padding: 100px 2% 0;
  }
  .p-floor__heading {
    margin-bottom: 50px;
  }
  .p-floor__lists {
    flex-direction: column;
  }
  .p-floor__item {
    width: 100%;
    margin-bottom: 35px;
  }
  .p-room__heading {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .p-room__lists {
    flex-direction: column;
  }
  .p-room__item {
    width: 100%;
    margin-bottom: 35px;
  }
  .p-room__2F:first-of-type {
    margin-bottom: 35px;
  }
  .p-youtube-frame {
    height: 400px;
  }
}
/*----------------------------------------------------------------------------------------
equipment.scss
----------------------------------------------------------------------------------------*/
.p-equipment {
  background-color: #f9f8f6;
  padding: 240px 0;
}

.p-equipment-bg {
  background-image: url(../images/equipment/equipmentBg.png);
  background-position: center;
  background-size: cover;
}

.p-equipment-private {
  background-color: #7e7f74;
}

.p-equipment-common {
  background-color: #968c83;
}

.p-equipment-contents {
  background-color: #fff;
  position: relative;
  padding: 145px 105px 35px;
}
.p-equipment-contents__heading {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 370px;
  margin-inline: auto;
  margin-top: -15px;
  text-align: center;
  color: #fff;
  padding: 20px 0;
}
.p-equipment-contents__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-equipment-contents__item {
  width: 28%;
  margin-bottom: 80px;
}
.p-equipment-contents__item h3 {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #968c83;
  margin: 25px 0 5px;
  font-size: 1.2rem;
}
.p-equipment-contents__item p {
  line-height: 28px;
  font-size: 0.88rem;
}

.p-equipment-contents:nth-of-type(1) {
  margin-bottom: 200px;
}

@media (max-width: 850px) {
  .p-equipment-contents {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  .p-equipment {
    background-color: #f9f8f6;
    padding: 80px 0;
  }
  .p-equipment-contents {
    padding-top: 85px;
    padding-right: 2%;
    padding-left: 2%;
  }
  .p-equipment-contents__lists {
    flex-direction: column;
  }
  .p-equipment-contents__item {
    width: 85%;
    margin-inline: auto;
    margin-bottom: 40px;
  }
  .p-equipment-contents__item img {
    width: 100%;
  }
  .p-equipment-contents__item h3 {
    margin: 20px 0 10px;
    font-size: 1.1rem;
  }
  .p-equipment-contents__item p {
    font-size: 0.8rem;
  }
  .p-equipment-contents:nth-of-type(1) {
    margin-bottom: 115px;
  }
}
/*----------------------------------------------------------------------------------------
gallery.scss
----------------------------------------------------------------------------------------*/
.p-gallery-bg {
  background-image: url(../images/gallery/gallery.png);
  background-position: center;
  background-size: cover;
}

.p-slide {
  background-color: #f9f8f6;
  padding: 200px 0 100px;
  background-position: center;
  background-size: cover;
}
.p-slide__main {
  background-image: url(../images/gallery/gallery_bg.png);
  padding: 100px 0;
  background-position: center;
}
.p-slide__thumbnails {
  margin-top: 50px;
}

.slick-center {
  margin: 0 30px;
}

.p-360 {
  background-color: #f2f1ee;
  padding: 200px 0;
}
.p-360__inner {
  position: relative;
}
.p-360__card {
  font-size: 1.6rem;
  position: absolute;
  background-color: #968c83;
  color: #fff;
  width: 370px;
  text-align: center;
  padding: 30px 0;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.p-360__card span {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 3px;
}
.p-360__area {
  padding: 190px 2% 130px;
  background-color: #fff;
}
.p-360__lists {
  max-width: 785px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-360__item {
  width: 45%;
  margin-bottom: 65px;
}
.p-360__item p {
  margin-top: 10px;
  color: #a6192e;
}

@media (max-width: 480px) {
  .p-slide {
    padding: 100px 0 50px;
  }
  .p-slide__main {
    padding: 65px 0;
  }
  .p-slide__thumbnails .slick-list {
    width: 80%;
  }
  .p-360 {
    padding: 100px 0;
  }
  .p-360__item {
    width: 100%;
    text-align: center;
  }
  .p-360__card {
    font-size: 1.2rem;
    width: 80%;
  }
  .p-360__area {
    padding: 130px 5% 30px;
  }
}
/*----------------------------------------------------------------------------------------
outline.scss
----------------------------------------------------------------------------------------*/
.p-outline-bg {
  background-image: url(../images/outline/outlineBg.png);
  background-position: center;
  background-size: cover;
}

.p-outline__heading {
  text-align: center;
  padding: 200px 0 80px;
}
.p-outline__detail {
  margin-bottom: 240px;
}
.p-outline__column {
  display: flex;
  border-bottom: 2px dotted #968c83;
}
.p-outline__column:first-child {
  border-top: 2px dotted #968c83;
}
.p-outline__dif {
  width: 35%;
  padding: 15px 0 15px 25px;
  color: #A6192E;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.p-outline__explain {
  width: 65%;
  padding: 15px 0 15px 25px;
}

.p-information {
  background-color: #f9f8f6;
}
.p-information__heading {
  padding: 220px 0 125px;
  text-align: center;
}
.p-information__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-information__item {
  width: 33%;
  padding-bottom: 50px;
}
.p-information__details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 175px;
}
.p-information__detail {
  width: 45%;
}
.p-information__detail:nth-child(3) {
  margin-top: 70px;
}
.p-information__detail:nth-child(4) {
  margin-top: 30px;
}
.p-information__detail:nth-child(5) {
  margin-top: -50px;
}
.p-information__dlHeading {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #A6192E;
  font-size: 1.7rem;
  margin-bottom: 30px;
}
.p-information__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dotted #968c83;
}
.p-information__column:first-child {
  border-top: 2px dotted #968c83;
}
.p-information__dif {
  width: 55%;
  padding: 10px 0;
}
.p-information__explain {
  width: 45%;
  padding: 15px 0;
  text-align: right;
}

@media (max-width: 850px) {
  .p-information__item {
    width: 31%;
    margin: 1%;
    text-align: center;
  }
  .p-information__details {
    flex-direction: column;
    padding-bottom: 90px;
  }
  .p-information__detail {
    width: 90%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .p-information__detail:nth-child(3) {
    margin-top: 0;
  }
  .p-information__detail:nth-child(4) {
    margin-top: 0;
  }
  .p-information__detail:nth-child(5) {
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .p-outline__heading {
    text-align: center;
    padding: 80px 0 65px;
  }
  .p-outline__detail {
    margin-bottom: 100px;
  }
  .p-outline__column {
    font-size: 0.9rem;
  }
  .p-outline__dif {
    padding: 15px 0 15px 15px;
    width: 25%;
  }
  .p-outline__explain {
    width: 75%;
    padding: 15px 0 15px 15px;
  }
  .p-information__details {
    padding-bottom: 50px;
  }
  .p-information__heading {
    padding: 80px 0 70px;
    text-align: center;
  }
  .p-information__lists {
    justify-content: space-between;
  }
  .p-information__item {
    width: 45%;
  }
  .p-information__detail {
    width: 97%;
  }
  .p-information__dlHeading {
    font-size: 1.2rem;
  }
  .p-information__column {
    font-size: 0.8rem;
  }
}
/*----------------------------------------------------------------------------------------
margin.scss
----------------------------------------------------------------------------------------*/
.u-index-mr {
  margin-right: 30px;
}

/*----------------------------------------------------------------------------------------
text.scss
----------------------------------------------------------------------------------------*/
.u-text-left {
  text-align: left;
}

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

/*----------------------------------------------------------------------------------------
height.scss
----------------------------------------------------------------------------------------*/
.u-height {
  height: 450px;
}

.u-info-height {
  line-height: 30px;
}

@media (max-width: 480px) {
  .u-height {
    height: 200px;
  }
}/*# sourceMappingURL=style.css.map */