@charset 'utf-8';
/* CSS Document */


.mincho-style {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

/*タブ切り替え全体のスタイル*/
.map_tabs {
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  border-radius: 5px 5px 0 0;
  border-right: solid 1px #000000;
  box-sizing: content-box;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1012px;
  width: 100%;
}
.map_tabs p {
  text-align: left;
}
.map_tab_content_description {
  padding-top: 20px;
}
.map_tab_item {
  background-color: #000000;
  border-left: none !important;
  border-radius: 5px 5px 0 0; /* 左上、右上、右下、左下 */
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  text-align: center;
  transition: map_all .2s ease;
  width: calc(100% / 2);
}
.map_tab_item:hover {
  cursor: pointer;
  opacity: .75;
}
/*ラジオボタンを全て消す*/
input[name='map_tab_item'] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.map_tab_content {
  clear: both;
  display: none;
  overflow: hidden;
}
/*選択されているタブのスタイルを変える*/
.map_tabs input:checked + .map_tab_item {
  background-color: #ffffff;
  border-top: solid 1px #000000;
  box-sizing: border-box;
  color: #000000;
}
/*選択されているタブのコンテンツのみを表示*/
#map_all:checked ~ #map_content1,#map_programming:checked ~ #map_content2,#design:checked ~ #map_content3,#map:checked ~ #map_content4 {
  display: block;
}

a {
  color: #000000;
}

.schedule {
  margin: 0 auto 40px;
  max-width: 1012px;
  text-align: center;
  width: 100%;
}

