@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_inner {
	max-width: 1280px;
	margin: auto;
}
@media only screen and (max-width: 1280px) {
  .con_inner {
		width: 95%;
  }
}
@media print {
  .con_inner {
		width: 95%;
  }
}
.ie8 .con_inner {
	width: 95%;
}

.con_inner:after, #header .con_header:after {
	content: "";
	display: table;
	clear: both;
}

@font-face {
	font-family: 'Noto Sans Symbols';
	font-style: normal;
	font-weight: 100;
	src: url("../fonts/NotoSansSymbols-Regular.woff") format("woff");
	font-display: swap;
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #333333;
	background: #e9e0c8;
	-webkit-text-size-adjust: none;
	font-size: 108%;
}
.ie body {
	font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 100%;
  }
}
body a {
	color: #4d4d4d;
}
body a:link, body a:visited, body a:active {
	text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: none;
	color: #666666;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}
body i.roman_number {
	font-family: 'Noto Sans Symbols', serif;
	padding: 0 2px;
	line-height: 1.4;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
	display: none !important;
}
html.ie8 #page {
	min-width: 1280px !important;
	margin: auto;
	font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
		display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
	display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
		display: none !important;
  }
}
@media print {
  body .view_sp {
		display: none !important;
  }
}
.ie8 body .view_sp {
	display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
		display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
		display: none !important;
  }
}

.mouse .over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
.touch .over {
	-webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

input.disabled, label.disabled {
	opacity: 0.5;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	position: relative;
	right: 0;
	overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #page {
		font-size: 100% !important;
  }
}
@media print {
  #page {
		font-size: 100% !important;
  }
}
.ie8 #page {
	font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}
