* {
    box-sizing: border-box;
	margin: 0;
    padding: 0;
    float: none;
/*     transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
    -o-transition:All 0.5s ease; */
}

*::after, *::before {
    box-sizing: border-box;
}
html{margin: 0;padding: 0}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
    text-decoration: none;
	font-size: 13px;
	color: #666666;
	color:#23527c;
}
a:focus, a:hover {
    color: #23527c;
	text-decoration:underline;
}
#info .article p a:hover {
    color: #23527c;
		background-color:#cbeaff;
	text-decoration:underline;
}
.info-section1-custom a:hover{
		background-color:#cbeaff;

}


a:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
ol, ul {
  list-style: none;
}
ol, ul {
/*   margin-bottom: 10px; */
  margin-top: 0;
}

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;
	color:#231F20;
	line-height: 1.42857;
	margin: 0;
	padding: 0
}
p {
  margin: 0 0 10px;
}
label {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 7px;
  max-width: 100%;
}
.container:after, .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
/* =================================================GENERAL================================================== */

.container
{
	max-width:1000px;
	margin:0 auto;
  /* padding: 15px; */
	padding-left: 20px;
	padding-right: 20px;
}

.row {
  margin-left: 16px;
  margin-right: 16px;
}
.btn {
  background: #d9d9d9 none repeat scroll 0 0;
  color: #fff;
  font-size: 14px;
  padding: 4px 28px;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
}
.btn:hover, .btn:focus {
	color: #fff;
	opacity: 0.75;
}
	/* SUB */
	.btn-success{
		background: url('../images/bg-btn-01.jpg') no-repeat;
		background-size: 100% 100%;
	}
	.btn-warning{
		background: url('../images/bg-btn-02.png') no-repeat;
		background-size: 100% 100%;
	}
.flat-btn{
	font-size: 16px;
	font-weight: normal;
	padding: 12px 6px;
	border: 0;
	text-decoration: none !important;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}
.flat-btn:hover, .flat-btn:focus{
	text-decoration: none;
	color: #fff;
	opacity: 0.75;
}
	/* SUB */
	.fbtn-default {
	  background-color: rgb(72,72,72);
	  color: #fff;
	}
.pull-right
{
	float: right ;
}
.pull-left {
    float: left;
}
/* margin left, right Format
========================================== */
.mar-l{
	margin-left: 20px;
}
.mar-r{
	margin-left: 20px;
}
.mar-lr{
	margin-left: 20px;
	margin-right: 20px;
}
/* padding left, right Format
========================================== */
.pad-l{
	padding-left: 20px;
}
.pad-r{
	padding-left: 20px;
}
.pad-lr{
	padding-left: 20px;
	padding-right: 20px;
}
/* Width Column Format
========================================== */
.cols05 {width:5%;}
.cols10 {width:10%;}
.cols15 {width:15%;}
.cols20 {width:20%;}
.cols25 {width:25%;}
.cols30 {width:30%;}
.cols35 {width:35%;}
.cols40 {width:40%;}
.cols45 {width:45%;}
.cols50 {width:50%;}
.cols55 {width:55%;}
.cols60 {width:60%;}
.cols65 {width:65%;}
.cols70 {width:70%;}
.cols75 {width:75%;}
.cols80 {width:80%;}
.cols85 {width:85%;}
.cols90 {width:90%;}
.cols95 {width:95%;}
/***********form************/
.form-group {
  padding-bottom: 15px;
}
.form-control{
	border: 2px solid rgb(76, 185, 226);
	border-radius: 6px;
	padding: 2px 6px;
	border-radius: 6px;
	font-size: 14px;
	color: #666;
	width: 100%;
} 
.box {
  background-color: #fff;
  border-radius: 4px;
}
.img-responsive{
	width: 100%;
	display: inline-block;
	height: auto;
}
/* =================================================END GENERAL================================================== */
header{
	border-bottom: 2px solid #323232;
}
#header-top {
  background: #0071bb;
  color: #fff;
  padding: 6px 0;
}
#header-top h3, #header-top h1 {
  color: #fff;
  float: left;
  font-size: 8px;
  font-weight: normal;
    margin: 0;
}
.menu-top  ul {
  float: right;
  overflow: hidden;
  margin-bottom: 0;
}
.menu-top li::after {
  content: "|";
}
nav.menu-top li {
  float: left;
  line-height: 64%;
}
nav.menu-top li:last-child::after {
	content: "";
}
.menu-top a {
  color: #fff;
  font-size: 10px;
  line-height: 0.5;
  padding: 0 10px;
  text-decoration: none !important;
}
.menu-top li:last-child a{
	padding-right: 0;
}
#header-main{
  background: #ffde00 none repeat scroll 0 0;
  height: 70px;
  position: relative;
