/* Reset
------------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

address,
em {
  font-style: normal;
}

th {
  font-weight: normal;
}

strong {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

img,
fieldset {
  border: 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

input[type="submit"],
button,
label,
select {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

/* link
------------------------------------------------------------*/

a {
  color: #00b7fd;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

button:hover {
  opacity: 0.8;
}

/* Fonts
------------------------------------------------------------*/

html {
  font-size: 14px;
  min-width: 320px;
}

/* 10px base */

body {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  color: #333333;
  letter-spacing: 1px;
  font-weight: 400;
  height: 100%;
  min-width: 1060px;
  background: #ffffff;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt33 {
  margin-top: 33px !important;
}

.mt34 {
  margin-top: 34px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb180 {
  margin-bottom: 150px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.inb {
  display: inline-block;
}

.tc {
  text-align: center;
}

button,
input {
  outline: none;
}

#wrapper {
  overflow: hidden;
  background: #f1f8fa;
}

#cta_tel {
  position: fixed;
  top: 30px;
  right: 0px;
  z-index: 100;
}

#debug {
  background: #000;
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 20px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/*-- 
-- header -------------------*/

#header {
  background: #fff;
}

#header #head_in {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0;
}

#header .logo {
  float: left;
}

#header .data-tel,
#header .area-link {
  float: right;
  padding-top: 6px;
}

#header .menu_open {
  display: none;
}

#gnav {
  background: #fff;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}

#gnav .pcnav {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

#gnav .pcnav a {
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

#gnav .pcnav a img {
  display: block;
  width: 41px;
  margin: 0 auto 10px;
}

/*-- 
-- footer -------------------*/

#footer {
  border-top: 5px solid #00b7fd;
  padding: 20px 0 0;
  background: #fff;
}

#footer .pagetop {
  max-width: 1000px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#footer .pagetop a {
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -75px;
}

#footer #fnav {
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  /*border-bottom: 1px solid #d5d5d5;*/
}

#footer #fnav a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

#footer #copyright {
  text-align: center;
  padding: 20px 0;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.footer_area{
  padding:15px 30px 15px;
  clear: both;
}
.footer_area .f_area_title{
  text-align: center;
  font-size:24px;
  font-weight: bold;
  margin:0 0 10px;
}
.footer_area .f_area_title a{
  text-decoration: underline;
}
.footer_area .area_btn_wrap{
  display: table;
  padding:0;
  width:100%;
}
.footer_area .area_btn_wrap .area_box{
  display: table-cell;
  padding:0 5px;
}
.footer_area .area_btn_wrap .area_box .title{
  font-size:16px;
  padding:5px;
}
.footer_area .area_btn_wrap .area_box ul li{
  font-size:14px;
}
.footer_area .area_btn_wrap .area_box.type1 ul li,
.footer_area .area_btn_wrap .area_box.type2 ul li{
  width:50%;
}
.footer_area .area_btn_wrap .area_box ul li a,
.footer_area .area_btn_wrap .area_box ul li span,
.footer_area .area_btn_wrap .area_box ul li button{
  padding:5px 0;
}

/*--
-- module ------------------------*/

.mod_link {
  clear: both;
  text-align: center;
}

.mod_link a {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  width: 400px;
  height: 60px;
  position: relative;
}

.mod_link a span {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
  padding: 14px 0 0;
  background: #00b7fd;
  text-shadow: 1px 1px 2px #999;
}

.mod_link a::after {
  content: "";
  width: 100%;
  height: 100%;
  bottom: -5px;
  left: 0px;
  z-index: 4;
  position: absolute;
  border-radius: 5px;
  background: #006c95;
}

/*--
-- reason / TOP strong ------------------------*/

.strong_wrap {
  overflow: hidden;
}

.strong_wrap .strong_box {
  background: #ffffeb;
  border: 1px solid #00b7fd;
  border-radius: 5px;
  padding-top: 25px;
  margin-bottom: 20px;
  overflow: hidden;
}

.strong_wrap .strong_box p {
  padding: 0 20px 10px;
  font-size: 15px;
  line-height: 1.75;
}

.strong_wrap .strong_box p .small {
  font-size: 12px;
}

.strong_wrap .strong_box h3 {
  background: #00b7fd;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.0;
  padding: 17px 10px 0;
  height: 55px;
  margin-bottom:25px;
}

.strong_wrap .strong_box h3.type1 {
  padding-left: 60px;
}

.strong_wrap .strong_box h3.type2 {
  color: #fffc00;
  padding-top: 15px;
}

.strong_wrap .strong_box h3 span {
  font-size: 38px;
  color: #fffc00;
}

