@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: 16px;
  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;
  z-index: 1;
  letter-spacing: -5px;
}

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

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

/* コンセプト */

.cp{
  background: #FFC78D;
  padding: 35px 0 50px;
  color: #6f4b3e;
}

.owner{
  display: flex;
  padding: 100px 0;
}

.owner_pro{
  width: 50%;
}

.owner_img{
  margin: 25px 25px 0px 25px;
}

.owner_img img{
  width: 45vw;
}

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

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

.concept{
  font-size: 15px;
  line-height: 1.7;
  width: 45%;
  margin-left: 2vw;
}

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

.sikaku{
  display: flex;
  position: relative;
  padding-bottom: 50px;
}

.sikaku_ttl{
  width: 85%;
  border-bottom: 6px double #fff;
  margin-bottom: 20px;
  font-size: 20px;
}

.license{
  width: 45vw;
  margin-left: 4vw;
}

.sikaku_img{
  padding-left: 3vw;
}

.sikaku_img img{
  width: 45vw;
}

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