@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900|Shippori+Mincho:400,500,600,700&display=swap");

/* =============================================
WAKKANUPURI
Style Sheet
First Update 2022-02-10
Last  Update 2022-02-10
Created by Basic Plus Design Inc.
============================================= */

/* =============================================
#  Fonts
============================================= */

/* =============================================
#  Foundation
============================================= */

/* ---------------------------------------------
	Reboot
	normalize | MIT License
--------------------------------------------- */

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

html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	line-height: 1.15;
}

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

body {
	background-color: #fff;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	height: 100%;
	letter-spacing: 0.015em;
	line-height: 2;
	margin: 0;
	text-align: left;
}

[tabindex="-1"]:focus:not(:focus-visible) {
	outline: 0 !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1em;
	margin-top: 0;
}

p {
	margin-bottom: 1em;
	margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
	border-bottom: 0;
	cursor: help;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
}

address {
	font-style: normal;
	line-height: inherit;
	margin-bottom: 1rem;
}

ol,
ul,
dl {
	margin-bottom: 1rem;
	margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 300;
}

dd {
	margin-bottom: 0.5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 11px;
	font-size: 1.1rem;
}

sub,
sup {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

.mouse a:hover {
	color: #999;
	text-decoration: underline;
}

.mouse a:focus {
	color: #999;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

.mouse a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

.touch a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	font-size: 1.4rem;
}

pre {
	margin-bottom: 1rem;
	margin-top: 0;
	overflow: auto;
}

figure {
	margin: 0 0 1rem;
}

img {
	border-style: none;
	vertical-align: middle;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	caption-side: bottom;
	color: #000;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: left;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	font-family: inherit;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: inherit;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

select {
	word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
	cursor: pointer;
}

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

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

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

legend {
	color: inherit;
	display: block;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: inherit;
	margin-bottom: 0.5rem;
	max-width: 100%;
	padding: 0;
	white-space: normal;
	width: 100%;
}

progress {
	vertical-align: baseline;
}

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

[type="search"] {
	-webkit-appearance: none;
	outline-offset: -2px;
}

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

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

output {
	display: inline-block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

::-moz-selection {
	background-color: rgba(187, 187, 187, 0.4);
}

::selection {
	background-color: rgba(187, 187, 187, 0.4);
}

/* ---------------------------------------------
	Base
--------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	width: 100%;
}

html {
	font-size: 62.5%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	-moz-osx-font-smoothing: antialiased;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	font-smooth: antialiased;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.015em;
	line-height: 2;
	text-size-adjust: 100%;
}

body.fixed {
	position: fixed;
	width: 100%;
}

ul,
ol,
dl {
	padding-left: 0;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: 400;
}

header,
footer,
main {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	will-change: transform;
}

a {
	cursor: pointer;
	display: block;
	font-weight: 400;
	outline: none;
	-webkit-transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

a:hover,
a:focus {
	opacity: 0.6;
}

p a {
	color: #040000;
	display: inline-block;
}

p a:hover,
p a:focus {
	text-decoration: underline;
}

div > img {
	display: block;
}

* > img {
	height: auto;
	max-width: 100%;
	outline: none;
	vertical-align: middle;
	width: 100%;
}

img[src$=".svg"],
object[src$=".svg"] { /* IE対応 */
	height: auto;
	max-width: 100%;
	width: 100%;
}

a img {
	outline: none;
}

hr {
	border: 0;
	border-top: 2px solid #333;
	margin: 3em 0;
}

strong {
	font-size: 130%;
	font-weight: 600;
}

table {
	border-spacing: 0;
	width: 100%;
}

td,
th {
	padding: 0;
	text-align: left;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

td:last-child,
th:last-child {
	padding-right: 0;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	margin: 3px 0.5em;
}

label {
	cursor: pointer;
}

section {
	margin: 0;
	overflow-x: hidden;
	position: relative;
	width: 100%;
}

/* =============================================
#  Layout
============================================= */

/* ---------------------------------------------
	Footer
--------------------------------------------- */

.l-footer {
	background: #191919;
	padding-top: 80px;
	position: relative;
	z-index: 0;
}

.l-footer__upper .l-footer__navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 722px;
	width: 65%;
}

.l-footer__upper .l-footer__navi li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
	width: auto;
}

.l-footer__upper .l-footer__navi li a {
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.l-footer__upper .l-footer__navi li a span:nth-of-type(1) {
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
}

.l-footer__upper .l-footer__navi li a span:nth-of-type(2) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.l-footer__upper .l-footer__navi li a span:nth-of-type(2)::before {
	content: "\A";
	white-space: pre;
}

.l-footer__upper .l-footer__contact {
	margin-top: 5px;
	width: 240px;
}

.l-footer__upper .l-footer__contact dl {
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
}

.l-footer__upper .l-footer__contact dl dt {
	font-weight: 700;
	width: 6em;
}

.l-footer__upper .l-footer__contact dl dd {
	text-align: right;
	width: calc(240px - 6em);
}

.l-footer__upper .l-footer__contact dl dd a {
	display: inline-block;
	font-weight: 700;
	margin-left: 0.5em;
}

.l-footer__upper .l-footer__contact dl dd:nth-of-type(1) a {
	color: #999;
}

.l-footer__upper .l-footer__contact dl dd:nth-of-type(1) a:hover {
	color: #fff !important;
	font-weight: 700;
	opacity: 1;
}

.l-footer__upper .l-footer__contact dl dd:nth-of-type(1) a ~ span {
	color: #fff !important;
	font-weight: 700;
}

.l-footer__upper .l-footer__contact dl dd.c-list__sns {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.l-footer__upper .l-footer__contact dl dd.c-list__sns a {
	padding-right: 4px;
	width: 20%;
}

.l-footer__upper .l-footer__contact dl dd.c-list__sns a img {
	width: 70%;
}

.l-footer__upper .l-footer__contact dl dd.c-list__sns a:first-of-type {
	padding-right: 0;
}

.l-footer__upper .l-footer__contact dl dd.c-list__sns a:first-of-type img {
	width: 57%;
}

.l-footer__upper .l-footer__contact dl dd.c-list__sns a:nth-of-type(2) img {
	width: 62%;
}

.l-footer__lower {
	padding-bottom: 60px;
}

.l-footer__lower .l-footer__logo {
	height: 49px;
	margin: auto;
	max-width: 320px;
	width: 90%;
}

.l-footer__lower .l-footer__add {
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	margin-top: 57px;
	text-align: center;
	width: 100%;
}

.l-footer__lower .l-footer__add span:nth-of-type(1)::before {
	content: "運　営";
	display: inline-block;
	margin-right: 1em;
}

.l-footer__copyright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 77px;
}

.l-footer__copyright::before {
	background: #fff;
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 16px;
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
}

.l-footer__copyright p {
	color: #999;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	margin: auto;
	text-align: center;
}

.l-footer__copyright p a {
	color: #999;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-right: 2em;
}

.l-footer__copyright p a:last-of-type {
	margin-right: 0;
}

.l-footer__copyright p a:hover {
	text-decoration: none;
}

.l-footer__copyright p br {
	display: none;
}

.l-footer__bottom {
	background: #000;
	padding-bottom: 62px;
	padding-top: 62px;
	width: 100%;
}

.l-footer__bottom p {
	color: #fff;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: auto;
	opacity: 0.8;
	width: 13em;
}

.l-footer__bottom .c-list__yado {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	max-width: 238px;
	width: calc(100% - 12vw);
}

/* ---------------------------------------------
	[EN]Footer
--------------------------------------------- */

body.en .l-footer__navi li a span:nth-of-type(1) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 300;
	letter-spacing: 0.1em;
}

body.en .l-footer__navi li a span:nth-of-type(2) {
	display: none;
}

body.en .l-footer__add span {
	display: inline-block;
	letter-spacing: 0.01em;
	margin-left: 0;
	overflow-wrap: break-word;
	padding-right: 0.5em;
}

body.en .l-footer__add span:nth-of-type(1) {
	display: block;
	padding-right: 0;
}

body.en .l-footer__add span:nth-of-type(1)::before {
	content: "Operated by";
	margin-right: 0.5em;
}

body.en .l-footer__add span:nth-of-type(5) {
	display: block;
}

/* ---------------------------------------------
	Header
--------------------------------------------- */

.l-header {
	background: rgba(255, 255, 255, 0.9);
	height: calc(70px + 86 * (100vw - 320px) / 960);
	position: fixed;
	top: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	width: 100%;
	z-index: 11;
	z-index: 1;
}

.l-header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 50%;
	max-width: 1340px;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: cubic-bezier(1, 0, 0, 1);
	transition: cubic-bezier(1, 0, 0, 1);
	width: calc(100% - 6vw);
	z-index: 11;
}

.l-header__logo {
	height: auto;
	left: 0;
	line-height: 0;
	margin-top: -0.5vw;
	max-height: 71px;
	max-width: 320px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60vw;
	z-index: 10;
}

.l-header__logo a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.open .l-header__logo {
	z-index: 0;
}

.open .l-header__logo a img {
	opacity: 0;
}

.l-header.fixed {
	border-bottom: 1px solid rgba(153, 153, 153, 0.2);
	height: 70px;
}

.l-header.fixed .l-header__logo {
	margin-top: 0;
	max-height: 39px;
	max-width: 175px;
}

.l-header.fixed .l-header__logo a img {
	max-height: 39px;
	max-width: 175px;
}

.l-header.fixed .c-nav__header__sub {
	display: none;
}

.l-header.fixed .c-nav__header__main {
	top: 15%;
}

.l-header.open {
	border-bottom: none;
	height: 80px;
}

.l-header.open .l-header__inner .l-header__logo,
.l-header.open .l-header__inner .c-nav__header__sub,
.l-header.open .l-header__inner .c-nav__header__main {
	opacity: 0;
}

.l-header.open .l-header__inner .l-header__logo a,
.l-header.open .l-header__inner .c-nav__header__sub a,
.l-header.open .l-header__inner .c-nav__header__main a {
	pointer-events: none;
}

/* ---------------------------------------------
	Main
--------------------------------------------- */

.l-wrapper {
	overflow: hidden;
	position: relative;
}

main {
	margin-top: calc(70px + 86 * (100vw - 320px) / 960);
	min-height: 600px;
}

main h1,
main h2,
main h3,
main h4,
main h5 {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
}

main p,
main ul,
main ol,
main dl {
	font-family: "Shippori Mincho", serif;
	font-size: calc(13px + 1 * (100vw - 320px) / 960);
	letter-spacing: -0.02em;
	line-height: 2;
}

main p {
	margin-bottom: 2em;
}

main p span {
	display: inline-block;
}

section,
aside {
	padding-bottom: 20.83333vw;
	padding-top: 20.83333vw;
	position: relative;
	z-index: 0;
}

section.blk {
	background-color: #000;
}

section.blk .c-head__sc span:nth-of-type(2),
section.blk p {
	color: #fff;
}

section.lgy {
	background-color: #f6f6f6;
}

section.gry {
	background-color: #f0f0f0;
}

section.mt {
	background-color: #f6f6f6;
	padding-top: 23vw;
	z-index: 0;
}

