@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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

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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fafafa;
  color: #0a0a0a;
  font-family: "Shippori Mincho", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 11.5px;
    letter-spacing: 0.01em;
  }
}

a {
  text-decoration: none;
  color: #0a0a0a;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 2;
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #BBB;
}

/* Firefox */
::-moz-placeholder {
  color: #BBB;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #BBB;
}

/* IE */
:-ms-input-placeholder {
  color: #BBB;
}

/*
@media all and (-ms-high-contrast: none){
  display: none;
}
*/
.hidden {
  display: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.notpg-img-wrap {
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap {
    margin-top: 50px;
  }
}
.notpg-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-img {
    height: 150px;
  }
}
.notpg-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.notpg-img-wrap .page-title h1 .en {
  display: block;
  font-family: goldenbook, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 6px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .en {
    font-size: 19px;
    letter-spacing: 4px;
  }
}
.notpg-img-wrap .page-title h1 .jp {
  display: block;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

.notpg-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 35px;
    padding-bottom: 100px;
  }
}
.notpg-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .content-wrap {
    padding: 0 25px;
  }
}
.notpg-wrap .content-wrap .content.sec1 p {
  text-align: center;
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .content-wrap .content.sec1 .btn-wrap {
    margin-top: 30px;
  }
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap .btn {
  display: inline-block;
  margin: 0 auto;
}

.page-title-wrap {
  padding: 170px 60px 0 60px;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap {
    padding: 100px 25px 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-wrap.roompg .description-wrap .description.sec2 {
    margin-top: 45px;
  }
}
.page-title-wrap .page-title + .description-wrap {
  margin-top: 50px;
}
.page-title-wrap .page-title h1 .en {
  display: block;
  font-family: goldenbook, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title h1 .en {
    font-size: 20px;
    letter-spacing: 4px;
  }
}

.heading-wrap + .description-wrap {
  margin-top: 50px;
}
.heading-wrap + .slider-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .heading-wrap + .slider-wrap {
    margin-top: 20px;
  }
}
.heading-wrap h2 .en {
  display: block;
  font-family: goldenbook, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 5px;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 .en {
    font-size: 20px;
    letter-spacing: 4px;
  }
}
.heading-wrap h3 .en {
  display: block;
  font-family: goldenbook, serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h3 .en {
    font-size: 16px;
  }
}

.description-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .description-wrap {
    display: block;
  }
}
.description-wrap.type2 {
  display: block;
}
.description-wrap.type2 .description.sec2 {
  position: static;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .description-wrap.type2 .description.sec2 {
    margin-top: 30px;
  }
}
.description-wrap .description.sec1 h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.22;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .description-wrap .description.sec1 h3 {
    font-size: 14px;
  }
}
.description-wrap .description.sec1 h3 + p {
  margin-top: 30px;
}
.description-wrap .description.sec1 p + p {
  margin-top: 25px;
}
.description-wrap .description.sec2 {
  position: relative;
  bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .description-wrap .description.sec2 {
    position: static;
    margin-top: 30px;
  }
}
.description-wrap .description.sec2 p.en {
  margin-top: 5px;
  font-family: goldenbook, serif;
  font-size: 12px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .description-wrap .description.sec2 p.en {
    font-size: 11px;
    line-height: 1.5;
  }
}

.btn {
  position: relative;
}
.btn.notpg {
  width: 210px;
  height: 50px;
  max-width: 100%;
  margin-top: 45px;
  background: #0a0a0a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .btn.notpg:hover {
    background: #3c3c3c;
  }
}
@media only screen and (max-width: 767px) {
  .btn.notpg {
    width: 100%;
    margin-top: 30px;
  }
}
.btn.notpg a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.btn.notpg a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/shared/btn-arrow-right-type1-2.svg) center center/contain no-repeat;
}
.btn.notpg a span.en {
  color: #fff;
  font-family: goldenbook, serif;
  font-size: 14px;
}
.btn.type1 {
  width: 210px;
  height: 50px;
  max-width: 100%;
  margin-top: 45px;
  background: #0a0a0a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .btn.type1:hover {
    background: #3c3c3c;
  }
}
@media only screen and (max-width: 767px) {
  .btn.type1 {
    width: 100%;
    margin-top: 30px;
  }
}
.btn.type1 a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.btn.type1 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/shared/icon-popup-type1-2.svg) center center/contain no-repeat;
}
.btn.type1 a span.en {
  color: #fff;
  font-family: goldenbook, serif;
  font-size: 14px;
}
.btn.type2 {
  width: 210px;
  height: 50px;
  max-width: 100%;
  margin-top: 45px;
  background: #0a0a0a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .btn.type2:hover {
    background: #3c3c3c;
  }
}
@media only screen and (max-width: 767px) {
  .btn.type2 {
    width: 100%;
    margin-top: 30px;
  }
}
.btn.type2 a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}
.btn.type2 a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  background: url(../img/shared/btn-arrow-down-type1-1.svg) center center/contain no-repeat;
}
.btn.type2 a span.en {
  color: #fff;
  font-family: goldenbook, serif;
  font-size: 14px;
}

