html {
  background-image: url(./../images/back.png);
}

body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}

a:link {color:#333; text-decoration: none;}
a:hover {color:#888; text-decoration: none; opacity: 0.6;}
a:active {color:#888; text-decoration: none;}
a:visited {color:#333; text-decoration: none;}

.full_size {
  width: 100%;
}


@media screen and (min-width: 786px) {

.sp {display: none !important;}

/*======================
共通
======================*/
.section_frame {
  width: 1000px;
  margin: 40px auto 0px auto;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
}

.section_title {
  width: 100%;
  background-image: url(./../images/section-title-back.png);
  font-size: 32px;
  padding: 5px 0px;
  text-align: center;
  color: #fff;
}

/*======================
ヘッダー
======================*/
header{
  width: 100%;
  display: table;
  padding: 5px;
  background-color: #fff;
}

.header_left {
  width: 50%;
  display: table-cell;
  font-size: 48px;
  font-weight: bold;
  font-style: italic;
  color: #01048d;
  white-space: nowrap;
}

.header_right {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

/*======================
メイン
======================*/
.main {
  width: 100%;
  min-width: 1200px;
  height: 570px;
  background-image: url(./../images/main-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main_cns_frame {
  width: 620px;
  position: absolute;
  top: 20px;
  left: 150px;
}

.cns {
  width: 620px;
  font-size: 36px;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  background-color: #ff8a00;
  margin-bottom: 10px;
}

.cns_last {
  position: relative;
  width: 620px;
  font-size: 36px;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  background-color: #ff8a00;
  margin-bottom: 10px;
}

.cns_last:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ff8a00 transparent transparent transparent;
  border-width: 25px 25px 0 25px;
}

.cns_title {
  font-size: 36px;
  text-shadow: 2px 2px 1px #ff8a00,
             -2px 2px 1px #ff8a00,
             2px -2px 1px #ff8a00,
             -2px -2px 1px #ff8a00;
  color: #fff;
  padding-top: 10px;
}

.cns_tel {
  font-size: 72px;
  color: #ff0000;
  text-shadow: 2px 2px 1px #fff,
             -2px 2px 1px #fff,
             2px -2px 1px #fff,
             -2px -2px 1px #fff;
  text-align: center;
  pointer-events:none
}

.cns_tel a{
  color: #ff0000;
}

.cns_titme {
font-size: 20px;
text-shadow: 2px 2px 1px #fff,
           -2px 2px 1px #fff,
           2px -2px 1px #fff,
           -2px -2px 1px #fff;
text-align: center;
}

.cns_credit {
  text-align: center;
}

/*======================
ガラスのサイズ
======================*/
.size_int {
  text-align:center;
  font-size: 36px;
  color: #ff8a00;
  margin: 20px 0px;
}

.size_frame {
  width: 100%;
  overflow: hidden;
}

.size_left {
  width: 50%;
  float: left;
}

.size_right {
  width: 50%;
  float: right;
}

.size_text {
  margin-top:15px;
}

/*======================
ガラスの種類
======================*/
.type_text {
  margin-top:15px;
}

.price_tb {
  width: 100%;
  margin-top: 30px;
}

.price_tb td{
  padding:5px;
  border: 1px solid #333;
  text-align: center;
}

.price_tb_left {
  width: 250px;
}

.price_tb_center {
  width: 450px;
}

.price_tb_right {
  width: 300px;
}

.price_text {
  margin-top:15px;
}

/*======================
電話はこちら
======================*/
.tell_title {
  text-align: center;
  font-size: 36px;
}

.tell_number {
  text-align: center;
  font-size: 72px;
  color: #ff8a00;
  font-weight: bold;
  pointer-events:none
}

.tell_number a{
  color: #ff8a00;
}

.tell_time {
  text-align: center;
  font-size: 24px;
}

.tell_credit {
  margin-top: 20px;
  text-align: center;
}

/*======================
作業事例
======================*/
.jirei_frame {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.jirei_left_frame {
  width: 300px;
  height: 160px;
  float: left;
  box-shadow:3px 3px 7px -1px #585d8c;
  margin-bottom: 30px;
  margin-right: 35px;
  border: 1px solid #ccc;
  display: table;
  padding: 5px;
  box-sizing: border-box;
}

.jirei_right_frame {
  width: 300px;
  height: 160px;
  float: right;
  box-shadow:3px 3px 7px -1px #585d8c;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  display: table;
  padding: 5px;
  box-sizing: border-box;
}

.jirei_left_frame_p {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

.jirei_left_frame_p img{
  width: 100%;
}

.jirei_left_frame_t {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

/*======================
対応エリア
======================*/
.map {
  margin-top: 20px;
}

.map_text {
  margin-top: 15px;
}

/*======================
キャンセルについて
======================*/
.cancel_text {
  width: 800px;
  margin: 20px auto;
}

/*======================
WEBクーポン
======================*/
.coupon {
  width: 760px;
  margin:20px auto 10px auto;
}

.coupon_text {
  width: 760px;
  margin: 0px auto;
}

/*======================
お客様の声
======================*/
.voice {
  margin-top: 20px;
}

.voice_frame {
  width: 100%;
  overflow: hidden;
}

.voice_left {
  width: 470px;
  height: 320px;
  float: left;
  box-shadow:3px 3px 7px -1px #585d8c;
  margin-bottom: 30px;
  margin-right: 30px;
  border: 1px solid #ccc;
  display: table;
  padding: 5px;
  box-sizing: border-box;
}

.voice_right {
  width: 470px;
  height: 320px;
  float: right;
  box-shadow:3px 3px 7px -1px #585d8c;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  display: table;
  padding: 5px;
  box-sizing: border-box;
}

.voice_p {
  width: 40%;
  display: table-cell;
  vertical-align: top;
}

.voice_t {
  width: 60%;
  display: table-cell;
  vertical-align: top;
  padding-left: 5px;
  box-sizing: border-box;
}

.voice_title {
  font-weight: bold;
  font-size: 18px;
}

.voice_text {
    margin-top: 5px;
    font-size: 12px;
}

/*======================
Q&A
======================*/
.faq {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}

.faq_left {
  width: 475px;
  float: left;
  border: solid 1px #020659;
  box-sizing: border-box;
}

.faq_right {
  width: 475px;
  float: right;
  border: solid 1px #020659;
  box-sizing: border-box;
}

.faq_title {
  width: 100%;
  background-color: #020659;
  padding: 5px;
  font-size: 18px;
  color: #fff;
  box-sizing: border-box;
}

.faq_text {
  padding: 10px;
  box-sizing: border-box;
}

/*======================
対応エリア
======================*/

.area_title {
  font-size: 36px;
  text-align: center;
  margin-top: 20px;
}

.area_text {
  text-align: center;
}

.copyright {
  width: 100%;
  background-color: #fff;
  padding: 10px 0px;
  text-align: center;
  margin-top: 30px;
}

}