a:hover {
  opacity: .7;
}
.awardsRwviews-wrap a {
  color: #000000;
  font-size: 100%;
}
.font_gothic {
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体' !important;
}
.shop_info_contents h2 {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
  'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
  'ＭＳ 明朝', serif;
}
.shop_description {
  margin: 0 auto;
  width: 1012px;
}
.chuodori-top-wrap {
  background: url(https://www.rasin.co.jp/shop/img/chuodori_bg2.jpg?ver=1.0.2) no-repeat;
  background-position: 50%;
  background-size: cover;
}

.main-top-wrap {
  background: url(https://www.rasin.co.jp/shop/img/main_bg2.jpg?ver=1.0.2) no-repeat;
  background-position: 50%;
  background-size: cover;
}

.shinsaibashi-top-wrap {
  background: url(https://www.rasin.co.jp/shop/img/shinsaibashi_bg.jpg?ver=1.0.2) no-repeat;
  background-position: 50%;
  background-size: cover;
}

.kaitori-top-wrap {
  background: url(https://www.rasin.co.jp/shop/img/kaitori_bg2.jpg?ver=1.0.2) no-repeat;
  background-position: 50%;
  background-size: cover;
}
.chuodori-top img {
  max-width: 1012px;
  width: 100%;
}
.chuodori-top-wrap img,.kaitori-top-wrap img,.nine-top-wrap img, .shinsaibashi-top-wrap img, .main-top-wrap img {
  display: block;
  margin: 0 auto;
}

.contents_section .contents_one div:nth-of-type(1) img,.contents_section .contents_two div:nth-of-type(2) img,.contents_section .contents_three div:nth-of-type(1) img {
  font-family: 'object-fit: cover;';
  height: 600px;
  object-fit: cover;
  width: 100%;
}
.tabs input:hover + label {
  background: #000000;
  opacity: .7;
}
.tab_content_description h3 {
  padding-bottom: 7px;
  border-bottom: 2px solid #555555;
}

/*pc*/
@media screen and (min-width: 651px) {
  .eraberu_kaitori-area {
    margin: 40px auto 0;
    width: 1012px;
  }

  .eraberu_kaitori-area ul {
    background: #f7f4eb;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 20px;
    padding: 10px;
  }
  .shop_list th {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    vertical-align: top;
    width: 20%;
  }
  .shop_list td {
    line-height: 2;
    padding-left: 15px;
    width: 80%;
  }
  .shop_list {
    border-bottom: solid 1px #cccccc;
    display: table;
    margin: 0 auto 40px;
    width: 1012px;
  }
  .shop_list .shop_row {
    display: table-cell;
    padding-bottom: 40px;
    vertical-align: middle;
    width: 50%;
  }
  .shop_list .shop_row:nth-of-type(2) {
    padding: 0 40px 40px;
  }
  .shop_list .shop_row img {
    width: 100%;
  }
  .shop_list .shop_row h3 {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体' !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 0px;
  }
  .shop_list .shop_row h3 span {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  .shop_list .shop_row p {
    color: #b10000;
    display: block;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体' !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .shop_row .text_detail {
    color: #000000 !important;
    font-weight: normal !important;
    line-height: 2 !important;
    margin: 10px 0 10px;
  }
  .popular-brands {
    margin: 0 auto;
    width: 1012px;
  }
  .popular-brands ul {
    display: flex;
    flex-wrap: wrap;
    width: 1012px;
  }
  .popular-brands ul li {
    margin-bottom: 30px;
    width: calc(100% / 4);
  }
  .popular-brands ul li div {
    align-items: center;
    display: flex;
  }
  .popular-brands ul li img {
    height: auto;
    margin-right: 10px;
    object-fit: contain;
    width: 80px;
  }
  .popular-brands ul li a {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
  }
  .popular-brands ul li a span {
    display: block;
    font-size: 13px;
    font-weight: 100;
    margin-top: 2px;
  }
  .popular-brands ul li h2 {
    /*padding-bottom: 5px;
		border-bottom: solid 2px #000;*/
    background-color: #111111;
    color: #ffffff;
    display: block;
    font-size: 16px;
    margin-bottom: 40px;
    padding: 5px 0 5px;
    text-align: center;
    width: 1012px;
  }
  .chuo-information-table {
    font-size: 14px;
    margin: 40px auto;
    max-width: 1012px;
    width: 100%;
  }
  .chuo-information-table table,.chuo-information-table td,.chuo-information-table th {
    border: 1px #000000 solid;
    border-collapse: collapse;
  }
  .chuo-information-table td p,.chuo-information-table th p {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体' !important;
  }
  .chuo-information-table td,.chuo-information-table th {
    vertical-align: top;
  }
  .chuo-information-table table tr:nth-child(odd) td {
    background: #e2e2e2;
  }
  .chuo-information-table table th {
    background: #000000;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    font-weight: 600;
    height: 120px;
    padding: 10px 0;
    vertical-align: middle;
    width: 20%;
  }
  .chuo-information-table table th p {
    color: #ffffff;
    text-align: center;
  }
  .chuo-information-table table td {
    box-sizing: border-box;
    height: 120px;
    line-height: 2;
    padding: 15px;
  }
  .chuo-information-table table td a {
    color: #000000;
    text-decoration: underline;
  }
  .chuo-information-table table td a:visited {
    color: #000000;
  }
  .access-overview table {
    border-collapse: separate;
    border-spacing: 10px 15px;
    margin-top: 40px;
    overflow: hidden;
    width: 100%;
  }
  .content_text {
    line-height: 1.4;
    margin-top: 10px;
  }
  .tab_content_description h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px !important;
  }
  /*タブのスタイル*/
  .tabs .tab_item,.tabs p,.map_tabs p {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体' !important;
    font-size: 14px !important;
  }
		
  .tabs label {
    background: #000000;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    display: block;
    float: left;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体';
    font-size: 14px;
    font-weight: bold;
    font-weight: normal;
    height: 60px;
    letter-spacing: 1px;
    line-height: 40px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 337px;
  }
	
	
#shinsaibashi_map .shinsaibashi_map_tabs label {
    background: #000000;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    display: block;
    float: left;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体';
    font-size: 14px;
    font-weight: bold;
    font-weight: normal;
    height: 60px;
    letter-spacing: 1px;
    line-height: 40px;
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 506px;
	cursor: pointer;
  }	
	
#shinsaibashi_map .shinsaibashi_map_tabs input:checked + label {
    background: #fff;
    z-index: 6;
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
	color: #000;
	border-top: 1px solid #000;
}	
	
  .shop_info_contents p,.shop_info_contents h3,.access-overview th,.access-overview td {
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
    font-size: 14px;
  }
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .chuodori-top-wrap,.nine-top-wrap .main-top-wrap {
    height: 680px;
  }
  #breadcrumbs {
    margin: 15px 0 15px;
    max-width: 1012px;
  }
  .contents_one,.contents_three {
    align-items: center;
    background: #891815;
    color: #ffffff;
    display: flex;
    height: 600px;
    max-height: 600px;
  }
  .contents_two {
    align-items: center;
    background: #ffffff;
    color: #891815;
    display: flex;
    max-height: 600px;
  }
  .contents_section {
    margin-bottom: 40px;
  }
  .contents_section .contents_one div:nth-of-type(1),.contents_section .contents_two div:nth-of-type(2),.contents_section .contents_three div:nth-of-type(1) {
    width: 50%;
  }
  .contents_section .contents_one div:nth-of-type(2),.contents_section .contents_two div:nth-of-type(1),.contents_section .contents_three div:nth-of-type(2) {
    margin: 0 auto;
    max-width: 650px;
    padding: 40px;
    width: 50%;
  }
  .contents_section h2 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
  }
  .ginzarasin-midasi {
    color: #ffffff;
    font-family: Futura, 'Century Gothic' !important;
    font-size: 30px !important;
    letter-spacing: 15px;
    text-align: center;
  }
  .access-overview {
    width: 600px;
  }
  .tabs .tab_item3 {
    border-right: none !important;
    width: 338px !important;
  }
  #chuo-information-overview {
    margin: 0 auto;
    width: 1012px;
  }
  .chuodori-contents {
    margin: 120px auto 0;
  }
  .chuodori-contents li > div {
    width: 50%;
  }
  .chuodori-contents li {
    display: flex;
  }
  .chuodori-contents li > div:nth-child(2) {
    box-sizing: border-box;
    padding: 5%;
  }
  .access-inner {
    margin-top: 50px;
  }
  .access-inner ul {
    display: flex;
    height: 500px;
    justify-content: center;
    width: 100%;
  }
  .access-inner ul li {
    width: 50%;
  }
  .google-map-wrap p {
    margin-bottom: 10px;
  }
  .access-overview th {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    vertical-align: top;
    width: 20%;
  }
  /*タブのスタイル*/
  .tab_item {
    font-size: 16px;
  }
  .content_parts-wrap ul {
    margin-bottom: 20px;
    margin-right: 1%;
    width: 32%;
  }
  .content_parts-wrap ul:nth-child(3) {
    margin-right: 0;
  }
  .chuo-parking-wrap {
    margin: 130px auto 0;
    max-width: 1012px;
  }
  .chuo-parking-wrap iframe {
    height: 480px;
  }
  .chuo-products-brand ul,.nine-products-brand ul {
    display: flex;
    flex-wrap: wrap;
    margin: 50px auto;
    max-width: 1012px;
  }
  .chuo-products-brand ul li {
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 1%;
    padding: 10px;
    width: 19%;
  }

  .nine-products-brand ul li {
    box-sizing: border-box;
    margin: 0 auto 20px;
    padding: 10px;
    width: 16%;
  }
  .payment-wrap ul li {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
  .payment-wrap ul li:nth-child(even) {
    margin-right: 0;
  }
  .payment-wrap ul li p {
    text-align: left;
  }
  .payment-wrap ul li img {
    width: auto;
	  height: 35px;
  }	
	
  .post {
    border: #cdcdcd 1px solid;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box;
    font-size: 15px;
    margin-bottom: 40px;
    margin-right: 2%;
    padding: 15px 15px 55px 15px;
    position: relative;
    width: 32%;
  }	
	
	
	}
