@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono');

/* 共通部分 */
html{
  font-size:100%;
} 
body{
  font-family: 'Ubuntu Mono', "BIZ UDゴシック",monospace, sans-serif;
  line-height: 1.7;
  color: rgb(5, 5, 5);
}
a{
  text-decoration: none;
}
img{
  max-width: 100%;
}

.wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 4%;
}

/*　大きな背景画像　*/
.big-bg{
  background-size: cover;
  background-position: center top;
}
  /*　見出し */
  .page-title{
    font-size: 4.0rem;
    font-family: 'Ubuntu Mono', "BIZ UDゴシック",monospace, sans-serif;
    text-transform: capitalize;
    font-weight: normal;position: relative;
    padding: .3em;
  }

  h2.page-title{
    line-height: 1.0;
  }
 
  .page-title:after {
    content: "";
    display: block;
    height: 10px;
    background: linear-gradient(to right, rgb(146, 208, 80), transparent);
    }

  .sub-title{
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
  }

  /*　ボタン　*/
  .button{
    font-size: 1.375rem;
    background: rgb(146, 208, 80);
    color: rgb(245, 241, 241);
    border-radius: 5px;
    padding: 12px 32px;
  }

  .button:hover{
    background: #418626;
  }

  a.block.button{
    display:block;
width: 250px;
  margin:0 auto;
  }

  /* iframe */
iframe{
  width: 100%;
}
  

/* header */
.page-header{
  display:flex ;
  justify-content: space-between;
}

.logo{
  width: 210px;
  margin-top: 14px;
}

.main-nav{
  display: flex;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 8px;
  list-style: none;
}
.main-nav li{
  margin-left: 36px;
}

.main-nav a{
  color: #432;
}

.main-nav a:hover{
  color: #6eb41e;
}

 
  /* HOME
  --------------------------------------*/
  #home{
    background-image: url(./background.png);
    background-blend-mode: luminosity;
    min-height: 65vh;
  }

  #home .page-title{
    text-transform: none;
    line-height: 2;
  }

  .home-content{
    text-align: center;
    margin-top: 1%;
  }

  .home-content p{
    font-size: 1.25rem;
    margin: 20px 0 42px;
  }
  .under-content{
    text-align: center;
    margin-top: 1%;
    margin-bottom: 2%;
    font-family: 'Ubuntu Mono',"BIZ UDゴシック", monospace,sans-serif;
    text-transform: uppercase;
    font-weight: normal;
  }
  .under-content h1{
    font-size: 1.75rem;
   font-family: 'Ubuntu Mono',"BIZ UDゴシック", monospace,sans-serif;
  }
  .under-content h2{
    font-size: 1.4rem;
   font-family: 'Ubuntu Mono',"BIZ UDゴシック", monospace,sans-serif;
  }
  .under-content h3{
    font-size: 1.25rem;
   font-family: 'Ubuntu Mono',"BIZ UDゴシック", monospace,sans-serif;
  }

  .main-title img{
    width: 90%;
    height: 90%;
    text-align: center;
  }

  .comment img{
    width: 60%;
    height: 60%;
    text-align: center;
  }

  .even img{
    width: 60%;
    height: 60%;
    text-align: center;
  }