section.mt::before {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-color: #fff;
	background-image: url(../images/common/silhouette_mountain.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	padding-bottom: 23vw;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.l-container {
	background-color: transparent;
	margin: auto;
	max-width: 1280px;
	position: relative;
	width: calc(100% - 12vw);
}

.l-container .l-content {
	margin: auto;
	max-width: 1120px;
	width: 100%;
}

.l-flex {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.l-flex__txt {
	margin: auto;
	padding-bottom: 60px;
	width: calc(100% - 12vw);
}

.l-flex__txt > .c-head__sc {
	margin-bottom: 10vw;
	margin-top: -1em;
}

.l-flex__img {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	padding-bottom: 60%;
	width: 100%;
}

/* ---------------------------------------------
	[EN]Main
--------------------------------------------- */

body.en main p,
body.en main ul,
body.en main ol,
body.en main dl {
	letter-spacing: 0;
	overflow-wrap: break-word;
}

body.en main span {
	padding-right: 0.5em;
}

body.en main .l-container p,
body.en main .l-flex__txt p {
	font-size: calc(15px + 1 * (100vw - 320px) / 960);
}

body.en main .l-flex__txt > .c-head__sc {
	margin-bottom: 6vw;
	margin-top: -0.5em;
}

/* =============================================
#  Component
============================================= */

/* ---------------------------------------------
	Area -- link
--------------------------------------------- */

.c-area__link {
	background: #f0f0f0;
}

.c-area__link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 600px;
	width: 100%;
}

.c-area__link ul li {
	margin-bottom: 10vw;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

.c-area__link ul li:hover {
	opacity: 0.9;
}

.c-area__link ul li .c-area__link__ttl {
	font-size: calc(13px + 1 * (100vw - 320px) / 680);
	margin-top: 0.5em;
}

.c-area__link ul li .c-area__link__ttl::after {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-image: url(../images/common/icon_link.svg);
	background-position: center top 2px;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 8px;
	padding-bottom: 3px;
	width: 1em;
}

.c-area__link ul li:nth-child(1),
.c-area__link ul li:nth-child(2) {
	max-width: 600px;
}

.c-area__link ul li:nth-child(1) > div,
.c-area__link ul li:nth-child(2) > div {
	height: 0;
	padding-bottom: 26.66%;
	position: relative;
	width: 100%;
}

.c-area__link ul li:nth-child(1) > div img,
.c-area__link ul li:nth-child(2) > div img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

.c-area__link ul li:nth-child(1) > div {
	background: #817f48;
}

.c-area__link ul li:nth-child(1) > div img {
	height: 34%;
}

.c-area__link ul li:nth-child(2) > div {
	background: #35593d;
}

.c-area__link ul li:nth-child(2) > div img {
	height: 48%;
}

.c-area__link ul li:nth-child(3) {
	margin-bottom: -1em;
}

.c-area__link ul li:nth-child(3) > div {
	background: #2c5779;
	padding: 8vw 3vw;
}

.c-area__link ul li:nth-child(3) > div > p {
	margin-left: auto;
	margin-right: auto;
	max-width: 164px;
	width: 25vw;
}

.c-area__link ul li:nth-child(3) > div .c-area__link__txt {
	color: #fff;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	width: 86%;
}

.c-area__link ul li:nth-child(3) > div .c-area__link__txt h3 {
	font-size: calc(21px + 19 * (100vw - 320px) / 690);
	letter-spacing: 0.2em;
	margin-bottom: 0.5em;
}

.c-area__link ul li:nth-child(3) > div .c-area__link__txt p {
	font-size: calc(13px + 1 * (100vw - 320px) / 690);
	letter-spacing: -0.01em;
}

/* ---------------------------------------------
	[EN]Area -- link
--------------------------------------------- */

body.en .c-area__link .c-area__link__txt h3 {
	font-size: calc(21px + 15 * (100vw - 320px) / 690);
	letter-spacing: 0;
	line-height: 1.5;
	padding-bottom: 1em;
}

body.en .c-area__link .c-area__link__txt h3 span {
	display: block;
}

body.en .c-area__link .c-area__link__txt p {
	letter-spacing: 0.1em !important;
}

/* ---------------------------------------------
	Address
--------------------------------------------- */

address {
	color: #fff;
}

address span {
	color: #fff;
	display: inline-block;
	margin-left: 10px;
}

address span a {
	color: #fff;
	display: inline;
}

/* ---------------------------------------------
	[EN]Address
--------------------------------------------- */

body.en .c-nav__global__wrap address span:nth-of-type(1) {
	display: block;
}

/* ---------------------------------------------
	Box
--------------------------------------------- */

.c-box {
	background: #fff;
}

.c-box.gry {
	background: #f0f0f0;
}

.c-box.lgy {
	background: #f6f6f6;
}

.c-box.border {
	border-style: solid;
	border-width: 1px;
}

.c-box.border.travel {
	border-color: #817f48;
}

/* ---------------------------------------------
	Form -- for mfp
--------------------------------------------- */

div#mfp_hidden {
	height: 1px;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
	width: 1px;
}

table#mfp_confirm_table {
	border-bottom: 1px solid #000;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 20px 0 40px;
	width: 100%;
}

table#mfp_confirm_table tr.mfp_colored {
	background-color: rgba(130, 2, 0, 0.1);
}

table#mfp_confirm_table tr.mfp_achroma {
	background-color: #f8f8f8;
}

table#mfp_confirm_table tr th {
	border-top: solid 1px #000;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px;
	text-align: left;
	white-space: nowrap;
	width: 200px;
}

table#mfp_confirm_table tr td {
	border-top: solid 1px #000;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5em;
	padding: 10px;
	text-align: left;
	word-break: break-all;
}

div#mfp_phase_confirm {
	clear: both;
}

div#mfp_phase_confirm h4 {
	background: #f8f8f8;
	font-size: 150%;
	padding: 0;
	text-align: center;
}

div#mfp_phase_confirm h4::before {
	background: #f8f8f8;
	clear: both;
	content: "";
	display: block;
	height: 50px;
	margin-top: -40px;
	position: relative;
	width: 100%;
	z-index: 100;
}

div#mfp_overlay {
	color: #000;
	display: none;
	height: 100%;
	position: absolute;
	z-index: 10001;
}

div#mfp_overlay_inner {
	background-color: #f8f8f8;
	border-radius: 5px;
	bottom: 0;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	left: 0;
	margin: auto;
	max-width: 90%;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 100px;
	width: 640px;
}

div#mfp_overlay_inner h4 {
	text-align: center;
}

div#mfp_overlay_background {
	background-color: #000;
	display: none;
	position: absolute;
	z-index: 10000;
}

div#mfp_loading {
	background-image: url(../cgi/mfp.statics/_images/mfp_loading.gif);
	display: none;
	height: 40px;
	position: absolute;
	width: 40px;
	z-index: 20001;
}

div#mfp_loading_screen {
	background-color: #000;
	display: none;
	opacity: 0.8;
	position: absolute;
	z-index: 20000;
}

.mfp_colored {
	background-color: #efefef;
}

.mfp_achroma {
	background-color: #f8f8f8;
}

div.mfp_err {
	background: url(../cgi/mfp.statics/_images/mfp_error.gif) no-repeat 0 center/16px 15px;
	clear: both;
	color: #820200;
	display: none;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 22px;
	text-align: left;
}

.mfp_parent_error {
	border: solid 2px #820200;
}

.problem {
	background-color: rgba(130, 2, 0, 0.1);
}

div#mfp_error {
	background-color: rgba(130, 2, 0, 0.1);
	border: solid 1px #820200;
	display: none;
	padding: 10px;
}

div#mfp_error p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#mfp_error p strong {
	color: #820200;
	font-size: 18px;
	font-size: 1.8rem;
}

div#mfp_warning {
	background-color: #edd5de;
	border: solid 1px #820200;
	border-radius: 5px;
	display: none;
	padding: 10px;
}

div#mfp_warning p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div#mfp_warning p strong {
	color: #820200;
	font-size: 18px;
	font-size: 1.8rem;
}

button.mfp_prev {
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px;
	padding: 5px 10px;
}

button.mfp_next {
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 10px;
	padding: 5px 10px;
}

div.mfp_buttons {
	clear: both;
	padding: 10px;
	text-align: center;
}

div.mfp_buttons #mfp_button_send {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	width: 8em;
}

div.mfp_buttons #mfp_button_cancel {
	background: #fff;
	border: 1px solid #000;
	color: #1e1e1e;
	width: 8em;
}

.imagebutton {
	background: none;
	border: none;
	margin: 0px;
	outline: none;
	padding: 0px;
}

.mfp_element_file {
	background: #efefef;
	border: solid 1px #000;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #000 inset;
	box-shadow: 0px 0px 5px #000 inset;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 10px;
	vertical-align: middle;
}

div.mfp_ok {
	background-color: #0c0;
	background-image: url(../cgi/mfp.statics/_images/mfp_header.png);
	background-size: 100% 100%;
	border: solid 1px #0c0;
	border-radius: 5px;
	color: #f8f8f8;
	display: none;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.5em;
	margin: 0px 2px;
	padding: 0px 5px;
}

div.prefcodeWrapper {
	position: relative;
}

div.prefcodeResult {
	background-color: #f8f8f8;
	border: solid 1px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	display: none;
	left: 0px;
	padding: 5px;
	position: absolute;
	top: 0px;
}

div.prefcodeResult div {
	cursor: pointer;
}

div.prefcodeResult div:hover {
	background-color: rgba(130, 2, 0, 0.5);
}

div.prefcodeResult div .prefcodeNext {
	background: #f8f8f8;
	text-align: center;
}

div.prefLoading {
	background: url(../cgi/mfp.statics/_images/mfp_zip_loading.gif) no-repeat center center;
	padding: 60px 100px;
}

.hidefield {
	height: 0px;
	overflow: hidden;
}

.showfield {
	height: auto;
	overflow: visible;
}

div#mfp_OperationCheck {
	display: inline-block;
}

div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}

div#mfp_OperationCheck strong {
	background: rgba(130, 2, 0, 0.3);
	border-radius: 3px;
	color: #000;
	display: block;
	text-align: center;
}

div#mfp_OperationCheck * {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0px;
	padding: 0px;
}

div#mfp_OperationCheck p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
	padding: 0px 5px;
}

div#mfp_OperationCheck p a {
	color: #0c0;
	text-decoration: none;
}

div#mfp_OperationCheck p a:hover {
	text-decoration: underline;
}

div#mfp_OperationCheck p button {
	background: none;
	border: none;
	color: #0c0;
	cursor: pointer;
	text-align: center;
}

div#mfp_OperationCheck ul li {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	list-style: none;
	padding: 5px 10px;
	vertical-align: middle;
}

div#mfp_OperationCheck ul li label {
	text-decoration: underline;
}

/* ---------------------------------------------
	Contact
--------------------------------------------- */

.c-contact {
	font-family: "Noto Sans JP", sans-serif;
	margin: auto;
}

.c-contact dt {
	margin-bottom: 0.5em;
	margin-top: 100px;
}

.c-contact dt span.u-must {
	display: block;
}

.c-contact dd {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	letter-spacing: 0;
	padding: 0.5em 15px;
}

.c-contact dd span.r {
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
}

.c-contact dd:nth-of-type(1) a {
	color: #fff;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
}

/* ---------------------------------------------
	Form
--------------------------------------------- */

.c-form {
	margin: auto;
	width: 100%;
}

.c-form li {
	margin-top: 53px;
	width: 100%;
}

.c-form li p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1;
	margin-bottom: 12px;
}

.c-form input,
.c-form textarea {
	-webkit-appearance: none;
	background: #fff;
	border: #000 1px solid;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	outline: none;
	padding: 0.5em 1em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.c-form input:focus,
.c-form textarea:focus {
	background: #f8f8f8;
	border: 1px solid #000;
	-webkit-box-shadow: 0 0 3px #999 !important;
	box-shadow: 0 0 3px #999 !important;
}

.c-form input {
	height: 3em;
}

.c-form textarea {
	height: calc(8em + 20px) !important;
	line-height: 1.6;
	margin-bottom: 20px;
	margin-left: 0;
	width: 100% !important;
}

.c-form ::-webkit-input-placeholder {
	color: #999;
}

.c-form ::-moz-placeholder {
	color: #999;
}

.c-form :-ms-input-placeholder {
	color: #999;
}

.c-form ::-ms-input-placeholder {
	color: #999;
}

.c-form ::placeholder {
	color: #999;
}

.c-form .u-must {
	color: #820200;
	font-size: 80%;
	margin-left: 0.5em;
}

.c-form p.must {
	text-align: right;
}

.c-form__btnarea button[type="submit"] {
	background: #000;
	border: 1px solid #000;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
	margin: 80px auto 0;
	max-width: 320px;
	padding: 5px 0;
	-webkit-transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	width: 100%;
}

.c-form__btnarea button[type="submit"]:hover {
	background: #fff;
	color: #000;
	font-weight: 600;
}

/* ---------------------------------------------
	Heading -- section
--------------------------------------------- */

.c-head__sc {
	line-height: 1.5;
}

.c-head__sc span:first-of-type {
	color: #999;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(13px + 2 * (100vw - 320px) / 960);
}

.c-head__sc span:last-of-type {
	font-family: "Shippori Mincho", serif;
	font-size: calc(25px + 5 * (100vw - 320px) / 960);
}

.c-head__sc span:last-of-type::before {
	content: "\A";
	white-space: pre;
}

.c-head__sc--rev {
	text-align: center;
}

.c-head__sc--rev span:first-of-type {
	font-family: "Shippori Mincho", serif;
	font-size: calc(22px + 2 * (100vw - 320px) / 960);
	letter-spacing: -0.1em;
}

.c-head__sc--rev span:last-of-type {
	color: #999;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(13px + 2 * (100vw - 320px) / 960);
}

.c-head__sc--rev span:last-of-type::before {
	content: "\A";
	white-space: pre;
}

.c-head__sc--rev.border {
	margin-bottom: 178px;
	position: relative;
}

.c-head__sc--rev.border::after {
	background: #999;
	bottom: -115px;
	content: "";
	display: block;
	height: 74px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
	z-index: 0;
}

/* ---------------------------------------------
	[EN]Heading -- section
--------------------------------------------- */

body.en .c-head__sc span:first-of-type {
	color: #000;
	font-family: "Shippori Mincho", serif;
	font-size: calc(25px + 5 * (100vw - 320px) / 960);
}

body.en .c-head__sc span:last-of-type::before {
	display: none;
}

body.en .c-head__sc--rev span {
	color: #000 !important;
	font-family: "Shippori Mincho", serif !important;
	font-size: calc(22px + 2 * (100vw - 320px) / 960) !important;
	letter-spacing: 0.1em;
}

/* ---------------------------------------------
	Heading -- xx large
--------------------------------------------- */

.c-head__xxl {
	font-size: calc(32px + 8 * (100vw - 320px) / 960);
	letter-spacing: 0.1em;
	margin-bottom: 1.6em;
}

/* ---------------------------------------------
	[EN]Heading -- xx large
--------------------------------------------- */

.c-head__xxl {
	font-size: calc(25px + 6 * (100vw - 320px) / 960);
	letter-spacing: 0.05em;
}

.c-head__xxl span {
	display: inline-block;
}

/* ---------------------------------------------
	Heading -- x large
--------------------------------------------- */

.c-head__xl {
	font-size: calc(27px + 5 * (100vw - 320px) / 960);
	letter-spacing: -0.1em;
}

/* ---------------------------------------------
	Heading -- large
--------------------------------------------- */

.c-head__l {
	font-size: calc(25px + 5 * (100vw - 320px) / 960);
	letter-spacing: -0.1em;
}

/* ---------------------------------------------
	Heading -- middle 24
--------------------------------------------- */

.c-head__m {
	font-size: calc(22px + 2 * (100vw - 320px) / 960);
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
}

.c-head__m span {
	display: inline-block;
}

.c-head__m.gry {
	color: #999;
}

/* ---------------------------------------------
	[EN]Heading -- middle 24
--------------------------------------------- */

body.en .c-head__m {
	font-size: calc(21px + 3 * (100vw - 320px) / 960);
	line-height: 1.8;
}

/* ---------------------------------------------
	Heading -- small 18
--------------------------------------------- */

.c-head__s {
	font-size: calc(16px + 2 * (100vw - 320px) / 960);
	letter-spacing: 0.1em;
}

.c-head__s.gry {
	color: #999;
}

/* ---------------------------------------------
	Heading -- small 16
--------------------------------------------- */

.c-head__ss {
	font-size: calc(15px + 1 * (100vw - 320px) / 960);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}

/* ---------------------------------------------
	Heading -- bar
--------------------------------------------- */

.c-head__bar {
	margin-bottom: 2em;
	padding-bottom: 5px;
	position: relative;
	text-align: center;
}

.c-head__bar::after {
	bottom: 0;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 30px;
	z-index: 0;
}

/* ---------------------------------------------
	[EN]Heading -- bar
--------------------------------------------- */

body.en .c-head__bar {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
}

/* ---------------------------------------------
	Key visual
--------------------------------------------- */

.c-keyvisual {
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	background-position: left 30% top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height: 57.5vw;
	position: relative;
	width: 100vw;
}

#about .c-keyvisual {
	background-image: url("../images/keyvisual/about.jpg");
}

