@charset "utf-8";
/* CSS Document */

*,*::before,*::after{
margin: 0;
padding: 0;
box-sizing: border-box;
}

*{
font-family: "Shippori Mincho", serif;
font-weight: 600;
font-style: normal;
}

img{
max-width: 100%;
height: auto;
vertical-align: bottom;
}

body{
min-width: 1850px;
background-color: rgba(255,247,232,1.00);
}

@media(max-width:767px){
body{
min-width:100%;
}
}

p{
line-height: 42px;
}

p,a,h2,h3{
color: #4B4330;
}

p,a{
font-size: 18px;
text-decoration: none;
}



ul{
list-style-type: none;
}

@media(max-width:767px){
h1{
padding-top: 30px;
}
}


h2{
text-align: center;
font-size: 32px;
font-weight: 700;
padding: 50px;
}

h3{
font-size: 26px;
line-height: 50px;
}

main{
margin-top: 70px;
}

.concept,.items,.item-other,.item,.shop,.message{
position: relative;
}

.logo_fadein{
	background: rgba(255,247,232,1.00);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
}
.logo_fadein p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 280px;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.huwahuwaX {
	position: absolute;
    animation: huwahuwaX 5s infinite ease-in-out;
	z-index: -1;
}

.huwahuwaX2 {
	position: absolute;
    animation: huwahuwaX2 3s infinite ease-in-out;
	z-index: -1;
}



@keyframes huwahuwaX {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(8%);
    }
}


@keyframes huwahuwaX2 {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(6%);
    }
}

.huwahuwaY {
    animation: huwahuwaY 4s infinite ease-in-out;
}


.huwahuwaY2 {
    animation: huwahuwaY 6s infinite ease-in-out;
}

@keyframes huwahuwaY {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6%);
    }
}

@keyframes huwahuwaY {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(7%);
    }
}


.container{
width: 100vw;
max-width: 1750px;
min-width:1000px;
margin: 0 auto;
background: url("../images/bg.png");
background-repeat: repeat-y;
background-size: 100%;
position: relative;
}

@media(max-width:767px){
.container{
width: 90%;
min-width:auto;
margin: 0 auto;
overflow: hidden;
}
}

.container-lower{
display: flex;
width: 100vw;
max-width: 1750px;
min-width: 1000px;
margin: 0 auto;
background: url("../images/bg.png");
background-attachment: fixed;
background-size: 100%;
position: relative;
}
@media(max-width:767px){
.container-lower{
display: block;
width: 90%;
min-width:auto;
margin: 0 auto;
}
.container-lower h1{
display: none;
}
}


.fixed-header{
position: fixed;
top: 0;
right: 0;
display: flex;
justify-content: flex-end;
align-items: center;
padding:  20px 7.03125% 18px;
height: 70px;
z-index: 1;
}
@media(max-width:767px){
.fixed-header{
background-color: rgba(255,247,232,1.00);
width: 100%;
justify-content: flex-start;
}
}


.fixed-header p{
padding-right: 30px;
}
@media(max-width:767px){
.fixed-header p{
padding-right: 15px;
font-size: 16px;
}
}



.fixed-header ul{
display: flex;
justify-content: flex-end;
}

.fixed-header li{
display: flex;
justify-content: flex-end;
padding-right: 15px;
height: 40px;
}
@media(max-width:767px){
.fixed-header li{
width: 38px;
height: auto;
}
}



.top-area{
display: flex;
justify-content: space-between;
margin-bottom: 80px;
}
@media(max-width:767px){
.top-area{
display: flex;
flex-direction: column-reverse;
margin-bottom: 50px;
}
}

.global-nav{
width: 18%;
margin:  0 50px;
min-width: 145px;
z-index: 4;
}
@media(max-width:767px){
.global-nav{
width: 33%;
margin:  0 auto;
}
}



.global-nav ul{
display: flex;
flex-flow: column;
list-style-type: none;
margin-top: 45px;

}
@media(max-width:767px){
.global-nav ul{
display: block;
background-color: #ab8a4c;
position: fixed;
/*left:100%;
top:0;*/
left:0;
bottom:100%;
width: 100%;
height: 100%;
padding-top: 10%;
transition: 0.5s;
z-index: 3;
}
.global-nav.is-open ul{
left: 0;
bottom:0;
}
}

