@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/

/*メインビジュアル*/
#mv{
  display: flex;
  align-items: center;
}
#mv #logo{
  width: 25%;
  padding: 0 20px;
}
#mv #logo a{
  display: block;
  text-align: center; 
}
#main_wrap{
  position: relative;
  width: 75%;
}
#main_wrap .main_sld{
  overflow: hidden;
}
#main_wrap .main_img{
  width: 100%;
  height: 100dvh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.main_img.img01{background-image: url(../images/main_img01.jpg);}
.main_img.img02{background-image: url(../images/main_img02.jpg);}
.main_img.img03{background-image: url(../images/main_img03.jpg);}
.main_img.img04{background-image: url(../images/main_img04.jpg);}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 5s linear 0s normal both;
}
#main_wrap .main_ttl{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 790px;
  width: 90%;
}
#main_wrap .main_ttl h2{
margin-bottom: 40px;
font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
color: #FFFFFF;
font-size: 6.0rem;
}
#main_wrap .main_ttl p{
  color: #FFFFFF;
  font-size: 2.0rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  }
  #main_wrap .img02 .main_ttl h2,  #main_wrap .img02 .main_ttl p{
    font-family: "Crimson Text", serif;
    }
.pickup_news{
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 780px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
} 
.pickup_news::before{
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
border-width: 0px 0px 70px 40px;
border-color: transparent transparent #ffffff transparent;

}
.pickup_news dt{
  width: 35%;
  padding: 1em 20px 1em 30px;
  display: flex;
  align-items: center;
}
.pickup_news dt .date{
margin-right: 10px;
}  
.pickup_news dd{
  width: 65%;
  padding: 1em 0;
} 
.pickup_news dd a{
  display: block;
  position: relative;
  padding-right: 40px;
}
.pickup_news dd a::before{
  content: "\f054";
  position:absolute;
  top:50%;
  right:20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index:1;
  font-family: FontAwesome;
}
@media screen and (max-width: 1000px){
.pickup_news{
    display: none;
  }
  #main_wrap .main_ttl{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 600px;
    width: 90%;
  }
  #main_wrap .main_ttl h2{
    margin-bottom: 20px;
    font-size: 3.0rem;
    }
    #main_wrap .main_ttl p{
      font-size: 1.6rem;
      }

}

@media screen and (max-width: 768px){
  .main_img.img01{background-image: url(../images/main_img01_sp.jpg);}
  .main_img.img02{background-image: url(../images/main_img02_sp.jpg);}
  .main_img.img03{background-image: url(../images/main_img03_sp.jpg);}
  .main_img.img04{background-image: url(../images/main_img04_sp.jpg);}
  #main_wrap .main_ttl{

  }
}
@media screen and (max-width: 550px){
  #main_wrap .main_img{
    width: 100%;
    height: 100dvh;
  }
  #main_wrap .main_ttl h2{
    margin-bottom: 20px;
    font-size: 2.4rem;
    }
  #main_wrap .main_ttl p{
    font-size: 1.4rem;
    }
}

/*-------------------------------------*/
/*	 about  */
/*-------------------------------------*/

#about {

}
#about .about_box{
  display: flex;
  justify-content: space-between;
}
#about .about_box .about_ttl{
  width: 25%;
  padding: 60px 20px 0 20px;
  text-align: center;
}
#about .about_box .txt{
  width: 75%;
}
#about h2,#whats h2{
  font-size: 4.0rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#about h2 span,#whats h2 span{
  font-size: 2.0rem;
  font-family: "Crimson Text", serif;
  display: block;
}
#about h3,#whats h3{
  line-height: 1.5;
  font-size: 4.8rem;
  margin-bottom: 20px;
}
#about p,#whats p{
  margin-bottom: 20px;
}

