@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}
#header .con_header, .con_keyword .wrp_keyword, .con_banner, #footer .con_footer .wrp_footer, #footer .con_groupfooter, html.lower #contents .con_topicpath, .con_mainsearch .box_mainsearch, .con_recent .box_recent {
	max-width: 1280px;
	width: 1280px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}

/*Animate */
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	color: #1b1b1b;
	background: #fff;
	-webkit-text-size-adjust: none;
	font-size: 124%;
}
.ie body {
	font-size: 120%;
	font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
@media only screen and (max-width: 767px) {
  body {
		font-size: 116%;
  }
}
body a {
	color: #0085ea;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
body a:link, body a:visited, body a:active {
	text-decoration: none;
}
.mouse body a:hover, .touch body a.touchstart {
	text-decoration: underline;
	color: #1e9eff;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, 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;
}

h1 {
	font-size: 188%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
		font-size: 182%;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
		font-size: 163%;
  }
}

h2 {
	font-size: 163%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2 {
		font-size: 157%;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
		font-size: 138%;
  }
}

h3 {
	font-size: 125%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h3 {
		font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
		font-size: 119%;
  }
}

h4 {
	font-size: 113%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h4 {
		font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
		font-size: 107%;
  }
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@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;
}
#page .box_userinfo {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#page .box_userinfo_footer {
	display: block;
}
#page .box_userinfo_footer ul {
	display: flex; 
	justify-content: flex-end; 
	-webkit-justify-content: flex-end;
}
#page .box_userinfo li, #page .box_userinfo_footer li {
	position: relative;
}
#page .box_userinfo li a, #page .box_userinfo_footer li a {
	display: block;
	text-align: center;
	color: #1b1b1b;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	font-size: 12px;
}
#page .box_userinfo li a:hover, #page .box_userinfo_footer li a:hover {
	text-decoration: none;
}
#page .box_userinfo li a i, #page .box_userinfo_footer li a i {
	font-size: 24px;
	margin-bottom: 5px;
}
#page .box_userinfo li a .num, #page .box_userinfo_footer li a .num {
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	display: none;
	font-size: 16px;
	line-height: 1.5;
}
#page .box_userinfo li a .num:after, #page .box_userinfo_footer li a .num:after {
	content: "▼";
	position: absolute;
	bottom: -7px;
	font-size: 12px;
	left: 0;
	right: 0;
	z-index: 0;
}
#page .box_userinfo li a .num em, #page .box_userinfo_footer li a .num em {
	display: inline-block;
	padding: 0 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	font-family: arial, sans-serif;
	font-size: 12px;
	z-index: 1;
}
@media only screen and (min-width: 1025px) {
  #page .box_userinfo li.btn_history a:hover, #page .box_userinfo_footer li.btn_history a:hover {
		background: #0068b7;
		color: #fff !important;
  }
}
@media print {
  #page .box_userinfo li.btn_history a:hover, #page .box_userinfo_footer li.btn_history a:hover {
		background: #0068b7;
		color: #fff !important;
  }
}
.ie8 #page .box_userinfo li.btn_history a:hover, .ie8 #page .box_userinfo_footer li.btn_history a:hover {
	background: #0068b7;
	color: #fff !important;
}
#page .box_userinfo li.btn_history.active a, #page .box_userinfo_footer li.btn_history.active a {
	color: #0068b7;
}
#page .box_userinfo li.btn_history.active .num, #page .box_userinfo_footer li.btn_history.active .num {
	display: block;
}
#page .box_userinfo li.btn_history.active .num:after, #page .box_userinfo_footer li.btn_history.active .num:after {
	color: #d7e9f6;
}
#page .box_userinfo li.btn_history.active .num em, #page .box_userinfo_footer li.btn_history.active .num em {
	background: #d7e9f6;
	color: #0068b7;
}
@media only screen and (min-width: 1025px) {
  #page .box_userinfo li.btn_book a:hover, #page .box_userinfo_footer li.btn_book a:hover {
		background: #A51218;
		color: #fff !important;
  }
}
@media print {
  #page .box_userinfo li.btn_book a:hover, #page .box_userinfo_footer li.btn_book a:hover {
		background: #A51218;
		color: #fff !important;
  }
}
.ie8 #page .box_userinfo li.btn_book a:hover, .ie8 #page .box_userinfo_footer li.btn_book a:hover {
	background: #A51218;
	color: #fff !important;
}
#page .box_userinfo li.btn_book.active a, #page .box_userinfo_footer li.btn_book.active a {
	color: #d0121b;
}
#page .box_userinfo li.btn_book.active i:before, #page .box_userinfo_footer li.btn_book.active i:before {
	content: "\f004";
}
#page .box_userinfo li.btn_book.active .num, #page .box_userinfo_footer li.btn_book.active .num {
	display: block;
}
#page .box_userinfo li.btn_book.active .num:after, #page .box_userinfo_footer li.btn_book.active .num:after {
	color: #f7cacd;
}
#page .box_userinfo li.btn_book.active .num em, #page .box_userinfo_footer li.btn_book.active .num em {
	background: #f7cacd;
	color: #d0121b;
}

#page .box_userinfo_footer .snslink {
	width: 100%; 
	margin-top: 30px; 
	text-align: right;
}

#page .box_userinfo_footer .snslinktitle {
	vertical-align: middle;
}

