@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-06-12
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:nth-of-type(1) {
	padding-right: 0;
}

.l-footer__upper .l-footer__contact dl dd.c-list__sns a:nth-of-type(1) 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: 1440px;
	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: 30%;
}

.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 a,
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.scimg {
	padding-top: 0;
}

section.scimg > .c-img {
	height: 0;
	margin-bottom: 100px;
	overflow: hidden;
	padding-bottom: 40%;
	position: relative;
	width: 100%;
}

section.scimg > .c-img > img {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

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

.l-container.wht {
	background: #fff;
	padding: 15vw 6vw;
}

.l-container .l-content {
	margin: auto;
	max-width: 1120px;
	position: relative;
	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 -- yado with photo
--------------------------------------------- */

.c-area__yado h2 {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 600;
	text-align: center;
}

.c-area__yado__wrap {
	margin: auto;
	max-width: 600px;
	width: 100%;
}

.c-area__yado__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: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	max-width: 600px;
	position: relative;
	width: 100%;
}

.c-area__yado__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-family: "Shippori Mincho", serif;
	font-size: calc(18px + 12 * (100vw - 320px) / 1280);
	font-weight: 600;
	padding-top: 1.5em;
	width: 13%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.c-area__yado__item .c-box {
	height: 23em;
	padding: 4vw;
	position: relative;
	width: 80%;
}

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

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

.c-area__yado__item .c-box > img {
	bottom: 3vw;
	left: 4vw;
	max-width: 105px;
	position: absolute;
	width: 26%;
	z-index: 0;
}

.c-area__yado__item .c-box > p {
	bottom: 1vw;
	font-size: calc(15px + 2 * (100vw - 320px) / 680);
	line-height: 1.4;
	position: absolute;
	right: 3vw;
	text-align: right;
	width: 50%;
	z-index: 0;
}

.c-area__yado__item .c-box > p span {
	display: block;
}

.c-area__yado__item .c-box > p span:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
	letter-spacing: 0.05em;
	margin-left: -1em;
}

.c-area__yado__item .c-box > p span:nth-of-type(2) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 120%;
	font-weight: 700;
}

.c-area__yado__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-area__yado__item .c-box:hover > img {
	opacity: 0;
}

.c-area__yado__item .c-box:hover > p {
	color: #fff;
}

.c-area__yado__item .c-box a.u-over {
	background: #000;
	color: #fff;
	font-family: "Shippori Mincho", serif;
	opacity: 0;
	padding: 5vw 3vw 4vw;
	z-index: 0;
}

.c-area__yado__item .c-box a.u-over:hover,
.c-area__yado__item .c-box a.u-over.js-hover:hover {
	opacity: 0.9;
	z-index: 1;
}

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

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

.c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
}

.c-area__yado__item .c-box a.u-over p:nth-of-type(2) {
	bottom: 1vw;
	font-size: calc(13px + 4 * (100vw - 320px) / 680);
	line-height: 1.4;
	position: absolute;
	right: 3vw;
	text-align: right;
	width: 65%;
	z-index: 0;
}

.c-area__yado__item .c-box a.u-over p:nth-of-type(2) span {
	display: block;
}

.c-area__yado__item .c-box a.u-over p:nth-of-type(2) span:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
	letter-spacing: 0.05em;
	margin-left: -1em;
}

.c-area__yado__item .c-box a.u-over p:nth-of-type(2) span:nth-of-type(2) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 120%;
	font-weight: 700;
}

.c-area__yado__item .c-box a.u-over img {
	bottom: 3vw;
	display: block;
	left: 4vw;
	max-width: 105px;
	opacity: 0;
	position: absolute;
	width: 26%;
	z-index: 0;
	z-index: 3;
}

.c-area__yado__item:nth-of-type(1) p span:nth-of-type(2) {
	color: #96b049;
}

.c-area__yado__item:nth-of-type(2) p span:nth-of-type(2) {
	color: #b43a3d;
}

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

body.en .c-area__yado__item h3 {
	font-size: calc(13px + 4 * (100vw - 320px) / 280);
}

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

body.en .c-area__yado__item .c-box a.u-over h4 span {
	display: inline-block;
}

body.en .c-area__yado__item .c-box a.u-over p {
	text-align: justify;
	text-justify: inter-ideograph;
}

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

