@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;
}
.link_jr .btn {
	margin-top: 40px;
	text-align: center;
}
.link_jr .btn 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;
	max-width: 480px;
}
.link_jr .btn a span {
	font-size: 108%;
	padding: 1.2em;
	display: block;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #333333;
	background: #fff;
	-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;
}

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 {
	border-top: 7px solid #48412d;
}
#header .con_header {
	max-width: 1280px;
	margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  #header .con_header {
		padding-left: 2.5%;
  }
}
@media print {
  #header .con_header {
		padding-left: 2.5%;
  }
}
.ie8 #header .con_header {
	padding-left: 2.5%;
}
#header .con_header .box_logo {
	padding: 30px 0;
	float: left;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_logo {
		padding: 20px 0;
  }
}
#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 {
	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: 10px;
  }
}

/* -----------------------------------------------------------
	.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(../images/common/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%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .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%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_title h2 span.jp {
		font-size: 143%;
  }
}
.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%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .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%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  .con_title h1 span.jp {
		font-size: 143%;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#pagetop
----------------------------------------------------------- */
#pagetop {
	position: fixed;
	z-index: 90;
	right: 0;
	bottom: 0;
	display: table;
	width: 80px;
	height: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#pagetop a {
	display: table-cell;
	vertical-align: middle;
	border: 3px solid #000;
	text-align: center;
	text-decoration: none;
	background: #fff;
	color: #000;
}
#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 30px 0;
	background: #252523;
}
@media only screen and (max-width: 767px) {
  #footer {
		padding: 40px 0 1.5em 0;
  }
}
#footer .con_footer {
	float: left;
	width: 50%;
}
@media only screen and (max-width: 1280px) {
  #footer .con_footer {
		width: 52%;
  }
}
@media print {
  #footer .con_footer {
		width: 52%;
  }
}
.ie8 #footer .con_footer {
	width: 52%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer {
		width: 100%;
		float: none;
		max-width: 650px;
		margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
		max-width: 100%;
  }
}
#footer .con_footer .box_address {
	display: table;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_address {
		width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address {
		display: block;
  }
}
#footer .con_footer .box_address > * {
	display: table-cell;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address > * {
		display: block;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address .box_logo {
		text-align: center;
  }
}
#footer .con_footer .box_address .box_logo .logo {
	white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address .box_logo .logo {
		white-space: normal;
  }
}
#footer .con_footer .box_address .box_logo .logo a {
	text-decoration: none;
	display: block;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address .box_logo .logo a img {
		width: 160px;
  }
}
#footer .con_footer .box_address .box_logo .logo span {
	color: #f0ede6;
	font-size: 115%;
	display: block;
	margin-top: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_address .box_logo .logo span {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address .box_logo .logo span {
		font-size: 100%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  #footer .con_footer .box_address .box_logo .logo span {
		font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address .box_logo .logo span {
		margin-top: 0.8em;
  }
}
#footer .con_footer .box_address .box_r {
	padding-left: 4%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_address .box_r {
		padding-left: 20px;
		white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address .box_r {
		padding-left: 0;
		white-space: normal;
		margin-top: 20px;
		text-align: center;
  }
}
#footer .con_footer .box_address .box_r address, #footer .con_footer .box_address .box_r p {
	display: block;
	color: #f0ede6;
	margin-bottom: 5px;
}
#footer .con_footer .box_address .box_r a {
	text-decoration: none;
	color: #f0ede6;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_address .box_r p {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0.5em;
  }
}
#footer .con_footer .foot_sp_menu {
	width: 100%;
	margin-top: 15px;
}
#footer .con_footer .foot_sp_menu ul {
	width: 100%;
	overflow: hidden;
	background-color: rgba(255, 255, 255, 0.3);
}
#footer .con_footer .foot_sp_menu ul li {
	width: 50%;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #252523;
	padding: 3px;
	font-size: 90%;
	float: left;
}
#footer .con_footer .foot_sp_menu ul li a {
	color: #ffffff;
	display: block;
	width: 100%;
	padding: 7px 2px;
}
#footer .con_footer .foot_sp_menu ul li a i {
	font-size: 80%;
}
#footer .con_footer .box_sns {
	overflow: hidden;
	margin-left: -2%;
	margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_sns {
		margin-left: 0;
  }
}
#footer .con_footer .box_sns > * {
	width: 48%;
	margin-left: 2%;
	float: left;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_sns > * {
		width: 49%;
		float: left;
		margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_sns > * {
		width: 100%;
		float: none;
  }
  #footer .con_footer .box_sns > * img {
		width: 100%;
  }
}
#footer .con_footer .box_sns .ta .TA_cdsratingsonlynarrow img {
	display: none;
}
#footer .con_footer .box_sns .ta .TA_cdsratingsonlynarrow .logo img {
	display: inline-block;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_sns .ta {
		float: right;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_sns .ta {
		margin-top: 10px;
  }
}
#footer .con_footer .box_sns .ta > * {
	width: 100% !important;
}
#footer .con_footer .box_sns .ta .cdsROW.narrow {
	width: 100% !important;
}
#footer .con_footer .box_group {
	margin-top: 50px;
	overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  #footer .con_footer .box_group {
		margin-top: 30px;
  }
}
@media print {
  #footer .con_footer .box_group {
		margin-top: 30px;
  }
}
.ie8 #footer .con_footer .box_group {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_group {
		display: none;
  }
}
#footer .con_footer .box_group > * {
	float: left;
}
#footer .con_footer .box_group a {
	color: #f0ede6;
	text-decoration: underline;
}
#footer .con_footer .box_group a i {
	margin-left: 0.5em;
}
#footer .con_footer .box_group a i.roman_number {
	margin-left: 0;
}
#footer .con_footer .box_group a:hover {
	text-decoration: underline;
}
#footer .con_footer .box_group p {
	width: 29.3333333333%;
}
@media only screen and (max-width: 1280px) {
  #footer .con_footer .box_group p {
		width: 100%;
		margin-bottom: 1em;
  }
}
@media print {
  #footer .con_footer .box_group p {
		width: 100%;
		margin-bottom: 1em;
  }
}
.ie8 #footer .con_footer .box_group p {
	width: 100%;
	margin-bottom: 1em;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_group p {
		width: 29.3333333333%;
  }
}
#footer .con_footer .box_group ul {
	width: 35.33333333%;
	text-align: right;
}
@media only screen and (max-width: 1280px) {
  #footer .con_footer .box_group ul {
		text-align: left;
		width: 50%;
  }
}
@media print {
  #footer .con_footer .box_group ul {
		text-align: left;
		width: 50%;
  }
}
.ie8 #footer .con_footer .box_group ul {
	text-align: left;
	width: 50%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_group ul {
		width: 35.33333333%;
		text-align: right;
  }
}
#footer .con_footer .box_group ul li {
	margin-bottom: 1em;
	color: #f0ede6;
	font-size: 93%;
}
#footer .con_footer .box_group_sp {
	margin-top: 20px;
	display: none;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_group_sp {
		display: block;
  }
}
#footer .con_footer .box_group_sp form {
	display: block;
	position: relative;
}
#footer .con_footer .box_group_sp form:after {
	content: "\f0dd";
	display: block;
	font-family: "FontAwesome";
	right: 8px;
	top: 50%;
	color: #222;
	font-size: 13px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	margin-top: -0.2em;
	z-index: 2;
}
#footer .con_footer .box_group_sp select {
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 0.5em;
	width: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
	position: relative;
	background: #fff;
	color: #333333;
}
#footer .con_sitemap {
	width: 44%;
	float: right;
}
@media only screen and (max-width: 1024px) {
  #footer .con_sitemap {
		display: none;
  }
}
#footer .con_sitemap .wrp {
	display: table;
	width: 100%;
}
#footer .con_sitemap .wrp > * {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #000000;
	width: 50%;
}
#footer .con_sitemap .wrp ul {
	padding: 0 1em 0 20%;
}
#footer .con_sitemap .wrp ul li {
	margin-bottom: 1em;
}
#footer .con_sitemap .wrp ul li.home {
	margin-bottom: 2em;
}
#footer .con_sitemap .wrp ul li.home a {
	font-weight: bold;
}
#footer .con_sitemap .wrp ul li a {
	color: #f0ede6;
	text-decoration: none;
}
#footer .con_sitemap .wrp ul li a i {
	margin-left: 0.5em;
}
#footer .con_sitemap .wrp ul li a:hover {
	text-decoration: underline;
}
#footer .con_sitemap .wrp ul.last {
	border-top: 1px solid #000;
}
#footer .con_sitemap .wrp .right ul {
	padding-bottom: 1em;
}
#footer .con_sitemap .wrp .right ul.last {
	padding-top: 2em;
}
#footer #copyright {
	margin-top: 30px;
	border-top: 1px solid #000;
	text-align: center;
	color: #f0ede6;
	padding-top: 1.5em;
	font-size: 86%;
}