#stay .c-keyvisual {
	background-image: url("../images/keyvisual/stay.jpg");
}

#experience .c-keyvisual {
	background-image: url("../images/keyvisual/experience.jpg");
}

#contact .c-keyvisual {
	background-image: url("../images/keyvisual/contact.jpg");
}

#privacy .c-keyvisual {
	background-image: url("../images/keyvisual/privacy.jpg");
}

#sitemap .c-keyvisual {
	background-image: url("../images/keyvisual/sitemap.jpg");
}

/* ------------------------------
	Button -- contact form
------------------------------ */

.c-btn__contact {
	background: #fff;
	background: #fff;
	color: #000;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	height: 40px;
	letter-spacing: 0.1em;
	line-height: 40px;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
	width: 240px;
}

/* ------------------------------
	Button -- privacy policy
.c-btn__privacy {
	display: block;
	width: 222px;
	height: 16px;
	color: $main-color3;
	border-left: 1px solid $main-color3;
	border-right: 1px solid $main-color3;
	font-family: $font-family-en;
	font-weight: $font-weight-bold;
	@include font-size(13);
	letter-spacing: 0.1em;
	line-height: 16px;
	text-align: center;
	margin: 18px auto;

	@include mq(sm) {
		width: 280px;
	}

	@include mq(lg) {
		width: 320px;
		height: 20px;
		@include font-size(14);
		line-height: 24px;
	}
}
------------------------------ */

/* ------------------------------
	Link -- read more
------------------------------ */

.c-more {
	border-bottom: 1px solid #000;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 1;
	margin-top: 50px;
	padding-bottom: 1em;
	position: relative;
	width: 120px;
}

.c-more::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	bottom: 1.1em;
	content: "";
	display: block;
	height: 0.5em;
	position: absolute;
	right: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: right 0.5s;
	transition: right 0.5s;
	width: 0.5em;
	z-index: 0;
}

.c-more:hover::after {
	right: -3px;
}

.c-more.w {
	border-bottom-color: #fff;
	color: #fff;
}

.c-more.w::after {
	border-right-color: #fff;
	border-top-color: #fff;
}

/* ------------------------------
	Link -- external link
------------------------------ */

.c-link {
	position: relative;
}

.c-link::after {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-image: url(../images/common/icon_link.svg);
	background-position: center top 2px;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 8px;
	padding-bottom: 3px;
	width: 1em;
}

/* ------------------------------
	Button -- more(news)
.c-btn__more {
	display: none;
	width: 150px;
	height: 3em;
	text-align: center;
	padding-top: 0.5em;
	border: 1px solid $main-color;
	float: right;
	margin-top: 100px;
	&.active {
		display: block;
	}
}
------------------------------ */

/* ---------------------------------------------
	List -- disc
--------------------------------------------- */

.c-list__disc {
	list-style: none;
	margin-left: 1.2em;
	margin-top: -1.6em;
	text-indent: -1em;
}

.c-list__disc li::before {
	content: "・";
	margin-right: 0.3em;
	width: 0.5em;
}

/* ---------------------------------------------
	List -- sns
--------------------------------------------- */

.c-list__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 180px;
}

.c-list__sns a {
	height: 20px;
	line-height: 1;
}

/* ---------------------------------------------
	List -- yado
--------------------------------------------- */

.c-list__yado {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
}

.c-list__yado li {
	border: #fff 1px solid;
	color: #fff;
	height: 58px;
	line-height: 1.4;
	margin-bottom: 30px;
	max-width: 238px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

.c-list__yado li span {
	display: block;
}

.c-list__yado li span:nth-of-type(1) {
	font-family: "Shippori Mincho", serif;
}

.c-list__yado li span:nth-of-type(2) {
	color: #999;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}

/* ---------------------------------------------
	[EN]List -- yado
--------------------------------------------- */

/* ---------------------------------------------
	List -- yado with photo
--------------------------------------------- */

.c-list__yado__photo {
	margin: auto;
	max-width: 1280px;
	width: 100%;
}

.c-list__yado__photo__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	height: 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 16vw;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	padding-bottom: 106%;
	width: 100%;
}

.c-list__yado__photo__item h3 {
	-ms-writing-mode: tb-rl;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: #000 1px solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: calc(18px + 12 * (100vw - 320px) / 1280);
	padding-top: 1.5em;
	width: 13%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.c-list__yado__photo__item h3.notxt {
	border-top: none;
}

.c-list__yado__photo__item .c-box {
	padding: 4vw 4vw 8vw;
	position: relative;
	width: 80%;
}

.c-list__yado__photo__item .c-box > div {
	height: 0;
	overflow: hidden;
	padding-bottom: 91%;
	-webkit-transition: 1s all;
	transition: 1s all;
	width: 100%;
}

.c-list__yado__photo__item .c-box > div img {
	margin: auto;
	width: 100%;
}

.c-list__yado__photo__item .c-box > img {
	margin: auto;
	margin-top: 30px;
	width: 30%;
}

.c-list__yado__photo__item .c-box:hover > div img {
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
	-webkit-transition: 1s all;
	transition: 1s all;
}

.c-list__yado__photo__item .c-box:hover > img {
	opacity: 0;
}

.c-list__yado__photo__item .c-box a.u-over {
	background: #000;
	color: #fff;
	opacity: 0;
	padding: 8vw 7vw 10vw 8vw;
	z-index: 0;
}

.c-list__yado__photo__item .c-box a.u-over:hover,
.c-list__yado__photo__item .c-box a.u-over.js-hover:hover {
	opacity: 0.9;
}

.c-list__yado__photo__item .c-box a.u-over:hover img,
.c-list__yado__photo__item .c-box a.u-over.js-hover:hover img {
	opacity: 1;
}

.c-list__yado__photo__item .c-box a.u-over h4 {
	font-size: calc(15px + 5 * (100vw - 320px) / 457);
	line-height: 1.6;
	margin-bottom: 6vw;
	text-align: center;
}

.c-list__yado__photo__item .c-box a.u-over p {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6;
}

.c-list__yado__photo__item .c-box a.u-over p.clamp {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 14;
	display: -webkit-box;
	height: 12.5em;
	overflow: hidden;
	position: relative;
	word-wrap: break-word;
	z-index: 0;
}

.c-list__yado__photo__item .c-box a.u-over p.clamp::before {
	background: #000;
	bottom: -0.25em;
	color: #fff;
	content: "・・・";
	font-family: Meiryo;
	padding-left: 0.5em;
	position: absolute;
	right: 0;
}

.c-list__yado__photo__item .c-box a.u-over img {
	bottom: 8vw;
	display: block;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	width: calc((100% - 8vw) * 0.3);
	z-index: 0;
	z-index: 3;
}

.c-list__yado__photo__item.pre .c-box:hover div > img {
	display: none;
}

.c-list__yado__photo__item.pre .c-box:hover a.u-over {
	background: #000 url("../images/home/stay_2023open_on.png") no-repeat center top/contain;
}

.c-list__yado__photo__item.comingsoon .c-box {
	background: #f6f6f6 url("../images/home/stay_comingsoon.svg") no-repeat center/40% auto;
}

.c-list__yado__photo__item.comingsoon .c-box:hover img {
	opacity: 0;
}

.c-list__yado__photo__item.comingsoon .c-box:hover a.u-over {
	background: transparent;
	opacity: 0;
}

#stay .c-list__yado__photo__item.pre .c-box,
#stay .c-list__yado__photo__item.comingsoon .c-box {
	background-color: #f0f0f0;
}

/* ---------------------------------------------
	[EN]List -- yado with photo
--------------------------------------------- */

body.en .c-list__yado__photo__item h3 {
	font-size: calc(15px + 9 * (100vw - 320px) / 447);
	line-height: 1.2;
	padding-top: 1em;
	text-align: left;
}

body.en .c-list__yado__photo__item .c-box a.u-over {
	padding-top: 6vw;
}

body.en .c-list__yado__photo__item .c-box a.u-over h4 {
	font-size: calc(11px + 4 * (100vw - 320px) / 457);
	line-height: 1.5;
	margin-bottom: 3vw;
}

body.en .c-list__yado__photo__item .c-box a.u-over p {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
	text-align: justify;
	text-justify: inter-ideograph;
}

body.en .c-list__yado__photo__item .c-box a.u-over p.clamp {
	height: 16em;
}

/* ---------------------------------------------
	List -- group all
--------------------------------------------- */

.c-list__group__all {
	margin: 80px auto;
	max-width: 318px;
	width: calc(100% - 12vw);
}

.c-list__group__all li {
	border-left: #000 1px solid;
	border-right: #000 1px solid;
	height: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 318px;
	position: relative;
	text-align: center;
	-webkit-transition: all 2s linear;
	transition: all 2s linear;
	width: calc(100% - 2px);
}

.c-list__group__all li p:first-of-type img:first-of-type {
	display: inline;
}

.c-list__group__all li p:first-of-type img:last-of-type {
	display: none;
}

.c-list__group__all li p:last-of-type {
	bottom: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(13px + 1 * (100vw - 320px) / 680);
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	z-index: 0;
}

.c-list__group__all li p:last-of-type.ext::after {
	-o-background-size: auto 87%;
	-webkit-background-size: auto 87%;
	background-image: url(../images/common/icon_link.svg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: auto 87%;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 8px;
	width: 1em;
}

.c-list__group__all li.main img {
	max-width: 90px;
	width: 30%;
}

.c-list__group__all li.rera img {
	max-width: 90px;
	width: 30%;
}

.c-list__group__all li.fure img {
	max-width: 90px;
	width: 30%;
}

.c-list__group__all li.ipe img {
	margin-top: 35px;
	max-width: 293px;
	width: 80%;
}

.c-list__group__all li.bbb img {
	margin-top: 10px;
	max-width: 180px;
	width: 56%;
}

.c-list__group__all li.travel img {
	margin-top: 35px;
	max-width: 246px;
	width: 76%;
}

.c-list__group__all li.shop img {
	margin-top: 35px;
	max-width: 293px;
	width: 80%;
}

.c-list__group__all li:hover p:first-of-type img:first-of-type {
	display: none;
}

.c-list__group__all li:hover p:first-of-type img:last-of-type {
	display: inline;
}

.c-list__group__all li.pre a.u-over {
	background: rgba(246, 246, 246, 0.8);
}

.c-list__group__all li.pre a.u-over::before {
	content: "2023　NEW OPEN";
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding-top: 20%;
	text-align: center;
}

.c-list__group__all li.pre a.u-over:hover {
	opacity: 1;
}

.c-list__group__all li.pre a.u-over ~ p:first-of-type img {
	display: inline;
}

/* ---------------------------------------------
	List -- photo
--------------------------------------------- */

.c-list__photo {
	margin: 30vw auto 20vw;
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	width: 100%;
}

.c-list__photo li {
	position: relative;
}

.c-list__photo li p {
	line-height: 1.2;
	margin-top: 1.2em;
	text-align: left;
}

.c-list__photo li p span {
	display: block;
}

.c-list__photo li p span:first-of-type {
	color: #817f48;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(12px + 2 * (100vw - 320px) / 960);
	font-weight: 700;
	letter-spacing: 0.05em;
}

.c-list__photo li p span:last-of-type {
	color: #000;
	font-family: "Shippori Mincho", serif;
	font-size: calc(15px + 3 * (100vw - 320px) / 960);
	letter-spacing: 0.15em;
}

/* ---------------------------------------------
	[EN]List -- photo
--------------------------------------------- */

body.en .c-list__photo li p span {
	color: #000;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(12px + 2 * (100vw - 320px) / 960);
	font-weight: 700;
	letter-spacing: 0.05em;
}

/* ---------------------------------------------
	List -- table
--------------------------------------------- */

.c-list__table::after {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-list__table dt {
	color: #820200;
	letter-spacing: 0.5em;
	padding-bottom: 1em;
}

.c-list__table dt::before {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-list__table dt.narrow {
	letter-spacing: 0.4em;
}

.c-list__table dd {
	padding-bottom: 1em;
}

.c-list__table dd ul li {
	padding-bottom: 1em;
}

.c-list__table dd ul li:last-of-type {
	margin-bottom: -0.5em;
	padding-bottom: 0;
}

/* ------------------------------
	Navigation -- header sub
------------------------------ */

.c-nav__header__sub {
	display: none;
}

.c-nav__header__sub li a {
	font-size: 11px;
	font-size: 1.1rem;
	opacity: 0.5;
}

.c-nav__header__sub li a:hover {
	opacity: 1;
}

.c-nav__header__sub li dl {
	position: relative;
}

.c-nav__header__sub li dl dt {
	cursor: pointer;
	padding-right: 1.5em;
	text-align: right;
}

.c-nav__header__sub li dl dt a {
	position: relative;
	width: calc(100% + 1em);
}

.c-nav__header__sub li dl dt a::after {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #000;
	content: "";
	display: block;
	height: 0;
	opacity: 0.8;
	position: absolute;
	right: -1.5em;
	top: 8px;
	width: 0;
	z-index: 0;
}

.c-nav__header__sub li dl dd {
	left: 0;
	line-height: 1.4;
	opacity: 0;
	position: absolute;
	top: 1.4em;
	z-index: 0;
}

.c-nav__header__sub li dl dd a {
	letter-spacing: 0;
	width: 100%;
}

.c-nav__header__sub li dl:hover > dd {
	opacity: 1;
}

.c-nav__header__sub li:nth-child(1) {
	width: 4em;
}

.c-nav__header__sub li:nth-child(2) {
	width: 4em;
}

.c-nav__header__sub li:nth-child(2) dd {
	left: 1.2em;
	width: 8.5em;
}

.c-nav__header__sub li:nth-child(3) {
	width: 4em;
}

.c-nav__header__sub li:nth-child(3) dd {
	left: 0.5em;
}

.c-nav__header__sub li:nth-child(4) {
	width: 2em;
}

.c-nav__header__sub li:nth-child(4) dd {
	left: 0.3em;
	width: 3.5em;
}

.c-nav__header__sub li:nth-child(5) {
	height: 20px;
	margin-left: 1em;
	margin-right: 0;
	margin-top: -5px;
}

.c-nav__header__sub li:nth-child(5) a {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	font-weight: 600;
	opacity: 1;
	text-align: center;
	width: 13em;
}

.c-nav__header__sub li:nth-child(5) a:hover {
	color: #000;
}

.open .c-nav__header__sub {
	opacity: 0;
}

/* ------------------------------
	Navigation -- header main
------------------------------ */

.c-nav__header__main {
	display: none;
}

.open .c-nav__header__main {
	opacity: 0;
}

/* ------------------------------
	[EN]Navigation -- header main
------------------------------ */

/* ------------------------------
	Navigation -- global
------------------------------ */

.c-nav__global__wrap {
	-webkit-overflow-scrolling: touch;
	background: #000;
	display: block;
	height: 0;
	left: 0;
	opacity: 0;
	overflow-y: hidden;
	position: fixed;
	scrollbar-face-color: #999;
	scrollbar-track-color: #999;
	top: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	visibility: hidden;
	width: 100vw;
	z-index: 0;
}

.open .c-nav__global__wrap {
	background: rgba(0, 0, 0, 0.95);
	height: 100vh;
	opacity: 1;
	overflow-y: scroll;
	visibility: visible;
	z-index: 10;
}

.open .c-nav__global__wrap::before {
	background: rgba(0, 0, 0, 0.9);
	content: "";
	display: block;
	height: 80px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.c-nav__global__wrap .c-btn__contact {
	margin: auto;
}

.c-nav__global__wrap address {
	font-size: calc(13px + 2 * (100vw - 320px) / 960);
	margin: 5px auto;
	max-width: 802px;
	width: calc(100% - 12vw);
}

.c-nav__global__wrap address span {
	display: inline-block;
	margin-left: 0;
	margin-right: 1em;
	width: auto;
}

.c-nav__global__wrap address span:nth-of-type(3) {
	display: inline-block;
}

.c-nav__global {
	margin: 90px auto 72px;
	max-width: 9em;
	width: calc(100% - 6vw);
}

.c-nav__global__logo {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 280px;
	width: 60%;
}

.c-nav__global li {
	list-style: none;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.c-nav__global li a {
	color: #fff;
	display: block;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.c-nav__global li a span:nth-of-type(1) {
	font-family: "Shippori Mincho", serif;
	font-size: calc(13px + 1 * (100vw - 320px) / 447);
	font-weight: 600;
}

.c-nav__global li a span:nth-of-type(2) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(12px + 1 * (100vw - 320px) / 447);
	letter-spacing: 0.1em;
}

.c-nav__global li a span:nth-of-type(2)::before {
	content: "\A";
	white-space: pre;
}

.c-nav__global li a:hover {
	color: #999;
	opacity: 1;
}

.c-nav__global li.current a {
	color: #999;
	opacity: 1;
}

/* ------------------------------
	[EN]Navigation -- global
------------------------------ */

body.en .c-nav__global li a span:nth-of-type(1) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
}

/* ------------------------------
	Navigation -- contact
------------------------------ */

.c-nav__global__contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	max-width: 560px;
	width: calc(100% - 12vw);
}

.c-nav__global__contact li {
	max-width: 240px;
	width: 47%;
}

.c-nav__global__contact a {
	background: #fff;
	color: #000;
	font-size: calc(12px + 2 * (100vw - 320px) / 960);
	font-weight: 700;
	padding: 0.5em;
	text-align: center;
}

/* ------------------------------
	Navigation -- subnav
------------------------------ */

.c-nav__global__subnav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	max-width: 802px;
	position: relative;
	width: calc(100% - 12vw);
}

.c-nav__global__subnav a {
	color: #999;
	display: inline-block;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(11px + 1 * (100vw - 320px) / 960);
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-right: 2em;
}

.c-nav__global__subnav li:last-child {
	width: 100%;
}

.c-nav__global__subnav li:last-child a {
	color: #999;
	margin-right: 0;
}

.c-nav__global__subnav li:last-child a:hover {
	color: #fff !important;
	font-weight: 700;
	opacity: 1;
	text-decoration: none;
}

.c-nav__global__subnav li:last-child a ~ span {
	color: #fff !important;
	font-weight: 700;
}

/* ------------------------------
	Navigation -- sns
------------------------------ */

.c-nav__global__sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	max-width: 802px;
	width: calc(100% - 12vw);
}

.c-nav__global__sns p {
	color: #999;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(11px + 1 * (100vw - 320px) / 960);
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.6;
	width: 5em;
}

.c-nav__global__sns .c-list__sns {
	width: 192px;
}

.c-nav__global__sns .c-list__sns a {
	margin-left: 30px;
	width: 18px;
}

/* ------------------------------
	Navigation -- link1
------------------------------ */

.c-nav__global__link1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	max-width: 240px;
	width: calc(100% - 12vw);
}

.c-nav__global__link1 li {
	margin-bottom: 30px;
	max-width: 240px;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	width: 100%;
}

.c-nav__global__link1 li p {
	margin: 0;
}

.c-nav__global__link1 li p:first-of-type {
	height: 60px;
	position: relative;
	width: 100%;
}

.c-nav__global__link1 li p:first-of-type img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}