body.en .c-area__yado__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;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(2) {
	bottom: 1vw;
	font-size: calc(13px + 4 * (100vw - 320px) / 680);
	line-height: 1.4;
	position: absolute;
	right: 3vw;
	text-align: right;
	width: 65%;
	z-index: 0;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(2) span {
	display: block;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(2) span:nth-of-type(1) {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90% !important;
	letter-spacing: 0.05em;
	margin-left: -1em;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(2) span:nth-of-type(2) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: 120%;
	font-weight: 700;
}

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

/* ---------------------------------------------
	Flexbox
--------------------------------------------- */

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

.c-flex.half {
	margin-top: 100px;
}

.c-flex.half > div {
	width: 47%;
}

section > .c-flex.half {
	margin-top: 0;
}

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

.c-box {
	background: transparent;
}

.c-box.w {
	background: #fff;
}

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

.c-box.dgy {
	background: #e9e9e9;
}

.c-box.pad {
	padding: 1.5em 1em 1.5em 1.5em;
}

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

.c-box__txt .c-head__m {
	margin-bottom: 1em;
}

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

.c-box__txt.c-flex .c-head__m.v {
	letter-spacing: 1.5em;
	margin-bottom: -2em;
	padding-right: 0.5em;
	padding-top: 20px;
	width: 2em;
}

.c-box__txt.c-flex > div {
	padding-left: 1.5em;
	position: relative;
	width: calc(100% - 4em);
}

.c-box__txt.c-flex > div::before {
	background: #000;
	bottom: 0;
	content: "";
	display: inline-block;
	height: calc(100% + 70px);
	left: 0;
	position: absolute;
	width: 1px;
	z-index: 0;
}

.c-box__txt.c-flex > div p {
	margin-bottom: 0;
}

/* ---------------------------------------------
	[EN]Box
--------------------------------------------- */

body.en .c-box__txt.c-flex .c-head__m.v {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	padding-top: 0;
}

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

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

.c-lead span {
	display: inline;
}

/* ---------------------------------------------
	[EN]Lead Text
--------------------------------------------- */

body.en .c-lead {
	margin-top: 2em;
}

/* ---------------------------------------------
	Vertical heading
--------------------------------------------- */

.c-vh {
	width: calc(100% - 12vw);
}

.c-vh__l .c-head__m {
	margin-bottom: 0.5em;
	margin-top: 3em;
}

/* ---------------------------------------------
	[EN]Vertical heading
--------------------------------------------- */

/* ---------------------------------------------
	Image -- section head image
--------------------------------------------- */

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

.c-img__head img {
	width: 100%;
}

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

/* ---------------------------------------------
	Head menu
--------------------------------------------- */

.c-headmn 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;
}

.c-headmn ul li {
	line-height: 1 !important;
}

.c-headmn ul li a {
	font-size: 110%;
	height: 1.5em;
	margin-top: 10px;
}

.c-headmn ul li a::after {
	bottom: 0.5em;
}

.c-headmn .u-note span {
	display: block;
}

/* ---------------------------------------------
	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
--------------------------------------------- */

*[class^="c-head"],
*[class^="c-head"] span {
	line-height: 1.4;
}

*[class^="c-head"].w,
*[class^="c-head"] span.w {
	color: #fff;
}

*[class^="c-head"].gry,
*[class^="c-head"] span.gry {
	color: #999;
}

*[class^="c-head"].en,
*[class^="c-head"] span.en {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
}

*[class^="c-head"].v,
*[class^="c-head"] span.v {
	-ms-writing-mode: tb-rl;
	line-height: 1;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

*[class^="c-head"].br,
*[class^="c-head"] span.br {
	display: block;
}

*[class^="c-head"].xs,
*[class^="c-head"] span.xs {
	font-size: 70%;
}

/* ---------------------------------------------
	Heading -- vertical
--------------------------------------------- */

.c-head__vertical {
	-ms-writing-mode: tb-rl;
	color: #999;
	font-family: "Shippori Mincho", serif;
	font-size: 7vw;
	letter-spacing: 0.1em;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.c-head__vertical span {
	display: block;
}

/* ---------------------------------------------
	[EN]Heading -- vertical
--------------------------------------------- */

body.en .c-head__vertical {
	-ms-writing-mode: inherit;
	font-size: 5.5vw;
	letter-spacing: 0.05em;
	-webkit-writing-mode: inherit;
	-ms-writing-mode: inherit;
	writing-mode: inherit;
}

body.en .c-head__vertical span.u-small {
	font-size: 80%;
}

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

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

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

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

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

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

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

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

.c-head__sc--rev span:nth-of-type(2)::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 {
	color: #000;
	font-family: "Shippori Mincho", serif;
	font-size: calc(25px + 5 * (100vw - 320px) / 960);
	margin-bottom: 0;
}

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

body.en .c-head__sc.w {
	color: #fff;
}

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

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

/* ---------------------------------------------
	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;
	margin-bottom: 1.5em;
}

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

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

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

/* ---------------------------------------------
	Heading -- middle 20
--------------------------------------------- */

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

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

.c-head__ms .u-tag {
	font-size: 13px;
	font-size: 1.3rem;
	height: 24px;
	line-height: 24px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 5px;
	width: 5em;
	z-index: 0;
}

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

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

/* ---------------------------------------------
	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: cover;
	-webkit-background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 0;
	margin: auto;
	max-width: 1440px;
	padding-bottom: 32%;
	position: relative;
	width: 100%;
}

.c-keyvisual::before {
	-webkit-animation: fadeIn 1s linear;
	animation: fadeIn 1s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background: rgba(0, 0, 0, 0.3);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin: auto;
	mix-blend-mode: multiply;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 45%;
	z-index: 0;
}

.c-keyvisual h1 {
	-webkit-animation: fadeIn 1s linear;
	animation: fadeIn 1s linear;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	color: #fff;
	left: 50%;
	line-height: 1.8;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.c-keyvisual h1 span {
	display: block;
}

.c-keyvisual h1 span:nth-of-type(1) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(14px + 10 * (100vw - 320px) / 1280);
	font-weight: 700;
}

.c-keyvisual h1 span:nth-of-type(2) {
	font-family: "Shippori Mincho", serif;
	font-size: calc(12px + 8 * (100vw - 320px) / 1280);
}

.c-keyvisual p {
	bottom: -2em;
	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-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 700;
	height: 1em;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 0;
}

.c-keyvisual p span {
	display: block;
	font-size: calc(11px + 3 * (100vw - 320px) / 1280);
}

#top .c-keyvisual {
	background-image: url("../images/keyvisual/top.jpg");
	padding-bottom: 62%;
}

#top .c-keyvisual::before {
	background: rgba(35, 58, 100, 0.3);
}

#top .c-keyvisual h2 {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 16%;
}

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

#guestroom .c-keyvisual::before,
#reservation .c-keyvisual::before {
	background: rgba(158, 88, 31, 0.3);
}

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

#facility .c-keyvisual::before {
	background: rgba(3, 3, 2, 0.3);
}

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

#dining .c-keyvisual::before {
	background: rgba(18, 11, 30, 0.3);
}

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

#access .c-keyvisual::before {
	background: rgba(94, 99, 19, 0.3);
}

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

#sitemap .c-keyvisual::before {
	background: rgba(35, 58, 100, 0.3);
}

/* ---------------------------------------------
	[EN]Key visual
--------------------------------------------- */

.c-keyvisual h1 span:nth-of-type(1) {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-size: calc(18px + 14 * (100vw - 320px) / 1280);
	font-weight: 700;
}

.c-keyvisual h1 span:nth-of-type(2) {
	display: none;
}

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

.c-btnarea a {
	font-family: "Shippori Mincho", serif;
	font-size: 90%;
	font-weight: 600;
}

.c-btnarea.right {
	text-align: right;
	width: 100%;
}

.l-content > .c-btnarea > .hvr-shutrout {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	height: 30px;
	line-height: 30px;
	max-width: 240px;
	text-align: center;
	width: 70%;
}

.l-content > .c-btnarea > .hvr-shutrout:hover {
	color: #000;
}

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

/* ---------------------------------------------
	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;
	font-size: 12px;
	font-size: 1.2rem;
}

.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 -- vertical left title
--------------------------------------------- */

dl.c-vtttl {
	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: 3vw;
	min-height: 10em;
}

dl.c-vtttl dt {
	border-bottom: #000 1px solid;
	font-size: calc(16px + 2 * (100vw - 320px) / 960);
	letter-spacing: 0.1em;
	margin-top: 80px;
	width: 100%;
}

dl.c-vtttl dd {
	margin-top: 30px;
	width: 100%;
}

dl.c-vtttl dd div {
	margin-top: 100px;
}

dl.c-vtttl dd div:nth-of-type(1) {
	margin-top: 0;
}

.l-container > dl.c-vtttl dt {
	border-bottom: none;
	font-size: calc(22px + 2 * (100vw - 320px) / 960);
	letter-spacing: 0.5em;
	line-height: 1;
	margin-top: 80px;
	padding-right: 0.5em;
	width: 2em;
}

.l-container > dl.c-vtttl dt:nth-of-type(1) {
	margin-top: 0;
}

.l-container > dl.c-vtttl dd.c-list__op {
	border-bottom: none;
	border-left: 1px solid #000;
	margin-top: 80px;
	padding-left: 8vw;
	position: relative;
	width: calc(100% - 4em);
}

.l-container > dl.c-vtttl dd.c-list__op:nth-of-type(1) {
	margin-top: 0;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item {
	margin-top: 100px;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item:nth-of-type(1) {
	margin-top: 0;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item > p {
	margin-top: -2em;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item img {
	height: auto;
	max-width: 360px;
	width: 100%;
}

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

.c-list__table {
	border-bottom: 1px solid #000;
	border-collapse: collapse;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 90%;
	margin-bottom: 0;
	margin-top: -1em;
	table-layout: fixed;
}

.c-list__table th {
	background: #f2f2f2;
	border-top: 1px solid #000;
	font-weight: 500;
	line-height: 1.4;
	padding: 0.5em;
	text-align: center;
}

.c-list__table th span {
	display: inline-block;
}

.c-list__table th span.br {
	display: block;
}

.c-list__table th span.small {
	font-size: 70%;
	font-weight: 400;
}

.c-list__table td {
	border-top: 1px solid #000;
	line-height: 1.4;
	padding: 0.5em;
	text-align: center;
}

.c-list__table td.small {
	font-size: 90%;
	padding: 1em;
}

.c-list__table td span.large {
	font-size: 110%;
	line-height: 2;
}

.c-list__table *.gry {
	background: #e0e0e0;
}

.c-list__table *.lgy {
	background: #f2f2f2;
}

.c-list__table *.dgy {
	background: #e9e9e9;
}

/* ---------------------------------------------
	List -- option plan
--------------------------------------------- */

.c-list__op > p {
	margin-top: 60px;
}

.c-list__op__item img {
	margin-bottom: 50px;
}

/* ------------------------------
	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: 3.5em;
}

.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: 10em;
	width: calc(100% - 6vw);
}

.c-nav__global__logo {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	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 {
	font-size: calc(11px + 2 * (100vw - 320px) / 447);
}

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: 60px;
	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:nth-of-type(1) {
	height: 60px;
	position: relative;
	width: 100%;
}

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

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

.c-nav__global__link1 li p:nth-of-type(2)::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:nth-of-type(1) {
	background-color: #2c5779;
}

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

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

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

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

.c-nav__global__link1 li:nth-child(3) p:nth-of-type(1) 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;
}

/* ---------------------------------------------
	Photo Slider
--------------------------------------------- */

.c-slider {
	margin-top: -6vw;
	-ms-touch-action: auto;
	touch-action: auto;
}

.c-slider .slick-slide {
	margin: 0 4vw;
	position: relative;
}

.c-slider .slick-slide img {
	height: 100%;
	margin: auto;
	max-height: 640px;
	max-width: 960px;
	width: 100%;
}

.c-slider .slick-slide p {
	bottom: 74%;
	font-size: calc(10px + 3 * (100vw - 320px) / 960);
	height: 1em;
	left: calc(-50% - 3vw);
	line-height: 1;
	margin: 0;
	position: absolute;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	width: 100%;
	z-index: 0;
}

.c-slider .slick-slide p span {
	font-family: "Century Gothic", "Avenir-Book", CenturyGothic, AppleGothic, sans-serif;
	font-weight: 600;
	margin-right: 0.5em;
}

.slick-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: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: auto;
	z-index: 0;
}

.slick-dots li {
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	width: 40px;
}

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

.slick-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: 700ms;
	transition-duration: 700ms;
	-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;
}

.slick-dots li button {
	background: transparent;
	border: 0 !important;
	bottom: -15px;
	color: transparent;
	left: 0;
	outline: none;
	position: absolute;
	width: 100%;
	z-index: 0;
}

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

.slick-dots li.slick-active button {
	opacity: 0;
}

section.lgy .slick-dots li::before {
	background: #000;
	height: 1px;
}

section.lgy .slick-dots li::after {
	background: #000;
	height: 2px;
}

/* ---------------------------------------------
	[EN]Photo Slider
--------------------------------------------- */

body.en .c-slider .slick-slide p span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin-right: 0.1vw !important;
}

body.en .c-slider .slick-slide p span:nth-of-type(1) {
	font-weight: 600;
}

body.en .c-slider .slick-slide p span:nth-of-type(2) {
	margin-right: 0;
}

body.en .c-slider .slick-slide p span.xxs,
body.en .c-slider .slick-slide p span.sm,
body.en .c-slider .slick-slide p span.md,
body.en .c-slider .slick-slide p span.lg {
	display: none;
}

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

.p-thanks main {
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-image: url(../images/keyvisual/top.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: inline-block;
	margin-right: 0.25em;
}

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

.c-thanks__message p span {
	display: inline-block;
	margin-right: 0.25em;
}

.c-thanks__message p:last-of-type {
	margin-top: 3em;
}

/* ---------------------------------------------
	[EN]Thanks
--------------------------------------------- */

body.en .c-thanks__header .c-head__m span {
	margin-right: 0;
}

body.en .c-thanks__message span {
	margin-right: 0.15em;
}

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

/* ---------------------------------------------
	Access -- top
--------------------------------------------- */

.p-access-top .l-container .l-content .c-head__m {
	margin-bottom: 100px;
	margin-top: 100px;
	position: relative;
	z-index: 1;
}

.p-access-top .l-container .l-content .c-img {
	height: 0;
	margin: auto;
	max-width: 436px;
	padding-bottom: 100%;
	width: 100%;
}

.p-access-top .l-container .l-content .c-img img {
	width: 100%;
}

.p-access-top .l-container .l-content > ul li span {
	display: inline-block;
}

.p-access-top .l-container .l-content > ul li:nth-of-type(2) {
	position: relative;
}

.p-access-top .l-container .l-content > ul li:nth-of-type(2) .c-more {
	display: inline-block;
	height: 1.5em;
	margin-top: 5px;
}

.p-access-top .l-container .l-content > ul li:nth-of-type(2) .c-more::after {
	bottom: 0.5em;
}

.p-access-top .l-container .l-content > ul li:nth-of-type(3) span {
	letter-spacing: 0.05em;
}

.p-access-top .l-container .l-content .c-headmn {
	width: 100%;
}

.p-access-top .l-container .l-content .c-headmn li a {
	width: 165px;
}

/* ---------------------------------------------
	[EN]Access -- top
--------------------------------------------- */

body.en.p-access .p-access-top .l-container .l-content .c-head__m {
	line-height: 1.5;
}

body.en.p-access .p-access-top .l-container .l-content .c-head__m span {
	display: inline-block;
}

body.en.p-access .p-access-top .l-container .l-content > ul li:nth-of-type(2) {
	width: 32em;
}

body.en.p-access .p-access-top .l-container .l-content > ul li .c-more {
	display: block;
	margin-bottom: 2em;
	margin-top: 0.5em;
	width: 12em;
}

body.en.p-access .p-access-top .l-container .l-content .c-headmn li a {
	width: 145px;
}

/* ---------------------------------------------
	Access -- map
--------------------------------------------- */

.p-access-map {
	background: #e4f5f9;
	padding-bottom: 0;
	padding-top: 0;
}

.p-access-map .c-img {
	margin: auto;
	max-width: 1440px;
}

/* ---------------------------------------------
	Access -- route
--------------------------------------------- */

.p-access-route .c-vtttl {
	min-height: auto !important;
}

.p-access-route .c-vtttl dt,
.p-access-route .c-vtttl dd {
	min-height: 3em !important;
}

.p-access-route .c-vtttl dt.c-head__m {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.p-access-route .c-list__op__item ul {
	margin: auto;
	max-width: 360px;
}

.p-access-route .c-list__op__item ul li {
	position: relative;
}

.p-access-route .c-list__op__item ul li p {
	font-size: 100% !important;
	left: 50%;
	line-height: 1.5;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 1em;
	padding-right: 1em;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
}

.p-access-route .c-list__op__item ul li p span {
	display: inline-block !important;
}

.p-access-route .c-list__op__item ul li::before {
	background: #000;
	content: "";
	margin: auto;
	position: absolute;
}

.p-access-route .c-list__op__item ul li:nth-child(1) {
	background: #e9e9e9;
}

.p-access-route .c-list__op__item ul li:nth-child(1) p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.p-access-route .c-list__op__item ul li:nth-child(2) {
	background: #fff;
}

.p-access-route .c-list__op__item ul li:nth-child(2) p span {
	display: inline-block;
	margin-left: 0.5em;
}

.p-access-route .c-list__op__item ul li:nth-child(2) p span:nth-of-type(1) {
	display: block;
	margin-left: 0;
}

.p-access-route .c-list__op__item ul li:nth-child(2)::after {
	border-right: #000 1px solid;
	border-top: #000 1px solid;
	content: "";
	display: block;
	height: 10px;
	margin: auto;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 10px;
}

.p-access-route .c-list__op__item ul li:nth-child(3) {
	background: #000;
	margin-bottom: 100px;
}

.p-access-route .c-list__op__item ul li:nth-child(3) p {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
}

.p-access-route .c-list__op__item ul li:nth-child(3)::before {
	display: none;
}

.p-access-route .c-list__op__item ul:last-of-type li:last-child {
	margin-bottom: 0;
}

.p-access-route .c-list__op:nth-of-type(1) {
	min-height: auto;
}

.p-access-route .c-box.dgy {
	border-bottom: #000 1px solid;
	border-top: #000 1px solid;
}

.p-access-route .c-box.dgy p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 110%;
	font-weight: 500;
}

.p-access-route .c-box.dgy p span {
	display: block !important;
	font-size: 75%;
	font-weight: 400;
}

.p-access-route .c-box.w img {
	margin: auto;
	max-width: 280px;
	width: 90%;
}

/* ---------------------------------------------
	[EN]Access -- route
--------------------------------------------- */

body.en .p-access-route .c-vtttl dt.c-head__m {
	font-size: calc(16px + 2 * (100vw - 320px) / 960);
	letter-spacing: 0.4em;
}

body.en .p-access-route .c-list__op__item ul li p span {
	display: inline-block;
	margin-right: 0.25em;
}

body.en .p-access-route .c-list__op__item:nth-of-type(1) ul li:nth-child(1) {
	min-height: 10em;
}

body.en .p-access-route .c-list__op__item:nth-of-type(1) ul li:nth-child(2) {
	min-height: 10em;
}

body.en .p-access-route .c-box.dgy p span.u-bold {
	display: inline !important;
	margin-left: 0.5em;
}

/* ---------------------------------------------
	Calendar -- Common
--------------------------------------------- */

.calendar {
	font-size: 100%;
	font-weight: normal;
	width: 100%;
}

.calendar .youbi_6 {
	color: #36f !important;
}

.calendar .youbi_0,
.calendar .shukujitu {
	color: red !important;
}

.calendar .today {
	background: #ff9;
}

.calendar .holiday {
	background: #fdd;
}

.calendar .closed {
	background: #fdd;
}

.calendar .hidden {
	display: none;
}

.calendar .holidayCube {
	display: inline-block;
	height: 13px;
	margin: 3px 3px 0 3px;
	position: relative;
	top: 2px;
	width: 13px;
}

.calendar .closedCube {
	display: inline-block;
	height: 13px;
	margin: 3px 3px 0 3px;
	position: relative;
	top: 2px;
	width: 13px;
}

.calendar .scheduleComment {
	color: #333;
	font-size: 80%;
	font-weight: normal;
}

.calendar .schedulePulldownList {
	border-bottom: 2px dotted #aaa;
	color: #333;
	font-size: 90%;
	font-weight: normal;
	padding: 5px 0 5px;
}

.calendar .reservBtnWrap {
	line-height: 1;
}

.calendar #formWrap {
	margin: 0 10px;
}

.calendar #formWrap h2 {
	border: none;
	text-align: left;
}

.calendar #formWrap .note {
	font-size: 90%;
}

.calendar #formWrap .red {
	color: #c00;
}

.calendar .borderless {
	border: 0 !important;
}

.calendar .copyright a {
	color: #fff !important;
}

.calendar .copyright::before {
	clear: both;
	content: "";
	display: table;
	height: 5vw;
}

.calendar .psample {
	background-color: #efefef;
	font-size: 90%;
	margin-top: 50px;
	padding: 20px 15px;
	width: 100%;
}

.calendar .psample p {
	margin-bottom: 0.5em;
}

.calendar .psample p.em {
	color: #c00;
	font-weight: bold;
}

/* ---------------------------------------------
	Calendar -- layout
--------------------------------------------- */

#reservation {
	padding-bottom: 0;
}

