*{
  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%;
}

img{
  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;
  overflow-y: scroll;
}

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

.menu_list{
  font-size: 25px;
  line-height: 1;
  padding: 20px 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;
  letter-spacing: -5px;
  bottom: -2.5vw;
  left: 5px;
  z-index: 1;
}

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

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

/* お問合わせ */

#contact{
  background: #FFC78D;
  color: #6f4b3e;
  padding-top: 70px;
}

.conta_come{
  width: 85%;
  margin: 0 25px 40px;
}

.box>p:first-child,
.box>p:last-child{
  padding: 0 5px;
}

.conta_ex{
  width: 85%;
  margin: 0 25px 40px;
  text-align: justify;
}

.name{
  font-size: 16px;
  padding-left: 30px;
  letter-spacing: 3px;
  position: relative;
  margin-bottom: 10px;
}

.name::before{
  content: "";
  width: 18px;
  height: 7px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}

.ex{
  line-height: 1.5;
  display: grid;
}

.ex span{
  margin: 20px 0;
}

.button{
  padding: 25px 0;
  position: relative;
}

.button a{
  display: block;
  background: #faac5b;
  border-radius: 5px;
  position: absolute;
  letter-spacing: 1px;
  bottom: 5px;
  left: 0;
  padding: 15px 25px;
  color: #fff;
}

.ex_come{
  padding: 35px 0;
}



/* フッター */
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;
}
