@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 15px;
	font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	letter-spacing: .05em;
  color: #111;
  background-color: #fff;
}
#content {
	max-width: 980px;
	margin: 0 auto;
}
a{
  color: #555;
	text-decoration: none;
}
a:hover{
  opacity: .7;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
p {
  margin-bottom: 1em;
}
strong {
  font-weight: bold;
}
small {
	font-size: smaller;
}
ul,ol,dl {
	margin: 0;
}
ul li {
	list-style: none;
}
li {
	margin-left: 0;
}

@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
    font-size: 14px;
  }
	#contents {
		width: 100%;
		padding-left: 20px;
    padding-right: 20px;
  }
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  box-sizing: border-box;
  padding: 20px 0;
  background-color: rgb(255, 255, 255, 0.8);
  box-shadow: 5px 5px 5px rgba(108, 108, 109, 0.5);
}
header .inner {
  max-width: 1300px;
  margin: 0 auto;
}

/* inner-left */
header .inner-left {
  width: 25%;
  position: relative;
}
header .inner-left h1 {
  font-size: 28px;
  letter-spacing: 5px;
  width: 80px;
}
/* inner-right */
header .inner-right {
  width: 75%;
}
nav.gnav ul {
  text-align: right;
}
nav.gnav ul li {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width:768px) {
  header .inner-left {
    width: 70%;
  }
	header .inner-left h1 {
    padding-left: 10px;
  }
  /* ハンバーガーメニュー */
	nav.global-nav {
	    position: fixed;
	    right: -320px;
	    top: 0;
	    width: 270px;
	    height: 100vh;
	    /* padding-top: 40px; */
	    background: #999;
	    transition: all .2s ease-out;
	    z-index: 200;
	    overflow-y: auto;
	    padding: 70px 30px 40px 40px;
    }
    nav.gnav.global-nav ul li {
	    margin-bottom: 15px;
      border-bottom: 1px dotted rgba(255,255,255,0.5);
      width: 100%;
      padding: 5px 12px;
      font-size: 13px;
    }
    nav.gnav ul li a {
      color: #fff;
    }

	  .hamburger {
	    position: absolute;
	    right: 10px;
        top: 15px;
	    width: 40px;
	    height: 40px;
	    cursor: pointer;
	    z-index: 300;
	  }
	  .global-nav__list {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	  }
	  .global-nav__item a {
	    display: block;
	    padding: 8px 0;
	    border-bottom: 1px solid #fff;
	    line-height: 1.3;
	  }
	  .global-nav__item a:hover {
	    background-color: #eee;
	  }
	  .hamburger__line {
	    position: absolute;
	    left: -5px;
	    width: 30px;
	    height: 1px;
	    background-color: #555;
	    transition: all .2s ease-out;
	  }
	  .hamburger__line--1 {
	    top: 18px;
	  }
	  .hamburger__line--2 {
	    top: 26px;
	  }
	  .hamburger__line--3 {
	    top: 33px;
	  }
	  .black-bg {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100vw;
	    height: 100vh;
	    z-index: 100;
	    background-color: #000;
	    opacity: 0;
	    visibility: hidden;
	    transition: all .6s;
	    cursor: pointer;
	  }
	  /* 表示された時用のCSS */
	  .nav-open .global-nav {
	    right: 0;
	  }
	  .nav-open .black-bg {
	    opacity: .8;
	    visibility: visible;
	  }
	  .nav-open .hamburger__line--1 {
	    transform: rotate(45deg);
	    top: 20px;
	  }
	  .nav-open .hamburger__line--2 {
	    width: 0;
	    left: 50%;
	  }
	  .nav-open .hamburger__line--3 {
	    transform: rotate(-45deg);
	    top: 20px;
	  }
}

/* =======================================================
* section
* ======================================================= */
section  {
	padding-bottom: 5rem;
	position: relative;
}
.section {
	padding-top: 6rem;
}
@media screen and (max-width:768px) {
	section {
		padding-bottom: 3rem;
	}
	.section {
		padding-top: 3rem;
  }
}
/* =======================================================
*main
* ======================================================= */
#main .slide1 {
	background-image: url(../images/top01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	
}
#main .slide2 {
	background-image: url(../images/top02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	
}
#main .slide3 {
	background-image: url(../images/top03.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	
}
#main .swiper-slide .main_ttl  {
	position: absolute;
	top: 70%;
	left: 30%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	color: rgb(19, 18, 18);
	font-family: 'Dancing Script', cursive;

}
#main .main_ttl .name {
	font-size: 35px;
	font-family: 'Amatic SC', cursive;
	
}
@media screen and (max-width:768px) {
	#main .swiper-slide .main_ttl {
		font-size: 45px;
		padding-left: 30px;
		font-weight: bold;
	}
	#main .main_ttl .name {
		font-size: 28px;
	}


	.concept_txt {
		padding-top: 30px;
	}
	#main .slide1 {
		background-position: bottom 0px right -170px;
	}
}


/* =======================================================
*concept
* ======================================================= */
 h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	color: navy;
	font-weight: normal;
	letter-spacing: 10px;
}
#content .clm2 {
	align-items: center;
}

#content .concept_txt p {
	line-height: 2.5;
	text-align: center;
}

#content .concept_img {
	width: 33%;
}
#content .concept_txt2 {
	width: 33%;
}

@media screen and (max-width:768px) {
	h2 {
		letter-spacing: 7px;
		font-size: 27px;
		
	}
	.concept_img {
		margin: 30px;
		width: 100%;
	}
	
	#content .concept_txt  {
		width: 100%;
		margin: 0 auto;
	}
}