/* NEWS
-------------------------*/
#news{
  background-image: url(./);
  height: 150px;
}
#news .page-title{
  text-align: center;
 line-height: 1.0;
} 
.news-contents{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

/* 記事部分 */
article{
  width: 60%;
}
.post-info{
  position: relative;
  padding-top: 4px;
  margin-bottom: 40px;
}

.post-date{
  background: rgb(146, 208, 80);
  border-radius: 50%;
  color: #fff;
  width: 100px;
  height: 100px;
  font-size: 1.625rem;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 10px;
}

.post-date span{
  font-size: 1rem;
  border-top: 1px rgba(255,255,255,.5) solid;
  padding-top: 6px;
  display: block;
  width: 60%;
  margin: 0 auto;
}

.post-title{
  font-family: 'Ubuntu Mono',"BIZ UDゴシック", monospace,sans-serif;
  font-size: 2rem;
  font-weight: normal;
}

.post-title,
.post-cat{
  margin-left: 120px;
}

article img{
  margin-bottom: 20px;
}

article p{
  margin-bottom: 1rem;
}
/* サイドバー */
aside{
  width: 30%;
}

.sub-menu{
  margin-bottom: 60px;
  list-style: none;
}

.sub-menu li{
  border-bottom: 1px #ddd solid;
}

.sub-menu a{
  color: #432;
  padding: 10px;
  display: block;
}

.sub-menu a:hover{
  color: #0bd;
}
aside p{
  padding: 12px 10px; 
}
/* SERVICE
------------------------------- */
#service {
  background-image: url(./);
  min-height: 40vh;
}

.service-content{
  max-width: 1000px;
  margin-top: 0%;
}

.service-content .page-title{
  text-align: center;
}

.service-content p{
  font-size: 1.0rem;
  margin: 10px 0 0;
}

.item a{
  color: #432;
}

.item a:hover{
  color: #6eb41e;
}

.grid{
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  margin-top: 3%;
  margin-bottom: 10px;
  justify-items: center;
}

.cp_h1title {
	padding: .3em;
}
.cp_h1title::before {
	content: "\002713";
  color:red;
  font-size: 3rem;
}

/*content: '\002713';/*チェックマーク*/
/*content: '\00266b';音符*/
/*content: '\002665';ハート*/
/*content: '\00272a';丸囲み星*/
/*content: '\002731';アスタリスク*/
/*content: '\002606';白抜き星*/
/*content: '\002619';葉っぱ*/
/*content: '\025b6';右向きのサンカク*/
/*content: '\025b7';白抜き右向きのサンカク*/
/*content: '\025c6';ひし形*/
/*content: '\025c7';白抜きひし形*/
/*content: '\02749';丸いアスタリスク*/
/*content: '\02668';温泉マーク*/

.info-content dt{
  width:162px;
  padding-top: 1px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: rgb(255,0,0);
  line-height:0.9;
}

/* CONTACT
--------------------------------*/

.telephone {
  font-size: 1.375rem;
}

.contact .page-title{
  text-align: center;
}
/* 会社情報・地図 */
.info-content .page-title{
  text-align: center;
}

#location{
  padding: 4% 0;
}

#location .wrapper{
  display: flex;
  justify-content: space-between;
}

.location-info{
  width: 40%;
}

.location-info dd{
  padding: 12px 10px;
}

.location-map{
  width: 60%;
}


/* SNS */
#sns{
  background: #FAF7F0;
  padding:4% 0;
}

#sns .wrapper{
  display: flex;
  justify-content: space-between;
}

#sns .sub-title{
  margin-bottom: 30px;
}

.sns-box{
  width: 30%;
}

.facebook_btn{
  color: rgb(11, 7, 243);
  padding: 0px 0px 0px 15px;
}

.line_btn{
  color: #00B900;
  padding: 0px 0px 0px 15px;
}

.twitter_btn{
  color: #0bd;
  padding: 0px 0px 0px 8px;
}

.insta_btn{
  color: rgb(250, 10, 210);
  padding: 0px 0px 0px 8px;
}

.name{
  padding-left: 500px;
}

/* フッター
-------------------------------*/
footer{
background: #432;
text-align: center;
padding: 10px 0;
}
footer p{
  color: #fff;
  font-size: 0.875rem;
}

footer a {
  color: #ddd;
  font-size: 0.875rem;
}

/* policy */
#policy{
  background-image: url(./);
  background-blend-mode: luminosity;
  min-height: 65vh;
}

.policy-content{
  text-align: center;
  margin-top: 1%;
}

