@charset "UTF-8";

html{scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body{
  background-image: url(../images/haikei.png);
  background-repeat: repeat;
}

*{box-sizing: border-box;}

h1, h2, p{
  margin: 0;
}

img{
  vertical-align: bottom;
}

a{
  text-decoration: none;
}

/* 上部飾り */
.header-background{
  width: 100%;
  /* height: 450px; */
  background-image: url(../images/high.png);
  background-repeat: repeat-x;
}

/* headerブロック */
header{
  width: 1200px;
  /* height: 450px; */
  margin: 0 auto;
  text-align: center;
}

/* ロゴタイトル */

.header a img{
  width: 300px;
  margin: 200px auto 100px;
}

.header p a{
  color: black;
}

/* navブロック */
.nav{
  padding: 10px 0 100px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.nav ul{
  margin: 0px auto;
  width: 1200px;

  display: flex;
  align-items: center;
}

.imageicon a{
  width: 300px;
  height: 53.5px;
  filter: drop-shadow(3px 3px 3px #585858);
  display: inline-block;
  transition: .3s;
}

.imageicon a:hover{
  transform: translate(3px, 3px);
  filter: drop-shadow(0 0 0 #585858);
}

.nav ul li{
  margin: 0 30px;
}

.nav ul li img{
  width: 100%;
}


.webicon a{
  font-size: 50px;
  color: #5e3928;
  transition: .3s;
}

.webicon a:hover{
  opacity: 0.5;
}


/* main-visualブロック */
.film{
  width: 100%;
  height: 50px;
  background-image: url(../images/film.gif);
  background-repeat: repeat-x;
}

/* main-visual内の写真スライダー */
.slider{
  width:100%;
  height: auto;
}
.slider img{
  width:100%;
}
.slider .slick-slide{
  height:auto!important;
}

/* 共通title */
.title{
  width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
}

.title h2{
  width: 471px;
  height: 84px;
  margin: 0 auto 40px;
}

.title h2 img{
  width: 100%;
}

.title p{
  line-height: 40px;
  font-size: 18px;
}

/* コンセプトブロック */

.concept{
  width: 1200px;
  margin: 200px auto 0;
}

/* profileブロック */
.profile{
  width: 1200px;
  margin: 200px auto 0;
}

.introduction{
  width: 1200px;
  display: flex;
}

.face-img img{
  width: 325px;
  height: 348px;
  background-color: blue;
  border: solid 25px white;
  box-shadow: 4px 4px 4px gray;
}

.introduction-text{
  margin: 50px 0 0 100px;
}

.introduction dl{
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.introduction dl dt{
  width: 20%;
  font-weight: bold;
  margin-bottom: 30px;
}

.introduction dl dd{
  width: 80%;
  margin: 0 0 30px 0;
}

hr {
  border-width: 5px 0px 0px 0px; 
  border-style: solid;
  border-color: #D8CD98;
  margin: 50px 0;
}

/* アルバムボックス */
.album{
  margin: 200px auto 0;
}

.album-outer{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.album-box a{
  width: 280px;
  height: 338px;
  border: 20px solid white;
  margin-bottom: 50px;
  box-shadow: 4px 4px 4px gray;
  filter: drop-shadow(3px 3px 3px #585858);
  display: inline-block;
  transition: .3s;
}

.album-box img{
  width: 240px;
  height: 300px;
  object-fit: cover;
}

.album-box a:hover {
  transform: translate(3px, 3px);
  filter: drop-shadow(0 0 0 #585858);
}

/* footerブロック */
.footer{
  width: 100%;
  height: 100px;
  background-image: url(../images/lou.png);
  background-repeat: repeat-x;
}

.footer p{
  transform: rotate(0deg);
  color: white;
  text-align: center;
  padding: 55px 0 0 0;
}


/* スムーススクロール */
.top-page{
  text-align: right;
  margin: 20px 20px 20px 0;
}

.top-page a{
  font-size: 20px;
  color: #ffffff;
  background-color: #5e3928;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  transition: .3s;
}

.top-page a:hover{
  opacity: 0.5;
}

.slick-slide div div img {
  margin-bottom: -7px;
  }
  