@media screen and (max-width: 650px) {
  .payment-wrap ul li img {
    width: auto;
	  height: 35px;
  }	
	
  .post {
    border: #cdcdcd 1px solid;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
    box-sizing: border-box;
    font-size: 15px;
    margin-bottom: 40px;
    margin-right: 2%;
    padding: 15px 15px 55px 15px;
    position: relative;
    width: 100%;
  }	
	
  }	
	
  .awardsRwviews-wrap {
    margin: 170px auto 0;
  }
  .contact {
    margin: 150px auto 0;
    max-width: 1000px;
    width: 100%;
  }
  .contact ul li {
    background: #000000;
    color: #ffffff;
    width: 32%;
  }
  #feed {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 20px;
  }
  #feed img {
    float: none !important;
    margin-bottom: 20px;
    width: 100% !important;
  }
  #feed .voiceblock {
    float: left;
    font-size: 12px;
    margin-right: 38px;
    width: 130px;
  }

  .post:nth-child(3n) {
    margin-right: 0%;
  }
  .post img {
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
  .post-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .awardsRwviews-wrap {
    margin: 170px auto 0;
    max-width: 1012px;
	  width: 100%;
  }
  .google-map-wrap iframe {
    height: 450px;
  }
  .main_title {
    display: block !important;
    font-family: 'Times New Roman', 'Linux Libertine', '游明朝', 'YuMincho',
    'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif !important;
    font-size: 3rem !important;
    font-weight: 400 !important;
    letter-spacing: .2rem !important;
    line-height: 3.5rem !important;
    margin: 120px 0 40px !important;
    padding: 0 !important;
    text-align: center !important;
  }
  h2.main_title span {
    display: block;
    font-size: 12px;
    line-height: 20px;
  }
  .access-inner iframe {
    height: 500px;
  }

/*スマホ*/
@media screen and (max-width: 650px) {
	
	#contents_wrap {
		overflow: hidden;
	}	
	
  .map_tabs {
    margin: 40px 5px 0 !important;
    width: 97% !important;
    /* padding: 0 5px 0; */
  }
  .access-overview {
    width: 100%;
  }

  .eraberu_kaitori-area ul {
    background: #f7f4eb;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    padding: 10px;
  }
  .shop_list th {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    vertical-align: top;
    width: 20%;
  }
  .shop_list td {
    line-height: 2;
    padding-left: 15px;
    width: 80%;
  }
  .shop_list {
    border-bottom: solid 1px #cccccc;
    margin-bottom: 20px;
  }
  .shop_list .shop_row {
    padding-bottom: 20px;
  }
  .shop_list .shop_row img {
    width: 100%;
  }
  .shop_list .shop_row h3 {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体' !important;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  .shop_list .shop_row h3 span {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
  }
  .shop_list .shop_row p {
    color: #b10000;
    display: block;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体' !important;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0 10px !important;
    text-align: center;
  }

  .shop_row .text_detail {
    color: #000000 !important;
    font-weight: normal !important;
    line-height: 2 !important;
    text-align: left !important;
  }

  .popular-brands-wrap {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
  }
  .popular-brands-wrap li {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
  .popular-brands-wrap li:nth-child(even) {
    margin-right: 0;
  }
  .popular-brands ul li h2,.popular-brands ul li h3 {
    text-align: center;
  }
  .popular-brands {
    margin: 20px auto 0 !important;
    width: 100%;
  }
  .popular-brands ul {
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
  }
  .popular-brands ul li {
    margin-bottom: 20px;
  }
  .popular-brands-wrap {
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
  }
  .popular-brands-wrap li {
    float: left;
    margin-right: 2%;
    width: 49%;
  }
  .popular-brands-wrap li:nth-child(even) {
    margin-right: 0;
  }
  .popular-brands ul li div {
    align-items: center;
    display: flex;
  }
  .popular-brands ul li img {
    height: auto;
    margin-right: 5px;
    object-fit: contain;
    width: 60px;
  }
  .popular-brands ul li a {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.4;
  }
  .popular-brands ul li a span {
    display: block;
    font-size: 12px;
    font-weight: 100;
    margin-top: 2px;
  }
  .brand-list h2,.gojuon-kensaku h2 {
    margin-bottom: 0px !important;
  }
  .popular-brands ul li h2 {
    border-bottom: solid 2px #000000;
    display: block;
    margin-bottom: 50px;
    padding-bottom: 5px;
    width: 100%;
  }
  .chuo-information-table {
    font-size: 13px;
    margin: 20px auto;
    width: 100%;
  }
  .chuo-information-table table,.chuo-information-table td,.chuo-information-table th {
    border: 1px #000000 solid;
    border-collapse: collapse;
  }
  .chuo-information-table td p,.chuo-information-table th p {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体' !important;
  }
  .chuo-information-table td,.chuo-information-table th {
    vertical-align: top;
  }
  .chuo-information-table table tr:nth-child(odd) td {
    background: #e2e2e2;
  }
  .chuo-information-table table th {
    background: #000000;
    border-right: 1px solid #ffffff;
    box-sizing: border-box;
    font-weight: 600;
    height: 80px;
    padding: 10px 0;
    vertical-align: middle;
    width: 20%;
  }
  .chuo-information-table table th p {
    color: #ffffff;
    text-align: center;
  }
  .chuo-information-table table td {
    box-sizing: border-box;
    height: 80px;
    line-height: 2;
    padding: 5px 10px 5px;
  }
  .chuo-information-table table td a {
    color: #000000;
    text-decoration: underline;
  }
  .chuo-information-table table td a:visited {
    color: #000000;
  }
  #feed .post:nth-of-type(4),#feed .post:nth-of-type(5),#feed .post:nth-of-type(6) {
    display: none;
  }
  .access-overview table {
    border-collapse: separate;
    border-spacing: 10px 15px;
    margin-top: 20px;
    overflow: hidden;
    width: 100%;
  }
  .content_text {
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .tab_content_description h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px !important;
    margin-top: 0px !important;
  }
  /*タブのスタイル*/
  .tabs .tab_item,.tabs p,.map_tabs p {
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体' !important;
    font-size: 13px !important;
  }
  .content_parts-wrap ul img {
    width: 100% !important;
  }
  .content_parts-wrap ul li p {
    margin: 0 !important;
    padding: 0 !important;
  }
	
  #shinsaibashi_map .shinsaibashi_map_tabs label {
    background: #000000;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    display: block;
    float: left;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体';
    font-size: 13px;
    font-weight: bold;
    font-weight: normal;
    height: 70px;
    letter-spacing: 1px;
    line-height: 70px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
  }		
	
  .tabs label {
    background: #000000;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    display: block;
    float: left;
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic,
    '游ゴシック体';
    font-size: 13px;
    font-weight: bold;
    font-weight: normal;
    height: 70px;
    letter-spacing: 1px;
    line-height: 30px;
    padding: 6px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
  }
	

	
  .tab_item3 {
    border-right: none !important;
  }
  .ginzarasin-midasi {
    color: #ffffff;
    font-family: Futura, 'Century Gothic' !important;
    font-size: 18px !important;
    letter-spacing: 15px;
    text-align: center;
	  margin-bottom: 10px;
  }
  .shop_info_contents p,.shop_info_contents h3,.access-overview th,.access-overview td {
    font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
    'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
    font-size: 16px;
  }
	
  .shop_info_contents p {
    line-height: 2;
  }	
	
	
	.contents_section a {
		font-size: 16px;
		display: block;
		margin-top: 5px;
	}	
	
  .access-inner {
    margin-top: 0px;
  }
  .access-inner iframe {
    height: 300px;
  }
  .contents_section {
    margin-top: 0 !important;
  }
  .main_title {
    font-family: 'Times New Roman', 'Linux Libertine', '游明朝', 'YuMincho',
    'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif !important;
    font-size: 7vw !important;
    font-weight: normal !important;
    letter-spacing: .2rem;
    line-height: 8vw;
    margin: 60px 0 20px;
    padding: 0;
    text-align: center;
  }
  .access-wrap {
    margin: 60px auto 0 !important;
    width: 100%;
  }
  h2.main_title span {
    display: block;
    font-size: 4vw;
    line-height: 8vw;
  }
  .google-map-wrap iframe {
    height: 300px;
    margin-top: 30px;
  }
  .contents_one,.contents_three,.access-inner ul {
    background: #6d1412;
    color: #ffffff;
    display: flex;
    flex-direction: column-reverse;
  }
  .shop_info_contents h2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 60px;
    text-align: center;
	 margin-bottom: 20px;
  }
  .main_title {
    margin-top: 120px !important;
  }
  .contents_one div:nth-of-type(2),.contents_three div:nth-of-type(2),.contents_two div:nth-of-type(1) {
    padding: 0 10px 60px;
  }
  #breadcrumbs {
    margin: 15px;
  }
  .contents_section .contents_one div:nth-of-type(1) img,.contents_section .contents_two div:nth-of-type(2) img,.contents_section .contents_three div:nth-of-type(1) img {
    height: auto !important;
  }
  .contact ul li {
    background: #000000;
    color: #ffffff;
    width: 100%;
  }
  .contact ul {
    flex-wrap: wrap;
  }
  .contact ul li {
    margin: 0 20px 15px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .chuodori-top {
    overflow: hidden;
  }
  .chuodori-contents {
    margin: 80px auto 0;
  }
  .chuodori-contents li > div {
    width: 100%;
  }
  .chuodori-contents li > div:nth-child(2) {
    box-sizing: border-box;
    padding: 10%;
  }
  .chuodori-contents li a,.chuodori-contents li a:visited {
    display: block;
    text-align: right;
  }
  .access-inner ul {
    width: 100%;
  }
  .access-inner ul li {
    width: 100%;
  }
  .google-map-wrap p {
    line-height: 2;
    margin-bottom: 10px;
  }
  .access-overview th {
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    vertical-align: top;
    width: 25%;
  }
  .chuo-parking-wrap {
    width: 100%;
  }
  .chuo-parking-wrap iframe {
    height: 300px;
  }
  .content_parts-wrap ul {
    margin-bottom: 10px;
    width: 100%;
  }
  .root {
    box-sizing: border-box;
    padding: 0 10px;
  }
  /*タブのスタイル*/
  .tab_item {
    font-size: 12px;
  }
  .chuo-parking-wrap {
    box-sizing: border-box;
    margin: 50px auto 0;
    padding: 0 15px;
  }
  .chuo-products-brand ul,.nine-products-brand ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px auto;
    max-width: 100%;
  }
  .chuo-products-brand ul li,.nine-products-brand ul li {
    box-sizing: border-box;
    padding: 10px;
    width: 49%;
  }
  .scroll table {
    width: 100%;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    white-space: nowrap;
  }
  #chuo-information-wrap {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .payment-wrap ul {
    box-sizing: border-box;
    padding: 0 10px;
  }
  .payment-wrap ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  .payment-wrap ul li p {
    line-height: 2;
  }
  .payment-wrap ul {
    margin: 15px 0;
  }
  .awardsRwviews-wrap {
    margin: 70px auto 0;
  }
	
  .awardsRwviews-wrap img {
    width: 100%;
  }	
	
  .contact {
    margin: 50px auto 0;
    width: 100%;
  }
	