#reservation input[disabled] {
	opacity: 0;
	pointer-events: none;
}

#reservation input[disabled]:hover {
	display: none;
	pointer-events: none;
}

#sp_cal ul {
	border-bottom: 1px solid #ccc;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: -60px;
}

#sp_cal ul li {
	border-top: 1px solid #ccc;
	height: 5em;
	padding: 0.5em;
}

#sp_cal ul li .schedulePulldownList {
	margin-left: 6em;
	margin-top: -2em;
	position: relative;
	width: auto;
}

#sp_cal ul li .schedulePulldownList input {
	margin-left: 2em;
}

#sp_cal ul li .schedulePulldownList input[type="submit"] {
	background: #fff;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 105%;
	padding: 0.25em 0.5em;
}

#sp_cal ul li .schedulePulldownList input[type="submit"]:hover {
	background: #000;
	color: #fff;
}

#sp_cal ul li .reservForm {
	display: inline;
}

#sp_cal .controlset {
	height: 100px;
	margin: 20px auto;
	position: relative;
	text-align: center;
	width: 100%;
}

#sp_cal .controlset::after {
	clear: both;
	content: "";
	display: table;
}

#sp_cal .controlset h3 {
	background: none !important;
	border: none;
	color: #000 !important;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	margin: auto;
	text-shadow: none;
	width: 10em;
}

