@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
}

html{
  font-size: 18px;
}
*,*::before, *::after{
  box-sizing: border-box;
}

body{
  background-size: cover;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 150%;
}
.red{
  color: red;
}

/*機能*/
.func-push{
  border:1px solid #82C9B0;
}
.func-push h3{
  color: #82C9B0;
}
.func-photo{
  border:1px solid #DEA797;
}
.func-photo h3{
  color: #DEA797;
}
.func-link{
  border:1px solid #ED994B;
}
.func-link h3{
  color: #ED994B;
}
.func-coupon{
  border:1px solid #BBBADD;
}
.func-coupon h3{
  color: #BBBADD;
}
.func-log{
  border:1px solid #CBD471;
}
.func-log h3{
  color: #CBD471;
}
.func-flyer{
  border:1px solid #72B098;
  padding: 10px;
}
.func-flyer span{
  font-size: 2rem;
  color: #72B098;
  font-weight: bold;
}
.func-plus{
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #72B098;
  margin: 30px 0;
}
input[type="submit"], #historyback {
  padding: 10px;
  display: inline-block;
  border-radius: 5%;
  text-align: center;
  cursor: pointer;
  background: #999999;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  box-shadow: 2px 2px 2px #666666;
  border: 2px solid #999999;
}
input[type="submit"]:hover, #historyback:hover {
  box-shadow: none;
  color: #999999;
  background: #ffffff;
}
.artact_check{
  width: 60%;
  margin:0 auto;
  text-align: left;
}

/*   1024px 以上　　　*/
@media (min-width: 1280px){
  .kanban{
    padding-top: 60px;
  }
  .kanban-img{ 
    width: 1024px;
    margin: 0 auto;
    position: relative;
  }

  .contents-area{
    width: 1024px;
    margin: 0 auto;
    padding: 30px;
  }
  .flex-container{
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
  }
  .flex-center{
    justify-content:center;
  }
  .flex-between{
    justify-content: space-between;
  }
  .flex-item{

  }
  .comment{
    font-size: .8rem;
  }
  /*トップロゴ部分*/
  .header{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;
    padding: 10px 0;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.07);
  }
  .header-area{
    width: 1024px;
    margin: 0 auto;
  }
  .header-btn{
    width: 250px;
  }
  .header-btn a{
    padding: 10px;
    color: #fff;
    background: #F30;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    border-radius: 5px;

  }
  .header-btn a span{
    font-size: 1.3rem;
    color:#fc9;
    font-weight: bold;
  }
  .logo-artact{
    font-size: 0.6rem;
    line-height: 0.5rem;
  }
  .problems{
    background: #fff;
    color: #000;
    padding: 80px 30px;
    width: 1024px;
    margin: 0 auto;
  }
  .problems h2 {
    position: relative;
    padding: .5em .75em;
    background-color: #fff;
    border: 3px solid #82C9B0;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .problems h2:before,
  .problems h2:after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
  }
  .problems h2:before {
    border-top: 15px solid #82C9B0;
  }
  .problems h2:after {
    margin-top: -5px;
    border-top: 15px solid #fff;
  }
  .problems ul{
    list-style: none;
  }
  .problems li{
    text-align: left;
  }
  .problems h3{
    border-bottom: 5px solid #82C9B0;
    font-size: 1.5rem;
  }
  .problems p{
    margin: 10px 0;
    line-height: 200%;
  }
  .problem1 h3:after{
    content: url(../images/problems1.png);
    margin-left: 100px;
  }
  .problem2 h3:after{
    content: url(../images/problems2.png);
    margin-left: 50px;
  }
  .problem3 h3:after{
    content: url(../images/problems3.png);
    margin-left: 100px;
  }


  /*about*/
  .about{
    background: #f3f0ed;
    padding: 50px 0;
    width: 100%;
  }
  .about h2{
    color: #00A67E;
    display: inline-block;
    font-size: 1.5rem;
    border-top: 2px solid #00A67E;
    border-bottom: 2px solid #00A67E;
    padding: 10px 20px;
    margin: 50px 0;
    line-height: 2rem;
  }
  .about .flex-item:first-child{
    width: 60%;
    text-align: left;
    margin-right: 100px;
  }
  .about .comment{
    margin-top: 50px;
  }


  /*functions*/
  .functions{

  }
  .functions h2{
    display: inline-block;
    font-size: 1.8rem;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 20px;
    margin: 50px 0;
  }
  .function{
    width: 60%;
    margin: 10px auto;
    padding: 20px;
    text-align: left;
  }
  .function ul{
    //list-style: none;
    margin-left: 30px;
  }
  .function img{
    max-width: 100%;
  }
  .function .flex-item:first-child{
    width: 40%;
  }
  .function .flex-item:last-child{
    width: 60%;
  }
  .function h3{
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .func-flyer{
    text-align: center;
    line-height: 2rem;
    margin-bottom: 30px;
  }
  .contact{
    background: #82C9B0;
    padding-bottom: 30px;
  }
  .contact h2{
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 20px;
    margin: 50px 0;
  }
  .contact input, .contact textarea{
    width: 60%;
    margin: 0 0 20px 0;
  }


  input[type="submit"], #historyback {
    width: 300px;
    margin: 0 auto;
  }

