@charset "UTF-8";

*{
	color:#260E05;
    margin:0;
    padding:0;
    font-size:16px;
	box-sizing:border-box;
    font-family: 'Lato', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Zen Antique Soft', serif;
    letter-spacing:1px;

}

img{
    vertical-align: text-bottom;
}
a{
	text-decoration:none;
}

a:link, a:visited, a:hover, a:active {
  color:#260E05;
}

.pc_img{
    display:block;
}
.sp_img{
    display:none;
}


body{
    max-width:1000px;
    margin:0 auto;
    background-image:url("../image/bg-washi.png");
    background-repeat: repeat;
}

.head{
    display: flex;
    justify-content: center;
}
.head p{
    text-align: center;
}

h2{
    text-align:right;
    margin-right: 10%;
    margin-top: 0.5em;
    font-size:130% ;
}

header p img{
    max-width:350px;
    height:auto;
}
.logo{
    margin-top: 20px;
}

.text-pink{
    color:#D9527C;
    font-size:110%;
}
.flower img{
        max-width: 120px;
}


.item-box{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
    margin: 0 auto;
    gap:20px;
    padding:20px 0;
    background-color:#fff;
}

.item-box img{
    max-width:80%;
    height:auto;
}
.item-img{
    text-align: center;
}
.item-text{
    padding:0.5em;
    font-size:110%;
    text-align: center;
}

.item-in{
    width:80%;
    margin:0 auto;
    padding:20px;
}
.item-in img{
    max-width: 100%;
}

.item-in img{
    max-width:100%;
    height: auto;
}


.ad{
    width: 80%;
    margin:0 auto;
    margin-top: 20px;
}
.ad img{
    max-width:100%;
    height:auto;
}


.fa{
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    margin: 0 0.3em;
}

footer{
    display: flex;
    width:90%;
    margin:20px auto;
    justify-content:space-between;
}
footer p img{
    max-width:350px;
    height:auto;
}
.foot{
    display: flex;
    
}
.foot p{
    text-align: center;
}
.adress{
    margin-top:20px;
    
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.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: #eb6100;
}

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

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