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



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

.titleBox{
  margin-bottom: 50px;
  text-align: center;
}
.titleBox h2{
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #ca151f;
}

.titleBox h3{
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 0;
}

#headWrap{
  padding: 100px;
  background-image: url("../img/headWrap.jpg");
  background-position: center center;
  background-size: cover;
}

#headWrap h2{
  color: #fff;
}

#headWrap p{
  color: #ccc;
  font-weight: bold;
}

@media screen and (max-width: 600px){
  #headWrap{
    padding: 100px 20px;
  }
}

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

#ramenWrap{
  padding: 100px 20px;
  background-color: #000;
}

#ramenWrap{
  position: relative;
}

#ramenWrap > img{
  position: absolute;
  top: 50px;
  left: 100px;
  width: 100%;
  max-width: 500px;
}

#ramenWrap > div{
  padding-left: 650px;
}

#ramenWrap > div h2,
#ramenWrap > div p{
  color: #fff;
}

#ramenWrap > div h2{  
  font-family: 'Noto Serif JP', serif;
  text-decoration: underline;
  margin-bottom: 30px;
}

#kodawariWrap{
  padding: 100px;
}

.kodawariBox{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kodawariBox:nth-of-type(2){
  flex-flow: row-reverse;
}

.kodawariBox > img,
.kodawariBox > div{
  width: 50%;
}

.kodawariBox > div{
  padding: 50px;
}

.kodawariBox > div h3{
  display: inline-block;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  line-height: 60px;
  border-bottom: 3px solid #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.kodawariBox > div h3 span{
  font-family: 'Noto Serif JP', serif;
  font-size: 60px;
  line-height: 60px;
  color: #ca151f;
  font-weight: 700;
}

.kodawariBox > div p{
  text-align: justify;
}

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

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

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

@media screen and (max-width: 1200px) {
  #ramenWrap > img{
    left: 20px;
    max-width: 400px;
  }
  #ramenWrap > div{
    padding-left: 450px;
  }
  
  #kodawariWrap{
    padding: 100px 20px;
  }
}

@media screen and (max-width: 1000px) {
  .kodawariBox{
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  
  .kodawariBox > img, .kodawariBox > div{
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #ramenWrap > img{
    position: relative;
    display: block;
    top: auto;
    left: auto;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 400px;
  }
  
  #ramenWrap > div{
    padding: 0;
  }
}

@media screen and (max-width: 600px){
  #kodawariWrap{
    padding: 0 0 50px;
  }
  
  .kodawariBox > div{
    padding: 30px 20px;
  }
  
  .kodawariBox > div h3{
    font-size: 20px;
    line-height: 40px;
  }
  
  .kodawariBox > div h3 span{
    font-size: 40px;
    line-height: 40px;
  }
}

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