/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:0;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

a {
  color: #000;
  text-decoration: none;
}

a,
div,
section {
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

_:lang(x)::-ms-backdrop,
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.wrapper {
  overflow: hidden;
}

#wrapper-inner {
  transition: .4s;
}


/*spのみ*/

@media screen and (max-width: 895px) {
  .wrapper {
    padding-bottom: 46px;
  }
}

.wrapper img {
  display: block;
  max-width: 100%;
}

.header {
  padding: 8px 0;
  background-color: #f8f8f8;
}

.logo {
  display: table;
  margin: 0 auto 0 10px;
}

.logo img {
  height: 35px;
  vertical-align: top;
}

@media screen and (min-width: 480px) {
  .logo {
    margin: 0 auto;
  }

  .logo img {
    height: 45px;
  }
}

.l-block {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .l-block {
    max-width: 500px;
  }
}

#footNavE {
  display: none;
}

#footNavE,
#footer {
  margin-bottom: 30px;
}

#footer_logo01 a img {
  margin: 0 auto;
}

#footerLinks {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px;
  font-size: 13px;
  list-style: none;
}

#footerLinks li a {
  display: block;
  min-height: 2em;
  padding: none;
  padding: 0 5px;
  color: #637d97;
  line-height: 1.2;
  text-align: center;
  border-left: 1px solid #ccc;
}

#footerLinks li:first-child {
  padding-left: 0;
  border: none;
}

#footer_logo02,
#footer_logo02 img,
#copyright img {
  padding: 0;
  margin: 0 auto;
}

#copyright {
  margin: 5px 0 50px;
}

@media screen and (min-width: 480px) {
  #footer {
    display: none;
  }

  #footNavE {
    display: block;
  }

  #footNavE {
    max-width: 980px;
    padding: 25px 0;
    margin: 0 auto;
    overflow: hidden;
    clear: both;
    border-top: 1px solid #eee;
    zoom: 1;
  }

  #footNavE #footLogocmpny {
    margin-bottom: 30px;
    clear: both;
    text-align: center;
  }

  #footNavE #footLogocmpny img {
    margin: 0 auto;
  }

  #footNavE #footLogo {
    float: left;
    clear: both;
  }

  #footNavE ul {
    padding: 0 0 10px 0;
    overflow: hidden;
    list-style: none;
    zoom: 1;
  }

  #footNavE ul li {
    float: left;
    margin: 0 20px 0 0;
    font-size: 13px;
  }

  #footNavE #footCopyright {
    float: right;
  }
}

.c-loader {
  position: absolute;
  top: 49%;
  top: calc(50% - 20px);
  left: 50%;
  z-index: 11;
  color: #000;
  font-size: 13px;
  font-weight: bold;
  transform: translate(-50%, -50%);
}

.c-loader-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: #fff;
}

.c-loader-bg img {
  position: absolute;
  top: calc(50% - 75px);
  left: calc(50% - 5px);
  width: 150px;
  transform: translate(-50%, -50%);
}

.c-loader-border {
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
  height: 2px !important;
  background: #000;
  transform: translate(-50%, -50%);
}

.c-loader.is-fin {
  transform: translate(-50%, calc(-50% + 10px));
  transition: all 1s;
  opacity: 0;
}

.c-loader-bg.is-fin {
  transition: opacity 2s;
  transition-delay: .5s;
  opacity: 0;
}

.c-loader-bg img {
  transition: all 1s;
}

.c-loader-bg.is-fin img {
  top: calc(50% - 65px);
  fill: #fff;
}

.c-loader-border.is-fin {
  width: 0 !important;
  transition: width .5s, opacity 2s;
}

.c-btn-lightblue {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-height: 65px;
  color: #637d97;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #ecf3fc;
  border: 2px solid #637d97;
  border-radius: 3px;
}

.c-btn-lightblue i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  font-size: 25px;
}

.c-btn-blue {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 65px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #637d97;
  border-radius: 3px;
}

.c-btn-blue i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  color: #fff;
  font-size: 25px;
}