/* =======================================================
*menu
* ======================================================= */

.leaf img {
  width: 60%;
}
.leaf {
  text-align: center;
  margin-bottom: 40px;
}
.food_list li {
  width: 30%;
}
.food_list li img {
  box-shadow: 5px 5px 5px rgba(108, 108, 109, 0.5);
}
.food_list li h3 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: normal;
}
.food_list li h4 {
  font-family: 'Dancing Script', cursive;
  font-weight: normal;
  font-size: 16px;
  color: navy;
  margin-bottom: 10px;
}
.food_list li span {
  font-size: 22px;
}
.food_txt {
  font-size: 13px;
 padding: 0 10px;
}
.drink_item {
  align-items: center;
}
.drink_list {
  width: 30%;
  line-height: 2.5;
}
.drink_list ul li span {
  font-size: 12px;
}

.drink_list img {
  box-shadow: 5px 5px 5px rgba(108, 108, 109, 0.5);
}
.desert_item {
  align-items: center;
}
.desert_list {
  width: 45%;
  line-height: 2.5;
}
.desert_list img {
  box-shadow: 5px 5px 5px rgba(108, 108, 109, 0.5);
}
.desert_list ul li span {
  font-size: 12px;
}
.menu-txt {
  bottom: 20px;
  right: -170px;
  text-align: center;
  border: 1px solid rgb(207, 206, 206);
  width: 40%;
  padding: 10px;
  color: #444;
  margin: 50px auto;
}
.menu-txt span {
  font-family: 'Dancing Script', cursive;
  font-size: 25px;
}



@media screen and (max-width:768px) {
  
  .food_list li {
    width: 90%;
    margin: 5px auto;
  }
  .food_list li h3 {
    margin-top: 20px;
    font-size: 17px;
    
  }
  .food_list li h4 {
    font-size: 16px;
  }
  .food_txt {
    font-size: 12px;
   padding: 0 10px;
   margin-bottom: 25px;
  }
  .drink_item {
    display: block;
  }
  .drink_list {
    width: 100%;
    text-align: center;
    line-height: 2;
  }
  .drink_list img {
    margin-top: 30px;
    width: 70%;
  }
  .desert_item {
    display: block;
  }
  .desert_list {
    width: 100%;
    text-align: center;
    line-height: 2;
    padding: 20px;
  }
  .menu-txt {
    width: 85%;
    margin: 0 auto 20px;
    padding: 15px;
    font-size: 12px;
  }
  
  .leaf img {
    width: 70%;
  }
}
/* =======================================================
*sns
* ======================================================= */
.sns {
	background-color: #f7f7f4;
	
}
/* =======================================================
*online
* ======================================================= */
.online {
	margin: 100px 0 0;
}
.online_items {
	display: flex;
}
#online .online_item {
	width: 40%;
}
#online .online_item h2 {
	padding-top: 20px;
}
#online .online_item h3 {
	text-align: center;
	font-size: 30px;
	font-family: 'Dancing Script', cursive;
	color: #444;
}
#online .online_txt{
	padding: 10px 30px;
	line-height: 2;
	text-align: center;
	font-size: 13px;
}
#online .online_img {
	width: 60%;
}


.btnArea {
	text-align: center;
	/* margin: 30px 0; */
}
.btnArea a {

	background-color: navy;
	padding: 10px 25px;
	border-radius: 30px;
	color: #fff;
	letter-spacing: 3px;

	font-size: 12px;
}
.btnArea a:hover {
	border: 1px solid navy;
	background-color: #fff;
	color: navy;
	transition: .5s;
}
@media screen and (max-width:768px) {
	.online {
		margin: 30px 0 0;
	}
	.online_items {
		display: block;
	}
	#online .online_item {
		width: 90%;
		margin: 0 auto;
	}
	#online .online_img {
		width: 90%;
		margin: 60px auto 0;
	}
}

/* =======================================================
*footer
* ======================================================= */
footer {
	padding: 50px 0;
	text-align: center;
	background-color: #ebebe9;
}
.footer_left .shop {
	font-family: 'Amatic SC', cursive;
	font-size: 30px;
	font-weight: bold;
	
	margin-bottom: 10px;
} 
.footer_left .icon a {
	font-size: 25px;
	padding-left: 10px;
}
.footer_right ul li {
	margin: 0 15px;
	border-bottom: 1px dotted #555;
}

.copyright{
  font-size: 11px;
}
@media screen and (max-width: 768px) {
	.footer_left {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer_right ul li {
		margin: 0 20px;
		border-bottom: 1px dotted #555;
		width: 100%;
		padding: 7px;

	}
	.copyright {
		width: 100%;
		padding-top: 30px;
	}
}


/* =======================================================
*under_main
* ======================================================= */


#under_main {
	height: 380px;
	display: flex;
}
#under_main div {
	margin: auto;
	font-family: 'Amatic SC', cursive;
	color: #333;
	font-size: 80px;
	letter-spacing: .2em;
	font-weight: bold;
	
	
}
@media screen and (max-width:768px) {
	#under_main div {
		font-size: 45px;
	}
	#under_main {
		height: 250px;
	}
	h2 {
		letter-spacing: 7px;
		font-size: 25px;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
 #pagetop {
    position: fixed;
    right: 15px;
    bottom: 10px;
    cursor: pointer;
    overflow: visible!important;
	z-index: 100;
}
#pagetop i {
	padding-left: 10px;
}
#pagetop img {
	width: 35px;
}
#pagetop .arrow-up {
	width: 20px;
  height: 20px;
  border: 1px solid;
  border-color:#555#555 transparent transparent;
  transform: rotate(-45deg);
}