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

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

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

body{
min-width: 1280px;
color: #333;
font-family: serif;
font-size: 15px;
}

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

.container{
width: 1080px;
margin: 0 auto;
}

@media(max-width: 767px){
.container{
width: 90%;
}
}

h3{
text-align: center;
font-family: "Cormorant Garamond", serif;
 font-optical-sizing: auto;
 font-weight: 700;
 font-style: normal;
 font-size: 36px;
 margin-bottom: 50px;
}

@media(max-width: 767px){
h3{
margin-bottom: 40px;
}
}
/*-------------------------------*/


/*ヘッダー-------------------------------*/
header{
background-color: #dcd9d4;
height: 720px;
}

.header-inner{
height: 130px;
}

h1{
width: 175px;
height: auto;
padding: 20px 0;
margin: 0 auto;
}

@media(max-width: 767px){
.header-inner{
position: relative;
}
h1{
width: auto;
height: auto;
padding: auto;
margin: auto;
}
h1 img{
width: 50%;
height: 80px;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}

h1 a{
transition: 400ms 50ms;
}

nav ul{
display: flex;
list-style: none;
justify-content: center;
 font-family: "Cormorant Garamond", serif;
 font-optical-sizing: auto;
 font-weight: 700;
 font-style: normal;
 font-size: 19px;
}

nav ul img{
width: 20px;
height: 20px;
}

nav a{
text-decoration: none;
color: #534c46;
display: block;
transition: 400ms 50ms;
}

.nav-txt{
padding: 0 65px 0 15px;
}

nav .sns a{
padding: 0 15px;
}

.header-inner a:hover{
opacity: .5;
}

@media(max-width: 767px){
nav ul{
display: block;
}
}
/*-------------------------------*/


/*ファーストビュー-------------------------------*/
.first-view{
position: relative;
}

.first-view img{
height: 590px;
margin: 0 auto;
}

.first-view h2{
color: #f2f2f2;
font-size: 22px;
position: absolute;
writing-mode: vertical-rl;
letter-spacing: 0.2em;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
filter: drop-shadow(3px 3px 5px rgba(0,0,0,1));
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
/*-------------------------------*/


/*キャンペーン*/
#campaign{
background-color: #f2f2f2;
padding: 80px 0;
}

.campaign-flex{
display: flex;
justify-content: space-between;
align-items: center;
}

.campaign-flex a{
transition: 400ms 50ms;
}

.campaign-flex a:hover{
opacity: .5;
}

@media(max-width: 767px){
#campaign{
display: none;/*グローバルナビゲーションの下に入れる*/
}
}
/*-------------------------------*/


/*About us-------------------------------*/
#about{
height: 980px;
color: #534c46;
padding: 90px 0;
background-color: #dcd9d4;
}

@media(max-width: 767px){
#about{
height: 1100px;
}
}

.about-card{
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}

@media(max-width: 767px){
.about-card{
display: block;
height: auto;
}
}

#about h3{
margin-bottom: 20px;
}

.about-card__txt{
background-color: #f2f2f2;
padding: 70px 140px 0px 60px;
width: 740px;
line-height: 1.8em;
position: absolute;
top: 40px;
left: 50px;
}

@media(max-width: 767px){
.about-card__txt{
padding: 70px 30px 0px;
width: auto;
margin: 170px auto 0;
top: auto;
left: auto;
}
}

.about-card__txt img{
width: 540px;
padding: 40px 50px 60px 50px;
filter: drop-shadow(5px 5px 5px rgba(83,76,70,.5))
}

@media(max-width: 767px){
.about-card__txt img{
width: auto;
padding: 30px 0 0;
}
.youtube{
text-align: center;
}
}

.about-card__img{
width: 340px;
position: absolute;
top: 0px;
right: 50px;
}

@media(max-width: 767px){
.about-card__img{
width: 230px;
top: 10px;
right: -20px;
}
}

#about h4{
margin-bottom: 30px;
font-size: 22px;
text-align: left;
}

#about p{
margin-top: 20px;
}