.footer{
  background: #ccc;
  padding: 20px;
  font-size: .8rem;
  line-height: 150%;
}

.functions .function {
  position: relative;
}

}


@media (min-width: 768px) and (max-width: 1279px){
  .kanban{
    padding-top: 80px;
  }
  .kanban-img{ 
    width: 100%;
    position: relative;
  }
    .kanban img{ max-width: 100%; }

  .contents-area{
    margin: 0 auto;
    padding: 30px;
  }
  .flex-container{
    display: flex;
    flex-wrap: wrap;
    margin:20px 0;
  }
  .flex-center{
    justify-content:center;
  }
  .flex-between{
    justify-content: space-between;
  }
  .flex-item{

  }
  .comment{
    font-size: .8rem;
  }
  /*トップロゴ部分*/
  .header{
    position: fixed;

    background: #fff;
    z-index: 1000;

    box-shadow: 0 2px 1px 0 rgba(0,0,0,.07);
    -webkit-box-sizing: border-box; /* Webkit系用 */
    -moz-box-sizing: border-box;     /* Firefox用 */
    box-sizing: border-box;           /* 標準 */
    width: 100%;
  }
  .header-area{


  }
  .header-btn{

  }
  .header-btn a{
    padding: 10px;
    color: #fff;
    background: #F30;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    border-radius: 5px;

  }
  .header-btn a span{
    font-size: 1.3rem;
    color:#fc9;
    font-weight: bold;
  }
  .logo-artact{
    font-size: 0.6rem;
    line-height: 0.5rem;
  }

  .problems{
    background: #fff;
    color: #000;
    padding: 80px 30px;
    width: 100%;
    margin: 0 auto;
  }
  .problems h2 {
    position: relative;
    padding: .5em .75em;
    background-color: #fff;
    border: 3px solid #82C9B0;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .problems h2:before,
  .problems h2:after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
  }
  .problems h2:before {
    border-top: 15px solid #82C9B0;
  }
  .problems h2:after {
    margin-top: -5px;
    border-top: 15px solid #fff;
  }
  .problems ul{
    list-style: none;
  }
  .problems li{
    text-align: left;
  }
  .problems h3{
    border-bottom: 5px solid #82C9B0;
    font-size: 1.5rem;
  }
  .problems p{
    margin: 10px 0;
    line-height: 200%;
  }
  .problem1 h3:after{
    content: url(../images/problems1.png);
    margin-left: 30px;
  }
  .problem2 h3:after{
    content: url(../images/problems2.png);
    margin-left: 50px;
  }
  .problem3 h3:after{
    content: url(../images/problems3.png);
    margin-left: 80px;
  }


  /*about*/
  .about{
    background: #f3f0ed;
    padding: 50px 0;
    width: 100%;
  }
  .about h2{
    color: #00A67E;
    display: inline-block;
    font-size: 1.5rem;
    border-top: 2px solid #00A67E;
    border-bottom: 2px solid #00A67E;
    padding: 10px 20px;
    margin: 50px 0;
    line-height: 2rem;
  }
  .about .flex-item:first-child{
    width: 60%;
    text-align: left;
    margin-right: 100px;
  }
  .about .comment{
    margin-top: 50px;
  }


  /*functions*/
  .functions{

  }
  .functions h2{
    display: inline-block;
    font-size: 1.8rem;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 20px;
    margin: 50px 0;
  }
  .function{
    width: 95%;
    margin: 10px auto;
    padding: 20px;
    text-align: left;
  }


  .function ul{
    //list-style: none;
    margin-left: 30px;
  }
  .function img{
    max-width: 100%;
  }
  .function .flex-item:first-child{
    width: 40%;
  }
  .function .flex-item:last-child{
    width: 60%;
  }
  .function h3{
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
  .func-flyer{
    text-align: center;
    line-height: 2rem;
    margin-bottom: 30px;
  }

  .contact{
    background: #82C9B0;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box; /* Webkit系用 */
    -moz-box-sizing: border-box;     /* Firefox用 */
    box-sizing: border-box;           /* 標準 */
  }
  .contact h2{
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 20px;
    margin: 50px 0;
  }
  .contact input, .contact textarea{
   width: 90%;
   margin: 0 0 20px 0;
 }
  input[type="submit"], #historyback {
    width: 90%;
  }
.footer{
  background: #ccc;
  padding: 20px;
  font-size: .8rem;
  line-height: 150%;
    -webkit-box-sizing: border-box; /* Webkit系用 */
    -moz-box-sizing: border-box;     /* Firefox用 */
    box-sizing: border-box;           /* 標準 */
}

.functions .function {
  position: relative;
}
}