.strong_wrap .strong_box h3 .abs {
  position: absolute;
  left: 30px;
  width: 94px;
  top: -20px;
}

.strong_wrap .strong_box ul {
  float: left;
  font-size: 13px;
  padding: 0 0 0 10px;
  margin-bottom:15px;
}

/*--
-- service / TOP service ------------------------*/

.service_wrap {
  overflow: hidden;
}

.service_wrap .service_box {
  text-decoration: none;
  margin-bottom: 40px;
}

.service_wrap .service_box h3 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
}

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

  #gnav .pcnav {
    display: table;
  }

  #gnav .pcnav a {
    display: table-cell;
    font-size: 16px;
    background: -webkit-linear-gradient(bottom, #0099d3, #00b7fd);
    background: linear-gradient(0deg, #0099d3, #00b7fd);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 14.28%;
    padding: 16px 0;
  }

  #footer #fnav {
    width: 1000px;
  }

  #footer #fnav a {
    position: relative;
    line-height: 1.4;
      padding: 0 15px 0 15px;
  }

  #footer #fnav a + a::before {
    content: "/";
    position: absolute;
    top: 3px;
    left: 0;
  }

  .strong_wrap .strong_box {
    width: 49%;
    min-height: 260px;
    float: left;
    padding-bottom: 10px;
  }

  .strong_wrap .strong_box.hei2 {
    min-height: 265px;
  }

  .strong_wrap .strong_box:nth-child(2n) {
    float: right;
  }

  .strong_wrap .strong_box:nth-child(2n+1) {
    clear: both;
  }

  .service_wrap .service_box {
    width: 480px;
    float: left;
  }

  .service_wrap .service_box.type1 h3 {
    background-image: url(../img/top/bg_tits1_2X.png);
  }

  .service_wrap .service_box.type1 .price {
    border-bottom: 5px solid #00b7fd;
  }

  .service_wrap .service_box.type1 .price::after {
    background-image: url(../img/top/ico_service1_2X.png);
  }

  .service_wrap .service_box.type2 h3 {
    background-image: url(../img/top/bg_tits2_2X.png);
  }

  .service_wrap .service_box.type2 .price {
    border-bottom: 5px solid #e06310;
  }

  .service_wrap .service_box.type2 .price::after {
    background-image: url(../img/top/ico_service2_2X.png);
  }

  .service_wrap .service_box.type3 h3 {
    background-image: url(../img/top/bg_tits3_2X.png);
  }

  .service_wrap .service_box.type3 .price {
    border-bottom: 5px solid #14c007;
  }

  .service_wrap .service_box.type3 .price::after {
    background-image: url(../img/top/ico_service3_2X.png);
  }

  .service_wrap .service_box.type4 h3 {
    background-image: url(../img/top/bg_tits4_2X.png);
  }

  .service_wrap .service_box.type4 .price {
    border-bottom: 5px solid #9a05f9;
  }

  .service_wrap .service_box.type4 .price::after {
    background-image: url(../img/top/ico_service4_2X.png);
  }

  .service_wrap .service_box.type5 h3 {
    background-image: url(../img/top/bg_tits5_2X.png);
    font-size: 30px;
    padding-top: 15px;
  }

  .service_wrap .service_box.type5 .price {
    border-bottom: 5px solid #f5b300;
  }

  .service_wrap .service_box.type5 .price::after {
    background-image: url(../img/top/ico_service5_2X.png);
  }

  .service_wrap .service_box:nth-child(2n) {
    float: right;
  }

  .service_wrap .service_box:nth-child(2n+1) {
    clear: both;
  }

  .service_wrap .service_box h3 {
    font-size: 25px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 480px auto;
    height: 107px;
    padding-top: 26px;
  }

  .service_wrap .service_box h3 span {
    font-size: 37px;
  }

  .service_wrap .service_box .pic {
    margin-top: -20px;
    margin-left: 20px;
  }

  .service_wrap .service_box .price {
    background: #fff;
    margin: 0 20px;
    overflow: hidden;
    padding: 2px 5px;
    position: relative;
  }

  .service_wrap .service_box .price img {
    float: left;
  }

  .service_wrap .service_box .price .en {
    padding: 20px 0 0 15px;
  }

  .service_wrap .service_box .price::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 42px;
    height: 42px;
    background-size: 42px;
    background-position: center center;
    background-repeat: no-repeat;
  }

}

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

  .anc_fix{
    margin-top: -50px;
    padding-top: 50px;
  }
  .anc_fix2{
    margin-top: -30px;
    padding-top: 30px;
  }

  html {
    font-size: 12px;
  }

  body {
    min-width: 320px;
  }

  .mbsb100 {
    margin-bottom: 100px !important;
  }

  .mbsp120 {
    margin-bottom: 120px !important;
  }

  .mbsp60 {
    margin-bottom: 60px !important;
  }

  .mbsp50 {
    margin-bottom: 50px !important;
  }

  .mbsp40 {
    margin-bottom: 40px !important;
  }

  .mbsp35 {
    margin-bottom: 35px !important;
  }

  .mbsp20 {
    margin-bottom: 20px !important;
  }

  .mbsp15 {
    margin-bottom: 15px !important;
  }

  .mbsp10 {
    margin-bottom: 10px !important;
  }

  #cta_tel {
    right: -800px;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #header .logo {
    width: 106px;
  }

  #header .data-tel,
  #header .area-link {
    float: left;
    padding-top: 0;
    padding-left: 10px;
  }
  #header #head_in{
    position: relative;
  }
  #header .data-tel img{
    height: 46px;
    width: auto;
  }
  #header .area-link img {
	position: absolute;
	left: 135px;
	top: 0; bottom: 0;
	margin: auto 0;
	width: 200px;
    max-width: 40vw;
    height: auto;
  }

  #header {
    position: fixed;
    width: 100%;
    z-index: 10000;
  }

  #header #head_in {
    padding: 2px 15px 0;
    height: 50px;
  }

  #header .menu_open {
    position: fixed;
    top: 0;
    right: 0;
    background: #00b7fd;
    display: block;
    padding: 15px 12.5px 0;
    width: 50px;
    height: 50px;
  }

  #header .menu_open img {
    display: block;
  }

  #header .menu_open.close .line1::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
  }

  #header .menu_open.close .line2::before {
    opacity: 0;
    left: 30px;
  }

  #header .menu_open.close .line3::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -8px;
    left: 0px;
  }

  #header .menu_open span {
    display: block;
    height: 3px;
    position: relative;
  }

  #header .menu_open span::before {
    position: absolute;
    content: "";
    width: 25px;
    height: 3px;
    background: #fff;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  #header .menu_open span::after {
    display: none;
  }

  #header .menu_open .line1 {
    margin-bottom: 5px;
  }

  #header .menu_open .line1::before {
    left: 0px;
  }

  #header .menu_open .line2 {
    margin-bottom: 5px;
  }

  #header .menu_open .line2::before {
    left: 0px;
  }

  #header .menu_open .line3::before {
    left: 0px;
  }

  #gnav {
    background: #00b7fd;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    padding-top: 50px;
    display: none;
  }

  #gnav .pcnav a {
    display: block;
    float: left;
    width: 33.3%;
    font-size: 12px;
    padding: 25px 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
  }

  #gnav .pcnav a:nth-child(3n) {
    float: right;
    border-right: none;
  }

  #gnav .pcnav a img {
    width: 32px;
    margin-bottom: 10px;
  }

  #footer .pagetop a {
    right: 15px;
    top: -45px;
    width: 40px;
    height: 40px;
  }

  #footer {
    padding: 0;
  }

  #footer #fnav {
    padding: 0;
    border: none;
  }

  #footer #fnav a {
    display: block;
    font-size: 12px;
    text-align: left;
    line-height: 1;
    padding: 15px;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
  }

  #footer #fnav a::before {
    position: absolute;
    top: 13px;
    right: 15px;
    content: "";
    width: 1px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #00b7fd;
  }

  #footer #fnav a::after {
    position: absolute;
    top: 20px;
    right: 15px;
    content: "";
    width: 1px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #00b7fd;
  }

  #footer #copyright {
    font-size: 10px;
    padding: 15px;
  }
  
  .footer_area{
    padding:15px 0;
  }
  .footer_area .f_area_title{
    font-size:16px;
  }
  .footer_area .f_area_title a{
    font-size:14px;
    margin:10px auto 15px;
  }
  .footer_area .area_btn_wrap{
    display: block;
  }
  .footer_area .area_btn_wrap .area_box{
    display: block;
    padding:0 5px;
  }
  .footer_area .area_btn_wrap .area_box .title{
    font-size:14px;
  }
  .footer_area .area_btn_wrap .area_box.type1 ul li,
  .footer_area .area_btn_wrap .area_box.type2 ul li{
    width:50%;
  }
  .footer_area .area_btn_wrap .area_box ul li a,
  .footer_area .area_btn_wrap .area_box ul li span,
  .footer_area .area_btn_wrap .area_box ul li button{
    padding:5px 0;
    font-size:12px;
  }
  
  

  .mod_link a {
    font-size: 12px;
    height: 40px;
    width: 100%;
    max-width: 300px;
  }

  .mod_link a span {
    padding-top: 12px;
  }

  .mod_link a::after {
    bottom: -3px;
  }

  .strong_wrap .strong_box {
    padding-top: 10px;
    max-width: 400px;
    margin: 0 auto 15px;
  }

  .strong_wrap .strong_box p {
    padding: 0 15px 15px;
    font-size: 12px;
    line-height: 1.6;
  }

  .strong_wrap .strong_box h3 {
    line-height: 34px;
    padding: 2px 0 0;
    font-size: 14px;
    height: 34px;
    margin-bottom:15px;
  }

  .strong_wrap .strong_box h3 span {
    font-size: 22px;
  }

  .strong_wrap .strong_box h3 .abs {
    width: 52px;
    top: -8px;
  }

  .strong_wrap .strong_box h3.type2 {
    padding-top: 2px;
    margin-bottom: 15px;
  }

  .strong_wrap .strong_box ul {
    font-size: 10px;
    padding: 0 0 10px 10px;
    margin:0;
  }

  .service_wrap .service_box {
    width: 290px;
    display: block;
    margin: 0 auto 20px;
  }

  .service_wrap .service_box.type1 h3 {
    background-image: url(../img/top/bg_tits1_sp.png);
  }

  .service_wrap .service_box.type1 .price {
    border-bottom: 2px solid #00b7fd;
  }

  .service_wrap .service_box.type1 .price::after {
    background-image: url(../img/top/ico_service1_2X.png);
  }

  .service_wrap .service_box.type2 h3 {
    background-image: url(../img/top/bg_tits2_sp.png);
  }

  .service_wrap .service_box.type2 .price {
    border-bottom: 2px solid #e06310;
  }

  .service_wrap .service_box.type2 .price::after {
    background-image: url(../img/top/ico_service2_2X.png);
  }

  .service_wrap .service_box.type3 h3 {
    background-image: url(../img/top/bg_tits3_sp.png);
  }

  .service_wrap .service_box.type3 .price {
    border-bottom: 2px solid #14c007;
  }

  .service_wrap .service_box.type3 .price::after {
    background-image: url(../img/top/ico_service3_2X.png);
  }

  .service_wrap .service_box.type4 h3 {
    background-image: url(../img/top/bg_tits4_sp.png);
  }

  .service_wrap .service_box.type4 .price {
    border-bottom: 2px solid #9a05f9;
  }

  .service_wrap .service_box.type4 .price::after {
    background-image: url(../img/top/ico_service4_2X.png);
  }

  .service_wrap .service_box.type5 h3 {
    background-image: url(../img/top/bg_tits5_sp.png);
    font-size: 15px;
    padding-top: 11px;
  }

  .service_wrap .service_box.type5 h3 br {
    display: none;
  }

  .service_wrap .service_box.type5 .price {
    border-bottom: 2px solid #f5b300;
  }

  .service_wrap .service_box.type5 .price::after {
    background-image: url(../img/top/ico_service5_2X.png);
  }

  .service_wrap .service_box h3 {
    font-size: 15px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 290px auto;
    height: 47px;
    padding-top: 10px;
  }

  .service_wrap .service_box h3 span {
    font-size: 20px;
  }

  .service_wrap .service_box .pic {
    margin-top: -10px;
    padding: 0 10px;
  }

  .service_wrap .service_box .price {
    background: #fff;
    margin: 0 10px;
    overflow: hidden;
    padding: 2px 5px;
    position: relative;
  }

  .service_wrap .service_box .price img {
    float: left;
  }

  .service_wrap .service_box .price .time {
    width: 30px;
  }

  .service_wrap .service_box .price .en {
    width: 140px;
    padding: 10px 0 0 15px;
  }

  .service_wrap .service_box .price::after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
  }

}

@media only screen and (max-width: 370px) {
  #header #head_in {
    padding-left: 10px;
  }

  #header .data-tel {
    width: 145px;
    width: calc(100vw - 110px - 60px);
  }

  #header .data-tel img {
    height: auto;
    width: 100%;
  }
}


.data-tel,
.top_section.topwrap1 .cta_bnr {
  display: none !important;
}

/*
#gnav,
#header .menu_open {
  display: none;
}
*/

.pref_selected .data-tel {
  display: block !important;
}

.pref_selected #header .menu_open {
  display: block;
}

#front_tx {
  text-align: center;
  padding: 30px 0 0 0;
  font-size: 30px;
}

@media only screen and (max-width: 640px) {
  #front_tx {
    font-size: 20px;
    margin: 0 5%;
  }

  .pref_selected #gnav {
    display: none;
  }

}

/*# sourceMappingURL=maps/common.css.map */
