@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'Gidole';
  src: url('../webfonts/Gidole-Regular_0.eot');
  src: url('../webfonts/Gidole-Regular_0.woff') format('woff'),
       url('../webfonts/Gidole-Regular_0.ttf')  format('truetype');
}

img {vertical-align:bottom;}

h3#shop-pricelist span {font-size: 10px;}
h3#shop-pricelist {line-height: 1em;}
h3#shop-pricelistND{width:95%;margin:0 auto;padding:10px 10px 8px;line-height: .9em;border-bottom:3px solid #000;border-left:none;border-right:none;font-size: 1.4em;text-align: center;box-sizing:border-box;}
h3#shop-pricelistND span {font-size: 10px;line-height: .9em;}
h4.type {text-align: center;margin: 15px auto 10px;padding-top: 2px;padding-bottom: 2px;border-top: 1px solid #1b95d4;border-bottom: 1px solid #1b95d4;color: #1b95d4;line-height: 1.6em;width: 30%;}

/* タブメニュー */
#tab-menu {list-style: none;margin: 0 0 10px;padding: 0;font-size: 0;}
ul#tab-menu {
width:97%;
margin:0 auto 10px;
padding:0%;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: left;
align-items: center;
box-sizing: border-box;
}
#tab-menu li {
  display: flex;
  width: 31.3%;
  margin:1%;
  padding: 5px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 46px;
  justify-content: center;
  align-items: center;
}
#tab-menu li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
@media screen and (max-width: 374px) {
#tab-menu li {
  font-size: 13px;
  padding: 5px 0;
}
}
#tab-menu li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box {
  width: 95%;
  margin: 10px auto 20px;
  padding: 0;
  box-sizing: border-box;
}
#tab-box div {
  display: none;
}
#tab-box div.active {
  display: block;
}
#tab-box p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0 5px;
}
#tab-box h4 {
  font-size:18px;
  margin: 0 5px;
}

/* タブ内の料金表 */
table.price_table{
  	border-bottom: 1px #dddddd solid;
  	border-right: 1px #dddddd solid;
  	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	word-break: break-all;
}

/*table.price_table tr:nth-child(odd){
	background: #fafafa;
}*/

table.price_table td,
table.price_table th{
  	border-top: 1px #dddddd solid;
  	border-left: 1px #dddddd solid;
  	padding: 5px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}

table.price_table th{
	text-align: center;
	background: #6E6E6E;
	color: #FFF;
}

.blueprice {
	font-family: 'Gidole', sans-serif;
	color: #1b95d4;
	font-weight: bold;
	line-height: 1.2em!important;
	font-size: 18px!important;
	text-align: right!important;
	padding-right: 7%!important;
}

/* 料金表 -ニューデザイン- */
.glass_pricelist_nd {
    width: 95%;
    margin: 10px auto 20px;
    padding: 0;
    border: 3px solid #000000;
	box-sizing: border-box;
}

.simprice {
	font-family: 'Gidole', sans-serif;
	color: #1b95d4;
	font-weight: bold;
	line-height: 1.2em!important;
	font-size: 22px!important;
	text-align: right!important;
	padding-right: 7%!important;
	background: url(../img/sim-arrow2.png) no-repeat left bottom .5em #fff;
}

.blackprice {
	font-family: 'Gidole', sans-serif;
    font-size: 22px!important;
    font-weight: bold;
    text-align: right!important;
    padding-right: 7%!important;
}

.blackprice span, .simprice span {
    font-size: 12px;
    margin-left: 2px;
}

.glass_table_nd {
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-top: 3px solid #000;
}

.glass_table_nd ul {
    list-style: none;
}

.glass_table_nd ul li {
	font-family: 'Gidole', sans-serif;
    float: left;
    width: 50%;
	padding: 5px;
	line-height: 1em;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
	color: #1b95d4;
	font-size: 1.5em;
	font-weight: 900;
	/*letter-spacing:-3px;*/
    box-sizing: border-box;
}

.glass_table_nd ul li:nth-child(2n) {
    border-right: 0;
}

.glass_table_nd ul li span {
	font-size: 1em;
}

@media screen and (max-width: 374px) {
.glass_table_nd ul li {
	font-size: 1.2em;
	padding: 5px;
}
.glass_table_nd ul li img {
	width: 60px;
	vertical-align:middle;
}
.glass_table_nd ul li div.kinjitsu {
    font-size: 11px!important;
}
}

.glass_table_nd ul li img {
	width: 70px;
	padding-bottom: .15em;
	vertical-align:middle;
}

.glass_table_nd ul li div {
	display:table-cell;
	vertical-align:middle;
}

.glass_table_nd ul li div.kinjitsu {
    font-size: 14px;
    width: 100%;
    text-align: right;
}

.glassprice_nd {
	width: 100%;
	text-align: right;
	font-family: 'Gidole', sans-serif;
}

