*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: black;
}
@media screen and (max-width: 480px) {
*{
    max-width: 100%;
}
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #fffcf6;
}
header{
    height: 100%;
    width: 100%;
}
.headerlogo{
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}
.companylogo{
    justify-content: center;
    display: flex;
}
.companylogo img{
    height: 270px;
    width: 270px;
}
@media screen and (max-width: 480px) {
.companylogo img{
    max-width: 150px;
    max-height: 150px;
}
}
.snslogo{
    display: flex;
    padding-right: 50px;
    padding-top: 30px;
    align-items: center;
    position: absolute;
    right: 0;
}    
.notelogo{
    display: flex;
    justify-content: center;
}
.snslogo img{
    padding-right: 20px;
    width: 60px;
}
.notelogo img{
    width: 90px;
}
@media screen and (max-width: 480px) {
.snslogo{
    display:none
}    
.notelogo{
    display:none;
}  
.snslogo img{
    display:none
}
.notelogo img{
    display:none
}
}
.container{
    margin: 0 auto;
    width: 1000px;
    display: flex;
    justify-content: center;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.container {
    width: 415px; 
    max-width: 100%;
}    
}
a{
    text-decoration: none;
}
header ul{
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
}
header li{
    padding-right: 70px;
}
header nav{
    padding-bottom: 30px;
    width: 100%;
}
@media screen and (max-width: 480px) {
header nav{
    padding-bottom: 0;
}}
.hero{
    text-align: center;
    padding-bottom: 15px;
}
.hero img{
    width: 100%;
    height: auto;
}
@media screen and (max-width: 480px) {
.hero img{
    object-fit: cover;
    width: 415px;/* 横幅の指定 */
    aspect-ratio: 4 / 3;/* ここにアスペクト比を入れる */
}
}
header ul a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
@media screen and (max-width: 480px) {
header ul{
    display: none;
}}
header ul a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #efddda;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
header ul a:hover::after {
    transform: scale(1, 1);
}
@media screen and (min-width:481px) {
.humbergermenu{
    display: none !important;
}
}
@media screen and (max-width: 480px) {
.humbergermenu{
body {
    background:#fffcf6;
    margin: 0;
    width: 100vw;
    height: 100vh;
    animation: bugfix infinite 1s;
    -webkit-animation: bugfix infinite 1s;
}
      
@keyframes bugfix {
from {
     padding: 0;
}
to {
     padding: 0;
    }
}
@-webkit-keyframes bugfix {
from {
    padding: 0;
}
to {
    padding: 0;
}
}
#overlay-button {
    position: absolute;
    right: 2em;
    top: 3em;
    padding: 26px 11px;
    z-index: 5;
    cursor: pointer;
    user-select: none;
}
#overlay-button span {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color:#efddda;
    position: relative;
    display: block;
    transition: all .2s ease-in-out;
}
#overlay-button span:before {
    top: -10px;
    visibility: visible;
    }
#overlay-button span:after {
    top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
    height: 4px;
    width: 35px;
    border-radius: 2px;
    background-color: #efddda;
    position: absolute;
    content: "";
    transition: all .2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
    background: #efddda;
}
      
input[type=checkbox] {
    display: none; 
}
      
input[type=checkbox]:checked ~ #overlay {
    visibility: visible; 
}
      
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
    background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
    transform: rotate(45deg) translate(7px, 7px);
}
input[type=checkbox]:checked ~ #overlay-button span:after {
    transform: rotate(-45deg) translate(7px, -7px);
}
#overlay {
    height: 100vh;
    width: 100vw;
    background: #fce6ec;
    z-index: 2;
    visibility: hidden;
    position: absolute;
    top:0
}
#overlay.active {
}
#overlay ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 500px;
    padding-left: 0;
    list-style-type: none;
    margin: 0 auto;
}
#overlay ul li {
    padding: 1em;
}
#overlay ul li a {
    color: black;
    text-decoration: none;
    font-size: 18px;
}
#overlay ul li a:hover {
    color: #000!important;
}  
#sns{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100px;
    padding-left: 0;
    list-style-type: none;
    margin: 0 auto;
}
#sns img{
    width: 50px;
    padding-left: 10px;
}
#humnote img{
    width: 60px;
}
}    
}
   
