@charset "UTF-8";


/* Lists (enumeration) */
/* ============================================ */
ul, ol { margin: 0; padding: 0; list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt { font-weight: bold; }

dd { margin-left: 0; }

/* Grouping content */
/* ============================================ */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ border: 0; border-top: 1px solid; margin: 0; clear: both; color: inherit; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: inherit; /* 2 */ }

address { font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; text-decoration: none; color: inherit; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: inherit; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content */
/* ============================================ */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; vertical-align: bottom; }

embed, object, iframe { border: 0; vertical-align: bottom; }



/** Remove arrow in IE10 & IE11 */
select::-ms-expand { display: none; }

/** Remove padding */
option { padding: 0; }

/** Reset to invisible */
fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the outline style in Safari. */
[type="search"] { outline-offset: -2px; /* 1 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/** Clickable labels */
label[for] { cursor: pointer; }

/* Interactive */
/* ============================================ */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Remove outline for editable content. */
[contenteditable] { outline: none; }

/* Table */
/* ============================================ */
table { border-collapse: collapse; border-spacing: 0; }

caption { text-align: left; }

td, th { vertical-align: top; padding: 0; }

th { text-align: left; font-weight: bold; }

/* Misc */
/* ============================================ */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

/******************************************************

base

******************************************************/
html, body { overflow-x: hidden; }

html { font-size: 10px; }

body { font-family: '游明朝 Medium','Yu Mincho Medium',YuMincho,'Hiragino Mincho Pro',serif; color: #000; }
@media screen and (max-width: 768px) { body { padding-bottom: 8rem; } }

.aw { display: inline-block; }

.note { font-size: 1.1rem; line-height: 1.6; margin-top: 1rem; }

.sp { display: none !important; }

@media screen and (max-width: 768px) { html { font-size: 9px; }
  .sp { display: block !important; }
  .pc { display: none !important; } }
@media screen and (max-width: 600px) { html { font-size: 8px; } }
#page-head { height: 135px; }
@media screen and (max-width: 768px) { #page-head { height: 64px; } }

.img { position: relative; }
.img img { width: 100%; height: auto; position: relative; z-index: 0; }
.img .note { position: absolute; z-index: 1; bottom: 0.5rem; right: 1rem; }
.img .note.w { color: #fff; text-shadow: 0 0 0.5rem black, 0 0 0.5rem black; }
.img .note.left { right: inherit; left: 1rem; }
.img .note.out { position: static; margin-top: 5px; }

.bg1 { background: url("../img/common/contents_bg1.png") bottom -70px center no-repeat; background-size: 100% auto; }

.bg2 { background: url("../img/common/contents_bg2.png") top center no-repeat; background-size: cover; }

.bg3 { background: linear-gradient(90deg, #9a978e, #beb6b2, #9a978e); }

.bg4 { background: linear-gradient(90deg, #e2e0d9, #ece9e0, #e2e0d9); }

.bg5 { background: linear-gradient(90deg, #6e6340, #a19263, #6e6340); }

h3.block_ttl { font-family: "Helvetica Neue",Arial,sans-serif; font-weight: 400; font-style: normal; font-size: 1.7rem; letter-spacing: 0.1em; }

ul.conversion { max-width: 800px; margin: auto; display: -webkit-box; display: flex; flex-wrap: wrap; -webkit-box-pack: center; justify-content: center; -webkit-box-align: center; align-items: center; }
ul.conversion * { min-height: 0%; }
ul.conversion li { width: 48%; margin: 0 1%; }
ul.conversion li a { display: block; text-align: center; width: 100%; padding: 1.3rem 0; font-size: 1.7rem; letter-spacing: 0.1em; color: #000; border: 1px solid rgba(255, 255, 255, 0.6); }
ul.conversion li.req { background: linear-gradient(90deg, #777472, #f1f0f0, #777472); }
ul.conversion li.res { /*background: linear-gradient(90deg, #777472, #f1f0f0, #777472);*/ background: linear-gradient(90deg, #8a0000, #bc0000, #8a0000); }
ul.conversion li.res a { color: #fff; }

/******************************************************

header

******************************************************/
#head { transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

/***
.head-up { transform: translateY(0%);
}
.head-down { transform: translateY(-110%);
}
***/
#headArea { position: fixed; top: 0; z-index: 100; width: 100%; }

.header { background: #fff; }
.header .header-inner { position: relative; height: 90px; margin: auto; }
@media screen and (max-width: 768px) { .header .header-inner { height: 64px; } }
.header .header-inner__sitename { position: absolute; left: 20px; top: 2rem; z-index: 1; display: flex; align-items: center; }
.header .header-inner__sitename img { width: auto; height: 5rem; }
@media screen and (max-width: 1000px) { .header .header-inner__sitename { top: 2.5rem; }
  .header .header-inner__sitename img { height: 4rem; } }
@media screen and (max-width: 850px) { .header .header-inner__sitename img { height: 3.0rem; } }
@media screen and (max-width: 768px) { .header .header-inner__sitename { top: 50%; transform: translateY(-50%); } }
.header .guide-nav { position: absolute; right: 20px; top: 2.6rem; }
.header .guide-nav ul li { display: inline-block; vertical-align: middle; }
.header .guide-nav ul li.outline, .header .guide-nav ul li.map { position: relative; padding-left: 15px; font-size: 1.3rem; margin-right: 20px; }
.header .guide-nav ul li.outline::before, .header .guide-nav ul li.map::before { content: ""; display: block; position: absolute; top: 3px; left: 0; box-sizing: border-box; width: 5px; height: 5px; border: 5px solid transparent; border-left: 5px solid #000; }
.header .guide-nav ul li.request { font-size: 1.3rem; width: 12rem; }
.header .guide-nav ul li.request a { display: block; width: 100%; padding: 1rem 0; text-align: center; background: #eae5e3; }
.header .guide-nav ul li.reserved { font-size: 1.3rem; width: 12rem; }
.header .guide-nav ul li.reserved a { display: block; width: 100%; padding: 1rem 0; text-align: center; color: #fff; /*background: #eae5e3;*/ background: linear-gradient(90deg, #8a0000, #bc0000, #8a0000); }
@media screen and (max-width: 768px) { .header .guide-nav { display: none; } }

