* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Sawarabi Gothic';
}

/*index.htmlのCSS */
body {
  background-image:url(img/background.png);}
  /* background-color: rgb(249, 240, 214);
} */

/* トップ */
.top {
  width: 100%;
  height:60px;
  background-color: rgb(247, 166, 45);
  position: absolute;
  top: 0;
  z-index:1;
}

.logo{
  height:60px;
}

.logo img {
  height: 50px;
  padding:5px;
}

/* slick */
.grand{
  background-color: #fff;
  position:fixed;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index:999;
}

.grand img{
  position:fixed;
  width:280px;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  display: none;
  z-index:999;
}

.slide {
  position:relative;
  width:100%;
  z-index:0;
  margin-top:30px;
}

.slide img{
  width:100%;
}

.slide-item {
  position: relative;
  display: inline-block; /* スライドの構造に応じて調整 */
}

.slide-item img {
  width: 100%;
  display: block;
}
/* drawer */
.drawer-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 270px;
  height: 350px;
  padding: 20px;
  line-height: 200%;
  background-color: rgb(79, 53, 15);
  z-index: 2;
  list-style: none;
}

.drawer-menu li {
  margin: 10px 50px;
  text-align: center;
}

.drawer-menu-item {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px rgb(79, 53, 15) solid;
}

.drawer-menu-item:hover {
  border-bottom: 1px #fff solid;
  transition: .7s;
}

.drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  z-index: 10;
}

.close {
  display: none;
  position: fixed;
  top: 10px;
  right: 240px;
  width: 20px;
  z-index: 3;
}

/* pagetopボタン */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index:2;
}

#pagetop img {
  display: block;
  height: 80px;
}

#mail {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: block;
  width: 97.55px;
  height: 80px;
  text-decoration: none;
  background-color: rgb(79, 53, 15);
  color: #fff;
  padding: 10px;
  font-size: 10px;
  line-height: center;
  border: 1px rgb(79, 53, 15) solid;
  border-radius: 15px;
}

#mail img {
  display: block;
  width: 30px;
  margin: 10px auto;
}

#mail p {
  text-align: center;
  font-size: 13px;
}

/* main */


h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
  font-size: 20px;
  color: #fff;
  text-shadow: 1px 2px 3px rgb(0, 0, 0, 1);
}

.under {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 2px 3px rgb(0, 0, 0, 1);
}

.under2{
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 1);
    margin-bottom:50px;
  }


/* グラン珈琲とは */


.text {
  background-image: url(img/CF_05.jpg);
  background-size: cover;
  margin:50px 25px 0 25px;
  padding:50px 10px;
  line-height: 180%;
  text-align: center;
  text-shadow: 1px 2px 3px rgb(0, 0, 0, 1);
  color: #fff;
}

.botton {
  text-align: center;
  text-shadow: none;
  padding: 20px 20px 50px 20px;
}

/* swiperのCSS */

.swiper-slide{
  text-align: center;
  padding-bottom:30px;
  font-size: 12px;
}

.swiper-slide img{
  width:80%;
}

.swiper-slide a{
  text-decoration: none;
  color:#fff;
}

.swiper-button-prev, .swiper-button-next{
  --swiper-navigation-color:#fff;
}

.swiper-pagination-bullet{
  --swiper-pagination-color:#fff;
}

/* おすすめ商品 */
.recommend {
  color: #fff;
  text-shadow: 1px 2px 3px rgb(0, 0, 0, 1);
  background-image: url(img/info.jpg);
  background-size: cover;
  margin-bottom: 30px;
}

.light {
  background-color: rgb(255, 255, 255, 0.5);
  padding-top:50px;
}

.brown {
  text-decoration: none;
  border: 1px #fff solid;
  border-radius: 30px;
  background-color: #fff;
  padding: 10px;
  color: rgb(79, 53, 15);
}

.brown:hover {
  border: 1px rgb(79, 53, 15) solid;
  background-color: rgb(79, 53, 15);
  color: #fff;
  transition: .7s;
}

.circle {
  border: 1px #fff solid;
  border-radius: 30px;
}