.c-nav__global__link1 li p:last-of-type {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}

.c-nav__global__link1 li p:last-of-type::after {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-image: url(../images/common/icon_link_w.svg);
	background-position: center top 2px;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 8px;
	margin-top: 10px;
	width: 1em;
}

.c-nav__global__link1 li:nth-child(1) p:first-of-type {
	background-color: #2c5779;
}

.c-nav__global__link1 li:nth-child(1) p:first-of-type img {
	height: 44px;
}

.c-nav__global__link1 li:nth-child(2) p:first-of-type {
	background-color: #817f48;
}

.c-nav__global__link1 li:nth-child(2) p:first-of-type img {
	height: 24px;
}

.c-nav__global__link1 li:nth-child(3) p:first-of-type {
	background-color: #35593d;
}

.c-nav__global__link1 li:nth-child(3) p:first-of-type img {
	height: 30px;
}

.c-nav__global__link1 li:hover p {
	opacity: 0.7;
}

/* ------------------------------
	Navigation -- link2
------------------------------ */

.c-nav__global__link2 {
	margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	max-width: 238px;
	width: calc(100% - 12vw);
}

.c-nav__global__link2 p {
	color: #fff;
	font-family: "Shippori Mincho", serif;
	letter-spacing: -0.1em;
	margin-bottom: 5px;
	width: 100%;
}

/* ------------------------------
	[EN]Navigation -- link2
------------------------------ */

