@charset "utf-8";
.column2R #main {
  float: none;
  width: auto;
}
/*--------------------
　基本
----------------------*/
#wrapper {
  width: 970px;
  margin: 20px auto 60px;
}
#contentWrap {
  margin: 0 auto;
  color: #605b5a;
}
#wrapper h2 {
  font-size: 40px;
  font-weight: normal;
  margin: 20px 0 30px;
}
#wrapper h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  background-color: #0088dd;
  padding: 8px 20px 4px;
  color: #fff;
}
#wrapper h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 3px 20px 0px;
  border: 2px solid #0088dd;
  border-left: 40px solid #0088dd;
}
#wrapper h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #ff3552;
}
.txtCenter {
  text-align: center;
}
.txtBold {
  font-weight: bold;
}
.txtRed {
  color: #ff3552;
}
.txtBlue {
  color: #0088dd;
}
.txtBlack {
  color: #000000;
}
.txtRed a {
  color: #ff3552;
  text-decoration: none;
}
.txtBlue a {
  color: #0088dd;
  text-decoration: none;
}
p.caution {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
.content_area {
  margin: 60px auto;
  width: 880px;
}
.content_area * {
  box-sizing: border-box;
}
.content_area img {
  max-width: 100%;
}
.content_area a:hover {
  opacity: 0.6;
}
.content_inner {
  width: 840px;
  margin: 0 auto 90px;
  font-size: 16px;
}
.content_inner .videoBox {
  text-align: center
}
.content_inner .videoBox video {
  width: 600px;
}
@media screen and (max-width: 479px) {
  #wrapper {
    width: 96%;
    margin: 10px auto 30px;
  }
  h2 {
    font-size: 8vw;
    margin: 10px 0 20px;
  }
  h3 {
    font-size: 5vw;
    padding: 6px 20px 2px;
  }
  #wrapper h4 {
    font-size: 4.6vw;
    margin-bottom: 16px;
    border-left: 36px solid #0088dd;
    line-height: 1.2;
    padding: 6px 20px 4px;
  }
  h5 {
    font-size: 3.6vw;
    margin-bottom: 10px;
  }
  .content_area {
    margin: 30px auto;
    width: 100%;
  }
  .content_area a:hover {
    opacity: 1;
  }
  .content_inner {
    width: 100%;
    margin: 0 auto 60px;
    font-size: 3.6vw;
  }
  .content_inner .videoBox video {
    width: 100%;
  }
}
/*--------------------
　タブメニュー
----------------------*/
.tab_area {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 5px solid #45955a;
  height: 62px;
}
.tab_area li {
  width: 234px;
  cursor: pointer;
  background-color: #eee;
  font-size: 24px;
  text-align: center;
  padding: 10px 0 8px;
  transition: 0.4s;
  box-sizing: border-box;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab_area li:hover {
  background-color: #d7fae0;
}
.tab_area li.select {
  background-color: #45955a;
  color: #fff;
  width: 244px;
  padding-top: 16px;
}
@media screen and (max-width: 479px) {
  .tab_area {
    height: calc(4.4vw * 2 * 1.4 + 14px);
  }
  .tab_area li {
    width: 23%;
    font-size: 4.4vw;
    padding: 8px 0 6px;
    line-height: 1.2;
  }
  .tab_area li:hover {
    background-color: #eee;
  }
  .tab_area li.select {
    width: 26%;
    background-color: #45955a;
    padding-top: 14px;
  }
}
/*--------------------
　店舗情報
----------------------*/
.shopInfo {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 30px 45px;
  margin-bottom: 60px;
}
.shopInfo .chyukoIcon, .shopInfo .paymentIcon {
  display: flex;
  flex-wrap: wrap;
}
.shopInfo .chyukoIcon {
  margin-bottom: 30px;
}

/*--------------------
　店舗取り扱いサービス
----------------------*/

.shopInfo .service_icon {
    margin: 0 0 20px 0;
}

.shopInfo .service_icon .service_title-area{
    margin: 0;
    font-size: 24px;
    border-bottom: solid #45abec;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.shopInfo .service_icon .service_title{
	margin:  0;
    line-height: 1.3;
}

.shopInfo .service_icon ul {
	width:100%;
	display: block;
	border: none;
}

.shopInfo .service_icon ul li {
	display: inline-block;
	text-align:center;
	padding: 10px 0 !important;
}

.shopInfo .service_icon ul li:nth-child(3n+1) {
	width: 31%;
	margin:0 1% 0 2%;
	background-color: #fff;
}

.shopInfo .service_icon ul li:nth-child(3n+2) {
	width: 31%;
	margin:0 0% 0 0%;
}

.shopInfo .service_icon ul li:nth-child(3n) {
	width: 31%;
	margin:0 0 0 1%;
}

.shopInfo .service_icon ul.sns_icon {
	width: 80%;
    display: block;
    margin: 30px auto 40px;
	border: none;
}

.shopInfo .service_icon ul.sns_icon li {
	display: inline-block;
	text-align:center;
	padding: 10px 0 !important;
}

.shopInfo .service_icon ul.sns_icon li:nth-child(odd) {
	width: 48%;
	margin:0 0% 0 0%;
	background-color: #fff;
}

.shopInfo .service_icon ul.sns_icon li:nth-child(even) {
	width: 48%;
	margin:0 0% 0 0%;
	background-color: #fff;
}

.shopInfo .paymentIcon {
  margin-top: 10px;
}
.shopInfo .chyukoIcon img, .shopInfo .paymentIcon img {
  margin-right: 4px;
  margin-bottom: 4px;
}
.shopInfo ul {
  display: flex;
  border-bottom: 2px solid #ddd;
}
.shopInfo ul.noBorderB {
  border-bottom: none;
  margin-bottom: 10px;
}
.shopInfo ul li {
  padding: 20px;
}
.shopInfo ul li:first-child {
  width: 150px;
  background-color: #d9f6fa;
  text-align: center;
  padding: 20px;
}
.shopInfo ul li:last-child {
  width: calc(100% - 150px);
}
.shopInfo ul li dl dt, .shopInfo ul li dl dd {
  display: inline-block;
}
.shopInfo ul li dl dt {
  width: 65px;
}
.shopInfo ul li dl dd {
  color: #2b89e9;
}
.shopInfo ul li dl dd a {
  text-decoration: none;
  color: #2b89e9;
}
.shopInfo ul li .btnLine {
  margin-top: 10px;
}
#wrapper .shopAccess h4 {
  width: 70vw;
  max-width: 800px;
}
.shopAccess p {
  margin-bottom: 20px;
  margin-left: 1em;
}
.shopAccess p span.txtBlue {
  margin-bottom: 6px;
  margin-left: -1em;
  display: inline-block;
}
.shopAccess p.subTitle {
  font-size: 17px;
  margin-left: 0;
}
.shopAccess ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.shopAccess ul .accessCont, .shopAccess ul .accessImg {
  width: 400px;
}
.shopManager ul {
  width: 750px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.shopManager ul li {
  width: 360px;
}
.shopManager ul li h3 span {
  font-size: 16px;
  padding-left: 10px;
}
.shopManager ul li h3 span.pl00 {
  padding-left: 0;
  display: inline-block;
  margin-top: -6px;
}
.shopManager ul li p {
  font-size: 14px;
  margin: 0 20px 20px;
}
@media screen and (max-width: 479px) {
  .shopInfo {
    border: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .shopInfo .chyukoIcon {
    margin-bottom: 20px;
  }
  .shopInfo ul {
    flex-direction: column;
    border-bottom: none;
  }
  .shopInfo ul li {
    padding: 6px 10px 4px;
    margin-bottom: 20px;
  }
  .shopInfo ul li:first-child {
    width: 100%;
    text-align: left;
    padding: 6px 10px 4px;
    margin-bottom: 10px;
  }
  .shopInfo ul li:last-child {
    width: 100%;
  }
  .shopInfo ul li dl img {
  width: 80%;
  }
  .shopAccess {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  #wrapper .shopAccess h4 {
    width: 100%;
  }
  .shopAccess p.subTitle {
    font-size: 3.8vw;
  }
  .shopAccess ul {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .shopAccess ul .accessCont, .shopAccess ul .accessImg {
    width: 100%;
  }
  .shopManager ul {
    width: 100%;
    flex-direction: column;
  }
  .shopManager ul li {
    width: 100%;
  }
  .shopManager ul li p {
    margin: 0 2% 20px;
  }
  .shopManager ul li.twitter p {
    margin: 0 10% 20px;
  }
	
/*--------------------店舗取り扱いサービス----------------------*/
.shopInfo .service_icon {
    margin: 0 0 20px 0;
}

.shopInfo .service_icon .service_title-area{
margin: 0;
    font-size: 18px;
    border-bottom: solid #45abec;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.shopInfo .service_icon .service_title{
	margin:  0;
    line-height: 1.3;
}

.shopInfo .service_icon ul {
	width:100%;
	display: block;
	border: none;
}

.shopInfo .service_icon ul li {
	display: inline-block;
	text-align:center;
	padding: 5px 0 !important;
}
.shopInfo .service_icon ul li img {
  width: 200px;
}
.shopInfo .service_icon ul li:nth-child(3n+1) {
  width: 47%;
  margin: 0 1% 0 1%;
	background-color: #fff;
}

.shopInfo .service_icon ul li:nth-child(3n+2) {
  width: 47%;
  margin: 0 1% 0 1%;
}

.shopInfo .service_icon ul li:nth-child(3n) {
  width: 47%;
  margin: 0 1% 0 1%;
}

.shopInfo .service_icon ul.sns_icon {
    width: 100%;
    display: block;
    margin: 10px auto 10px;
    border: none;
}

.shopInfo .service_icon ul.sns_icon li {
	display: inline-block;
	text-align:center;
	padding: 10px 0 !important;
}

.shopInfo .service_icon ul.sns_icon li:nth-child(odd) {
  width: 45%;
  margin: 0 5% 0 0%;
}

.shopInfo .service_icon ul.sns_icon li:nth-child(even) {
	width: 45%;
	margin:0 0% 0 0%;
	background-color: #fff;
}	
}
/*--------------------
　店舗サービス
----------------------*/
.shopServiceIntor {
  margin-bottom: 60px;
}
.shopService {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 30px 30px 10px;
  margin-bottom: 60px;
}
.shopService ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 10px;
}
.shopService ul li {
  width: 240px;
  text-align: center;
  margin: 0 1% 10px;
}
.shopService ul li:hover, .shopService .shopCoolLink:hover {
  opacity: 0.8;
}
.shopService ul li a {
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  display: block;
  text-decoration: none;
}
.shopService .twitterLink {
  background: #09f;
  border: 1px solid #03f;
}
.shopService .yoyakuLink {
  background: #ff9900;
  border: 1px solid #ff5400;
}
.shopService .lineLink {
  background: #00C300;
  border: 1px solid #00611a;
}
.shopService .usedStocLink {
  background: #16A085;
  border: 1px solid #0A473A;
}
.shopService .shopStockLink {
  background: #ff4000;
  border: 1px solid #d90000;
}
.shopService .weeklysale {
  background: #c9171e;
  border: 1px solid #660b0e;
}
.shopService .purchase {
  background: #93b00c;
  border: 1px solid #6c8200;
}
.shopService .vrParadise {
  background: #555555;
  border: 1px solid #000000;
}
.shopService .shopCoolLink {
  width: 420px;
  text-align: center;
  margin: 0 1% 20px;
  background: #40a0b5;
  border: 1px solid #267c8e;
}
.shopService .shopCoolLink a {
  padding: 10px 0;
  color: #fff;
  font-size: 16px;
  display: block;
  text-decoration: none;
}
.serviceDetail .detailInner {
  width: 800px;
  margin: 0 auto;
}
.serviceDetail p {
  margin-bottom: 30px;
}
.serviceDetail ul.checkRed {
  margin-left: 30px;
  margin-bottom: 20px;
}
.serviceDetail ul.checkRed li {
  position: relative;
  padding-left: 20px;
}
.serviceDetail ul.checkRed li:after, .serviceDetail ul.checkRed li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  height: 11px;
  width: 4px;
  background: #dc143c;
  border-radius: 10px;
  transform: rotate(45deg);
}
.serviceDetail ul.checkRed li:before {
  top: 9px;
  left: 3px;
  height: 8px;
  transform: rotate(-45deg);
}
.serviceDetail ul.detailBox37 {
  display: flex;
  justify-content: space-between;
}
.serviceDetail ul.detailBox37 li:first-child {
  width: 260px;
}
.serviceDetail ul.detailBox37 li:last-child {
  width: 500px;
}
.serviceDetail ul.detailBox37.rowReverse {
  flex-direction: row-reverse;
}
.serviceDetail .detailInner .innerImg {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.serviceDetail .detailInner .innerImg img {
  width: 50%;
}
@media screen and (max-width: 479px) {
  .shopServiceIntor {
    width: 96%;
    margin: 0 auto 30px;
  }
  .shopService {
    border: none;
    padding: 0;
    width: 96%;
    margin: 0 auto 30px;
  }
  .shopService ul {
    flex-direction: column;
    margin-bottom: 0;
  }
  .shopService ul li {
    width: 100%;
    margin: 0 0 6px;
  }
  .shopService ul li:hover, .shopService .shopCoolLink:hover {
    opacity: 1;
  }
  .shopService .shopCoolLink {
    width: 100%;
    margin: 0;
  }
  .serviceDetail {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .serviceDetail .detailInner {
    width: 96%;
    margin: 0 auto;
  }
  .serviceDetail p {
    margin-bottom: 20px;
  }
  .serviceDetail ul.detailBox37 {
    flex-direction: column;
  }
  .serviceDetail ul.detailBox37 li:first-child {
    width: 60%;
    margin: 0 auto 20px;
  }
  .serviceDetail ul.detailBox37 li:last-child {
    width: 100%;
  }
  .serviceDetail ul.detailBox37.rowReverse {
    flex-direction: column;
  }
}
/*--------------------
　店舗イベント
----------------------*/
.shopEvent {
  margin-bottom: 60px;
}
.eventDetail .detailInner {
  width: 800px;
  margin: 0 auto;
}
.eventDetail ul.detailBox37 {
  display: flex;
  justify-content: space-between;
}
.eventDetail ul.detailBox37 li:first-child {
  width: 260px;
}
.eventDetail ul.detailBox37 li:last-child {
  width: 500px;
}
.eventDetail ul.detailBox55 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.eventDetail ul.detailBox55 li {
  width: 390px;
}
.eventDetail .detailInner .innerImg {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.eventDetail .detailInner .innerImg img {
  width: 50%;
}
@media screen and (max-width: 479px) {
  .shopEvent {
    width: 96%;
    margin: 0 auto 30px;
  }
  .eventDetail {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .eventDetail .detailInner {
    width: 96%;
    margin: 0 auto;
  }
  .eventDetail p {
    margin-bottom: 20px;
  }
  .eventDetail ul.detailBox37 {
    flex-direction: column;
  }
  .eventDetail ul.detailBox37 li:first-child {
    width: 60%;
    margin: 0 auto 20px;
  }
  .eventDetail ul.detailBox37 li:last-child {
    width: 100%;
  }
  .eventDetail ul.detailBox55 {
    flex-direction: column;
  }
  .eventDetail ul.detailBox55 li {
    width: 100%;
  }
  .eventDetail ul.detailBox55 li:first-child {
    margin-bottom: 20px;
  }
}
/*--------------------
　店舗スタッフの声
----------------------*/
.shopStaff {
  margin-bottom: 60px;
}
.staffDetail .detailInner {
  width: 800px;
  margin: 0 auto;
}
.staffDetail ul.detailBox28 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.staffDetail ul.detailBox28 li:first-child {
  width: 180px;
  position: relative;
  text-align: center;
  padding-bottom: 36px;
}
.staffDetail ul.detailBox28 li:first-child span.branch {
  color: #0093ff;
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px 20px;
  background-color: #fdddff;
  border-radius: 6px;
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.staffDetail ul.detailBox28 li:last-child {
  width: 600px;
  background-color: #d9f6fa;
  border-radius: 10px;
  padding: 20px;
}
.staffDetail ul.detailBox28 li:last-child p {
  margin-bottom: 20px;
}
.staffDetail ul.detailBox28 li:last-child p:last-child {
  margin-bottom: 0;
}
.staffDetail ul.detailBox28 li.branch2row {
  padding-bottom: 54px;
}
.staffDetail ul.detailBox28 li.branch2row span.branch {
  line-height: 1.4;
}
.staffDetail ul.detailBox28 li.branch2row span.branch span.txtSmall {
  font-size: 80%;
  display: inline-block;
  margin-top: 2px;
}
.staffDetail ul.detailBox28.rowReverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 479px) {
  .shopStaff {
    width: 96%;
    margin: 0 auto 30px;
  }
  .staffDetail {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .staffDetail .detailInner {
    width: 96%;
    margin: 0 auto;
  }
  .staffDetail p {
    margin-bottom: 20px;
  }
  .staffDetail ul.detailBox28 {
    flex-direction: column;
  }
  .staffDetail ul.detailBox28 li:first-child {
    width: 180px;
    margin: 0 auto 20px;
  }
  .staffDetail ul.detailBox28 li:last-child {
    width: 100%;
  }
  .staffDetail ul.detailBox28.rowReverse {
    flex-direction: column;
  }
}
/*--------------------
　ポップアップ用
----------------------*/
.popupCont {
  display: none;
}
.shopcool_popup_ttl .ttl {
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
  line-height: 1.8;
}
.toujitsu_popup_ttl .ttl {
  font-size: 22px;
  font-weight: bold;
  padding: 20px;
  line-height: 1.8;
}
.toujitsu_popup_txt_box {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.toujitsu_popup_txt_box .info_box {
  text-align: left;
  display: flex;
  font-size: 14px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  background: #eee;
}

.toujitsu_popup_txt_box .info_box p {
  margin: 0 10px;
}

.toujitsu_popup_txt_box .head_info{
  font-size:16px;
  text-align:left;
}
.toujitsu_popup_txt_box .foot_info{
  font-size:14px;
  text-align:left;
}

.toujitsu_popup_txt_box .outlet_table{
  display:table;
  font-size: 15px;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  border:1px solid #ccc;
}

.toujitsu_popup_txt_box .outlet_table>ul{
  display:table-row;
}
.toujitsu_popup_txt_box .outlet_table>ul>li{
  display:table-cell;
  padding:4px;
  vertical-align:middle;
}

.toujitsu_popup_txt_box .outlet_table>ul:nth-of-type(n+2)>li:nth-of-type(1){
  text-align:left;
}
.toujitsu_popup_txt_box .outlet_table>ul.outlet_table2>li{
  background:#f0f0f0;
  color: #333;
}
.toujitsu_popup_txt_box .outlet_table>ul:first-of-type>li{
  background:#333;
  color:#fff;
}
.toujitsu_popup_txt_box .outlet_table>ul:nth-of-type(2n+0)>li{
  background:#fefefe;
  color: #333;
}
.toujitsu_popup_txt_box .outlet_table>ul>li:nth-of-type(n+2){
  border-left:1px solid #ccc;
}

@media screen and (max-width:479px){
  .toujitsu_popup_txt_box .outlet_table{
    padding:1vw;
    width:90vw;
    font-size:3vw;
  }
  .toujitsu_popup_txt_box .head_info, .toujitsu_popup_txt_box .foot_info{
    font-size:3vw;
  }
}


/*--------------------
　バナーエリア
----------------------*/
.banner_area {
  width: 750px;
  margin: 0 auto 120px;
}
.banner_area * {
  box-sizing: border-box;
}
.banner_area img {
  max-width: 100%;
}
.banner_area a:hover {
  opacity: 0.6;
}
.banner_area ul {
  width: 640px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}
.banner_area ul li {
  width: 200px;
  margin: 0 0 20px 20px;
}
.banner_area ul li:nth-child(3n+1) {
  margin: 0 0 20px;
}
.banner_area p {
  margin: 0 0 20px;
}
.banner_area .bnr_gaming:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media screen and (max-width: 479px) {
  .banner_area {
    width: 100%;
    margin: 0 auto 90px;
  }
  .banner_area a:hover {
    opacity: 1;
  }
  .banner_area ul {
    width: 100%;
    margin: 0 auto 30px;
    justify-content: space-between;
  }
  .banner_area ul li {
    width: 49%;
    margin: 0 0 10px;
  }
  .banner_area ul li:nth-child(3n+1) {
    margin: 0 0 10px;
  }
  .banner_area .bnr_gaming:hover {
    opacity: 1;
  }
  #facebox img {
    max-width: 100%;
    height: auto;
  }
}
/*--------------------
　スライダー用
----------------------*/
.ad-gallery {
  width: 750px;
  margin: 60px auto;
}
.ad-gallery * {
  margin: 0;
  padding: 0;
  box-sizing: unset;
}
.ad-gallery .ad-image-wrapper {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 48%;
  border: 1px solid #CCC;
}
.ad-gallery .ad-image-wrapper .ad-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  cursor: pointer;
  display: block;
  z-index: 200;
}
.ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
  /* Or else IE will hide it */
  background: url(/5info/img/shop/trans.gif);
}
.ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(/5info/img/shop/ad_prev.png);
  width: 30px;
  height: 30px;
  display: none;
  position: absolute;
  top: 47%;
  left: 0;
  z-index: 101;
}
.ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
  background: url(/5info/img/shop/ad_next.png);
  width: 30px;
  height: 30px;
  right: 0;
  left: auto;
}
.ad-gallery .ad-image-wrapper .ad-image {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 9;
}
.ad-gallery .ad-image-wrapper .ad-image a img {
  border: 0;
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 7px 0 7px 20px;
  text-align: left;
  width: 100%;
  z-index: 2;
  background: url(/5info/img/shop/opa75.png);
  color: #000;
  font-size: 14px;
}
* html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='opa75.png');
}
.ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
  display: block;
}
.ad-gallery .ad-controls {
  /*height: 20px;*/
  display: none;
}
.ad-gallery .ad-info {
  float: left;
}
.ad-gallery .ad-slideshow-controls {
  float: right;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
  padding-left: 5px;
  cursor: pointer;
}
.ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
  padding-left: 5px;
  font-size: 0.9em;
}
.ad-gallery .ad-slideshow-running .ad-slideshow-start {
  cursor: default;
  font-style: italic;
}
.ad-gallery .ad-nav {
  width: 100%;
  position: relative;
}
.ad-gallery .ad-forward, .ad-gallery .ad-back {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 10;
}
/* IE 6 doesn't like height: 100% */
* html .ad-gallery .ad-forward, .ad-gallery .ad-back {
  height: 100px;
}
.ad-gallery .ad-back {
  cursor: pointer;
  left: 0;
  width: 13px;
  display: block;
  background: url(/5info/img/shop/ad_scroll_back.png) 0px 22px no-repeat;
}
.ad-gallery .ad-forward {
  cursor: pointer;
  display: block;
  right: 0;
  width: 13px;
  background: url(/5info/img/shop/ad_scroll_forward.png) 0px 22px no-repeat;
}
.ad-gallery .ad-nav .ad-thumbs {
  overflow: hidden;
  width: 96%;
  margin: 0 0 0 2%;
}
.ad-gallery .ad-thumbs .ad-thumb-list {
  float: left;
  width: 9000px;
  list-style: none;
}
.ad-gallery .ad-thumbs li {
  float: left;
  padding-right: 5px;
}
.ad-gallery .ad-thumbs li a {
  display: block;
}
.ad-gallery .ad-thumbs li a img {
  border: 3px solid #CCC;
  display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
  border: 3px solid #616161;
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}
@media screen and (max-width: 479px) {
  .ad-gallery {
    width: 100%;
    margin: 30px auto;
  }
  .ad-gallery .ad-image-wrapper {
    height: 180px;
  }
}
/*-----------------------
　ページTOPへ
-----------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 479px) {
  #pagetop {
    right: 10px;
  }
}
/*-------------------------------------
汎用
---------------------------------------*/
.mt00 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.brPc {
  display: block;
}
.brSp {
  display: none;
}
.pcOnly {
  display: block;
}
.spOnly {
  display: none;
}
@media only screen and (max-width: 479px) {
  .brPc {
    display: none;
  }
  .brSp {
    display: block;
    width: 100%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .spBr::before {
    content: "\A";
    white-space: pre;
  }
}

/*--------------------
　臨時対応部分
----------------------*/

#contentWrap .fs16 p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

/*--------------------
　コロナ臨時お知らせ
----------------------*/

#temporaryclosed p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #222;
}

#temporaryclosed p img {
  width: 970px;
}

#temporaryclosed p .bus{
  margin-left: auto;
  margin-right: auto;
}

#temporaryclosed p .bus img {
  width: auto;
}

#temporaryclosed .service_title p {
  font-size: 24px;
}

#temporaryclosed table{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px !important;
}

#temporaryclosed table tr{
  border-bottom: solid 2px white;
}

#temporaryclosed table tr:last-child{
  border-bottom: none;
}

#temporaryclosed table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #0068b7;
  color: white;
  padding: 10px 0;
  padding-left: 10px;
  font-size: 16px;
}
#temporaryclosed table th a:link,#temporaryclosed table th a:visited,
#temporaryclosed table th a:hover,#temporaryclosed table th a:active{
  color: white;
}

#temporaryclosed table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #0068b7;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#temporaryclosed table td{
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 10px 0;
  padding-left: 20px;
  font-size: 16px;
}

@media only screen and (max-width: 479px) {
  #temporaryclosed p img {
    width: 100%;
  }
  #temporaryclosed p .bus img {
    width: 100%;
}

.txt12{
  font-size: 12px;
}
.txt20{
  font-size: 20px;
}
.content_area p .txt20{
  font-size: 20px;
}