#header .con_header {
	margin: 0 auto;
	padding: 65px 4% 0;
}
@media only screen and (max-width: 1024px) {
  #header .con_header {
		padding: 30px 2.5% 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
		padding: 15px 2.5% 0;
  }
}
#header .con_header .box_logo {
	float: left;
	width: 30%;
}
@media only screen and (max-width: 1400px) {
  #header .con_header .box_logo {
		width: 25%;
  }
}
@media print {
  #header .con_header .box_logo {
		width: 25%;
  }
}
.ie8 #header .con_header .box_logo {
	width: 25%;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_logo {
		width: 50%;
  }
}
#header .con_header .box_logo p {
	font-weight: normal;
	position: relative;
	z-index: 91;
}
#header .con_header .box_logo p a {
	display: block;
	text-decoration: none;
}
#header .con_header .box_logo p a > * {
	display: inline-block;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_logo p a img {
		width: 140px;
  }
}
#header .con_header .box_logo p span {
	color: #fff;
	margin-left: 1em;
	font-size: 115%;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_logo p span {
		display: block;
		margin-left: 0;
		margin-top: 0.5em;
		font-size: 129%;
  }
}
#header .con_header .box_nav {
	float: right;
	width: 70%;
	margin-top: -10px;
	text-align: right;
	padding-right: 65px;
}
@media only screen and (max-width: 1400px) {
  #header .con_header .box_nav {
		width: 75%;
  }
}
@media print {
  #header .con_header .box_nav {
		width: 75%;
  }
}
.ie8 #header .con_header .box_nav {
	width: 75%;
}
@media only screen and (max-width: 1024px) {
  #header .con_header .box_nav {
		display: none;
  }
}
#header .con_header .box_nav > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2em;
	text-align: left;
	position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .box_nav > li {
		margin-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_nav > li {
		margin-right: 0.8em;
  }
}
#header .con_header .box_nav > li > a {
	text-decoration: none;
	font-size: 115%;
	color: #fff;
	text-decoration: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .box_nav > li > a {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_nav > li > a {
		font-size: 100%;
  }
}
.mouse #header .con_header .box_nav > li > a:hover, .touch #header .con_header .box_nav > li > a.touchstart {
	text-decoration: underline !important;
}
.touch #header .con_header .box_nav > li > a {
	-webkit-tap-highlight-color: transparent;
}
.touch #header .con_header .box_nav > li > a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
#header .con_header .box_nav > li.pulldown {
	min-width: 270px;
}
@media only screen and (max-width: 1024px) {
  #header .con_header .box_nav > li.pulldown {
		min-width: 230px;
  }
}
#header .con_header .box_nav > li.pulldown .cap {
	background: rgba(69, 62, 45, 0.9);
	padding: .3em 1em;
	color: #fff;
	font-size: 100%;
	cursor: pointer;
	position: relative;
}
#header .con_header .box_nav > li.pulldown .cap:after {
	content: '\f107';
	position: absolute;
	right: .5em;
	font-family: "FontAwesome";
}
#header .con_header .box_nav > li.pulldown ul {
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: all 500ms cubic-bezier(0.065, 0.435, 0.15, 0.995);
	-moz-transition: all 500ms cubic-bezier(0.065, 0.435, 0.15, 0.995);
	-o-transition: all 500ms cubic-bezier(0.065, 0.435, 0.15, 0.995);
	transition: all 500ms cubic-bezier(0.065, 0.435, 0.15, 0.995);
  /* custom */
	-webkit-transition-timing-function: cubic-bezier(0.065, 0.435, 0.15, 0.995);
	-moz-transition-timing-function: cubic-bezier(0.065, 0.435, 0.15, 0.995);
	-o-transition-timing-function: cubic-bezier(0.065, 0.435, 0.15, 0.995);
	transition-timing-function: cubic-bezier(0.065, 0.435, 0.15, 0.995);
  /* custom */
	overflow: hidden;
}
#header .con_header .box_nav > li.pulldown ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: .3em .5em .3em 1em;
	background: rgba(69, 62, 45, 0.9);
}
#header .con_header .box_nav > li.pulldown ul li a:hover {
	background: rgba(69, 62, 45, 0.5);
}
#header .con_header .box_nav > li.pulldown:hover .cap {
	background: rgba(69, 62, 45, 0.5);
}
#header .con_header .box_nav > li.pulldown:hover ul {
	height: 351px;
}
#header .con_header .box_nav > li:last-child {
	margin-right: 0;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
	margin-bottom: 15px;
}
.con_title .bg {
	height: 90px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../copy/images/bg_title.jpg);
}
@media only screen and (max-width: 767px) {
  .con_title .bg {
		height: 60px;
  }
}
.con_title h2 {
	font-weight: normal;
	position: relative;
	z-index: 2;
	margin-top: -2.8em;
	text-align: center;
}
.con_title h2 span {
	display: block;
}
.con_title h2 span.en {
	color: #48412d;
	font-size: 286%;
	font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title h2 span.en {
		font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.en {
		font-size: 286%;
  }
}
.con_title h2 span.en em {
	color: #e05f0a;
}
.con_title h2 span.jp {
	font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title h2 span.jp {
		font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.jp {
		font-size: 115%;
  }
}
.con_title h1 {
	font-weight: normal;
	position: relative;
	z-index: 2;
	margin-top: -2.8em;
	text-align: center;
}
.con_title h1 span {
	display: block;
}
.con_title h1 span.en {
	color: #48412d;
	font-size: 286%;
	font-family: "Oswald", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title h1 span.en {
		font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title h1 span.en {
		font-size: 286%;
  }
}
.con_title h1 span.en em {
	color: #e05f0a;
}
.con_title h1 span.jp {
	font-size: 143%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_title h1 span.jp {
		font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_title h1 span.jp {
		font-size: 115%;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#pagetop
----------------------------------------------------------- */
#pagetop {
	position: fixed;
	z-index: 90;
	right: 0;
	bottom: 0;
	display: table;
	width: 80px;
	height: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #pagetop {
		display: none !important;
  }
}
#pagetop a {
	display: table-cell;
	vertical-align: middle;
	border: 3px solid #000;
	text-align: center;
	text-decoration: none;
	color: #000;
	background: #fff;
}
#pagetop a i {
	font-size: 129%;
}
#pagetop a span {
	font-family: "Oswald", sans-serif;
	font-size: 93%;
	display: block;
}

#pagetop-sp a {
	border: 3px solid #000;
	text-align: center;
	text-decoration: none;
	background: #fff;
	color: #000;
	display: block;
	padding: 10px 0;
	border-left: none;
	border-right: none;
	display: none;
}
@media only screen and (max-width: 767px) {
  #pagetop-sp a {
		display: block;
  }
}
#pagetop-sp a i {
	font-size: 129%;
}
#pagetop-sp a span {
	font-family: "Oswald", sans-serif;
	font-size: 93%;
	display: block;
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
	border-top: 1px solid #f0ede6;
	padding: 1.2em 0 1.8em;
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
		font-size: 70%;
  }
}
.con_topicpath ul li {
	display: inline;
}
.con_topicpath ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	display: inline;
	margin: 0 1em;
}
@media only screen and (max-width: 767px) {
  .con_topicpath ul li:before {
		margin: 0 0.5em;
  }
}
.con_topicpath ul li:first-child:before {
	display: none;
}
.con_topicpath ul li.top_act {
	font-weight: bold;
}
.con_topicpath ul li.top_act:before {
	font-weight: normal;
}
.con_topicpath ul li.act {
	color: #e05f0a;
}
.con_topicpath ul li.act:before {
	color: #333333;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	padding: 80px 0;
	background: #252523;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
		padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
		padding: 50px 0;
  }
}
#footer .box_footer {
	text-align: center;
}
#footer .box_footer li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 2.2em;
}
@media only screen and (max-width: 1280px) {
  #footer .box_footer li {
		padding: 1em;
  }
}
@media print {
  #footer .box_footer li {
		padding: 1em;
  }
}
.ie8 #footer .box_footer li {
	padding: 1em;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer li {
		padding: .5em;
		width: 50%;
  }
}
#footer .box_footer li a {
	text-decoration: none !important;
	font-size: 93%;
	color: #fff;
}
.mouse #footer .box_footer li a:hover, .touch #footer .box_footer li a.touchstart {
	text-decoration: underline !important;
}
.touch #footer .box_footer li a {
	-webkit-tap-highlight-color: transparent;
}
.touch #footer .box_footer li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
#footer .box_footer li.copy {
	font-size: 86%;
	color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer li.copy {
		width: 100%;
  }
}
@media only screen and (max-width: 1280px) {
  #footer .box_footer li.logo {
		display: block;
		margin: 0 0 1em;
  }
}
@media print {
  #footer .box_footer li.logo {
		display: block;
		margin: 0 0 1em;
  }
}
.ie8 #footer .box_footer li.logo {
	display: block;
	margin: 0 0 1em;
}
@media only screen and (max-width: 767px) {
  #footer .box_footer li.logo {
		width: 100%;
  }
}
#footer .box_footer li.line {
	position: relative;
}
#footer .box_footer li.line:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	height: 26px;
	margin-top: -13px;
	width: 2px;
	background: #4b4b46;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .box_footer li.line:after {
		width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .box_footer li.line:after {
		width: 1px;
  }
}

