@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
.small {
  font-size: 0.7rem; }

.small2 {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

@media print, screen and (min-width: 992px) {
  .box {
    padding: 0 15px; } }
.box p {
  font-size: 0.9rem; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table th {
    width: 30%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 5px; }
  table td {
    width: 70%;
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 5px; }
    table td p {
      font-size: 0.8rem !important;
      padding-top: 0 !important; }
    table td li {
      margin-left: 20px; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider {
  visibility: visible; }

input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  padding: 20px 0; }

input[name=zipcode] {
  width: 150px !important;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 2px 0;
  vertical-align: middle; }

@media print, screen and (max-width: 767px) {
  .hidden-sm-down {
    display: none; } }
@media print, screen and (min-width: 768px) {
  .hidden-md-up {
    display: none; } }
/*! ==================================================
　メインのスタイル
=================================================== */
/*.box {
	@include boxBase(15px,0);
	background: #999;
}
.kadomaru{
	@include kadomaru(5px);
}
*/
.listCenter {
  margin-top: 15px; }
  .listCenter ul {
    font-size: 0;
    text-align: center; }
  .listCenter li {
    font-size: 0.8rem;
    display: inline-block;
    padding: 0 10px; }

.common-btn1 a {
  width: 40%;
  display: block;
  text-align: center;
  margin: 50px auto 0;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-style: solid;
  border-width: 2px;
  border-color: #eee14a;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%);
  background-image: -webkit-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%);
  background-image: -ms-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%); }
  @media print, screen and (max-width: 575px) {
    .common-btn1 a {
      width: 80%; } }

.common-link {
  text-align: center;
  margin-top: 15px; }

.common-link a {
  font-size: 0.9rem;
  color: #3366cc; }

.btnInput {
  padding-top: 15px;
  text-align: center; }
  @media print, screen and (max-width: 991px) {
    .btnInput {
      clear: both; } }
  .btnInput input {
    color: #000;
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    border-color: #eee14a;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%);
    background-image: -webkit-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%);
    background-image: -ms-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%); }

