@charset "UTF-8";
body {
    font-family: 'Noto Serif JP', serif;
}
#mouse-stalker {
    pointer-events: none;
    position: fixed;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: rgba(227, 154, 215, 0.5);
    border-radius: 50%;
    transform: translate(0,0);
    transition: transform 0.2s;
    transition-timing-function: ease-out;
    z-index: 999;
}
/*PCサイズレスポンシブ*/
@media(min-width:1000px){

/*==================================================
ふわっ
===================================*/

.fadeUp {
    animation-name: fadeUpAnime;/*アニメーションの定義名*/
    animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
    opacity:0;
    }
    
    /*アニメーションの開始から終了までを指定する*/
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .change-time15{
        animation-duration: 1.5s;
      }
html{
    font-size: 16px;
}
body {
    min-width: 1000px;
}
.container {
    width: 100%;
}
#header,.openbtn,#g-nav,#g-nav-list {
    display: none;
}
.header {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header1 {
    width: 30%;
}
.header2 {
    width: 40%;
}
.header1 img {
    width: 50% ;
}
.header2 ul {
    font-size: 20px;
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.header2 li {
    width: 50%;
}
.header2 a {
    text-decoration: none;
    color: #000000;
}
.header2 a:hover {
    color: #000;
    opacity: 0.3;
  }
.header2 img {
width: 30%;
}
.header2 img:hover {
    opacity: 0.3;
}
.profile {
    width: 100%;
    height: 300px;
    background-image: url(../img/haikei.png);
    background-size: cover;
    font-size: 30px;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}
.top {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 100px;
}
.top img {
    width: 50%;
}
.top h2 {
    margin-top: 100px;
}
.about {
    width: 100%;
    text-align: center;
    margin: 30px 0 ;
    margin-bottom: 100px;
}
.about ul {
    list-style: none;
}
.section ul {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*文字間が狭い*/
    list-style: none;
    text-align: center;
    padding-top: 10%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

a.btn-malformation {
  font-size: 2rem;

  padding: 3rem 4rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.btn-malformation--pastel {
  background: #fca1a1;
  background: -webkit-linear-gradient(-45deg, #fca1a1 35%, #fcfc5d 100%);
  background: -webkit-linear-gradient(315deg, #fca1a1 35%, #fcfc5d 100%);
  background: linear-gradient(135deg, #fca1a1 35%, #fcfc5d 100%);
  -webkit-box-shadow: 30px 10px 0 #fefeb3;
  box-shadow: 30px 10px 0 #fefeb3;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
.main {
    width: 100%;
    display: flex;
   justify-content: center;
   height: 300px;
   align-items: center;
   margin-top: 300px;
}
#main1,.main2 {
    width: 100%;
}
#main1 ul {
    list-style: none;
    padding-left: 15%;
    line-height: 30px;
    font-size: 20px;
}
#main1 h2 {
    padding-left: 10%;
    font-size: 30px;
    padding-bottom: 20px;
}
/*ここから付け足した*/
.gallery {
    width: 100%;
}
.gallery ul {
    display: grid;
    grid-template-rows: repeat(5,100px);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.gallery ul li {
    overflow: hidden;
}
.gallery ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery ul li:nth-child(1) {
    grid-column: 1/5;
    grid-row: 1/4;
}
.gallery ul li:nth-child(2) {
    grid-column: 5/6;
    grid-row: 1/4;
}
.gallery ul li:nth-child(3) {
    grid-column: 6/8;
    grid-row: 1/6;
}
.gallery ul li:nth-child(4) {
    grid-column: 8/10;
    grid-row: 1/2;
}
.gallery ul li:nth-child(5) {
    grid-column: 1/4;
    grid-row: 4/6;
}
.gallery ul li:nth-child(6) {
    grid-column: 4/6;
    grid-row: 4/6;
}
.gallery ul li:nth-child(7) {
    grid-column: 8/10;
    grid-row: 2/5;
}
.gallery ul li:nth-child(8) {
    grid-column: 8/10;
    grid-row: 5/6;
}
.slider {
    display: none;
}
.introduction,.goal {
    width: 100%;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 300px;
}
#introduction1,#goal1 {
    width: 80%;
}
.introduction dt {
    font-size: 25px;
    padding-bottom: 10px;
}
.introduction img {
    width: 100%;
    padding-top: 20px;
}
.goal {
    width: 100%;
}
.goal dt {
    font-size: 25px;
    padding-bottom: 10px;
}
.goal img {
    width: 100%;
    padding-top: 20px;
}
.footer {
    width: 100%;
    text-align: center;
}
.footer2 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}
.footer #rogo {
    width: 15%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer #ig {
    width: 3%;
    margin-top: 50px;
}
.footer a {
    text-decoration: none;
    color: #000000;
    margin: 40px;
}
.footer a:hover {
    color: #000;
    opacity: 0.3;
  }
.footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
}

/*ipadサイズレスポンシブ*/
@media(min-width:600px) and (max-width:999px){
    /*==================================================
ふわっ
===================================*/

.fadeUp {
    animation-name: fadeUpAnime;/*アニメーションの定義名*/
    animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
    opacity:0;
    }
    
    /*アニメーションの開始から終了までを指定する*/
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .change-time15{
        animation-duration: 1.5s;
      }
    body{
        min-width:600px;
        max-width:999px;
    }
    .container{
        width:100%;
    }
    #header,.openbtn,#g-nav,#g-nav-list {
        display: none;
    }
    .header {
        width: 100%;
        height: 200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header1 {
        width: 30%;
    }
    .header2 {
        width: 65%;
    }
    .header1 img {
        width: 55% ;
    }
    .header2 ul {
        font-size: 20px;
        list-style: none;
        display: flex;
        justify-content: space-around;
    }
    .header2 li {
        width: 50%;
    }
    .header2 a {
        text-decoration: none;
        color: #000000;
    }
    .header2 a:hover {
        color: #000;
        opacity: 0.3;
      }
    .header2 img {
    width: 30%;
    }
    .header2 img:hover {
        opacity: 0.3;
    }
    .profile {
        width: 100%;
        height: 250px;
        background-image: url(../img/haikei.png);
        background-size: cover;
        font-size: 30px;
        letter-spacing: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10%;
    }
    .top {
        width: 100%;
        text-align: center;
        font-size: 20px;
        margin-top: 100px;
    }
    .top img {
        width: 50%;
    }
    .top h2 {
        margin-top: 100px;
    }
    .about {
        width: 100%;
        text-align: center;
        margin: 30px 0 ;
        margin-bottom: 100px;
    }
    .about ul {
        list-style: none;
    }
    .section ul {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        /*文字間が狭い*/
        list-style: none;
        text-align: center;
        padding-top: 10%;
    }
    *,
    *:before,
    *:after {
      -webkit-box-sizing: inherit;
      box-sizing: inherit;
    }
    
    .btn,
    a.btn,
    button.btn {
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: inline-block;
      padding: 1rem 4rem;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #212529;
      border-radius: 0.5rem;
    }
    
    a.btn-malformation {
      font-size: 1.5rem;
    
      padding: 1.5rem 2.5rem;
    
      color: #fff;
      border-radius: 100% 80px / 80px 100%;
      background-color: #eb6100;
    }
    
    a.btn-malformation:hover {
      color: #fff;
      border-radius: 60% 80% / 100% 80%;
    }
    
    a.btn-malformation {
      font-size: 1.5rem;
    
      padding: 1.5rem 2.5rem;
    
      color: #fff;
      border-radius: 100% 80px / 80px 100%;
    }
    
    a.btn-malformation:hover {
      color: #fff;
      border-radius: 60% 80% / 100% 80%;
    }
    
    .btn-malformation--pastel {
      background: #fca1a1;
      background: -webkit-linear-gradient(-45deg, #fca1a1 35%, #fcfc5d 100%);
      background: -webkit-linear-gradient(315deg, #fca1a1 35%, #fcfc5d 100%);
      background: linear-gradient(135deg, #fca1a1 35%, #fcfc5d 100%);
      -webkit-box-shadow: 20px 5px 0 #fefeb3;
      box-shadow: 20px 5px 0 #fefeb3;
    
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
    }
    .main {
        width: 100%;
        display: flex;
       height: 400px;
       align-items: center;
       margin-top: 200px;
    }
    #main1,.main2 {
        width: 50%;
    }
    #main1 ul {
        list-style: none;
        padding-left: 12%;
        line-height: 30px;
        font-size: 20px;
    }
    #main1 h2 {
        padding-left: 10%;
        font-size: 30px;
        padding-bottom: 20px;
    }
    .main2 img {
        width: 100%;
    }
    .gallery {
        display: none;
    }
    /*==================================================
    スライダーのためのcss
    ===================================*/
    .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
        width:94%;
        margin:0 auto;
    }
    
    .slider img {
        width:40vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
        height:auto;
    }
    
    .slider .slick-slide {
        transform: scale(0.5);/*左右の画像のサイズを80%に*/
        transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
        opacity: 0.5;/*透過50%*/
    }
    
    .slider .slick-slide.slick-center{
        transform: scale(1);/*中央の画像のサイズだけ等倍に*/
        opacity: 1;/*透過なし*/
    }
    
    
    /*矢印の設定*/
    
    /*戻る、次へ矢印の位置*/
    .slick-prev, 
    .slick-next {
        position: absolute;/*絶対配置にする*/
        top: 42%;
        cursor: pointer;/*マウスカーソルを指マークに*/
        outline: none;/*クリックをしたら出てくる枠線を消す*/
        border-top: 2px solid #666;/*矢印の色*/
        border-right: 2px solid #666;/*矢印の色*/
        height: 15px;
        width: 15px;
    }
    
    .slick-prev {/*戻る矢印の位置と形状*/
        left: -1.5%;
        transform: rotate(-135deg);
    }
    
    .slick-next {/*次へ矢印の位置と形状*/
        right: -1.5%;
        transform: rotate(45deg);
    }
    
    /*ドットナビゲーションの設定*/
    
    .slick-dots {
        text-align:center;
        margin:20px 0 0 0;
    }
    
    .slick-dots li {
        display:inline-block;
        margin:0 5px;
    }
    
    .slick-dots button {
        color: transparent;
        outline: none;
        width:8px;/*ドットボタンのサイズ*/
        height:8px;/*ドットボタンのサイズ*/
        display:block;
        border-radius:50%;
        background:#ccc;/*ドットボタンの色*/
    }
    
    .slick-dots .slick-active button{
        background:#333;/*ドットボタンの現在地表示の色*/
    }
    
    
    /*========= レイアウトのためのCSS ===============*/
    
    body{
        background:#eee;
    }
    
    ul{
        margin:0;
        padding: 0;
        list-style: none;
    }
    
    a:hover,
    a:active{
        text-decoration: none;
    }  
    .introduction,.goal {
        width: 100%;
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
    }
    #introduction1,#goal1 {
        width: 80%;
    }
    .introduction dt {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .introduction img {
        width: 100%;
        padding-top: 20px;
    }
    .goal {
        width: 100%;
    }
    .goal dt {
        font-size: 25px;
        padding-bottom: 10px;
    }
    .goal img {
        width: 100%;
        padding-top: 20px;
    }
    .footer {
        width: 100%;
        text-align: center;
    }
    .footer2 {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
    }
    .footer #rogo {
        width: 15%;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .footer #ig {
        width: 5%;
        margin-top: 50px;
    }
    .footer a {
        text-decoration: none;
        color: #000000;
        margin: 40px;
    }
    .footer a:hover {
        color: #000;
        opacity: 0.3;
      }
    .footer ul {
        list-style: none;
        display: flex;
        justify-content: center;
        font-size: 20px;
    }
}