#shinsaibashi_map .shinsaibashi_map_tabs input:checked + label {
    background: #fff;
    z-index: 6;
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
	color: #000;
	border-top: 1px solid #000;
}		
	
}

/*ワイドスライダー*/
.wideslider {
  height: 600px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}
.wideslider ul,.wideslider ul li {
  display: inline;
  float: left;
  overflow: hidden;
}
.wideslider_base {
  position: absolute;
  top: 0;
}
.wideslider_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
}
.slider_prev,.slider_next {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 100;
}
.slider_prev {
  background: #ffffff /*url(../images/slider/prev.jpg) no-repeat right center*/;
}
.slider_next {
  background: #ffffff /*url(../images/slider/next.jpg) no-repeat left center*/;
}
.pagination {
  bottom: 10px;
  height: 15px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 200;
}
.pagination a {
  background: #333333;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  overflow: hidden;
  width: 15px;
}
.pagination a.active {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
       opacity: 1 !important;
}
.wideslider ul:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.wideslider ul {
  display: inline-block;
  overflow: hidden;
  width: 1080px;
}
.wideslider img {
  font-family: 'object-fit: cover;';
  height: 600px;
  object-fit: cover;
  width: 1012px;
}
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
.mypattern {
  background: #000000;
  width: 100%;
}
.mypattern .slick-slide {
  margin: 5px;
}
.mypattern .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(70%);
     -moz-filter: opacity(70%);
      -ms-filter: opacity(70%);
       -o-filter: opacity(70%);
          filter: opacity(70%);
  transition: .2s linear;
}
/*------------------chuodori-contentsここから-----------------------*/
.chuodori-contents li {
  align-items: center;
  width: 100%;
}
.chuodori-contents li img {
  width: 100%;
}
.chuodori-contents li:nth-child(even) {
  flex-direction: row-reverse;
}
.chuodori-contents li:nth-child(odd) {
  background: #000000;
  color: #ffffff;
}
.chuodori-contents li h2 {
  font-size: 23px;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 20px;
  text-align: center;
}
.chuodori-contents li p,.chuodori-contents li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
}
.chuodori-contents li a,.chuodori-contents li a:visited {
  color: #000000;
  display: inline-block;
  margin-top: 15px;
  transition: 1s;
}
.chuodori-contents li a:hover {
  color: #000000;
}
.floor-guide-wrap {
  background: #000000;
  padding: 20px 0 40px;
  width: 100%;
}
.bx-wrapper {
  width: 100%;
}
/*------------------chuodori-contentsここまで-----------------------*/
.google-map-wrap {
  margin: 0 auto 40px;
  max-width: 1012px;
  text-align: center;
  width: 100%;
}
.google-map-wrap img {
  margin: 0 auto 15px;
  max-width: 1012px;
  width: 100%;
}
.access-wrap {
  margin: 150px auto 0;
  width: 100%;
}
.midashi {
  margin-bottom: 50px;
}
.midashi h2 {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}
.midashi span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  text-align: center;
}


