@charset "utf-8";


/*** visually-hidden
      --- h1 ---
**********************/
.visually-hidden {
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 4px !important;
  height: 4px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
  } 


/*** common
**************************/

html{
  font-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body{
  color: #1f1f1f;
  font-family: "Zen Kurenaido", sans-serif;
  line-height: 2;
  font-size: 18px;
  overflow-x: hidden;
}
.innerWrapper {
  /* width: 100%; */
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.White{
  background-color: #fff;
}
main .White{
  padding-top: 100px;
}
.logo{
  text-align: center;
  padding: 200px 0 0;
}
h1{
  font-size: 48px;
  padding-top: 50px;
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
h2{
  font-size: 48px;
  padding-top: 50px;
  margin-top: 150px;
  margin-bottom: 100px;
  text-align: center;
}
h3{
  font-size: 30px;
  text-align: center;
  }
  p{
    margin-top: 50px;
    /* word-break: keep-all; */
  }

footer .White{
  padding-top: 200px;
}
.topBtn{
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  z-index: 1;
}
.topBtn:hover{
  transform: translateY(-10px);
  transition: transform 0.3s ease;
}
.topBtn img{
  background-color: #fff;
  border-radius: 50%;
}
/*-------------------------------------------
Header
-------------------------------------------*/


/*-------------------------------------------
Footer
-------------------------------------------*/

.footer {
  position: relative;
  overflow: hidden;
}
footer .White{
  padding-top: 200px;
}

.f_background svg {
  width: 240%;
  height: 20vh;
  animation: wave-slide 10s linear infinite;
}
.f_background path {
  fill: #fff;
}
@keyframes wave-slide {
  from { transform: translateX(0) scaleY(-2); }
  to   { transform: translateX(-33%) scaleY(-2); }
}
.f_background{
  background: url(../images/footer_washi.webp);
}
.footer_container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 100px;
  display: flex;
  flex-wrap: wrap;
}
.f_left{
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}
.f_logo{
  width: 200px;
}
.f_left p {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.5em;
  margin-left: 10%;
}
.f_left span{
  display: inline-block;
  transform: translateY(100px);
}
.f_right{
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-items: center;
}
.f_right p{
  font-size: 20px;
  text-align: left;
}
.f_right span{
  font-size: 16px;
  padding-top: 1rem;
}
.contact{
  margin-left: 10%;
}
.contact a{
  display: block;
}
.contact a{
  width: 200px;
  text-align: center;
  background-color: #d5d5d5;
  border-radius: 20px;
  padding: 12px 30px;
  margin: 30px 0;
  transition: background-color .5s ease, color .5s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact a:last-child{
  padding: 10.675px 30px;
}

.ig_icon{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 5px;
}
.ig_icon img{
  transition: filter .5s ease-in-out;
  filter: invert(0%) brightness(120%) contrast(150%);
}

.contact a:hover{
  background-color: #A5B698;
  color: #fff;
}
.contact a:hover .ig_icon img {
  filter: invert(100%) brightness(200%) contrast(200%);
}



.s_contact{
  display: none;
}
.s_contact a:hover{
  background-color: #A5B698;
  color: #fff;
}
.s_contact a:hover .ig_icon img {
  filter: invert(100%) brightness(200%) contrast(200%);
}


/*【タブレット】
================= */
@media screen and (max-width: 900px) {
body{
  font-size: 16px;
}
.White{
  background-color: #fff;
}
main .White{
  padding-top: 50px;
}
.logo{
  padding: 100px 0 0;
}
h1{
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 32px;
  }
h2{
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 32px;
}
h3{
  font-size: 24px;
}
p{
  margin-top: 40px;
}
.topBtn{
  width: 13%;
}
footer .White{
  padding-top: 100px;
}
  
.f_background svg {
  height: 10vh;
}
.f_background{
  background: url(../images/s_footer_washi.webp);
}
.footer_container{
  padding: 50px 20px 80px;
}
.f_logo{
  width: 180px;
}
.f_left{
  width: 45%;
  justify-content: flex-start;
}
.f_left p{
  font-size: 16px;
  margin-left: 5%;
  padding-left: 10px;
}
.f_left span {
  transform: translateY(60px);
}
  .f_right{
  width: 55%;
  justify-content: start;
}
.f_right_p{
  width: 200px;
}
.f_right p{
  margin-left: 15%;
  font-size: 16px;
}
.f_right span{
  font-size: 12px;
}
.contact{
  display: flex;
  flex-wrap: wrap;
  margin-left: 0 !important;
}
.contact a{
  width: 150px;
  padding: 10px 32px;
  margin: 0 10px 0 0;
}
.contact a:last-child{
  padding: 9px 11px;
}
}/* max-width: 900px */



/*【スマホ】
================= */
@media screen and (max-width: 640px) {
body{
  font-size: 14px;
}
.logo{
  width: 50%;
  margin: 0 auto;
  padding-top: 80px;
  margin-bottom: 0
}
main .White{
  padding-top: 40px;
}
h1{
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
h2{
  padding-top: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
}
p{
  margin-top: 20px;
}

.innerWrapper {
  padding: 0 10px;
}
footer .White{
  padding-top: 80px;
}
.f_logo{
  width: 65%;
  max-width: 300px;
}
.topBtn{
  width: 20%;
}
.f_background svg {
  width: 219%;
  height: 8vh;
}
.footer_container{
  padding: 0 20px;
}
.f_right{
  justify-content: end;
}
.contact{
  display: none;
}
.s_contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 0 0 50px 10px;
}
.s_contact a {
  width: 35%;
  font-size: 14px;
  text-align: center;
  background-color: #d5d5d5;
  border-radius: 20px;
  padding: 10px 25px;
  margin: 30px 0 0 10px;
  transition: background-color .5s ease, color .5s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.s_contact a:last-child{
  padding: 9px 25px;
}
.f_right p{
  margin-left: 0;
}
}
/* スマホ2 */
@media screen and (max-width: 500px) {
.footer_container{
  display: block;
}
.f_left{
  display: block;
  margin: 30px auto;
}
.f_left p{
  display: none;
}
.f_right{
  display: block;
  margin: 30px auto 20px;
}
.s_contact{
  display: block;
}
.s_contact a {
  width: 60%;
  font-size: 14px;
  text-align: center;
  background-color: #d5d5d5;
  border-radius: 20px;
  padding: 10px 80px;
  margin: 15px auto;
  transition: background-color .5s ease, color .5s ease;
}
.s_contact a:last-child{
  padding: 8.5px 65px;
}
.ig_icon {
  width: 100%;
}
}


