@charset "UTF-8";
/*!
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
*/
/** # Foundation */
/* Scss Document */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/** 1. Change the default font family in all browsers (opinionated). 2. Prevent adjustments of font size after orientation changes in IE and iOS. */
html {
	font-family: sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/** Remove the margin in all browsers (opinionated). */
body {
	margin: 0;
}

/* HTML5 display definitions ========================================================================== */
/** Add the correct display in IE 9-. 1. Add the correct display in Edge, IE, and Firefox. 2. Add the correct display in IE. */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	/* 1 */
	display: block;
}

/** Add the correct display in IE 9-. */
audio, canvas, progress, video {
	display: inline-block;
}

/** Add the correct display in iOS 4-7. */
audio:not([controls]) {
	display: none;
	height: 0;
}

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

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

/* Links ========================================================================== */
/** 1. Remove the gray background on active links in IE 10. 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
}
a:active, a:hover {
	outline-width: 0;
}

/** Remove the outline on focused links when they are also active or hovered in all browsers (opinionated). */
/* Text-level semantics ========================================================================== */
/** 1. Remove the bottom border in Firefox 39-. 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}

/** Prevent the duplicate application of `bolder` by the next rule in Safari 6. */
b, strong {
	font-weight: inherit;
}

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

/** Add the correct font style in Android 4.3-. */
dfn {
	font-style: italic;
}

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/** Add the correct background and color in IE 9-. */
mark {
	background-color: #ff0;
	color: #000;
}

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

/** Hide the overflow in IE. */
svg:not(:root) {
	overflow: hidden;
}

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

/** Add the correct margin in IE 8. */
figure {
	margin: 0;
}

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

/* Forms ========================================================================== */
/** 1. Change font properties to `inherit` in all browsers (opinionated). 2. Remove the margin in Firefox and Safari. */
button, input, select, textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
}

/** Restore the font weight unset by the previous rule. */
optgroup {
	font-weight: bold;
}

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input {
	/* 1 */
	overflow: visible;
}

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select {
	/* 1 */
	text-transform: none;
}

/** 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` controls in Android 4. 2. Correct the inability to style clickable types in iOS and Safari. */
button, html [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
	/* 2 */
}

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/** Change the border, margin, and padding in all browsers (opinionated). */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/** 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 {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

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

/** 1. Add the correct box sizing in IE 10-. 2. Remove the padding in IE 10-. */
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/** 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 odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/** Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */
/** Correct the text style of placeholders in Chrome, Edge, and Safari. */
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

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

/*========== set.scss ==========*/
html {
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans Japanese", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #202020;
	text-align: left;
	background-color: #f8f6f0;
	font-size: 1.6rem;
	letter-spacing: 0.04em;
}
/** # Layout */
/*-------------------------------------------------------------- # header.scss
--------------------------------------------------------------*/
.clearance__pc--box {
	height: 140px;
	background-color: #FFF;
}

.l-header {
	position: fixed;
	width: 100%;
	background-color: #FFF;
	height: 140px;
	margin: 0 auto;
	z-index: 60;
	top: 0;
	transition: all 0.6s ease;
}

.l-header__inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.l-header__logo {
	position: absolute;
	left: 5px;
	top: 20px;
	transition: all 0.6s ease;
	width: 190px;
	height: 61px;
}
.l-header__logo img {
	width: 100%;
}

.l-header__btn {
	position: absolute;
	top: 20px;
	right: 0;
}

.l-header .g-header {
	position: absolute;
	top: 92px;
	transition: all 0.6s ease;
}
.l-header .g-header__list .nav__item {
	box-sizing: border-box;
	float: left;
	width: 199px;
	height: 30px;
	border-left: 1px solid #dbdbdb;
}
.l-header .g-header__list .nav__item:nth-child(5) a {
	margin-top: -5px;
	line-height: 1.1;
}
.l-header .g-header__list .nav__item:last-child {
	border-right: 1px solid #dbdbdb;
}
.l-header .g-header a {
	color: #2b8cca;
	line-height: 3rem;
	text-decoration: none;
	display: block;
	text-align: center;
	color: #000;
	letter-spacing: 0.08em;
	font-size: 1.5rem;
	transition: all 0.6s ease;
}
.l-header .g-header a:hover {
	color: #2b8cca;
}
.l-header .g-header .is-page {
	color: #2b8cca;
}
.l-header .select-wrap {
	position: absolute;
	top: 20px;
	right: 240px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 140px;
	text-align: center;
	border: 1px solid #CCCCCC;
	background: #ffffff;
	box-sizing: border-box;
	transition: all 0.6s ease;
}
.l-header .select-wrap select {
	width: 100%;
	height: 28px;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 5px 10px 6px;
	font-size: 11px;
}
.l-header .select-wrap select::-ms-expand {
	display: none;
}
.l-header .select-wrap::before {
	position: absolute;
	top: 0.8em;
	right: 10px;
	width: 4px;
	height: 4px;
	padding: 0;
	content: "";
	border-bottom: 1px solid #464646;
	border-right: 1px solid #464646;
	pointer-events: none;
	transform: rotate(45deg);
}
.l-header .select-wrap .select_language {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: white;
	pointer-events: none;
}
.l-header .select-wrap .select_language p {
	position: relative;
	text-align: left;
	text-overflow: ellipsis;
	padding: 0 10px 0 38px;
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	height: 100%;
	display: flex;
	align-items: center;
	background: url(../images/common/header/icon-language.svg) no-repeat left top;
	background-size: 18px auto;
	background-position: 10px 50%;
}
.l-header .select-wrap .select_language p::before {
	position: absolute;
	top: 0.8em;
	right: 10px;
	width: 4px;
	height: 4px;
	padding: 0;
	content: "";
	border-bottom: 1px solid #464646;
	border-right: 1px solid #464646;
	pointer-events: none;
	transform: rotate(45deg);
}

header.fixed .l-header {
	height: 100px;
	border-bottom: 1px solid #ececec;
}
header.fixed .l-header__logo {
	width: 109.0163934426px;
	height: 35px;
}
header.fixed .l-header__btn {
	position: absolute;
	top: 0;
	line-height: 4.5rem;
	height: 45px;
}
header.fixed .l-header .g-header {
	position: absolute;
	top: 65px;
}
header.fixed .l-header .g-header__list {
	height: 20px;
}
header.fixed .l-header .g-header__list .nav__item {
	height: 20px;
}
header.fixed .l-header .g-header a {
	line-height: 2rem;
}
header.fixed .l-header .select-wrap {
	top: 7px;
}
/*-------------------------------------------------------------- # wrap.scss
--------------------------------------------------------------*/
.c-wrap {
	position: relative;
	width: 100%;
}

.l-contentsMain__inner {
	width: 1200px;
	margin: -80px auto 100px;
	background-color: #FFF;
}
.l-contentsMain__inner .pages--content {
	padding: 60px 80px;
}
/*-------------------------------------------------------------- # Footer
--------------------------------------------------------------*/
.l-footer {
	background-color: #FFF;
	padding: 50px 0 0;
}

.l-footer__inner {
	margin: 0 auto;
	width: 1200px;
}

.l-footer__logoMain {
	margin: 0 auto 40px;
	width: 340px;
}
.l-footer__logoMain img {
	width: 100%;
}
.l-footer__logoMain a {
	display: block;
	transition: all 0.6s ease;
}
.l-footer__logoMain a:hover {
	opacity: 0.65;
}

.l-footer__primary {
	padding: 0 0 40px;
	border-bottom: 1px solid #e3e3e3;
}

.l-footer__contents {
	display: flex;
	justify-content: space-between;
}

.l-footer__contents--listBlock .list__block {
	float: left;
	margin: 0 40px 0 0;
}
.l-footer__contents--listBlock .list__block:last-child {
	margin: 0;
}
.l-footer__contents--listBlock .list__block--child {
	margin: 0.5em 0 0;
	padding: 0;
}
.l-footer__contents--listBlock .list__block--child .list__item--child {
	margin: 0 0 0.25em;
}
.l-footer__contents--listBlock a {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	text-decoration: none;
	transition: all 0.6s ease;
}
.l-footer__contents--listBlock a:hover {
	opacity: 0.65;
	text-decoration: underline;
}

.l-footer__contents--bannerBlock .list__banner {
	float: left;
	width: 250px;
	margin: 0 10px 1em 0;
}
.l-footer__contents--bannerBlock .list__banner img {
	vertical-align: bottom;
	width: 100%;
}
.l-footer__contents--bannerBlock .list__banner:nth-child(2n) {
	margin: 0 0 1em;
}
.l-footer__contents--bannerBlock .list__banner a {
	transition: all 0.6s ease;
}
.l-footer__contents--bannerBlock .list__banner a:hover {
	opacity: 0.65;
}

.l-footer__secondry {
	padding: 15px 0;
}

.l-footer__secondry--inner {
	height: 50px;
	line-height: 4.8rem;
}

.l-footer__subLogo {
	float: left;
	background: url(../images/common/footer/logo_f_sub.png) no-repeat left top;
	background-size: 145px 48px;
	padding: 0 0 0 150px;
	margin: 0;
}
.l-footer__subLogo a {
	font-size: 1.3rem;
	text-decoration: none;
	display: block;
	padding: 0 20px 0 0;
	transition: all 0.6s ease;
	background: url(../images/common/parts/icon_01.png) no-repeat right center;
}
.l-footer__subLogo a:link {
	color: #000;
}
.l-footer__subLogo a:hover {
	opacity: 0.65;
	text-decoration: underline;
}
.l-footer__subLogo a:visited {
	color: #000;
}

.l-footer small {
	display: block;
	float: right;
	font-size: 1.1rem;
}
.l-footer #page-top {
	margin: 0;
	z-index: 15;
	position: relative;
}
.l-footer #page-top a {
	display: block;
	bottom: 0;
	position: fixed;
	right: 0;
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #2b8cca;
	text-decoration: none;
	margin: 0;
	background-image: url(../images/common/parts/icon_02.png);
	background-size: 14px 21px;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all 0.6s ease;
}
.l-footer #page-top a:hover {
	background-color: #cef3ff;
}
/** # Objects -  Compornent - */
/*
	article.scss
---------------------------------------------------------------------------- */
/*
	blockquote.scss
---------------------------------------------------------------------------- */
.content blockquote {
	background-color: #F5F5F5;
	margin: 0;
	padding: 2rem 2rem 0.5rem;
	border-radius: 5px;
	margin: 0 0 3rem;
}
.content blockquote p {
	color: #666;
	font-size: 1.6rem;
}
.content blockquote p:before {
	content: " \f10d";
	font-family: FontAwesome;
	font-size: 1.8rem;
	margin: 0 1rem 0 0;
}
.content blockquote p:after {
	content: " \f10e";
	font-family: FontAwesome;
	font-size: 1.8rem;
	margin: 0 0 0 1rem;
}
/*
	btn.scss
---------------------------------------------------------------------------- */
.btn--style01 {
	display: block;
	height: 53px;
	width: 220px;
	line-height: 5.3rem;
	transition: all 0.6s ease;
	display: block;
	background-color: #ff5454;
	text-align: center;
	text-decoration: none;
}
.btn--style01:link {
	color: #FFF;
}
.btn--style01:hover {
	background-color: #ee0000;
}
.btn--style01:visited {
	color: #FFF;
}
/* display.scss
---------------------------------------------------------------------------- */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* form.scss
---------------------------------------------------------------------------- */
/* headline.scss
---------------------------------------------------------------------------- */
.content h2 {
	margin: 0 auto 4rem;
	font-weight: bold;
	font-size: 2.6rem;
	text-align: center;
	letter-spacing: 0.055em;
	padding: 0;
	color: #2b8cca;
	line-height: 1.25em;
	clear: both;
}
.content h3 {
	font-size: 2.2rem;
	margin: 0 0 3rem;
	color: #000;
	padding: 0 0 1rem;
	line-height: 1.25em;
	clear: both;
	border-bottom: 2px solid #e9e9e9;
	position: relative;
}
.content h3:after {
	content: "";
	height: 2px;
	background-color: #2b8cca;
	width: 15.38%;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.content h4 {
	color: #000;
	margin: 0 0 3rem;
	font-size: 1.8rem;
	padding: 0;
	line-height: 1.25em;
	clear: both;
}
.content h5 {
	color: #000;
	margin: 0 0 2rem;
	font-size: 1.5rem;
	padding: 0;
	line-height: 1.25em;
	clear: both;
}
.content hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}
/*
	hr.scss
---------------------------------------------------------------------------- */
/*
	images.scss
---------------------------------------------------------------------------- */
.centered, .aligncenter {
	display: block;
	margin: 0 auto 2rem;
}
.alignright {
	padding: 0px;
	margin: 0 0 1.5rem 2rem;
	display: inline !important;
	float: right;
}

.alignleft {
	padding: 0px;
	margin: 0 2rem 1.5rem 0;
	display: inline !important;
	float: left;
}

.wp-caption-dd {
	text-align: center;
	margin: 1.5rem 0;
	color: #666;
	font-size: 1.5rem;
}