#page .box_userinfo_footer .twittericon {
	width: 38px; 
	margin-left: 15px;
	vertical-align: middle;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .tab_site ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#header .tab_site ul li {
	width: 50%;
	text-align: center;
}
#header .tab_site ul li.here {
	border-top: 6px solid #d0121b;
	text-align: center;
	line-height: .6;
	color: #d0121b;
	vertical-align: top;
}
#header .tab_site ul li.blank {
	font-weight: bold;
	letter-spacing: .1em;
}
#header .tab_site ul li.blank a {
	display: block;
	background: #0068b7;
	color: #fff;
	padding: .2em;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2) inset;
}
@media only screen and (max-width: 767px) {
  #header .tab_site ul li.blank a {
		font-size: 88%;
  }
}
#header .tab_site ul li.blank a:hover {
	text-decoration: none;
	background: #1b1b1b;
}
@media only screen and (min-width: 768px) {
  #header .con_header {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
  }
}
@media print {
  #header .con_header {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
  }
}
.ie8 #header .con_header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #header .con_header {
		width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
		margin: .2em auto;
  }
}
@media only screen and (min-width: 768px) {
  #header .con_header .box_header {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding-bottom: 20px;
  }
}
@media print {
  #header .con_header .box_header {
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		padding-bottom: 20px;
  }
}
.ie8 #header .con_header .box_header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {
  #header .con_header .box_header {
		width: 1055px;
  }
}
@media print {
  #header .con_header .box_header {
		width: 1055px;
  }
}
.ie8 #header .con_header .box_header {
	width: 1055px;
}
#header .con_header .box_header .logo {
	width: 280px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .box_header .logo {
		width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .logo {
		width: 48%;
  }
}
@media only screen and (min-width: 1025px) {
  #header .con_header .box_header .logo a:hover {
		opacity: 0.7;
  }
}
@media print {
  #header .con_header .box_header .logo a:hover {
		opacity: 0.7;
  }
}
.ie8 #header .con_header .box_header .logo a:hover {
	opacity: 0.7;
}
#header .con_header .box_header #gnav {
	padding: 20px 0 0 20px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: center;
	align-items: center;
	width: 775px;
}
#header .con_header .box_header #gnav .gnav {
	width: 50%;
}
#header .con_header .box_header #gnav .gnav li {
	display: inline-block;
	margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .box_header #gnav .gnav li {
		margin-left: 5px;
  }
}
#header .con_header .box_header #gnav .gnav li a {
	font-weight: bold;
	letter-spacing: .05em;
	color: #1b1b1b;
	position: relative;
	display: inline-block;
}
#header .con_header .box_header #gnav .gnav li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #1b1b1b;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #header .con_header .box_header #gnav .gnav li a:hover {
		text-decoration: none;
  }
  #header .con_header .box_header #gnav .gnav li a:hover:after {
		width: 100%;
  }
}
@media print {
  #header .con_header .box_header #gnav .gnav li a:hover {
		text-decoration: none;
  }
  #header .con_header .box_header #gnav .gnav li a:hover:after {
		width: 100%;
  }
}
.ie8 #header .con_header .box_header #gnav .gnav li a:hover {
	text-decoration: none;
}
.ie8 #header .con_header .box_header #gnav .gnav li a:hover:after {
	width: 100%;
}
#header .con_header .box_header #gnav .gnav li a:hover {
	text-decoration: none;
}
#header .con_header .box_header #gnav .gnav li.gnav_faq a {
	letter-spacing: 0;
}
body#homepage #header .con_header .box_header #gnav .gnav .gnav_hom a:after {
	width: 100%;
}
body#search #header .con_header .box_header #gnav .gnav .gnav_are a:after {
	width: 100%;
}
body#faq #header .con_header .box_header #gnav .gnav .gnav_faq a:after {
	width: 100%;
}
#header .con_header .box_header #gnav .snav {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
}
#header .con_header .box_header #gnav .snav li {
	width: 33.33333%;
}
#header .con_header .box_header #gnav .snav li:before {
	color: #cccccc;
	font-size: 63%;
}
#header .con_header .box_header #gnav .snav li a {
	font-size: 69%;
	color: #909090;
}
#header .con_header .box_header .button_container {
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: 20%;
	height: 16vw;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .button_container {
		height: 15vw;
  }
}
#header .con_header .box_header .button_container:after {
	content: "メニュー";
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .05em;
	color: #1b1b1b;
	display: block;
	text-align: center;
	position: absolute;
	bottom: .3em;
	left: 0;
	right: 0;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .button_container:after {
		font-size: 10px;
  }
}
#header .con_header .box_header .button_container span {
	background: #1b1b1b;
	border: none;
	height: 3px;
	width: 40%;
	position: absolute;
	bottom: 83%;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0 auto;
	transition: all .35s ease;
	cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .button_container span {
		height: 2px;
		bottom: 80%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .button_container span:nth-of-type(2) {
		bottom: 64%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .button_container span:nth-of-type(3) {
		bottom: 49%;
  }
}
#header .con_header .box_userinfo {
	width: 185px;
}
#header .con_header .box_userinfo li {
	width: 50%;
	border-right: 1px solid #ddd;
}
#header .con_header .box_userinfo li.btn_history {
	border-left: 1px solid #ddd;
}
#header .con_header .box_userinfo li a {
	padding-top: 20px;
	height: 100%;
}
#header .con_header .box_userinfo li a .num {
	top: 8px;
}

