@charset "UTF-8";
/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section { display: block; }
/* ==========================================================
 reseting
========================================================== */
body {
	min-width: 1px;
	line-height: 1.6;
	color: #333;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 768px) {
body { min-width: 2px; }
}
body, input, textarea, select, button { font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
input, textarea, select { /*-webkit-appearance: none;*/ }
select::-ms-expand {
display: none;
}
textarea { resize: none; }
button {
	border: none;
	overflow: visible;
	background: none;
	vertical-align: top;
	font-size: 100%;
	color: inherit;
	cursor: pointer;
	-webkit-appearance: none;
}
label { cursor: pointer; }
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img { border: 0; }
img {
	height: auto;
	vertical-align: top;
}
address, caption, code, em, th {
	font-style: normal;
	font-weight: normal;
}
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6, strong, em {
	font-size: 100%;
	font-weight: normal;
}
a, input {/* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/ }
sup, sub { font-size: 63%; }
sup { vertical-align: top; }
sub { vertical-align: baseline; }
* {
	box-sizing: border-box;
}
/* ==========================================================
 base Link
========================================================== */
a {
	color: #1f5996;
	text-decoration: none;
}
a:visited { }
a:hover, a:active, a:focus { text-decoration: none; }
/*tel link*/
.tab .lnk-tel,
.pc .lnk-tel{
  pointer-events: none !important;
  cursor: default !important;
}
/* ==========================================================
 clearfix
========================================================== */
.clearfix:before, .clearfix:after, .contents:before, .contents:after {
	content: "";
	display: table;
}
.clearfix:after, .contents:after { clear: both; }
/* For IE 6/7
---------------------------------------------------------- */
.clearfix, .contents { *zoom: 1;
}
/* ==========================================================
 layout
========================================================== */
html { overflow-y: scroll; }
body { text-align: left; }
/* ==========================================================
 wrapper
========================================================== */
.wrapper {
	width: 100%;
	min-width: 1400px;
	background-image: url(/common/img/bg_sky_01.png);
	background-position: center 37px;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
.wrapper {
	min-width: 100%;
	background: none;
}
}
/* ==========================================================
 container
========================================================== */
.container-01 {
	width: 1400px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
.container-01 { width: 100%; }
}
/* ==========================================================
 header
========================================================== */
.header { width: 100%; }
.header-search {
	padding: 5px 0;
	background-color: #ffe759;
}
.header-search .inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	min-height: 27px;
}
.header-search-box {
	position: relative;
	width: 193px;
	margin-right: 10px;
	border-bottom: 1px solid #e1c211;
}
.header-search-box .input {
	width: 100%;
	height: 25px;
	padding: 1px 30px 0 8px;
	background-color: #fff;
	border: 0;
	font-size: 12px;
	letter-spacing: -0.1em;
	-webkit-appearance: none;
}
 .header-search-box .input::-webkit-input-placeholder {
 line-height: 18px;
}
 .header-search-box .input::-moz-placeholder {
 line-height: 25px;
}
 .header-search-box .input:-ms-input-placeholder {
 line-height: 28px;
}
 .header-search-box .input:-moz-placeholder {
 line-height: 25px;
}
.header-search-box .btn {
	position: absolute;
	top: 1px;
	right: 1px;
	overflow: hidden;
	width: 25px;
	height: 23px;
	background: #fff url(/common/img/ico_search_01.png) center center no-repeat;
	text-indent: -9999px;
}
.header-search .btn-sitemap-link { margin-top: 1px; }
.header-in {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 18px 70px 12px 65px;
}
.header-logo { margin-top: 4px; }
.header-utility-sp { display: none; }

@media screen and (max-width: 768px) {
.header {
	position: relative;
	height: 60px;
	background-color: #fff;
}
.header-in {
	width: 100%;
	height: 60px;
	padding: 0 8px 0 13px;
	border-bottom: 0;
}
.header-logo { margin-top: 15px; }
.header-utility-sp {
	display: -webkit-flex;
	display: flex;
	margin-top: 10px;
}
.header-utility-sp .link {
	display: block;
	margin-right: 12px;
}
.header-utility-sp .btn-menu {
	overflow: hidden;
	width: 40px;
	height: 40px;
	background-image: url(/common/img/btn_menu_no.png);
	background-position: 0 0;
	background-size: 40px 40px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.header-utility-sp .btn-menu.is-open { background-image: url(/common/img/btn_menu_on.png); }
}
/* ==========================================================
 nav-global
========================================================== */
.nav-global-pc { }
.nav-global-pc ul { overflow: hidden; }
.nav-global-pc li {
	float: left;
	margin-left: 65px;
}
.nav-global-pc li:first-child { margin-left: 0; }
.nav-global-pc li a { display: block; }
.nav-global-pc li a img.is-on { display: none; }
.nav-global-pc li a:hover img.is-no { display: none; }
.nav-global-pc li a:hover img.is-on { display: inline-block; }
#g01 .nav-global-pc li.nav01 a img.is-no, #g02 .nav-global-pc li.nav02 a img.is-no, #g03 .nav-global-pc li.nav03 a img.is-no, #g04 .nav-global-pc li.nav04 a img.is-no, #g05 .nav-global-pc li.nav05 a img.is-no, #g06 .nav-global-pc li.nav06 a img.is-no { display: none; }
#g01 .nav-global-pc li.nav01 a img.is-on, #g02 .nav-global-pc li.nav02 a img.is-on, #g03 .nav-global-pc li.nav03 a img.is-on, #g04 .nav-global-pc li.nav04 a img.is-on, #g05 .nav-global-pc li.nav05 a img.is-on, #g06 .nav-global-pc li.nav06 a img.is-on { display: inline-block; }
.nav-global-sp { display: none; }

@media screen and (max-width: 768px) {
.nav-global-sp {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 999;
	overflow: auto;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #a8a8b7;
	-webkit-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.4);
	box-shadow: 0px 1px 2px -1px rgba(0,0,0,0.4);
}
.nav-global-sp .list-01 li { margin-bottom: 1px; }
	
.nav-global-sp .list-01 a {
	position: relative;
	display: block;
	padding: 12px 20px 12px 42px;
	background-color: #366092;
	font-size: 13px;
	color: #fff;
	line-height: 1;
}
.nav-global-sp .list-01 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 10px;
	height: 14px;
	margin-top: -7px;
	background-image: url(/common/img/ico_arrow_01.png);
	background-size: 10px 14px;
}
.nav-global-sp .list-02 {
	padding: 8px 0 15px 20px;
	border-top: 1px solid #cdd7e4;
}
.nav-global-sp .list-02 a {
	position: relative;
	display: block;
	padding: 8px 20px 8px 42px;
	font-size: 13px;
	color: #333;
	line-height: 1;
}
.nav-global-sp .list-02 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background-image: url(/common/img/ico_arrow_02.png);
	background-size: 6px 10px;
}
		.nav-global-sp .list-02 ol{
		margin: 10px 0 5px;
		border-bottom: #8B8B8B 1px dotted;
		width: 95%;
			font-weight: bold;
	}
}
/* ==========================================================
 video-camcorder
========================================================== */
.video-camcorder-01 {
	display: none;
	background: #eee;
	margin-bottom: 30px;
	width: 300px;
	font-size: 0;
}