@media screen and (min-width: 651px) { 
.access-inner ul li:nth-child(even) {
  align-items: center;
  background: #891815;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 3%;
}
	
.chuo-products-wrap {
  margin: 150px auto 0;
}

/*タブ切り替え全体のスタイル*/
.tabs, .shinsaibashi_map_tabs {
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  border-radius: 5px 5px 0 0;
  border-right: solid 1px #000000;
  box-sizing: content-box;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1012px;
  padding-bottom: 40px;
  width: 100%;
}	
	
	
}

@media screen and (max-width: 650px) { 
.access-inner ul li:nth-child(even) {
  align-items: center;
  background: #6d1412;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 15% 3%;
}
	
.chuo-products-wrap {
  margin: 150px auto 0;
}
	
/*タブ切り替え全体のスタイル*/
.tabs, .shinsaibashi_map_tabs {
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #000000;
  border-radius: 5px 5px 0 0;
  border-right: solid 1px #000000;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 50px;
  max-width: 1012px;
  padding-bottom: 40px;
  width: 100%;
}	
	
}

.access-inner ul li img {
  height: 500px;
  max-width: 1000px;
  object-fit: cover;
  width: 100%;
}
.access-overview h3 {
  font-size: 18px;
  text-align: center;
}
.access-overview td {
  line-height: 2;
  width: 75%;
}
.root {
  margin-top: 75px;
}
.root > p {
  line-height: 2;
  margin-bottom: 15px;
  text-align: center;
}