#sp_cal .controlset a {
	background-color: #efefef;
	border: 1px solid #ccc;
	border-radius: 6px 0 0 6px;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 0.5em;
	position: absolute;
	text-align: center;
	top: 70px;
	width: 100px;
}

#sp_cal .controlset a.prev {
	left: 0;
}

#sp_cal .controlset a.next {
	border-radius: 0 6px 6px 0;
	margin-left: 2%;
	right: 0;
}

#sp_cal .controlset:first-of-type {
	margin-top: 100px;
}

#pc_cal {
	display: none;
}

#pc_cal #calenderTable {
	background: #fff;
	border-collapse: collapse;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	margin: 50px auto;
	max-width: 100%;
	width: 100%;
}

#pc_cal #calenderTable th {
	background: #f3f3f3;
	border: 1px solid #ccc;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 100%;
	font-weight: normal;
	padding: 5px;
	text-align: center;
}

#pc_cal #calenderTable td {
	border: 1px solid #ccc;
	color: #555;
	font-size: 12px;
	height: 60px;
	padding: 5px;
	text-align: right;
	vertical-align: top;
	width: 14%;
}

#pc_cal #calenderTable td .scheduleComment {
	color: #555;
	font-size: 10px;
	text-align: left;
}

#pc_cal #calenderTable td .schedulePulldownList {
	border-bottom: 1px dotted #ccc;
	color: #555;
	font-size: 10px;
	padding: 0px 0 3px;
	text-align: left;
}

#pc_cal #calenderTable .calenderHeader a {
	color: #000;
	font-size: 140%;
	text-decoration: none;
}

#pc_cal #calenderTable .borderless {
	border: 0 !important;
}

#pc_cal .countNum {
	font-size: 110%;
}

#pc_cal p.holidayText {
	color: #444;
	font-size: 12px !important;
	margin: 0;
	padding: 0 0 5px;
}

#pc_cal .reservForm {
	display: inline;
}

#pc_cal .reservForm input {
	background: #fff;
	border: #ccc 1px solid;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	margin: 0.5em auto 0 1em;
	padding: 0.5em;
}

#pc_cal .reservForm input:hover {
	background: #000;
	color: #fff;
}

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

.calendar #formWrap {
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
	line-height: 120%;
	margin: 10px auto;
	max-width: 650px;
	width: 100%;
}

.calendar #formWrap p {
	font-size: 13px;
	margin: 0 0 5px;
	padding: 0;
}

.calendar #formWrap p:first-of-type {
	margin-bottom: 30px;
}

.calendar #formWrap p.comment {
	font-size: 95%;
	margin-bottom: 0.5em;
}

.calendar #formWrap a {
	color: #fff !important;
}

.calendar #formWrap dl.formTable {
	background: #efefef;
	border: 1px solid #ccc;
	border-top: none;
	margin: 15px auto;
	width: 100%;
}

.calendar #formWrap dl.formTable dt,
.calendar #formWrap dl.formTable dd {
	border-top: 1px solid #ccc;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 90%;
	line-height: 1;
	min-height: 58px;
	padding: 10px;
}

.calendar #formWrap dl.formTable dt {
	background: #efefef;
	color: #000;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	width: 100%;
}

.calendar #formWrap dl.formTable dt span.require {
	color: #c00 !important;
	float: right;
}

.calendar #formWrap dl.formTable dd {
	background: #fff;
	margin-bottom: 0;
}

.calendar #formWrap dl.formTable dd input {
	width: 80%;
}

.calendar #formWrap dl.formTable dd input:hover {
	background: #efefef;
}

.calendar #formWrap dl.formTable dd.date {
	height: 55px;
	padding-top: 20px;
}

.calendar #formWrap dl.formTable dd.date input {
	width: 4em;
}

.calendar #formWrap dl.formTable dd.date input.zip {
	width: 6em;
}

.calendar #formWrap dl.formTable dd.cb input {
	margin-left: 1em;
	vertical-align: middle;
	width: auto;
}

.calendar #formWrap dl.formTable dd.cb input:first-of-type {
	margin-left: 0;
}

.calendar #formWrap dl.formTable dd.numb input,
.calendar #formWrap dl.formTable dd.numb select {
	height: 2.5em;
	width: 4em;
}

.calendar #formWrap dl.formTable dd textarea {
	width: 100%;
}

.calendar #formWrap dl.formTable dd dl.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;
}

.calendar #formWrap dl.formTable dd dl.list::after {
	clear: both;
	content: "";
	display: table;
	height: 1em;
}

.calendar #formWrap dl.formTable dd dl.list dt,
.calendar #formWrap dl.formTable dd dl.list dd {
	background: none;
	border: none;
	width: 100%;
}

.calendar #formWrap dl.formTable dd dl.list dt.even {
	margin-top: -50px;
	position: relative;
	z-index: -1;
}

.calendar #formWrap dl.formTable dd dl.list dt span {
	display: inline-block;
}

.calendar #formWrap dl.formTable dd dl.list dd label {
	width: 8em;
}

.calendar #formWrap dl.formTable dd dl.list dd span.eng {
	margin-left: 0.5em;
}

.calendar #formWrap input[type="button"] {
	font-size: 90%;
}

.calendar #formWrap input[type="text"] {
	margin-top: 0.5em;
}

.calendar #formWrap input[type="checkbox"] {
	margin-top: 0.25em;
}

.calendar #formWrap textarea {
	padding: 1em;
}

.calendar input {
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-top: -0.5em;
	padding: 0.25em 0.5em;
}

.calendar input:hover {
	background: #ccc;
	color: #000;
}

.calendar input[type="submit"],
.calendar input[type="reset"] {
	padding: 0;
	text-align: center;
}

.calendar input[type="submit"] {
	background: #000;
	border-color: #000;
	color: #fff;
	width: 5em;
}

.calendar input[type="reset"] {
	background: #fff;
	border-color: #ccc;
	color: #000;
	width: 5em;
}

/* ---------------------------------------------
	Confirm Page
--------------------------------------------- */

body > #formWrap {
	margin: 50px auto;
	max-width: 600px;
	width: calc(100% - 4vw);
}

body > #formWrap th {
	width: 50%;
}

body > #formWrap td {
	width: 50%;
}

/* ---------------------------------------------
	Dining -- slider
--------------------------------------------- */

/* ---------------------------------------------
	Dining -- menu1
--------------------------------------------- */

.p-dining-menu1 .l-container:nth-of-type(1) {
	min-height: 200px;
}

/* ---------------------------------------------
	Dining -- menu2
--------------------------------------------- */

.p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p {
	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: "Noto Sans JP", sans-serif;
	margin-bottom: 10px;
	margin-left: 0 !important;
	padding-bottom: 2.5em;
	padding-top: 0.5em;
	position: relative;
	text-align: left;
	width: 100%;
}