img.aligncenter {
	max-width: 100%;
	height: auto;
}
img.alignright, img.alignleft {
	max-width: 50%;
	height: auto;
}
/* list.scss
---------------------------------------------------------------------------- */
ul {
	margin: 0 0 3rem;
	padding: 0;
	list-style-position: none;
}
ul li {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
}
ol {
	margin: 0 0 3rem;
	padding: 0;
	counter-reset: my-counter;
	list-style: none;
}
ol li {
	margin: 0 0 1rem;
	padding: 0 0 0 3rem;
	position: relative;
}
ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #2b8cca;
	color: #FFF;
	display: block;
	float: left;
	line-height: 2rem;
	margin-left: -3rem;
	text-align: center;
	height: 2rem;
	width: 2rem;
	border-radius: 50%;
}
/* pager.scss
---------------------------------------------------------------------------- */
.pagination {
	list-style-type: none;
	padding-left: 0;
	margin: 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagination li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.pagination a {
	font-weight: bold;
	padding-top: 1px;
	text-decoration: none;
	border: 1px solid #333;
	min-width: 36px;
	min-height: 36px;
	color: #333 !important;
	margin: 0 0.5rem;
	font-weight: bold;
	font-family: "Montserrat", sans-serif;
}
.pagination li:not([class*=current]) a:hover {
	background-color: #cef3ff;
	color: #FFF !important;
	opacity: 1 !important;
}
.pagination li.first span, .pagination li.last span, .pagination li.previous span, .pagination li.next span {
	/* screen readers only */
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.pagination li.first a::before, .pagination li.last a::after, .pagination li.previous a::before, .pagination li.next a::after {
	display: inline-block;
	font-family: Fontawesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.pagination li.first a::before {
	content: "\f100";
}
.pagination li.last a::after {
	content: "\f101";
}
.pagination li.previous a::before {
	content: "\f104";
}
.pagination li.next a::after {
	content: "\f105";
}
.pagination li.current a {
	background-color: #cef3ff;
	cursor: default;
	pointer-events: none;
	color: #FFF !important;
}
.single_nav {
	padding: 2rem;
	background-color: #FFF;
}
.single_nav div {
	width: 100%;
	display: table;
}
.single_nav aside a {
	display: inline-block;
	color: #333;
	padding: 5px 15px;
	color: #FFF;
	text-decoration: none;
	background-color: #333;
}
.single_nav aside a:hover {
	opacity: 0.65;
	transition: all 0.4s;
	background-color: #000;
	color: #FFF;
}
.single_nav .bt_prev {
	width: 33%;
	display: table-cell;
	text-align: left;
}
.single_nav .bt_summary {
	width: 33%;
	display: table-cell;
	text-align: center;
}
.single_nav .bt_next {
	width: 33%;
	display: table-cell;
	text-align: right;
}

/* tab.scss
---------------------------------------------------------------------------- */
/* table.scss
---------------------------------------------------------------------------- */
table {
	width: 100%;
	margin: 0 0 3rem;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #dbd8d0;
}
table th {
	font-size: 1.5rem;
	line-height: 1em;
	padding: 2rem;
	vertical-align: top;
	border: 1px solid #dbd8d0;
	color: #000;
	background-color: #edf1f2;
}
table td {
	font-size: 1.5rem;
	line-height: 1.25em;
	padding: 2rem;
	vertical-align: middle;
	border: 1px solid #dbd8d0;
}
table .table-border th, table .table-border td {
	border-bottom: 2px solid #dbd8d0;
}
table.w70 {
	width: 80%;
	margin: 0 auto 40px auto;
}
table.w70 td {
	padding: 1rem;
}
table.w70 ul {
	margin-top: 20px;
	font-size: 1.2rem;
	list-style: none;
}
table.w70 ul li.text-caution {
	color: #bf0000;
}
/* _text.scss
---------------------------------------------------------------------------- */
.content p {
	font-size: 1.5rem;
	line-height: 3.4rem;
	letter-spacing: 0.08em;
	margin: 0 0 4rem;
}
.coution01 {
	color: #FF0000;
}

.mincho {
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

a:link {
	color: #2b8cca;
}
a:hover {
	color: #2b8cca;
	text-decoration: none;
}
a:visited {
	color: #2b8cca;
}

.content em {
	color: #2b8cca;
	font-style: normal;
	font-weight: bold;
}

/** # Objects -  project - */
/* headline_title.scss
---------------------------------------------------------------------------- */
.l-head-title {
	width: 100%;
	height: 420px;
}

.l-head-title__inner {
	position: relative;
	margin: 0 auto;
	width: 1200px;
	height: 420px;
}

.l-head-title__inner--topicPath {
	padding: 20px;
	left: 0;
}

.l-head-title__titleContents {
	position: absolute;
	top: 130px;
	width: 100%;
	height: 4.2rem;
}

.l-head-title__jp {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
	font-size: 3.6rem;
	margin: 0 0 20px;
	letter-spacing: 0.3em;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 5px 0px 5px rgba(0, 0, 0, 0.1), 3.5355339059px 3.5355339059px 5px rgba(0, 0, 0, 0.1), 0px 5px 5px rgba(0, 0, 0, 0.1), -3.5355339059px 3.5355339059px 5px rgba(0, 0, 0, 0.1), -4.9999999996px 0.0000000001px 5px rgba(0, 0, 0, 0.1), -3.5355338552px -3.5355338972px 5px rgba(0, 0, 0, 0.1), 0.0000027687px -4.9999994309px 5px rgba(0, 0, 0, 0.1), 3.5356150029px -3.5355144387px 5px rgba(0, 0, 0, 0.1);
}

.l-head-title__en {
	font-family: "Montserrat", sans-serif;
	display: block;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	letter-spacing: 0.3em;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 5px 0px 5px rgba(0, 0, 0, 0.1), 3.5355339059px 3.5355339059px 5px rgba(0, 0, 0, 0.1), 0px 5px 5px rgba(0, 0, 0, 0.1), -3.5355339059px 3.5355339059px 5px rgba(0, 0, 0, 0.1), -4.9999999996px 0.0000000001px 5px rgba(0, 0, 0, 0.1), -3.5355338552px -3.5355338972px 5px rgba(0, 0, 0, 0.1), 0.0000027687px -4.9999994309px 5px rgba(0, 0, 0, 0.1), 3.5356150029px -3.5355144387px 5px rgba(0, 0, 0, 0.1);
}
/* tpath.scss
---------------------------------------------------------------------------- */
.l-head-title__inner--topicPath ul {
	margin: 0;
	padding: 0;
	letter-spacing: -0.45em;
}
.l-head-title__inner--topicPath ul li {
	letter-spacing: normal;
	display: inline-block;
	font-size: 1.3rem;
	color: #FFF;
}
.l-head-title__inner--topicPath ul li:after {
	content: ">";
	padding: 0 10px;
}
.l-head-title__inner--topicPath ul li:last-child:after {
	content: none;
	padding: 0;
}
.l-head-title__inner--topicPath ul li a {
	color: #FFF;
	text-decoration: none;
}
.l-head-title__inner--topicPath ul li a:hover {
	text-decoration: underline;
}
/** # Objects -  pages - */
/*-------------------------------------------------------------- # _home.scss
--------------------------------------------------------------*/
/*    Common
------------------------------------*/
#sectionBox02, #sectionBox03, #sectionBox04 {
	margin-top: -100px;
	padding-top: 100px;
}

.top-max-widh {
	max-width: 1600px;
	padding: 0 30px;
	margin: 0 auto;
}

.wrap--bg__white {
	width: 100%;
	position: relative;
	background-color: #FFF;
}

.bg--2tone, .bg--2tone02 {
	background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #f8f6f0 50%, #f8f6f0 100%);
}

.content .top-headline {
	color: #000;
	font-style: italic;
	font-weight: lighter;
	font-size: 3.6rem;
	padding: 40px 0 40px;
	position: relative;
}
.content .top-headline:after {
	position: absolute;
	height: 2px;
	content: "";
	background-color: #c0e2f8;
	width: 3.75%;
	left: 48.25%;
	bottom: 0px;
}
/*    Key Visual
------------------------------------*/
.l-headtop-titl {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 710px;
	z-index: 1;
}
.l-headtop-titl .top-info {
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 52;
	width: 876px;
	text-align: center;
}
.l-headtop-titl .l-headtop-title__titleContents {
	position: absolute;
	z-index: 52;
	width: 100%;
	height: 710px;
}
.l-headtop-titl .l-headtop-title__titleContents .key-cathc {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 876px;
	height: 514px;
}
.l-headtop-titl .l-headtop-title__titleContents .key-logo {
	position: absolute;
	right: 0.75%;
	top: 1.25%;
}
.l-headtop-titl .key-title {
	position: absolute;
	right: 1.25%;
	bottom: 2.25%;
	font-size: 2rem;
	color: #FFF;
	margin: 0;
	padding: 0;
}
.l-headtop-titl .key-title .date {
	font-size: 2.2rem;
}
.l-headtop-titl ul {
	margin: 0;
}
.l-headtop-titl ul li {
	height: 710px;
}
.l-headtop-titl ul li div {
	width: 100%;
	height: 100%;
}
.l-headtop-titl .bx-wrapper .bx-pager {
	display: block;
	bottom: 2.5%;
}
.l-headtop-titl .bx-wrapper .bx-pager.bx-default-pager a {
	width: 8px;
	height: 8px;
	margin: 0 10px 0;
	outline: 0;
	text-align: left;
	opacity: 0.85;
	border-radius: 50%;
	border: 2px solid #FFF;
	background: none;
	box-sizing: border-box;
}
.l-headtop-titl .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #FFF;
}
/*    News
------------------------------------*/
.section__news {
	background-color: #2b8cca;
	position: relative;
}
.section__news .section__news--titleBox {
	/*height: 50px;
	display: table;
	table-layout: fixed;
	width: 100%;*/
	font-size: 0;
}

.section__news__cols01 {
	vertical-align: top;
	/*display: table-cell;*/
	display: inline-block;
	width: 10%;
	text-align: center;
	/*line-height: 5.0rem;*/
	font-size: 1.5rem;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	color: #FFF;
	/*border-left: 1px solid #5eaee0;
	border-right: 1px solid #5eaee0;*/
	box-sizing: border-box;
	margin: 0;
	padding: 1em 0;
}

.section__news__cols02 {
	vertical-align: top;
	/*display: table-cell;*/
	display: inline-block;
	width: 77%;
	/*padding: 10px 20px;*/
	margin: 0;
}
.section__news__cols02 li {
	color: #FFF;
	font-size: 1.5rem;
	margin: 0;
	/*padding: 0 10px;*/
	padding: 1em 0;
	display: flex;
}
.section__news__cols02 li a {
	color: #FFF;
	font-size: 1.5rem;
}
.section__news__cols02--date {
	font-weight: bold;
	margin: 0 10px 0 0;
}

.section__news__cols03 {
	/*vertical-align:top; display: table-cell;
	display:inline-block;*/
	/*width: 12%;*/
	/*padding: 10px;*/
}
.section__news__cols03 .btn--news {
	display: block;
	color: #FFF;
	text-decoration: none;
	transition: all 0.6s ease;
	font-size: 1.3rem;
	/*text-align: right;*/
	position: relative;
	/*padding: 0 20px 0 0;*/
	padding-left: 1em;
	cursor: pointer;
	width: 9rem;
}
.section__news__cols03 .btn--news:hover {
	opacity: 0.65;
}
.section__news__cols03 .btn--news:after {
	position: absolute;
	top: 17.5%;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	content: "\f107";
	font-family: FontAwesome;
	font-weight: normal;
}
.section__news__cols03 .active:after {
	position: absolute;
	top: 17.5%;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	content: "\f106";
	font-family: FontAwesome;
	font-weight: normal;
}
.section__news .section__news--contentBox {
	display: none;
	position: absolute;
	z-index: 10;
	background-color: #2b8cca;
	width: 100%;
	right: 0;
}
.section__news .section__news--contentBox-talbe {
	/*display: table;
	table-layout: fixed;
	width: 100%;*/
}
.section__news .section__news--contentBox .section__news__cols01 {
	color: #2b8cca;
	box-sizing: border-box;
	width: 10%;
}
.section__news .section__news--contentBox .section__news__cols02 {
	/*padding: 10px 20px 10px;
	width: 80%;*/
}
.section__news .section__news--contentBox .section__news__cols02 ul {
	padding: 0;
	margin: 0 0 10px;
	width: auto;
}
.section__news .section__news--contentBox .section__news__cols02 li {
	/*margin: 0 0 10px;*/
	border-top: 1px solid #5eaee0;
	/*padding: 10px 10px 0;*/
	padding: 1em 0;
}
.section__news .section__news--contentBox .section__news__cols02 li:last-child {
	/*margin: 10px 0 0;
	padding: 10px 10px 0;*/
}
.section__news .section__news--contentBox .section__news__cols03 {
	width: 10%;
}
/*    Sectioni01
------------------------------------*/
.content .section01 {
	padding: 0 0 100px;
	margin: 0;
}
.content .section01 .wrap--bg__white {
	padding: 80px 0 0;
}
.content .section01 .title--about {
	background: url(../images/pages/home/txt01.png) no-repeat center top;
}
.content .section01 .item-block h3 {
	width: 451px;
	display: block;
	border: none;
	margin: 0 auto 30px;
	font-weight: normal;
	font-size: 2.8rem;
	font-style: italic;
	color: #2b8cca;
}
.content .section01 .item-block h3:after {
	position: absolute;
	content: url("../images/pages/home/sec01_ob01.png");
	height: 0;
	top: 0;
	left: 0;
	width: auto;
}
.content .section01 .item-block h3:before {
	position: absolute;
	content: url("../images/pages/home/sec01_ob02.png");
	height: 0;
	top: 0;
	right: 0;
}
.content .section01 .item-block h3 span {
	display: block;
	text-align: center;
}
.content .section01 .item-block h4 {
	font-weight: normal;
	line-height: 1.25;
	font-size: 2.2rem;
	padding: 0;
	margin: 0 0 30px;
	text-align: center;
}
.content .section01 .item-block .sc--list {
	margin: 0;
	padding: 0 0 75px;
	text-align: center;
	letter-spacing: -0.45em;
}
.content .section01 .item-block .sc--list li {
	letter-spacing: normal;
	display: inline-block;
	line-height: 80px;
	min-width: 15.72%;
	border: 2px solid #2b8cca;
	text-align: center;
	font-size: 3.2rem;
	color: #2b8cca;
	font-style: italic;
	margin: 0 1.38%;
}
.content .section01 .top-column__3box .c-box {
	display: block;
	float: left;
	width: 33.33333%;
	overflow: hidden;
	position: relative;
}
.content .section01 .top-column__3box .c-box img {
	width: 100%;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	vertical-align: bottom;
	z-index: 2;
}
.content .section01 .top-column__3box .c-box:hover img {
	transform: scale(1.04);
}
.content .section01 .top-column__3box aside {
	color: #FFF;
	z-index: 3;
	width: 62.34%;
	max-width: 240px;
	min-width: 160px;
	height: 60px;
	line-height: 6rem;
	font-size: 1.6rem;
	border: 2px solid #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../images/common/parts/icon_04.png) no-repeat 95.5% center;
}
.content .section01 .top-column__4box .c-box {
	display: block;
	float: left;
	width: 25%;
	overflow: hidden;
	position: relative;
}
.content .section01 .top-column__4box .c-box img {
	width: 100%;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
	vertical-align: bottom;
	z-index: 2;
}
.content .section01 .top-column__4box .c-box:hover img {
	transform: scale(1.04);
}
.content .section01 .top-column__4box aside {
	display: inline-block;
	color: #FFF;
	z-index: 3;
	width: 62.34%;
	max-width: 240px;
	min-width: 160px;
	height: 60px;
	line-height: 6rem;
	font-size: 1.6rem;
	border: 2px solid #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: url(../images/common/parts/icon_04.png) no-repeat 95.5% center;
	background-size: 8%;
}
.content .section01 .banner {
	margin-top: 100px;
	text-align: center;
}
.content .section01 .banner a img {
	transition: opacity 0.3s;
}
.content .section01 .banner a img:hover {
	opacity: 0.65;
}
.content .section02 {
	padding: 0 0 50px;
	margin: 0;
}
.content .section02 .title--point {
	background: url(../images/pages/home/txt02.png) no-repeat center top;
}
.content .section02 .top-headline {
	padding: 40px 0 40px;
	position: relative;
	line-height: 5.4rem;
	text-align: center;
}
.content .section02 .top-headline:after {
	position: absolute;
	height: 2px;
	content: "";
	background-color: #c0e2f8;
	width: 10.75%;
	left: 45.25%;
	bottom: 0px;
}
.content .section02 .top-max-widh {
	position: relative;
	height: 710px;
}
.content .section02 .block-left {
	top: 75px;
	position: absolute;
	left: 30px;
	width: 48.125%;
	z-index: 12;
}
.content .section02 .block-left img {
	max-width: 100%;
}
.content .section02 .block-right {
	position: absolute;
	right: 0;
	width: 57.5%;
	z-index: 11;
	background-color: #FFF;
	min-height: 640px;
}
.content .section02 .block-right .inner-c {
	padding: 8.69% 8.1521% 0 21.73%;
}
.content .section03 {
	padding: 0 0 20px;
}
.content .section03 .wrap--bg__white {
	padding: 80px 0 0;
}
.content .section03 .title--event {
	background: url(../images/pages/home/txt03.png) no-repeat center top;
}
.content .section03 .top-column__2box {
	display: flex;
	justify-content: center;
}
.content .section03 .top-column__2box .c-box {
	display: block;
	float: left;
	width: 50%;
	position: relative;
}
.content .section03 .top-column__2box .c-box .thum {
	position: relative;
	z-index: 5;
}
.content .section03 .top-column__2box .c-box .thum img {
	width: 100%;
}
.content .section03 .top-column__2box .cc-box {
	z-index: 10;
	margin: -60px auto 0;
	width: 520px;
	line-height: 6rem;
	font-size: 1.6rem;
	background-color: #FFF;
	text-align: center;
	position: relative;
	height: 320px;
}
.content .section03 .top-column__2box .cc-box .text {
	line-height: 1.25;
}
.content .section03 .top-column__2box .cc-box .top-headline {
	font-size: 2.6rem;
	padding: 40px 0 25px;
}
.content .section03 .top-column__2box .cc-box .top-headline:after {
	position: absolute;
	height: 2px;
	content: "";
	background-color: #dbd8d0;
	width: 10.75%;
	left: 43.25%;
	bottom: 0px;
}
.content .section03 .top-column__2box .cc-box .btn--style02 {
	position: absolute;
	bottom: 50px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.content .section04 {
	padding: 0 0 50px;
	margin: 0;
}
.content .section04 .title--gourmet {
	background: url(../images/pages/home/txt04.png) no-repeat center top;
}
.content .section04 .top-headline {
	padding: 40px 0 40px;
	position: relative;
	line-height: 5.4rem;
	text-align: center;
}
.content .section04 .top-headline:after {
	position: absolute;
	height: 2px;
	content: "";
	background-color: #c0e2f8;
	width: 10.75%;
	left: 45.25%;
	bottom: 0px;
}
.content .section04 .top-max-widh {
	position: relative;
	height: 710px;
}
.content .section04 .block-left {
	position: absolute;
	left: 0;
	width: 57.5%;
	background-color: #FFF;
	z-index: 11;
	min-height: 640px;
}
.content .section04 .block-left .inner-c {
	padding: 8.69% 21.73% 0 8.1521%;
}
.content .section04 .block-right {
	top: 75px;
	position: absolute;
	right: 30px;
	width: 48.125%;
	z-index: 12;
}
.content .section04 .block-right img {
	max-width: 100%;
}
.content .section05 {
	padding: 0 0 100px;
	margin: 0;
}
.content .section05 .bn--block {
	background: url(../images/pages/home/sec05_bg01.png) no-repeat center center;
	background-size: cover;
	max-width: 1540px;
	min-height: 460px;
	position: relative;
}
.content .section05 .bn--block__content {
	padding: 50px 0 0;
	background: url(../images/pages/home/sec05_txt01.png) no-repeat center top;
	position: absolute;
	width: 520px;
	top: 6.25vw;
	right: 10.62vw;
}
.content .section05 .bn--block__content .top-headline {
	color: #FFF;
	margin: 0 0 30px;
	padding: 0;
	font-size: 3.6rem;
}
.content .section05 .bn--block__content .top-headline:after {
	display: none;
}
.content .section05 .bn--block__content .movie-btn {
	display: block;
	width: 240px;
	border: 2px solid #FFF;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #FFF;
	text-decoration: none;
	transition: all 0.6s ease;
}
.content .section05 .bn--block__content .movie-btn:hover {
	opacity: 0.65;
}
.content .section05 .bn--block__content .movie-btn span {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	background: url(../images/common/parts/icon_05.png) no-repeat center center;
	background-position: 12.5% center;
}
.content .section05 .bn--block-01 {
	background: url(../images/pages/home/sec05_bg02.png) no-repeat;
	background-size: cover;
	max-width: 1540px;
	min-height: 460px;
	position: relative;
}
.content .section05 .bn--block-01__content {
	padding: 50px 0 0;
	background: url(../images/pages/home/sec05_txt02.png) no-repeat center top;
	position: absolute;
	width: 520px;
	top: 6.25vw;
	right: 10.62vw;
}
.content .section05 .bn--block-01__content .top-headline {
	color: #FFF;
	margin: 0 0 30px;
	padding: 0;
	font-size: 3.6rem;
}
.content .section05 .bn--block-01__content .top-headline:after {
	display: none;
}
.content .section05 .bn--block-01__content .modal-btn {
	display: block;
	width: 240px;
	border: 2px solid #FFF;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	color: #FFF;
	text-decoration: none;
	transition: all 0.6s ease;
}
.content .section05 .bn--block-01__content .modal-btn:hover {
	opacity: 0.65;
}
.content .section05 .bn--block-01__content .modal-btn span {
	display: block;
	text-align: center;
	font-size: 1.6rem;
}
/*    Sectioni02
------------------------------------*/
/*    Sectioni03
------------------------------------*/
/*    Sectioni04
------------------------------------*/
/*    Sectioni05
------------------------------------*/
/*    Modal
------------------------------------*/
.top-modal {
	width: 100%;
	position: relative;
}
.top-modal .inline-content {
	position: relative;
	max-width: 1280px;
	padding: 2.66vw;
	margin: 0 auto;
}
.top-modal .inline-content img {
	width: 100%;
}

.home--index .mfp-close-btn-in .mfp-close {
	color: #FFF;
	right: 2%;
	font-size: 40px;
	cursor: pointer;
	opacity: 1 !important;
}
/*-------------------------------------------------------------- # _page_common.scss
--------------------------------------------------------------*/
/*    Text & Headline
------------------------------------*/
.content h2 .sub-catch {
	display: block;
	font-size: 2.2rem;
	margin: 0.5em 0 0;
}
.content .resetmb {
	margin: 0;
}
.content .catch-style01 {
	margin: 0 0 4rem;
	font-size: 2.4rem;
	line-height: 1.25em;
}
.content .catch-style01 em {
	color: #000;
	font-weight: normal;
	font-style: italic;
}
.content .catch-style01 em span {
	display: block;
	font-size: 2rem;
}
.content .caution-indent {
	font-size: 1.3rem;
	line-height: 2em;
	text-indent: -1em;
	padding-left: 1em;
}
.content ul.caution {
	text-align: left;
}
.content ul.caution > li {
	padding-left: 1.1em;
	position: relative;
}
.content ul.caution > li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.content ul.caution li {
	margin-bottom: 0;
	font-size: 1.3rem;
	line-height: 2em;
}
.content .caution {
	font-size: 1.3rem;
	line-height: 2em;
}

.external-links {
	display: inline-block;
	background: url(../images/common/parts/icon_03.png) no-repeat right center;
	padding: 0 15px 0 0;
}

.list-links {
	display: inline-block;
	padding: 0 0 0 15px;
	position: relative;
}
.list-links:after {
	position: absolute;
	top: 5%;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	content: "\f105";
	font-family: FontAwesome;
	font-weight: normal;
}
/*    Btn
------------------------------------*/
.content .btn--style02 {
	border: 2px solid #2b8cca;
	margin: 0 auto;
	width: 240px;
	height: 60px;
	display: block;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	box-shadow: 6px 6px 0px -2px #cef3ff;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.6s ease;
}
.content .btn--style02:hover {
	box-shadow: 6px 6px 0px -2px #FFF;
}
.content .btn--style02 span {
	margin: 0;
	display: block;
	z-index: 2;
	width: auto;
	position: relative;
	line-height: 5.4rem;
	transition: all 0.6s ease;
}
.content .btn--style02 span:hover {
	background-color: #FFF;
	color: #2b8cca;
}
.content .btn--style02 span:after {
	background-color: #cef3ff;
	content: "";
	width: 232px;
	height: 52px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: -1;
	transition: all 0.6s ease;
}
.content .btn--style02 span:hover:after {
	background-color: #FFF;
}
.content .btn--style02-ispage {
	pointer-events: none;
	border: 2px solid #2b8cca;
	margin: 0 auto;
	width: 240px;
	height: 60px;
	display: block;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	box-shadow: 6px 6px 0px -2px #FFF;
	font-weight: bold;
	text-decoration: none;
}
.content .btn--style02-ispage span {
	margin: 0;
	display: block;
	z-index: 2;
	position: relative;
	line-height: 5.6rem;
	transition: all 0.6s ease;
}
.content .btn--style02-commingsoon {
	border: 2px solid #999;
	margin: 0 auto;
	width: 240px;
	height: 60px;
	display: block;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	box-shadow: 6px 6px 0px -2px #e0e0e0;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.6s ease;
}
.content .btn--style02-commingsoon span {
	color: #666;
	margin: 4px 0 0 4px;
	display: block;
	background-color: #e0e0e0;
	z-index: 2;
	width: 232px;
	position: relative;
	height: 52px;
	line-height: 5.2rem;
	transition: all 0.6s ease;
}
.content section.mb30 {
	margin-bottom: 3rem;
}
.content .box2-border {
	border-bottom: 2px solid #2b8cca;
	margin-bottom: 0;
}
.content .box2-border .c-box {
	margin-bottom: -2px !important;
}
.content .box2-border .c-box:nth-child(2n) {
	margin-bottom: 0;
}
.content .btn--style03 {
	border: 2px solid #2b8cca;
	margin: 6px auto 0;
	width: 490px;
	height: 60px;
	display: block;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	box-shadow: 6px 6px 0px -2px #cef3ff;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.6s ease;
}
.content .btn--style03:hover {
	box-shadow: 6px 6px 0px -2px #FFF;
}
.content .btn--style03 span {
	margin: 0;
	display: block;
	z-index: 2;
	width: auto;
	position: relative;
	line-height: 4.7rem;
	transition: all 0.6s ease;
}
.content .btn--style03 span:hover {
	background-color: #FFF;
	color: #2b8cca;
}
.content .btn--style03 span:after {
	background-color: #cef3ff;
	content: "";
	width: 482px;
	height: 52px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: -1;
	transition: all 0.6s ease;
}
.content .btn--style03 span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #2b8cca;
	border-left: 2px solid #2b8cca;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.content .btn--style03 span:hover:after {
	background-color: #FFF;
}
.content .btn--style03-ispage {
	pointer-events: none;
	border: 2px solid #2b8cca;
	border-bottom-color: #fff;
	margin: 0 auto;
	width: 490px;
	height: 80px;
	display: block;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	box-shadow: 0px 6px 0px -2px #FFF;
	font-weight: bold;
	text-decoration: none;
}
.content .btn--style03-ispage span {
	margin: 0;
	display: block;
	background-color: #FFF;
	z-index: 2;
	position: relative;
	line-height: 6.5rem;
	transition: all 0.6s ease;
}
.content .btn--style03-ispage span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -10px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #2b8cca;
	border-left: 2px solid #2b8cca;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.content .btn--style03-commingsoon {
	border: 2px solid #999;
	margin: 0 auto;
	width: 240px;
	height: 60px;
	display: block;
	text-align: center;
	background-color: #FFF;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	box-shadow: 6px 6px 0px -2px #e0e0e0;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.6s ease;
}
.content .btn--style03-commingsoon span {
	color: #666;
	margin: 4px 0 0 4px;
	display: block;
	background-color: #e0e0e0;
	z-index: 2;
	width: 232px;
	position: relative;
	height: 52px;
	line-height: 5.2rem;
	transition: all 0.6s ease;
}
.content section {
	margin: 0 0 7rem;
}
.content section:last-child {
	margin: 0;
}
/*    Btn
------------------------------------*/
/*    Layout
------------------------------------*/
.page-column__2box .c-box {
	float: left;
	width: 49.03%;
	margin: 0 1.92% 2rem 0;
}
.page-column__2box .c-box:nth-child(2n) {
	margin: 0 0 2rem 0;
}
.page-column__2box .c-box img {
	width: 100%;
	vertical-align: bottom;
}
.page-column__2box .c-box iframe {
	width: 100%;
	height: 100%;
}
.page-column__2box .caption {
	margin: 10px 0 0;
	line-height: 1.25;
	font-size: 1.3rem;
	display: block;
	text-align: center;
}
.page-column__2box.flex {
	display: flex;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	row-gap: 2rem;
}
.page-column__2box.flex .c-box {
	float: none;
	margin: 0;
}
.page-column__2box.flex.center {
	justify-content: center;
}

.page-column__3box .c-box {
	float: left;
	width: 32.02%;
	margin: 0 1.92% 2rem 0;
}
.page-column__3box .c-box:nth-child(3n) {
	margin: 0 0 2rem 0;
}
.page-column__3box .c-box img {
	width: 100%;
	vertical-align: bottom;
}
.page-column__3box .caption {
	margin: 10px 0 0;
	line-height: 1.25;
	font-size: 1.3rem;
	display: block;
	text-align: center;
}

.page-column__1box .c-box {
	width: 100%;
	margin: 0 1.92% 2rem 0;
}
.page-column__1box .c-box img {
	width: 100%;
	vertical-align: bottom;
}
.page-column__1box .c-box h5 {
	color: #2b8cca;
	font-size: 2rem;
	margin-bottom: 0.5rem;
}
.page-column__1box .c-box .p1 {
	line-height: 2.5rem;
}
.page-column__1box .caption {
	margin: 10px 0 0;
	line-height: 1.25;
	font-size: 1.3rem;
	display: block;
	text-align: center;
}
/*    Box Layout
------------------------------------*/
.info-box01 {
	border: 1px solid #2b8cca;
	margin: 0 0 50px;
}

.info-box01__inner {
	padding: 30px;
}

.info-box01 p:last-child {
	margin: 0;
}

.info-box02 {
	border: 1px solid #c8c8c8;
	margin: 0 0 50px;
}

.info-box02__inner {
	padding: 30px;
}

.info-box02 p:last-child {
	margin: 0;
}

.info-box03 {
	background-color: #dfeef7;
	margin: 0 0 50px;
}

.info-box03__inner {
	padding: 30px;
}

.info-box03 p:last-child {
	margin: 0;
}
/*    Link box
------------------------------------*/
.link-box__wrap {
	display: flex;
	justify-content: center;
}
.link-box__wrap .c-box {
	width: 50%;
	display: block;
	position: relative;
	height: 292px;
	overflow: hidden;
}
.link-box__wrap .c-box img {
	transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	vertical-align: bottom;
	z-index: 2;
}
.link-box__wrap .c-box:hover img {
	transform: scale(1.04);
}
.link-box__wrap .c-box aside {
	position: absolute;
	color: #FFF;
	z-index: 3;
	width: 240px;
	height: 60px;
	line-height: 6rem;
	font-size: 1.6rem;
	font-weight: bold;
	border: 2px solid #FFF;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
/*-------------------------------------------------------------- # _second_common.scss
--------------------------------------------------------------*/
/*    Event
------------------------------------*/
.eventHeader {
	background: url(../images/pages/event/event_head.png) no-repeat;
	background-size: cover;
}

.eventPages .lead {
	text-align: center;
}
.eventPages article a {
	display: block;
	margin-bottom: 20px;
	width: 1040px;
	height: 241px;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.eventPages article a:last-child {
	margin-bottom: 0;
}
.eventPages article a p {
	position: absolute;
	left: 50px;
	top: 90px;
	z-index: 2;
}
.eventPages article a.event-original p {
	top: 110px;
}
.eventPages article.content a p em {
	color: #fff;
	font-style: normal;
}
.eventPages article.content a p span {
	font-size: 15px;
	margin-top: 10px;
}
.eventPages article a > span {
	position: absolute;
	right: 140px;
	top: calc(50% - 30px);
	width: 240px;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	border: 2px solid #fff;
	z-index: 2;
}
.eventPages article a img {
	z-index: 1;
	transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.eventPages article a:hover img {
	transform: scale(1.04);
}
/*    Event - standard
------------------------------------*/
.standardHeader {
	background: url(../images/pages/event/standard/standard_head.png) no-repeat;
	background-size: cover;
}

.standard-column__2box {
	margin: 0 0 50px;
}
.standard-column__2box .left-col__box {
	float: left;
	width: 49.03%;
	margin: 0;
}
.standard-column__2box .right-col__box {
	float: right;
	width: 49.03%;
	margin: 0;
}
.standard-column__2box .cont-box .cc-box {
	width: 330px;
	margin: 90px auto 0;
}
.standard-column__2box .cont-box .cc-box p {
	font-size: 1.5rem;
	line-height: 2em;
}
.standard-column__2box .cont-box h2 {
	font-weight: normal;
	line-height: 1.25;
	margin: 0 0 20px;
	padding: 40px 0 0;
	text-align: left;
}
.standard-column__2box .cont-box .num01 {
	background: url(../images/pages/event/standard/txt01.png) no-repeat;
}
.standard-column__2box .cont-box .num02 {
	background: url(../images/pages/event/standard/txt02.png) no-repeat;
}
.standard-column__2box .cont-box .num03 {
	background: url(../images/pages/event/standard/txt03.png) no-repeat;
}
.standard-column__2box .cont-box .num04 {
	background: url(../images/pages/event/standard/txt04.png) no-repeat;
}
.standard-column__2box .cont-box .num05 {
	background: url(../images/pages/event/standard/txt05.png) no-repeat;
}
.standard-column__2box .cont-box .num06 {
	background: url(../images/pages/event/standard/txt06.png) no-repeat;
}
.standard-column__2box .cont-box .num07 {
	background: url(../images/pages/event/standard/txt07.png) no-repeat;
}
.standard-column__2box .cont-box .num08 {
	background: url(../images/pages/event/standard/txt08.png) no-repeat;
}
.standard-column__2box .cont-box .num09 {
	background: url(../images/pages/event/standard/txt09.png) no-repeat;
}
/*    Event - original
------------------------------------*/
.originalHeader {
	background: url(../images/pages/event/original/original_head.png) no-repeat;
	background-size: cover;
}

.originalPages .originalNav {
	font-size: 0;
	text-align: center;
}
.originalPages .originalNav li {
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}
.originalPages .originalNav li:first-child {
	margin-left: 0;
}
.originalPages .original--profile__box {
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 2px dotted #CCC;
}
.originalPages .original--profile__box:last-child {
	border-bottom: none;
	margin: 0 0 60px;
}
.originalPages .original--profile__box .thum-box {
	float: left;
	width: 11.53%;
}
.originalPages .original--profile__box .thum-box img {
	width: 100%;
	vertical-align: bottom;
}
.originalPages .original--profile__box .cont-box {
	float: right;
	width: 85.57%;
}
.originalPages .original--profile__box .cont-box h5 {
	margin: 0 0 0.5em;
	padding: 0;
	font-size: 1.3rem;
}
.originalPages .original--profile__box .cont-box p {
	font-size: 1.3rem;
	line-height: 2em;
}

.chargeBox .thum-box {
	float: left;
	width: 47.95%;
}
.chargeBox .thum-box img {
	width: 100%;
	vertical-align: bottom;
}
.chargeBox .cont-box {
	float: right;
	width: 47.95%;
}
.chargeBox .cont-box h2 {
	margin: 0 0 0.5em;
	padding: 0;
}
.chargeBox .cont-box p {
	line-height: 2;
}
/*    Event - food
------------------------------------*/
.foodHeader {
	background: url(../images/pages/event/food/food_head.png) no-repeat;
	background-size: cover;
}

.foodPages .mb0 {
	margin-bottom: 0;
}

.foodPages .lead {
	text-align: center;
}
.foodPages .link-box__wrap {
	display: flex;
	justify-content: center;
}

/*    Ship
------------------------------------*/
.shipHeader {
	background: url(../images/pages/ship/ship_head.png) no-repeat;
	background-size: cover;
}
.shipPages .layout section {
	margin: 0;
}
.shipPages .layout section figure.photo .image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top;
}
.shipPages section.link {
	border-style: dotted;
	border-color: #000000;
}
.shipPages .page-column__2box, .shipPages .page-column__3box {
	margin: 0 0 15px;
}
.shipPages .content p {
	margin-bottom: 2rem;
}
.shipPages .lead p {
	letter-spacing: 0em;
}
.shipPages .shipBox {
	overflow: hidden;
}
.shipPages .shipBox span {
	width: 120px;
	float: left;
	vertical-align: top;
	line-height: 3.4rem;
}
.shipPages .shipBox p {
	width: 910px;
	float: right;
	vertical-align: top;
}
.shipPages .info-box02 {
	margin-bottom: 0;
}

.feePages .info-box02 {
	margin-bottom: 0;
}

.shipPages .info-box02__inner, .feePages .info-box02__inner {
	overflow: hidden;
	text-align: right;
}

.shipPages .info-box02__inner h2, .feePages .info-box02__inner h2 {
	float: left;
	text-align: left;
	width: 620px;
	padding-top: 5rem;
	margin: 0 0 4rem;
	line-height: 1;
}

.shipPages .info-box02__inner p, .feePages .info-box02__inner p {
	float: left;
	text-align: left;
	width: 620px;
}

.shipPages #about_hotelship {
	padding-top: 130px;
	margin-top: -130px;
}
.shipPages .caution {
	margin: 5px 0 0;
}
.shipPages #cars {
	display: none;
}
/*    Fee
------------------------------------*/
.feeHeader {
	background: url(../images/pages/fee/fee_head.png) no-repeat;
	background-size: cover;
}

.feePages .content h4 {
	margin-bottom: 1.5rem;
}
.feePages table {
	margin-bottom: 2rem;
}
.feePages .feelist {
	table-layout: fixed;
}
.feePages .feelist caption {
	margin-bottom: 0.5ch;
}
.feePages .feelist caption .note {
	display: flex;
	justify-content: flex-end;
}
.feePages .feelist caption .note p {
	margin: 0;
	padding-left: 1.1em;
	position: relative;
}
.feePages .feelist caption .note p:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}

