 /*ナビゲーションバー*/
 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



#wrapper {
    overflow: hidden;
  }


nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: #ffffff;
}



.nav-links{
    display: flex;
    justify-content: space-around;
    width: 80%;
    transition: all 0.5s ease-in-out;
}

.nav-links li{
    list-style: none;
}

.nav-links a{
    text-decoration: none;
    color: black;
    font-weight: bold;

}

.nav-links :hover{
    color: #039be5;

}

.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 3px;
    background-color: rgb(0, 0, 0);
    margin: 5px;
    transition: all 0.5s ease-in-out;
}

.nav-active{
    transform: translateX(0%) !important;
}



@media screen and (max-width: 950px) {
    
    body{
        overflow-x: hidden;
    }
    
    .nav-links{
       position: absolute;
       z-index: 20;
       right: 0;
       height: 92vh;
       top: 8vh;
       background-color: #ffffff;
       flex-direction: column;
       align-items: center;
       width: 30%;
       transform: translateX(100%);
    }
    
    .nav-links li{
        opacity: 0;
    }

    .burger{
        display: block;
    }
}

@keyframes navLinksFade{
    0%{
        opacity: 0;
        transform: translateX(50px);
    }
    100%{
         opacity: 1;
    }

}

.toggle .line1{
    transform: rotate(-405deg) translate(-5px, 6px);
}
.toggle .line2{
    opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px, -6px);
}
 


/*スライダー*/

.swiper{
    width: 50rem;
    height: 30rem;

}
@media only screen and (max-width: 800px) {
    .swiper{
        width: 40rem;
        height: 20rem;
    }
}
.swiper img{
    width: 50rem;
    height: 30rem;
}
@media only screen and (max-width: 800px) {
    .swiper img{
        width: 40rem;
        height: 20rem;
    }
}

/*お知らせ*/

a {
    text-decoration: none;
    color: #333;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news {
  padding:  0;
}

.inner {
  width: 100%;
  float: center;
  background-color: #fff;
  margin: center;
  padding: 65px 0 100px;
}

.sub_ttl {
  font-size: 30px;
  text-align: center;
  margin-left: 100px;
  margin-bottom: 40px;
}

.button1 {
    display: block;
    margin:0 auto;
    width: 12rem;
    height: 3rem;
    padding: 1rem;
    background: #77787a;
    color: #FFF;
    text-align: center;
    letter-spacing: .1rem;
    text-decoration: none;
    font-size: 14px;
  }

/*電話番号*/

.webreakBox_content3021 .container .telLink {
    font-size: 2rem;
    padding: 0.2rem 0 0;
}

@media only screen and (max-width: 600px) {
    .webreakBox_content3021 .container  .telLink {
        font-size: 1.2rem;
        padding: 0.2rem 0 0;
        padding-top: 1rem;
    }
}


.c2-recommend-white .c2-txB {
    color: #f9f9f9;
}
.button2 {
    display: block;
    float: left;
    margin-left: 3rem;
    width: 12rem;
    height: 6rem;
    padding: 1rem;
    background: #77787a;
    color: #FFF;
    text-align: center;
    letter-spacing: .1rem;
    text-decoration: none;
    font-size: 20px;
  }