.p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p::before {
	content: "\A";
	white-space: pre;
}

.p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span:nth-of-type(1) {
	width: 100%;
}

.p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span:nth-of-type(2) {
	text-align: right;
	width: 100%;
}

.p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span.u-tag {
	bottom: 0;
	display: block;
	padding: 2px 0.5em;
	position: absolute;
	right: 0;
	z-index: 0;
}

.p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(2) .c-list__op__item .c-box p {
	margin-bottom: 0;
}

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table th {
	width: 23%;
}

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td {
	width: 77%;
}

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span.u-tag {
	font-size: 9px;
	font-size: 0.9rem;
}

/* ---------------------------------------------
	[EN]Dining -- top
--------------------------------------------- */

body.en .p-dining-top .c-lead {
	min-height: 17em;
}

/* ---------------------------------------------
	[EN]Dining -- menu2
--------------------------------------------- */

body.en .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table th {
	width: 22%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td {
	padding-top: 1em;
	width: 78%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p {
	font-size: 110%;
	line-height: 1.5;
	padding-bottom: 4em;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span:nth-of-type(2) span {
	display: inline-block;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span.u-tag {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.2;
	padding: 3px 0.5em;
	width: 13em;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span.u-tag span {
	display: inline-block;
}

/* ---------------------------------------------
	Facility -- option plan
--------------------------------------------- */

.p-facility-op .c-list__op__item {
	margin-top: 100px;
}

.p-facility-op .c-list__op__item img {
	max-height: 314px;
	max-width: 432px;
}

/* ---------------------------------------------
	[EN]Facility -- option plan
--------------------------------------------- */

body.en.p-facility .p-facility-op .c-list__op__item .u-tag {
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: auto;
}

/* ---------------------------------------------
	Guestroom
--------------------------------------------- */

.p-guestroom-type .c-head__ms {
	letter-spacing: 0.05em;
	margin-bottom: 1em;
}

.p-guestroom-type .c-head__ms span {
	font-weight: 400;
	letter-spacing: 0;
}

.p-guestroom-rates .l-content .c-vtttl p.u-note {
	margin-bottom: 0;
	margin-top: 1.5em;
}

.p-guestroom-rates .l-content .c-vtttl .c-box h5 {
	font-size: 110%;
	margin-bottom: 0.5em;
}

.p-guestroom-rates .l-content .c-vtttl .c-box p {
	margin-bottom: 0;
}

.p-guestroom-rates .l-content .c-vtttl .c-list__table {
	margin-bottom: 4px;
}

.p-guestroom-rates .l-content .c-list__op__item img {
	max-height: 200px;
	max-width: 280px;
}

/* ---------------------------------------------
	[EN]Guestroom
--------------------------------------------- */

body.en.p-guestroom .p-guestroom-rates .l-content dl.c-vtttl dd p span {
	display: inline-block !important;
	margin-right: 0.5em;
}

body.en.p-guestroom .p-guestroom-rates .l-content .c-list__op__item .u-tag {
	padding-left: 0.5em;
	padding-right: 0.5em;
	width: auto;
}

/* ---------------------------------------------
	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 .c-head__sc span:nth-of-type(1) {
	display: none;
}

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

/* ---------------------------------------------
	Reservation
--------------------------------------------- */

.p-reservation .c-head__sc {
	margin-bottom: 3em;
}

/* ---------------------------------------------
	Top
--------------------------------------------- */

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

.p-top-guestroom__btnarea {
	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: 16vw auto 0;
	max-width: 720px;
	width: calc(100% - 12vw);
}

.p-top-guestroom__btnarea a {
	background: #fff;
	font-family: "Shippori Mincho", serif;
	font-size: calc(11px + 3 * (100vw - 320px) / 160);
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: center;
	width: 42%;
}

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

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

/* ---------------------------------------------
	[EN]Top
--------------------------------------------- */

body.en .p-top-guestroom__btnarea a {
	font-size: 90%;
}

/* =============================================
#  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;
}

.u-justl {
	margin-left: -0.5em;
}

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

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

.u-mincho {
	font-family: "Shippori Mincho", serif;
}

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

.u-small {
	font-size: 70%;
}

.u-must {
	color: #820200;
}

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

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

.u-blc {
	display: block;
}

.u-tag {
	background: #000;
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 80%;
	padding: 0.5em 1em;
	text-align: center;
}

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

/* ---------------------------------------------
	[EN]Text
--------------------------------------------- */

body.en .u-note {
	font-size: 90% !important;
}

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

.u-blk {
	color: #000;
}

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

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

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

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

body.en .c-slider .slick-slide p span.xxs {
	display: inline-block;
}

.p-guestroom-rates .l-content .c-vtttl .c-box p {
	font-size: 12px;
	font-size: 1.2rem;
}

}

@media all and (min-width: 370px) {

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span:nth-of-type(1) {
	width: 50%;
}

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span:nth-of-type(2) {
	width: 50%;
}

}

@media all and (min-width: 400px) {

.c-area__yado__item .c-box {
	height: 74vw;
}

}

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

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

.c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: 13px;
	font-size: 1.3rem;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: 13px;
	font-size: 1.3rem;
}

.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-head__vertical {
	font-size: calc(32px + 8 * (100vw - 320px) / 960);
}

body.en .c-head__vertical {
	font-size: 26px;
	font-size: 2.6rem;
}

.l-container > dl.c-vtttl dd.c-list__op {
	padding-left: 5vw;
}

body.en.p-access .p-access-top .l-container .l-content > ul li .c-more {
	display: inline-block;
	margin-left: 2em;
}

.p-top-guestroom__btnarea a {
	font-size: 15px;
	font-size: 1.5rem;
}

}

@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__yado__item .c-box {
	height: 0;
	padding-bottom: 80%;
}

.c-area__yado__item .c-box a.u-over {
	padding: 8vw 6vw 2vw;
}

.c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: 14px;
	font-size: 1.4rem;
}

body.en .c-area__yado__item h3 {
	font-size: calc(20px + 3 * (100vw - 600px) / 400);
}

body.en .c-area__yado__item .c-box a.u-over h4 {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 2vw;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: 14px;
	font-size: 1.4rem;
}

.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-headmn .u-note {
	text-align: right;
}

.c-headmn .u-note span {
	display: inline-block;
}

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

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

body.en .c-head__vertical span.u-small {
	font-size: 85%;
}

.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: 11px;
	font-size: 1.1rem;
}

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

dl.c-vtttl dt {
	-ms-writing-mode: tb-rl;
	border-bottom: none;
	line-height: 1;
	min-height: 7em;
	padding-right: 5vw;
	width: calc(1em + 5vw);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

dl.c-vtttl dd {
	border-left: 1px solid #000;
	margin-top: 80px;
	padding-left: 6vw;
	width: calc(100% - (1em + 5.5vw + 1px));
}

.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__logo {
	margin-top: 100px;
}

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

body.en .c-slider .slick-slide p span.sm {
	display: inline-block;
}

.p-access-top .l-container .l-content .c-head__m {
	margin-bottom: 80px;
}

.p-access-top .l-container .l-content .c-img {
	height: 393px;
	margin-bottom: 60px;
	padding-bottom: 0;
	width: 436px;
}

.p-access-top .l-container .l-content > ul li:nth-of-type(2) {
	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;
}

.p-access-top .l-container .l-content .c-headmn {
	margin: auto;
	max-width: 40em;
}

.p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p {
	font-size: 14px;
	font-size: 1.4rem;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) .c-list__table td p > span:nth-of-type(1) {
	width: 34%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) .c-list__table td p > span:nth-of-type(2) {
	width: 66%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) .c-list__table td p > span:nth-of-type(1) {
	width: 60%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) .c-list__table td p > span:nth-of-type(2) {
	width: 40%;
}

.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: 32em;
}

.p-sitemap__list .p-sitemap__group {
	margin-left: 0;
	margin-right: 0;
	width: 14em;
}

}

@media all and (min-width: 640px) {

#sp_cal {
	display: none;
}

#pc_cal {
	display: block;
	margin-top: 100px;
}

.calendar #formWrap dl.formTable {
	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;
}

.calendar #formWrap dl.formTable dt {
	width: 30%;
}

.calendar #formWrap dl.formTable dd {
	border-left: 1px solid #ccc;
	width: 70%;
}

body > #formWrap th {
	width: 40%;
}

body > #formWrap td {
	width: 60%;
}

}

@media all and (min-width: 700px) {

.calendar #formWrap dl.formTable dd dl.list dt,
.calendar #formWrap dl.formTable dd dl.list dd {
	height: 3em;
}

