@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
.header{
  height: 70px;
  width: 100%;
  padding: 24px 24px 26px 24px;
  margin-bottom: 10px;
  position: relative;
  box-sizing: border-box;
}
.header-ichiro-logo img{
  width: 130px;
  height: 45px;
}
.header-content-wrapper{
  display: flex;
  justify-content: space-between; /* 両端から均等配置 */
}
.nav-icon{
  display: flex;
 align-items: center;
}
.nav-items{
  display: none;
}
.phone-icon img{
  width: 40px;
  display: block;
  height: 40px;
  margin-right: 26px;
/*  position: absolute;*/
/*  right: 130px;*/
}
.map-pin img{
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 26px;
/*  position: absolute;*/
}
.hamburger-button img{
  display: block;
  width: 30px;
  height: 28px;
/*  position: absolute;*/
/*right: 24px;
  top: 30px;*/
}
.page-first-view-pc{
  display: none;
}

/*ここまでスマホヘッダー*/

.page-first-view{
  position: relative;
}
.page-first-view__title{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: 700;
  color: #ffffff;
/*  transformを使うと真ん中にくる*/
}
.page-first-view__title__2{
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}



body {
  color: #333; /* RGB */
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 1.5;
/* text-align: center;    common.cssでtext-aline: center/ 
}*/
  }
  a:hover {
  opacity: 0.5;
}
*, *:before, *:after {   /*  *,は全体という意味  */
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}

/*ここからfooter*/
.footer{
  height: 595px;
  padding: 0 24px;
  background-color: #f6f8f9;
}
.footer-ichiro-logo{
  padding:20px 0 40px;
}
.section-footer__info{
  margin-bottom: 30px;
}
.section-footer__info__title{
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.section-footer__number{
  width: 100%;
  background-color: #ffa23f;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 50px;
/*justify-content!!!!!*/
  display: flex;
  justify-content: center;
}
.section-footer__phone-icon img{
  display: block;
  width: 24px;
  height: 26px;
  margin-right: 15px;
}
.section-footer__number a{
  text-decoration: none;
  color: #333;
}
.copy-right{
  width: 100%;
  color: #ffa23f;
  font-weight: 700;
  margin-bottom: 35px;
  display: inline-block;
  text-align: center;
}
/*ここからハンバーガーメニュー*/
.nav-items{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1000;
    width:70%;
    background-color: #000;
    opacity: 0.9;
  }
.nav-items-con{
  padding: 30px 0;
  text-align: center;
}
.nav-items-link{
  padding: 20px 0;
}
.nav-items-con a{
  color: #fff;
  padding-bottom: 10px;
  border-bottom:solid 1px #fff;
  display: block;
  width: 100%;
}

/*↓ここからメディアクエリ、PC-header*/

@media (min-width: 1160px) {
  .header{
    height: 130px;
    padding: 50px 100px 0;
    margin-bottom: 40px;
  }
  .header-ichiro-logo img{
    width: 230px;
    height: 80px;
  }
  .phone-icon,.map-pin,.hamburger-button{
    display: none;
  }
  .nav-items-con{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
/*    width: 63%;*/
  }
  .nav-items {
    display: block;
     position: static; 
     height: 100%; 
     z-index: 1000; 
     width: 63%; 
     background-color: transparent;
     opacity: 1; 
}
  .nav-items a{
    text-decoration: none;
    color: #333;
  }
  .page-first-view img{
    display: none;
  }
  .page-first-view__title,.page-first-view__title__2{
    display: none;
  }
  .page-first-view-pc{
    display: block;
  position: relative;
}
.page-first-view__title-pc{
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  font-weight: 700;
  color: #752727;
/*  transformを使うと真ん中にくる*/
}
.page-first-view__title__2-pc{
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #752727;
  text-align: center;
  position: absolute;
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
}
  
  /*ここまでPC-header*/
  
/*ここからPC-footer 全部共通*/
  .footer{
    height: 500px;
  }
  .container-footer{
    max-width: 1120px;
    margin: 0 auto;
  }
  .footer-ichiro-logo{
    padding: 40px 0 80px;
  }
  .footer-ichiro-logo img{
    width: 230px;
    height: 80px;
  }
  .footer-items{
    display: flex;
    justify-content: space-between;
  }
  .section-footer__number{
    width: 372px;
    display: flex;
    justify-content:start;
    padding: 15px 0;
    background-color:transparent;
  }
  .section-footer__phone__number{
/*
    text-align: center;
    justify-content: center;
*/
  }
  .section-footer__phone-icon img{
  display: none;
  width: 24px;
  height: 26px;
  margin-right: 15px;
}
  .section-footer__phone__number a{
    pointer-events: none;
    margin: 0 auto;
    text-decoration: none;
    color: #333;
    font-weight: 700;
  }
}