@media screen and (max-width: 768px) {
.video-camcorder-01 { display: none; }
}
/* ==========================================================
 nav-local
========================================================== */
.nav-local {
	margin-bottom: 10px;
	background-color: #faf6f7;
}
.nav-local-inner { padding: 10px; }
.nav-local li { margin-bottom: 10px; }
.nav-local li:last-child { margin-bottom: 0; }
.nav-local li a {
	display: block;
	padding: 30px 5px 25px 110px;
	background-color: #fff;
	position: relative;
}
.nav-local li a.img-link{
  padding: 0;
}
.nav-local li a.img-link::before{
  display: none;
}
.nav-local li a.img-link img{
  max-width: 100%;
  width: 100%;
  height: auto;
}
.nav-local li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.nav-local li a:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -28px;
	width: 65px;
	height: 56px;
}
.nav-local li a.nav01:before { background: url(/common/img/bg_lnavi_01_pc.png) 0 0 no-repeat; }
.nav-local li a.nav02:before { background: url(/common/img/bg_lnavi_02_pc.png) 0 0 no-repeat; }
.nav-local li a.nav03:before { background: url(/common/img/bg_lnavi_03_pc.png) 0 0 no-repeat; }
.nav-local li a.nav04:before { background: url(/common/img/bg_lnavi_04_pc.png) 0 0 no-repeat; }
.nav-local li a.nav05:before { background: url(/common/img/bg_lnavi_05_pc.png) 0 0 no-repeat; }
.nav-local li a.nav06:before { background: url(/common/img/bg_lnavi_06_pc.png) 0 0 no-repeat; }
.nav-local li a.nav07:before { background: url(/common/img/bg_lnavi_07_pc.png) 0 0 no-repeat; }
.nav-local li a.nav08:before { background: url(/common/img/bg_lnavi_08_pc.png) 0 0 no-repeat; }
.nav-local li a.nav09:before { background: url(/common/img/bg_lnavi_09_pc.png) 0 0 no-repeat; }
.nav-local li a.nav10:before { background: url(/common/img/bg_lnavi_10_pc.png) 0 0 no-repeat; }
.nav-local li a.nav11:before { background: url(/common/img/bg_lnavi_11_pc.png) 0 0 no-repeat; }
.nav-local li a .txt-head {
	display: block;
	font-size: 19px;
	line-height: 1.2;
	color: #333;
	letter-spacing: -0.1em;
}
.nav-local li a .txt-head.type-01 { font-size: 16px; }
.nav-local li a .txt-detail {
	font-size: 12px;
	color: #747484;
	letter-spacing: -0.06em;
	line-height: 1;
}