.tabs p {
  text-align: left;
}
.tab_item {
  background-color: #000000;
  border-left: none !important;
  border-radius: 5px 5px 0 0; /* 左上、右上、右下、左下 */
  border-right: #ffffff solid 1px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  float: left;
  font-weight: bold;
  height: 50px;
  text-align: center;
  transition: all .2s ease;
  width: calc(100% / 3);
}
.tab_item:hover {
  cursor: pointer;
  opacity: .75;
}
/*ラジオボタンを全て消す*/
input[name='tab_item'] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  clear: both;
  display: none;
  overflow: hidden;
  padding: 40px 20px 0;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item , .shinsaibashi_map_tabs input:checked + .tab_item_2  {
  background-color: #ffffff;
  border-top: solid 1px #000000;
  box-sizing: border-box;
  color: #000000;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,#programming:checked ~ #programming_content,#design:checked ~ #design_content {
  display: block;
}
.content_parts-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.chuo-parking-wrap p {
  line-height: 2;
}

.grandOpen-sale-banner {
  text-align: center;
}
.chuo-products-brand ul li img,.nine-products-brand ul li img {
  margin-bottom: 10px;
  width: 100%;
}
.chuo-products-brand ul li:nth-child(5),.nine-products-brand ul li:nth-child(5) {
  margin-right: 0;
}
.chuo-products-brand ul li a,.nine-products-brand ul li a {
  transition: 1s;
}
.chuo-products-brand ul li a:hover,.nine-products-brand ul li a:hover {
  opacity: .7;
}
.chuo-products-brand ul li a:link,.chuo-products-brand ul li a:visited,.nine-products-brand ul li a:link,.nine-products-brand ul li a:visited {
  color: #000000;
  font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体';
}
.chuo-products-brand ul li a:nth-child(2),.nine-products-brand ul li a:nth-child(2) {
  display: block;
  text-align: center;
}
.chuo-products-brand ul li a:nth-child(2),.nine-products-brand ul li a:nth-child(2) {
  line-height: 2;
}
.chuo-information-wrap {
  margin: 180px auto 0;
}
.chuo-information-wrap p {
  color: #000000;
  line-height: 2;
  text-align: left;
}
.chuo-information-wrap h3 {
  background: #000000;
  color: #ffffff;
  margin: 0 auto 20px;
  padding: 10px 0 10px 10px;
  width: 1000px;
}
#chuo-information-overview {
  line-height: 2;
  text-align: center;
}
.contact-breakdown {
  max-width: 300px;
  margin: 50px auto 200px;
}
.contact-breakdown__title {
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}
.contact-breakdown__list {
  text-align: center;
}
.contact-breakdown span {
  font-family: '游明朝', YuMincho, 'Hiragino Mincho ProN W3',
  'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝',
  'ＭＳ 明朝', serif;
  padding-right: 10px;
}
.contact-breakdown a {
  color: #000000;
  text-decoration: underline;
}
.payment-wrap ul {
  margin: 50px auto 0;
  max-width: 1000px;
  overflow: hidden;
  width: 100%;
}
.payment-wrap h3 {
  background: #000000;
  color: #ffffff;
  margin: 0 auto;
  max-width: 1012px;
  padding: 5px 0 5px 5px;
  width: 100%;
}
.payment-wrap ul li h4 {
  border-bottom: 1px solid #000000;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px 0;
}
.payment-wrap ul li img {
  margin-bottom: 15px;
}
.contact ul {
  display: -webkit-flex;
  display:         flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin-top: 50px;
}
.contact ul li div {
  display: flex;
  justify-content: center;
}
.contact ul li a {
  display: block;
  padding: 20px 0;
  transition: 1s;
}
.contact ul li a:hover {
  opacity: .7;
  overflow: hidden;
}
.contact ul li a:link,.contact ul li a:visited {
  color: #ffffff;
}
.arrow_s {
  color: #ffffff;
  display: inline-block;
  padding-left: 12px;
  position: relative;
  text-decoration: none;
}
.arrow_s:before {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  content: '';
  height: 0;
  left: 0;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}