/*SPサイズレスポンシブ*/
@media(max-width:599px){
    /*==================================================
ふわっ
===================================*/

.fadeUp {
    animation-name: fadeUpAnime;/*アニメーションの定義名*/
    animation-duration:1s;/*アニメーション変化時間 ※デフォルト*/
    animation-fill-mode:forwards;/*アニメーションの開始と終了時の状態を指定*/
    opacity:0;
    }
    
    /*アニメーションの開始から終了までを指定する*/
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
        transform: translateY(100px);
      }
    
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
    .change-time15{
        animation-duration: 1.5s;
      }
    body{
        max-width:599px;
    }
    .container{
        width:100%;
    }
.header {
    display: none;
}
/*========= ぼかしのためのCSS ===============*/

.mainblur{
	filter: blur(8px);
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
	top:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:rgba(255,255,255,0.3);/*背景を少し透過させる*/
    /*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g-nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    display: none;/*はじめは非表示*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive ul {
    display: block;
}
/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}


/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:1.2rem;
}

#header{
	width:100%;
	background:#ffffff;
	padding: 20px;
}
#header img {
    width: 30%;
}
.profile {
    width: 100%;
    height: 130px;
    background-image: url(../img/haikei.png);
    background-size: cover;
    font-size: 30px;
    letter-spacing: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10%;
}
.top {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}
.top img {
    width: 50%;
}
.top h2 {
    margin-top: 50px;
    font-size: 1.5rem;
}
.top p {
    font-size: 1rem;
}
.about {
    width: 100%;
    text-align: center;
    margin: 30px 0 ;
    margin-bottom: 100px;
}
.about ul {
    list-style: none;
}
.section ul {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*文字間が狭い*/
    list-style: none;
    text-align: center;
    padding-top: 10%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-malformation {
  font-size: 1rem;

  padding: 1.5rem 2.5rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

a.btn-malformation {
  font-size: 1rem;

  padding: 1.5rem 2.5rem;

  color: #fff;
  border-radius: 100% 80px / 80px 100%;
}

a.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.btn-malformation--pastel {
  background: #fca1a1;
  background: -webkit-linear-gradient(-45deg, #fca1a1 35%, #fcfc5d 100%);
  background: -webkit-linear-gradient(315deg, #fca1a1 35%, #fcfc5d 100%);
  background: linear-gradient(135deg, #fca1a1 35%, #fcfc5d 100%);
  -webkit-box-shadow: 10px 5px 0 #fefeb3;
  box-shadow: 10px 5px 0 #fefeb3;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}
.main {
    width: 100%;
    display: flex;
   justify-content: center;
   height: 300px;
   align-items: center;
}
#main1,.main2 {
    width: 50%;
}
#main1 ul {
    list-style: none;
    padding-left: 15%;
    line-height: 30px;
    font-size: 0.6rem;
}
#main1 h2 {
    padding-left: 10%;
    font-size: 1rem;
    padding-bottom: 20px;
}
.main2 img {
    width: 100%;
}
.introduction,.goal {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#introduction1,#goal1 {
    width: 80%;
}
.introduction dt {
    font-size: 25px;
    padding-bottom: 10px;
}
.introduction img {
    width: 100%;
    padding-top: 20px;
}
.goal {
    width: 100%;
}
.goal dt {
    font-size: 25px;
    padding-bottom: 10px;
}
.goal img {
    width: 100%;
    padding-top: 20px;
}
.footer {
    width: 100%;
    text-align: center;
}
.footer2 {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}
.footer #rogo {
    width: 25%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.footer #ig {
    width: 7%;
    margin-top: 50px;
}
.footer a {
    text-decoration: none;
    color: #000000;
    margin: 20px;
}
.footer a:hover {
    color: #000;
    opacity: 0.3;
  }
.footer ul {
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 20px;
}
.gallery {
    display: none;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    width:40vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
}

.slider .slick-slide {
	transform: scale(0.5);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}


/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

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

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

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

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

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

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

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


/*========= レイアウトのためのCSS ===============*/

body{
	background:#eee;
}

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

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