@charset "UTF-8";

#belt {
    display: none;
}

@media (max-width:1024px) {
  

  
  /*=============================================
   * body
   *=============================================*/
  body {
    min-width: inherit;
    max-height: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 28px;
    font-size: 14px;
    cursor: auto;
    letter-spacing: 0;
    word-spacing: normal;
  }
  .navOpen {
    overflow-y: hidden;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  .fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .block::after {
    clear: both;
    content: "";
    display: block;
  }
  
  /*=============================================
   * header
   *=============================================*/
  header {
    background: #fff;
    border-bottom: 3px solid #91c45e;
  }
  header .logo {
    position: relative;
    width: 67%;
  }
  header #belt {
    position: fixed;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
    z-index: 10001;
    display: block;
  }
  header #hd_top {
    background: #fff;
    position: relative;
    z-index: 99;
  }
  header h1 {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #363636;
/*     margin-right: 65px; */
    text-align: left;
    z-index: 10002;
    position: fixed;
    height: 35px;
    padding-right: 0;
    padding-top: 0px;
  }
  header .tel {
    width: 35px;
    position: absolute;
    right: 80px;
    top: 15px;
  }
  header .tel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -14px;
    bottom: 0;
    border-right: 1px solid #21a937;
  }
  
  /*====================== nav ====================== */
  header .topnavi {
    position: absolute;
    bottom: 3px;
    right: 5px;
    height: 54px;
  }
  header .topnavi li {
    display: inline-block;
    position: relative;
    width: 60px;
    vertical-align: top;
  }
  header .topnavi li a {
    color: #fff;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 5px;
    width: 100%;
    border-left: 1px dotted white;
  }
  header .topnavi li a:hover {
    text-decoration: none;
  }
  header .topnavi li a[class^="icon-"]:before {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 19px;
    font-weight: normal;
  }
  header .menu_toggle {
    background: rgba(255, 255, 255, 0.9);
  }
  header .menu_toggle.nav-style01 {
    top: 0px;
    right: -100%;
    display: block;
    transition: all 0.5s ease 0s;
  }
  .navOpen .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
  }
  .hamburger {
    position: absolute;
    top: 5px;
    right: 0;
  }
  .hamburger:after {
    font-size: 11px;
    content: 'メニュー';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .navOpen .hamburger:after {
    content: '';
  }
  header .box-time {
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 30px;
    background: #fff;
    width: 90%;
    box-sizing: border-box;
    padding: 45px 6% 5%;
    margin: 5% auto;
    box-shadow: 4px 3px 6.3px 2.7px rgba(0, 0, 0, 0.09);
  }
  header .box-time:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 10px;
    bottom: 8px;
    right: 11px;
    border: 1px solid #21a937;
  }
  header .box-time h3 {
    position: absolute;
    top: 2px;
    left: 33px;
  }
  header .box-time .time {
    font-size: 120%;
    line-height: 30px;
    color: #21a937;
  }
  header .box-time .txt1 {
    color: #363636;
    font-size: 90%;
  }
  header .box-time .time2 {
    color: #21a937;
    font-size: 120%;
  }
  header .box-time .time2 span {
    background: #21a937;
    color: #fff;
    font-size: 100%;
    padding: 2px 7px 0 4px;
    margin-right: 13px;
  }
  header .box-time .time2 + .time2 span {
    margin-right: 6px;
  }
  header .txt {
    color: #515151;
    font-weight: 600;
    padding: 0 5% 5%;
  }
  
  /*====================== end nav ====================== */
  
  /*====================== header key ====================== */
  header #key {
    position: relative;
    overflow: hidden;
    padding-top: 150px;
  }
  header #key .key_ttl {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .bx-wrapper {
    position: relative;
  }
  .bx-wrapper .bx-pager {
    color: #ffee00;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    line-height: 10px;
    bottom: 5%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 60;
  }
  .bx-controls-direction {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    z-index: 60;
  }
  .bx-wrapper .bx-controls-direction a {
    color: #e75a5a;
    font-family: "fontello";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 0%;
    width: 26px;
  }
  .bx-prev::after {
    content: "";
    left: 11px;
    position: absolute;
    text-indent: 0;
    top: 0;
  }
  .bx-next::after {
    content: "";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
  }
  .bx-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bx-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #000;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #be0900 none repeat scroll 0 0;
  }
  
  /*====================== end nav ====================== */
  
  /*=============================================*/
  
  /*                   　footer　　　　　          */
  
  /*=============================================*/
  footer {
    background: url(/upload/tenant_1/c86f19e54a2fec11cadc1386d493ee1a.jpeg) repeat center top;
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
  }
  footer .shopinfo1 {
    padding: 5% 1.5%;
    position: relative;
  }
  footer .vcard {
    padding: 0 1%;
    margin-bottom: 3%;
    text-align: center;
  }
  footer .vcard dl {
    padding-top: 15px;
  }
  footer .vcard dt {
    color: #21a937;
    font-weight: 500;
    position: relative;
  }
  footer .vcard dt:before {
    content: '|';
  }
  footer .vcard dt:after {
    content: '|';
  }
  #f_logo {
    margin: 0 auto 5px;
  }
  #f_tel {
    margin-bottom: 10px;
  }
  footer .banner li {
    float: left;
    width: 32%;
    padding: 0 0.5%;
  }
  footer .link {
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    font-weight: normal;
  }
  footer .link p {
    width: 45%;
    min-width: 170px;
    max-width: 210px;
    margin: 10px auto;
    padding: 0 6px;
    line-height: 30px;
  }
  footer .link p a {
    background: #91c45e;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 1px #a8a398;
  }
  footer .link .link-pc a::before {
    margin-right: 9px;
  }
  footer address {
    background: none;
    color: #fff;
    font-size: 10px;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 50px;
  }
  .mb0 {
    margin-bottom: 0;
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  
  /*=============================================*/
  
  /*                   　index　　　　　          */
  
  /*=============================================*/
  #index h3 {
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
  }
  #index .slide_thm li {
    float: left;
    width: 33.33%;
  }
  .link-archo li {
    width: 49%;
    float: left;
    color: #fff;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .botan {
    color: #fff;
    padding: 3px 5px;
  }
  .access_btn {
    background: #4C06F7;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .access_btn span {
    display: block;
    padding: 10px;
    cursor: pointer;
  }
  .copied {
    background-color: #3d2612;
    color: white;
  }
  #ft_group {
    position: fixed;
    opacity: 0;
    z-index: -9999;
    bottom: 0;
    left: 0;
    right: 0;
    color: #21a937;
    background-color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }
  .has_nav #ft_group {
    position: fixed;
    z-index: 99;
    opacity: 1;
  }
  #ft_group .box {
    padding: 3% 0;
    background-color: #fff;
    margin-bottom: 5px;
    color: #21a937;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #21a937;
    position: relative;
  }
  #ft_group .box dl dt, #ft_group .box dl dd {
    font-weight: bold;
  }
  .ft_contact_tel dd {
    font-size: 18px;
  }
  .ft_contact_tel dd a {
    color: #21a937;
    font-weight: bold;
  }
  .ft_contact_tel .icon-phone-1:before {
    padding-right: 10px;
  }
  .contact_gr .ft_contact_tel dd {
    font-size: 14px;
  }
  .contact_gr .fl, .contact_gr .fr {
    width: 49%;
  }
  .contact_gr .ft_contact_mail {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .ft_contact_mail:after {
    content: '\f105';
    font-size: 15px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  #ft_group .box .icon-mail-alt {
    font-size: 14px;
  }
  #ft_group .box .icon-mail-alt:before {
    font-size: 14px;
    padding-right: 10px;
  }
  .js_full {
    position: relative;
    overflow: hidden;
    margin: 0 -2%;
    height: 0;
    padding-top: calc(51% + 30px);
  }
  .js_full .bx-pager {
    position: static;
    padding-top: 10px;
  }
  .js_full .js_in {
    padding: 0 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .js_full .bx-viewport {
    overflow: visible !important;
  }
  .js_full_ext {
    padding-left: 0;
  }
  .js_full_ext .js_in {
    padding-left: 5%;
  }
  .js_full_ext img {
    width: 90%;
  }
  .js_full_ext .bx-prev {
    display: none;
  }
  .js_full_ext .bx-next {
    right: -18%;
  }
  #index .ttl_h2 {
    color: #21a937;
    font-size: 180%;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    width: auto;
  }
  #index .sub_ttl {
    font-size: 140%;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #21a937;
  }
  #index .btn_bd {
    background: #fff;
    font-size: 130%;
    line-height: 50px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #21a937;
    position: relative;
    box-shadow: 4px 3px 6.3px 2.7px rgba(0, 0, 0, 0.09);
    padding: 1% 5%;
    text-align: center;
    width: 100%;
    height: auto;
  }
  #index .btn_bd:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    border: 1px solid #21a937;
    width: auto;
    height: auto;
  }
  #index .btn_bd:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5%;
    width: 20px;
    height: 25px;
    background: url("/upload/tenant_1/04d00561183dff12ba9707ffde8ed221.png") no-repeat center top/100% auto;
    transform: translateY(-50%);
  }
  #index .btn_arrow {
    /* background: url("../img/index/btn_arrow.png") no-repeat center bottom/100% auto; */
    text-align: center;
    font-weight: 600;
    font-size: 120%;
    color: #3691e6;
    padding-bottom: 2%;
  }
  #index #sec1 {
    background: url(/upload/tenant_1/5e31d792cd3e828ad853f095ff17a53d.jpeg) no-repeat center top/100% auto;
    padding: 10% 5%;
  }
  #index #sec1 .sec1_ttl {
    position: relative;
  }
  #index #sec1 .sec1_ttl:before {
    content: '';
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 35%;
    height: 2px;
    background: #21a937;
  }
  #index #sec1 .sub_ttl{
    margin-top: 8%;
    position: relative;
  }
  #index #sec1 .sub_ttl:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background: #21a937;
  }
  #sec1 h2:before {
    display: none;
  }
  #index #sec1 .txt {
    padding-top: 5%;
    width: 100%;
  }
  #index #sec1 .btn_bd {
    margin-top: 5%;
  }
  #index #sec2 {
    padding: 10% 5%;
    background: #fff;
    border-top: 3px solid #91c45e;
    position: relative;
  }
  #index #sec2:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #91c45e;
  }
  #index #sec2 h2 {
    text-align: center;
    font-size: 140%;
  }
  #index #sec2 h2:before {
    content: '-';
  }
  #index #sec2 h2:after {
    content: '-';
  }

  #index #sec2 .list_sub li:nth-child(4) {
    font-size: 105%;
  }
  #index #sec2 .txt {
    text-align: center;
  }
  #index #sec2 .btn_arrow {
    max-width: 240px;
    margin: 5% auto 0;
  }
  #index #sec2 .btn_bd {
    font-size: 85%;
    margin-top: 5%;
  }
  #index #sec3 {
    padding: 10% 5%;
    border-top: 3px solid #91c45e;
    position: relative;
  }
  #index #sec3:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #91c45e;
  }
  #index #sec3 h2 {
    text-align: center;
    font-size: 140%;
  }
  #index #sec3 h2:before {
    content: '-';
    margin-left: 2%;
  }
  #index #sec3 h2:after {
    content: '-';
    margin-right: 2%;
  }
  #index #sec3 .box {
    position: relative;
    box-sizing: border-box;
    box-shadow: 4px 3px 6.3px 2.7px rgba(0, 0, 0, 0.09);
    padding: 30px 15px 15px 30px;
  }
  #index #sec3 .box:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 10px;
    bottom: 0;
    right: 10px;
    border-top: 1px solid #3691e6;
  }
  #index #sec3 .box .number {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    background: #3691e6;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
  }
  #index #sec3 .box h3 {
    margin-top: 3%;
    font-size: 108%;
    line-height: 35px;
  }
  #index #sec3 .box .btn_arrow {
    max-width: 240px;
    text-align: left;
    margin-top: 10px;
  }
  #index #sec3 .box + .box {
    margin-top: 8%;
    margin-right: 0;
    height: auto;
  }
  #index #sec3 .box01 {
    background: url("../img/index/sec3_img_01.jpg") no-repeat center/cover;
  }
  #index #sec3 .box02 {
    background: url("../img/index/sec3_img_02.jpg") no-repeat center/cover;
  }
  #index #sec3 .box02 .txt span{
    color: #3691e6; 
    font-weight: 600;
  }
  #index #sec3 .box03 {
    background: url("../img/index/sec3_img_03.jpg") no-repeat center/cover;
  }
  #index #sec3 .box04 {
    background: url("../img/index/sec3_img_04.jpg") no-repeat center/cover;
  }
  #index #sec3 .box05 {
    background: url("../img/index/sec3_img_05.jpg") no-repeat center/cover;
  }
  #index #sec4 {
    padding: 10% 5% 3%;
    background: #fff;
    border-top: 3px solid #91c45e;
    position: relative;
  }
  #index #sec4:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #91c45e;
  }
  #index #sec4 h2 {
    text-align: center;
    font-size: 140%;
  }
  #index #sec4 h2:before {
    content: '-';
    margin-right: 5%;
  }
  #index #sec4 h2:after {
    content: '-';
    margin-left: 2%;
  }
  #index #sec4 .sub_ttl {
    line-height: 30px;
    position: relative;
    padding-bottom: 2%;
  }
  #index #sec4 .sub_ttl:before {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 55%;
    height: 2px;
    background: #21a937;
  }
  #index #sec4 .sub_ttl dd {
    color: #474747;
  }
  #index #sec4 .txt {
    margin-top: 5%;
  }
  #index #sec4 ul {
    margin-top: 5%;
  }
  #index #sec4 ul li {
    font-size: 120%;
    line-height: 30px;
    letter-spacing: 1px;
    color: #474747;
    font-weight: 600;
    position: relative;
    padding-left: 17px;
  }
  #index #sec4 ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #21a937;
  }
  #index #sec4 ul li + li {
    margin-top: 11px;
  }
  #index #sec4 .sec4_btn {
    font-size: 100%;
    position: relative;
    text-align: left;
    line-height: 30px;
    color: #3691e6;
    font-weight: 600;
    max-width: 280px;
    margin-left: 17px;
  }
  #index #sec4 .sec4_btn:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 5%;
    width: 9px;
    height: 10px;
    background: url("../img/index/sec4_icon.png") no-repeat center top/cover;
  }
  
  
  #index #sec4 .sec4_btn1 {
    font-size: 25px;
    position: relative;
    text-align: center;
    line-height: 30px;
    color: #3691e6;
    font-weight: 600;
    max-width: 280px;
    margin-left: 17px;
  }
  /*#index #sec4 .sec4_btn1:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 20%;
    width: 9px;
    height: 10px;
    background: url("../img/index/sec4_icon.png") no-repeat center top/cover;
  }*/
  
  #index #sec4 .btn_bd {
    margin-top: 5%;
  }
  #index #sec5 {
    padding: 10% 5%;
    border-top: 3px solid #91c45e;
    position: relative;
  }
  #index #sec5:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #91c45e;
  }
  #index #sec5 h2 {
    text-align: center;
    font-size: 140%;
  }
  #index #sec5 h2:before {
    content: '-';
    margin-right: 2%;
  }
  #index #sec5 h2:after {
    content: '-';
    margin-left: 2%;
  }
  #index .feed ul {
    padding-top: 2%;
  }
  #index .feed ul + ul {
    padding-top: 5%;
  }
  #index .feed a:hover {
    text-decoration: none;
  }
  #index .feed a:hover .date, #index .feed a:hover .ttl {
    text-decoration: none;
  }
  #index .feed .date {
    line-height: 18px;
    text-decoration: underline;
  }
  #index .feed .ttl {
    font-weight: 600;
    text-decoration: underline;
  }
  #index .feed .txt {
    padding-top: 5px;
    line-height: 25px;
  }
  #index .row_1 {
    padding: 5%;
  }
  #index .row_2 {
    border-top: 1px solid #21a937;
    padding: 5%;
  }
  body section.block {
    opacity: 0;
  }
  body.intro #openning {
    opacity: 1;
    z-index: 99999999;
  }
  body.visible section.block {
    opacity: 1;
  }
  #openning {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: visible;
    transition: all 1s ease;
  }
  #openning:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #21a937;
  }
  #openning .box_op {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
  }
  #openning ul li {
    position: absolute;
  }
  #openning ul li:nth-child(1) {
    top: -6px;
    left: 114px;
    width: 20px;
  }
  #openning ul li:nth-child(2) {
    top: -5px;
    left: 135px;
    width: 20px;
  }
  #openning ul li:nth-child(3) {
    top: 2px;
    left: 158px;
    width: 20px;
  }
  #openning ul li:nth-child(4) {
    top: 13px;
    left: 178px;
    width: 15px;
  }
  #openning ul li:nth-child(5) {
    top: 29px;
    left: 198px;
    width: 16px;
  }
  #openning ul li:nth-child(6) {
    top: 49px;
    left: 209px;
    width: 18px;
  }
  #openning ul li:nth-child(7) {
    top: 66px;
    left: 220px;
    width: 17px;
  }
  #openning ul li:nth-child(8) {
    top: 87px;
    left: 226px;
    width: 18px;
  }
  #openning ul li:nth-child(9) {
    top: 109px;
    left: 229px;
    width: 17px;
  }
  #openning ul li:nth-child(10) {
    top: 128px;
    left: 230px;
    width: 10px;
  }
  #openning ul li:nth-child(11) {
    top: 143px;
    left: 223px;
    width: 15px;
  }
  #openning #skip {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 25%;
    max-width: 70px;
    transform: translateX(-50%);
  }
  
  #clean{
  	width: 96%;
  	margin: 20px auto 0 auto;
  	}
  
  
  
  #text_box{
  	width:100%;
  	margin:10px auto 20px auto;
  	padding:20px 0;
      border: double 3px #000;
  }
  #text_box p.ttl{
  	font-size:26px;
  	margin-bottom: 8px;
  	letter-spacing: 2px;
  	text-align:center;
  	line-height:40px;
  	color:#000;
  	font-weight: bold;
  }
  #text_box p.txtt{
  	text-align:center;
  	font-size:17px;
  	line-height:32px;
  	color:#000;
  }
  
  
  
  #pricee a{
  	width:99%;
  	position:fixed;
  	left: 0px;
  	border: 2px solid #fff;
  	bottom:0;
  	padding: 13px 0;
  	display: block;
  	color:#fff;
  	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  	text-align: center;
  	text-decoration: none;
  	font-size: 15px;
  	background-color: #21a937;
  	-webkit-border-radius: 2px;
  	border-radius: 2px;
  	z-index:999;
  	font-weight:bold;
  }
    footer address a {
      display: none;
  }
}