.contact ul li a span {
  display: block;
  text-align: center;
}
.main-wrap {
  position: relative;
  width: 100%;
}
.top-fix {
  position: fixed;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .top-image {
    height: 500px !important;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .top-image-child {
    height: 300px !important;
    width: 100%;
  }
  .top-image-child img {
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (min-width: 651px) {
  .top-message {
    margin: 0 auto 50px;
    max-width: 1012px;
    text-align: center;
  }
  .top-message h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .top-message p {
    font-size: 14px;
    text-align: left;
  }
  .top-image {
    height: 800px !important;
    width: 100%;
  }
  .top-image-child {
    height: 400px !important;
    width: 100%;
  }
  .top-image-child img {
    object-fit: cover;
    width: 100%;
  }

  .okyakusmanokoe a {
    color: #fff;
    display: block;
  }
  
  .okyakusmanokoe {
    width: 600px;
    background: #000;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    margin: 0 auto 100px;
  }
  
  .okyakusmanokoe:link,
  .okyakusmanokoe:visited {
    color: #fff;
    font-weight: 600;
  }

}


.shoplist_link {
	margin-top: 70px;
}

@media screen and (max-width:650px) {

  .okyakusmanokoe a {
    color: #fff;
    display: block;
  }
  
  .okyakusmanokoe {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    margin: 20px auto 100px;
  }
  
  .okyakusmanokoe:link,
  .okyakusmanokoe:visited {
    color: #fff;
    font-weight: 600;
  } 

.shoplist_link {
	padding: 0 15px
}
}