.global-nav li{
display: block;
margin: 5px 0;
}
@media(max-width:767px){
.global-nav li{
text-align: center;
padding: 10px;
}
}
.global-nav li:first-child{
width: 50%;
margin: 0 auto 20px;

}
@media(min-width:768px){
.global-nav li:first-child{
display: none;
}
}

.global-nav h1 {
   display: none;
 }
 @media (min-width: 768px) {
   .global-nav h1 {
     display: block;
   }
 }

.global-nav a{
text-decoration: none;
font-size: 20px;
}
@media(max-width:767px){
.global-nav a{
font-size: 5.6vw;
color: #FFF3DF;
}
}

.global-nav ul a{
transition: 0.3s;
}


.global-nav ul a:hover{
opacity: 0.5;
}

.global-nav span{
display: block;
margin: -2px 0 0px;
font-size: 16px;
}


.header__btn{
width: 80px;
height: 70px;
background-color: rgba(255,247,232,1.00);
border:none;
position: fixed;
right: 10px;
top: 0px;
display: none;
flex-direction: column;
justify-content: space-between;
padding: 20px 20px 20px 15px;
z-index: 6;
}
@media(max-width:767px){
.header__btn{
display: flex;
}
}


.header__btn span,
.header__btn::before,
.header__btn::after{
content: "";
display: block;
width: 100%;
height: 4px;
background-color: #4B4330;
border-radius: 9999px;
transition: 0.5s;
}

.header__btn::before{
background-color: #4B4330;
position: relative;
top:0;
}

.header__btn::after{
background-color: #4B4330;
position: relative;
bottom:0;
}

.header__btn.is-open span{
width: 0;
}
.header__btn.is-open::before{
transform: rotate(45deg);
top:calc(50% - 2px);
}
.header__btn.is-open::after{
transform: rotate(-45deg);
bottom:calc(50% - 2px);
}


.top-image{
width: 80%
}
@media(max-width:767px){
.top-image{
width: 100%
}
}

.pc-hidden{
width: 40%;
margin: 0 auto;
display: none;
}

@media(max-width:767px){
.pc-hidden{
display: block;
margin-bottom: 50px;
}
}

.news{
margin: 0 auto;
background-color: #fff;
width: 60%;

}
@media(max-width:767px){
.news{
width: 100%;
}
}

.news-contents{
padding: 5% 3%;
margin-bottom: 80px;
}

.news-contents p{
line-height: 30px;
}
.news-contents span{
font-size: 16px;
}