/* -----------------------------------------------------------
	#js-gnav
----------------------------------------------------------- */
#js-gnav {
	position: fixed;
	z-index: 100;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: rgba(72, 65, 45, 0.85);
}
@media only screen and (max-width: 767px) {
  #js-gnav {
		right: -100%;
		width: 100%;
  }
}
#js-gnav #gnav-close {
	width: 75px;
	height: 75px;
	display: table;
	position: absolute;
	right: 0;
	top: 0;
}
@media only screen and (max-width: 767px) {
  #js-gnav #gnav-close {
		width: 70px;
		height: 70px;
  }
}
#js-gnav #gnav-close a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: #252523;
	text-decoration: none;
}
#js-gnav #gnav-close a .bars {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 767px) {
  #js-gnav #gnav-close a .bars {
		width: 20px;
		height: 20px;
  }
}
#js-gnav #gnav-close a .bars > span {
	position: absolute;
	height: 3px;
	width: 30px;
	background: #fff;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 767px) {
  #js-gnav #gnav-close a .bars > span {
		width: 20px;
  }
}
#js-gnav #gnav-close a .bars > span.bar01 {
	top: 13px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#js-gnav #gnav-close a .bars > span.bar02 {
	top: 13px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#js-gnav #gnav-close a .en {
	font-family: "Oswald", sans-serif;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 13px;
}
#js-gnav #gnav-close a .jp {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 13px;
}
#js-gnav #js-gnav-menu {
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	top: 0;
	right: 0;
}
#js-gnav #js-gnav-menu .gnav-inner {
	padding-top: 90px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #js-gnav #js-gnav-menu .gnav-inner {
		padding-top: 50px;
  }
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-header {
	text-align: center;
	margin-bottom: 20px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-header a {
	text-decoration: none;
	display: block;
	color: #fff !important;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-header a .add {
	margin-bottom: 15px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-header a .logo span {
	display: block;
	font-size: 93%;
	margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #js-gnav #js-gnav-menu .gnav-inner .gnav-header a .logo img {
		width: 160px;
  }
}
#js-gnav #js-gnav-menu .gnav-inner .nav {
	width: 250px;
	margin: 0 auto;
}
#js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a {
	display: inline-block;
	width: 100%;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	background: #e05f0a;
	border: 1px solid #e05f0a;
	color: #fff !important;
}
#js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a span {
	font-size: 108%;
	padding: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a span {
		font-size: 100%;
  }
}
#js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a:hover {
	background: #c75000;
	border-color: #c75000;
}
#js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a span {
	display: block;
}
#js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a:after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a:hover:after {
	right: 0.5em;
}
#js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a i {
	margin-right: 0.5em;
}
#js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a:after {
	display: none !important;
}
#js-gnav #js-gnav-menu .gnav-inner .nav ul {
	margin-top: 10px;
}
#js-gnav #js-gnav-menu .gnav-inner .nav ul li a {
	display: block;
	padding: 10px 0;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#js-gnav #js-gnav-menu .gnav-inner .nav ul li a:hover {
	background: #252523;
}
#js-gnav #js-gnav-menu .gnav-inner .nav ul li a span {
	display: block;
}
#js-gnav #js-gnav-menu .gnav-inner .nav ul li a span.jp {
	color: #fff;
	font-size: 122%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #js-gnav #js-gnav-menu .gnav-inner .nav ul li a span.jp {
		font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  #js-gnav #js-gnav-menu .gnav-inner .nav ul li a span.jp {
		font-size: 122%;
  }
}
#js-gnav #js-gnav-menu .gnav-inner .nav ul li a span.en {
	font-family: "Oswald", sans-serif;
	font-size: 93%;
	color: #e05f0a;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer {
	margin-top: 50px;
	text-align: center;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns {
	margin-bottom: 50px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li {
	margin: 10px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a {
	color: #fff;
	text-decoration: none;
	text-decoration: none !important;
}
.mouse #js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a:hover, .touch #js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a.touchstart {
	text-decoration: underline !important;
}
.touch #js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a {
	-webkit-tap-highlight-color: transparent;
}
.touch #js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a.touchend {
	-moz-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer .fj-hotel {
	margin-top: 30px;
	text-align: center;
}