.store img {
  display:block;
  margin:0 auto;
  width: 150px;
  border: 5px #fff solid;
}

.yahoo {
  padding-bottom: 50px;
}

.store {
  margin: 30px;
}

.store img:hover {
  border: 5px rgb(247, 166, 45) solid;
  transition: .7s;
}

#storemenu{
  display: flex;
  justify-content: center;
  color:#fff;
  padding-bottom:30px;
}

#storemenu:hover{
  color: rgb(79,53,15);
  text-shadow: none;
}

p.banner{
  text-align: center;
  margin-bottom: 50px;
}

p.banner img{
  width:80%;
  border: 5px #fff solid;
}

p.banner img:hover {
  border: 5px rgb(247, 166, 45) solid;
  transition: .7s;
}

/* 店舗情報 */
u {
  text-decoration: underline;
}

.information {
  display: flex;
  flex-direction: column;
}

.miyagi img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.address {
  margin: 30px;
}

.iframe {
  display: block;
  width: 100%;
  margin: 30px auto;
}

span{
  color:red;
}

/* 最新情報 */
.elfsight-app-11d07cb5-784e-4608-bb56-76e77e6f046c{
  margin:50px auto;
}

/* footer */
footer {
  background-color: rgb(247, 166, 45);
}

.bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.menu {
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  list-style: none;
  color: #fff;
}

.menu li {
  margin: 5px;
}

.menu li a {
  text-decoration: none;
  color: #fff;
  border-bottom: 1px rgb(247, 166, 45) solid;
}

.menu li a:hover {
  border-bottom: 1px #fff solid;
  transition: .7s;
}

.sns {
  list-style: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-top: 15px;
}

.sns li {
  padding: 15px 0 15px 0;
  font-size: 15px;
}

.sns img {
  width: 50px;
  margin-top: 10px;
  border: 1px rgb(247, 166, 45) solid;
  border-radius: 20px;
}

.sns img:hover {
  background-color: #fff;
  border: 1px #fff solid;
  border-radius: 20px;
  transition: .7s;
}

.line img {
  height: 50px;
  width: 156.66px;
}

.copy {
  text-align: center;
  color: rgb(79, 53, 15);
  padding: 30px;
}

/* about.htmlのcss */
.abouttop {
  padding: 50px 0 30px 0;
  background-image: url(img/menu1.jpg);
  background-size: cover;
}

h2 {
  display: flex;
  justify-content: left;
  font-size:20px;
  margin-bottom: 30px;
  align-items: center;
}

.grandcoffee1 {
  background-color: #fff;
  padding: 10px 20px 50px 20px;
}

.grandcoffee2{
  background-color: #fff;
  padding: 10px 20px 50px 20px;
}

.wrap {
  display: flex;
  flex-direction: column;
  margin: 50px 30px;
}

.NOVO {
  margin-top: -30px;
  text-align: center;
}

.owner{
  position: relative;
  background-color: #fff;
  margin:30px;
  padding:20px;
}

.for{
  padding:0 30px 30px 30px;
}

.sato{
  text-align: center;
  padding-bottom: 30px;
}

