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

*{
	font-weight: 200;
	padding: 0;
	margin:0;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

img{
  vertical-align: bottom;
  max-width: 100%;
}

a{
	text-decoration: none;
	letter-spacing: 0px;
	transition: .3s;
  font-size: 16px;
  line-height: 25px;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

a:hover{
  opacity: .5;
	transition: .4s;
}

li{
	list-style: none;
}

h1,h2,h3,h4,h5,h6,p{
	color:#000;
/*    -webkit-transform: scale(1.001,1);
    -moz-transform: scale(1.001,1);
    -ms-transform: scale(1.001,1);
    -o-transform: scale(1.001,1);
    transform: scale(1.001,1);*/
}

h1{	
}
h2{
}
h3{	
}
h4{	
}
h5{	
}
h6{	
}
p{
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0px;
}


@media screen and (max-width: 600px){
  p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
hr{
}

.clear{
	clear:both;
}

.fa{
	color: #fff;
}
body{
	overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.spOnly{
  display: none;
}

.flexBox{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.spbr{
  display: none;
}

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


/*==============================
ヘッダ
==============================*/
nav{
  width: 100%;
  height: 100px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav > ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav > ul li:first-of-type{
  margin-right: auto;
}

nav > ul li:nth-of-type(2){
  margin-right: 40px;
}

nav > ul li a{
  color: #000;
}

@media screen and (max-width: 800px) {  
  nav{
    
  }
  
  nav > ul{
    justify-content: center;
  }
  
  nav > ul li:first-of-type{
    margin: auto;
  }
  
  nav > ul li:nth-of-type(2),
  nav > ul li:nth-of-type(3){
    display: none;
  }
}

@media screen and (max-width: 600px){  
  nav{
    height: 80px;
  }
  
  nav > ul li:first-of-type{
    margin: auto;
    max-width: 260px;
  }
  
  nav > ul li:nth-of-type(2),
  nav > ul li:nth-of-type(3){
    display: none;
  }
}

/*==============================
メイン
==============================*/
#headWrap{
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/topBack.jpg");
  background-position: center center;
  background-size: cover;
  padding: 60px 20px;
}

#headWrap > img{
  max-width: 100%;
}

#aboutWrap{
  padding: 60px 20px;
  text-align: center;
}

#aboutWrap > img{
  max-width: 100%;
  margin-bottom: 20px;
}

#aboutWrap > p{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: justify;
}

#takeoutWrap{
  padding: 0 20px 60px;
  text-align: center;
  background-image: url("../img/takeoutBack.jpg");
  background-position: center center;
  background-size: cover;  
}

#takeoutWrap > div:first-of-type{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}

#takeoutWrap > div:first-of-type > img{
  align-self: flex-end;
}

#takeoutWrap > div:first-of-type > img:nth-of-type(2){
  width: 39%;
}

#takeoutWrap > div:first-of-type > img:first-of-type,
#takeoutWrap > div:first-of-type > img:last-of-type{
  width: 25%;
  position: relative;
  bottom: -125px;
}

#takeoutWrap > div:last-of-type{
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}

#takeoutWrap > div:last-of-type p{
  text-align: justify;
  margin-bottom: 20px;
}

#takeoutWrap > div:last-of-type a{
  padding: 10px 50px;
  background-color: #ea5514;
  color: #fff;
  border-radius: 25px;
}

#snsWrap{
  padding: 60px 20px;
}

#snsWrap > div{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #2585e0;
  background-color: rgba(255,241,99,.1);
}

#snsWrap > div > img{
  margin-right: 20px;
}

#snsWrap > div > img:first-of-type{
  margin-bottom: 20px;
}

#snsWrap > div > a{
  margin-right: 20px;
  margin-bottom: 20px;
}

#snsWrap > div > a:last-of-type{
  margin-right: 0;
}

/*==============================
フッタ
==============================*/

#footCompany{
  padding: 60px 20px;
  text-align: center;
  background-color: rgba(255,241,99,.15);
}
#footCompany > img{
  margin-bottom: 20px;
}

.footCopy{
  height: 70px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footCopy > p{
  text-align: center;
  font-size: 12px;  
}

.topScroll{
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background-color: #fff163;
  justify-content: center;
  align-items: center;
}

.topScroll > img{
  max-width: 100%;
}

@media screen and (max-width: 600px){  
  #footCompany > img{
    max-width: 160px;
  }  
  
  .topScroll{
    display: none;
  }
}


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

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

@media screen and (max-width: 800px) {
  #headWrap{
    height: 300px;
  }
  
  nav{
    
  }
  
  nav > ul{
    justify-content: center;
  }
  
  nav > ul li:first-of-type{
    margin: auto;
  }
  
  nav > ul li:nth-of-type(2),
  nav > ul li:nth-of-type(3){
    display: none;
  }
  
  #takeoutWrap{
    padding: 60px 20px;
  }
  
  #takeoutWrap > div:first-of-type > img:nth-of-type(2){
    width: 390px;
  }
  
  #takeoutWrap > div:first-of-type > img:first-of-type, #takeoutWrap > div:first-of-type > img:last-of-type{
    bottom: 0;
    width: calc((100% - 390px) / 2);
  }
  
  #snsWrap{
    max-width: 600px;
    margin: 0 auto;
  }
  
  #snsWrap > div{
    flex-wrap: wrap;
  }
  
  #snsWrap > div > img{
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  #snsWrap > div > a{
    width: 20%;
    margin-right: 10px;
  }
  
  #snsWrap > div > a img{
    width: 100%;
  }
}

@media screen and (max-width: 600px){
  #headWrap{
    height: 200px;
  }
  
  nav{
    height: 80px;
  }
  
  nav > ul li:first-of-type{
    margin: auto;
    max-width: 260px;
  }
  
  nav > ul li:nth-of-type(2),
  nav > ul li:nth-of-type(3){
    display: none;
  }
  
  #aboutWrap{
    padding: 30px 20px;
  }
  
  #aboutWrap > img{
    max-width: 250px;
  }
  
  #takeoutWrap{
    padding: 30px 20px;
  }
  
  #takeoutWrap > div:first-of-type > img:nth-of-type(2){
    width: 200px;
  }
  
  #takeoutWrap > div:first-of-type > img:first-of-type, #takeoutWrap > div:first-of-type > img:last-of-type{
    bottom: 0;
    width: calc((100% - 210px) / 2);
  }
  
  #snsWrap{
    padding: 30px 20px;
  }
  
  #snsWrap > div{
    padding: 20px;
  }
  
  #snsWrap > div > img{
    width: 80%;
    margin-bottom: 10px;
  }
  
  #snsWrap > div > img:last-of-type{
    width: 100%;
  }
}

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

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