.news-contents ul{
display: flex;
justify-content: space-between;
}
@media(max-width:767px){
.news-contents ul{
display: block;
}
}
.news-contents li{
text-align: center;
width: 30%;
}
@media(max-width:767px){
.news-contents li{
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
}

@media(max-width:767px){
.news-contents a{
width: 60%;
}
}
@media(max-width:767px){
.news-contents p{
width: 35%;
}
}


.concept{
width: 40%;
margin: 0 auto 80px;
}
@media(max-width:767px){
.concept{
width: 100%;
margin: 0 auto 80px;
}
}


.concept-text{
text-align: center;
}

.items{
width: 50%;
margin: 0 auto 80px;;
}
@media(max-width:767px){
.items{
width: 100%;
margin: 0 auto;
}
}


.itemsCard{
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
}

.itemsCardR{
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 0;
}

@media(max-width:767px){
.itemsCard{
flex-direction: column;
}
.itemsCardR{
flex-direction: column-reverse;
}
}



.itemsCard__text{
width: 50%;
padding: 5%;
}
@media(max-width:767px){
.itemsCard__text{
width: 100%;
padding: 5%;
}
}


.item-link{
padding-top: 15px;
text-align: right;

}



.item-link a{
font-size:  22px;
transition: .3s;
}
.item-link a:hover{
opacity: 0.5;
}

.item-link img{
height: 22px;
vertical-align: middle;
}

.itemsCard__image{
width: 50%;
}
@media(max-width:767px){
.itemsCard__image{
width: 80%;
}
}

.itemsCard__image img{
border-radius:40%;
}

.item-other{
width: 60%;
margin: 0 auto;
}
@media(max-width:767px){
.item-other{
width: 100%;
}
}

.item-other-image{
display: flex;
justify-content: space-between;
margin: 0 auto;
}
@media(max-width:767px){
.item-other-image{
width: 80%;
flex-wrap: wrap;
}
}

.item-other-image li{
padding: 10px;
}
@media(max-width:767px){
.item-other-image li{
width: 30%;
padding: 5px;
}
}

.item-other-image img{
transition: .5s;
}

.item-other-image img:hover{
transform: scale(1.1)
}

.item-other-lower{
width: 70%;
}
@media(max-width:767px){
.item-other-lower{
width: 100%;
}
}

.item-other-image{
display: flex;
justify-content: space-between;
margin: 0 auto;
}
@media(max-width:767px){
.item-other-image{
width: 80%;
flex-wrap: wrap;
}
}

.item-other-image li{
padding: 10px;
}
@media(max-width:767px){
.item-other-image li{
width: 30%;
padding: 5px;
}
}

.item-other-image img{
transition: .5s;
}

.item-other-image img:hover{
transform: scale(1.1)
}



.shop,.item{
margin: 30px 0 0;
width: 80%;
}
@media(max-width:767px){
.shop,.item{
margin: 0 auto;
width: 100%;
}
}

.shop-info,.item-title{
width: 70%;
}
@media(max-width:767px){
.shop-info,.item-title{
width: 100%;
}
}


.shop-info img,.item-title img{
border-radius: 10%;
}

.shop-info ul{
width: 80%;
margin: 80px auto;
}


.shop-info dl{
display: flex;
align-items: flex-start;
flex-direction: row;
flex-wrap: no-wrap;
font-size: 18px;
line-height: 1.7142857143;
letter-spacing: .12em;
}

.shop-info dt{
text-align: center;
width: 30%;
position: relative;
display: inline-block;
margin-bottom: 1.5em;
}

.shop-info dt:after {
content: '';
position: absolute;
left: 50%;
bottom: -15px;/*線の上下位置*/
display: inline-block;
width: 80px;/*線の長さ*/
height: 1px;/*線の太さ*/
-webkit-transform: translateX(-50%);
transform: translateX(-50%);/*位置調整*/
background-color: #4B4330;/*線の色*/
}


.shop-info dd{

position: relative;
display: block;
margin-bottom: 1em;

}

.shop-info dd:after {
content: '';
overflow: hidden;
position: absolute;
bottom: -15px;/*線の上下位置*/
display: block;
width: 230px;/*線の長さ*/
height: 1px;/*線の太さ*/
background-color: #4B4330;/*線の色*/
}

.messege,.item-detail{
margin-top: 80px;
margin-bottom: 80px;
width: 70%;
text-align: center;
}
@media(max-width:767px){
.messege,.item-detail{
width: 100%;
}
}

.messege h3{
padding: 80px 0;
}

.messege p{
margin: 0 auto 90px;
width: 75%;
}
@media(max-width:767px){
.messege p{
width: 100%;
}
}

.messege img{
border-radius: 10%;
}


.item-detail p{
margin: 0 auto 50px;
width: 75%;
}

.item-image{
display: flex;
justify-content: space-between;
width: 75%;
margin:0 auto 50px;
}
@media(max-width:767px){
.item-image{
width: 100%;
}
}

.item-image img{
padding: 0 15px;
border-radius: 50%;
width: 33%;
}




footer{
border-top: 1px solid #4B4330;
padding: 30px 0;
margin-top: 80px;

}


.footer-inner{
width: 60%;
min-width: 890px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
}
@media(max-width:767px){
.footer-inner{
display: block;
min-width: auto;
}
}


.footer-inner img{
height: 60px;
padding-right: 20px;
}

@media(max-width:767px){
.footer-inner img{
margin: 0 auto;
padding-right: initial;
}
}

.footer-inner a{
padding: 10px;
margin: 15px;
border: solid #4B4330 1px;
border-radius: 20px;
transition: .5s;
}

.footer-inner a:hover{
opacity: 0.5;
}

@media(max-width:767px){
.footer-inner small,.footer-inner a{
display: none;
}
}


.footer-left{
display: flex;
}