.c-present-btn {
  position: relative;
  display: table;
  width: 100%;
  padding: 30px 10px 45px;
  color: #000;
  text-align: center;
  background: url(/hebel/model/detail/view/present_bg.jpg);
  background-size: cover;
}

.c-present-btn-title {
  font-size: 20px;
  font-weight: bold;
}

.c-present-btn-detail {
  display: block;
  font-size: 15px;
}

.c-present-btn-more {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  padding: 5px 12px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #000;
}

.c-present-btn-more i {
  margin-left: 5px;
  color: #fd5c30;
}

.c-btn-res {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  min-height: 65px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #fd5c30;
  border-radius: 3px;
}

.c-btn-res i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  color: #000;
  font-size: 25px;
}

@media screen and (min-width: 480px) {
  .c-btn-lightblue {
    display: table;
    height: auto;
    min-height: auto;
    padding: 16px 50px 16px 20px;
    margin: 20px auto;
    transition: background-color .5s;
  }

  .c-btn-lightblue i {
    transition: transform .5s;
  }

  .c-btn-lightblue:hover {
    background: #d7e9ff;
  }

  .c-btn-lightblue:hover i {
    transform: translateX(5px);
  }

  .c-btn-blue {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: auto;
    padding: 6px 40px 7px 20px;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: top;
    transition: background-color .5s;
  }

  .c-btn-blue i {
    color: #fff;
    font-size: 17px;
    transition: transform .5s;
  }

  .c-btn-blue:hover {
    background: #7098c0;
  }

  .c-btn-blue:hover i {
    transform: translateX(5px);
  }

  .c-btn-res {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    min-height: auto;
    padding: 20px 40px 20px 20px;
    text-align: center;
    vertical-align: top;
    transition: all .5s;
  }

  .c-btn-res:hover {
    background: #ff951c;
  }

  .c-btn-res i {
    transition: all .5s;
  }

  .c-btn-res:hover i {
    transform: translateX(5px);
  }

  .c-present {
    padding: 30px 10px;
  }

  .c-present-btn:hover {
    transition: filter 0.5s !important;
    filter: brightness(120%) !important;
  }

  .c-present-btn i {
    transition: all .5s;
  }

  .c-present-btn:hover i {
    transform: translateX(5px);
  }
}

.c-present-btn {
  opacity: 0;
  filter: brightness(200%);
}

.c-present-btn.is-anime {
  transition: opacity .8s, filter 2s;
  opacity: 1;
  filter: brightness(100%);
}

.c-title {
  display: table;
  padding: 30px 0 5px;
  margin: 0 auto 20px;
  color: #637d97;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 3px solid #637d97;
}

.c-title.c-title-white {
  color: #fff;
  border-bottom: 3px solid #fff;
}

@media screen and (min-width: 480px) {
  .c-title {
    font-size: 35px;
  }
}

.p-access {
  position: relative;
  padding: 0 20px;
}

.p-access-address {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0 20px;
  margin: 20px -20px 0;
  border-top: 1px solid #ccc;
}

.p-access-map {
  margin: 0 -20px;
}

.p-access-address-info {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 20px 0;
}

.p-access-address-btn {
  position: relative;
  width: 220px;
  min-height: auto;
  padding: 8px 0;
  margin-left: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background: #637d97;
  border-radius: 3px;
}

.p-access-info-name {
  padding-left: 8px;
  font-size: 18px;
  border-left: 4px solid #000;
}

.p-access-tel-btn {
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 15px 0;
}

.p-access-tel-btn span {
  font-size: 13px;
  font-weight: normal;
}

.p-access-how-acc {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  padding: 0;
  margin: 20px 0 0;
  color: #637d97;
  font-size: 20px;
  background: #ecf3fc;
  border: 2px solid #637d97;
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}

.p-access-how-acc i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  font-size: 25px;
}

.p-access-how-acc i:before {
  display: block;
  transform: rotateZ(0deg);
  transform-origin: center;
  transition: all .3s;
}

.p-access-how-acc.is-show i:before {
  transform: rotateZ(180deg);
}

.p-access-how-content {
  padding: 1em 20px 0;
  margin-top: -1em;
  border: 2px solid #637d97;
  border-top: none;
  border-radius: 0 0 3px 3px;
}

