@charset "UTF-8";

/* PC用 */


@media only screen and (min-width: 1000px) {

.container {
    background-color: #E2CCCC;
    width: 90%;
    margin: 0 auto;
    border-radius: 20px;
    /* 英語フォント */
    font-family: 'Kalam', cursive;
}
.header {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header1 {
    width: 10%;
}

.header1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border-style: outset;
}


.header2 {
    width: 70%;
}

.header2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header2 li {
    list-style: none;
}

.header2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 30px;
    color: #985B48;
}

.header2 a:hover {
    color: #C9B29C;
}

.header2 img {
    width: 50px;
}

.humberger-menu {
    display: none;
}



/* 要素を複数重ねれた！ */
.home {
    background-color: #C9B29C;
    width: 90%;
    height: 550px;
    margin: 20px 0 0 auto;
    text-align: right;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
   border-style: outset;
   }
   
   .home img {
       width: 770px;
       padding-top : 57px;
       padding-bottom: 30px;
   }

   .page {
    width: 60%;
    position: absolute;
    left: 70px;
    bottom: 200px;
   }

/* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

.title {
  display: flex;
  overflow: hidden;
  color: #985B48;
}


.title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}
.title span:nth-child(11) {
    transition-delay: 0.6s;
}
.title span:nth-child(12) {
    transition-delay: 0.66s;
}
.title span:nth-child(13) {
    transition-delay: 0.72s;
}
.title span:nth-child(14) {
    transition-delay: 0.78s;
}
.title span:nth-child(15) {
    transition-delay: 0.84s;
}
.title span:nth-child(16) {
    transition-delay: 0.9s;
}
.title span:nth-child(17) {
    transition-delay: 0.94s;
}


.group1 {
    display: block;
    font-size: 80px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

.group2 {
    /* margin-top: 450px; */
    display: block;
    font-size: 80px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.profile {
    width: 100%;
    margin-top: 100px;
}

.profile1 {
    width: 100%;
    height: 150px;
    margin-top: 80px;
}

.profile1 h1 {
    color: #985B48;
    text-align: center;
    font-size: 60px;
}

.profileitems {
    width: 100%;
    display: flex;
}



.profile2 {
    width: 50%;
    text-align: center;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
    color: #985B48;
}

.profile2 img {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    border-style: outset;
}

.profile2 h1 {
    padding-top: 10px;
}

.profile2 h2 {
    font-size: 20px;
}

.profile3 {
    width: 50%;
    margin-top: 30px;
    font-size: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #985B48;
}

.item1 {
    width: 100%;
    margin-top: 50px;
    text-align: left;
}

.item1 h3 {
text-align: left;
}

.item1 p {
    text-align: left;
}

.item1 ul {
    padding-left: 25px;
}

.like {
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.item2 {
    width: 65%;
    margin-top: 20px;
}

.item2 ul {
    padding-left: 25px;
}

.item3 {
    width: 35%;
    margin-right: 30px;
}

.profile3 img {
    width: 195px;
}


.design {
    background-color: #DBB4B4;
    width: 90%;
    height: 650px;
    display: flex;
    margin-top: 100px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    border-style: outset;
}


.design1 {
    width: 40%;
    margin-left: 30px;
    text-align: center;
}

.design1 img {
    width: 420px;
    padding-top: 150px;
    border-radius: 20px;
}

.design2 {
    width: 60%; 
}

.love {
    width: 100%;
}

.page2 {
    width: 80%;
    margin-left: 100px;
    margin-top: 130px;
}


/* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.group3 {
    display: block;
    font-size: 70px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

  .group4 {
    display: block;
    font-size: 70px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */



  .design3 {
    background-color: #C9B29C;
    width: 200px;
    height: 50px;
    margin-top: 170px;
    margin-left: 200px;
    text-align: center;
    border-radius: 20px;
    border-style: outset;

  }
.design3 a {
    font-size: 30px;
    text-decoration: none;
    color: #985B48;
}

.design3 a:hover {
    color: #E2CCCC;
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
    margin-top: 50px;
}

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

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

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを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 #C9B29C;/*矢印の色*/
    border-right: 2px solid #C9B29C;/*矢印の色*/
    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:#C9B29C;/*ドットボタンの色*/
}

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

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */



.portfolio {
    background-color: #A37D71 ;
    width: 90%;
    height: 750px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    border-style: outset;
   }

   .portfolio h2 {
    font-size: 40px;
    padding-top: 40px;
    color: #C9B29C;
   }

   .portfolio1 {
    background-color: #C9B29C;
    width: 200px;
    height: 50px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    border-style: outset;
   }

   .portfolio1 a {
    color: #985B48;
    font-size: 30px;
    text-decoration: none;
   }

   .portfolio1 a:hover {
    color: #E2CCCC;
   }


   .contact {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
}

.hikouki {
    display: flex;
}

.contact1 {
    width: 40%;
    margin-left: 50px;
    text-align: center;
}

.contact1 img {
    width: 400px;
    height: 200px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 130px;
}

.contact2 {
    width: 50%;
}

.page3 {
    width: 100%;
    margin-top: 100px;
    margin-left: 50px;
}


/* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.group5 {
    display: block;
    font-size: 50px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

  .group6 {
    display: block;
    font-size: 50px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .contact3 {
    background-color: #B26767;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    border-style: outset;
  }

  .contact3 a {
    font-size: 30px;
    text-decoration: none;
    color: #C9B29C;
  }

  .contactbotan a:hover {
    color: #E2CCCC;
  }

.contact3 a:hover {
    color: #E2CCCC;
}

   .footer {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
   }

   .footer1 {
    width: 10%;
   }

   .footer1 img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border-style: outset;
   }

   .footer2 {
    width: 70%;
   }

   .footer2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
   }

   .footer2 li {
    list-style: none;
   }

   .footer2 a {
    color: #985B48;
    text-decoration: none;
    padding-right: 20px;
    font-size: 30px;
   }

   .footer2 a:hover {
    color: #d2b48c;
   }

   .footer2 img {
    width: 50px;
   }


   .curved {
    position: relative;
    background: #E2CCCC;
    height: 20vh;
  }
  
  .curved::after {
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #B26767;
    height: 50%;
  }

  .curved p {
    position: absolute;
    left: 597px;
    top: 60px;
  }



/* design.html ------------------------------------------ */

.container1 {
    background-color: #DBB4B4;
    width: 90%;
    margin: 0 auto;
       /* 英語フォント */
       font-family: 'Kalam', cursive;
       border-radius: 10px;
}

.designheader {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.designheader1 {
    width: 10%;
}

.designheader1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border-style: outset;
}


.designheader2 {
    width: 70%;
}

.designheader2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.designheader2 li {
    list-style: none;
}

.designheader2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 30px;
    color: #985B48;
}

.designheader2 img {
    width: 50px;
}

.designheader2 a:hover {
    color: #E2CCCC;
}



.pink {
    margin-top: 20px;
}

.pink1 {
    width: 100%;
    text-align: center;
}

.pink1 h2 {
    font-size: 60px;
    color: #985B48;
    padding-top: 20px;
}

.pink2 {
    width: 70%;
    height: 200px;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
    align-items: center;
}

.skill1 {
    width: 60%;
}

.skill1 p {
    font-size: 30px;
    color: #985B48;
    padding-left: 80px;
}

.skill1 ul {
    padding-left: 40px;
    color: #985B48;
    padding-left: 120px;
}
.skill1 li {
    font-size: 20px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.skill2 {
    width: 40%;
}

.skill2 img {
    width: 250px;
}

.canva {
    background-color: #E2CCCC;
    width: 90%;
    height: 630px;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 10px;
    border-style: outset;
}

.canva h1 {
    width: 100%;
    padding-top: 10px;
    text-align: center;
    color: #985B48;

}

.canva p {
    color: #985B48;
}

.sample1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.image1 {
    background-color: #E2CCCC;
    width: 28%;
    height: 200px;
    text-align: center;
    border-style: outset;
    border-radius: 10px;
    margin-top: 50px;
    overflow: hidden;
}

.image1 img {
    width: 190px;
    padding-top: 20px;
}

.image1 img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.image1 p {
    padding-top: 10px;
       /* 日本語フォント */
       font-family: 'Noto Sans JP', sans-serif;
}

.rogo img {
    width: 107px;
}


.space {
    background-color: #DBB4B4;
    width: 100%;
    height: 50px;
    border-radius: 20px;
}

/*------------------------------------------------ */



/* portfolio.html------------------------------- */

.container2 {
    background-color: #A37D71;
    width: 90%;
    margin: 0 auto;
       /* 英語フォント */
       font-family: 'Kalam', cursive;
       border-radius: 10px;
}

.portfolioheader {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolioheader1 {
    width: 10%;
}

.portfolioheader1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border-style: outset;
}


.portfolioheader2 {
    width: 70%;
}

.portfolioheader2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.portfolioheader2 li {
    list-style: none;
}

.portfolioheader2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 30px;
    color: #C9B29C;
}

.portfolioheader2 img {
    width: 50px;
}

.portfolioheader2 a:hover {
    color: #E2CCCC;
}

.brown1 {
    width: 100%;
    text-align: center;
}

.brown1 h2 {
    font-size: 60px;
    padding-top: 20px;
    color: #C9B29C;
}

.brown2 {
    width: 70%;
    margin: 0 auto;
    display: flex;
    margin-top: 10px;
}

.skill3 {
    width: 60%;
    padding-top: 40px;
}

.skill3 p {
    font-size: 30px;
    color: #C9B29C;
    padding-left: 80px;
}

.skill3 ul {
    padding-left: 40px;
    color: #C9B29C;
    padding-left: 120px;
}
.skill3 li {
    font-size: 20px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.skill4 {
    width: 40%;
    
}

.skill4 img {
    width: 200px;
}

.brown3 {
    background-color: #C9B29C;
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 10px;
    border-style: outset;
    text-align: center;
}

.brown3 p {
    font-size: 30px;
    color: #985B48;
    padding-top: 10px;
}

.sample2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.port1 {
    background-color: #C9B29C;
    width: 28%;
    height: 200px;
    text-align: center;
    margin-top: 30px;
    border-style: outset;
    border-radius: 10px;
    overflow: hidden;
}

.port1 img {
    width: 200px;
    padding-top: 10px;
}

.port1 img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.port1 p {
    padding-top: 10px;
    color: #985B48;
    font-size: 18px;
       /* 日本語フォント */
       font-family: 'Noto Sans JP', sans-serif;
}

.kansai {
    width: 200px;
    height: 135px;
    object-fit: cover;
}

.port1 video {
    width: 220px;
    padding-top: 10px;
}

.port1 video:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.space1 {
    background-color: #A37D71;
    width: 100%;
    height: 50px;
    border-radius: 20px;
}

/* ------------------------------------------- */



/* お問い合わせフォーム-------------------------- */


  .container3 {
    background-color: #E2CCCC;
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
  }

  .contactheader {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
     /* 英語フォント */
     font-family: 'Kalam', cursive;
}

.contactheader1 {
    width: 10%;
}

.contactheader1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}


.contactheader2 {
    width: 70%;
}

.contactheader2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contactheader2 li {
    list-style: none;
}

.contactheader2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 30px;
    color: #B26767;
}

.contactheader2 img {
    width: 50px;
}

