@charset "UTF-8";


.slider {
    position:relative;
  z-index: 1;
  height: 100vh;
}

.slider-item01 {
    background:url(photo/wphoto1.jpg);
}

.slider-item02 {
    background:url(photo/wphoto2.jpg);
}

.slider-item03 {
    background:url(photo/wphoto3.jpg);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:12px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #fff;
}

a:hover,
a:active{
  text-decoration: none;
}


.wrapper{
  position: relative;
}

.container{
  background:#555;
}

.container p{
  padding: 300px 0; 
  text-align: center;
  color: #fff;
}






body{
    margin:0px
}
.header {
    width: 100%;
    position: fixed;
    z-index: 1000;
}
.header img {
    width: 100%;
}
#title{
    margin: 60px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
h1{
    font-size: 11px;
    font-weight: 550;
}
h2{
    font-size: 23px;
    padding-bottom:  20px;
    margin-top: 0%;
}
.setumei1{
    font-size: 15px;
    font-weight: 250;
}
.senn1{
    text-align: center;
}
#product{
    margin: 40px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
h3{
    font-size: 11px;
    font-weight: 550;
}
h4{
    font-size: 23px;
    padding-bottom:  10px;
    margin-top: 0%;
}
.bog {
  width:100%;
  margin-top: -50px;
}
.bog img{
    width:375px;
    height:249.4px;
}
.syokai{
    width:100%;
}
.syokai img{
    width:100%;
    margin-top:20px;
}
.sankaku{
    width:100%;
}
.sankaku img{
    width:100%;
    height:100%;
    margin-top:30px;
}
.rink{
    width:100%;
    padding-bottom: 90px;
}
.rink img{
    width:70%;
    height:70%;
    margin-left: 55px;
}
#saigo{
    background-image: url(photo/saigo.jpg);
    background-size: cover;
    margin: 0px;
}
.kigyoujouhou{
    padding-top: 60px;
}
.kigyoujouhou img{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.otoiawase img{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
}
.qoa img{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
}
.maipeji img{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
}
.homepage{
    display: flex;
}
.x{
    width:30%;
    margin-left: 65px;
}
.x img{
    width:40%;
    margin-left: 65px;
    padding-top: 15px;
}
.insta{
    width:30%;
    margin-left: 10px;
}
.insta img{
    width:40%;
    padding-left: 10px;
    padding-top: 15px;
}
.boss img{
    display: flex;
    justify-content: center;
    width: 30%;
    height: 30%;
    margin-top: 30px;
    margin-left: 135px;
}
.suntory img{
    display: flex;
    justify-content: center;
    width: 40%;
    height: 40%;
    margin-top: 10px;
    margin-left: 110px;
    padding-bottom: 30px;
}