.calendar #formWrap dl.formTable dd dl.list dt {
	padding-top: 1.5em;
	width: 50%;
}

.calendar #formWrap dl.formTable dd dl.list dt.even {
	height: 1px !important;
	margin-top: 1px;
	min-height: 1px;
	opacity: 0;
	position: relative;
	z-index: -1;
}

.calendar #formWrap dl.formTable dd dl.list dd {
	width: 50%;
}

}

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

.c-area__yado__item .c-box {
	padding-left: 2vw;
	padding-right: 2vw;
	padding-top: 2vw;
}

.c-area__yado__item .c-box > img {
	bottom: 2vw;
}

.c-area__yado__item .c-box a.u-over h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1em;
}

.c-area__yado__item .c-box a.u-over img {
	bottom: 2vw;
}

body.en .c-area__yado__item .c-box a.u-over {
	padding: 50px 40px 40px;
}

body.en .c-area__yado__item .c-box a.u-over h4 {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1em;
}

.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-lead {
	margin-top: 9em;
	width: 70%;
}

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

.c-lead.half {
	max-width: 30em;
}

body.en .c-lead {
	margin-top: 9em;
	width: calc(100% - 100px);
}

.c-vh__l {
	min-height: 460px;
	width: calc(100% - 160px);
}

body.en .c-vh__l {
	width: calc(100% - 120px);
}

.c-img__head {
	width: calc(100% - 12vw);
}

.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-head__vertical {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0.5em;
	z-index: 0;
}

body.en .c-head__vertical {
	-ms-writing-mode: tb-rl;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0.5em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 0;
}

.c-keyvisual {
	padding-bottom: 27.77%;
	width: calc(100% - 6vw);
}

.l-content > .c-btnarea {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 0;
}

.c-list__yado li span:nth-of-type(1) {
	font-size: 13px;
	font-size: 1.3rem;
}

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

.l-container > dl.c-vtttl dd.c-list__op {
	padding-left: 3vw;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item > p {
	margin-top: -1em;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item {
	height: 22vw;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-head__ms,
.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item > p,
.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-list__table,
.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-box {
	margin-left: 36vw;
	width: calc(100% - 36vw);
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-list__table {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-box {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-box > p {
	margin: 0;
	width: 100%;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item img {
	height: 22vw;
	left: 0;
	margin-left: 10px;
	max-width: 30vw;
	position: absolute;
	top: 4px;
	width: 30vw;
	z-index: 0;
}

.c-list__table.sp {
	display: none;
}

.c-list__op__item {
	min-height: 17.5vw;
	position: relative;
}

.c-list__op__item .c-head__ms,
.c-list__op__item p,
.c-list__op__item .c-list__table {
	margin-left: 40%;
	width: 60%;
}

.c-list__op__item p:not(.u-note) {
	font-size: 85%;
	margin-bottom: -1.5em;
}

.c-list__op__item img {
	left: 0;
	margin-bottom: 0;
	position: absolute;
	top: 4px;
	z-index: 0;
}

.c-nav__global__subnav {
	margin-top: 80px;
}

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

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

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

.c-slider {
	margin-top: -1vw;
}

.c-slider .slick-slide {
	margin-left: 40px;
	margin-right: 40px;
}

body.en .c-slider .slick-slide p span.md {
	display: inline-block;
}

.p-access-top .l-container .l-content .c-head__m {
	margin-bottom: 100px;
}

.p-access-top .l-container .l-content .c-img {
	position: absolute;
	right: 0;
	top: 10px;
	width: 50%;
	z-index: 0;
}

.p-access-route .c-list__op {
	height: auto;
	max-height: auto;
	min-height: auto;
}

.p-access-route .c-list__op__item {
	height: auto !important;
	min-height: auto !important;
}

.p-access-route .c-list__op__item::before {
	bottom: 0;
	color: #fff;
	content: "ワッカヌプリ";
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	height: 1em;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 16%;
	z-index: 0;
	z-index: 1;
}

.p-access-route .c-list__op__item::after {
	background: #000;
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0;
	width: 16%;
	z-index: 0;
	z-index: 0;
}

.p-access-route .c-list__op__item 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;
	margin-bottom: 20px;
	max-width: 100%;
}

.p-access-route .c-list__op__item ul li {
	height: 4em;
	margin-bottom: 0;
}

.p-access-route .c-list__op__item ul li::before {
	bottom: 0;
	height: 1px;
	top: 0;
}

.p-access-route .c-list__op__item ul li:nth-child(1) {
	width: 26%;
}

.p-access-route .c-list__op__item ul li:nth-child(1)::before {
	right: -49%;
	width: 40%;
}

.p-access-route .c-list__op__item ul li:nth-child(2) {
	margin-left: 13%;
	margin-right: 20px;
	width: 30%;
}

.p-access-route .c-list__op__item ul li:nth-child(2)::before {
	right: -40%;
	width: 40%;
}

.p-access-route .c-list__op__item ul li:nth-child(2)::after {
	bottom: 0;
	right: -40%;
	top: 0;
}

.p-access-route .c-list__op__item ul li:nth-child(3) {
	display: none;
}

.p-access-route .c-list__op__item ul:last-of-type {
	margin-bottom: 0;
}

.p-access-route .c-box.dgy {
	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;
}

.p-access-route .c-box.dgy p {
	margin-bottom: 0;
}

.p-access-route .c-box.dgy p span {
	margin-top: 1em;
}

.p-access-route .c-box.w {
	width: calc(100% - 20em);
}

body.en .p-access-route .c-list__op__item::before {
	content: "Arrive at\AWAKKANUPURI";
	font-size: 80%;
	height: 3em;
	line-height: 1.6;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) {
	height: 330px;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) .c-list__table td p > span:nth-of-type(1) {
	width: 100%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) .c-list__table td p > span:nth-of-type(2) {
	width: 100%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) {
	height: 440px;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) .c-list__table td p > span:nth-of-type(1) {
	width: 100%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) .c-list__table td p > span:nth-of-type(2) {
	width: 100%;
}

.p-facility-op .c-list__op__item {
	height: 25vw;
	margin-bottom: 150px;
	max-height: 320px;
}

.p-facility-op .c-list__op__item .c-head__ms,
.p-facility-op .c-list__op__item p,
.p-facility-op .c-list__op__item .c-list__table {
	margin-left: 50%;
	width: 50%;
}

.p-facility-op .c-list__op__item p {
	font-size: 14px;
	font-size: 1.4rem;
}

.p-facility-op .c-list__op__item p.u-note {
	font-size: 80%;
	margin-left: 0;
	margin-top: -2em;
}

.p-facility-op .c-list__op__item .c-list__table {
	bottom: inherit;
	margin-top: 30px;
	position: relative;
}

.p-facility-op .c-list__op__item .c-list__table ~ p {
	font-size: 80% !important;
}

.p-facility-op .c-list__op__item.op3 {
	margin-bottom: 0;
}

.p-facility-op .c-list__op__item.op3 .c-list__table tr:nth-of-type(2) th:nth-of-type(1) {
	font-size: 95%;
}

.p-facility-op .c-list__op__item img {
	width: 45%;
}

.p-guestroom-rates .l-content .c-list__op__item .c-head__ms,
.p-guestroom-rates .l-content .c-list__op__item p,
.p-guestroom-rates .l-content .c-list__op__item .c-list__table {
	margin-left: 40%;
	width: 60%;
}

.p-guestroom-rates .l-content .c-list__op__item:nth-of-type(1) .c-list__table,
.p-guestroom-rates .l-content .c-list__op__item:nth-of-type(3) .c-list__table {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}

.p-guestroom-rates .l-content .c-list__op__item:nth-of-type(2) .c-list__table {
	position: relative;
}

.p-guestroom-rates .l-content .c-list__op__item img {
	left: 0;
	position: absolute;
	top: 4px;
	width: 37%;
	z-index: 0;
}

.u-br.sp::before {
	content: "";
	white-space: nowrap;
}

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

}

@media all and (min-width: 767px) and (max-width: 972px) {

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(2) .c-list__op__item {
	height: 240px;
}

}

@media (min-width: 767px) and (max-width: 884px) {

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) {
	height: 255px;
}

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) {
	height: 217px;
}

}

@media screen and (min-width: 767px) and (max-width: 894px) {

.p-guestroom-type .c-box__txt div {
	min-height: 14em;
}

}

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

body.en .p-access-route .c-list__op__item::before {
	font-size: 90%;
}

}

@media all and (min-width: 885px) {

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p {
	padding-bottom: 0;
}

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span:nth-of-type(1) {
	width: 31%;
}

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span:nth-of-type(2) {
	padding-right: 1em;
	width: 38%;
}

body:not(.en) .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p > span.u-tag {
	bottom: inherit;
	position: inherit;
	right: inherit;
	width: 31%;
}

}

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

.p-facility-op .c-list__op__item p:not(.u-note) {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}

.p-facility-op .c-list__op__item.op1 .c-list__table,
.p-facility-op .c-list__op__item.op3 .c-list__table {
	bottom: 0;
	position: absolute;
	right: 0;
	z-index: 0;
}

.p-facility-op .c-list__op__item.op2 .c-list__table {
	margin-top: 50px;
}

.p-facility-op .c-list__op__item.op2 .c-list__table ~ p {
	font-size: 90% !important;
}

}

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

.c-nav__header__main li.mn-home a {
	font-size: 14px;
	font-size: 1.4rem;
}

}

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