.contactheader2 a:hover {
    color: #C9B29C;
}

  .contactform1 {
    width: 80%;
    margin: 0 auto;
  }

  .contactform1 img {
    width: 100%;
  }

  .contactform2 {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .contactform2 h2 {
    color: #B26767;
  }

  .contactform2 p {
    color: #B26767;
  }

  .contactform3 {
    width: 90%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .form1 {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }

  .form1input {
    background-color: #E2CCCC;
    width: 100%;
    height: 40px;
    border-radius: 5px;
  }

  .form2 {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }
  
.form2input {
    background-color: #E2CCCC;
    width: 100%;
    height: 40px;
    border-radius: 5px;
  }

  .form3 {
    width: 60%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }

  .form3input {
    background-color: #E2CCCC;
    width: 100%;
    height: 40px;
    border-radius: 5px;
  }

  .form4 {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .item1 {
   text-align: center;
  }

.item2 {
    margin: 0 auto;
    font-size: 20px;
}

  .form5 {
    width: 65%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }

  .form5textarea {
    background-color: #E2CCCC;
    border-radius: 5px;
    width: 100%;
  }

  .form6 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
  }

  .button {
    background-color: #B26767;
    width: 230px;
    height: 50px;
    font-size: 20px;
  }

  .form7 {
    display: flex;
  }

  .woman {
    width: 40%;
  }

  .ashiato {
    width: 40%;
    margin-left: 80px;
  }

  /* サンクスページ------------------------------- */

  .thankscontainer {
    background-color: #E2CCCC;
    width: 100%;
    height: 380px;
    border-radius: 10px;
  }

  .thanks {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .thanks img {
    width: 600px;
  }

  .thanks h1{
    font-size: 25px;
  }

  .thanks a {
    font-size: 20px;
    color: #B26767;
  }

  .thanks a:hover {
    color: #C9B29C;
  }


  /* 模写１ */

  .mosya1-container {
    width: 800px;
    margin: 0 auto;
}

/* 背景画像の場合、画像が大きすぎるのか、トリミングの方法も調べて試してみたけど、分からなかった。
ポジションの方法でやってみた */
.mosya1-header {
    width: 800px;
    height: 200px;
    background-image: url(../image/header1.jpeg);
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: relative;
}

.mosya1-header h1 {
    position: absolute;
    top: 60px;
    left: 60px;
    color: white;
}
.mosya1-header p {
    position: absolute;
    top: 100px;
    left: 60px;
    color: white;
}

.navi {
    width: 100%;
    margin-top: 30px;
}

.navi ul {
    display: flex;
    list-style: none;
    padding-left: 30px;
}

.navi a {
    padding-right: 10px;
}

.main {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.main h2 {
    padding-bottom: 10px;
}
.main img {
    width: 550px;
    padding-bottom: 20px;
}
.main p {
    font-size: 12px;
}

.contents {
    width: 70%;
}

.menu {
    width: 30%;
}
.menu h2 {
    padding-bottom: 30px;
}

.menu ul {
    padding-left: 25px;
}

.mosya1-footer {
    background-color: rgb(86, 147, 66);
    width: 100%;
    height: 70px;
    margin-top: 30px;
}
.mosya1-footer p {
    padding-top: 40px;
    padding-left: 60px;
    color: white;
    font-size: 12px;
}

/* 模写２ */

.mosya2-container {
    background-color: white;
    width: 100%;
    font-family: 'Noto Serif JP', serif;;
}

.mosya2-header {
    background-image: url(../image/mosya2-header.png);
    width: 100%;
    height: 850px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.mosya2-header1 {
    width: 20%;
    height: 100px;
}
.mosya2-header1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding-bottom: 70px;
    padding-left: 10px;
}

.mosya2-header2 {
    width: 70%;
}

.mosya2-header2 ul {
    display: flex;
    justify-content: flex-end;
    color: white;
    list-style: none;
    text-decoration: none;
    padding-top: 70px;
}

.mosya2-header2 li {
    font-size: 20px;
    padding-right: 30px;
}

.mosya2-header li:hover {
    color: coral;
}

.mosya2-humberger {
    display: none;
}

.sushi {
    width: 80%;
    margin: 0 auto;
    margin-top:100px;
    display: flex;
}

.sushi1 {
    width: 60%;
    height: 400px;
}

.sushi1 img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.sushi2 {
    width: 40%;
    text-align: center;
}

.sushi2 h1 {
    font-size: 40px;
}

.sushi h2 {
    padding-bottom: 20px;
}

.text {
    margin-top: 20px;
}

.sushi2 p {
    font-size: 20px;
}


.mosya2-menu {
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    text-align: center;
}

.mosya2-menu1 {
    width: 40%;
    height: 400px;
}
.mosya2-menu1 h1 {
    font-size: 40px;
}

.mosya2-menu1 h2 {
    padding-bottom: 20px;
}

.mosya2-menu1 p {
    font-size: 20px;
}

.text1 {
    margin-top: 20px;
}

.mosya2-item {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    align-items: center;
}

.mosya2-item1 {
    width: 40%;
    position: relative;
}

.mosya2-item1 img {
    width: 80px;
    padding-right: 20px;
}


.mosya2-item1 a {
    color: black;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;

}

.mosya2-item1 a:hover {
    color: coral;
}


.mosya2-item2 {
    width: 40%;
    height: 40px;
    margin-right: 10%;
    position: relative;
}

.mosya2-item2 img {
    width: 60px;
    padding-right: 30px;
}

.mosya2-item2 a {
    color: black;
    text-decoration: none;
    position: absolute;
    right: 20px;
}

.mosya2-item2 a:hover {
    color: coral;
}


.mosya2-menu2 {
    width: 60%;
    text-align: center;
}
.mosya2-menu2 img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.mosya2-menu-1 {
    display: none;
}

.catering {
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
}

.catering1 {
    width: 60%;
    height: 400px;
}

.catering1 img {
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.catering2 {
    width: 40%;
    text-align: center;
}

.catering2 h1 {
    font-size: 40px;
}

.catering2 h2 {
    padding-bottom: 20px;
}
.text2 {
    margin-top: 20px;
}

.catering2 p {
    font-size: 20px;
}

.food {
    width: 70%;
    height: 300px;
    margin: 0 auto;
    margin-top: 70px;
}

.food1 {
    width: 100%;
    text-align: center;
}

.food2 {
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
}

.neta1 {
    background-color: rgb(255, 235, 216);
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 150px;
    border-width: 5px;
    border-style: outset;
}

.neta1 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.neta1 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
}

.neta1 a:hover {
    color: coral;
}

.neta2 {
    background-color: rgb(255, 235, 216);
    width: 260px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 50px;
    border-width: 5px;
    border-style: outset;
}

.neta2 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.neta2 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
}

.neta2 a:hover {
    color: coral;
}

.food3 {
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
}

.neta3 {
    background-color: rgb(255, 235, 216);
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 250px;
    border-width: 5px;
    border-style: outset;
}

.neta3 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.neta3 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
}

.neta3 a:hover {
    color: coral;
}

.neta4 {
    background-color: rgb(255, 235, 216);
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 50px;
    border-width: 5px;
    border-style: outset;
}

.neta4 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.neta4 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
}

.neta4 a:hover {
    color: coral;
}

.mosya2-footer2-1 {
    display: none;
}

.mosya2-footer {
    width: 70%;
    height: 300px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
}

.mosya2-footer1 {
    width: 50%;
    height: 300px;
    text-align: center;
}

.mosya2-footer1 h1 {
    font-size: 40px;
}

.mosya2-footer1 h2 {
    font-size:35px;
}

.mosya2-footer1 a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.mosya2-footer1 a:hover {
    color: coral;
}

.mosya2-div {
    width: 50%;
    height: 400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.mosya2-div img {
    width: 400px;
}

.mosya2-div p {
    position: absolute;
    left: 280px;
    bottom: 100px;
}

/* 模写３ */

.mosya3-container {
    width: 100%;
    margin: 0 auto;
    /* 日本語フォント */
    font-family: 'Zen Maru Gothic', sans-serif;
}

.mosya3-header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.mosya3-header1 {
    width: 30%;
    margin-left: 20px;
    padding-bottom: 5px;
}

.mosya3-header2 {
    width: 50%;
    margin-right: 20px;
}

.mosya3-header2 ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
}

.mosya3-header2 li {
    list-style: none;
    padding-right: 30px;
    font-size: 18px;
}

.mosya3-header2 a {
    text-decoration: none;
    color: black;
}

.mosya3-header2 a:hover {
    color: #50a51f;
}

.mosya3-hunberger {
    display: none;
}

.omoi {
    width: 100%;
}

.omoi video {
    width: 100%;
}

.omoi2 {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.omoi2-3 {
    display: none;
}

.omoi2 h1 {
    padding-bottom: 20px;
}

.mosya3-image {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 50px;
}

.mosya3-image h2 {
    font-size: 30px;
    text-align: center;
}



.point {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}

.point1 {
    width: 100%;
}

.point1 h1 {
    text-align: center;
}

.point2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    text-align: center;
}

.mosya3-item1 {
    width: 32%;
}

.mosya3-item1 img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
}

.mosya3-item1 p {
    text-align: center;
    padding-top: 25px;
}



.cameraman {
    width: 80%;
    margin: 0 auto;
    margin-top: 150px;
}

.cameraman1 {
    width: 100%;
}

.cameraman1 h1 {
    text-align: center;
}

.cameraman2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}

.mosya3-name1 {
    width: 40%;
}

.mosya3-name1 img {
    width: 100%;
}

.mosya3-name2 {
    width: 50%;
    padding-top: 70px;
}

.mosya3-name2 h1 {
    padding-bottom: 10px;
}

.mosya3-name2 p {
    font-size: 18px;
}

.mosya3-contact {
    background-image: url(../image/contact-background.png);
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    margin-top: 150px;
    position: relative;
}

.mosya3-contact p {
    position: absolute;
    top: 150px;
    left: 160px;
}

.mosya3-contact a {
    position: absolute;
    top: 190px;
    left: 115px;
}

/* ボタン　コピペ */

.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;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #50a51f;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #50a51f;
}

a.btn--radius {
   border-radius: 100vh;
}
  /* --------------------------------- */



.mosya3-access {
    width: 80%;
    margin: 0 auto;
    margin-top: 120px;
}

.mosya3-access1 {
    width: 100%;
    text-align: center;
}

.mosya3-access2 {
    background-color: rgb(207, 234, 178);
    width: 100%;
    height: 350px;
    display: flex;
    margin-top: 30px;
}

.mosya3-chizu1 {
    width: 50%;
    padding-left: 80px;
    padding-top: 80px;
}

.mosya3-chizu1 h1 {
    padding-bottom: 10px;
}

.mosya3-chizu2 {
    width: 50%;
}

.mosya3-chizu2-p {
    display: none;
}

.mosya3-chizu2-s {
    display: none;
}

.mosya3-footer {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.mosya3-footer1 {
    width: 30%;
    margin-left: 20px;
    padding-bottom: 5px;
}

.mosya3-footer2 {
    width: 50%;
    margin-right: 20px;
}

.mosya3-footer2 ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 13px;
}

.mosya3-footer2 li {
    list-style: none;
    padding-right: 30px;
    font-size: 18px;
}

