@charset "utf-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
hr {
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: inherit;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img,
embed,
iframe,
object {
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
textarea {
  width: 100%;
  overflow: auto;
}
select {
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select:disabled {
  opacity: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="number"],
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
:-moz-focusring {
  outline: auto;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: unset;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: normal;
}
img {
  height: auto;
  border-style: none;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
pre {
  font-family: inherit;
  overflow: auto;
}
big {
  font-size: 125%;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
dd {
  margin-inline-start: 0;
}
/* Wordpress
--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  display: grid;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.only-sp {
  display: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  background-color: #Fff;
}
.container {
  max-width: 1920px;
  min-width: 1280px;
  margin: auto;
}
a {
  transition: all .3s;
}
.site-navigation {
  font-size: 15px;
  font-size: 1.5rem;
}
.site-navigation ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-navigation li:not(:last-child) {
  margin-right: 32px;
}
.header-navigation {
  position: relative;
  mix-blend-mode: difference;
  z-index: 100;
  color: #Fff;
  white-space: nowrap;
}
.header-navigation.fixed {
  position: fixed;
  width: 100%;
}
.header-navigation.fixed ul {
  max-width: 1920px;
  margin: auto;
}
.header-navigation .sub-navigation,
.header-navigation .site-copyright {
  display: none;
}
.header-navigation a:hover {
  color: #816666;
}
.header-navigation ul {
  height: 0;
}
.front-navigation .header-navigation {
  padding-top: 43px;
  left: 80px;
  top: 0;
}
.front-navigation .header-navigation.fixed {
  top: 43px;
  padding-top: 0;
}
.header-navigation-logo {
  display: none;
  position: fixed;
  top: 34px;
  left: 0;
  z-index: 100;
  width: 100%;
  mix-blend-mode: difference;
}
.header-navigation-logo .inner {
  position: relative;
  width: 100%;
  min-width: 1280px;
  max-width: 1920px;
  margin: auto;
}
.header-navigation-logo a {
  position: absolute;
  top: 0;
  right: 78px;
  display: inline-block;
  width: 170px;
}
.site-header {
  position: relative;
}
.front-header {
  width: 87.5%;
  height: 64vh;
  min-height: 400px;
  max-height: 640px;
  padding-right: 540px;
  margin-bottom: 322px;
  background-color: #fff;
}
.header-logo {
  position: absolute;
  top: 140px;
  right: 88px;
  width: 356px;
}
.front-mv-wrap {
  position: relative;
  background-color: #EDF0F2;
  overflow: hidden;
  height: 123vh;
  min-height: 760px;
  max-height: 1230px;
}
.header-slider {
  width: 100%;
  height: 80vh;
  min-height: 500px;
  max-height: 800px;
}
.header-slider ul {
  width: 100%;
  height: 100%;
  list-style-type: none;
  background-color: #000;
}
.header-slider li {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: all 2s;
  opacity: 0;
  overflow: hidden;
}
.header-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
}
.header-slider .showSlide {
  opacity: 1;
}
.header-slider img {
  transition: all 10s;
  transform: scale(1.04) translateX(2%);
}
.header-slider .showSlide img {
  transform: scale(1.04) translateX(-2%);
}
.header-slider-main {
  position: relative;
  z-index: 2;
  margin-bottom: 17px;
}
.header-catchphrase {
  position: absolute;
  bottom: -60px;
  right: 88px;
  writing-mode: vertical-rl;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.27em;
}
.top-about {
  position: relative;
  background-color: #fff;
  margin-bottom: 100px;
}
.top-about:before,
.top-about:after {
  position: absolute;
  content: '';
  display: block;
}
.top-about:before {
  top: -45px;
  left: 15%;
  width: 90px;
  height: 90px;
  background-color: #9CB5B5;
}
.top-about:after {
  top: 250px;
  left: 0;
  width: 100px;
  height: 200px;
  background-color: #EDF0F2;
}
.top-about-inner {
  position: relative;
  top: -108px;
  margin-left: 37.5%;
  width: 45.83%;
}
.top-about-inner:before {
  position: absolute;
  content: '';
  display: block;
  bottom: 152px;
  right: -190px;
  width: 100px;
  height: 100px;
  background-color: #EDF0F2;
}
.top-about-inner figure {
  margin-bottom: 60px;
  border: 5px solid #111111;
}
.top-about-inner .top-about-body {
  margin-bottom: 60px;
  line-height: 2.9;
}
.top-about-inner .link-button a:hover {
  background-color: #B4CBCB;
}
.content-divided {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.link-button span,
.link-button a {
  display: inline-block;
  padding: 20px 34px;
  border: 2px solid #111111;
}
.link-button a:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  width: 20px;
  height: 5px;
  margin-left: 8px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: skew(45deg);
}
.back-button a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -3px;
  width: 20px;
  height: 5px;
  margin-right: 8px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: skew(-45deg);
}
.back-button a:after {
  content: none;
}
.back-button a:hover {
  background-color: #B4CBCB;
}
.slider-block ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-block li {
  width: 400px;
  height: 400px;
  flex-shrink: 0;
}
.slider-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-block .inner {
  position: relative;
  height: 400px;
}
.slider-block .slider,
.slider-block .slider-logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.slider-block .slider {
  z-index: 1;
  overflow: hidden;
}
.slider-block .slider-logo {
  z-index: 2;
  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;
}
.slider-block .slider-logo-wrap {
  width: 400px;
  height: 160px;
  background-color: #Fff;
  text-align: center;
}
.slider-block .slider-logo-wrap img {
  width: 200px;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.site-main {
  position: relative;
}
.content-heading {
  position: relative;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 96px;
}
.content-heading span {
  position: relative;
  display: inline-block;
}
.content-heading span:before {
  position: absolute;
  top: -6px;
  z-index: -1;
  content: '';
  display: block;
  width: 74px;
  height: 38px;
  background-color: #EDF0F2;
}
.heaading-l span:before {
  left: -47px;
}
.heaading-r span:before {
  right: -47px;
}
.site-footer {
  padding: 80px 0 40px;
  text-align: center;
}
.site-copyright {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.footer-navigation ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer-navigation .navigation-list {
  margin-bottom: 24px;
}
.footer-navigation .sub-navigation {
  margin-bottom: 64px;
}
.footer-navigation a:hover {
  color: #7E9999;
}
.content-list .content-list-inner {
  position: relative;
  margin-bottom: 160px;
}
.content-list .content-list-body {
  position: relative;
  z-index: 5;
  color: #fff;
  width: 1200px;
  margin: 203px auto 0;
}
.content-list ul {
  position: relative;
  top: -107px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.content-list li {
  position: relative;
  width: 373px;
  padding-bottom: 112px;
  font-size: 14px;
  font-size: 1.4rem;
}
.content-list li:not(:nth-child(3n)) {
  margin-right: 40px;
}
.content-list li:nth-child(n+4) {
  margin-top: 70px;
}
.content-list img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-list figure {
  position: relative;
  width: 100%;
  aspect-ratio: calc(1/1);
  margin-bottom: 47px;
  background-color: #7A7A7A;
}
.content-list figure:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/wp/wp-content/themes/blanc2/images/logo_white.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 190px;
}
.content-list h3 {
  margin-bottom: 16px;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
}
.content-list h3 small {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}
.content-list h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.content-list p {
  line-height: 2.2;
}
.content-list .content-list-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.content-list .content-list-bg img {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  object-fit: cover;
  object-position: bottom;
}
.content-list .link-button {
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-list .link-button span,
.content-list .link-button a {
  color: #fff;
  border-color: #fff;
}
.content-hotels {
  margin-top: -60px;
  padding-top: 60px;
}
.content-hotels .content-list-inner {
  background-color: #7E9999;
}
.content-hotels .link-button a:hover {
  background-color: #8FB8B8;
}
.content-restaurants {
  margin-top: -60px;
  padding-top: 60px;
}
.content-restaurants p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
.content-restaurants .content-list-inner {
  background-color: #43474C;
}
.content-restaurants .link-button a:hover {
  background-color: #676E76;
}
.informations-wrap {
  width: 1200px;
  height: 500px;
  margin: 0 auto 173px;
}
.informations-wrap h2 {
  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;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
  margin-bottom: 32px;
}
.informations-wrap h2 small {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  color: #7A7A7A;
}
.informations-wrap .content-divided {
  background-color: #7A7A7A;
  color: #fff;
}
.informations-wrap .left-side {
  width: 500px;
}
.informations-wrap .right-side {
  width: 700px;
  padding: 100px 120px 100px 110px;
}
.informations-wrap p {
  margin-bottom: 40px;
  line-height: 2;
}
.informations-wrap .link-button {
  text-align: right;
}
.informations-wrap .link-button span,
.informations-wrap .link-button a {
  color: #fff;
  border-color: #fff;
}
.informations-wrap .link-button a:hover {
  background-color: #999999;
}
.content-news {
  width: 940px;
  margin: 0 auto 160px;
}
.content-news .link-button {
  text-align: right;
}
.content-news .link-button a:hover {
  background-color: #B4CBCB;
}
.content-news-list ul {
  list-style-type: none;
  margin-bottom: 64px;
}
.content-news-list li {
  border-bottom: 1px solid #E4EAEE;
}
.content-news-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 16px;
}
.content-news-list li h3 {
  display: inline-block;
  transition: all .3s;
}
.content-news-list a:hover h3 {
  color: #7E9999;
}
.content-news-list a:hover .post-category span {
  background-color: #7E9999;
}
.post-date {
  flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  margin-right: 16px;
  width: 100px;
}
.post-category {
  flex-shrink: 0;
  width: 123px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-size: 1.2rem;
}
.post-category span {
  display: inline-block;
  background-color: #5B5A56;
  color: #fff;
  padding: 2px 21px;
  transition: all .3s;
}
.content-company {
  position: relative;
  background-color: #7E9999;
  color: #fff;
}
.content-company .content-company-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.content-company .content-company-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-company h2 {
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  font-size: 3.2rem;
}
.content-company h2 span:before {
  background-color: #96B5B5;
}
.content-company h2 small {
  display: block;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
.content-company .content-divided {
  position: relative;
  z-index: 5;
  width: 1076px;
  margin: auto;
  padding: 160px 0 100px;
}
.content-company .left-side {
  width: 416px;
}
.content-company .right-side {
  width: 660px;
}
.content-company table {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 56px;
}
.content-company tr {
  border-bottom: 1px solid #A2B4B4;
}
.content-company th {
  font-weight: 700;
  width: 136px;
  padding: 24px 16px;
}
.content-company td {
  padding: 24px 0;
}
.content-company .link-button {
  text-align: right;
}
.content-company .link-button span,
.content-company .link-button a {
  color: #fff;
  border-color: #fff;
}
.content-company .link-button span:hover,
.content-company .link-button a:hover {
  background-color: #8FB8B8;
}
.global-navigation {
  position: fixed;
  left: 0;
  z-index: 100;
  width: 100%;
  mix-blend-mode: difference;
}
.global-navigation .inner {
  position: relative;
  width: 100%;
  min-width: 1280px;
  max-width: 1920px;
  margin: auto;
}
.global-navigation .header-navigation {
  padding-top: 43px;
  padding-left: 80px;
}
.global-navigation .site-navigation-logo {
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 100;
  width: 320px;
  text-align: center;
}
.global-navigation .site-navigation-logo img {
  width: 170px;
}
.global-navigation .site-navigation-logo a {
  display: inline-block;
}
.common-header .inner {
  position: relative;
  width: 100%;
  min-width: 1280px;
  max-width: 1920px;
  margin: auto;
  padding-top: 116px;
}
.common-header .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: calc(100% - 320px);
  height: 1010px;
  background-color: #EDF0F2;
}
.common-header .header-content {
  position: relative;
  width: 100%;
  height: 560px;
}
.common-header .cover {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
}
.common-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-header .header-text {
  position: absolute;
  left: 120px;
  bottom: 100px;
  color: #fff;
  font-size: 64px;
  font-size: 6.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.046em;
}
.about-top {
  position: relative;
  padding-top: 160px;
  margin-bottom: 206px;
  /*
    &:before {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        width: ~"calc(100% - 320px)";
        height: 334px;
        content: '';
        background-color: #EDF0F2;
    }


 */
}
.about-top .content-divided {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.about-top .left-side {
  padding-bottom: 44px;
}
.about-top .right-side {
  margin-left: 160px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.2;
}
.about-top-square {
  position: absolute;
  top: -75px;
  right: 190px;
}
.about-hotels {
  margin-bottom: 154px;
}
.about-hotel-wrap {
  position: relative;
  width: 100%;
  min-width: 1280px;
  max-width: 1920px;
  aspect-ratio: 3/2;
  margin-bottom: 120px;
}
.about-hotel-wrap img {
  width: 100%;
  height: 100%;
}
.about-hotel-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.about-hotel-cover img {
  object-fit: cover;
}
.about-hotel-body {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.about-hotel-body h2 {
  position: absolute;
  top: -48px;
  left: 120px;
  font-size: 56px;
  font-size: 5.6rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
}
.about-hotel-body .about-hotel-text {
  position: absolute;
  top: 120px;
  left: 120px;
  width: 320px;
  height: 320px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.4;
  letter-spacing: 0.05em;
}
.about-hotel-map {
  position: absolute;
  top: 9.5%;
  left: 25%;
  width: 62%;
  height: auto;
}
.about-hotel-map img {
  object-fit: contain;
}
.hotel-list-wrap {
  width: 1200px;
  margin: auto;
}
.hotel-list-wrap h2 {
  text-align: right;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: 80px;
}
.hotel-list-wrap ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 160px;
}
.hotel-list-wrap li {
  position: relative;
  width: 360px;
  border: 4px solid #111111;
}
.hotel-list-wrap li:nth-child(3n - 2) {
  margin-right: 60px;
}
.hotel-list-wrap li:nth-child(3n - 1) {
  margin-right: 60px;
  top: 80px;
}
.hotel-list-wrap li:nth-child(3n) {
  top: 160px;
}
.hotel-list-body {
  padding: 10px 36px 24px;
}
.hotel-list-body .hotel-list-number {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 2px;
}
.hotel-list-body h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 14px;
}
.hotel-list-body p {
  line-height: 2;
}
.about-title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 56px;
  font-size: 5.6rem;
  line-height: 1.2;
  margin-bottom: 8px;
}
.about-title small {
  font-size: 16px;
  font-size: 1.6rem;
}
.about-philosophy {
  margin-bottom: 120px;
}
.about-philosophy .inner {
  position: relative;
  width: 1200px;
  margin: auto;
  background-color: #EDF0F2;
}
.about-philosophy .about-title {
  position: absolute;
  top: -32px;
  left: 60px;
}
.about-philosophy .about-philosophy-content {
  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;
  padding: 100px 0;
}
.about-philosophy img {
  width: 733px;
  height: auto;
}
.about-mission {
  position: relative;
  margin-bottom: 250px;
}
.about-mission .about-title {
  text-align: center;
  margin-bottom: 80px;
}
.about-mission .content-divided {
  margin-bottom: 60px;
}
.about-mission .left-side {
  position: relative;
  width: 44%;
}
.about-mission .mission-circles {
  position: absolute;
  top: 0;
  right: 109px;
  width: 444px;
  height: 462px;
}
.about-mission .mission-before,
.about-mission .mission-after {
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}
.about-mission .mission-before:before,
.about-mission .mission-after:before,
.about-mission .mission-before:after,
.about-mission .mission-after:after {
  position: absolute;
  display: block;
  width: 100%;
  color: #7E9999;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}
.about-mission .mission-before {
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  border: 1px dashed #7E9999;
  color: #7E9999;
  padding-top: 104px;
  font-size: 24px;
  font-size: 2.4rem;
}
.about-mission .mission-before:before {
  content: 'Before';
  top: 40px;
  font-size: 20px;
  font-size: 2rem;
}
.about-mission .mission-after {
  bottom: 0;
  right: 0;
  width: 300px;
  height: 300px;
  border: 1px solid #7E9999;
  padding-top: 120px;
  font-size: 28px;
  font-size: 2.8rem;
}
.about-mission .mission-after:before {
  top: 48px;
  content: 'After';
  font-size: 24px;
  font-size: 2.4rem;
}
.about-mission .mission-after:after {
  position: absolute;
  top: 20px;
  left: 30px;
  content: '';
  display: block;
  width: 41px;
  height: 41px;
  background-image: url(/wp/wp-content/themes/blanc2/images/about/sission_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-mission .right-side {
  width: 56%;
}
.about-mission .mission-body-image {
  margin-bottom: 120px;
}
.about-mission .mission-body {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.2;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid" 1, "palt" 1;
}
.mission-square {
  width: 19.444%;
  aspect-ratio: 1/1;
}
.mission-image {
  position: relative;
  margin-top: -180px;
  left: 36.111%;
  width: 41.666%;
  aspect-ratio: 3/2;
}
.about-profile {
  position: relative;
  background-color: #EDF0F2;
}
.about-profile .inner {
  width: 1200px;
  margin: auto;
  padding: 187px 0 94px;
}
.about-profile .about-title {
  position: absolute;
  top: -34px;
}
.about-profile h3 {
  font-weight: 700;
  line-height: 2.2;
  margin-bottom: 24px;
}
.about-profile small {
  display: block;
  line-height: 1.6;
  font-weight: 500;
}
.about-profile p {
  line-height: 2;
  letter-spacing: 0.04em;
  font-variant-east-asian: proportional-width;
  font-feature-settings: "pwid" 1, "palt" 1;
}
.about-profile ul {
  list-style-type: none;
  width: 1120px;
  margin: auto;
}
.about-profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.about-profile li:after {
  content: '';
  display: block;
  clear: both;
}
.about-profile li:not(:last-child) {
  margin-bottom: 60px;
}
.about-profile li figure {
  width: 260px;
  height: 320px;
  margin-right: 60px;
}
.about-profile li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-profile li small {
  font-size: 13px;
  font-size: 1.3rem;
}
.about-profile li h3 {
  width: 800px;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 26px;
}
.about-profile li .about-profile-text {
  width: 800px;
}
.archive-wrap {
  margin: 136px auto 0;
  width: 900px;
}
.archive-wrap li {
  border-bottom-color: #999999;
}
.archive-wrap li a {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.archive-wrap li h3 {
  margin-top: 10px;
  width: 100%;
}
.archive-wrap .archive-news-list {
  margin-bottom: 120px;
}
.pagination-links {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination-links span,
.pagination-links a {
  display: block;
}
.pagination-links a:hover {
  color: #7E9999;
}
.pagination-links > span,
.pagination-links > a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.pagination-links > span:not(:last-child),
.pagination-links > a:not(:last-child) {
  margin-right: 8px;
}
.pagination-links .current {
  border: 1px solid #111111;
}
.pagination-links .paginate-prev,
.pagination-links .paginate-next {
  position: relative;
  background-color: #EDF0F2;
  font-size: 0;
  transition: all .3s;
}
.pagination-links .paginate-prev:hover,
.pagination-links .paginate-next:hover {
  background-color: #7E9999;
}
.pagination-links .paginate-prev:after,
.pagination-links .paginate-next:after {
  position: absolute;
  top: 15px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
}
.pagination-links .paginate-prev:after {
  transform: rotate(225deg);
  left: 18px;
}
.pagination-links .paginate-next:after {
  transform: rotate(45deg);
  left: 13px;
}
.main-post {
  padding-top: 116px;
}
.main-post:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  display: block;
  width: calc(100% - 320px);
  height: 1010px;
  background-color: #EDF0F2;
}
.main-post .single-header-eyecatch {
  width: 1040px;
  margin: 0 auto 40px;
}
.main-post .single-header-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
.main-post .single-header-title {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
.post-content {
  width: 860px;
  margin: auto;
}
.single-body {
  line-height: 2;
}
.single-body p + p {
  margin-top: 40px;
}
.single-body h2,
.single-body h3 {
  margin: 48px 0 16px;
  font-weight: 700;
}
.single-body h2 {
  font-size: 20px;
  font-size: 2rem;
}
.single-body a {
  text-decoration: underline;
}
.post-body {
  margin-bottom: 160px;
}
.page-body {
  margin: 80px auto 200px;
}
.post-footer {
  margin-bottom: 200px;
}
.contact-form {
  margin: 132px auto 0;
  width: 640px;
  font-size: 16px;
  font-size: 1.6rem;
}
.contact-form .form-title {
  text-align: center;
  margin-bottom: 64px;
}
.contact-form .form-title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
.contact-form th {
  width: 160px;
  font-weight: 500;
}
.contact-form td {
  width: 480px;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #111111;
  padding: 8px;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="email"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border: 1px solid #7E9999;
}
.contact-form input[type="text"]:focus-visible,
.contact-form input[type="tel"]:focus-visible,
.contact-form input[type="email"]:focus-visible,
.contact-form select:focus-visible,
.contact-form textarea:focus-visible {
  outline: 1px #7E9999;
}
.contact-form select {
  height: 40px;
}
.contact-form .wpcf7-list-item {
  margin: 0;
}
.contact-form textarea {
  width: 100%;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 24px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.google-recaptcha {
  margin-top: 40px;
  color: #999;
  font-size: 11px;
}
.google-recaptcha a {
  text-decoration: underline;
}
.wpcf7-response-output {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.message-policy {
  position: relative;
  padding-bottom: 40px;
}
.message-policy input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.message-policy .wpcf7-form-control-wrap,
.message-policy p {
  position: static;
  display: inline;
}
.message-policy label {
  font-size: 14px;
  font-size: 1.4rem;
}
.message-policy .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.message-policy .wpcf7-list-item-label {
  display: none;
}
.message-submit {
  position: relative;
  width: 100%;
  height: 80px;
}
.message-submit .wpcf7-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  color: #fff;
  background-color: #43474C;
  transition: all .3s;
}
.message-submit .wpcf7-submit:hover {
  background-color: #111111;
}
.message-submit .wpcf7-spinner {
  position: absolute;
  top: 26px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    background-color: #Fff;
  }
  body.fixed {
    overflow: hidden;
  }
  .container {
    min-width: unset;
  }
  .header-navigation .navigation-list {
    margin: 40px 0 60px;
  }
  .header-navigation .sub-navigation {
    display: block;
  }
  .header-navigation .navigation-list,
  .header-navigation .sub-navigation {
    display: block;
  }
  .header-navigation .navigation-list li:not(:last-child),
  .header-navigation .sub-navigation li:not(:last-child) {
    margin: 0 0 30px;
  }
  .header-navigation .sub-navigation {
    margin-bottom: 30px;
  }
  .header-navigation .site-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-navigation ul {
    height: auto;
  }
  .site-navigation-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
  }
  .header-navigation {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #43474C;
    mix-blend-mode: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .header-navigation.fixed {
    position: static;
    width: 100%;
  }
  .header-navigation.fixed ul {
    max-width: 1920px;
    margin: auto;
  }
  .sp-fixed-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 110;
    mix-blend-mode: difference;
  }
  .site-navigation-logo {
    position: absolute;
    top: 21px;
    left: 24px;
  }
  .site-navigation-logo img {
    width: 132px;
  }
  .navigation-toggle {
    position: absolute;
    top: 20px;
    right: 19px;
    width: 32px;
    height: 32px;
  }
  .navigation-toggle span {
    display: block;
    transition: all .3s;
  }
  .navigation-toggle span:before,
  .navigation-toggle span:after {
    position: absolute;
    content: '';
    display: block;
    height: 2px;
    background-color: #fff;
  }
  .open {
    mix-blend-mode: normal;
  }
  .open .open-toggle {
    opacity: 0;
  }
  .open .close-toggle {
    opacity: 1;
  }
  .open-toggle:before,
  .open-toggle:after {
    left: 4px;
    width: 24px;
  }
  .open-toggle:before {
    top: 10px;
  }
  .open-toggle:after {
    bottom: 10px;
  }
  .close-toggle {
    opacity: 0;
  }
  .close-toggle:before,
  .close-toggle:after {
    top: 15px;
    left: 0;
    width: 32px;
  }
  .close-toggle:before {
    transform: rotate(45deg);
  }
  .close-toggle:after {
    transform: rotate(-225deg);
  }
  .front-navigation .header-navigation {
    padding-top: 0;
    left: 0;
    top: 0;
  }
  .site-header {
    position: relative;
    width: 100%;
    margin-bottom: 0;
  }
  .front-header {
    height: 566px;
    min-height: unset;
    max-height: unset;
    padding: 76px 0 0 0;
  }
  .global-navigation .header-navigation {
    padding: 0;
  }
  .header-logo {
    display: none;
  }
  .content-divided {
    display: block;
  }
  .link-button span,
  .link-button a {
    padding: 14px 23px;
  }
  .slider-block ul {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-block li {
    width: 225px;
    height: 225px;
    flex-shrink: 0;
  }
  .slider-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider-block .inner {
    position: relative;
    height: 225px;
  }
  .slider-block .slider,
  .slider-block .slider-logo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .slider-block .slider {
    z-index: 1;
    overflow: hidden;
  }
  .slider-block .slider-logo {
    z-index: 2;
    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;
  }
  .slider-block .slider-logo-wrap {
    width: 180px;
    height: 72px;
    background-color: #Fff;
    text-align: center;
  }
  .slider-block .slider-logo-wrap img {
    width: 128px;
  }
  .content-heading {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 32px;
  }
  .content-heading span:before {
    top: -8px;
    width: 58px;
    height: 30px;
  }
  .heaading-l span:before {
    left: -40px;
  }
  .heaading-r span:before {
    right: -47px;
  }
  .site-footer {
    padding: 64px 0 20px;
    text-align: center;
  }
  .site-copyright {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .site-copyright li:not(:last-child) {
    margin-right: 8px;
  }
  .site-copyright li:not(:last-child):after {
    content: '|';
    margin-left: 8px;
  }
  .footer-navigation {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .footer-navigation .navigation-list,
  .footer-navigation .sub-navigation {
    display: block;
    margin-bottom: 56px;
  }
  .footer-navigation .navigation-list li:not(:last-child),
  .footer-navigation .sub-navigation li:not(:last-child) {
    margin: 0 0 24px;
  }
  /* TRAILER HOTEL DESIGN 非表示のためマージン削除 */
  .header-navigation .navigation-list {
    margin-bottom: 30px;
  }
  .footer-navigation .navigation-list {
    margin-bottom: 24px;
  }
  .header-slider {
    width: 225px;
    height: 340px;
    min-height: unset;
    max-height: unset;
  }
  .header-slider ul {
    width: 100%;
    height: 100%;
    list-style-type: none;
    background-color: #000;
  }
  .header-slider li {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all 1s;
    opacity: 0;
  }
  .header-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .header-slider .showSlide {
    opacity: 1;
  }
  .header-slider-main {
    margin-bottom: 0;
  }
  .front-mv-wrap {
    height: auto;
    min-height: unset;
    max-height: unset;
  }
  .front-mv-wrap:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    display: block;
    width: calc(100% - 72px);
    height: 273px;
    background-color: #fff;
  }
  .front-header {
    background-color: #EDF0F2;
  }
  .header-catchphrase {
    position: absolute;
    bottom: 240px;
    right: 57px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.27em;
    z-index: 2;
  }
  .top-about {
    position: relative;
    background-color: transparent;
    margin-bottom: -18px;
  }
  .top-about:before,
  .top-about:after {
    position: absolute;
    content: '';
    display: block;
  }
  .top-about:before {
    top: -21px;
    left: 0%;
    width: 36px;
    height: 40px;
  }
  .top-about:after {
    top: auto;
    left: auto;
    right: 0;
    bottom: 147px;
    width: 50px;
    height: 60px;
  }
  .top-about-inner {
    position: relative;
    top: -90px;
    margin-left: 0;
    width: 100%;
  }
  .top-about-inner:before {
    position: absolute;
    content: none;
    display: block;
    bottom: 152px;
    right: auto;
    width: 100px;
    height: 100px;
    background-color: #EDF0F2;
  }
  .top-about-inner figure {
    width: 61.3%;
    margin: 0 40px 40px auto;
    border: 2px solid #111111;
  }
  .top-about-inner .top-about-body {
    margin-bottom: 32px;
    line-height: 2.4;
    letter-spacing: 0.05em;
    padding: 0 20px;
  }
  .top-about-inner .link-button {
    padding: 0 20px;
  }
  .content-list .content-list-inner {
    position: relative;
    margin-bottom: 80px;
  }
  .content-list .content-list-body {
    position: relative;
    z-index: 5;
    color: #fff;
    width: 100%;
    margin-top: 110px;
  }
  .content-list ul {
    top: -80px;
    width: 100%;
    display: block;
    padding: 0 20px;
  }
  .content-list li {
    width: 100%;
    aspect-ratio: 1/1;
    padding-bottom: 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .content-list li:not(:last-child) {
    margin-bottom: 40px;
  }
  .content-list li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .content-list li:nth-child(n+4) {
    margin-top: 0;
  }
  .content-list figure {
    margin-bottom: 20px;
  }
  .content-list h3 {
    margin-bottom: 16px;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 300;
  }
  .content-list h3 small {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .content-list h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .content-list p {
    line-height: 2.2;
  }
  .content-list .content-list-bg img {
    height: 1600px;
  }
  .content-list .link-button {
    margin-top: 24px;
    position: static;
  }
  .content-restaurants p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .content-informations {
    margin-bottom: 80px;
  }
  .informations-wrap {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0 20px;
  }
  .informations-wrap h2 {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 24px;
  }
  .informations-wrap h2 small {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .informations-wrap .content-divided {
    background-color: #7A7A7A;
    color: #fff;
  }
  .informations-wrap .left-side {
    width: 100%;
    aspect-ratio: 25/22;
  }
  .informations-wrap .right-side {
    width: 100%;
    padding: 30px 30px 40px;
  }
  .informations-wrap p {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 32px;
    line-height: 2;
  }
  .informations-wrap .link-button {
    text-align: right;
  }
  .informations-wrap .link-button span,
  .informations-wrap .link-button a {
    color: #fff;
    border-color: #fff;
  }
  .informations-design {
    margin-bottom: 80px;
  }
  .content-news {
    width: 100%;
    margin-bottom: 80px;
  }
  .content-news .content-heading {
    margin-bottom: 5px;
  }
  .content-news .link-button {
    text-align: right;
  }
  .content-news-list {
    padding: 0 20px;
  }
  .content-news-list ul {
    list-style-type: none;
    margin-bottom: 32px;
  }
  .content-news-list li a {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 24px 0;
  }
  .content-news-list li h3 {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 10px;
    width: 100%;
    word-break: break-all;
  }
  .post-date {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-top: 2px;
    margin-right: 0;
  }
  .post-category {
    width: auto;
    min-width: 64px;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .post-category span {
    padding: 1px 12px;
  }
  .content-company h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 6px;
  }
  .content-company h2 small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .content-company .content-divided {
    width: 100%;
    padding: 73px 20px 80px;
  }
  .content-company .left-side {
    width: 100%;
  }
  .content-company .right-side {
    width: 100%;
  }
  .content-company table,
  .content-company tbody,
  .content-company tr,
  .content-company th,
  .content-company td {
    display: block;
  }
  .content-company table {
    margin-bottom: 32px;
    line-height: 1.78;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .content-company tr {
    padding: 16px 0;
  }
  .content-company th {
    width: auto;
    padding: 0 0 11px;
  }
  .content-company td {
    padding: 0;
  }
  .content-company .link-button {
    text-align: right;
  }
  .content-company .link-button span,
  .content-company .link-button a {
    color: #fff;
    border-color: #fff;
  }
  .global-navigation {
    width: 100%;
    height: 100%;
    mix-blend-mode: normal;
  }
  .global-navigation .inner {
    min-width: unset;
    height: 100%;
  }
  .global-navigation .site-navigation-logo {
    display: none;
  }
  .common-header .inner {
    min-width: unset;
    padding-top: 76px;
  }
  .common-header .inner:before {
    top: 76px;
    width: 255px;
    height: 255px;
  }
  .common-header .header-content {
    height: 160px;
  }
  .common-header .header-text {
    left: 33px;
    bottom: 24px;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  .about-top {
    padding-top: 40px;
    margin-bottom: 80px;
    overflow: hidden;
  }
  .about-top .content-divided {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .about-top .left-side {
    width: 195px;
    padding-bottom: 40px;
  }
  .about-top .right-side {
    margin-left: 45px;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
  }
  .about-top-square {
    top: 0;
    right: -70px;
    width: 140px;
    height: 140px;
  }
  .about-hotels {
    margin-bottom: 60px;
  }
  .about-hotel-wrap {
    min-width: unset;
    aspect-ratio: auto;
    margin-bottom: 40px;
    height: 800px;
  }
  .about-hotel-body h2 {
    position: absolute;
    top: -28px;
    left: 20px;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
  }
  .about-hotel-body .about-hotel-text {
    position: static;
    width: auto;
    height: auto;
    margin: 60px 40px 0;
    padding: 40px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .about-hotel-map {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 27px;
    width: 100%;
    height: auto;
  }
  .hotel-list-wrap {
    width: 100%;
    padding: 0 20px;
  }
  .hotel-list-wrap h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 20px 32px 0;
    line-height: 1.6;
  }
  .hotel-list-wrap ul {
    list-style-type: none;
    padding-bottom: 0;
    display: block;
  }
  .hotel-list-wrap li {
    width: 100%;
  }
  .hotel-list-wrap li:nth-child(3n - 2) {
    margin-right: 0;
  }
  .hotel-list-wrap li:nth-child(3n - 1) {
    margin-right: 0;
    top: auto;
  }
  .hotel-list-wrap li:nth-child(3n) {
    top: auto;
  }
  .hotel-list-wrap li:not(:last-child) {
    margin-bottom: 24px;
  }
  .hotel-list-image {
    width: 100%;
    height: 251px;
  }
  .hotel-list-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hotel-list-body {
    padding: 24px 20px 32px;
  }
  .hotel-list-body .hotel-list-number {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .hotel-list-body h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .hotel-list-body p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .about-title h2 {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 0;
  }
  .about-title small {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .about-philosophy {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .about-philosophy .inner {
    width: 100%;
  }
  .about-philosophy .about-title {
    position: absolute;
    top: -20px;
    left: 20px;
  }
  .about-philosophy .about-philosophy-content {
    padding: 80px 24px 50px;
  }
  .about-philosophy img {
    width: 100%;
  }
  .about-mission {
    margin-bottom: 80px;
  }
  .about-mission .about-title {
    margin-bottom: 32px;
  }
  .about-mission .content-divided {
    margin-bottom: 46px;
  }
  .about-mission .left-side {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
  }
  .about-mission .mission-circles {
    position: relative;
    top: auto;
    right: auto;
    margin: auto;
    width: 325px;
    height: 180px;
  }
  .about-mission .mission-before {
    top: 8px;
    width: 158px;
    height: 158px;
    padding-top: 58px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .about-mission .mission-before:before {
    top: 24px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .about-mission .mission-after {
    width: 180px;
    height: 180px;
    padding-top: 62px;
    font-size: 21px;
    font-size: 2.1rem;
  }
  .about-mission .mission-after:before {
    top: 24px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .about-mission .mission-after:after {
    top: 70px;
    left: -16px;
    width: 36px;
    height: 36px;
    transform: rotate(-45deg);
  }
  .about-mission .right-side {
    width: 100%;
    padding-left: 40px;
  }
  .about-mission .mission-body-image {
    margin-bottom: 24px;
  }
  .about-mission .mission-body {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2;
  }
  .mission-square {
    width: 96px;
  }
  .mission-image {
    text-align: right;
    left: auto;
    width: 100%;
    aspect-ratio: unset;
    overflow: hidden;
    margin-top: -50px;
  }
  .mission-image img {
    margin-right: -26px;
    width: 240px;
    aspect-ratio: 3 / 2;
  }
  .about-profile {
    position: relative;
    background-color: #EDF0F2;
  }
  .about-profile .inner {
    width: 100%;
    padding: 73px 20px 60px;
  }
  .about-profile .about-title {
    top: -20px;
    left: 20px;
  }
  .about-profile h3 {
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .about-profile small {
    margin-bottom: 4px;
    font-weight: 500;
  }
  .about-profile ul {
    display: block;
    width: 100%;
  }
  .about-profile li {
    display: block;
    width: 100%;
  }
  .about-profile li:not(:last-child) {
    margin-bottom: 40px;
  }
  .about-profile li:after {
    content: '';
    display: block;
    clear: both;
  }
  .about-profile li figure {
    margin-right: 24px;
    margin-bottom: 24px;
    width: 160px;
    height: 197px;
    float: left;
  }
  .about-profile li h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100vw - 224px);
    height: 197px;
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
    float: left;
  }
  .about-profile li .about-profile-text {
    clear: both;
    width: 100%;
  }
  .archive-wrap {
    margin: 16px auto 0;
    width: 100%;
  }
  .archive-wrap .archive-news-list {
    margin-bottom: 40px;
  }
  .pagination-links {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 80px;
    padding: 0 20px;
  }
  .pagination-links > span,
  .pagination-links > a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .pagination-links .paginate-prev:after,
  .pagination-links .paginate-next:after {
    top: 14px;
    width: 8px;
    height: 8px;
  }
  .main-post {
    padding-top: 76px;
  }
  .main-post:before {
    width: 255px;
    height: 255px;
  }
  .main-post .single-header-eyecatch {
    width: 100%;
    margin: 0 auto 16px;
    padding: 0 20px;
  }
  .main-post .single-header-date {
    margin-bottom: 8px;
  }
  .main-post .single-header-title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 24px;
  }
  .post-content {
    width: 100%;
    padding: 0 20px;
  }
  .single-body {
    line-height: 2;
  }
  .single-body h2,
  .single-body h3 {
    margin: 32px 0 9px;
  }
  .single-body h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single-body .wpcf7 form .wpcf7-response-output {
    margin: 2em 0 1em;
  }
  .post-body {
    margin-bottom: 80px;
  }
  .page-body {
    margin: 40px auto 80px;
  }
  .post-footer {
    margin-bottom: 80px;
  }
  .contact-form {
    margin: 40px auto 0;
    width: 100%;
  }
  .contact-form .form-title {
    text-align: center;
    margin-bottom: 24px;
  }
  .contact-form .form-title h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .contact-form table,
  .contact-form tbody,
  .contact-form tr,
  .contact-form th,
  .contact-form td {
    display: block;
  }
  .contact-form th {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 8px;
  }
  .contact-form td {
    width: 100%;
  }
  .contact-form input[type="text"],
  .contact-form input[type="tel"],
  .contact-form input[type="email"],
  .contact-form textarea {
    padding: 11px 8px;
  }
  .contact-form select {
    height: 46.67px;
  }
  .contact-form .wpcf7-form-control-wrap {
    margin-bottom: 16px;
  }
  .message-submit {
    height: 60px;
  }
  .message-submit .wpcf7-spinner {
    top: 20px;
  }
}