.glassprice_ndnon {
	width: 100%;
	text-align: center;
	font-family: 'Gidole', sans-serif;
}

/* タブ内の料金表 */
table.price_table_nd{
  	border-bottom: 1px #000000 solid;
  	border-right: 1px #000000 solid;
  	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	word-break: break-all;
}

table.price_table_nd td,
table.price_table_nd th{
  	border-top: 1px #000000 solid;
  	border-left: 1px #000000 solid;
  	padding: 5px;
	font-size: 12px;
	line-height: 1.4em;
	text-align: center;
}

table.price_table_nd th{
	text-align: center;
	background: #000000;
	color: #FFF;
}

.price-sp {
    border-bottom: 2px solid #000000;
    overflow: hidden;
}

.pluslcd {
    padding: .5em;
}

.pluslcd p{font-size:12px;margin-bottom:10px}
.pluslcd p:last-child{margin-bottom:0}

.pluslcd h4 {
    font-size: .92em;
    line-height: 1.4em;
}

.pluslcd h4 span {
    color: #1b95d4;
}

.bold {
    font-weight: bold;
}

/* リペアSIMの料金表 */
.glass_pricelistSim_nd {
    width: 95%;
    margin: 10px auto 20px;
    padding: 0;
	box-sizing: border-box;
}
.price-sim {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    overflow: hidden;
}
.glass_table2 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.glass_table2 ul {
    list-style: none;
}
.glass_table2 ul li:nth-child(2n) {
    border-right: 0;
}
.glass_table2 ul li span {
	font-size: 14px;
}
p.sim {
    color: #1b95d4;
}
.glass_table2 ul li img {
	width: 30px;
	height: 30px;
}
.glass_table2 ul li div {
	display:table-cell;
	vertical-align:middle;
}
.glass_table2 ul li {
    float: left;
    width: 50%;
    padding: 0;
    line-height: 1em;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    color: #ff0000;
    font-size: 1.8em;
    font-weight: 900;
    box-sizing: border-box;
	display: table;
	letter-spacing: -1.5px;
}
.glass_table2 p.kinjitsu {
    font-size: 15px!important;
    height : 33px;
}
.glass_table2 p.sim {
    height : 27px;
}
.glasssimprice {
	text-align: right;
	padding: 3px 0;
	color: #000;
	background: url(../img/sim-arrow2.png) no-repeat left bottom .4em #fff;
	height : 73px;
}
.glasssimprice p {
    margin-right: 7px;
	font-family: 'Gidole', sans-serif;
	height : 33px;
}
.glasssimprice hr {
    margin: 3px 0;
    padding: 0;
    height: 1px;
    background: #000;
    border: none;
}
.glass_kisyu {
    border-right: 1px solid #000;
    padding: 0;
	width: 30%;
	table-layout: fixed;
	text-align: center;
	box-sizing: border-box;
}
.glass_table2 ul li div.glassprice p {
    margin-right: .2em;
}
@media screen and (max-width: 374px) {
.glass_table2 ul li {
    font-size: 1.5em;
}
}
.title_glasskisyu {
	width: 30%;
	table-layout: fixed;
    text-align: center;
    font-size: 11px;
    background: #6e6e6e;
    color: #fff;
    box-sizing: border-box;
    border-right: 1px solid #000;
}
.title_glassprice {
    font-size: 12px;
    line-height: 1.3em;
    background: #6e6e6e;
    color: #fff;
    text-align: center;
}
.title_glassprice p {
    margin: 3px 0;
}
.title_glassprice hr {
    border: none;
    background: #000;
    height: 1px;
    margin: 0;
}
.repairsim {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    padding: .5em .5em 1em;
}
.repairsim h4 {
    border-bottom: 1px solid #000;
}
.repairsim p {
    font-size: 12px;
    margin: 0 0 10px;
}
.repairsim p span {
    font-weight: bold;
    font-size: 14px;
}
.repairsim p:last-child {
  margin: 0;
}
.notice {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    padding: 10px;
    font-size: 12px;
	line-height: 1.4em;
}
.glass_notice {
    text-align: left!important;
}
.about_repairsim {
    display: inline-block;
    padding: .7em 1em .5em;
    font-size: 1.2em;
    text-decoration: none;
    background: #222222;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #111111;
    border-radius: 3px;
}
.title_pricesim {
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
}

.title_pricesim p {
    margin: 0;
    padding: 0;
    line-height: 0;
    border-bottom: 3px solid #000;
}

.title_pricesim p:last-child {
    border-bottom: none;
}