.hissu {
  color: #ff0000; }

.alert {
  color: #ff0000;
  font-size: 0.9em; }

.btn-pagetop {
  padding-top: 15px;
  /*position: -webkit-sticky;
   position: sticky;*/
  position: fixed;
  right: 10px;
  bottom: 0; }
  .btn-pagetop a {
    color: #fff;
    text-decoration: none;
    padding: 15px 10px;
    display: block;
    width: 10%;
    text-align: center;
    background-color: #ff6666;
    border-color: #fff;
    font-weight: bold;
    border-style: solid;
    border-width: 2px;
    border-radius: 50%;
    font-size: 0.8rem;
    width: 80px;
    height: 80px; }

.title1 {
  background-image: -moz-linear-gradient(90deg, #d2ed56 0%, #d2ed56 5%, #e3f49d 12%, #f4fae4 50%, #e3f49d 92%, #d2ed56 96%, #d2ed56 99%, #d2ed56 100%);
  background-image: -webkit-linear-gradient(90deg, #d2ed56 0%, #d2ed56 5%, #e3f49d 12%, #f4fae4 50%, #e3f49d 92%, #d2ed56 96%, #d2ed56 99%, #d2ed56 100%);
  background-image: -ms-linear-gradient(90deg, #d2ed56 0%, #d2ed56 5%, #e3f49d 12%, #f4fae4 50%, #e3f49d 92%, #d2ed56 96%, #d2ed56 99%, #d2ed56 100%);
  position: relative;
  padding: 10px;
  height: 40px; }
  .title1 span {
    background-image: url(../imgs/heart.png);
    background-repeat: no-repeat;
    padding: 15px 20px 20px 80px;
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 1.6rem;
    font-weight: bold; }
    @media print, screen and (max-width: 575px) {
      .title1 span {
        padding: 18px 5px 20px 80px;
        font-size: 1.3rem; } }

.title2 {
  background-image: -moz-linear-gradient(90deg, #ffcccc 0%, white 47%);
  background-image: -webkit-linear-gradient(90deg, #ffcccc 0%, white 47%);
  background-image: -ms-linear-gradient(90deg, #ffcccc 0%, white 47%);
  position: relative;
  padding: 30px 10px 20px;
  height: 60px; }
  .title2 span {
    background-image: url(../imgs/clover3.png);
    background-repeat: no-repeat;
    padding: 10px 0 20px 40px;
    position: absolute;
    top: 20px;
    left: 10px;
    font-size: 1.4rem;
    font-weight: bold; }

.title3 {
  margin-top: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  border-radius: 10px;
  background-image: -moz-linear-gradient(90deg, #e2f7d1 0%, white 51%, white 78%, #f7f7f7 97%, #efefef 100%);
  background-image: -webkit-linear-gradient(90deg, #e2f7d1 0%, white 51%, white 78%, #f7f7f7 97%, #efefef 100%);
  background-image: -ms-linear-gradient(90deg, #e2f7d1 0%, white 51%, white 78%, #f7f7f7 97%, #efefef 100%);
  font-size: 1.1rem;
  font-weight: bold;
  padding: 5px 10px; }

/*! ==================================================
　header
=================================================== */
#header-fixed {
  z-index: 10000;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  #header-fixed header {
    position: relative; }
    #header-fixed header .sitetitle {
      float: left; }
      #header-fixed header .sitetitle h1 a {
        text-decoration: none;
        display: block;
        font-size: 1.4rem;
        font-weight: bold;
        background-image: url(../imgs/clover1.png);
        background-repeat: no-repeat;
        padding: 10px 0 20px 70px !important;
        margin-top: 20px; }
        @media print, screen and (max-width: 575px) {
          #header-fixed header .sitetitle h1 a {
            font-size: 1rem !important;
            background-size: 40px 40px !important;
            padding-left: 50px !important;
            padding-bottom: 0; } }
    #header-fixed header .tel {
      float: right;
      color: #3366cc;
      font-weight: bold;
      font-size: 2.0rem;
      display: block;
      padding-top: 15px; }
      @media print, screen and (max-width: 991px) {
        #header-fixed header .tel {
          padding-left: 100px !important;
          display: none; } }
    @media print, screen and (min-width: 992px) {
      #header-fixed header #spnavi {
        display: none; } }
    #header-fixed header .sptel {
      color: #3366cc;
      font-weight: bold;
      font-size: 1.8rem;
      text-align: center;
      padding: 0;
      position: absolute;
      top: 55%;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      @media print, screen and (min-width: 992px) {
        #header-fixed header .sptel {
          display: none; } }
      #header-fixed header .sptel a {
        color: #3366cc; }
    @media print, screen and (max-width: 767px) {
      #header-fixed header {
        height: 100px; } }

/*! ==================================================
　SIDE
=================================================== */
@media print, screen and (max-width: 991px) {
  #side {
    display: none; } }
#side li {
  float: none !important;
  list-style: none;
  font-weight: bold;
  padding: 10px 0 0; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #side li {
      font-size: 0.9rem; } }
  #side li a {
    height: 60px;
    text-decoration: none;
    display: block;
    border-style: solid;
    border-width: 2px;
    border-color: #c7e27d;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, #d2ed56 0%, #d2ed56 5%, #e3f49d 12%, #f4fae4 50%, #e3f49d 92%, #d2ed56 96%, #d2ed56 99%, #d2ed56 100%);
    background-image: -webkit-linear-gradient(90deg, #d2ed56 0%, #d2ed56 5%, #e3f49d 12%, #f4fae4 50%, #e3f49d 92%, #d2ed56 96%, #d2ed56 99%, #d2ed56 100%);
    background-image: -ms-linear-gradient(90deg, #d2ed56 0%, #d2ed56 5%, #e3f49d 12%, #f4fae4 50%, #e3f49d 92%, #d2ed56 96%, #d2ed56 99%, #d2ed56 100%);
    position: relative; }
    #side li a span {
      background-image: url(../imgs/clover2.png);
      background-repeat: no-repeat;
      position: absolute;
      top: 15px;
      left: 10px;
      display: block;
      padding: 0 10px 10px 50px; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #side li a span {
          font-size: 0.9rem;
          top: 13px;
          padding: 3px 10px 10px 47px; } }