.mosya3-footer2 a {
    text-decoration: none;
    color: black;
}

.mosya3-footer2 a:hover {
    color: #50a51f;
}

.mosya3-end {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

/* 模写４ */

.mosya4-container {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

.mosya4-header {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.mosya4-header1 {
    width: 30%;
}

.mosya4-header1 img {
    width: 300px;
}

.mosya4-header2 {
    width: 30%;
}

.mosya4-header2 p {
    font-size: 30px;
}

.mosya4-header3 {
    background-color: rgb(255, 187, 61);
    width: 30%;
    height: 70px;
    padding-top: 12px;
    border-radius: 40px;
}

.mosya4-header3 p {
    font-size: 30px;
    color: white;
}

.mosya4-header3 p:hover {
    color:rgb(121, 95, 63);
}

/*==================================================
スライダーのためのcss
===================================*/
.slider4 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider4 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

.mosya4-about {
    width: 100%;
    margin-top: 100px;
}

.mosya4-about h1 {
    text-align: center;
    font-size: 30px;
}

.mosya4-about1 {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.mosya4-item1 {
    width: 50%;
}

.mosya4-item1 img {
    width: 100%;
}

.mosya4-item2 {
    width: 50%;
    padding-left: 50px;
    font-size: 23px;
}

.mosya4-item2 p {
    padding-top: 5px;
}

.gallery {
    margin-top: 100px;
}

.gallery h1 {
    text-align: center;
}

/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:50px 20px;
    list-style: none;
}

.sort-btn li{
	background:#eee;
	border-radius:10px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:#ccc;	
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
	justify-content: space-between;
}
	
.sort-btn li{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
    padding: 20px;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
}
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}


.mosya4-footer1 {
    text-align: center;
    font-size: 30px;
    margin-top: 100px;
}

.mosya4-footer2 {
    background-color: rgb(255, 187, 61);
    width: 30%;
    height: 70px;
    padding-top: 12px;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.mosya4-footer2 p {
    font-size: 30px;
    color: white;
    text-align: center;
}

.mosya4-footer2 p:hover {
    color: rgb(121, 95, 63);
}

.mosya4-end {
    width: 100%;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 20px;
}

/* 架空サイト */

.kaku-container {
    background-color: #FFABBF;
    width: 100%;
    /* 英語フォント英語フォント */
    font-family: 'Abril Fatface', serif;
}

.bulldog {
    width: 100%;
    text-align: right;
    position: relative;
}

.bulldog img {
    width: 70%;
    height: 730px;
    object-fit: cover;
}

.bulldog ul {
    display: flex;
    list-style: none;
    position: absolute;
    bottom: 660px;
}

.kaku-header a {
    text-decoration: none;
    padding-left: 20px;
    font-size: 35px;
    color: white;
}

.kaku-header a:hover {
    color: pink;
}

.bulldog h1 {
    position: absolute;
    bottom: 360px;
    left: 60px;
    font-size: 70px;
}

.bulldog p {
    position: absolute;
    bottom:330px;
    left: 60px;
    font-size: 25px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.kaku-about {
    width: 100%;
    margin-top: 50px;
}

.kaku-about1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.kaku-about2 {
    width: 100%;
    display: flex;
}

.kaku-item1 {
    width: 40%;
    height: 650px;
}

.kaku-item1 img {
    width: 100%;
}

.kaku-item2 {
    width: 40%;
    height: 300px;
    margin-top: 200px;
    margin-left: 200px;
}

.kaku-item2 p {
    font-size: 25px;
    padding-top: 10px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.gallery0 {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery1 {
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
margin:0;
}

.gallery1 li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery1 img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.gallery1 {
	columns:3;
	}	
}

@media only screen and (max-width: 768px) {
	.gallery1 {
	columns: 2;
	}	
}

.tennai {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
}

.tennai1 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.tennai1 img {
    width: 30%;
}

.ryoukin {
    background-color:rgb(87, 87, 87) ;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 30px;
}

.ryoukin table {
    margin: auto;
    margin-top: 20px;
}

.kaku-chizu {
    background-color:rgb(87, 87, 87) ;
    width: 90%;
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
}

.kaku-chizu2 {
    width: 70%;
    text-align: center;
    font-size: 25px;
    color: white;
}

.kaku-chizu1-s {
    display: none;
}

.message {
    width: 100%;
    margin-top: 50px;
}

.message1 {
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.message2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.kaku-item3 {
    width: 60%;
}

.kaku-item3 img {
    width: 500px;
}

.kaku-item4 {
    width: 40%;
    height: 200px;
    margin: 0 auto;
    margin-top: 100px;
    font-size: 30px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.kaku-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kaku-footer1 {
    width: 50%;
    height: 50px;
    margin-top: 120px;
}

.kaku-footer1 ul {
    display: flex;
}

.kaku-footer1 li {
    list-style: none;
}

.kaku-footer1 a {
    text-decoration: none;
    color: black;
    padding-left: 20px;
    font-size: 35px;
}

.kaku-footer1 a:hover {
    color: gray;
}

.kaku-footer2 {
    width: 13%;
}

.kaku-footer2 img {
    width: 100%;
}

.kaku-end {
    background-color: rgb(87, 87, 87);
    width: 100%;
    height: 120px;
}

.kaku-end p {
    padding-top: 45px;
    padding-left: 20px;
    font-size: 20px;
    color: white;
}

.kaku-space {
    width: 100%;
    height: 30px;
}


}




/* タブレット用のCSS */
/*-----------------------------------------------------*/
@media only screen and (min-width:480px) and (max-width:999px) {



body {
    min-width:480px;
    max-width:999px;
}

.container {
    background-color: #E2CCCC;
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    /* 英語フォント */
    font-family: 'Kalam', cursive;
}
.header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header1 {
    width: 10%;
}

.header1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border-style: outset;
}


.header2 {
    width: 70%;
}

.header2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header2 li {
    list-style: none;
}

.header2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 25px;
    color: #985B48;
}

.header2 a:hover {
    color: #C9B29C;
}

.header2 img {
    width: 50px;
}

.humberger-menu {
    display: none;
}



/* 要素を複数重ねれた！ */
.home {
    background-color: #C9B29C;
    width: 90%;
    height: 350px;
    margin: 20px 0 0 auto;
    text-align: right;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative;
    border-style: outset;
   }
   
   .home img {
       width: 500px;
       padding-top : 30px;
       padding-bottom: 30px;
   }

   .page {
    width: 50%;
    position: absolute;
    top: 50px;
    left: 50px;
   }

 
/* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

.title {
  display: flex;
  overflow: hidden;
  color: #985B48;
  font-size: 20px;
}


.title.-visible span {
  transform: translate(0, 0);
}

.title span:nth-child(2) {
  transition-delay: 0.06s;
}
.title span:nth-child(3) {
  transition-delay: 0.12s;
}
.title span:nth-child(4) {
  transition-delay: 0.18s;
}
.title span:nth-child(5) {
  transition-delay: 0.24s;
}
.title span:nth-child(6) {
  transition-delay: 0.30s;
}
.title span:nth-child(7) {
  transition-delay: 0.36s;
}
.title span:nth-child(8) {
  transition-delay: 0.42s;
}
.title span:nth-child(9) {
  transition-delay: 0.48s;
}
.title span:nth-child(10) {
  transition-delay: 0.54s;
}
.title span:nth-child(11) {
    transition-delay: 0.6s;
}
.title span:nth-child(12) {
    transition-delay: 0.66s;
}
.title span:nth-child(13) {
    transition-delay: 0.72s;
}
.title span:nth-child(14) {
    transition-delay: 0.78s;
}
.title span:nth-child(15) {
    transition-delay: 0.84s;
}
.title span:nth-child(16) {
    transition-delay: 0.9s;
}
.title span:nth-child(17) {
    transition-delay: 0.94s;
}


.group1 {
    display: block;
    font-size: 55px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

.group2 {
    display: block;
    font-size: 55px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.profile {
    width: 100%;
    margin-top: 50px;
}

.profile1 {
    width: 100%;
}

.profile1 h1 {
    color: #985B48;
    text-align: center;
    font-size: 50px;
}

.profileitems {
    width: 100%;
    display: flex;
    margin-top: 20px;
}



.profile2 {
    width: 45%;
    text-align: center;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
    color: #985B48;
}

.profile2 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
    border-style: outset;
}

.profile2 h1 {
    font-size: 25px;
    padding-top: 10px;
}

.profile2 h2 {
    font-size: 18px;
}

.profile3 {
    width: 55%;
    margin-top: 30px;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #985B48;
}

.item1 {
    width: 100%;
    padding-left: 10px;
}

.item1 h3 {
    text-align: left;
}

.item1 p {
    text-align: left;
}

.like {
    width: 100%;
    display: flex;
    margin-top: 20px;
}
.item2 {
    width: 55%;
    margin-top: 20px;
}

.item3 {
    width: 45%;
}

.profile3 img {
    width: 95%;
}


.design {
    background-color: #DBB4B4;
    width: 90%;
    height: 400px;
    display: flex;
    margin-top: 80px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
    border-style: outset;
}

.love {
    width: 100%;
}

.design1 {
    width: 50%;
    margin-left: 50px;
    text-align: center;
}

.design1 img {
    width: 300px;
    padding-top: 60px;
    border-radius: 20px;
}

.design2 {
    width: 50%; 
}

.page2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
   
   }


/* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.group3 {
    display: block;
    font-size: 40px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

  .group4 {
    margin-top: 10px;
    display: block;
    font-size: 40px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */



  .design3 {
    background-color: #C9B29C;
    width: 175px;
    height: 40px;
    margin-top: 83px;
    margin-left: 80px;
    text-align: center;
    border-radius: 20px;
    border-style: outset;

  }
.design3 a {
    font-size: 25px;
    text-decoration: none;
    color: #985B48;
}

.design3 a:hover {
    color: #E2CCCC;
}




/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
    margin-top: 50px;
}

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

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

.slider .slick-slide {
	transform: scale(0.8);/*左右の画像のサイズを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 #C9B29C;/*矢印の色*/
    border-right: 2px solid #C9B29C;/*矢印の色*/
    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:#C9B29C;/*ドットボタンの色*/
}

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

/* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */



.portfolio {
    background-color: #A37D71 ;
    width: 90%;
    height: 600px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    border-style: outset;
   }

   .portfolio h2 {
    font-size: 30px;
    padding-top: 30px;
    color: #C9B29C;
   }

   .portfolio1 {
    background-color: #C9B29C;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    border-style: outset;
   }

   .portfolio1 a {
    color: #985B48;
    font-size: 25px;
    text-decoration: none;
   }

   .portfolio1 a:hover {
    color: #E2CCCC;
   }


   .contact {
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}

.hikouki {
    display: flex;
}

.contact1 {
    width: 50%;
    text-align: center;
}

.contact1 img {
    width: 280px;
    height: 150px;
    object-fit: cover;
    border-radius: 20px;
}

.contact2 {
    width: 50%;
}

.page3 {
    width: 100%;
    margin-left: 40px;
}


/* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.group5 {
    display: block;
    font-size: 30px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

  .group6 {
    display: block;
    font-size: 30px;
    transform: translate(0, 105%);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }

  /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

  .contact3 {
    background-color: #B26767;
    width: 170px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    border-style: outset;
  }

  .contact3 a {
    font-size: 25px;
    text-decoration: none;
    color: #C9B29C;
  }

  .contactbotan a:hover {
    color: #E2CCCC;
  }

.contact3 a:hover {
    color: #E2CCCC;
}

   .footer {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
   }

   .footer1 {
    width: 10%;
   }

   .footer1 img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
   }

   .footer2 {
    width: 70%;
   }

   .footer2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
   }

   .footer2 li {
    list-style: none;
   }

   .footer2 a {
    color: #985B48;
    text-decoration: none;
    padding-right: 20px;
    font-size: 25px;
   }

   .footer2 a:hover {
    color: #d2b48c;
   }

   .footer2 img {
    width: 50px;
   }


   .curved {
    position: relative;
    background: #E2CCCC;
    height: 10vh;
  }
  
  .curved::after {
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #B26767;
    height: 80%;
  }

  .curved p {
    position: absolute;
    left: 597px;
    top: 60px;
  }



/* design.html ------------------------------------------ */

.container1 {
    background-color: #DBB4B4;
    width: 95%;
    margin: 0 auto;
       /* 英語フォント */
       font-family: 'Kalam', cursive;
       border-radius: 10px;
}

.designheader {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.designheader1 {
    width: 10%;
}

.designheader1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    border-style: outset;
}


.designheader2 {
    width: 70%;
}

.designheader2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.designheader2 li {
    list-style: none;
}

.designheader2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 25px;
    color: #985B48;
}

.designheader2 img {
    width: 50px;
}

.designheader2 a:hover {
    color: #E2CCCC;
}

.pink {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.pink1 {
    width: 100%;
    text-align: center;
}

.pink1 h2 {
    font-size: 50px;
    color: #985B48;
    padding-top: 20px;
}

.pink2 {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    display: flex;
    margin-top: 10px;
    align-items: center;
}

.skill1 {
    width: 60%;
}

.skill1 p {
    font-size: 30px;
    color: #985B48;
    padding-left: 80px;
}

.skill1 ul {
    padding-left: 40px;
    color: #985B48;
    padding-left: 120px;
}
.skill1 li {
    font-size: 17px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.skill2 {
    width: 40%;
}

.skill2 img {
    width: 230px;
}

.canva {
    background-color: #E2CCCC;
    width: 95%;
    height: 600px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    border-radius: 10px;
    border-style: outset;
}

.canva h1 {
    color: #985B48;
    font-size: 30px;
}

.sample1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.image1 {
    background-color: #E2CCCC;
    width: 28%;
    height: 200px;
    text-align: center;
    border-style: outset;
    border-radius: 10px;
    margin-top: 50px;
    overflow: hidden;
}

.image1 img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.image1 img {
    width: 180px;
    padding-top: 20px;
}

.image1 p {
    color: #985B48;
    font-size: 15px;
    padding-top: 10px;
       /* 日本語フォント */
       font-family: 'Noto Sans JP', sans-serif;
}

.rogo img {
    width: 102px;
}

.space {
    width: 100%;
    height: 50px;
}

/*------------------------------------------------ */



/* portfolio.html------------------------------- */

.container2 {
    background-color: #A37D71;
    width: 95%;
    margin: 0 auto;
       /* 英語フォント */
       font-family: 'Kalam', cursive;
       border-radius: 10px;
}

.portfolioheader {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolioheader1 {
    width: 10%;
}

.portfolioheader1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}


.portfolioheader2 {
    width: 70%;
}

.portfolioheader2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.portfolioheader2 li {
    list-style: none;
}

.portfolioheader2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 25px;
    color: #C9B29C;
}

.portfolioheader2 img {
    width: 50px;
}

.portfolioheader2 a:hover {
    color: #E2CCCC;
}

.brown1 {
    width: 100%;
    text-align: center;
}

.brown1 h2 {
    font-size: 50px;
    padding-top: 20px;
    color: #C9B29C;
}

.brown2 {
    width: 70%;
    margin: 0 auto;
    display: flex;
    margin-top: 10px;
}

.skill3 {
    width: 60%;
    padding-top: 40px;
}

.skill3 p {
    font-size: 30px;
    color: #C9B29C;
    padding-left: 80px;
}

.skill3 ul {
    padding-left: 40px;
    color: #C9B29C;
    padding-left: 120px;
}
.skill3 li {
    font-size: 20px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.skill4 {
    width: 40%;
    
}

.skill4 img {
    width: 200px;
}

.brown3 {
    background-color: #C9B29C;
    width: 95%;
    margin: 0 auto;
    margin-top: 70px;
    border-radius: 10px;
    border-style: outset;
    text-align: center;
}

.brown3 p {
    font-size: 30px;
    color: #985B48;
    padding-top: 10px;
}

.sample2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 50px;
}

.port1 {
    background-color: #C9B29C;
    width: 28%;
    height: 200px;
    text-align: center;
    margin-top: 30px;
    border-style: outset;
    border-radius: 10px;
    overflow: hidden;
}

.port1 img {
    width: 180px;
    padding-top: 10px;
}

.port1 img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.port1 p {
    padding-top: 10px;
    color: #985B48;
    font-size: 18px;
       /* 日本語フォント */
       font-family: 'Noto Sans JP', sans-serif;
}

.kansai {
    width: 200px;
    height: 125px;
    object-fit: cover;
}

.port1 video {
    width: 195px;
    padding-top: 10px;
}

.port1 video:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.space1 {
    background-color: #A37D71;
    width: 100%;
    height: 50px;
    border-radius: 20px;
}

/* ------------------------------------------- */

      /* お問い合わせフォーム-------------------------- */




  .container3 {
    background-color: #E2CCCC;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
  }

  .contactheader {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
     /* 英語フォント */
     font-family: 'Kalam', cursive;
}

.contactheader1 {
    width: 10%;
}

.contactheader1 img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
}


.contactheader2 {
    width: 75%;
}

.contactheader2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.contactheader2 li {
    list-style: none;
}

.contactheader2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 25px;
    color: #B26767;
}

.contactheader2 img {
    width: 50px;
}

.contactheader2 a:hover {
    color: #C9B29C;
}


  .contactform1 {
    width: 80%;
    margin: 0 auto;
  }

  .contactform1 img {
    width: 100%;
  }

  .contactform2 {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .contactform2 h2 {
    font-size: 17px;
    color: #B26767;
  }

  .contactform2 p {
    font-size: 15px;
    color: #B26767;
  }

  .contactform3 {
    width: 90%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .form1 {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }

  .form1input {
    background-color: #E2CCCC;
    width: 100%;
    height: 30px;
    border-radius: 5px;
  }

  .form2 {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  
.form2input {
    background-color: #E2CCCC;
    width: 100%;
    height: 30px;
    border-radius: 5px;
  }

  .form3 {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }

  .form3input {
    background-color: #E2CCCC;
    width: 100%;
    height: 30px;
    border-radius: 5px;
  }

  .form4 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .item1 {
    text-align: center;
  }

  .item2 {
    width: 50%;
    margin: 0 auto;
    font-size: 15px;
  }


  .form5 {
    width: 70%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }

  .form5textarea {
    background-color: #E2CCCC;
    border-radius: 5px;
    width: 100%;
  }

  .form6 {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }

  .button {
    background-color: #B26767;
    width: 200px;
    height: 40px;
  }

  .form7 {
    display: flex;
  }

  .woman {
    width: 40%;
  }

  .ashiato {
    width: 40%;
    margin-left: 80px;
  }

    /* サンクスページ------------------------------- */

    .thankscontainer {
        background-color: #E2CCCC;
        width: 100%;
        height: 300px;
        border-radius: 10px;
      }
    
      .thanks {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
      }
    
      .thanks img {
        width: 400px;
      }

      .thanks h1 {
        font-size: 20px;
      }
    
      .thanks a {
        font-size: 15px;
        color: #B26767;
      }
    
      .thanks a:hover {
        color: #C9B29C;
      }



        /* 模写１ */

  .mosya1-container {
    width: 800px;
    margin: 0 auto;
}

/* 背景画像の場合、画像が大きすぎるのか、トリミングの方法も調べて試してみたけど、分からなかった。
ポジションの方法でやってみた */
.mosya1-header {
    width: 800px;
    height: 200px;
    background-image: url(../image/header1.jpeg);
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: relative;
}

.mosya1-header h1 {
    position: absolute;
    top: 60px;
    left: 60px;
    color: white;
}
.mosya1-header p {
    position: absolute;
    top: 100px;
    left: 60px;
    color: white;
}

.navi {
    width: 100%;
    margin-top: 30px;
}

.navi ul {
    display: flex;
    list-style: none;
    padding-left: 30px;
}

.navi a {
    padding-right: 10px;
}

.main {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.main h2 {
    padding-bottom: 10px;
}
.main img {
    width: 550px;
    padding-bottom: 20px;
}
.main p {
    font-size: 12px;
}

.contents {
    width: 70%;
}

.menu {
    width: 30%;
}
.menu h2 {
    padding-bottom: 30px;
}

.menu ul {
    padding-left: 25px;
}

.mosya1-footer {
    background-color: rgb(86, 147, 66);
    width: 100%;
    height: 70px;
    margin-top: 30px;
}
.mosya1-footer p {
    padding-top: 40px;
    padding-left: 60px;
    color: white;
    font-size: 12px;
}

/* 模写２ */

.mosya2-container {
    background-color: white;
    width: 100%;
    font-family: 'Noto Serif JP', serif;;
}

.mosya2-header {
    background-image: url(../image/mosya2-header.png);
    width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
}

.mosya2-header1 {
    width: 20%;
}
.mosya2-header1 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding-bottom: 150px;
    padding-left: 10px;
}

.mosya2-header2 {
    width: 70%;
    height: 50px;
    margin-top: 30px;
}

.mosya2-header2 ul {
    display: flex;
    justify-content: flex-end;
    color: white;
    list-style: none;
    text-decoration: none;
}

.mosya2-header2 li {
    font-size: 13px;
    padding-right: 20px;
}

.mosya2-header li:hover {
    color: coral;
}

.mosya2-humberger {
    display: none;
}

.sushi {
    width: 90%;
    margin: 0 auto;
    margin-top:70px;
    display: flex;
}

.sushi1 {
    width: 60%;
    height: 300px;
}

.sushi1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.sushi2 {
    width: 40%;
    text-align: center;
}

.sushi2 h1 {
    font-size: 30px;
}

.sushi h2 {
    padding-bottom: 10px;
}

.text {
    margin-top: 10px;
}

.sushi2 p {
    font-size: 15px;
}


.mosya2-menu {
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    text-align: center;
}

.mosya2-menu1 {
    width: 40%;
    height: 300px;
}
.mosya2-menu1 h1 {
    font-size: 30px;
}

.mosya2-menu1 h2 {
    padding-bottom: 1px;
}

.mosya2-menu1 p {
    font-size: 15px;
}

.text1 {
    margin-top: 20px;
}

.mosya2-item {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    align-items: center;
}

.mosya2-item1 {
    width: 40%;
    position: relative;
}

.mosya2-item1 img {
    width: 80px;
    padding-right: 20px;
}


.mosya2-item1 a {
    color: black;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;

}

.mosya2-item1 a:hover {
    color: coral;
}


.mosya2-item2 {
    width: 40%;
    height: 40px;
    margin-right: 10%;
    position: relative;
}

.mosya2-item2 img {
    width: 60px;
    padding-right: 30px;
}

.mosya2-item2 a {
    color: black;
    text-decoration: none;
    position: absolute;
    right: 20px;
}

.mosya2-item2 a:hover {
    color: coral;
}


.mosya2-menu2 {
    width: 60%;
    text-align: center;
}
.mosya2-menu2 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.mosya2-menu-1 {
    display: none;
}

.catering {
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
}

.catering1 {
    width: 60%;
    height: 300px;
}

.catering1 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.catering2 {
    width: 40%;
    text-align: center;
}

.catering2 h1 {
    font-size: 30px;
}

.catering2 h2 {
    padding-bottom: 10px;
}
.text2 {
    margin-top: 10px;
}

.catering2 p {
    font-size: 15px;
}

.food {
    width: 80%;
    height: 300px;
    margin: 0 auto;
    margin-top: 70px;
}

.food1 {
    width: 100%;
    text-align: center;
}

.food2 {
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
}

.neta1 {
    background-color: rgb(255, 235, 216);
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 40px;
    border-width: 5px;
    border-style: outset;
}

.neta1 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.neta1 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
}

.neta1 a:hover {
    color: coral;
}

.neta2 {
    background-color: rgb(255, 235, 216);
    width: 260px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 50px;
    border-width: 5px;
    border-style: outset;
}

.neta2 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.neta2 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
}

.neta2 a:hover {
    color: coral;
}

.food3 {
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
    margin-left: 100px;
}

.neta3 {
    background-color: rgb(255, 235, 216);
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    /* margin-left: 50px; */
    border-width: 5px;
    border-style: outset;
}

.neta3 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.neta3 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
}

.neta3 a:hover {
    color: coral;
}

.neta4 {
    background-color: rgb(255, 235, 216);
    width: 250px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-left: 50px;
    border-width: 5px;
    border-style: outset;
}

.neta4 img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.neta4 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
}

.neta4 a:hover {
    color: coral;
}

.mosya2-footer {
    width: 80%;
    height: 300px;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    justify-content: space-around;
}

.mosya2-footer1 {
    width: 50%;
    height: 300px;
    text-align: center;
}

.mosya2-footer1 h1 {
    font-size: 30px;
}

.mosya2-footer1 h2 {
    font-size:25px;
}

.mosya2-footer1 a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.mosya2-footer1 a:hover {
    color: coral;
}

.mosya2-footer2 {
    display: none;
}

.mosya2-div {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.mosya2-div img {
    width: 300px;
}

.mosya2-div p {
    position: absolute;
    left: 150px;
    bottom: 80px;
}

/* 模写３ */

.mosya3-container {
    width: 100%;
    /* 日本語フォント */
    font-family: 'Zen Maru Gothic', sans-serif;
}

.mosya3-header {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.mosya3-header1 {
    width: 30%;
    margin-left: 20px;
    padding-bottom: 5px;
}

.mosya3-header2 {
    width: 60%;
}

.mosya3-header2 ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
}

.mosya3-header2 li {
    list-style: none;
    padding-right: 20px;
    font-size: 15px;
}

.mosya3-header2 a {
    text-decoration: none;
    color: black;
}

.mosya3-header2 a:hover {
    color: #50a51f;
}

.mosya3-hunberger {
    display: none;
}

.omoi {
    width: 100%;
}

.omoi video {
    width: 100%;
}

.omoi2 {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.omoi2 h1 {
    padding-bottom: 20px;
}

.omoi2-3 {
    display: none;
}

.mosya3-image {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.mosya3-image h2 {
    font-size: 30px;
    text-align: center;
}



.point {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}

.point1 {
    width: 100%;
}

.point1 h1 {
    text-align: center;
}

.point2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    text-align: center;
}

.mosya3-item1 {
    width: 32%;
}

.mosya3-item1 img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
}

.mosya3-item1 p {
    text-align: center;
    padding-top: 25px;
}



.cameraman {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}

.cameraman1 {
    width: 100%;
}

.cameraman1 h1 {
    text-align: center;
}

.cameraman2 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.mosya3-name1 {
    width: 35%;
}

.mosya3-name1 img {
    width: 100%;
}

.mosya3-name2 {
    width: 60%;
}

.mosya3-name2 h1 {
    padding-bottom: 10px;
}

.mosya3-name2 p {
    font-size: 17px;
}

.mosya3-contact {
    background-image: url(../image/contact-background.png);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    margin-top: 50px;
    position: relative;
}

.mosya3-contact p {
    position: absolute;
    top: 100px;
    left: 100px;
}

.mosya3-contact a {
    position: absolute;
    top: 130px;
    left: 80px;
}

/* ボタン　コピペ */

.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 500;
  line-height: 1.0;
  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;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #50a51f;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #50a51f;
}

a.btn--radius {
   border-radius: 100vh;
}
  /* --------------------------------- */



.mosya3-access {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.mosya3-access1 {
    width: 100%;
    text-align: center;
}

.mosya3-access2 {
    background-color: rgb(207, 234, 178);
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.mosya3-chizu1 {
    width: 50%;
    padding-left: 80px;
    padding-top: 80px;
}

.mosya3-chizu1 h1 {
    padding-bottom: 10px;
}

.mosya3-chizu2 {
    width: 50%;
}

.mosya3-chizu2 {
    display: none;
}

.mosya3-chizu2-s {
    display: none;
}

.mosya3-footer {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.mosya3-footer1 {
    width: 30%;
    margin-left: 10px;
    padding-bottom: 5px;
}

.mosya3-footer2 {
    width: 60%;
}

.mosya3-footer2 ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 13px;
}

.mosya3-footer2 li {
    list-style: none;
    padding-right: 30px;
    font-size: 15px;
}

.mosya3-footer2 a {
    text-decoration: none;
    color: black;
}

.mosya3-footer2 a:hover {
    color: #50a51f;
}

.mosya3-end {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}

/* 模写４ */

.mosya4-container {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

.mosya4-header {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.mosya4-header1 {
    width: 30%;
}

.mosya4-header1 img {
    width: 200px;
}

.mosya4-header2 {
    width: 32%;
}

.mosya4-header2 p {
    font-size: 20px;
}

.mosya4-header3 {
    background-color: rgb(255, 187, 61);
    width: 30%;
    height: 50px;
    padding-top: 10px;
    border-radius: 40px;
}

.mosya4-header3 p {
    font-size: 20px;
    color: white;
}

.mosya4-header3 p:hover {
    color:rgb(121, 95, 63);
}

/*==================================================
スライダーのためのcss
===================================*/
.slider4 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider4 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

.mosya4-about {
    width: 100%;
    margin-top: 50px;
}

.mosya4-about h1 {
    text-align: center;
    font-size: 25px;
}

.mosya4-about1 {
    width: 100%;
    display: flex;
    margin-top: 40px;
}

.mosya4-item1 {
    width: 45%;
}

.mosya4-item1 img {
    width: 100%;
}

.mosya4-item2 {
    width: 55%;
    height: 300px;
    padding-left: 10px;
    font-size: 18px;
}

.mosya4-item2 p {
    padding-top: 5px;
}

.gallery {
    margin-top: 50px;
}

.gallery h1 {
    text-align: center;
}

/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:50px 20px;
    list-style: none;
}

.sort-btn li{
	background:#eee;
	border-radius:10px;
	cursor: pointer;
	padding: 10px;
	margin:0 10px;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:#ccc;	
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
	justify-content: space-between;
}
	
.sort-btn li{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
    padding: 20px;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
}
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}


.mosya4-footer1 {
    text-align: center;
    font-size: 30px;
    margin-top: 50px;
}

.mosya4-footer2 {
    background-color: rgb(255, 187, 61);
    width: 30%;
    height: 50px;
    padding-top: 10px;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 20px;
}

.mosya4-footer2 p {
    font-size: 20px;
    color: white;
    text-align: center;
}

.mosya4-footer2 p:hover {
    color: rgb(121, 95, 63);
}

.mosya4-end {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 20px;
}

/* 架空サイト */

.kaku-container {
    background-color: #FFABBF;
    width: 100%;
    /* 英語フォント英語フォント */
    font-family: 'Abril Fatface', serif;
}

.bulldog {
    width: 100%;
    text-align: right;
    position: relative;
}

.bulldog img {
    width: 60%;
    height: 500px;
    object-fit: cover;
}

.bulldog ul {
    display: flex;
    list-style: none;
    position: absolute;
    bottom: 440px;
}

.kaku-header a {
    text-decoration: none;
    padding-left: 20px;
    font-size: 35px;
    color: white;
}

.kaku-header a:hover {
    color: pink;
}

.bulldog h1 {
    position: absolute;
    bottom: 230px;
    left: 60px;
    font-size: 50px;
}

.bulldog p {
    position: absolute;
    bottom:200px;
    left: 60px;
    font-size: 20px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.kaku-about {
    width: 100%;
    margin-top: 50px;
}

.kaku-about1 {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.kaku-about2 {
    width: 100%;
    display: flex;
}

.kaku-item1 {
    width: 40%;
    height: 550px;
}

.kaku-item1 img {
    width: 100%;
}

.kaku-item2 {
    width: 60%;
    height: 300px;
    padding-left: 40px;
    padding-top: 60px;
}

.kaku-item2 p {
    font-size: 25px;
    padding-top: 10px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.gallery0 {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    font-size: 30px;
}
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery1 {
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
margin:0;
}

.gallery1 li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery1 img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.gallery1 {
	columns:3;
	}	
}

@media only screen and (max-width: 768px) {
	.gallery1 {
	columns: 2;
	}	
}

.tennai {
    width: 100%;
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
}

.tennai1 {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.tennai1 img {
    width: 33%;
    object-fit: cover;
}

.ryoukin {
    background-color:rgb(87, 87, 87) ;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 20px;
}

.ryoukin table {
    margin: auto;
    margin-top: 20px;
}


.message {
    width: 100%;
    margin-top: 50px;
}

.message1 {
    width: 100%;
    text-align: center;
    font-size: 25px;
}

.message2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.kaku-item3 {
    width: 40%;
}

.kaku-item3 img {
    width: 100%;
}

.kaku-item4 {
    width: 40%;
    height: 200px;
    margin: 0 auto;
    font-size: 30px;
    padding-top: 30px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}


.kaku-chizu {
    background-color:rgb(87, 87, 87) ;
    width: 90%;
    display: flex;
    margin: 0 auto;
    margin-top: 50px;
    align-items: center;
}

.kaku-chizu2 {
    width: 70%;
    text-align: center;
    font-size: 20px;
    color: white;
}

.kaku-chizu1-s {
    display: none;
}

.kaku-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kaku-footer1 {
    width: 50%;
    height: 50px;
    margin-top: 120px;
}

.kaku-footer1 ul {
    display: flex;
}

.kaku-footer1 li {
    list-style: none;
}

.kaku-footer1 a {
    text-decoration: none;
    color: black;
    padding-left: 20px;
    font-size: 30px;
}

.kaku-footer1 a:hover {
    color: gray;
}

.kaku-footer2 {
    width: 13%;
}

.kaku-footer2 img {
    width: 100%;
    padding-top: 40px;
}

.kaku-end {
    background-color: rgb(87, 87, 87);
    width: 100%;
    height: 120px;
}

.kaku-end p {
    padding-top: 45px;
    padding-left: 20px;
    font-size: 20px;
    color: white;
}

.kaku-space {
    width: 100%;
    height: 30px;
}

}

/*-----------------------------------------------------*/
/* スマホ用のCSS */
/*-----------------------------------------------------*/
@media only screen and (max-width: 479px) {

    body {
        max-width:479px;
    }
    
    .container {
        background-color: #E2CCCC;
        width: 95%;
        margin: 0 auto;
        border-radius: 10px;
        /* 英語フォント */
        font-family: 'Kalam', cursive;
    }
    .header {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .header1 {
        width: 10%;
    }
    
    .header1 img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        border-radius: 50%;
        border-style: outset;
    }
    
    
    .header2 {
        display: none;
        width: 70%;
    }


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

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #E2CCCC;
    opacity: 0.9;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all 1.0s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

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


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	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: #985B48;
  	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%;
}
    
    
    
    /* 要素を複数重ねれた！ */
    .home {
        background-color: #C9B29C;
        width: 90%;
        height: 250px;
        margin: 20px 0 0 auto;
        text-align: right;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        position: relative;
        border-style: outset;
       }
       
       .home img {
           width: 250px;
           height: 150px;
       }
       .homeimg {
        margin-top: 60px;
       }
    
       .page {
        width: 60%;
        position: absolute;
        top: 20px;
        left: 30px;
       }
    
       .page h2 {
        font-size: 20px;
       }
    /* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    
    @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');
    
    .title {
      display: flex;
      overflow: hidden;
      color: #985B48;
      font-size: 20px;
    }
    
    
    .title.-visible span {
      transform: translate(0, 0);
    }
    
    .title span:nth-child(2) {
      transition-delay: 0.06s;
    }
    .title span:nth-child(3) {
      transition-delay: 0.12s;
    }
    .title span:nth-child(4) {
      transition-delay: 0.18s;
    }
    .title span:nth-child(5) {
      transition-delay: 0.24s;
    }
    .title span:nth-child(6) {
      transition-delay: 0.30s;
    }
    .title span:nth-child(7) {
      transition-delay: 0.36s;
    }
    .title span:nth-child(8) {
      transition-delay: 0.42s;
    }
    .title span:nth-child(9) {
      transition-delay: 0.48s;
    }
    .title span:nth-child(10) {
      transition-delay: 0.54s;
    }
    .title span:nth-child(11) {
        transition-delay: 0.6s;
    }
    .title span:nth-child(12) {
        transition-delay: 0.66s;
    }
    .title span:nth-child(13) {
        transition-delay: 0.72s;
    }
    .title span:nth-child(14) {
        transition-delay: 0.78s;
    }
    .title span:nth-child(15) {
        transition-delay: 0.84s;
    }
    .title span:nth-child(16) {
        transition-delay: 0.9s;
    }
    .title span:nth-child(17) {
        transition-delay: 0.94s;
    }
    
    
    .group1 {
        display: block;
        font-size: 35px;
        transform: translate(0, 105%);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      }
    
    .group2 {
        display: block;
        font-size: 35px;
        transform: translate(0, 105%);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      }
    
    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    
    .profile {
        width: 100%;
        margin-top: 20px;
    }
    
    .profile1 {
        width: 100%;
    }
    
    .profile1 h1 {
        color: #985B48;
        text-align: center;
        font-size: 30px;
    }
    
    .profileitems {
        width: 100%;
        /* display: flex; */
        margin-top: 10px;
    }
    
    
    
    .profile2 {
        width: 45%;
        margin: 0 auto;
        text-align: center;
        /* 日本語フォント */
        font-family: 'Noto Sans JP', sans-serif;
        color: #985B48;
    }
    
    .profile2 img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        object-fit: cover;
        border-style: outset;
    }
    
    .profile2 h1 {
        font-size: 15px;
        padding-top: 10px;
    }
    
    .profile2 h2 {
        font-size: 12px;
    }
    
    .profile3 {
        width: 90%;
        margin: 0 auto;
        margin-top: 10px;
        font-size: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        color: #985B48;
        display: flex;
        position: relative;
    }
    
    .item1 {
        width: 50%;
    }
    
    .item1 h3 {
        text-align: left;
        padding-bottom: 5px;
    }

    .item1 p {
        text-align: left;
    }
    
    .like {
        width: 50%;
        display: flex;
    }
    .item2 {
        width: 100%;
        padding-left: 5px;
    }
    
    .item2 h3 {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .item2 p {
        font-size: 10px;
    }
    
    .item3 {
        position: absolute;
        left: 275px;
        top: 10px;
    }
    
    .profile3 img {
        width: 80px;
    }
    
    /* ---------------------------------------------------------- */
    
    .design {
        background-color: #DBB4B4;
        width: 90%;
        height: 280px;
        display: flex;
        margin-top: 30px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        position: relative;
        border-style: outset;
    }

    .design1 {
        width: 70%;
        margin-left: 15px;
        margin-top: 110px;
    }
    
    .design1 img {
        width: 140px;
        border-radius: 10px;
    }
    
    .design2 {
        width: 50%; 
    }
    
    .love {
        width: 100%;
    }
    
    
    .page2 {
        width: 50%;
        /* margin: 0 auto; */
        position: absolute;
        top: 10px;
        left: 160px;
       
       }
    
    
    /* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    .group3 {
        display: block;
        font-size: 30px;
        transform: translate(0, 105%);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      }
    
      .group4 {
        display: block;
        font-size: 30px;
        transform: translate(0, 105%);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      }
    
      /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    
    
    
      .design3 {
        background-color: #C9B29C;
        width: 100px;
        height: 28px;
        text-align: center;
        border-radius: 10px;
        border-style: outset;
        margin-top: 220px;
        margin-left: 10px;
      }

    .design3 a {
        font-size: 15px;
        text-decoration: none;
        color: #985B48;
    }
    
    .design3 a:hover {
        color: #E2CCCC;
    }
    
    
    /*==================================================
    スライダーのためのcss
    ===================================*/
    .slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
        width:94%;
        margin:0 auto;
        margin-top: 10px;
    }
    
    .slider img {
        width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
        height:auto;
    }
    
    .slider video {
        width:60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
        height:auto;
    }
    
    .slider .slick-slide {
        transform: scale(0.8);/*左右の画像のサイズを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 #C9B29C;/*矢印の色*/
        border-right: 2px solid #C9B29C;/*矢印の色*/
        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:#C9B29C;/*ドットボタンの色*/
    }
    
    .slick-dots .slick-active button{
        background:#333;/*ドットボタンの現在地表示の色*/
    }
    
    /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    
    
    
    .portfolio {
        background-color: #A37D71 ;
        width: 95%;
        height: 310px;
        border-radius: 10px;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        border-style: outset;
       }
    
       .portfolio h2 {
        font-size: 20px;
        padding-top: 10px;
        color: #C9B29C;
       }
    
       .portfolio1 {
        background-color: #C9B29C;
        width: 110px;
        height: 30px;
        border-radius: 10px;
        text-align: center;
        margin: 0 auto;
        margin-top: 5px;
        border-style: outset;
       }
    
       .portfolio1 a {
        color: #985B48;
        font-size: 15px;
        text-decoration: none;
       }
    
       .portfolio1 a:hover {
        color: #E2CCCC;
       }
    /* ------------------------------------------- */
    
       .contact {
        width: 90%;
        margin: 0 auto;
        margin-top: 50px;
    }
    
    .hikouki {
        display: flex;
    }
    
    .contact1 {
        width: 50%;
        text-align: center;
    }
    
    .contact1 img {
        width: 180px;
        height: 130px;
        object-fit: cover;
    }
    
    .contact2 {
        width: 50%;
    }
    
    .page3 {
        width: 100%;
        margin-left: 10px;
    }
    
    
    /* 文字アニメーションーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    .group5 {
        display: block;
        font-size: 20px;
        transform: translate(0, 105%);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      }
    
      .group6 {
        display: block;
        font-size: 20px;
        transform: translate(0, 105%);
        transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      }
    
      /* ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
    
      .contact3 {
        background-color: #B26767;
        width: 110px;
        height: 30px;
        margin: 0 auto;
        text-align: center;
        border-radius: 10px;
        border-style: outset;
      }
    
      .contact3 a {
        font-size: 15px;
        text-decoration: none;
        color: #C9B29C;
      }
    
      .contactbotan a:hover {
        color: #E2CCCC;
      }
    
    .contact3 a:hover {
        color: #E2CCCC;
    }
    
       .footer {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px;
       }
    
       .footer1 {
        width: 10%;
       }
    
       .footer1 img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
       }
    
       .footer2 {
        width: 70%;
        display: none;
       }
    
       .footer2 ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
       }
    
       .footer2 li {
        list-style: none;
       }
    
       .footer2 a {
        color: #985B48;
        text-decoration: none;
        padding-right: 20px;
        font-size: 25px;
       }
    
       .footer2 a:hover {
        color: #d2b48c;
       }
    
       .footer2 img {
        width: 50px;
       }
    
    
       .curved {
        position: relative;
        background: #E2CCCC;
        height: 5vh;
      }
      
      .curved::after {
        content: '';
        border-top-left-radius: 50% 100%;
        border-top-right-radius: 50% 100%;
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #B26767;
        height: 90%;
      }
    
      .curved p {
        position: absolute;
        left: 597px;
        top: 60px;
      }


/* design.html ------------------------------------------ */

.container1 {
    background-color: #DBB4B4;
    width: 95%;
    margin: 0 auto;
       /* 英語フォント */
       font-family: 'Kalam', cursive;
       border-radius: 10px;
}

.designheader {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.designheader1 {
    width: 10%;
}

.designheader1 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
    border-style: outset;
}


.designheader2 {
    display: none;
    width: 70%;
}

.designheader2 ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.designheader2 li {
    list-style: none;
}

.designheader2 a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 25px;
    color: #985B48;
}

.designheader2 img {
    width: 50px;
}

.designheader2 a:hover {
    color: #E2CCCC;
}

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

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #E2CCCC;
    opacity: 0.9;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all 1.0s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

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


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	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: #985B48;
  	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%;
}

.pink {
    width: 90%;
    margin: 0 auto;
}

.pink1 {
    width: 100%;
    text-align: center;
}

.pink1 h2 {
    font-size: 40px;
    color: #985B48;
}

.pink2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.skill1 {
    width: 65%;
}

.skill1 p {
    font-size: 20px;
    color: #985B48;
}

.skill1 ul {
    padding-left: 40px;
    color: #985B48;
}
.skill1 li {
    font-size: 12px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.skill2 {
    width: 35%;
}

.skill2 img {
    width: 130px;
}

.canva {
    background-color: #E2CCCC;
    width: 95%;
    height: 480px;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px;
    border-style: outset;
}

.canva h1 {
    color: #985B48;
    font-size: 25px;
}

.sample1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.image1 {
    background-color: #E2CCCC;
    width: 43%;
    height: 130px;
    text-align: center;
    border-style: outset;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.image1 img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.image1 img {
    width: 120px;
    padding-top: 20px;
}

.image1 p {
    color: #985B48;
    font-size: 10px;
    padding-top: 5px;
       /* 日本語フォント */
       font-family: 'Noto Sans JP', sans-serif;
}

.rogo img {
    width: 70px;
}

.space {
    width: 100%;
    height: 15px;
}

/*------------------------------------------------ */


/* portfolio.html------------------------------- */

.container2 {
    background-color: #A37D71;
    width: 95%;
    margin: 0 auto;
       /* 英語フォント */
       font-family: 'Kalam', cursive;
       border-radius: 10px;
}

.portfolioheader {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.portfolioheader1 {
    width: 10%;
}

.portfolioheader1 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}


.portfolioheader2 {
    display: none;
    width: 70%;
}


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

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #A37D71;
    opacity: 0.9;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all 1.0s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

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


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	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: #C9B29C;
  	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%;
}

.brown1 {
    width: 100%;
    text-align: center;
}

.brown1 h2 {
    font-size: 35px;
    color: #C9B29C;
}

.brown2 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.skill3 {
    width: 50%;
    margin-top: 10px;
}

.skill3 p {
    font-size: 20px;
    color: #C9B29C;
    padding-left: 20px;
}

.skill3 ul {
    padding-left: 40px;
    color: #C9B29C;
}
.skill3 li {
    font-size: 12px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.skill4 {
    width: 35%;
}

.skill4 img {
    width: 100px;
}

.brown3 {
    background-color: #C9B29C;
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
    border-style: outset;
    text-align: center;
}

.brown3 p {
    font-size: 20px;
    color: #985B48;
    padding-top: 5px;
}

.sample2 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

.port1 {
    background-color: #C9B29C;
    width: 43%;
    height: 120px;
    text-align: center;
    margin-top: 10px;
    border-style: outset;
    border-radius: 10px;
    overflow: hidden;
}

.port1 img {
    width: 110px;
    padding-top: 13px;
}

.port1 img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.port1 p {
    padding-top: 5px;
    color: #985B48;
    font-size: 10px;
       /* 日本語フォント */
       font-family: 'Noto Sans JP', sans-serif;
}

.kansai {
    width: 150px;
    height: 83px;
    object-fit: cover;
}

.port1 video {
    width: 120px;
    height: 83px;
    padding-top: 10px;
}

.port1 video:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.space1 {
    background-color: #A37D71;
    width: 100%;
    height: 15px;
    border-radius: 10px;
}

/* ------------------------------------------- */

      /* お問い合わせフォーム-------------------------- */




  .container3 {
    background-color: #E2CCCC;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
     /* 英語フォント */
     font-family: 'Kalam', cursive;
  }

  .contactheader {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
     /* 英語フォント */
     font-family: 'Kalam', cursive;
}

.contactheader1 {
    width: 10%;
}

.contactheader1 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}


.contactheader2 {
    display: none;
    width: 70%;
}

/* ハンバーガー */

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

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #E2CCCC;
    opacity: 0.9;
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	right:-50px;
    top:-50px;
    transition: all 1.0s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
}

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


/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	top:10px;
	right: 10px;
	z-index: 9999;/*ボタンを最前面に*/
	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: #985B48;
  	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%;
}


  .contactform1 {
    width: 80%;
    margin: 0 auto;
  }

  .contactform1 img {
    width: 100%;
  }

  .contactform2 {
    width: 100%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
  }

  .contactform2 h2 {
    font-size: 13px;
    color: #B26767;
  }

  .contactform2 p {
    font-size: 10px;
    color: #B26767;
  }

  .pcipad {
    display: none;
  }

  .contactform3 {
    width: 90%;
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
  }

  .form1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }

  .form1input {
    background-color: #E2CCCC;
    width: 100%;
    height: 30px;
    border-radius: 5px;
  }

  .form2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  