/* -----------------------------------------------------------
	#js-gnav
----------------------------------------------------------- */
#js-gnav {
	position: fixed;
	z-index: 100;
	top: 0;
	right: -50%;
	width: 50%;
	height: 100%;
	visibility: hidden;
	opacity: 0;
	background: #0b267f;
	background: rgba(11, 38, 127, 0.92);
}
@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: 50px;
		height: 50px;
  }
}
#js-gnav #gnav-close a {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background: #000000;
	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 #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 .gnav-header .lan {
	overflow: hidden;
	margin-top: 20px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-header .lan li {
	color: #ffffff;
	display: inline-block;
	padding: 0 20px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-header .lan li:first-child {
	border-right: 1px solid #ffffff;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-header .lan li a {
	margin-bottom: 0;
	text-decoration: underline;
}
#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%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  #js-gnav #js-gnav-menu .gnav-inner .nav .btn_rsv a span {
		font-size: 108%;
  }
}
#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;
	padding-top: 10px;
	border-top: 1px solid #6473a4;
}
#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: #141b36;
}
#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%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  #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: 30px;
	text-align: center;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns {
	margin-bottom: 20px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a {
	color: #fff;
	text-decoration: none;
	font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a {
		font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  #js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a {
		font-size: 200%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  #js-gnav #js-gnav-menu .gnav-inner .gnav-footer .sns li a {
		font-size: 200%;
  }
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer address {
	margin-bottom: 5px;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer address, #js-gnav #js-gnav-menu .gnav-inner .gnav-footer p {
	color: #fff;
	font-size: 93%;
}
#js-gnav #js-gnav-menu .gnav-inner .gnav-footer .txt_tel a {
	color: #fff;
	text-decoration: none;
}

/* -----------------------------------------------------------
	#fixnav
----------------------------------------------------------- */
#fix-nav {
	top: 7px;
	right: 50%;
	position: absolute;
	z-index: 90;
	margin-right: -640px;
}
@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;
}
#fix-nav .wrp {
	display: table;
	float: right;
}
#fix-nav .wrp > * {
	display: table-cell;
	vertical-align: middle;
	background-color: rgba(255, 255, 255, 0.7);
}
#fix-nav .wrp .htl {
	display: none;
}
#fix-nav .wrp a {
	display: block;
	text-decoration: none;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
}
#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: #0b267f;
	-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: #091f66;
}
@media only screen and (max-width: 767px) {
  #fix-nav .wrp .menu a {
		padding: 10px 17px;
  }
}
#fix-nav.fixed {
	position: fixed;
	top: 0;
}
#fix-nav.fixed .htl {
	display: table-cell;
	padding: 0 5px;
}
@media only screen and (max-width: 767px) {
  #fix-nav.fixed .htl {
		font-size: 10px;
  }
}
#fix-nav.fixed .htl a {
	color: #333333;
	border: none;
	background: none;
}

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

