@charset "utf-8";
*{
  margin: 0;
  padding: 0;
}

html{
  width: 100%;
}

@font-face {
  font-family: "Noto Serif Japanese";
  src: url(/css/Noto\ Serif\ Japnese.woff2) format("woff2");
  src: url(/css/Noto\ Serif\ Japnese.woff) format("woff");
}

@font-face {
  font-family: "Tenor Sans";
  src: url(/css/Tenor\ Sans.woff2) format("woff2");
  src: url(/css/Tenor\ Sans.woff) format("woff")
}

body{
  margin: 0 auto;
  font-family: 'Tenor Sans','Noto Serif Japanese';
  font-size: 14px;
  color: #000;
}

ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}

#wrap{
  width: 100%;
}


/* ハンバーガーメニュー*/
#header{
  width: 100%;
  height: 55px;
  background: #fff;
  position: fixed;
  display: flex;
  z-index: 100;
}

#logo{
  margin: 10px;
}

#logo img{
  width: 60px;
}

.nav_icon{
  position: absolute;
  top: 15px;
  right: 5px;
}

.nav_icon svg{
  width: 60px;
  height: 25px;
}

nav{
  display: none;
}

.show{
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  background: #FF8C15;
  text-align: center;
  overflow-y: scroll;
}


.sp_close{
  z-index: 100;
  background: none;
  width: 40px;
  height: 40px;
  top: 50px;
  right: 50px
}

.sp_close svg{
  width: 40px;
  height: 40px;
}

.menu_list{
  font-size: 25px;
  line-height: 1;
  padding: 10px 0 15px;
  margin-bottom: 35px;
}

.menu_list a{
  color: #fff;
}

.ig{
  float: left;
  padding-left: 37%;
}

.fb{
  float: right;
  padding-right: 37%;
}

rect{
  stroke: #fff;
}

path{
  stroke: #fff;
}


.menu_list:nth-of-type(1){
 margin-top: 100px;
}

/* スライドショー */
.content{
  position: relative;
  width: 100%;
}

#main{
  position: relative;
  background: #FFDDBA;
  width: 100%;
  height: auto;
  padding: 70px 0 20px;
}

.page_ttl{
  color: #fff;
  font-size: 18vw;
  position: absolute;
  line-height: 1;
  bottom: -2.5vw;
  left: 5px;
  z-index: 1;
}

.main_slide{
  width: 100%;
  height: auto;
}

.main_slide img{
  width: 85vw;
  height: 40vw;
  margin-left: 15%;
}


/* コンセプト */
.cp{
  background: #FFC78D;
  padding: 15px 0 30px;
  color: #6f4b3e;
}

.cp img{
 width: 85%;
 margin: 10px 25px;
}

.owner_name{
  margin: 20px 0 40px;
  font-size: 20px;
  text-align: center;
}


.owner_name span{
  display: block;
  font-size: 14px;
}

.concept{
  width: 87%;
  margin: 0 auto;
  line-height: 2;
}
.concept>p{
  padding: 0 20px;
  text-align: justify;
}

.concept p:nth-child(2){
  margin: 3vw 0;
}

.sikaku{
  width: 85%;
  margin: 0 auto;
  padding-top: 20px;
}

.sikaku_ttl{
  border-bottom: 6px double #fff;
  margin-bottom: 5px;
}


.sikaku_img{
  margin-top: 20px;

}

/* フッター */
footer{
  padding-top: 40px;
}

.contact{
  width: 82%;
  margin: 0 auto;
  padding-bottom: 60px;
}

.contact a{
  display: block;
  border: 1px solid #FFC78D;
  color: #FFC78D;
  padding: 10px 20px;
}

.contact a::before{
  content: "";
  width: 30px;
  height: 20px;
  margin: 20px;
  background: url(/img/contact_icon.png);
  background-size: 30px 20px;
  position: absolute;
  right: 10vw;
}

.contact_en{
  font-size: 30px;
  display: block;
}

.conta_txt{
  font-size: 15px;
}

.copyright{
  width: 100%;
  height: auto;
  background: #FFC78D;
  color: #fff;
  text-align: center;
}