.c-nav__header__main li a {
	font-size: 15px !important;
}

}

@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: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.l-flex__txt {
	padding-bottom: 0;
	width: calc(40% - 6vw);
}

.l-flex__img {
	background-position: left center;
	height: auto;
	padding-bottom: 0;
	width: calc(60% - 6vw);
}

.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__img {
	background-position: right center;
}

.c-area__yado__wrap {
	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;
	max-width: 1280px;
}

.c-area__yado__item {
	margin-left: 0;
	margin-right: 0;
	max-width: 600px;
	width: 48%;
}

.c-area__yado__item .c-box {
	padding-bottom: 85%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
}

.c-area__yado__item .c-box > img {
	bottom: 20px;
	left: 20px;
}

.c-area__yado__item .c-box a.u-over {
	padding: 30px 20px 20px;
}

.c-area__yado__item .c-box a.u-over h4 {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0.75em;
}

.c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: calc(11px + 4 * calc(100vw - 767px) / 513);
}

.c-area__yado__item .c-box a.u-over img {
	bottom: 20px;
	left: 20px;
}

body.en .c-area__yado__item h3 {
	font-size: calc(17px + 6 * (100vw - 1000px) / 600);
}

body.en .c-area__yado__item .c-box a.u-over {
	padding: 30px 20px 20px;
}

body.en .c-area__yado__item .c-box a.u-over h4 {
	font-size: calc(14px + 7 * (100vw - 1000px) / 600);
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: calc(13px + 2 * calc(100vw - 1000px) / 280);
}

.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-flex.half > div {
	width: 45%;
}

.c-box__txt.c-flex .c-head__m.v {
	padding-right: 0.75em;
	width: 2.5em;
}

.c-box__txt.c-flex > div {
	padding-left: 2em;
	width: calc(100% - 4.5em);
}

.c-headmn {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.c-headmn ul li {
	margin-left: 3em;
}

.c-headmn ul li a {
	width: 9em;
}

.l-container > dl.c-vtttl dt {
	padding-right: 2em;
	width: 100px;
}

.l-container > dl.c-vtttl dd.c-list__op {
	width: calc(100% - 100px);
}

.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 - 1000px) / 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: 670px;
	position: absolute;
	right: calc((30px + 40 * (100vw - 320px) / 1280) + 15px);
	top: calc(55% - 1em);
	width: 55%;
}

.c-nav__header__main li a {
	font-size: calc(12px + 3 * (100vw - 1000px) / 600);
	line-height: 1;
	padding: 5px;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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

.c-nav__header__main li.mn-home a {
	border: #000 1px solid;
	font-size: calc(12px + 2 * (100vw - 1000px) / 450);
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.c-nav__header__main li.mn-home a span {
	font-weight: 700;
}

.c-nav__header__main li.mn-home a span:nth-of-type(1) {
	letter-spacing: 0.05em;
}

.c-nav__header__main li.mn-home a span:nth-of-type(2) {
	font-weight: 700;
	margin-left: 3px;
}

.c-nav__header__main li.mn-home a:hover {
	background: #000;
	color: #fff;
}

.c-nav__header__main li.current a {
	color: #999;
	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 {
	font-size: calc(11px + 2 * (100vw - 1000px) / 600);
}

.c-nav__global__logo {
	margin-top: 140px;
	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;
}

.c-slider .slick-slide p {
	left: calc(-50% - 24px);
}

body.en .c-slider .slick-slide p span.lg {
	display: inline-block;
}

.p-access-top .l-container .l-content .c-img {
	top: 60px;
	width: 40%;
}

.p-access-top .l-container .l-content .c-headmn {
	margin: 10px 0 0;
	max-width: 670px;
}

body.en.p-access .p-access-top .l-container .l-content .c-headmn {
	max-width: 600px;
}

#pc_cal #calenderTable td {
	height: 120px;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op__item .c-list__table td p {
	padding-bottom: 3.5em;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) {
	height: 280px;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) .c-list__table td p > span:nth-of-type(1) {
	width: 35%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) .c-list__table td p > span:nth-of-type(2) {
	width: 65%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) {
	height: 390px;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) .c-list__table td p > span:nth-of-type(1) {
	width: 55%;
}

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) .c-list__table td p > span:nth-of-type(2) {
	width: 45%;
}

.p-facility-op .c-list__op__item .c-head__ms,
.p-facility-op .c-list__op__item p,
.p-facility-op .c-list__op__item .c-list__table {
	margin-left: 50%;
	width: 50%;
}

.p-facility-op .c-list__op__item.op2 .c-list__table {
	margin-top: 40px;
}

.p-facility-op .c-list__op__item.op2 p.u-note {
	margin-left: 50%;
	margin-top: 1.5em;
}

.p-sitemap__list {
	width: 50em;
}

.p-sitemap__list .p-sitemap__group {
	padding-left: 6em;
	width: 25em;
}

.p-top-about .l-content.c-vh {
	min-height: 420px;
}

.p-top-guestroom__btnarea {
	margin-top: 120px;
}

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

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

}

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

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item {
	height: 260px;
	min-height: 260px;
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-head__ms,
.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item > p,
.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-list__table,
.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item .c-box {
	margin-left: 450px;
	width: calc(100% - 450px);
}

.l-container > dl.c-vtttl dd.c-list__op .c-list__op__item img {
	bottom: 0;
	height: 260px;
	max-width: 360px;
	top: inherit;
	width: 360px;
}

.p-guestroom-rates .l-content .c-list__op__item {
	height: 200px;
	min-height: 200px;
}

.p-guestroom-rates .l-content .c-list__op__item img {
	bottom: 0;
	top: inherit;
}

}

@media all and (min-width: 1200px) {

.p-facility-op .c-list__op__item .c-head__ms,
.p-facility-op .c-list__op__item p,
.p-facility-op .c-list__op__item .c-list__table {
	margin-left: 53%;
	width: 48%;
}

.p-facility-op .c-list__op__item.op2 .c-list__table {
	margin-top: 90px;
}

.p-facility-op .c-list__op__item.op2 p.u-note {
	margin-left: 53%;
}

}

@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: 360px;
}

.c-area__yado__item .c-box {
	padding-bottom: 80%;
}

.c-area__yado__item .c-box > img {
	bottom: 24px;
	left: 20px;
}

.c-area__yado__item .c-box > p {
	bottom: 10px;
	right: 20px;
}

.c-area__yado__item .c-box a.u-over {
	padding: 30px 40px 20px;
}

.c-area__yado__item .c-box a.u-over h4 {
	font-size: 21px;
	font-size: 2.1rem;
}

.c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: 15px;
	font-size: 1.5rem;
}

.c-area__yado__item .c-box a.u-over p:nth-of-type(2) {
	bottom: 10px;
	right: 20px;
}

.c-area__yado__item .c-box a.u-over img {
	bottom: 24px;
	left: 20px;
}

body.en .c-area__yado__item .c-box a.u-over {
	padding-top: 40px;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(1) {
	font-size: 15px;
	font-size: 1.5rem;
}

body.en .c-area__yado__item .c-box a.u-over p:nth-of-type(2) {
	bottom: 10px;
	right: 20px;
}

.c-box__txt.c-flex .c-head__m.v {
	padding-right: 2em;
	width: 123px;
}

.c-box__txt.c-flex > div {
	padding-left: 2em;
	width: calc(100% - 123px);
}

body.en .c-box__txt.c-flex .c-head__m.v {
	padding-right: 1em;
	width: 4em;
}

body.en .c-box__txt.c-flex > div {
	width: calc(100% - 5.5em);
}

body.en .c-lead {
	width: calc(100% - 150px);
}

dl.c-vtttl dt {
	padding-right: 95px;
	width: 123px;
}

dl.c-vtttl dd {
	padding-left: 95px;
	width: calc(100% - 123px);
}

.l-container > dl.c-vtttl dt {
	padding-right: 2em;
	width: 123px;
}

.l-container > dl.c-vtttl dd.c-list__op {
	padding-left: 95px;
	width: calc(100% - 123px);
}

}

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