#ship_fee {
	margin-top: -100px;
	padding-top: 100px;
}

.feePages .feelist tr:first-child th:nth-of-type(1) {
	width: 45%;
}
.feePages .feelist th {
	text-align: center;
	vertical-align: middle;
}
.feePages .feelist td {
	vertical-align: middle;
}
.feePages .feelist td.feename {
	text-align: left;
}
.feePages .feelist td.feename p {
	margin-bottom: 1rem;
}
.feePages .feelist td.feename p:last-child {
	margin-bottom: 0;
}
.feePages .note > li {
	padding-left: 1.1em;
	position: relative;
}
.feePages .note > li:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.feePages .pricelist th, .feePages .pricelist td {
	text-align: center;
	vertical-align: middle;
}
.feePages .content .tabContent, .feePages .content .delBottomMargin {
	margin-bottom: 0;
}
.feePages .caution {
	font-weight: normal;
}
.feePages #tabNab, .feePages #tabNabs {
	text-align: center;
	letter-spacing: -0.45em;
}
.feePages #tabNab li, .feePages #tabNabs li {
	letter-spacing: normal;
	margin: 0 20px;
	display: inline-block;
}
.feePages #carf {
	display: none;
}
/*    Access
------------------------------------*/
.accessHeader {
	background: url(../images/pages/access/access_head.png) no-repeat;
	background-size: cover;
}