/*   overflow: hidden; */
}
#header-main .container{
	background: #fff;
	padding-left: 0;
}
#header-main::after {
  background: #fff;
  content: " ";
  height: inherit;
  left: 70%;
  position: absolute;
  top: 0;
  width:30%;
}
.logo {
  background: #ffde00;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 50px;
  padding-right: 45px;
  position: relative;
}
#header-main .container{
	 padding-right: 15px;
}
#breadcum .container{
	max-width: 940px;
}
.logo::after {
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  border-width: 35px;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.logo_ct {
  float: right;
  margin-left:5px;
  margin-top: 8px;
}
.logo_ct p, .logo_ct span{
  font-weight:bold;
  color:#000;
}
.logo_ct p {
  margin-bottom: 0;
  margin-top: 9px;
}
.logo_ct span {
  font-size: 18px;
}
#primary-navigation {
  float: right;
  position: relative;
}
#primary-navigation img {
  height: 70px;
}
#primary-navigation >  ul {
  height: 1%;
  position: relative;
  z-index: 2;
}
#primary-navigation > ul::after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
#primary-navigation li {
  float: left;
  position: relative;
  text-align: center;
  width: 70px;
}
#primary-navigation  a:hover, #primary-navigation a:focus{
	opacity: 0.8;
}

#primary-navigation ul li ul {
  background: rgba(0, 0, 0, 0) url("../images/nav_tri.png") no-repeat scroll 105.5px 0;
  color: #fff;
  left: -85.5px;
  padding-top: 15px;
  position: absolute;
  top: 69px;
  visibility: hidden;
  width: 240px;
  z-index: 999999999;
}

#primary-navigation ul li ul li {
  display: block;
  float: none;
  margin-left: 0 !important;
  width: 100%;
  background: #0071bb;
}
#primary-navigation ul li ul li a {
  background-color: #0071bb;
  color: #fff;
  display: block;
  font-size: 20px;
  padding: 15px 0;
  width: 100%;
}
#primary-navigation ul li ul li a:hover, #primary-navigation ul li ul li a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1A99EC;
}



#breadcum {
  /*border-top: 2px solid #323232;*/
  padding-top: 6px;
  padding-bottom: 6px;
}
#breadcum li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  padding-right: 5px;
  display: table;
}
#breadcum li::before {
  content: ">";
  display: table-cell;
  font-family: "メイリオ";
  font-size: 13px;
  margin-right: 5px;
  vertical-align: middle;
}
#breadcum a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}
#search {
  background: #0071bb none repeat scroll 0 0;
  border-top: 2px solid #323232;
  padding-bottom: 17px;
  padding-top: 17px;
  text-align: center;
}
.group-search {
  display: block;
  height: 35px;
  margin: 0 auto;
  width: 480px;
}
.group-search input {
  border: 0 none;
  float: left;
  padding: 0 2px;
  width: 80%;
  height: 100%;
  border-radius: 0;
}
.group-search button {
  background: #6d6e70 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  float: left;
  font-size: 17px;
  padding: 0;
  width: 20%;
  height: 100%;
}
.separate {
  border-top: 2px solid #323232;
}
#info {
  line-height: 177%;
}
#info .info-section1 .title-infomation span {
  padding-right: 5px;
}
#info .info-section1 .title-infomation {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 3px;
}
#info .info-section1 h1 span {
  padding-right: 5px;
  color: #000;
}
#info .info-section1 h1{
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 3px;
}
#info .info-section1 ul {
  float: left;
  width: 100%;
}
#info .info-section1 ul li {
  display: block;
  overflow: hidden;
}
#info .info-section1 .date {
  float: left;
  padding-right: 36px;
}
#info .info-section1 .des {
  float: left;
  max-width: 100%;
  display: table-cell;
  /*word-wrap: break-word;*/
}
.info-section1 {
  padding-bottom: 40px;
  padding-left: 80px;
  padding-top: 22px;

}
.info-section2 {
  padding-bottom: 34px;
  padding-left: 80px;
  padding-top: 25px;
  text-align: center;
}
.info-section1-custom,.info-section1-custom a {
  color: #000;
	text-decoration:none;
}