/* -----------------------------------------------------------
	#fixnav
----------------------------------------------------------- */
#fix-nav {
	top: 0;
	right: 50%;
	position: absolute;
	z-index: 90;
	margin-right: -50%;
	z-index: 600;
}
#fix-nav.fixed {
	position: fixed;
	top: 0;
}
@media only screen and (max-width: 1280px) {
  #fix-nav {
		margin-right: 0;
		right: 0;
  }
}
@media print {
  #fix-nav {
		margin-right: 0;
		right: 0;
  }
}
.ie8 #fix-nav {
	margin-right: 0;
	right: 0;
}
@media only screen and (max-width: 767px) {
  #fix-nav {
		display: block;
  }
}
#fix-nav .wrp {
	display: table;
	float: right;
}
#fix-nav .wrp > * {
	display: table-cell;
	vertical-align: middle;
}
#fix-nav .wrp a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
}
@media only screen and (max-width: 767px) {
  #fix-nav .wrp a {
		padding: 10px 15px;
  }
}
#fix-nav .wrp a i {
	font-size: 18px;
	margin-bottom: 5px;
}
#fix-nav .wrp a span {
	display: block;
}
#fix-nav .wrp a span.en {
	font-family: "Oswald", sans-serif;
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
  #fix-nav .wrp a span.en {
		font-size: 12px;
  }
}
#fix-nav .wrp a span.jp {
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
  #fix-nav .wrp a span.jp {
		font-size: 10px;
  }
}
#fix-nav .wrp .rsv a {
	background: #e05f0a;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#fix-nav .wrp .rsv a:hover {
	background: #c75000;
}
@media only screen and (max-width: 767px) {
  #fix-nav .wrp .rsv a {
		padding: 10px;
  }
}
#fix-nav .wrp .menu a {
	background: #252523;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#fix-nav .wrp .menu a:hover {
	background: #252523;
}
@media only screen and (max-width: 767px) {
  #fix-nav .wrp .menu a {
		padding: 10px 17px;
  }
}

#js-overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
}

.is-opened-gnav {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.is-opened-gnav #js-gnav {
	visibility: inherit;
	opacity: 1;
}
.is-opened-gnav #js-overlay {
	visibility: inherit;
	opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .is-opened-search {
		overflow: hidden;
		width: 100%;
		height: 100%;
  }
  .is-opened-search #js-overlay {
		visibility: inherit;
		opacity: 1;
  }
  .is-opened-search #popup-search {
		opacity: 1;
  }
}

.is-opened-search #popup-search {
	visibility: inherit;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_primary {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #b3b5b2;
}
table.tbl_primary tr {
	border-bottom: 1px solid #b3b5b2;
}
table.tbl_primary tr th, table.tbl_primary tr td {
	padding: 1em;
	font-size: 93%;
}

/* -----------------------------------------------------------
	.slick
----------------------------------------------------------- */
.slick-dots {
	text-align: center;
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.slick-dots li button {
	cursor: pointer;
	border: 1px solid #333;
	padding: 0;
	margin: 0;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	background: transparent;
	width: 15px;
	height: 15px;
	display: block;
	overflow: hidden;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	font-size: 0;
}
.slick-dots li.slick-active button {
	background: #333;
}