.accessPages .iframe_wrap iframe {
	width: 1040px;
	height: 520px;
}

.access .mfp-close {
	right: 0;
}

.accessPages .content h4 {
	margin-bottom: 2rem;
}
.accessPages .content .access_map {
	position: relative;
	height: 1080px;
}
.accessPages .content .access_maplist {
	width: 510px;
	height: 475px;
	padding: 20px;
	background-color: #dfeef7;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
}
.accessPages .content .access_maplist .btn--lnks {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.accessPages .content .access_maplist h4 {
	color: #2b8cca;
}
.accessPages .content .access_maplist table {
	margin-bottom: 2rem;
}
.accessPages .content .access_maplist table th {
	padding: 1rem;
	font-weight: normal;
}
.accessPages .content .access_maplist table td {
	padding: 1rem;
	background-color: #fff;
}
.accessPages .content .access_maplist p {
	text-align: left;
}
.accessPages .content .access_mapicon {
	width: 39px;
	height: 39px;
	position: absolute;
	z-index: 9;
}
.accessPages .content .access_maplast {
	width: 1040px;
	height: 80px;
	position: absolute;
	background-color: #dfeef7;
	top: 990px;
	left: 0;
}
.accessPages .content .access_maplast p {
	text-align: center;
	line-height: 80px;
	color: #2b8cca;
	font-size: 2.2rem;
}
.accessPages .content aside {
	margin-bottom: 1.5rem;
}
.accessPages table.bus_timetable {
	table-layout: fixed;
	width: 50%;
	margin: -3rem 0 4rem;
}
.accessPages table.bus_timetable tr:first-child th:first-child {
	width: 30px;
}
.accessPages table.bus_timetable th, .accessPages table.bus_timetable td {
	text-align: center;
	vertical-align: middle;
}
.accessPages .bottomLine {
	border-bottom: 1px dotted #d3d3d3;
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
.accessPages .caution-indent {
	margin: -3rem 0 2rem;
}
.accessPages .content .caution {
	margin-top: -2rem;
}
.accessPages .content .caution02 {
	margin-top: -1rem;
}
.accessPages .content .info-box02 {
	margin-bottom: 0;
}
.accessPages .acccess-tabset .tabs {
	position: relative;
}
.accessPages .acccess-tabset .tabs:before, .accessPages .acccess-tabset .tabs:after {
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	background-color: #3397d6;
}
.accessPages .acccess-tabset .tabs:before {
	left: 0;
}
.accessPages .acccess-tabset .tabs:after {
	right: 0;
}
.accessPages .acccess-tabset .tabs ul {
	display: flex;
}
.accessPages .acccess-tabset .tabs ul * {
	box-sizing: border-box;
}
.accessPages .acccess-tabset .tabs ul li {
	display: flex;
	align-items: center;
	width: 50%;
	border-style: solid;
	border-color: #3397d6;
	margin: 0;
	padding: 0;
}
.accessPages .acccess-tabset .tabs ul li a {
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
}
.accessPages .acccess-tabset .tabs ul li a:before {
	content: "";
	z-index: 0;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #cef3ff;
}
.accessPages .acccess-tabset .tabs ul li a .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-color: #3397d6;
}
.accessPages .acccess-tabset .tabs ul li a .inner i.icon {
	display: block;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
}
.accessPages .acccess-tabset .tabs ul li a .inner i.icon img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.accessPages .acccess-tabset .tabs ul li.active a:before {
	display: none;
}
.accessPages .acccess-tabset .tab-stage .tab-contents {
	display: none;
}
.accessPages .acccess-tabset .tab-stage .tab-contents.active {
	display: block;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .address h3 {
	border: none;
	margin: 0;
	padding: 0;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .address h3:after {
	display: none;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .address dl {
	display: grid;
	grid-template: auto/auto 1fr;
	margin: 0;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .address dl dt {
	grid-column: 1;
	margin: 0;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .address dl dd {
	grid-column: 2;
	margin: 0;
	padding-left: 1em;
	position: relative;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .address dl dd:before {
	content: "：";
	position: absolute;
	left: 0;
	top: 0;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .address dl dd a {
	color: #000000;
	text-decoration: none;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .map {
	width: 100%;
}
.accessPages .acccess-tabset .tab-stage .tab-contents .map iframe {
	width: 100%;
	height: 100%;
}

/*    reserve
------------------------------------*/
.reserveHeader {
	background: url(../images/pages/reserve/reserve_head.png) no-repeat center center;
	background-size: cover;
}

.reservePages section:first-child p {
	font-size: 1.4rem;
}
.reservePages .content .info-box01 {
	margin-bottom: 0;
}
.reservePages .lead {
	text-align: center;
}
.reservePages .content .reserve_ferry .info-box01 {
	height: 360px;
}
.reservePages .content .reserve_ferry .reserve_ferry_infobox {
	margin-bottom: 20px;
	display: flex;
}
.reservePages .content .reserve_ferry .reserve_ferry_infobox .reserve_ferry_infobox--icon {
	margin-bottom: 0;
	float: left;
	padding-right: 10px;
}
.reservePages .content .reserve_ferry .reserve_ferry_infobox > .wrap h4 {
	display: inline-block;
	margin-bottom: 1rem;
	font-size: 2.6rem;
	font-style: italic;
	font-weight: lighter;
	padding-top: 20px;
}
.reservePages .content .reserve_ferry .reserve_ferry_infobox > .wrap .reserve_ferry_infobox--text {
	font-size: 1.5rem;
	margin-bottom: 0;
	line-height: 1.6;
}
.reservePages .content .reserve_ferry .reserve_ferry_infobox--btn {
	margin-top: 30px;
}
.reservePages .content .reserve_travel div h2 {
	font-style: italic;
	font-weight: lighter;
	font-size: 3.6rem;
	color: #000;
	margin-bottom: 3rem;
	height: 90px;
}
.reservePages .content .reserve_travel div h2 + p {
	height: 30px;
}
.reservePages .content .reserve_travel .info-box01 {
	height: 213px;
}
.reservePages .content .reserve_travel .info-box01 > div {
	padding-top: 40px;
}
.reservePages .content .reserve_travel .mb {
	display: inline-block;
	margin-bottom: 1.5em;
}
.reservePages .content .reserve_travel .mb picture {
	font-size: 0;
	display: block;
}
.reservePages .content section p:last-child {
	margin-bottom: 0;
}
.reservePages .content .reserve_travel p:last-child {
	font-size: 1.4rem;
	letter-spacing: 1px;
}
.reservePages .content .reserve_call {
	text-align: center;
}
.reservePages .content .reserve_call p {
	font-size: 2.2rem;
	margin-bottom: 0;
}
.reservePages .content .reserve_call h4 {
	font-size: 4.7rem;
	font-weight: normal;
	color: #2b8cca;
	margin-bottom: 0;
}
.reservePages .content .reserve_call h4 span {
	font-size: 2.2rem;
	margin-bottom: 0;
}
.reservePages .content .reserve_call span.caution {
	display: block;
	font-size: 1.6rem;
}
.reservePages .reserve-column__2box {
	margin: 0 0 20px;
}
.reservePages .reserve-column__2box .thum-box {
	float: right;
	width: 49.03%;
}
.reservePages .reserve-column__2box .cont-box {
	float: left;
	width: 49.03%;
}
/*    After
------------------------------------*/
.afterHeader {
	background: url(../images/pages/after/after_head.png) no-repeat;
	background-size: cover;
}

.afterPages .banner {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}
.afterPages .banner a {
	display: inline-block;
	margin: 0 10px;
}
/*    Voice
------------------------------------*/
.voiceHeader {
	background: url(../images/pages/voice/voice_head.png) no-repeat;
	background-size: cover;
}

.voicePages .content h2 {
	font-style: italic;
	font-weight: lighter;
	font-size: 3rem;
}
.voicePages section > div {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 2px dotted #d3d3d3;
	font-size: 1.5rem;
}
.voicePages section > div:last-child {
	border-bottom: 2px dotted #d3d3d3;
}
.voicePages section > div > div {
	display: table-cell;
	vertical-align: middle;
	height: 110px;
}
.voicePages section > div > div:first-child {
	width: 115px;
	padding-left: 75px;
}
.voicePages section > div.voiceMale div:first-child {
	background: url("../images/pages/voice/icon_male.png") no-repeat 30px center;
}
.voicePages section > div.voiceFemale div:first-child {
	background: url("../images/pages/voice/icon_female.png") no-repeat 30px center;
}
.voicePages section > div.voiceNone div:first-child {
	background: url("../images/pages/voice/icon_none.png") no-repeat 30px center;
}
.voicePages section > div > div:last-child {
	background: url("../images/pages/voice/line.png") no-repeat left center;
	padding-left: 40px;
}
/*    Route
------------------------------------*/
.routeHeader {
	background: url(../images/pages/route/route_head.png) no-repeat;
	background-size: cover;
}

.routePages .lead {
	text-align: center;
}
.routePages .main-iamges {
	width: 100%;
	margin: 0 -80px 0;
}
.routePages .route--box .route--box3col li {
	float: left;
	width: 32.02%;
	margin: 0 1.92% 2rem 0;
}
.routePages .route--box .route--box3col li:last-child {
	margin: 0 0 2rem 0;
}
.routePages .route--box .route--box3col li .thum-box img {
	width: 100%;
	vertical-align: bottom;
}
.routePages .route--box .route--box3col li h2 {
	margin: 15px 0 0 0;
	text-align: left;
}
.routePages .route--box .route--box3col li h2 small {
	font-size: 1.4rem;
	display: block;
}
.routePages .route--box .route--box3col li p {
	line-height: 2;
}
.routePages .route--box .route--box3col li p.sub {
	font-weight: bold;
	color: #3397d6;
}
.routePages .route--box .route--box4col {
	margin: 0;
}
.routePages .route--box .route--box4col li {
	float: left;
	width: 23.55%;
	margin: 0 1.92% 2rem 0;
}
.routePages .route--box .route--box4col li:nth-child(4n) {
	margin: 0 0 2rem 0;
}
.routePages .route--box .route--box4col li .thum-box img {
	width: 100%;
	vertical-align: bottom;
}
.routePages .route--box .route--box4col li figcaption {
	display: block;
	text-align: center;
	font-size: 1.3rem;
}
.routePages .end--date {
	border: 2px solid #2b8cca;
	display: flex;
	justify-content: center;
	gap: 0 2em;
	padding: 16px 0;
}
.routePages .end--date p {
	font-size: 2rem;
	font-weight: bold;
	color: #2b8cca;
	margin-bottom: 0;
}
.routePages .end--date + .end--date {
	position: relative;
	margin-top: 45px;
}
.routePages .end--date + .end--date::before {
	content: "";
	display: block;
	width: 8px;
	height: 45px;
	background-color: #91c5e4;
	position: absolute;
	top: -47px;
	left: calc(50% - 4px);
}
.routePages .end--date span {
	display: inline-block;
	line-height: 1.4;
	background-color: #2b8cca;
	color: white;
	padding: 0 0.5em;
	margin-right: 0.4em;
}
.routePages .ob {
	text-align: center;
	display: block;
}
.routePages .page-column__2box h4 {
	background-color: #2b8cca;
	text-align: center;
	line-height: 5.5rem;
	color: #FFF;
	font-size: 2rem;
	text-align: center;
	margin: 0 0 20px;
}
.routePages .page-column__2box .c-box__inner {
	padding: 30px;
}
.routePages .page-column__2box .c-box__inner p.note {
	padding-left: 1.1em;
	position: relative;
}
.routePages .page-column__2box .c-box__inner p.note:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
.routePages .page-column__2box .c-box__inner .set .set-title {
	color: #3397d6;
}
.routePages .page-column__2box .c-box__inner .set .set-body .time-table h5 {
	margin: 0;
	font-weight: bold;
}
.routePages .page-column__2box .c-box__inner .set .set-body .time-table table {
	border: none;
}
.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr th,
.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr td {
	border: none;
	padding: 0;
}
.routePages .page-column__2box .c-box__inner .note.number {
	counter-reset: noteNumber 0;
	list-style: none;
}
.routePages .page-column__2box .c-box__inner .note.number li {
	counter-increment: noteNumber 1;
	position: relative;
	padding-left: 2em;
}
.routePages .page-column__2box .c-box__inner .note.number li:before {
	content: "※" counter(noteNumber);
	position: absolute;
	left: 0;
	top: 0;
	display: inline;
	background-color: transparent;
	color: #000000;
	float: none;
	line-height: inherit;
	margin-left: 0;
	text-align: left;
	width: auto;
	height: auto;
	border-radius: 0;
}
.routePages .page-column__2box .route--box__hotel {
	background-color: #dfeef7;
}
.routePages .page-column__2box .route--box__ship {
	background-color: #f2f2f2;
}
.routePages .page-column__2box .route--box__ship .caution-indent {
	font-size: 1.5rem;
	font-weight: bold;
	color: #2b8cca;
	display: block;
}
.routePages .page-column__2box p {
	margin: 0 0 1em;
}
.routePages .page-column__2box p:last-child {
	margin: 0;
}
.routePages #carx {
	display: none;
}
.routePages .feelist {
	table-layout: fixed;
	background: #fff;
	width: 670px;
}
.routePages .feelist th {
	text-align: center;
	vertical-align: middle;
}
.routePages .feelist td {
	text-align: center;
	vertical-align: middle;
}
.routePages .feelist td.feename {
	text-align: left;
}
.routePages .feelist td.feename p {
	margin-bottom: 1rem;
}
.routePages .feelist td.feename p:last-child {
	margin-bottom: 0;
}
/*    Sample
------------------------------------*/
.sampleHeader {
	background: url(../images/pages/sample/sample_head.png) no-repeat;
	background-size: cover;
}

/** # Objects -  utility - */
/*========== utility.scss ==========*/
.u-radius5 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.u-radiusC {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.transition {
	transition: all 0.3s ease;
}

.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.clearfix {
	zoom: 1;
}
.clearfix:before {
	content: "";
	display: table;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.pc {
	display: block !important;
}
.smp {
	display: none !important;
}
/** # Objects -  vendor - */
.mfp-fade.mfp-bg {
	opacity: 0;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

p.listname {
	position: absolute;
	bottom: 0;
	right: 23px;
	color: #fff;
}
.content .home-about-list__title {
	font-weight: bold;
	color: #3397d6;
	text-align: center;
}
.content .home-about-list__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 0;
}
.content .home-about-list__list li {
	margin: 0;
	padding: 0;
}
.content .home-about-list__list li a {
	display: block;
	width: 100%;
	height: 100%;
}
.content .home-about-list__list li picture {
	display: block;
	width: 100%;
	height: 100%;
}
.content .home-about-list__list li picture img {
	width: 100%;
	height: 100%;
}
.content .home-about-list .center {
	margin-top: 3em;
}
.pamphlet {
	text-align: center;
	padding-bottom: 90px;
	margin-top: 60px;
}

.discontinue {
	background: url(../images/common/parts/bg-info.png) 0 0 repeat;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 27px !important;
	font-weight: bold;
	line-height: 1;
}

.discontinue-txt {
	text-align: center;
	color: #ff0000 !important;
	display: inline-block;
}

.event-food-thumb {
	display: flex;
	justify-content: center;
	margin-top: 80px;
	margin-bottom: 80px;
}

.event-food-link {
	width: 305px;
	margin: 0 auto 22px;
}
.event-food-link a {
	display: block;
}
.event-food-link img {
	width: 100%;
}

.lunch-example {
	margin-top: 3em;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}
.lunch-example > .item .head {
	display: flex;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
}
.lunch-example > .item .logo {
	display: flex;
	justify-content: center;
}
.lunch-example > .item .ph {
	margin-top: 18px;
}
.lunch-example > .item .ph img {
	width: 100%;
}
.lunch-example > .item .ttl {
	margin-top: 0.6em;
	font-size: 18px;
	font-weight: bold;
}
.lunch-example > .item .txt {
	font-size: 15px;
	line-height: 2;
	margin-top: 0.5em;
}

.lunch-note {
	text-align: center;
	margin-top: 3em;
	font-size: 15px;
	line-height: 2;
}

@media screen and (max-width: 750px) {
	br.pc {
		display: none;
	}
	.pc {
		display: none;
	}
	.shipPages .layout + .layout {
		margin-top: 10.4166666667vw;
	}
	.shipPages .layout section + section {
		margin-top: 10.4166666667vw;
	}
	.shipPages .layout section figure.photo .image {
		width: 87.2395833333vw;
		height: 51.4322916667vw;
	}
	.shipPages .layout section figure.photo figcaption {
		margin-top: 7.8125vw;
	}
	.shipPages .layout section .btn--style02 span {
		font-size: 3.125vw;
	}
	.shipPages section.link {
		border-width: 0.2604166667vw 0 0 0;
		margin-top: 13.0208333333vw;
		padding-top: 7.8125vw;
	}
	.feePages .feelist th.type {
		width: 50%;
	}
	.feePages .feelist th.price {
		width: 50%;
	}
	.feePages .feelist td.type {
		text-align: left;
		width: 50%;
	}
	.feePages .feelist td.price {
		text-align: right;
		width: 50%;
	}
	.feePages .note li {
		font-size: 2.6041666667vw;
		line-height: 3.90625vw;
	}
	.feePages .feelist + .note {
		margin-top: 3.90625vw;
	}
	.accessPages .acccess-tabset .tabs {
		padding-left: 1.3020833333vw;
		padding-right: 1.3020833333vw;
	}
	.accessPages .acccess-tabset .tabs:before, .accessPages .acccess-tabset .tabs:after {
		width: 1.3020833333vw;
		height: 0.2604166667vw;
	}
	.accessPages .acccess-tabset .tabs ul li {
		border-width: 0 0 0.2604166667vw 0;
		height: 13.0208333333vw;
	}
	.accessPages .acccess-tabset .tabs ul li a {
		height: 10.4166666667vw;
	}
	.accessPages .acccess-tabset .tabs ul li a:before {
		right: -0.6510416667vw;
		bottom: -0.6510416667vw;
	}
	.accessPages .acccess-tabset .tabs ul li a .inner {
		border-width: 0.2604166667vw;
	}
	.accessPages .acccess-tabset .tabs ul li a .inner i.icon {
		width: 2.4739583333vw;
		height: 1.4272629506vw;
		right: 2.6041666667vw;
	}
	.accessPages .acccess-tabset .tabs ul li.t1 {
		padding-right: 1.3020833333vw;
	}
	.accessPages .acccess-tabset .tabs ul li.t2 {
		padding-left: 1.3020833333vw;
	}
	.accessPages .acccess-tabset .tabs ul li.active {
		border-width: 0.2604166667vw 0.2604166667vw 0 0.2604166667vw;
	}
	.accessPages .acccess-tabset .tabs ul li.active a {
		height: 100%;
	}
	.accessPages .acccess-tabset .tabs ul li.active a .inner {
		border-width: 0;
	}
	.accessPages .acccess-tabset .tabs ul li.active a .inner i.icon {
		right: 3.2552083333vw;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .address h3 {
		font-size: 3.125vw;
		line-height: 6.25vw;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .address dl {
		font-size: 3.125vw;
		line-height: 6.25vw;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .map {
		margin-top: 6.5104166667vw;
		height: 67.7083333333vw;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .link {
		margin-top: 6.5104166667vw;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .link .btn--style02 {
		width: 58.59375vw;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .link .btn--style02 span {
		font-size: 3.125vw;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .link .btn--style02 span:after {
		width: 57.5520833333vw;
	}
	.routePages .route--box .route--box3col li h2 {
		font-size: 3.3854166667vw;
		line-height: 5.9895833333vw;
	}
	.routePages .route--box .route--box3col li p.sub {
		font-size: 3.125vw;
		line-height: 5.9895833333vw;
	}
	.routePages .page-column__2box .c-box__inner {
		letter-spacing: 0;
	}
	.routePages .page-column__2box .c-box__inner p {
		font-size: 3.125vw;
		line-height: 6.25vw;
		letter-spacing: 0.08em;
		margin: 0;
		padding: 0;
	}
	.routePages .page-column__2box .c-box__inner p.note {
		font-size: 2.8645833333vw;
		letter-spacing: 0.08em;
	}
	.routePages .page-column__2box .c-box__inner * + p {
		margin-top: 6.25vw;
	}
	.routePages .page-column__2box .c-box__inner * + p.note {
		margin-top: 0;
	}
	.routePages .page-column__2box .c-box__inner .set .set-title {
		margin: 0;
		padding: 0;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table + .time-table {
		margin-top: 6.25vw;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table h5 {
		font-size: 3.125vw;
		line-height: 6.25vw;
		letter-spacing: 0em;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr th,
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr td {
		font-size: 3.125vw;
		line-height: 6.25vw;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr td.d1 {
		width: 18.75vw;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr td.d2 {
		width: 18.75vw;
	}
	.routePages .page-column__2box .c-box__inner * + .set {
		margin-top: 6.25vw;
		margin-bottom: 0;
	}
	.routePages .page-column__2box .c-box__inner .note.number li {
		font-size: 3.125vw;
		line-height: 6.25vw;
		letter-spacing: 0.08em;
	}
	.routePages .page-column__2box .c-box__inner .note.number li:before {
		font-size: 3.125vw;
		line-height: 6.25vw;
		letter-spacing: 0.08em;
	}
	.routePages .page-column__2box .c-box__inner * + .note.number {
		margin-top: 6.25vw;
		margin-bottom: 0;
	}
	.content .home-about-list {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.content .home-about-list__article + article {
		margin-top: 9.375vw;
	}
	.content .home-about-list__title {
		font-size: 5.2083333333vw;
		line-height: 7.5520833333vw;
	}
	.content .home-about-list__list {
		margin-top: 3.90625vw;
		-moz-column-gap: 2.8645833333vw;
		column-gap: 2.8645833333vw;
		row-gap: 2.8645833333vw;
	}
	.content .home-about-list__list li {
		width: 28.90625vw;
		height: 12.3697916667vw;
	}
	.content .home-about-list .center {
		margin-top: 3em;
		padding-right: 5.33vw;
		padding-left: 5.33vw;
	}

	.lunch-example {
		grid-template-columns: 1fr;
		gap: 11.71875vw;
	}
	.lunch-example > .item .head {
		font-size: 3.90625vw;
	}
	.lunch-example > .item .logo {
		margin-top: 4.4270833333vw;
	}
	.lunch-example > .item .logo img {
		width: 100%;
	}
	.lunch-example > .item .logo.a1 img {
		width: 42.96875vw;
	}
	.lunch-example > .item .logo.a2 img {
		width: 42.96875vw;
	}
	.lunch-example > .item .ph {
		margin-top: 4.4270833333vw;
	}
	.lunch-example > .item .ttl {
		font-size: 3.6458333333vw;
	}
	.lunch-example > .item .txt {
		font-size: 3.125vw;
	}
	.lunch-note {
		font-size: 3.125vw;
	}
}

@media print, screen and (min-width: 751px) {
	br.sp {
		display: none;
	}
	.sp {
		display: none;
	}
	.shipPages .layout {
		display: flex;
		justify-content: center;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.shipPages .layout + .layout {
		margin-top: 60px;
	}
	.shipPages .layout section {
		width: 510px;
	}
	.shipPages .layout section figure.photo .image {
		width: 510px;
		height: 300.671641791px;
	}
	.shipPages .layout section figure.photo figcaption {
		margin-top: 30px;
	}
	.shipPages .layout section .btn--style02 span {
		font-size: 16px;
	}
	.shipPages section.link {
		border-width: 1px 0 0 0;
		margin-top: 60px;
		padding-top: 40px;
	}
	.shipPages .lead p {
		text-align: center;
	}
	.feePages .feelist td {
		text-align: center;
	}
	.feePages .note li {
		font-size: 13px;
		line-height: 24px;
	}
	.feePages .feelist + .note {
		margin-top: 20px;
	}
	.accessPages .acccess-tabset .tabs {
		padding-left: 25px;
		padding-right: 25px;
	}
	.accessPages .acccess-tabset .tabs:before, .accessPages .acccess-tabset .tabs:after {
		width: 25px;
		height: 2px;
	}
	.accessPages .acccess-tabset .tabs ul li {
		border-width: 0 0 2px 0;
		height: 80px;
	}
	.accessPages .acccess-tabset .tabs ul li a {
		height: 60px;
	}
	.accessPages .acccess-tabset .tabs ul li a:before {
		right: -5px;
		bottom: -5px;
		transition: background-color 0.5s;
	}
	.accessPages .acccess-tabset .tabs ul li a:hover:before {
		background-color: rgba(206, 243, 255, 0);
	}
	.accessPages .acccess-tabset .tabs ul li a .inner {
		border-width: 2px;
	}
	.accessPages .acccess-tabset .tabs ul li a .inner i.icon {
		width: 19px;
		height: 10.9613794604px;
		right: 20px;
	}
	.accessPages .acccess-tabset .tabs ul li.t1 {
		padding-right: 25px;
	}
	.accessPages .acccess-tabset .tabs ul li.t2 {
		padding-left: 25px;
	}
	.accessPages .acccess-tabset .tabs ul li.active {
		border-width: 2px 2px 0 2px;
	}
	.accessPages .acccess-tabset .tabs ul li.active a {
		height: 100%;
	}
	.accessPages .acccess-tabset .tabs ul li.active a .inner {
		border-width: 0;
	}
	.accessPages .acccess-tabset .tabs ul li.active a .inner i.icon {
		right: 25px;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .address h3 {
		font-size: 15px;
		line-height: 30px;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .address dl {
		font-size: 15px;
		line-height: 30px;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .map {
		margin-top: 60px;
		height: 520px;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .link {
		margin-top: 60px;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .link .btn--style02 {
		width: 345px;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .link .btn--style02 span {
		font-size: 16px;
	}
	.accessPages .acccess-tabset .tab-stage .tab-contents .link .btn--style02 span:after {
		width: 337px;
	}
	.routePages .route--box .route--box3col li h2 {
		font-size: 18px;
		line-height: 26px;
	}
	.routePages .route--box .route--box3col li p.sub {
		font-size: 14px;
		line-height: 26px;
	}
	.routePages .page-column__2box .c-box__inner p {
		font-size: 15px;
		line-height: 30px;
		margin: 0;
		padding: 0;
	}
	.routePages .page-column__2box .c-box__inner p.note {
		font-size: 13px;
	}
	.routePages .page-column__2box .c-box__inner * + p {
		margin-top: 30px;
	}
	.routePages .page-column__2box .c-box__inner * + p.note {
		margin-top: 0;
	}
	.routePages .page-column__2box .c-box__inner .set .set-title {
		margin: 0;
		padding: 0;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table + .time-table {
		margin-top: 30px;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table h5 {
		font-size: 15px;
		line-height: 30px;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr th,
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr td {
		font-size: 15px;
		line-height: 30px;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr td.d1 {
		width: 110px;
	}
	.routePages .page-column__2box .c-box__inner .set .set-body .time-table table tbody tr td.d2 {
		width: 110px;
	}
	.routePages .page-column__2box .c-box__inner * + .set {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.routePages .page-column__2box .c-box__inner .note.number li {
		font-size: 15px;
		line-height: 30px;
	}
	.routePages .page-column__2box .c-box__inner .note.number li:before {
		font-size: 15px;
		line-height: 30px;
	}
	.routePages .page-column__2box .c-box__inner * + .note.number {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.content .home-about-list__article + article {
		margin-top: 53px;
	}
	.content .home-about-list__title {
		font-size: 26px;
		line-height: 36px;
	}
	.content .home-about-list__list {
		margin-top: 24px;
		-moz-column-gap: 35px;
		column-gap: 35px;
		row-gap: 20px;
	}
	.content .home-about-list__list li {
		width: 225px;
		height: 85px;
	}
	.lunch-example > .item .logo {
		align-items: center;
		min-height: 65px;
		margin-top: 18px;
	}
}

@media screen and (max-width: 768px) {
	body {
		background-color: #FFF;
	}
	.clearance__pc--box {
		display: none;
	}
	.l-smp-header {
		background-color: #FFF;
		height: 17.3333333333vw;
		position: relative;
	}
	.l-smp-header .lang-wrap {
		padding: 0px 0 20px 0;
	}
	.l-smp-header .lang-wrap .select-wrap {
		padding: 0;
		margin: 0 auto;
		overflow: hidden;
		width: 76%;
		text-align: center;
		position: relative;
		border: 1px solid #abb5ba;
		background: #ffffff;
	}
	.l-smp-header .lang-wrap .select-wrap select {
		width: 100%;
		height: 40px;
		cursor: pointer;
		text-overflow: ellipsis;
		border: none;
		outline: none;
		background: transparent;
		background-image: none;
		box-shadow: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding: 5px 10px 6px;
		font-size: 16px;
	}
	.l-smp-header .lang-wrap .select-wrap::before {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 7px;
		height: 7px;
		padding: 0;
		margin-top: -7px;
		content: "";
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		pointer-events: none;
		transform: rotate(45deg);
	}
	.l-smp-header .lang-wrap .select-wrap .select_language {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: white;
		pointer-events: none;
	}
	.l-smp-header .lang-wrap .select-wrap .select_language p {
		position: relative;
		display: flex;
		align-items: center;
		text-align: left;
		height: 40px;
		text-overflow: ellipsis;
		margin: 0;
		padding: 5px 10px 6px 44px;
		font-size: 14px;
		font-weight: 500;
		font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
		box-sizing: border-box;
		background: url(../images/common/header/icon-language.svg) no-repeat left top;
		background-size: 20px auto;
		background-position: 14px 50%;
	}
	.l-smp-header .lang-wrap .select-wrap .select_language p::before {
		position: absolute;
		top: 50%;
		right: 15px;
		width: 7px;
		height: 7px;
		padding: 0;
		margin-top: -7px;
		content: "";
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		pointer-events: none;
		transform: rotate(45deg);
	}
	.l-smp-header__logo a {
		position: absolute;
		display: block;
		top: 5.3333333333vw;
		left: 2.6666666667vw;
		width: 30.46875vw;
		height: 9.6354166667vw;
	}
	.l-smp-header__logo a img {
		width: 100%;
	}
	.l-smp-header .btn--style01 {
		width: 60vw;
		height: 14.66vw;
		margin: 0 auto;
	}
	.l-smp-header .btn--style01 span {
		line-height: 14.66vw;
		font-size: 4vw;
	}
	a.l-smp-header__reserve {
		position: absolute;
		right: 17.3177083333vw;
		top: 0;
		width: 17.3177083333vw;
		height: 17.3177083333vw;
		background-color: #ff5454;
		color: white;
		font-size: 2.6041666667vw;
		font-weight: bold;
		display: flex;
		align-items: center;
		justify-content: center;
		text-decoration: none;
		text-align: center;
	}
	.l-contentsMain__inner {
		width: auto;
		margin: 0 auto 13.33vw;
	}
	.l-contentsMain__inner .pages--content {
		padding: 5.33vw 5.33vw;
	}
	.l-footer {
		padding: 0;
	}
	.l-footer__inner {
		padding: 8vw 0 0;
		border-top: 1px solid #e3e3e3;
		margin: 0 5.66vw;
		width: auto;
	}
	.l-footer__logoMain {
		margin: 0 auto 5.33vw;
		width: 61.33vw;
	}
	.l-footer__primary {
		padding: 0 0 8vw;
		border-bottom: none;
	}
	.l-footer__contents--listBlock {
		display: none;
	}
	.l-footer__contents--bannerBlock {
		float: none;
		width: auto;
		margin: 0;
	}
	.l-footer__contents--bannerBlock ul {
		margin: 0;
	}
	.l-footer__contents--bannerBlock .list__banner {
		float: none;
		margin: 0 0 2.66vw;
		width: 100%;
	}
	.l-footer__contents--bannerBlock .list__banner:nth-child(2n) {
		margin: 0 0 2.66vw;
	}
	.l-footer__secondry {
		padding: 8vw 0;
		border-top: 4px solid #e3e3e3;
		margin: 0 -5.33vw 0;
	}
	.l-footer__secondry--inner {
		height: auto;
		line-height: 1.25;
	}
	.l-footer__subLogo {
		float: none;
		height: auto;
		background: url(../images/common/footer/logo_f_sub.png) no-repeat center top;
		background-size: 38.66vw 12.8vw;
		padding: 16.5vw 0 0;
		margin: 0 0 5.33vw;
	}
	.l-footer__subLogo a {
		font-size: 2.66vw;
		padding: 0 2.66vw 0 0;
		background: url(../images/common/parts/icon_01.png) no-repeat 88% center;
		display: block;
		text-align: center;
	}
	.l-footer small {
		display: block;
		float: none;
		font-size: 2.23vw;
		text-align: center;
		line-height: 1.5;
	}
	.l-footer #page-top {
		z-index: 15;
	}
	.l-footer #page-top a {
		width: 16vw;
		height: 16vw;
		background-size: 7px 10px;
	}
	body.home--index .l-footer__inner {
		border-top: none;
	}
	.content blockquote {
		padding: 2.66vw 2.66vw 0.56vw;
		margin: 0 0 3vw;
	}
	.content blockquote p {
		font-size: 3.8vw;
	}
	.content blockquote p:before {
		font-size: 3.8vw;
		margin: 0 1.56vw 0 0;
	}
	.content blockquote p:after {
		font-size: 3.8vw;
		margin: 0 0 0 1.56vw;
	}
	.btn--style01 {
		line-height: 14.66vw;
	}
	.content h2 {
		font-size: 5.33vw;
		margin: 0 auto 6.66vw;
	}
	.content h3 {
		font-size: 4vw;
		margin: 0 0 6.66vw;
		padding: 0 0 1.56vw;
	}
	.content h4 {
		font-size: 3.8vw;
		padding: 0;
	}
	.content h5 {
		font-size: 3.4vw;
		padding: 0;
	}
	.aligncenter {
		margin: 0 auto 2.64vw;
	}
	.content img {
		width: 100%;
		height: auto;
	}
	ul li {
		margin: 0 0 1.56vw;
		font-size: 4vw;
	}
	ol li {
		margin: 0 0 2.64vw;
		font-size: 4vw;
		padding: 0 0 0 6vw;
	}
	ol li:before {
		line-height: 6vw;
		margin-left: -6vw;
		text-align: center;
		height: 6vw;
		width: 6vw;
		border-radius: 50%;
	}
	.pagination li.first, .pagination li.last {
		/* screen readers only */
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.pagination li.previous a {
		border-left-width: 1px;
	}
	table {
		margin: 0 0 2.64vw;
	}
	table th {
		font-size: 4.2vw;
		padding: 2.66vw;
		width: 25vw;
	}
	table td {
		font-size: 3.8vw;
		padding: 2.66vw;
	}
	.content p {
		font-size: 3.2vw;
		line-height: 2em;
		letter-spacing: 0.1em;
		margin: 0 0 8vw;
	}
	.l-head-title {
		width: auto;
		height: 64vw;
	}
	.l-head-title__inner {
		position: relative;
		margin: 0 auto;
		width: auto;
		height: 64vw;
	}
	.l-head-title__inner--topicPath {
		padding: 0.66vw 5.333vw 0;
		left: 0;
	}
	.l-head-title__titleContents {
		position: absolute;
		top: 25.33vw;
		width: 100vw;
	}
	.l-head-title__jp {
		font-size: 7.2vw;
		margin: 0 0 5.33vw;
	}
	.l-head-title__en {
		font-size: 3.2vw;
	}
	.l-head-title__inner--topicPath ul {
		line-height: 1.25;
	}
	.l-head-title__inner--topicPath ul li {
		font-size: 2.66vw;
		margin: 0;
	}
	.l-head-title__inner--topicPath ul li:after {
		padding: 0 1.56vw;
		line-height: 1.25;
	}
	.l-head-title__inner--topicPath ul li a {
		line-height: 1.25;
	}
	#sectionBox02, #sectionBox03, #sectionBox04 {
		margin-top: -10.33vw;
		padding-top: 10.33vw;
	}
	.top-max-widh {
		max-width: auto;
		padding: 0 30px;
		margin: 0 auto;
	}
	.wrap--bg__white {
		width: 100%;
		position: relative;
		background-color: none;
	}
	.bg--2tone, .bg--2tone02 {
		background: linear-gradient(180deg, #FFF 0%, #FFF 50%, #f8f6f0 50%, #f8f6f0 100%);
	}
	.content .top-headline {
		font-size: 5.33vw;
		padding: 3.66vw 0 8vw;
		position: relative;
		margin: 0 0 6.66vw;
	}
	.content .top-headline:after {
		height: 1px;
		width: 13.33vw;
		left: 38.66vw;
		bottom: 0px;
	}
	.l-headtop-titl {
		width: auto;
		height: 102.85vw;
	}
	.l-headtop-titl.info {
		height: 100.78125vw;
	}
	.l-headtop-titl.info .l-headtop-title__titleContents {
		height: 100.78125vw;
	}
	.l-headtop-titl.info .l-headtop-title__titleContents .key-cathc {
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 95.9635416667vw;
		height: 56.25vw;
	}
	.l-headtop-titl.info ul li {
		height: 129.867vw;
	}
	.l-headtop-titl .top-info {
		width: 90%;
		height: auto;
		bottom: 10%;
	}
	.l-headtop-titl .top-info img {
		width: 100%;
		height: auto;
	}
	.l-headtop-titl .l-headtop-title__titleContents {
		width: 100%;
		height: 103.33vw;
	}
	.l-headtop-titl .l-headtop-title__titleContents .key-cathc {
		top: 0%;
		width: 82.66vw;
		height: 62.93vw;
	}
	.l-headtop-titl .l-headtop-title__titleContents .key-cathc img {
		width: 100%;
	}
	.l-headtop-titl .l-headtop-title__titleContents .key-logo {
		right: 4vw;
		top: 5.33vw;
		width: 14.66vw;
	}
	.l-headtop-titl .l-headtop-title__titleContents .key-logo img {
		width: 100%;
	}
	.l-headtop-titl .key-title {
		right: 2.66vw;
		bottom: 2.66vw;
		font-size: 3vw;
	}
	.l-headtop-titl .key-title .date {
		font-size: 3.2vw;
	}
	.l-headtop-titl ul li {
		height: 103.33vw;
	}
	.l-headtop-titl .bx-wrapper .bx-pager {
		display: block;
		bottom: 2.5%;
	}
	.l-headtop-titl .bx-wrapper .bx-pager.bx-default-pager a {
		margin: 0 1.56vw 0;
	}
	.section__news__cols02 li {
		display: block;
	}
	.section__news {
		display: block;
	}
	.section__news .section__news--titleBox {
		height: auto;
	}
	.section__news__cols01 {
		display: block;
		width: auto;
		text-align: center;
		line-height: 1;
		font-size: 4.53vw;
		border: none;
		padding: 5.33vw 0 4vw;
		margin: 0;
		position: relative;
	}
	.section__news__cols01:after {
		position: absolute;
		height: 1px;
		content: "";
		background-color: #5eaee0;
		bottom: 0;
		width: 12vw;
		left: 44vw;
	}
	.section__news__cols02 {
		display: block;
		width: auto;
		padding: 2vw 5.33vw;
	}
	.section__news__cols02 li {
		font-size: 3.2vw;
		padding: 0;
	}
	.section__news__cols02 li a {
		font-size: 3.2vw;
	}
	.section__news__cols02--date {
		margin: 0 0 1.33vw;
		display: block;
	}
	.section__news__cols03 {
		display: block;
		width: auto;
		padding: 2.66vw 0 5.33vw;
	}
	.section__news__cols03 .btn--news {
		font-size: 3.2vw;
		text-align: center;
		border: 2px solid #FFF;
		padding: 0 20px 0 0;
		width: 44vw;
		margin: 0 auto;
		height: 9.33vw;
		line-height: 9.33vw;
	}
	.section__news__cols03 .btn--news:after {
		position: absolute;
		top: 0;
		left: 64.5%;
		display: block;
		width: 3.2vw;
		content: "\f107";
		font-family: FontAwesome;
		font-weight: normal;
	}
	.section__news__cols03 .active:after {
		position: absolute;
		top: 0;
		left: 64.5%;
		display: block;
		width: 3.2vw;
		content: "\f106";
		font-family: FontAwesome;
		font-weight: normal;
	}
	.section__news .section__news--contentBox {
		position: relative;
		top: inherit;
		z-index: 10;
		width: auto;
		right: inherit;
	}
	.section__news .section__news--contentBox .section__news__cols01 {
		display: none;
	}
	.section__news .section__news--contentBox .section__news__cols02 {
		width: auto;
		padding: 0;
	}
	.section__news .section__news--contentBox .section__news__cols02 ul {
		margin: 0 0 0 7.85vw;
		padding: 2.66vw 0 0;
		border-left: none;
		width: auto;
		margin: 0;
	}
	.section__news .section__news--contentBox .section__news__cols02 li {
		margin: 0 0 2.66vw;
		border-top: 1px solid #5eaee0;
		padding: 2.66vw 0 0;
	}
	.section__news .section__news--contentBox .section__news__cols02 li:last-child {
		margin: 2.66vw 0 0;
		padding: 2.66vw 0 0;
	}
	.section__news .section__news--contentBox .section__news__cols03 {
		display: none;
	}
	.content .section01 .top-column__4box .c-box:last-child aside {
		letter-spacing: -0.05em;
	}
	.content .section01 .top-column__4box aside {
		width: 77%;
		max-width: none;
		min-width: 0;
		font-size: 2.34375vw;
		background-position: center 88%;
		background-size: 12%;
	}
	.content .section01 .banner {
		margin: 10.4166666667vw 0;
		padding: 0 5.33vw;
	}
	.content .section01 {
		padding: 0;
		margin: 0;
	}
	.content .section01 .wrap--bg__white {
		padding: 12vw 5.33vw 0;
		width: auto;
	}
	.content .section01 .top-headline {
		padding: 6.66vw 0;
	}
	.content .section01 .title--about {
		background: url(../images/pages/home/txt01.png) no-repeat center top;
		background-size: 36vw;
	}
	.content .section01 p {
		text-align: center;
	}
	.content .section01 p br {
		display: none;
	}
	.content .section01 .item-block h3 {
		width: 80.46875vw;
		display: block;
		border: none;
		margin: 0 auto 4vw;
		font-size: 5.33vw;
		padding: 0;
	}
	.content .section01 .item-block h3:after {
		position: absolute;
		background: url("../images/pages/home/sec01_ob01.png") no-repeat left bottom;
		content: "";
		height: 7.33vw;
		width: 4.66vw;
		background-size: contain;
	}
	.content .section01 .item-block h3:before {
		position: absolute;
		background: url("../images/pages/home/sec01_ob02.png") no-repeat right bottom;
		content: "";
		height: 7.33vw;
		width: 4.66vw;
		background-size: contain;
	}
	.content .section01 .item-block h4 {
		font-size: 4vw;
		margin: 0 0 5.33vw;
	}
	.content .section01 .item-block .sc--list {
		padding: 0 0 10.66vw;
		margin: 0 -5.33vw;
		width: 100vw;
	}
	.content .section01 .item-block .sc--list li {
		line-height: 12vw;
		min-width: 22.66vw;
		font-size: 3.46vw;
		margin: 0 0.66vw;
		box-sizing: border-box;
	}
	.content .section01 .top-max-widh {
		padding: 0;
	}
	.content .section01 .top-column__3box .c-box {
		width: 33.33333%;
		height: 33.33vw;
	}
	.content .section01 .top-column__3box aside {
		width: 28vw;
		height: 9.33vw;
		line-height: 9.33vw;
		font-size: 3.2vw;
		background: url(../images/common/parts/icon_04.png) no-repeat 86.5% center;
		background-size: 3.2vw;
	}
	.content .section02 {
		background: linear-gradient(180deg, #f8f6f0 0%, #f8f6f0 0%, #f8f6f0 20%, #FFF 20%, #FFF 95%, #f8f6f0 95%, #f8f6f0 100%);
		padding: 0 0 13.33vw;
		margin: 0 !important;
	}
	.content .section02 .title--point {
		background: url(../images/pages/home/txt02.png) no-repeat center top;
		background-size: 36vw;
	}
	.content .section02 .top-headline {
		padding: 6vw 0 5.33vw;
		width: auto;
		text-align: center;
	}
	.content .section02 .top-headline:after {
		width: 13.33vw;
		left: 38.66vw;
		bottom: 0px;
		height: 1px;
	}
	.content .section02 .top-max-widh {
		padding: 0 5.33vw;
		height: auto;
	}
	.content .section02 .block-left {
		top: inherit;
		position: inherit;
		left: inherit;
		width: auto;
		z-index: 12;
		margin: 0 0 13.33vw;
	}
	.content .section02 .block-left img {
		max-width: 100%;
	}
	.content .section02 .block-right {
		position: inherit;
		right: inherit;
		width: auto;
		z-index: 11;
		min-height: auto;
	}
	.content .section02 .block-right .inner-c {
		padding: 0 0 6vw;
	}
	.content .section02 .btn--style02 {
		margin: 0 auto;
	}
	.content .section03 {
		margin-top: 1.33vw !important;
		padding: 0 0 0;
	}
	.content .section03 .bg--2tone02 {
		background: linear-gradient(#FFF 0%, #FFF 30%, #f8f6f0 30%, #f8f6f0 100%);
	}
	.content .section03 .wrap--bg__white {
		padding: 0 0 0;
	}
	.content .section03 .title--event {
		background: url(../images/pages/home/txt03.png) no-repeat center top;
		background-size: 52vw;
	}
	.content .section03 .top-headline {
		padding: 6vw 0 5.33vw;
	}
	.content .section03 .top-headline:after {
		width: 13.33vw;
		left: 43.66vw;
		bottom: 0px;
	}
	.content .section03 p {
		padding: 0 5.33vw;
		text-align: left;
	}
	.content .section03 .top-max-widh {
		padding: 0 5.33vw;
	}
	.content .section03 .top-column__2box .c-box {
		display: block;
		float: none;
		width: auto;
		position: relative;
		margin: 0 0 6.66vw;
	}
	.content .section03 .top-column__2box .c-box img {
		vertical-align: bottom;
	}
	.content .section03 .top-column__2box .cc-box {
		width: auto;
		height: auto;
		margin: 0;
		line-height: inherit;
		font-size: 3.2vw;
		padding: 0 0 0.5vw;
		height: auto;
	}
	.content .section03 .top-column__2box .cc-box .text {
		line-height: 1.25;
		margin: 0 0 4vw;
	}
	.content .section03 .top-column__2box .cc-box .top-headline {
		font-size: 4.8vw;
		padding: 6vw 0 4vw;
	}
	.content .section03 .top-column__2box .cc-box .btn--style02 {
		position: relative;
		bottom: inherit;
		margin: 0 auto;
		left: inherit;
		right: inherit;
	}
	.content .section03 .top-column__2box .cc-box .caution {
		display: block;
		text-align: center;
		font-size: 2.83vw;
	}
	.content .section04 {
		padding: 0 0 6.33vw;
		background: linear-gradient(180deg, #FFF 0%, #FFF 75%, #f8f6f0 75%, #f8f6f0 100%);
	}
	.content .section04 .title--gourmet {
		background: url(../images/pages/home/txt04.png) no-repeat center top;
		background-size: 68vw;
	}
	.content .section04 .top-headline {
		padding: 5.33vw 0;
		text-align: center;
	}
	.content .section04 .top-headline:after {
		width: 13.33vw;
		left: 38.66vw;
		bottom: 0px;
		height: 1px;
	}
	.content .section04 .btn--style02 {
		margin: 0;
	}
	.content .section04 .top-max-widh {
		position: relative;
		height: auto;
		padding: 0 5.33vw;
	}
	.content .section04 .block-left {
		position: relative;
		left: inherit;
		width: auto;
		min-height: auto;
	}
	.content .section04 .block-left .inner-c {
		padding: 0;
	}
	.content .section04 .block-right {
		top: inherit;
		position: relative;
		right: inherit;
		width: auto;
		z-index: 12;
	}
	.content .section04 .block-right img {
		max-width: 100%;
	}
	.content .section04 .btn--style02 {
		margin: 0 auto;
	}
	.content .section05 {
		padding: 0 0 10.33vw;
		background-color: #f8f6f0;
	}
	.content .section05 .top-max-widh {
		padding: 0 5.33vw;
	}
	.content .section05 .bn--block {
		background: url(../images/pages/home/sec05_bg01_smp.png) no-repeat center center;
		background-size: cover;
		max-width: auto;
		height: 65.33vw;
		min-height: 65.33vw;
	}
	.content .section05 .bn--block__content {
		background-size: 45.33vw;
		background-position: center 12.5%;
		width: 80vw;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.content .section05 .bn--block__content .top-headline {
		margin: 0 0 6vw;
		font-size: 5.33vw;
	}
	.content .section05 .bn--block__content .movie-btn {
		width: 44vw;
		height: 12vw;
	}
	.content .section05 .bn--block__content .movie-btn span {
		font-size: 3.2vw;
		background: url(../images/common/parts/icon_05.png) no-repeat;
		background-position: 20.5% center;
		line-height: 12vw;
		background-size: 3.46vw;
	}
	.content .section05 .bn--block-01 {
		background: url(../images/pages/home/sec05_bg02_smp.png) no-repeat center center;
		background-size: cover;
		max-width: auto;
		height: 65.33vw;
		min-height: 65.33vw;
	}
	.content .section05 .bn--block-01__content {
		background-size: 45.33vw;
		background-position: center 12.5%;
		width: 80vw;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.content .section05 .bn--block-01__content .top-headline {
		margin: 0 0 6vw;
		font-size: 5.33vw;
	}
	.content .section05 .bn--block-01__content .modal-btn {
		width: 44vw;
		height: 12vw;
	}
	.content .section05 .bn--block-01__content .modal-btn span {
		font-size: 3.2vw;
		background-position: 20.5% center;
		line-height: 12vw;
		background-size: 3.46vw;
	}
	.mfp-close-btn-in .mfp-close {
		color: #FFF;
		right: 0;
		top: 40px;
		font-size: 40px;
		cursor: pointer;
		opacity: 1 !important;
	}
	.home--index .mfp-close-btn-in .top-modal .mfp-close {
		top: 0;
		right: 0;
	}
	.home--index .top-modal .inline-content {
		padding-top: 40px;
	}
	.modal-smp-content {
		background-color: #f0ecdf;
		padding: 4vw;
	}
	.modal-smp-content h2 {
		font-size: 5.33vw;
		font-style: italic;
		font-weight: lighter;
		text-align: center;
	}
	.modal-smp-content p {
		font-size: 3.2vw;
		line-height: 2;
	}
	.img-btn {
		position: relative !important;
		width: 44vw !important;
		border: 2px solid #000;
		margin: 0 auto;
		height: 9.33vw;
		padding: 0;
		font-size: 0;
		line-height: 9.33vw !important;
		font-size: 3.2vw !important;
		color: #333 !important;
	}
	.only-pc {
		display: none !important;
	}
	.content h2 .sub-catch {
		display: block;
		font-size: 2.2rem;
		margin: 0.5em 0 0;
	}
	.content .resetmb {
		margin: 0;
	}
	.content .catch-style01 {
		margin: 0 0 5.33vw;
		font-size: 4.26vw;
		line-height: 1.25em;
	}
	.content .catch-style01 em span {
		display: block;
		font-size: 4.1vw;
	}
	.content .caution-indent {
		font-size: 3.2vw;
		line-height: 2em;
		text-indent: -1em;
		padding-left: 1em;
	}
	.content .caution {
		font-size: 3.2vw;
		line-height: 2em;
	}
	.external-links {
		display: inline-block;
		background: url(../images/common/parts/icon_03.png) no-repeat right center;
		padding: 0 15px 0 0;
	}
	.list-links {
		display: inline-block;
		padding: 0 0 0 15px;
		position: relative;
	}
	.list-links:after {
		position: absolute;
		top: 5%;
		left: 0;
		display: block;
		width: 18px;
		height: 18px;
		content: "\f105";
		font-family: FontAwesome;
		font-weight: normal;
	}
	.content .btn--style02 {
		border: 1px solid #2b8cca;
		width: 44vw;
		height: 13.33vw;
		box-shadow: 6px 6px 0px -2px #cef3ff;
	}
	.content .btn--style02:hover {
		box-shadow: 6px 6px 0px -2px #FFF;
	}
	.content .btn--style02 span {
		z-index: 2;
		line-height: 13.33vw;
	}
	.content .btn--style02 span:after {
		background-color: #cef3ff;
		content: "";
		width: 42.6vw;
		height: 12vw;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -1;
		transition: all 0.6s ease;
	}
	.content .btn--style02 span:hover:after {
		background-color: #FFF;
	}
	.content .btn--style02-ispage {
		border: 1px solid #2b8cca;
		width: 44vw;
		height: 13.33vw;
		box-shadow: 6px 6px 0px -2px #FFF;
	}
	.content .btn--style02-ispage:hover {
		box-shadow: 6px 6px 0px -2px #cef3ff;
	}
	.content .btn--style02-ispage span {
		margin: 0;
		width: 42.6vw;
		height: 12.66vw;
		line-height: 12.66vw;
	}
	.content .btn--style02-commingsoon {
		border: 1px solid #999;
		width: 44vw;
		height: 13.33vw;
	}
	.content .btn--style02-commingsoon span {
		margin: 2px 0 0 2px;
		width: 42.5vw;
		height: 11.83vw;
		line-height: 11.33vw;
	}
	.content .box2-border {
		border-bottom-width: 1px;
	}
	.content .box2-border .c-box {
		width: 48%;
		margin: 0 1% -1px !important;
		float: left;
		font-size: 3vw;
		display: flex;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.content .box2-border .c-box .btn--style03 {
		margin: 0 8px;
		width: 42vw;
		height: 11.33vw;
	}
	.content .box2-border .c-box .btn--style03 span {
		line-height: 5.33vw;
	}
	.content .box2-border .c-box .btn--style03 span:after {
		width: 37.3vw;
		height: 10.1vw;
	}
	.content .box2-border .c-box .btn--style03-ispage {
		box-shadow: 0px 6px 0px -2px #FFF;
		border-bottom-color: #fff;
	}
	.content .box2-border .c-box .btn--style03-ispage span {
		line-height: 4.66vw;
		padding-top: 2vw;
	}
	.content .btn--style03 span:before {
		right: 15px;
		margin-top: -6px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #2b8cca;
		border-left: 1px solid #2b8cca;
	}
	.content .btn--style03-ispage span:before {
		right: 15px;
		margin-top: -6px;
		width: 6px;
		height: 6px;
		border-top: 1px solid #2b8cca;
		border-left: 1px solid #2b8cca;
	}
	.content .btn--style03 {
		border: 1px solid #2b8cca;
		width: 44vw;
		height: 13.33vw;
		box-shadow: 6px 6px 0px -2px #cef3ff;
	}
	.content .btn--style03:hover {
		box-shadow: 6px 6px 0px -2px #FFF;
	}
	.content .btn--style03 span {
		z-index: 2;
		line-height: 13.33vw;
	}
	.content .btn--style03 span:after {
		background-color: #cef3ff;
		content: "";
		width: 42.6vw;
		height: 12vw;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -1;
		transition: all 0.6s ease;
	}
	.content .btn--style03 span:hover:after {
		background-color: #FFF;
	}
	.content .btn--style03-ispage {
		border: 1px solid #2b8cca;
		width: 44vw;
		height: 13.33vw;
		box-shadow: 6px 6px 0px -2px #FFF;
	}
	.content .btn--style03-ispage:hover {
		box-shadow: 6px 6px 0px -2px #cef3ff;
	}
	.content .btn--style03-ispage span {
		margin: 0;
		width: 42.6vw;
		height: 12.66vw;
		line-height: 12.66vw;
	}
	.content .btn--style03-commingsoon {
		border: 1px solid #999;
		width: 44vw;
		height: 13.33vw;
	}
	.content .btn--style03-commingsoon span {
		margin: 2px 0 0 2px;
		width: 42.5vw;
		height: 11.83vw;
		line-height: 11.33vw;
	}
	.content section {
		margin: 0 0 12vw;
	}
	.page-column__1box .c-box h5 {
		font-size: 3.4vw;
	}
	.page-column__1box .c-box .p1 {
		line-height: 2rem;
	}
	.page-column__1box .c-box.route--box__ship {
		background: #f2f2f2 !important;
	}
	.info-box01 {
		border: 1px solid #2b8cca;
		margin: 0 0 6.66vw;
	}
	.info-box01__inner {
		padding: 5.33vw;
	}
	.info-box01 p:last-child {
		margin: 0;
	}
	.info-box02 {
		border: 1px solid #c8c8c8;
		margin: 0 0 50px;
	}
	.info-box02__inner {
		padding: 30px;
	}
	.info-box02 p:last-child {
		margin: 0;
	}
	.info-box03 {
		background-color: #dfeef7;
		margin: 0 0 50px;
	}
	.info-box03__inner {
		padding: 30px;
	}
	.info-box03 p:last-child {
		margin: 0;
	}
	.link-box__wrap {
		flex-direction: column;
		align-items: center;
	}
	.link-box__wrap .c-box {
		width: auto;
		float: none;
		height: 45.32vw;
		overflow: hidden;
	}
	.link-box__wrap .c-box img {
		width: 100%;
	}
	.link-box__wrap .c-box aside {
		position: absolute;
		color: #FFF;
		z-index: 3;
		width: 52vw;
		height: 8vw;
		line-height: 8vw;
		font-size: 3.2vw;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		font-weight: normal;
	}
	.eventPages .lead {
		text-align: left;
	}
	.eventPages article a {
		margin-bottom: 5.33vw;
		width: 89.33vw;
		height: 46vw;
	}
	.eventPages article a.high {
		height: 79vw;
	}
	.eventPages article a p {
		top: 8vw;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 2;
		text-align: center;
	}
	.eventPages article a.event-original p {
		top: 8vw;
	}
	.eventPages article.content a p em {
		font-size: 4.26vw;
		color: #fff;
		font-style: normal;
		line-height: 1.25;
	}
	.eventPages article.content a p span {
		font-size: 2.93vw;
		margin-top: 2vw;
	}
	.eventPages article a > span {
		right: 0;
		left: 0;
		top: inherit;
		bottom: 6.66vw;
		margin: 0 auto;
		width: 32vw;
		height: 8vw;
		line-height: 8vw;
		z-index: 2;
		font-size: 3.2vw;
	}
	.standardHeader {
		background: url(../images/pages/event/standard/standard_head.png) no-repeat center center;
	}
	.standard-column__2box {
		margin: 0 0 6.66vw;
	}
	.standard-column__2box .left-col__box, .standard-column__2box .right-col__box {
		float: none;
		width: auto;
		margin: 0 0 2.66vw;
	}
	.standard-column__2box .cont-box .cc-box {
		width: auto;
		margin: 0 auto 0;
	}
	.standard-column__2box .cont-box .cc-box p {
		font-size: 3.2vw;
		margin: 0;
	}
	.standard-column__2box .cont-box h2 {
		line-height: 1.25;
		margin: 0 0 2.66vw;
		padding: 10.33vw 0 0;
		background-size: 20vw !important;
	}
	.originalHeader {
		background: url(../images/pages/event/original/original_head.png) no-repeat center center;
		background-size: cover;
	}
	.originalPages .originalNav {
		font-size: 0;
		text-align: center;
		width: 100vw;
		margin: 0 -5.33vw;
	}
	.originalPages .originalNav li {
		font-size: 3.2vw;
		display: inline-block;
		margin: 0 0 2% 2%;
	}
	.originalPages .originalNav li:first-child {
		margin-left: 2%;
	}
	.originalPages .originalNav li:nth-child(odd) {
		margin-left: 0;
	}
	.originalPages .original--profile__box {
		margin: 0 0 5.3vw;
		padding: 0 0 5.3vw;
	}
	.originalPages .original--profile__box:last-child {
		margin: 0 0 12vw;
	}
	.originalPages .original--profile__box .thum-box {
		float: none;
		width: 32vw;
		margin: 0 auto 4vw;
	}
	.originalPages .original--profile__box .cont-box {
		float: none;
		width: auto;
	}
	.originalPages .original--profile__box .cont-box h5 {
		margin: 0 0 0.5em;
		padding: 0;
		font-size: 2.93vw;
	}
	.originalPages .original--profile__box .cont-box p {
		font-size: 2.93vw;
		line-height: 2em;
		margin: 0;
	}
	.page-column__2box .c-box {
		float: none;
		width: auto;
	}
	.chargeBox .thum-box {
		float: none;
		width: auto;
	}
	.chargeBox .thum-box img {
		width: 100%;
		vertical-align: bottom;
	}
	.chargeBox .cont-box {
		float: none;
		width: auto;
	}
	.chargeBox .cont-box h2 {
		margin: 0 0 0.5em;
		padding: 0;
	}
	.chargeBox .cont-box p {
		line-height: 2;
		margin: 0 0 2.66vw;
	}
	.foodHeader {
		background: url(../images/pages/event/food/food_head.png) no-repeat center center;
		background-size: cover;
	}
	.foodPages .lead {
		text-align: left;
	}
	.foodPages .page-column__3box .c-box {
		float: left;
		width: 48.5%;
		margin: 0 2.5% 2.5% 0;
	}
	.foodPages .page-column__3box .c-box:nth-child(2n) {
		margin: 0 0 2.5% 0;
	}
	.shipHeader {
		background: url(../images/pages/ship/ship_head.png) no-repeat center center;
		background-size: cover;
	}
	.shipPages .page-column__2box {
		margin: 0 0 2.66vw;
	}
	.shipPages .content p {
		margin-bottom: 2.66vw;
	}
	.shipPages .shipBox span {
		width: 30% !important;
		line-height: 1.75;
		font-size: 3.2vw;
	}
	.shipPages .shipBox p {
		width: 70% !important;
		line-height: 1.75;
	}
	.shipPages .info-box02__inner {
		padding: 5.33vw;
	}
	.shipPages .info-box02__inner h2 {
		float: none;
		text-align: center;
		width: auto;
		padding-top: 2.66vw;
		margin: 0 0 6.66vw;
	}
	.shipPages .info-box02__inner p {
		float: none;
		text-align: left;
		width: auto;
	}
	.shipPages #about_hotelship {
		padding-top: 10.33vw;
		margin-top: -10.33vw;
	}
	.item--box .c-box {
		width: 48.15%;
		margin: 0 1.92% 1.92% 0;
	}
	.item--box .c-box:nth-child(3n) {
		width: 48.15%;
		margin: 0 1.92% 1.92% 0;
	}
	.item--box .c-box:nth-child(2n) {
		width: 48.15%;
		margin: 0 0 1.92% 0;
	}
	.link--box_wrap .c-box {
		float: none;
	}
	.link--box_wrap .link--box__1col {
		display: none;
	}
	.link--box_wrap .link--box__btn {
		text-align: center;
		margin: 0 auto 5.33vw;
		width: 44vw;
	}
	.link--box_wrap .link-box {
		width: auto;
		text-align: center;
		background-color: #f3f3f3;
		padding: 3vw 0;
		font-size: 3.2vw;
	}
	.feeHeader {
		background: url(../images/pages/fee/fee_head.png) no-repeat;
		background-size: cover;
	}
	.feePages .content h4 {
		margin-bottom: 3.2vw;
	}
	.feePages table {
		margin-bottom: 2.66vw;
	}
	.feePages .feelist {
		table-layout: fixed;
		width: 100%;
	}
	.feePages .feelist tr:first-child th:nth-of-type(1) {
		width: 48%;
	}
	.feePages .feelist th, .feePages .feelist td {
		padding: 2.66vw 1.33vw;
		width: 12.5%;
		font-size: 2.45vw;
	}
	.feePages .feelist th p, .feePages .feelist td p {
		font-size: 2.45vw;
	}
	.feePages .feelist .caution-indent {
		font-size: 2.33vw;
	}
	.feePages .feelist .s-text {
		font-size: 1.83vw;
	}
	.feePages .feelist .width-box01 {
		width: 10%;
	}
	.feePages .feelist td.feename {
		text-align: left;
	}
	.feePages .feelist td.feename p {
		margin-bottom: 1rem;
	}
	.feePages .feelist td.feename p:last-child {
		margin-bottom: 0;
	}
	.feePages .pricelist th, .feePages .pricelist td {
		text-align: center;
		vertical-align: middle;
		width: 33.3%;
		font-size: 2.45vw;
	}
	.feePages .content .tabContent, .feePages .content .delBottomMargin {
		margin-bottom: 0;
	}
	.feePages #tabNab, .feePages #tabNabs {
		text-align: center;
		letter-spacing: -0.45em;
	}
	.feePages #tabNab li, .feePages #tabNabs li {
		margin: 0 1.33vw;
		width: 30%;
	}
	.feePages #tabNab li a, .feePages #tabNabs li a {
		width: 26.66vw;
		height: 13.33vw;
		box-sizing: border-box;
	}
	.feePages #tabNab li a span, .feePages #tabNabs li a span {
		width: 25vw;
		height: 12.33vw;
	}
	.feePages #tabNab li a span:after, .feePages #tabNabs li a span:after {
		width: 25.2vw;
		height: 12vw;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -1;
		transition: all 0.6s ease;
	}
	.accessHeader {
		background: url(../images/pages/access/access_head.png) no-repeat center center;
		background-size: cover;
	}
	.accessPages .iframe_wrap iframe {
		width: 100%;
		height: 69.33vw;
	}
	.accessPages .content h4 {
		margin-bottom: 2.66vw;
	}
	.accessPages .content .access_maplist p:last-child {
		margin: 0;
	}
	.accessPages .content .access_map {
		position: relative;
		height: auto;
	}
	.accessPages .content .access_maplist {
		width: auto;
		height: auto;
		padding: 5.33vw;
		position: relative;
		margin: 0;
	}
	.accessPages .content .access_maplist table {
		margin-bottom: 2.66vw;
	}
	.accessPages .content .access_maplist table th, .accessPages .content .access_maplist table td {
		padding: 1.33vw;
	}
	.accessPages .content li:nth-of-type(1), .accessPages .content li:nth-of-type(3), .accessPages .content li:nth-of-type(5), .accessPages .content li:nth-of-type(7) {
		left: inherit;
		top: inherit;
	}
	.accessPages .content .access_mapicon {
		width: 6vw;
		height: 6vw;
		position: relative;
		z-index: 9;
		margin: 0 auto;
		text-align: center;
	}
	.accessPages .content li:nth-of-type(2) {
		left: inherit;
		top: inherit;
	}
	.accessPages .content li:nth-of-type(2) img {
		transform: rotate(0deg);
	}
	.accessPages .content li:nth-of-type(4) {
		left: inherit;
		top: inherit;
	}
	.accessPages .content li:nth-of-type(6) {
		left: inherit;
		top: inherit;
	}
	.accessPages .content li:nth-of-type(6) img {
		transform: rotate(0deg);
	}
	.accessPages .content li:nth-of-type(8) {
		left: inherit;
		top: inherit;
	}
	.accessPages .content .access_maplast {
		width: auto;
		height: 11.33vw;
		position: relative;
		top: inherit;
		left: inherit;
	}
	.accessPages .content .access_maplast p {
		text-align: center;
		line-height: 11.33vw;
		font-size: 3.46vw;
		margin: 0;
	}
	.accessPages .content aside {
		margin-bottom: 1.5rem;
	}
	.accessPages .caution-indent {
		font-size: 2.6vw;
	}
	.accessPages table.bus_timetable {
		table-layout: fixed;
		width: 100%;
		margin: 0 0 4rem;
	}
	.accessPages table.bus_timetable tr:first-child th:first-child {
		width: 6.5%;
	}
	.accessPages table.bus_timetable th, .accessPages table.bus_timetable td {
		text-align: center;
		vertical-align: middle;
		font-size: 2.93vw;
		padding: 2.66vw 1.33vw;
	}
	.accessPages .bottomLine {
		border-bottom: 1px dotted #d3d3d3;
		margin-bottom: 2rem;
		padding-bottom: 2rem;
	}
	.accessPages .caution-indent {
		margin: -3rem 0 2rem;
	}
	.accessPages .content .caution {
		margin-top: -2rem;
	}
	.accessPages .content .caution02 {
		margin-top: -3rem;
	}
	.accessPages .content .info-box02 {
		margin-bottom: 0;
	}
	.accessPages .info-box02__inner {
		padding: 4vw;
	}
	.reserveHeader {
		background: url(../images/pages/reserve/reserve_head_sp.png) no-repeat center center;
		background-size: cover;
	}
	.reservePages .lead {
		text-align: left;
	}
	.reservePages h2 .sub-catch {
		font-size: 4vw;
	}
	.reservePages section:first-child p {
		font-size: 3.2vw;
	}
	.reservePages .content .c-box {
		margin: 0 0 2.66vw;
	}
	.reservePages .content .reserve_ferry .info-box01 {
		height: auto;
	}
	.reservePages .content .reserve_ferry .reserve_ferry_infobox {
		margin-bottom: 2.66vw;
	}
	.reservePages .content .reserve_ferry .reserve_ferry_infobox .reserve_ferry_infobox--icon {
		margin-bottom: 0;
		float: none;
		padding-right: 1.33vw;
		width: 13.4114583333vw;
		flex-shrink: 0;
		display: inline-block;
	}
	.reservePages .content .reserve_ferry .reserve_ferry_infobox .reserve_ferry_infobox--icon img {
		width: 100%;
	}
	.reservePages .content .reserve_ferry .reserve_ferry_infobox > .wrap h4 {
		display: inline-block;
		margin-bottom: 2.66vw;
		font-size: 3.26vw;
		font-weight: bold;
		padding-top: 2.66vw;
	}
	.reservePages .content .reserve_ferry .reserve_ferry_infobox > .wrap h4 br {
		display: none;
	}
	.reservePages .content .reserve_ferry .reserve_ferry_infobox > .wrap .reserve_ferry_infobox--text {
		font-size: 2.83vw;
		margin: 0 0 0 0;
		line-height: 1.6;
	}
	.reservePages .content .reserve_ferry .reserve_ferry_infobox--btn {
		margin-top: 2.66vw;
	}
	.reservePages .content .reserve_travel div h2 {
		font-size: 5.33vw;
		margin-bottom: 2.66vw;
		height: auto;
	}
	.reservePages .content .reserve_travel div h2 + p {
		height: 30px;
	}
	.reservePages .content .reserve_travel .info-box01 {
		height: auto;
	}
	.reservePages .content .reserve_travel .info-box01 > div {
		padding-top: 2.66vw;
	}
	.reservePages .content section p:last-child {
		margin-bottom: 0;
	}
	.reservePages .content .reserve_travel p:last-child {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	.reservePages .content .reserve_call {
		text-align: center;
	}
	.reservePages .content .reserve_call p {
		font-size: 3.2vw;
		margin-bottom: 0;
	}
	.reservePages .content .reserve_call h4 {
		font-size: 6.66vw;
		font-weight: normal;
		color: #2b8cca;
		margin-bottom: 0;
	}
	.reservePages .content .reserve_call h4 span {
		font-size: 4vw;
		margin-bottom: 0;
	}
	.reservePages .content .reserve_call span.caution {
		display: block;
		font-size: 2.66vw;
	}
	.reservePages .reserve-column__2box {
		margin: 0 0 20px;
	}
	.reservePages .reserve-column__2box .thum-box, .reservePages .reserve-column__2box .cont-box {
		float: none;
		width: auto;
	}
	.afterHeader {
		background: url(../images/pages/after/after_head.png) no-repeat center center;
		background-size: cover;
	}
	.afterPages .content .banner {
		margin: 4vw 0 0;
	}
	.afterPages .banner a {
		display: inline-block;
		margin: 0 0 2.66vw;
	}
	.afterPages .banner a:last-child {
		margin: 0;
	}
	.afterPages .page-column__3box .c-box {
		float: left;
		width: 48.5%;
		margin: 0 2.5% 2.5% 0;
	}
	.afterPages .page-column__3box .c-box:nth-child(2n) {
		margin: 0 0 2.5% 0;
	}
	.voiceHeader {
		background: url(../images/pages/voice/voice_head.png) no-repeat center center;
		background-size: cover;
	}
	.voicePages .content h2 {
		font-size: 4.6vw;
	}
	.voicePages section > div {
		font-size: 3.2vw;
	}
	.voicePages section > div > div {
		height: auto;
		padding: 2.66vw 0;
	}
	.voicePages section > div > div:first-child {
		width: 35%;
		padding-left: 8.5%;
	}
	.voicePages section > div.voiceMale div:first-child {
		background: url("../images/pages/voice/icon_male.png") no-repeat 0 center;
		background-size: 6vw;
	}
	.voicePages section > div.voiceFemale div:first-child {
		background: url("../images/pages/voice/icon_female.png") no-repeat 0 center;
		background-size: 6vw;
	}
	.voicePages section > div.voiceNone div:first-child {
		background: url("../images/pages/voice/icon_none.png") no-repeat 0 center;
		background-size: 6vw;
	}
	.voicePages section > div > div:last-child {
		background: url("../images/pages/voice/line.png") no-repeat left center;
		padding-left: 2.66vw;
	}
	.routePages .feelist {
		width: 100%;
	}
	.routePages .feelist th, .routePages .feelist td {
		width: 30%;
		font-size: 3.2vw;
	}
	.routePages .cabin-view-button .btn--style02 {
		width: 62.5vw;
	}
	.routePages .cabin-view-button .btn--style02 span:after {
		width: 61.4583333333vw;
	}
	.routeHeader {
		background: url(../images/pages/route/route_head.png) no-repeat center center;
	}
	.routePages .lead {
		text-align: left;
	}
	.routePages .main-iamges {
		margin: 0 -5.33vw 5.33vw;
		width: 100vw;
	}
	.routePages .main-iamges img {
		width: 100%;
	}
	.routePages .route--box .route--box3col li {
		float: none;
		width: auto;
		margin: 0 0 8vw;
	}
	.routePages .route--box .route--box3col li:last-child {
		margin: 0 0 4vw;
	}
	.routePages .route--box .route--box3col li .thum-box img {
		width: 100%;
		vertical-align: bottom;
	}
	.routePages .route--box .route--box3col li h2 {
		font-size: 3.46vw;
		margin: 2.66vw 0 2.66vw;
		line-height: 1.25;
	}
	.routePages .route--box .route--box3col li h2 small {
		font-size: 2.4vw;
	}
	.routePages .route--box .route--box3col li p {
		line-height: 2;
		margin: 0;
	}
	.routePages .route--box .route--box4col li {
		width: 48.03%;
		margin: 0 2.92% 2.66vw 0;
	}
	.routePages .route--box .route--box4col li:nth-child(4n), .routePages .route--box .route--box4col li:nth-child(even) {
		margin: 0 0 2.66vw 0;
	}
	.routePages .route--box .route--box4col li figcaption {
		font-size: 2.93vw;
	}
	.routePages .end--date {
		flex-direction: column;
		align-items: center;
		padding: 4.1666666667vw 0;
	}
	.routePages .end--date p {
		font-size: 3.3854166667vw;
	}
	.routePages .end--date + .end--date {
		margin-top: 3.3854166667vw;
	}
	.routePages .end--date + .end--date p {
		width: 16em;
	}
	.routePages .end--date + .end--date::before {
		width: 1.5625vw;
		height: 3.515625vw;
		top: calc(-3.515625vw - 2px);
		left: calc(50% - 0.78125vw);
		background-color: #2b8cca;
	}
	.routePages .ob img {
		width: 4.5%;
	}
	.routePages .page-column__2box h4 {
		background-color: #2b8cca;
		text-align: center;
		line-height: 7.3vw;
		width: 65.33vw;
		height: 7.3vw;
		color: #FFF;
		font-size: 3.46vw;
		text-align: center;
		margin: 0 auto 2.66vw;
	}
	.routePages .page-column__2box .c-box__inner {
		padding: 4vw;
	}
	.routePages .page-column__2box .route--box__hotel {
		background: #dfeef7 url(../images/pages/route/ob02_smp.png) no-repeat;
		background-size: 6vw;
		background-position: 4vw 5vw;
	}
	.routePages .page-column__2box .route--box__ship {
		background: #f2f2f2 url(../images/pages/route/ob02_smp.png) no-repeat;
		background-size: 6vw;
		background-position: 4vw 5vw;
	}
	.routePages .page-column__2box .route--box__ship .caution-indent {
		font-size: 3.2vw;
	}
	.routePages .page-column__2box .caution-indent {
		font-size: 3.2vw;
	}
	.routePages .page-column__2box p {
		margin: 0 0 1em;
	}
	.routePages .page-column__2box p:last-child {
		margin: 0;
	}
	.pc {
		display: none !important;
	}
	.smp {
		display: block !important;
	}
	.drawer--top .drawer-hamburger, .drawer--top.drawer-open .drawer-hamburger {
		right: 4.06vw;
		position: absolute;
	}
	.drawer-hamburger {
		padding: 6vw 0;
		width: 8vw;
	}
	.drawer-hamburger-icon {
		background-color: #FFF;
		height: 2px;
		margin-top: 0;
	}
	.drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
		top: -2.666vw;
	}
	.drawer-hamburger-icon::before {
		background-color: #FFF;
		height: 2px;
	}
	.drawer-hamburger-icon::after {
		background-color: #FFF;
		height: 2px;
		top: 2.64vw;
	}
	.drawer-nav {
		background-color: white;
		top: 17.3333333333vw;
		padding: 10.333vw 0 4.26vw;
	}
	.drawer-nav .inner {
		padding: 2.66vw;
		margin: -10.56vw 0 0;
	}
	.drawer-nav ul {
		margin: 0 0 9.33vw;
		height: auto;
	}
	.drawer-nav ul li {
		line-height: 1rem;
	}
	.drawer-nav ul li a {
		display: block;
		margin: 6.66vw 0 0;
		padding: 0 2.66vw 6.66vw;
		color: #000;
		line-height: 1.25em;
		font-size: 3.2vw;
		border-bottom: 1px solid #999999;
		text-decoration: none;
		position: relative;
	}
	.drawer-nav ul li a span, .drawer-nav ul li a br {
		display: none;
	}
	.drawer-nav ul li a:after {
		position: absolute;
		top: 5%;
		right: 0;
		display: block;
		width: 18px;
		height: 18px;
		content: "\f105";
		font-family: FontAwesome;
		font-weight: normal;
	}
	.drawer-nav ul li li {
		list-style: none;
	}
	.drawer-nav ul li .btn--style01 {
		color: #FFF;
		border: none;
		line-height: 14.66vw;
		padding: 0;
		height: 14.66vw;
		margin: 6.66vw auto 0;
	}
	.drawer-nav ul li .btn--style01:after {
		display: none;
	}
	.drawer-nav ul li.menu-item-has-children ul {
		display: none;
		padding: 0 2.66vw;
	}
	.drawer-nav ul li.menu-item-has-children ul li a:after {
		display: none;
	}
	.drawer-nav ul li.menu-item-has-children a {
		position: relative;
	}
	.drawer-nav ul li.menu-item-has-children a:after {
		content: "+";
		position: absolute;
		font-size: 3.8vw;
		right: 1.56vw;
		top: 0;
		z-index: 105;
		font-size: 5.6vw;
	}
	.drawer-nav ul li.menu-item-has-children a.open:after {
		content: "-";
		position: absolute;
		font-size: 3.8vw;
		right: 1.56vw;
		top: 0;
		z-index: 105;
		font-size: 5.6vw;
	}
	.drawer-button__box {
		background-color: #2b8cca;
		position: absolute;
		right: 0;
		width: 17.3177083333vw;
		height: 17.3177083333vw;
	}
	.drawer-button__text {
		color: #FFF;
		display: block;
		font-size: 2.93vw;
		font-style: normal;
		width: 100%;
		position: absolute;
		bottom: 1.56vw;
		z-index: 115;
		margin: 0 auto;
	}
	.drawer-button__text span {
		display: block;
		text-align: center;
	}
	.drawer--top.drawer-open .drawer-nav {
		top: 17.3333333333vw;
	}
	.pamphlet {
		padding-bottom: 40px;
		margin-top: 10.4166666667vw;
	}
	.discontinue {
		background-size: auto 100%;
		font-size: 15px !important;
	}
	.event-food-thumb {
		margin-top: 10.4166666667vw;
		margin-bottom: 10.4166666667vw;
	}
	.event-food-link {
		width: 59.2447916667vw;
		margin-bottom: 2.9947916667vw;
	}
}

@media screen and (min-width: 769px) {
	.section__news__cols02 {
		box-sizing: border-box;
		padding-left: 2%;
		border-left: 1px solid #5eaee0;
	}
	.section__news__cols03 {
		position: absolute;
		right: 1.6rem;
		top: 1.6rem;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 940px) {
	.section__news__cols01 {
		width: 10%;
	}
	.section__news__cols02 {
		width: 75%;
	}
	.section__news__cols03 {
		/*width: 15%;*/
	}
}

@media screen and (max-width: 940px) and (min-width: 769px) and (max-width: 950px) {
	.section__news__cols02 {
		width: 73%;
	}
}

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

@media screen and (min-width: 480px) and (max-width: 767px) {
	.drawer-nav ul {
		margin: 0 0 9.33vw;
		height: 840px;
	}
}
/*# sourceMappingURL=style.css.map */