.p-access-how-content-area {
  display: none;
  padding: 10px 0;
}

.p-access-how-acc.is-show i:before {
  content: "\f146";
}

.p-access-how-content-pc {
  display: none;
}

@media screen and (min-width: 480px) {
  .p-access-title {
    padding-top: 0;
  }

  .p-access-address {
    display: table;
    padding: 15px 20px;
    margin: 0 auto 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }

  .p-access-address-info {
    padding: 0;
  }

  .p-access-address-btn {
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    vertical-align: middle;
  }

  .p-access-tel-btn {
    display: none;
  }

  .p-access-web-btn {
    position: absolute;
    bottom: 0;
    left: calc(50% - 185px);
    width: 370px;
  }

  .p-access-info {
    position: relative;
    min-height: 410px;
    padding: 0 300px 90px 0;
  }

  .p-access-how-acc {
    display: none;
  }

  .p-access-how-content {
    padding: 0;
    border: none;
  }

  .p-access-how-content-area {
    display: block !important;
    padding: 0 0 0 20px;
  }

  .p-access-how-content-pc {
    display: block;
    margin-top: 30px;
  }

  .p-access-qr {
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
  }

  .p-access-qr svg {
    min-height: 410px;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .p-access-info {
    padding: 0 0 90px 0;
  }
}

.tw-trigger.p-access {
  transform: translateY(20px);
  transition: all .5s;
  opacity: 0;
}

.tw-trigger.is-anime.p-access {
  transform: translateY(0px);
  opacity: 1;
}

.p-banner {
  padding: 0 20px;
  overflow: hidden;
}

.p-banner ul,
.p-banner li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.p-banner li {
  margin-bottom: 15px;
}

@media screen and (min-width: 480px) {
  .p-banner {
    padding: 0;
  }
}

.tw-trigger.p-banner {
  transform: translateY(20px);
  transition: all .5s;
  opacity: 0;
}

.tw-trigger.is-anime.p-banner {
  transform: translateY(0);
  opacity: 1;
}

.p-event {
  padding: 0 20px 30px;
  background: #f8f8f8;
}

.p-event-col-items a {
  position: relative;
  display: block;
  padding: 13px 40px 13px 10px;
  margin-bottom: 15px;
  background: #d5dfee;
}

.p-event-col-items-tag {
  display: table;
  padding: 4px 8px;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background: #637d97;
}

.p-event-col-items-title {
  margin: 10px 0 0;
  font-size: 18px;
}

.p-event-col-items-day {
  margin: 0;
  font-weight: bold;
}

.p-event-col-items i {
  position: absolute;
  top: calc(50% - .5em);
  right: 15px;
  color: #637d97;
  font-size: 25px;
}

@media screen and (min-width: 480px) {
  .p-event-col {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .p-event-col-items {
    width: 48%;
    width: calc(50% - 10px);
  }
}

.p-event-col-items a {
  transition: all .5s;
}

.p-event-col-items a i {
  transition: all .5s;
}

.p-event-col-items a:hover {
  background: #d7e9ff;
}

.p-event-col-items a:hover i {
  transform: translateX(5px);
}

.tw-trigger.p-event {
  transform: translateY(20px);
  transition: all .5s;
  opacity: 0;
}

.tw-trigger.is-anime.p-event {
  transform: translateY(0);
  opacity: 1;
}

.p-fixbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 2px;
  font-weight: bold;
  background: #fff;
  border-top: 1px solid #ccc;
  border-radius: 5px;
  z-index: 2;
}

@media screen and (min-width: 480px) {
  .p-fixbtn {
    display: none;
  }
}

.p-fixbtn i {
  margin-right: 5px;
  font-size: 18px;
}

.p-fixbtn-smp {
  -webkit-flex: 1;
  flex: 1;
  width: 50%;
  padding: 10px 0;
  color: #000;
  text-align: center;
  background: #fd5c30;
  border-right: 2px solid #fff;
}

.p-fixbtn-tel {
  -webkit-flex: 1;
  flex: 1;
  width: 50%;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #637d97;
}

.p-fixbtn {
  bottom: -100px;
}

.p-fixbtn.is-show {
  animation: fixbtn-show .8s forwards 1s;
}

@keyframes fixbtn-show {
  0% {
    bottom: -100px;
  }

  100% {
    bottom: 0;
  }
}

.p-gallery {
  padding: 26vw 20px 20px;
  margin-top: -30%;
  color: #fff;
  text-align: center;
  background-color: #637d97;
}

.p-gallery-explane {
  display: block;
  padding: 8px 20px;
  margin: 0 auto 20px;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 3px;
}

.p-gallery-explane i {
  margin-right: 10px;
  font-size: 22px;
}

.p-gallery-imgs {
  padding: 0;
  margin: 0 auto;
}

.p-gallery-imgs ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0;
  margin-right: -4%;
  list-style: none;
}