.form2input {
    background-color: #E2CCCC;
    width: 100%;
    height: 30px;
    border-radius: 5px;
  }

  .form3 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }

  .form3input {
    background-color: #E2CCCC;
    width: 100%;
    height: 30px;
    border-radius: 5px;
  }

  .form4 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
  }

  .item1 {
    text-align: center;
  }

  .item2 {
    font-size: 12px;
  }


  .form5 {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }

  .form5textarea {
    background-color: #E2CCCC;
    border-radius: 5px;
    width: 100%;
  }

  .form6 {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
  }

  .button {
    background-color: #B26767;
    width: 170px;
    height: 30px;
  }

  .form7 {
    display: flex;
  }

  .woman {
    width: 40%;
  }

  .ashiato {
    width: 40%;
    margin-left: 80px;
  }

      /* サンクスページ------------------------------- */

      .thankscontainer {
        background-color: #E2CCCC;
        width: 100%;
        height: 170px;
        border-radius: 5px;
      }
    
      .thanks {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
      }
    
      .thanks img {
        width: 220px;
      }

      .thanks h1 {
        font-size: 12px;
      }

      .thanks p {
        font-size: 8px;
      }
    
      .thanks a {
        color: #B26767;
        font-size: 10px;
      }
    
      .thanks a:hover {
        color: #C9B29C;
      }



              /* 模写１ */

  .mosya1-container {
    width: 800px;
    margin: 0 auto;
}