.container h2{
    margin-left: 3rem;
    font-size:2rem ;  
}
@media only screen and (max-width: 900px) {
    .container h2{
        padding-top: 0.5rem;
        font-size:1.5rem ;  
    }
}
@media only screen and (max-width: 600px) {
    .container h2 {
        padding-top: 1rem;
        font-size:1rem ;  
    }
}

 a{
    text-decoration: none;
    color: inherit;
    display: inline-block;
   
}
.hoverable, a {
    cursor: pointer;
}
a {
    color: #039be5;
    text-decoration: none;
}
.waves-effect, a {
    -webkit-tap-highlight-color: transparent;
}
*, .row .col, :after, :before {
    box-sizing: border-box;
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.webreakBox_content3021 .container {
    text-align: center;
}
.c1-recommend-green, .c1-recommend-green .c1-B {
    margin-top: 10px;
    height:6rem;
    background-color: #aab6ab;
    color: #f1f1f1;
    border: #f1f1f1;
    stroke: #f1f1f1;
    fill: #aab6ab;
}


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


/* お知らせ */

.news_list {
  margin: 0 5%;
}

.news_list_item {
  padding: 25px 0;
  border-bottom: 1px solid #E6E6E6;
}

.news_list_item p {
    color: #000;
}

.news_list_item time{
    color: #000;
}

.news_list_item:first-child {
  border-top: 1px solid #E6E6E6;
}
.news_list_item a {
 position: relative;
 display: flex;
 padding-right: 30px;
}

.news_list_date {
  font-size: 15px;
  display: flex;
  margin-right: 15px;
  align-items: center;
}

.news_item {
  background: #a2a8f6;
  border-radius: 14px;
  width: 6em;
  text-align: center;
  margin-left: 20px;
}

.arrow {
  width: 25px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: 0;
}

.arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #707070;
  transform: rotate(45deg);
  position: absolute;
  right: 0px;
  bottom: 2px;
}

@media screen and (max-width: 1024px) {
    .news_list_item a {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .news_list_item a  {
        font-size: 14px;
    }

}
@media screen and (max-width: 480px) {
    .arrow {
        display: none;
    }
    .news_list_item a {
        padding-right: 0;
    }
}

h1{
  margin-top: 10px;
  font-size: 40px;
 
}

.head-border {
    display: flex;
    align-items: center;
}

.head-border:before,
.head-border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.head-border:before {
    margin-right: 1rem;
}

.head-border:after {
    margin-left: 1rem;
}



.autoplay-slider{
    display: flex;
    min-width: 100%;
    width: min-content;
    animation: 20s linear infinite sliderAnimation;
    
  }
  .slide{
    height: 200px;
    width: 400px;
    margin: 20px;
    position: relative;
    
    
  } 
.slide img{
    height: 200px;
    width: 400px;
    margin: 20px;
    position: relative;
   
}
  @keyframes sliderAnimation {
    100% {
      transform: translateX(-50%);
    }
  }
/*HOT CRAFTの強み*/
.appeal{
    margin-top: 2rem;
    margin-right: 5rem;
    margin-left: 5rem;
    text-align: left;
    margin-bottom: 3rem;
}
.button3 {
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    width: 20rem;
    height: 3rem;
    padding: 1rem;
    background: #77787a;
    color: #FFF;
    text-align: center;
    letter-spacing: .1rem;
    text-decoration: none;
    font-size: 1rem;
  }

/*サービス*/
.flex_test-box {
    background-color: #ffffff;     /* 背景色指定 */
    border-radius: #000;
    margin-top: 100px;
    margin-bottom: 10px;
    padding:  10px;             /* 余白指定 */
    height: auto;              /* 高さ指定 */
    align-items:stretch;        /* 縦の位置指定 */
    display: flex;/* フレックスボックスにする */
    flex-wrap: nowrap;            /* 折り返し指定 */
    align-content:stretch; 
    justify-content:center;     /* 折り返し時の配置指定 */
}

@media only screen and (max-width: 800px) {
    .flex_test-box {
        flex-wrap: wrap;
    }
}


.flex_test-item {

    padding: 10px;
    color:  #000000;               /* 文字色 */
    margin:  10px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    font-size:  20px;           /* 文字サイズ */
    width: 300px;               /* 幅指定 */
    text-align:  center;        /* 文字中央揃え */
}



.flex_test-item:nth-child(1) {
    background-color:  #fff; /* 背景色指定 */
}

.flex_test-item:nth-child(2) {
    background-color:  #fff; /* 背景色指定 */
}

.flex_test-item:nth-child(3) {
    background-color: #fff; /* 背景色指定 */
}

.flex_test-item:nth-child(4) {
    background-color:  #fff; /* 背景色指定 */
}

.icon {
    margin: 1rem;
    width: 12rem;
    height: 12rem;
    object-fit: cover; 
}

.button4 {
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 20rem;
    height: 3rem;
    padding: 1rem;
    background: #77787a;
    color: #FFF;
    text-align: center;
    letter-spacing: .1rem;
    text-decoration: none;
    font-size: 1rem;
  }

.button1:hover{
    background-color: #039be5 ;
    color: white;
    opacity: 0.6;
    cursor: pointer;
}
.button:hover{
    background-color: #039be5 ;
    color: white;
    opacity: 0.6;
    cursor: pointer;
}
.button3:hover{
    background-color: #039be5 ;
    color: white;
    opacity: 0.6;
    cursor: pointer;
}
.button4:hover{
    background-color: #039be5 ;
    color: white;
    opacity: 0.6;
    cursor: pointer;
}
.button5:hover{
    background-color: #039be5 ;
    color: white;
    opacity: 0.6;
    cursor: pointer;
}
  
/*質問*/

  #QandA-1 {
    
	background-color: #e5e5e5;;
    margin:  0 auto; 
    height: auto; 
    width: 90%;
	font-size: 14px; /*全体のフォントサイズ*/
    margin-bottom: 100px;
}
#QandA-1 dt { 
	color: #000000; /* 「Q」タイトルの文字色 */
    padding: 8px;
	border-radius: 2px;
}
#QandA-1 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-1 dd {
    background-color: white;
	margin: 24px 0px 40px 0px;
	line-height: 140%;
	text-indent: 0px;
}
#QandA-1 dd:before {
	content: "A.";
    color: black;
    background-color: #ffffff;
	font-weight: bold;
	margin-right: 10px;
}