/* PCサイズ　1025px以上 */
@media screen and (min-width:1025px) {

  /* トップ */
  .top {
    height:100px;
    display: flex !important;
    flex-direction: row !important;
  }

  .logo img {
    height: 80px;
    margin:10px;
  }


  /* drawer */
  .drawer-menu {
    background-color: rgb(247, 166, 45, 0);
    height: 100px;
    width: 100%;
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around;
    padding: 10px 50px 10px 400px;
    position: absolute;
    top: 0;
  }

  .drawer-menu li {
    font-size: 18px;
    margin: 0;
    display: flex;
    align-items: center;
  }

  .drawer-menu-item {
    border-bottom: 1px rgb(247, 166, 45, 0) solid;
  }

  .drawer-menu-item:hover {
    border-bottom: 1px #fff solid;
    transition: .7s;
  }

  .drawer {
    display: none;
  }

.grand img{
  width:40%;
}

  .slick-slide img {
    margin: 25px auto 0 auto;
  }

  /* pagetopボタン */
  #pagetop img {
    display: block;
    width: 100px;
  }

  #mail {
    display: block;
    width: 100px;
    height: 80px;
  }

  #mail img {
    display: block;
    width: 40px;
  }

  #mail p {
    font-size: 15px;
    text-align: center;
  }

  /* グラン珈琲とは */
  h1 {
    font-size: 20px;
    padding-top: 30px;
  }

  .under {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }

  .under2{
    display:block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 2px 3px rgb(0, 0, 0, 1);
    margin-bottom:50px;
  }

  .text {
   background-image: url(img/main_about.jpg); 
   background-size: cover;
   margin:50px 50px 0 50px;
   padding:50px;
   line-height: 250%;
   text-align: center;
   text-shadow: 1px 2px 3px rgb(0, 0, 0, 1);
   color: #fff;
   font-size: 18px;
  }

  .botton {
    padding: 30px 0 100px 0;
  }

/* swiper PC */
.swiper{
  width:80%;
  margin:0 auto;
}

.swiper-slide{
  font-size: 18px;
  width:30%;
}



  /* おすすめ商品 */
  .container {
    margin-top: 30px;
  }

  #menu {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .item img {
    width: 300px;
  }

  .brown {
    margin-right: 50px;
    font-size: 15px;
  }

  .online {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    width: 50%;
  }

  .store img{
    width:200px;
  }

  p.banner{
    text-align: center;
    margin-bottom: 50px;
  }

  p.banner img{
    width:60%;
    border: 5px #fff solid;
  }

  p.banner img:hover {
    border: 5px rgb(247, 166, 45) solid;
    transition: .7s;
  }

  /* 店舗情報 */
  .information {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 30px;
  }

  .miyagi img {
    margin: 30px;
  }

  .address {
    font-size: 18px;
    margin: 30px;
  }

  .iframe {
    display: block;
    width: 90%;
  }

  .elfsight-app-11d07cb5-784e-4608-bb56-76e77e6f046c{
    margin:50px auto;
  }

  /* footer */
  .bottom {
    flex-direction: column;
  }

  .menu {
    flex-direction: row;
    margin: 0 auto;
  }

  .menu li {
    padding: 10px;
    font-size: 20px;
  }

  .sns {
    flex-direction: row;
    margin: 50px auto;
  }

  .sns li {
    padding: 0 50px;
    font-size: 18px;
  }

  .copy {
    margin-top: 50px;
  }

  /* about.html PC */
  .abouttop {
    height: 500px;
    padding-top: 200px;
  }

  .abouttop h1 {
    font-size: 20px;
  }

  .about p {
    font-size: 20px;
  }

  .wrap {
    display: flex;
    flex-direction: row;
    margin: 50px 30px 100px 30px;
  }

  .wrap:nth-of-type(even){
    flex-direction: row-reverse;
  }

  .grandcoffee1 {
    width: 60%;
    height:100%;
    line-height: 40px;
    font-size: 20px;
    padding-bottom: 30px;
    margin:30px;
  }

  .grandcoffee1 p{
    margin: 30px;
    padding-right: 70px;
  }

  .grandcoffee2{
    width: 60%;
    height:100%;
    line-height: 40px;
    font-size: 20px;
    padding-bottom: 30px;
    margin-right:30px;
  }

  .grandcoffee2 p{
    margin: 30px;
    padding-left: 70px;
  }

  .NOVO{
    width: 40%;
    height:384px;
    margin-top:0;
    margin-left:-50px;
  }

  .NOVO img{
    box-shadow:0 10px 25px 0 rgb(0,0,0,0.5)
  }

  .NOVO:nth-of-type(even){
    width: 40%;
    height:380px;
    margin-top:100px;
    margin-right:-50px;
  }

  .owner{
    margin-top:150px;
    display: flex;
  }

  .for{
    width:50%;
  }

.sato{
  width:80%;
  margin-top:100px;
}

.customer{
  width:50%;
}

}