h3.jp,p.jp{
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
h3.en,p.en{
  font-family: "Crimson Text", serif;
}
.about_box02{
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px;
  position: relative;
  margin-top: 80px;
}
.about_box02 h2{
color: #CED7DC;
background-color: #3E3A3A;
display: inline-block;
font-size: 2.0rem!important;
margin-bottom: 0!important;
line-height: 45px!important;
padding: 0 10px;
height: 45px;
position: absolute;
left: 0;
top: -45px;
}
.about_box02 h2::before{
  content: "";
  position: absolute;
  right: -30px;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
border-width: 45px 0px 0px 30px;
border-color: transparent transparent transparent #3E3A3A;
  }
  .about_box02 dl{
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
    .about_box02 dl dt{
      width: 30%;
      }
      .about_box02 dl dd{
        width: 68%;
        }
        .about_box02 dl dd p{
        font-size: 1.4rem;
          }
          .about_box02 dl dd p:last-of-type{
          margin-bottom: 0!important;
              }
@media screen and (max-width: 1280px) {
  #about h2,#whats h2{
    font-size: 2.6rem;
  }
  #about h2 span,#whats h2 span{
    font-size: 1.8rem;
  }
  #about h3,#whats h3{
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 1000px) {
  .about_box02{
    padding: 20px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  #about h2,#whats h2{
    font-size: 2.0rem;
  }
  #about h2 span,#whats h2 span{
    font-size: 1.4rem;
  }
  #about h3,#whats h3{
    font-size: 2.4rem;
  }

  #about .about_box{
   flex-direction: column;
  }
  #about .about_box .about_ttl{
   display: none;
  }
  #about .about_box .txt{
    width: 100%;
  }

}
@media screen and (max-width: 550px) {
  .about_box02 h2{
    font-size: 1.6rem!important;
    }
      .about_box02 dl{
      flex-direction: column;
        }
        .about_box02 dl dt{
          width: 100%;
          margin-bottom: 20px;
          text-align: center;
          }
          .about_box02 dl dd{
            width: 100%;
            }
}
/*-------------------------------------*/
/*	whats   */
/*-------------------------------------*/
.bg_whats{
  width: 100%;
  height: 550px;
  background-image: url(../images/about_img03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#whats {
  background-image: url(../images/bg_black.png);
  color: #FFFFFF;
}
#whats h2{
  color: #CED7DC;
}
#whats h3{
  color: #CED7DC;
}
#whats .whats_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: center;
}
#whats .whats_box:last-of-type{
  margin-bottom: 0;
}
#whats .whats_box:first-of-type .txt{
width: 60%;  
}
#whats .whats_box:first-of-type .img{
  width: 35%;  
  }
  #whats .whats_box:nth-last-child(2) {
   flex-direction: row-reverse;
    }
  #whats .whats_box:nth-last-child(2) .txt{
    width: 50%;  
    }
    #whats .whats_box:nth-last-child(2) .img{
      width: 45%;  
      }

      #whats .whats_box:last-of-type .txt{
        width: 65%;  
        }
        #whats .whats_box:last-of-type .img{
          width: 30%;  
          }
@media screen and (max-width: 991px) {
  #whats .whats_box{
flex-direction: column;
  }
  #whats .whats_box .img{
   text-align: center; 
    }
  #whats .whats_box:first-of-type .txt{
  width: 100%;  
  }
  #whats .whats_box:first-of-type .img{
    width: 100%; 
    }
    #whats .whats_box:nth-last-child(2) {
     flex-direction: column;
      }
    #whats .whats_box:nth-last-child(2) .txt{
      width: 100%;  
      }
      #whats .whats_box:nth-last-child(2) .img{
        width: 100%;  
        }
  
        #whats .whats_box:last-of-type .txt{
          width: 100%;  
          }
          #whats .whats_box:last-of-type .img{
            width: 100%;  
            }
}
@media screen and (max-width: 768px) {
  .bg_whats{
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 550px) {
}


/*-------------------------------------*/
/*	items  */
/*-------------------------------------*/
#items{
  background-color: #FFFFFF;
}
.item_box img{
  margin: 0 auto 15px auto;
}
.item_box h3{
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.item_box h3 span{
  font-size: 1.8rem;
  font-family: "Crimson Text", serif;
  display: block;
  color: #9E9E9E;
}
.item_box p{
  font-size: 1.6rem;
  margin-bottom: 10px;
}

a.bt_cart{
  background-color: #E6E5EF;
  color: #3E3A3A;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.6em 50px;
  border-radius: 50px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
a.bt_cart::before{
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/ico_cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.bt_cart:hover{
  opacity: 0.7;
}


@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  .item_box img{
    margin: 0 auto 10px auto;
  }
  .item_box h3{
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .item_box h3 span{
    font-size: 1.6rem;
    font-family: "Crimson Text", serif;
    display: block;
    color: #9E9E9E;
  }
  .item_box p{
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  a.bt_cart{
    font-size: 1.3rem;
    padding: 0.6em 15px 0.6em 40px;
  }
  a.bt_cart::before{
    width: 20px;
    height: 20px;
    top: 50%;
    left: 15px;
  }
}
@media screen and (max-width: 550px) {

}
/*-------------------------------------*/
/*	top shop   */
/*-------------------------------------*/
#shop{
  background-color: #FFFFFF;
  background-image: url(../images/bg_shop01.png),url(../images/bg_shop02.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat,no-repeat;
  background-size: 100%, 100%;
}
#shop h3{
  font-size: 3.2rem;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
#shop .caption{
max-width: 600px;
margin: 0 auto 40px auto;
}
.shop_info{
  padding: 40px;
  background-color: #FFFFFF;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.shop_info h4{
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 20px;
}
.shop_info dl{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.8rem;
}
.shop_info dl dt{
  width: 40%;
  border-right: 1px solid #3E3A3A;
  text-align: center;
  font-weight: 400;
}
.shop_info dl dd{
  width: 60%;
  margin-bottom: 10px;
  padding-left: 20px;
}
.shop_info dl dd a{
  text-decoration: underline;
}
.shop_info dl dd:last-of-type{
  margin-bottom: 0;
}
.map{
  background-color: #cfcfcf;
  width: 100%;
  height: 350px;
}
.map h2{
  text-align: center;
  line-height: 350px;

}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #shop h3{
    font-size: 2.0rem;
    margin-bottom: 20px;
  }
  .shop_info{
    padding: 20px;
  }
  .shop_info h4{
    font-size: 2.4rem;
  }
  .shop_info dl{
    font-size: 1.4rem;
  }
  .shop_info dl dt{
    width: 35%;
  }
  .shop_info dl dd{
    width: 65%;
  }
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	news   */
/*-------------------------------------*/
#news {
  
}

@media screen and (max-width: 768px) {


}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	instagram   */
/*-------------------------------------*/
#instagram {
  background-image: url(../images/bg_instagram.png);
  text-align: center;
  color: #FFFFFF;
  background-position: center;
  background-size: cover;
}
#instagram .ttl::before{
  background-color: #FFFFFF;
}

