@charset "utf-8";

body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
}

.wrapper{
  width: 1100px;
  background-color: #F3EBDA;
  border-left: 1px solid #341818;
  border-right: 1px solid #341818;
  border-bottom: 1px solid #341818;
  margin: 0 auto;
}


header{
  width: 1100px;
  height: 130px;
  overflow: hidden;
  background-color: #FEFEF9;
  }

.hdleft{
  float: left;
  width: 33%;
}

.hdleft img{
  width: 60%;
  height: auto;
  padding-top: 90px;
}

.inner{
  margin: auto;
  width: 1000px;
}

h1{
  width: 34%;
  float: left;
  text-align: center;
  padding-top: 10px;
}

h1 img{
  width: 30%;
  height: 30%;
}

.hdright{
  float: right;
  width: 33%;
  letter-spacing: 2px;
  padding-top: 84px;
  text-align: right;
}

.hdright img{
  width: 10%;
  height: 10%;
  padding-right: 5px;
}


/*スライダ内設定*/

div.fade_in{
  clear: both;
  box-sizing: border-box;
  width: 1100px;
  height: 650px;
  height: 550px;
  background-color: #F3EBDA;
  position: relative;
}

div.fade_in ul li.main_1B a{
  background-image: url(../images/main_1550.jpg);
  background-size: cover;
}

div.fade_in ul li.main_1 a {
  background-image: url(../images/main_1550.jpg);
  background-size:cover;
}

div.fade_in ul li.main_2 a {
  background-image: url(../images/main_2550.jpg);
  /* background-image: url(../images/main_2.jpg); */
  background-size:cover;
}

div.fade_in ul li.main_3 a {
  background-image: url(../images/main_3550.jpg);
  /* background-image: url(../images/main_3.jpg); */
  background-size:cover;
}

div.fade_in ul li.main_4 a {
  background-image: url(../images/main_4550.jpg);
  background-size:cover;
}

div.fade_in ul li.main_5 a {
  background-image: url(../images/main_5550.jpg);
  /* background-image: url(../images/main_5.jpg); */
  background-size:cover;
}

/*スライダ内アニメーションの設定*/