/*     767px 以下      */
@media (max-width: 767px){

  img{ max-width: 100%; }

  /*カンバン*/
  .kanban{
    padding-top: 50px; 
  }
  .kanban-img{ 
    width: 100%;
  }

  .contents-area{
    width: 100%;
    padding: 20px;
  }
  .flex-container{
    display: flex;
    flex-wrap: wrap;
    
  }
  .flex-center{
    justify-content:center;
  }
  .flex-between{
    justify-content: space-between;
  }

  .comment{
    font-size: .8rem;
  }

  /*トップロゴ部分*/
  .header{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 1000;

    //box-shadow: 0 2px 1px 0 rgba(0,0,0,.07);
  }
  .header-area{
    width: 100%;
    padding: 5px;
  }
  .logo-fukuda{
    width: 45%;
    text-align: center;
  }
  .header-btn{

  }
  .header-btn a{
    padding: 5px;
    color: #fff;
    background: #F30;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: block;
    border-radius: 5px;
    font-size: 1.0rem;

  }
  .header-btn a span{
    font-size: 1.3rem;
    color:#fc9;
    font-weight: bold;
  }
  .logo-artact{
    font-size: 0.6rem;
    line-height: 0.5rem;
    display: none;
  }



  .problems{
    background: #fff;
    color: #000;
    padding: 20px 20px;
    margin: 20px auto;
  }
  .problems h2 {
    position: relative;
    padding: .5em .75em;
    background-color: #fff;
    border: 3px solid #82C9B0;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .problems h2:before,
  .problems h2:after {
    position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    height: 0;
    width: 0;
    border: 10px solid transparent;
  }
  .problems h2:before {
    border-top: 15px solid #82C9B0;
  }
  .problems h2:after {
    margin-top: -5px;
    border-top: 15px solid #fff;
  }
  .problems ul{
    list-style: none;
  }
  .problems li{
    text-align: left;
  }
  .problems h3{
    border-bottom: 5px solid #82C9B0;
    font-size: 1.2rem;
  }
  .problems p{
    margin: 20px 0;
    line-height: 130%;
  }



  /*about*/
  .about{
    background: #f3f0ed;
    padding: 20px 0;
  }
  .about h2{
    color: #00A67E;
    display: inline-block;
    font-size: 1.5rem;
    border-top: 2px solid #00A67E;
    border-bottom: 2px solid #00A67E;
    padding: 10px 20px;
    margin: 20px 0;
    line-height: 2rem;
  }
  .about .flex-item{
    width: 100%;
    text-align: left;
  }
  .about .flex-item:last-child{
    text-align: center;
  }
  .about .comment{
    margin-top: 20px;
  }


  /*functions*/
  .functions{

  }
  .functions h2{
    display: inline-block;
    font-size: 1.8rem;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 20px;
    margin: 30px 0 10px 0;
  }
  .function{
    width: 95%;
    margin: 20px auto;
    padding: 20px;
    text-align: left;
    font-size: .8rem;
  }
  .function ul{
    margin-left: 20px;
  }
  .function img{
    max-width: 100%;
  }
  .function .flex-item:first-child{
    width: 100%;
    text-align: center;
  }
  .function .flex-item:last-child{
    width: 100%;
  }
  .function h3{
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .func-flyer{
    text-align: center;
    line-height: 2rem;
    margin-bottom: 30px;
  }

  .contact{
    background: #82C9B0;
    padding-bottom: 30px;
  }
  .contact h2{
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 20px;
    margin: 50px 0;
  }
  .contact input, .contact textarea{
   width: 90%;
   margin: 0 0 20px 0;
 }
  input[type="submit"], #historyback {
    width: 90%;
  }
.footer{
  background: #ccc;
  padding: 20px;
  font-size: .8rem;
  line-height: 150%;
}



}