.policy{
  font-size: 3.0rem;
  font-family: 'Ubuntu Mono', "BIZ UDゴシック",monospace,sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
	display: inline-block;
	padding: 0 17%;
	text-align: center;
	color:#F4511E;
}
.policy:before, .policy:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 15%;
	height: 1px;
	background-color: #F4511E;
}
.policy:before {
	left:0;
	background: linear-gradient(-45deg, transparent, #F4511E 10%, #F4511E 30%, transparent);
}
.policy:after {
	right: 0;
	background: linear-gradient(-45deg, transparent, #F4511E 70%, #F4511E 90%, transparent);
}

.policy-content p{
  font-size: 1.5rem;
  margin: 4px 0;
}

/* workshop */
#workshop{
  background-image: url(./workshop.jpg);
  min-height: 30vh;
}

.workshop-content .page-title{
  text-align: center;
}

.workshop-content{
  max-width: 1000px;
  margin-top: 0%;
  text-align: center;
}

.workshop-content p{
  font-size: 1.5rem;
  margin: 50px 0 0;
}

.item p{
  font-size: 2.0rem;
}

/* pagetopbtn */
#page_top{
  width: 100px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: rgba(60, 114, 3, 0.856);
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: rgb(255, 255, 255);
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: rgb(255, 255, 255);
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* leader */

.leader-content .page-title{
  text-align: center;
  font-size:3.5rem;
}

/* knowhow */
#knowhow{
  background-image: url(./workshop.jpg);
  min-height: 30vh;
} 

.knowhow-content .page-title{
  text-align: center;
}

.knowhow-content{
  max-width: 1000px;
  margin-top: 0%;
  text-align: center;
}

.knowhow-content p{
  font-size: 1.5rem;
  margin: 50px 0 0;
}

.item p{
  font-size: 2.0rem;
}

/* サイトマップ */
.sitemap .page-title{
  text-align: center;
}

.sitemap a{
  font-size: 1.0rem;
}




/* モバイル版
---------------------------------*/
@media (max-width: 480px) {
  .page-title {
      font-size: 2.5rem;
  }
  .page-header {
      flex-direction: column;
      align-items: center;
  }

  /* HEADER */
  .main-nav {
      font-size: 0.5rem;
      padding-left: 1px;
  }
  .main-nav ul li {
    margin-left: 0.5px;
  }

  .main-nav ul li a{
    font-size: 1.0rem;
    padding-left: 1px;
  }

  /* HOME */
  .home-content {
      margin-top: 10px;
  }
  
  /* NEWS */
  .news-contents {
      flex-direction: column;
 }

 .news-content {
  margin-top: 10px;
 }

  #news .page-title {
      margin-top: 10px;
  }
  article,
  aside {
      width: 100%;
  }
  aside {
      margin-top: 60px;
  }
  .post-info {
      margin-bottom: 30px;
  }
  .post-date {
      width: 70px;
      height: 70px;
      font-size: 1rem;
  }
  .post-date span {
      font-size: 0.875rem;
      padding-top: 2px;
  }
  .post-title {
      font-size: 1.375rem;
  }
  .post-cat {
      font-size: 0.875rem;
      margin-top: 10px;
  }
  .post-title,
  .post-cat {
      margin-left: 80px;
  }

  /* SERVICE */
  .service-content {
    margin-top: 10px;
  }

  /* leader */
.leader-content .page-title{
  text-align: center;
  font-size:1.5rem;
}

/* policy */
.policy-content{
  text-align: center;
  margin-top: 1%;
}

.policy{
  font-size: 2.5rem;
  font-family: 'Ubuntu Mono', "BIZ UDゴシック",monospace,sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.policy-content p{
  font-size: 1.2rem;
  margin: 4px 0;
}
/* contact */
.contact {
  margin-top: 10px;
}

/* 店舗情報・地図 */
#location .wrapper,
#SNS .wrapper {
  flex-direction: column;
}
.location-info,
.location-map,
.sns-box {
  width: 100%;
}


}