@keyframes main_1 {
  0% {
    opacity: 1;
  }

  13.3% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes main_2 {
  20% {
    opacity: 1;
  }

  33.3% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes main_3 {
  40% {
    opacity: 1;
  }

  53.3% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes main_4 {
  60% {
    opacity: 1;
  }

  73.3% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes main_5 {
  80% {
    opacity: 1;
  }

  93.3% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


div.fade_in ul li a {
  display: block;
  width: 1100px;
  /* height: 650px; */
  height: 550px;
  box-sizing: border-box;
  /* ↓子に設定 */
  position: absolute;
  top: 0;
  left: 0;
  animation-delay: 0s;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}

div.fade_in ul li.main_1 a {
  animation-name: main_1;
}

div.fade_in ul li.main_2 a {
  animation-name: main_2;
}

div.fade_in ul li.main_3 a {
  animation-name: main_3;
}

div.fade_in ul li.main_4 a {
  animation-name: main_4;
}

div.fade_in ul li.main_5 a {
  animation-name: main_5;
}


/* nav------------------- */

nav{
  width: 1100px;
  height: 45px;
  position: -webkit-sticky;
  position: sticky;
  z-index:100;
  top: 0;
}

nav ul{
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

nav ul li{
  width: calc(100% / 7);
  float: left;
  text-align: center;
}

nav ul li a{
  display: block;
  color: #fff;
  font-size: 0.75em;
  line-height: 45px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #CDA363;
  border-right: 1px solid #fff;
}

nav ul li a img{
  width: 25%;
  height: 25%;
  vertical-align:middle;
}

nav ul li a:hover{
  background-color: #B43A33;
}

nav ul li:last-child a{
  border-right: none;
}



/* concept -------------------*/

section.main{
  width: 1100px;
  background-color: #F3EBDA;
}
.conimages{
  width: 1100px;
  height: 200px;
}

h2{
  width: 1100px;
  padding-top: 30px;
  text-align: center;
  background-color: #F3EBDA;
}

h2 span{
  font-size: 45px;
  margin-bottom: 10px;
  font-style: italic;
  color: #B43A33;
}

h2 p{
  font-size: 15px;
  color: #341818;
  margin-top: -10px;
}

.color{
  background-color: #FEFEF9;
}

.concept{
  font-size: 22px;
  margin: 30px 80px;
  width: 640px;
  padding: 40px 40px 50px 50px;
  background-color: #B43A33;
  color: #FEFEF9;
}

.contop {
  width: 1100px;
  position: relative;
  margin-bottom: 20px;
}

.conabsolute{
  position: absolute;
  right: 290px;
  top: 110px;
  width: 47%;
  height: auto;
}

.message{
  font-size: 1.2rem;
  width: auto;
  height: auto;
  margin-top: 210px;
  background-color: #F3EBDA;
  padding: 30px;
  text-align: center;
  line-height: 1.9rem;
  color: #341818;
}

article{
  width: 1100px;
  height: 360px;
  display: flex;
  box-sizing: content-box;
  align-content: center;
  justify-content: space-evenly;
  background-color: #F3EBDA;
}

h3{
  font-size: 15px;
  color: #341818;
  text-align: center;
}

article div.bread,div.artisan,div.cafe{
  width: 300px;
  height: 300px;
  border: 1px solid #341818;
}

article img{
  width: 300px;
  height: 250px;
}

article h3{
  width: 100%;
  height: 40px;
  box-sizing: content-box;
  color: #FEFEF9;
  background-color: #694021;
  line-height: 40px;
}

/* button -----------*/

.button18{
  width: 1100px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.button18 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0.8em 2em;
  width: 130px;
  left: 406px;
  color: #CDA363;
  font-size: 15px;
  font-style: italic;
  text-decoration: none;
  background-color: #FEFEF9;
  border: 1px solid #CDA363;
  transition: 0.3s;
}


.button18 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: 1em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 15px;
  height: 2px;
  background-color: #CDA363;
  transition: 0.3s;
}

.button18 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #CDA363;
  transition: 0.3s;
}

.button18 a:hover {
  text-decoration: none;
  background-color: #FEFEF9;
}

.button18 a:hover::before,
.button18 a:hover::after {
  right: 0.5em;
}


/* NEWS----------------- */
.post_block{
  width: 1100px;
  height: auto;
  padding-top: 30px;
  padding-right: auto;
  padding-left: auto;
  background-color: #FEFEF9;
}

.post_block2{
  width: 1100px;
  height: auto;
  padding-top: 30px;
  padding-right: auto;
  padding-left: auto;
  background-color: #F3EBDA;;
}

.post_b{
  width: auto;
  height: auto;
  margin-bottom: 60px;
}

.post_box{
  font-size: 1rem;
  vertical-align: baseline;
  /* display: flex; */
  letter-spacing: 0.3rem;
  color: #341818;
}

.post_box a{
  text-decoration: none;
  color: #341818;
}

.post_box a:hover{
  color: #CDA363;
}

.left_box{
  display: flex;
  align-items: baseline;
  text-decoration: none;
}

.post_date{
  padding: 10px 70px 10px 170px;
}

.box_title{
  text-decoration: underline;
}


/* item スライダー部分------------------------- */
div.rap {
  width: 100%;
  margin: 20px auto;
  box-sizing: border-box;
}


.rap img {
  width: 250px;
  height: auto;
}

/* online shop---------------------- */

.shop{
  width: 1100px;
  height: 300px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #FEFEF9;
}

.shopbunner{
  margin-bottom: 60px;
}

.blog{
  width: 1100px;
  height: auto;
  background-color: #F3EBDA;
}

.blog_box{
  width: 100%;
  height: 300px;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  padding-top: 30px;
  margin-bottom: 60px;
  color: #341818;
}

.blog_box li{
  width: 220px;
  height: 240px;
}

.blog_box li a{
  text-decoration: none;
}

.blog_box li .date{
  font-size: small;
  color: #9e9478;
}

.blog_box li p{
  color: #726250;
}


/* shopinfo------------------------ */
.shopinfo{
  width: 1100px;
  padding-top: 30px;
  background-color: #FEFEF9;
}

.info{
  width: 1100px;
  height: 550px;
  text-align: center;
}

/* calendar-------------------- */
.block_wrap{
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  color: #341818;
  margin-bottom: 60px;
}

.info_left{
  width: 500px;
  height: auto;
}

.s_name{
  font-size: 1.3rem;
  letter-spacing: 0.5rem;
  font-weight: bold;
  padding-bottom: 15px;
  color: #B43A33;
}

.adress{
  font-size: 1.1rem;
  letter-spacing: 0.3rem;
  line-height: 30px;
  padding-bottom: 15px;
}

.tel{
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  line-height: 30px;
  padding-bottom: 15px;

}
.info_right{
  width: 400px;
}

.calendar-wrap h3{
  line-height: 40px;
  text-align: center;
  font-size: 1.2rem;
  background-color: #CDA363;
  color: #FEFEF9;
}

.calendar {
  padding: 18px;
  width: 100%;
  table-layout: fixed;
}

th,td {
  text-align: center;
  padding: 5px;
  background-color: #F3EBDA;
}

td {
  font-weight: bold;
}

.mon {
  color: red;
}

.tue {
  color: red;
}

.off {
  color: red;
}

.calendarhd{
  text-align: right;
  color: #CDA363;
}



/* footer------------------------------ */
footer{
  clear: both;
  width: 1100px;
  height: auto;
  text-align: center;
  background-color: #F3EBDA;
}

.logo{
  width: 1100px;
  text-align: center;
  padding-top:10px;
}
.logo img{
  width: 7%;
  height: 7%;
}

.footericon{
  text-align: center;
}

.footericon img{
  width: 3%;
  height: 3%;
}

footer hr{
  width: 80%;
  height: 1px;
  background-color: #CDA363;
}

.footer_block{
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
}

.footer_block a{
  text-decoration: none;
  color: #341818;
}

.footer_block a:hover{
 color: #CDA363;
}

.f_left,.f_middle,.f_right{
  width: 220px;
  text-align: left;
  margin: 10px 0 10px 60px;
  line-height: 30px;
}

/* Topへ戻る */
.go_top{
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #CDA363;
  padding-top: 30px;
  text-align: center;
  font-size: 15px;
  text-decoration: none;
  color: #CDA363;
  opacity: 0.5;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
 }
 .go_top::before{
  content: "";
  display: block;
  border-top: 2px solid #CDA363;
  border-right: 2px solid #CDA363;
  width: 25%;
  height: 25%;
  top: 25%;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  transform: rotate(-45deg);
 }
 .go_top:hover{
  opacity: 1;
 }
 
 



 /* concept こだわり-------------------------------- */

 .c_contop{
  width: 1100px;
  position: relative;
  margin-bottom: 20px;
 }


 .sec1{
  width: 1100px;
  height: 720px;
  background-color: #FEFEF9;
  padding: 20px 0;
 }

 .sec2{
  width: 1100px;
  height: 650px;
  background-color: #F3EBDA;
  padding: 20px 0;
 }

 .sec3{
  width: 1100px;
  height: auto;
  background-color: #FEFEF9;
  padding: 20px 0;
 }

 .obsessioncolor{
  background-color: #F3EBDA;
 }
 
 /* 枠タイトル */
 .c_box{
  margin: 20px 0 20px 80px;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px #B43A33;
  border-bottom: solid 2px #B43A33;
  width: 350px;
  text-align: center;
  background-color: #fff;
}

.c_box:before, .c_box:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: #B43A33;
}
.c_box:before {left: 10px;}
.c_box:after {right: 10px;}
.c_box p {
  margin: 0; 
  padding: 0;
  color: #B43A33;
  font-size: 1.2rem;
  font-weight: 500;
}
strong{
  font-size: 1.4rem;
  color: #B43A33;
  /* font-weight: bold; */
}
/* 枠タイトル終わり */

.c_box1{
  position: relative;
  width: 1100px;
  height: auto;
  background-color: #FEFEF9;
}

.c_left img{
  position: absolute;
  width: 450px;
  height: 500px;
  top: 30px;
  left: 110px;
  /* margin: 10px 0 20px 90px; */
}

.c_right {
  position: absolute;
  width: 460px;
  height: auto;
  right: 90px;
  margin: 30px 50px 20px 150px;
  font-size: 1.1rem;
}

.c_rightp{
  margin: 30px 30px 20px 30px;
}


.c_box2{
  position: relative;
  background: #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px #694021;
  padding: 0.2em 0.5em;
  color: #454545;
}
.c_box2:after{
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #CDA363 #F3EBDA #CDA363;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}


/* こだわりのもの---------------------- */
.obsession{
  width: 1100px;
  height: auto;
  background-color: #F3EBDA;
  margin-bottom: 40px;
}
.columntitle{
  width: 905px;
  height: 40px;
  margin-left: 50px;;
  background-color: #fff0cd;
  padding-left: 95px;
  padding-top: 20px;
  padding-bottom: 20px;

}

.columntitle h3{
font-size: 1.2rem;
text-align: left;
color: #B43A33;
}

.columntitle h3 {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}

.columntitle h3 {
  position: relative;
  padding: 1.2rem 1rem;
  font-size: 1.2rem;
}

.columntitle h3:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 300px;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #B43A33, #B43A33 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #B43A33, #B43A33 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.column{
  display: flex;
  justify-content: center;
  width: 1000px;
  height: auto;
  background-color: #fff0cd;
  margin-left: 50px;
}

.column_left{
  margin: 20px 10px 20px 110px;
}

.column_right{
  margin: 20px 30px 0 10px;
}

.column_right p{
  margin: 20px 50px 0 20px;
}



/* moimoi cafeについて-------------------------------------- */

.eatin{
  width: auto;
  height: auto;
  text-align: center;
  margin-top: 0;
}

.eatinuse{
  width: 750px;
  height: auto;
  margin-left: 170px;
  margin-top: -30px;
}

.c_box2,.eatcomment{
  font-size: 1.1rem;
    margin: 30px 30px 20px 30px;
}
.cafebanner{
  text-align: right;
  margin: 20px 170px 0;
}

.cafemenu{
  text-align: right;
  margin-right: 20px;
}


/* news お知らせ----------------------- */

.maincolor{
  width: 1100px;
  background-color: #FEFEF9;
  margin: 35px 0;
  padding: 0;
}

.maincolor img{
  opacity: 0.8;
}

.bloglist{
  width: 1100px;
  height: auto;
  margin-top: -70px;
}

.blogitem_date{
  color: #341818;
  font-size: 0.9rem;
  /* display: inline-flex; */
  margin: 10px 0 40px 0;
}

.blogitem{
  padding: 10px 0;
  margin: 10px 190px 30px 225px;
  border-bottom: 1px dotted #726250;
  margin-bottom: 10px;
}


.blogitem_title{
  padding-bottom: 10px;
  padding-top: 10px;
  color: #726250;
  text-align: left;
  font-size: 1rem;
  letter-spacing: 0.3rem;
}

.blogitem_title a{
  color: #726250;
  text-decoration: none;
}

.pages{
  width: 1100px;
  height: auto;
  text-align: center;
  margin: 80px 0 80px 0;
}

.pages li {
  display: inline-block;
  height:40px;line-height:40px;
  width:40px;text-align:center;
  border:1px #ccc solid;color:#CDA363;
  border-radius: 5px / 5px;
  color: #341818;
  }
  
  .pages .pre {background-color:#F3EBDA;color:#694021;}
  .pages .this {background-color:#CDA363;color:#fff;}
  .pages li a{
    display:block;
    text-decoration: none;
    color: #694021;
  }
  .pages li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #B43A33;
  }

  .bgifooter{
    width: 1100px;
    height: 200px;
    margin-bottom: 0%;
  }




/* メディアクエリ  768px--------------- */
@media screen and (max-width: 768px){

  .wrapper{
    width: auto;
    margin: 0;
    border: none;
  }


}



/*  メディアクエリ 480px--------------*/

@media screen and (max-width: 480px) {

  .wrapper{
    width: auto;
  }

header{
  width: auto;
  margin-top: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
  float: none;
  clear: both;
}


.hdleft{
  width: 30%;
  height: auto;
  float: none;
  clear: both;
}

.hdleft img{
  margin-top: -90px;
  padding-left: 50px;

}

h1{
  text-align: left;
  width: 30%;
  height: auto;
  margin-top: -10px;
  padding-left: 50px;
}

.hdright{
  width: 30%;
  height: auto;
  float: none;
  text-align:left;
  margin-top: -20px;
  margin-right: 40px;
  letter-spacing: 20px;
  padding-left: 50px;
} 

.fade_in{
  width: auto;
  box-sizing: border-box;
}

.fade_in ul li a{
  width: auto;
  box-sizing: border-box;
}

/* navi設定----------------------------- */

nav ul li a img {
  width: 3%;
  height: 3%;
}

nav{
  height: auto;
}

nav ul li{
  width: 100%;
  height: auto;
  float: none;
}

nav ul li a{
  line-height: 43px;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  padding-left: 20px;
  border-right: none;
  border-bottom: 1px solid #fff;
}

nav ul li:last-child a{
  border-bottom: none;
}

/* navi ここまで-------------------------------- */


.main{
  width: auto;
  
}

article{
  width: auto;
  display: block;
  display:none
}


.blog_box{
  display: block;
}

.blog_box li{
  width: 100%;
  height: auto;
  text-align: center;
}

.shop{
  height: 275px;
}

.blog{
  /* width: auto; */
  height: 1100px;
  text-align: center;
}

.button18{
  width: auto;
  padding-bottom: 50px;
}

.button18 a{
  width: 40%;
  display: block;
  position:absolute;
}

.spbutton18{
  margin-top: 750px;
}


.block_wrap{
  width: auto;
  height: 600px;
  display: block;
  margin-left: 380px;
}


.footer_block{
  display: block;
  margin-left: 100px;
}


/* concept----------------------- */

.conimages{
  width: auto;
}

.obsession{
  width: auto;
}

.column{
  display: block;
  text-align: center;
  width: auto;
  height: auto;
  margin-right: 50px;
  margin-top: -20px;
  padding: 30px;
}

.columntitle{
  width: auto;
  height: auto;
  padding-bottom: 20px;
  padding-right: 30px;
  margin: 20px 50px 0 50px;
}

.column_right p{
  width: auto;
  padding-left: 130px;
  padding-right: 60px;
  margin-right: 20px;
}



/* news------------------- */

.logo{
  padding-top: 30px;
}

.bgifooter{
  margin-bottom: -35px;
}
  
}
 



