@charset "utf-8";
/* CSS Document */



/*==============================
共通
==============================*/

article h1{
  position: absolute;
  top: 20px;
  left: 20px;.headTitle
  z-index: 10;
  width: 360px;
}
article h1 a{
  width: 100%;
}
article h1 a img{
  width: 100%;
}

header{
  width: 100%;
  background-image: url(../../../img/opneBack.png);
  background-size: cover;
  background-position: center;
  height: 90px;
}

/*==============================
共通
==============================*/

article{
  background-image: url("../img/pageBack.jpg");
  background-size: cover;
  background-position: top center;
  border: 20px solid #2a2608;
  border-top: none;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}

.headTitle{
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.titleImg{
  margin-bottom: 30px;
  max-width: 80%;
}

@media screen and (max-width: 800px) { 
  header{
    height: 56px;
    display: none;
  }
  
  article h1{
    display: none;
  }
  
  article{
    border: 10px solid #2a2608;
    border-top: none;
  }
  
  .headTitle{
    margin-top: 56px;
    margin-bottom: 50px;
    max-width: 90%;
  }
  
  .titleImg{
    margin-bottom: 30px;
  }
}

.imageBtn{
  display: inline-block;
  max-width: calc(100% - 30px);
}

.imageBtn img{
  width: 100%;
}

/*==============================
メイン
==============================*/

.histryBox{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fdf5e8;
  padding: 50px;
}

.histryTitle{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 50px;
  align-content: center;
}

.histryTitle img{
  margin-right: 10px;
  display: flex;
  align-self: center;
}

.histryTitle h2{
  position: relative;
  font-family: 'Hannari';
  color: #000;
  letter-spacing: 0px;
  border-bottom: 4px solid #333;
  width: 100%;
  text-align: left;
  padding-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -2px;
}

.histryTitle h2::before{  
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #333;
  bottom: 5px;
  z-index: 2;
}

.histryCont{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  padding: 0 20px;
}

.histryCont h3{
  width: 100%;
  padding-top: 3px;
  padding-left: 10px;
  border-left: 5px solid #333;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 10px;
}

.histryCont p{
  text-align: justify;
}

.cont01 img{
  width: 25%;
  align-self: flex-start;
}

.cont01 p{
  width: 70%;
  text-align: justify;
}

.cont02 > p:first-of-type{
  text-align: justify;
}

.cont02 > div{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.cont02 > div > img{
  width: 30%;
  display: flex;
  align-self: flex-start;
}

.cont02 > div > div{
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cont02 > div > div h3{
  width: 100%;
}

.cont02 > div > div > img{
  width: 20%;
  display: flex;
  align-self: flex-start;
  margin-bottom: 20px;
}

.cont02 > div > div > h4{
  width: 75%;
  padding: 20px;
  text-align: left;
  background-color: #c5c7ba;
  display: flex;
  align-self: flex-start;
  letter-spacing: 0px;
  text-align: justify;
  font-size: 20px;
}

.cont03 > img{
  width: 30%;
  display: flex;
  align-self: flex-start;
}

.cont03 > div{
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cont03 > div p:first-of-type{
  width: 100%;
  margin-bottom: 20px;
}

.cont03 > div h3{
  width: 100%;
}

.cont03 > div > img{
  width: 20%;
  display: flex;
  align-self: flex-start;
  margin-bottom: 20px;
}

.cont03 > div > p:nth-of-type(2){
  width: 75%;
}

.cont03 > div > p:nth-of-type(3){
  width: 100%;
}

.cont04 > p{
  margin-bottom: 20px;
}

.histryList{
  width: 100%;
  margin-bottom: 20px;
}

.histryList li{
  width: 100%;
  padding: 20px;
  background-color: #c5c7ba;
  display: flex;
  justify-content: flex-start;
  align-content: center;
}

.histryList li:nth-of-type(2n){
  background-color: #e4e8e5;  
}

.histryList li > img{
  margin-right: 20px;
  align-self: center;
}

.histryList li p{
  align-self: center;
  padding-left: 20px;
  border-left: 5px solid #333;
  font-size: 20px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.histryList li p span{
  font-size: 16px;
}

.cont04 > h3{
  width: 100%;
}

.cont04 > img{
  width: 15%;
  display: flex;
  align-self: flex-start;
}

.cont04 > p:last-of-type{
  width: 80%;
}

.cont05 > p{
  width: 100%;
  margin-bottom: 50px;
}

.cont05 > img{
  width: 100%;
  margin-bottom: 50px;
  align-self: center;
}

.cont05 > h3{
  width: 100%;
}

.cont05 > img:last-of-type{
  width: 15%;
  display: flex;
  align-self: flex-start;
}

.cont05 > p:last-of-type{
  width: 80%;
}

.cont06 > p:first-of-type{
  width: 100%;
}

.cont06 > div{
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}

.cont06 > div img{
  width: 45%;
  align-self: flex-start;
}

.cont06 > img:first-of-type,
.cont06 > img:last-of-type{
  width: 15%;
  display: flex;
  align-self: flex-start;
}

.cont06 > h3{
  width: 100%;
}

.cont06 > p:last-of-type{
  width: 60%;
}

.cont07 p{
  width: 100%;
  margin-bottom: 20px;
}

.cont07 h3{
  width: 100%;
}

.cont07 > img{
  width: 15%;
  display: flex;
  align-self: flex-start;
  margin-top: 4px;
}

.cont07 > p:last-of-type{
  width: 80%;
}

.cont08 > p{
  width: 80%;
  margin-bottom: 20px;
}

.cont08 > p:first-of-type{
  width: 100%
}

.cont08 > div{
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}

.cont08 > div img{
  width: 23%;
  align-self: flex-start;
}

.cont08 > img{
  width: 15%;
  align-self: flex-start;
}

.cont09 img{
  max-width: 100%;
  margin: 0 auto 20px;
  align-self: flex-start;
}

.cont10 > ul{
  width: 80%;
  margin: 0 auto 20px;
}

.cont10 > ul li{
  display: flex;
  background-color: #fff;
  margin-bottom: 10px;
  width: 100%;
  align-content: center;
}

.cont10 > ul li span{
  width: 55px;
  background-color: #000;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-content: center;
}

.cont10 > ul li span img{
  width: 90%;
  align-self: center;
}

.cont10 > ul li h3{
  border: none;
  padding: 15px;
  margin: 0;
}

.cont10 > p{
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.cont10 > div{
  position: relative;
  width: 100%;  
  border: 4px solid #000;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px;
}

.cont10 > div::before{
  content: '';            	/* 擬似要素に実体を持たせる */
  width: calc(100% - 8px);    /* 外側の線になる要素の幅を指定する*/
  height: calc(100% - 8px);   /* 外側の線になる要素の高さを指定する */
  border: 1px solid #000;    	/* 外側の線になる一本線の枠線をひく*/
  position: absolute;        	/* 外側の線の位置を自由に動かせるようにする */
  top: 3px;             /* 外側の線の位置を、内側の線から上に3pxずらす */
  left: 3px; 
  z-index: 0;
}

.cont10 > div > img:first-of-type{
  width: 20%;
  align-self: flex-start;
  z-index: 1;
}

.cont10 > div > div{
  width: 75%;
  text-align: left;
  z-index: 1;
}

.cont10 > div > div p{
  text-align: justify;
  z-index: 1;
}

.cont10 > div a{
  width: 100%;
  display: block;
  z-index: 1;
}

.cont10 > div a img{
  width: 100%;
}


/*==============================
レスポンシブ
==============================*/

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

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

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

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

@media screen and (max-width: 800px) { 
  .cont01{
    justify-content: center;
  }
  
  .cont01 img{
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
  }
  
  .cont01 p{
    width: 100%;
  }
  
  .cont02 > div{
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .cont02 > div > img{
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }
  
  .cont02 > div > div{
    width: 100%;
  }
  
  .cont03{
    justify-content: center;
  }
  
  .cont03 > img{
    width: 100%;
    max-width: 200px;
    margin-bottom: 20px;
  }
  
  .cont03 > div{
    width: 100%;
  }
  
  .cont06 > div{
    width: 100%;
  }
  
  .cont08 > div{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  .histryBox{
    padding: 50px 15px;
  }
  
  .histryCont{
    padding: 0;
  }
  
  .histryTitle img{
    width: 50px;
  }
  
  .histryTitle h2{
    font-size: 22px;
    line-height: 32px;
  }
  
  .histryCont h3{
    font-size: 18px;
    letter-spacing: 0;
  }
  
  .histryCont p,
  .histryList li p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
  }
  
  .histryList li{
    padding: 10px;
  }
  
  .histryList li > img{
    width: 30%;
    margin-right: 10px;
  }
  
  .histryList li p{
    padding: 10px;
  }
  
  .cont06 > img:last-of-type{
    display: none;
  }
  
  .cont06 > p:last-of-type{
    width: 80%;
  }
  
  .cont08 > div{
    flex-wrap: wrap;
  }
  
  .cont08 > div img{
    width: 45%;
    margin-bottom: 10px;
  }
  
  .cont08 > img{
    width: 120px;
    margin: 0 auto 20px;
  }
  
  .cont08 > p{
    width: 100%;
  }
  
  .cont10 > ul{
    width: 100%;
  }
  
  .cont10 > div{
    padding: 30px 15px;
  }
  
  .cont10 > div > img:first-of-type{
    width: 100px;
    margin: 0 auto 20px;
  }
  
  .cont10 > div > div{
    width: 100%;
  }
}

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