#side .soudanbox {
  border-style: solid;
  border-color: #ffcccc;
  background-color: #fffdfb;
  margin-top: 25px;
  padding: 15px; }
  #side .soudanbox p {
    font-size: 1.0rem; }
  #side .soudanbox .mailbtn a {
    border-style: solid;
    border-width: 2px;
    border-color: #34adbb;
    border-radius: 6px;
    background-image: -moz-linear-gradient(90deg, #0099cc 0%, #66ccff 100%);
    background-image: -webkit-linear-gradient(90deg, #0099cc 0%, #66ccff 100%);
    background-image: -ms-linear-gradient(90deg, #0099cc 0%, #66ccff 100%);
    display: block;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    position: relative;
    height: 55px;
    margin-top: 20px; }
    @media print, screen and (min-width: 992px) and (max-width: 1199px) {
      #side .soudanbox .mailbtn a {
        font-size: 0.8rem; } }
    #side .soudanbox .mailbtn a span {
      background-image: url(../imgs/arrow.png);
      background-repeat: no-repeat;
      padding: 9px 20px 20px 45px;
      position: absolute;
      top: 5px;
      left: 15px; }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #side .soudanbox .mailbtn a span {
          padding: 11px 10px 20px 40px;
          left: 10px; } }
#side .information p {
  text-align: center;
  font-size: 1.4rem;
  padding: 30px 0; }
  @media print, screen and (min-width: 992px) and (max-width: 1199px) {
    #side .information p {
      font-size: 1.2rem; } }

/*! ==================================================
　MAIN
=================================================== */
#main {
  padding-top: 20px; }

#main a {
  color: #3366cc;
  font-weight: bold; }

/*! ==================================================
　HOME
=================================================== */
#home #topimg {
  background-image: -moz-linear-gradient(90deg, #caef68 0%, white 100%);
  background-image: -webkit-linear-gradient(90deg, #caef68 0%, white 100%);
  background-image: -ms-linear-gradient(90deg, #caef68 0%, white 100%); }
#home #homemsg h2 {
  color: #3366cc;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-top: 5px; }
  @media print, screen and (max-width: 575px) {
    #home #homemsg h2 {
      font-size: 1.3rem; } }
#home #homemsg p {
  margin-top: 15px; }
#home #homemsg .title {
  color: #ff3366;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 15px; }
  @media print, screen and (max-width: 575px) {
    #home #homemsg .title {
      font-size: 1.1rem; } }

/*! ==================================================
　#news,#homenews
=================================================== */
.newsList {
  /*home newslist共通*/
  padding: 15px; }
  @media print, screen and (max-width: 767px) {
    .newsList {
      padding: 15px 0; } }
  .newsList time {
    font-size: 0.8rem;
    display: block; }
    @media print, screen and (min-width: 768px) {
      .newsList time {
        float: left;
        padding-right: 15px; } }
    .newsList time span {
      display: inline-block;
      background-color: #ff6666;
      padding: 2px 5px;
      color: #fff; }
  .newsList h3 {
    font-size: 1.2rem;
    color: #3366cc;
    font-weight: bold; }
    @media print, screen and (max-width: 767px) {
      .newsList h3 {
        padding-top: 5px; } }
  .newsList .list {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .newsList .list p {
      font-size: 0.8rem; }

#homenews h2 {
  margin-top: 30px; }

#homesodan img {
  width: 95%;
  margin: 15px auto 30px; }

#homeservice h3 {
  font-weight: bold;
  color: #fcfef3;
  font-size: 1.4rem;
  border-radius: 10px;
  position: relative;
  height: 52px;
  margin-top: 20px; }
  @media print, screen and (max-width: 767px) {
    #homeservice h3 {
      font-size: 1.1rem; } }
  @media print, screen and (max-width: 575px) {
    #homeservice h3 {
      font-size: 1.1rem;
      height: 65px; } }
  #homeservice h3 span {
    background-image: url(../imgs/clip.png);
    background-repeat: no-repeat;
    padding: 22px 20px 20px 50px;
    position: absolute;
    top: -10px;
    left: 10px; }
    @media print, screen and (max-width: 767px) {
      #homeservice h3 span {
        background-size: 35px 47px;
        padding: 22px 20px 20px 40px; } }
    @media print, screen and (min-width: 576px) and (max-width: 767px) {
      #homeservice h3 span {
        top: -5px; } }