@media(max-width: 767px){
#about h4{
margin: 15px 0;
text-align: center;
}
#about img{
width: 80%;
margin-bottom: 50px ;
}
}
/*-------------------------------*/


/*Shop-------------------------------*/
#shop{
height: 660px;
background-color: #f2f2f2;
padding: 80px 0;
background-image: url("../images/about-bg.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.shop-img img{
width: 220px;
height: auto;
border-radius: 50%;
}

.shop-img a{
transition: 400ms 50ms;
}

.shop-img a:hover{
transform: translate(-10px, -5px);
opacity: .6;
}

#shop h4{
font-size: 19px;
margin: 10px 0 20px;
}

.kana{
font-size: 13px;
font-weight: 300;
}

#shop p{
font-size: 14px;
}

.shop-card{
display: flex;
justify-content: space-between;
width: 1030px;
margin: 0 auto;
}

.shop-card__txt{
width: 300px;
height: 380px;
text-align: center;
}

.map a{
text-decoration: none;
display: block;
font-size: 13px;
width: 120px;
background-color: #78645A;
color: #dcd9d4;
padding: 8px 0;
margin: 10px auto 0;
border-radius: 999px;
transition: 200ms 50ms;
box-shadow: 0 4px 0 #534741;
}

.map a:hover{
transform: translateY(4px);
box-shadow: none;
}

table{
text-align: left;
margin-top: 20px;
display: inline-block;
font-size: 15px;
}

td{
padding-left: 30px;
}

@media(max-width: 767px){
#shop{
height: auto;
padding: 60px 0;
}

.shop-img img{
width: 180px;
margin-bottom: 60px;
}

#shop h4{
font-size: 16px;
margin-top: 20px;
}

#shop p{
font-size: 12px;
}

.shop-card{
display: block;
width: auto;
}

.shop-card__txt{
width: auto;
height: auto;
display: flex;
justify-content: space-between;
align-items: flex-start;
}

.shop-img{
width: 50%;
}

.shop-txt{
width: 50%;
}

table{
font-size: 13px;
}

td{
padding-left: 20px;
}
}

/*-------------------------------*/


/*Pick up-------------------------------*/
#info{
height: 700px;
padding: 80px 0;
background-color: #f2f2f2;
}

@media(max-width: 767px){
#info{
height: auto;
background-image: none;
}
}

#info img{
width: 500px;
height: auto;
margin: 0 30px 10px;
}

#info p{
text-align: center;
font-family: sans-serif;
margin-top: 10px;
}

#info h4{
text-align: center;
font-family: sans-serif;
font-size: 20px;
padding: 10px 0;
margin: 0 80px;
border-bottom: solid 1px #333;
}

@media(max-width: 767px){
#info{
height: auto;
padding: 60px 0;
}

#info img{
width: 80vw;
height: auto;
}
}
/*
.transparent{
 position: relative;
}

.transparent::before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(90deg,rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 0) 15%, rgba(147, 131, 131, 0) 85%, rgba(242, 242, 242, 1) 100%);
  position: absolute;
  top: 0;
  left: 0;
	z-index: 999;
}*/
/*-------------------------------*/


/*footer-------------------------------*/
footer{
text-align: center;
color: #534741;
}

.footer-logo{
width: 180px;
margin: 0 auto;
padding: 60px 0 20px 0;
}

.footer-nav ul img{
height: 60px;
padding: 22px 16px 10px;
}

.footer-nav{
height: 250px;
background-image: url("../images/footer-bg.jpg");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

footer .sns{
display: inline-block;
}

footer a{
transition: 400ms 50ms;
text-decoration: none;
color: #534741;
}

footer a:hover{
opacity: .5;
}

.page-top{
 font-family: "Cormorant Garamond", serif;
 font-optical-sizing: auto;
 font-weight: 300;
 font-style: normal;
 font-size: 20px;
}

.copyright{
width: 100%;
height: 30px;
background-color: #dcd9d4;
}

.copyright p{
line-height: 30px;
}