.bookingbtn{
    position: fixed;
    right: 30px;
    top: 100px;
    background-color: #efddda;
    width: 40px;
    writing-mode: vertical-rl;/*縦書き*/
    text-align: center;
    border-radius: 12px;/*四角の角を丸める*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: gray;
}
.bookingbtn a{
    font-size: 12px;
    padding-bottom: 24px;
    padding-right: 12px;
    padding-left: 12px;
    font-family: Noto Sans JP;
    font-weight: 200;
}
.bookingbtn img{
    width: 16px;
    padding-bottom: 7px;
    padding-top: 20px;
}
@media screen and (max-width: 480px) {
.bookingbtn{
        display:none
}}  
.about{
    position: relative;  
    width: 500px;
    height: auto;
    margin: 0 auto;  
    max-width: 100%;
}  
@media screen and (max-width: 480px) {
.about {
    width: 400px; 
    margin: 0 auto;
}    
}
.about img{
    width: 500px;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
@media screen and (max-width: 480px) {
.about img {
    width: 380px; 
}    
}
.about h1{
    width: 500px;
    position: absolute;
    color: black;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 2.5;
    text-align: center;
    letter-spacing: 0.15em;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.about h1 {
    text-align: center;
    font-size: 0.8rem;
}    
}
.about h1 span{
    font-size: 19px;
}
@media screen and (max-width: 480px) {
.about h1 span {
    text-align: center;
    font-size: 0.8rem;
}    
}
.concepttop{
    padding-top: 20px;
    padding-bottom: 20px;
    width: 520px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
.concepttop {
    padding-top: 15px;
    padding-bottom: 5px;
}    
}
.conceptcontent{
    width: 755px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.conceptcontent {
    text-align: center;
    width: 370px;
}}
.concept h2{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    text-align: center;
    padding-left: 1em;
    width: 520px;
}
@media screen and (max-width: 480px) {
.concept h2 {
    font-size: 1rem;
    border-bottom: 0.5px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    width: 200px;
}    
}
.concept p{
    text-align: center;
    padding-top: 15px;
    line-height: 2;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}
@media screen and (max-width: 480px) {
.concept p{
    font-size: 0.8rem;
    letter-spacing: 0.13em;
    padding-top: 0px;
}    
}
.service{
    background-color: white;
    width: 1000px;
    max-width: 100%;
    height: 1400px;
    margin-top: 100px;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 100px;
    max-height: 100%;
}
@media screen and (max-width: 480px) {
.service {
    margin-top: 30px;
    padding-top: 10px;
    margin-bottom: 30px;
    height: 1750px;
    padding-left:10px;
    padding-right: 20px;
}    
}
.service img{
    width: 250px;
    height: auto;
    padding-top: 15px;
    max-width: 100%;
}
.service h3{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    text-align: center;
    padding-left: 1em;
    width: 520px;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.service h3 {
    font-size: 1rem;
    border-bottom: 0.5px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    width: 200px;
}    
}
.service p{
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.4em;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width: 480px) {
.service p{
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    padding-left: 0.18em;
    padding-top: 0px;
}    
}
.workshoptop{
    position: relative;
}
@media screen and (max-width: 480px) {
.workshoptop p{
    font-size: 0.95rem;
}    
}
.workshoptop::before{
    background-color:black;
    bottom: -10px; /* 線の位置 */
    content: "";
    height: 1px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 50px; /* 線の長さ */
    max-width: 100%;
}
.workshop{
    display: flex;
    width: 800px;
    justify-content: center;
    padding-top: 40px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshop{
    padding-top: 20px;
}    
}
.workshop p{
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
.workshop p{
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    padding-left: 0.18em;
    padding-top: 0px;
}    
}
.workshopdaimei {
    width: 100px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshopdaimei{
    width: 80px;
}    
}
.workshopabout{
    text-align: justify;
    width: 700px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshopabout{
    width: 450px;
    padding-left: 0px;
}    
}
.workshopdaimei p{
    text-align: end;
    padding-right: 5px;
}
@media screen and (max-width: 480px) {
.workshopdaimei p{
    padding-left: 0;
    padding-right: 0;
}    
}
.workshopabout p{
    text-align: start;
}
.workshop2{
    display: flex;
    width: 800px;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshop2 {
    line-height: 1.9;
    padding-top: 10px;
}
}
.workshop2 p{
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
.workshop2 p{
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    padding-left: 0.18em;
    padding-top: 0px;
}    
}
.workshopdaimei2 {
    width: 100px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshopdaimei2{
    width: 80px;
}    
}
.workshopabout2 {
    text-align: justify;
    width: 700px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshopabout2{
    width: 450px;
    padding-left: 0px;
}    
}
.workshopdaimei2 p{
    text-align: end;
    padding-right: 5px;
}
@media screen and (max-width: 480px) {
.workshopdaimei2 p{
    padding-left: 0;
    padding-right: 0;
}    
}
.workshopabout2 p{
    text-align: start;
}
@media screen and (max-width: 480px) {
.workshopabout2 p{
    padding-left: 0;
    padding-right: 0;
}    
}
.workshop3{
    display: flex;
    width: 800px;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshop3{
    line-height: 1.9;
    padding-top: 10px;
}
}
.workshop3 p{
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
.workshop3 p{
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    padding-left: 0.18em;
    padding-top: 0px;
}    
}
.workshopdaimei3 {
    width: 100px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshopdaimei3{
    width: 80px;
}    
}
.workshopabout3 {
    text-align: justify;
    width: 700px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.workshopabout3{
    width: 450px;
    padding-left: 0px;
}    
}
.workshopdaimei3 p{
    text-align: end;
    padding-right: 5px;
}
@media screen and (max-width: 480px) {
.workshopdaimei3 p{
    padding-left: 0;
    padding-right: 0;
}    
}
.workshopabout3 p{
    text-align: start;
}
@media screen and (max-width: 480px) {
.workshopabout3 p{
    padding-left: 0;
    padding-right: 0;
}    
}
.sessiontop{
    position: relative;
    padding-top: 50px;
}
@media screen and (max-width: 480px) {
.sessiontop{
    padding-top: 30px;
}    
}
.sessiontop::before{
    background-color:black;
    bottom: -10px; /* 線の位置 */
    content: "";
    height: 1px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 50px; /* 線の長さ */
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.sessiontop p{
    font-size: 0.95rem;
}    
}
.session{
    display: flex;
    width: 800px;
    justify-content: center;
    padding-top: 40px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.session{
    padding-top: 20px;
}    
}
.session p{
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
.session p{
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    padding-left: 0.18em;
    padding-top: 0px;
}    
}
.sessiondaimei {
    width: 100px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.sessiondaimei{
    width: 80px;
}    
}
.sessionabout {
    text-align: justify;
    width: 700px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.sessionabout{
    width: 450px;
    padding-left: 0px;
}    
}
.sessiondaimei p{
    text-align: end;
    padding-right: 5px;
}
@media screen and (max-width: 480px) {
.sessiondaimei p{
    padding-left: 0;
    padding-right: 0;
}    
}
.sessionabout p{
    text-align: start;
}
.session2{
    display: flex;
    width: 800px;
    justify-content: center;
    padding-top: 20px;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.session2 {
    line-height: 1.9;
    padding-top: 10px;
}
}
.session2 p{
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
.session2 p{
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    padding-left: 0.18em;
    padding-top: 0px;
}    
}
.sessiondaimei2 {
    width: 100px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.sessiondaimei2{
    width: 80px;
}    
}
.sessionabout2 {
    text-align: justify;
    width: 700px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.sessionabout2{
    width: 450px;
    padding-left: 0px;
}    
}
.sessiondaimei2 p{
    text-align: end;
    padding-right: 5px;
}
@media screen and (max-width: 480px) {
.sessiondaimei2 p{
    padding-left: 0;
    padding-right: 0;
}    
}
.sessionabout2 p{
    text-align: start;
}
@media screen and (max-width: 480px) {
.sessionabout2 p{
    padding-left: 0;
    padding-right: 0;
}    
}
.booktop{
    position: relative;
    padding-top: 50px;
}
@media screen and (max-width: 480px) {
.booktop{
    padding-top: 30px;
}    
}
.booktop::before{
    background-color:black;
    bottom: -10px; /* 線の位置 */
    content: "";
    height: 1px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 50px; /* 線の長さ */
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.booktop p{
    font-size: 0.95rem;
}    
}
.bookabout{
    margin: 0 auto;
    width: 780px;
    padding-top: 40px;
    padding-left: 25px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.bookabout{
    padding-left: 5px;
    padding-top: 20px;
}    
}
.bookabout p{
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
.bookabout p{
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    line-height: 1.9;
    text-align: justify;
}    
}
.hosoku{
    margin: 0 auto;
    width: 780px;
    padding-top: 70px;
    padding-left: 25px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.hosoku{
    padding-top: 30px;
    width: auto;
    padding-left: 5px;
}
}
.hosoku p{
    text-align: justify;
    font-size: 0.8rem;
    font-weight: 300;
    letter-spacing: 0.13em;
}
@media screen and (max-width: 480px) {
.hosoku p{
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    text-align: justify;
}    
}
.foryou{
    text-align: center;
}
.foryou img{
    width: 1000px;
    max-width: 100%;
}