@media (max-width:599px) {
  

  
  /*=============================================
   * body
   *=============================================*/
  body {
    color: #584628;
    min-width: inherit;
    max-height: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 28px;
    font-size: 15px;
    cursor: auto;
    letter-spacing: 0;
    word-spacing: normal;
  }
  .navOpen {
    overflow-y: hidden;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
  }
  .fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  .fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
  .block::after {
    clear: both;
    content: "";
    display: block;
  }
  
  /*=============================================
   * header
   *=============================================*/
  header {
    background: #fff;
    border-bottom: 3px solid #91c45e;
  }

  header #hd_top {
    background: #fff;
    position: relative;
    z-index: 99;
  }
  header h1 {
    font-size: 10px;
    font-weight: normal;
    color: #363636;
  }
  header .tel {
    width: 35px;
    position: absolute;
    right: 80px;
    top: 30px;
  }
  header .tel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: -14px;
    bottom: 0;
    border-right: 1px solid #21a937;
  }
  
  /*====================== nav ====================== */
  header .topnavi {
    position: absolute;
    bottom: 3px;
    right: 5px;
    height: 54px;
  }
  header .topnavi li {
    display: inline-block;
    position: relative;
    width: 60px;
    vertical-align: top;
  }
  header .topnavi li a {
    color: #fff;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    display: block;
    height: 100%;
    padding-top: 5px;
    width: 100%;
    border-left: 1px dotted white;
  }
  header .topnavi li a:hover {
    text-decoration: none;
  }
  header .topnavi li a[class^="icon-"]:before {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 19px;
    font-weight: normal;
  }
  header .menu_toggle {
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 100px;
  }
  header .menu_toggle.nav-style01 {
    top: 0px;
    right: -100%;
    display: block;
    transition: all 0.5s ease 0s;
  }
  .navOpen .menu_toggle.nav-style01 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 0;
  }
  .hamburger {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .hamburger:after {
    font-size: 11px;
    content: 'メニュー';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    text-align: center;
  }
  .navOpen .hamburger:after {
    content: '';
  }
  header .box-time {
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    line-height: 30px;
    background: #fff;
    width: 90%;
    box-sizing: border-box;
    padding: 45px 6% 5%;
    margin: 5% auto;
    box-shadow: 4px 3px 6.3px 2.7px rgba(0, 0, 0, 0.09);
  }
  header .box-time:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 10px;
    bottom: 8px;
    right: 11px;
    border: 1px solid #21a937;
  }
  header .box-time h3 {
    position: absolute;
    top: 2px;
    left: 33px;
  }
  header .box-time .time {
    font-size: 120%;
    line-height: 30px;
    color: #21a937;
  }
  header .box-time .txt1 {
    color: #363636;
    font-size: 90%;
  }
  header .box-time .time2 {
    color: #21a937;
    font-size: 120%;
  }
  header .box-time .time2 span {
    background: #21a937;
    color: #fff;
    font-size: 100%;
    padding: 2px 7px 0 4px;
    margin-right: 13px;
  }
  header .box-time .time2 + .time2 span {
    margin-right: 6px;
  }
  header .txt {
    color: #515151;
    font-weight: 600;
    padding: 0 5% 5%;
  }
  
  /*====================== end nav ====================== */
  
  /*====================== header key ====================== */
  #index header #key {
    height: 90vh;
    padding-top: 300px;
  }
  #index header #key {
    min-height: 717px;
  }
  header #key {
    position: relative;
    overflow: hidden;
    background: url(/upload/tenant_1/bebc3fcd347c13618137a81acb5b8b36.jpeg) no-repeat center/cover;
    height: 70vh;
    min-height: 600px;
    padding-top: 250px;
  }

  
  header #key .key_ttl {
    position: static;
    background: none;
    text-align: center;
    transform: unset;
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
  }
  .bx-wrapper {
    position: relative;
  }
  .bx-wrapper .bx-pager {
    color: #ffee00;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    text-align: center;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    line-height: 10px;
    bottom: 5%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 60;
  }
  .bx-controls-direction {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    z-index: 60;
  }
  .bx-wrapper .bx-controls-direction a {
    color: #e75a5a;
    font-family: "fontello";
    font-size: 40px;
    height: 40px;
    line-height: 40px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 0%;
    width: 26px;
  }
  .bx-prev::after {
    content: "";
    left: 11px;
    position: absolute;
    text-indent: 0;
    top: 0;
  }
  .bx-next::after {
    content: "";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
  }
  .bx-prev {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bx-next {
    position: absolute;
    top: 0;
    right: 0;
  }
  .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #000;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #be0900 none repeat scroll 0 0;
  }
  
  /*====================== end nav ====================== */
  
  /*=============================================*/
  
  /*                   　footer　　　　　          */
  
  /*=============================================*/
  footer {
    background: url(/upload/tenant_1/c86f19e54a2fec11cadc1386d493ee1a.jpeg) repeat center top;
    overflow: hidden;
    font-size: 13px;
    line-height: 19px;
  }
  footer .shopinfo1 {
    padding: 5% 1.5%;
    position: relative;
  }
  footer .vcard {
    padding: 0 1%;
    margin-bottom: 3%;
    text-align: center;
  }
  footer .vcard dl {
    padding-top: 15px;
  }
  footer .vcard dt {
    color: #21a937;
    font-weight: 500;
    position: relative;
  }
  footer .vcard dt:before {
    content: '|';
  }
  footer .vcard dt:after {
    content: '|';
  }
  footer address {
    margin-top: 0;
  }
  #f_logo {
    margin: 0 auto 5px;
  }
  #f_tel {
    margin-bottom: 10px;
  }
  footer .banner li {
    float: left;
    width: 32%;
    padding: 0 0.5%;
  }
  footer .link {
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    font-weight: normal;
  }
  footer .link p {
    width: 45%;
    min-width: 170px;
    max-width: 210px;
    margin: 10px auto;
    padding: 0 6px;
    line-height: 30px;
  }
  footer .link p a {
    background: #91c45e;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 1px #a8a398;
  }
  footer .link .link-pc a::before {
    margin-right: 9px;
  }

  .mb0 {
    margin-bottom: 0;
  }
  .mb5 {
    margin-bottom: 5px;
  }
  .mb10 {
    margin-bottom: 10px;
  }
  .mb15 {
    margin-bottom: 15px;
  }
  .mb20 {
    margin-bottom: 20px;
  }
  
  /*=============================================*/
  
  /*                   　index　　　　　          */
  
  /*=============================================*/
  #index h3 {
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
  }
  #index .slide_thm li {
    float: left;
    width: 33.33%;
  }
  .link-archo li {
    width: 49%;
    float: left;
    color: #fff;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }
  .botan {
    color: #fff;
    padding: 3px 5px;
  }
  .access_btn {
    background: #4C06F7;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
  }
  .access_btn span {
    display: block;
    padding: 10px;
    cursor: pointer;
  }
  .copied {
    background-color: #3d2612;
    color: white;
  }
  #ft_group {
    position: fixed;
    opacity: 0;
    z-index: -9999;
    bottom: 0;
    left: 0;
    right: 0;
    color: #21a937;
    background-color: #fff;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
  }
  .has_nav #ft_group {
    position: fixed;
    z-index: 99;
    opacity: 1;
  }
  #ft_group .box {
    padding: 3% 0;
    background-color: #fff;
    margin-bottom: 5px;
    color: #21a937;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #21a937;
    position: relative;
  }
  #ft_group .box dl dt, #ft_group .box dl dd {
    font-weight: bold;
  }
  .ft_contact_tel dd {
    font-size: 18px;
  }
  .ft_contact_tel dd a {
    color: #21a937;
    font-weight: bold;
  }
  .ft_contact_tel .icon-phone-1:before {
    padding-right: 10px;
  }
  .contact_gr .ft_contact_tel dd {
    font-size: 14px;
  }
  .contact_gr .fl, .contact_gr .fr {
    width: 49%;
  }
  .contact_gr .ft_contact_mail {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .ft_contact_mail:after {
    content: '\f105';
    font-size: 15px;
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  #ft_group .box .icon-mail-alt {
    font-size: 14px;
  }
  #ft_group .box .icon-mail-alt:before {
    font-size: 14px;
    padding-right: 10px;
  }
  .js_full {
    position: relative;
    overflow: hidden;
    margin: 0 -2%;
    height: 0;
    padding-top: calc(51% + 30px);
  }
  .js_full .bx-pager {
    position: static;
    padding-top: 10px;
  }
  .js_full .js_in {
    padding: 0 15%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .js_full .bx-viewport {
    overflow: visible !important;
  }
  .js_full_ext {
    padding-left: 0;
  }
  .js_full_ext .js_in {
    padding-left: 5%;
  }
  .js_full_ext img {
    width: 90%;
  }
  .js_full_ext .bx-prev {
    display: none;
  }
  .js_full_ext .bx-next {
    right: -18%;
  }

  #index .sub_ttl {
    font-size: 140%;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #21a937;
  }

  #index .btn_arrow {
    background: url("/upload/tenant_1/99c312c49b126020d6e1628a54f3ccc0.png") no-repeat center bottom/100% auto;
    text-align: center;
    font-weight: 600;
    font-size: 120%;
    color: #3691e6;
    padding-bottom: 2%;
  }
  #index #sec1 {
    background: url(/upload/tenant_1/5e31d792cd3e828ad853f095ff17a53d.jpeg) no-repeat center top/100% auto;
    padding: 10% 5%;
  }
  #index #sec1 .sec1_ttl {
    position: relative;
  }
  #index #sec1 .sec1_ttl:before {
    content: '';
    position: absolute;
    bottom: -2%;
    left: 0;
    width: 35%;
    height: 2px;
    background: #21a937;
  }
  #index #sec1 .sub_ttl{
    margin-top: 8%;
  }

  #index #sec1 .btn_bd {
    margin-top: 5%;
  }
  #index #sec2 {
    padding: 10% 5%;
    background: #fff;
    border-top: 3px solid #91c45e;
    position: relative;
  }
  #index #sec2:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #91c45e;
  }
  #index #sec2 h2 {
    text-align: center;
    font-size: 140%;
  }
  #index #sec2 h2:before {
    content: '-';
  }
  #index #sec2 h2:after {
    content: '-';
  }
  #index #sec2 .list_sub li {
    padding: 10px 2% 30px;
    font-size: 120%;
    color: #474947;
    text-align: center;
    font-weight: 600;
    margin-top: 5%;
    width: 100%;
    height: auto;
  }
  #index #sec2 .list_sub li:nth-child(1), #index #sec2 .list_sub li:nth-child(3) {
    background: url(/upload/tenant_1/2db523aa3154cbb1bb9765937ccb7fde.png) no-repeat center top/100% 100%;
  }
  #index #sec2 .list_sub li:nth-child(2), #index #sec2 .list_sub li:nth-child(4) {
    background: url(/upload/tenant_1/f685fbecec07a165481229b6773da5f0.png) no-repeat center top/100% 100%;
  }
  #index #sec2 .list_sub li:nth-child(4) {
    font-size: 105%;
  }
  #index #sec2 .txt {
    /* text-align: center; */
    text-align: left;
  }
  #index #sec2 .btn_arrow {
    max-width: 200px;
    margin: 5% auto 0;
  }
  #index #sec2 .btn_bd {
    font-size: 85%;
    margin-top: 5%;
    width: 100%;
    height: auto;
  }
  #index #sec3 {
    padding: 10% 5%;
    border-top: 3px solid #91c45e;
    position: relative;
  }
  #index #sec3:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #91c45e;
  }
  #index #sec3 h2 {
    text-align: center;
    font-size: 140%;
  }
  #index #sec3 h2:before {
    content: '-';
    margin-left: 2%;
  }
  #index #sec3 h2:after {
    content: '-';
    margin-right: 2%;
  }
  #index #sec3 .box {
    position: relative;
    box-sizing: border-box;
    box-shadow: 4px 3px 6.3px 2.7px rgba(0, 0, 0, 0.09);
    padding: 30px 15px 15px 30px;
    width: 85%;
    margin: auto;
    float: none;
  }
  #index #sec3 .box + .box {
    margin-right: auto;
  }
  #index #sec3 .box:before {
    content: '';
    position: absolute;
    top: 45px;
    left: 10px;
    bottom: 0;
    right: 10px;
    border-top: 1px solid #3691e6;
  }
  #index #sec3 .box .number {
    color: #fff;
    font-size: 25px;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 600;
    text-align: center;
    background: #3691e6;
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 2;
  }
  #index #sec3 .box h3 {
    margin-top: 3%;
    font-size: 108%;
    line-height: 35px;
  }
  #index #sec3 .box .btn_arrow {
    max-width: 210px;
    text-align: left;
    margin-top: 10px;
  }
  #index #sec3 .box .btn_arrow a {
    font-size: 16.8px;
  }

  #index #sec3 .box01 {
    background: url("../img/index/sec3_img_01.jpg") no-repeat center/cover;
  }
  #index #sec3 .box02 {
    background: url("../img/index/sec3_img_02.jpg") no-repeat center/cover;
  }
  #index #sec3 .box02 .txt span{
    color: #3691e6; 
    font-weight: 600;
  }
  #index #sec3 .box03 {
    background: url("../img/index/sec3_img_03.jpg") no-repeat center/cover;
  }
  #index #sec3 .box04 {
    background: url("../img/index/sec3_img_04.jpg") no-repeat center/cover;
  }
  #index #sec3 .box05 {
    background: url("../img/index/sec3_img_05.jpg") no-repeat center/cover;
  }
  #index #sec4 {
    padding: 10% 5% 0;
    background: #fff;
    border-top: 3px solid #91c45e;
    position: relative;
  }
  #index #sec4:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #91c45e;
  }
  #index #sec4 h2 {
    text-align: center;
    font-size: 140%;
  }
  #index #sec4 h2:before {
    content: '-';
    margin-right: 5%;
  }
  #index #sec4 h2:after {
    content: '-';
    margin-left: 2%;
  }
  #index #sec4 .sub_ttl {
    line-height: 30px;
    position: relative;
    padding-bottom: 2%;
  }
  #index #sec4 .sub_ttl:before {
    content: '';
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 55%;
    height: 2px;
    background: #21a937;
  }
  #index #sec4 .sub_ttl dd {
    color: #474747;
  }
  #index #sec4 .txt {
    margin-top: 5%;
  }
  #index #sec4 ul {
    margin-top: 5%;
  }
  #index #sec4 ul li {
    font-size: 100%;
    line-height: 30px;
    letter-spacing: 1px;
    color: #474747;
    font-weight: 600;
    position: relative;
    padding-left: 17px;
  }
  #index #sec4 ul li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #21a937;
  }
  #index #sec4 ul li + li {
    margin-top: 11px;
  }
  #index #sec4 .sec4_btn {
    font-size: 100%;
    position: relative;
    text-align: left;
    line-height: 30px;
    color: #3691e6;
    font-weight: 600;
    max-width: 280px;
    margin-left: 17px;
  }
  #index #sec4 .sec4_btn:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 5%;
    width: 9px;
    height: 10px;
    background: url("../img/index/sec4_icon.png") no-repeat center top/cover;
  }
  
  
  #index #sec4 .sec4_btn1 {
    font-size: 25px;
    position: relative;
    text-align: center;
    line-height: 30px;
    color: #3691e6;
    font-weight: 600;
    max-width: 280px;
    margin-left: 17px;
  }
  /*#index #sec4 .sec4_btn1:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 20%;
    width: 9px;
    height: 10px;
    background: url("../img/index/sec4_icon.png") no-repeat center top/cover;
  }*/
  
  #index #sec4 .btn_bd {
    margin-top: 5%;
  }
  #index #sec5 {
    padding: 0;
    border-top: 3px solid #91c45e;
    position: relative;
    padding-top: 10%;
  }
  #index #sec5:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #91c45e;
  }
  #index #sec5 h2 {
    text-align: center;
    font-size: 140%;
    background: none;
    height: auto;
  }
  #index #sec5 h2:before {
    content: '-';
    margin-right: 2%;
  }
  #index #sec5 h2:after {
    content: '-';
    margin-left: 2%;
  }
  #index #sec6 {
    padding-bottom: 10%;
  }
  #index .feed ul {
    padding-top: 2%;
  }
  #index .feed ul + ul {
    padding-top: 5%;
  }
  #index .feed a:hover {
    text-decoration: none;
  }
  #index .feed a:hover .date, #index .feed a:hover .ttl {
    text-decoration: none;
  }
  #index .feed .date {
    line-height: 18px;
    text-decoration: underline;
  }
  #index .feed .ttl {
    font-weight: 600;
    text-decoration: underline;
  }
  #index .feed .txt {
    padding-top: 5px;
    line-height: 25px;
  }
  #index .row_1 {
    padding: 5%;
  }
  #index .row_2 {
    border-top: 1px solid #21a937;
    padding: 5%;
  }
  body section.block {
    opacity: 0;
  }
  body.intro #openning {
    opacity: 1;
    z-index: 99999999;
  }
  body.visible section.block {
    opacity: 1;
  }
  #openning {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: -1;
    visibility: visible;
    transition: all 1s ease;
    display: none;
  }
  #openning:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 2px solid #21a937;
  }
  #openning .box_op {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
  }
  #openning ul li {
    position: absolute;
  }
  #openning ul li:nth-child(1) {
    top: -6px;
    left: 114px;
    width: 20px;
  }
  #openning ul li:nth-child(2) {
    top: -5px;
    left: 135px;
    width: 20px;
  }
  #openning ul li:nth-child(3) {
    top: 2px;
    left: 158px;
    width: 20px;
  }
  #openning ul li:nth-child(4) {
    top: 13px;
    left: 178px;
    width: 15px;
  }
  #openning ul li:nth-child(5) {
    top: 29px;
    left: 198px;
    width: 16px;
  }
  #openning ul li:nth-child(6) {
    top: 49px;
    left: 209px;
    width: 18px;
  }
  #openning ul li:nth-child(7) {
    top: 66px;
    left: 220px;
    width: 17px;
  }
  #openning ul li:nth-child(8) {
    top: 87px;
    left: 226px;
    width: 18px;
  }
  #openning ul li:nth-child(9) {
    top: 109px;
    left: 229px;
    width: 17px;
  }
  #openning ul li:nth-child(10) {
    top: 128px;
    left: 230px;
    width: 10px;
  }
  #openning ul li:nth-child(11) {
    top: 143px;
    left: 223px;
    width: 15px;
  }
  #openning #skip {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 25%;
    max-width: 70px;
    transform: translateX(-50%);
  }
  
  #clean{
  	width: 100%;
  	margin: 20px auto 0 auto;
  	}
  
  
  
  #text_box{
  	width:100%;
  	margin:10px auto 20px auto;
  	padding:20px 0;
      border: double 3px #000;
  }
  #text_box p.ttl{
  	font-size:26px;
  	margin-bottom: 8px;
  	letter-spacing: 2px;
  	text-align:center;
  	line-height:40px;
  	color:#000;
  	font-weight: bold;
  }
  #text_box p.txtt{
  	text-align:center;
  	font-size:17px;
  	line-height:32px;
  	color:#000;
  }
  
  
  
  #pricee a{
  	width:99%;
  	position:fixed;
  	left: 0px;
  	border: 2px solid #fff;
  	bottom:0;
  	padding: 13px 0;
  	display: block;
  	color:#fff;
  	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  	text-align: center;
  	text-decoration: none;
  	font-size: 15px;
  	background-color: #21a937;
  	-webkit-border-radius: 2px;
  	border-radius: 2px;
  	z-index:999;
  	font-weight:bold;
  }
}

/* 追記 */
@media (max-width:599px) {
  .f-txt {
    display: none;
  }
  #sec1 .img01 {
    display: none;
  }
  .column_btn a {
      display: block;
      width: 100%;
  }
  #sec5 .block:before {
    border-left: none;
  }
  #sec5 .block .feed {
    padding: 1%;
  }
  #sec5 .block .feed + .feed {
    border-top: 1px solid #21a937;
  }
  footer .col-1 {
    width: 100%;
  }
  
  footer .info {
    width: 100%;
    margin-right: 0;
    padding: 20px 0 0 0;
  }
  


}

/* みたまま編集 */
[data-element-id]#belt {
    border: 2px solid green;
    position: relative;
    display: block;
}

[data-element-id]#belt:before {
    content: "モバイル";
    background: green;
    color: #fff;
    display: block;
}

[data-element-id]#hd_top .logo {
    max-width: 300px;
}
[data-element-id] header h1 {
    position: static;
}


[data-element-id].up-d-none {
    display: inline-block;
    border: 2px solid green;
    position: relative;
}

[data-element-id].up-d-none:before {
    content: "モバイル用";
    display: block;
    background: green;
    color: #fff;
}