#popup-search {
	width: 300px;
	background: rgba(72, 65, 45, 0.96);
	position: fixed;
	right: 0;
	z-index: 100;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	top: 0;
}
@media only screen and (max-width: 1024px) {
  #popup-search {
		position: fixed;
		z-index: 100;
		top: 0;
		right: -50%;
		width: 50%;
		height: 100%;
		visibility: hidden;
		opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  #popup-search {
		width: 100%;
		right: -100%;
  }
}
@media only screen and (max-width: 1024px) {
  #popup-search .inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
  }
}
#popup-search .tab {
	position: relative;
	padding: 20px 15px 0;
	z-index: 11;
	top: 1px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: baseline;
	align-items: baseline;
}
#popup-search .tab:before {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #786d5b;
	z-index: -1;
}
#popup-search .tab li {
	float: left;
	margin: 0 2px;
	text-align: center;
	cursor: pointer;
	border-collapse: collapse;
}
#popup-search .tab li:first-child {
	width: 40%;
}
#popup-search .tab li:last-child {
	width: 60%;
}
#popup-search .tab li a {
	display: block;
	padding: 10px 0;
	color: #fff;
	background: #2f271a;
	border: 1px solid #48412d;
	border-bottom: 1px solid #786d5b;
	text-decoration: none;
	font-size: 100%;
	line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popup-search .tab li a {
		padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #popup-search .tab li a {
		padding: 20px 0;
  }
}
#popup-search .tab li a.active_tab {
	color: #fff;
	background: rgba(72, 65, 45, 0.96);
	cursor: pointer;
	border: 1px solid #786d5b;
	border-bottom: 1px solid rgba(72, 65, 45, 0.96);
	border-collapse: collapse;
}
#popup-search ul.tab_cs {
	position: relative;
	overflow: hidden;
}
#popup-search ul.tab_cs li.hide {
	display: none;
}
#popup-search .box_header {
	background: #e05f0a;
	position: relative;
	padding: 0 12px;
}
#popup-search .box_header h3 {
	line-height: 50px;
	font-weight: normal;
}
#popup-search .box_header h3 i {
	margin-right: 0.5em;
	font-size: 136%;
	margin-top: -0.2em;
}
#popup-search .box_header h3 span.en {
	font-family: "Oswald", sans-serif;
	font-size: 158%;
}
#popup-search .box_header h3 span.jp {
	font-size: 108%;
	margin-left: 0.5em;
}
#popup-search .box_header .btn_close {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -20px;
}
#popup-search .box_header .btn_close a {
	display: block;
	width: 40px;
	line-height: 40px;
	height: 40px;
	background: #c75313;
	font-size: 150%;
	text-align: center;
	color: #fff;
}
#popup-search .wrp_search_air {
	border-top: 3px solid #48412d;
	padding: 15px;
}
#popup-search .wrp_search_air .wrp_form01, #popup-search .wrp_search_air .wrp_form02, #popup-search .wrp_search_air .wrp_form03 {
	display: table;
	width: 100%;
}
#popup-search .wrp_search_air .wrp_form01 > *, #popup-search .wrp_search_air .wrp_form02 > *, #popup-search .wrp_search_air .wrp_form03 > * {
	display: table-cell;
	vertical-align: top;
}
#popup-search .wrp_search_air dl dt {
	margin-bottom: 5px;
}
#popup-search .wrp_search_air dl dd input[type="text"] {
	width: 185px;
}
@media only screen and (max-width: 1024px) {
  #popup-search .wrp_search_air dl dd input[type="text"] {
		width: 100%;
  }
}
#popup-search .wrp_search_air dl dd .select {
	display: block;
	height: 55px;
	position: relative;
	background: #fff;
	line-height: 55px;
	padding: 0 12px;
	color: #222222;
	width: 85px;
}
@media only screen and (max-width: 1024px) {
  #popup-search .wrp_search_air dl dd .select {
		width: auto;
  }
}
#popup-search .wrp_search_air dl dd .select:after {
	content: "\f0dd";
	display: block;
	font-family: "FontAwesome";
	right: 8px;
	top: 50%;
	color: #222;
	font-size: 13px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	margin-top: -0.2em;
	z-index: 2;
}
#popup-search .wrp_search_air dl dd .select span {
	font-family: "Oswald", sans-serif;
	font-size: 186%;
}
#popup-search .wrp_search_air dl dd .select select {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#popup-search .wrp_search_air dl dd .select select.custom_select {
	opacity: 1;
  /*reset*/
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding: 0 15px;
	background: none transparent;
	vertical-align: middle;
}
#popup-search .wrp_search_air dl.airport dd label.select {
	width: 100%;
}
#popup-search .wrp_search_air dl.airport.ar_airport {
	padding-left: 3px;
}
#popup-search .wrp_search_air .check input {
	position: absolute;
	opacity: 0;
}
#popup-search .wrp_search_air .check input:checked + label:before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 108%;
	position: absolute;
	width: 20px;
	text-align: center;
	display: block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#popup-search .wrp_search_air .check label {
	padding-left: 30px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
}
#popup-search .wrp_search_air .check label:after {
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 1px solid #dddcdc;
	position: absolute;
	box-sizing: border-box;
}
#popup-search .wrp_search_air .day {
	width: 85px;
	padding-left: 3px;
}
@media only screen and (max-width: 1024px) {
  #popup-search .wrp_search_air .day {
		width: 95px;
  }
}
#popup-search .wrp_search_air .person {
	padding-left: 3px;
}
#popup-search .wrp_search_air .wrp_form02 {
	margin-top: 20px;
}
#popup-search .wrp_search_air .wrp_form02 .mitei {
	position: relative;
	margin-top: 10px;
	vertical-align: bottom;
}
#popup-search .wrp_search_air .att_txt {
	clear: both;
	font-size: 12px;
}
#popup-search .wrp_search_air .wrp_form03 {
	margin-top: 20px;
}
#popup-search .wrp_search_air .wrp_form03 .room {
	width: 85px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popup-search .wrp_search_air .wrp_form03 .room {
		width: auto;
  }
}
#popup-search .wrp_search_air .wrp_form03 .mitei {
	position: relative;
	padding-left: 10px;
	vertical-align: bottom;
}
#popup-search .wrp_search_air .type {
	margin-top: 20px;
}
#popup-search .wrp_search_air .type ul li {
	margin-bottom: 7px;
}
#popup-search .wrp_search_air .type ul li input {
	position: absolute;
	opacity: 0;
}
#popup-search .wrp_search_air .type ul li label {
	padding-left: 30px;
	line-height: 20px;
	position: relative;
}
#popup-search .wrp_search_air .type ul li label:after {
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 1px solid #dddcdc;
	position: absolute;
	box-sizing: border-box;
}
#popup-search .wrp_search_air .btn_submit {
	margin-top: 20px;
}
#popup-search .wrp_search_air .btn_submit p {
	display: block;
	cursor: pointer;
	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;
	color: #fff !important;
	background: #000;
	border: 1px solid #000;
}
#popup-search .wrp_search_air .btn_submit p span {
	font-size: 108%;
	padding: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popup-search .wrp_search_air .btn_submit p span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #popup-search .wrp_search_air .btn_submit p span {
		font-size: 100%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  #popup-search .wrp_search_air .btn_submit p span {
		font-size: 108%;
  }
}
#popup-search .wrp_search_air .btn_submit p:hover {
	background: #fff;
	color: #000 !important;
}
#popup-search .wrp_search_air .btn_submit p span {
	display: block;
}
#popup-search .wrp_search_air .btn_submit p: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%);
}
#popup-search .wrp_search_air .btn_submit p:hover:after {
	right: 0.5em;
}
#popup-search .wrp_search_air .btn_submit p i {
	margin-right: 1em;
}
#popup-search .wrp_search_air .btn_submit p:after {
	display: none !important;
}
#popup-search .wrp_search_air .link {
	margin-top: 10px;
	overflow: hidden;
}
#popup-search .wrp_search_air .link li {
	margin-left: 1em;
	float: left;
}
#popup-search .wrp_search_air .link li:first-child {
	margin-left: 0;
}
#popup-search .wrp_search_air .link li a {
	color: #fff;
	font-size: 93%;
}
#popup-search .wrp_search_air .link li a i {
	margin-right: 0.5em;
}
#popup-search .wrp_search {
	border-top: 3px solid #48412d;
	padding: 15px;
}
#popup-search .wrp_search .wrp_form01, #popup-search .wrp_search .wrp_form02 {
	display: table;
	width: 100%;
}
#popup-search .wrp_search .wrp_form01 > *, #popup-search .wrp_search .wrp_form02 > * {
	display: table-cell;
	vertical-align: top;
}
#popup-search .wrp_search dl dt {
	margin-bottom: 5px;
}
#popup-search .wrp_search dl dd input[type="text"] {
	width: 185px;
}
@media only screen and (max-width: 1024px) {
  #popup-search .wrp_search dl dd input[type="text"] {
		width: 100%;
  }
}
#popup-search .wrp_search dl dd .select {
	display: block;
	height: 55px;
	position: relative;
	background: #fff;
	line-height: 55px;
	padding: 0 12px;
	color: #222222;
	width: 85px;
}
@media only screen and (max-width: 1024px) {
  #popup-search .wrp_search dl dd .select {
		width: auto;
  }
}
#popup-search .wrp_search dl dd .select:after {
	content: "\f0dd";
	display: block;
	font-family: "FontAwesome";
	right: 8px;
	top: 50%;
	color: #222;
	font-size: 13px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	margin-top: -0.2em;
	z-index: 2;
}
#popup-search .wrp_search dl dd .select span {
	font-family: "Oswald", sans-serif;
	font-size: 186%;
}
#popup-search .wrp_search dl dd select {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#popup-search .wrp_search .check input {
	position: absolute;
	opacity: 0;
}
#popup-search .wrp_search .check input:checked + label:before {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 108%;
	position: absolute;
	width: 20px;
	text-align: center;
	display: block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#popup-search .wrp_search .check label {
	padding-left: 30px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
}
#popup-search .wrp_search .check label:after {
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 1px solid #dddcdc;
	position: absolute;
}
#popup-search .wrp_search .day {
	width: 85px;
	padding-left: 3px;
}
@media only screen and (max-width: 1024px) {
  #popup-search .wrp_search .day {
		width: 95px;
  }
}
#popup-search .wrp_search .person {
	padding-left: 3px;
}
#popup-search .wrp_search .wrp_form01 .mitei {
	margin-top: 10px;
}
#popup-search .wrp_search .wrp_form02 {
	margin-top: 20px;
}
#popup-search .wrp_search .wrp_form02 .mitei {
	margin-top: 0;
	vertical-align: bottom;
	padding-left: 10px;
}
#popup-search .wrp_search .type {
	margin-top: 20px;
}
#popup-search .wrp_search .type ul li {
	margin-bottom: 7px;
}
#popup-search .wrp_search .type ul li input {
	position: absolute;
	opacity: 0;
}
#popup-search .wrp_search .type ul li label {
	padding-left: 30px;
	line-height: 20px;
	position: relative;
}
#popup-search .wrp_search .type ul li label:after {
	content: "";
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 1px solid #dddcdc;
	position: absolute;
}
#popup-search .wrp_search .btn_submit {
	margin-top: 20px;
}
#popup-search .wrp_search .btn_submit p {
	display: block;
	cursor: pointer;
	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;
	color: #fff !important;
	background: #000;
	border: 1px solid #000;
}
#popup-search .wrp_search .btn_submit p span {
	font-size: 108%;
	padding: 1.2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popup-search .wrp_search .btn_submit p span {
		font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #popup-search .wrp_search .btn_submit p span {
		font-size: 100%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  #popup-search .wrp_search .btn_submit p span {
		font-size: 108%;
  }
}
#popup-search .wrp_search .btn_submit p:hover {
	background: #fff;
	color: #000 !important;
}
#popup-search .wrp_search .btn_submit p span {
	display: block;
}
#popup-search .wrp_search .btn_submit p: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%);
}
#popup-search .wrp_search .btn_submit p:hover:after {
	right: 0.5em;
}
#popup-search .wrp_search .btn_submit p i {
	margin-right: 1em;
}
#popup-search .wrp_search .btn_submit p:after {
	display: none !important;
}
#popup-search .wrp_search .link {
	margin-top: 10px;
	overflow: hidden;
}
#popup-search .wrp_search .link li {
	margin-left: 1em;
	float: left;
}
#popup-search .wrp_search .link li:first-child {
	margin-left: 0;
}
#popup-search .wrp_search .link li a {
	color: #fff;
	font-size: 93%;
}
#popup-search .wrp_search .link li a i {
	margin-right: 0.5em;
}
#popup-search .box_tel {
	background: #48412d;
	padding: 15px;
}
#popup-search .box_tel dl {
	text-align: center;
}
#popup-search .box_tel dl dt {
	font-size: 93%;
}
#popup-search .box_tel dl dd {
	font-family: "Oswald", sans-serif;
	font-size: 186%;
}
#popup-search .box_tel dl dd a {
	color: #fff;
	text-decoration: none;
}
#popup-search input[type="text"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	line-height: 55px;
	padding: 0 12px;
	background: #fff;
	font-family: "Oswald", sans-serif;
	font-size: 186%;
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #222222;
	position: relative;
	height: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #popup-search input[type="text"] {
		font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  #popup-search input[type="text"] {
		font-size: 186%;
  }
}
@media only screen and (min-width: 896.5px) and (max-width: 1024px) {
  #popup-search input[type="text"] {
		font-size: 186%;
  }
}
#popup-search .inputfield {
	position: relative;
}
#popup-search .inputfield:after {
	content: "\f0dd";
	display: block;
	font-family: "FontAwesome";
	right: 8px;
	top: 50%;
	color: #222;
	font-size: 13px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	position: absolute;
	margin-top: -0.2em;
	z-index: 2;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
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: 15px;
}
.slick-dots li button {
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
	width: 10px;
	padding-top: 10px;
	display: block;
	height: 0;
	overflow: hidden;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}
.slick-dots li.slick-active button {
	background: #000000;
}