.foryoucontent{
    display: flex;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
    justify-content: center;
    padding-left: 40px;
}
@media screen and (max-width: 480px) {
.foryoucontent{
    padding-left: 0;
    padding-bottom: 30px;
    width: 345px;
    margin-right: 5px;
    margin-left: 20px;
}
}
.foryou1{
    width: 500px;
    padding-top: 20px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.foryou1{
    padding-top:0;
    padding-right: 10px;
}
}
.foryou2{
    width: 500px;
    padding-top: 20px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.foryou2{
    padding-top:0;
}
}
@media screen and (max-width: 480px) {
.foryou2 li{
    width: 164px;
}}
.foryoucontent ul{
    font-family: "Noto Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings:"wdth" 83;
    font-size: 14px;
    padding-left: 20px;
}
@media screen and (max-width: 480px) {
.foryoucontent ul{
    padding-left: 7px;
}
}
.foryoucontent li{
    line-height: 1.8;
    padding-top: 10px;
}
@media screen and (max-width: 480px) {
.foryoucontent li{
    line-height: 1.7;
    font-size: 0.9em;
}
}
.plofiletop{
    width: 520px;
    max-width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
.plofiletop{
    text-align: center;
}
}
h4{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    text-align: center;
    padding-left: 1em;
    margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
h4{
    font-size: 1rem;
    border-bottom: 0.5px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    width: 200px;
}    
}
.plofile{
    width: 1000px;
    margin: 0 auto;
    background-image: url(images/plofile.png);
    height: 1500px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.plofile{
    height: 1570px;
    background-image: url(images/plofile2.png);
    background-color: #fce6ec;
}
}