.info-section2  p {
  font-size: 19px;
}
.td-l > span {
  display: table-cell;
}
#info .info-section1.info-section1-custom .des {
  display: table-cell;
  float: none;
  width: 64%;
}
#info .info-section1 .date {
  display: table-cell;
 /* padding-right: 36px;
  width: 37.5%;*/
}
/* .info-section1-custom .des > span {
    display: table-cell;
    width: 200px;
}
.info-section1-custom  .des {
  display: table;
  float: left;
  width: 752px;
}
.info-section1-custom  .date {
  float: left;
  padding-right: 36px;
  width: 13.2%;
}
.info-section1-custom  .des {
  float: left;
  width: 86.8%;
} */

.info-section1-custom .td-l {
  display: table-cell;
  width: 380px;
}
#info .info-section1 .date {
  display: table-cell;
  padding-right: 36px;
}
#access-map {
  background: #0071bb;
  padding: 33px 0;
  text-align: center;
}
.nav-map h3{
	display: none;
}
.nav-map {
  margin-top: 20px;
  margin-bottom: 22px;
  display: none;
}
#access-map .nav-map ul {
  display: inline-block;
  vertical-align: bottom;
}
#access-map .nav-map li {
  background: url("../images/bg-white.png") no-repeat scroll 0 0;
  display: table;
  float: left;
  font-size: 56%;
  height: 80px;
  line-height: 135%;
  list-style: outside none none;
  width: 80px;
}
#access-map .nav-map li a {
  color: inherit;
  display: table-cell;
  text-decoration: none;
  vertical-align: middle;
   font-size: 9px;
}
#access-map .map *{
    /*width: 100%;
    height: 360px;*/
}
#access-map .nav-map h3 {
  background-color: #adadad;
  color: #323232;
  display: block;
  font-size: 14px;
  font-weight: normal;
  min-height: 16px;
  padding: 5px 0;
  position: relative;
  cursor: pointer;
}
#access-map .nav-map  h3::after {
  content: "v";
  position: absolute;
  right: 10px;
  top: 5px;
}

.info-co{
	background-color: #ebe8e4;
	text-align:left;
	margin-top: -6px;
	padding:20px 0;
}
.info-co  h3 {
  display: inline-block;
  font-size: 170%;
  /* margin-bottom: 14px; */
}
#access-map div.desc {
  display: table;

  width: 100%;
 
}
#access-map div.desc div.tel {
	margin-top: 0;
	border-right: 1px solid #323232;
    width: 336px;
	vertical-align: middle;
	text-align: center;
}
#access-map div.desc div.tel span {
   
}
#access-map div.desc div.tel  small {
    display: block;
    font-size: small;
	padding-left: 28px;
}
#access-map div.desc .open{
	padding-left: 30px;
}
#access-map div.desc div{
	display: table-cell;
    vertical-align: top;
}

.coupon {
  border: 1px solid;
  display: table;
  margin: 24px auto 0;
  width: 100%;
}
.c-item {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
.c-item.c-item1 {
  background: #ffdd00;
  border-right: 1px solid #000;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  width: 45%;
}
.c-item.c-item1 > img {
  width: 150px;
}
.c-item.c-item2 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 12px;
  text-align: left;
}
/*New style coupon*/
.gallery-image {
  border: 1px solid;
  display: table;
  margin: 24px auto 0;
  text-align: center;
  width: auto;
}