body.en .c-nav__global__link2 p {
	font-size: 80%;
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

/* ------------------------------
	Navigation -- button
------------------------------ */

.c-nav__btn {
	cursor: pointer;
	outline: 0;
	position: fixed;
	right: -10px;
	z-index: 100;
}

.c-nav__btn div {
	height: 20px;
	max-width: 80px;
	min-width: 30px;
	outline: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(30px + 50 * (100vw - 320px) / 1280);
}

.c-nav__btn div span {
	background: #000;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
	width: 100%;
}

.l-header.open .c-nav__btn div span {
	background: #fff;
}

.c-nav__btn div span:nth-of-type(1) {
	top: 0;
}

.l-header.open .c-nav__btn div span:nth-of-type(1) {
	top: calc(100% - 1px);
	-webkit-transform: rotate(15deg);
	transform: rotate(15deg);
}

.c-nav__btn div span:nth-of-type(2) {
	top: calc(50% - 1px);
}

.l-header.open .c-nav__btn div span:nth-of-type(2) {
	opacity: 0;
}

.c-nav__btn div span:nth-of-type(3) {
	bottom: 0;
}

.l-header.open .c-nav__btn div span:nth-of-type(3) {
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.l-header.open .c-nav__btn {
	position: fixed;
	top: calc(35px + 43 * (100vw - 320px) / 960);
	z-index: 100;
}

/* ---------------------------------------------
	Thanks
--------------------------------------------- */

.p-thanks main {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/home/topslider/wakkanupuri.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 700px;
}

.c-thanks {
	padding-top: 70px !important;
}

.c-thanks__wrap {
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0;
	color: #fff;
	margin: auto;
	max-width: 700px;
	padding: 50px 6vw 30px;
	position: relative;
	text-align: center;
}

.c-thanks__close {
	position: absolute;
	right: 0;
	top: -65px;
	z-index: 0;
}

.c-thanks__close a {
	color: #000;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
}

.c-thanks__header .c-head__m {
	line-height: 1.6;
}

.c-thanks__header .c-head__m span {
	display: block;
}

.c-thanks__message p {
	font-size: calc(13px + 1 * (100vw - 320px) / 680);
	line-height: 2;
}

.c-thanks__message p span {
	display: inline-block;
}

.c-thanks__footer {
	margin-top: 3em;
}

.c-thanks__footer p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(11px + 1 * (100vw - 320px) / 680);
	line-height: 1.6;
}

/* =============================================
#  Project
============================================= */

/* ---------------------------------------------
	Home
--------------------------------------------- */

.p-top-mv {
	height: calc(100vh - 188px);
	min-height: 500px;
	position: relative;
	width: 100vw;
}

.p-top__slider {
	height: 100%;
	width: 100%;
	z-index: 0;
}

.p-top__slider .slick-slider,
.p-top__slider .slick-list,
.p-top__slider .slick-track,
.p-top__slider .slick-slide {
	height: 100%;
	width: 100%;
}

.p-top__slider .slick-slide {
	position: relative;
}

.p-top__slider .slick-slide img {
	height: 100%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-top__slider__overlay {
	height: 17vw;
	left: 0;
	margin: auto;
	max-width: 82vw;
	position: absolute;
	right: 0;
	top: 18%;
	width: 82vw;
	z-index: 0;
	z-index: 1;
}

.p-top__slider__overlay img {
	height: auto;
	width: 100%;
}

.p-top__slider__name--bottom {
	bottom: 40px;
	left: 0;
	margin: auto;
	margin: auto;
	max-width: 1440px;
	position: absolute;
	right: 0;
	width: calc(100% - 10vw);
	z-index: 0;
	z-index: 0;
}

.p-top__slider__name--bottom p {
	color: #fff;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(10px + 5 * (100vw - 320px) / 960);
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 0;
}

.p-top__slider__name--bottom p:nth-of-type(2) {
	margin-top: 0.3em;
}

.p-top__slider__name--bottom p span {
	display: block;
}

.p-top__slider__name--bottom p span:nth-of-type(1) {
	font-size: 80%;
}

.p-top__slider__name--side {
	bottom: calc(50px + 2.5em);
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(calc(-48vw)) rotate(-180deg);
	transform: translateX(calc(-48vw)) rotate(-180deg);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 0;
}

.p-top__slider__name--side p {
	color: #fff;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(8px + 3 * (100vw - 320px) / 960);
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
}

.p-top__slider__name--side p span {
	font-size: 110%;
}

.p-top__slider .slick-counter {
	bottom: 45px;
	color: #fff;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(8px + 3 * (100vw - 320px) / 960);
	font-weight: 600;
	left: 50%;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 0;
	position: absolute;
	position: absolute;
	-webkit-transform: translateX(calc(-48vw)) rotate(-180deg);
	transform: translateX(calc(-48vw)) rotate(-180deg);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 0;
	z-index: 3;
}

.p-top__slider > .slick-counter {
	display: none;
}

.p-top__slider .slider-dots {
	bottom: 38px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 225px;
	position: absolute;
	right: 2vw;
	width: 20%;
	z-index: 0;
}

.p-top__slider .slider-dots li {
	position: relative;
	width: 15%;
}

.p-top__slider .slider-dots li::before {
	background: #ccc;
	bottom: -2px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	opacity: 0.4;
	position: absolute;
	width: 100%;
	z-index: 0;
}

.p-top__slider .slider-dots li::after {
	background: #fff;
	bottom: -2px;
	content: "";
	display: inline-block;
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-duration: 1800ms;
	transition-duration: 1800ms;
	-webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	width: 100%;
	z-index: 0;
}

.p-top__slider .slider-dots li a {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(8px + 2 * (100vw - 320px) / 680);
	font-weight: 600;
}

.p-top__slider .slider-dots li a .slider-dots-txt {
	color: #999;
	padding-bottom: 0.6em;
}

.p-top__slider .slider-dots li.slick-active::after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.p-top__slider .slider-dots li.slick-active a .slider-dots-txt {
	color: #fff;
}

.p-top .slick-slide.yado {
	background-color: #f6f6f6;
}

.p-top .slick-slide.yado .p-top__slider__name--bottom p,
.p-top .slick-slide.yado .p-top__slider__name--side p {
	color: #999;
}

.p-top .slick-slide.yado .p-top__slider__name--bottom {
	bottom: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.p-top .slick-slide.yado .p-top__slider__name--bottom p:first-of-type {
	font-size: calc(21px + 16 * (100vw - 320px) / 1280);
	padding-right: 20px;
}

.p-top .slick-slide.yado .slick-counter {
	color: #999;
}

.p-top .slick-slide.yado .p-top__slider__flex {
	margin: auto;
	max-width: 1600px;
	padding: 2vw 6vw;
	width: 100%;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt {
	padding-top: 4vw;
	position: relative;
	z-index: 1;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt span {
	display: inline-block;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt h3 {
	font-size: calc(16px + 21 * (100vw - 320px) / 1280);
	line-height: 1.8;
	margin-top: 1em;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt h3 span {
	display: inline-block;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt p {
	font-size: calc(13px + 1 * (100vw - 320px) / 960);
}

.p-top .slick-slide.yado .p-top__slider__flex__txt a.c-more {
	z-index: 3;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 {
	line-height: 1.1;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span {
	display: block;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(1) {
	color: #999;
	font-size: calc(11px + 5 * (100vw - 320px) / 1280);
	padding-bottom: 1em;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(2) {
	font-size: calc(27px + 13 * (100vw - 320px) / 1280);
	font-weight: 700;
	letter-spacing: 0;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(3) {
	font-size: calc(12px + 6 * (100vw - 320px) / 1280);
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-top: 0.5em;
}

.p-top .slick-slide.yado .p-top__slider__flex__img {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	z-index: 0;
}

.p-top .slick-slide.yado .p-top__slider__flex__img::before {
	background-color: rgba(0, 0, 0, 0.3);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 117px auto;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
	z-index: 2;
}

.p-top .slick-slide.yado .p-top__slider__flex__img > a {
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
	z-index: 3 !important;
}

.p-top .slick-slide.yado:nth-of-type(3) .p-top__slider__flex__img {
	background-image: url("../images/home/topslider/wakkanupuri.jpg");
}

.p-top .slick-slide.yado:nth-of-type(4) .p-top__slider__flex__img {
	background-image: url("../images/home/topslider/rera.jpg");
}

.p-top .slick-slide.yado:nth-of-type(5) .p-top__slider__flex__img {
	background-image: url("../images/home/topslider/fure.jpg");
}

.p-top .slick-slide.yado:nth-of-type(6) .p-top__slider__flex__img {
	background-image: url("../images/home/topslider/ipe.jpg");
}

.p-top .slick-slide.yado:nth-of-type(6) .p-top__slider__flex__img::before {
	background-size: 45vw auto;
}

.p-top .slick-slide.yado.pre {
	background: #000;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex__txt,
.p-top .slick-slide.yado.pre .p-top__slider__flex__img {
	display: none;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div {
	height: 0;
	left: 50%;
	max-width: 180px;
	padding-bottom: 78%;
	position: absolute;
	top: 20%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 30%;
	z-index: 10;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div p {
	color: #fff;
	line-height: 1.6;
	text-align: center;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div p span {
	display: block;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div p span:nth-of-type(1) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 39px;
	font-size: 3.9rem;
	font-weight: 600;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div p span:nth-of-type(2) {
	font-family: "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 400 !important;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div img {
	height: auto;
	margin-top: 80px;
	max-width: 180px;
	width: 100%;
}

.p-top .slick-slide.yado.pre.ipe .p-top__slider__flex > div {
	max-width: 300px;
	padding-bottom: 25.8%;
}

.p-top .slick-slide.yado.pre.ipe .p-top__slider__flex > div img {
	max-width: 300px;
}

.p-top-news {
	position: relative;
}

.p-top-news__list {
	margin-left: auto;
	margin-right: auto;
	max-width: 350px;
	width: 100%;
}

.p-top-news__list article {
	margin-bottom: 100px;
	position: relative;
}

.p-top-news__list article div.img {
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 70%;
	position: relative;
	width: 100%;
}

.p-top-news__list article div.img img {
	height: auto;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
}

.p-top-news__list article div.head {
	height: 4em;
	padding-bottom: 0;
}

.p-top-news__list article div.head h4 {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.4;
	margin-bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-top-news__list article div.head time {
	color: #bbb;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
}

.p-top-news__list article div.content {
	height: 5.5em;
	overflow: hidden;
	padding-bottom: 1em;
	position: relative;
	white-space: nowrap;
}

.p-top-news__list article div.content::after {
	background: #fff;
	bottom: 0;
	content: "続きを見る >";
	display: inline;
	font-size: 11px;
	font-size: 1.1rem;
	left: 0;
	padding-top: 1.5em;
	position: absolute;
	text-align: right;
	width: 100%;
	z-index: 0;
}

.p-top-news__list article div.content p {
	font-size: calc(12px + 1 * (100vw - 320px) / 960);
	line-height: 1.5;
	margin-bottom: 0;
	white-space: normal;
	width: 100%;
}

.p-top-news__list article div.content img {
	display: none;
}

.p-top-news__list article:hover div:nth-of-type(1) img {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

.p-top-news__list > a:last-child {
	display: none;
}

.p-top-news .l-content {
	position: relative;
}

.p-top-news .l-content > .c-more {
	bottom: -100px;
	position: absolute;
	right: 0;
	z-index: 0;
}

.p-top-about .l-flex__img {
	background-image: url("../images/home/about.jpg");
}

.p-top-about .l-flex .c-more {
	margin-top: 6em;
}

.p-top-about .l-container {
	margin-top: 106px;
}

.p-top-stay .c-list__yado__photo {
	margin-top: 80px;
}

.p-top-experience .l-flex__img {
	background-image: url("../images/home/experience.jpg");
}

.p-top-experience .l-flex .c-more {
	margin-top: 6em;
}

.p-top-experience .c-box.border.travel {
	margin-top: 106px;
	padding: 180px 5vw 100px;
	text-align: center;
}

.p-top-experience .c-box.border.travel *[class^="c-head"] {
	color: #817f48;
}

.p-top-experience .c-box.border.travel *[class^="c-head"]::after {
	background-color: #817f48;
}

.p-top-experience .c-box.border.travel .c-head__bar::before {
	-o-background-size: contain;
	-webkit-background-size: contain;
	background-image: url(../images/common/icon_activity.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 0;
	left: 0;
	margin: auto;
	max-width: 200px;
	padding-bottom: 28.5%;
	position: absolute;
	right: 0;
	top: -80px;
	width: 50%;
	z-index: 0;
}

.p-top-experience .c-box.border.travel > p.u-goth.u-travel {
	padding-bottom: 110px;
	position: relative;
}

.p-top-experience .c-box.border.travel > p.u-goth.u-travel::after {
	border-right: #817f48 1px solid;
	border-top: #817f48 1px solid;
	bottom: 40px;
	content: "";
	display: block;
	height: 40px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	width: 40px;
	z-index: 0;
}

.p-top-experience .c-box.border.travel > div {
	position: relative;
}

.p-top-experience .c-box.border.travel > div div {
	background: #817f48;
	margin: 0 auto 15px;
	padding: 35px;
	width: 100%;
}

.p-top-experience .c-box.border.travel > div div img {
	margin: auto;
	width: 50%;
}

.p-top-experience .c-box.border.travel > div:hover div,
.p-top-experience .c-box.border.travel > div:hover p.u-goth.u-link {
	opacity: 0.8;
}

.p-top-dining {
	background: #000;
	color: #fff;
}

.p-top-dining .l-flex__img {
	background-image: url("../images/home/dining.jpg");
}

.p-top-dining .l-flex .c-more {
	margin-top: 6em;
	width: 200px;
}

.p-top-dining .l-container {
	margin-top: 106px;
}

.p-top-sns .l-container > ul {
	background: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-bottom: 20vw;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20vw;
	max-width: 450px;
	width: 100%;
}

.p-top-sns .l-container > ul li {
	height: 0;
	max-width: 225px;
	overflow: hidden;
	padding-bottom: 50%;
	position: relative;
	width: 50%;
}

.p-top-sns .l-container > ul li img {
	height: 100%;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	width: 100%;
}

.p-top-sns .l-container > ul li:hover img {
	-webkit-transform: translate(-50%, -50%) scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}

.p-top-sns__list {
	border-top: #000 1px solid;
	padding-top: 80px;
	width: 100%;
}

.p-top-sns__list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: auto;
	max-width: 742px;
}

.p-top-sns__list ul li {
	position: relative;
	text-align: center;
	width: 25%;
}

.p-top-sns__list ul li img {
	width: 26px;
}

.p-top-sns__list ul li p {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 1em;
}

.p-top-sns__list ul li:hover img,
.p-top-sns__list ul li:hover p {
	opacity: 0.6;
}

.p-top-location {
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-color: #f0f0f0;
	background-image: url(../images/home/locationmap_s.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 100%;
	position: relative;
}

.p-top-location__list {
	margin-bottom: 50px;
	margin-top: 70px;
	position: relative;
	z-index: 1;
}

.p-top-location__list dt {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 600;
	margin-top: 20px;
	width: 100%;
}

.p-top-location__list dt span {
	font-family: "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 400;
	padding-left: 1em;
}

.p-top-location__list dd {
	padding-left: 2em;
	width: 100%;
}

.p-top-location__list dd span {
	display: block;
	letter-spacing: 0.05em;
}

.p-top-location__list dd a {
	border-bottom: none;
	color: #999 !important;
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	letter-spacing: 0.1em;
	margin-top: 0.5em;
	width: 110px;
}

.p-top-location__list dd a::after {
	border-right-color: #999;
	border-top-color: #999;
	bottom: 1.3em;
}

.p-top-contact .l-content {
	margin: auto;
}

/* ---------------------------------------------
	[EN]Home
--------------------------------------------- */

body.en .p-top__slider__header h3 {
	line-height: 1.4 !important;
	margin-bottom: 0.5em;
}

body.en .p-top__slider__header h3 span {
	display: inline;
}

body.en .p-top__slider__name--side {
	-webkit-transform: translateX(calc(-48vw - 0.5vw)) rotate(-180deg);
	transform: translateX(calc(-48vw - 0.5vw)) rotate(-180deg);
}

body.en .p-top__slider__name--side p {
	padding-left: 1em;
}

body.en .p-top__slider .slider-dots-txt {
	padding-right: 0;
}

body.en .p-top__slider .slider-dots-txt span {
	padding-right: 0;
}

body.en .p-top-dining .c-head__sc span {
	color: #fff !important;
}

body.en .p-top-sns li p {
	font-size: calc(10px + 4 * (100vw - 320px) / 960);
}

/* ---------------------------------------------
	About
--------------------------------------------- */

.p-about .c-area__link {
	background: #fff;
}

/* ---------------------------------------------
	Privacy Policy
--------------------------------------------- */

.p-privacy .c-head__sc {
	margin-bottom: 5em;
}

.p-privacy .u-note {
	font-size: 90%;
	margin-top: -2em;
}

.p-privacy .c-head__ss {
	margin-top: 4em;
}

/* ---------------------------------------------
	Sitemap
--------------------------------------------- */

.p-sitemap__list {
	margin: 150px auto 100px;
	width: 15em;
}

.p-sitemap__list .p-sitemap__group {
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.p-sitemap__list a {
	display: block;
	margin-bottom: 40px;
	width: 100%;
}

.p-sitemap__list a span {
	display: inline-block;
	position: relative;
}

.p-sitemap__list a span::after {
	background: #000;
	bottom: 0;
	content: "";
	display: inline-block;
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	transition: 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
	width: 0;
	z-index: 0;
}

.p-sitemap__list a:hover span::after {
	width: 100%;
}

.p-sitemap__list a.sns {
	-o-background-size: 20px auto;
	-webkit-background-size: 20px auto;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	padding-left: 40px;
}

.p-sitemap__list a.sns.instagram {
	background-image: url("../images/common/icon_instagram.svg");
}

.p-sitemap__list a.sns.facebook {
	background-image: url("../images/common/icon_facebook.svg");
}

.p-sitemap__list a.sns.youtube {
	background-image: url("../images/common/icon_youtube.svg");
}

.p-sitemap__list a.sns.blog {
	background-image: url("../images/common/icon_blog.svg");
}

.p-sitemap__list .p-sitemap__sub {
	margin-bottom: 40px;
	margin-left: 2em;
	margin-top: -30px;
}

.p-sitemap__list .p-sitemap__sub a {
	margin-bottom: 1em;
}

.p-sitemap__list .p-sitemap__sub a::before {
	content: "ー";
	margin-right: 1em;
}

/* =============================================
#  Utility
============================================= */

/* ---------------------------------------------
	Break
--------------------------------------------- */

.u-br::before {
	content: "\A";
	white-space: pre;
}

.u-br.sp::before {
	content: "\A";
	white-space: pre;
}

.u-br.tb::before,
.u-br.tbpc::before,
.u-br.pc::before {
	content: "";
	white-space: nowrap;
}

/* ---------------------------------------------
	Effect
--------------------------------------------- */

.hvr-shutrout {
	background: transparent;
	color: #fff;
	display: inline-block !important;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	z-index: 0;
}

.hvr-shutrout::after {
	background: #fff;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
	z-index: -1;
}

.hvr-shutrout:hover,
.hvr-shutrout:focus,
.hvr-shutrout:active {
	color: #000;
	opacity: 1;
}

.hvr-shutrout:hover::after,
.hvr-shutrout:focus::after,
.hvr-shutrout:active::after {
	width: 100%;
}

.hvr-shutrout.wht::after {
	background: #999;
}

.hvr-shutrout.wht:hover,
.hvr-shutrout.wht:focus,
.hvr-shutrout.wht:active {
	color: #fff;
}

.hvr-rectout {
	background: transparent;
	color: #fff;
	display: inline-block !important;
	font-size: 15px;
	padding-bottom: 8px;
	padding-top: 8px;
	position: relative;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	width: 20em;
	z-index: 0;
}

.hvr-rectout::after {
	background: rgba(255, 255, 255, 0.9);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
}

.hvr-rectout:hover,
.hvr-rectout:focus,
.hvr-rectout:active {
	color: #000;
}

.hvr-rectout:hover::after,
.hvr-rectout:focus::after,
.hvr-rectout:active::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* ---------------------------------------------
	Margin
--------------------------------------------- */

.u-mb1 {
	margin-bottom: 1rem;
}

.u-ml1 {
	margin-left: 1rem;
}

.u-mr1 {
	margin-right: 1rem;
}

.u-mt1 {
	margin-top: 1rem;
}

.u-mb2 {
	margin-bottom: 2rem;
}

.u-ml2 {
	margin-left: 2rem;
}

.u-mr2 {
	margin-right: 2rem;
}

.u-mt2 {
	margin-top: 2rem;
}

.u-mb3 {
	margin-bottom: 3rem;
}

.u-ml3 {
	margin-left: 3rem;
}

.u-mr3 {
	margin-right: 3rem;
}

.u-mt3 {
	margin-top: 3rem;
}

.u-mb4 {
	margin-bottom: 4rem;
}

.u-ml4 {
	margin-left: 4rem;
}

.u-mr4 {
	margin-right: 4rem;
}

.u-mt4 {
	margin-top: 4rem;
}

.u-mb5 {
	margin-bottom: 5rem;
}

.u-ml5 {
	margin-left: 5rem;
}

.u-mr5 {
	margin-right: 5rem;
}

.u-mt5 {
	margin-top: 5rem;
}

.u-mb6 {
	margin-bottom: 6rem;
}

.u-ml6 {
	margin-left: 6rem;
}

.u-mr6 {
	margin-right: 6rem;
}

.u-mt6 {
	margin-top: 6rem;
}

.u-mb7 {
	margin-bottom: 7rem;
}

.u-ml7 {
	margin-left: 7rem;
}

.u-mr7 {
	margin-right: 7rem;
}

.u-mt7 {
	margin-top: 7rem;
}

.u-mb8 {
	margin-bottom: 8rem;
}

.u-ml8 {
	margin-left: 8rem;
}

.u-mr8 {
	margin-right: 8rem;
}

.u-mt8 {
	margin-top: 8rem;
}

.u-mb9 {
	margin-bottom: 9rem;
}

.u-ml9 {
	margin-left: 9rem;
}

.u-mr9 {
	margin-right: 9rem;
}

.u-mt9 {
	margin-top: 9rem;
}

.u-mb10 {
	margin-bottom: 10rem;
}

.u-ml10 {
	margin-left: 10rem;
}

.u-mr10 {
	margin-right: 10rem;
}

.u-mt10 {
	margin-top: 10rem;
}

/* ---------------------------------------------
	Padding
--------------------------------------------- */

.u-pb1 {
	padding-bottom: 1rem;
}

.u-pl1 {
	padding-left: 1rem;
}

.u-pr1 {
	padding-right: 1rem;
}

.u-pt1 {
	padding-top: 1rem;
}

.u-pb2 {
	padding-bottom: 2rem;
}

.u-pl2 {
	padding-left: 2rem;
}

.u-pr2 {
	padding-right: 2rem;
}

.u-pt2 {
	padding-top: 2rem;
}

.u-pb3 {
	padding-bottom: 3rem;
}

.u-pl3 {
	padding-left: 3rem;
}

.u-pr3 {
	padding-right: 3rem;
}

.u-pt3 {
	padding-top: 3rem;
}

.u-pb4 {
	padding-bottom: 4rem;
}

.u-pl4 {
	padding-left: 4rem;
}

.u-pr4 {
	padding-right: 4rem;
}

.u-pt4 {
	padding-top: 4rem;
}

.u-pb5 {
	padding-bottom: 5rem;
}

.u-pl5 {
	padding-left: 5rem;
}

.u-pr5 {
	padding-right: 5rem;
}

.u-pt5 {
	padding-top: 5rem;
}

.u-pb6 {
	padding-bottom: 6rem;
}

.u-pl6 {
	padding-left: 6rem;
}

.u-pr6 {
	padding-right: 6rem;
}

.u-pt6 {
	padding-top: 6rem;
}

.u-pb7 {
	padding-bottom: 7rem;
}

.u-pl7 {
	padding-left: 7rem;
}

.u-pr7 {
	padding-right: 7rem;
}

.u-pt7 {
	padding-top: 7rem;
}

.u-pb8 {
	padding-bottom: 8rem;
}

.u-pl8 {
	padding-left: 8rem;
}

.u-pr8 {
	padding-right: 8rem;
}

.u-pt8 {
	padding-top: 8rem;
}

.u-pb9 {
	padding-bottom: 9rem;
}

.u-pl9 {
	padding-left: 9rem;
}

.u-pr9 {
	padding-right: 9rem;
}

.u-pt9 {
	padding-top: 9rem;
}

.u-pb10 {
	padding-bottom: 10rem;
}

.u-pl10 {
	padding-left: 10rem;
}

.u-pr10 {
	padding-right: 10rem;
}

.u-pt10 {
	padding-top: 10rem;
}

/* ---------------------------------------------
	Other
--------------------------------------------- */

.u-nonevent {
	pointer-events: none;
}

.u-over {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.u-link::after {
	-o-background-size: auto 90%;
	-webkit-background-size: auto 90%;
	background-image: url(../images/common/icon_link.svg);
	background-position: center top 2px;
	background-repeat: no-repeat;
	background-size: auto 90%;
	content: "";
	display: inline-block;
	height: 1em;
	margin-left: 8px;
	padding-bottom: 3px;
	width: 1em;
}

.js-disable {
	cursor: unset;
	pointer-events: none;
}

/* ---------------------------------------------
	Position
--------------------------------------------- */

.u-algn--c {
	text-align: center;
}

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

.u-algn--l {
	text-align: left;
}

.u-flt--l {
	float: left;
}

.u-flt--r {
	float: right;
}

/* ---------------------------------------------
	Text
--------------------------------------------- */

.u-goth {
	font-family: "Noto Sans JP", sans-serif;
}

.u-note {
	font-size: 0.8em;
}

.u-must {
	color: #820200;
}

.u-bold {
	font-weight: 700 !important;
}

.u-iblc {
	display: inline-block;
}

.u-blc {
	display: block;
}

/* ---------------------------------------------
	Text Color
--------------------------------------------- */

.u-blk {
	color: #000;
}

.u-wht {
	color: #fff !important;
}

.u-travel {
	color: #817f48;
}

.check {
	background-color: rgba(255, 238, 119, 0.5);
}

/* =============================================
#  Media Queries
============================================= */

@media screen and (min-width: 480px) {

section,
aside {
	padding-bottom: 97px;
	padding-top: 97px;
}

.c-contact dd {
	font-size: 20px;
	font-size: 2rem;
}

.c-contact dd:nth-of-type(1) a {
	font-size: 23px;
	font-size: 2.3rem;
}

.c-keyvisual {
	height: 45vw;
}

.c-list__yado__photo__item .c-box a.u-over p {
	font-size: 13px;
	font-size: 1.3rem;
}

.p-top .slick-slide.yado:nth-of-type(6) .p-top__slider__flex__img::before {
	background-size: 40vw auto;
}

.p-top-location__list dd span:nth-of-type(1) {
	display: inline-block;
}

.p-top-location__list dd span:nth-of-type(2) {
	display: inline-block;
}

}

@media screen and (min-width: 600px) {

.l-footer__bottom p {
	margin: 0;
}

.l-footer__bottom .c-list__yado {
	margin-right: 0;
	max-width: 100%;
	width: 100%;
}

.l-footer__bottom .c-list__yado li {
	width: 31%;
}

.c-area__link ul {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 100%;
}

.c-area__link ul li:nth-child(1),
.c-area__link ul li:nth-child(2) {
	width: 48%;
}

.c-area__link ul li:nth-child(3) > div {
	width: 100%;
}

.c-contact dt span.u-must {
	float: right;
}

.c-contact dd span.r {
	font-size: 13px;
	font-size: 1.3rem;
}

.c-list__yado {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-list__yado li {
	width: 31%;
}

body.en .c-list__yado li span:nth-of-type(1) {
	font-size: 82%;
}

body.en .c-list__yado li span:nth-of-type(2) {
	font-size: 11px;
	font-size: 1.1rem;
}

.c-list__yado__photo__item {
	margin-bottom: 60px;
}

.c-list__yado__photo__item .c-box a.u-over {
	padding: 4vw 3.5vw 5vw 4vw;
}

.c-list__yado__photo__item .c-box a.u-over p {
	font-size: 14px;
	font-size: 1.4rem;
}

body.en .c-list__yado__photo__item .c-box a.u-over h4 {
	font-size: 15px;
	font-size: 1.5rem;
}

body.en .c-list__yado__photo__item .c-box a.u-over p {
	font-size: 13px;
	font-size: 1.3rem;
}

.c-list__photo {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-top: 80px;
	max-width: 100%;
}

.c-list__photo li {
	width: 48%;
}

.c-list__table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.c-list__table dt {
	width: 12em;
}

.c-list__table dd {
	width: calc(100% - 12em);
}

.c-list__table dd::before {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-list__table dd ul li::before {
	background-image: repeating-linear-gradient(90deg, #231815 0px, #231815 2px, #fff 2px, #fff 4px);
	content: "";
	display: block;
	height: 1px;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.c-list__table dd ul li:first-of-type::before {
	display: none;
}

.c-nav__global {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
	margin-top: 200px;
	max-width: 900px;
}

.c-nav__global__subnav li:last-child {
	bottom: 0;
	position: absolute;
	right: 0;
	text-align: right;
	width: 5.5em;
	z-index: 0;
}

.c-nav__global__link1 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 802px;
}

.c-nav__global__link1 li {
	width: 31%;
}

.c-nav__global__link2 {
	margin-top: 100px;
	max-width: 802px;
}

.p-top .slick-slide.yado:nth-of-type(6) .p-top__slider__flex__img::before {
	background-size: 240px auto;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div {
	height: 475px;
	padding-bottom: 0;
}

.p-top-news__list {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
	max-width: 100%;
}

.p-top-news__list article {
	width: 48%;
}

.p-top-news .l-content > .c-more {
	margin: 0;
	position: absolute;
	right: 0;
	top: 36px;
	z-index: 0;
}

.p-top-experience .c-box.border.travel > div div {
	max-width: 638px;
	width: 80%;
}

.p-sitemap__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 40em;
}

.p-sitemap__list .p-sitemap__group {
	margin-left: 0;
	margin-right: 0;
}

.p-sitemap__list .p-sitemap__group:nth-of-type(1) {
	width: 17em;
}

.p-sitemap__list .p-sitemap__group:nth-of-type(2) {
	width: 10em;
}

}

@media screen and (min-width: 767px) {

.c-area__link ul li:nth-child(3) > div > p {
	position: absolute;
	right: 7%;
	top: 6vw;
	width: 15%;
	z-index: 0;
}

.c-area__link ul li:nth-child(3) > div .c-area__link__txt {
	margin-bottom: -2em;
	width: 92%;
}

.c-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.c-form li.half {
	width: 47.5%;
}

.c-list__yado__photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
}

.c-list__yado__photo__item {
	margin-bottom: 12vw;
	margin-left: 0;
	margin-right: 0;
	max-width: 600px;
	padding-bottom: 42.5vw;
	width: 40vw;
}

.c-list__yado__photo__item .c-box {
	padding: 2vw;
}

.c-list__yado__photo__item .c-box a.u-over {
	padding: 3vw 2vw 5vw 3vw;
}

.c-list__yado__photo__item .c-box a.u-over h4 {
	font-size: calc(15px + 6 * (100vw - 767px) / 833);
	margin-bottom: 2vw;
}

.c-list__yado__photo__item .c-box a.u-over p {
	font-size: calc(11px + 4 * (100vw - 767px) / 513);
}

.c-list__yado__photo__item .c-box a.u-over img {
	bottom: 2vw;
	width: calc((100% - 4vw) * 0.3);
}

body.en .c-list__yado__photo__item h3 {
	font-size: calc(15px + 12 * (100vw - 767px) / 713);
}

body.en .c-list__yado__photo__item .c-box a.u-over {
	padding-left: 3.5vw;
	padding-right: 3vw;
	padding-top: 4vw;
}

body.en .c-list__yado__photo__item .c-box a.u-over h4 {
	font-size: calc(11px + 11 * (100vw - 767px) / 833);
	margin-bottom: 1vw;
}

body.en .c-list__yado__photo__item .c-box a.u-over p {
	font-size: calc(10px + 6 * (100vw - 767px) / 833);
}

.c-list__group__all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 637px;
	width: 100%;
}

.c-list__group__all li.main {
	border-right: none;
	max-width: 319px;
}

.c-list__group__all li.fure {
	border-right: none;
	max-width: 319px;
}

.c-list__group__all li.ipe img {
	max-width: 214px;
	width: 67%;
}

.c-list__group__all li.bbb {
	max-width: 427px;
}

.c-list__group__all li.travel {
	max-width: 427px;
}

.c-list__group__all li.shop {
	max-width: 427px;
}

.c-nav__global__subnav {
	margin-top: 140px;
}

.c-nav__global__link1 li:nth-child(1) p:first-of-type img {
	height: 50px;
}

.c-nav__global__link1 li:nth-child(2) p:first-of-type img {
	height: 30px;
}

.c-nav__global__link1 li:nth-child(3) p:first-of-type img {
	height: 36px;
}

.p-top__slider__overlay {
	height: 14.5vw;
	max-width: 70vw;
	top: 15%;
	width: 70vw;
}

.p-top-news__list article div.content {
	height: 7.5em;
}

.p-top-news__list article div.content::after {
	font-size: 13px;
	font-size: 1.3rem;
}

.p-top-experience .c-box.border.travel {
	padding-left: 60px;
	padding-right: 60px;
}

.p-top-sns .l-container > ul {
	background: transparent;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 8vw;
	margin-top: 8vw;
	max-width: 1280px;
}

.p-top-sns .l-container > ul li {
	padding-bottom: 19%;
	width: 19%;
}

.p-top-sns .l-container > ul li:nth-child(5) {
	display: none;
}

.p-top-sns__list ul {
	width: 80%;
}

.u-br.sp::before {
	content: "";
	white-space: nowrap;
}

.u-br.tb::before,
.u-br.tbpc::before {
	content: "\A";
	white-space: pre;
}

}

@media screen and (min-width: 1000px) {

.l-footer {
	padding-top: 156px;
}

.l-footer__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__lower {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 10px;
	padding-bottom: 40px;
}

.l-footer__lower .l-footer__logo {
	margin-left: 0;
	max-width: 320px;
	width: 35%;
}

.l-footer__lower .l-footer__add {
	margin-top: 37px;
	text-align: right;
	width: 40em;
}

.l-footer__lower .l-footer__add span:nth-of-type(1) {
	display: block;
	margin-right: 0;
	text-align: left;
}

.l-footer__copyright {
	margin: auto;
	max-width: 1280px;
	padding-top: 35px;
	width: calc(100% - 12vw);
}

.l-footer__copyright::before {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.l-footer__copyright p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0;
}

.l-footer__copyright p:nth-of-type(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 320px;
	width: 35%;
}

.l-footer__bottom {
	height: 200px;
}

.l-footer__bottom .l-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-footer__bottom p {
	margin-top: 25px;
}

.l-footer__bottom .c-list__yado {
	margin-top: 7px;
	max-width: 802px;
	width: calc(100% - 17em);
}

body.en .l-footer__add {
	position: relative;
	width: 36em;
}

body.en .l-footer__add span:nth-of-type(1) {
	margin-left: 1em;
	width: 14.5em;
}

body.en .l-footer__add span:nth-of-type(2) {
	text-align: right;
}

body.en .l-footer__add span:nth-of-type(5) {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.l-header {
	height: 200px;
}

.l-header__logo {
	height: 80px;
	margin-top: 10px;
	max-height: 80px;
	width: 33vw;
}

main {
	margin-top: 200px;
}

section,
aside {
	padding-bottom: 150px;
	padding-top: 150px;
}

.l-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.l-flex__txt {
	padding-bottom: 0;
	padding-left: 6vw;
	padding-right: 5vw;
	width: 40%;
}

.l-flex__img {
	background-position: left center;
	height: auto;
	padding-bottom: 0;
	width: 60%;
}

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

.l-flex.reverse .l-flex__txt {
	padding-left: 5vw;
	padding-right: 6vw;
}

.l-flex.reverse .l-flex__img {
	background-position: right center;
}

.c-area__link ul li {
	margin-bottom: 116px;
}

.c-area__link ul li:nth-child(3) > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 60px 70px 90px 60px;
}

.c-area__link ul li:nth-child(3) > div > p {
	height: 190px;
	max-width: 168px;
	top: 47%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 168px;
}

.c-area__link ul li:nth-child(3) > div > p img {
	height: auto;
	width: 100%;
}

.c-area__link ul li:nth-child(3) > div .c-area__link__txt {
	margin-left: 0;
	width: calc(100% - 200px);
}

.c-area__link ul li:nth-child(3) > div .c-area__link__txt h3 {
	font-size: 40px;
	font-size: 4rem;
	letter-spacing: 0.3em;
}

body.en .c-area__link .c-area__link__txt h3 {
	font-size: 30px;
	font-size: 3rem;
	letter-spacing: 0.1em !important;
}

body.en .c-area__link .c-area__link__txt h3 span {
	display: inline-block;
	padding-right: 0.5em;
}

.c-list__yado__photo__item .c-box {
	padding: 20px;
}

.c-list__yado__photo__item .c-box a.u-over {
	padding: 40px 30px 100px 40px;
}

.c-list__yado__photo__item .c-box a.u-over img {
	bottom: 20px;
	width: calc((100% - 40px) * 0.3);
}

body.en .c-list__yado__photo__item .c-box a.u-over {
	padding: 50px 30px 100px 40px;
}

.c-list__group__all {
	max-width: 1280px;
}

.c-list__group__all li {
	height: 0;
	padding-bottom: 15%;
}

.c-list__group__all li.main {
	max-width: 25%;
	width: 25%;
}

.c-list__group__all li.rera {
	border-right: none;
	max-width: 25%;
	width: 25%;
}

.c-list__group__all li.fure {
	border-right: none;
	max-width: 25%;
	width: 25%;
}

.c-list__group__all li.ipe {
	max-width: 25%;
	width: 25%;
}

.c-list__group__all li.bbb {
	border-right: none;
	max-width: 33.3%;
	width: 33.3%;
}

.c-list__group__all li.travel {
	border-right: none;
	max-width: 33.3%;
	width: 33.3%;
}

.c-list__group__all li.shop {
	max-width: 33.3%;
	width: 33.3%;
}

.c-list__photo li {
	margin-bottom: 0;
	width: 23%;
}

.c-nav__header__sub {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 20px;
	position: absolute;
	right: calc((30px + 40 * (100vw - 320px) / 1280) + 40px);
	width: 525px;
}

.c-nav__header__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 613px;
	position: absolute;
	right: calc((30px + 40 * (100vw - 320px) / 1280) + 15px);
	top: calc(55% - 1em);
	width: 50%;
}

.c-nav__header__main li {
	width: 7.5em;
}

.c-nav__header__main li:nth-child(1),
.c-nav__header__main li:nth-child(3) {
	width: 4em;
}

.c-nav__header__main li a {
	font-size: calc(12px + 3 * (100vw - 1000px) / 960);
	line-height: 1;
	padding-bottom: 1em;
	padding-top: 1em;
	text-align: center;
	-webkit-transition: display 1s linear;
	transition: display 1s linear;
}

.c-nav__header__main li a span:nth-of-type(1) {
	display: block;
}

.c-nav__header__main li a span:nth-of-type(2) {
	display: none;
	letter-spacing: 0;
}

.c-nav__header__main li a:hover {
	opacity: 1;
}

.c-nav__header__main li a:hover span:nth-of-type(1) {
	display: none;
}

.c-nav__header__main li a:hover span:nth-of-type(2) {
	display: block;
}

.c-nav__header__main li.current a {
	font-weight: 700;
}

.c-nav__header__main li:nth-child(3) a span:nth-of-type(1) {
	margin-left: -1em;
}

body.en .c-nav__header__main li a:hover span {
	color: #999;
	display: block;
}

.c-nav__global__logo {
	max-width: 340px;
	width: 45%;
}

.c-nav__global__subnav a {
	margin-right: 3em;
}

.c-nav__btn div {
	top: 32px;
	width: 60px;
}

.l-header.open .c-nav__btn {
	top: 0;
}

.p-top-mv {
	height: 780px;
}

.p-top__slider {
	height: 780px;
}

.p-top__slider__overlay {
	height: 147px;
	max-width: 715px;
	width: 100%;
}

.p-top__slider .slider-dots li:nth-child(3).slick-active::after,
.p-top__slider .slider-dots li:nth-child(4).slick-active::after,
.p-top__slider .slider-dots li:nth-child(5).slick-active::after,
.p-top__slider .slider-dots li:nth-child(6).slick-active::after {
	background: #000;
}

.p-top__slider .slider-dots li:nth-child(3).slick-active a .slider-dots-txt,
.p-top__slider .slider-dots li:nth-child(4).slick-active a .slider-dots-txt,
.p-top__slider .slider-dots li:nth-child(5).slick-active a .slider-dots-txt,
.p-top__slider .slider-dots li:nth-child(6).slick-active a .slider-dots-txt {
	color: #000;
}

.p-top .slick-slide.yado .p-top__slider__flex {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	min-height: 720px;
	padding: 0;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt {
	height: 85%;
	max-width: 35%;
	padding-left: 6vw;
	width: 35%;
}

.p-top .slick-slide.yado .p-top__slider__flex__img {
	background-size: cover;
	height: 85%;
	left: inherit;
	max-width: 960px;
	right: 0;
	width: 60%;
}

.p-top .slick-slide.yado .p-top__slider__flex__img::before {
	background-color: transparent;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.p-top .slick-slide.yado .p-top__slider__flex__img:hover {
	z-index: 1;
}

.p-top .slick-slide.yado .p-top__slider__flex__img:hover::before {
	background-color: rgba(0, 0, 0, 0.85);
}

.p-top .slick-slide.yado:hover .p-top__slider__flex__txt a.c-more::after {
	right: -3px;
}

.p-top .slick-slide.yado:hover .p-top__slider__flex__img::before {
	background-color: rgba(0, 0, 0, 0.85);
}

.p-top .slick-slide.yado:nth-of-type(3):hover .p-top__slider__flex__img::before {
	background-image: url("../images/common/logo_wakkanupuri_w.svg");
	opacity: 1;
}

.p-top .slick-slide.yado:nth-of-type(4):hover .p-top__slider__flex__img::before {
	background-image: url("../images/common/logo_rera.svg");
	opacity: 1;
}

.p-top .slick-slide.yado:nth-of-type(4):hover .p-top__slider__flex__img::after {
	display: none;
}

.p-top .slick-slide.yado:nth-of-type(5):hover .p-top__slider__flex__img::before {
	background-image: url("../images/common/logo_fure.svg");
	opacity: 1;
}

.p-top .slick-slide.yado:nth-of-type(5):hover .p-top__slider__flex__img::after {
	display: none;
}

.p-top .slick-slide.yado:nth-of-type(6) .p-top__slider__flex__img::after {
	color: rgba(255, 255, 255, 0.6);
	content: "COMING SOON";
	display: inline-block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	height: 1em;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 0;
	z-index: 3 !important;
}

.p-top .slick-slide.yado:nth-of-type(6):hover .p-top__slider__flex__img::before {
	background-image: url("../images/common/logo_ipe.svg");
	opacity: 1;
}

.p-top .slick-slide.yado:nth-of-type(6):hover .p-top__slider__flex__img::after {
	display: none;
}

.p-top-news__list article {
	margin-bottom: 0;
	width: 23%;
}

.p-top-news__list article div.content {
	height: 6.6em;
}

.p-top-news__list article div.content::after {
	padding-top: 0.5em;
}

.p-top-location {
	background-image: url("../images/home/locationmap.svg");
	background-position: right center;
	background-size: auto 100%;
	padding-bottom: 0;
}

.p-top-location__list {
	width: 40%;
}

body.en .p-top__slider__flex__txt {
	height: 100%;
	position: relative;
}

body.en .p-top__slider__flex__txt p {
	padding-bottom: 2em;
}

body.en .p-top__slider__flex__txt a.c-more {
	bottom: 0;
	left: 6vw;
	position: absolute;
	z-index: 0;
}

.u-br.tb::before {
	content: "";
	white-space: nowrap;
}

.u-br.pc::before {
	content: "\A";
	white-space: pre;
}

}

@media screen and (min-width: 1000px) and (min-width: 1600px) {

.c-nav__header__main li a {
	font-size: 14px;
	font-size: 1.4rem;
}

}

@media screen and (min-width: 1280px) {

.l-footer__lower .l-footer__add {
	width: calc(100% - 320px);
}

.l-footer__lower .l-footer__add span:nth-of-type(1) {
	display: inline;
	margin-right: 1em;
}

.l-header__logo {
	width: 320px;
}

.c-list__yado__photo__item .c-box a.u-over {
	padding: 60px 30px 100px 40px;
}

.c-list__yado__photo__item .c-box a.u-over p.clamp {
	height: 20em;
}

.c-list__yado__photo__item .c-box a.u-over p.clamp::before {
	display: none;
}

body.en .c-list__yado__photo__item .c-box a.u-over p.clamp {
	height: 24em;
}

.p-top__slider__name--bottom p {
	font-size: 15px;
	font-size: 1.5rem;
}

.p-top-location {
	background-position: right top 62%;
	background-size: auto 150%;
}

body.en .p-top__slider__flex__txt a.c-more {
	left: 80px;
}

}

@media screen and (min-width: 1450px) {

.c-list__yado__photo__item {
	height: 640px;
	margin-bottom: 160px;
	padding-bottom: 0;
	width: 600px;
}

.c-list__yado__photo__item h3 {
	font-size: 30px;
	font-size: 3rem;
}

.c-list__yado__photo__item .c-box a.u-over img {
	bottom: 40px;
}

body.en .c-list__yado__photo__item h3 {
	font-size: 27px;
	font-size: 2.7rem;
}

.c-nav__btn {
	right: -20px;
}

.c-nav__btn {
	right: -30px;
}

.c-nav__btn div {
	width: 80px;
}

.p-top__slider .slider-dots {
	right: 50%;
	-webkit-transform: translateX(calc(670px + 3vw));
	transform: translateX(calc(670px + 3vw));
}

.p-top .slick-slide.yado .p-top__slider__flex__txt {
	padding-left: 80px;
}

}

@media screen and (min-width: 1600px) {

section.mt {
	padding-top: 15vw;
}

section.mt::before {
	height: 168px;
	padding-top: 0;
}

.l-flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-flex__txt {
	padding-left: calc(((100vw - 1280px) / 2) - 160px);
	padding-right: 0px;
}

.l-flex__img {
	width: 50%;
}

.l-flex.reverse .l-flex__txt {
	padding-left: 0px;
	padding-right: calc(((100vw - 1280px) / 2) - 160px);
}

.c-keyvisual {
	height: 35vw;
}

.c-list__yado__photo__item .c-box a.u-over h4 {
	font-size: 21px;
	font-size: 2.1rem;
}

.c-list__yado__photo__item .c-box a.u-over p {
	font-size: 16px;
	font-size: 1.6rem;
}

body.en .c-list__yado__photo__item .c-box a.u-over h4 {
	font-size: 22px;
	font-size: 2.2rem;
}

body.en .c-list__yado__photo__item .c-box a.u-over p {
	font-size: 16px;
	font-size: 1.6rem;
}

.p-top__slider__name--side {
	-webkit-transform: translateX(-760px) rotate(-180deg);
	transform: translateX(-760px) rotate(-180deg);
}

.p-top__slider .slick-counter {
	-webkit-transform: translateX(-760px) rotate(-180deg);
	transform: translateX(-760px) rotate(-180deg);
}

.p-top__slider .slider-dots {
	-webkit-transform: translateX(calc(760px));
	transform: translateX(calc(760px));
}

.p-top .slick-slide.yado .p-top__slider__name--bottom p:first-of-type {
	font-size: 38px;
	font-size: 3.8rem;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt {
	padding-top: 50px;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt h3 {
	font-size: 37px;
	font-size: 3.7rem;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(1) {
	font-size: 16pxpx;
	font-size: 1.6pxrem;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(2) {
	font-size: 40px;
	font-size: 4rem;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(3) {
	font-size: 18pxpx;
	font-size: 1.8pxrem;
}

.p-top .slick-slide.yado .p-top__slider__flex__img {
	right: calc(50% - 800px);
}

.p-top-sns .l-container > ul {
	margin-bottom: 120px;
	margin-top: 120px;
}

body.en .p-top__slider__name--side {
	-webkit-transform: translateX(-768px) rotate(-180deg);
	transform: translateX(-768px) rotate(-180deg);
}

}

@media screen and (max-width: 999px) {

.l-footer__upper .l-footer__navi {
	display: none;
}

.l-footer__upper .l-footer__contact {
	margin: 5px auto 60px;
}

.l-footer__copyright p a {
	display: none;
}

.l-header__logo {
	left: 10px;
}

.c-list__group__all li.shop {
	margin-bottom: 100px;
}

.c-nav__btn {
	right: 2vw;
	top: 49%;
}

.p-top__slider .slick-slide a.u-over {
	display: none;
}

.p-top__slider__name--bottom {
	width: calc(100% - 4vw);
}

.p-top__slider__name--side {
	display: none;
}

.p-top__slider .slick-counter {
	display: none;
}

.p-top__slider .slider-dots {
	width: 40%;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt h3 {
	color: #fff;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt p {
	color: #fff;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt a.c-more {
	border-bottom-color: #fff;
	color: #fff;
	margin-top: -1em;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt a.c-more::after {
	border-right-color: #fff;
	border-top-color: #fff;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(1) {
	color: #ccc;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(2) {
	color: #fff;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(3) {
	color: #fff;
}

.p-top .slick-slide.yado .p-top__slider__flex__img > a {
	display: none;
}

.p-top .slick-slide.yado:nth-of-type(3):hover .p-top__slider__flex__img::before {
	background-image: url("../images/common/logo_wakkanupuri_w.svg");
	background-position: right 6vw top 6vw;
	opacity: 1;
}

.p-top .slick-slide.yado:nth-of-type(4):hover .p-top__slider__flex__img::before {
	background-image: url("../images/common/logo_rera.svg");
	background-position: right 6vw top 6vw;
	opacity: 1;
}

.p-top .slick-slide.yado:nth-of-type(5):hover .p-top__slider__flex__img::before {
	background-image: url("../images/common/logo_fure.svg");
	background-position: right 6vw top 6vw;
	opacity: 1;
}

.p-top .slick-slide.yado:nth-of-type(6):hover .p-top__slider__flex__img::before {
	background-image: url("../images/common/logo_ipe.svg");
	background-position: right 6vw top 6vw;
	opacity: 1;
}

}

@media screen and (max-width: 766px) {

.l-footer {
	padding-top: 16.66667vw;
}

.l-footer__lower {
	padding-bottom: 6.25vw;
}

.l-footer__copyright {
	padding-top: 3.33333vw;
}

section.mt {
	padding-top: 27vw;
}

address span:nth-of-type(1),
address span:nth-of-type(3) {
	display: block;
}

table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 100px;
}

.c-list__table dd ul li span {
	display: block;
	padding-left: 1em;
}

.p-top .slick-slide.yado .p-top__slider__name--bottom {
	display: none;
}

body.en .p-top__slider__header h3 span {
	display: inline-block;
	line-height: 1.8 !important;
}

}

@media screen and (max-width: 599px) {

.c-nav__global li a {
	text-align: center;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt span {
	display: inline;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt h3 span {
	display: block;
}

.p-sitemap__list a.sns.instagram {
	margin-top: 100px;
}

}

@media screen and (max-width: 479px) {

.l-footer__copyright p {
	font-size: 3.2vw;
}

.l-header__logo {
	max-height: 48px;
	max-width: 216px;
}

.c-head__xxl {
	letter-spacing: 0;
}

.c-head__xl {
	letter-spacing: 0;
}

.c-head__l {
	letter-spacing: 0;
}

.c-head__m {
	letter-spacing: 0;
}

.c-nav__global__wrap address span:first-of-type {
	display: block;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div p span:nth-of-type(1) {
	font-size: 7vw;
}

.p-top .slick-slide.yado.pre .p-top__slider__flex > div p span:nth-of-type(2) {
	font-size: 4vw;
}

}

@media screen and (max-width: 380px) {

.l-footer__copyright p br {
	display: block;
}

}

@media all and (max-width: 369px) {

.c-contact dd span.r {
	text-align: right;
	width: 100%;
}

}

@media screen and (max-width: 320px) {

.l-footer__lower .l-footer__add {
	font-size: 4vw;
	letter-spacing: 0.05em;
	margin-top: 11.875vw;
}

main p,
main ul,
main ol,
main dl {
	font-size: 4vw;
}

body.en main p,
body.en main ul,
body.en main ol,
body.en main dl {
	font-size: 5vw;
}

body.en main .l-container p,
body.en main .l-flex__txt p {
	font-size: 4vw;
}

.c-area__link ul li .c-area__link__ttl {
	font-size: 4vw;
}

.c-area__link ul li:nth-child(3) > div .c-area__link__txt p {
	font-size: 4vw;
}

.c-contact dd {
	display: block;
	font-size: 4.5vw;
	line-height: 1.6;
	padding: 1em;
	text-align: left;
}

.c-contact dd span.r {
	font-size: 3.5vw;
}

.c-contact dd:nth-of-type(1) a {
	display: block;
	font-size: 5.2vw;
	text-align: left;
	width: 100%;
}

.c-form li p {
	font-size: 4vw;
}

.c-head__sc span:first-of-type {
	font-size: 4vw;
}

.c-head__sc span:last-of-type {
	font-size: 8vw;
}

.c-head__sc--rev span:first-of-type {
	font-size: 6.4vw;
}

.c-head__sc--rev span:last-of-type {
	font-size: 4vw;
}

body.en .c-head__sc span:first-of-type {
	font-size: 8vw;
}

body.en .c-head__sc--rev span {
	font-size: 6.4vw !important;
}

.c-head__xxl {
	font-size: 10vw;
}

.c-head__xxl {
	font-size: 8vw;
}

.c-head__xl {
	font-size: 8.5vw;
}

.c-head__l {
	font-size: 8vw;
}

.c-head__m {
	font-size: 6.4vw;
}

.c-head__s {
	font-size: 4.8vw;
}

.c-head__ss {
	font-size: 4.5vw;
}

body.en .c-list__yado__photo__item h3 {
	font-size: 4.5vw;
}

body.en .c-list__yado__photo__item .c-box a.u-over h4 {
	font-size: 3vw;
}

body.en .c-list__yado__photo__item .c-box a.u-over p {
	font-size: 2.5vw;
}

.c-list__photo li p span:first-of-type {
	font-size: 3vw;
}

.c-list__photo li p span:last-of-type {
	font-size: 6vw;
}

body.en .c-list__photo li p span {
	font-size: 3vw;
}

.c-nav__global__wrap address {
	font-size: 4vw;
}

.c-nav__global li a span:nth-of-type(1) {
	font-size: 3.5vw;
}

.c-nav__global li a span:nth-of-type(2) {
	font-size: 3vw;
}

.c-nav__global__contact {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	margin-bottom: -20px;
}

.c-nav__global__contact li {
	margin: 0 auto 20px;
	width: 100%;
}

.c-nav__global__contact a {
	font-size: 4vw;
}

.c-nav__global__subnav a {
	font-size: 3.5vw;
}

.c-nav__global__sns p {
	font-size: 3.5vw;
}

.c-thanks__message p {
	font-size: 4vw;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt h3 {
	font-size: 5vw;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt p {
	font-size: 3.5vw;
	line-height: 6vw;
}

.p-top .slick-slide.yado .p-top__slider__flex__txt a.c-more {
	font-size: 3vw;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(1) {
	font-size: 2vw;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(2) {
	font-size: 7vw;
}

.p-top .slick-slide.yado .p-top__slider__flex .p-top__slider__header h2 span:nth-of-type(3) {
	font-size: 2.5vw;
}

.p-top-sns__list ul li p {
	font-size: 10px;
}

}

/*# sourceMappingURL=maps/style.css.map */