/* iPad */
#tab-menu2 {list-style: none;margin: 0 0 10px;padding: 0;font-size: 0;}
ul#tab-menu2 {
width:97%;
margin:0 auto 10px;
padding:0%;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: left;
align-items: center;
box-sizing: border-box;
}
#tab-menu2 li {
  display: flex;
  width: 31.3%;
  margin:1%;
  padding: 5px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 44px;
  justify-content: center;
  align-items: center;
}
#tab-menu2 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
@media screen and (max-width: 374px) {
#tab-menu2 li {
  font-size: 13px;
  padding: 5px 0;
}
}
#tab-menu2 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box2 {
  width: 95%;
  margin: 10px auto 20px;
  padding: 0;
  box-sizing: border-box;
}
#tab-box2 div {
  display: none;
}
#tab-box2 div.active {
  display: block;
}
#tab-box2 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0 5px;
}
#tab-box2 h4 {
  font-size:18px;
  margin: 0 5px;
}

/* Switch */
#tab-menu3 {list-style: none;margin: 0 0 10px;padding: 0;font-size: 0;}
ul#tab-menu3 {
width:97%;
margin:0 auto 10px;
padding:0%;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: left;
align-items: center;
box-sizing: border-box;
}
#tab-menu3 li {
  display: flex;
  width: 31.3%;
  margin:1%;
  padding: 5px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 44px;
  justify-content: center;
  align-items: center;
}
#tab-menu3 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
@media screen and (max-width: 374px) {
#tab-menu3 li {
  font-size: 13px;
  padding: 5px 0;
}
}
#tab-menu3 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box3 {
  width: 95%;
  margin: 10px auto 20px;
  padding: 0;
  box-sizing: border-box;
}
#tab-box3 div {
  display: none;
}
#tab-box3 div.active {
  display: block;
}
#tab-box3 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0 5px;
}
#tab-box3 h4 {
  font-size:18px;
  margin: 0 5px;
}

/* MacBook */
#tab-menu5 {list-style: none;margin: 0 0 10px;padding: 0;font-size: 0;}
ul#tab-menu5 {
width:97%;
margin:0 auto 10px;
padding:0%;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: left;
align-items: center;
box-sizing: border-box;
}
#tab-menu5 li {
  display: flex;
  width: 31.3%;
  margin:1%;
  padding: 5px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 44px;
  justify-content: center;
  align-items: center;
}
#tab-menu5 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
@media screen and (max-width: 374px) {
#tab-menu5 li {
  font-size: 13px;
  padding: 5px 0;
}
}
#tab-menu5 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box5 {
  width: 95%;
  margin: 10px auto 20px;
  padding: 0;
  box-sizing: border-box;
}
#tab-box5 div {
  display: none;
}
#tab-box5 div.active {
  display: block;
}
#tab-box5 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0 5px;
}
#tab-box5 h4 {
  font-size:18px;
  margin: 0 5px;
}

/* Google Pixel */
#tab-menu6 {list-style: none;margin: 0 0 10px;padding: 0;font-size: 0;}
ul#tab-menu6 {
width:97%;
margin:0 auto 10px;
padding:0%;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: left;
align-items: center;
box-sizing: border-box;
}
#tab-menu6 li {
  display: flex;
  width: 31.3%;
  margin:1%;
  padding: 5px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 44px;
  justify-content: center;
  align-items: center;
}
#tab-menu6 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
@media screen and (max-width: 374px) {
#tab-menu6 li {
  font-size: 13px;
  padding: 5px 0;
}
}
#tab-menu6 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box6 {
  width: 95%;
  margin: 10px auto 20px;
  padding: 0;
  box-sizing: border-box;
}
#tab-box6 div {
  display: none;
}
#tab-box6 div.active {
  display: block;
}
#tab-box6 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0 5px;
}
#tab-box6 h4 {
  font-size:18px;
  margin: 0 5px;
}

/* Xperia */
#tab-menu7 {list-style: none;margin: 0 0 10px;padding: 0;font-size: 0;}
ul#tab-menu7 {
width:97%;
margin:0 auto 10px;
padding:0%;
display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
justify-content: left;
align-items: center;
box-sizing: border-box;
}
#tab-menu7 li {
  display: flex;
  width: 31.3%;
  margin:1%;
  padding: 5px;
  background: #fff;
  border: 1px solid #1b95d4;
  color: #1b95d4;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  white-space: normal !important;
  height: 44px;
  justify-content: center;
  align-items: center;
}
#tab-menu7 li.none {
  background: #dddddd;
  color: #fff;
  border: 1px solid #dddddd;
  pointer-events: none;
}
@media screen and (max-width: 374px) {
#tab-menu7 li {
  font-size: 13px;
  padding: 5px 0;
}
}
#tab-menu7 li.active {
  background: #1b95d4;
  color: #fff;
  font-weight: bold;
}

/* タブの中身 */
#tab-box7 {
  width: 95%;
  margin: 10px auto 20px;
  padding: 0;
  box-sizing: border-box;
}
#tab-box7 div {
  display: none;
}
#tab-box7 div.active {
  display: block;
}
#tab-box7 p {
  font-size: 11px;
  line-height: 1.4em;
  margin: 0 5px;
}
#tab-box7 h4 {
  font-size:18px;
  margin: 0 5px;
}