/* 背景画像の場合、画像が大きすぎるのか、トリミングの方法も調べて試してみたけど、分からなかった。
ポジションの方法でやってみた */
.mosya1-header {
    width: 800px;
    height: 200px;
    background-image: url(../image/header1.jpeg);
    background-size: cover;
    background-position: center;
    object-fit: cover;
    position: relative;
}

.mosya1-header h1 {
    position: absolute;
    top: 60px;
    left: 60px;
    color: white;
}
.mosya1-header p {
    position: absolute;
    top: 100px;
    left: 60px;
    color: white;
}

.navi {
    width: 100%;
    margin-top: 30px;
}

.navi ul {
    display: flex;
    list-style: none;
    padding-left: 30px;
}

.navi a {
    padding-right: 10px;
}

.main {
    width: 100%;
    display: flex;
    margin-top: 30px;
}
.main h2 {
    padding-bottom: 10px;
}
.main img {
    width: 550px;
    padding-bottom: 20px;
}
.main p {
    font-size: 12px;
}

.contents {
    width: 70%;
}

.menu {
    width: 30%;
}
.menu h2 {
    padding-bottom: 30px;
}

.menu ul {
    padding-left: 25px;
}

.mosya1-footer {
    background-color: rgb(86, 147, 66);
    width: 100%;
    height: 70px;
    margin-top: 30px;
}
.mosya1-footer p {
    padding-top: 40px;
    padding-left: 60px;
    color: white;
    font-size: 12px;
}