.gi-item.gi-item1 {
  border-right: 1px solid #000;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  width: auto;
}

.gallery-image .gi-item {
  display: inline-block;
  vertical-align: middle;
}


.g-gitem > li {
  border-right: 1px solid #000;
  display: inline-block;
  float: left;
  padding: 10px;
}
.g-gitem > li:last-child {
  border-right: 0;
}

.g-gitem > li img {
  height: 150px;
  width: 150px;
}
.gi-item.gi-item2 {
  font-size: 15px;
  font-weight: bold;
  padding-left: 12px;
  text-align: left;
  width: 150px;
}


/*.New style coupon*/


#cut-menu {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 100px;
}


#cut-menu h2{
  text-align: center;
    font-size: 180%;
    padding: 5px;
  }

#cut-menu h3 {
  clear: both;
  font-size: 169%;
  padding-bottom: 25px;
  padding-top: 50px;
  text-align: center;
  
}
#cut-menu h2:first-of-type,
#cut-menu h3:first-of-type {
  margin-top: 63px;
  padding-top: 0;
}

#cut-menu p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 0;
  text-align: left;
  margin-top: 14px;
}
#cut-menu p.price {
  background: url("../images/line_dot.gif") repeat-x scroll 0 0.6em;
  font-size: 113%;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 5px;
  margin-top: 25px;
  overflow: hidden;
}
#cut-menu p.price b {
  background-color: #fff;
  display: inline-block;
  padding-right: 1em;
}
#cut-menu p.price i {
  background-color: #fff;
  display: block;
  float: right;
  font-style: normal;
  padding-left: 1em;
  text-align: right;
}
#pagetop{
	margin-bottom: 0;
	text-align: right;
	display: none;
}
.bx-wrapper{
	border: 0;
	margin-bottom: 0;
	box-shadow: none;
}
.bx-wrapper img {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-align: center;
  width: 100%;
}
/* .bx-wrapper .bx-prev {
  background: url("../images/btn_slide.png") no-repeat scroll 0 0;
  left: 10px;
} */

/*sp menu*/
.sp-slider h2 {
  font-size: 10px;
  padding: 12px 0 11px;
  text-align: center;
}


#link-block {
  background-color: #0071bb;
  margin-bottom: 0;
  overflow: hidden;
  margin-bottom: 50px;
  padding-top: 40px;
  text-align: center;
}
#link-block  .container{
	max-width: 1028px;
    padding: 0 0 40px 0;
}
#link-block .block {
  background-color: #fff;
  color: #323232;
  display: inline-block;
  height: 220px;
  margin: 20px 5px 20px 5px;
  overflow: hidden;
  position: relative;
  width: 235px;
}
#link-block .block {
   vertical-align: top !important;
}
#link-block .block a{
	color: #231F20 !important;
	text-decoration: none !important;
	text-align: center;
}
#link-block .block .block-table{
	height: 100%; display: table; width: 100%
}
#link-block .block .block-row{
	display: table-row;
	 height: 26px;
}
#link-block .block .block-cell{
	vertical-align: middle; display: table-cell;
	padding:0 10px;
}
#link-block  .b-content {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 27px;
  font-weight: bold;
}
#link-block .block p {
  font-size: 14px;
  font-weight: bold;
  margin-top: 12px;
}
#link-block .block p span, #link-block .block p span a {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  display: none;
}

.b-title {
  padding: 5px 15px;
   font-size: 12px;
   color: #231F20;
   text-align: left;
}
.b-yellow-light{
	background: #FFF472;
}
.b-blue-light{
	background: #ABE0F9;
}