#homeservice li {
  list-style: none;
  padding-top: 10px; }
  #homeservice li a {
    display: block;
    border: 2px solid #ddd;
    padding: 15px;
    text-decoration: none; }
#homeservice .service1 h3 {
  background-image: -webkit-linear-gradient(left, #ff6666 0%, #f3504e 100%);
  background-image: -o-linear-gradient(left, #ff6666 0%, #f3504e 100%);
  background-image: linear-gradient(to right, #ff6666 0%, #f3504e 100%); }
  @media print, screen and (max-width: 575px) {
    #homeservice .service1 h3 span {
      padding: 32px 20px 20px 40px; } }
#homeservice .service1 i {
  color: #f4514f; }
#homeservice .service2 h3 {
  background-image: -moz-linear-gradient(90deg, #f7b50b 0%, #fa9e0a 100%);
  background-image: -webkit-linear-gradient(90deg, #f7b50b 0%, #fa9e0a 100%);
  background-image: -ms-linear-gradient(90deg, #f7b50b 0%, #fa9e0a 100%); }
#homeservice .service2 i {
  color: #fa9e0a; }
#homeservice .service3 h3 {
  background-image: -moz-linear-gradient(90deg, #2bafe2 0%, #089dd0 100%);
  background-image: -webkit-linear-gradient(90deg, #2bafe2 0%, #089dd0 100%);
  background-image: -ms-linear-gradient(90deg, #2bafe2 0%, #089dd0 100%); }
  @media print, screen and (max-width: 575px) {
    #homeservice .service3 h3 span {
      padding: 32px 20px 20px 40px; } }
#homeservice .service3 i {
  color: #099ed1; }

#news .newsDetail {
  padding: 15px; }
  #news .newsDetail h3 {
    text-align: center;
    font-size: 1.6rem;
    color: #3366cc;
    font-weight: bold;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-top: 15px;
    padding-bottom: 15px; }
    @media print, screen and (max-width: 767px) {
      #news .newsDetail h3 {
        font-size: 1.2rem; } }
  #news .newsDetail .time {
    text-align: center !important;
    font-size: 0.8rem;
    padding: 15px 0 30px;
    color: #ff6666; }
  #news .newsDetail .content {
    padding: 30px 0; }

#news .pagelink {
  text-align: center;
  padding-top: 30px;
  font-size: 0.8rem; }

/*! ==================================================
　service
=================================================== */
#service .nav ul {
  font-size: 0;
  text-align: center !important; }
#service .nav li {
  padding: 20px  10px 10px;
  display: inline-block;
  font-size: 0.8rem; }
  #service .nav li a {
    color: #000;
    padding: 5px 15px;
    font-size: 0.8rem;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    border-color: #eee14a;
    border-radius: 10px;
    background-image: -moz-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%);
    background-image: -webkit-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%);
    background-image: -ms-linear-gradient(90deg, #f9d034 0%, #f9e167 8%, #f9f199 50%, #faeb5d 84%, #fbe520 100%); }
#service .price {
  color: #ff6666;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  font-size: 0.9rem;
  padding-bottom: 5px;
  margin-bottom: 5px;
  text-align: right; }
#service .service {
  margin-bottom: 15px; }

/*! ==================================================
　fp
=================================================== */
#fp .title1 span a {
  color: #000000;
  font-size: 1.0rem; }
  @media print, screen and (max-width: 575px) {
    #fp .title1 span a {
      font-size: 0.7rem; } }
#fp h3 {
  background-image: url(../imgs/clover3.png);
  background-repeat: no-repeat;
  font-size: 1.4rem !important;
  font-weight: bold;
  padding: 0 0 10px 35px !important;
  margin-top: 30px; }
  #fp h3 a {
    font-size: 0.9rem;
    color: #000000; }

/*! ==================================================
　profile
=================================================== */
#profile .profilebox1 {
  padding-top: 15px; }
  #profile .profilebox1 .sikaku {
    padding-top: 15px;
    font-size: 0.9rem; }
