@charset "UTF-8";
/* CSS Document */
.header {
    font-size: 24px;
    color: #333;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    margin-top: 10px;
    padding: 20px;
    width: 100%; 
    display: flex;
    justify-content: flex-end;
}
.h-headerNav{
  padding-top: 40px;
}
.h-headerMenu{
display: block;
padding-top: 50px;
}
#nav-open{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 22px;  
    position: fixed;
    top: 0;
    right: 0;
}
#nav-open span,#nav-open span:before,#nav-open span:after{
    position: absolute;
    height: 3px;
    width: 30px;
    background-color: #333;
    display: block;
    content: "";
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}
/* @media(max-width:480px){
    /*ハンバーガーボタン*/
    /* #nav-drawer {
        padding: 10px 24px 0 0;
        text-align:right;
        position: relative;
    }  */
.header a{
    color: #333;
}
.rogo{
    position: absolute;
    top: 20px;
    left: 20px;
}
.section-top{
    background-image: url("../assets/image/artwork/mitsuamiaka.jpg");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 60px;
    width: 660px;
    margin: 0 auto;
    text-align: left;
}
.section-top h1{
  font-size: 20px;
  margin-bottom: 10px;
}
.section-top p {
  margin-bottom: 30px;
}
.artwork-image img{
  margin-bottom: 20px;
}
@media(min-width:769px){
.section-top {
    background-image: url("../assets/image/shikatext/hanbira4.jpg");
    margin-top: 120px;   
    }
}
.section-art h1{
  font-size: 20px;
 text-align: left;
 padding-left: 20px;
 padding-top: 50px;
}
@media(min-width:769px){
.section-art h1{
  font-size: 20px;
 text-align: left;
 padding-left: 220px;
 padding-top: 50px;
}
}
/*.section-art-text p{
  text-align: left;
  font-size: 16px;
  color: #333;
}*/
@media(min-width:769px){
.section-art-text p{
  text-align: left;
  /*padding-left: 220px;
  margin-top: 50px;
  margin-bottom: 50px;*/
  font-size: 16px;
  color: #333;
}
}
.hana-img {
  max-width: 70%;
  height: auto;
}
@media(min-width:769px){
.hana-img {
  max-width: 70%;
  height: auto;
  margin: 0 auto;
  }
}
.section-art-text img{
  width: 68%;
}
a.btn_instagram{
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    background-color: #968c87;
    color: #fff;
    border-radius: 20px;
    position: relative;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    width: 290px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px; 
}
.btn_instagram img {
    width: 40px;
    height: auto;
    list-style: none;
}
a.btn_instagram:hover{
    background: #44c6f2;
    color: #fff;
}
a.btn_base{
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  background-color: #968c87;
  color: #fff;
  border-radius: 20px;
  position: relative;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px;
  width: 290px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 30px; 
}
.btn_base img {
  width: 40px;
  height: auto;
  list-style: none;
}
a.btn_base:hover{
  background: #44c6f2;
  color: #fff;
} 
@media(min-width :769px){
 .btn {
  padding: 60px 0 12px;
}
.btn-wrapper{
  max-width: 1160px;
  margin: 0 auto;
}
.btn ul {
  margin-left: 80px;
  display: flex;
  justify-content:space-around;
}
}
.footer{
    height: 550px;
    padding: 30px 30px;
    background-color: #ddc3b7;
    font-size: 1.6rem;
    color: #333; 
    list-style: none;
}
.footer__sns_links li {
    width: 30px;
    margin: 50px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__sns_links li base{
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer a{
    color: #333;
    font-size: 20px; 
    line-height: 50px;
    text-decoration: none;
}
.site-map__main-link {
    text-align: left;
    line-height: 40px;
    font-weight: bold;
}
.footer__sns_links{
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    position: relative;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px;
    width: 290px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.footer__sns_links li {
    display: inline-block;
    width: 40px;
    margin: 0 10px;
}
.footer__sns_links li img{
    width: 100%;
}
.footer__sns_links li .base{
    width: 60px;
}
.img base{
  margin-top:10px;
}
.footer__site-map li a {
    text-decoration: none;
    color: #CAD0D2;
}
.footer__site-map li a:visited {
    text-decoration: none;
    color: #CAD0D2;
}
.footer__copyright{
    font-weight: bold;
}
  .h-headerNav {
    display: none;
  }
  @media (min-width: 767px) {
    .h-headerNav {
      display: block;
    }
  }
  .h-headerNav.is-open {
    inset: 0;
    background-color: #ddc3b7;
    display: block;
    position: absolute;
    z-index: 1;
    overflow: auto;
    height: 600px;
  }
  
  .h-headerMenu {
    padding: 80px 0;
  }
  @media (min-width: 767px) {
    .h-headerMenu {
      padding: 0;
      display: flex;
      gap: 0 30px;
    }
  }
  .h-headerMenu__item {
    font-size: 1.4rem;
    text-align: center;
  }
  @media (min-width: 767px) {
    .h-headerMenu__item {
      font-size: 1.6rem;
    }
  }
  .h-headerMenu__item a {
    padding: 20px;
    color: #fff;
    display: block;
  }
  @media (min-width: 767px) {
    .h-headerMenu__item a {
      padding: 0;
      color: #000;
    }
  }
  
  .h-hamMenu {
    width: 50px;
    height: 50px;
    background-color: #ccc;
    position: relative;
    z-index: 99;
  }
  @media (min-width: 767px) {
    .h-hamMenu {
      display: none;
    }
  }
  .h-hamMenu[aria-expanded=true] .h-hamMenu__border {
    background-color: transparent;
  }
  .h-hamMenu[aria-expanded=true] .h-hamMenu__border::before, .h-hamMenu[aria-expanded=true] .h-hamMenu__border::after {
    top: 0;
  }
  .h-hamMenu[aria-expanded=true] .h-hamMenu__border::before {
    rotate: 45deg;
  }
  .h-hamMenu[aria-expanded=true] .h-hamMenu__border::after {
    rotate: -45deg;
  }
  .h-hamMenu__border {
    width: 20px;
    height: 2px;
    margin: auto;
    inset: 0;
    background-color: #000;
    position: absolute;
  }
  .h-hamMenu__border::before, .h-hamMenu__border::after {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #000;
    position: absolute;
    transition: all 0.3s;
  }
  .h-hamMenu__border::before {
    top: -6px;
  }
  .h-hamMenu__border::after {
    top: 6px;
  }