/* FOOTER */
.nav-footer {
  background: #ffde00;
  padding: 4px 0;
}
.nav-footer ul {
  float: right;
  margin-bottom: 0;
}
.nav-footer li {
  float: left;
}
.nav-footer li::after {
  content: "|";
}
.nav-footer li:last-child::after {
  content: "";
}
.nav-footer li a {
  color: #333333;
  font-size: 12px;
  padding: 0 10px;
  text-decoration: none !important;
}
#copyright {
  color: #000;
  font-size: 8px;
  margin-left: -40px;
  padding: 8px 0;
}
#copyright p{margin-bottom: 0}

/*Style Information and Site map*/
.column-wrapper {
	border-bottom: 1px solid #323232;
}
.column-wrapper .inner {
	width: 940px;
	height: 1%;
	margin: 0 auto;
}
.column-wrapper .inner:after {
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	content: ".";
}
/* コンテンツ */
.site-contents {
	float: right;
	width: 700px;
	margin: 0 0 0 20px;
}
.site-contents .article {
	overflow: hidden;
	margin-top: 60px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.site-contents .article .header {
	padding-bottom: 25px;
}
.site-contents .article .header h3 {
	line-height: 140%;
}
.site-contents .article p {
	margin-bottom: 14px;
	font-size: 88%;
}
.site-contents .article ul,
.site-contents .article ol {
	margin: 0 0 14px 25px;
}
.site-contents .article li {
	margin-bottom: 7px;
	font-size: 88%;
}
.site-contents .article img {
	margin-bottom: 14px;
}
/* インフォメーション */
#info .article {
	position: relative;
	padding-left: 160px;
}
#info .article .header h3 {
	font-size: 138%;
	margin-bottom:20px;
}
#info .article .header h3 time {
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 82%;
	font-weight: normal;
}
#info .article .header p {
	margin-bottom: 0;
	font-weight: bold;
	font-weight:normal;
	font-size:14px;
}
#info .article .header p a{
	font-size:15px;
	display:inline-block;
}
/* コラム */
#column .article {
	margin-left: 20px;
	padding-left: 20px;
}
#column .article .header h3 {
	font-size: 150%;
}
#column .article .header p {
	color: #6e6e6e;
}
#column .article .header p span {
	display: inline-block;
	margin-left: 0.5em;
	padding-left: 0.5em;
	border-left: 1px solid #999;
	line-height: 100%;
}
#sidebar {
	float: left;
	width: 165px;
	min-height: 340px;
	padding: 0 54px 100px 0;
	border-right: 1px solid #323232;
	
}
#sidebar span.nl,
#sidebar a {
	display: block;
	color: #323232;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar span.nl:before,
#sidebar a:before {
	content: "＞ ";
}
#sidebar h3,
#sidebar p.all {
	margin: 50px 0 7px;
	border-bottom: 3px solid #ccc;
	font-size: 100%;
	font-weight: bold;
	line-height: 120%;
}
#sidebar h3 {
	padding: 10px 0;
}
#sidebar p.all {
	text-transform: uppercase;
}
#sidebar p.all a {
	padding: 10px 0;
}
#sidebar li {
	list-style: none;
	font-size: 88%;
	line-height: 140%;
}
#sidebar li span.nl,
#sidebar li a {
	padding: 6px 0 6px 18px;
	text-indent: -18px;
}

.pager {
	padding: 20px 0 0;
	text-align: center;
}
.pager p {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 88%;
}
.pager a,
.pager span {
	display: inline-block;
	width: 28px;
	margin: 0 5px;
	padding: 7px 0;
	border: 1px solid transparent;
	line-height: 100%;
	text-align: center;
}
.pager a {
	border-color: #323232;
	color: #323232;
	text-decoration: none;
}
.pager a:hover {
	color: #fff;
	background-color: #323232;
	text-decoration: underline;
}
.pager span.current {
	border-color: #323232;
	background-color: #323232;
	color: #fff;
}
.pager a.prev,
.pager a.next {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: none;
	background: url(img/btn_pager_pn.png) no-repeat 0 -30px;
	text-indent: 30px;
	white-space: nowrap;
}
.pager a.next {
	left: auto;
	right: 0;
	background-position: 0 0;
}
.pager a.prev:hover {
	background-position: -30px -30px;
}
.pager a.next:hover {
	background-position: -30px 0;
}
/**/