.open.animate-in {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.sa {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mask {
  position: relative;
}
.mask h2, .mask p, .mask img {
  opacity: 0;
}
.mask.animate-in h2, .mask.animate-in p, .mask.animate-in img {
  -webkit-animation: textHidden 0.1s 1.1s forwards;
  animation: textHidden 0.1s 1.1s forwards;
}
.mask.animate-in:before, .mask.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.mask.animate-in:before {
  background-color: #fff;
}
.mask.animate-in:after {
  background-color: #000;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.mask.mask--lr.animate-in:before {
  -webkit-animation: mask--lr 1.8s ease;
  animation: mask--lr 1.8s ease;
}
.mask.mask--lr.animate-in:after {
  -webkit-animation: mask--lr 1s 0.6s ease;
  animation: mask--lr 1s 0.6s ease;
}
.mask.mask--rl.animate-in:before {
  -webkit-animation: mask--rl 1.8s ease;
  animation: mask--rl 1.8s ease;
}
.mask.mask--rl.animate-in:after {
  -webkit-animation: mask--rl 1s 0.6s ease;
  animation: mask--rl 1s 0.6s ease;
}

@-webkit-keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}

@keyframes mask--rl {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@-webkit-keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes mask--lr {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@-webkit-keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}
@keyframes scd {
  0% {
    -webkit-transform: rotate(0deg) translate(0, -100px);
    transform: rotate(0deg) translate(0, -100px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0, -50px);
    transform: rotate(0deg) translate(0, -50px);
    opacity: 0;
  }
}
@-webkit-keyframes page-top {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, 3px);
    transform: rotate(0deg) translate(-50%, 3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(-50%, -97px);
    transform: rotate(0deg) translate(-50%, -97px);
  }
}
@keyframes page-top {
  0% {
    -webkit-transform: rotate(0deg) translate(-50%, 3px);
    transform: rotate(0deg) translate(-50%, 3px);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(-50%, -97px);
    transform: rotate(0deg) translate(-50%, -97px);
  }
}
.filter a {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #333;
  color: #333;
}
@media only screen and (max-width: 767px) {
  .filter a {
    margin-bottom: 10px;
    padding: 7px 7px 5px 7px;
  }
}
.filter a.active {
  background: #333;
  color: #fff;
  pointer-events: none;
}
@media print, screen and (min-width: 961px) {
  .filter a:hover {
    color: #fff;
    background: #333;
  }
}
.is-animated {
  -webkit-animation: 0.6s zoom-in;
  animation: 0.6s zoom-in;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-wrap + .description-wrap {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap + .description-wrap {
    margin-top: 35px;
  }
}
.slider-wrap.toppg-main-slider .slider .slider-item {
  width: 100%;
  height: 100vh;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-main-slider .slider .slider-item {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.slider-wrap.toppg-main-slider .slider .slider-item.tablet {
  height: 854px;
}
.slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(1) {
  background: url(../img/top/toppg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(1) {
    background: url(../img/top/toppg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(2) {
  background: url(../img/top/toppg-main-img2.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(2) {
    background: url(../img/top/toppg-main-img2_sp.jpg) center center/cover no-repeat;
  }
}
.slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(3) {
  background: url(../img/top/toppg-main-img3.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-main-slider .slider .slider-item:nth-of-type(3) {
    background: url(../img/top/toppg-main-img3_sp.jpg) center center/cover no-repeat;
  }
}
.slider-wrap.conceptpg-sec1-slider {
  width: 52vw;
  margin-top: 180px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec1-slider {
    width: 225px;
    margin: 0 0 0 auto;
    margin-top: 25px;
  }
}
.slider-wrap.conceptpg-sec2-slider {
  display: block;
  width: 1080px;
  max-width: 100%;
}
.slider-wrap.conceptpg-sec2-slider .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec2-slider .slider .slick-list {
    padding-right: 75px;
  }
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-arrow {
  bottom: -70px;
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-prev {
  left: 0;
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-next {
  left: 70px;
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-item {
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec2-slider .slider .slider-item {
    width: auto;
  }
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail {
  width: 210px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail {
    width: 225px;
  }
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .head {
  border-bottom: 1px solid #969696;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .head {
    padding-bottom: 5px;
  }
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .head + .text {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .head + .text {
    margin-top: 25px;
  }
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .head h3 {
  font-family: goldenbook, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .head h3 {
    font-size: 12px;
  }
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .text h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .text h4 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .text h4 + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .text h4 + p {
    margin-top: 15px;
  }
}
.slider-wrap.conceptpg-sec2-slider .slider .slider-item .detail .text p {
  line-height: 1.92;
}
.slider-wrap.planpg-sec1-slider {
  width: 445px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.planpg-sec1-slider {
    width: 150px;
  }
}
.slider-wrap.planpg-sec1-slider .slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.planpg-sec1-slider .slider .slick-dots {
    height: 18px;
    padding: 0 5px;
  }
}
.slider-wrap.planpg-sec1-slider .slider .slick-dots li {
  width: 5px;
  height: 5px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.planpg-sec1-slider .slider .slick-dots li {
    width: 6px;
    height: 6px;
  }
}
.slider-wrap.planpg-sec1-slider .slider .slick-dots li:not(:first-of-type) {
  margin-left: 5px;
}
.slider-wrap.planpg-sec1-slider .slider .slick-dots li button {
  padding: 2.5px 2.5px;
}
.slider-wrap.planpg-sec1-slider .slider .slick-dots li button:before {
  width: 5px;
  height: 5px;
  border: 1px solid #fff;
}
.slider-wrap.planpg-sec1-slider .slider .slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #fff;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.slider-item {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* Images */
.slick-slide img {
  width: 100%;
}

/* Arrows */
.slider-arrow {
  position: absolute;
  bottom: -15px;
  z-index: 10; /* 重要 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .slider-arrow:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .slider-arrow {
    bottom: -20px;
    width: 40px;
    height: 40px;
  }
}

.slider-prev {
  right: 80px;
  background: url(../img/shared/slider-arrow-left-type1-1.svg) center center/50px 15px no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-prev {
    right: 70px;
    background: url(../img/shared/slider-arrow-left-type1-1.svg) center center/40px 12px no-repeat;
  }
}

.slider-next {
  right: 0;
  background: url(../img/shared/slider-arrow-right-type1-1.svg) center center/50px 15px no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-next {
    background: url(../img/shared/slider-arrow-right-type1-1.svg) center center/40px 12px no-repeat;
  }
}

/* Dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    height: 25px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 4px;
    height: 4px;
  }
}
.slick-dots li:not(:first-of-type) {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .slick-dots li:not(:first-of-type) {
    margin-left: 6px;
  }
}

.slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 4px;
    height: 4px;
    padding: 3.5px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background: none;
  border: 1px solid #969696;
  border-radius: 50%;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 4px;
    height: 4px;
  }
}

.slick-dots li.slick-active button:before {
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
}

.header-wrap.normal {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: #fafafa;
}
.header-wrap.normal.top {
  position: absolute;
  left: 60px;
  width: auto;
  background: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top {
    left: 0;
    width: 100%;
  }
}
.header-wrap.normal.top.fadein {
  display: none;
}
.header-wrap.normal.top .header-subwrap {
  height: 100vh;
  padding: 0 0;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top .header-subwrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 50px;
    padding: 0 0 0 15px;
  }
}
.header-wrap.normal.top .header-subwrap .header-logo {
  display: none;
}
.header-wrap.normal.top .header-subwrap .nav-wrap {
  width: auto;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top .header-subwrap .nav-wrap {
    width: 100%;
  }
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item:not(:first-of-type) {
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item:not(:first-of-type) {
    margin-top: 0;
  }
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.sns {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.sns {
    display: none;
  }
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.sns a {
  display: block;
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.sns a:not(:first-of-type) {
  margin-top: 5px;
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve {
    margin-top: 10px;
  }
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve:before {
  display: none;
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.language {
  display: none;
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span {
  color: #fff;
}
.header-wrap.normal.top .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span:after {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top .header-subwrap .pickup-link-wrap .link a span {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top .header-subwrap .burger-btn .menu-trigger .bar span {
    background-color: #fff;
  }
}
.header-wrap.normal .header-subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap {
    height: 50px;
    padding: 0 0 0 15px;
  }
}
.header-wrap.normal .header-subwrap .header-logo img {
  width: 96px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .header-logo img {
    width: 75px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap {
  width: 585px;
  max-width: 66%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-width: 100%;
    background: #a0a0a0;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap {
    width: 100%;
    height: 100%;
    padding: 70px 25px 10px 25px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-logo {
    position: absolute;
    z-index: 1;
    top: 15px;
    left: 15px;
    display: inline-block;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-logo img {
  width: 96px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-logo img {
    width: 75px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item {
    width: 100%;
    height: 45px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve {
  position: relative;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve {
    height: 55px;
    margin-top: 10px;
    margin-left: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve:before {
  position: absolute;
  top: 41%;
  left: -28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 12px;
  border-left: 1px solid #0a0a0a;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve:before {
    display: none;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve a span .sp-text {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve a span .sp-text {
    position: relative;
    top: -1px;
    display: inline-block;
  }
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve a span .sp-text .colon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-size: 11.5px;
    margin: 0 10px 0 12px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.reserve a span .sp-text.icon-popup:after {
  position: relative;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border-top: none;
  background: url(../img/shared/icon-popup-type1-1.svg) center center/contain no-repeat;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.language {
  position: relative;
  top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.language {
    display: none;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.language a + a {
  position: relative;
  margin-left: 26px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.language a + a::before {
  position: absolute;
  top: 0;
  left: -13px;
  content: "";
  height: 18px;
  border-left: 1px solid #969696;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.language a span:after {
  display: none;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.language a span.jp {
  color: #969696;
  font-family: "Shippori Mincho", serif;
  letter-spacing: 0;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item.sns {
  display: none;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a:hover span:after {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: goldenbook, serif;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span {
    color: #fff;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a span:after {
  position: absolute;
  left: -100%;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px solid #969696;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap {
    display: block;
    margin-top: 32px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap dl:not(:first-of-type) {
  margin-top: 10px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 80px;
  color: #fff;
  font-family: goldenbook, serif;
  font-size: 12px;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap dl dt {
    font-size: 11.5px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap dl dt:after {
  position: relative;
  top: -2.5px;
  content: ":";
  font-family: "Shippori Mincho", serif;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap dl dd {
  margin-left: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap dl dd {
    font-size: 11.5px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .info-wrap dl dd a {
  color: #fff;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 200px;
    max-width: 100%;
    margin-top: 30px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item:nth-of-type(even) {
  margin-left: 15px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item:not(:first-of-type):not(:nth-of-type(2)) {
  margin-top: 5px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item.language a + a {
  position: relative;
  margin-left: 26px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item.language a + a::before {
  position: absolute;
  top: 3px;
  left: -13px;
  content: "";
  height: 18px;
  border-left: 1px solid #fff;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item.language a span.jp {
  font-size: 13px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item a span {
  color: #fff;
  line-height: 1.75;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item a span.jp {
  font-size: 10px;
  letter-spacing: 1px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .subnav-list .nav-item a span.en {
  font-family: goldenbook, serif;
  font-size: 11.5px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .copyright {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 75px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .copyright .logo img {
  width: 95px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .copyright small {
  position: relative;
  top: 1px;
  color: #fff;
  font-family: goldenbook, serif;
  font-size: 10px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .copyright small.text1 {
  margin-left: 5px;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .copyright small.text2 {
  margin-left: auto;
}
.header-wrap.normal .header-subwrap .pickup-link-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .pickup-link-wrap {
    position: absolute;
    top: 50%;
    right: 55px;
    -webkit-transform: translateY(-44.5%);
    -ms-transform: translateY(-44.5%);
    transform: translateY(-44.5%);
    display: block;
  }
  .header-wrap.normal .header-subwrap .pickup-link-wrap .link a span {
    font-family: goldenbook, serif;
    font-size: 13px;
    line-height: 1.3;
  }
}
.header-wrap.normal .header-subwrap .burger-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .burger-btn {
    position: relative;
    z-index: 1000;
    display: block;
    width: 50px;
    height: 50px;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar {
    width: 22px;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(1) {
    background-color: #fff;
    -webkit-transform: translateY(4.5px) rotate(-35deg);
    -ms-transform: translateY(4.5px) rotate(-35deg);
    transform: translateY(4.5px) rotate(-35deg);
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(2) {
    opacity: 0;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(3) {
    background-color: #fff;
    -webkit-transform: translateY(-4.5px) rotate(35deg);
    -ms-transform: translateY(-4.5px) rotate(35deg);
    transform: translateY(-4.5px) rotate(35deg);
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 20px;
    height: 10px;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar span {
    width: 100%;
    height: 1px;
    background-color: #0a0a0a;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

.footer-wrap.top {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.footer-wrap.top.fadein {
  display: none;
}
.footer-wrap.top .inner {
  padding: 0 30px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap.top .inner {
    padding: 0 15px;
  }
}
.footer-wrap.top .content-wrap.sec1 .content.sec1 .head {
  display: none;
}
.footer-wrap.top .content-wrap.sec2 {
  width: 100%;
  margin-top: 0;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 {
  width: 100%;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .logo {
  display: none;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .nav-list {
  display: none;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .info-wrap {
  display: none;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .subnav-list {
  display: none;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .copyright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 0;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .copyright .logo {
  display: none;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .copyright small {
  color: #fff;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .copyright small.text1 {
  margin-left: auto;
}
.footer-wrap.top .content-wrap.sec2 .content.sec1 .copyright small.text2 {
  display: block;
  margin-left: 0;
}
.footer-wrap.top .content-wrap.sec2 .content.sec2 {
  display: none;
}
.footer-wrap .inner {
  padding: 60px 60px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .inner {
    padding: 50px 25px 20px 25px;
  }
}
.footer-wrap .content-wrap.sec1 .content.sec1 .head {
  font-family: goldenbook, serif;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 10px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec1 .content.sec1 .head {
    font-size: 16px;
    letter-spacing: 7px;
  }
}
.footer-wrap .content-wrap.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 80px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 {
    display: block;
    margin-top: 60px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .logo img {
  width: 120px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .logo img {
    width: 75px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list {
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .nav-list {
    display: block;
    margin-top: 35px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item {
  display: block;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item {
    width: 100%;
    height: 45px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item:not(:first-of-type) {
  margin-top: 11.5px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item:not(:first-of-type) {
    margin-top: 0;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item.reserve {
  display: none;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item.reserve {
    display: block;
    height: 55px;
    margin-top: 10px;
    margin-left: 0;
    border-top: 1px solid #0a0a0a;
    border-bottom: 1px solid #0a0a0a;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item.reserve a span .sp-text {
  display: none;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item.reserve a span .sp-text {
    position: relative;
    top: -1px;
    display: inline-block;
  }
  .footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item.reserve a span .sp-text .colon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Shippori Mincho", serif;
    font-size: 11.5px;
    margin: 0 10px 0 12px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item.reserve a span .sp-text.icon-popup:after {
  position: relative;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  border-top: none;
  background: url(../img/shared/icon-popup-type1-2.svg) center center/contain no-repeat;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item.sns {
  display: none;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item a {
  position: relative;
  display: block;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item a:hover span:after {
    left: 0;
  }
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item a span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: goldenbook, serif;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .nav-list .nav-item a span:after {
  position: absolute;
  left: -100%;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px solid #969696;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap {
  display: none;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap {
    display: block;
    margin-top: 32px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl:not(:first-of-type) {
  margin-top: 10px;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl.address + dl {
  margin-top: 23px;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl.address dt:after {
  top: -2.5px;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl.address dd span {
  display: block;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl.address dd span.jp {
  line-height: 1.73;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl.address dd span.en {
  margin-top: 10px;
  font-family: goldenbook, serif;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl.address dd span a {
  text-decoration: underline;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 80px;
  font-family: goldenbook, serif;
  font-size: 12px;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl dt {
    font-size: 11.5px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl dt:after {
  position: relative;
  top: -2px;
  content: ":";
  font-family: "Shippori Mincho", serif;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl dd {
  margin-left: 10px;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .info-wrap dl dd {
    font-size: 11.5px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .subnav-list {
  display: none;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .subnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 200px;
    max-width: 100%;
    margin-top: 30px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .subnav-list .nav-item:nth-of-type(even) {
  margin-left: 15px;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .subnav-list .nav-item:not(:first-of-type):not(:nth-of-type(2)) {
  margin-top: 5px;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .subnav-list .nav-item a span {
  line-height: 1.75;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .subnav-list .nav-item a span.jp {
  font-size: 10px;
  letter-spacing: 1px;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .subnav-list .nav-item a span.en {
  font-family: goldenbook, serif;
  font-size: 11.5px;
}
.footer-wrap .content-wrap.sec2 .content.sec1 .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .copyright {
    margin-top: 75px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .copyright .logo img {
  width: 105px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .copyright .logo img {
    width: 95px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .copyright small {
  position: relative;
  top: 1.5px;
  font-family: goldenbook, serif;
  font-size: 11px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .copyright small {
    top: 1px;
    font-size: 10px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .copyright small.text1 {
  margin-left: 22px;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .copyright small.text1 {
    margin-left: 5px;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec1 .copyright small.text2 {
  display: none;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec1 .copyright small.text2 {
    display: inline-block;
    margin-left: auto;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 960px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 {
    display: none;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl:not(:first-of-type) {
  margin-top: 7px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.reserve + dl {
  margin-top: 20px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.reserve dt {
  font-size: 14px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.reserve dt:after {
  top: -3px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.reserve dd {
  font-size: 15px;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.reserve dd a:hover span {
    color: #969696;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.reserve dd span:after {
  position: relative;
  top: 1px;
  left: 0;
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  border-top: none;
  background: url(../img/shared/icon-popup-type1-2.svg) center center/contain no-repeat;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.address dd span {
  display: block;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.address dd span.jp {
  line-height: 1.73;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.address dd span.en {
  margin-top: 5px;
  font-family: goldenbook, serif;
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl.address dd span a {
  text-decoration: underline;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 100px;
  font-family: goldenbook, serif;
  font-size: 12px;
  line-height: 1.35;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl dt:after {
  position: relative;
  top: -2px;
  content: ":";
  font-family: "Shippori Mincho", serif;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .info-wrap dl dd {
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 2px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list {
  margin-left: 100px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list .nav-item:not(:first-of-type) {
  margin-top: 5px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list .nav-item.copyright {
  margin-top: 110px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list .nav-item.copyright small {
  font-family: goldenbook, serif;
  font-size: 11px;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list .nav-item a:hover span:after {
    left: 0;
  }
}
.footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list .nav-item a span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.75;
  overflow: hidden;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list .nav-item a span:after {
  position: absolute;
  left: -100%;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px solid #969696;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list .nav-item a span.jp {
  letter-spacing: 1px;
}
.footer-wrap .content-wrap.sec2 .content.sec2 .subnav-list .nav-item a span.en {
  font-family: goldenbook, serif;
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap {
    height: calc(var(--vh, 1vh) * 100);
  }
}
.main-img-wrap.tablet {
  height: 768px;
}
.main-img-wrap .copy-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-img-wrap .copy-wrap .copy1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main-img-wrap .copy-wrap .copy1 .en {
  position: absolute;
  color: #fff;
  font-family: goldenbook, serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 12px;
  text-indent: 12px;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy1 .en {
    font-size: 16px;
    letter-spacing: 7px;
    text-indent: 7px;
  }
}
.main-img-wrap .copy-wrap .copy1 .logo {
  width: 200px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy1 .logo {
    width: 135px;
  }
}
.main-img-wrap .copy-wrap .copy1 .logo.fadein {
  display: none;
}
.main-img-wrap .copy-wrap .copy1 .logo img {
  width: 200px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy1 .logo img {
    width: 135px;
  }
}
.main-img-wrap .copy-wrap .copy2 {
  position: absolute;
  top: 50px;
  right: 60px;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy2 {
    top: 70px;
    right: 15px;
  }
}
.main-img-wrap .copy-wrap .copy2.fadein {
  display: none;
}
.main-img-wrap .copy-wrap .copy2 img {
  width: 375px;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy2 img {
    width: 305px;
  }
}
.main-img-wrap .link-wrap {
  position: absolute;
  z-index: 1;
  right: 30px;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .link-wrap {
    right: 20px;
    bottom: 45px;
  }
}
.main-img-wrap .link-wrap .link + .link {
  position: relative;
  margin-left: 26px;
}
.main-img-wrap .link-wrap .link + .link::before {
  position: absolute;
  top: -1px;
  left: -13px;
  content: "";
  height: 18px;
  border-left: 1px solid #fff;
}
.main-img-wrap .link-wrap .link.fadein {
  display: none;
}
.main-img-wrap .link-wrap .link a {
  color: #fff;
  font-size: 14px;
}
@media print, screen and (min-width: 961px) {
  .main-img-wrap .link-wrap .link a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .link-wrap .link a {
    font-size: 13px;
  }
}

.conceptpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 35px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.conceptpg-sec1-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap {
    padding: 0 25px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .video video, .conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .video img {
  width: 100%;
}
.conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .link {
  margin-top: 10px;
  text-align: right;
}
.conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .link a {
  display: inline-block;
}
@media print, screen and (min-width: 961px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .link a:hover span {
    color: #969696;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .link a span {
  font-size: 15px;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .link a span {
    font-size: 14px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .link a span:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 7px;
  border-top: none;
  background: url(../img/shared/icon-popup-type1-2.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec1 .video-wrap .link a span:after {
    margin-left: 5px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec2 {
    display: block;
    margin-top: 55px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec3 {
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec3 {
    margin-top: 65px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec3 .img-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec1-wrap .content-wrap .content.sec3 .img-wrap {
    margin-top: 20px;
  }
}
.conceptpg-sec1-wrap .content-wrap .content.sec3 .img-wrap .img img {
  width: 100%;
}

.conceptpg-sec2-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .inner {
    padding: 50px 0 50px 0;
    padding-bottom: 100px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec1 {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec1 {
    padding: 0 25px;
  }
}
.conceptpg-sec2-wrap .content-wrap .content.sec2 {
  margin-top: 85px;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .conceptpg-sec2-wrap .content-wrap .content.sec2 {
    margin-top: 35px;
    padding: 0 25px;
    padding-right: 0;
  }
}

.roompg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .roompg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.roompg-sec1-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec1-wrap .content-wrap {
    padding: 0 25px;
  }
}
.roompg-sec1-wrap .content-wrap .content:not(:first-of-type) {
  margin-top: 110px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec1-wrap .content-wrap .content:not(:first-of-type) {
    margin-top: 70px;
  }
}
.roompg-sec1-wrap .content-wrap .content .description-wrap .description.sec1 {
  width: 700px;
  max-width: 100%;
}

.roompg-sec2-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.roompg-sec2-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap {
    display: block;
    padding: 0 25px;
  }
}
.roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec1 {
  width: 350px;
  max-width: 100%;
}
.roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec2 {
  margin-top: 65px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec2 .dl-wrap.sec2 {
    margin-left: 38px;
  }
}
.roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec2 .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec2 .dl-wrap dl dt {
  min-width: 25px;
  font-family: goldenbook, serif;
  font-size: 12px;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec2 .dl-wrap dl dt {
    line-height: 1.66;
  }
}
.roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec2 .dl-wrap dl dd {
  font-family: goldenbook, serif;
  font-size: 12px;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec1 .description-wrap .description.sec2 .dl-wrap dl dd {
    line-height: 1.66;
  }
}
.roompg-sec2-wrap .content-wrap .content.sec2 {
  position: relative;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47%;
  max-width: 520px;
  margin-left: 90px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec2 {
    position: static;
    width: 325px;
    max-width: 100%;
    margin-top: 35px;
    margin-left: 0;
  }
}
.roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap {
  position: relative;
  width: 100%;
}
.roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap .img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap .img {
    left: 20px;
    width: 280px;
    margin: 0 auto;
  }
}
.roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap .img img.img1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap h4 {
  position: absolute;
}
.roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap h4.head1 {
  top: 33px;
  right: -55px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap h4.head1 {
    top: 5px;
    right: 0;
  }
}
.roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap h4.head2 {
  left: -125px;
  bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap h4.head2 {
    left: 0;
    bottom: 0;
  }
}
.roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap h4 .en {
  display: block;
  font-family: goldenbook, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec2-wrap .content-wrap .content.sec2 .img-wrap h4 .en {
    font-size: 12px;
    letter-spacing: 0.5px;
  }
}

.roompg-sec3-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.roompg-sec3-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap {
    padding: 0 25px;
  }
}
.roompg-sec3-wrap .content-wrap .content.sec1 .heading-wrap + .detail-wrap {
  margin-top: 85px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap .content.sec1 .heading-wrap + .detail-wrap {
    margin-top: 35px;
  }
}
.roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1080px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap {
    display: block;
  }
}
.roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail {
  width: 48%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail {
    width: 100%;
  }
  .roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail:not(:first-of-type) {
    margin-top: 30px;
  }
}
.roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .head {
  border-bottom: 1px solid #969696;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .head {
    padding-bottom: 5px;
  }
}
.roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .head + .text {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .head + .text {
    margin-top: 25px;
  }
}
.roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .head h3 {
  font-family: goldenbook, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .head h3 {
    font-size: 11.5px;
  }
}
.roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .text p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .text p {
    font-size: 11.5px;
  }
}
.roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .text p + ul {
  margin-top: 5px;
}
.roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .text ul li {
  font-size: 14px;
  line-height: 1.92;
}
@media only screen and (max-width: 767px) {
  .roompg-sec3-wrap .content-wrap .content.sec1 .detail-wrap .detail .text ul li {
    font-size: 11.5px;
  }
}

.roompg-sec4-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 50px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 40px;
  }
}
.roompg-sec4-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .content-wrap {
    padding: 0 25px;
  }
}
.roompg-sec4-wrap .content-wrap .content.sec1 .heading-wrap + .detail-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .content-wrap .content.sec1 .heading-wrap + .detail-wrap {
    margin-top: 45px;
  }
}
.roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap {
    display: block;
  }
}
.roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl:not(:first-of-type) {
  margin-left: 55px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl:not(:first-of-type) {
    margin-top: 20px;
    margin-left: 0;
  }
}
.roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl dt .en {
  font-family: goldenbook, serif;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl dt .en {
    font-size: 14px;
  }
}
.roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl dt .en:before {
  content: "○";
  font-size: 16px;
  margin-right: 3px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl dt .en:before {
    font-size: 13px;
  }
}
.roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl dt .jp {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl dt .jp {
    font-size: 11px;
  }
}
.roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl dd {
  margin-left: 5px;
  font-size: 18px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec4-wrap .content-wrap .content.sec1 .detail-wrap .detail .dl-wrap dl dd {
    font-size: 14px;
  }
}

.roompg-sec5-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 50px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec5-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.roompg-sec5-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec5-wrap .content-wrap {
    padding: 0 25px;
  }
}
.roompg-sec5-wrap .content-wrap .content.sec1 .heading-wrap + .detail-wrap {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec5-wrap .content-wrap .content.sec1 .heading-wrap + .detail-wrap {
    margin-top: 40px;
  }
}
.roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1080px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap {
    display: block;
  }
}
.roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail {
  width: 48%;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail {
    width: 100%;
  }
  .roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail:not(:first-of-type) {
    margin-top: 45px;
  }
}
.roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .text h4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .text h4 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .text h4 + p {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .text h4 + p {
    margin-top: 15px;
  }
}
.roompg-sec5-wrap .content-wrap .content.sec1 .detail-wrap .detail .text ul.notes-list li {
  line-height: 2;
}

.diningpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
    padding-bottom: 60px;
  }
}
.diningpg-sec1-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap {
    padding: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content {
    padding: 0 25px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
  margin-top: 135px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
    margin-top: 80px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap {
    display: block;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec1 {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec1 {
    width: 100%;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec1 .text h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.22;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec1 .text h2 {
    font-size: 14px;
    line-height: 1.78;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec1 .text h2 + p {
  margin-top: 20px;
}
.diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec1 .text p + p {
  margin-top: 25px;
}
.diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 {
  width: 59%;
  min-width: 400px;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
    margin-left: 0;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 {
  margin-top: 135px;
  padding-top: 100px;
  border-top: 1px solid #969696;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 {
    margin-top: 80px;
    padding-top: 60px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
  margin-top: 135px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:not(:first-of-type) {
    margin-top: 80px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap {
    display: block;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 {
  width: 56%;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 {
    width: 100%;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .text + .info-wrap {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .text + .info-wrap {
    margin-top: 25px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .text p + p {
  margin-top: 25px;
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap h3 {
  font-family: goldenbook, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap h3 {
    font-size: 14px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap h3 + dl {
  margin-top: 5px;
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap dl + dl {
  margin-top: 7px;
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 70px;
  font-family: goldenbook, serif;
  font-size: 12px;
  line-height: 1.35;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap dl dt {
    font-size: 11.5px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap dl dt:after {
  position: relative;
  top: -2.5px;
  content: ":";
  font-family: "Shippori Mincho", serif;
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap dl dd {
  margin-left: 20px;
  font-size: 12px;
  line-height: 1.35;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .info-wrap dl dd {
    font-size: 11.5px;
    letter-spacing: 1.5px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .btn {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec1 .btn {
    margin-top: 30px;
  }
}
.diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 {
  width: 470px;
  max-width: 100%;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .detail-wrap .detail.sec2 {
    margin-top: 25px;
    margin-left: 0;
  }
}
.diningpg-sec2-wrap {
  position: relative;
}
.diningpg-sec2-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: calc(100% - 120px);
  margin: auto;
  border-top: 1px solid #969696;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec2-wrap:before {
    width: 100%;
  }
}
.diningpg-sec2-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 140px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec2-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
.diningpg-sec2-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec2-wrap .content-wrap {
    display: block;
    padding: 0 25px;
  }
}
@media only screen and (max-width: 767px) {
  .diningpg-sec2-wrap .content-wrap .content.sec1 .heading-wrap + .description-wrap {
    margin-top: 35px;
  }
}
.diningpg-sec2-wrap .content-wrap .content.sec2 {
  width: 59%;
  min-width: 400px;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .diningpg-sec2-wrap .content-wrap .content.sec2 {
    width: 100%;
    min-width: auto;
    margin-top: 20px;
    margin-left: 0;
  }
}

.planpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
    padding-bottom: 100px;
  }
}
.planpg-sec1-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap {
    padding: 0 25px;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
  margin-top: 115px;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
    margin-top: 75px;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .head + .detail-wrap {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .head + .detail-wrap {
    margin-top: 15px;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .head h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .head h2 {
    font-size: 14px;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 1080px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec1 {
    display: none;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 {
  position: relative;
  top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 52%;
  min-height: 304px;
  max-width: 556px;
  margin-left: 60px;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 {
    position: static;
    width: 100%;
    min-height: auto;
    max-width: none;
    margin-left: 0;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .text {
  padding-bottom: 10px;
  border-bottom: 1px solid #969696;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .text {
    padding-bottom: 8px;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .text + .img-wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .text + .img-wrap {
    margin-top: 25px;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .text ul.notes-list li {
  line-height: 2;
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .img-wrap {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .img-wrap .slider-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .img-wrap .slider-wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .img-wrap .list-wrap {
    margin-left: 30px;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .img-wrap .list-wrap ul li {
  padding-left: 1.2em;
  line-height: 2;
  text-indent: -1.2em;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .img-wrap .list-wrap ul li {
    line-height: 1.78;
  }
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .img-wrap .list-wrap ul li:before {
  content: "■";
  margin-right: 3px;
}
.planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .btn {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .planpg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item .detail-wrap .detail.sec2 .btn {
    margin-top: 35px;
  }
}

.archive-topicspg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
  padding-top: 45px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.archive-topicspg-sec1-wrap .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap {
    display: block;
    padding: 0 25px;
  }
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec1 {
  position: relative;
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec1 .category-wrap {
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec1 .category-wrap {
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li {
  width: 200px;
  max-width: 100%;
  border-bottom: 1px solid #969696;
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li {
    width: 47%;
    border-top: 1px solid #969696;
  }
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li:first-of-type {
  border-top: 1px solid #969696;
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a {
  display: block;
  padding: 15px 0;
  line-height: 1.75;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec1 .category-wrap ul li a:hover {
    opacity: 0.7;
  }
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 {
  width: 59%;
  min-width: 600px;
  margin-top: -180px;
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec2 {
    width: 100%;
    min-width: auto;
    margin-top: 60px;
  }
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item {
  display: block;
  width: 31%;
  margin-bottom: 85px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:hover {
    opacity: 0.7;
  }
  .archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:hover .tmb img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item {
    width: 47%;
    margin-bottom: 45px;
  }
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:first-of-type {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item:first-of-type .excerpt .head .title {
    font-size: 13px;
  }
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .tmb {
  overflow: hidden;
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .tmb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt {
  margin-top: 10px;
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .head .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec2 .item-wrap .item .excerpt .head .title {
    font-size: 11.5px;
  }
}
.archive-topicspg-sec1-wrap .content-wrap .content.sec2 .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .archive-topicspg-sec1-wrap .content-wrap .content.sec2 .btn {
    margin-top: 25px;
  }
}

.postpg-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 35px;
    padding-bottom: 100px;
  }
}
.postpg-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap {
    padding: 0 25px;
  }
}
.postpg-wrap .content-wrap .content.sec1 {
  width: 59%;
  min-width: 600px;
  margin: 0 0 0 auto;
  margin-top: -180px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content.sec1 {
    width: 100%;
    min-width: auto;
    margin-top: 0;
  }
}
.postpg-wrap .content-wrap .content.sec1 .post-item .post-head .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content.sec1 .post-item .post-head .title {
    font-size: 12.5px;
  }
}
.postpg-wrap .content-wrap .content.sec1 .post-item .post-thumb {
  margin-top: 15px;
}
.postpg-wrap .content-wrap .content.sec1 .post-item .post-thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.postpg-wrap .content-wrap .content.sec1 .post-item .post-content {
  margin-top: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content.sec1 .post-item .post-content {
    margin-top: 20px;
  }
}
.postpg-wrap .content-wrap .content.sec1 .post-item .post-content p, .postpg-wrap .content-wrap .content.sec1 .post-item .post-content a {
  line-height: 2.45;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content.sec1 .post-item .post-content p, .postpg-wrap .content-wrap .content.sec1 .post-item .post-content a {
    line-height: 2;
  }
}
.postpg-wrap .content-wrap .content.sec1 .post-item .post-content a {
  color: #065b90;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .postpg-wrap .content-wrap .content.sec1 .post-item .post-content a:hover {
    text-decoration: none;
  }
}
.postpg-wrap .content-wrap .content.sec1 .post-item .post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}
.postpg-wrap .content-wrap .content.sec1 .post-item .post-date {
  margin-top: 20px;
}

.post-link-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .post-link-wrap {
    margin-top: 50px;
  }
}
.post-link-wrap .links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 650px;
  max-width: 100%;
}
.post-link-wrap .links a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32%;
  height: 50px;
  max-width: 100%;
  padding: 0 20px;
  border: 1px solid #0a0a0a;
  font-family: goldenbook, serif;
  font-size: 14px;
}
@media print, screen and (min-width: 961px) {
  .post-link-wrap .links a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .post-link-wrap .links a {
    height: 45px;
    padding: 0 12px;
  }
}
.post-link-wrap .links a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
}
@media only screen and (max-width: 767px) {
  .post-link-wrap .links a:after {
    right: 12px;
    width: 11px;
    height: 11px;
  }
}
.post-link-wrap .links a.prev {
  position: absolute;
  top: 0;
  left: 0;
}
.post-link-wrap .links a.prev:after {
  background: url(../img/shared/btn-arrow-left-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .post-link-wrap .links a.back {
    color: transparent;
  }
}
.post-link-wrap .links a.back:after {
  background: url(../img/shared/icon-back-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .post-link-wrap .links a.back:after {
    left: 0;
    right: 0;
    margin: auto;
  }
}
.post-link-wrap .links a.next {
  position: absolute;
  top: 0;
  right: 0;
}
.post-link-wrap .links a.next:after {
  background: url(../img/shared/btn-arrow-right-type1-1.svg) center center/contain no-repeat;
}

.pagination-wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap {
    margin-top: 50px;
  }
}
.pagination-wrap .pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-wrap .pagination span, .pagination-wrap .pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  padding-top: 3px;
  border: 1px solid #0a0a0a;
  color: #0a0a0a;
  font-family: goldenbook, serif;
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap .pagination span, .pagination-wrap .pagination a {
    width: 30px;
    height: 30px;
    margin: 0 3px;
  }
}
.pagination-wrap .pagination span.current, .pagination-wrap .pagination a.current {
  background: #0a0a0a;
  border: 1px solid #0a0a0a;
  color: #fff;
}
.pagination-wrap .pagination span.next, .pagination-wrap .pagination span.prev, .pagination-wrap .pagination a.next, .pagination-wrap .pagination a.prev {
  position: relative;
  padding: 0;
  border: none;
}
@media print, screen and (min-width: 961px) {
  .pagination-wrap .pagination span.next:hover, .pagination-wrap .pagination span.prev:hover, .pagination-wrap .pagination a.next:hover, .pagination-wrap .pagination a.prev:hover {
    background: none;
    opacity: 0.7;
  }
}
.pagination-wrap .pagination span.next:after, .pagination-wrap .pagination span.prev:after, .pagination-wrap .pagination a.next:after, .pagination-wrap .pagination a.prev:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap .pagination span.next:after, .pagination-wrap .pagination span.prev:after, .pagination-wrap .pagination a.next:after, .pagination-wrap .pagination a.prev:after {
    width: 11px;
    height: 11px;
  }
}
.pagination-wrap .pagination span.next, .pagination-wrap .pagination a.next {
  margin-left: 5px;
  margin-right: 0;
}
.pagination-wrap .pagination span.next:after, .pagination-wrap .pagination a.next:after {
  background: url(../img/shared/btn-arrow-right-type1-1.svg) center center/contain no-repeat;
}
.pagination-wrap .pagination span.prev, .pagination-wrap .pagination a.prev {
  margin-left: 0;
  margin-right: 5px;
}
.pagination-wrap .pagination span.prev:after, .pagination-wrap .pagination a.prev:after {
  background: url(../img/shared/btn-arrow-left-type1-1.svg) center center/contain no-repeat;
}
.pagination-wrap .pagination span.dots, .pagination-wrap .pagination a.dots {
  margin: 0 0;
  border: none;
}
@media print, screen and (min-width: 961px) {
  .pagination-wrap .pagination a:hover {
    background: #0a0a0a;
    color: #fff;
  }
}

.contactpg-sec1-wrap {
  margin-top: -405px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap {
    margin-top: 0;
  }
}
.contactpg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 35px;
    padding-bottom: 100px;
  }
}
.contactpg-sec1-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap {
    padding: 0 25px;
  }
}
.contactpg-sec1-wrap .content-wrap .content.sec1 {
  width: 59%;
  min-width: 600px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content.sec1 {
    width: 100%;
    min-width: auto;
  }
}
.contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl {
    padding: 15px 0;
  }
}
.contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.textarea dt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.textarea dt {
    margin-top: 0;
  }
}
.contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.textarea dd textarea {
  height: 180px;
  min-height: 180px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.textarea dd textarea {
    height: 150px;
    min-height: 150px;
  }
}
.contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.radio, .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.checkbox {
  padding: 35px 0 35px 0;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.radio, .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.checkbox {
    padding: 25px 0 25px 0;
  }
}
.contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.radio dd, .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.checkbox dd {
  margin-top: 20px;
}
.contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
    margin-top: 15px;
  }
}
.contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl dt .must {
  margin-left: 5px;
  color: #d51b1b;
}
.contactpg-sec1-wrap .content-wrap .content.sec1 .form-wrap .dl-wrap dl dd {
  margin-top: 10px;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number {
  width: 100%;
  height: 100%;
  padding: 19px 0;
  background: none;
  border: none;
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Shippori Mincho", serif;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea,
  .wpcf7-form-control.wpcf7-date,
  .wpcf7-form-control.wpcf7-number {
    padding: 12px 0;
  }
}

.consent-wrap {
  margin-top: 40px;
}
.consent-wrap .consent .wpcf7-form-control-wrap {
  display: block;
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}
.consent-wrap .link {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .consent-wrap .link {
    padding-left: 22px;
  }
}
.consent-wrap .link a {
  color: #0a0a0a;
  text-decoration: underline;
  opacity: 0.7;
}
@media print, screen and (min-width: 961px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}

.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label, .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox], .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label .button:after, .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  top: -3px;
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  border-bottom: 3px solid #0a0a0a;
  border-right: 3px solid #0a0a0a;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
}
.wpcf7-checkbox .wpcf7-list-item-label .button, .wpcf7-acceptance .wpcf7-list-item-label .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #0a0a0a;
}

.wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  content: "";
  width: 60%;
  height: 60%;
  background: #0a0a0a;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item-label .button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #0a0a0a;
  border-radius: 50%;
}

.submit-wrap {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .submit-wrap {
    margin-top: 60px;
  }
}
.submit-wrap .submit {
  position: relative;
  width: 210px;
  height: 50px;
  max-width: 100%;
  margin-top: 45px;
  background: #0a0a0a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (min-width: 961px) {
  .submit-wrap .submit:hover {
    background: #3c3c3c;
  }
}
@media only screen and (max-width: 767px) {
  .submit-wrap .submit {
    width: 100%;
    margin-top: 30px;
  }
}
.submit-wrap .submit a, .submit-wrap .submit p, .submit-wrap .submit span {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  color: #fff;
  font-family: goldenbook, serif;
  font-size: 14px;
}
.submit-wrap .submit a:after, .submit-wrap .submit p:after, .submit-wrap .submit span:after {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/shared/btn-arrow-right-type1-2.svg) center center/contain no-repeat;
}
.submit-wrap input.wpcf7-submit, .submit-wrap p.wpcf7-submit, .submit-wrap span.wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: goldenbook, serif;
  font-size: 18px;
  letter-spacing: 0.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  opacity: 0;
}

.ajax-loader, .wpcf7-spinner {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  margin-top: 5px;
  font-weight: 500 !important;
  line-height: 1.2;
}

/*
.wpcf7-form-control.wpcf7-textarea{
  & + .wpcf7-not-valid-tip{
    bottom: -23px;
    @include media(){
      bottom: -19px;
    }
  }
}

.wpcf7-form-control.wpcf7-checkbox{
  & + .wpcf7-not-valid-tip{
    right: 0;
    margin: auto;
  }
}
*/
.screen-reader-response {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-validation-errors {
  width: 600px;
  max-width: 100%;
  margin: 20px 0 0 0 !important;
  padding: 7px 10px !important;
  border: 2px solid #d51b1b !important;
  color: #d51b1b !important;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.wpcf7-form.sent .wpcf7-response-output, .wpcf7-mail-sent-ok {
  width: 600px;
  max-width: 100%;
  margin: 20px 0 0 0 !important;
  padding: 7px 10px !important;
  border: 2px solid #0a0a0a !important;
  color: #0a0a0a;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.privacy-policypg-sec1-wrap {
  margin-top: -127px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap {
    margin-top: 0;
  }
}
.privacy-policypg-sec1-wrap .inner {
  padding: 100px 0 100px 0;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .inner {
    padding: 50px 0 50px 0;
    padding-top: 35px;
    padding-bottom: 100px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap {
    padding: 0 25px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 {
  width: 59%;
  min-width: 600px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content.sec1 {
    width: 100%;
    min-width: auto;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item h3 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item h3 {
    font-size: 14px;
    line-height: 1.57;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item p {
  margin-top: 10px;
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item p.mail {
  margin-top: 30px;
  line-height: 1.75;
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item p + ul {
  margin-top: 20px;
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item ul {
  list-style: none;
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item ul li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-policypg-sec1-wrap .content-wrap .content.sec1 .item-wrap .item ul li:before {
  content: "・";
}
