@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: 100vw;
}

/* ヘッダー */
.nav_icon,.sp_close{
  display: none;
}

#header{
  width: 100%;
  height: 100px;
  background: #fff;
  position: fixed;
  display: flex;
  z-index: 100;
}

#logo{
 margin: 20px;
}

#logo img{
  width: 100px;
}

nav{
  position: absolute;
  right: 0;
  top: 1rem;
}

.menu_list{
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  padding: 20px 0;
}

.menu_list a{
  color: #4E4854;
}

.ig svg,.fb svg{
  width: 20px;
  height: 20px;
  transform: translateY(5px);
}

#logo:hover,.menu_list:hover{
  opacity: 0.2;
}

.content{
  position: relative;
  top: 6rem;
  width: 100%;
}

/* キービジュアル */
#main{
  position: relative;
  background: #FFDDBA;
  width: 100%;
  height: auto;
  padding-top: 70px;
  padding-bottom: 40px;
}

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

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

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

/* お問合わせ */

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

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

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

.name{
  font-size: 30px;
  padding-left: 50px;
  letter-spacing: 3px;
  position: relative;
}

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

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

.ex span{
  margin: 40px 0;
}

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

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

.button a:hover{
  background: #fff;
  color: #faac5b;
}

.ex_come{
  padding: 35px 0;
}



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

/* コンタクト */

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

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

.contact a::before{
  content: "";
  width: 65px;
  height: 36px;
  margin: 35px 50px;
  background: url(../img/contact_icon.png) no-repeat;
  background-size: 65px 36px;
  position: absolute;
  right: 7vw;
}


.contact>a:hover{
  background-color: #FFC78D;
  color: #fff;;
}

.contact a:hover::before{
  background: url(../img/contact_icon_w.png)no-repeat;
  background-size: 65px 36px;
}

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

.contact_txt{
  font-size: 20px;
  text-align: center;
}

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