.p-gallery-imgs li {
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  width: 30%;
  height: 27vw;
  margin: 0 3% 10px 0;
  overflow: hidden;
}

.p-gallery-imgs li span {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

.p-gallery-imgs li span img {
  max-width: 200px;
  max-height: 200px;
}

@media screen and (min-width: 480px) {
  .p-gallery {
    padding: 0 20px 30px;
    margin-top: 0;
  }

  .p-gallery-explane {
    display: table;
  }

  .p-gallery-imgs {
    margin: 0 auto;
  }

  .p-gallery-imgs li {
    box-sizing: border-box;
    height: 300px;
    margin-bottom: 30px;
    border: 2px solid transparent;
    transform-origin: center;
    transition: all .5s;
  }

  .p-gallery-imgs li span {
    box-sizing: border-box;
  }

  .p-gallery-imgs li span img {
    max-width: 650px;
    max-height: 650px;
    min-width: 300px;
    min-height: 300px;
  }

  .p-gallery-imgs li:hover {
    border: 2px solid #fff;
    transform: scale(1.02);
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .p-gallery-imgs li {
    height: 150px;
  }

  .p-gallery-imgs li span img {
    max-width: 300px;
    max-height: 300px;
  }
}

.slick-lightbox-close {
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.slick-lightbox-slick-item-inner {
  cursor: grab;
}

.slick-lightbox-close::before {
  font-size: 60px;
}

.slick-lightbox .slick-prev,
.slick-lightbox .slick-next {
  position: absolute;
  top: 48%;
  top: calc(50% - 20px);
  z-index: 1;
  width: 33px;
  height: 26px;
  overflow: hidden;
  text-indent: 200%;
  background: none;
  border: none;
  border-style: solid;
  cursor: pointer;
}

.slick-lightbox .slick-prev {
  left: 0;
  border-color: transparent rgba(255, 255, 255, 0.7) transparent transparent;
  border-width: 14px 16px 14px 0;
}

.slick-lightbox .slick-next {
  right: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.7);
  border-width: 12px 0 14px 16px;
}

.tw-trigger.p-gallery .p-gallery-title,
.tw-trigger.p-gallery .p-gallery-explane {
  transform: translateY(20px);
  transition: all .5s;
  opacity: 0;
}

.tw-trigger.is-anime.p-gallery .p-gallery-title,
.tw-trigger.is-anime.p-gallery .p-gallery-explane {
  transform: translateY(0px);
  opacity: 1;
}

.tw-trigger.p-gallery .p-gallery-imgs li span img {
  transition: opacity .5s, filter 2s;
  opacity: 0;
  filter: grayscale(100%) brightness(300%);
}

.tw-trigger.is-anime.p-gallery .p-gallery-imgs li span img {
  opacity: 1;
  filter: grayscale(0%) brightness(100%);
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(1) span img {
  transition-delay: .15s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(2) span img {
  transition-delay: .3s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(3) span img {
  transition-delay: .45s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(4) span img {
  transition-delay: .6s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(5) span img {
  transition-delay: .75s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(6) span img {
  transition-delay: .9s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(7) span img {
  transition-delay: 1.05s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(8) span img {
  transition-delay: 1.2s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(9) span img {
  transition-delay: 1.35s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(10) span img {
  transition-delay: 1.5s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(11) span img {
  transition-delay: 1.65s;
}

.tw-trigger.p-gallery .p-gallery-imgs li:nth-child(12) span img {
  transition-delay: 1.8s;
}

.p-info {
  padding: 20px 0 0 0;
}

@media screen and (min-width: 896px) {
  .p-info {
    position: relative;
    display: block;
    padding: 20px;
    padding-right: 440px;
    margin: 30px auto;
  }

  .p-info-detail {
    position: relative;
  }

  .p-info-detail::after {
    position: absolute;
    top: -30px;
    left: -100%;
    z-index: -1;
    display: block;
    width: 260%;
    height: calc(100% + 60px);
    content: "";
    background-color: #909090;
  }

  .p-info-img {
    position: absolute;
    top: 20px;
    right: -40px;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .p-info-img img {
    height: auto;
    width: 100%;
  }
}

.p-info .p-info-detail {
  transform: translateX(-10%);
  opacity: 0;
  padding: 0 20px 0;
}

.p-info.is-show .p-info-detail {
  transform: translateX(0px);
  transition: transform 1s, opacity .5s;
  transition-delay: .4s;
  opacity: 1;
  padding: 0 10px;
}

.p-info.is-show .p-info-detail::after {
  display: none;
}

.p-info .p-info-img {
  transform: translateX(10%);
  opacity: 0;
  filter: grayscale(100%) brightness(300%);
  padding: 0;
  max-width: 400px;
  margin: 0;
}

.p-info.is-show .p-info-img {
  transform: translateX(0px);
  transition: transform .8s, opacity .8s, filter 2s;
  transition-delay: .8s;
  opacity: 1;
  filter: grayscale(0%) brightness(100%);
}

@media screen and (max-width: 895px) {
  .p-info .p-info-img {
    margin-bottom: 20px;
  }
}

.p-info .p-info-btn {
  margin-top: 60px;
  transform: translateX(-10%);
  opacity: 0;
  filter: brightness(200%);
}

.p-info.is-show .p-info-btn {
  transform: translateX(0px);
  transition: transform .8s, opacity .8s, filter 3s;
  transition-delay: 1s;
  opacity: 1;
  filter: brightness(100%);
}

.p-info.is-show.is-show-fin .p-info-btn {
  transition: transform .8s, opacity .8s, filter .8s;
  transition-delay: none;
}

.p-inquiry {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  height: 51px;
}

.p-inquiry a {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 51px;
  min-height: 51px;
  padding: 0 40px 0 10px;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  border-radius: 0;
}

.p-inquiry a i {
  right: 10px;
}

.p-inquiry.is-show {
  opacity: 1;
}

@media screen and (min-width: 480px) {
  .p-inquiry {
    position: fixed;
    top: 70px;
  }

  .p-inquiry a {
    height: 80px;
  }
}

.p-inquiry-foot {
  padding: 0 20px;
}

@media screen and (min-width: 480px) {
  .p-inquiry {
    right: -130px;
  }

  .p-inquiry.is-show {
    animation: inquiry-show .8s forwards;
  }
}

@keyframes inquiry-show {
  0% {
    right: -130px;
  }

  100% {
    right: 0;
  }
}

.p-model {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: 90%;
  padding: 15px 20px 25px;
  margin: 20px 0 0 auto;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
}

.p-model-title {
  margin: 0;
  font-size: 18px;
}

.p-model-tags {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.p-model-tags li {
  display: inline-block;
  min-width: 3em;
  padding: 3px 7px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #fff;
  font-size: 14px;
}

@media screen and (min-width: 480px) {
  .p-model {
    position: relative;
    padding: 15px 20px 20px;
    margin: 20px auto 0;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .p-model-title {
    font-size: 25px;
  }

  .p-model-tags li {
    margin-right: 10px;
    font-size: 14px;
  }
}

.p-model {
  transform: translateX(10%);
  transition: all 1.5s;
  opacity: 0;
}

.p-model.is-show {
  transform: translateX(0px);
  opacity: 1;
}

.p-recommend {
  padding: 0 20px 30px;
}

.p-recommend-model {
  position: relative;
  padding-bottom: 80px;
}

.p-recommend-model.p-tenji .p-recommend-model-thumb-col:first-child {
  display: none;
}

.p-recommend-model-thumb {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-right: -5%;
}

.p-recommend-model-thumb-col {
  width: 45%;
  margin: 0 5% 10px 0;
}

.p-recommend-model-thumb-col a {
  display: block;
  height: 100%;
  background: #f1f1f1;
}

.p-recommend-model-thumb-col-img {
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 110px;
  overflow: hidden;
}

.p-recommend-model-thumb-col img {
  display: block;
  width: 100%;
  max-width: inherit;
}

.p-recommend-model-thumb-col-title {
  padding: 10px;
  margin: 0;
  font-size: 13px;
}

.p-recommend-model-title {
  color: #637d97;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.p-recommend-model-title .fas {
  margin-right: 5px;
}

.p-recommend-model-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 480px) {
  .p-recommend-model {
    padding-bottom: 0;
  }

  .p-recommend-model-thumb-col {
    width: 22.3%;
    margin: 0 2% 30px 0;
  }

  .p-recommend-model-thumb-col-img {
    height: 150px;
  }

  .p-recommend-model-btn {
    position: relative;
    height: auto;
    min-height: auto;
  }
}

.p-recommend-model-thumb-col a {
  transition: all .5s;
}

.p-recommend-model-thumb-col a:hover {
  background: #ecf3fc;
}

.p-recommend .tw-trigger {
  transform: translateY(20px);
  transition: transform .5s, opacity .5s;
  opacity: 0;
}

.p-recommend .tw-trigger.is-anime {
  transform: translateY(0);
  opacity: 1;
}

.p-recommend .p-recommend-model-thumb-col img {
  transition: filter 2s;
  filter: grayscale(100%) brightness(300%);
}

.p-recommend .tw-trigger.is-anime .p-recommend-model-thumb-col img {
  filter: grayscale(0%) brightness(100%);
}

.p-slider {
  max-width: 960px;
  padding: 0;
  position: relative;
  margin: auto;
}

.p-slider__li {
  width: 100%;
}

.p-slider__li img {
  max-width: 100%;
  max-height: 320px;
  width: auto;
  margin: auto;
  transition: all 2s;
  filter: grayscale(100%) brightness(300%);
}

@media screen and (min-width: 480px) {
  .p-slider__li img {
    max-width: 960px;
    max-height: 60vh;
    min-height: 360px;
    width: auto;
  }
}

.p-slider.is-saturation img {
  filter: grayscale(0%) brightness(100%);
}

.p-slider__text {
  background-color: white;
  margin: 5px auto 5px auto;
  max-width: 960px;
  overflow-wrap: break-word;
  font-weight: bold;
}


/*spのみ*/

@media screen and (max-width: 895px) {
  .p-slider__text {
    padding: 0 10px;
  }
}

.p-slider__thumb {
  max-width: 450px;
  padding: 0;
  margin: 0 auto;
  border-right: solid 1px #888;
}

.p-slider__thumb__li {
  background-color: #f8f8f8;
  border-top: solid 1px #888;
  border-bottom: solid 1px #888;
  border-left: solid 1px #888;
  cursor: pointer;
}

.p-slider__thumb__li img {
  height: 50px;
  margin: auto;
  transition: all 2s;
  filter: grayscale(100%) brightness(300%);
}

.p-slider__thumb.is-saturation img {
  filter: grayscale(0%) brightness(100%);
}

.p-slider .slick-arrow.prev,
.p-slider .slick-arrow.next {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 14px;
  position: absolute;
  top: calc(40% - 20px);
  z-index: 2;
  cursor: pointer;
}

.p-slider .slick-arrow.next {
  right: 0;
}

.p-slider .slick-arrow.prev:active,
.p-slider .slick-arrow.next:active {
  top: calc(40% - 18px);
}

.slick-dots {
  display: flex;
  max-width: 980px;
  justify-content: center;
  padding: 0;
}

.slick-dots li {
  list-style: none;
  margin: 0 4px;
}

.slick-dots li button {
  text-indent: -99999px;
  border: none;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  width: 8px !important;
  height: 8px !important;
  outline: none;
  padding: 0;
}

.slick-dots .slick-active button {
  background-color: #000;
}


/*PC 480px以上の場合のみ*/

@media screen and (min-width:480px) {
  .p-slider__thumb {
    max-width: 960px;
  }

  .p-slider__thumb__li img {
    height: 50px;
  }

  .p-slider .slick-arrow.prev,
  .p-slider .slick-arrow.next {
    width: 40px;
    height: 40px;
    padding: 9px 0;
    font-size: 16px;
  }
}

.cp_box {
  padding: 0;
}


/*spのみ*/

@media screen and (max-width: 895px) {
  .cp_box {
    padding: 0 10px;
  }
}

.cp_box label {
  display: block;
  margin: 1.5px 0 15px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  width: 9rem;
}

.cp_box input:checked+label {
  background: inherit;
  /* 開いた時にグラデーションを消す */
}

.cp_box label:after {
  padding: 5px;
  width: 9rem;
  content: '＋ 詳細をみる';
  color: #111;
  background-color: rgba(240, 240, 240, 0.9);
  border-radius: 3px;
  box-shadow: 1px 1px 2px #ccc;
  font-size: 13px;
}

.cp_box input {
  display: none;
}

.cp_box .cp_container {
  height: 0;
  /*高さを0に*/
  padding: 0;
  /*余白を0に*/
  overflow: hidden;
  /*非表示に*/
  opacity: 0;
  /*中身を透明に*/
  transition: 0.8s;
  /*クリック時の動きを滑らかに*/
  margin: 0;
}

.cp_box input:checked+label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}

.cp_box input:checked+label:after {
  content: 'ー 閉じる';
}

.cp_box input:checked~.cp_container {
  height: auto;
  padding: 5px 0 5px;
  opacity: 1;
}

.cp_text {
  margin: -5px 0 15px;
  font-size: 13px;
}

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mbs {
  margin-bottom: 20px !important;
}

.u-mbm {
  margin-bottom: 45px !important;
}

.u-mbl {
  margin-bottom: 80px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mts {
  margin-top: 20px !important;
}

.u-mtm {
  margin-top: 45px !important;
}

.u-mtl {
  margin-top: 80px !important;
}

.u-show-wide,
.u-show-wide.inline {
  display: none;
}

.u-show-narrow {
  display: block;
}

.u-show-narrow.inline {
  display: inline;
}

@media screen and (min-width: 480px) {
  .u-show-wide {
    display: block;
  }

  .u-show-wide.inline {
    display: inline;
  }

  .u-show-narrow,
  .u-show-narrow.inline {
    display: none;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .u-show-wide {
    display: none;
  }
}


/*追加表示対応spとPC*/

.c-pc__show {
  display: none;
}

.c-sp__show {
  display: block;
}


/*pcのみ*/

@media screen and (min-width: 896px) {
  .c-pc__show {
    display: block;
  }

  .c-sp__show {
    display: none;
  }
}


/*spのみ*/

@media screen and (max-width: 896px) {
  #p-info .p-info-btn img {
    margin: 0 auto;
  }

  .p-gallery-imgs ul {
    margin-right: 0;
  }

  .p-gallery-imgs li {
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    width: 40%;
    height: 27vw;
    margin: 0 auto 10px auto;
    overflow: hidden;
  }

  #p-info .p-info-img img {
    display: inline-block;
  }

  .p-gallery-imgs li:nth-child(even) {
    width: 40%;
    margin: 0 auto 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .p-info-btn.c-present-btn {
    display: none;
  }

  .p-gallery {
    margin-top: 0;
  }

  #p-info .c-present-btn {
    margin-top: 20px;
  }

  .p-gallery {
    padding: 20px 20px 20px;
  }
}


/*ページトップボタン*/

.footer-pagetop {
  display: none;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #333;
  border: none;
  cursor: pointer;
  outline: none;
}

.footer-pagetop .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  line-height: 1;
}


/*pcのみ*/

@media screen and (min-width: 896px) {
  .footer-pagetop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: auto;
    margin: 0;
    color: #838383;
    font-size: 30px;
    background: none;
    opacity: .8;
  }

  .footer-pagetop span {
    display: none;
  }
}