/* -----------------------------------------------------------
	.con_keyword キーワード検索
----------------------------------------------------------- */
.con_keyword {
	background: #d0121b;
	padding: 15px 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_keyword {
		padding: 0;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .con_keyword .wrp_keyword {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
  }
}
@media print {
  .con_keyword .wrp_keyword {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
  }
}
.ie8 .con_keyword .wrp_keyword {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
@media only screen and (min-width: 1025px) {
  .con_keyword .wrp_keyword {
		-webkit-align-items: center;
		align-items: center;
  }
}
@media print {
  .con_keyword .wrp_keyword {
		-webkit-align-items: center;
		align-items: center;
  }
}
.ie8 .con_keyword .wrp_keyword {
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_keyword .wrp_keyword {
		padding: 10px 2% 5px;
		background: #333;
		width: 80%;
  }
}
.con_keyword .wrp_keyword h3 {
	color: #fff;
	font-weight: bold;
	font-size: 113%;
	text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_keyword .wrp_keyword h3 {
		font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_keyword .wrp_keyword h3 {
		font-size: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_keyword .wrp_keyword h3 {
		width: 20%;
		padding-left: 10px;
  }
}
@media print {
  .con_keyword .wrp_keyword h3 {
		width: 20%;
		padding-left: 10px;
  }
}
.ie8 .con_keyword .wrp_keyword h3 {
	width: 20%;
	padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_keyword .wrp_keyword h3 {
		padding-left: 0;
		padding: 10px 0 0 0;
		text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .con_keyword .wrp_keyword form {
		width: 80%;
  }
}
@media print {
  .con_keyword .wrp_keyword form {
		width: 80%;
  }
}
.ie8 .con_keyword .wrp_keyword form {
	width: 80%;
}
.con_keyword .wrp_keyword form .box_keyword {
	display: -webkit-flex;
	display: flex;
}
@media only screen and (max-width: 767px) {
  .con_keyword .wrp_keyword form .box_keyword {
		flex-wrap: wrap;
  }
}
.con_keyword .wrp_keyword form .box_keyword .area {
	width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_keyword .wrp_keyword form .box_keyword .area {
		width: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_keyword .wrp_keyword form .box_keyword .area {
		width: 85%;
  }
}
.con_keyword .wrp_keyword form .box_keyword .area input {
	width: 100%;
	display: block;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: none;
	margin: 0;
	padding: 5px 10px;
	outline: none;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_keyword .wrp_keyword form .box_keyword .area input {
		font-size: 88%;
		padding: 5px;
  }
}
.con_keyword .wrp_keyword form .box_keyword .btn_keyword {
	width: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_keyword .wrp_keyword form .box_keyword .btn_keyword {
		width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_keyword .wrp_keyword form .box_keyword .btn_keyword {
		width: 15%;
  }
}
.con_keyword .wrp_keyword form .box_keyword .btn_keyword input {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0;
	border-radius: 0 5px 5px 0;
	background: #1b1b1b;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
	font-family: "Ionicons";
	font-size: 150%;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.con_keyword .wrp_keyword form .box_keyword .btn_keyword input:hover {
	background: #555;
}
@media only screen and (max-width: 767px) {
  .con_keyword .wrp_keyword form .box_keyword .btn_keyword input {
		background: #0068b7;
  }
}
.con_keyword .wrp_keyword form .txt_ex {
	display: block;
	color: #fff;
	font-size: 88%;
	padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_keyword .wrp_keyword form .txt_ex {
		font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_keyword .wrp_keyword form .txt_ex {
		font-size: 2.45vw;
  }
}
.con_keyword .wrp_keyword form .txt_ex em {
	font-weight: bold;
	font-size: 100%;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_banner
----------------------------------------------------------- */
.con_banner {
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
		margin-bottom: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_banner .box_banner .bn {
		padding: 0 5px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_banner .box_banner .bn a:hover {
		display: block;
		opacity: 0.7;
  }
}
@media print {
  .con_banner .box_banner .bn a:hover {
		display: block;
		opacity: 0.7;
  }
}
.ie8 .con_banner .box_banner .bn a:hover {
	display: block;
	opacity: 0.7;
}
.con_banner .box_banner .slick-prev,
.con_banner .box_banner .slick-next {
	width: 20px;
	font-size: 24px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	color: #fff;
	background: #000;
	border: none;
}
@media only screen and (max-width: 767px) {
  .con_banner .box_banner .slick-prev,
  .con_banner .box_banner .slick-next {
		width: 4%;
  }
}
.con_banner .box_banner .slick-prev.slick-disabled,
.con_banner .box_banner .slick-next.slick-disabled {
	display: none !important;
}
.con_banner .box_banner .slick-prev {
	left: -20px;
}
@media only screen and (max-width: 1024px) {
  .con_banner .box_banner .slick-prev {
		left: -2.5%;
  }
}
.con_banner .box_banner .slick-next {
	right: -12px;
}
@media only screen and (max-width: 1024px) {
  .con_banner .box_banner .slick-next {
		right: -2.5%;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer {
		margin-bottom: 5em;
  }
}
#footer .con_footer {
	background: #d0121b;
	color: #fff;
	padding: 20px 0 30px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
		padding: 40px 0 15px;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .wrp_footer {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
  }
}
@media print {
  #footer .con_footer .wrp_footer {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		flex-wrap: wrap;
  }
}
.ie8 #footer .con_footer .wrp_footer {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .wrp_footer .box_userinfo, #footer .con_footer .wrp_footer .box_userinfo_footer {
		order: 2;
		width: 20%;
  }
}
@media print {
  #footer .con_footer .wrp_footer .box_userinfo, #footer .con_footer .wrp_footer .box_userinfo_footer {
		order: 2;
		width: 20%;
  }
}
.ie8 #footer .con_footer .wrp_footer .box_userinfo, .ie8 #footer .con_footer .wrp_footer .box_userinfo_footer {
	order: 2;
	width: 20%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .wrp_footer .box_userinfo, #footer .con_footer .wrp_footer .box_userinfo_footer {
		-webkit-justify-content: center;
		justify-content: center;
		margin-bottom: 30px;
  }
}
#footer .con_footer .wrp_footer .box_userinfo li a, #footer .con_footer .wrp_footer .box_userinfo_footer li a {
	background: #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	width: 76px;
	height: 76px;
}
#footer .con_footer .wrp_footer .box_userinfo li.btn_history, #footer .con_footer .wrp_footer .box_userinfo_footer li.btn_history {
	margin-right: 15px;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .wrp_footer .box_userinfo li.btn_history a:hover, #footer .con_footer .wrp_footer .box_userinfo_footer li.btn_history a:hover {
		background: #0068b7;
  }
}
@media print {
  #footer .con_footer .wrp_footer .box_userinfo li.btn_history a:hover, #footer .con_footer .wrp_footer .box_userinfo_footer li.btn_history a:hover {
		background: #0068b7;
  }
}
.ie8 #footer .con_footer .wrp_footer .box_userinfo li.btn_history a:hover, .ie8 #footer .con_footer .wrp_footer .box_userinfo_footer li.btn_history a:hover {
	background: #0068b7;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .wrp_footer .box_userinfo li.btn_book a:hover, #footer .con_footer .wrp_footer .box_userinfo_footer li.btn_book a:hover {
		background: #A51218;
  }
}
@media print {
  #footer .con_footer .wrp_footer .box_userinfo li.btn_book a:hover, #footer .con_footer .wrp_footer .box_userinfo_footer li.btn_book a:hover {
		background: #A51218;
  }
}
.ie8 #footer .con_footer .wrp_footer .box_userinfo li.btn_book a:hover, .ie8 #footer .con_footer .wrp_footer .box_userinfo_footer li.btn_book a:hover {
	background: #A51218;
}
#footer .con_footer .wrp_footer .con_menulist {
	margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .wrp_footer .con_menulist {
		width: 80%;
		padding-top: 20px;
		order: 1;
  }
}
@media print {
  #footer .con_footer .wrp_footer .con_menulist {
		width: 80%;
		padding-top: 20px;
		order: 1;
  }
}
.ie8 #footer .con_footer .wrp_footer .con_menulist {
	width: 80%;
	padding-top: 20px;
	order: 1;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .wrp_footer .con_menulist {
		display: none;
  }
}
#footer .con_footer .wrp_footer .con_menulist ul li {
	display: inline-block;
	margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .wrp_footer .con_menulist ul li {
		margin-right: 10px;
  }
}
#footer .con_footer .wrp_footer .con_menulist ul li a {
	color: #fff;
	position: relative;
	display: inline-block;
}
#footer .con_footer .wrp_footer .con_menulist ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .wrp_footer .con_menulist ul li a:hover {
		text-decoration: none;
  }
  #footer .con_footer .wrp_footer .con_menulist ul li a:hover:after {
		width: 100%;
  }
}
@media print {
  #footer .con_footer .wrp_footer .con_menulist ul li a:hover {
		text-decoration: none;
  }
  #footer .con_footer .wrp_footer .con_menulist ul li a:hover:after {
		width: 100%;
  }
}
.ie8 #footer .con_footer .wrp_footer .con_menulist ul li a:hover {
	text-decoration: none;
}
.ie8 #footer .con_footer .wrp_footer .con_menulist ul li a:hover:after {
	width: 100%;
}
#footer .con_footer .wrp_footer .con_menulist ul.nav {
	margin-bottom: 10px;
}
#footer .con_footer .wrp_footer .con_menulist ul.nav li {
	font-size: 113%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .wrp_footer .con_menulist ul.nav li {
		font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .wrp_footer .con_menulist ul.nav li {
		font-size: 107%;
  }
}
#footer .con_footer .wrp_footer .con_menulist ul.subnav li {
	font-size: 88%;
}
#footer .con_footer .wrp_footer .box_footer {
	width: 80%;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .wrp_footer .box_footer {
		order: 3;
		padding-top: 25px;
  }
}
@media print {
  #footer .con_footer .wrp_footer .box_footer {
		order: 3;
		padding-top: 25px;
  }
}
.ie8 #footer .con_footer .wrp_footer .box_footer {
	order: 3;
	padding-top: 25px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .wrp_footer .box_footer {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
  }
}
#footer .con_footer .wrp_footer .box_footer .sitename {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .wrp_footer .box_footer .sitename {
		width: 80%;
		margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .con_footer .wrp_footer .box_footer .sitename a:hover {
		opacity: 0.7;
  }
}
@media print {
  #footer .con_footer .wrp_footer .box_footer .sitename a:hover {
		opacity: 0.7;
  }
}
.ie8 #footer .con_footer .wrp_footer .box_footer .sitename a:hover {
	opacity: 0.7;
}
#footer .con_footer .wrp_footer .box_footer .sitename a img {
	max-width: 290px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .wrp_footer .box_footer .sitename a img {
		max-width: 100%;
  }
}
#footer .con_footer .wrp_footer .box_footer .sitename a span {
	color: #fff;
	display: inline-block;
	padding: 10px 0 0 15px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .wrp_footer .box_footer .sitename a span {
		padding: 0 0 15px;
  }
}
#footer .con_footer .wrp_footer .box_footer #copyright {
	font-size: 75%;
}
#footer .con_footer .wrp_footer .bn {
	width: 20%;
	max-width: 253px;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .wrp_footer .bn {
		order: 4;
  }
  #footer .con_footer .wrp_footer .bn a:hover {
		opacity: 0.7;
  }
}
@media print {
  #footer .con_footer .wrp_footer .bn {
		order: 4;
  }
  #footer .con_footer .wrp_footer .bn a:hover {
		opacity: 0.7;
  }
}
.ie8 #footer .con_footer .wrp_footer .bn {
	order: 4;
}
.ie8 #footer .con_footer .wrp_footer .bn a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .wrp_footer .bn {
		width: 90%;
		margin: 0 auto;
  }
}
#footer .con_footer .wrp_footer .bn a {
	display: block;
	background: #fff;
	padding: 12px 0;
}
#footer .con_groupfooter {
	text-align: center;
}
#footer .con_groupfooter .logo {
	max-width: 170px;
	margin: 30px auto 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_groupfooter .logo {
		width: 50%;
		margin: 25px auto 15px;
  }
}
@media only screen and (min-width: 1025px) {
  #footer .con_groupfooter .logo a:hover {
		opacity: 0.7;
  }
}
@media print {
  #footer .con_groupfooter .logo a:hover {
		opacity: 0.7;
  }
}
.ie8 #footer .con_groupfooter .logo a:hover {
	opacity: 0.7;
}
#footer .con_groupfooter nav {
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .con_groupfooter nav {
		margin-bottom: 5px;
  }
}
#footer .con_groupfooter nav ul li {
	display: inline-block;
}
#footer .con_groupfooter nav ul li a {
	color: #1b1b1b;
	font-size: 88%;
	margin: 0 10px;
	position: relative;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
  #footer .con_groupfooter nav ul li a {
		font-size: 75%;
		margin: 0 3px;
  }
}
#footer .con_groupfooter nav ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #1b1b1b;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
@media only screen and (min-width: 1025px) {
  #footer .con_groupfooter nav ul li a:hover {
		text-decoration: none;
  }
  #footer .con_groupfooter nav ul li a:hover:after {
		width: 100%;
  }
}
@media print {
  #footer .con_groupfooter nav ul li a:hover {
		text-decoration: none;
  }
  #footer .con_groupfooter nav ul li a:hover:after {
		width: 100%;
  }
}
.ie8 #footer .con_groupfooter nav ul li a:hover {
	text-decoration: none;
}
.ie8 #footer .con_groupfooter nav ul li a:hover:after {
	width: 100%;
}
#footer .con_groupfooter #copyright_group {
	font-size: 75%;
	color: #555;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #contents .con_topicpath {
	margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .con_topicpath {
		margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_topicpath {
		margin-bottom: 20px;
  }
}
html.lower #contents .con_topicpath ul {
	margin: 10px auto;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_topicpath ul {
		margin: 5px auto;
  }
}
html.lower #contents .con_topicpath ul li {
	display: inline-block;
	font-size: 88%;
}
html.lower #contents .con_topicpath ul li:before {
	content: "\f105";
	font-family: "FontAwesome";
	margin: 0 10px 0 8px;
	color: #555;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .con_topicpath ul li:before {
		margin: 0 5px 0 3px;
  }
}
@media only screen and (min-width: 1025px) {
  html.lower #contents .con_topicpath ul li a {
		position: relative;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		overflow: hidden;
  }
  html.lower #contents .con_topicpath ul li a:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background: #0068b7;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
  }
  html.lower #contents .con_topicpath ul li a:hover {
		text-decoration: none;
  }
  html.lower #contents .con_topicpath ul li a:hover:after {
		width: 100%;
  }
}
@media print {
  html.lower #contents .con_topicpath ul li a {
		position: relative;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		overflow: hidden;
  }
  html.lower #contents .con_topicpath ul li a:after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 0;
		height: 1px;
		background: #0068b7;
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-ms-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
  }
  html.lower #contents .con_topicpath ul li a:hover {
		text-decoration: none;
  }
  html.lower #contents .con_topicpath ul li a:hover:after {
		width: 100%;
  }
}
.ie8 html.lower #contents .con_topicpath ul li a {
	position: relative;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	overflow: hidden;
}
.ie8 html.lower #contents .con_topicpath ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background: #0068b7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.ie8 html.lower #contents .con_topicpath ul li a:hover {
	text-decoration: none;
}
.ie8 html.lower #contents .con_topicpath ul li a:hover:after {
	width: 100%;
}
html.lower #contents .con_topicpath ul li:first-child:before {
	display: none;
}