@media screen and (max-width: 768px) {


}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	サブタイトル	*/
/*-------------------------------------*/
#sub_wrap{
  display: flex;
  align-items: center;
}
#sub_wrap #logo{
  width: 25%;
  padding: 0 20px;
}
#sub_wrap #logo a{
  display: block;
  text-align: center; 
}
#sub_wrap #logo a img{
  height: 300px;
}
#subimg{
  width: 75%;
  height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#subimg.sub_news{
 background-image: url(../images/subimg_news.jpg);
}
#subimg.sub_contact{
  background-image: url(../images/subimg_contact.jpg);
 }
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 768px) {
  #sub_wrap #logo a img{
    height: 150px;
  }
  #subimg{
    width: 75%;
    height: 200px;
  }
}
@media screen and (max-width: 550px) {
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.ttl{
  text-align: center;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  line-height: 1;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.ttl::before{
  content: "";
  width: 100px;
  height: 1px;
  background-color: #3E3A3A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.ttl span{
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  font-family: "Shippori Mincho B1", serif;
}
.sub_ttl{
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
}
.sub_ttl span{
  font-size: 2.4rem;
  font-weight: 400;
  display: block;
  margin-top: 20px;
  font-family: "Shippori Mincho B1", serif;
}
hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 1px solid #3E3A3A;
}

a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
.img_radius20 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
  .ttl{
    text-align: center;
    font-size: 2.6rem;
  }
  .ttl span{
    font-size: 2.0rem;
  }
  .sub_ttl{
    text-align: center;
    font-size: 2.2rem;
  }
  .sub_ttl span{
    font-size: 1.8rem;
  }

}
@media screen and (max-width: 550px) {
  #service .page_ttl{
    font-size: 2.4rem;
  }
}
/*-------------------------------------*/
/*	お知らせ一覧	*/
/*-------------------------------------*/
/*一覧*/
.news_box{
  background-color: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
ul.cat_list{
  text-align: center;
  margin-bottom: 20px;
}
ul.cat_list li{
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.cat_list li:last-child{
  margin-right: 10px;
}
ul.cat_list li a{
  background-color: #E6E5EF;
  font-size: 1.8rem;
  display: inline-block;
  border-radius: 50px;
  padding: 0.5em 1em;
  border: 1px solid #3E3A3A;
}
ul.cat_list li a span{
  font-size: 1.4rem;
  margin-left: 5px;
}
ul.cat_list li a:hover{
  background-color: #3E3A3A;
  color: #FFFFFF;
}
.news_box .inner{
  padding: 20px;
}
.news_box .inner p{
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_box .inner p span.date{
width: 40%;
}
.news_box .inner p span.cat{
  }
span.date{
  font-family: "Crimson Text", serif;
  color: #686868;
}
.news_box .inner h3{
  line-height: 1.5;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 768px) {
  .news_box .inner{
    padding: 10px;
  }
  .news_box .inner p span.date{
    font-size: 1.2rem;
    }
    .news_box .inner p{
      margin-bottom: 5px;
    }
    .news_box .inner h3{
    font-size: 1.4rem;
    }
  ul.cat_list li a{
    background-color: #E6E5EF;
    font-size: 1.4rem;
    display: inline-block;
    border-radius: 50px;
    padding: 0.5em 0.5em;
    border: 1px solid #3E3A3A;
  }
  ul.cat_list li a span{
    font-size: 1.2rem;
    margin-left: 5px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お知らせ　詳細	*/
/*-------------------------------------*/
/*　新着　*/
#news .caption{
  font-weight: 400;
  margin-bottom: 10px;

}
#single .date {
  font-size: 1.4rem;
  margin-right: 10px;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
/*-------------------------------------*/
/*	投稿　共通	*/
/*-------------------------------------*/

/* カテゴリーラベル */
.cat {
  color: #FFFFFF!important;
  text-align: center;
  display: inline-block;
  padding: 0.5em 0.5em;
  font-size: 1.2rem;
  line-height: 1;
  background: #3E3A3A;
	border-radius: 5px;
}
a.cat:hover {
  opacity: 0.7;
}






/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
/*ページネーション*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
  font-size: 100%;
}
.wp-pagenavi a {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  color: #3E3A3A !important;
  background: #FFFFFF;
  border: 1px solid #3E3A3A;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  font-weight: 600;
}
.wp-pagenavi span {
  color: #1E5482;
}
.wp-pagenavi span.current {
  text-decoration: none !important;
  padding: 1em 1.2em !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #3E3A3A;
  color: #FFFFFF;
  background: #3E3A3A;
  font-size: 1.6rem;
  font-style: italic;
  font-weight: 600;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #3E3A3A !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #3E3A3A;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #3E3A3A;
  padding: 1em 1.2em !important;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .previouspostslink, .nextpostslink {
    font-size: 1.4rem;
  }
  .cat {
    padding: 0.5em 0.5em;
    font-size: 1.0rem;
  }
}
/*-------------------------------------*/
/*	フォーム	*/
/*-------------------------------------*/
.form_area{

}
.form_area h4 {
  margin-top: 40px !important;
  position: relative;
  border: none !important;
  padding: 0 !important;
  background: none !important;
  font-size: 2.0rem;
}
.submit_btn_wrap {
  position: relative;
  width: 220px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn {
  width: 100%;
  padding: 1em 1.5em;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: 2px solid #000000;
  background: #000000;
  border-radius: 50px;
  color: #FFFFFF;
}
.submit_btn:hover {
  background: #FFFFFF;
  text-decoration: none;
  color: #000000;
}
.back_btn {
  width: 100%;
  height: 35px;
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  font-size: 100%;
  text-align: center;
  background: #AAAAAA;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 35px;
}
.back_btn:hover {
  color: #AAAAAA;
  background: #FFFFFF;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.must {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #FF4545;
  margin-right: 10px;
  vertical-align: middle;
}
.nini {
  padding: 0.2em 1em;
  display: inline-block;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 3px;
  background: #63A6DB;
  margin-right: 10px;
  vertical-align: middle;
}
.privacy_box {
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.4rem;
  background-color: #FFFFFF;
}
.privacy_inner {
  width: auto;
  height: 200px;
  overflow-y: scroll;
  padding: 22px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.consent_check_wrap {
  padding: 20px;
	margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #000000;
}
.form_area .consent_check_wrap label{
  margin-bottom: 0;

}
.consent_check_wrap p a {
  text-decoration: underline;
	color:  #0071bc;
}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: 1px solid #7e7e7e;
  font-family: inherit;
  font-size: 1.8rem;
  padding: 1em 1.5em;
  margin: 0;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04, .form_area input[type="tel"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
	margin-bottom: 10px;
  font-weight: normal !important;
  font-size: 100%;
  font-weight: 500;
  padding: 5px;
	display: inline-block;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 0 0.5em !important;
}
@media screen and (max-width: 768px) {
	.form_area{

}
  .tel_list {
    display: block;
  }
  .tel_list div {
    margin-right: 0;
  }
  .privacy_inner {
    padding: 10px;
  }
  .privacy_inner p {
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_03, input[type="email"].text_fomr_03, input[type="tel"].text_fomr_03 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
  label {
    font-size: 1.6rem;
  }
}