.c-vh .c-head__vertical {
	right: 1em;
}

}

@media all and (min-width: 1400px) {

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) {
	height: 300px;
}

}

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

.l-container.wht {
	padding: 150px;
}

.c-area__yado__wrap {
	margin-bottom: -100px;
}

.c-area__yado__item {
	height: 640px;
	margin-top: 140px;
	padding-bottom: 0;
	width: 600px;
}

.c-area__yado__item h3 {
	font-size: 30px;
	font-size: 3rem;
}

.c-area__yado__item .c-box a.u-over {
	padding: 50px 40px 20px;
}

.c-vh .c-head__vertical {
	right: calc(80px - 0.5em);
}

.c-keyvisual {
	height: 400px;
	padding-bottom: 0;
}

#top .c-keyvisual {
	height: 880px;
	padding-bottom: 0;
}

dl.c-vtttl {
	margin-top: 75px;
}

.c-nav__header__sub {
	right: 84px;
}

.c-nav__header__main {
	right: 80px;
}

body.en .c-nav__header__main {
	max-width: 800px;
}

.c-nav__btn {
	right: -30px;
}

.c-nav__btn div {
	width: 80px;
}

}

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

.c-slider {
	height: 40vw;
	margin-left: auto;
	margin-right: auto;
	max-height: 640px;
	max-width: 1040px;
}

.c-slider .slick-list {
	overflow: visible;
}

.c-slider .slick-slide p {
	bottom: 520px;
	left: calc(-50% - 60px);
	width: 1040px;
}

}

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

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

section.scimg > .c-img {
	height: 640px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 0;
}

.l-container.wht {
	padding: 160px;
}

.l-flex__txt {
	margin-right: 80px;
	width: 400px;
}

.l-flex__img {
	width: 60%;
}

.l-flex.reverse .l-flex__txt {
	margin-left: 0;
	margin-right: auto;
}

.l-flex.reverse .l-flex__img {
	margin-right: 80px;
}

body.en .c-area__yado__item h3 {
	font-size: 23px;
	font-size: 2.3rem;
}

body.en .c-area__yado__item .c-box a.u-over h4 {
	font-size: 21px;
	font-size: 2.1rem;
}

.c-head__vertical {
	font-size: 40px;
	font-size: 4rem;
}

.c-keyvisual h1 span:nth-of-type(1) {
	font-size: 32px;
	font-size: 3.2rem;
}

body.en .c-nav__header__main li a {
	font-size: 13px;
	font-size: 1.3rem;
}

.p-facility-op .c-list__op__item {
	height: 320px;
	min-height: 320px;
}

}

@media all and (min-width: 1601px) {

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(1) {
	height: 310px;
}

}

@media all and (min-width: 2500px) {

body.en .p-dining-menu2 .c-vtttl .c-list__op:nth-of-type(1) .c-list__op__item:nth-of-type(2) {
	height: 350px;
}

}

@media screen and (max-width: 1279px) {

.c-box__txt.c-flex .c-head__m.v {
	letter-spacing: 2em;
}

.p-access-route .c-list__op__item ul li:nth-child(2) p span {
	display: block;
}

}

@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-box__txt p span {
	display: inline;
}

.l-container > dl.c-vtttl dd.c-list__op p span {
	display: inline;
}

.c-nav__btn {
	right: 2vw;
	top: 49%;
}

.p-access-top .l-container .l-content > ul {
	margin-bottom: 80px;
}

.p-facility-op .c-list__op__item p span {
	display: inline;
}

.p-facility-op .c-list__op__item.op2 p:nth-of-type(2) span {
	display: inline-block;
}

}

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

.c-flex.half > div {
	width: 100%;
}

.c-box__img {
	margin-top: 10vw;
}

.c-box__txt.c-flex > div {
	margin-bottom: 3em;
}

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-keyvisual p {
	bottom: -1.5em;
	padding-left: 1em;
	padding-right: 1em;
}

.l-content > .c-btnarea {
	margin-bottom: 0;
	margin-top: 12vw;
}

.c-list__table.pc {
	display: none;
}

.p-access-route .c-list__op__item ul li {
	height: 3em;
	margin-bottom: 60px;
}

.p-access-route .c-list__op__item ul li::before {
	bottom: -60px;
	height: 60px;
	left: 0;
	right: 0;
	width: 1px;
}

.p-access-route .c-list__op__item ul li:nth-child(2) {
	height: 8em;
	margin-bottom: 70px;
}

.p-access-route .c-list__op__item ul li:nth-child(2) p span {
	margin-left: 0;
}

.p-access-route .c-list__op__item ul li:nth-child(2)::after {
	bottom: -60px;
	left: 0;
	right: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

}

@media all and (max-width: 699px) {

.calendar #formWrap dl.formTable dd dl.list dt {
	min-height: 40px !important;
}

}

@media screen and (max-width: 599px) {

body.en main .l-container p span,
body.en main .l-flex__txt p span {
	display: inline;
	padding-right: 0;
}

.c-nav__global li a {
	text-align: center;
}

body.en .c-nav__global {
	max-width: 12em;
}

.p-access-top .l-container .l-content .c-head__m {
	margin-bottom: 8vw;
	margin-top: 10vw;
}

.p-access-top .l-container .l-content > ul li {
	margin-bottom: 6px;
}

.p-access-top .l-container .l-content .c-headmn li {
	margin-bottom: 6px;
}

.p-access-top .l-container .l-content .c-headmn li a {
	font-size: calc(13px + 1 * (100vw - 320px) / 280);
}

.p-access-route .c-list__op__item ul li p span {
	margin-left: 1em;
}

.p-dining-slider .slick-dots li {
	width: 20px;
}

.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-area__yado__item {
	height: 27em;
	margin-top: 16vw;
	min-height: 27em;
	padding-bottom: 0;
}

.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-head__ms {
	letter-spacing: 0;
}

.c-keyvisual {
	background-size: auto 100%;
	margin-bottom: 20px;
	padding-bottom: 50%;
}

dl.c-vtttl dt:nth-of-type(1) {
	margin-top: 40px;
}

.c-list__table {
	font-size: 3vw;
}

.c-list__op__item:nth-of-type(1) {
	margin-top: 40px;
}

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

.u-tag {
	margin-top: 0.5em;
}

}

@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 a,
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;
}

body.en .c-area__yado__item h3 {
	font-size: 13px;
	font-size: 1.3rem;
}

body.en .c-area__yado__item .c-box a.u-over h4 {
	font-size: 3vw;
}

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

body.en .c-box__txt.c-flex .c-head__m.v {
	font-size: 5.5vw;
}

.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:nth-of-type(1) {
	font-size: 4vw;
}

.c-head__sc span:nth-of-type(2) {
	font-size: 8vw;
}

.c-head__sc--rev span:nth-of-type(1) {
	font-size: 6.4vw;
}

.c-head__sc--rev span:nth-of-type(2) {
	font-size: 4vw;
}

body.en .c-head__sc {
	font-size: 8vw;
}

body.en .c-head__sc--rev {
	font-size: 6.4vw !important;
}

.c-head__xxl {
	font-size: 10vw;
}

.c-head__xl {
	font-size: 8.5vw;
}

.c-head__l {
	font-size: 8vw;
}

.c-head__m {
	font-size: 6.4vw;
}

.c-head__ms {
	font-size: 5.4vw;
}

.c-head__ms .u-tag {
	top: -24px;
}

.c-head__s {
	font-size: 4.8vw;
}

.c-head__ss {
	font-size: 4.5vw;
}

.c-keyvisual h1 span:nth-of-type(1) {
	font-size: 4.5vw;
}

.c-keyvisual h1 span:nth-of-type(2) {
	font-size: 4vw;
}

.c-keyvisual p span {
	font-size: 8px;
	font-size: 0.8rem;
}

.c-keyvisual h1 span:nth-of-type(1) {
	font-size: 5.5vw;
}

dl.c-vtttl dt {
	font-size: 4.8vw;
}

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

#sp_cal .controlset h3 {
	font-size: 6vw;
}

.p-top-guestroom__btnarea a {
	font-size: 4vw;
}

}

@-webkit-keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

/*# sourceMappingURL=maps/style.css.map */