/* -----------------------------------------------------------

	マップから検索

----------------------------------------------------------- */
/* -----------------------------------------------------------
	.btn_gps
----------------------------------------------------------- */
.btn_gps {
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .btn_gps {
		width: 20%;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
  }
}
.btn_gps a {
	display: block;
	background: #d0121b;
	color: #fff;
	padding: 1em;
}
@media only screen and (max-width: 767px) {
  .btn_gps a {
		padding: 0 .2em;
		font-size: 3.5vw;
		letter-spacing: -.05em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_gps a i {
		display: block;
		margin-bottom: .25em;
		font-size: 4vw;
  }
}
.btn_gps a:after {
	position: absolute;
	right: 5%;
	content: "\f105";
	font-family: 'FontAwesome';
}
@media only screen and (max-width: 767px) {
  .btn_gps a:after {
		display: none;
  }
}

/* -----------------------------------------------------------
	.con_mainsearch
----------------------------------------------------------- */
.con_mainsearch {
	background: url(../images/common/bg_main.jpg) center bottom no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_mainsearch {
		background-size: auto 42%;
		background-position: center 0;
  }
}
.con_mainsearch .box_mainsearch {
	padding-top: 25px;
	padding-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .con_mainsearch .box_mainsearch {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
  }
}
@media print {
  .con_mainsearch .box_mainsearch {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
  }
}
.ie8 .con_mainsearch .box_mainsearch {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch {
		width: 100%;
		padding-bottom: 5px;
  }
}
.con_mainsearch .box_mainsearch .box_map {
	position: relative;
}
@media only screen and (min-width: 768px) {
  .con_mainsearch .box_mainsearch .box_map {
		width: 55%;
  }
}
@media print {
  .con_mainsearch .box_mainsearch .box_map {
		width: 55%;
  }
}
.ie8 .con_mainsearch .box_mainsearch .box_map {
	width: 55%;
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map {
		width: 95%;
		margin: 0 auto 20px;
  }
}
.con_mainsearch .box_mainsearch .box_map > ul > li {
	display: inline-block;
	position: absolute;
}
.con_mainsearch .box_mainsearch .box_map > ul > li input[name="btn_map"] {
	display: none;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.disabled > .btn_map,
.con_mainsearch .box_mainsearch .box_map > ul > li.disabled > a {
	pointer-events: none;
	opacity: 0.7;
}
.con_mainsearch .box_mainsearch .box_map > ul > li > .btn_map,
.con_mainsearch .box_mainsearch .box_map > ul > li > a {
	display: block;
	background: #333;
	color: #fff;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: .3em 1.5em;
	cursor: pointer;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li > .btn_map,
  .con_mainsearch .box_mainsearch .box_map > ul > li > a {
		padding: .1em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li > .btn_map,
  .con_mainsearch .box_mainsearch .box_map > ul > li > a {
		font-size: 2.2vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li > .btn_map,
  .con_mainsearch .box_mainsearch .box_map > ul > li > a {
		font-size: 3.9vw;
  }
}
.con_mainsearch .box_mainsearch .box_map > ul > li > .btn_map:hover,
.con_mainsearch .box_mainsearch .box_map > ul > li > a:hover {
	text-decoration: none;
}
.con_mainsearch .box_mainsearch .box_map > ul > li > .btn_map.open:after,
.con_mainsearch .box_mainsearch .box_map > ul > li > a.open:after {
	content: "";
	width: 1000%;
	height: 1000%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: default;
}
.con_mainsearch .box_mainsearch .box_map > ul > li .box_list {
	display: none;
	position: absolute;
	z-index: 100;
	bottom: 100%;
}
.con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1em;
	width: 190px;
	margin-left: -20%;
	margin-bottom: 1em;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul {
		width: 25vw;
		margin-left: -40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul {
		padding: .5em;
		width: 50vw;
		margin-left: -60%;
  }
}
.con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul:after {
	content: "▼";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin-left: -6vw;
	text-align: center;
	color: #fff;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul:after {
		margin-left: -18vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul:after {
		margin-left: -30vw;
  }
}
.con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul li {
	display: inline-block;
}
.con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul li:before {
	content: "｜";
}
.con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul li:nth-child(3n+1):before {
	display: none;
}
.con_mainsearch .box_mainsearch .box_map > ul > li .box_list ul li.disabled a {
	pointer-events: none;
	color: #909090;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_hok {
	top: 10%;
	left: 78%;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_toh {
	top: 40%;
	left: 80%;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_kan {
	top: 70%;
	left: 75%;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_kou {
	top: 50%;
	left: 40%;
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li.btn_kou .box_list ul {
		margin-left: -30%;
  }
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_tou {
	top: 90%;
	left: 57%;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_kin {
	top: 73%;
	left: 40%;
}
@media only screen and (min-width: 1025px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li.btn_kin .box_list ul {
		width: 200px;
  }
}
@media print {
  .con_mainsearch .box_mainsearch .box_map > ul > li.btn_kin .box_list ul {
		width: 200px;
  }
}
.ie8 .con_mainsearch .box_mainsearch .box_map > ul > li.btn_kin .box_list ul {
	width: 200px;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_chu {
	top: 73%;
	left: 22%;
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li.btn_chu {
		left: 20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li.btn_chu .box_list ul {
		margin-left: -30%;
  }
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_shi {
	top: 90%;
	left: 26%;
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li.btn_shi .box_list ul {
		margin-left: -30%;
  }
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_kyu {
	top: 80%;
	left: 0;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_kyu .box_list ul {
	margin-left: 0;
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_kyu .box_list ul:after {
	margin-left: -10vw;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li.btn_kyu .box_list ul:after {
		margin-left: -20vw;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_map > ul > li.btn_kyu .box_list ul:after {
		margin-left: -35vw;
  }
}
.con_mainsearch .box_mainsearch .box_map > ul > li.btn_oki {
	top: 18%;
	left: 15%;
}
.con_mainsearch .box_mainsearch #tohoku:checked ~ #tohoku_content,
.con_mainsearch .box_mainsearch #kanto:checked ~ #kanto_content,
.con_mainsearch .box_mainsearch #hoku_kou:checked ~ #hoku_kou_content,
.con_mainsearch .box_mainsearch #toukai:checked ~ #toukai_content,
.con_mainsearch .box_mainsearch #kinki:checked ~ #kinki_content,
.con_mainsearch .box_mainsearch #chugoku:checked ~ #chugoku_content,
.con_mainsearch .box_mainsearch #shikoku:checked ~ #shikoku_content,
.con_mainsearch .box_mainsearch #kyushu:checked ~ #kyushu_content {
	display: block;
}
.con_mainsearch .box_mainsearch .box_prefectures {
	background: #fff;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0;
	border-radius: 0 0 5px 5px;
	border-top: 3px solid #d0121b;
}
@media only screen and (min-width: 768px) {
  .con_mainsearch .box_mainsearch .box_prefectures {
		width: 40%;
  }
}
@media print {
  .con_mainsearch .box_mainsearch .box_prefectures {
		width: 40%;
  }
}
.ie8 .con_mainsearch .box_mainsearch .box_prefectures {
	width: 40%;
}
.con_mainsearch .box_mainsearch .box_prefectures dl {
	border-bottom: 2px solid #f3f3f3;
	padding: 8px 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainsearch .box_mainsearch .box_prefectures dl {
		padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_prefectures dl {
		padding: 5px 0 5px 10px;
  }
}
.con_mainsearch .box_mainsearch .box_prefectures dl:last-child {
	border-bottom: none;
}
.con_mainsearch .box_mainsearch .box_prefectures dl dt {
	font-weight: bold;
	font-size: 107%;
	margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_prefectures dl dt {
		font-size: 100%;
		margin-bottom: 0;
  }
}
.con_mainsearch .box_mainsearch .box_prefectures dl dd {
	display: inline-block;
	font-size: 88%;
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_prefectures dl dd {
		letter-spacing: -.1em;
  }
}
.con_mainsearch .box_mainsearch .box_prefectures dl dd:before {
	content: "|";
	margin-right: 3px;
}
.con_mainsearch .box_mainsearch .box_prefectures dl dd.disabled a {
	color: #909090;
	pointer-events: none;
}
.con_mainsearch .box_mainsearch .box_prefectures dl dd:nth-child(2):before {
	display: none;
}
.con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai {
	background: #ededed;
}
@media only screen and (min-width: 768px) {
  .con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: flex-start !important;
		-webkit-align-items: center;
		align-items: flex-start !important;
		flex-wrap: wrap;
		gap: 4px 12px;
  }
}
@media print {
  .con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		flex-wrap: wrap;
  }
}
.ie8 .con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: wrap;
}
.con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dt {
	font-size: 125%;
	width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dt {
		font-size: 119%;
  }
}
@media only screen and (max-width: 767px) {
  .con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dt {
		font-size: 113%;
  }
}
.con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dd {
	width: 22%;
	text-align: center;
	font-size: 100%;
}
.con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dd:before {
	display: none;
}
.con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dd a {
	display: block;
	background: #fff;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: .3em;
}
.con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dd a:hover {
	text-decoration: none !important;
}
@media only screen and (min-width: 1025px) {
  .con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dd a:hover {
		background: #f3f3f3;
  }
}
@media print {
  .con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dd a:hover {
		background: #f3f3f3;
  }
}
.ie8 .con_mainsearch .box_mainsearch .box_prefectures dl.box_toukai dd a:hover {
	background: #f3f3f3;
}

/* -----------------------------------------------------------
	.con_recent
----------------------------------------------------------- */
.con_recent {
	background: #ededed;
	margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recent {
		margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recent {
		margin-bottom: 50px;
  }
}
.con_recent .box_recent {
	padding: 55px 0 30px;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_recent .box_recent {
		padding: 30px 0;
  }
}
.con_recent .box_recent h2 {
	font-size: 163%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recent .box_recent h2 {
		font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_recent .box_recent h2 {
		font-size: 125%;
  }
}
.con_recent .box_recent h2 i {
	background: #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 45px;
	width: 45px;
	line-height: 45px;
	font-size: 24px;
	text-align: center;
	color: #d0121b;
	margin-right: 10px;
}
.con_recent .box_recent .box_recentlist {
	position: relative;
	z-index: 1;
	opacity: 0;
	transition: opacity .5s linear;
}
@media only screen and (min-width: 1025px) {
  .con_recent .box_recent .box_recentlist {
		width: 97%;
		margin: 0 auto;
  }
}
@media print {
  .con_recent .box_recent .box_recentlist {
		width: 97%;
		margin: 0 auto;
  }
}
.ie8 .con_recent .box_recent .box_recentlist {
	width: 97%;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .con_recent .box_recent .box_recentlist {
		padding: 10px 0;
  }
}
.con_recent .box_recent .box_recentlist.slick-initialized {
	opacity: 1;
}
.con_recent .box_recent .box_recentlist .box {
	width: 24%;
	padding: 30px .2%;
}
@media only screen and (max-width: 767px) {
  .con_recent .box_recent .box_recentlist .box {
		width: 100%;
		padding: 3px 0;
  }
}
.con_recent .box_recent .box_recentlist .box a {
	display: block;
	background: #fff;
	-moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3);
}
.con_recent .box_recent .box_recentlist .box a:hover {
	text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  .con_recent .box_recent .box_recentlist .box a:hover {
		-moz-box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
		box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
  }
}
@media print {
  .con_recent .box_recent .box_recentlist .box a:hover {
		-moz-box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
		box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-o-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
  }
}
.ie8 .con_recent .box_recent .box_recentlist .box a:hover {
	-moz-box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 2px 25px rgba(0, 0, 0, 0.3);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.con_recent .box_recent .box_recentlist .box a .box_detail {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	padding: 20px 5px 20px 10px;
	border-bottom: 2px solid #ddd;
}
.con_recent .box_recent .box_recentlist .box a .box_detail .ic_situation {
	margin-right: 10px;
}
.con_recent .box_recent .box_recentlist .box a .box_detail dl {
	width: 80%;
}
.con_recent .box_recent .box_recentlist .box a .box_detail dl dt {
	font-weight: bold;
	color: #0068b7;
	font-size: 125%;
}
@media only screen and (max-width: 767px) {
  .con_recent .box_recent .box_recentlist .box a .box_detail dl dt {
		font-size: 113%;
		margin-bottom: 0;
  }
}
.con_recent .box_recent .box_recentlist .box a .box_detail dl dd {
	color: #1b1b1b;
	font-size: 94%;
	margin-top: 3px;
}
.con_recent .box_recent .box_recentlist .box a .box_detail dl dd span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0 3px;
	margin-right: 2px;
	font-weight: bold;
	font-size: 88%;
}
.con_recent .box_recent .box_recentlist .box a.empty {
	border-left: 5px solid #0068b7;
}
.con_recent .box_recent .box_recentlist .box a.full {
	border-left: 5px solid #d0121b;
}
.con_recent .box_recent .box_recentlist .box a.full .box_detail dl dt {
	color: #1b1b1b;
}
.con_recent .box_recent .box_recentlist .box a.contact {
	border-left: 5px solid #fdd419;
}
.con_recent .box_recent .box_recentlist .box a.other {
	border-left: 5px solid #0068b7;
}
.con_recent .box_recent .box_recentlist .slick-prev,
.con_recent .box_recent .box_recentlist .slick-next {
	width: 20px;
	font-size: 24px;
	height: 130px;
	line-height: 130px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
	color: #fff;
	background: #000;
	border: none;
}
.con_recent .box_recent .box_recentlist .slick-prev.slick-disabled,
.con_recent .box_recent .box_recentlist .slick-next.slick-disabled {
	display: none !important;
}
.con_recent .box_recent .box_recentlist .slick-prev {
	left: -12px;
}
.con_recent .box_recent .box_recentlist .slick-next {
	right: -12px;
}
@media only screen and (min-width: 1025px) {
  .con_recent .box_recent .box_note {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
  }
}
@media print {
  .con_recent .box_recent .box_note {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
  }
}
.ie8 .con_recent .box_recent .box_note {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
@media only screen and (min-width: 1025px) {
  .con_recent .box_recent .box_note ul {
		width: 50%;
		padding-right: 2%;
  }
}
@media print {
  .con_recent .box_recent .box_note ul {
		width: 50%;
		padding-right: 2%;
  }
}
.ie8 .con_recent .box_recent .box_note ul {
	width: 50%;
	padding-right: 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_recent .box_recent .box_note ul {
		margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_recent .box_recent .box_note ul {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
  }
}
.con_recent .box_recent .box_note ul li {
	display: inline-block;
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .con_recent .box_recent .box_note ul li {
		width: 50%;
		margin: 0 0 7px;
		padding-right: 10px;
		font-size: 88%;
  }
}
.con_recent .box_recent .box_note ul li .ic_situation {
	display: inline-block;
	margin-right: 3px;
}
.con_recent .box_recent .box_note .txt {
	color: #909090;
	font-size: 94%;
	position: relative;
	width: 50%;
	text-align: left;
	padding-left: 1.2em;
}
.con_recent .box_recent .box_note .txt:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.con_recent .box_recent .txt_lnk {
	position: absolute;
	top: 80px;
	right: 0;
}
@media only screen and (max-width: 767px) {
  .con_recent .box_recent .txt_lnk {
		position: static;
		text-align: center;
		border-bottom: 2px solid #ddd;
		padding: 10px 0 15px;
		margin-bottom: 15px;
  }
}



/*Web領収書見本ポップアップ FAQ、Web領収書発行申請で使用*/
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
}
.popup.is-show {
	opacity: 1;
	visibility: visible;
}
.popup-inner {
	position: absolute;
	left: 30%;
	top: 30%;
	width: 95%;
	max-width: 650px;
	background-color: #fff;
	z-index: 2;
	animation-name: sample01;
	animation-duration: 1s; 
}
@keyframes sample01 {
0% {
	opacity: 0;
	transform: translateY(30px);
}
100% {
	opacity: 1;
	transform: translateY(0);
} 
}
.popup-inner img {
	width: 100%;
}
.close-btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
}
.close-btn i {
	font-size: 20px;
	color: #333;
}
.black-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 1;
	cursor: pointer;
}
.maAuto {
	margin: auto;
}

/* 同意項目の共通スタイル */
.box_terms .acc_btn {
	padding: 1em;
	position: relative;
	cursor: pointer;
	background: #555;
	color: #fff;
}

.box_terms .acc_btn::after {
	font-size: 280%;
	-webkit-transition: .3s;
	transition: .3s;
	content: "\f35f";
	font-family: "Ionicons";
	color: #fff;
	position: absolute;
	top: 48%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: 1em;
}

.box_terms .acc_btn.active::after {
	content: "\f365";
}

.box_terms .inn_terms {
	margin: 1em 0;
	font-size: 88%;
	max-height: 320px;
	display: none;
	border-top: none;
	overflow-y: auto;
}

.box_agree {
	margin-bottom: 1em;
	margin-top: .5em;
	text-align: center;
	background: #ededed;
	padding: 1em .5em;
}

.box_agree input[type="checkbox"] + label {
	color: #1b1b1b;
}

.box_agree input[type="checkbox"] + label::before, .con_apply .box_agree input[type="checkbox"] + label::after {
	opacity: 1;
}

.box_agree input[type="checkbox"][disabled] + label {
	color: #909090;
}

.box_agree input[type="checkbox"][disabled] + label::before, .con_apply .box_agree input[type="checkbox"][disabled] + label::after {
	opacity: 0.3;
}

.box_agree input[type="checkbox"][disabled] + label:hover {
	cursor: not-allowed;
}

.btn_box {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
}

.flow_bn {
	background: rgba(56, 149, 223, 0.7);
	width: 50px; 
	padding: 5px;
	right: 0;
	position: fixed;
	bottom: 270px;
	z-index: 16;
}
.flow_bn a {
	text-decoration: none; 
	color: white; 
	display: block; 
	text-align: center;
}
.flow_bn:hover {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.mouse body .flow_bn a:hover {
	text-decoration: none;
	color: white;
}
.flow_bn a img {
	margin: 5px auto 10px; 
	max-width: 80%;
}
.flow_bn a .flow_txt {
	writing-mode: vertical-rl; 
	margin: auto; 
	padding: 7px; 
	border-top: 3px dotted white; 
	letter-spacing: 2px;
	font-weight: bold;
}

.important-news-link__wrapper:hover {
  text-decoration: none !important;
}

.important-news-link {
  border: 1px solid #d0121b;
  margin: 0 auto;
  width: 100%;
  display: flex;
  max-width: 1240px;
}

.important-news-link__contents {
	background: #d0121b;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	width: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.important-news-link__subject {
	background: #fff;
	color: #d0121b;
	padding: 10px 20px;
	width: 80%;
}

.news-list {
	margin-bottom: 30px;
}

.news-link__date {
  	font-size: 88% !important;
}

.news-link__contents-type {
	font-size: 75% !important;
}

.news-link__subject {
  	font-size: 100% !important;
}

.news-paging-list {
	margin-top: 50px;
}
  
.news-paging-item__link {
	background: #d58b8f !important;
	color: #fff !important;
}
  
.news-paging-item__link.is-active {
	background: #d0121b !important;
}