#profile .profilebox2 {
  padding: 15px; }
  #profile .profilebox2 h3 {
    font-weight: bold;
    margin-top: 30px;
    font-size: 1.2rem;
    background-image: url(../imgs/clover3.png);
    background-repeat: no-repeat;
    padding: 10px 0 10px 35px; }
  #profile .profilebox2 dt {
    font-weight: normal;
    padding-left: 30px;
    font-size: 0.9rem; }
    @media print, screen and (max-width: 767px) {
      #profile .profilebox2 dt {
        padding-left: 20px; } }

/*! ==================================================
　access
=================================================== */
#access .name {
  font-size: 1.4rem;
  margin-top: 30px; }
#access address {
  margin-top: 30px;
  margin-bottom: 30px; }
#access .map {
  margin-top: 30px; }

/*! ==================================================
　voice
=================================================== */
#voice .voicebox {
  margin-top: 15px; }
  #voice .voicebox h3 {
    font-size: 0.9em;
    margin-top: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold; }
#voice p.headtxt{
	padding-top:25px;
	padding-bottom:15px;
	font-size:0.9rem;
}
  #voice .voicebox h4 {
    font-size: 0.8em;
    margin-top: 10px;
    font-weight: bold;
    background-color: #ff6666;
    color: #fff;
    padding: 2px 5px;
    display: inline-block; }
  #voice .voicebox p {
    font-size: 0.8em; }
  #voice .voicebox img {
    border: 3px solid #ffcccc; }

#voice.voiceDetail h4 {
  background-color: #ff6666;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  font-size: 1.0rem;
  margin-top: 15px; }
#voice.voiceDetail img {
  margin-top: 15px; }

/*! ==================================================
　question
=================================================== */
#question dl {
  margin-top: 15px; }
  #question dl dt {
    background-color: #ffeff0;
    padding: 5px;
    color: #ff3366;
    font-size: 1.2rem; }
    #question dl dt span {
      background-color: #ff8080;
      color: #fff;
      padding: 0 10px;
      font-size: 1.8rem; }
  #question dl dd {
    margin-top: 15px; }

/*! ==================================================
　link
=================================================== */
#link #main ul {
  padding: 15px; }
  #link #main ul li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px; }

/*! ==================================================
　privacy
=================================================== */
#privacy h3 {
  margin-top: 30px;
  font-weight: bold; }
#privacy h4 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.1rem; }
#privacy p {
  font-size: 0.9rem; }

/*! ==================================================
　contact
=================================================== */
#contact {
  /*.btn_submit{
  	text-align:center;
  	margin:0 auto;
  }*/ }
  #contact .headsetumei {
    padding-top: 15px; }
  #contact form {
    margin: 20px 0;
    padding: 10px 0;
    background-color: rgba(255, 255, 255, 0.8); }
  #contact .form-group {
    margin: 5px 0;
    padding: 0; }
    @media print, screen and (max-width: 767px) {
      #contact .form-group input {
        font-size: 1.6rem; } }
  #contact input {
    width: 100%;
    padding: 5px; }
  #contact textarea {
    width: 100%; }
    @media print, screen and (max-width: 767px) {
      #contact textarea {
        font-size: 1.6rem; } }

/*! ==================================================
　footer
=================================================== */
footer {
  margin-top: 30px;
  padding-bottom: 30px;
  background-color: #cbef6a; }
  footer #footer {
    padding-top: 20px; }
    footer #footer .sitetitle {
      padding: 20px 0 0;
      font-size: 1.8rem; }
    footer #footer address {
      padding-top: 15px; }
    footer #footer .copyright {
      text-align: center;
      font-size: 0.8rem; }
      @media print, screen and (max-width: 991px) {
        footer #footer .copyright {
          margin-top: 15px; } }
    footer #footer .information p.sitename {
      font-size: 1.2rem; }
    @media print, screen and (min-width: 992px) {
      footer #footer .information {
        display: none; } }

/*! ==================================================
　fix ずれ防止
=================================================== */
.servicemenu {
  margin-top: -100px;
  padding-top: 100px; }

.navmenu {
  margin-top: -100px;
  padding-top: 100px; }

#contenttop {
  margin-top: -100px;
  padding-top: 100px; }