@media screen and (max-width: 768px) {
.nav-local {
	margin-bottom: 0;
	background-color: #fff;
}
.nav-local-inner {
	padding: 0;
	border-top: 1px solid #21558D;
}
.nav-local li {
	display: table;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #21558D;
}
.nav-local li a {
	display: table-cell;
	vertical-align: middle;
	height: 63px;
	padding: 7px 7px 3px 89px;
}
.nav-local li a:before {
	content: '';
	position: absolute;
	left: 16px;
	top: 50%;
	margin-top: -24px;
	width: 48px;
	height: 48px;
}
.nav-local li a.nav01:before {
	background: url(/common/img/bg_lnavi_01_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav02:before {
	background: url(/common/img/bg_lnavi_02_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav03:before {
	background: url(/common/img/bg_lnavi_03_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav04:before {
	background: url(/common/img/bg_lnavi_04_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav05:before {
	background: url(/common/img/bg_lnavi_05_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav06:before {
	background: url(/common/img/bg_lnavi_06_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav07:before {
	background: url(/common/img/bg_lnavi_07_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav08:before {
	background: url(/common/img/bg_lnavi_08_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav09:before {
	background: url(/common/img/bg_lnavi_09_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav10:before {
	background: url(/common/img/bg_lnavi_10_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a.nav11:before {
	background: url(/common/img/bg_lnavi_11_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
}
.nav-local li a .txt-head {
	font-size: 15px;
	color: #21558D;
	font-weight: bold;
}
.nav-local li a .txt-detail {
	font-size: 12px;
	color: #21558d;
}
}
/* ==========================================================
 area-bnr
========================================================== */
.area-bnr { }
.area-bnr .bnr-list {
  margin-bottom: 10px;
  text-align: center;
}
.area-bnr .bnr-list li {
	text-align: center;
	margin-bottom: 10px;
  position: relative;
}
#area-bnr2 .bnr-list li {
  display: inline-block;
  width: 300px;
}
.area-bnr2 .bnr-list li a{display: block;}
.new-badge{
  position: absolute;
  top:-5px;
  right:20px;
  height: 20px;
  padding:0 8px;
  line-height:20px;
  border-radius: 10px;
  display: inline-block;
  background-color:#FF8C9C;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.new-badge::after{
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 9px 0 0px;
  border-color: #FF8C9C transparent transparent transparent;
}
.area-bnr .bnr-list li img{
	max-width: 300px;
}
.area-bnr .bnr-list li:last-child { margin-bottom: 0; }
.area-bnr .bnr-list li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	text-decoration: none;
}
.area-bnr .bnr-list li a.bnr01 {
	text-align: left;
	display: block;
	position: relative;
	padding: 30px 5px 25px 120px;
	background: url(/common/img/bg_bnr_02_pc.png) 0 0 no-repeat;
}
.area-bnr .bnr-list li a.bnr01:before {
	content: '';
	position: absolute;
	left: 35px;
	top: 50%;
	background: url(/common/img/bg_bnr_01_pc.png) 0 0 no-repeat;
	margin-top: -34px;
	width: 68px;
	height: 68px;
}
.area-bnr .bnr-list li a.bnr01 .txt-head {
	display: block;
	font-size: 19px;
	line-height: 1.2;
	color: #000;
	font-weight: bold;
}
.area-bnr .bnr-list li a.bnr01 .txt-detail {
	font-size: 12px;
	color: #215996;
	letter-spacing: -0.06em;
}
.area-bnr .bnr-list li a.bnr02 {
	text-align: left;
	display: table;
	width: 100%;
	height: 98px;
	border: 1px solid #ddd;
    background-color:#E6F2FF;
	/*background: url(/common/img/bg_bnr_03_pc.gif) 0 0 repeat;*/
}
.area-bnr .bnr-list li a.bnr02 span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	color: #225894;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
.area-bnr { }
.area-bnr .bnr-list {
	padding: 20px 0;
	margin-bottom: 0;
	background-color: #faf6f7;
}
  
.area-bnr .bnr-list li {
  margin: 10px;
}
.area-bnr .bnr-list li a.img-banner-01 {
	display: block;
	margin: 0 auto;
	width: 300px;
}
.area-bnr .bnr-list li a.bnr01 { 
  display: inline-block;
	padding: 34px 5px 10px 72px;
	background: #fef104;
  width: 300px;
  height: 98px;
}
.area-bnr .bnr-list li a.bnr01:before {
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	background: url(/common/img/bg_bnr_01_sp.png) 0 0 no-repeat;
	background-size: 48px 48px;
	margin-top: -24px;
	width: 48px;
	height: 48px;
}
.area-bnr .bnr-list li a.bnr01 .txt-head {
	font-size: 15px;
	letter-spacing: -0.1em;
}
.area-bnr .bnr-list li a.bnr01 .txt-detail { }
.area-bnr .bnr-list li a.bnr02 {
	height: 44px;
	border-radius: 44px;
	-webkit-border-radius: 44px;
	-moz-border-radius: 44px;
	background-color: #fff;
	background-image: none;
}
.area-bnr .bnr-list li a.bnr02 span {
	font-size: 14px;
	font-weight: bold;
	color: #20548D;
}
}
/* ==========================================================
 nav-breadcrumb
========================================================== */
.nav-breadcrumb {
	max-width: 1400px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
.nav-breadcrumb li {
	position: relative;
	float: left;
	margin-right: 5px;
	padding-right: 13px;
	white-space: nowrap;
	font-size: 13px;
	line-height: 1.3;
}
.nav-breadcrumb li:before {
	content: ">";
	position: absolute;
	top: 1px;
	right: 0;
	font-size: 13px;
	line-height: 1
}
.nav-breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.nav-breadcrumb li:last-child:before { display: none; }
.nav-breadcrumb li a { color: #1f5996; }
.nav-breadcrumb li a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

@media screen and (max-width: 768px) {
.nav-breadcrumb {
	position: relative;
	width: 100%;
	padding: 7px;
	background-color: #f4f6fd;
	border-top: 1px solid #dfe0e7;
	border-bottom: 1px solid #d0daf1;
}
.nav-breadcrumb:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #edeff6;
}
.nav-breadcrumb li, .nav-breadcrumb li:before { font-size: 10px; }
}
/* ==========================================================
 contents
========================================================== */
.contents {
	max-width: 1420px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}
.contents-main {
	float: right;
	width: 1048px;
}
.contents-sub {
	float: left;
	width: 300px;
	margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
.contents {
	width: 100%;
	padding: 0;
}
.contents-main, .contents-sub {
	float: none;
	width: 100%;
	padding-bottom: 20px;
}
.contents-sub {
	float: none;
	width: 100%;
	margin-bottom: 0;
}
}
/* ==========================================================
 footer
========================================================== */
.footer {
	width: 100%;
	min-width: 1400px;
	background-color: #FBFDFF;
}
.box-nav-footer { }
.wrap-box-nav-footer-01 {
	border-top: 2px dotted #21558e;
	background-color: #fff;
}
.img-footer-01 { display: none; }
.list-nav-footer-01 {
	padding: 20px 0;
	margin: 0 auto;
	width: 528px;
	overflow: hidden;
}
.list-nav-footer-01 li {
	float: left;
	width: 164px;
	margin-left: 17px;
}
.list-nav-footer-01 li:first-child { margin-left: 0; }
.list-nav-footer-01 li a { display: block; }
.list-nav-footer-01 li a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.wrap-box-nav-footer02 {
	padding: 20px 0;
	background: url(/common/img/bg_repeate_footer-01.jpg) 0 0 repeat;
	text-align: center;
}
.nav-footer-02 { }
.nav-footer-02 a { display: inline-block; }
.nav-footer-02 a:hover {
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.footer-in {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	overflow: hidden;
	height: 368px;
	padding: 30px 35px 0;
	background: url(/common/img/bg_footer_01.jpg) 535px bottom no-repeat;
}
.footer-box-info {
	width: 315px;
	height: 306px;
	padding: 50px 0 0 42px;
	background: url(/common/img/bg_footer_box_01.png) 0 0 no-repeat;
}
.footer-box-info .heading { margin: 0 0 30px 10px; }
.footer-box-info .title {
	margin-bottom: 8px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
}
.footer-box-info .title.time { background: url(/common/img/ico_clock_01.png) 0 0 no-repeat; }
.footer-box-info .title.tel { background: url(/common/img/ico_tel_01.png) 0 0 no-repeat; }
.footer-box-info .title.address { background: url(/common/img/ico_marker_01.png) 0 0 no-repeat; }
.footer-box-info .box_detail {
	display: table;
	margin-bottom: 25px;
}
.footer-box-info .box_detail .item:not(:last-child) { margin-bottom: 15px; }
.footer-box-info .box_detail .item-inner { display: table-row; }
.footer-box-info .box_detail .item .ttl, .footer-box-info .box_detail .item .detail {
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.4;
}
.footer-box-info .box_detail .item .detail {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
.footer-box-info .box_detail .item.time .ttl {
	width: 150px;
	padding-right: 20px;
}
.footer-box-info .box_detail .item.contact-01 .ttl {
	width: 98px;
	padding: 0 8px 0 5px;
}
.footer-box-info .box_detail .item.contact-01 .detail { padding-left: 12px; }
.footer-box-info .box_detail .item.contact-02 .ttl { width: 110px; }
.footer-box-info .box_detail .item.address .detail {
	padding-left: 0;
	border-left: 0;
}
.footer-copyright {
	position: relative;
	margin-top: 30px;
	padding: 15px 0;
	background-color: #e3e8ee;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}
.footer-copyright:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	background: url(/common/img/bg_footer_dotted_01.jpg) 0 0 repeat-x;
}

@media screen and (max-width: 768px) {
.footer {
	margin-top: 0;
	min-width: 100%;
}
.box-nav-footer { }
.wrap-box-nav-footer-01 { border-top: none; }
.img-footer-01 {
	display: block;
	width: 100%;
	background-color: #faf6f7;
}
.img-footer-01 img { width: 100%; }
.list-nav-footer-01 {
	padding: 19px 5px;
	margin: 0;
	width: auto;
	overflow: hidden;
	background-color: #21558e;
}
.list-nav-footer-01 li {
	width: 33.33%;
	margin-left: 0;
	padding: 0 5px;
}
.list-nav-footer-01 li a { display: block; }
.list-nav-footer-01 li a img { width: 100%; }
.wrap-box-nav-footer02 {
	padding: 13px 0;
	background: none;
	text-align: center;
}
.nav-footer-02 { width: 100%; }
.nav-footer-02 a {
	display: block;
	padding: 0 27px;
}
.nav-footer-02 a img { width: 100%; }
.footer-in {
	width: 100%;
	height: auto;
	padding: 17px 10px 5px 12px;
	background-image: none;
	background-color: #e3e8ee;
}
.footer-box-info {
	width: 100%;
	height: auto;
	padding: 15px 15px 32px;
	background-image: none;
	background-color: #faf6f7;
}
.footer-box-info .heading {
	margin: 0 0 18px 10px;
	text-align: center;
}
.footer-box-info .box_detail { margin-bottom: 0; }
.footer-box-info .box_detail .detail-01 a { color: #333; }
.wrap-btn-footer {
	margin: 12px 0 0;
	padding: 0 20px;
}
.btn-footer-01 {
	position: relative;
	display: block;
	padding: 4px 0;
	width: 100%;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-color: #e55e97;
	border-radius: 44px;
}
.btn-footer-01:before {
	content: '';
	position: absolute;
	right: 20px;
	top: 11px;
	width: 11px;
	height: 6px;
	background: url(/common/img/ico_arrow_04_sp.png) 0 0 no-repeat;
	background-size: 11px 6px;
}
.footer-box-info .box_detail .item-inner-01 { margin: 20px 0 0; }
.footer-box-info .title.time {
	background: url(/common/img/ico_clock_02.png) 0 2px no-repeat;
	background-size: 17px auto;
}
.footer-box-info-sp .text { margin-bottom: 10px; }
.footer-box-info-sp .text a { color: #333; }
.footer-box-info-sp .text a:hover, .footer-box-info-sp .text a:active, .footer-box-info-sp .text a:focus { text-decoration: none; }
.footer-copyright {
	margin-top: 0;
	padding: 10px 0;
	background-color: #dee3e7;
	font-size: 10px;
}
.footer-copyright:before { display: none; }
}
/* ==========================================================
 grid
========================================================== */
/* grid-cmn
---------------------------------------------------------- */
.grid-cmn { }
.grid-cmn > .col { }
/* ==========================================================
 area
========================================================== */
/* area-cmn
---------------------------------------------------------- */
.area-cmn { }
/* ==========================================================
 section
========================================================== */
/* sec-cmn
---------------------------------------------------------- */
.sec-cmn-01 { margin-bottom: 40px; }

@media screen and (max-width: 768px) {
.sec-cmn-01 { margin-bottom: 20px; }
}
/* ==========================================================
 box
========================================================== */
/* box-cmn
---------------------------------------------------------- */
.box-cmn { }
/* box-heading-01
---------------------------------------------------------- */
.box-heading-01 {
	margin-bottom: 35px;
	padding: 50px 0 10px;
	background: url(/common/img/bg_dotted_01.png) 0 bottom repeat-x;
}
.box-heading-01 .title { margin-bottom: 24px; }

@media screen and (max-width: 768px) {
/* box-heading-01
---------------------------------------------------------- */
.box-heading-01 {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1px;
	padding: 6px 0 12px;
	background-size: 3px auto;
}
.box-heading-01 .title {
	-webkit-order: 2;
	order: 2;
	margin-bottom: 0;
}
.box-heading-01 .breadcrumb {
	-webkit-order: 1;
	order: 1;
	margin-bottom: 12px;
}
}
/* ==========================================================
 hero
========================================================== */
/* hero-cmn
---------------------------------------------------------- */
.hero-cmn { }
/* ==========================================================
 module
========================================================== */

/* ==========================================================
 title
========================================================== */
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 { text-align: center; }
.ttl-cmn-01 .text-jp {
	display: block;
	margin-bottom: 8px;
	font-size: 37px;
	line-height: 1.2;
	text-align: center;
}
.ttl-cmn-01 .text-en {
	display: block;
	width: 512px;
	margin: 0 auto;
	background: url(/common/img/bg_title_label_01.png) 0 0 no-repeat;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
}
.ttl-cmn-01 .text-en.type-01 {
	width: 352px;
	background: url(/common/img/bg_title_label_02.png) 0 0 no-repeat;
}
/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
	margin-bottom: 20px;
	font-size: 19px;
	color: #0d0d1e;
	font-weight: bold;
}
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {/* yellow */
	padding: 10px 20px 8px 35px;
	margin-bottom: 33px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
	background: url(/common/img/event/bg_repeat_01.png) 0 0 repeat;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.ttl-cmn-03.type-01 {/* blue */
	background: #2d548f;
	color: #fff;
	font-weight: normal;
}
.ttl-cmn-03.type-02 {/* orange */
	background: url(/common/img/bg_ttl_org_01.jpg) 0 0 repeat-x;
	color: #fff;
}
.ttl-cmn-03.type-03 {/* pink */
	background: url(/common/img/coupon/bg_coupon_01.png) 0 0 repeat;
	color: #fff;
}
/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
	padding: 9px 27px;
	background-color: #1cc3cc;
	font-size: 23px;
	color: #fff;
}
/* ttl-cmn-05
---------------------------------------------------------- */
.ttl-cmn-05 {
	padding: 9px 27px;
	background-color: #2d548e;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
/* ttl-label-01
---------------------------------------------------------- */
.ttl-label-01 {
	display: inline-block;
	min-width: 140px;
	padding: 0 10px 0 34px;
	margin-bottom: 10px;
	background-position: 8px center;
	background-repeat: no-repeat;
	font-size: 13px;
	line-height: 1.8;
}
.ttl-label-01.type-01 {
	background-color: #f4aebc;
	background-image: url(/common/img/img_cardservice_01.png);
	background-size: 14px 18px;
}
.ttl-label-01.type-02 {
	background-color: #f5ac95;
	background-image: url(/common/img/ico_coupon_03.png);
	background-size: 18px 16px;
}
.ttl-label-01.type-03 {
	padding: 0px 5px 0px 40px;
	background-color: #a2c4e8;
	background-image: url(/common/img/ico_coupon_06.png);
	background-size: 27px 16px;
}
.ttl-label-01.type-04 {
	background-color: #fcd25c;
	background-image: url(/common/img/ico_coupon_01.png);
	background-size: 14px 18px;
}
.ttl-label-01.type-05 {
	background-color: #94d0c0;
	background-image: url(/common/img/ico_coupon_02.png);
	background-size: 23px 19px;
}
.ttl-label-01.type-06 {
	background-color: #cfe18f;
	background-image: url(/common/img/ico_coupon_04.png);
	background-size: 16px 16px;
}
.ttl-label-01.type-07 {
	background-color: #c6adcb;
	background-image: url(/common/img/ico_coupon_05.png);
	background-size: 17px 16px;
}
/* ttl-link-01
---------------------------------------------------------- */
.ttl-link-01 {
	margin-bottom: 33px;
	padding: 11px 25px;
	background: url(/common/img/coupon/bg_coupon_01.png) 0 0 repeat;
	border-radius: 30px;
}
.ttl-link-01 a {
	display: block;
	position: relative;
	padding-left: 20px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.ttl-link-01 a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 9px;
	height: 12px;
	margin-top: -6px;
	background: url(/common/img/ico_arrow_01.png) 0 0 no-repeat;
	background-size: 9px 12px;
}
.ttl-link-01.type-01 { background: url(/common/img/bg_ttl_org_01.jpg) 0 0 repeat-x; }
.ttl-link-01.type-01 a { color: #000; }

@media screen and (max-width: 768px) {
/* ttl-cmn-01
---------------------------------------------------------- */
.ttl-cmn-01 .text-jp {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: bold;
}
.ttl-cmn-01 .text-en { display: none; }
/* ttl-cmn-02
---------------------------------------------------------- */
.ttl-cmn-02 {
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	color: #0d0d1e;
	text-align: center;
}
/* ttl-cmn-03
---------------------------------------------------------- */
.ttl-cmn-03 {/* yellow */
	padding: 7px 5px;
	margin-bottom: 17px;
	font-size: 18px;
	font-weight: bold;
	background: #ffd713;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.ttl-cmn-03.type-02 {/* orange */
	background: none;
	background-color: #fcaf23;
}
.ttl-cmn-03.type-03 {/* pink */
	background: none;
	background-color: #ec627f;
}
/* ttl-cmn-04
---------------------------------------------------------- */
.ttl-cmn-04 {
	padding: 8px 10px;
	font-size: 18px;
}
/* ttl-cmn-05
---------------------------------------------------------- */
.ttl-cmn-05 {
	padding: 9px 10px;
	font-size: 18px;
}
/* ttl-label-01
---------------------------------------------------------- */
.ttl-label-01 {
	min-width: 110px;
	padding: 0 5px 0 25px;
	margin-bottom: 8px;
	background-position: 4px center;
	font-size: 10px;
	line-height: 2.1;
}
.ttl-label-01.type-01 { background-size: 15px 14px; }
.ttl-label-01.type-02 { background-size: 16px 14px; }
.ttl-label-01.type-03 {
	padding-left: 25px;
	background-size: 14px auto;
}
.ttl-label-01.type-04 { background-size: 12px auto; }
.ttl-label-01.type-05 { background-size: 18px auto; }
.ttl-label-01.type-06 { background-size: 14px 14px; }
.ttl-label-01.type-07 { background-size: 15px 14px; }
/* ttl-link-01
---------------------------------------------------------- */
.ttl-link-01 {
	margin-bottom: 10px;
	padding: 8px 7px;
	border-radius: 0;
}
.ttl-link-01 a {
	padding-left: 14px;
	font-size: 18px;
}
.ttl-link-01 a:before {
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background-size: 7px 10px;
}
.ttl-link-01.type-01 {
	background: none;
	background-color: #fcaf23;
}
}
/* ==========================================================
 text
========================================================== */
/* txt-cmn
---------------------------------------------------------- */
.txt-cmn { }
/* ==========================================================
 list
========================================================== */
/* list-cmn
---------------------------------------------------------- */
/* list-news-02
---------------------------------------------------------- */
.list-news-02 {
	overflow: hidden;
	margin-left: -20px;
}
.list-news-02 li {
	float: left;
	width: 514px;
	margin: 0 0 20px 20px;
}
.list-news-02 li a {
	display: block;
	height: 100%;
	padding: 10px 20px;
	border: 1px solid #cacaca;
}
.list-news-02 li a:hover { text-decoration: none; }
.list-news-02 li .inner {
	display: table;
	width: 100%;
	height: 100%;
}
.list-news-02 li .image {
	display: table-cell;
	vertical-align: middle;
	width: 170px;
	padding: 10px 20px 10px 0;
	border-right: 1px dotted #9c9cb8;
}
.list-news-02 li .image img { width: 100%; }
.list-news-02 li .info {
	display: table-cell;
	padding: 8px 0 8px 20px;
}
.list-news-02 li .title-01 {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.list-news-02.event li .title-01 { color: #529959; }
.list-news-02.shop li .title-01 { color: #52727f; }
.list-news-02 li .box-text-01 {
	overflow: hidden;
	color: #000;
	line-height: 1.4;
}
.list-news-02 li .box-text-01 dt {
	float: left;
	width: 42px;
	margin-bottom: 8px;
}
.list-news-02 li .box-text-01 dd {
	padding-left: 42px;
	margin-bottom: 8px;
}
.list-news-02 li .text-01 {
	font-size: 15px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
.list-news-02 { margin: 0 0 12px 0; }
.list-news-02 li {
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px dotted #9c9cb8;
}
.sec-top-tab-01 .list-news-02 li:nth-child(n+6) { display: none; }
.list-news-02 li a {
	position: relative;
	display: block;
	padding: 15px 10px 15px 0;
	border: 0;
}
.list-news-02 li a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 10px;
	height: 15px;
	margin-top: -8px;
	background: url(/common/img/ico_arrow_02.png) 0 0 no-repeat;
	background-size: 10px 15px;
	opacity: 0.5;
}
.list-news-02 li .image {
	width: 115px;
	padding: 0 20px 0 5px;
	border-right: 0;
}
.list-news-02 li .info {
	padding: 0;
	vertical-align: middle;
}
.list-news-02 li .title-01 {
	font-size: 14px;
	line-height: 1.2;
}
.list-news-02 li .box-text-01 { font-size: 12px; }
.list-news-02 li .box-text-01 dt {
	width: 36px;
	margin-bottom: 8px;
}
.list-news-02 li .box-text-01 dd {
	padding-left: 36px;
	margin-bottom: 8px;
}
.list-news-02 li .text-01 { font-size: 12px; }
}
/* list-coupon-01
---------------------------------------------------------- */
.coupon-li { color: #333; }
.list-coupon-01 {
	overflow: hidden;
	margin-left: -20px;
}
.list-coupon-01 li, .coupon-item {
	float: left;
	width: 514px;
	margin: 0 0 20px 20px;
	border: 1px solid #cacaca;
}
.coupon-item {
	padding: 25px 20px 25px 28px;
	border: 1px solid #cacaca;
}
.coupon-btn { margin-top: 20px; }
.coupon-btn a {
	display: block;
	position: relative;
	width: 300px;
	margin: 0 auto;
	border: 1px solid #22568e;
	border-radius: 20px;
	text-align: center;
	color: #1f538c;
	font-size: 14px;
	font-weight: bold;
	line-height: 34px;
	letter-spacing: -0.1em;
}
.list-coupon-01 li a {
	display: block;
	padding: 25px 20px 25px 28px;	
}
.list-coupon-01 .title-01 {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #52727f;
}
.list-coupon-01 .text-01 {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #1f5996;
}
.list-coupon-01 .date {
	display: inline-block;
	padding: 0 8px 0 10px;
	background-color: #ebeefb;
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
.list-coupon-01 { margin: 0 0 12px 0; }
.list-coupon-01 li {
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px dotted #9c9cb8;
}
.list-coupon-01 li:nth-child(n+6) { display: none; }
.list-coupon-01 li a {
	padding: 18px 0;
	border: 0;
}
.list-coupon-01 .inner { padding: 0 10px 0 5px; }
.list-coupon-01 .title-01 {
	font-size: 14px;
	line-height: 1.4;
}
.list-coupon-01 .text-01 { font-size: 12px; }
.list-coupon-01 .date {
	padding: 0 10px;
	background-color: #ebeefb;
	font-size: 12px;
	line-height: 1.5;
}
}
/* ==========================================================
 table
========================================================== */
/* table-cmn
---------------------------------------------------------- */
.table-cmn { }
.table-cmn th, .table-cmn td { }
.table-cmn th { }
.table-cmn td { }
/* ==========================================================
 button
========================================================== */
/* btn-cmn-01
---------------------------------------------------------- */
.btn-cmn-01 {
	display: block;
	position: relative;
	width: 330px;
	margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #22568e;
	border-radius: 30px;
	text-align: center;
	color: #1f538c;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -0.1em;
}
.btn-cmn-01:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 9px;
	height: 12px;
	margin-top: -6px;
	background: url(/common/img/ico_arrow_05.png) 0 0 no-repeat;
	background-size: 9px 12px;
}

@media screen and (min-width: 769px) {
.btn-cmn-01.type-01 {
	width: 176px;
	padding: 0 15px 0 0;
	font-size: 15px;
	font-weight: normal;
	line-height: 30px;
}
.btn-cmn-01.type-01:before { right: 15px; }
}

@media screen and (max-width: 768px) {
.btn-cmn-01 {
	width: 73%;
	padding: 7px 0;
	border-radius: 30px;
	font-size: 12px;
}
.btn-cmn-01:before {
	right: 20px;
	width: 7px;
	height: 10px;
	margin-top: -5px;
	background-size: 7px 10px;
}
}
/* btn-cmn-02
---------------------------------------------------------- */
.wrap-btn-02 { margin: 78px 0 115px; }
.btn-cmn-02 {
	display: block;
	margin: 0 auto;
	padding: 21px 0 20px;
	width: 630px;
	background-color: #2c538d;
	text-align: center;
	line-height: 1.2;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.btn-cmn-02 span {
	padding-right: 14px;
	font-size: 19px;
	color: #fff;
	background: url(/common/img/ico_arrow_13.png) right center no-repeat;
}

@media screen and (max-width: 768px) {
.wrap-btn-02 {
	padding: 0 15px;
	margin: 30px 0 20px;
}
.btn-cmn-02 {
	padding: 10px 0;
	width: 100%;
}
.btn-cmn-02 span {
	padding-right: 14px;
	font-size: 14px;
	background-size: 8px 12px;
}
}
/* btn-readmore
---------------------------------------------------------- */
.btn-readmore-01 {
	display: block;
	padding: 16px 20px;
	background-color: #eee;
	text-align: center;
	color: #333;
}
.btn-readmore-01 .text {
	display: inline-block;
	padding-left: 25px;
	background: url(/common/img/ico_plus_01.png) 0 center no-repeat;
	background-size: 16px 16px;
	font-size: 16px;
	font-weight: bold;
}
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
	display: none;
	position: fixed;
	right: 45px;
	bottom: 118px;
	z-index: 10;
}
.btn-cmn-pagetop a {
	display: block;
	overflow: hidden;
	width: 56px;
	height: 56px;
	background: url(/common/img/btn-pagetop.png) 0 0 no-repeat;
	background-size: 56px 56px;
	text-indent: -9999px;
}

@media screen and (max-width: 768px) {
/* btn-readmore
---------------------------------------------------------- */
.btn-readmore-01 .text { font-size: 14px; }
/* pagetop
---------------------------------------------------------- */
.btn-cmn-pagetop {
	right: 10px;
	bottom: 10px;
}
.btn-cmn-pagetop a {
	width: 28px;
	height: 28px;
	background-size: 28px 28px;
}
}
/* ==========================================================
 link
========================================================== */
/* link-cmn
---------------------------------------------------------- */
.link-cmn { }
/* ==========================================================
 icon
========================================================== */
/* ico-cmn
---------------------------------------------------------- */
.ico-cmn { }
/* ==========================================================
 figure
========================================================== */
/* fig-cmn
---------------------------------------------------------- */
.fig-cmn { }
/* ==========================================================
 image
========================================================== */
/* img-cmn-adjust
---------------------------------------------------------- */
.img-cmn-adjust { }
/* ==========================================================
 form
========================================================== */
/* base Form
---------------------------------------------------------- */
/* type="text" */
input[type="text"] { }
/* type="checkbox" */
input[type="checkbox"] { }
/* type="radio" */
input[type="radio"] { }
/* select */
select { }
/* textarea */
textarea { }
/* button */
button { }
/* class Form
---------------------------------------------------------- */
/* form-cmn-input
---------------------------------------------------------- */
.form-cmn-input { }
/* form-cmn-check
---------------------------------------------------------- */
.form-cmn-check { }
/* form-cmn-radio
---------------------------------------------------------- */
.form-cmn-radio { }
/* form-cmn-select
---------------------------------------------------------- */
.form-cmn-select { }
/* form-cmn-textarea
---------------------------------------------------------- */
.form-cmn-textarea { }
/* form-cmn-button
---------------------------------------------------------- */
.form-cmn-button { }
/* ==========================================================
 is
========================================================== */
/* opacity hover
---------------------------------------------------------- */
.is-opacity {
	-ms-filter: 'alpha( opacity=100)';
	opacity: 1;
}
.is-opacity:hover {
	-ms-filter: 'alpha( opacity=70)';
	filter: alpha( opacity=70);
	opacity: 0.7;
}
/* css animation
---------------------------------------------------------- */
.is-animate {
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n { font-weight: normal; }
.s-fw-b { font-weight: bold; }
.s-ta-l { text-align: left !important; }
.s-ta-c { text-align: center !important; }
.s-ta-r { text-align: right !important; }
.s-va-t { vertical-align: top !important; }
.s-va-m { vertical-align: middle !important; }
.s-va-b { vertical-align: bottom !important; }
.s-ov-h { overflow: hidden; }
.s-clear { clear: both; }
.s-hide { display: none; }
.s-txt-hide {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.s-bg-n { background: none !important; }
.s-mt-00 { margin-top: 0 !important; }
.s-mb-00 { margin-bottom: 0 !important; }
.s-ml-00 { margin-left: 0 !important; }
.s-mr-00 { margin-right: 0 !important; }
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-pc { }
.only-tb, .only-sp, .no-pc { display: none !important; }
.no-tb { }
.no-sp { }

/* sp
---------------------------------------------------------- */
@media screen and (max-width: 768px) {
.only-pc, .no-sp, .only-tb, img.only-tb { display: none !important; }
.only-sp, .no-pc, .no-tb { display: block !important; }
img.only-sp, img.no-pc, img.no-tb { display: inline-block !important; }
}
/* ==========================================================
 custom module
========================================================== */
/* mod-coupon-01
---------------------------------------------------------- */
.mod-coupon-01 { margin-bottom: 55px; }
.mod-coupon-01 .box-wrap-coupon { padding: 0 36px; }
.mod-coupon-01 .box-coupon-01 {
	position: relative;
	margin-bottom: 35px;
	padding: 0 57px;
}
.mod-coupon-01 .box-coupon-01 .ttl-label-01 {
	float: right;
	position: absolute;
	height: 45px;
	bottom: -10px;
	right: 57px;
	padding: 12px 10px 0 31px;
	border-left: 1px solid #fff;
	letter-spacing: -1px;
}
.mod-coupon-01 .box-coupon-01 .ttl-label-01.type-03 { padding-left: 40px; }
.mod-coupon-01 .box-coupon-01 .inner {
	border-top: 5px solid rgba(0, 176, 240, 0.6);
	border-left: 5px solid rgba(0, 176, 240, 0.6);
	border-right: 5px solid rgba(0, 176, 240, 0.6);
}
.mod-coupon-01 .box-coupon-01 .inner .ttl {
	padding: 18px 37px;
	color: #1f548d;
	font-size: 33px;
	font-weight: bold;
}
.mod-coupon-01 .box-coupon-01 .inner .ttl span {
	display: inline-block;
	margin-right: 18px;
}
.mod-coupon-01 .box-coupon-01 .inner .caption {
	min-height: 45px;
	padding: 6px 0 0 15px;
	background-color: rgba(0, 176, 240, 0.6);
	font-size: 22px;
	font-weight: bold;
}
.mod-coupon-01 .box-coupon-01 .inner .caption dl {
	overflow: hidden;
	max-width: 28em;
}
.mod-coupon-01 .box-coupon-01 .inner .caption dl dt {
	float: left;
	position: relative;
	padding-left: 22px;
}
.mod-coupon-01 .box-coupon-01 .inner .caption dl dt:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 16px;
	margin-top: -8px;
	background: url(/common/img/ico_star_01.png) 0 0 no-repeat;
	background-size: 14px 16px;
}
.mod-coupon-01 .box-coupon-01 .inner .caption dl dd { padding-left: 22px; }
.mod-coupon-01 .box-coupon-02 {
	margin-bottom: 30px;
	padding: 17px 11px 11px;
	border: 1px dashed #b5b5ca;
}
.mod-coupon-01 .box-coupon-02 ul li {
	margin: 0 0 0 10px;
	font-size: 12px;
}
.mod-coupon-01 .box-coupon-02 ul li:before { content: "※"; }
.mod-coupon-01 .txt-coupon-01 {
	margin-bottom: 20px;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
.mod-coupon-01 { margin-bottom: 30px; }
.mod-coupon-01 .box-wrap-coupon { padding: 0 10px; }
.mod-coupon-01 .box-coupon-01 {
	margin-bottom: 19px;
	padding: 0 10px;
}
.mod-coupon-01 .box-coupon-01 .ttl-label-01 {
	position: static;
	height: auto;
	padding: 0 5px 0 25px;
	border-left: none;
}
.mod-coupon-01 .box-coupon-01 .ttl-label-01.type-03 {
	padding: 0 5px 0 28px;
	letter-spacing: normal;
}
.mod-coupon-01 .box-coupon-01 .inner {
	border-top: 3px solid rgba(0, 176, 240, 0.6);
	border-left: 3px solid rgba(0, 176, 240, 0.6);
	border-right: 3px solid rgba(0, 176, 240, 0.6);
	clear: both;
}
.mod-coupon-01 .box-coupon-01 .inner .ttl {
	padding: 9px 0 9px 18px;
	font-size: 17px;
}
.mod-coupon-01 .box-coupon-01 .inner .ttl span { margin-right: 18px; }
.mod-coupon-01 .box-coupon-01 .inner .caption {
	min-height: auto;
	padding: 2px 0 2px 5px;
	font-size: 14px;
}
.mod-coupon-01 .box-coupon-01 .inner .caption dl dt { padding-left: 18px; }
.mod-coupon-01 .box-coupon-01 .inner .caption dl dt:before {
	left: 0;
	width: 11px;
	height: 12px;
	margin-top: -6px;
	background-size: 11px 12px;
}
.mod-coupon-01 .box-coupon-02 {
	margin-bottom: 19px;
	padding: 8px 12px;
}
.mod-coupon-01 .box-coupon-02 ul li {
	position: relative;
	padding-left: 10px;
	margin: 0;
	font-size: 10px;
}
.mod-coupon-01 .box-coupon-02 ul li:before {
	position: absolute;
	top: 0;
	left: 0;
}
.mod-coupon-01 .txt-coupon-01 {
	margin-bottom: 10px;
	font-size: 13px;
}
}
/* mod-shoplist-01
---------------------------------------------------------- */
.mod-shoplist-01 { }
.mod-shoplist-01 .box-pic {
	text-align: center;
	margin-bottom: 60px;
	padding: 40px 0;
	background-color: #FBFBFC;
}
.mod-shoplist-01 .box-pic figure { margin-bottom: 40px; }
.mod-shoplist-01 .box-pic figure:last-child { margin-bottom: 0; }
.floor-higashimachi-minami-567rf .box-pic figure {
	display: inline-block;
	width: 50%;
}
.mod-shoplist-01 .link-list {
	overflow: hidden;
	margin: 0 0 32px -28px;
}
.mod-shoplist-01 .link-list li {
	float: left;
	width: 240px;
	margin: 0 0 38px 28px;
}
.mod-shoplist-01 .link-list li a { display: block; }
.mod-shoplist-01 .link-list li a .box-branner {
	position: relative;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.mod-shoplist-01 .link-list li a .box-branner .number {
	position: absolute;
	left: 10px;
	color: #333;
	font-size: 22px;
	font-weight: bold;
}
.mod-shoplist-01 .link-list li a .box-branner .pic { padding: 2em 10px 10px 10px; }
.mod-shoplist-01 .link-list li a .box-branner .pic figure {
	display: -webkit-flex;
	display: flex;
	align-items: center;
  justify-content: center;
	width: 100%;
	text-align: center;
  height: 125px !important;
}
.mod-shoplist-01 .link-list li a .box-branner .pic figure img {
	/*margin: 0 auto;
	max-width: 100%;
	min-width: 1px;*/
  display: flex;
  flex: 0 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.mod-shoplist-01 .link-list li a .box-branner .txt {
	display: table;
	width: 100%;
	color: #333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1.5px;
	padding-bottom: 10px;
}
.mod-shoplist-01 .link-list li a .box-branner .txt p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 5px;
}
.mod-shoplist-01 .link-list li a .caption {
	display: table;
	width: 100%;
}
.mod-shoplist-01 .link-list li a .caption p {
	display: table-cell;
	vertical-align: middle;
	padding: 7px 5px;
	background-color: #E4DFEC;
	border-bottom: 1px solid #ddd;
	color: #333;
	font-size: 15px;
	text-align: center;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
.mod-shoplist-01 { }
.mod-shoplist-01 .box-pic {
	margin-bottom: 27px;
	padding: 30px 13px 30px 13px;
}
.mod-shoplist-01 .box-pic figure { }
.floor-higashimachi-minami-567rf .box-pic figure {
	display: block;
	width: auto;
}
.mod-shoplist-01 .box-pic figure img { width: 100%; }
.mod-shoplist-01 .link-list {
	margin: 0 0 4px 0;
	padding: 0 10px;
}
.mod-shoplist-01 .link-list li {
	width: 50%;
	margin: 0 0 20px 0;
}
.mod-shoplist-01 .link-list li:nth-child(even) { padding-left: 8px; }
.mod-shoplist-01 .link-list li:nth-child(odd) { padding-right: 8px; }
.mod-shoplist-01 .link-list li a { display: block; }
.mod-shoplist-01 .link-list li a .box-branner { }
.mod-shoplist-01 .link-list li a .box-branner .number {
	left: 5px;
	font-size: 11px;
}
.mod-shoplist-01 .link-list li a .box-branner .pic { }
.mod-shoplist-01 .link-list li a .box-branner .pic figure {
  height: 110px !important;
}
.mod-shoplist-01 .link-list li a .box-branner .pic figure img { }
.mod-shoplist-01 .link-list li a .box-branner .txt { font-size: 11px; }
.mod-shoplist-01 .link-list li a .caption p {
	padding: 3px 0;
	font-size: 9px;
}
}
/* link-list-cardservice-01
---------------------------------------------------------- */
.link-list-cardservice-01 {
	overflow: hidden;
	margin: 0 0 47px 0;
}
.link-list-cardservice-01 li {
	float: left;
	margin-left: 20px;
}
.link-list-cardservice-01 li a {
	display: block;
	width: 128px;
	height: 118px;
	padding: 20px 10px 10px;
	border-radius: 5px;
	line-height: 1.3;
}
.link-list-cardservice-01 li.link-01 a { background-color: #F4AEBC; }
.link-list-cardservice-01 li.link-02 a { background-color: #F5AC95; }
.link-list-cardservice-01 li.link-03 a { background-color: #A2C4E8; }
.link-list-cardservice-01 li.link-04 a { background-color: #FCD25C; }
.link-list-cardservice-01 li.link-05 a { background-color: #94D0C0; }
.link-list-cardservice-01 li.link-06 a { background-color: #CFE18F; }
.link-list-cardservice-01 li.link-07 a {
	padding-top: 15px;
	background-color: #C2A0D4;
}
.link-list-cardservice-01 li a figure {
	margin-bottom: 10px;
	text-align: center;
}
.link-list-cardservice-01 li.link-07 a figure { margin-bottom: 2px; }
.link-list-cardservice-01 li a .txt {
	color: #333;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}
.link-list-cardservice-01 li:last-child a .txt {
	font-size: 14px;
	letter-spacing: -1px;
}

@media screen and (max-width: 768px) {
.link-list-cardservice-01 {
	margin: 0 0 30px 0;
	padding: 20px 10px 0;
}
.link-list-cardservice-01 li {
	display: table;
	width: 50%;
	margin: 0 0 10px 0;
}
.link-list-cardservice-01 li:nth-child(odd) { padding-right: 5px; }
.link-list-cardservice-01 li:nth-child(even) { padding-left: 5px; }
.link-list-cardservice-01 li a {
	overflow: hidden;
	width: 100%;
	height: 46px;
	padding: 15px 13px 0;
}
.link-list-cardservice-01 li.link-02 a { padding-top: 8px; }
.link-list-cardservice-01 li.link-07 a { padding-top: 2px; }
.link-list-cardservice-01 li a figure {
	display: table-cell;
	float: left;
	margin-bottom: 0;
	padding-right: 15px;
	text-align: left;
	vertical-align: middle;
}
.link-list-cardservice-01 li.link-01 a figure { padding-right: 18px; }
.link-list-cardservice-01 li.link-02 a figure { padding: 7px 10px 0 0; }
.link-list-cardservice-01 li.link-03 a figure { padding-right: 10px; }
.link-list-cardservice-01 li.link-06 a figure { padding-right: 10px; }
.link-list-cardservice-01 li.link-07 a figure { padding: 8px 18px 0 0; }
.link-list-cardservice-01 li.link-01 a figure img { width: 15px; }
.link-list-cardservice-01 li.link-02 a figure img { width: 17px; }
.link-list-cardservice-01 li.link-03 a figure img { width: 25px; }
.link-list-cardservice-01 li.link-04 a figure img { width: 13px; }
.link-list-cardservice-01 li.link-05 a figure img { width: 21px; }
.link-list-cardservice-01 li.link-06 a figure img { width: 16px; }
.link-list-cardservice-01 li.link-07 a figure img { width: 16px; }
.link-list-cardservice-01 li a .txt {
	display: table-cell;
	padding-top: 2px;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
}
.link-list-cardservice-01 li:last-child a .txt { font-size: 10px; }
}
/* sec-cardservic-01
---------------------------------------------------------- */
.sec-cardservic-01 { margin-bottom: 45px; }
.sec-cardservic-01 .txt-note-01 {
	padding-top: 13px;
	color: #215996;
	font-size: 15px;
	text-align: right;
}
.sec-cardservic-01 .ttl-01 {
	position: relative;
	margin: 0 0 5px 34px;
	padding-left: 39px;
	font-size: 25px;
	font-weight: bold;
}
.sec-cardservic-01 .ttl-01:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -5px;
	width: 30px;
	height: 34px;
	margin-top: -21px;
	background: url(/common/img/ico_cardservice_01.png) 0 0 no-repeat;
	background-size: 30px 34px;
}
.sec-cardservic-01 .ttl-01.type-01 { }
.sec-cardservic-01 .ttl-01.type-01:before {
	width: 34px;
	height: 30px;
	margin-top: -15px;
	background: url(/common/img/ico_cardservice_02.png) 0 0 no-repeat;
	background-size: 34px 30px;
}
.sec-cardservic-01 .ttl-01.type-02 { padding-left: 60px; }
.sec-cardservic-01 .ttl-01.type-02:before {
	width: 49px;
	height: 29px;
	margin-top: -15px;
	background: url(/common/img/ico_cardservice_03.png) 0 0 no-repeat;
	background-size: 49px 29px;
}
.sec-cardservic-01 .ttl-01.type-03 { padding-left: 50px; }
.sec-cardservic-01 .ttl-01.type-03:before {
	width: 26px;
	height: 33px;
	margin-top: -17px;
	background: url(/common/img/ico_cardservice_04.png) 0 0 no-repeat;
	background-size: 26px 33px;
}
.sec-cardservic-01 .ttl-01.type-04 { padding-left: 50px; }
.sec-cardservic-01 .ttl-01.type-04:before {
	width: 43px;
	height: 34px;
	margin-top: -17px;
	background: url(/common/img/ico_cardservice_05.png) 0 0 no-repeat;
	background-size: 43px 34px;
}
.sec-cardservic-01 .ttl-01.type-05 { padding-left: 45px; }
.sec-cardservic-01 .ttl-01.type-05:before {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url(/common/img/ico_cardservice_06.png) 0 0 no-repeat;
	background-size: 30px 30px;
}
.sec-cardservic-01 .ttl-01.type-06 { padding-left: 48px; }
.sec-cardservic-01 .ttl-01.type-06:before {
	width: 32px;
	height: 30px;
	background: url(/common/img/ico_cardservice_07.png) 0 0 no-repeat;
	background-size: 32px 30px;
}
.sec-cardservic-01 .table-01 {
	width: 100%;
	border-top: 5px solid #F4AEBC;
	border-left: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-collapse: separate;
}
.sec-cardservic-01 .table-01.type-01 { border-top: 5px solid #F5AC95; }
.sec-cardservic-01 .table-01.type-02 { border-top: 5px solid #A2C4E8; }
.sec-cardservic-01 .table-01.type-03 { border-top: 5px solid #FCD25C; }
.sec-cardservic-01 .table-01.type-04 { border-top: 5px solid #94D0C0; }
.sec-cardservic-01 .table-01.type-05 { border-top: 5px solid #CFE18F; }
.sec-cardservic-01 .table-01.type-06 { border-top: 5px solid #C2A0D4; }
.sec-cardservic-01 .table-01.type-07 { border-top: 5px solid #1ca902; }
.sec-cardservic-01 .table-01 tr:nth-child(odd) th { border-top: 1px solid #CACACA; }
.sec-cardservic-01 .table-01 tr:nth-child(odd) td { border-top: 1px solid #CACACA; }
.sec-cardservic-01 .table-01 tr:nth-child(even) th { border-top: 1px dotted #CACACA; }
.sec-cardservic-01 .table-01 tr:nth-child(even) td { border-top: 1px dotted #CACACA; }
.sec-cardservic-01 .table-01 tr th {
	width: 420px;
	padding: 18px 0 18px 50px;
	background-color: #FEF1F3;
	border-right: 1px solid #CACACA;
	font-size: 15px;
	font-weight: bold;
}
.sec-cardservic-01 .table-01.type-01 tr th { background-color: #FCE8E0; }
.sec-cardservic-01 .table-01.type-02 tr th { background-color: #F9FCFF; }
.sec-cardservic-01 .table-01.type-03 tr th { background-color: #FFF9E7; }
.sec-cardservic-01 .table-01.type-04 tr th { background-color: #EEF7F9; }
.sec-cardservic-01 .table-01.type-05 tr th { background-color: #EFF5DA; }
.sec-cardservic-01 .table-01.type-06 tr th { background-color: #F6F2F9; }
.sec-cardservic-01 .table-01.type-07 tr th { background-color: #f7ffdd; }
.sec-cardservic-01 .table-01 tr td {
	padding: 18px 0 18px 29px;
	background-color: #F7F7F9;
	font-size: 15px;
}
.sec-cardservic-01 .table-01 tr:nth-child(even) td {
	padding-left: 50px;
	background-color: #fff;
}

@media screen and (max-width: 768px) {
.sec-cardservic-01 { margin-bottom: 30px; }
.sec-cardservic-01 .ttl-01 {
	margin: 0 0 5px 11px;
	padding-left: 40px;
	font-size: 18px;
}
.sec-cardservic-01 .ttl-01:before {
	left: 6px;
	width: 23px;
	height: 26px;
	margin-top: -13px;
	background-size: 23px 26px;
}
.sec-cardservic-01 .ttl-01.type-01 { padding-left: 39px; }
.sec-cardservic-01 .ttl-01.type-01:before {
	width: 23px;
	height: 21px;
	margin-top: -11px;
	background-size: 23px 21px;
}
.sec-cardservic-01 .ttl-01.type-02 { padding-left: 46px; }
.sec-cardservic-01 .ttl-01.type-02:before {
	width: 35px;
	height: 21px;
	margin-top: -11px;
	background-size: 35px 21px;
}
.sec-cardservic-01 .ttl-01.type-03 { padding-left: 32px; }
.sec-cardservic-01 .ttl-01.type-03:before {
	width: 20px;
	height: 26px;
	margin-top: -13px;
	background-size: 20px 26px;
}
.sec-cardservic-01 .ttl-01.type-04 { padding-left: 43px; }
.sec-cardservic-01 .ttl-01.type-04:before {
	width: 32px;
	height: 25px;
	margin-top: -13px;
	background-size: 32px 25px;
}
.sec-cardservic-01 .ttl-01.type-05 { padding-left: 43px; }
.sec-cardservic-01 .ttl-01.type-05:before {
	width: 24px;
	height: 23px;
	margin-top: -12px;
	background-size: 24px 23px;
}
.sec-cardservic-01 .ttl-01.type-06 { padding: 0 15px 0 41px; }
.sec-cardservic-01 .ttl-01.type-06:before {
	width: 23px;
	height: 22px;
	margin-top: -11px;
	background-size: 23px 22px;
}
.sec-cardservic-01 .table-01 {
	border-left: none;
	border-bottom: none;
	border-right: none;
}
.sec-cardservic-01 .table-01 tr:nth-child(odd) { }
.sec-cardservic-01 .table-01 tr:nth-child(even) { }
.sec-cardservic-01 .table-01 tr th {
	display: block;
	width: 100%;
	padding: 11px 0 11px 22px;
	border-right: none;
	border-bottom: 1px solid #CACACA;
	font-size: 14px;
}
.sec-cardservic-01 .table-01 tr td {
	display: block;
	width: 100%;
	padding: 11px 10px 11px 22px;
	font-size: 12px;
}
.sec-cardservic-01 .table-01 tr:nth-child(even) td { padding-left: 22px; }
}
/* ==========================================================================
   cosmetic.css
========================================================================== */
/* ----- font-size----- */
.fz-big { font-size: 140%; }
/* ----- align----- */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
/* ----- color----- */
.color-red { color: red; }



/* ==========================================================================
   icon
========================================================================== */

.icon_box{
	padding: 0 0 10px 0;
}