/* 模写２ */

.mosya2-container {
    background-color: white;
    width: 100%;
    font-family: 'Noto Serif JP', serif;;
}

.mosya2-header {
    background-image: url(../image/mosya2-header.png);
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
}

.mosya2-header1 {
    width: 25%;
}
.mosya2-header1 img {
    width: 100%;
    object-fit: cover;
   
}

.mosya2-header2 {
    display: none;
    width: 70%;
    height: 50px;
    margin-top: 30px;
}

.mosya2-header2 ul {
    display: flex;
    justify-content: flex-end;
    color: white;
    list-style: none;
    text-decoration: none;
}

.mosya2-header2 li {
    font-size: 13px;
    padding-right: 20px;
}

.mosya2-header li:hover {
    color: coral;
}

.mosya2-humberger {
    position: absolute;
    left: 360px;
}

.mosya2-humberger img {
    width: 30px;
}


.sushi {
    width: 90%;
    margin: 0 auto;
    margin-top:70px;
}

.sushi1 {
    width: 100%;
}

.sushi1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sushi2 {
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.text {
    margin-top: 10px;
    font-size: 15px;
}

.sushi2 p {
    font-size: 15px;
}


.mosya2-menu {
    width: 90%;
    display: none;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

/* ------------------------- */

.mosya2-menu-1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

.mosya2-menu2-1 {
    width: 100%;
    text-align: center;
}
.mosya2-menu2-1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.mosya2-menu1-1 {
    width: 100%;
    height: 300px;
}
.mosya2-menu1-1 h1 {
    font-size: 20px;
}

.mosya2-menu1-1 h2 {
    font-size: 20px;
}

.mosya2-menu1 p {
    font-size: 15px;
}

.text1-1 {
    margin-top: 5px;
}

.mosya2-item-1 {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
    align-items: center;
}

.mosya2-item1-1 {
    width: 40%;
    position: relative;
}

.mosya2-item1-1 img {
    width: 80px;
    padding-right: 20px;
}


.mosya2-item1-1 a {
    color: black;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;

}

.mosya2-item1-1 a:hover {
    color: coral;
}


.mosya2-item2-1 {
    width: 40%;
    height: 40px;
    margin-right: 10%;
    position: relative;
}

.mosya2-item2-1 img {
    width: 60px;
    padding-right: 30px;
}

.mosya2-item2-1 a {
    color: black;
    text-decoration: none;
    position: absolute;
    right: 20px;
}

.mosya2-item2-1 a:hover {
    color: coral;
}


.catering {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

.catering1 {
    width: 100%;
    height: 200px;
}

.catering1 img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.catering2 {
    width: 100%;
    text-align: center;
}

.catering2 h1 {
    font-size: 20px;
}

.catering2 h2 {
    padding-bottom: 5px;
}

.catering2 p {
    font-size: 15px;
}

.food {
    width: 95%;
    margin: 0 auto;
    margin-top: 30px;
}

.food1 {
    width: 100%;
    text-align: center;
}

.food1 h1 {
    font-size: 20px;
}

.food2 {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.neta1 {
    background-color: rgb(255, 235, 216);
    width: 45%;
    height: 50px;
    display: flex;
    align-items: center;
    border-width: 5px;
    border-style: outset;
}

.neta1 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.neta1 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
    font-size: 12px;
}

.neta1 a:hover {
    color: coral;
}

.neta2 {
    background-color: rgb(255, 235, 216);
    width: 46%;
    height: 50px;
    display: flex;
    align-items: center;
    border-width: 5px;
    border-style: outset;
    margin-left: 20px;
}

.neta2 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.neta2 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
    font-size: 10px;
}

.neta2 a:hover {
    color: coral;
}

.food3 {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.neta3 {
    background-color: rgb(255, 235, 216);
    width: 45%;
    height: 50px;
    display: flex;
    align-items: center;
    border-width: 5px;
    border-style: outset;
    margin-left: 25px;
}

.neta3 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.neta3 a {
    padding-left: 10px;
    color: black;
    text-decoration: none;
    font-size: 12px;
}

.neta3 a:hover {
    color: coral;
}

.neta4 {
    background-color: rgb(255, 235, 216);
    width: 45%;
    height: 50px;
    display: flex;
    align-items: center;
    border-width: 5px;
    border-style: outset;
    margin-left: 20px;
}

.neta4 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.neta4 a {
    color: black;
    text-decoration: none;
    font-size: 12px;
    padding-left: 10px;
}

.neta4 a:hover {
    color: coral;
}

.mosya2-footer {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.mosya2-footer1 {
    width: 100%;
    text-align: center;
}

.mosya2-footer1 h1 {
    font-size: 20px;
}

.mosya2-footer1 h2 {
    font-size:15px;
}

.mosya2-footer1 a {
    color: black;
    text-decoration: none;
    font-size: 15px;
}

.mosya2-footer1 a:hover {
    color: coral;
}

.mosya2-footer2 {
    display: none;
}

.mosya2-div {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.mosya2-div img {
    width: 150px;
}

.mosya2-div p {
    position: absolute;
    left: 80px;
    bottom: 40px;
    font-size: 12px;
}

/* 模写３ */

.mosya3-container {
    width: 100%;
    /* 日本語フォント */
    font-family: 'Zen Maru Gothic', sans-serif;
}

.mosya3-header {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.mosya3-header1 {
    width: 50%;
    margin-left: 10px;
    padding-bottom: 5px;
    font-size: 10px;
}

.mosya3-header2 {
    display: none;
    width: 60%;
}


/* 
.mosya3-header2 ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 12px;
}

.mosya3-header2 li {
    list-style: none;
    padding-right: 20px;
    font-size: 15px;
}

.mosya3-header2 a {
    text-decoration: none;
    color: black;
}

.mosya3-header2 a:hover {
    color: #50a51f;
} */

.mosya3-hunberger {
    width: 15%;
    padding-left: 25px;
}

.mosya3-hunberger img {
    width: 25px;
}

.omoi {
    width: 100%;
}

.omoi video {
    width: 100%;
}

.omoi2 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: none;
}

/* .omoi2 h1 {
    padding-bottom: 20px;
    font-size: 20px;
}

.omoi2 p {
    font-size: 15px;
} */

.omoi2-3 {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.omoi2-3 h1 {
    font-size: 20px;
    padding-bottom: 10px;
}

.omoi2-3 p {
    font-size: 13px;
}

.mosya3-image {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.mosya3-image h2 {
    font-size: 20px;
    text-align: center;
}



.point {
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}

.point1 {
    width: 100%;
}

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

.point2 {
    width: 100%;
    /* display: flex;
    justify-content: space-between; */
    margin-top: 20px;
    text-align: center;
}

.mosya3-item1 {
    width: 70%;
    margin: 0 auto;
}

.mosya3-item1 img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}

.mosya3-item1 p {
    text-align: center;
    padding-top: 15px;
    font-size: 15px;
}



.cameraman {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
}

.cameraman1 {
    width: 100%;
}

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

.cameraman2 {
    width: 100%;
    margin-top: 20px;
}

.mosya3-name1 {
    width: 60%;
    margin: 0 auto;
}

.mosya3-name1 img {
    width: 100%;
}

.mosya3-name2 {
    width: 100%;
    text-align: center;
}

.mosya3-name2 h1 {
    padding-bottom: 10px;
    font-size: 20px;
}

.mosya3-name2 p {
    font-size: 12px;
}

.mosya3-contact {
    background-image: url(../image/contact-background.png);
    width: 100%;
    height: 100px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    margin-top: 20px;
    position: relative;
}

.mosya3-contact p {
    position: absolute;
    top: 30px;
    left: 20px;
    font-size: 12px;
}

.mosya3-contact a {
    position: absolute;
    top: 50px;
    left: 20px;
}

/* ボタン　コピペ */

.btn,
a.btn,
button.btn {
  font-size: 0.5rem;
  font-weight: 500;
  line-height: 0.7;
  position: relative;
  display: inline-block;
  padding: 0.7rem 2rem;
  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;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #50a51f;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #50a51f;
}

a.btn--radius {
   border-radius: 100vh;
}
  /* --------------------------------- */



.mosya3-access {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.mosya3-access1 {
    width: 90%;
    text-align: center;
    font-size: 10px;
}

.mosya3-access2 {
    background-color:rgb(207, 234, 178) ;
    width: 100%;
    margin-top: 20px;
}

.mosya3-chizu1 {
    width: 100%;
    text-align: center;
}

.mosya3-chizu1 h1 {
    padding-bottom: 10px;
    font-size: 20px;
}

.mosya3-chizu2 {
    width: 50%;
}

.mosya3-chizu2 {
    display: none;
}

.mosya3-chizu2-p {
    display: none;
}

.mosya3-chizu2-s {
    margin: auto;
}

.mosya3-footer {
    width: 100%;
    margin-top: 20px;
}

.mosya3-footer1 {
    width: 60%;
    margin-left: 10px;
    padding-bottom: 5px;
    font-size: 10px;
}

.mosya3-footer2 {
    display: none;
    width: 60%;
}
/* 
.mosya3-footer2 ul {
    display: flex;
    justify-content: flex-end;
    padding-top: 13px;
}

.mosya3-footer2 li {
    list-style: none;
    padding-right: 30px;
    font-size: 15px;
}

.mosya3-footer2 a {
    text-decoration: none;
    color: black;
}

.mosya3-footer2 a:hover {
    color: #50a51f;
} */

.mosya3-end {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

/* 模写４ */

.mosya4-container {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
}

.mosya4-header {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.mosya4-header1 {
    width: 30%;
}

.mosya4-header1 img {
    width: 100%;
}

.mosya4-header2 {
    width: 40%;
}

.mosya4-header2 p {
    font-size: 10px;
}

.mosya4-header3 {
    background-color: rgb(255, 187, 61);
    width: 30%;
    height: 30px;
    padding-top: 7px;
    border-radius: 40px;
}

.mosya4-header3 p {
    font-size: 10px;
    color: white;
}

.mosya4-header3 p:hover {
    color:rgb(121, 95, 63);
}

/*==================================================
スライダーのためのcss
===================================*/
.slider4 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider4 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

.mosya4-about {
    width: 100%;
    margin-top: 30px;
}

.mosya4-about h1 {
    text-align: center;
    font-size: 17px;
}

.mosya4-about1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
}

.mosya4-item1 {
    width: 90%;
    margin: 0 auto;
}

.mosya4-item1 img {
    width: 100%;
}

.mosya4-item2 {
    width: 90%;
    font-size: 12px;
    text-align: center;
}

.mosya4-item2 p {
    padding-top: 5px;
}

.gallery {
    margin-top: 30px;
    margin-bottom: -20px;
}

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

/*==================================================
ギャラリーのためのcss
===================================*/

/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding:50px 20px;
    margin-bottom: -20px;
}

.sort-btn li{
	background:#eee;
	border-radius:10px;
	cursor: pointer;
	padding: 5px;
	margin:0 10px;
    list-style: none;
}

.sort-btn li.active{/*ボタンに現在地＝activeというクラス名がついたら背景色を変更*/
	background:#ccc;	
}

/*横幅が480px以下になった際の指定*/
@media only screen and (max-width: 480px) {
.sort-btn{
	justify-content: space-between;
}
	
.sort-btn li{
	width:48%;
	margin:0 0 10px 0;
	text-align:center;
	}	
}

/*＝＝＝Muuriのレイアウトのための調整 */
.grid {
  position: relative;/*並び替えの基準点を指定*/
}

/*各画像の横幅などの設定*/
.item {
  display: block;
  position: absolute;
  width: 33%;/*横並びで3つ表示*/
  z-index: 1;
}

/*内側のボックスの高さが崩れないように維持*/
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/*画像の横幅を100%にしてレスポンシブ化*/
.grid img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
    padding: 10px;
}

/*横幅が768px以下になった際の指定*/
@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;/*横並びで2つ表示*/
}
}

/*＝＝＝fancyboxサムネイル背景と画像選択時の枠線の指定*/
.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}


.mosya4-footer1 {
    text-align: center;
    font-size: 20px;
    margin-top: 50px;
}

.mosya4-footer2 {
    background-color: rgb(255, 187, 61);
    width: 50%;
    height: 40px;
    padding-top: 7px;
    border-radius: 40px;
    margin: 0 auto;
    margin-top: 15px;
}

.mosya4-footer2 p {
    font-size: 15px;
    color: white;
    text-align: center;
}

.mosya4-footer2 p:hover {
    color: rgb(121, 95, 63);
}

.mosya4-end {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 10px;
}

/* 架空サイト */

.kaku-container {
    background-color: #FFABBF;
    width: 100%;
    /* 英語フォント英語フォント */
    font-family: 'Abril Fatface', serif;
}

.bulldog {
    width: 100%;
    text-align: right;
    position: relative;
}

.bulldog img {
    width: 60%;
    object-fit: cover;
}

.bulldog ul {
    display: flex;
    list-style: none;
    position: absolute;
    bottom: 200px;
}

.kaku-header a {
    text-decoration: none;
    padding-left: 10px;
    font-size: 20px;
    color: white;
}

.kaku-header a:hover {
    color: pink;
}

.bulldog h1 {
    position: absolute;
    bottom: 120px;
    left: 20px;
    font-size: 20px;
}

.bulldog p {
    position: absolute;
    bottom:100px;
    left: 20px;
    font-size: 10px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.kaku-about {
    width: 100%;
    margin-top: 20px;
}

.kaku-about1 {
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.kaku-about2 {
    width: 100%;
    display: flex;
}

.kaku-item1 {
    width: 30%;
}

.kaku-item1 img {
    width: 100%;
}

.kaku-item2 {
    width: 70%;
    padding-left: 20px;
}

.kaku-item2 p {
    font-size: 13px;
    padding-top: 5px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}

.gallery0 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 15px;
}
/*==================================================
ギャラリーのためのcss
===================================*/
.gallery1 {
columns: 4;/*段組みの数*/
padding:0 15px;/*ギャラリー左右に余白をつける*/
margin:0;
}

.gallery1 li {
    margin-bottom: 20px;/*各画像下に余白をつける*/
list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery1 img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.gallery1 {
	columns:3;
	}	
}

@media only screen and (max-width: 768px) {
	.gallery1 {
	columns: 2;
	}	
}

.tennai {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
}

.tennai1 {
    width: 95%;
    margin: 0 auto;
}

.tennai1 img {
    width: 45%;
    object-fit: cover;
}

.ryoukin {
    background-color:rgb(87, 87, 87) ;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 15px;
}

.ryoukin table {
    margin: auto;
    margin-top: 20px;
}


.message {
    width: 100%;
    margin-top: 20px;
}

.message1 {
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.message2 {
    width: 95%;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
}

.kaku-item3 {
    width: 30%;
}

.kaku-item3 img {
    width: 100%;
}

.kaku-item4 {
    width: 70%;
    font-size: 15px;
    padding-left: 20px;
    /* 日本語フォント */
    font-family: 'Noto Sans JP', sans-serif;
}


.kaku-chizu {
    background-color:rgb(87, 87, 87) ;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    align-items: center;
}

.kaku-chizu1 {
    display: none;
}

.kaku-chizu2 {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: white;
}

.kaku-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.kaku-footer1 {
    width: 50%;
    height: 30px;
    margin-top: 60px;
}

.kaku-footer1 ul {
    display: flex;
}

.kaku-footer1 li {
    list-style: none;
}

.kaku-footer1 a {
    text-decoration: none;
    color: black;
    padding-left: 10px;
    font-size: 15px;
}

.kaku-footer1 a:hover {
    color: gray;
}

.kaku-footer2 {
    width: 13%;
}

.kaku-footer2 img {
    width: 100%;
    padding-top: 40px;
}

.kaku-end {
    background-color: rgb(87, 87, 87);
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
}

.kaku-end p {
    font-size: 12px;
    color: white;
}

.kaku-space {
    width: 100%;
    height: 10px;
}


      
}