.plofilelogo{
    position: absolute;
    right: 130px;
    top: 210px;
}
@media screen and (max-width: 480px) {
.plofilelogo{
    right: 50px;
    top: 90px;
}
}
.plofilelogo img{
    width: 100px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.plofilelogo img{
    width: 40px;
}
}
.plofilecontent{
    background-color: white;
    width: 950px;
    height: 360px;
    position: absolute;
    top: 500px;
    right: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.plofilecontent{
    top: 190px;
    left: 0px;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
}
}
.plofilecontent p{
    font-family: "Noto Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"wdth" 83;
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
}
@media screen and (max-width: 480px) {
.plofilecontent p{
    font-size: 0.9em;
}
}
.aboutme p{
    font-size: 20px;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 480px) {
.aboutme p{
    font-size: 0.9em;
}
}
.about1 p{
    padding-top: 20px;
}
@media screen and (max-width: 480px) {
.about1 p{
    font-size: 0.9em;
}
}
.about2 p{
    padding-top: 20px;
}
@media screen and (max-width: 480px) {
.about2 p{
    font-size: 0.9em;
    padding-bottom: 20px;
}
}
.plofilecontent2{
    background-color: white;
    width: 950px;
    height: 430px;
    position: absolute;
    top: 970px;
    right: 25px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    max-width: 100%;
    max-height: 100%;
}
@media screen and (max-width: 480px) {
.plofilecontent2{
    top: 800px;
    left: 0px;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    height: 740px;
}
}
.plofilecontent2 p{
    font-family: "Noto Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"wdth" 83;
    line-height: 1.8;
    font-size: 16px;
    text-align: justify;
}
@media screen and (max-width: 480px) {
.plofilecontent2 p{
    font-size: 0.9em;
}
}
.aboutwork p{
    font-size: 20px;
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 480px) {
.aboutwork p{
    font-size: 0.9em;
}
}
.work1 p{
    padding-top: 20px;
}
@media screen and (max-width: 480px) {
.work1 p{
    font-size: 0.9em;
}
}
.work2 p{
    padding-top: 20px;
}
@media screen and (max-width: 480px) {
.work2 p{
    padding-bottom: 20px;
}}
.customer{
    width: 520px;
    margin: 0 auto;
    max-width: 100%;
}
.customer h5{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    text-align: center;
    padding-left: 1em;
    margin-bottom: 15px;
    margin-top: 50px;
}
@media screen and (max-width: 480px) {
.customer{
    text-align: center;
    margin-top: 30px;
}}
@media screen and (max-width: 480px) {
.customer h5{
    font-size: 1rem;
    border-bottom: 0.5px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    width: 200px;
}    
}
.customerreview{
    background-color: white;
    width: 1000px;
    height: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.customerreview{
    margin-bottom: 30px;
    width:375px ;
    height: 980px
}    
}
.reviewitem{
    text-align: center;
}
.customerreview img{
    width: 500px;
    padding-top: 15px;
}
@media screen and (max-width: 480px) {
.customerreview img{
    max-width: none;
}}
.reviewitem img{
    max-width: 100%;
}
.container3{
    width: 1000px;
    max-width: 100%;
}
.review{
    width: 800px;
    padding-left: 50px;
    display: flex;
    margin: 0 auto;
}
@media screen and (max-width: 480px) {
.review{
    width:375px ;
    padding-left: 5px;
}    
}
.balloon2-right {
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #817f7f;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #817f7f;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 480px) {
.balloon2-right {
    min-width:250px ;
    margin: 0.5em 15px 0.5em 0;
}    
}
.balloon2-right:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}
.balloon2-right:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #817f7f;
    z-index: 1;
}
.balloon2-right p {
    font-family: "Noto Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"wdth" 83;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
}
@media screen and (max-width: 480px) {
.balloon2-right p {
    font-size: 0.8rem;
}}
.hito4{
    padding-left: 30px;
}
@media screen and (max-width: 480px) {
.hito4{
    padding-left: 5px;
    padding-top: 30px;
}}   
.hito4 img{
    width: 100px;
}
.review2{
    width: 800px;
    padding-right: 50px;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
}
.balloon2-left {
    position: relative;
    display: inline-block;
    margin: 1.5em 0 1.5em 15px;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    color: #817f7f;
    font-size: 16px;
    background: #FFF;
    border: solid 3px #817f7f;
    box-sizing: border-box;
    border-radius: 15px;
    display: flex;
    align-items: center;
} 
@media screen and (max-width: 480px) {
.balloon2-left {
    min-width:250px ;
    margin: 0.5em 0 0.5em 15px;
}    
}
.balloon2-left:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
} 
.balloon2-left:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #817f7f;
    z-index: 1;
}  
.balloon2-left p {
    font-family: "Noto Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"wdth" 83;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
}
@media screen and (max-width: 480px) {
.balloon2-left p {
    font-size: 0.8rem;
}}
.hito2{
    padding-right: 30px;
}
@media screen and (max-width: 480px) {
.hito2{
    padding-right: 5px;
}}  
.hito2 img{
    width: 100px;
}
.hito3{
    padding-left: 30px;
}
@media screen and (max-width: 480px) {
.hito3{
    padding-left: 5px;
    padding-top: 10px;
}}  
.hito3 img{
    width: 100px;
}
.hito1{
    padding-right: 30px;
}
@media screen and (max-width: 480px) {
.hito1{
    padding-right: 5px;
    padding-top: 30px;
}}  
.hito1 img{
    width: 100px;
}
.book{
    background-color: white;
    width: 1000px;
    height: 800px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding-top: 20px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.book{
    height: 750px;
}
}
.book1{
    width: 520px;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.book{
    margin-bottom: 0;
}}
.book1 h6{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 1em;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    text-align: center;
    padding-left: 1em;
    margin-bottom: 15px;
    margin-top: 20px;
}
@media screen and (max-width: 480px) {
.book1 h6{
    font-size: 1rem;
    border-bottom: 0.5px solid #000;
    display: inline-block;
    padding-bottom: 5px;
    width: 200px;
    margin-top: 0;
}    
}
.book1 img{
    width: 300px;
    padding-top: 30px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.book1 img{
    padding-top: 10px;
}}
.bookcontent{
    width: 700px;
    margin: 0 auto;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.bookcontent{
    width: 350px;
}}
.bookcontent p{
    font-family: "Noto Sans", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings:"wdth" 83;
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    padding-top: 40px;
}
@media screen and (max-width: 480px) {
.bookcontent p{
    font-size: 0.9em;
    padding: 10px 5px 0 5px;
}}
.footer{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 50px;
    max-width: 100%;
}
@media screen and (max-width: 480px) {
.footer{
    display: block;
    text-align: center;
    padding-top: 0;
}
}
.footerlogo img{
    width: 200px;
    height: auto;
    max-width: 100%;
}
.otoiawase-btn{
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}
.otoiawase-btn a{
    display: flex;
    background-color:white;
    border: 1px solid black;
    border-radius: 100px;
    width: 300px;
    height: 60px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding-top: 17px;
    padding-bottom: 17px;
    justify-content: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.otoiawase-btn img{
    width: 8px;
    height: 13px;
    text-align: right;
    max-width: 100%;
}
.otoiawase-btn a:hover{
    background-color:#efddda ;
}
.btn{
    position: relative;
}
.btnicon{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.footersnslogo{
    display: flex;
    padding-right: 50px;
    padding-top: 30px;
    align-items: center;
}    
.footersnslogo img{
    width: 70px;
    padding-right: 20px;
    max-width: 100%;
   
}
@media screen and (max-width: 480px) {
.footersnslogo{
    display:none
}    
.footersnslogo img{
    display:none
} }
#sp-fixed-menu{
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    opacity: 0.9;
    z-index: 99;
}
#sp-fixed-menu ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
}
#sp-fixed-menu li{
    justify-content: center;
    align-items: center;
    width: 50%;
    padding:0;
    margin:0;
    font-size: 14px;
    border-right: 1px solid #fff;
}
 #sp-fixed-menu li:first-child{
    background: #efddda;
}
 #sp-fixed-menu li:last-child{
    background: #a3a2a2;
}
 /*ボタンを調整*/
#sp-fixed-menu li a{
    color: black;
    text-align: center;
    display:block;
    width: 100%;
    padding:20px;
}
@media (min-width: 481px) {
.for-sp{
    display:none;
}
}