.button5 {
    display: block;
    margin: 0 auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 20rem;
    height: 3rem;
    padding: 1rem;
    background: #77787a;
    color: #FFF;
    text-align: center;
    letter-spacing: .1rem;
    text-decoration: none;
    font-size: 1rem;
  }

 /* ボタン全体 */
 /***トップへ戻るボタン***/
#page-top {
    display: block;
    font-weight: bold;
    padding: .7em;
    text-align: center;
    background: #fff; /*背景色*/
    color: #666; /*文字色*/
    transition: .3s;
}
/***マウスオーバー時***/
#page-top:hover {
    background: #666; /*背景色*/
    color: #fff; /*文字色*/
}
   

  /*フッター*/

  .footer07 {
    color: #808080;
    background: #e5e5e5;
    padding: 30px;
   }
   .footer07 a {
    color: #808080;
    text-decoration: none;
   }
   .footer07 li a:hover {
    text-decoration: underline;
   }
   .footer07 .wrap {
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
   }
   .footer07 .wrap h3 {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px #c4c4c4 solid;
   }
   .footer07 .wrap p {
    margin: 0;
    padding: 0 0 20px 0;
   }
   .footer07 .wrap .box:first-child {
    width: 30%;
   }
   .footer07 .wrap .box:nth-child(2) {
    width: 65%;
   }
   .footer07 .wrap .box ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style: none;
   }
   .footer07 .wrap .copyright {
    width: 100%;
    padding: 20px 0 0 0;
   }
   
   @media only screen and (max-width: 880px) {
   .footer07 .wrap {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
   }
   .footer07 .wrap h3 {
    border: none;
   }
   .footer07 .wrap .box:first-child,
   .footer07 .wrap .box:nth-child(2) {
    width: 100%;
   }
   .footer07 .wrap .box ul {
    border-top: 1px #c4c4c4 solid;
   }
   .footer07 .wrap .box ul li a {
    display: block;
    padding: 5px 15px;
    border-bottom: 1px #c4c4c4 solid;
   }
   }