.container .title-banner {
  background-color: #0071bb;
  color: #fff;
  text-align: center;
}

.container .title-banner {
  border-bottom: 1px solid #323232;
  border-top: 1px solid #323232;
  padding: 13px 0 14px;
  text-align: center;
  width: 100%;
}
/*Site map*/

#sitemap .inner {
  overflow: hidden;
  padding: 80px 0 50px;
}
.container .inner {
  margin: 0 auto;
  width: 940px;
}
#sitemap .inner div {
  float: left;
  margin-bottom: 80px;
  width: 440px;
}
#sitemap p {
  border-bottom: 3px solid #ddd;
  font-size: 113%;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 15px;
}
#sitemap a::before {
  content: "＞ ";
}
#sitemap a {
  color: #323232;
  display: inline-block;
  padding: 8px 0;
  text-decoration: none;
}
#sitemap li {
  font-size: 88%;
  line-height: 140%;
  list-style: outside none none;
  padding-left: 2em;
  text-indent: -1em;
}
#sitemap a::before {
  content: "＞ ";
}

#sitemap div.shops {
  float: right;
}
#sitemap div.shops li {
  border-bottom: 3px solid #ddd;
  font-size: 113%;
  font-weight: bold;
  margin-bottom: 15px;
}
#sitemap {
  border-bottom: 1px solid #323232;
}
.upper {
  text-transform: uppercase;
}
#sitemap div.sub {
  clear: left;
}

.container div.topic-path p {
  font-size: 100%;
  line-height: 120%;
  margin: 0 auto;
  padding: 10px 0;
  width: 940px;
}
.container div.topic-path a {
  color: inherit;
  text-decoration: none;
}

.title-banner-sitemap {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#slider {
  border-bottom: 2px solid #323232;
}
.site-contents header{
	border-bottom: 0;
}
.ttl-intro {
  font-size: 27px;
}
#breadcum  li a:last-child {
  font-weight: normal;
}
#breadcum  li a:first-child {
	font-weight: normal !important;
}
/*.Style Information and Site map*/

#info.faq {
    border-top: 2px solid #323232;
}

.faq-inner {
    padding: 30px 100px;
}

.faq-inner .ques,
.faq-inner .ans {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.faq-inner h2.main-title {
    margin: 55px 0px 30px;
}

.image_top_faq {
    border-bottom: 2px solid #323232;
}




#panel .link-block .block {
    overflow: hidden;
    float: left;
    position: relative;
    width: 220px;
    height: 220px;
    margin: 0px 10px 20px;
    border: 1px solid #BBB;
    background-color: #fff;
    color: #000000;
}

.link-block .block p.link {
    position: absolute;
    left: 9px;
    bottom: 9px;
    width: 198px;
    padding: 5px 0px 5px 24px !important;
    background: #DDD url("../images/bullet_tri.png") no-repeat scroll 7px 9px;
    display: none;
}
.link-block .block h3 {
    padding-top: 120px;
    text-align: center;
    font-weight: normal;
}
#panel .link-block .block a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}
.link-block .link-p1 {
         padding: 5px; 
    margin: 5px 10px 10px;
        /* line-height: 200%; */
}
#panel .link-block .block p img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: auto;
}

#link-coupon{
  padding: 30px 0;
}
#link-coupon .separate {
    border-top: none !important;
    border-bottom: 2px solid #323232 !important;
}
.coupon-link a {
    text-align: center;
    display: block;
}
.multi-link {
    font-size: 1.46154em;
    margin: 1em 0;
}

/*メイン画像変更CSS*/


.bx-wrapper {
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
    overflow: hidden;
}

.bx-wrapper img {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    width: 100%;
}


.bx-viewport {
    max-width: 900px !important;
	margin:auto;
	overflow:visible !important;
}

.bx-controls{
	max-width:900px;
	margin:auto;
	position:relative;
}

.bx-controls-direction a{
	top:-300px !important;
}