@charset "UTF-8";
/*****************/
/***** 関数 ******/
/*****************/
/***************************/
/***** トランジション ******/
/***************************/
/*****************/
/***** 変数 ******/
/*****************/
/*メインカラー*/
/*$main_color: #fff;
$sub_main_color: #fff;*/
/*フォントカラー*/
/*フォントファミリー*/
/*****************/
/***** 共通 ******/
/*****************/
/**横幅**/
/**クリア**/
/*IE7用*/
/* Hides from IE-mac \*/
/**ボタン**/
/**ボタン**/
/**テーブル**/
/************/
/*切り替え用*/
/************/
.pc {
  display: block;
}

.sp {
  display: none;
}

/************************/
/**  SPメニューCSS     **/
/************************/
.menu-button-right {
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 102;
  display: none;
  background: #fff;
  padding: 5px;
}

.h_menu {
  position: fixed;
  left: 15px;
  top: 40px;
  z-index: 101;
  display: none;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 28px;
  height: 28px;
  cursor: pointer;
}

.notclick {
  pointer-events: none;
}

.menu-trigger span {
  position: absolute;
  right: 0%;
  width: 100%;
  height: 4px;
  background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
  top: 4px;
}

.menu-trigger span:nth-of-type(2) {
  top: 14px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  -ms-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

div.sp_menu {
  display: none;
  position: fixed;
  width: 100%;
  max-height: 100%;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -100%;
  margin-bottom: 10px;
  z-index: 101;
  overflow-y: auto;
  background: #fff;
  border-top: 5px solid #3bb5ed;
}

.menu-button-right a.stop {
  pointer-events: none;
}

div.sp_menu.active {
  display: block;
}

div.sp_menu h1.h {
  padding-top: 20px;
  padding-bottom: 10px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  width: 190px;
}

div.sp_menu p.ch {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}

div.sp_menu p.ch img {
  width: 90%;
}

div.sp_menu p.tel {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}

div.sp_menu p.tel {
    font-size: 2.6rem;
    font-weight: bold;
    color: #3bb5ed;
    letter-spacing: 0.1rem;
}

div.sp_menu p.tel span{
    background: url(../image/common/h_tel_icon.png) left center no-repeat;
    padding-left: 25px;
}

div.sp_menu p.tel span a{
    color: #3bb5ed;
}

div.sp_menu ul.nav {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 74px;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}

div.sp_menu ul.nav a {
  font-weight: normal;
  color: #000 !important;
  border-bottom: 1px dashed #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

div.sp_menu ul.nav li {
  list-style: none;
  width: 94%;
  text-align: center;
  margin: 0 auto;
}

div.sp_menu ul.nav li ul {
  padding-bottom: 0px;
}

div.sp_menu ul.nav li.parent ul {
  padding-top: 0px;
  display: none;
  background: #efefef;
}

div.sp_menu ul.nav li:first-child {
  border-top: none;
}

div.sp_menu ul.nav li a {
  display: block;
  width: 100%;
  padding: 15px 0px 15px 0px;
  /*color:#fff;*/
  font-size: 110%;
  cursor: pointer;
}

div.sp_menu ul.nav li.parent span {
  display: block;
  width: 100%;
  padding: 15px 0px 15px 0px;
  color: #000;
  cursor: pointer;
  font-size: 1.5em;
  border-bottom: 1px dashed #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

/**************/
div.sp_menu ul.nav li.parent span {
  position: relative;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
}

div.sp_menu ul.nav li.parent span::before,
div.sp_menu ul.nav li.parent span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

div.sp_menu ul.nav li.parent span::after {
  right: -88%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

div.sp_menu ul.nav li.parent span.ar_btn::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/***********/
div.sp_menu ul.nav li a {
  font-size: 1.5em;
  color: #000 !important;
  text-decoration: none;
}

div.sp_menu ul.nav li.parent ul li a {
  color: #000 !important;
}

/*===============================================
  画面の横幅が767px以下に適用
===============================================*/
@media screen and (max-width: 767px) {
  /************/
  /*切り替え用*/
  /************/
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  /****メニューを出す****/
  .menu-button-right {
    display: block;
  }

  div.sp_menu {
    display: block;
  }

  /****パンくず****/
  div.bread {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px;
  }

  div.bread ul.breadcrumbs {
    width: 94%;
  }

  /**100%**/
  header,
header div.header,
header nav ul,
address div,
.container img,
footer img,
#wrapper {
    width: 100%;
  }

  #wrapper {
    overflow: hidden;
  }

  /****header*****/
  header div.header {
    width: 90%;
    margin: 0 auto;
    height: 64px;
  }

  header .header h1 {
    display: none;
  }

  header .header .h_box {
    display: block;
  }

  header .header .h_box .h_tc_box {
    display: block;
  }

  header .header .h_box .logo {
    text-align: center;
    padding-top: 10px;
  }
  header .header .h_box .logo img {
    height: 35px;
  }

  header .header .h_box .h_tc_box {
    display: none;
  }

  .g_nav {
    display: none;
  }

  /****メイン画像*****/
  div.main_bg {
    height: 515px;
    width: 100%;
    background-position: center bottom;
  }

  .main_bg .main_box_in {
    width: 90%;
  }
  .main_bg .main_box_in dl {
    top: 58%;
  }

  /****サブ画像*****/
  .sub_main_bg {
    height: 290px;
  }

  .sub_main_bg .sub_main_box_in {
    width: 90%;
  }

  .sub_main_bg .sub_main_box_in .sub_ttl {
    font-size: 2.5rem;
  }

  /******共通*****/
  .index .contents4 .sec1 .btn a, .index .contents2 .sec1 .btn a, .about .contents1 .sec1 .btn a {
    font-size: 1.6rem;
  }

  .index .contents4 .sec1 .btn a, .index .contents2 .sec1 .btn a, .about .contents1 .sec1 .btn a {
    text-decoration: none;
  }

  /***************/
  .h_styles {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }

  #container {
    line-height: 1.8;
    font-size: 1.45rem;
  }

  /*******/
  div.gnav {
    display: none;
  }

  table,
table tbody,
table th,
table tr,
table td {
    display: block !important;
    width: 100% !important;
  }

  .company .contents1 .sec2 .tbl table th,
.company .contents1 .sec2 .tbl table td {
    padding: 7px;
    text-align: left;
  }

  .company .contents1 .sec2 .tbl table th {
    background: #f5f5f5;
  }

  .company .contents1 .sec2 .tbl table td {
    background: #fff !important;
  }

  /***************************/
  .glo_bnr_wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .glo_bnr_wrap .glo_bnr_box {
    display: block;
  }

  .glo_bnr_wrap .glo_bnr_box .glo_bnr {
    width: 100%;
    border-radius: 10px;
    height: 170px;
    margin-bottom: 20px;
  }
  .glo_bnr_wrap .glo_bnr_box .glo_bnr:last-child {
    margin-bottom: 0px;
  }

  .glo_bnr_wrap .glo_bnr_box .glo_bnr a {
    border-radius: 10px;
    background-size: cover;
  }

  .glo_bnr_wrap .glo_bnr_box .glo_bnr a p {
    width: 90%;
    font-size: 1.6rem;
  }

  /************変数*****************/
  .contact .contents1 .contact_box, .blog_detail .contents1 .sec1, .blog .contents1 .sec1, .site .contents1 div.sitemap_box, .privacy .contents1 .privacy_box, .error .contents1 .sec1, .index .contents4 .sec1, .index .contents3 .sec1, .index .contents2 .sec1, .index .contents1 .sec1, .glo_bnr_wrap .glo_bnr_box, .cont {
    width: 88%;
  }

  /***************performance_detail***********************/
  .performance_detail .contents1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .performance_detail .contents1 .sec1 .photo_box {
    width: 100%;
    margin-bottom: 10px;
  }

  .performance_detail .contents1 .sec1 {
    display: block;
  }

  .performance_detail .contents1 .sec1 .photo_box .photo {
    width: 100%;
    height: 100%;
  }

  .performance_detail .contents1 .sec1 .photo_box ul.thumb li {
    width: 49%;
    height: 105px;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .performance_detail .contents1 .sec1 .photo_box ul.thumb li:nth-child(2n) {
    margin-left: 2%;
  }

  .performance_detail .contents1 .sec1 .box h2 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .performance_detail .contents1 .sec1 .box {
    width: 100%;
  }

  /***************performance***********************/
  .performance .contents1 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .performance .contents1 .sec1 {
    margin-bottom: 30px;
  }

  .performance .contents1 .sec1 .performance_box_wrap {
    display: block;
  }

  .performance .contents1 .sec1 .performance_box_wrap .performance_box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .performance .contents1 .sec1 .performance_box_wrap .performance_box a figure {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .performance .contents1 .sec1 .performance_box_wrap .performance_box a .ttl {
    font-size: 1.4rem;
  }

  /***************facility***********************/
  .facility .contents1 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .facility .contents1::before,
.facility .contents1::after {
    background-repeat: no-repeat;
  }

  .facility .contents1 .sec1 {
    margin-bottom: 30px;
  }

  .facility .contents1 .sec1 .txt_box h3 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .facility .contents1 .sec1 .txt_box h3 br {
    display: none;
  }

  .facility .contents1 .sec1 .txt_box .txt {
    text-align: left;
  }
  .facility .contents1 .sec1 .txt_box .txt p br {
    display: none;
  }

  .facility .contents1 .sec2 .setsubi_box_wrap .setsubi_box {
    display: block;
    margin-bottom: 30px;
  }

  .facility .contents1 .sec2 .setsubi_box_wrap .setsubi_box .item_txt h3 {
    font-size: 2.2rem;
  }

  .facility .contents1 .sec2 .setsubi_box_wrap .setsubi_box .item_txt section h4 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    line-height: 1.6;
  }
  .facility .contents1 .sec2 .setsubi_box_wrap .setsubi_box .item_txt section h4 br {
    display: none;
  }

  .facility .contents1 .sec2 .setsubi_box_wrap .setsubi_box .item_txt .txt_box {
    margin-bottom: 20px;
  }
  .facility .contents1 .sec2 .setsubi_box_wrap .setsubi_box .item_txt .txt_box br {
    display: none;
  }

  .facility .contents1 .sec2 .setsubi_box_wrap .setsubi_box figure {
    width: 98%;
    margin: 0 auto;
  }
  .facility .contents1 .sec2 .setsubi_box_wrap .setsubi_box figure img {
    border: 1px solid #3bb5ed;
    border-radius: 10px;
    width: 100%;
  }

  /***************service***********************/
  .service .contents1 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .service .contents1 .sec1 .txt_s {
    text-align: left;
    margin-bottom: 20px;
  }
  .service .contents1 .sec1 .txt_s br {
    display: none;
  }

  .service .contents1 .sec1 .business_box_wrap .business_box {
    margin-bottom: 20px;
  }

  .service .contents1 .sec1 .business_box_wrap .business_box .s_box {
    padding: 15px;
  }

  .service .contents1 .sec1 .business_box_wrap .business_box .s_box .name {
    font-size: 2.2rem;
  }

  .service .contents1 .sec1 .business_box_wrap .business_box .s_box .txt br {
    display: none;
  }

  /*************/
  .service .contents2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service .contents2 .sec1 {
    width: 88%;
    margin: 0 auto;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box {
    display: block;
    padding: 20px 10px 10px;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .step_icon {
    margin-right: 0px;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .step_icon .step_in {
    margin-right: 0px;
    margin: 0 auto 8px;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box {
    width: 100%;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .ttl dt {
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 3px;
    line-height: 1.4;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .ttl dd br {
    display: none;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .box_con .eh_box {
    display: block;
  }
  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .box_con .eh_box dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .box_con .eh_box dl dt {
    margin-right: 5px;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .box_con .tfc_box {
    display: block;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .box_con .tfc_box .tf {
    text-align: center;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .box_con .tfc_box .btn {
    width: 100%;
  }

  .service .contents2 .sec1 .orderflow_box_wrap .orderflow_box .box .box_con .tfc_box .btn a {
    font-size: 1.6rem;
    text-decoration: none;
  }

  /***************about***********************/
  .about .contents1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about .contents1 .sec1 .box h3 {
    font-size: 1.8rem;
  }

  .about .contents1 .sec1 .box .txt {
    margin-bottom: 30px;
  }
  .about .contents1 .sec1 .box .txt p {
    margin-bottom: 20px;
    text-align: left;
  }
  .about .contents1 .sec1 .box .txt p br {
    display: none;
  }

  .about .contents2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about .contents2 .point_box_wrap .point_box {
    display: block;
    margin-bottom: 30px;
  }

  .about .contents2 .point_box_wrap .point_box .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .about .contents2 .point_box_wrap .point_box .box dl dt {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }

  .about .contents2 .point_box_wrap .point_box .box dl dd br {
    display: none;
  }

  .about .contents2 .point_box_wrap .point_box figure {
    text-align: center;
  }

  /***************company***********************/
  .company .contents1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .company .contents1 .sec1 {
    margin-bottom: 30px;
  }

  .company .contents1 .sec1 .box_wrap {
    display: block;
    margin-bottom: 30px;
  }

  .company .contents1 .sec1 .box_wrap .box {
    width: 100%;
    margin-bottom: 20px;
  }

  .company .contents1 .sec1 .box_wrap .box .yaku {
    text-align: center;
  }

  .company .contents1 .sec1 .box_wrap .box dl {
    text-align: center;
    margin-bottom: 10px;
  }

  .company .contents1 .sec1 .box_wrap figure {
    text-align: center;
  }

  .company .contents1 .sec1 .think_box {
    width: 100%;
    padding: 20px 10px 20px;
  }

  .company .contents1 .sec1 .think_box h3 {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }

  .company .contents1 .sec1 .think_box .txt_box p {
    margin-bottom: 20px;
  }

  .company .contents1 .sec2 .tbl {
    margin-bottom: 30px;
  }

  .company .contents1 .sec2 .map {
    height: 250px;
  }

  /***************index***********************/
  .index .contents1 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-size: contain;
  }

  .index .contents1 .sec1 {
    display: block;
  }

  .index .contents1 .sec1 .box {
    padding-top: 0px;
  }

  .index .contents1 .sec1 .box h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  .index .contents1 .sec1 .box .txt_box {
    margin-bottom: 20px;
  }

  .index .contents1 .sec1 .box .txt_box p {
    margin-bottom: 20px;
  }
  .index .contents1 .sec1 .box .txt_box p br {
    display: none;
  }

  .index .contents1 .sec1 .map_box {
    width: 90%;
    margin: 0 auto;
  }

  /*******************/
  .index .contents2 {
    padding-top: 190px;
    padding-bottom: 40px;
  }

  .index .contents2::before {
    height: 150px;
    background-size: cover;
  }

  .index .contents2 .sec1 h2 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }

  .index .contents2 .sec1 .point_box_wrap {
    display: block;
    margin-bottom: 25px;
  }

  .index .contents2 .sec1 .point_box_wrap .point_box {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px 20px;
  }

  .index .contents2 .sec1 .point_box_wrap .point_box .num dt {
    top: 0px;
    bottom: auto;
  }

  .index .contents2 .sec1 .point_box_wrap .point_box .num dd img {
    width: 60px;
  }

  .index .contents2 .sec1 .point_box_wrap .point_box .txt_box dl dt {
    font-size: 2rem;
  }

  .index .contents2 .sec1 .point_box_wrap .point_box .txt_box dl dd br {
    display: none;
  }

  /***************/
  .index .contents3 {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .index .contents3 .sec1 .btn_list_wrap {
    display: block;
  }

  .index .contents3 .sec1 .btn_list_wrap .btn_list {
    width: 100%;
    min-height: 300px;
    margin-bottom: 20px;
  }

  .index .contents3 .sec1 .btn_list_wrap .btn_list a {
    height: 100%;
    border-radius: 10px;
    min-height: 300px;
    background-size: cover;
  }

  .index .contents3 .sec1 .btn_list_wrap .btn_list a dl {
    width: 90%;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  .index .contents3 .sec1 .btn_list_wrap .btn_list a dl dt {
    margin-right: 0px;
    font-size: 1.8rem;
  }
  .index .contents3 .sec1 .btn_list_wrap .btn_list a dl dd {
    font-size: 1.2rem;
  }

  .index .contents3 .sec1 .btn_list_wrap .btn_list:nth-child(1) a,
.index .contents3 .sec1 .btn_list_wrap .btn_list:nth-child(2) a,
.index .contents3 .sec1 .btn_list_wrap .btn_list:nth-child(3) a {
    background-size: cover;
    background-position: center center;
  }

  /**************/
  .index .contents4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .index .contents4 .sec1 .h_style {
    font-size: 2.3rem;
  }

  .index .contents4 .sec1 .news_box_wrap .news_box a {
    padding: 5px 10px 5px;
  }

  .index .contents4 .sec1 .news_box_wrap .news_box a dl dt {
    float: none;
    width: 100%;
    border-right: none;
  }

  .index .contents4 .sec1 .news_box_wrap .news_box a dl dd {
    margin-left: 0px;
  }

  .index .contents4 .sec1 .news_box_wrap .news_box a dl dd span {
    width: 92%;
  }

  /****************footer*****************/
  footer {
    padding-top: 25px;
    font-size: 1.45rem;
  }

  footer .footer {
    margin: 0 auto;
    width: 88%;
    padding-bottom: 25px;
  }

  footer .footer .f_logo {
    margin-bottom: 10px;
    text-align: center;
  }

  footer .footer .f_logo img {
    width: 180px;
  }

  footer .footer .f_box {
    display: block;
  }

  footer .footer .f_box .f_box_add {
    width: 100%;
    border-right: none;
  }

  footer .footer .f_box .f_box_add .f_add {
    display: block;
    text-align: center;
  }

  footer .footer .f_box .f_box_add .f_tel {
    text-align: center;
  }

  footer .footer .f_box .f_box_add .fh_box dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .footer .f_box .f_box_add .f_mail_btn {
    margin: 0 auto;
  }
  footer .footer .f_box .f_box_add .f_mail_btn a {
    text-decoration: none;
    font-size: 1.6rem;
  }

  footer .footer .f_box nav {
    display: none;
  }

  /************/
  div.copy p {
    font-size: 1.1rem;
  }

  /**************siteページ***************/
  .site .contents1 {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .site .contents1 .sitemap_box {
    width: 88%;
  }

  .site .sitemap_box .item-box {
    margin: 0 auto;
  }

  /**************privacyページ***************/
  .privacy .contents1 {
    padding-top: 30px;
    padding-bottom: 0px;
  }

  .privacy .contents1 .privacy_box {
    width: 88%;
    margin: 0 auto;
  }

  .privacy .contents1 .privacy_box h3.item-title-h3 {
    font-size: 1.8rem;
  }

  .privacy .privacy_box .item-box:last-child {
    margin-bottom: 0px;
  }

  /**************error 404ページ***************/
  .error .contents1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .error .contents1 .sec1 {
    width: 88%;
    margin: 0 auto;
  }

  /**************contactページ***************/
  .contact .contents1 {
    padding-top: 30px;
    padding-bottom: 50px;
    margin: 0 auto;
  }

  .contact div.contact_box {
    width: 88%;
  }

  div.contact_box table th, div.contact_box .defTable,
div.contact_box table th, div.contact_box .defTable tbody,
div.contact_box table th, div.contact_box table tr,
div.contact_box table th, div.contact_box table th,
div.contact_box table th, div.contact_box table td {
    display: block;
    width: 100%;
  }

  div.contact_box table th {
    background: #fccfcb;
  }

  .contact .contents1 .contact_box table th, .contact .contents1 .contact_box table td {
    padding: 10px;
  }

  input.big {
    width: 100%;
  }

  .required-mark {
    margin-top: 0px;
  }

  /**************blogページ***************/
  .blog .contents1 {
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .blog .contents1 .sec1 {
    width: 88%;
  }

  .blog .contents1 .sec1 .item-box {
    padding: 15px;
  }

  .blog .contents1 .sec1 .item-box dl dt {
    float: none;
    clear: both;
    background: #eee;
    padding: 2px 10px 2px;
    margin-bottom: 5px;
  }

  .blog .contents1 .sec1 .item-box dl dd {
    margin-left: 0px;
  }

  /**************blog_detailページ***************/
  .blog_detail .contents1 {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  .blog_detail .contents1 .sec1 {
    width: 88%;
  }

  .blog_detail .contents1 .sec1 .item-box {
    padding: 15px;
  }

  .blog_detail .contents1 .sec1 img {
    max-width: 100% !important;
  }

  .blog_detail .contents1 .sec1 h3 {
    font-size: 1.9rem;
  }

  /**************************/
  /*--------------------------------------
  	common
  --------------------------------------*/
  html {
    font-size: 62.5%;
  }

  a:link {
    text-decoration: underline;
  }

  /* box-sizing */
  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    max-width: 100%;
  }

  body,
footer,
#wrapper {
    width: auto;
    min-width: 320px;
  }

  body {
    background: #fff;
  }

  #wrapper {
    font-size: 1rem;
    padding: 0;
  }

  /** #pagetop **/
  #container #pagetop {
    display: block;
  }

  #pagetop img {
    max-width: 50px;
  }

  .pagetop {
    padding: 0;
    margin: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 50;
    display: none;
    -webkit-animation: none;
            animation: none;
  }

  .pagetop a {
    background: #654d34;
    border-radius: 4px;
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    display: block;
  }

  .pagetop a img {
    display: none;
  }

  .pagetop a:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 30%;
    display: block;
    width: 15px;
    height: 15px;
    border-right: #FFF 1px solid;
    border-bottom: #FFF 1px solid;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
  }
}
/*===============================================
  画面の横幅が480px以下に適用
===============================================*/