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



/*==============================
共通
==============================*/
#headWrap{
  width: 100%;
  height: 400px;
  background-image: url("../img/headBack.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

#headWrap div{
  text-align: center;
}

#headWrap div h2{
  color: #fff;
  font-weight: normal;
  font-size: 50px;
  margin-bottom: 10px;
}

#headWrap div p{
  color: #fff;
}

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

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


#telWrap{
  background-color: #222;
  padding: 100px 20px;
  text-align: center;
}

#telWrap > h2{  
  color: #fff;
  font-size: 50px;
  font-weight: normal;
}

#telWrap > p:first-of-type{
  color: #999;
  margin-bottom: 50px;
}

#telWrap > p{
  color: #fff;
  margin-bottom: 50px;
}

.telList{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.telList li{
  width: 49%;
  text-align: center;
  margin-bottom: 10px;
}

.telList li a{
  display: block;
  border: 1px solid #333;
  background-color: #666666;
  color: #fff;
  padding: 20px;
}

.telList li a h3,
.telList li a p,
.telList li a h4{
  color: #fff;
  font-family: 'Sawarabi Gothic', sans-serif;
}

.telList li a h3{
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 5px;
}

.telList li a p{
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 10px;
}

.telList li a h4{
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 1px;
  font-weight: bold;
}

.telList li a h4 i{
  margin-right: 5px;
}

.takeoutMenu{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.takeoutMenu li{
  width: 49%;
}

.takeoutMenu li a{
  display: block;
  width: 100%;
}

.takeoutMenu li a img{
  width: 100%;
}

#contactWrap{
  background-color: #333;
  padding: 100px 20px;
  text-align: center;
}

#contactWrap > h2{  
  color: #fff;
  font-size: 50px;
  font-weight: normal;
}

#contactWrap > p:first-of-type{
  color: #999;
  margin-bottom: 50px;
}

#contactWrap > p{
  color: #fff;
  margin-bottom: 50px;
}

#contactWrap > form{
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#contactWrap > form p{
  color: #999;
  padding-left: 10px;
  text-align: left;
}

#contactWrap > form input[type="text"],
#contactWrap > form select,
#contactWrap > form textarea{
  width: 100%;
  padding: 10px;
  border: none;
  margin-bottom: 10px;
}

#contactWrap > form .seinenBox input[type="text"]:first-of-type{
  width: 20%;
}

#contactWrap > form .seinenBox input[type="text"]:nth-of-type(2),
#contactWrap > form .seinenBox input[type="text"]:nth-of-type(3){
  width: 10%;
}

#contactWrap > form > div:nth-of-type(2){
  display: flex;
  justify-content: space-between;
}

#contactWrap > form > div:nth-of-type(2) div{
  width: 48%;
}

#contactWrap > form input[type="submit"]{
  display: block;
  cursor: pointer;
  padding: 20px 100px;
  border: none;
  margin: 0 auto;
  letter-spacing: 2px;
  color: #fff;
  background-color: #222;
}

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

@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) { 
}

@media screen and (max-width: 600px){
  .telList li{
    width: 100%;
  }
}

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